:root{--bg:#eef4e6;--surface:#ffffff;--surface-2:#eaf3df;--fg:#2e3a2a;--muted:#6f7a68;--muted-2:#88a06a;--border:rgba(45,80,45,0.1);--accent:#a7c957;--green:#386641;--green-deep:#2e4a2c;--color-background-danger:#f7ddd6;--color-danger:#9a5a22;--color-background-success:#e8efe2;--color-success:#3c6b3f;--color-background-warning:#f7ead6;--color-warning:#9a5a22;--radius-sm:12px;--radius:16px;--radius-lg:22px;--shadow:0 10px 26px -16px rgba(40,55,35,0.22);--shadow-lg:0 12px 30px -20px rgba(45,80,45,0.35);--font-head:"Quicksand",system-ui,sans-serif;--font-body:"Plus Jakarta Sans",system-ui,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--fg);font-family:var(--font-body);line-height:1.6}h1,h2,h3{font-family:var(--font-head);color:var(--green-deep);letter-spacing:-.3px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#cdd9bf;border-radius:8px;border:2px solid #eef4e6}.shell{display:flex;min-height:100vh;gap:16px;padding:16px}.sidebar{width:232px;flex:0 0 auto;position:-webkit-sticky;position:sticky;top:16px;align-self:flex-start;height:calc(100vh - 32px);background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);padding:22px 14px;display:flex;flex-direction:column}.brand{gap:10px;margin-bottom:24px;padding-left:8px}.brand,.brand-mark{display:flex;align-items:center}.brand-mark{width:32px;height:32px;border-radius:11px;background:var(--accent);justify-content:center}.brand-mark>span{width:12px;height:12px;border-radius:50%;background:var(--green)}.brand-name{font-family:var(--font-head);font-weight:700;font-size:22px;color:var(--green)}.nav{display:flex;flex-direction:column;gap:3px;overflow-y:auto}.nav-item{display:flex;align-items:center;gap:10px;padding:10px 14px;border-radius:14px;font-size:14px;font-weight:500;color:var(--muted);text-decoration:none}.nav-item:hover{background:#f1f6ea}.nav-item.active{background:var(--accent);color:#2e3a1e;font-weight:700}.nav-item .dot{width:7px;height:7px;border-radius:50%;background:currentColor;opacity:.5;flex:0 0 auto}.content{flex:1 1;min-width:0;padding:14px 22px 40px}.content-inner{max-width:1040px;margin:0 auto}.card{border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:18px}.btn,.card{background:var(--surface)}.btn{display:inline-flex;align-items:center;gap:6px;padding:11px 18px;border-radius:999px;border:1px solid var(--border);color:var(--fg);font-family:var(--font-body);font-weight:600;font-size:.9rem;cursor:pointer;text-decoration:none}.btn-primary{background:var(--green);border-color:var(--green);color:#fff}.pill{display:inline-block;font-size:11px;font-weight:700;padding:5px 11px;border-radius:999px;background:var(--surface);color:var(--green)}.bottom-nav{display:none}@media (max-width:860px){.shell{padding:0}.sidebar{display:none}.content{padding:14px 14px calc(76px + env(safe-area-inset-bottom))}.content-inner{max-width:100%}.bottom-nav{display:flex;position:fixed;left:8px;right:8px;bottom:calc(8px + env(safe-area-inset-bottom));background:var(--surface);border-radius:22px;box-shadow:var(--shadow-lg);padding:8px 6px;justify-content:space-around;z-index:50}.bottom-nav a{flex:1 1;display:flex;flex-direction:column;align-items:center;gap:4px;padding:4px 0;text-decoration:none;color:var(--muted);font-size:11px;font-weight:600}.bottom-nav a .dot{width:8px;height:8px;border-radius:50%;background:currentColor;opacity:.4}.bottom-nav a.active{color:var(--green)}.bottom-nav a.active .dot{background:var(--accent);opacity:1}}