@charset "UTF-8";

:root {
    color-scheme: light;
    font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, Arial, sans-serif;
    color: #20342b;
    background: #fcfdfa;
    font-synthesis: none;
    --green: #194b39;
    --muted: #69766e;
}

* { box-sizing: border-box; }
body { margin: 0; }
button, input { font: inherit; }
a { color: inherit; }
button, a, input { -webkit-tap-highlight-color: transparent; }
svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
[hidden] { display: none !important; }
:focus-visible { outline: 3px solid #6b9b51; outline-offset: 4px; }
.skip-link { position: fixed; z-index: 10; top: 12px; left: 12px; padding: 12px 20px; background: white; border-radius: 8px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.login-layout { display: grid; grid-template-columns: 51% 49%; min-height: 100svh; }
.overview { display: flex; flex-direction: column; padding: 38px 58px 25px; background: #edf3e9; position: relative; overflow: hidden; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; align-self: flex-start; }
.brand-mark { display: flex; align-items: flex-end; justify-content: center; gap: 3px; width: 37px; height: 37px; padding: 9px; background: var(--green); border-radius: 10px; transform: rotate(-5deg); }
.brand-mark span { display: block; width: 4px; border-radius: 1px; background: #d6efab; }
.brand-mark span:nth-child(1) { height: 9px; }
.brand-mark span:nth-child(2) { height: 14px; }
.brand-mark span:nth-child(3) { height: 19px; }
.brand-name { display: flex; align-items: center; gap: 12px; font-size: 23px; font-weight: 750; letter-spacing: -.9px; }
.brand-divider { width: 1px; height: 20px; background: #b7c6b6; }
.brand-product { font-size: 19px; font-weight: 450; letter-spacing: -.4px; }
.overview-content { width: 100%; max-width: 490px; margin: auto; padding: 52px 0 33px; }
.eyebrow { display: flex; align-items: center; gap: 9px; font-size: 10px; font-weight: 650; letter-spacing: 1.9px; color: #48624f; }
.small-dot { width: 6px; height: 6px; background: #59885a; border-radius: 50%; box-shadow: 0 0 0 4px #e0eada; }
h1 { font-size: clamp(39px, 3.6vw, 56px); line-height: 1.12; letter-spacing: -2.5px; font-weight: 550; margin: 23px 0 20px; }
h1 > span { color: #668558; }
.overview-description { font-size: 15px; line-height: 1.8; color: #60705e; margin: 0; }
.workspace-illustration { position: relative; margin: 42px 0 22px; padding: 5px 24px 65px 0; }
.illustration-orbit { position: absolute; width: 310px; height: 310px; border: 1px solid #d7e2ce; border-radius: 50%; pointer-events: none; }
.orbit-one { right: -75px; top: 2px; }
.orbit-two { right: -48px; top: -23px; }
.summary-card { position: relative; background: #194836; border: 1px solid #365b43; border-radius: 16px; padding: 23px 25px 19px; color: #f5f8ef; box-shadow: 0 20px 38px -25px #2e4e3866; transform: rotate(-2deg); }
.summary-heading { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 11px; }
.summary-heading > span:first-child { display: flex; align-items: center; gap: 7px; }
.summary-dot { width: 6px; height: 6px; border-radius: 50%; background: #c6e39a; }
.period-label { display: inline-flex; align-items: center; gap: 5px; border: 1px solid #496a57; border-radius: 5px; padding: 5px 7px; color: #d3dece; font-size: 9px; }
.period-label svg { width: 10px; height: 10px; }
.balance-label { margin: 24px 0 5px; font-size: 10px; color: #c2d2bd; }
.balance { font-size: 35px; font-weight: 500; letter-spacing: -1.5px; font-variant-numeric: tabular-nums; }
.balance > span { color: #8baa87; font-size: 26px; }
.balance-caption { display: flex; align-items: center; gap: 7px; margin-top: 7px; color: #b3c9ae; font-size: 9px; }
.balance-caption > span { display: inline-flex; align-items: center; gap: 3px; color: #d0eba5; }
.balance-caption svg { width: 12px; height: 12px; }
.chart { height: 86px; position: relative; margin-top: 17px; }
.chart-grid { position: absolute; inset: 0; background: repeating-linear-gradient(to top, #73916b24 0, #73916b24 1px, transparent 1px, transparent 28px); }
.chart-bars { display: flex; position: relative; align-items: flex-end; justify-content: space-between; gap: 10px; height: 100%; }
.chart-bars i { display: block; flex: 1; max-width: 22px; height: 35%; background: #719c6b; border-radius: 3px 3px 0 0; }
.chart-bars i:nth-child(2) { height: 50%; }
.chart-bars i:nth-child(3) { height: 42%; }
.chart-bars i:nth-child(4) { height: 65%; }
.chart-bars i:nth-child(5) { height: 51%; }
.chart-bars i:nth-child(6) { height: 70%; }
.chart-bars i:nth-child(7) { height: 58%; }
.chart-bars i:nth-child(8) { height: 78%; background: #b4d78b; }
.chart-bars i:nth-child(9) { height: 65%; background: #b4d78b; }
.chart-bars i:nth-child(10) { height: 86%; background: #b4d78b; }
.chart-bars i:nth-child(11) { height: 75%; background: #d0eaa7; }
.chart-bars i:nth-child(12) { height: 100%; background: #d0eaa7; }
.chart-labels { display: flex; justify-content: space-between; color: #9fb999; margin: 9px 0 15px; font-size: 8px; }
.summary-bottom { display: flex; align-items: center; gap: 13px; padding-top: 12px; border-top: 1px solid #40614d; font-size: 8px; color: #c2d2bd; }
.summary-bottom > span { display: flex; align-items: center; gap: 5px; }
.summary-bottom > span:last-child { margin-left: auto; color: #a7bda1; }
.summary-bottom i { display: inline-block; height: 5px; width: 5px; border-radius: 50%; background: #d0eaa7; }
.summary-bottom > span:nth-child(2) i { background: #719c6b; }
.invoice-note { position: absolute; right: -8px; bottom: 32px; display: flex; align-items: center; gap: 12px; padding: 15px 17px; background: #fffef9; border: 1px solid #e4e9de; border-radius: 12px; box-shadow: 0 12px 25px -16px #263e3466; transform: rotate(3deg); }
.note-icon { display: grid; place-items: center; background: #eef3e6; color: #64854e; width: 38px; height: 42px; border-radius: 8px; }
.invoice-note strong { display: block; font-size: 11px; font-weight: 650; }
.invoice-note small { display: block; margin-top: 6px; font-size: 9px; color: #788174; }
.note-check { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; color: #4a7847; background: #eaf3df; margin-left: 7px; }
.note-check svg { width: 12px; height: 12px; }
.preview-caption { position: absolute; bottom: 0; left: 0; font-size: 9px; color: #788773; letter-spacing: .4px; }
.feature-line { display: flex; align-items: center; gap: 24px; font-size: 11px; color: #53654e; padding-top: 10px; }
.feature-line > span { display: flex; align-items: center; gap: 7px; }
.feature-line svg { width: 15px; height: 15px; }
.overview-footer { display: flex; align-items: center; justify-content: space-between; color: #70816a; font-size: 10px; }
.footer-symbol { font-size: 26px; color: #8aa275; }
.sign-in-panel { display: flex; flex-direction: column; padding: 42px 48px 30px; min-width: 0; }
.panel-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.workspace-badge { display: inline-flex; align-items: center; gap: 7px; padding: 7px 10px; border: 1px solid #e2e7de; border-radius: 20px; font-size: 10px; color: #64745e; }
.workspace-badge > span { width: 5px; height: 5px; border-radius: 50%; background: #81a96b; }
.help-link { display: inline-flex; align-items: center; gap: 4px; font-size: 11px; color: #64715f; text-decoration: none; }
.help-link svg { width: 13px; height: 13px; }
.help-link:hover { color: var(--green); text-decoration: underline; }
.sign-in-content { width: 100%; max-width: 374px; margin: auto; padding: 68px 0 78px; scroll-margin-top: 24px; }
.welcome-icon { width: 50px; height: 50px; border: 1px solid #e1e8d9; border-radius: 14px; background: #f0f5e9; display: grid; place-items: center; color: #60834c; margin-bottom: 27px; }
.welcome-icon svg { width: 24px; height: 24px; }
.form-eyebrow { font-size: 9px; font-weight: 650; letter-spacing: 1.7px; color: #75826d; }
h2 { font-size: 35px; letter-spacing: -1.3px; font-weight: 550; line-height: 1.25; margin: 10px 0 12px; }
.form-description { color: var(--muted); font-size: 12px; line-height: 1.8; margin: 0; }
.login-form { margin-top: 34px; }
.field-group + .field-group { margin-top: 22px; }
label { display: block; font-size: 12px; font-weight: 600; margin-bottom: 10px; }
.label-row { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
.forgot-link { font-size: 11px; color: #617c4e; text-decoration: none; }
.forgot-link:hover { text-decoration: underline; }
.input-wrap { position: relative; }
.input-wrap input { display: block; width: 100%; height: 52px; padding: 0 45px; border: 1px solid #dce2d7; border-radius: 8px; background: #fff; color: #243c2e; font-size: 13px; transition: border-color .15s, box-shadow .15s; }
.input-wrap input::placeholder { color: #8a9286; opacity: 1; }
.input-wrap input:hover { border-color: #9daa95; }
.input-wrap input:focus { outline: none; border-color: #74915e; box-shadow: 0 0 0 3px #e6efdc; }
.input-icon { position: absolute; top: 17px; left: 15px; width: 18px; height: 18px; color: #89977e; pointer-events: none; }
.password-toggle { display: grid; place-items: center; position: absolute; top: 4px; right: 4px; width: 44px; height: 44px; border: 0; border-radius: 5px; background: transparent; color: #7e8b75; cursor: pointer; }
.password-toggle:hover { color: var(--green); background: #f1f5eb; }
.password-toggle svg { width: 18px; height: 18px; }
.eye-closed, .password-toggle[aria-pressed="true"] .eye-open { display: none; }
.password-toggle[aria-pressed="true"] .eye-closed { display: block; }
.submit-button { display: flex; align-items: center; justify-content: center; gap: 14px; width: 100%; height: 52px; margin-top: 28px; border: 1px solid var(--green); border-radius: 8px; background: var(--green); color: #fff; font-size: 13px; font-weight: 600; cursor: pointer; box-shadow: 0 4px 8px #184b3910; transition: background .15s, transform .15s; }
.submit-button:hover { background: #103a2b; transform: translateY(-1px); }
.submit-button:active { transform: translateY(0); }
.submit-button svg { width: 17px; height: 17px; }
.access-note { display: flex; align-items: flex-start; justify-content: center; gap: 9px; margin-top: 28px; padding-top: 25px; border-top: 1px solid #e8ebe3; color: #78836f; }
.access-note > svg { margin-top: 2px; width: 15px; height: 15px; }
.access-note p { margin: 0; font-size: 10px; line-height: 1.9; }
.access-note a { color: #4e6c3e; text-underline-offset: 3px; }
.panel-footer { display: flex; justify-content: space-between; gap: 12px; color: #7c8775; font-size: 9px; }
.panel-footer > span:last-child { display: flex; align-items: center; gap: 5px; }
.panel-footer svg { width: 11px; height: 11px; }
.form-notice { margin-top: 20px; padding: 12px 14px; border: 1px solid #e1d3a6; border-radius: 7px; background: #fbf7e9; color: #6e571e; font-size: 12px; line-height: 1.6; }

@media (min-width: 1600px) {
    .overview { padding-right: 80px; padding-left: 80px; }
    .overview-content { max-width: 540px; }
    .workspace-illustration { padding-right: 40px; }
    .sign-in-content { max-width: 410px; }
}
@media (max-width: 1100px) {
    .overview { padding: 32px 36px 24px; }
    .sign-in-panel { padding: 36px 30px 26px; }
    h1 { font-size: 42px; }
    .summary-card { padding: 20px; }
    .workspace-illustration { padding-right: 12px; }
    .invoice-note { right: -14px; }
    .panel-footer { flex-wrap: wrap; }
}
@media (max-width: 800px) {
    .login-layout { grid-template-columns: 1fr; }
    .overview { padding: 24px 28px; overflow: visible; }
    .overview-content, .overview-footer { display: none; }
    .brand-mark { width: 34px; height: 34px; }
    .brand-name { font-size: 21px; }
    .brand-product { font-size: 17px; }
    .sign-in-panel { min-height: calc(100svh - 82px); padding: 24px 28px; }
    .sign-in-content { max-width: 420px; padding: 40px 0 52px; }
    .welcome-icon { margin-bottom: 22px; }
    .input-wrap input { font-size: 16px; }
    .form-description { font-size: 13px; }
    .panel-footer { font-size: 10px; }
}
@media (max-width: 380px) {
    .overview { padding: 20px; }
    .sign-in-panel { padding: 20px; }
    h2 { font-size: 31px; }
    .workspace-badge { font-size: 9px; }
    .panel-footer { gap: 14px; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { transition: none !important; scroll-behavior: auto !important; }
}
