*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{min-height:100vh;color:#2c3e50;transition:background-color .3s ease,color .3s ease}.dark #app{background-color:#111827;color:#f9fafb}nav{position:sticky;top:0;z-index:100;padding:1rem 2rem;background:#92400e;box-shadow:0 2px 8px #00000026;display:flex;flex-direction:column;gap:1rem;width:100%;flex-shrink:0}.dark nav{background:#111827}.nav-header{display:flex;align-items:center;justify-content:space-between;width:100%}.nav-brand{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;flex-shrink:0;min-width:0;overflow:visible;padding-right:1.25rem;position:relative}.nav-brand-top{display:flex;align-items:center;gap:.75rem}.nav-logo-home{height:40px;width:40px;flex-shrink:0;transition:none;display:block;overflow:visible}.nav-logo-link{display:flex;align-items:center;text-decoration:none;flex-shrink:0;background:none!important;border:none!important;padding:0!important;border-radius:0!important;box-shadow:none!important}.nav-logo-link:hover{background:none!important;box-shadow:none!important;transform:none!important}.nav-logo-text{height:48px;width:auto;flex-shrink:0;transition:none;display:block;overflow:visible;padding-right:.25rem}.nav-tagline{display:block;font-size:.95rem;color:#f97316;font-weight:600;letter-spacing:.04em;text-align:left}.dark .nav-tagline{color:#fb923c}.hamburger-menu{display:none;flex-direction:column;justify-content:space-around;width:30px;height:30px;background:transparent;border:none;cursor:pointer;padding:0;z-index:101}.hamburger-menu span{width:100%;height:3px;background:#fff;border-radius:3px;transition:all .3s ease;transform-origin:center}.hamburger-menu:hover span{background:#fffc}.mobile-menu-open .hamburger-menu span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.mobile-menu-open .hamburger-menu span:nth-child(2){opacity:0}.mobile-menu-open .hamburger-menu span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.nav-links{display:flex!important;align-items:center;gap:1rem;transition:all .3s ease;max-height:none!important;opacity:1!important;overflow:visible!important;padding:0!important;visibility:visible!important;position:relative}nav a{margin-right:1.5rem;text-decoration:none;color:#fde68a!important;font-weight:500;transition:all .2s;padding:.5rem 1rem;border-radius:6px;white-space:nowrap;display:inline-block!important;visibility:visible!important;opacity:1!important}nav a:hover{background:#ea580c40;color:#fff7ed!important;box-shadow:0 0 16px #ea580ca6;transform:translateY(-1px)}nav a.router-link-active{background:#ea580c4d;border-bottom:2px solid #fde68a;color:#fff7ed!important}nav a.router-link-active:hover{background:#ea580c66;box-shadow:0 0 24px #ea580cd9}nav button{padding:10px 20px;background:#ea580c26;color:#fde68a!important;border:1px solid rgba(234,88,12,.3);border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:inline-block!important;visibility:visible!important;opacity:1!important}nav button:hover{background:#ea580c4d;box-shadow:0 0 18px #ea580cb3;transform:translateY(-1px)}.theme-toggle{padding:8px 12px;background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3);border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:1.2rem;line-height:1;display:flex;align-items:center;justify-content:center;min-width:40px}.theme-toggle:hover{background:#ffffff4d;transform:translateY(-1px)}.theme-toggle-home{position:fixed;top:20px;right:20px;z-index:1000}.theme-toggle-home .theme-toggle{background:#0000004d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.dark .theme-toggle-home .theme-toggle{background:#fff3}.profile-menu{position:relative}.profile-button{display:flex!important;align-items:center;gap:.75rem;padding:8px 16px;background:#fff3;color:#fff!important;border:1px solid rgba(255,255,255,.3);border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-size:.9rem;visibility:visible!important;opacity:1!important}.profile-button:hover{background:#ffffff59;box-shadow:0 0 12px #fff9;transform:translateY(-1px)}.profile-avatar{width:32px;height:32px;border-radius:50%;background:#ffffff4d;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;flex-shrink:0;overflow:hidden}.profile-avatar-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.profile-avatar-initials{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.profile-email{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 768px){.profile-email{max-width:120px}}.profile-chevron{font-size:.7rem;opacity:.8;transition:transform .2s;flex-shrink:0}.profile-menu:has(.profile-button:active) .profile-chevron,.profile-menu.show .profile-chevron{transform:rotate(180deg)}.profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;min-width:200px;z-index:1000;overflow:hidden;border:1px solid rgba(0,0,0,.1)}.dark .profile-dropdown{background:#1f2937;border-color:#4b5563}.dropdown-item{display:flex;align-items:center;gap:.75rem;padding:12px 16px;color:#111827;text-decoration:none;border:none;background:none;width:100%;text-align:left;cursor:pointer;font-size:.95rem;transition:background .2s;font-family:inherit}.dark .dropdown-item{color:#f9fafb}.dropdown-item:hover{background:#0000000d}.dark .dropdown-item:hover{background:#ffffff1a}.dropdown-icon{font-size:1.1rem;width:20px;text-align:center}.nav-links .cta-link{background:#ea580c59;color:#fff7ed!important;box-shadow:0 0 24px #ea580ccc;border-radius:999px;padding:.6rem 1.25rem;border:1px solid rgba(234,88,12,.4)}.nav-links .cta-link:hover{background:#ea580c73;box-shadow:0 0 28px #ea580ce6}.nav-social{display:flex;align-items:center;gap:.35rem;margin-right:.5rem}.nav-social-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;padding:0;border:none;background:transparent}.nav-social-link:hover{text-decoration:none}.nav-social-icon{line-height:1}.nav-social-svg{width:22px;height:22px;display:block;transition:transform .15s ease,filter .15s ease}.nav-social-link:hover .nav-social-svg{transform:translateY(-1px);filter:brightness(1.08)}@media (max-width: 768px){nav{padding:1rem}.nav-brand{gap:.4rem;padding-right:0}.nav-brand-top{gap:.5rem}.nav-logo-home{height:32px;width:32px}.nav-logo-text{height:36px;max-width:240px;padding-right:0}.nav-tagline{font-size:.9rem}.hamburger-menu{display:flex}.nav-links{flex-direction:column;align-items:stretch;gap:.5rem;max-height:0!important;overflow:hidden!important;opacity:0!important;transition:max-height .3s ease,opacity .3s ease,padding .3s ease;padding:0!important}.nav-links.mobile-open{max-height:600px!important;opacity:1!important;padding:1rem 0!important}nav a{margin-right:0;margin-bottom:0;width:100%;text-align:left;padding:.75rem 1rem}nav button{width:100%;justify-content:flex-start;box-shadow:none}.theme-toggle{width:100%;justify-content:flex-start;min-width:auto}.profile-menu{width:100%}.profile-button{width:100%;justify-content:space-between;box-shadow:none}.profile-dropdown{position:static;width:100%;margin-top:.5rem;box-shadow:none;border:1px solid rgba(255,255,255,.2);background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dark .profile-dropdown{background:#1f2937cc;border-color:#4b556380}.dropdown-item{color:#fff}.dark .dropdown-item{color:#f9fafb}.nav-links .cta-link{box-shadow:0 0 12px #ea580ccc}}@media (min-width: 769px){nav{flex-direction:row;align-items:center;justify-content:space-between}.nav-header{flex:0 0 auto}.nav-links{display:flex!important;flex:1;justify-content:flex-end;max-height:none!important;opacity:1!important;padding:0!important;overflow:visible!important;visibility:visible!important;width:auto!important;min-width:0!important}.hamburger-menu{display:none!important}nav a{margin-right:1.5rem!important;width:auto!important;text-align:center;display:inline-block!important;visibility:visible!important;opacity:1!important;color:#fff!important}nav button{width:auto!important;justify-content:center;display:inline-block!important;visibility:visible!important;opacity:1!important;color:#fff!important}.theme-toggle{width:auto!important;justify-content:center;min-width:40px;display:inline-flex!important;visibility:visible!important;opacity:1!important}.profile-menu{width:auto!important;display:inline-block!important;visibility:visible!important;opacity:1!important}.profile-button{width:auto!important;justify-content:center;display:flex!important;visibility:visible!important;opacity:1!important;color:#fff!important}.profile-dropdown{position:absolute;width:auto;min-width:200px}}
