*{box-sizing:border-box}html,body{min-height:100%;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea{font:inherit}.app{color:#f7f7f8;background:#09090b;min-height:100vh;display:flex}.app.light{color:#171719;background:#f6f7f9}.side{background:#0d0d10;border-right:1px solid #242428;flex-direction:column;flex:none;width:260px;padding:18px 14px;display:flex}.light .side{background:#fff;border-color:#e6e6ea}.brand{align-items:center;gap:10px;padding:4px 8px 24px;display:flex}.brandMark,.heroMark,.avatar{border-radius:12px;place-items:center;font-weight:900;display:grid}.brandMark{color:#09090b;background:#fff;width:36px;height:36px}.brand strong{letter-spacing:-.04em;font-size:20px;display:block}.brand small{color:#85858e;font-size:11px}.newChat{color:#fff;text-align:left;background:#18181d;border:1px solid #303037;border-radius:12px;width:100%;margin-bottom:12px;padding:11px;font-weight:700}.light .newChat{color:#222;background:#f2f2f5;border-color:#ddd}.side nav{gap:4px;display:grid}.side nav button,.history button{color:#a4a4ad;text-align:left;background:0 0;border:0;border-radius:10px;padding:10px 12px}.side nav button:hover,.history button:hover{color:#fff;background:#19191e}.light .side nav button,.light .history button{color:#62626b}.historyTitle{color:#64646d;letter-spacing:.12em;margin:22px 12px 7px;font-size:10px}.history{gap:2px;display:grid;overflow:auto}.history button{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.sideFoot{color:#66666f;margin-top:auto;padding:14px 8px;font-size:11px}.sideFoot span{color:#999}.main{flex-direction:column;flex:1;min-width:0;display:flex}.top{border-bottom:1px solid #242428;justify-content:space-between;align-items:center;height:64px;padding:0 28px;display:flex}.light .top{border-color:#e6e6ea}.top b{font-size:17px}.made{color:#74747d;margin-left:9px;font-size:12px}.status{color:#888891;font-size:12px}.status i{background:#35c878;border-radius:50%;width:7px;height:7px;margin-right:7px;display:inline-block}.content{flex-direction:column;flex:1;justify-content:center;width:min(940px,100%);margin:auto;padding:30px 20px 22px;display:flex}.welcome{text-align:center}.heroMark{color:#09090b;background:linear-gradient(135deg,#fff,#bdbdc5);width:58px;height:58px;margin:0 auto 18px;font-size:25px;box-shadow:0 12px 35px #0005}.welcome h1{letter-spacing:-.055em;margin:0;font-size:42px}.welcome p{color:#888891;margin:9px 0 25px}.chips{flex-wrap:wrap;justify-content:center;gap:9px;display:flex}.chips button{color:#d7d7dc;background:#111116;border:1px solid #2c2c33;border-radius:999px;padding:9px 14px}.chips button:hover{background:#1b1b21}.light .chips button{color:#444;background:#fff;border-color:#ddd}.messages{gap:22px;max-height:64vh;padding:10px 3px 18px;display:grid;overflow:auto}.msg{align-items:flex-start;gap:10px;display:flex}.msg.user{flex-direction:row-reverse}.avatar{color:#fff;background:#1b1b20;flex:none;width:32px;height:32px;font-size:12px}.msg.user .avatar{color:#111;background:#fff}.bubble{white-space:pre-wrap;overflow-wrap:anywhere;background:#111116;border:1px solid #24242a;border-radius:16px;max-width:78%;padding:12px 15px;line-height:1.6}.msg.user .bubble{background:#19191f}.light .bubble{background:#fff;border-color:#e1e1e6}.imageGrid{flex-wrap:wrap;gap:8px;margin-bottom:10px;display:flex}.imageGrid img{object-fit:cover;border-radius:12px;max-width:260px;max-height:220px}.composerWrap{margin-top:auto;padding-top:18px}.attachments{gap:8px;margin-bottom:8px;display:flex}.attachment{position:relative}.attachment img{object-fit:cover;border:1px solid #333;border-radius:10px;width:58px;height:58px}.attachment button{color:#000;background:#fff;border:0;border-radius:50%;width:20px;height:20px;position:absolute;top:-6px;right:-6px}.composer{background:#111116;border:1px solid #303039;border-radius:18px;align-items:end;gap:7px;padding:8px;display:flex;box-shadow:0 12px 40px #0003}.light .composer{background:#fff;border-color:#ddd}.attach,.send{border:0;border-radius:12px;width:40px;height:40px}.attach{color:#aaa;background:0 0;font-size:22px}.send{color:#000;background:#fff;font-size:22px;font-weight:800}.send:disabled{opacity:.35}.composer textarea{resize:none;min-height:40px;max-height:150px;color:inherit;background:0 0;border:0;outline:0;flex:1;padding:10px 5px}.footer{text-align:center;color:#55555e;margin-top:9px;font-size:10px}.hidden{display:none}.searchPanel{z-index:3;background:#141419;border:1px solid #333;border-radius:16px;width:min(520px,100% - 40px);padding:10px;position:absolute;box-shadow:0 20px 60px #0007}.searchPanel input{color:#fff;background:#0c0c10;border:1px solid #2c2c32;border-radius:10px;outline:0;width:100%;margin-bottom:7px;padding:11px}.searchPanel button{color:#ddd;text-align:left;background:0 0;border:0;border-radius:8px;width:100%;padding:9px;display:block}.searchPanel button:hover{background:#222}.searchPanel span{color:#777;padding:10px;display:block}.overlay{z-index:20;background:#0008;place-items:center;display:grid;position:fixed;inset:0}.modal{background:#17171c;border:1px solid #333;border-radius:20px;width:min(390px,100% - 30px);padding:24px;box-shadow:0 30px 100px #0009}.modal h2{margin:0 0 5px}.modal p{color:#888;margin-top:0}.setting{border-top:1px solid #29292f;justify-content:space-between;padding:16px 0;display:flex}.close{color:#000;background:#fff;border:0;border-radius:11px;width:100%;margin-top:15px;padding:11px;font-weight:800}@media (max-width:720px){.side{display:none}.content{padding:20px 12px}.welcome h1{font-size:32px}.bubble{max-width:88%}.top{padding:0 16px}.made{display:none}}
