body{margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.App,body{background-color:#1e1e1e}.App{min-height:100vh}.card-dark{background-color:#23272b!important;border:1px solid #333!important;box-shadow:0 2px 8px #00000026;color:#fff!important;margin-bottom:1.5rem}.card-dark .card-header{background-color:#23272b!important;border-bottom:1px solid #333!important;color:#58a6ff!important;font-weight:600;letter-spacing:.5px}.card-dark .card-title{color:#ffc107!important;font-size:1.35rem;font-weight:600}.card-header-large{font-size:1.5rem;font-weight:600}.text-heavy-custom,.text-secondary-custom{font-weight:600!important}.text-secondary-custom{color:#6c757d!important}a{color:#58a6ff}a:hover{color:#79c0ff}.hero{align-items:center;background:linear-gradient(135deg,#1a1f2e,#2d3748 50%,#1e2a3a);display:flex;min-height:95vh;overflow:hidden;padding:72px 2rem calc(2rem + 72px);position:relative}.hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Ccircle cx='20' cy='20' r='1' fill='%23ffc107' opacity='.1'/%3E%3Ccircle cx='80' cy='40' r='1' fill='%2358a6ff' opacity='.1'/%3E%3Ccircle cx='40' cy='80' r='1' fill='%23ffc107' opacity='.1'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.hero-content{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;position:relative;z-index:1}.hero-overline{color:#888;font-size:.75rem;font-weight:600;letter-spacing:.1em;margin-bottom:1rem;margin-top:0;text-transform:uppercase}.hero-text h1{color:#fff;font-size:clamp(2.2rem,4.5vw,3.5rem);font-weight:600;line-height:1.2;margin-bottom:1.5rem}.rotating-text{-webkit-text-fill-color:#0000;animation:gradientShift 10s ease-in-out infinite;background:linear-gradient(45deg,#ffc107,#58a6ff,#28a745,#ffc107);background-clip:text;-webkit-background-clip:text;background-size:300% 300%;display:block;min-width:300px;text-align:inherit;transform-origin:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.rotating-text.visible{filter:blur(0);opacity:1;transform:translateY(0) scale(1)}.rotating-text.hidden{filter:blur(1px);opacity:0;transform:translateY(-8px) scale(.98)}@keyframes gradientShift{0%,to{background-position:0 50%;transform:scale(1)}25%{background-position:100% 0;transform:scale(1.02)}50%{background-position:100% 50%;transform:scale(1)}75%{background-position:0 100%;transform:scale(1.02)}}.hero-subtitle{color:#b0b8c1;font-size:1.125rem;line-height:1.6;margin-bottom:2rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:1.5rem}.hero-trust-statement{color:#8b92a0;font-size:.9rem;font-weight:500;margin-bottom:0;margin-top:0}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1.15rem;font-weight:600;min-width:0;padding:1.25rem 2.5rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:#ffc107;color:#1e1e1e;flex-grow:1;font-weight:700}.btn-primary:hover{background:#ffca2c;box-shadow:0 10px 25px #ffc10766;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #58a6ff;color:#58a6ff;flex-grow:1}.btn-secondary:hover{background:#58a6ff;border-color:#fff9;color:#1e1e1e;transform:translateY(-2px)}.hero-visual{align-items:center;display:flex;justify-content:center}.app-preview{perspective:1000px}.app-screenshot{border:1px solid #333;border-radius:8px;box-shadow:0 20px 40px #0000004d,0 10px 20px #0003;height:auto;max-width:500px;object-fit:contain;transform:rotateY(-5deg) rotateX(5deg);transition:transform .3s ease;width:100%}.app-screenshot:hover{box-shadow:0 30px 60px #0006,0 15px 30px #0000004d;transform:rotateY(0deg) rotateX(0deg)}.app-screen{background:#23272b;border:1px solid #333;border-radius:20px;box-shadow:0 2px 8px #00000026;height:500px;padding:1.5rem;transform:rotateY(-5deg) rotateX(5deg);transition:transform .3s ease;width:400px}.app-screen:hover{transform:rotateY(0deg) rotateX(0deg)}.app-header{align-items:center;border-bottom:1px solid #333;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.app-dots{display:flex;gap:.5rem}.app-dots span{background:#ffc107;border-radius:50%;height:12px;width:12px}.app-dots span:nth-child(2){background:#58a6ff}.app-dots span:nth-child(3){background:#28a745}.app-title{color:#ffc107;font-size:1.1rem;font-weight:600}.chart-placeholder{align-items:end;background:#1e1e1e;border-radius:12px;display:flex;height:200px;justify-content:center;margin-bottom:2rem;padding:1rem;position:relative}.chart-bars{align-items:end;display:flex;gap:.5rem;height:100%}.bar{animation:barGrow 2s ease-out;background:linear-gradient(0deg,#ffc107,#58a6ff);border-radius:4px 4px 0 0;width:30px}@keyframes barGrow{0%{height:0}to{height:var(--final-height)}}.chart-line{background:linear-gradient(90deg,#28a745,#58a6ff);border-radius:1px;height:2px;left:1rem;position:absolute;right:1rem;top:20%}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.stat-card{background:#343a40;border:1px solid #495057;border-radius:12px;padding:1.5rem;text-align:center}.stat-value{color:#ffc107;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#b0b8c1;font-size:.9rem}.features{background:#1e1e1e;padding:6rem 2rem}.features-container{margin:0 auto;max-width:1200px}.features h2{color:#fff;font-size:2.5rem;font-weight:600;margin-bottom:1rem;text-align:center}.features-subtitle{color:#b0b8c1;font-size:1.2rem;margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{background:#23272b;border:1px solid #333;border-radius:16px;box-shadow:0 2px 8px #00000026;color:#fff;padding:2rem;transition:all .3s ease}.feature-card:hover{border-color:#ffc107;box-shadow:0 12px 30px #ffc10733;transform:translateY(-8px)}.feature-card:hover .feature-icon{box-shadow:0 6px 20px #ffc10766;transform:scale(1.1) rotate(5deg)}.feature-icon{align-items:center;background:linear-gradient(135deg,#ffc107,#58a6ff);border-radius:12px;color:#1e1e1e;display:flex;font-size:1.5rem;height:60px;justify-content:center;margin-bottom:1.5rem;transition:all .3s ease;width:60px}.feature-card h3{color:#ffc107;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.feature-card p{color:#b0b8c1;line-height:1.6;margin-bottom:.75rem}.feature-result{color:#ffc107!important;font-size:.95rem!important;font-weight:500;margin-bottom:0!important;margin-top:1rem!important}.testimonials-divider{margin-bottom:2rem;margin-top:4rem;position:relative;text-align:center}.testimonials-divider h3{background:linear-gradient(135deg,#1e1e1e,#2a2e35);border:1px solid #3a3f47;border-radius:8px;color:#ffc107;display:inline-block;font-size:1.5rem;font-weight:600;margin:0;padding:.75rem 2rem;position:relative;z-index:1}.testimonials-divider:before{background:linear-gradient(90deg,#0000,#ffc10733 20%,#ffc10733 80%,#0000);content:"";height:1px;left:0;position:absolute;right:0;top:50%;z-index:0}.features-testimonials{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-left:auto;margin-right:auto;margin-top:4rem;max-width:900px}.testimonial-card{background:#2a2e35;border:1px solid #3a3f47;border-radius:12px;padding:1.5rem;transition:all .3s ease}.testimonial-card:hover{border-color:#ffc107;box-shadow:0 8px 20px #ffc10726;transform:translateY(-4px)}.testimonial-quote{color:#e2e8f0;font-size:1.1rem;font-style:italic;line-height:1.6;margin-bottom:.75rem}.testimonial-author{color:#8b92a0;font-size:.9rem;margin-bottom:0;text-align:right}.cta{background:linear-gradient(135deg,#2d3748,#1a202c);padding:6rem 2rem;text-align:center}.cta-container{margin:0 auto;max-width:800px}.cta h2{color:#fff;font-size:2.5rem;font-weight:600;margin-bottom:1rem}.cta p{color:#b0b8c1;font-size:1.2rem;margin-bottom:2rem}.cta-guarantee{color:#8b92a0!important;font-size:.95rem!important;font-weight:500;margin-bottom:0!important;margin-top:1.5rem!important}.support-page{background:linear-gradient(135deg,#1e1e1e,#2d3748 50%,#1a202c);min-height:100vh;padding:0}.support-container{margin:0 auto;max-width:1000px;padding:4rem 2rem}.support-header{margin-bottom:4rem;text-align:center}.support-header h1{color:#fff;font-size:clamp(2rem,4vw,3rem);font-weight:600;margin-bottom:1rem}.support-header p{color:#b0b8c1;font-size:1.2rem}.support-content{grid-gap:3rem;display:grid;gap:3rem}.support-section{background:#23272b;border:1px solid #333;border-radius:12px;box-shadow:0 4px 12px #0003;padding:2.5rem}.support-section h2{color:#ffc107;font-size:1.8rem;font-weight:600;margin-bottom:1.5rem}.support-section h3{color:#58a6ff;font-size:1.4rem;font-weight:600;margin-bottom:1rem}.support-section h4{color:#fff;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.support-section p{color:#b0b8c1;line-height:1.6;margin-bottom:1rem}.contact-card{background:#1a202c;border:1px solid #333;border-radius:8px;margin-top:1.5rem;padding:2rem}.contact-info{gap:1rem}.contact-info,.email-contact{display:flex;flex-direction:column}.email-contact{gap:.5rem}.email-contact strong{color:#fff;font-size:1.1rem}.support-email{color:#58a6ff;font-size:1.2rem;font-weight:600;text-decoration:none;transition:color .3s ease}.support-email:hover{color:#79c0ff}.response-time{color:#6c757d;font-size:.9rem;font-style:italic;margin:0}.topics-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:1.5rem}.topic-item{background:#1a202c;border:1px solid #333;border-radius:8px;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.topic-item:hover{box-shadow:0 6px 20px #0000004d;transform:translateY(-2px)}.topic-item h4{margin-bottom:.5rem}.topic-item p{font-size:.95rem;margin:0}.help-tips{color:#b0b8c1;margin-top:1rem;padding-left:1.5rem}.help-tips li{line-height:1.5;margin-bottom:.5rem}.back-to-home{border-top:1px solid #333;padding-top:2rem}.back-link{font-size:1.1rem;font-weight:600}.privacy-policy-page{background:linear-gradient(135deg,#1e1e1e,#2d3748 50%,#1a202c);min-height:100vh;padding:0}.privacy-container{margin:0 auto;max-width:1000px;padding:4rem 2rem}.privacy-header{margin-bottom:4rem;text-align:center}.privacy-header h1{color:#fff;font-size:clamp(2rem,4vw,3rem);font-weight:600;margin-bottom:1rem}.privacy-header p{color:#b0b8c1;font-size:1rem;margin-bottom:.5rem}.privacy-content{display:flex;flex-direction:column;gap:2rem}.privacy-section{background:#23272b;border:1px solid #333;border-radius:12px;box-shadow:0 4px 12px #0003;padding:2.5rem}.privacy-section h2{color:#ffc107;font-size:1.8rem;font-weight:600;margin-bottom:1.5rem}.privacy-section p,.privacy-section ul{color:#b0b8c1;line-height:1.6;margin-bottom:1rem}.privacy-section ul{padding-left:1.5rem}.privacy-section li{margin-bottom:.5rem}.privacy-section strong{color:#fff;font-weight:600}.contact-info{background:#1a202c;border:1px solid #333;border-radius:8px;margin-top:1rem;padding:1.5rem}.contact-info p{margin-bottom:.5rem}.contact-info a{color:#58a6ff;text-decoration:none;transition:color .3s ease}.contact-info a:hover{color:#79c0ff}.terms-page{background:linear-gradient(135deg,#1e1e1e,#2d3748 50%,#1a202c);min-height:100vh;padding:0}.terms-container{margin:0 auto;max-width:1000px;padding:4rem 2rem}.terms-header{margin-bottom:4rem;text-align:center}.terms-header h1{color:#fff;font-size:clamp(2rem,4vw,3rem);font-weight:600;margin-bottom:1rem}.terms-header p{color:#b0b8c1;font-size:1rem;margin-bottom:.5rem}.terms-content{display:flex;flex-direction:column;gap:2rem}.terms-section{background:#23272b;border:1px solid #333;border-radius:12px;box-shadow:0 4px 12px #0003;padding:2.5rem}.terms-section h2{color:#ffc107;font-size:1.8rem;font-weight:600;margin-bottom:1.5rem}.terms-section p,.terms-section ul{color:#b0b8c1;line-height:1.6;margin-bottom:1rem}.terms-section ul{padding-left:1.5rem}.terms-section li{margin-bottom:.5rem}.terms-section strong{color:#fff;font-weight:600}.terms-section a{color:#58a6ff;text-decoration:none;transition:color .3s ease}.terms-section a:hover{color:#79c0ff}.footer{background:#1a202c;border-top:1px solid #333;color:#fff;padding:3rem 2rem 1rem;text-align:center}.footer-content{margin:0 auto;max-width:1200px}.footer-brand{color:#ffc107;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-text{color:#b0b8c1;margin-bottom:2rem}.footer-badges{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:1.5rem}.footer-badge{background:#ffc1071a;border:1px solid #ffc1074d;border-radius:20px;color:#8b92a0;font-size:.9rem;font-weight:500;padding:.5rem 1rem}.footer-contact{margin-bottom:2rem}.footer-contact p{color:#b0b8c1;font-size:.95rem;margin:0}.footer-contact a{color:#ffc107;text-decoration:none;transition:color .3s ease}.footer-contact a:hover{color:#58a6ff;text-decoration:underline}.footer-links{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:2rem}.footer-links a{color:#b0b8c1;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#58a6ff}.footer-bottom{border-top:1px solid #333;color:#6c757d;font-size:.9rem;padding-top:1rem}@media (max-width:768px){.hero-content{gap:2rem;grid-template-columns:1fr}.hero-text{text-align:center}.app-screen{height:400px;width:300px}.hero-buttons{justify-content:center}.rotating-text{min-width:250px;text-align:inherit}.features-grid{grid-template-columns:1fr}.footer-links{flex-direction:column;gap:1rem}.support-page{padding:2rem 1rem}.support-section{padding:1.5rem}.topics-grid{grid-template-columns:1fr}.contact-info{text-align:center}.privacy-policy-page{padding:2rem 1rem}.privacy-section{padding:1.5rem}.terms-page{padding:2rem 1rem}.terms-section{padding:1.5rem}}.downloads-page{background:linear-gradient(135deg,#1e1e1e,#2d3748 50%,#1a202c);min-height:100vh;padding:0}.downloads-container{margin:0 auto;max-width:1200px;padding:4rem 2rem}.downloads-header{margin-bottom:4rem;text-align:center}.downloads-header h1{color:#fff;font-size:clamp(2rem,4vw,3rem);font-weight:600;margin-bottom:1rem}.downloads-header p{color:#b0b8c1;font-size:1.2rem}.downloads-content{grid-gap:4rem;display:grid;gap:4rem}.download-card{background:#23272b;border:1px solid #333;border-radius:16px;box-shadow:0 4px 12px #0003;padding:2.5rem;position:relative;text-align:center;transition:all .3s ease}.download-card:hover{box-shadow:0 8px 24px #0000004d;transform:translateY(-4px)}.download-card.recommended{background:linear-gradient(135deg,#23272b,#2a2f35);border:2px solid #ffc107;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:400px}.download-card.current-os{border-color:#58a6ff}.download-card.linux-card,.download-card.linux-notice{border-color:#fd7e14}.download-badge{background:#ffc107;border-radius:20px;color:#000;font-size:.85rem;font-weight:600;left:50%;padding:.5rem 1rem;position:absolute;top:-12px;transform:translateX(-50%);white-space:nowrap}.download-card.linux-card .download-badge,.download-card.linux-notice .download-badge{background:#fd7e14;color:#fff}.download-icon{display:block;font-size:4rem;margin-bottom:1rem}.download-icon svg{display:block;height:4rem;margin:0 auto;width:4rem}.download-icon span{display:block;font-size:4rem;line-height:1;margin:0 auto;text-align:center}.download-icon.mac-icon svg{color:#fff}.download-icon.windows-icon svg{color:#00bcf2}.download-icon.linux-icon span{color:gold}.download-card h3{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.download-card p{color:#b0b8c1;line-height:1.6;margin-bottom:2rem}.download-btn{background:linear-gradient(135deg,#58a6ff,#4a9eff);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;min-width:200px;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.download-btn:hover{background:linear-gradient(135deg,#4a9eff,#3b8bff);box-shadow:0 4px 12px #58a6ff4d;transform:translateY(-2px)}.download-btn.primary{background:linear-gradient(135deg,#ffc107,#ff9800);color:#000}.download-btn.primary:hover{background:linear-gradient(135deg,#ff9800,#f57c00)}.download-btn.secondary{background:linear-gradient(135deg,#fd7e14,#e8540e);color:#fff}.download-btn.secondary:hover{background:linear-gradient(135deg,#e8540e,#d63208)}.download-size{color:#6c757d;font-size:.9rem;margin-top:1rem}.recommended-download-section{margin-bottom:4rem}.recommended-download-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1000px}.recommended-download-container .download-card.recommended{margin:0;max-width:none}.app-preview-downloads{align-items:center;display:flex;justify-content:center;perspective:1000px}.app-screenshot-downloads{border:1px solid #333;border-radius:8px;box-shadow:0 20px 40px #0000004d,0 10px 20px #0003;height:auto;max-width:450px;object-fit:contain;transform:rotateY(5deg) rotateX(5deg);transition:transform .3s ease;width:100%}.app-screenshot-downloads:hover{box-shadow:0 30px 60px #0006,0 15px 30px #0000004d;transform:rotateY(0deg) rotateX(0deg)}.all-downloads-section{background:#23272b;border:1px solid #333;border-radius:16px;padding:3rem}.all-downloads-section h2{color:#ffc107;font-size:2rem;font-weight:600;margin-bottom:2rem;text-align:center}.downloads-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:2rem}.download-help-section{background:#23272b;border:1px solid #333;border-radius:16px;padding:3rem}.download-help-section h2{color:#ffc107;font-size:2rem;font-weight:600;margin-bottom:2rem;text-align:center}.help-content{grid-gap:2rem;display:grid;gap:2rem}.help-item h4{color:#58a6ff;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.help-item p{color:#b0b8c1;line-height:1.6;margin-bottom:1rem}.help-item ul{color:#b0b8c1;padding-left:1.5rem}.help-item ul li{line-height:1.6;margin-bottom:.5rem}.help-item a{color:#58a6ff;text-decoration:none}.help-item a:hover{text-decoration:underline}.success-banner{animation:successBannerSlideIn .5s ease-out}.success-checkmark{animation:checkmarkBounce .6s ease-out}.success-checkmark-circle{animation:checkmarkPulse 2s infinite}.success-checkmark-path{stroke-dasharray:20;stroke-dashoffset:20;animation:checkmarkStroke .8s ease-out .3s forwards}@keyframes successBannerSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes checkmarkBounce{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes checkmarkPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes checkmarkStroke{to{stroke-dashoffset:0}}@media (max-width:768px){.downloads-page{padding:2rem 1rem}.recommended-download-container{gap:2rem;grid-template-columns:1fr;text-align:center}.app-screenshot-downloads{max-width:350px;transform:none}.app-screenshot-downloads:hover{transform:scale(1.02)}.download-card{padding:2rem}.download-card.recommended{margin-bottom:1rem}.downloads-grid{grid-template-columns:1fr}.download-btn{min-width:180px;padding:.875rem 1.5rem}.all-downloads-section,.download-help-section{padding:2rem}.help-content{gap:1.5rem}}.releases-page{background:linear-gradient(135deg,#1e1e1e,#2d3748 50%,#1a202c);min-height:100vh;padding:0}.releases-container{margin:0 auto;max-width:1000px;padding:4rem 2rem}.releases-header{margin-bottom:4rem;text-align:center}.releases-header h1{color:#fff;font-size:clamp(2rem,4vw,3rem);font-weight:600;margin-bottom:1rem}.releases-header p{color:#b0b8c1;font-size:1rem;margin-bottom:.5rem}.releases-content{display:flex;flex-direction:column;gap:2rem}.release-section{background:#23272b;border:1px solid #333;border-radius:12px;box-shadow:0 4px 12px #0003;padding:2.5rem;scroll-margin-top:2rem}.release-header{align-items:center;border-bottom:1px solid #333;display:flex;justify-content:space-between;margin-bottom:2rem;padding-bottom:1rem}.release-header h2{color:#ffc107;font-size:1.8rem;font-weight:600;margin:0}.release-date{background:#1e1e1e;border:1px solid #333;border-radius:20px;color:#b0b8c1;font-size:.9rem;padding:.5rem 1rem}.release-body{color:#b0b8c1}.release-category{margin-bottom:2rem}.release-category:last-child{margin-bottom:0}.release-category h3{color:#58a6ff;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.release-category ul{color:#b0b8c1;list-style:none;margin:0;padding:0}.release-category li{line-height:1.6;padding:.5rem 0 .5rem 1.5rem;position:relative}.release-category li:before{color:#58a6ff;content:"•";font-size:1.2rem;font-weight:700;left:0;position:absolute}.back-to-home{margin-top:3rem;text-align:center}.back-link{color:#58a6ff;font-size:1rem;text-decoration:none;transition:color .3s ease}.back-link:hover{color:#79c0ff}@media (max-width:768px){.releases-page{padding:2rem 1rem}.release-section{padding:1.5rem}.release-header{align-items:flex-start;flex-direction:column;gap:1rem}.release-header h2{font-size:1.5rem}.release-date{font-size:.85rem}.release-category h3{font-size:1.1rem}}.demo-video-page{background:linear-gradient(135deg,#1a1f2e,#2d3748 50%,#1e2a3a);min-height:100vh;padding:0}.demo-video-container{margin:0 auto;max-width:1200px;padding:4rem 2rem}.demo-video-header{margin-bottom:3rem;text-align:center}.demo-video-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ffc107,#ff9800);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700;margin-bottom:1rem}.demo-video-subtitle{color:#cbd5e0;font-size:1.25rem;margin:0 auto;max-width:700px}.video-wrapper{background:#000;border-radius:12px;box-shadow:0 20px 60px #00000080;margin-bottom:3rem;overflow:hidden;position:relative}.demo-video{display:block;height:auto;max-height:70vh;object-fit:contain;width:100%}.demo-video-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.demo-video-features{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;margin-top:3rem;padding:2rem}.demo-video-features h3{color:#ffc107;font-size:1.5rem;margin-bottom:1.5rem}.demo-video-features ul{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));list-style:none;padding:0}.demo-video-features li{color:#cbd5e0;font-size:1.1rem;padding:.5rem 0}@media (max-width:768px){.demo-video-page{padding:2rem 1rem}.demo-video-header h1{font-size:2rem}.demo-video-subtitle{font-size:1rem}.demo-video-actions{align-items:stretch;flex-direction:column}.demo-video-actions .btn{width:100%}.demo-video-features ul{grid-template-columns:1fr}}.walkthrough-transcript{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:5rem;margin-top:2rem;padding:2.5rem}.walkthrough-transcript h2{color:#ffc107;font-size:2rem;font-weight:700;margin-bottom:1.5rem;text-align:center}.transcript-content{margin:0 auto;max-width:900px}.transcript-content p{color:#cbd5e0;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.transcript-content p:last-child{margin-bottom:0}.walkthrough-nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1f2ef2;border-bottom:1px solid #ffffff1a;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.walkthrough-nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px}.walkthrough-nav-brand{align-items:center;cursor:pointer;display:flex;gap:.75rem;transition:opacity .2s ease}.walkthrough-nav-brand:hover{opacity:.8}.brand-logo{border-radius:8px;height:40px;width:auto}.brand-name{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ffc107,#ff9800);-webkit-background-clip:text;background-clip:text;font-size:1.2rem;font-weight:700}.walkthrough-nav-actions{align-items:center;display:flex;gap:1rem}.walkthrough-nav-actions .btn{font-size:.95rem;padding:.6rem 1.2rem}.nav-hamburger{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:24px;justify-content:space-between;padding:0;width:30px;z-index:101}.nav-hamburger span{background:#ffc107;border-radius:2px;height:3px;transform-origin:center;transition:all .3s ease;width:100%}.nav-hamburger.open span:first-child{transform:translateY(10.5px) rotate(45deg)}.nav-hamburger.open span:nth-child(2){opacity:0}.nav-hamburger.open span:nth-child(3){transform:translateY(-10.5px) rotate(-45deg)}@media (max-width:768px){.walkthrough-nav{padding:.75rem 1rem}.brand-logo{height:32px}.brand-name{font-size:1.2rem}.nav-hamburger{display:flex}.walkthrough-nav-actions{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1a1f2efa;border-left:1px solid #ffffff1a;box-shadow:-5px 0 20px #0000004d;flex-direction:column;gap:1rem;height:100vh;justify-content:flex-start;padding:80px 1.5rem 1.5rem;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .3s ease;width:280px}.walkthrough-nav-actions.open{transform:translateX(0)}.walkthrough-nav-actions .btn{flex-shrink:0;font-size:1rem;justify-content:center;max-height:50px;padding:.75rem 1rem;width:100%}.walkthrough-transcript{margin-bottom:3rem;padding:1.5rem}.walkthrough-transcript h2{font-size:1.5rem}.transcript-content p{font-size:1rem;line-height:1.6}}.walkthrough-posters-section{border-top:1px solid #ffffff1a;margin-top:4rem;padding:3rem 0}.walkthrough-section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#ffc107,#ff9800);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;margin-bottom:1rem;text-align:center}.walkthrough-section-subtitle{color:#cbd5e0;font-size:1.1rem;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.walkthrough-posters-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin:0 auto;max-width:1000px}.walkthrough-poster-link{background:#000;border-radius:12px;box-shadow:0 4px 20px #0000004d;display:block;overflow:hidden;position:relative;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.walkthrough-poster-link:hover{box-shadow:0 8px 30px #ffc1074d;transform:translateY(-5px)}.walkthrough-poster-image{display:block;height:auto;transition:opacity .3s ease;width:100%}.walkthrough-poster-link:hover .walkthrough-poster-image{opacity:.7}.walkthrough-poster-overlay{background:linear-gradient(0deg,#000000e6 0,#000000b3 50%,#0000);bottom:0;left:0;padding:2rem 1.5rem 1.5rem;position:absolute;right:0;transform:translateY(0);transition:transform .3s ease}.walkthrough-poster-link:hover .walkthrough-poster-overlay{transform:translateY(-10px)}.walkthrough-poster-title{color:#ffc107;font-size:1.2rem;font-weight:600;line-height:1.3;margin:0 0 .5rem}.walkthrough-poster-description{color:#cbd5e0;font-size:.95rem;line-height:1.5;margin:0;opacity:.9}@media (max-width:768px){.walkthrough-posters-section{margin-top:3rem;padding:2rem 0}.walkthrough-section-title{font-size:1.5rem}.walkthrough-section-subtitle{font-size:1rem}.walkthrough-posters-grid{gap:1.5rem;grid-template-columns:1fr}.walkthrough-poster-overlay{padding:1.5rem 1rem 1rem}.walkthrough-poster-title{font-size:1.1rem}.walkthrough-poster-description{font-size:.9rem}}
/*# sourceMappingURL=main.557d2cf2.css.map*/