:root{font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;color:#17324d;background:#fff9f3;--coral:#ff7a59;--muted:#6d7f8e;--line:#eadfd7;--soft:#fff2e8;--green:#2e9f7d;--shadow:0 10px 30px rgba(60,42,28,.08)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;background:#fff9f3}body{min-height:100vh}button,input,select,textarea{font:inherit}.appShell{min-height:100vh;max-width:680px;margin:auto;background:#fffaf6}.topbar{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;padding:max(14px,env(safe-area-inset-top)) 18px 12px;background:#fffaf6f2;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}.topbar h1{font-size:25px;margin:2px 0}.eyebrow{font-size:10px;letter-spacing:.13em;font-weight:900;color:var(--coral)}.avatar,.bigAvatar{display:grid;place-items:center;border-radius:50%;background:#17324d;color:#fff;font-weight:900}.avatar{width:42px;height:42px}.bigAvatar{width:82px;height:82px;font-size:30px;margin:auto}.screen{padding:16px 16px calc(160px + env(safe-area-inset-bottom))}.bottomNav{position:fixed;z-index:30;bottom:0;left:50%;transform:translate(-50%);width:min(680px,100%);display:grid;grid-template-columns:repeat(4,1fr);padding:8px 8px calc(8px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid var(--line)}.navBtn{border:0;background:transparent;color:#8594a0;border-radius:16px;min-height:58px;display:flex;gap:3px;flex-direction:column;align-items:center;justify-content:center;font-size:11px;font-weight:800}.navBtn.active{background:var(--soft);color:#e95d3c}.welcomeCard,.successCard,.comingCard,.petCard,.activityCard,.metricCard,.profileCard,.formCard,.authCard{background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)}.welcomeCard,.successCard,.comingCard,.petCard,.activityCard{display:flex;align-items:center;gap:13px;padding:15px}.welcomeCard p,.successCard p,.comingCard p,.petCard p,.activityCard p{margin:3px 0;color:var(--muted);font-size:14px}.grow{flex:1}.buddy,.petEmoji{font-size:31px}.successCard{margin-top:12px;background:#f0fff8}.nextCircle{width:42px;height:42px;border:0;border-radius:50%;background:var(--green);color:#fff}.primaryBtn,.ghostBtn,.dangerBtn,.recordBtn,.stopBtn,.googleBtn,.installBanner{width:100%;min-height:54px;border-radius:16px;font-weight:850;display:flex;align-items:center;justify-content:center;gap:8px}.primaryBtn{border:0;background:var(--coral);color:#fff}.ghostBtn{border:1px solid var(--line);background:#fff}.dangerBtn{border:1px solid #f2c7c7;background:#fff5f5;color:#b44242}.googleBtn{border:1px solid var(--line);background:#fff}.addPet{margin:14px 0}.formCard{padding:17px;margin-top:14px}label{display:block;font-size:13px;font-weight:850;margin:13px 0 6px;color:#506477}input,select,textarea{width:100%;border:1px solid #d9dfe3;background:#fff;border-radius:14px;min-height:52px;padding:12px 13px}fieldset{border:0;padding:0;margin:14px 0}.choiceRow{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.choiceRow.ages{grid-template-columns:repeat(4,1fr)}.choice{min-height:48px;border:1px solid var(--line);border-radius:13px;background:#fff;font-weight:800;font-size:13px}.choice.active{background:var(--soft);border-color:#ffb39e;color:#e95d3c}.petList,.activityList{display:grid;gap:10px;margin-top:14px}.recordHero{text-align:center;padding:18px 6px}.recordHero p{color:var(--muted)}.micOrb{width:94px;height:94px;border-radius:50%;margin:auto;display:grid;place-items:center;background:#ffe7de;color:#e95d3c}.micOrb.live{animation:pulse 1.15s infinite}.recordBtn{border:0;background:#17324d;color:#fff}.stopBtn{border:0;background:#d84b4b;color:#fff}audio{width:100%;margin:12px 0}.twoBtns{display:grid;grid-template-columns:1fr 1.25fr;gap:8px}.comingCard{margin-top:14px}.metricCard{padding:18px;display:flex;justify-content:space-between}.metricCard strong{font-size:36px}.profileCard{text-align:center;padding:28px 18px;margin-bottom:14px}.profileCard p{color:var(--muted)}.emptyState{text-align:center;padding:54px 20px}.toast{position:fixed;z-index:50;left:50%;bottom:calc(90px + env(safe-area-inset-bottom));transform:translate(-50%);background:#17324d;color:#fff;padding:12px 18px;border-radius:999px}.installBanner{margin:10px auto 0;width:calc(100% - 32px);max-width:648px;border:1px solid #ffd2c4;background:#fff0e9;color:#e95d3c}.authPage{min-height:100vh;max-width:520px;margin:auto;padding:40px 18px;display:flex;flex-direction:column;justify-content:center}.brandHero{text-align:center}.heroPets,.splashPets{font-size:64px}.authCard{padding:18px}.divider{display:flex;align-items:center;gap:10px;color:#999;margin:14px 0}.divider:before,.divider:after{content:"";height:1px;flex:1;background:var(--line)}.authCard .primaryBtn,.authCard .ghostBtn{margin-top:9px}.error{color:#ad4545}.splash{min-height:100vh;display:grid;place-content:center;text-align:center}.walkingPaws{font-size:25px;letter-spacing:7px;animation:walk 1.2s ease-in-out infinite}@keyframes walk{50%{transform:translate(14px)}}@keyframes pulse{50%{box-shadow:0 0 0 18px #ff7a591f}}@media(max-width:380px){.choiceRow{grid-template-columns:1fr}.choiceRow.ages{grid-template-columns:repeat(2,1fr)}}.authError{background:#fff1f1;border:1px solid #f0caca;border-radius:12px;padding:10px 12px;line-height:1.35}@media(max-width:600px){.authPage{justify-content:flex-start;padding-top:max(28px,env(safe-area-inset-top))}.brandHero{margin-top:3vh;margin-bottom:18px}.heroPets{font-size:58px}.brandHero h1{font-size:31px}.brandHero p{font-size:16px;line-height:1.45}.authCard{padding:18px;border-radius:22px}.authCard input,.authCard .primaryBtn,.authCard .ghostBtn,.googleBtn{min-height:56px;font-size:16px}}.uploadStatus{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 12px;margin-top:10px;border-radius:12px;background:#fff7ef;font-weight:700}.spin{animation:pr46spin 1s linear infinite}@keyframes pr46spin{to{transform:rotate(360deg)}}.audioPlayBtn{display:inline-flex;align-items:center;gap:7px;margin-top:10px;min-height:40px;padding:8px 12px;border:1px solid #e8d8ca;border-radius:12px;background:#fff;font-weight:700;cursor:pointer}.audioPlayBtn:disabled{opacity:.65;cursor:wait}.activityAudio{display:block;width:100%;max-width:420px;margin-top:10px}.captureModeCard{background:#fff;border:1px solid #eadfd7;border-radius:22px;padding:16px;margin-bottom:14px}.captureModeCard>strong{display:block;margin-bottom:10px}.captureModeRow{display:grid;grid-template-columns:1fr 1fr;gap:10px}.captureModeBtn{min-height:92px;border:1px solid #dfd8d2;background:#fff;border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-weight:800}.captureModeBtn small{font-weight:600;opacity:.62}.captureModeBtn.active{background:#fff0e8;border-color:#f3a58b;color:#dc6447}.videoPreview,.activityVideo{display:block;width:100%;max-width:520px;border-radius:16px;margin-top:12px;background:#000}.activityVideo{max-height:420px}@media(max-width:420px){.captureModeRow{grid-template-columns:1fr}.captureModeBtn{min-height:76px}}.liveVideoPreview{display:block;width:100%;max-width:520px;aspect-ratio:9/16;max-height:58vh;object-fit:cover;border-radius:18px;margin:18px auto 0;background:#000;box-shadow:0 10px 28px #0000001f}@media(min-width:700px){.liveVideoPreview{aspect-ratio:16/9;max-height:420px}}.liveVideoWrap{position:relative;width:100%;max-width:520px;margin:18px auto 0}.liveVideoWrap .liveVideoPreview{margin:0}.liveBadge{position:absolute;top:12px;left:12px;padding:6px 10px;border-radius:999px;background:#0000009e;color:#fff;font-size:12px;font-weight:800;letter-spacing:.06em;pointer-events:none}.evidenceCard{margin-top:14px;padding:16px;border:1px solid #eadfd7;border-radius:18px;background:#fffaf6}.evidenceHeader strong{font-size:17px}.evidenceHeader p{margin:4px 0 12px;opacity:.68;line-height:1.35}.evidenceGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.evidenceSummary{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.evidenceSummary span{font-size:12px;padding:5px 8px;border-radius:999px;background:#fff1e8;border:1px solid #f3d8c8}@media(max-width:520px){.evidenceGrid{grid-template-columns:1fr}}.stopBtnImmediate{width:100%;max-width:520px;margin:14px auto 0;position:sticky;bottom:88px;z-index:12;box-shadow:0 10px 28px #00000029}.reviewOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#14100e7a;z-index:100;display:flex;align-items:flex-end;justify-content:center}.reviewSheet{width:min(100%,620px);max-height:88vh;overflow:auto;background:#fff;border-radius:26px 26px 0 0;padding:10px 18px calc(24px + env(safe-area-inset-bottom));box-shadow:0 -20px 50px #0000002e}.reviewHandle{width:44px;height:5px;border-radius:99px;background:#ddd;margin:2px auto 14px}.reviewSheet h2{margin:0 0 6px}.reviewIntro{margin:0 0 16px;opacity:.7;line-height:1.4}.reviewSummary{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:14px}.reviewSummary div{background:#fff7f1;border:1px solid #f0dfd3;border-radius:14px;padding:10px}.reviewSummary span{display:block;font-size:12px;opacity:.65;margin-bottom:3px}.reviewSummary strong{font-size:14px}.reviewActions{display:grid;grid-template-columns:1fr 1.4fr;gap:10px;margin-top:16px}.reviewBadge{display:inline-flex;margin-top:8px;padding:5px 9px;border-radius:999px;font-size:12px;border:1px solid #ddd;background:#fafafa}.reviewBadge.confirmed{background:#eef9f0}.reviewBadge.corrected{background:#fff5e8}.reviewBadge.uncertain{background:#f3f3f3}@media(max-width:520px){.reviewSummary,.reviewActions{grid-template-columns:1fr}}.petLearningCard{background:#fff;border:1px solid #eadfd7;border-radius:22px;overflow:hidden;box-shadow:0 8px 24px #1e140f0f;margin-bottom:14px}.petCardInside{margin:0;border:0;border-radius:0;box-shadow:none}.qualityPill{flex:0 0 auto;font-size:11px;font-weight:800;padding:6px 9px;border-radius:999px;white-space:nowrap;border:1px solid #ddd;background:#f7f7f7}.qualityPill.starter{background:#f6f3f1}.qualityPill.building{background:#fff4e6}.qualityPill.good{background:#eef7ff}.qualityPill.strong{background:#ecf9ef}.learningHeading{padding:0 15px 14px}.learningHeading>div:first-child{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px}.learningHeading span{font-size:13px;font-weight:700}.learningHeading strong{font-size:18px}.learningHeading small{display:block;margin-top:7px;font-size:11px;opacity:.62;line-height:1.3}.learningTrack{width:100%;height:10px;background:#eee8e3;border-radius:999px;overflow:hidden}.learningFill{height:100%;border-radius:999px;background:linear-gradient(90deg,#ffb36b,#ff7f6e);transition:width .35s ease}.learningMetrics{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;padding:0 15px 14px}.learningMetrics div{text-align:center;background:#fff8f3;border:1px solid #f2e3d9;border-radius:14px;padding:9px 5px}.learningMetrics strong{display:block;font-size:18px}.learningMetrics span{display:block;margin-top:2px;font-size:10px;line-height:1.15;opacity:.68}.qualityBreakdown{display:flex;flex-wrap:wrap;gap:6px;padding:0 15px 12px}.qualityBreakdown span{font-size:11px;padding:5px 8px;border-radius:999px;background:#f6f6f6;border:1px solid #e8e8e8}.learningGuide{border-top:1px solid #f0e7e1;background:#fffbf8;padding:13px 15px 15px}.learningGuide strong{font-size:13px}.learningGuide p{margin:7px 0 0;font-size:12px;line-height:1.38;opacity:.78}@media(max-width:420px){.learningMetrics{grid-template-columns:repeat(2,1fr)}.qualityPill{font-size:10px;padding:5px 7px}}.patternSection{border-top:1px solid #eee4de;padding:15px;background:#fff}.patternHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.patternHeader .eyebrow{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.08em;opacity:.58;margin-bottom:3px}.patternHeader strong{display:block;font-size:14px}.patternCount{flex:0 0 auto;padding:5px 8px;border-radius:999px;background:#f7f4ff;border:1px solid #e6dffc;font-size:11px;font-weight:700}.patternEmpty{padding:13px;border-radius:14px;background:#faf8f6;border:1px dashed #ddd2ca}.patternEmpty strong{font-size:13px}.patternEmpty p{margin:5px 0 0;font-size:12px;line-height:1.4;opacity:.72}.patternList{display:grid;gap:10px}.patternCard{border:1px solid #eadfd7;border-radius:16px;padding:12px;background:#fffaf7}.patternTop{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.patternMeaningLabel{display:block;font-size:10px;text-transform:uppercase;letter-spacing:.06em;opacity:.55;margin-bottom:2px}.patternTop strong{font-size:14px;line-height:1.3}.patternReliability{flex:0 0 auto;font-size:10px;font-weight:800;padding:5px 7px;border-radius:999px;border:1px solid #dedede;background:#f5f5f5;white-space:nowrap}.patternReliability.early{background:#f7f5f3}.patternReliability.developing{background:#fff4e8}.patternReliability.strong{background:#ecf8ef}.patternEvidence{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.patternEvidence span{font-size:10px;padding:5px 7px;border-radius:999px;background:#fff;border:1px solid #eee0d7}.patternMeta{display:flex;flex-wrap:wrap;gap:8px;margin-top:9px;font-size:10px;opacity:.64}.topMeanings{margin-top:12px;padding-top:10px;border-top:1px solid #eee7e2}.topMeanings>span{font-size:11px;font-weight:800}.topMeanings>div{display:flex;flex-wrap:wrap;gap:6px;margin-top:7px}.topMeanings>div span{font-size:10px;padding:5px 7px;border-radius:999px;background:#f6f8ff;border:1px solid #e1e6fa}.patternDisclaimer{margin:12px 0 0;font-size:10px;line-height:1.4;opacity:.55}@media(max-width:420px){.patternTop,.patternHeader{flex-direction:column}.patternReliability,.patternCount{align-self:flex-start}}.iosInstallCard{position:relative;display:flex;gap:12px;margin:10px 14px 14px;padding:14px 38px 14px 14px;border:1px solid #eadfd7;border-radius:18px;background:#fffaf7;box-shadow:0 8px 24px #1e140f14}.iosInstallIcon{flex:0 0 auto;width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#fff;border:1px solid #eee1d8;font-size:21px}.iosInstallBody{min-width:0;flex:1}.iosInstallBody strong{display:block;font-size:14px}.iosInstallBody p{margin:4px 0 10px;font-size:12px;line-height:1.4;opacity:.75}.iosInstallSteps{display:grid;gap:7px}.iosInstallSteps>span{display:flex;align-items:center;gap:7px;font-size:12px;line-height:1.35}.iosInstallSteps b{flex:0 0 22px;width:22px;height:22px;display:grid;place-items:center;border-radius:999px;background:#fff1e8;border:1px solid #f0d7c5;font-size:10px}.iosInstallSteps em{font-style:normal;font-weight:800}.iosInstallBody small{display:block;margin-top:9px;font-size:10px;line-height:1.35;opacity:.58}.iosInstallClose{position:absolute;top:8px;right:9px;width:28px;height:28px;border:0;border-radius:999px;background:transparent;font-size:22px;line-height:1;opacity:.55}@media(max-width:420px){.iosInstallCard{margin-left:10px;margin-right:10px}}.languageCard{margin:12px 14px;padding:14px;border:1px solid #eadfd7;border-radius:18px;background:#fff}.languageTitle{font-size:14px;font-weight:800;margin-bottom:10px}.languageButtons{display:grid;grid-template-columns:1fr 1fr;gap:8px}.languageChoice{min-height:44px;border-radius:13px;border:1px solid #e4ddd8;background:#faf8f6;font-weight:700}.languageChoice.active{background:#fff0e7;border-color:#e7bfa8}.languageCard small{display:block;margin-top:9px;font-size:10px;opacity:.62}html[dir=rtl] body{direction:rtl}html[dir=rtl] .iosInstallClose{right:auto;left:9px}html[dir=rtl] .iosInstallCard{padding-right:14px;padding-left:38px}.authLanguage{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}.authLanguage button{min-height:40px;border:1px solid #e4ddd8;border-radius:12px;background:#faf8f6;font-weight:700}.authLanguage button.active{background:#fff0e7;border-color:#e7bfa8}html[dir=rtl] .topbar,html[dir=rtl] .welcomeCard,html[dir=rtl] .successCard,html[dir=rtl] .petCard,html[dir=rtl] .patternTop,html[dir=rtl] .activityCard,html[dir=rtl] .reviewSummary,html[dir=rtl] .evidenceHeader{text-align:right}html[dir=rtl] .choiceRow,html[dir=rtl] .captureModeRow,html[dir=rtl] .twoBtns,html[dir=rtl] .reviewActions{direction:rtl}.predictionPreviewCard,.predictionResultCard{display:flex;gap:12px;margin:14px 0;padding:14px;border:1px solid #e3ddd8;border-radius:18px;background:#fff}.predictionPreviewIcon,.predictionIcon{flex:0 0 auto;width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:#f5f0ff;font-size:21px}.predictionPreviewCard strong,.predictionResultHeader strong{display:block}.predictionPreviewCard p,.predictionResultCard p{margin:5px 0;font-size:12px;line-height:1.45}.predictionPreviewCard small,.predictionResultCard small{display:block;font-size:10px;line-height:1.4;opacity:.66}.predictionResultCard{display:block;background:#fbf9ff}.predictionResultCard.abstained{background:#fafafa}.predictionResultHeader{display:flex;align-items:center;gap:10px;margin-bottom:10px}.predictionMetrics{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:10px 0}.predictionMetrics>div{padding:10px;border-radius:13px;background:#fff;border:1px solid #ebe6f0}.predictionMetrics span,.predictionEvidence>span{display:block;font-size:10px;opacity:.65}.predictionMetrics strong{display:block;margin-top:3px;font-size:12px}.predictionEvidence{margin:10px 0}.predictionEvidence>div{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.predictionEvidence b{font-size:10px;padding:5px 8px;border-radius:999px;background:#f1ebff}.activityPrediction{margin-top:9px;padding:10px;border-radius:13px;background:#f8f5ff;border:1px solid #ebe4fa}.activityPredictionTitle{display:block;font-size:10px;opacity:.7;margin-bottom:3px}.activityPrediction strong{display:block;font-size:12px}.activityPrediction small{display:block;margin-top:4px;font-size:10px}html[dir=rtl] .predictionPreviewCard,html[dir=rtl] .predictionResultHeader,html[dir=rtl] .predictionMetrics,html[dir=rtl] .activityPrediction{text-align:right}.evaluationCard{margin-top:14px;padding:14px;border:1px solid #e4dfda;border-radius:18px;background:#fff}.evaluationHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.evaluationHeader strong{display:block;margin-top:3px}.evaluationScore{font-size:24px;font-weight:900;line-height:1}.evaluationSubtitle{margin:8px 0 12px;font-size:11px;line-height:1.45;opacity:.7}.evaluationMetrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.evaluationMetrics>div{padding:10px;border-radius:13px;background:#faf9f8;border:1px solid #eee9e5}.evaluationMetrics span{display:block;font-size:9px;line-height:1.2;opacity:.62}.evaluationMetrics strong{display:block;margin-top:4px;font-size:14px}.evaluationNotice,.calibrationBox,.trendBox{margin-top:10px;padding:10px;border-radius:13px;background:#faf8ff;border:1px solid #ebe4f8;font-size:11px}.calibrationBox p,.trendBox p{margin:4px 0 0;font-size:10px;line-height:1.4;opacity:.72}.recentEvaluation{margin-top:12px}.recentEvaluation>strong{display:block;margin-bottom:7px;font-size:11px}.recentEvalRow{display:grid;grid-template-columns:1fr 1fr auto;gap:7px;align-items:center;padding:8px 0;border-top:1px solid #eee9e5}.recentEvalRow span{display:block;font-size:8px;opacity:.55}.recentEvalRow b{display:block;margin-top:2px;font-size:10px;overflow-wrap:anywhere}.recentEvalRow em,.evaluationBadge{font-style:normal;font-size:9px;font-weight:800;padding:4px 7px;border-radius:999px;white-space:nowrap}.recentEvalRow em.match,.evaluationBadge.match{background:#eef8ef}.recentEvalRow em.different,.evaluationBadge.different{background:#fff3ec}.recentEvalRow em.abstained,.evaluationBadge.abstained{background:#f1f1f1}.evaluationDisclaimer{display:block;margin-top:10px;font-size:9px;line-height:1.4;opacity:.58}.evaluationBadge{display:inline-block;margin-top:7px}html[dir=rtl] .evaluationCard,html[dir=rtl] .recentEvalRow{text-align:right}.tuningCard{margin-top:14px;padding:14px;border:1px solid #e2dde9;border-radius:18px;background:#fcfaff}.tuningHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.tuningHeader strong{display:block;margin-top:3px}.tuningStatus{font-size:10px;font-weight:900;padding:5px 8px;border-radius:999px;background:#eee8ff}.tuningStatus.conservative{background:#fff0e7}.tuningStatus.learning{background:#f0f0f0}.tuningCard>p{font-size:11px;line-height:1.45;opacity:.7}.tuningMetrics{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:10px 0}.tuningMetrics>div{padding:10px;border-radius:13px;background:#fff;border:1px solid #ece6f2}.tuningMetrics span{display:block;font-size:9px;opacity:.62}.tuningMetrics strong{display:block;margin-top:3px;font-size:14px}.tuningNotice{padding:10px;border-radius:13px;background:#fff;border:1px solid #ece6f2;font-size:10px;line-height:1.4}.tuningWeights>strong{display:block;margin:10px 0 7px;font-size:11px}.tuningWeightRow{display:grid;grid-template-columns:82px 1fr 34px;gap:7px;align-items:center;margin:7px 0}.tuningWeightRow span{font-size:9px}.tuningWeightRow b{font-size:9px;text-align:right}.tuningBar{height:7px;border-radius:999px;background:#eeeaf1;overflow:hidden}.tuningBar i{display:block;height:100%;border-radius:999px;background:currentColor;opacity:.55}.tuningCard>small{display:block;margin-top:10px;font-size:9px;line-height:1.4;opacity:.58}html[dir=rtl] .tuningCard{text-align:right}html[dir=rtl] .tuningWeightRow b{text-align:left}.authLanguage,.languageButtons{flex-wrap:wrap}.authLanguage button,.languageChoice{min-width:0}html[lang=ar] body{letter-spacing:0}html[dir=rtl] input,html[dir=rtl] textarea,html[dir=rtl] select{text-align:right}.modelMemoryCard{margin:14px 20px 20px;padding:16px;border:1px solid #eadfd8;border-radius:18px;background:#fffaf7}.modelMemoryHeader{display:flex;align-items:center;justify-content:space-between;gap:12px}.modelMemoryHeader>div{display:flex;flex-direction:column;gap:4px}.modelMemoryCount{min-width:34px;height:34px;padding:0 10px;border-radius:999px;background:#f3ebe6;display:inline-flex;align-items:center;justify-content:center;font-weight:800}.modelMemoryMetrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:14px 0 10px}.modelMemoryMetrics>div{padding:10px;border-radius:14px;background:#fff;border:1px solid #eee3dc;display:flex;flex-direction:column;gap:3px}.modelMemoryMetrics span{font-size:.76rem;opacity:.7}.modelMemoryMetrics strong{font-size:.95rem}.modelMemoryCard small{display:block;opacity:.68;line-height:1.45}@media(max-width:520px){.modelMemoryMetrics{grid-template-columns:1fr}.modelMemoryCard{margin-inline:12px}}[dir=rtl] .modelMemoryCard,[dir=rtl] .modelMemoryMetrics{text-align:right}.infoButton{border:0;background:#f4ece7;color:#17324d;width:36px;height:36px;border-radius:999px;font-size:1.05rem;font-weight:800;cursor:pointer;flex:0 0 auto}.infoSheetBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#1423326b;display:flex;align-items:flex-end;justify-content:center;padding:0}.infoSheet{width:min(100%,680px);max-height:82vh;overflow:auto;background:#fffaf7;border-radius:24px 24px 0 0;padding:10px 20px calc(20px + env(safe-area-inset-bottom));box-shadow:0 -12px 36px #14233229}.infoSheetHandle{width:48px;height:5px;border-radius:999px;background:#d8d0ca;margin:2px auto 16px}.infoSheet h3{margin:0 0 14px;font-size:1.35rem}.infoSheet h4{margin:18px 0 6px;font-size:1rem}.infoSheet p{margin:0 0 10px;line-height:1.55}.guideIntro{font-weight:650}.scienceNote{margin-top:18px;padding:14px;border-radius:16px;background:#fff0e8;border:1px solid #ffd3c1}.scienceNote p{margin:5px 0 0}.infoSheetClose{width:100%;margin-top:18px;min-height:48px}[dir=rtl] .infoSheet{text-align:right}.historyButton{border:1px solid #eadfd8;background:#fff;color:#17324d;border-radius:999px;padding:8px 12px;font-weight:750;white-space:nowrap}.snapshotSheet{max-height:90vh}.snapshotTitleRow{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.snapshotTitleRow h3{margin-top:2px}.sheetX{border:0;background:#f3ebe6;width:36px;height:36px;border-radius:999px;font-size:1.4rem}.rollbackActiveBanner{margin:14px 0;padding:14px;border-radius:16px;background:#fff0e8;border:1px solid #ffc7ae;display:grid;gap:6px}.rollbackActiveBanner button,.snapshotUseBtn{border:0;border-radius:12px;padding:10px 12px;background:#17324d;color:#fff;font-weight:750}.snapshotList{display:grid;gap:10px;margin:16px 0}.snapshotRow{padding:14px;border:1px solid #eadfd8;border-radius:16px;background:#fff}.snapshotRow.activeRollback{border-color:#ff8b68;background:#fff7f2}.snapshotRowTop{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.snapshotRowTop>div{display:flex;flex-direction:column;gap:3px}.snapshotRowTop small{opacity:.65}.usingBadge{font-size:.75rem;background:#ffe0d3;color:#8f341c;padding:5px 8px;border-radius:999px;font-weight:800}.snapshotMiniMetrics{display:flex;flex-wrap:wrap;gap:8px 14px;margin:10px 0;font-size:.85rem}.snapshotUseBtn{width:100%;margin-top:4px}.snapshotEmpty{padding:14px;border-radius:14px;background:#f7f4f2}.snapshotCompareBox{margin-top:16px;padding:14px;border-radius:18px;background:#f9f7ff;border:1px solid #e5def8}.snapshotCompareBox h4{margin:0 0 12px}.snapshotCompareBox h5{margin:16px 0 8px}.compareSelectors{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px}.compareSelectors label{display:grid;gap:5px;font-size:.8rem}.compareSelectors select{min-width:0;padding:9px;border-radius:10px;border:1px solid #ddd3ec;background:#fff}.compareMetricRow{display:grid;grid-template-columns:minmax(110px,1.4fr) .7fr .7fr .55fr;gap:6px;align-items:center;padding:8px 0;border-bottom:1px solid #ebe6f4;font-size:.82rem}.compareMetricRow em{font-style:normal;font-weight:800}.safeRollbackNote{margin:16px 0 4px;padding:14px;border-radius:16px;background:#eff8f3;border:1px solid #cee8d9}.safeRollbackNote p{margin:5px 0 0}.rollbackInline{margin:10px 0;padding:10px 12px;border-radius:12px;background:#fff0e8;display:flex;justify-content:space-between;gap:8px}.modelToast{position:fixed;left:50%;bottom:calc(92px + env(safe-area-inset-bottom));transform:translate(-50%);z-index:1100;background:#17324d;color:#fff;border-radius:999px;padding:10px 16px;max-width:88vw;text-align:center;box-shadow:0 8px 24px #0000002e}@media(max-width:520px){.modelMemoryHeader{flex-wrap:wrap}.historyButton{width:100%;order:5}.compareSelectors{grid-template-columns:1fr}.compareMetricRow{grid-template-columns:minmax(95px,1.4fr) .7fr .7fr .55fr;font-size:.75rem}}[dir=rtl] .snapshotSheet,[dir=rtl] .snapshotCompareBox,[dir=rtl] .snapshotRow{text-align:right}.betaBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;background:#13283a80;display:flex;align-items:flex-end;justify-content:center}.betaGuideSheet{width:min(100%,680px);max-height:92vh;overflow:auto;background:#fffaf7;border-radius:26px 26px 0 0;padding:10px 20px calc(20px + env(safe-area-inset-bottom));box-shadow:0 -14px 40px #0000002e}.betaBadge{display:inline-flex;padding:6px 10px;border-radius:999px;background:#ffe5da;color:#b8472b;font-size:.76rem;font-weight:850;letter-spacing:.03em}.betaGuideSheet h2{font-size:1.55rem;margin:12px 0 8px;color:#17324d}.betaLead{line-height:1.55}.betaSteps{display:grid;gap:9px;margin:16px 0}.betaSteps article{padding:13px;border:1px solid #eadfd8;border-radius:15px;background:#fff}.betaSteps h3,.betaFeedback h3{margin:0 0 5px;font-size:1rem}.betaSteps p,.betaCallout p,.betaFeedback p{margin:0;line-height:1.48}.betaCallout{margin:10px 0;padding:13px;border-radius:15px;background:#f5f3ff;border:1px solid #e3def6}.betaCallout.privacy{background:#eff8f3;border-color:#d1eadc}.betaCallout.caution{background:#fff0e8;border-color:#ffd1bd}.betaFeedback{margin:16px 0;padding:14px;border-radius:16px;border:1px solid #e6ddd7;background:#fff}.betaFeedback button{margin-top:10px;width:100%}.betaStart{width:100%;min-height:50px}.betaLater{width:100%;border:0;background:transparent;padding:13px;font-weight:700;color:#647585}.betaProfileCard{margin:16px 0;padding:18px;border:1px solid #eadfd8;border-radius:20px;background:#fffaf7}.betaProfileCard h3{margin:10px 0 5px}.betaProfileCard p{line-height:1.5}.betaProfileCard button{width:100%}[dir=rtl] .betaGuideSheet,[dir=rtl] .betaProfileCard{text-align:right}.adminProfileCard{margin:16px 0;padding:18px;border:1px solid #d7e2ea;border-radius:20px;background:#f5f9fc;display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center}.adminProfileCard .primaryBtn{grid-column:1/-1;margin:0}.adminLock{font-size:1.45rem}.adminProfileCard h3{margin:3px 0 0}.adminBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1450;background:#0f21308c;display:flex;align-items:flex-end;justify-content:center}.adminSheet{width:min(100%,820px);max-height:94vh;overflow:auto;background:#fffaf7;border-radius:26px 26px 0 0;padding:10px 18px calc(24px + env(safe-area-inset-bottom));box-shadow:0 -16px 44px #0003}.adminTitleRow{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.adminTitleRow h2{margin:8px 0 0;font-size:1.5rem}.adminPrivateNote,.presenceNote{font-size:.83rem;line-height:1.45;color:#617285}.adminActions{display:flex;justify-content:flex-end;margin:10px 0}.adminMetrics{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:14px 0}.adminMetrics article{padding:12px;border:1px solid #e1e8ed;border-radius:15px;background:#fff;display:flex;flex-direction:column;gap:4px}.adminMetrics span{font-size:.76rem;color:#6d7d8b}.adminMetrics strong{font-size:1.45rem;color:#17324d}.adminPanel{margin-top:16px;padding:14px;border:1px solid #e4e8eb;border-radius:18px;background:#fff}.adminPanel h3{margin:0 0 12px}.adminState{padding:16px;border-radius:14px;background:#f4f4f4;margin:12px 0}.adminState.error{background:#fff0ee;color:#a33}.adminState small{display:block;margin-top:5px}.growthChart{display:flex;align-items:flex-end;gap:5px;min-height:150px;overflow-x:auto;padding-top:8px}.growthDay{min-width:31px;display:grid;justify-items:center;gap:3px;font-size:.67rem}.growthBarWrap{height:95px;width:18px;background:#edf1f4;border-radius:7px;display:flex;align-items:flex-end;overflow:hidden}.growthBarWrap i{display:block;width:100%;background:currentColor;border-radius:7px}.growthDay b{font-size:.7rem}.growthDay span{opacity:.65;white-space:nowrap}.testerList{display:grid;gap:8px}.testerRow{border:1px solid #e7e3df;border-radius:14px;padding:11px;background:#fffaf7}.testerMain{display:flex;justify-content:space-between;gap:8px;align-items:flex-start}.testerMain strong{overflow-wrap:anywhere}.testerMain span{font-size:.72rem;color:#70808e;white-space:nowrap}.testerStats{display:flex;gap:14px;margin:8px 0;font-size:.82rem}.testerRow small{color:#778793}[dir=rtl] .adminSheet,[dir=rtl] .adminProfileCard{text-align:right}@media(max-width:560px){.adminMetrics{grid-template-columns:repeat(2,1fr)}.testerMain{display:grid}.testerMain span{white-space:normal}}.petManageRow{display:flex;gap:10px;align-items:center;justify-content:flex-end;padding:0 14px 10px;flex-wrap:wrap}.petManageBtn{width:auto;min-height:42px}.dangerTextBtn{border:0;background:transparent;color:#b42318;font-weight:800;display:inline-flex;gap:6px;align-items:center;padding:10px 8px;cursor:pointer}.dangerSheet{text-align:center}.dangerSheet>svg{margin:0 auto;color:#b42318}.dangerBtn{border:0;border-radius:14px;background:#b42318;color:#fff;font-weight:800;padding:13px 16px;min-height:48px;cursor:pointer}.dangerBtn:disabled{opacity:.55}.sheetActions{display:flex;gap:10px;margin-top:18px}.sheetActions>*{flex:1}.sheetBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1600;background:#0f21308c;display:flex;align-items:flex-end;justify-content:center;padding:0}.sheetCard{width:min(100%,680px);max-height:88vh;overflow:auto;background:#fff;border-radius:26px 26px 0 0;padding:22px 18px calc(24px + env(safe-area-inset-bottom));box-shadow:0 -20px 50px #0003}.sheetCard h2{margin:8px 0}.sheetCard p{line-height:1.45}@media(min-width:700px){.sheetBackdrop{align-items:center;padding:24px}.sheetCard{max-width:560px;border-radius:24px;padding:24px}}.recordStickySave{position:fixed;z-index:29;left:50%;transform:translate(-50%);bottom:calc(75px + env(safe-area-inset-bottom));width:min(680px,100%);padding:10px 16px;background:#fffaf6f5;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-top:1px solid var(--line);box-shadow:0 -8px 24px #3c2a1c14}.recordStickySave .primaryBtn{margin:0}.recordStickySaveSpacer{height:82px}.guidedCollectionCard{margin-bottom:14px;padding:16px;border:1px solid #eadfd7;border-radius:20px;background:#fff;box-shadow:var(--shadow)}.guidedCollectionTop{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.guidedCollectionTop strong{display:block;margin-top:3px;font-size:17px}.guidedCollectionPet{flex:0 0 auto;padding:5px 9px;border-radius:999px;background:#fff2e8;border:1px solid #f1d9ca;font-size:11px;font-weight:800}.guidedCollectionHelp{margin:8px 0 12px;color:var(--muted);font-size:12px;line-height:1.45}.guidedCollectionSuggestion{padding:12px;border-radius:15px;background:#f7f9fb;border:1px solid #e3e9ee}.guidedCollectionSuggestion span{display:block;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;color:#6d7f8e}.guidedCollectionSuggestion strong{display:block;margin-top:4px;font-size:13px;line-height:1.4}.guidedCollectionSuggestion small{display:block;margin-top:7px;color:#6d7f8e;line-height:1.35}.guidedApplyBtn{width:100%;min-height:44px;margin-top:10px;border:1px solid #f0c9b9;border-radius:13px;background:#fff4ee;color:#c95538;font-weight:850}.guidedApplyBtn:disabled{opacity:.55}html[dir=rtl] .guidedCollectionCard{text-align:right}.collectorSuccessCard{margin-top:12px;padding:22px 18px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow);text-align:center}.collectorSuccessIcon{width:54px;height:54px;margin:0 auto 10px;display:grid;place-items:center;border-radius:50%;background:#eaf8f1;color:#238365;font-size:30px;font-weight:900}.collectorSuccessCard h2{margin:5px 0 7px;font-size:24px}.collectorSuccessLead{margin:0 auto 16px;max-width:500px;color:var(--muted);line-height:1.5}.collectorProgressBox,.collectorImpactBox,.collectorNextBox{margin:12px 0;padding:14px;border-radius:16px;text-align:left}.collectorProgressBox{background:#f7fbf9;border:1px solid #dceee6}.collectorProgressTop{display:flex;align-items:center;justify-content:space-between;gap:12px}.collectorProgressTop strong{font-size:15px}.collectorProgressTop b{font-size:22px;color:#238365}.collectorProgressBox p{margin:5px 0 10px;color:#607080;font-size:12px;line-height:1.45}.collectorProgressTrack{height:10px;background:#e5e9e7;border-radius:999px;overflow:hidden}.collectorProgressTrack>div{height:100%;background:#2ca58d;border-radius:999px;transition:width .25s ease}.collectorProgressMeta{display:flex;justify-content:space-between;gap:8px;margin-top:6px;font-size:10px;font-weight:800;color:#617285}.collectorImpactBox{background:#fff8f3;border:1px solid #f0e1d6}.collectorImpactBox>span,.collectorNextBox>span{display:block;margin-bottom:8px;font-size:10px;font-weight:900;letter-spacing:.06em;color:#6d7f8e}.collectorImpactBox>div{display:flex;flex-wrap:wrap;gap:6px}.collectorImpactBox b{padding:6px 8px;border:1px solid #eed9ca;border-radius:999px;background:#fff;font-size:10px;color:#506477}.collectorNextBox{background:#f7f9fb;border:1px solid #e1e8ed}.collectorNextBox strong{display:block;font-size:14px;line-height:1.4}.collectorNextBox p{margin:6px 0 0;color:#607080;font-size:11px;line-height:1.45}.collectorDoneBtn{width:100%;min-height:46px;margin-top:9px;border:1px solid var(--line);border-radius:14px;background:#fff;color:#506477;font-weight:850}html[dir=rtl] .collectorProgressBox,html[dir=rtl] .collectorImpactBox,html[dir=rtl] .collectorNextBox{text-align:right}.collectorQualityGate{margin:14px 0 0;padding:14px;border:1px solid #d9e4df;border-radius:16px;background:#f7fbf9}.collectorQualityGate.blocked{background:#fff6f3;border-color:#efc9bc}.collectorQualityHead{display:flex;align-items:center;justify-content:space-between;gap:10px}.collectorQualityHead strong{font-size:13px;line-height:1.3}.collectorQualityHead span{flex:0 0 auto;padding:4px 7px;border-radius:999px;background:#fff;border:1px solid #dfe7e3;font-size:9px;font-weight:900;letter-spacing:.06em}.collectorQualityGate p{margin:7px 0 0;font-size:11px;line-height:1.45;color:#60717d}.collectorQualityMeta{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.collectorQualityMeta b{padding:5px 8px;border-radius:999px;background:#fff;border:1px solid #e2e8e5;font-size:10px}.collectorQualityTips{display:grid;gap:5px;margin-top:9px}.collectorQualityTips span{font-size:10px;line-height:1.35;color:#6d7f8e}.captureRetryCard{display:flex;gap:12px;margin:0 0 14px;padding:15px;border:1px solid #efc9bc;border-radius:18px;background:#fff6f3;box-shadow:0 8px 22px #502d1e0f}.captureRetryIcon{flex:0 0 34px;width:34px;height:34px;display:grid;place-items:center;border-radius:999px;background:#fff;color:#b84f37;border:1px solid #efc9bc;font-weight:900;font-size:18px}.captureRetryBody{min-width:0;flex:1}.captureRetryBody strong{display:block;font-size:15px;line-height:1.3}.captureRetryBody p{margin:5px 0;font-size:12px;line-height:1.45;color:#60717d}.captureRetryBody span{display:block;font-size:10px;line-height:1.35;color:#7a6a63}.captureRetryBtn{width:100%;min-height:48px;margin-top:11px;border:0;border-radius:14px;background:#17324d;color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;font-weight:850}.captureRetryBtn:disabled{opacity:.6}html[dir=rtl] .captureRetryCard{text-align:right}.duplicateObservationCard{display:flex;gap:12px;margin:14px 0;padding:15px;border:1px solid #e8d6a6;border-radius:18px;background:#fffaf0;box-shadow:0 8px 22px #503c190f}.duplicateObservationIcon{flex:0 0 34px;width:34px;height:34px;display:grid;place-items:center;border-radius:999px;background:#fff;color:#9a6a16;border:1px solid #e8d6a6;font-weight:900;font-size:19px}.duplicateObservationBody{min-width:0;flex:1}.duplicateObservationBody strong{display:block;font-size:14px;line-height:1.35}.duplicateObservationBody p{margin:5px 0;font-size:12px;line-height:1.45;color:#60717d}.duplicateObservationBody span{display:block;font-size:10px;line-height:1.35;color:#7a705e}.duplicateObservationActions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:11px}.duplicateObservationActions .ghostBtn{min-height:46px}.duplicateSaveAnywayBtn{min-height:46px;border:0;border-radius:14px;background:#9a6a16;color:#fff;font-weight:850}.duplicateSaveAnywayBtn:disabled{opacity:.6}html[dir=rtl] .duplicateObservationCard{text-align:right}@media(max-width:420px){.duplicateObservationActions{grid-template-columns:1fr}}.duplicateObservationImmediate{margin-top:0;margin-bottom:14px}.collectorTrustCard{margin:16px 0;padding:18px;border:1px solid #d9e2e7;border-radius:18px;background:#f8fbfc;text-align:left}.collectorTrustHead{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.collectorTrustHead div{display:flex;flex-direction:column;gap:3px}.collectorTrustHead span{font-size:11px;font-weight:850;letter-spacing:.08em;color:#667987}.collectorTrustHead strong{font-size:22px;line-height:1.15;color:#17324d}.collectorTrustHead b{font-size:24px;color:#17324d}.collectorTrustTrack{height:9px;margin:12px 0;border-radius:999px;background:#e5ecef;overflow:hidden}.collectorTrustTrack i{display:block;height:100%;border-radius:inherit;background:#2fa98f}.collectorTrustCard p{margin:0;font-size:12px;line-height:1.45;color:#60717d}.collectorTrustReasons{display:flex;flex-wrap:wrap;gap:7px;margin-top:11px}.collectorTrustReasons span{padding:6px 9px;border:1px solid #d9e2e7;border-radius:999px;background:#fff;font-size:10px;font-weight:750;color:#405766}.collectorTrustCard.trustLimited .collectorTrustTrack i,.collectorTrustCard.trustDeveloping .collectorTrustTrack i{background:#b07a12}html[dir=rtl] .collectorTrustCard{text-align:right}.learningReadinessCard{margin:16px 0;padding:18px;border:1px solid #d9e2e7;border-radius:18px;background:#f8fbfc;text-align:left}.learningReadinessHead{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.learningReadinessHead div{display:flex;flex-direction:column;gap:3px}.learningReadinessHead span{font-size:11px;font-weight:850;letter-spacing:.08em;color:#667987}.learningReadinessHead strong{font-size:22px;line-height:1.15;color:#17324d}.learningReadinessHead>b{font-size:28px;color:#17324d}.learningReadinessTrack{height:10px;margin:12px 0;border-radius:999px;background:#e5ecef;overflow:hidden}.learningReadinessTrack i{display:block;height:100%;border-radius:inherit;background:#2fa98f}.learningReadinessCard.readinessNotready .learningReadinessTrack i,.learningReadinessCard.readinessEarly .learningReadinessTrack i{background:#b07a12}.learningReadinessCard p{margin:0 0 13px;font-size:12px;line-height:1.5;color:#60717d}.learningReadinessGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.learningReadinessGrid span{padding:9px;border:1px solid #dce5e9;border-radius:12px;background:#fff;font-size:10px;line-height:1.3;color:#60717d}.learningReadinessGrid b{display:block;margin-bottom:2px;font-size:15px;color:#17324d}html[dir=rtl] .learningReadinessCard{text-align:right}.historicalTrustNote{margin:0 0 13px;padding:10px 11px;border:1px solid #e2ddd1;border-radius:12px;background:#fffaf0;font-size:10px;line-height:1.45;color:#6c6253}.historicalTrustNote.readinessIssue{border-color:#e7c9a2;background:#fff7eb;color:#765526}.patternCard.patternConflictCard{border-color:#e8d6a6;background:#fffaf0}.patternReliability.conflicted{background:#fff4d9;border-color:#e8d6a6;color:#8a6418}.patternConflictNotice{margin-top:9px;padding:8px 10px;border:1px solid #ead7a6;border-radius:11px;background:#fff6df;color:#795a18;font-size:10px;font-weight:800;line-height:1.35}html[dir=rtl] .patternConflictNotice{text-align:right}.patternMaturity{margin-top:12px;padding:11px 12px;border:1px solid #e5e1dc;border-radius:14px;background:#fbfaf8}.patternMaturity>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.patternMaturity span{font-size:10px;text-transform:uppercase;letter-spacing:.08em;color:#7b8790;font-weight:800}.patternMaturity strong{font-size:12px;color:#17324d}.patternMaturity p{margin:5px 0 0;font-size:11px;line-height:1.4;color:#6f7c85}.patternMaturity-developing{border-style:dashed}.patternMaturity-established{border-width:2px}html[dir=rtl] .patternMaturity{text-align:right}.patternDiversity{margin-top:10px;padding:10px 12px;border:1px solid #dfe7e4;border-radius:14px;background:#f8fbfa}.patternDiversity>div:first-child{display:flex;align-items:center;justify-content:space-between;gap:10px}.patternDiversity>div:first-child span{font-size:10px;text-transform:uppercase;letter-spacing:.07em;color:#718079;font-weight:800}.patternDiversity>div:first-child strong{font-size:12px;color:#17324d}.patternDiversity p{margin:5px 0 0;font-size:11px;line-height:1.4;color:#6f7c85}.patternDiversity.hasDuplicates{border-color:#ead9ad;background:#fffaf0}.patternDiversityMeta{display:flex;gap:8px;flex-wrap:wrap;margin-top:8px}.patternDiversityMeta span{font-size:10px;color:#687780;background:#fff;border:1px solid #e4e7e5;border-radius:999px;padding:4px 8px}html[dir=rtl] .patternDiversity{text-align:right}.patternPromotionGate{margin-top:10px;padding:11px 12px;border:1px solid #ead9ad;border-radius:14px;background:#fffaf0}.patternPromotionGate.ready{border-color:#cfe5da;background:#f5fbf8}.patternPromotionHead{display:flex;align-items:center;justify-content:space-between;gap:10px}.patternPromotionHead span{font-size:10px;text-transform:uppercase;letter-spacing:.07em;color:#7a7f76;font-weight:850}.patternPromotionHead strong{font-size:11px;color:#17324d}.patternPromotionGate>p{margin:6px 0 0;font-size:10px;line-height:1.4;color:#756b58}.patternPromotionGate .patternPromotionReady{color:#28765f;font-weight:800}.patternPromotionNeeds{display:grid;gap:4px;margin-top:7px}.patternPromotionNeeds span{font-size:10px;line-height:1.35;color:#6f654f}html[dir=rtl] .patternPromotionGate{text-align:right}.patternAudit{margin-top:10px;border:1px solid #e1e5e3;border-radius:14px;background:#fbfcfb;overflow:hidden}.patternAudit summary{list-style:none;cursor:pointer;padding:11px 12px;display:flex;align-items:center;justify-content:space-between;gap:10px}.patternAudit summary::-webkit-details-marker{display:none}.patternAudit summary span{font-size:10px;text-transform:uppercase;letter-spacing:.07em;color:#718079;font-weight:850}.patternAudit summary small{font-size:10px;color:#6f7c85;font-weight:750;text-transform:capitalize}.patternAudit[open] summary{border-bottom:1px solid #e8ecea;background:#f8faf9}.patternAuditTimeline{padding:11px 12px;display:grid;gap:9px}.patternAuditItem{display:flex;align-items:flex-start;gap:9px}.patternAuditItem>i{flex:0 0 22px;width:22px;height:22px;display:grid;place-items:center;border-radius:999px;border:1px solid #dfe5e2;background:#fff;color:#84908a;font-style:normal;font-size:10px;font-weight:900}.patternAuditItem.done>i{background:#eef8f3;border-color:#cfe5da;color:#28765f}.patternAuditItem.warning>i{background:#fff5dd;border-color:#ead7a6;color:#8a6418}.patternAuditItem>div{min-width:0;flex:1}.patternAuditItem strong{display:block;font-size:11px;color:#17324d}.patternAuditItem span{display:block;margin-top:2px;font-size:10px;line-height:1.35;color:#6f7c85}.patternAuditSnapshot{margin-top:2px;padding:9px 10px;border-radius:11px;background:#fff;border:1px solid #e5e9e7}.patternAuditSnapshot span{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:#7a8780;font-weight:800}.patternAuditSnapshot b{display:block;margin-top:3px;font-size:10px;line-height:1.35;color:#405766}html[dir=rtl] .patternAudit{text-align:right}.predictionAuthority{margin:10px 0;padding:10px 12px;border:1px solid #e3e6e4;border-radius:14px;background:#fafbfa}.predictionAuthority>div{display:flex;align-items:center;justify-content:space-between;gap:10px}.predictionAuthority span{font-size:10px;text-transform:uppercase;letter-spacing:.07em;color:#748087;font-weight:850}.predictionAuthority strong{font-size:11px;color:#17324d}.predictionAuthority p{margin:5px 0 0;font-size:10px;line-height:1.45;color:#687780}.predictionAuthority.authority-early{border-color:#ead9ad;background:#fffaf0}.predictionAuthority.authority-developing{border-style:dashed;border-color:#cfded8;background:#f7fbf9}.predictionAuthority.authority-established{border-width:2px;border-color:#bddccb;background:#f3faf6}html[dir=rtl] .predictionAuthority{text-align:right}.launchConsentCheck{display:flex;align-items:flex-start;gap:10px;margin:12px 0;padding:11px 12px;border:1px solid #dfe8e3;border-radius:14px;background:#f8fbf9;cursor:pointer}.launchConsentCheck input{width:18px;height:18px;margin:2px 0 0;flex:0 0 auto}.launchConsentCheck span{display:grid;gap:3px;font-size:11px;line-height:1.45;color:#53656a}.launchConsentCheck strong{font-size:12px;color:#244b42}.privacyLinkBtn{display:block;margin:0 auto 8px;border:0;background:transparent;text-decoration:underline;color:#486c65;font-weight:750;cursor:pointer}.betaConsent{margin:9px 0;background:#fff}.betaStart:disabled{opacity:.5;cursor:not-allowed}.privacyTermsSheet{max-height:min(82vh,720px);overflow:auto;text-align:left}.privacyTermsSheet>p{line-height:1.55;color:#53656a}.privacyTermBlock{padding:10px 0;border-top:1px solid #e7ece9}.privacyTermBlock strong{font-size:12px;color:#244b42}.privacyTermBlock p{margin:4px 0 0;font-size:11px;line-height:1.5;color:#607078}.privacyTermBlock.caution{margin-top:4px;padding:10px;border:1px solid #ead9ad;border-radius:12px;background:#fffaf0}.profileActionRow{display:flex;gap:8px;flex-wrap:wrap}.profileActionRow button{flex:1 1 150px}.accountDeleteBtn{width:100%;justify-content:center;margin:10px 0 26px;padding:12px}.accountDeleteSheet label{display:grid;gap:6px;width:100%;font-size:12px;font-weight:750;text-align:left}.accountDeleteSheet input{width:100%;box-sizing:border-box;padding:11px 12px;border:1px solid #d9dfdc;border-radius:11px;font:inherit}html[dir=rtl] .privacyTermsSheet,html[dir=rtl] .accountDeleteSheet label{text-align:right}.collectorNav{grid-template-columns:repeat(2,1fr)}.collectorJourneyCard{margin:0 0 16px;padding:14px 15px;border:1px solid #eadfd7;border-radius:18px;background:#fff;box-shadow:var(--shadow)}.collectorJourneyHead{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.collectorJourneyHead span{padding:4px 8px;border-radius:999px;background:#fff2e8;color:#e95d3c;font-size:10px;font-weight:900;letter-spacing:.06em}.collectorJourneyHead strong{font-size:14px}.collectorJourneySteps{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.collectorJourneySteps b{padding:8px 6px;border:1px solid #e7e3df;border-radius:12px;background:#faf9f8;color:#71808b;font-size:10px;line-height:1.3;text-align:center}.collectorJourneySteps b.active{background:#fff0e8;border-color:#f0bba7;color:#d95f41}.collectorJourneySteps b.done{background:#f1faf6;border-color:#cee8dc;color:#2b8066}.collectorJourneyCard p{margin:10px 0 0;color:#607080;font-size:11px;line-height:1.5}html[dir=rtl] .collectorJourneyCard{text-align:right}@media(max-width:380px){.collectorJourneySteps{grid-template-columns:1fr}.collectorJourneySteps b{text-align:start}}.collectorJourneyCard.stage-saved{border-color:#cfe6dc;background:#fbfffd}.collectorJourneyCard.stage-saved .collectorJourneyHead span{background:#e9f8f1;color:#2b8066}.collectorJourneyCard.stage-saved p{color:#39715f;font-weight:700}.collectorRepeatAction{margin-top:14px}.collectorRepeatAction small{display:block;margin:7px 10px 0;color:#6d7f8e;font-size:10px;line-height:1.4;text-align:center}html[dir=rtl] .collectorRepeatAction small{text-align:center}.collectorSuccessCard .collectorProgressBox{margin-top:16px}.collectorSuccessCard .collectorImpactBox{margin-top:12px}.collectorSuccessCard .collectorNextBox,.collectorSuccessCard .collectorRepeatAction{margin-top:16px}.collectorSuccessCard .collectorDoneBtn{margin-top:10px}.guidedCollectionTop>div>strong:first-child{margin-top:0}.collectorFirstWelcome{margin:0 0 16px;padding:20px 18px;border:1px solid #eadfd7;border-radius:22px;background:linear-gradient(180deg,#fff,#fff8f2);box-shadow:var(--shadow)}.collectorFirstKicker{display:block;margin-bottom:8px;color:#e95d3c;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.collectorFirstWelcome h2{margin:0 0 9px;color:#17324d;font-size:24px;line-height:1.16}.collectorFirstWelcome p{margin:0;color:#607080;font-size:15px;line-height:1.5}.collectorFirstWelcome small{display:block;margin-top:13px;padding-top:12px;border-top:1px solid #f0e5dd;color:#39715f;font-size:11px;font-weight:800;line-height:1.4}html[dir=rtl] .collectorFirstWelcome{text-align:right}@media(max-width:420px){.collectorFirstWelcome{padding:18px 16px}.collectorFirstWelcome h2{font-size:22px}}.collectorConsentCard{margin:14px 0 0;padding:15px;border:1px solid #d8e4df;border-radius:18px;background:#fbfefd;box-shadow:var(--shadow)}.collectorConsentHeading{display:flex;align-items:center;gap:8px;margin-bottom:10px;color:#17324d}.collectorConsentHeading strong{font-size:13px}.collectorConsentCheck{display:flex!important;align-items:flex-start;gap:10px;font-size:11px!important;font-weight:650!important;line-height:1.5;color:#405765}.collectorConsentCheck input{width:18px!important;height:18px;margin:1px 0 0;flex:0 0 18px;accent-color:#2b8066}.collectorConsentCard p{margin:10px 0 0;color:#667985;font-size:10px;line-height:1.5}.collectorConsentCard small{display:block;margin-top:9px;color:#b45c42;font-size:10px;font-weight:800;line-height:1.4}html[dir=rtl] .collectorConsentCard{text-align:right}html[dir=rtl] .collectorConsentCheck{flex-direction:row-reverse}.collectorConsentCard.consentRequired{border-color:#e2a28e;background:#fffaf7;box-shadow:0 0 0 3px #ff7a5914,var(--shadow)}.collectorConsentCard.consentRequired small{padding:8px 10px;border-radius:10px;background:#fff0ea;color:#a84e35}.collectorPrivacyDetails{margin-top:12px;padding-top:10px;border-top:1px solid #e1ebe7}.collectorPrivacyDetails summary{cursor:pointer;color:#2f6f61;font-size:11px;font-weight:850;line-height:1.4;list-style-position:inside}.collectorPrivacyDetails[open] summary{margin-bottom:10px}.collectorPrivacyGrid{display:grid;gap:8px}.collectorPrivacyGrid>div{padding:9px 10px;border:1px solid #e4ebe8;border-radius:12px;background:#fff}.collectorPrivacyGrid strong{display:block;color:#244b42;font-size:10px;line-height:1.35}.collectorPrivacyGrid p{margin:3px 0 0!important;color:#607078!important;font-size:10px!important;line-height:1.45!important}.collectorPrivacyGrid .privacyCaution{border-color:#ead9ad;background:#fffaf0}.collectorPrivacyWelcome{margin-top:13px}.collectorPrivacyWelcome .collectorPrivacyGrid{margin-top:2px}html[dir=rtl] .collectorPrivacyDetails{text-align:right}.collectorFinishedCard{margin:0;padding:28px 20px;border:1px solid #d9e8e1;border-radius:24px;background:linear-gradient(180deg,#fff,#f7fcf9);box-shadow:var(--shadow);text-align:center}.collectorFinishedIcon{width:72px;height:72px;margin:0 auto 14px;display:grid;place-items:center;border-radius:999px;background:#e8f8f1;color:#2b8066;font-size:38px;font-weight:900}.collectorFinishedKicker{display:block;margin-bottom:8px;color:#2b8066;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.collectorFinishedCard h2{margin:0;color:#17324d;font-size:27px;line-height:1.2}.collectorFinishedLead{margin:10px auto 18px;max-width:500px;color:#607080;font-size:14px;line-height:1.55}.collectorFinishedSafe{display:flex;align-items:flex-start;gap:9px;margin:0 0 18px;padding:13px 14px;border:1px solid #cfe6dc;border-radius:15px;background:#f1faf6;text-align:left}.collectorFinishedSafe>span{flex:0 0 24px;width:24px;height:24px;display:grid;place-items:center;border-radius:999px;background:#2b8066;color:#fff;font-size:12px;font-weight:900}.collectorFinishedSafe p{margin:1px 0 0;color:#39715f;font-size:11px;font-weight:750;line-height:1.5}.collectorFinishedCard>.primaryBtn{margin-top:2px}.collectorFinishedCard>small{display:block;margin:8px 8px 0;color:#6d7f8e;font-size:10px;line-height:1.45}html[dir=rtl] .collectorFinishedSafe{text-align:right;flex-direction:row-reverse}@media(max-width:420px){.collectorFinishedCard{padding:24px 16px}.collectorFinishedCard h2{font-size:24px}}.collectorReturningWelcome{margin:0 0 16px;padding:16px;display:flex;align-items:flex-start;gap:13px;border:1px solid #cfe6dc;border-radius:20px;background:linear-gradient(180deg,#fbfffd,#f4fbf8);box-shadow:var(--shadow)}.collectorReturningIcon{flex:0 0 42px;width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#e5f6ef;color:#2e8d70;font-size:22px;font-weight:900}.collectorReturningWelcome>div:last-child{min-width:0;flex:1}.collectorReturningKicker{display:block;margin-bottom:3px;color:#2e8d70;font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.collectorReturningWelcome h2{margin:0;color:#17324d;font-size:19px;line-height:1.25}.collectorReturningWelcome p{margin:6px 0 0;color:#607080;font-size:12px;line-height:1.45}.collectorReturningWelcome small{display:block;margin-top:8px;color:#39715f;font-size:10px;font-weight:800;line-height:1.4}html[dir=rtl] .collectorReturningWelcome{text-align:right}@media(max-width:420px){.collectorReturningWelcome{padding:14px}.collectorReturningWelcome h2{font-size:18px}}.collectorReadyCard{margin:0 0 14px;padding:15px;border:1px solid #cfe4dc;border-radius:20px;background:#f7fcfa;box-shadow:0 8px 24px #1e463a0d}.collectorReadyTop{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.collectorReadyTop strong{display:block;font-size:17px;line-height:1.3;color:#17324d}.collectorReadyKicker{display:block;margin-bottom:3px;font-size:9px;font-weight:900;letter-spacing:.11em;text-transform:uppercase;color:#2e8d73}.collectorReadyCard>p{margin:8px 0 11px;font-size:12px;line-height:1.45;color:#667984}.collectorReadyChecks{display:flex;flex-wrap:wrap;gap:7px}.collectorReadyChecks span{padding:6px 9px;border:1px solid #d7e8e2;border-radius:999px;background:#fff;font-size:10px;font-weight:750;color:#45665d}.collectorReadyChecks b{color:#17324d}.collectorChangePetBtn{flex:0 0 auto;min-height:34px;padding:6px 10px;border:1px solid #d8dedb;border-radius:11px;background:#fff;color:#536873;font-size:10px;font-weight:850}html[dir=rtl] .collectorReadyCard{text-align:right}@media(max-width:420px){.collectorReadyTop{align-items:flex-start}.collectorChangePetBtn{max-width:110px}}.collectorCaptureGuide{margin:0 0 14px;padding:13px 14px;border:1px solid #eadfd7;border-radius:18px;background:#fff;box-shadow:0 6px 20px #1e140f0a}.collectorCaptureGuideHead{display:flex;align-items:flex-start;gap:10px}.collectorCaptureGuideHead>span{flex:0 0 24px;width:24px;height:24px;display:grid;place-items:center;border-radius:999px;background:#fff0e8;color:#e95d3c;font-size:9px}.collectorCaptureGuideHead strong{display:block;color:#17324d;font-size:13px;line-height:1.35}.collectorCaptureGuideHead p{margin:4px 0 0;color:#667984;font-size:10px;line-height:1.45}.collectorCaptureGuideChecks{display:flex;flex-wrap:wrap;gap:7px;margin-top:10px}.collectorCaptureGuideChecks span{padding:6px 9px;border:1px solid #e4e8e6;border-radius:999px;background:#fafcfb;color:#536b63;font-size:10px;font-weight:800}.collectorLiveFeedback{width:min(100%,420px);margin:10px auto 8px;padding:10px 12px;display:grid;grid-template-columns:auto 1fr;column-gap:10px;row-gap:2px;align-items:center;border:1px solid #ead9ad;border-radius:14px;background:#fffaf0;text-align:left}.collectorLiveFeedback strong{grid-row:1/3;min-width:48px;color:#17324d;font-size:23px;line-height:1}.collectorLiveFeedback span{color:#5f6e74;font-size:11px;font-weight:850;line-height:1.35}.collectorLiveFeedback small{color:#7b8588;font-size:9px;line-height:1.3}.collectorLiveFeedback.ready{border-color:#cfe6dc;background:#f1faf6}.collectorLiveFeedback.ready span{color:#2f725f}html[dir=rtl] .collectorCaptureGuide,html[dir=rtl] .collectorLiveFeedback{text-align:right}@media(max-width:420px){.collectorCaptureGuide{padding:12px}.collectorLiveFeedback{grid-template-columns:auto 1fr}}.guidedCollectionCompact{padding:0;overflow:hidden}.guidedCollectionCompact>summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;cursor:pointer}.guidedCollectionCompact>summary::-webkit-details-marker{display:none}.guidedCollectionCompact>summary>span:first-child{display:grid;gap:3px;min-width:0}.guidedCollectionCompact>summary b{font-size:14px}.guidedCollectionCompact>summary small{font-size:11px;color:#6d7f8e;font-weight:650}.guidedCollectionCompact>summary:after{content:"›";font-size:22px;color:#7d8b94;transition:transform .2s ease}.guidedCollectionCompact[open]>summary:after{transform:rotate(90deg)}.guidedCollectionCompact .guidedCollectionPet{margin-left:auto}.guidedCollectionBody{padding:0 14px 14px}.guidedCollectionBody .guidedCollectionSuggestion{margin:0 0 10px}.collectorReadyCard{padding:15px 16px}.collectorReadyCard>p{margin:8px 0 10px}.collectorReadyChecks{gap:7px}.collectorLiveFeedback{padding:9px 12px}@media(max-width:420px){.collectorReadyTop{align-items:flex-start}.collectorReadyTop strong{font-size:20px}.collectorChangePetBtn{min-height:40px;padding:8px 10px}}
