:root{--oracle-red: #c74634;--oracle-red-dark: #a73b2d;--ink: #1d1d1f;--muted: #6e6e73;--line: rgba(29, 29, 31, .12);--surface: #fbfbfd;--card: #ffffff;--radius-lg: 14px;--radius-sm: 8px;--shadow: 0 2px 24px rgba(0, 0, 0, .06);--font-ui: "IBM Plex Sans", system-ui, -apple-system, sans-serif;--font-doc: "IBM Plex Serif", ui-serif, Georgia, serif;--layout-pad-x: clamp(1rem, 3vw, 2.25rem);--legal-paper: #fdfcfa;--legal-ink: #1a1a1a;--legal-measure: 42rem;--legal-rule: rgba(26, 26, 26, .14);--legal-rule-strong: rgba(167, 59, 45, .82)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:var(--font-ui);color:var(--ink);background:var(--surface);-webkit-font-smoothing:antialiased}#root{min-height:100vh;display:flex;flex-direction:column}a{color:inherit;text-decoration:none}button{font-family:inherit}.page-shell{width:100%;max-width:none;margin:0;flex:1;padding:2rem var(--layout-pad-x) 4rem;box-sizing:border-box}.top-accent{height:3px;background:linear-gradient(90deg,var(--oracle-red),var(--oracle-red-dark))}.app-header{background:var(--card);border-bottom:1px solid var(--line)}.header-inner{width:100%;max-width:none;margin:0;padding:1rem var(--layout-pad-x);display:flex;align-items:center;justify-content:flex-end;gap:1rem;box-sizing:border-box}.brand{display:flex;flex-direction:column;gap:.15rem}.brand-title{font-size:1.05rem;font-weight:600;letter-spacing:-.02em}.brand-sub{font-size:.75rem;color:var(--muted);font-weight:500}.nav{display:flex;gap:.35rem;flex-wrap:wrap;justify-content:flex-end}.nav a{padding:.45rem .75rem;border-radius:999px;font-size:.8125rem;font-weight:500;color:var(--muted);transition:background .15s ease,color .15s ease}.nav a:hover{background:#1d1d1f0d;color:var(--ink)}.nav a.active{background:#c746341a;color:var(--oracle-red-dark)}.hero{margin-bottom:2rem}.hero h1{font-size:clamp(1.75rem,3vw,2.25rem);font-weight:600;letter-spacing:-.03em;margin:0 0 .5rem}.hero p{margin:0;color:var(--muted);font-size:1rem;max-width:none;line-height:1.55}.choice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.choice-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.35rem 1.35rem 1.25rem;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:.75rem;transition:transform .18s ease,box-shadow .18s ease}.choice-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #00000014}.choice-card h2{margin:0;font-size:1.1rem;font-weight:600;letter-spacing:-.02em}.choice-card p{margin:0;font-size:.875rem;color:var(--muted);line-height:1.5;flex:1}.choice-meta{font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--oracle-red)}.choice-actions{margin-top:.25rem}.btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1rem;border-radius:999px;border:none;background:var(--oracle-red);color:#fff;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .15s ease,transform .1s ease}.btn-primary:hover{background:var(--oracle-red-dark)}.btn-primary:active{transform:scale(.98)}.btn-ghost{display:inline-flex;align-items:center;justify-content:center;padding:.55rem 1rem;border-radius:999px;border:1px solid var(--line);background:transparent;color:var(--ink);font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .15s ease}.btn-ghost:hover{background:#1d1d1f0a}.toolbar{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.page-title-block{margin-bottom:1.5rem}.page-title-contract-single{margin:0;font-family:var(--font-ui);font-size:clamp(.78rem,1.65vw,.95rem);font-weight:700;letter-spacing:.06em;text-transform:uppercase;line-height:1.25;text-align:left;color:var(--ink)}.page-title-contract-single .page-contract-number-value{font-weight:700;letter-spacing:.03em}.page-title-block h1:not(.page-title-contract-single){margin:0 0 .35rem;font-size:1.5rem;font-weight:600;letter-spacing:-.02em}.page-contract-number{font-family:var(--font-ui);font-size:1.5rem;font-weight:600;letter-spacing:-.02em;color:var(--ink);white-space:nowrap;margin-left:auto;text-align:right}.page-contract-number-value{font-variant-numeric:tabular-nums}.page-title-block p{margin:0;color:var(--muted);font-size:.9rem}.page-title-caps{margin:0 0 .35rem;font-size:1.35rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.form-layout{display:grid;width:100%;grid-template-columns:minmax(0,1fr) minmax(0,1.05fr);gap:1.5rem;align-items:start}@media(max-width:900px){.form-layout{grid-template-columns:1fr}}.panel{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.25rem 1.35rem;box-shadow:var(--shadow)}.panel+.panel{margin-top:1rem}.panel h2{margin:0 0 1rem;font-size:.78rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem 1rem}@media(max-width:600px){.field-grid{grid-template-columns:1fr}}.field-grid .full{grid-column:1 / -1}.field label{display:block;font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin-bottom:.35rem}.field input,.field textarea,.field select{width:100%;padding:.55rem .65rem;border-radius:var(--radius-sm);border:1px solid var(--line);font-size:.875rem;font-family:inherit;background:#fff;color:var(--ink);transition:border-color .15s ease,box-shadow .15s ease}.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:#c7463473;box-shadow:0 0 0 3px #c746341f}.field textarea{min-height:4.5rem;resize:vertical}.lease-variant-field .lease-variant-heading{display:block;font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);margin-bottom:.25rem}.lease-variant-field .op-form-must-one{margin:0 0 .6rem}.op-form-radio-row{display:flex;flex-wrap:wrap;gap:.55rem 1.5rem;align-items:center}.op-form-radio-label{font-size:.875rem;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;font-weight:500;color:var(--ink)}.op-form-radio-label input[type=radio]{width:auto;margin:0;accent-color:var(--oracle-red-dark)}.doc-frame{background:var(--card);border:1px solid var(--line);border-radius:var(--radius-lg);padding:1rem;box-shadow:var(--shadow);position:sticky;top:1rem}.doc-toolbar{display:flex;justify-content:flex-end;margin-bottom:.75rem}.doc-sheet{background:var(--legal-paper);border:1px solid var(--legal-rule);border-radius:10px;padding:2.25rem clamp(1.25rem,3vw,2.5rem);max-height:min(70vh,900px);overflow:auto;--doc-sheet-pad-x: 2.25rem;box-shadow:0 1px #ffffffbf inset}.doc-sheet .print-root{font-family:var(--font-doc),Georgia,"Times New Roman",serif;color:var(--legal-ink);font-size:10.5pt;line-height:1.55;max-width:var(--legal-measure);margin-inline:auto;text-rendering:optimizeLegibility}.doc-sheet .print-root h1{font-family:var(--font-ui);font-size:1.1rem;margin:0 0 1.25rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;text-align:center}.doc-sheet .print-root h2{font-family:var(--font-ui);font-size:.68rem;margin:1.15rem 0 .35rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--oracle-red-dark)}.doc-sheet .print-root p{margin:0 0 .65rem}.doc-sheet .print-root .sig-line{border-bottom:1px solid var(--legal-ink);height:2.35rem;margin-bottom:.35rem}.doc-sheet .print-root .sig-label{font-family:var(--font-ui);font-size:.65rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#4a4a4a}.doc-sheet .print-root .party-block{margin:.35rem 0 .85rem;padding:.75rem .9rem;background:linear-gradient(180deg,#ffffffeb,#00000005);border-radius:var(--radius-sm);border:1px solid var(--legal-rule);border-left:3px solid var(--oracle-red-dark);line-height:1.45}.doc-sheet .print-root .party-block strong{font-family:var(--font-ui);font-size:.62rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--oracle-red-dark);display:block;margin-bottom:.45rem}.doc-sheet .print-root .muted{color:#444;font-size:10pt}.doc-sheet .print-root ul{margin:.25rem 0 .55rem 1.1rem;padding:0}.doc-sheet .print-root li{margin-bottom:.35rem}.panel-hint{margin:-.35rem 0 .85rem;font-size:.8rem;color:var(--muted);line-height:1.45}.doc-sheet .print-root.rental-sheet-root .rental-sheet-banner{text-align:center;margin-bottom:1.35rem;padding:1rem .75rem 1.15rem;border-bottom:3px double var(--legal-rule-strong);background:linear-gradient(180deg,rgba(255,255,255,.55),transparent)}.doc-sheet .print-root.rental-sheet-root .rental-sheet-banner-strong{font-family:var(--font-ui);font-size:1.05rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:.35rem 0 .75rem}.doc-sheet .print-root.rental-sheet-root .rental-sheet-agreement-title{text-transform:uppercase;letter-spacing:.12em;color:var(--legal-ink)}.doc-sheet .print-root.rental-sheet-root .rental-sheet-letterhead{text-align:center;margin-bottom:.75rem;font-size:10pt;line-height:1.45}.doc-sheet .print-root.rental-sheet-root .rental-sheet-letterhead-name{font-family:var(--font-ui);font-weight:700;font-size:11pt;letter-spacing:.02em}.doc-sheet .print-root.rental-sheet-root .rental-sheet-letterhead-placeholder{font-size:9.5pt;margin:0 0 .75rem}.doc-sheet .print-root.rental-sheet-root .rental-sheet-meta-row{font-family:var(--font-ui);font-size:9pt;display:flex;justify-content:center;gap:.5rem 2rem;flex-wrap:wrap;padding:.55rem .75rem;margin-top:.35rem;border:1px solid rgba(0,0,0,.1);border-radius:var(--radius-sm);background:#ffffffa6}.doc-sheet .print-root.rental-sheet-root .rental-sheet-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}@media print{.doc-sheet .print-root.rental-sheet-root .rental-sheet-grid{gap:.5rem}}.doc-sheet .print-root.rental-sheet-root .rental-sheet-card{border:1px solid var(--legal-rule);border-radius:var(--radius-sm);padding:.85rem 1rem;background:#fff;box-shadow:0 1px 2px #0000000a}.doc-sheet .print-root.rental-sheet-root .rental-sheet-card-full{grid-column:1 / -1;margin-top:.15rem}.doc-sheet .print-root.rental-sheet-root .rental-sheet-card-title{font-family:var(--font-ui);font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin:0 0 .65rem;padding-bottom:.45rem;border-bottom:1px solid rgba(0,0,0,.1);color:var(--oracle-red-dark)}.doc-sheet .print-root.rental-sheet-root .rental-sheet-card .party-block{margin-bottom:0}.doc-sheet .print-root.rental-sheet-root .pl-kv{display:grid;grid-template-columns:minmax(7.25rem,40%) 1fr;gap:.35rem .65rem;font-size:10pt;padding:.38rem 0;border-bottom:1px dotted rgba(0,0,0,.14);align-items:baseline}.doc-sheet .print-root.rental-sheet-root .pl-kv:last-child{border-bottom:none}.doc-sheet .print-root.rental-sheet-root .pl-k{color:#555;font-family:var(--font-ui);font-size:8.5pt;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.doc-sheet .print-root.rental-sheet-root .pl-v{font-family:var(--font-doc);font-variant-numeric:tabular-nums}@media(max-width:640px){.doc-sheet .print-root.rental-sheet-root .rental-sheet-grid,.doc-sheet .print-root.rental-sheet-root .pl-kv-grid,.doc-sheet .print-root.rental-sheet-root .pl-staff-row{grid-template-columns:1fr}}.doc-sheet .print-root.rental-sheet-root .pl-kv-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 1rem;margin-top:.5rem}.doc-sheet .print-root.rental-sheet-root .pl-rate-table{width:100%;border-collapse:collapse;font-family:var(--font-ui);font-size:9.25pt}.doc-sheet .print-root.rental-sheet-root .pl-rate-table th,.doc-sheet .print-root.rental-sheet-root .pl-rate-table td{padding:.42rem .35rem;border-bottom:1px solid rgba(0,0,0,.12)}.doc-sheet .print-root.rental-sheet-root .pl-rate-table th{text-align:left;font-size:8.25pt;letter-spacing:.08em;text-transform:uppercase;color:#555;font-weight:700;background:#00000006}.doc-sheet .print-root.rental-sheet-root .pl-num{text-align:right;white-space:nowrap}.doc-sheet .print-root.rental-sheet-root .pl-extra{margin:.5rem 0 0;font-family:var(--font-doc);font-size:9.5pt;white-space:pre-wrap}.doc-sheet .print-root.rental-sheet-root .rental-sheet-notice{margin:1rem 0;padding:.85rem 1rem;border:1px solid rgba(167,59,45,.38);border-left-width:4px;border-radius:var(--radius-sm);background:linear-gradient(90deg,#c7463412,#ffffff80);font-size:9.75pt;line-height:1.52}.doc-sheet .print-root.rental-sheet-root .rental-sheet-notice p{margin:0;text-align:justify;text-justify:inter-word}.doc-sheet .print-root.rental-sheet-root .rental-sheet-doc-h2{font-family:var(--font-ui);margin:0 0 .65rem;padding-bottom:.4rem;border-bottom:1px solid rgba(0,0,0,.12);font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--oracle-red-dark)}.doc-sheet .print-root.rental-sheet-root .rental-sheet-narrative{margin-top:1.35rem;padding-top:1.15rem;border-top:1px solid rgba(0,0,0,.1)}.doc-sheet .print-root.rental-sheet-root .rental-sheet-prose p{margin:0 0 .85rem;text-align:justify;text-justify:inter-word;line-height:1.58}.doc-sheet .print-root.rental-sheet-root .rental-sheet-prose p:last-child{margin-bottom:0}.doc-sheet .print-root.rental-sheet-root .rental-sheet-signatures{margin-top:1.85rem;padding-top:1.35rem;border-top:2px solid rgba(0,0,0,.12)}.doc-sheet .print-root.rental-sheet-root .rental-sheet-signatures .sig-grid{margin-top:1.5rem}.doc-sheet .print-root.rental-sheet-root .pl-staff-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin:1rem 0}.sig-grid{display:grid;grid-template-columns:1fr 1fr;gap:2.25rem;margin-top:2rem}.sig-line{border-bottom:1px solid #333;height:2rem;margin-bottom:.25rem}.sig-label{font-size:9pt;color:#444}@media print{.operating-agreement-workspace>.page-title-block{display:none!important}.ic-agreement-workspace>.page-title-block{display:none!important}.top-accent,.app-header,.toolbar,.panel,.doc-toolbar,.nav{display:none!important}body{background:#fff}.page-shell{padding:0;max-width:none}.form-layout{display:block}.doc-frame{border:none;box-shadow:none;padding:0;position:static;width:100%;max-width:none;box-sizing:border-box}.doc-sheet{border:none;max-height:none;overflow:visible;padding:0;border-radius:0;--doc-sheet-pad-x: 0;width:100%;max-width:none;box-sizing:border-box;background:#fff;box-shadow:none}.doc-sheet .print-root{max-width:none;margin-inline:0}#operating-agreement-print.doc-sheet{width:100%;max-width:none}.doc-sheet .print-root.operating-sheet-root{width:100%;max-width:none;box-sizing:border-box}.doc-sheet .print-root.operating-sheet-root .op-ag-head-grid{width:100%;max-width:none;padding-right:13.9rem!important;box-sizing:border-box!important;min-height:calc(1.45rem + 13rem + .35rem)!important}.doc-sheet .print-root.operating-sheet-root .op-ag-pay-shell{position:absolute!important;top:1.45rem!important;right:0!important;width:13.25rem!important;max-width:none!important;margin:0!important}.doc-sheet .print-root.operating-sheet-root .op-ag-early-body{margin-top:-5.6em!important;padding-right:13.9rem!important;box-sizing:border-box!important}.doc-sheet .print-root.operating-sheet-root .op-ag-term-section{margin-top:calc(3 * 1.4em)!important}html[data-print-scope=part1] #operating-agreement-master-terms-sheet,html[data-print-scope=part2] #operating-agreement-print{display:none!important}#operating-agreement-master-terms-sheet{page-break-before:always}html[data-print-scope=part2] #operating-agreement-master-terms-sheet{page-break-before:auto}.doc-sheet .print-root.operating-master-terms-root{font-size:10pt;line-height:1.48;max-width:none;margin-inline:0}}.admin-equipment-add-row{display:flex;gap:.5rem;align-items:stretch}.admin-equipment-add-row input{flex:1}.admin-equipment-list{list-style:none;margin:.75rem 0 0;padding:0}.admin-equipment-list li{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.45rem 0;border-bottom:1px solid var(--line);font-size:.875rem}.btn-xs{padding:.35rem .65rem;font-size:.72rem}.class8-agreement-title-select{text-transform:uppercase;letter-spacing:.06em;font-weight:600}.admin-toolbar-tight{margin-top:.75rem;gap:.5rem}.admin-lessor-list{list-style:none;margin:.75rem 0 0;padding:0}.admin-lessor-list>li{border-bottom:1px solid var(--line);padding:.65rem 0}.admin-lessor-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:.35rem 1rem}.admin-lessor-meta{flex:1 1 12rem;font-size:.8125rem;color:var(--muted)}.admin-lessor-actions{display:flex;gap:.35rem;flex-shrink:0}.admin-lessor-edit{margin-top:.75rem;padding-top:.75rem;border-top:1px dashed var(--line)}.admin-hint-flush{margin-top:.35rem}.admin-list-spaced{margin-top:1rem}.admin-ag-title-preview{font-weight:600;letter-spacing:.04em;text-transform:uppercase;font-size:.8125rem}.doc-sheet .print-root.operating-sheet-root{font-family:var(--font-doc),Georgia,serif;font-size:10.5pt;line-height:1.52;color:var(--legal-ink)}.doc-sheet .print-root.operating-sheet-root .op-ag-head-grid{position:relative;display:block;margin-bottom:.55rem;width:100%;box-sizing:border-box;padding-right:14.1rem;min-height:calc(1.45rem + 13rem + .35rem)}.doc-sheet .print-root.operating-sheet-root .op-ag-head-top-row{display:block;width:100%;box-sizing:border-box;margin:0 0 .35rem;min-width:0}.doc-sheet .print-root.operating-sheet-root .op-ag-doc-contract-line{display:block;font-family:var(--font-ui);font-size:clamp(9pt,1.9vw,10.5pt);font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#111;line-height:1.2;text-align:left}.doc-sheet .print-root.operating-sheet-root .op-ag-contract-num-inline{font-variant-numeric:tabular-nums;letter-spacing:.03em}.doc-sheet .print-root.operating-sheet-root h2{font-family:var(--font-doc),Georgia,serif;font-size:10.5pt;font-weight:700;color:var(--legal-ink);letter-spacing:normal;text-transform:none;margin:.85rem 0 .35rem}.doc-sheet .print-root.operating-sheet-root h2.op-ag-ul-heading{font-family:var(--font-ui);font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--oracle-red-dark);text-decoration:none;padding-bottom:.4rem;border-bottom:1px solid rgba(0,0,0,.12);margin:1.15rem 0 .65rem}.doc-sheet .print-root.operating-sheet-root h2.op-ag-ul-heading-sm{font-family:var(--font-doc),Georgia,serif;font-size:11pt;font-weight:700;letter-spacing:.02em;text-transform:none;color:var(--legal-ink);text-decoration:none;border-bottom:none;padding-bottom:0;margin:.95rem 0 .45rem}.doc-sheet .print-root.operating-sheet-root .op-ag-pay-shell{position:absolute;top:1.45rem;right:0;width:13.25rem;max-width:min(13.25rem,42vw);margin:0}.doc-sheet .print-root.operating-sheet-root .op-ag-pay-container{width:13.25rem;max-width:min(13.25rem,36vw);border:2px solid #111;padding:.45rem .55rem .5rem;font-family:var(--font-ui);font-size:8.5pt;line-height:1.38;box-sizing:border-box}.doc-sheet .print-root.operating-sheet-root .op-ag-pay-title{font-weight:700;margin:0 0 .45rem;font-size:9pt;letter-spacing:.04em;text-align:center;text-decoration:none}.doc-sheet .print-root.operating-sheet-root .op-ag-pay-body{display:flex;flex-direction:column}.doc-sheet .print-root.operating-sheet-root .op-ag-pay-line{margin:0 0 .22rem}.doc-sheet .print-root.operating-sheet-root .op-ag-pay-note{font-style:italic}.doc-sheet .print-root.operating-sheet-root .op-ag-pay-rates{display:flex;flex-direction:column;gap:.15rem}.doc-sheet .print-root.operating-sheet-root .op-ag-pay-rate-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.35rem .5rem;align-items:baseline}.doc-sheet .print-root.operating-sheet-root .op-ag-pay-rate-label{white-space:nowrap}.doc-sheet .print-root.operating-sheet-root .op-ag-pay-rate-value{font-variant-numeric:tabular-nums;text-align:right;justify-self:end;white-space:nowrap}.doc-sheet .print-root.operating-sheet-root .op-ag-pay-validity{font-size:8.25pt;line-height:1.35}.doc-sheet .print-root.operating-sheet-root .op-ag-pay-spacer{height:.35rem}.doc-sheet .print-root.operating-sheet-root .op-ag-early-body{margin-top:-5.6em;padding-right:14.1rem;box-sizing:border-box}.doc-sheet .print-root.operating-sheet-root .op-ag-lessor-equipment-cluster{padding:.15rem 0 0;box-sizing:border-box}.doc-sheet .print-root.operating-sheet-root .op-ag-lessor-equipment-cluster>.op-ag-section{margin-bottom:.35rem}.doc-sheet .print-root.operating-sheet-root .op-ag-lessor-equipment-cluster>.op-ag-section:last-child{margin-bottom:0}.doc-sheet .print-root.operating-sheet-root .op-ag-lessor-equipment-cluster>.op-ag-section:first-child h2.op-ag-ul-heading{margin-top:0}.doc-sheet .print-root.operating-sheet-root .op-ag-section{margin-bottom:.85rem}.doc-sheet .print-root.operating-sheet-root .op-ag-section.op-ag-tight p{margin:0 0 .25rem}.doc-sheet .print-root.operating-sheet-root .op-ag-party-line{margin:0;font-size:10.5pt;text-align:justify;text-justify:inter-word}.doc-sheet .print-root.operating-sheet-root .op-ag-term-section{margin-top:calc(3 * 1.4em)}.doc-sheet .print-root.operating-sheet-root .op-ag-mileage{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:baseline;gap:1rem}.doc-sheet .print-root.operating-sheet-root .op-ag-term{margin:0 0 .35rem;white-space:pre-wrap;text-align:justify;text-justify:inter-word}.doc-sheet .print-root.operating-sheet-root .op-ag-lease-choice-stack{display:flex;flex-direction:column;align-items:center;gap:.35rem;width:100%;margin-top:.5rem;box-sizing:border-box}.doc-sheet .print-root.operating-sheet-root .op-ag-must-check{margin:0;font-size:9pt;text-align:center;width:100%}.doc-sheet .print-root.operating-sheet-root .op-ag-lease-row{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:.35rem 1.75rem;margin:0;font-size:10pt}.doc-sheet .print-root.operating-sheet-root .op-ag-mark{font-family:Segoe UI Symbol,Apple Symbols,sans-serif;margin-right:.15rem}.doc-sheet .print-root.operating-sheet-root .op-ag-lease-gap{display:inline-block;width:3rem}.doc-sheet .print-root.operating-sheet-root .op-ag-tab-gap{display:inline-block;width:1.25rem}.doc-sheet .print-root.operating-sheet-root .op-ag-field-gap{display:inline-block;width:2.5rem}.doc-sheet .print-root.operating-sheet-root .op-ag-vehicle-meta{margin:0 0 .35rem;font-size:10pt}.doc-sheet .print-root.operating-sheet-root .op-ag-strong-name{font-weight:700;margin:0 0 .25rem}.doc-sheet .print-root.operating-sheet-root .op-ag-muted-small{margin:.15rem 0 0;font-size:9pt;color:#444}.doc-sheet .print-root.operating-sheet-root .op-ag-op-row{margin:0;font-size:10pt}.doc-sheet .print-root.operating-sheet-root .op-ag-op-gap{display:inline-block;width:1.25rem}.doc-sheet .print-root.operating-sheet-root .op-ag-bullets{margin:.55rem 0 .85rem;padding:.65rem 0 .55rem;list-style:none;padding-left:0;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.08);font-size:9.75pt}.doc-sheet .print-root.operating-sheet-root .op-ag-bullets li{position:relative;padding-left:1.35rem;margin-bottom:.45rem;text-align:justify;text-justify:inter-word}.doc-sheet .print-root.operating-sheet-root .op-ag-bullets li:before{content:"";position:absolute;left:.2rem;top:.52em;width:.28rem;height:.28rem;border-radius:1px;background:var(--oracle-red-dark)}.doc-sheet .print-root.operating-sheet-root .op-ag-bullets-tight{margin-top:.45rem}.doc-sheet .print-root.operating-sheet-root .op-ag-ins-row{margin:0 0 .35rem;font-size:9.5pt}.doc-sheet .print-root.operating-sheet-root .op-ag-small-print{margin:.35rem 0;font-size:9.25pt;text-align:justify;text-justify:inter-word}.doc-sheet .print-root.operating-sheet-root .op-ag-small-caps{font-size:9pt}.doc-sheet .print-root.operating-sheet-root .op-ag-witness{margin:1.25rem 0 .85rem;padding:1rem 1.15rem;border:1px solid var(--legal-rule);border-radius:var(--radius-sm);background:linear-gradient(180deg,#c746340f,#ffffffd9);font-size:10.5pt;line-height:1.55;text-align:justify;text-justify:inter-word}.doc-sheet .print-root.operating-sheet-root .op-ag-witness p{margin:0}.doc-sheet .print-root.operating-sheet-root .op-ag-governing-foot{margin:0 0 .65rem;font-size:9pt;color:#444}.doc-sheet .print-root.operating-sheet-root .op-ag-sig-block{margin-top:1.5rem;padding-top:1.15rem;border-top:2px solid rgba(0,0,0,.12);font-family:var(--font-ui);font-size:10pt}.doc-sheet .print-root.operating-sheet-root .op-ag-sig-label{margin:0 0 .35rem;font-weight:700}.doc-sheet .print-root.operating-sheet-root .op-ag-sig-line{display:flex;align-items:baseline;flex-wrap:wrap;gap:.25rem;margin:.85rem 0}.doc-sheet .print-root.operating-sheet-root .op-ag-sig-dots{letter-spacing:.12em;color:#666}.doc-sheet .print-root.operating-sheet-root .op-ag-x{font-size:18pt;font-weight:700;margin:0 .15rem}.doc-sheet .print-root.operating-sheet-root .op-ag-sig-rule{flex:1;min-width:8rem;border-bottom:1px solid #111;height:1em}.doc-sheet .print-root.operating-sheet-root .op-ag-sig-rule-wide{flex:1;min-width:14rem;border-bottom:1px solid #111;height:1em}.doc-sheet .print-root.operating-sheet-root .op-ag-date-rule{display:inline-block;min-width:6rem;border-bottom:1px solid #111}@media screen and (max-width:820px){.doc-sheet .print-root.operating-sheet-root .op-ag-head-grid{padding-right:0;min-height:0}.doc-sheet .print-root.operating-sheet-root .op-ag-pay-shell{position:static;width:100%;max-width:none;margin-top:.75rem;right:auto}.doc-sheet .print-root.operating-sheet-root .op-ag-pay-container{width:100%;max-width:none}.doc-sheet .print-root.operating-sheet-root .op-ag-early-body{margin-top:0;padding-right:0}.doc-sheet .print-root.operating-sheet-root .op-ag-term-section{margin-top:.65rem}.doc-sheet .print-root.operating-sheet-root .op-ag-doc-contract-line{font-size:clamp(8pt,2.6vw,10pt)}}.op-contract-toolbar-inner{display:flex;flex-wrap:wrap;gap:.45rem .65rem;align-items:center}.doc-sheet-follow{margin-top:1rem}.doc-sheet .print-root.operating-master-terms-root{font-family:var(--font-doc),Georgia,serif;color:var(--legal-ink);font-size:10.5pt;line-height:1.58;max-width:var(--legal-measure);margin-inline:auto;text-rendering:optimizeLegibility}.op-mt-head{text-align:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:3px double var(--legal-rule-strong)}.op-mt-part-tag{display:inline-block;font-family:var(--font-ui);font-size:.65rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--oracle-red-dark);margin-bottom:.35rem}.op-mt-title{font-family:var(--font-ui);font-size:1rem;margin:0 0 .65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.op-mt-sub{margin:0 0 .5rem;font-size:10pt}.op-mt-note{margin:0;font-size:9pt;color:#444;font-style:italic}.op-mt-contract-num.muted-contract{color:var(--muted)}.op-mt-body p{margin:0 0 .75rem;text-align:justify;text-justify:inter-word}.op-mt-acceptance{margin-top:2rem;padding:1.25rem 1.15rem 1.1rem;border:1px solid var(--legal-rule);border-radius:var(--radius-sm);background:#fff;box-shadow:0 1px 2px #0000000a}.op-mt-acceptance>p{margin:0 0 1.1rem;font-size:10.5pt;text-align:justify;text-justify:inter-word;line-height:1.55}.op-mt-sig-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.75rem;align-items:start}.op-mt-sig-role{font-family:var(--font-ui);font-size:.62rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--oracle-red-dark);margin-bottom:.35rem}.op-mt-party-block{font-size:10pt;margin-bottom:.65rem;line-height:1.35}@media screen and (max-width:720px){.op-mt-sig-grid{grid-template-columns:1fr}}.contract-log-panel{margin-top:2rem}.contract-log-head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem 1.5rem;margin-bottom:1rem}.contract-log-head h2{margin:0;font-size:1.1rem;font-weight:700}.contract-log-filter{margin:0;min-width:min(100%,16rem)}.contract-log-filter label{display:block;font-size:.8rem;font-weight:600;margin-bottom:.35rem;color:var(--muted)}.contract-log-filter select{width:100%;font-family:inherit;font-size:.9rem;padding:.45rem .5rem;border-radius:var(--radius-sm);border:1px solid var(--line);background:#fff}.contract-log-hint{margin:0;max-width:none}.contract-log-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--line);border-radius:var(--radius-sm);background:#fff}.contract-log-table{width:100%;border-collapse:collapse;font-size:.8125rem}.contract-log-table th,.contract-log-table td{padding:.5rem .65rem;text-align:left;border-bottom:1px solid var(--line);vertical-align:top}.contract-log-table th{font-weight:700;font-size:.72rem;letter-spacing:.04em;text-transform:uppercase;color:var(--muted);background:#00000005;white-space:nowrap}.contract-log-table tbody tr:last-child td{border-bottom:none}.contract-log-table tbody tr:hover td{background:#00000004}.contract-log-mono{font-variant-numeric:tabular-nums;white-space:nowrap}.contract-log-contract-link{font-weight:600;color:var(--oracle-red-dark);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.contract-log-contract-link:hover{color:var(--oracle-red)}.contract-log-contract-static{font-weight:600;color:var(--muted);cursor:default}.contract-log-open-hint{margin:-.35rem 0 1rem;font-size:.78rem}.contract-log-empty{text-align:center;padding:1.75rem 1rem!important;color:var(--muted);font-size:.875rem}.contract-log-action-note{margin:0 0 .75rem;font-size:.82rem;color:var(--oracle-red-dark)}.contract-log-actions{white-space:nowrap;vertical-align:middle}.contract-log-action-group{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.contract-log-btn{font-size:.72rem;padding:.3rem .55rem}.contract-log-btn-danger{color:var(--oracle-red-dark)}.contract-log-btn-danger:hover:not(:disabled){color:var(--oracle-red)}.contract-log-cell-input{width:100%;min-width:3.25rem;max-width:11rem;font:inherit;font-size:.8125rem;padding:.3rem .4rem;border:1px solid var(--line);border-radius:var(--radius-sm);background:#fff;box-sizing:border-box}.contract-log-input-date{max-width:9.25rem}.contract-log-row-editing td{background:#c746340f}.contract-save-note{margin:0 0 1rem;font-size:.82rem;color:var(--muted);line-height:1.45}.ic-agreement-doc{font-family:var(--font-doc),Georgia,"Times New Roman",serif;color:var(--legal-ink);font-size:10.5pt;line-height:1.58;max-width:var(--legal-measure);margin:0 auto;hyphens:auto;-webkit-hyphens:auto;text-rendering:optimizeLegibility}.ic-agreement-doc-head{text-align:center;margin-bottom:2rem;padding-bottom:1.35rem;border-bottom:3px double var(--legal-rule-strong)}.ic-agreement-doc-kicker{margin:0 0 .35rem;font-size:.68rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--oracle-red-dark)}.ic-agreement-title{margin:0;font-size:1.35rem;font-weight:700;letter-spacing:.02em;line-height:1.2;color:#111}.ic-agreement-sub{margin:.65rem auto 0;font-size:.8rem;color:var(--muted);max-width:36rem;line-height:1.45}.ic-agreement-main{display:flex;flex-direction:column;gap:1.75rem}.ic-agreement-section{break-inside:avoid;page-break-inside:avoid}.ic-agreement-section-heading{margin:0 0 .85rem;font-size:.72rem;font-weight:700;letter-spacing:.11em;text-transform:uppercase;color:#333;padding-bottom:.35rem;border-bottom:1px solid rgba(0,0,0,.12)}.ic-agreement-section-heading--recitals{color:var(--oracle-red-dark)}.ic-agreement-prose p{margin:0 0 .85rem;text-align:justify;text-justify:inter-word}.ic-agreement-prose p:last-child{margin-bottom:0}.ic-agreement-equipment-card{margin:0 0 1rem;padding:.85rem 1rem;border-radius:var(--radius-sm);border:1px solid var(--line);background:linear-gradient(180deg,#c746340f,#ffffffa6)}.ic-agreement-equipment-row{display:grid;grid-template-columns:5rem 1fr;gap:.5rem 1rem;align-items:baseline;padding:.35rem 0;font-size:.88rem}.ic-agreement-equipment-row+.ic-agreement-equipment-row{border-top:1px dashed rgba(0,0,0,.12);margin-top:.35rem;padding-top:.65rem}.ic-agreement-equipment-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.ic-agreement-equipment-value{font-variant-numeric:tabular-nums;line-height:1.45}.ic-agreement-witness{margin:2rem 0;padding:1.35rem 1.25rem;border:1px solid var(--legal-rule);border-radius:var(--radius-sm);background:linear-gradient(180deg,#c746340f,#fdfcfaf2)}.ic-agreement-witness-lead{margin:0 0 1.25rem;font-size:.92rem;line-height:1.58;text-align:justify;text-justify:inter-word}.ic-agreement-sig-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem}.ic-agreement-sig-card{padding:1rem;background:#fff;border:1px solid var(--legal-rule);border-radius:var(--radius-sm);box-shadow:0 1px 2px #0000000a}.ic-agreement-sig-caption{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:.65rem}.ic-agreement-party-block{font-size:.88rem;line-height:1.45}.ic-agreement-party-block strong{font-size:.95rem}.ic-agreement-sig-lines{margin-top:1.1rem;display:flex;flex-direction:column;gap:.65rem}.ic-agreement-sig-field{display:flex;flex-direction:column;gap:.2rem}.ic-agreement-sig-label{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.ic-agreement-sig-rule{display:block;border-bottom:1px solid #333;min-height:1.35rem}.ic-agreement-sig-rule--short{max-width:10rem}.ic-agreement-sig-title{font-size:.78rem}.ic-agreement-appendices-wrap{margin-top:2.25rem;padding-top:1.65rem;border-top:2px solid rgba(0,0,0,.12)}.ic-agreement-appendices-title{margin:0 0 1.35rem;padding-bottom:.45rem;border-bottom:1px solid rgba(0,0,0,.1);font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--oracle-red-dark)}.ic-agreement-appendix-stack{display:flex;flex-direction:column;gap:1.75rem}.ic-agreement-section--appendix .ic-agreement-section-heading{font-size:.78rem;color:var(--oracle-red-dark)}.ic-agreement-appendix-rich{margin-top:.35rem}.ic-agreement-appendix-rich .ic-appendix-subheading{margin:1.35rem 0 .65rem;font-family:var(--font-ui);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--oracle-red-dark);padding-bottom:.35rem;border-bottom:1px solid rgba(0,0,0,.1)}.ic-agreement-appendix-rich .ic-appendix-rich-p{margin:0 0 .78rem;text-align:justify;text-justify:inter-word}.ic-agreement-appendix-rich .ic-appendix-rich-p:last-child{margin-bottom:0}.ic-agreement-appendix-rich .ic-agreement-bullet-list{margin-top:.35rem}.ic-agreement-section--chargeback{padding-left:.35rem;border-left:3px solid rgba(199,70,52,.35)}.ic-agreement-bullet-list{margin:.25rem 0 1rem;padding:.85rem 0 .5rem;list-style:none;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.08)}.ic-agreement-bullet-list li{position:relative;margin:0 0 .62rem;padding-left:1.4rem;text-align:justify;text-justify:inter-word;line-height:1.52;font-size:.92em}.ic-agreement-bullet-list li:last-child{margin-bottom:0}.ic-agreement-bullet-list li:before{content:"";position:absolute;left:.2rem;top:.55em;width:.3rem;height:.3rem;border-radius:1px;background:var(--oracle-red-dark)}.ic-agreement-prose--after-list{margin-top:.9rem}.ic-agreement-prose--after-list p:first-child{text-indent:0}@media print{.ic-agreement-doc{max-width:none;font-size:10pt}.ic-agreement-equipment-card{background:#fff;-webkit-print-color-adjust:exact;print-color-adjust:exact}.ic-agreement-witness{background:#fff}}
