:root{--ed-bg:#f5f7fb;--ed-card:#fff;--ed-card2:#f8fafc;--ed-text:#0f172a;--ed-muted:#64748b;--ed-line:#e6eaf0;--ed-primary:#5b5cf0;--ed-primary2:#7c3aed;--ed-success:#059669;--ed-warning:#d97706;--ed-danger:#dc2626;--ed-sidebar:#0b1220;--ed-sidebar2:#111827;--ed-radius:18px;--ed-shadow:0 12px 34px rgba(15,23,42,.07);--ed-shadow-lg:0 24px 65px rgba(15,23,42,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body.ed-body{margin:0;min-height:100vh;background:radial-gradient(circle at 85% -5%,rgba(124,58,237,.09),transparent 26%),var(--ed-bg);color:var(--ed-text);font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit}.ed-app{min-height:100vh;display:grid;grid-template-columns:270px minmax(0,1fr)}.ed-side{height:100vh;position:sticky;top:0;z-index:90;display:flex;flex-direction:column;padding:18px 14px;background:linear-gradient(180deg,var(--ed-sidebar),var(--ed-sidebar2));color:#fff;overflow:auto}.ed-brand{display:flex;align-items:center;gap:11px;padding:7px 10px 20px;text-decoration:none;color:#fff}.ed-brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 12px 28px rgba(99,102,241,.3)}.ed-brand b{display:block;font-size:15px;letter-spacing:-.02em}.ed-brand small{display:block;color:#94a3b8;font-size:10px;margin-top:2px}.ed-nav{display:flex;flex-direction:column;gap:4px}.ed-nav a{min-height:43px;display:flex;align-items:center;gap:11px;padding:9px 11px;border-radius:12px;color:#aeb9ca;text-decoration:none;font-weight:700;font-size:12.5px;transition:.18s}.ed-nav a i{width:21px;text-align:center;font-size:15px}.ed-nav a:hover{background:rgba(255,255,255,.07);color:#fff}.ed-nav a.active{background:linear-gradient(135deg,rgba(99,102,241,.24),rgba(124,58,237,.2));color:#fff;box-shadow:inset 0 0 0 1px rgba(165,180,252,.13)}.ed-nav-sep{height:1px;background:rgba(255,255,255,.08);margin:9px 8px}.ed-user-mini{margin-top:auto;display:flex;align-items:center;gap:10px;padding:14px 8px 4px;border-top:1px solid rgba(255,255,255,.08)}.ed-user-mini b,.ed-user-chip b{display:block;font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ed-user-mini small,.ed-user-chip small{display:block;font-size:9.5px;color:#94a3b8;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ed-avatar{width:38px;height:38px;flex:0 0 38px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#fff,#e0e7ff);color:#4338ca;font-weight:900}.ed-avatar.sm{width:32px;height:32px;flex-basis:32px;border-radius:10px}.ed-main{min-width:0}.ed-top{height:76px;position:sticky;top:0;z-index:70;display:flex;align-items:center;gap:14px;padding:0 26px;background:rgba(245,247,251,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(226,232,240,.8)}.ed-top-copy{min-width:0}.ed-top-copy h1{font-size:18px;margin:0;letter-spacing:-.02em}.ed-top-copy p{font-size:10.5px;color:var(--ed-muted);margin:4px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ed-top-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.ed-icon-btn{width:40px;height:40px;border-radius:12px;border:1px solid var(--ed-line);background:#fff;color:#334155;display:grid;place-items:center;text-decoration:none;cursor:pointer}.ed-menu-btn{display:none}.ed-user-chip{max-width:220px;display:flex;align-items:center;gap:8px;padding:5px 9px 5px 5px;border-radius:13px;border:1px solid var(--ed-line);background:#fff;text-decoration:none}.ed-user-chip>span:last-child{min-width:0}.ed-content{padding:24px 26px 44px;max-width:1540px;width:100%;margin:0 auto}.ed-grid{display:grid;gap:16px}.ed-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.ed-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.ed-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.ed-card{background:var(--ed-card);border:1px solid var(--ed-line);border-radius:var(--ed-radius);box-shadow:var(--ed-shadow)}.ed-pad{padding:19px}.ed-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:15px}.ed-card-head h2,.ed-card-head h3{margin:0;font-size:15px;letter-spacing:-.02em}.ed-card-head p{margin:4px 0 0;color:var(--ed-muted);font-size:11px;line-height:1.5}.ed-hero{position:relative;overflow:hidden;padding:26px;border-radius:23px;background:linear-gradient(135deg,#0f172a,#312e81 56%,#6d28d9);color:#fff;box-shadow:0 20px 48px rgba(49,46,129,.18)}.ed-hero:after{content:"";position:absolute;width:280px;height:280px;border-radius:50%;right:-90px;top:-120px;background:rgba(255,255,255,.07)}.ed-hero>*{position:relative;z-index:2}.ed-kicker{font-size:10px;font-weight:900;letter-spacing:.14em;color:#c4b5fd;text-transform:uppercase}.ed-hero h2{max-width:680px;margin:8px 0 8px;font-size:28px;line-height:1.12;letter-spacing:-.04em}.ed-hero p{max-width:700px;margin:0;color:#cbd5e1;font-size:12px;line-height:1.65}.ed-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:17px}.ed-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:39px;padding:9px 13px;border:0;border-radius:11px;text-decoration:none;font:700 11.5px Inter,sans-serif;cursor:pointer;transition:.18s}.ed-button:hover{transform:translateY(-1px)}.ed-button.primary{color:#fff;background:linear-gradient(135deg,var(--ed-primary),var(--ed-primary2));box-shadow:0 8px 20px rgba(91,92,240,.2)}.ed-button.dark{background:#0f172a;color:#fff}.ed-button.white{background:#fff;color:#312e81}.ed-button.ghost{background:#fff;border:1px solid var(--ed-line);color:#334155}.ed-button.soft{background:#eef2ff;color:#4338ca}.ed-button.success{background:#ecfdf5;color:#047857}.ed-button.danger{background:#fef2f2;color:#b91c1c}.ed-button.warning{background:#fff7ed;color:#c2410c}.ed-button.compact{min-height:36px;padding:8px 11px}.ed-stat{padding:17px;border-radius:16px;background:#fff;border:1px solid var(--ed-line);box-shadow:var(--ed-shadow)}.ed-stat-top{display:flex;align-items:center;justify-content:space-between;gap:10px}.ed-stat-icon{width:36px;height:36px;border-radius:11px;background:#eef2ff;color:#4f46e5;display:grid;place-items:center}.ed-stat strong{display:block;font-size:22px;margin-top:12px;letter-spacing:-.04em}.ed-stat span{display:block;margin-top:3px;font-size:10px;color:var(--ed-muted)}.ed-progress{height:6px;border-radius:99px;background:#eef2f7;overflow:hidden}.ed-progress>i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#6366f1,#8b5cf6)}.ed-list{display:grid;gap:9px}.ed-list-item{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #edf0f4;border-radius:14px;background:#fff;text-decoration:none}.ed-list-icon{width:38px;height:38px;flex:0 0 38px;border-radius:11px;background:#f1f5ff;color:#4f46e5;display:grid;place-items:center}.ed-list-copy{min-width:0;flex:1}.ed-list-copy b{display:block;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ed-list-copy small{display:block;color:var(--ed-muted);font-size:9.5px;margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ed-list-side{margin-left:auto;text-align:right}.ed-badge{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;font-size:9.5px;font-weight:800;background:#f1f5f9;color:#475569}.ed-badge.primary{background:#eef2ff;color:#4338ca}.ed-badge.success{background:#ecfdf5;color:#047857}.ed-badge.warning{background:#fff7ed;color:#c2410c}.ed-badge.danger{background:#fef2f2;color:#b91c1c}.ed-empty{padding:34px 18px;text-align:center;border:1px dashed #cbd5e1;border-radius:15px;background:#f8fafc}.ed-empty i{font-size:26px;color:#94a3b8}.ed-empty h3{margin:10px 0 5px;font-size:14px}.ed-empty p{margin:0;color:var(--ed-muted);font-size:10.5px}.ed-toolbar{display:flex;align-items:center;gap:9px;flex-wrap:wrap;margin-bottom:15px}.ed-search{position:relative;flex:1;min-width:210px}.ed-search i{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8;font-size:12px}.ed-search input{padding-left:34px!important}.ed-input,.ed-select,.ed-textarea,input.ed-input,select.ed-select,textarea.ed-textarea{width:100%;min-height:40px;border:1px solid var(--ed-line);border-radius:11px;background:#fff;color:var(--ed-text);padding:9px 11px;outline:0;font:500 11.5px Inter,sans-serif;transition:.18s}.ed-textarea,textarea.ed-textarea{min-height:105px;resize:vertical}.ed-input:focus,.ed-select:focus,.ed-textarea:focus{border-color:#818cf8;box-shadow:0 0 0 3px rgba(99,102,241,.1)}.ed-form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.ed-field{margin-bottom:12px}.ed-field label{display:block;margin-bottom:6px;font-size:10.5px;font-weight:800;color:#334155}.ed-field .help{display:block;color:var(--ed-muted);font-size:9.5px;margin-top:5px}.ed-table-wrap{overflow:auto;border:1px solid var(--ed-line);border-radius:14px;background:#fff}.ed-table{width:100%;border-collapse:collapse;min-width:700px}.ed-table th,.ed-table td{padding:11px 12px;text-align:left;border-bottom:1px solid #edf0f4;font-size:10.5px;vertical-align:middle}.ed-table th{position:sticky;top:0;background:#f8fafc;color:#64748b;text-transform:uppercase;letter-spacing:.04em;font-size:9px;z-index:2}.ed-table tr:last-child td{border-bottom:0}.ed-table-actions{display:flex;align-items:center;gap:5px;flex-wrap:wrap}.ed-alert{display:flex;align-items:flex-start;gap:9px;padding:11px 13px;border-radius:12px;margin-bottom:14px;border:1px solid;font-size:11px}.ed-alert.success{background:#ecfdf5;border-color:#a7f3d0;color:#065f46}.ed-alert.error{background:#fef2f2;border-color:#fecaca;color:#991b1b}.ed-alert.warning{background:#fff7ed;border-color:#fed7aa;color:#9a3412}.ed-tabs{display:flex;gap:6px;padding:5px;border:1px solid var(--ed-line);border-radius:13px;background:#fff;overflow:auto;margin-bottom:16px}.ed-tabs a{padding:8px 10px;border-radius:9px;text-decoration:none;color:#64748b;font-size:10.5px;font-weight:800;white-space:nowrap}.ed-tabs a.active{background:#0f172a;color:#fff}.ed-section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin:23px 0 11px}.ed-section-title h2{margin:0;font-size:16px}.ed-section-title p{margin:4px 0 0;color:var(--ed-muted);font-size:10.5px}.ed-chips{display:flex;gap:6px;flex-wrap:wrap}.ed-chip{padding:7px 9px;border:1px solid var(--ed-line);background:#fff;border-radius:999px;font-size:10px;font-weight:800;text-decoration:none;color:#475569}.ed-chip.active{background:#eef2ff;border-color:#c7d2fe;color:#4338ca}.ed-cover{aspect-ratio:16/9;border-radius:13px;overflow:hidden;background:linear-gradient(135deg,#e0e7ff,#f5f3ff);display:grid;place-items:center;color:#6366f1}.ed-cover img{width:100%;height:100%;object-fit:cover}.ed-resource-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.ed-resource{padding:14px;border-radius:16px;background:#fff;border:1px solid var(--ed-line);box-shadow:var(--ed-shadow);text-decoration:none}.ed-resource h3{font-size:12px;margin:11px 0 5px}.ed-resource p{font-size:10px;color:var(--ed-muted);line-height:1.5;margin:0}.ed-resource-foot{margin-top:12px;display:flex;justify-content:space-between;align-items:center;gap:8px}.ed-mobile-nav{display:none}.ed-overlay{display:none}.ed-code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;background:#0f172a;color:#e2e8f0;padding:3px 7px;border-radius:7px}.ed-modalish{border:1px solid var(--ed-line);border-radius:15px;background:#f8fafc;padding:14px}.ed-kpi-note{font-size:9.5px;color:var(--ed-muted);margin-top:5px}.ed-divider{height:1px;background:var(--ed-line);margin:15px 0}.ed-checkbox{display:flex;align-items:flex-start;gap:8px;font-size:10.5px;color:#475569}.ed-checkbox input{margin-top:2px}.ed-pager{display:flex;justify-content:center;gap:6px;margin-top:16px}.ed-pager a,.ed-pager span{min-width:34px;height:34px;padding:0 9px;display:grid;place-items:center;border-radius:10px;border:1px solid var(--ed-line);background:#fff;text-decoration:none;font-size:10px;font-weight:800}.ed-pager .active{background:#0f172a;color:#fff;border-color:#0f172a}
@media(max-width:1180px){.ed-grid.four{grid-template-columns:repeat(2,1fr)}.ed-grid.three,.ed-resource-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.ed-app{grid-template-columns:1fr}.ed-side{position:fixed;left:0;top:0;bottom:0;width:min(82vw,290px);transform:translateX(-105%);transition:.22s;box-shadow:0 0 60px rgba(0,0,0,.25)}.ed-side.open{transform:none}.ed-overlay{position:fixed;inset:0;background:rgba(15,23,42,.5);z-index:80}.ed-overlay.show{display:block}.ed-menu-btn{display:grid}.ed-top{height:68px;padding:0 14px}.ed-top-copy h1{font-size:15px}.ed-top-copy p{display:none}.ed-top-actions>.ed-icon-btn{display:none}.ed-user-chip{max-width:150px;border:0;background:transparent;padding:0}.ed-user-chip>span:last-child{display:none}.ed-content{padding:15px 12px 86px}.ed-mobile-nav{position:fixed;left:8px;right:8px;bottom:8px;z-index:75;display:grid;grid-template-columns:repeat(6,1fr);gap:2px;padding:6px;border:1px solid rgba(226,232,240,.95);border-radius:17px;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);box-shadow:0 16px 40px rgba(15,23,42,.16)}.ed-mobile-nav a{display:flex;flex-direction:column;align-items:center;gap:3px;padding:6px 2px;text-decoration:none;color:#64748b;font-size:8px;font-weight:700;border-radius:10px}.ed-mobile-nav a i{font-size:15px}.ed-mobile-nav a.active{background:#eef2ff;color:#4f46e5}.ed-grid.two,.ed-grid.three{grid-template-columns:1fr}.ed-hero{padding:21px;border-radius:19px}.ed-hero h2{font-size:23px}.ed-form-row{grid-template-columns:1fr}.ed-resource-grid{grid-template-columns:1fr 1fr}.ed-top-actions .ed-button span{display:none}}
@media(max-width:560px){.ed-grid.four{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.ed-stat{padding:13px}.ed-stat strong{font-size:19px}.ed-stat-icon{width:32px;height:32px}.ed-resource-grid{grid-template-columns:1fr}.ed-card-head{align-items:flex-start}.ed-toolbar{align-items:stretch}.ed-toolbar>*{width:100%}.ed-search{min-width:0}.ed-button{min-height:41px}.ed-hero h2{font-size:21px}.ed-top-actions .ed-button.ghost{display:none}.ed-table th,.ed-table td{padding:10px}.ed-content{padding-left:10px;padding-right:10px}.ed-tabs{margin-left:-2px;margin-right:-2px}}
