@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap);:root{--radius:10px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f6f8fb;background:var(--bg);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:#2563eb;color:var(--accent);text-decoration:none}.btn{background:#2563eb;background:var(--accent);border-radius:8px;display:inline-block}.container{margin:24px auto;max-width:900px;padding:0 16px}@media (max-width:640px){.container{padding:0 12px}}body,html{height:100%;width:100%}input::-ms-clear,input::-ms-reveal{display:none}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}[tabindex="-1"]:focus{outline:none}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{font-weight:500;margin-bottom:.5em;margin-top:0}p{margin-bottom:1em;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}address{font-style:normal;line-height:inherit;margin-bottom:1em}input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none}dl,ol,ul{margin-bottom:1em;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}code,kbd,pre,samp{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace;font-size:1em}pre{margin-bottom:1em;margin-top:0;overflow:auto}figure{margin:0 0 1em}img{border-style:none;vertical-align:middle}[role=button],a,area,button,input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{caption-side:bottom;padding-bottom:.3em;padding-top:.75em;text-align:left}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5em;line-height:inherit;margin-bottom:.5em;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}:root{--bg:#f6f8fb;--card:#fff;--muted:#6b7280;--accent:#2563eb;--accent-600:#1e40af;--danger:#dc2626;--radius:12px}*{box-sizing:border-box}body{color:#0f172a;margin:0}main{margin:28px auto;max-width:1000px;min-height:calc(100vh - 160px);padding:0 18px}.nav{background:linear-gradient(90deg,#fffffffa,#fffffffa);border-bottom:1px solid #0f172a0f;box-shadow:0 1px 6px #10182808}.nav-inner{max-width:1000px;padding:14px 18px}.brand a{color:var(--accent)}.nav a{border-radius:8px;color:#6b7280;color:var(--muted);margin-left:16px;padding:8px;text-decoration:none}.nav a:hover{background:#2563eb0f;color:#1e40af;color:var(--accent-600)}.container{background:#fff;background:var(--card);border-radius:12px;border-radius:var(--radius);box-shadow:0 6px 18px #1018280f;margin-top:20px;padding:22px}.hero{align-items:center;display:flex;justify-content:space-between;margin-bottom:18px}.hero h1{margin:0}.btn{background:linear-gradient(180deg,#2563eb,#1e40af);background:linear-gradient(180deg,var(--accent),var(--accent-600));border:none;border-radius:10px;color:#fff;cursor:pointer;font-weight:600;padding:8px 14px;text-decoration:none}.btn.secondary{background:#f3f6ff;color:#2563eb}input,textarea{font-family:inherit}.editor input,.editor textarea{background:#fbfdff;border:1px solid #e6edf3;border-radius:10px;margin-bottom:12px;padding:12px}.editor textarea{min-height:160px}.post-list{list-style:none;margin:0;padding:0}.post-item{border-top:1px solid #0f172a0a;display:flex;flex-direction:column;padding:16px}.post-item:first-child{border-top:0}.post-title{color:#0f172a;font-size:18px;font-weight:700;text-decoration:none}.post-excerpt{color:#6b7280;color:var(--muted);margin:8px 0}.post-actions{align-items:center;display:flex;gap:10px}.del{border:1px solid #dc2626;border:1px solid var(--danger);border-radius:8px;color:#dc2626;color:var(--danger);padding:8px 10px}.post-full{padding:8px 6px}.post-full .meta{color:#6b7280;color:var(--muted);font-size:13px;margin-bottom:8px}.content{line-height:1.8;white-space:pre-wrap}.empty{color:#6b7280;color:var(--muted);padding:16px;text-align:center}@media (max-width:640px){.nav-inner{padding:12px}.hero{align-items:flex-start;flex-direction:column;gap:10px}.post-title{font-size:16px}}.nav{background:#fff;border-bottom:1px solid #0000000a;box-shadow:0 2px 6px #10182808;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-inner{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1100px;padding:10px 16px}.brand{margin:0}.brand a{color:#2563eb;color:var(--accent-600,#2563eb);font-size:20px;font-weight:700;text-decoration:none}.nav-bar,.nav-left,.nav-right{align-items:center;display:flex;gap:8px}.nav-right{margin-left:auto}.nav-bar a,.nav-right .del{border-radius:6px;color:#374151;color:var(--text-color,#374151);padding:6px 10px;text-decoration:none;transition:background .12s,color .12s}.nav-bar a:hover,.nav-right .del:hover{background:#2563eb0f;color:var(--accent-600)}.user-info{align-items:center;border-radius:6px;cursor:pointer;display:flex;gap:8px;padding:4px 6px}.user-info:hover{background:#0f172a08}.user-info .ant-avatar{background:#0000}.user-name{color:#222;color:var(--text-color,#222);font-size:14px;font-weight:500;margin-left:4px}.del{background:#0000;border:1px solid #0000;border-radius:6px;cursor:pointer;padding:6px 10px}.del:hover{border-color:#0000000f}.ant-dropdown-menu{min-width:140px}.nav-my{align-items:center;background:linear-gradient(90deg,#2563eb05,#0000);border-radius:8px;color:var(--accent-600);display:inline-flex;font-weight:600;gap:6px;padding:6px 10px;transition:background .12s}.nav-my:hover{background:#2563eb14}.nav-my.active{background:linear-gradient(90deg,#2563eb1f,#2563eb05);box-shadow:0 6px 18px #0206170a}@media (max-width:640px){.nav-inner{align-items:flex-start;padding:8px}.nav-bar,.nav-inner{flex-direction:column}.nav-bar{display:flex;gap:8px;width:100%}.nav-right{justify-content:flex-start;width:100%}.user-name{display:none}}.editor-card{background:#fff;border:1px solid #0f172a0a;border-radius:12px;box-shadow:0 8px 20px #02061708;padding:18px}.editor-toolbar{align-items:center;display:flex;gap:8px;margin-bottom:12px}.editor-toolbar .tool-btn{align-items:center;background:#0000;border:1px solid #0f172a0a;border-radius:8px;color:#111;color:var(--text-color,#111);cursor:pointer;display:inline-flex;gap:6px;height:36px;justify-content:center;min-width:40px;padding:8px;transition:background .12s,color .12s,transform .08s}.editor-toolbar .tool-btn:hover{background:#0f172a08;transform:translateY(-1px)}.editor-toolbar .tool-btn.active{background:linear-gradient(90deg,#2563eb0f,#0000);box-shadow:0 8px 18px #0206170a;color:var(--accent)}.tool-btn svg{font-size:16px}.tool-btn[title]{position:relative}.editor-body{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.editor-left{display:flex;flex-direction:column;gap:10px}.editor-right{background:#fff;border:1px solid #0f172a08;border-radius:10px;max-height:480px;overflow:auto;padding:12px}.editor input[type=text],.editor textarea{border:1px solid #e6e8eb;border-radius:8px;box-sizing:border-box;padding:10px;width:100%}.title-row{align-items:center;display:flex;gap:12px;justify-content:space-between}.title-count{color:var(--muted);font-size:13px}.editor-actions{gap:8px}.btn.publish{background:var(--accent);border:none;border-radius:8px;color:#fff;padding:8px 14px}.btn.secondary{background:#eef2ff;border:1px solid #2563eb14;color:var(--accent)}.meta-row{align-items:center;color:var(--muted);display:flex;font-size:13px;justify-content:space-between;margin-top:8px}.auto-save{color:#0f172a;opacity:.65}@media (max-width:900px){.editor-body{grid-template-columns:1fr}.editor-right{max-height:none}}.auth-wrap{background:var(--card);border-radius:12px;box-shadow:0 8px 20px #1018280a;margin:20px auto;max-width:520px;padding:20px}.auth-wrap h1{margin:0 0 12px}.auth-wrap .editor input,.auth-wrap .editor textarea{border-radius:10px;padding:12px}.auth-actions{align-items:center;display:flex;justify-content:space-between;margin-top:8px}.error{color:var(--danger);font-size:14px;margin-top:6px}.archive{padding-bottom:40px}.archive-title{color:#0f172a;font-size:28px;font-weight:700;margin-bottom:12px}.archive-group{background:linear-gradient(180deg,#fff,#fbfdff);border:1px solid #0f172a0a;border-radius:12px;box-shadow:0 8px 18px #02061705;margin-top:18px;padding:12px}.archive-header{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:10px}.archive-header h3{color:#111;font-size:18px;margin:0}.header-actions{align-items:center;display:flex;gap:8px}.archive-list{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr;list-style:none;margin:0;padding:0}.archive-item{background:#fff;border:1px solid #0f172a08;border-radius:10px;display:flex;flex-direction:column;gap:6px;padding:12px;transition:transform .12s ease,box-shadow .12s}.archive-item:hover{box-shadow:0 12px 36px #0206170f;transform:translateY(-4px)}.archive-item .item-title{font-weight:600}.archive-item .archive-link{color:var(--accent);text-decoration:none}.archive-item .archive-link:hover{text-decoration:underline}.archive-item .item-meta,.meta{color:var(--muted);font-size:13px}.btn.small{align-items:center;background:#f3f6ff;border:none;border-radius:8px;color:var(--accent);display:inline-flex;font-weight:600;gap:8px;padding:6px 10px}.btn.small .anticon{font-size:12px}.archive-body.collapsed{display:none}.archive-empty{align-items:center;background:#fff;border:1px dashed #0f172a0a;border-radius:12px;display:flex;flex-direction:column;gap:8px;padding:36px}.archive-empty .emoji{font-size:44px}.archive-empty h2{font-size:24px;margin:0}.archive-empty .empty{color:var(--muted);max-width:480px;text-align:center}.archive-empty .actions{margin-top:6px}@media (min-width:900px){.archive-list{grid-template-columns:1fr 1fr}}@media (max-width:640px){.archive-group{padding:12px}.archive-item{padding:10px}.archive-title{font-size:22px}}.container{padding:32px 16px}.container h1{color:#0f172a;font-size:28px;font-weight:600;margin-bottom:18px}.profile-form{background:#fff;border:1px solid #0f172a08;border-radius:12px;box-shadow:0 8px 20px #0206170a;margin:0 auto;max-width:820px;padding:22px}.avatar-wrapper{align-items:center;display:flex;gap:16px}.avatar-wrapper .ant-avatar{border-radius:12px;box-shadow:0 6px 18px #0206170f}.avatar-actions .ant-btn{margin-top:6px}.profile-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.profile-grid .ant-form-item{margin-bottom:12px}.password-section{background:linear-gradient(180deg,#02061703,#0000);border:1px dashed #0f172a0a;border-radius:8px;margin-top:8px;padding:12px}@media (max-width:900px){.profile-grid{grid-template-columns:1fr}}@media (max-width:600px){.avatar-wrapper{align-items:flex-start;flex-direction:column;gap:12px}.avatar-actions .ant-btn{margin-top:0}.profile-form{border-radius:10px;padding:16px}}.editor input,.editor textarea{border:1px solid #e6e8eb;border-radius:8px;box-sizing:border-box;margin-top:8px;padding:10px;width:100%}.editor-actions{display:flex;justify-content:flex-end}.editor img{border-radius:6px}.field-note{color:var(--muted);font-size:12px;margin-top:6px}.user-header{align-items:center;display:flex;gap:16px;margin-bottom:18px}.user-meta h2{margin:0 0 6px}.user-bio{color:var(--muted);margin:0}.user-posts ul{list-style:none;margin:8px 0;padding:0}.user-posts li{border-bottom:1px solid #0000000a;padding:10px 0}.user-posts .post-meta{color:var(--muted);font-size:12px;margin-left:8px}.user-posts .empty{color:var(--muted)}@media (max-width:640px){.user-header{align-items:flex-start;flex-direction:column}}.app-footer{background:linear-gradient(180deg,#fff,#f7fafc);border-top:1px solid #0f172a0a;color:#000000a6;margin-top:40px;padding:20px 24px}.footer-inner{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin:0 auto;max-width:900px;width:100%}.footer-center,.footer-left,.footer-right,.social-links{align-items:center;display:flex;gap:12px}.social-links{margin:0}.social-links a{align-items:center;background:#0000;border-radius:50%;color:var(--muted);display:inline-flex;height:40px;justify-content:center;transition:transform .18s ease,background .18s ease,color .18s ease,box-shadow .18s;width:40px}.social-links a:focus,.social-links a:hover{background:#2563eb0f;box-shadow:0 6px 18px #0206170f;color:var(--accent);outline:none;transform:translateY(-3px) scale(1.06)}.app-footer a{color:var(--muted);text-decoration:none}.footer-btn{background:#0000;border:1px solid #0f172a0f;border-radius:8px;color:var(--muted);cursor:pointer;padding:6px 10px;transition:transform .12s ease,background .12s,color .12s}.footer-btn:focus,.footer-btn:hover{background:#2563eb0f;color:var(--accent);outline:none;transform:translateY(-2px)}.footer-note{color:#00000073;font-size:12px;margin-top:8px}.app-footer.sticky{bottom:0;position:-webkit-sticky;position:sticky;z-index:10}.visually-hidden{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;white-space:nowrap;width:1px}@media (max-width:640px){.app-footer{padding:16px}.footer-inner{align-items:center;flex-direction:column;gap:8px}.footer-right{justify-content:center}.social-links a{height:36px;width:36px}}
/*# sourceMappingURL=main.99e0682b.css.map*/