*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent}:root{--primary-color: #A3C9FE;--primary-hover: #8bb5fd;--on-primary-color: #000000;--secondary-color: #64748b;--secondary-hover: #475569;--background: #0f0f0f;--surface: #000000;--surface-hover: #2f2f2f;--text-primary: #e8eaed;--text-secondary: rgb(182, 184, 188);--text-muted: #5f6368;--border: #3c4043;--border-light: #2f2f2f;--shadow: 0 1px 3px 0 rgb(0 0 0 / .4), 0 1px 2px -1px rgb(0 0 0 / .4);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .4), 0 4px 6px -4px rgb(0 0 0 / .4);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .6), 0 8px 10px -6px rgb(0 0 0 / .6);--gradient: linear-gradient(135deg, #f97316 0%, #8b5cf6 100%);--border-radius: .5rem;--border-radius-lg: 1rem;--font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif}body{font-family:var(--font-sans);font-size:16px;line-height:1.6;color:var(--text-primary);background-color:var(--background);font-feature-settings:"kern" 1;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--background);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid transparent;padding:1rem 0;transition:box-shadow .3s ease,border-bottom .3s ease}.navbar.scrolled{background:#0f0f0fcc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:none}.navbar-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.navbar-brand{display:flex;align-items:center;gap:.75rem;font-weight:700;font-size:1.25rem;color:var(--text-primary);cursor:pointer;transition:opacity .2s ease}.navbar-brand:hover,.navbar-brand:focus{opacity:.8;outline:none}.navbar-brand .logo{width:32px;height:32px}.navbar-menu{display:flex;list-style:none;gap:1rem;margin:0}.navbar-link{text-decoration:none;color:var(--text-secondary);font-weight:500;transition:all .2s ease;padding:.5rem 1rem;border-radius:50px}.navbar-link:focus{outline:none}.navbar-link:hover,.navbar-link:focus{color:var(--text-primary);background:var(--surface-hover)}.navbar-actions{display:flex;align-items:center;gap:2rem}.mobile-menu-toggle{display:none;background:none;border:none;font-size:2rem;cursor:pointer;color:var(--text-primary)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;line-height:1;border-radius:50px;text-decoration:none;border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn:focus{outline:none}.btn-primary{background:var(--primary-color);color:var(--on-primary-color);border:2px solid transparent;box-sizing:border-box}.btn-primary:hover,.btn-primary:focus{background:var(--primary-hover)}.btn-secondary{background:transparent;color:var(--primary-color);border:2px solid var(--primary-color);box-sizing:border-box}.btn-secondary:hover,.btn-secondary:focus{background:#a3c9fe1a;border-color:var(--primary-color);color:var(--primary-color)}.btn-large{padding:1rem 2rem;font-size:1rem}main{margin-top:0}.download-section{padding:8rem 0 4rem;background:var(--background);min-height:100vh}.download-container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.platform-tabs{display:flex;gap:0;margin-bottom:3rem;justify-content:center}.tab-button{background:none;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;color:var(--text-secondary);cursor:pointer;position:relative;transition:all .2s ease}.tab-button:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:transparent;transition:background-color .2s ease}.tab-button.active{color:var(--primary-color)}.tab-button.active:after{background:var(--primary-color)}.tab-button.inactive{color:var(--text-muted);cursor:not-allowed;opacity:.5}.download-content{max-width:800px;margin:0 auto}.download-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--text-primary);margin-bottom:1.5rem;line-height:1.2}.download-description{font-size:1.25rem;color:var(--text-secondary);line-height:1.6;margin-bottom:3rem}.download-action-container{display:flex;flex-direction:column;align-items:center;gap:1rem;width:fit-content;margin:0 auto}.download-action-container .download-info{align-self:stretch;width:100%;text-align:center}.download-btn-group{display:flex;width:fit-content}.download-main{border-radius:50px 0 0 50px;border-right:1px solid var(--background)}.dropdown-container{position:relative;display:flex}.download-dropdown{border-radius:0 50px 50px 0;display:flex;align-items:center;gap:.5rem;padding-left:1.5rem;padding-right:1.5rem;white-space:nowrap;transition:all .2s ease}.download-dropdown svg{width:16px;height:16px;opacity:.8;transition:transform .2s ease}.download-dropdown.open svg{transform:rotate(180deg)}.format-dropdown{position:absolute;top:100%;left:0;right:0;background:linear-gradient(135deg,var(--surface) 0%,rgba(15,15,15,.95) 100%);border-radius:12px;box-shadow:0 20px 25px -5px #000c,0 8px 10px -6px #000c;opacity:0;visibility:hidden;transform:translateY(-15px) scale(.95);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000;margin-top:.75rem;min-width:140px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);overflow:hidden}.format-dropdown.open{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.format-option{display:flex;align-items:center;justify-content:center;padding:1rem;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;background:transparent}.format-option:hover{background:linear-gradient(135deg,#a3c9fe1a,#a3c9fe0d)}.format-option.active{background:linear-gradient(135deg,#a3c9fe26,#a3c9fe14)}.format-option.active:after{content:"";position:absolute;right:1rem;width:6px;height:6px;background:var(--primary-color);border-radius:50%;box-shadow:0 0 10px #a3c9fe99}.format-name{font-weight:700;color:var(--text-primary);font-size:1rem;letter-spacing:.5px;text-shadow:0 1px 2px rgba(0,0,0,.5)}.download-info{display:flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;color:var(--text-muted);font-weight:500}.download-separator{font-weight:300}.download-version,.download-size{color:var(--text-secondary)}.avoir{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--background);position:relative;overflow:hidden}.avoir-container{max-width:800px;padding:0 2rem}.avoir-title{font-size:clamp(3rem,8vw,6rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.title-line{display:block;opacity:0;transform:translateY(50px);animation:slideUp .8s ease forwards}.title-line:nth-child(2){animation-delay:.3s}@keyframes slideUp{to{opacity:1;transform:translateY(0)}}.avoir-subtitle{margin-bottom:5rem;opacity:0;animation:fadeIn .8s ease .4s forwards;text-align:center}.subtitle-line-1{font-size:clamp(4rem,6vw,4rem);font-weight:500;color:#fff;line-height:1.1;margin-bottom:1rem}.gradient-text{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.subtitle-line-2{font-size:clamp(6.5rem,6vw,4rem);font-weight:500;line-height:1.1}.animated-text{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:500;position:relative;display:inline-block;min-width:300px;text-align:center}.animated-text:after{content:"|";background:#8b5cf6;font-weight:300;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:blink 1s infinite;margin-left:2px}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.avoir-description{font-size:1.25rem;font-weight:500;color:var(--text-secondary);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;text-align:center;opacity:0;animation:fadeIn .8s ease .6s forwards}@keyframes fadeIn{to{opacity:1}}.avoir-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;opacity:0;animation:fadeIn .8s ease .9s forwards}.avoir-buttons .btn{min-width:150px;height:52px;text-align:center;display:flex;align-items:center;justify-content:center;font-size:.875rem;padding:.75rem 1.5rem}.section-container{max-width:1200px;margin:0 auto;padding:6rem 2rem;text-align:center}.section-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;margin-bottom:1.5rem;color:var(--text-primary)}.section-description{font-size:1.125rem;color:var(--text-secondary);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.user-case{background:var(--surface)}.mobile-showcase{display:flex;gap:2rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.mobile-screenshot{perspective:1000px}.phone-frame{width:200px;height:400px;background:var(--surface);border-radius:2rem;padding:1rem;box-shadow:var(--shadow-xl);transform:rotateY(-5deg) rotateX(5deg);transition:transform .3s ease}.phone-frame:hover,.phone-frame:focus{transform:rotateY(0) rotateX(0)}.phone-content{width:100%;height:100%;background:var(--surface-hover);border-radius:1.5rem;padding:1rem;display:flex;align-items:center;justify-content:center}.app-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;width:100%}.app-icon{aspect-ratio:1;background:linear-gradient(135deg,var(--primary-color),var(--primary-hover));border-radius:.75rem;opacity:.8}.app-detail{width:100%;display:flex;flex-direction:column;gap:1rem}.app-header{height:60px;background:linear-gradient(90deg,var(--surface),var(--border));border-radius:.5rem}.app-info{height:20px;background:var(--border-light);border-radius:.25rem}.install-btn{height:40px;background:var(--primary-color);border-radius:.5rem;margin-top:auto}.download-progress{display:flex;flex-direction:column;align-items:center;gap:2rem}.progress-circle{width:80px;height:80px;border:4px solid var(--border);border-top-color:var(--primary-color);border-radius:50%;animation:spin 1s linear infinite}.progress-text{width:100px;height:20px;background:var(--border-light);border-radius:.25rem}@keyframes spin{to{transform:rotate(360deg)}}.publisher-case{background:var(--background)}.advantages-showcase{margin-bottom:3rem}.advantages-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.advantage-card{background:var(--surface);border-radius:var(--border-radius-lg);padding:2rem;text-align:center;box-shadow:var(--shadow)}.advantage-icon{font-size:3rem;margin-bottom:1.5rem;line-height:1}.advantage-title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem;line-height:1.3}.advantage-description{color:var(--text-secondary);line-height:1.6;font-size:.95rem}.console-showcase{margin-bottom:3rem}.console-screenshot{max-width:800px;margin:0 auto;background:var(--surface);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-xl);overflow:hidden}.console-header{background:var(--surface);padding:1rem;border-bottom:1px solid var(--border)}.console-tabs{display:flex;gap:.5rem;justify-content:center}.tab{padding:.5rem 1rem;background:var(--surface);border-radius:.375rem;font-size:.875rem;font-weight:500;color:var(--text-secondary);cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.tab:focus{outline:none}.tab:hover,.tab:focus{color:var(--text-primary);background:var(--surface-hover);border-radius:.375rem}.tab.active{background:var(--primary-color);color:var(--on-primary-color)}.console-content{padding:2rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:var(--surface-hover);padding:1.5rem;border-radius:var(--border-radius);text-align:center}.stat-value{font-size:2rem;font-weight:700;color:var(--primary-color);margin-bottom:.5rem}.stat-label{color:var(--text-secondary);font-size:.875rem;font-weight:500}.chart-area{height:200px;background:linear-gradient(135deg,var(--surface-hover) 0%,var(--border-light) 100%);border-radius:var(--border-radius);position:relative;overflow:hidden}.chart-area:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:60%;background:linear-gradient(45deg,var(--primary-color) 0%,transparent 70%);opacity:.1}.download-tabs-section{margin-top:3rem;width:100%}.tab-content{display:none}.tab-content.active{display:block}.tab-content h3{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.tab-content p{color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.tab-content ul,.tab-content ol{color:var(--text-secondary);line-height:1.6;padding-left:0}.tab-content li{margin-bottom:.75rem}.tab-content ul li{list-style:none;padding-left:0}.tab-content ul li:before{content:"• ";color:var(--primary-color);font-weight:700;font-size:1.2em;margin-right:.5rem}.tab-content ol li{list-style:none;counter-increment:list-counter}.tab-content ol{counter-reset:list-counter}.tab-content ol li:before{content:counter(list-counter) ". ";color:var(--primary-color);font-weight:600;margin-right:.5rem}#requirements-content,#installation-content{text-align:left}#requirements-content h3,#installation-content h3{text-align:left;margin-bottom:1.5rem}#requirements-content ul,#requirements-content ol,#installation-content ul,#installation-content ol{text-align:left;margin-left:0}.point-list{list-style:none;padding-left:0}.point-list li{margin-bottom:.75rem;color:var(--text-secondary);line-height:1.6}.point-list.primary li:before{content:"• ";color:var(--primary-color);font-weight:700;font-size:1.2em;margin-right:.5rem}.point-list.arrow li:before{content:"→ ";color:var(--primary-color);font-weight:600;margin-right:.5rem}.point-list.check li:before{content:"✓ ";color:var(--primary-color);font-weight:600;font-size:.875rem;margin-right:.5rem}.point-list.gradient li:before{content:"● ";background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;font-size:1.2em;margin-right:.5rem}.highlight-point:before{content:"• ";color:var(--primary-color);font-weight:700;margin-right:.25rem}.ui-preview-showcase{display:flex;gap:2rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}.ui-preview-showcase .mobile-screenshot{perspective:1000px}.ui-preview-showcase .phone-frame{width:180px;height:360px;background:var(--surface);border-radius:2rem;padding:1rem;box-shadow:var(--shadow-xl);transform:rotateY(-3deg) rotateX(3deg);transition:transform .3s ease}.ui-preview-showcase .phone-frame:hover,.ui-preview-showcase .phone-frame:focus{transform:rotateY(0) rotateX(0)}.footer{background:#000;color:var(--text-primary);padding:3rem 0 2rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem}.footer-section h4{font-size:1.125rem;font-weight:600;margin-bottom:.75rem;color:var(--text-primary)}.social-links{display:flex;flex-wrap:wrap;gap:1rem}.social-link{color:var(--text-muted);text-decoration:none;transition:all .2s ease;padding:.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.social-link:focus{outline:none}.social-link:hover,.social-link:focus{color:var(--primary-color);background:var(--surface-hover);transform:translateY(-2px)}.social-link svg{width:24px;height:24px;transition:inherit}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-links a{color:var(--text-muted);text-decoration:none;transition:color .2s ease;font-size:.875rem}.footer-links a:focus{outline:none}.footer-links a:hover,.footer-links a:focus{color:var(--text-primary)}.footer-bottom{max-width:1200px;margin:0 auto;padding:2rem 2rem 0rem;text-align:right;border-top:1px solid var(--border);margin-top:2rem}.footer-bottom p{color:var(--text-muted);font-size:.875rem}@media (max-width: 768px){.navbar-menu{display:none;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.mobile-menu-toggle{display:block}.navbar-container{padding:0 1rem}.brand-name{display:none}.avoir-container{padding:0 1rem}.avoir-buttons{flex-direction:column;align-items:center}.subtitle-line-1{font-size:clamp(2.5rem,8vw,3.5rem)}.subtitle-line-2{font-size:clamp(2.8rem,8vw,3.5rem)}.btn-large{width:100%;max-width:300px}.section-container{padding:4rem 1rem}.mobile-showcase{flex-direction:column;align-items:center}.phone-frame{width:160px;height:320px;transform:none}.stats-grid{grid-template-columns:1fr}.console-content{padding:1rem}.advantages-grid{grid-template-columns:1fr;gap:1.5rem;margin:0 auto}.advantage-card{padding:1.5rem}.advantage-icon{font-size:2.5rem;margin-bottom:1rem}.advantage-title{font-size:1.125rem}.advantage-description{font-size:.9rem}.footer-container{grid-template-columns:1fr;gap:2rem;padding:0 1rem}.social-links{justify-content:flex-start}.download-section{padding:6rem 0 2rem;min-height:100vh}.download-container{padding:0 1rem}.platform-tabs{flex-wrap:wrap;gap:0}.tab-button{padding:.75rem 1rem;font-size:.875rem;flex:1;min-width:fit-content}.download-action-container{align-items:center}.download-btn-group{width:100%;max-width:350px}.download-main{min-width:120px}.format-dropdown{left:0;right:0;min-width:auto;width:100%}.download-tabs-section{margin-top:2rem}.ui-preview-showcase{flex-direction:column;align-items:center;gap:1.5rem}.ui-preview-showcase .phone-frame{width:160px;height:320px;transform:none}}@media (max-width: 480px){.avoir-title{font-size:2.5rem}.avoir-description{font-size:1rem}.subtitle-line-1{font-size:clamp(2rem,10vw,2.8rem)}.subtitle-line-2{font-size:clamp(2.2rem,10vw,2.8rem)}.section-title{font-size:1.75rem}.section-description{font-size:1rem}.phone-frame{width:140px;height:280px}.download-title{font-size:1.5rem}.download-description{font-size:1rem}.tab-button{padding:.5rem .75rem;font-size:.8rem}.download-info{font-size:.8rem;justify-content:center}.download-tabs-section{margin-top:1.5rem}.ui-preview-showcase .phone-frame{width:140px;height:280px}.advantage-card{padding:1.25rem}.advantage-icon{font-size:2rem}.advantage-title{font-size:1rem}.advantage-description{font-size:.85rem}}
