*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;background:#f4f7fb;color:#162033}.layout{display:grid;grid-template-columns:280px 1fr;min-height:100vh}.sidebar{background:#0f172a;color:#fff;padding:24px;position:sticky;top:0;height:100vh}.brand{display:flex;gap:12px;align-items:center;margin-bottom:28px}.logo{width:46px;height:46px;border-radius:14px;background:#2563eb;display:grid;place-items:center;font-weight:800}.brand span{display:block;color:#94a3b8;font-size:13px;margin-top:3px}.sidebar nav{display:grid;gap:7px}.sidebar a{color:#cbd5e1;text-decoration:none;padding:11px 12px;border-radius:10px}.sidebar a:hover{background:#1e293b;color:#fff}.main{padding:28px;max-width:1500px;width:100%;margin:0 auto}.main.single{max-width:900px}.hero{background:linear-gradient(135deg,#111827,#1d4ed8);color:#fff;border-radius:24px;padding:32px;display:flex;align-items:center;justify-content:space-between;gap:24px}.hero h1{font-size:36px;margin:5px 0 10px}.hero p{color:#dbeafe;max-width:760px}.eyebrow{text-transform:uppercase;font-size:12px;letter-spacing:.14em;color:#93c5fd!important}.hero-card{background:#ffffff12;border:1px solid #ffffff22;border-radius:18px;padding:20px;min-width:220px}.hero-card strong{display:block;font-size:44px}.hero-card span{color:#bfdbfe}.progress{height:9px;background:#ffffff24;border-radius:99px;margin-top:16px;overflow:hidden}.progress i{display:block;height:100%;background:#fff;border-radius:99px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin:18px 0}.stats div,.card,.mini-card,.module{background:#fff;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 10px 24px rgba(15,23,42,.04)}.stats div{padding:20px}.stats strong{display:block;font-size:30px}.stats span{color:#64748b}.card{padding:24px;margin:18px 0}.section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:18px}.section-head h2{margin:0;font-size:23px}.section-head p{margin:0;color:#64748b}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.mini-card{padding:18px}.mini-card h3{margin:0 0 8px}.mini-card p{color:#475569}.mini-card small{display:block;color:#64748b;line-height:1.5}.form-inline{display:grid;grid-template-columns:repeat(4,1fr) auto;gap:10px;margin-bottom:18px}.form-inline textarea{grid-column:span 4;min-height:70px}input,select,textarea{width:100%;border:1px solid #cbd5e1;border-radius:10px;padding:11px 12px;font:inherit;background:#fff}button{border:0;border-radius:10px;background:#1d4ed8;color:white;padding:11px 14px;font-weight:700;cursor:pointer}button:hover{background:#1e40af}.list{display:grid;gap:12px}.list article{border:1px solid #e2e8f0;border-radius:14px;padding:15px;background:#fbfdff}.list.compact{grid-template-columns:repeat(2,1fr)}.list b{display:block;font-size:16px}.list span{display:block;color:#64748b;font-size:13px;margin-top:4px}.list p{margin:8px 0 0;color:#334155}.module-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.module{padding:16px}.module strong{display:block}.module p{color:#475569;min-height:45px}.module em{font-style:normal;color:#1d4ed8;font-weight:700;font-size:13px}.task-table{overflow:auto}table{width:100%;border-collapse:collapse}th,td{padding:13px;border-bottom:1px solid #e2e8f0;text-align:left;vertical-align:top}th{font-size:13px;color:#64748b;background:#f8fafc}td small{display:block;color:#64748b;margin-top:4px;line-height:1.4}.badge{display:inline-block;border-radius:999px;background:#e2e8f0;padding:6px 9px;font-size:12px;font-weight:700}.status-done .badge{background:#dcfce7;color:#166534}.status-in_progress .badge{background:#dbeafe;color:#1d4ed8}.status-revise .badge{background:#fef3c7;color:#92400e}.status-cancelled .badge{background:#fee2e2;color:#991b1b}.status-form{display:flex;gap:8px}.status-form select{min-width:120px}.status-form button{white-space:nowrap}.file-tree{display:grid;gap:10px}.file-tree div{background:#0f172a;color:#dbeafe;border-radius:14px;padding:15px}.file-tree code{display:block;color:#fff;font-weight:700;margin-bottom:5px}.file-tree span{font-size:13px;color:#93c5fd}.file-tree p{margin:8px 0 0;color:#cbd5e1}.alert{background:#dbeafe;border:1px solid #93c5fd;border-radius:12px;padding:14px;margin:12px 0}pre{background:#0f172a;color:#dbeafe;border-radius:16px;padding:18px;overflow:auto}code{background:#eff6ff;color:#1d4ed8;border-radius:7px;padding:2px 6px}@media(max-width:1000px){.layout{grid-template-columns:1fr}.sidebar{position:relative;height:auto}.sidebar nav{grid-template-columns:repeat(2,1fr)}.hero{display:block}.stats,.grid-3,.module-grid,.list.compact{grid-template-columns:1fr}.form-inline{grid-template-columns:1fr}.form-inline textarea{grid-column:auto}}