:root,[data-theme=light]{--theme-bg-start: #e0f7fa;--theme-bg-end: #e6eff0;--theme-bg-gradient: linear-gradient(180deg, var(--theme-bg-start) 0%, var(--theme-bg-end) 100%);--theme-text: #1e3a3f;--theme-text-muted: #546e7a;--theme-text-secondary: #607d8b;--theme-accent: #2563eb;--theme-accent-hover: #1d4ed8;--theme-accent-bg: #2563eb;--theme-accent-bg-hover: #1d4ed8;--theme-border: rgba(37, 99, 235, .2);--theme-border-strong: rgba(37, 99, 235, .35);--theme-surface: #fff;--theme-surface-elevated: #f1f8f9;--theme-input-bg: #fff;--theme-input-border: #b2dfdb;--theme-input-focus: rgba(37, 99, 235, .2);--theme-header-glass: rgba(224, 247, 250, .65);--theme-footer-bottom-bg: rgba(255, 255, 255, .5);--theme-error: #c62828;--theme-error-bg: rgba(198, 40, 40, .1);--header-height: 56px}:root{color-scheme:light}[data-theme=dark]{color-scheme:dark;--theme-bg-start: #0d1117;--theme-bg-end: #161b22;--theme-bg-gradient: linear-gradient(180deg, var(--theme-bg-start) 0%, var(--theme-bg-end) 100%);--theme-text: #e6edf3;--theme-text-muted: #8b949e;--theme-text-secondary: #6e7681;--theme-accent: #58a6ff;--theme-accent-hover: #79b8ff;--theme-accent-bg: #238636;--theme-accent-bg-hover: #2ea043;--theme-border: rgba(48, 54, 61, .8);--theme-border-strong: rgba(56, 63, 71, .9);--theme-surface: #161b22;--theme-surface-elevated: #21262d;--theme-input-bg: #0d1117;--theme-input-border: #30363d;--theme-input-focus: rgba(88, 166, 255, .2);--theme-header-glass: rgba(13, 17, 23, .8);--theme-footer-bottom-bg: rgba(22, 27, 34, .9);--theme-error: #f85149;--theme-error-bg: rgba(248, 81, 73, .15)}*,*:before,*:after{box-sizing:border-box;outline:none}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:var(--theme-text);background:var(--theme-bg-gradient);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:var(--theme-accent);text-decoration:inherit}a:hover{color:var(--theme-accent-hover)}html{min-width:375px;overflow-x:hidden}body{margin:0;display:flex;flex-direction:column;align-items:stretch;min-width:375px;min-height:100vh;background:var(--theme-bg-gradient);overflow-x:hidden}body.route-home,body.route-result,body.route-loading,body.route-home .app-main,body.route-result .app-main,body.route-loading .app-main,body.route-legal,body.route-legal .app-main{background:#0b0b0b}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid var(--theme-border-strong);padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;color:var(--theme-text);background-color:var(--theme-accent-bg);cursor:pointer;transition:opacity .25s ease}button:hover{opacity:.8}button:disabled{opacity:.2;cursor:not-allowed}button:focus{outline:none}button:focus-visible{outline:2px solid var(--theme-accent);outline-offset:2px}.toast-container{position:fixed;top:calc(var(--header-height, 56px) + 16px);left:50%;transform:translate(-50%);z-index:9999;display:flex;flex-direction:column;gap:8px;pointer-events:none;max-width:90vw}.toast-container>*{pointer-events:auto}.toast{position:relative;isolation:isolate;display:flex;flex-direction:column;width:416px;max-width:calc(100vw - 32px);min-height:72px;background:#fff;border-radius:20px;box-shadow:0 4px 24px #0000001f;overflow:hidden;animation:toast-slide-in .3s ease-out forwards}.toast--exiting{animation:toast-slide-out .3s ease-out forwards}.toast--exiting .toast-bar-fill{animation:none}.toast-inner{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:28px 16px;gap:16px;flex:none;z-index:2;width:100%;box-sizing:border-box}.toast-content{display:flex;flex-direction:row;align-items:center;gap:8px;min-width:0;flex:1}.toast-check{flex:none;width:21px;height:20px;display:inline-flex;align-items:center;justify-content:center}.toast-check svg{display:block;width:21px;height:20px}.toast-message{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:24px;color:#0b0b0b;flex:none}.toast-close{flex:none;width:32px;height:32px;display:flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;cursor:pointer;border-radius:50%;color:#0b0b0b33;transition:color .2s,background .2s;outline:none}.toast-close:focus,.toast-close:focus-visible,.toast-close:active{outline:none;box-shadow:none}.toast-close:hover{background:#0b0b0b0f}.toast-close:hover .toast-close-icon svg path{fill-opacity:1}.toast-close-icon{width:15px;height:15px;display:inline-flex;align-items:center;justify-content:center}.toast-close-icon svg{display:block;width:15px;height:15px}.toast-close-icon svg path{transition:fill-opacity .2s ease}.toast-bar-track{position:absolute;left:0;right:0;bottom:0;height:9px;background:#dbdbdb;z-index:1}.toast-bar-fill{position:absolute;left:0;top:0;height:100%;width:100%;background:#ebea76;border-radius:0 9999px 9999px 0;transform-origin:left;animation:toast-bar-shrink var(--toast-duration, 3s) linear forwards}@keyframes toast-bar-shrink{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes toast-slide-in{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes toast-slide-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-12px)}}.common-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000bf;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .2s ease-out;overscroll-behavior:contain}.common-modal-content{background-color:#333;border-radius:20px;position:relative;box-shadow:0 10px 40px #00000080;max-height:90vh;max-width:calc(100vw - 32px);overflow-y:auto;animation:scaleIn .2s ease-out;scrollbar-color:rgba(255,255,255,.3) transparent}.common-modal-content::-webkit-scrollbar{width:8px}.common-modal-content::-webkit-scrollbar-track{background:transparent}.common-modal-content::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}.common-modal-content::-webkit-scrollbar-thumb:hover{background:#ffffff73}.common-modal-content.common-modal-content--auth{background:transparent;box-shadow:none}.common-modal-close{position:absolute;top:24px;right:24px;background:transparent;border:none;color:#999;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .2s;outline:none}.common-modal-close:focus,.common-modal-close:focus-visible,.common-modal-close:active{outline:none;box-shadow:none}.common-modal-close:hover{background-color:#ffffff1a;color:#fff}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes scaleIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@keyframes scaleOut{0%{transform:scale(1);opacity:1}to{transform:scale(.95);opacity:0}}.common-modal-overlay.closing{animation:fadeOut .2s ease-in forwards;pointer-events:none}.common-modal-content.closing{animation:scaleOut .2s ease-in forwards}@media(max-width:768px){.common-modal-content{margin:0 16px;border-radius:18px}.common-modal-close{top:16px;right:16px;padding:6px}}@media(max-width:480px){.common-modal-content{max-width:calc(100vw - 24px);margin:0 12px;border-radius:16px;padding:1rem}.common-modal-close{top:12px;right:12px;padding:6px}}.login-modal{isolation:isolate;position:relative;width:100%;max-width:min(725px,92vw)}.login-modal__frame{display:flex;flex-direction:column;align-items:center;padding:clamp(28px,5.5vw,56px) clamp(20px,4vw,44px) clamp(20px,4vw,44px);gap:clamp(12px,2vw,22px);isolation:isolate;position:relative;width:100%;max-width:100%;min-height:0;box-sizing:border-box;background:#383838;border-radius:clamp(12px,2.5vw,20px);flex:none;flex-grow:0;z-index:3}.login-modal__close{position:absolute;width:clamp(20px,2.8vw,28px);height:clamp(20px,2.8vw,28px);right:clamp(16px,3vw,44px);top:clamp(14px,2.2vw,24px);padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;flex:none;flex-grow:0;z-index:1;transition:opacity .15s ease}.login-modal__close:hover,.login-modal__close:focus,.login-modal__close:focus-visible{opacity:.8;background:transparent;border:none;outline:none;box-shadow:none}.login-modal__close svg{display:block;width:100%;height:100%}.login-modal__header{display:flex;flex-direction:column;align-items:center;padding:0;gap:12px;width:100%;max-width:605px;flex:none;order:0;align-self:stretch;flex-grow:0;z-index:0}.login-modal__title{width:100%;margin:0;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-style:normal;font-weight:800;font-size:clamp(24px,4.5vw,40px);line-height:100%;text-align:center;letter-spacing:-.02em;color:#fff;flex:none;order:0;align-self:stretch;flex-grow:0}.login-modal__subtitle{width:100%;max-width:520px;margin:0;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-style:normal;font-weight:400;font-size:clamp(16px,2.5vw,24px);line-height:1.2;color:#fff;text-align:center;flex:none;order:1;flex-grow:0}.login-modal__form{display:flex;flex-direction:column;gap:clamp(10px,1.5vw,14px);width:min(352px,90%);order:1;z-index:2}.login-modal__input{width:100%;height:clamp(44px,5.5vw,52px);padding:0 clamp(14px,2vw,20px);border:1.5px solid rgba(255,255,255,.2);border-radius:9999px;background:transparent;color:#fff;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:clamp(14px,1.8vw,17px);outline:none;box-sizing:border-box;transition:border-color .15s ease}.login-modal__input::placeholder{color:#fff6}.login-modal__input:focus{border-color:#fff9}.login-modal__password-wrap{position:relative;width:100%}.login-modal__input--password{padding-right:clamp(42px,5.5vw,52px)}.login-modal__password-toggle{position:absolute;right:clamp(4px,.8vw,8px);top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:clamp(32px,4vw,38px);height:clamp(32px,4vw,38px);padding:0;border:none;border-radius:50%;background:transparent;color:#ffffff59;cursor:pointer;transition:color .15s ease}.login-modal__password-toggle:hover{color:#ffffffb3}.login-modal__password-toggle:focus,.login-modal__password-toggle:focus-visible{outline:none;box-shadow:none;color:#ffffffb3}.login-modal__password-toggle svg{display:block;flex-shrink:0}.login-modal__input--code{text-align:center;font-size:clamp(22px,3vw,28px);letter-spacing:12px;font-weight:600}.login-modal__error{color:#ff6b6b;font-size:clamp(12px,1.5vw,14px);margin:0;text-align:center;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.login-modal__switch{color:#fff9;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:clamp(13px,1.6vw,15px);margin:0;order:2;z-index:2}.login-modal__switch-btn{background:none;border:none;color:#ebea76;cursor:pointer;padding:0;font:inherit;text-decoration:underline;text-underline-offset:2px}.login-modal__switch-btn:hover{color:#f0f08a}.login-modal__switch-btn:focus,.login-modal__switch-btn:focus-visible{outline:2px solid rgba(255,255,255,.7);outline-offset:2px}.login-modal__switch-muted{color:#ffffff59}.login-modal__cta{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0 clamp(16px,3vw,24px);gap:8px;width:100%;height:clamp(48px,6vw,58px);box-sizing:border-box;background:#fff;border:none;border-radius:9999px;cursor:pointer;flex:none;order:2;flex-grow:0;z-index:2;transition:background .15s ease,opacity .15s ease;outline:none}.login-modal__cta:hover:not(:disabled),.login-modal__cta:focus,.login-modal__cta:focus-visible{background:#f0f0f0;border:none;outline:none;box-shadow:none}.login-modal__cta:disabled{opacity:.2;cursor:not-allowed}.login-modal__cta-icon{width:16px;height:16px;flex:none;order:0;flex-grow:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.09z'/%3E%3Cpath fill='%23000' d='M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z'/%3E%3Cpath fill='%23000' d='M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z'/%3E%3Cpath fill='%23000' d='M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z'/%3E%3C/svg%3E") center/contain no-repeat}.login-modal__cta-text{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-style:normal;font-weight:700;font-size:clamp(16px,2vw,20px);line-height:24px;color:#000;flex:none;order:1;flex-grow:0}.login-modal__terms{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0;gap:12px;flex:none;order:3;flex-grow:0;z-index:3;min-width:0;width:100%}.login-modal__terms-label{display:flex;flex-direction:row;align-items:flex-start;gap:12px;cursor:pointer;margin:0;min-width:0;flex:1}.login-modal__terms-checkbox{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.login-modal__terms-checkbox-custom{width:clamp(18px,2.5vw,22px);height:clamp(18px,2.5vw,22px);flex:none;flex-grow:0;flex-shrink:0;display:block;line-height:0}.login-modal__terms-checkbox-custom svg{display:block;width:100%;height:100%}.login-modal__terms-checkmark{display:none}.login-modal__terms-checkbox:checked+.login-modal__terms-checkbox-custom .login-modal__terms-checkmark{display:block}.login-modal__terms-checkbox:focus-visible+.login-modal__terms-checkbox-custom{outline:2px solid #ffffff;outline-offset:2px}.login-modal__terms-text{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-style:normal;font-weight:400;font-size:clamp(14px,2vw,18px);line-height:1.35;color:#fff;min-width:0;flex:1;order:1;text-align:left}.login-modal__terms-link{color:#fff;text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}.login-modal__terms-link:hover{color:#ffffffd9}.login-modal__terms-link:focus,.login-modal__terms-link:focus-visible{outline:2px solid rgba(255,255,255,.7);outline-offset:2px;color:#fff}.login-modal__divider{display:flex;align-items:center;gap:12px;width:min(352px,90%);order:2;z-index:2}.login-modal__divider-line{flex:1;height:1px;background:#ffffff26}.login-modal__divider-text{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:clamp(13px,1.6vw,15px);color:#fff6;text-transform:lowercase}.login-modal__google-btn{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0 clamp(16px,3vw,24px);gap:10px;width:min(352px,90%);height:clamp(48px,6vw,58px);box-sizing:border-box;background:#ffffff14;border:1.5px solid rgba(255,255,255,.2);border-radius:9999px;cursor:pointer;order:2;z-index:2;transition:background .15s ease,border-color .15s ease}.login-modal__google-btn:hover{background:#ffffff24;border-color:#ffffff59}.login-modal__google-btn:focus,.login-modal__google-btn:focus-visible{outline:none;border-color:#ffffff80}.login-modal__google-icon{width:20px;height:20px;flex-shrink:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%234285F4' d='M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.09z'/%3E%3Cpath fill='%2334A853' d='M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z'/%3E%3Cpath fill='%23FBBC05' d='M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z'/%3E%3Cpath fill='%23EA4335' d='M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z'/%3E%3C/svg%3E") center/contain no-repeat}.login-modal__google-text{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-weight:600;font-size:clamp(14px,1.8vw,17px);color:#fff}.payment-options{display:flex;flex-direction:column;gap:16px;width:100%}.payment-btn{width:100%;padding:18px 24px;background-color:#fff;border:none;border-radius:99px;display:flex;align-items:center;justify-content:space-between;font-size:16px;font-weight:600;color:#000;cursor:pointer;transition:transform .1s}.payment-btn:active{transform:scale(.98)}.payment-btn:focus,.payment-btn:focus-visible{outline:none}.payment-icon{font-size:20px;margin-right:12px}.payment-btn:hover{background-color:#f0f0f0}.payment-price{margin-left:auto;color:#999;font-weight:500}.payment-stripe-container{width:100%;padding-top:10px;display:flex;flex-direction:column;gap:24px}.payment-total{font-size:18px;font-weight:600;color:#fffffff2}.payment-express-section{width:100%}.payment-express-loading,.payment-express-error,.payment-loading{padding:16px;text-align:center;color:#fffc;font-size:14px}.payment-express-error{color:#ff6b6b}.payment-divider{display:flex;align-items:center;gap:16px;color:#fff9;font-size:14px}.payment-divider:before,.payment-divider:after{content:"";flex:1;height:1px;background:#fff3}.payment-message{margin-top:12px;padding:12px;border-radius:8px;font-size:14px}.payment-message--error{background:#ff6b6b33;color:#ff6b6b}.payment-message--info{background:#6b9eff26;color:#ffffffe6}.payment-message--info a{color:#7eb8ff;text-decoration:underline}.payment-form-actions{display:flex;flex-direction:column;gap:10px;width:100%;margin-top:32px}.payment-submit-btn,.payment-cancel-btn{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:20px;gap:8px;width:100%;height:64px;border-radius:9999px;border:none;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-style:normal;font-weight:700;font-size:20px;line-height:24px;color:#000;cursor:pointer;box-sizing:border-box}.payment-submit-btn{background:#ebea76}.payment-submit-btn:hover,.payment-submit-btn:active,.payment-submit-btn:focus{background:#ebea76;outline:none}.payment-submit-btn:disabled{opacity:.6;cursor:not-allowed}.payment-cancel-btn{background:#fff;color:#000}.payment-cancel-btn:hover,.payment-cancel-btn:active,.payment-cancel-btn:focus{background:#fff;outline:none}.payment-modal{isolation:isolate;position:relative;width:100%;max-width:min(602px,92vw)}.payment-modal__frame{display:flex;flex-direction:column;align-items:center;padding:clamp(20px,4vw,40px);gap:clamp(12px,2vw,24px);isolation:isolate;position:relative;width:100%;box-sizing:border-box;background:#383838;border-radius:clamp(12px,2.5vw,20px);flex:none;flex-grow:0;z-index:3}.payment-modal__close{position:absolute;width:clamp(22px,3vw,27px);height:clamp(22px,3vw,27px);right:clamp(16px,2.5vw,20px);top:clamp(16px,2.5vw,20px);padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;flex:none;flex-grow:0;z-index:10;transition:opacity .15s ease}.payment-modal__close:hover{opacity:.8}.payment-modal__close:focus,.payment-modal__close:focus-visible{outline:none}.payment-modal__header{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;padding-top:clamp(8px,1.5vw,16px);box-sizing:border-box}.payment-modal__title{width:100%;margin:0;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;font-weight:800;font-size:clamp(22px,3.5vw,32px);line-height:100%;text-align:center;letter-spacing:-.02em;color:#fff}.payment-modal__grid{display:grid;grid-template-columns:repeat(2,minmax(70px,121px));justify-content:center;gap:clamp(8px,1.5vw,12px);width:100%}.payment-modal__grid-item{width:100%;max-width:121px;aspect-ratio:121 / 101;height:auto;min-height:70px;position:relative;border-radius:clamp(12px,2vw,20px);overflow:hidden;background:#1e1e1e;flex:none;justify-self:center}.payment-modal__thumb{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.payment-modal__placeholder{position:absolute;top:0;left:0;width:100%;height:100%;background:#1e1e1e}.payment-modal__features{display:flex;gap:24px;justify-content:center;margin-top:4px}.payment-feature-item{font-size:clamp(13px,1.8vw,16px);font-weight:600;color:#fff;display:flex;align-items:center;gap:8px;font-family:SF Pro Display,sans-serif}.payment-modal__actions{width:100%;margin-top:8px}@media(max-width:480px){.payment-modal__frame{padding:20px;gap:16px}.payment-modal__title{font-size:22px}.payment-modal__grid{grid-template-columns:repeat(2,1fr);gap:8px}.payment-modal__grid-item{max-width:none;min-height:80px;aspect-ratio:auto}.payment-feature-item{font-size:13px}}.app-header{position:fixed;top:0;left:0;right:0;z-index:100;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:0;background:var(--theme-header-glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:none;border-bottom:1px solid var(--theme-border);box-sizing:border-box;flex-shrink:0}.app-header__inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:840px;margin:0 auto;padding:.875rem 2rem;box-sizing:border-box}.app-header__brand{display:inline-flex;align-items:center;text-decoration:none;color:inherit}.app-header__logo-img{display:block;height:2rem;width:auto;object-fit:contain}.app-header__actions{display:flex;align-items:center;gap:1.5rem}.app-header__user-menu{position:relative;display:flex;align-items:center}.app-header__avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;display:block;cursor:pointer;border:1px solid rgba(255,255,255,.1);transition:transform .2s ease,border-color .2s ease}.app-header__avatar:hover{transform:scale(1.05);border-color:#ffffff4d}.app-header__avatar--initial{background:#ebea76;color:#333;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-weight:700;font-size:18px;line-height:40px;text-align:center;padding:0;border:none}.app-header__dropdown{position:absolute;top:120%;right:0;width:286px;background:#1e1e1e;border-radius:20px;padding:28px 24px;box-shadow:0 0 10px #ffffff40;display:flex;flex-direction:column;align-items:flex-start;gap:20px;flex:none;z-index:11;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s cubic-bezier(.16,1,.3,1);box-sizing:border-box}.app-header__dropdown.is-open{opacity:1;visibility:visible;transform:translateY(0)}.app-header__dropdown-row{display:flex;flex-direction:row;align-items:center;gap:8px;padding:0;width:100%}.app-header__dropdown-email{min-height:24px;cursor:default;-webkit-user-select:text;user-select:text}.app-header__dropdown-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0}.app-header__dropdown-name{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:22px;color:#ffffff80;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none;cursor:default}.app-header__dropdown-divider{width:100%;height:0;border:none;border-top:1px solid rgba(255,255,255,.2);flex:none;align-self:stretch}.app-header__dropdown-item{display:flex;flex-direction:row;align-items:center;gap:8px;padding:0;min-height:24px;border:none;background:none;color:#fff;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:22px;text-align:left;cursor:pointer;transition:opacity .15s ease;text-decoration:none;flex:none}.app-header__dropdown-item:hover,.app-header__dropdown-item:visited,.app-header__dropdown-item:focus,.app-header__dropdown-item:active{color:#fff}.app-header__dropdown-item:focus,.app-header__dropdown-item:focus-visible{outline:none}.app-header__dropdown-item:hover{opacity:.6}.app-header__cta{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:20px;font-weight:700;line-height:24px;letter-spacing:0;color:#333;background-color:#ebea76;border:none;border-radius:9999px;text-decoration:none;transition:background-color .15s ease,color .15s ease;cursor:pointer;outline:none}.app-header__cta:hover{background-color:#f0f08a;color:#333}.app-header__cta:focus,.app-header__cta:focus-visible{outline:none}body.route-home .app-header,body.route-result .app-header,body.route-loading .app-header,body.route-legal .app-header{background:#0b0b0b;backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom-color:#ffffff14}@media(max-width:768px){.app-header__inner{padding:.75rem 1.25rem}.app-header__logo-img{height:1.75rem}}@media(max-width:480px){.app-header__inner{padding:.5rem 1rem}.app-header__cta{font-size:16px;padding:.4rem 1rem;line-height:22px}.app-header__dropdown{max-width:calc(100vw - 32px);width:min(286px,calc(100vw - 32px))}}.app-footer{margin-top:auto;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:var(--theme-surface-elevated, #f1f8f9);border-top:1px solid var(--theme-border);text-align:left;box-sizing:border-box}.app-footer--simple{background:#0b0b0b;border-top:none}.app-footer__simple-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;max-width:1440px;margin:0 auto;padding:1.875rem 300px;box-sizing:border-box}.app-footer__social{display:flex;align-items:center;gap:24px}.app-footer__social-link{display:inline-flex;color:#fff;transition:opacity .15s ease}.app-footer__social-link:hover{opacity:.8}.app-footer__social-link svg{width:48px;height:48px}.app-footer__social-link--instagram svg{width:36px;height:36px}.app-footer__social-link--tiktok svg{width:36px;height:36px}.app-footer__copyright-simple{margin:0;font-family:system-ui,-apple-system,sans-serif;font-size:.875rem;color:#fff}@media(max-width:1200px){.app-footer__simple-inner{padding-left:2rem;padding-right:2rem}}@media(max-width:600px){.app-footer__simple-inner{padding:1.5rem 1rem;flex-direction:column;align-items:flex-start}}.app-footer__main{padding:2rem;box-sizing:border-box}.app-footer__inner{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:840px;margin:0 auto}.app-footer__col{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.app-footer__col--wide{grid-column:span 1;gap:1.5rem}.app-footer__title{font-family:system-ui,-apple-system,sans-serif;font-size:.9375rem;font-weight:700;color:var(--theme-text);margin:0;line-height:1.3}.app-footer__title--normal{font-weight:500}.app-footer__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.app-footer__link{font-family:system-ui,-apple-system,sans-serif;font-size:.875rem;color:var(--theme-text-muted);text-decoration:none;transition:color .15s ease;display:inline-flex;align-items:center;gap:.25rem}.app-footer__link:hover{color:var(--theme-accent)}.app-footer__link--ext .app-footer__icon{margin-left:.15rem}.app-footer__icon{display:inline-flex;color:var(--theme-text-secondary);flex-shrink:0}.app-footer__block{display:flex;flex-direction:column;gap:.5rem}.app-footer__select-wrap{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--theme-input-bg);border:1px solid var(--theme-input-border);border-radius:8px;font-size:.875rem;color:var(--theme-text);cursor:pointer;width:fit-content;min-width:140px;box-sizing:border-box}.app-footer__select{padding:.5rem 2rem .5rem .75rem;background:var(--theme-input-bg);border:1px solid var(--theme-input-border);border-radius:8px;font-family:system-ui,-apple-system,sans-serif;font-size:.875rem;color:var(--theme-text);cursor:pointer;min-width:140px;width:fit-content;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='%23546e7a'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center}.app-footer__flag{font-size:1rem;line-height:1}.app-footer__select-label{flex:1;text-align:left}.app-footer__chevron{display:inline-flex;color:var(--theme-text-secondary)}.app-footer__newsletter{display:flex;gap:.5rem;width:100%;max-width:320px}.app-footer__input{flex:1;min-width:0;padding:.5rem .75rem;font-family:system-ui,-apple-system,sans-serif;font-size:.875rem;color:var(--theme-text);background:var(--theme-input-bg);border:1px solid var(--theme-input-border);border-radius:8px;box-sizing:border-box;outline:none;transition:border-color .15s ease}.app-footer__input::placeholder{color:var(--theme-text-secondary)}.app-footer__input:focus{border-color:var(--theme-accent);box-shadow:0 0 0 2px var(--theme-input-focus)}.app-footer__btn{flex-shrink:0;padding:.5rem 1.25rem;font-family:system-ui,-apple-system,sans-serif;font-size:.875rem;font-weight:500;color:#fff;background-color:var(--theme-accent-bg);border:none;border-radius:8px;cursor:pointer;transition:background-color .15s ease;white-space:nowrap}.app-footer__btn:hover{background-color:var(--theme-accent-bg-hover)}.app-footer__bottom{padding:2rem;border-top:1px solid var(--theme-border);background:var(--theme-footer-bottom-bg)}.app-footer__bottom-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;max-width:840px;margin:0 auto}.app-footer__copyright{font-family:system-ui,-apple-system,sans-serif;font-size:.8125rem;color:var(--theme-text-muted);margin:0}.app-footer__legal{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.app-footer__legal-link{font-family:system-ui,-apple-system,sans-serif;font-size:.8125rem;color:var(--theme-text-muted);text-decoration:none;display:inline-flex;align-items:center;gap:.2rem;transition:color .15s ease}.app-footer__legal-link:hover{color:var(--theme-accent)}.app-footer__theme-btn{display:inline-flex;align-items:center;justify-content:center;padding:.25rem;background:none;border:none;color:var(--theme-text-secondary);cursor:pointer;border-radius:6px;transition:color .15s ease,background .15s ease}.app-footer__theme-btn:hover{color:var(--theme-accent);background:var(--theme-border)}.app-footer__sun,.app-footer__moon{display:inline-flex}@media(max-width:900px){.app-footer__inner{grid-template-columns:repeat(2,1fr)}.app-footer__col--wide{grid-column:span 2}}@media(max-width:520px){.app-footer__inner{grid-template-columns:1fr;gap:1.5rem}.app-footer__col--wide{grid-column:span 1}.app-footer__newsletter{flex-direction:column;max-width:100%}.app-footer__input,.app-footer__btn{width:100%}.app-footer__bottom-inner{flex-direction:column;align-items:flex-start}}@media(max-width:480px){.app-footer__simple-inner{padding:1.25rem 1rem}.app-footer__main,.app-footer__bottom{padding:1.5rem 1rem}.app-footer__title{font-size:.875rem}.app-footer__link,.app-footer__copyright,.app-footer__legal-link{font-size:.75rem}}.herobanner{padding:3.75rem 1.5rem 2rem;text-align:center;max-width:840px;margin:0 auto}.herobanner__title{margin:0 0 1rem;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:60px;font-weight:800;line-height:100%;letter-spacing:-.02em;color:var(--theme-text)}.herobanner__title-accent{color:var(--theme-accent)}.herobanner__title-main{color:var(--theme-text)}.herobanner__title-highlight{font-family:Gloria Hallelujah,cursive;font-weight:400;font-size:60px;line-height:100%;letter-spacing:-.02em}.herobanner__title-solo{color:#ebea76}.herobanner__subtitle{margin:0 auto;max-width:840px;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-size:23px;font-weight:400;line-height:28px;letter-spacing:0;color:var(--theme-text-muted)}.herobanner__subtitle-bold{font-weight:700}.home-page .herobanner__title,.home-page .herobanner__title-main,.home-page .herobanner__title-highlight{color:#fff}.home-page .herobanner__title-solo{color:#ebea76}.home-page .herobanner__subtitle{color:#ffffffd9}@media(max-width:768px){.herobanner{padding:2.5rem 1.5rem 1.5rem}.herobanner__title,.herobanner__title-highlight{font-size:40px}.herobanner__subtitle{font-size:19px;line-height:24px}}@media(max-width:480px){.herobanner{padding:2rem 1.25rem 1rem}.herobanner__title,.herobanner__title-highlight{font-size:28px}.herobanner__subtitle{font-size:16px;line-height:22px}}.compare-slider{position:relative;width:100%;height:417px;min-height:417px;max-height:417px;overflow:hidden;border-radius:12px;background:var(--theme-surface-elevated);border:1px solid var(--theme-border)}.compare-slider__before{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.compare-slider__after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.compare-slider__before--blur .compare-slider__img{filter:blur(6px)}.compare-slider__img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.compare-slider__placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:200px;background:var(--theme-surface-elevated)}.compare-slider__placeholder--muted{background:var(--theme-surface)}.compare-slider__placeholder-text{font-family:system-ui,-apple-system,sans-serif;font-size:.9375rem;font-weight:500;color:var(--theme-text-muted)}.compare-slider__handle-wrap{position:absolute;top:0;bottom:0;width:40px;margin-left:-20px;z-index:2;cursor:ew-resize;display:flex;align-items:center;justify-content:center;touch-action:none;user-select:none;-webkit-user-select:none}.compare-slider__handle-line{position:absolute;left:50%;top:0;bottom:0;width:4.28px;margin-left:-2.14px;background:#fff;box-shadow:0 0 10px #ffffff80}.compare-slider__handle-btn{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;padding:0;background:transparent;border-radius:9999px}.compare-slider__handle-btn svg{width:70px;height:67.5px;display:block}.compare-slider__handle-wrap:hover .compare-slider__handle-line,.compare-slider__handle-wrap:hover .compare-slider__handle-btn{box-shadow:0 0 12px #fff9}@media(max-width:402px){.compare-slider{height:280px;min-height:280px;max-height:280px;border-radius:10px}}.upload-tips{width:420px;padding:4.5rem 2rem 1.5rem;text-align:center}.upload-tips__title{margin:0 0 1.25rem;font-size:clamp(22px,3.5vw,30px);line-height:1.2;font-weight:800;color:#fff;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif}.upload-tips__images{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-bottom:.5rem}.upload-tips__images img{width:100%;aspect-ratio:3 / 4;object-fit:cover;border-radius:8px;display:block}.upload-tips__subtitle{margin:0 0 1rem;font-size:.85rem;color:#aaa;font-family:system-ui,-apple-system,sans-serif}.upload-tips__list{list-style:none;margin:0 0 1.25rem;padding:0;text-align:left}.upload-tips__list li{display:flex;gap:.625rem;margin-bottom:.75rem;font-size:.875rem;color:#ddd;line-height:1.45;font-family:system-ui,-apple-system,sans-serif}.upload-tips__list li:last-child{margin-bottom:0}.upload-tips__list-number{flex-shrink:0;width:22px;height:22px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ecefa426;color:#ecefa4;font-size:.75rem;font-weight:700;margin-top:1px}.upload-tips__checkbox{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.25rem;cursor:pointer;font-family:system-ui,-apple-system,sans-serif}.upload-tips__checkbox input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:18px;height:18px;border:2px solid #666;border-radius:4px;background:transparent;cursor:pointer;position:relative;flex-shrink:0;transition:border-color .15s,background-color .15s}.upload-tips__checkbox input[type=checkbox]:checked{background:#ecefa4;border-color:#ecefa4}.upload-tips__checkbox input[type=checkbox]:checked:after{content:"";position:absolute;left:5px;top:1px;width:5px;height:10px;border:solid #000;border-width:0 2px 2px 0;transform:rotate(45deg)}.upload-tips__checkbox span{font-size:.8125rem;color:#999}.upload-tips__btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 3rem;font-family:system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:600;color:#000;background:#ecefa4;border:none;outline:none;border-radius:9999px;cursor:pointer;transition:transform .1s ease,background-color .2s ease;-webkit-user-select:none;user-select:none}.upload-tips__btn:hover{background:#dce08e;transform:scale(1.02)}.upload-tips__btn:active{transform:scale(.98)}@media(max-width:480px){.upload-tips{width:auto;padding:1.5rem 1.25rem 1.25rem}.upload-tips__images{grid-template-columns:repeat(2,1fr);gap:6px}.upload-tips__title{font-size:22px;line-height:1.2}}.upload-wrapper{display:flex;flex-direction:column;height:417px;min-height:417px;max-height:417px;width:100%;max-width:402px;box-sizing:border-box}.upload-content{flex:1;display:flex;flex-direction:column;min-height:0;margin-bottom:12px;border-radius:24px;transition:background-color .2s ease}.upload-content--dragging .upload-dropzone{border-color:#fff;background:#2a2a2a}.upload-dropzone{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;padding:2rem;background:#787a3d;border:2px dashed #ecefa4;border-radius:24px;box-sizing:border-box;transition:border-color .2s ease,background-color .2s ease;position:relative}.upload-dropzone--loading{pointer-events:none}.upload-card__icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin-bottom:1.5rem;color:#ecefa4}.upload-card__btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;font-family:system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:600;color:#000;background:#ecefa4;border:none;border-radius:9999px;cursor:pointer;transition:transform .1s ease,background-color .2s ease;-webkit-user-select:none;user-select:none;margin-bottom:1rem;white-space:nowrap}.upload-card__btn:hover{background:#dce08e;transform:scale(1.02)}.upload-card__btn:active{transform:scale(.98)}.upload-card__input{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.upload-card__btn-icon{display:inline-flex;align-items:center;justify-content:center;display:none}.upload-card__text{margin:0;font-family:system-ui,-apple-system,sans-serif;font-size:.875rem;font-weight:400;color:#999;text-align:center;line-height:1.5;max-width:80%}.upload-card__error{margin:1rem 0 0;font-size:.875rem;color:#ff6b6b;text-align:center}.upload-card__disclaimer{display:none;margin:1.5rem 0 0;font-family:system-ui,-apple-system,sans-serif;font-size:.75rem;font-weight:400;color:#666;text-align:center;line-height:1.5}.upload-card__link{color:#ecefa4;text-decoration:none;transition:opacity .15s ease}.upload-card__link:hover{opacity:.8;text-decoration:underline}.upload-card__list{width:100%;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #333}.upload-card__list-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.upload-card__list-title{font-size:.8125rem;font-weight:600;color:#e6edf3}.upload-card__list-clear{font-size:.75rem;color:#ecefa4;background:none;border:none;cursor:pointer;padding:.25rem 0;font-family:inherit}.upload-card__list-clear:hover{text-decoration:underline}.upload-card__files{list-style:none;margin:0;padding:0;max-height:160px;overflow-y:auto}.upload-card__file{display:flex;align-items:center;gap:.5rem;padding:.5rem .5rem .5rem .75rem;font-size:.8125rem;background:#2a2a2a;border-radius:6px;margin-bottom:.375rem;color:#ccc}.upload-card__file:last-child{margin-bottom:0}.upload-card__file-name{flex:1;min-width:0;color:#e6edf3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.upload-card__file-size{flex-shrink:0;color:#8b949e;font-size:.75rem}.upload-card__file-remove{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;color:#8b949e;background:none;border:none;border-radius:4px;cursor:pointer;transition:color .15s ease,background-color .15s ease}.upload-card__file-remove:hover{color:#ff6b6b;background:#ff6b6b1a}.upload-spinner{width:45px;height:45px;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center}.upload-spinner svg{width:45px;height:45px;display:block}.upload-spinner__rotate{transform-origin:50% 50%;animation:upload-spin 1s linear infinite}@keyframes upload-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.upload-manager{width:100%}.upload-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:12px;width:100%;height:100%;box-sizing:border-box}.upload-grid--max-4{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}.upload-grid__item{position:relative;width:100%;aspect-ratio:1.2 / 1;border-radius:12px;overflow:hidden}.upload-grid__item--image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:12px}.upload-grid__item-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;background:#2a2a2a;border-radius:12px}.upload-grid__item--add{background:#787a3d;border:2px dashed #ecefa4;cursor:pointer;transition:all .2s ease;display:flex}.upload-grid__item--add:hover{background:#8a8c4a}.upload-grid__add-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#ecefa4;padding:12px;box-sizing:border-box}.upload-grid__item--empty{background:#2a2a2a;border-radius:12px}.upload-grid__remove{position:absolute;top:4px;right:4px;width:24px;height:24px;background:#fff;color:#000;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;padding:0;box-shadow:0 2px 4px #0003}.upload-grid__remove:hover{background:#f0f0f0}.upload-grid__remove:focus,.upload-grid__remove:focus-visible{outline:none}.upload-generate-btn{width:100%;padding:1rem;font-size:1.125rem;font-weight:700;color:#000;background:#ecefa4;border:none;border-radius:9999px;cursor:pointer;transition:transform .1s ease,background-color .2s ease,opacity .2s ease;margin-top:auto;outline:none}.upload-generate-btn:focus,.upload-generate-btn:focus-visible{outline:none}.upload-generate-btn:hover:not(:disabled){background:#dce08e;transform:scale(1.02)}.upload-generate-btn:active:not(:disabled){transform:scale(.98)}.upload-generate-btn:disabled{opacity:.2;cursor:not-allowed}.upload-generate-btn--active{background:#ecefa4;color:#000}.upload-generate-btn--active:focus,.upload-generate-btn--active:focus-visible{outline:none}.upload-generate-btn--active:hover:not(:disabled){background:#f5f7b8;transform:scale(1.02)}@media(max-width:768px){.upload-wrapper,.upload-grid{max-width:100%;width:100%}.upload-grid__item{max-width:100%}.upload-card__btn{font-size:.95rem;padding:.8rem 1.5rem}.upload-card__text{font-size:.8125rem}}@media(max-width:400px){.upload-wrapper{height:auto;min-height:auto;max-height:none;padding:.5rem}.upload-content{margin-bottom:10px}.upload-dropzone{padding:1.5rem 1rem;border-radius:16px}.upload-card__icon{width:48px;height:48px;margin-bottom:1rem}.upload-card__btn{padding:.75rem 1.5rem;font-size:.9rem}.upload-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:8px;width:100%}.upload-grid--max-4{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr)}.upload-grid__item{width:100%;height:auto;aspect-ratio:1 / .85}.upload-generate-btn{padding:.875rem;font-size:1rem}}.home-page{--home-bg: #0b0b0b;--home-text: #fff;--home-muted: rgba(255, 255, 255, .7);--home-accent: #ebea76;--home-card: #383838;--home-card-mid: #545454;--home-section-padding-x: 300px;background:#0b0b0b;color:var(--home-text);min-height:100vh;width:100%;box-sizing:border-box}.home-hero-main{display:grid;grid-template-columns:402px 402px;gap:36px;align-items:stretch;justify-content:center;max-width:840px;margin:0 auto;padding:0 1.5rem 4rem;box-sizing:border-box}.home-hero-main__upload-col{display:flex;flex-direction:column;gap:20px;min-width:0;min-height:0}.home-hero-main__upload-box{position:relative;background:#ebea764d;border:none;border-radius:20px;padding:60px 40px;width:402px;min-height:356px;flex:1;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:center}.home-hero-main__upload-box-border{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;border-radius:20px}.home-hero-main__upload-box .upload-wrapper{flex:none;width:100%;max-width:402px;height:auto;min-height:0;max-height:none}.home-hero-main__upload-box:has(.upload-wrapper--has-files){padding:40px}.home-hero-main__upload-box .upload-content{margin-bottom:0}.home-hero-main__upload-box .upload-dropzone{background:transparent;border:none;padding:0;gap:20px;min-height:0;border-radius:0}.home-hero-main__upload-box .upload-card__icon{width:55px;height:55px;margin-bottom:0;color:#ebea76}.home-hero-main__upload-box .upload-card__icon svg{width:55px;height:55px}.home-hero-main__upload-box .upload-card__btn{width:163px;height:46px;padding:12px 20px;margin-bottom:0;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-weight:700;font-size:18px;line-height:22px;color:#000;background:#ebea76;border-radius:9999px}.home-hero-main__upload-box .upload-card__btn:hover{background:#f0f08a}.home-page .home-hero-main__upload-box .upload-card__text{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-weight:400;font-size:16px;line-height:20px;text-align:center;color:#ffffffb3;max-width:322px;margin:0}.home-hero-main__generate{width:100%;max-width:402px;height:56px;padding:16px 20px;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-weight:700;font-size:20px;line-height:24px;color:#000!important;background:#ebea764d!important;border:none!important;border-radius:9999px;cursor:pointer;flex-shrink:0;transition:none}.home-hero-main__generate:hover,.home-hero-main__generate:focus,.home-hero-main__generate:active,.home-hero-main__generate:hover:not(:disabled),.home-hero-main__generate:focus:not(:disabled),.home-hero-main__generate:active:not(:disabled){color:#000!important;background:#ebea764d!important;border:none!important;outline:none!important;box-shadow:none!important}.home-hero-main__generate:disabled{opacity:.2;cursor:not-allowed}.home-hero-main__generate--active,.home-hero-main__generate--active:hover,.home-hero-main__generate--active:focus,.home-hero-main__generate--active:active,.home-hero-main__generate--active:hover:not(:disabled),.home-hero-main__generate--active:focus:not(:disabled),.home-hero-main__generate--active:active:not(:disabled){background:#ecefa4!important;color:#000!important;outline:none!important}.home-hero-main__example-col{display:flex;flex-direction:column;gap:8px;min-width:0}.home-hero-main__example-label{margin:0;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-weight:700;font-size:20px;line-height:24px;letter-spacing:0;color:#fff9;text-align:left}.home-hero-main__compare-wrap{background:transparent;border-radius:20px;overflow:hidden}.home-hero-main__compare-wrap .compare-slider{width:100%;height:auto;min-height:0;max-height:none;aspect-ratio:1;border:none;background:transparent}.home-hero-main__compare-wrap .compare-slider__img{object-fit:cover;width:100%;height:100%}.home-section{max-width:1440px;margin:0 auto;padding:3rem var(--home-section-padding-x);box-sizing:border-box}.home-section__title{margin:0 0 1.5rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.2;color:var(--home-text)}.home-testimonials .home-section__title,.home-testimonials__title{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-weight:400;font-size:24px;line-height:28px;letter-spacing:0}.home-testimonials{padding:2rem 1.5rem;max-width:none;width:100%;box-sizing:border-box}.home-testimonials__title{max-width:840px;margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}.home-testimonials__ticker-wrap{width:100%;max-width:none;overflow:hidden;padding:.5rem 0;box-sizing:border-box}.home-testimonials__ticker{display:flex;flex-direction:row;gap:20px;width:max-content;animation:home-testimonials-ticker 40s linear infinite}@keyframes home-testimonials-ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}.home-testimonial-card{flex:0 0 min(418px,85vw);scroll-snap-align:start;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px 24px;gap:12px;width:min(418px,85vw);min-width:260px;min-height:160px;background:#383838;border-radius:20px;box-sizing:border-box;text-align:center}.home-testimonial-card__stars{display:flex;justify-content:center;padding:0;flex:none}.home-testimonial-card__stars-svg{display:block;width:149px;height:26px;max-width:100%}.home-testimonial-card__quote{margin:0;width:100%;max-width:100%;min-height:48px;font-family:SF Pro,SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-style:normal;font-weight:700;font-size:clamp(14px,2.5vw,24px);line-height:1.25;text-align:center;letter-spacing:-.01em;color:#fff;flex:none}.home-testimonial-card__author{margin:0;width:100%;font-family:SF Pro,SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-style:normal;font-weight:400;font-size:clamp(14px,2.2vw,24px);line-height:1.25;text-align:center;letter-spacing:-.01em;color:#fff;flex:none}.home-problem{padding:2.5rem var(--home-section-padding-x)}.home-problem__inner{display:grid;grid-template-columns:minmax(260px,min(386px,42vw)) minmax(280px,1fr);column-gap:40px;row-gap:0;align-items:center;width:100%}.home-problem--reverse .home-problem__inner{grid-template-columns:minmax(280px,1fr) minmax(260px,min(386px,42vw));column-gap:40px}.home-problem--reverse .home-problem__content,.home-problem--reverse .home-cta{direction:ltr;text-align:left}.home-problem__media{width:100%;max-width:386px;margin:0;border-radius:16px;overflow:hidden;background:#0b0b0b;box-sizing:border-box}.home-problem__media .compare-slider{width:100%!important;height:auto!important;min-height:200px!important;max-height:none!important;aspect-ratio:1;border:none;background:transparent}.home-problem__media .compare-slider__img{object-fit:cover;width:100%;height:100%}.home-problem__content{display:flex;flex-direction:column;gap:1.5rem;width:100%;min-width:0;margin:0}.home-problem__title{margin:0;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-weight:800;font-size:40px;line-height:100%;letter-spacing:-.02em;text-align:left;color:var(--home-text)}.home-problem__body{margin:0;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-weight:400;font-size:24px;line-height:28px;letter-spacing:0;text-align:left;color:var(--home-text)}.home-cta{display:inline-flex;align-self:flex-start;padding:1rem 1.5rem;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-weight:700;font-size:20px;line-height:24px;letter-spacing:0;color:#0b0b0b;background:var(--home-accent);border-radius:9999px;text-decoration:none;transition:background .15s ease}.home-cta:hover{background:#f5f48a;color:#0b0b0b}.home-statement{padding:calc(4rem + 40px) var(--home-section-padding-x);text-align:center;background-image:linear-gradient(180deg,#0b0b0b,#0b0b0b99 27%,#0b0b0b99 69%,#0b0b0b),url(/assets/statement-bg-BVbGz7EL.png);background-size:cover;background-position:center;background-repeat:no-repeat}.home-statement__lead{margin:0 0 1rem;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-weight:800;font-size:60px;line-height:100%;letter-spacing:-.02em;color:var(--home-text);max-width:840px;margin-left:auto;margin-right:auto}.home-statement__lead-highlight{font-family:Gloria Hallelujah,cursive}.home-statement__sub{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-weight:400;font-size:24px;line-height:28px;letter-spacing:0;text-align:center;color:var(--home-text);max-width:840px;margin:0 auto}.home-how{max-width:none;width:100%;padding:4rem 1.5rem;box-sizing:border-box}.home-how__title{margin:0 auto 3rem;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-weight:800;font-size:60px;line-height:100%;letter-spacing:-.02em;color:var(--home-text);max-width:840px;text-align:center}.home-how__title-highlight{font-family:Gloria Hallelujah,cursive}.home-how__grid{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:0;flex-wrap:nowrap;min-height:402px;padding:20px 0;overflow-x:auto;overflow-y:visible}.home-how-card{flex:none;width:min(452px,32vw);min-width:200px;min-height:360px;display:flex;flex-direction:column;align-items:flex-start;padding:60px;gap:29px;background:#383838;border-radius:20px;box-sizing:border-box}.home-how-card--tilt-left{transform:rotate(-5.17deg)}.home-how-card--tilt-right{transform:rotate(5.17deg)}.home-how-card--mid{background:#545454}.home-how-card__row{display:flex;flex-direction:row;align-items:center;gap:12px;width:100%;max-width:100%}.home-how-card__icon{width:55px;height:55px;flex:none;color:#ebea76}.home-how-card__icon svg{width:100%;height:100%}.home-how-card__num{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-weight:800;font-size:60px;line-height:100%;letter-spacing:-.02em;color:#fff;flex:none}.home-how-card__title{margin:0;width:100%;max-width:100%;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-weight:800;font-size:40px;line-height:100%;letter-spacing:-.02em;color:#fff;text-align:left}.home-how-card__body{margin:0;width:100%;max-width:100%;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-weight:400;font-size:24px;line-height:28px;color:#fff;text-align:left}.home-pricing{padding:4rem var(--home-section-padding-x);text-align:center}.home-pricing .home-section__title{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-weight:800;font-size:60px;line-height:100%;letter-spacing:-.02em;color:var(--home-text)}.home-pricing__sub{margin:0 auto calc(2rem + 10px);font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-weight:400;font-size:24px;line-height:28px;letter-spacing:0;color:var(--home-text);max-width:840px}.home-pricing__cards{display:flex;flex-direction:row;align-items:center;justify-content:center;padding:0;gap:40px;width:840px;max-width:100%;min-height:381.49px;flex:none;margin-left:auto;margin-right:auto}.home-pricing-card{flex:1;width:348px;min-height:381.49px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:48px;gap:12px;background:#383838;border-radius:20px;box-sizing:border-box}.home-pricing-card__icon{width:58.49px;height:58.49px;flex:none;color:#fff}.home-pricing-card__icon--coins{color:#fff}.home-pricing-card__icon svg{width:100%;height:100%}.home-pricing-card__title{margin:0;width:100%;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-weight:800;font-size:40px;line-height:100%;letter-spacing:-.02em;color:#fff;text-align:left}.home-pricing-card__body{margin:0;width:100%;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-weight:400;font-size:24px;line-height:28px;color:#fff;text-align:left}.home-pricing-card__arrow{flex:none;width:74px;height:74px;display:flex;align-items:center;justify-content:center}.home-pricing-card__arrow svg{display:block;width:100%;height:100%}.home-about{padding:4rem var(--home-section-padding-x) 5rem}.home-about__card{max-width:840px;margin:0 auto;padding:2.5rem;border:5px solid var(--home-accent);border-radius:20px;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.home-about__emoji{margin:0 0 -10px;font-size:3rem;line-height:1;text-align:left}.home-about__title{margin:0;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-style:normal;font-weight:800;font-size:60px;line-height:100%;letter-spacing:-.02em;color:#fff;text-align:left}.home-about__title-name{font-family:Gloria Hallelujah,cursive}.home-about__body-wrap{display:flex;flex-direction:column;gap:1em;margin-top:12px}.home-about__body{margin:0;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;font-style:normal;font-weight:400;font-size:20px;line-height:24px;color:#fff;text-align:left}.home-about__underline{text-decoration:underline;font-weight:700;color:#fff}.home-about__underline:hover{color:#ffffffd9}.home-about__image-wrap{margin-top:calc(1rem + 12px);border-radius:20px;overflow:hidden;aspect-ratio:720 / 500;max-height:500px}.home-about__image{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:1200px){.home-page{--home-section-padding-x: 2rem}.home-section,.home-problem,.home-statement,.home-how,.home-pricing,.home-about,.home-testimonials{padding-left:var(--home-section-padding-x);padding-right:var(--home-section-padding-x)}}@media(max-width:900px){.home-hero-main{grid-template-columns:1fr 1fr;gap:1.5rem;padding-left:1.5rem;padding-right:1.5rem;max-width:100%}.home-hero-main__upload-col{min-width:0}.home-hero-main__upload-box{width:100%;max-width:100%;min-height:320px}.home-hero-main__upload-box .upload-wrapper,.home-hero-main__generate{max-width:100%}.home-problem__inner,.home-problem--reverse .home-problem__inner{grid-template-columns:1fr;direction:ltr;row-gap:2.5rem}.home-problem--reverse .home-problem__content{order:2}.home-problem--reverse .home-problem__media{order:1}.home-problem__media{width:100%;max-width:386px;min-width:0;justify-self:center}.home-problem__content{text-align:center;align-items:center}.home-problem__title,.home-problem__body{text-align:center}.home-problem .home-cta{align-self:center}.home-pricing__cards{flex-direction:column;align-items:stretch;width:100%;min-height:0}.home-pricing-card{width:100%;max-width:none;min-height:0;padding:32px 28px;justify-content:flex-start}.home-pricing-card__arrow{transform:rotate(90deg);align-self:center}}@media(max-width:1200px){.home-how-card{width:min(380px,30vw);min-height:340px;padding:48px 40px;gap:24px}.home-how__grid{min-height:340px}}@media(max-width:900px){.home-how__title,.home-how__title-highlight{font-size:48px}.home-how-card{width:min(300px,42vw);min-width:260px;min-height:300px;padding:36px 28px;gap:20px}.home-how-card--tilt-left{transform:rotate(-3deg)}.home-how-card--tilt-right{transform:rotate(3deg)}.home-how__grid{min-height:300px}.home-how-card__icon{width:48px;height:48px}.home-how-card__num,.home-how-card__title{font-size:36px}.home-how-card__body{font-size:22px;line-height:26px}.home-how__grid{flex-direction:column;flex-wrap:wrap;align-items:center;gap:1.5rem;min-height:0;overflow-x:visible;padding:20px 0}.home-how-card{width:100%;max-width:420px;min-width:0;min-height:0;transform:none}.home-how-card--tilt-left,.home-how-card--tilt-right{transform:none}}@media(max-width:768px){.home-hero-main{grid-template-columns:1fr}.home-hero-main__upload-box{width:100%;max-width:100%;padding:40px 24px}.home-hero-main__upload-box .upload-wrapper,.home-hero-main__generate{max-width:100%}.home-section__title{font-size:clamp(1.25rem,2.5vw,1.75rem)}.home-problem__title{font-size:32px}.home-problem__body{font-size:20px;line-height:26px}.home-how__title,.home-how__title-highlight{font-size:40px}.home-how-card__title{font-size:32px}.home-how-card__body{font-size:19px;line-height:24px}.home-how-card__num{font-size:36px}.home-statement__lead,.home-statement__lead-highlight{font-size:40px}.home-statement__sub{font-size:19px;line-height:24px}.home-pricing .home-section__title{font-size:44px}.home-pricing__sub{font-size:20px;line-height:26px}.home-pricing-card__title{font-size:32px}.home-pricing-card__body{font-size:20px;line-height:26px}.home-about__title{font-size:44px}.home-about__body{font-size:18px;line-height:22px}.home-testimonial-card{flex:0 0 min(360px,82vw);width:min(360px,82vw);min-width:260px}}@media(max-width:600px){.home-page{--home-section-padding-x: 1.5rem}.home-section,.home-problem,.home-statement,.home-how,.home-pricing,.home-about,.home-testimonials{padding-left:var(--home-section-padding-x);padding-right:var(--home-section-padding-x)}.home-testimonial-card{flex:0 0 min(320px,88vw);width:min(320px,88vw);min-width:260px;padding:20px 16px}.home-testimonial-card__quote{font-size:18px;line-height:1.3}.home-testimonial-card__author{font-size:16px}.home-testimonial-card__stars-svg{width:120px;height:21px}}@media(max-width:480px){.home-page{--home-section-padding-x: 1.5rem}.home-section,.home-problem,.home-statement,.home-how,.home-pricing,.home-about,.home-testimonials{padding:1.25rem var(--home-section-padding-x)}.home-section__title{font-size:clamp(1.125rem,2vw,1.5rem)}.home-problem__title{font-size:28px}.home-problem__body{font-size:18px;line-height:24px}.home-how__title,.home-how__title-highlight{font-size:28px}.home-how{padding:2rem 1rem}.home-how__grid{min-height:260px;padding:12px 0}.home-how-card{width:min(260px,78vw);min-width:220px;min-height:260px;padding:24px 20px;gap:14px}.home-how-card--tilt-left{transform:rotate(-2deg)}.home-how-card--tilt-right{transform:rotate(2deg)}.home-how-card__icon{width:40px;height:40px}.home-how-card__num,.home-how-card__title{font-size:28px}.home-how-card__body{font-size:16px;line-height:22px}.home-pricing .home-section__title{font-size:36px}.home-pricing__sub{font-size:18px;line-height:24px}.home-pricing-card{padding:24px 20px}.home-pricing-card__title{font-size:28px}.home-pricing-card__body{font-size:18px;line-height:24px}.home-about__title{font-size:36px}.home-about__body{font-size:16px;line-height:22px}.home-statement__lead,.home-statement__lead-highlight{font-size:28px}.home-statement__sub{font-size:16px;line-height:22px}.home-testimonial-card{flex:0 0 min(300px,92vw);width:min(300px,92vw);min-width:240px;padding:16px 12px;min-height:140px}.home-testimonial-card__quote{font-size:15px;line-height:1.35}.home-testimonial-card__author{font-size:14px}.home-testimonial-card__stars-svg{width:100px;height:18px}}.app-layout{display:flex;flex-direction:column;min-height:100vh;width:100%;overflow-x:hidden}body.expanded-view-active .app-footer{display:none}#root{display:flex;flex-direction:column;flex:1;width:100%;min-width:0;max-width:840px;margin:0 auto;box-sizing:border-box;text-align:center}body.route-home #root,body.route-result #root,body.route-loading #root,body.route-legal #root{max-width:none}body.route-legal .legal-page{background:#0b0b0b;min-height:100%;color:#e5e5e5}body.route-legal .legal-page__main{max-width:720px;margin:0 auto;padding:2rem 1rem 4rem;text-align:left}body.route-legal .legal-page__back{color:#ebea76}body.route-legal .legal-page__back:hover{color:#f0f08a}body.route-legal .legal-page__title{color:#fff}body.route-legal .legal-page__updated{color:#ffffffb3}body.route-legal .legal-page__content{color:#e5e5e5}body.route-legal .legal-page__content h2{color:#fff}.app-main{flex:1;padding-top:var(--header-height, 56px);padding-bottom:2rem;overflow-x:hidden;overflow-y:auto}@media(max-width:768px){.app-main{padding-bottom:1.5rem}}@media(max-width:480px){.app-main{padding-bottom:1rem}body.route-legal .legal-page__main{padding-left:1rem;padding-right:1rem}}.route-fallback{display:flex;align-items:center;justify-content:center;min-height:50vh;font-family:system-ui,-apple-system,sans-serif;font-size:.9375rem;color:var(--theme-text-muted)}.route-fallback__text{opacity:.8}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em rgba(229,229,229,.67))}.logo.react:hover{filter:drop-shadow(0 0 2em rgba(255,255,255,.67))}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:var(--theme-text-muted)}
