:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}#root{text-align:center;border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}:root{--indigo:#5f33e1;--indigo-light:#eee9ff;--text:#24252c;--text-muted:#6e6a7c;--bg:#f5f3ff;--border:#e3ddfa;--error:#ef4444}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:Segoe UI,system-ui,sans-serif}.center-screen{flex-direction:column;justify-content:center;align-items:center;gap:12px;height:100vh;display:flex}.login-page{justify-content:center;align-items:center;height:100vh;display:flex}.login-card{background:#fff;border-radius:16px;flex-direction:column;gap:14px;width:340px;padding:32px;display:flex;box-shadow:0 8px 30px #5f33e11f}.login-card h1{color:var(--indigo);margin:0;font-size:20px}.login-subtitle{color:var(--text-muted);margin:0;font-size:13px}label{color:var(--text);flex-direction:column;gap:4px;font-size:13px;font-weight:600;display:flex}input,textarea,select{border:1px solid var(--border);border-radius:8px;padding:8px 10px;font-family:inherit;font-size:14px}button{background:var(--indigo);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:9px 16px;font-size:14px;font-weight:600}button.secondary{background:var(--indigo-light);color:var(--indigo)}button:disabled{opacity:.6;cursor:default}.error-text{color:var(--error);font-size:13px}.app-shell{min-height:100vh}.app-header{border-bottom:1px solid var(--border);background:#fff;align-items:center;gap:24px;padding:16px 28px;display:flex}.app-header h1{color:var(--indigo);flex-shrink:0;margin:0;font-size:17px}.app-header nav{flex:1;gap:8px;display:flex}.app-header nav button{color:var(--text-muted);background:0 0;font-weight:600}.app-header nav button.nav-active{background:var(--indigo-light);color:var(--indigo)}main{max-width:1100px;margin:0 auto;padding:28px}.page-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.page-header h2{margin:0}.data-table{border-collapse:collapse;background:#fff;border-radius:12px;width:100%;overflow:hidden;box-shadow:0 2px 12px #5f33e10f}.data-table th{text-align:left;color:var(--text-muted);border-bottom:1px solid var(--border);padding:10px 14px;font-size:12px}.data-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:10px 14px;font-size:14px}.thumb{object-fit:cover;border-radius:8px;width:40px;height:40px}.thumb-placeholder{background:var(--indigo-light);border-radius:8px;width:40px;height:40px}.pill-toggle{background:var(--indigo-light);color:var(--indigo);padding:4px 10px;font-size:12px}.link-btn{color:var(--indigo);background:0 0;padding:4px 8px;font-size:13px;font-weight:500}.link-btn.danger{color:var(--error)}.modal-backdrop{z-index:10;background:#24252c66;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:16px;flex-direction:column;gap:12px;width:420px;max-height:90vh;padding:24px;display:flex;overflow-y:auto}.modal h3{margin:0 0 4px}.modal-actions{justify-content:flex-end;gap:8px;margin-top:8px;display:flex}.preview-img{object-fit:cover;border-radius:10px;max-width:100%;max-height:140px}.checkbox-label{flex-direction:row;align-items:center;gap:8px}.checkbox-label input{width:auto}.checkbox-list{border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:6px;max-height:160px;padding:10px;font-weight:400;display:flex;overflow-y:auto}.checkbox-list .checkbox-label{font-size:13px;font-weight:500}.muted{color:var(--text-muted);margin:0;font-size:13px}
