@import"https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap";*{box-sizing:border-box}:root{color:#030712;font-family:Open Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased}html,body,#root{width:100%;height:var(--app-height, 100svh);min-height:var(--app-height, 100svh);margin:0;overflow:hidden}body{background:#fff;overscroll-behavior:none;touch-action:manipulation}button,input,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}.page-shell{height:var(--app-height, 100svh);min-height:var(--app-height, 100svh);display:flex;justify-content:center;background:#f6f7fb}.mobile-app{width:min(100vw,430px);height:var(--app-height, 100svh);min-height:var(--app-height, 100svh);position:relative;overflow:hidden;background:#fff;box-shadow:0 0 0 1px #e5e7ebc7}.app-screen{position:absolute;inset:0;overflow:hidden;background:#fff}.onboarding-layout{position:absolute;inset:0 16px 96px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px;padding-bottom:48px}.onboarding-layout h1{width:100%;margin:0;color:#030712;font-size:36px;font-weight:700;line-height:48px;text-align:center}.mood-cluster{width:333px;height:259px;position:relative;flex:0 0 auto}.mood-cluster .cluster-tile{position:absolute;box-shadow:none}.cluster-red{top:0;left:114px}.cluster-green{left:0;top:120px}.cluster-pink{left:186px;top:110px}.cluster-yellow{left:86px;top:85px;z-index:2}.registration-layer{position:absolute;inset:0;z-index:6;display:grid;place-items:center;padding:16px;background:#ffffff80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:fade-in .18s ease both}.registration-card{width:100%;max-height:calc(100svh - 32px);display:grid;gap:18px;overflow-y:auto;border:1px solid rgba(229,231,235,.9);border-radius:28px;padding:22px 18px 18px;background:#fffffff2;box-shadow:0 24px 60px #0f172a29;animation:sheet-up .26s ease both}.registration-heading h2,.avatar-onboarding-copy h2{margin:0;color:#030712;font-size:25px;font-weight:700;line-height:32px;text-align:center}.registration-heading p,.avatar-onboarding-copy p{margin:6px auto 0;max-width:300px;color:#6b7280;font-size:14px;font-weight:600;line-height:20px;text-align:center}.registration-field{display:grid;gap:8px}.registration-field>span{color:#030712;font-size:13px;font-weight:700;line-height:18px}.language-grid,.profile-language-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.language-option{min-height:40px;border:1px solid #e5e7eb;border-radius:15px;padding:0 8px;color:#030712;background:#fff;cursor:pointer;font-size:12px;font-weight:700;line-height:15px;transition:border-color .18s ease,background .18s ease,transform .18s ease}.language-option.active{border-color:#030712;background:#f9da4a}.language-option:active{transform:translateY(1px)}.language-option.compact{min-height:36px;border-radius:13px;font-size:11px}.avatar-onboarding{background:#fff}.avatar-onboarding-layout{position:absolute;inset:58px 16px 214px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px}.avatar-preview-ring{width:min(62vw,248px);aspect-ratio:1;display:grid;place-items:center;border-radius:50%;background:radial-gradient(circle at 50% 44%,#ffffff 0 42%,transparent 43%),conic-gradient(from 220deg,#f9da4a,#b4eccd,#f5a9a7,#f9da4a);box-shadow:0 26px 54px #0f172a24}.avatar-preview-img{width:78%;height:78%;display:block;border-radius:50%;object-fit:cover}.avatar-preview-placeholder{width:78%;height:78%;display:grid;place-items:center;border-radius:50%;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,#0307122e,#0307120a) border-box;border:1px solid transparent}.avatar-preview-placeholder span{width:42%;height:42%;border-radius:50%;background:radial-gradient(circle at 50% 35%,rgba(3,7,18,.16) 0 25%,transparent 26%),radial-gradient(ellipse at 50% 78%,rgba(3,7,18,.12) 0 45%,transparent 46%)}.avatar-onboarding-actions{position:absolute;left:16px;right:16px;bottom:calc(max(22px,env(safe-area-inset-bottom)) + 70px);display:grid;grid-template-columns:1fr 1fr;gap:12px}.onboarding-avatar-choice{min-height:118px;border:1px solid #e5e7eb;border-radius:24px;display:grid;place-items:center;gap:7px;padding:12px;color:#030712;background:#fff;cursor:pointer;font-size:13px;font-weight:700;box-shadow:0 12px 28px #0f172a14;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}.onboarding-avatar-choice .avatar-img{width:74px;height:74px}.onboarding-avatar-choice.active{border-color:#030712;box-shadow:0 16px 36px #0f172a1f}.onboarding-avatar-choice:active{transform:translateY(1px)}.avatar-continue{position:absolute;left:16px;right:16px;bottom:max(18px,env(safe-area-inset-bottom));z-index:4;opacity:0;pointer-events:none;transform:translateY(14px);transition:opacity .24s ease,transform .26s ease}.avatar-continue.visible{opacity:1;pointer-events:auto;transform:translateY(0)}.avatar-continue .primary-button{gap:8px}.avatar-continue p{margin:8px 0 0;color:#6b7280;font-size:12px;font-weight:700;line-height:16px;text-align:center}.bottom-action{position:absolute;left:16px;right:16px;bottom:max(24px,env(safe-area-inset-bottom));z-index:4}.primary-button{width:100%;height:48px;border:0;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;color:#78350f;cursor:pointer;font-size:16px;font-weight:600;line-height:16px;transition:transform .18s ease,filter .18s ease}.primary-button:active{transform:translateY(1px) scale(.99)}.primary-button:disabled{color:#8a7a2e;cursor:not-allowed;filter:saturate(.65);opacity:.58}.primary-button.amber{background:#f9da4a}.primary-button.dark{color:#fafafa;background:#0a0a0a}.primary-button.compact{width:160px}.security-screen{display:grid;place-items:center;padding:18px 16px;background:radial-gradient(circle at 50% 6%,rgba(249,218,74,.28),transparent 34%),#fff}.security-card{width:100%;max-height:calc(100svh - 36px);display:grid;gap:16px;overflow-y:auto;border:1px solid rgba(229,231,235,.95);border-radius:28px;padding:22px 18px 18px;background:#fffffff5;box-shadow:0 24px 60px #0f172a24;animation:sheet-up .26s ease both}.security-card.compact-card{width:auto;min-width:245px;place-items:center;text-align:center}.security-card h1{margin:0;color:#030712;font-size:27px;font-weight:700;line-height:34px;text-align:center}.security-card p{margin:0;color:#5b6472;font-size:14px;font-weight:600;line-height:21px;text-align:center}.security-icon{justify-self:center;width:58px;height:58px;display:grid;place-items:center;border-radius:22px;color:#030712;background:#f9da4a}.seed-input{width:100%;min-height:120px;border:1px solid #e5e7eb;border-radius:18px;padding:13px 14px;color:#030712;background:#fafafa;resize:none;outline:none;font-size:14px;font-weight:700;line-height:22px}.seed-input:focus{border-color:#f9da4a;box-shadow:0 0 0 4px #f9da4a3d}.security-error{color:#b42318!important;font-weight:700!important}.seed-reveal-layer{z-index:30}.seed-reveal-card{text-align:center}.seed-phrase{border:1px solid #030712;border-radius:20px;padding:14px;color:#030712;background:#fff9db;font-size:15px;font-weight:800;line-height:24px;overflow-wrap:anywhere;-webkit-user-select:text;user-select:text}.seed-actions{display:grid;grid-template-columns:auto 1fr;gap:10px}.home-layout{position:absolute;inset:18px 16px 0;display:flex;flex-direction:column;gap:24px;overflow-y:auto;padding-bottom:max(24px,env(safe-area-inset-bottom));scrollbar-width:none}.home-layout::-webkit-scrollbar{display:none}.profile-header{min-height:178px;padding:10px 0 12px;display:flex;flex-direction:column;align-items:center;gap:16px}.avatar-button{width:100px;height:100px;padding:0;border:0;border-radius:50%;position:relative;background:transparent;cursor:pointer}.avatar-edit-badge{position:absolute;right:-3px;bottom:4px;display:grid;place-items:center;width:28px;height:28px;border:2px solid #fff;border-radius:50%;color:#78350f;background:#f9da4a}.avatar-img{width:100%;height:100%;display:block;border-radius:50%;object-fit:cover}.profile-copy{width:100%;text-align:center}.profile-copy h2{margin:0;color:#030712;font-size:24px;font-weight:700;line-height:32px}.profile-copy p{margin:8px 0 0;color:#030712;font-size:16px;font-weight:400;line-height:24px}.mood-question{width:100%;display:grid;grid-template-columns:70px 1fr;align-items:center;gap:24px;padding:16px 0}.mood-question h3{width:225px;max-width:100%;margin:0 0 16px;color:#030712;font-size:20px;font-weight:600;line-height:28px}.tracker-card{width:100%;min-height:252px;border:1px solid #e0e0e0;border-radius:15px;padding:20px 16px;background:#fff}.tracker-button{display:block;text-align:left;color:inherit;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.tracker-button:active{transform:translateY(1px)}.tracker-button:focus-visible{outline:3px solid rgba(249,218,74,.48);outline-offset:3px}.tracker-heading{display:flex;align-items:flex-start;gap:16px}.tracker-heading h3{flex:1;margin:0;color:#030712;font-size:20px;font-weight:600;line-height:28px}.tracker-heading span{margin-top:1px;color:#17233d;font-size:14px;font-weight:300;line-height:20px}.gauge{--red-stop: 7%;--green-start: 29%;width:100%;height:108px;margin-top:18px;overflow:hidden;position:relative}.gauge:before{content:"";position:absolute;left:0;right:0;top:0;aspect-ratio:2 / 1;border-radius:311px 311px 0 0;background:conic-gradient(from 270deg at 50% 100%,#f3716d 0 var(--red-stop),#f9da4a var(--red-stop) var(--green-start),#b4eccd var(--green-start) 50%,transparent 50% 100%)}.gauge.gauge-empty:before{background:#edf0f4}.gauge:after{content:"";position:absolute;left:43px;right:43px;top:29px;aspect-ratio:2 / 1;border-radius:224px 224px 0 0;background:#fff}.tracker-empty{margin:14px 0 0;color:#6b7280;font-size:14px;font-weight:700;line-height:20px;text-align:center}.legend{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:18px}.legend-item{display:flex;align-items:center;gap:8px;min-width:0}.legend-item span{color:#030712;font-size:14px;font-weight:400;line-height:20px;white-space:nowrap}.check-screen{color:#030712}.back-button{position:absolute;top:20px;left:15px;z-index:4;width:38px;height:38px;display:grid;place-items:center;border:1px solid rgba(0,0,0,.16);border-radius:16px;color:#030712;background:#ffffff40;cursor:pointer}.check-layout{position:absolute;inset:54px 16px 76px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:10px;padding:2px 0 20px;overflow:hidden;scrollbar-width:none;transition:gap .26s ease}.check-layout::-webkit-scrollbar{display:none}.check-layout h2{margin:0;color:#030712;font-size:24px;font-weight:700;line-height:32px}.check-layout.note-open{gap:8px}.check-layout.note-open .giant-face{width:132px!important;height:132px!important;transition:width .26s ease,height .26s ease}.mood-options{width:100%;display:flex;flex-direction:column;gap:10px;padding:8px 0}.mood-option{width:100%;height:40px;border:1px solid #000;border-radius:16px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 18px;color:#030712;background:transparent;cursor:pointer;font-size:12px;font-weight:600;line-height:16px}.mood-option span{grid-column:2}.mood-option svg{grid-column:3;justify-self:end}.mood-option.selected{background:#ffffff38}.mood-note{width:100%;max-height:0;display:grid;gap:8px;opacity:0;overflow:hidden;transform:translateY(-8px) scale(.98);transform-origin:center top;transition:max-height .32s ease,opacity .26s ease,transform .32s ease}.mood-note.visible{max-height:172px;opacity:1;transform:translateY(0) scale(1)}.mood-note label{color:#030712;font-size:13px;font-weight:700;line-height:18px}.mood-note textarea{width:100%;min-height:88px;max-height:104px;border:1px solid #030712;border-radius:18px;padding:12px 14px;color:#030712;background:#ffffff52;outline:none;resize:none;font-size:14px;font-weight:600;line-height:20px}.mood-note textarea::placeholder{color:#0307128a}.mood-note textarea:focus{box-shadow:0 0 0 3px #0307121f}.mood-note>span{justify-self:end;color:#0307129e;font-size:12px;font-weight:700;line-height:16px}.mood-tile{position:relative;flex:0 0 auto;overflow:hidden;display:grid;place-items:center}.mood-svg{width:100%;height:100%;display:block;overflow:visible}.giant-face .mood-svg{width:100%;height:100%}.sheet-backdrop{position:absolute;inset:0;z-index:20;display:flex;align-items:flex-end;padding:0 12px 12px;background:#03071257;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);animation:fade-in .18s ease both}.profile-sheet{width:100%;max-height:calc(100svh - 24px);overflow-y:auto;border-radius:28px;padding:10px 18px 20px;background:#fff;box-shadow:0 -20px 50px #03071233;animation:sheet-up .26s ease both}.sheet-handle{width:44px;height:5px;margin:0 auto 16px;border-radius:100px;background:#d1d5db}.sheet-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.sheet-heading h2{margin:0;color:#030712;font-size:22px;font-weight:700;line-height:30px}.sheet-heading p{margin:2px 0 0;color:#6b7280;font-size:14px;line-height:20px}.icon-button{width:38px;height:38px;display:grid;place-items:center;border:0;border-radius:14px;color:#78350f;background:#f9da4a;cursor:pointer}.field-label{display:block;margin-top:18px;margin-bottom:8px;color:#030712;font-size:13px;font-weight:700;line-height:18px}.name-input{width:100%;height:46px;border:1px solid #e5e7eb;border-radius:16px;padding:0 14px;color:#030712;background:#fafafa;font-size:16px;font-weight:600;outline:none}.name-input:focus{border-color:#f9da4a;box-shadow:0 0 0 4px #f9da4a3d}.avatar-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px}.profile-language-grid{margin-top:0}.avatar-choice{min-height:116px;border:1px solid #e5e7eb;border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:#030712;background:#fff;cursor:pointer;font-size:13px;font-weight:700}.avatar-choice .avatar-img{width:70px;height:70px}.avatar-choice.active{border-color:#030712;background:#fff9db}.journal-backdrop{padding:0 12px 12px}.journal-sheet{width:100%;max-height:calc(100svh - 44px);border-radius:28px;padding:10px 14px 16px;display:flex;flex-direction:column;background:#f7f8fb;box-shadow:0 -20px 50px #03071238;animation:sheet-up .26s ease both}.journal-list{min-height:0;display:flex;flex-direction:column;gap:10px;margin-top:16px;padding:0 2px 2px;overflow-y:auto;scrollbar-width:none}.journal-list::-webkit-scrollbar{display:none}.journal-notification{width:100%;display:grid;grid-template-columns:42px 1fr;align-items:start;gap:12px;border:1px solid rgba(229,231,235,.86);border-radius:20px;padding:12px;background:#ffffffe0;box-shadow:0 12px 24px #0f172a14}.journal-copy{min-width:0}.journal-copy>div{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.journal-copy strong{color:#030712;font-size:15px;font-weight:700;line-height:20px}.journal-copy time{flex:0 0 auto;color:#6b7280;font-size:12px;font-weight:700;line-height:16px}.journal-copy p{margin:4px 0 0;color:#374151;font-size:13px;font-weight:600;line-height:19px}.journal-empty{min-height:176px;border:1px solid rgba(229,231,235,.86);border-radius:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:22px 18px;background:#ffffffe0;text-align:center;box-shadow:0 12px 24px #0f172a14}.journal-empty-icon{margin-bottom:2px}.journal-empty h3{margin:0;color:#030712;font-size:17px;font-weight:700;line-height:22px}.journal-empty p{max-width:260px;margin:0;color:#6b7280;font-size:13px;font-weight:600;line-height:19px}@keyframes fade-in{0%{opacity:0}}@keyframes sheet-up{0%{opacity:0;transform:translateY(18px)}}.sheet-actions{display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:14px}.secondary-button{height:44px;border:1px solid #030712;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;color:#030712;background:#fff;cursor:pointer;font-size:13px;font-weight:700}.secondary-button.subtle{border-color:#e5e7eb;color:#4b5563}.custom-preview{margin-top:12px;display:flex;align-items:center;gap:8px;color:#166534;font-size:13px;font-weight:600;line-height:18px}@media(max-width:430px){.page-shell{padding:0;background:#fff}.mobile-app{width:100vw;min-height:100svh}}@media(display-mode:standalone){.page-shell{background:#fff}.mobile-app{width:100vw;box-shadow:none}}@media(max-height:760px){.mobile-app{min-height:var(--app-height, 100svh)}.onboarding-layout{padding-bottom:10px}.avatar-onboarding-layout{inset:48px 16px 188px;gap:16px}.avatar-preview-ring{width:min(54vw,204px)}.avatar-onboarding-actions{bottom:calc(max(16px,env(safe-area-inset-bottom)) + 60px)}.onboarding-avatar-choice{min-height:100px;border-radius:20px;padding:9px}.onboarding-avatar-choice .avatar-img{width:62px;height:62px}.avatar-continue{bottom:max(14px,env(safe-area-inset-bottom))}.profile-header{min-height:148px;gap:10px}.home-layout{top:12px;gap:16px}.avatar-button{width:82px;height:82px}.profile-copy h2{font-size:22px;line-height:28px}.profile-copy p{margin-top:4px;font-size:14px;line-height:20px}.mood-question{grid-template-columns:60px 1fr;gap:18px;padding:8px 0}.mood-question .mood-tile{width:60px!important;height:63px!important}.mood-question h3{margin-bottom:10px;font-size:19px;line-height:25px}.primary-button.compact{width:150px}.tracker-card{min-height:222px;padding-top:18px;padding-bottom:16px}.gauge{height:92px;margin-top:14px}.gauge:after{left:38px;right:38px;top:24px}.tracker-empty{margin-top:10px}.legend{margin-top:12px;gap:10px}.legend-item{gap:6px}.legend-item .mood-tile{width:30px!important;height:31.5px!important}.legend-item span{font-size:12px;line-height:16px}.check-layout{inset:52px 16px 72px;gap:8px}.check-layout .giant-face{width:132px!important;height:132px!important}.check-layout.note-open .giant-face{width:112px!important;height:112px!important}.check-layout h2{font-size:22px;line-height:28px}.mood-options{gap:8px;padding:6px 0}.mood-option{height:37px}.mood-note.visible{max-height:150px}.mood-note textarea{min-height:74px;max-height:84px}}
