:root{--font-sans:var(--font-inter),system-ui,-apple-system,sans-serif;--font-mono:"JetBrains Mono",ui-monospace,monospace;--color-white:#ffffff;--color-page:#eef2f6;--color-surface:#ffffff;--color-surface-alt:#f8fafc;--color-surface-muted:#f5f7fa;--color-text:#364152;--color-heading:#121926;--color-secondary:#4b5565;--color-muted:#697586;--color-placeholder:#9aa4b2;--color-border:#e3e8ef;--color-border-strong:#cdd5df;--color-divider:#f1f5f9;--color-green-500:#16b364;--color-green-600:#099250;--color-success-50:#ecfdf3;--color-success-700:#067647;--color-error-50:#fef3f2;--color-error-500:#f04438;--color-error-700:#b42318;--color-warning-50:#fef9e7;--color-warning-400:#fac515;--color-warning-700:#b54708;--color-blue-600:#0070e0;--color-blue-50:#eff8ff;--color-dark:#121926;--color-dark-muted:#cdd5df;--radius-sm:8px;--radius-md:12px;--radius-pill:9999px;--shadow-drawer:-8px 0 24px rgba(18,25,38,0.08);--focus-ring:0 0 0 3px rgba(22,179,100,0.4),0 0 0 1px var(--color-green-500);--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0;font-family:var(--font-sans);font-size:16px;line-height:1.5;color:var(--color-text);background:var(--color-page);-webkit-font-smoothing:antialiased}:focus-visible{outline:none;box-shadow:var(--focus-ring)}h1,h2,h3{margin:0;color:var(--color-heading);letter-spacing:-.02em}h1{font-size:1.75rem;line-height:1.2}h1,h2{font-weight:600}h2{font-size:1.125rem;line-height:1.3}p{margin:0}button,input,select,textarea{font:inherit}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);min-height:40px;padding:0 var(--space-4);border:1px solid transparent;border-radius:var(--radius-pill);font-size:.875rem;font-weight:600;letter-spacing:-.01em;line-height:1.25;text-decoration:none;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.btn:disabled{opacity:.55;cursor:not-allowed}.btnPrimary{background:var(--color-green-500);color:var(--color-white)}.btnPrimary:hover:not(:disabled){background:var(--color-green-600)}.btnSecondary{background:var(--color-surface);color:var(--color-heading);border-color:var(--color-border-strong)}.btnSecondary:hover:not(:disabled){border-color:var(--color-secondary)}.btnGhost{background:transparent;color:var(--color-secondary)}.btnGhost:hover:not(:disabled){background:var(--color-surface-alt);color:var(--color-heading)}.fieldLabel{display:flex;flex-direction:column;gap:var(--space-2);font-size:.875rem;font-weight:600;color:var(--color-heading)}.tierToggle{display:inline-flex;align-self:flex-start;gap:var(--space-1);padding:var(--space-1);background:var(--color-surface-alt);border:1px solid var(--color-border);border-radius:var(--radius-pill)}.tierOption{position:relative;display:inline-flex;align-items:center;justify-content:center;min-width:72px;min-height:40px;padding:0 var(--space-5);border:1px solid transparent;border-radius:var(--radius-pill);font-size:.875rem;font-weight:600;color:var(--color-secondary);cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}.tierOptionSelected{background:var(--color-surface);border-color:var(--color-border-strong);color:var(--color-heading);box-shadow:0 1px 2px rgba(18,25,38,.06)}.tierOptionInput{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.tierOption:has(.tierOptionInput:focus-visible){box-shadow:var(--focus-ring)}.reportActionsRow{display:flex;flex-wrap:wrap;align-items:flex-end;gap:var(--space-4)}.reportTierField{flex:1 1 auto;min-width:min(100%,12rem)}.reportActionsRow .btnPrimary{flex-shrink:0}.selectedCustomer{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-success-50);color:var(--color-success-700);font-size:.875rem;font-weight:600}.fieldInput,.selectedCustomer{padding:var(--space-3) var(--space-4)}.fieldInput{width:100%;min-height:44px;border:1px solid var(--color-border-strong);border-radius:var(--radius-sm);color:var(--color-heading);background:var(--color-surface);transition:border-color .18s ease,box-shadow .18s ease}textarea.fieldInput{min-height:auto;resize:vertical;line-height:1.5}.fieldInput::placeholder{color:var(--color-placeholder)}.fieldInput:hover{border-color:var(--color-secondary)}.fieldInput:focus{outline:none;border-color:var(--color-green-500);box-shadow:var(--focus-ring)}.badge{display:inline-flex;align-items:center;gap:6px;min-height:22px;padding:0 var(--space-2);border-radius:var(--radius-pill);font-size:.6875rem;font-weight:600;line-height:1.25;white-space:nowrap}.badge:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor;flex-shrink:0}.badgeSuccess{color:var(--color-success-700);background:var(--color-success-50)}.badgeWarning{color:var(--color-warning-700);background:var(--color-warning-50)}.badgeError{color:var(--color-error-700);background:var(--color-error-50)}.badgeNeutral{color:var(--color-secondary);background:var(--color-surface-alt)}.badgeInfo{color:var(--color-blue-600);background:var(--color-blue-50)}.loginPage{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:var(--space-4);background:radial-gradient(circle at top right,rgba(22,179,100,.12),transparent 42%),var(--color-dark)}.loginPanel{gap:var(--space-6);width:100%;max-width:26rem;padding:var(--space-8);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md)}.loginBrand,.loginPanel{display:flex;flex-direction:column}.loginBrand{gap:var(--space-3)}.zilocarLogo{display:block;width:9.33rem;height:1.5rem}.zilocarLogoNavbar{width:7.5rem}.zilocarLogoLogin{width:8.5rem}.loginSubtitle{font-size:.9375rem;color:var(--color-muted)}.loginForm{display:flex;flex-direction:column;gap:var(--space-4)}.loginForm .btnPrimary{min-height:48px;margin-top:var(--space-2);font-size:1rem}.fieldHint{margin-top:calc(-1 * var(--space-2));font-size:.8125rem;color:var(--color-muted)}.success{color:var(--color-success-700);font-size:.875rem}.appShell{display:flex;flex-direction:column;min-height:100vh}.adminNavbar{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:var(--space-4);width:100%;padding:var(--space-4) var(--space-6);background:var(--color-surface);border-bottom:1px solid var(--color-border)}.adminNavbarBrand{display:flex;flex-direction:column;gap:var(--space-1);flex-shrink:0}.adminNavbarTag{font-size:.75rem;font-weight:500;color:var(--color-muted)}.adminNavbarNav{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:var(--space-1)}.adminNavbarNav a{display:flex;align-items:center;min-height:40px;padding:0 var(--space-3);border-radius:var(--radius-sm);color:var(--color-secondary);text-decoration:none;font-size:.875rem;font-weight:500;white-space:nowrap;transition:background-color .18s ease,color .18s ease}.adminNavbarNav a:hover{background:var(--color-surface-alt);color:var(--color-heading)}.adminNavbarNav a[aria-current=page]{background:var(--color-success-50);color:var(--color-success-700);font-weight:600}.content{flex:1 1;min-width:0;padding:var(--space-8);overflow:auto}.pageHeader{display:flex;flex-direction:column;gap:var(--space-2);max-width:48rem;margin-bottom:var(--space-6)}.pageHeader p{font-size:.9375rem;color:var(--color-muted);max-width:42rem}.reportGenerationPage{width:100%;max-width:56rem;margin-inline:auto}.searchPanel{display:flex;flex-direction:column;gap:var(--space-4);padding:var(--space-5);margin-bottom:var(--space-6);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md)}.reportGenerationForm{display:flex;flex-direction:column;gap:var(--space-6)}.reportGenerationForm .fieldLabel{gap:var(--space-3)}.creditPreviewPanel{padding:var(--space-4);background:var(--color-surface-alt);border:1px solid var(--color-border);border-radius:var(--radius-md)}.creditExpiryGroup{display:flex;flex-direction:column;gap:var(--space-4)}.creditExpiryHeader{display:flex;flex-direction:column;gap:var(--space-2)}.fieldGroupTitle{margin:0;font-size:.875rem;font-weight:600;color:var(--color-heading)}.creditExpiryDefault{margin:0;font-size:.8125rem;color:var(--color-secondary)}.checkboxRow{display:inline-flex;flex-direction:row;align-items:center;gap:var(--space-2);align-self:flex-start;font-size:.875rem;font-weight:400;color:var(--color-heading);cursor:pointer}.checkboxRow input:disabled{cursor:not-allowed}.checkboxRow:has(input:disabled){color:var(--color-muted);cursor:not-allowed}.customerSummaryPanel{display:flex;flex-direction:column;gap:var(--space-6);padding:var(--space-6);margin-bottom:var(--space-6);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md)}.customerSummaryHeader{display:flex;flex-direction:column;gap:var(--space-1)}.customerSummaryHeader h2{font-size:1.125rem}.customerSummaryEmail{color:var(--color-muted);font-size:.9375rem}.customerSummaryTable{width:100%;border-collapse:collapse;font-size:.875rem}.customerSummaryTable td,.customerSummaryTable th{padding:var(--space-2) var(--space-4);border-bottom:1px solid var(--color-border);text-align:left;vertical-align:middle}.customerSummaryTable th{width:14rem;background:var(--color-surface-alt);font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--color-muted)}.customerSummaryTable td{color:var(--color-heading);font-weight:500}.customerSummaryTable tbody tr:last-child td,.customerSummaryTable tbody tr:last-child th{border-bottom:none}.customerSummaryTable td .customerSummaryMeta{margin-left:var(--space-2)}.customerSummaryMeta{font-size:.8125rem;font-weight:500;color:var(--color-muted)}.customerSummaryToggle{align-self:flex-start;padding-inline:0}.customerSummaryLinks{display:flex;flex-wrap:wrap;gap:var(--space-3)}.customerLookupLayout{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:var(--space-6);gap:var(--space-6);margin-bottom:var(--space-6)}.customerLookupLayout .customerSummaryPanel{margin-bottom:0}.customerLookupLayout+.paymentsSection{margin-top:var(--space-6)}@media (min-width:1280px){.customerLookupLayout{grid-template-columns:minmax(0,3fr) minmax(0,7fr);align-items:start}}.paymentsSection{display:flex;flex-direction:column;gap:var(--space-4)}.paymentsSection+.paymentsSection{margin-top:var(--space-6)}.paymentsSectionTitle{font-size:1rem;font-weight:600}.paymentsSectionLoadMore{align-self:center}.searchBar{display:flex;gap:var(--space-3)}.searchBar .fieldInput{flex:1 1}.searchBar .btnPrimary{min-height:44px;padding-inline:var(--space-5);flex-shrink:0}.tableWrap{overflow:auto}.reportHistoryTableWrap,.tableWrap{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md)}.adminReportHistoryTable{width:100%;border-collapse:collapse;font-size:.8125rem}.adminReportHistoryTable td,.adminReportHistoryTable th{padding:var(--space-2) var(--space-3);border-bottom:1px solid var(--color-border);text-align:left;vertical-align:middle}.adminReportHistoryTable th{background:var(--color-surface-alt);font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--color-muted)}.adminReportHistoryTable tbody tr:last-child td{border-bottom:none}.adminReportHistoryTable tbody tr:hover{background:var(--color-surface-muted)}.adminReportHistoryTable .timestampCell{white-space:nowrap}.adminReportHistoryTable .mono{font-size:.75rem}.adminReportHistoryTable .btn{min-height:32px;padding:0 var(--space-3);font-size:.8125rem}.activityTable{width:100%;min-width:960px;border-collapse:collapse;font-size:.875rem}.activityTable td,.activityTable th{padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--color-border);text-align:left;vertical-align:middle}.activityTable th{background:var(--color-surface-alt);font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--color-muted)}.activityTable tbody tr:last-child td{border-bottom:none}.tableActions{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:var(--space-2)}.tableActions .btn{flex-shrink:0;white-space:nowrap}.activityTable tbody tr:hover{background:var(--color-surface-muted)}.activityTable .amountCell,.activityTable .timestampCell{white-space:nowrap}.mono{font-family:var(--font-mono);font-size:.8125rem;letter-spacing:.02em}.drawerBackdrop{position:fixed;inset:0;background:rgba(18,25,38,.32);z-index:40}.drawer{position:fixed;top:0;right:0;z-index:50;display:flex;flex-direction:column;gap:var(--space-4);width:min(24rem,100vw);height:100vh;padding:var(--space-6);background:var(--color-surface);border-left:1px solid var(--color-border);box-shadow:var(--shadow-drawer);overflow-y:auto}.drawerHeader{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.drawer dl{display:grid;grid-template-columns:7rem 1fr;grid-gap:var(--space-3) var(--space-4);gap:var(--space-3) var(--space-4);margin:0;padding:var(--space-4) 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.drawer dt{font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--color-muted)}.drawer dd{margin:0;font-size:.875rem;color:var(--color-heading);word-break:break-word}.drawerExtendExpiry{display:flex;flex-direction:column;gap:var(--space-3)}.drawerExtendExpiryToggle{align-self:flex-start}.drawerExtendExpiryForm{display:flex;flex-direction:column;gap:var(--space-4);padding:var(--space-4);background:var(--color-surface-alt);border:1px solid var(--color-border);border-radius:var(--radius-md)}.drawerExtendExpiryPreview{font-size:.8125rem;color:var(--color-secondary)}.drawerExtendExpiryPreview strong{display:block;margin-top:var(--space-1);font-size:.875rem;font-weight:600;color:var(--color-heading)}.drawerExtendExpiryPresets{display:flex;flex-direction:column;gap:var(--space-2)}.drawerExtendExpiryCustom{display:flex;flex-direction:column;gap:var(--space-3)}.drawerExtendExpiryActions{display:flex;justify-content:flex-start;padding-top:var(--space-1)}.drawerLinks{display:flex;flex-direction:column;gap:var(--space-2)}.drawerLinks a{display:inline-flex;align-items:center;min-height:40px;color:var(--color-blue-600);font-size:.875rem;font-weight:600;text-decoration:none}.drawerLinks a:hover{text-decoration:underline}.error{color:var(--color-error-700);font-size:.875rem}.errorPageBody{margin:0}.errorPage{display:flex;align-items:center;justify-content:center;min-height:100vh;background:var(--color-bg)}.errorCard,.errorPage{padding:var(--space-8)}.errorCard{width:min(100%,32rem);text-align:center;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.errorCard h1{margin:0 0 var(--space-3);font-size:1.5rem;color:var(--color-heading)}.errorCard p{margin:0 0 var(--space-6);color:var(--color-muted)}.errorActions{display:flex;gap:var(--space-3);justify-content:center;flex-wrap:wrap}.muted{font-size:.875rem}.emptyState,.muted{color:var(--color-muted)}.emptyState{padding:var(--space-8);text-align:center;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md)}@media (max-width:1024px){.adminNavbar,.content{padding:var(--space-4)}.searchBar{flex-direction:column}.customerSummaryTable th{width:auto}}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_f367f3{font-family:Inter,Inter Fallback;font-style:normal}.__variable_f367f3{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/886030b0b59bc5a7-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/0aa834ed78bf6d07-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/67957d42bae0796d-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/f911b923c6adde36-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/939c4f875ee75fbb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(/_next/static/media/bb3ef058b751a6ad-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:JetBrains Mono Fallback;src:local("Arial");ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.00%;size-adjust:134.59%}.__className_3c557b{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal}.__variable_3c557b{--font-mono:"JetBrains Mono","JetBrains Mono Fallback"}