@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";
:root{--bg:#f5f5f5;--fg:#000;--fg-muted:#6b7280;--sidebar-bg:#ebebeb;--nav-hover:#e0e0e0;--nav-active-bg:#d4d4d4;--nav-active-fg:#000;--border:#e5e7eb;--menu-bg:#fff;--menu-shadow:#00000014;--card-bg:#fff;--accent-green:#24e330;--accent-purple:#d773ff;--input-bg:#f9fafb;--input-border:#e5e7eb;--input-focus:#24e330;--button-primary:#3b82f6}.dark{--bg:#050505;--fg:#d1d5db;--fg-muted:#9ca3af;--sidebar-bg:#000;--nav-hover:#0b0b0b;--nav-active-bg:#1f1f1f;--nav-active-fg:#fff;--border:#0b0b0b;--menu-bg:#0b0b0b;--menu-shadow:#0009;--card-bg:#18181b;--accent-green:#24e330;--accent-purple:#d773ff;--input-bg:#27272a;--input-border:#3f3f46;--input-focus:#24e330;--button-primary:#3b82f6}*{box-sizing:border-box}html,body{height:100%;color:var(--fg);background:var(--bg);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;transition:background-color,color;overflow:hidden}.app{flex-direction:row;height:100vh;display:flex}.icon,.arrow{flex-shrink:0;width:18px;height:18px;display:inline-block}.checkmark{flex-shrink:0;width:16px;height:16px;display:inline-block}.platform-icon{flex-shrink:0;width:24px;height:24px;display:inline-block}.sidebar{background:var(--sidebar-bg);border-right:1px solid var(--border);flex-direction:column;width:220px;padding:20px 12px;transition:background .12s,border-color .12s;display:flex;position:relative}.brand{align-items:center;gap:6px;margin-bottom:24px;padding:0 4px;display:flex}.brand-link{cursor:pointer;color:inherit;text-decoration:none}.brand-name{letter-spacing:.4px;color:var(--fg);margin-left:0;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial;font-size:18px;font-weight:700;line-height:1}.nav{flex-direction:column;gap:6px;display:flex}.nav-item{color:var(--fg);cursor:pointer;border-radius:10px;align-items:center;gap:10px;padding:8px 10px;font-size:14px;font-weight:600;text-decoration:none;transition:background .12s,color .12s;display:flex}.nav-item:hover{background:var(--nav-hover)}.nav-item.active{background:var(--nav-active-bg);color:var(--nav-active-fg)}.nav-item svg{stroke-width:1.4px;width:18px;height:18px}.spacer{flex:1}@media (max-width:767px){.app{flex-direction:column}.sidebar{border-right:none;border-bottom:1px solid var(--border);flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:60px;padding:0 16px}.brand{margin-bottom:0;margin-left:0;padding:0}.nav,.spacer{display:none}}.content{flex:1;justify-content:center;align-items:center;padding:0;display:flex;overflow:hidden}.content-grid{grid-template-columns:1fr 1fr;gap:0;width:100%;max-width:100%;height:100%;margin:0;display:grid}@media (max-width:767px){.content{overflow:hidden auto}.content-grid{grid-template-columns:1fr;height:auto;min-height:100%}}.home-center{background:var(--bg);width:100%;height:100%;box-shadow:none;border-radius:0;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:40px;display:flex}.hero-illustration{width:100%;max-width:420px;height:auto;box-shadow:none;background:0 0;border-radius:0}.hero-heading{color:var(--fg);text-align:center;margin:0;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial;font-size:32px;font-weight:600}.dark .hero-heading{color:#fff}@media (max-width:767px){.home-center{display:none}}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:0 0}.custom-scrollbar::-webkit-scrollbar-thumb{background:var(--fg-muted);border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:var(--fg)}
