:root{font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Helvetica Neue,Arial,sans-serif;color:#2d2d2d;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh;background:#fff}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}#root{min-height:100vh}.landing{--header-height: 80px;--ink: #0d234a;--text: #0a0a0a;--body: #393939;--muted: #5f5f5f;--purple: #6d51fd;--teal: #14dac6;--soft: #f8f8f8;--line: #e4e0ea;overflow:hidden;min-height:100vh;padding-top:var(--header-height);background:#fff;color:var(--text);font-family:Inter,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif}.recharge-submit{width:100%;min-height:52px;margin-top:22px;border:0;border-radius:8px;color:#fff;background:#6d51fd;font-weight:700;transition:opacity .16s ease}.recharge-submit:disabled{cursor:not-allowed;opacity:.55}.site-header{position:fixed;z-index:100;top:0;left:0;right:0;height:var(--header-height);border-bottom:1px solid #dadada;background:#ece6fe;transition:background .22s ease,border-color .22s ease,box-shadow .22s ease}.site-header.is-scrolled{border-bottom-color:#dadadabf;background:#fffffff5;box-shadow:0 8px 24px #0d234a0f}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:100%;max-width:1440px;margin:0 auto;padding:0 64px}.site-header__left{display:flex;align-items:center;gap:48px}.brand-logo{display:inline-flex;align-items:center;width:104px;height:32px;flex:0 0 auto}.brand-logo img{width:100%;height:auto}.site-nav,.footer-nav{display:flex;align-items:center;gap:32px}.site-nav a{color:#535288;font-size:16px;font-weight:500;line-height:24px;transition:color .18s ease}.site-nav a:hover,.footer-nav a:hover{color:var(--purple)}.header-cta{display:inline-flex;align-items:center;justify-content:center;min-width:118px;height:44px;padding:0 24px;border:0;border-radius:99px;color:#fff;background:var(--purple);font-family:Hanken Grotesk,Inter,sans-serif;font-size:16px;font-weight:600;line-height:24px;white-space:nowrap;box-shadow:0 2px 16px #6d51fd14}.header-actions{display:flex;flex:0 0 auto;align-items:center;gap:24px}.header-web-app{display:inline-flex;min-width:128px;height:44px;align-items:center;justify-content:center;padding:0 22px;border:1px solid var(--purple);border-radius:99px;color:var(--purple);background:#fff;font-family:Hanken Grotesk,Inter,sans-serif;font-size:16px;font-weight:600;line-height:24px;white-space:nowrap;transition:color .18s ease,background .18s ease}.header-web-app.is-signed-in,.header-web-app:hover{color:#fff;background:var(--purple)}.header-profile{display:grid;width:44px;height:44px;flex:0 0 auto;overflow:hidden;padding:0;place-items:center;border:2px solid rgba(109,81,253,.22);border-radius:50%;background:#fff;box-shadow:0 2px 14px #161f3d1a}.header-profile img{width:100%;height:100%;object-fit:cover}.header-account{position:relative;display:flex;flex:0 0 auto}.account-menu{position:absolute;z-index:120;top:calc(100% + 12px);right:0;width:182px;padding:8px 16px;border:1px solid #ecedee;border-radius:16px;color:#191919;background:#fff;box-shadow:0 4px 24px #0000001a}.account-menu-identity{display:flex;height:48px;align-items:center;gap:8px;padding:8px 12px;border-bottom:1px solid #f1f1f3;font-size:14px;line-height:1.65}.account-menu-identity img{width:32px;height:32px;flex:0 0 32px;border-radius:50%;object-fit:cover}.account-menu-identity span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-menu-item{display:flex;width:100%;height:48px;align-items:center;gap:8px;padding:10px 0 10px 12px;border:0;border-radius:0;color:#191919;background:transparent;font:inherit;font-size:14px;line-height:1.65;text-align:left;cursor:pointer}.account-menu-item:hover,.account-menu-item:focus-visible{border-radius:8px;background:#6d51fd1a;outline:none}.account-menu-item-profile{padding:4px 0;background:transparent}.account-menu-item-profile:hover,.account-menu-item-profile:focus-visible{background:transparent}.account-menu-item-surface{display:flex;width:100%;height:40px;align-items:center;gap:8px;padding:8px 0 8px 12px;border-radius:8px;background:transparent}.account-menu-item-profile:hover .account-menu-item-surface,.account-menu-item-profile:focus-visible .account-menu-item-surface{background:#6d51fd1a}.account-menu-item-surface>span{white-space:nowrap}.account-menu-item-contact{border-bottom:0}.account-menu-divider{width:100%;height:1px;margin:4px 0;background:#f1f1f3}.account-menu-item img{width:20px;height:20px;flex:0 0 20px}.logout-confirm-backdrop{position:fixed;z-index:350;top:0;right:0;bottom:0;left:0;display:grid;overflow-y:auto;padding:24px;place-items:center;background:#0f0f0fb8}.logout-confirm-modal{position:relative;display:flex;width:min(100%,400px);flex-direction:column;align-items:center;gap:40px;padding:48px 24px 32px;border-radius:24px;color:#191919;background:#fff}.logout-confirm-close{position:absolute;top:20px;right:20px;display:grid;width:24px;height:24px;padding:0;place-items:center;border:0;border-radius:50%;color:#c4c6cc;background:#f8f8f8;cursor:pointer}.logout-confirm-close:before,.logout-confirm-close:after{position:absolute;width:10px;height:1px;border-radius:1px;background:currentColor;content:""}.logout-confirm-close:before{transform:rotate(45deg)}.logout-confirm-close:after{transform:rotate(-45deg)}.logout-confirm-content{display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}.logout-confirm-icon{display:grid;width:60px;height:60px;place-items:center;border:1px solid rgba(246,65,65,.3);border-radius:17px;background:#f641410d;box-shadow:0 12px 11px #f6414114,0 18px 34px #f6414114}.logout-confirm-icon img{width:24px;height:24px}.logout-confirm-content h2{margin:0;font-size:24px;font-weight:600;line-height:1.2;letter-spacing:0}.logout-confirm-content p{margin:0;color:#0f0f0fe0;font-size:14px;line-height:22px}.logout-confirm-actions{display:flex;width:100%;gap:16px}.logout-confirm-actions button{min-width:0;height:44px;flex:1 1 0;padding:0 20px;border-radius:24px;font:inherit;font-size:13px;line-height:1.5;cursor:pointer}.logout-confirm-cancel{border:1px solid #f1f1f3;color:#2d2d2d;background:#f8f9fb}.logout-confirm-submit{border:1px solid #6d51fd;color:#fff;background:#6d51fd}.logout-confirm-actions button:focus-visible,.logout-confirm-close:focus-visible{outline:2px solid rgba(109,81,253,.35);outline-offset:2px}.contact-modal-backdrop{position:fixed;z-index:330;top:0;right:0;bottom:0;left:0;display:grid;overflow-y:auto;padding:24px;place-items:center;background:#12142394}.contact-modal{position:relative;width:min(100%,476px);padding:64px 48px;border-radius:24px;color:#000;background:#fff}.contact-modal-close{position:absolute;top:20px;right:16px;display:grid;width:24px;height:24px;padding:0;place-items:center;border:0;border-radius:50%;color:#9b9ba3;background:#c0c0c81a;font-size:0;line-height:1;cursor:pointer}.contact-modal-close:before,.contact-modal-close:after{position:absolute;width:10px;height:1px;border-radius:1px;background:currentColor;content:""}.contact-modal-close:before{transform:rotate(45deg)}.contact-modal-close:after{transform:rotate(-45deg)}.contact-modal-header{display:grid;gap:19px}.contact-modal-header>img{width:36px;height:40px;object-fit:contain}.contact-modal-header h2{margin:0;font-size:32px;font-weight:500;line-height:1.2}.contact-modal-header p{margin:12px 0 0;color:#393939;font-size:16px;line-height:1.7}.contact-modal-divider{margin:32px 0;border-top:1px dashed #cdcce5}.contact-modal-details{display:grid;gap:18px}.contact-modal-details h3{margin:0;font-size:20px;font-weight:600;line-height:1.3}.contact-modal-card{display:grid;justify-items:center;gap:10px;padding:24px 16px 32px;border:1px solid #f3f3fb;border-radius:16px;background:#fbfcff}.contact-modal-card>img{width:24px;height:24px}.contact-modal-card>a{color:#000;font-size:24px;font-weight:600;line-height:1.3}.contact-modal-card>div{display:flex;align-items:center;gap:8px;color:#7d7c9c;font-size:16px;line-height:1.6}.contact-modal-card>div img{width:20px;height:20px}.refund-modal-backdrop{position:fixed;z-index:335;top:0;right:0;bottom:0;left:0;display:grid;overflow-y:auto;padding:24px;place-items:center;background:#12142394}.refund-modal{position:relative;display:flex;width:min(100%,623px);flex-direction:column;align-items:stretch;gap:40px;padding:32px 48px;border:1px solid rgba(255,255,255,.6);border-radius:16px;color:#0f0f0f;background:#fff}.refund-modal-header{text-align:center}.refund-modal-header h2{margin:0;color:#0a0a0a;font-size:32px;font-weight:500;line-height:1.2}.refund-modal-header p{margin:12px 0 0;color:#393939;font-size:16px;line-height:1.7}.refund-modal-order{margin:0}.refund-modal-order>div{display:grid;min-height:40px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:0 16px;border-color:#eeedf0;border-style:solid;border-width:0 1px}.refund-modal-order>div:first-child,.refund-modal-order>div:last-child{background:#f5f7fa}.refund-modal-order>div:first-child{border-top-width:1px}.refund-modal-order>div:last-child{border-bottom-width:1px}.refund-modal-order dt,.refund-modal-order dd{color:#0f0f0fe0;font-size:14px;line-height:22px}.refund-modal-order dd{margin:0;overflow-wrap:anywhere;font-weight:600;text-align:right}.refund-modal-support{position:relative;display:flex;min-height:135px;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:24px 16px 32px;border:1px solid #f3f3fb;border-radius:16px;background:#fbfcff}.refund-modal-support>div:first-child{display:flex;flex-direction:column;align-items:center;gap:10px;color:#7d7c9c;font-size:16px;line-height:1.6}.refund-modal-support>div:first-child img{width:24px;height:24px}.refund-modal-email{display:flex;align-items:center;gap:10px}.refund-modal-email strong{color:#000;font-size:24px;font-weight:600;line-height:1.3}.refund-modal-email button{display:grid;width:20px;height:20px;padding:0;place-items:center;border:0;background:transparent;cursor:pointer}.refund-modal-email img{width:20px;height:20px}.refund-modal-copied{position:absolute;bottom:8px;color:#6d51fd;font-size:12px}.refund-modal-rules{display:grid;gap:4px;margin:0;padding-left:18px;color:#11111180;font-size:14px;line-height:1.65}.account-page{min-height:100vh;background:#f8f8f8}.account-layout{display:grid;width:min(calc(100% - 64px),1259px);min-height:calc(100vh - var(--header-height) - 32px);grid-template-columns:216px minmax(0,1fr);gap:8px;margin:16px auto}.account-sidebar,.account-content{overflow:hidden;border-radius:16px;background:#fff;box-shadow:0 0 20px #00000008}.account-sidebar{padding-top:0}.account-sidebar nav{display:grid;gap:6px;padding:14px;border-top:0}.account-sidebar a,.account-sidebar button{display:flex;width:100%;height:42px;align-items:center;gap:8px;padding:8px 12px;border:0;border-radius:8px;color:#191919;background:transparent;font:inherit;font-size:14px;line-height:1.65;text-align:left}.account-sidebar .is-active{color:#6d51fd;background:#6d51fd1a;font-weight:500}.account-sidebar button{cursor:pointer}.account-sidebar button:focus-visible{outline:2px solid rgba(109,81,253,.45);outline-offset:1px}.account-sidebar img{width:20px;height:20px}.account-content{display:flex;min-width:0;flex-direction:column}.account-content.is-billing{gap:8px;overflow:visible;border-radius:0;background:transparent;box-shadow:none}.billing-summary,.billing-orders-card{overflow:hidden;border-radius:12px;background:#fff;box-shadow:0 0 20px #00000008}.billing-summary{display:flex;min-height:102px;align-items:flex-end;gap:56px;padding:24px}.billing-summary>div{display:grid;gap:8px}.billing-summary span{color:#111;font-size:16px;line-height:1.65}.billing-summary strong{color:#111;font-family:Manrope,Inter,sans-serif;font-size:32px;font-weight:700;line-height:1.45}.billing-summary button{height:32px;margin-left:auto;padding:4px 16px;border:0;border-radius:99px;color:#fff;background:#6d51fd;box-shadow:0 1px 2px #0000000d,0 2px 5px 1px #00000014;font-size:14px;font-weight:500;cursor:pointer}.account-content>header,.billing-orders-card>header{padding:16px 24px;border-bottom:1px solid #f2f2f2}.account-content h1{margin:0;color:#0e121b;font-size:18px;font-weight:600;line-height:1.4}.account-content header p,.billing-orders-card header p{margin:2px 0 0;color:#191919;font-size:14px;line-height:1.65}.billing-table-wrap{min-width:0;padding:16px 24px;overflow-x:auto}.billing-table{width:100%;min-width:960px;border-collapse:collapse;color:#2d2d2d;font-size:14px;line-height:1.6;text-align:left}.billing-table thead{height:40px;color:#9b9ba3;background:#f8f8f8;font-size:12px;font-weight:500}.billing-table th,.billing-table td{padding:10px 8px;border-bottom:1px solid #f1f1f3;font-weight:inherit;white-space:nowrap}.billing-table tbody tr:not(.billing-empty){height:44px}.billing-table tbody td{overflow-wrap:anywhere}.billing-table th:first-child{border-radius:8px 0 0}.billing-col-invoice{width:160px}.billing-col-action{width:180px}.billing-table th:nth-child(3),.billing-table td:nth-child(3),.billing-table th:nth-child(4),.billing-table td:nth-child(4){text-align:right}.billing-table th:nth-child(2),.billing-table td:nth-child(2),.billing-table th:nth-child(5),.billing-table td:nth-child(5),.billing-table th:nth-child(6),.billing-table td:nth-child(6){width:120px}.billing-table th:last-child,.billing-table td:last-child{width:180px}.billing-table th:last-child{border-radius:0 8px 0 0}.billing-empty td{height:160px;color:#9b9ba3;text-align:center}.billing-error td span{display:block}.billing-error td button{margin-top:10px;padding:6px 14px;border:1px solid #e1dffa;border-radius:8px;color:#6d51fd;background:#6d51fd0f;cursor:pointer}.billing-status{display:inline-flex;min-height:24px;padding:2px 8px;align-items:center;border-radius:999px;color:#419aff;background:#3aafda1a;font-size:12px;line-height:1.6;white-space:nowrap}.billing-status-paying{color:#8b6b00;background:#eab3081f}.billing-status-paid{color:#6ecc54;background:#6ecc541a}.billing-status-pay-failed{color:#c44255;background:#c442551a}.billing-status-expired{color:#737780;background:#f1f1f3}.billing-refund-action{padding:0;border:0;color:#2d2d2d;background:transparent;font-size:14px;white-space:nowrap;cursor:pointer}.billing-pagination{display:flex;min-width:960px;align-items:center;justify-content:flex-end;gap:8px;padding:12px 0;color:#4e5969;font-size:14px;line-height:22px}.billing-pagination>span:first-child{margin-right:8px;color:#1d2129}.billing-pagination button{display:grid;width:32px;height:32px;padding:4px;place-items:center;border:0;border-radius:8px;color:#4e5969;background:transparent;cursor:pointer}.billing-pagination button.is-active{color:#6d51fd;background:#6d51fd0d;font-weight:500}.billing-pagination button:disabled{color:#c0c0c8;cursor:not-allowed}.billing-pagination .billing-pagination-arrow{position:relative}.billing-pagination .billing-pagination-arrow:before{width:6px;height:6px;border-top:1px solid currentColor;border-right:1px solid currentColor;content:""}.billing-pagination .billing-pagination-arrow.is-previous:before{transform:rotate(-135deg)}.billing-pagination .billing-pagination-arrow.is-next:before{transform:rotate(45deg)}.billing-pagination .billing-pagination-ellipsis{display:grid;width:32px;height:32px;place-items:center;color:#4e5969}.billing-pagination .billing-page-size{position:relative;display:flex;min-width:100px;height:32px;align-items:center;margin-left:4px;border-radius:8px;color:#1d2129;background:#f8f8f8}.billing-pagination .billing-page-size-trigger{display:flex;width:100%;height:32px;justify-content:flex-start;padding:5px 30px 5px 12px;color:#1d2129;background:transparent}.billing-page-size i{position:absolute;right:12px;width:6px;height:6px;margin-top:-3px;border-right:1px solid #4e5969;border-bottom:1px solid #4e5969;pointer-events:none;transform:rotate(45deg)}.billing-page-size-menu{position:absolute;z-index:20;right:0;bottom:calc(100% + 6px);display:grid;width:112px;gap:2px;padding:4px;border:1px solid #ecedee;border-radius:8px;background:#fff;box-shadow:0 8px 24px #0000001a}.billing-pagination .billing-page-size-menu button{display:flex;width:100%;height:34px;justify-content:flex-start;padding:6px 10px;color:#191919;background:transparent}.billing-pagination .billing-page-size-menu button:hover,.billing-pagination .billing-page-size-menu button:focus-visible,.billing-pagination .billing-page-size-menu button.is-selected{color:#6d51fd;background:#6d51fd1a;outline:none}.account-settings-list{display:grid;width:100%;gap:12px;margin:0;padding:16px 24px}.account-settings-list>div{display:grid;min-height:49px;gap:2px;align-items:start;padding-bottom:12px;border-bottom:1px solid #f2f2f2}.account-settings-list>div:last-child{border-bottom:0}.account-settings-list dt{color:#0e121b;font-size:14px;font-weight:500;line-height:22px}.account-settings-list dd{display:flex;min-width:0;align-items:center;gap:8px;margin:0;overflow-wrap:anywhere;color:#191919;font-size:14px;line-height:1.65}.account-settings-list dd button{display:grid;width:26px;height:26px;flex:0 0 26px;padding:4px;place-items:center;border:0;border-radius:6px;background:transparent;cursor:pointer}.account-settings-list dd button:hover,.account-settings-list dd button:focus-visible{background:#6d51fd1a;outline:none}.account-settings-list dd button img{width:18px;height:18px}.account-settings-list dd>span{color:#6d51fd;font-size:12px}.login-modal-backdrop{position:fixed;z-index:300;top:0;right:0;bottom:0;left:0;display:grid;overflow-y:auto;padding:24px;place-items:center;background:#12142394}.login-modal{position:relative;width:min(100%,480px);padding:48px 48px 64px;border-radius:24px;background:#fff;color:#2d2d2d}.login-modal-close{position:absolute;top:20px;right:20px;display:grid;width:24px;height:24px;padding:0;place-items:center;border:0;border-radius:50%;color:#2d2d2d;background:#f8f8f8;font-size:18px;line-height:1}.login-modal-logo{width:104px;height:auto}.login-modal-heading{display:flex;flex-direction:column;align-items:flex-start;gap:24px;margin-bottom:40px}.login-modal-heading h2{margin:0;color:#341874;font-size:24px;font-weight:600;line-height:1.2}.login-form{display:grid;gap:32px}.login-fields{display:grid;gap:20px}.login-field-group{display:grid;gap:8px}.login-field-group>label{color:#9b9ba3;font-size:14px;font-weight:400;line-height:1.6}.login-form input[type=email],.login-code-field{width:100%;height:46px;border:1px solid #f1f1f3;border-radius:12px;background:#fff;box-shadow:0 2px 8px #00000005}.login-form input[type=email]{padding:0 16px;color:#2d2d2d;outline:0}.login-code-field{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;overflow:hidden}.login-code-field input{min-width:0;height:44px;padding:0 16px;border:0;color:#2d2d2d;background:transparent;outline:0}.login-code-field button{height:32px;margin-right:16px;padding:0;border:0;color:#6d51fd;background:transparent;font-size:14px;font-weight:400;white-space:nowrap}.login-code-field button:disabled{color:#9a9eaa}.login-form input[type=email]:focus,.login-code-field:focus-within{border-color:#6d51fd;box-shadow:0 0 0 3px #6d51fd1a}.login-agreement{display:grid;grid-template-columns:20px minmax(0,1fr);gap:10px;align-items:start;color:#2d2d2d;font-size:14px;line-height:1.6}.login-agreement-radio{position:relative;display:block;width:20px;height:20px;margin-top:1px}.login-agreement-radio img{display:block;width:20px;height:20px}.login-agreement-radio input{position:absolute;top:0;right:0;bottom:0;left:0;width:20px;height:20px;margin:0;opacity:0;cursor:pointer}.login-agreement a{color:#419aff;font-weight:400}.login-message{margin:2px 0 0;color:#c03d52;font-size:13px;line-height:1.45}.login-submit{height:44px;border:0;border-radius:9999px;color:#fff;background:#6d51fd;box-shadow:0 4px 16px #6d51fd4d;font-size:13px;font-weight:500}.login-submit:disabled{cursor:not-allowed;opacity:.55}.legal-page{overflow:hidden;padding-top:var(--header-height)}.legal-header{position:fixed;z-index:100;top:0;left:0;right:0;height:var(--header-height);border-bottom:1px solid #dadada;background:#fff}.legal-main{width:min(940px,calc(100% - 48px));margin:0 auto;padding:68px 0 150px}.legal-main h1{margin:0;color:#000;font-size:64px;font-weight:500;line-height:1.15;text-align:center}.legal-updated{margin:57px 0 0;color:var(--body);font-size:20px;line-height:1.7}.legal-summary{display:grid;gap:0;width:min(847px,100%);margin:32px 0 0;padding:0;color:var(--text);font-size:20px;font-weight:500;line-height:1.7;list-style:none}.legal-sections{display:grid;gap:64px;margin-top:64px}.legal-html{margin-top:64px;color:var(--text);font-size:20px;line-height:1.7}.legal-html :where(h1,h2,h3,h4,h5,h6,p,ul,ol){margin-top:0}.legal-html :where(h2,h3){margin-bottom:16px;font-size:32px;font-weight:500;line-height:1.25}.legal-html p{margin-bottom:16px}.legal-html :where(ul,ol){padding-left:24px}.legal-html a{color:var(--purple);text-decoration:underline}.legal-html>:last-child{margin-bottom:0}.legal-section h2{margin:0 0 16px;color:var(--text);font-size:32px;font-weight:500;line-height:1.25}.legal-section p{margin:0;color:var(--text);font-size:20px;line-height:1.7}.legal-section p+p{margin-top:16px}.hero-section{display:flex;flex-direction:column;align-items:center;padding:80px 100px 0;border-radius:0 0 32px 32px;background:linear-gradient(0deg,#e8fdfa,#ede6ff)}.hero-copy{display:flex;width:min(1000px,100%);flex-direction:column;align-items:center;gap:24px;text-align:center}.section-badge{display:inline-flex;align-items:center;gap:8px;min-height:32px;padding:4px 12px;border-radius:12px;color:var(--body);background:#fff6;font-size:18px;font-weight:500;line-height:1.4;text-transform:capitalize}.section-badge img{width:17px;height:20px;object-fit:contain}.section-badge-image{width:auto;height:43px;max-width:100%;object-fit:contain}.hero-title-wrap{position:relative;padding-top:8px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.hero-headline-image{width:min(960px,calc(100vw - 200px));height:auto}.hero-copy>p{width:100%;margin:0;color:var(--body);font-size:16px;font-weight:400;line-height:1.7}.download-actions{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap}.download-actions--hero{margin-top:8px}.download-wrap{position:relative;z-index:5}.download-button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-width:156px;height:56px;padding:0 24px;border:0;border-radius:999px;font-size:16px;font-weight:500;line-height:1.65;white-space:nowrap;box-shadow:0 2px 16px #6d51fd0d;transition:transform .18s ease,box-shadow .18s ease}.download-button:hover,.header-cta:hover{transform:translateY(-1px)}.download-button--dark{color:#fff;background:#2d2d2d}.download-button--primary{color:#fff;background:var(--purple)}.download-button--light{color:#2d2d2d;background:#fff}.download-button__os{width:24px;height:24px;object-fit:contain}.download-button__download{width:20px;height:20px}.download-button__action{width:27px;height:27px;object-fit:contain}.download-menu{position:absolute;z-index:30;left:50%;top:calc(100% + 10px);width:226px;padding:8px;border:1px solid rgba(228,224,234,.9);border-radius:16px;background:#fffffff5;box-shadow:0 18px 38px #2d2d2d21;transform:translate(-50%);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.download-menu button{display:flex;align-items:center;justify-content:space-between;width:100%;height:42px;padding:0 14px;border:0;border-radius:12px;color:#2d2d2d;background:transparent;font-size:14px;text-align:left}.download-menu button:hover{background:#6d51fd14}.download-menu img{width:16px;height:16px}.hero-dashboard-shell{width:min(1080px,100%);margin-top:48px;overflow:hidden;border-radius:30px 30px 0 0}.hero-dashboard-shell img{width:100%;height:auto}.feature-section,.memory-section,.traction-section,.rooms-section,.faq-section,.cta-section,.footer{padding-left:100px;padding-right:100px}.content-shell{width:min(1240px,100%);margin:0 auto}.feature-section--chat{padding-top:80px;padding-bottom:80px;background:#fff}.feature-layout{display:grid;grid-template-columns:minmax(0,1fr) 592px;gap:40px;align-items:center}.feature-copy,.section-copy{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.feature-copy h2,.section-copy h2{margin:0;color:var(--text);font-size:48px;font-weight:500;line-height:1.2;letter-spacing:0}.feature-copy p,.section-copy p{margin:0;color:var(--body);font-size:18px;font-weight:400;line-height:1.7}.feature-media{overflow:hidden;border-radius:20px;background:var(--soft)}.feature-media img{width:100%;height:auto}.memory-section{padding-top:20px;padding-bottom:80px;background:#fff}.section-copy--wide{width:min(860px,100%)}.memory-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:64px}.memory-card{min-height:220px;padding:24px 32px;border-radius:16px}.memory-card--mint{background:linear-gradient(0deg,#f8f8f8,#def0ee)}.memory-card--violet{background:linear-gradient(0deg,#f8f8f8,#eae2ff)}.memory-card h3,.traction-card h3{margin:0;color:var(--text);font-size:24px;font-weight:500;line-height:1.4;letter-spacing:0}.memory-card p,.traction-card p{margin:24px 0 0;color:#393939cc;font-size:16px;line-height:1.7}.traction-section{padding-top:20px;padding-bottom:80px;background:#fff}.section-copy--center{align-items:center;width:min(850px,100%);margin:0 auto;text-align:center}.section-copy--center h2{text-align:center}.section-copy--center p{width:min(544px,100%);text-align:center}.traction-grid{display:grid;grid-template-columns:repeat(3,minmax(0,396px));justify-content:center;gap:24px;margin-top:64px}.section-copy--center p.traction-description{width:min(690px,100%)}.traction-card{min-height:514px;padding:24px;border-radius:16px;background:var(--soft)}.traction-card img{width:100%;aspect-ratio:348 / 300;object-fit:cover;border-radius:12px}.traction-card h3{margin-top:32px}.traction-card p{margin-top:12px}.rooms-section{padding-top:80px;padding-bottom:80px;background:var(--soft)}.rooms-layout{display:grid;grid-template-columns:minmax(0,622px) 530px;justify-content:space-between;gap:56px;margin-top:80px}.room-list{display:grid;gap:40px}.room-item{display:grid;grid-template-columns:4px minmax(0,1fr);gap:24px;width:100%;min-height:120px;align-items:center;padding:0;border:0;background:transparent;text-align:left;opacity:.6;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:opacity .18s ease}.room-item:hover,.room-item.is-active{opacity:1}.room-item:focus-visible{outline:2px solid rgba(97,67,255,.42);outline-offset:8px}.room-item__rail{width:4px;height:100%;border-radius:30px;background:transparent}.room-item.is-active .room-item__rail{background:var(--purple)}.room-item h3{display:flex;align-items:center;gap:16px;margin:0;color:var(--text);font-size:20px;font-weight:600;line-height:1.7}.room-item h3 img{width:24px;height:24px}.room-item__prompt{margin:12px 0 0;color:var(--muted);font-size:14px;font-style:italic;line-height:20px}.room-item__outcome{margin:12px 0 0;color:var(--purple);font-size:16px;font-weight:600;line-height:24px}.room-item__outcome strong{color:var(--text);font-weight:600}.rooms-preview{position:relative;width:530px;height:440px;overflow:hidden;border:1px solid rgba(0,0,0,.06);border-radius:40px;background:#fff}.rooms-preview img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .28s ease}.rooms-preview img.is-active{opacity:1}.recharge-entry-section{scroll-margin-top:var(--header-height);padding:80px;background:#6d51fd}.recharge-entry-section .content-shell{display:flex;width:min(1282px,100%);flex-direction:column;align-items:center;gap:56px}.recharge-entry-heading{display:flex;flex-direction:column;align-items:center;gap:24px;text-align:center}.recharge-entry-heading h2{margin:0;color:#fff;font-size:48px;font-weight:500;line-height:1.2;letter-spacing:0}.recharge-entry-heading>p{margin:0;color:#fff;font-size:18px;line-height:1.7}.recharge-entry-action{display:flex;height:56px;align-items:center;gap:12px;padding:10px 24px;border:0;border-radius:99px;color:#6d51fd;background:#fff;font-size:16px;font-weight:500;line-height:1;cursor:pointer}.recharge-entry-action img{width:27px;height:27px;transition:transform .16s ease}.recharge-entry-action:hover img{transform:translate(2px)}.credit-pack-modal-backdrop{position:fixed;z-index:315;top:0;right:0;bottom:0;left:0;display:grid;overflow-y:auto;padding:32px 16px;place-items:center;background:#181b2b94;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.credit-pack-modal{position:relative;width:min(1180px,100%);max-height:calc(100vh - 64px);overflow-y:auto;padding:40px;border-radius:16px;background:#fff}.credit-pack-modal-header{padding:0 48px;text-align:center}.credit-pack-modal-header h2{margin:0;color:#111;font-size:32px;font-weight:500;line-height:1.2}.credit-pack-modal-header p{margin:12px 0 0;color:#5f5f5f;font-size:16px;line-height:1.6}.credit-pack-modal .recharge-option-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:32px}.credit-pack-modal .recharge-option{min-height:440px}.add-credits-modal{position:relative;width:min(100%,625px);padding:32px 48px;border:1px solid rgba(255,255,255,.6);border-radius:16px;color:#191919;background:#fff}.add-credits-modal-header{padding:0;text-align:center}.add-credits-modal-header h2{margin:0;color:#191919;font-size:32px;font-weight:500;line-height:1.2}.add-credits-modal-header p{margin:12px 0 0;color:#191919;font-size:16px;line-height:1.7}.add-credits-form{display:flex;flex-direction:column;gap:24px;margin-top:40px}.add-credits-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.add-credits-plan-state{display:flex;min-height:112px;grid-column:1 / -1;align-items:center;justify-content:center;gap:12px;color:#7d7c9c;font-size:14px;text-align:center}.add-credits-options .add-credits-plan-state button{display:inline-flex;min-width:0;min-height:32px;flex-direction:row;align-items:center;padding:4px 14px;border-color:#e1dffa;border-radius:999px;color:#6d51fd;background:#6d51fd0f;font-size:14px;text-align:center}.add-credits-options button{display:flex;min-width:0;flex-direction:column;align-items:flex-start;gap:8px;padding:16px;border:1px solid #eeedf0;border-radius:12px;color:#191919;background:#fff;text-align:left;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease}.add-credits-options button:hover,.add-credits-options button.is-selected{border-color:#6d51fd;box-shadow:0 2px 8px #6d51fd1f}.add-credits-options button.is-selected{color:#fff;background:#6d51fd}.add-credits-options strong{display:flex;align-items:flex-end;gap:2px;font-family:Manrope,Inter,sans-serif;font-size:40px;font-weight:700;line-height:1}.add-credits-options strong img{width:18px;height:30px;flex:0 0 18px;margin-bottom:4px}.add-credits-options button.is-selected strong img{filter:brightness(0) invert(1)}.add-credits-options small{font-size:16px;line-height:1.65}.add-credits-custom{display:flex;flex-direction:column;gap:8px;color:#191919;font-size:16px;line-height:1.7}.add-credits-input{display:flex;height:46px;align-items:center;gap:8px;padding:7px 16px;border:1px solid #eeedf0;border-radius:12px;background:#fff;box-shadow:0 2px 8px #00000005}.add-credits-input input{width:100%;min-width:0;border:0;outline:0;color:#191919;background:transparent;font:inherit}.add-credits-input input::placeholder{color:#c0c0c8}.add-credits-summary{margin:0}.add-credits-summary>div{display:grid;min-height:40px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;padding:0 16px;border-color:#eeedf0;border-style:solid;border-width:0 1px}.add-credits-summary>div:first-child,.add-credits-summary>div:last-child{background:#f5f7fa}.add-credits-summary>div:first-child{border-top-width:1px}.add-credits-summary>div:last-child{border-bottom-width:1px}.add-credits-summary dt,.add-credits-summary dd{color:#0f0f0fe0;font-size:14px;line-height:22px}.add-credits-summary dd{min-width:0;margin:0;overflow-wrap:anywhere;font-weight:600;text-align:right}.add-credits-summary>div:first-child dd{color:#6d51fd;font-size:16px}.add-credits-submit-wrap{display:flex;flex-direction:column;align-items:center;gap:16px}.add-credits-submit{width:179px;height:48px;padding:8px 12px;border:0;border-radius:999px;color:#fff;background:#6d51fd;font-size:16px;font-weight:500;cursor:pointer}.add-credits-submit:disabled{cursor:not-allowed;opacity:.5}.add-credits-submit-wrap p{margin:0;color:#19191980;font-size:14px;line-height:1.65}.recharge-option-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px;margin-top:56px}.recharge-option{position:relative;display:flex;min-height:524px;flex-direction:column;border:0;padding:32px;border-radius:16px;background:#f8f8f8;transition:background .18s ease,box-shadow .18s ease}.recharge-option-body{display:flex;min-height:0;flex:1;flex-direction:column;padding:0}.recharge-option:hover{background:#fff;box-shadow:0 8px 22px #11111129}.recharge-option-title-row{display:flex;min-height:29px;align-items:center;justify-content:space-between;gap:12px}.recharge-option-badge{display:flex;flex:0 0 auto;align-items:center;gap:8px;color:#f472a0;font-size:16px;font-weight:400;letter-spacing:0;white-space:nowrap}.recharge-option-badge img{width:18px;height:18px;flex:0 0 18px}.recharge-option-body h3{margin:0;color:#111;font-size:24px;font-weight:600;line-height:1.2}.recharge-option-body>p{min-height:40px;margin:12px 0 0;color:#5f5f5f;font-size:14px;font-style:italic;line-height:20px}.recharge-option-price{display:flex;align-items:baseline;gap:2px;margin-top:20px;color:#111;font-family:Manrope,Inter,sans-serif;font-size:48px;font-weight:700;line-height:1}.recharge-option-price>img{width:18px;height:30px;flex:0 0 18px;margin-bottom:0}.recharge-option-price small{padding-bottom:0;color:#111;font-size:16px;font-weight:400;line-height:1}.recharge-option-body>.recharge-option-intro{min-height:27px;margin-top:8px;color:#11111180;font-size:16px;font-style:normal;line-height:1.65}.recharge-option-type{margin-top:24px;color:#111;font-size:20px;font-weight:500;line-height:1.5}.recharge-option ul{display:grid;gap:12px;margin:16px 0 24px;padding:0;color:#111;font-size:16px;line-height:1.4;list-style:none}.recharge-option li{display:flex;align-items:center;gap:17px}.recharge-option li img{width:20px;height:20px;flex:0 0 20px}.recharge-option-action{display:grid;min-height:40px;margin:0;place-items:center;border:1px solid #d5d3df;border-radius:999px;color:#2d2d2d;background:#fff;font-size:16px;font-weight:500;cursor:pointer;transition:color .16s ease,background .16s ease,border-color .16s ease}.recharge-option-action:hover,.recharge-option:hover .recharge-option-action{border-color:var(--purple);color:#fff;background:var(--purple)}.recharge-plan-state{display:flex;min-height:48px;align-items:center;justify-content:center;gap:12px;margin-top:20px;color:#5f5f5f;font-size:14px}.recharge-plan-state button{height:32px;padding:0 16px;border:1px solid #d8dae2;border-radius:999px;color:#6d51fd;background:#fff;font:inherit;cursor:pointer}.plan-modal-backdrop{position:fixed;z-index:320;top:0;right:0;bottom:0;left:0;display:grid;overflow-y:auto;padding:32px 16px;place-items:center;background:#181b2b94;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.plan-modal{position:relative;width:min(100%,400px);padding:16px;border:1px solid rgba(255,255,255,.6);border-radius:16px;color:#0f0f0f;background:#fff;box-shadow:none}.plan-modal-close{position:absolute;top:16px;right:16px;display:grid;width:24px;height:24px;padding:0;place-items:center;border:0;border-radius:50%;color:#c4c6cc;background:#f8f8f8;font-size:0;line-height:1;cursor:pointer}.plan-modal-close:before,.plan-modal-close:after{position:absolute;width:10px;height:1px;border-radius:1px;background:currentColor;content:""}.plan-modal-close:before{transform:rotate(45deg)}.plan-modal-close:after{transform:rotate(-45deg)}.plan-modal-confirmation{width:min(100%,625px);padding:32px 48px}.plan-modal-confirmation .plan-modal-header{padding:0;text-align:center}.plan-modal-confirmation .plan-modal-header h2{color:#0a0a0a;font-size:32px;font-weight:500;line-height:1.2}.plan-modal-confirmation .plan-modal-header p{margin-top:12px;color:#393939;font-size:16px;line-height:1.7}.plan-modal-confirmation .plan-modal-service-title{margin-top:32px}.plan-modal-header{padding:2px 40px 24px 0;text-align:left}.plan-modal-header h2{margin:0;color:#191919;font-size:16px;font-weight:500;line-height:1.65}.plan-modal-header p{margin:10px 0 0;color:#777c8b;font-size:12px;line-height:1.5}.plan-modal-service-title{height:48px;padding:12px 8px;border-top:1px solid #0f0f0f;border-bottom:1px solid #eeedf0;color:#0f0f0fe0;font-size:14px;font-weight:500;line-height:22px}.plan-modal-summary{margin:0}.plan-modal-summary>div{display:grid;min-height:48px;grid-template-columns:104px minmax(0,1fr);gap:8px;align-items:center;padding:0 8px}.plan-modal-summary>div:nth-child(odd){background:#f5f7fa}.plan-modal-summary dt{color:#0f0f0fe0;font-size:14px;line-height:22px}.plan-modal-summary dd{margin:0;color:#0f0f0fe0;font-size:16px;font-weight:600;line-height:22px;text-align:left}.plan-modal-summary .plan-modal-total dd{color:#0f0f0fe0;font-size:16px}.plan-modal-confirmation .plan-modal-summary>div{min-height:40px;grid-template-columns:minmax(0,1fr) auto;padding:0 16px}.plan-modal-confirmation .plan-modal-summary dd{font-size:14px;text-align:right}.plan-modal-confirmation .plan-modal-summary .plan-modal-total dd{color:#6d51fd;font-size:16px}.plan-modal-summary .plan-modal-total dd span{margin-left:8px;color:#9b9ba3;font-size:12px;font-weight:400;white-space:nowrap}.plan-modal-agreement{display:grid;grid-template-columns:18px minmax(0,1fr);gap:9px;align-items:start;margin-top:0;padding:14px 8px 0;border-top:1px solid #0f0f0f;color:#2d2d2d;font-size:12px;line-height:1.4}.plan-modal-radio{position:relative;display:block;width:20px;height:20px}.plan-modal-radio img{display:block;width:20px;height:20px}.plan-modal-radio input{position:absolute;top:0;right:0;bottom:0;left:0;width:20px;height:20px;margin:0;opacity:0;cursor:pointer}.plan-modal-agreement a{color:inherit;font-weight:400}.plan-modal-confirmation .plan-modal-agreement{min-height:40px;align-items:center;padding:10px 0 0}.plan-modal-confirmation .plan-modal-actions{margin-top:32px}.plan-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.plan-modal-actions button{min-height:32px;padding:0 20px;border-radius:24px;font-size:13px;font-weight:400;cursor:pointer}.plan-modal-cancel{border:1px solid #d8dae2;color:#313746;background:#fff}.plan-modal-continue{min-width:80px;border:1px solid var(--purple);color:#fff;background:var(--purple)}.plan-modal-continue:disabled{border-color:var(--purple);background:var(--purple);opacity:.6;cursor:not-allowed}.plan-modal-checkout{margin-top:20px}.plan-modal-order{display:flex;min-height:48px;align-items:center;justify-content:space-between;gap:16px;padding:0 14px;border:1px solid #e1e3e9;border-radius:8px;color:#707688;background:#f8f8fb;font-size:12px}.plan-modal-order strong{overflow-wrap:anywhere;color:#252a38;text-align:right}.plan-modal-message{margin:14px 0 0;color:#b42318;font-size:12px;line-height:1.5;text-align:center}.plan-modal-result{display:grid;justify-items:center;padding:20px 8px 4px;text-align:center}.plan-modal-result-icon{display:grid;width:58px;height:58px;margin-bottom:18px;place-items:center;border-radius:50%;color:#fff;background:var(--purple);font-size:28px;font-weight:800}.plan-modal-result>span{color:var(--purple);font-size:11px;font-weight:800}.plan-modal-result h2{margin:8px 0 0;font-size:26px}.plan-modal-result p{margin:10px 0 22px;color:#777c8b;font-size:13px;line-height:1.6}.plan-modal-result .plan-modal-order{width:100%;margin-bottom:22px}.plan-modal-result .plan-modal-continue{min-height:44px;padding:0 24px;border-radius:8px;cursor:pointer}.faq-section{padding-top:80px;padding-bottom:80px;background:#fff}.faq-list{display:grid;gap:16px;width:min(736px,100%);margin:64px auto 0}.faq-description{white-space:nowrap}.faq-item{overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff}.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:20px;min-height:74px;padding:20px 24px;color:var(--body);font-size:18px;line-height:1.7;list-style:none;cursor:pointer}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary img{width:12px;height:8px;flex:0 0 auto;transition:transform .18s ease}.faq-item[open] summary img{transform:rotate(180deg)}.faq-answer{padding:0 24px 22px;color:var(--muted);font-size:15px;line-height:1.7}.faq-answer p{margin:0}.faq-answer p+p,.faq-answer p+ol,.faq-answer ol+p{margin-top:12px}.faq-answer ol{margin:8px 0 0;padding-left:22px}.faq-answer li+li{margin-top:8px}.cta-section{padding-top:64px;padding-bottom:64px;background:#fff}.cta-panel{position:relative;display:flex;width:min(1152px,100%);min-height:440px;margin:0 auto;align-items:center;justify-content:center;overflow:visible;padding:80px;border-radius:24px;background:var(--purple)}.cta-pattern{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border-radius:inherit;object-fit:cover;opacity:.1;pointer-events:none}.cta-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:32px;color:#fff;text-align:center}.cta-content h2{margin:0;color:#fff;font-family:Hanken Grotesk,Inter,sans-serif;font-size:48px;font-weight:700;line-height:56px;letter-spacing:0}.cta-content p{margin:0;color:#fffc;font-size:16px;line-height:24px}.footer{padding-top:60px;background:#fff}.footer-shell{position:relative}.footer-top{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:32px}.footer-nav{gap:40px}.footer-nav a{color:#475467;font-size:16px;font-weight:500;line-height:26px}.footer-legal{display:flex;align-items:center;gap:32px}.footer-legal a{color:#9a9a9a;font-size:15px;font-weight:400;line-height:22px;transition:color .18s ease}.footer-legal a:hover{color:var(--purple)}.footer-bottom{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:4px;margin-top:40px;color:#2e2e38;font-family:Helvetica Neue,Inter,sans-serif;font-size:16px;line-height:20px}.footer-copyright{display:flex;align-items:center;gap:4px}.footer-bottom img{width:16px;height:16px}.footer-wordmark{position:relative;z-index:0;width:min(948px,calc(100% - 48px));height:auto;margin:10px auto 0;pointer-events:none}@media (max-width: 1350px) and (min-width: 1181px){.recharge-entry-section{padding-right:32px;padding-left:32px}}@media (max-width: 1180px){.recharge-entry-section{padding-right:48px;padding-left:48px}.recharge-option-grid,.credit-pack-modal .recharge-option-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-section,.memory-section,.traction-section,.rooms-section,.faq-section,.cta-section,.footer,.hero-section{padding-left:48px;padding-right:48px}.feature-layout,.rooms-layout{grid-template-columns:1fr}.feature-media,.rooms-preview{width:min(592px,100%);margin:0 auto}.rooms-preview{height:auto;aspect-ratio:530 / 440}.memory-grid,.traction-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.traction-card{min-height:auto}}@media (max-width: 760px){.landing{--header-height: 64px}.site-header{height:var(--header-height)}.site-header__inner{padding:0 20px}.site-header__left{gap:0}.site-nav{display:none}.brand-logo{width:104px}.header-cta{min-width:96px;height:38px;padding:0 14px;font-size:14px}.header-actions{gap:10px}.header-web-app{min-width:0;height:38px;padding:0 14px;font-size:14px}.recharge-entry-section{padding:64px 20px}.recharge-entry-heading{gap:16px}.recharge-entry-heading h2{font-size:34px}.recharge-entry-heading>p{font-size:16px}.recharge-option-grid{grid-template-columns:1fr;margin-top:36px}.credit-pack-modal-backdrop{padding:16px}.credit-pack-modal{max-height:calc(100vh - 32px);padding:32px 20px 20px}.credit-pack-modal-header{padding:0 28px}.credit-pack-modal-header h2{font-size:26px}.credit-pack-modal .recharge-option-grid{grid-template-columns:1fr;margin-top:28px}.add-credits-modal{padding:32px 20px 24px}.add-credits-modal-header h2{font-size:28px}.add-credits-form{margin-top:32px}.add-credits-options{grid-template-columns:1fr;gap:12px}.add-credits-options button{flex-direction:row;align-items:flex-end;justify-content:space-between}.recharge-option,.recharge-option-body{min-height:0}.recharge-option-body>p{min-height:0}.plan-modal-backdrop,.plan-modal{padding:16px}.plan-modal-header{padding-right:40px;padding-left:0}.plan-modal-header h2{font-size:16px}.plan-modal-summary>div{gap:8px}.plan-modal-actions{flex-direction:row}.plan-modal-actions button{width:auto}.header-profile{width:38px;height:38px}.logout-confirm-backdrop{padding:16px}.logout-confirm-modal{padding:48px 20px 24px}.contact-modal-backdrop{padding:16px}.contact-modal{padding:48px 24px 32px}.contact-modal-header h2{font-size:28px}.contact-modal-card>a{max-width:100%;overflow-wrap:anywhere;font-size:21px}.contact-modal-card>div{font-size:14px}.refund-modal-backdrop{padding:16px}.refund-modal{gap:28px;padding:32px 20px 24px}.refund-modal-header h2{padding:0 24px;font-size:27px}.refund-modal-email strong{overflow-wrap:anywhere;font-size:20px}.refund-modal-order>div{grid-template-columns:92px minmax(0,1fr)}.account-layout{width:calc(100% - 32px);min-height:auto;grid-template-columns:1fr;margin:16px auto 32px}.account-sidebar{padding-top:0}.account-sidebar nav{grid-template-columns:repeat(2,minmax(0,1fr));padding:8px;border-top:0}.account-content>header,.billing-table-wrap{padding-right:16px;padding-left:16px}.billing-orders-card>header{padding-right:16px;padding-left:16px}.billing-summary{flex-wrap:wrap;gap:20px 40px;align-items:center;padding:20px}.billing-summary button{margin-left:0}.login-modal-backdrop{padding:16px}.login-modal{padding:30px 20px 24px}.login-modal-heading h2{font-size:24px}.legal-main{width:calc(100% - 40px);padding:48px 0 72px}.legal-main h1{font-size:40px;line-height:1.15}.legal-updated{margin-top:36px;font-size:16px}.legal-summary{margin-top:24px;font-size:16px}.legal-sections{gap:40px;margin-top:48px}.legal-section h2{font-size:24px}.legal-html{margin-top:48px;font-size:16px}.legal-html :where(h2,h3){font-size:24px}.legal-section p{font-size:16px}.hero-section{min-height:auto;padding:56px 20px 0;border-radius:0 0 24px 24px}.section-badge{font-size:13px}.hero-headline-image{width:min(520px,calc(100vw - 40px))}.download-actions{width:100%;flex-direction:column;gap:12px}.download-wrap,.download-button{width:100%}.download-button{min-width:0;height:52px}.download-menu{width:100%}.hero-dashboard-shell{margin-top:36px}.feature-section,.memory-section,.traction-section,.rooms-section,.faq-section,.cta-section,.footer{padding-left:20px;padding-right:20px}.feature-section--chat,.memory-section,.traction-section,.rooms-section,.faq-section{padding-top:64px;padding-bottom:64px}.feature-copy h2,.section-copy h2,.cta-content h2{font-size:34px;line-height:1.18}.feature-copy p,.section-copy p{font-size:16px}.memory-grid,.traction-grid,.rooms-layout,.faq-list{margin-top:36px}.memory-grid,.traction-grid{grid-template-columns:1fr}.memory-card{min-height:0;padding:24px}.room-list{gap:24px}.room-item{grid-template-columns:4px minmax(0,1fr);gap:16px}.room-item h3{font-size:18px}.faq-item summary{min-height:64px;padding:16px 18px;font-size:15px}.faq-answer{padding:0 18px 18px}.faq-description{white-space:normal}.cta-section{padding-top:48px;padding-bottom:48px}.cta-panel{min-height:0;padding:48px 20px}.cta-content p br{display:none}.footer{padding-top:40px}.footer-top{align-items:flex-start;flex-direction:column}.footer-nav{width:100%;justify-content:space-between;gap:12px}.footer-legal{flex-wrap:wrap;gap:12px 20px}.footer-nav a,.footer-legal a,.footer-bottom{font-size:12px}.footer-bottom{margin-top:32px;flex-direction:column;align-items:flex-start;gap:16px}}
