:root{--primary-blue:#6366f1;--primary-green:#10b981;--primary-purple:#8b5cf6;--primary-orange:#f97316;--primary-pink:#ec4899;--primary-teal:#06b6d4;--primary-red:#ef4444;--text-primary:#1f2937;--text-dark:#1f2937;--text-gray:#6b7280;--text-light:#9ca3af;--bg-white:#fff;--bg-light:#f8fafc;--bg-gray:#f1f5f9;--border-light:#e2e8f0;--accent-yellow:#fbbf24;--accent-morning:#fb923c;--gradient-primary:linear-gradient(135deg,var(--primary-blue) 0%,var(--primary-purple) 100%);--gradient-warm:linear-gradient(135deg,var(--primary-orange) 0%,var(--primary-pink) 100%);--gradient-cool:linear-gradient(135deg,var(--primary-teal) 0%,var(--primary-green) 100%)}[data-theme=dark]{--text-primary:#f9fafb;--text-dark:#f9fafb;--text-gray:#d1d5db;--text-light:#9ca3af;--bg-white:#1f2937;--bg-light:#111827;--bg-gray:#374151;--border-light:#4b5563}*{box-sizing:border-box;margin:0;padding:0}html{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;scroll-behavior:smooth}body{color:var(--text-dark);background:var(--bg-white);line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.section{padding:4rem 0}.section-small{padding:2rem 0}.grid{display:grid;grid-gap:2rem;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.heading-xl{font-size:3.5rem;font-weight:800;line-height:1.1;color:var(--text-dark)}.heading-lg{font-size:2.5rem;font-weight:700;line-height:1.2;color:var(--text-dark)}.heading-md{font-size:1.875rem;line-height:1.3}.heading-md,.heading-sm{font-weight:600;color:var(--text-dark)}.heading-sm{font-size:1.25rem}.text-lg{font-size:1.125rem}.text-base,.text-lg{color:var(--text-gray)}.text-base{font-size:1rem}.text-center{text-align:center}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .2s}.btn-primary{background:var(--gradient-primary);color:#fff;border:none;box-shadow:0 4px 14px 0 rgba(99,102,241,.3)}.btn-primary:hover{background:var(--gradient-warm);transform:translateY(-2px);box-shadow:0 8px 25px 0 rgba(99,102,241,.4)}.btn-secondary{background:var(--bg-gray);color:var(--text-dark);border:1px solid var(--border-light)}.btn-secondary:hover{background:var(--bg-light)}.btn-lg{padding:1rem 2rem;font-size:1.125rem}.btn-xl{padding:1.25rem 2.5rem;font-size:1.25rem;font-weight:700}.card{background:var(--bg-white);border-radius:1rem;padding:2rem;border:1px solid var(--border-light);transition:all .3s}.card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.card-icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.5rem}.card-blue .card-icon{background:rgba(99,102,241,.1);color:var(--primary-blue)}.card-green .card-icon{background:rgba(16,185,129,.1);color:var(--primary-green)}.card-purple .card-icon{background:rgba(139,92,246,.1);color:var(--primary-purple)}.card-orange .card-icon{background:rgba(249,115,22,.1);color:var(--primary-orange)}.card-pink .card-icon{background:rgba(236,72,153,.1);color:var(--primary-pink)}.card-teal .card-icon{background:rgba(6,182,212,.1);color:var(--primary-teal)}.hero-section{background:var(--gradient-primary);padding:6rem 0;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(45deg,hsla(0,0%,100%,.1) 25%,transparent 0),linear-gradient(-45deg,hsla(0,0%,100%,.1) 25%,transparent 0),linear-gradient(45deg,transparent 75%,hsla(0,0%,100%,.1) 0),linear-gradient(-45deg,transparent 75%,hsla(0,0%,100%,.1) 0);background-size:60px 60px;background-position:0 0,0 30px,30px -30px,-30px 0;opacity:.3}.hero-content{max-width:800px;margin:0 auto;text-align:center;position:relative;z-index:1}.hero-content h1{color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.1)}.hero-content .hero-subtitle{color:hsla(0,0%,100%,.9);max-width:600px;margin:1.5rem auto 3rem}.hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.problem-card{text-align:center}.problem-card .card-icon{background:var(--bg-light);margin:0 auto 1.5rem;font-size:2rem}.problem-conclusion{margin-top:3rem;padding:2rem;background:var(--bg-light);border-radius:1rem;text-align:center}.features-section{background:var(--gradient-cool);position:relative}.features-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.9)}.features-section>.container{position:relative;z-index:1}.how-it-works-section{padding:6rem 0}.section-header{margin-bottom:4rem}.section-subtitle{margin-top:1rem;max-width:600px;margin-left:auto;margin-right:auto}.steps-container{max-width:800px;margin:0 auto;position:relative}.step-item{gap:2rem;margin-bottom:4rem;position:relative}.step-visual{flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:1rem}.step-number{width:3rem;height:3rem;font-size:1.25rem}.step-icon{font-size:2.5rem;background:var(--bg-light);width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;border:2px solid var(--border-light)}.step-content{flex:1 1;padding-top:.5rem}.step-title{margin-bottom:1rem;color:var(--text-dark)}.step-description{line-height:1.7}.step-connector{position:absolute;left:1.5rem;top:7rem;width:2px;height:3rem;background:linear-gradient(to bottom,var(--primary-blue),var(--border-light));z-index:-1}.step-item:last-child+.step-connector{display:none}.section-cta{margin-top:4rem;padding-top:4rem;border-top:1px solid var(--border-light)}.header{background:var(--bg-white);border-bottom:1px solid var(--border-light);position:-webkit-sticky;position:sticky;top:0;z-index:50}.header-content{justify-content:space-between;padding:1rem 0}.header-content,.logo{display:flex;align-items:center}.logo{gap:.75rem;text-decoration:none;transition:opacity .2s ease}.logo:hover{opacity:.8}.logo img{height:auto;max-height:40px;width:auto}.logo-text{font-size:1.25rem;font-weight:700;color:var(--primary-blue)}.nav{display:flex;gap:2rem}.nav-link{color:var(--text-gray);text-decoration:none;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--text-dark)}.nav-link-active,.nav-link.nav-link-active{color:var(--primary-blue)!important;font-weight:600;position:relative}.nav-link-active:after,.nav-link.nav-link-active:after{content:"";position:absolute;bottom:-1.5rem;left:50%;transform:translateX(-50%);width:100%;height:3px;background:var(--primary-blue);border-radius:2px}.header-actions{display:flex;align-items:center;gap:1.5rem;min-height:2rem}.desktop-only{display:flex}.mobile-only{display:none}.mobile-menu-trigger{background:none;border:none;cursor:pointer;padding:.5rem;display:none;align-items:center;justify-content:center;z-index:1001}.hamburger{display:flex;flex-direction:column;width:24px;height:18px;position:relative}.hamburger span{display:block;width:100%;height:2px;background:var(--text-primary);margin:2px 0;transition:all .3s ease;transform-origin:center}.hamburger.open span:first-child{transform:translateY(6px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:var(--bg-white);z-index:1000;display:flex;flex-direction:column;padding-top:5rem;overflow-y:auto;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.mobile-menu-content{flex:1 1;padding:2rem;gap:3rem}.mobile-menu-content,.mobile-nav{display:flex;flex-direction:column}.mobile-nav{gap:1.5rem}.mobile-nav-link{font-size:1.5rem;font-weight:600;color:var(--text-primary);text-decoration:none;padding:1rem 0;border-bottom:1px solid var(--border-light);transition:all .2s ease}.mobile-nav-link.active,.mobile-nav-link:hover{color:var(--primary-blue);border-bottom-color:var(--primary-blue)}.mobile-actions{display:flex;flex-direction:column;gap:2rem}.mobile-action-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;border-bottom:1px solid var(--border-light)}.mobile-action-label{font-size:1.125rem;font-weight:500;color:var(--text-primary)}.mobile-cta{margin-top:1rem;font-size:1.125rem;padding:1rem 2rem;text-align:center}.language-switcher{display:flex;align-items:center;gap:.5rem}.lang-link{color:var(--text-light);text-decoration:none;font-size:.875rem;font-weight:500;transition:color .2s}.lang-link.active{color:var(--primary-blue)}.lang-divider{color:var(--border-light)}.footer{background:var(--bg-gray);border-top:1px solid var(--border-light);padding:2rem 0}.footer-content{display:flex;justify-content:space-between;align-items:center}.footer-links{display:flex;gap:2rem}.footer-link{color:var(--text-gray);text-decoration:none;font-size:.875rem}.footer-link:hover{color:var(--text-dark)}.footer-copyright{color:var(--text-light);font-size:.875rem}@media (max-width:768px){.heading-xl{font-size:2.5rem}.heading-lg{font-size:2rem}.section{padding:2rem 0}.container{padding:0 .75rem}.desktop-only{display:none!important}.mobile-only{display:flex!important}.mobile-menu-trigger{display:flex}.header{padding:1rem 0}.header-content{justify-content:space-between}.logo{gap:.5rem}.logo-text{font-size:1rem}.grid{gap:1.5rem}.nav{display:none}.header-actions{gap:1rem}.footer-content{gap:1rem}.footer-content,.step-item{flex-direction:column;text-align:center}.step-item{gap:1.5rem;margin-bottom:3rem}.step-visual{flex-direction:row;gap:1rem}.step-connector{display:none}.how-it-works-section{padding:4rem 0}.section-header{margin-bottom:3rem}}.features-detail-section{padding:6rem 0}.detailed-features{max-width:1000px;margin:0 auto}.feature-detail{display:flex;align-items:center;gap:4rem;margin-bottom:6rem;padding:2rem 0}.feature-detail:last-child{margin-bottom:0}.feature-reverse{flex-direction:row-reverse}.feature-visual{flex-shrink:0}.feature-icon-large{width:8rem;height:8rem;border-radius:2rem;display:flex;align-items:center;justify-content:center;font-size:4rem;border:2px solid var(--border-light)}.feature-icon-large.card-blue{background:var(--gradient-primary);color:#fff;border-color:var(--primary-blue)}.feature-icon-large.card-green{background:var(--gradient-cool);color:#fff;border-color:var(--primary-green)}.feature-icon-large.card-purple{background:var(--gradient-warm);color:#fff;border-color:var(--primary-purple)}.feature-icon-large.card-orange{background:linear-gradient(135deg,var(--primary-orange),#f97316);color:#fff;border-color:var(--primary-orange)}.feature-icon-large.card-teal{background:linear-gradient(135deg,var(--primary-teal),#0891b2);color:#fff;border-color:var(--primary-teal)}.feature-icon-large.card-pink{background:linear-gradient(135deg,var(--primary-pink),#db2777);color:#fff;border-color:var(--primary-pink)}.feature-content{flex:1 1}.feature-title{margin-bottom:1rem}.feature-subtitle{margin-bottom:2rem;color:var(--text-gray)}.feature-list{list-style:none;padding:0;margin:0}.feature-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem;font-size:1.125rem;line-height:1.6}.feature-item:last-child{margin-bottom:0}.feature-check{color:var(--primary-green);font-weight:700;font-size:1.25rem;flex-shrink:0;margin-top:.1rem}@media (max-width:768px){.feature-detail,.feature-reverse{flex-direction:column;text-align:center;gap:2rem;margin-bottom:4rem}.feature-icon-large{width:6rem;height:6rem;font-size:3rem;margin:0 auto}.feature-item{font-size:1rem}.features-detail-section{padding:4rem 0}}.about-section{padding:6rem 0}.about-content{max-width:800px;margin:0 auto}.philosophy-section{margin-bottom:5rem;text-align:center}.philosophy-quote{margin-bottom:3rem}.quote-text{font-size:2rem;font-weight:600;color:var(--primary-blue);font-style:italic;line-height:1.3;margin:0;position:relative;padding:2rem}.quote-text:after,.quote-text:before{content:'"';font-size:3rem;color:var(--primary-blue);opacity:.3;position:absolute}.quote-text:before{top:0;left:0}.quote-text:after{bottom:0;right:0}.philosophy-content{max-width:700px;margin:0 auto}.philosophy-desc{line-height:1.7}.mission-section{margin-bottom:5rem;padding:3rem;background:var(--bg-light);border-radius:1.5rem;text-align:center}.mission-desc{line-height:1.7;margin-top:1.5rem}.values-section{margin-bottom:4rem}.section-title{margin-bottom:2rem;color:var(--text-dark)}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2.5rem;gap:2.5rem;margin-top:3rem}.value-item{text-align:center;padding:2rem;background:var(--bg-white);border-radius:1rem;border:1px solid var(--border-light);transition:all .3s}.value-item:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1)}.value-icon{font-size:3rem;margin-bottom:1.5rem}.value-title{margin-bottom:1rem;color:var(--primary-blue)}.value-desc{line-height:1.6}@media (max-width:768px){.quote-text{font-size:1.5rem;padding:1rem}.quote-text:after,.quote-text:before{font-size:2rem}.mission-section,.philosophy-section,.values-section{margin-bottom:3rem}.mission-section{padding:2rem 1.5rem}.values-grid{grid-template-columns:1fr;gap:1.5rem}.value-item{padding:1.5rem}.about-section{padding:4rem 0}}.privacy-section{padding:6rem 0;background:var(--bg-white)}.privacy-content{max-width:800px;margin:0 auto}.privacy-section-block{margin-bottom:4rem;padding-bottom:3rem;border-bottom:1px solid var(--border-light)}.privacy-section-block:last-child{border-bottom:none;margin-bottom:2rem}.privacy-desc{line-height:1.7;margin-top:1rem}.privacy-list{list-style:none;padding:0;margin-top:1.5rem}.privacy-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem;padding:1rem 0;line-height:1.6}.privacy-item:last-child{margin-bottom:0}.privacy-bullet{color:var(--primary-blue);font-weight:700;font-size:1.25rem;flex-shrink:0;margin-top:.1rem}.protection-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.protection-item{background:var(--bg-light);padding:2rem;border-radius:1rem;text-align:center;border:1px solid var(--border-light)}.protection-icon{font-size:2.5rem;margin-bottom:1.5rem}.protection-title{margin-bottom:1rem;color:var(--primary-blue)}.protection-desc{line-height:1.6}.privacy-contact{background:var(--bg-light);padding:2rem;border-radius:1rem;text-align:center;border:1px solid var(--border-light)}.contact-text{font-weight:500;color:var(--primary-blue)}@media (max-width:768px){.privacy-section{padding:4rem 0}.privacy-section-block{margin-bottom:3rem;padding-bottom:2rem}.protection-grid{grid-template-columns:1fr;gap:1.5rem}.privacy-contact,.protection-item{padding:1.5rem}.privacy-item{padding:.75rem 0}}.contact-section{padding:6rem 0;background:var(--bg-light)}.contact-content{max-width:1000px;margin:0 auto}.contact-grid{display:grid;grid-template-columns:2fr 1fr;grid-gap:4rem;gap:4rem;align-items:flex-start}.contact-form{background:var(--bg-white);padding:3rem;border-radius:1.5rem;border:1px solid var(--border-light);box-shadow:0 10px 25px -5px rgba(0,0,0,.1)}.form-title{margin-bottom:2rem;color:var(--text-dark)}.form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.form-group{display:flex;flex-direction:column}.form-label{font-weight:600;margin-bottom:.5rem;color:var(--text-dark);font-size:.875rem}.form-input,.form-select,.form-textarea{padding:.75rem 1rem;border:2px solid var(--border-light);border-radius:.5rem;font-size:1rem;transition:all .2s;background:var(--bg-white)}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px rgba(37,99,235,.1)}.form-textarea{resize:vertical;min-height:120px;font-family:inherit}.form-submit{align-self:flex-start;margin-top:1rem}.contact-info{background:var(--bg-white);padding:2.5rem;border-radius:1.5rem;border:1px solid var(--border-light);height:-moz-fit-content;height:fit-content}.info-title{margin-bottom:2rem;color:var(--text-dark)}.info-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:var(--bg-light);border-radius:.75rem}.info-item:last-child{margin-bottom:0}.info-note{display:flex;align-items:flex-start;gap:1rem;margin-top:2rem;padding:1rem;background:rgba(37,99,235,.05);border-radius:.75rem;border:1px solid rgba(37,99,235,.1)}.info-icon{font-size:1.5rem;flex-shrink:0}.info-text{line-height:1.6}@media (max-width:768px){.contact-section{padding:4rem 0}.contact-grid{grid-template-columns:1fr;gap:2rem}.contact-form,.contact-info{padding:2rem}.form-row{grid-template-columns:1fr;gap:0}.form-submit{align-self:stretch}}.get-extension-section{padding:6rem 0;background:linear-gradient(135deg,var(--bg-white) 0,var(--bg-light) 100%)}.extension-content{max-width:900px;margin:0 auto}.download-section{text-align:center;margin-bottom:4rem;padding:3rem;background:var(--bg-white);border-radius:2rem;border:1px solid var(--border-light);box-shadow:0 10px 25px -5px rgba(0,0,0,.1)}.download-title{margin-bottom:2rem;color:var(--text-dark)}.download-btn{display:flex;align-items:center;gap:1rem;margin:0 auto 1.5rem;box-shadow:0 4px 14px 0 rgba(37,99,235,.3);transition:all .3s}.download-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px 0 rgba(37,99,235,.4)}.download-icon{font-size:1.5rem}.download-note{color:var(--text-light);font-style:italic}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem}.info-card{background:var(--bg-white);padding:2.5rem;border-radius:1.5rem;border:1px solid var(--border-light);box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.card-title{margin-bottom:1.5rem;color:var(--primary-blue);border-bottom:2px solid var(--primary-blue);padding-bottom:.5rem}.steps-list{list-style:none;padding:0;margin:0}.step-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:var(--bg-light);border-radius:.75rem}.step-item:last-child{margin-bottom:0}.step-number{background:var(--primary-blue);color:#fff;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;flex-shrink:0}.step-text{line-height:1.6;font-size:.95rem}.features-list,.requirements-list{list-style:none;padding:0;margin:0}.feature-item,.requirement-item{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem;padding:.75rem;border-radius:.5rem;transition:background-color .2s}.feature-item:hover,.requirement-item:hover{background:var(--bg-light)}.feature-item:last-child,.requirement-item:last-child{margin-bottom:0}.feature-icon,.requirement-icon{font-size:1.25rem;flex-shrink:0}.feature-text,.requirement-text{line-height:1.5;font-size:.95rem}.support-section{text-align:center;padding:2rem;background:rgba(37,99,235,.05);border-radius:1rem;border:1px solid rgba(37,99,235,.1)}.support-text{color:var(--primary-blue);font-weight:500}@media (max-width:768px){.get-extension-section{padding:4rem 0}.download-section{padding:2rem;margin-bottom:3rem}.download-btn{width:100%;justify-content:center}.info-grid{grid-template-columns:1fr;gap:1.5rem}.info-card{padding:2rem}.feature-item,.requirement-item,.step-item{padding:1rem}}    .not-found-section{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0 50%,#cbd5e1);position:relative;overflow:hidden}[data-theme=light] .not-found-section{background:linear-gradient(135deg,#fff,#f8fafc 25%,#f1f5f9 50%,#e2e8f0 75%,#cbd5e1)}[data-theme=light] .skyline{background:linear-gradient(0deg,rgba(99,102,241,.15) 0,rgba(139,92,246,.08) 50%,transparent)}[data-theme=light] .skyline:before{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='80' width='60' height='120' fill='%236366f1' opacity='0.2'/%3E%3Crect x='80' y='60' width='80' height='140' fill='%238b5cf6' opacity='0.22'/%3E%3Crect x='180' y='40' width='60' height='160' fill='%2306b6d4' opacity='0.18'/%3E%3Crect x='260' y='70' width='70' height='130' fill='%23f59e0b' opacity='0.2'/%3E%3Crect x='350' y='50' width='90' height='150' fill='%23ec4899' opacity='0.21'/%3E%3Crect x='460' y='80' width='50' height='120' fill='%236366f1' opacity='0.19'/%3E%3Crect x='530' y='30' width='80' height='170' fill='%238b5cf6' opacity='0.23'/%3E%3Crect x='630' y='60' width='60' height='140' fill='%2306b6d4' opacity='0.18'/%3E%3Crect x='710' y='90' width='70' height='110' fill='%23f59e0b' opacity='0.2'/%3E%3Crect x='800' y='45' width='85' height='155' fill='%23ec4899' opacity='0.21'/%3E%3Crect x='900' y='75' width='55' height='125' fill='%236366f1' opacity='0.19'/%3E%3Crect x='970' y='35' width='75' height='165' fill='%238b5cf6' opacity='0.23'/%3E%3Crect x='1060' y='85' width='65' height='115' fill='%2306b6d4' opacity='0.18'/%3E%3Crect x='1140' y='55' width='60' height='145' fill='%23f59e0b' opacity='0.2'/%3E%3C/svg%3E") bottom/cover no-repeat}[data-theme=light] .cloud-1{color:rgba(139,92,246,.3);text-shadow:0 2px 8px rgba(139,92,246,.15)}[data-theme=light] .cloud-2{color:rgba(6,182,212,.35);text-shadow:0 2px 8px rgba(6,182,212,.15)}[data-theme=light] .cloud-3{color:rgba(236,72,153,.3);text-shadow:0 2px 8px rgba(236,72,153,.15)}[data-theme=light] .not-found-message{color:var(--text-dark)}[data-theme=light] .helpful-links,[data-theme=light] .not-found-message{background:hsla(0,0%,100%,.95);border:1px solid rgba(99,102,241,.12);box-shadow:0 20px 60px rgba(99,102,241,.08);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}[data-theme=light] .error-code{color:var(--primary-blue);text-shadow:0 4px 16px rgba(99,102,241,.25);filter:drop-shadow(0 2px 8px rgba(99,102,241,.2))}[data-theme=light] .error-label{color:var(--primary-blue);text-shadow:0 2px 8px rgba(99,102,241,.25);filter:drop-shadow(0 1px 4px rgba(99,102,241,.2))}[data-theme=light] .not-found-title{background:linear-gradient(135deg,var(--primary-purple) 0,var(--primary-blue) 50%,var(--primary-teal) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 2px 8px rgba(99,102,241,.15))}[data-theme=light] .fun-btn{box-shadow:0 8px 32px rgba(0,0,0,.12);border:2px solid transparent}[data-theme=light] .fun-btn:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 12px 40px rgba(0,0,0,.18)}[data-theme=light] .btn-primary.fun-btn{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-color:rgba(99,102,241,.3)}[data-theme=light] .btn-secondary.fun-btn{background:linear-gradient(135deg,#06b6d4,#10b981);border-color:rgba(6,182,212,.3)}[data-theme=light] .btn-accent.fun-btn{background:linear-gradient(135deg,#f59e0b,#ec4899);border-color:rgba(245,158,11,.3)}[data-theme=light] .quick-link{background:hsla(0,0%,100%,.8);border:1px solid rgba(99,102,241,.2);color:var(--text-dark);box-shadow:0 2px 12px rgba(99,102,241,.1)}[data-theme=light] .quick-link:hover{background:hsla(0,0%,100%,.95);border-color:var(--primary-purple);color:var(--primary-purple);transform:translateY(-2px);box-shadow:0 8px 24px rgba(99,102,241,.15)}[data-theme=light] .helpful-text{color:var(--text-dark);font-weight:600}.bg-elements{top:0;z-index:0}.bg-elements,.skyline{position:absolute;left:0;right:0;bottom:0}.skyline{height:200px;background:linear-gradient(0deg,rgba(99,102,241,.1) 0,rgba(139,92,246,.05) 50%,transparent)}.skyline:before{content:"";position:absolute;bottom:0;left:0;right:0;height:150px;background:url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='80' width='60' height='120' fill='%236366f1' opacity='0.15'/%3E%3Crect x='80' y='60' width='80' height='140' fill='%238b5cf6' opacity='0.18'/%3E%3Crect x='180' y='40' width='60' height='160' fill='%2306b6d4' opacity='0.12'/%3E%3Crect x='260' y='70' width='70' height='130' fill='%23f59e0b' opacity='0.15'/%3E%3Crect x='350' y='50' width='90' height='150' fill='%23ec4899' opacity='0.16'/%3E%3Crect x='460' y='80' width='50' height='120' fill='%236366f1' opacity='0.14'/%3E%3Crect x='530' y='30' width='80' height='170' fill='%238b5cf6' opacity='0.17'/%3E%3Crect x='630' y='60' width='60' height='140' fill='%2306b6d4' opacity='0.13'/%3E%3Crect x='710' y='90' width='70' height='110' fill='%23f59e0b' opacity='0.15'/%3E%3Crect x='800' y='45' width='85' height='155' fill='%23ec4899' opacity='0.16'/%3E%3Crect x='900' y='75' width='55' height='125' fill='%236366f1' opacity='0.14'/%3E%3Crect x='970' y='35' width='75' height='165' fill='%238b5cf6' opacity='0.17'/%3E%3Crect x='1060' y='85' width='65' height='115' fill='%2306b6d4' opacity='0.13'/%3E%3Crect x='1140' y='55' width='60' height='145' fill='%23f59e0b' opacity='0.15'/%3E%3C/svg%3E") bottom/cover no-repeat}.cloud{position:absolute;font-size:3rem;color:rgba(99,102,241,.3);text-shadow:0 2px 10px rgba(0,0,0,.1);animation:float-clouds 6s ease-in-out infinite}.cloud-1{top:10%;left:15%;animation-delay:0s;color:rgba(139,92,246,.25)}.cloud-2{top:25%;right:20%;font-size:2.5rem;animation-delay:2s;color:rgba(6,182,212,.3)}.cloud-3{top:40%;left:75%;font-size:2rem;animation-delay:4s;color:rgba(236,72,153,.25)}@keyframes float-clouds{0%,to{transform:translateY(0) translateX(0)}50%{transform:translateY(-20px) translateX(10px)}}.not-found-content{position:relative;z-index:1;text-align:center;max-width:900px;margin:0 auto;padding:2rem 1rem}.not-found-visual{margin-bottom:2rem;position:relative;display:inline-block}.error-code{text-shadow:0 8px 32px rgba(99,102,241,.3);filter:drop-shadow(0 4px 8px rgba(139,92,246,.2))}.error-code,.error-label{font-family:Inter,system-ui,sans-serif;color:var(--primary-blue)}.error-label{font-size:2.5rem;font-weight:800;margin-bottom:1rem;letter-spacing:.1em;text-shadow:0 4px 16px rgba(99,102,241,.3)}.character{transform:rotate(8deg)}.character-body{background:linear-gradient(135deg,var(--primary-blue) 0,var(--primary-purple) 100%);box-shadow:0 8px 25px rgba(99,102,241,.25)}.character-head{box-shadow:0 4px 15px rgba(99,102,241,.2)}.not-found-title{background:linear-gradient(135deg,var(--primary-purple) 0,var(--primary-blue) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 2px 8px rgba(99,102,241,.15)}.not-found-message{padding:2rem;font-weight:500;color:var(--text-gray);background:#fff;border:1px solid rgba(99,102,241,.1);box-shadow:0 8px 32px rgba(0,0,0,.08)}.fun-btn{border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.1);border:2px solid transparent;text-transform:none;letter-spacing:.02em}.btn-primary.fun-btn{background:linear-gradient(135deg,var(--primary-purple),var(--primary-blue));color:#fff;border-color:var(--primary-purple)}.btn-secondary.fun-btn{background:linear-gradient(135deg,var(--primary-teal),var(--primary-green));color:#fff;border-color:var(--primary-teal)}.btn-accent.fun-btn{background:linear-gradient(135deg,var(--primary-orange),var(--primary-pink));color:#fff;border-color:var(--primary-orange)}.fun-btn:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 30px rgba(0,0,0,.15)}.helpful-links{background:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(99,102,241,.1);box-shadow:0 8px 32px rgba(0,0,0,.08)}.helpful-text{margin-bottom:1.5rem;font-weight:600;font-size:1rem;color:var(--text-primary)}.quick-links{gap:1rem}.quick-link{padding:.75rem 1.5rem;border-radius:12px;font-weight:600;display:flex;align-items:center;gap:.5rem;color:var(--text-primary);background:rgba(99,102,241,.08);border:1px solid rgba(99,102,241,.2)}.quick-link:hover{background:rgba(99,102,241,.15);border-color:var(--primary-purple);box-shadow:0 4px 15px rgba(99,102,241,.2);color:var(--primary-purple)}.quick-link span{font-size:1.1rem}@media (max-width:768px){.error-code{font-size:8rem}.error-label{font-size:2rem}.character{right:-2rem;transform:scale(.8) rotate(8deg)}.not-found-actions{flex-direction:column;align-items:center}.fun-btn{width:100%;max-width:300px}.quick-links{flex-direction:column;gap:.75rem}.helpful-links{padding:1.5rem}.cloud{font-size:2rem}.cloud-2{font-size:1.8rem}.cloud-3{font-size:1.5rem}}[data-theme=dark] .error-code{color:#fff;text-shadow:4px 4px 0 #dc2626,8px 8px 0 #b91c1c,12px 12px 20px rgba(0,0,0,.3);font-family:Comic Sans MS,cursive,sans-serif;background:none;-webkit-text-fill-color:#fff}[data-theme=dark] .error-label{color:#dc2626;text-shadow:2px 2px 0 #fff,4px 4px 10px rgba(0,0,0,.2);font-family:Comic Sans MS,cursive,sans-serif;letter-spacing:.2em;background:none;-webkit-text-fill-color:#dc2626}[data-theme=dark] .not-found-message{color:hsla(0,0%,100%,.95);background:hsla(0,0%,100%,.1);border:2px solid hsla(0,0%,100%,.3);padding:1.5rem;box-shadow:none}[data-theme=dark] .not-found-title{color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3);background:none;-webkit-text-fill-color:#fff}.character{position:absolute;bottom:-2rem;right:-4rem;transform:rotate(15deg);animation:character-bounce 2s ease-in-out infinite}.character-body{position:relative;background:var(--primary-blue);width:80px;height:100px;border-radius:40px 40px 20px 20px;border:3px solid #fff;box-shadow:0 4px 15px rgba(0,0,0,.2)}.character-head{position:absolute;top:-30px;left:50%;transform:translateX(-50%);font-size:2.5rem;background:#fff;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid var(--primary-blue);box-shadow:0 2px 10px rgba(0,0,0,.1)}.character-arm{position:absolute;top:20px;right:-25px;font-size:1.8rem;animation:wave 1s ease-in-out infinite}@keyframes character-bounce{0%,to{transform:rotate(15deg) translateY(0)}50%{transform:rotate(15deg) translateY(-10px)}}@keyframes wave{0%,to{transform:rotate(0deg)}25%{transform:rotate(20deg)}75%{transform:rotate(-20deg)}}.not-found-title{text-shadow:2px 2px 4px rgba(0,0,0,.3);font-weight:800}.not-found-message{font-size:1.1rem;background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem;border-radius:20px;border:2px solid hsla(0,0%,100%,.3)}.not-found-actions{margin-bottom:3rem}.fun-btn{display:inline-flex;align-items:center;gap:.5rem;min-width:180px;padding:1rem 2rem;border-radius:25px;font-weight:700;box-shadow:0 6px 20px rgba(0,0,0,.3);transition:all .3s ease;border:3px solid #fff;text-transform:uppercase;letter-spacing:.05em}.fun-btn:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 10px 30px rgba(0,0,0,.4)}.fun-btn span{font-size:1.3rem;animation:bounce-icon 2s ease-in-out infinite}@keyframes bounce-icon{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.helpful-links{background:hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-radius:20px;border:2px solid hsla(0,0%,100%,.3);box-shadow:0 8px 25px rgba(0,0,0,.2)}[data-theme=dark] .helpful-text{color:#fff;font-weight:700;font-size:1.1rem}[data-theme=dark] .quick-link{color:#fff;background:hsla(0,0%,100%,.15);border:2px solid hsla(0,0%,100%,.4);padding:1rem 1.5rem;border-radius:15px}[data-theme=dark] .quick-link:hover{background:hsla(0,0%,100%,.3);border-color:#fff;transform:translateY(-3px);box-shadow:0 5px 15px rgba(0,0,0,.2);color:#fff}@media (max-width:768px){.error-code{font-size:8rem}.error-label{font-size:2rem}.character{right:-2rem;transform:scale(.8) rotate(15deg)}.not-found-actions{flex-direction:column;align-items:center}.fun-btn{width:100%;max-width:300px}.quick-links{flex-direction:column;gap:.75rem}.helpful-links{padding:1.5rem}.cloud{font-size:2rem}.cloud-2{font-size:1.8rem}.cloud-3{font-size:1.5rem}}.error-code{font-size:12rem;font-weight:900;color:#fff;text-shadow:4px 4px 0 #dc2626,8px 8px 0 #b91c1c,12px 12px 20px rgba(0,0,0,.3);line-height:.8;margin-bottom:.5rem;font-family:Comic Sans MS,cursive,sans-serif}.error-emoji{font-size:4rem;animation:float 3s ease-in-out infinite;display:inline-block}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.not-found-title{color:#fff;margin-bottom:1.5rem;text-shadow:0 2px 10px rgba(0,0,0,.2)}.not-found-message{color:hsla(0,0%,100%,.95);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto;line-height:1.6}.not-found-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:4rem}.not-found-actions .btn{display:inline-flex;align-items:center;gap:.5rem;min-width:180px;box-shadow:0 4px 15px rgba(0,0,0,.2);transition:all .3s ease}.not-found-actions .btn:hover{transform:translateY(-3px);box-shadow:0 6px 25px rgba(0,0,0,.3)}.not-found-actions .btn span{font-size:1.2rem}.helpful-links{background:hsla(0,0%,100%,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:2rem;border:1px solid hsla(0,0%,100%,.2)}.not-found-container .quick-link{color:#fff;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.3);padding:.5rem 1rem;border-radius:.5rem;font-weight:500}.not-found-container .quick-link:hover{background:hsla(0,0%,100%,.25);border-color:hsla(0,0%,100%,.5);transform:translateY(-2px);color:#fff;box-shadow:0 2px 8px hsla(0,0%,100%,.1)}.not-found-container .quick-links{gap:1.5rem}.quick-links{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.quick-link{color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:.5rem;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.3);transition:all .3s ease;font-size:.95rem;font-weight:500}.quick-link:hover{background:hsla(0,0%,100%,.25);border-color:hsla(0,0%,100%,.5);transform:translateY(-2px)}@media (max-width:768px){.error-code{font-size:6rem}.error-emoji{font-size:3rem}.not-found-actions{flex-direction:column;align-items:center}.not-found-actions .btn{width:100%;max-width:300px}.quick-links{flex-direction:column;gap:.75rem}.helpful-links{padding:1.5rem}}.theme-toggle-container{position:fixed;bottom:2rem;right:2rem;z-index:100}.theme-toggle{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:50%;background:var(--bg-white);border:2px solid var(--border-light);cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.theme-toggle:hover{transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.2);border-color:var(--primary-purple)}.theme-toggle-icon{font-size:1.5rem;transition:all .3s ease}[data-theme=dark] .theme-toggle-icon.light,[data-theme=light] .theme-toggle-icon.dark{display:none}.theme-toggle-tooltip{position:absolute;bottom:100%;right:0;margin-bottom:.5rem;padding:.5rem .75rem;background:var(--bg-gray);color:var(--text-primary);border-radius:.5rem;font-size:.75rem;font-weight:500;white-space:nowrap;opacity:0;transform:translateY(.25rem);transition:all .2s ease;pointer-events:none;border:1px solid var(--border-light)}.theme-toggle:hover .theme-toggle-tooltip{opacity:1;transform:translateY(0)}[data-theme=dark]{color-scheme:dark}[data-theme=dark] .not-found-section{background:linear-gradient(135deg,#111827,#1f2937 50%,#374151)}[data-theme=dark] .skyline{background:linear-gradient(0deg,rgba(99,102,241,.25) 0,rgba(139,92,246,.15) 50%,transparent)}[data-theme=dark] .skyline:before{background:url("data:image/svg+xml,%3Csvg viewBox='0 0 1200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='80' width='60' height='120' fill='%236366f1' opacity='0.4'/%3E%3Crect x='80' y='60' width='80' height='140' fill='%238b5cf6' opacity='0.45'/%3E%3Crect x='180' y='40' width='60' height='160' fill='%2306b6d4' opacity='0.35'/%3E%3Crect x='260' y='70' width='70' height='130' fill='%23f59e0b' opacity='0.4'/%3E%3Crect x='350' y='50' width='90' height='150' fill='%23ec4899' opacity='0.42'/%3E%3Crect x='460' y='80' width='50' height='120' fill='%236366f1' opacity='0.38'/%3E%3Crect x='530' y='30' width='80' height='170' fill='%238b5cf6' opacity='0.43'/%3E%3Crect x='630' y='60' width='60' height='140' fill='%2306b6d4' opacity='0.37'/%3E%3Crect x='710' y='90' width='70' height='110' fill='%23f59e0b' opacity='0.4'/%3E%3Crect x='800' y='45' width='85' height='155' fill='%23ec4899' opacity='0.42'/%3E%3Crect x='900' y='75' width='55' height='125' fill='%236366f1' opacity='0.38'/%3E%3Crect x='970' y='35' width='75' height='165' fill='%238b5cf6' opacity='0.43'/%3E%3Crect x='1060' y='85' width='65' height='115' fill='%2306b6d4' opacity='0.37'/%3E%3Crect x='1140' y='55' width='60' height='145' fill='%23f59e0b' opacity='0.4'/%3E%3C/svg%3E") bottom/cover no-repeat}[data-theme=dark] .cloud{color:hsla(0,0%,100%,.6);text-shadow:0 2px 10px rgba(0,0,0,.3)}.theme-toggle-inline{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;background:transparent;border:1px solid var(--border-light);cursor:pointer;transition:all .2s ease;color:var(--text-gray);font-size:.875rem}.theme-toggle-inline:hover{background:var(--bg-gray);border-color:var(--primary-blue);color:var(--text-primary);transform:scale(1.05)}.theme-toggle-inline:active{transform:scale(.95)}.theme-toggle-inline .theme-icon{line-height:1;display:flex;align-items:center;justify-content:center}@media (max-width:768px){.desktop-only{display:none}.mobile-only{display:flex}.header{padding:1rem 0}.header-content{justify-content:space-between}.logo{gap:.5rem}.logo img{width:32px;height:32px}.logo-text{font-size:1rem}.theme-toggle-container{bottom:1rem;right:1rem}.theme-toggle{width:3rem;height:3rem}.theme-toggle-icon{font-size:1.25rem}.mobile-menu-overlay{padding-top:4rem}.theme-toggle-inline{width:2.5rem;height:2.5rem;font-size:1rem}}[data-theme=dark] .hero-section{background:linear-gradient(135deg,var(--primary-purple) 0,var(--primary-blue) 100%)}[data-theme=dark] .features-section{background:var(--gradient-cool)}[data-theme=dark] .features-section:before{background:rgba(0,0,0,.8)}[data-theme=dark] .card{background:var(--bg-gray);border-color:var(--border-light)}[data-theme=dark] .card:hover{box-shadow:0 20px 25px -5px rgba(0,0,0,.3)}[data-theme=dark] .btn-secondary{background:var(--bg-gray);color:var(--text-primary);border-color:var(--border-light)}[data-theme=dark] .btn-secondary:hover{background:var(--bg-white);color:var(--text-dark)}[data-theme=dark] .header{background:var(--bg-white);border-bottom-color:var(--border-light)}[data-theme=dark] .footer{background:var(--bg-gray);border-top-color:var(--border-light)}*{transition:background-color .3s ease,border-color .3s ease,color .3s ease,box-shadow .3s ease}.character,.cloud,.features-section:before,.hero-section:before,.not-found-section,.step-connector,.theme-toggle-icon{transition-property:opacity,transform,background;transition-duration:.3s}