:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.sidebar{width:260px;background:#fff;padding:24px 18px;display:flex;flex-direction:column;border-right:1px solid #e5e7eb}.logo{width:140px;margin:0 auto 32px}.menu{display:flex;flex-direction:column;gap:6px}.menu-item{display:flex;align-items:center;gap:14px;padding:12px 16px;border-radius:12px;font-size:14px;font-weight:500;color:#475569;text-decoration:none;transition:background .2s ease,color .2s ease}.menu-item .icon{font-size:18px}.menu-item:hover{background:#f1f5f9}.menu-item.active{background:linear-gradient(135deg,#1e40af,#2563eb);color:#fff;font-weight:600}.menu-item.active .icon{color:#fff}.divider{height:1px;background:#e5e7eb;margin:16px 0}.menu-item.logout{background:none;border:none;cursor:pointer;color:#ef4444;font-weight:500}.menu-item.logout:hover{background:#fef2f2}.topbar{height:64px;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;padding:0 28px;flex-shrink:0}.topbar-left{display:flex;align-items:center;gap:16px}.menu-toggle{display:none;background:transparent;border:none;font-size:24px;padding:4px;cursor:pointer;color:#64748b;border-radius:8px;align-items:center;justify-content:center}.menu-toggle:hover{background:#f1f5f9;color:#0f172a}.topbar h2{font-size:18px;font-weight:600;color:#0f172a;letter-spacing:-.2px}@media(max-width:768px){.topbar{padding:0 16px;height:56px}.menu-toggle{display:flex}}.admin{display:flex;align-items:center;gap:10px;padding:6px 10px;border-radius:10px;font-size:14px;font-weight:500;color:#334155;cursor:pointer;transition:background .2s ease}.admin:hover{background:#f1f5f9}.avatar{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,#1e40af,#2563eb);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px}.admin-layout{display:flex;height:100vh;position:relative;overflow:hidden}.sidebar-wrapper{flex-shrink:0;height:100%;background:#fff;z-index:100}.main-section{flex:1;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative}.page-content{padding:24px;overflow-y:auto;flex:1}@media(max-width:768px){.sidebar-wrapper{position:fixed;top:0;left:0;bottom:0;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:4px 0 24px #0000001a}.admin-layout.sidebar-open .sidebar-wrapper{transform:translate(0)}.sidebar-overlay{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:99;animation:fadeIn .3s ease}.page-content{padding:16px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.dashboard-wrapper{display:flex;flex-direction:column;gap:28px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.stat-card{background:#fff;border-radius:14px;padding:20px 22px;display:flex;gap:16px;align-items:center;box-shadow:0 6px 18px #0f172a0f;transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #0f172a1a}.stat-icon{width:46px;height:46px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.stat-icon.blue{background:linear-gradient(135deg,#e8edff,#dbe3ff);color:#2f5bea}.stat-icon.green{background:linear-gradient(135deg,#e6f4ea,#d2ecd9);color:#1a7f37}.stat-icon.orange{background:linear-gradient(135deg,#fff4e5,#ffe8cc);color:#b54708}.stat-icon.red{background:linear-gradient(135deg,#fdecec,#fbd5d5);color:#b42318}.stat-title{font-size:13px;color:#64748b;margin-bottom:6px}.stat-value{font-size:24px;font-weight:600;color:#0f172a}.activity-card{background:#fff;border-radius:14px;padding:22px 24px;box-shadow:0 6px 18px #0f172a0f}.activity-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.activity-header h4{font-size:16px;font-weight:600;color:#0f172a}.see-all{font-size:13px;color:#2f5bea;cursor:pointer;font-weight:500}.see-all:hover{text-decoration:underline}.activity-table{width:100%;border-collapse:separate;border-spacing:0 10px}.activity-table thead th{text-align:left;font-size:12px;color:#64748b;font-weight:600;padding:0 12px}.activity-table tbody tr{background:#f8fafc;border-radius:10px}.activity-table tbody tr td{padding:14px 12px;font-size:14px;color:#0f172a}.activity-table tbody tr td:first-child{border-radius:10px 0 0 10px}.activity-table tbody tr td:last-child{border-radius:0 10px 10px 0}.result{font-size:13px;font-weight:500}.result.found{color:#1a7f37}.result.none{color:#b42318}.pagination{display:flex;justify-content:center;align-items:center;gap:10px;margin-top:18px}.pagination button{border:1px solid #e5e7eb;background:#fff;padding:6px 10px;border-radius:8px;cursor:pointer;font-size:13px}.page.active{background:#2f5bea;color:#fff;padding:6px 12px;border-radius:8px;font-size:13px}.providers-wrapper{padding:28px;display:flex;flex-direction:column;gap:20px}.providers-header{display:flex;justify-content:space-between;align-items:center}.providers-header h2{font-size:18px;font-weight:600;color:#0f172a}.header-actions{display:flex;gap:12px}.primary-btn{background:linear-gradient(135deg,#1e40af,#2563eb);color:#fff;border:none;padding:8px 18px;border-radius:10px;font-size:13px;font-weight:500;cursor:pointer}.primary-btn:hover{opacity:.95}.secondary-btn{background:#f1f5f9;border:none;padding:8px 16px;border-radius:10px;font-size:13px;font-weight:500;color:#334155;cursor:pointer}.secondary-btn:hover{background:#e2e8f0}.providers-content{display:grid;grid-template-columns:1fr 1fr;gap:24px}.providers-card{background:#fff;border-radius:16px;padding:18px 20px;box-shadow:0 10px 30px #0f172a14}.card-header{display:grid;grid-template-columns:2fr 1fr 1fr;font-size:12px;font-weight:600;color:#64748b;padding-bottom:10px}.providers-card:last-child .card-header{grid-template-columns:2fr 1fr}.card-row{display:grid;grid-template-columns:2fr 1fr 1fr;align-items:center;padding:14px 0;border-top:1px solid #e5e7eb}.providers-card:last-child .card-row{grid-template-columns:2fr 1fr}.provider-icon{width:40px;height:40px;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#1e40af;font-size:20px;flex-shrink:0}.pill{background:#dcfce7;color:#166534;padding:4px 14px;border-radius:999px;font-size:12px;font-weight:500;width:fit-content}.pill.enable{background:#e0e7ff;color:#1e40af}.pill-btn{border:none;padding:6px 18px;border-radius:999px;font-size:12px;font-weight:500;cursor:pointer}.pill-btn.disable{background:#e5e7eb;color:#334155}.pill-btn.enable{background:#c7d2fe;color:#1e40af}.pill-btn:hover{opacity:.9}.pagination{display:flex;justify-content:center;gap:8px;margin-top:20px}.pagination button{width:30px;height:30px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;font-size:13px;cursor:pointer}.plans-wrapper{padding:24px}.plans-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.plans-header h2{font-size:16px;font-weight:600;color:#0f172a}.add-plan-btn{background:linear-gradient(135deg,#1e40af,#2563eb);color:#fff;border:none;padding:8px 18px;border-radius:10px;font-size:13px;font-weight:500;cursor:pointer}.add-plan-btn:hover{opacity:.95}.plans-content{display:grid;grid-template-columns:1fr 1fr;gap:20px}.plans-card{background:#fff;border-radius:16px;padding:18px 20px;box-shadow:0 10px 30px #0f172a14}.card-header{display:grid;font-size:12px;font-weight:600;color:#64748b;padding-bottom:10px}.card-header.three{grid-template-columns:2fr 1fr 1fr}.card-row{display:grid;align-items:center;padding:14px 0;border-top:1px solid #e5e7eb;font-size:14px}.card-row.three{grid-template-columns:2fr 1fr 1fr}.provider-info{display:flex;align-items:center;gap:14px}.provider-icon{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);display:flex;align-items:center;justify-content:center;color:#1e40af;font-size:20px;flex-shrink:0}.edit-btn{background:#dbeafe;border:none;padding:6px 16px;border-radius:999px;font-size:12px;font-weight:500;color:#1e40af;cursor:pointer}.edit-btn:hover{opacity:.9}.pagination{display:flex;justify-content:center;gap:6px;margin-top:18px}.pagination button{width:28px;height:28px;border-radius:8px;border:1px solid #e5e7eb;background:#fff;font-size:13px;cursor:pointer}.pagination button:hover{background:#f1f5f9}.pagination .active{background:#1e40af;color:#fff;border-color:#1e40af}.user-searches-wrapper{padding:24px}.user-searches-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.user-searches-header h2{font-size:16px;font-weight:600}.filter{font-size:13px;color:#374151;cursor:pointer}.searches-card{background:#fff;border-radius:14px;padding:16px;width:100%;box-shadow:0 1px 4px #00000014}.table-header{display:grid;grid-template-columns:1.2fr 1.2fr 1fr;font-size:12px;font-weight:600;color:#64748b;margin-bottom:10px}.table-row{display:grid;grid-template-columns:1.2fr 1.2fr 1fr;align-items:center;padding:14px 0;border-top:1px solid #e5e7eb;font-size:14px;transition:background .15s}.table-row:hover{background:#f8fafc}.cell{display:flex;align-items:center;gap:8px}.cell-icon{font-size:16px}.cell-icon.blue{color:#1e40af}.cell-icon.gray{color:#64748b}.date{line-height:1.2;color:#334155}.result-pill{width:fit-content;padding:6px 14px;border-radius:999px;font-size:12px;font-weight:500;display:flex;align-items:center;gap:6px}.result-pill.found{background:#dbeafe;color:#1e40af}.result-pill.none{background:#fee2e2;color:#991b1b}.pill-icon{font-size:14px}.pagination{display:flex;justify-content:center;gap:6px;margin-top:16px}.pagination button{width:28px;height:28px;border-radius:6px;border:none;background:#e5e7eb;cursor:pointer}.pagination .active{background:#1e40af;color:#fff}.analytics-wrapper{padding:24px}.analytics-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.analytics-header h2{font-size:16px;font-weight:600}.time-filters{display:flex;gap:6px}.time-filters button{background:#f1f5f9;border:none;padding:6px 12px;border-radius:999px;font-size:12px;cursor:pointer;color:#334155}.time-filters .active{background:#1e40af;color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat-card{background:#fff;border-radius:12px;padding:18px;box-shadow:0 1px 4px #00000014}.stat-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.stat-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px}.stat-icon.blue{background:#dbeafe;color:#1e40af}.stat-icon.green{background:#dcfce7;color:#166534}.stat-icon.purple{background:#ede9fe;color:#5b21b6}.stat-icon.red{background:#fee2e2;color:#991b1b}.trend{font-size:12px;display:flex;align-items:center;gap:2px}.trend.up{color:#16a34a}.trend.down{color:#dc2626}.trend.neutral{color:#94a3b8}.stat-card p{font-size:12px;color:#64748b;margin-bottom:4px}.stat-card h3{font-size:22px;font-weight:600}.chart-placeholder{margin-top:24px;background:#fff;border-radius:12px;height:260px;display:flex;align-items:center;justify-content:center;color:#64748b;box-shadow:0 1px 4px #00000014}.settings-wrapper{padding:24px}.settings-wrapper h2{font-size:16px;font-weight:600;margin-bottom:20px}.settings-card{background:#fff;border-radius:14px;padding:24px;width:100%;max-width:720px;box-shadow:0 1px 4px #00000014}.settings-section{margin-bottom:24px}.settings-section h4{font-size:14px;font-weight:600;color:#0f172a;margin-bottom:14px}.form-group{display:flex;flex-direction:column;margin-bottom:16px}.form-group label{font-size:12px;color:#64748b;margin-bottom:6px}.input-wrapper{position:relative}.input-icon{position:absolute;top:50%;left:12px;transform:translateY(-50%);font-size:18px;color:#64748b}.input-wrapper input{width:100%;padding:10px 12px 10px 40px;border:1px solid #d1d5db;border-radius:10px;font-size:14px;background:#f8fafc}.input-wrapper input:read-only{background:#f1f5f9;color:#475569}.actions{display:flex;justify-content:flex-end;margin-top:12px}.save-btn{background:#1e40af;color:#fff;border:none;padding:10px 20px;border-radius:10px;font-size:14px;cursor:pointer}.save-btn:hover{background:#1e3a8a}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,sans-serif;background-color:#f5f6f8;color:#1f2937}a{text-decoration:none;color:inherit}
