.sep-wrap, .sep-admin-wrap { --sep-radius: 18px; --sep-border: rgba(15,23,42,.10); --sep-bg: #f8fafc; --sep-card: #fff; --sep-text: #0f172a; --sep-muted: #64748b; --sep-soft: #e2e8f0; --sep-shadow: 0 18px 45px rgba(15,23,42,.08); color: var(--sep-text); }
.sep-wrap * { box-sizing: border-box; }
.sep-hero { display:flex; justify-content:space-between; gap:24px; align-items:center; padding:28px; border-radius:24px; background:linear-gradient(135deg,#ffffff,#f1f5f9); box-shadow:var(--sep-shadow); border:1px solid var(--sep-border); margin:20px 0; }
.sep-kicker { display:inline-block; font-size:12px; text-transform:uppercase; letter-spacing:.08em; color:#2563eb; font-weight:700; margin-bottom:6px; }
.sep-hero h2, .sep-section-title h2 { margin:0 0 8px; font-size:clamp(24px,4vw,40px); line-height:1.1; }
.sep-hero p, .sep-section-title p, .sep-task-card p { color:var(--sep-muted); margin:0; }
.sep-balance-card { min-width:180px; padding:18px; border-radius:20px; background:#0f172a; color:#fff; text-align:center; }
.sep-balance-card span { display:block; color:#cbd5e1; font-size:13px; }
.sep-balance-card strong { display:block; font-size:34px; line-height:1.1; }
.sep-grid { display:grid; gap:18px; }
.sep-stats-grid { grid-template-columns:repeat(4,minmax(0,1fr)); margin:18px 0; }
.sep-two-col { grid-template-columns:1.1fr .9fr; }
.sep-task-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
.sep-card, .sep-panel, .sep-task-card { background:var(--sep-card); border:1px solid var(--sep-border); border-radius:var(--sep-radius); box-shadow:0 10px 26px rgba(15,23,42,.06); }
.sep-card { padding:20px; }
.sep-card strong { display:block; font-size:28px; }
.sep-card span { color:var(--sep-muted); }
.sep-panel { padding:22px; margin:18px 0; }
.sep-panel h2, .sep-panel h3 { margin-top:0; }
.sep-section-title { margin:26px 0 16px; }
.sep-task-card { padding:20px; display:flex; flex-direction:column; gap:14px; }
.sep-task-card h3 { margin:0; font-size:20px; }
.sep-task-top, .sep-progress-row, .sep-task-actions, .sep-list-item { display:flex; justify-content:space-between; align-items:center; gap:10px; }
.sep-platform, .sep-credits, .sep-badge { display:inline-flex; align-items:center; border-radius:999px; padding:6px 10px; font-size:12px; font-weight:700; background:#eff6ff; color:#1d4ed8; }
.sep-credits { background:#ecfdf5; color:#047857; }
.sep-badge { background:#f1f5f9; color:#334155; }
.sep-status-approved, .sep-status-completed { background:#dcfce7; color:#166534; }
.sep-status-pending, .sep-status-in_progress, .sep-status-active { background:#fef9c3; color:#854d0e; }
.sep-status-rejected { background:#fee2e2; color:#991b1b; }
.sep-button { appearance:none; border:0; display:inline-flex; align-items:center; justify-content:center; padding:10px 14px; border-radius:12px; background:#2563eb; color:#fff !important; font-weight:700; cursor:pointer; text-decoration:none !important; line-height:1; }
.sep-button:hover { filter:brightness(.96); }
.sep-button:disabled { opacity:.55; cursor:not-allowed; }
.sep-button-light { background:#e2e8f0; color:#0f172a !important; }
.sep-table-wrap { overflow:auto; }
.sep-table { width:100%; border-collapse:collapse; min-width:620px; }
.sep-table th, .sep-table td { padding:12px; border-bottom:1px solid var(--sep-soft); text-align:left; vertical-align:middle; }
.sep-table th { font-size:13px; color:var(--sep-muted); }
.sep-list { display:grid; gap:10px; }
.sep-list-item { padding:12px; border:1px solid var(--sep-soft); border-radius:14px; }
.sep-list-item span { display:block; color:var(--sep-muted); font-size:12px; margin-top:4px; }
.sep-form-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:14px; }
.sep-create-campaign-form label { display:grid; gap:6px; font-weight:700; margin-bottom:14px; }
.sep-create-campaign-form input, .sep-create-campaign-form select, .sep-create-campaign-form textarea { width:100%; border:1px solid var(--sep-soft); border-radius:12px; padding:10px 12px; font:inherit; }
.sep-form-result { margin-left:12px; color:var(--sep-muted); }
.sep-auth-warning { border-left:4px solid #2563eb; }
.sep-admin-wrap .sep-stats-grid { max-width:1100px; }
@media (max-width: 980px) { .sep-stats-grid, .sep-task-grid, .sep-two-col { grid-template-columns:1fr 1fr; } .sep-form-grid { grid-template-columns:1fr 1fr; } }
@media (max-width: 680px) { .sep-hero, .sep-task-top, .sep-task-actions { flex-direction:column; align-items:flex-start; } .sep-stats-grid, .sep-task-grid, .sep-two-col, .sep-form-grid { grid-template-columns:1fr; } .sep-balance-card { width:100%; } }
