@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Sans+TC:wght@400;500;600;700&display=swap";:root{font-family:DM Sans,Noto Sans TC,sans-serif;color:#262321;background:#f4f0e9;font-synthesis:none;--brand:#bd674e;--ink:#262321;--muted:#77716c;--paper:#fffdf9;--line:#e7e0d7}*{box-sizing:border-box}body{margin:0;min-width:320px;background:radial-gradient(circle at 10% 0,#fff 0,#f4f0e9 48%,#eee8df)}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-shell{max-width:520px;min-height:100vh;margin:auto;padding-bottom:88px;background:#faf8f4c2}.page{min-height:calc(100vh - 88px)}.brand-mark{font-size:25px;font-weight:800;letter-spacing:.21em;color:var(--brand)}.brand-mark.small{font-size:18px}.primary-button,.secondary-button{border:0;border-radius:16px;padding:14px 20px;font-weight:700}.primary-button{color:#fff;background:var(--ink);box-shadow:0 8px 24px #29231d26}.secondary-button{color:var(--ink);background:#eee8df}.text-button,.muted-action{border:0;background:none;color:var(--muted);padding:12px}.error-text{color:#a43b2f;background:#f9e8e2;border-radius:12px;padding:10px 12px;font-size:13px}.bottom-nav{position:fixed;z-index:20;bottom:0;left:50%;transform:translate(-50%);width:min(520px,100%);height:78px;padding:8px 18px calc(8px + env(safe-area-inset-bottom));display:flex;justify-content:space-around;background:#fffdf9ee;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-top:1px solid #e8e0d7}.bottom-nav a{color:#958e87;text-decoration:none;display:flex;flex-direction:column;align-items:center;gap:2px;min-width:54px}.bottom-nav a span{font-size:25px;line-height:1}.bottom-nav a small{font-size:11px}.bottom-nav a.active{color:var(--brand)}.auth-page{min-height:100vh;padding:64px 24px 32px;max-width:520px;margin:auto}.auth-page h1{font-size:35px;line-height:1.22;margin:34px 0 12px;letter-spacing:-.04em}.auth-page>p{color:var(--muted);line-height:1.7}.auth-card{margin-top:34px;padding:22px;background:#fffdf9;border:1px solid var(--line);border-radius:28px;box-shadow:0 18px 60px #56412e14}.auth-card form{display:grid;gap:12px}.auth-card input,.setup-content input,.setup-content select,.setup-content textarea{width:100%;border:1px solid var(--line);background:#fff;border-radius:14px;padding:13px 14px;outline:none}.auth-card .primary-button{width:100%}.google-button{width:100%;padding:14px;border-radius:15px;border:1px solid var(--line);background:#fff;font-weight:600}.divider{display:flex;align-items:center;color:#aaa;font-size:12px;margin:18px 0}.divider:before,.divider:after{content:"";height:1px;background:var(--line);flex:1}.divider span{padding:0 10px}.auth-card .text-button{width:100%;margin-top:8px}.social-login-list{display:grid;gap:10px}.social-login-button{width:100%;min-height:50px;padding:12px 16px;border-radius:15px;border:1px solid var(--line);background:#fff;font-weight:700;display:flex;align-items:center;justify-content:center;gap:10px;color:#262321}.social-login-button.apple{background:#262321;color:#fff;border-color:#262321}.social-login-button.line{color:#075f24;border-color:#b9dfc4;background:#f6fff8}.social-login-button:disabled{opacity:.58;cursor:not-allowed}.home-page{padding:26px 20px}.home-page header{display:flex;justify-content:space-between;align-items:center}.date-label{font-size:13px;color:var(--muted)}.hero-card{margin-top:38px;min-height:390px;border-radius:34px;padding:34px 28px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(145deg,#332d29,#181614);color:#fff;box-shadow:0 24px 60px #35291f33;position:relative;overflow:hidden}.hero-card:before{content:"";position:absolute;width:240px;height:240px;border:1px solid #ffffff22;border-radius:50%;right:-60px;top:-45px;box-shadow:0 0 0 36px #ffffff08,0 0 0 72px #ffffff05}.eyebrow,.simple-header small,.setup-header small,.match-header small,.confirm-modal small{font-size:10px;letter-spacing:.2em;color:#c9a391}.hero-card h1{font-size:34px;line-height:1.16;margin:10px 0 8px;max-width:350px}.hero-card p{color:#d1cbc4;line-height:1.65}.hero-card .primary-button{background:#f7f1e9;color:#27231f;margin-top:16px}.countdown{font-size:40px;letter-spacing:.08em;font-variant-numeric:tabular-nums;margin-top:14px}.quiet-note{display:flex;gap:14px;padding:22px 8px}.quiet-note>span{font-size:32px;color:var(--brand)}.quiet-note p{margin:5px 0;color:var(--muted);font-size:13px;line-height:1.5}.profile-progress{margin:12px 0 4px}.profile-progress>div{height:7px;background:#ffffff24;border-radius:999px;overflow:hidden}.profile-progress>div span{display:block;height:100%;background:#e39a80;border-radius:inherit}.profile-progress small{display:flex;justify-content:space-between;margin-top:8px;color:#d9cec7}.profile-progress small b{color:#fff}.match-page{padding-bottom:36px}.match-header,.setup-header,.simple-header{padding:22px 20px;display:flex;align-items:center;justify-content:space-between}.match-header button,.setup-header button,.chat-room header button{border:0;background:none;font-size:22px}.match-header h2{margin:3px 0}.stage-progress{display:flex;gap:7px;padding:0 22px}.stage-progress i{height:3px;flex:1;background:#ddd5cb;border-radius:9px}.stage-progress i.active{background:var(--brand)}.stage-hint{text-align:center;color:var(--muted);font-size:13px;margin:18px 0}.candidate-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:0 14px}.candidate-card{background:var(--paper);border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 12px 30px #5e493711}.candidate-photo,.photo-placeholder{width:100%;height:245px;object-fit:cover;background:linear-gradient(135deg,#d6c6b7,#857a70);display:flex;align-items:center;justify-content:center;font-size:80px;color:#fff3}.candidate-body{padding:15px}.candidate-body h3{font-size:19px;margin:0 0 10px}.candidate-body h3 span{font-weight:400;color:var(--muted)}.tag-list{display:flex;flex-wrap:wrap;gap:5px}.tag-list span{padding:5px 7px;background:#f1ece5;border-radius:8px;font-size:10px}.bio-preview{font-size:11px;line-height:1.5;color:var(--muted)}.answer-box,blockquote{font-size:11px;padding:9px;background:#efe7df;border-radius:10px;margin:8px 0}.choose-button{width:100%;border:0;background:#292522;color:#fff;border-radius:12px;padding:10px;margin-top:12px;font-size:12px}.choice-caption{text-align:center;color:#a39b93;font-size:11px;margin:18px 0 4px}.muted-action{display:block;margin:auto;font-size:12px}.modal-backdrop{position:fixed;z-index:40;top:0;right:0;bottom:0;left:0;background:#17141199;display:flex;align-items:flex-end;justify-content:center}.confirm-modal{width:min(520px,100%);background:var(--paper);padding:28px 24px calc(28px + env(safe-area-inset-bottom));border-radius:28px 28px 0 0}.confirm-modal h2{font-size:27px}.confirm-modal>div{display:grid;grid-template-columns:1fr 1fr;gap:10px}.toast-message{margin:15px;background:#2a2623;color:#fff;padding:12px;border-radius:12px;text-align:center;font-size:13px}.center-state{min-height:70vh;padding:40px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--muted)}.center-state.compact{min-height:55vh}.empty-orbit{font-size:80px;color:var(--brand)}.setup-page{background:#faf8f4}.setup-header div{display:flex;flex-direction:column;align-items:center;gap:3px}.setup-header>button,.setup-header>span{width:34px}.setup-content{padding:12px 20px 110px}.setup-content section>h2{font-size:27px;margin-bottom:5px}.setup-content section>p{color:var(--muted);line-height:1.5;margin-bottom:28px}.setup-content label{display:block;font-size:13px;font-weight:600;margin:22px 0 9px}.setup-content textarea{min-height:120px;resize:vertical}.tag-picker{display:flex;flex-wrap:wrap;gap:8px}.tag-picker button,.two-options button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 13px;color:#5f5954}.tag-picker button.selected,.two-options button.selected{background:#2b2724;color:#fff;border-color:#2b2724}.two-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}.two-options button{border-radius:14px;padding:14px}.sticky-action{position:fixed;z-index:10;bottom:86px;left:50%;transform:translate(-50%);width:min(480px,calc(100% - 40px))}.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.photo-slot{aspect-ratio:3/4;border:1px dashed #cfc4b8;border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f3eee7;color:var(--brand)}.photo-slot.filled{background:#2b2724;color:#fff}.photo-slot small{margin-top:5px}.range-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.range-row label{margin-top:0}.range-row input{margin-top:7px}.check-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.setup-content .check-grid label{display:flex;align-items:center;gap:8px;margin:0;padding:10px 11px;border:1px solid var(--line);border-radius:12px;background:#fff;font-size:12px;font-weight:500}.check-grid label.checked{border-color:#d58b73;background:#fae8dd;color:#794b3b}.check-grid input{width:16px;height:16px;margin:0;accent-color:#c8785e}.conditional-picker{margin-top:10px;padding:14px;border-radius:18px;background:#f7f0ea;border:1px solid #eadfd5}.conditional-picker>small{display:block;color:var(--muted);margin-bottom:12px}.custom-city-row{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:12px}.custom-city-row button{border:0;border-radius:12px;background:#292522;color:#fff;padding:0 16px;font-weight:700}.selected-city-list{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.selected-city-list button{border:0;border-radius:999px;background:#f2d8cc;color:#724535;padding:7px 10px}.setup-content label.preference-check{display:flex;align-items:flex-start;gap:10px;padding:14px;margin-top:18px;border:1px solid #eadfd5;border-radius:16px;background:#fff}.preference-check input{width:18px;height:18px;margin:2px 0 0;accent-color:#c8785e}.preference-check span{display:flex;flex-direction:column;gap:3px}.preference-check small{color:var(--muted);font-weight:400}.completion-card{margin:4px 0 26px;padding:16px;border-radius:18px;background:#f3ece6;border:1px solid #e8ddd3}.completion-card>div:first-child{display:flex;align-items:center;justify-content:space-between}.completion-card b{font-size:20px;color:#a4614b}.completion-track{height:8px;margin-top:11px;background:#ddd2c8;border-radius:999px;overflow:hidden}.completion-track i{display:block;height:100%;background:#d8896f;border-radius:inherit;transition:width .25s ease}.completion-card p{font-size:12px!important;margin:9px 0 0!important;color:var(--muted)!important}.completion-card.unlocked{background:#eef5ee;border-color:#d5e5d6}.completion-card.unlocked b{color:#3d7047}.completion-card.unlocked .completion-track i{background:#5f9168}.simple-header{padding-top:30px}.simple-header h1{margin:4px 0;font-size:32px}.chat-list{padding:0 14px}.chat-list>button{width:100%;display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:12px;text-align:left;border:0;border-bottom:1px solid var(--line);background:none;padding:14px 4px}.chat-list b{font-size:15px}.chat-list p{margin:4px 0;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:280px}.chat-list>button>span{background:var(--brand);color:#fff;border-radius:999px;padding:3px 7px;font-size:11px}.chat-avatar{width:52px;height:52px;border-radius:50%;object-fit:cover;font-size:25px}.chat-room{height:100vh;max-width:520px;margin:auto;background:#f7f3ed;display:flex;flex-direction:column}.chat-room header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:#fffdf9;border-bottom:1px solid var(--line)}.chat-room header div{display:flex;flex-direction:column;align-items:center}.chat-room header small{color:var(--muted)}.messages{flex:1;overflow:auto;padding:18px;display:flex;flex-direction:column;gap:8px}.bubble{align-self:flex-start;max-width:78%;background:#fff;padding:9px 12px;border-radius:16px 16px 16px 4px}.bubble.mine{align-self:flex-end;background:#2b2724;color:#fff;border-radius:16px 16px 4px}.bubble p{margin:0;line-height:1.45}.bubble small{font-size:9px;opacity:.6}.message-form{display:flex;gap:8px;padding:12px 14px calc(12px + env(safe-area-inset-bottom));background:#fff}.message-form input{flex:1;border:1px solid var(--line);border-radius:999px;padding:12px 15px}.message-form button{width:42px;height:42px;border-radius:50%;border:0;background:var(--brand);color:#fff;font-size:18px}@media (max-width:390px){.candidate-grid{gap:8px;padding:0 8px}.candidate-photo,.photo-placeholder{height:210px}.candidate-body{padding:11px}.candidate-body h3{font-size:17px}.tag-list span{font-size:9px;padding:4px 5px}.hero-card{min-height:360px}.auth-page h1{font-size:31px}}:root{--brand:#df9278;--brand-deep:#b96049;--peach:#f7d8c8;--paper:#fffaf5;--line:#eadfd5;background:#f4efe9}body{background:#f4efe9}.app-shell{background:#fffaf5}.bottom-nav a.active{color:#24211f}.match-page{padding-bottom:36px;background:#fffaf5}.match-header>div:nth-child(2){text-align:center}.match-header button{font-size:initial}.icon-button{width:40px;height:40px;border-radius:50%!important;display:grid;place-items:center;color:var(--ink)}.match-header h2{font-size:15px;margin:3px 0}.credit-chip{min-width:68px;height:36px;padding:0 10px;display:flex;align-items:center;justify-content:center;gap:4px;color:#84543f;background:#f7e4d8;border:1px solid #efd4c5;border-radius:999px}.credit-chip span{font-size:11px}.stage-progress i{background:#eee4db}.stage-progress i.active{background:#db8b70}.match-title-row{display:flex;align-items:center;justify-content:center;gap:18px;margin:25px 0 0}.match-title-row h1{font-size:27px;letter-spacing:.04em;margin:0}.match-title-row span{padding:5px 10px;border:1px solid #e2d7cd;border-radius:999px;color:#766e68;font-size:12px}.stage-hint{margin:8px 0 22px}.candidate-card{background:#fff;border-radius:22px;box-shadow:0 12px 30px #5e493714}.candidate-visual{height:278px;position:relative;overflow:hidden;background:#d8cec5}.candidate-visual .candidate-photo,.candidate-visual .photo-placeholder{width:100%;height:100%;object-fit:cover;background:#d8cec5;display:flex;align-items:center;justify-content:center;color:#fff5}.city-badge{position:absolute;top:10px;left:10px;padding:5px 9px;border-radius:8px;background:#262321bb;color:#fff;font-size:10px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.candidate-summary{position:absolute;left:0;right:0;bottom:0;padding:48px 13px 13px;color:#fff;background:linear-gradient(transparent,#171411d9)}.candidate-summary h3{font-size:20px;margin:0}.candidate-summary p{font-size:11px;margin:4px 0 0;color:#eee7e1}.candidate-body{padding:11px}.candidate-body .tag-list{min-height:25px}.candidate-body .tag-list span{background:#f5eee8;color:#685f58}.choose-button{min-height:42px;padding:9px 7px;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:5px}.select-both-panel{margin:16px 14px 8px;padding:14px;background:#fae8dd;border:1px solid #efd6c8;border-radius:20px}.select-both-panel>div{display:flex;align-items:center;gap:10px;color:#9b624c}.select-both-panel p{display:flex;flex-direction:column;margin:0}.select-both-panel p b{font-size:14px;color:#3d322d}.select-both-panel p span{font-size:11px;color:#8b766c;margin-top:2px}.select-both-button{width:100%;margin-top:12px;padding:12px 16px;border:0;border-radius:13px;background:#272320;color:#fff;display:flex;justify-content:space-between;align-items:center;font-weight:700}.select-both-button small{font-weight:500;color:#f2c7b5}.select-both-button:disabled{background:#b8ada5;color:#f4efeb}.select-both-button:disabled small{color:#eee8e2}.confirm-modal h2{margin-bottom:8px}.confirm-modal p{color:var(--muted);margin-bottom:24px}@media (max-width:390px){.candidate-visual{height:240px}.candidate-visual .candidate-photo,.candidate-visual .photo-placeholder{height:100%}.candidate-body{padding:9px}.candidate-summary h3{font-size:17px}.select-both-panel{margin-left:8px;margin-right:8px}}.app-shell.no-bottom-nav{padding-bottom:0}.setup-page.onboarding{min-height:100vh}.setup-page.onboarding .setup-content{padding-bottom:96px}.setup-page.onboarding .sticky-action{bottom:calc(16px + env(safe-area-inset-bottom))}.birthday-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:8px}.birthday-grid select{min-width:0;padding-left:10px;padding-right:8px}.setup-action-bar{position:fixed;z-index:12;bottom:86px;left:50%;transform:translate(-50%);width:min(480px,calc(100% - 40px))}.setup-action-bar .primary-button{width:100%}.setup-page.onboarding{height:100dvh;display:flex;flex-direction:column;overflow:hidden}.setup-page.onboarding .setup-header,.setup-page.onboarding>.stage-progress{flex:0 0 auto}.setup-page.onboarding .setup-content{flex:1 1 auto;min-height:0;overflow-y:auto;padding-bottom:24px;overscroll-behavior:contain}.setup-page.onboarding .setup-action-bar{position:static;transform:none;width:auto;flex:0 0 auto;padding:12px 20px calc(12px + env(safe-area-inset-bottom));background:#fffaf5f5;border-top:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #e7a58e;outline-offset:2px}
