:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#13233f;background:#f4f7fb;font-synthesis:none;text-rendering:optimizeLegibility;--ink: #13233f;--muted: #64748b;--line: #d8e2ef;--card: #ffffff;--blue: #2764d8;--blue-dark: #17439a;--orange: #f08b3e;--green: #198754;--red: #c24141;--shadow: 0 18px 50px rgba(25, 55, 100, .09)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#f4f7fb}button,input,textarea{font:inherit}button{cursor:pointer}.page-shell{width:min(1120px,calc(100% - 32px));margin:0 auto;padding:24px 0 64px}.topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:26px;padding:26px 28px;color:#fff;border-radius:24px;background:linear-gradient(120deg,#13233f,#214b9a 72%,#2764d8);box-shadow:var(--shadow)}.eyebrow{margin:0 0 8px;color:#a9c4ff;font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{margin-bottom:10px;font-size:clamp(1.7rem,4vw,2.65rem);line-height:1.1}h2{margin-bottom:8px;font-size:1.25rem}h3{margin-bottom:4px;font-size:1rem}.lede{max-width:620px;margin-bottom:0;color:#dbe7ff;line-height:1.7}.topbar-actions,.button-row,.post-actions,.status-row{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.topbar-actions{justify-content:flex-end}.status-pill{display:inline-flex;align-items:center;min-height:30px;padding:5px 10px;border:1px solid rgba(255,255,255,.22);border-radius:999px;color:#e9f1ff;font-size:.78rem;white-space:nowrap}.status-pill:before{width:7px;height:7px;margin-right:7px;border-radius:50%;background:#a8b7cc;content:""}.status-pill[data-kind=live]:before,.status-pill[data-kind=demo]:before{background:#6ee7b7}.status-pill[data-kind=fallback]:before{background:#fbbf24}.status-pill[data-kind=error]:before{background:#fb7185}.button,.icon-button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:9px 14px;border:1px solid transparent;border-radius:10px;color:var(--ink);background:#fff;font-weight:750;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.button:hover,.icon-button:hover{transform:translateY(-1px);box-shadow:0 8px 18px #15376d1f}.button:disabled,.icon-button:disabled{cursor:not-allowed;opacity:.48;transform:none;box-shadow:none}.button:focus-visible,.icon-button:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid rgba(39,100,216,.3);outline-offset:2px}.button.primary{color:#fff;background:var(--blue)}.button.primary:hover{background:var(--blue-dark)}.button.secondary{color:var(--blue-dark);background:#eaf1ff}.button.ghost{color:var(--ink);border-color:var(--line);background:transparent}.button.danger{color:var(--red);border-color:#f3c4c4;background:#fff8f8}.button.small{min-height:34px;padding:6px 10px;font-size:.84rem}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:20px;align-items:start}.post-list{display:grid;gap:16px}.post-card,.panel,.empty-state,.login-card{border:1px solid var(--line);border-radius:18px;background:var(--card);box-shadow:0 8px 28px #1937640d}.post-card{overflow:hidden}.post-card details[open]{border-top:3px solid var(--orange)}.post-card summary{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:18px 20px;list-style:none;cursor:pointer}.post-card summary::-webkit-details-marker{display:none}.summary-main{min-width:0}.summary-title{margin:0 0 4px;color:var(--ink);font-size:1.1rem}.summary-meta{color:var(--muted);font-size:.8rem}.summary-chevron{color:var(--blue);font-size:1.2rem;transition:transform .12s ease}details[open] .summary-chevron{transform:rotate(180deg)}.post-body{padding:0 20px 20px}.post-body pre{margin:0;padding:17px;overflow-x:auto;border:1px solid #e2eaf5;border-radius:12px;color:#233b60;background:#f7faff;font:.95rem/1.75 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;white-space:pre-wrap;overflow-wrap:anywhere}.post-actions{justify-content:flex-end;margin-top:12px}.side-card{position:sticky;top:20px;padding:18px}.side-card p{color:var(--muted);font-size:.88rem;line-height:1.65}.qr-preview{display:grid;place-items:center;min-height:220px;margin:12px 0;border-radius:12px;background:#fff}.qr-preview canvas{max-width:100%;height:auto}.share-url{display:block;padding:10px;overflow-wrap:anywhere;border-radius:9px;color:var(--blue-dark);background:#eef4ff;font-size:.78rem;line-height:1.45}.empty-state{padding:54px 26px;text-align:center}.empty-state h2{margin-bottom:8px}.empty-state p{max-width:560px;margin:0 auto;color:var(--muted);line-height:1.7}.error-box{padding:16px;border:1px solid #f3c4c4;border-radius:12px;color:#8e2b2b;background:#fff7f7;line-height:1.6}.footer-note{margin-top:28px;color:var(--muted);font-size:.8rem;line-height:1.6;text-align:center}.admin-shell{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:24px 0 60px}.admin-header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px}.admin-header h1{margin-bottom:7px}.admin-header p{margin-bottom:0;color:var(--muted)}.admin-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);gap:20px;align-items:start}.panel{padding:20px}.panel+.panel{margin-top:18px}.panel-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}.panel-header p{margin-bottom:0;color:var(--muted);font-size:.88rem;line-height:1.55}.field{display:grid;gap:7px;margin-bottom:14px}.field label{color:#344b6d;font-size:.86rem;font-weight:750}.field input,.field textarea{width:100%;border:1px solid #cbd8e8;border-radius:10px;color:var(--ink);background:#fff}.field input{min-height:42px;padding:9px 11px}.field textarea{min-height:230px;padding:12px;resize:vertical;font:.92rem/1.65 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.checkbox-row{display:flex;flex-wrap:wrap;gap:16px;margin:12px 0 16px}.checkbox-row label{display:inline-flex;align-items:center;gap:7px;color:#344b6d;font-size:.88rem}.checkbox-row input{accent-color:var(--blue)}.login-wrap{display:grid;min-height:78vh;place-items:center}.login-card{width:min(440px,100%);padding:26px}.login-card h1{font-size:1.7rem}.login-card p{color:var(--muted);line-height:1.65}.notice{margin-bottom:16px;padding:12px 14px;border-radius:10px;color:#755019;background:#fff5d9;font-size:.88rem;line-height:1.55}.notice[data-kind=error]{color:#8e2b2b;background:#fff0f0}.post-editor{border:1px solid #e0e8f3;border-radius:13px;padding:16px;background:#fbfdff}.post-editor.is-editing{border-color:#9ab9f4;box-shadow:inset 0 0 0 1px #dbe8ff}.managed-posts{display:grid;gap:10px}.managed-post{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px;border:1px solid #e0e8f3;border-radius:12px;background:#fff}.managed-post.is-hidden{opacity:.58}.post-number{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;color:var(--blue-dark);background:#eaf1ff;font-size:.82rem;font-weight:800}.managed-post h3{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.managed-post p{margin:0;overflow:hidden;color:var(--muted);font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.managed-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:5px}.mini-qr{display:grid;place-items:center;min-height:230px;margin:8px 0 12px;padding:10px;border-radius:12px;background:#f7faff}.mini-qr canvas{max-width:100%;height:auto}.divider{height:1px;margin:20px 0;background:var(--line)}.hidden{display:none!important}.field select,.field input:disabled,.field textarea:disabled{color:#60728f;background:#f1f5fa}.field select{width:100%;min-height:42px;padding:9px 11px;border:1px solid #cbd8e8;border-radius:10px;color:var(--ink);background:#fff}.field-help{color:var(--muted);font-size:.78rem;line-height:1.5}.board-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:0 2px 10px;color:var(--muted);font-size:.8rem}.sort-label{color:var(--blue-dark);font-weight:800}.sort-note{text-align:right}.post-badges{display:flex;flex-wrap:wrap;gap:5px;margin:5px 0}.post-badge{display:inline-flex;align-items:center;min-height:20px;padding:2px 7px;border-radius:999px;font-size:.68rem;font-weight:800}.post-badge.is-pinned{color:#805018;background:#fff0c7}.post-badge.is-locked{color:#7e2c43;background:#ffe1eb}.post-body{display:grid;gap:12px}.post-body pre{max-height:clamp(14rem,52vh,34rem);overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable;line-height:1.9}.post-actions{margin-top:0}.public-attachments,.attachment-list{display:grid;gap:7px}.public-attachments{padding:12px 14px;border:1px solid #dbe7f5;border-radius:12px;color:#344b6d;background:#f8fbff;font-size:.86rem}.attachment-link{overflow-wrap:anywhere;color:var(--blue-dark);font-weight:700;line-height:1.45}.schedule-fields{display:grid}.attachment-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 10px;border:1px solid #dbe7f5;border-radius:9px;background:#fff}.attachment-item a{min-width:0;overflow-wrap:anywhere;color:var(--blue-dark);font-size:.82rem;font-weight:700;line-height:1.4}.post-badge.is-attachment{color:#245e72;background:#dff5fb}.managed-summary{min-width:0}.managed-summary h3{margin-bottom:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.managed-summary .post-badges{margin:2px 0 4px}.audit-list{display:grid;gap:8px;margin:14px 0 18px;text-align:left}.audit-item{display:grid;gap:3px;padding:10px 12px;border:1px solid #e0e8f3;border-radius:10px;background:#fbfdff}.audit-item span,.audit-item small{color:var(--muted);font-size:.78rem;line-height:1.5}.dialog-left{text-align:left}dialog{width:min(440px,calc(100% - 28px));padding:0;border:0;border-radius:18px;box-shadow:0 22px 80px #0b1f4340}dialog::backdrop{background:#0a183494}.dialog-content{padding:22px;text-align:center}.dialog-content h2{margin-bottom:8px}.dialog-content p{color:var(--muted);line-height:1.55}.dialog-content canvas{max-width:100%;height:auto;margin:8px auto 15px}@media(max-width:820px){.topbar,.admin-header{flex-direction:column}.topbar-actions{justify-content:flex-start}.content-grid,.admin-layout{grid-template-columns:1fr}.side-card{position:static}}@media(max-width:560px){.page-shell,.admin-shell{width:min(100% - 20px,1120px);padding-top:10px}.topbar{padding:21px 18px;border-radius:18px}.post-card summary,.post-body,.panel{padding-left:15px;padding-right:15px}.managed-post{grid-template-columns:auto minmax(0,1fr)}.managed-actions{grid-column:1 / -1;justify-content:flex-start}}@media(max-width:560px){.board-toolbar{align-items:flex-start;flex-direction:column}.sort-note{text-align:left}.post-body pre{max-height:min(52vh,28rem)}}
