:root{color:#181713;background:#efeeea;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;--bg: #f4f3ef;--ink: #181713;--muted: #77736a;--line: rgba(40, 37, 31, .12);--glass: rgba(255, 255, 255, .72);--deep: #20201c;--warm: #c8bda3;--mist: #e7e4dd}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden;background:radial-gradient(circle at 72% 18%,rgba(212,199,171,.34),transparent 32%),linear-gradient(135deg,#f8f7f3,#e7e4dd)}a{color:inherit;text-decoration:none}button{font:inherit}.h5-app{width:100%;min-height:100vh;display:block}.route-view{min-height:100vh}.route-view.enter{animation:route-fade-in .18s ease-out both}.route-view.exit{animation:route-fade-out .12s ease-in both}@keyframes route-fade-in{0%{opacity:0}to{opacity:1}}@keyframes route-fade-out{0%{opacity:1}to{opacity:0}}@media (prefers-reduced-motion: reduce){.route-view{animation:none}}.mini-logo{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;font-family:Times New Roman,ui-serif,serif;background:#f7f6f1}.mobile-screen{position:relative;width:100vw;max-width:390px;height:100vh;min-height:640px;margin:0 auto;overflow:hidden;display:flex;flex-direction:column;padding:max(18px,env(safe-area-inset-top)) 18px max(18px,env(safe-area-inset-bottom));background:linear-gradient(180deg,rgba(255,255,255,.58),transparent 35%),var(--bg)}.mobile-screen.compact{padding-top:12px}.ambient-glow{position:absolute;top:-88px;right:-92px;width:210px;height:210px;border-radius:50%;background:#d3c4a280;filter:blur(16px);pointer-events:none}.orbital-lines{position:absolute;top:76px;right:-76px;width:196px;height:196px;border-radius:50%;border:1px solid rgba(32,31,28,.09);pointer-events:none}.orbital-lines:before,.orbital-lines:after{content:"";position:absolute;top:24px;right:24px;bottom:24px;left:24px;border:1px solid rgba(32,31,28,.07);border-radius:50%}.orbital-lines:after{top:54px;right:54px;bottom:54px;left:54px}.screen-header{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;min-height:40px}.header-right{color:var(--muted)}.icon-button{width:38px;height:38px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:#ffffff8a}.page-title{position:relative;z-index:1;padding:22px 0 16px}.eyebrow{margin:0 0 8px;color:#938a79;font-size:11px;letter-spacing:0;font-weight:650}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:Times New Roman,ui-serif,Georgia,serif;font-weight:500;line-height:1.08}h1{max-width:300px;font-size:38px}h3{font-size:22px}.page-title p,.glass-card p,.field-row small{color:var(--muted);line-height:1.55}.page-title p{margin-top:10px;max-width:300px;font-size:14px}.screen-scroll{position:relative;z-index:1;flex:1;overflow-y:auto;overflow-x:hidden;display:grid;align-content:start;gap:12px;padding-bottom:16px;scrollbar-width:none}.screen-scroll::-webkit-scrollbar{display:none}.screen-footer{position:relative;z-index:1;display:grid;gap:10px;padding-top:10px}.glass-card{max-width:100%;overflow:hidden;border:1px solid var(--line);border-radius:22px;background:var(--glass);padding:16px;box-shadow:inset 0 1px #ffffff9e,0 14px 40px #29261f12;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.hero-card{position:relative;min-height:172px;display:grid;align-content:end;gap:9px}.daily-insight-block{margin-top:10px}.daily-insight-block p{max-width:308px;color:var(--muted);font-size:14px;line-height:1.58}.insight-loading{color:#8d8679}.insight-loading:after{content:"";display:inline-block;width:1.1em;text-align:left;animation:loading-dots 1.2s steps(4,end) infinite}.profile-link-card{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer}.record-link-card{display:block;color:inherit}.records-status{padding:32px 8px;color:var(--muted);font-size:13px;text-align:center}.records-status.error{color:#9c514b}.record-card{display:grid;gap:8px}.record-card-meta{display:flex;align-items:baseline;justify-content:space-between;gap:12px;min-width:0;font-size:12px;line-height:1.4}.record-card-meta time{color:var(--muted);white-space:nowrap}.record-card-meta span{overflow:hidden;color:var(--muted);text-overflow:ellipsis;white-space:nowrap}.record-card-question{display:-webkit-box;overflow:hidden;color:var(--ink);font-size:15px;font-weight:560;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.record-card-answer{display:-webkit-box;overflow:hidden;color:var(--muted);font-size:13px;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:2}@keyframes loading-dots{0%{content:""}25%{content:"."}50%{content:".."}75%,to{content:"..."}}.daily-card{margin-top:auto;margin-bottom:8px;display:grid;gap:6px}.daily-card span,.muted-label,.hero-card span{color:var(--muted);font-size:12px}.daily-card strong,.hero-card strong{font-family:Times New Roman,ui-serif,serif;font-size:24px;font-weight:500}.button{min-height:48px;width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid transparent;border-radius:999px;padding:0 18px;cursor:pointer}.button.primary{background:var(--deep);color:#fffdf7;box-shadow:0 12px 28px #1817132e}.button.secondary{background:#fffdf7;border-color:var(--line);color:var(--ink)}.button.ghost{background:transparent;color:var(--muted)}.button:disabled{cursor:default;opacity:.58}.field-row{display:grid;gap:6px;padding:13px 0;border-bottom:1px solid var(--line)}.field-row:last-child{border-bottom:0}.field-row span{color:var(--muted);font-size:12px}.field-row strong{font-size:15px;font-weight:560}.auth-card,.auth-form{display:grid;gap:14px}.auth-field{display:grid;gap:7px}.auth-field span{color:var(--muted);font-size:12px}.auth-field input{width:100%;min-width:0;border:0;border-bottom:1px solid var(--line);border-radius:0;padding:0 0 12px;background:transparent;color:var(--ink);font:inherit;font-size:15px;font-weight:560;outline:0}.auth-field input::placeholder{color:#b0aba1}.auth-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:start;border-bottom:1px solid var(--line)}.auth-input-row input{border-bottom:0}.code-action{min-height:30px;border:1px solid var(--line);border-radius:999px;padding:0 13px;background:#ffffffa8;color:#5d594f;cursor:pointer;font-size:12px;white-space:nowrap}.code-action:disabled{color:#9a958b;cursor:default}.auth-actions{padding-top:10px}.auth-error{color:#9b3d30;font-size:12px;line-height:1.45}.legal-footer{display:flex;justify-content:center;align-items:center;gap:6px;color:#9a958b;font-size:12px}.legal-footer button{border:0;padding:0;background:transparent;color:inherit;cursor:pointer}.inline-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.chip{min-height:30px;display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;padding:0 11px;background:#ffffff8c;color:#5d594f;font-size:12px;white-space:nowrap}.chip.active{border-color:#201f1c5c;background:var(--deep);color:#fffdf7}.welcome-screen{justify-content:space-between}.welcome-center{position:relative;z-index:1;display:grid;justify-items:center;gap:14px;padding-top:110px;text-align:center}.welcome-center h1{font-size:32px}.sigil,.small-compass,.coin-field{color:#201f1c85}.sigil{width:112px;height:112px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:radial-gradient(circle,#ffffffd9,#e7e4dd59)}.small-compass{position:absolute;top:20px;right:18px;justify-self:end;opacity:.55}.question-box{min-height:128px;border:1px solid var(--line);border-radius:18px;padding:15px;line-height:1.55;background:#ffffff75}.chat-screen{padding-right:14px;padding-left:14px}.chat-topbar{position:relative;z-index:2;min-height:52px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:10px;padding:2px 0 10px;border-bottom:1px solid rgba(40,37,31,.08)}.chat-brand{min-width:0;display:flex;align-items:center;gap:9px}.chat-brand-mark,.chat-message-avatar{display:grid;place-items:center;border:1px solid rgba(40,37,31,.14);border-radius:50%;background:linear-gradient(145deg,#fffdf8,#e8dfcc);color:var(--ink);font-family:Times New Roman,ui-serif,serif}.chat-brand-mark{width:34px;height:34px;font-size:17px}.chat-brand>span:last-child{min-width:0;display:grid;gap:2px}.chat-brand strong{font-size:14px;font-weight:700}.chat-brand small{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:10px}.chat-brand small i{width:5px;height:5px;border-radius:50%;background:#6d916d;box-shadow:0 0 0 3px #6d916d1f}.chat-profile{justify-self:end;min-width:54px;height:34px;border:1px solid var(--line);border-radius:999px;background:#ffffffa8;color:#575248;font-size:12px;cursor:pointer}.chat-profile[aria-expanded=true]{border-color:#28251f52;background:#fff}.chat-thread{position:relative;z-index:1;flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:18px;padding:20px 2px 16px;scrollbar-width:none}.chat-thread::-webkit-scrollbar{display:none}.chat-history-status{align-self:center;margin:auto 0;color:var(--muted);font-size:12px}.chat-history-status.error{color:#9c514b}.chat-load-history{align-self:center;min-height:30px;border:1px solid rgba(40,37,31,.1);border-radius:999px;padding:0 13px;background:#ffffffa8;color:var(--muted);font-size:11px;cursor:pointer}.chat-load-history:disabled{opacity:.52;cursor:default}.chat-welcome{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:16px 4px 10px}.chat-welcome-orb{width:62px;height:62px;display:grid;place-items:center;margin-bottom:20px;border:1px solid rgba(40,37,31,.14);border-radius:50%;background:radial-gradient(circle at 36% 30%,#fffefb,#e4dac4);box-shadow:0 18px 34px #362f211f;font-family:Times New Roman,ui-serif,serif;font-size:28px}.chat-kicker{margin-bottom:8px;color:#9a927f;font-size:10px;font-weight:700;letter-spacing:.14em}.chat-welcome h1{max-width:none;font-size:31px}.chat-welcome>p:not(.chat-kicker){margin-top:10px;color:var(--muted);font-size:13px;line-height:1.7}.chat-quick-list{width:100%;display:grid;gap:8px;margin-top:28px}.chat-quick-list button{width:100%;min-height:44px;display:flex;align-items:center;justify-content:space-between;border:1px solid rgba(40,37,31,.1);border-radius:15px;padding:0 14px;background:#ffffffa3;color:#575248;font-size:13px;text-align:left;cursor:pointer}.chat-quick-list button:active{transform:scale(.99);background:#ffffffe6}.chat-message{width:100%;display:flex;align-items:flex-start;gap:8px}.chat-message-avatar{flex:0 0 auto;width:28px;height:28px;font-size:13px}.chat-message>div{max-width:81%;display:grid;gap:5px}.chat-message small{color:var(--muted);font-size:10px}.chat-message p{border:1px solid rgba(40,37,31,.1);border-radius:6px 18px 18px;padding:12px 14px;background:#ffffffc7;color:#37342e;font-size:13px;line-height:1.7;text-align:left;white-space:pre-line}.chat-message.user{justify-content:flex-end}.chat-message.user p{border-color:var(--deep);border-radius:18px 6px 18px 18px;background:var(--deep);color:#fffdf7}.chat-typing>div{width:52px;height:36px;display:flex;align-items:center;justify-content:center;gap:4px;border:1px solid rgba(40,37,31,.1);border-radius:6px 18px 18px;background:#ffffffc7}.chat-typing i{width:4px;height:4px;border-radius:50%;background:#8b8578;animation:chat-dot 1s ease-in-out infinite}.chat-typing i:nth-child(2){animation-delay:.14s}.chat-typing i:nth-child(3){animation-delay:.28s}@keyframes chat-dot{0%,60%,to{transform:translateY(0);opacity:.45}30%{transform:translateY(-3px);opacity:1}}.chat-composer{position:relative;z-index:2;display:grid;gap:6px}.chat-composer-toolbar{display:flex;justify-content:flex-start;padding-left:3px}.chat-composer-toolbar button{min-height:30px;display:flex;align-items:center;gap:6px;border:1px solid rgba(40,37,31,.12);border-radius:999px;padding:0 10px;background:#ffffffb3;color:#625d52;font-size:11px;cursor:pointer}.chat-composer-toolbar button svg:last-child{opacity:.58;transform:rotate(90deg)}.chat-composer-toolbar button[aria-expanded=true]{border-color:#28251f52;background:#fff}.chat-composer-box{display:grid;grid-template-columns:1fr 38px;align-items:end;gap:8px;border:1px solid rgba(40,37,31,.14);border-radius:22px;padding:8px 8px 8px 15px;background:#ffffffeb;box-shadow:0 12px 26px #231f181a}.chat-composer textarea{width:100%;min-height:36px;max-height:96px;resize:none;border:0;padding:8px 0 5px;outline:0;background:transparent;color:var(--ink);font:inherit;font-size:14px;line-height:1.45}.chat-composer textarea::placeholder{color:#a19c91}.chat-composer-box button{width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:50%;background:var(--deep);color:#fffdf7;cursor:pointer}.chat-composer-box button:disabled{opacity:.26;cursor:default}.chat-footer{padding-top:7px}.profile-sheet-layer{position:absolute;z-index:30;top:0;right:0;bottom:0;left:0;display:flex;align-items:flex-end}.profile-sheet-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:#19181557;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:profile-sheet-fade .2s ease-out}.profile-sheet{position:relative;z-index:1;width:100%;max-height:72%;overflow-y:auto;display:grid;align-content:start;border:1px solid rgba(40,37,31,.12);border-bottom:0;border-radius:28px 28px 0 0;padding:10px 18px max(24px,env(safe-area-inset-bottom));background:#f8f7f3;box-shadow:0 -18px 48px #231f1829;animation:profile-sheet-rise .26s cubic-bezier(.22,.82,.34,1);scrollbar-width:none}.profile-sheet::-webkit-scrollbar{display:none}.profile-sheet-handle{width:34px;height:4px;justify-self:center;margin-bottom:17px;border-radius:999px;background:#d0cbc0}.profile-sheet>header{display:flex;align-items:end;justify-content:space-between;gap:16px}.profile-sheet>header p{margin-bottom:5px;color:#9a927f;font-size:9px;font-weight:700;letter-spacing:.14em}.profile-sheet>header h2{font-size:27px}.profile-sheet-list{display:grid;gap:8px;margin-top:18px}.mode-sheet{max-height:56%}.mode-sheet-list{display:grid;gap:10px;margin-top:20px}.mode-sheet-item{width:100%;min-height:82px;display:grid;grid-template-columns:34px 1fr 26px;align-items:center;gap:12px;border:1px solid rgba(40,37,31,.1);border-radius:19px;padding:13px 14px;background:#ffffffad;color:var(--ink);text-align:left;cursor:pointer}.mode-sheet-item.selected{border-color:#28251f57;background:#fff;box-shadow:0 10px 22px #231f1812}.mode-sheet-index{align-self:start;padding-top:2px;color:#9a927f;font-family:Times New Roman,ui-serif,serif;font-size:14px}.mode-sheet-copy{min-width:0;display:grid;gap:7px}.mode-sheet-copy strong{font-family:Times New Roman,ui-serif,serif;font-size:21px;font-weight:500}.mode-sheet-copy small{color:var(--muted);font-size:12px;line-height:1.55}.profile-sheet-item{width:100%;min-height:68px;display:grid;grid-template-columns:42px 1fr 26px;align-items:center;gap:11px;border:1px solid rgba(40,37,31,.1);border-radius:18px;padding:10px 12px;background:#ffffffad;color:var(--ink);text-align:left;cursor:pointer}.profile-sheet-item.selected{border-color:#28251f57;background:#fff;box-shadow:0 10px 22px #231f1812}.profile-sheet-avatar{width:42px;height:42px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:#f3efe5;font-family:Times New Roman,ui-serif,serif;font-size:18px}.profile-sheet-copy{min-width:0;display:grid;gap:5px}.profile-sheet-copy strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.profile-sheet-title-line{min-width:0;display:flex;align-items:center;gap:7px}.profile-sheet-default-badge{flex:0 0 auto;border:1px solid rgba(32,31,28,.18);border-radius:999px;padding:2px 7px;color:var(--muted);font-size:9px;line-height:1.4}.profile-sheet-copy small{overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.profile-sheet-check{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:var(--deep);color:#fffdf7}.profile-sheet-status{padding:26px 8px;color:var(--muted);font-size:13px;text-align:center}.profile-sheet-status.error{color:#9c514b}.profile-sheet-add{flex:none;width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(40,37,31,.16);border-radius:50%;background:#fffdf7;color:var(--ink);font-size:20px;font-weight:400;line-height:1;cursor:pointer;transition:background .16s ease,border-color .16s ease}.profile-sheet-add:active{background:#f0ece1;border-color:#28251f52}.profile-sheet-row{position:relative;overflow:hidden;border-radius:18px}.profile-sheet-actions{position:absolute;top:0;right:0;bottom:0;display:flex;overflow:hidden;border:1px solid rgba(40,37,31,.08);border-radius:0 18px 18px 0;background:#eeeae2}.profile-sheet-action{width:62px;display:grid;place-items:center;border:0;border-left:1px solid rgba(40,37,31,.08);font-size:12px;font-weight:500;letter-spacing:.04em;cursor:pointer;transition:background .16s ease,color .16s ease}.profile-sheet-action.edit{background:#e9e5dc;color:#4f493f}.profile-sheet-action.delete{background:#efe5e1;color:#87534e}.profile-sheet-action:active{background:#ddd7cb}.profile-sheet-swipe{position:relative;display:block;width:100%;background:#fffdfb;border-radius:18px;touch-action:pan-y;user-select:none;-webkit-user-select:none;transition:transform .22s cubic-bezier(.22,.82,.34,1)}.profile-sheet-swipe.dragging{transition:none}.profile-sheet-row.open .profile-sheet-swipe{border-radius:18px 0 0 18px}.profile-sheet-swipe .profile-sheet-item{overflow:hidden;background:#fffdfb;cursor:pointer}.profile-sheet-row.open .profile-sheet-item{border-right:0;border-radius:18px 0 0 18px}.profile-sheet-swipe .profile-sheet-avatar,.profile-sheet-swipe .profile-sheet-copy{transform:translate(var(--profile-swipe-offset, 0));transition:transform .22s cubic-bezier(.22,.82,.34,1)}.profile-sheet-swipe.dragging .profile-sheet-avatar,.profile-sheet-swipe.dragging .profile-sheet-copy{transition:none}.profile-sheet-swipe .profile-sheet-item:focus-visible{outline:2px solid rgba(40,37,31,.5);outline-offset:-2px}.profile-sheet-swipe:not(.dragging) .profile-sheet-item:active{background:#f5f2ea}.profile-sheet-check{transition:opacity .14s ease}.profile-sheet-row.open .profile-sheet-check{opacity:0}.confirm-dialog-layer{position:absolute;z-index:60;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:28px}.confirm-dialog-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#19181580;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:profile-sheet-fade .18s ease-out}.confirm-dialog{position:relative;z-index:1;width:100%;max-width:320px;display:grid;gap:10px;border:1px solid rgba(40,37,31,.14);border-radius:22px;padding:22px 20px 18px;background:#f8f7f3;box-shadow:0 24px 56px #231f1847;animation:profile-sheet-rise .22s cubic-bezier(.22,.82,.34,1)}.confirm-dialog h3{font-family:Times New Roman,ui-serif,serif;font-size:22px;font-weight:500}.confirm-dialog p{color:var(--muted);font-size:13px;line-height:1.7}.confirm-dialog-error{border-radius:12px;padding:9px 12px;background:#9c514b1a;color:#9c514b!important}.confirm-dialog-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:6px}.confirm-dialog-button{min-height:44px;border-radius:14px;font-size:14px;font-weight:600;cursor:pointer;transition:filter .16s ease,opacity .16s ease}.confirm-dialog-button.cancel{border:1px solid rgba(40,37,31,.16);background:#fffdf7;color:var(--ink)}.confirm-dialog-button.danger{border:1px solid rgba(135,83,78,.18);background:#efe5e1;color:#87534e}.confirm-dialog-button:active:not(:disabled){filter:brightness(1.08)}.confirm-dialog-button:disabled{cursor:not-allowed;opacity:.55}@keyframes profile-sheet-fade{0%{opacity:0}to{opacity:1}}@keyframes profile-sheet-rise{0%{transform:translateY(28px);opacity:0}to{transform:translateY(0);opacity:1}}.chat-list{display:grid;gap:10px}.bubble{width:86%;font-size:14px;line-height:1.55}.bubble.user{justify-self:end;background:#22211d;color:#fffdf7}.sheet-panel{margin-top:auto;display:grid;gap:10px;border-radius:28px 28px 0 0}.selected-card{border-color:#201f1c57;background:#ffffffe0}.list-row,.profile-row{display:flex;align-items:center;gap:12px;justify-content:space-between}.list-row>div,.profile-row>div:nth-child(2){flex:1;min-width:0}.list-row p,.profile-row p{margin-top:4px;font-size:12px}.avatar{flex:0 0 auto;width:42px;height:42px;display:grid;place-items:center;border-radius:50%;border:1px solid var(--line);background:#f7f4ec;font-family:Times New Roman,ui-serif,serif;font-size:20px}.avatar.large{width:74px;height:74px;margin:0 auto 8px;font-size:32px}.casting-card{display:grid;gap:20px;justify-items:center}.coin-field{width:178px;height:178px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:radial-gradient(circle,#ffffffd9,#d2c7ae42)}.hex-lines{display:grid;gap:8px;width:120px}.hex-lines span{height:7px;border-radius:999px;background:var(--deep)}.hex-lines .broken{background:linear-gradient(90deg,var(--deep) 0 38%,transparent 38% 62%,var(--deep) 62% 100%)}.plain-list{margin:10px 0 0;padding-left:20px;color:var(--muted);line-height:1.65}.progress-line{height:6px;overflow:hidden;border-radius:999px;background:#ded9ce;margin-bottom:14px}.progress-line span{display:block;height:100%;border-radius:inherit;background:var(--deep)}.field-trigger{width:100%;justify-items:stretch;text-align:left;border-right:0;border-left:0;border-top:0;background:transparent;color:inherit;cursor:pointer}.gender-field{gap:10px}.gender-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.gender-option{height:38px;border:1px solid var(--line);border-radius:12px;background:#ffffff6b;color:var(--muted);cursor:pointer}.gender-option.active{border-color:var(--deep);background:var(--deep);color:#fffdf7;font-weight:650}.birth-time-field{gap:10px}.field-value-trigger{width:100%;display:grid;gap:6px;border:0;padding:0;background:transparent;color:inherit;cursor:pointer;text-align:left}.uncertainty-toggle{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--line);border-radius:12px;padding:0 12px;background:#ffffff6b;color:var(--muted);cursor:pointer}.field-row .uncertainty-toggle strong{color:var(--ink);font-size:12px;font-weight:600}.uncertainty-toggle.active{border-color:#20201c57;background:#20201c14}.profile-editor{display:grid}.profile-editor .avatar.large{margin-bottom:8px}.profile-editor .field-trigger small{grid-column:2;grid-row:1 / span 2;align-self:center;border:1px solid var(--line);border-radius:999px;padding:4px 9px;font-size:11px}.profile-editor .field-trigger{grid-template-columns:minmax(0,1fr) auto;column-gap:12px}.profile-editor .field-trigger>span,.profile-editor .field-trigger>strong{grid-column:1}.profile-default-row{padding-top:10px}.chip-button{border:0;padding:0;background:transparent;cursor:pointer}.choice-picker-body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:18px}.choice-picker-body.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.choice-picker-body button{min-height:44px;border:1px solid var(--line);border-radius:14px;background:#ffffff85;color:var(--muted);cursor:pointer}.choice-picker-body button.active{border-color:var(--deep);background:var(--deep);color:#fffdf7;font-weight:650}.picker-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;align-items:end;background:#18171338}.picker-sheet{width:100%;max-width:390px;margin:0 auto;overflow:hidden;border:1px solid var(--line);border-radius:24px 24px 0 0;background:#faf9f5f7;box-shadow:0 -18px 48px #1817132e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.picker-body{position:relative;padding:0 28px}.picker-body:before{content:"";position:absolute;left:36px;right:36px;top:50%;height:40px;pointer-events:none;transform:translateY(-50%)}.picker-body:before{z-index:0;border:1px solid rgba(40,37,31,.08);border-radius:13px;background:#ffffff6b}.picker-body>div{position:relative;z-index:1;width:100%;margin:0 auto}.time-picker .picker-body>div{max-width:342px}.region-picker .picker-body>div{max-width:344px}.snap-region-picker{position:relative;z-index:1;width:100%;max-width:344px;height:220px;display:grid;grid-template-columns:118px 100px 126px;margin:0 auto;overflow:hidden}.snap-column{height:220px;overflow-y:auto;overscroll-behavior:contain;padding:90px 0;scroll-snap-type:y mandatory;touch-action:pan-y;scrollbar-width:none;-webkit-overflow-scrolling:auto}.snap-column::-webkit-scrollbar{display:none}.snap-column button{width:100%;height:40px;display:block;border:0;padding:0 6px;overflow:hidden;background:transparent;color:#aaa69d;cursor:pointer;font:inherit;font-size:15px;line-height:40px;text-align:center;text-overflow:ellipsis;white-space:nowrap;scroll-snap-align:center;scroll-snap-stop:always}.snap-column button.selected{color:var(--ink);font-size:17px;font-weight:700}.time-picker .picker-body>div>div:nth-child(1){flex:0 0 88px!important}.time-picker .picker-body>div>div:nth-child(2),.time-picker .picker-body>div>div:nth-child(3),.time-picker .picker-body>div>div:nth-child(4),.time-picker .picker-body>div>div:nth-child(5){flex:0 0 63px!important}.region-picker .picker-body>div>div:nth-child(1){flex:0 0 118px!important}.region-picker .picker-body>div>div:nth-child(2){flex:0 0 100px!important}.region-picker .picker-body>div>div:nth-child(3){flex:0 0 126px!important}.picker-toolbar{height:52px;display:grid;grid-template-columns:72px minmax(0,1fr) 72px;align-items:center;border-bottom:1px solid var(--line);padding:0 14px}.picker-toolbar strong{text-align:center;font-size:14px}.picker-toolbar button{border:0;background:transparent;color:var(--muted);cursor:pointer}.picker-toolbar button:last-child{color:var(--ink);font-weight:650}.picker-item{display:block;width:100%;overflow:hidden;color:#aaa69d;font-size:15px;line-height:40px;text-align:center;text-overflow:ellipsis;white-space:nowrap}.time-picker .picker-item{font-size:14px}.picker-item.selected{color:var(--ink);font-size:17px;font-weight:700}.time-picker .picker-item.selected{font-size:16px}.bottom-nav{width:100%;overflow:hidden;height:58px;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:22px;background:#ffffffd1;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.bottom-nav a{display:grid;place-items:center;align-content:center;gap:2px;color:#837e72;font-size:11px}.bottom-nav a.active{color:var(--ink)}@media (min-width: 560px){.h5-app{height:100vh;display:grid;place-items:start center;overflow:hidden;padding:28px 0}.route-view{width:100%;min-height:0}.mobile-screen{height:min(812px,calc(100vh - 56px));border:1px solid var(--line);border-radius:30px;box-shadow:0 28px 80px #201f1c1f}.picker-overlay{top:28px;right:auto;bottom:auto;left:50%;width:390px;height:min(812px,calc(100vh - 56px));overflow:hidden;border-radius:30px;transform:translate(-50%)}}@media (max-width: 559px){.mobile-screen{max-width:none;min-height:100dvh;height:100dvh;margin:0;border-radius:0}}
