:root{--lotus-petal-light: #ffd7e7;--lotus-petal: #ffb6d6;--lotus-petal-dark: #fa64d3;--lotus-purple: #e19ad9;--lotus-violet: #a98bff;--leaf-green: #8fd3a7;--gold-light: #ffd46b;--gold-dark: #8a6a2f;--color-background: var(--lotus-petal-light);--color-surface: color-mix(in srgb, var(--lotus-petal-light) 12%, white);--color-surface-muted: color-mix(in srgb, var(--lotus-petal-light) 48%, white);--color-text: color-mix(in srgb, var(--lotus-petal-dark) 30%, black);--color-text-muted: color-mix(in srgb, var(--lotus-purple) 38%, black);--color-primary: var(--gold-dark);--color-accent: var(--lotus-petal-dark);--color-success: var(--leaf-green);--color-focus: var(--lotus-violet);--color-border: color-mix(in srgb, var(--gold-dark) 22%, transparent);--color-shadow: color-mix(in srgb, var(--gold-dark) 12%, transparent);color:var(--color-text);background:var(--color-background);font-family:Inter,ui-rounded,SF Pro Rounded,system-ui,sans-serif;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;min-height:100dvh;overflow-x:hidden;background:radial-gradient(circle at 50% 10%,color-mix(in srgb,var(--lotus-petal) 72%,white),transparent 32rem),linear-gradient(180deg,var(--lotus-petal-light),var(--color-surface) 82%)}button,textarea{font:inherit}.shell{min-height:100vh;min-height:100dvh;padding-top:max(24px,var(--tg-content-safe-area-inset-top, 0px),var(--tg-safe-area-inset-top, env(safe-area-inset-top)));padding-right:max(20px,var(--tg-content-safe-area-inset-right, 0px),var(--tg-safe-area-inset-right, env(safe-area-inset-right)));padding-bottom:max(24px,var(--tg-content-safe-area-inset-bottom, 0px),var(--tg-safe-area-inset-bottom, env(safe-area-inset-bottom)));padding-left:max(20px,var(--tg-content-safe-area-inset-left, 0px),var(--tg-safe-area-inset-left, env(safe-area-inset-left)));display:grid;place-items:center}.companion{width:min(100%,520px)}.welcome{text-align:center}.welcome-body{margin:0 auto 28px;max-width:440px;color:var(--color-text-muted);line-height:1.6;overflow-wrap:anywhere}.welcome-actions{display:grid;justify-items:center;gap:10px}.welcome-actions button{min-height:44px}.welcome-skip{background:transparent;color:var(--gold-dark);font-weight:650}.welcome-skip:hover{text-decoration:underline;text-underline-offset:.2em}.gon{width:clamp(156px,48vw,232px);margin:0 auto 16px;position:relative}.gon-image{display:block;width:100%;height:auto;object-fit:contain;transform-origin:center 70%;animation:gon-breathe 5.5s ease-in-out infinite;will-change:transform}@keyframes gon-breathe{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-4px) scale(1.015)}}.eyebrow{margin:0;color:var(--gold-dark);font-size:.78rem;font-weight:700;letter-spacing:.12em;text-align:center;text-transform:uppercase}h1{margin:12px auto 8px;max-width:440px;color:var(--color-text);font-family:Georgia,Times New Roman,serif;font-size:clamp(2rem,8vw,3.15rem);font-weight:500;line-height:1.05;text-align:center}.intro{margin:0 0 28px;color:var(--color-text-muted);text-align:center}form,.response{border:1px solid var(--color-border);border-radius:24px;background:color-mix(in srgb,var(--color-surface) 90%,transparent);box-shadow:0 18px 60px var(--color-shadow);padding:20px}label,legend{display:block;margin-bottom:10px;font-weight:650}fieldset{min-width:0;margin:0 0 22px;padding:0;border:0}.mood-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.mood{margin:0;position:relative;cursor:pointer}.mood input{position:absolute;width:1px;height:1px;opacity:0}.mood-control{min-height:78px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:1px solid var(--color-border);border-radius:18px;background:var(--color-surface-muted);color:var(--color-text);padding:8px 4px;text-align:center;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease,transform .15s ease}.mood-emoji{display:block;font-size:1.75rem;line-height:1}.mood-label{display:block;max-width:100%;font-size:.72rem;line-height:1.15;overflow-wrap:anywhere}.mood input:focus-visible+.mood-control{box-shadow:0 0 0 3px color-mix(in srgb,var(--color-focus) 45%,transparent)}.mood-selected .mood-control{border-color:var(--lotus-violet);background:color-mix(in srgb,var(--lotus-violet) 20%,var(--color-surface));box-shadow:inset 0 0 0 1px var(--lotus-violet);transform:scale(1.02)}.optional{color:var(--color-text-muted);font-size:.78rem;font-weight:500}textarea{width:100%;resize:vertical;border:0;border-radius:14px;outline:0;background:var(--color-surface-muted);color:var(--color-text);line-height:1.55;padding:14px}.privacy-note{margin:12px 0 0;color:var(--color-text-muted);font-size:.78rem;line-height:1.45}textarea:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb,var(--color-focus) 45%,transparent)}.form-footer{margin-top:14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.form-footer span{color:var(--color-text-muted);font-size:.78rem}button{border:0;border-radius:999px;background:var(--color-primary);color:#fff;cursor:pointer;font-weight:700;padding:12px 18px}button:disabled{cursor:default;opacity:.45}button:focus-visible,h1:focus-visible{outline:3px solid var(--color-focus);outline-offset:3px}.response{margin-top:16px;background:color-mix(in srgb,var(--color-success) 32%,var(--color-surface))}.response span{color:var(--gold-dark);font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.response p{margin:8px 0 0;line-height:1.6;white-space:pre-wrap}.response-error{background:color-mix(in srgb,var(--lotus-petal) 38%,var(--color-surface))}.boundary{margin:18px auto 0;max-width:420px;color:var(--color-text-muted);font-size:.78rem;line-height:1.5;text-align:center}@media(max-width:360px){.mood-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(prefers-reduced-motion:reduce){.gon-image{animation:none;transform:none;will-change:auto}.mood-control{transition:none}}
