*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC",sans-serif;color:#172033;background:#f6f7fb}html{background:#f6f7fb}body{padding-bottom:60px}.topbar{height:68px;background:#fff;border-bottom:1px solid #e8eaf0;display:flex;align-items:center;justify-content:space-between;padding:0 max(24px,calc((100% - 1080px)/2));position:sticky;top:0;z-index:5}.logo{font-size:21px;font-weight:800;letter-spacing:-.04em;color:#4255d4}.tagline{color:#9aa1b2;font-size:13px;margin-left:12px}.shell{width:min(1080px,calc(100% - 40px));margin:0 auto}.hero{padding:54px 0 30px}.eyebrow{color:#6574df;letter-spacing:.16em;font-size:11px;font-weight:800;margin:0 0 12px}.hero h1{font-size:clamp(28px,4vw,42px);letter-spacing:-.04em;margin:0 0 12px}.muted,.hint{color:#8b93a5;font-size:14px}.composer{background:#fff;border:1px solid #e7e9f0;border-radius:18px;box-shadow:0 8px 32px #263b8110;overflow:hidden}.tabs{display:flex;border-bottom:1px solid #eff0f4;padding:0 22px}.tab{border:0;background:transparent;padding:17px 18px;color:#9aa1b2;font-weight:700;cursor:pointer;border-bottom:2px solid transparent}.tab.active{color:#4658d3;border-bottom-color:#5969df}.panel{padding:22px}.hidden{display:none!important}.title-input,.panel textarea{width:100%;border:0;outline:0;font:inherit}.title-input{font-size:18px;font-weight:700;padding:2px 0 12px}.panel textarea{resize:vertical;min-height:150px;line-height:1.65;padding:4px 0}.composer-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #f0f1f5;padding-top:16px}.primary{background:#5264dc;color:#fff;border:0;border-radius:9px;padding:10px 18px;font-weight:700;cursor:pointer;box-shadow:0 5px 14px #5264dc33}.primary:hover{background:#4355cb}.wide{width:100%;margin-top:18px}.ghost{border:1px solid #e1e4ec;background:#fff;color:#697287;border-radius:8px;padding:8px 13px;cursor:pointer}.drop-zone{min-height:190px;border:1.5px dashed #cbd0df;border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;cursor:pointer;color:#59647d}.drop-zone:hover,.drop-zone.drag{border-color:#5969df;background:#f7f8ff}.drop-zone input{display:none}.upload-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#eef0ff;color:#5365db;font-size:26px}.items-section{padding-top:38px}.section-head{display:flex;align-items:center;justify-content:space-between}.section-head h2{font-size:19px;margin:0 0 14px}.section-head h2 span{color:#a2a8b7;font-size:14px}.items{display:grid;gap:10px}.empty{padding:42px 20px;text-align:center;border:1px dashed #dfe2eb;border-radius:13px;color:#a1a7b5;background:#fff}.item{background:#fff;border:1px solid #e7e9f0;border-radius:13px;padding:16px 18px;display:flex;gap:15px;align-items:flex-start}.item-icon{width:40px;height:40px;border-radius:10px;background:#eef0ff;color:#5365db;display:grid;place-items:center;font-weight:800;flex:none}.item-main{min-width:0;flex:1}.item-title{font-weight:750;margin:1px 0 6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item-meta{color:#9aa1b2;font-size:12px}.item-content{white-space:pre-wrap;overflow-wrap:anywhere;color:#4e586d;line-height:1.5;max-height:92px;overflow:hidden;margin-top:8px;font-size:14px}.item-actions{display:flex;gap:7px;align-items:center}.action{border:0;background:#f2f3f7;color:#657087;border-radius:7px;padding:7px 9px;cursor:pointer;font-size:12px}.action:hover{background:#e8eaf3}.action.danger:hover{background:#fff0f0;color:#d34b58}.thumb{width:76px;height:58px;object-fit:cover;border-radius:8px;background:#f0f1f5;cursor:pointer}.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,20px);background:#20283b;color:white;padding:10px 16px;border-radius:9px;opacity:0;pointer-events:none;transition:.2s;z-index:20}.toast.show{opacity:1;transform:translate(-50%,0)}.preview{position:fixed;inset:0;background:#10131dcc;z-index:30;display:grid;place-items:center;padding:40px}.preview img{max-width:min(1100px,95vw);max-height:90vh;object-fit:contain;border-radius:8px}.close{position:absolute;right:25px;top:16px;border:0;background:transparent;color:#fff;font-size:38px;cursor:pointer}.login-page{min-height:100vh;display:grid;place-items:center;padding:20px}.login-card{background:#fff;width:min(370px,100%);padding:38px;border-radius:18px;box-shadow:0 14px 50px #263b8112;text-align:center}.brand-mark{margin:auto;width:44px;height:44px;border-radius:13px;background:#5264dc;color:white;display:grid;place-items:center;font-size:27px;font-weight:800}.login-card h1{margin:14px 0 5px}.login-card form{text-align:left;margin-top:28px}.login-card label{display:block;color:#687187;font-size:13px;margin-bottom:8px}.login-card input[type=password]{width:100%;padding:12px;border:1px solid #dfe2eb;border-radius:8px;font-size:16px;outline:0}.login-card input:focus{border-color:#5969df;box-shadow:0 0 0 3px #5969df18}.error{color:#d34b58;font-size:13px;margin:12px 0 0}.file-progress{font-size:13px;color:#7d8699;padding:10px 0}@media(max-width:650px){.shell{width:calc(100% - 24px)}.topbar{padding:0 14px}.tagline{display:none}.hero{padding:36px 0 24px}.item{padding:13px}.item-actions{flex-direction:column}.composer-footer{align-items:flex-end;gap:10px}.hint{font-size:12px}}html[data-theme="dark"]{color-scheme:dark;background:#10131a}html[data-theme="dark"] body{color:#e7eaf3;background:#10131a}[data-theme="dark"] .topbar{background:#171b24;border-color:#292f3d}[data-theme="dark"] .logo{color:#91a0ff}[data-theme="dark"] .tagline,[data-theme="dark"] .muted,[data-theme="dark"] .hint,[data-theme="dark"] .item-meta{color:#8f98ac}[data-theme="dark"] .eyebrow{color:#9aa6ff}[data-theme="dark"] .composer,[data-theme="dark"] .item,[data-theme="dark"] .empty,[data-theme="dark"] .login-card{background:#171b24;border-color:#2b3241;box-shadow:0 8px 32px #00000030}[data-theme="dark"] .tabs{border-color:#292f3d}[data-theme="dark"] .tab{color:#8f98ac}[data-theme="dark"] .tab.active{color:#aeb7ff;border-color:#91a0ff}[data-theme="dark"] .title-input,[data-theme="dark"] .panel textarea{color:#e7eaf3;background:transparent}[data-theme="dark"] .title-input::placeholder,[data-theme="dark"] .panel textarea::placeholder{color:#687287}[data-theme="dark"] .composer-footer{border-color:#292f3d}[data-theme="dark"] .ghost{background:#202632;border-color:#343c4d;color:#c0c7d8}[data-theme="dark"] .drop-zone{border-color:#465066;color:#b8c1d5}[data-theme="dark"] .drop-zone:hover,[data-theme="dark"] .drop-zone.drag{border-color:#91a0ff;background:#1b2030}[data-theme="dark"] .upload-icon,[data-theme="dark"] .item-icon{background:#252b48;color:#aeb7ff}[data-theme="dark"] .empty{border-color:#3b4455;color:#7d879c}[data-theme="dark"] .item-content{color:#c0c7d8}[data-theme="dark"] .action{background:#252b35;color:#b8c1d5}[data-theme="dark"] .action:hover{background:#30394a}[data-theme="dark"] .action.danger:hover{background:#40252b;color:#ff9ca5}[data-theme="dark"] .thumb{background:#252b35}[data-theme="dark"] .login-card label{color:#aeb7c8}[data-theme="dark"] .login-card input[type=password]{background:#202632;color:#e7eaf3;border-color:#3b4455}[data-theme="dark"] .login-card input[type=password]::placeholder{color:#687287}[data-theme="dark"] .theme-toggle{background:#202632}[data-theme="dark"] .preview{background:#080a0ecc}[data-theme="dark"] .file-progress{color:#9aa6ba}[data-theme="dark"] .section-head h2 span{color:#7d879c}[data-theme="dark"] .logout-form{color:#c0c7d8}.theme-toggle{min-width:42px;padding:8px 10px;font-size:15px}.topbar-actions{display:flex;align-items:center;gap:8px}.login-theme-toggle{position:fixed;top:20px;right:20px}
