*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#0b0b0f;color:#e6e6eb}.container{max-width:720px;margin:0 auto;padding:48px 24px}h1{font-size:1.8rem;margin-bottom:4px}.subtitle{color:#9a9aa5;margin-bottom:32px}.module-list{display:flex;flex-direction:column;gap:12px}.module-button{display:block;padding:16px 20px;background:#16161d;border:1px solid #2a2a35;border-radius:10px;color:#e6e6eb;text-decoration:none;font-size:1rem;transition:border-color .15s ease}.module-button:hover{border-color:#5a5aff}.module-button .desc{display:block;color:#9a9aa5;font-size:.85rem;margin-top:4px}.back-link{color:#9a9aa5;text-decoration:none;font-size:.9rem}.chat-window{display:flex;flex-direction:column;gap:12px;margin:24px 0;min-height:300px}.chat-message{padding:12px 16px;border-radius:10px;max-width:85%;white-space:pre-wrap;line-height:1.4}.chat-message.user{align-self:flex-end;background:#2a2aff;color:#fff}.chat-message.assistant{align-self:flex-start;background:#16161d;border:1px solid #2a2a35}.chat-input-row{display:flex;gap:8px}textarea{flex:1 1;background:#16161d;border:1px solid #2a2a35;border-radius:8px;color:#e6e6eb;padding:10px 12px;font-family:inherit;font-size:.95rem;resize:none}button.send{background:#5a5aff;border:none;border-radius:8px;color:#fff;padding:0 20px;font-size:.95rem;cursor:pointer}button.send:disabled{opacity:.5;cursor:not-allowed}