:root{--bg:#f3f0ea;--panel:#fff;--panel-soft:#f8f6f2;--border:#d9d2c7;--text:#1d1b18;--muted:#6f6b63;--accent:#0c6b6f;--accent-dark:#095559;--accent-soft:#dbeeed;--warning:#9a6a18;--warning-soft:#f3e4c7;--error:#8a3146;--error-soft:#f3dbe2;--success:#2c6a3a;--success-soft:#dcecdf;--sidebar:#163537;--deleted-bg:#f6eef0;--deleted-border:#ddc4cb;--grid:#e8e1d7}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:Arial,sans-serif}button,input,select,a,textarea{font:inherit}a{color:var(--accent)}pre{white-space:pre-wrap;word-break:break-word;border:1px solid var(--border);background:#f4f1ec;border-radius:10px;margin:8px 0 0;padding:12px;font-size:12px}.login-page{place-items:center;min-height:100vh;padding:24px;display:grid}.login-card{background:var(--panel);border:1px solid var(--border);border-radius:18px;width:100%;max-width:420px;padding:24px}.login-card h1{margin-top:0;margin-bottom:8px}.login-help{color:var(--muted);margin-top:16px;font-size:14px}.app-shell{grid-template-columns:320px 1fr;min-height:100vh;display:grid}.sidebar{background:var(--sidebar);color:#fff;flex-direction:column;padding:22px;display:flex}.brand-block h1{margin:0;font-size:24px}.brand-block p{color:#ffffffb3;margin:6px 0 18px}.user-panel{background:#ffffff14;border:1px solid #ffffff1a;border-radius:14px;gap:6px;margin-bottom:14px;padding:12px;display:grid}.sidebar input{border:none;border-radius:10px;width:100%;margin-bottom:12px;padding:12px}.sidebar-actions{margin-bottom:16px}.well-list{flex-direction:column;gap:10px;display:flex;overflow-y:auto}.well-item{text-align:left;color:#fff;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;flex-direction:column;gap:4px;padding:12px;display:flex}.well-item.active{background:var(--accent)}.well-item small{color:#ffffffbf}.content{padding:24px}.card,.subcard{background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:18px}.card{margin-bottom:18px}.form-card h2,.form-card h3{margin-top:0}.hero-panel{border:1px solid var(--border);background:linear-gradient(135deg,#fff,#f7f4ee);border-radius:18px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;padding:22px;display:flex}.section-title-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.hero-panel-right{flex-direction:column;align-items:flex-end;gap:12px;display:flex}.hero-actions{gap:10px;display:flex}.hero-panel h2{margin:0 0 6px}.hero-panel p{color:var(--muted);margin:0}.hero-tags{flex-wrap:wrap;gap:10px;display:flex}.tag{background:var(--panel-soft);border:1px solid var(--border);border-radius:999px;padding:8px 12px}.tag.accent{background:var(--accent-soft);color:var(--accent-dark);border-color:#b8d9d8}.mini-tag{border:1px solid var(--border);border-radius:999px;padding:5px 10px;font-size:12px}.mini-tag.live{background:var(--accent-soft);color:var(--accent-dark)}.mini-tag.deleted{background:var(--error-soft);color:var(--error)}.notice{border:1px solid #0000;border-radius:12px;margin-bottom:16px;padding:12px 14px}.notice.success{background:var(--success-soft);color:var(--success);border-color:#bcd8c2}.notice.error{background:var(--error-soft);color:var(--error);border-color:#dfbcc8}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px;display:grid}.stat-card{background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:16px}.stat-card span{color:var(--muted);margin-bottom:8px;display:block}.stat-card strong{font-size:28px}.toolbar-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.tabs{flex-wrap:wrap;gap:10px;display:flex}.tab{border:1px solid var(--border);background:var(--panel-soft);border-radius:10px;padding:10px 14px}.tab.active{background:var(--accent-soft);color:var(--accent-dark);border-color:#b8d9d8}.toggle-row{align-items:center;gap:8px;display:flex}.overview-grid,.grid.two-col{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.enhanced-overview-grid{align-items:start}.wide-card{grid-column:span 2}.kv-grid{gap:10px;display:grid}.well-form{gap:14px;display:grid}.well-form label{gap:6px;display:grid}.well-form span{color:var(--muted);font-size:14px}input,select,textarea{border:1px solid var(--border);background:#fff;border-radius:10px;width:100%;padding:11px 12px}.form-actions{flex-wrap:wrap;gap:10px;display:flex}.multi-actions{margin-top:6px}.primary-button,.secondary-button,.ghost-button,.small-button,.small-link-button,.danger-button{border:1px solid var(--border);border-radius:10px;margin:5px;padding:10px 14px}.primary-button{background:var(--accent);color:#fff;border-color:var(--accent)}.secondary-button,.ghost-button,.small-button,.small-link-button{background:var(--panel-soft);color:var(--text)}.danger-button{color:var(--error);background:#fbe8ed;border-color:#e6beca}.history-row,.timeline-row{border:1px solid var(--border);background:#fff;border-radius:14px;margin-top:12px;padding:14px}.deleted-row{background:var(--deleted-bg);border-color:var(--deleted-border)}.row-header,.row-actions{flex-wrap:wrap;gap:8px;margin-bottom:10px;display:flex}.timeline-row{grid-template-columns:140px 1fr;gap:14px;display:grid}.timeline-date{color:var(--muted);font-weight:700}.audit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:12px;display:grid}.empty-state{background:var(--panel);border:1px dashed var(--border);text-align:center;color:var(--muted);border-radius:18px;padding:30px}.user-list{margin-top:16px}.wellbore-panel{gap:16px;display:grid}.wellbore-meta{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.muted-line{color:var(--muted);margin-top:4px}.diagram-legend{color:var(--muted);flex-wrap:wrap;gap:14px;font-size:13px;display:flex}.legend-box,.legend-dot{vertical-align:middle;margin-right:6px;display:inline-block}.legend-box{border-radius:4px;width:14px;height:14px}.legend-dot{border-radius:999px;width:12px;height:12px}.casing-box{background:#d9e5e7;border:1px solid #8ca8ad}.tubing-box{background:#78aeb4}.perf-box{background:#c46f1638;border:1px solid #9a6a1873}.lift-dot{background:#a12c7b}.wellbore-svg{border:1px solid var(--border);background:linear-gradient(#fff,#faf8f4);border-radius:18px;width:100%;max-width:100%;height:auto}.depth-axis,.depth-tick{stroke:#6e6a61;stroke-width:1.6px}.depth-grid{stroke:var(--grid);stroke-width:1px;stroke-dasharray:3 5}.depth-label{fill:#736e65;font-size:12px}.column-label,.annotation-label{fill:#1d1b18;font-size:13px;font-weight:600}.casing-shape{fill:#dce7e8;stroke:#8ba6ab;stroke-width:2px}.tubing-shape{fill:#6ca6ad;stroke:#40767d;stroke-width:2px}.perf-zone{fill:#da710129;stroke:#9a6a188c;stroke-width:1.5px}.packer-shape{fill:#3d474d}.lift-marker{fill:#a12c7b;stroke:#fff;stroke-width:3px}.diagram-detail-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.diagram-detail-card{border:1px solid var(--border);background:var(--panel-soft);border-radius:14px;gap:5px;padding:14px;display:grid}.diagram-detail-card span{color:var(--muted);font-size:13px}.diagram-detail-card strong{font-size:15px}.diagram-detail-card small{color:var(--muted)}@media (width<=1100px){.app-shell{grid-template-columns:1fr}.sidebar{min-height:auto}.stats-grid,.overview-grid,.grid.two-col,.audit-grid,.diagram-detail-grid{grid-template-columns:1fr}.wide-card{grid-column:span 1}}@media (width<=700px){.content{padding:14px}.hero-panel{flex-direction:column;align-items:flex-start}.timeline-row{grid-template-columns:1fr}}.full-width-card{grid-column:1/-1}.profile-report-card{color:#111;background:#fff;border:2px solid #1f1f1f;padding:12px}.profile-report-header{border-bottom:2px solid #1f1f1f;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:10px;padding-bottom:10px;display:flex}.profile-report-header h3{color:#111;margin:0;font-size:28px}.profile-report-header p{color:#555;margin:4px 0 0}.report-mini-meta{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.report-mini-meta span{background:#f6f6f6;border:1px solid #1f1f1f;padding:4px 8px;font-size:12px;font-weight:600}.profile-top-grid{border:2px solid #1f1f1f;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;margin-bottom:12px;display:grid}.meta-box{border-bottom:1px solid #1f1f1f;border-right:1px solid #1f1f1f;flex-direction:column;justify-content:space-between;min-height:50px;padding:6px 8px;display:flex}.meta-box label{text-transform:uppercase;letter-spacing:.04em;color:#555;font-size:11px}.meta-box strong{color:#111;font-size:15px}.profile-main-grid{grid-template-columns:1.02fr 1.48fr;align-items:stretch;gap:10px;display:grid}.schematic-frame,.data-table-card{background:#fff;border:2px solid #1f1f1f}.frame-title,.table-card-title{color:#111;background:#f3f3f3;border-bottom:2px solid #1f1f1f;padding:6px 8px;font-size:14px;font-weight:700}.profile-svg{background:linear-gradient(#fff 0% 100%);width:100%;height:auto;display:block}.profile-grid-line{stroke:#d9d9d9;stroke-width:1px}.profile-depth-label{fill:#666;font-size:11px}.casing-outer{fill:#bfbfbf;stroke:#222;stroke-width:2px}.casing-inner{fill:#f7f7f7;stroke:#7f7f7f;stroke-width:1.4px}.tubing-outer{fill:#4457d6;stroke:#1f2e86;stroke-width:1.6px}.tubing-inner{fill:#e9dbb0;stroke:#8f845b;stroke-width:1px}.rod-string{fill:#f29a65;stroke:#b05c2f;stroke-width:1px}.wellhead-body{fill:#5078c8;stroke:#1f2e86;stroke-width:2px}.wellhead-wheel{fill:none;stroke:#2d3d58;stroke-width:8px}.wellhead-wheel-inner{fill:none;stroke:#243247;stroke-width:4px}.polish-rod-top{fill:#f6f6f6;stroke:#5a5a5a;stroke-width:1.2px}.pump-body{fill:#3345c7;stroke:#1d276e;stroke-width:1.8px}.pump-mid{fill:#d9d9d9;stroke:#666;stroke-width:1.2px}.pump-foot{fill:#d62929;stroke:#8a1414;stroke-width:1px}.packer-body{fill:#111;stroke:#111;stroke-width:1.2px}.packer-wing{fill:#d6d6d6;stroke:#555;stroke-width:1px}.perf-zone-fill{fill:#da71010d;stroke:#9a6a1852;stroke-width:1.25px}.perf-shot{stroke:#da1f1f;stroke-width:2.2px}.callout-line{stroke:#111;stroke-width:1.4px}.callout-text{fill:#111;font-size:12px}.profile-bottom-label{fill:#111;font-size:12px;font-weight:700}.profile-data-panel{grid-template-columns:1fr;gap:8px;display:grid}.mini-table{border-collapse:collapse;width:100%}.mini-table th,.mini-table td{text-align:left;vertical-align:top;color:#111;border:1px solid #1f1f1f;padding:6px 8px;font-size:12px}.mini-table thead th{background:#efefef;font-weight:700}.notes-block{color:#111;gap:8px;padding:10px;font-size:13px;display:grid}.enhanced-overview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}@media (width<=1200px){.profile-main-grid{grid-template-columns:1fr}.profile-top-grid{grid-template-columns:repeat(2,1fr)}.meta-box:nth-child(4n){border-right:1px solid #1f1f1f}.meta-box:nth-child(2n){border-right:none}}@media (width<=768px){.profile-report-header{flex-direction:column}.report-mini-meta{justify-content:flex-start}.profile-top-grid,.enhanced-overview-grid{grid-template-columns:1fr}.meta-box{border-right:none}}.profile-filter-row{flex-wrap:wrap;align-items:end;gap:12px;display:flex}.profile-filter-row label{flex-direction:column;gap:6px;min-width:220px;display:flex}.muted-note{color:#666;margin-top:10px;font-size:13px}.esp-body{fill:#2b8a6e;stroke:#185847;stroke-width:1.5px}.valve-wing{fill:#7c4dff;stroke:#4f2aa8;stroke-width:1.2px}.generic-equipment{fill:#8c8c8c;stroke:#4d4d4d;stroke-width:1.2px}.print-sheet{break-inside:avoid;page-break-inside:avoid}@media print{body{background:#fff!important}.sidebar,.tabs,.form-card,.notice,.secondary-button,.primary-button,.ghost-button,.small-button,.small-link-button,.toggle-row,.profile-filter-row{display:none!important}.content,.card,.subcard,.profile-report-card{box-shadow:none!important;border-radius:0!important}.profile-report-card{border:2px solid #000!important;width:100%!important;margin:0!important}}.field-label{color:#5f6b7a;text-transform:uppercase;letter-spacing:.03em;margin-bottom:6px;font-size:12px;font-weight:700;display:block}.static-field-value{color:#1f2937;background:#f7f8fa;border:1px solid #cfd6df;border-radius:6px;align-items:center;min-height:42px;padding:10px 12px;font-size:14px;line-height:1.35;display:flex}.subcard .static-field-value{box-shadow:inset 0 1px #ffffff8c}@media (width<=768px){.static-field-value{min-height:40px;padding:9px 10px;font-size:13px}}.failure-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.failure-card{background:#fafbfc;border:1px solid #cfd6df;border-radius:12px;padding:12px 14px}.failure-title{color:#1f2937;margin-bottom:10px;font-size:15px;font-weight:700}.failure-options-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 14px;display:grid}.failure-option-row{cursor:pointer;grid-template-columns:18px minmax(0,1fr);align-items:start;column-gap:8px;display:grid}.failure-checkbox-cell{justify-content:center;align-items:flex-start;width:18px;padding-top:2px;display:flex}.failure-checkbox-cell input[type=checkbox]{width:14px;height:14px;margin:0}.failure-label-cell{color:#374151;word-break:break-word;font-size:14px;line-height:1.2}@media (width<=1100px){.failure-options-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.failure-grid{grid-template-columns:1fr}}@media (width<=640px){.failure-options-grid{grid-template-columns:1fr}}.workover-time-table,.workover-cost-table{table-layout:fixed;width:100%}.workover-time-table th,.workover-time-table td,.workover-cost-table th,.workover-cost-table td{vertical-align:top}.workover-time-table .action-cell .danger-button,.workover-cost-table .action-cell .danger-button{width:100%;min-width:0}.workover-time-table td:first-child input,.workover-time-table td:nth-child(2) input{min-width:0}.workover-time-table td:nth-child(3) input{text-align:center;min-width:0}.workover-time-table td:nth-child(4) input{width:100%}.workover-time-table td:nth-child(5){white-space:nowrap}.well-notes-box{white-space:pre-wrap;background:#fff;border:1px solid #d0d7de;border-radius:8px;height:140px;min-height:140px;max-height:140px;padding:10px;line-height:1.45;overflow-y:auto}textarea.well-notes-box{resize:none;width:100%}.overview-subcards{grid-template-columns:2.2fr 1fr;align-items:start;gap:16px;display:grid}.well-notes-header{justify-content:flex-start;align-items:center;gap:8px;margin-bottom:8px;display:flex}.well-notes-title{margin:0}.notes-edit-button{padding:4px 10px}.notes-action-group{align-items:center;gap:8px;display:flex}.overview-lower-grid{grid-template-columns:2.2fr 1fr;align-items:start;gap:16px;display:grid}.overview-side-stack{grid-template-rows:auto auto;align-content:start;gap:1px;display:grid}.well-notes-subcard{min-width:0;margin-bottom:1px}.ownership-subcard{min-width:0}.wellhead-builder-grid{grid-template-columns:1.2fr 1fr;gap:16px;display:grid}.wellhead-builder-panel{background:#fff;border:1px solid #d6dae1;border-radius:12px;padding:14px}.builder-section-title{color:#1f2937;margin-bottom:10px;font-size:.95rem;font-weight:700}.builder-actions-row{flex-wrap:wrap;gap:8px;margin-bottom:12px;display:flex}.mini-action-btn{cursor:pointer;background:#f8fafc;border:1px solid #c8d0da;border-radius:8px;padding:6px 10px;font-size:.82rem}.wellhead-item-list{flex-direction:column;gap:10px;display:flex}.wellhead-item-card{background:#fbfdff;border:1px solid #dbe2ea;border-radius:10px;padding:10px}.wellhead-item-toolbar{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.wellhead-item-toolbar-actions{gap:6px;display:flex}.wellhead-item-toolbar-actions button{cursor:pointer;background:#fff;border:1px solid #c8d0da;border-radius:6px;padding:4px 8px}.form-grid.two-column{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.form-grid.three-column{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.form-grid label,.builder-notes{flex-direction:column;gap:4px;display:flex}.form-grid input,.form-grid select,.builder-notes textarea{font:inherit;border:1px solid #cfd6df;border-radius:8px;padding:8px 10px}.wellhead-preview-svg{background:#f3f4f6;border:1px solid #d1d5db;border-radius:12px;width:100%;min-height:720px}@media (width<=1100px){.wellhead-builder-grid,.form-grid.two-column,.form-grid.three-column{grid-template-columns:1fr}}.wh-metal-dark{stroke:#111827;fill:#4b5563}.wh-metal-mid{fill:#6b7280}.wh-metal-light{fill:#e5e7eb}.wh-accent-green{fill:#16a34a}.wh-accent-red{fill:#b91c1c}.wh-accent-teal{fill:#0f766e}.wellhead-svg-label{fill:#111827;font-size:10px;font-weight:600}.wellhead-svg-subtext{fill:#6b7280;font-size:9px}.wellhead-photoreal-wrap{background:linear-gradient(#d6d8db 0%,#c7ccd1 100%);border-radius:12px;justify-content:center;align-items:flex-start;min-height:720px;padding:16px;display:flex;overflow:auto}.construction-two-col{grid-template-columns:1.4fr 1fr;align-items:start;gap:24px;display:grid}.construction-history-col,.construction-form-col{min-width:0}.construction-form-col{position:sticky;top:16px}@media (width<=900px){.construction-two-col{grid-template-columns:1fr}.construction-form-col{position:static}}.failure-option-block{flex-direction:column;gap:8px;min-width:0;display:flex}.failure-depths{background:#f8fafc;border:1px solid #d1d5db;border-radius:8px;width:min(620px,100vw - 180px);min-width:0;max-width:100%;margin-left:34px;padding:10px 12px}.failure-depths-wide{width:min(820px,100vw - 140px)}.failure-depths-header{color:#374151;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;font-size:13px;font-weight:600;display:flex}.failure-depth-row{align-items:center;gap:8px;min-width:0;margin-bottom:8px;display:flex}.failure-depth-row:last-child{margin-bottom:0}.failure-depth-row input{box-sizing:border-box;flex:auto;width:100%;min-width:0}.failure-depth-row .danger-button{white-space:nowrap;flex:none}.workover-layout{flex-direction:column;gap:20px;display:flex}.workover-timeline-full{width:100%}.workover-main-grid,.workover-main-grid--tight{grid-template-columns:minmax(320px,.95fr) minmax(0,1.55fr);align-items:start;gap:18px;display:grid}.workover-left-col,.workover-right-col,.workover-left-col--skinny{min-width:0}.failure-timeline{position:relative;overflow:visible}.failure-timeline--bottom-axis{width:100%;padding-bottom:44px;position:relative}.failure-timeline--bottom-axis .failure-timeline-axis{left:0;right:0;top:var(--timeline-axis-y);z-index:1;background:#b8bdc7;border-radius:999px;height:4px;position:absolute}.failure-timeline--bottom-axis .failure-tick{top:calc(var(--timeline-axis-y) + 14px);z-index:1;position:absolute;transform:translate(-50%)}.failure-timeline--bottom-axis .failure-tick-line{background:#b8bdc7;width:1px;height:10px;margin:0 auto 8px}.failure-timeline--bottom-axis .failure-tick-label{color:#6b7280;white-space:nowrap;font-size:11px;line-height:1}.failure-timeline--bottom-axis .failure-timeline-scale{color:#6b7280;justify-content:space-between;font-size:12px;display:flex;position:absolute;bottom:0;left:0;right:0}.failure-flag,.failure-flag--top-only{z-index:2;width:140px;position:absolute;transform:translate(-50%)}.failure-flag--top-only .failure-flag-card{z-index:2;background:#fff;border:1px solid #d1d5db;border-radius:12px;width:100%;min-width:0;max-width:100%;padding:6px 8px;position:relative;box-shadow:0 1px 2px #0f172a0f}.failure-flag-badges,.failure-flag--top-only .failure-flag-badges{flex-wrap:wrap;justify-content:center;gap:4px;margin-bottom:4px;display:flex}.failure-badge,.failure-flag--top-only .failure-badge{background:color-mix(in srgb, var(--badge-color) 18%, white);border:1px solid color-mix(in srgb, var(--badge-color) 30%, white);min-height:18px;color:var(--badge-color);letter-spacing:.04em;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:2px 6px;font-size:9px;font-weight:700;line-height:1;display:inline-flex}.failure-flag-date,.failure-flag--top-only .failure-flag-date{text-align:center;color:#4b5563;white-space:nowrap;font-size:11px;line-height:1.2}.failure-flag-leader{pointer-events:none;z-index:1;width:140px;display:block;position:absolute;top:100%;left:50%;overflow:visible;transform:translate(-50%)}.failure-flag-leader-path{fill:none;stroke:#9ca3af;stroke-width:2.25px;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.failure-schematic-grid,.failure-schematic-grid--four-up{grid-template-columns:repeat(4,minmax(0,.85fr));justify-content:start;align-items:start;gap:8px;display:grid}.failure-schematic-card,.failure-schematic-card--overview-style{background:#f8fafc;border:1px solid #d7dce3;border-radius:14px;padding:10px 8px 14px}.failure-schematic-date{text-align:center;color:#1f2937;margin-bottom:6px;font-size:13px;font-weight:700;transform:translate(-18px)}.failure-schematic-svg,.failure-schematic-svg--overview-clone{width:100%;height:620px;display:block}.failure-schematic-scale{color:#6b7280;margin-bottom:8px;font-size:12px}.failure-schematic-notes{flex-direction:column;gap:6px;display:flex}.failure-schematic-note{color:#374151;font-size:12px;line-height:1.35}.profile-grid-line,.mini-grid-line{stroke:#e2e8f0;stroke-width:1px}.profile-depth-label,.mini-depth-label{fill:#64748b;font-size:10px}.profile-bottom-label,.mini-bottom-label{fill:#475569;font-size:8px}.mini-callout-detail{font-size:10px}@media (width<=1350px){.failure-schematic-grid,.failure-schematic-grid--four-up{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=1100px){.workover-main-grid,.workover-main-grid--tight{grid-template-columns:1fr}.failure-flag,.failure-flag--top-only{width:124px}.failure-flag--top-only .failure-flag-card{padding:6px 7px}.failure-flag-leader{width:124px}}@media (width<=700px){.failure-schematic-grid,.failure-schematic-grid--four-up{grid-template-columns:1fr}.failure-depths{width:100%;margin-left:0}.failure-depths-wide{width:100%}.failure-flag,.failure-flag--top-only{width:110px}.failure-flag--top-only .failure-flag-card{border-radius:10px;padding:5px 6px}.failure-badge,.failure-flag--top-only .failure-badge{padding:2px 5px;font-size:8px}.failure-flag-date,.failure-flag--top-only .failure-flag-date{font-size:10px}.failure-flag-leader{width:110px}}.form-helper-text{color:#6b7280;margin:6px 0 12px;font-size:.92rem;line-height:1.4}.overview-date-filter{margin-bottom:16px}.overview-date-filter .form-actions{align-items:flex-end;display:flex}.well-tree{flex-direction:column;gap:10px;display:flex}.well-tree-group{flex-direction:column;gap:6px;display:flex}.well-tree-field{width:100%;color:inherit;text-align:left;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:10px;grid-template-columns:14px minmax(0,1fr) auto;align-items:center;gap:8px;padding:10px 12px;display:grid}.well-tree-field strong{min-width:0}.well-tree-field small{color:#ffffffa6}.well-tree-caret{justify-content:center;align-items:center;width:14px;display:inline-flex}.well-tree-children{border-left:1px solid #ffffff1a;flex-direction:column;gap:6px;margin-left:14px;padding-left:12px;display:flex}.well-item--child{margin-left:0}.well-tree-actions{margin-bottom:10px}.wellhead-preview-sticky{align-self:start;position:sticky;top:0}.wellhead-preview-canvas{justify-content:flex-start;align-items:flex-start;max-width:100%;margin-top:0;padding-top:0;display:flex;overflow-x:auto}.wellhead-builder-layout{grid-template-columns:minmax(0,1.25fr) minmax(340px,420px);align-items:start;gap:24px;display:grid}.wellhead-components-column{min-width:0}.wellhead-preview-column{align-self:start;min-width:0}.wellhead-preview-sticky{position:sticky;top:24px}@media (width<=1100px){.wellhead-builder-layout{grid-template-columns:1fr}.wellhead-preview-sticky{position:static}}.wellhead-preview-canvas svg{vertical-align:top;margin-top:0;display:block}.sr-only{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.form-grid.three-column label{flex-direction:column;display:flex}.field-label--ghost{visibility:hidden}.wellhead-item-card .form-grid.three-column{margin-bottom:12px}.tubing-revision-hint{color:#6f4e16;background:#fff8e7;border:1px solid #f0c36d;border-radius:10px;flex-direction:column;gap:10px;margin-top:8px;padding:12px 14px;display:flex}.tubing-revision-hint-copy{font-size:.92rem;line-height:1.45}.tubing-revision-hint-actions{justify-content:flex-start;display:flex}.form-span-2{grid-column:1/-1}.home-filter-card{gap:.85rem;display:grid}.home-filter-group{gap:.5rem;display:grid}.home-filter-label-row{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.home-filter-chip-list{flex-wrap:wrap;gap:.45rem;display:flex}.filter-chip{color:#243142;cursor:pointer;background:#f7f9fc;border:1px solid #cfd6df;border-radius:999px;padding:.4rem .7rem;font-size:.88rem}.filter-chip.active{color:#12385f;background:#dcecff;border-color:#7aa7e0}.filter-empty-text{color:#66758a;padding:.25rem 0;font-size:.9rem}.filter-helper-text{color:#66758a;font-size:.82rem}.text-button{color:#2f6db3;cursor:pointer;background:0 0;border:none;padding:0;font-size:.85rem}.home-well-picker-results{background:#fff;border:1px solid #d7dee8;border-radius:10px;max-height:280px;overflow-y:auto}.home-well-picker-option{text-align:left;cursor:pointer;background:#fff;border:none;border-bottom:1px solid #eef2f7;gap:.2rem;width:100%;padding:.7rem .8rem;display:grid}.home-well-picker-option:last-child{border-bottom:none}.home-well-picker-option:hover{background:#f6faff}.home-well-picker-name{color:#1d2936;font-weight:600}.home-well-picker-meta{color:#6a7788;flex-wrap:wrap;gap:.75rem;font-size:.82rem;display:flex}
