*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--theme-bg: #F0BEC8;--theme-neu-shadow: -6px -6px 14px rgba(255,255,255,.82), 6px 6px 14px rgba(180,90,110,.3);--theme-neu-shadow-sm: -3px -3px 8px rgba(255,255,255,.82), 3px 3px 8px rgba(180,90,110,.24);--theme-neu-inset: inset -3px -3px 7px rgba(255,255,255,.75), inset 3px 3px 7px rgba(180,90,110,.22);--theme-accent: #D4607A;--theme-accent2: #E08898;--theme-accent-deep: #B03050;--theme-accent-text: #ffffff;--theme-hdr-bg: #F0BEC8;--theme-badge-from: rgba(212,96,122,.15);--theme-badge-to: rgba(212,96,122,.08);--theme-card-back: #E8AABA;--theme-progress-bar: linear-gradient(90deg, #D4607A, #E08898);--theme-input-focus: rgba(212,96,122,.3);--theme-success-bg: rgba(180,230,180,.3);--theme-success-border: rgba(100,180,100,.3);--theme-success-text: #2a6a3a;--ink: #4A1A28;--ink-muted: #8A5060;--ink-faint: #B890A0;--theme-orb1: rgba(255,255,255,.35);--theme-orb2: rgba(180,80,100,.1);--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif;--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--ease-smooth: cubic-bezier(.4, 0, .2, 1);--radius: 16px;--radius-lg: 22px;--radius-pill: 999px}html,body,#root{height:100%;width:100%}body{font-family:var(--font-body);color:var(--ink);background-color:var(--theme-bg);background-attachment:fixed;min-height:100vh;-webkit-font-smoothing:antialiased;transition:background-color .5s var(--ease-smooth)}body:before,body:after{content:"";position:fixed;border-radius:50%;filter:blur(90px);pointer-events:none;z-index:0;transition:background .5s}body:before{width:500px;height:500px;background:radial-gradient(circle,var(--theme-orb1) 0%,transparent 70%);top:-140px;left:-120px}body:after{width:420px;height:420px;background:radial-gradient(circle,var(--theme-orb2) 0%,transparent 70%);bottom:-100px;right:-100px}#root{position:relative;z-index:1}.neu-card{background:var(--theme-bg);box-shadow:var(--theme-neu-shadow);border-radius:var(--radius-lg);border:1px solid rgba(0,0,0,.07);transition:background .5s,box-shadow .5s}.neu-card-sm{background:var(--theme-bg);box-shadow:var(--theme-neu-shadow-sm);border-radius:var(--radius);border:none;transition:background .5s,box-shadow .5s}.neu-inset{background:var(--theme-bg);box-shadow:var(--theme-neu-inset);border-radius:var(--radius);border:none;transition:background .5s,box-shadow .5s}button{font-family:var(--font-body);cursor:pointer;border:none;outline:none;transition:box-shadow .18s,transform .15s var(--ease-spring),opacity .2s}button:active{transform:scale(.96)}button:disabled{opacity:.4;cursor:not-allowed;transform:none}input,textarea{font-family:var(--font-body);font-size:.93rem;color:var(--ink);background:var(--theme-bg);box-shadow:var(--theme-neu-inset);border:none;border-radius:12px;padding:12px 16px;width:100%;outline:none;resize:vertical;transition:box-shadow .2s}input:focus,textarea:focus{box-shadow:var(--theme-neu-inset),0 0 0 3px var(--theme-input-focus)}input::placeholder,textarea::placeholder{color:var(--ink-faint)}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#00000026;border-radius:99px}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.93)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.anim-fade-up{animation:fadeUp .42s var(--ease-smooth) both}.anim-fade-in{animation:fadeIn .32s var(--ease-smooth) both}.anim-scale-in{animation:scaleIn .38s var(--ease-spring) both}.stagger>*:nth-child(1){animation-delay:.04s}.stagger>*:nth-child(2){animation-delay:.1s}.stagger>*:nth-child(3){animation-delay:.16s}.stagger>*:nth-child(4){animation-delay:.22s}.stagger>*:nth-child(5){animation-delay:.28s}.stagger>*:nth-child(6){animation-delay:.34s}.display{font-family:var(--font-display);font-weight:400;letter-spacing:-.01em}.theme-modal{position:fixed;z-index:101;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100vw - 32px);max-width:520px;max-height:calc(100vh - 32px);overflow-y:auto}@media (max-width: 480px){.hdr-mobile{padding:12px 14px!important;gap:8px!important}.hdr-theme-name{display:none}.hdr-sign-out{padding:6px 9px!important;font-size:0!important}.hdr-sign-out:after{content:"↪";font-size:13px}.hdr-logo-text{display:none}}
