*{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:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-gap:14px;gap:14px}.module-button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;aspect-ratio:1/1;min-height:150px;padding:16px 12px;background:linear-gradient(160deg,#1c1c26,#12121a);border:1px solid #2a2a35;border-radius:18px;color:#e6e6eb;text-decoration:none;font-size:.9rem;text-align:center;overflow:hidden;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.06),inset 0 -6px 14px rgba(0,0,0,.45),0 4px 12px rgba(0,0,0,.5);transition:border-color .15s ease,box-shadow .15s ease,transform .1s ease}.module-button:hover{border-color:#5a5aff;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.08),inset 0 -6px 14px rgba(0,0,0,.4),0 0 18px rgba(90,90,255,.35),0 4px 12px rgba(0,0,0,.5);transform:translateY(-1px)}.module-button:active{transform:translateY(1px);box-shadow:inset 0 2px 8px rgba(0,0,0,.6),0 0 10px rgba(90,90,255,.25)}.module-icon{display:flex;align-items:center;justify-content:center;flex:0 0 56px;color:#c9c9ff}.module-icon,.module-icon svg{width:56px;height:56px;min-width:56px;min-height:56px}.module-icon svg{flex-shrink:0;display:block}.module-button .name{display:block;flex:0 0 auto;width:100%;height:1.2em;line-height:1.2;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.module-button .desc{display:none}.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}