:root{--bg:#140c07;--panel:#1d1109;--line:#ffd1a11c;--orange:#ff9d3d;--mango:#ffc64c;--text:#fff4e9;--muted:#b69b86}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Manrope,sans-serif;min-height:100vh;overflow:hidden}.glow{position:fixed;border-radius:50%;filter:blur(95px);pointer-events:none}.one{height:380px;width:380px;background:#b74713;opacity:.23;top:-200px;right:15%}.two{height:270px;width:270px;background:#f3991a;opacity:.13;bottom:-150px;left:30%}.app{height:100vh;display:flex;position:relative}aside{width:254px;padding:27px 15px 17px;background:#120a06d9;border-right:1px solid var(--line);display:flex;flex-direction:column;z-index:1}.brand{display:flex;align-items:center;gap:9px;padding:0 10px 28px;font-size:15px;font-weight:800;letter-spacing:2px}.brand span{height:27px;width:27px;border-radius:8px;display:grid;place-items:center;background:linear-gradient(140deg,#ffbb4d,#d85e1d);box-shadow:0 0 20px #ff7e2850;font-size:16px}.new{border:0;border-radius:9px;padding:12px;background:linear-gradient(110deg,#f58530,#d9571b);color:#fffaf3;text-align:left;font:600 12px Manrope;box-shadow:0 8px 24px #8f360d55;cursor:pointer}.side-label{margin:29px 8px 10px;color:#856b5a;font:10px 'DM Mono';letter-spacing:1.2px}nav{display:flex;flex-direction:column;gap:3px;overflow:auto}.chat-item{display:flex;width:100%;border:0;border-radius:7px;background:transparent;color:#b9a090;padding:10px 9px;gap:9px;align-items:center;text-align:left;font:500 12px Manrope}.chat-item:hover,.chat-item.active{background:#2a170d;color:#fff2e5;box-shadow:inset 2px 0 #ff9d3d}.chat-item span{color:#f5a24c;font-size:13px}.chat-item b{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.side-note{margin-top:auto;color:#6e5547;font-size:10px;padding:12px 8px 0;border-top:1px solid var(--line)}main{width:calc(100% - 254px);display:flex;flex-direction:column;min-height:100vh}header{height:75px;border-bottom:1px solid var(--line);padding:0 42px;display:flex;align-items:center;justify-content:space-between}.header-title{font-size:13px;font-weight:600}.header-title i{width:7px;height:7px;display:inline-block;border-radius:50%;background:#ffad42;box-shadow:0 0 10px #ff9634;margin-right:9px}header button{border:0;background:transparent;color:#a88b78;font:11px Manrope;cursor:pointer}#conversation{width:min(790px,calc(100% - 80px));margin:auto;flex:1;display:flex;justify-content:center;flex-direction:column;padding:45px 0 30px}.welcome{display:flex;gap:19px;align-items:center}.mango{height:48px;width:48px;display:grid;place-items:center;border:1px solid #a95220;border-radius:15px;background:linear-gradient(140deg,#51210f,#24120b);font-size:24px;box-shadow:inset 0 0 18px #ff8e222e}.welcome p{color:#ffa342;font:10px 'DM Mono';letter-spacing:1.6px;margin:0 0 7px}.welcome h1{font-size:29px;letter-spacing:-1.2px;margin:0}.welcome em{display:block;margin-top:6px;color:#bca292;font-size:13px;font-style:normal}.quick{display:grid;grid-template-columns:repeat(3,1fr);gap:11px;margin-top:37px}.quick button{border:1px solid var(--line);border-radius:10px;padding:16px;background:linear-gradient(130deg,#29170e,#191009);color:#fff0e2;text-align:left;cursor:pointer;transition:.2s}.quick button:hover{transform:translateY(-3px);border-color:#d26e28}.quick span,.quick b,.quick em{display:block}.quick span{color:#ffad52;font:10px 'DM Mono';margin-bottom:18px}.quick b{font-size:12px;margin-bottom:5px}.quick em{color:#a78977;font-size:11px;font-style:normal}.message{margin-top:25px}.message .label{margin:0 0 8px;color:#967b69;font:10px 'DM Mono';letter-spacing:1.2px}.message.user .bubble{margin-left:auto;background:#321b0e;border:1px solid #51301a}.message.ai .label{color:#ffae52}.bubble{max-width:88%;border:1px solid #3a2619;border-radius:12px;padding:14px 16px;background:#1d120b;color:#f7eadd;font-size:13px;line-height:1.7}.bubble p{margin:0 0 9px}.bubble p:last-child{margin-bottom:0}.created-image{display:block;width:min(100%,540px);margin-top:12px;border:1px solid #9b5324;border-radius:12px;box-shadow:0 10px 28px #0007}.thinking{display:flex;gap:10px;align-items:center;color:#c7a48b;font-size:12px;margin-top:25px}.mango-pulse{height:27px;width:27px;border-radius:9px;display:grid;place-items:center;background:#48210e;box-shadow:0 0 0 0 #ff8d2d55;animation:pulse 1.6s infinite}.thinking b{color:#ffd5ac;font-weight:600}@keyframes pulse{50%{box-shadow:0 0 0 9px #ff8d2d00}}form{width:min(790px,calc(100% - 80px));margin:0 auto 20px}.input{padding:14px 13px 10px;background:#1b1009;border:1px solid #4d2a18;border-radius:13px;box-shadow:0 13px 45px #0008}.input:focus-within{border-color:#d46a29;box-shadow:0 0 0 3px #f680291c,0 13px 45px #0008}textarea{resize:none;border:0;outline:0;width:100%;min-height:27px;background:transparent;color:#fff4ea;font:13px Manrope}textarea::placeholder{color:#907565}.input div{display:flex;align-items:center;gap:8px}.mode{border:1px solid #5c321d;border-radius:6px;background:#2a160c;color:#cda58a;padding:4px 7px;font:10px 'DM Mono';cursor:pointer}.mode.active{color:#fff0d6;background:#783216;border-color:#e3772c}.input small{color:#886d5c;font:10px 'DM Mono';margin-right:auto}.send{border:0;width:27px;height:27px;border-radius:7px;background:#ed7929;color:#fff;font-size:17px;cursor:pointer;box-shadow:0 3px 12px #bc4e1b66}form>p{text-align:center;color:#6f5545;font-size:9px;margin:10px 0 0}@media(max-width:760px){aside{display:none}main{width:100%}header{padding:0 20px}#conversation,form{width:calc(100% - 40px)}.quick{grid-template-columns:1fr}}
