@charset "UTF-8";.logo{display:flex;align-items:center;gap:calc(.4rem + .35vw);text-decoration:none;color:#fff;font-weight:700;font-size:calc(1.05rem + .35vw);flex-shrink:0;white-space:nowrap;transition:all .3s ease}.logo:hover{transform:scale(1.05)}@media(max-width:1280px){.logo{font-size:calc(.95rem + .3vw)}}@media(max-width:1100px){.logo{font-size:calc(.9rem + .25vw)}}.logo-icon{width:calc(1.75rem + .6vw);height:calc(1.75rem + .6vw);background:linear-gradient(135deg,#00d4ff,#8b5cf6);border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:calc(.9rem + .2vw);color:#fff;flex-shrink:0}@media(max-width:480px){.logo-text{display:none}}.nav-desktop{display:none;align-items:center;justify-content:center;gap:clamp(1rem,1.6vw,2rem);min-width:0}.nav-link{position:relative;color:#e5e5e5;font-size:.95rem;font-weight:500;letter-spacing:.01em;text-decoration:none;white-space:nowrap;transition:color .2s ease}.nav-link .nav-link__short{display:none}.nav-link:hover,.nav-link.is-active{color:#fff}.nav-link:after{content:"";position:absolute;right:0;bottom:-6px;left:0;width:0;height:2px;margin:0 auto;background:#00d4ff;transition:width .2s ease}.nav-link:hover:after,.nav-link.is-active:after{width:100%}.nav-link.is-active{color:#00d4ff}.site-menu-button{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .75rem;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#ffffff0d;color:#fff;cursor:pointer;flex-shrink:0;transition:background .2s ease,border-color .2s ease}.site-menu-button:hover,.site-menu-button.is-open{background:#ffffff1a;border-color:#ffffff3d}.site-menu-button__label{font-size:.88rem;font-weight:600;letter-spacing:.02em}.site-menu-backdrop{position:fixed;inset:0;z-index:997;border:0;background:#00000059;cursor:default}.header-menu{position:relative;z-index:1000;display:flex;align-items:center;gap:.55rem}.site-menu-panel{position:absolute;top:calc(100% + .7rem);right:0;z-index:1001;width:min(22rem,100vw - 2rem);overflow:hidden;border:1px solid #333333;border-radius:16px;background:#111;box-shadow:0 18px 50px #00000059}.site-menu-panel__links,.site-menu-panel__account{display:flex;flex-direction:column;padding:.7rem}.site-menu-panel__account{border-top:1px solid #333333}.site-menu-status{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;padding:.35rem .85rem .85rem}.site-menu-status__label{color:#a3a3a3;font-size:.75rem;font-weight:500}.site-menu-status__value{color:#00d4ff;font-size:.88rem;font-weight:600}.site-menu-link{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem .85rem;border:0;border-radius:12px;background:none;color:#e5e5e5;font:inherit;font-weight:500;text-align:left;text-decoration:none;cursor:pointer;transition:background .2s ease,color .2s ease}.site-menu-link:hover{background:#ffffff0d;color:#fff}.site-menu-link.is-active{background:#00d4ff1a;color:#00d4ff}.site-menu-link svg{flex-shrink:0}.site-menu-demo{width:100%;margin-top:.55rem;justify-content:center}.header--authenticated .site-menu-button{display:none}@media(min-width:768px){.nav-desktop{display:flex}.site-menu-button,.site-menu-backdrop,.site-menu-panel__links,.site-menu-demo{display:none}.site-menu-panel{width:17.5rem}.site-menu-panel__account{border-top:0}}@media(min-width:768px)and (max-width:1100px){.nav-desktop{gap:.85rem}.nav-link{font-size:.86rem}.nav-link .nav-link__full{display:none}.nav-link .nav-link__short{display:inline}}@media(max-width:420px){.site-menu-button__label{display:none}.site-menu-button{padding:.5rem}}.header-actions{display:none;align-items:center;gap:.55rem;flex-shrink:0;min-width:0}.header-actions .btn{font-size:.88rem;padding:.55rem .95rem;white-space:nowrap;line-height:1.2}.header-actions .header-login-btn__short,.header-actions .header-demo-btn__short{display:none}@media(min-width:768px){.header-actions{display:flex}}@media(min-width:768px)and (max-width:1100px){.header-actions{gap:.4rem}.header-actions .btn{font-size:.8rem;padding:.45rem .7rem}.header-actions .header-login-btn__full,.header-actions .header-demo-btn__full{display:none}.header-actions .header-login-btn__short,.header-actions .header-demo-btn__short{display:inline}}.user-identity{display:inline-flex;align-items:center;gap:.55rem;min-width:0;max-width:14rem;padding:.2rem .55rem .2rem .2rem;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff0a;color:#fff;cursor:pointer;transition:background .2s ease,border-color .2s ease}.user-identity:hover,.user-identity.is-open{background:#ffffff1a;border-color:#ffffff38}.user-identity__avatar{width:2rem;height:2rem;flex-shrink:0;overflow:hidden;border-radius:50%;background:linear-gradient(135deg,#00d4ff,#8b5cf6)}.user-identity__avatar img{display:block;width:100%;height:100%;object-fit:cover}.user-identity__initial{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#fff;font-size:.8rem;font-weight:700}.user-identity__meta{display:flex;flex-direction:column;min-width:0;line-height:1.15}.user-identity__name{overflow:hidden;color:#fff;font-size:.88rem;font-weight:600;letter-spacing:.01em;text-overflow:ellipsis;white-space:nowrap}.user-identity__status{overflow:hidden;color:#00d4ff;font-size:.68rem;font-weight:600;letter-spacing:.02em;text-overflow:ellipsis;white-space:nowrap}.user-identity__chevron{flex-shrink:0;color:#a3a3a3;transition:transform .2s ease}.user-identity.is-open .user-identity__chevron{transform:rotate(180deg)}@media(min-width:768px)and (max-width:1100px){.user-identity{max-width:11rem;gap:.4rem;padding-right:.4rem}.user-identity__name{font-size:.8rem}.user-identity__status{font-size:.62rem}}@media(max-width:420px){.user-identity{padding-right:.35rem}.user-identity__name{display:none}.user-identity__meta{min-width:auto}}.header{position:fixed;top:0;left:0;right:0;z-index:998;transition:background .25s ease,border-color .25s ease,backdrop-filter .25s ease}.header.transparent{background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.header.scrolled{background:#000000e6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #333333}.header-container{position:relative;z-index:999;margin:0 auto;padding:0 clamp(1rem,2.4vw,2rem);max-width:1200px}.header-content{display:flex;align-items:center;justify-content:space-between;height:4.35rem;gap:1rem;min-width:0;width:100%}.header-end{display:flex;align-items:center;justify-content:flex-end;gap:.7rem;flex-shrink:0;min-width:0}@media(min-width:768px){.header-content{display:grid;grid-template-columns:auto minmax(0,1fr) auto;height:4.6rem;gap:1.25rem}.header--authenticated .header-end{gap:.85rem}}@media(min-width:768px)and (max-width:1100px){.header-content{gap:.85rem;height:4.35rem}.header-end{gap:.5rem}}.account-status-badge{display:none;padding:.28rem .7rem;border:1px solid rgba(255,255,255,.14);border-radius:999px;color:#a3a3a3;font-size:.75rem;font-weight:600;letter-spacing:.02em;white-space:nowrap}@media(min-width:768px){.account-status-badge{display:inline-flex;align-items:center}}.footer{background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);color:#fff;padding:60px 0 20px;margin-top:auto}.footer .container{max-width:1200px;margin:0 auto;padding:0 20px}.footer .footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}.footer .footer-section h4{background:linear-gradient(135deg,#00d4ff,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.2rem;font-weight:600;margin-bottom:20px;position:relative}.footer .footer-section h4:after{content:"";position:absolute;bottom:-8px;left:0;width:40px;height:2px;background:linear-gradient(135deg,#00d4ff,#8b5cf6);border-radius:1px}.footer .footer-section p{color:#e5e5e5;line-height:1.6;margin-bottom:15px}.footer .footer-logo .logo{margin-bottom:10px}.footer .footer-logo .logo-text{display:inline}.footer .footer-logo h3{background:linear-gradient(135deg,#00d4ff,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.8rem;font-weight:700;margin-bottom:10px}.footer .footer-logo p{color:#e5e5e5;font-size:.95rem}.footer .footer-links{list-style:none;padding:0;margin:0}.footer .footer-links li{margin-bottom:12px}.footer .footer-links li a{color:#e5e5e5;text-decoration:none;transition:all .3s ease;position:relative;padding-left:0}.footer .footer-links li a:before{content:"→";position:absolute;left:-15px;opacity:0;transition:all .3s ease;color:#00d4ff}.footer .footer-links li a:hover{color:#fff;padding-left:15px}.footer .footer-links li a:hover:before{opacity:1}.footer .contact-info .contact-item{display:flex;align-items:center;gap:12px;margin-bottom:15px;color:#e5e5e5}.footer .contact-info .contact-item .icon{width:16px;height:16px;color:#00d4ff;flex-shrink:0}.footer .contact-info .contact-item span{font-size:.9rem}.footer .footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:20px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer .footer-bottom p{color:#e5e5e5;font-size:.9rem;margin:0}.footer .footer-bottom .footer-legal{display:flex;gap:20px}.footer .footer-bottom .footer-legal a{color:#e5e5e5;text-decoration:none;font-size:.85rem;transition:color .3s ease}.footer .footer-bottom .footer-legal a:hover{color:#fff}@media(max-width:768px){.footer{padding:40px 0 20px}.footer .footer-content{grid-template-columns:1fr;gap:30px}.footer .footer-bottom{flex-direction:column;text-align:center;gap:15px}.footer .footer-bottom .footer-legal{flex-direction:column;gap:10px}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:1000;background:#000000f2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid rgba(255,255,255,.1);padding:20px}@media(max-width:768px){.cookie-banner{padding:16px}}.cookie-content{max-width:1200px;margin:0 auto}.cookie-header{display:flex;align-items:flex-start;gap:16px;margin-bottom:20px}@media(max-width:768px){.cookie-header{flex-direction:column;gap:12px}}.cookie-icon{background:#1e1e1ecc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#00d4ff1a;border:1px solid rgba(0,212,255,.2)}.cookie-icon svg{color:#00d4ff}.cookie-text{flex:1}.cookie-text h3{background:linear-gradient(135deg,#00d4ff,#8b5cf6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-size:1.3rem;font-weight:600;margin-bottom:8px}.cookie-text p{color:#e5e5e5;line-height:1.6;font-size:.95rem;margin:0}.cookie-close{background:none;border:none;color:#e5e5e5;cursor:pointer;padding:8px;border-radius:8px;transition:all .3s ease;flex-shrink:0}.cookie-close:hover{background:#ffffff1a;color:#fff}.cookie-close svg{width:20px;height:20px}.cookie-actions{display:flex;gap:12px;align-items:center;justify-content:flex-end}@media(max-width:768px){.cookie-actions{flex-direction:column;gap:8px}}.cookie-actions .btn{display:flex;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;white-space:nowrap}@media(max-width:768px){.cookie-actions .btn{width:100%;justify-content:center}}.cookie-preferences{margin:20px 0;max-height:300px;overflow-y:auto;padding-right:8px}.cookie-preferences::-webkit-scrollbar{width:4px}.cookie-preferences::-webkit-scrollbar-track{background:#ffffff1a;border-radius:2px}.cookie-preferences::-webkit-scrollbar-thumb{background:#00d4ff;border-radius:2px}.cookie-preference{background:#1e1e1ecc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:16px;border-radius:12px;margin-bottom:12px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.cookie-preference:hover{border-color:#00d4ff4d;transform:translateY(-1px)}.cookie-preference:last-child{margin-bottom:0}.preference-header{display:flex;align-items:center;gap:12px}.preference-header svg{color:#00d4ff;flex-shrink:0}.preference-info{flex:1}.preference-info h4{color:#fff;font-size:1rem;font-weight:600;margin-bottom:4px}.preference-info p{color:#e5e5e5;font-size:.85rem;line-height:1.5;margin:0}.toggle-switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.toggle-switch input:checked+.toggle-slider{background:linear-gradient(135deg,#00d4ff,#8b5cf6)}.toggle-switch input:checked+.toggle-slider:before{transform:translate(20px)}.toggle-switch input:disabled+.toggle-slider{opacity:.5;cursor:not-allowed}.toggle-switch .toggle-slider{position:absolute;cursor:pointer;inset:0;background:#fff3;transition:all .3s ease;border-radius:24px;border:1px solid rgba(255,255,255,.3)}.toggle-switch .toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:2px;bottom:2px;background:#fff;transition:all .3s ease;border-radius:50%;box-shadow:0 2px 4px #0003}@media(max-width:768px){.cookie-banner{padding:16px}.cookie-header{margin-bottom:16px}.cookie-text h3{font-size:1.1rem}.cookie-text p{font-size:.9rem}.cookie-preferences{max-height:250px;margin:16px 0}.cookie-preference{padding:12px}.preference-header{gap:8px}.preference-info h4{font-size:.95rem}.preference-info p{font-size:.8rem}}
