header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}header nav{display:flex;align-items:center;gap:.25rem;max-width:720px;margin:0 auto;padding:1rem 1.5rem}header nav a{font-family:Inter,-apple-system,Segoe UI,Roboto,system-ui,sans-serif;font-size:1rem;font-weight:500;color:#1c1e21;text-decoration:none;padding:.5rem .75rem;border-radius:8px;transition:color .2s,background .2s}header nav a:hover{background:rgba(28,30,33,.04)}header nav .brand{display:flex;align-items:center;gap:1rem;padding:.5rem;font-size:1.125rem;font-weight:700;letter-spacing:-.01em}header nav .brand:hover{background:transparent;opacity:.85}header nav .brand img,header nav .brand svg{height:2rem;width:auto;display:block;transition:transform .2s}header nav .brand:hover img,header nav .brand:hover svg{transform:scale(1.04)}@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,600;0,9..40,700;1,9..40,400&family=JetBrains+Mono:wght@400;500&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{--bg:#fff;--bg-elevated:#f0f2f5;--text:#1c1e21;--text-muted:#65676b;--accent:#1877f2;--accent-dim:rgba(24,119,242,.08);--border:rgba(28,30,33,.08);--radius:8px;font-family:Inter,-apple-system,Segoe UI,Roboto,system-ui,sans-serif;line-height:1.6}body,html{min-height:100vh}body{background:var(--bg);color:var(--text)}#root{min-height:100vh;display:flex;flex-direction:column}main{flex:1 1;max-width:720px;margin:0 auto;padding:4rem 1.5rem}h1{font-size:clamp(2rem,5vw,3rem);font-weight:700;letter-spacing:-.02em;margin-bottom:1rem;background:linear-gradient(135deg,var(--text) 0,var(--text-muted) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}main p{font-size:1.125rem;color:var(--text-muted)}.banner-overlay{position:fixed;inset:0;background:rgba(28,30,33,.4);justify-content:center;z-index:1001;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(6px)}.banner,.banner-overlay{display:flex;align-items:center}.banner{flex-direction:column;text-align:center;gap:.5rem;max-width:350px;margin:0 auto;padding:4rem 1.5rem;background:#fff;border:1px solid rgba(28,30,33,.08);border-radius:8px}.logo{height:5rem;width:auto;margin-bottom:1.5rem}.heading{font-size:23px;font-weight:700;color:#1c1e21;letter-spacing:-.01em;margin-bottom:.25rem}.heading,.subtitle{font-family:Inter,-apple-system,Segoe UI,Roboto,system-ui,sans-serif}.subtitle{font-size:.875rem;font-weight:400;color:#65676b;line-height:1.5;margin-bottom:1rem}.cta{display:inline-block;font-family:Inter,-apple-system,Segoe UI,Roboto,system-ui,sans-serif;font-size:1rem;font-weight:500;color:#fff;background:#1877f2;text-decoration:none;padding:.5rem 2rem;border-radius:8px;transition:background .2s,transform .2s;min-width:300px;font-weight:700;text-transform:uppercase;letter-spacing:.1cm}.cta:hover{background:#0c64d5;transform:translateY(-1px)}.hero-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#f0f2f5;padding:1.5rem;font-family:Inter,-apple-system,Segoe UI,Roboto,system-ui,sans-serif}.hero-card{width:100%;max-width:400px;background:#fff;border-radius:8px;padding:2rem;border:1px solid var(--border);box-shadow:0 2px 8px rgba(0,0,0,.08);text-align:center;animation:slideUp .6s ease-out}.hero-icon{width:56px;height:56px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:var(--accent-dim);border-radius:50%;color:var(--accent)}.hero-icon svg{width:32px;height:32px}.hero-title{font-size:23px;font-weight:700;color:var(--text);margin:0 0 .5rem;letter-spacing:-.02em}.hero-subtitle{font-size:.875rem;color:var(--text-muted);line-height:1.6;margin:0 0 1.5rem}.hero-reference{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.hero-reference .reference-label{font-size:.75rem;font-weight:500;color:var(--text-muted);letter-spacing:.5px;font-family:JetBrains Mono,monospace}.hero-form{gap:1rem;margin-bottom:1.5rem}.form-group,.hero-form{display:flex;flex-direction:column}.form-input{width:100%;padding:1rem;font-size:.875rem;font-family:Inter,-apple-system,Segoe UI,Roboto,system-ui,sans-serif;border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--text);transition:all .2s ease;outline:none}.form-input::placeholder{color:var(--text-muted)}.form-input:focus{background:var(--bg);border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-dim)}.form-input:hover:not(:focus){border-color:var(--border)}.hero-button{width:100%;padding:1rem;font-size:.875rem;font-weight:700;font-family:Inter,-apple-system,Segoe UI,Roboto,system-ui,sans-serif;color:#fff;background:var(--accent);border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;letter-spacing:-.01em}.hero-button:hover:not(:disabled){background:#0c64d5;box-shadow:0 4px 12px rgba(24,119,242,.3)}.hero-button:active:not(:disabled){transform:scale(.98)}.hero-button:disabled{opacity:.6;cursor:not-allowed}.hero-footer{font-size:.75rem;color:var(--text-muted);line-height:1.6;margin:0}@media(max-width:640px){.hero-container{min-height:auto;padding:1.5rem}.hero-card{max-width:100%;padding:1.5rem}.hero-title{font-size:1.125rem}.hero-subtitle{font-size:.75rem}}@media(prefers-reduced-motion:reduce){.hero-card{animation:none}.form-input,.hero-button{transition:none}}.footer{background:var(--bg-elevated);border-top:1px solid var(--border);padding:2rem 1.5rem;margin-top:auto;font-family:Inter,-apple-system,Segoe UI,Roboto,system-ui,sans-serif}.footer-content{max-width:720px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.footer-text{font-size:.75rem;color:var(--text-muted);margin:0}.footer-links{display:flex;gap:1.5rem}.footer-link{font-size:.75rem;color:var(--text-muted);text-decoration:none;transition:color .2s ease;font-weight:500}.footer-link:hover{color:var(--accent)}.footer-link:focus{outline:2px solid var(--accent);outline-offset:2px;border-radius:8px}@media(max-width:640px){.footer-content{flex-direction:column;gap:1rem}.footer-text{text-align:center;width:100%}.footer-links{width:100%;justify-content:center}}.cookie-banner{position:fixed;bottom:10px;left:10px;right:10px;background:#fff;border-top:1px solid rgba(28,30,33,.08);padding:1.5rem;z-index:999;box-shadow:0 -2px 16px rgba(28,30,33,.08);animation:slideUp .3s ease-out}@media(max-width:768px){.cookie-banner{padding:1rem}}.cookie-banner-content{max-width:720px;margin:0 auto;display:flex;align-items:flex-start;gap:2rem;justify-content:space-between}@media(max-width:768px){.cookie-banner-content{flex-direction:column;gap:.25rem;align-items:stretch}}.cookie-text{flex:1 1;display:flex;flex-direction:column;gap:1rem}.cookie-title{font-size:1rem;font-weight:700;color:#1c1e21;line-height:1.4}.cookie-description,.cookie-title{margin:0;font-family:Inter,-apple-system,Segoe UI,Roboto,system-ui,sans-serif}.cookie-description{font-size:.875rem;font-weight:400;color:#65676b;line-height:1.5}.cookie-actions{display:flex;gap:1rem;flex-shrink:0;align-items:center}@media(max-width:768px){.cookie-actions{margin-left:auto;gap:.5rem}}.button-deny{padding:.5rem .25rem;background:#fff;border:1px solid transparent;border-radius:8px;font-family:Inter,-apple-system,Segoe UI,Roboto,system-ui,sans-serif;font-size:.875rem;font-weight:500;color:#65676b;cursor:pointer;transition:all .2s ease-out;white-space:nowrap;min-width:120px}.button-deny:hover{background:rgba(28,30,33,.04);border-color:rgba(28,30,33,.2)}.button-deny:active{transform:scale(.98)}@media(max-width:768px){.button-deny{flex:1 1;min-width:auto}}.button-accept{padding:.5rem 1rem;background:#1c1e21;border:none;border-radius:8px;font-family:Inter,-apple-system,Segoe UI,Roboto,system-ui,sans-serif;font-size:.875rem;font-weight:500;color:#fff;cursor:pointer;transition:all .2s ease-out;white-space:nowrap;min-width:120px}.button-accept:hover{background:#0c64d5;box-shadow:0 4px 12px rgba(24,119,242,.3)}.button-accept:active{transform:scale(.98)}@media(max-width:768px){.button-accept{flex:1 1;min-width:auto}}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.analyze-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#f0f2f5;display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:fadeIn .2s ease-out}.analyze-container{background-color:#fff;display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:4rem 1.5rem;max-width:400px;width:90%;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.08);transform:translateY(-80px)}.analyze-spinner{position:relative;width:80px;height:80px;display:flex;align-items:center;justify-content:center}.spinner-circle{position:absolute;width:60px;height:60px;border:3px solid #f0f2f5;border-top-color:#1877f2;border-radius:50%;animation:spin 1s linear infinite}.analyze-title{font-size:23px;font-weight:700;color:#1c1e21}.analyze-subtitle,.analyze-title{margin:0;font-family:Inter,-apple-system,Segoe UI,Roboto,system-ui,sans-serif;text-align:center;letter-spacing:-.3px}.analyze-subtitle{font-size:1rem;font-weight:400;color:#65676b}.analyze-progress-bar{width:100%;height:4px;background:#f0f2f5;border-radius:2px;overflow:hidden;position:relative}.analyze-progress-fill{height:100%;background:linear-gradient(90deg,#1877f2,#4893f5);width:0;transition:width .4s ease-out;border-radius:2px;box-shadow:0 0 8px rgba(24,119,242,.4)}.analyze-progress-text{margin:0;font-family:Inter,-apple-system,Segoe UI,Roboto,system-ui,sans-serif;font-size:.875rem;font-weight:500;color:#65676b;text-align:center}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media(max-width:768px){.analyze-container{padding:2rem 1rem;gap:1rem}.analyze-spinner{width:60px;height:60px}.spinner-circle{width:50px;height:50px;border-width:2px}}.logged-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.logged-header .logged-header-nav{display:flex;align-items:center;gap:.25rem;max-width:720px;margin:0 auto;padding:1rem 1.5rem}.logged-header .logged-header-nav a{font-family:Inter,-apple-system,Segoe UI,Roboto,system-ui,sans-serif;font-size:1rem;font-weight:500;color:#1c1e21;text-decoration:none;padding:.5rem .75rem;border-radius:8px;transition:color .2s,background .2s}.logged-header .logged-header-nav a:hover{background:rgba(28,30,33,.04)}.logged-header .logged-header-nav .logged-header-brand{display:flex;align-items:center;gap:1rem;padding:.5rem;font-size:1.125rem;font-weight:700;letter-spacing:-.01em}.logged-header .logged-header-nav .logged-header-brand:hover{background:transparent;opacity:.85}.logged-header .logged-header-nav .logged-header-brand img,.logged-header .logged-header-nav .logged-header-brand svg{height:2rem;width:auto;display:block;transition:transform .2s}.logged-header .logged-header-nav .logged-header-brand:hover img,.logged-header .logged-header-nav .logged-header-brand:hover svg{transform:scale(1.04)}.logged-header-nav{display:flex;align-items:center;justify-content:space-between}.logged-header-avatar{width:30px;height:30px;border-radius:50%;overflow:hidden;cursor:pointer}.logged-header-avatar img{width:100%;height:100%;object-fit:cover;display:block}.automatic-container{width:100%;max-width:720px;margin:0 auto;min-height:100dvh;display:flex;flex-direction:column;padding:1rem;gap:.5rem;background:#fff}@media(max-width:768px){.automatic-container{padding:.5rem}}.automatic-header{flex-shrink:0;display:flex;justify-content:space-between;align-items:center}.automatic-title{margin:0;font-family:Inter,-apple-system,Segoe UI,Roboto,system-ui,sans-serif;font-size:1rem;font-weight:700;color:#1c1e21}.automatic-amount{flex-shrink:0;display:flex;justify-content:space-between;align-items:baseline;padding-bottom:.5rem;border-bottom:1px solid rgba(28,30,33,.08)}.amount-value{font-size:1.125rem;font-weight:700;color:#1c1e21}.amount-status,.amount-value{font-family:Inter,-apple-system,Segoe UI,Roboto,system-ui,sans-serif}.amount-status{font-size:.875rem;font-weight:500;color:#42b72a}.automatic-chart{flex-shrink:0;position:relative;width:100%;height:120px;overflow:hidden;background:linear-gradient(180deg,rgba(24,119,242,.05),transparent);border-radius:8px}@media(max-height:700px){.automatic-chart{height:90px}}:deep(.recharts-active-dot),:deep(.recharts-cartesian-axis),:deep(.recharts-cartesian-grid),:deep(.recharts-dot),:deep(.recharts-line-dots),:deep(.recharts-text){display:none!important}.automatic-stats{flex-shrink:0;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.5rem;gap:.5rem}.stat-card{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.5rem;background:#f0f2f5;border-radius:8px}.stat-value{font-size:1rem;font-weight:700;color:#1c1e21;line-height:1;margin-bottom:2px}.stat-label,.stat-value{font-family:Inter,-apple-system,Segoe UI,Roboto,system-ui,sans-serif}.stat-label{font-size:.75rem;font-weight:500;color:#65676b;text-transform:uppercase;letter-spacing:.5px}.automatic-button{flex-shrink:0;width:100%;padding:.5rem 1rem;background:#1877f2;border:none;border-radius:8px;font-family:Inter,-apple-system,Segoe UI,Roboto,system-ui,sans-serif;font-size:1rem;font-weight:700;color:#fff;cursor:pointer;transition:all .2s ease-out;display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:44px}.automatic-button:hover:not(:disabled){background:#0c64d5}.automatic-button:disabled{opacity:.7;cursor:not-allowed}.button-icon{font-size:.875rem}.stock-list{flex:1 1;min-height:0;display:flex;flex-direction:column;gap:.5rem;width:100%;margin-top:.5rem;overflow-y:auto;-webkit-overflow-scrolling:touch}.stock-list-item{flex-shrink:0;opacity:0;animation:stockItemIn .4s ease-out forwards}@keyframes stockItemIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.stock-card{display:flex;align-items:center;gap:1rem;padding:.5rem 1rem;background:#f0f2f5;border-radius:14px}@media(max-width:768px){.stock-card{gap:.5rem;padding:.5rem}}.stock-logo{flex-shrink:0;width:44px;height:44px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 2px 6px rgba(28,30,33,.06)}.stock-logo img{width:60%;height:60%;object-fit:contain}@media(max-width:768px){.stock-logo{width:40px;height:40px}}.stock-info{flex:1 1;display:flex;flex-direction:column;gap:2px;min-width:0}.stock-name{font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stock-name,.stock-short-name{font-family:Inter,-apple-system,Segoe UI,Roboto,system-ui,sans-serif;font-size:.875rem;color:#1c1e21}.stock-short-name{font-weight:700}.stock-values{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:4px}.stock-price{display:flex;align-items:baseline;gap:.25rem}.price-value{font-family:Inter,-apple-system,Segoe UI,Roboto,system-ui,sans-serif;font-size:1rem;font-weight:700;color:#1c1e21}.price-currency{font-size:.75rem;color:#65676b}.price-currency,.stock-change{font-family:Inter,-apple-system,Segoe UI,Roboto,system-ui,sans-serif;font-weight:500}.stock-change{display:inline-flex;align-items:center;gap:.25rem;padding:2px .5rem;border-radius:8px;font-size:.875rem}.stock-change.positive{background:rgba(66,183,42,.2);color:#30851f}.stock-change.negative{background:rgba(230,57,70,.15);color:#e63946}.change-arrow,.change-value{line-height:1}.activation-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:rgba(28,30,33,.55);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:overlayIn .25s ease-out;overflow-y:auto}.activation{position:relative;width:100%;max-width:440px;margin:auto;padding:2rem 1.5rem;background:#fff;border-radius:8px;box-shadow:0 20px 60px rgba(28,30,33,.3);animation:activationPop .3s ease-out both}@media(max-width:768px){.activation{padding:1.5rem 1rem}}.activation-close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f0f2f5;border:none;border-radius:50%;font-size:22px;line-height:1;color:#65676b;cursor:pointer;transition:all .2s ease-out}.activation-close:hover{background:#e1e5eb;color:#1c1e21}.activation-title{margin:0 0 2rem;font-family:Inter,-apple-system,Segoe UI,Roboto,system-ui,sans-serif;font-size:1.125rem;font-weight:700;color:#1c1e21;text-align:center}.activation-form{display:flex;flex-direction:column;gap:1rem}.activation-group{width:100%}.activation-input{width:100%;padding:1rem;background:#f0f2f5;border:1px solid transparent;border-radius:8px;font-family:Inter,-apple-system,Segoe UI,Roboto,system-ui,sans-serif;font-size:1rem;font-weight:400;color:#1c1e21;transition:all .2s ease-out;outline:none}.activation-input::placeholder{color:#65676b}.activation-input:focus{background:#fff;border-color:#1877f2;box-shadow:0 0 0 3px rgba(24,119,242,.12)}.activation-phone{display:flex;gap:.5rem;align-items:stretch}.phone-select-wrapper{position:relative;flex-shrink:0;display:flex;align-items:center;gap:.25rem;padding:0 .5rem 0 1rem;background:#f0f2f5;border:1px solid transparent;border-radius:8px;transition:all .2s ease-out;cursor:pointer}.phone-select-wrapper:focus-within{background:#fff;border-color:#1877f2;box-shadow:0 0 0 3px rgba(24,119,242,.12)}.phone-flag{width:24px;height:18px;object-fit:cover;border-radius:3px;display:block;flex-shrink:0}.phone-code{font-family:Inter,-apple-system,Segoe UI,Roboto,system-ui,sans-serif;font-size:1rem;font-weight:500;color:#1c1e21;white-space:nowrap}.phone-caret{font-size:.75rem;color:#65676b;pointer-events:none}.phone-select{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;border:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.phone-number-input{flex:1 1;min-width:0}.activation-button{width:100%;margin-top:.5rem;padding:1rem 1.5rem;background:#1877f2;border:none;border-radius:8px;font-family:Inter,-apple-system,Segoe UI,Roboto,system-ui,sans-serif;font-size:1rem;font-weight:700;color:#fff;cursor:pointer;transition:all .2s ease-out;min-height:48px}.activation-button:hover{background:#0c64d5;box-shadow:0 4px 16px rgba(24,119,242,.3);transform:translateY(-2px)}.activation-button:active{transform:translateY(0)}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}@keyframes activationPop{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.result-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:1rem;background:rgba(28,30,33,.55);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:resultOverlayIn .3s ease-out;overflow-y:auto}.result-banner{width:100%;max-width:400px;margin:auto;padding:2rem 1.5rem;background:#fff;border-radius:20px;box-shadow:0 20px 60px rgba(28,30,33,.3);text-align:center;animation:resultPop .4s ease-out both}@media(max-width:768px){.result-banner{padding:1.5rem 1rem}}.result-icon{width:60px;height:60px;margin:0 auto 1rem;border-radius:50%;background-color:#e6f4ff;display:flex;align-items:center;justify-content:center}.result-icon img{width:30px;height:30px;object-fit:contain}.result-title{margin:0 0 .5rem;font-family:Inter,-apple-system,Segoe UI,Roboto,system-ui,sans-serif;font-size:1.125rem;font-weight:700;color:#1c1e21}.result-subtitle{margin:0 0 1.5rem;font-size:.875rem;font-weight:400;line-height:1.4}.result-profit-label,.result-subtitle{font-family:Inter,-apple-system,Segoe UI,Roboto,system-ui,sans-serif;color:#65676b}.result-profit-label{display:block;margin-bottom:.25rem;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.final-amount-value{margin-bottom:1.5rem;font-family:Inter,-apple-system,Segoe UI,Roboto,system-ui,sans-serif;font-size:35px;font-weight:700;color:#42b72a;line-height:1.2}.result-stats{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.5rem;gap:.5rem;margin-bottom:1rem}.result-stat{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:.5rem;background:#f0f2f5;border-radius:8px}.result-stat-label{font-size:.75rem;font-weight:500;color:#65676b;text-transform:uppercase;letter-spacing:.5px}.result-stat-label,.result-stat-value{font-family:Inter,-apple-system,Segoe UI,Roboto,system-ui,sans-serif}.result-stat-value{font-size:1rem;font-weight:700;color:#1c1e21;line-height:1}.result-footer{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.5rem;gap:.5rem;margin-bottom:1.5rem;padding-top:1rem;border-top:1px solid rgba(28,30,33,.08)}.result-footer-item{display:flex;flex-direction:column;align-items:center;gap:.25rem}.result-footer-label{font-family:Inter,-apple-system,Segoe UI,Roboto,system-ui,sans-serif;font-size:.75rem;font-weight:500;color:#65676b;text-transform:uppercase;letter-spacing:.5px}.result-footer-value{font-size:1rem;color:#1c1e21}.result-button,.result-footer-value{font-family:Inter,-apple-system,Segoe UI,Roboto,system-ui,sans-serif;font-weight:700}.result-button{width:100%;padding:1rem 1.5rem;background:#1877f2;border:none;border-radius:8px;font-size:.875rem;color:#fff;cursor:pointer;transition:all .2s ease-out;display:flex;align-items:center;justify-content:center;gap:.5rem;min-height:48px}.result-button:hover{background:#0c64d5;box-shadow:0 4px 16px rgba(24,119,242,.3);transform:translateY(-2px)}.result-button:active{transform:translateY(0)}.result-button-arrow{font-size:1rem;line-height:1}@keyframes resultOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes resultPop{0%{opacity:0;transform:translateY(24px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}