*,:before,:after{box-sizing:border-box}html,body,#root{height:100%;margin:0;padding:0}body{color:#ffffffe0;-webkit-font-smoothing:antialiased;background:#0b0b10;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif}.chat-root{flex-direction:column;height:100%;display:flex}.chat-viewport{flex-direction:column;flex:auto;gap:16px;min-height:0;padding:24px;display:flex;overflow-y:auto}.chat-empty{color:#ffffff73;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:8px;display:flex}.chat-empty .title{color:#ffffffbf;font-size:16px}.chat-empty .hint{font-size:13px}.msg-row{width:100%;display:flex}.msg-row.user{justify-content:flex-end}.msg-row.assistant{justify-content:flex-start}.msg-bubble{white-space:pre-wrap;word-wrap:break-word;border-radius:12px;max-width:78%;padding:10px 14px;font-size:14px;line-height:1.55}.msg-bubble.user{color:#fff;background:linear-gradient(135deg,#7c5cff 0%,#5b3dff 100%);border-bottom-right-radius:4px}.msg-bubble.assistant{color:#ffffffe0;background:#1a1a24;border:1px solid #2a2a38;border-bottom-left-radius:4px}.composer-row{background:#0f0f16;border-top:1px solid #2a2a38;flex:none;align-items:flex-end;gap:8px;padding:16px 24px;display:flex}.composer-input{resize:none;color:#ffffffe0;background:#13131a;border:1px solid #2a2a38;border-radius:8px;outline:none;flex:1;min-height:40px;max-height:160px;padding:10px 12px;font-family:inherit;font-size:14px;line-height:1.5}.composer-input:focus{border-color:#7c5cff}.card-grid{max-width:1200px;margin:0 auto;padding:40px 24px}.card-grid h1{letter-spacing:-.02em;margin:0 0 8px;font-weight:700}.card-grid .subtitle{color:#ffffff8c;margin:0 0 32px}.module-card{cursor:pointer;height:100%;transition:all .2s}.module-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #7c5cff26;border-color:#7c5cff!important}.module-card .icon-wrap{color:#7c5cff;background:#7c5cff1f;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:12px;font-size:22px;display:inline-flex}.module-card .card-title{color:#ffffffeb;margin:0 0 4px;font-size:16px;font-weight:600}.module-card .card-kicker{color:#7c5cffcc;text-transform:uppercase;letter-spacing:.08em;margin:0 0 12px;font-size:11px}.module-card .card-desc{color:#ffffff8c;font-size:13px;line-height:1.6}
