@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap";:root{color:#f2f2f2;font-synthesis:none;text-rendering:optimizelegibility;background:#080808;font-family:DM Sans,system-ui,sans-serif}*{box-sizing:border-box}html,body,#app{min-width:320px;height:100%;margin:0;overflow:hidden}button,input{font:inherit}button{color:inherit}.nav{background:#0b0b0b;border-bottom:1px solid #262626;justify-content:space-between;align-items:center;height:64px;padding:0 max(24px,50vw - 460px);display:flex}.brand{color:#fff;align-items:center;gap:10px;text-decoration:none;display:flex}.brand-mark{background:#f4ecdf;border:2px solid #eee;border-radius:50%;place-items:center;width:31px;height:31px;display:grid}.brand .cat-face{font-size:20px}.brand>span:last-child{flex-direction:column;line-height:1.05;display:flex}.brand b{font-size:13px}.brand small{color:#777;margin-top:3px;font-size:8px}.nav-actions{align-items:center;gap:10px;display:flex}.model-pill,.x-button{white-space:nowrap;border:1px solid #343434;border-radius:8px;align-items:center;min-height:29px;padding:0 11px;font-size:10px;font-weight:600;display:flex}.x-button{color:#111;background:#f4f4f4;border-color:#f4f4f4;gap:7px;text-decoration:none;transition:background .2s,transform .2s}.x-button:hover{background:#fff;transform:translateY(-1px)}.x-button svg{fill:currentColor;width:10px}.chat-page{background:radial-gradient(circle at 50% 35%,#ffffff04,#0000 32%),#080808;justify-content:center;height:calc(100% - 64px);display:flex;position:relative}.welcome{text-align:center;width:min(610px,100% - 32px);transition:opacity .2s,transform .2s;position:absolute;top:50%;transform:translateY(-63%)}.welcome.hidden{opacity:0;pointer-events:none;transform:translateY(-68%)}.hero-cat{background:#f3ede2;border:3px solid #f0f0f0;border-radius:50%;place-items:center;width:62px;height:62px;margin:0 auto 20px;display:grid;box-shadow:0 0 0 1px #444}.hero-cat .cat-face{filter:saturate(.9);font-size:38px}h1{letter-spacing:-.65px;margin:0;font-size:24px;font-weight:700;line-height:1.2}.welcome>p{color:#858585;margin:13px 0 24px;font-size:11px}.suggestions{grid-template-columns:1fr 1fr;gap:10px;display:grid}.suggestions button{text-align:left;color:#d9d9d9;cursor:pointer;background:#171717;border:1px solid #333;border-radius:11px;height:43px;padding:0 15px;font-size:11px;transition:border-color .2s,background .2s}.suggestions button:hover{background:#202020;border-color:#555}.conversation{scrollbar-width:thin;scrollbar-color:#333 transparent;width:min(720px,100% - 32px);height:calc(100% - 110px);padding:35px 12px 120px;display:none;overflow-y:auto}.conversation.active{display:block}.message{align-items:flex-start;gap:13px;margin:0 0 27px;animation:.25s ease-out enter;display:flex}.message>div{padding-top:2px}.message small{color:#aaa;margin-bottom:7px;font-size:10px;font-weight:600;display:block}.message p{margin:0;font-size:14px;line-height:1.6}.avatar{border-radius:50%;flex:0 0 31px;place-items:center;height:31px;display:grid}.user-avatar{color:#111;background:#e8e8e8;font-size:11px;font-weight:700}.cat-avatar{background:#f3ede2;border:1px solid #ddd}.cat-avatar .cat-face{font-size:20px}.cat-message{background:#101010;border-radius:12px;margin-left:-18px;margin-right:-18px;padding:18px}.thinking p i{background:#888;border-radius:50%;width:5px;height:5px;margin:0 2px;animation:.7s infinite alternate bounce;display:inline-block}.thinking p i:nth-child(2){animation-delay:.15s}.thinking p i:nth-child(3){animation-delay:.3s}.input-dock{text-align:center;width:min(590px,100% - 32px);position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.composer{background:#191919;border:1px solid #343434;border-radius:13px;align-items:center;gap:9px;height:52px;padding:0 10px;display:flex;box-shadow:0 8px 30px #00000059}.composer input{color:#eee;background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:12px}.composer input::placeholder{color:#828282}.composer button{cursor:pointer;place-items:center;padding:0;display:grid}.composer svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:17px;height:17px}.attach{color:#aaa;background:0 0;border:0;width:31px;height:31px}.attach:hover{color:#fff}.send{color:#171717;background:#8d8d8d;border:0;border-radius:50%;width:31px;height:31px;transition:background .2s}.send:hover{background:#f2f2f2}.input-dock>p{color:#656565;margin:9px 0 0;font-size:8px}.sr-only{clip:rect(0,0,0,0);width:1px;height:1px;position:absolute;overflow:hidden}@keyframes enter{0%{opacity:0;transform:translateY(6px)}}@keyframes bounce{to{opacity:.35;transform:translateY(-3px)}}@media (width<=620px){.nav{padding:0 14px}.model-pill{display:none}.welcome{transform:translateY(-60%)}h1{font-size:22px}.welcome>p{line-height:1.5}.suggestions{grid-template-columns:1fr;gap:8px}.suggestions button{height:40px}.hero-cat{width:55px;height:55px;margin-bottom:17px}.hero-cat .cat-face{font-size:33px}}
