@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
:root{--bg-primary:#fff;--bg-secondary:#f5f5f5;--bg-tertiary:#e5e5e5;--text-primary:#000;--text-secondary:#333;--text-tertiary:#666;--brand-primary:#ff6b00;--brand-secondary:#ff8533;--brand-accent:#e62e00;--success:#10b981;--warning:#ff6b00;--danger:#e62e00;--border-color:#ccc;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a, 0 8px 10px -6px #0000001a;--glass-bg:#ffffffb3;--glass-border:#ffffff80;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:24px;--radius-full:9999px}[data-theme=dark]{--bg-primary:#000;--bg-secondary:#111;--bg-tertiary:#222;--text-primary:#fff;--text-secondary:#ccc;--text-tertiary:#999;--brand-primary:#ff6b00;--brand-secondary:#ff8533;--brand-accent:#e62e00;--border-color:#333;--shadow-sm:0 1px 2px 0 #00000080;--shadow-md:0 4px 6px -1px #00000080, 0 2px 4px -2px #00000080;--shadow-lg:0 10px 15px -3px #00000080, 0 4px 6px -4px #00000080;--shadow-xl:0 20px 25px -5px #00000080, 0 8px 10px -6px #00000080;--glass-bg:#0f172ab3;--glass-border:#33415580}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-primary);width:100%;height:100%;color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;transition:background-color .3s,color .3s}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.5s ease-out forwards fadeIn}.container{max-width:1200px;margin:0 auto;padding:0 24px}
.Navbar-module__GPwZsW__header{background-color:var(--bg-primary);border-bottom:1px solid var(--border-color);z-index:50;justify-content:space-between;align-items:center;padding:0 100px;display:flex;position:sticky;top:0}.Navbar-module__GPwZsW__logo{color:var(--text-primary);align-items:center;gap:8px;font-size:1.5rem;font-weight:700;display:flex}.Navbar-module__GPwZsW__logoIcon{color:var(--brand-primary)}.Navbar-module__GPwZsW__nav{align-items:center;gap:24px;display:flex}.Navbar-module__GPwZsW__navLink{color:var(--text-secondary);font-weight:500;transition:color .2s}.Navbar-module__GPwZsW__navLink:hover{color:var(--text-primary)}.Navbar-module__GPwZsW__actions{align-items:center;gap:16px;display:flex}.Navbar-module__GPwZsW__loginBtn{background-color:var(--bg-secondary);color:var(--text-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:8px 16px;font-weight:500;transition:background-color .2s}.Navbar-module__GPwZsW__loginBtn:hover{background-color:var(--bg-tertiary)}.Navbar-module__GPwZsW__userProfile{color:var(--text-primary);align-items:center;gap:8px;font-weight:500;display:flex}.Navbar-module__GPwZsW__avatar{border-radius:var(--radius-full);background-color:var(--brand-primary);color:#fff;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;display:flex}@media (max-width:768px){.Navbar-module__GPwZsW__header{flex-wrap:wrap;gap:16px;padding:12px 16px}.Navbar-module__GPwZsW__nav{border-top:1px solid var(--border-color);order:3;justify-content:center;width:100%;padding-top:12px}.Navbar-module__GPwZsW__userProfile span{display:none}}
