*{box-sizing:border-box}body{color:#111827;background:#f5f7fb;margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.login-page,.center-page{background:radial-gradient(circle at top,#e0ecff,#f8fafc 45%);place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{background:#fff;border:1px solid #e5e7eb;border-radius:24px;width:100%;max-width:420px;padding:32px;box-shadow:0 24px 60px #0f172a1f}.login-icon{color:#fff;background:#111827;border-radius:18px;place-items:center;width:58px;height:58px;margin-bottom:18px;display:grid}.login-card h1{margin:0 0 8px;font-size:28px}.login-card p{color:#6b7280;margin:0 0 24px;line-height:1.5}.login-form{gap:16px;display:grid}.login-form label{color:#374151;gap:8px;font-weight:600;display:grid}.login-form input{border:1px solid #d1d5db;border-radius:14px;outline:none;width:100%;padding:13px 14px}.login-form input:focus{border-color:#111827;box-shadow:0 0 0 4px #11182714}.login-form button,.secondary-btn{color:#fff;background:#111827;border:0;border-radius:14px;padding:13px 16px;font-weight:700}.login-form button:disabled{opacity:.7;cursor:not-allowed}.error-box{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;padding:12px}.admin-shell{grid-template-columns:270px 1fr;min-height:100vh;display:grid}.sidebar{color:#fff;background:#0f172a;flex-direction:column;gap:24px;padding:22px;display:flex}.brand{align-items:center;gap:12px;display:flex}.brand-icon{color:#0f172a;background:#fff;border-radius:14px;place-items:center;width:44px;height:44px;font-weight:900;display:grid}.brand h1{margin:0;font-size:20px}.brand p{color:#94a3b8;margin:2px 0 0;font-size:13px}.sidebar-nav{gap:8px;display:grid}.nav-link,.logout-btn{color:#cbd5e1;text-align:left;background:0 0;border:0;border-radius:14px;align-items:center;gap:10px;width:100%;padding:12px 14px;display:flex}.nav-link.active,.nav-link:hover,.logout-btn:hover{color:#fff;background:#ffffff1a}.logout-btn{margin-top:auto}.main-area{min-width:0}.topbar{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:76px;padding:0 28px;display:flex}.topbar h2{margin:0;font-size:18px}.topbar p{color:#6b7280;margin:4px 0 0}.admin-pill{color:#374151;text-transform:capitalize;background:#f3f4f6;border-radius:999px;padding:8px 12px;font-weight:700}.page-content{padding:28px}.page-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;display:flex}.page-header h1{margin:0;font-size:28px}.page-header p{color:#6b7280;margin:6px 0 0}.secondary-btn{align-items:center;gap:8px;display:inline-flex}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.stat-card,.panel,.loader-card,.error-page{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:20px;box-shadow:0 10px 30px #0f172a0a}.stat-card{justify-content:space-between;gap:16px;display:flex}.stat-card p{color:#6b7280;margin:0;font-weight:600}.stat-card h3{margin:8px 0 4px;font-size:28px}.stat-card span{color:#6b7280;font-size:14px}.stat-icon{background:#f3f4f6;border-radius:16px;place-items:center;width:46px;height:46px;display:grid}.dashboard-grid{grid-template-columns:1fr 1fr;gap:18px;margin-top:18px;display:grid}.panel h2{margin:0 0 14px;font-size:18px}.list{gap:10px;display:grid}.list-row{background:#f9fafb;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;padding:12px;display:flex}.list-row div{gap:4px;display:grid}.list-row span,.empty-text{color:#6b7280;font-size:14px}.error-page{gap:12px;display:grid}.error-page button{color:#fff;background:#111827;border:0;border-radius:12px;width:fit-content;padding:10px 14px}@media (width<=980px){.admin-shell{grid-template-columns:1fr}.sidebar{z-index:10;position:sticky;top:0}.stats-grid,.dashboard-grid{grid-template-columns:1fr}}.filters-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;justify-content:space-between;align-items:center;gap:14px;margin-bottom:18px;padding:16px;display:flex}.search-box{background:#fff;border:1px solid #d1d5db;border-radius:14px;flex:1;align-items:center;gap:10px;padding:0 12px;display:flex}.search-box input{border:0;outline:none;flex:1;min-width:0;padding:13px 0}.search-box button{color:#fff;background:#111827;border:0;border-radius:10px;padding:9px 12px;font-weight:700}.filters-card select{background:#fff;border:1px solid #d1d5db;border-radius:14px;outline:none;padding:12px 14px}.table-wrap{width:100%;overflow-x:auto}.data-table{border-collapse:collapse;width:100%;min-width:860px}.data-table th,.data-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #e5e7eb;padding:14px 12px}.data-table th{color:#6b7280;text-transform:uppercase;letter-spacing:.04em;font-size:13px}.user-cell{gap:4px;display:grid}.user-cell span{color:#6b7280;font-size:14px}.status-badge{text-transform:capitalize;color:#374151;background:#f3f4f6;border-radius:999px;justify-content:center;align-items:center;padding:5px 10px;font-size:12px;font-weight:800;display:inline-flex}.status-badge.active,.status-badge.approved,.status-badge.paid{color:#166534;background:#dcfce7}.status-badge.pending,.status-badge.processing{color:#92400e;background:#fef3c7}.status-badge.suspended,.status-badge.rejected{color:#991b1b;background:#fee2e2}.status-badge.banned,.status-badge.deleted{color:#fff;background:#111827}.icon-link,.back-link{color:#111827;align-items:center;gap:7px;font-weight:800;display:inline-flex}.pagination{justify-content:flex-end;align-items:center;gap:12px;padding-top:16px;display:flex}.pagination button{background:#fff;border:1px solid #d1d5db;border-radius:12px;padding:9px 12px;font-weight:700}.pagination button:disabled{opacity:.5;cursor:not-allowed}.detail-grid{grid-template-columns:1.4fr 1fr;gap:18px;display:grid}.detail-title-row{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.detail-title-row h2{margin:0}.info-grid,.wallet-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.info-item{background:#f9fafb;border-radius:14px;gap:6px;padding:12px;display:grid}.info-item span{color:#6b7280;font-size:13px}.info-item strong{word-break:break-word}.action-row{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.action-row button{color:#fff;background:#111827;border:0;border-radius:12px;padding:10px 13px;font-weight:800}.action-row button:disabled{opacity:.5;cursor:not-allowed}.warning-btn{background:#f59e0b!important}.danger-btn{background:#dc2626!important}.positive{color:#15803d}.negative{color:#b91c1c}.mt-18{margin-top:18px}@media (width<=980px){.filters-card,.detail-grid{flex-direction:column;grid-template-columns:1fr;align-items:stretch}.info-grid,.wallet-grid{grid-template-columns:1fr}}.fake-search{color:#6b7280;min-height:46px}.text-uppercase{text-transform:uppercase}.mini-actions{flex-wrap:wrap;gap:8px;display:flex}.small-btn{color:#fff;background:#111827;border:0;border-radius:10px;align-items:center;gap:6px;padding:8px 10px;font-weight:800;display:inline-flex}.small-btn:disabled{opacity:.6;cursor:not-allowed}.success-btn{background:#16a34a!important}.tabs-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;gap:8px;margin-bottom:18px;padding:8px;display:inline-flex}.tab-btn{color:#6b7280;background:0 0;border:0;border-radius:12px;padding:11px 14px;font-weight:800}.tab-btn.active{color:#fff;background:#111827}.offers-grid{grid-template-columns:360px 1fr;align-items:start;gap:18px;display:grid}.provider-form{gap:14px;display:grid}.provider-form label{color:#374151;gap:7px;font-weight:700;display:grid}.provider-form input,.provider-form select{background:#fff;border:1px solid #d1d5db;border-radius:13px;outline:none;width:100%;padding:12px 13px}.provider-form input:focus,.provider-form select:focus{border-color:#111827;box-shadow:0 0 0 4px #11182714}.provider-form button{color:#fff;background:#111827;border:0;border-radius:13px;justify-content:center;align-items:center;gap:8px;padding:12px 14px;font-weight:800;display:inline-flex}.provider-form button:disabled{opacity:.7;cursor:not-allowed}.checkbox-label{flex-direction:row;align-items:center;grid-template-columns:none!important;gap:10px!important;display:flex!important}.checkbox-label input{width:auto}@media (width<=1100px){.offers-grid{grid-template-columns:1fr}}.brand-icon img,.login-logo img{width:100%;height:100%;display:block}.brand-icon{overflow:hidden}.login-logo{border-radius:22px;width:72px;height:72px;margin-bottom:18px;overflow:hidden;box-shadow:0 14px 34px #0f172a38}
