#toast-container{position:fixed;top:20px;right:20px;z-index:10000;display:flex;flex-direction:column;gap:10px;max-width:400px}.toast{background:#fff;padding:16px 20px;border-radius:12px;box-shadow:0 6px 20px #0003,0 0 0 1px #0000000d;display:flex;align-items:center;gap:12px;animation:slideInToast .3s ease-out;min-width:320px}.toast.success{border-left:4px solid #43b581}.toast.error{border-left:4px solid #ef4444}.toast.info{border-left:4px solid #667eea}.toast-icon{font-size:24px;flex-shrink:0}.toast-content{flex:1}.toast-title{font-weight:600;margin-bottom:2px;color:#1f2937;font-size:15px}.toast-message{font-size:14px;color:#6b7280;margin:0}@keyframes slideInToast{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutToast{0%{transform:translate(0);opacity:1}to{transform:translate(400px);opacity:0}}body.dark-mode .toast{background:#2a2d31;box-shadow:0 6px 20px #0009}body.dark-mode .toast-title{color:#dcddde}body.dark-mode .toast-message{color:#96989e}.inline-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite;margin-right:8px;vertical-align:middle}@keyframes spin{to{transform:rotate(360deg)}}:root{--font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--primary-accent-color: #667eea;--primary-accent-dark: #764ba2;--secondary-accent-color: #43b581;--button-hover-darken-amount: 15%;--border-radius-small: 8px;--border-radius-medium: 12px;--text-line-height: 1.7;--section-padding-vertical: 60px;--section-padding-horizontal: 20px;--container-max-width: 1100px;--bg-color: linear-gradient(180deg, #f0f4ff 0%, #faf5ff 50%, #f0fdf4 100%);--bg-solid: #f7f9fc;--text-color: #2d3748;--text-color-muted: #4a5568;--header-bg: #ffffff;--nav-link-color: #4a545e;--nav-link-hover-color: var(--primary-accent-color);--hero-text-color: #ffffff;--hero-subtitle-color: rgba(255, 255, 255, .85);--section-bg: rgba(255, 255, 255, .85);--section-alt-bg: rgba(248, 249, 253, .7);--section-shadow: 0 4px 12px rgba(0, 0, 0, .08);--hr-bg: #e1e4e8;--footer-bg: rgba(255, 255, 255, .6);--footer-text-color: #4a545e;--footer-border-top: rgba(102, 126, 234, .2);--button-primary-bg: var(--primary-accent-color);--button-primary-hover-bg: color-mix( in srgb, var(--primary-accent-color) calc(100% - var(--button-hover-darken-amount)), #000000 );--button-primary-text: #ffffff;--button-secondary-bg: #6c757d;--button-secondary-hover-bg: color-mix( in srgb, #6c757d calc(100% - var(--button-hover-darken-amount)), #000000 );--button-secondary-text: #ffffff;--input-bg: #ffffff;--input-border: #ced4da;--input-text: #495057;--input-focus-border: var(--primary-accent-color)}body.dark-mode{--bg-color: #1e1f22;--text-color: #e2e8f0;--text-color-muted: #a0aec0;--header-bg: #2a2d31;--nav-link-color: #b9bbbe;--nav-link-hover-color: var(--primary-accent-color);--hero-text-color: #ffffff;--hero-subtitle-color: rgba(220, 221, 222, .85);--section-bg: rgba(42, 45, 49, .7);--section-alt-bg: rgba(37, 40, 44, .6);--section-shadow: 0 4px 12px rgba(0, 0, 0, .3);--hr-bg: #3a3e44;--footer-bg: rgba(30, 31, 34, .7);--footer-text-color: #a0aec0;--footer-border-top: rgba(102, 126, 234, .3);--button-primary-bg: var(--primary-accent-color);--button-primary-hover-bg: color-mix( in srgb, var(--primary-accent-color) calc(100% + var(--button-hover-darken-amount)), #ffffff );--button-secondary-bg: #4f545c;--button-secondary-hover-bg: color-mix( in srgb, #4f545c calc(100% + var(--button-hover-darken-amount)), #ffffff );--input-bg: #3a3e44;--input-border: #2a2d31;--input-text: #dcddde;--input-focus-border: var(--primary-accent-color)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background:linear-gradient(180deg,#e8edff,#f5f0ff,#e8f9f0);background-attachment:fixed;color:var(--text-color);line-height:var(--text-line-height);transition:background .3s ease,color .3s ease;scroll-behavior:smooth}body.dark-mode{background:linear-gradient(180deg,#0f1419,#1a0f1f,#0f1a14);background-attachment:fixed}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:var(--primary-accent-color);transition:color .2s ease}a:hover{color:color-mix(in srgb,var(--primary-accent-color) 80%,#000000)}body.dark-mode a:hover{color:color-mix(in srgb,var(--primary-accent-color) 80%,#ffffff)}h1,h2,h3{margin-bottom:.75em;line-height:1.3}h1{font-size:2.8em}h2{font-size:2em;text-align:center;margin-bottom:1.5em}h3{font-size:1.5em}.container{width:90%;max-width:var(--container-max-width);margin-left:auto;margin-right:auto}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 28px;border-radius:var(--border-radius-small);font-weight:600;text-align:center;transition:all .3s ease;cursor:pointer;border:none;font-size:1em;box-shadow:0 2px 8px #00000026}.button:hover{transform:translateY(-2px);box-shadow:0 4px 16px #0003}.button:active{transform:translateY(0)}.button-primary{background:linear-gradient(135deg,var(--primary-accent-color) 0%,var(--primary-accent-dark) 100%);color:var(--button-primary-text)!important}.button-primary:hover{box-shadow:0 6px 20px #667eea66}.button-secondary{background:linear-gradient(135deg,#6c757d,#5a6268);color:var(--button-secondary-text)!important}.button-secondary:hover{box-shadow:0 4px 16px #6c757d4d}nav{display:flex;justify-content:space-between;align-items:center;padding:20px 0;position:relative;width:90%;max-width:var(--container-max-width);margin-left:auto;margin-right:auto}.logo-container{display:flex;align-items:center;font-size:1.5em;font-weight:700}#app-logo{width:40px;height:40px;margin-right:10px}.logo-container a{color:inherit;display:flex;align-items:center}.logo-container a:hover{color:inherit}header#hero-section{background-color:#1a1c1e;background-image:linear-gradient(135deg,#667eeabf,#764ba2bf,#43b58180),linear-gradient(#0000004d,#0000004d),url(/assets/header-background-image-DefhrNad.png);background-size:cover;background-position:center center;color:var(--hero-text-color);padding-bottom:var(--section-padding-vertical);text-align:center;position:relative;overflow:hidden}header#hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,rgba(67,181,129,.12) 0%,transparent 50%);pointer-events:none}header#hero-section nav{margin-bottom:40px}header#hero-section .logo-container span{color:var(--hero-text-color)}header#hero-section .nav-links a{color:var(--hero-subtitle-color);margin-left:25px;font-weight:500}header#hero-section .nav-links a:hover{color:var(--hero-text-color);border-bottom:2px solid var(--primary-accent-color)}.hero-content{padding-top:40px}.hero-content h1{font-size:3em;margin-bottom:.5em}.hero-content .subtitle{font-size:1.2em;color:var(--hero-subtitle-color);margin-bottom:1.5em;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{margin-top:30px;margin-bottom:20px;display:flex;justify-content:center;gap:20px}.cta-buttons .button{padding:15px 35px;font-size:1.1em}.release-info{font-size:.9em;color:var(--hero-subtitle-color)}header#page-header{background-color:var(--header-bg);padding:10px 0;box-shadow:0 2px 4px #0000000d;border-bottom:1px solid var(--hr-bg)}body.dark-mode header#page-header{box-shadow:0 2px 4px #00000026}header#page-header nav{margin-bottom:0}header#page-header .logo-container span{color:var(--text-color)}header#page-header .nav-links a{color:var(--nav-link-color);margin-left:25px;font-weight:500}header#page-header .nav-links a:hover{color:var(--nav-link-hover-color);border-bottom:2px solid var(--primary-accent-color)}main{flex-grow:1}main section{padding-top:var(--section-padding-vertical);padding-bottom:var(--section-padding-vertical)}main section:last-of-type{margin-bottom:0}.features-section{background-color:transparent}.features-section h2{margin-bottom:1.5em}.feature-row{display:flex;align-items:center;gap:40px;padding:40px 30px;margin-bottom:30px;border-radius:var(--border-radius-medium);background:var(--section-bg);box-shadow:0 4px 20px #0000000f;transition:all .3s ease}.feature-row:hover{transform:translateY(-4px);box-shadow:0 8px 30px #667eea26}.feature-row:last-child{margin-bottom:0}.features-section .container .feature-row:nth-child(odd){background:var(--section-bg)}.features-section .container .feature-row:nth-child(2n){background:var(--section-alt-bg)}body.dark-mode .feature-row{box-shadow:0 4px 20px #0000004d}body.dark-mode .feature-row:hover{box-shadow:0 8px 30px #667eea40}.feature-image-container,.feature-text-container{flex:1;min-width:0}.feature-image-container img{width:100%;max-height:380px;object-fit:contain;border-radius:var(--border-radius-medium);box-shadow:0 6px 16px #0000001a;transition:all .3s ease;border:2px solid rgba(102,126,234,.1)}body.dark-mode .feature-image-container img{box-shadow:0 6px 16px #0000004d;border-color:#667eea33}.feature-image-container img:hover{transform:scale(1.03);box-shadow:0 8px 24px #667eea4d;border-color:#667eea66}body.dark-mode .feature-image-container img:hover{box-shadow:0 8px 24px #667eea66}.feature-row-reversed{flex-direction:row-reverse}.feature-text-container{text-align:left}.feature-text-container h3{color:var(--primary-accent-color);margin-bottom:15px;font-size:1.7em}.feature-text-container p{font-size:1.05em;color:var(--text-color-muted);line-height:1.6}.how-it-works-section,.video-demo-section{text-align:center;background-color:transparent}.how-it-works-section{background-color:transparent}.video-placeholder{background-color:var(--bg-color);padding:20px;border-radius:var(--border-radius-medium);max-width:700px;margin:20px auto 0;box-shadow:var(--section-shadow)}.video-placeholder img{border-radius:var(--border-radius-small)}.feedback-section{background-color:transparent;text-align:center}#feedback-form-section .container{max-width:700px}#feedback-form{text-align:left;margin-top:30px}#feedback-form .form-group{margin-bottom:20px}#feedback-form label{display:block;margin-bottom:8px;font-weight:500}#feedback-form input[type=text],#feedback-form input[type=email],#feedback-form textarea{width:100%;padding:12px;border:1px solid var(--input-border);border-radius:var(--border-radius-small);background-color:var(--input-bg);color:var(--input-text);font-family:var(--font-family);font-size:1em;transition:border-color .2s ease}#feedback-form input[type=text]:focus,#feedback-form input[type=email]:focus,#feedback-form textarea:focus{outline:none;border-color:var(--input-focus-border);box-shadow:0 0 0 2px color-mix(in srgb,var(--input-focus-border) 30%,transparent)}#feedback-form textarea{resize:vertical;min-height:120px}#feedback-form button[type=submit]{width:auto;padding:12px 30px}#feedback-status{font-weight:500;min-height:1.5em}#feedback-status.success{color:var(--secondary-accent-color)}#feedback-status.error{color:#e74c3c}#footer{background:var(--footer-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--footer-text-color);padding:40px var(--section-padding-horizontal);border-top:2px solid var(--footer-border-top);text-align:center}.footer-content{max-width:var(--container-max-width);margin:0 auto}.footer-links{margin-bottom:20px}.footer-links a{color:var(--footer-text-color);margin:0 10px}.footer-links a:hover{color:var(--primary-accent-color)}.support-links{margin-bottom:20px;display:flex;justify-content:center;align-items:center;gap:15px}.footer-support-button{padding:8px 15px;font-size:.9em;display:inline-flex;align-items:center;gap:8px}.support-icon{width:18px;height:18px}body:not(.dark-mode) .support-icon{filter:none}body.dark-mode .support-icon{filter:invert(100%) sepia(0%) saturate(0%) hue-rotate(100deg) brightness(200%) contrast(100%)}.copyright{font-size:.9em}.feature-row,.how-it-works-section .container,.video-demo-section .container,.feedback-section .container,#feedback-form-section .container{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.feature-row.visible-section,.how-it-works-section .container.visible-section,.video-demo-section .container.visible-section,.feedback-section .container.visible-section,#feedback-form-section .container.visible-section{opacity:1;transform:translateY(0)}.feature-lightbox-trigger{cursor:pointer;transition:transform .2s ease-in-out,box-shadow .2s ease-in-out}.lightbox-modal{position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:#000000d9;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;overflow:auto}.lightbox-content{display:block;margin:auto;max-width:90%;max-height:80vh;object-fit:contain;border-radius:var(--border-radius-small);transition:transform .25s ease-out;cursor:grab}.lightbox-content:active{cursor:grabbing}.lightbox-close{position:absolute;top:20px;right:35px;color:#f1f1f1;font-size:40px;font-weight:700;transition:.3s;cursor:pointer;z-index:1002}.lightbox-close:hover,.lightbox-close:focus{color:#bbb;text-decoration:none}.lightbox-controls{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background-color:#282828cc;padding:10px 15px;border-radius:var(--border-radius-medium);display:flex;align-items:center;gap:10px;z-index:1001}.lightbox-controls .button-small{padding:8px 12px;font-size:1.2em;line-height:1;font-weight:700;background-color:var(--button-secondary-bg);color:var(--button-secondary-text)}body.dark-mode .lightbox-controls .button-small{background-color:var(--button-secondary-bg)}.lightbox-controls .button-small:hover{background-color:var(--button-secondary-hover-bg)}#lightbox-zoom-level{color:#f1f1f1;font-size:.9em;min-width:45px;text-align:center;font-weight:500}@media (max-width: 900px){.feature-row,.feature-row-reversed{flex-direction:column;gap:25px;padding-left:15px;padding-right:15px;text-align:center}.features-section .container .feature-row:nth-child(2n){background-color:var(--section-bg)}.feature-image-container{margin-bottom:15px;max-width:450px;margin-left:auto;margin-right:auto}.feature-text-container{text-align:center;padding-left:0;padding-right:0}.feature-text-container h3{font-size:1.4em}}@media (max-width: 768px){h1{font-size:2em}.hero-content h1{font-size:2.2em}h2{font-size:1.5em;margin-bottom:1em}h3{font-size:1.2em}.feature-text-container h3{font-size:1.3em}nav{flex-direction:column;gap:15px;margin-bottom:20px}.logo-container{font-size:1.3em}#app-logo{width:35px;height:35px}.nav-links{margin-top:10px;display:flex;flex-wrap:wrap;justify-content:center;flex-direction:column;align-items:center}.nav-links a{margin:5px 10px}.cta-buttons{flex-direction:column;gap:15px;align-items:center}.cta-buttons .button{width:100%;max-width:300px;padding:12px 25px}.support-links{flex-direction:column}.lightbox-content{max-width:100%;max-height:75vh}.lightbox-close{top:15px;right:25px;font-size:30px}.lightbox-controls{padding:8px 10px}.lightbox-controls .button-small{padding:6px 10px;font-size:1em}#lightbox-zoom-level{font-size:.8em}.language-switcher{margin-top:10px;margin-left:0}}.language-switcher{display:flex;gap:10px;align-items:center;margin-left:20px}.language-switcher button{background-color:transparent;color:var(--nav-link-color);border:1px solid transparent;padding:5px 10px;cursor:pointer;font-size:.9em;border-radius:var(--border-radius-small);transition:background-color .2s,color .2s,border-color .2s}header#hero-section .language-switcher button{color:var(--hero-subtitle-color)}header#page-header .language-switcher button{color:var(--nav-link-color)}.language-switcher button:hover{background-color:color-mix(in srgb,var(--primary-accent-color) 15%,transparent);color:var(--nav-link-hover-color)}header#hero-section .language-switcher button:hover{color:var(--hero-text-color)}.language-switcher button.active-lang{font-weight:700;border-color:var(--primary-accent-color);color:var(--primary-accent-color);background-color:color-mix(in srgb,var(--primary-accent-color) 10%,transparent)}header#hero-section .language-switcher button.active-lang{color:var(--hero-text-color);border-color:var(--hero-text-color)}.theme-toggle-container{display:flex;align-items:center;margin-left:15px}.theme-toggle{opacity:0;position:absolute;width:0;height:0}.theme-toggle-label{position:relative;display:inline-block;width:50px;height:26px;background-color:var(--input-border);border-radius:30px;cursor:pointer;transition:background-color .3s ease;font-size:0}.theme-toggle-label:before{content:"☀️";position:absolute;left:4px;top:50%;transform:translateY(-50%);font-size:16px;transition:opacity .3s ease}.theme-toggle-label:after{content:"";position:absolute;top:3px;left:3px;width:20px;height:20px;background-color:#fff;border-radius:50%;transition:transform .3s ease}.theme-toggle:checked+.theme-toggle-label{background-color:var(--primary-accent-color)}.theme-toggle:checked+.theme-toggle-label:before{content:"🌙";left:auto;right:4px}.theme-toggle:checked+.theme-toggle-label:after{transform:translate(24px)}.theme-toggle:focus+.theme-toggle-label{outline:2px solid var(--primary-accent-color);outline-offset:2px}.theme-toggle-label:hover{opacity:.8}header#hero-section .theme-toggle-label{background-color:#ffffff4d;border:1px solid rgba(255,255,255,.5)}header#hero-section .theme-toggle-label:after{background-color:var(--hero-text-color)}header#hero-section .theme-toggle:checked+.theme-toggle-label{background-color:#fff3}@media (max-width: 768px){.theme-toggle-label{width:44px;height:22px}.theme-toggle-label:before{font-size:14px}.theme-toggle-label:after{width:16px;height:16px}.theme-toggle:checked+.theme-toggle-label:after{transform:translate(22px)}.theme-toggle-container{margin-left:10px}}
