:root{--bg:#F4F0E8;--panel:#ffffff;--card:#fafaf9;--text:#2d2d2d;--muted:#6b6b6b;--brand:#ED9044;--accent:#d67a32;--border:#e0dcd4}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:#f4f0e8;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial}.app{display:grid;grid-template-columns:280px 1fr;height:100vh}.sidebar{background:var(--panel);border-right:1px solid var(--border);padding:16px;overflow:auto}.main{display:flex;flex-direction:column;height:100%}.topbar{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border);background:#fffc;-webkit-backdrop-filter:saturate(150%) blur(4px);backdrop-filter:saturate(150%) blur(4px);position:sticky;top:0;z-index:10}.brand{font-weight:800;color:#ed9044;text-decoration:none;letter-spacing:.2px}.topbar-right{display:flex;gap:10px;align-items:center}.content{padding:20px;overflow:auto}.grid{display:grid;grid-template-columns:1fr 360px;gap:24px}.article{padding:16px;background:var(--panel);border:1px solid var(--border);border-radius:14px}.side{display:flex;flex-direction:column;gap:16px}.progress{margin-bottom:16px}.bar{height:8px;background:#e8e4dc;border-radius:999px;overflow:hidden;border:1px solid var(--border)}.bar-fill{height:100%;background:linear-gradient(90deg,var(--brand),var(--accent))}.progress-pill{padding:6px 10px;border:1px solid var(--border);border-radius:999px;background:#00000008}.chapter{margin-bottom:12px}.chapter-title{font-weight:700;margin:8px 0;color:#ed9044}.subsections{list-style:none;padding-left:8px;margin:0}.subsections a{color:var(--muted);text-decoration:none}.subsections a.active,.subsections a:hover{color:#ed9044;text-decoration:underline}.muted{color:var(--muted)}.content-html{line-height:1.8;white-space:pre-wrap}.content-html p{line-height:1.8;margin-bottom:1.2em}.content-html h1,.content-html h2,.content-html h3{margin-top:1.5em;margin-bottom:.8em;line-height:1.3}.content-html ul,.content-html ol{margin-bottom:1em;padding-left:1.5em}.content-html li{margin-bottom:.5em}.card{background:var(--card);border:1px solid var(--border);border-radius:14px}.card-header{padding:12px 14px;border-bottom:1px solid var(--border)}.card-body{padding:14px}.list{list-style:none;padding:0;margin:0}.btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:#ed9044;color:#fff;padding:8px 12px;border-radius:10px;cursor:pointer;font-weight:600;box-shadow:0 6px 20px #ed904440}.btn:hover{background:#d67a32}.btn.ghost{background:transparent;border:1px solid var(--border);color:var(--text);box-shadow:none}.btn.small{padding:6px 10px;font-size:12px}.actions{margin-top:12px;display:flex;gap:8px}.textarea{width:100%;background:#fff;color:var(--text);border:1px solid var(--border);border-radius:10px;padding:10px}.admin-grid{display:grid;grid-template-columns:320px 1fr;gap:16px}.hamburger{display:none;background:none;border:none;color:var(--text);cursor:pointer;padding:8px;margin-right:12px}.hamburger:hover{color:#ed9044}.sidebar-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:998}@media (max-width: 960px){.hamburger{display:block}.app{grid-template-columns:1fr}.sidebar{position:fixed;top:0;left:0;bottom:0;width:280px;z-index:999;transform:translate(-100%);transition:transform .3s ease;box-shadow:2px 0 8px #0000001a}.sidebar.sidebar-open{transform:translate(0)}.sidebar-overlay{display:block}.grid{grid-template-columns:1fr}.topbar{flex-wrap:wrap;gap:8px}.topbar-right{flex-wrap:wrap;gap:6px}@media (max-width: 640px){.progress-pill{display:none}.brand{font-size:.9rem}.btn{font-size:.875rem;padding:6px 10px}}.subsections a{display:block;padding:8px 4px;min-height:44px;display:flex;align-items:center}.btn{min-height:44px}.chapter-title{padding:4px 0}}
