.sidebar-module__X50D5W__shell{background:var(--bg-0);min-height:100vh;display:flex}.sidebar-module__X50D5W__overlay{z-index:90;-webkit-backdrop-filter:blur(2px);background:#00000040;position:fixed;inset:0}.sidebar-module__X50D5W__sidebar{border-right:1px solid var(--border-default);z-index:100;width:240px;height:100vh;box-shadow:var(--shadow-clay);background:#fff;flex-direction:column;flex-shrink:0;transition:width .2s cubic-bezier(.16,1,.3,1);display:flex;position:sticky;top:0;overflow:hidden}.sidebar-module__X50D5W__collapsed{width:56px}.sidebar-module__X50D5W__logoArea{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;margin-bottom:4px;padding:16px 12px;display:flex}.sidebar-module__X50D5W__logoBtn{cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:4px;display:flex}.sidebar-module__X50D5W__logoMark{background:var(--swatch-matcha-800);color:#fff;letter-spacing:-.02em;width:28px;height:28px;box-shadow:var(--shadow-clay);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:700;display:flex}.sidebar-module__X50D5W__logoText{color:var(--text-primary);letter-spacing:-.02em;white-space:nowrap;font-size:.9rem;font-weight:700}.sidebar-module__X50D5W__collapseBtn{border-radius:var(--radius-sm);width:24px;height:24px;color:var(--text-tertiary);cursor:pointer;background:0 0;border:1px solid #0000;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;transition:all .15s;display:flex}.sidebar-module__X50D5W__collapseBtn:hover{background:var(--bg-3);border-color:var(--border-default);color:var(--text-secondary)}.sidebar-module__X50D5W__nav{flex:1;padding:12px 8px 0;overflow:hidden auto}.sidebar-module__X50D5W__navSection{margin-bottom:20px}.sidebar-module__X50D5W__navLabel{text-transform:uppercase;letter-spacing:.09em;color:var(--text-tertiary);white-space:nowrap;padding:4px 8px 6px;font-size:.65rem;font-weight:600;display:block}.sidebar-module__X50D5W__navItem{border-radius:var(--radius-md);width:100%;color:var(--text-secondary);cursor:pointer;text-align:left;white-space:nowrap;background:0 0;border:none;align-items:center;gap:10px;padding:7px 10px;font-family:inherit;font-size:.82rem;font-weight:500;transition:all .12s;display:flex;position:relative;overflow:hidden}.sidebar-module__X50D5W__navItem:hover{background:var(--bg-3);color:var(--text-primary);border-color:var(--border-default)}.sidebar-module__X50D5W__navActive{border:1px solid #078a5226;font-weight:600;background:var(--accent-muted)!important;color:var(--accent)!important}.sidebar-module__X50D5W__navIcon{text-align:center;width:20px;color:var(--text-tertiary);flex-shrink:0;font-size:.8rem}.sidebar-module__X50D5W__navActive .sidebar-module__X50D5W__navIcon{color:var(--accent)}.sidebar-module__X50D5W__colleagueList{flex-direction:column;gap:1px;display:flex}.sidebar-module__X50D5W__colleagueItem{padding:6px 10px;font-size:.78rem}.sidebar-module__X50D5W__collegueAvatar{text-align:center;width:20px;color:var(--accent);flex-shrink:0;font-size:.5rem}.sidebar-module__X50D5W__colleagueName{text-overflow:ellipsis;flex:1;overflow:hidden}.sidebar-module__X50D5W__colleagueScore{color:var(--accent);background:var(--accent-muted);border-radius:var(--radius-pill);border:1px solid #078a5226;padding:2px 6px;font-size:.65rem;font-weight:600}.sidebar-module__X50D5W__userArea{border-top:1px solid var(--border-default);flex-direction:column;gap:6px;padding:12px;display:flex}.sidebar-module__X50D5W__userBtn{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.sidebar-module__X50D5W__userAvatar{background:var(--swatch-matcha-300);border:1px solid var(--border-default);width:28px;height:28px;color:var(--swatch-matcha-800);box-shadow:var(--shadow-clay);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.sidebar-module__X50D5W__userInfo{flex-direction:column;min-width:0;display:flex}.sidebar-module__X50D5W__userName{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;font-weight:600;overflow:hidden}.sidebar-module__X50D5W__userEmail{color:var(--text-tertiary);text-overflow:ellipsis;white-space:nowrap;font-size:.65rem;overflow:hidden}.sidebar-module__X50D5W__logoutBtn{border-radius:var(--radius-sm);border:1px solid var(--border-default);width:100%;min-height:32px;color:var(--text-tertiary);cursor:pointer;background:0 0;flex-shrink:0;justify-content:center;align-self:stretch;align-items:center;gap:6px;padding:6px 8px;font-size:.72rem;font-weight:600;transition:all .15s;display:flex}.sidebar-module__X50D5W__logoutBtn:hover{background:var(--swatch-pomegranate-400);border-color:var(--swatch-pomegranate-400);color:#fff;box-shadow:var(--shadow-hard)}.sidebar-module__X50D5W__collapsed .sidebar-module__X50D5W__logoutBtn{align-self:center;width:32px;padding:6px}.sidebar-module__X50D5W__content{flex:1;min-width:0;overflow-y:auto}.sidebar-module__X50D5W__mobileHeader{display:none}@media (max-width:768px){.sidebar-module__X50D5W__sidebar{transition:left .25s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:-260px}.sidebar-module__X50D5W__collapsed{width:240px}.sidebar-module__X50D5W__mobileOpen{left:0!important}.sidebar-module__X50D5W__mobileHeader{border-bottom:1px solid var(--border-default);z-index:50;box-shadow:var(--shadow-clay);background:#fff;align-items:center;gap:12px;padding:12px 16px;display:flex;position:sticky;top:0}.sidebar-module__X50D5W__menuBtn{border-radius:var(--radius-md);border:1px solid var(--border-default);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;background:0 0;justify-content:center;align-items:center;font-size:1.1rem;transition:all .15s;display:flex}.sidebar-module__X50D5W__menuBtn:hover{background:var(--bg-3)}.sidebar-module__X50D5W__mobileTitle{color:var(--text-primary);font-size:.9rem;font-weight:700}}
.bookmarkable-zone-module__WYWAYq__tooltip{z-index:9999;pointer-events:auto;animation:.12s bookmarkable-zone-module__WYWAYq__fadeUp;position:absolute;transform:translate(-50%)translateY(-100%)}@keyframes bookmarkable-zone-module__WYWAYq__fadeUp{0%{opacity:0;transform:translate(-50%)translateY(calc(6px - 100%))}to{opacity:1;transform:translate(-50%)translateY(-100%)}}.bookmarkable-zone-module__WYWAYq__saveBtn{color:#b8a9f7;cursor:pointer;white-space:nowrap;background:#1c1c28;border:1px solid #7c5cff66;border-radius:999px;align-items:center;gap:5px;padding:5px 12px;font-family:inherit;font-size:12px;font-weight:600;transition:background .12s,border-color .12s;display:flex;box-shadow:0 4px 16px #00000080}.bookmarkable-zone-module__WYWAYq__saveBtn:hover:not(:disabled){background:#7c5cff26;border-color:#7c5cffb3}.bookmarkable-zone-module__WYWAYq__tooltipSaved .bookmarkable-zone-module__WYWAYq__saveBtn{color:#00b894;cursor:default;border-color:#00b89480}.bookmarkable-zone-module__WYWAYq__tooltipError .bookmarkable-zone-module__WYWAYq__saveBtn{color:#ff9785;border-color:#e1705573}
.animal-icon-module__Ddekqa__frame{place-items:center;width:100%;height:100%;display:grid;position:relative}.animal-icon-module__Ddekqa__image{object-fit:contain;width:100%;height:100%;display:block}.animal-icon-module__Ddekqa__fallback{font-size:clamp(2.5rem,6vw,4.5rem);line-height:1}
.button-module__TVY52q__root{border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;font-family:inherit;font-weight:600;transition:all .15s;display:inline-flex}.button-module__TVY52q__root:disabled{opacity:.55;cursor:not-allowed;box-shadow:none;transform:none}.button-module__TVY52q__size_sm{border-radius:var(--radius-sm);padding:6px 12px;font-size:.75rem}.button-module__TVY52q__size_md{padding:8px 18px;font-size:.8rem}.button-module__TVY52q__size_lg{padding:12px 28px;font-size:.9rem}.button-module__TVY52q__variant_primary{background:var(--accent);color:var(--bg-1);box-shadow:var(--shadow-clay)}.button-module__TVY52q__variant_primary:hover:not(:disabled){background:var(--accent-hover)}.button-module__TVY52q__variant_ghost{color:var(--text-secondary);border:1px solid var(--border-default);background:0 0;font-weight:500}.button-module__TVY52q__variant_ghost:hover:not(:disabled){border-color:var(--border-strong);color:var(--text-primary)}.button-module__TVY52q__variant_muted{background:var(--bg-3);color:var(--text-secondary);border:1px solid var(--border-default);font-weight:500}.button-module__TVY52q__variant_muted:hover:not(:disabled){border-color:var(--border-strong);color:var(--text-primary)}
.badge-module__LztqXW__root{border-radius:var(--radius-pill);letter-spacing:.02em;border:1px solid #0000;align-items:center;padding:5px 14px;font-size:.7rem;font-weight:600;display:inline-flex}.badge-module__LztqXW__variant_accent{background:var(--accent-muted);color:var(--text-accent);border-color:var(--border-accent)}.badge-module__LztqXW__variant_muted{background:var(--bg-3);color:var(--text-secondary);border-color:var(--border-default)}
.card-module__FrKoNG__root{background:var(--bg-1);border:1px solid var(--border-default);border-radius:var(--radius-lg);box-shadow:var(--shadow-clay);padding:20px}.card-module__FrKoNG__subtle{background:var(--bg-3);border-color:var(--border-subtle);border-radius:var(--radius-md);box-shadow:none;padding:12px 14px}.card-module__FrKoNG__interactive{transition:all .15s}.card-module__FrKoNG__interactive:hover{border-color:var(--border-strong);box-shadow:var(--shadow-clay), var(--shadow-lg);transform:translateY(-1px)}
.dashboard-module__Gx_nyq__loadingScreen{background:var(--bg-0);justify-content:center;align-items:center;min-height:100vh;display:flex}.dashboard-module__Gx_nyq__spinner{border:2px solid #078a5226;border-top-color:var(--accent);border-radius:50%;width:20px;height:20px;animation:.6s linear infinite dashboard-module__Gx_nyq__spin}@keyframes dashboard-module__Gx_nyq__spin{to{transform:rotate(360deg)}}.dashboard-module__Gx_nyq__page{max-width:960px;margin:0 auto;padding:32px 32px 80px}.dashboard-module__Gx_nyq__pageHeader{justify-content:space-between;align-items:flex-start;margin-bottom:32px;display:flex}.dashboard-module__Gx_nyq__headerActions{align-items:center;gap:8px;display:flex}.dashboard-module__Gx_nyq__pageTitle{letter-spacing:-.02em;color:var(--text-primary);font-size:1.4rem;font-weight:700}.dashboard-module__Gx_nyq__pageDesc{color:var(--text-tertiary);margin-top:2px;font-size:.8rem}.dashboard-module__Gx_nyq__primaryBtn{border-radius:var(--radius-md);background:var(--accent);color:#fff;cursor:pointer;border:none;padding:8px 18px;font-family:inherit;font-size:.8rem;font-weight:600;transition:all .15s}.dashboard-module__Gx_nyq__primaryBtn:hover{background:var(--accent-hover)}.dashboard-module__Gx_nyq__ghostBtn{border-radius:var(--radius-sm);border:1px solid var(--border-default);color:var(--text-secondary);cursor:pointer;background:0 0;padding:6px 14px;font-family:inherit;font-size:.75rem;font-weight:500;transition:all .15s}.dashboard-module__Gx_nyq__ghostBtn:hover{border-color:var(--border-strong);color:var(--text-primary)}.dashboard-module__Gx_nyq__bento{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:12px;margin-bottom:32px;display:grid}.dashboard-module__Gx_nyq__card{border:1px solid var(--border-default);border-radius:var(--radius-lg);box-shadow:var(--shadow-clay);background:#fff;padding:20px;transition:all .15s}.dashboard-module__Gx_nyq__card:hover{border-color:var(--border-strong);box-shadow:var(--shadow-clay), 0 4px 12px #0000000f;transform:translateY(-1px)}.dashboard-module__Gx_nyq__cardLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary);margin-bottom:14px;font-size:.7rem;font-weight:600}.dashboard-module__Gx_nyq__profileCard{flex-direction:column;grid-column:span 2;justify-content:space-between;gap:16px;display:flex}.dashboard-module__Gx_nyq__cardInner{align-items:flex-start;gap:16px;display:flex}.dashboard-module__Gx_nyq__animalEmoji{filter:drop-shadow(0 2px 8px #6c5ce733);flex-shrink:0;font-size:2.5rem}.dashboard-module__Gx_nyq__animalIconFrame{background:var(--bg-2);border:1px solid var(--border-subtle);border-radius:18px;flex:0 0 58px;width:58px;height:58px;padding:8px}.dashboard-module__Gx_nyq__animalIcon{filter:drop-shadow(0 4px 12px var(--accent-glow-strong))}.dashboard-module__Gx_nyq__profileMeta{min-width:0}.dashboard-module__Gx_nyq__animalName{color:var(--text-primary);letter-spacing:-.01em;font-size:1.1rem;font-weight:700}.dashboard-module__Gx_nyq__animalEn{color:var(--text-tertiary);margin-bottom:6px;font-size:.7rem;display:block}.dashboard-module__Gx_nyq__tagline{color:var(--text-secondary);font-size:.78rem;line-height:1.5}.dashboard-module__Gx_nyq__typeCodeBadge{align-self:flex-start}.dashboard-module__Gx_nyq__typeCodeBadge code{font-size:.65rem;font-weight:600;font-family:var(--font-mono);color:var(--accent);background:var(--accent-muted);border-radius:var(--radius-sm);letter-spacing:.04em;padding:3px 10px}.dashboard-module__Gx_nyq__radarCard{flex-direction:column;grid-column:span 2;align-items:center;display:flex}.dashboard-module__Gx_nyq__radarCanvas{max-width:100%;height:auto}.dashboard-module__Gx_nyq__dimCard{flex-direction:column;gap:10px;display:flex}.dashboard-module__Gx_nyq__dimTop{justify-content:space-between;align-items:baseline;display:flex}.dashboard-module__Gx_nyq__dimLetter{color:var(--accent);letter-spacing:-.02em;font-size:1.2rem;font-weight:900}.dashboard-module__Gx_nyq__dimScore{color:var(--text-primary);letter-spacing:-.03em;font-size:1.6rem;font-weight:800}.dashboard-module__Gx_nyq__dimBar{background:var(--bg-4);border-radius:2px;height:4px;overflow:hidden}.dashboard-module__Gx_nyq__dimBarFill{background:var(--accent);border-radius:2px;height:100%;transition:width .8s cubic-bezier(.16,1,.3,1)}.dashboard-module__Gx_nyq__dimLabels{color:var(--text-tertiary);justify-content:space-between;font-size:.6rem;display:flex}.dashboard-module__Gx_nyq__dimPole{color:var(--text-accent);font-weight:600}.dashboard-module__Gx_nyq__traitRow{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px;display:grid}.dashboard-module__Gx_nyq__traitList{flex-direction:column;gap:6px;list-style:none;display:flex}.dashboard-module__Gx_nyq__traitList li{color:var(--text-secondary);padding-left:14px;font-size:.78rem;line-height:1.5;position:relative}.dashboard-module__Gx_nyq__traitList li:before{content:"·";color:var(--accent);font-weight:900;position:absolute;left:0}.dashboard-module__Gx_nyq__introCard{grid-column:1/-1;margin-bottom:24px}.dashboard-module__Gx_nyq__introText{color:var(--text-secondary);font-size:.82rem;line-height:1.65}.dashboard-module__Gx_nyq__adviceCard{margin-bottom:32px}.dashboard-module__Gx_nyq__adviceText{color:var(--text-secondary);font-size:.82rem;line-height:1.6}.dashboard-module__Gx_nyq__workPatternsCard{margin-top:16px}.dashboard-module__Gx_nyq__workPatternItem{width:100%}.dashboard-module__Gx_nyq__emptyState{text-align:center;border:1px dashed var(--border-default);border-radius:var(--radius-xl);box-shadow:var(--shadow-clay);background:#fff;padding:80px 32px}.dashboard-module__Gx_nyq__emptyIcon{color:var(--accent);margin-bottom:16px;font-size:2rem}.dashboard-module__Gx_nyq__emptyState h2{margin-bottom:8px;font-size:1.2rem;font-weight:700}.dashboard-module__Gx_nyq__emptyState p{color:var(--text-secondary);max-width:320px;margin-bottom:24px;margin-left:auto;margin-right:auto;font-size:.85rem}.dashboard-module__Gx_nyq__colleagueSection{margin-top:40px}.dashboard-module__Gx_nyq__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.dashboard-module__Gx_nyq__sectionHeader h2{font-size:1rem;font-weight:600}.dashboard-module__Gx_nyq__table{border:1px solid var(--border-default);border-radius:var(--radius-lg);box-shadow:var(--shadow-clay);overflow:hidden}.dashboard-module__Gx_nyq__tableHeader{background:var(--bg-3);text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary);border-bottom:1px solid var(--border-subtle);grid-template-columns:2fr 1.5fr 2fr 40px;gap:8px;padding:10px 16px;font-size:.65rem;font-weight:600;display:grid}.dashboard-module__Gx_nyq__tableRow{cursor:pointer;border-bottom:1px solid var(--border-subtle);grid-template-columns:2fr 1.5fr 2fr 40px;align-items:center;gap:8px;padding:12px 16px;font-size:.82rem;transition:background .12s;display:grid}.dashboard-module__Gx_nyq__tableRow:last-child{border-bottom:none}.dashboard-module__Gx_nyq__tableRow:hover{background:var(--bg-3)}.dashboard-module__Gx_nyq__cellName{color:var(--text-primary);align-items:center;gap:10px;font-weight:600;display:flex}.dashboard-module__Gx_nyq__miniAvatar{font-size:1.1rem}.dashboard-module__Gx_nyq__cellType{color:var(--text-secondary);font-size:.78rem}.dashboard-module__Gx_nyq__cellCompat{color:var(--text-secondary);align-items:center;gap:6px;font-size:.78rem;display:flex}.dashboard-module__Gx_nyq__compatDot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.dashboard-module__Gx_nyq__cellArrow{color:var(--text-tertiary);text-align:right}@media (max-width:768px){.dashboard-module__Gx_nyq__page{padding:24px 16px 80px}.dashboard-module__Gx_nyq__bento{grid-template-columns:1fr}.dashboard-module__Gx_nyq__profileCard,.dashboard-module__Gx_nyq__radarCard{grid-column:span 1}.dashboard-module__Gx_nyq__traitRow{grid-template-columns:1fr}.dashboard-module__Gx_nyq__tableHeader,.dashboard-module__Gx_nyq__tableRow{grid-template-columns:2fr 1fr 1.5fr 30px}}
.auth-module__Cgra4q__authHeader{margin-bottom:24px}.auth-module__Cgra4q__headerTopRow{justify-content:space-between;align-items:center;display:flex}.auth-module__Cgra4q__langToggle{font-size:.68rem}.auth-module__Cgra4q__authHeader h2{color:var(--text-primary);margin-top:16px;margin-bottom:4px;font-size:1.1rem;font-weight:700}.auth-module__Cgra4q__authHeader p{color:var(--text-tertiary);font-size:.78rem}.auth-module__Cgra4q__authForm{flex-direction:column;display:flex}.auth-module__Cgra4q__errorMsg{border-radius:var(--radius-sm);color:var(--danger);background:#e170550f;border:1px solid #e1705533;margin-bottom:16px;padding:10px 14px;font-size:.78rem}.auth-module__Cgra4q__authFooter{text-align:center;color:var(--text-tertiary);margin-top:24px;font-size:.78rem}.auth-module__Cgra4q__authFooter p{margin:0}.auth-module__Cgra4q__linkBtn{color:var(--accent);cursor:pointer;background:0 0;border:none;margin-left:4px;padding:0;font-family:inherit;font-size:.78rem;font-weight:600;transition:color .15s}.auth-module__Cgra4q__linkBtn:hover{color:var(--accent-hover)}.auth-module__Cgra4q__authPage{background:var(--bg-0);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.auth-module__Cgra4q__authCard{border:1px solid var(--border-default);border-radius:var(--radius-xl);width:100%;max-width:380px;box-shadow:var(--shadow-clay);background:#fff;padding:40px 36px}.auth-module__Cgra4q__logo{text-align:center;margin-bottom:28px}.auth-module__Cgra4q__logo span:first-child{color:var(--text-primary);letter-spacing:-.02em;font-size:1.2rem;font-weight:900}.auth-module__Cgra4q__logo span:last-child{color:var(--accent);letter-spacing:-.02em;font-size:1.2rem;font-weight:900}.auth-module__Cgra4q__authTitle{text-align:center;margin-bottom:4px;font-size:1.1rem;font-weight:700}.auth-module__Cgra4q__authDesc{text-align:center;color:var(--text-tertiary);margin-bottom:28px;font-size:.78rem}.auth-module__Cgra4q__inputGroup{margin-bottom:16px}.auth-module__Cgra4q__inputGroup label{color:var(--text-secondary);margin-bottom:6px;font-size:.72rem;font-weight:600;display:block}.auth-module__Cgra4q__inputGroup input{background:var(--bg-3);border:1px solid var(--border-default);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);outline:none;padding:10px 14px;font-size:.85rem;transition:border-color .15s}.auth-module__Cgra4q__inputGroup input:focus{border-color:var(--accent);outline-offset:0;outline:2px solid #078a5233}.auth-module__Cgra4q__inputGroup input::placeholder{color:var(--text-tertiary)}.auth-module__Cgra4q__submitBtn{border-radius:var(--radius-md);background:var(--accent);color:#fff;cursor:pointer;width:100%;box-shadow:var(--shadow-clay);border:none;margin-top:8px;padding:11px;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .15s}.auth-module__Cgra4q__submitBtn:hover{background:var(--accent-hover);box-shadow:var(--shadow-hard);transform:rotate(-4deg)translateY(-2px)}.auth-module__Cgra4q__submitBtn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.auth-module__Cgra4q__error{border-radius:var(--radius-sm);color:var(--danger);background:#e170550f;border:1px solid #e1705533;margin-bottom:16px;padding:10px 14px;font-size:.78rem}.auth-module__Cgra4q__divider{background:var(--border-subtle);height:1px;margin:24px 0}.auth-module__Cgra4q__switchAuth{text-align:center;color:var(--text-tertiary);font-size:.78rem}.auth-module__Cgra4q__switchAuth a{color:var(--accent);margin-left:4px;font-weight:600}.auth-module__Cgra4q__switchAuth a:hover{color:var(--accent-hover)}
.animal-detail-module__d5a4VG__page{background:radial-gradient(circle at top left, var(--accent-muted), transparent 32%), linear-gradient(180deg, var(--bg-0) 0%, var(--surface-canvas-hero-end) 100%);min-height:100vh}.animal-detail-module__d5a4VG__content{max-width:1200px;margin:0 auto;padding:24px 32px 88px}.animal-detail-module__d5a4VG__topNav{justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px;display:flex}.animal-detail-module__d5a4VG__logoLink{align-items:center;gap:10px;display:inline-flex}.animal-detail-module__d5a4VG__logoMark{background:linear-gradient(135deg, var(--accent), var(--swatch-slushie-500));color:#fff;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.72rem;font-weight:900;display:inline-flex}.animal-detail-module__d5a4VG__logoText{color:var(--text-primary);font-size:.92rem;font-weight:700}.animal-detail-module__d5a4VG__navActions{align-items:center;gap:10px;display:flex}.animal-detail-module__d5a4VG__secondaryLink,.animal-detail-module__d5a4VG__primaryLink{border-radius:999px;align-items:center;gap:8px;padding:10px 16px;font-size:.82rem;font-weight:600;transition:transform .18s,border-color .18s,background .18s;display:inline-flex}.animal-detail-module__d5a4VG__secondaryLink{border:1px solid var(--border-default);color:var(--text-secondary);background:var(--surface-glass-70)}.animal-detail-module__d5a4VG__primaryLink{color:#fff;background:var(--accent)}.animal-detail-module__d5a4VG__secondaryLink:hover,.animal-detail-module__d5a4VG__primaryLink:hover{transform:translateY(-1px)}.animal-detail-module__d5a4VG__hero{border:1px solid var(--border-accent);background:var(--surface-glass-80);grid-template-columns:minmax(280px,420px) minmax(0,1fr);gap:28px;margin-bottom:28px;padding:28px;display:grid}.animal-detail-module__d5a4VG__heroVisual{border:1px solid var(--border-accent);background:linear-gradient(var(--accent-glow) 1px, transparent 1px), linear-gradient(90deg, var(--accent-glow) 1px, transparent 1px), var(--surface-glass-95);background-size:100% 72px,72px 100%,auto;min-height:420px;position:relative;overflow:hidden}.animal-detail-module__d5a4VG__heroGlow{filter:blur(22px);opacity:.2;width:82%;height:70%;position:absolute;inset:auto -14% -20% auto}.animal-detail-module__d5a4VG__heroIconShell{place-items:center;display:grid;position:absolute;inset:28px}.animal-detail-module__d5a4VG__heroIconFrame{width:240px;max-width:100%;height:240px;max-height:100%;padding:20px}.animal-detail-module__d5a4VG__heroIcon{width:100%;height:100%;filter:drop-shadow(0 24px 38px var(--shadow-medium-dark));object-position:center}.animal-detail-module__d5a4VG__heroEmoji{font-size:clamp(4rem,10vw,7rem)}.animal-detail-module__d5a4VG__heroCopy{flex-direction:column;display:flex}.animal-detail-module__d5a4VG__eyebrow,.animal-detail-module__d5a4VG__sectionLabel{letter-spacing:.12em;text-transform:uppercase;color:var(--text-accent);font-size:.74rem;font-weight:700}.animal-detail-module__d5a4VG__title{letter-spacing:-.05em;margin-top:14px;font-size:clamp(2.6rem,7vw,5rem);line-height:.96}.animal-detail-module__d5a4VG__subtitle{color:var(--text-tertiary);margin-top:10px;font-size:1rem}.animal-detail-module__d5a4VG__tagline{color:var(--text-secondary);max-width:52ch;margin-top:18px;font-size:1.02rem;line-height:1.7}.animal-detail-module__d5a4VG__metaRow{flex-wrap:wrap;gap:10px;margin-top:22px;display:flex}.animal-detail-module__d5a4VG__metaChip{border:1px solid var(--border-accent);background:var(--surface-glass-82);flex-direction:column;gap:4px;min-width:140px;padding:12px 14px;display:inline-flex}.animal-detail-module__d5a4VG__metaChip strong{color:var(--text-tertiary);letter-spacing:.08em;text-transform:uppercase;font-size:.68rem}.animal-detail-module__d5a4VG__metaChip span{color:var(--text-primary);font-size:.86rem;font-family:var(--font-mono)}.animal-detail-module__d5a4VG__summaryCard{border:1px solid var(--border-accent);background:var(--surface-glass-96);margin-top:22px;padding:18px 20px}.animal-detail-module__d5a4VG__summaryCard p{white-space:pre-line;color:var(--text-secondary);margin-top:10px;line-height:1.78}.animal-detail-module__d5a4VG__section{margin-top:28px}.animal-detail-module__d5a4VG__sectionHeader{gap:6px;margin-bottom:18px;display:grid}.animal-detail-module__d5a4VG__sectionHeader h2{letter-spacing:-.04em;font-size:clamp(1.5rem,4vw,2.3rem);line-height:1.05}.animal-detail-module__d5a4VG__cardGrid,.animal-detail-module__d5a4VG__patternGrid,.animal-detail-module__d5a4VG__moreGrid{gap:14px;display:grid}.animal-detail-module__d5a4VG__cardGrid,.animal-detail-module__d5a4VG__patternGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.animal-detail-module__d5a4VG__issueGrid{gap:14px;display:grid}.animal-detail-module__d5a4VG__infoCard,.animal-detail-module__d5a4VG__issueCard,.animal-detail-module__d5a4VG__patternCard,.animal-detail-module__d5a4VG__moreCard,.animal-detail-module__d5a4VG__emptyState{border:1px solid var(--border-accent);background:var(--surface-glass-84)}.animal-detail-module__d5a4VG__infoCard,.animal-detail-module__d5a4VG__issueCard,.animal-detail-module__d5a4VG__patternCard{padding:20px}.animal-detail-module__d5a4VG__cardTag{background:var(--accent-muted);color:var(--text-accent);letter-spacing:.08em;text-transform:uppercase;border-radius:999px;align-items:center;margin-bottom:12px;padding:4px 10px;font-size:.68rem;font-weight:700;display:inline-flex}.animal-detail-module__d5a4VG__infoCard h3,.animal-detail-module__d5a4VG__issueCard h3,.animal-detail-module__d5a4VG__patternCard h3{color:var(--text-primary);margin-bottom:8px;font-size:1rem}.animal-detail-module__d5a4VG__infoCard p,.animal-detail-module__d5a4VG__issueCard p,.animal-detail-module__d5a4VG__patternCard p{color:var(--text-secondary);white-space:pre-line;line-height:1.72}.animal-detail-module__d5a4VG__issueHeader{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:8px;display:flex}.animal-detail-module__d5a4VG__growthCallout{border-left:3px solid var(--accent);background:var(--accent-muted);gap:8px;margin-top:16px;padding:14px 16px;display:grid}.animal-detail-module__d5a4VG__growthCallout strong{color:var(--text-accent);font-size:.78rem}.animal-detail-module__d5a4VG__growthCallout span{color:var(--text-secondary);line-height:1.7}.animal-detail-module__d5a4VG__blindSpotStrip{border:1px solid var(--border-accent);background:var(--surface-oat-92);gap:14px;margin-top:18px;padding:18px 20px;display:grid}.animal-detail-module__d5a4VG__stripLabel{color:var(--text-primary);font-size:.82rem;font-weight:700}.animal-detail-module__d5a4VG__blindSpotList{flex-wrap:wrap;gap:10px;display:flex}.animal-detail-module__d5a4VG__blindSpot{border:1px solid var(--border-accent);background:var(--surface-glass-86);color:var(--text-secondary);border-radius:999px;padding:8px 12px;font-size:.8rem}.animal-detail-module__d5a4VG__patternHead{align-items:center;gap:10px;margin-bottom:10px;display:flex}.animal-detail-module__d5a4VG__patternIcon{background:var(--accent-muted);width:34px;height:34px;color:var(--text-accent);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.animal-detail-module__d5a4VG__moreGrid{grid-template-columns:repeat(4,minmax(0,1fr))}.animal-detail-module__d5a4VG__moreCard{flex-direction:column;gap:14px;padding:18px;transition:transform .18s,background .18s;display:flex}.animal-detail-module__d5a4VG__moreCard:hover{background:var(--surface-glass-96);transform:translateY(-2px)}.animal-detail-module__d5a4VG__moreIconWrap{place-items:center;min-height:120px;display:grid}.animal-detail-module__d5a4VG__moreIconFrame{width:108px;height:108px;padding:10px}.animal-detail-module__d5a4VG__moreIcon{width:100%;height:100%;filter:drop-shadow(0 12px 20px var(--shadow-soft-dark));object-position:center}.animal-detail-module__d5a4VG__moreEmoji{font-size:3rem}.animal-detail-module__d5a4VG__moreCopy{gap:4px;display:grid}.animal-detail-module__d5a4VG__moreCopy strong{color:var(--text-primary);font-size:.92rem}.animal-detail-module__d5a4VG__moreCopy span{font-family:var(--font-mono);color:var(--text-tertiary);font-size:.68rem}.animal-detail-module__d5a4VG__emptyState{gap:12px;max-width:680px;margin:80px auto 0;padding:28px;display:grid}.animal-detail-module__d5a4VG__emptyState h1{letter-spacing:-.04em;font-size:2rem}.animal-detail-module__d5a4VG__emptyState p{color:var(--text-secondary);line-height:1.7}@media (max-width:960px){.animal-detail-module__d5a4VG__hero,.animal-detail-module__d5a4VG__cardGrid,.animal-detail-module__d5a4VG__patternGrid,.animal-detail-module__d5a4VG__moreGrid{grid-template-columns:1fr}.animal-detail-module__d5a4VG__heroVisual{min-height:320px}}@media (max-width:768px){.animal-detail-module__d5a4VG__content{padding:20px 20px 72px}.animal-detail-module__d5a4VG__topNav,.animal-detail-module__d5a4VG__navActions{flex-direction:column;align-items:stretch}.animal-detail-module__d5a4VG__hero{gap:20px;padding:20px}.animal-detail-module__d5a4VG__title{font-size:2.3rem}.animal-detail-module__d5a4VG__metaChip{flex:160px;min-width:0}}
.bookmarks-module__fqgfUG__loading{justify-content:center;align-items:center;min-height:100vh;display:flex}.bookmarks-module__fqgfUG__spinner{border:2px solid #078a5226;border-top-color:var(--accent);border-radius:50%;width:20px;height:20px;animation:.6s linear infinite bookmarks-module__fqgfUG__spin}@keyframes bookmarks-module__fqgfUG__spin{to{transform:rotate(360deg)}}.bookmarks-module__fqgfUG__page{max-width:720px;margin:0 auto;padding:32px 32px 80px}.bookmarks-module__fqgfUG__pageHeader{margin-bottom:28px}.bookmarks-module__fqgfUG__pageTitle{letter-spacing:-.02em;color:var(--text-primary);font-size:1.4rem;font-weight:700}.bookmarks-module__fqgfUG__pageDesc{color:var(--text-tertiary);margin-top:3px;font-size:.78rem}.bookmarks-module__fqgfUG__errorText{color:var(--danger);margin-top:8px;font-size:.78rem}.bookmarks-module__fqgfUG__empty{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:64px 24px;display:flex}.bookmarks-module__fqgfUG__emptyIcon{font-size:36px;line-height:1}.bookmarks-module__fqgfUG__empty p{color:var(--text-secondary);margin:0;font-size:.95rem;font-weight:600}.bookmarks-module__fqgfUG__emptyHint{color:var(--text-tertiary);max-width:320px;font-size:.78rem;line-height:1.6}.bookmarks-module__fqgfUG__list{flex-direction:column;gap:10px;display:flex}.bookmarks-module__fqgfUG__item{border:1px solid var(--border-default);border-radius:var(--radius-lg);box-shadow:var(--shadow-clay);background:#fff;padding:16px 18px;transition:all .15s}.bookmarks-module__fqgfUG__item:hover{border-color:var(--border-strong);box-shadow:var(--shadow-clay), 0 4px 12px #0000000f;transform:translateY(-1px)}.bookmarks-module__fqgfUG__itemContent{color:var(--text-primary);white-space:pre-wrap;word-break:break-word;font-size:.875rem;line-height:1.75}.bookmarks-module__fqgfUG__itemMeta{align-items:center;gap:10px;margin-top:10px;display:flex}.bookmarks-module__fqgfUG__source{text-transform:uppercase;letter-spacing:.06em;color:var(--text-accent);background:var(--accent-muted);border:1px solid var(--border-accent);border-radius:999px;padding:2px 8px;font-size:.7rem;font-weight:600}.bookmarks-module__fqgfUG__date{color:var(--text-tertiary);flex:1;font-size:.72rem}.bookmarks-module__fqgfUG__deleteBtn{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 6px;font-family:inherit;font-size:.7rem;transition:color .12s,background .12s}.bookmarks-module__fqgfUG__deleteBtn:hover{color:var(--danger);background:#e1705514}.bookmarks-module__fqgfUG__deleteBtn:disabled{opacity:.6;cursor:default}
.career-module__AS_nja__loading{justify-content:center;align-items:center;min-height:100vh;display:flex}.career-module__AS_nja__spinner{border:2px solid #078a5226;border-top-color:var(--accent);border-radius:50%;width:20px;height:20px;animation:.6s linear infinite career-module__AS_nja__spin}@keyframes career-module__AS_nja__spin{to{transform:rotate(360deg)}}.career-module__AS_nja__page{max-width:900px;margin:0 auto;padding:32px 32px 80px}.career-module__AS_nja__pageHeader{margin-bottom:24px}.career-module__AS_nja__pageTitle{letter-spacing:-.02em;color:var(--text-primary);font-size:1.4rem;font-weight:700}.career-module__AS_nja__pageDesc{color:var(--text-tertiary);margin-top:3px;font-size:.78rem;line-height:1.5}.career-module__AS_nja__settingsCard{background:var(--bg-2);border:1px solid var(--border-default);border-radius:var(--radius-lg);flex-direction:column;gap:16px;margin-bottom:24px;padding:20px 22px;display:flex}.career-module__AS_nja__settingsRow{align-items:flex-end;gap:12px;display:flex}.career-module__AS_nja__fieldGroup{flex-direction:column;flex:1;gap:6px;display:flex;position:relative}.career-module__AS_nja__fieldLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary);font-size:.7rem;font-weight:600}.career-module__AS_nja__inputWrap{position:relative}.career-module__AS_nja__fieldInput{background:var(--bg-3);border:1px solid var(--border-default);border-radius:var(--radius-md);width:100%;color:var(--text-primary);outline:none;padding:10px 14px;font-family:inherit;font-size:.88rem;transition:border-color .15s}.career-module__AS_nja__fieldInput:focus{border-color:var(--border-accent);background:#6c5ce70d}.career-module__AS_nja__fieldInput::placeholder{color:var(--text-tertiary)}.career-module__AS_nja__suggestions{background:var(--bg-3);border:1px solid var(--border-strong);border-radius:var(--radius-md);z-index:100;max-height:220px;box-shadow:var(--shadow-lg);position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto}.career-module__AS_nja__suggestions::-webkit-scrollbar{width:4px}.career-module__AS_nja__suggestions::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:2px}.career-module__AS_nja__suggestionItem{text-align:left;width:100%;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:9px 14px;font-family:inherit;font-size:.83rem;transition:background .1s;display:block}.career-module__AS_nja__suggestionItem:hover{background:var(--accent-muted);color:var(--text-primary)}.career-module__AS_nja__generateBtn{background:var(--accent);border-radius:var(--radius-md);color:#fff;cursor:pointer;white-space:nowrap;border:none;height:40px;padding:10px 22px;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .15s,opacity .15s}.career-module__AS_nja__generateBtn:hover:not(:disabled){background:var(--accent-hover)}.career-module__AS_nja__generateBtn:disabled{opacity:.35;cursor:not-allowed}.career-module__AS_nja__levelRow{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.career-module__AS_nja__levelPills{flex-wrap:wrap;gap:6px;display:flex}.career-module__AS_nja__levelPill{border:1px solid var(--border-default);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:999px;padding:5px 13px;font-family:inherit;font-size:.78rem;transition:all .12s}.career-module__AS_nja__levelPill:hover{border-color:var(--border-strong);color:var(--text-primary)}.career-module__AS_nja__levelPillActive{border-color:var(--border-accent);background:var(--accent-muted);color:var(--text-accent);font-weight:600}.career-module__AS_nja__errorMsg{color:var(--danger);margin:0;font-size:.78rem}.career-module__AS_nja__generatingState{color:var(--text-tertiary);text-align:center;flex-direction:column;align-items:center;gap:14px;padding:48px 24px;font-size:.85rem;display:flex}.career-module__AS_nja__generatingSpinner{border:2px solid #6c5ce726;border-top-color:var(--accent);border-radius:50%;width:28px;height:28px;animation:.7s linear infinite career-module__AS_nja__spin}.career-module__AS_nja__analysis{flex-direction:column;gap:16px;display:flex}.career-module__AS_nja__contextBadge{align-items:center;gap:8px;margin-bottom:4px;display:flex}.career-module__AS_nja__contextField{color:var(--text-accent);font-size:.85rem;font-weight:700}.career-module__AS_nja__contextDivider{color:var(--text-tertiary)}.career-module__AS_nja__contextLevel{color:var(--text-secondary);font-size:.82rem}.career-module__AS_nja__sectionLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--text-tertiary);margin-bottom:14px;font-size:.68rem;font-weight:700}.career-module__AS_nja__summaryCard{background:var(--bg-2);border:1px solid var(--border-default);border-radius:var(--radius-lg);padding:20px 22px}.career-module__AS_nja__summaryText{color:var(--text-primary);margin:0;font-size:.9rem;line-height:1.75}.career-module__AS_nja__rankRow{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:720px){.career-module__AS_nja__rankRow{grid-template-columns:1fr}}.career-module__AS_nja__rankCard{background:var(--bg-2);border:1px solid var(--border-default);border-radius:var(--radius-lg);padding:20px 22px}.career-module__AS_nja__rankList{flex-direction:column;gap:18px;display:flex}.career-module__AS_nja__rankItem{align-items:flex-start;gap:14px;display:flex}.career-module__AS_nja__rankMedal{text-align:center;flex-shrink:0;width:28px;padding-top:1px;font-size:1.1rem;font-weight:800}.career-module__AS_nja__rankBody{flex-direction:column;flex:1;gap:4px;display:flex}.career-module__AS_nja__rankTitle{color:var(--text-primary);font-size:.88rem;font-weight:700}.career-module__AS_nja__rankWhy{color:var(--text-secondary);font-size:.78rem;line-height:1.55}.career-module__AS_nja__rankScenario{color:var(--text-tertiary);background:var(--bg-3);border-left:2px solid var(--border-subtle);border-radius:6px;align-items:flex-start;gap:5px;margin-top:2px;padding:6px 10px;font-size:.75rem;line-height:1.55;display:flex}.career-module__AS_nja__scenarioIcon{flex-shrink:0;font-size:.7rem}.career-module__AS_nja__rankTip{color:#7c5cffbf;background:#7c5cff0f;border-left:2px solid #7c5cff33;border-radius:6px;align-items:flex-start;gap:5px;margin-top:4px;padding:6px 10px;font-size:.75rem;display:flex}.career-module__AS_nja__tipIcon{flex-shrink:0}.career-module__AS_nja__growthCard{background:var(--bg-2);border:1px solid var(--border-default);border-radius:var(--radius-lg);padding:20px 22px}.career-module__AS_nja__growthList{flex-direction:column;gap:16px;display:flex}.career-module__AS_nja__growthItem{align-items:flex-start;gap:16px;display:flex}.career-module__AS_nja__growthNum{background:var(--accent-muted);border:1px solid var(--border-accent);width:28px;height:28px;color:var(--text-accent);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:.8rem;font-weight:700;display:flex}.career-module__AS_nja__growthBody{flex-direction:column;flex:1;gap:4px;display:flex}.career-module__AS_nja__growthFocus{color:var(--text-primary);font-size:.88rem;font-weight:700}.career-module__AS_nja__growthAction{color:var(--text-secondary);font-size:.8rem;line-height:1.55}.career-module__AS_nja__growthImpact{color:var(--success);align-items:center;gap:6px;font-size:.75rem;display:flex}.career-module__AS_nja__impactIcon{font-weight:700}.career-module__AS_nja__emptyState{text-align:center;color:var(--text-tertiary);flex-direction:column;align-items:center;gap:12px;padding:64px 24px;display:flex}.career-module__AS_nja__emptyIcon{color:var(--accent);opacity:.4;font-size:32px}.career-module__AS_nja__emptyState p{max-width:320px;margin:0;font-size:.88rem;line-height:1.6}
.coaching-module__7AXpAG__loadingScreen{background:var(--bg-0);justify-content:center;align-items:center;min-height:100vh;display:flex}.coaching-module__7AXpAG__spinner{border:2px solid #078a5226;border-top-color:var(--accent);border-radius:50%;width:28px;height:28px;animation:.7s linear infinite coaching-module__7AXpAG__spin}@keyframes coaching-module__7AXpAG__spin{to{transform:rotate(360deg)}}.coaching-module__7AXpAG__page{flex-direction:column;height:100vh;max-height:100vh;padding:0;display:flex;overflow:hidden}.coaching-module__7AXpAG__header{border-bottom:1px solid var(--border-default);box-shadow:var(--shadow-clay);background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px 16px;display:flex}.coaching-module__7AXpAG__headerLeft{align-items:center;gap:14px;display:flex}.coaching-module__7AXpAG__headerRight{align-items:center;gap:10px;display:flex}.coaching-module__7AXpAG__historyToggle{border:1px solid var(--border-default);border-radius:var(--radius-md);cursor:pointer;background:0 0;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex}.coaching-module__7AXpAG__historyToggle:hover{background:var(--bg-3);border-color:var(--border-strong);box-shadow:var(--shadow-hard);transform:rotate(-8deg)}.coaching-module__7AXpAG__historyToggleIcon{color:var(--text-tertiary);font-size:14px;line-height:1}.coaching-module__7AXpAG__newChatBtn{border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;padding:5px 12px;font-family:inherit;font-size:12px;transition:all .15s}.coaching-module__7AXpAG__newChatBtn:hover{background:var(--accent-muted);border-color:var(--accent);color:var(--accent);transform:rotate(-4deg);box-shadow:-4px 4px #000}.coaching-module__7AXpAG__coachIcon{color:var(--accent);font-size:28px;line-height:1}.coaching-module__7AXpAG__title{color:var(--text-primary);letter-spacing:-.3px;margin:0;font-size:20px;font-weight:700}.coaching-module__7AXpAG__subtitle{color:var(--text-tertiary);margin:2px 0 0;font-size:12px}.coaching-module__7AXpAG__profileBadge{background:var(--accent-muted);border-radius:var(--radius-md);border:1px solid #078a522e;align-items:center;gap:10px;padding:8px 14px;display:flex}.coaching-module__7AXpAG__badgeEmoji{font-size:22px;line-height:1}.coaching-module__7AXpAG__badgeInfo{flex-direction:column;display:flex}.coaching-module__7AXpAG__badgeType{color:var(--text-primary);font-size:13px;font-weight:600}.coaching-module__7AXpAG__badgeCode{color:var(--text-tertiary);letter-spacing:1px;font-size:10px;font-family:var(--font-mono);margin-top:1px}.coaching-module__7AXpAG__disclaimer{border-radius:var(--radius-md);background:#fbbd4114;border:1px solid #fbbd414d;align-items:flex-start;gap:8px;margin:12px 24px 0;padding:10px 14px;display:flex}.coaching-module__7AXpAG__disclaimerIcon{flex-shrink:0;margin-top:1px;font-size:13px}.coaching-module__7AXpAG__disclaimer p{color:var(--swatch-lemon-700);margin:0;font-size:11.5px;line-height:1.5}.coaching-module__7AXpAG__personaBar{flex-wrap:wrap;flex-shrink:0;gap:6px;padding:10px 24px 0;display:flex}.coaching-module__7AXpAG__personaChip{border-radius:var(--radius-pill);border:1px solid var(--border-default);color:var(--text-secondary);cursor:pointer;white-space:nowrap;box-shadow:var(--shadow-clay);background:#fff;align-items:center;gap:5px;padding:5px 12px;font-family:inherit;font-size:12px;transition:all .15s;display:flex}.coaching-module__7AXpAG__personaChip:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-muted)}.coaching-module__7AXpAG__personaChipActive{border-color:var(--accent);background:var(--accent-muted);color:var(--accent);font-weight:600}.coaching-module__7AXpAG__body{flex:1;min-height:0;display:flex;overflow:hidden}.coaching-module__7AXpAG__historyPanel{border-right:1px solid var(--border-default);background:var(--bg-3);flex-direction:column;flex-shrink:0;width:220px;display:flex;overflow:hidden}.coaching-module__7AXpAG__historyHeader{border-bottom:1px solid var(--border-default);flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 14px 10px;display:flex}.coaching-module__7AXpAG__historyTitle{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:600}.coaching-module__7AXpAG__newChatSmall{border:1px solid var(--border-default);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;background:0 0;padding:3px 8px;font-family:inherit;font-size:11px;transition:all .15s}.coaching-module__7AXpAG__newChatSmall:hover{border-color:var(--accent);color:var(--accent);background:var(--accent-muted)}.coaching-module__7AXpAG__sessionList{flex:1;padding:6px 8px;overflow-y:auto}.coaching-module__7AXpAG__sessionList::-webkit-scrollbar{width:3px}.coaching-module__7AXpAG__sessionList::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:2px}.coaching-module__7AXpAG__noHistory{color:var(--text-tertiary);text-align:center;margin:0;padding:24px 8px;font-size:12px}.coaching-module__7AXpAG__sessionItem{border-radius:var(--radius-md);text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;flex-direction:column;gap:3px;width:100%;margin-bottom:3px;padding:9px 10px;transition:all .12s;display:flex}.coaching-module__7AXpAG__sessionItem:hover{border-color:var(--border-default);box-shadow:var(--shadow-clay);background:#fff}.coaching-module__7AXpAG__sessionItemActive{background:var(--accent-muted);border-color:#078a5233}.coaching-module__7AXpAG__sessionDate{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px;font-size:10px;font-weight:600;font-family:var(--font-mono)}.coaching-module__7AXpAG__sessionPreview{color:var(--text-secondary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.45;display:-webkit-box;overflow:hidden}.coaching-module__7AXpAG__sessionBanner{text-align:center;color:var(--text-tertiary);letter-spacing:.3px;padding:8px 16px 16px;font-size:11px}.coaching-module__7AXpAG__chatArea{scroll-behavior:smooth;background:var(--bg-0);flex:1;padding:16px 24px;overflow-y:auto}.coaching-module__7AXpAG__chatArea::-webkit-scrollbar{width:4px}.coaching-module__7AXpAG__chatArea::-webkit-scrollbar-track{background:0 0}.coaching-module__7AXpAG__chatArea::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:2px}.coaching-module__7AXpAG__emptyState{flex-direction:column;gap:24px;max-width:640px;margin:0 auto;padding-top:12px;display:flex}.coaching-module__7AXpAG__emptyHeader{text-align:center}.coaching-module__7AXpAG__emptyIcon{color:var(--accent);margin-bottom:12px;font-size:36px;display:block}.coaching-module__7AXpAG__emptyHeader h2{color:var(--text-primary);margin:0 0 6px;font-size:20px;font-weight:700}.coaching-module__7AXpAG__emptyHeader p{color:var(--text-secondary);margin:0;font-size:13px;line-height:1.6}.coaching-module__7AXpAG__sparkSummary{border:1px solid var(--border-default);border-radius:var(--radius-lg);box-shadow:var(--shadow-clay);background:#fff;flex-direction:column;gap:10px;padding:16px 20px;display:flex}.coaching-module__7AXpAG__sparkDim{align-items:center;gap:12px;display:flex}.coaching-module__7AXpAG__sparkLabel{color:var(--accent);text-align:center;width:16px;font-size:12px;font-weight:700}.coaching-module__7AXpAG__sparkBar{background:var(--bg-4);border-radius:2px;flex:1;height:4px;overflow:hidden}.coaching-module__7AXpAG__sparkFill{background:linear-gradient(90deg, var(--swatch-matcha-600), var(--swatch-slushie-500));border-radius:2px;height:100%;transition:width .6s}.coaching-module__7AXpAG__sparkScore{color:var(--text-tertiary);text-align:right;font-variant-numeric:tabular-nums;width:26px;font-size:11px;font-family:var(--font-mono)}.coaching-module__7AXpAG__starters{flex-direction:column;gap:10px;display:flex}.coaching-module__7AXpAG__startersLabel{color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.08em;margin:0;font-size:11px;font-weight:600}.coaching-module__7AXpAG__starterGrid{flex-direction:column;gap:8px;display:flex}.coaching-module__7AXpAG__starterBtn{border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-secondary);text-align:left;cursor:pointer;box-shadow:var(--shadow-clay);background:#fff;padding:11px 16px;font-size:13px;line-height:1.4;transition:all .15s}.coaching-module__7AXpAG__starterBtn:hover{background:var(--accent-muted);border-color:var(--accent);color:var(--accent);box-shadow:var(--shadow-hard);transform:rotate(-2deg)translateY(-2px)}.coaching-module__7AXpAG__messageList{flex-direction:column;gap:16px;width:100%;max-width:720px;margin:0 auto;display:flex}.coaching-module__7AXpAG__message{align-items:flex-start;gap:10px;display:flex}.coaching-module__7AXpAG__messageUser{flex-direction:row-reverse}.coaching-module__7AXpAG__messageUser .coaching-module__7AXpAG__messageBubble{background:var(--swatch-matcha-800);color:#fff;border:none;border-radius:16px 4px 16px 16px}.coaching-module__7AXpAG__messageCoach .coaching-module__7AXpAG__messageBubble{border:1px solid var(--border-default);color:var(--text-primary);box-shadow:var(--shadow-clay);background:#fff;border-radius:4px 16px 16px}.coaching-module__7AXpAG__coachAvatar{color:var(--accent);flex-shrink:0;margin-top:12px;font-size:16px}.coaching-module__7AXpAG__messageBubble{max-width:75%;padding:12px 16px;font-size:14px;line-height:1.7}.coaching-module__7AXpAG__messageBubble p{margin:0 0 8px}.coaching-module__7AXpAG__messageBubble p:last-child{margin-bottom:0}.coaching-module__7AXpAG__messageBubble strong{color:inherit;font-weight:700}.coaching-module__7AXpAG__messageBubble em{opacity:.8;font-style:italic}.coaching-module__7AXpAG__messageBubble ul,.coaching-module__7AXpAG__messageBubble ol{margin:6px 0 8px;padding-left:20px}.coaching-module__7AXpAG__messageBubble ul:last-child,.coaching-module__7AXpAG__messageBubble ol:last-child{margin-bottom:0}.coaching-module__7AXpAG__messageBubble li{margin-bottom:4px;line-height:1.6}.coaching-module__7AXpAG__messageBubble li:last-child{margin-bottom:0}.coaching-module__7AXpAG__messageBubble h1,.coaching-module__7AXpAG__messageBubble h2,.coaching-module__7AXpAG__messageBubble h3{color:var(--text-primary);margin:12px 0 6px;font-weight:700;line-height:1.3}.coaching-module__7AXpAG__messageBubble h1:first-child,.coaching-module__7AXpAG__messageBubble h2:first-child,.coaching-module__7AXpAG__messageBubble h3:first-child{margin-top:0}.coaching-module__7AXpAG__messageBubble h1{font-size:16px}.coaching-module__7AXpAG__messageBubble h2{font-size:15px}.coaching-module__7AXpAG__messageBubble h3{font-size:14px}.coaching-module__7AXpAG__messageBubble code{background:var(--bg-3);border:1px solid var(--border-default);border-radius:var(--radius-sm);font-size:12.5px;font-family:var(--font-mono);color:var(--accent);padding:1px 5px}.coaching-module__7AXpAG__messageBubble blockquote{border-left:3px solid var(--accent);color:var(--text-secondary);margin:8px 0;padding:4px 0 4px 12px;font-style:italic}.coaching-module__7AXpAG__thinkingBubble{align-items:center;gap:10px;min-width:120px;padding:12px 16px;display:flex}.coaching-module__7AXpAG__thinkingDots{align-items:center;gap:4px;display:flex}.coaching-module__7AXpAG__thinkingDots span{background:var(--accent);opacity:.5;border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite coaching-module__7AXpAG__pulse}.coaching-module__7AXpAG__thinkingDots span:nth-child(2){animation-delay:.2s}.coaching-module__7AXpAG__thinkingDots span:nth-child(3){animation-delay:.4s}@keyframes coaching-module__7AXpAG__pulse{0%,60%,to{opacity:.3;transform:scale(.85)}30%{opacity:1;transform:scale(1)}}.coaching-module__7AXpAG__thinkingLabel{color:var(--text-tertiary);letter-spacing:.3px;font-size:11px}.coaching-module__7AXpAG__inputBar{border-top:1px solid var(--border-default);background:#fff;flex-shrink:0;align-items:flex-end;gap:10px;padding:14px 24px 20px;display:flex}.coaching-module__7AXpAG__input{background:var(--bg-3);border:1px solid var(--border-default);border-radius:var(--radius-lg);color:var(--text-primary);resize:none;outline:none;flex:1;min-height:44px;max-height:160px;padding:12px 16px;font-family:inherit;font-size:14px;line-height:1.6;transition:border-color .15s;overflow-y:auto}.coaching-module__7AXpAG__input::placeholder{color:var(--text-tertiary)}.coaching-module__7AXpAG__input:focus{border-color:var(--accent);background:#fff}.coaching-module__7AXpAG__input:disabled{opacity:.5;cursor:not-allowed}.coaching-module__7AXpAG__sendBtn{background:var(--accent);border-radius:var(--radius-md);color:#fff;cursor:pointer;width:44px;height:44px;box-shadow:var(--shadow-clay);border:none;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;transition:all .15s;display:flex}.coaching-module__7AXpAG__sendBtn:hover:not(:disabled){box-shadow:var(--shadow-hard);transform:rotate(-8deg)translateY(-4px)}.coaching-module__7AXpAG__sendBtn:disabled{opacity:.35;cursor:not-allowed;transform:none}.coaching-module__7AXpAG__inputMeta{background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;gap:12px;padding:0 24px 14px;display:flex}.coaching-module__7AXpAG__enterToggle{color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:12px;display:inline-flex}.coaching-module__7AXpAG__enterToggle input{width:14px;height:14px;accent-color:var(--accent)}.coaching-module__7AXpAG__shortcutHint{color:var(--text-tertiary);font-size:11px}@media (max-width:640px){.coaching-module__7AXpAG__header{padding:14px 16px 12px}.coaching-module__7AXpAG__chatArea{padding:12px 16px}.coaching-module__7AXpAG__inputBar{padding:12px 16px 16px}.coaching-module__7AXpAG__inputMeta{flex-direction:column;align-items:flex-start;gap:6px;padding:0 16px 12px}.coaching-module__7AXpAG__messageBubble{max-width:88%;font-size:13px}.coaching-module__7AXpAG__profileBadge{display:none}.coaching-module__7AXpAG__disclaimer{margin:10px 16px 0}}
.daily-module__JoTyGG__loadingScreen{background:var(--bg-0);justify-content:center;align-items:center;height:100vh;display:flex}.daily-module__JoTyGG__spinner{border:2px solid #078a5226;border-top-color:var(--accent);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite daily-module__JoTyGG__spin}@keyframes daily-module__JoTyGG__spin{to{transform:rotate(360deg)}}.daily-module__JoTyGG__page{max-width:860px;margin:0 auto;padding:40px 32px 80px}.daily-module__JoTyGG__pageHeader{justify-content:space-between;align-items:flex-start;margin-bottom:36px;display:flex}.daily-module__JoTyGG__pageTitle{color:var(--text-primary);letter-spacing:-.3px;margin:0 0 4px;font-size:22px;font-weight:600}.daily-module__JoTyGG__dateLabel{color:var(--text-tertiary);font-size:13px;font-family:var(--font-mono);margin:0}.daily-module__JoTyGG__readyBadge{color:var(--text-tertiary);border:1px solid var(--border-default);border-radius:var(--radius-pill);box-shadow:var(--shadow-clay);background:#fff;flex-shrink:0;margin-top:4px;padding:4px 10px;font-size:11px}.daily-module__JoTyGG__section{margin-bottom:40px}.daily-module__JoTyGG__sectionTitle{letter-spacing:.09em;text-transform:uppercase;color:var(--text-tertiary);margin:0 0 16px;font-size:11px;font-weight:600}.daily-module__JoTyGG__creedGrid{grid-template-rows:auto auto;grid-template-columns:1fr 1fr;gap:12px;display:grid}.daily-module__JoTyGG__creedAffirmation{grid-column:1/-1}.daily-module__JoTyGG__creedCard{border:1px solid var(--border-default);border-radius:var(--radius-lg);box-shadow:var(--shadow-clay);background:#fff;padding:20px;transition:all .15s;position:relative;overflow:hidden}.daily-module__JoTyGG__creedCard:before{content:"";height:3px;position:absolute;top:0;left:0;right:0}.daily-module__JoTyGG__creed_strength:before{background:linear-gradient(90deg, var(--swatch-matcha-600), var(--swatch-matcha-300))}.daily-module__JoTyGG__creed_blindspot:before{background:linear-gradient(90deg, var(--swatch-lemon-500), var(--swatch-lemon-400))}.daily-module__JoTyGG__creedAffirmation:before{background:linear-gradient(90deg, var(--swatch-slushie-500), var(--swatch-ube-300))}.daily-module__JoTyGG__creedCard:hover{border-color:var(--border-strong);box-shadow:var(--shadow-clay), 0 4px 12px #0000000f;transform:translateY(-2px)}.daily-module__JoTyGG__creedLabel{letter-spacing:.09em;text-transform:uppercase;color:var(--text-tertiary);margin-bottom:10px;font-size:10px;font-weight:600;display:block}.daily-module__JoTyGG__creedHeadline{color:var(--text-primary);margin:0 0 10px;font-size:15px;font-weight:600;line-height:1.4}.daily-module__JoTyGG__creedBody{color:var(--text-secondary);margin:0 0 12px;font-size:13px;line-height:1.65}.daily-module__JoTyGG__creedTip{color:var(--text-tertiary);border-top:1px solid var(--border-default);align-items:flex-start;gap:6px;padding-top:10px;font-size:12px;line-height:1.5;display:flex}.daily-module__JoTyGG__creedTipIcon{color:var(--accent);flex-shrink:0;margin-top:1px}.daily-module__JoTyGG__affirmationText{color:var(--text-primary);letter-spacing:-.2px;margin:0;font-size:17px;font-style:italic;font-weight:500;line-height:1.5}.daily-module__JoTyGG__challengeCard{border:1px solid var(--border-default);border-radius:var(--radius-lg);box-shadow:var(--shadow-clay);background:#fff;align-items:flex-start;gap:16px;padding:20px;transition:all .2s;display:flex}.daily-module__JoTyGG__challengeCard.daily-module__JoTyGG__challengeDone{opacity:.55}.daily-module__JoTyGG__challengeCheck{border:1.5px solid var(--border-default);width:36px;height:36px;color:var(--swatch-matcha-600);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:700;transition:all .2s;display:flex}.daily-module__JoTyGG__challengeCheck:hover{border-color:var(--swatch-matcha-600);background:#078a520f;transform:rotate(-8deg);box-shadow:-3px 3px #000}.daily-module__JoTyGG__challengeCheck.daily-module__JoTyGG__checkDone{background:var(--accent-muted);border-color:var(--accent)}.daily-module__JoTyGG__challengeBody{flex:1;min-width:0}.daily-module__JoTyGG__challengeAction{color:var(--text-primary);margin:0 0 8px;font-size:15px;font-weight:500;line-height:1.4;transition:all .2s}.daily-module__JoTyGG__challengeAction.daily-module__JoTyGG__actionDone{color:var(--text-tertiary);text-decoration:line-through}.daily-module__JoTyGG__challengeContext{color:var(--text-tertiary);margin:0;font-size:12px;line-height:1.55}.daily-module__JoTyGG__difficultyBadge{letter-spacing:.05em;text-transform:uppercase;border-radius:var(--radius-pill);flex-shrink:0;margin-top:2px;padding:3px 8px;font-size:10px;font-weight:600}.daily-module__JoTyGG__diffEasy{color:var(--swatch-matcha-600);background:#078a521a}.daily-module__JoTyGG__diffMedium{color:var(--swatch-lemon-700);background:#fbbd4126}.daily-module__JoTyGG__diffHard{color:var(--swatch-pomegranate-400);background:#fc79811f}.daily-module__JoTyGG__tipsGrid{flex-direction:column;gap:12px;display:flex}.daily-module__JoTyGG__colleagueTipCard{border:1px solid var(--border-default);border-radius:var(--radius-lg);box-shadow:var(--shadow-clay);background:#fff;padding:18px 20px}.daily-module__JoTyGG__colleagueTipHeader{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;display:flex}.daily-module__JoTyGG__colleagueName{color:var(--text-primary);font-size:13px;font-weight:600}.daily-module__JoTyGG__colleagueRelation{color:var(--text-tertiary);background:var(--bg-3);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:2px 7px;font-size:11px}.daily-module__JoTyGG__dimGapBadge{color:var(--accent);background:var(--accent-muted);border-radius:var(--radius-md);border:1px solid #078a5226;padding:2px 7px;font-size:10px;font-weight:500}.daily-module__JoTyGG__gapDirection{color:var(--text-tertiary);margin:0 0 10px;font-size:12px;line-height:1.5}.daily-module__JoTyGG__colleagueTipText{color:var(--text-secondary);align-items:flex-start;gap:6px;font-size:13px;line-height:1.55;display:flex}.daily-module__JoTyGG__generatingState{text-align:center;padding:20px 0 0}.daily-module__JoTyGG__generatingSpinner{border:2px solid #078a521f;border-top-color:var(--accent);border-radius:50%;width:28px;height:28px;margin:0 auto 16px;animation:.8s linear infinite daily-module__JoTyGG__spin}.daily-module__JoTyGG__generatingTitle{color:var(--text-secondary);margin:0 0 4px;font-size:14px}.daily-module__JoTyGG__generatingDesc{color:var(--text-tertiary);margin:0 0 32px;font-size:12px}.daily-module__JoTyGG__errorState{text-align:center;padding:60px 0}.daily-module__JoTyGG__errorTitle{color:var(--text-secondary);margin:0 0 8px;font-size:15px}.daily-module__JoTyGG__errorDesc{color:var(--text-tertiary);margin:0 0 24px;font-size:13px}.daily-module__JoTyGG__retryBtn{border:1px solid var(--border-default);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;box-shadow:var(--shadow-clay);background:#fff;padding:8px 20px;font-size:13px;transition:all .15s}.daily-module__JoTyGG__retryBtn:hover{background:var(--bg-3);box-shadow:var(--shadow-hard);transform:rotate(-4deg)translateY(-2px)}.daily-module__JoTyGG__skeletonPanel{margin-top:8px}.daily-module__JoTyGG__skeletonSection{margin-bottom:36px}.daily-module__JoTyGG__skeletonCard{border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:#fff;padding:20px}.daily-module__JoTyGG__skeletonWide{grid-column:1/-1}.daily-module__JoTyGG__skeletonLine{background:var(--bg-4);border-radius:6px;animation:1.6s ease-in-out infinite daily-module__JoTyGG__shimmer}@keyframes daily-module__JoTyGG__shimmer{0%,to{opacity:.5}50%{opacity:.9}}@media (max-width:640px){.daily-module__JoTyGG__page{padding:24px 16px 60px}.daily-module__JoTyGG__creedGrid{grid-template-columns:1fr}.daily-module__JoTyGG__creedAffirmation{grid-column:1}.daily-module__JoTyGG__challengeCard{gap:12px;padding:16px}}
.result-module__JWjw5G__resultPage{background:linear-gradient(180deg, var(--surface-glass-95) 0%, var(--surface-canvas-hero-end) 100%), radial-gradient(circle at 18% 12%, var(--slushie-glow), transparent 34%), radial-gradient(circle at 82% 8%, var(--accent-glow), transparent 30%);min-height:100vh;color:var(--text-primary);justify-content:center;align-items:flex-start;padding:0 20px;display:flex}.result-module__JWjw5G__loadingScreen{min-height:100vh;color:var(--text-tertiary);place-items:center;gap:16px;display:grid}.result-module__JWjw5G__loadingSpinner{border:2px solid var(--border-default);border-top-color:var(--accent);border-radius:50%;width:34px;height:34px;animation:.9s linear infinite result-module__JWjw5G__spin}@keyframes result-module__JWjw5G__spin{to{transform:rotate(360deg)}}.result-module__JWjw5G__revealStage{text-align:center;place-items:center;width:min(100%,760px);min-height:100vh;display:grid;position:relative;overflow:hidden}.result-module__JWjw5G__particles{pointer-events:none;position:absolute;inset:0}.result-module__JWjw5G__particle{background:var(--accent);opacity:0;border-radius:50%;width:7px;height:7px;animation:1.4s ease-out infinite result-module__JWjw5G__burst;position:absolute;top:48%;left:50%}@keyframes result-module__JWjw5G__burst{0%{opacity:0;transform:translate(-50%,-50%)scale(.4)}18%{opacity:.72}to{opacity:0;transform:translate(-50%,-132px)scale(1)}}.result-module__JWjw5G__revealHint{color:var(--text-secondary);letter-spacing:0;background:var(--surface-glass-88);border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm);border-radius:var(--radius-md);padding:14px 18px;font-size:.95rem;font-weight:700}.result-module__JWjw5G__animalReveal{place-items:center;width:184px;height:184px;margin-bottom:26px;display:grid;position:relative}.result-module__JWjw5G__animalGlow{opacity:.26;filter:blur(26px);border-radius:36px;position:absolute;inset:0;transform:scale(1.1)}.result-module__JWjw5G__animalIconFrame,.result-module__JWjw5G__heroIconFrame{background:var(--bg-1);border:1px solid var(--border-default);box-shadow:var(--shadow-lg);place-items:center;display:grid;position:relative;overflow:hidden}.result-module__JWjw5G__animalIconFrame{border-radius:34px;width:140px;height:140px;animation:.62s cubic-bezier(.16,1,.3,1) both result-module__JWjw5G__revealPop}.result-module__JWjw5G__animalIconImage,.result-module__JWjw5G__heroIconImage{object-fit:contain;width:88%;height:88%}.result-module__JWjw5G__animalIconFallback{color:var(--accent);font-size:3rem}@keyframes result-module__JWjw5G__revealPop{0%{opacity:0;transform:scale(.86)translateY(14px)}to{opacity:1;transform:scale(1)translateY(0)}}.result-module__JWjw5G__animalName{letter-spacing:0;margin:0 0 12px;font-size:clamp(2.2rem,7vw,4.5rem);font-weight:900;line-height:.95}.result-module__JWjw5G__animalEn{color:var(--text-tertiary);font-size:1rem;font-weight:700}.result-module__JWjw5G__detailsContainer{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;width:min(100%,1040px);padding:48px 0 72px;animation:.48s both result-module__JWjw5G__fadeUp;display:grid}@keyframes result-module__JWjw5G__fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.result-module__JWjw5G__heroCard,.result-module__JWjw5G__section,.result-module__JWjw5G__savePrompt,.result-module__JWjw5G__emailPanel{background:var(--surface-glass-92);border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.result-module__JWjw5G__heroCard{border-radius:28px;grid-column:1/-1;align-items:end;min-height:390px;padding:clamp(24px,4vw,42px);display:grid;position:relative;overflow:hidden}.result-module__JWjw5G__heroGradient{opacity:.22;position:absolute;inset:0}.result-module__JWjw5G__heroCard:before{content:"";background:linear-gradient(180deg, var(--surface-glass-70), var(--surface-glass-95) 72%), repeating-linear-gradient(90deg, var(--border-subtle) 0 1px, transparent 1px 88px);position:absolute;inset:0}.result-module__JWjw5G__heroCard:after{content:"32";font-family:var(--font-mono);color:var(--border-subtle);font-size:clamp(4rem,15vw,11rem);font-weight:700;line-height:.8;position:absolute;top:clamp(12px,4vw,34px);right:clamp(18px,5vw,54px)}.result-module__JWjw5G__heroContent{z-index:1;align-content:end;justify-items:start;max-width:680px;display:grid;position:relative}.result-module__JWjw5G__heroIconFrame{border-radius:26px;width:112px;height:112px;margin-bottom:24px}.result-module__JWjw5G__heroIconImage{width:86%;height:86%}.result-module__JWjw5G__mbtiMark{background:var(--bg-1);border:1px solid var(--border-default);width:62px;height:62px;color:var(--accent);font-family:var(--font-mono);border-radius:18px;place-items:center;font-size:.92rem;font-weight:900;display:grid}.result-module__JWjw5G__mbtiHeader{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:12px;margin-bottom:16px;display:grid}.result-module__JWjw5G__mbtiBadge{color:var(--text-tertiary);background:var(--bg-3);border:1px solid var(--border-subtle);border-radius:8px;grid-column:1/-1;justify-self:start;padding:5px 9px;font-size:.72rem;font-weight:700;line-height:1.3}.result-module__JWjw5G__heroContent h1{letter-spacing:0;overflow-wrap:anywhere;max-width:100%;margin:0;font-size:clamp(3rem,9vw,6.8rem);font-weight:900;line-height:.9}.result-module__JWjw5G__heroEn{color:var(--text-tertiary);margin-top:12px;font-size:clamp(1rem,2vw,1.25rem);font-weight:800}.result-module__JWjw5G__heroTagline{max-width:620px;color:var(--text-secondary);margin-top:18px;font-size:1.05rem;font-weight:600;line-height:1.7}.result-module__JWjw5G__typeCode{border-radius:var(--radius-md);background:var(--accent-muted);border:1px solid var(--border-accent);max-width:100%;color:var(--text-accent);font-family:var(--font-mono);overflow-wrap:anywhere;margin-top:18px;padding:8px 12px;font-size:.72rem;font-weight:700;display:inline-flex}.result-module__JWjw5G__section{border-radius:18px;min-width:0;padding:clamp(18px,3vw,26px)}.result-module__JWjw5G__wideSection,.result-module__JWjw5G__actions{grid-column:1/-1}.result-module__JWjw5G__analysisCard,.result-module__JWjw5G__radarSection{grid-column:span 1}.result-module__JWjw5G__section h2{letter-spacing:0;margin:0 0 16px;font-size:clamp(1.2rem,3vw,1.6rem);font-weight:850;line-height:1.2}.result-module__JWjw5G__radarWrapper{background:linear-gradient(180deg, var(--surface-glass-70), var(--surface-oat-82)), radial-gradient(circle at center, var(--accent-muted), transparent 56%);border:1px solid var(--border-subtle);border-radius:18px;place-items:center;min-height:360px;display:grid;overflow:hidden}.result-module__JWjw5G__radarCanvas{max-width:min(100%,400px);height:auto}.result-module__JWjw5G__dimList{gap:12px;display:grid}.result-module__JWjw5G__dimItem{background:var(--bg-1);border:1px solid var(--border-subtle);border-radius:16px;padding:16px;transition:transform .18s,box-shadow .18s,border-color .18s}.result-module__JWjw5G__dimItem:hover{border-color:var(--border-default);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.result-module__JWjw5G__dimHeader{grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin-bottom:14px;display:grid}.result-module__JWjw5G__dimLetter{background:var(--accent-muted);border:1px solid var(--border-accent);border-radius:12px;place-items:center;width:42px;height:42px;font-size:1.1rem;font-weight:900;display:grid}.result-module__JWjw5G__dimHeader h3{margin:0;font-size:.98rem;font-weight:800;line-height:1.25}.result-module__JWjw5G__dimSub{color:var(--text-tertiary);margin-top:3px;font-size:.78rem;font-weight:700}.result-module__JWjw5G__dimScore{text-align:right;gap:2px;display:grid}.result-module__JWjw5G__poleLabel{color:var(--text-tertiary);font-size:.74rem;font-weight:700}.result-module__JWjw5G__scoreNum{font-size:1.5rem;font-weight:900;line-height:1}.result-module__JWjw5G__scoreBar{grid-template-columns:minmax(68px,auto) minmax(0,1fr) minmax(68px,auto);align-items:center;gap:10px;display:grid}.result-module__JWjw5G__scoreLow,.result-module__JWjw5G__scoreHigh{color:var(--text-tertiary);font-size:.72rem;font-weight:700}.result-module__JWjw5G__scoreHigh{text-align:right}.result-module__JWjw5G__barTrack{background:var(--bg-4);border-radius:999px;height:10px;position:relative;overflow:visible}.result-module__JWjw5G__barFill{border-radius:inherit;min-width:8px;height:100%;transition:width .62s cubic-bezier(.16,1,.3,1)}.result-module__JWjw5G__barThumb{background:var(--bg-1);border:3px solid var(--accent);width:18px;height:18px;box-shadow:0 2px 8px var(--shadow-medium-dark);border-radius:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.result-module__JWjw5G__twoCol{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.result-module__JWjw5G__traitCard,.result-module__JWjw5G__adviceCard{background:var(--bg-1);border:1px solid var(--border-subtle);border-radius:16px;padding:18px}.result-module__JWjw5G__traitCard h3,.result-module__JWjw5G__adviceCard h3{margin:0 0 12px;font-size:.98rem;font-weight:850}.result-module__JWjw5G__traitCard ul{gap:10px;list-style:none;display:grid}.result-module__JWjw5G__traitCard li{color:var(--text-secondary);padding-left:18px;font-size:.9rem;line-height:1.65;position:relative}.result-module__JWjw5G__traitCard li:before{content:"";background:var(--accent);border-radius:50%;width:7px;height:7px;position:absolute;top:.72em;left:0}.result-module__JWjw5G__traitCard strong{color:var(--text-primary);font-weight:850}.result-module__JWjw5G__adviceCard p{color:var(--text-secondary);margin:0;font-size:.95rem;line-height:1.82}.result-module__JWjw5G__actions{gap:12px;padding:18px 0 0;display:grid}.result-module__JWjw5G__savePrompt,.result-module__JWjw5G__emailPanel{border-radius:16px;padding:18px}.result-module__JWjw5G__savePrompt{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;display:grid}.result-module__JWjw5G__savePrompt h3,.result-module__JWjw5G__emailHeader h3{color:var(--text-primary);margin:0 0 4px;font-size:1rem;font-weight:850}.result-module__JWjw5G__savePrompt p,.result-module__JWjw5G__emailHeader p,.result-module__JWjw5G__emailStatus{color:var(--text-tertiary);margin:0;font-size:.82rem;line-height:1.55}.result-module__JWjw5G__emailPanel{gap:14px;display:grid}.result-module__JWjw5G__emailHeader{align-items:flex-start;gap:10px;display:flex}.result-module__JWjw5G__emailHeader svg{color:var(--accent);flex:none;margin-top:2px}.result-module__JWjw5G__emailForm{grid-template-columns:minmax(0,1fr) auto;gap:10px;display:grid}.result-module__JWjw5G__emailForm input{border:1px solid var(--border-default);background:var(--bg-1);width:100%;color:var(--text-primary);border-radius:12px;outline:none;padding:12px 14px;font-size:.92rem}.result-module__JWjw5G__emailForm input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-muted)}.result-module__JWjw5G__emailStatusError{color:var(--danger)}.result-module__JWjw5G__coachingBtn,.result-module__JWjw5G__primaryBtn,.result-module__JWjw5G__secondaryBtn{cursor:pointer;border:1px solid #0000;border-radius:12px;justify-content:center;align-items:center;gap:8px;min-height:46px;padding:12px 18px;font-family:inherit;font-size:.92rem;font-weight:800;transition:transform .16s,box-shadow .16s,background .16s;display:inline-flex}.result-module__JWjw5G__coachingBtn{color:var(--bg-1);background:linear-gradient(135deg, var(--swatch-ube-800), var(--accent), var(--swatch-slushie-500));box-shadow:0 12px 28px var(--accent-glow-strong)}.result-module__JWjw5G__primaryBtn{color:var(--bg-1);background:var(--accent)}.result-module__JWjw5G__secondaryBtn{color:var(--text-secondary);background:var(--bg-1);border-color:var(--border-default)}.result-module__JWjw5G__coachingBtn:hover,.result-module__JWjw5G__primaryBtn:hover,.result-module__JWjw5G__secondaryBtn:hover{box-shadow:var(--shadow-sm);transform:translateY(-1px)}.result-module__JWjw5G__primaryBtn:hover{background:var(--accent-hover)}.result-module__JWjw5G__secondaryBtn:hover{color:var(--text-primary);border-color:var(--border-strong)}.result-module__JWjw5G__coachingBtn:disabled,.result-module__JWjw5G__primaryBtn:disabled,.result-module__JWjw5G__secondaryBtn:disabled{opacity:.58;cursor:not-allowed;box-shadow:none;transform:none}@media (max-width:760px){.result-module__JWjw5G__resultPage{padding:0 14px}.result-module__JWjw5G__detailsContainer{padding:28px 0 48px}.result-module__JWjw5G__heroCard{border-radius:22px;min-height:340px}.result-module__JWjw5G__heroIconFrame{border-radius:22px;width:92px;height:92px}.result-module__JWjw5G__radarWrapper{min-height:280px}}@media (max-width:560px){.result-module__JWjw5G__detailsContainer{grid-template-columns:1fr}.result-module__JWjw5G__analysisCard,.result-module__JWjw5G__radarSection,.result-module__JWjw5G__wideSection,.result-module__JWjw5G__actions{grid-column:1}.result-module__JWjw5G__twoCol,.result-module__JWjw5G__savePrompt,.result-module__JWjw5G__emailForm{grid-template-columns:1fr}.result-module__JWjw5G__scoreBar{grid-template-columns:1fr;gap:7px}.result-module__JWjw5G__scoreHigh{text-align:left}}@media (max-width:480px){.result-module__JWjw5G__heroCard{min-height:310px}.result-module__JWjw5G__section{padding:16px}.result-module__JWjw5G__dimHeader{grid-template-columns:auto 1fr}.result-module__JWjw5G__dimScore{text-align:left;grid-column:1/-1;align-items:baseline;gap:8px;display:flex}}
.page-module__E0kJGG__landing{background:var(--bg-0);min-height:100vh;position:relative;overflow-x:hidden}.page-module__E0kJGG__content{z-index:1;max-width:1240px;margin:0 auto;padding:0 32px;position:relative}.page-module__E0kJGG__topNav{z-index:3;justify-content:space-between;align-items:center;padding:24px 0 18px;display:flex;position:relative}.page-module__E0kJGG__navActions{align-items:center;gap:8px;display:flex}.page-module__E0kJGG__navLogo{align-items:center;gap:10px;display:flex}.page-module__E0kJGG__logoMark{background:linear-gradient(135deg, var(--accent), var(--swatch-slushie-500));color:#fff;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;font-size:.7rem;font-weight:900;display:flex}.page-module__E0kJGG__logoLabel{color:var(--text-primary);letter-spacing:-.02em;font-size:.9rem;font-weight:700}.page-module__E0kJGG__navLogin{border-radius:var(--radius-sm);border:1px solid var(--border-default);color:var(--text-secondary);cursor:pointer;background:0 0;padding:6px 16px;font-family:inherit;font-size:.78rem;font-weight:500;transition:all .15s}.page-module__E0kJGG__navLogin:hover{border-color:var(--border-strong);color:var(--text-primary)}.page-module__E0kJGG__heroStage{flex-direction:column;justify-content:space-between;gap:28px;min-height:calc(100svh - 72px);padding:28px 0 40px;display:flex;position:relative}.page-module__E0kJGG__heroBackdrop{pointer-events:none;position:absolute;inset:0;overflow:hidden}.page-module__E0kJGG__heroGlowA,.page-module__E0kJGG__heroGlowB{filter:blur(36px);border-radius:999px;position:absolute}.page-module__E0kJGG__heroGlowA{background:var(--accent-muted);width:min(44vw,420px);height:min(44vw,420px);top:4%;left:-6%}.page-module__E0kJGG__heroGlowB{background:var(--accent-glow);width:min(38vw,380px);height:min(38vw,380px);bottom:8%;right:-4%}.page-module__E0kJGG__heroGrid{background:linear-gradient(var(--accent-grid-soft) 1px, transparent 1px), linear-gradient(90deg, var(--accent-grid-soft) 1px, transparent 1px);height:72%;-webkit-mask-image:linear-gradient(180deg, var(--mask-strong), transparent);mask-image:linear-gradient(180deg, var(--mask-strong), transparent);opacity:.62;background-size:100% 94px,94px 100%;position:absolute;inset:4% 0 auto}.page-module__E0kJGG__heroImageBackdrop{border-radius:calc(var(--radius-xl) + 8px);opacity:.24;filter:saturate(.88)contrast(.94);position:absolute;inset:10% 4% 14%;overflow:hidden}.page-module__E0kJGG__heroImageBackdrop:after{content:"";background:linear-gradient(180deg, var(--surface-glass-96), transparent 14%, transparent 82%, var(--surface-glass-96)), linear-gradient(90deg, var(--surface-glass-96), transparent 14%, transparent 86%, var(--surface-glass-96));position:absolute;inset:0}.page-module__E0kJGG__heroImageWash{background:radial-gradient(ellipse at center, var(--surface-glass-96) 0%, var(--surface-glass-95) 18%, var(--surface-glass-92) 34%, transparent 58%), radial-gradient(circle at center, transparent 0%, transparent 48%, var(--bg-0) 100%);position:absolute;inset:0}.page-module__E0kJGG__hero{text-align:center;z-index:2;max-width:820px;margin:0 auto;padding:74px 0 0;position:relative}.page-module__E0kJGG__badge{background:var(--accent-muted);border:1px solid var(--border-accent);color:var(--text-accent);letter-spacing:.02em;border-radius:20px;margin-bottom:24px;padding:5px 14px;font-size:.7rem;font-weight:600;display:inline-block}.page-module__E0kJGG__title{letter-spacing:-.04em;color:var(--text-primary);margin-bottom:20px;font-size:3.5rem;font-weight:900;line-height:1.15}.page-module__E0kJGG__accent{background:linear-gradient(135deg,#6c5ce7,#a855f7,#e17055);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.page-module__E0kJGG__accentLine{font-family:var(--font-sans);background:linear-gradient(135deg, var(--swatch-matcha-300) 0%, var(--accent) 52%, var(--accent-hover) 100%);-webkit-text-fill-color:transparent;text-shadow:0 8px 24px var(--accent-muted);-webkit-background-clip:text;background-clip:text;font-style:normal;display:inline-block}.page-module__E0kJGG__subtitle{color:var(--text-tertiary);letter-spacing:.02em;max-width:40ch;margin-bottom:18px;margin-left:auto;margin-right:auto;font-size:1rem}.page-module__E0kJGG__productIntro{color:var(--text-secondary);max-width:56ch;margin:0 auto 36px;font-size:1rem;line-height:1.82}.page-module__E0kJGG__heroImage{object-fit:cover;object-position:center;width:100%;height:100%}.page-module__E0kJGG__ctas{justify-content:center;gap:12px;margin-bottom:20px;display:flex}.page-module__E0kJGG__ctaPrimary{border-radius:var(--radius-md);background:var(--accent);color:#fff;cursor:pointer;border:none;align-items:center;gap:8px;padding:12px 28px;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .15s;display:flex}.page-module__E0kJGG__ctaPrimary:hover{background:var(--accent-hover);transform:translateY(-1px)}.page-module__E0kJGG__ctaArrow{transition:transform .15s}.page-module__E0kJGG__ctaPrimary:hover .page-module__E0kJGG__ctaArrow{transform:translate(3px)}.page-module__E0kJGG__ctaSecondary{border-radius:var(--radius-md);border:1px solid var(--border-default);color:var(--text-secondary);cursor:pointer;background:0 0;padding:12px 24px;font-family:inherit;font-size:.9rem;font-weight:500;transition:all .15s}.page-module__E0kJGG__ctaSecondary:hover{border-color:var(--border-strong);color:var(--text-primary)}.page-module__E0kJGG__heroMeta{justify-items:center;gap:18px;display:grid}.page-module__E0kJGG__footnote{color:var(--text-tertiary);font-size:.72rem}.page-module__E0kJGG__scrollCue{color:var(--text-secondary);letter-spacing:.02em;cursor:pointer;background:0 0;border:0;align-items:center;gap:10px;font-size:.78rem;font-weight:600;transition:color .18s,transform .18s;display:inline-flex}.page-module__E0kJGG__scrollCue:hover{color:var(--text-primary);transform:translateY(1px)}.page-module__E0kJGG__scrollCueIcon{background:var(--accent-muted);width:34px;height:34px;color:var(--text-accent);border-radius:999px;justify-content:center;align-items:center;animation:1.8s ease-in-out infinite page-module__E0kJGG__scrollPulse;display:inline-flex}@keyframes page-module__E0kJGG__scrollPulse{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}.page-module__E0kJGG__features{z-index:2;grid-template-columns:repeat(3,1fr);gap:16px;padding-bottom:8px;display:grid;position:relative}.page-module__E0kJGG__feature{background:var(--bg-2);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:28px 24px;transition:border-color .15s}.page-module__E0kJGG__feature:hover{border-color:var(--border-default)}.page-module__E0kJGG__featureIcon{color:var(--accent);margin-bottom:14px;font-size:1.2rem;display:block}.page-module__E0kJGG__feature h3{color:var(--text-primary);margin-bottom:8px;font-size:.9rem;font-weight:600}.page-module__E0kJGG__feature p{color:var(--text-tertiary);font-size:.78rem;line-height:1.6}.page-module__E0kJGG__animalSection{padding:48px 0 96px;scroll-margin-top:24px}.page-module__E0kJGG__galleryAnchor{height:1px;position:relative;top:-24px}.page-module__E0kJGG__sectionRail{background:var(--border-accent);height:1px;margin-bottom:28px;position:relative}.page-module__E0kJGG__sectionRail:after{content:"";background:var(--accent);width:clamp(120px,18vw,240px);height:18px;position:absolute;top:-1px;right:0}.page-module__E0kJGG__sectionIntro{grid-template-columns:minmax(0,1fr) minmax(240px,360px);align-items:end;gap:24px;margin-bottom:12px;display:grid}.page-module__E0kJGG__sectionEyebrow{color:var(--text-accent);text-transform:uppercase;letter-spacing:.14em;margin-bottom:10px;font-size:.72rem;font-weight:700}.page-module__E0kJGG__sectionTitle{letter-spacing:-.04em;color:var(--text-primary);font-size:clamp(2rem,4vw,3rem);line-height:1.06}.page-module__E0kJGG__sectionCopy{color:var(--text-secondary);justify-self:end;max-width:34ch;font-size:.92rem;line-height:1.7}.page-module__E0kJGG__animalGrid{border-left:1px solid var(--border-accent);border-top:1px solid var(--border-accent);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.page-module__E0kJGG__animalCard{border-right:1px solid var(--border-accent);border-bottom:1px solid var(--border-accent);background:linear-gradient(180deg, var(--surface-glass-92) 0%, var(--surface-oat-82) 100%);min-height:248px;transition:background .18s,transform .18s;position:relative;overflow:hidden}.page-module__E0kJGG__animalCard:hover{background:linear-gradient(180deg, var(--bg-1) 0%, var(--accent-muted) 100%);transform:translateY(-2px)}.page-module__E0kJGG__animalCardInner{will-change:clip-path, transform, opacity;flex-direction:column;gap:14px;min-height:100%;padding:20px;display:flex}.page-module__E0kJGG__animalOrder{font-size:.72rem;font-family:var(--font-mono);color:var(--accent-index);letter-spacing:.08em}.page-module__E0kJGG__animalVisual{flex:1;justify-content:center;align-items:center;min-height:136px;padding:6px 0 14px;display:flex}.page-module__E0kJGG__animalIconFrame{flex-shrink:0;width:128px;height:128px;padding:12px}.page-module__E0kJGG__animalIcon{width:100%;height:100%;filter:drop-shadow(0 14px 20px var(--shadow-soft-dark));object-position:center}.page-module__E0kJGG__animalEmoji{font-size:clamp(3rem,7vw,4.8rem)}.page-module__E0kJGG__animalCode{color:var(--text-tertiary);font-size:.64rem;line-height:1.5;font-family:var(--font-mono);letter-spacing:.04em;min-height:2.3em}.page-module__E0kJGG__clickBox{border:1px solid var(--border-accent);background:var(--surface-glass-88);border-radius:18px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.page-module__E0kJGG__clickCopy{flex-direction:column;min-width:0;display:flex}.page-module__E0kJGG__clickCopy strong{color:var(--text-primary);font-size:.88rem;line-height:1.15}.page-module__E0kJGG__clickCopy span{color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;overflow:hidden}.page-module__E0kJGG__clickArrow{width:34px;height:34px;color:var(--text-accent);background:var(--accent-muted);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}@media (max-width:768px){.page-module__E0kJGG__content{padding:0 20px}.page-module__E0kJGG__topNav{padding:18px 0 16px}.page-module__E0kJGG__heroStage{min-height:calc(100svh - 56px);padding:16px 0 28px}.page-module__E0kJGG__hero{padding:34px 0 0}.page-module__E0kJGG__title{font-size:2.4rem}.page-module__E0kJGG__features{grid-template-columns:1fr}.page-module__E0kJGG__ctas{flex-direction:column;align-items:center}.page-module__E0kJGG__productIntro{margin-bottom:28px;font-size:.92rem}.page-module__E0kJGG__heroImageBackdrop{opacity:.2;inset:16% 0}.page-module__E0kJGG__sectionIntro{grid-template-columns:1fr}.page-module__E0kJGG__sectionCopy{justify-self:start}.page-module__E0kJGG__animalGrid{grid-template-columns:1fr}.page-module__E0kJGG__animalCard{min-height:220px}.page-module__E0kJGG__sectionRail:after{width:112px;height:14px}.page-module__E0kJGG__animalIconFrame{padding:10px}}@media (min-width:769px) and (max-width:1080px){.page-module__E0kJGG__hero{max-width:780px}.page-module__E0kJGG__animalGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (prefers-reduced-motion:reduce){.page-module__E0kJGG__scrollCueIcon{animation:none}.page-module__E0kJGG__animalCard,.page-module__E0kJGG__scrollCue,.page-module__E0kJGG__ctaPrimary,.page-module__E0kJGG__ctaSecondary{transition:none}}
.person-module__aHK4yq__loading{background:var(--bg-0);justify-content:center;align-items:center;min-height:100vh;display:flex}.person-module__aHK4yq__spinner{border:2px solid #078a5226;border-top-color:var(--accent);border-radius:50%;width:20px;height:20px;animation:.6s linear infinite person-module__aHK4yq__spin}@keyframes person-module__aHK4yq__spin{to{transform:rotate(360deg)}}.person-module__aHK4yq__page{max-width:800px;margin:0 auto;padding:32px 32px 80px}.person-module__aHK4yq__header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px;display:flex}.person-module__aHK4yq__headerLeft{align-items:center;gap:14px;display:flex}.person-module__aHK4yq__emoji{font-size:2.2rem}.person-module__aHK4yq__name{letter-spacing:-.02em;font-size:1.3rem;font-weight:700}.person-module__aHK4yq__subtitle{color:var(--text-tertiary);font-size:.78rem}.person-module__aHK4yq__headerRight{align-items:center;gap:16px;display:flex}.person-module__aHK4yq__overallScore{text-align:center}.person-module__aHK4yq__scoreNum{letter-spacing:-.04em;color:var(--accent);font-size:2rem;font-weight:900;display:block}.person-module__aHK4yq__scoreLabel{color:var(--text-tertiary);font-size:.65rem;font-weight:600}.person-module__aHK4yq__dangerBtn{border-radius:var(--radius-sm);color:var(--danger);cursor:pointer;background:0 0;border:1px solid #e1705533;padding:6px 14px;font-family:inherit;font-size:.75rem;font-weight:500;transition:all .15s}.person-module__aHK4yq__dangerBtn:hover{background:#e170550f}.person-module__aHK4yq__tabs{border-bottom:1px solid var(--border-subtle);gap:1px;margin-bottom:28px;display:flex}.person-module__aHK4yq__tab{color:var(--text-tertiary);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:10px 16px;font-family:inherit;font-size:.82rem;font-weight:500;transition:all .15s}.person-module__aHK4yq__tab:hover{color:var(--text-secondary)}.person-module__aHK4yq__tabActive{color:var(--text-primary)!important;border-bottom-color:var(--accent)!important}.person-module__aHK4yq__section{margin-bottom:32px}.person-module__aHK4yq__sectionTitle{color:var(--text-primary);margin-bottom:14px;font-size:.85rem;font-weight:600}.person-module__aHK4yq__relationshipSummary{background:var(--accent-muted);border-radius:var(--radius-md);border:1px solid #078a5226;border-left:3px solid var(--accent);box-shadow:var(--shadow-clay);margin-bottom:24px;padding:16px 20px}.person-module__aHK4yq__relationshipSummary p{color:var(--text-secondary);margin:0;font-size:.82rem;line-height:1.65}.person-module__aHK4yq__introCard{border:1px solid var(--border-default);border-radius:var(--radius-md);box-shadow:var(--shadow-clay);background:#fff;margin-bottom:24px;padding:16px}.person-module__aHK4yq__introCard p{color:var(--text-secondary);margin:0;font-size:.82rem;line-height:1.65}.person-module__aHK4yq__traitRow{grid-template-columns:1fr 1fr;gap:10px;display:grid}.person-module__aHK4yq__traitBlock{background:var(--bg-2);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:16px}.person-module__aHK4yq__traitTitle{color:var(--text-primary);align-items:center;gap:6px;margin-bottom:10px;font-size:.78rem;font-weight:600;display:flex}.person-module__aHK4yq__traitIcon{font-size:.65rem}.person-module__aHK4yq__traitList{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.person-module__aHK4yq__traitList li{color:var(--text-secondary);padding-left:12px;font-size:.75rem;line-height:1.5;position:relative}.person-module__aHK4yq__traitList li:before{content:"·";color:var(--text-tertiary);font-weight:700;position:absolute;left:0}@media (max-width:768px){.person-module__aHK4yq__traitRow{grid-template-columns:1fr}}.person-module__aHK4yq__dimGrid{flex-direction:column;gap:10px;display:flex}.person-module__aHK4yq__dimCard{background:var(--bg-2);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:16px}.person-module__aHK4yq__dimHead{align-items:center;gap:8px;margin-bottom:8px;display:flex}.person-module__aHK4yq__dimLetter{color:var(--accent);font-size:.85rem;font-weight:800}.person-module__aHK4yq__dimName{color:var(--text-secondary);flex:1;font-size:.78rem}.person-module__aHK4yq__dimVal{color:var(--text-primary);font-size:.85rem;font-weight:700}.person-module__aHK4yq__dimBar{background:var(--bg-4);border-radius:2px;height:3px;margin-bottom:8px;overflow:hidden}.person-module__aHK4yq__dimFill{border-radius:2px;height:100%;transition:width .8s cubic-bezier(.16,1,.3,1)}.person-module__aHK4yq__dimDetail{color:var(--text-tertiary);font-size:.75rem;line-height:1.5}.person-module__aHK4yq__tipsList{flex-direction:column;gap:10px;display:flex}.person-module__aHK4yq__tipCard{background:var(--bg-2);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:16px}.person-module__aHK4yq__tipCard h3{margin-bottom:6px;font-size:.82rem;font-weight:600}.person-module__aHK4yq__tipCard p{color:var(--text-secondary);font-size:.78rem;line-height:1.5}.person-module__aHK4yq__scoreGrid{flex-direction:column;gap:8px;display:flex}.person-module__aHK4yq__scoreRow{background:var(--bg-2);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);align-items:center;gap:10px;padding:10px 14px;display:flex}.person-module__aHK4yq__sLetter{color:var(--accent);text-align:center;width:16px;font-size:.8rem;font-weight:800}.person-module__aHK4yq__sBarWrap{flex:1}.person-module__aHK4yq__sBar{background:var(--bg-4);border-radius:2px;height:3px;overflow:hidden}.person-module__aHK4yq__sFill{background:var(--accent);border-radius:2px;height:100%;transition:width .8s}.person-module__aHK4yq__sVal{text-align:right;min-width:24px;font-size:.78rem;font-weight:700}.person-module__aHK4yq__sPole{color:var(--text-accent);min-width:48px;font-size:.65rem}.person-module__aHK4yq__chatWrap{background:var(--bg-0);border:1px solid var(--border-default);border-radius:var(--radius-lg);height:calc(100vh - 200px);min-height:400px;box-shadow:var(--shadow-clay);flex-direction:column;display:flex;overflow:hidden}.person-module__aHK4yq__chatArea{flex-direction:column;flex:1;gap:10px;padding:24px;display:flex;overflow-y:auto}.person-module__aHK4yq__chatEmpty{text-align:center;padding:40px 0}.person-module__aHK4yq__chatEmptyTitle{margin-bottom:4px;font-size:.9rem;font-weight:600}.person-module__aHK4yq__chatEmptyDesc{color:var(--text-tertiary);margin-bottom:20px;font-size:.78rem}.person-module__aHK4yq__suggestions{flex-direction:column;align-items:center;gap:6px;display:flex}.person-module__aHK4yq__sugBtn{background:var(--bg-3);border:1px solid var(--border-default);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;padding:8px 16px;font-family:inherit;font-size:.75rem;transition:all .15s}.person-module__aHK4yq__sugBtn:hover{border-color:var(--border-accent);color:var(--text-primary)}.person-module__aHK4yq__msg{border-radius:var(--radius-md);white-space:pre-wrap;max-width:80%;padding:10px 14px;font-size:.82rem;line-height:1.55}.person-module__aHK4yq__msgUser{background:var(--swatch-matcha-800);color:#fff;border-bottom-right-radius:4px;align-self:flex-end}.person-module__aHK4yq__msgBot{border:1px solid var(--border-default);color:var(--text-secondary);box-shadow:var(--shadow-clay);background:#fff;border-bottom-left-radius:4px;align-self:flex-start}.person-module__aHK4yq__dots{gap:3px;padding:2px 0;display:flex}.person-module__aHK4yq__dots span{background:var(--text-tertiary);border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite person-module__aHK4yq__dot}.person-module__aHK4yq__dots span:nth-child(2){animation-delay:.15s}.person-module__aHK4yq__dots span:nth-child(3){animation-delay:.3s}@keyframes person-module__aHK4yq__dot{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.person-module__aHK4yq__chatInputBar{border-top:1px solid var(--border-default);background:#fff;gap:8px;padding:14px 16px;display:flex}.person-module__aHK4yq__chatInputBar input{background:var(--bg-3);border:1px solid var(--border-default);border-radius:var(--radius-sm);color:var(--text-primary);outline:none;flex:1;padding:10px 14px;font-family:inherit;font-size:.82rem}.person-module__aHK4yq__chatInputBar input:focus{border-color:var(--border-accent)}.person-module__aHK4yq__chatInputBar input::placeholder{color:var(--text-tertiary)}.person-module__aHK4yq__chatInputBar button{border-radius:var(--radius-sm);background:var(--accent);color:#fff;cursor:pointer;border:none;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;font-weight:700;transition:background .15s;display:flex}.person-module__aHK4yq__chatInputBar button:hover:not(:disabled){background:var(--accent-hover)}.person-module__aHK4yq__chatInputBar button:disabled{opacity:.3;cursor:not-allowed}.person-module__aHK4yq__chatInputMeta{justify-content:space-between;align-items:center;gap:12px;padding:0 16px 14px;font-size:.72rem;display:flex}.person-module__aHK4yq__enterToggle{color:var(--text-secondary);-webkit-user-select:none;user-select:none;cursor:pointer;align-items:center;gap:8px;display:inline-flex}.person-module__aHK4yq__enterToggle input{width:14px;height:14px;accent-color:var(--accent)}.person-module__aHK4yq__shortcutHint{color:var(--text-tertiary)}@media (max-width:768px){.person-module__aHK4yq__page{padding:20px 16px 80px}.person-module__aHK4yq__header{flex-direction:column;align-items:flex-start}.person-module__aHK4yq__headerRight{align-self:flex-end}.person-module__aHK4yq__chatInputMeta{flex-direction:column;align-items:flex-start;gap:6px;padding:0 16px 12px}}
