:root{--brand-blue:#2e6bff;--brand-purple:#7b4dff;--brand-magenta:#e646a6;--brand-orange:#ff8a3d;--brand-primary:var(--brand-purple);--brand-secondary:var(--brand-blue);--background-primary:#f3ecff;--background-secondary:#f7eaf4;--background-tertiary:#fde9f1;--background-quaternary:#fff3ec;--background-base:#f7f8fb;--gradient-bg-soft:linear-gradient(180deg,var(--background-primary) 0%,var(--background-secondary) 33%,var(--background-tertiary) 66%,var(--background-quaternary) 100%);--gradient-shell-gutter:radial-gradient(ellipse 52% 48% at 92% 22%,rgba(196,181,253,.55),transparent 68%),radial-gradient(ellipse 46% 42% at 88% 58%,rgba(244,114,182,.22),transparent 70%),radial-gradient(ellipse 48% 46% at 8% 72%,rgba(221,214,254,.42),transparent 68%),radial-gradient(ellipse 40% 36% at 12% 18%,rgba(233,213,255,.35),transparent 65%),#f8f6fc;--gradient-resonance:linear-gradient(135deg,var(--brand-blue) 0%,var(--brand-purple) 33%,var(--brand-magenta) 66%,var(--brand-orange) 100%);--gradient-resonance-soft:linear-gradient(135deg,rgba(46,107,255,.45),rgba(123,77,255,.4) 40%,rgba(230,70,166,.35) 70%,rgba(255,138,61,.3));--glow-ring:0 0 24px rgba(123,77,255,.12);--surface-primary:#fff;--surface-secondary:#fafbfd;--surface-elevated:#fff;--surface-tinted:hsla(0,0%,100%,.72);--surface-tinted-strong:rgba(253,249,255,.88);--border-subtle:rgba(232,235,242,.6);--border-default:#e8ebf2;--text-primary:#1a1a1a;--text-secondary:#666b75;--text-tertiary:#9ca3af;--accent-soft:#f1f3f8;--success:#22c55e;--warning:#f59e0b;--error:#ef4444;--dimension-emotional:#e646a6;--dimension-communication:#7b4dff;--dimension-interests:#2e6bff;--dimension-values:#ff8a3d;--dimension-emotional-soft:rgba(230,70,166,.5);--dimension-communication-soft:rgba(123,77,255,.5);--dimension-interests-soft:rgba(46,107,255,.5);--dimension-values-soft:rgba(255,138,61,.5);--chat-user-bg:linear-gradient(135deg,rgba(123,77,255,.88),rgba(230,70,166,.82));--chat-other-bg:var(--surface-tinted);--chat-suggestion-bg:rgba(241,243,248,.7);--shadow-card:0 4px 20px rgba(0,0,0,.04);--shadow-floating:0 8px 32px rgba(0,0,0,.06);--shadow-subtle:0 2px 12px rgba(0,0,0,.03);--space-0:0;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-7:28px;--space-8:32px;--space-9:36px;--space-10:40px;--space-12:48px;--space-14:56px;--space-16:64px;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-full:9999px;--font-sans:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--font-medium:500;--font-semibold:600;--font-bold:700;--app-max-width:428px;--app-phone-radius:36px;--app-phone-frame:1px solid rgba(15,23,42,.1);--app-phone-shadow:0 0 0 1px hsla(0,0%,100%,.55) inset,0 1px 2px rgba(15,23,42,.04),0 24px 48px -16px rgba(15,23,42,.22);--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--app-tab-bar-inset:calc(71px + var(--safe-bottom))}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;background:var(--gradient-shell-gutter);background-attachment:fixed}body{margin:0;font-family:var(--font-sans);font-size:var(--text-base);line-height:1.5;color:var(--text-primary);background:transparent;min-height:100dvh}#__next,.app-viewport{position:relative;min-height:100dvh;height:100dvh;max-height:100dvh;overflow:hidden;display:flex;flex-direction:column;width:100%;max-width:var(--app-max-width);margin:0 auto;background:var(--background-base)}@media (min-width:480px){body{display:flex;justify-content:center;align-items:center;min-height:100dvh;padding:18px 12px;box-sizing:border-box}#__next,.app-viewport{position:relative;z-index:1;height:calc(100dvh - 36px);max-height:calc(100dvh - 36px);min-height:calc(100dvh - 36px);border-radius:var(--app-phone-radius);border:var(--app-phone-frame);box-shadow:var(--app-phone-shadow)}.app-tab-bar{border-bottom-left-radius:calc(var(--app-phone-radius) - 1px);border-bottom-right-radius:calc(var(--app-phone-radius) - 1px)}}@media (min-width:960px){body:before{content:"";position:fixed;top:12dvh;right:clamp(24px,7vw,150px);width:clamp(260px,27vw,520px);aspect-ratio:1/1;pointer-events:none;z-index:0;background:url(/logo/TrueResonanceLogo.svg) 50%/contain no-repeat;opacity:.11;filter:saturate(.9)}}a{color:var(--brand-primary);text-decoration:none}button{font-family:inherit;cursor:pointer}img{max-width:100%;height:auto;display:block}@keyframes profile-hub-spin{to{transform:rotate(1turn)}}.profile-hub-status-loader{flex-shrink:0;animation:profile-hub-spin .85s linear infinite}