body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#0b1220;color:#e2e8f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--rs-bg:#0b1220;--rs-surface:#0f172a;--rs-card:#0b1220;--rs-border:#94a3b82e;--rs-text:#e2e8f0;--rs-muted:#e2e8f0b3;--rs-blue:#3b82f6;--rs-blue-700:#1d4ed8;--rs-amber:#f59e0b;--rs-red:#ef4444;--rs-green:#22c55e;--rs-shadow:0 14px 40px #02061799}*{box-sizing:border-box}.rs-shell{background:radial-gradient(1200px 800px at 20% 10%,#3b82f626,#0000 55%),radial-gradient(1200px 800px at 90% 0,#f59e0b1a,#0000 55%),#0b1220;background:radial-gradient(1200px 800px at 20% 10%,#3b82f626,#0000 55%),radial-gradient(1200px 800px at 90% 0,#f59e0b1a,#0000 55%),var(--rs-bg);color:#e2e8f0;color:var(--rs-text);display:flex;min-height:100vh;min-height:100dvh}.rs-sidebar{background:linear-gradient(180deg,#0f172af2,#0f172ad9);border-right:1px solid #94a3b82e;border-right:1px solid var(--rs-border);display:flex;flex:0 0 280px;flex-direction:column;height:100vh;height:100dvh;position:-webkit-sticky;position:sticky;top:0;width:280px}.rs-sidebar.is-collapsed{flex-basis:84px;width:84px}.rs-sidebar__brand{border-bottom:1px solid #94a3b82e;border-bottom:1px solid var(--rs-border);padding:18px 18px 12px}.rs-logo{font-size:22px;font-weight:800;letter-spacing:-.02em;line-height:1.1}.rs-logo span{color:#3b82f6;color:var(--rs-blue)}.rs-logo--large{font-size:28px}.rs-subtitle{color:#e2e8f0b3;color:var(--rs-muted);font-size:12px;margin-top:6px}.rs-nav{display:flex;flex-direction:column;gap:6px;overflow:auto;padding:10px}.rs-nav__item{align-items:center;border-radius:12px;color:#e2e8f0d9;display:flex;gap:10px;padding:10px 12px;text-decoration:none;transition:background .16s ease,transform .16s ease,color .16s ease}.rs-nav__item:hover{background:#3b82f61a;color:#fff}.rs-nav__item.is-active{background:#3b82f62e;border:1px solid #3b82f638;color:#fff}.rs-sidebar.is-collapsed .rs-nav__item span,.rs-sidebar.is-collapsed .rs-subtitle,.rs-sidebar.is-collapsed .rs-user{display:none}.rs-sidebar__footer{border-top:1px solid #94a3b82e;border-top:1px solid var(--rs-border);display:flex;flex-direction:column;gap:10px;margin-top:auto;padding:14px}.rs-user__label{color:#e2e8f0b3;color:var(--rs-muted);font-size:11px}.rs-user__value{font-size:13px;font-weight:600;margin-top:2px}.rs-main{display:flex;flex:1 1;flex-direction:column;min-width:0}.rs-topbar{align-items:center;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f172aa6;border-bottom:1px solid #94a3b82e;border-bottom:1px solid var(--rs-border);display:flex;gap:12px;height:56px;padding:0 16px;position:-webkit-sticky;position:sticky;top:0;z-index:5}.rs-topbar__title{flex:1 1;font-weight:700;letter-spacing:-.01em;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rs-icon-btn{align-items:center;background:#02061740;border:1px solid #94a3b82e;border:1px solid var(--rs-border);border-radius:12px;color:#e2e8f0;color:var(--rs-text);cursor:pointer;display:inline-flex;height:38px;justify-content:center;width:38px}.rs-icon-btn:hover{border-color:#3b82f659}.rs-icon-btn--sm{border-radius:10px;height:32px;width:32px}.rs-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#020617b8;display:flex;inset:0;justify-content:center;padding:18px;position:fixed;z-index:1000}.rs-modal{max-height:min(86vh,900px);overflow:auto;padding:0;width:min(980px,100%)}.rs-modal__header{align-items:flex-start;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#020617eb;border-bottom:1px solid #94a3b829;display:flex;gap:12px;justify-content:space-between;padding:14px 14px 10px;position:-webkit-sticky;position:sticky;top:0;z-index:2}.rs-modal__title{font-weight:800;letter-spacing:-.01em}.rs-modal__body{padding:14px}.rs-kv__v--modal{font-weight:600;text-align:left;white-space:pre-wrap;word-break:break-word}.rs-content{padding:22px}.rs-backdrop,.rs-bottom-nav{display:none}.rs-page__header{align-items:flex-start;display:flex;gap:14px;justify-content:space-between;margin-bottom:16px}.rs-h1{font-size:24px;letter-spacing:-.02em;margin:0}.rs-muted{color:#e2e8f0b3;color:var(--rs-muted);font-size:13px}.rs-card{background:#02061773;border:1px solid #94a3b82e;border:1px solid var(--rs-border);border-radius:16px;box-shadow:0 14px 40px #02061799;box-shadow:var(--rs-shadow);padding:14px}.rs-card+.rs-card{margin-top:14px}.rs-card__header{margin-bottom:10px}.rs-card__header--row{align-items:center;display:flex;gap:12px;justify-content:space-between}.rs-card__title{font-weight:700}.rs-card__subtitle{color:#e2e8f0b3;color:var(--rs-muted);font-size:12px;margin-top:4px}.rs-grid{grid-gap:14px;display:grid;gap:14px}.rs-grid--stats{grid-template-columns:repeat(6,minmax(0,1fr))}.rs-grid--two{align-items:start;grid-template-columns:minmax(0,1fr) 360px}.rs-grid--jobs{grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr)}@media (max-width:1200px){.rs-grid--stats{grid-template-columns:repeat(3,minmax(0,1fr))}.rs-grid--jobs,.rs-grid--two{grid-template-columns:1fr}}.rs-stat__label{color:#e2e8f0b3;color:var(--rs-muted);font-size:12px}.rs-stat__value{font-size:26px;font-weight:800;letter-spacing:-.03em;margin-top:6px}.rs-stat__sub{color:#e2e8f0b3;color:var(--rs-muted);font-size:12px;margin-top:4px}.rs-input{background:#02061740;border:1px solid #94a3b838;border-radius:12px;color:#e2e8f0;color:var(--rs-text);outline:none;padding:10px 12px;width:100%}.rs-input::placeholder{color:#e2e8f080}.rs-field span{color:#e2e8f0b3;color:var(--rs-muted);display:block;font-size:12px;margin-bottom:6px}.rs-btn{align-items:center;background:#02061740;border:1px solid #94a3b838;border-radius:12px;color:#e2e8f0;color:var(--rs-text);cursor:pointer;display:inline-flex;font-weight:700;gap:8px;justify-content:center;padding:10px 12px}.rs-btn:disabled{cursor:not-allowed;opacity:.6}.rs-btn--full{width:100%}.rs-btn--primary{background:linear-gradient(180deg,#3b82f6,#1d4ed8);border-color:#3b82f659}.rs-btn--outline{background:#0000;border-color:#94a3b84d}.rs-btn--ghost{background:#0000;border-color:#0000}.rs-btn--danger{background:#ef44441f;border-color:#ef444459;color:#fecaca}.rs-table-wrap{border:1px solid #94a3b829;border-radius:14px;overflow:auto}.rs-table{border-collapse:initial;border-spacing:0;min-width:760px;width:100%}.rs-table thead th{background:#0f172aa6;color:#e2e8f0b3;font-size:12px;padding:12px;position:-webkit-sticky;position:sticky;text-align:left;top:0}.rs-table tbody td{border-top:1px solid #94a3b81a;padding:12px;vertical-align:top}.rs-table tbody tr:hover{background:#3b82f60f}.rs-table--clickable tbody tr{cursor:pointer}.rs-table--clickable tbody tr.is-selected{background:#3b82f624;outline:1px solid #3b82f638}.rs-empty{color:#e2e8f0b3;color:var(--rs-muted);padding:18px 12px;text-align:center}.rs-empty--panel{padding:26px 12px}.rs-cell--stack>div+div{margin-top:4px}.rs-pill{align-items:center;border:1px solid #94a3b833;border-radius:999px;display:inline-flex;font-size:12px;font-weight:800;padding:5px 10px}.rs-pill--success{background:#22c55e24;border-color:#22c55e59;color:#bbf7d0}.rs-pill--warning{background:#f59e0b24;border-color:#f59e0b59;color:#fde68a}.rs-pill--info{background:#3b82f624;border-color:#3b82f659;color:#bfdbfe}.rs-pill--muted{background:#94a3b81a;border-color:#94a3b833;color:#e2e8f0bf}.rs-filters__grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(6,minmax(0,1fr))}.rs-filters__actions{display:flex;gap:10px;margin-top:12px}@media (max-width:1200px){.rs-filters__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.rs-form-inline{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr 1fr auto}@media (max-width:900px){.rs-form-inline{grid-template-columns:1fr}}.rs-actions{align-items:center;display:inline-flex;flex-wrap:wrap;gap:10px}.rs-kv__row{border-top:1px solid #94a3b81f;display:flex;gap:16px;justify-content:space-between;padding:10px 0}.rs-kv__row:first-child{border-top:0}.rs-kv__k{color:#e2e8f0b3;color:var(--rs-muted);font-size:12px}.rs-kv__v{font-size:13px;font-weight:700;text-align:right}.rs-chart{overflow:auto}.rs-legend{color:#e2e8f0b3;color:var(--rs-muted);display:flex;font-size:12px;gap:12px;margin-top:12px}.rs-dot{border-radius:999px;display:inline-block;height:10px;margin-right:8px;width:10px}.rs-dot--blue{background:#3b82f6;background:var(--rs-blue)}.rs-dot--amber{background:#f59e0b;background:var(--rs-amber)}.rs-divider{background:#94a3b81f;height:1px;margin:16px 0}.rs-section-title{font-weight:800;margin-bottom:10px}.rs-form-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-bottom:12px}@media (max-width:900px){.rs-form-row{grid-template-columns:1fr}}.rs-auth{align-items:center;background:radial-gradient(1200px 700px at 20% 10%,#3b82f638,#0000 55%),radial-gradient(1200px 700px at 90% 0,#f59e0b29,#0000 55%),#0b1220;background:radial-gradient(1200px 700px at 20% 10%,#3b82f638,#0000 55%),radial-gradient(1200px 700px at 90% 0,#f59e0b29,#0000 55%),var(--rs-bg);display:flex;justify-content:center;min-height:100vh;padding:24px}.rs-auth__panel{background:#0206178c;border:1px solid #94a3b82e;border-radius:18px;box-shadow:0 14px 40px #02061799;box-shadow:var(--rs-shadow);padding:20px;width:440px}.rs-auth__brand{margin-bottom:14px}.rs-auth__subtitle{color:#e2e8f0b3;color:var(--rs-muted);margin-top:6px}.rs-tabs{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr 1fr;margin:14px 0}.rs-tab{background:#02061740;border:1px solid #94a3b838;border-radius:14px;color:#e2e8f0d9;cursor:pointer;font-weight:800;padding:10px 12px}.rs-tab.is-active{background:#3b82f624;border-color:#3b82f659;color:#fff}.rs-form{grid-gap:12px;display:grid;gap:12px}.rs-auth__hint{color:#e2e8f0b3;color:var(--rs-muted);font-size:12px;margin-top:10px;text-align:center}.rs-toast-stack{bottom:16px;display:flex;flex-direction:column;gap:10px;position:fixed;right:16px;z-index:9999}.rs-toast{background:#020617cc;border:1px solid #94a3b840;border-radius:14px;box-shadow:0 14px 40px #02061799;box-shadow:var(--rs-shadow);max-width:420px;min-width:280px;padding:12px 14px}.rs-toast__title{font-weight:900;margin-bottom:4px}.rs-toast__message{color:#e2e8f0d1;font-size:13px;line-height:1.35}.rs-toast--success{border-color:#22c55e59}.rs-toast--error{border-color:#ef444466}.rs-toast--info{border-color:#3b82f659}@media (max-width:900px){.rs-shell{display:block}.rs-sidebar{bottom:0;box-shadow:0 14px 40px #02061799;box-shadow:var(--rs-shadow);flex:0 0 280px;left:0;position:fixed;top:0;transform:translateX(-110%);transition:transform .22s ease;width:280px;z-index:30}.rs-sidebar.is-open{transform:translateX(0)}.rs-sidebar.is-collapsed{flex-basis:280px;width:280px}.rs-backdrop{background:#0206179e;border:0;cursor:pointer;display:block;inset:0;margin:0;padding:0;position:fixed;z-index:25}.rs-content{padding:16px 16px calc(90px + env(safe-area-inset-bottom))}.rs-page__header{align-items:stretch;flex-direction:column}.rs-page__header>button{width:100%}.rs-bottom-nav{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0f172ab8;border-top:1px solid #94a3b82e;border-top:1px solid var(--rs-border);bottom:0;display:flex;gap:8px;left:0;padding:10px 10px calc(10px + env(safe-area-inset-bottom));position:fixed;right:0;z-index:20}.rs-bottom-nav__item{align-items:center;background:#0000;border:1px solid #0000;border-radius:16px;color:#e2e8f0cc;cursor:pointer;display:flex;flex:1 1;flex-direction:column;font-size:11px;font-weight:800;gap:4px;justify-content:center;line-height:1.1;padding:10px 6px;text-decoration:none}.rs-bottom-nav__item.is-active{background:#3b82f629;border-color:#3b82f638;color:#fff}.rs-bottom-nav__item svg{display:block}.rs-btn{min-height:44px}.rs-icon-btn{height:44px;width:44px}.rs-input{min-height:44px}.rs-toast-stack{bottom:calc(86px + env(safe-area-inset-bottom));left:12px;right:12px}.rs-toast{max-width:none;min-width:0;width:100%}}@media (max-width:720px){.rs-h1{font-size:20px}.rs-stat__value{font-size:22px}.rs-grid--stats{grid-template-columns:repeat(2,minmax(0,1fr))}.rs-filters__grid{grid-template-columns:1fr}.rs-card__header--row{align-items:stretch;flex-direction:column}.rs-filters__actions{flex-direction:column}.rs-filters__actions .rs-btn{width:100%}.rs-auth{padding:18px}.rs-auth__panel{max-width:440px;width:100%}.rs-kv__row{align-items:flex-start;flex-direction:column;gap:6px}.rs-kv__v{text-align:left;word-break:break-word}.rs-table-wrap{border:0;border-radius:0;overflow:visible}.rs-table{min-width:0}.rs-table thead{display:none}.rs-table tbody tr{background:#02061759;border:1px solid #94a3b829;border-radius:16px;display:block;margin:12px 0;overflow:hidden}.rs-table tbody td{grid-gap:10px;align-items:start;border-top:1px solid #94a3b81a;display:grid;gap:10px;grid-template-columns:132px minmax(0,1fr);padding:10px 12px}.rs-table tbody td:before{color:#e2e8f0b3;content:attr(data-label);font-size:12px;font-weight:800;padding-top:2px}.rs-table tbody td.rs-empty{display:block}.rs-table tbody td.rs-empty:before{display:none}.rs-table tbody td:first-child{border-top:0}.rs-td__value{min-width:0;word-break:break-word}}@media (max-width:420px){.rs-grid--stats{grid-template-columns:1fr}.rs-table tbody td{grid-template-columns:112px minmax(0,1fr)}}@media (max-width:360px){.rs-bottom-nav__item span{display:none}}
/*# sourceMappingURL=main.2dbff147.css.map*/