/* Source-owned default theme, mirrored for an isolated static prototype. */
@font-face{font-family:Manrope;src:url(assets/Manrope-Regular.ttf);font-weight:400;font-display:swap}
@font-face{font-family:Manrope;src:url(assets/Manrope-SemiBold.ttf);font-weight:600 800;font-display:swap}
:root{--background:#f3effa;--foreground:#121021;--card:#fff;--primary:#06041f;--primary-foreground:#fff;--muted:#e8e5f0;--muted-foreground:#6e6a8b;--accent-soft:#e9e5f9;--accent-soft-hover:#ddd6f3;--accent-interactive:#5935e9;--ring:#5935e9;--destructive:#e62b0f;--success:#0cc078;--warning:#f9c152;--border:#d4c5e6;--input:#ebe5f5;--sidebar:#f8f9fa;--sidebar-foreground:#212529;--sidebar-accent:rgba(89,53,233,.1);--pastel-purple:#c9b1ff;--pastel-blue:#a8d8ea;--pastel-peach:#ffb7b2;--pastel-mint:#a8e6d0;--pastel-lavender:#ddc2ff;--success-ink:#12613f;--shadow:0 22px 90px #12102124}
*{box-sizing:border-box}body{margin:0;color:var(--foreground);background:var(--background);font:13px/1.55 Manrope,Arial,sans-serif}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer;border:0;display:inline-flex;align-items:center;justify-content:center;gap:7px;background:transparent;transition:background .18s,transform .18s}button:hover:not(:disabled){background:var(--accent-soft-hover)}button:active:not(:disabled){transform:translateY(1px)}button:disabled{opacity:.5;cursor:not-allowed}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--ring);outline-offset:3px}button:focus:not(:focus-visible){outline:none}a{color:var(--accent-interactive)}h1,h2,h3,p{margin:0}h1{font-size:23px;line-height:1.3;letter-spacing:-.6px}h2{font-size:18px;line-height:1.4;letter-spacing:-.3px}h3{font-size:14px;font-weight:600}strong{font-weight:600}small{font-size:11px}svg.icon{width:18px;height:18px;flex-shrink:0}.muted{color:var(--muted-foreground)}.eyebrow{display:block;font-size:9px;letter-spacing:.13em;font-weight:700;color:var(--muted-foreground);margin-bottom:7px}.primary,.quiet,.tinted,.danger{border-radius:999px;padding:9px 16px;font-weight:600;font-size:12px;white-space:nowrap}.primary{background:var(--primary);color:var(--primary-foreground)}.primary:hover:not(:disabled){background:var(--accent-interactive)}.quiet{background:var(--accent-soft)}.tinted{background:var(--accent-soft);color:var(--accent-interactive)}.danger{background:var(--destructive);color:var(--card)}.danger:hover:not(:disabled){background:color-mix(in srgb,var(--destructive) 85%,var(--primary))}.text-button{font-size:12px;font-weight:600;color:var(--accent-interactive);border-radius:999px;padding:4px 6px}.icon-button{height:32px;width:32px;padding:6px;border-radius:50%}.pill{display:inline-flex;align-items:center;border-radius:999px;padding:4px 10px;font-size:10px;font-weight:600;white-space:nowrap;background:var(--accent-soft)}.pill.success{background:color-mix(in srgb,var(--success) 13%,white);color:var(--success-ink)}.pill.warning{background:color-mix(in srgb,var(--warning) 25%,white)}.pill.subtle{background:var(--muted);color:var(--muted-foreground)}.pill.danger-soft{background:color-mix(in srgb,var(--destructive) 9%,white);color:var(--destructive)}[hidden]{display:none!important}
.review-toolbar{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 30px;background:var(--card)}.review-toolbar p{color:var(--muted-foreground);font-size:11px;margin-top:5px}.review-controls{display:flex;align-items:flex-end;gap:10px}.review-controls label{font-size:10px;color:var(--muted-foreground);display:flex;flex-direction:column;gap:5px}.review-controls select{background:var(--background);border:0;border-radius:999px;padding:10px 30px 10px 12px;font-size:11px;max-width:240px;height:36px}.review-controls>.quiet{font-size:11px;padding:9px 12px}.flow-nav{display:flex;gap:6px;flex-wrap:wrap;background:var(--card);padding:0 30px 17px}.flow-nav button{padding:8px 14px;border-radius:999px;font-size:11px;color:var(--muted-foreground)}.flow-nav button span{font-size:9px;opacity:.7;margin-right:2px}.flow-nav button.active{background:var(--primary);color:white}.review-caption{display:flex;justify-content:space-between;gap:12px;padding:15px 30px 12px;font-size:10px;color:var(--muted-foreground)}.review-caption>span:first-child{color:var(--foreground);font-weight:600}.prototype-layout{display:grid;grid-template-columns:minmax(0,1fr) 270px;gap:22px;padding:0 26px 24px}.prototype-stage{min-width:0}.odia-app-frame{position:relative;display:grid;grid-template-columns:175px minmax(0,1fr);min-height:860px;border-radius:24px;background:var(--background);box-shadow:0 8px 40px #1210210b;overflow:hidden}.app-sidebar{background:var(--sidebar);padding:20px 12px;display:flex;flex-direction:column;color:var(--sidebar-foreground)}.team{display:flex;align-items:center;gap:8px;padding:0 7px 22px;font-weight:600;font-size:11px}.team img{height:26px;width:28px;object-fit:contain}.team>.icon{width:12px;margin-left:auto}.nav-search{display:flex;align-items:center;gap:8px;padding:9px 10px;margin-bottom:13px;border-radius:999px;background:var(--accent-soft);font-size:10px;text-align:left}.nav-search .icon{width:14px}.nav-search kbd{font:9px Manrope;white-space:nowrap;color:var(--muted-foreground)}.nav-item{display:flex;align-items:center;justify-content:flex-start;gap:11px;padding:10px 14px;width:100%;margin:2px 0;border-radius:999px;font-size:12px}.nav-item .icon{width:19px;height:19px}.nav-item.active{background:var(--sidebar-accent);font-weight:600}.account{display:flex;align-items:center;gap:8px;padding:32px 5px 0;margin-top:auto;font-size:10px}.account strong,.account small{display:block}.account small{font-size:9px;color:var(--muted-foreground)}.account>.icon{width:12px;margin-left:auto}.avatar{display:flex;align-items:center;justify-content:center;border-radius:22px;width:64px;height:64px;background:var(--accent-soft);color:var(--accent-interactive);font-size:20px;font-weight:600;flex-shrink:0}.avatar.small{border-radius:50%;width:30px;height:30px;font-size:10px}.app-lane{min-width:0}.site-header{height:56px;padding:0 20px;display:flex;align-items:center;justify-content:space-between;background:var(--sidebar)}.breadcrumb{display:flex;align-items:center;gap:8px;min-width:0;font-size:10px}.breadcrumb>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.breadcrumb>.icon{width:10px;opacity:.5}.breadcrumb>.icon-button{margin-left:-6px}.header-tools{display:flex;align-items:center;gap:4px;flex-shrink:0}.odi{padding:6px 10px;font-size:10px}.odi .icon{width:13px}.page-content{padding:22px;min-width:0}.page-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}.page-top h1{font-size:20px}.page-top .actions{display:flex;align-items:center;gap:7px}.back-link{margin:0 0 12px;padding:0;font-size:10px;color:var(--muted-foreground);gap:6px}.back-link .icon{width:13px}.surface{background:var(--card);border-radius:24px;padding:20px;min-width:0}.stack{display:flex;flex-direction:column;gap:15px}.section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:15px}.section-head p{color:var(--muted-foreground);font-size:11px;margin-top:3px}.section-head .text-button{font-size:10px}.invoice-columns{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:18px;align-items:start}.invoice-metadata{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;font-size:11px;margin-bottom:20px}.invoice-metadata small{display:block;color:var(--muted-foreground);font-size:10px;margin-bottom:5px}.bill-row{display:flex;gap:17px;align-items:center;margin:14px 0 0;font-size:12px}.bill-row>span{color:var(--muted-foreground);font-size:10px;min-width:55px}.bill-row .radio-mark{height:12px;width:12px;border:3px solid var(--accent-interactive);border-radius:50%;margin-right:6px}.bill-name{margin-top:16px;padding:11px 14px;background:var(--background);border-radius:16px;display:flex;gap:9px;align-items:center}.bill-name small{color:var(--muted-foreground)}.services-heading{display:flex;justify-content:space-between;align-items:center;margin:9px 0 12px}.service-list{background:var(--card);border-radius:24px;overflow:hidden;padding:6px 16px}.service-row{display:flex;align-items:center;gap:11px;padding:17px 0}.service-row+.service-row{border-top:1px solid color-mix(in srgb,var(--border) 32%,white)}.service-icon{height:35px;width:35px;border-radius:12px;background:var(--background);display:grid;place-items:center;flex-shrink:0}.service-row strong{font-size:12px}.service-row p{font-size:10px;color:var(--muted-foreground);margin-top:5px}.service-row>div:nth-child(2){min-width:0;flex:1}.service-row .price{font-size:12px;white-space:nowrap}.service-row .pill{font-size:8px;padding:2px 6px;margin-left:3px}.checkbox{height:13px;width:13px;background:var(--accent-interactive);border-radius:4px;display:grid;place-items:center;color:white;flex-shrink:0}.checkbox .icon{height:10px;width:10px}.invoice-total{padding:18px 20px}.invoice-total .amount-row{margin:0}.invoice-total strong{font-size:21px;letter-spacing:-.5px}.amount-row{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;margin:12px 0}.amount-row>span{color:var(--muted-foreground)}.amount-row.total{padding-top:10px;font-size:14px}.amount-row.total strong{font-size:23px;letter-spacing:-.5px}.amount-row.credit-line{color:var(--accent-interactive)}.amount-row.credit-line>span{color:inherit}.cash-row{font-size:10px;color:var(--muted-foreground);display:flex;justify-content:space-between;padding:12px 0 0;gap:6px}.history-toggle{font-size:10px;color:var(--muted-foreground);padding:7px 0;width:100%;justify-content:space-between;display:flex;margin-top:10px;cursor:pointer}.history-toggle::marker{content:''}.history-payment{padding:10px 12px;background:var(--background);border-radius:14px;font-size:10px;display:flex;justify-content:space-between;gap:5px}.history-payment small{font-size:9px;color:var(--muted-foreground)}.hint{font-size:10px;color:var(--muted-foreground);line-height:1.6}.section-note{margin-top:12px}.credit-offer{background:var(--accent-soft)}.credit-offer .credit-amount{font-size:26px;letter-spacing:-.6px;margin:8px 0 3px;display:block}.credit-offer p{font-size:11px;color:var(--muted-foreground)}.credit-offer .primary{width:100%;margin-top:15px}.credit-offer .icon{color:var(--accent-interactive)}.credit-offer .primary .icon{color:white}.record-row{display:flex;align-items:flex-start;gap:10px;padding:12px 0}.record-row+.record-row{border-top:1px solid var(--background)}.record-row .record-icon{height:30px;width:30px;border-radius:50%;background:var(--accent-soft);display:grid;place-items:center}.record-row>div:nth-child(2){flex:1;min-width:0}.record-row strong{display:block;font-size:11px}.record-row p{font-size:10px;color:var(--muted-foreground);margin:2px 0}.record-row>strong{white-space:nowrap}.success-banner,.info-banner,.error-banner{display:flex;gap:10px;align-items:flex-start;padding:13px 16px;border-radius:18px;margin-bottom:16px;font-size:11px}.success-banner{background:color-mix(in srgb,var(--success) 12%,white);color:var(--success-ink)}.info-banner{background:var(--accent-soft)}.error-banner{background:color-mix(in srgb,var(--destructive) 7%,white);color:var(--destructive)}.success-banner strong,.info-banner strong,.error-banner strong{display:block}.success-banner p,.info-banner p,.error-banner p{font-size:10px;margin-top:3px}.inline-options{display:flex;gap:7px;flex-wrap:wrap}.payment-instructions p{font-size:11px;color:var(--muted-foreground);margin-top:6px}.quiet-row{padding:9px 0;display:flex;justify-content:space-between;align-items:center;font-size:11px}.quiet-row .icon{width:13px}
.journey-hero{display:grid;grid-template-columns:98px minmax(0,1fr);border-radius:24px;overflow:hidden;background:var(--card);margin-bottom:20px}.journey-cover{background:var(--muted);display:flex;align-items:flex-end;justify-content:center;padding:9px;color:var(--muted-foreground);font-size:9px}.journey-heading{display:flex;gap:10px;padding:15px 16px 7px;align-items:center}.journey-heading h1{font-size:15px;letter-spacing:-.2px}.journey-heading p{font-size:10px;color:var(--muted-foreground);margin-top:5px}.journey-value{margin-left:auto;text-align:right;white-space:nowrap}.journey-value small{display:block;font-size:9px;color:var(--muted-foreground)}.journey-value strong{font-size:19px}.journey-controls{padding:6px 14px 13px;display:flex;align-items:center;gap:7px;font-size:10px}.journey-controls .right{display:flex;gap:6px;margin-left:auto}.journey-controls .right .quiet{padding:5px 9px;font-size:10px}.tabs{display:flex;align-items:center;gap:3px;margin-bottom:20px;overflow-x:auto}.tabs button{border-radius:999px;padding:9px 14px;font-size:11px;white-space:nowrap;color:var(--muted-foreground)}.tabs button.active{color:var(--foreground);background:var(--card);font-weight:600}.metrics{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:5px;background:var(--card);padding:7px;border-radius:24px;margin-bottom:20px}.metric{padding:12px 10px;border-radius:18px;min-width:0}.metric.selected{background:var(--accent-soft)}.metric>span{display:block;font-size:10px;color:var(--muted-foreground)}.metric>strong{display:block;font-size:17px;letter-spacing:-.4px;margin-top:5px;white-space:nowrap}.metric>small{display:block;font-size:9px;color:var(--muted-foreground);margin-top:5px}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:11px}th{text-align:left;color:var(--muted-foreground);font-weight:400;font-size:10px;padding:10px 11px;white-space:nowrap}td{padding:16px 11px;border-top:1px solid var(--background);vertical-align:middle}td strong{display:block;font-size:11px}td small{display:block;color:var(--muted-foreground);font-size:9px;margin-top:4px}.right-align{text-align:right;white-space:nowrap}.adjustment-recap{display:grid;grid-template-columns:1fr 280px;gap:30px}.adjustment-recap p{font-size:11px;color:var(--muted-foreground);margin-top:8px}.adjustment-recap .amount-row{margin:9px 0}.reconcile-hint{font-size:10px;color:var(--muted-foreground);margin-top:12px}.loss{color:var(--destructive)}.contact-hero{display:flex;align-items:center;gap:16px;padding:22px}.contact-hero p{color:var(--muted-foreground);font-size:12px;margin-top:5px}.contact-hero small{display:block;color:var(--muted-foreground);font-size:10px;margin-top:8px}.contact-hero>.icon-button{margin-left:auto}.contact-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;padding:12px;background:white;border-radius:24px;margin:16px 0}.contact-metrics>div{padding:14px;border-radius:15px;background:var(--pastel-purple)}.contact-metrics>div:nth-child(2){background:var(--pastel-blue)}.contact-metrics>div:nth-child(3){background:var(--pastel-peach)}.contact-metrics>div:nth-child(4){background:var(--pastel-mint)}.contact-metrics strong{display:block;font-size:19px}.contact-metrics span{display:block;font-size:10px;margin-top:4px}.credit-summary{display:flex;gap:30px;align-items:center;padding:7px 0 22px}.credit-summary>div{flex:1}.credit-summary small{display:block;color:var(--muted-foreground);font-size:10px}.credit-summary strong{display:block;font-size:25px;letter-spacing:-.5px;margin-top:5px}.credit-summary .lead strong{color:var(--accent-interactive);font-size:32px}.empty{text-align:center;padding:40px 20px}.empty-icon{display:grid;place-items:center;background:var(--accent-soft);height:50px;width:50px;border-radius:50%;margin:0 auto 14px}.empty h3{font-size:16px}.empty p{font-size:11px;color:var(--muted-foreground);max-width:340px;margin:8px auto 18px}.detail-columns{display:grid;grid-template-columns:minmax(0,1fr) 265px;gap:18px;align-items:start}.document-head{display:flex;justify-content:space-between;align-items:start;margin-bottom:25px}.document-head .empty-icon{margin:0;height:43px;width:43px}.record-big{font-size:38px;letter-spacing:-1.3px;font-weight:600;line-height:1.25;margin:12px 0 5px}.record-owner{font-size:12px;color:var(--muted-foreground);margin-bottom:25px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin:25px 0}.detail-grid small{display:block;color:var(--muted-foreground);font-size:10px;margin-bottom:5px}.detail-grid strong{font-size:12px}.reason-copy{background:var(--background);border-radius:18px;padding:16px;font-size:12px}.reason-copy small{display:block;color:var(--muted-foreground);font-size:10px;margin-bottom:6px}.credit-progress{height:7px;background:var(--muted);border-radius:999px;margin:20px 0 10px;overflow:hidden}.credit-progress span{height:100%;display:block;background:var(--accent-interactive);border-radius:999px}.timeline{padding-top:8px}.event{display:flex;align-items:start;gap:10px;margin-bottom:23px}.event:last-child{margin-bottom:0}.event-mark{height:26px;width:26px;display:grid;place-items:center;background:var(--accent-soft);border-radius:50%;flex-shrink:0}.event-mark .icon{width:12px;height:12px}.event strong{font-size:11px}.event p{font-size:10px;margin-top:3px}.event small{display:block;font-size:9px;color:var(--muted-foreground);margin-top:4px}.detail-actions{display:flex;justify-content:space-between;gap:8px;flex-wrap:wrap;margin-top:22px}.report-filters{display:flex;align-items:center;gap:10px;margin-bottom:18px;flex-wrap:wrap}.report-filters input,.report-filters select{border:0;background:var(--card);border-radius:999px;padding:10px 14px;font-size:11px}.report-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.report-metrics .metric strong{font-size:25px}.report-switch{display:flex;gap:7px;margin-bottom:18px}.report-switch .active{background:var(--primary);color:white}
.modal-layer{position:absolute;inset:0;z-index:40;background:color-mix(in srgb,var(--primary) 21%,transparent);backdrop-filter:blur(2px);display:flex;align-items:flex-start;justify-content:center;padding:75px 20px 35px}.dialog{width:495px;max-width:100%;border-radius:26px;background:var(--card);box-shadow:var(--shadow);padding:25px}.dialog-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.dialog-symbol{height:38px;width:38px;border-radius:50%;display:grid;place-items:center;background:var(--accent-soft);color:var(--accent-interactive)}.dialog h2{font-size:23px;letter-spacing:-.7px}.dialog-intro{color:var(--muted-foreground);font-size:11px;margin:7px 0 18px}.segmented{display:flex;background:var(--background);padding:4px;border-radius:999px;gap:3px;margin:18px 0}.segmented button{flex:1;border-radius:999px;padding:10px;font-size:12px}.segmented button.active{background:var(--card);font-weight:600;box-shadow:0 2px 8px #12102108}.context-strip{padding:13px 15px;border-radius:18px;background:var(--background);display:flex;justify-content:space-between;gap:12px;font-size:11px}.context-strip small{display:block;color:var(--muted-foreground);font-size:10px;margin-top:3px}.field{margin-top:16px}.field>label,.field-label{display:flex;justify-content:space-between;align-items:center;gap:8px;font-weight:600;font-size:11px;margin-bottom:7px}.field label small{font-weight:400;font-size:10px;color:var(--muted-foreground)}.field input,.field textarea{border:0;width:100%;background:var(--background);border-radius:18px;padding:12px 15px;min-height:43px}.field textarea{min-height:70px;resize:vertical;max-height:130px;font-size:12px}.money-input{display:flex;align-items:center;background:var(--background);border-radius:18px;padding:0 15px;gap:10px}.money-input span{font-size:11px;color:var(--muted-foreground)}.money-input input{font-size:24px;letter-spacing:-.5px;padding-left:0;font-weight:600}.form-two{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field .hint{margin-top:6px}.preview{background:var(--accent-soft);padding:12px 16px;border-radius:18px;margin-top:17px}.preview .amount-row{margin:5px 0;font-size:11px}.preview .amount-row strong{font-size:16px}.preview small{font-size:10px;color:var(--muted-foreground)}.dialog-footer{display:flex;justify-content:flex-end;gap:8px;align-items:center;margin-top:22px}.dialog-footer .quiet{background:transparent}.form-error{margin-top:12px;font-size:11px;color:var(--destructive);background:color-mix(in srgb,var(--destructive) 7%,white);padding:11px 13px;border-radius:15px}.form-error p{margin-top:3px}.spinner{display:inline-block;width:14px;height:14px;border-radius:50%;border:2px solid currentColor;border-right-color:transparent;animation:spin .8s linear infinite}.read-only-notice{display:flex;align-items:center;gap:7px;font-size:10px;color:var(--muted-foreground);margin-top:10px}
.review-notes{background:var(--card);padding:22px;border-radius:24px;position:sticky;top:18px;align-self:start;font-size:11px}.review-notes h2{font-size:17px;margin:8px 0 22px;line-height:1.4}.review-notes section{margin-top:18px}.review-notes h3{font-size:9px;letter-spacing:.05em;text-transform:uppercase;color:var(--muted-foreground);margin-bottom:7px}.review-notes p{font-size:11px;line-height:1.8}.review-notes .anchor-path{font-size:9px;overflow-wrap:anywhere;color:var(--muted-foreground)}.review-notes ul{margin:0;padding-left:14px}.review-notes li{margin:5px 0}.review-question{background:var(--background);padding:13px;border-radius:17px}.review-notes .note-label{font-size:9px;color:var(--accent-interactive);font-weight:600}.review-notes .note-preamble{font-size:10px;color:var(--muted-foreground)}.review-footer{display:flex;gap:15px;justify-content:space-between;align-items:center;padding:0 30px 25px;font-size:10px;color:var(--muted-foreground)}.review-footer>div{display:flex;gap:7px}.review-footer button{font-size:10px}.prototype-notice{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);background:var(--primary);color:white;padding:13px 22px;border-radius:999px;font-size:12px;box-shadow:var(--shadow);z-index:100;max-width:90vw}.notes-hidden .prototype-layout{grid-template-columns:1fr}.notes-hidden .review-notes{display:none}.sidebar-collapsed .odia-app-frame{grid-template-columns:62px minmax(0,1fr)}.sidebar-collapsed .app-sidebar{padding:20px 7px}.sidebar-collapsed .nav-item{justify-content:center;padding:11px}.sidebar-collapsed .team span,.sidebar-collapsed .team>.icon,.sidebar-collapsed .nav-item span,.sidebar-collapsed .nav-search span,.sidebar-collapsed .nav-search kbd,.sidebar-collapsed .account>span:not(.avatar),.sidebar-collapsed .account>.icon{display:none}
@keyframes spin{to{transform:rotate(360deg)}}
@media(min-width:1800px){.prototype-layout{grid-template-columns:minmax(0,1fr) 310px;max-width:2050px;margin:auto}.invoice-columns{grid-template-columns:minmax(0,1fr) 380px}.odia-app-frame{grid-template-columns:215px minmax(0,1fr)}.page-content{padding:28px}.nav-item{font-size:13px}.team{font-size:13px}.review-notes{font-size:12px}}
@media(max-width:1400px){.prototype-layout{grid-template-columns:minmax(0,1fr) 245px;gap:16px;padding-inline:18px}.odia-app-frame{grid-template-columns:62px minmax(0,1fr)}.app-sidebar{padding:20px 7px}.nav-item{justify-content:center;padding:11px}.team{padding-inline:9px}.team span,.team>.icon,.nav-item span,.nav-search span,.nav-search kbd,.account>span:not(.avatar),.account>.icon{display:none}.account{padding-inline:8px}.nav-search{justify-content:center}.invoice-columns{grid-template-columns:minmax(0,1fr) 285px;gap:14px}.page-content{padding:18px}.review-toolbar{gap:16px}.review-toolbar h1{font-size:20px}.review-controls select{max-width:190px}.detail-columns{grid-template-columns:minmax(0,1fr) 245px}.metric strong{font-size:16px}.metrics{gap:2px}}
@media(max-width:1150px){.prototype-layout{grid-template-columns:1fr}.review-notes{position:static;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:25px}.review-notes>h2,.review-notes>.note-label,.review-notes>.note-preamble{grid-column:1/-1}.review-notes h2{margin-bottom:0}.review-controls{flex-wrap:wrap;justify-content:flex-end}.review-toolbar{align-items:flex-start}.review-toolbar p{max-width:300px}.invoice-columns{grid-template-columns:minmax(0,1fr) 310px}.odia-app-frame{min-height:850px}.review-caption{padding-inline:20px}}
@media(max-width:800px){.review-toolbar{flex-direction:column;padding:18px}.review-controls{justify-content:flex-start}.review-controls select{max-width:230px}.flow-nav{padding:0 12px 12px;gap:0}.flow-nav button{font-size:10px;padding:8px}.review-caption>span:last-child{display:none}.page-content{padding:15px}.invoice-columns,.detail-columns{grid-template-columns:1fr}.invoice-columns>.stack:last-child{display:grid;grid-template-columns:1fr 1fr;align-items:start}.invoice-columns>.stack:last-child>.credit-offer{grid-column:1/-1}.invoice-metadata{grid-template-columns:repeat(4,1fr)}.metrics{grid-template-columns:repeat(3,1fr)}.adjustment-recap{grid-template-columns:1fr}.journey-heading{flex-wrap:wrap}.journey-value{margin-left:0}.review-notes{grid-template-columns:1fr 1fr}.review-footer{flex-wrap:wrap;padding:0 18px 20px}.modal-layer{padding-top:65px}.contact-metrics{grid-template-columns:repeat(2,1fr)}.credit-summary{gap:14px}.credit-summary strong{font-size:21px}.report-metrics{grid-template-columns:1fr 1fr}.review-toolbar h1{font-size:23px}.app-lane{min-height:950px}}
@media(max-width:540px){.prototype-layout{padding:0 8px 18px}.odia-app-frame{grid-template-columns:1fr}.app-sidebar{display:none}.site-header{padding:0 12px}.header-tools>.icon-button{display:none}.breadcrumb{font-size:9px}.breadcrumb>span:nth-of-type(2){max-width:125px}.page-content{padding:13px}.review-controls{gap:8px}.review-controls label:first-child{max-width:125px}.review-controls label:nth-child(2){max-width:195px}.review-controls select{max-width:100%;font-size:10px}.review-controls>.quiet{font-size:10px}.flow-nav button{font-size:9px}.invoice-columns>.stack:last-child{display:flex}.page-top{flex-wrap:wrap}.page-top h1{font-size:17px}.page-top .actions{gap:4px}.page-top .actions button{padding:7px 9px;font-size:10px}.surface{padding:17px}.invoice-metadata{grid-template-columns:repeat(2,1fr)}.service-row{gap:8px}.service-row strong{font-size:11px}.service-row .price{font-size:10px}.service-row .service-icon{width:28px;height:28px}.contact-hero{gap:12px}.contact-hero h1{font-size:19px}.contact-hero .avatar{width:45px;height:45px;font-size:15px}.credit-summary{flex-wrap:wrap}.credit-summary>div{min-width:75px}.credit-summary .lead strong{font-size:25px}.credit-summary strong{font-size:19px}.journey-hero{grid-template-columns:55px 1fr}.journey-heading{padding:12px}.journey-heading h1{font-size:13px}.journey-heading p{font-size:9px}.journey-controls{flex-wrap:wrap;padding:8px}.journey-controls .right{margin-left:0}.journey-value{display:none}.tabs{margin-bottom:14px}.tabs button{padding:8px 10px;font-size:10px}.metrics{grid-template-columns:repeat(2,1fr)}.metric strong{font-size:18px}.modal-layer{padding:50px 9px 24px}.dialog{padding:21px 18px}.dialog h2{font-size:21px}.dialog-intro{font-size:10px}.context-strip{font-size:10px}.segmented button{font-size:11px}.review-notes{display:block;padding:22px}.review-footer>div{order:3;width:100%;justify-content:space-between}.report-filters{gap:7px}.report-filters input{max-width:140px}.report-metrics{grid-template-columns:1fr 1fr}.report-metrics .metric strong{font-size:20px}.form-two{gap:10px}.record-big{font-size:32px}.detail-grid{gap:15px}.dialog-footer .primary,.dialog-footer .danger{padding:10px 13px;font-size:11px}}
@media(prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}
@media print{.review-toolbar,.flow-nav,.review-caption,.review-footer,.review-notes{display:none}.prototype-layout{display:block;padding:0}.app-sidebar{display:none}.odia-app-frame{display:block;box-shadow:none}.modal-layer{position:static;background:none;backdrop-filter:none}.page-content{padding:10px}}
/* Dialog headings receive programmatic focus; interactive focus remains visible. */
#dialog-title:focus{outline:none}.review-tools{margin-top:20px}.review-tools input{accent-color:var(--accent-interactive);vertical-align:middle}.field select{width:100%;border:0;background:var(--background);border-radius:18px;padding:12px 15px}.screen-gallery{max-width:1500px;margin:0 auto;padding:32px}.screen-gallery header{margin-bottom:30px}.screen-gallery header p{color:var(--muted-foreground);margin:10px 0}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.gallery-card{display:block;padding:15px;background:white;border-radius:24px;text-decoration:none;color:var(--foreground);min-width:0}.gallery-card img{width:100%;height:230px;object-fit:cover;object-position:top;border-radius:16px;background:var(--background)}.gallery-card h3{margin:13px 0 5px}.gallery-card p{font-size:11px;color:var(--muted-foreground)}.gallery-card small{display:block;color:var(--accent-interactive);margin-top:10px}.screen-gallery h2{margin:35px 0 18px}.screen-gallery .guide-intro{padding:25px;background:white;border-radius:24px;max-width:1000px}.guide-links{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}.guide-links a{border-radius:999px;padding:9px 14px;background:var(--accent-soft);text-decoration:none;font-size:12px}.guide-narrative{font-size:12px;color:var(--muted-foreground);max-width:900px}.guide-narrative li{margin:6px 0}@media(max-width:900px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:540px){.gallery-grid{grid-template-columns:1fr}.screen-gallery{padding:18px}.gallery-card img{height:240px}}
/* Source fidelity pass: all seven Financials lenses; existing contact metrics and tabs. */
.journey-metrics{display:flex;gap:3px}.journey-metrics .metric{flex:1;min-width:0;padding:12px 9px}.journey-metrics .metric>span{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.journey-metrics .metric>strong{font-size:14px;letter-spacing:-.3px}.journey-metrics .tracker{border-left:1px solid var(--border);border-radius:0 18px 18px 0}.contact-metrics{grid-template-columns:repeat(2,minmax(0,1fr));padding:16px;gap:8px}.contact-metrics>div{padding:11px;background:var(--pastel-blue)}.contact-metrics>div:nth-child(2){background:var(--pastel-mint)}.contact-metrics>div:nth-child(3){background:var(--pastel-lavender)}.contact-metrics>div:nth-child(4){background:var(--pastel-purple)}.contact-workspace{padding:0;overflow:hidden}.contact-workspace>.surface{padding:20px}.contact-tabs{margin:0;gap:0;min-height:52px;border-bottom:1px solid color-mix(in srgb,var(--muted) 45%,transparent)}.contact-tabs button{border-radius:0;padding:16px 15px;align-self:stretch;border-bottom:2px solid transparent;font-weight:600}.contact-tabs button.active{border-bottom-color:var(--primary);background:transparent}.contact-tabs button:hover{background:var(--background)}@media(max-width:640px){.journey-metrics{flex-direction:column}.journey-metrics .metric{display:flex;align-items:center;justify-content:space-between;padding:12px}.journey-metrics .metric strong{font-size:16px;margin:0}.journey-metrics .metric small{margin-left:auto;padding-left:10px}.journey-metrics .tracker{border:0;border-top:1px solid var(--border);border-radius:0}.contact-tabs button{font-size:10px;padding:14px 12px}}

.service-row>div{flex:1;min-width:0}.bill-row .radio-mark{display:inline-block;vertical-align:-1px}
