@font-face{font-family:Raleway;font-style:normal;font-weight:400;font-display:swap;src:url(../assets/fonts/raleway-400.ttf) format("truetype")}@font-face{font-family:Raleway;font-style:normal;font-weight:500;font-display:swap;src:url(../assets/fonts/raleway-500.ttf) format("truetype")}@font-face{font-family:Raleway;font-style:normal;font-weight:600;font-display:swap;src:url(../assets/fonts/raleway-600.ttf) format("truetype")}@font-face{font-family:Raleway;font-style:normal;font-weight:700;font-display:swap;src:url(../assets/fonts/raleway-700.ttf) format("truetype")}@font-face{font-family:Raleway;font-style:normal;font-weight:800;font-display:swap;src:url(../assets/fonts/raleway-800.ttf) format("truetype")}:root{--background-top: #f4f8fb;--background-bottom: #eef3f8;--surface: rgba(255, 255, 255, .94);--surface-strong: #ffffff;--surface-soft: #f7fbff;--text: #111827;--muted: rgba(17, 24, 39, .72);--line: rgba(0, 0, 0, .1);--line-strong: rgba(15, 23, 42, .16);--shadow: 0 24px 80px rgba(15, 23, 42, .12);--shadow-soft: 0 16px 36px rgba(15, 23, 42, .08);--shadow-card: 0 12px 30px rgba(15, 23, 42, .08);--blue: #00aeef;--blue-deep: #0284c7;--pink: #ed1164;--green: #0f766e;--danger: #b42318;--radius-xl: 30px;--radius-lg: 24px;--radius-md: 18px;--radius-sm: 14px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;font-family:Raleway,sans-serif;color:var(--text);background:radial-gradient(circle at top left,rgba(0,174,239,.14),transparent 34%),linear-gradient(180deg,var(--background-top) 0%,#ffffff 42%,var(--background-bottom) 100%)}button,input,select,textarea{font:inherit}.autocomplete-shell{position:relative}.autocomplete-shell input{position:relative;z-index:2;background:transparent}.autocomplete-ghost{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;padding:12px 14px;color:#11182747;pointer-events:none;white-space:nowrap;overflow:visible}.autocomplete-suggestion-list{position:absolute;z-index:80;top:calc(100% + 6px);left:0;right:0;max-height:280px;overflow-y:auto;padding:6px;border:1px solid rgba(15,23,42,.14);border-radius:12px;background:#fff;box-shadow:0 18px 40px #0f172a2e}.autocomplete-suggestion-list[hidden]{display:none}.autocomplete-suggestion{display:flex;flex-direction:column;align-items:flex-start;width:100%;min-height:42px;padding:9px 10px;border-radius:8px;background:transparent;color:var(--text);text-align:left;box-shadow:none}.autocomplete-suggestion:hover,.autocomplete-suggestion:focus-visible{transform:none;background:#00aeef1a;color:var(--blue-deep);box-shadow:none}.autocomplete-suggestion span{margin-top:2px;color:var(--muted);font-size:11px}.formula-shell{position:relative;margin-bottom:10px;min-height:88px}.formula-token-preview{display:block;min-height:26px;padding:4px 0 2px;color:var(--muted);line-height:1.6;white-space:pre-wrap}.formula-token-preview-block{padding:10px 0}.formula-token-preview span{white-space:inherit}.formula-token-preview-inline{display:block}.formula-editor-input{position:relative;z-index:2;min-height:88px;resize:vertical;background:#fff;color:var(--text);caret-color:var(--text);line-height:1.5;white-space:pre-wrap;overflow-wrap:anywhere;font-family:Raleway,sans-serif}.formula-control.has-error .formula-editor-input{border-color:#b42318b8;background:#b423180a;caret-color:var(--danger)}.formula-control.has-error .formula-editor-input:focus{border-color:#b42318e0;box-shadow:0 0 0 4px #b423181f}.formula-control.has-error .formula-token-preview{color:var(--danger)}.formula-bc-debug{display:flex;flex-direction:column;gap:6px;margin-top:8px;padding:8px 10px;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-soft)}.bc-debug-row{display:flex;flex-wrap:wrap;align-items:center;gap:6px;font-size:12px}.bc-debug-fn{font-weight:700;color:var(--blue-deep)}.bc-debug-index{font-weight:700;color:var(--muted)}.bc-pill{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;font-weight:600;white-space:nowrap}.bc-pill-ok{background:#0f766e1f;color:var(--green)}.bc-pill-bad{background:#b423181f;color:var(--danger)}.bc-pill-loading{background:#0284c71f;color:var(--blue-deep)}.bc-pill-muted{background:#1118270f;color:var(--muted)}.bc-pill-prefix{opacity:.5;font-weight:500}.bc-result{margin-left:auto;font-weight:700}.bc-result-ok{color:var(--green)}.bc-result-bad{color:var(--danger)}.bc-result-loading{color:var(--blue-deep)}.bc-result-muted{color:var(--muted)}.formula-suggestion-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.formula-suggestion-list[hidden]{display:none}.formula-suggestion{width:auto;min-height:32px;padding:7px 12px;border-radius:999px;background:#00aeef1f;color:var(--blue-deep);border:1px solid rgba(0,174,239,.18);font-size:12px;font-weight:800;line-height:1.1;box-shadow:none}.formula-suggestion:hover,.formula-suggestion:focus-visible{transform:none;box-shadow:0 8px 18px #0284c724;border-color:#0284c752}.input-invalid-choice{border-color:#b42318b8;color:var(--danger);background:#b423180a}.input-invalid-choice:focus{border-color:#b42318e0;box-shadow:0 0 0 4px #b423181f}button{border:0;cursor:pointer}input,select,textarea{width:100%;border:1px solid rgba(15,23,42,.12);border-radius:var(--radius-sm);background:#fff;color:var(--text);padding:12px 14px;outline:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}input:focus,select:focus,textarea:focus{border-color:#00aeefb3;box-shadow:0 0 0 4px #00aeef24}textarea{min-height:112px;resize:vertical}.app-shell{min-height:100vh;display:flex;flex-direction:column}.site-header{padding:24px 32px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;border-bottom:1px solid var(--line)}.brand-block{display:flex;flex-direction:column;align-items:flex-start}.brand-row{display:flex;align-items:center;gap:8px}.brand-logo{width:32px;height:28px;object-fit:cover}.brand-name{font-size:24px;line-height:1.45;letter-spacing:.05em;font-weight:400}.brand-name span{font-weight:700}.brand-subtitle{align-self:stretch;text-align:center;font-size:13px;line-height:1.45}.main-nav{display:flex;align-items:center;gap:24px;flex-wrap:wrap;margin-left:auto}.connectivity-pill{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:8px 14px;border-radius:999px;border:1px solid rgba(15,23,42,.08);background:#ffffffc7;box-shadow:var(--shadow-soft);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.connectivity-pill.is-online{color:var(--green)}.connectivity-pill.is-offline{color:#92400e}.connectivity-dot{width:10px;height:10px;border-radius:999px;background:currentColor;box-shadow:0 0 0 4px #0f172a14}.nav-link{position:relative;font-size:16px;font-weight:700;line-height:1.45;padding-bottom:6px;background:transparent}.nav-link-active:after{content:"";position:absolute;right:0;bottom:0;left:0;height:3px;border-radius:999px;background:var(--pink)}.nav-button{color:var(--text)}.account-switcher{display:flex;align-items:center;gap:10px}.account-switcher-label{font-size:14px;line-height:1.2;font-weight:700;color:var(--muted)}.account-switcher-field{position:relative;min-width:200px}.account-switcher-field:after{content:"";position:absolute;top:50%;right:14px;width:8px;height:8px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;color:#111827b8;transform:translateY(-65%) rotate(45deg);pointer-events:none}.account-select{min-height:46px;padding-right:36px;appearance:none;-webkit-appearance:none;font-weight:700}.workspace-root{flex:1;padding:28px 32px 32px}.workspace-shell{display:grid;gap:24px}.workspace-admin{grid-template-columns:1fr;align-items:start}.admin-tabs-shell{display:flex;flex-direction:column;gap:18px}.admin-tabs{display:flex;flex-wrap:wrap;gap:12px}.admin-tab-button{min-height:44px;padding:10px 16px;border-radius:999px;background:#ffffffb8;border:1px solid rgba(15,23,42,.08);box-shadow:var(--shadow-soft);font-weight:800;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.admin-tab-button.is-active{background:linear-gradient(135deg,#00aeef24,#ed11641a);border-color:#00aeef33}.admin-tab-grid{display:grid;grid-template-columns:310px minmax(0,1fr) 330px;gap:24px;align-items:start}.workspace-user{grid-template-columns:minmax(0,1fr);width:100%;margin:0}.workspace-panel,.workspace-center,.user-form-shell,.user-hero{border-radius:var(--radius-xl);background:var(--surface);border:1px solid rgba(15,23,42,.08);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.workspace-panel{padding:24px;position:sticky;top:24px}.workspace-center{padding:24px}.panel-header{display:flex;flex-direction:column;gap:8px;margin-bottom:18px}.panel-header h2,.canvas-header h1,.user-hero h1,.form-topbar h2{margin:0;font-size:28px;line-height:1.08;font-weight:800}.panel-header p,.canvas-header p,.user-hero p,.form-topbar p,.builder-section p,.user-section-head p,.chart-copy p,.status-meta,.inspector-note,.empty-note{margin:0;color:var(--muted);line-height:1.6}.panel-kicker,.builder-section-type,.role-card-label{font-size:12px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--blue)}.status-card,.tool-group,.inspector-form,.chart-card{border-radius:var(--radius-md);background:#fffc;border:1px solid rgba(15,23,42,.08);box-shadow:var(--shadow-soft);padding:16px}.tool-group+.tool-group,.status-card+.tool-group{margin-top:16px}.tool-group-title{margin-bottom:12px;font-size:14px;font-weight:800}.tool-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tool-button,.ghost-button{min-height:42px;border-radius:var(--radius-sm);background:#fff;color:var(--text);border:1px solid rgba(15,23,42,.1);padding:10px 12px;text-align:left;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.tool-button:hover,.ghost-button:hover,.builder-section:hover,.field-chip:hover,.user-section:hover,.chart-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-card)}.tool-button.is-disabled{cursor:not-allowed;opacity:.45}.panel-action{width:100%}.primary-button,.secondary-button{min-height:48px;border-radius:14px;padding:12px 18px;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.primary-button{background:linear-gradient(135deg,var(--pink),#c70c53);color:#fff;box-shadow:0 16px 32px #ed116438;font-weight:700}.secondary-button{background:#fff;color:var(--text);border:1px solid rgba(15,23,42,.12);font-weight:700}.status-line{display:flex;align-items:center;gap:10px;margin-bottom:8px}.status-dot{width:10px;height:10px;border-radius:999px}.status-dot.is-clean{background:var(--green)}.status-dot.is-dirty{background:var(--pink);box-shadow:0 0 0 6px #ed116424}.canvas-header,.form-topbar,.user-section-head,.builder-section-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.canvas-badges,.builder-section-actions,.user-hero-meta{display:flex;flex-wrap:wrap;gap:10px}.drag-handle,.field-chip-drag-handle{display:inline-flex;align-items:center;justify-content:center;color:#0f172a6b;font-weight:900;line-height:1;cursor:grab;-webkit-user-select:none;user-select:none}.drag-handle{width:28px;height:28px}.catalog-search{flex:1;display:flex;justify-content:center}.catalog-search .inspector-control{width:min(100%,420px);margin:0}.canvas-badge,.account-pill{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:6px 10px;border-radius:999px;background:#0f172a14;color:#0f172abf;font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.badge-required{background:#ed11641f;color:var(--pink)}.sections-stack,.user-sections{display:flex;flex-direction:column;gap:18px;margin-top:18px}.builder-section,.user-section{position:relative;border-radius:var(--radius-lg);border:1px solid rgba(15,23,42,.08);background:#fff;padding:18px;overflow:hidden}.builder-section:before,.user-section:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--section-accent, var(--blue))}.builder-section.is-selected{border-color:#00aeef6b;box-shadow:0 16px 40px #00aeef1f}.builder-section[data-drag-kind],.field-chip[data-drag-kind]{cursor:grab}.builder-section.is-dragging,.field-chip.is-dragging{opacity:.58;transform:scale(.99)}.builder-section.is-pointer-dragging,.field-chip.is-pointer-dragging{pointer-events:none}.builder-section.is-drop-target,.field-chip.is-drop-target,.sections-stack.is-drop-target,.field-chip-list.is-drop-target{border-color:#ed11646b;box-shadow:0 0 0 3px #ed11641f}.section-hitbox{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;z-index:0;pointer-events:none}.builder-section>*:not(.section-hitbox){position:relative;z-index:1}.field-chip-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:16px;min-height:52px;border-radius:var(--radius-md)}.sections-stack.is-drop-target,.field-chip-list.is-drop-target{outline:1px dashed rgba(237,17,100,.48);outline-offset:5px}.field-chip-list-nested{grid-template-columns:1fr;margin-top:14px}.field-chip{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;border-radius:var(--radius-sm);border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#fffffff5,#f6f9fce6);overflow:hidden}.field-chip-hitbox{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;z-index:0;pointer-events:none}.field-chip>*:not(.field-chip-hitbox){position:relative;z-index:1}.field-chip.is-selected{border-color:#00aeef5c;box-shadow:0 12px 24px #00aeef1a}.field-chip-main,.field-chip-drag-handle,.field-chip-remove{background:transparent}.field-chip-main{padding:14px;text-align:left;display:flex;flex-direction:column;gap:6px;pointer-events:none}.field-chip-drag-handle{width:22px;padding-top:16px;align-items:flex-start}.field-chip-type,.field-chip-key{font-size:12px;color:var(--muted)}.field-chip-key{color:var(--field-accent, var(--text));font-weight:700}.conditional-branch-grid{display:grid;grid-template-columns:1fr;gap:14px}.conditional-branch-column,.conditional-branch-editor{border-radius:var(--radius-md);border:1px solid rgba(15,23,42,.08);background:#f7fbffe6;padding:14px}.conditional-branch-title{margin-bottom:12px;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--blue-deep)}.tool-grid-compact{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.field-chip-remove{width:42px;color:var(--danger);font-size:20px}.content-preview,.chart-preview,.separator-preview{margin-top:16px}.separator-preview{height:1px;background:linear-gradient(90deg,transparent,rgba(15,23,42,.18),transparent)}.inspector-form{display:flex;flex-direction:column;gap:14px}.inspector-control{display:flex;flex-direction:column;gap:8px}.inspector-control:focus-within{position:relative;z-index:90}.inspector-control span,.toggle-control span{font-size:13px;font-weight:700}.inspector-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.inspector-row.triple{grid-template-columns:repeat(3,minmax(0,1fr))}.bc-preview-card{display:flex;flex-direction:column;gap:10px;padding:12px 14px;border-radius:var(--radius-sm);border:1px solid rgba(0,174,239,.14);background:linear-gradient(180deg,#00aeef0f,#ffffffe6)}.bc-preview-title{font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--blue-deep)}.bc-preview-summary{color:var(--text);font-size:14px;font-weight:700;line-height:1.5}.bc-preview-separator{color:var(--muted)}.bc-preview-table-wrap{overflow-x:auto;border-radius:12px;border:1px solid rgba(15,23,42,.08);background:#ffffffd6}.bc-preview-table{width:100%;border-collapse:collapse;min-width:620px}.bc-preview-table th,.bc-preview-table td{padding:8px 10px;text-align:left;border-bottom:1px solid rgba(15,23,42,.08);white-space:nowrap}.bc-preview-table th{font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);background:#0f172a0a}.bc-preview-table td{color:var(--text);font-size:12px;font-weight:700;max-width:220px;overflow:hidden;text-overflow:ellipsis}.bc-preview-table tbody tr:last-child td{border-bottom:0}.toggle-control{display:flex;align-items:center;gap:10px;min-height:46px;padding:10px 12px;border-radius:var(--radius-sm);border:1px solid rgba(15,23,42,.08);background:#fff}.toggle-control input{width:18px;height:18px}.inspector-suggestions{display:flex;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:13px}.inspector-suggestions code{padding:4px 8px;border-radius:999px;background:#0f172a0f}.user-hero,.user-form-shell{padding:24px}.validation-tooltip{margin-top:16px;padding:14px 16px;border-radius:var(--radius-md);border:1px solid rgba(180,35,24,.18);background:linear-gradient(135deg,#b4231814,#ed11640f);box-shadow:var(--shadow-soft)}.validation-tooltip strong{display:block;margin-bottom:8px;color:var(--danger)}.validation-list{margin:0;padding-left:18px;color:#7a271a;line-height:1.6}.user-hero-meta{margin-top:18px}.field-layout{display:grid;gap:16px;margin-top:18px}.field-layout-vertical{grid-template-columns:1fr}.field-layout-horizontal{grid-template-columns:repeat(2,minmax(0,1fr))}.field-layout-cards{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.user-field{position:relative;border-radius:var(--radius-md);border:1px solid rgba(15,23,42,.08);background:linear-gradient(180deg,#fffffffa,#f8fbfdf0);padding:16px;box-shadow:var(--shadow-soft);transition:transform .18s ease,box-shadow .18s ease}.user-field.is-autocomplete-open{z-index:40}.user-field:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:var(--field-accent, var(--blue));border-radius:999px}.user-field:hover{transform:translateY(-2px);box-shadow:var(--shadow-card)}.user-field.is-missing{border-color:#b4231847;background:linear-gradient(180deg,#fffafafa,#fff4f5f0)}.user-field.is-missing:before{background:var(--danger)}.user-field-label{display:inline-flex;margin-bottom:10px;font-size:15px;font-weight:700}.user-field-label.is-bold{font-weight:800}.user-field-label.is-missing,.checkbox-field.is-missing span{font-style:italic;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px;color:var(--danger)}.input-missing{border-color:#b4231859;background:#fff9f9f2}.required-star{color:var(--pink);margin-left:4px}.user-field-help{margin-top:10px;color:var(--muted);font-size:13px;line-height:1.5}.user-field-conditionnelle{display:flex;flex-direction:column;gap:12px;padding:16px;border-radius:var(--radius-md);border:1px dashed rgba(0,174,239,.3);background:linear-gradient(180deg,#00aeef0a,#fffffff5)}.conditional-runtime-branch{display:grid;gap:14px}.combo-field,.number-field{display:grid;grid-template-columns:minmax(0,1fr) 160px;gap:10px;align-items:center}.number-field{grid-template-columns:minmax(0,1fr) auto}.number-unit{display:inline-flex;align-items:center;justify-content:center;min-width:54px;min-height:46px;padding:0 10px;border-radius:var(--radius-sm);background:#0f172a14;font-weight:800}.inline-add-button{margin-top:10px;min-height:38px;padding:8px 12px;border-radius:999px;background:#00aeef1f;color:var(--blue-deep);font-weight:700}.range-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.range-value{font-weight:800;color:var(--pink)}.radial-control{display:grid;grid-template-columns:110px minmax(0,1fr);gap:16px;align-items:center}.radial-visual{width:96px;height:96px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at center,#ffffff 52%,transparent 53%),conic-gradient(var(--pink) 0 var(--radial-progress, 0%),rgba(15,23,42,.08) var(--radial-progress, 0%) 100%);box-shadow:inset 0 0 0 1px #0f172a14}.radial-visual.large{width:150px;height:150px}.radial-visual strong{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#fff;font-size:14px;text-align:center}.formula-result{display:flex;flex-direction:column;gap:8px;min-height:86px;padding:16px;border-radius:var(--radius-sm);background:linear-gradient(135deg,#00aeef1f,#ed116414)}.formula-result span{font-size:28px;font-weight:800}.formula-result small{color:var(--muted)}.formula-builder-shell{display:grid;gap:14px;margin-top:12px}.formula-builder-block{border-radius:var(--radius-md);border:1px solid rgba(15,23,42,.08);background:#f8fafcc7;padding:14px}.formula-builder-head,.formula-builder-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.formula-builder-head{margin-bottom:12px}.formula-builder-card+.formula-builder-card{margin-top:12px}.formula-builder-card{border-radius:14px;border:1px solid rgba(15,23,42,.08);background:#ffffffe6;padding:12px}.formula-builder-card-head{margin-bottom:10px}.choice-group{display:flex;flex-wrap:wrap;gap:10px}.multi-select-dropdown{min-height:120px}.multi-select-hint{margin-top:10px;color:var(--muted);font-size:12px;font-weight:700}.choice-group.is-missing{padding:4px 0}.choice-group.is-missing .choice-button{border-color:#b4231838}.choice-button{min-height:42px;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid rgba(15,23,42,.12);font-weight:700}.choice-button.is-active{background:linear-gradient(135deg,var(--pink),#c70c53);color:#fff;box-shadow:0 12px 20px #ed116433}.checkbox-field{display:inline-flex;align-items:center;gap:12px;font-weight:700}.checkbox-field input{width:20px;height:20px}.table-builder{display:flex;flex-direction:column;gap:10px;margin-top:18px;width:100%;overflow-x:auto}.table-head,.table-row{display:flex;flex-direction:column;gap:0}.table-head-grid,.table-row-grid{display:grid;gap:0;grid-auto-flow:row dense;align-items:stretch;width:100%;min-width:0}.table-column-title{position:relative;display:flex;align-items:center;min-height:38px;padding:8px 12px;border-right:1px solid rgba(15,23,42,.08);border-bottom:1px solid rgba(15,23,42,.08);background:#f8fafcf5;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.table-column-title:last-child{border-right:0}.table-column-title-actions{padding:0;min-height:38px}.table-column-resizer{position:absolute;top:0;right:-4px;width:8px;height:100%;padding:0;cursor:col-resize;background:transparent;z-index:3}.table-column-resizer[data-last-column=true]{right:0}.table-span-1{grid-column:span 1}.table-span-2{grid-column:span 2}.table-span-full{grid-column:1 / -1}.table-row{border-radius:0;border:1px solid rgba(15,23,42,.08);background:#fff;padding:0;overflow:hidden}.table-add-row{align-self:flex-start}.table-row-grid .user-field{padding:8px 10px;border-radius:0;border:0;border-right:1px solid rgba(15,23,42,.08);border-bottom:1px solid rgba(15,23,42,.08);box-shadow:none;background:#fff}.table-row-grid .user-field:before{display:none}.table-row-grid .user-field-label{margin-bottom:4px;font-size:12px}.table-row-grid .user-field-help{margin-top:6px;font-size:12px}.table-row-grid input,.table-row-grid select,.table-row-grid textarea{padding:6px 8px;border-radius:4px}.table-row-grid .number-field,.table-row-grid .combo-field{gap:6px}.table-row-grid .number-unit{min-width:34px;min-height:32px;padding:0 6px;border-radius:4px}.table-row-grid .multi-select-dropdown{min-height:96px}.table-row-grid .multi-select-hint{margin-top:6px;font-size:11px}.table-row-grid .choice-group{gap:6px}.table-row-grid .choice-button{min-height:30px;padding:5px 8px;border-radius:4px}.table-row-grid .table-span-full,.table-head-grid .table-span-full{grid-column:1 / -1}.table-row-grid .table-modal-trigger{width:100%;min-height:32px;padding:6px 8px;border:1px solid rgba(15,23,42,.12);border-radius:4px;background:#f8fafce6;text-align:left;box-shadow:none}.table-row-grid .table-modal-trigger strong,.table-row-grid .table-modal-trigger span{display:block}.table-row-grid .table-modal-trigger strong{font-size:13px}.table-row-grid .table-modal-trigger span{margin-top:2px;color:var(--muted);font-size:11px}.table-row-action{display:inline-flex;align-items:center;justify-content:center;min-width:0;border:0;border-left:1px solid rgba(15,23,42,.08);border-bottom:1px solid rgba(15,23,42,.08);background:#f8fafce6;font-size:18px;box-shadow:none;border-radius:0}.table-row-action:hover,.table-row-action:focus-visible{transform:none;background:#ef444414;box-shadow:none}.table-row-action:disabled{opacity:.5}.table-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a5c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.table-modal-card{width:min(960px,calc(100vw - 48px));max-height:calc(100vh - 48px);overflow:auto;border-radius:18px;background:#fff;box-shadow:0 30px 70px #0f172a3d}.table-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 20px;border-bottom:1px solid rgba(15,23,42,.08)}.table-modal-head h3,.table-modal-head p{margin:0}.table-modal-head h3{font-size:24px;line-height:1.1;font-weight:800}.table-modal-head p{margin-top:6px;color:var(--muted)}.table-modal-body{padding:20px}.table-modal-group+.table-modal-group{margin-top:18px}.table-modal-group-title{margin-bottom:10px;color:var(--blue-deep);font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.table-modal-choice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.table-modal-choice{padding:12px 14px;border-radius:10px;border:1px solid rgba(15,23,42,.12);background:#fff;text-align:left;box-shadow:none}.table-modal-choice strong,.table-modal-choice span{display:block}.table-modal-choice strong{font-size:14px;font-weight:700}.table-modal-choice span{margin-top:4px;color:var(--muted);font-size:12px}.table-modal-choice.is-active{border-color:#00aeef6b;background:linear-gradient(135deg,#00aeef1f,#ed116414)}.table-modal-choice.is-locked{cursor:default;background:linear-gradient(180deg,#0f172a0a,#0f172a05)}body.is-resizing-table,body.is-resizing-table *{cursor:col-resize!important;-webkit-user-select:none!important;user-select:none!important}.chart-card{display:flex;align-items:center;gap:20px}.data-workbench{margin-top:18px;border-radius:var(--radius-lg);border:1px solid rgba(15,23,42,.08);background:#fff;padding:18px;box-shadow:var(--shadow-soft)}.inline-editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:16px 0 8px}.structure-editor{position:relative;z-index:1}.token-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.token-tag{display:inline-flex;align-items:center;justify-content:center;min-height:34px;padding:8px 12px;border-radius:12px;background:#0f172a14;color:var(--text);font-size:13px;font-weight:800;box-shadow:inset 0 0 0 1px #0f172a0f}.token-tag-function{background:#00aeef24;color:var(--blue-deep)}.token-tag-constant{background:#ed11641f;color:var(--pink)}.token-tag[data-linked-field-id]{cursor:pointer}.field-chip.is-formula-linked-highlight,.user-field.is-formula-linked-highlight{position:relative;z-index:2;box-shadow:0 0 0 3px #00aeef47,0 18px 34px #00aeef2e}.calc-arg-row{display:grid;grid-template-columns:minmax(0,1fr) 110px 140px minmax(0,1fr) minmax(0,1fr) auto;gap:10px;align-items:center;margin-bottom:10px}.calc-arg-toggle{display:inline-flex;align-items:center;gap:8px;min-height:48px;padding:0 12px;border:1px solid rgba(15,23,42,.12);border-radius:var(--radius-sm);background:#fff;color:var(--text);font-size:13px;font-weight:700}.calc-arg-toggle input{width:auto;margin:0}.calc-workbench-group{margin-top:16px}.formula-result.compact{min-height:0}.chart-card-radial{justify-content:flex-start}.chart-copy{display:flex;flex-direction:column;gap:10px}.chart-copy h3,.user-section-head h3{margin:0;font-size:24px;line-height:1.08;font-weight:800}.chart-legend{display:flex;flex-wrap:wrap;gap:8px}.chart-legend span{padding:8px 10px;border-radius:999px;background:#0f172a14;font-size:12px;font-weight:700}.line-chart{width:220px;height:120px;color:var(--blue-deep);overflow:visible}.user-title-section,.user-description-section,.user-separator{background:transparent;box-shadow:none;border:none;padding:4px 0}.user-title-section:before,.user-description-section:before,.user-separator:before{display:none}.user-title-section h2{margin:0;font-size:clamp(28px,4vw,42px);line-height:1.05}.user-description-section p{font-size:18px}.user-separator{height:1px;background:linear-gradient(90deg,transparent,rgba(15,23,42,.18),transparent)}@media (max-width: 1250px){.admin-tab-grid{grid-template-columns:280px minmax(0,1fr)}.inspector-panel{grid-column:1 / -1;position:static}}@media (max-width: 980px){.admin-tab-grid{grid-template-columns:1fr}.workspace-panel,.workspace-center{position:static}.field-layout-horizontal,.tool-grid,.inspector-row,.inspector-row.triple,.inline-editor-grid,.combo-field,.number-field,.radial-control{grid-template-columns:1fr}.chart-card,.canvas-header,.form-topbar,.user-section-head,.builder-section-top,.calc-arg-row{flex-direction:column}.calc-arg-row{display:grid;grid-template-columns:1fr}.table-head-grid,.table-row-grid{grid-template-columns:1fr!important}}@media (max-width: 700px){.site-header,.workspace-root{padding-right:20px;padding-left:20px}.site-header{flex-direction:column;align-items:flex-start}.main-nav{margin-left:0;gap:18px}.account-switcher,.account-switcher-field,.connectivity-pill{width:100%}.conditional-branch-grid{grid-template-columns:1fr}.user-hero,.user-form-shell,.workspace-panel,.workspace-center{padding:18px;border-radius:24px}}.web-access-error{min-height:100vh;display:grid;place-items:center;padding:24px;background:#f4f7fb}.web-access-error-card{width:min(520px,100%);display:grid;gap:16px;padding:32px;border:1px solid #dbe4ef;border-radius:24px;background:#fff;box-shadow:0 18px 50px #0f172a1f;text-align:center}.web-access-error-card h1,.web-access-error-card p{margin:0}.web-access-error-card .secondary-button{display:inline-flex;justify-content:center;text-decoration:none}.special-result-card{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:16px;border:1px solid color-mix(in srgb,var(--field-accent, #00aeef) 28%,#dbe4ef);border-radius:18px;background:linear-gradient(135deg,color-mix(in srgb,var(--field-accent, #00aeef) 8%,#fff),#fff)}.special-result-card.is-empty{display:block;color:#64748b;font-size:14px}.special-result-item{min-width:0;display:grid;gap:5px}.special-result-item span{color:#64748b;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.special-result-item strong,.special-result-item a{overflow-wrap:anywhere;color:#0f172a;font-size:15px;font-weight:800}.special-result-account{border-color:#c7d2fe;background:linear-gradient(135deg,#eef2ff,#fff)}@media (max-width: 700px){.special-result-card{grid-template-columns:1fr}}.managed-badge{display:inline-flex;align-items:center;width:fit-content;padding:.28rem .58rem;border:1px solid rgba(0,174,239,.32);border-radius:999px;background:#00aeef14;color:#0879a3;font-size:.72rem;font-weight:750}.builder-section.is-managed{background:linear-gradient(145deg,rgba(0,174,239,.035),transparent 42%)}.managed-source-refs{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.7rem}.data-category-list{display:grid;gap:12px}.data-category-group{border:1px solid #dbe4ef;border-radius:14px;background:#f8fafc;overflow:clip}.data-category-group>summary{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 16px;cursor:pointer;color:#172033;font-weight:800;list-style-position:inside}.data-category-group[open]>summary{border-bottom:1px solid #dbe4ef;background:#eef7fc}.data-category-group>.sections-stack{padding:12px}.official-results-trace{margin-top:12px;border:1px solid #dbe4ef;border-radius:12px;background:#fff}.official-results-trace>summary{padding:12px 14px;cursor:pointer;color:#0879a3;font-weight:800}.official-trace-context{display:flex;flex-wrap:wrap;gap:8px;padding:0 14px 12px}.official-trace-context>span{padding:6px 9px;border-radius:999px;background:#eef7fc;color:#344054;font-size:.78rem}.official-trace-components{display:grid;gap:10px;padding:0 14px 14px}.official-trace-components>section{padding:10px;border:1px solid #e5e9ef;border-radius:10px}.official-trace-components h4{margin:0 0 8px}.official-trace-step{display:grid;grid-template-columns:minmax(180px,1fr) auto minmax(180px,auto) auto;gap:10px;align-items:center;padding:6px 0;border-top:1px solid #f0f2f5;font-size:.78rem}.official-trace-step code,.official-trace-step small{color:#667085}@media (max-width: 720px){.official-trace-step{grid-template-columns:1fr auto}.official-trace-step code,.official-trace-step small{grid-column:1 / -1}}.managed-source-refs code,.official-calculation-steps code{padding:.25rem .4rem;border-radius:.35rem;background:#f2f5f8;color:#344054;font-size:.72rem}.managed-data-cell{min-height:2.55rem;padding:.7rem .75rem;overflow:hidden;border:1px solid #e5e9ef;border-radius:.5rem;background:#f8fafc;color:#344054;text-overflow:ellipsis;white-space:nowrap}.formula-result.has-excel-error,.has-excel-error{border-color:#f1a8ae;background:#fff6f6;color:#b42318}.excel-error-code{color:#b42318;font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.official-results-summary{margin:1rem;padding:clamp(1rem,2vw,1.5rem);border:1px solid #dce5ed;border-radius:1rem;background:#fff;box-shadow:0 16px 40px #1018280f}.official-results-heading,.official-results-row,.official-results-diagnostics{display:grid;align-items:center}.official-results-heading{grid-template-columns:1fr auto;gap:1rem;margin-bottom:1rem}.official-results-heading h3{margin:.2rem 0 0}.official-results-context{display:flex;flex-wrap:wrap;gap:.45rem 1.25rem;margin-bottom:.85rem;padding:.8rem .9rem;border:1px solid #b9e6fb;border-radius:.75rem;background:#f0faff;color:#344054;font-size:.82rem}.official-results-context strong{color:#0369a1}.official-results-row{grid-template-columns:minmax(9rem,1.25fr) minmax(9rem,1fr) repeat(3,minmax(7rem,.9fr));gap:.75rem;padding:.65rem .75rem;border-top:1px solid #edf1f5}.official-results-row small{display:block;color:#667085}.official-periodicity strong{font-size:.82rem}.official-results-header{border-top:0;background:#f8fafc;color:#667085;font-size:.72rem;font-weight:700;text-transform:uppercase}.official-results-total{border-top:2px solid #cfd8e3;background:#f8fafc}.official-period-totals{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:.85rem}.official-period-totals article{display:grid;gap:.25rem;padding:.8rem .9rem;border:1px solid #dce5ed;border-radius:.75rem;background:#f8fafc}.official-period-totals article.is-primary{border-color:#7dd3fc;background:#f0faff}.official-period-totals span,.official-period-totals small{color:#667085;font-size:.75rem}.official-period-totals strong{color:#101828;font-size:1rem}.official-period-totals article.is-primary strong{color:#0369a1}.official-results-diagnostics{grid-template-columns:repeat(2,minmax(10rem,1fr));gap:.75rem;margin-top:.85rem}.official-results-diagnostics>span,.official-calculation-steps article{padding:.75rem;border:1px solid #e5e9ef;border-radius:.6rem}.official-warning{border-color:#f6c563;background:#fffbeb}.official-reference-group{border:1px solid #e5e9ef;border-radius:.8rem;background:#fff}.official-reference-group summary{display:flex;justify-content:space-between;gap:1rem;padding:.85rem 1rem;cursor:pointer}.official-reference-list{display:grid;max-height:32rem;overflow:auto;border-top:1px solid #e5e9ef}.official-reference-list button{display:grid;grid-template-columns:minmax(12rem,.8fr) minmax(15rem,2fr) minmax(10rem,1fr);gap:.75rem;padding:.65rem 1rem;border:0;border-bottom:1px solid #edf1f5;background:#fff;text-align:left}.official-reference-list code{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.official-calculation-steps{display:grid;gap:.7rem;margin-top:1rem}.official-calculation-steps article{display:grid;gap:.45rem}@media (max-width: 720px){.official-period-totals,.official-results-row{grid-template-columns:1fr}.official-results-header{display:none}.official-results-row>strong{padding-bottom:.25rem;border-bottom:1px solid #edf1f5}.official-results-row>span[data-label]{display:grid;grid-template-columns:minmax(7rem,1fr) 1fr;gap:.75rem}.official-results-row>span[data-label]:before{content:attr(data-label);color:#667085;font-size:.75rem;font-weight:700;text-transform:uppercase}.official-reference-list button{grid-template-columns:1fr}}.quote-builder{display:grid;gap:20px;margin-top:28px;padding-top:28px;border-top:1px solid #dbe4ef}.quote-form-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px;padding:16px 18px;border:1px solid #bae6fd;border-radius:16px;background:linear-gradient(135deg,#f0f9ff,#fff)}.quote-form-toolbar>div:first-child{display:grid;gap:3px}.quote-form-toolbar>div:first-child>span{color:#64748b;font-size:12px}.quote-section-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-top:14px}.quote-material-period-total{padding:10px 12px;border-radius:10px;background:#eff9ff;color:#075985}.quote-global-discount{grid-template-columns:auto 70px 100px}.quote-global-discount label{display:inline-flex;align-items:center;gap:6px;color:#334155;font-size:12px;font-weight:800}.quote-global-discount input,.quote-global-discount select{min-height:38px;padding:7px 9px;border:1px solid #cbd5e1;border-radius:9px;background:#fff}.quote-builder-head,.quote-line-head,.quote-card-title,.quote-actions,.quote-import-row,.quote-viewer-toolbar,.quote-viewer-actions{display:flex;align-items:center}.quote-builder-head,.quote-line-head,.quote-viewer-toolbar{justify-content:space-between;gap:18px}.quote-builder-head h2,.quote-builder-head p,.quote-card h3,.quote-card p,.quote-line-head strong,.quote-line-head span{margin:0}.quote-actions,.quote-viewer-actions{flex-wrap:wrap;gap:9px}.quote-card{display:grid;gap:20px;padding:22px;border:1px solid #dbe4ef;border-radius:22px;background:#fff;box-shadow:0 14px 34px #0f172a0f}.quote-card-title{align-items:flex-start;gap:13px}.quote-card-title>span{display:grid;flex:0 0 34px;width:34px;height:34px;place-items:center;border-radius:50%;background:#00aeef;color:#fff;font-weight:900}.quote-card-title p{margin-top:4px;color:#64748b;font-size:13px}.quote-grid{display:grid;gap:14px}.quote-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.quote-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.quote-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.quote-field{display:grid;align-content:start;gap:6px;min-width:0}.quote-field>span{color:#334155;font-size:12px;font-weight:800}.quote-field small,.quote-line-meta{color:#64748b;font-size:11px}.quote-field input,.quote-field select,.quote-service-line input,.quote-service-line select,.quote-import-row select{width:100%;min-width:0;min-height:42px;padding:9px 11px;border:1px solid #cbd5e1;border-radius:11px;background:#fff;color:#0f172a;font:inherit}.quote-field input:focus,.quote-field select:focus,.quote-service-line input:focus,.quote-service-line select:focus{border-color:#00aeef;outline:3px solid rgba(0,174,239,.12)}.quote-inline-control{display:grid;grid-template-columns:auto 76px minmax(80px,1fr);align-items:center;gap:7px}.quote-inline-control>input[type=checkbox]{width:18px;min-height:18px}.quote-material-list,.quote-service-list,.quote-placement-list{display:grid;gap:14px}.quote-line,.quote-placement-card{display:grid;gap:15px;padding:16px;border:1px solid #dbe4ef;border-radius:16px;background:#f8fafc}.quote-line-head span{margin-left:auto;color:#0369a1;font-weight:900}.quote-icon-button{padding:6px 9px;border:0;border-radius:8px;background:#e2e8f0;color:#475569;cursor:pointer}.quote-service-line{display:grid;grid-template-columns:repeat(var(--quote-service-columns, 4),minmax(0,1fr)) 34px;gap:9px;align-items:center}.quote-service-head{display:grid;grid-template-columns:repeat(var(--quote-service-columns, 4),minmax(0,1fr)) 34px;gap:9px;padding:0 2px;color:#475569;font-size:11px;font-weight:800;text-transform:uppercase}.quote-period-totals{display:flex;flex-wrap:wrap;gap:9px}.quote-period-totals span{display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border:1px solid #dbe4ef;border-radius:10px;background:#f8fafc;color:#475569;font-size:12px}.quote-period-totals strong{color:#0f172a}.quote-import-row{gap:10px}.quote-import-row select{flex:1}.quote-placement-grid{display:grid;grid-template-columns:minmax(300px,1.1fr) minmax(0,1fr);gap:18px}.quote-placement-stage,.quote-presentation-placement{position:relative;overflow:hidden;width:100%;aspect-ratio:16 / 10;border-radius:13px;background:#0f172a;isolation:isolate}.quote-placement-stage>img,.quote-presentation-placement>img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.quote-placement-stage>video,.quote-presentation-placement>video{position:absolute;inset:0 auto auto 0;width:100%;height:100%;object-fit:fill;transform-origin:0 0;z-index:2;pointer-events:none}.quote-video-poster{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;z-index:3;background:#00aeef1f;color:#fff;text-decoration:none;pointer-events:none}.quote-video-poster span{display:grid;width:52px;height:52px;place-items:center;border:2px solid rgba(255,255,255,.88);border-radius:50%;background:#00000061;font-size:22px}.quote-video-poster small{position:absolute;bottom:12%;padding:4px 8px;border-radius:8px;background:#0000009e;font-size:10px;font-weight:800}.quote-corner-handle{position:absolute;z-index:5;width:20px;height:20px;padding:0;transform:translate(-50%,-50%);border:3px solid #fff;border-radius:50%;background:#00aeef;box-shadow:0 2px 10px #00000059;cursor:grab}.quote-placement-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;color:#cbd5e1;text-align:center}.quote-upload-button{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;min-height:62px;margin-top:10px;padding:12px 18px;border:2px dashed #38bdf8;border-radius:14px;background:#e0f2fe;color:#075985;font-size:14px;font-weight:800;text-align:left;cursor:pointer;transition:border-color .18s ease,background .18s ease,transform .18s ease}.quote-upload-button:hover{border-color:#0284c7;background:#bae6fd;transform:translateY(-1px)}.quote-upload-button>span:last-of-type{display:grid;gap:2px}.quote-upload-button small{color:#0369a1;font-size:11px;font-weight:600}.quote-upload-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#0284c7;color:#fff;font-size:24px;line-height:1}.quote-upload-button input{display:none}.quote-total-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.quote-total-grid>div{display:grid;gap:5px;padding:14px;border-radius:13px;background:#f1f5f9}.quote-total-grid span{color:#64748b;font-size:11px;font-weight:800;text-transform:uppercase}.quote-total-grid strong{color:#0f172a;font-size:18px}.quote-total-grid .is-total{background:#00263a}.quote-total-grid .is-total span,.quote-total-grid .is-total strong{color:#fff}.quote-alert,.quote-empty{padding:13px 15px;border:1px solid #bae6fd;border-radius:12px;background:#f0f9ff;color:#075985;font-size:13px}.quote-alert-error{border-color:#fecaca;background:#fef2f2;color:#991b1b}.quote-alert-warning{border-color:#fde68a;background:#fffbeb;color:#92400e}.quote-share-panel{display:grid;gap:12px;margin-bottom:16px;padding:16px 18px;border:1px solid #86efac;border-radius:16px;background:#f0fdf4;color:#14532d}.quote-share-panel>div:first-child{display:grid;gap:3px}.quote-share-panel span,.quote-share-panel small{color:#3f7351;font-size:12px}.quote-share-link-row{display:grid;grid-template-columns:minmax(220px,1fr) auto auto auto;gap:9px}.quote-share-link-row input{min-width:0;min-height:42px;padding:9px 11px;border:1px solid #86efac;border-radius:10px;background:#fff;color:#0f172a;font:inherit}.quote-viewer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;display:grid;grid-template-rows:auto 1fr;background:#0b1220}html.quote-viewer-open,html.quote-viewer-open body{overflow:hidden}.quote-viewer-toolbar{z-index:2;padding:13px 18px;background:#111c2d;color:#fff;box-shadow:0 8px 30px #00000047}.quote-viewer-public .quote-viewer-toolbar{border-bottom:1px solid rgba(255,255,255,.08)}.quote-viewer-toolbar>div:first-child{display:grid;gap:2px}.quote-viewer-toolbar span{color:#94a3b8;font-size:12px}.quote-viewer-actions button{padding:8px 11px;border:1px solid #334155;border-radius:9px;background:#1e293b;color:#fff;cursor:pointer}.quote-viewer-actions button.is-primary{border-color:#00aeef;background:#00aeef}.quote-viewer-canvas{overflow:auto;display:block;padding:36px;scrollbar-gutter:stable;overscroll-behavior:contain}.quote-viewer-scale{transform:scale(var(--quote-zoom));transform-origin:top left}.quote-viewer-pages{display:flex;flex-direction:column;align-items:center;gap:34px;width:max-content;min-width:100%;margin:0 auto;padding-bottom:24px}.quote-viewer-page-frame{position:relative;flex:none}.quote-presentation-page{position:relative;overflow:hidden;flex:none;background:#fff;color:#111827;box-shadow:0 24px 70px #0006;font-family:Raleway,Arial,sans-serif}.quote-page-portrait{width:794px;height:1123px}.quote-page-landscape{display:grid;grid-template-columns:1fr 1fr;width:1588px;height:1123px}.quote-exact-static-page,.quote-exact-cover,.quote-exact-adviser,.quote-exact-panel{background-repeat:no-repeat;background-size:100% 100%;background-position:center}.quote-exact-panel{position:relative;overflow:hidden;width:794px;height:1123px;flex:0 0 794px}.quote-template-panel,.quote-exact-materials,.quote-exact-services,.quote-exact-placement,.quote-exact-filler{background-size:1588px 1123px}.quote-template-3-left,.quote-exact-services,.quote-exact-filler{background-position:left top}.quote-exact-materials,.quote-exact-placement{background-position:right top}.quote-exact-cover{isolation:isolate}.quote-exact-cover-image{position:absolute;z-index:1;inset:0 0 auto;width:100%;height:765px;object-fit:cover;filter:brightness(.68)}.quote-exact-cover-image:after{content:""}.quote-exact-cover-identity{position:absolute;z-index:2;inset:0 0 auto;height:765px;padding:46px 55px;background:linear-gradient(180deg,#000000db,#0000000a 27%,#0000002e);color:#fff}.quote-exact-logo{display:grid;width:max-content;font-size:34px;font-weight:800;line-height:.8}.quote-exact-logo span{color:#fff}.quote-exact-logo small{margin:9px 0 0 42px;font-size:9px;font-weight:500}.quote-exact-cover-title{display:grid;gap:3px;margin-top:88px;padding-left:18px;border-left:2px solid #fff}.quote-exact-cover-title>span{font-size:31px;font-weight:300}.quote-exact-cover-title>strong{font-size:46px;line-height:.95}.quote-exact-cover-title>small{margin-top:10px;font-size:18px}.quote-exact-cover-client,.quote-exact-cover-contacts,.quote-exact-cover-date{position:absolute;z-index:3;color:#fff}.quote-exact-cover-client{left:65px;top:708px;display:grid;gap:25px;width:420px;padding:7px 10px 12px;background:#000}.quote-exact-cover-client>div{display:grid;gap:4px}.quote-exact-cover-client span{font-size:13px;font-weight:400}.quote-exact-cover-client strong{font-size:17px;line-height:1.1}.quote-exact-cover-contacts{left:67px;top:844px;display:grid;grid-template-columns:170px 1fr;gap:24px;width:500px;padding:4px 10px;background:#000}.quote-exact-cover-contacts>div{display:grid;align-content:start;gap:3px}.quote-exact-cover-contacts>div+div{padding-left:22px;border-left:2px solid #fff}.quote-exact-cover-contacts span{color:#ed0060;font-size:13px;font-weight:800}.quote-exact-cover-contacts>div+div span{color:#00aeef}.quote-exact-cover-contacts strong{font-size:17px}.quote-exact-cover-contacts em{color:#aaa;font-size:14px}.quote-exact-cover-contacts .quote-exact-phone{margin-top:10px;color:#aaa}.quote-exact-cover-date{left:118px;bottom:57px;display:grid;gap:4px;width:170px;padding:5px 0;background:#000;font-size:12px}.quote-exact-date{position:absolute;z-index:3;top:43px;right:27px;width:124px;padding:14px 4px 4px;background:#fff;color:#111;font-size:13px;text-transform:uppercase}.quote-exact-material-grid{position:absolute;z-index:2;left:19px;top:142px;width:753px;height:792px;border-left:1px solid #a6a6a6;border-top:1px solid #a6a6a6;background:#fff}.quote-exact-material-row{display:grid;grid-template-columns:90px 343px 147px 65px 107px;height:99px}.quote-exact-material-row>div{overflow:hidden;display:grid;align-content:center;gap:4px;padding:9px;border-right:1px solid #a6a6a6;border-bottom:1px solid #a6a6a6;color:#222;font-size:12px;text-align:center;line-height:1.25;overflow-wrap:anywhere}.quote-exact-material-row>div:nth-child(2){text-align:left}.quote-exact-material-row strong,.quote-exact-material-row small,.quote-exact-material-row em{min-width:0;max-width:100%}.quote-exact-material-row img{width:100%;height:75px;object-fit:contain}.quote-exact-material-row small{color:#666;font-size:9px}.quote-exact-material-row em{color:#444;font-size:11px}.quote-exact-material-totals{position:absolute;z-index:3;right:20px;bottom:75px;display:grid;grid-template-rows:repeat(3,38px);width:110px;background:#fff}.quote-exact-material-totals strong{display:grid;place-items:center;border:1px solid #aaa;border-bottom:0;color:#111;font-size:11px}.quote-exact-service-date{right:31px}.quote-exact-service-statuses{position:absolute;z-index:3;right:111px;display:grid;width:125px;background:#fff}.quote-exact-service-statuses-top{top:151px;grid-template-rows:75px 76px 92px}.quote-exact-service-statuses-bottom{top:408px;grid-template-rows:101px 141px 63px 63px}.quote-exact-service-statuses>div{display:grid;place-items:center;padding:6px;border:1px solid #aaa;border-bottom:0;color:#111;font-size:11px;text-align:center}.quote-exact-placement-values{position:absolute;z-index:3;left:32px;top:198px;width:735px;height:306px;box-sizing:border-box;overflow:hidden;background:#000;color:#fff}.quote-exact-placement-empty-mask{position:absolute;z-index:2;left:0;top:504px;width:794px;height:94px;background:#000}.quote-exact-placement-values>div{display:grid;grid-template-columns:170px 1fr;align-items:center;min-height:57px;border-bottom:1px dotted #aaa}.quote-exact-placement-values span{padding-right:18px;color:#ed0060;font-size:16px;font-weight:800;text-align:right}.quote-exact-placement-values strong{min-width:0;padding:10px 18px;border-left:1px dotted #aaa;color:#ddd;font-size:15px;font-weight:400}.quote-exact-placement-media{position:absolute;z-index:2;left:0;top:504px;overflow:hidden;width:794px;height:619px;background:#ed1c24;isolation:isolate}.quote-exact-placement-media>img{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;object-fit:cover}.quote-exact-placement-media>video{position:absolute;inset:0 auto auto 0;z-index:2;width:100%;height:100%;object-fit:fill;transform-origin:0 0}.quote-exact-placement-media .quote-video-poster{z-index:3}.quote-exact-filler{background-position:left top}.quote-exact-adviser{isolation:isolate}.quote-exact-adviser-mask{position:absolute;z-index:2;left:0;top:150px;width:540px;height:300px;background:#000}.quote-exact-adviser-photo{position:absolute;z-index:3;left:305px;top:154px;width:205px;height:270px;object-fit:contain;object-position:center bottom}.quote-exact-adviser-copy{position:absolute;z-index:4;left:72px;top:225px;display:grid;width:255px;gap:5px;color:#fff}.quote-exact-adviser-copy>span{font-size:14px;font-weight:400}.quote-exact-adviser-copy>strong{font-size:25px}.quote-exact-adviser-copy>em{font-size:15px;text-align:center}.quote-exact-adviser-copy>i{width:165px;height:2px;margin:7px auto;background:#ed0060}.quote-exact-adviser-copy>p{margin:0;font-size:15px;font-style:normal;font-weight:700;text-align:center}.quote-cover{display:grid;grid-template-rows:auto 1fr auto;padding:68px 64px;background-color:#0a1b2b;background-size:cover;background-position:center;color:#fff}.quote-brand-mark{font-size:31px;font-weight:900;letter-spacing:-.05em}.quote-brand-mark span{color:#00aeef}.quote-cover-copy{align-self:end;max-width:650px;margin-bottom:62px}.quote-cover-copy p,.quote-adviser-copy p{color:#54d2ff;font-size:15px;font-weight:900;letter-spacing:.14em}.quote-cover-copy h1{margin:14px 0 2px;font-size:72px;line-height:.95;text-transform:uppercase}.quote-cover-copy h2{margin:15px 0 0;font-size:38px}.quote-cover-copy h3{margin:10px 0 0;color:#dbeafe;font-size:24px}.quote-cover-footer{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.35);padding-top:18px;font-size:14px}.quote-panel{position:relative;overflow:hidden;display:flex;flex-direction:column;padding:42px 38px 34px;border-right:1px solid #e2e8f0;background:#fff}.quote-panel-kicker{color:#00aeef;font-size:11px;font-weight:900;letter-spacing:.14em}.quote-panel>h2{max-width:430px;margin:8px 0 22px;color:#102437;font-size:30px;line-height:1.05}.quote-panel-footer{position:absolute;right:34px;bottom:18px;color:#94a3b8;font-size:8px;font-weight:800;letter-spacing:.12em}.quote-panel-dark{background:#102437;color:#fff}.quote-panel-dark h2{color:#fff}.quote-big-number{color:#00aeef;font-size:86px;font-weight:900;line-height:1}.quote-lead{max-width:420px;font-size:18px;line-height:1.45}.quote-feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:auto;padding-bottom:28px}.quote-feature-grid>div{display:grid;gap:6px;padding:13px;border-radius:12px;background:#00aeef1a}.quote-feature-grid strong{color:#00aeef;font-size:13px}.quote-feature-grid span{font-size:9px;line-height:1.35}.quote-steps{display:grid;gap:15px;margin:18px 0 0;padding:0;list-style:none}.quote-steps li{display:grid;grid-template-columns:58px 1fr;align-items:start;gap:13px;padding:14px 0;border-bottom:1px solid #e2e8f0}.quote-steps li>span{color:#00aeef;font-size:25px;font-weight:900}.quote-steps strong{font-size:16px}.quote-steps p{margin:4px 0 0;color:#64748b;font-size:11px;line-height:1.4}.quote-catalog-image{width:74%;max-height:300px;align-self:center;object-fit:contain}.quote-devis-table{width:100%;border-collapse:collapse;table-layout:fixed;font-size:9px}.quote-devis-table th{padding:9px 6px;background:#102437;color:#fff;text-align:left;text-transform:uppercase}.quote-devis-table td{height:48px;padding:8px 6px;border-bottom:1px solid #dbe4ef;vertical-align:top}.quote-devis-table th:first-child,.quote-devis-table td:first-child{width:15%}.quote-devis-table th:nth-last-child(-n+3),.quote-devis-table td:nth-last-child(-n+3){width:14%;text-align:right}.quote-devis-table td small{display:block;margin-top:3px;color:#64748b;font-size:7px}.quote-devis-table tr.is-empty td{height:48px}.quote-service-table th:first-child,.quote-service-table td:first-child{width:34%}.quote-service-table th:nth-last-child(-n+3),.quote-service-table td:nth-last-child(-n+3){width:auto;text-align:left}.quote-panel-total{display:flex;justify-content:space-between;align-items:center;margin-top:14px;padding:13px 16px;border-radius:10px;background:#e0f2fe;color:#075985}.quote-panel-total strong{font-size:18px}.quote-panel-placement .quote-presentation-placement{margin-top:3px}.quote-presentation-placement .quote-video-poster{pointer-events:auto}.quote-placement-copy{display:grid;gap:6px;margin-top:15px}.quote-placement-copy h3,.quote-placement-copy p{margin:0}.quote-placement-copy h3{color:#00aeef;font-size:18px}.quote-placement-copy p{color:#475569;font-size:11px}.quote-placement-copy strong{font-size:10px}.quote-panel-filler{align-items:center;justify-content:center;text-align:center}.quote-filler-shape{display:grid;width:210px;height:210px;place-items:center;border:18px solid #00aeef;border-radius:42% 58% 62% 38%;transform:rotate(12deg)}.quote-filler-shape span{transform:rotate(-12deg);font-size:110px;font-weight:900}.quote-adviser-page{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr auto;gap:50px;padding:68px 64px;background:linear-gradient(145deg,#fff 0 64%,#e0f2fe 64% 100%)}.quote-adviser-page>.quote-brand-mark{grid-column:1 / -1}.quote-adviser-photo{overflow:hidden;align-self:center;aspect-ratio:4 / 5;border-radius:28px;background:#102437;box-shadow:0 26px 55px #0f172a2e}.quote-adviser-photo img{width:100%;height:100%;object-fit:cover}.quote-adviser-placeholder{display:grid;width:100%;height:100%;place-items:center;color:#00aeef;font-size:150px;font-weight:900}.quote-adviser-copy{align-self:center;display:grid;gap:10px}.quote-adviser-copy h1{margin:0;color:#102437;font-size:45px;line-height:1}.quote-adviser-copy h2{margin:0 0 20px;color:#64748b;font-size:20px}.quote-adviser-copy a{color:#0369a1;font-size:16px;font-weight:800;text-decoration:none}.quote-adviser-bottom{grid-column:1 / -1;display:flex;justify-content:space-between;align-items:end;border-top:1px solid #cbd5e1;padding-top:20px;color:#102437;font-size:17px}.quote-pdf-render-host{position:fixed;z-index:-1000;top:0;left:-20000px;display:grid;gap:0;background:#fff}.quote-progress{position:fixed;top:0;right:0;bottom:0;left:0;z-index:800;display:none;place-items:center;background:#050f1cc7;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.quote-progress.is-visible{display:grid}.quote-progress>div{display:grid;justify-items:center;gap:10px;min-width:320px;padding:30px;border-radius:20px;background:#fff;color:#102437;text-align:center}.quote-progress p{margin:0;color:#64748b}.quote-spinner{width:38px;height:38px;border:4px solid #bae6fd;border-top-color:#00aeef;border-radius:50%;animation:quote-spin .8s linear infinite}@keyframes quote-spin{to{transform:rotate(360deg)}}@media (max-width: 1100px){.quote-grid-4,.quote-grid-3{grid-template-columns:repeat(2,minmax(0,1fr))}.quote-placement-grid{grid-template-columns:1fr}.quote-service-line,.quote-service-head{grid-template-columns:1fr 1fr}.quote-total-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 700px){.quote-builder-head,.quote-viewer-toolbar,.quote-form-toolbar{align-items:flex-start;flex-direction:column}.quote-grid-4,.quote-grid-3,.quote-grid-2,.quote-total-grid,.quote-service-line,.quote-service-head{grid-template-columns:1fr}.quote-viewer-canvas{display:block;padding:15px}.quote-viewer-scale{transform-origin:top left}.quote-share-link-row{grid-template-columns:1fr}}.quote-field-configurator{display:grid;gap:10px;padding-top:4px}.quote-field-config-card{display:grid;gap:8px;padding:11px;border:1px solid #dbe4ef;border-radius:12px;background:#f8fafc}.quote-builder-preview{display:grid;gap:10px}.quote-builder-preview-fields{display:flex;flex-wrap:wrap;gap:6px}.quote-builder-preview-fields span{padding:5px 8px;border-radius:999px;background:#e0f2fe;color:#075985;font-size:11px;font-weight:700}.quote-builder-preview-fields span.is-hidden{background:#e2e8f0;color:#64748b;text-decoration:line-through}.official-context-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.9rem}.official-context-block{margin-top:1rem;padding-top:1rem;border-top:1px solid #e4e7ec}.official-context-block h4,.official-context-block p{margin:0 0 .75rem}.official-context-block p{color:#667085;font-size:.85rem}.quote-derived-note{margin:.85rem 0 0;color:#667085;font-size:.82rem}.official-context-details{margin-top:1rem;border-top:1px solid #e4e7ec}.official-context-details summary{padding-top:1rem;color:#344054;cursor:pointer;font-weight:750}.official-context-details[open] summary{margin-bottom:.25rem}.quote-check{display:flex;min-height:42px;align-items:center;gap:.65rem;padding:.65rem .75rem;border:1px solid #d0d5dd;border-radius:.75rem;background:#fff}.quote-check input{width:1rem;height:1rem}.quote-placement-stage{aspect-ratio:794 / 619}.quote-exact-brand-reference{position:absolute;z-index:6;left:521px;top:350px;display:grid;grid-template-columns:78px minmax(0,1fr);align-items:center;gap:10px;width:245px;height:92px;padding:8px 10px;background:#000;color:#fff;overflow:hidden}.quote-exact-brand-reference span{font-size:12px;font-weight:600;line-height:1.2}.quote-exact-brand-reference img{display:block;width:100%;max-width:145px;height:68px;object-fit:contain;object-position:left center}.quote-exact-brand-reference.is-full-block{display:block;padding:7px 4px}.quote-exact-brand-reference.is-full-block img{width:220px;max-width:none;height:68px;object-fit:contain}.quote-exact-cover:after{content:"";position:absolute;z-index:2;left:0;right:0;bottom:0;height:116px;background:#000}.quote-exact-cover-lockup{position:absolute;z-index:4;left:270px;bottom:54px;width:430px;height:72px;object-fit:contain;object-position:left center}.quote-exact-cover.is-brand-template{background-color:#000}.quote-exact-cover.is-brand-template .quote-exact-cover-client{left:48px;top:696px;width:345px;overflow:hidden}.quote-exact-cover.is-brand-template .quote-exact-cover-contacts{left:67px;top:838px;min-height:130px;overflow:hidden}.quote-exact-cover.is-brand-template .quote-exact-cover-date{bottom:54px}.quote-exact-adviser-mask{width:518px!important;height:285px!important}.quote-exact-placement:before{content:"";position:absolute;z-index:3;left:0;top:0;width:794px;height:88px;background:#000}.quote-exact-placement-title{position:absolute;z-index:4;left:25px;top:24px;max-width:735px;margin:0;color:#fff;font-family:Raleway,Arial,sans-serif;font-size:25px;font-weight:800;line-height:1.05;text-transform:uppercase}.quote-brand-intro{display:grid!important;grid-template-columns:1fr 1fr;background:#000}.quote-brand-intro>article{width:794px;height:1123px;background-position:center;background-repeat:no-repeat;background-size:100% 100%}.quote-brand-range{background-position:center!important;background-size:100% 100%!important}.quote-table-options{display:flex;flex-wrap:wrap;align-items:end;gap:12px;padding:16px;margin-bottom:16px;border:1px solid #b8b8b8;border-radius:0;background:#fff}.quote-mode-switch{display:flex;gap:0;padding:0;border:0;margin:0}.quote-mode-switch legend{width:100%;margin-bottom:6px;color:#333;font-size:11px;font-weight:800;text-transform:uppercase}.quote-mode-switch label{padding:9px 16px;border:1px solid #999;background:#fff;color:#111;font-weight:700;cursor:pointer}.quote-mode-switch label.is-active{border-color:#000;background:#000;color:#fff}.quote-mode-switch input{position:absolute;opacity:0;pointer-events:none}.quote-option-field,.quote-option-check{display:grid;gap:6px;color:#333;font-size:12px;font-weight:700}.quote-option-field>span:last-child{display:flex;align-items:center;gap:6px}.quote-option-field input{width:76px}.quote-option-check{display:flex;align-items:center;min-height:42px;padding:0 6px}.quote-option-check input{width:18px;height:18px;accent-color:#000}.quote-price-source{display:flex;align-items:center;gap:10px;margin:-5px 0 10px;padding:8px 11px;border-left:3px solid #000;background:#f5f5f5;color:#333;font-size:11px}.quote-price-source strong{color:#000}.quote-price-source.is-warning{border-color:#555;background:#f5f5f5}.quote-price-error{margin:-4px 0 10px;padding:8px 11px;border:1px solid #999;background:#fff;color:#111;font-size:12px;font-weight:700}.quote-html-table-wrap{width:100%;overflow:auto;border:1px solid #aaa;border-radius:0;background:#fff}.quote-html-table{width:100%;border-collapse:collapse;color:#111;font-size:13px}.quote-html-table th{padding:11px 10px;border:1px solid #aaa;background:#000;color:#fff;font-size:10px;font-weight:800;letter-spacing:.04em;text-align:center;text-transform:uppercase}.quote-html-table td{min-width:74px;padding:10px;border:1px solid #bbb;vertical-align:top}.quote-html-table input,.quote-html-table select{width:100%;min-width:64px;min-height:38px;padding:7px 8px;border:1px solid #aaa;border-radius:0;background:#fff;color:#111;font:inherit}.quote-html-table input:focus,.quote-html-table select:focus{border-color:#000;outline:1px solid #000}.quote-html-table td small{display:block;margin-top:5px;color:#555;font-size:10px}.quote-cell-article{min-width:230px!important}.quote-cell-actions{display:flex;align-items:center;gap:4px}.quote-cell-actions details{position:relative}.quote-cell-actions summary{display:grid;width:34px;height:34px;place-items:center;cursor:pointer;list-style:none}.quote-cell-actions details>div{position:absolute;z-index:5;right:0;display:grid;gap:7px;width:220px;padding:10px;border:1px solid #999;background:#fff;box-shadow:0 8px 20px #0002}.quote-discount-control{display:grid;grid-template-columns:52px minmax(70px,1fr);gap:4px}.quote-table-footer{margin-top:14px}.quote-global-discount,.quote-global-discount label{display:flex;align-items:center;gap:6px}.quote-global-discount select{width:58px}.quote-global-discount input[type=number]{width:86px}.quote-mobile-label{display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.quote-services-table td:first-child{min-width:150px}.quote-services-table td:nth-child(2){min-width:320px}.quote-services-table td:nth-child(3){min-width:140px}.quote-services-table td:nth-child(4){width:110px}.quote-services-table td:last-child{min-width:126px}.quote-row-actions{display:flex;align-items:center;justify-content:center;gap:4px}.quote-row-actions .quote-icon-button{min-width:32px;padding:7px}.quote-row-actions .quote-icon-button:disabled{opacity:.28;cursor:not-allowed}.configurator-validation-error{display:grid;gap:3px;margin:12px 0;padding:10px 12px;border:1px solid #c62828;border-left:4px solid #c62828;background:#fff5f5;color:#b71c1c}.configurator-validation-error strong{font-size:13px}.configurator-validation-error span{font-size:12px}.configurator-validation-error small{font-size:11px;color:#c62828}.form-bottom-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:12px;margin-top:24px;padding-top:20px;border-top:1px solid rgba(15,23,42,.12)}[data-quote-action=sync-customer]{display:none!important}.quote-original-page{position:relative;background:#fff!important;background-image:none!important;color:#111;font-family:Arial,Helvetica,sans-serif}.quote-original-page-header{position:absolute;top:46px;left:20px;right:20px;display:grid;grid-template-columns:1fr 125px 1px 145px;gap:20px;align-items:center}.quote-original-page-header h2{margin:0;font-family:Raleway,Arial,sans-serif;font-size:29px;font-weight:800;letter-spacing:-1px}.quote-original-page-header div{display:grid;gap:2px}.quote-original-page-header small{font-size:10px}.quote-original-page-header strong{font-size:16px;font-weight:500}.quote-original-page-header i{width:1px;height:32px;background:#999}.quote-original-material-table{position:absolute;top:110px;left:20px;width:754px;height:750px;table-layout:fixed;border-collapse:collapse;background:#fff;font-size:11px}.quote-original-material-table .col-preview{width:12%}.quote-original-material-table .col-equipment{width:39%}.quote-original-material-table .col-location{width:18%}.quote-original-material-table .col-quantity{width:8%}.quote-original-material-table .col-unit{width:12%}.quote-original-material-table .col-total{width:15%}.quote-original-material-table th{height:44px;padding:6px;border:1px solid #aaa;background:#000;color:#fff;font-size:11px;font-weight:800;text-align:center}.quote-original-material-table td{height:112px;padding:8px;border:1px solid #bbb;text-align:center;vertical-align:middle}.quote-original-material-table .original-equipment-cell{text-align:left}.quote-original-material-table td img{width:70px;height:82px;object-fit:contain}.quote-original-material-table td span,.quote-original-material-table td small{display:block}.quote-original-material-table td small{margin-top:4px;color:#555;font-size:9px}.quote-original-material-table td em{font-size:11px}.quote-original-material-table tr.is-empty td{color:transparent}.quote-original-totals{position:absolute;left:20px;right:20px;bottom:72px;border:1px solid #aaa;border-bottom:0}.quote-original-totals div{display:grid;grid-template-columns:1fr 130px;min-height:36px;border-bottom:1px solid #aaa}.quote-original-totals strong,.quote-original-totals span{display:flex;align-items:center;padding:7px;font-size:10px}.quote-original-totals span{justify-content:center;border-left:1px solid #aaa;font-weight:800}.quote-original-page footer{position:absolute;left:0;right:0;bottom:36px;text-align:center;font-size:7px}.quote-original-service-table{position:absolute;left:110px;width:574px;border-collapse:collapse;background:#fff;font-size:11px}.quote-original-service-table th{height:42px;padding:6px;border:1px solid #aaa;background:#000;color:#fff;font-size:13px;text-align:center}.quote-original-service-table th:last-child{width:124px}.quote-original-service-table td{padding:8px 22px;border:1px solid #aaa;vertical-align:middle}.quote-original-service-table td:last-child{padding:8px;text-align:center}.quote-original-service-table td>strong{display:block}.quote-original-service-table td ul{display:grid;gap:2px;margin:4px 0 0;padding:0;list-style:none}.quote-original-service-table td li{font-size:10px;line-height:1.18}.quote-original-service-table td li:before{content:"• ";font-weight:700}.quote-installation-table{top:132px}.quote-installation-table tbody tr{height:76px}.quote-services-block{top:432px}.quote-services-block tbody tr:nth-child(1),.quote-services-block tbody tr:nth-child(2){height:181px}.quote-services-block tbody tr:nth-child(3){height:82px}.quote-visiopost-title{color:#111}.quote-tier-essential{color:#17183d}.quote-tier-premium{color:#20aee6}.quote-tier-exclusive{color:#111}@media (max-width:800px){.quote-table-options{align-items:stretch}.quote-mode-switch,.quote-option-field,.quote-option-check{width:100%}.quote-mode-switch label{flex:1;text-align:center}.quote-html-table-wrap{overflow:visible;border:0;background:transparent}.quote-html-table thead{display:none}.quote-html-table,.quote-html-table tbody,.quote-html-table tr,.quote-html-table td{display:block;width:100%}.quote-html-table tr{margin-bottom:12px;padding:12px;border:1px solid #d9e2ea;border-radius:12px;background:#fff}.quote-html-table td{min-width:0!important;padding:6px;border:0}.quote-mobile-label{display:block;margin-bottom:6px;font-weight:800}.quote-cell-actions{justify-content:flex-end}.quote-services-table td:nth-child(2){min-width:0}.quote-global-discount{flex-wrap:wrap}.quote-table-footer{align-items:flex-start}}.quote-exact-placement-media>.quote-pdf-video-frame{position:absolute;inset:0 auto auto 0;z-index:2;width:100%;height:100%;transform-origin:0 0}.quote-pdf-render-host .quote-video-poster{display:none!important}.quote-exact-adviser-photo-frame{position:absolute;z-index:3;left:305px;top:154px;display:flex;align-items:center;justify-content:center;width:205px;height:270px;overflow:hidden}.quote-exact-adviser-photo-frame>.quote-exact-adviser-photo{position:static!important;width:auto!important;height:auto!important;max-width:100%;max-height:100%;object-fit:unset!important;object-position:initial!important}.quote-exact-adviser-copy{left:60px!important;width:230px!important;text-align:right}.quote-exact-adviser-copy>em,.quote-exact-adviser-copy>p{text-align:right!important}.quote-exact-adviser-copy>i{margin-right:0!important;margin-left:auto!important}.quote-original-service-table td small{display:block;margin-top:5px;color:#555;font-size:8px;line-height:1.25}.quote-service-total-row td{background:#fafafa}.quote-service-total-row td:first-child strong{text-transform:uppercase}.quote-original-totals span{white-space:nowrap}html,body,#app,.app-shell{width:100%;max-width:100%;min-width:0}html,body{overflow-x:clip}#app *,.app-shell *{min-width:0}#app :is(img,video,canvas,svg){max-width:100%}.workspace-root,.workspace-shell,.workspace-center,.workspace-panel,.user-form-shell,.user-hero{max-width:100%}:is(.bc-preview-table-wrap,.table-shell,.quote-viewer-canvas){max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain}@media (max-width: 980px){.site-header{align-items:flex-start}.main-nav,.admin-tabs{width:100%;max-width:100%;flex-wrap:nowrap;overflow-x:auto;padding-bottom:6px;scrollbar-width:thin;overscroll-behavior-inline:contain}.main-nav>*,.admin-tabs>*{flex:0 0 auto}.workspace-panel{position:static}:is(.canvas-header,.form-topbar,.user-section-head,.builder-section-top){flex-wrap:wrap}}@media (max-width: 700px){.site-header{padding:16px 14px;gap:16px}.workspace-root{padding:16px 10px 24px}:is(.workspace-panel,.workspace-center,.user-form-shell,.user-hero){padding:16px;border-radius:18px}:is(.panel-header h2,.canvas-header h1,.user-hero h1,.form-topbar h2){font-size:clamp(22px,8vw,28px)}:is(.inspector-row,.inspector-row.triple,.tool-grid,.field-chip-list){grid-template-columns:minmax(0,1fr)}:is(.primary-button,.secondary-button){max-width:100%;white-space:normal;text-align:center}.quote-progress>div{width:calc(100% - 24px);min-width:0;padding:22px 16px}}@media (max-width: 360px){.brand-subtitle,.account-switcher-label{display:none}.workspace-root{padding-inline:6px}}
