:root{--bg:#fafafa;--surface:#fff;--surface-soft:#f5f5f7;--text:#111;--muted:#737373;--line:#dbdbdb;--accent:#0095f6;--accent-dark:#1877f2;--success:#1f9d61;--warning-bg:#fff8e8;--warning-line:#f0d79c;--radius:18px;--shadow:0 8px 30px #0000000f}*{box-sizing:border-box}html{background:var(--bg)}body{color:var(--text);background:var(--bg);margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button{color:inherit}.app-shell{min-height:100vh}.topbar{z-index:20;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;position:sticky;top:0}.topbar-inner{grid-template-columns:52px 1fr 52px;align-items:center;max-width:680px;height:58px;margin:0 auto;padding:0 14px;display:grid}.topbar-title{text-align:center;font-size:16px;font-weight:700}.topbar-side{min-width:44px}.topbar-side-right{justify-content:flex-end;display:flex}.wordmark,.icon-button{border-radius:50%;place-items:center;width:36px;height:36px;font-weight:800;display:inline-grid}.wordmark{color:#fff;background:radial-gradient(circle at 30% 110%,#ffdc80 0,#fcaf45 25%,#f77737 45%,#f56040 60%,#fd1d1d 75%,#c13584 90%,#833ab4 100%);font-size:13px}.icon-button{background:var(--surface-soft);font-size:22px}.page{width:100%;max-width:680px;margin:0 auto;padding:28px 18px 110px}.page-compact{max-width:920px}.hero{text-align:center;padding:34px 4px 20px}.brand-orb{color:#fff;background:radial-gradient(circle at 30% 110%,#ffdc80 0,#fcaf45 25%,#f77737 45%,#f56040 60%,#fd1d1d 75%,#c13584 90%,#833ab4 100%);border-radius:24px;place-items:center;width:76px;height:76px;margin:0 auto 18px;font-size:24px;font-weight:900;display:grid;box-shadow:0 12px 35px #c1358440}.eyebrow{color:var(--muted);letter-spacing:1.6px;margin:0 0 10px;font-size:12px;font-weight:800}.hero h1,.section-title h1,.profile-header h1,.status-hero h1,.report-cover h1,.prose h1{letter-spacing:-.03em;margin:0;line-height:1.2}.hero h1{font-size:clamp(34px,8vw,52px)}.hero-copy{max-width:560px;color:var(--muted);margin:18px auto 26px;font-size:17px}.button-stack{gap:12px;display:grid}.button{cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;min-height:50px;padding:13px 18px;font-weight:750;transition:transform .15s,opacity .15s;display:inline-flex}.button:active{transform:scale(.985)}.button-primary{color:#fff;background:var(--accent)}.button-secondary{color:var(--text);background:var(--surface);border:1px solid var(--line)}.button-ghost{color:var(--muted);background:0 0}.button.small{min-height:40px;padding:8px 14px}.button.disabled{pointer-events:none;opacity:.45}.microcopy{color:#8e8e8e;max-width:520px;margin:16px auto 0;font-size:12px}.card{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:20px}.intro-card{text-align:center;margin-top:20px}.intro-card h2,.soft-card h2,.card h2{margin:0 0 8px;font-size:20px}.intro-card p,.soft-card p,.card p{color:var(--muted);margin:0}.avatar-pair{justify-content:center;height:52px;margin-bottom:16px;display:flex}.avatar-pair span{background:#efefef;border:3px solid #fff;border-radius:50%;place-items:center;width:52px;height:52px;font-weight:800;display:grid}.avatar-pair span+span{background:#d9f0ff;margin-left:-12px}.feature-list{border-top:1px solid var(--line);margin:26px 0}.feature-row{border-bottom:1px solid var(--line);grid-template-columns:38px 1fr;gap:12px;padding:18px 2px;display:grid}.feature-icon{width:30px;height:30px;color:var(--success);background:#e9f7ef;border-radius:50%;place-items:center;font-weight:900;display:grid}.feature-row h3{margin:0 0 4px;font-size:16px}.feature-row p{color:var(--muted);margin:0;font-size:14px}.soft-card{background:linear-gradient(145deg,#fff,#f6f6f8)}.text-link{color:var(--accent-dark);margin-top:16px;font-weight:750;display:inline-block}.footer{color:var(--muted);text-align:center;padding:28px 0 0;font-size:13px}.footer a{font-weight:700}.footer p{margin:8px 0 0}.section-title{margin:4px 0 24px}.section-title h1{font-size:clamp(28px,7vw,38px)}.section-title>p:last-child{color:var(--muted);margin:10px 0 0}.option-list{gap:12px;display:grid}.option-card{text-align:left;background:var(--surface);border:1px solid var(--line);cursor:pointer;border-radius:15px;grid-template-columns:28px 1fr;gap:12px;width:100%;padding:16px;display:grid}.option-card.selected{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.option-check{border:1.5px solid var(--line);color:#fff;border-radius:7px;place-items:center;width:24px;height:24px;font-size:14px;font-weight:900;display:grid}.option-card.selected .option-check{background:var(--accent);border-color:var(--accent)}.option-card strong{font-size:16px;display:block}.option-card small{color:var(--muted);margin-top:2px;font-size:13px;display:block}.sticky-action{border:1px solid var(--line);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border-radius:16px;margin:24px -8px 0;padding:12px;position:sticky;bottom:70px}.sticky-action p{color:var(--muted);text-align:center;margin:0 0 8px;font-size:13px}.sticky-action .button{width:100%}.invite-preview{margin-bottom:22px}.invite-badge{color:var(--muted);letter-spacing:1px;background:#f1f1f4;border-radius:999px;margin-bottom:16px;padding:5px 9px;font-size:11px;font-weight:800;display:inline-block}.summary-chips{flex-wrap:wrap;gap:8px;margin-top:18px;display:flex}.summary-chips span,.badge{color:var(--success);background:#e8f6ee;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:800}.badge.neutral{color:var(--muted);background:#f1f1f4}.field-label{margin:18px 0 8px;font-size:14px;font-weight:750;display:block}.copy-field{border:1px solid var(--line);background:var(--surface);border-radius:12px;grid-template-columns:1fr auto;display:grid;overflow:hidden}.copy-field input{background:0 0;border:0;outline:none;min-width:0;padding:13px}.copy-field button,.inline-input button{border:0;border-left:1px solid var(--line);color:var(--accent-dark);background:0 0;padding:0 14px;font-weight:750}.copy-box{border:1px solid var(--line);background:var(--surface);border-radius:12px;padding:15px}.copy-box p{color:var(--muted);margin:0 0 10px}.text-button{color:var(--accent-dark);background:0 0;border:0;padding:0;font-weight:750}.toast{z-index:99;color:#fff;background:#000000d1;border-radius:999px;padding:9px 14px;font-size:13px;position:fixed;bottom:92px;left:50%;transform:translate(-50%)}.profile-header,.status-hero,.report-cover{text-align:center;padding:18px 0 26px}.large-avatar,.feed-avatar{background:linear-gradient(145deg,#f0f0f0,#dfefff);border-radius:50%;place-items:center;font-weight:900;display:grid}.large-avatar{width:76px;height:76px;margin:0 auto 16px;font-size:24px}.profile-header h1,.status-hero h1,.report-cover h1{font-size:clamp(28px,7vw,38px)}.profile-header>p:last-child,.status-hero>p:last-child{color:var(--muted);max-width:560px;margin:12px auto 0}.simple-list{gap:12px;margin-top:14px;display:grid}.simple-list>div{grid-template-columns:28px 1fr;align-items:center;display:grid}.simple-list span{color:var(--success);font-weight:900}.simple-list p{color:var(--text)}.notice-box{background:#f4f8fb;border:1px solid #dbe9f3;border-radius:14px;margin:18px 0;padding:16px}.notice-box.warning{background:var(--warning-bg);border-color:var(--warning-line)}.notice-box strong{margin-bottom:4px;display:block}.notice-box p{color:var(--muted);margin:0;font-size:14px}.form-card{gap:18px;display:grid}.form-card>label:not(.consent-row){gap:8px;font-size:14px;font-weight:750;display:grid}.form-card input,.form-card select{width:100%;min-height:50px;color:var(--text);background:var(--surface);border:1px solid var(--line);border-radius:12px;outline:none;padding:12px 13px}.form-card input:focus,.form-card select:focus{border-color:var(--accent);box-shadow:0 0 0 2px #0095f61f}.inline-input{border:1px solid var(--line);background:var(--surface);border-radius:12px;grid-template-columns:1fr auto;display:grid;overflow:hidden}.inline-input input{border:0;border-radius:0}.upload-box{text-align:center;background:var(--surface);cursor:pointer;border:1px dashed #bcbcbc;border-radius:14px;place-items:center;min-height:110px;padding:18px;display:grid}.upload-box strong{color:var(--accent-dark)}.upload-box small{color:var(--muted);font-weight:400;display:block}.form-divider{background:var(--line);height:1px}.consent-row{color:var(--muted);grid-template-columns:22px 1fr;align-items:start;gap:10px;font-size:13px;display:grid}.consent-row input{width:18px;min-height:18px;margin-top:2px}.consent-row a{color:var(--accent-dark);font-weight:700}.consent-card{border:1px solid var(--line);background:var(--surface);border-radius:14px;margin:18px 0;padding:15px}.review-card{padding:4px 18px}.review-row{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:18px;min-height:54px;display:flex}.review-row:last-child{border-bottom:0}.review-row span{color:var(--muted)}.review-row strong{text-align:right}.status-spinner{border:6px solid #eaf3f9;border-top-color:var(--accent);border-radius:50%;width:68px;height:68px;margin:0 auto 18px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.progress-list{padding:4px 0}.progress-row{grid-template-columns:36px 1fr;align-items:start;min-height:58px;display:grid;position:relative}.progress-dot{z-index:2;color:#bbb;background:#fff;border-radius:50%;place-items:center;width:28px;height:28px;font-weight:900;display:grid}.progress-dot.done{color:#fff;background:var(--success)}.progress-dot.active{color:var(--accent);border:2px solid var(--accent)}.progress-label{padding-top:2px;font-weight:700}.progress-line{background:var(--line);width:2px;height:30px;position:absolute;top:28px;left:13px}.report-seal{color:#fff;background:var(--success);border-radius:50%;place-items:center;width:72px;height:72px;margin:0 auto 16px;font-size:28px;font-weight:900;display:grid}.report-cover>p:not(.eyebrow){color:var(--muted)}.report-meta{border:1px solid var(--line);background:var(--surface);border-radius:14px;grid-template-columns:1fr 1fr;margin-top:22px;display:grid;overflow:hidden}.report-meta span{color:var(--muted);padding:13px;font-size:13px}.report-meta span+span{border-left:1px solid var(--line)}.report-meta strong{color:var(--text)}.report-section-stack{gap:12px;display:grid}.report-item-head{justify-content:space-between;align-items:center;gap:10px;margin-bottom:10px;display:flex}.report-item-head h2{margin:0;font-size:18px}.report-item p+p{margin-top:4px}.legal-copy{color:var(--muted);padding:22px 4px;font-size:12px;line-height:1.7}.dashboard-header{align-items:center;gap:16px;margin-bottom:22px;display:flex}.dashboard-header .large-avatar{width:70px;height:70px;margin:0}.dashboard-header h1,.dashboard-header p{margin:0}.dashboard-header p{color:var(--muted)}.tabs{border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);margin:24px 0 10px;display:grid}.tabs button{color:var(--muted);background:0 0;border:0;padding:12px 6px;font-weight:700}.tabs button.active{color:var(--text);border-bottom:2px solid var(--text)}.feed-list{display:grid}.feed-card{border-bottom:1px solid var(--line);grid-template-columns:48px 1fr;gap:12px;padding:16px 2px;display:grid}.feed-avatar{width:48px;height:48px}.feed-head{justify-content:space-between;align-items:center;display:flex}.feed-head h2{margin:0;font-size:16px}.feed-main>strong{color:var(--accent-dark);margin-top:2px;font-size:14px;display:block}.feed-main p{color:var(--muted);margin:2px 0 0;font-size:13px}.admin-header{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.admin-header h1{margin:0}.admin-table{border:1px solid var(--line);background:var(--surface);border-radius:14px;overflow:hidden}.admin-row{border-bottom:1px solid var(--line);grid-template-columns:130px 1fr 160px;align-items:center;gap:12px;padding:14px;display:grid}.admin-row:last-child{border-bottom:0}.admin-row-head{background:var(--surface-soft);color:var(--muted);font-size:13px;font-weight:800}.prose{background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:24px}.prose h1{font-size:30px}.prose h2{margin:26px 0 6px;font-size:18px}.prose p{color:#4e4e4e}.bottom-nav{z-index:30;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;grid-template-columns:repeat(3,1fr);width:min(100%,680px);display:grid;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.bottom-nav-item{align-content:center;place-items:center;gap:1px;height:64px;font-weight:800;display:grid}.bottom-nav-item span{font-size:22px;line-height:1}.bottom-nav-item small{color:var(--muted);font-size:10px;font-weight:700}@media (min-width:760px){.page{padding-top:42px}.hero{padding-top:46px}.bottom-nav{border-left:1px solid var(--line);border-right:1px solid var(--line);border-top-left-radius:16px;border-top-right-radius:16px}}@media (max-width:700px){.admin-row{grid-template-columns:1fr;gap:6px}.admin-row-head{display:none}}:root{--muted:#65676b;--danger:#d93025}body{-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility}input,select,button{font-size:16px}.page-actions{margin-top:22px}.form-hint{color:var(--muted);margin:10px 2px 0;font-size:13px;line-height:1.55}.form-hint.center{text-align:center}.status-summary{font-size:17px;font-weight:750;color:var(--text)!important;margin-top:14px!important}.file-input{width:100%;margin-top:12px;border:1px solid var(--line)!important;background:var(--surface-soft)!important;border-radius:10px!important;min-height:auto!important;padding:8px!important;font-size:14px!important}.copy-field.is-disabled{opacity:.65}.button-danger-ghost{color:var(--danger);background:0 0;border:1px solid #d9302547}button:disabled,.button:disabled{cursor:not-allowed;opacity:.55}:focus-visible{outline-offset:2px;outline:3px solid #0095f659}.bottom-nav{padding-bottom:env(safe-area-inset-bottom)}@media (max-width:390px){.page{padding-left:14px;padding-right:14px}.hero h1{font-size:32px}.section-title h1,.profile-header h1,.status-hero h1,.report-cover h1{font-size:28px}}.route-loading,.tab-badge{background:var(--accent);color:#fff;text-align:center;border-radius:999px;min-width:20px;height:20px;padding:0 6px;font-size:12px;font-weight:700;line-height:20px}.feed-status-row{align-items:center;gap:8px;display:flex}.new-label{min-height:20px;color:var(--accent);background:#0095f61f;border-radius:999px;align-items:center;padding:1px 7px;font-size:12px;font-weight:700;display:inline-flex}.empty-state{text-align:center;width:min(100% - 32px,640px);margin:80px auto;padding:28px}.route-loading{color:var(--muted);justify-content:center;align-items:center;gap:10px;display:flex}.route-loading-dot{border:3px solid #eaf3f9;border-top-color:var(--accent);border-radius:50%;width:18px;height:18px;animation:.8s linear infinite spin}.empty-state-icon{background:var(--surface-soft);border-radius:50%;place-items:center;width:70px;height:70px;margin:0 auto 18px;font-size:28px;font-weight:900;display:grid}.empty-state h1{margin:0;font-size:30px}.empty-state p{color:var(--muted);margin:10px 0 24px}.form-message{color:#345;background:#f4f8fb;border-radius:10px;margin:0;padding:10px 12px;font-size:13px}.full-width{width:100%}.top-gap{margin-top:20px}.top-gap-small{margin-top:10px}.status-label{font-weight:700;margin-top:14px!important}.danger-text{color:#d93025}.file-input{width:100%;margin-top:12px;display:block;min-height:auto!important;padding:8px!important;font-size:14px!important}.uploaded-list{color:var(--success);margin-top:10px;font-size:12px;font-weight:700;display:block}.form-card textarea,.verification-edit-row textarea,.privacy-request-form textarea{border:1px solid var(--line);background:var(--surface);width:100%;color:var(--text);font:inherit;resize:vertical;border-radius:12px;padding:12px 13px}.admin-stack,.admin-task{gap:18px;display:grid}.admin-task-head{justify-content:space-between;gap:16px;display:flex}.admin-task-head h2,.admin-task-head p{margin:0}.document-summary{background:var(--surface-soft);border-radius:12px;padding:14px}.document-summary p{margin:5px 0 0;font-size:13px}.verification-editor{gap:14px;display:grid}.verification-edit-row{border-top:1px solid var(--line);grid-template-columns:minmax(130px,.8fr) minmax(130px,.7fr) 1fr;align-items:start;gap:10px;padding-top:14px;display:grid}.verification-edit-row textarea{grid-column:2/-1}.verification-edit-row input,.verification-edit-row select{border:1px solid var(--line);background:var(--surface);min-height:44px;font:inherit;border-radius:10px;padding:9px 10px}.privacy-request-form{border:1px solid var(--line);background:var(--surface-soft);border-radius:14px;margin-top:16px;padding:18px}@media (max-width:620px){.verification-edit-row{grid-template-columns:1fr}.verification-edit-row textarea{grid-column:auto}.admin-task-head{display:grid}}.check-groups{gap:24px;margin-top:18px;display:grid}.check-group,.form-section{border:1px solid var(--line);background:var(--surface);border-radius:18px;padding:20px}.check-group h2,.form-section h2{margin:4px 0 8px;font-size:20px}.group-description{color:var(--muted);margin:0 0 16px;font-size:14px;line-height:1.65}.layered-form{gap:20px;display:grid}.form-section{gap:15px;display:grid}.form-section label{gap:7px;display:grid}.social-account-list{gap:10px;display:grid}.social-account-row{grid-template-columns:minmax(120px,.45fr) 1fr;gap:10px;display:grid}.field-label{margin:0;font-weight:700}.field-label small{color:var(--muted);margin-top:4px;font-weight:400;display:block}.text-button{color:var(--accent);font:inherit;cursor:pointer;background:0 0;border:0;justify-self:start;padding:6px 0;font-weight:700}@media (max-width:620px){.check-group,.form-section{padding:16px}.social-account-row{grid-template-columns:1fr}}.dashboard-tabs{background:var(--surface-soft);border-radius:14px;grid-template-columns:repeat(3,1fr);gap:6px;margin:20px 0 12px;padding:4px;display:grid}.dashboard-tabs button{min-height:40px;color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;gap:6px;display:inline-flex}.dashboard-tabs button.active{background:var(--surface);color:var(--text);font-weight:700}.empty-state{border:1px dashed var(--line);text-align:center;border-radius:16px;padding:28px 20px}.empty-state p{color:var(--muted);margin-bottom:0}.uploaded-file-row{border:1px solid var(--line);background:var(--surface);border-radius:10px;justify-content:space-between;align-items:center;gap:10px;padding:9px 10px;display:flex}.uploaded-file-actions{flex-shrink:0;gap:8px;display:flex}.uploaded-file-actions a,.uploaded-file-actions button{color:var(--accent);font:inherit;cursor:pointer;background:0 0;border:0;font-size:13px;text-decoration:none}.uploaded-file-actions button{color:#b42318}@media (max-width:520px){.dashboard-tabs{grid-template-columns:repeat(3,1fr)}.uploaded-file-row{align-items:flex-start}}.romantic-invite-hero,.romantic-confirm-hero{text-align:center;background:linear-gradient(145deg,#fff9fb,#fffdf8);border:1px solid #f4dfe6;border-radius:26px;padding:26px 18px;box-shadow:0 16px 44px #95536b14}.romantic-invite-hero h1,.romantic-confirm-hero h2{max-width:620px;margin:8px auto 10px}.romantic-invite-hero>p,.romantic-confirm-hero>p{max-width:650px;color:var(--muted);margin:0 auto;line-height:1.75}.invite-quote{color:#a74466;background:#fff0f4;border-radius:999px;max-width:520px;margin:18px auto 0;padding:12px 16px;font-weight:700}.romantic-journey-card{background:#fff;border:1px solid #f1e3e7;border-radius:22px;margin-top:18px;padding:20px}.romantic-journey-card h2{margin-top:0}.journey-steps{gap:10px;display:grid}.journey-step{background:#fff7f9;border-radius:16px;align-items:flex-start;gap:12px;padding:14px;display:flex}.journey-step>span{color:#fff;background:#ff6682;border-radius:50%;flex:none;place-items:center;width:30px;height:30px;font-weight:800;display:grid}.journey-2{background:#fff8ee}.journey-2>span{background:#ff9b45}.journey-3{background:#f8f3ff}.journey-3>span{background:#8d63cf}.journey-step p{color:var(--muted);margin:4px 0 0;font-size:13px;line-height:1.5}.romantic-notice{background:#fff8fb}.romantic-start{text-align:center;gap:10px;margin-top:18px;display:grid}.romantic-start small{color:var(--muted)}.romantic-wizard{gap:16px;display:grid}.wizard-progress-wrap{grid-template-columns:1fr auto;align-items:end;gap:8px;padding:0 2px;display:grid}.wizard-chapter{align-items:baseline;gap:8px;display:flex}.wizard-chapter span{color:#d34f74;text-transform:uppercase;font-size:12px;font-weight:800}.wizard-chapter strong{font-size:15px}.wizard-progress{background:#f3e5ea;border-radius:99px;grid-column:1/-1;height:7px;overflow:hidden}.wizard-progress span{border-radius:inherit;background:linear-gradient(90deg,#ff6584,#ff9a75);height:100%;transition:width .35s;display:block}.wizard-progress-wrap small{color:var(--muted)}.wizard-question{background:linear-gradient(145deg,#fff,#fff9fb);border:1px solid #f0dfe5;border-radius:26px;padding:20px;animation:.35s both wizardIn;box-shadow:0 18px 48px #72445514}.wizard-back{animation-name:wizardBack}.wizard-story{border-bottom:1px solid #f2e6ea;grid-template-columns:150px 1fr;align-items:center;gap:18px;padding-bottom:16px;display:grid}.wizard-story h2{margin:4px 0 7px;font-size:clamp(22px,4vw,32px)}.wizard-story p:not(.eyebrow){color:var(--muted);margin:0;line-height:1.65}.wizard-answer{padding-top:18px}.wizard-stack{gap:14px;display:grid}.soft-field{gap:7px;display:grid}.soft-field>span{justify-content:space-between;gap:10px;font-weight:700;display:flex}.soft-field small{color:#b46980;font-weight:500}.soft-field input,.soft-field select,.social-account-row input,.social-account-row select{width:100%;min-height:48px;font:inherit;background:#fff;border:1px solid #eadbe1;border-radius:14px;outline:none;padding:11px 13px}.soft-field input:focus,.soft-field select:focus{border-color:#ff7d98;box-shadow:0 0 0 3px #ff7d981f}.choice-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.choice-card{text-align:left;min-height:92px;font:inherit;cursor:pointer;background:#fff;border:1px solid #eadde3;border-radius:17px;flex-direction:column;align-items:flex-start;gap:5px;padding:14px;transition:transform .16s,border-color .16s,box-shadow .16s;display:flex}.choice-card:hover{border-color:#ff9ab0;transform:translateY(-2px);box-shadow:0 9px 22px #a9536f1a}.choice-card.selected{background:#fff2f5;border-color:#ff6584;box-shadow:0 0 0 3px #ff65841a}.choice-icon{font-size:22px}.choice-card small{color:var(--muted);line-height:1.45}.scene-choice-grid .choice-card{min-height:128px}.chapter-intro{text-align:center;padding:18px}.chapter-intro>span{color:#ff6382;background:#fff0f4;border-radius:50%;place-items:center;width:54px;height:54px;font-size:28px;animation:1.8s infinite heartBeat;display:inline-grid}.chapter-intro h3{margin:12px 0 6px;font-size:24px}.chapter-intro p{max-width:500px;color:var(--muted);margin:0 auto;line-height:1.7}.wizard-actions{grid-template-columns:auto 1fr auto;gap:10px;display:grid}.wizard-privacy{text-align:center;color:var(--muted);margin:0;font-size:12px}.romantic-message{text-align:center}.romantic-upload{background:#fffafb;border-style:dashed}.romantic-loading{text-align:center}.romantic-review-card{border-color:#f0dfe5}.romantic-confirm-hero{margin-bottom:16px}@keyframes wizardIn{0%{opacity:0;transform:translate(18px)translateY(4px)}to{opacity:1;transform:none}}@keyframes wizardBack{0%{opacity:0;transform:translate(-18px)}to{opacity:1;transform:none}}@keyframes heartBeat{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}.mascot-scene{justify-content:center;align-items:flex-end;gap:8px;min-width:260px;height:210px;display:flex;position:relative}.mascot-compact{transform-origin:50%;min-width:145px;height:130px;transform:scale(.72)}.mascot-person{width:96px;height:184px;position:relative}.mascot-head{z-index:3;background:#f2bd94;border-radius:46% 46% 45% 45%;width:64px;height:68px;position:absolute;top:33px;left:18px}.mascot-hair.back{background:#3c2723;border-radius:48% 48% 42% 42%;width:82px;height:112px;position:absolute;top:24px;left:9px}.mascot-chichi .mascot-hair.back{background:#292322;height:105px}.mascot-hair.front{clip-path:polygon(0 0,100% 0,95% 60%,72% 42%,52% 80%,30% 45%,5% 70%);background:#3c2723;border-radius:42px 42px 20px 20px;width:60px;height:28px;position:absolute;top:-3px;left:2px}.mascot-chichi .mascot-hair.front{background:#292322}.eye{background:#3d2825;border-radius:50%;width:6px;height:7px;position:absolute;top:31px}.eye.left{left:18px}.eye.right{right:18px}.smile{border-bottom:2px solid #7e4243;border-radius:50%;width:17px;height:8px;position:absolute;top:46px;left:25px}.beard{clip-path:polygon(0 0,100% 0,90% 80%,50% 100%,10% 80%);background:#352725;border-radius:8px 8px 28px 28px;width:51px;height:31px;position:absolute;top:39px;left:7px}.mascot-chichi .smile{z-index:2;border-color:#f5cfb3;top:48px}.mascot-body{z-index:2;border-radius:25px 25px 16px 16px;width:76px;height:72px;position:absolute;top:95px;left:11px}.riri-body{background:#f1a5b7;border-radius:24px 24px 10px 10px}.chichi-body{background:#2853a5}.chichi-body b{color:#fff;font-size:13px;position:absolute;top:25px;left:28px}.mascot-skirt{clip-path:polygon(10% 0,90% 0,100% 100%,0 100%);z-index:2;background:#f8e8e0;width:74px;height:34px;position:absolute;top:151px;left:12px}.arm{background:inherit;border-radius:14px;width:18px;height:55px;position:absolute;top:12px}.arm-left{left:-9px;transform:rotate(13deg)}.arm-right{right:-9px;transform:rotate(-13deg)}.mascot-cap{z-index:6;background:#264c94;border-radius:35px 35px 8px 8px;width:70px;height:35px;position:absolute;top:18px;left:16px;transform:rotate(180deg)}.mascot-cap span{background:#264c94;border-radius:12px;width:26px;height:10px;position:absolute;bottom:3px;right:-17px}.scene-prop{z-index:8;align-self:center;font-size:30px}.prop-heart{color:#ff5f7d;animation:1.4s infinite heartBeat}.prop-shield{color:#fff;clip-path:polygon(50% 0,95% 15%,86% 70%,50% 100%,14% 70%,5% 15%);background:#9d78d8;place-items:center;width:44px;height:50px;display:grid}.prop-bubble{color:#bc6681;background:#fff;border:2px solid #efcad6;border-radius:20px;place-items:center;width:48px;height:36px;display:grid}.prop-tissue{background:#fff;border:1px solid #c9d9eb;place-items:center;width:42px;height:34px;display:grid;transform:rotate(8deg)}.prop-sparkles{color:#ff8b60;font-size:19px;animation:1.2s infinite sparkle}.prop-mail{color:#ff6783;clip-path:polygon(0 12%,50% 58%,100% 12%,100% 100%,0 100%);background:#f3d8bd;place-items:center;width:52px;height:38px;display:grid}.prop-clock{color:#7583b8}.tear{background:#7fc8f2;border-radius:50%;width:5px;height:12px;animation:1.3s infinite tearDrop;position:absolute;top:40px}.tear-left{left:13px}.tear-right{animation-delay:.3s;right:13px}.mascot-wave .mascot-riri .arm-left{transform-origin:bottom;animation:1.5s infinite wave;transform:rotate(150deg)}.mascot-wave .mascot-chichi .arm-right,.mascot-celebrate .mascot-chichi .arm-right{transform-origin:bottom;animation:1.5s infinite wave;transform:rotate(-145deg)}.mascot-cry .mascot-riri{animation:1.4s infinite sob}.mascot-talk .scene-prop{animation:1.8s infinite floaty}.mascot-mail .prop-mail{animation:1.8s infinite mailFly}.mascot-celebrate .mascot-riri,.mascot-celebrate .mascot-chichi{animation:1.3s infinite alternate bounce}.mascot-celebrate .mascot-chichi{animation-delay:.2s}@keyframes wave{0%,to{transform:rotate(150deg)}50%{transform:rotate(125deg)}}@keyframes tearDrop{0%{opacity:0;transform:translateY(-3px)}40%{opacity:1}to{opacity:0;transform:translateY(16px)}}@keyframes sob{0%,to{transform:translateY(0)}50%{transform:translateY(3px)}}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes mailFly{0%,to{transform:translate(-4px)rotate(-3deg)}50%{transform:translate(6px)rotate(3deg)}}@keyframes bounce{to{transform:translateY(-7px)}}@keyframes sparkle{50%{opacity:.45;transform:scale(1.14)}}@media (max-width:650px){.wizard-story{text-align:center;grid-template-columns:1fr}.wizard-story .mascot-scene{margin:-20px auto -28px}.choice-grid{grid-template-columns:1fr}.wizard-question{padding:16px}.social-account-row{grid-template-columns:1fr}.mascot-scene:not(.mascot-compact){transform-origin:50%;margin:-15px auto;transform:scale(.83)}.romantic-invite-hero{padding-inline:12px}}@media (prefers-reduced-motion:reduce){.wizard-question,.mascot-person,.scene-prop,.tear,.chapter-intro>span{animation:none!important}.wizard-progress span,.choice-card{transition:none}}.sticker-note{color:#4e4147;background:#fff;border:1px solid #eadfe5;border-radius:16px;align-items:center;gap:10px;width:fit-content;max-width:100%;padding:10px 13px;animation:.28s both stickerPop;display:flex;box-shadow:0 7px 18px #5338440f}.sticker-note>span{background:#fff;border-radius:50%;place-items:center;width:36px;height:36px;font-size:24px;display:grid}.sticker-note p{margin:0;font-size:13px;line-height:1.55}.sticker-cool{background:#fff8df;border-color:#f0df9c}.sticker-frog{background:#f1f9eb;border-color:#cfe5be}.sticker-cat{background:#fff5ef;border-color:#efd7c9}.sticker-tear{background:#eef7ff;border-color:#cddff0}.romantic-upload{text-align:center;cursor:pointer;justify-items:center;gap:7px;padding:18px 14px;transition:transform .16s,border-color .16s,background .16s;display:grid;position:relative}.romantic-upload:hover{background:#fff5f8;border-color:#ff8ca4;transform:translateY(-1px)}.upload-icon{color:#e24e75;background:#fff0f4;border-radius:14px;place-items:center;width:42px;height:42px;font-size:22px;font-weight:800;display:grid}.upload-privacy{color:#9b6a79!important;font-size:11px!important;font-weight:500!important}.romantic-upload .uploaded-file-row{text-align:left;width:100%;margin-top:5px}@keyframes stickerPop{0%{opacity:0;transform:translateY(5px)scale(.97)}to{opacity:1;transform:none}}@media (max-width:520px){.sticker-note{box-sizing:border-box;width:100%}.romantic-upload{padding:16px 12px}}@media (prefers-reduced-motion:reduce){.sticker-note{animation:none}}.report-chapter{margin:28px 0}.report-chapter-head{grid-template-columns:46px 1fr;align-items:start;gap:14px;margin-bottom:14px;display:grid}.report-chapter-head>span{color:#fff;background:#111;border-radius:14px;place-items:center;width:42px;height:42px;font-size:13px;font-weight:900;display:grid}.report-chapter-head h2,.report-chapter-head p{margin:0}.report-chapter-head h2{margin-top:3px;font-size:24px}.report-chapter-head div>p:last-child{color:var(--muted);margin-top:7px;font-size:14px}.report-data-card{padding:4px 18px}.report-data-list{display:grid}.report-data-row{border-bottom:1px solid var(--line);grid-template-columns:minmax(110px,.75fr) minmax(150px,1.25fr) auto;align-items:center;gap:16px;min-height:64px;display:grid}.report-data-row:last-child{border-bottom:0}.report-data-row>span{color:var(--muted);font-size:14px}.report-data-row>strong{font-size:15px;line-height:1.55}.report-data-row>small{color:#16844a;white-space:nowrap;background:#eef8f2;border-radius:999px;padding:5px 9px;font-size:11px}@media (max-width:640px){.report-data-row{grid-template-columns:1fr;gap:5px;padding:14px 0}.report-data-row>small{width:fit-content}}.report-state-card{text-align:center;max-width:620px;margin:40px auto;padding:28px}.report-state-card h2{margin-top:0}.report-state-card .button-stack{margin-top:18px}.report-exit-actions{justify-content:space-between;align-items:center;gap:14px;margin:22px 0;display:flex}.sample-disclaimer{background:#fff9e8;border-color:#f0cf77}.sample-disclaimer strong{color:#8b5b00}@media (max-width:560px){.report-exit-actions{flex-direction:column;align-items:stretch}.report-exit-actions .button,.report-exit-actions .text-link{text-align:center}}:root{--tc-blue:#0095f6;--tc-bg:#fafafa;--tc-line:#dbdbdb;--tc-muted:#737373;--tc-text:#111}body{background:var(--tc-bg);color:var(--tc-text)}.no-bottom-nav .page{padding-bottom:40px}.shell-journey .page,.shell-profile .page{max-width:600px}.shell-marketing .page{max-width:760px}.wordmark{color:#fff;background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);font-weight:800}.focused-hero{text-align:center;max-width:620px;margin:auto;padding:64px 16px 42px}.focused-hero h1{letter-spacing:-.04em;margin:14px 0;font-size:clamp(36px,7vw,54px);line-height:1.02}.focused-hero>p:not(.eyebrow):not(.home-login-link){max-width:520px;color:var(--tc-muted);margin:0 auto 26px;font-size:16px;line-height:1.7}.home-primary-action{background:var(--tc-blue);border-color:var(--tc-blue);min-width:280px}.home-login-link{color:var(--tc-muted);margin-top:15px;font-size:14px}.home-login-link a{color:var(--tc-blue);font-weight:700;text-decoration:none}.simple-steps{border:1px solid var(--tc-line);background:#fff;border-radius:14px;gap:0;display:grid;overflow:hidden}.simple-steps article{border-bottom:1px solid var(--tc-line);gap:14px;padding:18px;display:flex}.simple-steps article:last-child{border-bottom:0}.simple-steps article>span{background:#efefef;border-radius:50%;place-items:center;width:30px;height:30px;font-weight:700;display:grid}.simple-steps p{color:var(--tc-muted);margin:4px 0 0;font-size:14px}.privacy-line{color:var(--tc-muted);flex-wrap:wrap;justify-content:center;gap:8px;padding:25px 12px;font-size:13px;display:flex}.privacy-line strong{color:var(--tc-text)}.preset-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.preset-card{text-align:left;border:1px solid var(--tc-line);cursor:pointer;background:#fff;border-radius:14px;padding:18px}.preset-card>span{color:var(--tc-blue);font-size:12px;font-weight:700}.preset-card strong{margin:6px 0;font-size:20px;display:block}.preset-card p{min-height:44px;color:var(--tc-muted);margin:0;font-size:13px;line-height:1.5}.preset-card small{color:var(--tc-muted);margin-top:12px;display:block}.preset-card.selected{border-color:var(--tc-blue);box-shadow:0 0 0 2px #0095f61f}.custom-toggle{margin:18px auto;display:block}.compact-check-groups{margin-top:8px}.centered-action-card{text-align:center}.brand-orb.small{width:48px;height:48px;margin:0 auto 12px;font-size:14px}.invite-focus-card{border:1px solid var(--tc-line);text-align:center;background:#fff;border-radius:16px;max-width:560px;margin:18px auto;padding:34px 28px}.invite-focus-card h1{font-size:30px;line-height:1.2}.invite-facts{text-align:left;gap:10px;max-width:420px;margin:24px auto;padding:0;list-style:none;display:grid}.invite-facts li{color:#333;padding-left:26px;position:relative}.invite-facts li:before{content:"✓";color:var(--tc-blue);font-weight:800;position:absolute;left:0}.privacy-details{text-align:left;border-top:1px solid var(--tc-line);color:var(--tc-muted);margin-top:22px;padding-top:14px;font-size:13px}.privacy-details summary{cursor:pointer;color:var(--tc-text);font-weight:600}.wizard-question{box-shadow:none;border-color:var(--tc-line);background:#fff;border-radius:16px}.wizard-progress span{background:var(--tc-blue)}.wizard-chapter span{color:var(--tc-blue)}.choice-card{box-shadow:none;border-radius:12px}.choice-card.selected{border-color:var(--tc-blue);background:#f4faff;box-shadow:0 0 0 2px #0095f61a}.sticker-note{display:none}.romantic-invite-hero,.romantic-confirm-hero{box-shadow:none;border-color:var(--tc-line);background:#fff;border-radius:16px}.report-cover{border:1px solid var(--tc-line);background:#fff;border-radius:16px}.report-seal{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045)}.report-chapter-head>span{background:var(--tc-text)}.report-data-card{box-shadow:none;border-color:var(--tc-line)}@media (max-width:680px){.preset-grid{grid-template-columns:1fr}.focused-hero{padding-top:38px}.invite-focus-card{padding:26px 18px}.home-primary-action{width:100%;min-width:0}}.feed-card-row{border:1px solid var(--line);background:#fff;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;display:grid;position:relative;overflow:hidden}.feed-card-row .feed-card{border:0;border-radius:0}.dashboard-manage-button{border:0;border-left:1px solid var(--line);color:#b42318;cursor:pointer;background:#fff;align-self:stretch;min-width:104px;padding:12px;font-size:13px;font-weight:700}.dashboard-manage-button:disabled{opacity:.55;cursor:wait}.compact-notice{margin:10px 0}.relationship-profile-header{text-align:center;border:1px solid var(--line);background:#fff;border-radius:16px;padding:34px 24px 30px}.profile-brand-row{color:var(--muted);justify-content:center;align-items:center;gap:8px;font-size:13px;font-weight:700;display:flex}.profile-brand-mark{color:#fff;background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);border-radius:9px;place-items:center;width:30px;height:30px;font-size:11px;font-weight:900;display:grid}.profile-avatar{border:1px solid var(--line);background:#f2f2f2;border-radius:50%;place-items:center;width:82px;height:82px;margin:24px auto 14px;font-size:32px;font-weight:800;display:grid}.profile-kicker{color:var(--muted);letter-spacing:1.4px;margin:0 0 7px;font-size:11px;font-weight:800}.relationship-profile-header h1{letter-spacing:-.035em;margin:0;font-size:clamp(28px,6vw,38px);line-height:1.15}.profile-intro{max-width:520px;color:var(--muted);margin:14px auto 0;font-size:14px}.profile-meta-line{color:var(--muted);justify-content:center;gap:8px;margin-top:18px;font-size:12px;display:flex}.relationship-profile-body{border:1px solid var(--line);background:#fff;border-radius:16px;margin:18px 0;overflow:hidden}.profile-section{padding:24px}.profile-section+.profile-section{border-top:1px solid var(--line)}.profile-section-heading{margin-bottom:12px}.profile-section-heading h2{margin:0;font-size:18px}.profile-section-heading p{color:var(--muted);margin:4px 0 0;font-size:13px}.profile-data-list{display:grid}.profile-data-row{border-bottom:1px solid #efefef;grid-template-columns:minmax(120px,.75fr) minmax(0,1.25fr);gap:16px;padding:13px 0;display:grid}.profile-data-row:last-child{border-bottom:0}.profile-data-row>span{color:var(--muted);font-size:13px}.profile-data-row>div{justify-items:start;gap:3px;display:grid}.profile-data-row strong{font-size:14px;line-height:1.55}.profile-data-row small{color:#16844a;font-size:11px}.profile-boundary-details{border:1px solid var(--line);color:var(--muted);background:#fff;border-radius:12px;margin:0 0 18px;padding:15px 18px;font-size:13px}.profile-boundary-details summary{cursor:pointer;color:var(--text);font-weight:700}.profile-boundary-details p:last-child{margin-bottom:0}.legal-page{max-width:680px;margin:0 auto;padding:8px 2px 36px}.legal-page h1{font-size:32px}.legal-page h2{margin:30px 0 8px;font-size:19px}.legal-page p,.legal-page li{color:#454545;font-size:14px;line-height:1.8}.legal-page ul{padding-left:22px}.legal-updated{color:var(--muted)!important;margin-top:8px!important;font-size:12px!important}.legal-page a{color:var(--accent);text-decoration:underline}.review-workbench{grid-template-columns:260px minmax(0,1fr);align-items:start;gap:16px;display:grid}.review-task-sidebar{border:1px solid var(--line);background:#fff;border-radius:14px;grid-template-rows:auto minmax(0,1fr) auto;max-height:calc(100vh - 94px);display:grid;position:sticky;top:76px;overflow:hidden}.review-sidebar-tools{border-bottom:1px solid var(--line);gap:8px;padding:12px;display:grid}.review-sidebar-tools input,.review-sidebar-tools select{border:1px solid var(--line);background:#fff;border-radius:9px;width:100%;min-height:40px;padding:8px 10px}.review-task-list{overflow:auto}.review-task-list>button{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #efefef;gap:3px;width:100%;padding:13px 14px;display:grid;position:relative}.review-task-list>button.active{background:#f3f9ff}.review-task-list>button strong{padding-right:72px;font-size:13px}.review-task-list>button span{color:var(--muted);text-overflow:ellipsis;font-size:11px;overflow:hidden}.review-task-list>button small{color:#555;background:#eee;border-radius:999px;padding:3px 6px;font-size:10px;position:absolute;top:13px;right:12px}.review-task-list>button small[data-status=pending]{color:#8a5a00;background:#fff3d6}.review-task-list>button small[data-status=supplement]{color:#a72323;background:#fff0f0}.review-task-list>button small[data-status=generated],.review-task-list>button small[data-status=completed]{color:#16844a;background:#eaf8ef}.review-empty{color:var(--muted);padding:20px 14px;font-size:13px}.review-pagination{border-top:1px solid var(--line);grid-template-columns:1fr auto 1fr;align-items:center;gap:6px;padding:10px;font-size:11px;display:grid}.review-pagination button{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:8px;min-height:32px}.review-pagination button:disabled{opacity:.4}.review-task-detail{min-width:0}.admin-legacy-host.is-workbench-ready .tc-review-task-candidate{display:none!important}.admin-legacy-host.is-workbench-ready .tc-review-task-candidate.is-selected-review-task{display:grid!important}.review-draft-bar{z-index:12;border:1px solid var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border-radius:12px;justify-content:space-between;align-items:center;gap:12px;margin-top:14px;padding:10px 12px;display:flex;position:sticky;bottom:12px;box-shadow:0 10px 28px #00000014}.review-draft-bar span{color:var(--muted);font-size:12px}.review-loading{text-align:center}.admin-header{margin-bottom:14px}@media (max-width:780px){.review-workbench{grid-template-columns:1fr}.review-task-sidebar{max-height:none;position:static}.review-task-list{max-height:300px}.review-draft-bar{bottom:8px}.profile-data-row{grid-template-columns:1fr;gap:4px}.feed-card-row{grid-template-columns:1fr}.dashboard-manage-button{border-left:0;border-top:1px solid var(--line);min-height:44px}}.review-workbench.review-detail-only{grid-template-columns:minmax(0,1fr)}.review-draft-actions{align-items:center;gap:12px;display:flex}.review-draft-actions .text-link{white-space:nowrap;font-size:12px}.launch-splash{z-index:9999;width:100%;height:100%;color:var(--tc-text,#111);font:inherit;text-align:center;cursor:pointer;isolation:isolate;-webkit-tap-highlight-color:transparent;background:#fff;border:0;place-items:center;padding:24px;transition:opacity .52s cubic-bezier(.22,.61,.36,1),filter .52s,transform .52s cubic-bezier(.22,.61,.36,1);display:grid;position:fixed;inset:0;overflow:hidden}.launch-splash-checking{opacity:0}.launch-splash-visible{opacity:1}.launch-splash-leaving{opacity:0;filter:blur(5px);pointer-events:none;transform:scale(1.018)}.launch-splash-glow{z-index:-1;background:radial-gradient(circle at 50% 45%,#ffc4d257,#ebf6ff38 34%,#fff0 68%);animation:2.1s both launchGlow;position:absolute;inset:-18%}.launch-splash-content{justify-items:center;gap:11px;max-width:620px;animation:.58s cubic-bezier(.22,.61,.36,1) both launchContentIn;display:grid}.launch-splash-mark{color:#fff;letter-spacing:.08em;background:linear-gradient(145deg,#111,#323232);border-radius:18px;place-items:center;width:58px;height:58px;font-size:15px;font-weight:900;display:grid;box-shadow:0 14px 35px #0000001f}.launch-splash-eyebrow{color:#6d6d6d;letter-spacing:.2em;margin-top:5px;font-size:11px;font-weight:800}.launch-splash strong{letter-spacing:-.035em;font-size:clamp(27px,7vw,46px);line-height:1.22}.launch-splash small{color:#777;letter-spacing:.04em;font-size:12px}@keyframes launchContentIn{0%{opacity:0;transform:translateY(10px)scale(.985)}to{opacity:1;transform:none}}@keyframes launchGlow{0%{opacity:.2;transform:scale(.88)}to{opacity:1;transform:scale(1)}}.wizard-progress{margin-top:2px;position:relative;overflow:visible}.wizard-progress .wizard-progress-fill{border-radius:inherit;background:var(--tc-blue);height:100%;transition:width .35s;display:block}.wizard-progress-buddies{filter:drop-shadow(0 4px 7px #0000001f);z-index:3;justify-content:center;align-items:center;width:38px;height:25px;transition:left .35s;position:absolute;top:50%;transform:translate(-50%,-50%);display:flex!important}.wizard-progress-buddies i{border:2px solid #fff;border-radius:50%;width:19px;height:19px;position:absolute;top:2px;box-shadow:0 0 0 1px #00000014}.wizard-progress-buddies .buddy-riri{background:#f2bd94;left:1px}.wizard-progress-buddies .buddy-chichi{background:#d7a37e;right:1px}.wizard-progress-buddies i:before,.wizard-progress-buddies i:after{content:"";background:#3b2927;border-radius:50%;width:2px;height:2px;position:absolute;top:7px}.wizard-progress-buddies i:before{left:5px}.wizard-progress-buddies i:after{right:5px}.wizard-progress-buddies b{color:#ff647f;font-size:10px;animation:1.5s infinite heartBeat;position:absolute;top:-8px;right:-2px}.wizard-mascot-column{place-items:center;min-width:145px;display:grid}.mascot-coach{text-align:center;background:#fff;border:1px solid #eadde3;border-radius:12px;box-shadow:0 7px 18px #4d2d370f;color:#5c5155!important;max-width:180px!important;margin:-9px auto 0!important;padding:8px 10px!important;font-size:11px!important;line-height:1.45!important;position:relative!important}.mascot-coach:before{content:"";background:#fff;border-top:1px solid #eadde3;border-left:1px solid #eadde3;width:10px;height:10px;position:absolute;top:-6px;left:50%;transform:translate(-50%)rotate(45deg)}.mascot-coach span{color:var(--tc-blue);letter-spacing:.08em;text-transform:uppercase;margin-bottom:2px;font-size:9px;font-weight:800;display:block}.romantic-wizard .sticker-note{color:#5d5658;background:#fafafa;border:1px solid #ece4e7;border-radius:12px;align-items:center;gap:10px;padding:11px 13px;font-size:12px;line-height:1.55;display:flex}.romantic-wizard .sticker-note>span{font-size:20px}.romantic-wizard .sticker-note p{margin:0}.mouth{z-index:4;width:17px;height:8px;position:absolute;top:46px;left:25px}.mouth-happy{border-bottom:2px solid #7e4243;border-radius:50%}.mouth-sad{border-top:2px solid #7e4243;border-radius:50%;top:50px}.mascot-chichi .mouth{z-index:5;border-color:#f5cfb3}.blush{z-index:4;background:#e769755c;border-radius:50%;width:9px;height:4px;position:absolute;top:43px}.blush-left{left:8px}.blush-right{right:8px}.mascot-name{color:#777;font-size:10px;font-weight:700;position:absolute;bottom:-17px;left:50%;transform:translate(-50%)}.scene-prop>span{transition:transform .25s}.prop-memory,.prop-ring,.prop-home,.prop-faith,.prop-money,.prop-camera,.prop-suitcase,.prop-book,.prop-briefcase,.prop-rings{color:#a05d76;background:#fff;border:2px solid #eadde3;border-radius:14px;place-items:center;width:44px;height:44px;font-weight:900;display:grid;box-shadow:0 8px 18px #502c3914}.prop-distance{color:#7182b8;letter-spacing:.02em;white-space:nowrap;min-width:72px;font-size:16px;font-weight:800;display:block}.prop-camera{background:#fff4f6;position:relative}.prop-camera i{background:#ff7089;border-radius:50%;width:6px;height:6px;animation:1.8s infinite cameraFlash;position:absolute;top:8px;right:8px}.prop-money{color:#9c7431;background:#fff9e8}.prop-book{color:#6c72b5;background:#f5f5ff}.prop-briefcase,.prop-suitcase{color:#806347;background:#fff8ef}.prop-faith{color:#a17bc5;background:#faf5ff}.prop-home{color:#d06d71;background:#fff5f5}.prop-rings,.prop-ring{color:#c99b35;background:#fffaf0}.mascot-memory .mascot-riri{transform:rotate(-3deg)}.mascot-memory .mascot-chichi{transform:rotate(3deg)}.mascot-promise .mascot-riri,.mascot-family .mascot-riri,.mascot-photo .mascot-riri,.mascot-marriage .mascot-riri{transform:translate(7px)}.mascot-promise .mascot-chichi,.mascot-family .mascot-chichi,.mascot-photo .mascot-chichi,.mascot-marriage .mascot-chichi{transform:translate(-7px)}.mascot-family .mascot-riri .arm-right{transform-origin:top;transform:rotate(-55deg)}.mascot-family .mascot-chichi .arm-left{transform-origin:top;transform:rotate(55deg)}.mascot-faith .eye,.mascot-study .eye{background:0 0;border-bottom:2px solid #3d2825;border-radius:0 0 8px 8px;height:3px}.mascot-distance{gap:22px}.mascot-distance .mascot-riri{transform:translate(-8px)}.mascot-distance .mascot-chichi{transform:translate(8px)}.mascot-money .mascot-riri,.mascot-money .mascot-chichi{animation:1.8s ease-in-out infinite alternate thinkTilt}.mascot-money .mascot-chichi{animation-delay:.25s}.mascot-photo .mascot-riri .arm-left,.mascot-photo .mascot-chichi .arm-right{transform-origin:bottom;transform:rotate(145deg)}.mascot-move .mascot-riri,.mascot-move .mascot-chichi{animation:1.15s ease-in-out infinite alternate walking}.mascot-move .mascot-chichi{animation-delay:.2s}.mascot-study .scene-prop,.mascot-work .scene-prop{animation:1.8s ease-in-out infinite floaty}.mascot-marriage .scene-prop,.mascot-promise .scene-prop{animation:1.55s infinite heartBeat}@keyframes cameraFlash{0%,72%,to{opacity:.28;box-shadow:none}76%{opacity:1;box-shadow:0 0 0 7px #ff708929}}@keyframes thinkTilt{0%{transform:rotate(-2deg)}to{transform:rotate(2deg)translateY(-2px)}}@keyframes walking{0%{transform:translateY(0)rotate(-1deg)}to{transform:translateY(-4px)rotate(1deg)}}@media (max-width:650px){.launch-splash{padding:28px 22px}.launch-splash-content{gap:10px}.launch-splash-mark{width:54px;height:54px}.launch-splash strong{max-width:350px}.wizard-story{gap:5px}.wizard-mascot-column{margin:-18px auto -4px}.wizard-story .mascot-scene{margin:-18px auto -30px}.mascot-coach{max-width:250px!important;margin:-5px auto 8px!important}.wizard-progress-wrap{padding-top:4px}.wizard-progress{height:8px}}@media (prefers-reduced-motion:reduce){.launch-splash,.launch-splash-content,.launch-splash-glow,.wizard-progress-buddies,.mascot-money .mascot-person,.mascot-move .mascot-person,.prop-camera i{transition:none!important;animation:none!important}}.feed-card-row{grid-template-columns:minmax(0,1fr) auto auto}.feed-card-static{cursor:default}.dashboard-copy-button{border:0;border-left:1px solid var(--line);min-width:96px;color:var(--tc-blue);cursor:pointer;background:#fff;align-self:stretch;padding:12px;font-size:13px;font-weight:700}@media (max-width:780px){.feed-card-row{grid-template-columns:1fr 1fr}.feed-card-row>.feed-card{grid-column:1/-1}.dashboard-copy-button,.dashboard-manage-button{border-top:1px solid var(--line);border-left:0;min-height:44px}.dashboard-copy-button+.dashboard-manage-button{border-left:1px solid var(--line)}}
