*{box-sizing:border-box}body{margin:0;background:#08080a;color:#f4f4f5;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,textarea{font:inherit}.shell{min-height:100vh;display:grid;grid-template-columns:245px 1fr}aside{background:#0d0d10;border-right:1px solid #242429;padding:18px 13px;display:flex;flex-direction:column}.brand{display:flex;gap:10px;align-items:center;padding:3px 8px 18px}.brand b,.brand small{display:block}.brand small{font-size:11px;color:#777783;margin-top:2px}.logo{width:36px;height:36px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(135deg,#7c3aed,#0891b2)}button{border:0}.new{padding:11px;border-radius:10px;background:#f5f5f5;color:#111;font-weight:700;display:flex;gap:7px;align-items:center;justify-content:center;margin-bottom:18px}.nav{color:#a1a1aa;background:transparent;padding:10px;border-radius:9px;text-align:left;display:flex;align-items:center;gap:9px;margin:2px 0;cursor:pointer}.nav.active,.nav:hover{color:#fff;background:#1a1a1f}.spacer{flex:1}main{min-width:0}header{height:92px;border-bottom:1px solid #242429;display:flex;justify-content:space-between;align-items:center;padding:17px 27px}.header-title{display:flex;gap:9px;align-items:center}.header-title h1{font-size:20px;margin:0}header p{font-size:13px;color:#81818c;margin:5px 0 0}.online{font-size:12px;color:#9999a3;border:1px solid #2b2b31;border-radius:999px;padding:7px 10px}.online span{display:inline-block;width:7px;height:7px;background:#22c55e;border-radius:50%;margin-right:6px}.workspace{padding:26px;max-width:1120px;margin:auto}.chat{height:calc(100vh - 92px);display:flex;flex-direction:column}.chat-stream{flex:1;overflow:auto;padding:5vh max(5px,8%)}.welcome{text-align:center;max-width:650px;margin:10vh auto}.big-orb{width:64px;height:64px;border:1px solid #34343b;border-radius:20px;margin:auto auto 18px;display:grid;place-items:center;background:linear-gradient(135deg,#2e1065,#164e63)}.welcome h2{font-size:32px;margin:0 0 8px}.welcome p{color:#888894}.bubble{max-width:78%;white-space:pre-wrap;line-height:1.55;margin:14px 0;padding:12px 14px;border-radius:14px}.bubble.user{background:#26262d;margin-left:auto}.bubble.assistant{background:#111115;border:1px solid #29292f}.loading{display:flex;gap:8px;align-items:center}.composer{border:1px solid #34343b;background:#121216;border-radius:16px;padding:11px;max-width:840px;width:100%;margin:0 auto 4px}.composer textarea{width:100%;min-height:72px;background:transparent;color:#fff;border:0;resize:none;outline:0;padding:6px;font-size:15px}.composer-footer,.row{display:flex;justify-content:space-between;align-items:center;gap:10px}.tool{background:transparent;color:#8e8e99;padding:8px 9px;border-radius:8px;display:flex;align-items:center;gap:6px}.tool.selected{background:#18211f;color:#b7f7da}.send,.primary{cursor:pointer;background:#f5f5f5;color:#111;border-radius:9px;padding:9px 14px;font-weight:700;display:inline-flex;align-items:center;gap:6px}.send:disabled,.primary:disabled{opacity:.35;cursor:not-allowed}.studio{display:grid;grid-template-columns:1fr 1fr;gap:15px}.panel{background:#101014;border:1px solid #29292f;border-radius:16px;padding:17px}.panel.full{grid-column:1/-1}.step{display:flex;gap:11px;align-items:flex-start;margin-bottom:15px}.step>span{width:26px;height:26px;border-radius:8px;background:#1e1e24;display:grid;place-items:center;font-size:12px;color:#a1a1ab}.step h3{font-size:15px;margin:2px 0 3px}.step p{font-size:12px;color:#7d7d88;margin:0}.drop{min-height:250px;border:1px dashed #383840;border-radius:13px;background:#0b0b0e;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;overflow:hidden;color:#7f7f8b;cursor:pointer}.drop.compact{min-height:130px}.drop b{color:#dddde1}.drop img{width:100%;height:100%;max-height:290px;object-fit:contain}.drop input{display:none}.prompt,.transcript{width:100%;min-height:220px;background:#0b0b0e;border:1px solid #2d2d34;border-radius:11px;color:#d5d5db;padding:13px;resize:vertical;outline:0;line-height:1.5}.transcript{min-height:140px;margin-top:12px}.muted{font-size:11px;color:#777783}.primary.standalone{margin-top:10px}.empty,.plan{min-height:180px;border:1px solid #25252b;border-radius:12px;background:#0b0b0e;color:#81818d;display:grid;place-items:center;text-align:center;padding:18px;white-space:pre-wrap;line-height:1.5}.center{min-height:220px;display:flex;align-items:center;justify-content:center;gap:9px;color:#8d8d98}.timeline{padding:20px 0}.timeline i{display:block;height:21px;margin:12px 0;border-radius:6px;background:linear-gradient(90deg,#7c3aed,#0891b2)}.error{background:#321818;border:1px solid #662626;color:#f6b1b1;padding:10px 12px;border-radius:9px;font-size:12px;margin-top:10px}.spin{animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:800px){.shell{grid-template-columns:70px 1fr}aside{padding:14px 8px}.brand>div:last-child,.nav span,.new{font-size:0}.new{width:44px;height:44px;padding:0;margin-left:auto;margin-right:auto}.nav{justify-content:center}.brand{justify-content:center;padding-left:0;padding-right:0}.studio{grid-template-columns:1fr}.panel.full{grid-column:auto}.workspace{padding:15px}.welcome h2{font-size:26px}header{padding:15px;height:auto;min-height:86px}.online{display:none}.bubble{max-width:92%}}
