@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=Noto+Serif+SC:wght@500;700&display=swap");:root{--paper:#f6f0e8;--linen:#e9ded0;--porcelain:#fffdfc;--ink:#2b2b28;--ash:#6f6b65;--mist:#d8cec2;--terracotta:#c66e4a;--terracotta-strong:#b85d39;--evergreen:#5e7664;--slate:#617287;--plum:#5c4968;--amber:#b78339;--rose:#bc7a76;--shadow:0 14px 36px rgba(43,43,40,0.07);--soft-shadow:0 8px 24px rgba(43,43,40,0.045);--radius:22px;--tab-height:78px}*{box-sizing:border-box}body,html{min-height:100%;margin:0}body{color:var(--ink);background:var(--paper);font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}button,input,textarea{font:inherit}button{cursor:pointer}.desktop-stage{min-height:100dvh;display:grid;place-items:center;padding:22px}.phone-shell{width:min(100vw,430px);height:min(100dvh,932px);max-height:932px;background:var(--paper);border:1px solid rgba(111,107,101,.2);border-radius:34px;overflow:hidden;position:relative;box-shadow:0 28px 80px rgba(43,43,40,.16)}.app-screen{height:100%;overflow:hidden;display:flex;flex-direction:column;background:linear-gradient(180deg,var(--paper) 0,#f2e8da 100%)}.top-bar{min-height:68px;justify-content:space-between;gap:14px;padding:max(12px,env(safe-area-inset-top)) 18px 12px;border-bottom:1px solid rgba(216,206,194,.82);background:rgba(246,240,232,.94);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);z-index:5}.brand-row,.row,.top-bar{display:flex;align-items:center}.brand-row,.row{gap:10px}.avatar,.brand-mark,.circle-action,.icon-tile{display:grid;place-items:center;flex:0 0 auto}.brand-mark{width:34px;height:34px;border-radius:13px;color:var(--porcelain);background:var(--terracotta);box-shadow:0 10px 20px rgba(198,110,74,.18)}.avatar{width:38px;height:38px;border-radius:16px;color:var(--terracotta);background:rgba(255,253,252,.86);border:1px solid rgba(216,206,194,.9)}.serif{font-family:"Noto Serif SC",Songti SC,serif}.title{margin:0;font-family:"Noto Serif SC",serif;font-size:21px;line-height:1.2;letter-spacing:0}.meta,.subtitle{margin:0;color:var(--ash);font-size:12px;line-height:1.45}.content{flex:1 1;overflow-y:auto;padding:16px 16px calc(var(--tab-height) + 102px);scrollbar-width:none}.content::-webkit-scrollbar{display:none}.stack{display:grid;grid-gap:14px;gap:14px}.section-title{margin:4px 2px 0;font-family:"Noto Serif SC",serif;font-size:18px;line-height:1.25}.surface{background:rgba(255,253,252,.88);border:1px solid rgba(216,206,194,.58);border-radius:var(--radius);box-shadow:var(--soft-shadow)}.surface.strong{background:linear-gradient(145deg,rgba(255,253,252,.98),rgba(248,241,232,.94))}.card-pad{padding:16px}.hero-card{position:relative;overflow:hidden;padding:20px;border-radius:26px;background:linear-gradient(145deg,var(--porcelain),#fff6ed);border:1px solid rgba(216,206,194,.55);box-shadow:var(--shadow)}.eyebrow{gap:6px;width:-moz-fit-content;width:fit-content;color:var(--terracotta);background:rgba(198,110,74,.1);border:1px solid rgba(198,110,74,.14);border-radius:999px;padding:5px 9px;font-size:11px}.button,.eyebrow{display:inline-flex;align-items:center;font-weight:700}.button{min-height:46px;border:0;border-radius:999px;padding:0 16px;justify-content:center;gap:8px;transition:transform .16s ease,background .16s ease,opacity .16s ease}.button:active{transform:scale(.97)}.button.primary{color:white;background:var(--terracotta);box-shadow:0 12px 22px rgba(198,110,74,.2)}.button.secondary{color:var(--ink);background:rgba(255,253,252,.86);border:1px solid rgba(216,206,194,.76)}.button.ghost{color:var(--terracotta);background:rgba(198,110,74,.1)}.chip-row{display:flex;flex-wrap:wrap;gap:9px}.chip{border:1px solid rgba(216,206,194,.8);border-radius:999px;padding:9px 12px;background:rgba(255,253,252,.72);color:var(--ash);font-size:13px;font-weight:650}.chip.active{color:white;border-color:var(--terracotta);background:var(--terracotta)}.progress-track{height:5px;border-radius:999px;background:rgba(216,206,194,.72);overflow:hidden}.progress-fill{height:100%;border-radius:inherit;background:var(--terracotta)}.mode-switcher{display:grid;grid-template-columns:1fr 1fr;grid-gap:4px;gap:4px;padding:4px;background:var(--linen);border-radius:16px}.mode-switcher button{border:0;min-height:38px;border-radius:12px;background:transparent;color:var(--ash);font-weight:700}.mode-switcher button.active{color:var(--terracotta);background:var(--porcelain);box-shadow:0 4px 12px rgba(43,43,40,.06)}.message{max-width:86%;display:grid;grid-gap:7px;gap:7px;margin:12px 0}.message.user{margin-left:auto;justify-items:end}.bubble{padding:13px 14px;border-radius:18px;font-size:14.5px;line-height:1.68;box-shadow:0 6px 18px rgba(43,43,40,.045)}.message.assistant .bubble{border-top-left-radius:8px;background:var(--porcelain);border:1px solid rgba(216,206,194,.6)}.message.user .bubble{border-bottom-right-radius:8px;color:white;background:var(--terracotta)}.input-dock{position:absolute;left:16px;right:16px;bottom:calc(var(--tab-height) + 10px);z-index:7;display:flex;gap:10px;align-items:center;padding:12px;background:rgba(255,253,252,.96);border:1px solid rgba(216,206,194,.58);border-radius:22px;box-shadow:var(--soft-shadow)}.input-dock input{min-width:0;flex:1 1;border:0;outline:0;background:rgba(233,222,208,.48);border-radius:16px;min-height:44px;padding:0 13px;color:var(--ink)}.circle-action{width:44px;height:44px;border:0;border-radius:16px;color:var(--porcelain);background:var(--terracotta)}.bottom-tabs{position:absolute;inset:auto 0 0;height:calc(var(--tab-height) + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(4,1fr);padding:10px 12px max(10px,env(safe-area-inset-bottom));background:rgba(255,253,252,.96);border-top:1px solid rgba(216,206,194,.76);border-radius:24px 24px 0 0;box-shadow:0 -12px 28px rgba(43,43,40,.07);z-index:8}.tab-button{border:0;background:transparent;color:rgba(111,107,101,.72);display:grid;place-items:center;align-content:center;grid-gap:4px;gap:4px;border-radius:16px;font-size:11px;font-weight:700}.icon-tile,.tab-button.active{color:var(--terracotta)}.icon-tile{width:42px;height:42px;border-radius:15px;background:rgba(198,110,74,.1)}.list-row{display:flex;gap:12px;align-items:center;padding:13px;border-radius:18px;background:rgba(255,253,252,.7);border:1px solid rgba(216,206,194,.42)}.row-main{flex:1 1;min-width:0}.row-main h3,.row-main p{margin:0}.row-main h3{font-size:14px}.metric-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.metric{padding:12px;border-radius:18px;background:rgba(233,222,208,.4);border:1px solid rgba(216,206,194,.46)}.metric strong{display:block;color:var(--terracotta);font-size:20px}.qr{width:92px;height:92px;border-radius:14px;background:linear-gradient(90deg,var(--ink) 10px,transparent 10px 20px,var(--ink) 20px 30px,transparent 30px),linear-gradient(var(--ink) 10px,transparent 10px 20px,var(--ink) 20px 30px,transparent 30px),var(--porcelain);background-size:30px 30px;border:8px solid var(--porcelain);box-shadow:inset 0 0 0 1px rgba(216,206,194,.9)}.two-col{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}@media (max-width:480px){.desktop-stage{padding:0;display:block}.phone-shell{width:100vw;height:100dvh;max-height:none;border:0;border-radius:0;box-shadow:none}}.ios-desktop-stage{min-height:100dvh;display:grid;place-items:center;padding:22px}.ios-phone-shell{width:min(100vw,430px);height:min(100dvh,932px);max-height:932px;background:var(--paper);border:1px solid rgba(111,107,101,.2);border-radius:34px;box-shadow:0 28px 80px rgba(43,43,40,.16)}.ios-app-screen,.ios-phone-shell{position:relative;overflow:hidden}.ios-app-screen{height:100%;background:linear-gradient(180deg,var(--paper) 0,#f1e7d8 48%,#efe5d7 100%)}.ios-tab-page{height:100%;display:flex;flex-direction:column;overflow:hidden}.ios-conversation-scroll,.ios-onboarding-content,.ios-page-scroll{flex:1 1;overflow-y:auto;scrollbar-width:none}.ios-conversation-scroll::-webkit-scrollbar,.ios-onboarding-content::-webkit-scrollbar,.ios-page-scroll::-webkit-scrollbar{display:none}.ios-page-scroll{padding:10px 16px calc(var(--tab-height) + 28px);display:grid;align-content:start;grid-gap:22px;gap:22px}.ios-conversation-header,.ios-top-bar{min-height:64px;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:max(10px,env(safe-area-inset-top)) 16px 12px;background:rgba(246,240,232,.96);border-bottom:1px solid rgba(216,206,194,.7);z-index:12}.ios-top-title-row{min-width:0;display:flex;align-items:center;gap:12px}.ios-top-bar h1,.ios-top-title-row h1{margin:0;color:var(--ink);font-family:"Noto Serif SC",Songti SC,serif;font-size:22px;font-weight:500;line-height:1.2}.ios-top-actions{display:flex;align-items:center;gap:10px}.ios-brand-mark{display:grid;place-items:center;flex:0 0 auto;overflow:hidden;color:var(--terracotta);background:rgba(255,255,255,.78);border:1px solid rgba(216,206,194,.55);box-shadow:0 12px 22px rgba(43,43,40,.06)}.ios-brand-mark img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.ios-companion-avatar{display:grid;place-items:center;flex:0 0 auto;color:var(--terracotta);border-radius:50%;background:linear-gradient(145deg,rgba(255,253,252,.96),rgba(248,241,232,.9));border:1px solid rgba(216,206,194,.5)}.ios-companion-avatar.is-bordered{box-shadow:0 0 0 6px rgba(255,253,252,.8),0 12px 26px rgba(43,43,40,.08)}.companion-pet-sprite{width:84%;aspect-ratio:192/208;background-repeat:no-repeat;background-position:50%;image-rendering:pixelated}.companion-pet-sprite.is-poster{background-image:url(/pet/poster.png);background-size:contain}.companion-pet-sprite.is-wave{background-image:url(/pet/wave.png);background-size:400% 100%;background-position:0 0;animation:pet-wave-sprite .96s steps(4,jump-none) infinite}@keyframes pet-wave-sprite{0%{background-position-x:0}to{background-position-x:100%}}@media (prefers-reduced-motion:reduce){.companion-pet-sprite.is-wave{animation:none;background-image:url(/pet/poster.png);background-size:contain}}.ios-icon-circle{width:44px;height:44px;border:0;border-radius:50%;display:grid;place-items:center;color:var(--terracotta);background:var(--porcelain);border:1px solid rgba(216,206,194,.28);box-shadow:0 10px 18px rgba(43,43,40,.03)}.ios-icon-circle.is-muted{color:var(--ash)}.ios-card{padding:16px;overflow:hidden;color:var(--ink);background:rgba(255,253,252,.92);border:1px solid rgba(216,206,194,.42);border-radius:20px;box-shadow:0 8px 24px rgba(43,43,40,.035)}.ios-card.is-strong{background:linear-gradient(145deg,rgba(255,253,252,.98),rgba(255,246,237,.96));border-color:rgba(255,255,255,.85);box-shadow:0 18px 32px rgba(198,110,74,.08)}.ios-card h2,.ios-career-board h2,.ios-profile-card h2{margin:0;color:var(--ink);font-family:"Noto Serif SC",Songti SC,serif;font-size:21px;line-height:1.24}.ios-card p,.ios-card small,.ios-card span,.ios-row-main small{color:var(--ash)}.ios-section-stack{display:grid;grid-gap:12px;gap:12px}.ios-section-title{margin:0 2px;color:var(--ink);font-family:"Noto Serif SC",Songti SC,serif;font-size:22px;font-weight:700;line-height:1.2}.ios-step-list{display:grid;grid-gap:10px;gap:10px}.ios-row-card{width:100%;min-height:68px;border:0;display:flex;align-items:center;gap:12px;text-align:left;padding:14px;color:var(--ink);background:rgba(255,253,252,.78);border:1px solid rgba(216,206,194,.42);border-radius:18px}.ios-row-card.is-active{background:rgba(198,110,74,.06);border-color:rgba(198,110,74,.36)}.ios-row-icon{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;color:var(--terracotta);background:rgba(198,110,74,.1);border-radius:14px}.ios-row-main{min-width:0;flex:1 1;display:grid;grid-gap:4px;gap:4px}.ios-row-main strong{color:var(--ink);font-size:14px;line-height:1.25}.ios-row-main small{font-size:11px;line-height:1.35}.ios-muted-icon{color:var(--ash)}.ios-primary-button,.ios-secondary-button{min-height:48px;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:700}.ios-primary-button{color:white;background:var(--terracotta);box-shadow:0 12px 24px rgba(198,110,74,.18)}.ios-primary-button:disabled{background:rgba(111,107,101,.25);box-shadow:none}.ios-secondary-button{color:var(--ink);background:rgba(255,253,252,.94);border:1px solid rgba(216,206,194,.72)}.ios-mini-badge,.ios-status-pill{display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;padding:5px 9px;border-radius:999px;color:var(--terracotta);background:rgba(198,110,74,.1);font-size:11px;font-weight:750}.ios-status-pill.is-green{color:var(--evergreen);background:rgba(94,118,100,.12)}.ios-status-pill.is-blue{color:var(--slate);background:rgba(97,114,135,.12)}.ios-bottom-tabs{position:absolute;inset:auto 0 0;height:calc(var(--tab-height) + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(4,1fr);padding:10px 12px max(10px,env(safe-area-inset-bottom));background:rgba(255,253,252,.98);border-top:1px solid rgba(216,206,194,.76);border-radius:24px 24px 0 0;box-shadow:0 -12px 28px rgba(43,43,40,.07);z-index:20}.ios-tab-button{border:0;background:transparent;color:rgba(111,107,101,.82);display:grid;place-items:center;align-content:center;grid-gap:4px;gap:4px;border-radius:16px;font-size:11px;font-weight:700}.ios-tab-button.is-active{color:var(--terracotta)}.ios-nav-screen{position:absolute;inset:0;overflow:hidden;background:linear-gradient(180deg,var(--paper) 0,#f1e7d8 48%,#efe5d7 100%);animation:ios-nav-in .26s cubic-bezier(.32,.72,0,1);will-change:transform}@keyframes ios-nav-in{0%{transform:translateX(100%)}to{transform:translateX(0)}}.ios-secondary-bar{min-height:64px;flex:0 0 auto;display:flex;align-items:center;gap:12px;padding:max(10px,env(safe-area-inset-top)) 16px 12px;background:var(--paper);border-bottom:1px solid rgba(216,206,194,.82);z-index:12}.ios-secondary-back{width:40px;height:40px;flex:0 0 auto;display:grid;place-items:center;border:0;border-radius:50%;color:var(--terracotta);background:rgba(255,253,252,.92);border:1px solid rgba(216,206,194,.28)}.ios-secondary-titles{flex:1 1;min-width:0;display:grid;grid-gap:3px;gap:3px}.ios-secondary-titles h1{margin:0;color:var(--ink);font-family:"Noto Serif SC",Songti SC,serif;font-size:22px;font-weight:700;line-height:1.15}.ios-secondary-titles p{margin:0;color:var(--ash);font-size:12px;font-weight:500}.ios-secondary-action{flex:0 0 auto;justify-content:flex-end;gap:8px;min-width:40px}@media (prefers-reduced-motion:reduce){.ios-nav-screen{animation:none}}.ios-welcome{position:relative;min-height:100%;display:flex;flex-direction:column;align-items:center;padding:0 24px 54px;overflow:hidden;background:radial-gradient(120% 70% at 82% 2%,rgba(255,255,255,.5),rgba(255,255,255,0) 58%),linear-gradient(180deg,var(--paper) 0,#f1e7d8 48%,#efe5d7 100%)}.ios-welcome-bg{position:absolute;inset:0;background-image:url(/brand/welcome-bg.webp);background-size:cover;background-position:center 28%;opacity:.26;pointer-events:none}.ios-welcome-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(246,240,232,.1) 0,rgba(246,240,232,.5) 52%,var(--paper) 100%)}.ios-welcome-streak{position:absolute;border-radius:28px;pointer-events:none}.ios-welcome-streak.streak-a{width:140px;height:420px;top:-36px;right:26px;background:rgba(255,255,255,.28);filter:blur(18px);transform:rotate(6deg)}.ios-welcome-streak.streak-b{width:90px;height:360px;top:-72px;left:36px;background:rgba(255,255,255,.15);filter:blur(20px);transform:rotate(-8deg)}.ios-welcome-hero{margin-top:116px;gap:20px;z-index:1}.ios-welcome-hero,.ios-welcome-titles{display:flex;flex-direction:column;align-items:center}.ios-welcome-titles{gap:10px;text-align:center}.ios-welcome-titles h1{margin:0;color:var(--ink);font-family:"Noto Serif SC",Songti SC,serif;font-size:32px;font-weight:500;line-height:1.2}.ios-welcome-titles p{margin:0;max-width:240px;color:var(--ash);font-size:15px;line-height:1.55}.ios-welcome-button{width:220px;margin-top:auto;z-index:1}.ios-onboarding{height:100%;position:relative;display:flex;flex-direction:column;overflow:hidden;background:var(--paper)}.ios-onboarding-backdrop{position:absolute;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,253,252,.24),rgba(246,240,232,0))}.ios-onboarding-top{position:relative;z-index:2;display:flex;align-items:center;gap:16px;padding:max(8px,env(safe-area-inset-top)) 22px 10px}.ios-onboarding-top p{margin:0 0 4px;color:var(--ash);font-size:12px}.ios-onboarding-top h1{margin:0;font-family:"Noto Serif SC",Songti SC,serif;font-size:22px;line-height:1.2}.ios-back-circle{width:40px;height:40px;border:0;border-radius:50%;color:var(--terracotta);background:rgba(255,253,252,.92)}.ios-back-circle:disabled{color:var(--mist)}.ios-step-progress{width:min(240px,calc(100% - 48px));display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px;padding:0 24px}.ios-step-progress span{height:4px;border-radius:999px;background:var(--mist)}.ios-step-progress span.is-active{background:var(--terracotta)}.ios-onboarding-content{padding:0 20px 132px}.ios-step-stack{display:grid;grid-gap:16px;gap:16px;padding-top:20px}.ios-step-header{display:grid;grid-gap:8px;gap:8px}.ios-step-header h2{margin:0;color:var(--ink);font-family:"Noto Serif SC",Songti SC,serif;font-size:28px;line-height:1.18}.ios-step-header p{margin:0;color:var(--ash);font-size:13px;line-height:1.55}.ios-option-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.ios-compact-tile{min-height:128px;border:1px solid rgba(216,206,194,.5);border-radius:20px;display:grid;align-content:start;grid-gap:8px;gap:8px;text-align:left;padding:14px;color:var(--ink);background:rgba(255,253,252,.86)}.ios-compact-tile.is-selected{border-color:rgba(198,110,74,.45);background:rgba(198,110,74,.06)}.ios-compact-tile span{width:34px;height:34px;display:grid;place-items:center;color:var(--terracotta);background:rgba(198,110,74,.1);border-radius:12px}.ios-compact-tile strong{font-size:15px}.ios-compact-tile small{color:var(--ash);font-size:11px;line-height:1.45}.ios-note-line{display:flex;gap:9px;align-items:flex-start;color:var(--ash);font-size:12px;line-height:1.5}.ios-labeled-field{display:grid;grid-gap:9px;gap:9px}.ios-labeled-field div{display:flex;align-items:center;gap:8px}.ios-labeled-field strong{font-size:14px}.ios-labeled-field span{color:var(--ash);background:var(--linen);padding:3px 8px;border-radius:999px;font-size:10px;font-weight:800}.ios-labeled-field p{margin:0;color:var(--ash);font-size:12px}.ios-labeled-field textarea{width:100%;resize:none;outline:0;border:1px solid rgba(216,206,194,.45);border-radius:18px;padding:13px 14px;color:var(--ink);background:var(--porcelain)}.ios-onboarding-bottom{position:absolute;inset:auto 0 0;z-index:6;display:grid;grid-gap:10px;gap:10px;padding:16px 22px max(18px,env(safe-area-inset-bottom));background:linear-gradient(180deg,rgba(246,240,232,0),rgba(246,240,232,.9) 22%,var(--paper))}.ios-onboarding-bottom p{margin:0;color:var(--ash);font-size:11px;font-weight:700}.ios-bottom-actions{display:flex;gap:12px}.ios-bottom-actions .ios-secondary-button{flex:1 1}.ios-bottom-actions .ios-primary-button{flex:2 1}.ios-focus-tile,.ios-identity-tile{min-height:120px;display:grid;align-content:start;grid-gap:8px;gap:8px;text-align:left;padding:14px;color:var(--ink);background:rgba(255,253,252,.96);border:1px solid rgba(216,206,194,.65);border-radius:18px;box-shadow:0 4px 8px rgba(43,43,40,.03)}.ios-focus-tile{min-height:108px}.ios-focus-tile.is-selected,.ios-identity-tile.is-selected{border-color:var(--terracotta);border-width:1.5px;background:var(--porcelain)}.ios-tile-top{display:flex;align-items:center;justify-content:space-between;min-height:40px}.ios-tile-icon{width:40px;height:40px;display:grid;place-items:center;flex:0 0 auto;color:var(--ash);background:var(--linen);border-radius:14px}.is-selected .ios-tile-icon{color:var(--terracotta);background:rgba(198,110,74,.14)}.ios-tile-badge,.ios-tile-check{color:var(--terracotta)}.ios-tile-badge{padding:4px 7px;border-radius:999px;font-size:9px;font-weight:800;background:rgba(198,110,74,.08)}.is-selected .ios-tile-badge{color:#fff;background:var(--terracotta)}.ios-focus-tile strong,.ios-identity-tile strong{font-size:15px;line-height:1.25}.ios-focus-tile small,.ios-identity-tile small{color:var(--ash);font-size:11px;line-height:1.4}.ios-onboarding-hint{display:flex;gap:9px;align-items:flex-start;padding:12px 14px;border-radius:16px;color:var(--ash);font-size:12px;line-height:1.5;background:rgba(233,222,208,.32);border:1px solid rgba(216,206,194,.28)}.ios-onboarding-hint svg{flex:0 0 auto;margin-top:1px;color:var(--terracotta)}.ios-onboarding-note{display:flex;gap:12px;align-items:flex-start;padding:18px;border-radius:18px;background:rgba(233,222,208,.35);border:1px solid rgba(216,206,194,.32)}.ios-onboarding-note>svg{flex:0 0 auto;margin-top:2px;color:var(--terracotta)}.ios-onboarding-note strong{display:block;margin-bottom:5px;color:var(--ink);font-size:13px}.ios-onboarding-note p{margin:0;color:var(--ash);font-size:12px;line-height:1.5}.ios-resume-card{display:grid;grid-gap:12px;gap:12px;text-align:left;padding:20px;border-radius:22px;color:var(--ink);background:var(--porcelain);border:1px solid rgba(216,206,194,.42);box-shadow:0 8px 18px rgba(43,43,40,.04)}.ios-resume-card.is-selected{color:#fff;background:var(--terracotta);border-color:var(--terracotta);box-shadow:0 14px 26px rgba(198,110,74,.22)}.ios-resume-card-top{display:flex;align-items:center;justify-content:space-between}.ios-resume-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;color:var(--terracotta);background:rgba(198,110,74,.1)}.ios-resume-card.is-selected .ios-resume-icon{color:#fff;background:rgba(255,255,255,.28)}.ios-resume-badge{padding:6px 10px;border-radius:999px;font-size:10px;font-weight:800;color:#fff;background:var(--terracotta)}.ios-resume-card.is-selected .ios-resume-badge{color:var(--terracotta);background:#fff}.ios-resume-card strong{font-family:"Noto Serif SC",Songti SC,serif;font-size:22px;line-height:1.2}.ios-resume-card.is-selected strong{color:#fff}.ios-resume-card p{margin:0;color:var(--ash);font-size:13px;line-height:1.5}.ios-resume-card.is-selected p{color:rgba(255,255,255,.88)}.ios-profile-overview{position:relative;display:flex;flex-direction:column;gap:18px;padding:20px;border-radius:22px;background:linear-gradient(145deg,rgba(255,253,252,.98),rgba(255,246,237,.96));border:1px solid rgba(216,206,194,.5);box-shadow:0 18px 32px rgba(198,110,74,.06)}.ios-profile-identity{min-width:0}.ios-profile-identity h2{display:flex;align-items:center;gap:8px;margin:0 0 7px;color:var(--ink);font-family:"Noto Serif SC",Songti SC,serif;font-size:28px;font-weight:700;line-height:1.1}.ios-profile-identity p{margin:0;color:var(--ash);font-size:12px}.ios-profile-edit{display:grid;place-items:center;width:24px;height:24px;border:0;border-radius:50%;color:var(--ash);background:transparent}.ios-avatar-cta{display:flex;align-items:center;gap:10px;width:100%;height:48px;padding:0 18px;border:0;border-radius:16px;color:#fff;font-size:14px;font-weight:600;background:linear-gradient(90deg,var(--terracotta),var(--terracotta-strong));box-shadow:0 12px 22px rgba(198,110,74,.18)}.ios-avatar-cta span{flex:1 1;text-align:left}.ios-quiet-reminder{display:flex;align-items:center;gap:14px;padding:16px;border-radius:20px;background:rgba(255,253,252,.92);border:1px solid rgba(216,206,194,.4)}.ios-quiet-icon{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;border-radius:14px;color:var(--evergreen);background:rgba(94,118,100,.14)}.ios-quiet-reminder strong{display:block;margin-bottom:4px;color:var(--ink);font-size:14px;font-weight:600}.ios-quiet-reminder p{margin:0;color:var(--ash);font-size:11px}.ios-service-list{display:grid;grid-gap:10px;gap:10px}.ios-service-group{width:100%;display:flex;align-items:center;gap:14px;text-align:left;padding:16px;color:var(--ink);background:rgba(255,253,252,.92);border:1px solid rgba(216,206,194,.4);border-radius:20px;box-shadow:0 6px 14px rgba(43,43,40,.02)}.ios-service-icon{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;border-radius:14px;color:var(--tint,var(--terracotta));background:color-mix(in srgb,var(--tint,var(--terracotta)) 12%,transparent)}.ios-service-main{flex:1 1;min-width:0;display:grid;grid-gap:5px;gap:5px}.ios-service-main strong{font-size:14px;font-weight:600;line-height:1.25}.ios-service-main small{color:var(--ash);font-size:11px;line-height:1.4}.ios-service-chevron{flex:0 0 auto;color:var(--mist)}.ios-growth-coach{display:flex;flex-direction:column;gap:16px;border-radius:24px;background:linear-gradient(145deg,var(--porcelain),#ffffff 55%,#fff2e9);border:1px solid rgba(255,255,255,.92);box-shadow:0 18px 32px rgba(198,110,74,.08)}.ios-coach-top{display:flex;align-items:flex-start;gap:12px}.ios-coach-eyebrow{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:4px}.ios-coach-eyebrow strong{color:var(--terracotta);font-size:15px;font-weight:700}.ios-coach-eyebrow small{color:var(--ash);font-size:12px;font-weight:500}.ios-coach-help{flex:0 0 auto;width:32px;height:32px;display:grid;place-items:center;border:0;border-radius:50%;color:var(--ash);background:rgba(255,255,255,.78)}.ios-coach-title{color:var(--ink);font-family:"Noto Serif SC",Songti SC,serif;font-size:24px;font-weight:700;line-height:1.25}.ios-coach-summary,.ios-coach-title{margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ios-coach-summary{color:var(--ash);font-size:13px;line-height:1.5}.ios-coach-foot{display:flex;align-items:center;gap:14px}.ios-coach-progress{flex:1 1;height:6px;border-radius:999px;background:rgba(233,222,208,.68);overflow:hidden}.ios-coach-progress span{display:block;height:100%;border-radius:inherit;background:var(--terracotta)}.ios-coach-action{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 16px;border:0;border-radius:999px;color:#fff;font-size:13px;font-weight:700;background:var(--terracotta);box-shadow:0 8px 16px rgba(198,110,74,.16)}.ios-growth-section-head{display:flex;align-items:center;gap:10px;padding:0 2px}.ios-growth-section-head h2{margin:0;color:var(--ink);font-family:"Noto Serif SC",Songti SC,serif;font-size:19px;font-weight:700}.ios-growth-count{flex:0 0 auto;color:var(--ash);font-size:10px;padding:5px 10px;border-radius:999px;background:var(--linen)}.ios-task-row{display:flex;align-items:center;gap:12px;padding:14px;border-radius:18px;background:rgba(255,253,252,.92);border:1px solid rgba(216,206,194,.4)}.ios-task-icon{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;border-radius:14px;color:var(--terracotta);background:rgba(198,110,74,.1)}.ios-task-row.is-done .ios-task-icon{color:var(--evergreen);background:rgba(94,118,100,.14)}.ios-task-main{flex:1 1;min-width:0;display:grid;grid-gap:4px;gap:4px}.ios-task-main strong{color:var(--ink);font-size:14px;font-weight:600}.ios-task-main small{color:var(--ash);font-size:11px;line-height:1.4}.ios-growth-mainline-title{font-size:20px}.ios-mainline-empty{display:grid;grid-gap:12px;gap:12px;padding:20px;border-radius:22px;background:var(--porcelain);border:1px solid rgba(216,206,194,.42);box-shadow:0 6px 14px rgba(43,43,40,.02)}.ios-mainline-empty strong{color:var(--ink);font-size:17px;font-weight:700}.ios-mainline-cta{height:44px;border:0;border-radius:16px;color:#fff;font-size:13px;font-weight:700;background:var(--terracotta)}.ios-career-board-card{display:grid;grid-gap:14px;gap:14px;padding:18px;border-radius:22px;background:var(--porcelain);border:1px solid rgba(216,206,194,.42);box-shadow:0 8px 18px rgba(43,43,40,.03)}.ios-career-board-head strong{display:block;margin-bottom:5px;color:var(--ink);font-size:16px;font-weight:700}.ios-career-board-head p{margin:0;color:var(--ash);font-size:12px;line-height:1.45}.ios-career-metrics{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.ios-career-metrics div{display:grid;grid-gap:4px;gap:4px;padding:12px;border-radius:14px;background:rgba(255,255,255,.7);border:1px solid rgba(216,206,194,.45)}.ios-career-metrics strong{color:var(--terracotta);font-size:18px}.ios-career-metrics span{color:var(--ash);font-size:10px}.ios-secondary-action{display:flex;align-items:center;gap:12px;width:100%;text-align:left;padding:12px 14px;border-radius:18px;color:var(--ink);background:rgba(255,253,252,.82);border:1px solid rgba(216,206,194,.24)}.ios-secondary-icon{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;color:var(--plum);background:rgba(92,73,104,.08)}.ios-secondary-title{flex:1 1;min-width:0;font-size:14px;font-weight:700}.ios-secondary-badge{flex:0 0 auto;padding:5px 9px;border-radius:999px;font-size:10px;font-weight:700;color:var(--plum);background:rgba(92,73,104,.08)}.ios-sidehustle-shelf{display:flex;align-items:center;gap:13px;width:100%;min-height:96px;text-align:left;padding:14px;border-radius:22px;color:var(--ink);background:linear-gradient(145deg,#fefcff,#f4ecfa 55%,#fff9fd);border:1px solid rgba(255,255,255,.92);box-shadow:0 12px 22px rgba(92,73,104,.08)}.ios-sidehustle-art{width:56px;height:56px;flex:0 0 auto;display:grid;place-items:center;overflow:hidden;border-radius:18px;color:var(--plum);background:rgba(92,73,104,.1)}.ios-sidehustle-art img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.ios-sidehustle-main{flex:1 1;min-width:0;display:grid;grid-gap:5px;gap:5px}.ios-sidehustle-titlerow{display:flex;align-items:center;gap:8px}.ios-sidehustle-titlerow strong{color:var(--ink);font-family:"Noto Serif SC",Songti SC,serif;font-size:16px;font-weight:700}.ios-sidehustle-tag{flex:0 0 auto;padding:4px 7px;border-radius:999px;font-size:9px;font-weight:700;color:var(--plum);background:rgba(92,73,104,.08)}.ios-sidehustle-main small{color:var(--ash);font-size:12px;line-height:1.4}.ios-sidehustle-chevron{width:24px;height:24px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;color:var(--plum);background:rgba(92,73,104,.08)}.ios-sidehustle-start{display:flex;align-items:center;gap:12px;width:100%;text-align:left;padding:12px 14px;border-radius:18px;color:var(--ink);background:rgba(255,253,252,.82);border:1px solid rgba(92,73,104,.14)}.ios-sidehustle-arrow{flex:0 0 auto;color:var(--plum)}.ios-sidehustle-empty{display:grid;grid-gap:10px;gap:10px;padding:18px;border-radius:20px;background:var(--porcelain);border:1px solid rgba(216,206,194,.34)}.ios-sidehustle-empty strong{color:var(--ink);font-size:16px;font-weight:700}.ios-sidehustle-empty p{margin:0;color:var(--ash);font-size:12px;line-height:1.45}.ios-conversation-page{background:linear-gradient(180deg,var(--paper),#f4eadc)}.ios-conversation-scroll{padding:12px 18px 106px}.ios-quick-start{min-height:100%;display:grid;align-content:center;justify-items:center;grid-gap:16px;gap:16px;padding-bottom:40px}.ios-quick-start h2{margin:0;color:var(--ink);font-size:20px}.ios-quick-start .ios-step-list{width:100%}.ios-message-list{display:grid;grid-gap:12px;gap:12px}.ios-message-row{display:flex;align-items:flex-start;gap:8px}.ios-message-row.is-user{justify-content:flex-end}.ios-message-stack{max-width:min(82%,310px);display:grid;grid-gap:7px;gap:7px}.ios-message-row.is-user .ios-message-stack{justify-items:end}.ios-bubble{padding:11px 14px;border-radius:18px;color:var(--ink);background:var(--porcelain);box-shadow:0 2px 8px rgba(43,43,40,.04);font-size:15px;line-height:1.62}.ios-message-row.is-user .ios-bubble{color:white;background:var(--terracotta)}.ios-message-stack small{color:var(--ash);font-size:11px}.ios-guide-prompt,.ios-inline-review{border:0;gap:6px;width:-moz-fit-content;width:fit-content;border-radius:999px;padding:7px 10px;color:var(--terracotta);background:rgba(198,110,74,.1);font-weight:700}.ios-guide-prompt,.ios-inline-review,.ios-typing{display:inline-flex;align-items:center;font-size:12px}.ios-typing{gap:8px;padding:10px 14px;color:var(--ash);background:var(--porcelain);border:1px solid rgba(216,206,194,.5);border-radius:18px}.ios-input-bar{position:absolute;inset:auto 0 calc(var(--tab-height) + env(safe-area-inset-bottom));z-index:18;display:flex;align-items:flex-end;gap:8px;padding:10px 18px 12px;background:rgba(255,253,252,.96);border-top:1px solid rgba(216,206,194,.55)}.ios-input-bar textarea{flex:1 1;min-width:0;min-height:42px;max-height:116px;resize:none;outline:0;border:1px solid rgba(216,206,194,.65);border-radius:20px;padding:11px 14px;color:var(--ink);background:var(--linen)}.ios-round-soft-button,.ios-send-button{width:42px;height:42px;border:0;border-radius:50%;display:grid;place-items:center}.ios-round-soft-button{color:var(--slate);background:var(--linen)}.ios-send-button{color:white;background:var(--terracotta)}.ios-send-button:disabled{background:rgba(216,206,194,.8)}.ios-overlay,.ios-sheet-backdrop{position:absolute;inset:0;z-index:30;background:rgba(43,43,40,.18);display:grid}.ios-sheet-backdrop{align-items:end}.ios-overlay{place-items:center;padding:20px}.ios-bottom-sheet{max-height:min(76%,680px);overflow-y:auto;display:grid;grid-gap:14px;gap:14px;padding:16px 16px max(18px,env(safe-area-inset-bottom));background:var(--paper);border-radius:26px 26px 0 0;box-shadow:0 -20px 44px rgba(43,43,40,.16)}.ios-bottom-sheet header,.ios-card-header-row,.ios-guide-card header{display:flex;align-items:center;gap:12px}.ios-bottom-sheet header{justify-content:space-between}.ios-bottom-sheet header h2,.ios-bottom-sheet header p,.ios-guide-card h2,.ios-guide-card p{margin:0}.ios-bottom-sheet header p{color:var(--terracotta);font-size:11px;font-weight:800}.ios-bottom-sheet header h2,.ios-guide-card h2{color:var(--ink);font-family:"Noto Serif SC",Songti SC,serif;font-size:22px}.ios-bottom-sheet header button,.ios-guide-card header button{border:0;width:36px;height:36px;display:grid;place-items:center;border-radius:50%;color:var(--ash);background:rgba(233,222,208,.72)}.ios-memory-card{display:grid;grid-gap:6px;gap:6px}.ios-memory-card strong{font-size:14px}.ios-memory-card p{margin:0;font-size:12px;line-height:1.5}.ios-memory-card span{color:var(--terracotta);font-size:11px;font-weight:800}.ios-guide-card{width:min(100%,340px);display:grid;grid-gap:14px;gap:14px}.ios-guide-card header{justify-content:space-between}.ios-guide-card p{color:var(--ash);font-size:13px;line-height:1.55}.ios-growth-coach{display:grid;grid-gap:15px;gap:15px;padding:22px}.ios-growth-eyebrow{display:flex;align-items:center;justify-content:space-between}.ios-growth-eyebrow strong{color:var(--terracotta);font-size:15px}.ios-growth-eyebrow button{width:32px;height:32px;border:0;border-radius:50%;color:var(--ash);background:rgba(255,255,255,.78);font-weight:900}.ios-growth-coach h2{margin:0;color:var(--ink);font-family:"Noto Serif SC",Songti SC,serif;font-size:24px;line-height:1.22}.ios-growth-coach p{margin:0;color:var(--ash);font-size:13px;line-height:1.55}.ios-progress-line{height:6px;overflow:hidden;border-radius:999px;background:rgba(233,222,208,.7)}.ios-progress-line span{display:block;height:100%;border-radius:inherit;background:var(--terracotta)}.ios-card-header-row{align-items:flex-start}.ios-card-header-row>div{flex:1 1;min-width:0}.ios-card-header-row h2{margin:0 0 5px;font-size:18px}.ios-card-header-row p{margin:0;color:var(--ash);font-size:12px;line-height:1.45}.ios-metric-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-top:16px}.ios-metric-grid div{display:grid;grid-gap:4px;gap:4px;padding:12px;border-radius:16px;background:rgba(233,222,208,.38)}.ios-metric-grid strong{color:var(--terracotta);font-size:20px}.ios-metric-grid span{color:var(--ash);font-size:11px}.ios-profile-card{display:grid;grid-gap:18px;gap:18px;padding:20px}.ios-profile-main{display:flex;align-items:center;gap:16px}.ios-profile-main h2{display:flex;align-items:center;gap:8px;margin:0 0 6px;font-size:28px}.ios-profile-main p{margin:0;color:var(--ash);font-size:12px}@media (max-width:480px){.ios-desktop-stage{display:block;padding:0}.ios-phone-shell{width:100vw;height:100dvh;max-height:none;border:0;border-radius:0;box-shadow:none}}.ios-connection-bar{align-items:flex-start}.ios-connection-title{display:grid;grid-gap:3px;gap:3px}.ios-connection-title h1{margin:0;color:var(--ink);font-family:"Noto Serif SC",Songti SC,serif;font-size:24px;font-weight:700;line-height:1.1}.ios-connection-title p{margin:0;color:var(--ash);font-size:12px;font-weight:500}.ios-connection-section-title{font-size:21px}.ios-primary-connection{display:flex;flex-direction:column;width:100%;text-align:left;padding:0;overflow:hidden;border-radius:24px;background:var(--porcelain);border:1px solid rgba(216,206,194,.2);box-shadow:0 16px 28px rgba(43,43,40,.05)}.ios-primary-cover{position:relative;height:164px;background:radial-gradient(120% 90% at 78% 12%,rgba(255,255,255,.32),rgba(255,255,255,0) 60%),linear-gradient(150deg,var(--terracotta),#d98a5f 48%,var(--plum))}.ios-primary-dots{position:absolute;left:14px;top:14px;display:flex;gap:6px}.ios-primary-dots i{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.62)}.ios-primary-dots i:first-child{background:rgba(255,255,255,.92)}.ios-primary-foot{display:flex;align-items:center;gap:14px;padding:14px 16px}.ios-primary-foot-main{flex:1 1;min-width:0;display:grid;grid-gap:5px;gap:5px}.ios-primary-foot-main strong{color:var(--ink);font-family:"Noto Serif SC",Songti SC,serif;font-size:20px;font-weight:700}.ios-primary-foot-main small{color:var(--ash);font-size:12px}.ios-primary-cta{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;padding:9px 12px;border-radius:999px;color:var(--terracotta);background:rgba(198,110,74,.1);font-size:12px;font-weight:700}.ios-connection-rec-list{display:grid;grid-gap:12px;gap:12px}.ios-rec-community{display:flex;align-items:center;gap:14px;width:100%;text-align:left;padding:14px;border-radius:22px;background:var(--porcelain);border:1px solid rgba(216,206,194,.18);box-shadow:0 6px 14px rgba(43,43,40,.018)}.ios-rec-cover{width:88px;height:72px;flex:0 0 auto;display:grid;place-items:center;border-radius:18px;color:#fff;font-family:"Noto Serif SC",Songti SC,serif;font-size:20px;font-weight:700}.ios-rec-main{flex:1 1;min-width:0;display:grid;grid-gap:6px;gap:6px}.ios-rec-main strong{color:var(--ink);font-family:"Noto Serif SC",Songti SC,serif;font-size:17px;font-weight:700}.ios-rec-main small{color:var(--ash);font-size:12px;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ios-rec-chevron{flex:0 0 auto;color:var(--tertiary,#a0978e)}.ios-connection-skeleton{height:144px;border-radius:24px;background:linear-gradient(100deg,rgba(255,253,252,.9),rgba(233,222,208,.5),rgba(255,253,252,.9));background-size:220% 100%;animation:ios-shimmer 1.4s ease-in-out infinite}@keyframes ios-shimmer{0%{background-position:200% 0}to{background-position:-40% 0}}.ios-connection-footer-link{display:inline-flex;align-items:center;gap:8px;width:-moz-fit-content;width:fit-content;padding:10px 14px;border:0;border-radius:999px;color:var(--terracotta);background:rgba(198,110,74,.1);font-size:13px;font-weight:700}.ios-soulmatch-entry{display:flex;align-items:center;gap:14px;width:100%;text-align:left;padding:14px;border-radius:22px;background:linear-gradient(145deg,rgba(255,253,252,.98),rgba(248,241,232,.86));border:1px solid rgba(216,206,194,.2);box-shadow:0 6px 14px rgba(43,43,40,.015)}.ios-soulmatch-art{width:58px;height:58px;flex:0 0 auto;overflow:hidden;border-radius:18px}.ios-soulmatch-art img{width:100%;height:100%;object-fit:cover}.ios-soulmatch-main{flex:1 1;min-width:0;display:grid;grid-gap:7px;gap:7px}.ios-soulmatch-main strong{color:var(--ink);font-family:"Noto Serif SC",Songti SC,serif;font-size:17px;font-weight:700}.ios-soulmatch-main small{color:var(--ash);font-size:12px}.ios-soulmatch-go{width:34px;height:34px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;color:var(--terracotta);background:rgba(198,110,74,.1)}.ios-secondary-icon-btn{width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:50%;color:var(--terracotta);background:transparent}.ios-community-search{display:flex;align-items:center;gap:10px;height:52px;padding:0 16px;border-radius:18px;color:var(--ash);background:var(--porcelain);border:1px solid rgba(216,206,194,.2);box-shadow:0 8px 18px rgba(43,43,40,.03)}.ios-community-search input{flex:1 1;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font-size:15px}.ios-community-search button{border:0;background:transparent;color:var(--tertiary,#a0978e);display:grid;place-items:center}.ios-featured-community{position:relative;display:flex;flex-direction:column;justify-content:flex-end;width:100%;min-height:192px;text-align:left;padding:20px;border:0;border-radius:24px;overflow:hidden;color:#fff;box-shadow:0 16px 28px rgba(43,43,40,.1)}.ios-featured-community:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.08),rgba(0,0,0,.55))}.ios-featured-badge{position:relative;z-index:1;width:-moz-fit-content;width:fit-content;margin-bottom:10px;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.16);font-size:11px;font-weight:600;letter-spacing:1px}.ios-featured-body{position:relative;z-index:1;display:grid;grid-gap:6px;gap:6px}.ios-featured-body strong{font-family:"Noto Serif SC",Songti SC,serif;font-size:28px;font-weight:700}.ios-featured-body small{font-size:13px;color:rgba(255,255,255,.86);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ios-filter-row{display:flex;gap:10px;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}.ios-filter-row::-webkit-scrollbar{display:none}.ios-filter-chip{flex:0 0 auto;padding:10px 18px;border-radius:999px;border:1px solid rgba(216,206,194,.22);color:var(--ash);background:rgba(248,241,232,.56);font-size:13px;font-weight:500}.ios-filter-chip.is-active{color:#fff;border-color:transparent;background:var(--terracotta)}.ios-empty-state{display:grid;justify-items:center;grid-gap:10px;gap:10px;text-align:center;padding:40px 24px;color:var(--ash)}.ios-empty-state>svg{color:var(--tertiary,#a0978e)}.ios-empty-state strong{color:var(--ink);font-size:16px;font-weight:700}.ios-empty-state p{margin:0;font-size:12px;line-height:1.5;max-width:280px}.ios-community-list{display:grid;grid-gap:18px;gap:18px}.ios-community-card{display:flex;flex-direction:column;width:100%;text-align:left;padding:0;overflow:hidden;border-radius:24px;background:var(--porcelain);border:1px solid rgba(216,206,194,.26);box-shadow:0 14px 24px rgba(43,43,40,.05)}.ios-community-card-cover{position:relative;height:164px;display:grid;place-items:center;color:rgba(255,255,255,.92);font-family:"Noto Serif SC",Songti SC,serif;font-size:40px;font-weight:700}.ios-community-card-badge{position:absolute;top:12px;right:12px;padding:6px 10px;border-radius:8px;color:var(--terracotta);background:rgba(255,255,255,.92);font-size:10px;font-weight:700;box-shadow:0 6px 12px rgba(0,0,0,.08)}.ios-community-card-body{display:grid;grid-gap:12px;gap:12px;padding:18px}.ios-community-card-body strong{color:var(--ink);font-family:"Noto Serif SC",Songti SC,serif;font-size:22px;font-weight:700}.ios-community-meta{display:flex;align-items:center;gap:8px;color:var(--ash);font-size:12px}.ios-community-meta svg{margin-right:-2px}.ios-meta-dot{width:4px;height:4px;border-radius:50%;background:var(--mist)}.ios-community-tags{display:flex;flex-wrap:wrap;gap:8px}.ios-community-tags span{padding:5px 9px;border-radius:8px;color:var(--ash);background:rgba(246,240,232,.74);border:1px solid rgba(216,206,194,.38);font-size:10px;font-weight:500}.ios-community-reco{display:flex;align-items:flex-start;gap:8px;padding:14px;border-radius:14px;color:var(--ash);background:rgba(246,240,232,.56);border-left:3px solid var(--terracotta);font-size:13px;line-height:1.5}.ios-community-reco svg{flex:0 0 auto;margin-top:1px;color:var(--terracotta)}.ios-cd-scroll{padding:0 0 calc(var(--tab-height) + 28px);display:block}.ios-cd-cover{position:relative;height:156px;display:grid;place-items:center;color:rgba(255,255,255,.9);font-family:"Noto Serif SC",Songti SC,serif;font-size:44px;font-weight:700}.ios-cd-cover:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.24))}.ios-cd-back{position:absolute;z-index:2;top:max(12px,env(safe-area-inset-top));left:14px;width:40px;height:40px;display:grid;place-items:center;border:0;border-radius:50%;color:var(--terracotta);background:rgba(255,253,252,.92);box-shadow:0 6px 14px rgba(0,0,0,.12)}.ios-cd-cover-label{position:relative;z-index:1}.ios-cd-info{display:grid;grid-gap:14px;gap:14px;padding:16px;background:var(--porcelain);border-bottom:1px solid rgba(216,206,194,.4)}.ios-cd-info-top{display:flex;align-items:flex-start;gap:12px}.ios-cd-info-main{flex:1 1;min-width:0;display:grid;grid-gap:8px;gap:8px}.ios-cd-category{width:-moz-fit-content;width:fit-content;padding:5px 9px;border-radius:999px;color:var(--terracotta);background:rgba(198,110,74,.12);font-size:11px;font-weight:700}.ios-cd-info-main h1{margin:0;color:var(--ink);font-family:"Noto Serif SC",Songti SC,serif;font-size:22px;font-weight:700;line-height:1.2}.ios-cd-info-main p{margin:0;color:var(--ash);font-size:13px;line-height:1.5}.ios-cd-action{flex:0 0 auto;display:inline-flex;align-items:center;gap:4px;padding:8px 16px;border:0;border-radius:999px;color:#fff;background:var(--terracotta);font-size:13px;font-weight:700}.ios-cd-action:disabled{opacity:.7}.ios-cd-tags{display:flex;flex-wrap:wrap;gap:8px}.ios-cd-tags span{padding:5px 9px;border-radius:999px;color:var(--ash);background:rgba(248,241,232,.66);font-size:11px;font-weight:500}.ios-cd-meta{display:flex;flex-wrap:wrap;gap:14px;color:var(--ash);font-size:12px}.ios-cd-meta span{display:inline-flex;align-items:center;gap:5px}.ios-cd-tagfilter{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding:12px 16px;background:rgba(255,253,252,.82);border-bottom:1px solid rgba(216,206,194,.3)}.ios-cd-tagfilter::-webkit-scrollbar{display:none}.ios-post-list{padding:14px 14px 0}.ios-post-list,.ios-post-row{display:grid;grid-gap:10px;gap:10px}.ios-post-row{padding:14px;border-radius:18px;background:var(--porcelain);border:1px solid rgba(216,206,194,.34)}.ios-post-head{display:flex;align-items:center;gap:10px}.ios-post-avatar{width:32px;height:32px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--terracotta);font-size:13px;font-weight:700}.ios-post-head strong{flex:1 1;color:var(--ink);font-size:14px;font-weight:600}.ios-post-head small{color:var(--ash);font-size:11px}.ios-post-content{margin:0;color:var(--ink);font-size:14px;line-height:1.6}.ios-post-foot{display:flex;gap:16px;color:var(--ash);font-size:12px}.ios-inbox-segment{display:grid;grid-template-columns:1fr 1fr;grid-gap:4px;gap:4px;padding:4px;border-radius:16px;background:var(--linen)}.ios-inbox-segment button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:40px;border:0;border-radius:12px;background:transparent;color:var(--ash);font-size:13px;font-weight:600}.ios-inbox-segment button.is-active{color:var(--terracotta);background:var(--porcelain);box-shadow:0 4px 12px rgba(43,43,40,.06)}.ios-request-actions-demo{display:flex;gap:10px;margin-top:6px}.ios-request-accept,.ios-request-ignore{display:inline-flex;align-items:center;gap:5px;padding:8px 14px;border-radius:999px;font-size:12px;font-weight:700}.ios-request-accept{color:#fff;background:var(--terracotta)}.ios-request-ignore{color:var(--ash);background:rgba(248,241,232,.7);border:1px solid rgba(216,206,194,.5)}.ios-soulmatch-locked{display:grid;justify-items:center;grid-gap:14px;gap:14px;text-align:center;padding:20px 4px}.ios-soulmatch-locked-art{width:64px;height:64px;display:grid;place-items:center;border-radius:22px;color:var(--plum);background:rgba(92,73,104,.1)}.ios-soulmatch-locked h2{margin:0;color:var(--ink);font-family:"Noto Serif SC",Songti SC,serif;font-size:22px;font-weight:700;line-height:1.3}.ios-soulmatch-locked>p{margin:0;color:var(--ash);font-size:13px;line-height:1.6;max-width:320px}.ios-soulmatch-steps{display:grid;grid-gap:10px;gap:10px;width:100%;margin:6px 0}.ios-soulmatch-steps>div{display:flex;align-items:center;gap:12px;text-align:left;padding:14px;border-radius:18px;background:var(--porcelain);border:1px solid rgba(216,206,194,.34)}.ios-soulmatch-steps span{width:26px;height:26px;flex:0 0 auto;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--plum);font-size:12px;font-weight:700}.ios-soulmatch-steps strong{display:block;color:var(--ink);font-size:14px;font-weight:600}.ios-soulmatch-steps small{color:var(--ash);font-size:12px}.ios-soulmatch-locked .ios-primary-button{width:100%;margin-top:6px}.ios-soulmatch-ready-intro{display:flex;align-items:flex-start;gap:10px;padding:16px;border-radius:18px;color:var(--ash);background:rgba(92,73,104,.06);font-size:13px;line-height:1.55}.ios-soulmatch-ready-intro svg{flex:0 0 auto;margin-top:1px;color:var(--plum)}.ios-soulmatch-cards{display:grid;grid-gap:12px;gap:12px}.ios-soulmatch-card{position:relative;display:grid;grid-gap:8px;gap:8px;padding:18px;border-radius:20px;background:var(--porcelain);border:1px solid rgba(216,206,194,.34)}.ios-soulmatch-card-score{position:absolute;top:16px;right:16px;color:var(--plum);font-family:"Noto Serif SC",Songti SC,serif;font-size:18px;font-weight:700}.ios-soulmatch-card strong{color:var(--ink);font-size:15px;font-weight:600;max-width:80%}.ios-soulmatch-card-tag{display:inline-flex;align-items:center;gap:5px;width:-moz-fit-content;width:fit-content;padding:5px 10px;border-radius:999px;color:var(--plum);background:rgba(92,73,104,.08);font-size:11px;font-weight:700}.ios-career-intake{background:var(--paper)}.ios-career-step-badge{margin-left:10px;padding:4px 9px;border-radius:999px;color:var(--terracotta);background:rgba(198,110,74,.1);font-family:IBM Plex Sans,sans-serif;font-size:11px;font-weight:700;vertical-align:middle}.ios-career-field{display:grid;grid-gap:10px;gap:10px}.ios-career-field>strong{color:var(--ink);font-size:14px;font-weight:600}.ios-career-chips{display:flex;flex-wrap:wrap;gap:10px}.ios-career-chip{padding:11px 16px;border-radius:14px;border:1px solid rgba(216,206,194,.55);background:var(--porcelain);color:var(--ink);font-size:14px;font-weight:500}.ios-career-chip.is-active{color:#fff;border-color:transparent;background:var(--terracotta);box-shadow:0 8px 16px rgba(198,110,74,.18)}.ios-career-input,.ios-career-textarea{width:100%;border:1px solid rgba(216,206,194,.55);border-radius:16px;padding:13px 14px;color:var(--ink);background:var(--porcelain);font-size:15px;outline:0;resize:none}.ios-career-input:focus,.ios-career-textarea:focus{border-color:rgba(198,110,74,.5)}.ios-career-generating{flex:1 1;display:grid;align-content:center;justify-items:center;grid-gap:14px;gap:14px;text-align:center;padding:40px 32px}.ios-career-generating h2{margin:0;color:var(--ink);font-family:"Noto Serif SC",Songti SC,serif;font-size:22px;font-weight:700}.ios-career-generating p{margin:0;color:var(--ash);font-size:13px;line-height:1.6;max-width:280px}.ios-spin{color:var(--terracotta);animation:ios-spin .9s linear infinite}@keyframes ios-spin{to{transform:rotate(1turn)}}.ios-career-result-intro{display:flex;align-items:flex-start;gap:10px;padding:16px;border-radius:18px;color:var(--ash);background:rgba(198,110,74,.06);font-size:13px;line-height:1.6}.ios-career-result-intro svg{flex:0 0 auto;margin-top:2px;color:var(--terracotta)}.ios-career-result-intro strong{color:var(--ink)}.ios-career-direction{display:grid;grid-gap:12px;gap:12px;padding:18px;border-radius:22px;background:var(--porcelain);border:1px solid rgba(216,206,194,.42);box-shadow:0 8px 18px rgba(43,43,40,.04)}.ios-career-direction-head{display:flex;align-items:flex-start;gap:12px}.ios-career-direction-icon{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;border-radius:14px;color:var(--terracotta);background:rgba(198,110,74,.1)}.ios-career-direction-head>div{flex:1 1;min-width:0}.ios-career-direction-head strong{display:block;color:var(--ink);font-family:"Noto Serif SC",Songti SC,serif;font-size:17px;font-weight:700}.ios-career-direction-head p{margin:5px 0 0;color:var(--ash);font-size:12px;line-height:1.5}.ios-career-direction-score{flex:0 0 auto;color:var(--terracotta);font-family:"Noto Serif SC",Songti SC,serif;font-size:18px;font-weight:700}.ios-career-reasons{margin:0;padding:0;list-style:none;display:grid;grid-gap:8px;gap:8px}.ios-career-reasons li{display:flex;align-items:flex-start;gap:8px;color:var(--ink);font-size:13px;line-height:1.5}.ios-career-reasons svg{flex:0 0 auto;margin-top:3px;color:var(--evergreen)}.ios-career-result-cta{width:100%;margin-top:4px}.ios-mesvc-intro{display:flex;align-items:center;gap:14px;padding:18px;border-radius:22px;background:var(--porcelain);border:1px solid rgba(216,206,194,.34);box-shadow:0 8px 18px rgba(43,43,40,.03)}.ios-mesvc-intro-icon{width:48px;height:48px;flex:0 0 auto;display:grid;place-items:center;border-radius:16px}.ios-mesvc-intro strong{display:block;color:var(--ink);font-family:"Noto Serif SC",Songti SC,serif;font-size:20px;font-weight:700}.ios-mesvc-intro p{margin:4px 0 0;color:var(--ash);font-size:12px;line-height:1.5}.ios-mesvc-list{display:grid;grid-gap:10px;gap:10px}.ios-mesvc-row{display:flex;align-items:center;gap:14px;width:100%;text-align:left;padding:16px;border-radius:20px;color:var(--ink);background:var(--porcelain);border:1px solid rgba(216,206,194,.34);box-shadow:0 6px 14px rgba(43,43,40,.02)}.ios-mesvc-row.is-info{background:rgba(248,241,232,.5)}.ios-mesvc-icon{width:42px;height:42px;flex:0 0 auto;display:grid;place-items:center;border-radius:14px}.ios-mesvc-main{flex:1 1;min-width:0;display:grid;grid-gap:5px;gap:5px}.ios-mesvc-title{display:flex;align-items:center;gap:8px;color:var(--ink);font-size:14px;font-weight:600}.ios-mesvc-badge{padding:3px 8px;border-radius:999px;color:var(--terracotta);background:rgba(198,110,74,.1);font-size:9px;font-weight:700}.ios-mesvc-main small{color:var(--ash);font-size:11px;line-height:1.4}.ios-mesvc-chevron{flex:0 0 auto;color:var(--mist)}.ios-comingsoon{display:grid;justify-items:center;grid-gap:14px;gap:14px;text-align:center;padding:48px 28px}.ios-comingsoon-pet{width:88px;height:88px}.ios-comingsoon h2{margin:0;color:var(--ink);font-family:"Noto Serif SC",Songti SC,serif;font-size:22px;font-weight:700}.ios-comingsoon p{margin:0;color:var(--ash);font-size:13px;line-height:1.6;max-width:300px}