.loading{display:flex;flex-direction:column;align-items:center;gap:var(--spacing-md);color:#fff}.loading__spinner{width:48px;height:48px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.loading__message{font-weight:600;letter-spacing:.5px}@keyframes spin{to{transform:rotate(360deg)}}html{width:100%;height:100%;overflow:hidden;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}body{margin:0;padding:0;width:100%;height:100%;overflow:hidden;font-size:14px;line-height:1.5;color:#fff!important;text-shadow:0 2px 4px rgba(0,0,0,.8);box-sizing:border-box}#root{width:100%;height:100%;overflow-y:auto;overflow-x:hidden;box-sizing:border-box;-webkit-overflow-scrolling:touch;position:relative}*,*:before,*:after{box-sizing:border-box}h1,h2,h3,h4,h5,h6,p,span,div,label,a,input,button,select,textarea{color:#fff!important;text-shadow:0 1px 3px rgba(0,0,0,.8)}h1{font-size:clamp(1.5rem,4vw,2rem)!important;margin:.5rem 0!important;line-height:1.2!important;font-weight:700!important;text-shadow:0 2px 6px rgba(0,0,0,.9)}h2{font-size:clamp(1.25rem,3.5vw,1.75rem)!important;margin:.5rem 0!important;line-height:1.3!important;font-weight:600!important;text-shadow:0 2px 4px rgba(0,0,0,.8)}h3{font-size:clamp(1rem,3vw,1.5rem)!important;margin:.5rem 0!important;line-height:1.4!important;text-shadow:0 1px 3px rgba(0,0,0,.8)}p{font-size:clamp(.875rem,2.5vw,1rem)!important;margin:.5rem 0!important;text-shadow:0 1px 2px rgba(0,0,0,.7)}input,select,textarea{font-size:clamp(.875rem,2.5vw,1rem)!important;padding:.5rem!important;line-height:1.4!important;width:100%;max-width:100%;color:#fff!important;background:#ffffff26!important;border:1px solid rgba(255,255,255,.3)!important;border-radius:var(--radius-sm);text-shadow:0 1px 2px rgba(0,0,0,.5);transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}input:hover,select:hover,textarea:hover{border-color:#ffffff80!important;background:#ffffff38!important;box-shadow:0 0 0 2px #667eea1f}input::placeholder,textarea::placeholder{color:#fff9!important;text-shadow:none}button{font-size:clamp(.875rem,2.5vw,1rem)!important;padding:.5rem 1rem!important;line-height:1.4!important;cursor:pointer;color:#fff!important;text-shadow:0 1px 2px rgba(0,0,0,.8);font-weight:600!important;border-radius:var(--radius-sm)}a{color:#fff!important;text-decoration:underline;text-shadow:0 1px 2px rgba(0,0,0,.7)}label{color:#fff!important;font-weight:500!important;text-shadow:0 1px 2px rgba(0,0,0,.7);font-size:clamp(.875rem,2.5vw,1rem)!important}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#ffffff1a}::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff80}*{margin:0;padding:0;box-sizing:border-box}:root{--color-primary: #667eea;--color-secondary: #764ba2;--color-background: #0a0a0a;--color-surface: rgba(255, 255, 255, .08);--color-text: #ffffff;--color-text-secondary: #b5b5b5;--color-success: #2ed573;--color-success-dim: rgba(46, 213, 115, .2);--color-error: #ff4757;--color-error-dim: rgba(255, 71, 87, .2);--color-warning: #fbbf24;--color-warning-dim: rgba(251, 191, 36, .2);--color-live: #e53e3e;--text-primary: rgba(255, 255, 255, .95);--text-secondary: rgba(255, 255, 255, .8);--text-tertiary: rgba(255, 255, 255, .6);--text-muted: rgba(255, 255, 255, .5);--spacing-xs: 8px;--spacing-sm: 12px;--spacing-md: 16px;--spacing-lg: 24px;--spacing-xl: 32px;--spacing-2xl: 40px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 14px;--radius-xl: 18px;--radius-pill: 999px;--gradient-primary: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);--shadow-sm: 0 4px 12px rgba(0, 0, 0, .2);--shadow-md: 0 10px 20px rgba(0, 0, 0, .25);--shadow-lg: 0 20px 60px rgba(0, 0, 0, .35);--font-xs: .7rem;--font-sm: .8rem;--font-md: .875rem;--font-lg: 1rem;--font-xl: 1.25rem;--transition: .2s ease}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--gradient-primary);color:var(--color-text);min-height:100vh}.glass{background:#ffffff1f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.18);box-shadow:0 10px 30px #0003}button{font-family:inherit}.hud-chat-shell{min-height:100vh;display:flex;justify-content:center;align-items:flex-start;padding:32px 24px 48px;background:radial-gradient(circle at 20% 20%,rgba(123,97,255,.25),transparent 35%),radial-gradient(circle at 80% 0%,rgba(255,255,255,.08),transparent 30%),linear-gradient(135deg,#0f0f19,#1c1333 70%,#0f0f19);color:#f7f7ff}.hud-chat-card{width:100%;max-width:1200px;min-height:calc(100vh - 96px);background:#141024d1;border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 50px #00000059;border-radius:18px;padding:20px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hud-chat-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.hud-chat-title{font-weight:700;font-size:20px}.hud-chat-subtitle{color:#c9c7d7;font-size:14px}.hud-chat-dot{width:10px;height:10px;border-radius:50%;background:#7df3c6;box-shadow:0 0 12px #7df3c6}.hud-chat-quick{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px;max-height:140px;overflow-y:auto}.hud-chip{border:1px solid rgba(255,255,255,.15);background:#ffffff0f;color:#f7f7ff;border-radius:14px;padding:8px 12px;font-size:14px;cursor:pointer}.hud-chip:hover{background:#ffffff1f}.hud-chip:disabled{opacity:.5;cursor:not-allowed}.hud-chat-list{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:12px;padding:12px;min-height:45vh;max-height:70vh;overflow-y:auto}.hud-msg{margin-bottom:12px}.hud-msg-label{font-size:12px;opacity:.7;margin-bottom:3px}.hud-msg-text{font-size:15px;line-height:1.4;background:#ffffff0a;padding:10px;border-radius:10px;border:1px solid rgba(255,255,255,.07)}.hud-msg-user .hud-msg-text{background:#6d84ff1f;border-color:#6d84ff4d}.hud-table-wrap{margin-top:8px;overflow-x:auto}.hud-table{width:100%;border-collapse:collapse;font-size:14px}.hud-table th,.hud-table td{border:1px solid rgba(255,255,255,.12);padding:6px 8px;text-align:left}.hud-table th{background:#ffffff0f}.hud-link-button{border:1px solid rgba(255,255,255,.18);background:linear-gradient(135deg,#7a5af8,#5bd0ff);color:#0f0f19;padding:10px 14px;border-radius:8px;font-size:14px;cursor:pointer}.hud-link-button:disabled{opacity:.45;cursor:not-allowed;background:#ffffff1f;color:#cfd3df}.hud-chat-input{display:flex;gap:8px;margin-top:12px}.hud-chat-input input{flex:1;padding:12px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.15);background:#ffffff0f;color:#f7f7ff;font-size:15px}.hud-chat-input button{padding:12px 18px;border-radius:12px;border:none;background:linear-gradient(135deg,#7a5af8,#5bd0ff);color:#0f0f19;font-weight:700;font-size:15px;cursor:pointer}.hud-chat-input button:disabled{opacity:.5;cursor:not-allowed}.hud-error{margin-top:8px;color:#ffb4b4;font-size:13px}
