.dashboard-scope{--db-bg:#0b1220;--db-surface:#0f172a;--db-surface-2:#111c33;--db-border:#94a3b829;--db-border-strong:#94a3b838;--db-text:#e5e7eb;--db-muted:#94a3b8;--db-muted-2:#64748b;--db-primary:#6366f1;--db-primary-2:#8b5cf6;--db-success:#10b981;--db-warning:#f59e0b;--db-danger:#ef4444;--db-shadow:0 10px 30px #02061759;--db-shadow-soft:0 10px 24px #02061738;--db-radius:16px;--db-radius-sm:12px;--db-topbar-h:72px;--db-sidebar-w:300px;background:radial-gradient(1200px 600px at 20% -10%,#6366f12e,transparent 60%),radial-gradient(900px 500px at 70% 0%,#8b5cf624,transparent 60%),var(--db-bg);color:var(--db-text);min-height:100vh;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji}.dashboard-scope,.dashboard-scope *,.dashboard-scope :before,.dashboard-scope :after{box-sizing:border-box}.dashboard-scope a{color:inherit;text-decoration:none}.dashboard-scope button,.dashboard-scope input,.dashboard-scope select{font:inherit}.dashboard-scope ::selection{background:#6366f159}.dashboard-scope :where(img,svg,video,canvas){max-width:100%;height:auto;display:block}.dashboard-scope :where(table){border-collapse:separate;border-spacing:0;width:100%}.dashboard-scope :where(th){text-align:left}.dashboard-scope :where(th,td){vertical-align:middle}.dashboard-scope .db-layout{min-height:100vh;padding-top:var(--db-topbar-h);display:flex;overflow:hidden}.dashboard-scope .db-main{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex;overflow:auto}.dashboard-scope .db-container{width:100%;max-width:1120px;margin:0 auto;padding:24px 16px}@media (min-width:640px){.dashboard-scope .db-container{padding-left:24px;padding-right:24px}}@media (min-width:1024px){.dashboard-scope .db-container{padding-left:32px;padding-right:32px}}.dashboard-scope .db-topbar{height:var(--db-topbar-h);z-index:60;border-bottom:1px solid var(--db-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172aeb;position:fixed;inset:0 0 auto}.dashboard-scope .db-topbar__inner{align-items:center;gap:12px;height:100%;padding:0 16px;display:flex}@media (min-width:640px){.dashboard-scope .db-topbar__inner{padding:0 24px}}@media (min-width:1280px){.dashboard-scope .db-topbar__inner{grid-template-columns:var(--db-sidebar-w)1fr auto;gap:0;padding-left:0;padding-right:16px;display:grid}}.dashboard-scope .db-topbar__left{align-items:center;gap:12px;min-width:0;display:flex}@media (min-width:1280px){.dashboard-scope .db-topbar__left{padding-left:16px}}.dashboard-scope .db-topbar__menu{border:1px solid var(--db-border);width:40px;height:40px;color:var(--db-text);cursor:pointer;background:#02061740;border-radius:12px;justify-content:center;align-items:center;transition:background .16s,border-color .16s,transform .16s;display:inline-flex}.dashboard-scope .db-topbar__menu:hover{border-color:var(--db-border-strong);background:#0206176b}.dashboard-scope .db-topbar__menu:active{transform:translateY(1px)}.dashboard-scope .db-brand{align-items:center;gap:10px;min-width:0;display:inline-flex}.dashboard-scope .db-brand__logo{background:linear-gradient(135deg,var(--db-primary),var(--db-primary-2));border:1px solid #6366f140;border-radius:14px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex;box-shadow:0 10px 22px #6366f147}.dashboard-scope .db-brand__name{letter-spacing:-.02em;white-space:nowrap;text-overflow:ellipsis;font-size:18px;font-weight:800;overflow:hidden}.dashboard-scope .db-topbar__title{flex:1;min-width:0;display:none}@media (min-width:768px){.dashboard-scope .db-topbar__title{display:block}}@media (min-width:1280px){.dashboard-scope .db-topbar__title{padding-left:4px}}.dashboard-scope .db-title__name{color:var(--db-text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.dashboard-scope .db-title__desc{color:var(--db-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:1px;font-size:12px;overflow:hidden}.dashboard-scope .db-user{position:relative}.dashboard-scope .db-user__btn{cursor:pointer;color:var(--db-text);background:0 0;border:1px solid #0000;border-radius:14px;align-items:center;gap:10px;padding:6px 10px;transition:background .16s,border-color .16s;display:inline-flex}.dashboard-scope .db-user__btn:hover{border-color:var(--db-border);background:#02061747}.dashboard-scope .db-avatar{border:1px solid var(--db-border);background:#02061740;border-radius:999px;justify-content:center;align-items:center;width:34px;height:34px;display:flex;overflow:hidden}.dashboard-scope .db-user__meta{text-align:left;min-width:0;line-height:1.15;display:none}@media (min-width:640px){.dashboard-scope .db-user__meta{flex-direction:column;display:flex}}.dashboard-scope .db-user__name{white-space:nowrap;text-overflow:ellipsis;max-width:180px;font-size:13px;font-weight:700;display:block;overflow:hidden}.dashboard-scope .db-user__email{color:var(--db-muted);white-space:nowrap;text-overflow:ellipsis;max-width:220px;font-size:12px;display:block;overflow:hidden}.dashboard-scope .db-popover{border:1px solid var(--db-border);width:288px;box-shadow:var(--db-shadow);background:#0f172af5;border-radius:16px;position:absolute;top:calc(100% + 10px);right:0;overflow:hidden}.dashboard-scope .db-popover__head{border-bottom:1px solid var(--db-border);padding:14px}.dashboard-scope .db-popover__headName{font-size:13px;font-weight:800}.dashboard-scope .db-popover__headEmail{color:var(--db-muted);margin-top:3px;font-size:12px}.dashboard-scope .db-popover__body{padding:10px}.dashboard-scope .db-action{width:100%;color:var(--db-text);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:14px;align-items:center;gap:10px;padding:10px 12px;transition:background .16s,border-color .16s;display:flex}.dashboard-scope .db-action:hover{border-color:var(--db-border);background:#02061747}.dashboard-scope .db-overlay{z-index:55;background:#0206178c;position:fixed;inset:0}@media (min-width:1280px){.dashboard-scope .db-overlay{display:none}}.dashboard-scope .db-sidebar{left:0;top:var(--db-topbar-h);z-index:56;width:var(--db-sidebar-w);height:calc(100vh - var(--db-topbar-h));border-right:1px solid var(--db-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172af0;transition:transform .24s;position:fixed;overflow:auto;transform:translate(-100%)}.dashboard-scope .db-sidebar--open{transform:translate(0)}.dashboard-scope .db-sidebar__hero{padding:16px}.dashboard-scope .db-heroCard{border-radius:var(--db-radius);background:linear-gradient(135deg,#6366f1e6,#8b5cf6d9);border:1px solid #6366f12e;padding:14px;box-shadow:0 16px 35px #6366f12e}.dashboard-scope .db-heroCard__title{font-size:13px;font-weight:800}.dashboard-scope .db-heroCard__desc{opacity:.85;margin-top:4px;font-size:12px}.dashboard-scope .db-nav{padding:8px 10px 18px}.dashboard-scope .db-nav__label{color:var(--db-muted);letter-spacing:.12em;text-transform:uppercase;margin:10px 0 8px;padding:0 10px;font-size:11px;font-weight:800}.dashboard-scope .db-nav__list{gap:6px;margin:0;padding:0;list-style:none;display:grid}.dashboard-scope .db-nav__item{display:flex}.dashboard-scope .db-nav__link{width:100%;color:var(--db-text);background:0 0;border:1px solid #0000;border-radius:14px;align-items:center;gap:12px;padding:10px 12px;transition:background .16s,border-color .16s;display:flex}.dashboard-scope .db-nav__link:hover{border-color:var(--db-border);background:#02061747}.dashboard-scope .db-nav__link--active{color:#eef2ff;background:#6366f129;border-color:#6366f138}.dashboard-scope .db-nav__icon{border:1px solid var(--db-border);background:#02061733;border-radius:12px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.dashboard-scope .db-nav__link--active .db-nav__icon{background:#6366f138;border-color:#6366f147}.dashboard-scope .db-nav__text{font-size:14px;font-weight:700}.dashboard-scope .db-nav__dot{opacity:0;background:#94a3b859;border-radius:999px;width:8px;height:8px;margin-left:auto;transition:opacity .16s,background .16s}.dashboard-scope .db-nav__link:hover .db-nav__dot{opacity:1}.dashboard-scope .db-nav__link--active .db-nav__dot{opacity:1;background:#6366f1e6}.dashboard-scope .db-card{border-radius:var(--db-radius);border:1px solid var(--db-border);box-shadow:var(--db-shadow-soft);background:#0f172acc}.dashboard-scope .db-card__head{border-bottom:1px solid var(--db-border);justify-content:space-between;align-items:center;gap:12px;padding:14px 16px;display:flex}.dashboard-scope .db-card__title{font-size:13px;font-weight:800}.dashboard-scope .db-card__body{padding:16px}.dashboard-scope .db-grid4{grid-template-columns:1fr;gap:14px;display:grid}@media (min-width:640px){.dashboard-scope .db-grid4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1280px){.dashboard-scope .db-grid4{grid-template-columns:repeat(4,minmax(0,1fr))}}.dashboard-scope .db-grid3{grid-template-columns:1fr;gap:14px;display:grid}@media (min-width:1280px){.dashboard-scope .db-grid3{grid-template-columns:1.2fr 1fr 1fr}}.dashboard-scope .db-grid2{grid-template-columns:1fr;gap:14px;display:grid}@media (min-width:1280px){.dashboard-scope .db-grid2{grid-template-columns:repeat(2,minmax(0,1fr))}}.dashboard-scope .db-stat{padding:16px}.dashboard-scope .db-stat__row{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.dashboard-scope .db-stat__label{color:var(--db-muted);font-size:12px;font-weight:700}.dashboard-scope .db-stat__value{letter-spacing:-.02em;margin-top:6px;font-size:24px;font-weight:900}.dashboard-scope .db-stat__hint{color:var(--db-muted-2);margin-top:6px;font-size:12px}.dashboard-scope .db-stat__icon{color:#c7d2fe;background:#6366f11f;border:1px solid #6366f138;border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.dashboard-scope .db-tableWrap{overflow:auto}.dashboard-scope .db-table{min-width:720px;font-size:13px}.dashboard-scope .db-thead th{z-index:1;text-transform:uppercase;letter-spacing:.08em;color:var(--db-muted);border-bottom:1px solid var(--db-border);background:#0f172aeb;padding:12px 14px;font-size:11px;position:sticky;top:0}.dashboard-scope .db-tbody td{border-bottom:1px solid #94a3b81f;padding:12px 14px}.dashboard-scope .db-tr{transition:background .16s}.dashboard-scope .db-tr:hover{background:#02061738}.dashboard-scope .db-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.dashboard-scope .db-right{text-align:right}.dashboard-scope .db-badge{border:1px solid #0000;border-radius:999px;align-items:center;padding:6px 10px;font-size:12px;font-weight:800;display:inline-flex}.dashboard-scope .db-badge--ok{color:#a7f3d0;background:#10b98124;border-color:#10b98133}.dashboard-scope .db-badge--warn{color:#fde68a;background:#f59e0b1f;border-color:#f59e0b33}.dashboard-scope .db-select,.dashboard-scope .db-input{border:1px solid var(--db-border);height:40px;color:var(--db-text);background:#02061740;border-radius:14px;outline:none;padding:0 12px}.dashboard-scope .db-input::placeholder{color:#94a3b8b3}.dashboard-scope .db-select:focus,.dashboard-scope .db-input:focus{border-color:#6366f173;box-shadow:0 0 0 4px #6366f126}.dashboard-scope .db-textarea{width:100%;min-height:520px;color:var(--db-text);letter-spacing:-.01em;resize:none;box-sizing:border-box;background:#02061747;border:1px solid #0000;border-radius:16px;outline:none;padding:16px;font-size:13px;line-height:1.6;transition:border-color .16s,box-shadow .16s,background .16s;overflow:hidden}.dashboard-scope .db-textarea::placeholder{color:#94a3b8b3}.dashboard-scope .db-textarea:hover{border-color:#6366f173;box-shadow:0 0 0 4px #6366f11f}.dashboard-scope .db-textarea:focus{background:#0206175c;border-color:#6366f199;box-shadow:0 0 0 5px #6366f129}.dashboard-scope .db-cvEditor{flex-direction:column;gap:14px;width:100%;padding:0 10px;display:flex}.dashboard-scope .db-cvEditor__bar{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.dashboard-scope .db-cvEditor__hint{color:var(--db-muted);font-size:12px}.dashboard-scope .db-cvEditor__actions{flex-wrap:wrap;align-items:center;gap:10px;display:inline-flex}.dashboard-scope .db-cvEditor__status{color:#cbd5e1d9;font-size:12px}.dashboard-scope .db-cvEditor__error{color:#fca5a5f2;font-size:12px}.dashboard-scope .db-cvEditor__tip{color:#94a3b8bf;font-size:12px}.dashboard-scope .db-cvEditor__mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.dashboard-scope .db-btn{height:36px;color:var(--db-text);cursor:pointer;background:#02061738;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;gap:8px;padding:0 12px;font-size:12px;font-weight:800;transition:transform .16s,background .16s,border-color .16s;display:inline-flex}.dashboard-scope .db-btn:hover{border-color:var(--db-border);background:#02061752}.dashboard-scope .db-btn:active{transform:translateY(1px)}.dashboard-scope .db-btn--primary{color:#e0e7ff;background:#6366f138;border-color:#6366f14d}.dashboard-scope .db-btn--primary:hover{background:#6366f14d;border-color:#6366f15c}.dashboard-scope .db-btn:disabled,.dashboard-scope .db-btn[aria-disabled=true]{opacity:.6;cursor:not-allowed;transform:none}.dashboard-scope .db-muted{color:var(--db-muted)}.dashboard-scope .db-kpi{justify-content:space-between;align-items:flex-end;gap:16px;display:flex}.dashboard-scope .db-kpi__big{letter-spacing:-.03em;font-size:34px;font-weight:950}.dashboard-scope .db-kpi__smallLabel{color:var(--db-muted);margin-top:6px;font-size:12px}.dashboard-scope .db-chart{width:100%}.dashboard-scope .db-sparkline{width:100%;height:56px}.dashboard-scope .db-barchart{width:100%;height:128px}.dashboard-scope .db-divider{background:#94a3b81f;height:1px;margin:10px 0}.dashboard-scope .db-stack{flex-direction:column;gap:14px;display:flex}.dashboard-scope .db-link{color:#c7d2fe;font-size:12px;font-weight:800}.dashboard-scope .db-link:hover{color:#e0e7ff}.dashboard-scope .db-row{align-items:center;display:flex}.dashboard-scope .db-rowBetween{justify-content:space-between;align-items:center;display:flex}.dashboard-scope .db-rowBetweenEnd{justify-content:space-between;align-items:flex-end;display:flex}.dashboard-scope .db-col{flex-direction:column;display:flex}.dashboard-scope .db-gap16{gap:16px}.dashboard-scope .db-gap24{gap:24px}.dashboard-scope .db-textRight{text-align:right}.dashboard-scope .db-padTop8{padding-top:8px}.dashboard-scope .db-mutedSmall{color:var(--db-muted);font-size:12px}.dashboard-scope .db-strong{font-weight:900}.dashboard-scope .db-headingL{letter-spacing:-.03em;font-size:34px;font-weight:950}.dashboard-scope .db-headingM{letter-spacing:-.02em;font-size:20px;font-weight:900}.dashboard-scope .db-headingXL{letter-spacing:-.03em;font-size:28px;font-weight:950}.dashboard-scope .db-donut{justify-content:center;align-items:center;display:flex;position:relative}.dashboard-scope .db-donut__label{text-align:center;position:absolute}.dashboard-scope .db-donut__pct{font-size:22px;font-weight:950}.dashboard-scope .db-iconBtn{color:#e0e7ff;cursor:pointer;background:#6366f12e;border:1px solid #6366f138;border-radius:14px;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .16s,background .16s,border-color .16s;display:inline-flex}.dashboard-scope .db-iconBtn:hover{background:#6366f147;border-color:#6366f14d}.dashboard-scope .db-iconBtn:active{transform:translateY(1px)}.dashboard-scope .db-ghostBtn{color:inherit;text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;width:100%;margin:0;padding:0}.dashboard-scope .db-footer{border-top:1px solid var(--db-border);background:#0f172a8c;margin-top:auto;padding:16px}.dashboard-scope .db-footer__inner{width:100%;max-width:1120px;color:var(--db-muted);margin:0 auto;padding:0 16px;font-size:12px}.dashboard-scope .db-footer__grid{width:100%}.dashboard-scope .db-footer__text{text-align:center}@media (min-width:640px){.dashboard-scope .db-footer__text{text-align:left}}.dashboard-scope .db-footer__p{margin:0}
@font-face{font-family:Nunito;font-style:normal;font-weight:200 1000;font-display:swap;src:url(../media/224e262ef877bfa4-s.753dfc0d.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Nunito;font-style:normal;font-weight:200 1000;font-display:swap;src:url(../media/7f11d98043fdedc9-s.317fa95e.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Nunito;font-style:normal;font-weight:200 1000;font-display:swap;src:url(../media/e6d00ff86ef9e699-s.51ae28b9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Nunito;font-style:normal;font-weight:200 1000;font-display:swap;src:url(../media/d8cb5ab3660140cd-s.3379eac0.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Nunito;font-style:normal;font-weight:200 1000;font-display:swap;src:url(../media/07454f8ad8aaac57-s.p.fc65572f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Nunito Fallback;src:local(Arial);ascent-override:99.71%;descent-override:34.82%;line-gap-override:0.0%;size-adjust:101.39%}.nunito_303c1a95-module__BEPstW__className{font-family:Nunito,Nunito Fallback;font-style:normal}.nunito_303c1a95-module__BEPstW__variable{--font-nunito:"Nunito","Nunito Fallback"}
