:root{--font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: var(--font-sans);--color-page: #dff5ff;--color-surface: #ffffff;--color-soft: #f4fbff;--color-footer: #72cef5;--color-accent: #f96880;--color-accent-strong: #ff5f7b;--color-blue: #147df5;--color-ink: #292b35;--color-muted: #6f7880;--color-line: #cfe7f2;--color-shadow: rgba(45, 105, 132, .12);--radius-sm: 6px;--radius-md: 8px;--radius-lg: 14px;--radius-xl: 28px;--radius-pill: 999px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px}*{box-sizing:border-box}html{min-width:320px;background:#3f3f3f}body{min-width:320px;min-height:100vh;margin:0;font-family:var(--font-sans);color:var(--color-ink);background:var(--color-page)}button,input,select,textarea{font:inherit}button{border:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}#root{min-height:100vh}.mochi-page{min-height:100vh;background:var(--color-page)}.mochi-page{display:flex;min-height:100vh;flex-direction:column;color:var(--color-ink);background:var(--color-page)}.mochi-page>main{width:100%;flex:1 0 auto}.mochi-page .mochi-header{position:relative;z-index:30;height:82px;flex:0 0 82px;border-top:0;border-bottom:1px solid rgba(20,125,245,.08);padding:0 clamp(34px,7.5vw,138px);background:#fff;box-shadow:0 6px 22px #2d69840d}.mochi-page .mochi-header__brand img{width:60px;height:60px}.mochi-page .mochi-header__nav{gap:clamp(20px,3vw,46px)}.mochi-page .mochi-header__link{min-width:44px;min-height:50px;flex-direction:column;justify-content:center;gap:4px;color:#626873;font-size:10px;font-weight:750}.mochi-page .mochi-header__link svg{width:17px;height:17px;stroke-width:1.9}.mochi-page .mochi-header__link.active,.mochi-page .mochi-header__link:hover{color:var(--color-accent)}.mochi-page .mochi-header__link:focus-visible,.mochi-page button:focus-visible,.mochi-page a:focus-visible,.mochi-page input:focus-visible,.mochi-page textarea:focus-visible,.mochi-page select:focus-visible{outline:3px solid rgba(20,125,245,.24);outline-offset:2px}.mochi-page .mochi-footer{min-height:164px;flex:0 0 auto;background:var(--color-footer)}.mochi-page .mochi-footer__inner{width:min(1180px,calc(100% - 64px));min-height:164px}.mochi-page .mochi-footer__wordmark{width:168px}.mochi-page .mochi-footer__block{gap:6px;color:#fff;font-size:11px}.mochi-page .mochi-footer__block h2{margin-bottom:4px;color:#fff;font-size:13px}.mochi-page .mochi-footer__block p{color:#fffffff5}.mochi-page .mochi-footer__socials{color:#fff}.mochi-page .feature-page,.mochi-page .home-dashboard{width:min(1180px,calc(100% - 64px))}.mochi-page .feature-page{min-height:calc(100vh - 246px);padding:38px 0 44px}.mochi-page .home-dashboard{padding:38px 0 44px}.mochi-page .home-dashboard__intro{margin-bottom:20px}.mochi-page .home-dashboard__intro p{color:#147df5;font-size:25px}.mochi-page .home-dashboard__intro span{margin-top:5px;color:#61727d}.mochi-page .home-dashboard__grid{grid-template-columns:minmax(0,1fr) 306px;gap:22px}.mochi-page .mochi-room,.mochi-page .sidebar-card,.mochi-page .chat-strip{border:1px solid rgba(20,125,245,.09);background:#fff;box-shadow:0 16px 36px #2d698417}.mochi-page .mochi-room{min-height:470px;border-radius:8px;background:#fff}.mochi-page .mochi-room:before,.mochi-page .mochi-room:after{display:none}.mochi-page .mochi-room__character{width:min(270px,44vw)}.mochi-page .mochi-room__character img{width:94%;height:94%;filter:drop-shadow(0 20px 24px rgba(45,105,132,.12))}.mochi-page .mochi-room__speech{bottom:34px;color:#67717b}.mochi-page .mochi-room__track{background:#dcecf3}.mochi-page .mochi-room__track span{background:#ff9eb1}.mochi-page .sidebar-card{border-radius:8px}.mochi-page .mood-button{border-color:#f3e7c4;background:#fff7dc}.mochi-page .mood-button--active{border-color:var(--color-accent);background:#ffeaf0;box-shadow:0 0 0 4px #f9688021}.mochi-page .calm-item{background:#fff5ce}.mochi-page .calm-item:nth-child(2){background:#e7f5ff}.mochi-page .chat-strip{min-height:54px;border-radius:8px}.mochi-page .chat-strip button,.mochi-page .vent-button{background:var(--color-accent)}.mochi-page .home-chat-page{min-height:calc(100vh - 246px);padding-top:44px;padding-bottom:44px}.mochi-page .chat-card{width:min(940px,100%);min-height:620px;border:1px solid rgba(20,125,245,.1);border-radius:8px;background:#fff;box-shadow:0 18px 42px #2d69841c}.mochi-page .chat-card__mascot{min-height:155px}.mochi-page .chat-card__mascot img{width:138px;height:138px;filter:drop-shadow(0 12px 16px rgba(45,105,132,.1))}.mochi-page .chat-card__toolbar>span,.mochi-page .chat-card__mascot span{color:#147df5}.mochi-page .chat-input{border:1px solid #d9ebf4;background:#f4fbff}.mochi-page .chat-suggestions button{border-color:#cfe5f1;color:#567080;background:#f7fcff}.mochi-page .message-bubble--mochi{background:#e8f6ff}.mochi-page .message-bubble--user{background:#ffe7ed}.mochi-page .feature-eyebrow,.mochi-page .safe-circle-header .feature-eyebrow,.mochi-page .circle-form-card .feature-eyebrow,.mochi-page .mood-section-header .feature-eyebrow{color:#147df5}.mochi-page .safe-circle-header h1,.mochi-page .mood-section-header h1,.mochi-page .profile-heading h1,.mochi-page .wardrobe-heading h1{color:#292b35}.mochi-page .circle-community-banner{border-color:#cce6f3;background:#eef9ff}.mochi-page .circle-search,.mochi-page .circle-post,.mochi-page .circle-guidelines,.mochi-page .circle-form-card,.mochi-page .circle-privacy-panel,.mochi-page .circle-thread-card,.mochi-page .circle-detail-sidebar>section{border-color:#cfe5f0;box-shadow:0 12px 30px #2d69840f}.mochi-page .circle-post__actions,.mochi-page .circle-post__actions button,.mochi-page .circle-post__actions a{background:#f4fbff}.mochi-page .circle-prompt-card{border-color:#f3dda1;background:#fff6d8}.mochi-page .mood-checkin-card,.mochi-page .mood-snapshot-card,.mochi-page .mood-week-card,.mochi-page .healing-activities,.mochi-page .mood-calendar-card,.mochi-page .mood-month-summary,.mochi-page .mood-day-detail,.mochi-page .mood-legend,.mochi-page .mood-insight-hero,.mochi-page .mood-trend-card,.mochi-page .mood-distribution-card,.mochi-page .mood-patterns,.mochi-page .profile-hero,.mochi-page .profile-panel,.mochi-page .profile-stat,.mochi-page .profile-edit-form,.mochi-page .profile-preferences,.mochi-page .wardrobe-preview-panel,.mochi-page .wardrobe-shop,.mochi-page .coin-history{border-color:#cfe5f0}.mochi-page .mood-checkin-card__intro{background:#eef9ff}.mochi-page .mood-checkin-card__intro img{width:98px;height:98px;filter:drop-shadow(0 10px 14px rgba(45,105,132,.1))}.mochi-page .mood-section-tabs{border-color:#cfe5f0}.mochi-page .mood-choice{border-color:#dbeaf1;background:#f7fcff}.mochi-page .mood-choice--active{border-color:var(--color-accent);background:#ffeaf0}.mochi-page .mood-note textarea,.mochi-page .profile-field>div,.mochi-page .profile-textarea-field textarea,.mochi-page .profile-select-field select{border-color:#cfe5f0;background:#f8fcff}.mochi-page .profile-hero--refined{border-color:#bcdff0;background:#e8f6ff}.mochi-page .profile-stats--refined .profile-stat,.mochi-page .profile-panel--refined{border-color:#cfe5f0;background:#fff}.mochi-page .profile-overview-grid article:nth-child(2){background:#e8f6ff}.mochi-page .wardrobe-preview-panel,.mochi-page .wardrobe-shop,.mochi-page .coin-history{background:#fff}.mochi-page .wardrobe-preview-stage{background:#eef9ff}.mochi-page .wardrobe-status{color:#587180;background:#e8f6ff}.mochi-page .wardrobe-status svg{color:#147df5}.mochi-page .wardrobe-filter{border-color:#cfe5f0;background:#f7fcff}.mochi-page .outfit-card{border-color:#cfe5f0}.mochi-page .outfit-card:hover{border-color:#75b9e4;box-shadow:0 12px 26px #2d69841a}.mochi-page .outfit-card__art{background:#e8f6ff}.mochi-page .outfit-card__art--sweet{background:#fff0f4}.mochi-page .outfit-card__art--special{background:#fff6d8}.mochi-page .coin-history article,.mochi-page .equipped-list>button{background:#f4fbff}@media (max-width: 900px){.mochi-page .mochi-header{height:70px;flex-basis:70px;padding:0 24px}.mochi-page .mochi-header__brand img{width:52px;height:52px}.mochi-page .mochi-header__nav{top:70px;border-top:1px solid #d7eaf3;background:#fff}.mochi-page .mochi-header__link{min-height:42px;flex-direction:row;justify-content:flex-start;font-size:12px}.mochi-page .feature-page,.mochi-page .home-dashboard{width:min(100% - 36px,1180px)}.mochi-page .feature-page{min-height:calc(100vh - 234px);padding-top:28px}.mochi-page .home-dashboard__grid{grid-template-columns:1fr}.mochi-page .home-sidebar{grid-template-columns:repeat(3,minmax(0,1fr))}.mochi-page .wardrobe-preview-panel{top:14px}}@media (max-width: 620px){.mochi-page .mochi-footer{min-height:240px}.mochi-page .mochi-footer__inner{width:calc(100% - 40px);min-height:240px;grid-template-columns:1fr;gap:18px;align-content:center}.mochi-page .mochi-footer__wordmark{width:138px}.mochi-page .feature-page,.mochi-page .home-dashboard{width:calc(100% - 28px)}.mochi-page .home-dashboard{padding-top:24px}.mochi-page .home-dashboard__intro p{font-size:22px}.mochi-page .mochi-room{min-height:410px}.mochi-page .mochi-room__character{width:min(240px,70vw)}.mochi-page .home-sidebar{grid-template-columns:1fr}.mochi-page .chat-card{min-height:590px;padding:18px 16px 16px}.mochi-page .chat-card__mascot img{width:116px;height:116px}.mochi-page .mood-checkin-card__intro{grid-template-columns:1fr 74px}.mochi-page .mood-checkin-card__intro img{width:72px;height:72px}}.home-final,.home-chat-final,.circle-final-page,.circle-thread-final,.circle-compose-final,.mochi-detective-final,.mochi-pro-page{min-height:calc(100vh - 246px);background:#dff5ff}.home-final{padding:42px 0 58px}.home-final__intro,.home-final__grid{width:min(1120px,calc(100% - 64px));margin-right:auto;margin-left:auto}.home-final__intro{margin-bottom:22px}.home-final__intro h1{margin:0 0 4px;font-size:27px;line-height:1.2}.home-final__intro p{margin:0;color:#69737c;font-size:14px;font-weight:650}.home-final__grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:24px;align-items:stretch}.home-mochi-stage,.home-final-sidebar>section,.home-chat-final__card{border:1px solid rgba(74,145,177,.1);border-radius:8px;background:#fff;box-shadow:0 15px 36px #417d9714}.home-mochi-stage{position:relative;display:grid;min-height:590px;place-items:center;overflow:hidden}.home-mochi-stage__meter{position:absolute;top:28px;right:28px;display:flex;align-items:center;gap:9px;color:#ff6884}.home-mochi-stage__meter>div{width:124px;height:9px;overflow:hidden;border-radius:999px;background:#e8edf0}.home-mochi-stage__meter>div span{display:block;height:100%;border-radius:inherit;background:#ff9db0}.home-mochi-stage__meter strong{font-size:13px}.home-mochi-stage__character{display:grid;width:300px;height:310px;place-items:center;padding:0;cursor:pointer;background:transparent;transition:transform .18s ease}.home-mochi-stage__character:hover{transform:translateY(-5px)}.home-mochi-stage__character .mochi-avatar{width:285px;max-width:none;border:0;background:transparent;box-shadow:none}.home-mochi-stage__speech{position:absolute;right:28px;bottom:42px;left:28px;margin:0;color:#656a72;font-size:14px;font-weight:650;line-height:1.55;text-align:center}.home-final-sidebar{display:grid;gap:18px}.home-final-sidebar>section{padding:22px}.home-final-sidebar h2{display:flex;align-items:center;gap:8px;margin:0 0 15px;font-size:17px}.home-checkin-card__moods{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.home-mood-button{display:grid;width:51px;aspect-ratio:1;place-items:center;border:1px solid transparent;border-radius:50%;color:#31343b;background:#fff5d7;cursor:pointer;font-size:23px}.home-mood-button--active{border-color:#ff6f8a;box-shadow:0 0 0 5px #ffe4eb}.home-checkin-card p{margin:18px 0 0;color:#bd7180;font-size:12px;font-weight:700}.home-calm-card>div{display:grid;gap:10px}.home-calm-card button{display:flex;min-height:57px;align-items:center;gap:12px;border-radius:7px;padding:10px 13px;color:#5b5e66;background:#fff7d7;cursor:pointer;font-weight:700;text-align:left}.home-calm-card button:nth-child(2){background:#e8f6ff}.home-calm-card button svg{flex:0 0 auto;color:#ff7088}.home-vent-card p{margin:-3px 0 15px;color:#71747b;font-size:12px;line-height:1.55}.home-vent-card button{display:flex;width:100%;min-height:41px;align-items:center;justify-content:center;gap:8px;border-radius:6px;color:#fff;background:#f96880;cursor:pointer;font-weight:750}.home-chat-final{display:grid;place-items:center;padding:48px 32px}.home-chat-final__card{position:relative;display:flex;width:min(930px,100%);min-height:650px;flex-direction:column;padding:34px 40px 24px}.home-chat-final__toolbar{display:flex;justify-content:space-between}.home-chat-final__toolbar button{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;color:#7d8087;background:#f4f8fa;cursor:pointer}.home-chat-final .message-list{display:flex;min-height:440px;flex:1 1 auto;flex-direction:column;gap:18px;overflow-y:auto;padding:28px 0 20px}.home-chat-final .message-bubble{width:fit-content;max-width:74%;border-radius:8px;padding:13px 17px;box-shadow:none}.home-chat-final .message-bubble--mochi{align-self:flex-start;background:#fff7dd}.home-chat-final .message-bubble--user{align-self:flex-end;background:#ffe4eb}.home-chat-final .message-bubble__copy p{margin:0;color:#60636a;font-size:13px;line-height:1.55}.home-chat-final .message-retry{margin-top:9px}.home-chat-final .chat-suggestions{display:flex;flex-wrap:wrap;gap:8px;padding-bottom:16px}.home-chat-final .chat-suggestions button{border:1px solid #e8dde0;border-radius:999px;padding:8px 12px;color:#6c6e75;background:#fffaf5;cursor:pointer;font-size:11px}.home-chat-final .chat-input{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr) auto;min-height:48px;align-items:center;gap:10px;border:0;border-radius:999px;padding:6px 7px 6px 17px;background:#f5f1e8}.home-chat-final .chat-input>svg{color:#ff6c87}.home-chat-final .chat-input textarea{width:100%;min-height:25px;max-height:95px;resize:none;border:0;outline:0;color:#4f5259;background:transparent;line-height:1.45}.home-chat-final .chat-input button{display:grid;width:37px;height:37px;place-items:center;border-radius:50%;color:#fff;background:#f96880;cursor:pointer}.home-chat-final .chat-input button:disabled{cursor:default;opacity:.5}.home-chat-final__listening{display:flex;min-height:34px;align-items:center;justify-content:center;gap:4px;color:#f96880}.home-chat-final__listening>span{width:3px;height:12px;border-radius:999px;background:currentColor;animation:mochi-listening .85s ease-in-out infinite alternate}.home-chat-final__listening>span:nth-child(2),.home-chat-final__listening>span:nth-child(4){height:22px}.home-chat-final__listening>span:nth-child(3){height:28px}.home-chat-final__listening small{margin-left:7px;color:#7a7c83}.home-chat-final__voice-notice,.home-chat-final__disclaimer{margin:8px 0 0;color:#8b8e94;font-size:10px;text-align:center}@keyframes mochi-listening{to{transform:scaleY(.45)}}.circle-final-page,.circle-thread-final{padding:48px 0 66px}.circle-final-page>section,.circle-thread-final__surface{width:min(1020px,calc(100% - 64px));margin-right:auto;margin-left:auto}.frequency-panel{margin-bottom:50px}.frequency-panel h1{display:flex;align-items:center;gap:10px;margin:0 0 18px;font-size:26px}.frequency-panel h1 svg{color:#537887}.frequency-panel__matches{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.frequency-panel__matches article{position:relative;min-height:125px;overflow:hidden;border:1px solid rgba(66,148,185,.12);border-radius:8px;padding:18px 20px;background:#ffffffa8}.frequency-panel__matches header{display:flex;align-items:center;justify-content:space-between;gap:12px}.frequency-panel__matches header span{border-radius:999px;padding:5px 9px;color:#62a5c3;background:#eaf8ff;font-size:10px;font-weight:750}.frequency-panel__matches article:nth-child(2) header span{color:#e66e88;background:#ffe8ee}.frequency-panel__matches header small{color:#9ba2a7;font-size:10px}.frequency-panel__matches p{margin:12px 0 10px;color:#5a5d64;font-size:12px;line-height:1.5}.frequency-panel__matches a,.frequency-panel__matches button{display:inline-flex;align-items:center;gap:5px;padding:0;color:#6ca8c5;background:transparent;cursor:pointer;font-size:10px;font-weight:750}.frequency-panel__matches article:nth-child(2) button{color:#f96880}.circle-final-feed>header h2{margin:0 0 5px;font-size:17px}.circle-final-feed>header p{margin:0 0 20px;color:#7a858c;font-size:11px}.circle-final-composer-link{display:flex;min-height:58px;align-items:center;gap:12px;margin-bottom:18px;border:1px solid rgba(67,145,181,.11);border-radius:8px;padding:0 18px;color:#9aa2a7;background:#fff;box-shadow:0 10px 25px #417d970f}.circle-final-composer-link svg{color:#f96880}.circle-final-feed__posts{display:grid;gap:18px}.circle-final-post{border:1px solid rgba(67,145,181,.1);border-radius:8px;padding:20px 24px;background:#fff;box-shadow:0 12px 28px #417d970f}.circle-final-post>header{display:flex;align-items:center;gap:11px}.circle-spirit,.circle-spirit-avatar{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;border-radius:50%;background:#fff5de;font-size:20px}.circle-final-post>header div:last-child{display:grid;gap:2px}.circle-final-post>header strong{font-size:12px}.circle-final-post>header span{color:#9a9da3;font-size:9px}.circle-final-post__content{display:block;padding:16px 0}.circle-final-post__content p{margin:0;color:#555960;font-size:12px;line-height:1.65}.circle-final-post__content>span{display:inline-flex;align-items:center;gap:5px;margin-top:13px;border-radius:999px;padding:6px 9px;color:#d99822;background:#fff8dd;font-size:9px;font-weight:700}.circle-final-post>footer{display:flex;gap:22px;border-top:1px solid #f0f2f3;padding-top:13px}.circle-final-post>footer button,.circle-final-post>footer a{display:inline-flex;align-items:center;gap:5px;padding:0;color:#f57a91;background:transparent;cursor:pointer;font-size:10px;font-weight:700}.circle-hug-button--active svg{fill:currentColor}.circle-compose-final{position:relative;display:grid;min-height:calc(100vh - 246px);place-items:center;overflow:hidden;padding:60px 24px;background:#dff5ff}.circle-compose-final__backdrop{position:absolute;inset:38px max(24px,calc((100% - 1020px)/2));display:grid;align-content:start;gap:16px;opacity:.42;filter:blur(3px);pointer-events:none}.circle-compose-final__ghost-title{margin-bottom:15px;font-size:25px;font-weight:800}.circle-compose-final__ghost-post{min-height:105px;border-radius:8px;padding:20px;color:#596068;background:#fff}.circle-compose-final__ghost-post span{display:block;margin-top:16px;color:#f96880;font-size:10px}.circle-compose-modal{position:relative;z-index:2;width:min(760px,100%);border:1px solid #ffe4d7;border-radius:8px;padding:22px;background:#fffaf4;box-shadow:0 22px 45px #39697f33}.circle-compose-modal>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.circle-compose-modal h1{margin:0;font-size:18px}.circle-compose-modal>header a{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;color:#7f858b;background:#eef6fa}.circle-compose-modal>label{position:relative;display:block}.circle-compose-modal textarea{width:100%;min-height:150px;resize:vertical;border:1px solid #e8ecee;border-radius:6px;outline:0;padding:15px;color:#51555c;background:#fff}.circle-compose-modal label>small{position:absolute;right:12px;bottom:10px;color:#a1a6aa;font-size:9px}.circle-compose-modal fieldset{margin:20px 0 12px;border:0;padding:0}.circle-compose-modal legend{margin-bottom:10px;font-size:11px;font-weight:750}.circle-compose-modal fieldset>div{display:flex;gap:12px}.circle-spirit-option{display:grid;width:52px;min-height:62px;place-items:center;border:1px solid transparent;border-radius:7px;padding:5px;background:transparent;cursor:pointer}.circle-spirit-option>span{font-size:25px}.circle-spirit-option small{font-size:9px}.circle-spirit-option--active{border-color:#f96880;background:#fff0f4}.circle-compose-modal__moderation{display:flex;align-items:center;gap:6px;min-height:22px;margin:0 0 12px;color:#72838b;font-size:10px}.circle-compose-modal__moderation--blocked,.circle-compose-modal__moderation--warning{color:#c64c65}.circle-compose-modal__submit{display:flex;width:100%;min-height:42px;align-items:center;justify-content:center;gap:7px;border-radius:6px;color:#fff;background:#f96880;cursor:pointer;font-weight:750}.circle-compose-modal__submit:disabled{cursor:default;opacity:.45}.circle-thread-final__surface{position:relative;display:flex;min-height:760px;flex-direction:column;border-radius:8px;padding:24px 72px 28px;background:#fff}.circle-thread-final__back{display:inline-flex;align-items:center;gap:6px;width:fit-content;color:#60666c;font-size:10px;font-weight:650}.circle-thread-final__post{width:min(570px,100%);margin:24px 0 30px;border-radius:8px;padding:20px 25px 14px;box-shadow:0 10px 28px #4c6b7714}.circle-thread-final__post>header{display:flex;align-items:center;gap:11px}.circle-thread-final__post>header div{display:grid;gap:2px}.circle-thread-final__post>header small,.circle-thread-final__reply footer small{color:#969ba0;font-size:9px}.circle-thread-final__post>p{margin:18px 0 14px;color:#50545a;font-size:12px;line-height:1.65}.circle-thread-final__hug{display:inline-flex;align-items:center;gap:5px;border-top:1px solid #edeff0;padding:12px 0 0;color:#f96880;background:transparent;cursor:pointer;font-size:10px}.circle-thread-final__responses{width:min(620px,100%)}.circle-thread-final__responses h1{margin:0 0 18px;color:#aa552b;font-size:17px}.circle-thread-final__reply{display:grid;grid-template-columns:40px minmax(0,1fr);gap:10px;margin-bottom:18px}.circle-thread-final__reply>div{border-radius:8px;padding:13px 17px 8px;background:#faf6ea}.circle-thread-final__reply strong{color:#cc633c;font-size:10px}.circle-thread-final__reply p{margin:5px 0 8px;color:#52565c;font-size:11px;line-height:1.55}.circle-thread-final__reply footer{display:flex;align-items:center;gap:11px;color:#8c9195;font-size:9px}.circle-thread-final__reply footer span{display:inline-flex;align-items:center;gap:3px}.circle-thread-final__empty{color:#899096;font-size:12px}.circle-thread-final__composer{position:sticky;bottom:18px;display:grid;grid-template-columns:minmax(0,1fr) auto auto;width:min(670px,100%);min-height:49px;align-items:center;gap:8px;margin-top:auto;border-radius:999px;padding:5px 7px 5px 16px;background:#f5f1e8}.circle-thread-final__composer input{width:100%;border:0;outline:0;color:#555960;background:transparent;font-size:11px}.circle-thread-final__composer>button{display:grid;width:36px;height:36px;place-items:center;border-radius:50%;color:#fff;background:#f96880;cursor:pointer}.circle-thread-final__composer>button:disabled{opacity:.45}.circle-thread-final__composer>small{position:absolute;right:12px;bottom:-18px;color:#c64c65;font-size:9px}.kindness-reward-backdrop,.mood-checkin-backdrop{position:fixed;z-index:80;inset:0;display:grid;place-items:center;padding:24px;background:#def5ffb8;backdrop-filter:blur(4px)}.kindness-reward-dialog{position:relative;display:grid;width:min(760px,100%);min-height:185px;place-items:center;border-top:4px solid #ff9377;border-radius:8px;padding:30px;background:#fff;box-shadow:0 25px 60px #3661742e;text-align:center}.kindness-reward-dialog>button{position:absolute;top:12px;right:12px;display:grid;width:30px;height:30px;place-items:center;color:#7d858b;background:transparent;cursor:pointer}.kindness-reward-dialog>svg{color:#f5b526}.kindness-reward-dialog h2{margin:5px 0 6px;font-size:18px}.kindness-reward-dialog strong{border-radius:999px;padding:7px 13px;color:#c78b00;background:#fff7d3;font-size:13px}.kindness-reward-dialog p{max-width:420px;margin:8px 0 0;color:#73787d;font-size:10px;line-height:1.5}.mochi-detective-final{padding:52px 0 66px}.mochi-detective-final__intro,.mochi-observation,.mochi-detective-final__grid{width:min(960px,calc(100% - 64px));margin-right:auto;margin-left:auto}.mochi-detective-final__intro{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:38px}.mochi-detective-final__intro h1{margin:0 0 7px;font-size:29px}.mochi-detective-final__intro p{margin:0;color:#646e75;font-size:12px}.mochi-detective-final__intro>button{display:inline-flex;min-height:37px;align-items:center;gap:7px;border-radius:6px;padding:0 14px;color:#fff;background:#f96880;cursor:pointer;font-size:11px;font-weight:750}.mochi-observation{margin-bottom:22px;border:1px solid rgba(69,146,181,.08);border-radius:8px;padding:24px 28px;background:#ffffffb3}.mochi-observation h2{display:flex;align-items:center;gap:9px;margin:0 0 20px;font-size:15px}.mochi-observation h2 svg{color:#ff9caf}.mochi-observation blockquote{margin:0;border-radius:7px;padding:17px;color:#565c62;background:#ffffff9e;font-size:11px;font-style:italic;line-height:1.65}.mochi-observation>small{display:flex;align-items:center;gap:5px;margin-top:14px;color:#ff8ba2;font-size:9px}.mochi-detective-final__grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(270px,1fr);gap:18px}.mood-rhythm-card,.mood-touchpoints{min-height:360px;border:1px solid rgba(69,146,181,.08);border-radius:8px;padding:24px;background:#fff}.mood-rhythm-card>header,.mood-touchpoints>header{display:flex;align-items:center;justify-content:space-between;gap:12px}.mood-rhythm-card h2,.mood-touchpoints h2{margin:0;font-size:15px}.mood-rhythm-card>header small{color:#69737a;font-size:9px}.mood-rhythm-card nav{display:inline-flex;gap:3px;margin-top:12px;border-radius:999px;padding:3px;background:#f8edf0}.mood-rhythm-card nav button{display:inline-flex;min-height:26px;align-items:center;gap:4px;border-radius:999px;padding:0 12px;color:#9b9395;background:transparent;cursor:pointer;font-size:9px}.mood-rhythm-card nav button.is-active{color:#f96880;background:#fff}.mood-rhythm-week{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px;margin:34px 0 30px}.mood-rhythm-day{display:grid;gap:13px;place-items:center;padding:0;background:transparent;cursor:pointer}.mood-rhythm-day small{color:#8a9095;font-size:9px}.mood-rhythm-day>span{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;color:#788087;background:#f6f0f2;font-size:11px;font-weight:750}.mood-rhythm-day.has-entry>span{color:#40464b}.mood-rhythm-month{display:grid;grid-template-columns:repeat(7,1fr);gap:12px 18px;margin:25px 0 20px}.mood-rhythm-month>small{color:#8a9095;font-size:8px;text-align:center}.mood-rhythm-month>button{display:grid;width:29px;height:29px;place-self:center;place-items:center;border-radius:50%;color:#757d83;background:#f7f0f2;cursor:pointer;font-size:8px}.mood-rhythm-month>button:disabled{opacity:.35}.mood-rhythm-year{display:grid;grid-template-columns:repeat(6,1fr);gap:24px 17px;margin:30px 0 25px}.mood-rhythm-year>div{display:grid;gap:6px;place-items:center}.mood-rhythm-year span{display:grid;width:43px;height:43px;place-items:center;border-radius:50%;background:#e7eaeb}.mood-rhythm-year small{color:#7d858b;font-size:8px}.mood-rhythm-legend{display:flex;flex-wrap:wrap;justify-content:center;gap:10px}.mood-rhythm-legend span{display:inline-flex;align-items:center;gap:4px;color:#8b9297;font-size:7px;text-transform:uppercase}.mood-rhythm-legend i{width:7px;height:7px;border-radius:50%}.mood-touchpoints>header svg{color:#b8bfc3}.mood-touchpoints>small{display:block;margin:26px 0 8px;color:#efb62a;font-size:8px}.mood-touchpoints>small:nth-of-type(2){margin-top:18px;color:#ef9bae}.mood-touchpoints__chips{display:flex;flex-wrap:wrap;gap:8px}.mood-touchpoints__chips span{border:1px solid currentColor;border-radius:999px;padding:6px 9px;font-size:9px}.mood-touchpoints__chips--joy{color:#e9b91e}.mood-touchpoints__chips--stress{color:#ef9bae}.mood-touchpoints>p{display:flex;align-items:flex-start;gap:9px;margin:22px 0 0;border-radius:7px;padding:13px;color:#6b7176;background:#faeef2;font-size:8px;line-height:1.55}.mood-touchpoints>p svg{flex:0 0 auto;color:#ff8ca3}.mood-checkin-dialog{width:min(610px,100%);border-radius:8px;padding:24px;background:#fff;box-shadow:0 24px 60px #36617433}.mood-checkin-dialog>header{display:flex;align-items:start;justify-content:space-between}.mood-checkin-dialog>header small{color:#f96880;font-weight:750}.mood-checkin-dialog h2{margin:5px 0 20px;font-size:21px}.mood-checkin-dialog>header button{display:grid;width:31px;height:31px;place-items:center;border-radius:50%;color:#6d747a;background:#f1f6f8;cursor:pointer}.mood-checkin-dialog__moods{display:grid;grid-template-columns:repeat(5,1fr);gap:9px}.mood-checkin-dialog__moods button{display:grid;min-height:78px;place-items:center;border:1px solid #e5ecef;border-radius:7px;padding:7px;background:#f8fcfe;cursor:pointer}.mood-checkin-dialog__moods button.is-active{border-color:#f96880;background:#fff0f4}.mood-checkin-dialog__moods small{font-size:9px}.mood-checkin-dialog fieldset{margin:20px 0;border:0;padding:0}.mood-checkin-dialog legend,.mood-checkin-dialog label>span{margin-bottom:9px;color:#555b61;font-size:11px;font-weight:750}.mood-checkin-dialog fieldset>div{display:grid;grid-template-columns:repeat(5,1fr);gap:7px}.mood-checkin-dialog fieldset button{height:8px;border-radius:999px;background:#e4eaed;cursor:pointer}.mood-checkin-dialog fieldset button.is-active{background:#f96880}.mood-checkin-dialog label{display:grid}.mood-checkin-dialog textarea{min-height:95px;resize:vertical;border:1px solid #dce8ed;border-radius:7px;outline:0;padding:12px;color:#50565c;background:#f8fcfe}.mood-checkin-dialog__save{display:flex;width:100%;min-height:41px;align-items:center;justify-content:center;gap:7px;margin-top:18px;border-radius:6px;color:#fff;background:#f96880;cursor:pointer;font-weight:750}.mochi-pro-page{padding:58px 0 62px;background:#def4ff}.mochi-pro-hero,.mochi-pro-plans{width:min(1080px,calc(100% - 64px));margin-right:auto;margin-left:auto}.mochi-pro-hero>span{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:6px 10px;color:#fff;background:#b993f2;font-size:9px;font-weight:750}.mochi-pro-hero h1{margin:20px 0 15px;font-size:37px;line-height:1.08}.mochi-pro-hero p{max-width:500px;margin:0;color:#5b6870;font-size:13px;line-height:1.6}.mochi-pro-hero>div{display:flex;gap:12px;margin:22px 0 15px}.mochi-pro-hero button{min-width:130px;min-height:38px;border:1px solid #51b9f4;border-radius:999px;color:#2499db;background:#fff;cursor:pointer;font-size:11px;font-weight:750}.mochi-pro-hero button:first-child{border-color:#f96880;color:#fff;background:#f96880}.mochi-pro-hero>small{color:#8b949a;font-size:9px}.mochi-pro-plans{margin-top:70px}.mochi-pro-plans>h2{margin:0 0 30px;font-size:27px;text-align:center}.mochi-pro-plans__message{margin:-18px 0 20px;color:#4c8a65;font-size:11px;font-weight:700;text-align:center}.mochi-pro-plans>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.mochi-pro-plans article{position:relative;display:flex;min-height:330px;flex-direction:column;border:1px solid transparent;border-radius:8px;padding:30px;background:#fff;box-shadow:0 13px 30px #3d708714}.mochi-pro-plans article.is-featured{border-color:#2aaef4}.mochi-pro-plans article>span{position:absolute;top:-12px;right:22px;border-radius:999px;padding:6px 13px;color:#fff;background:#3eb9f5;font-size:9px;font-weight:750}.mochi-pro-plans article:nth-child(3)>span{color:#5c4400;background:#ffc646}.mochi-pro-plans h3{margin:0 0 8px;font-size:18px}.mochi-pro-plans article>small{color:#8a9297;font-size:10px}.mochi-pro-plans article>p{margin:22px 0 18px;color:#858c91}.mochi-pro-plans article>p strong{color:#292b35;font-size:25px}.mochi-pro-plans ul{display:grid;gap:10px;margin:0 0 24px;padding:0;list-style:none}.mochi-pro-plans li{display:flex;align-items:center;gap:7px;color:#52585e;font-size:11px}.mochi-pro-plans li svg{color:#f96880}.mochi-pro-plans article>button{min-height:38px;margin-top:auto;border:1px solid #54bdf5;border-radius:999px;color:#269edd;background:#fff;cursor:pointer;font-size:11px;font-weight:750}.mochi-pro-plans article:not(:first-child)>button{border-color:#f96880;color:#fff;background:#f96880}.mochi-pro-plans article>button:disabled{cursor:default;opacity:.65}.mochi-pro-plans>footer{display:flex;min-height:58px;align-items:center;gap:9px;margin-top:18px;border-radius:8px;padding:0 18px;color:#4e6d7b;background:#ffffffc2;font-size:11px}.mochi-pro-plans>footer svg{color:#e6ad17}.mochi-pro-plans>footer button{margin-left:auto;border-radius:6px;padding:9px 12px;color:#fff;background:#f96880;cursor:pointer;font-size:10px;font-weight:750}@media (max-width: 900px){.home-final,.home-chat-final,.circle-final-page,.circle-thread-final,.circle-compose-final,.mochi-detective-final,.mochi-pro-page{min-height:calc(100vh - 234px)}.home-final__grid,.mochi-detective-final__grid{grid-template-columns:1fr}.home-final-sidebar{grid-template-columns:repeat(3,minmax(0,1fr))}.home-final-sidebar>section{padding:18px}.circle-thread-final__surface{padding-right:38px;padding-left:38px}.mochi-detective-final__intro,.mochi-observation,.mochi-detective-final__grid{width:min(100% - 40px,960px)}.mochi-pro-plans>div{grid-template-columns:1fr}.mochi-pro-plans article{min-height:285px}}@media (max-width: 620px){.home-final,.circle-final-page,.circle-thread-final,.mochi-detective-final,.mochi-pro-page{padding-top:28px;padding-bottom:38px}.home-final__intro,.home-final__grid,.circle-final-page>section,.circle-thread-final__surface,.mochi-pro-hero,.mochi-pro-plans{width:calc(100% - 28px)}.home-final__intro h1{font-size:23px}.home-mochi-stage{min-height:455px}.home-mochi-stage__character{width:250px;height:270px}.home-mochi-stage__character .mochi-avatar{width:240px}.home-mochi-stage__meter{top:19px;right:18px}.home-mochi-stage__meter>div{width:92px}.home-final-sidebar{grid-template-columns:1fr}.home-chat-final{padding:18px 14px 30px}.home-chat-final__card{min-height:640px;padding:19px 14px 16px}.home-chat-final .message-bubble{max-width:88%}.frequency-panel{margin-bottom:35px}.frequency-panel h1{align-items:flex-start;font-size:22px}.frequency-panel__matches{grid-template-columns:1fr}.circle-final-post,.circle-compose-modal{padding:17px}.circle-compose-modal fieldset>div{justify-content:space-between;gap:3px}.circle-spirit-option{width:46px}.circle-thread-final__surface{min-height:700px;padding:20px 16px 24px}.circle-thread-final__post{padding-right:17px;padding-left:17px}.circle-thread-final__reply{grid-template-columns:35px minmax(0,1fr)}.circle-spirit-avatar{width:34px;height:34px;font-size:17px}.kindness-reward-dialog{min-height:220px}.mochi-detective-final__intro,.mochi-observation,.mochi-detective-final__grid{width:calc(100% - 28px)}.mochi-detective-final__intro{align-items:flex-start;flex-direction:column;margin-bottom:24px}.mochi-detective-final__intro h1{font-size:25px}.mochi-observation{padding:19px}.mood-rhythm-card,.mood-touchpoints{min-height:auto;padding:18px 14px}.mood-rhythm-week{gap:4px}.mood-rhythm-day>span{width:35px;height:35px}.mood-rhythm-month{gap:11px 5px}.mood-rhythm-year{grid-template-columns:repeat(4,1fr)}.mood-checkin-dialog__moods{grid-template-columns:repeat(5,minmax(0,1fr));gap:4px}.mood-checkin-dialog__moods button{min-height:68px;padding:4px}.mochi-pro-hero h1{font-size:31px}.mochi-pro-hero>div{align-items:stretch;flex-direction:column}.mochi-pro-plans{margin-top:50px}.mochi-pro-plans>h2{font-size:23px}.mochi-pro-plans article{padding:24px}.mochi-pro-plans>footer{align-items:flex-start;flex-wrap:wrap;padding-top:14px;padding-bottom:14px}.mochi-pro-plans>footer button{width:100%;margin-left:0}}.profile-final-page{width:100%;min-height:calc(100vh - 246px);padding:58px max(24px,calc((100vw - 1180px)/2)) 86px;background:#dff5ff}.profile-final-shell{display:grid;gap:28px;width:100%}.profile-final-progress{display:grid;grid-template-columns:116px minmax(0,1fr);gap:28px;align-items:center;min-height:164px;overflow:hidden;border:1px solid rgba(86,179,225,.12);border-radius:20px;padding:28px 34px;background:linear-gradient(to bottom,transparent 0 64%,rgba(255,255,255,.82) 64% 100%),linear-gradient(100deg,#e8e4ff,#c4edff);box-shadow:0 18px 34px #4c96b71a}.profile-final-progress__avatar{position:relative;z-index:1;display:grid;width:112px;height:112px;place-items:center;border-radius:50%;background:#fff;box-shadow:0 12px 20px #3f687e2e}.profile-final-progress__avatar:after{position:absolute;right:1px;bottom:0;display:grid;width:21px;height:21px;place-items:center;border:3px solid #ffffff;border-radius:50%;color:#6f7980;background:#f3f6f8;content:"✦";font-size:9px}.profile-final-progress__avatar .mochi-avatar{width:98px;border:0;background:transparent}.profile-final-progress__content{position:relative;min-width:0}.profile-final-progress__content>strong{display:block;color:#3e3d49;font-size:28px;line-height:1}.profile-final-progress__rank{display:flex;align-items:center;gap:12px;margin-top:9px}.profile-final-progress__rank b{border-radius:7px;padding:5px 10px;color:#986cff;background:#eee8ff;font-size:10px;font-weight:900}.profile-final-progress__rank span{color:#727982;font-size:12px;font-weight:700}.profile-final-progress__bar{position:relative;height:9px;margin-top:18px;border-radius:999px;background:#ffecef}.profile-final-progress__bar i{position:absolute;inset:0 auto 0 0;border-radius:inherit;background:#ff6f89}.profile-final-progress__bar em{position:absolute;top:50%;width:15px;height:15px;border:3px solid #ffffff;border-radius:50%;background:#fff;box-shadow:0 2px 6px #505a641f;transform:translate(-50%,-50%)}.profile-final-progress__content>small{position:absolute;right:0;bottom:-26px;color:#8a9096;font-size:10px;font-weight:650}.profile-final-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.profile-final-metric{display:grid;min-height:190px;place-items:center;align-content:center;border:1px solid rgba(81,166,205,.09);border-radius:20px;background:#ffffffe0;box-shadow:0 16px 28px #4b91b017}.profile-final-metric>span{display:grid;width:58px;height:58px;place-items:center;border-radius:50%}.profile-final-metric--pink>span{color:#ff667a;background:#ffe1e5;fill:#ff667a}.profile-final-metric--purple>span{color:#9d78ff;background:#eee7ff}.profile-final-metric--gold>span{color:#eba91b;background:#fff1bf}.profile-final-metric>strong{margin-top:13px;color:#3a3b42;font-size:35px;line-height:1}.profile-final-metric>small{margin-top:8px;color:#787e84;font-size:11px;font-weight:800;letter-spacing:0}.profile-final-wardrobe{display:grid;grid-template-columns:44px minmax(0,1fr);gap:14px;align-items:center;min-height:96px;border:1px solid rgba(81,166,205,.09);border-radius:20px;padding:18px 28px;color:#3c3e46;background:#ffffffe0;box-shadow:0 16px 28px #4b91b014;transition:transform .16s ease,box-shadow .16s ease}.profile-final-wardrobe:hover{transform:translateY(-2px);box-shadow:0 20px 34px #4b91b021}.profile-final-wardrobe__icon{display:grid;width:40px;height:40px;place-items:center;border-radius:50%;color:#9678ff;background:#f1ebff}.profile-final-wardrobe strong,.profile-final-wardrobe small{display:block}.profile-final-wardrobe strong{font-size:17px}.profile-final-wardrobe small{margin-top:3px;color:#82888e;font-size:11px;font-weight:650}.profile-final-achievements{min-height:230px;border:1px solid rgba(81,166,205,.09);border-radius:20px;padding:28px 34px 32px;background:#ffffffe0;box-shadow:0 16px 28px #4b91b014}.profile-final-achievements>header{display:flex;align-items:center;justify-content:space-between;gap:18px}.profile-final-achievements h1{margin:0;color:#3b3d45;font-size:18px}.profile-final-achievements>header>span{color:#ff637e;font-size:11px;font-weight:800}.profile-final-achievements__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin-top:24px}.profile-final-achievement{display:grid;justify-items:center;min-width:0;text-align:center}.profile-final-achievement__icon{display:grid;width:64px;height:64px;place-items:center;border:3px solid currentColor;border-radius:50%}.profile-final-achievement--gold{color:#f6b71d}.profile-final-achievement--purple{color:#a880ff}.profile-final-achievement--green{color:#00bf82}.profile-final-achievement--locked{color:#d9d9ef}.profile-final-achievement>strong{max-width:100%;margin-top:13px;overflow:hidden;color:#4a4c53;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.profile-final-achievement>small{max-width:180px;margin-top:4px;color:#8a9096;font-size:9px;font-weight:650;line-height:1.35}@media (max-width: 900px){.profile-final-page{min-height:calc(100vh - 234px);padding:36px 18px 50px}.profile-final-progress{grid-template-columns:90px minmax(0,1fr);min-height:142px;padding:22px}.profile-final-progress__avatar{width:88px;height:88px}.profile-final-progress__avatar .mochi-avatar{width:78px}.profile-final-metric{min-height:160px}.profile-final-achievements__grid{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:28px}}@media (max-width: 620px){.profile-final-page{padding:20px 12px 34px}.profile-final-shell{gap:14px}.profile-final-progress{grid-template-columns:72px minmax(0,1fr);gap:14px;min-height:120px;border-radius:12px;padding:16px}.profile-final-progress__avatar{width:70px;height:70px}.profile-final-progress__avatar .mochi-avatar{width:62px}.profile-final-progress__content>strong{font-size:20px}.profile-final-progress__rank{gap:7px;margin-top:6px}.profile-final-progress__rank b{padding:3px 6px;font-size:8px}.profile-final-progress__rank span{font-size:10px}.profile-final-progress__bar{height:7px;margin-top:12px}.profile-final-progress__content>small{position:static;display:block;margin-top:8px;font-size:8px}.profile-final-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.profile-final-metric{min-height:126px;border-radius:12px}.profile-final-metric>span{width:42px;height:42px}.profile-final-metric>strong{margin-top:8px;font-size:23px}.profile-final-metric>small{max-width:92px;margin-top:5px;font-size:7px;text-align:center}.profile-final-wardrobe{min-height:82px;border-radius:12px;padding:14px 16px}.profile-final-achievements{border-radius:12px;padding:20px 16px 24px}.profile-final-achievements__grid{gap:22px 10px}.profile-final-achievement__icon{width:52px;height:52px}.profile-final-achievement>strong{font-size:9px}}.profile-heading__actions{display:flex;align-items:center;gap:9px}.profile-coin-link{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:76px;min-height:38px;border:1px solid #f0dca9;border-radius:6px;padding:0 13px;color:#9a6a12;background:#fff7d8;font-size:12px;font-weight:900}.profile-goal--wardrobe a{width:fit-content;margin-top:4px;color:var(--color-accent-strong);font-size:9px;font-weight:900}.outfit-sprite{display:block;aspect-ratio:1;background-repeat:no-repeat;background-size:448% 336%}.mochi-avatar{position:relative;display:grid;flex:0 0 auto;aspect-ratio:1;place-items:center;overflow:hidden;border:4px solid #ffffff;border-radius:50%;background:radial-gradient(circle at 50% 38%,#fff 0 54%,#fff3ed)}.mochi-avatar--small{width:66px}.mochi-avatar--medium{width:86px}.mochi-avatar--large{width:min(280px,82%);border-width:8px;box-shadow:0 20px 42px #6a49421f}.mochi-avatar__base,.mochi-avatar__look{position:absolute;z-index:1;object-fit:contain}.mochi-avatar__base{width:82%;height:82%}.mochi-avatar__base--hidden{opacity:0}.mochi-avatar__look{z-index:2;width:96%;height:96%;filter:drop-shadow(0 9px 10px rgba(98,65,57,.12))}.mochi-avatar__item{position:absolute;z-index:2;top:var(--avatar-item-top);left:var(--avatar-item-left);width:var(--avatar-item-width);transform:rotate(var(--avatar-item-rotate));transform-origin:center;filter:drop-shadow(0 4px 5px rgba(77,52,46,.1));pointer-events:none}.mochi-avatar__item--outfit{z-index:2}.mochi-avatar__item--head{z-index:4}.mochi-avatar__item--face,.mochi-avatar__item--accessory{z-index:5}.profile-avatar .mochi-avatar{width:86px}.profile-edit-avatar .mochi-avatar{width:66px;height:66px}.profile-edit-avatar .mochi-avatar__base{width:82%;height:82%}.profile-edit-avatar>div:nth-child(2){min-width:0;flex:1}.profile-edit-avatar>a{color:var(--color-accent-strong);font-size:10px;font-weight:900}.wardrobe-page{align-content:start}.wardrobe-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:22px}.wardrobe-heading .feature-eyebrow{margin-bottom:4px}.wardrobe-heading h1{margin:0 0 5px;font-size:29px}.wardrobe-heading>div:first-child>span{color:var(--color-muted);font-size:12px;font-weight:650}.mochi-coin-balance{display:grid;grid-template-columns:24px auto;gap:0 7px;align-items:center;min-width:150px;border:1px solid #f0dca9;border-radius:8px;padding:10px 14px;color:#9a6a12;background:#fff7d8}.mochi-coin-balance svg{grid-row:1 / 3}.mochi-coin-balance span{font-size:8px;font-weight:900;text-transform:uppercase}.mochi-coin-balance strong{font-size:19px}.wardrobe-layout{display:grid;grid-template-columns:310px minmax(0,1fr);gap:20px;align-items:start;margin-top:22px}.wardrobe-preview-panel,.wardrobe-shop,.coin-history{border:1px solid #f0e1dc;border-radius:8px;background:#fffffff7}.wardrobe-preview-panel{position:sticky;top:74px;padding:18px}.wardrobe-preview-stage{display:grid;min-height:350px;place-items:center;align-content:center;gap:12px;overflow:hidden;border-radius:8px;background:radial-gradient(circle at 50% 54%,rgba(255,255,255,.96) 0 28%,transparent 29%),linear-gradient(145deg,#eaf6ff,#fff1f4 56%,#fff8dc)}.wardrobe-preview-stage__label{display:flex;align-items:center;justify-content:space-between;width:calc(100% - 32px);min-height:25px}.wardrobe-preview-stage__label>span{color:#7c6a6c;font-size:9px;font-weight:900;text-transform:uppercase}.wardrobe-preview-stage__label button{display:inline-flex;align-items:center;gap:5px;min-height:25px;border:1px solid #ffc1d0;border-radius:5px;padding:0 8px;color:var(--color-accent-strong);background:#fff;font-size:8px;font-weight:900;cursor:pointer}.wardrobe-preview-stage--previewing{box-shadow:inset 0 0 0 2px #ff6f9140}.wardrobe-preview-selection{display:flex;flex-wrap:wrap;justify-content:center;gap:5px;width:calc(100% - 24px);min-height:24px}.wardrobe-preview-selection button{display:inline-flex;align-items:center;gap:5px;min-height:24px;border:1px solid #c9dff0;border-radius:5px;padding:0 7px;color:#4e6f88;background:#ffffffeb;font-size:7px;font-weight:850;cursor:pointer}.wardrobe-preview-selection button span{color:var(--color-accent-strong);font-size:11px;line-height:1}.wardrobe-status{display:flex;align-items:flex-start;gap:7px;min-height:48px;margin:12px 0 0;border-radius:7px;padding:11px 12px;color:#7b665d;background:#fff8e2;font-size:9px;font-weight:750;line-height:1.4}.wardrobe-status svg{flex:0 0 auto;color:#d4972b}.equipped-list{margin-top:16px}.equipped-list>header,.coin-history>header{display:flex;align-items:center;justify-content:space-between;gap:10px}.equipped-list>header span,.coin-history>header span{font-size:11px;font-weight:900}.equipped-list>header strong{color:var(--color-muted);font-size:8px;text-transform:uppercase}.equipped-list>button{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:8px;align-items:center;width:100%;margin-top:8px;border-radius:6px;padding:6px 8px;text-align:left;background:#fff8f4;cursor:pointer}.equipped-list>button>.outfit-sprite{width:38px;border-radius:5px;background-color:#fff}.equipped-list>button strong,.equipped-list>button small{display:block}.equipped-list>button strong{font-size:9px}.equipped-list>button small{margin-top:2px;color:var(--color-muted);font-size:7px;text-transform:capitalize}.equipped-list>button>span:last-child{color:var(--color-accent-strong);font-size:8px;font-weight:850}.equipped-list__empty{display:flex;align-items:center;gap:8px;margin-top:9px;border:1px dashed #ead9d2;border-radius:7px;padding:12px;color:var(--color-muted);font-size:9px;font-weight:700}.wardrobe-shop{min-width:0;padding:18px}.wardrobe-filters{display:flex;gap:6px;overflow-x:auto;padding-bottom:14px;scrollbar-width:none}.wardrobe-filter{flex:0 0 auto;min-height:32px;border:1px solid #eee0da;border-radius:5px;padding:0 11px;color:var(--color-muted);background:#fffaf7;font-size:9px;font-weight:850;cursor:pointer}.wardrobe-filter--active{border-color:var(--color-accent);color:#fff;background:var(--color-accent)}.outfit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.outfit-card{display:grid;grid-template-rows:auto minmax(76px,1fr) auto;min-width:0;overflow:hidden;border:1px solid #eee2dd;border-radius:8px;background:#fff;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.outfit-card:hover{transform:translateY(-2px);border-color:#f0b9c7;box-shadow:0 10px 24px #6a494214}.outfit-card--equipped{border-color:var(--color-accent);box-shadow:0 0 0 2px #ff6f9117}.outfit-card--previewing{border-color:#6daee3;box-shadow:0 0 0 2px #6daee324}.outfit-card__art{position:relative;display:grid;width:100%;min-height:144px;border:0;place-items:center;overflow:hidden;background:#eef8ff;cursor:pointer}.outfit-card__art--sweet{background:#fff0f4}.outfit-card__art--special{background:#fff7dc}.outfit-card__art .outfit-sprite{width:126px;max-width:86%}.outfit-rarity{position:absolute;top:8px;left:8px;border-radius:4px;padding:4px 6px;color:#7c6a6c;background:#ffffffe0;font-size:7px;font-weight:900;text-transform:uppercase}.outfit-preview-action{position:absolute;right:8px;bottom:8px;display:inline-flex;align-items:center;gap:4px;min-height:24px;border-radius:5px;padding:0 7px;color:#4e6f88;background:#ffffffeb;box-shadow:0 4px 12px #52474814;font-size:7px;font-weight:900;text-transform:uppercase}.outfit-card--previewing .outfit-preview-action{color:#fff;background:#6daee3}.outfit-card__copy{padding:12px 12px 8px}.outfit-card__copy h2{margin:0;font-size:12px}.outfit-card__copy p{margin:5px 0 0;color:var(--color-muted);font-size:8px;font-weight:650;line-height:1.45}.outfit-card footer{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:9px 12px 12px}.outfit-price,.outfit-owned{display:inline-flex;align-items:center;gap:4px;color:#9a6a12;font-size:10px;font-weight:900}.outfit-price--locked{color:#aaa0a1}.outfit-owned{color:#438b78}.outfit-card footer button{min-width:62px;min-height:30px;border-radius:5px;padding:0 10px;color:#fff;background:var(--color-accent);font-size:9px;font-weight:900;cursor:pointer}.outfit-card footer button:disabled{color:#8e8587;background:#eee8e7;cursor:not-allowed}.outfit-card--equipped footer button{color:var(--color-accent-strong);background:#ffeaf0}.wardrobe-empty{display:grid;min-height:280px;place-items:center;align-content:center;gap:7px;color:var(--color-muted);text-align:center}.wardrobe-empty strong{color:var(--color-ink);font-size:13px}.wardrobe-empty span{max-width:38ch;font-size:9px;font-weight:650}.coin-history{margin-top:20px;padding:18px}.coin-history>header>div,.coin-history>header>strong{display:flex;align-items:center;gap:7px}.coin-history>header>div svg{color:var(--color-accent)}.coin-history>header>strong{color:#9a6a12;font-size:9px}.coin-history>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:14px}.coin-history article{display:grid;grid-template-columns:48px minmax(0,1fr);gap:9px;align-items:center;border-radius:6px;padding:9px;background:#fffaf7}.coin-entry{display:grid;min-height:34px;place-items:center;border-radius:5px;color:#a7475e;background:#ffeaf0;font-size:10px;font-weight:900}.coin-entry--earned{color:#397967;background:#eaf8f2}.coin-history article strong,.coin-history article small{display:block}.coin-history article strong{overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.coin-history article small{margin-top:3px;color:var(--color-muted);font-size:7px}@media (max-width: 900px){.wardrobe-layout{grid-template-columns:1fr}.wardrobe-preview-panel{position:static;display:grid;grid-template-columns:minmax(240px,.8fr) minmax(220px,1fr);gap:16px}.wardrobe-status,.equipped-list{grid-column:2}.wardrobe-status{grid-row:1;align-self:start;margin-top:0}.equipped-list{grid-row:1;align-self:end;margin-top:64px}.outfit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 520px){.profile-heading__actions,.wardrobe-heading{align-items:stretch;flex-direction:column}.profile-heading__actions>a,.mochi-coin-balance{width:100%}.wardrobe-heading h1{font-size:24px}.wardrobe-preview-panel{display:block}.wardrobe-preview-stage{min-height:300px}.wardrobe-status{margin-top:12px}.equipped-list{margin-top:16px}.outfit-grid,.coin-history>div{grid-template-columns:1fr}.outfit-card{grid-template-columns:120px minmax(0,1fr);grid-template-rows:minmax(88px,auto) auto}.outfit-card__art{grid-row:1 / 3;min-height:150px}.outfit-card__art .outfit-sprite{width:108px}.outfit-card__copy{padding-bottom:2px}.outfit-card footer{align-self:end}.coin-history>header{align-items:flex-start;flex-direction:column}}.mochi-header{display:flex;align-items:center;justify-content:space-between;height:56px;padding:0 clamp(28px,7vw,128px);border-top:6px solid var(--color-accent-strong);background:#ffffffeb}.mochi-header__brand{display:inline-flex;align-items:center}.mochi-header__brand img{width:34px;height:34px;object-fit:contain}.mochi-header__nav{display:flex;align-items:center;gap:26px}.mochi-header__link{display:inline-flex;align-items:center;gap:6px;min-height:30px;color:#6b6a73;font-size:13px;font-weight:700}.mochi-header__link.active,.mochi-header__link:hover{color:var(--color-accent-strong)}.mochi-header__menu{display:none;width:36px;height:36px;place-items:center;border-radius:var(--radius-md);color:var(--color-ink);background:transparent}.button{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);min-height:36px;padding:0 24px;border-radius:var(--radius-sm);font-size:13px;font-weight:800;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.button:hover{transform:translateY(-1px)}.button--primary{color:#fff;background:var(--color-footer);box-shadow:0 12px 20px #ff6f9129}.button--primary:hover{background:var(--color-accent)}.button--secondary,.button--google{color:var(--color-ink);background:#fff;box-shadow:inset 0 0 0 1px var(--color-line)}.button--ghost{color:var(--color-muted);background:transparent}.button--full{width:100%}.auth-screen{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(300px,1fr);gap:clamp(28px,7vw,96px);align-items:center;min-height:calc(100vh - 152px);padding:clamp(24px,4.5vw,58px) clamp(32px,9vw,152px)}.auth-screen__mascot{display:grid;justify-items:center}.auth-screen__mascot img{width:min(360px,34vw);filter:drop-shadow(0 22px 36px rgba(80,61,72,.12))}.auth-card{width:min(342px,100%);justify-self:center;padding:30px 38px 28px;border-radius:0;background:#fff;box-shadow:0 20px 46px #523a3014}.auth-card h1{margin:0 0 20px;text-align:center;font-size:18px;font-weight:900}.auth-form{display:grid;gap:11px}.mochi-field{display:grid;gap:5px}.mochi-field>span{color:var(--color-muted);font-size:11px;font-weight:800}.mochi-field__control{display:flex;align-items:center;height:30px;padding:0 9px;border:1px solid #d9dce4;border-radius:3px;color:#a7a7b0;background:#f2f3f6}.mochi-field__control input{width:100%;min-width:0;border:0;color:var(--color-ink);background:transparent;font-size:12px;outline:0}.mochi-field__control svg{flex:0 0 auto;margin-right:7px}.mochi-field__control button{display:grid;width:22px;height:22px;flex:0 0 22px;place-items:center;color:#9b9ca4;background:transparent;cursor:pointer}.auth-card__forgot{justify-self:end;color:#7da0ff;font-size:11px;font-weight:800}.auth-card__signup{justify-self:center;color:#6b8ff0;font-size:11px;font-weight:700}.mochi-footer{min-height:96px;background:var(--color-footer)}.mochi-footer__inner{display:grid;grid-template-columns:minmax(130px,1fr) auto auto;gap:clamp(28px,7vw,88px);align-items:center;width:min(1120px,calc(100% - 56px));min-height:96px;margin:0 auto}.mochi-footer__wordmark{width:104px}.mochi-footer__block{display:grid;gap:4px;color:#2f2d35;font-size:10px}.mochi-footer__block h2{margin:0 0 3px;font-size:10px;font-weight:900}.mochi-footer__block p{display:flex;align-items:center;gap:6px;margin:0;color:#2f2d35b3}.mochi-footer__socials{display:flex;gap:8px;align-items:center}.home-dashboard{width:min(1120px,calc(100% - 56px));min-height:auto;margin:0 auto;padding:28px 0}.home-dashboard__intro{margin-bottom:14px}.home-dashboard__intro p{margin:0;font-size:clamp(18px,2vw,22px);font-weight:900}.home-dashboard__intro span{display:block;margin-top:3px;color:var(--color-muted);font-size:13px;font-weight:700}.home-dashboard__grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px}.mochi-room,.sidebar-card,.chat-strip{background:#ffffffeb;box-shadow:0 18px 40px #523a3014}.mochi-room{position:relative;display:grid;min-height:408px;overflow:hidden;border-radius:var(--radius-lg);place-items:center}.mochi-room:before,.mochi-room:after{position:absolute;content:"";border-radius:50%;background:#ffb7c92e}.mochi-room:before{width:170px;height:170px;top:70px;left:90px;filter:blur(18px)}.mochi-room:after{width:220px;height:220px;right:-80px;bottom:-70px;filter:blur(26px)}.mochi-room__meter{position:absolute;top:22px;right:26px;display:flex;align-items:center;gap:9px;color:var(--color-accent);font-size:12px;font-weight:900}.mochi-room__track{width:116px;height:8px;overflow:hidden;border-radius:var(--radius-pill);background:#eceef0}.mochi-room__track span{display:block;height:100%;border-radius:inherit;background:var(--color-footer)}.mochi-room__character{position:relative;z-index:1;display:grid;width:min(230px,42vw);aspect-ratio:1;padding:0;place-items:center;background:transparent;cursor:pointer;transition:transform .18s ease}.mochi-room__character:hover{transform:translateY(-4px)}.mochi-room__character img{width:100%;height:100%;object-fit:contain}.mochi-room__speech{position:absolute;z-index:1;bottom:52px;left:50%;width:min(430px,calc(100% - 56px));margin:0;transform:translate(-50%);color:#6a6065;font-size:14px;font-weight:700;line-height:1.55;text-align:center}.home-sidebar{display:grid;gap:16px;align-content:start}.sidebar-card{padding:18px;border-radius:var(--radius-lg)}.sidebar-card h2{margin:0 0 12px;font-size:16px;font-weight:900}.sidebar-card p{margin:0;color:var(--color-muted);font-size:12px;font-weight:650;line-height:1.55}.mood-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.mood-button{display:grid;width:48px;height:48px;place-items:center;border:1px solid transparent;border-radius:50%;font-size:22px;background:#fff6dc;cursor:pointer}.mood-button--active{border-color:var(--color-accent);background:#ffe1e8;box-shadow:0 0 0 5px #ffb7c947}.mood-log{margin-top:15px!important;color:#b37884!important;font-size:12px!important}.calm-list{display:grid;gap:9px}.calm-item,.vent-button{display:flex;align-items:center;gap:12px;width:100%;min-height:50px;padding:0 14px;border-radius:var(--radius-md);color:#696264;font-size:13px;font-weight:800;text-align:left;background:#fff8d8;cursor:pointer}.calm-item:nth-child(2){background:#e8f6ff}.calm-item__icon{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;border-radius:50%;color:#ff806f;background:#fff}.vent-button{justify-content:center;min-height:36px;margin-top:14px;color:#fff;text-align:center;background:var(--color-accent)}.chat-strip{display:flex;align-items:center;gap:12px;min-height:48px;margin-top:18px;padding:0 20px;border-radius:var(--radius-pill);color:#665f64;font-size:14px;font-weight:700}.chat-strip svg{color:var(--color-accent)}.chat-strip input{min-width:0;flex:1;border:0;color:#665f64;background:transparent;font-size:14px;font-weight:700;outline:0}.chat-strip input::placeholder{color:#665f64;opacity:1}.chat-strip button{display:grid;width:36px;height:36px;place-items:center;border-radius:50%;color:#fff;background:var(--color-accent);cursor:pointer}.component-preview{width:min(1120px,calc(100% - 56px));min-height:calc(100vh - 186px);margin:0 auto;padding:52px 0}.component-preview__card{position:relative;min-height:540px;overflow:hidden;border-radius:var(--radius-lg);background:#fffffff0;box-shadow:0 18px 40px #523a3014}.component-preview__copy{position:relative;z-index:2;display:grid;width:min(460px,100%);gap:14px;padding:70px}.component-preview__copy p{margin:0;color:var(--color-accent);font-size:13px;font-weight:900;text-transform:uppercase}.component-preview__copy h1{margin:0;font-size:clamp(44px,6vw,76px);line-height:.96}.component-preview__copy span{color:var(--color-muted);line-height:1.65}.component-preview .component-animation{position:absolute;right:8%;top:12%;width:min(430px,42vw);aspect-ratio:1}.feature-page{width:min(1120px,calc(100% - 56px));min-height:calc(100vh - 152px);margin:0 auto;padding:28px 0}.feature-eyebrow{margin:0 0 10px;color:var(--color-ink);font-size:20px;font-weight:900}.circle-page{display:grid;place-items:center}.home-chat-page{min-height:calc(100vh - 152px);padding-top:34px;padding-bottom:34px}.chat-card{position:relative;display:grid;width:min(900px,100%);min-height:590px;grid-template-rows:auto auto minmax(190px,1fr) auto auto;padding:26px 30px 20px;border-radius:var(--radius-lg);background:#fffffff0;box-shadow:0 18px 40px #523a3014}.chat-card__toolbar{display:grid;grid-template-columns:32px minmax(0,1fr) 32px;align-items:center;min-height:32px;color:var(--color-muted);font-size:12px;font-weight:800;text-align:center}.chat-card__toolbar>span{display:inline-flex;align-items:center;justify-content:center;gap:6px}.chat-card__toolbar>span svg{color:var(--color-accent)}.chat-card__toolbar button{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;color:var(--color-muted);background:transparent;cursor:pointer}.chat-card__toolbar button:hover{color:var(--color-accent);background:#fff2f5}.chat-card__mascot{display:grid;min-height:136px;justify-items:center;align-content:start}.chat-card__mascot img{width:112px;height:112px;object-fit:contain}.chat-card__mascot span{display:inline-flex;align-items:center;gap:4px;color:var(--color-accent);font-size:11px;font-weight:800}.message-list{display:flex;min-height:190px;max-height:330px;overflow-y:auto;flex-direction:column;gap:12px;padding:8px 4px 8px 0;scroll-behavior:smooth;scrollbar-color:#f1c8d1 transparent;scrollbar-width:thin}.message-bubble{max-width:72%;padding:11px 14px;border-radius:16px;color:#6a6065;font-size:13px;font-weight:650;line-height:1.45}.message-bubble--mochi{align-self:flex-start;border-bottom-left-radius:5px;background:#fff4db}.message-bubble--user{align-self:flex-end;border-bottom-right-radius:5px;background:#ffe5ea}.message-bubble--crisis{border:1px solid #f4b86a;color:#664c34;background:#fff3d8}.message-bubble--error{border:1px solid #efc3c3;color:#8d5555;background:#fff3f3}.message-bubble__heading{display:flex;align-items:center;gap:6px;margin-bottom:7px;color:#9d5f20;font-size:12px}.message-bubble__copy{display:grid;gap:7px}.message-bubble__copy p{margin:0;white-space:pre-wrap}.message-bubble--thinking{display:flex;width:56px;min-height:38px;align-items:center;justify-content:center;gap:5px;color:#aa7a84}.message-bubble--thinking span{width:6px;height:6px;border-radius:50%;background:#d995a4;animation:chat-thinking .9s ease-in-out infinite}.message-bubble--thinking span:nth-child(2){animation-delay:.12s}.message-bubble--thinking span:nth-child(3){animation-delay:.24s}@keyframes chat-thinking{0%,70%,to{transform:translateY(0);opacity:.45}35%{transform:translateY(-4px);opacity:1}}.message-retry{display:inline-flex;min-height:28px;align-items:center;gap:6px;margin-top:9px;padding:0;color:#a55262;background:transparent;font-size:11px;font-weight:850;cursor:pointer}.chat-suggestions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.chat-suggestions button{min-height:32px;padding:0 12px;border:1px solid #f4ded7;border-radius:var(--radius-pill);color:#786d71;background:#fffaf6;font-size:11px;font-weight:750;cursor:pointer}.chat-suggestions button:hover{border-color:var(--color-footer);background:#fff0f4}.chat-input{display:flex;align-items:center;gap:10px;align-self:end;min-height:46px;margin-top:18px;padding:0 8px 0 14px;border-radius:var(--radius-pill);color:var(--color-accent);background:#fbf7ee}.chat-input textarea{min-width:0;max-height:92px;flex:1;resize:none;border:0;color:var(--color-ink);background:transparent;font-size:13px;line-height:1.45;outline:0}.chat-input textarea::placeholder{color:#8a8184}.chat-input__count{color:#a19699;font-size:9px;font-weight:750}.chat-input button{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;color:#fff;background:var(--color-accent);cursor:pointer}.chat-input button:disabled{cursor:not-allowed;opacity:.55}.chat-card__disclaimer{margin:8px 0 0;color:#9a9193;font-size:9px;font-weight:650;text-align:center}.detective-page{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:24px;align-items:start}.detective-main,.profile-hero,.profile-panel{border-radius:var(--radius-lg);background:#fffffff0;box-shadow:0 18px 40px #523a3014}.detective-main{padding:28px}.detective-main h1{margin:0 0 18px;font-size:18px}.mood-summary{display:flex;gap:12px;align-items:flex-start;padding:16px;border-radius:var(--radius-md);background:#fff6f8}.mood-summary svg{color:var(--color-accent)}.mood-summary strong,.mood-summary span{display:block}.mood-summary span{margin-top:4px;color:var(--color-muted);font-size:13px;font-weight:700}.mood-calendar{display:grid;grid-template-columns:repeat(5,52px);gap:13px;margin-top:24px}.calendar-mood{display:grid;width:52px;height:52px;place-items:center;border:1px solid transparent;border-radius:50%;font-size:22px;background:#fff6dc;cursor:pointer}.calendar-mood--active{border-color:var(--color-accent);background:#ffe1e8;box-shadow:0 0 0 5px #ffb7c942}.detective-sidebar{display:grid;gap:16px}.tip-card strong{display:block;color:var(--color-accent);font-size:18px}.tip-card button{display:inline-flex;align-items:center;gap:6px;min-height:34px;margin-top:14px;padding:0 14px;border-radius:var(--radius-sm);color:#fff;background:var(--color-accent);cursor:pointer}.profile-page{display:grid;gap:18px;align-content:start}.profile-hero{display:grid;grid-template-columns:90px minmax(0,1fr);gap:20px;align-items:center;padding:22px;background:#eaf6ff}.profile-hero img{width:74px;height:74px;border-radius:50%;object-fit:cover;background:#fff}.profile-hero span{color:var(--color-muted);font-size:12px;font-weight:800}.profile-hero h1{margin:4px 0 10px;font-size:20px}.profile-progress{width:min(380px,100%);height:7px;overflow:hidden;border-radius:var(--radius-pill);background:#fffc}.profile-progress span{display:block;height:100%;border-radius:inherit;background:var(--color-accent)}.profile-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.profile-stat{display:grid;min-height:118px;place-items:center;border-radius:var(--radius-lg);background:#fffffff0;box-shadow:0 18px 40px #523a3014}.profile-stat svg{color:var(--color-accent)}.profile-stat strong{font-size:24px}.profile-stat span{color:var(--color-muted);font-size:12px;font-weight:800}.profile-panel{min-height:250px;padding:22px}.profile-tabs{display:flex;gap:10px}.profile-tab{min-height:34px;padding:0 14px;border-radius:var(--radius-pill);color:var(--color-muted);background:#fff5ef;cursor:pointer}.profile-tab--active{color:#fff;background:var(--color-accent)}.profile-panel__content{display:grid;min-height:170px;place-items:center;text-align:center}.profile-panel__content svg{color:var(--color-accent)}.profile-panel__content p{max-width:36ch;margin:0;color:var(--color-muted);font-size:13px;font-weight:700}.profile-actions{display:flex;justify-content:flex-end;gap:12px}.profile-actions button{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 16px;border-radius:var(--radius-sm);color:#fff;background:var(--color-accent);cursor:pointer}.safe-circle-page{align-content:start}.safe-circle-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:18px}.safe-circle-header h1{margin:0 0 6px;font-size:clamp(24px,3vw,34px);letter-spacing:0}.safe-circle-header>div>span{color:var(--color-muted);font-size:13px;font-weight:700}.circle-create-button{display:inline-flex;align-items:center;gap:7px;min-height:40px;padding:0 18px;border-radius:var(--radius-sm);color:#fff;background:var(--color-accent);font-weight:800;cursor:pointer}.circle-tools{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.circle-search{display:flex;align-items:center;gap:8px;width:min(320px,100%);height:38px;padding:0 13px;border-radius:var(--radius-pill);color:#aa9da0;background:#fff;box-shadow:0 12px 24px #523a300f}.circle-search input{min-width:0;flex:1;border:0;color:var(--color-ink);background:transparent;outline:0}.circle-filters{display:flex;gap:8px;flex-wrap:wrap}.circle-filter{min-height:34px;padding:0 14px;border-radius:var(--radius-pill);color:var(--color-muted);background:#fff;font-size:12px;font-weight:800;cursor:pointer}.circle-filter--active{color:#fff;background:var(--color-accent)}.safe-circle-layout{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:20px;align-items:start}.circle-feed{display:grid;gap:14px}.circle-post,.circle-guidelines{border-radius:var(--radius-lg);background:#fffffff0;box-shadow:0 16px 36px #523a3012}.circle-post{padding:18px 20px}.circle-post__header{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:11px;align-items:center}.circle-avatar{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;font-size:20px;background:#fff3d5}.circle-post__header strong,.circle-post__header span{display:block}.circle-post__header strong{font-size:13px}.circle-post__header span{margin-top:2px;color:var(--color-muted);font-size:11px;font-weight:700}.circle-post__header small{padding:5px 9px;border-radius:var(--radius-pill);color:#a96c79;background:#ffe8ed;font-size:10px;font-weight:800}.circle-post>p{margin:14px 0;color:#5f575b;font-size:13px;font-weight:650;line-height:1.6}.circle-post__actions{display:flex;gap:10px;border-top:1px solid #f5e8e3;padding-top:12px}.circle-post__actions button{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 10px;border-radius:var(--radius-pill);color:var(--color-muted);background:#fff9f5;font-size:11px;font-weight:800;cursor:pointer}.circle-post__actions .hug-button--active{color:#fff;background:var(--color-accent)}.circle-guidelines{position:sticky;top:18px;padding:20px}.circle-guidelines>svg{color:var(--color-accent)}.circle-guidelines h2{margin:10px 0 8px;font-size:17px}.circle-guidelines p,.circle-guidelines li{color:var(--color-muted);font-size:12px;font-weight:650;line-height:1.55}.circle-guidelines ul{display:grid;gap:7px;margin:14px 0 0;padding-left:18px}.circle-modal{position:fixed;z-index:50;inset:0;display:grid;padding:20px;place-items:center;background:#2d2b346b;backdrop-filter:blur(4px)}.circle-composer,.circle-thread{width:min(560px,100%);border-radius:var(--radius-lg);background:#fff;box-shadow:0 24px 70px #2d2b343d}.circle-composer{display:grid;gap:16px;padding:22px}.circle-composer header,.circle-thread>header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.circle-composer header strong,.circle-composer header span{display:block}.circle-composer header span{margin-top:3px;color:var(--color-muted);font-size:11px;font-weight:700}.circle-composer header button,.circle-thread>header button{display:grid;width:30px;height:30px;place-items:center;border-radius:50%;color:var(--color-muted);background:#fff4f0;cursor:pointer}.circle-composer textarea{min-height:170px;resize:vertical;border:1px solid var(--color-line);border-radius:var(--radius-md);padding:14px;color:var(--color-ink);background:#fffaf7;outline:0}.circle-composer textarea:focus{border-color:var(--color-footer)}.circle-composer__footer{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center}.circle-composer__footer select{height:36px;border:1px solid var(--color-line);border-radius:var(--radius-sm);padding:0 10px;color:var(--color-ink);background:#fff}.circle-composer__footer span{color:var(--color-muted);font-size:11px}.circle-composer__footer button,.circle-thread form button{min-height:36px;padding:0 14px;border-radius:var(--radius-sm);color:#fff;background:var(--color-accent);font-weight:800;cursor:pointer}.circle-thread{padding:22px}.circle-thread>p{margin:18px 0;color:#5f575b;line-height:1.6}.circle-thread__replies{display:grid;max-height:260px;gap:8px;overflow-y:auto}.circle-thread__replies div{padding:10px 12px;border-radius:var(--radius-md);color:#6b6165;background:#fff8e9;font-size:12px;font-weight:650}.circle-thread form{display:flex;gap:8px;margin-top:16px}.circle-thread form input{min-width:0;flex:1;height:36px;border:1px solid var(--color-line);border-radius:var(--radius-pill);padding:0 13px;outline:0}.safe-circle-header{align-items:center;margin-bottom:20px}.safe-circle-header .feature-eyebrow,.circle-form-card .feature-eyebrow{margin-bottom:4px;color:var(--color-accent-strong);font-size:13px;text-transform:uppercase}.safe-circle-header h1{font-size:30px}.circle-create-button{justify-content:center;border-radius:6px;box-shadow:0 10px 22px #ff4f732e}.circle-community-banner{display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:14px;align-items:center;margin-bottom:18px;padding:14px 16px;border:1px solid #f5dfe3;border-radius:8px;background:linear-gradient(90deg,#fff8e8,#fff7f9 56%,#eef8ff)}.circle-community-banner__icon{display:grid;width:44px;height:44px;place-items:center;border-radius:50%;color:var(--color-accent-strong);background:#fff}.circle-community-banner strong,.circle-community-banner span{display:block}.circle-community-banner>div>strong{font-size:13px}.circle-community-banner>div>span{margin-top:3px;color:var(--color-muted);font-size:11px;font-weight:650}.circle-community-banner__stat{display:grid;grid-template-columns:auto auto;column-gap:7px;align-items:center;min-width:104px;color:var(--color-accent-strong)}.circle-community-banner__stat svg{grid-row:1 / 3}.circle-community-banner__stat strong{line-height:1}.circle-community-banner__stat span{margin:2px 0 0;font-size:9px}.circle-search{border:1px solid #f1e3df;border-radius:6px;box-shadow:none}.circle-filter{border:1px solid transparent;border-radius:6px}.safe-circle-layout{grid-template-columns:minmax(0,1fr) 252px}.circle-post{overflow:hidden;border:1px solid #f3e4df;border-radius:8px;padding:0;box-shadow:0 10px 28px #523a300d}.circle-post__header{padding:18px 20px}.circle-post__header small{border-radius:999px}.circle-post__content{display:block;padding:0 20px 16px}.circle-post__content p{margin:0;color:#5f575b;font-size:13px;font-weight:650;line-height:1.6}.circle-post__celebration{display:inline-flex;align-items:center;gap:5px;margin-top:12px;padding:6px 9px;border-radius:999px;color:#9c711d;background:#fff5ce;font-size:10px;font-weight:800}.circle-post__actions{padding:11px 20px;background:#fffcfa}.circle-post__actions button,.circle-post__actions a{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 10px;border-radius:999px;color:var(--color-muted);background:#fff4ef;font-size:11px;font-weight:800;cursor:pointer}.circle-sidebar{display:grid;gap:12px}.circle-guidelines{border:1px solid #f3e4df;border-radius:8px;background:#fffffff0;box-shadow:none}.circle-prompt-card{display:grid;gap:8px;border:1px solid #f5ddb1;border-radius:8px;padding:18px;background:#fff8dc}.circle-prompt-card span{color:#9d741e;font-size:10px;font-weight:900;text-transform:uppercase}.circle-prompt-card strong{font-size:14px;line-height:1.35}.circle-prompt-card a{width:fit-content;color:var(--color-accent-strong);font-size:11px;font-weight:800}.circle-reset-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:34px;border-radius:6px;color:var(--color-muted);background:transparent;font-size:10px;font-weight:750;cursor:pointer}.circle-empty-state{display:grid;min-height:280px;justify-items:center;align-content:center;gap:9px;border:1px dashed #efd9d2;border-radius:8px;color:var(--color-muted);background:#ffffffc7;text-align:center}.circle-empty-state strong{color:var(--color-ink)}.circle-empty-state span{font-size:12px}.circle-empty-state button{min-height:32px;margin-top:4px;padding:0 12px;border-radius:6px;color:#fff;background:var(--color-accent);font-size:11px;font-weight:800;cursor:pointer}.circle-back-link{display:inline-flex;align-items:center;gap:7px;margin-bottom:18px;color:var(--color-muted);font-size:12px;font-weight:800}.circle-back-link:hover{color:var(--color-accent-strong)}.circle-form-layout,.circle-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 282px;gap:20px;align-items:start}.circle-form-card,.circle-privacy-panel,.circle-thread-card,.circle-detail-sidebar>section{border:1px solid #f1e1dc;border-radius:8px;background:#fff}.circle-form-card{display:grid;gap:22px;padding:28px}.circle-form-card h1{margin:0 0 6px;font-size:25px}.circle-form-card header>span{color:var(--color-muted);font-size:12px;font-weight:650}.circle-option-group{min-width:0;margin:0;padding:0;border:0}.circle-option-group legend,.circle-writing-field>span{margin-bottom:9px;color:var(--color-ink);font-size:12px;font-weight:850}.circle-mood-options,.circle-topic-options{display:flex;flex-wrap:wrap;gap:8px}.circle-mood-option{display:grid;width:46px;height:46px;place-items:center;border:1px solid #f1e4dc;border-radius:50%;background:#fff9e8;font-size:20px;cursor:pointer}.circle-mood-option--active{border-color:var(--color-accent);background:#ffe8ee;box-shadow:0 0 0 4px #ff6f911f}.circle-topic-option{min-height:34px;padding:0 12px;border:1px solid #f0dfda;border-radius:6px;color:var(--color-muted);background:#fffaf7;font-size:11px;font-weight:800;cursor:pointer}.circle-topic-option--active{border-color:var(--color-accent);color:#fff;background:var(--color-accent)}.circle-writing-field,.circle-reply-form label{position:relative;display:grid}.circle-writing-field textarea,.circle-reply-form textarea{width:100%;resize:vertical;border:1px solid #eadcd7;border-radius:6px;padding:14px;color:var(--color-ink);background:#fffdfb;line-height:1.55;outline:0}.circle-writing-field textarea{min-height:180px;padding-bottom:32px}.circle-writing-field textarea:focus,.circle-reply-form textarea:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #ff6f911a}.circle-writing-field small,.circle-reply-form label small{position:absolute;right:12px;bottom:10px;color:#a69a9b;font-size:10px}.circle-moderation{display:flex;align-items:center;gap:8px;min-height:38px;border-radius:6px;padding:8px 11px;color:var(--color-muted);background:#f6f4f3;font-size:11px;font-weight:700}.circle-moderation--safe{color:#397967;background:#eaf8f2}.circle-moderation--blocked{color:#a7475e;background:#fff0f3}.circle-form-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.circle-form-actions a,.circle-form-actions button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:0 16px;border-radius:6px;font-size:11px;font-weight:800;cursor:pointer}.circle-form-actions a{color:var(--color-muted);background:#fff5f1}.circle-form-actions button{color:#fff;background:var(--color-accent)}.circle-form-actions button:disabled,.circle-reply-form button:disabled{cursor:not-allowed;opacity:.45}.circle-privacy-panel{padding:22px}.circle-privacy-panel>svg{color:var(--color-accent)}.circle-privacy-panel h2{margin:12px 0 8px;font-size:18px}.circle-privacy-panel p,.circle-privacy-panel li{color:var(--color-muted);font-size:12px;font-weight:650;line-height:1.55}.circle-privacy-panel>div{margin-top:20px;border-top:1px solid #f2e7e3;padding-top:16px}.circle-privacy-panel>div strong{font-size:12px}.circle-privacy-panel ul{display:grid;gap:7px;margin:10px 0 0;padding-left:17px}.circle-thread-card{overflow:hidden}.circle-thread-card__author{display:grid;grid-template-columns:50px minmax(0,1fr) auto;gap:12px;align-items:center;padding:22px 24px 16px}.circle-avatar--large{width:50px;height:50px;font-size:23px}.circle-thread-card__author strong,.circle-thread-card__author span{display:block}.circle-thread-card__author strong{font-size:14px}.circle-thread-card__author span{margin-top:3px;color:var(--color-muted);font-size:11px;font-weight:700}.circle-thread-card__author small{padding:5px 9px;border-radius:999px;color:#a96c79;background:#ffe8ed;font-size:10px;font-weight:800}.circle-thread-card__content{margin:0;padding:6px 24px 22px;color:#544d51;font-size:15px;font-weight:650;line-height:1.75}.circle-thread-card__actions{display:flex;align-items:center;gap:12px;border-top:1px solid #f1e6e2;border-bottom:1px solid #f1e6e2;padding:11px 24px;background:#fffcfa}.circle-thread-card__actions button,.circle-thread-card__actions span{display:inline-flex;align-items:center;gap:6px;min-height:30px;border-radius:999px;padding:0 10px;color:var(--color-muted);background:#fff4ef;font-size:11px;font-weight:800}.circle-thread-card__actions .hug-button--active{color:#fff;background:var(--color-accent)}.circle-replies{display:grid;gap:12px;padding:22px 24px}.circle-replies h2{margin:0 0 2px;font-size:15px}.circle-reply{display:grid;grid-template-columns:42px minmax(0,1fr);gap:11px;padding:13px;border-radius:8px;background:#fff9eb}.circle-reply header{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.circle-reply header strong{font-size:12px}.circle-reply header span{color:var(--color-muted);font-size:9px;font-weight:700}.circle-reply p{margin:5px 0 0;color:#625a5d;font-size:12px;font-weight:650;line-height:1.5}.circle-replies__empty{display:flex;align-items:center;gap:9px;border-radius:8px;padding:16px;color:var(--color-muted);background:#fff9eb;font-size:12px;font-weight:700}.circle-reply-form{display:grid;gap:10px;border-top:1px solid #f1e6e2;padding:22px 24px 24px}.circle-reply-form label{gap:8px}.circle-reply-form label>span{font-size:12px;font-weight:850}.circle-reply-form textarea{min-height:98px;padding-bottom:28px}.circle-reply-form__status{display:flex;align-items:center;justify-content:space-between;gap:14px}.circle-reply-form__status>span{min-width:0;flex:1;color:var(--color-muted);font-size:10px;font-weight:650}.circle-reply-form button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:36px;padding:0 14px;border-radius:6px;color:#fff;background:var(--color-accent);font-size:11px;font-weight:800;cursor:pointer}.circle-detail-sidebar{display:grid;gap:12px}.circle-detail-sidebar>section{padding:20px}.circle-detail-sidebar svg{color:var(--color-accent)}.circle-detail-sidebar h2{margin:10px 0 8px;font-size:16px}.circle-detail-sidebar p{margin:0;color:var(--color-muted);font-size:12px;font-weight:650;line-height:1.55}.circle-starters h2{margin-top:0}.circle-starters button{width:100%;margin-top:8px;border-radius:6px;padding:10px 11px;color:#665d61;background:#fff8e9;font-size:10px;font-weight:750;line-height:1.35;text-align:left;cursor:pointer}.circle-starters button:hover{color:var(--color-accent-strong);background:#fff0f3}.mochi-header__auth{border:0;background:transparent;cursor:pointer}.auth-screen--refined{grid-template-columns:minmax(360px,1fr) minmax(340px,.8fr);min-height:calc(100vh - 152px);padding-top:34px;padding-bottom:34px}.auth-screen__story{display:grid;justify-items:center;align-content:center;text-align:center}.auth-screen__story img{width:min(330px,32vw);filter:drop-shadow(0 22px 34px rgba(95,65,72,.13))}.auth-screen__story>div{max-width:470px}.auth-screen__story span,.auth-card__header>span,.profile-heading .feature-eyebrow,.profile-preferences>header>span{color:var(--color-accent-strong);font-size:10px;font-weight:900;text-transform:uppercase}.auth-screen__story h1{margin:6px 0 8px;font-size:27px}.auth-screen__story p{margin:0;color:var(--color-muted);font-size:12px;font-weight:650;line-height:1.55}.auth-card--refined{position:relative;width:min(390px,100%);min-height:444px;border:1px solid #f0dfda;border-radius:8px;padding:30px 32px;box-shadow:0 18px 44px #523a3014}.auth-card__header{margin-bottom:20px;text-align:left}.auth-card__header h2{margin:5px 0 6px;font-size:22px}.auth-card__header p{margin:0;color:var(--color-muted);font-size:11px;font-weight:650;line-height:1.45}.auth-back-button{display:inline-flex;align-items:center;gap:5px;margin-bottom:16px;padding:0;color:var(--color-muted);background:transparent;font-size:10px;font-weight:800;cursor:pointer}.auth-form--refined{gap:13px}.auth-field{display:grid;gap:6px}.auth-field>span,.auth-field>label,.auth-otp-field>span{color:var(--color-ink);font-size:10px;font-weight:850}.auth-field>div{display:flex;align-items:center;min-height:39px;border:1px solid #e2d9d6;border-radius:5px;padding:0 10px;color:#aaa0a1;background:#fafafa}.auth-field>div:focus-within{border-color:var(--color-accent);background:#fff;box-shadow:0 0 0 3px #ff6f9117}.auth-field input{min-width:0;flex:1;border:0;padding:0 8px;color:var(--color-ink);background:transparent;font-size:11px;outline:0}.auth-field button{display:grid;width:25px;height:25px;flex:0 0 25px;place-items:center;color:#9c9294;background:transparent;cursor:pointer}.auth-form__options{display:flex;align-items:center;justify-content:space-between;gap:10px}.auth-form__options label{display:flex;align-items:center;gap:6px;color:var(--color-muted);font-size:9px;font-weight:700}.auth-form__options input{accent-color:var(--color-accent)}.auth-form__options button,.auth-switch button{padding:0;color:#6d92dd;background:transparent;font-size:9px;font-weight:850;cursor:pointer}.auth-submit,.auth-google{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:40px;border-radius:5px;font-size:11px;font-weight:850;cursor:pointer}.auth-submit{color:#fff;background:var(--color-accent)}.auth-google{border:1px solid #e5dcd8;color:var(--color-ink);background:#fff}.auth-google strong{color:#4285f4;font-size:15px}.auth-divider{display:flex;align-items:center;gap:9px;color:#aca3a4;font-size:9px}.auth-divider:before,.auth-divider:after{height:1px;flex:1;background:#eee4df;content:""}.auth-switch{margin:0;color:var(--color-muted);font-size:9px;font-weight:700;text-align:center}.auth-error,.profile-form-message{display:flex;align-items:center;gap:7px;margin-bottom:13px;border-radius:5px;padding:9px 10px;color:#a7475e;background:#fff0f3;font-size:10px;font-weight:750}.auth-otp-field{display:grid;gap:8px}.auth-otp-field input{width:100%;min-height:48px;border:1px solid #e2d9d6;border-radius:6px;color:var(--color-ink);background:#fafafa;font-size:23px;font-weight:850;letter-spacing:8px;text-align:center;outline:0}.auth-demo-code{display:flex;align-items:center;gap:6px;margin:0;border-radius:5px;padding:9px 10px;color:#756b6e;background:#fff7db;font-size:9px;font-weight:700}.auth-success{display:grid;min-height:260px;place-items:center;align-content:center;gap:28px;color:#28b86f}.auth-v3{min-height:100vh;color:#292631;background:#fffaf7}.auth-v3 button,.auth-v3 input{font:inherit}.auth-v3 button{border:0}.auth-v3__header{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;min-height:76px;border-top:5px solid #ff4f75;border-bottom:1px solid #f1e5df;padding:0 max(32px,calc((100vw - 1320px)/2));background:#fff}.auth-v3__brand{display:inline-flex;align-items:center;gap:10px;padding:0;background:transparent;cursor:pointer}.auth-v3__brand-symbol{width:43px;height:43px;object-fit:contain}.auth-v3__wordmark{width:132px;height:auto;object-fit:contain}.auth-v3__header-action{display:flex;align-items:center;gap:16px;color:#716a70;font-size:13px;font-weight:650}.auth-v3__header-action button{min-height:39px;border:1px solid #f1bac8;border-radius:6px;padding:0 18px;color:#e9436a;background:#fff;font-size:12px;font-weight:850;cursor:pointer}.auth-v3__header-action button:hover{border-color:#ff6b8e;background:#fff3f6}.auth-v3__main{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(430px,.92fr);width:min(100%,1440px);min-height:calc(100vh - 76px);margin:0 auto}.auth-v3__visual{display:grid;min-height:720px;align-content:space-between;padding:clamp(54px,7vh,84px) clamp(46px,6vw,88px) 42px;background:#fff0ec;overflow:hidden}.auth-v3__visual-copy{position:relative;z-index:1;max-width:570px}.auth-v3__eyebrow,.auth-v3__form-header>span{display:inline-flex;align-items:center;gap:7px;color:#e9436a;font-size:11px;font-weight:900;letter-spacing:0}.auth-v3__visual-copy h1{max-width:560px;margin:15px 0 14px;color:#28252f;font-size:clamp(36px,3.6vw,55px);font-weight:900;line-height:1.08;letter-spacing:0}.auth-v3__visual-copy p{max-width:510px;margin:0;color:#70686c;font-size:16px;font-weight:600;line-height:1.65}.auth-v3__mascot-stage{position:relative;display:grid;min-height:360px;justify-items:center;align-content:center}.auth-v3__mascot-stage:before{position:absolute;right:8%;bottom:24px;left:8%;height:1px;background:#eccfc9;content:""}.auth-v3__mascot-stage img{position:relative;z-index:1;width:min(370px,75%);max-height:340px;object-fit:contain;filter:drop-shadow(0 25px 24px rgba(99,67,73,.12))}.auth-v3__mascot-stage p{position:absolute;z-index:1;right:0;bottom:2px;max-width:245px;margin:0;border-left:3px solid #ff6b8e;padding:10px 0 10px 15px;color:#75686c;background:#fff0ec;font-size:12px;font-weight:750;line-height:1.45}.auth-v3__trust{display:flex;gap:28px;border-top:1px solid #ead8d2;padding-top:22px;color:#655f65;font-size:12px;font-weight:750}.auth-v3__trust span{display:inline-flex;align-items:center;gap:8px}.auth-v3__trust svg{color:#4ba594}.auth-v3__panel{display:grid;min-height:720px;grid-template-rows:1fr auto;padding:clamp(44px,6vh,72px) clamp(42px,6vw,88px) 25px;background:#fff}.auth-v3__form-wrap{width:min(100%,448px);align-self:center;justify-self:center}.auth-v3__back{display:inline-flex;align-items:center;gap:7px;margin:0 0 25px;padding:0;color:#766f74;background:transparent;font-size:12px;font-weight:800;cursor:pointer}.auth-v3__back:hover{color:#e9436a}.auth-v3__form-header{margin-bottom:27px}.auth-v3__form-header h2{margin:9px 0 8px;color:#292631;font-size:32px;font-weight:900;line-height:1.15;letter-spacing:0}.auth-v3__form-header p{margin:0;color:#756e73;font-size:13px;font-weight:600;line-height:1.55}.auth-v3__message{display:flex;align-items:flex-start;gap:9px;margin-bottom:17px;border:1px solid transparent;border-radius:6px;padding:11px 12px;font-size:11px;font-weight:750;line-height:1.45}.auth-v3__message svg{flex:0 0 auto}.auth-v3__message--error{border-color:#f7c7d0;color:#ad3654;background:#fff1f4}.auth-v3__message--notice{border-color:#bde3d9;color:#34796c;background:#eefaf6}.auth-v3__form{display:grid;gap:16px}.auth-v3__field{display:grid;gap:7px}.auth-v3__field>span,.auth-v3__field>label{color:#37323a;font-size:11px;font-style:normal;font-weight:850}.auth-v3__field>div{display:flex;align-items:center;min-height:48px;border:1px solid #ded6d3;border-radius:6px;padding:0 13px;color:#aaa1a4;background:#fff;transition:border-color .16s ease,box-shadow .16s ease}.auth-v3__field>div:focus-within{border-color:#ff6b8e;box-shadow:0 0 0 3px #ff6b8e1f}.auth-v3__field input{min-width:0;flex:1;border:0;padding:0 10px;color:#292631;background:transparent;font-size:13px;font-weight:650;outline:0}.auth-v3__field input::placeholder{color:#b7afb1;font-weight:550}.auth-v3__field button{display:grid;width:30px;height:30px;flex:0 0 30px;place-items:center;padding:0;color:#92898e;background:transparent;cursor:pointer}.auth-v3__options{display:flex;align-items:center;justify-content:space-between;gap:16px}.auth-v3__options>button,.auth-v3__switch button,.auth-v3__help button{padding:0;color:#df4166;background:transparent;font-size:inherit;font-weight:850;cursor:pointer}.auth-v3__checkbox{display:inline-flex;align-items:center;gap:8px;color:#716a70;font-size:11px;font-weight:700;cursor:pointer}.auth-v3__checkbox input{position:absolute;width:1px;height:1px;opacity:0}.auth-v3__checkbox>span{display:grid;width:17px;height:17px;flex:0 0 17px;place-items:center;border:1px solid #cfc5c8;border-radius:4px;color:transparent;background:#fff}.auth-v3__checkbox input:focus-visible+span{box-shadow:0 0 0 3px #ff6b8e29}.auth-v3__checkbox input:checked+span{border-color:#ff5e83;color:#fff;background:#ff5e83}.auth-v3__checkbox--terms{align-items:flex-start;line-height:1.5}.auth-v3__checkbox--terms>span{margin-top:1px}.auth-v3__checkbox em{font-style:normal}.auth-v3__checkbox a{color:#df4166;font-weight:850}.auth-v3__submit,.auth-v3__google{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:48px;border-radius:6px;font-size:12px;font-weight:900;cursor:pointer;transition:transform .16s ease,background-color .16s ease}.auth-v3__submit{color:#fff;background:#ff5e83;box-shadow:0 8px 18px #e041662e}.auth-v3__submit:hover{background:#e9436a;transform:translateY(-1px)}.auth-v3__google{gap:10px;border:1px solid #ddd5d2!important;color:#363139;background:#fff}.auth-v3__google:hover{background:#fff9f7}.auth-v3__google strong{color:#4285f4;font-size:17px}.auth-v3__divider{display:flex;align-items:center;gap:13px;color:#aaa2a5;font-size:10px;font-weight:700}.auth-v3__divider:before,.auth-v3__divider:after{height:1px;flex:1;background:#eee5e1;content:""}.auth-v3__switch,.auth-v3__help{margin:0;color:#766f73;font-size:11px;font-weight:650;text-align:center}.auth-v3__requirements{display:flex;flex-wrap:wrap;gap:6px 12px;margin-top:-7px;color:#9b9397;font-size:9px;font-weight:750}.auth-v3__requirements span{display:inline-flex;align-items:center;gap:4px}.auth-v3__requirements svg{border:1px solid #d8ced1;border-radius:50%;padding:1px}.auth-v3__requirements .is-met{color:#398779}.auth-v3__requirements .is-met svg{border-color:#7cc1b4}.auth-v3__recovery-icon{display:grid;width:58px;height:58px;place-items:center;margin-bottom:4px;border:1px solid #f2c7d1;border-radius:8px;color:#e9436a;background:#fff3f6}.auth-v3__otp{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:9px}.auth-v3__otp input{width:100%;min-width:0;aspect-ratio:1;border:1px solid #ded5d3;border-radius:6px;color:#292631;background:#fff;font-size:21px;font-weight:900;text-align:center;outline:0}.auth-v3__otp input:focus{border-color:#ff5e83;box-shadow:0 0 0 3px #ff5e831f}.auth-v3__demo-code{display:flex;align-items:center;justify-content:center;gap:6px;margin:-2px 0 0;border-radius:5px;padding:9px;color:#816b3a;background:#fff8dc;font-size:10px;font-weight:700}.auth-v3__help button:disabled{color:#a69fa2;cursor:default}.auth-v3__success{display:grid;justify-items:center;gap:20px;padding-top:12px;text-align:center}.auth-v3__success>div{display:grid;width:78px;height:78px;place-items:center;border:1px solid #bce1d8;border-radius:50%;color:#389080;background:#eefaf6}.auth-v3__success p{max-width:340px;margin:0;color:#756e73;font-size:13px;font-weight:650;line-height:1.6}.auth-v3__footer{display:flex;align-items:center;justify-content:space-between;gap:20px;width:min(100%,448px);justify-self:center;border-top:1px solid #eee6e2;padding-top:20px;color:#a39b9e;font-size:9px;font-weight:700}.auth-v3__footer nav{display:flex;gap:15px}.auth-v3__footer a{color:inherit}.auth-v3__footer a:hover{color:#df4166}.auth-final{min-height:100vh;color:#292b35;background:#dff5ff}.auth-final button,.auth-final input{font:inherit}.auth-final button{border:0}.auth-final .mochi-header{position:relative;z-index:20;height:92px;border-top:0;padding:0 clamp(42px,8vw,150px);background:#fff}.auth-final .mochi-header__brand img{width:70px;height:70px}.auth-final .mochi-header__nav{gap:clamp(24px,3.4vw,54px)}.auth-final .mochi-header__link{flex-direction:column;gap:4px;min-width:42px;min-height:46px;justify-content:center;color:#5f6069;font-size:10px;font-weight:650}.auth-final .mochi-header__link svg{width:16px;height:16px}.auth-final .mochi-header__link.active,.auth-final .mochi-header__link:hover{color:#ff6581}.auth-final__main{position:relative;min-height:730px;overflow:hidden;background:#dff5ff}.auth-final__back{position:absolute;z-index:12;top:64px;left:clamp(30px,7vw,116px);display:inline-flex;align-items:center;gap:7px;padding:7px;color:#71818a;background:transparent;font-size:11px;font-weight:750;cursor:pointer}.auth-final__back span{opacity:0;transition:opacity .15s ease}.auth-final__back:hover{color:#147df5}.auth-final__back:hover span,.auth-final__back:focus-visible span{opacity:1}.auth-final__login-layout{display:grid;grid-template-columns:minmax(360px,1fr) minmax(330px,.72fr);gap:clamp(52px,9vw,155px);align-items:center;width:min(1040px,calc(100% - 64px));min-height:730px;margin:0 auto}.auth-final__login-mascot{width:min(455px,40vw);justify-self:end;object-fit:contain;filter:drop-shadow(0 24px 28px rgba(57,109,133,.11))}.auth-final__panel{position:relative;color:#272936}.auth-final__login-panel{width:min(390px,100%);justify-self:start;border-radius:8px;padding:44px 54px 38px;background:#ffffffad}.auth-final__panel-logo{display:block;width:82px;height:82px;margin:0 auto 13px;object-fit:contain}.auth-final__panel h1{margin:0 0 27px;color:#147df5;font-size:27px;font-weight:900;line-height:1.15;letter-spacing:0;text-align:center}.auth-final__form{display:grid;gap:14px}.auth-final__field{position:relative}.auth-final__field>label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.auth-final__field>div{display:flex;align-items:center;height:38px;border:1px solid #b9bec3;border-radius:5px;padding:0 10px;color:#858d94;background:#e8e9ea;transition:border-color .15s ease,box-shadow .15s ease}.auth-final__field>div:focus-within{border-color:#57a9f8;background:#fff;box-shadow:0 0 0 3px #147df51f}.auth-final__field input{min-width:0;flex:1;border:0;padding:0 8px;color:#2f3138;background:transparent;font-size:12px;outline:0}.auth-final__field input::placeholder{color:#9b9fa3}.auth-final__field button{display:grid;width:26px;height:26px;flex:0 0 26px;place-items:center;padding:0;color:#5f6266;background:transparent;cursor:pointer}.auth-final__forgot{justify-self:end;margin:0 2px 2px 0;padding:0;color:#147df5;background:transparent;font-size:10px;font-weight:700;cursor:pointer}.auth-final__submit,.auth-final__google{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:42px;border-radius:13px;font-size:12px;font-weight:850;cursor:pointer}.auth-final__submit{color:#fff;background:#f96880;box-shadow:0 8px 14px #f668802e}.auth-final__submit:hover{background:#ef526f}.auth-final__divider{display:flex;align-items:center;gap:12px;color:#147df5;font-size:14px;font-weight:800}.auth-final__divider:before,.auth-final__divider:after{height:1px;flex:1;background:#147df5;content:""}.auth-final__google{gap:8px;border:1px solid #ff7690!important;color:#f07488;background:#ffffffbd}.auth-final__google strong{color:#4285f4;font-size:16px}.auth-final__switch,.auth-final__policy{margin:0;color:#30323b;font-size:9px;font-weight:650;text-align:center}.auth-final__switch button{padding:0;color:#147df5;background:transparent;font-size:inherit;font-weight:850;cursor:pointer}.auth-final__policy{color:#147df5;font-size:8px;line-height:1.4}.auth-final__message{display:flex;align-items:flex-start;gap:6px;margin-top:12px;border-radius:5px;padding:8px 9px;font-size:9px;font-weight:750;line-height:1.4}.auth-final__message svg{flex:0 0 auto}.auth-final__message--error{color:#a83e55;background:#ffe9ee}.auth-final__message--notice{color:#28786c;background:#e8faf6}.auth-final__register-layout{position:relative;display:grid;min-height:760px;justify-items:center;align-content:start;padding-top:30px}.auth-final__register-mascot{position:relative;z-index:3;width:min(390px,34vw);max-height:340px;object-fit:contain;filter:drop-shadow(0 20px 26px rgba(57,109,133,.1))}.auth-final__register-surface{position:absolute;right:0;bottom:0;left:0;display:grid;min-height:535px;place-items:start center;border-radius:200px 200px 0 0/85px 85px 0 0;padding-top:95px;background:#ffffffb8}.auth-final__register-panel{z-index:4;width:min(330px,calc(100% - 40px))}.auth-final__register-panel h1{margin-bottom:20px}.auth-final__register-panel .auth-final__form{gap:12px}.auth-final__wizard{display:grid;min-height:730px;place-items:center;align-content:center;padding:75px 24px 80px}.auth-final__wizard-mascot{position:relative;z-index:3;width:195px;height:185px;margin-bottom:-32px;object-fit:contain;filter:drop-shadow(0 16px 18px rgba(57,109,133,.1))}.auth-final__mascot--sad{filter:grayscale(.04) drop-shadow(0 16px 18px rgba(57,109,133,.1))}.auth-final__mascot--verify{transform:scale(.96)}.auth-final__mascot--reset{transform:scale(.94) rotate(-2deg)}.auth-final__mascot--success{transform:scale(.96) rotate(2deg)}.auth-final__wizard-panel{z-index:2;display:grid;width:min(590px,calc(100% - 32px));min-height:260px;align-content:center;border-radius:22px;padding:38px 100px 35px;background:#ffffffb8}.auth-final__wizard-panel h1{margin-bottom:22px}.auth-final__wizard-panel>p{margin:-9px 0 18px;color:#147df5;font-size:11px;font-weight:650;line-height:1.45;text-align:center}.auth-final__wizard-panel .auth-final__form{width:min(290px,100%);justify-self:center}.auth-final__otp{display:grid;grid-template-columns:repeat(4,52px);justify-content:center;gap:18px}.auth-final__otp input{width:52px;height:54px;border:1px solid #adb3b7;border-radius:6px;color:#272a31;background:#e8e9ea;font-size:21px;font-weight:900;text-align:center;outline:0}.auth-final__otp input:focus{border-color:#147df5;background:#fff;box-shadow:0 0 0 3px #147df51f}.auth-final__resend{justify-self:center;padding:0;color:#147df5;background:transparent;font-size:10px;font-weight:700;cursor:pointer}.auth-final__resend:disabled{color:#7ca9d8;cursor:default}.auth-final__demo{display:inline-flex;align-items:center;justify-content:center;gap:5px;margin-top:-6px;color:#6d8494;font-size:8px;font-weight:700}.auth-final__success-icon{display:grid;place-items:center;margin:-2px 0 14px;color:#16b86a}.auth-final--success .auth-final__wizard-panel .auth-final__submit{width:min(290px,100%);justify-self:center}.auth-final .mochi-footer{min-height:218px;background:#72cef5}.auth-final .mochi-footer__inner{width:min(1040px,calc(100% - 64px));min-height:218px}.auth-final .mochi-footer__wordmark{width:200px}.auth-final .mochi-footer__block{gap:7px;color:#fff;font-size:11px}.auth-final .mochi-footer__block h2{margin-bottom:5px;color:#fff;font-size:15px}.auth-final .mochi-footer__block p{color:#fffffff2}.auth-final .mochi-footer__socials{color:#147df5}@media (max-width: 820px){.auth-final .mochi-header{height:72px;padding:0 22px}.auth-final .mochi-header__brand img{width:54px;height:54px}.auth-final__main{min-height:690px}.auth-final__login-layout{grid-template-columns:minmax(220px,.7fr) minmax(320px,1fr);gap:30px;width:min(720px,calc(100% - 40px));min-height:690px}.auth-final__login-mascot{width:min(315px,38vw)}.auth-final__login-panel{padding:36px 40px 32px}.auth-final__register-surface{border-radius:120px 120px 0 0/65px 65px 0 0}.auth-final__wizard{min-height:690px}}@media (max-width: 620px){.auth-final .mochi-header{height:66px}.auth-final .mochi-header__brand img{width:48px;height:48px}.auth-final__main{min-height:670px}.auth-final__back{top:28px;left:18px}.auth-final__back span{display:none}.auth-final__login-layout{display:grid;width:min(100% - 32px,390px);min-height:670px;grid-template-columns:1fr;gap:0;align-content:center;padding:28px 0 38px}.auth-final__login-mascot{width:155px;margin-bottom:-34px;justify-self:center;z-index:2}.auth-final__login-panel{width:100%;justify-self:center;padding:50px 32px 30px}.auth-final__panel-logo{width:66px;height:66px}.auth-final__panel h1{font-size:24px}.auth-final__register-layout{min-height:700px;padding-top:46px}.auth-final__register-mascot{width:245px}.auth-final__register-surface{min-height:540px;border-radius:72px 72px 0 0/42px 42px 0 0;padding-top:85px}.auth-final__wizard{min-height:670px;padding:60px 16px 55px}.auth-final__wizard-mascot{width:150px;height:145px;margin-bottom:-25px}.auth-final__wizard-panel{width:min(100%,430px);min-height:280px;padding:42px 30px 32px}.auth-final__otp{grid-template-columns:repeat(4,48px);gap:11px}.auth-final__otp input{width:48px;height:50px}.auth-final .mochi-footer{min-height:0}.auth-final .mochi-footer__inner{width:min(100% - 40px,420px);min-height:0;padding:34px 0}.auth-final .mochi-footer__wordmark{width:155px}}@media (max-width: 380px){.auth-final__login-panel{padding-right:24px;padding-left:24px}.auth-final__wizard-panel{padding-right:20px;padding-left:20px}.auth-final__otp{grid-template-columns:repeat(4,44px);gap:8px}.auth-final__otp input{width:44px;height:46px}}@media (max-width: 940px){.auth-v3__main{grid-template-columns:minmax(290px,.72fr) minmax(410px,1fr)}.auth-v3__visual{min-height:680px;padding:50px 34px 36px}.auth-v3__visual-copy h1{font-size:36px}.auth-v3__mascot-stage{min-height:315px}.auth-v3__mascot-stage img{width:min(300px,92%)}.auth-v3__mascot-stage p{display:none}.auth-v3__trust{align-items:flex-start;flex-direction:column;gap:10px}.auth-v3__panel{min-height:680px;padding-right:40px;padding-left:40px}}@media (max-width: 720px){.auth-v3__header{min-height:67px;padding:0 20px}.auth-v3__brand-symbol{width:37px;height:37px}.auth-v3__wordmark{width:104px}.auth-v3__header-action span{display:none}.auth-v3__header-action button{min-height:35px;padding:0 13px;font-size:10px}.auth-v3__main{display:block;min-height:calc(100vh - 67px)}.auth-v3__visual{min-height:0;padding:33px 24px 27px;text-align:center}.auth-v3__visual-copy{max-width:480px;margin:0 auto}.auth-v3__visual-copy h1{margin:10px auto 8px;font-size:27px;line-height:1.16}.auth-v3__visual-copy p{margin:0 auto;font-size:12px;line-height:1.5}.auth-v3__mascot-stage,.auth-v3__trust{display:none}.auth-v3__panel{min-height:0;padding:37px 24px 22px}.auth-v3__form-wrap{align-self:start}.auth-v3__footer{margin-top:44px}}@media (max-width: 420px){.auth-v3__header{padding:0 16px}.auth-v3__brand{gap:6px}.auth-v3__brand-symbol{width:33px;height:33px}.auth-v3__wordmark{width:91px}.auth-v3__header-action button{padding:0 10px}.auth-v3__visual{padding:27px 20px 23px}.auth-v3__eyebrow{font-size:9px}.auth-v3__visual-copy h1{font-size:24px}.auth-v3__panel{padding:31px 20px 20px}.auth-v3__form-header h2{font-size:27px}.auth-v3__otp{gap:6px}.auth-v3__otp input{font-size:18px}.auth-v3__footer{align-items:flex-start;flex-direction:column;gap:10px}}.profile-page--refined,.profile-edit-page{align-content:start}.profile-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.profile-heading .feature-eyebrow{margin-bottom:4px}.profile-heading h1{margin:0 0 5px;font-size:29px}.profile-heading>div>span{color:var(--color-muted);font-size:12px;font-weight:650}.profile-edit-link{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:0 15px;border-radius:6px;color:#fff;background:var(--color-accent);font-size:11px;font-weight:850}.profile-hero--refined{grid-template-columns:106px minmax(0,1fr) 220px;gap:20px;border:1px solid #d9ebf7;border-radius:8px;padding:22px 24px;background:#eaf6ff;box-shadow:none}.profile-avatar{display:grid;justify-items:center;gap:6px}.profile-avatar img{width:86px;height:86px;object-fit:contain;border:4px solid #ffffff;background:#fff}.profile-avatar span{border-radius:999px;padding:4px 8px;color:#6288b4;background:#fff;font-size:9px;font-weight:850}.profile-identity>span{color:#6288b4;font-size:9px;font-weight:900;text-transform:uppercase}.profile-identity h2{margin:4px 0 5px;font-size:23px}.profile-identity>p{max-width:58ch;margin:0;color:var(--color-muted);font-size:11px;font-weight:650;line-height:1.5}.profile-level{max-width:470px;margin-top:14px}.profile-level>div:first-child{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.profile-level strong,.profile-level span{font-size:9px;font-weight:800}.profile-level span{color:var(--color-muted)}.profile-goal{display:grid;align-content:center;gap:5px;min-height:96px;border-left:1px solid #cee2ef;padding-left:20px}.profile-goal svg{color:var(--color-accent)}.profile-goal span{color:#6288b4;font-size:9px;font-weight:900;text-transform:uppercase}.profile-goal strong{font-size:12px;line-height:1.4}.profile-stats--refined{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.profile-stats--refined .profile-stat{display:grid;grid-template-columns:42px minmax(0,1fr);gap:10px;min-height:88px;justify-items:stretch;align-items:center;border:1px solid #f0e1dc;border-radius:8px;padding:14px;box-shadow:none}.profile-stats--refined .profile-stat>svg{box-sizing:content-box;border-radius:8px;padding:10px;background:#ffeaf0}.profile-stat--blue>svg{color:#6994c7;background:#eaf6ff!important}.profile-stat--yellow>svg{color:#b8831e;background:#fff6d8!important}.profile-stat--green>svg{color:#438b78;background:#e6f7f1!important}.profile-stat>div strong,.profile-stat>div span{display:block}.profile-stat>div strong{font-size:21px}.profile-stat>div span{margin-top:2px;font-size:9px}.profile-panel--refined{min-height:330px;border:1px solid #f0e1dc;border-radius:8px;padding:20px;box-shadow:none}.profile-panel--refined .profile-tabs{border-bottom:1px solid #f0e5e0;padding-bottom:12px}.profile-panel--refined .profile-tab{border-radius:5px;font-size:10px;font-weight:800}.profile-overview-grid,.profile-achievement-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:18px}.profile-overview-grid article{min-height:178px;border-radius:8px;padding:20px;background:#fff7dc}.profile-overview-grid article:nth-child(2){background:#eaf6ff}.profile-overview-grid span,.profile-achievement span{color:var(--color-accent-strong);font-size:9px;font-weight:900;text-transform:uppercase}.profile-overview-grid h3,.profile-achievement h3{margin:8px 0 6px;font-size:16px}.profile-latest-mood{display:flex;align-items:center;gap:7px}.profile-overview-grid p,.profile-achievement p{margin:0;color:var(--color-muted);font-size:10px;font-weight:650;line-height:1.5}.profile-overview-grid a{display:inline-block;margin-top:18px;color:var(--color-accent-strong);font-size:10px;font-weight:850}.profile-activity-list{display:grid;gap:9px;margin-top:18px}.profile-activity-list article{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:11px;align-items:center;border-radius:7px;padding:11px 13px;background:#fffaf1}.profile-activity-list article>div:first-child{display:grid;width:42px;height:42px;place-items:center}.profile-activity-list .mood-face-icon,.profile-activity-list strong,.profile-activity-list span{display:block}.profile-activity-list strong{font-size:11px}.profile-activity-list span,.profile-activity-list small{margin-top:3px;color:var(--color-muted);font-size:9px;font-weight:700}.profile-achievement-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.profile-achievement{min-height:180px;border:1px solid #eee5e1;border-radius:8px;padding:18px;color:#aaa1a2;background:#f8f6f5}.profile-achievement--unlocked{border-color:#f3d9a2;color:var(--color-accent);background:#fff8df}.profile-achievement span{display:inline-block;margin-top:15px}.profile-back-link{display:inline-flex;align-items:center;gap:6px;margin-bottom:18px;color:var(--color-muted);font-size:10px;font-weight:800}.profile-edit-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:20px;align-items:start;margin-top:20px}.profile-edit-form,.profile-preferences{border:1px solid #f0e1dc;border-radius:8px;padding:22px;background:#fff}.profile-form-message--success{color:#397967;background:#eaf8f2}.profile-edit-avatar{display:flex;align-items:center;gap:14px;border-radius:8px;padding:14px;background:#eaf6ff}.profile-edit-avatar img{width:66px;height:66px;border-radius:50%;object-fit:contain;background:#fff}.profile-edit-avatar strong,.profile-edit-avatar span{display:block}.profile-edit-avatar strong{font-size:12px}.profile-edit-avatar span{margin-top:4px;color:var(--color-muted);font-size:9px;font-weight:650}.profile-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:20px}.profile-field,.profile-textarea-field,.profile-select-field{display:grid;gap:7px;margin-top:16px}.profile-field-grid .profile-field{margin-top:0}.profile-field>span,.profile-textarea-field>span,.profile-select-field>span{font-size:10px;font-weight:850}.profile-field>div{display:flex;align-items:center;min-height:39px;border:1px solid #e5d9d4;border-radius:5px;padding:0 10px;color:#aaa0a1;background:#fffdfb}.profile-field input{min-width:0;flex:1;border:0;padding-left:8px;color:var(--color-ink);background:transparent;font-size:11px;outline:0}.profile-textarea-field{position:relative}.profile-textarea-field textarea{min-height:100px;resize:vertical;border:1px solid #e5d9d4;border-radius:5px;padding:11px 12px 26px;color:var(--color-ink);background:#fffdfb;font-size:11px;line-height:1.5;outline:0}.profile-textarea-field small{position:absolute;right:10px;bottom:8px;color:#aaa0a1;font-size:9px}.profile-select-field select{min-height:39px;border:1px solid #e5d9d4;border-radius:5px;padding:0 10px;color:var(--color-ink);background:#fffdfb;font-size:11px}.profile-edit-actions{display:flex;justify-content:flex-end;gap:9px;margin-top:20px}.profile-edit-actions a,.profile-edit-actions button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:37px;padding:0 14px;border-radius:5px;font-size:10px;font-weight:850}.profile-edit-actions a{color:var(--color-muted);background:#fff4ef}.profile-edit-actions button{color:#fff;background:var(--color-accent);cursor:pointer}.profile-preferences>header h2{margin:5px 0 18px;font-size:18px}.profile-preference-row{position:relative;display:grid;grid-template-columns:34px minmax(0,1fr) 36px;gap:9px;align-items:center;border-top:1px solid #f1e7e3;padding:13px 0}.profile-preference-row>svg{color:var(--color-accent)}.profile-preference-row span strong,.profile-preference-row span small{display:block}.profile-preference-row span strong{font-size:10px}.profile-preference-row span small{margin-top:3px;color:var(--color-muted);font-size:8px;font-weight:650;line-height:1.35}.profile-preference-row input{position:absolute;width:1px;height:1px;opacity:0}.profile-preference-row>i{position:relative;width:34px;height:19px;border-radius:999px;background:#ddd6d4;cursor:pointer}.profile-preference-row>i:after{position:absolute;top:3px;left:3px;width:13px;height:13px;border-radius:50%;background:#fff;content:"";transition:transform .16s ease}.profile-preference-row input:checked+i{background:var(--color-accent)}.profile-preference-row input:checked+i:after{transform:translate(15px)}.profile-security-note{display:flex;gap:9px;margin-top:16px;border-radius:7px;padding:12px;color:#397967;background:#eaf8f2}.profile-security-note p{margin:0;color:#58736b;font-size:9px;font-weight:650;line-height:1.45}.profile-security-note strong{display:block;color:#397967;font-size:10px}.profile-password-link{width:100%;min-height:35px;margin-top:12px;border-radius:5px;color:var(--color-accent-strong);background:#fff0f3;font-size:10px;font-weight:850;cursor:pointer}.mood-detective-page{align-content:start}.mood-section-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}.mood-section-header .feature-eyebrow{margin-bottom:4px;color:var(--color-accent-strong);font-size:13px;text-transform:uppercase}.mood-section-header h1{margin:0 0 5px;font-size:29px}.mood-section-header>div>span{color:var(--color-muted);font-size:12px;font-weight:650}.mood-section-tabs{display:flex;gap:5px;border:1px solid #f0dfda;border-radius:8px;padding:4px;background:#fff}.mood-section-tab{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:34px;padding:0 12px;border-radius:5px;color:var(--color-muted);font-size:11px;font-weight:800}.mood-section-tab--active{color:#fff;background:var(--color-accent)}.mood-checkin-layout,.mood-calendar-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:20px;align-items:start}.mood-checkin-card,.mood-snapshot-card,.mood-week-card,.healing-activities,.mood-calendar-card,.mood-month-summary,.mood-day-detail,.mood-legend,.mood-insight-hero,.mood-trend-card,.mood-distribution-card,.mood-patterns{border:1px solid #f0e0da;border-radius:8px;background:#fffffff5}.mood-checkin-card{padding:24px}.mood-checkin-card__intro{display:grid;grid-template-columns:minmax(0,1fr) 92px;gap:18px;align-items:center;margin-bottom:20px;border-radius:8px;padding:16px 18px;background:linear-gradient(90deg,#fff7df,#fff0f4 58%,#eaf6ff)}.mood-checkin-card__intro span,.healing-activities>header span,.mood-calendar-card__header span,.mood-month-summary>span,.mood-day-detail>span,.mood-insight-hero>div>span,.mood-trend-card header span,.mood-distribution-card header span,.mood-patterns>header span{color:var(--color-accent-strong);font-size:10px;font-weight:900;text-transform:uppercase}.mood-checkin-card__intro h2{margin:5px 0;font-size:21px}.mood-checkin-card__intro p{margin:0;color:var(--color-muted);font-size:11px;font-weight:650;line-height:1.5}.mood-checkin-card__intro img{width:84px;height:84px;object-fit:contain;filter:drop-shadow(0 10px 16px rgba(255,111,105,.15))}.mood-choice-grid{display:grid;grid-template-columns:repeat(5,minmax(72px,1fr));gap:9px}.mood-choice{display:grid;min-height:82px;place-items:center;align-content:center;gap:5px;border:1px solid #f2e3d9;border-radius:8px;color:var(--color-muted);background:#fffaf1;cursor:pointer}.mood-choice span{font-size:27px}.mood-face-icon{flex:0 0 auto;overflow:visible}.mood-choice .mood-face-icon{transition:transform .16s ease}.mood-choice:hover .mood-face-icon,.mood-choice--active .mood-face-icon{transform:translateY(-2px) scale(1.04)}.mood-choice strong{font-size:10px}.mood-choice--active{border-color:var(--color-accent);color:var(--color-accent-strong);background:#ffeaf0;box-shadow:0 0 0 3px #ff6f911a}.mood-intensity{margin-top:19px}.mood-intensity>div:first-child{display:flex;align-items:center;justify-content:space-between}.mood-intensity strong,.mood-note>span{color:var(--color-ink);font-size:11px;font-weight:850}.mood-intensity>div:first-child span{color:var(--color-accent-strong);font-size:11px;font-weight:850}.mood-intensity__steps{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin-top:9px}.mood-intensity__step{height:8px;border-radius:999px;background:#eee8e5;cursor:pointer}.mood-intensity__step--active{background:var(--color-accent)}.mood-note{position:relative;display:grid;gap:8px;margin-top:19px}.mood-note>span small{color:#aaa0a1;font-size:9px;font-weight:700}.mood-note textarea{min-height:84px;resize:vertical;border:1px solid #ecded8;border-radius:6px;padding:12px 13px 28px;color:var(--color-ink);background:#fffdfb;font-size:12px;line-height:1.5;outline:0}.mood-note textarea:focus{border-color:var(--color-accent)}.mood-note>small{position:absolute;right:11px;bottom:9px;color:#aaa0a1;font-size:9px}.mood-checkin-message{display:flex;align-items:center;gap:9px;margin-top:14px;border-radius:6px;padding:9px 11px;background:#fff6d9}.mood-checkin-message p{margin:0;color:#746456;font-size:10px;font-weight:700}.mood-save-button{display:inline-flex;align-items:center;justify-content:center;gap:7px;width:100%;min-height:40px;margin-top:16px;border-radius:6px;color:#fff;background:var(--color-accent);font-size:11px;font-weight:850;cursor:pointer}.mood-save-button--saved{background:#4ba98d}.mood-today-sidebar,.mood-calendar-sidebar{display:grid;gap:12px}.mood-snapshot-card,.mood-week-card,.mood-month-summary,.mood-day-detail,.mood-legend{padding:19px}.mood-snapshot-card{background:#eaf6ff}.mood-snapshot-card>span,.mood-week-card header span{color:#6288b4;font-size:10px;font-weight:900;text-transform:uppercase}.mood-snapshot-card>strong{display:block;margin-top:5px;font-size:28px}.mood-snapshot-card p,.mood-month-summary p,.mood-day-detail>p{margin:7px 0 0;color:var(--color-muted);font-size:11px;font-weight:650;line-height:1.5}.mood-week-card header{display:flex;align-items:center;justify-content:space-between}.mood-week-card header strong{display:block;margin-top:3px;font-size:15px}.mood-week-card header svg{color:var(--color-accent)}.week-mood-strip{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:5px;margin-top:15px}.week-mood-day{display:grid;min-width:0;justify-items:center;gap:5px}.week-mood-day>span{color:#a19898;font-size:8px;font-weight:800}.week-mood-day>div{display:grid;width:28px;height:28px;place-items:center;border-radius:50%;color:#b5acad;background:#f5f0ed;font-size:9px;font-weight:800}.week-mood-day--filled>div{background:transparent!important}.week-mood-day--filled .mood-face-icon{width:24px;height:24px}.mood-reset-button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:32px;color:var(--color-muted);background:transparent;font-size:9px;font-weight:750;cursor:pointer}.healing-activities{margin-top:20px;padding:22px}.healing-activities>header{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:15px}.healing-activities h2,.mood-calendar-card__header h2,.mood-trend-card h2,.mood-distribution-card h2,.mood-patterns h2{margin:4px 0 0;font-size:18px}.healing-activities>header p{margin:0;color:var(--color-muted);font-size:10px;font-weight:700}.healing-activity-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.healing-activity{position:relative;display:flex;min-height:154px;flex-direction:column;justify-content:space-between;gap:15px;border-radius:8px;padding:16px}.healing-activity__icon{display:grid;width:38px;height:38px;place-items:center;border-radius:8px;color:var(--color-accent-strong);background:#ffffffb8}.healing-activity--yellow{background:#fff6d8}.healing-activity--blue{background:#e9f5ff}.healing-activity--pink{background:#ffeaf0}.healing-activity>div>span{color:var(--color-muted);font-size:9px;font-weight:850;text-transform:uppercase}.healing-activity h3{margin:7px 0 5px;font-size:14px}.healing-activity p{margin:0;color:var(--color-muted);font-size:10px;font-weight:650;line-height:1.45}.healing-activity__button{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:fit-content;min-height:31px;padding:0 11px;border-radius:6px;color:#fff;background:var(--color-accent);font-size:10px;font-weight:850;cursor:pointer}.healing-activity__button--done{background:#4ba98d}.mood-calendar-card{padding:22px}.mood-calendar-card__header{display:flex;align-items:center;justify-content:space-between;gap:18px}.mood-calendar-card__header>div:last-child{display:flex;gap:6px}.mood-calendar-card__header button{display:grid;width:32px;height:32px;place-items:center;border-radius:6px;color:var(--color-muted);background:#fff4ef;cursor:pointer}.mood-calendar-card__header button:disabled{opacity:.36;cursor:not-allowed}.mood-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:7px;margin-top:22px}.mood-calendar-weekday{padding-bottom:4px;color:#9d9293;font-size:9px;font-weight:850;text-align:center}.mood-calendar-empty,.mood-calendar-day{min-width:0;aspect-ratio:1}.mood-calendar-day{position:relative;display:grid;min-height:66px;place-items:center;border:1px solid #f0e5df;border-radius:7px;color:var(--color-muted);background:#fffdfb;cursor:pointer}.mood-calendar-day>span{position:absolute;top:6px;left:7px;font-size:8px;font-weight:800}.mood-calendar-day>strong{display:grid;width:33px;height:33px;place-items:center;border-radius:50%;background:transparent!important}.mood-calendar-day>strong .mood-face-icon{width:31px;height:31px}.mood-calendar-day>i{width:5px;height:5px;border-radius:50%;background:#eee6e2}.mood-calendar-day--selected{border-color:var(--color-accent);background:#fff1f4;box-shadow:0 0 0 3px #ff6f911a}.mood-month-summary{background:#fff7dc}.mood-month-summary>svg{color:#d09b27}.mood-month-summary>span{display:block;margin-top:10px;color:#a2761d}.mood-month-summary>strong{display:block;margin-top:5px;font-size:22px}.mood-day-detail>span{color:#6288b4}.mood-day-detail>div{display:flex;align-items:center;gap:11px;margin-top:15px}.mood-day-detail>div>strong{display:grid;width:48px;height:48px;place-items:center;border-radius:50%;background:transparent}.mood-day-detail h2{margin:0;font-size:16px}.mood-day-detail div p{margin:3px 0 0;color:var(--color-muted);font-size:9px;font-weight:700}.mood-day-detail blockquote{margin:14px 0 0;border-left:3px solid var(--color-footer);padding:9px 11px;color:#6f6467;background:#fff8fa;font-size:10px;font-weight:650;line-height:1.5}.mood-legend{display:grid;gap:8px}.mood-legend>div{display:flex;align-items:center;justify-content:space-between;color:var(--color-muted);font-size:10px;font-weight:750}.mood-legend>div>span,.mood-distribution-list>div>span{display:inline-flex;align-items:center;gap:6px}.mood-legend strong{color:var(--color-ink)}.mood-insight-hero{display:grid;grid-template-columns:minmax(0,1fr) 165px;gap:22px;align-items:center;padding:22px 24px;background:linear-gradient(100deg,#fff7dc,#fff0f4 58%,#eaf6ff)}.mood-insight-hero h2{margin:5px 0 7px;font-size:23px}.mood-insight-hero>div>p{max-width:72ch;margin:0;color:var(--color-muted);font-size:11px;font-weight:650;line-height:1.55}.mood-insight-score{border-left:1px solid rgba(124,106,108,.14);padding-left:22px}.mood-insight-score>span{color:var(--color-muted);font-size:9px;font-weight:850;text-transform:uppercase}.mood-insight-score>strong{display:block;margin-top:3px;font-size:32px}.mood-insight-score>strong small{color:var(--color-muted);font-size:13px}.mood-insight-score>p{display:flex;align-items:center;gap:5px;margin:2px 0 0;color:#4b967f;font-size:9px;font-weight:850}.mood-insights-layout{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:20px;margin-top:20px}.mood-trend-card,.mood-distribution-card{padding:20px}.mood-trend-card>header,.mood-distribution-card>header{display:flex;align-items:center;justify-content:space-between}.mood-trend-card>header svg,.mood-distribution-card>header svg{color:var(--color-accent)}.mood-trend-chart{display:grid;grid-template-columns:repeat(7,1fr);align-items:end;gap:10px;height:150px;margin-top:18px;border-bottom:1px solid #eee2dc;padding:0 12px}.mood-trend-chart>div{display:grid;height:100%;align-items:end;justify-items:center;gap:7px}.mood-trend-chart>div>span{width:min(28px,72%);max-height:116px;border-radius:5px 5px 0 0;opacity:.8}.mood-trend-chart__empty>span{height:12px;background:#eee7e4}.mood-trend-chart small{padding-bottom:7px;color:var(--color-muted);font-size:8px;font-weight:800}.mood-distribution-list{display:grid;gap:13px;margin-top:20px}.mood-distribution-list>div{display:grid;grid-template-columns:76px minmax(0,1fr) 18px;gap:9px;align-items:center}.mood-distribution-list span,.mood-distribution-list strong{color:var(--color-muted);font-size:9px;font-weight:800}.mood-distribution-list>div>div{height:8px;overflow:hidden;border-radius:999px;background:#f0e9e6}.mood-distribution-list i{display:block;height:100%;border-radius:inherit}.mood-patterns{margin-top:20px;padding:22px}.mood-patterns>header{margin-bottom:14px}.mood-pattern-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.mood-pattern-grid article{border-radius:8px;padding:17px;background:#fff8ec}.mood-pattern-grid article:nth-child(2){background:#eaf6ff}.mood-pattern-grid article:nth-child(3){background:#ffeaf0}.mood-pattern-grid svg{color:var(--color-accent)}.mood-pattern-grid span{display:block;margin-top:10px;color:var(--color-muted);font-size:9px;font-weight:850;text-transform:uppercase}.mood-pattern-grid h3{display:flex;align-items:center;gap:7px;margin:5px 0;font-size:14px}.mood-pattern-grid p{margin:0;color:var(--color-muted);font-size:10px;font-weight:650;line-height:1.5}.component-animation{position:absolute;width:min(340px,42vw);aspect-ratio:1;pointer-events:none}.orbit{position:absolute;inset:12%;border:1px solid rgba(255,111,145,.28);border-radius:50%;animation:rotate-orbit 16s linear infinite}.orbit--two{inset:24%;animation-duration:11s;animation-direction:reverse}.orbit--three{inset:36%;border-style:dashed;animation-duration:8s}.pulse-node{position:absolute;width:13px;height:13px;border-radius:50%;background:#ff8a75;box-shadow:0 0 0 10px #ff8a7524;animation:float-node 4s ease-in-out infinite}.pulse-node--one{top:22%;right:20%}.pulse-node--two{bottom:24%;left:12%;animation-delay:.6s}.pulse-node--three{top:52%;left:48%;background:pink;animation-delay:1.2s}.motion-panel{position:absolute;display:grid;gap:var(--space-2);padding:var(--space-4);border:1px solid rgba(255,183,201,.48);border-radius:var(--radius-md);background:#ffffffb8;box-shadow:0 22px 50px #523a301a}.motion-panel span{height:8px;border-radius:99px;background:#cac9d5}.motion-panel--main{right:20%;bottom:16%;width:160px;animation:float-panel 5s ease-in-out infinite}.motion-panel--main span:nth-child(2){width:70%;background:#ff9aa9}.motion-panel--main span:nth-child(3){width:46%}.motion-panel--side{top:28%;left:6%;width:118px;animation:float-panel 5s ease-in-out .9s infinite}.motion-panel--side span:nth-child(2){width:62%;background:#ffb7c9}@keyframes rotate-orbit{to{transform:rotate(360deg)}}@keyframes float-node{50%{transform:translate3d(0,-12px,0) scale(1.08)}}@keyframes float-panel{50%{transform:translate3d(0,-16px,0)}}@media (max-width: 900px){.mochi-header{position:relative;padding:0 22px}.mochi-header__nav{display:none}.mochi-header__nav--open{position:absolute;z-index:20;top:56px;right:16px;display:grid;width:190px;gap:6px;padding:12px;border-radius:var(--radius-lg);background:#fff;box-shadow:0 18px 40px #523a3029}.mochi-header__nav--open .mochi-header__link{min-height:38px;padding:0 10px;border-radius:var(--radius-md)}.mochi-header__nav--open .mochi-header__link.active{background:#ffe5ea}.mochi-header__menu{display:grid}.auth-screen,.home-dashboard__grid,.detective-page{grid-template-columns:1fr}.auth-screen{min-height:auto;padding:42px 24px 54px}.auth-screen__mascot img{width:min(300px,78vw)}.auth-screen__story img{width:min(230px,56vw)}.auth-screen__story>div{max-width:420px}.auth-card{justify-self:center}.home-dashboard,.component-preview,.feature-page{width:min(100% - 32px,680px)}.home-chat-page{padding-top:22px;padding-bottom:22px}.chat-card{min-height:620px}.mochi-room{min-height:470px}.mochi-footer__inner{grid-template-columns:1fr;gap:14px;padding:24px 0}.component-preview .component-animation{right:2%;top:auto;bottom:4%;width:68vw;opacity:.45}.profile-stats,.profile-stats--refined{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-hero--refined{grid-template-columns:100px minmax(0,1fr)}.profile-goal{grid-column:1 / -1;border-top:1px solid #cee2ef;border-left:0;padding-top:15px;padding-left:0}.profile-edit-layout{grid-template-columns:1fr}.profile-preferences{order:2}.safe-circle-layout,.circle-form-layout,.circle-detail-layout,.mood-checkin-layout,.mood-calendar-layout,.mood-insights-layout{grid-template-columns:1fr}.circle-guidelines{position:static}.circle-sidebar,.circle-detail-sidebar,.circle-privacy-panel,.mood-today-sidebar,.mood-calendar-sidebar{order:2}.mood-section-header{align-items:flex-start;flex-direction:column}.mood-section-tabs{width:100%}.mood-section-tab{flex:1}}@media (max-width: 520px){.auth-card{padding:28px 24px}.auth-screen--refined{gap:22px;padding:28px 16px 42px}.auth-screen__story img{width:170px}.auth-screen__story h1{font-size:22px}.auth-screen__story p{display:none}.auth-card--refined{min-height:0;padding:24px 20px}.auth-form__options{align-items:flex-start;flex-direction:column}.home-dashboard__intro p{font-size:28px}.mochi-room{min-height:390px}.mochi-room__meter{right:18px;left:18px;justify-content:center}.mochi-room__speech{bottom:36px}.mood-grid{grid-template-columns:repeat(2,54px)}.home-chat-page{width:calc(100% - 20px);padding:10px 0 18px}.chat-card{min-height:calc(100vh - 86px);padding:16px 14px 14px}.chat-card__mascot{min-height:112px}.chat-card__mascot img{width:90px;height:90px}.message-list{max-height:none}.message-bubble{max-width:88%}.chat-suggestions{display:grid}.chat-suggestions button{width:100%;text-align:left}.mood-calendar{grid-template-columns:repeat(3,52px)}.mood-section-header h1{font-size:24px}.mood-section-tabs{gap:2px}.mood-section-tab{padding:0 7px}.mood-checkin-card,.healing-activities,.mood-calendar-card,.mood-trend-card,.mood-distribution-card,.mood-patterns{padding:18px}.mood-checkin-card__intro{grid-template-columns:minmax(0,1fr) 68px;padding:14px}.mood-checkin-card__intro img{width:64px;height:64px}.mood-choice-grid{grid-template-columns:repeat(5,minmax(48px,1fr));gap:5px}.mood-choice{min-height:70px}.mood-choice span{font-size:22px}.mood-choice strong{font-size:8px}.healing-activities>header{align-items:flex-start;flex-direction:column;gap:4px}.healing-activity-grid,.mood-pattern-grid{grid-template-columns:1fr}.mood-calendar-grid{gap:4px}.mood-calendar-day{min-height:42px}.mood-calendar-day>strong{width:27px;height:27px;font-size:15px}.mood-insight-hero{grid-template-columns:1fr;padding:18px}.mood-insight-score{border-top:1px solid rgba(124,106,108,.14);border-left:0;padding-top:14px;padding-left:0}.profile-hero,.profile-hero--refined{grid-template-columns:1fr;justify-items:center;text-align:center}.profile-heading{align-items:stretch;flex-direction:column}.profile-heading h1{font-size:24px}.profile-edit-link,.profile-identity{width:100%}.profile-goal{width:100%;text-align:left}.profile-stats,.profile-stats--refined,.profile-overview-grid,.profile-achievement-grid,.profile-field-grid{grid-template-columns:1fr}.profile-activity-list article{grid-template-columns:42px minmax(0,1fr)}.profile-activity-list small{grid-column:2}.profile-edit-form,.profile-preferences{padding:18px}.profile-edit-avatar,.profile-edit-actions{align-items:stretch;flex-direction:column}.profile-edit-actions a,.profile-edit-actions button{width:100%}.profile-actions,.profile-tabs{flex-wrap:wrap}.safe-circle-header,.circle-tools{align-items:stretch;flex-direction:column}.circle-create-button{width:100%}.circle-community-banner{grid-template-columns:40px minmax(0,1fr)}.circle-community-banner__icon{width:40px;height:40px}.circle-community-banner__stat{grid-column:2}.circle-search{width:100%}.circle-post__header{grid-template-columns:42px minmax(0,1fr)}.circle-post__header small{grid-column:2;justify-self:start}.circle-composer__footer{grid-template-columns:1fr}.circle-thread form{flex-direction:column}.circle-form-card{gap:18px;padding:22px 18px}.circle-form-card h1,.safe-circle-header h1{font-size:24px}.circle-form-actions,.circle-reply-form__status{align-items:stretch;flex-direction:column}.circle-form-actions a,.circle-form-actions button,.circle-reply-form button{width:100%}.circle-thread-card__author{grid-template-columns:50px minmax(0,1fr);padding:18px}.circle-thread-card__author small{grid-column:2;justify-self:start}.circle-thread-card__content,.circle-replies,.circle-reply-form{padding-right:18px;padding-left:18px}.circle-thread-card__actions{flex-wrap:wrap;padding-right:18px;padding-left:18px}.circle-reply{grid-template-columns:1fr}.circle-reply header{align-items:flex-start;flex-direction:column;gap:2px}.component-preview__copy{padding:42px 26px}}.admin-shell{display:grid;min-height:100vh;grid-template-columns:238px minmax(0,1fr);color:#202938;background:#f3f7fb}.admin-sidebar{position:sticky;z-index:50;top:0;display:flex;height:100vh;flex-direction:column;border-right:1px solid #dce7ef;padding:22px 16px 18px;background:#fff}.admin-brand{display:flex;align-items:center;gap:11px;min-height:58px;margin-bottom:22px;padding:0 8px}.admin-brand img{width:48px;height:48px;object-fit:contain}.admin-brand span,.admin-brand strong,.admin-brand small{display:block}.admin-brand strong{color:#147df5;font-size:15px}.admin-brand small{margin-top:3px;color:#91a0ad;font-size:8px;font-weight:850;letter-spacing:0}.admin-sidebar nav{display:grid;gap:5px}.admin-nav-link{display:flex;align-items:center;gap:11px;min-height:42px;border-radius:6px;padding:0 12px;color:#657382;font-size:11px;font-weight:750;transition:color .15s ease,background .15s ease}.admin-nav-link:hover{color:#147df5;background:#f0f8ff}.admin-nav-link--active{color:#fff;background:#147df5;box-shadow:0 8px 18px #147df52e}.admin-nav-link--active:hover{color:#fff;background:#147df5}.admin-sidebar__footer{display:grid;gap:8px;margin-top:auto;border-top:1px solid #e4edf3;padding-top:16px}.admin-sidebar__footer a,.admin-sidebar__footer button{display:flex;align-items:center;gap:8px;min-height:34px;padding:0 10px;color:#74808c;background:transparent;font-size:10px;font-weight:750;cursor:pointer}.admin-sidebar__footer>span{display:block;padding:0 10px 2px;color:#147df5;font-size:9px;font-weight:900;text-transform:uppercase}.admin-sidebar__footer button:hover{color:#e24e6b}.admin-sidebar-backdrop{display:none}.admin-workspace{min-width:0}.admin-topbar{position:sticky;z-index:40;top:0;display:flex;height:70px;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #dce7ef;padding:0 clamp(24px,3vw,42px);background:#fffffff5}.admin-menu-button{display:none}.admin-search{display:flex;width:min(420px,45vw);height:38px;align-items:center;gap:8px;border:1px solid #d7e4ec;border-radius:6px;padding:0 11px;color:#91a0ad;background:#f7fafc}.admin-search:focus-within{border-color:#66b2fa;background:#fff;box-shadow:0 0 0 3px #147df51a}.admin-search input{min-width:0;flex:1;border:0;color:#293442;background:transparent;font-size:11px;outline:0}.admin-search button{display:grid;width:24px;height:24px;place-items:center;color:#91a0ad;background:transparent;cursor:pointer}.admin-topbar__actions{display:flex;align-items:center;gap:17px}.admin-topbar__actions>button{position:relative;display:grid;width:36px;height:36px;place-items:center;border:1px solid #dce7ef;border-radius:6px;color:#657382;background:#fff;cursor:pointer}.admin-topbar__actions>button i{position:absolute;top:7px;right:7px;width:6px;height:6px;border:1px solid #ffffff;border-radius:50%;background:#f96880}.admin-account{display:grid;grid-template-columns:34px auto 16px;gap:9px;align-items:center}.admin-account>span{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;color:#fff;background:#147df5;font-size:12px;font-weight:900}.admin-account strong,.admin-account small{display:block}.admin-account strong{font-size:10px}.admin-account small{margin-top:2px;color:#8794a0;font-size:8px;font-weight:650}.admin-account svg{color:#91a0ad}.admin-main{width:min(1280px,calc(100% - 64px));margin:0 auto;padding:34px 0 48px}.admin-page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.admin-page-heading p,.admin-panel header>span,.admin-panel header div>span{margin:0;color:#147df5;font-size:9px;font-weight:900;text-transform:uppercase}.admin-page-heading h1{margin:5px 0;color:#202938;font-size:28px}.admin-page-heading>div>span{color:#778491;font-size:11px;font-weight:650}.admin-page-heading>button,.admin-save-button{display:inline-flex;min-height:38px;align-items:center;justify-content:center;gap:7px;border-radius:6px;padding:0 14px;color:#fff;background:#147df5;font-size:10px;font-weight:850;cursor:pointer}.admin-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.admin-metric{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;align-items:center;min-height:112px;border:1px solid #dce7ef;border-radius:7px;padding:16px;background:#fff}.admin-metric>svg{box-sizing:content-box;border-radius:7px;padding:10px;color:#147df5;background:#e8f4ff}.admin-metric--pink>svg{color:#f96880;background:#ffeaf0}.admin-metric--yellow>svg{color:#b8831e;background:#fff5ce}.admin-metric--green>svg{color:#26836d;background:#e5f7f0}.admin-metric span,.admin-metric strong,.admin-metric small{display:block}.admin-metric span{color:#74808c;font-size:9px;font-weight:750}.admin-metric strong{margin-top:5px;font-size:22px}.admin-metric small{margin-top:4px;color:#3f9b83;font-size:8px;font-weight:750}.admin-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(260px,.8fr);gap:16px;margin-top:16px}.admin-panel{min-width:0;border:1px solid #dce7ef;border-radius:7px;background:#fff}.admin-panel>header{display:flex;align-items:center;justify-content:space-between;gap:16px}.admin-panel h2{margin:5px 0 0;font-size:16px}.admin-chart-panel,.admin-health-panel,.admin-mood-breakdown{min-height:312px;padding:20px}.admin-chart-panel header>strong{color:#3f9b83;font-size:11px}.admin-line-chart{display:grid;height:210px;grid-template-columns:repeat(7,minmax(0,1fr));align-items:end;gap:14px;margin-top:24px;border-bottom:1px solid #dce7ef;padding:0 14px}.admin-line-chart>div{display:grid;height:100%;align-items:end;justify-items:center;gap:8px}.admin-line-chart i{display:block;width:min(34px,75%);min-height:12px;border-radius:5px 5px 0 0;background:#78befd}.admin-line-chart>div:nth-child(5) i,.admin-line-chart>div:nth-child(6) i{background:#147df5}.admin-line-chart span{padding-bottom:8px;color:#8794a0;font-size:8px;font-weight:800}.admin-line-chart--tall{height:235px}.admin-health-panel>p{display:flex;align-items:center;gap:7px;margin:22px 0 0;border-radius:6px;padding:10px;color:#287c68;background:#e8f8f2;font-size:9px;font-weight:750}.admin-health-row{display:grid;grid-template-columns:120px minmax(0,1fr) 38px;gap:8px;align-items:center;margin-top:22px;color:#657382;font-size:9px;font-weight:750}.admin-health-row>i,.admin-mood-breakdown i,.admin-progress{display:block;height:7px;overflow:hidden;border-radius:99px;background:#e7eef3}.admin-health-row b,.admin-mood-breakdown b,.admin-progress i{display:block;height:100%;border-radius:inherit;background:#38a98b}.admin-table-panel{overflow:hidden;margin-top:16px}.admin-table-panel>header{min-height:70px;border-bottom:1px solid #e1eaf0;padding:0 20px}.admin-table-panel>header a,.admin-table-panel>header>button{color:#147df5;background:transparent;font-size:9px;font-weight:850;cursor:pointer}.admin-table-panel table{width:100%;border-collapse:collapse;table-layout:auto}.admin-table-panel th,.admin-table-panel td{border-bottom:1px solid #edf2f5;padding:13px 20px;color:#5f6d79;font-size:9px;font-weight:650;text-align:left;vertical-align:middle}.admin-table-panel th{color:#8794a0;background:#f8fafc;font-size:8px;font-weight:850;text-transform:uppercase}.admin-table-panel tbody tr:last-child td{border-bottom:0}.admin-table-panel td strong,.admin-table-panel td small{display:block}.admin-table-panel td strong{color:#26313d;font-size:10px}.admin-table-panel td small{margin-top:3px;color:#8b98a3;font-size:8px}.admin-status{display:inline-flex;min-height:24px;align-items:center;border-radius:99px;padding:0 8px;color:#8b6d23;background:#fff5d8;font-size:8px;font-weight:850;white-space:nowrap}.admin-status--positive{color:#287c68;background:#e4f7f0}.admin-status--negative{color:#b24d62;background:#ffe8ee}.admin-table-action,.admin-row-actions button{min-height:28px;border:1px solid #cfe2ee;border-radius:5px;padding:0 9px;color:#547387;background:#fff;font-size:8px;font-weight:800;cursor:pointer}.admin-table-action:disabled{color:#a8b4be;background:#f2f5f7;cursor:not-allowed}.admin-row-actions{display:flex;gap:5px}.admin-row-actions button:first-child{color:#287c68;border-color:#bde3d8}.admin-row-actions button:last-child{color:#b24d62;border-color:#f1c8d1}.admin-state-button{min-height:30px;border-radius:5px;padding:0 10px;color:#b24d62!important;background:#ffe8ee!important}.admin-state-button.active{color:#287c68!important;background:#e4f7f0!important}.admin-progress{display:inline-block;width:100px;margin-right:6px;vertical-align:middle}.admin-progress i{background:#147df5}.admin-mood-breakdown>div{display:grid;grid-template-columns:58px minmax(0,1fr) 34px;gap:9px;align-items:center;margin-top:22px;color:#657382;font-size:9px;font-weight:750}.admin-mood-breakdown b{background:#f96880}.admin-settings-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:16px;align-items:start}.admin-feature-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:16px;align-items:start}.admin-settings-panel,.admin-security-card{padding:22px}.admin-setting-row{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 38px;gap:16px;align-items:center;border-bottom:1px solid #e6edf2;padding:18px 0}.admin-setting-row strong,.admin-setting-row small{display:block}.admin-setting-row strong{font-size:10px}.admin-setting-row small{margin-top:4px;color:#7d8994;font-size:9px;line-height:1.45}.admin-setting-row input{position:absolute;opacity:0}.admin-setting-row>i{position:relative;width:38px;height:21px;border-radius:99px;background:#d5dfe6;cursor:pointer}.admin-setting-row>i:after{position:absolute;top:3px;left:3px;width:15px;height:15px;border-radius:50%;background:#fff;content:"";transition:transform .15s ease}.admin-setting-row input:checked+i{background:#147df5}.admin-setting-row input:checked+i:after{transform:translate(17px)}.admin-control-row{display:grid;grid-template-columns:minmax(0,1fr) 148px;gap:16px;align-items:center;border-bottom:1px solid #e6edf2;padding:18px 0}.admin-control-row strong,.admin-control-row small{display:block}.admin-control-row strong{color:#26313d;font-size:10px}.admin-control-row small{margin-top:4px;color:#7d8994;font-size:9px;line-height:1.45}.admin-control-row input,.admin-control-row select{width:100%;height:36px;border:1px solid #d7e4ec;border-radius:6px;padding:0 10px;color:#26313d;background:#fff;font-size:10px;font-weight:750;outline:0}.admin-save-button{margin-top:20px}.admin-saved-message{display:inline-flex;align-items:center;gap:6px;margin:0 0 0 12px;color:#287c68;font-size:9px;font-weight:800}.admin-security-card{color:#567080;background:#eef8ff}.admin-security-card>svg{color:#147df5}.admin-security-card h2{margin-top:14px}.admin-security-card p{margin:10px 0 18px;font-size:10px;font-weight:650;line-height:1.6}.admin-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.admin-plan-card{display:grid;gap:14px;min-height:338px;border:1px solid #dce7ef;border-radius:7px;padding:22px;background:#fff;box-shadow:0 14px 32px #3b607d0d}.admin-plan-card--featured{border-color:#f9688052;background:linear-gradient(180deg,#fff4f7,#fff 48%)}.admin-plan-card header{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-plan-card header>span{color:#147df5;font-size:10px;font-weight:900;text-transform:uppercase}.admin-plan-card>strong{color:#202938;font-size:30px}.admin-plan-card>small{color:#758390;font-size:10px;font-weight:750}.admin-plan-card ul{display:grid;gap:9px;margin:0;padding:0;list-style:none}.admin-plan-card li{display:flex;align-items:center;gap:7px;color:#5f6d79;font-size:10px;font-weight:700}.admin-plan-card li svg{color:#38a98b}.admin-plan-card>button{align-self:end}.admin-shell button:focus-visible,.admin-shell a:focus-visible,.admin-shell input:focus-visible{outline:3px solid rgba(20,125,245,.22);outline-offset:2px}@media (max-width: 980px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{position:fixed;left:0;transform:translate(-100%);width:238px;transition:transform .18s ease}.admin-sidebar--open{transform:translate(0)}.admin-sidebar-backdrop{position:fixed;z-index:45;inset:0;display:block;background:#1f2a3757}.admin-menu-button{display:grid;width:36px;height:36px;flex:0 0 36px;place-items:center;border-radius:6px;color:#5e6d79;background:#f1f6f9}.admin-search{margin-right:auto}.admin-main{width:calc(100% - 40px)}.admin-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 700px){.admin-topbar{height:62px;padding:0 14px}.admin-search{width:min(230px,calc(100vw - 150px))}.admin-account>div,.admin-account>svg{display:none}.admin-account{grid-template-columns:34px}.admin-main{width:calc(100% - 28px);padding-top:24px}.admin-page-heading{align-items:stretch;flex-direction:column}.admin-page-heading>button{width:100%}.admin-metrics,.admin-dashboard-grid,.admin-settings-grid,.admin-feature-grid,.admin-plan-grid,.admin-control-row{grid-template-columns:1fr}.admin-table-panel{overflow-x:auto}.admin-table-panel>header{min-width:650px}.admin-table-panel table{min-width:650px}}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap}.outfit-sprite{display:block;width:100%;height:100%;aspect-ratio:auto;object-fit:contain;user-select:none}.mochi-avatar__item.outfit-sprite{width:var(--avatar-item-width);height:auto;border-radius:0}.mochi-page .wardrobe-page--final{width:100%;min-height:calc(100vh - 246px);padding:30px max(24px,calc((100vw - 1180px)/2)) 48px;background:#dff5ff}.closet-profile-strip{display:grid;grid-template-columns:74px minmax(0,1fr) auto;gap:18px;align-items:center;min-height:108px;border:1px solid rgba(83,178,226,.12);border-radius:8px;padding:16px 22px;background:linear-gradient(100deg,#e8e5ff,#c6edff);box-shadow:0 14px 28px #4391b514}.closet-profile-strip__avatar{display:grid;width:68px;height:68px;place-items:center;border-radius:50%;background:#fff;box-shadow:0 8px 14px #3f687e24}.closet-profile-strip__avatar .mochi-avatar{width:62px;border:0}.closet-profile-strip>div:nth-child(2){min-width:0}.closet-profile-strip strong,.closet-profile-strip span{display:block}.closet-profile-strip strong{color:#3e3f49;font-size:18px}.closet-profile-strip span{display:flex;align-items:center;gap:8px;margin-top:4px;color:#69737e;font-size:11px;font-weight:700}.closet-profile-strip span b{border-radius:5px;padding:3px 7px;color:#986cff;background:#eee8ff;font-size:8px;font-weight:900}.closet-profile-strip__progress{position:relative;height:7px;margin-top:11px;overflow:hidden;border-radius:999px;background:#fff1f3}.closet-profile-strip__progress i{position:absolute;inset:0 auto 0 0;display:block;border-radius:inherit;background:#ff6f89}.closet-profile-strip>small{align-self:end;margin-bottom:6px;color:#7b858f;font-size:9px;font-weight:700}.closet-toolbar{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:12px;align-items:center;min-height:58px;margin-top:18px;border:1px solid rgba(83,178,226,.12);border-radius:8px;padding:0 14px;background:#fff}.closet-toolbar>a{display:grid;width:34px;height:34px;place-items:center;border-radius:6px;color:#343640}.closet-toolbar>a:hover{background:#eff9ff}.closet-toolbar h1{margin:0;text-align:center;color:#2b2930;font-size:15px}.closet-balance{display:inline-flex;align-items:center;gap:5px;min-height:34px;border-radius:7px;padding:0 10px;color:#ff627f;background:#fff8f3;font-size:12px}.closet-balance svg,.closet-item__meta small svg,.closet-purchase-bar strong svg{color:#b88716;fill:#ffe58d}.closet-card{margin-top:18px;overflow:hidden;border:1px solid rgba(255,128,154,.1);border-radius:8px;background:#fff;box-shadow:0 18px 42px #498fae14}.closet-preview-stage{display:grid;min-height:330px;place-items:center;margin:40px 22px 22px;overflow:visible;border-radius:8px;background:radial-gradient(circle at 44% 45%,rgba(205,243,255,.72),transparent 25%),radial-gradient(circle at 58% 49%,rgba(255,229,235,.7),transparent 27%),#fffefe}.closet-preview-stage .mochi-avatar{width:min(220px,52vw);overflow:visible;border:0;background:transparent;box-shadow:none;transform:translateY(10px)}.closet-preview-stage .mochi-avatar__base{width:100%;height:100%;filter:drop-shadow(0 16px 18px rgba(68,98,119,.12))}.closet-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px 30px;border-top:1px solid #fff0f1;padding:24px;background:repeating-linear-gradient(to bottom,#fff 0 188px,#fffdfd 188px 376px)}.closet-item{display:grid;grid-template-rows:126px minmax(38px,auto);min-width:0;min-height:174px;overflow:hidden;border:1.5px solid transparent;border-radius:8px;padding:8px;color:#28262c;text-align:left;background:#fff;box-shadow:0 8px 20px #48575f0d;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease;cursor:pointer}.closet-item:hover{transform:translateY(-2px);border-color:#ffc4d0;box-shadow:0 12px 24px #5d727e17}.closet-item--selected,.closet-item--equipped{border-color:#ff5c78;box-shadow:0 0 0 2px #ff5c780f}.closet-item__art{display:grid;min-width:0;place-items:center;overflow:hidden;border-radius:7px;background:#fff7f1}.closet-item__art .outfit-sprite{width:112px;height:100px;max-width:88%}.closet-item__meta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px;align-items:end;padding:9px 2px 1px}.closet-item__meta strong{overflow:hidden;font-size:11px;line-height:1.25;text-overflow:ellipsis}.closet-item__meta small{display:inline-flex;align-items:center;gap:2px;min-height:22px;border-radius:999px;padding:0 6px;color:#66717c;background:#f2f4f6;font-size:9px;font-weight:850;white-space:nowrap}.closet-item__meta .closet-item__owned{color:#278d56;background:#baf8ce}.closet-purchase-bar{display:flex;align-items:center;justify-content:space-between;min-height:82px;border-top:1px solid #fff0f1;padding:14px 24px}.closet-purchase-bar>div span,.closet-purchase-bar>div strong{display:block}.closet-purchase-bar>div span{color:#bd5c58;font-size:11px;font-weight:800}.closet-purchase-bar>div strong{display:inline-flex;align-items:center;gap:4px;margin-top:2px;color:#2d2d34;font-size:25px}.closet-purchase-bar>button{display:inline-flex;min-width:150px;min-height:42px;align-items:center;justify-content:center;gap:8px;border-radius:999px;color:#fff;background:#ff6681;box-shadow:0 8px 16px #ff668138;font-size:11px;font-weight:850;cursor:pointer}.closet-purchase-bar>button:disabled{color:#ffffffe0;background:#e8a5b2;box-shadow:none;cursor:not-allowed}.closet-dialog-backdrop{position:fixed;z-index:100;inset:0;display:grid;place-items:center;padding:24px;background:#9de1f8a6;backdrop-filter:blur(4px)}.closet-dialog{position:relative;display:grid;width:min(360px,100%);justify-items:center;border:1px solid #e7edf1;border-radius:8px;padding:24px;background:#fff;box-shadow:0 24px 60px #39607433}.closet-dialog>.outfit-sprite{width:112px;height:96px;margin-bottom:8px}.closet-dialog h2{margin:0;color:#302d33;font-size:17px;text-align:center}.closet-dialog p{margin:8px 0 18px;color:#717a83;font-size:11px;font-weight:650;text-align:center}.closet-dialog>button:not(.closet-dialog__close){width:100%;min-height:40px;border-radius:7px;color:#fff;background:#ff6681;font-size:11px;font-weight:850;cursor:pointer}.closet-dialog>button:last-child{margin-top:8px;color:#6a7178;background:#f0f2f4}.closet-dialog__close{position:absolute;top:10px;right:10px;display:grid;width:30px;height:30px;place-items:center;border-radius:6px;color:#707980;cursor:pointer}@media (max-width: 900px){.mochi-page .wardrobe-page--final{min-height:calc(100vh - 234px);padding:24px 18px 36px}.closet-profile-strip{grid-template-columns:62px minmax(0,1fr);gap:14px;min-height:94px;padding:13px 16px}.closet-profile-strip__avatar{width:58px;height:58px}.closet-profile-strip__avatar .mochi-avatar{width:52px}.closet-profile-strip>small{display:none}.closet-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;padding:18px}}@media (max-width: 620px){.mochi-page .wardrobe-page--final{padding-right:12px;padding-left:12px}.closet-profile-strip{border-radius:7px}.closet-toolbar{grid-template-columns:36px minmax(0,1fr) auto;padding:0 9px}.closet-toolbar h1{font-size:13px}.closet-balance{padding:0 7px;font-size:10px}.closet-preview-stage{min-height:250px;margin:44px 12px 12px}.closet-preview-stage .mochi-avatar{width:190px;transform:translateY(8px)}.closet-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:12px}.closet-item{grid-template-rows:100px minmax(40px,auto);min-height:150px;padding:6px}.closet-item__art .outfit-sprite{width:94px;height:84px}.closet-item__meta strong{font-size:10px}.closet-item__meta small{min-height:20px;font-size:8px}.closet-purchase-bar{min-height:74px;padding:12px}.closet-purchase-bar>button{min-width:122px}}@media (min-width: 901px){.mochi-page .mochi-header--home-experience{justify-content:flex-end}.mochi-page .mochi-header--home-experience .mochi-header__brand{display:none}}.home-final{padding-top:36px;background:#dff6ff}.home-final__intro,.home-final__grid{width:min(1180px,calc(100% - 72px))}.home-final__intro{margin-bottom:17px}.home-final__intro h1{color:#2f3038;font-size:25px;font-weight:850;letter-spacing:0}.home-final__intro p{color:#6d7078;font-size:13px}.home-final__grid{grid-template-columns:minmax(0,1fr) 318px;gap:26px}.home-mochi-stage,.home-final-sidebar>section,.home-chat-final__card{border:0;border-radius:28px;box-shadow:0 18px 44px #4489a612}.home-mochi-stage{min-height:612px;background:#fff}.home-mochi-stage:after{position:absolute;right:12%;bottom:0;left:12%;height:33%;border-radius:50%;background:#ffe5eb61;filter:blur(48px);content:"";pointer-events:none}.home-mochi-stage__meter{z-index:2;top:30px;right:34px}.home-mochi-stage__ambient{position:relative;z-index:1;width:min(420px,70%);aspect-ratio:1.4;opacity:.8}.home-mochi-stage__ambient span{position:absolute;border-radius:50%;background:#d9f4ff9e;filter:blur(28px);animation:home-ambient 4.6s ease-in-out infinite alternate}.home-mochi-stage__ambient span:first-child{width:42%;aspect-ratio:1;top:18%;left:18%}.home-mochi-stage__ambient span:nth-child(2){width:31%;aspect-ratio:1;right:17%;bottom:18%;background:#ffe8eeb8;animation-delay:-1.4s}.home-mochi-stage__ambient span:nth-child(3){width:24%;aspect-ratio:1;right:22%;top:13%;background:#fff7cfb3;animation-delay:-2.8s}.home-mochi-stage__speech{z-index:2;right:auto;bottom:70px;left:50%;width:max-content;max-width:calc(100% - 48px);min-height:48px;border:1px solid #f3e8df;border-radius:999px;padding:9px 24px;color:#66656d;background:#fffbf4f0;box-shadow:0 10px 24px #79625a0f;font-size:12px;line-height:1.45;transform:translate(-50%);cursor:pointer}.home-mochi-stage__speech:hover{border-color:#ffb2c0;color:#e45773}.home-final-sidebar{gap:16px}.home-final-sidebar>section{padding:20px}.home-final-sidebar>.home-checkin-card{border-radius:0;padding:10px 2px 17px;background:transparent;box-shadow:none}.home-final-sidebar h2{color:#30313a;font-size:17px}.home-checkin-card p{width:fit-content;margin-top:18px;border-radius:999px;padding:8px 12px;color:#a66a76;background:#fff6cf}.home-calm-card,.home-vent-card{border-radius:22px!important}@keyframes home-ambient{to{transform:translate3d(12px,-8px,0) scale(1.08)}}.home-chat-final{min-height:calc(100vh - 246px);padding:48px 52px 58px;background:#dff6ff}.home-chat-final__card{width:min(1180px,100%);min-height:710px;overflow:visible;padding:38px 48px 30px;background:#fff;box-shadow:inset 0 -120px 100px #fff6ed85,0 20px 48px #4284a014}.home-chat-final__toolbar{position:relative;z-index:4;justify-content:flex-start}.home-chat-final__toolbar button{width:38px;height:38px;background:#f4f7f8}.home-chat-final .message-list{min-height:486px;max-height:560px;gap:18px;padding:24px 6px 20px}.home-chat-final .message-row{display:flex;width:100%;align-items:flex-end;gap:9px}.home-chat-final .message-row--user{justify-content:flex-end}.home-chat-final .message-row--welcome{justify-content:center;margin-top:20px}.home-chat-final .message-row__avatar{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;border-radius:50%;color:#fff;background:#ff7289;box-shadow:0 7px 14px #ff68842e}.home-chat-final .message-row--welcome .message-row__avatar{display:none}.home-chat-final .message-bubble{width:fit-content;max-width:68%;border-radius:18px;padding:14px 18px}.home-chat-final .message-bubble--mochi{align-self:auto;border-bottom-left-radius:5px;background:#ffe3e9}.home-chat-final .message-bubble--user{align-self:auto;border-bottom-right-radius:5px;background:#fff3d7}.home-chat-final .message-bubble--welcome{max-width:620px;border-radius:999px;padding:13px 24px;text-align:center;background:#ffe3e9}.home-chat-final .message-bubble__copy p{color:#5e6067;font-size:13px;line-height:1.55}.home-chat-final__composer{position:relative;z-index:5;width:min(700px,100%);align-self:center}.home-chat-final .chat-composer{position:relative;width:100%}.home-chat-final .chat-input{width:100%;min-height:54px;margin-top:0;padding:6px 7px 6px 8px;background:#f7f2e9}.home-chat-final .chat-input__plus{width:37px;height:37px;border:1px solid #ff7990;color:#ff6680;background:#fff}.home-chat-final .chat-input__plus--active{color:#fff;background:#ff6680;transform:rotate(45deg)}.home-chat-final .chat-input textarea{min-height:28px;padding:4px 3px;font-size:13px}.home-chat-final .chat-input__voice,.home-chat-final .chat-input__submit{width:41px;height:41px;background:#f96880}.home-chat-final .chat-input__voice--active{animation:voice-pulse 1.2s ease-in-out infinite}.chat-composer__file{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.home-chat-final .chat-tools{position:absolute;z-index:8;bottom:calc(100% + 10px);left:0;display:grid;width:min(280px,calc(100vw - 48px));gap:4px;border:1px solid #f1e3df;border-radius:16px;padding:8px;background:#fff;box-shadow:0 18px 42px #4c4d5924}.home-chat-final .chat-tools button{display:grid;grid-template-columns:28px 1fr;min-height:42px;align-items:center;border-radius:10px;padding:0 10px;color:#5e6068;background:transparent;font-size:12px;font-weight:700;text-align:left;cursor:pointer}.home-chat-final .chat-tools button:hover{color:#e85571;background:#fff1f4}.home-chat-final .chat-tools button svg{color:#ff6b84}.chat-attachment{display:flex;width:fit-content;max-width:100%;min-height:34px;align-items:center;gap:7px;margin:0 0 8px 12px;border-radius:999px;padding:5px 7px 5px 12px;color:#6c6870;background:#fff;box-shadow:0 6px 16px #505b6314;font-size:11px;font-weight:700}.chat-attachment span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-attachment button{display:grid;width:24px;height:24px;flex:0 0 24px;place-items:center;border-radius:50%;color:#8d858a;background:#f8f1f1;cursor:pointer}.home-chat-final__listening{margin-bottom:10px}.home-chat-final__voice-banner{position:absolute;z-index:3;top:150px;left:50%;display:grid;justify-items:center;color:#f35f7b;transform:translate(-50%);pointer-events:none}.home-chat-final__voice-banner strong{font-size:clamp(21px,2.4vw,34px);letter-spacing:0}.home-chat-final__voice-banner span{margin-top:5px;color:#7a7478;font-size:13px}.home-chat-final__voice-notice{margin:0 0 9px;color:#9b6771;font-size:11px}@keyframes voice-pulse{50%{box-shadow:0 0 0 8px #f968802b}}@media (max-width: 900px){.home-final__grid{grid-template-columns:1fr}.home-chat-final{padding:30px 24px 42px}.home-chat-final__card{min-height:680px;padding:28px 30px 24px}}@media (max-width: 620px){.home-final__intro,.home-final__grid{width:calc(100% - 28px)}.home-mochi-stage{min-height:470px}.home-mochi-stage__speech{bottom:48px;width:calc(100% - 36px);max-width:none;padding-right:14px;padding-left:14px}.home-chat-final{padding:14px 10px 26px}.home-chat-final__card{min-height:650px;border-radius:22px;padding:18px 13px}.home-chat-final .message-list{min-height:445px;padding-top:18px}.home-chat-final .message-bubble{max-width:83%;padding:11px 13px}.home-chat-final .message-bubble--welcome{max-width:90%}.home-chat-final .message-row__avatar{width:28px;height:28px;flex-basis:28px}.home-chat-final__voice-banner{top:115px;width:calc(100% - 48px);text-align:center}}.home-final{padding-top:34px;padding-bottom:48px}.home-final__intro,.home-final__grid{width:min(1080px,calc(100% - 64px))}.home-final__intro{margin-bottom:15px}.home-final__intro h1{margin-bottom:3px;font-size:23px}.home-final__intro p{font-size:12px}.home-final__grid{grid-template-columns:minmax(0,1fr) 286px;gap:20px}.home-mochi-stage{min-height:520px;border-radius:18px}.home-mochi-stage:after{right:20%;bottom:44px;left:20%;height:35%;opacity:.62}.home-mochi-stage__meter{top:24px;right:26px}.home-mochi-stage__character{position:absolute;z-index:2;top:82px;left:50%;display:grid;width:236px;height:270px;place-items:center;padding:0;background:transparent;transform:translate(-50%);cursor:pointer}.home-mochi-stage__character:hover{transform:translate(-50%) translateY(-4px)}.home-mochi-stage__character>img{display:block;width:205px;height:236px;object-fit:contain;filter:drop-shadow(0 13px 18px rgb(48 54 76 / 10%));pointer-events:none;user-select:none}.home-mochi-stage__speech{bottom:62px;min-height:44px;padding:8px 21px;font-size:11px}.home-final-sidebar{gap:14px}.home-final-sidebar>section{padding:18px}.home-final-sidebar>.home-checkin-card{padding-top:4px;padding-bottom:12px}.home-final-sidebar h2{margin-bottom:13px;font-size:15px}.home-mood-button{width:46px;font-size:21px}.home-checkin-card p{margin-top:14px;padding:7px 11px;font-size:10px}.home-calm-card,.home-vent-card{border-radius:17px!important}.home-calm-card button{min-height:50px;font-size:12px}.home-vent-card p{font-size:11px}.home-vent-card button{min-height:39px;font-size:12px}@media (max-width: 900px){.home-final__grid{grid-template-columns:1fr}.home-final-sidebar{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 620px){.home-final__intro,.home-final__grid{width:calc(100% - 28px)}.home-mochi-stage{min-height:465px}.home-mochi-stage__character{top:76px;width:210px;height:242px}.home-mochi-stage__character>img{width:184px;height:auto}.home-mochi-stage__speech{bottom:45px}.home-final-sidebar{grid-template-columns:1fr}}.circle-delete-button{display:inline-flex;align-items:center;gap:6px;margin-left:auto;border:none;background:transparent;color:#c0466b;font:inherit;font-size:.82rem;font-weight:600;cursor:pointer;padding:6px 10px;border-radius:12px}.circle-delete-button:hover{background:#c0466b1f}.circle-trash-link{display:inline-flex;align-items:center;gap:6px;color:#6b7280;font-size:.82rem;font-weight:600;text-decoration:none;padding:6px 12px;border-radius:12px;white-space:nowrap}.circle-trash-link:hover{background:#0f172a0f}.circle-final-empty{padding:22px 16px;text-align:center;color:#6b7280;font-size:.92rem;line-height:1.5}.admin-dropdown-wrap{position:relative}.admin-topbar__actions .admin-account{border:none;cursor:pointer;font:inherit;text-align:left}.admin-dropdown{position:absolute;right:0;top:calc(100% + 8px);z-index:60;min-width:244px;background:#fff;border:1px solid #e6eaf0;border-radius:14px;box-shadow:0 18px 44px #14285029;padding:14px 16px;display:flex;flex-direction:column;gap:6px}.admin-dropdown>strong{font-size:.95rem}.admin-dropdown small{color:#6b7280}.admin-dropdown p{margin:0;font-size:.85rem;color:#374151}.admin-dropdown__muted{color:#9ca3af!important}.admin-dropdown__role{font-size:.74rem;font-weight:700;color:#147df5}.admin-dropdown__logout{display:inline-flex;align-items:center;gap:8px;margin-top:6px;padding:8px 10px;border:none;background:#fff0f3;color:#c0466b;border-radius:10px;font-weight:700;cursor:pointer}.admin-dropdown__logout:hover{background:#ffe0e8}.admin-stat-row{display:flex;justify-content:space-between;align-items:center;padding:11px 0;border-bottom:1px solid #eef1f6;font-size:.9rem}.admin-stat-row:last-of-type{border-bottom:none}.admin-stat-row strong{font-size:1rem}.admin-empty{padding:16px;text-align:center;color:#9ca3af;font-size:.88rem}.auth-final__google-gsi{display:flex;justify-content:center;width:100%;max-width:100%;overflow:hidden;min-height:44px;margin:2px 0}
