*{box-sizing:border-box}html,body{-webkit-text-size-adjust:100%;height:100%;margin:0;padding:0}.app-root{flex-direction:column;min-height:100vh;display:flex}.app-main{flex-direction:column;flex:1;max-width:900px;margin:0 auto;padding:24px;display:flex}body{color:#f5f5f5;background:#050816;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:#7dd3fc;text-decoration:none}.app-header{background:#0f172a;border-bottom:1px solid #1e293b;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.logo{letter-spacing:.08em;text-transform:uppercase;font-weight:700}.nav-links a{margin-left:16px;font-size:.9rem}.app-footer{text-align:center;background:#0f172a;border-top:1px solid #1e293b;padding:12px 24px;font-size:.8rem}.card{background:#020617;border:1px solid #1e293b;border-radius:12px;padding:24px;box-shadow:0 18px 40px #0f172acc}.card h1,.card h2{margin-top:0}.button-primary{color:#022c22;cursor:pointer;background:#22c55e;border:none;border-radius:999px;margin-top:16px;padding:12px 20px;font-weight:600}.button-primary:hover{background:#16a34a}.button-secondary{color:#e2e8f0;cursor:pointer;background:0 0;border:1px solid #64748b;border-radius:999px;padding:8px 14px;font-size:.85rem}.input-field{color:#e5e7eb;background:#020617;border:1px solid #334155;border-radius:8px;width:100%;margin-top:6px;padding:10px 12px}.input-label{margin-top:12px;font-size:.9rem}.form-row{margin-bottom:12px}.avatar-grid{gap:16px;margin-top:16px;display:flex}.avatar-card{text-align:center;cursor:pointer;border:1px solid #334155;border-radius:12px;flex:1;padding:16px}.avatar-card.selected{border-color:#22c55e;box-shadow:0 0 0 1px #22c55e}.chat-container{flex-direction:column;gap:12px;display:flex}.chat-messages{background:#020617;border:1px solid #1e293b;border-radius:12px;max-height:400px;padding:12px;overflow-y:auto}.chat-message{background:#0f172a;border-radius:8px;margin-bottom:6px;padding:8px 10px;font-size:.9rem}.chat-input-row{gap:8px;margin-top:8px;display:flex}.chat-input{flex:1}.danger-text{color:#f97373;font-size:.85rem}.modal-backdrop{z-index:50;background:#0f172ad9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:#020617;border:1px solid #f97373;border-radius:16px;max-width:420px;padding:24px}.version-tag{opacity:.7;-webkit-user-select:none;user-select:none;margin-right:12px;font-size:.75rem}
