:root{--color-primary:#d9a520;--color-primary-dark:#2b3d4f;--color-primary-light:#fcf8ed;--color-secondary:#eebd3f;--color-secondary-dark:#243342;--color-accent:#d9a520;--color-accent-light:#fcf8ed;--color-success:#21c45d;--color-warning:#f59f0a;--color-error:#dc2828;--color-background:#fff;--color-surface:#f3f4f6;--color-surface-hover:#ebecf0;--color-text:#2b3d4f;--color-text-secondary:#6b7280;--color-text-tertiary:#a0a6b0;--color-border:#e5e7eb;--color-border-hover:#c5cad3;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:1.875rem;--font-size-4xl:2.25rem;--font-size-5xl:3rem;--spacing-xs:.25rem;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:2rem;--spacing-2xl:3rem;--spacing-3xl:4rem;--radius-sm:.25rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-full:9999px;--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;--transition-fast:.15s cubic-bezier(.4,0,.2,1);--transition-base:.25s cubic-bezier(.4,0,.2,1);--transition-slow:.35s cubic-bezier(.4,0,.2,1)}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;font-family:var(--font-sans);color:var(--color-text);background-color:var(--color-background);line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.container{width:100%;max-width:1200px;padding:0 var(--spacing-lg);margin:0 auto}.btn{padding:var(--spacing-sm)var(--spacing-lg);font-size:var(--font-size-base);border-radius:var(--radius-md);transition:all var(--transition-base);cursor:pointer;border:none;justify-content:center;align-items:center;font-weight:500;display:inline-flex}.btn-primary{color:#1e293b;background:linear-gradient(135deg,#d4af37,#f4d03f)}.btn-primary:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-secondary{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.btn-secondary:hover{background:var(--color-surface-hover);border-color:var(--color-border-hover)}.card{background:var(--color-background);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--spacing-lg);box-shadow:var(--shadow-sm);transition:all var(--transition-base)}.card:hover{box-shadow:var(--shadow-md);border-color:var(--color-border-hover)}
.Navbar-module__cJzEcG__navbar{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-bottom:1px solid #0000000d;padding:1rem 0;position:sticky;top:0}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex}.Navbar-module__cJzEcG__logo{color:#1a1a1a;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoIcon{color:#d4af37}.Navbar-module__cJzEcG__logoText{background:linear-gradient(135deg,#d4af37 0%,#f4d03f 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.Navbar-module__cJzEcG__desktopNav{align-items:center;gap:2rem;display:none}.Navbar-module__cJzEcG__navLink{color:#64748b;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.Navbar-module__cJzEcG__navLink:hover{color:#d4af37}.Navbar-module__cJzEcG__navLink.Navbar-module__cJzEcG__active{color:#d4af37;font-weight:600}.Navbar-module__cJzEcG__dropdown{align-items:center;height:100%;display:flex;position:relative}.Navbar-module__cJzEcG__dropdownTrigger{cursor:pointer;color:#64748b;background:0 0;border:none;align-items:center;gap:.25rem;padding:0;font-family:inherit;font-size:.95rem;font-weight:500;transition:color .2s;display:flex}.Navbar-module__cJzEcG__dropdownTrigger:hover,.Navbar-module__cJzEcG__dropdown:hover .Navbar-module__cJzEcG__dropdownTrigger{color:#d4af37}.Navbar-module__cJzEcG__dropdownMenu{opacity:0;visibility:hidden;background:#fff;border:1px solid #f1f5f9;border-radius:12px;min-width:200px;padding:.5rem;transition:all .2s;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.Navbar-module__cJzEcG__dropdown:hover .Navbar-module__cJzEcG__dropdownMenu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Navbar-module__cJzEcG__dropdownItem{color:#4b5563;border-radius:8px;padding:.75rem 1rem;font-size:.9rem;text-decoration:none;transition:all .2s;display:block}.Navbar-module__cJzEcG__dropdownItem:hover{color:#d4af37;background:#f8fafc}.Navbar-module__cJzEcG__desktopAuth{align-items:center;gap:1rem;display:none}.Navbar-module__cJzEcG__signInBtn{color:#fff;background:#d4af37;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-weight:500;text-decoration:none;transition:background .2s;display:flex}.Navbar-module__cJzEcG__signInBtn:hover{background:#c9a02c}.Navbar-module__cJzEcG__joinBtn{color:#d4af37;background:#fff;border:1px solid #d4af37;border-radius:8px;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.Navbar-module__cJzEcG__joinBtn:hover{background:#fef9e7}.Navbar-module__cJzEcG__userMenu{align-items:center;gap:1rem;display:flex}.Navbar-module__cJzEcG__dashboardBtn{color:#4b5563;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:500;text-decoration:none;transition:background .2s;display:flex}.Navbar-module__cJzEcG__dashboardBtn:hover{color:#d4af37;background:#f3f4f6}.Navbar-module__cJzEcG__adminBtn{color:#dc2626;background:#fee2e2;border-radius:4px;padding:.4rem .8rem;font-size:.9rem;font-weight:600;text-decoration:none}.Navbar-module__cJzEcG__signOutBtn{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.Navbar-module__cJzEcG__signOutBtn:hover{color:#ef4444;background:#f3f4f6}.Navbar-module__cJzEcG__mobileMenuBtn{color:#4b5563;cursor:pointer;background:0 0;border:none;padding:.5rem;display:block}.Navbar-module__cJzEcG__mobileMenu{background:#fff;border-bottom:1px solid #e5e7eb;padding:1rem;animation:.3s ease-out Navbar-module__cJzEcG__slideDown;position:absolute;top:100%;left:0;right:0;box-shadow:0 4px 6px -1px #0000001a}.Navbar-module__cJzEcG__mobileLinks{border-bottom:1px solid #f3f4f6;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding-bottom:1rem;display:flex}.Navbar-module__cJzEcG__mobileLink{color:#4b5563;border-radius:6px;padding:.75rem;font-weight:500;text-decoration:none}.Navbar-module__cJzEcG__mobileLink:hover{color:#d4af37;background:#f9fafb}.Navbar-module__cJzEcG__mobileAuth{flex-direction:column;gap:.5rem;display:flex}.Navbar-module__cJzEcG__mobileBtn{color:#4b5563;cursor:pointer;background:#f3f4f6;border:none;border-radius:6px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem;font-weight:500;text-decoration:none;display:flex}.Navbar-module__cJzEcG__mobileBtn:hover{background:#e5e7eb}@keyframes Navbar-module__cJzEcG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.Navbar-module__cJzEcG__desktopNav,.Navbar-module__cJzEcG__desktopAuth{display:flex}.Navbar-module__cJzEcG__mobileMenuBtn{display:none}}
.Footer-module__S6Hkya__footer{background:#f8fafc;border-top:1px solid #e2e8f0;margin-top:auto;padding:4rem 0 2rem}.Footer-module__S6Hkya__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.Footer-module__S6Hkya__grid{grid-template-columns:repeat(1,1fr);gap:3rem;margin-bottom:3rem;display:grid}.Footer-module__S6Hkya__col h3{color:#1e293b;margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.Footer-module__S6Hkya__logo{align-items:center;gap:.5rem;margin-bottom:1rem;text-decoration:none;display:flex}.Footer-module__S6Hkya__logoIcon{color:#d4af37}.Footer-module__S6Hkya__logoText{color:#1e293b;font-size:1.5rem;font-weight:700}.Footer-module__S6Hkya__description{color:#64748b;max-width:300px;margin-bottom:1.5rem;line-height:1.6}.Footer-module__S6Hkya__socials{gap:1rem;display:flex}.Footer-module__S6Hkya__socialLink{color:#94a3b8;transition:color .2s}.Footer-module__S6Hkya__socialLink:hover{color:#d4af37}.Footer-module__S6Hkya__links{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__S6Hkya__links a{color:#64748b;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__links a:hover{color:#d4af37}.Footer-module__S6Hkya__contactInfo{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__S6Hkya__contactInfo li{color:#64748b;align-items:center;gap:.75rem;display:flex}.Footer-module__S6Hkya__bottom{color:#94a3b8;border-top:1px solid #e2e8f0;flex-direction:column;align-items:center;gap:1rem;padding-top:2rem;font-size:.9rem;display:flex}.Footer-module__S6Hkya__legal{gap:1.5rem;display:flex}.Footer-module__S6Hkya__legal a{color:#94a3b8;text-decoration:none;transition:color .2s}.Footer-module__S6Hkya__legal a:hover{color:#64748b}@media (min-width:640px){.Footer-module__S6Hkya__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Footer-module__S6Hkya__grid{grid-template-columns:2fr 1fr 1fr 1.5fr}.Footer-module__S6Hkya__bottom{flex-direction:row;justify-content:space-between}}
