:root{--bg-page: #f3f4f6;--bg-card: #ffffff;--bg-muted: #eceef2;--text: #1c1917;--text-muted: #57534e;--border: #d6d3d1;--btn-bg: #292524;--btn-text: #fafaf9;--btn-hover: #44403c;--input-bg: #ffffff;--focus: #0c0a09;--error-bg: #fef2f2;--error-border: #fecaca;--error-text: #991b1b;--success-bg: #ecfdf5;--success-text: #166534}*,*:before,*:after{box-sizing:border-box}html,body,#root{width:100%;max-width:100%}body{margin:0;min-height:100vh;font-family:IBM Plex Sans Arabic,system-ui,sans-serif;background:var(--bg-page);color:var(--text);line-height:1.5}#root{min-height:100vh;background:var(--bg-page)}a{color:var(--text);font-weight:600}a:hover{text-decoration:none}button,.btn{font-family:inherit;font-weight:600;cursor:pointer;border:none;border-radius:8px;padding:.65rem 1.25rem;background:var(--btn-bg);color:var(--btn-text);font-size:1rem}button:hover:not(:disabled),.btn:hover:not(:disabled){background:var(--btn-hover)}button:disabled{opacity:.55;cursor:not-allowed}.btn-outline{background:transparent;color:var(--text);border:2px solid var(--text)}.btn-outline:hover:not(:disabled){background:var(--text);color:var(--btn-text)}input{font-family:inherit;font-size:1rem;width:100%;padding:.65rem .85rem;border:1px solid var(--border);border-radius:8px;background:var(--input-bg);color:var(--text)}input:focus{outline:2px solid var(--focus);outline-offset:1px}.auth-input-ltr{direction:ltr;text-align:left;unicode-bidi:plaintext}label{display:block;font-weight:600;margin-bottom:.35rem;color:var(--text)}.form-field{margin-bottom:1rem}.muted{color:var(--text-muted)}.alert-error{background:var(--error-bg);border:1px solid var(--error-border);color:var(--error-text);padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.95rem}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem}.surface-card-auth{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:2rem 1.75rem;width:100%;max-width:400px;box-shadow:0 4px 24px #1c191714}.auth-page-title{margin:0 0 .65rem;font-size:1.35rem;font-weight:700;color:var(--text);line-height:1.3}.customer-clients__modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:flex;align-items:flex-start;justify-content:center;padding:1.25rem;box-sizing:border-box;background:#0f172a73;overflow-y:auto}.admin-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.6rem 1rem;padding:.55rem 1.25rem;background:linear-gradient(180deg,#1c191705,#1c191700),var(--bg-card);border-bottom:1px solid var(--border);box-shadow:0 1px #1c19170a}.admin-header__brand{display:flex;align-items:center;gap:.7rem;min-width:0}.admin-header__logo-wrap{display:inline-flex;align-items:center;justify-content:center;padding:.25rem .45rem;border-radius:9px;text-decoration:none;transition:background .15s ease}.admin-header__logo-wrap:hover{background:#1c19170d}.admin-header__logo{display:block;width:auto;max-height:36px;max-width:120px;object-fit:contain}.admin-header__divider{width:1px;height:26px;background:var(--border);flex-shrink:0}.admin-header__titles{display:flex;flex-direction:column;gap:.1rem;min-width:0}.admin-header__product{display:inline-flex;align-items:center;gap:.35rem;font-weight:800;font-size:.95rem;color:var(--text);line-height:1.2;letter-spacing:0}.admin-header__product svg{color:var(--text-muted);flex-shrink:0}.admin-header__role{font-size:.78rem;font-weight:600;line-height:1.2}.admin-header__user{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem}.admin-header__user-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .65rem;border-radius:999px;background:var(--bg-page);border:1px solid rgba(28,25,23,.08);font-size:.82rem;font-weight:600;color:var(--text);max-width:240px;min-width:0}.admin-header__email{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;direction:ltr}.admin-header__status-dot{flex-shrink:0;width:8px;height:8px;border-radius:50%;background:#16a34a;box-shadow:0 0 0 3px #16a34a2e}.admin-header__divider--user{height:22px}.admin-header__action{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .85rem;border-radius:9px;font-size:.82rem;font-weight:700;font-family:inherit;line-height:1.2;text-decoration:none;cursor:pointer;border:1px solid transparent;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .15s ease,box-shadow .15s ease}.admin-header__action svg{flex-shrink:0}.admin-header__action:active{transform:scale(.98)}.admin-header__action--outline{background:var(--bg-card);color:var(--text);border-color:#1c19172e}.admin-header__action--outline:hover{background:var(--bg-page);border-color:#1c19174d}.admin-header__action--outline svg{color:var(--text-muted)}.admin-header__action--outline:hover svg{color:var(--text)}.admin-header__action--solid{background:var(--btn-bg);color:var(--btn-text);border-color:transparent;box-shadow:0 2px 6px #1c19172e}.admin-header__action--solid:hover{background:var(--btn-hover);box-shadow:0 4px 10px #1c191738}.admin-header__action--solid svg{color:#ffffffd9}.admin-header__divider,.admin-header__titles{display:none}.admin-header__user-chip{max-width:180px;padding:.35rem .55rem;font-size:.78rem}.admin-header__divider--user{display:none}.admin-header__action{padding:.4rem .7rem;font-size:.78rem}.admin-header__user-chip{padding:.4rem;border-radius:50%;width:28px;height:28px;justify-content:center}.admin-header__action span{display:none}.admin-header__action{padding:.45rem .55rem}.admin-sidebar{width:248px;flex-shrink:0;align-self:stretch;display:flex;flex-direction:column;min-height:0;background:var(--bg-card);border-inline-end:1px solid var(--border);overflow:hidden}.admin-sidebar__profile{display:flex;align-items:center;gap:.65rem;margin:.85rem .85rem 0;padding:.7rem .8rem;background:linear-gradient(135deg,#1c19170d,#1c191700 70%),var(--bg-page);border:1px solid rgba(28,25,23,.07);border-radius:11px;min-width:0}.admin-sidebar__avatar{flex-shrink:0;width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:var(--btn-bg);color:var(--btn-text);font-weight:800;font-size:1rem;letter-spacing:0;text-transform:uppercase;font-family:system-ui,sans-serif;box-shadow:0 2px 6px #1c191726}.admin-sidebar__profile-text{display:flex;flex-direction:column;gap:.1rem;min-width:0;flex:1 1 auto}.admin-sidebar__profile-name{font-weight:700;font-size:.85rem;color:var(--text);line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-sidebar__profile-role{display:inline-flex;align-items:center;gap:.3rem;font-size:.7rem;font-weight:600;color:var(--text-muted);line-height:1.2}.admin-sidebar__profile-role svg{color:#16a34a;flex-shrink:0}.admin-sidebar__nav{flex:1 1 auto;display:flex;flex-direction:column;gap:.65rem;padding:.85rem .65rem 1rem;min-height:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.admin-sidebar__section{margin:0;padding:0}.admin-sidebar__section-title{margin:0 0 .4rem;padding:0 .55rem;font-size:.7rem;font-weight:700;letter-spacing:.04em;color:var(--text-muted);line-height:1.3;text-transform:uppercase}.admin-sidebar__section-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.admin-sidebar__link{display:block;padding:.4rem .45rem;margin:0;border-radius:10px;font-weight:600;font-size:.875rem;color:var(--text-muted);text-decoration:none;transition:background .15s ease,color .15s ease;position:relative}.admin-sidebar__link-inner{display:flex;align-items:center;gap:.55rem;min-width:0}.admin-sidebar__icon-box{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;background:#1c19170d;color:var(--text-muted);transition:background .15s ease,color .15s ease,box-shadow .15s ease}.admin-sidebar__label{flex:1 1 auto;min-width:0;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-sidebar__chevron{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;color:#1c191740;opacity:0;transform:translate(4px);transition:opacity .15s ease,transform .15s ease,color .15s ease}.admin-sidebar__link:hover{background:#1c19170d;color:var(--text)}.admin-sidebar__link:hover .admin-sidebar__icon-box{background:#1c19171a;color:var(--text)}.admin-sidebar__link:hover .admin-sidebar__chevron{opacity:1;transform:translate(0);color:var(--text-muted)}.admin-sidebar__link--active{background:var(--btn-bg);color:var(--btn-text);box-shadow:0 4px 12px #1c19172e}.admin-sidebar__link--active:hover{background:var(--btn-bg);color:var(--btn-text)}.admin-sidebar__link--active .admin-sidebar__icon-box{background:#ffffff1f;color:var(--btn-text);box-shadow:inset 0 0 0 1px #ffffff2e}.admin-sidebar__link--active:hover .admin-sidebar__icon-box{background:#ffffff2e}.admin-sidebar__link--active .admin-sidebar__chevron{opacity:1;transform:translate(0);color:var(--btn-text)}.admin-sidebar__link:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.admin-sidebar__foot{margin:0;padding:.65rem .85rem .85rem;border-top:1px solid var(--border);display:flex;align-items:center;gap:.45rem;background:var(--bg-card)}.admin-sidebar__foot-btn,.admin-sidebar__foot-link{flex:1 1 auto;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.5rem .6rem;border-radius:9px;font-size:.78rem;font-weight:700;border:1px solid rgba(28,25,23,.08);background:var(--bg-page);color:var(--text);text-decoration:none;cursor:pointer;transition:background .15s ease,border-color .15s ease,transform .15s ease}.admin-sidebar__foot-btn:hover,.admin-sidebar__foot-link:hover{background:#1c19170f;border-color:#1c19172e}.admin-sidebar__foot-btn:active,.admin-sidebar__foot-link:active{transform:scale(.98)}.admin-sidebar__foot-btn svg,.admin-sidebar__foot-link svg{color:var(--text-muted);flex-shrink:0}.admin-sidebar__foot-btn:hover svg,.admin-sidebar__foot-link:hover svg{color:var(--text)}.admin-sidebar__profile{margin:.6rem .6rem 0}.admin-sidebar__nav{gap:.45rem;padding:.6rem;overflow:visible}.admin-sidebar__section-list{flex-direction:row;flex-wrap:wrap;gap:.35rem}.admin-sidebar__section-list li{flex:1 1 auto;min-width:min(160px,100%)}.admin-sidebar__chevron{display:none}.admin-sidebar__foot{border-top:1px solid var(--border);padding:.55rem .65rem .7rem}.admin-layout{width:100%;max-width:100%;height:100vh;max-height:100vh;display:flex;flex-direction:column;background:var(--bg-page);overflow:hidden}.admin-layout .admin-header{flex-shrink:0}.admin-layout__body{display:flex;flex:1;min-height:0;width:100%;overflow:hidden}.admin-layout__main{flex:1 1 0%;min-width:0;min-height:0;width:100%;max-width:100%;padding:1.25rem 0 2rem;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.admin-boot{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:var(--bg-page)}.admin-boot--error{flex-direction:column;gap:1rem}.stat-card{position:relative;display:flex;flex-direction:column;align-items:stretch;gap:.4rem;background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:.95rem 1.1rem 1rem;box-shadow:0 1px 2px #1c19170a;transition:box-shadow .2s ease,transform .2s ease,border-color .2s ease}.stat-card:hover{box-shadow:0 6px 18px #1c191714;border-color:#1c19172e;transform:translateY(-1px)}.stat-card__head{display:flex;align-items:center;gap:.6rem;min-width:0}.stat-card__icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:9px;background:#1c19170f;color:var(--text)}.stat-card__label{margin:0;font-size:.85rem;font-weight:600;color:var(--text-muted);line-height:1.25;flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis}.stat-card__value{margin:.2rem 0 0;font-size:1.7rem;font-weight:800;color:var(--text);line-height:1.15;letter-spacing:-.02em;align-self:flex-end;direction:ltr}.stat-card__hint{margin:0;font-size:.78rem;line-height:1.4}.stat-card--hero{padding:1rem 1.2rem 1.15rem;background:linear-gradient(180deg,rgba(28,25,23,.025) 0%,var(--bg-card) 60%);gap:.5rem}.stat-card--hero .stat-card__icon{width:40px;height:40px;border-radius:11px;background:var(--btn-bg);color:var(--btn-text)}.stat-card--hero .stat-card__label{font-size:.85rem;font-weight:700;letter-spacing:.01em;color:var(--text-muted)}.stat-card--hero .stat-card__value{font-size:2.1rem;font-weight:900;margin-top:.25rem}.stat-card--hero .stat-card__hint{font-size:.8rem}.stat-card--compact{padding:.8rem .9rem .85rem;border-radius:12px;gap:.3rem}.stat-card--compact .stat-card__head{gap:.5rem}.stat-card--compact .stat-card__icon{width:30px;height:30px;border-radius:8px}.stat-card--compact .stat-card__icon svg{width:16px;height:16px}.stat-card--compact .stat-card__value{font-size:1.4rem;margin-top:.15rem}.stat-card--compact .stat-card__label{font-size:.78rem}.stat-card--compact .stat-card__hint{font-size:.72rem}.stat-card--tone-muted{background:var(--bg-muted)}.stat-card--tone-muted .stat-card__icon{background:#1c191714}.stat-grid{--stat-grid-min: 180px;display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,var(--stat-grid-min)),1fr));gap:.9rem}.stat-grid--hero{--stat-grid-min: 220px;gap:1rem}.stat-grid--compact{--stat-grid-min: 160px;gap:.7rem}.stat-grid--hero{--stat-grid-min: 240px}.dash-stat-section{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:1rem 1.1rem 1.15rem;box-shadow:0 1px 2px #1c19170a;display:flex;flex-direction:column;gap:.85rem}.dash-stat-section__head{display:flex;align-items:center;gap:.5rem}.dash-stat-section__head-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:7px;background:#1c191714;color:var(--text);flex-shrink:0}.dash-stat-section__title{margin:0;font-size:.92rem;font-weight:800;color:var(--text);letter-spacing:.01em;line-height:1.3}.dash-stat-section .stat-card{background:var(--bg-page);border-color:#1c191712;box-shadow:none}.dash-stat-section .stat-card:hover{background:var(--bg-card);border-color:#1c19172e}.dash-charts{display:grid;gap:1rem;grid-template-columns:1fr}.dash-charts__fallback{margin:0;padding:1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:14px;min-height:280px;display:flex;align-items:center;justify-content:center}.chart-card__plot--bar{height:320px}.quick-actions{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:1rem 1.15rem 1.15rem;box-shadow:0 1px 2px #1c19170a}.quick-actions__head{margin-bottom:.85rem}.quick-actions__title{margin:0 0 .15rem;font-size:1rem;font-weight:800;color:var(--text);letter-spacing:.01em}.quick-actions__subtitle{margin:0;font-size:.83rem}.quick-actions__grid{display:grid;gap:.65rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr))}.dash-overview{width:100%;max-width:none;box-sizing:border-box;margin:0;padding:0 1.5rem 2rem}.dash-overview__hero{position:relative;display:flex;flex-wrap:wrap;gap:1.25rem;align-items:flex-end;justify-content:space-between;padding:1.4rem 1.5rem;margin-bottom:1.25rem;border:1px solid var(--border);border-radius:16px;background:linear-gradient(135deg,#1c19170f,#1c191700 60%),var(--bg-card);box-shadow:0 1px 2px #1c19170a;overflow:hidden}.dash-overview__hero:after{content:"";position:absolute;inset-inline-start:-60px;top:-40px;width:200px;height:200px;background:radial-gradient(closest-side,#1c191712,#1c191700 70%);pointer-events:none}.dash-overview__hero-text{position:relative;z-index:1;min-width:0;flex:1 1 320px}.dash-overview__eyebrow{margin:0 0 .35rem;font-size:.78rem;font-weight:700;color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase}.dash-overview__title{margin:0 0 .4rem;font-size:1.55rem;font-weight:900;color:var(--text);line-height:1.2;letter-spacing:-.01em}.dash-overview__welcome{margin:0;font-size:.95rem;line-height:1.55;max-width:60ch}.dash-overview__hero-actions{position:relative;z-index:1;display:flex;gap:.55rem;flex-wrap:wrap;align-items:center}.dash-overview__cta{text-decoration:none;text-align:center;font-size:.92rem;padding:.65rem 1.1rem;white-space:nowrap}.dash-overview__content{display:flex;flex-direction:column;gap:1.25rem}.dash-overview__sections-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr))}.dash-overview__bottom-grid{display:grid;gap:1rem;grid-template-columns:1fr}.dash-overview__system-card{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:1rem 1.15rem 1.15rem;box-shadow:0 1px 2px #1c19170a;display:flex;flex-direction:column;gap:.85rem}.dash-overview__system-head{display:flex;align-items:center;gap:.65rem}.dash-overview__system-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:#1c19170f;color:var(--text);flex-shrink:0}.dash-overview__system-title{margin:0;font-size:1rem;font-weight:800;color:var(--text);line-height:1.2}.dash-overview__system-sub{margin:.15rem 0 0;font-size:.8rem;line-height:1.3}.dash-overview__system-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.45rem}.dash-overview__system-row{display:flex;align-items:center;gap:.55rem;padding:.55rem .7rem;background:var(--bg-page);border:1px solid rgba(28,25,23,.06);border-radius:10px;font-size:.86rem;font-weight:600;color:var(--text)}.dash-overview__system-row>.muted{margin-inline-start:auto;font-size:.78rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.dash-overview__system-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0;background:var(--text-muted);box-shadow:0 0 0 3px #1c19170d}.dash-overview__system-dot--ok{background:#16a34a;box-shadow:0 0 0 3px #16a34a1f}.dash-overview__system-foot{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:auto;padding-top:.5rem;border-top:1px dashed rgba(28,25,23,.1)}.dash-overview__system-link{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:700;color:var(--text);text-decoration:none;padding:.35rem .6rem;border-radius:8px;background:#1c19170a;transition:background .15s ease}.dash-overview__system-link:hover{background:#1c19171a}.dash-overview__loading{padding:1.5rem;background:var(--bg-card);border:1px solid var(--border);border-radius:14px;text-align:center}.dash-overview__hero{padding:1.15rem 1.15rem 1.25rem}.dash-overview__title{font-size:1.3rem}.dash-overview__hero-actions{width:100%}.dash-overview__cta{flex:1 1 auto}.admin-placeholder{width:100%;max-width:none;box-sizing:border-box;padding-inline:1.5rem}.admin-placeholder__title{margin:0 0 .5rem;font-size:1.25rem;font-weight:800;color:var(--text)}.admin-placeholder__text{margin:0;font-size:.95rem}.cat-admin__category-bar{display:flex;flex-wrap:wrap;gap:1rem 1.25rem;align-items:flex-end;padding:1rem 1.35rem 1.15rem;border-bottom:1px solid var(--border);background:linear-gradient(180deg,#fafbfc 0%,var(--bg-card) 100%)}.cat-admin__category-bar label.cat-admin__field{flex:1 1 14rem;margin:0}.cat-admin__select{width:100%;box-sizing:border-box;padding:.55rem .65rem;border-radius:10px;border:1px solid var(--border);background:var(--bg-card);color:var(--text);font-size:.95rem}.cat-admin__textarea--prompt{min-height:11rem;font-family:ui-monospace,monospace;font-size:.88rem;line-height:1.5}.cat-admin__snippet{margin:0;font-size:.82rem;line-height:1.45;color:var(--muted, #64748b);display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.cat-admin__col-snippet{width:28%}.cat-admin__col-code{width:14%}.cat-admin__col-title{width:22%}.cat-admin__col-num{width:7%}.cat-admin__col-status{width:10%}.cat-admin__col-actions{width:12%}.cat-admin__edit-form--prompt{display:grid;grid-template-columns:1fr 1fr;gap:.85rem 1rem;align-items:start}.cat-admin__edit-form--prompt .cat-admin__field--full{grid-column:1 / -1}.cat-admin__edit-form--prompt .cat-admin__field--narrow{max-width:8rem}.cat-admin__empty--link{margin:.5rem 0 0}.cat-admin__empty--link a{font-weight:700;color:var(--accent, #2563eb)}.cat-admin__col-plan-type{width:11%}.cat-admin__col-price{width:12%}.cat-admin__col-days{width:10%}.cat-admin__col-quota{width:12%}.cat-admin__badge--trial{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.cat-admin__badge--paid{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}.cat-admin__price-cell{font-variant-numeric:tabular-nums;white-space:nowrap}.cat-admin__mono-sm{font-size:.82rem}.platform-cust__nested-tr .cat-admin__nested{border-top:none}.cat-admin__nested{margin:0;padding:.85rem 1rem 1rem;background:transparent;font-size:.9rem}.cat-admin__nested-table{width:100%;border-collapse:collapse;font-size:.88rem;background:#fff;border-radius:8px;border:1px solid var(--border, #d6d3d1);overflow:hidden}.cat-admin__nested-table th,.cat-admin__nested-table td{padding:.45rem .65rem;text-align:right;border-bottom:1px solid #e8ecf1}.cat-admin__nested-table thead th{font-weight:800;font-size:.78rem;color:#1e293b;background:#eef2f6}.cat-admin__nested-table tbody tr:last-child td{border-bottom:none}.cat-admin__badge--inactive{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}.cat-admin__req{color:#dc2626;font-weight:800}.cat-admin{width:100%;box-sizing:border-box;padding:1.25rem 1.5rem 2rem;min-height:100%;background:var(--bg-page)}.cat-admin__hero{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:1.35rem 1.5rem;margin-bottom:1rem;box-shadow:0 1px 3px #0f172a0f}.cat-admin__title{margin:0 0 .5rem;font-size:1.35rem;font-weight:800;color:var(--text)}.cat-admin__lead{margin:0;font-size:.95rem;line-height:1.55;max-width:52rem}.cat-admin__alert{margin-bottom:.75rem}.cat-admin__notice{margin-bottom:.75rem;padding:.55rem .75rem;border-radius:10px;background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46;font-size:.88rem;font-weight:600}.cat-admin__panel{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:0;margin-bottom:1rem;box-shadow:0 1px 3px #0f172a0f;overflow:hidden}.cat-admin__panel--form{padding-bottom:.25rem}.cat-admin__panel-head{padding:1.1rem 1.35rem .85rem;border-bottom:1px solid var(--border);background:linear-gradient(180deg,#fafbfc 0%,var(--bg-card) 100%)}.cat-admin__panel-desc{margin:.35rem 0 0;font-size:.84rem;line-height:1.5;max-width:48rem}.cat-admin__panel--table{padding:0}.cat-admin__h2{margin:0;font-size:1.05rem;font-weight:800;color:var(--text)}.cat-admin__h2--inline{margin:0}.cat-admin__form{padding:1rem 1.35rem 1.25rem;display:flex;flex-direction:column;gap:1rem}.cat-admin__form-row{display:flex;flex-direction:column;gap:.85rem}.cat-admin__form-row--2>.cat-admin__field{flex:1;min-width:0}.cat-admin__field{display:flex;flex-direction:column;gap:.3rem;min-width:0}.cat-admin__field--block{width:100%}.cat-admin__label{font-size:.8rem;font-weight:800;color:var(--text);letter-spacing:.01em}.cat-admin__label abbr{text-decoration:none;color:#b91c1c;font-weight:900}.cat-admin__hint{font-size:.72rem;font-weight:600;color:#64748b;margin-top:-.1rem}.cat-admin__input,.cat-admin__textarea{width:100%;box-sizing:border-box;border-radius:10px;border:1px solid #cbd5e1;padding:.55rem .7rem;font:inherit;background:#fff;color:var(--text);transition:border-color .15s ease,box-shadow .15s ease}.cat-admin__input:hover,.cat-admin__textarea:hover{border-color:#94a3b8}.cat-admin__input:focus,.cat-admin__textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f62e}.cat-admin__input--mono{font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,Consolas,monospace;font-size:.84rem}.cat-admin__textarea{resize:vertical;min-height:4.25rem;line-height:1.45}.cat-admin__form-footer{display:flex;flex-direction:column;gap:1rem;padding-top:.25rem;margin-top:.15rem;border-top:1px dashed #e2e8f0}.cat-admin__field--order{max-width:11rem}.cat-admin__input--order{max-width:7rem;font-variant-numeric:tabular-nums}.cat-admin__form-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.cat-admin__ico{flex-shrink:0;opacity:.88}.cat-admin__btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border-radius:10px;border:1px solid var(--border);background:var(--bg-card);color:var(--text);padding:.45rem .85rem;font-weight:600;cursor:pointer;font-size:.85rem;transition:background .15s ease,border-color .15s ease,color .15s ease}.cat-admin__btn:disabled{opacity:.55;cursor:not-allowed}.cat-admin__btn--lg{padding:.6rem 1.25rem;font-size:.9rem}.cat-admin__btn--primary{background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff;border-color:#0f172a;box-shadow:0 1px 2px #0f172a26}.cat-admin__btn--primary:hover:not(:disabled){background:linear-gradient(135deg,#334155,#1e293b)}.cat-admin__btn--outline{background:#fff;border-color:#cbd5e1;color:#334155}.cat-admin__btn--outline:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}.cat-admin__btn--sm{padding:.35rem .6rem;font-size:.78rem}.cat-admin__btn--icon{gap:.35rem}.cat-admin__btn--warn{background:#fffbeb;border-color:#fcd34d;color:#92400e}.cat-admin__btn--warn:hover:not(:disabled){background:#fef3c7}.cat-admin__table-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem;padding:.75rem 1.15rem;background:#f8fafc;border-bottom:1px solid var(--border)}.cat-admin__table-toolbar__title{display:flex;align-items:center;gap:.5rem}.cat-admin__count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.65rem;height:1.65rem;padding:0 .4rem;border-radius:8px;font-size:.75rem;font-weight:800;font-variant-numeric:tabular-nums;background:#e2e8f0;color:#475569}.cat-admin__table-toolbar__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem 1rem}.cat-admin__toggle{display:inline-flex;align-items:center;gap:.45rem;font-size:.82rem;font-weight:600;color:#334155;cursor:pointer;-webkit-user-select:none;user-select:none}.cat-admin__toggle input{width:1rem;height:1rem;accent-color:#2563eb}.cat-admin__loading,.cat-admin__empty{margin:0;padding:1.25rem 1.35rem;font-size:.92rem}.cat-admin__table-wrap{overflow-x:auto;margin:0;-webkit-overflow-scrolling:touch}.cat-admin__table{width:100%;table-layout:fixed;border-collapse:collapse;font-size:.875rem;line-height:1.4}.cat-admin__col-title{width:40%}.cat-admin__col-slug{width:22%}.cat-admin__col-num{width:8%}.cat-admin__col-status{width:12%}.cat-admin__col-actions{width:18%}.cat-admin__th{text-align:right;padding:.55rem .75rem;font-weight:800;font-size:.8rem;color:#1e293b;background:#eef2f6;border-bottom:1px solid #cbd5e1;white-space:nowrap}.cat-admin__th--slug,.cat-admin__th--num,.cat-admin__th--status,.cat-admin__th--actions{text-align:center}.cat-admin__th--title{padding-inline-start:.85rem}.cat-admin__td{padding:.45rem .7rem;border-bottom:1px solid #e8ecf1;vertical-align:middle;background:#fff}.cat-admin__table tbody tr:hover .cat-admin__td{background:#fafbfc}.cat-admin__table tbody tr:last-child .cat-admin__td{border-bottom:none}.cat-admin__row--inactive .cat-admin__td{background:#f8fafc!important;opacity:.9}.cat-admin__td-title{font-weight:700;color:var(--text);text-align:right;word-break:break-word}.cat-admin__td-slug{text-align:center}.cat-admin__td-num{text-align:center;font-variant-numeric:tabular-nums;font-weight:600;color:#475569}.cat-admin__td-status{text-align:center}.cat-admin__code{display:inline-block;font-size:.72rem;font-family:ui-monospace,Cascadia Code,Menlo,Consolas,monospace;background:#f1f5f9;padding:.18rem .4rem;border-radius:6px;border:1px solid #e2e8f0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;max-width:100%}.cat-admin__badge{display:inline-flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800;padding:.2rem .5rem;border-radius:999px}.cat-admin__badge--ok{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.cat-admin__badge--off{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}.cat-admin__td-actions{text-align:center;white-space:nowrap}.cat-admin__td-inner-actions{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;justify-content:center;gap:.35rem}.cat-admin__td-inner-actions .cat-admin__btn{flex-shrink:0}.cat-admin__edit-cell{padding:.85rem 1rem!important;background:#f8fafc!important}.cat-admin__edit-form{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.65rem .85rem;align-items:end}.cat-admin__field--narrow{max-width:140px}.cat-admin__field--full{grid-column:1 / -1}.cat-admin__check{display:flex;align-items:center;gap:.4rem;font-size:.82rem;font-weight:700}.cat-admin__edit-actions{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:.4rem}.cat-admin__linkish{display:inline-block;margin-top:.75rem;color:#2563eb;font-weight:700;text-decoration:none}.cat-admin__linkish:hover{text-decoration:underline}@media (max-width:768px){.admin-header{padding:.55rem .85rem;gap:.5rem .65rem}.admin-header__divider,.admin-header__titles{display:none}.admin-header__user-chip{max-width:180px;padding:.35rem .55rem;font-size:.78rem}.admin-header__divider--user{display:none}.admin-header__action{padding:.4rem .7rem;font-size:.78rem}}@media (max-width:480px){.admin-header__user-chip .admin-header__email{display:none}.admin-header__user-chip{padding:.4rem;border-radius:50%;width:28px;height:28px;justify-content:center}.admin-header__action span{display:none}.admin-header__action{padding:.45rem .55rem}}@media (max-width:768px){.admin-sidebar{width:100%;border-inline-end:none;border-bottom:1px solid var(--border);overflow:visible}.admin-sidebar__profile{margin:.6rem .6rem 0}.admin-sidebar__nav{gap:.45rem;padding:.6rem;overflow:visible}.admin-sidebar__section-list{flex-direction:row;flex-wrap:wrap;gap:.35rem}.admin-sidebar__section-list li{flex:1 1 auto;min-width:min(160px,100%)}.admin-sidebar__chevron{display:none}.admin-sidebar__foot{border-top:1px solid var(--border);padding:.55rem .65rem .7rem}}@media (max-width:768px){.admin-layout__body{flex-direction:column}}@media (min-width:1280px){.stat-grid{--stat-grid-min: 200px}.stat-grid--hero{--stat-grid-min: 240px}}@media (min-width:1024px){.dash-charts{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);align-items:stretch}}@media (min-width:1024px){.dash-overview__bottom-grid{grid-template-columns:minmax(0,2fr) minmax(0,1fr);align-items:stretch}}@media (max-width:640px){.dash-overview{padding:0 .85rem 1.5rem}.dash-overview__hero{padding:1.15rem 1.15rem 1.25rem}.dash-overview__title{font-size:1.3rem}.dash-overview__hero-actions{width:100%}.dash-overview__cta{flex:1 1 auto}}@media (max-width:720px){.cat-admin__edit-form--prompt{grid-template-columns:1fr}}@media (min-width:720px){.cat-admin__form-row--2{flex-direction:row;align-items:stretch}.cat-admin__form-row--2>.cat-admin__field{flex:1;min-width:0}}@media (min-width:560px){.cat-admin__form-footer{flex-direction:row;align-items:flex-end;justify-content:space-between}}@media (min-width:560px){.cat-admin__form-actions{margin-inline-start:auto}}@media (max-width:700px){.cat-admin__table{min-width:540px}}.chart-card{background:var(--bg-card);border:1px solid var(--border);border-radius:14px;padding:1rem 1.15rem 1.25rem;box-shadow:0 1px 2px #1c19170a;display:flex;flex-direction:column}.chart-card__title{margin:0 0 .85rem;font-size:1rem;font-weight:800;color:var(--text);letter-spacing:.01em;display:flex;align-items:center;gap:.5rem}.chart-card__plot{width:100%;height:280px;flex:1 1 auto}.dist-list-card{display:flex;flex-direction:column}.dist-list-card__head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.85rem}.dist-list-card__head .chart-card__title{margin:0}.dist-list-card__total{display:inline-flex;align-items:baseline;gap:.3rem;padding:.25rem .6rem;border-radius:999px;background:var(--bg-page);border:1px solid rgba(28,25,23,.08)}.dist-list-card__total-num{font-size:.95rem;font-weight:800;color:var(--text);font-variant-numeric:tabular-nums}.dist-list-card__total-lbl{font-size:.7rem;font-weight:700;color:var(--text-muted);letter-spacing:.02em}.dist-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.7rem;flex:1 1 auto;justify-content:space-between;min-height:240px}.dist-list__row{display:flex;flex-direction:column;gap:.4rem}.dist-list__head{display:flex;align-items:center;gap:.5rem;min-width:0}.dist-list__icon{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:7px;background:#1c19170f;color:var(--text);flex-shrink:0}.dist-list__label{flex:1 1 auto;font-size:.85rem;font-weight:600;color:var(--text);line-height:1.25;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dist-list__value{flex-shrink:0;font-size:.95rem;font-weight:800;color:var(--text);font-variant-numeric:tabular-nums;letter-spacing:-.01em;background:var(--bg-page);border:1px solid rgba(28,25,23,.08);border-radius:8px;padding:.05rem .55rem;min-width:32px;text-align:center}.dist-list__bar{position:relative;display:block;width:100%;height:8px;border-radius:999px;background:var(--bg-page);border:1px solid rgba(28,25,23,.06);overflow:hidden}.dist-list__bar-fill{display:block;height:100%;border-radius:999px;background:linear-gradient(90deg,var(--btn-bg) 0%,rgba(68,64,60,.85) 100%);box-shadow:inset 0 0 0 1px #00000014;transition:width .4s cubic-bezier(.2,.8,.2,1)}.dist-list__row:hover .dist-list__bar-fill{background:linear-gradient(90deg,var(--btn-bg) 0%,var(--btn-hover) 100%)}.dist-list__row:hover .dist-list__value{border-color:#1c191733}@media (max-width:480px){.dist-list__icon{width:24px;height:24px}.dist-list__label{font-size:.82rem}}.dash-charts{grid-template-columns:1fr}@media (min-width: 1024px){.dash-charts{grid-template-columns:1fr 1fr}.dash-overview__bottom-grid{grid-template-columns:1.2fr .8fr}}@media (min-width: 1280px){.dash-charts--wide{grid-template-columns:1fr}}.header-actions{display:flex;gap:.5rem;flex-wrap:wrap}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;z-index:200;display:grid;place-items:center;padding:1rem}.modal-box{background:var(--bg-card);border-radius:14px;padding:1.5rem;max-width:420px;width:100%;box-shadow:0 12px 32px #1c191714}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.modal-header h2{margin:0;font-size:1.1rem}.modal-close{border:none;background:var(--bg-page);width:36px;height:36px;border-radius:8px;cursor:pointer;font-size:1.4rem}.modal-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1rem}.color-field{display:flex;align-items:center;gap:.5rem}.category-select-row{display:flex;gap:.5rem}.category-select-row select{flex:1}.admin-header__menu-btn{display:none;border:1px solid var(--border);border-radius:9px;background:var(--bg-card);width:40px;height:40px;cursor:pointer;color:var(--text)}.admin-header__logo-emoji{font-size:1.5rem;line-height:1}.sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a66;z-index:90}.sidebar-overlay.open{display:block}@media (max-width: 768px){.admin-header__menu-btn{display:inline-flex;align-items:center;justify-content:center}.admin-sidebar{position:fixed;top:0;right:0;height:100vh;z-index:100;transform:translate(100%);transition:transform .28s ease;box-shadow:var(--shadow-lg, 0 12px 32px rgba(0,0,0,.12))}.admin-sidebar.open{transform:translate(0)}}@media (min-width: 769px){.sidebar-overlay{display:none!important}.admin-sidebar{transform:none!important;position:relative!important}}@media (min-width: 1024px){.dash-charts{grid-template-columns:1fr 1fr}.dash-overview__bottom-grid{grid-template-columns:1.15fr .85fr}}.dash-overview__system-dot--warn{background:#f59e0b;box-shadow:0 0 0 3px #f59e0b33}.football-sync{margin-bottom:1rem}.football-sync__head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem 1rem;padding:1.1rem 1.35rem;border-bottom:1px solid var(--border);background:linear-gradient(180deg,#fafbfc 0%,var(--bg-card) 100%)}.football-sync__title-wrap{display:flex;gap:.75rem;align-items:flex-start;min-width:0}.football-sync__icon{flex-shrink:0;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.football-sync__pill{font-size:.75rem;font-weight:800;padding:.3rem .65rem;border-radius:999px;white-space:nowrap}.football-sync__pill--ok{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.football-sync__pill--warn{background:#fffbeb;color:#92400e;border:1px solid #fcd34d}.football-sync__alert{margin:0 1.15rem}.football-sync__body{padding:1rem 1.35rem 1.15rem}.football-sync__stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;margin-bottom:1rem}.football-sync__stat{padding:.65rem .75rem;border-radius:10px;background:var(--bg-page);border:1px solid rgba(28,25,23,.08)}.football-sync__stat--wide{grid-column:1 / -1}.football-sync__stat-label{display:block;font-size:.72rem;margin-bottom:.2rem}.football-sync__stat strong{font-size:1.1rem;font-variant-numeric:tabular-nums}.football-sync__stat-live{color:#dc2626}.football-sync__stat-meta{font-size:.92rem;display:block}.football-sync__stat-sub{display:block;font-size:.75rem;margin-top:.15rem}.football-sync__actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}@keyframes football-sync-spin{to{transform:rotate(360deg)}}.football-sync__spin{animation:football-sync-spin .8s linear infinite}.modal-box--wide{max-width:520px}.league-order-btns{display:inline-flex;align-items:center;gap:.25rem}.league-color-dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-inline-end:.4rem;vertical-align:middle}.league-unlinked{display:flex;flex-wrap:wrap;gap:.4rem}.translations-page__panel{padding-bottom:0}.translations-page__toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem;padding:.85rem 1.15rem;border-bottom:1px solid var(--border);background:#f8fafc}.translations-page__tabs{display:flex;flex-wrap:wrap;gap:.35rem}.translations-page__tab{border:1px solid var(--border);background:var(--bg-card);border-radius:999px;padding:.4rem .85rem;font-size:.82rem;font-weight:700;cursor:pointer;font-family:inherit;color:var(--text-muted)}.translations-page__tab--active{background:var(--btn-bg);color:var(--btn-text);border-color:var(--btn-bg)}.translations-page__filters{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem}.translations-page__hint{margin:0;padding:.65rem 1.15rem 0;font-size:.82rem}.translations-page__row--missing .cat-admin__td{background:#fffbeb!important}.news-form-page{padding:1.25rem 1.5rem 2rem;max-width:1200px;margin:0 auto}.news-form-page__hero{margin-bottom:1rem}.news-form-page__back{display:inline-flex;align-items:center;gap:.35rem;font-size:.82rem;font-weight:600;text-decoration:none;margin-bottom:.5rem}.news-form-page__back:hover{color:var(--text)}.news-form-page__grid{display:grid;grid-template-columns:1fr;gap:1rem;align-items:start}@media (min-width: 960px){.news-form-page__grid{grid-template-columns:minmax(0,1fr) 300px}}.news-form-page__main{display:flex;flex-direction:column;gap:1rem;min-width:0}.news-form-page__aside{display:flex;flex-direction:column;gap:1rem}@media (min-width: 960px){.news-form-page__sticky{position:sticky;top:1rem}}.cat-admin__input--lg{font-size:1.05rem;font-weight:600;padding:.7rem .85rem}.news-form-page__content{min-height:280px;line-height:1.65}.news-form-page__flags{display:flex;flex-direction:column;gap:.5rem;padding:.65rem 0;border-top:1px dashed var(--border);border-bottom:1px dashed var(--border)}.news-form-page__aside-actions{display:flex;flex-direction:column;gap:.5rem}.news-form-page__aside-actions .cat-admin__btn--lg{width:100%;justify-content:center}.news-form-page__gallery{display:flex;flex-direction:column;gap:.75rem}.news-form-page__gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:.65rem}.news-form-page__gallery-item{display:flex;flex-direction:column;gap:.35rem}.news-form-page__gallery-item img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:10px;border:1px solid var(--border)}.image-upload{display:flex;flex-direction:column;gap:.65rem}.image-upload__hint{margin:0;font-size:.82rem}.image-upload__dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;min-height:200px;padding:1.5rem 1rem;border:2px dashed #cbd5e1;border-radius:14px;background:linear-gradient(180deg,#f8fafc,#fff);color:var(--text-muted);cursor:pointer;transition:border-color .15s,background .15s,box-shadow .15s;text-align:center}.image-upload__dropzone strong{color:var(--text);font-size:.95rem}.image-upload__dropzone:hover,.image-upload__dropzone--over{border-color:#3b82f6;background:#eff6ff;box-shadow:0 0 0 3px #3b82f62e}.image-upload__dropzone:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.image-upload__preview-wrap{position:relative;border-radius:14px;overflow:hidden;border:1px solid var(--border);background:#f1f5f9}.image-upload__preview{display:block;width:100%;max-height:320px;object-fit:cover}.image-upload__preview-actions{display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem;background:linear-gradient(180deg,transparent,#0f172a99);position:absolute;bottom:0;left:0;right:0}.image-upload__preview-actions .cat-admin__btn{background:#fff}.image-upload__url-toggle{display:inline-flex;align-items:center;gap:.35rem;align-self:flex-start;border:none;background:none;color:#2563eb;font-size:.82rem;font-weight:600;cursor:pointer;font-family:inherit;padding:.25rem 0}.image-upload__url-toggle:hover{text-decoration:underline}.image-upload__add-more{align-self:flex-start;cursor:pointer}.image-upload__spin{animation:football-sync-spin .8s linear infinite;color:#3b82f6}.news-list-page{padding:1.25rem 1.5rem 2rem;max-width:1280px;margin:0 auto}.news-list-page__hero{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem 1.25rem}.news-list-page__hero-main{display:flex;align-items:flex-start;gap:1rem;min-width:0;flex:1 1 280px}.news-list-page__hero-icon{flex-shrink:0;width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:linear-gradient(135deg,#1e293b,#334155);color:#fff;box-shadow:0 4px 12px #1e293b33}.news-list-page__hero-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.news-list-page__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.65rem;margin-bottom:1rem}.news-list-page__stat{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:.75rem 1rem;box-shadow:0 1px 2px #0f172a0a}.news-list-page__stat-label{display:block;font-size:.72rem;font-weight:700;color:var(--text-muted);margin-bottom:.2rem}.news-list-page__stat strong{font-size:1.35rem;font-weight:800;font-variant-numeric:tabular-nums;color:var(--text)}.news-list-page__stat--ok strong{color:#059669}.news-list-page__stat--muted strong{color:#64748b}.news-list-page__stat--alert strong{color:#dc2626}.news-list-page__panel{overflow:hidden}.news-list-page__toolbar{display:flex;flex-wrap:wrap;gap:.75rem 1rem;align-items:flex-end;padding:1rem 1.15rem;border-bottom:1px solid var(--border);background:linear-gradient(180deg,#f8fafc 0%,var(--bg-card) 100%)}.news-list-page__search-wrap{position:relative;flex:1 1 220px;min-width:0}.news-list-page__search-icon{position:absolute;inset-inline-end:.75rem;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.news-list-page__search{padding-inline-end:2.5rem}.news-list-page__filter-field{flex:0 1 11rem;margin:0;min-width:9rem}.news-list-page__chips{display:flex;flex-wrap:wrap;gap:.4rem;padding:.65rem 1.15rem;border-bottom:1px solid var(--border);background:var(--bg-card)}.news-list-page__chip{border:1px solid var(--border);background:var(--bg-page);border-radius:999px;padding:.35rem .85rem;font-size:.8rem;font-weight:700;cursor:pointer;font-family:inherit;color:var(--text-muted);transition:background .15s,border-color .15s,color .15s}.news-list-page__chip:hover{border-color:#94a3b8;color:var(--text)}.news-list-page__chip--active{background:var(--btn-bg);color:var(--btn-text);border-color:var(--btn-bg)}.news-list-page__chip--clear{background:transparent;color:#2563eb;border-color:transparent}.news-list-page__chip--clear:hover{background:#eff6ff;border-color:#bfdbfe}.news-list-page__alert{margin:.75rem 1.15rem 0}.news-list-page__skeleton{padding:1rem 1.15rem 1.25rem;display:flex;flex-direction:column;gap:.65rem}.news-list-page__skeleton-row{height:72px;border-radius:12px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:news-list-shimmer 1.2s ease-in-out infinite}@keyframes news-list-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.news-list-page__empty{text-align:center;padding:2.5rem 1.5rem 2.75rem}.news-list-page__empty-icon{width:72px;height:72px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#f1f5f9;color:#64748b}.news-list-page__empty h3{margin:0 0 .35rem;font-size:1.1rem}.news-list-page__empty p{margin:0 0 1.25rem;font-size:.9rem}.news-list-page__empty-actions{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.news-list-page__table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.news-list-page__table{width:100%;border-collapse:collapse;font-size:.875rem;min-width:880px}.news-list-page__table thead th{text-align:right;padding:.65rem .85rem;font-size:.75rem;font-weight:800;color:#475569;background:#f8fafc;border-bottom:1px solid var(--border);white-space:nowrap}.news-list-page__table thead th:last-child,.news-list-page__cell--views,.news-list-page__cell--actions{text-align:center}.news-list-page__cell{padding:.85rem;border-bottom:1px solid #f1f5f9;vertical-align:middle;background:#fff}.news-list-page__table tbody tr:hover .news-list-page__cell{background:#fafbfc}.news-list-page__table tbody tr:last-child .news-list-page__cell{border-bottom:none}.news-list-page__cell--article{min-width:280px;max-width:420px}.news-list-page__article{display:flex;align-items:flex-start;gap:.85rem;min-width:0}.news-list-page__thumb{flex-shrink:0;width:64px;height:48px;border-radius:10px;overflow:hidden;border:1px solid var(--border);background:#f1f5f9}.news-list-page__thumb img{width:100%;height:100%;object-fit:cover;display:block}.news-list-page__thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#94a3b8}.news-list-page__article-text{min-width:0;flex:1}.news-list-page__title-link{display:block;font-weight:700;font-size:.92rem;color:var(--text);text-decoration:none;line-height:1.4;margin-bottom:.15rem}.news-list-page__title-link:hover{color:#2563eb}.news-list-page__summary{margin:0 0 .35rem;font-size:.78rem;line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-list-page__tags{display:flex;flex-wrap:wrap;gap:.35rem}.news-list-page__tag{display:inline-flex;align-items:center;gap:.2rem;font-size:.68rem;font-weight:800;padding:.15rem .45rem;border-radius:6px}.news-list-page__tag--breaking{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.news-list-page__tag--featured{background:#fffbeb;color:#b45309;border:1px solid #fde68a}.news-list-page__category{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:700;padding:.25rem .55rem;border-radius:8px;background:color-mix(in srgb,var(--cat-color) 12%,#fff);border:1px solid color-mix(in srgb,var(--cat-color) 35%,#e2e8f0);color:var(--text);white-space:nowrap}.news-list-page__category-dot{width:8px;height:8px;border-radius:50%;background:var(--cat-color);flex-shrink:0}.news-list-page__media{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:600;color:#475569;white-space:nowrap}.news-list-page__cell--date{font-size:.78rem;white-space:nowrap;max-width:140px}.news-list-page__status{display:inline-flex;align-items:center;gap:.25rem;font-size:.72rem;font-weight:800;padding:.25rem .55rem;border-radius:999px;white-space:nowrap}.news-list-page__status--published{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.news-list-page__status--draft{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0}.news-list-page__status--archived{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}.news-list-page__views{display:inline-flex;align-items:center;gap:.3rem;font-size:.82rem;font-weight:700;font-variant-numeric:tabular-nums;color:#64748b}.news-list-page__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.35rem}.news-list-page__action{display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .55rem;border-radius:8px;border:1px solid #e2e8f0;background:#fff;color:#334155;font-size:.75rem;font-weight:700;font-family:inherit;text-decoration:none;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.news-list-page__action:hover{background:#f8fafc;border-color:#cbd5e1}.news-list-page__action--publish{color:#059669;border-color:#a7f3d0;background:#ecfdf5}.news-list-page__action--publish:hover{background:#d1fae5}.news-list-page__action--danger{color:#b91c1c;border-color:#fecaca;background:#fef2f2}.news-list-page__action--danger:hover{background:#fee2e2}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 720px){.news-list-page__action span{display:none}.news-list-page__action{padding:.4rem}}.members-page{padding:1.25rem 1.5rem 2rem;max-width:1100px;margin:0 auto}.members-page__hero{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem}.members-page__hero-main{display:flex;align-items:flex-start;gap:1rem;min-width:0}.members-page__hero-icon{flex-shrink:0;width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 4px 12px #2563eb33}.members-page__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.65rem;margin-bottom:1rem}.members-page__stat{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;padding:.75rem 1rem}.members-page__stat-label{display:block;font-size:.72rem;font-weight:700;color:var(--text-muted);margin-bottom:.2rem}.members-page__stat strong{font-size:1.35rem;font-weight:800;font-variant-numeric:tabular-nums}.members-page__stat--accent strong{color:#2563eb}.members-page__panel{overflow:hidden}.members-page__toolbar{padding:1rem 1.15rem;border-bottom:1px solid var(--border);background:linear-gradient(180deg,#f8fafc 0%,var(--bg-card) 100%)}.members-page__search-wrap{position:relative;max-width:420px}.members-page__search-icon{position:absolute;inset-inline-end:.75rem;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.members-page__search{padding-inline-end:2.5rem}.members-page__alert{margin:.75rem 1.15rem 0}.members-page__skeleton{padding:1rem 1.15rem;display:flex;flex-direction:column;gap:.65rem}.members-page__skeleton-row{height:56px;border-radius:10px;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:news-list-shimmer 1.2s ease-in-out infinite}.members-page__empty{text-align:center;padding:2.5rem 1.5rem;color:#64748b}.members-page__empty h3{margin:.75rem 0 .35rem;color:var(--text)}.members-page__table-wrap{overflow-x:auto}.members-page__table{width:100%;border-collapse:collapse;font-size:.875rem;min-width:640px}.members-page__table thead th{text-align:right;padding:.65rem .85rem;font-size:.75rem;font-weight:800;color:#475569;background:#f8fafc;border-bottom:1px solid var(--border)}.members-page__cell{padding:.75rem .85rem;border-bottom:1px solid #f1f5f9;vertical-align:middle}.members-page__table tbody tr:hover .members-page__cell{background:#fafbfc}.members-page__cell--id{font-variant-numeric:tabular-nums;color:#64748b;width:3rem}.members-page__member{display:flex;align-items:center;gap:.65rem}.members-page__avatar{width:36px;height:36px;border-radius:10px;background:#e0e7ff;color:#3730a3;display:inline-flex;align-items:center;justify-content:center;font-weight:800;flex-shrink:0}.members-page__phone{display:inline-flex;align-items:center;gap:.35rem;font-weight:600}.members-page__cell--date{display:flex;align-items:center;gap:.35rem;font-size:.8rem}.members-page__cell--actions{text-align:center}.members-page__pagination{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem 1.15rem;border-top:1px solid var(--border)}.members-page__foot{margin-top:1rem;font-size:.82rem;text-align:center}.members-page__foot code{font-size:.78rem;background:#f1f5f9;padding:.1rem .35rem;border-radius:4px}
