@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root {
    color-scheme:dark;
    --bg:#101113;
    --sidebar:#141517;
    --panel:#191b1e;
    --panel-soft:#1e2024;
    --border:#2a2c31;
    --muted:#93979f;
    --text:#eeeff2;
    --orange:#ff8a3d;
    --orange-hover:#ffa260;
    --green:#8ad9ad;
    --radius:13px
}

* {
    box-sizing:border-box
}

body {
    margin:0;
    background:var(--bg);
    color:var(--text);
    font-family:'DM Sans',sans-serif;
    font-size:14px;
    line-height:1.5
}

a {
    color:var(--orange);
    text-decoration:none
}

a:hover {
    color:var(--orange-hover)
}

button,input,select,textarea {
    font:inherit
}

button,a,input,select,textarea {
    outline-offset:4px
}

button {
    cursor:pointer
}

button:disabled {
    cursor:not-allowed
}

h1,h2,h3,p {
    margin-top:0
}

h1,h2,h3 {
    font-family:Manrope,sans-serif
}

h1 {
    font-size:32px;
    letter-spacing:-1.2px;
    line-height:1.3;
    margin-bottom:8px;
    font-weight:750
}

h2 {
    font-size:16px;
    margin:0;
    font-weight:700;
    letter-spacing:-.25px
}

h3 {
    font-size:15px
}

small {
    font-size:11px
}

.muted {
    color:var(--muted)
}

.accent,.brand-dot {
    color:var(--orange)
}

.text-success {
    color:var(--green)
}

.icon {
    width:19px;
    height:19px;
    flex:none
}

.eyebrow {
    display:block;
    font-size:10px;
    font-weight:700;
    letter-spacing:1.8px;
    color:var(--orange);
    margin-bottom:10px
}

.sidebar {
    width:238px;
    position:fixed;
    inset:0 auto 0 0;
    background:var(--sidebar);
    border-right:1px solid var(--border);
    display:flex;
    flex-direction:column;
    padding:29px 16px 0;
    z-index:50;
    overflow-y:auto
}

.brand {
    display:flex;
    align-items:center;
    gap:10px;
    color:#fff;
    font-family:Manrope,sans-serif;
    font-size:27px;
    font-weight:800;
    letter-spacing:-1.3px;
    padding:0 13px
}

.brand:hover {
    color:#fff
}

.brand-mark {
    position:relative;
    background:var(--orange);
    color:#171412;
    display:flex;
    align-items:center;
    justify-content:center;
    width:35px;
    height:35px;
    border-radius:9px;
    font-size:23px;
    font-weight:800;
    letter-spacing:-4px;
    padding-right:5px
}

.brand-mark>span {
    font-size:17px;
    margin-left:-3px;
    margin-top:-7px
}

.workspace {
    display:flex;
    align-items:center;
    gap:10px;
    border:1px solid var(--border);
    border-radius:9px;
    padding:12px;
    margin:29px 1px 24px;
    font-size:12px;
    font-weight:600
}

.workspace small,.admin-profile small {
    display:block;
    color:var(--muted);
    font-weight:400;
    font-size:10px;
    margin-top:2px
}

.workspace-logo {
    width:30px;
    height:30px;
    display:grid;
    place-items:center;
    background:#2c2824;
    border:1px solid #4a3526;
    color:var(--orange);
    border-radius:7px
}

.online-dot {
    display:inline-block;
    width:6px;
    height:6px;
    background:#95c8a0;
    border-radius:50%;
    flex:none
}

.workspace .online-dot {
    margin-left:auto
}

.nav-label {
    font-size:9px;
    letter-spacing:1.5px;
    font-weight:600;
    color:#6c727c;
    padding:0 15px;
    margin-bottom:11px
}

.nav-item {
    display:flex;
    gap:12px;
    align-items:center;
    border:1px solid transparent;
    width:100%;
    border-radius:7px;
    padding:10px 13px;
    color:#a5a8af;
    font-size:12px;
    margin-bottom:3px;
    white-space:nowrap
}

.nav-item .icon {
    width:17px;
    height:17px
}

.nav-item:hover {
    background:#1d1f23;
    color:#fff
}

.nav-item.active {
    background:#34261d;
    color:#ff9853;
    border-color:#4b3120;
    position:relative
}

.nav-item.active:after {
    content:'';
    width:4px;
    height:4px;
    border-radius:50%;
    background:var(--orange);
    margin-left:auto
}

.sidebar-bottom {
    margin-top:auto;
    padding-top:28px
}

.logout {
    background:none;
    text-align:left
}

.admin-profile {
    display:flex;
    gap:10px;
    align-items:center;
    border-top:1px solid var(--border);
    margin-top:20px;
    padding:19px 5px;
    font-size:12px
}

.admin-profile>.online-dot {
    margin-left:auto
}

.avatar {
    display:flex;
    align-items:center;
    justify-content:center;
    background:#d7cbbd;
    color:#332a22;
    font-weight:700;
    border:3px solid #37322d;
    border-radius:50%;
    width:36px;
    height:36px;
    font-family:Manrope,sans-serif;
    flex:none
}

.avatar.small {
    width:32px;
    height:32px;
    font-size:12px
}

.app-shell {
    margin-left:238px;
    min-height:100vh;
    display:flex;
    flex-direction:column
}

.topbar {
    height:77px;
    border-bottom:1px solid var(--border);
    padding:0 35px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    background:#141517
}

.topbar-left,.topbar-right {
    display:flex;
    align-items:center;
    gap:20px;
    font-size:12px
}

.topbar-left {
    gap:15px
}

.crumb {
    color:#515660
}

.today {
    color:#a2a6ac;
    font-size:11px
}

.currency-pill {
    padding:5px 9px;
    border:1px solid var(--border);
    border-radius:6px;
    font-size:10px;
    color:#c5c8ce;
    white-space:nowrap
}

.currency-pill span {
    padding:0 5px;
    color:#6e7279
}

main {
    padding:33px 35px 20px;
    flex:1;
    min-width:0
}

.page-heading {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    margin-bottom:28px
}

.page-heading p {
    font-size:12px;
    color:var(--muted);
    margin:0
}

.actions {
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap
}

.button {
    display:inline-flex;
    justify-content:center;
    align-items:center;
    gap:9px;
    min-height:38px;
    padding:9px 15px;
    border:1px solid transparent;
    border-radius:7px;
    font-size:11px;
    font-weight:650;
    white-space:nowrap;
    transition:background .15s,color .15s
}

.button.primary {
    background:var(--orange);
    color:#20160f;
    box-shadow:0 1px 0 #ffb27d66 inset
}

.button.primary:hover {
    background:var(--orange-hover)
}

.button.secondary {
    background:#212328;
    border-color:#35373d;
    color:#c8cbd0
}

.button.secondary:hover {
    background:#2d3035;
    color:#fff
}

.button.danger {
    color:#e7a6a1;
    background:#342222;
    border-color:#50302f
}

.button .icon {
    width:15px;
    height:15px
}

.button.disabled {
    opacity:.4;
    cursor:default
}

.button.wide {
    width:100%
}

.back-link {
    display:inline-block;
    margin-bottom:14px;
    font-size:12px;
    color:var(--muted)
}

.panel {
    background:var(--panel);
    border:1px solid var(--border);
    border-radius:var(--radius);
    margin-bottom:22px;
    min-width:0;
    overflow:hidden
}

.panel-heading {
    padding:20px 22px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    border-bottom:1px solid var(--border)
}

.panel-heading>a,.panel-heading>.muted {
    font-size:11px
}

.panel-heading p {
    margin:5px 0 0;
    font-size:11px
}

.panel-body {
    padding:22px
}

.panel-body p {
    font-size:12px;
    color:#adb1b8
}

.panel-foot {
    padding:15px 22px;
    font-size:11px;
    color:var(--muted);
    border-top:1px solid var(--border);
    line-height:1.8
}

.count {
    font-family:'DM Sans',sans-serif;
    font-size:10px;
    color:#adb1b8;
    background:#2b2e33;
    border:1px solid #363941;
    border-radius:5px;
    padding:2px 6px;
    margin-left:7px;
    vertical-align:middle
}

.overview-banner {
    position:relative;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:25px 30px;
    background:linear-gradient(110deg,#242220 0%,#24201b 60%,#35271c 100%);
    border:1px solid #423428;
    border-radius:13px;
    margin-bottom:24px
}

.overview-banner h2 {
    font-size:24px;
    line-height:1.4;
    letter-spacing:-.8px;
    margin-bottom:8px
}

.overview-banner p {
    color:#a7a099;
    font-size:11px;
    margin:0
}

.overview-banner .eyebrow {
    font-size:8px;
    letter-spacing:1.6px;
    margin-bottom:10px
}

.banner-right {
    position:relative;
    z-index:2;
    display:flex;
    flex-direction:column;
    gap:10px;
    align-items:flex-end
}

.banner-right strong {
    font-family:Manrope,sans-serif;
    font-size:26px;
    font-weight:600;
    letter-spacing:-.8px
}

.banner-right>span:last-child {
    color:#b6a89b;
    font-size:10px
}

.live-label {
    display:inline-flex;
    align-items:center;
    gap:6px;
    font-size:8px;
    letter-spacing:1px;
    color:#a3a6a5
}

.banner-lines {
    position:absolute;
    width:400px;
    height:400px;
    left:43%;
    top:-90px;
    border:1px solid #f9923220;
    transform:rotate(-27deg);
    border-radius:50%
}

.banner-lines:before,.banner-lines:after {
    content:'';
    position:absolute;
    border:1px solid #f9923220;
    border-radius:50%;
    inset:25px
}

.banner-lines:after {
    inset:55px
}

.metrics-grid {
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
    margin-bottom:24px
}

.metric-card {
    display:block;
    background:var(--panel);
    border:1px solid var(--border);
    border-radius:10px;
    padding:17px 18px;
    color:var(--text);
    transition:border-color .15s
}

.metric-card:hover {
    border-color:#65503d;
    color:#fff
}

.metric-label {
    display:flex;
    justify-content:space-between;
    gap:6px;
    color:#a4a8af;
    font-size:10px;
    margin-bottom:12px
}

.metric-label>span {
    color:#69707a
}

.metric-card strong {
    display:block;
    font-family:Manrope,sans-serif;
    font-size:23px;
    font-weight:700;
    letter-spacing:-.8px;
    overflow-wrap:anywhere;
    font-variant-numeric:tabular-nums
}

.metric-card small {
    display:block;
    color:#707680;
    font-size:9px;
    margin-top:6px
}

.metric-card.highlight {
    border-color:#694023;
    background:linear-gradient(110deg,#28211c,#231f1c)
}

.metric-card.highlight strong {
    color:var(--orange)
}

.dashboard-main {
    display:grid;
    grid-template-columns:minmax(0,1.8fr) minmax(260px,1fr);
    gap:22px
}

.two-columns {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:22px
}

.summary-grid {
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
    gap:16px
}

.summary-card {
    padding:20px
}

.summary-card small {
    color:var(--muted);
    display:block
}

.summary-card strong {
    display:block;
    font-family:Manrope,sans-serif;
    font-size:21px;
    margin-top:9px;
    letter-spacing:-.5px
}

.table-scroll {
    overflow-x:auto
}

table {
    width:100%;
    border-collapse:collapse;
    text-align:left;
    font-size:11px
}

th {
    background:#1c1e22;
    color:#888f99;
    font-weight:500;
    font-size:10px;
    padding:13px 20px;
    white-space:nowrap;
    border-bottom:1px solid var(--border)
}

td {
    border-bottom:1px solid #25282d;
    padding:16px 20px;
    color:#c3c7ce;
    font-variant-numeric:tabular-nums;
    max-width:330px;
    overflow-wrap:anywhere
}

tr:last-child td {
    border-bottom:0
}

tbody tr:hover {
    background:#ffffff02
}

.row-action {
    text-align:right;
    white-space:nowrap
}

.row-action>a {
    font-size:10px
}

.empty-state {
    padding:28px 15px;
    text-align:center;
    color:var(--muted)
}

.empty-state strong {
    display:block;
    color:#c5c8ce;
    font-size:12px;
    font-weight:500
}

.empty-state p {
    font-size:11px;
    margin:7px auto 0;
    max-width:270px;
    line-height:1.8
}

.empty-state a {
    display:inline-block;
    margin-top:12px;
    font-size:11px
}

.empty-symbol {
    display:block;
    font-size:29px;
    margin-bottom:7px;
    color:#73604d
}

.badge {
    display:inline-flex;
    align-items:center;
    gap:5px;
    border-radius:5px;
    background:#32302a;
    padding:4px 7px;
    font-size:9px;
    color:#d2ba8c;
    white-space:nowrap
}

.badge>span {
    display:inline-block;
    width:4px;
    height:4px;
    border-radius:50%;
    background:currentColor
}

.badge-paid,.badge-returned,.badge-deducted,.badge-recorded {
    background:#21342c;
    color:#91c8a9
}

.badge-overdue,.badge-urgent {
    background:#3b2726;
    color:#f1a29a
}

.badge-away,.badge-planned,.badge-upcoming {
    background:#252e3c;
    color:#9fb7df
}

.badge-draft,.badge-cancelled,.badge-low {
    background:#2a2c31;
    color:#969da8
}

.badge-pending,.badge-due,.badge-important {
    background:#3c2c1f;
    color:#ffab6e
}

.note-list {
    padding:16px
}

.sticky-note {
    display:block;
    border-radius:8px;
    padding:16px;
    background:#2b261f;
    border:1px solid #493a29;
    color:var(--text);
    margin-bottom:12px
}

.sticky-note:last-child {
    margin-bottom:0
}

.sticky-note>div {
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:8px
}

.sticky-note>div>span:first-child {
    font-size:8px;
    letter-spacing:1px;
    color:#be9d70
}

.sticky-note h3 {
    margin:12px 0 5px
}

.sticky-note p {
    font-size:11px;
    color:#bab0a1;
    margin-bottom:12px
}

.sticky-note small {
    font-size:9px;
    color:#9c8970
}

.sticky-note.urgent {
    background:#2f2423;
    border-color:#50352f
}

.activity-list {
    padding:7px 22px
}

.activity-list>div:not(.empty-state) {
    display:flex;
    gap:14px;
    padding:13px 0;
    border-bottom:1px solid #25282d
}

.activity-list>div:last-child {
    border:0
}

.activity-dot {
    width:7px;
    height:7px;
    border-radius:50%;
    background:#d89a6b;
    box-shadow:0 0 0 4px #d89a6b12;
    margin-top:6px;
    flex:none
}

.activity-list p {
    margin:0;
    font-size:11px;
    color:#b7bbc3
}

.activity-list small {
    display:block;
    font-size:9px;
    color:#767d89;
    margin-top:5px
}

.simple-list>a {
    display:flex;
    align-items:center;
    gap:12px;
    padding:16px 22px;
    border-bottom:1px solid #25282d;
    color:#c5c8ce;
    font-size:11px
}

.simple-list small {
    display:block;
    color:var(--muted);
    font-size:9px;
    margin-top:3px
}

.grow {
    flex:1
}

.filters {
    display:flex;
    align-items:flex-end;
    gap:12px;
    flex-wrap:wrap;
    padding:18px 22px;
    border-bottom:1px solid var(--border)
}

.filters>div {
    min-width:90px;
    max-width:220px;
    flex:1
}

.filters .filter-search {
    min-width:180px;
    max-width:none
}

.filters label {
    display:block;
    font-size:9px;
    color:var(--muted);
    margin-bottom:6px
}

.filters>button {
    height:36px
}

.filters>a {
    font-size:11px;
    align-self:center
}

.filters .checkbox-label {
    display:flex;
    margin-bottom:10px
}

.filters input,.filters select {
    font-size:11px;
    padding:8px 10px;
    min-height:36px
}

.form-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:22px;
    padding:26px
}

.form-field.full {
    grid-column:1/-1
}

.form-field>label {
    display:block;
    font-size:12px;
    color:#bdc1c8;
    margin-bottom:9px
}

.form-field {
    min-width:0
}

.form-field+.form-field {
    margin-top:0
}

.panel-body .form-field,.login-box .form-field {
    margin-bottom:20px
}

input:not([type=checkbox]),select,textarea {
    display:block;
    width:100%;
    padding:11px 12px;
    background:#131518;
    border:1px solid #35383e;
    border-radius:7px;
    color:#e8e9ed;
    min-height:42px;
    font-size:12px
}

input:focus,select:focus,textarea:focus {
    border-color:var(--orange);
    outline:1px solid #ff8a3d44
}

input[readonly] {
    color:#818894;
    background:#202226
}

input::placeholder,textarea::placeholder {
    color:#616875
}

input[type=checkbox] {
    accent-color:var(--orange);
    width:16px;
    height:16px
}

textarea {
    resize:vertical
}

.checkbox-label {
    display:flex!important;
    align-items:center;
    gap:9px;
    font-size:12px
}

.required {
    color:var(--orange)
}

.form-actions {
    display:flex;
    justify-content:flex-end;
    gap:10px;
    border-top:1px solid var(--border);
    padding:20px 26px
}

.form-panel {
    max-width:920px
}

.info-strip {
    font-size:11px;
    line-height:1.9;
    color:#c8b397;
    background:#2a251f;
    padding:16px 24px;
    border-bottom:1px solid #44382a
}

.info-strip.standalone {
    border:1px solid #44382a;
    border-radius:9px;
    margin-bottom:22px
}

.inline-form {
    display:flex;
    align-items:flex-end;
    gap:16px;
    flex-wrap:wrap;
    padding:22px
}

.inline-form .form-field {
    min-width:140px
}

.inline-form .form-field>label {
    font-size:10px
}

.inline-form button {
    height:42px
}

.field-error {
    color:#f1a29a;
    display:block;
    margin-top:5px
}

.alert {
    padding:15px 20px;
    border-radius:8px;
    margin-bottom:22px;
    font-size:12px;
    border:1px solid
}

.alert.success {
    background:#203027;
    border-color:#355343;
    color:#a9d2b7
}

.alert.error {
    background:#352324;
    border-color:#62373a;
    color:#f1bdbe
}

.alert ul {
    margin:8px 0 0;
    padding-left:18px
}

.pagination {
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    flex-wrap:wrap;
    padding:18px 22px;
    border-top:1px solid var(--border);
    font-size:11px
}

.pagination>div {
    display:flex;
    gap:10px;
    align-items:center
}

.page-number {
    font-size:10px;
    color:#9aa0aa
}

.detail-grid {
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:25px;
    margin:0;
    padding:26px
}

.detail-grid dt {
    font-size:10px;
    color:#8e95a0;
    margin-bottom:7px
}

.detail-grid dd {
    font-size:13px;
    color:#d1d4d9;
    margin:0;
    white-space:pre-wrap;
    overflow-wrap:anywhere
}

.salary-breakdown {
    margin:0;
    padding:12px 24px
}

.salary-breakdown>div {
    display:flex;
    justify-content:space-between;
    gap:10px;
    padding:13px 0;
    border-bottom:1px solid var(--border);
    font-size:12px
}

.salary-breakdown dt {
    color:#a8aeb8
}

.salary-breakdown dd {
    margin:0;
    font-variant-numeric:tabular-nums
}

.salary-breakdown .net-total {
    border:0;
    padding:20px 0;
    font-size:24px;
    color:var(--orange);
    font-family:Manrope,sans-serif
}

.net-total dt {
    color:var(--text);
    font-size:14px;
    padding-top:5px
}

.step-strip {
    display:flex;
    justify-content:space-between;
    gap:12px;
    padding:20px 25px;
    border-bottom:1px solid var(--border);
    font-size:11px;
    color:#808792
}

.step-strip strong {
    color:var(--orange)
}

.spaced {
    margin-top:15px
}

.adjustment-remove {
    display:inline-block;
    margin:10px 20px
}

.text-button {
    background:none;
    border:0;
    color:var(--orange);
    padding:0;
    font-size:11px
}

.calendar-scroll {
    overflow-x:auto
}

.calendar-grid {
    display:grid;
    grid-template-columns:repeat(7,1fr);
    min-width:740px
}

.calendar-weekday {
    padding:14px;
    color:#9ca2ac;
    font-size:11px;
    text-align:right;
    border-bottom:1px solid var(--border)
}

.calendar-day {
    min-height:125px;
    padding:10px;
    border-bottom:1px solid var(--border);
    border-right:1px solid var(--border)
}

.calendar-day:nth-child(7n) {
    border-right:0
}

.calendar-day.outside {
    background:#141618;
    color:#59606a
}

.day-number {
    font-size:11px;
    display:block;
    text-align:right;
    margin-bottom:7px
}

.is-today .day-number {
    color:var(--orange);
    font-weight:700
}

.is-today {
    background:#ff8a3d06
}

.calendar-event {
    display:block;
    font-size:9px;
    border-left:2px solid #f19b5f;
    background:#36281f;
    color:#f6b98c;
    padding:5px;
    margin-top:5px;
    border-radius:3px
}

.calendar-event.travel {
    border-color:#92b6e4;
    background:#242d3a;
    color:#afc5e7
}

.calendar-event.returned {
    border-color:#82c1a1;
    background:#21342b;
    color:#a1d2b6
}

.calendar-event.note {
    border-color:#b29bd4;
    background:#31263b;
    color:#cbb2e8
}

.finance-chart {
    height:235px;
    padding:26px 22px 0;
    display:flex;
    gap:13px;
    align-items:flex-end;
    position:relative;
    background:repeating-linear-gradient(to top,transparent 0,transparent 48px,#ffffff05 49px,#ffffff05 50px);
    margin:10px 22px 0
}

.chart-month {
    height:100%;
    flex:1;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    min-width:0
}

.chart-bars {
    height:185px;
    display:flex;
    gap:3px;
    align-items:flex-end;
    justify-content:center
}

.chart-bar {
    width:9px;
    min-height:2px;
    border-radius:3px 3px 0 0
}

.chart-bar.expenses,.legend-expenses {
    background:#ec914e
}

.chart-bar.revenue,.legend-revenue {
    background:#97b3a5
}

.chart-bar.payroll,.legend-payroll {
    background:#5d6474
}

.chart-month-label {
    font-size:8px;
    color:#858c96;
    text-align:center;
    margin-top:11px
}

.chart-legend {
    display:flex;
    justify-content:center;
    gap:20px;
    padding:23px;
    font-size:9px;
    color:#a0a6ae
}

.chart-legend span {
    display:flex;
    align-items:center;
    gap:6px
}

.chart-legend i {
    display:inline-block;
    width:7px;
    height:7px;
    border-radius:2px
}

.chart-data summary {
    padding:10px 22px;
    border-top:1px solid var(--border);
    font-size:10px;
    color:var(--muted);
    cursor:pointer
}

.app-footer {
    display:flex;
    justify-content:space-between;
    gap:12px;
    padding:10px 35px 25px;
    color:#646b76;
    font-size:9px
}

.app-footer .online-dot {
    margin-left:7px;
    width:4px;
    height:4px
}

.icon-button {
    display:grid;
    place-items:center;
    color:#b4bac3;
    border:1px solid var(--border);
    background:#202226;
    border-radius:6px;
    width:33px;
    height:33px
}

.mobile-menu,.sidebar-overlay {
    display:none
}

.skip-link {
    position:fixed;
    top:-100px;
    left:10px;
    background:var(--orange);
    color:#111;
    padding:12px;
    z-index:100
}

.skip-link:focus {
    top:10px
}

.sr-only {
    position:absolute;
    width:1px;
    height:1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
    white-space:nowrap
}

.login-page {
    min-height:100vh;
    display:grid;
    grid-template-columns:1.1fr 1fr
}

.login-art {
    background:radial-gradient(ellipse at 45% 75%,#4a2d1a55,transparent 60%),#191817;
    min-height:100vh;
    border-right:1px solid #332920;
    padding:42px 50px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    overflow:hidden
}

.login-art .brand {
    padding:0
}

.login-message {
    padding-top:60px
}

.login-message h1 {
    font-size:43px;
    line-height:1.35;
    letter-spacing:-1.7px
}

.login-message em {
    font-style:normal;
    color:var(--orange)
}

.login-message p {
    color:#97918a;
    font-size:13px;
    line-height:1.9;
    margin-top:18px
}

.login-art>small {
    color:#6c6863;
    font-size:10px
}

.login-panel {
    display:flex;
    align-items:center;
    justify-content:center;
    padding:50px;
    margin:0
}

.login-box {
    width:100%;
    max-width:350px
}

.login-box h2 {
    font-size:30px;
    letter-spacing:-1px;
    margin-bottom:10px
}

.login-box>p {
    font-size:12px;
    margin-bottom:30px
}

.login-box .eyebrow {
    font-size:9px;
    margin-bottom:16px
}

.login-submit {
    width:100%;
    display:flex;
    justify-content:space-between;
    margin-top:7px;
    min-height:43px
}

.login-box .login-footnote {
    font-size:9px;
    text-align:center;
    color:#646a73;
    margin:25px 0 0
}

.orbital {
    position:relative;
    height:280px;
    max-width:430px
}

.orbit {
    position:absolute;
    border:1px solid #ff934632;
    border-radius:50%;
    width:300px;
    height:170px;
    left:40px;
    top:45px;
    transform:rotate(-22deg)
}

.orbit-two {
    transform:rotate(38deg);
    width:300px;
    height:170px
}

.orbit-core {
    position:absolute;
    top:84px;
    left:150px;
    width:70px;
    height:70px;
    display:grid;
    place-items:center;
    border:1px solid #b27444;
    color:var(--orange);
    background:#38281c;
    border-radius:18px;
    font-size:37px;
    font-weight:800;
    box-shadow:0 0 75px #ff8a3d14
}

.orbit-core span {
    position:absolute;
    font-size:24px;
    right:4px;
    top:8px
}

.orbit-label {
    position:absolute;
    background:#25211d;
    border:1px solid #57402b;
    border-radius:7px;
    padding:6px 12px;
    font-size:9px;
    color:#c2a58b
}

.label-a {
    top:55px;
    left:35px
}

.label-b {
    top:85px;
    left:280px
}

.label-c {
    top:205px;
    left:110px
}

@media(min-width:1550px) {
    main {
        max-width:1700px;
        width:100%;
        margin:auto
    }
    .metric-card strong {
        font-size:27px
    }
    .metrics-grid {
        gap:18px
    }
    .metric-label {
        font-size:12px
    }
    .metric-card small {
        font-size:10px
    }
    table {
        font-size:12px
    }
    .nav-item {
        padding-top:12px;
        padding-bottom:12px
    }
}

@media(max-width:1150px) {
    .sidebar {
        width:215px;
        padding-left:12px;
        padding-right:12px
    }
    .app-shell {
        margin-left:215px
    }
    main {
        padding:27px 23px
    }
    .topbar {
        padding:0 23px
    }
    .metrics-grid {
        grid-template-columns:repeat(3,minmax(0,1fr))
    }
    .metric-card strong {
        font-size:20px
    }
    .dashboard-main {
        grid-template-columns:minmax(0,1.5fr) minmax(230px,1fr)
    }
    .two-columns {
        grid-template-columns:1fr
    }
    .two-columns>.panel {
        margin-bottom:0
    }
    .two-columns {
        margin-bottom:22px
    }
    th,td {
        padding-left:15px;
        padding-right:15px
    }
    .finance-chart {
        gap:7px;
        padding-left:0;
        padding-right:0
    }
    .page-heading {
        align-items:flex-start
    }
    .page-heading .actions {
        justify-content:flex-end
    }
    .detail-grid {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
}

@media(max-width:850px) {
    .sidebar {
        transform:translateX(-100%);
        transition:transform .2s;
        width:238px
    }
    .sidebar-open .sidebar {
        transform:translateX(0)
    }
    .sidebar-open .sidebar-overlay {
        display:block;
        position:fixed;
        inset:0;
        background:#0009;
        z-index:40
    }
    .app-shell {
        margin-left:0
    }
    .mobile-menu {
        display:grid
    }
    .dashboard-main {
        grid-template-columns:1fr
    }
    .today {
        display:none
    }
    .login-art {
        padding:35px
    }
    .login-message h1 {
        font-size:33px
    }
    .login-page {
        grid-template-columns:1fr 1fr
    }
    .orbital {
        transform:scale(.8);
        transform-origin:left center
    }
    .login-panel {
        padding:35px
    }
    .login-message .eyebrow {
        font-size:8px
    }
}

@media(max-width:580px) {
    main {
        padding:23px 15px
    }
    .topbar {
        height:64px;
        padding:0 15px
    }
    .topbar-left {
        gap:10px;
        font-size:11px
    }
    .topbar-left>.muted,.crumb {
        display:none
    }
    .topbar-right {
        gap:12px
    }
    .page-heading {
        display:block;
        margin-bottom:23px
    }
    .page-heading>.actions,.page-heading>.button {
        margin-top:17px;
        justify-content:flex-start
    }
    h1 {
        font-size:28px
    }
    .page-heading p {
        font-size:11px
    }
    .metrics-grid {
        grid-template-columns:repeat(2,minmax(0,1fr));
        gap:10px
    }
    .metric-card {
        padding:14px 12px
    }
    .metric-label {
        font-size:9px;
        min-height:27px;
        align-items:flex-start;
        margin-bottom:7px
    }
    .metric-card strong {
        font-size:18px
    }
    .metric-card small {
        font-size:8px
    }
    .overview-banner {
        padding:22px
    }
    .overview-banner h2 {
        font-size:20px
    }
    .banner-right {
        display:none
    }
    .banner-lines {
        left:50%
    }
    .panel-heading {
        padding:17px
    }
    .panel-heading h2 {
        font-size:14px
    }
    .panel-heading>.muted {
        font-size:9px
    }
    .form-grid {
        grid-template-columns:1fr;
        padding:20px;
        gap:20px
    }
    .detail-grid {
        grid-template-columns:1fr;
        padding:20px;
        gap:20px
    }
    .form-actions {
        padding:18px
    }
    .inline-form {
        padding:18px
    }
    .inline-form .form-field {
        width:100%
    }
    .filters {
        padding:15px;
        gap:10px
    }
    .filters>div {
        min-width:120px;
        max-width:none
    }
    .filters .filter-search {
        min-width:100%
    }
    .summary-grid {
        grid-template-columns:1fr 1fr;
        gap:10px
    }
    .summary-card {
        padding:15px
    }
    .summary-card strong {
        font-size:16px
    }
    .summary-card small {
        font-size:9px
    }
    .step-strip {
        font-size:9px;
        padding:16px;
        gap:10px
    }
    .finance-chart {
        margin:5px 16px 0;
        gap:5px;
        height:220px
    }
    .chart-bars {
        gap:2px
    }
    .chart-bar {
        width:6px
    }
    .chart-month-label {
        font-size:7px
    }
    .app-footer {
        padding:5px 15px 20px;
        font-size:8px
    }
    .pagination {
        padding:15px
    }
    .login-page {
        display:block
    }
    .login-art {
        min-height:auto;
        padding:28px;
        background:linear-gradient(150deg,#191817,#302219)
    }
    .login-message {
        padding-top:30px
    }
    .login-message h1 {
        font-size:27px;
        margin-bottom:0
    }
    .login-message .eyebrow,.login-message p,.orbital,.login-art>small {
        display:none
    }
    .login-panel {
        padding:38px 28px
    }
    .login-box h2 {
        font-size:27px
    }
    .login-art .brand {
        font-size:24px
    }
    .login-message br {
        display:none
    }
    .login-message em {
        display:block
    }
    .salary-breakdown .net-total {
        font-size:21px
    }
}

@media(prefers-reduced-motion:reduce) {
    * {
        transition:none!important;
        scroll-behavior:auto!important
    }
}

