.login-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(120deg,#dbeafe,#e0e7ff)}.login-card{background:#fff;padding:32px;border-radius:16px;box-shadow:0 20px 40px #0f172a26;width:360px}.login-card h1{margin-top:0;margin-bottom:16px;font-size:1.5rem;color:#0f172a}.login-form{display:flex;flex-direction:column;gap:16px}.login-form label{display:flex;flex-direction:column;font-size:.9rem;color:#475569}.login-form input{margin-top:4px;padding:10px 12px;border-radius:8px;border:1px solid #cbd5f5}.login-form button{padding:12px;border:none;border-radius:10px;background:#2563eb;color:#fff;font-weight:600;cursor:pointer}.admin-shell{min-height:100vh;display:flex;background:#f4f6fb}.sidebar{width:280px;background:#0f172a;color:#fff;display:flex;flex-direction:column;padding:24px}.sidebar__header{margin-bottom:32px}.sidebar__title{font-size:1.2rem;font-weight:700}.sidebar__user{font-size:.85rem;color:#ffffffb3;margin-top:4px}.sidebar__menu{flex:1;display:flex;flex-direction:column;gap:8px}.sidebar__link{text-align:left;border:none;background:transparent;display:block;text-decoration:none;color:#fffc;padding:10px 12px;border-radius:8px;cursor:pointer}.sidebar__link.active{background:#ffffff1a;color:#fff}.sidebar__logout{margin-top:16px;border:1px solid rgba(255,255,255,.4);background:transparent;color:#fff;padding:10px 12px;border-radius:8px;cursor:pointer}.content{flex:1;padding:32px;overflow-y:auto}.page-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.page-header h2{margin:0;color:#0f172a}.page-header__title{display:flex;align-items:center;gap:12px}.tab-switcher{display:flex;gap:8px}.tab-switcher button{background:#e2e8f0;color:#0f172a;border:none;border-radius:8px;padding:8px 14px;font-weight:600;cursor:pointer}.tab-switcher button.active{background:#2563eb;color:#fff}.filters,.inline-form,.profile-form{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.filter-group{display:flex;flex-wrap:wrap;gap:12px}.payments-filters{align-items:flex-end}.payments-filters label{display:flex;flex-direction:column;gap:6px;font-weight:600}.filters input,.filters select,.inline-form input,.inline-form select,.profile-form input,.deck-info input,.board-fields input,.board-fields select,.transition-row input,.cells-grid input,.deck-editor textarea{padding:8px 10px;border-radius:8px;border:1px solid #cbd5f5;font-size:.95rem}.inline-form button,.filters button,.page-header button,.transition-header button,.transition-row button,.deck-editor__header button,.sidebar__logout,.login-form button,.profile-form button,.primary-button{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:10px 16px;font-weight:600;cursor:pointer}.primary-button:disabled{opacity:.6;cursor:not-allowed}.table-wrapper{background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:16px;overflow-x:auto}table{width:100%;border-collapse:collapse}table th,table td{text-align:left;padding:10px 12px;border-bottom:1px solid #e2e8f0}table th{font-size:.85rem;letter-spacing:.02em;text-transform:uppercase;color:#475569}table td select,table td input,table td textarea{width:100%}.table-filters th{background:#f8fafc;border-bottom:1px solid #e2e8f0}.table-filters input,.table-filters select{width:100%;box-sizing:border-box;padding:8px 10px;border-radius:8px;border:1px solid #cbd5f5;font:inherit}.date-filters{display:flex;gap:8px}.status-badge{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-weight:700;font-size:.85rem}.status-badge--active{background:#ecfdf3;color:#166534}.status-badge--blocked{background:#fef2f2;color:#b91c1c}.status-badge--info{background:#eef2ff;color:#4338ca}.status-badge--success{background:#ecfdf3;color:#166534}.status-badge--danger{background:#fef2f2;color:#b91c1c}.link-button{background:transparent;color:#2563eb;border:none;cursor:pointer;padding:0}.link-button.danger{color:#dc2626}button.danger,.ghost.danger{background:#fee2e2;color:#b91c1c;border-color:#fecdd3}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:16px;align-items:flex-start}.card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px;box-shadow:0 4px 8px #0f172a0a}.card h3{margin-top:0;margin-bottom:12px}.translations{margin-top:12px}.translations__grid{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.translations__grid textarea,.translations__grid input{width:100%;box-sizing:border-box}.profile-avatar{max-width:240px;border-radius:12px;border:1px solid #e2e8f0}.meta-info p{margin:4px 0;color:#475569}.form-success{color:#15803d;background:#ecfdf3;padding:8px 10px;border-radius:8px;border:1px solid #bbf7d0}.full-width{width:100%}.form-error{color:#dc2626}.success{color:#16a34a}.muted{color:#94a3b8;font-size:.85rem}.board-editor{display:flex;flex-direction:column;gap:24px}.cell-scheme-form{display:flex;flex-direction:column;gap:20px}.cell-scheme-form__fields{display:flex;flex-direction:column;gap:16px;background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:16px;max-width:760px}.cell-scheme-form input,.cell-scheme-form textarea{margin-top:4px;padding:10px 12px;border-radius:10px;border:1px solid #e2e8f0;font:inherit;width:100%}.cell-scheme-form textarea{resize:vertical;min-height:96px}.cell-scheme-form__actions{display:flex;gap:12px;justify-content:flex-end}.board-fields{display:flex;gap:16px}.language-schemes{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.inline-language-select{display:flex;flex-direction:column;gap:4px}.cells-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;max-height:none;overflow:visible;padding:16px;background:#fff;border-radius:16px;border:1px solid #e2e8f0}.cells-grid--four-columns{grid-template-columns:repeat(4,minmax(0,1fr))}.cells-grid label{display:flex;flex-direction:column;font-size:.85rem;color:#475569}.transitions{display:flex;flex-direction:column;gap:16px}.transition-block{background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:16px}.transition-header{display:flex;align-items:center;justify-content:space-between}.transition-row{display:flex;align-items:center;gap:8px;margin-top:12px}.preview{width:80px;height:50px;object-fit:cover;border-radius:8px;border:1px solid #e2e8f0}.deck-editor{margin-top:24px;background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:16px}.deck-editor__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.deck-info{display:flex;gap:16px;margin-bottom:16px}.deck-info label,.board-fields label,.profile-form label{display:flex;flex-direction:column;color:#475569;font-size:.9rem}.deck-editor textarea{min-height:70px;resize:vertical}.profile-section{max-width:520px}.profile-form button{align-self:flex-start}.user-details,.user-details__grid{display:flex;flex-direction:column;gap:16px}.user-details__block{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:12px}.user-details__fields{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.user-details__fields label{display:flex;flex-direction:column;gap:6px;color:#475569;font-weight:600}.user-details__fields input,.user-details__fields select{padding:10px 12px;border-radius:10px;border:1px solid #cbd5f5;background:#f8fafc;font:inherit}.static-fields{gap:10px}.static-field{display:flex;flex-direction:column;gap:6px;padding:10px 12px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc}.static-field__label{color:#475569;font-weight:600}.static-field__value{color:#0f172a}.user-details__actions{display:flex;justify-content:flex-end}.actions{display:flex;gap:8px}.centered{text-align:center}.checkbox-inline{display:inline-flex;align-items:center;gap:8px;font-size:.95rem}.tab-card{margin-top:16px;background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:16px;display:flex;flex-direction:column;gap:16px}.tab-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.tab-card__actions{display:flex;justify-content:flex-end}.tab-card__header h3{margin:0}.tariffs-table table td{vertical-align:middle}.tariffs-table input[type=number],.tariffs-table input[type=date]{padding:8px 10px;border-radius:8px;border:1px solid #cbd5f5;font:inherit;width:100%;box-sizing:border-box}.tariffs-table .checkbox-inline{gap:6px}.tariffs-table .checkbox-inline input{width:16px;height:16px}.empty-placeholder{text-align:center;color:#94a3b8;padding:12px 0}.game-costs-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.cost-block{border:1px solid #e2e8f0;border-radius:12px;padding:12px;background:#f8fafc;display:flex;flex-direction:column;gap:8px}.cost-block h4{margin:0}.cost-block label{display:flex;flex-direction:column;gap:6px;color:#475569}.cost-block input{padding:8px 10px;border-radius:8px;border:1px solid #cbd5f5;font:inherit}.table-actions{display:flex;align-items:center;gap:12px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;display:flex;align-items:center;justify-content:center;z-index:20;padding:16px}.modal{background:#fff;border-radius:16px;padding:20px;max-width:520px;width:100%;box-shadow:0 15px 40px #0f172a33}.modal-form{display:flex;flex-direction:column;gap:14px}.modal-form label{display:flex;flex-direction:column;gap:6px;color:#0f172a;font-weight:600}.modal-form input,.modal-form select{width:100%;padding:10px 12px;border-radius:10px;border:1px solid #cbd5f5;background:#f8fafc;font-size:.95rem;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.modal-form select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.6' d='m5 8 5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;padding-right:38px}.modal-form input:focus,.modal-form select:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1f}.modal-form input::placeholder,.modal-form select::placeholder{color:#94a3b8}.cell-scheme-form__actions button,.modal-actions button{padding:12px 18px;border-radius:10px;border:none;font-weight:700;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 12px 24px #2563eb33;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.cell-scheme-form__actions button:hover,.modal-actions button:hover{transform:translateY(-1px);box-shadow:0 16px 28px #2563eb3d}.cell-scheme-form__actions button:active,.modal-actions button:active{transform:translateY(0);box-shadow:0 10px 18px #2563eb33}.cell-scheme-form__actions button:disabled,.modal-actions button:disabled{opacity:.7;cursor:not-allowed;box-shadow:none}.modal-actions{display:flex;gap:12px;margin-top:8px;justify-content:flex-end}.ghost{background:#eef2ff;color:#4f46e5;border:1px solid #cbd5f5;box-shadow:none}.ghost:hover{background:#e0e7ff}.modal-hint{margin:4px 0 12px}.file-input input[type=file]{margin-top:8px;width:100%;padding:10px 12px;border:1px solid #cbd5f5;border-radius:10px;background:#f8fafc;color:#0f172a;cursor:pointer}.file-input input[type=file]::file-selector-button{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:10px 14px;font-weight:600;cursor:pointer;margin-right:12px}.file-input input[type=file]::-webkit-file-upload-button{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:10px 14px;font-weight:600;cursor:pointer;margin-right:12px}.file-input .muted{margin-top:6px;display:inline-block}.transition-columns{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.editor-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;padding:16px;margin-top:16px}.deck-form{display:flex;flex-direction:column;gap:12px}.deck-create{display:flex;flex-direction:column;gap:16px}.deck-create label{display:flex;flex-direction:column;gap:6px;color:#0f172a;font-weight:600}.deck-create input,.deck-create textarea,.deck-create select{padding:10px 12px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;font:inherit}.deck-create textarea{resize:vertical}.deck-create__row{display:flex;gap:16px;flex-wrap:wrap;align-items:flex-end}.deck-create__row label{flex:1;min-width:280px}.deck-create__row--align-start{align-items:center;justify-content:space-between}.deck-create__label{display:flex;flex-direction:column;gap:6px;color:#475569;font-weight:600}.card-back-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.card-back-option{border:1px solid #e2e8f0;background:#f8fafc;border-radius:12px;padding:16px;display:flex;flex-direction:column;align-items:center;gap:12px;cursor:pointer;min-height:220px}.card-back-option img{width:100%;height:180px;object-fit:cover;border-radius:10px;border:1px solid #e2e8f0}.card-back-option.active{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.card-back-option.add{justify-content:center;font-size:1.2rem;color:#2563eb}.card-back-option.add.upload{border-style:dashed;background:#eef2ff;color:#4338ca;gap:6px}.plus-icon{width:36px;height:36px;border-radius:12px;background:#e0e7ff;display:inline-flex;align-items:center;justify-content:center;font-weight:700}.icon-button{display:inline-flex;align-items:center;gap:8px;border:1px solid #cbd5f5;background:#eef2ff;color:#4338ca;border-radius:10px;padding:8px 12px;font-weight:700;cursor:pointer}.deck-create__cards{display:flex;flex-direction:column;gap:12px}.deck-card-row{display:flex;gap:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:12px}.deck-card-row__number{width:42px;height:42px;border-radius:12px;background:#e0f2fe;color:#0284c7;display:flex;align-items:center;justify-content:center;font-weight:700}.deck-card-row__fields{flex:1;display:flex;flex-direction:column;gap:8px}.deck-card-row__fields label{display:flex;flex-direction:column;color:#475569;font-size:.9rem}.deck-card-row__fields input,.deck-card-row__fields textarea{padding:10px 12px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;font:inherit}.deck-card-text{min-height:200px;resize:vertical}.deck-create__actions{justify-content:flex-end}.deck-edit{display:flex;flex-direction:column;gap:16px}.deck-edit .card-back-grid{display:flex;flex-wrap:nowrap;gap:12px;overflow-x:auto;padding-bottom:6px}.deck-edit .card-back-option{min-width:160px;flex:0 0 160px}.deck-edit__cards{display:flex;flex-direction:column;gap:12px}.card-preview{max-width:840px}.card-preview__content{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-top:12px}.card-preview__face{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:12px;display:flex;align-items:center;justify-content:center}.card-preview__front{width:100%;min-height:280px;border-radius:12px;border:1px solid #e2e8f0;background:linear-gradient(180deg,#fff,#f8fafc);background-size:cover;background-position:center;padding:16px;box-shadow:0 12px 28px #0f172a1f;display:flex;flex-direction:column;gap:12px}.card-preview__title{font-weight:700;color:#0f172a}.card-preview__text{color:#334155;line-height:1.5;white-space:pre-wrap}.card-preview__face img{max-height:320px;width:100%;object-fit:cover;border-radius:12px;border:1px solid #e2e8f0}.card-preview__stub{color:#94a3b8;text-align:center;width:100%}.active-row{background:#f8fafc}:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f4f6fb}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:#f4f6fb}#root{min-height:100vh}
