:root{--bg-deepest: #0a0806;--bg-deep: #110e0a;--bg-dark: #1a1410;--bg-mid: #231c16;--bg-light: #2e2419;--bg-panel: #1e1812;--bg-card: #261f18;--bg-hover: #302618;--border: #3a2e20;--border-light: #4a3c28;--border-gold: #7a5c2a;--gold: #c9973a;--gold-light: #e4b860;--gold-dim: #8a6a28;--red: #8b2020;--red-light: #c04040;--green: #2d6b3a;--green-light: #4a9a5c;--blue: #1e3d6e;--blue-light: #3a6aaa;--purple: #4a2060;--purple-light: #7a40a0;--text-primary: #e8d8c0;--text-secondary:#b0986a;--text-muted: #6a5840;--text-dim: #4a3c2c;--font-display: "Cinzel", serif;--font-body: "Crimson Text", serif;--font-ui: "Inter", sans-serif;--radius-sm: 4px;--radius: 8px;--radius-lg: 12px;--shadow: 0 4px 24px rgba(0,0,0,.6);--shadow-lg: 0 8px 48px rgba(0,0,0,.8);--glow-gold: 0 0 20px rgba(201,151,58,.15)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;background:var(--bg-deepest);color:var(--text-primary);font-family:var(--font-ui);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--gold);text-decoration:none}a:hover{color:var(--gold-light)}button{font-family:var(--font-ui);cursor:pointer;border:none;outline:none}input,textarea,select{font-family:var(--font-ui);font-size:14px;background:var(--bg-dark);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);outline:none;transition:border-color .2s}input:focus,textarea:focus,select:focus{border-color:var(--gold-dim)}input::placeholder,textarea::placeholder{color:var(--text-dim)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--border-gold)}.btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;border-radius:var(--radius-sm);font-size:13px;font-weight:500;transition:all .15s;cursor:pointer}.btn-primary{background:var(--gold);color:var(--bg-deepest)}.btn-primary:hover{background:var(--gold-light)}.btn-secondary{background:var(--bg-light);color:var(--text-primary);border:1px solid var(--border)}.btn-secondary:hover{border-color:var(--border-gold);background:var(--bg-hover)}.btn-ghost{background:transparent;color:var(--text-secondary);border:1px solid transparent}.btn-ghost:hover{background:var(--bg-light);color:var(--text-primary)}.btn-danger{background:var(--red);color:var(--text-primary)}.btn-danger:hover{background:var(--red-light)}.btn-sm{padding:5px 10px;font-size:12px}.btn-icon{padding:6px;border-radius:var(--radius-sm);background:transparent;color:var(--text-muted)}.btn-icon:hover{background:var(--bg-light);color:var(--text-primary)}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:16px}.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.form-label{font-size:12px;font-weight:500;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.08em}.form-input{padding:10px 12px;width:100%;border-radius:var(--radius-sm)}.form-textarea{padding:10px 12px;width:100%;resize:vertical;min-height:80px;border-radius:var(--radius-sm)}.form-select{padding:10px 12px;width:100%;border-radius:var(--radius-sm)}.badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.badge-gold{background:#c9973a26;color:var(--gold);border:1px solid var(--gold-dim)}.badge-red{background:#8b202033;color:var(--red-light);border:1px solid var(--red)}.badge-green{background:#2d6b3a33;color:var(--green-light);border:1px solid var(--green)}.badge-blue{background:#1e3d6e33;color:var(--blue-light);border:1px solid var(--blue)}.badge-purple{background:#4a206033;color:var(--purple-light);border:1px solid var(--purple)}.badge-muted{background:var(--bg-light);color:var(--text-muted);border:1px solid var(--border)}.section-title{font-family:var(--font-display);font-size:11px;font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.12em;padding:0 0 8px;border-bottom:1px solid var(--border);margin-bottom:12px}.divider{height:1px;background:var(--border);margin:16px 0}.online-dot{width:8px;height:8px;background:#4ade80;border-radius:50%;box-shadow:0 0 6px #4ade80;flex-shrink:0}.offline-dot{width:8px;height:8px;background:var(--text-dim);border-radius:50%;flex-shrink:0}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal{background:var(--bg-mid);border:1px solid var(--border-gold);border-radius:var(--radius-lg);padding:24px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:var(--shadow-lg)}.modal-title{font-family:var(--font-display);font-size:18px;color:var(--gold-light);margin-bottom:20px}.modal-footer{display:flex;gap:8px;justify-content:flex-end;margin-top:20px}.toast-container{position:fixed;bottom:20px;right:20px;display:flex;flex-direction:column;gap:8px;z-index:9999}.toast{padding:12px 16px;border-radius:var(--radius);font-size:13px;background:var(--bg-mid);border:1px solid var(--border);box-shadow:var(--shadow);animation:slideIn .2s ease;max-width:320px}.toast-success{border-color:var(--green);color:var(--green-light)}.toast-error{border-color:var(--red);color:var(--red-light)}.toast-info{border-color:var(--gold-dim);color:var(--gold)}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.spinner{width:20px;height:20px;border:2px solid var(--border);border-top-color:var(--gold);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-screen{display:flex;align-items:center;justify-content:center;height:100%;flex-direction:column;gap:16px}.loading-screen .spinner{width:40px;height:40px}@keyframes diceRoll{0%{transform:rotate(0) scale(1)}25%{transform:rotate(90deg) scale(1.2)}50%{transform:rotate(180deg) scale(.9)}75%{transform:rotate(270deg) scale(1.1)}to{transform:rotate(360deg) scale(1)}}.dice-rolling{animation:diceRoll .5s ease-out}
