.login-container{display:flex;min-height:100vh;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,sans-serif}.login-brand{flex:1;background:linear-gradient(145deg,#0f172a,#1e293b);position:relative;display:flex;align-items:center;justify-content:center;color:#fff;overflow:hidden}.brand-content{text-align:center;z-index:2;padding:2rem}.logo{width:80px;height:80px;background:#3b82f6;border-radius:28px;display:flex;align-items:center;justify-content:center;font-size:2.8rem;font-weight:700;margin:0 auto 1.5rem;box-shadow:0 20px 35px -8px #0000004d}.brand-content h1{font-size:2rem;font-weight:600;margin-bottom:.5rem;letter-spacing:-.5px}.brand-content p{font-size:1rem;opacity:.7}.brand-bg-shape{position:absolute;width:150%;height:150%;background:radial-gradient(circle at 20% 40%,rgba(59,130,246,.15) 0%,transparent 60%);top:-25%;left:-25%;pointer-events:none}.login-form-wrapper{flex:1;background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:2rem}.form-card{background:#fff;border-radius:48px;padding:2.5rem;width:100%;max-width:460px;box-shadow:0 25px 45px -12px #0000001a}.form-card h2{font-size:1.8rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}.subtitle{color:#64748b;font-size:.9rem;margin-bottom:2rem;border-left:3px solid #3b82f6;padding-left:.75rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.field{display:flex;flex-direction:column;gap:.5rem}.field label{font-size:.85rem;font-weight:500;color:#334155}.field input{color:#000;padding:.85rem 1rem;border:1px solid #e2e8f0;border-radius:20px;font-size:1rem;transition:all .2s;background:#fff}.field input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.field input:disabled{background:#f1f5f9;cursor:not-allowed}.error-message{background:#fee2e2;color:#b91c1c;padding:.75rem;border-radius:20px;font-size:.85rem;text-align:center;border-left:4px solid #ef4444}button[type=submit]{background:#0f172a;color:#fff;border:none;padding:.9rem;border-radius:40px;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s,transform .05s;margin-top:.5rem}button[type=submit]:hover:not(:disabled){background:#1e293b}button[type=submit]:active{transform:scale(.98)}button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.form-footer{margin-top:2rem;text-align:center;padding-top:1.5rem;border-top:1px solid #eef2ff;color:#94a3b8;font-size:.7rem}@media(max-width:800px){.login-container{flex-direction:column}.login-brand{min-height:260px;padding:2rem}.logo{width:60px;height:60px;font-size:2rem;margin-bottom:1rem}.brand-content h1{font-size:1.6rem}.form-card{padding:1.8rem}}.dashboard-container{background:#f8fafc;min-height:100vh;padding:2rem;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,sans-serif}.dashboard-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f8fafc;gap:1rem}.dashboard-header{margin-bottom:2rem}.dashboard-header .badge{display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:1px;background:#e0e7ff;color:#3b82f6;padding:.2rem .8rem;border-radius:30px;margin-bottom:.8rem}.dashboard-header h1{font-size:1.8rem;font-weight:600;color:#0f172a;margin-bottom:.5rem;letter-spacing:-.3px}.dashboard-header p{color:#64748b;font-size:.95rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-bottom:2.5rem}.stat-card{background:#fff;border-radius:28px;padding:1.5rem;transition:transform .2s,box-shadow .2s;border-left:6px solid;box-shadow:0 4px 12px #00000008}.stat-card:hover{transform:translateY(-3px);box-shadow:0 16px 24px -12px #00000026}.stat-card--blue{border-left-color:#3b82f6;background:linear-gradient(135deg,#fff,#eff6ff)}.stat-card--green{border-left-color:#10b981;background:linear-gradient(135deg,#fff,#ecfdf5)}.stat-card--purple{border-left-color:#8b5cf6;background:linear-gradient(135deg,#fff,#f5f3ff)}.stat-card--red{border-left-color:#ef4444;background:linear-gradient(135deg,#fff,#fef2f2)}.stat-card--orange{border-left-color:#f97316;background:linear-gradient(135deg,#fff,#fff7ed)}.stat-card--teal{border-left-color:#14b8a6;background:linear-gradient(135deg,#fff,#f0fdfa)}.stat-card__content{display:flex;flex-direction:column}.stat-label{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#475569;margin-bottom:.5rem}.stat-value{font-size:2.8rem;font-weight:800;color:#0f172a;line-height:1.2;margin-bottom:.5rem}.stat-note{font-size:.75rem;color:#64748b}.two-col-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.data-card{background:#fff;border-radius:28px;box-shadow:0 4px 10px #00000005,0 1px 2px #0000000d;overflow:hidden;display:flex;flex-direction:column}.data-card__header{padding:1.2rem 1.5rem;border-bottom:1px solid #eef2ff;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.data-card__header h3{font-size:1.2rem;font-weight:600;color:#0f172a}.record-count{background:#f1f5f9;padding:.2rem .7rem;border-radius:30px;font-size:.75rem;font-weight:500;color:#475569}.data-table{width:100%;border-collapse:collapse;font-size:.85rem}.data-table th{text-align:left;padding:1rem 1rem .8rem;background:#fff;font-weight:600;color:#334155;border-bottom:1px solid #eef2ff}.data-table td{padding:.9rem 1rem;border-bottom:1px solid #f1f5f9;color:#1e293b;vertical-align:middle}.data-table tr:last-child td{border-bottom:none}.data-table tbody tr:hover{background:#fafcff}.user-name,.ad-title{font-weight:500}.user-email{font-family:monospace;font-size:.8rem;color:#3b82f6}.date-cell,.price-cell{color:#64748b;font-size:.8rem;white-space:nowrap}.pill{display:inline-block;padding:.2rem .7rem;border-radius:30px;font-size:.7rem;font-weight:500;white-space:nowrap}.pill--warning{background:#fed7aa;color:#9a3412}.status-pills{display:flex;flex-wrap:wrap;gap:.4rem}.empty-state{padding:3rem 1.5rem;text-align:center;color:#94a3b8;font-size:.9rem}@media(max-width:1000px){.two-col-grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:700px){.dashboard-container{padding:1rem}.stats-grid{grid-template-columns:1fr}.data-card__header{flex-direction:column;align-items:flex-start}.data-table th,.data-table td{padding:.7rem .8rem}}.users-container{background:#f8fafc;min-height:100vh;padding:2rem;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,sans-serif}.users-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f8fafc;gap:1rem}.users-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.users-header .badge{display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:1px;background:#e0e7ff;color:#3b82f6;padding:.2rem .8rem;border-radius:30px;margin-bottom:.8rem}.users-header h1{font-size:1.8rem;font-weight:600;color:#0f172a;margin-bottom:.5rem;letter-spacing:-.3px}.users-header p{color:#64748b;font-size:.95rem}.stats-pills{display:flex;flex-wrap:wrap;gap:.6rem}.pill{display:inline-block;padding:.3rem .9rem;border-radius:30px;font-size:.75rem;font-weight:500}.pill--neutral{background:#f1f5f9;color:#334155}.pill--info{background:#dbeafe;color:#1e40af}.pill--success{background:#d1fae5;color:#065f46}.pill--danger{background:#fee2e2;color:#b91c1c}.users-table-wrapper{background:#fff;border-radius:28px;box-shadow:0 4px 10px #00000005,0 1px 2px #0000000d;overflow:hidden}.users-table{width:100%;border-collapse:collapse;font-size:.85rem}.users-table th{text-align:left;padding:1rem;background:#fff;font-weight:600;color:#334155;border-bottom:1px solid #eef2ff;white-space:nowrap}.users-table td{padding:1rem;border-bottom:1px solid #f1f5f9;vertical-align:top;background:#fff}.user-row:hover td{background:#fafcff}.user-info{display:flex;flex-direction:column;gap:.3rem}.user-name{font-weight:600;color:#0f172a}.user-email{font-size:.8rem;color:#3b82f6;font-family:monospace}.status-badges{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.2rem}.badge{display:inline-block;padding:.15rem .5rem;border-radius:20px;font-size:.65rem;font-weight:500}.badge--primary{background:#e0e7ff;color:#3b82f6}.badge--success{background:#d1fae5;color:#065f46}.inline-inputs{display:flex;flex-direction:column;gap:.4rem}.inline-inputs input,.users-table select,.users-table textarea{width:100%;padding:.4rem .6rem;border:1px solid #e2e8f0;border-radius:12px;font-size:.8rem;background:#4468d3;transition:all .2s}.inline-inputs input:focus,.users-table select:focus,.users-table textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.users-table textarea{resize:vertical;min-width:120px}.action-buttons{display:flex;flex-direction:column;gap:.5rem}.btn--primary{background:#0f172a;color:#fff}.btn--primary:hover{background:#1e293b}.btn--ghost{background:#f1f5f9;color:#334155}.btn--ghost:hover{background:#e2e8f0}.btn--warning{background:#fed7aa;color:#9a3412}.btn--warning:hover{background:#fdba74}.btn--danger:hover:not(:disabled){background:#fecaca}.btn--danger:disabled{opacity:.5;cursor:not-allowed}@media(max-width:1000px){.users-container{padding:1rem}.filters-bar{flex-direction:column}.filters-bar input,.filters-bar select{width:100%}.users-table th{display:none}.users-table,.users-table tbody,.users-table tr,.users-table td{display:block;width:100%}.users-table tr{margin-bottom:1rem;border:1px solid #eef2ff;border-radius:20px;overflow:hidden}.users-table td{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.8rem;border-bottom:1px solid #f1f5f9}.users-table td:last-child{border-bottom:none}.users-table td:before{content:attr(data-label);font-weight:600;color:#334155;width:40%;flex-shrink:0}.action-buttons{flex-direction:row;flex-wrap:wrap;width:100%}.btn{flex:1}}*{margin:0;padding:0;box-sizing:border-box}.ads-container{background:#f8fafc;min-height:100vh;padding:2rem;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,sans-serif}.ads-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f8fafc;gap:1rem}.spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.ads-header{margin-bottom:2rem}.ads-header .badge{display:inline-block;font-size:.7rem;font-weight:600;letter-spacing:1px;background:#e0e7ff;color:#3b82f6;padding:.2rem .8rem;border-radius:30px;margin-bottom:.8rem}.ads-header h1{font-size:1.8rem;font-weight:600;color:#0f172a;margin-bottom:.5rem;letter-spacing:-.3px}.ads-header p{color:#64748b;font-size:.95rem}.filters-bar{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;background:#fff;padding:1rem;border-radius:24px;box-shadow:0 1px 3px #0000000d}.filters-bar input,.filters-bar select{padding:.6rem 1rem;border:1px solid #e2e8f0;border-radius:40px;font-size:.85rem;background:#fff;transition:all .2s}.filters-bar input:focus,.filters-bar select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61a}.search-input{flex:2;min-width:180px}.ads-table-wrapper{background:#fff;border-radius:28px;box-shadow:0 4px 10px #00000005,0 1px 2px #0000000d;overflow:hidden}.table-header{padding:1rem 1.5rem;border-bottom:1px solid #eef2ff;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}.table-header h3{font-size:1.2rem;font-weight:600;color:#0f172a}.result-count{background:#f1f5f9;padding:.2rem .7rem;border-radius:30px;font-size:.75rem;color:#475569}.table-responsive{overflow-x:auto}.ads-table{width:100%;border-collapse:collapse;font-size:.85rem}.ads-table th{text-align:left;padding:1rem;background:#fff;font-weight:600;color:#334155;border-bottom:1px solid #eef2ff;white-space:nowrap}.ads-table td{padding:1rem;border-bottom:1px solid #f1f5f9;vertical-align:top;background:#fff}.ad-row:hover td{background:#fafcff}.ad-info{display:flex;flex-direction:column;gap:.3rem}.ad-title{font-weight:600;color:#0f172a}.ad-description{font-size:.8rem;color:#475569;line-height:1.4;max-width:280px}.category{font-size:.85rem;color:#1e293b;background:#f8fafc;padding:.2rem .5rem;border-radius:20px;display:inline-block}.author-info{display:flex;flex-direction:column;gap:.2rem}.author-name{font-weight:500;color:#0f172a}.author-email{font-size:.75rem;color:#3b82f6;font-family:monospace}.mode-badges{display:flex;flex-wrap:wrap;gap:.4rem}.badge{display:inline-block;padding:.2rem .6rem;border-radius:20px;font-size:.7rem;font-weight:500}.badge--info{background:#dbeafe;color:#1e40af}.badge--neutral{background:#f1f5f9;color:#334155}.badge--warning{background:#fed7aa;color:#9a3412}.badge--danger{background:#fee2e2;color:#b91c1c}.price{font-weight:600;color:#0f172a;white-space:nowrap}.date-time{display:flex;flex-direction:column;gap:.2rem;font-size:.75rem;color:#64748b}.date-time .time{font-family:monospace}.btn{padding:.4rem .8rem;border:none;border-radius:30px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s;text-align:center}.btn--danger{background:#fee2e2;color:#b91c1c}.btn--danger:hover{background:#fecaca}.empty-state{padding:3rem;text-align:center;color:#94a3b8;font-size:.9rem}@media(max-width:1000px){.ads-container{padding:1rem}.filters-bar{flex-direction:column}.filters-bar input,.filters-bar select{width:100%}.ads-table th{display:none}.ads-table,.ads-table tbody,.ads-table tr,.ads-table td{display:block;width:100%}.ads-table tr{margin-bottom:1rem;border:1px solid #eef2ff;border-radius:20px;overflow:hidden}.ads-table td{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.8rem;border-bottom:1px solid #f1f5f9}.ads-table td:last-child{border-bottom:none}.ads-table td:before{content:attr(data-label);font-weight:600;color:#334155;width:35%;flex-shrink:0}.ad-description{max-width:100%}}:root{font-family:Inter,system-ui,Arial,sans-serif;color:#e5eefc;background:radial-gradient(circle at top left,rgba(54,102,255,.22),transparent 26%),radial-gradient(circle at top right,rgba(13,184,166,.18),transparent 24%),linear-gradient(180deg,#07111f,#0b1324)}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0}button,input,select{font:inherit}input,select{width:100%;padding:11px 13px;border:1px solid rgba(148,163,184,.2);border-radius:14px;background:#09101eb8;color:#f8fafc;outline:none}input::placeholder{color:#8ba2c7}.login-layout{min-height:100vh;display:grid;grid-template-columns:1.15fr .85fr;gap:28px;padding:32px}.login-promo,.login-card,.sidebar,.hero-card,.table-card,.stat-card{background:#0a111fd1;border:1px solid rgba(148,163,184,.14);box-shadow:0 20px 60px #02061759;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.login-promo,.login-card,.hero-card,.table-card,.stat-card,.sidebar{border-radius:24px}.login-promo{padding:36px;display:grid;gap:18px;align-content:center}.login-promo h1,.hero-card h1,.section-header h2,.login-card h2{margin:0;line-height:1.05}.login-promo h1,.hero-card h1{font-size:clamp(34px,4vw,54px)}.login-promo p,.hero-copy,.muted{color:#9fb1d1}.promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:10px}.promo-card,.hero-metric-card{padding:16px;border-radius:18px;background:#ffffff0a;border:1px solid rgba(148,163,184,.12);display:grid;gap:8px}.promo-card strong,.hero-metric-card strong{color:#fff}.promo-card span,.hero-metric-card span{color:#9fb1d1;font-size:14px}.login-card{width:100%;max-width:480px;margin:auto;padding:32px;display:grid;gap:14px}.brand-box{display:flex;align-items:center;gap:14px}.brand-box.large{margin-bottom:10px}.brand-box p{margin:4px 0 0;color:#9fb1d1}.brand-badge{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;font-size:22px;font-weight:800;color:#fff;background:linear-gradient(135deg,#2563eb,#06b6d4);box-shadow:0 16px 30px #2563eb59}.layout-shell{min-height:100vh;display:grid;grid-template-columns:300px 1fr;gap:24px;padding:24px}.sidebar{padding:20px;display:flex;flex-direction:column;gap:22px;position:sticky;top:24px;height:calc(100vh - 48px)}.sidebar-nav{display:grid;gap:10px}.nav-btn,.primary-btn,.danger-btn,.ghost-btn,.login-card button{padding:11px 14px;border:none;border-radius:14px;cursor:pointer;transition:.2s ease}.nav-btn{background:#ffffff0a;color:#d5e3fb;display:flex;align-items:center;gap:10px;text-align:left}.nav-btn.active,.primary-btn,.login-card button{background:linear-gradient(135deg,#2563eb,#14b8a6);color:#fff}.ghost-btn{background:#ffffff0f;color:#e5eefc}.danger-btn{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.full{width:100%}.sidebar-foot{margin-top:auto;display:grid;gap:12px}.mini-user-card{display:flex;gap:12px;align-items:center;padding:14px;border-radius:18px;background:#ffffff0a}.mini-user-card p{margin:2px 0 0;color:#9fb1d1;font-size:13px}.avatar-pill{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;background:#2563eb33;color:#bfdbfe;font-weight:700}.content-area{display:grid;gap:22px;align-content:start}.hero-card{padding:28px;display:grid;grid-template-columns:1.15fr .85fr;gap:20px}.hero-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.eyebrow{margin:0 0 10px;color:#60a5fa;letter-spacing:.16em;font-size:12px;font-weight:700}.section-block{display:grid;gap:16px}.section-header.split{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.stats-grid,.two-col-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.two-col-grid{grid-template-columns:1fr 1fr}.stat-card{padding:20px;display:grid;gap:6px}.stat-card.accent strong{font-size:34px;color:#fff}.stat-card small,.cell-sub,.card-head span{color:#8fa4c8}.filters-row{display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px}.filters-row.wide{grid-template-columns:2.4fr 1fr 1fr}.ads-filters-row{grid-template-columns:2fr 1fr}.table-card{overflow:auto;padding:18px}.card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.card-head h3{margin:0}.table-card table{width:100%;border-collapse:collapse;min-width:1080px}.table-card th,.table-card td{text-align:left;padding:14px 12px;border-bottom:1px solid rgba(148,163,184,.12);vertical-align:top}.table-card th{color:#a9bad7;font-size:13px}.cell-title{color:#fff;font-weight:600;margin-bottom:6px}.clamp{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.actions-row,.inline-pills{display:flex;gap:8px;flex-wrap:wrap}.wrap{flex-wrap:wrap}.pill{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700}.pill.success{background:#10b9812e;color:#6ee7b7}.pill.warning{background:#f59e0b2e;color:#fcd34d}.pill.info{background:#2563eb2e;color:#93c5fd}.pill.neutral{background:#94a3b82e;color:#dbeafe}.error-box{padding:13px 14px;border-radius:14px;background:#7f1d1d47;color:#fecaca;border:1px solid rgba(248,113,113,.18)}@media(max-width:1100px){.layout-shell,.login-layout,.hero-card,.two-col-grid{grid-template-columns:1fr}.sidebar{position:static;height:auto}.hero-metrics,.promo-grid,.filters-row,.ads-filters-row,.filters-row.wide{grid-template-columns:1fr}}.warning-btn{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.pill.danger{background:#ef44442e;color:#fca5a5}.sidebar-note{padding:14px;border-radius:18px;background:#ffffff0a;border:1px solid rgba(148,163,184,.12);display:grid;gap:8px}.sidebar-note p{margin:0;color:#9fb1d1;font-size:13px}.actions-col{display:grid;gap:8px}.reason-box{width:100%;padding:11px 13px;border:1px solid rgba(148,163,184,.2);border-radius:14px;background:#09101eb8;color:#f8fafc;resize:vertical}.top-gap{margin-top:8px}.top-gap-inline{margin-top:8px;display:inline-flex}.users-filters-extended{grid-template-columns:2.2fr 1fr 1fr 1fr}button:disabled{opacity:.55;cursor:not-allowed}
