:root{--u-bg:#f6f8fb;--u-card:#fff;--u-text:#142033;--u-muted:#64748b;--u-line:#dce5ef;--u-primary:#0f766e;--u-primary2:#0ea5e9;--u-danger:#dc2626;--u-warn:#d97706;--u-good:#15803d;--u-purple:#7c3aed;--u-radius:18px;--u-shadow:0 12px 38px rgba(15,23,42,.09)}
*{box-sizing:border-box}.users-main{min-height:100vh;background:var(--u-bg);color:var(--u-text);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;padding:86px 18px 110px}.users-shell{width:min(1480px,100%);margin:0 auto}.users-hero{position:relative;overflow:hidden;padding:22px;border-radius:24px;background:linear-gradient(135deg,#0f766e,#0f4c81 58%,#5b21b6);color:#fff;box-shadow:var(--u-shadow);margin-bottom:16px}.users-hero:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;right:-80px;top:-100px;background:rgba(255,255,255,.08)}.users-hero h1{margin:4px 0 7px;font-size:clamp(25px,4vw,42px)}.users-hero p{max-width:900px;margin:0;color:#e2e8f0}.users-kicker{font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:900;color:#ccfbf1}.users-badges,.users-actions,.users-inline{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.users-badges{margin-top:15px}.users-badge{padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.13);border:1px solid rgba(255,255,255,.18);font-size:12px;font-weight:800}.users-nav{display:flex;gap:7px;overflow-x:auto;padding:8px;margin:0 0 16px;background:#fff;border:1px solid var(--u-line);border-radius:16px;box-shadow:0 8px 24px rgba(15,23,42,.05);scrollbar-width:thin;position:sticky;top:70px;z-index:50}.users-nav a{flex:0 0 auto;padding:9px 12px;border-radius:10px;text-decoration:none;color:#334155;font-weight:800;font-size:13px}.users-nav a:hover,.users-nav a.active{background:#ecfdf5;color:#065f46}.users-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:14px}.users-card{grid-column:span 12;background:var(--u-card);border:1px solid var(--u-line);border-radius:var(--u-radius);padding:17px;box-shadow:0 8px 28px rgba(15,23,42,.055);min-width:0}.users-card h2,.users-card h3{margin:0 0 8px}.users-card p{color:var(--u-muted);line-height:1.55}.users-card.third{grid-column:span 4}.users-card.half{grid-column:span 6}.users-card.two-third{grid-column:span 8}.users-stat{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.users-stat strong{font-size:clamp(26px,3vw,38px)}.users-stat .ico{font-size:30px}.users-progress{height:9px;background:#e8eef5;border-radius:99px;overflow:hidden;margin-top:10px}.users-progress>span{display:block;height:100%;background:linear-gradient(90deg,#0f766e,#0ea5e9);border-radius:99px}.users-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:9px 13px;border:0;border-radius:10px;background:var(--u-primary);color:#fff!important;text-decoration:none!important;font-weight:850;cursor:pointer}.users-btn.secondary{background:#eff6ff;color:#1d4ed8!important}.users-btn.purple{background:#7c3aed}.users-btn.warn{background:#d97706}.users-btn.danger{background:#dc2626}.users-btn.ghost{background:#f8fafc;color:#334155!important;border:1px solid #cbd5e1}.users-btn:disabled{opacity:.55;cursor:not-allowed}.users-table-wrap{overflow:auto;border:1px solid var(--u-line);border-radius:14px}.users-table{width:100%;border-collapse:collapse;min-width:760px}.users-table th{background:#f1f5f9;text-align:left;font-size:11px;text-transform:uppercase;letter-spacing:.05em;color:#475569}.users-table th,.users-table td{padding:10px 11px;border-bottom:1px solid #edf2f7;vertical-align:top}.users-table tr:last-child td{border-bottom:0}.users-table a{color:#0f766e;font-weight:800;text-decoration:none}.users-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.users-field{display:grid;gap:5px}.users-field.full{grid-column:1/-1}.users-field label{font-weight:800;font-size:12px;color:#475569}.users-field input,.users-field select,.users-field textarea{width:100%;padding:10px 11px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#0f172a;font:inherit}.users-field textarea{min-height:100px;resize:vertical}.users-field input:focus,.users-field select:focus,.users-field textarea:focus{outline:0;border-color:#0f766e;box-shadow:0 0 0 3px rgba(15,118,110,.12)}.users-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.users-plan{position:relative;background:#fff;border:1px solid var(--u-line);border-radius:20px;padding:18px;box-shadow:0 8px 26px rgba(15,23,42,.06)}.users-plan.featured{border:2px solid #0f766e;transform:translateY(-3px)}.users-plan .price{font-size:30px;font-weight:950}.users-plan ul{padding-left:20px;color:#475569}.users-plan li{margin:6px 0}.users-plan-badge{position:absolute;top:12px;right:12px;padding:5px 8px;border-radius:999px;background:#ecfdf5;color:#065f46;font-size:10px;font-weight:900;text-transform:uppercase}.users-status{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;font-size:11px;font-weight:900;background:#eef2ff;color:#4338ca}.users-status.good{background:#ecfdf5;color:#166534}.users-status.warn{background:#fff7ed;color:#9a3412}.users-status.bad{background:#fef2f2;color:#b91c1c}.users-alert{padding:12px 14px;border-radius:12px;margin:10px 0;border:1px solid #bfdbfe;background:#eff6ff;color:#1e3a8a}.users-alert.success{border-color:#bbf7d0;background:#f0fdf4;color:#166534}.users-alert.error{border-color:#fecaca;background:#fef2f2;color:#991b1b}.users-alert.warn{border-color:#fed7aa;background:#fff7ed;color:#9a3412}.users-search{display:flex;gap:8px;flex-wrap:wrap}.users-search>*{min-height:40px}.users-empty{padding:24px;text-align:center;color:#64748b}.users-security-meter{display:flex;align-items:center;gap:15px}.users-ring{--p:50;width:92px;height:92px;border-radius:50%;display:grid;place-items:center;background:conic-gradient(#0f766e calc(var(--p)*1%),#e2e8f0 0);position:relative}.users-ring:after{content:"";position:absolute;inset:9px;border-radius:50%;background:#fff}.users-ring b{z-index:1;font-size:19px}.users-event{display:grid;grid-template-columns:85px 1fr auto;gap:10px;padding:10px 0;border-bottom:1px solid #edf2f7}.users-event:last-child{border:0}.users-event small{color:#64748b}.users-callout{border:1px dashed #94a3b8;border-radius:14px;padding:14px;background:#f8fafc}.users-loading{position:fixed;inset:0;z-index:30000;background:rgba(248,250,252,.94);display:grid;place-items:center;transition:opacity .25s ease}.users-loading.hidden{opacity:0;pointer-events:none}.users-loading-card{width:min(380px,calc(100vw - 30px));padding:22px;text-align:center;background:#fff;border:1px solid #dbe4ea;border-radius:20px;box-shadow:0 24px 70px rgba(15,23,42,.16)}.users-spinner{width:54px;height:54px;border:5px solid #dbeafe;border-top-color:#0f766e;border-radius:50%;margin:0 auto 13px;animation:users-spin .85s linear infinite}@keyframes users-spin{to{transform:rotate(360deg)}}
@media(max-width:1100px){.users-card.third{grid-column:span 6}.users-plan-grid{grid-template-columns:1fr 1fr}.users-main{padding-top:78px}.users-nav{top:64px}}
@media(max-width:720px){.users-main{padding:74px 10px 94px}.users-card.third,.users-card.half,.users-card.two-third{grid-column:span 12}.users-plan-grid,.users-form-grid{grid-template-columns:1fr}.users-plan.featured{transform:none}.users-nav{top:60px}.users-event{grid-template-columns:1fr}.users-hero{padding:17px}}
