*{box-sizing:border-box;font-family:Inter,Segoe UI,Arial,sans-serif}body{margin:0;background:radial-gradient(circle at top left,#111f33,#0a1421 45%,#08111b);color:#dbe6f3}:root[data-theme=light] body{background:radial-gradient(circle at top left,#eef4ff,#e8f0ff 40%,#f7f9ff);color:#122033}:root[data-theme=dark] body{background:radial-gradient(circle at top left,#0d1726,#0a121d 42%,#070d15);color:#dbe6f3}.layout{display:grid;grid-template-rows:auto 1fr;min-height:100vh;position:relative}.layout-main{display:grid;grid-template-columns:220px 1fr;min-height:0}.layout.sidebar-collapsed .layout-main{grid-template-columns:64px 1fr}.sidebar{background:radial-gradient(circle at 0% 0%,#3b82f61f,#0b142000 44%),linear-gradient(180deg,#0b1420,#0a111b);border-right:1px solid #243852;padding:10px 8px;display:flex;flex-direction:column;gap:10px;transition:width .25s ease;height:calc(100vh - 56px);position:sticky;top:56px;overflow:hidden}.sidebar.collapsed{width:80px}.sidebar-head{display:flex;align-items:center;gap:8px;min-height:34px}.sidebar-toggle{border:1px solid #2c425f;background:#132238;color:#dbe6f3;width:32px;height:32px;border-radius:8px;cursor:pointer}.sidebar-title{margin:0;display:inline-flex;align-items:center;gap:8px;white-space:nowrap;font-size:15px;font-weight:800;line-height:1.1;letter-spacing:.01em;color:#e7f0ff}.sidebar-title__logo{height:21px;width:auto;opacity:.97}.sidebar-title__logo--light{display:none}.side-search{display:flex;align-items:center;gap:8px;border:1px solid #355783;border-radius:10px;padding:9px 10px;background:#111f32eb;box-shadow:inset 0 1px #ffffff08}.side-search input{border:0;padding:0;background:transparent;outline:none;color:#dbe6f3;font-size:13px}.side-search span{font-size:14px;filter:saturate(1.2)}.side-nav{display:grid;gap:6px;overflow-y:auto;overflow-x:hidden;flex:1;padding-right:3px;align-content:start;grid-auto-rows:min-content}.side-nav::-webkit-scrollbar{width:8px}.side-nav::-webkit-scrollbar-thumb{background:#29405f;border-radius:6px}.side-nav::-webkit-scrollbar-track{background:transparent}.sidebar-footer{margin-top:auto;padding-top:8px;border-top:1px solid #243852}.sidebar-profile{width:100%;border:1px solid #3e6492;background:linear-gradient(180deg,#14253cf2,#101e31f2);border-radius:11px;color:#dbe6f3;display:flex;align-items:center;gap:9px;padding:8px;cursor:pointer;text-align:left}.sidebar-profile:hover{background:linear-gradient(180deg,#1e3654f5,#182c45f5)}.sidebar-profile__avatar{width:30px;height:30px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;color:#fff;background:linear-gradient(135deg,#5956e9,#7a5cff);box-shadow:0 6px 16px #5249ec59}.sidebar-profile__meta{display:grid;min-width:0}.sidebar-profile__name{font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-profile__hint{font-size:11px;color:#93aacf}.side-link{display:flex;align-items:center;gap:10px;text-decoration:none;width:100%;text-align:left;padding:8px 10px;border:1px solid #355783;border-radius:10px;background:linear-gradient(180deg,#14253ceb,#101e31eb);color:#dbe6f3;cursor:pointer;min-height:36px;font-size:13px;line-height:1.2;font-weight:600;transition:background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.side-link:hover{background:linear-gradient(180deg,#1e3654f2,#182c45f2);border-color:#5b7eaa;transform:translateY(-1px);box-shadow:0 8px 16px #0c1d3159}.side-link.active{background:linear-gradient(135deg,#426cc0f5,#4e5fd2f2);border-color:#86a6cf;color:#f8fbff;box-shadow:0 10px 20px #355aae61}.side-icon{width:18px;text-align:center;font-size:12px;line-height:1;opacity:.95}.sidebar.collapsed .side-link{position:relative;justify-content:center;padding:8px 6px;border-radius:10px}.sidebar.collapsed .side-link:after{content:attr(data-tooltip);position:absolute;left:calc(100% + 10px);top:50%;transform:translateY(-50%);opacity:0;pointer-events:none;white-space:nowrap;background:#0f1a2a;color:#dbe6f3;border:1px solid #3f648f;border-radius:8px;padding:6px 9px;font-size:12px;font-weight:600;box-shadow:0 8px 18px #02081766;z-index:1200;transition:opacity .16s ease}.sidebar.collapsed .side-link:hover:after{opacity:1}.sidebar.collapsed .side-icon{width:auto;font-size:13px}.sidebar.collapsed .sidebar-profile{justify-content:center;padding:8px 4px}.container{padding:18px}.content-area{min-width:0}.module-title-bar{display:flex;align-items:center;gap:8px;margin-bottom:12px}.module-title-bar__divider{width:3px;height:24px;border-radius:999px;background:#2fb3ff;box-shadow:0 0 10px #2fb3ff73}.module-title-bar__back{flex-shrink:0;color:inherit;background:transparent;border:0;border-radius:6px;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:color .15s ease,background-color .15s ease}.module-title-bar__back:hover{color:#6ea8ff;background:#6ea8ff1f}.module-title-bar__back:focus-visible{outline:2px solid #6ea8ff;outline-offset:2px}.module-title-bar__title{margin:0;font-size:clamp(18px,1.35vw,24px);font-weight:800;line-height:1.2}.center-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center}.container,.card,.table-wrap,.modal-card,.info{max-width:100%}.card{background:linear-gradient(180deg,#162235fa,#121d2dfa);border:1px solid #2a3b55;border-radius:12px;padding:14px;box-shadow:0 10px 24px #02081747}.section-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}.form-card{width:360px;display:flex;flex-direction:column;gap:8px}input,select{width:100%;padding:9px 10px;border-radius:8px;border:1px solid #395070;background:#0f1720;color:#dbe6f3}input::placeholder{color:#7f94ac}.list-search{width:240px}select[multiple]{min-height:120px}label{font-size:12px;color:#9db2c9}.required-mark{color:#f87171}.input-error{border-color:#ef4444!important;box-shadow:0 0 0 1px #ef444440}.field-error-text{color:#fca5a5;font-size:11px;margin-top:4px;line-height:1.35}.btn,.btn-secondary,.btn-danger{padding:8px 12px;border:1px solid transparent;border-radius:10px;cursor:pointer;font-weight:700;transition:transform .15s ease,box-shadow .2s ease,filter .2s ease,border-color .2s ease}.btn{background:linear-gradient(135deg,#3b82f6,#2563eb 48%,#1d4ed8);border-color:#4f8cf3;color:#fff;box-shadow:0 10px 20px #2563eb4d}.btn-secondary{background:linear-gradient(180deg,#1f2937,#111827);border-color:#374151;color:#e5e7eb}.btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);border-color:#ef4444;color:#fff}.btn:hover,.btn-secondary:hover,.btn-danger:hover{filter:brightness(1.08);transform:translateY(-1px)}.btn:active,.btn-secondary:active,.btn-danger:active{transform:translateY(0)}.btn:disabled,.btn-secondary:disabled,.btn-danger:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:none}.btn-xs{padding:5px 8px;font-size:11px;border-radius:7px}.icon-btn{border:1px solid #334a68;background:#101b2a;color:#dbe6f3;cursor:pointer;margin-right:6px;border-radius:6px;width:28px;height:28px}.icon-btn:hover{background:#17263b}.topbar{display:flex;justify-content:flex-start;align-items:center;gap:12px;margin-bottom:10px;padding:8px 12px;border:1px solid #243852;border-radius:10px;background:linear-gradient(180deg,#131f32f0,#0d1827f0);box-shadow:none}.topbar--shell{margin:0;border-radius:0;border-left:0;border-right:0;border-top:0;min-height:56px;position:sticky;top:0;z-index:60}.topbar-left{display:inline-flex;align-items:center;min-width:0}.topbar-brand-logo{height:28px;width:auto}.topbar-brand-logo--light{display:none}.actions{display:flex;gap:8px;align-items:center}.topbar .actions{margin-left:auto}.actions--grid{flex-wrap:wrap;justify-content:flex-end}.header-profile{position:relative}.header-profile__trigger{border:1px solid #324a69;background:#16263a;color:#dbe6f3;border-radius:8px;padding:6px 10px;min-width:180px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:8px;text-align:left}.header-profile__text{display:grid}.header-profile__name{font-size:12px;font-weight:700;line-height:1.2}.header-profile__email{font-size:11px;color:#9fb3cb;line-height:1.2}.header-profile__caret{font-size:12px;line-height:1;color:#9fb3cb;transition:transform .2s ease}.header-profile__caret.open{transform:rotate(180deg)}.header-profile__menu{position:absolute;right:0;top:calc(100% + 6px);min-width:170px;border:1px solid #324a69;background:#0f1a2a;border-radius:10px;box-shadow:0 12px 24px #02081766;padding:6px;z-index:30}.header-profile__menu-item{width:100%;border:0;background:transparent;color:#dbe6f3;text-align:left;border-radius:7px;padding:8px 10px;cursor:pointer}.header-profile__menu-item:hover{background:#3b82f629}.theme-toggle{border:1px solid #324a69;background:#16263a;color:#dbe6f3;width:34px;height:34px;border-radius:8px;cursor:pointer}.theme-toggle__icon{font-size:15px;line-height:1}.topbar-title-wrap h2{margin:0;font-size:23px}.topbar-subtitle{margin:4px 0 0;font-size:12px;color:#93aacf;letter-spacing:.02em}.login-theme-toggle{position:fixed;top:14px;right:14px;z-index:10}.login-theme-toggle--auth{top:18px;right:18px;z-index:30}.admin-login-page{min-height:100vh;display:grid;place-items:center;padding:18px;position:relative}.admin-login-shell{width:min(1120px,98vw);min-height:min(680px,92vh);display:grid;grid-template-columns:1.05fr .95fr;border:1px solid #2a3b55;border-radius:18px;overflow:hidden;box-shadow:0 20px 40px #02081759;background:linear-gradient(135deg,#0b1524,#0f1b2f)}.admin-login-brand{position:relative;padding:42px 42px 34px;display:flex;flex-direction:column;justify-content:center;background:radial-gradient(circle at 10% 10%,rgba(99,102,241,.2) 0%,transparent 45%),radial-gradient(circle at 90% 80%,rgba(59,130,246,.16) 0%,transparent 48%),linear-gradient(180deg,#101e33,#0b1627)}.admin-login-brand__badge-img{width:44px;height:44px;margin-bottom:18px}.admin-login-brand h1{margin:0;font-size:clamp(2rem,2.9vw,3rem);line-height:1.06}.admin-login-brand p{margin:14px 0 0;color:#9fb3cb;max-width:460px;font-size:15px}.admin-login-brand__panel{margin-top:30px;border:1px solid #2c425f;border-radius:14px;background:#111f3299;min-height:170px;display:grid;place-items:center;color:#9db2c9}.admin-login-auth{padding:36px 34px;display:grid;place-items:center;background:radial-gradient(circle at 100% 0%,rgba(59,130,246,.12) 0%,transparent 45%),linear-gradient(180deg,#0f1a2af5,#0a121dfa)}.admin-login-form{width:min(390px,100%);display:grid;gap:9px}.admin-login-logo{display:grid;justify-items:center;margin-bottom:6px}.admin-login-logo__wordmark{height:28px;width:auto}.admin-login-logo__wordmark--light{display:none}.admin-login-subtitle{margin:0 0 8px;text-align:center;color:#9fb3cb}.admin-login-btn{margin-top:6px;min-height:42px}.table-wrap{overflow-x:auto;overflow-y:auto;border:1px solid #2a3b55;border-radius:10px;background:#0f1a2a}.table-wrap table{width:100%;border-collapse:collapse;min-width:100%;table-layout:fixed}.table-wrap thead tr{background:linear-gradient(180deg,#21314a,#1a293f)}.table-wrap th{text-align:left;font-size:12px;color:#d7e6f7;font-weight:700;letter-spacing:.02em;padding:11px 10px;border-bottom:1px solid #2a3b55;white-space:nowrap;vertical-align:middle}.table-wrap td{color:#dbe6f3;font-size:13px;padding:10px;border-bottom:1px solid #24364d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:top}.table-wrap thead th{position:sticky;top:0;z-index:1}.table-wrap.table-wrap--full td{white-space:normal;overflow:visible;text-overflow:clip;vertical-align:top;line-height:1.35;word-break:break-word;overflow-wrap:anywhere}.table-wrap.table-wrap--job-applications th:nth-child(5),.table-wrap.table-wrap--job-applications td:nth-child(5){width:260px;min-width:260px}.table-wrap.table-wrap--job-applications th:nth-child(6),.table-wrap.table-wrap--job-applications td:nth-child(6){width:150px;min-width:150px}.table-wrap.table-wrap--job-applications table{table-layout:auto;min-width:1400px}.cell-email,.cell-phone{white-space:nowrap!important;word-break:normal!important}.table-wrap.table-wrap--full .cell-email,.table-wrap.table-wrap--full .cell-phone{white-space:normal!important;word-break:break-word!important;overflow-wrap:anywhere!important}.details-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.details-item{border:1px solid #2d4361;background:#0f1a2a;border-radius:10px;padding:10px;display:grid;gap:6px}.details-item--full{grid-column:1 / -1}.details-label{font-size:11px;letter-spacing:.04em;text-transform:uppercase;color:#8fa7c4;font-weight:700}.details-value{font-size:13px;color:#dbe6f3;line-height:1.45}.details-value--break{word-break:break-word}.details-value--block{white-space:pre-wrap}:root[data-theme=light] .details-item{background:#f7fbff;border-color:#cddcf3}:root[data-theme=light] .details-label{color:#4b6486}:root[data-theme=light] .details-value{color:#1f3250}.table-wrap tbody tr:nth-child(2n) td{background:#ffffff03}.table-wrap tbody tr:hover td{background:#3b82f614}.grid-pager{margin-top:10px;display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap;border:1px solid #2a3b55;border-radius:10px;background:#101b2b;padding:8px 10px}.grid-pager__summary{font-size:12px;color:#9fb3cb}.grid-pager__controls{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.grid-pager__controls .btn-secondary{min-width:52px;border-radius:8px;border:1px solid #3b516f;background:linear-gradient(180deg,#1f2d42,#182537);color:#e2ebf7;box-shadow:0 6px 12px #02081733;font-weight:600}.grid-pager__controls .btn-secondary:hover:not(:disabled),.grid-pager__controls .btn-secondary:focus-visible:not(:disabled){border-color:#5e7fa8;background:linear-gradient(180deg,#273951,#1e2d42);color:#f8fbff}.grid-pager__controls .btn-secondary:disabled{opacity:.48;box-shadow:none}.grid-pager__size{display:inline-flex;align-items:center;gap:6px;font-size:12px;color:#9fb3cb}.grid-pager__size select{width:auto;min-width:72px;padding:5px 8px}.grid-pager__page{font-size:12px;color:#dbe6f3;padding:0 4px}.grid-loading-cell{text-align:center;padding:28px 10px!important;color:#93a8c2;background:linear-gradient(90deg,#1f325040,#2d4a7438,#1f325040);background-size:240% 100%;animation:gridLoadingShimmer 1.4s ease infinite}.grid-loader{display:inline-flex;align-items:center;gap:10px;padding:8px 12px;border-radius:999px;border:1px solid rgba(120,166,255,.35);background:#0f1f3573}.grid-loader__spinner{margin-right:0}.grid-loader__text{font-size:13px;font-weight:600;color:#dbe6f3}.loader-inline{display:inline-block;width:14px;height:14px;border:2px solid #4d6587;border-top-color:#78a6ff;border-radius:50%;margin-right:8px;animation:spin .75s linear infinite;vertical-align:-2px}@keyframes spin{to{transform:rotate(360deg)}}@keyframes gridLoadingShimmer{0%{background-position:100% 0}to{background-position:0 0}}.info{margin-bottom:10px;padding:9px 10px;background:#1e293b;border:1px solid #334155;border-radius:8px}.error{margin:6px 0;padding:8px;border-radius:6px;background:#7f1d1d;color:#fecaca}.muted{color:#94a3b8;font-size:12px}.row{display:flex;gap:12px;align-items:center}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 50% 10%,#121d2e47,#000000d6 58%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:20px;z-index:1000}.confirm-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#030a14b8;display:flex;align-items:center;justify-content:center;padding:16px;z-index:2600}.confirm-card{width:min(460px,94vw)}.confirm-title{margin:0 0 8px;font-size:20px}.confirm-message{margin:0;color:#9fb3cb}.confirm-actions{margin-top:14px;justify-content:flex-end}.modal-card{width:min(760px,96vw);max-height:90vh;overflow-y:auto;border-radius:20px;border:1px solid #25364f;background:linear-gradient(180deg,#0f1827,#0a111c);box-shadow:0 28px 56px #00000094,inset 0 1px #a7c4ec1a;animation:modalEnter .18s ease-out;padding:0}.modal-header{display:flex;justify-content:space-between;align-items:center;gap:12px;position:sticky;top:0;z-index:3;padding:18px 18px 14px;border-bottom:1px solid #273a56;background:linear-gradient(180deg,#142236fa,#0f1929f2)}.modal-header h3{margin:0;font-size:24px;font-weight:800;letter-spacing:.01em;color:#f4f7ff}.modal-body{display:grid;gap:8px;padding:14px 18px 16px;background:linear-gradient(180deg,#0a111cf5,#070c14fa)}.modal-body--scroll{max-height:63vh;overflow-y:auto;padding-right:8px}.modal-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tenant-modal-body{max-height:65vh;overflow-y:auto;padding-right:4px}.modal-card--tenant{width:min(980px,97vw);border-radius:18px;border-color:#2f4769;box-shadow:0 34px 62px #0009,inset 0 1px #a7c4ec1f}.modal-card--tenant .modal-header{margin:0;border-radius:18px 18px 0 0}.modal-card--tenant .modal-footer{position:sticky;bottom:0;background:linear-gradient(180deg,#0e1827f2,#0b131ffc);margin:0;padding:13px 18px;border-top:1px solid #273a56;border-radius:0 0 18px 18px}@keyframes modalEnter{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.tenant-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.field-block{display:grid;gap:5px}.field-block label{font-size:12px;color:#b6c7df;text-transform:capitalize;font-weight:700;letter-spacing:.01em}.modal-card--tenant .field-block label{font-weight:700;letter-spacing:.01em}.modal-card .btn-secondary{background:#0d131d;border-color:#2d405c}.modal-card .btn-secondary:hover{background:#111a27}.shanco-date .MuiFormControl-root{width:100%}.shanco-date .MuiInputBase-root{background:#0f1720;color:#dbe6f3;border-radius:8px}.shanco-date .MuiOutlinedInput-notchedOutline{border-color:#395070!important}.shanco-date .MuiSvgIcon-root{color:#9fb3cb}.shanco-date .MuiInputBase-input{color:#dbe6f3}:root[data-theme=dark] .shanco-date .MuiInputBase-root{background:#0d0d0d!important;color:#e5e7eb!important}:root[data-theme=dark] .shanco-date .MuiOutlinedInput-notchedOutline{border-color:#2b2b2b!important}:root[data-theme=dark] .shanco-date .MuiInputBase-input{color:#e5e7eb!important;-webkit-text-fill-color:#e5e7eb!important}:root[data-theme=dark] .shanco-date .MuiPickersSectionList-root,:root[data-theme=dark] .shanco-date .MuiPickersSectionList-section,:root[data-theme=dark] .shanco-date .MuiPickersInputBase-sectionsContainer,:root[data-theme=dark] .shanco-date .MuiPickersInputBase-sectionContent,:root[data-theme=dark] .shanco-date .MuiPickersInputBase-sectionBefore,:root[data-theme=dark] .shanco-date .MuiPickersInputBase-sectionAfter{color:#e5e7eb!important;-webkit-text-fill-color:#e5e7eb!important;opacity:1!important}:root[data-theme=dark] .shanco-date .MuiSvgIcon-root,:root[data-theme=dark] .shanco-date .MuiIconButton-root{color:#cbd5e1!important}.shanco-date--error .MuiOutlinedInput-notchedOutline{border-color:#ef4444!important}:root[data-theme=light] .shanco-date .MuiInputBase-root{background:#f8fbff;color:#1c2e47}:root[data-theme=light] .shanco-date .MuiOutlinedInput-notchedOutline{border-color:#c6d8f1!important}:root[data-theme=light] .shanco-date .MuiSvgIcon-root,:root[data-theme=light] .shanco-date .MuiInputBase-input{color:#1c2e47}:root[data-theme=light] .modal-card--tenant{border-color:#d2e1f6;box-shadow:0 14px 30px #192d4e1f}:root[data-theme=light] .modal-card{background:linear-gradient(180deg,#fff,#f7faff);border-color:#d2e1f6;box-shadow:0 20px 42px #192d4e33}:root[data-theme=light] .modal-header{background:linear-gradient(180deg,#fff,#f4f8ff);border-bottom-color:#d2e1f6}:root[data-theme=light] .modal-header h3{color:#1f3250}:root[data-theme=light] .modal-body{background:linear-gradient(180deg,#f8fbff,#eef4ff)}:root[data-theme=light] .modal-card .btn-secondary{background:#e6efff;border-color:#bfd3f5;color:#1e2f4a}:root[data-theme=light] .modal-card .btn-secondary:hover{background:#dce9ff}:root[data-theme=light] .field-block label{color:#425d80}:root[data-theme=light] .modal-card--tenant .modal-header{background:linear-gradient(180deg,#fff,#f4f8ff)}:root[data-theme=light] .modal-card--tenant .modal-footer{background:linear-gradient(180deg,#f8fbff,#eef4ff);border-top-color:#d2e1f6}.multi-select-trigger{width:100%;min-height:40px;border:1px solid #395070;border-radius:8px;background:#0f1720;color:#dbe6f3;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:7px 10px;cursor:pointer}.multi-select-trigger.open{border-color:#4a6fa1;box-shadow:0 0 0 2px #496fa12e}.multi-select-values{display:flex;gap:6px;flex-wrap:wrap;align-items:center;max-height:72px;overflow-y:auto;padding-right:2px}.multi-select-values::-webkit-scrollbar{width:6px}.multi-select-values::-webkit-scrollbar-thumb{background:#2f4a6c;border-radius:6px}.multi-select-values::-webkit-scrollbar-track{background:transparent}.multi-chip{display:inline-flex;align-items:center;gap:6px;padding:2px 7px;border-radius:999px;font-size:10px;background:#1f3250;border:1px solid #35517a;color:#dbe6f3;max-width:180px}.multi-chip__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.multi-chip__remove{border:0;background:transparent;color:#dbe6f3;cursor:pointer;font-size:12px;line-height:1;padding:0}.multi-chip__remove:hover{color:#ffb3b3}.multi-chip--more{opacity:.9}.multi-placeholder{color:#7f94ac;font-size:13px}.multi-chevron{font-size:10px;color:#9fb3cb}.multi-select-dropdown{margin-top:6px;border:1px solid #35517a;border-radius:10px;background:#0f1a2a;padding:8px;box-shadow:0 10px 22px #02081766}.multi-select-dropdown--portal{margin-top:0}.multi-select-search{margin-bottom:8px}.multi-select-actions{display:flex;gap:6px;margin-bottom:8px}.multi-select-options{max-height:160px;overflow-y:auto;display:grid;gap:4px;padding-right:3px}.multi-select-options::-webkit-scrollbar{width:8px}.multi-select-options::-webkit-scrollbar-thumb{background:#2f4a6c;border-radius:6px}.multi-select-options::-webkit-scrollbar-track{background:transparent}.multi-option{display:flex;align-items:center;gap:8px;padding:4px 2px;font-size:13px;color:#dbe6f3;text-transform:none!important}.multi-option input{width:14px;height:14px;margin:0}.modal-footer{justify-content:flex-end;padding-top:12px;border-top:1px solid #2a3b55;margin-top:12px}.admin-mobile-trigger{position:fixed;left:12px;top:66px;z-index:1100;border:1px solid #2c425f;background:#132238;color:#dbe6f3;border-radius:8px;width:36px;height:36px;cursor:pointer}.admin-sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#02070e8c;z-index:1040;border:0}.mobile-sidebar{position:fixed;left:0;top:56px;height:calc(100vh - 56px);width:250px;transform:translate(-100%);transition:transform .25s ease;z-index:1050}.mobile-sidebar.open{transform:translate(0)}:root[data-theme=light] .sidebar{background:linear-gradient(180deg,#f2f6ff,#ebf1ff);border-right-color:#c9d8f1}:root[data-theme=dark] .topbar,:root[data-theme=dark] .topbar--shell{background:linear-gradient(180deg,#111b2af5,#0b131ff5);border-color:#22344d}:root[data-theme=dark] .sidebar{background:radial-gradient(circle at 0% 0%,#5878aa14,#0b142000 44%),linear-gradient(180deg,#0b121c,#090f18);border-right-color:#1f3046}:root[data-theme=dark] .side-link{background:linear-gradient(180deg,#132032eb,#0e1827eb);border-color:#2b4464;color:#dbe6f3}:root[data-theme=dark] .side-link:hover{background:linear-gradient(180deg,#192b42f2,#142337f2);border-color:#446283;box-shadow:0 8px 16px #09142359}:root[data-theme=dark] .side-link.active{background:linear-gradient(135deg,#3d5a91f5,#385385f2);border-color:#6f8fb6;color:#fff;box-shadow:0 10px 20px #253a5c59}:root[data-theme=dark] .card,:root[data-theme=dark] .table-wrap,:root[data-theme=dark] .grid-pager,:root[data-theme=dark] .modal-card,:root[data-theme=dark] .header-profile__menu,:root[data-theme=dark] .multi-select-dropdown{background:#0f1a2a;border-color:#2c4568;box-shadow:0 10px 22px #02081766}:root[data-theme=dark] .table-wrap thead tr{background:linear-gradient(180deg,#1c2a3f,#172336)}:root[data-theme=dark] .table-wrap th{border-bottom-color:#2a3b55;color:#d7e6f7}:root[data-theme=dark] .table-wrap td{border-bottom-color:#24364d;color:#dbe6f3}:root[data-theme=dark] input,:root[data-theme=dark] select,:root[data-theme=dark] .side-search,:root[data-theme=dark] .multi-select-trigger,:root[data-theme=dark] .header-profile__trigger,:root[data-theme=dark] .theme-toggle,:root[data-theme=dark] .btn-secondary{background:#1c2a40;border-color:#324a69;color:#dbe6f3}:root[data-theme=dark] .admin-login-shell{background:linear-gradient(135deg,#0b1524,#0f1b2f);border-color:#2a3b55;box-shadow:0 20px 40px #02081759}:root[data-theme=dark] .admin-login-brand{background:radial-gradient(circle at 10% 10%,rgba(99,102,241,.2) 0%,transparent 45%),radial-gradient(circle at 90% 80%,rgba(59,130,246,.16) 0%,transparent 48%),linear-gradient(180deg,#101e33,#0b1627)}:root[data-theme=dark] .admin-login-auth{background:radial-gradient(circle at 100% 0%,rgba(59,130,246,.12) 0%,transparent 45%),linear-gradient(180deg,#0f1a2af5,#0a121dfa)}:root[data-theme=dark] .admin-login-brand__panel{background:#111f3299;border-color:#2c425f;color:#9db2c9}:root[data-theme=dark] .admin-login-brand p,:root[data-theme=dark] .admin-login-subtitle{color:#9fb3cb}:root[data-theme=dark] .modal-card{background:linear-gradient(180deg,#0d1420,#0a1019);border-color:#22344d}:root[data-theme=dark] .modal-header{background:linear-gradient(180deg,#101927fa,#0c141ff2);border-bottom-color:#22344d}:root[data-theme=dark] .modal-body{background:linear-gradient(180deg,#0a1019f5,#080d15fa)}:root[data-theme=dark] .modal-card--tenant .modal-footer{background:linear-gradient(180deg,#0b121cf2,#080e16fc);border-top-color:#22344d}:root[data-theme=dark] .modal-card input,:root[data-theme=dark] .modal-card textarea,:root[data-theme=dark] .modal-card select,:root[data-theme=dark] .modal-card .multi-select-trigger,:root[data-theme=dark] .modal-card .shanco-date .MuiInputBase-root{background:#111927!important;border-color:#2a3e5b!important;color:#dbe6f3!important}:root[data-theme=dark] .modal-card input::placeholder{color:#8ea4c3}:root[data-theme=dark] .modal-card textarea::placeholder{color:#8ea4c3}:root[data-theme=light] .sidebar-title__logo--dark{display:none}:root[data-theme=light] .sidebar-title__logo--light{display:inline-block}:root[data-theme=light] .admin-login-logo__wordmark--dark{display:none}:root[data-theme=light] .admin-login-logo__wordmark--light{display:inline-block}:root[data-theme=light] .side-link{background:#fff;color:#1d2e46;border-color:#c5d6ef}:root[data-theme=light] .sidebar-footer{border-top-color:#d2e1f6}:root[data-theme=light] .sidebar-profile{background:#fff;color:#1d2e46;border-color:#c5d6ef}:root[data-theme=light] .sidebar-profile:hover{background:#f2f7ff}:root[data-theme=light] .sidebar-profile__hint{color:#5f789d}:root[data-theme=light] .side-link.active{background:#dce9ff;border-color:#9ab8e9}:root[data-theme=light] .card{background:linear-gradient(180deg,#fff,#f7faff);border-color:#d2e1f6;box-shadow:0 8px 18px #192d4e14}:root[data-theme=light] .topbar{background:linear-gradient(180deg,#fff,#f7faff);border-color:#d2e1f6;box-shadow:none}:root[data-theme=light] .btn-secondary,:root[data-theme=light] .theme-toggle{background:#e6efff;border-color:#bfd3f5;color:#1e2f4a}:root[data-theme=light] .header-profile__trigger{background:#e6efff;border-color:#bfd3f5;color:#1e2f4a}:root[data-theme=light] .header-profile__email{color:#516b8f}:root[data-theme=light] .header-profile__menu{background:#fff;border-color:#bfd3f5;box-shadow:0 12px 20px #192d4e29}:root[data-theme=light] .header-profile__menu-item{color:#1f3250}.my-profile-card__head{display:flex;align-items:center;gap:12px}.my-profile-card__head h3{margin:0}.my-profile-avatar{width:48px;height:48px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;color:#fff;background:linear-gradient(135deg,#5956e9,#7a5cff);box-shadow:0 8px 18px #5249ec59}:root[data-theme=light] .topbar-subtitle{color:#516b8f}:root[data-theme=light] .topbar-brand-logo--dark{display:none}:root[data-theme=light] .topbar-brand-logo--light{display:inline-block}:root[data-theme=light] input,:root[data-theme=light] select,:root[data-theme=light] .side-search{background:#f8fbff;color:#1c2e47;border-color:#c6d8f1}:root[data-theme=light] .multi-select-trigger{background:#f8fbff;color:#1c2e47;border-color:#c6d8f1}:root[data-theme=light] .multi-chip{background:#e6efff;border-color:#bfd3f5;color:#1e2f4a}:root[data-theme=light] .multi-select-dropdown{background:#fff;border-color:#bfd3f5;box-shadow:0 8px 16px #192d4e24}:root[data-theme=light] .multi-option{color:#223650}:root[data-theme=light] .table-wrap{background:#fff;border-color:#d2e1f6}:root[data-theme=light] .grid-pager{background:#f7fbff;border-color:#d2e1f6}:root[data-theme=light] .grid-pager__summary,:root[data-theme=light] .grid-pager__size{color:#4b6486}:root[data-theme=light] .grid-pager__page{color:#1f3250}:root[data-theme=light] .grid-pager__controls .btn-secondary{border-color:#bfd3f5;background:linear-gradient(180deg,#fff,#edf4ff);color:#1f3250;box-shadow:0 6px 12px #192d4e1f}:root[data-theme=light] .grid-pager__controls .btn-secondary:hover:not(:disabled),:root[data-theme=light] .grid-pager__controls .btn-secondary:focus-visible:not(:disabled){border-color:#98b8e8;background:linear-gradient(180deg,#f7fbff,#e6f0ff);color:#132a4a}:root[data-theme=light] .table-wrap thead tr{background:linear-gradient(180deg,#edf4ff,#e2edff)}:root[data-theme=light] .table-wrap th{color:#20334d;border-bottom-color:#d1e0f5}:root[data-theme=light] .table-wrap td{color:#253951;border-bottom-color:#e0ebfa}:root[data-theme=light] .info{background:#eef4ff;border-color:#cadbf5;color:#274061}:root[data-theme=light] .confirm-message{color:#405a7d}:root[data-theme=light] .admin-login-shell{border-color:#d2e1f6;box-shadow:0 18px 34px #192d4e1f;background:linear-gradient(135deg,#f8fbff,#eef4ff)}:root[data-theme=light] .admin-login-brand{background:radial-gradient(circle at 10% 10%,rgba(99,102,241,.16) 0%,transparent 45%),radial-gradient(circle at 90% 80%,rgba(59,130,246,.12) 0%,transparent 48%),linear-gradient(180deg,#f6faff,#edf4ff)}:root[data-theme=light] .admin-login-brand p,:root[data-theme=light] .admin-login-subtitle{color:#567091}:root[data-theme=light] .admin-login-brand__panel{border-color:#c5d6ef;background:#ffffffb3;color:#5f789d}:root[data-theme=light] .admin-login-auth{background:radial-gradient(circle at 100% 0%,rgba(59,130,246,.1) 0%,transparent 45%),linear-gradient(180deg,#fff,#f7faff)}@media (max-width: 1000px){.layout-main{grid-template-columns:1fr}.container{padding:16px}.topbar h2{margin:0;font-size:22px;line-height:1.2}.list-search{width:min(100%,360px)}.actions{width:100%;flex-wrap:wrap}.actions--grid{justify-content:flex-start}.actions .btn,.actions .btn-secondary{flex:0 1 auto}.table-wrap table{min-width:680px;table-layout:auto}.tenant-grid,.details-grid,.modal-form-grid{grid-template-columns:1fr}.modal-card{width:min(720px,98vw)}.table-wrap.table-wrap--job-applications table{min-width:1180px}.table-wrap.table-wrap--job-applications th:nth-child(5),.table-wrap.table-wrap--job-applications td:nth-child(5){min-width:220px;width:220px}.table-wrap.table-wrap--job-applications th:nth-child(6),.table-wrap.table-wrap--job-applications td:nth-child(6){min-width:130px;width:130px}.admin-login-page{padding:14px}.admin-login-shell{grid-template-columns:1fr;min-height:auto}.admin-login-brand{min-height:280px;padding:30px 24px}.admin-login-auth{padding:28px 22px}}@media (max-width: 768px){.container{padding:14px}.card{padding:12px;border-radius:10px}.topbar h2{font-size:19px}.admin-login-page{padding:10px}.admin-login-shell{border-radius:14px}.admin-login-brand{padding:24px 18px;min-height:220px}.admin-login-brand h1{font-size:clamp(1.5rem,7vw,2rem)}.admin-login-brand__panel{margin-top:18px;min-height:104px}.admin-login-auth{padding:20px 14px}.topbar{gap:8px}.topbar .actions{margin-left:auto}.section-head{flex-direction:column;align-items:stretch}.actions--grid{justify-content:stretch}.actions--grid .list-search{width:100%;min-width:0}.actions--grid .btn,.actions--grid .btn-secondary{flex:1 1 calc(50% - 6px);min-width:120px}.table-wrap table{min-width:620px}.table-wrap.table-wrap--job-applications table{min-width:980px}.table-wrap.table-wrap--job-applications th,.table-wrap.table-wrap--job-applications td{font-size:12px;padding:8px 7px}.table-wrap.table-wrap--job-applications th:nth-child(5),.table-wrap.table-wrap--job-applications td:nth-child(5){min-width:190px;width:190px}.table-wrap.table-wrap--job-applications th:nth-child(6),.table-wrap.table-wrap--job-applications td:nth-child(6){min-width:120px;width:120px}.modal-card{width:100%;max-height:calc(100vh - 24px);border-radius:12px}.modal-header{position:sticky;top:0;background:inherit;z-index:2}.grid-pager{align-items:stretch}.grid-pager__controls{justify-content:flex-start}.grid-pager__controls .btn-secondary{min-width:48px}}@media (max-width: 520px){.container{padding:10px}.topbar h2{font-size:16px}.topbar-brand-logo{height:24px}.admin-login-brand__badge-img{width:36px;height:36px;margin-bottom:12px}.admin-login-logo__wordmark{height:24px}.admin-login-subtitle{font-size:13px}.actions .btn,.actions .btn-secondary,.actions .btn-danger{padding:7px 10px}.actions--grid .btn,.actions--grid .btn-secondary{flex:1 1 100%;min-width:0}.table-wrap table{min-width:560px}.table-wrap.table-wrap--job-applications table{min-width:900px}.table-wrap.table-wrap--job-applications th:nth-child(2),.table-wrap.table-wrap--job-applications td:nth-child(2),.table-wrap.table-wrap--job-applications th:nth-child(3),.table-wrap.table-wrap--job-applications td:nth-child(3),.table-wrap.table-wrap--job-applications th:nth-child(7),.table-wrap.table-wrap--job-applications td:nth-child(7){min-width:110px}.table-wrap th,.table-wrap td{padding:9px 8px;font-size:12px}.modal-backdrop,.confirm-backdrop{padding:10px}.modal-card{max-height:calc(100vh - 18px)}.details-item{padding:9px}}:root[data-theme=dark] body{background:radial-gradient(circle at top left,#111317,#0d1014 45%,#0a0c10)!important;color:#e5e7eb!important}:root[data-theme=dark] .topbar,:root[data-theme=dark] .topbar--shell{background:linear-gradient(180deg,#171b22,#11151b)!important;border-color:#2b313b!important}:root[data-theme=dark] .sidebar{background:linear-gradient(180deg,#131821,#0f1319)!important;border-right-color:#262d37!important}:root[data-theme=dark] .sidebar-footer{border-top-color:#262d37!important}:root[data-theme=dark] .side-link{background:linear-gradient(180deg,#1a212c,#151b24)!important;border-color:#323b48!important;color:#e5e7eb!important}:root[data-theme=dark] .side-link:hover{background:linear-gradient(180deg,#212a37,#1a222d)!important;border-color:#465264!important;box-shadow:0 8px 16px #00000047!important}:root[data-theme=dark] .side-link.active{background:linear-gradient(180deg,#2b3544,#232c39)!important;border-color:#566173!important;box-shadow:0 10px 20px #0000004d!important}:root[data-theme=dark] .card,:root[data-theme=dark] .table-wrap,:root[data-theme=dark] .grid-pager,:root[data-theme=dark] .modal-card,:root[data-theme=dark] .header-profile__menu,:root[data-theme=dark] .multi-select-dropdown{background:linear-gradient(180deg,#171a20,#12151a)!important;border-color:#2d3642!important}:root[data-theme=dark] .table-wrap thead tr{background:linear-gradient(180deg,#2a3342,#222a37)!important}:root[data-theme=dark] .table-wrap th{color:#e8edf5!important;border-bottom-color:#313a46!important}:root[data-theme=dark] .table-wrap td{color:#d9e0ea!important;border-bottom-color:#27303b!important}:root[data-theme=dark] .table-wrap tbody tr:nth-child(2n) td{background:#ffffff03!important}:root[data-theme=dark] .table-wrap tbody tr:hover td{background:#ffffff08!important}:root[data-theme=dark] input,:root[data-theme=dark] select,:root[data-theme=dark] .side-search,:root[data-theme=dark] .multi-select-trigger,:root[data-theme=dark] .header-profile__trigger,:root[data-theme=dark] .theme-toggle,:root[data-theme=dark] .btn-secondary{background:#171d27!important;border-color:#323b48!important;color:#e5e7eb!important}:root[data-theme=dark] .btn{background:linear-gradient(135deg,#4b5563,#374151)!important;border-color:#6b7280!important;box-shadow:0 10px 20px #00000047!important}:root[data-theme=dark] .btn-danger{background:linear-gradient(135deg,#dc2626,#b91c1c)!important;border-color:#ef4444!important}:root[data-theme=dark] .module-title-bar__divider{background:#9ca3af!important;box-shadow:0 0 8px #9ca3af59!important}:root[data-theme=dark] .modal-card{background:linear-gradient(180deg,#151920,#10141a)!important;border-color:#2a313b!important}:root[data-theme=dark] .modal-header{background:linear-gradient(180deg,#1b2028,#151a22)!important;border-bottom-color:#2a313b!important}:root[data-theme=dark] .modal-body{background:linear-gradient(180deg,#12161c,#0f1318)!important}:root[data-theme=dark] .modal-card--tenant .modal-footer{background:linear-gradient(180deg,#141920,#10141a)!important;border-top-color:#2a313b!important}:root[data-theme=dark] .modal-card input,:root[data-theme=dark] .modal-card textarea,:root[data-theme=dark] .modal-card select,:root[data-theme=dark] .modal-card .multi-select-trigger,:root[data-theme=dark] .modal-card .shanco-date .MuiInputBase-root{background:#1a1f27!important;border-color:#323a46!important;color:#e5e7eb!important}:root[data-theme=dark] .modal-card input::placeholder{color:#9aa3af!important}:root[data-theme=dark] .modal-card textarea::placeholder{color:#9aa3af!important}.logout-confirm-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2200;background:#0208179e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;place-items:center;padding:16px}.logout-confirm-card{width:min(92vw,460px);border-radius:16px;border:1px solid rgba(99,102,241,.28);background:linear-gradient(180deg,#fff,#f8faff);color:#111827;box-shadow:0 24px 50px #0f172a4d}.logout-confirm-card__head{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid #e6ecf7}.logout-confirm-card__badge{width:30px;height:30px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:#ef444429;color:#b91c1c;font-weight:800}.logout-confirm-card__head h3{margin:0;font-size:1.04rem;font-weight:700}.logout-confirm-card__close{border:0;background:transparent;color:#64748b;font-size:16px;cursor:pointer}.logout-confirm-card__text{margin:0;padding:16px;color:#334155;font-size:.95rem}.logout-confirm-card__actions{display:flex;justify-content:flex-end;gap:10px;padding:0 16px 16px}:root[data-theme=dark] .logout-confirm-card{background:linear-gradient(180deg,#121a29,#0d1421);border-color:#334866;color:#f8fafc}:root[data-theme=dark] .logout-confirm-card__head{border-bottom-color:#2b3f5e}:root[data-theme=dark] .logout-confirm-card__text{color:#cbd5e1}:root[data-theme=dark] .logout-confirm-card__close{color:#cbd5e1}:root[data-theme=dark] .grid-pager .grid-pager__controls .btn-secondary{background:linear-gradient(180deg,#28384f,#1e2b3d)!important;border-color:#4f698b!important;color:#e8f1ff!important;box-shadow:0 6px 12px #02081747!important}:root[data-theme=dark] .grid-pager .grid-pager__controls .btn-secondary:hover:not(:disabled),:root[data-theme=dark] .grid-pager .grid-pager__controls .btn-secondary:focus-visible:not(:disabled){background:linear-gradient(180deg,#304563,#25364d)!important;border-color:#6e8eb8!important;color:#fff!important}:root[data-theme=light] .grid-pager .grid-pager__controls .btn-secondary{background:linear-gradient(180deg,#fff,#ecf4ff)!important;border-color:#b8cef1!important;color:#1f3250!important;box-shadow:0 6px 12px #192d4e1f!important}:root[data-theme=light] .grid-pager .grid-pager__controls .btn-secondary:hover:not(:disabled),:root[data-theme=light] .grid-pager .grid-pager__controls .btn-secondary:focus-visible:not(:disabled){background:linear-gradient(180deg,#f9fcff,#e3efff)!important;border-color:#90b3e6!important;color:#122a49!important}.Toastify__toast-container{width:min(94vw,380px)!important;padding:10px!important}.hrm-toast{border-radius:14px!important;border:1px solid rgba(99,102,241,.24)!important;box-shadow:0 14px 35px #0f172a38!important;-webkit-backdrop-filter:blur(8px)!important;backdrop-filter:blur(8px)!important;min-height:58px!important}.Toastify__toast-theme--light.hrm-toast{background:#fffffff5!important;color:#0f172a!important}.Toastify__toast-theme--dark.hrm-toast{background:#0f172af5!important;color:#e5e7eb!important;border-color:#818cf84d!important}.hrm-toast-body{font-size:.92rem!important;font-weight:600!important;line-height:1.35!important;padding:4px 2px!important}.hrm-toast-progress{height:4px!important;background:linear-gradient(90deg,#22c55e,#6366f1)!important}@media (max-width: 576px){.Toastify__toast-container--top-right{left:8px!important;right:8px!important;top:8px!important;width:auto!important}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0px;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}@media only screen and (max-width: 480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
