:root{--bg: #0f1117;--surface: #1a1d27;--border: #2a2f3d;--text: #e8eaef;--muted: #8b93a7;--accent: #5b8def;--accent-hover: #7aa3f5;--danger: #e85d5d;--success: #4caf82;--radius: 10px;font-family:Segoe UI,system-ui,sans-serif;line-height:1.5;color:var(--text);background:var(--bg)}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh}.app{max-width:1280px;margin:0 auto;padding:1.5rem 1rem 3rem}.app-header h1{margin:0 0 .25rem;font-size:1.75rem;font-weight:600}.subtitle{margin:0;color:var(--muted);font-size:.9rem}code{font-size:.85em;background:var(--surface);padding:.1em .35em;border-radius:4px}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem;margin:1.25rem 0}.settings{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end}.field{display:flex;width:100%;flex-direction:column;gap:.35rem;margin-bottom:.75rem}.field--grow{flex:1 1 280px;margin-bottom:0}.field label{font-size:.8rem;font-weight:500;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.field input,.field textarea,.field select{width:100%;padding:.5rem .65rem;border:1px solid var(--border);border-radius:6px;background:var(--bg);color:var(--text);font:inherit}.field textarea{resize:vertical;min-height:4rem}.field--full{flex-basis:100%;width:100%}.hint{font-size:.75rem;color:var(--muted)}.proxy-status{margin:-.5rem 0 1rem;font-size:.85rem;color:var(--muted)}.toolbar{display:flex;gap:.5rem;flex-wrap:wrap;width:100%}.btn{padding:.5rem 1rem;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);font:inherit;cursor:pointer}.btn:hover:not(:disabled){border-color:var(--accent)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--primary{background:var(--accent);border-color:var(--accent);color:#fff;font-weight:600}.btn--primary:hover:not(:disabled){background:var(--accent-hover)}.btn--ghost{background:transparent}.btn--sm{padding:.25rem .5rem;font-size:.85rem}.alert{padding:.75rem 1rem;border-radius:var(--radius);margin-bottom:1rem;font-size:.9rem}.alert--error{background:#e85d5d26;border:1px solid var(--danger);color:#f5a8a8}.error-alert__head{display:flex;flex-wrap:wrap;align-items:flex-start;gap:.5rem .75rem;margin-bottom:.75rem}.error-alert__title{flex:1 1 12rem;font-size:.95rem;color:#ffd4d4}.error-alert__badge{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;padding:.15rem .45rem;border-radius:4px;background:#00000040;color:var(--muted)}.error-alert__meta{margin:0 0 .75rem;display:grid;gap:.5rem}.error-alert__row{display:grid;grid-template-columns:7.5rem 1fr;gap:.5rem;align-items:start;font-size:.85rem}.error-alert__row dt{margin:0;color:var(--muted);font-weight:500}.error-alert__row dd{margin:0;word-break:break-all}.error-alert__url{display:block;white-space:pre-wrap}.error-alert__body{margin-bottom:.75rem}.error-alert__body-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-bottom:.35rem}.error-alert pre{margin:0;padding:.65rem .75rem;max-height:240px;overflow:auto;font-size:.78rem;line-height:1.45;background:#00000059;border-radius:6px;border:1px solid var(--border);color:#e0e4ec;white-space:pre-wrap;word-break:break-word}.alert--success{background:#4caf821f;border:1px solid var(--success);color:#9fd4b8}.banner-list{display:flex;flex-wrap:wrap;gap:2rem 2.5rem;justify-content:center;align-items:flex-start}.banner-editor-item{display:flex;flex-direction:column;align-items:flex-start;gap:.65rem;width:263px}.banner-editor-controls{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .65rem;width:100%;max-width:320px;padding:.35rem 0}.banner-editor-controls__label{font-size:.8rem;font-weight:600;color:var(--muted);margin-right:.15rem}.banner-editor-controls__type{flex:1 1 140px;min-width:120px;padding:.35rem .5rem;border:1px solid var(--border);border-radius:6px;background:var(--surface);color:var(--text);font:inherit;font-size:.85rem}.toggle{display:flex;align-items:center;gap:.4rem;font-size:.9rem;cursor:pointer}.toggle input{width:1rem;height:1rem}.empty{color:var(--muted);text-align:center;padding:2rem}.footer{margin-top:1rem;text-align:center}.game-banner{background-color:#171717;width:263px;height:275px;min-width:263px;min-height:275px;max-width:263px;max-height:275px;padding:8px;display:flex;flex-direction:column;align-items:flex-start;gap:4px;position:relative;overflow:hidden;flex-shrink:0;font-family:Roboto Condensed,Segoe UI,sans-serif}.game-banner--disabled{opacity:.45}.game-banner__img-hit{position:absolute;left:8px;top:8px;padding:0;border:none;cursor:pointer;background:none;overflow:hidden;z-index:1;pointer-events:auto}.game-banner__img-hit:hover{outline:2px solid rgba(91,141,239,.7);outline-offset:-2px}.game-banner__img-hit.game-banner__avatar{position:relative;left:auto;top:auto;flex-shrink:0}.game-banner__img-visual{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.game-banner__img-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,#2a2a2a,#1e1e1e)}.game-banner__img-hint{object-fit:cover;font-size:11px;font-weight:700;color:#fff5ee59;text-transform:uppercase;letter-spacing:.04em;pointer-events:none}.game-banner__stack{margin-top:auto;display:flex;object-fit:cover;flex-direction:column;gap:4px;width:247px;position:relative;z-index:2;flex-shrink:0;pointer-events:none}.game-banner__stack *{pointer-events:auto}.game-banner--fullimage{display:block}.game-banner--fullimage .game-banner__img-hit.game-banner__bg--full{position:relative;left:auto;top:auto;display:block;width:247px;height:259px;z-index:1}.game-banner__img-hit.game-banner__bg--imagetext{width:247px;height:191px}.game-banner__title-bar{background-color:#1e1e1ecc;width:247px;height:30px;padding:10px 8px 10px 10px;display:flex;flex-direction:row;align-items:center;gap:10px;box-sizing:border-box}.game-banner__title-bar--narrow{width:213px;flex:1;min-width:0}.game-banner__title{color:#fff5eecc;font-family:Roboto Condensed,sans-serif;font-size:10px;font-weight:700;font-style:normal;line-height:15px;width:100%}.game-banner__editable{border:none;background:transparent;color:inherit;padding:0;margin:0;width:100%;min-width:0;resize:none;outline:none;font-family:Roboto Condensed,sans-serif;font-weight:700;font-style:normal}.game-banner__editable::placeholder{color:#fff5ee40}.game-banner__editable:focus{outline:1px dashed rgba(91,141,239,.8);outline-offset:1px}.game-banner__title.game-banner__editable{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.game-banner__url-row{width:247px;height:30px;display:flex}.game-banner__url-bar{background-color:#1e1e1ecc;width:247px;height:30px;padding:8px 8px 8px 10px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;box-sizing:border-box}.game-banner__url-text{color:#fff5ee99;font-family:Roboto Condensed,sans-serif;font-size:12px;font-weight:700;font-style:normal;line-height:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.game-banner__copy{flex-shrink:0;width:14px;height:14px;display:flex;align-items:center;justify-content:center}.game-banner__img-hit.game-banner__bg--avatar{width:247px;height:139px}.game-banner__avatar-row{width:247px;height:30px;display:flex;flex-direction:row;align-items:flex-start;gap:4px}.game-banner__avatar.game-banner__img-hit{width:30px;height:30px}.game-banner__text-block{background-color:#1e1e1ecc;width:247px;height:48px;padding:7px 8px 8px;box-sizing:border-box;overflow:hidden}.game-banner__text{color:#fff5ee66;text-align:left;font-size:9px;line-height:11px;width:231px;height:33px;overflow:auto}.game-banner__img-hit.game-banner__bg--promocode{width:247px;height:225px}.game-banner__promo-row{width:247px;height:30px;display:flex;flex-direction:row;align-items:flex-start;gap:0}.game-banner__promo-label{background-color:#4b7d37;width:80px;height:30px;padding:8px;display:flex;justify-content:center;align-items:center;box-sizing:border-box;color:#adcf83;font-size:12px;font-weight:700;line-height:10px;flex-shrink:0}.game-banner__promo-code-wrap{width:167px;height:30px;flex-shrink:0}.game-banner__promo-code-bar{background-color:#1e1e1ecc;width:167px;height:30px;padding:8px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;box-sizing:border-box}.game-banner__promo-code{color:#fff5ee99;font-size:12px;font-weight:700;line-height:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}
