@import"https://fonts.googleapis.com/css2?family=Archivo+Black&family=Bebas+Neue&display=swap";:root{color-scheme:dark;--bg: #1b1511;--bg-2: #231a16;--ink: #efe7dd;--muted: rgba(239, 231, 221, .62);--accent: #a90f0f;--accent-2: #d1512d;--card: rgba(28, 21, 18, .92);--shadow: 0 28px 60px rgba(0, 0, 0, .45)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Archivo Black,Arial Black,system-ui,sans-serif;background:var(--bg);color:var(--ink);min-height:100vh}#root{min-height:100vh}.page{position:relative;min-height:100vh;padding:48px clamp(24px,6vw,96px) 56px;display:flex;flex-direction:column;gap:28px;overflow:hidden}.backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 10% 10%,#2d1f18 0%,transparent 55%),radial-gradient(circle at 80% 15%,#3b2018 0%,transparent 55%),radial-gradient(circle at 30% 80%,#2a2018 0%,transparent 60%),linear-gradient(135deg,#16100d,#241a15);z-index:0}.noise{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='0.18'/%3E%3C/svg%3E");mix-blend-mode:screen;opacity:.18;z-index:1}.hero,.panel,.footer{position:relative;z-index:2}.hero{max-width:720px;display:flex;flex-direction:column;gap:14px;transform:rotate(.5deg)}.title{font-family:Bebas Neue,Arial Black,sans-serif;font-size:clamp(64px,8vw,130px);letter-spacing:-.02em;text-transform:lowercase;display:inline-block;color:#f6e7d3;text-shadow:6px 6px 0 rgba(0,0,0,.6)}.subtitle{font-size:clamp(16px,2.6vw,22px);color:var(--muted);max-width:520px}.chips{display:flex;flex-wrap:wrap;gap:10px;align-items:baseline}.chip-label{font-size:12px;letter-spacing:.1em;color:var(--muted)}.chip-list{display:inline-flex;flex-wrap:wrap;gap:0}.chip-item{display:inline-flex;align-items:baseline}.chip-button{border:none;background:none;padding:0;font:inherit;text-transform:lowercase;letter-spacing:.02em;color:var(--ink);cursor:pointer}.chip-button:hover{color:var(--accent-2)}.chip-button:focus-visible{outline:2px solid var(--accent-2);outline-offset:2px}.chip-sep{color:var(--muted);padding:0 6px}.panel{background:var(--card);border-radius:14px;padding:clamp(20px,3vw,36px);box-shadow:var(--shadow);border:2px solid rgba(239,231,221,.18);display:flex;flex-direction:column;gap:24px;transform:rotate(-.6deg)}.panel-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.mood-row{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;flex-wrap:wrap;margin-bottom:-8px}.mood-card{background:#16100de6;border-radius:4px;border:2px solid rgba(239,231,221,.25);padding:10px 14px;display:inline-flex;flex-direction:column;align-items:flex-start;gap:4px;transform:rotate(1.2deg)}.mood-label{font-size:11px;letter-spacing:.1em;color:#efe7dd8c}.mood-emotion{font-size:20px;font-weight:600;text-transform:lowercase}.brag{font-family:Bebas Neue,Arial Black,sans-serif;font-size:clamp(20px,3vw,36px);color:var(--accent-2);text-shadow:4px 4px 0 rgba(0,0,0,.6);transform:rotate(-1deg);display:flex;flex-direction:column;gap:4px}.brag-sub{font-size:14px;color:var(--ink);text-shadow:none;letter-spacing:.06em}.panel-title{font-size:24px;font-weight:700}.panel-meta{color:var(--muted);font-size:14px}.ghost{border:2px solid rgba(239,231,221,.4);background:transparent;padding:10px 16px;border-radius:0;font-size:12px;text-transform:lowercase;cursor:pointer;transition:all .2s ease}.ghost:hover{border-color:var(--accent);color:var(--accent)}.chat{background:#120d0acc;border-radius:8px;padding:20px;display:flex;flex-direction:column;gap:14px;max-height:420px;overflow-y:auto;border:2px dashed rgba(239,231,221,.2)}.status,.empty{text-align:center;color:var(--muted);padding:18px 0}.empty p{margin-bottom:8px}.bubble{padding:14px 16px 18px;border-radius:6px;display:flex;flex-direction:column;gap:8px;max-width:80%;position:relative;box-shadow:6px 6px #0006}.user{align-self:flex-end;background:linear-gradient(120deg,#3a1d1d,#5c1919)}.assistant{align-self:flex-start;background:#1b1411;border:2px solid rgba(239,231,221,.18)}.pending{opacity:.75}.assistant-header{display:flex;align-items:center;gap:10px;font-size:12px;text-transform:lowercase;letter-spacing:.08em;color:var(--muted)}.assistant-name{font-weight:600}.timestamp{font-size:11px;color:#efe7dd80}.typing{font-size:11px;letter-spacing:.12em}.composer{display:flex;gap:12px}.composer input{flex:1;border-radius:0;border:2px solid rgba(239,231,221,.4);padding:14px 18px;font-size:14px;background:#140f0ce6;color:var(--ink)}.composer input::placeholder{color:#efe7dd73;text-transform:lowercase}.composer button{border-radius:0;border:none;background:linear-gradient(135deg,var(--accent),var(--accent-2));color:#f9e7d2;font-weight:600;padding:14px 22px;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.composer button:disabled{opacity:.6;cursor:not-allowed}.composer button:hover:not(:disabled){transform:translateY(-2px) scale(1.01);box-shadow:0 12px 25px #a90f0f80}.error{color:#ff5c5c;font-size:13px;padding:8px 0 0 6px}.footer{display:flex;justify-content:space-between;align-items:center;gap:16px;color:var(--muted);font-size:12px;text-transform:lowercase;letter-spacing:.06em}.footer-left,.footer-right{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.footer-right{margin-left:auto}.footer-link{color:var(--muted);text-decoration:none}.footer-link:hover{color:var(--ink);text-decoration:underline}.dot{width:6px;height:6px;border-radius:999px;background:var(--accent)}.muted{color:var(--muted)}@media (max-width: 720px){.page{padding:40px 20px}.panel{padding:20px}.mood-row{justify-content:flex-start}.chat{max-height:360px}.bubble{max-width:100%}.panel-header{flex-direction:column;align-items:flex-start}.composer{flex-direction:column}.composer button{width:100%}.footer{align-items:flex-start}.footer-right{margin-left:0}}
