:root{--bg: #0B0F12;--surface: #10151A;--text: #E6E8EC;--muted: #B2B8C2;--accent: #1FAA7A;--accent2: #3B82F6;--gold: #D4AF37}html{height:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{min-height:100vh;min-height:-webkit-fill-available;background-color:var(--bg)!important;color:var(--text)!important;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@supports (-webkit-touch-callout: none){body{min-height:-webkit-fill-available}}#react-app-root{min-height:100vh;min-height:-webkit-fill-available;background:transparent;position:relative}#mobile-loading-fallback{background-color:var(--bg)!important;color:var(--text)!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important}.hero-background-logo{background-image:url(/logo.png);background-size:contain;background-position:center center;background-repeat:no-repeat;opacity:.05}.hero-background-logo.opacity-5{opacity:.05}@media (max-width: 767px){h1{font-size:2rem!important;line-height:1.2!important}h2{font-size:1.75rem!important;line-height:1.3!important}h3{font-size:1.5rem!important;line-height:1.4!important}.hero-section{min-height:80vh!important;padding:3rem 1rem!important}.nav-container{padding:.75rem 1rem!important}.content-card{padding:1.5rem!important;margin-bottom:1rem!important}.btn-mobile{min-height:44px!important;padding:.75rem 1.5rem!important;font-size:.875rem!important}.spec-table{font-size:.75rem!important}.spec-table th,.spec-table td{padding:.5rem!important}.mobile-grid-1{grid-template-columns:1fr!important;gap:1rem!important}#mobile-menu{max-height:0;overflow:hidden;transition:max-height .3s ease-in-out}#mobile-menu:not(.hidden){max-height:500px}.touch-target{min-height:44px!important;min-width:44px!important}}@media (min-width: 768px) and (max-width: 1023px){h1{font-size:3rem!important;line-height:1.1!important}h2{font-size:2.25rem!important;line-height:1.2!important}.hero-section{min-height:85vh!important;padding:4rem 2rem!important}.tablet-grid-2{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem!important}.content-card{padding:2rem!important}}@media (min-width: 1024px){.hero-section{min-height:100vh!important}.desktop-hover:hover{transform:translateY(-2px);box-shadow:0 10px 25px #0003}.desktop-grid-3{grid-template-columns:repeat(3,1fr)!important}.desktop-grid-4{grid-template-columns:repeat(4,1fr)!important}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.hero-background-logo{background-image:url(/logo.png);background-size:contain}}*{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}[data-anim=reveal]{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}[data-anim=reveal].animated{opacity:1;transform:translateY(0)}[data-anim=zoom]{transform:scale(.95);opacity:0;transition:transform .5s ease-out,opacity .5s ease-out}[data-anim=zoom].animated{transform:scale(1);opacity:1}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}[data-anim]{opacity:1!important;transform:none!important}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--accent);border-radius:4px}.backdrop-blur-md{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.group:hover img{transform:scale(1.1)}.transform:hover{transform:scale(1.05)}@media (max-width: 767px){.mobile-bottom-bar{position:fixed;bottom:0;left:0;right:0;background:#10151af2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid rgba(255,255,255,.1);padding:1rem;z-index:50;box-shadow:0 -4px 20px #0000004d}.mobile-bottom-bar button,.mobile-bottom-bar a{min-height:48px!important;border-radius:1rem!important;font-weight:600!important;font-size:.875rem!important}body:has(.mobile-bottom-bar){padding-bottom:90px!important}}.spec-table{background:var(--surface);border:1px solid rgba(255,255,255,.1);border-radius:1rem;overflow-x:auto}@media (max-width: 767px){.spec-table{font-size:.75rem;border-radius:.5rem}.spec-table th,.spec-table td{padding:.5rem .75rem!important;white-space:nowrap}.spec-table th{font-size:.7rem;font-weight:600}}.spec-table th{background:#ffffff0d;color:var(--text);font-weight:600;padding:.75rem 1rem;border-bottom:1px solid rgba(255,255,255,.1)}.spec-table td{padding:.75rem 1rem;color:var(--muted);border-bottom:1px solid rgba(255,255,255,.05)}.form-input{background:var(--surface);border:1px solid rgba(255,255,255,.2);color:var(--text);border-radius:.75rem;padding:.75rem 1rem;width:100%;transition:border-color .2s ease;min-height:44px}.form-input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #1faa7a1a}.form-input::-moz-placeholder{color:var(--muted)}.form-input::placeholder{color:var(--muted)}@media (max-width: 767px){.form-input{font-size:16px;padding:1rem;border-radius:.5rem}}.loading{opacity:.7;pointer-events:none}.breadcrumb{color:var(--muted);font-size:.875rem}.breadcrumb a{color:var(--accent);text-decoration:none}.breadcrumb a:hover{color:var(--text)}@media (max-width: 767px){.breadcrumb{font-size:.75rem;padding:.5rem 0}}@media (max-width: 767px){button,a,.clickable{min-height:44px;min-width:44px;display:inline-flex;align-items:center;justify-content:center}.mobile-nav-item{padding:.75rem 1rem!important;border-bottom:1px solid rgba(255,255,255,.05)}.mobile-nav-item:last-child{border-bottom:none}.mobile-card{margin:.5rem 0!important;padding:1rem!important;border-radius:.75rem!important}.mobile-text-sm{font-size:.875rem!important;line-height:1.5!important}.mobile-text-xs{font-size:.75rem!important;line-height:1.4!important}}@media (min-width: 768px) and (max-width: 1023px){h1{font-size:3.5rem!important}h2{font-size:2.5rem!important}.tablet-2-col{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem!important}.tablet-card{padding:2rem!important}}@media (min-width: 1024px){.desktop-hover:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000004d;transition:all .3s ease}.desktop-3-col{grid-template-columns:repeat(3,1fr)!important}.desktop-4-col{grid-template-columns:repeat(4,1fr)!important}.desktop-5-col{grid-template-columns:repeat(5,1fr)!important}}@media (max-width: 767px){#mobile-menu{transform:translateY(-100%);transition:transform .3s ease-in-out,opacity .3s ease-in-out;opacity:0}#mobile-menu:not(.hidden){transform:translateY(0);opacity:1}#mobile-menu-btn span{transition:all .3s ease}}@media (max-width: 767px){.faq-toggle{padding:1rem!important;font-size:.875rem!important}.faq-content{padding:0 1rem 1rem!important;font-size:.8rem!important;line-height:1.5!important}}@media (max-width: 767px){.mobile-reduce-motion *{animation-duration:.2s!important;transition-duration:.2s!important}img{max-width:100%;height:auto}}@media (max-width: 767px){button:focus,a:focus,input:focus{outline:2px solid var(--accent);outline-offset:2px}.mobile-high-contrast{color:var(--text)!important;background:var(--surface)!important}}
