.react-flow{direction:ltr;--xy-edge-stroke-default: #b1b1b7;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #555;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(255, 255, 255, .5);--xy-minimap-background-color-default: #fff;--xy-minimap-mask-background-color-default: rgba(240, 240, 240, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #e2e2e2;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: transparent;--xy-background-pattern-dots-color-default: #91919a;--xy-background-pattern-lines-color-default: #eee;--xy-background-pattern-cross-color-default: #e2e2e2;background-color:var(--xy-background-color, var(--xy-background-color-default));--xy-node-color-default: inherit;--xy-node-border-default: 1px solid #1a192b;--xy-node-background-color-default: #fff;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(0, 0, 0, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #1a192b;--xy-node-border-radius-default: 3px;--xy-handle-background-color-default: #1a192b;--xy-handle-border-color-default: #fff;--xy-selection-background-color-default: rgba(0, 89, 220, .08);--xy-selection-border-default: 1px dotted rgba(0, 89, 220, .8);--xy-controls-button-background-color-default: #fefefe;--xy-controls-button-background-color-hover-default: #f4f4f4;--xy-controls-button-color-default: inherit;--xy-controls-button-color-hover-default: inherit;--xy-controls-button-border-color-default: #eee;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #ffffff;--xy-edge-label-color-default: inherit;--xy-resize-background-color-default: #3367d9}.react-flow.dark{--xy-edge-stroke-default: #3e3e3e;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #727272;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(150, 150, 150, .25);--xy-minimap-background-color-default: #141414;--xy-minimap-mask-background-color-default: rgba(60, 60, 60, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #2b2b2b;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: #141414;--xy-background-pattern-dots-color-default: #777;--xy-background-pattern-lines-color-default: #777;--xy-background-pattern-cross-color-default: #777;--xy-node-color-default: #f8f8f8;--xy-node-border-default: 1px solid #3c3c3c;--xy-node-background-color-default: #1e1e1e;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(255, 255, 255, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #999;--xy-handle-background-color-default: #bebebe;--xy-handle-border-color-default: #1e1e1e;--xy-selection-background-color-default: rgba(200, 200, 220, .08);--xy-selection-border-default: 1px dotted rgba(200, 200, 220, .8);--xy-controls-button-background-color-default: #2b2b2b;--xy-controls-button-background-color-hover-default: #3e3e3e;--xy-controls-button-color-default: #f8f8f8;--xy-controls-button-color-hover-default: #fff;--xy-controls-button-border-color-default: #5b5b5b;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #141414;--xy-edge-label-color-default: #f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props, var(--xy-background-color, var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width, var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke, var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width, var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{overflow:visible;position:absolute;pointer-events:none}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected, var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}svg.react-flow__connectionline{z-index:1001;overflow:visible;position:absolute}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background-color:var(--xy-handle-background-color, var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color, var(--xy-handle-border-color-default));border-radius:100%}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:0;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.top.center,.react-flow__panel.bottom.center{left:50%;transform:translate(-15px) translate(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px) translateY(-50%)}.react-flow__attribution{font-size:10px;background:var(--xy-attribution-background-color, var(--xy-attribution-background-color-default));padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;left:0;top:0}.react-flow__viewport-portal{position:absolute;width:100%;height:100%;left:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__minimap{background:var( --xy-minimap-background-color-props, var(--xy-minimap-background-color, var(--xy-minimap-background-color-default)) )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var( --xy-minimap-mask-background-color-props, var(--xy-minimap-mask-background-color, var(--xy-minimap-mask-background-color-default)) );stroke:var( --xy-minimap-mask-stroke-color-props, var(--xy-minimap-mask-stroke-color, var(--xy-minimap-mask-stroke-color-default)) );stroke-width:var( --xy-minimap-mask-stroke-width-props, var(--xy-minimap-mask-stroke-width, var(--xy-minimap-mask-stroke-width-default)) )}.react-flow__minimap-node{fill:var( --xy-minimap-node-background-color-props, var(--xy-minimap-node-background-color, var(--xy-minimap-node-background-color-default)) );stroke:var( --xy-minimap-node-stroke-color-props, var(--xy-minimap-node-stroke-color, var(--xy-minimap-node-stroke-color-default)) );stroke-width:var( --xy-minimap-node-stroke-width-props, var(--xy-minimap-node-stroke-width, var(--xy-minimap-node-stroke-width-default)) )}.react-flow__background-pattern.dots{fill:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-dots-color-default)) )}.react-flow__background-pattern.lines{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-lines-color-default)) )}.react-flow__background-pattern.cross{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-cross-color-default)) )}.react-flow__controls{display:flex;flex-direction:column;box-shadow:var(--xy-controls-box-shadow, var(--xy-controls-box-shadow-default))}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{display:flex;justify-content:center;align-items:center;height:26px;width:26px;padding:4px;border:none;background:var(--xy-controls-button-background-color, var(--xy-controls-button-background-color-default));border-bottom:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) );color:var( --xy-controls-button-color-props, var(--xy-controls-button-color, var(--xy-controls-button-color-default)) );cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px;fill:currentColor}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:var(--xy-node-border-radius, var(--xy-node-border-radius-default));width:150px;font-size:12px;color:var(--xy-node-color, var(--xy-node-color-default));text-align:center;border:var(--xy-node-border, var(--xy-node-border-default));background-color:var(--xy-node-background-color, var(--xy-node-background-color-default))}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover, var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected, var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color, var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color, var(--xy-selection-background-color-default));border:var(--xy-selection-border, var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var( --xy-controls-button-background-color-hover-props, var(--xy-controls-button-background-color-hover, var(--xy-controls-button-background-color-hover-default)) );color:var( --xy-controls-button-color-hover-props, var(--xy-controls-button-color-hover, var(--xy-controls-button-color-hover-default)) )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) )}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:5px;height:5px;border:1px solid #fff;border-radius:1px;background-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));translate:-50% -50%}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color, var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color, var(--xy-edge-label-color-default))}.survey-root{--bg:#f7f7fb;--paper:#fff;--ink:#0b132b;--muted:#6a7280;--primary:#2b6cb0;--accent:#10b981;--border:#e6e8f0;--radius:12px;--shadow:0 1px 2px rgba(0,0,0,.06), 0 8px 24px rgba(0,0,0,.06);--primary-rgb: 43, 108, 176;--muted-rgb: 106, 114, 128;--color-primary: 43 108 176;--label-weight: 500;--label-transform: uppercase;--label-size: 13px}.survey-root.theme-bold{--ink:#000000;--muted:#1f2937;--label-weight:700;--label-transform:none;--label-size:18px}.survey-root.theme-bold .card-radio-title{font-size:18px;font-weight:700}.survey-root.theme-bold .card-radio-description{font-size:16px}.survey-root.theme-bold .kicker{letter-spacing:0}.survey-root .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}.survey-root h1,.survey-root h2,.survey-root h3,.survey-root h4,.survey-root h5,.survey-root h6{font-size:revert;font-weight:revert;line-height:1.2}.survey-root .wrap{max-width:1200px;margin:0 auto;padding:0 20px}.survey-root .app-header{position:sticky;top:var(--connection-banner-offset,0);z-index:20;background:linear-gradient(135deg,rgba(43,108,176,.18) 0%,rgba(255,255,255,.95) 55%,rgba(255,255,255,.98) 100%);-webkit-backdrop-filter:saturate(130%) blur(8px);backdrop-filter:saturate(130%) blur(8px);border-bottom:1px solid rgba(226,232,240,.8);box-shadow:0 12px 30px #0f172a14}.survey-root .brand{display:flex;align-items:center;gap:12px;padding:12px 0}.survey-root .brand-block{display:flex;flex-direction:column;gap:10px;padding:16px 0 4px}.survey-root .brand-main{display:flex;flex-wrap:wrap;align-items:center;gap:16px}.survey-root .brand-text{display:flex;flex-direction:column;gap:6px;min-width:220px}.survey-root .app-header-inner.admin{max-width:100%;width:100%;margin:0;padding:0 var(--admin-gutter)}.survey-root .brand-greeting{font-size:clamp(1rem,.92rem + .4vw,1.25rem);font-weight:600;color:rgba(var(--muted-rgb),.9);margin:0}.survey-root .brand-greeting__name{color:var(--ink)}.survey-root .brand-title{font-size:12px;margin:0;line-height:.35em;color:rgba(var(--muted-rgb),.9)}.survey-root .brand-meta{margin-left:auto;display:flex;gap:8px;flex-wrap:wrap}.survey-root .meta-pill{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#1e293b;background:rgba(255,255,255,.9);border:1px solid rgba(203,213,225,.7);border-radius:999px;padding:6px 12px;box-shadow:0 2px 6px #0f172a14}.survey-root .brand-quote{margin:0;font-size:14px;color:var(--muted);display:flex;align-items:center;gap:6px}.survey-root .brand-quote span{color:var(--ink);font-weight:600}.survey-root .logo{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,#356ac3,#1f3b6d);box-shadow:var(--shadow)}.survey-root .logo svg{filter:drop-shadow(0 4px 6px rgba(0,0,0,.15))}.survey-root .icon{display:inline-flex}@media (max-width:640px){.survey-root .brand-main{gap:12px;align-items:flex-start}.survey-root .brand-meta{width:100%;margin-left:0}.survey-root .brand-block{gap:6px}.survey-root .meta-pill{padding:6px 10px;font-size:12.5px}.survey-root .brand-quote{font-size:13px;flex-wrap:wrap}}.survey-root .progress{display:flex;gap:10px;overflow:auto;padding:12px 0 16px;margin-top:6px}.survey-root .step{white-space:nowrap;padding:6px 12px;border-radius:999px;border:1px solid rgba(207,210,219,.9);background:rgba(255,255,255,.92);color:var(--muted);cursor:pointer;transition:all .2s ease;font:inherit;display:inline-flex;align-items:center;gap:6px}.survey-root .step:hover{border-color:var(--primary);color:var(--primary)}.survey-root .step[aria-current=step]{border-color:var(--primary);color:var(--primary);background:rgba(226,240,255,.85);box-shadow:0 0 0 1px #2b6cb01a}.survey-root .step[data-complete=true]:before{content:"✓";margin-right:6px;font-size:13px;line-height:1}.survey-root .step-label{display:inline-flex;align-items:center;gap:6px;font-weight:500}.survey-root main.grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;padding:24px 0 80px}.survey-root main.grid.grid-single{grid-template-columns:minmax(0,1fr)}@media (max-width:980px){.survey-root main.grid{grid-template-columns:1fr!important;width:100%!important}.survey-root main.grid.grid-single{grid-template-columns:1fr!important}.survey-root .wrap,.survey-root .main-wrap{max-width:100%!important;padding:0 16px!important}.survey-root .card{max-width:100%!important;width:100%!important}.survey-root .estimator-shell,.survey-root .app-surface{width:100%!important}}@media (max-width:760px){.survey-root .wrap,.survey-root .main-wrap{padding:0 8px!important;max-width:100%!important;width:100%!important}.survey-root .card{padding:14px!important;margin-bottom:10px;border-radius:10px;width:100%!important;max-width:100%!important}.survey-root .estimator-shell{padding:12px 0 0;width:100%!important}.survey-root .app-header{position:relative;width:100%!important}.survey-root main.grid{width:100%!important}.survey-root .app-surface{width:100%!important}}.survey-root .card{background:var(--paper);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px;margin-bottom:18px;scroll-margin-top:120px}.survey-root .card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.survey-root .section-meta{display:flex;flex-direction:column;align-items:flex-end;gap:2px;font-size:13px;color:var(--muted);text-align:right}.survey-root .section-meta span:last-child{font-weight:600;color:var(--primary)}.survey-root .section-title{display:flex;align-items:center;margin:0 0 8px;font-size:clamp(1.65rem,1.45rem+.75vw,2.5rem);line-height:1.08;font-weight:650;letter-spacing:-.01em}.survey-root .section-title span{display:inline-flex;align-items:center}.survey-root .section-icon-wrap{display:inline-flex;align-items:center;justify-content:center;height:calc(1em + 12px);min-width:calc(1em + 24px);padding:4px 18px 4px 12px;margin-right:18px;border-radius:16px;background:rgba(43,108,176,.12);flex-shrink:0}.survey-root .section-icon{width:1em;height:1em;color:var(--primary)}@media (max-width:640px){.section-title{font-size:1.6rem;line-height:1.12}}.survey-root .card h2{margin:0 0 6px}.survey-root .hero-section{padding:0;overflow:hidden}.survey-root .hero-section .hero-layout{display:grid;grid-auto-rows:minmax(0,1fr);align-items:stretch;background:var(--paper);height:100%}.survey-root .hero-section .hero-layout.hero-layout--panel{grid-template-columns:minmax(280px,360px) minmax(0,1fr)}.survey-root .hero-section .hero-layout.hero-layout--panel-right{grid-template-columns:minmax(0,1fr) minmax(280px,360px)}.survey-root .hero-section .hero-layout.hero-layout--panel-bottom{grid-template-columns:1fr;grid-auto-rows:auto}.survey-root .hero-section .card-head{border-bottom:1px solid rgba(148,163,184,.2);margin:0}.survey-root .hero-panel{position:relative;padding:36px 32px;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;min-height:360px;height:100%;align-self:stretch;overflow:hidden}.survey-root .hero-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--hero-image,var(--hero-gradient));background-size:cover;background-position:var(--hero-image-position,center);pointer-events:none}.survey-root .hero-panel:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--hero-overlay,rgba(15,23,42,.45));pointer-events:none}.survey-root .hero-panel-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;pointer-events:none}.survey-root .hero-panel-body{position:relative;z-index:1;display:flex;flex-direction:column;gap:18px}.survey-root .hero-badge{display:inline-flex;align-items:center;gap:10px;background:var(--hero-badge-tint,rgba(255,255,255,.16));padding:10px 16px;border-radius:999px;font-size:13px;font-weight:600;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.survey-root .hero-badge-indicator{width:10px;height:10px;border-radius:50%;background:var(--hero-accent,#0f172a)}.survey-root .hero-headline{margin:0;font-size:28px;line-height:1.2;font-weight:700;color:#fff}.survey-root .hero-subheadline{margin:0;color:#ffffffe0;font-size:15px;line-height:1.6;max-width:320px}.survey-root .hero-cta{display:inline-flex;align-items:center;gap:10px;padding:14px 18px;border-radius:14px;background:var(--hero-accent,#0f172a);color:#fff;font-weight:600;font-size:15px;text-decoration:none;box-shadow:0 12px 22px #0f172a73;transition:transform .2s ease,box-shadow .2s ease}.survey-root .hero-cta:hover{transform:translateY(-1px);box-shadow:0 18px 30px #0f172a80}.survey-root .hero-cta.ghost{background:rgba(15,23,42,.16);box-shadow:none;color:#fff}.survey-root .hero-cta-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:rgba(255,255,255,.18);font-size:16px}.survey-root .hero-content{padding:20px 32px 32px;display:flex;flex-direction:column;gap:18px;min-height:100%}.survey-root .hero-lead{margin:0;font-size:15px;color:var(--muted)}.survey-root .hero-question-grid{display:flex;flex-direction:column;gap:18px;width:100%;flex:1 1 auto}.survey-root .hero-footnote{margin-top:auto;padding-top:4px;font-size:13px;color:var(--muted)}.survey-root .hero-section .admin-question-wrapper .qc{height:100%}.survey-root .hero-section .admin-question-wrapper.selected .qc{box-shadow:0 16px 30px #2563eb29}.survey-root .hero-layout--panel-right .hero-panel{order:2}.survey-root .hero-layout--panel-right .hero-content,.survey-root .hero-layout--panel-bottom .hero-panel{order:1}.survey-root .hero-layout--panel-bottom .hero-content{order:2}.survey-root .hero-panel--stacked{min-height:280px}.survey-root .hero-content--panel-stacked{padding-top:24px}@media (max-width:960px){.survey-root .hero-section .hero-layout{grid-template-columns:1fr;grid-auto-rows:auto}.survey-root .hero-panel{min-height:260px;padding:28px 24px;height:auto}.survey-root .hero-content{padding:24px;min-height:auto}}@media (max-width:640px){.survey-root .hero-question-grid{gap:16px}.survey-root .hero-panel{min-height:220px}}.survey-root .lead{margin:0 0 12px;color:var(--muted)}.survey-root .fieldset{display:grid;gap:16px}.survey-root .fieldset>.admin-question-wrapper{position:relative;padding-top:8px}.survey-root .fieldset>.admin-question-wrapper:before{content:"";position:absolute;left:0;right:0;top:-8px;height:1px;background:rgba(15,23,42,.08)}.survey-root .fieldset>.admin-question-wrapper:first-child{padding-top:0}.survey-root .fieldset>.admin-question-wrapper:first-child:before{display:none}.survey-root .card-radio-group{display:grid;gap:10px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.survey-root .card-radio-item{position:relative;height:inherit}.survey-root .card-radio-item>.card-radio{height:100%}.survey-root .card-radio{position:relative;display:flex;flex-direction:column;gap:8px;padding:14px;border-radius:14px;border:1px solid var(--border);background:rgba(255,255,255,.95);box-shadow:0 2px 4px #0f172a0a;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background .2s ease;height:inherit}.survey-root .card-radio:hover{border-color:var(--primary);box-shadow:0 6px 16px #2563eb2e;transform:translateY(-1px)}.survey-root .card-radio.selected{border-color:rgba(var(--primary-rgb),.65);background:linear-gradient(140deg,rgba(var(--primary-rgb),.14) 0%,rgba(255,255,255,.98) 55%,rgba(255,255,255,.95) 100%);box-shadow:0 10px 26px #2563eb33}.survey-root .card-radio-input{position:absolute;opacity:0;pointer-events:none}.survey-root .card-radio--image{padding:0;border:1px solid rgba(255,255,255,.32);background:transparent;overflow:hidden;min-height:200px;color:#fff}.survey-root .card-radio--image .card-radio-content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;gap:8px;padding:20px 20px 18px;min-height:200px}.survey-root .card-radio--image .card-radio-title{color:#fff}.survey-root .card-radio--image .card-radio-description,.card-radio--image .card-radio-detail{color:#ffffffd9}.survey-root .card-radio--image:hover{border-color:#fff9;box-shadow:0 14px 28px #0f172a59;transform:translateY(-1px)}.survey-root .card-radio--image .card-radio-text{gap:6px}.survey-root .card-radio-media,.card-radio-veil{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;transition:transform .35s ease,opacity .3s ease}.survey-root .card-radio-media{background-image:var(--card-image);background-size:cover;background-position:center;transform:scale(1);filter:blur(0)}.survey-root .card-radio-veil{background:linear-gradient(180deg,rgba(8,15,37,.2) 12%,rgba(10,18,38,.6) 55%,rgba(5,10,24,.82) 100%);opacity:.33}.survey-root .card-radio-dim{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:rgba(255,255,255,.45);pointer-events:none;opacity:1;transition:opacity .2s ease}.survey-root .card-radio--dimmed:hover .card-radio-dim,.card-radio--dimmed:focus-within .card-radio-dim{opacity:.35}.survey-root .card-radio--image:hover .card-radio-media,.card-radio--image:focus-within .card-radio-media{transform:scale(1.05)}.survey-root .card-radio-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:inherit;pointer-events:none;transition:transform .35s ease}.survey-root .card-radio--image:hover .card-radio-video,.card-radio--image:focus-within .card-radio-video{transform:scale(1.05)}.survey-root .card-radio--image:hover .card-radio-veil,.card-radio--image:focus-within .card-radio-veil{opacity:1}.survey-root .card-selection-indicator{position:absolute;top:10px;right:12px;display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;color:var(--primary);pointer-events:none;text-shadow:0 4px 8px rgba(11,19,43,.28);transform:translateY(-1px)}.survey-root .card-selection-indicator svg{width:18px;height:18px}.survey-root .card-radio-icon{position:absolute;bottom:12px;right:12px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:12px;background:rgba(43,108,176,.08);color:var(--primary)}.survey-root .card-radio-icon svg{width:20px;height:20px}.survey-root .card-radio-heading{display:flex;align-items:flex-start;gap:10px;flex-wrap:wrap}.survey-root .card-radio-heading__main{display:inline-flex;align-items:flex-start;gap:8px;min-width:0}.survey-root .card-radio-heading--with-icon .card-radio-heading__main{align-items:center}.survey-root .card-radio-price{font-size:12px;font-weight:500;color:var(--muted)}.survey-root .card-radio--image .card-radio-price{color:#ffffffd9}.survey-root .card-radio-icon--inline{position:static;top:auto;right:auto;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:12px;background:rgba(15,23,42,.55);color:#fff;box-shadow:0 6px 12px #0f172a38}.survey-root .card-radio-icon--inline svg{width:20px;height:20px}.survey-root .card-radio-content{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0}.survey-root .card-radio-text{display:flex;flex-direction:column;gap:4px}.survey-root .card-radio-title{font-weight:600;font-size:15px;color:var(--ink)}.survey-root .card-radio-description{font-size:13px;color:var(--muted)}.survey-root .card-radio-detail{margin-top:6px;font-size:12px;color:var(--muted);line-height:1.4}.survey-root .card-radio--hover-detail .card-radio-content{padding-right:0}.survey-root .card-radio-text--compact{gap:2px}.survey-root .card-radio-hover-box{position:absolute;bottom:calc(100% + 8px);right:0;min-width:220px;max-width:260px;padding:12px 14px;border-radius:12px;border:1px solid rgba(37,99,235,.2);background:#fff;box-shadow:0 16px 34px #2563eb2e;color:var(--muted);font-size:12.5px;line-height:1.45;opacity:0;pointer-events:none;transform:translateY(4px);transition:opacity .2s ease,transform .2s ease;z-index:5}.survey-root .card-radio-item:hover .card-radio-hover-box,.card-radio-item:focus-within .card-radio-hover-box{opacity:1;transform:translateY(0)}@media (max-width:640px){.card-radio-hover-box{max-width:240px}}.survey-root .card-radio.selected:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:14px;box-shadow:0 8px 18px #2563eb40;pointer-events:none}@media (max-width:640px){.card-radio-group{grid-template-columns:1fr}.card-radio{padding:12px}}.survey-root .card-radio-group.fit-to-width{grid-template-columns:repeat(var(--option-count),1fr)}.survey-root .card-radio-group.fit-to-width .card-radio{padding:10px 8px;text-align:center;justify-content:center;align-items:center}.survey-root .card-radio-group.fit-to-width .card-radio-content{align-items:center}.survey-root .card-radio-group.fit-to-width .card-radio-title{font-size:14px}@media (max-width:640px){.survey-root .card-radio-group.fit-to-width{grid-template-columns:repeat(auto-fit,minmax(48px,1fr))}}.survey-root .kicker{font-size:var(--label-size);text-transform:var(--label-transform);font-weight:var(--label-weight);letter-spacing:.04em;color:var(--muted);margin-bottom:0}.survey-root .qc-required{color:#ef4444;margin-left:2px;font-weight:600}.survey-root .qc-header{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.survey-root .qc-header-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;min-width:0}.survey-root .qc-help-inline{font-size:12px;color:var(--muted);line-height:1.45;display:flex;flex-direction:column;gap:2px}.survey-root .qc-help-inline__note{color:var(--muted);opacity:.85}.survey-root .compare-button{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:999px;border:1px solid rgba(148,163,184,.6);background:rgba(255,255,255,.9);font-size:12px;font-weight:600;color:#1d4ed8;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.survey-root .compare-button svg{width:16px;height:16px}.survey-root .compare-button:hover{background:rgba(226,239,255,.85);color:#1e3a8a;border-color:#3b82f68c;transform:translateY(-1px)}.survey-root .compare-button:focus-visible{outline:2px solid rgba(59,130,246,.45);outline-offset:2px}.survey-root .help{color:var(--muted);font-size:14px;margin-top:6px}.survey-root .input{width:140px;height:40px;padding:8px 12px;border-radius:8px;border:1px solid #c9d7e7;box-sizing:border-box;font-size:14px;line-height:20px}.survey-root .qc>.input{width:100%}.survey-root .qc-number-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.survey-root .qc-number-row .input{flex:0 0 auto}.survey-root .qc-number-math{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--muted)}.survey-root .qc-number-math .qc-number-unit{white-space:nowrap}.survey-root .qc-number-math .qc-number-total{color:var(--ink);font-weight:600;white-space:nowrap}.survey-root .qc-number-math .qc-number-total.muted{color:var(--muted);font-weight:500}.survey-root .qc-number-symbol{font-weight:600;color:var(--muted)}.survey-root .qc-action-button{display:flex;flex-direction:column;gap:8px;align-items:flex-start;margin-top:8px}.survey-root .qc-action-progress{display:inline-flex;align-items:center;gap:8px;font-weight:600}.survey-root .qc-action-progress svg{width:16px;height:16px}.survey-root .qc-action-progress-time{margin-left:6px;font-weight:600;color:#ffffffd9}.survey-root .qc-action-feedback{font-size:13px;line-height:1.4;color:var(--muted)}.survey-root .qc-action-feedback.success{color:#047857}.survey-root .qc-action-feedback.error{color:#b91c1c}@media (max-width:640px){.survey-root .qc-number-row{flex-direction:column;align-items:flex-start;gap:6px}.survey-root .qc-number-math{gap:6px}}@media (max-width:768px){.survey-root .compare-modal-overlay{padding:20px}.survey-root .compare-modal-card{max-width:100%;max-height:90vh}.survey-root .compare-modal-body{overflow:auto;padding-right:0}.survey-root .compare-options-grid{grid-auto-columns:minmax(240px,1fr)}}.survey-root .pill{display:flex;align-items:center;gap:8px;padding:6px 10px;border:1px solid var(--border);border-radius:999px;background:var(--paper)}.survey-root .pill-label{display:inline-flex;align-items:baseline;gap:6px;color:var(--ink)}.survey-root .pill-label__price{font-size:12px;color:var(--muted)}.survey-root .muted{color:var(--muted)}.small{font-size:12px;color:var(--muted)}.survey-root .attachment-control{display:flex;flex-direction:column;gap:16px;margin-top:12px}.survey-root .attachment-dropzone{border:1px dashed rgba(59,130,246,.45);background:rgba(59,130,246,.06);border-radius:20px;padding:20px 24px;display:flex;align-items:flex-start;gap:16px;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease;cursor:pointer}.survey-root .attachment-dropzone.is-disabled{opacity:.55;cursor:not-allowed}.survey-root .attachment-dropzone.is-dragging{background:rgba(59,130,246,.12);border-color:#3b82f6a6;box-shadow:0 12px 26px #2563eb29}.survey-root .attachment-drop-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:16px;background:rgba(59,130,246,.18);color:#1d4ed8;flex-shrink:0}.survey-root .attachment-drop-icon svg{width:24px;height:24px}.survey-root .attachment-drop-copy{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--ink);flex-wrap:wrap}.survey-root .attachment-drop-copy .primary{font-weight:600}.survey-root .attachment-drop-copy .secondary{color:var(--muted);text-transform:uppercase;font-size:11px;letter-spacing:.08em}.survey-root .attachment-browse-button{border:1px solid rgba(59,130,246,.5);background:#fff;color:#1d4ed8;font-weight:600;padding:6px 14px;border-radius:999px;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease}.survey-root .attachment-browse-button:hover{background:rgba(226,239,255,.9);border-color:#3b82f6b3}.survey-root .inline-rename-field{display:flex;align-items:center;gap:8px}.survey-root .inline-rename-field .input{flex:1;min-width:0}.survey-root .inline-rename-field .inline-rename-actions{display:flex;gap:6px}.survey-root .inline-rename-field .icon-button{border-radius:999px;border:1px solid var(--border);background:var(--paper);padding:6px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;color:var(--muted);transition:background .15s ease,border-color .15s ease,color .15s ease}.survey-root .inline-rename-field .icon-button svg{width:16px;height:16px}.survey-root .inline-rename-field .icon-button:hover{border-color:#2563eb80;color:#2563eb;background:rgba(37,99,235,.08)}.survey-root .inline-rename-field .icon-button.confirm{border-color:#10b98180;color:#047857}.survey-root .inline-rename-field .icon-button.confirm:hover{background:rgba(16,185,129,.12);border-color:#10b981a6;color:#065f46}.survey-root .inline-rename-field .icon-button.cancel{border-color:#f8717180;color:#b91c1c}.survey-root .inline-rename-field .icon-button.cancel:hover{background:rgba(248,113,113,.12);border-color:#f87171a6;color:#7f1d1d}.survey-root .attachment-browse-button:disabled{opacity:.5;cursor:not-allowed}.survey-root .attachment-drop-body{display:flex;flex-direction:column;gap:12px;flex:1;min-width:0}.survey-root .attachment-drop-row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.survey-root .attachment-drop-link-form{display:flex;align-items:center;gap:12px;flex-wrap:nowrap;pointer-events:auto}.survey-root .attachment-link-input{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:12px;border:1px solid rgba(59,130,246,.35);background:rgba(255,255,255,.92);min-width:260px;flex:1}.survey-root .attachment-link-icon{display:inline-flex;color:#3b82f6bf}.survey-root .attachment-link-icon svg{width:18px;height:18px}.survey-root .attachment-link-input input{border:none;background:transparent;flex:1;font:inherit;color:var(--ink);outline:none}.survey-root .attachment-link-submit{border:none;border-radius:12px;background:#1d4ed8;color:#fff;font-weight:600;padding:8px 16px;cursor:pointer;transition:background .18s ease,transform .18s ease}.survey-root .attachment-link-submit:disabled{opacity:.6;cursor:not-allowed}.survey-root .attachment-link-submit:not(:disabled):hover{background:#1e3a8a;transform:translateY(-1px)}.survey-root .attachment-grid{display:flex;flex-direction:column;gap:12px}.survey-root .attachment-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;padding:14px 16px;border:1px solid rgba(148,163,184,.35);border-radius:16px;background:rgba(255,255,255,.92);box-shadow:0 8px 16px #0f172a0d}.survey-root .attachment-row.is-pending{background:rgba(249,250,251,.9)}.survey-root .attachment-thumb{position:relative;width:60px;height:60px;border-radius:14px;background:rgba(148,163,184,.12);display:flex;align-items:center;justify-content:center;overflow:hidden}.survey-root .attachment-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.survey-root .attachment-thumb svg{width:28px;height:28px;color:#3b82f6a6}.survey-root .attachment-thumb-button{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%;border:none;background:transparent;padding:0;cursor:pointer}.survey-root .attachment-thumb-button:disabled{cursor:default;opacity:.6}.survey-root .attachment-thumb-button:focus-visible{outline:2px solid rgba(59,130,246,.55);outline-offset:2px}.survey-root .attachment-thumb-overlay{position:absolute;right:6px;bottom:6px;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:rgba(15,23,42,.7);color:#fff;box-shadow:0 12px 24px #0f172a38;opacity:0;transform:translateY(2px);transition:opacity .18s ease,transform .18s ease}.survey-root .attachment-thumb-overlay svg{width:16px;height:16px}.survey-root .attachment-thumb-button:hover .attachment-thumb-overlay,.survey-root .attachment-thumb-button:focus-visible .attachment-thumb-overlay{opacity:1;transform:translateY(0)}.survey-root .attachment-thumb-button:disabled .attachment-thumb-overlay{display:none}.survey-root .attachment-meta{display:flex;flex-direction:column;gap:4px;min-width:0}.survey-root .attachment-meta-primary{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.survey-root .attachment-meta-secondary{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:12px;color:var(--muted)}.survey-root .attachment-name{font-weight:600;color:var(--ink);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.survey-root .attachment-size{font-size:12px;color:var(--muted)}.survey-root .attachment-error{color:#b91c1c;font-size:12px;margin:0}.survey-root .attachment-source{font-weight:500}.survey-root .attachment-mime{opacity:.7}.survey-root .attachment-actions{display:flex;align-items:center;gap:12px}.survey-root .attachment-action{font-size:13px;font-weight:600;color:#1d4ed8;text-decoration:none;background:transparent;border:none;padding:0;cursor:pointer}.survey-root .attachment-action:hover{text-decoration:underline}.survey-root .attachment-action.destructive{color:#b91c1c}.survey-root .attachment-action.muted{color:var(--muted);font-weight:500;cursor:default}.survey-root .attachment-empty{padding:20px;border:1px dashed rgba(148,163,184,.4);border-radius:14px;text-align:center;font-size:13px;color:var(--muted);background:rgba(248,250,252,.6)}.survey-root .attachment-limit{font-size:12px;color:var(--muted)}.survey-root .attachment-limit strong{color:#1d4ed8}.survey-root .attachment-advisor-panel{margin-top:16px;border:1px solid rgba(148,163,184,.35);border-radius:16px;background:rgba(248,250,252,.7);padding:16px;display:flex;flex-direction:column;gap:16px}.survey-root .attachment-advisor-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.survey-root .attachment-advisor-title{margin:0;font-size:15px;font-weight:600;color:var(--ink)}.survey-root .attachment-advisor-meta{font-size:12px;color:var(--muted)}.survey-root .attachment-advisor-progress{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--muted)}.survey-root .attachment-advisor-spinner{width:14px;height:14px;color:#1d4ed8;animation:spin .8s linear infinite}.survey-root .attachment-advisor-timer{font-size:12px;color:#1d4ed8;font-variant-numeric:tabular-nums}.survey-root .attachment-advisor-error{margin:0;color:#b91c1c;font-size:13px}.survey-root .attachment-advisor-empty{margin:0;color:var(--muted);font-size:13px}.survey-root .attachment-advisor-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}.survey-root .attachment-advisor-card{border:1px solid rgba(148,163,184,.28);border-radius:18px;background:#fff;padding:18px 20px;display:flex;flex-direction:column;gap:18px;box-shadow:0 12px 24px #0f172a0f}.survey-root .attachment-advisor-card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.survey-root .attachment-advisor-card-label{font-weight:600;color:var(--ink)}.survey-root .attachment-advisor-card-meta{font-size:11px;color:var(--muted)}.survey-root .attachment-advisor-card-body{display:flex;flex-direction:column;gap:18px}.survey-root .attachment-advisor-current{border:1px solid rgba(59,130,246,.18);background:linear-gradient(141deg,rgba(59,130,246,.08),rgba(255,255,255,.85));border-radius:14px;padding:16px;display:flex;flex-direction:column;gap:8px}.survey-root .attachment-advisor-current-title{margin:0;font-size:13px;font-weight:700;color:#1d4ed8;text-transform:uppercase;letter-spacing:.05em}.survey-root .attachment-advisor-current-copy{margin:0;font-size:13px;color:var(--ink);line-height:1.5}.survey-root .attachment-advisor-tier-grid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.survey-root .attachment-advisor-tier-card{border:1px solid rgba(148,163,184,.35);border-radius:18px;padding:18px;display:flex;flex-direction:column;gap:14px;background:#fff;box-shadow:inset 0 1px #fffc}.survey-root .attachment-advisor-tier-heading{display:flex;flex-direction:column;gap:6px}.survey-root .attachment-advisor-tier-name{font-size:12px;font-weight:700;color:#1d4ed8;text-transform:uppercase;letter-spacing:.06em}.survey-root .attachment-advisor-tier-headline{margin:0;font-size:16px;font-weight:600;color:var(--ink);line-height:1.3}.survey-root .attachment-advisor-tier-experience{margin:0;font-size:13px;color:var(--ink);line-height:1.5}.survey-root .attachment-advisor-tier-enablers{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.survey-root .attachment-advisor-tier-enablers li{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--muted);line-height:1.4}.survey-root .attachment-advisor-tier-enablers li:before{content:"✓";color:#16a34a;font-weight:700;font-size:13px;margin-top:2px}.survey-root .attachment-advisor-tier-worth{margin:0;font-size:12px;color:#0f172a;opacity:.85}.survey-root .attachment-advisor-tier-worth-label{font-weight:600;color:#1f2937;text-transform:uppercase;font-size:11px;letter-spacing:.04em;margin-right:4px}.survey-root .attachment-advisor-card-empty{margin:0;font-size:13px;color:var(--muted)}.survey-root .attachment-answer-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.survey-root .attachment-answer-item{display:flex;flex-direction:column;gap:2px}.survey-root .attachment-answer-link{color:#1d4ed8;font-weight:600;text-decoration:none}.survey-root .attachment-answer-link:hover{text-decoration:underline}.survey-root .attachment-answer-name{font-weight:600;color:var(--ink)}.survey-root .attachment-answer-meta{font-size:12px;color:var(--muted)}.survey-root .attachment-confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(15,23,42,.45);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:24px;z-index:420}.survey-root .attachment-confirm-card{background:var(--paper);border-radius:20px;border:1px solid rgba(226,232,240,.8);box-shadow:0 24px 48px #0f172a38;padding:24px 28px;max-width:420px;width:100%;display:flex;flex-direction:column;gap:18px}.survey-root .attachment-confirm-title{margin:0;font-size:20px;font-weight:600;color:var(--ink)}.survey-root .attachment-confirm-message{margin:0;color:var(--muted);font-size:15px;line-height:1.5}.survey-root .attachment-confirm-message strong{color:var(--ink)}.survey-root .attachment-confirm-actions{display:flex;justify-content:flex-end;gap:12px}.survey-root .btn-secondary{border:1px solid rgba(148,163,184,.5);background:#fff;color:var(--ink);font-weight:600;padding:8px 16px;border-radius:12px;cursor:pointer;transition:background .18s ease,transform .18s ease}.survey-root .btn-secondary:hover{background:rgba(226,239,255,.6);transform:translateY(-1px)}.survey-root .btn-secondary:disabled{opacity:.6;cursor:default;transform:none}.survey-root .btn-destructive{border:none;background:#b91c1c;color:#fff;font-weight:700;padding:8px 16px;border-radius:12px;cursor:pointer;transition:background .18s ease,transform .18s ease}.survey-root .btn-destructive:hover{background:#991b1b;transform:translateY(-1px)}.survey-root .btn-destructive:disabled{opacity:.6;cursor:default;transform:none}@media (max-width:480px){.survey-root .attachment-confirm-card{padding:20px;gap:14px}.survey-root .attachment-confirm-actions{flex-direction:column;align-items:stretch}.survey-root .btn-secondary,.btn-destructive{width:100%}}.survey-root .attachment-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(15,23,42,.45);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;padding:40px;z-index:400}.survey-root .attachment-preview-card{position:relative;display:flex;flex-direction:column;gap:12px;background:var(--paper);border-radius:24px;box-shadow:0 32px 64px #0f172a47;max-width:960px;width:min(960px,100%);max-height:90vh;height:min(760px,90vh);overflow:hidden;border:1px solid rgba(226,232,240,.92);padding:32px 32px 36px}.survey-root .attachment-preview-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.survey-root .attachment-preview-heading{display:flex;flex-direction:column;gap:6px;min-width:0}.survey-root .attachment-preview-close{width:36px;height:36px;border-radius:12px;border:none;background:rgba(15,23,42,.08);color:var(--ink);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s ease,transform .18s ease}.survey-root .attachment-preview-close:hover{background:rgba(15,23,42,.16);transform:translateY(-1px)}.survey-root .attachment-preview-close svg{width:20px;height:20px}.survey-root .attachment-preview-title{margin:0;font-size:20px;font-weight:600;color:var(--ink);word-break:break-word}.survey-root .attachment-preview-summary{margin:0;font-size:14px;color:var(--muted)}.survey-root .attachment-preview-tabs-header{display:flex;align-items:center;justify-content:space-between}.survey-root .attachment-preview-tabs-title{margin:0;font-size:12px;font-weight:700;color:#475569d9;letter-spacing:.08em;text-transform:uppercase}.survey-root .attachment-preview-tablist{display:flex;gap:8px;flex-wrap:wrap;overflow-x:auto;padding-bottom:2px}.survey-root .attachment-preview-tablist::-webkit-scrollbar{height:6px}.survey-root .attachment-preview-tablist::-webkit-scrollbar-thumb{background:rgba(148,163,184,.45);border-radius:999px}.survey-root .attachment-preview-tab{border:none;border-radius:999px;padding:6px 14px;font-size:13px;font-weight:600;background:rgba(148,163,184,.16);color:var(--muted);cursor:pointer;transition:background .18s ease,color .18s ease}.survey-root .attachment-preview-tab:hover{background:rgba(59,130,246,.18);color:#1d4ed8}.survey-root .attachment-preview-tab.is-active,.attachment-preview-tab[aria-selected=true]{background:rgba(59,130,246,.15);color:#1d4ed8;box-shadow:inset 0 0 0 1px #3b82f647}.survey-root .attachment-preview-panel{flex:1 1 0;display:flex;flex-direction:column;gap:0;min-height:0;overflow:auto}.survey-root .attachment-preview-panel-content{display:flex;flex-direction:column;gap:16px;font-size:14px;color:var(--ink);padding-top:4px;padding-bottom:12px;min-height:100%;flex:1 1 auto}.survey-root .attachment-preview-panel-content.is-image{padding:0;gap:0;flex:1 1 auto}.survey-root .attachment-preview-image-panel{display:flex;flex:1 1 auto;align-items:center;justify-content:center;background:transparent;border-radius:18px;padding:0;margin:0;min-height:0;height:100%}.survey-root .attachment-preview-image-panel img{width:100%;height:100%;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;border-radius:18px;box-shadow:0 18px 40px #0f172a38}.survey-root .attachment-preview-image-panel.is-placeholder{flex-direction:column;gap:12px;color:var(--muted);text-align:center}.survey-root .attachment-preview-image-panel.is-placeholder svg{width:64px;height:64px;color:#3b82f68c}.survey-root .attachment-preview-image-panel.is-placeholder p{margin:0;font-size:14px}.survey-root .attachment-preview-pill{display:inline-flex;align-items:center;gap:8px;background:rgba(59,130,246,.12);color:#1d4ed8;font-weight:600;font-size:12px;padding:6px 12px;border-radius:999px;text-transform:capitalize;letter-spacing:.02em;width:-moz-fit-content;width:fit-content;max-width:100%}.survey-root .attachment-preview-pill-confidence{color:#0f172abf}.survey-root .attachment-preview-tags{display:flex;flex-wrap:wrap;gap:6px}.survey-root .attachment-preview-tag{background:rgba(15,23,42,.08);color:var(--ink);padding:4px 10px;border-radius:999px;font-size:12px;font-weight:500}.survey-root .attachment-preview-section{display:flex;flex-direction:column;gap:8px;background:rgba(248,250,252,.72);padding:12px 14px;border-radius:12px;border:1px solid rgba(226,232,240,.8)}.survey-root .attachment-preview-section h3{margin:0;font-size:12px;font-weight:700;color:#475569e6;letter-spacing:.04em;text-transform:uppercase}.survey-root .attachment-preview-section ul{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:4px}.survey-root .attachment-preview-section li{list-style:disc}.survey-root .attachment-preview-empty{margin:0;font-size:13px;color:var(--muted)}.survey-root .attachment-preview-json{margin:0;font-family:var(--code-font,SFMono-Regular,Consolas,Menlo,monospace);font-size:12px;line-height:1.5;white-space:pre;overflow:auto;max-height:220px;padding:12px;border-radius:12px;background:rgba(15,23,42,.04);border:1px solid rgba(148,163,184,.25)}.survey-root .attachment-preview-details{margin:0;display:grid;gap:12px;font-size:14px;color:var(--ink)}.survey-root .attachment-preview-details dt{font-weight:600;color:var(--muted);margin:0}.survey-root .attachment-preview-details dd{margin:0}.survey-root .attachment-preview-details dd+dt{margin-top:4px}@media (max-width:900px){.survey-root .attachment-preview-card{height:min(680px,90vh);max-height:90vh;padding:24px 24px 28px}}@media (max-width:640px){.survey-root .attachment-preview-overlay{padding:20px}.survey-root .attachment-preview-card{height:min(620px,90vh);border-radius:18px;padding:20px}}.survey-root .auth-gate{min-height:calc(100vh - 140px);display:flex;align-items:center;justify-content:center;padding:40px 20px;background:linear-gradient(135deg,rgba(59,130,246,.05) 0%,rgba(255,255,255,.9) 65%)}.survey-root .auth-gate__card{max-width:420px;width:100%;background:rgba(255,255,255,.95);border:1px solid rgba(148,163,184,.32);border-radius:24px;box-shadow:0 18px 45px #0f172a1f;padding:32px 36px;text-align:center;display:flex;flex-direction:column;gap:16px;color:var(--ink)}.survey-root .auth-gate__title{font-size:24px;font-weight:700;color:#1e3a8a;margin:0}.survey-root .auth-gate__message{font-size:15px;color:var(--muted);margin:0}.survey-root .auth-gate__button{align-self:center;margin-top:8px;border:none;border-radius:999px;background:#1d4ed8;color:#fff;font-weight:600;padding:10px 26px;font-size:15px;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.survey-root .auth-gate__button:hover{transform:translateY(-1px);box-shadow:0 14px 32px #2563eb38;background:#1e3a8a}.survey-root .auth-gate__button:focus-visible{outline:2px solid rgba(59,130,246,.55);outline-offset:3px}@media (max-width:640px){.survey-root .attachment-dropzone{flex-direction:column;align-items:flex-start;text-align:left}.survey-root .attachment-drop-copy{justify-content:flex-start}.survey-root .attachment-actions{gap:8px}.survey-root .attachment-row{grid-template-columns:1fr;gap:12px}.survey-root .attachment-thumb{width:100%;height:180px;max-height:180px}.survey-root .attachment-actions{justify-content:flex-start}}.survey-root .estimate{position:sticky;top:96px;align-self:start}.survey-root .panel-title-actions{display:flex;align-items:center;gap:8px}.survey-root .panel{background:var(--paper);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:16px}.survey-root .estimate-summary--embedded{margin-top:20px;box-shadow:none}.survey-root .panel-head{display:flex;flex-direction:column;align-items:stretch;gap:8px;margin-bottom:16px}.survey-root .panel-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.survey-root .panel-title-row .kicker{margin-bottom:0}.survey-root .icon-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;border:1px solid rgba(203,213,225,.8);background:rgba(255,255,255,.95);color:var(--primary);cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0f172a0d}.survey-root .icon-btn:hover{border-color:var(--primary);background:rgba(226,239,255,.6)}.survey-root .icon-btn svg{width:20px;height:20px}.survey-root .modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(15,23,42,.35);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:50px;z-index:160}[data-radix-popper-content-wrapper]{z-index:200!important}.survey-root .modal-card{background:var(--paper);border-radius:20px;box-shadow:0 30px 60px #0f172a38;max-width:640px;width:100%;border:1px solid rgba(226,232,240,.9)}.survey-root .modal-card--sm{max-width:420px}.survey-root .modal-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:24px 24px 12px;margin-bottom:12px}.survey-root .modal-header-actions{display:flex;align-items:center;gap:12px}.survey-root .modal-card .modal-header{background:linear-gradient(135deg,rgba(43,108,176,.18) 0%,rgba(255,255,255,.97) 55%,rgba(255,255,255,.99) 100%);border-top-left-radius:inherit;border-top-right-radius:inherit;box-shadow:inset 0 -1px #e2e8f0cc}.survey-root .modal-title{font-size:20px;font-weight:600;color:var(--ink)}.survey-root .modal-total{font-size:28px;font-weight:700;margin-top:4px}.survey-root .modal-subhead{margin:8px 0 0;color:var(--muted);font-size:14px;max-width:38ch}.survey-root .modal-body{padding:0 24px 24px}.survey-root .modal-footer{padding:0 24px 24px;display:flex;justify-content:flex-end;align-items:center;gap:12px}.survey-root .dev-flag-console{max-width:520px;width:min(520px,100%);display:flex;flex-direction:column}.survey-root .dev-flag-console__header{align-items:center}.survey-root .dev-flag-console__header-copy{display:flex;flex-direction:column;gap:4px}.survey-root .dev-flag-console__body{padding-bottom:16px;max-height:60vh;overflow:auto}.survey-root .dev-flag-console__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.survey-root .dev-flag-console__item{border:1px solid rgba(15,23,42,.08);border-radius:14px;background:rgba(248,250,252,.92);padding:12px 14px}.survey-root .dev-flag-console__toggle{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;cursor:pointer}.survey-root .dev-flag-console__copy{display:flex;flex-direction:column;gap:4px;max-width:100%}.survey-root .dev-flag-console__label{font-weight:600;color:var(--ink)}.survey-root .dev-flag-console__description{font-size:13px;color:var(--muted);line-height:1.35;max-width:44ch}.survey-root .dev-flag-console__actions{display:flex;align-items:center;gap:12px}.survey-root .dev-flag-console__checkbox{width:18px;height:18px;accent-color:var(--primary);cursor:pointer}.survey-root .dev-flag-console__button{border-radius:999px;border:1px solid rgba(var(--primary-rgb),.35);background:#fff;color:var(--muted);font-weight:600;padding:6px 14px;font-size:13px;cursor:pointer;transition:all .18s ease}.survey-root .dev-flag-console__button:hover{transform:translateY(-1px);box-shadow:0 10px 24px #0f172a14}.survey-root .dev-flag-console__button.is-on{background:rgba(var(--primary-rgb),.16);color:var(--primary);border-color:rgba(var(--primary-rgb),.65)}.survey-root .dev-flag-console__footer{justify-content:space-between}.survey-root .dev-flag-console__close,.dev-flag-console__reset{font:inherit;font-weight:600;border-radius:10px;border:1px solid rgba(15,23,42,.08);background:rgba(15,23,42,.04);color:var(--ink);padding:8px 14px;cursor:pointer;transition:background .18s ease,transform .18s ease,box-shadow .18s ease}.survey-root .dev-flag-console__close:hover,.dev-flag-console__reset:hover{background:rgba(var(--primary-rgb),.12);transform:translateY(-1px);box-shadow:0 12px 28px #0f172a1f}.survey-root .dev-flag-console__close:focus-visible,.dev-flag-console__reset:focus-visible,.dev-flag-console__button:focus-visible{outline:2px solid rgba(var(--primary-rgb),.6);outline-offset:2px}.survey-root .compare-modal-overlay{padding:40px}.survey-root .compare-modal-card{max-width:1180px;width:100%;display:flex;flex-direction:column;max-height:90vh;overflow:hidden}.survey-root .compare-modal-header{align-items:center}.survey-root .compare-modal-subhead{margin:6px 0 0;font-size:14px;color:var(--muted)}.survey-root .compare-modal-body{padding-top:12px;flex:1;overflow:auto;padding-right:4px}.survey-root .compare-options-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,1fr);gap:16px;padding-bottom:12px;overflow-x:auto;scrollbar-width:thin}.survey-root .compare-options-grid::-webkit-scrollbar{height:8px}.survey-root .compare-options-grid::-webkit-scrollbar-thumb{background:rgba(148,163,184,.6);border-radius:20px}.survey-root .compare-option-card{display:flex;flex-direction:column;gap:14px;border-radius:16px;border:1px solid rgba(226,232,240,.9);padding:18px;background:rgba(255,255,255,.96);box-shadow:0 12px 26px #0f172a14;min-height:100%}.survey-root .compare-option-card--selected{border-color:#3b82f699;box-shadow:0 18px 34px #2563eb2e}.survey-root .compare-option-card__body{display:grid;grid-template-rows:auto auto auto auto 1fr;gap:14px;flex:1 1 auto;min-height:0}.survey-root .compare-option-card__media{position:relative;border-radius:14px;overflow:hidden;background:rgba(15,23,42,.06);aspect-ratio:4/3;min-height:180px}.survey-root .compare-option-card__media img,.compare-option-card__media video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.survey-root .compare-option-card__heading{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.survey-root .compare-option-card__title-group{flex:1;min-width:0}.survey-root .compare-option-card__title{margin:0;font-size:17px;font-weight:600;color:var(--ink)}.survey-root .compare-option-card__description{margin:6px 0 0;font-size:13px;color:var(--muted)}.survey-root .compare-option-card__selected-pill{padding:4px 10px;border-radius:999px;background:rgba(226,239,255,.9);font-size:12px;font-weight:600;color:#1d4ed8;white-space:nowrap}.survey-root .compare-option-card__pricing{display:flex;align-items:baseline;gap:8px;font-size:14px;color:var(--ink)}.survey-root .compare-option-card__price{font-weight:700;font-size:18px}.survey-root .compare-option-card__price--muted{font-weight:500;font-size:14px;color:var(--muted)}.survey-root .compare-option-card__price-meta{font-size:12px;color:var(--muted);letter-spacing:.04em;text-transform:uppercase}.survey-root .compare-option-card__price-meta--inline{font-weight:500}.survey-root .compare-option-card__price-meta-row{margin-top:-6px}.survey-root .compare-option-card__detail-grid{display:flex;flex-direction:column;gap:14px;flex:1 1 auto;min-height:0;overflow:auto;padding-right:6px;margin-right:-6px}.survey-root .compare-option-card__detail-stack{display:flex;flex-direction:column;gap:10px;min-height:0}.survey-root .compare-option-card__detail-stack--primary{flex:0 0 auto}.survey-root .compare-option-card__detail-stack--secondary{flex:1 1 auto;min-height:0}.survey-root .compare-option-card__detail{margin:0;font-size:14px;line-height:1.5;color:var(--ink)}.survey-root .compare-option-card__matrix-summary{margin:0;font-size:13px;color:var(--muted)}.survey-root .compare-option-card__matrix{margin:0;display:flex;flex-direction:column;gap:10px}.survey-root .compare-option-card__matrix-row{display:flex;flex-direction:column;gap:2px;font-size:13px;color:var(--ink)}.survey-root .compare-option-card__matrix-row dt{font-weight:600;color:var(--muted)}.survey-root .compare-option-card__matrix-row dd{margin:0;line-height:1.4}.survey-root .compare-option-card__actions{flex-shrink:0;margin-top:8px;padding-top:8px;border-top:1px solid rgba(226,232,240,.8)}.survey-root .compare-option-card__actions .btn{width:100%;justify-content:center}.survey-root .summary-table{width:100%;border-collapse:collapse;font-size:15px}.survey-root .summary-table th,.summary-table td{padding:12px 10px;text-align:left;border-bottom:1px solid rgba(226,232,240,.8)}.survey-root .summary-table td{text-align:right;white-space:nowrap}.survey-root .summary-table th:first-child{text-align:left}.survey-root .summary-table tr:last-child th,.summary-table tr:last-child td{border-bottom:none}.survey-root .summary-table .bar-cell{text-align:left;padding-left:18px}.survey-root .summary-table .bar-cell .bar-track{margin-left:0}.survey-root .bar-cell{width:220px}.survey-root .bar-track{position:relative;height:16px;background:rgba(226,232,240,.7);border-radius:999px;overflow:hidden}.survey-root .bar-fill{position:absolute;top:3px;bottom:3px;background:linear-gradient(90deg,var(--primary),var(--accent));border-radius:999px;min-width:16px;box-shadow:0 2px 6px #2b6cb040}@media (max-width:640px){.bar-cell{width:150px}}@media (max-width:600px){.survey-root .modal-overlay{padding:16px}.survey-root .modal-card{max-height:90vh;overflow:auto}.survey-root .modal-header{padding:20px 20px 10px}.survey-root .modal-body{padding:0 20px 20px}.survey-root .modal-total{font-size:24px}.survey-root .icon-btn{width:32px;height:32px}}.survey-root .modal-card.config-modal{display:flex;flex-direction:column;max-height:80vh;overflow:hidden}.survey-root .total{font-size:28px;font-weight:700;white-space:nowrap}.survey-root .total[data-placeholder=true]{white-space:normal;font-size:22px;line-height:1.3}.survey-root .panel-meta{font-size:14px;font-weight:500;margin:10px 0 6px}.survey-root .bar{height:8px;border-radius:999px;background:#eef2f7;overflow:hidden;margin:10px 0 8px}.survey-root .bar span{display:block;height:100%;background:linear-gradient(90deg,var(--primary),var(--accent))}.survey-root .subs .line-btn{display:flex;align-items:flex-start;gap:12px;width:100%;padding:10px 4px;border:none;border-top:1px dashed var(--border);background:transparent;text-align:left;cursor:pointer;font:inherit;color:inherit;transition:background .15s ease}.survey-root .subs .line-btn:hover{background:rgba(15,23,42,.04)}.survey-root .subs .line-btn:focus-visible{outline:2px solid rgba(43,108,176,.5);outline-offset:2px;background:rgba(226,239,255,.4)}.survey-root .subs .line-name{flex:1;font-weight:500}.survey-root .subs .line-range{margin-left:auto;white-space:nowrap;font-size:13px;color:var(--muted)}.survey-root .btn{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:10px;border:1px solid var(--border);background:var(--paper);cursor:pointer;transition:opacity .18s ease,transform .18s ease}.survey-root .btn:disabled,.survey-root .btn[disabled]{opacity:.6;cursor:not-allowed;pointer-events:none;transform:none}.survey-root .btn.ghost{background:transparent}.survey-root .btn.danger{background:linear-gradient(135deg,#f43f5e,#e11d48);color:#fff;border-color:transparent;box-shadow:0 8px 18px #e11d4847}.survey-root .btn.danger:hover{background:linear-gradient(135deg,#e11d48,#be123c)}.survey-root .btn.ghost.danger{border-color:#f8717199;color:#b91c1c;background:rgba(254,226,226,.24);box-shadow:none}.survey-root .btn.ghost.danger:hover{background:rgba(254,202,202,.32);border-color:#f87171b3}.survey-root .btn.ghost.danger:disabled{opacity:.6;cursor:not-allowed}.survey-root .review-email-field{margin:18px 0 0;display:flex;flex-direction:column;gap:6px}.survey-root .review-proposal-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin:20px 0 10px;padding:14px 16px;border-radius:14px;background:rgba(226,239,255,.55);border:1px solid rgba(148,163,184,.35)}.survey-root .review-proposal-actions .btn{padding:10px 18px;font-size:14px}.survey-root .review-proposal-actions span{font-size:14px;color:#1e3a8a;font-weight:500}.survey-root .review-empty-card{margin-top:24px;padding:32px 28px;border-radius:20px;border:1px solid rgba(148,163,184,.4);background:linear-gradient(145deg,rgba(226,239,255,.85),rgba(241,245,249,.75));display:flex;flex-direction:column;align-items:center;gap:18px;text-align:center;box-shadow:0 18px 36px #0f172a14}.survey-root .review-empty-icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:20px;background:rgba(59,130,246,.14);color:#1d4ed8}.survey-root .review-empty-icon svg{width:32px;height:32px}.survey-root .review-empty-title{font-size:20px;font-weight:700;color:#0f172a;margin:0}.survey-root .review-empty-copy{max-width:460px;margin:0;font-size:15px;line-height:1.6;color:#1f2937}.survey-root .review-empty-actions{display:flex;flex-direction:column;gap:12px;width:100%;max-width:260px}.survey-root .review-empty-actions .btn{justify-content:center;padding:10px 18px;font-size:14px}.survey-root .review-email-field label{font-weight:600;font-size:14px}.survey-root .review-email-field-row{display:flex;gap:10px;align-items:center}.survey-root .review-email-field-row input{flex:1;border:1px solid var(--border);border-radius:10px;padding:10px 12px;font:inherit}.survey-root .review-email-field-row input:focus{outline:2px solid rgba(43,108,176,.35);outline-offset:2px}.survey-root .review-email-field-row input::-moz-placeholder{color:var(--muted)}.survey-root .review-email-field-row input::placeholder{color:var(--muted)}.survey-root .review-email-send{padding:10px 16px;border-radius:10px;border:1px solid rgba(148,163,184,.6);background:rgba(226,239,255,.8);color:#1e3a8a;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.survey-root .review-email-send.ready{background:#2563eb;border-color:#1d4ed8;color:#fff;box-shadow:0 8px 18px #2563eb40}.survey-root .review-email-send:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.survey-root .review-email-feedback{margin-top:8px;padding:10px 12px;border-radius:10px;background:rgba(37,99,235,.08);border:1px solid rgba(37,99,235,.18);font-size:13px;color:#1e3a8a;font-weight:500}.survey-root .review-contact-heading{display:flex;flex-direction:column;gap:4px}.survey-root .review-contact-title{font-size:14px;font-weight:600;color:#0f172a}.survey-root .review-field-optional{font-size:12px;font-weight:500;color:var(--muted)}.survey-root .review-contact-row{display:flex;flex-wrap:wrap;gap:12px}.survey-root .review-contact-field{flex:1;min-width:180px;display:flex;flex-direction:column;gap:6px}.survey-root .review-contact-field label{font-weight:600;font-size:13px;color:#0f172a;display:flex;align-items:center;gap:6px}.survey-root .review-contact-field input,.review-contact-field textarea{border:1px solid var(--border);border-radius:10px;padding:10px 12px;font:inherit}.survey-root .review-contact-field input:focus,.review-contact-field textarea:focus{outline:2px solid rgba(43,108,176,.35);outline-offset:2px}.survey-root .review-contact-field textarea{resize:vertical;min-height:90px}.survey-root .review-contact-footnote{margin-top:12px}.survey-root .review-upload-group{margin-top:18px}.survey-root .review-upload-zone .review-upload-retry{margin-top:12px}.survey-root .review-upload-hint{margin-top:8px}.survey-root .review-upload-retry{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:12px}.survey-root .review-upload-retry .btn{flex-shrink:0}.survey-root .review-section__layout{margin:-20px;display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr);align-items:stretch;min-height:440px;border-radius:inherit;overflow:hidden}.survey-root .review-section__hero{background-image:var(--review-hero-image,linear-gradient(135deg,rgba(37,99,235,.75),rgba(14,116,144,.55)));background-size:cover;background-position:center;position:relative;display:flex;align-items:flex-start}.survey-root .review-section__hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.18),transparent 60%),linear-gradient(165deg,rgba(15,23,42,.1),rgba(15,23,42,.65));mix-blend-mode:soft-light}.survey-root .review-section__hero-content{position:relative;z-index:1;padding:40px 32px 36px;display:flex;flex-direction:column;gap:16px;color:#fff;text-shadow:0 14px 28px rgba(15,23,42,.6)}.survey-root .review-section__hero-kicker{text-transform:uppercase;font-size:12px;letter-spacing:.26em;font-weight:700;opacity:.85}.survey-root .review-section__hero-headline{margin:0;font-size:28px;line-height:1.1;font-weight:700;color:#fff}.survey-root .review-section__hero-copy{margin:0;font-size:15px;line-height:1.7;max-width:36ch;color:#ffffffe6}.survey-root .review-section__stack{display:flex;flex-direction:column;gap:22px;padding:32px 32px 36px;background:var(--paper);position:relative}.survey-root .review-section__header{display:flex;align-items:center;gap:16px;justify-content:space-between;flex-wrap:wrap}.survey-root .review-section__title{margin:0;font-size:24px;font-weight:700;color:#0f172a}.survey-root .review-section__start-over{border-radius:999px;padding:8px 16px;font-weight:600;border:1px solid rgba(148,163,184,.5);color:#475569;background:rgba(248,250,252,.8);transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}.survey-root .review-section__start-over:hover{border-color:#ef444473;color:#dc2626;background:rgba(254,226,226,.2);transform:translateY(-1px)}.survey-root .review-section__start-over:focus-visible{outline:2px solid rgba(148,163,184,.6);outline-offset:3px}.survey-root .review-section__cta{padding:20px 22px;border:1px solid rgba(148,163,184,.35);border-radius:16px;background:rgba(248,250,252,.92);display:flex;flex-direction:column;gap:16px}.survey-root .review-section__cta-copy{margin:0;font-size:15px;line-height:1.6;color:#1f2937}.survey-root .review-section__cta-button{justify-content:center}.survey-root .start-over-modal__body{padding:0 24px 8px;font-size:14px;line-height:1.6;color:#1f2937}.survey-root .start-over-modal__footer{padding:0 24px 24px;display:flex;justify-content:flex-end;gap:12px}.survey-root .review-contact-modal{max-width:620px}.survey-root .review-contact-modal__body{padding-top:18px}.survey-root .review-contact-form{display:flex;flex-direction:column;gap:16px}.survey-root .review-contact-modal__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px}.survey-root .review-contact-preview{border:1px solid #d0d7e2;background:#f8fafc;color:#1f2937;padding:10px 16px;border-radius:999px;font-weight:600;transition:background .2s ease,color .2s ease}.survey-root .review-contact-preview:hover{background:#e2e8f0}.survey-root .review-contact-preview:disabled{opacity:.6;cursor:not-allowed}.survey-root .review-preview-overlay{z-index:1200}.survey-root .review-preview-modal{max-width:760px;width:92vw;max-height:80vh;overflow:hidden;display:flex;flex-direction:column}.survey-root .review-preview-modal__body{display:flex;flex-direction:column;gap:12px;padding-top:4px;padding-bottom:8px;max-height:calc(80vh - 80px);min-height:calc(80vh - 80px)}.survey-root .review-preview-toggle{display:inline-flex;align-items:center;gap:4px;background:#f1f5f9;border-radius:999px;padding:4px}.survey-root .review-preview-toggle__btn{border:none;background:transparent;color:#0f172a;padding:6px 14px;border-radius:999px;font-size:13px;font-weight:600;cursor:pointer}.survey-root .review-preview-toggle__btn:hover{background:#e2e8f0}.survey-root .review-preview-toggle__btn.active{background:#ffffff;box-shadow:0 1px 3px #0f172a1f}.survey-root .review-preview-frame{flex:1;border:1px solid #d0d7e2;border-radius:12px;width:100%;height:100%;background:#ffffff;min-height:calc(80vh - 160px);max-height:calc(80vh - 160px)}.survey-root .review-preview-text{flex:1;border:1px solid #d0d7e2;border-radius:12px;padding:16px;overflow:auto;background:#ffffff;font-family:var(--mono-font,monospace);white-space:pre-wrap;color:#1f2937;min-height:calc(80vh - 160px);max-height:calc(80vh - 160px)}.survey-root .review-contact-modal__privacy{margin:18px 0 0;font-size:12px;color:var(--muted)}.survey-root .review-contact-form .review-contact-row{gap:14px}.survey-root .review-contact-form .review-contact-field{flex:1;min-width:0}.survey-root .review-contact-form textarea{min-height:96px}.survey-root .review-contact-choice{border:none;padding:0;margin:0}.survey-root .review-contact-choice legend{font-weight:600;font-size:13px;color:#0f172a}.survey-root .review-contact-choice .small{margin-top:6px}.survey-root .review-contact-choice__options{display:flex;flex-wrap:wrap;gap:12px;margin-top:12px}.survey-root .review-contact-choice__option{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:14px;border:1px solid rgba(148,163,184,.5);background:#fff;color:#1f2937;font-size:13px;font-weight:500;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.survey-root .review-contact-choice__option:hover{border-color:#3b82f699;box-shadow:0 8px 18px #0f172a14;transform:translateY(-1px)}.survey-root .review-contact-choice__option input{accent-color:var(--primary)}.survey-root .review-contact-choice__option span{pointer-events:none}@media (max-width:1080px){.survey-root .review-section__layout{grid-template-columns:1fr;margin:-16px}.survey-root .review-section__hero{min-height:280px}.survey-root .review-section__hero-content{padding:32px 24px}.survey-root .review-section__stack{padding:28px 24px 32px}}@media (max-width:640px){.survey-root .review-section__stack{padding:24px 18px 28px;gap:18px}.survey-root .review-section__header{flex-direction:column;align-items:flex-start;gap:12px}.survey-root .review-section__title{font-size:21px}.survey-root .review-section__hero-content{padding:26px 20px}.survey-root .review-section__hero-headline{font-size:24px}.survey-root .review-section__hero-copy{font-size:14px}.survey-root .review-section__cta{padding:16px}.survey-root .review-section__cta-button{width:100%}.survey-root .review-section__start-over{width:100%;text-align:center}}.survey-root .flashcard-frame{min-height:clamp(420px,65vh,560px);display:flex;align-items:stretch;margin-bottom:0;transition:min-height .25s ease;flex:1 1 auto}.survey-root .flashcard-frame .card{margin-bottom:0;flex:1;display:flex;flex-direction:column}.survey-root .flashcard-stage{width:100%;display:flex;flex-direction:column;animation:flashcard-enter .24s ease}.survey-root .flashcard-nav{position:sticky;bottom:0;display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:16px;margin-bottom:0;padding:12px 16px 12px 0;padding-bottom:max(12px,calc(12px + env(safe-area-inset-bottom,0px)));background:transparent;z-index:10}.survey-root .flashcard-nav.has-overflow{background:linear-gradient(to top,rgba(247,247,251,.98) 85%,rgba(247,247,251,.95) 95%,transparent 100%);-webkit-backdrop-filter:saturate(120%) blur(8px);backdrop-filter:saturate(120%) blur(8px)}.survey-root .flashcard-nav .btn{justify-content:center;min-width:100px;border:1px solid rgba(148,163,184,.6);box-shadow:0 2px 6px #0f172a14}.survey-root .flashcard-nav .btn.ghost{background:#fff;color:#0f172a}.survey-root .flashcard-nav .btn.ghost:hover{background:#f8fafc;border-color:#94a3b8cc}.survey-root .flashcard-validation-error{flex:1 1 auto;padding:10px 14px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c;font-size:12px;line-height:1.4;text-align:left;display:flex;flex-wrap:wrap;align-items:center;gap:4px}.survey-root .flashcard-validation-error strong{margin-right:4px}.survey-root .flashcard-success{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 24px;min-height:300px}.survey-root .flashcard-success-icon{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:40px;display:flex;align-items:center;justify-content:center;margin-bottom:24px;box-shadow:0 8px 24px #10b9814d}.survey-root .flashcard-success-title{font-size:28px;font-weight:700;color:#0f172a;margin:0 0 12px}.survey-root .flashcard-success-message{font-size:16px;color:#64748b;margin:0;max-width:400px;line-height:1.5}.survey-root .header-top{position:relative;display:flex;justify-content:flex-start;align-items:flex-start;gap:20px;flex-wrap:wrap}.survey-root .header-actions{margin-left:auto;display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:flex-end;gap:12px;min-width:0;padding-top:12px}.survey-root .header-actions-group{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.survey-root .header-link{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:12px;border:1px solid rgba(148,163,184,.6);background:rgba(255,255,255,.7);color:#1e3a8a;font-weight:600;text-decoration:none;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease}.survey-root .header-link:hover{background:rgba(226,240,255,.9);border-color:#3b82f699;color:#0f172a}.survey-root .header-link:focus-visible{outline:2px solid rgba(59,130,246,.5);outline-offset:2px}.survey-root .header-link:active{transform:translateY(1px)}.survey-root .admin-menu-trigger{display:inline-flex;align-items:center;border-radius:14px;border:1px solid rgba(148,163,184,.5);background:rgba(255,255,255,.9);box-shadow:0 10px 24px #0f172a1f;overflow:hidden;-webkit-backdrop-filter:saturate(120%) blur(6px);backdrop-filter:saturate(120%) blur(6px);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.survey-root .admin-menu-trigger.open{border-color:#3b82f673;box-shadow:0 14px 30px #0f172a2e;transform:translateY(-1px)}.survey-root .admin-config-button,.survey-root .admin-dropdown-toggle{border:none;background:transparent;color:#334155;font:inherit;display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0;cursor:pointer;transition:color .18s ease,background .18s ease}.survey-root .admin-dropdown-toggle{width:44px}.survey-root .admin-config-button{border-right:1px solid rgba(148,163,184,.4);padding:0 14px}.survey-root .admin-config-label{font-size:13px;font-weight:600;color:#334155;white-space:nowrap}.survey-root .admin-config-button:hover,.survey-root .admin-config-button:focus-visible{background:rgba(148,163,184,.16);color:#0f172a}.survey-root .admin-config-button:focus-visible{outline:2px solid rgba(59,130,246,.45);outline-offset:-2px}.survey-root .admin-config-button.active{color:#1d4ed8;background:rgba(59,130,246,.12)}.survey-root .admin-dropdown-toggle{color:#475569}.survey-root .admin-dropdown-toggle.open{color:#1d4ed8;background:rgba(226,240,255,.4)}.survey-root .admin-dropdown-toggle:hover,.survey-root .admin-dropdown-toggle:focus-visible{background:rgba(148,163,184,.16);color:#0f172a}.survey-root .admin-dropdown-toggle:focus-visible{outline:2px solid rgba(59,130,246,.45);outline-offset:-2px}.survey-root .admin-config-icon,.survey-root .admin-dropdown-icon{display:inline-flex;width:20px;height:20px;transition:transform .18s ease}.survey-root .admin-dropdown-toggle.open .admin-dropdown-icon{transform:rotate(-180deg)}.survey-root .admin-menu{position:relative;display:inline-flex}.survey-root .admin-menu-popover{position:absolute;top:calc(100% + 10px);right:0;display:flex;flex-direction:column;align-items:stretch;min-width:220px;padding:10px;border-radius:14px;border:1px solid rgba(148,163,184,.38);background:#fff;box-shadow:0 18px 38px #0f172a2e;z-index:30}.survey-root .admin-menu-item{display:flex;align-items:center;gap:10px;padding:9px 12px;border-radius:10px;border:none;background:transparent;font:inherit;font-weight:600;font-size:14px;line-height:1.3;color:#0f172a;text-align:left;cursor:pointer;transition:background .18s ease,color .18s ease}.survey-root .admin-menu-item:hover{background:rgba(37,99,235,.08);color:#1d4ed8}.survey-root .admin-menu-item:focus-visible{background:rgba(37,99,235,.12);color:#1d4ed8;outline:2px solid rgba(59,130,246,.4);outline-offset:2px}.survey-root .admin-menu-item:active{transform:translateY(1px)}.survey-root .admin-menu-item:disabled{opacity:.55;cursor:not-allowed}.survey-root .admin-menu-item.muted{color:#94a3b8}.survey-root .admin-menu-icon{width:18px;height:18px;display:inline-flex;color:inherit;flex-shrink:0}.survey-root .admin-menu-separator{width:100%;height:1px;margin:6px 0;background:rgba(148,163,184,.3)}.survey-root .config-admin-banner{padding:10px 0;background:#0b1f44;border-bottom:1px solid rgba(15,23,42,.5);box-shadow:0 8px 18px #02061773;color:#e2e8f0;width:100%}.survey-root .config-admin-banner__inner{width:100%}.survey-root .config-admin-banner__content{display:flex;align-items:center;gap:14px;width:100%;font-size:14px;font-weight:500;line-height:1.4;flex-wrap:wrap}.survey-root .config-admin-banner__label{font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:#c7d2fe}.survey-root .config-admin-banner__message{font-size:14px;font-weight:500;color:inherit;flex:1;min-width:220px}.survey-root .config-admin-banner__actions{display:flex;align-items:center;gap:8px;margin-left:auto;flex-wrap:wrap}.survey-root .config-admin-banner__button{border:1px solid rgba(147,197,253,.5);background:rgba(59,130,246,.12);color:#e0f2fe;font-size:13px;font-weight:600;padding:6px 16px;border-radius:999px;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease;min-width:0}.survey-root .config-admin-banner__button:hover:not(:disabled){background:rgba(59,130,246,.24);border-color:#bfdbfecc}.survey-root .config-admin-banner__button:disabled{opacity:.55;cursor:not-allowed}.survey-root .config-admin-banner__button--primary{background:#60a5fa;border-color:#93c5fd;color:#041830;box-shadow:0 6px 18px #60a5fa59}.survey-root .config-admin-banner__button--primary:hover:not(:disabled){background:#93c5fd;border-color:#bfdbfe;color:#021126}.survey-root .config-admin-banner.dirty{background:#0b1f44;border-bottom-color:#0f172a80;box-shadow:0 8px 18px #02061773}.survey-root .config-admin-banner.dirty .config-admin-banner__label{color:#e0e7ff}.survey-root .config-admin-banner.dirty .config-admin-banner__message{color:#f8fafc}.survey-root .config-admin-banner.dirty .config-admin-banner__button{background:rgba(59,130,246,.18);color:#f1f5f9;border-color:#93c5fda6}.survey-root .config-admin-banner.dirty .config-admin-banner__button--primary{background:#3b82f6;border-color:#60a5fa;color:#f8fafc;box-shadow:0 6px 18px #3b82f666}.survey-root .config-admin-banner.dirty .config-admin-banner__button--primary:hover:not(:disabled){background:#60a5fa;border-color:#93c5fd}.survey-root .estimate-toggle{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:14px;border:1px solid rgba(203,213,225,.8);background:rgba(255,255,255,.92);box-shadow:0 4px 14px #0f172a1a;color:inherit;font:inherit;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;min-width:0}.survey-root .estimate-toggle:hover{transform:translateY(-1px);box-shadow:0 8px 20px #0f172a1f;border-color:#94a3b8b3}.survey-root .estimate-toggle:focus-visible{outline:2px solid rgba(59,130,246,.5);outline-offset:2px}.survey-root .estimate-toggle-text{display:flex;flex-direction:column;align-items:flex-start;gap:2px;line-height:1.1;text-align:left;min-width:0;flex:1}.survey-root .estimate-toggle-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.survey-root .estimate-toggle-total{font-size:18px;font-weight:700;color:var(--ink);white-space:nowrap}.survey-root .estimate-toggle-total[data-placeholder=true]{white-space:normal;font-size:16px;line-height:1.25}.survey-root .estimate-toggle-icon{display:inline-flex;width:18px;height:18px;color:var(--muted);transition:transform .2s ease;flex-shrink:0}.survey-root .estimate-toggle.open .estimate-toggle-icon{transform:rotate(-180deg)}.survey-root .estimate-header-actions{display:flex;align-items:center;gap:10px}.survey-root .assistant-toggle{display:flex;align-items:center;gap:10px;padding:8px 14px;border-radius:14px;border:1px solid rgba(203,213,225,.8);background:rgba(255,255,255,.94);box-shadow:0 4px 14px #0f172a14;color:inherit;font:inherit;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease;min-width:0}.survey-root .assistant-toggle:hover{transform:translateY(-1px);box-shadow:0 10px 26px #0f172a24;border-color:#94a3b8bf}.survey-root .assistant-toggle:focus-visible{outline:2px solid rgba(79,70,229,.32);outline-offset:3px}.survey-root .assistant-toggle.active{border-color:#3b82f699;background:rgba(226,240,255,.9)}.survey-root .assistant-toggle.voice .assistant-toggle-icon{background:#1d4ed8;color:#f8fafc}.survey-root .assistant-toggle-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:14px;background:rgba(59,130,246,.12);color:#1d4ed8;flex-shrink:0;transition:background .2s ease,color .2s ease}.survey-root .assistant-toggle-icon svg{width:18px;height:18px}.survey-root .assistant-toggle-icon-badge{position:absolute;bottom:-4px;right:-4px;width:18px;height:18px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid rgba(148,163,184,.6);box-shadow:0 4px 8px #0f172a29;color:#1d4ed8}.survey-root .assistant-toggle-icon-badge svg{width:12px;height:12px}.survey-root .assistant-toggle-text{display:flex;flex-direction:column;align-items:flex-start;gap:2px;text-align:left;line-height:1.1;min-width:0}.survey-root .assistant-toggle-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.survey-root .assistant-toggle-caption{font-size:14px;font-weight:600;color:var(--ink)}.survey-root .assistant-chip{position:relative;display:inline-flex;align-items:center;gap:6px;padding:4px;border-radius:999px;border:1px solid rgba(203,213,225,.8);background:rgba(248,250,252,.96);box-shadow:0 4px 14px #0f172a14;color:#1d4ed8;transition:border-color .18s ease,background .18s ease,color .18s ease;overflow:hidden}.survey-root .assistant-chip.active{background:rgba(226,240,255,.9);border-color:#3b82f699}.survey-root .assistant-chip.muted{color:#475569;background:rgba(226,232,240,.85)}.survey-root .assistant-chip.error{color:#b91c1c;border-color:#dc262699;background:rgba(254,226,226,.9)}.survey-root .assistant-chip.connecting{animation:pulse-ring 1.4s ease-in-out infinite}.survey-root .assistant-chip-button{border:none;background:transparent;color:inherit;font:inherit;display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;cursor:pointer;transition:background .18s ease,color .18s ease;min-width:0}.survey-root .assistant-chip-button:hover{background:rgba(15,23,42,.06)}.survey-root .assistant-chip-button:focus-visible{outline:2px solid rgba(79,70,229,.32);outline-offset:-2px;background:rgba(226,240,255,.85)}.survey-root .assistant-chip-button.mic{padding:6px 8px}.survey-root .assistant-chip-button.expand{font-size:13px;font-weight:600;padding:6px 16px}.survey-root .assistant-chip-divider{width:1px;height:24px;background:rgba(148,163,184,.4);border-radius:999px}.survey-root .assistant-chip-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px}.survey-root .assistant-chip-icon svg{width:20px;height:20px}.survey-root .assistant-chip-wave{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;border:2px solid currentColor;opacity:0;transform:scale(.65);pointer-events:none}.survey-root .assistant-chip-wave.active{animation:assistant-chip-pulse 1.4s ease-out infinite}.survey-root .assistant-chip-mute-bar{position:absolute;width:2px;height:18px;background:currentColor;border-radius:4px;transform:rotate(-45deg);box-shadow:0 0 0 2px #fff}.survey-root .assistant-chip-dot{position:absolute;bottom:-2px;right:-2px;width:10px;height:10px;border-radius:999px;background:#94a3b8;box-shadow:0 0 0 2px #fff,0 6px 12px #0f172a2e}.survey-root .assistant-chip-dot.live{background:#22c55e}.survey-root .assistant-chip-dot.connecting{background:#fbbf24}.survey-root .assistant-chip-dot.error{background:#ef4444}.survey-root .assistant-activity{position:absolute;bottom:6px;left:6px;right:6px;height:8px;display:flex;align-items:flex-end;gap:2px;opacity:0;transform:translateY(4px);transition:opacity .24s ease,transform .24s ease}.survey-root .assistant-activity span{flex:1;height:100%;background:currentColor;border-radius:6px;opacity:.35;animation:assistant-wave 1s ease-in-out infinite;animation-play-state:paused;transform-origin:center bottom}.survey-root .assistant-activity span:nth-child(2){animation-delay:.1s}.survey-root .assistant-activity span:nth-child(3){animation-delay:.2s}.survey-root .assistant-activity span:nth-child(4){animation-delay:.3s}.survey-root .assistant-activity.active{opacity:1;transform:translateY(0)}.survey-root .assistant-activity.active span{animation-play-state:running;opacity:.9}@keyframes assistant-wave{0%,to{transform:scaleY(.35);opacity:.45}50%{transform:scaleY(1);opacity:1}}@keyframes assistant-chip-pulse{0%{transform:scale(.6);opacity:.55}70%{transform:scale(1.25);opacity:0}to{transform:scale(1.4);opacity:0}}@keyframes pulse-ring{0%{box-shadow:0 0 #3b82f640}70%{box-shadow:0 0 0 8px #3b82f600}to{box-shadow:0 0 #3b82f600}}.survey-root .compact-assistant-launcher{display:inline-flex;align-items:center}.survey-root .estimator-shell{display:flex;align-items:flex-start;gap:24px;padding:24px 0 0}.survey-root .estimator-shell>main.grid{padding:0}.survey-root .estimator-shell main{flex:1 1 auto;min-width:0}.survey-root .estimator-shell.has-assistant main{transition:filter .18s ease}.survey-root .assistant-panel{flex:0 0 clamp(320px,28vw,420px);display:flex;flex-direction:column;gap:16px;border-radius:20px;border:1px solid rgba(148,163,184,.35);background:rgba(248,250,252,.92);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);box-shadow:-16px 20px 48px #0f172a29;padding:20px 22px;color:var(--ink);min-height:0;align-self:flex-start;max-height:clamp(520px,85vh,760px);overflow:hidden}.survey-root .assistant-panel.collapsed{gap:10px;padding:14px 16px;max-height:none;flex:0 0 auto}.survey-root .assistant-panel.collapsed .assistant-panel-footer{padding-top:0;border-top:none}.survey-root .assistant-panel.collapsed .assistant-panel-body{flex:0 0 auto}.survey-root .assistant-panel.collapsed .assistant-panel-body.collapsed-body{gap:8px}.survey-root .assistant-panel.collapsed-chat .assistant-panel-body .assistant-bubble{margin-bottom:0}.survey-root .assistant-panel.collapsed-chat .assistant-composer textarea{min-height:40px}.survey-root .assistant-panel.collapsed-voice{min-width:260px}.survey-root .assistant-panel-header{display:flex;align-items:center;gap:12px;justify-content:space-between}.survey-root .assistant-header-actions{display:flex;align-items:center;gap:8px}.survey-root .assistant-header-primary{display:flex;align-items:center;gap:10px;margin-right:auto}.survey-root .assistant-panel-drag-handle{width:26px;height:26px;border-radius:12px;border:1px dashed rgba(148,163,184,.65);display:flex;align-items:center;justify-content:center;color:#475569;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .16s ease,border-color .16s ease}.survey-root .assistant-panel-drag-handle span{width:12px;height:2px;border-radius:999px;background:currentColor;position:relative;display:block}.survey-root .assistant-panel-drag-handle span:before,.survey-root .assistant-panel-drag-handle span:after{content:"";position:absolute;left:0;width:12px;height:2px;border-radius:999px;background:currentColor}.survey-root .assistant-panel-drag-handle span:before{top:-4px}.survey-root .assistant-panel-drag-handle span:after{top:4px}.survey-root .assistant-panel-drag-handle:hover{background:rgba(226,239,255,.6);border-color:#3b82f699}.survey-root .assistant-panel-drag-handle:active{cursor:grabbing}.survey-root .assistant-collapse{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:12px;border:none;background:rgba(255,255,255,.65);color:#475569;cursor:pointer;transition:background .18s ease,color .18s ease,transform .18s ease}.survey-root .assistant-collapse svg{width:16px;height:16px}.survey-root .assistant-collapse:hover{background:rgba(226,232,240,.8);color:#1e293b;transform:translateY(-1px)}.survey-root .assistant-collapse:focus-visible{outline:2px solid rgba(79,70,229,.28);outline-offset:2px}.survey-root .assistant-mode-toggle{display:flex;align-items:center;gap:8px;padding:4px;border-radius:12px;background:rgba(226,232,240,.7)}.survey-root .assistant-quick-tools{display:flex;align-items:center;gap:8px;margin-left:12px}.survey-root .assistant-tool-button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:10px;border:1px solid transparent;background:rgba(255,255,255,.7);color:#475569;cursor:pointer;transition:background .18s ease,color .18s ease,transform .18s ease,border-color .18s ease}.survey-root .assistant-tool-button svg{width:16px;height:16px}.survey-root .assistant-tool-button:hover{background:rgba(226,232,240,.85);color:#1e293b;transform:translateY(-1px)}.survey-root .assistant-tool-button:focus-visible{outline:2px solid rgba(79,70,229,.32);outline-offset:2px}.survey-root .assistant-tool-button.active{background:rgba(226,239,255,.9);border-color:#94a3b899;color:#1e3a8a;box-shadow:0 6px 16px #0f172a1f}.survey-root .assistant-mode-icon{display:inline-flex;align-items:center;justify-content:center}.survey-root .assistant-mode-button{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:10px;border:1px solid transparent;background:transparent;font-size:13px;font-weight:600;color:#475569;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease}.survey-root .assistant-mode-button svg{width:16px;height:16px}.survey-root .assistant-mode-button.active{background:#fff;border-color:#94a3b899;color:#1f2937;box-shadow:0 8px 14px #0f172a1f}.survey-root .assistant-mode-button:focus-visible{outline:2px solid rgba(79,70,229,.32);outline-offset:2px}.survey-root .assistant-close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:12px;border:none;background:rgba(255,255,255,.65);color:#475569;cursor:pointer;transition:background .18s ease,color .18s ease,transform .18s ease}.survey-root .assistant-close svg{width:16px;height:16px}.survey-root .assistant-close:hover{background:rgba(226,232,240,.8);color:#1e293b;transform:translateY(-1px)}.survey-root .assistant-close:focus-visible{outline:2px solid rgba(79,70,229,.28);outline-offset:2px}.survey-root .assistant-panel-body{flex:1 1 auto;display:flex;flex-direction:column;gap:18px;min-height:0}.survey-root .assistant-panel-body.collapsed-body{flex:0 0 auto}.survey-root .assistant-empty-state{padding:12px 14px;border-radius:12px;border:1px dashed rgba(148,163,184,.5);background:rgba(255,255,255,.8);font-size:14px;color:#475569}.survey-root .assistant-suggestions{display:flex;flex-direction:column;gap:10px;padding:12px 14px;border-radius:14px;background:linear-gradient(135deg,rgba(226,239,255,.65),rgba(226,240,255,.35));border:1px solid rgba(148,163,184,.35)}.survey-root .assistant-suggestions-label{font-size:12px;font-weight:700;letter-spacing:.08em;color:#1e3a8a;text-transform:uppercase}.survey-root .assistant-suggestion-list{display:flex;flex-wrap:wrap;gap:8px}.survey-root .assistant-suggestion{padding:6px 10px;border-radius:999px;border:1px solid rgba(148,163,184,.5);background:rgba(255,255,255,.9);font-size:13px;font-weight:600;color:#1e40af;cursor:not-allowed}.survey-root .assistant-transcript{flex:1 1 auto;min-height:0;overflow:auto;display:flex;flex-direction:column;gap:12px;padding-right:4px}.survey-root .assistant-transcript.voice{max-height:60vh}.survey-root .assistant-bubble{max-width:85%;padding:12px 14px;border-radius:14px;border:1px solid rgba(148,163,184,.4);background:rgba(255,255,255,.94);box-shadow:0 6px 16px #0f172a14;font-size:14px;line-height:1.45}.survey-root .assistant-bubble-label{display:block;margin-bottom:6px;font-size:12px;font-weight:700;color:#334155;letter-spacing:.08em;text-transform:uppercase}.survey-root .assistant-bubble.from-assistant{align-self:flex-start;background:rgba(244,247,255,.92);border-color:#94a3b873}.survey-root .assistant-bubble.from-user{align-self:flex-end;background:rgba(59,130,246,.12);color:#0f172a;border-color:#3b82f659}.survey-root .assistant-bubble.from-user .assistant-bubble-label{color:#1d4ed8}.survey-root .assistant-panel-footer{display:flex;flex-direction:column;gap:12px}.survey-root .assistant-panel-footer.voice{gap:16px;padding-top:16px;border-top:1px solid rgba(148,163,184,.35)}.survey-root .assistant-composer{position:relative;display:flex;align-items:center;gap:8px;border-radius:999px;padding:10px 12px;background:rgba(248,250,252,.95);border:1px solid rgba(148,163,184,.45);transition:border-color .18s ease,box-shadow .18s ease}.survey-root .assistant-composer:focus-within{border-color:#3b82f699;box-shadow:0 6px 18px #3b82f62e}.survey-root .assistant-composer textarea{flex:1;border:none;background:transparent;font:inherit;font-size:15px;resize:none;min-height:24px;color:#0f172a;padding:0}.survey-root .assistant-composer textarea:focus{outline:none}.survey-root .assistant-composer textarea:disabled{opacity:.65;cursor:not-allowed}.survey-root .assistant-send{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:999px;border:none;background:#111827;color:#fff;cursor:pointer;transition:background .18s ease}.survey-root .assistant-send svg{width:16px;height:16px}.survey-root .assistant-send:disabled{background:rgba(17,24,39,.24);color:#fff9;cursor:not-allowed}.survey-root .assistant-send:disabled svg{opacity:.7}.survey-root .assistant-send:not(:disabled):hover{background:#1f2937}.survey-root .assistant-voice-status{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#1e40af}.survey-root .assistant-voice-indicator{width:12px;height:12px;border-radius:999px;background:#34d399;box-shadow:0 0 0 6px #34d3992e;animation:assistant-pulse 2s ease-in-out infinite}.survey-root .assistant-voice-indicator.muted{background:#cbd5f5;box-shadow:none;animation:none}.survey-root .assistant-voice-indicator.live{background:#34d399;box-shadow:0 0 0 6px #34d3992e;animation:assistant-pulse 2s ease-in-out infinite}.survey-root .assistant-voice-indicator.connecting{background:#f59e0b;box-shadow:0 0 0 6px #f59e0b2e;animation:assistant-pulse 1s ease-in-out infinite}.survey-root .assistant-voice-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.survey-root .assistant-mic-button,.survey-root .assistant-voice-secondary{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:10px;border:1px solid rgba(148,163,184,.45);background:rgba(255,255,255,.8);font-weight:600;font-size:13px;color:#1f2937;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease}.survey-root .assistant-mic-button:hover,.survey-root .assistant-voice-secondary:hover{background:rgba(226,232,240,.85);color:#1e293b}.survey-root .assistant-mic-button:focus-visible,.survey-root .assistant-voice-secondary:focus-visible{outline:2px solid rgba(79,70,229,.28);outline-offset:2px}.survey-root .assistant-mic-button.muted{background:rgba(226,239,255,.9);border-color:#94a3b899;color:#1d4ed8}.survey-root .assistant-mic-icon svg{width:16px;height:16px}.survey-root .assistant-voice-secondary svg{width:16px;height:16px}.survey-root .assistant-exit-button{margin-left:auto}@keyframes assistant-pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.4);opacity:.3}to{transform:scale(1);opacity:1}}.survey-root .assistant-panel-footer.voice .assistant-voice-controls{justify-content:flex-start}.survey-root .assistant-panel-footer.voice .assistant-voice-secondary{white-space:nowrap}.survey-root .assistant-transcript::-webkit-scrollbar{width:6px}.survey-root .assistant-transcript::-webkit-scrollbar-thumb{background:rgba(148,163,184,.5);border-radius:999px}.survey-root .assistant-panel{scrollbar-width:thin}@media (max-width:1280px){.survey-root .estimator-shell{gap:20px}.survey-root .assistant-panel{flex:0 0 clamp(300px,32vw,360px)}}@media (max-width:1024px){.survey-root .estimator-shell{flex-direction:column}.survey-root .assistant-panel{width:100%;flex:0 0 auto;border-left:none;border-top:1px solid rgba(148,163,184,.35);box-shadow:0 -12px 42px #0f172a33;max-height:none;overflow:visible;align-self:stretch}}@media (max-width:640px){.survey-root .assistant-toggle{width:100%}.survey-root .compact-assistant-launcher{width:100%;gap:8px}.survey-root .assistant-panel{padding:18px}.survey-root .assistant-header-primary{width:100%;flex-direction:column;align-items:stretch;gap:8px}.survey-root .assistant-panel-drag-handle{align-self:flex-start}.survey-root .assistant-header-primary .assistant-mode-toggle{width:100%;justify-content:space-between}.survey-root .assistant-mode-button{flex:1;justify-content:center}}.survey-root .assistant-flyout-layer{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;justify-content:flex-end;align-items:flex-start;padding:96px 28px 32px;z-index:70;pointer-events:none}.survey-root .assistant-flyout{width:clamp(320px,30vw,420px);max-width:calc(100vw - 32px);pointer-events:auto}.survey-root .estimate-flyout-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(15,23,42,.38);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:flex-start;padding:100px 32px 32px;z-index:60}.survey-root .estimate-flyout{width:360px;max-width:calc(100vw - 32px)}.survey-root .estimate-flyout .panel{box-shadow:0 20px 48px #0f172a2e}.survey-root .estimate-flyout__panel{position:relative}.survey-root .estimate-summary--with-footer{padding-bottom:96px}.survey-root .estimate-flyout__footer{position:absolute;right:20px;bottom:20px}.survey-root .estimate-flyout__start-over{font-size:12px;font-weight:600;padding:6px 14px;border-radius:999px}@media (max-width:768px){.survey-root .estimate-toggle{width:100%;min-width:0;align-items:flex-start}.survey-root .estimate-toggle-total{white-space:normal;font-size:14px}.survey-root .estimate-flyout-backdrop{padding:88px 16px 24px;justify-content:center}.survey-root .estimate-flyout{max-width:480px;width:100%}.survey-root .assistant-flyout-layer{padding:88px 16px 24px;justify-content:center}.survey-root .assistant-flyout{max-width:480px;width:100%}}@media (max-width:480px){.survey-root .estimate-flyout-backdrop{padding:72px 12px 20px}.survey-root .estimate-flyout{width:100%}.survey-root .estimate-toggle{padding:8px 10px}.survey-root .estimate-toggle-total{font-size:13px}.survey-root .estimate-toggle-label{font-size:10px}.survey-root .assistant-flyout-layer{padding:72px 12px 20px}}.survey-root .main-wrap{padding:0 20px}.survey-root .main-wrap .app-surface{min-width:0}.survey-root .main-wrap.admin-layout{display:flex;flex-direction:column;max-width:100%;width:100%;margin:0;padding:0 var(--admin-gutter);flex:1 1 auto;min-height:0}.survey-root .main-wrap.admin-layout .app-surface{max-width:100%}@media (max-width:640px){.survey-root .header-top{flex-direction:column;align-items:flex-start;gap:12px}.survey-root .header-actions{width:100%;margin-left:0;align-items:flex-end;flex-direction:column;gap:8px}.survey-root .flashcard-frame{min-height:360px}}body.admin-mode-active .survey-root{--admin-drawer-width:clamp(360px,30vw,520px);--admin-gutter:clamp(16px,2vw,36px);--admin-header-offset:0px;display:flex;flex-direction:row;height:100vh;overflow:hidden}body.admin-mode-active .survey-root .admin-layout-left{flex:1 1 auto;display:flex;flex-direction:column;min-width:0;overflow:hidden}body.admin-mode-active .survey-root .app-header{position:relative;flex:0 0 auto}body.admin-mode-active .survey-root .main-wrap{flex:1 1 auto;display:flex;flex-direction:column;min-height:0;overflow-y:auto}body.admin-mode-active .survey-root .app-surface{flex:1 1 auto;min-height:0}body.admin-mode-active .survey-root .estimator-shell{flex:1 1 auto;display:flex;flex-direction:column;align-items:stretch;min-height:-moz-min-content;min-height:min-content;padding-bottom:0}body.admin-mode-active .survey-root .estimator-shell>main{flex:1 1 auto;min-height:-moz-min-content;min-height:min-content}body.admin-mode-active .survey-root section#interview{min-height:-moz-min-content;min-height:min-content}body.admin-mode-active .survey-root .flashcard-frame{min-height:-moz-min-content;min-height:min-content}body.admin-mode-active .survey-root .flashcard-frame .card{flex:0 0 auto}body.admin-mode-active .survey-root .flashcard-nav{position:sticky;bottom:0;flex:0 0 auto}.survey-root .admin-drawer{flex:0 0 var(--admin-drawer-width);width:var(--admin-drawer-width);max-width:100%;display:flex;flex-direction:column}.survey-root .admin-drawer-inner{display:flex;flex-direction:column;width:100%;height:100%;background:var(--paper);border-left:1px solid var(--border);box-shadow:-24px 0 48px #0f172a2e;padding:22px 0 22px 24px;gap:16px;overflow:auto;border-radius:0}.survey-root .admin-drawer-scrim{display:none}@media (max-width:1024px){.survey-root .admin-drawer{flex:0 0 100%;width:100%}.survey-root .admin-drawer-inner{margin-left:auto;max-width:var(--admin-drawer-width);border-radius:0;box-shadow:-28px 0 52px #0f172a3d}}.survey-root .admin-drawer-header{display:flex;flex-direction:column;gap:10px;padding-right:24px}.survey-root .admin-header-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.survey-root .admin-header-breadcrumbs{flex:1;min-width:0}.survey-root .admin-header-icons,.survey-root .admin-header-actions{display:flex;align-items:center;gap:8px}.survey-root .admin-title-stack{display:flex;flex-direction:column;gap:8px;align-items:flex-start;flex:1;min-width:0}.survey-root .admin-title-actions{display:flex;flex-wrap:wrap;gap:8px}.survey-root .admin-title-button{padding:6px 12px;border-radius:999px;border:1px solid rgba(148,163,184,.5);background:rgba(255,255,255,.9);font-size:12px;font-weight:600;color:var(--muted);cursor:pointer;transition:all .18s ease}.survey-root .admin-title-button:hover{color:#1d4ed8;border-color:#3b82f699}.survey-root .admin-title-button:focus-visible{outline:2px solid rgba(59,130,246,.5);outline-offset:2px}.survey-root .admin-title-button:disabled{opacity:.45;cursor:not-allowed}.survey-root .admin-title-button.danger{color:#b91c1c;border-color:#b91c1c59}.survey-root .admin-title-button.danger:hover{color:#991b1b;border-color:#b91c1c8c}.survey-root .admin-drawer-title{font-size:20px;font-weight:600;margin:0}.survey-root .admin-breadcrumbs{margin:0;color:var(--muted);font-size:12px;line-height:1}.survey-root .admin-breadcrumbs-list{display:flex;align-items:center;gap:6px;margin:0;padding:0;list-style:none}.survey-root .admin-breadcrumb-item{display:flex;align-items:center;gap:6px;color:inherit}.survey-root .admin-breadcrumb-item.active{color:var(--ink)}.survey-root .admin-breadcrumb-link{background:none;border:none;padding:0;font:inherit;font-size:12px;font-weight:600;color:inherit}button.admin-breadcrumb-link{cursor:pointer;color:#2563eb;text-decoration:underline;text-underline-offset:2px;text-decoration-color:#2563eb66}button.admin-breadcrumb-link:hover{color:#1d4ed8;text-decoration-color:#1d4ed8cc}button.admin-breadcrumb-link:focus-visible{outline:2px solid rgba(59,130,246,.5);outline-offset:2px}.survey-root .admin-breadcrumb-item.active .admin-breadcrumb-link{cursor:default}.survey-root .admin-breadcrumb-separator{color:var(--muted);font-size:12px}.survey-root .survey-overview{display:flex;flex-direction:column;gap:16px}.survey-root .survey-actions-menu{position:relative}.survey-root .survey-actions-trigger{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:8px;background:rgba(15,23,42,.05);color:var(--muted);cursor:pointer;transition:background .18s ease,color .18s ease}.survey-root .survey-actions-trigger:hover{background:rgba(15,23,42,.1);color:var(--ink)}.survey-root .survey-actions-trigger:focus-visible{outline:2px solid rgba(59,130,246,.5);outline-offset:2px}.survey-root .survey-actions-dropdown{position:absolute;top:calc(100% + 4px);right:0;min-width:176px;padding:4px 0;background:var(--paper);border:1px solid rgba(148,163,184,.35);border-radius:10px;box-shadow:0 16px 28px #0f172a24;z-index:20}.survey-root .survey-actions-item{width:100%;padding:8px 14px;border:none;background:transparent;text-align:left;font-size:13px;color:var(--ink);display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer}.survey-root .survey-actions-item:hover:not(:disabled){background:rgba(59,130,246,.08)}.survey-root .survey-actions-item:disabled{opacity:.6;cursor:not-allowed}.survey-root .survey-actions-item.danger{color:#b91c1c}.survey-root .survey-actions-item.danger:hover:not(:disabled){background:rgba(185,28,28,.1)}.survey-root .survey-actions-status{font-size:12px;font-weight:600;color:var(--muted)}.survey-root .survey-overview-form{display:flex;flex-direction:column;gap:16px}.survey-root .survey-overview-meta-row{display:flex;flex-wrap:wrap;gap:12px;font-size:12px;color:var(--muted)}.survey-root .survey-overview-success{margin:0;font-size:13px;color:#0f766e;font-weight:600}.survey-root .survey-overview-error{margin:0;font-size:13px;color:#b91c1c;font-weight:600}.survey-root .survey-add-button{display:inline-flex;align-items:center;gap:6px;font-size:13px;padding:8px 14px}.survey-root .survey-section-list-wrapper{display:flex;flex-direction:column;gap:12px}.survey-root .survey-section-heading-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.survey-root .survey-section-list-heading{margin:0;font-size:14px;font-weight:700;color:var(--ink)}.survey-root .survey-section-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:8px}.survey-root .survey-section-card{border-radius:14px;border:1px solid rgba(148,163,184,.35);background:rgba(255,255,255,.95);transition:border-color .18s ease,box-shadow .18s ease}.survey-root .survey-section-card.active{border-color:#3b82f699;box-shadow:0 6px 14px #3b82f61f}.survey-root .survey-section-card.active .survey-section-card-body{background:rgba(59,130,246,.08)}.survey-root .survey-section-card-body{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 14px;border-radius:14px;cursor:pointer;outline:none}.survey-root .survey-section-card-body:hover{background:rgba(248,250,252,.95)}.survey-root .survey-section-card-body:focus-visible{outline:2px solid rgba(59,130,246,.6);outline-offset:2px}.survey-root .survey-section-main{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.survey-root .survey-section-name{font-size:14px;font-weight:600;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.survey-root .survey-section-count{font-size:12px;color:var(--muted)}.survey-root .survey-section-hint{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#3b82f6d9;flex-shrink:0;text-transform:uppercase;letter-spacing:.04em}.survey-root .survey-section-card-body:hover .survey-section-hint{color:#2563ebf2}.survey-root .survey-section-empty{margin:0;font-size:13px;color:var(--muted)}.survey-root .status-row{display:flex;align-items:flex-end;gap:8px}.survey-root .status-row select{flex:1}.survey-root .embed-code-trigger{flex-shrink:0;width:40px;height:40px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-color:#c9d7e7}.survey-root .embed-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(15,23,42,.5);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.survey-root .embed-modal{background:#fff;border-radius:16px;box-shadow:0 24px 48px -12px #0f172a40;max-width:600px;width:100%;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.survey-root .embed-modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(148,163,184,.2)}.survey-root .embed-modal-title{margin:0;font-size:16px;font-weight:700;color:var(--ink)}.survey-root .embed-modal-close{border:none;background:transparent;color:var(--muted);cursor:pointer;padding:4px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center}.survey-root .embed-modal-close:hover{background:rgba(15,23,42,.08);color:var(--ink)}.survey-root .embed-modal-body{padding:20px;display:flex;flex-direction:column;gap:16px;overflow-y:auto}.survey-root .embed-modal-warning{background:rgba(251,191,36,.15);border:1px solid rgba(251,191,36,.4);border-radius:8px;padding:12px 14px;font-size:13px;color:#92400e}.survey-root .embed-code-copy-btn{display:inline-flex;align-items:center;gap:6px;font-size:13px;align-self:flex-start}.survey-root .embed-code-description{margin:0;font-size:13px;color:var(--muted)}.survey-root .embed-code-block{margin:0;padding:14px;background:rgba(15,23,42,.04);border:1px solid rgba(148,163,184,.25);border-radius:10px;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px;line-height:1.5;color:var(--ink);white-space:pre-wrap;word-break:break-all;overflow-x:auto;max-height:260px;overflow-y:auto}.survey-root .embed-code-block code{font-family:inherit;font-size:inherit;color:inherit;background:none;padding:0}.survey-root .question-nav-panel{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.survey-root .question-nav-header{flex-wrap:wrap;gap:10px}.survey-root .question-nav-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.survey-root .question-nav-actions .btn{flex-shrink:0}.survey-root .question-nav-list{margin:0}.survey-root .question-nav-card-body{background-color:transparent;border:0;font:inherit;text-align:left;width:100%}.survey-root .question-nav-card-body:hover{background:rgba(248,250,252,.95)}.survey-root .question-nav-main{flex-direction:column;align-items:flex-start;gap:4px}.survey-root .question-nav-title{display:flex;align-items:baseline;gap:6px;width:100%}.survey-root .question-nav-index{font-size:12px;color:var(--muted)}.survey-root .question-nav-label{font-size:14px;font-weight:600;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.survey-root .question-nav-meta{font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.survey-root .admin-drawer-path{font-size:12px;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;color:var(--muted);background:rgba(15,23,42,.05);padding:2px 6px;border-radius:6px}.survey-root .admin-close{border:none;background:transparent;color:var(--muted);font-size:22px;line-height:1;padding:2px 6px;border-radius:999px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px}.survey-root .admin-close:hover{background:rgba(15,23,42,.08);color:var(--ink)}.survey-root .admin-assistant-toggle{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:999px;border:1px solid rgba(148,163,184,.55);background:rgba(255,255,255,.92);color:var(--muted);cursor:pointer;transition:all .18s ease}.survey-root .admin-assistant-toggle svg{width:18px;height:18px}.survey-root .admin-assistant-toggle:hover{color:#1d4ed8;border-color:#3b82f699}.survey-root .admin-assistant-toggle:focus-visible{outline:2px solid rgba(59,130,246,.5);outline-offset:2px}.survey-root .admin-assistant-toggle.active{color:#1d4ed8;border-color:#3b82f6bf;box-shadow:0 4px 10px #3b82f62e;background:rgba(59,130,246,.12)}.survey-root .admin-drawer-body{flex:1;display:flex;flex-direction:column;gap:12px;min-height:0;overflow:auto;padding-right:24px}.survey-root .admin-section-stack{display:flex;flex-direction:column;gap:16px;min-height:0}.survey-root .admin-section-stack>*{flex:0 0 auto}.survey-root .admin-chat{flex:1;display:flex;flex-direction:column;gap:16px;min-height:0;padding-top:16px;border-top:1px solid rgba(148,163,184,.35)}.survey-root .admin-chat-messages{flex:1;min-height:180px;overflow:auto;display:flex;flex-direction:column;gap:12px}.survey-root .admin-chat-empty{margin:40px auto;padding:32px 36px;max-width:460px;border-radius:20px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px;background:linear-gradient(135deg,rgba(59,130,246,.12),rgba(37,99,235,.08));border:1px solid rgba(59,130,246,.18);box-shadow:0 20px 45px #0f172a26}.survey-root .admin-chat-empty-icon{font-size:32px;line-height:1}.survey-root .admin-chat-empty-title{margin:0;font-size:18px;font-weight:700;color:var(--ink)}.survey-root .admin-chat-empty-subtitle{margin:0;font-size:13px;line-height:1.6;color:var(--muted)}.survey-root .admin-chat-empty-list{margin:0;padding-left:0;display:flex;flex-direction:column;gap:6px;list-style:none;font-size:13px;color:var(--ink);text-align:left;width:100%}.survey-root .admin-chat-empty-list li{padding-left:20px;position:relative}.survey-root .admin-chat-empty-list li:before{content:"•";position:absolute;left:6px;color:var(--primary)}.survey-root .admin-chat-empty-hint{margin:0;font-size:12px;line-height:1.5;color:var(--muted)}.survey-root .admin-chat-message{display:flex;flex-direction:column;gap:4px;max-width:95%}.survey-root .admin-chat-message.assistant{align-self:flex-start}.survey-root .admin-chat-message.user{align-self:flex-end;text-align:right}.survey-root .admin-chat-role{font-size:11px;font-weight:600;letter-spacing:.08em;color:var(--muted);text-transform:uppercase}.survey-root .admin-chat-bubble{padding:10px 14px;border-radius:12px;box-shadow:0 6px 16px #0f172a1f;font-size:13px;line-height:1.5}.survey-root .admin-chat-message.assistant .admin-chat-bubble{background:#fff;border:1px solid rgba(148,163,184,.45);box-shadow:0 14px 34px #0f172a1f;padding:18px 20px;border-radius:18px;color:var(--ink)}.survey-root .admin-chat-message.user .admin-chat-bubble{background:#1d4ed8;color:#fff;box-shadow:0 10px 22px #1d4ed859}.survey-root .admin-chat-bubble p{margin:0 0 6px}.survey-root .admin-chat-bubble p:last-child{margin-bottom:0}.survey-root .admin-chat-assistant-card{display:flex;flex-direction:column;gap:18px;max-width:720px}.survey-root .admin-chat-assistant-steps{display:flex;flex-direction:column;gap:12px}.survey-root .assistant-step{display:flex;flex-direction:column;gap:8px}.survey-root .assistant-step-header{display:flex;align-items:center;gap:12px;background:none;border:none;padding:0;width:100%;text-align:left;cursor:pointer}.survey-root .assistant-step-header:focus-visible{outline:2px solid rgba(37,99,235,.35);border-radius:8px}.survey-root .assistant-step-main{display:flex;align-items:center;gap:10px;flex:1}.survey-root .assistant-step-label{font-weight:600;color:var(--ink);font-size:13px}.survey-root .assistant-step-chevron{font-size:10px;color:var(--muted)}.survey-root .assistant-step-icon{width:24px;height:24px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.survey-root .assistant-step-icon.reasoning{background:rgba(37,99,235,.12);color:#2563eb}.survey-root .assistant-step-icon.tool{background:rgba(148,163,184,.22);color:#1f2937}.survey-root .assistant-step-icon.tool.success{background:rgba(16,185,129,.18);color:#047857}.survey-root .assistant-step-icon.tool.pending{background:rgba(245,158,11,.22);color:#b45309}.survey-root .assistant-step-icon.tool.error{background:rgba(248,113,113,.2);color:#b91c1c}.survey-root .assistant-step-body{padding-left:34px;font-size:13px;line-height:1.6;color:var(--muted)}.survey-root .assistant-step-body p{margin:0 0 8px}.survey-root .assistant-step-body p:last-child{margin-bottom:0}.survey-root .assistant-step-body.tool{display:flex;flex-direction:column;gap:8px}.survey-root .assistant-step-body.tool pre{margin:0;padding:10px;border-radius:8px;background:rgba(15,23,42,.04);border:1px solid rgba(148,163,184,.3);font-size:12px;overflow-x:auto}.survey-root .assistant-step-body.tool strong{display:block;margin-bottom:4px;color:var(--ink)}.survey-root .assistant-step-result{max-height:120px;overflow:hidden;position:relative;border-radius:8px;background:rgba(15,23,42,.03);border:1px solid rgba(148,163,184,.2);padding:10px}.survey-root .assistant-step-result.collapsed:after{content:\"\";position:absolute;left:0;right:0;bottom:0;height:32px;background:linear-gradient(180deg,rgba(248,250,252,0) 0%,rgba(248,250,252,.9) 100%);pointer-events:none}.survey-root .assistant-step-result.expanded{max-height:none;overflow:visible;background:rgba(15,23,42,.03);border:1px solid rgba(148,163,184,.2)}.survey-root .assistant-step-result-toggle{align-self:flex-start;border:none;background:none;color:#2563eb;font-weight:600;font-size:12px;cursor:pointer;padding:0;margin-top:4px}.survey-root .assistant-step-result-toggle:hover{text-decoration:underline}.survey-root .assistant-step-separator{height:1px;background:rgba(148,163,184,.35);margin:6px 0 12px;border-radius:1px}.survey-root .admin-chat-final-response{margin-top:12px;font-size:13px;line-height:1.6;color:var(--ink)}.survey-root .admin-chat-final-response p{margin:0 0 8px}.survey-root .admin-chat-final-response p:last-child{margin-bottom:0}.survey-root .assistant-debug-row{display:flex;justify-content:flex-end;margin-top:8px}.survey-root .assistant-debug-button{border:none;background:#fff;color:var(--muted);width:30px;height:30px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 24px #0f172a29;border:1px solid rgba(226,232,240,.8);transition:background .2s ease,color .2s ease,box-shadow .2s ease}.survey-root .assistant-debug-button:hover{background:rgba(59,130,246,.18);color:var(--primary)}.survey-root .assistant-debug-button:active{background:rgba(59,130,246,.26);box-shadow:0 6px 18px #0f172a1f}.survey-root .assistant-debug-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(15,23,42,.38);display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.survey-root .assistant-debug-modal{background:#fff;color:var(--ink);border-radius:12px;box-shadow:0 24px 48px #0f172a38;width:min(420px,100%);max-width:90%;display:flex;flex-direction:column}.survey-root .assistant-debug-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid rgba(148,163,184,.28)}.survey-root .assistant-debug-header h3{margin:0;font-size:15px;font-weight:600;color:var(--ink)}.survey-root .assistant-debug-close{border:none;background:rgba(148,163,184,.18);width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;transition:background .2s ease,color .2s ease}.survey-root .assistant-debug-close:hover{background:rgba(59,130,246,.18);color:var(--primary)}.survey-root .assistant-debug-content{padding:20px;display:flex;flex-direction:column;gap:16px}.survey-root .assistant-debug-field{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center}.survey-root .assistant-debug-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.survey-root .assistant-debug-code{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;background:rgba(15,23,42,.07);padding:6px 8px;border-radius:6px;color:var(--ink);overflow-wrap:anywhere}.survey-root .assistant-debug-copy{border:none;background:rgba(59,130,246,.12);color:#1d4ed8;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease}.survey-root .assistant-debug-copy:hover{background:rgba(59,130,246,.2);color:#1d4ed8}.survey-root .assistant-debug-copy:active{background:rgba(37,99,235,.3)}.survey-root .admin-chat-typing-indicator{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:rgba(148,163,184,.18);color:var(--muted);font-size:12px;font-weight:600;letter-spacing:.04em}.survey-root .admin-chat-typing-indicator span{width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.35;animation:admin-chat-typing 1s infinite}.survey-root .admin-chat-typing-indicator span:nth-child(2){animation-delay:.15s}.survey-root .admin-chat-typing-indicator span:nth-child(3){animation-delay:.3s}.survey-root .admin-chat-composer{display:flex;flex-direction:column}.survey-root .admin-chat-context{display:flex;align-items:center;gap:8px;margin-bottom:6px;font-size:11px;font-weight:600;color:var(--muted)}.survey-root .admin-chat-context-label{text-transform:uppercase;letter-spacing:.08em}.survey-root .admin-chat-context-pill{display:inline-flex;align-items:center;max-width:100%;padding:4px 10px;border-radius:999px;background:rgba(59,130,246,.15);color:#1d4ed8;font-size:12px;font-weight:600;line-height:1;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.survey-root .admin-chat-composer-box{display:flex;flex-direction:column;gap:8px;padding:10px 12px;border-radius:16px;border:1px solid rgba(148,163,184,.45);background:#fff;box-shadow:0 10px 24px #0f172a14;transition:border-color .18s ease,box-shadow .18s ease}.survey-root .admin-chat-composer-box:focus-within{border-color:#3b82f699;box-shadow:0 0 0 4px #3b82f61f}.survey-root .admin-chat-input{width:100%;padding:0;border:none;background:transparent;font-size:13px;line-height:1.5;font-family:inherit;resize:vertical;color:var(--ink)}.survey-root .admin-chat-input::-moz-placeholder{color:var(--muted)}.survey-root .admin-chat-input::placeholder{color:var(--muted)}.survey-root .admin-chat-input:disabled{color:var(--muted);cursor:not-allowed}.survey-root .admin-chat-input:focus{outline:none}.survey-root .admin-chat-controls{display:flex;align-items:center;gap:12px;flex-wrap:wrap;width:100%}.survey-root .admin-chat-model-wrapper{display:inline-flex;align-items:center;gap:8px;position:relative}.survey-root .admin-chat-model-label{font-size:10px;font-weight:600;letter-spacing:.08em;color:var(--muted);text-transform:uppercase}.survey-root .admin-chat-model-select{height:30px;padding:0 34px 0 12px;border-radius:999px;border:1px solid rgba(148,163,184,.45);background:#fff;font-size:12px;font-weight:600;color:var(--ink);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .18s ease,box-shadow .18s ease}.survey-root .admin-chat-model-select:focus{outline:none;border-color:#3b82f699;box-shadow:0 0 0 3px #3b82f62e}.survey-root .admin-chat-model-select:disabled{opacity:.6;cursor:not-allowed}.survey-root .admin-chat-model-wrapper:after{content:"";position:absolute;pointer-events:none;right:16px;top:50%;width:7px;height:7px;border-right:2px solid rgba(30,41,59,.45);border-bottom:2px solid rgba(30,41,59,.45);transform:translateY(-60%) rotate(45deg)}.survey-root .admin-chat-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px;margin-left:auto}.survey-root .admin-field{display:flex;flex-direction:column;gap:8px}.survey-root .admin-field-label{font-size:13px;font-weight:600;color:var(--muted)}.survey-root .admin-textarea{width:100%;min-height:260px;padding:12px;border-radius:10px;border:1px solid var(--border);font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:13px;line-height:1.5;background:rgba(249,250,251,.85);resize:vertical}.survey-root .admin-textarea:focus{outline:2px solid rgba(37,99,235,.4);outline-offset:2px;background:#fff}.survey-root .admin-error{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:8px 12px;border-radius:10px;background:rgba(248,113,113,.12);border:1px solid rgba(248,113,113,.4);color:#b91c1c;font-size:13px}.survey-root .admin-error-dismiss{border:none;background:transparent;color:#b91c1c;font-size:18px;cursor:pointer;padding:2px 6px;border-radius:6px}.survey-root .admin-error-dismiss:hover{background:rgba(248,113,113,.2)}.survey-root .admin-empty{font-size:14px;color:var(--muted);line-height:1.6;margin:0}.survey-root .admin-drawer-footer{display:flex;flex-direction:column;gap:12px;padding-top:8px;border-top:1px solid rgba(226,232,240,.8);padding-right:24px}.survey-root .admin-footer-meta{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--muted)}.survey-root .admin-footer-actions{display:flex;gap:8px;justify-content:flex-end}.survey-root .admin-saved{color:var(--muted)}.survey-root .admin-dirty-hint{color:#b91c1c;font-weight:600}.survey-root .btn.primary{background:linear-gradient(135deg,var(--primary),#4f46e5);color:#fff;border-color:transparent;box-shadow:0 8px 16px #4f46e533}.survey-root .btn.primary:hover{box-shadow:0 12px 20px #4f46e547}@keyframes flashcard-enter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.survey-root .card-head{gap:20px}.survey-root .confetti-overlay{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden;z-index:120}.survey-root .confetti-piece{position:absolute;top:-12vh;border-radius:999px;opacity:0;animation-name:confetti-fall;animation-timing-function:linear;animation-fill-mode:forwards;mix-blend-mode:normal}@keyframes confetti-fall{0%{opacity:0;transform:translate3d(0,-20vh,0) rotate(var(--confetti-rotation,0deg))}10%{opacity:1}to{opacity:0;transform:translate3d(var(--confetti-drift,0px),120vh,0) rotate(calc(var(--confetti-rotation,0deg) + 120deg))}}.survey-root .card-head-aside{display:flex;flex-direction:column;align-items:flex-end;gap:10px}.survey-root .admin-section-controls{display:flex;flex-direction:column;align-items:flex-end;gap:4px;font-size:12px;color:var(--muted)}.survey-root .admin-edit-btn{padding:4px 10px;border-radius:8px;border:1px solid var(--border);background:rgba(255,255,255,.92);font-size:13px;font-weight:600;color:var(--muted);cursor:pointer;transition:all .2s ease}.survey-root .admin-edit-btn:hover{border-color:var(--primary);color:var(--primary);box-shadow:0 4px 10px #2563eb26}.survey-root .admin-section-path{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;background:rgba(15,23,42,.05);padding:2px 8px;border-radius:6px}body.admin-mode-active .survey-root .app-surface .card{box-shadow:0 12px 28px #2563eb1f}body.admin-mode-active .survey-root .app-surface .card:hover{box-shadow:0 14px 32px #2563eb29}.survey-root .pricing-editor{flex:1;display:flex;flex-direction:column;gap:16px;min-height:0}.survey-root .pricing-summary{display:flex;flex-direction:column;gap:4px}.survey-root .pricing-summary-title{font-weight:600;font-size:15px;color:var(--ink)}.survey-root .pricing-summary-meta{font-size:13px;color:var(--muted)}.survey-root .pricing-item-list{flex:1;display:flex;flex-direction:column;gap:12px}.survey-root .pricing-row{border:1px solid var(--border);border-radius:12px;background:rgba(255,255,255,.92);padding:14px;box-shadow:0 6px 18px #0f172a17}.survey-root .pricing-row-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px}.survey-root .pricing-row-title{display:flex;align-items:center;gap:10px}.survey-root .pricing-row-category{font-weight:600;color:var(--ink)}.survey-root .pricing-row-code{font-size:12px;padding:2px 6px;border-radius:6px;background:rgba(15,23,42,.05);color:var(--muted)}.survey-root .pricing-row-scope{font-size:13px;color:var(--muted);font-weight:500}.survey-root .pricing-row-body{display:flex;flex-direction:column;gap:6px;font-size:13px;color:var(--muted)}.survey-root .pricing-row-body code{background:rgba(15,23,42,.06);padding:1px 4px;border-radius:4px;font-size:12px}.survey-root .pricing-row-question{color:var(--muted)}.survey-root .pricing-row-question.missing{color:#b91c1c;font-weight:600}.survey-root .pricing-row-multipliers{margin-top:6px}.survey-root .pricing-multiplier-title{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);margin-bottom:4px}.survey-root .pricing-multiplier-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.survey-root .pricing-multiplier-list li{display:flex;align-items:center;gap:8px;font-size:12px;color:var(--muted)}.survey-root .pricing-multiplier-id code{background:rgba(59,130,246,.12);color:#1d4ed8;padding:2px 6px;border-radius:6px}.survey-root .pricing-multiplier-values{flex:1;display:flex;flex-wrap:wrap;gap:6px}.survey-root .pricing-empty{padding:12px;border-radius:10px;border:1px dashed rgba(148,163,184,.6);background:rgba(241,245,249,.6);font-size:13px;color:var(--muted)}.survey-root .form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.survey-root .form-field{display:flex;flex-direction:column}.survey-root .hero-image-controls{display:flex;flex-wrap:wrap;gap:12px}.survey-root .hero-layout-summary-field{gap:8px}.survey-root .hero-configure-btn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;border-radius:14px;font-size:15px;font-weight:600;text-align:left;white-space:nowrap}.survey-root .hero-configure-btn .hero-configure-label{flex:1;text-align:left}.survey-root .hero-configure-btn.is-enabled{border-color:#3b82f659;background:rgba(226,239,255,.65);color:#1d4ed8}.survey-root .hero-configure-btn.is-disabled{border-color:var(--border);background:rgba(248,250,252,.85);color:var(--ink)}.survey-root .hero-configure-status{padding:4px 12px;border-radius:999px;font-size:13px;font-weight:600;background:rgba(148,163,184,.2);color:var(--muted)}.survey-root .hero-configure-btn.is-enabled .hero-configure-status{background:rgba(59,130,246,.2);color:#1d4ed8}.survey-root .hero-configure-btn.is-disabled .hero-configure-status{background:rgba(15,23,42,.08);color:var(--muted)}.survey-root .hero-layout-modal-card{max-width:960px;width:100%;display:flex;flex-direction:column;max-height:90vh;overflow:hidden}.survey-root .hero-layout-modal-body{flex:1;display:flex;flex-direction:column;gap:16px;overflow:auto;padding-bottom:24px}.survey-root .hero-layout-modal-footer{justify-content:space-between}.survey-root .hero-layout-modal-footer .btn.ghost{margin-right:auto}.survey-root .hero-modal-toggle{font-size:15px;font-weight:600}.survey-root .hero-modal-hint{margin:0;color:var(--muted);font-size:13px}.survey-root .hero-layout-empty-state{padding:28px;border:1px dashed rgba(148,163,184,.7);border-radius:16px;text-align:center;font-size:14px;color:var(--muted);background:rgba(248,250,252,.7)}.survey-root .hero-layout-modal-grid{display:flex;flex-direction:column;gap:20px}@media (min-width:960px){.survey-root .hero-layout-modal-grid{flex-direction:row;align-items:flex-start}}.survey-root .hero-image-panel,.hero-details-panel{border:1px solid var(--border);border-radius:16px;background:rgba(255,255,255,.96);padding:18px;display:flex;flex-direction:column;gap:14px;min-width:0}.survey-root .hero-image-panel{flex:1}.survey-root .hero-details-panel{flex:1.5}.survey-root .hero-image-panel-title{font-size:12px;font-weight:700;color:var(--muted);letter-spacing:.08em;text-transform:uppercase}.survey-root .hero-image-preview{border:1px dashed rgba(148,163,184,.7);border-radius:14px;padding:16px;min-height:200px;display:flex;flex-direction:column;gap:12px;background:rgba(248,250,252,.8);color:var(--muted)}.survey-root .hero-image-preview.has-image{color:var(--ink);border-style:solid;background:linear-gradient(145deg,rgba(226,239,255,.7),rgba(248,250,252,.95))}.survey-root .hero-image-preview-media{width:100%;border-radius:12px;overflow:hidden;background:rgba(15,23,42,.08);aspect-ratio:4/3;display:flex;align-items:center;justify-content:center}.survey-root .hero-image-preview-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.survey-root .hero-image-preview-meta{display:flex;flex-direction:column;gap:4px;text-align:left}.survey-root .hero-image-preview-label{font-size:12px;font-weight:600;color:#1d4ed8;text-transform:uppercase;letter-spacing:.05em}.survey-root .hero-image-preview-value{font-size:13px;color:var(--ink);word-break:break-word}.survey-root .hero-image-preview-message{font-size:12px;color:var(--muted)}.survey-root .hero-image-panel .input{width:100%}.survey-root .hero-image-panel .form-field{margin-top:8px}.survey-root .form-label{font-size:12px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px;line-height:16px}.survey-root .form-hint{font-size:12px;color:var(--muted)}.survey-root .form-toggle{display:inline-flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:var(--ink)}.survey-root .form-toggle input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary)}.survey-root .sub-option-row{margin-left:26px;margin-top:6px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.survey-root .sub-option-label{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--ink)}.survey-root .sub-option-input{width:70px!important;padding:4px 8px!important;font-size:13px}.survey-root .sub-option-hint{font-size:11px;color:var(--muted)}.survey-root .form-field .input{width:100%}.survey-root .textarea{min-height:80px;padding:10px;border-radius:8px;border:1px solid #c9d7e7;resize:vertical;font:inherit;width:100%;box-sizing:border-box}.survey-root .section-overview-form{display:flex;flex-direction:column;gap:16px}.survey-root .questions-form{display:flex;flex-direction:column;gap:16px;min-height:0}.survey-root .questions-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.survey-root .questions-actions{display:flex;align-items:center;gap:8px}.survey-root .questions-actions .btn:disabled{opacity:.5;cursor:not-allowed}.survey-root .questions-title{font-weight:600;font-size:16px;color:var(--ink)}.survey-root .questions-subtitle{margin:4px 0 0;font-size:13px;color:var(--muted)}.survey-root .questions-list{display:flex;flex-direction:column;gap:12px}.survey-root .question-card{border:1px solid var(--border);border-radius:12px;padding:16px;background:rgba(255,255,255,.95);box-shadow:0 16px 30px #0f172a14}.survey-root .question-card-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.survey-root .question-id{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;color:var(--muted);padding:2px 8px;border-radius:6px;background:rgba(15,23,42,.08)}.survey-root .question-actions{display:flex;gap:8px}.survey-root .options-block{margin-top:16px;display:flex;flex-direction:column;gap:12px}.survey-root .options-head{display:flex;justify-content:space-between;align-items:center}.survey-root .options-list{display:flex;flex-direction:column;gap:10px}.survey-root .option-row{border:1px solid rgba(148,163,184,.4);border-radius:10px;padding:12px;background:rgba(248,250,252,.7);display:flex;flex-direction:column;gap:10px}.survey-root .option-actions{display:flex;justify-content:flex-end}.survey-root .section-pricing-form{display:flex;flex-direction:column;gap:16px;height:100%;min-height:0}.survey-root .question-detail-panel{display:flex;flex-direction:column;gap:16px;border:none;padding:0;background:transparent;box-shadow:none}.survey-root .question-detail-header{display:flex;justify-content:flex-start;align-items:center;gap:12px;padding-bottom:16px;border-bottom:1px solid var(--border);flex-wrap:wrap}.survey-root .question-detail-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.survey-root .question-visibility-panel{margin-top:10px;border:1px solid rgba(148,163,184,.6);border-radius:16px;padding:16px;background:rgba(248,250,252,.9);display:flex;flex-direction:column;gap:16px}.survey-root .question-visibility-panel .form-grid{grid-template-columns:1fr}.survey-root .question-visibility-panel__header{display:flex;flex-direction:column;gap:4px}.survey-root .question-visibility-panel__title{font-size:12px;font-weight:700;color:var(--ink);text-transform:uppercase;letter-spacing:.06em}.survey-root .question-visibility-panel__hint{font-size:12px;color:var(--muted)}.survey-root .question-lookup-input{position:relative;display:block;width:100%}.survey-root .question-lookup-input__field{width:100%;padding-right:42px}.survey-root .question-lookup-input__action{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:none;background:rgba(148,163,184,.12);color:var(--muted);border-radius:999px;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease}.survey-root .question-lookup-input__action:hover:not(:disabled){background:rgba(59,130,246,.15);color:var(--ink)}.survey-root .question-lookup-input__action:focus-visible{outline:2px solid rgba(59,130,246,.5);outline-offset:2px}.survey-root .question-lookup-input__action:disabled{opacity:.4;cursor:not-allowed}.survey-root .question-picker-modal-card{width:min(720px,calc(100vw - 32px));max-height:90vh;min-height:500px;height:min(760px,calc(100vh - 48px));display:flex;flex-direction:column;overflow:hidden}.survey-root .question-picker-modal-body{display:flex;flex-direction:column;gap:16px;flex:1;overflow:hidden;padding-bottom:0}.survey-root .question-picker-search{position:relative;display:flex;align-items:center}.survey-root .question-picker-search .input{width:100%;padding-right:40px}.survey-root .question-picker-clear{position:absolute;right:10px;background:transparent;border:none;color:var(--muted);font-size:18px;line-height:1;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:50%}.survey-root .question-picker-clear:hover{color:var(--ink);background:rgba(148,163,184,.2)}.survey-root .question-picker-list{flex:1;overflow:auto;display:flex;flex-direction:column;gap:12px;padding-right:4px;padding-bottom:8px}.survey-root .question-picker-section{border:1px solid rgba(148,163,184,.5);border-radius:14px;padding:12px;background:rgba(255,255,255,.9);display:flex;flex-direction:column;gap:8px}.survey-root .question-picker-section__header{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.survey-root .question-picker-section__title{font-weight:600;color:var(--ink)}.survey-root .question-picker-section__count{font-size:11px;color:var(--muted)}.survey-root .question-picker-options{display:flex;flex-direction:column;gap:8px}.survey-root .question-picker-option{display:flex;gap:10px;padding:10px;border:1px solid rgba(226,232,240,.9);border-radius:12px;background:rgba(248,250,252,.8);cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.survey-root .question-picker-option input{width:16px;height:16px;margin-top:4px}.survey-root .question-picker-option__body{flex:1;display:flex;flex-direction:column;gap:4px}.survey-root .question-picker-option__label{font-weight:600;color:var(--ink)}.survey-root .question-picker-option__meta{display:flex;flex-wrap:wrap;gap:12px;font-size:12px;color:var(--muted)}.survey-root .question-picker-option.is-selected{border-color:var(--primary);background:#fff;box-shadow:0 0 0 2px #3b82f626}.survey-root .question-picker-option.is-disabled{cursor:not-allowed;opacity:.55}.survey-root .visibility-explanation{margin-top:8px;padding:8px 10px;border-radius:10px;background:rgba(15,23,42,.04);display:flex;flex-direction:column;gap:4px}.survey-root .visibility-explanation__label{font-size:11px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.05em}.survey-root .visibility-explanation__text{font-size:13px;color:var(--muted);line-height:1.4}.survey-root .visibility-explanation__highlight{color:var(--ink);font-weight:600}.survey-root .pricing-rule-explanation__value{font-weight:600;color:var(--ink)}.survey-root .question-picker-option__type{text-transform:capitalize}.survey-root .question-picker-empty{padding:24px;border:1px dashed rgba(148,163,184,.7);border-radius:14px;text-align:center;font-size:13px;color:var(--muted)}.survey-root .question-picker-modal-footer{display:flex;justify-content:flex-end;align-items:center;gap:12px;padding:16px;border-top:1px solid rgba(148,163,184,.4);flex-wrap:wrap;background:rgba(248,250,252,.9)}.survey-root .question-picker-modal-footer .btn{flex:0 1 auto;max-width:100%}.survey-root .answer-picker-modal-card{width:min(600px,calc(100vw - 32px));max-height:85vh;display:flex;flex-direction:column;overflow:hidden}.survey-root .answer-picker-body{flex:1;overflow:auto;padding-bottom:0}.survey-root .answer-picker-question{margin-top:4px;font-size:12px;color:var(--muted)}.survey-root .answer-picker-list{display:flex;flex-direction:column;gap:10px;padding-right:4px}.survey-root .answer-picker-option{display:flex;gap:10px;padding:10px;border:1px solid rgba(226,232,240,.9);border-radius:12px;background:rgba(248,250,252,.8);cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.survey-root .answer-picker-option input{width:18px;height:18px;margin-top:4px}.survey-root .answer-picker-option__body{flex:1;display:flex;flex-direction:column;gap:4px}.survey-root .answer-picker-option__label{font-weight:600;color:var(--ink)}.survey-root .answer-picker-option__meta{font-size:12px;color:var(--muted)}.survey-root .answer-picker-option.is-selected{border-color:var(--primary);background:#fff;box-shadow:0 0 0 2px #3b82f626}.survey-root .answer-picker-empty{padding:24px;border:1px dashed rgba(148,163,184,.7);border-radius:14px;text-align:center;font-size:13px;color:var(--muted)}.survey-root .answer-picker-footer{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap;padding:16px;border-top:1px solid rgba(148,163,184,.4);background:rgba(248,250,252,.9);border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.survey-root .option-detail-panel{display:flex;flex-direction:column;gap:16px}.survey-root .option-detail-header{display:flex;justify-content:flex-start;align-items:center;gap:12px;padding-bottom:16px;border-bottom:1px solid var(--border);flex-wrap:wrap}.survey-root .option-detail-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.survey-root .option-detail-body{display:flex;flex-direction:column;gap:16px}.survey-root .section-pricing-form .pricing-item-list{flex:1}.survey-root .pricing-selected-question{display:inline-flex;align-items:center;gap:8px;margin-top:8px;font-size:12px;color:var(--muted)}.survey-root .pricing-selected-question code{background:rgba(15,23,42,.08);padding:2px 6px;border-radius:6px;font-size:11px;color:var(--muted)}.survey-root .pricing-question-chip-label{font-weight:600;color:#1d4ed8;background:rgba(59,130,246,.14);padding:2px 8px;border-radius:999px;font-size:12px}.survey-root .pricing-selected-hint{margin-top:8px;font-size:12px;color:var(--muted)}.survey-root .multipliers-block{display:flex;flex-direction:column;gap:16px}.survey-root .multiplier-card{border:1px solid rgba(148,163,184,.5);border-radius:12px;padding:12px;background:rgba(248,250,252,.75)}.survey-root .multiplier-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.survey-root .multiplier-table{width:100%;border-collapse:collapse;font-size:13px}.survey-root .multiplier-table th,.multiplier-table td{padding:8px;border-bottom:1px solid rgba(226,232,240,.7);text-align:left}.survey-root .multiplier-table td:last-child{text-align:right}.survey-root .admin-question-wrapper{position:relative}.survey-root .admin-question-wrapper .qc{position:relative;z-index:1;transition:transform .2s ease,box-shadow .2s ease;background-color:#f5f9fef2;border-radius:12px;padding:8px}.survey-root .admin-question-wrapper.admin-enabled .qc{cursor:pointer}.survey-root .admin-question-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--radius);border:1px solid transparent;background:rgba(255,255,255,0);display:flex;align-items:flex-start;justify-content:flex-end;padding:8px;z-index:1;transition:all .2s ease;pointer-events:none}.survey-root .admin-question-wrapper.admin-enabled:focus-visible .admin-question-overlay{outline:2px solid rgba(59,130,246,.6);outline-offset:2px}.survey-root .admin-question-wrapper.admin-enabled:hover .admin-question-overlay{border-color:#3b82f680;box-shadow:0 0 0 4px #3b82f61f;background:rgba(59,130,246,.04)}.survey-root .admin-question-wrapper.admin-enabled:hover .qc{transform:translateY(-1px)}.survey-root .admin-question-wrapper.selected .admin-question-overlay{border-color:var(--primary);box-shadow:0 0 0 4px #2b6cb02e;background:rgba(43,108,176,.05)}.survey-root .admin-question-wrapper.selected .qc{box-shadow:0 18px 38px #2563eb2e}.survey-root .admin-question-chip{font-size:11px;font-weight:600;color:#1d4ed8;background:rgba(59,130,246,.18);padding:2px 8px;border-radius:999px;pointer-events:none;opacity:0;transform:translateY(-4px);transition:opacity .2s ease,transform .2s ease}body.admin-mode-active .survey-root .admin-question-wrapper.admin-enabled .admin-question-overlay{border-color:#3b82f647;background:rgba(59,130,246,.05)}body.admin-mode-active .survey-root .admin-question-chip,.survey-root .admin-question-wrapper.admin-enabled:hover .admin-question-chip,.admin-question-wrapper.selected .admin-question-chip{opacity:1;transform:translateY(0)}.survey-root .admin-option-wrapper{position:relative;border-radius:var(--radius);z-index:5}.survey-root .card-radio-group .admin-option-wrapper{height:100%}.survey-root .admin-option-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;border:1px solid transparent;background:rgba(255,255,255,0);display:flex;align-items:flex-start;justify-content:flex-end;padding:6px;z-index:6;transition:all .2s ease}.survey-root .admin-option-overlay:focus-visible{outline:2px solid rgba(59,130,246,.6);outline-offset:2px}.survey-root .admin-option-wrapper.admin-enabled:hover .admin-option-overlay{border-color:#3b82f673;box-shadow:0 0 0 3px #3b82f61f;background:rgba(59,130,246,.04)}.survey-root .admin-option-wrapper.selected .admin-option-overlay{border-color:var(--primary);box-shadow:0 0 0 3px #2b6cb02e;background:rgba(43,108,176,.06)}.survey-root .admin-option-chip{font-size:10px;font-weight:600;color:#1d4ed8;background:rgba(59,130,246,.18);padding:2px 6px;border-radius:999px;pointer-events:none;opacity:0;transform:translateY(-4px);transition:opacity .2s ease,transform .2s ease;line-height:1}.survey-root .admin-option-chip.budget-linked,.survey-root .admin-question-chip.budget-linked{color:#047857;background:rgba(16,185,129,.25)}body.admin-mode-active .survey-root .admin-option-wrapper.admin-enabled .admin-option-overlay{border-color:#3b82f640;background:rgba(59,130,246,.05)}body.admin-mode-active .survey-root .admin-option-chip,.survey-root .admin-option-wrapper.admin-enabled:hover .admin-option-chip,.admin-option-wrapper.selected .admin-option-chip{opacity:1;transform:translateY(0)}.survey-root .admin-option-wrapper.budget-linked .admin-option-overlay{border-color:#10b98159;background:rgba(16,185,129,.08)}.survey-root .admin-option-wrapper.budget-linked.admin-enabled:hover .admin-option-overlay,.survey-root .admin-option-wrapper.budget-linked.selected .admin-option-overlay{border-color:#0596698c;box-shadow:0 0 0 3px #10b98124;background:rgba(16,185,129,.12)}.survey-root .admin-option-wrapper.admin-highlight .admin-option-overlay,.survey-root .admin-question-wrapper.admin-highlight .admin-question-overlay,.survey-root .admin-section-header.admin-highlight:after{border-color:var(--primary);animation:admin-highlight-ring 1.25s ease-out}.survey-root .admin-option-wrapper.admin-highlight .admin-option-overlay,.survey-root .admin-question-wrapper.admin-highlight .admin-question-overlay{background:rgba(43,108,176,.08);box-shadow:0 0 0 4px #2b6cb02e}.survey-root .card.admin-highlight{position:relative}.survey-root .card.admin-highlight .card-head:after{animation:admin-highlight-ring 1.25s ease-out}@keyframes admin-highlight-ring{0%{box-shadow:0 0 #2b6cb059}45%{box-shadow:0 0 0 12px #3b82f62e}to{box-shadow:0 0 #2b6cb000}}.survey-root .admin-question-wrapper.voice-highlight .qc{animation:voice-question-pulse 1.35s ease-out;animation-fill-mode:forwards}@keyframes voice-question-pulse{0%{box-shadow:0 0 #6366f147,0 10px 22px #0f172a1f;transform:scale(.99)}45%{box-shadow:0 0 0 12px #818cf838,0 18px 36px #0f172a40;transform:scale(1.01)}to{box-shadow:0 0 #818cf800,0 12px 24px #0f172a1f;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.admin-question-wrapper.voice-highlight .qc{animation:none;box-shadow:0 0 0 2px #6366f166,0 12px 24px #0f172a1f}}.survey-root .admin-option-card{border-radius:14px}.survey-root .admin-option-card .admin-option-overlay{border-radius:14px;padding:8px}.survey-root .admin-option-card.selected .card-radio{border-color:var(--primary);box-shadow:0 18px 32px #2563eb29}.survey-root .admin-option-card.selected .card-radio-item{box-shadow:0 18px 32px #2563eb29}.survey-root .admin-option-pill{display:inline-block;border-radius:999px}.survey-root .admin-option-pill .admin-option-overlay{border-radius:999px;align-items:flex-start;justify-content:flex-end;padding:4px;margin-top:6px;margin-bottom:18px}.survey-root .admin-option-pill .admin-option-overlay .admin-option-chip{display:none}.survey-root .admin-pill-option{display:flex;flex-direction:column;gap:4px;align-items:stretch}.survey-root .admin-option-chip-inline{display:inline-flex;font-size:10px;font-weight:600;align-self:flex-end;margin-bottom:-2px}.survey-root .qc-admin-spacing{padding-top:24px}.survey-root .qc-admin-spacing .card-radio-group{margin-top:12px}.survey-root .qc-admin-spacing>[role=group]{margin-top:12px}.survey-root .question-card.selected{border-color:var(--primary);box-shadow:0 18px 32px #2563eb29}.survey-root .option-row.selected{border-color:#2563eb99;box-shadow:0 12px 24px #2563eb24}.survey-root .card.admin-section-selected{box-shadow:0 20px 38px #2563eb26}.survey-root .admin-section-header{position:relative}.survey-root .admin-section-header .admin-question-chip{margin-top:0}.survey-root .admin-section-header{position:relative;transition:box-shadow .2s ease}.survey-root .admin-section-header:after{content:"";position:absolute;top:-6px;right:-12px;bottom:-6px;left:-12px;border-radius:calc(var(--radius) + 6px);border:1px solid transparent;background:rgba(255,255,255,0);transition:all .2s ease;pointer-events:none}.survey-root .admin-section-header.admin-enabled{cursor:pointer}.survey-root .admin-section-header.admin-enabled:hover:after{border-color:#3b82f680;box-shadow:0 0 0 4px #3b82f61f;background:rgba(59,130,246,.05)}.survey-root .card.admin-section-selected .admin-section-header:after{border-color:var(--primary);box-shadow:0 0 0 4px #2b6cb02e;background:rgba(43,108,176,.05)}.survey-root .admin-section-header .admin-question-chip{margin-left:8px;opacity:0;transform:translateY(-4px);transition:opacity .2s ease,transform .2s ease}body.admin-mode-active .survey-root .admin-section-header:after{border-color:#3b82f647;background:rgba(59,130,246,.05)}body.admin-mode-active .survey-root .admin-section-header .admin-question-chip,.survey-root .admin-section-header.admin-enabled:hover .admin-question-chip,.card.admin-section-selected .admin-question-chip{opacity:1;transform:translateY(0)}.survey-root .admin-chat-send{width:34px;height:34px;border-radius:999px;border:none;background:var(--primary);display:inline-flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;box-shadow:0 6px 12px #3b82f640;transition:transform .15s ease,box-shadow .15s ease;font-size:14px}.survey-root .admin-chat-send:hover{transform:translateY(-1px);box-shadow:0 10px 18px #3b82f652}.survey-root .admin-chat-send:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.survey-root .admin-chat-send-icon{font-size:14px;line-height:1}.survey-root .admin-chat-cancel{width:34px;height:34px;border-radius:999px;border:none;background:#dc2626;display:inline-flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;box-shadow:0 6px 12px #dc262640;transition:transform .15s ease,box-shadow .15s ease;font-size:14px}.survey-root .admin-chat-cancel:hover{transform:translateY(-1px);box-shadow:0 10px 18px #dc262652}.survey-root .admin-chat-cancel-icon{font-size:14px;line-height:1}.survey-root .admin-chat-clear{height:30px;padding:0 12px;border-radius:999px;border:none;background:rgba(148,163,184,.18);color:var(--ink);font-size:11px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease,color .15s ease}.survey-root .admin-chat-clear:hover{background:rgba(59,130,246,.12);color:var(--primary)}.survey-root .admin-chat-clear:disabled{opacity:.6;cursor:not-allowed}.survey-root .admin-chat-cursor{display:inline-block;width:2px;height:1em;background:var(--primary);animation:cursor-blink 1s infinite;margin-left:2px;vertical-align:text-bottom}@keyframes cursor-blink{0%,49%{opacity:1}50%,to{opacity:0}}@keyframes admin-chat-typing{0%,to{transform:scale(.8);opacity:.35}50%{transform:scale(1.25);opacity:.9}}.survey-root .admin-chat-message.system{align-self:center;max-width:90%}.survey-root .admin-chat-message.system .admin-chat-bubble{background:rgba(248,113,113,.15);border:1px solid rgba(248,113,113,.5);color:#991b1b}.survey-root .admin-chat-reasoning{margin-top:12px;border-top:1px solid rgba(148,163,184,.3);padding-top:12px}.survey-root .admin-chat-reasoning-toggle{display:flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;font-size:12px;font-weight:600;color:var(--muted);padding:4px 0;transition:color .2s ease}.survey-root .admin-chat-reasoning-toggle:hover{color:var(--ink)}.survey-root .admin-chat-reasoning-icon{font-size:10px;width:12px;display:inline-block}.survey-root .admin-chat-reasoning-content{margin-top:8px;padding:10px;background:rgba(248,250,252,.8);border-radius:8px;font-size:12px;line-height:1.6;color:var(--muted);border:1px solid rgba(148,163,184,.3)}.survey-root .admin-chat-tools{margin-top:12px;display:flex;flex-direction:column;gap:8px}.survey-root .admin-chat-tool{border:1px solid rgba(148,163,184,.4);border-radius:8px;background:rgba(248,250,252,.5);overflow:hidden}.survey-root .admin-chat-tool.pending{border-color:#fbbf2480;background:rgba(254,243,199,.3)}.survey-root .admin-chat-tool.done{border-color:#22c55e80;background:rgba(220,252,231,.3)}.survey-root .admin-chat-tool.error{border-color:#ef444480;background:rgba(254,226,226,.3)}.survey-root .admin-chat-tool-header{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;background:none;border:none;cursor:pointer;font:inherit;text-align:left;transition:background .2s ease}.survey-root .admin-chat-tool-header:hover{background:rgba(248,250,252,.8)}.survey-root .admin-chat-tool-icon{font-size:10px;width:12px;display:inline-block}.survey-root .admin-chat-tool-name{flex:1;font-size:12px;font-weight:600;color:var(--ink)}.survey-root .admin-chat-tool-status{font-size:11px;padding:2px 8px;border-radius:999px;font-weight:600}.survey-root .admin-chat-tool-status.pending{background:rgba(251,191,36,.2);color:#92400e}.survey-root .admin-chat-tool-status.done{background:rgba(34,197,94,.2);color:#166534}.survey-root .admin-chat-tool-status.error{background:rgba(239,68,68,.2);color:#991b1b}.survey-root .admin-chat-tool-details{padding:0 10px 10px;display:flex;flex-direction:column;gap:10px}.survey-root .admin-chat-tool-section{display:flex;flex-direction:column;gap:4px}.survey-root .admin-chat-tool-section strong{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted);font-weight:600}.survey-root .admin-chat-tool-section pre{margin:0;padding:8px;background:rgba(15,23,42,.05);border-radius:6px;font-size:11px;line-height:1.5;overflow-x:auto;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace}.survey-root .admin-chat-tool-section span{font-size:12px;color:var(--ink)}.survey-root .logo-button{border:none;background:none;padding:0;margin:0 14px 0 0;display:flex;align-items:center;cursor:pointer}.survey-root .logo-button:focus-visible .logo{box-shadow:0 0 0 3px #2b6cb047,var(--shadow)}.survey-root .config-modal .modal-body{padding:0 24px 24px;flex:1;min-height:0;overflow:auto}.survey-root .product-config-table-wrapper{overflow:auto;margin-top:16px;max-height:max(260px,calc(100vh - 280px));flex:1;min-height:0}.survey-root .package-configurator{display:flex;flex-direction:column;gap:20px;min-height:520px;height:100%}.survey-root .package-config-saving-banner{align-self:flex-start;padding:8px 12px;border-radius:10px;background:rgba(59,130,246,.12);color:var(--primary);font-size:12px;font-weight:500}.survey-root .product-config-row--pricing{background:linear-gradient(138deg,rgba(255,255,255,.96),rgba(241,245,249,.9))}.survey-root .product-config-row--pricing th,.product-config-row--pricing td{border-top:1px solid rgba(226,232,240,.7)}.survey-root .product-config-pricing-heading{display:flex;flex-direction:column;gap:4px;padding:10px 12px;font-weight:600;color:var(--ink)}.survey-root .product-config-pricing-heading span{font-size:12px;font-weight:400;color:var(--muted)}.survey-root .product-config-pricing-cell{padding:10px 12px;vertical-align:top}.survey-root .product-config-pricing-inline{display:flex;align-items:center;gap:6px;margin-bottom:2px}.survey-root .product-config-pricing-value{font-weight:600;color:var(--ink)}.survey-root .product-config-pricing-chip{font-size:12px;font-weight:600;color:var(--muted)}.survey-root .product-config-pricing-chip--warning{color:#b91c1c;font-weight:600}.survey-root .product-config-pricing-meta{margin-top:4px;font-size:12px;color:var(--muted)}.survey-root .product-config-pricing-meta--warning{color:#b91c1c}.survey-root .product-config-table{width:100%;border-collapse:collapse;min-width:640px;table-layout:fixed}.survey-root .product-config-table th,.product-config-table td{padding:4px 6px;border-bottom:1px solid var(--border);font-size:13px;text-align:left;vertical-align:top}.survey-root .product-config-table th:first-child,.product-config-table td:first-child{width:220px}.survey-root .product-config-table th:not(:first-child),.product-config-table td:not(:first-child){width:200px}.survey-root .product-config-table th{font-weight:600;color:var(--ink)}.survey-root .product-config-table tr:last-child td{border-bottom:none}.survey-root .product-config-selector{display:flex;align-items:center;justify-content:flex-start;gap:8px;border:1px solid transparent;background:transparent;padding:10px 12px;border-radius:12px;font-weight:600;color:var(--ink);cursor:pointer;transition:border .18s ease,box-shadow .18s ease,background .18s ease,color .18s ease}.survey-root .product-config-selector:hover{border-color:#94a3b88c;background:rgba(248,250,252,.7);box-shadow:0 6px 14px #0f172a14}.survey-root .product-config-selector:focus-visible{outline:2px solid rgba(59,130,246,.45);outline-offset:2px}.survey-root .product-config-selector.is-active{border-color:#3b82f673;background:rgba(226,239,255,.55);box-shadow:0 10px 20px #3b82f62e;color:var(--primary)}.survey-root .product-config-selection-menu{position:absolute;z-index:130;min-width:210px;max-width:280px;padding:14px 16px;border-radius:14px;border:1px solid rgba(203,213,225,.9);background:rgba(255,255,255,.98);box-shadow:0 16px 32px #0f172a2e;display:flex;flex-direction:column;gap:10px;transform:translate(-50%)}.survey-root .product-config-selection-menu-heading{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.survey-root .product-config-selection-menu-subheading{font-size:14px;font-weight:600;color:var(--ink)}.survey-root .product-config-selection-menu button{border:none;background:rgba(248,250,252,.9);border-radius:10px;padding:8px 12px;font-size:13px;font-weight:500;text-align:left;color:var(--ink);cursor:pointer;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.survey-root .product-config-selection-menu button:hover{background:rgba(226,239,255,.75);color:var(--primary);box-shadow:0 8px 18px #3b82f62e}.survey-root .product-config-selection-menu button.danger{background:rgba(254,226,226,.85);color:#b91c1c}.survey-root .product-config-selection-menu button.danger:hover{background:rgba(254,202,202,.92);color:#991b1b}.survey-root .product-config-selection-menu-confirm{display:flex;flex-direction:column;gap:12px;font-size:12px;color:var(--muted)}.survey-root .product-config-selection-menu-actions{display:flex;justify-content:flex-end;gap:10px}.survey-root .product-config-selection-menu-actions button{flex:0 0 auto;padding:8px 12px}.survey-root .product-config-row.is-selected th,.product-config-row.is-selected td{background:rgba(226,239,255,.2)}.survey-root .product-config-row.is-selected .product-config-selector{border-color:#3b82f673;background:rgba(226,239,255,.6);color:var(--primary)}.survey-root .product-config-column-selected{background:rgba(226,239,255,.16)}.survey-root .product-config-cell--interactive.is-column-selected{border-color:#3b82f64d;background:rgba(226,239,255,.2)}.survey-root .product-config-input{width:100%;border:1px solid var(--border);border-radius:8px;padding:6px 10px;font-size:14px;background:var(--paper)}.survey-root .product-config-input:focus{outline:2px solid transparent;box-shadow:0 0 0 2px #4f46e540}.survey-root .product-config-empty{padding:16px;background:rgba(226,232,240,.4);border-radius:12px;font-size:14px;color:var(--muted)}.survey-root .product-config-summary-row th,.product-config-summary-row td{background:rgba(241,245,249,.65);border-bottom:0;font-weight:500}.survey-root .product-config-summary-row th{font-weight:600;width:220px}.survey-root .product-config-summary-row td{white-space:nowrap}.survey-root .product-config-cell{position:relative;display:block;overflow:visible;overflow-wrap:anywhere;padding-right:2px}.survey-root .product-config-cell-text{display:block}.survey-root .product-config-cell--interactive{width:100%;min-height:100%;text-align:left;background:transparent;border:1px solid transparent;padding:10px 12px;border-radius:12px;transition:border .18s ease,box-shadow .18s ease,background .18s ease;cursor:pointer}.survey-root .product-config-cell--interactive:hover{border:1px solid rgba(148,163,184,.4);box-shadow:0 6px 12px #0f172a14;background:rgba(248,250,252,.65)}.survey-root .product-config-cell--interactive:focus-visible{outline:2px solid rgba(59,130,246,.45);outline-offset:2px}.survey-root .product-config-cell--with-badge{padding-right:12px}.survey-root .product-config-cell--empty{padding-right:32px;color:var(--muted)}.survey-root .product-config-cell-placeholder{display:block;font-size:12px;color:var(--muted);margin-top:6px;font-style:italic}.survey-root .product-config-catalog-trigger{position:absolute;top:6px;right:6px;border:none;background:#2563eb;color:#fff;font-size:11px;font-weight:600;padding:5px 10px;border-radius:999px;cursor:pointer;box-shadow:0 6px 14px #2563eb40;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.survey-root .product-config-catalog-trigger:hover{transform:translateY(-1px);box-shadow:0 10px 20px #2563eb47}.survey-root .product-config-catalog-trigger:focus-visible{outline:2px solid rgba(191,219,254,.9);outline-offset:2px}.survey-root .product-config-badge-wrapper{position:absolute;top:8px;right:8px;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.survey-root .product-config-badge-wrapper.is-active .product-config-badge{background:rgba(59,130,246,.2);color:#1e40af}.survey-root .product-config-badge{position:relative;z-index:0;border:none;background:rgba(59,130,246,.12);color:var(--primary);font-weight:600;font-size:11px;line-height:1;padding:4px 10px;border-radius:999px;box-shadow:0 4px 12px #0f172a1f;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.survey-root .product-config-badge--overlay{position:absolute;top:6px;right:8px;z-index:1;pointer-events:none}.survey-root .product-config-badge:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0f172a2e}.survey-root .product-config-badge:focus-visible{outline:2px solid rgba(59,130,246,.55);outline-offset:2px}.survey-root .product-config-match-popover{position:absolute;top:100%;right:0;margin-top:8px;min-width:220px;max-width:280px;background:var(--paper);border:1px solid rgba(226,232,240,.9);border-radius:12px;box-shadow:0 16px 32px #0f172a2e;padding:12px 14px;font-size:12px;color:var(--ink);line-height:1.45;z-index:10}.survey-root .product-config-match-popover:before{content:"";position:absolute;top:-6px;right:24px;width:12px;height:12px;background:var(--paper);border-left:1px solid rgba(226,232,240,.9);border-top:1px solid rgba(226,232,240,.9);transform:rotate(45deg)}.survey-root .product-config-match-popover-title{font-weight:600;font-size:12px;margin-bottom:8px;color:var(--ink)}.survey-root .product-config-match-popover-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.survey-root .product-config-match-popover-list li{white-space:normal;font-size:12px;color:var(--ink)}.survey-root .product-config-match-popover-list .match-item-name{font-weight:600}.survey-root .product-config-match-popover-list .match-item-brand{color:var(--muted);font-weight:500}.survey-root .product-config-match-popover-footer{margin-top:10px;font-size:11px;color:var(--muted)}.survey-root .product-config-badge-wrapper.is-open .product-config-match-popover{animation:fadeIn .16s ease backwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.survey-root .product-config-textarea{width:100%;min-height:72px;max-height:160px;resize:none;border:none;background:transparent;color:var(--ink);font-size:13px;line-height:1.4;padding:2px 4px;border-radius:4px;transition:box-shadow .16s ease,background .16s ease}.survey-root .product-config-textarea::-moz-placeholder{color:var(--muted)}.survey-root .product-config-textarea::placeholder{color:var(--muted)}.survey-root .product-config-textarea:focus{outline:none;box-shadow:0 0 0 2px #3b82f659;background:rgba(226,239,255,.35)}.survey-root .product-config-textarea--label{min-height:48px;font-weight:600}.survey-root .product-config-modal .product-config-empty{margin-top:16px}.survey-root .product-config-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,rgba(15,23,42,0) 0%,rgba(15,23,42,.08) 55%,rgba(15,23,42,.18) 100%);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:auto;z-index:110}.survey-root .product-config-drawer{position:fixed;top:0;right:0;height:100vh;width:min(420px,80vw);background:var(--paper);border-left:1px solid rgba(226,232,240,.95);box-shadow:-12px 0 28px #0f172a2e;display:flex;flex-direction:column;z-index:120}.survey-root .product-config-drawer-header{padding:24px 24px 16px;display:flex;justify-content:space-between;align-items:flex-start;gap:16px;border-bottom:1px solid rgba(226,232,240,.9)}.survey-root .product-config-drawer-search-button{margin-top:10px;display:flex;align-items:center;justify-content:center;gap:12px;border:none;border-radius:12px;padding:10px 14px;background:#0574d5;color:#fff;font-weight:600;font-size:15px;cursor:pointer;opacity:.94;box-shadow:0 8px 18px #0565b459;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.survey-root .product-config-drawer-search-button:disabled{cursor:not-allowed;opacity:.5;box-shadow:none}.survey-root .product-config-drawer-search-button:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 12px 20px #0565b461}.survey-root .product-config-drawer-search-button img{width:34px;height:34px;border-radius:50%;-o-object-fit:cover;object-fit:cover;display:block}.survey-root .product-config-drawer-search-button span{white-space:nowrap}.survey-root .product-config-drawer-close{border:none;background:transparent;color:var(--ink);width:36px;height:36px;border-radius:10px;font-size:20px;font-weight:600;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s ease,transform .18s ease}.survey-root .product-config-drawer-close:hover{background:rgba(148,163,184,.35);transform:translateY(-1px)}.survey-root .product-config-drawer-close:focus-visible{outline:2px solid rgba(59,130,246,.45);outline-offset:2px}.survey-root .product-config-drawer-close:disabled{opacity:.4;cursor:not-allowed;transform:none}.survey-root .product-config-drawer-actions{position:sticky;bottom:0;margin-top:auto;display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 24px;border-top:1px solid rgba(226,232,240,.9);background:rgba(248,250,252,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:5;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))}.survey-root .product-config-drawer-label{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.survey-root .product-config-drawer-title{font-size:18px;font-weight:700;color:var(--ink);margin-top:4px}.survey-root .product-config-drawer-subtitle{font-size:13px;color:var(--muted);margin-top:2px}.survey-root .product-config-drawer-body{padding:20px 22px;overflow:auto;display:flex;flex-direction:column;gap:20px;flex:1 1 auto}.survey-root .product-config-drawer-section{display:flex;flex-direction:column;gap:10px}.survey-root .product-config-drawer-field{display:flex;flex-direction:column;gap:6px}.survey-root .product-config-drawer-field span{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.survey-root .product-config-drawer-field input,.product-config-drawer-field select,.product-config-drawer-field textarea{border:1px solid rgba(148,163,184,.6);border-radius:10px;padding:8px 10px;font-size:13px;background:rgba(255,255,255,.98);transition:border .18s ease,box-shadow .18s ease}.survey-root .product-config-drawer-field textarea{min-height:90px;resize:vertical}.survey-root .product-config-drawer-field input:focus,.product-config-drawer-field select:focus,.product-config-drawer-field textarea:focus{outline:2px solid rgba(59,130,246,.35);outline-offset:2px;box-shadow:0 6px 16px #3b82f61f}.survey-root .product-config-drawer-help{margin:0;font-size:12px;color:var(--muted);line-height:1.45}.survey-root .product-config-drawer-error{border:1px solid rgba(248,113,113,.4);background:rgba(254,226,226,.85);border-radius:10px;padding:10px 12px;font-size:12px;color:#991b1b}.survey-root .product-config-drawer-action-buttons{display:flex;align-items:center;gap:10px;margin-left:auto}.survey-root .product-config-drawer-confirm{display:flex;flex-direction:column;gap:8px;max-width:220px;font-size:12px;color:var(--muted)}.survey-root .product-config-drawer-confirm p{margin:0}.survey-root .product-config-drawer-confirm-actions{display:flex;align-items:center;gap:8px}.survey-root .product-config-drawer-actions .btn{padding:8px 14px;font-size:14px;line-height:1.2;border-radius:10px}.survey-root .product-config-drawer-action-buttons .btn.primary{padding:8px 18px}.survey-root .proposal-preview{padding:32px 0 96px}.survey-root .proposal-preview .wrap{display:flex;flex-direction:column;gap:20px}.survey-root .proposal-preview__toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:10px}.survey-root .proposal-preview__actions{display:flex;flex-wrap:wrap;gap:10px;margin-left:auto}.survey-root .proposal-preview__actions .btn{padding:8px 14px;font-size:14px;gap:6px}.survey-root .proposal-preview__actions .btn svg{width:16px;height:16px}.survey-root .proposal-preview__back{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;border:1px solid rgba(148,163,184,.4);background:rgba(255,255,255,.65);color:var(--muted);font-size:14px;line-height:1.2;cursor:pointer;transition:all .18s ease}.survey-root .proposal-preview__back svg{width:18px;height:18px}.survey-root .proposal-preview__back:hover{color:var(--primary);border-color:#3b82f680}.survey-root .proposal-preview__back:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.survey-root .proposal-preview__hero{display:grid;gap:24px;grid-template-columns:minmax(0,1fr) minmax(260px,340px);align-items:flex-start}.survey-root .proposal-preview__hero-main h1{margin:0 0 6px;font-size:clamp(1.8rem,1.4rem + 1vw,2.4rem);letter-spacing:-.01em}.survey-root .proposal-preview__hero-subtitle{margin:0 0 16px;color:var(--muted);font-size:15px}.survey-root .proposal-preview__hero-total{display:flex;flex-direction:column;gap:6px;margin-bottom:12px;padding:14px 18px;border-radius:14px;background:linear-gradient(135deg,rgba(37,99,235,.08),rgba(37,99,235,.02))}.survey-root .proposal-preview__hero-total-label{font-size:13px;text-transform:uppercase;letter-spacing:.1em;color:#1e3a8a}.survey-root .proposal-preview__hero-total-value{font-size:clamp(1.85rem,1.4rem + 1.5vw,2.8rem);font-weight:650;color:#1e40af}.survey-root .proposal-preview__hero-meta{margin:0;color:var(--muted);font-size:15px}.survey-root .proposal-preview__hero-cta{border-left:1px solid rgba(148,163,184,.3);padding-left:24px;display:flex;flex-direction:column;gap:16px}.survey-root .proposal-preview__hero-cta-lead{margin:0;color:var(--ink);font-weight:500}.survey-root .proposal-preview__hero-cta-actions{display:flex;flex-wrap:wrap;gap:10px}.survey-root .proposal-preview__hero-cta .btn{font-size:14px;padding:10px 16px}.survey-root .proposal-preview__hero-cta .btn svg{width:18px;height:18px}.survey-root .proposal-preview__hero-cta-footer{margin:0;font-size:13px;color:var(--muted)}.survey-root .proposal-preview__section-head{display:flex;flex-direction:column;gap:4px;margin-bottom:14px}.survey-root .proposal-preview__section-head h2{margin:0;font-size:1.35rem}.survey-root .proposal-preview__section-head p{margin:0;color:var(--muted);font-size:14px}.survey-root .proposal-preview__statement-input{width:100%;border-radius:12px;border:1px solid rgba(148,163,184,.35);padding:16px;font:inherit;line-height:1.5;resize:vertical;min-height:180px;background:rgba(248,250,252,.8)}.survey-root .proposal-preview__statement-input:focus{outline:2px solid rgba(59,130,246,.4);outline-offset:2px}.survey-root .proposal-preview__table-wrap{overflow-x:auto}.survey-root .proposal-preview__table{width:100%;border-collapse:collapse;min-width:720px;font-size:14px}.survey-root .proposal-preview__table th,.proposal-preview__table td{padding:12px 14px;text-align:left;border-bottom:1px solid rgba(226,232,240,.7);vertical-align:top}.survey-root .proposal-preview__table thead th{font-size:13px;text-transform:uppercase;letter-spacing:.08em;color:#475569;background:rgba(241,245,249,.7)}.survey-root .proposal-preview__table tbody tr:nth-child(2n){background:rgba(248,250,252,.6)}.survey-root .proposal-preview__table tbody th{font-weight:600;color:#1f2937}.survey-root .proposal-preview__table tfoot th{font-weight:700}.survey-root .proposal-preview__table tfoot td{font-weight:600}.survey-root .proposal-preview__empty{margin:0;color:var(--muted);font-size:14px}.survey-root .proposal-preview__next-steps ul{margin:0;padding-left:20px;display:grid;gap:8px;font-size:14px;color:var(--muted)}.survey-root .proposal-preview__next-steps h2{margin-top:0;margin-bottom:12px}.survey-root .proposal-preview__next-steps li{line-height:1.45}@media (max-width:980px){.survey-root .proposal-preview__hero{grid-template-columns:1fr}.survey-root .proposal-preview__hero-cta{border-left:none;padding-left:0;padding-top:18px;border-top:1px solid rgba(148,163,184,.3)}}@media (max-width:640px){.survey-root .proposal-preview{padding:20px 0 72px}.survey-root .proposal-preview__toolbar{flex-direction:column;align-items:flex-start}.survey-root .proposal-preview__actions{margin-left:0;width:100%;justify-content:space-between}.survey-root .proposal-preview__actions .btn{flex:1;justify-content:center}.survey-root .proposal-preview__table{min-width:540px}.survey-root .proposal-preview__hero-total{gap:4px}.survey-root .proposal-preview__hero-cta .btn{width:100%;justify-content:center}}.survey-root .progress-arrow-bar{display:inline-flex;align-items:center;gap:0;--arrow-notch:16px;--progress-bg:#eef1f6;--progress-fg:#475569}.survey-root .progress-arrow-bar--compact{font-size:12px;line-height:1.2}.survey-root .progress-arrow-bar--small{font-size:13px}.survey-root .progress-arrow-bar--medium{font-size:14px}.survey-root .progress-arrow-bar--neutral{--progress-bg:#eef1f6;--progress-fg:#475569}.survey-root .progress-arrow-bar--subtle{--progress-bg:#f8fafc;--progress-fg:#64748b}.survey-root .progress-arrow-bar__segment{position:relative;display:flex;align-items:center;justify-content:center;font-weight:600;color:var(--progress-fg);background:var(--progress-bg);padding:8px 28px;border:none;clip-path:polygon(0 0,calc(100% - var(--arrow-notch)) 0,100% 50%,calc(100% - var(--arrow-notch)) 100%,0 100%,var(--arrow-notch) 50%);text-transform:none;white-space:nowrap}.survey-root .progress-arrow-bar--compact .progress-arrow-bar__segment{padding:6px 22px}.survey-root .progress-arrow-bar--compact{--arrow-notch:14px}.survey-root .progress-arrow-bar__segment--first{clip-path:polygon(0 0,calc(100% - var(--arrow-notch)) 0,100% 50%,calc(100% - var(--arrow-notch)) 100%,0 100%);border-top-left-radius:999px;border-bottom-left-radius:999px}.survey-root .progress-arrow-bar__segment--last{clip-path:polygon(0 0,100% 0,100% 100%,0 100%,var(--arrow-notch) 50%);border-top-right-radius:999px;border-bottom-right-radius:999px}.survey-root .progress-arrow-bar__segment+.progress-arrow-bar__segment{margin-left:calc(var(--arrow-notch) * -1 + 2px)}.survey-root .progress-arrow-bar__segment--button{cursor:pointer}.survey-root .progress-arrow-bar__segment--button:hover{filter:brightness(1.03)}.survey-root .progress-arrow-bar__segment--active{background:#d3e3ff;color:#1d4ed8}.survey-root .progress-arrow-bar__segment:focus-visible{outline:2px solid rgba(59,130,246,.4);outline-offset:3px}.survey-root .product-config-drawer-criteria{width:100%;border:1px solid rgba(203,213,225,.9);border-radius:12px;padding:12px 14px;font-size:13px;line-height:1.5;resize:vertical;min-height:30px;background:rgba(248,250,252,.9);color:var(--ink)}.survey-root .product-config-drawer-criteria:disabled{opacity:.65}.survey-root .product-config-drawer-criteria:focus{outline:2px solid rgba(59,130,246,.35);outline-offset:2px}.survey-root .product-config-drawer-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.survey-root .product-config-drawer-card{position:relative;border:1px solid rgba(226,232,240,.9);border-radius:12px;padding:12px 14px;background:rgba(248,250,252,.9);display:flex;flex-direction:column;gap:12px;box-shadow:0 10px 22px #0f172a1a}.survey-root .product-config-drawer-card--has-thumb{display:block}.survey-root .product-config-drawer-card-thumb{float:right;width:80px;height:80px;border-radius:12px;margin:0 0 12px 16px;overflow:hidden;background:rgba(226,232,240,.6);display:flex;align-items:center;justify-content:center}.survey-root .product-config-drawer-card-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.survey-root .product-config-drawer-card-main{display:block}.survey-root .product-config-drawer-card-header{display:flex;flex-direction:column;gap:6px}.survey-root .product-config-drawer-card-title{font-size:14px;font-weight:600;color:var(--ink)}.survey-root .product-config-drawer-card-brand{color:var(--muted);font-weight:500;font-size:13px}.survey-root .product-config-drawer-card-meta{width:100%;padding:10px 0;margin:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;font-size:12px;color:var(--muted)}.survey-root .product-config-drawer-card-meta div{background:rgba(241,245,249,.7);border-radius:8px;padding:6px 8px;display:flex;flex-direction:column;gap:2px;min-height:60px}.survey-root .product-config-drawer-card-meta dt{text-transform:uppercase;font-size:10px;letter-spacing:.06em;font-weight:600;color:var(--muted)}.survey-root .product-config-drawer-card-meta dd{margin:0;font-size:12px;font-weight:600;color:var(--ink)}.survey-root .product-config-drawer-card-notes{margin:0;font-size:12px;color:var(--muted);line-height:1.5}.survey-root .product-config-drawer-link{padding:0;border:none;background:transparent;color:#2563eb;font-size:12px;font-weight:600;cursor:pointer;align-self:flex-start}.survey-root .product-config-drawer-link:hover{color:#1d4ed8}.survey-root .product-config-drawer-link:focus-visible{outline:2px solid rgba(37,99,235,.45);outline-offset:2px}.survey-root .product-config-drawer-link-placeholder{display:inline-block;width:1px;height:1px;visibility:hidden}.survey-root .product-config-drawer-card-footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.survey-root .product-config-drawer-card-footer .btn{padding:6px 12px;font-size:12px}.survey-root .product-config-drawer-card-chip{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.survey-root .product-config-drawer-results{margin-top:16px;display:flex;flex-direction:column;gap:12px}.survey-root .product-config-drawer-empty{border:1px dashed rgba(148,163,184,.6);border-radius:12px;padding:16px;text-align:center;font-size:13px;color:var(--muted);background:rgba(241,245,249,.45)}.survey-root .product-config-drawer-input{width:100%;border:1px solid rgba(203,213,225,.9);border-radius:12px;padding:10px 12px;font-size:13px;background:rgba(248,250,252,.9);color:var(--ink)}.survey-root .product-config-drawer-input:focus{outline:2px solid rgba(59,130,246,.35);outline-offset:2px}.survey-root .product-config-drawer-linked-heading{display:flex;align-items:center;justify-content:space-between;gap:8px}.survey-root .product-config-drawer-linked-count{font-size:12px;font-weight:600;color:var(--muted)}.survey-root .product-config-drawer-warning{margin:0;border:1px solid rgba(251,191,36,.5);border-radius:10px;padding:10px 12px;font-size:12px;color:#92400e;background:rgba(254,243,199,.7)}.survey-root .product-config-drawer-footer{border-top:1px solid rgba(226,232,240,.85);padding:16px 24px;background:rgba(248,250,252,.9)}@media (max-width:720px){.survey-root .modal-overlay{padding:24px}.survey-root .product-config-table-wrapper{max-height:max(240px,calc(100vh - 220px))}.survey-root .product-config-drawer{width:100%;max-width:360px}}@media (max-width:520px){.survey-root .product-config-drawer-card--has-thumb{display:flex;flex-direction:column;align-items:center;padding-top:12px}.survey-root .product-config-drawer-card-thumb{float:none;margin:0 0 12px;width:92px;height:92px}.survey-root .product-config-drawer-card-main{width:100%}}.survey-root .config-option-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.survey-root .config-option{width:100%;text-align:left;border:1px solid var(--border);background:rgba(255,255,255,.95);border-radius:18px;padding:16px 18px;display:flex;flex-direction:column;gap:10px;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.survey-root .config-option:disabled{opacity:.6;cursor:not-allowed;transform:none}.survey-root .config-option:hover{border-color:#2b6cb0b3;box-shadow:0 12px 26px #0f172a1f;transform:translateY(-1px)}.survey-root .config-option.active{border-color:var(--primary);box-shadow:0 14px 32px #2b6cb02e;background:rgba(226,240,255,.65)}.survey-root .config-option-head{display:flex;justify-content:space-between;align-items:center;gap:12px}.survey-root .config-option-title{display:flex;flex-direction:column;gap:2px}.survey-root .config-option-label{font-size:16px;font-weight:600;color:var(--ink)}.survey-root .config-option-id{display:inline-flex;align-items:center;gap:6px;font-size:11px;line-height:1.3;color:var(--muted);letter-spacing:.01em;text-transform:none}.survey-root .config-option-copy-btn{border:none;background:transparent;padding:2px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;color:inherit;cursor:pointer;transition:color .2s ease,background-color .2s ease}.survey-root .config-option-copy-btn:hover{color:var(--primary);background:rgba(15,23,42,.08)}.survey-root .config-option-copy-btn:focus-visible{outline:2px solid rgba(37,99,235,.45);outline-offset:2px}.survey-root .config-option-copy-btn svg{width:14px;height:14px}.survey-root .config-option-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 10px;border-radius:999px;background:var(--primary);color:#fff;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.02em}.survey-root .config-option-description{margin:0;color:var(--muted);font-size:14px;line-height:1.45}.survey-root .config-option-files{display:flex;gap:8px;flex-wrap:wrap}.survey-root .config-option-files code{background:rgba(15,23,42,.1);color:#0f172a;border-radius:6px;padding:4px 8px;font-size:12px}.survey-root .config-modal-actions{display:flex;align-items:center;gap:12px}.survey-root .split-button{position:relative;display:inline-flex;align-items:stretch;border-radius:10px}.survey-root .split-button .btn{border-radius:0}.survey-root .split-button .split-button-main{border-radius:10px 0 0 10px}.survey-root .split-button .split-button-toggle{border-radius:0 10px 10px 0;margin-left:-1px;padding:8px 10px;min-width:44px;justify-content:center}.survey-root .split-button .split-button-toggle .split-button-icon{width:16px;height:16px}.survey-root .split-button.open .split-button-toggle{background:rgba(148,163,184,.16)}.survey-root .split-button .split-button-menu{position:absolute;right:0;top:calc(100% + 8px);display:flex;flex-direction:column;gap:4px;background:rgba(255,255,255,.98);border:1px solid var(--border);border-radius:12px;box-shadow:0 18px 36px #0f172a2e;padding:8px;min-width:180px;z-index:50}.survey-root .split-button .split-button-item{background:none;border:none;padding:8px 12px;border-radius:8px;font:inherit;color:inherit;text-align:left;cursor:pointer;display:flex;align-items:center;gap:8px}.survey-root .split-button .split-button-item:hover{background:rgba(148,163,184,.14)}.survey-root .split-button .split-button-item:disabled{opacity:.6;cursor:not-allowed}.survey-root .import-summary-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.survey-root .import-summary-list li{display:flex;justify-content:space-between;gap:12px;font-size:14px}.survey-root .import-summary-term{font-weight:600;color:var(--muted)}.survey-root .import-summary-value{color:var(--ink);text-align:right}.survey-root .config-option-error{margin:0 0 12px;color:#b91c1c;font-size:14px}.survey-root .config-option-warning{margin:0;color:#b45309;font-size:13px;line-height:1.45}.survey-root .config-option-empty{padding:12px;color:var(--muted);font-size:14px;list-style:none}.survey-root .allowed-urls-list{list-style:none;margin:0 0 16px;padding:0;display:flex;flex-direction:column;gap:8px}.survey-root .allowed-urls-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;background:rgba(241,245,249,.7);border-radius:8px;border:1px solid rgba(226,232,240,.8)}.survey-root .allowed-urls-code{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:13px;color:var(--ink);word-break:break-all;flex:1}.survey-root .allowed-urls-add{display:flex;gap:8px;align-items:flex-start}.survey-root .allowed-urls-add .input{flex:1}.survey-root .allowed-urls-add .btn{flex-shrink:0;display:inline-flex;align-items:center;gap:4px}.survey-root .allowed-urls-add .btn svg{width:16px;height:16px}.survey-root .allowed-urls-error{margin:8px 0 0;color:#b91c1c;font-size:13px}.survey-root .allowed-urls-empty{text-align:center;padding:24px 16px;color:var(--muted)}.survey-root .allowed-urls-empty-icon{width:40px;height:40px;margin:0 auto 12px;color:#f59e0b}.survey-root .allowed-urls-empty p{margin:0 0 4px;font-size:14px}.survey-root .allowed-urls-empty-hint{font-size:13px;opacity:.8}.survey-root .icon-btn--danger{color:#b91c1c}.survey-root .icon-btn--danger:hover{background:rgba(185,28,28,.1)}@media (max-width:480px){.survey-root .logo-button{margin-right:10px}.survey-root .config-option{padding:14px 16px}.survey-root .config-option-label{font-size:15px}.survey-root .config-option-description{font-size:13px}}.survey-root .admin-option-pill.selected .pill{border-color:#3b82f6a6;box-shadow:0 12px 20px #3b82f629}.survey-root .app-loading-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:40px;background:var(--bg);color:var(--ink);text-align:center}.survey-root .loading-indicator{display:inline-flex;gap:10px;align-items:center;justify-content:center}.survey-root .loading-indicator span{width:12px;height:12px;border-radius:50%;background:var(--primary);animation:loading-dots 1s ease-in-out infinite}.survey-root .loading-indicator span:nth-child(2){animation-delay:.15s}.survey-root .loading-indicator span:nth-child(3){animation-delay:.3s}.survey-root .loading-label{margin:0;font-size:15px;color:var(--muted);letter-spacing:.02em}@keyframes loading-dots{0%,80%,to{opacity:.2;transform:translateY(0)}40%{opacity:1;transform:translateY(-6px)}}.survey-root .auth-page{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:64px 16px;overflow:hidden;color:#0b132b}.survey-root .auth-page:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0b132b 0%,#162a50 45%,#2b6cb0 100%);z-index:0}.survey-root .auth-page:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;opacity:.4;background-image:radial-gradient(circle at 20% 20%,rgba(255,255,255,.18) 0,transparent 45%),radial-gradient(circle at 80% 0%,rgba(255,255,255,.12) 0,transparent 40%),radial-gradient(circle at 0% 100%,rgba(255,255,255,.12) 0,transparent 40%)}.survey-root .auth-page__container{position:relative;z-index:1;width:100%;max-width:420px}.survey-root .auth-card{background:#fff;border-radius:28px;border:1px solid rgba(255,255,255,.18);box-shadow:0 28px 70px #0c19322e;padding:40px 42px;color:#0f172a;display:flex;flex-direction:column;gap:24px}@media (max-width:520px){.survey-root .auth-card{padding:32px 28px}}.survey-root .auth-card__header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;margin-bottom:8px}.survey-root .auth-badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:999px;font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;background:rgba(var(--primary-rgb),.12);color:var(--primary)}.survey-root .auth-card__title{font-size:28px;font-weight:700;letter-spacing:-.015em;margin:0;color:#0f172a}.survey-root .auth-card__subtitle{margin:0;font-size:14px;color:#475569;max-width:36ch}.survey-root .auth-form{display:flex;flex-direction:column;gap:24px}.survey-root .auth-field{display:flex;flex-direction:column;gap:8px;text-align:left}.survey-root .auth-field__header{display:flex;align-items:center;gap:12px}.survey-root .auth-label{font-size:14px;font-weight:600;color:#1e293b}.survey-root .auth-input{height:48px;border-radius:18px;border:1px solid rgba(148,163,184,.6);background:#fff;padding:0 16px;font-size:16px;color:#0f172a;transition:border-color .2s ease,box-shadow .2s ease}.survey-root .auth-input:focus{border-color:var(--primary);box-shadow:0 0 0 2px rgba(var(--primary-rgb),.25);outline:none}.survey-root .auth-inline-button{margin-left:auto;background:none;border:none;padding:0;font:inherit;color:var(--primary);font-weight:600;cursor:pointer;transition:color .2s ease}.survey-root .auth-inline-button:hover{color:rgba(var(--primary-rgb),.8)}.survey-root .auth-inline-button:disabled{opacity:.6;cursor:not-allowed}.survey-root .auth-feedback{font-size:14px;margin:-8px 0 -4px}.survey-root .auth-feedback--error{color:#b91c1c}.survey-root .auth-feedback--success{color:#047857}.survey-root .auth-feedback--info{color:var(--muted)}.survey-root .auth-primary-button{height:48px;border:none;border-radius:18px;background:var(--primary);color:#fff;font-size:16px;font-weight:600;cursor:pointer;box-shadow:0 18px 36px rgba(var(--primary-rgb),.35);transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.survey-root .auth-primary-button:hover:not(:disabled){transform:translateY(-1px);background:rgba(var(--primary-rgb),.92)}.survey-root .auth-primary-button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.survey-root .auth-divider{position:relative;text-align:center;font-size:14px;color:#64748b;margin-top:4px}.survey-root .auth-divider:before,.survey-root .auth-divider:after{content:"";position:absolute;top:50%;width:100%;border-top:1px solid rgba(148,163,184,.4);transform:translateY(-50%)}.survey-root .auth-divider:before{left:0}.survey-root .auth-divider:after{right:0}.survey-root .auth-divider__text{position:relative;display:inline-block;padding:0 12px;background:#fff;font-weight:500;color:#475569}.survey-root .auth-google-button{display:flex;align-items:center;justify-content:center;gap:12px;height:48px;border-radius:18px;border:1px solid rgba(148,163,184,.6);background:#fff;font-size:16px;font-weight:500;color:#334155;cursor:pointer;transition:all .2s ease;box-shadow:0 6px 14px #0f172a14}.survey-root .auth-google-button:hover:not(:disabled){border-color:rgba(var(--primary-rgb),.4);color:var(--primary);background:rgba(248,250,252,.9)}.survey-root .auth-google-button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.survey-root .auth-google-icon{width:20px;height:20px}.survey-root .auth-footer{margin-top:16px;text-align:center;font-size:14px;color:#64748b;display:flex;flex-direction:column;gap:6px}.survey-root .auth-link{color:var(--primary);font-weight:600;text-decoration:none;transition:color .2s ease;background:none;border:none;padding:0;font:inherit;cursor:pointer;display:inline-flex;align-items:center}.survey-root .auth-link:hover{text-decoration:underline;color:rgba(var(--primary-rgb),.85)}.survey-root .auth-message{font-size:14px;color:#475569;text-align:center}.survey-root .auth-secondary-button{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:999px;border:1px solid rgba(148,163,184,.6);background:rgba(255,255,255,.92);font-size:14px;font-weight:500;color:#1f2937;cursor:pointer;transition:all .2s ease}.survey-root .auth-secondary-button:hover{color:var(--primary);border-color:rgba(var(--primary-rgb),.5);box-shadow:0 10px 24px #0f172a26}.survey-root .auth-secondary-button:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.survey-root .auth-actions{display:flex;flex-direction:column;gap:12px;align-items:center;margin-top:16px}.survey-root .auth-status{font-size:14px;color:#475569;text-align:center}.survey-root .ai-designer-card{position:relative;overflow:hidden}.survey-root .ai-designer-head-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.survey-root .ai-designer-mode-switcher{display:flex;flex-wrap:wrap;gap:10px;margin-right:4px}.survey-root .ai-designer-mode-option{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:10px 14px;border:1px solid rgba(148,163,184,.6);border-radius:12px;background:#fff;color:#1e293b;font-size:14px;line-height:1.2;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,color .2s ease}.survey-root .ai-designer-mode-option:hover:not(:disabled){border-color:#2563eba6;box-shadow:0 8px 18px #2563eb1f}.survey-root .ai-designer-mode-option.is-active{background:#2563eb;color:#fff;border-color:#2563eb;box-shadow:0 10px 20px #2563eb2e}.survey-root .ai-designer-mode-option:disabled{opacity:.65;cursor:default}.survey-root .ai-designer-mode-option-title{font-weight:600}.survey-root .ai-designer-mode-option-subtitle{font-size:12px;opacity:.85}.survey-root .ai-designer-dropzone{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:14px;padding:24px;border:1.5px dashed rgba(59,130,246,.4);border-radius:16px;background:rgba(236,244,255,.48);cursor:pointer;transition:border-color .2s ease,background .2s ease,transform .2s ease}.survey-root .ai-designer-dropzone:hover{border-color:#3b82f6a6;background:rgba(236,244,255,.68);transform:translateY(-1px)}.survey-root .ai-designer-dropzone.is-dragging{border-color:#3b82f6d9;background:rgba(219,234,254,.85);box-shadow:0 10px 24px #3b82f629}.survey-root .ai-designer-dropzone-icon{display:inline-flex;width:52px;height:52px;border-radius:18px;align-items:center;justify-content:center;background:rgba(59,130,246,.16);color:#2563eb}.survey-root .ai-designer-dropzone-icon svg{width:28px;height:28px}.survey-root .ai-designer-dropzone-copy{display:flex;align-items:center;gap:10px;font-size:15px;color:#1e293b}.survey-root .ai-designer-dropzone-copy strong{font-size:16px;font-weight:600}.survey-root .ai-designer-upload-list{margin-top:16px}.survey-root .ai-designer-upload-list ul{gap:12px;margin:0;padding:0;list-style:none}.survey-root .ai-designer-upload-item{display:flex;flex-direction:column;gap:0;border:1px solid rgba(148,163,184,.32);border-radius:14px;background:rgba(255,255,255,.94);overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.survey-root .ai-designer-upload-item.is-expanded{box-shadow:0 14px 30px #0f172a14;border-color:#94a3b86b}.survey-root .ai-designer-upload-header{display:flex;flex-wrap:wrap;align-items:flex-start;gap:14px 18px;padding:14px 16px 12px;background:rgba(248,250,252,.68)}.survey-root .ai-designer-upload-main{display:flex;align-items:center;gap:12px;flex:1 1 240px;min-width:0}.survey-root .ai-designer-thumbnail{width:72px;height:56px;border-radius:12px;overflow:hidden;background:rgba(203,213,225,.28);display:flex;align-items:center;justify-content:center;color:#1e293b}.survey-root .ai-designer-thumbnail.is-placeholder{background:rgba(203,213,225,.18);color:#94a3b8}.survey-root .ai-designer-thumbnail-button{width:100%;height:100%;padding:0;border:none;background:transparent;cursor:zoom-in;display:block;border-radius:inherit}.survey-root .ai-designer-thumbnail-button:focus-visible{outline:2px solid rgba(59,130,246,.55);outline-offset:2px;border-radius:inherit}.survey-root .ai-designer-thumbnail img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.survey-root .ai-designer-upload-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.survey-root .ai-designer-upload-meta span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.survey-root .ai-designer-upload-summary{display:flex;flex-direction:column;gap:6px;flex:1 1 220px;min-width:180px}.survey-root .ai-designer-room-count{font-size:13px;font-weight:600;color:#0f172a;text-transform:uppercase;letter-spacing:.04em}.survey-root .ai-designer-room-pill-list{display:flex;flex-wrap:wrap;gap:6px}.survey-root .ai-designer-room-pill{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:999px;background:rgba(59,130,246,.12);color:#1e3a8a;font-size:12px;font-weight:500;max-width:160px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.survey-root .ai-designer-room-pill.muted{background:rgba(148,163,184,.18);color:#475569}.survey-root .ai-designer-room-pill.extra{background:rgba(59,130,246,.18);color:#1d4ed8;font-weight:600}.survey-root .ai-designer-upload-actions{display:flex;gap:8px;flex:0 0 auto;margin-left:auto}.survey-root .ai-designer-upload-processing{display:flex;align-items:center;gap:8px;padding:0 12px;height:36px;border-radius:12px;border:1px solid rgba(148,163,184,.5);background:rgba(226,239,255,.6);color:#1f2937;font-size:13px;font-weight:500;box-shadow:0 6px 14px #2563eb1f}.survey-root .ai-designer-upload-processing svg{width:16px;height:16px;color:#2563eb}.survey-root .ai-designer-upload-processing-time{margin-left:6px;font-weight:600;color:#1d4ed8}.survey-root .ai-designer-toggle-icon{width:20px;height:20px;transition:transform .2s ease}.survey-root .ai-designer-upload-item .ai-designer-toggle-icon{transform:rotate(-90deg)}.survey-root .ai-designer-upload-item.is-expanded .ai-designer-toggle-icon{transform:rotate(0)}.survey-root .ai-designer-upload-body{padding:0 16px 16px;border-top:1px solid rgba(226,232,240,.82);background:rgba(255,255,255,.98)}.survey-root .ai-designer-upload-body .ai-designer-room-list{margin-top:12px}.survey-root .ai-designer-no-rooms{margin:12px 0 0;font-size:13px;color:var(--muted)}.survey-root .ai-designer-room-tier{margin-top:12px}.survey-root .ai-designer-room-tier-label{display:inline-block;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#1e293b;margin-bottom:4px}.survey-root .ai-designer-room-tier-tabs{display:flex;gap:8px;margin-top:12px}.survey-root .ai-designer-room-tier-tab{padding:4px 14px;border-radius:999px;border:1px solid rgba(148,163,184,.45);background:rgba(248,250,252,.7);color:#1e3a8a;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.survey-root .ai-designer-room-tier-tab.is-active{background:#2563eb;color:#fff;border-color:#2563eb;box-shadow:0 6px 12px #2563eb38}.survey-root .ai-designer-room-tier-tab:focus-visible{outline:2px solid rgba(37,99,235,.6);outline-offset:2px}.survey-root .ai-designer-room-tier-panel{margin-top:12px}.survey-root .ai-designer-recommendation-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.survey-root .ai-designer-recommendation-toggle{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:#1f2937}.survey-root .ai-designer-recommendation-toggle input{accent-color:#2563eb;margin-top:3px}.survey-root .ai-designer-recommendation-content{flex:1;display:flex;flex-direction:column;gap:4px}.survey-root .ai-designer-recommendation-row{display:flex;align-items:flex-start;gap:8px}.survey-root .ai-designer-recommendation-name{display:flex;align-items:center;gap:6px;font-weight:600;color:#0f172a}.survey-root .ai-designer-recommendation-name strong{font-weight:600}.survey-root .ai-designer-recommendation-qty{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;background:rgba(59,130,246,.18);color:#1d4ed8;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.survey-root .ai-designer-recommendation-price{margin-left:auto;font-size:13px;font-weight:600;color:#0f172a}.survey-root .ai-designer-recommendation-description,.survey-root .ai-designer-recommendation-note{margin:0;font-size:12px;color:var(--muted,#6b7280)}.survey-root .ai-designer-room-meta{margin:4px 0;font-size:12px;color:var(--muted,#6b7280)}.survey-root .ai-designer-refresh-icon{width:16px;height:16px;margin-right:6px}.survey-root .ai-designer-whole-home-card{background:rgba(236,248,255,.65)}.survey-root .ai-designer-whole-home-card .ai-designer-upload-header{background:rgba(226,242,255,.9)}.survey-root .ai-designer-confirm-overlay{padding:24px}.survey-root .ai-designer-confirm-card{width:min(420px,90vw);max-width:480px;border-radius:18px;background:#fff;padding:24px;border:1px solid rgba(226,232,240,.9);box-shadow:0 26px 46px #0f172a29;display:flex;flex-direction:column;gap:14px}.survey-root .ai-designer-confirm-title{margin:0;font-size:18px;font-weight:600;color:#0f172a}.survey-root .ai-designer-confirm-copy{margin:0;font-size:14px;color:#475569;line-height:1.45}.survey-root .ai-designer-confirm-copy strong{color:#0f172a}.survey-root .ai-designer-confirm-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:6px}@media (max-width:720px){.survey-root .ai-designer-upload-summary{flex:1 1 100%;min-width:0}.survey-root .ai-designer-upload-actions{margin-left:0}}.survey-root .ai-designer-preview-overlay{padding:24px}.survey-root .ai-designer-preview-card{width:min(1100px,92vw);max-height:92vh;display:flex;flex-direction:column;background:#fff;border-radius:24px;box-shadow:0 30px 60px #0f172a3d;border:1px solid rgba(226,232,240,.9);overflow:hidden}.survey-root .ai-designer-preview-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:24px 28px 12px}.survey-root .ai-designer-preview-title{font-size:17px;font-weight:600;color:#0f172a}.survey-root .ai-designer-preview-subtitle{font-size:13px;color:var(--muted);margin-top:4px}.survey-root .ai-designer-preview-body{flex:1;display:flex;align-items:center;justify-content:center;padding:18px 28px 28px;background:#fff}.survey-root .ai-designer-preview-image{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;border-radius:18px}.survey-root .ai-designer-preview-close{width:40px;height:40px}.survey-root .ai-designer-preview-close svg{width:20px;height:20px}.survey-root .ai-designer-preview-close:focus-visible{outline:2px solid rgba(59,130,246,.55);outline-offset:2px}.survey-root .ai-designer-preview-overlay .icon-btn{border-radius:14px;background:rgba(255,255,255,.9);border:1px solid rgba(226,232,240,.7)}.survey-root .ai-designer-preview-overlay .icon-btn:hover{background:rgba(226,239,255,.82)}.survey-root .ai-designer-preview-overlay .icon-btn svg{color:#1e3a8a}@media (max-width:768px){.survey-root .ai-designer-preview-card{width:100%;max-height:94vh;border-radius:20px}.survey-root .ai-designer-preview-header{padding:20px 22px 10px}.survey-root .ai-designer-preview-body{padding:16px 18px 24px}}@media (max-width:520px){.survey-root .ai-designer-preview-body{padding:14px;background:#0f172a}.survey-root .ai-designer-preview-card{border-radius:18px}.survey-root .ai-designer-preview-title{font-size:16px}.survey-root .ai-designer-preview-close{width:36px;height:36px}}.survey-root .ai-designer-upload-name{font-weight:600;font-size:15px;color:#1e293b}.survey-root .ai-designer-upload-size{font-size:13px;color:var(--muted)}.survey-root .ai-designer-empty-hint{margin:10px 0 0;font-size:14px;color:var(--muted)}.survey-root .btn.icon{padding:6px;border-radius:10px;width:36px;height:36px;justify-content:center}.survey-root .btn.icon svg{width:18px;height:18px}.survey-root .ai-designer-rooms{margin-top:28px}.survey-root .ai-designer-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:14px;color:var(--muted)}.survey-root .ai-designer-section-header h3{margin:0;font-size:18px;font-weight:600;color:#0f172a}.survey-root .ai-designer-room-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px;padding:0;margin:0;list-style:none}.survey-root .ai-designer-room-card{border:1px solid rgba(148,163,184,.32);background:rgba(248,250,252,.85);border-radius:14px;padding:14px;display:flex;flex-direction:column;gap:10px;height:100%}.survey-root .ai-designer-room-card strong{display:block;margin-bottom:4px;color:#0f172a}.survey-root .ai-designer-room-card p{margin:0;font-size:13px;color:var(--muted)}.survey-root .ai-designer-room-header{display:flex;flex-direction:column;gap:4px}.survey-root .ai-designer-options{margin-top:32px}.survey-root .ai-designer-option-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.survey-root .ai-designer-option-card{border:1px solid rgba(148,163,184,.32);border-radius:16px;padding:18px;background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(241,245,249,.9));display:flex;flex-direction:column;gap:14px;transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease}.survey-root .ai-designer-option-card header{display:flex;justify-content:space-between;align-items:center}.survey-root .ai-designer-option-card h4{margin:0;font-size:18px;font-weight:600;color:#0f172a}.survey-root .ai-designer-price-block{display:flex;flex-direction:column;gap:4px}.survey-root .ai-designer-price-label{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.survey-root .ai-designer-price-range{font-size:20px;font-weight:600;color:#0f172a}.survey-root .ai-designer-price-delta{font-size:13px;font-weight:500;color:#475569}.survey-root .ai-designer-price-delta.increase{color:#166534}.survey-root .ai-designer-price-delta.decrease{color:#b91c1c}.survey-root .ai-designer-price-delta.neutral{color:#475569}.survey-root .ai-designer-option-card{margin:0;display:flex;flex-direction:column;gap:12px;font-size:14px;color:#1f2937}.survey-root .ai-designer-overrides{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:6px;font-size:12px;color:#0f172a;flex-direction:row}.survey-root .ai-designer-overrides li{padding:4px 10px;border-radius:999px;background:rgba(226,239,255,.78);border:1px solid rgba(148,163,184,.4);font-weight:600;display:inline-flex;align-items:center;gap:6px;line-height:1.1;white-space:nowrap;max-width:138px}.survey-root .ai-designer-overrides-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.survey-root .ai-designer-overrides-qty{flex-shrink:0;font-weight:700;color:#1e3a8a}.survey-root .ai-designer-overrides-suffix{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500;color:#1f2937}.survey-root .ai-designer-overrides-toggle{margin-top:4px;align-self:flex-start;display:inline-flex;align-items:center;gap:6px;padding:4px 12px;border-radius:999px;border:1px solid rgba(148,163,184,.6);background:rgba(255,255,255,.9);color:#1d4ed8;font-size:12px;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease,transform .2s ease}.survey-root .ai-designer-overrides-toggle:hover{background:rgba(226,239,255,.9);border-color:#3b82f699;transform:translateY(-1px)}.survey-root .ai-designer-overrides-toggle:focus-visible{outline:2px solid rgba(59,130,246,.55);outline-offset:2px}.survey-root .ai-designer-rationale-list{list-style:none;padding:0}.survey-root .ai-designer-rationale-item{display:flex;gap:8px;align-items:flex-start}.survey-root .ai-designer-rationale-item svg{width:16px;height:16px;color:#16a34a;flex-shrink:0;margin-top:2px}.survey-root .ai-designer-rationale-item span{flex:1;font-size:12px;line-height:1.2;margin-bottom:10px}.survey-root .ai-designer-option-card.is-applied{border-color:#3b82f699;box-shadow:0 18px 34px #3b82f638;transform:translateY(-3px);background:linear-gradient(145deg,rgba(59,130,246,.22),rgba(16,185,129,.18))}.survey-root .ai-designer-option-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:auto}.survey-root .ai-designer-option-actions .btn{flex:1;justify-content:center}.survey-root .ai-designer-option-actions .btn.ghost{background:#fff;border-color:#94a3b899;color:#0f172a;box-shadow:0 2px 6px #0f172a14}.survey-root .ai-designer-option-actions .btn.ghost:disabled{opacity:1;color:#475569;cursor:default}.survey-root .ai-designer-confidence{font-size:12px;font-weight:600;padding:4px 10px;border-radius:999px;background:rgba(59,130,246,.12);color:#2563eb}.survey-root .ai-designer-confidence.high{background:rgba(16,185,129,.14);color:#047857}.survey-root .ai-designer-confidence.medium{background:rgba(59,130,246,.14);color:#2563eb}.survey-root .ai-designer-confidence.low{background:rgba(251,191,36,.18);color:#b45309}.survey-root .ai-designer-error{margin-top:16px;display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border-radius:12px;background:rgba(254,242,242,.92);border:1px solid rgba(248,113,113,.38);color:#b91c1c;font-size:13px}.survey-root .ai-designer-error svg{width:18px;height:18px}.survey-root .ai-designer-error strong{display:block;font-size:13px;margin-bottom:4px;color:#991b1b}.survey-root .ai-designer-error pre{margin:4px 0 0;font-size:12px;line-height:1.45;white-space:pre-wrap;color:#7f1d1d;background:rgba(255,255,255,.55);padding:6px 8px;border-radius:8px;max-width:100%;overflow:auto}.survey-root .spinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.survey-root .embed-test-page{min-height:100vh;width:100%;padding:48px 24px;background:radial-gradient(circle at top right,rgba(57,255,173,.12),rgba(6,10,26,.94));color:#d0fbe8;font-family:Share Tech Mono,Courier New,Courier,monospace;display:flex;align-items:center;justify-content:center}.survey-root .embed-test-holochrome{width:min(1100px,100%);background:rgba(12,20,38,.88);border-radius:24px;border:2px solid rgba(93,255,190,.25);box-shadow:0 0 48px #32ffaa59;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:40px;display:flex;flex-direction:column;gap:32px}.survey-root .embed-test-header{border-bottom:1px solid rgba(93,255,190,.2);padding-bottom:24px}.survey-root .embed-test-badge{display:inline-block;padding:6px 12px;margin-bottom:16px;border-radius:999px;background:rgba(93,255,190,.12);border:1px solid rgba(93,255,190,.35);font-size:.75rem;letter-spacing:.32em;text-transform:uppercase;color:#5dffbe}.survey-root .embed-test-title{font-size:1.75rem;letter-spacing:.08em;margin:0 0 12px;color:#e5fff5}.survey-root .embed-test-subtitle{margin:0;color:#d0fbe8bf;line-height:1.6;max-width:720px}.survey-root .embed-test-meta{display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));padding:16px;border-radius:18px;background:rgba(20,40,48,.6);border:1px solid rgba(93,255,190,.18)}.survey-root .embed-test-label{display:block;font-size:.72rem;letter-spacing:.28em;text-transform:uppercase;color:#5dffbea6;margin-bottom:6px}.survey-root .embed-test-value{font-size:1rem;color:#d0fbe8;word-break:break-word}.survey-root .embed-test-canvas{border-radius:20px;overflow:hidden;position:relative;border:2px solid rgba(93,255,190,.2);box-shadow:inset 0 0 18px #19ffa61f}.survey-root .embed-test-frame{width:100%;border:none;background:#000;display:block}.survey-root .embed-test-frame--inline{position:relative;background:rgba(4,10,16,.92);padding:12px;border-radius:18px;box-shadow:inset 0 0 24px #0affac2e}.survey-root .embed-inline-target{border-radius:12px;background:#f6f8fb;min-height:680px;overflow:auto;font:16px/1.5 system-ui,-apple-system,Segoe UI,Roboto,Inter,Helvetica,Arial,sans-serif;color:var(--ink)}.survey-root .embed-inline-overlay{position:absolute;top:12px;right:12px;bottom:12px;left:12px;border-radius:12px;background:rgba(4,10,16,.86);color:#8fffd1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:28px;gap:8px;pointer-events:none}.survey-root .embed-inline-overlay--error{color:#ffbdca}.survey-root .embed-inline-overlay-title{font-size:.95rem;letter-spacing:.2em;text-transform:uppercase}.survey-root .embed-inline-overlay-message{font-size:.9rem;color:#d0fbe8cc}@media (max-width:768px){.embed-test-page{padding:32px 16px}.embed-test-holochrome{padding:28px 20px}}.survey-root .connection-banner{position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:12px;padding:10px 16px;background:rgba(15,23,42,.9);color:#f8fafc;border-bottom:1px solid rgba(148,163,184,.35);box-shadow:0 6px 16px #0f172a33;-webkit-backdrop-filter:saturate(140%) blur(6px);backdrop-filter:saturate(140%) blur(6px)}.survey-root .connection-banner__icon{width:20px;height:20px;color:#facc15;flex-shrink:0}.survey-root .connection-banner__body{display:flex;flex-direction:column;gap:2px}.survey-root .connection-banner__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#f8fafcd9}.survey-root .connection-banner__message{font-size:.875rem;line-height:1.4;color:#f1f5f9f2}.survey-root .btn.btn-icon{display:inline-flex;align-items:center;justify-content:center;padding:6px;border-radius:8px;min-width:36px}.survey-root .btn.btn-icon .h-4{pointer-events:none}.survey-root .mobile-step-nav-trigger{display:flex;align-items:center;gap:8px;padding:10px 14px;border-radius:10px;border:1px solid rgba(148,163,184,.35);background:rgba(255,255,255,.95);color:var(--ink);font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;min-height:44px;touch-action:manipulation}.survey-root .mobile-step-nav-trigger:hover{background:rgba(255,255,255,1);border-color:var(--primary);color:var(--primary)}.survey-root .mobile-step-nav-trigger:focus-visible{outline:2px solid rgba(59,130,246,.5);outline-offset:2px}.survey-root .mobile-step-nav-trigger-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.survey-root .mobile-step-nav-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;z-index:50;pointer-events:none;transition:opacity .3s ease}.survey-root .mobile-step-nav-overlay--open{pointer-events:auto;opacity:1}.survey-root .mobile-step-nav-overlay:not(.mobile-step-nav-overlay--open){opacity:0}.survey-root .mobile-step-nav-overlay:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:rgba(15,23,42,.4);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.survey-root .mobile-step-nav-drawer{position:absolute;top:0;bottom:0;left:0;width:min(320px,85vw);max-width:100%;background:var(--paper);box-shadow:2px 0 24px #0f172a33;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .3s ease;pointer-events:auto;z-index:1;overflow:hidden;height:100vh;max-height:100vh}.survey-root .mobile-step-nav-drawer--open{transform:translate(0)}.survey-root .mobile-step-nav-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border);flex-shrink:0;position:relative;z-index:2}.survey-root .mobile-step-nav-title{margin:0;font-size:16px;font-weight:600;color:var(--ink)}.survey-root .mobile-step-nav-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;border:none;background:rgba(15,23,42,.05);color:var(--muted);cursor:pointer;transition:all .2s ease;min-width:32px;min-height:32px;touch-action:manipulation;flex-shrink:0}.survey-root .mobile-step-nav-close:hover{background:rgba(15,23,42,.1);color:var(--ink)}.survey-root .mobile-step-nav-close:focus-visible{outline:2px solid rgba(59,130,246,.5);outline-offset:2px}.survey-root .mobile-step-nav-list{flex:1;overflow-y:auto;overflow-x:hidden;padding:8px;display:flex;flex-direction:column;gap:2px;min-height:0;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.survey-root .mobile-step-nav-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;border:1px solid transparent;background:transparent;color:var(--ink);text-align:left;cursor:pointer;transition:all .2s ease;min-height:36px;touch-action:manipulation;width:100%}.survey-root .mobile-step-nav-item:hover{background:rgba(15,23,42,.04);border-color:#94a3b833}.survey-root .mobile-step-nav-item:focus-visible{outline:2px solid rgba(59,130,246,.5);outline-offset:2px}.survey-root .mobile-step-nav-item--active{background:rgba(43,108,176,.1);border-color:#2b6cb04d;color:var(--primary);font-weight:600}.survey-root .mobile-step-nav-item--completed{opacity:.75}.survey-root .mobile-step-nav-item-indicator{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:rgba(15,23,42,.08);color:var(--muted);flex-shrink:0;min-width:28px;min-height:28px}.survey-root .mobile-step-nav-item--active .mobile-step-nav-item-indicator{background:var(--primary);color:#fff}.survey-root .mobile-step-nav-item--completed .mobile-step-nav-item-indicator{background:rgba(88,168,132,.2);color:#58a884}.survey-root .mobile-step-nav-item-number{font-size:13px;font-weight:600}.survey-root .mobile-step-nav-item-content{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.survey-root .mobile-step-nav-item-label{font-size:14px;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.survey-root .mobile-step-nav-item-badge{display:inline-block;padding:1px 6px;border-radius:3px;background:rgba(43,108,176,.15);color:var(--primary);font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;align-self:flex-start;line-height:1.4}.survey-root .header-top--mobile{flex-direction:column;align-items:stretch;gap:8px;padding:12px 0}.survey-root .brand-text--mobile{min-width:0;gap:4px}.survey-root .header-actions--mobile{width:100%;flex-direction:column;align-items:stretch;gap:8px}.survey-root .header-top--embed{display:flex;justify-content:flex-end;align-items:center;padding:12px 0}.survey-root .header-top--embed .header-actions{margin-left:0;padding-top:0}.survey-root .header-top--mobile-unified{padding:12px 0;gap:0}.survey-root .mobile-header-actions-row{display:flex;flex-direction:row;align-items:center;gap:10px;flex-wrap:nowrap;width:100%}.survey-root .mobile-header-actions-row .mobile-step-nav-trigger{flex-shrink:0}.survey-root .mobile-header-actions-row .mobile-estimate-wrapper{flex:1;min-width:0;display:flex;align-items:center}.survey-root .mobile-header-actions-row .mobile-voice-button-wrapper{flex-shrink:0;display:flex;align-items:center}.survey-root .hero-content--mobile{padding:20px;gap:16px}.survey-root .hero-text-content{display:flex;flex-direction:column;gap:12px;padding:16px;border-radius:12px;background:linear-gradient(135deg,rgba(43,108,176,.08),rgba(43,108,176,.04));border:1px solid rgba(43,108,176,.15);margin-bottom:8px}.survey-root .hero-text-content .hero-headline{color:var(--ink);font-size:22px;margin:0}.survey-root .hero-text-content .hero-subheadline{color:var(--muted);font-size:14px;margin:0;max-width:100%}.survey-root .hero-text-content .hero-cta{background:var(--primary);color:#fff;margin-top:4px}.survey-root .hero-text-content .hero-badge{background:rgba(43,108,176,.15);color:var(--primary)}@media (max-width:760px){.survey-root .mobile-step-nav-trigger,.mobile-step-nav-item,.mobile-step-nav-close,.survey-root .header-actions button{min-height:44px;min-width:44px}.survey-root .hero-content--mobile{padding:16px}.survey-root .hero-text-content{padding:12px}.survey-root .compact-assistant-launcher{flex-shrink:0}}.survey-root .visibility-explanation,.survey-root .visibility-explanation__text{word-wrap:break-word;overflow-wrap:break-word}.contact-us-workspace .contact-us-form{max-width:600px;margin:0 auto;padding:2rem}.contact-us-workspace .contact-us-header{text-align:center;margin-bottom:2rem}.contact-us-workspace .contact-us-header h1{font-size:1.75rem;font-weight:600;color:var(--text-primary, #1a1a2e);margin-bottom:.5rem}.contact-us-workspace .contact-us-header p{color:var(--text-secondary, #64748b);font-size:1rem}.contact-us-workspace .contact-us-questions{display:flex;flex-direction:column;gap:1.25rem}.contact-us-workspace .contact-us-question{width:100%}.contact-us-workspace .contact-us-question .input{width:100%;box-sizing:border-box}.contact-us-workspace .form-error{background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:1rem;margin-top:1rem;color:#dc2626;font-size:.875rem}.contact-us-workspace .form-actions{margin-top:2.5rem;display:flex;justify-content:center}.contact-us-workspace .form-actions .btn-primary{min-width:240px;padding:1rem 3rem;font-size:1rem;font-weight:500;background:linear-gradient(135deg,#6366f1 0%,#4f46e5 100%);color:#fff;border:none;border-radius:50px;cursor:pointer;box-shadow:0 4px 15px #6366f14d;transition:all .2s ease;text-transform:none;letter-spacing:.02em}.contact-us-workspace .form-actions .btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#4f46e5 0%,#4338ca 100%);box-shadow:0 6px 20px #6366f166;transform:translateY(-2px)}.contact-us-workspace .form-actions .btn-primary:active:not(:disabled){transform:translateY(0);box-shadow:0 2px 10px #6366f14d}.contact-us-workspace .form-actions .btn-primary:disabled{background:linear-gradient(135deg,#a5b4fc 0%,#818cf8 100%);box-shadow:0 2px 8px #6366f133;cursor:not-allowed;opacity:.6}.contact-us-workspace .contact-us-thank-you{display:flex;align-items:center;justify-content:center;min-height:50vh;padding:2rem}.contact-us-workspace .thank-you-content{text-align:center;max-width:400px}.contact-us-workspace .thank-you-content h2{font-size:2rem;font-weight:700;color:var(--text-primary, #1a1a2e);margin-bottom:.75rem}.contact-us-workspace .thank-you-content p{font-size:1.125rem;color:var(--text-secondary, #64748b);margin-bottom:1.5rem}.contact-us-workspace .thank-you-content .start-over-btn{margin-top:1rem;padding:.75rem 2rem;font-size:.9375rem;font-weight:500;background:transparent;color:#6366f1;border:2px solid #6366f1;border-radius:50px;cursor:pointer;transition:all .2s ease}.contact-us-workspace .thank-you-content .start-over-btn:hover{background:#6366f1;color:#fff}.survey-fab{position:fixed;bottom:24px;left:24px;z-index:1000;display:flex;flex-direction:column;align-items:flex-start;gap:12px}.survey-fab-primary{display:flex;align-items:stretch;background:#fff;border-radius:16px;box-shadow:0 4px 16px #0f172a26,0 1px 3px #0f172a1a;overflow:hidden;border:1px solid rgba(148,163,184,.3)}.survey-fab-button{display:flex;align-items:center;gap:10px;padding:14px 20px;background:transparent;border:none;cursor:pointer;font-size:15px;font-weight:600;color:#1e293b;transition:background .15s ease}.survey-fab-button:hover{background:rgba(241,245,249,.8)}.survey-fab-icon{width:22px;height:22px;color:#3b82f6}.survey-fab-label{white-space:nowrap}.survey-fab-expand{display:flex;align-items:center;justify-content:center;width:44px;background:transparent;border:none;border-left:1px solid rgba(148,163,184,.25);cursor:pointer;transition:background .15s ease}.survey-fab-expand:hover{background:rgba(241,245,249,.8)}.survey-fab-expand-icon{width:18px;height:18px;color:#64748b;transition:transform .2s ease}.survey-fab-expand-icon--rotated{transform:rotate(180deg)}.survey-fab-menu{display:flex;flex-direction:column;align-items:flex-end;gap:8px;opacity:0;transform:translateY(12px);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.survey-fab-menu--open{opacity:1;transform:translateY(0);pointer-events:auto}.survey-fab-menu-item{display:flex;align-items:center;gap:10px;padding:12px 18px;background:#fff;border:1px solid rgba(148,163,184,.3);border-radius:12px;box-shadow:0 2px 8px #0f172a1a;cursor:pointer;font-size:14px;font-weight:500;color:#475569;transition:background .15s ease,transform .15s ease,box-shadow .15s ease}.survey-fab-menu-item:hover{background:#f8fafc;box-shadow:0 4px 12px #0f172a1f;transform:translateY(-1px)}.survey-fab-menu-icon{width:18px;height:18px;color:#64748b}.survey-fab-menu-label{white-space:nowrap}@media (max-width:640px){.survey-fab{bottom:16px;left:16px}.survey-fab-button{padding:12px 16px}.survey-fab-label{display:none}.survey-fab-expand{width:40px}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: rgb(17 24 39 / 10%);--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;border-radius:.3125rem;padding-top:.1428571em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-inline-start:.3571429em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-inline-start:1.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-slate{--tw-prose-body: #334155;--tw-prose-headings: #0f172a;--tw-prose-lead: #475569;--tw-prose-links: #0f172a;--tw-prose-bold: #0f172a;--tw-prose-counters: #64748b;--tw-prose-bullets: #cbd5e1;--tw-prose-hr: #e2e8f0;--tw-prose-quotes: #0f172a;--tw-prose-quote-borders: #e2e8f0;--tw-prose-captions: #64748b;--tw-prose-kbd: #0f172a;--tw-prose-kbd-shadows: rgb(15 23 42 / 10%);--tw-prose-code: #0f172a;--tw-prose-pre-code: #e2e8f0;--tw-prose-pre-bg: #1e293b;--tw-prose-th-borders: #cbd5e1;--tw-prose-td-borders: #e2e8f0;--tw-prose-invert-body: #cbd5e1;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #94a3b8;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #94a3b8;--tw-prose-invert-bullets: #475569;--tw-prose-invert-hr: #334155;--tw-prose-invert-quotes: #f1f5f9;--tw-prose-invert-quote-borders: #334155;--tw-prose-invert-captions: #94a3b8;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #cbd5e1;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #475569;--tw-prose-invert-td-borders: #334155}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.\!left-\[25\%\]{left:25%!important}.\!left-\[75\%\]{left:75%!important}.-left-\[17px\]{left:-17px}.-left-\[5px\]{left:-5px}.-right-1\.5{right:-.375rem}.-top-1\.5{top:-.375rem}.bottom-0{bottom:0}.bottom-3{bottom:.75rem}.bottom-4{bottom:1rem}.bottom-\[-1px\]{bottom:-1px}.bottom-full{bottom:100%}.left-0{left:0}.left-1{left:.25rem}.left-1\/2{left:50%}.left-2{left:.5rem}.left-2\.5{left:.625rem}.left-3{left:.75rem}.left-4{left:1rem}.left-7{left:1.75rem}.left-\[11px\]{left:11px}.right-0{right:0}.right-1{right:.25rem}.right-1\.5{right:.375rem}.right-10{right:2.5rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-\[1px\]{right:1px}.right-\[9px\]{right:9px}.top-0{top:0}.top-1{top:.25rem}.top-1\.5{top:.375rem}.top-1\/2{top:50%}.top-16{top:4rem}.top-2{top:.5rem}.top-3{top:.75rem}.top-4{top:1rem}.top-6{top:1.5rem}.top-8{top:2rem}.top-\[-1px\]{top:-1px}.top-\[34px\]{top:34px}.top-full{top:100%}.z-10{z-index:10}.z-20{z-index:20}.z-40{z-index:40}.z-50{z-index:50}.z-\[100\]{z-index:100}.z-\[150\]{z-index:150}.z-\[200\]{z-index:200}.z-\[60\]{z-index:60}.z-\[70\]{z-index:70}.z-\[80\]{z-index:80}.z-\[9999\]{z-index:9999}.col-span-2{grid-column:span 2 / span 2}.col-span-8{grid-column:span 8 / span 8}.-m-6{margin:-1.5rem}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.-mx-1\.5{margin-left:-.375rem;margin-right:-.375rem}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.-my-0\.5{margin-top:-.125rem;margin-bottom:-.125rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.-mb-4{margin-bottom:-1rem}.-mb-px{margin-bottom:-1px}.-ml-0\.5{margin-left:-.125rem}.-ml-3{margin-left:-.75rem}.-mr-0\.5{margin-right:-.125rem}.-mr-2{margin-right:-.5rem}.-mt-1{margin-top:-.25rem}.-mt-4{margin-top:-1rem}.-mt-5{margin-top:-1.25rem}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-11{margin-left:2.75rem}.ml-16{margin-left:4rem}.ml-2{margin-left:.5rem}.ml-2\.5{margin-left:.625rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-56{margin-left:14rem}.ml-6{margin-left:1.5rem}.ml-8{margin-left:2rem}.ml-9{margin-left:2.25rem}.ml-\[11px\]{margin-left:11px}.ml-\[30px\]{margin-left:30px}.ml-auto{margin-left:auto}.mr-0\.5{margin-right:.125rem}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-auto{margin-top:auto}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}.line-clamp-5{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}.line-clamp-6{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:6}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-\[4\/3\]{aspect-ratio:4/3}.aspect-video{aspect-ratio:16 / 9}.\!h-3{height:.75rem!important}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-40{height:10rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-80{height:20rem}.h-9{height:2.25rem}.h-\[18px\]{height:18px}.h-\[220px\]{height:220px}.h-\[22px\]{height:22px}.h-\[80vh\]{height:80vh}.h-\[90vh\]{height:90vh}.h-\[calc\(100\%-4rem\)\]{height:calc(100% - 4rem)}.h-\[calc\(100vh-3\.5rem\)\]{height:calc(100vh - 3.5rem)}.h-\[calc\(100vh-4rem\)\]{height:calc(100vh - 4rem)}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-0{max-height:0px}.max-h-20{max-height:5rem}.max-h-24{max-height:6rem}.max-h-32{max-height:8rem}.max-h-40{max-height:10rem}.max-h-48{max-height:12rem}.max-h-52{max-height:13rem}.max-h-60{max-height:15rem}.max-h-64{max-height:16rem}.max-h-72{max-height:18rem}.max-h-80{max-height:20rem}.max-h-96{max-height:24rem}.max-h-\[280px\]{max-height:280px}.max-h-\[300px\]{max-height:300px}.max-h-\[500px\]{max-height:500px}.max-h-\[60vh\]{max-height:60vh}.max-h-\[70vh\]{max-height:70vh}.max-h-\[80vh\]{max-height:80vh}.max-h-\[85vh\]{max-height:85vh}.max-h-\[90vh\]{max-height:90vh}.max-h-\[calc\(100vh-320px\)\]{max-height:calc(100vh - 320px)}.min-h-0{min-height:0px}.min-h-\[120px\]{min-height:120px}.min-h-\[150px\]{min-height:150px}.min-h-\[200px\]{min-height:200px}.min-h-\[280px\]{min-height:280px}.min-h-\[2rem\]{min-height:2rem}.min-h-\[32px\]{min-height:32px}.min-h-\[38px\]{min-height:38px}.min-h-\[400px\]{min-height:400px}.min-h-\[40px\]{min-height:40px}.min-h-\[42px\]{min-height:42px}.min-h-\[60px\]{min-height:60px}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.\!w-3{width:.75rem!important}.w-0{width:0px}.w-0\.5{width:.125rem}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-40{width:10rem}.w-44{width:11rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-52{width:13rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-\[10px\]{width:10px}.w-\[14px\]{width:14px}.w-\[160px\]{width:160px}.w-\[180px\]{width:180px}.w-\[18px\]{width:18px}.w-\[22px\]{width:22px}.w-\[300px\]{width:300px}.w-\[320px\]{width:320px}.w-\[340px\]{width:340px}.w-\[380px\]{width:380px}.w-\[60px\]{width:60px}.w-\[80vw\]{width:80vw}.w-\[9px\]{width:9px}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-px{width:1px}.min-w-0{min-width:0px}.min-w-56{min-width:14rem}.min-w-\[100px\]{min-width:100px}.min-w-\[120px\]{min-width:120px}.min-w-\[12px\]{min-width:12px}.min-w-\[130px\]{min-width:130px}.min-w-\[140px\]{min-width:140px}.min-w-\[150px\]{min-width:150px}.min-w-\[160px\]{min-width:160px}.min-w-\[180px\]{min-width:180px}.min-w-\[18px\]{min-width:18px}.min-w-\[200px\]{min-width:200px}.min-w-\[220px\]{min-width:220px}.min-w-\[240px\]{min-width:240px}.min-w-\[280px\]{min-width:280px}.min-w-\[800px\]{min-width:800px}.min-w-\[80px\]{min-width:80px}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-\[100px\]{max-width:100px}.max-w-\[120px\]{max-width:120px}.max-w-\[140px\]{max-width:140px}.max-w-\[150px\]{max-width:150px}.max-w-\[180px\]{max-width:180px}.max-w-\[200px\]{max-width:200px}.max-w-\[220px\]{max-width:220px}.max-w-\[260px\]{max-width:260px}.max-w-\[280px\]{max-width:280px}.max-w-\[300px\]{max-width:300px}.max-w-\[320px\]{max-width:320px}.max-w-\[600px\]{max-width:600px}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-none{flex:none}.flex-shrink-0,.shrink-0{flex-shrink:0}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-2{--tw-translate-y: -.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0\.5{--tw-translate-x: .125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[18px\]{--tw-translate-x: 18px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-full{--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-75{--tw-scale-x: .75;--tw-scale-y: .75;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 1s infinite}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn .3s ease-out}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.animate-spin{animation:spin 1s linear infinite}.cursor-col-resize{cursor:col-resize}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-help{cursor:help}.cursor-move{cursor:move}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.touch-none{touch-action:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize-y{resize:vertical}.resize{resize:both}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-y-1{row-gap:.25rem}.gap-y-4{row-gap:1rem}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-slate-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(241 245 249 / var(--tw-divide-opacity, 1))}.self-start{align-self:flex-start}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-sm{border-radius:.125rem}.rounded-xl{border-radius:.75rem}.rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.rounded-bl-md{border-bottom-left-radius:.375rem}.rounded-br-md{border-bottom-right-radius:.375rem}.\!border-2{border-width:2px!important}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-b-0{border-bottom-width:0px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-l-\[3px\]{border-left-width:3px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.\!border-white{--tw-border-opacity: 1 !important;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))!important}.border-\[\#15c3d5\]{--tw-border-opacity: 1;border-color:rgb(21 195 213 / var(--tw-border-opacity, 1))}.border-\[\#a6e8e6\]{--tw-border-opacity: 1;border-color:rgb(166 232 230 / var(--tw-border-opacity, 1))}.border-\[\#a8eccd\]{--tw-border-opacity: 1;border-color:rgb(168 236 205 / var(--tw-border-opacity, 1))}.border-\[\#a9ccff\]{--tw-border-opacity: 1;border-color:rgb(169 204 255 / var(--tw-border-opacity, 1))}.border-\[\#c9d7e7\]{--tw-border-opacity: 1;border-color:rgb(201 215 231 / var(--tw-border-opacity, 1))}.border-\[\#cdd7e6\]{--tw-border-opacity: 1;border-color:rgb(205 215 230 / var(--tw-border-opacity, 1))}.border-\[\#d4e3f5\]{--tw-border-opacity: 1;border-color:rgb(212 227 245 / var(--tw-border-opacity, 1))}.border-\[\#d7e4f2\]{--tw-border-opacity: 1;border-color:rgb(215 228 242 / var(--tw-border-opacity, 1))}.border-\[\#dfe8f3\]{--tw-border-opacity: 1;border-color:rgb(223 232 243 / var(--tw-border-opacity, 1))}.border-\[\#f1d69f\]{--tw-border-opacity: 1;border-color:rgb(241 214 159 / var(--tw-border-opacity, 1))}.border-amber-100{--tw-border-opacity: 1;border-color:rgb(254 243 199 / var(--tw-border-opacity, 1))}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-amber-200\/80{border-color:#fde68acc}.border-amber-300{--tw-border-opacity: 1;border-color:rgb(252 211 77 / var(--tw-border-opacity, 1))}.border-amber-400{--tw-border-opacity: 1;border-color:rgb(251 191 36 / var(--tw-border-opacity, 1))}.border-amber-500{--tw-border-opacity: 1;border-color:rgb(245 158 11 / var(--tw-border-opacity, 1))}.border-amber-500\/30{border-color:#f59e0b4d}.border-blue-100{--tw-border-opacity: 1;border-color:rgb(219 234 254 / var(--tw-border-opacity, 1))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-300{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-blue-500\/30{border-color:#3b82f64d}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-current{border-color:currentColor}.border-cyan-200{--tw-border-opacity: 1;border-color:rgb(165 243 252 / var(--tw-border-opacity, 1))}.border-cyan-400{--tw-border-opacity: 1;border-color:rgb(34 211 238 / var(--tw-border-opacity, 1))}.border-cyan-500{--tw-border-opacity: 1;border-color:rgb(6 182 212 / var(--tw-border-opacity, 1))}.border-cyan-500\/30{border-color:#06b6d44d}.border-cyan-600{--tw-border-opacity: 1;border-color:rgb(8 145 178 / var(--tw-border-opacity, 1))}.border-emerald-200{--tw-border-opacity: 1;border-color:rgb(167 243 208 / var(--tw-border-opacity, 1))}.border-emerald-300{--tw-border-opacity: 1;border-color:rgb(110 231 183 / var(--tw-border-opacity, 1))}.border-emerald-400{--tw-border-opacity: 1;border-color:rgb(52 211 153 / var(--tw-border-opacity, 1))}.border-emerald-500{--tw-border-opacity: 1;border-color:rgb(16 185 129 / var(--tw-border-opacity, 1))}.border-emerald-500\/30{border-color:#10b9814d}.border-green-100{--tw-border-opacity: 1;border-color:rgb(220 252 231 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-green-400{--tw-border-opacity: 1;border-color:rgb(74 222 128 / var(--tw-border-opacity, 1))}.border-green-500\/30{border-color:#22c55e4d}.border-indigo-200{--tw-border-opacity: 1;border-color:rgb(199 210 254 / var(--tw-border-opacity, 1))}.border-indigo-300{--tw-border-opacity: 1;border-color:rgb(165 180 252 / var(--tw-border-opacity, 1))}.border-indigo-500{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1))}.border-indigo-500\/30{border-color:#6366f14d}.border-indigo-600{--tw-border-opacity: 1;border-color:rgb(79 70 229 / var(--tw-border-opacity, 1))}.border-orange-200{--tw-border-opacity: 1;border-color:rgb(254 215 170 / var(--tw-border-opacity, 1))}.border-orange-600{--tw-border-opacity: 1;border-color:rgb(234 88 12 / var(--tw-border-opacity, 1))}.border-pink-200{--tw-border-opacity: 1;border-color:rgb(251 207 232 / var(--tw-border-opacity, 1))}.border-purple-100{--tw-border-opacity: 1;border-color:rgb(243 232 255 / var(--tw-border-opacity, 1))}.border-purple-200{--tw-border-opacity: 1;border-color:rgb(233 213 255 / var(--tw-border-opacity, 1))}.border-purple-300{--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity, 1))}.border-purple-400{--tw-border-opacity: 1;border-color:rgb(192 132 252 / var(--tw-border-opacity, 1))}.border-purple-500{--tw-border-opacity: 1;border-color:rgb(168 85 247 / var(--tw-border-opacity, 1))}.border-purple-500\/30{border-color:#a855f74d}.border-purple-600{--tw-border-opacity: 1;border-color:rgb(147 51 234 / var(--tw-border-opacity, 1))}.border-red-100{--tw-border-opacity: 1;border-color:rgb(254 226 226 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-rose-500\/30{border-color:#f43f5e4d}.border-sky-100{--tw-border-opacity: 1;border-color:rgb(224 242 254 / var(--tw-border-opacity, 1))}.border-sky-200{--tw-border-opacity: 1;border-color:rgb(186 230 253 / var(--tw-border-opacity, 1))}.border-sky-500{--tw-border-opacity: 1;border-color:rgb(14 165 233 / var(--tw-border-opacity, 1))}.border-slate-100{--tw-border-opacity: 1;border-color:rgb(241 245 249 / var(--tw-border-opacity, 1))}.border-slate-200{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.border-slate-200\/50{border-color:#e2e8f080}.border-slate-300{--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity, 1))}.border-slate-600{--tw-border-opacity: 1;border-color:rgb(71 85 105 / var(--tw-border-opacity, 1))}.border-slate-700{--tw-border-opacity: 1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1))}.border-teal-200{--tw-border-opacity: 1;border-color:rgb(153 246 228 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-violet-100{--tw-border-opacity: 1;border-color:rgb(237 233 254 / var(--tw-border-opacity, 1))}.border-violet-100\/60{border-color:#ede9fe99}.border-violet-200{--tw-border-opacity: 1;border-color:rgb(221 214 254 / var(--tw-border-opacity, 1))}.border-violet-200\/60{border-color:#ddd6fe99}.border-violet-300{--tw-border-opacity: 1;border-color:rgb(196 181 253 / var(--tw-border-opacity, 1))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-white\/10{border-color:#ffffff1a}.border-white\/20{border-color:#fff3}.border-yellow-100{--tw-border-opacity: 1;border-color:rgb(254 249 195 / var(--tw-border-opacity, 1))}.border-b-slate-200{--tw-border-opacity: 1;border-bottom-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.border-l-amber-400{--tw-border-opacity: 1;border-left-color:rgb(251 191 36 / var(--tw-border-opacity, 1))}.border-l-cyan-500{--tw-border-opacity: 1;border-left-color:rgb(6 182 212 / var(--tw-border-opacity, 1))}.border-l-indigo-400{--tw-border-opacity: 1;border-left-color:rgb(129 140 248 / var(--tw-border-opacity, 1))}.border-l-red-300{--tw-border-opacity: 1;border-left-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.border-l-red-400{--tw-border-opacity: 1;border-left-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}.border-l-slate-200{--tw-border-opacity: 1;border-left-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.border-l-transparent{border-left-color:transparent}.border-l-white\/20{border-left-color:#fff3}.border-r-slate-200{--tw-border-opacity: 1;border-right-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.border-r-white\/20{border-right-color:#fff3}.border-t-blue-500{--tw-border-opacity: 1;border-top-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-t-slate-200{--tw-border-opacity: 1;border-top-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.border-t-slate-800{--tw-border-opacity: 1;border-top-color:rgb(30 41 59 / var(--tw-border-opacity, 1))}.\!bg-amber-400{--tw-bg-opacity: 1 !important;background-color:rgb(251 191 36 / var(--tw-bg-opacity, 1))!important}.\!bg-amber-500{--tw-bg-opacity: 1 !important;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))!important}.\!bg-cyan-400{--tw-bg-opacity: 1 !important;background-color:rgb(34 211 238 / var(--tw-bg-opacity, 1))!important}.\!bg-emerald-400{--tw-bg-opacity: 1 !important;background-color:rgb(52 211 153 / var(--tw-bg-opacity, 1))!important}.\!bg-emerald-500{--tw-bg-opacity: 1 !important;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))!important}.\!bg-purple-400{--tw-bg-opacity: 1 !important;background-color:rgb(192 132 252 / var(--tw-bg-opacity, 1))!important}.\!bg-red-500{--tw-bg-opacity: 1 !important;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))!important}.\!bg-slate-400{--tw-bg-opacity: 1 !important;background-color:rgb(148 163 184 / var(--tw-bg-opacity, 1))!important}.bg-\[\#15c3d5\]{--tw-bg-opacity: 1;background-color:rgb(21 195 213 / var(--tw-bg-opacity, 1))}.bg-\[\#15c3d5\]\/10{background-color:#15c3d51a}.bg-\[\#15c3d5\]\/5{background-color:#15c3d50d}.bg-\[\#d6e9ff\]{--tw-bg-opacity: 1;background-color:rgb(214 233 255 / var(--tw-bg-opacity, 1))}.bg-\[\#d6f7f6\]{--tw-bg-opacity: 1;background-color:rgb(214 247 246 / var(--tw-bg-opacity, 1))}.bg-\[\#d9f7ea\]{--tw-bg-opacity: 1;background-color:rgb(217 247 234 / var(--tw-bg-opacity, 1))}.bg-\[\#dcfce7\]{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-\[\#e2f6ff\]{--tw-bg-opacity: 1;background-color:rgb(226 246 255 / var(--tw-bg-opacity, 1))}.bg-\[\#e7edf6\]{--tw-bg-opacity: 1;background-color:rgb(231 237 246 / var(--tw-bg-opacity, 1))}.bg-\[\#e8faf0\]{--tw-bg-opacity: 1;background-color:rgb(232 250 240 / var(--tw-bg-opacity, 1))}.bg-\[\#e8fce8\]{--tw-bg-opacity: 1;background-color:rgb(232 252 232 / var(--tw-bg-opacity, 1))}.bg-\[\#eaf3ff\]{--tw-bg-opacity: 1;background-color:rgb(234 243 255 / var(--tw-bg-opacity, 1))}.bg-\[\#edf3fbcc\]{background-color:#edf3fbcc}.bg-\[\#eef2ff\]{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.bg-\[\#f0e9ff\]{--tw-bg-opacity: 1;background-color:rgb(240 233 255 / var(--tw-bg-opacity, 1))}.bg-\[\#f5f3ff\]{--tw-bg-opacity: 1;background-color:rgb(245 243 255 / var(--tw-bg-opacity, 1))}.bg-\[\#f9fbff\]{--tw-bg-opacity: 1;background-color:rgb(249 251 255 / var(--tw-bg-opacity, 1))}.bg-\[\#fef2f2\]{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-\[\#fef3c7\]{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-\[\#ffece4\]{--tw-bg-opacity: 1;background-color:rgb(255 236 228 / var(--tw-bg-opacity, 1))}.bg-\[\#fff4d8\]{--tw-bg-opacity: 1;background-color:rgb(255 244 216 / var(--tw-bg-opacity, 1))}.bg-amber-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-amber-100\/95{background-color:#fef3c7f2}.bg-amber-200{--tw-bg-opacity: 1;background-color:rgb(253 230 138 / var(--tw-bg-opacity, 1))}.bg-amber-200\/50{background-color:#fde68a80}.bg-amber-400{--tw-bg-opacity: 1;background-color:rgb(251 191 36 / var(--tw-bg-opacity, 1))}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-amber-50\/30{background-color:#fffbeb4d}.bg-amber-50\/50{background-color:#fffbeb80}.bg-amber-50\/60{background-color:#fffbeb99}.bg-amber-50\/80{background-color:#fffbebcc}.bg-amber-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-amber-500\/20{background-color:#f59e0b33}.bg-amber-500\/30{background-color:#f59e0b4d}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/0{background-color:#0000}.bg-black\/20{background-color:#0003}.bg-black\/30{background-color:#0000004d}.bg-black\/40{background-color:#0006}.bg-black\/50{background-color:#00000080}.bg-black\/60{background-color:#0009}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-200{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-50\/30{background-color:#eff6ff4d}.bg-blue-50\/50{background-color:#eff6ff80}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-500\/20{background-color:#3b82f633}.bg-blue-500\/30{background-color:#3b82f64d}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-cyan-100{--tw-bg-opacity: 1;background-color:rgb(207 250 254 / var(--tw-bg-opacity, 1))}.bg-cyan-50{--tw-bg-opacity: 1;background-color:rgb(236 254 255 / var(--tw-bg-opacity, 1))}.bg-cyan-500{--tw-bg-opacity: 1;background-color:rgb(6 182 212 / var(--tw-bg-opacity, 1))}.bg-cyan-500\/20{background-color:#06b6d433}.bg-cyan-600{--tw-bg-opacity: 1;background-color:rgb(8 145 178 / var(--tw-bg-opacity, 1))}.bg-emerald-100{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity, 1))}.bg-emerald-200{--tw-bg-opacity: 1;background-color:rgb(167 243 208 / var(--tw-bg-opacity, 1))}.bg-emerald-300{--tw-bg-opacity: 1;background-color:rgb(110 231 183 / var(--tw-bg-opacity, 1))}.bg-emerald-50{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))}.bg-emerald-50\/30{background-color:#ecfdf54d}.bg-emerald-50\/50{background-color:#ecfdf580}.bg-emerald-500{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.bg-emerald-500\/20{background-color:#10b98133}.bg-emerald-600{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-500\/20{background-color:#22c55e33}.bg-indigo-100{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.bg-indigo-50{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.bg-indigo-50\/50{background-color:#eef2ff80}.bg-indigo-500{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity, 1))}.bg-indigo-500\/20{background-color:#6366f133}.bg-indigo-500\/30{background-color:#6366f14d}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-orange-50{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.bg-orange-50\/50{background-color:#fff7ed80}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.bg-orange-600{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.bg-pink-100{--tw-bg-opacity: 1;background-color:rgb(252 231 243 / var(--tw-bg-opacity, 1))}.bg-pink-50{--tw-bg-opacity: 1;background-color:rgb(253 242 248 / var(--tw-bg-opacity, 1))}.bg-pink-500{--tw-bg-opacity: 1;background-color:rgb(236 72 153 / var(--tw-bg-opacity, 1))}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-purple-100\/90{background-color:#f3e8ffe6}.bg-purple-200{--tw-bg-opacity: 1;background-color:rgb(233 213 255 / var(--tw-bg-opacity, 1))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.bg-purple-50\/30{background-color:#faf5ff4d}.bg-purple-50\/50{background-color:#faf5ff80}.bg-purple-50\/90{background-color:#faf5ffe6}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.bg-purple-500\/20{background-color:#a855f733}.bg-purple-600{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-50\/50{background-color:#fef2f280}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-500\/20{background-color:#ef444433}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-rose-500{--tw-bg-opacity: 1;background-color:rgb(244 63 94 / var(--tw-bg-opacity, 1))}.bg-rose-500\/20{background-color:#f43f5e33}.bg-sky-100{--tw-bg-opacity: 1;background-color:rgb(224 242 254 / var(--tw-bg-opacity, 1))}.bg-sky-50{--tw-bg-opacity: 1;background-color:rgb(240 249 255 / var(--tw-bg-opacity, 1))}.bg-sky-500{--tw-bg-opacity: 1;background-color:rgb(14 165 233 / var(--tw-bg-opacity, 1))}.bg-sky-600{--tw-bg-opacity: 1;background-color:rgb(2 132 199 / var(--tw-bg-opacity, 1))}.bg-slate-100{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.bg-slate-200{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1))}.bg-slate-300{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity, 1))}.bg-slate-400{--tw-bg-opacity: 1;background-color:rgb(148 163 184 / var(--tw-bg-opacity, 1))}.bg-slate-50{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.bg-slate-50\/30{background-color:#f8fafc4d}.bg-slate-50\/50{background-color:#f8fafc80}.bg-slate-50\/70{background-color:#f8fafcb3}.bg-slate-50\/80{background-color:#f8fafccc}.bg-slate-500{--tw-bg-opacity: 1;background-color:rgb(100 116 139 / var(--tw-bg-opacity, 1))}.bg-slate-600{--tw-bg-opacity: 1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.bg-slate-700{--tw-bg-opacity: 1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}.bg-slate-700\/50{background-color:#33415580}.bg-slate-800{--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}.bg-slate-800\/50{background-color:#1e293b80}.bg-slate-900{--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}.bg-slate-900\/30{background-color:#0f172a4d}.bg-slate-900\/50{background-color:#0f172a80}.bg-slate-900\/80{background-color:#0f172acc}.bg-teal-100{--tw-bg-opacity: 1;background-color:rgb(204 251 241 / var(--tw-bg-opacity, 1))}.bg-teal-500{--tw-bg-opacity: 1;background-color:rgb(20 184 166 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-violet-100{--tw-bg-opacity: 1;background-color:rgb(237 233 254 / var(--tw-bg-opacity, 1))}.bg-violet-200{--tw-bg-opacity: 1;background-color:rgb(221 214 254 / var(--tw-bg-opacity, 1))}.bg-violet-400{--tw-bg-opacity: 1;background-color:rgb(167 139 250 / var(--tw-bg-opacity, 1))}.bg-violet-50{--tw-bg-opacity: 1;background-color:rgb(245 243 255 / var(--tw-bg-opacity, 1))}.bg-violet-500{--tw-bg-opacity: 1;background-color:rgb(139 92 246 / var(--tw-bg-opacity, 1))}.bg-violet-600{--tw-bg-opacity: 1;background-color:rgb(124 58 237 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:#ffffff1a}.bg-white\/20{background-color:#fff3}.bg-white\/5{background-color:#ffffff0d}.bg-white\/50{background-color:#ffffff80}.bg-white\/60{background-color:#fff9}.bg-white\/70{background-color:#ffffffb3}.bg-white\/80{background-color:#fffc}.bg-white\/95{background-color:#fffffff2}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-400{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-\[radial-gradient\(circle_at_10\%_20\%\,\#eef4ff_0\,\#e6effa_35\%\,\#dce6f2_70\%\,\#d6dfeb_100\%\)\]{background-image:radial-gradient(circle at 10% 20%,#eef4ff 0,#e6effa 35%,#dce6f2 70%,#d6dfeb 100%)}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-\[\#0d1c2f\]{--tw-gradient-from: #0d1c2f var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 28 47 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#0d2138\]{--tw-gradient-from: #0d2138 var(--tw-gradient-from-position);--tw-gradient-to: rgb(13 33 56 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-\[\#15c3d5\]{--tw-gradient-from: #15c3d5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(21 195 213 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-400{--tw-gradient-from: #fbbf24 var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-50{--tw-gradient-from: #fffbeb var(--tw-gradient-from-position);--tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-500{--tw-gradient-from: #f59e0b var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-50{--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-500{--tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-emerald-50{--tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-emerald-500{--tw-gradient-from: #10b981 var(--tw-gradient-from-position);--tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500{--tw-gradient-from: #22c55e var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500{--tw-gradient-from: #6366f1 var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500{--tw-gradient-from: #f97316 var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-50{--tw-gradient-from: #faf5ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500{--tw-gradient-from: #a855f7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500{--tw-gradient-from: #ef4444 var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500\/20{--tw-gradient-from: rgb(239 68 68 / .2) var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-rose-500{--tw-gradient-from: #f43f5e var(--tw-gradient-from-position);--tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-100{--tw-gradient-from: #f1f5f9 var(--tw-gradient-from-position);--tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-400{--tw-gradient-from: #94a3b8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-50{--tw-gradient-from: #f8fafc var(--tw-gradient-from-position);--tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-500{--tw-gradient-from: #64748b var(--tw-gradient-from-position);--tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-800{--tw-gradient-from: #1e293b var(--tw-gradient-from-position);--tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-900{--tw-gradient-from: #0f172a var(--tw-gradient-from-position);--tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500{--tw-gradient-from: #14b8a6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-transparent{--tw-gradient-from: transparent var(--tw-gradient-from-position);--tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-violet-100{--tw-gradient-from: #ede9fe var(--tw-gradient-from-position);--tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-violet-50{--tw-gradient-from: #f5f3ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-violet-500{--tw-gradient-from: #8b5cf6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50{--tw-gradient-from: #fefce8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-\[\#0b1f34\]{--tw-gradient-to: rgb(11 31 52 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #0b1f34 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-\[\#0b243a\]{--tw-gradient-to: rgb(11 36 58 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #0b243a var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-purple-400\/20{--tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(192 132 252 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-slate-800{--tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), #1e293b var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-\[\#0a1f33\]{--tw-gradient-to: #0a1f33 var(--tw-gradient-to-position)}.to-\[\#0a253a\]{--tw-gradient-to: #0a253a var(--tw-gradient-to-position)}.to-\[\#0d8a9a\]{--tw-gradient-to: #0d8a9a var(--tw-gradient-to-position)}.to-amber-100\/50{--tw-gradient-to: rgb(254 243 199 / .5) var(--tw-gradient-to-position)}.to-amber-50{--tw-gradient-to: #fffbeb var(--tw-gradient-to-position)}.to-amber-600{--tw-gradient-to: #d97706 var(--tw-gradient-to-position)}.to-blue-100\/50{--tw-gradient-to: rgb(219 234 254 / .5) var(--tw-gradient-to-position)}.to-blue-50{--tw-gradient-to: #eff6ff var(--tw-gradient-to-position)}.to-blue-600{--tw-gradient-to: #2563eb var(--tw-gradient-to-position)}.to-cyan-500{--tw-gradient-to: #06b6d4 var(--tw-gradient-to-position)}.to-cyan-600{--tw-gradient-to: #0891b2 var(--tw-gradient-to-position)}.to-emerald-100\/50{--tw-gradient-to: rgb(209 250 229 / .5) var(--tw-gradient-to-position)}.to-emerald-600{--tw-gradient-to: #059669 var(--tw-gradient-to-position)}.to-green-600{--tw-gradient-to: #16a34a var(--tw-gradient-to-position)}.to-indigo-50{--tw-gradient-to: #eef2ff var(--tw-gradient-to-position)}.to-indigo-600{--tw-gradient-to: #4f46e5 var(--tw-gradient-to-position)}.to-orange-50{--tw-gradient-to: #fff7ed var(--tw-gradient-to-position)}.to-orange-500{--tw-gradient-to: #f97316 var(--tw-gradient-to-position)}.to-orange-500\/20{--tw-gradient-to: rgb(249 115 22 / .2) var(--tw-gradient-to-position)}.to-orange-600{--tw-gradient-to: #ea580c var(--tw-gradient-to-position)}.to-pink-500{--tw-gradient-to: #ec4899 var(--tw-gradient-to-position)}.to-pink-600{--tw-gradient-to: #db2777 var(--tw-gradient-to-position)}.to-purple-100{--tw-gradient-to: #f3e8ff var(--tw-gradient-to-position)}.to-purple-100\/50{--tw-gradient-to: rgb(243 232 255 / .5) var(--tw-gradient-to-position)}.to-purple-50{--tw-gradient-to: #faf5ff var(--tw-gradient-to-position)}.to-purple-500{--tw-gradient-to: #a855f7 var(--tw-gradient-to-position)}.to-purple-600{--tw-gradient-to: #9333ea var(--tw-gradient-to-position)}.to-rose-600{--tw-gradient-to: #e11d48 var(--tw-gradient-to-position)}.to-slate-100{--tw-gradient-to: #f1f5f9 var(--tw-gradient-to-position)}.to-slate-50{--tw-gradient-to: #f8fafc var(--tw-gradient-to-position)}.to-slate-500{--tw-gradient-to: #64748b var(--tw-gradient-to-position)}.to-slate-600{--tw-gradient-to: #475569 var(--tw-gradient-to-position)}.to-slate-900{--tw-gradient-to: #0f172a var(--tw-gradient-to-position)}.to-teal-500{--tw-gradient-to: #14b8a6 var(--tw-gradient-to-position)}.to-teal-600{--tw-gradient-to: #0d9488 var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.to-violet-50{--tw-gradient-to: #f5f3ff var(--tw-gradient-to-position)}.to-violet-900{--tw-gradient-to: #4c1d95 var(--tw-gradient-to-position)}.to-white{--tw-gradient-to: #fff var(--tw-gradient-to-position)}.to-yellow-500{--tw-gradient-to: #eab308 var(--tw-gradient-to-position)}.fill-amber-500{fill:#f59e0b}.fill-blue-500{fill:#3b82f6}.fill-current{fill:currentColor}.fill-emerald-50{fill:#ecfdf5}.fill-white{fill:#fff}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-0{padding-bottom:0}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-36{padding-bottom:9rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pl-10{padding-left:2.5rem}.pl-12{padding-left:3rem}.pl-16{padding-left:4rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-6{padding-left:1.5rem}.pl-7{padding-left:1.75rem}.pl-8{padding-left:2rem}.pl-9{padding-left:2.25rem}.pl-\[18px\]{padding-left:18px}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.pr-20{padding-right:5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-8{padding-right:2rem}.pr-9{padding-right:2.25rem}.pt-0{padding-top:0}.pt-0\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-\[15vh\]{padding-top:15vh}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-middle{vertical-align:middle}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-sans{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[15px\]{font-size:15px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.text-\[\#0b7dbf\]{--tw-text-opacity: 1;color:rgb(11 125 191 / var(--tw-text-opacity, 1))}.text-\[\#0f1a2b\]{--tw-text-opacity: 1;color:rgb(15 26 43 / var(--tw-text-opacity, 1))}.text-\[\#0f9d9e\]{--tw-text-opacity: 1;color:rgb(15 157 158 / var(--tw-text-opacity, 1))}.text-\[\#1098ad\]{--tw-text-opacity: 1;color:rgb(16 152 173 / var(--tw-text-opacity, 1))}.text-\[\#10b981\]{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.text-\[\#159765\]{--tw-text-opacity: 1;color:rgb(21 151 101 / var(--tw-text-opacity, 1))}.text-\[\#15c3d5\]{--tw-text-opacity: 1;color:rgb(21 195 213 / var(--tw-text-opacity, 1))}.text-\[\#16a34a\]{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-\[\#1aa6d8\]{--tw-text-opacity: 1;color:rgb(26 166 216 / var(--tw-text-opacity, 1))}.text-\[\#1b6bb8\]{--tw-text-opacity: 1;color:rgb(27 107 184 / var(--tw-text-opacity, 1))}.text-\[\#1f6feb\]{--tw-text-opacity: 1;color:rgb(31 111 235 / var(--tw-text-opacity, 1))}.text-\[\#3b82f6\]{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-\[\#4b5871\]{--tw-text-opacity: 1;color:rgb(75 88 113 / var(--tw-text-opacity, 1))}.text-\[\#586482\]{--tw-text-opacity: 1;color:rgb(88 100 130 / var(--tw-text-opacity, 1))}.text-\[\#5a6984\]{--tw-text-opacity: 1;color:rgb(90 105 132 / var(--tw-text-opacity, 1))}.text-\[\#6366f1\]{--tw-text-opacity: 1;color:rgb(99 102 241 / var(--tw-text-opacity, 1))}.text-\[\#7c3aed\]{--tw-text-opacity: 1;color:rgb(124 58 237 / var(--tw-text-opacity, 1))}.text-\[\#8b5cf6\]{--tw-text-opacity: 1;color:rgb(139 92 246 / var(--tw-text-opacity, 1))}.text-\[\#d28a00\]{--tw-text-opacity: 1;color:rgb(210 138 0 / var(--tw-text-opacity, 1))}.text-\[\#d97706\]{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-\[\#dc2626\]{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-\[\#ef4444\]{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-\[\#f97316\]{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-amber-300{--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity, 1))}.text-amber-400{--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.text-amber-500{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-amber-800{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.text-amber-900{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.text-blue-300{--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.text-cyan-400{--tw-text-opacity: 1;color:rgb(34 211 238 / var(--tw-text-opacity, 1))}.text-cyan-500{--tw-text-opacity: 1;color:rgb(6 182 212 / var(--tw-text-opacity, 1))}.text-cyan-600{--tw-text-opacity: 1;color:rgb(8 145 178 / var(--tw-text-opacity, 1))}.text-cyan-700{--tw-text-opacity: 1;color:rgb(14 116 144 / var(--tw-text-opacity, 1))}.text-emerald-100{--tw-text-opacity: 1;color:rgb(209 250 229 / var(--tw-text-opacity, 1))}.text-emerald-400{--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity, 1))}.text-emerald-500{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.text-emerald-600{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity, 1))}.text-emerald-700{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity, 1))}.text-emerald-800{--tw-text-opacity: 1;color:rgb(6 95 70 / var(--tw-text-opacity, 1))}.text-emerald-900{--tw-text-opacity: 1;color:rgb(6 78 59 / var(--tw-text-opacity, 1))}.text-green-100{--tw-text-opacity: 1;color:rgb(220 252 231 / var(--tw-text-opacity, 1))}.text-green-200{--tw-text-opacity: 1;color:rgb(187 247 208 / var(--tw-text-opacity, 1))}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-indigo-200{--tw-text-opacity: 1;color:rgb(199 210 254 / var(--tw-text-opacity, 1))}.text-indigo-400{--tw-text-opacity: 1;color:rgb(129 140 248 / var(--tw-text-opacity, 1))}.text-indigo-500{--tw-text-opacity: 1;color:rgb(99 102 241 / var(--tw-text-opacity, 1))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-indigo-700{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.text-indigo-800{--tw-text-opacity: 1;color:rgb(55 48 163 / var(--tw-text-opacity, 1))}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-orange-700{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.text-pink-700{--tw-text-opacity: 1;color:rgb(190 24 93 / var(--tw-text-opacity, 1))}.text-purple-200{--tw-text-opacity: 1;color:rgb(233 213 255 / var(--tw-text-opacity, 1))}.text-purple-400{--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.text-purple-500{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-purple-600\/70{color:#9333eab3}.text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.text-purple-800{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity, 1))}.text-purple-900{--tw-text-opacity: 1;color:rgb(88 28 135 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-rose-400{--tw-text-opacity: 1;color:rgb(251 113 133 / var(--tw-text-opacity, 1))}.text-rose-600{--tw-text-opacity: 1;color:rgb(225 29 72 / var(--tw-text-opacity, 1))}.text-sky-600{--tw-text-opacity: 1;color:rgb(2 132 199 / var(--tw-text-opacity, 1))}.text-sky-700{--tw-text-opacity: 1;color:rgb(3 105 161 / var(--tw-text-opacity, 1))}.text-sky-800{--tw-text-opacity: 1;color:rgb(7 89 133 / var(--tw-text-opacity, 1))}.text-sky-900{--tw-text-opacity: 1;color:rgb(12 74 110 / var(--tw-text-opacity, 1))}.text-slate-100{--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1))}.text-slate-200{--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.text-slate-300{--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.text-slate-400{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.text-slate-50{--tw-text-opacity: 1;color:rgb(248 250 252 / var(--tw-text-opacity, 1))}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-slate-800{--tw-text-opacity: 1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}.text-slate-900{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.text-teal-700{--tw-text-opacity: 1;color:rgb(15 118 110 / var(--tw-text-opacity, 1))}.text-violet-200{--tw-text-opacity: 1;color:rgb(221 214 254 / var(--tw-text-opacity, 1))}.text-violet-300{--tw-text-opacity: 1;color:rgb(196 181 253 / var(--tw-text-opacity, 1))}.text-violet-400{--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity, 1))}.text-violet-500{--tw-text-opacity: 1;color:rgb(139 92 246 / var(--tw-text-opacity, 1))}.text-violet-600{--tw-text-opacity: 1;color:rgb(124 58 237 / var(--tw-text-opacity, 1))}.text-violet-700{--tw-text-opacity: 1;color:rgb(109 40 217 / var(--tw-text-opacity, 1))}.text-violet-900{--tw-text-opacity: 1;color:rgb(76 29 149 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/70{color:#ffffffb3}.text-white\/80{color:#fffc}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.text-yellow-900{--tw-text-opacity: 1;color:rgb(113 63 18 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.underline-offset-2{text-underline-offset:2px}.underline-offset-4{text-underline-offset:4px}.placeholder-slate-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(148 163 184 / var(--tw-placeholder-opacity, 1))}.placeholder-slate-400::placeholder{--tw-placeholder-opacity: 1;color:rgb(148 163 184 / var(--tw-placeholder-opacity, 1))}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_10px_30px_rgba\(4\,12\,30\,0\.35\)\]{--tw-shadow: 0 10px 30px rgba(4,12,30,.35);--tw-shadow-colored: 0 10px 30px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_12px_28px_rgba\(12\,32\,64\,0\.06\)\]{--tw-shadow: 0 12px 28px rgba(12,32,64,.06);--tw-shadow-colored: 0 12px 28px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_12px_30px_rgba\(18\,180\,198\,0\.35\)\]{--tw-shadow: 0 12px 30px rgba(18,180,198,.35);--tw-shadow-colored: 0 12px 30px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_4px_12px_rgba\(12\,32\,64\,0\.04\)\]{--tw-shadow: 0 4px 12px rgba(12,32,64,.04);--tw-shadow-colored: 0 4px 12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[2px_0_4px_-2px_rgba\(0\,0\,0\,0\.1\)\]{--tw-shadow: 2px 0 4px -2px rgba(0,0,0,.1);--tw-shadow-colored: 2px 0 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-amber-100{--tw-shadow-color: #fef3c7;--tw-shadow: var(--tw-shadow-colored)}.shadow-amber-200\/50{--tw-shadow-color: rgb(253 230 138 / .5);--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-200{--tw-shadow-color: #bfdbfe;--tw-shadow: var(--tw-shadow-colored)}.shadow-blue-500\/25{--tw-shadow-color: rgb(59 130 246 / .25);--tw-shadow: var(--tw-shadow-colored)}.shadow-cyan-100{--tw-shadow-color: #cffafe;--tw-shadow: var(--tw-shadow-colored)}.shadow-emerald-100{--tw-shadow-color: #d1fae5;--tw-shadow: var(--tw-shadow-colored)}.shadow-indigo-100{--tw-shadow-color: #e0e7ff;--tw-shadow: var(--tw-shadow-colored)}.shadow-purple-100{--tw-shadow-color: #f3e8ff;--tw-shadow: var(--tw-shadow-colored)}.shadow-slate-400\/30{--tw-shadow-color: rgb(148 163 184 / .3);--tw-shadow: var(--tw-shadow-colored)}.shadow-violet-500\/30{--tw-shadow-color: rgb(139 92 246 / .3);--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-inset{--tw-ring-inset: inset}.ring-\[\#15c3d5\]{--tw-ring-opacity: 1;--tw-ring-color: rgb(21 195 213 / var(--tw-ring-opacity, 1))}.ring-\[\#15c3d5\]\/20{--tw-ring-color: rgb(21 195 213 / .2)}.ring-amber-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity, 1))}.ring-amber-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity, 1))}.ring-blue-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1))}.ring-blue-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1))}.ring-blue-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.ring-blue-500\/20{--tw-ring-color: rgb(59 130 246 / .2)}.ring-emerald-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 250 229 / var(--tw-ring-opacity, 1))}.ring-emerald-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity, 1))}.ring-purple-100{--tw-ring-opacity: 1;--tw-ring-color: rgb(243 232 255 / var(--tw-ring-opacity, 1))}.ring-purple-200{--tw-ring-opacity: 1;--tw-ring-color: rgb(233 213 255 / var(--tw-ring-opacity, 1))}.ring-red-500\/20{--tw-ring-color: rgb(239 68 68 / .2)}.ring-offset-2{--tw-ring-offset-width: 2px}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-lg{--tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / .04)) drop-shadow(0 4px 3px rgb(0 0 0 / .1));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-\[1px\]{--tw-backdrop-blur: blur(1px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-md{--tw-backdrop-blur: blur(12px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.fade-in,.fade-in-0{--tw-enter-opacity: 0}.zoom-in-95{--tw-enter-scale: .95}.slide-in-from-right{--tw-enter-translate-x: 100%}.slide-in-from-top{--tw-enter-translate-y: -100%}.slide-in-from-top-2{--tw-enter-translate-y: -.5rem}.duration-150{animation-duration:.15s}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.duration-500{animation-duration:.5s}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{animation-timing-function:cubic-bezier(0,0,.2,1)}.running{animation-play-state:running}.paused{animation-play-state:paused}body{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at 20% 20%,#eef4ff 0,#e6effa 35%,#dfe7f3 70%,#d4dfea 100%);color:#0f172a}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes scanLine{0%{top:-2rem}to{top:calc(100% + 2rem)}}@keyframes pulse-attention{0%,to{transform:scale(1);box-shadow:0 0 #8b5cf6b3,0 0 20px #8b5cf680}50%{transform:scale(1.08);box-shadow:0 0 0 12px #8b5cf600,0 0 30px #8b5cf6cc,0 0 60px #8b5cf666}}.animate-pulse-glow{animation:pulse-attention 1.5s ease-in-out infinite;position:relative}.animate-pulse-glow:before{content:"👇";position:absolute;top:-28px;left:50%;transform:translate(-50%);font-size:18px;animation:bounce-arrow 1s ease-in-out infinite}@keyframes bounce-arrow{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-6px)}}.address-autocomplete-wrapper{width:100%}gmp-place-autocomplete{color-scheme:light}.address-autocomplete-wrapper gmp-place-autocomplete{width:100%;display:block;color-scheme:light;background-color:#fffc;border:1px solid #c9d7e7;border-radius:.5rem}.address-autocomplete-wrapper gmp-place-autocomplete:focus-within{border-color:#15c3d5;box-shadow:0 0 0 2px #15c3d533}.address-autocomplete-wrapper.has-error gmp-place-autocomplete{border-color:#ef4444;box-shadow:0 0 0 2px #ef444433}.address-autocomplete-wrapper.is-disabled gmp-place-autocomplete{background-color:#f8fafc;opacity:.6;pointer-events:none}.placeholder\:text-amber-500::-moz-placeholder{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.placeholder\:text-amber-500::placeholder{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.placeholder\:text-slate-400::-moz-placeholder{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.placeholder\:text-slate-400::placeholder{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.placeholder\:text-slate-500::-moz-placeholder{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.placeholder\:text-slate-500::placeholder{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.before\:pointer-events-none:before{content:var(--tw-content);pointer-events:none}.before\:absolute:before{content:var(--tw-content);position:absolute}.before\:bottom-2:before{content:var(--tw-content);bottom:.5rem}.before\:bottom-3:before{content:var(--tw-content);bottom:.75rem}.before\:bottom-4:before{content:var(--tw-content);bottom:1rem}.before\:left-0:before{content:var(--tw-content);left:0}.before\:left-3:before{content:var(--tw-content);left:.75rem}.before\:left-3\.5:before{content:var(--tw-content);left:.875rem}.before\:top-0:before{content:var(--tw-content);top:0}.before\:top-2:before{content:var(--tw-content);top:.5rem}.before\:top-3:before{content:var(--tw-content);top:.75rem}.before\:top-4:before{content:var(--tw-content);top:1rem}.before\:w-px:before{content:var(--tw-content);width:1px}.before\:bg-slate-200:before{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1))}.before\:text-slate-400:before{content:var(--tw-content);--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.before\:content-\[attr\(data-placeholder\)\]:before{--tw-content: attr(data-placeholder);content:var(--tw-content)}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:left-\[2px\]:after{content:var(--tw-content);left:2px}.after\:top-\[2px\]:after{content:var(--tw-content);top:2px}.after\:h-4:after{content:var(--tw-content);height:1rem}.after\:h-5:after{content:var(--tw-content);height:1.25rem}.after\:w-4:after{content:var(--tw-content);width:1rem}.after\:w-5:after{content:var(--tw-content);width:1.25rem}.after\:rounded-full:after{content:var(--tw-content);border-radius:9999px}.after\:border:after{content:var(--tw-content);border-width:1px}.after\:border-slate-300:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity, 1))}.after\:bg-white:after{content:var(--tw-content);--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.after\:transition-all:after{content:var(--tw-content);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.after\:content-\[\'\'\]:after{--tw-content: "";content:var(--tw-content)}.first\:mt-0:first-child{margin-top:0}.last\:border-0:last-child{border-width:0px}.last\:border-b-0:last-child{border-bottom-width:0px}.last\:border-r-0:last-child{border-right-width:0px}.last\:pb-0:last-child{padding-bottom:0}.focus-within\:border-purple-500:focus-within{--tw-border-opacity: 1;border-color:rgb(168 85 247 / var(--tw-border-opacity, 1))}.focus-within\:ring-2:focus-within{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-within\:ring-inset:focus-within{--tw-ring-inset: inset}.focus-within\:ring-blue-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus-within\:ring-purple-500\/20:focus-within{--tw-ring-color: rgb(168 85 247 / .2)}.hover\:-translate-y-0\.5:hover{--tw-translate-y: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-\[1\.02\]:hover{--tw-scale-x: 1.02;--tw-scale-y: 1.02;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-\[\#9fd5ff\]:hover{--tw-border-opacity: 1;border-color:rgb(159 213 255 / var(--tw-border-opacity, 1))}.hover\:border-amber-300:hover{--tw-border-opacity: 1;border-color:rgb(252 211 77 / var(--tw-border-opacity, 1))}.hover\:border-amber-400:hover{--tw-border-opacity: 1;border-color:rgb(251 191 36 / var(--tw-border-opacity, 1))}.hover\:border-blue-300:hover{--tw-border-opacity: 1;border-color:rgb(147 197 253 / var(--tw-border-opacity, 1))}.hover\:border-blue-400:hover{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.hover\:border-cyan-300:hover{--tw-border-opacity: 1;border-color:rgb(103 232 249 / var(--tw-border-opacity, 1))}.hover\:border-cyan-400:hover{--tw-border-opacity: 1;border-color:rgb(34 211 238 / var(--tw-border-opacity, 1))}.hover\:border-emerald-300:hover{--tw-border-opacity: 1;border-color:rgb(110 231 183 / var(--tw-border-opacity, 1))}.hover\:border-emerald-400:hover{--tw-border-opacity: 1;border-color:rgb(52 211 153 / var(--tw-border-opacity, 1))}.hover\:border-indigo-300:hover{--tw-border-opacity: 1;border-color:rgb(165 180 252 / var(--tw-border-opacity, 1))}.hover\:border-indigo-400:hover{--tw-border-opacity: 1;border-color:rgb(129 140 248 / var(--tw-border-opacity, 1))}.hover\:border-orange-300:hover{--tw-border-opacity: 1;border-color:rgb(253 186 116 / var(--tw-border-opacity, 1))}.hover\:border-purple-300:hover{--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity, 1))}.hover\:border-purple-400:hover{--tw-border-opacity: 1;border-color:rgb(192 132 252 / var(--tw-border-opacity, 1))}.hover\:border-red-400:hover{--tw-border-opacity: 1;border-color:rgb(248 113 113 / var(--tw-border-opacity, 1))}.hover\:border-rose-400:hover{--tw-border-opacity: 1;border-color:rgb(251 113 133 / var(--tw-border-opacity, 1))}.hover\:border-sky-300:hover{--tw-border-opacity: 1;border-color:rgb(125 211 252 / var(--tw-border-opacity, 1))}.hover\:border-slate-200:hover{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.hover\:border-slate-300:hover{--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity, 1))}.hover\:border-slate-400:hover{--tw-border-opacity: 1;border-color:rgb(148 163 184 / var(--tw-border-opacity, 1))}.hover\:bg-\[\#12a8b8\]:hover{--tw-bg-opacity: 1;background-color:rgb(18 168 184 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#12b4c6\]:hover{--tw-bg-opacity: 1;background-color:rgb(18 180 198 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#e6f1ff\]:hover{--tw-bg-opacity: 1;background-color:rgb(230 241 255 / var(--tw-bg-opacity, 1))}.hover\:bg-\[\#eaf2fb\]:hover{--tw-bg-opacity: 1;background-color:rgb(234 242 251 / var(--tw-bg-opacity, 1))}.hover\:bg-amber-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.hover\:bg-amber-200:hover{--tw-bg-opacity: 1;background-color:rgb(253 230 138 / var(--tw-bg-opacity, 1))}.hover\:bg-amber-200\/50:hover{background-color:#fde68a80}.hover\:bg-amber-200\/60:hover{background-color:#fde68a99}.hover\:bg-amber-50:hover{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.hover\:bg-amber-500\/40:hover{background-color:#f59e0b66}.hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-100\/50:hover{background-color:#dbeafe80}.hover\:bg-blue-200:hover{--tw-bg-opacity: 1;background-color:rgb(191 219 254 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-400:hover{--tw-bg-opacity: 1;background-color:rgb(96 165 250 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-50\/50:hover{background-color:#eff6ff80}.hover\:bg-blue-500\/40:hover{background-color:#3b82f666}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-cyan-50:hover{--tw-bg-opacity: 1;background-color:rgb(236 254 255 / var(--tw-bg-opacity, 1))}.hover\:bg-emerald-100:hover{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity, 1))}.hover\:bg-emerald-50:hover{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))}.hover\:bg-emerald-700:hover{--tw-bg-opacity: 1;background-color:rgb(4 120 87 / var(--tw-bg-opacity, 1))}.hover\:bg-green-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-50:hover{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-700:hover{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity, 1))}.hover\:bg-orange-50:hover{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-50:hover{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-50\/50:hover{background-color:#faf5ff80}.hover\:bg-purple-700:hover{--tw-bg-opacity: 1;background-color:rgb(126 34 206 / var(--tw-bg-opacity, 1))}.hover\:bg-red-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:bg-sky-700:hover{--tw-bg-opacity: 1;background-color:rgb(3 105 161 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-100:hover{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-200:hover{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-200\/50:hover{background-color:#e2e8f080}.hover\:bg-slate-300:hover{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-50:hover{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-600:hover{--tw-bg-opacity: 1;background-color:rgb(71 85 105 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-700:hover{--tw-bg-opacity: 1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-700\/50:hover{background-color:#33415580}.hover\:bg-slate-800:hover{--tw-bg-opacity: 1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}.hover\:bg-violet-100\/50:hover{background-color:#ede9fe80}.hover\:bg-violet-50:hover{--tw-bg-opacity: 1;background-color:rgb(245 243 255 / var(--tw-bg-opacity, 1))}.hover\:bg-violet-700:hover{--tw-bg-opacity: 1;background-color:rgb(109 40 217 / var(--tw-bg-opacity, 1))}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/15:hover{background-color:#ffffff26}.hover\:bg-white\/20:hover{background-color:#fff3}.hover\:bg-white\/30:hover{background-color:#ffffff4d}.hover\:bg-white\/5:hover{background-color:#ffffff0d}.hover\:bg-white\/50:hover{background-color:#ffffff80}.hover\:from-blue-600:hover{--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-violet-600:hover{--tw-gradient-from: #7c3aed var(--tw-gradient-from-position);--tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:to-cyan-600:hover{--tw-gradient-to: #0891b2 var(--tw-gradient-to-position)}.hover\:to-purple-700:hover{--tw-gradient-to: #7e22ce var(--tw-gradient-to-position)}.hover\:text-\[\#12b4c6\]:hover{--tw-text-opacity: 1;color:rgb(18 180 198 / var(--tw-text-opacity, 1))}.hover\:text-\[\#148bb6\]:hover{--tw-text-opacity: 1;color:rgb(20 139 182 / var(--tw-text-opacity, 1))}.hover\:text-amber-600:hover{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.hover\:text-amber-700:hover{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.hover\:text-amber-800:hover{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.hover\:text-amber-900:hover{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.hover\:text-blue-500:hover{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.hover\:text-blue-600:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.hover\:text-cyan-600:hover{--tw-text-opacity: 1;color:rgb(8 145 178 / var(--tw-text-opacity, 1))}.hover\:text-cyan-700:hover{--tw-text-opacity: 1;color:rgb(14 116 144 / var(--tw-text-opacity, 1))}.hover\:text-emerald-500:hover{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.hover\:text-emerald-600:hover{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity, 1))}.hover\:text-emerald-700:hover{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity, 1))}.hover\:text-green-500:hover{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.hover\:text-indigo-600:hover{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.hover\:text-indigo-700:hover{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.hover\:text-indigo-900:hover{--tw-text-opacity: 1;color:rgb(49 46 129 / var(--tw-text-opacity, 1))}.hover\:text-orange-700:hover{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.hover\:text-purple-500:hover{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity, 1))}.hover\:text-purple-600:hover{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.hover\:text-red-800:hover{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.hover\:text-sky-800:hover{--tw-text-opacity: 1;color:rgb(7 89 133 / var(--tw-text-opacity, 1))}.hover\:text-slate-200:hover{--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.hover\:text-slate-400:hover{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.hover\:text-slate-500:hover{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.hover\:text-slate-600:hover{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.hover\:text-slate-700:hover{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.hover\:text-slate-800:hover{--tw-text-opacity: 1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}.hover\:text-slate-900:hover{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.hover\:text-violet-600:hover{--tw-text-opacity: 1;color:rgb(124 58 237 / var(--tw-text-opacity, 1))}.hover\:text-violet-700:hover{--tw-text-opacity: 1;color:rgb(109 40 217 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:no-underline:hover{text-decoration-line:none}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-80:hover{opacity:.8}.hover\:shadow:hover{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[0_14px_32px_rgba\(12\,32\,64\,0\.12\)\]:hover{--tw-shadow: 0 14px 32px rgba(12,32,64,.12);--tw-shadow-colored: 0 14px 32px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-\[0_8px_20px_rgba\(12\,32\,64\,0\.08\)\]:hover{--tw-shadow: 0 8px 20px rgba(12,32,64,.08);--tw-shadow-colored: 0 8px 20px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-sm:hover{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-slate-200\/50:hover{--tw-shadow-color: rgb(226 232 240 / .5);--tw-shadow: var(--tw-shadow-colored)}.hover\:shadow-violet-500\/40:hover{--tw-shadow-color: rgb(139 92 246 / .4);--tw-shadow: var(--tw-shadow-colored)}.focus\:border-\[\#15c3d5\]:focus{--tw-border-opacity: 1;border-color:rgb(21 195 213 / var(--tw-border-opacity, 1))}.focus\:border-amber-500:focus{--tw-border-opacity: 1;border-color:rgb(245 158 11 / var(--tw-border-opacity, 1))}.focus\:border-blue-400:focus{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:border-cyan-500:focus{--tw-border-opacity: 1;border-color:rgb(6 182 212 / var(--tw-border-opacity, 1))}.focus\:border-emerald-500:focus{--tw-border-opacity: 1;border-color:rgb(16 185 129 / var(--tw-border-opacity, 1))}.focus\:border-indigo-500:focus{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1))}.focus\:border-purple-400:focus{--tw-border-opacity: 1;border-color:rgb(192 132 252 / var(--tw-border-opacity, 1))}.focus\:border-purple-500:focus{--tw-border-opacity: 1;border-color:rgb(168 85 247 / var(--tw-border-opacity, 1))}.focus\:border-red-500:focus{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.focus\:border-sky-500:focus{--tw-border-opacity: 1;border-color:rgb(14 165 233 / var(--tw-border-opacity, 1))}.focus\:border-slate-500:focus{--tw-border-opacity: 1;border-color:rgb(100 116 139 / var(--tw-border-opacity, 1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:border-violet-400:focus{--tw-border-opacity: 1;border-color:rgb(167 139 250 / var(--tw-border-opacity, 1))}.focus\:bg-slate-100:focus{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.focus\:text-slate-900:focus{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-\[\#15c3d5\]\/20:focus{--tw-ring-color: rgb(21 195 213 / .2)}.focus\:ring-\[\#15c3d5\]\/30:focus{--tw-ring-color: rgb(21 195 213 / .3)}.focus\:ring-amber-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1))}.focus\:ring-amber-500\/20:focus{--tw-ring-color: rgb(245 158 11 / .2)}.focus\:ring-blue-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1))}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-blue-500\/20:focus{--tw-ring-color: rgb(59 130 246 / .2)}.focus\:ring-cyan-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(6 182 212 / var(--tw-ring-opacity, 1))}.focus\:ring-cyan-500\/20:focus{--tw-ring-color: rgb(6 182 212 / .2)}.focus\:ring-emerald-500\/20:focus{--tw-ring-color: rgb(16 185 129 / .2)}.focus\:ring-indigo-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1))}.focus\:ring-orange-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1))}.focus\:ring-purple-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1))}.focus\:ring-purple-500\/20:focus{--tw-ring-color: rgb(168 85 247 / .2)}.focus\:ring-red-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity, 1))}.focus\:ring-red-500\/20:focus{--tw-ring-color: rgb(239 68 68 / .2)}.focus\:ring-sky-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(224 242 254 / var(--tw-ring-opacity, 1))}.focus\:ring-slate-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(100 116 139 / var(--tw-ring-opacity, 1))}.focus\:ring-slate-500\/20:focus{--tw-ring-color: rgb(100 116 139 / .2)}.focus\:ring-violet-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity, 1))}.focus\:ring-violet-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-blue-500:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.active\:scale-\[0\.98\]:active{--tw-scale-x: .98;--tw-scale-y: .98;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:cursor-grabbing:active{cursor:grabbing}.active\:cursor-move:active{cursor:move}.active\:bg-blue-500:active{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.active\:bg-slate-100:active{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-slate-300:disabled{--tw-bg-opacity: 1;background-color:rgb(203 213 225 / var(--tw-bg-opacity, 1))}.disabled\:bg-slate-50:disabled{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.disabled\:text-slate-500:disabled{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.disabled\:opacity-30:disabled{opacity:.3}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.disabled\:hover\:scale-100:hover:disabled{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.disabled\:hover\:bg-white:hover:disabled{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.group[open] .group-open\:rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:translate-x-0\.5{--tw-translate-x: .125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:border-slate-300{--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity, 1))}.group:hover .group-hover\:bg-black\/40{background-color:#0006}.group:hover .group-hover\:bg-slate-200{--tw-bg-opacity: 1;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-slate-700{--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-slate-900{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-violet-300{--tw-text-opacity: 1;color:rgb(196 181 253 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:underline{text-decoration-line:underline}.group\/icon:hover .group-hover\/icon\:opacity-0{opacity:0}.group\/icon:hover .group-hover\/icon\:opacity-100{opacity:1}.group:hover .group-hover\:opacity-0{opacity:0}.group:hover .group-hover\:opacity-100{opacity:1}.peer:checked~.peer-checked\:bg-cyan-600{--tw-bg-opacity: 1;background-color:rgb(8 145 178 / var(--tw-bg-opacity, 1))}.peer:checked~.peer-checked\:after\:translate-x-full:after{content:var(--tw-content);--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.peer:checked~.peer-checked\:after\:border-white:after{content:var(--tw-content);--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.peer:focus~.peer-focus\:outline-none{outline:2px solid transparent;outline-offset:2px}.peer:focus~.peer-focus\:ring-4{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.peer:focus~.peer-focus\:ring-cyan-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(103 232 249 / var(--tw-ring-opacity, 1))}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[placeholder\]\:text-slate-400[data-placeholder]{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[state\=closed\]\:animate-out[data-state=closed]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem}.prose-headings\:font-semibold :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))){font-weight:600}.prose-headings\:text-slate-900 :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.prose-h2\:mb-1 :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){margin-bottom:.25rem}.prose-h2\:mb-2 :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){margin-bottom:.5rem}.prose-h2\:mt-2 :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:.5rem}.prose-h2\:mt-4 :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:1rem}.prose-h2\:text-base :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1rem;line-height:1.5rem}.prose-h2\:text-sm :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:.875rem;line-height:1.25rem}.prose-h3\:mb-0\.5 :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))){margin-bottom:.125rem}.prose-h3\:mb-1 :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))){margin-bottom:.25rem}.prose-h3\:mt-1\.5 :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:.375rem}.prose-h3\:mt-3 :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:.75rem}.prose-h3\:text-sm :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:.875rem;line-height:1.25rem}.prose-h3\:text-xs :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:.75rem;line-height:1rem}.prose-p\:my-1 :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:.25rem;margin-bottom:.25rem}.prose-p\:my-1\.5 :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:.375rem;margin-bottom:.375rem}.prose-p\:text-xs :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:.75rem;line-height:1rem}.prose-p\:text-slate-600 :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.prose-p\:text-slate-700 :is(:where(p):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.prose-a\:cursor-pointer :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))){cursor:pointer}.prose-a\:text-blue-600 :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.prose-a\:underline :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))){text-decoration-line:underline}.prose-strong\:font-semibold :is(:where(strong):not(:where([class~=not-prose],[class~=not-prose] *))){font-weight:600}.prose-strong\:text-slate-900 :is(:where(strong):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.prose-ol\:my-1 :is(:where(ol):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:.25rem;margin-bottom:.25rem}.prose-ol\:my-2 :is(:where(ol):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:.5rem;margin-bottom:.5rem}.prose-ol\:pl-3 :is(:where(ol):not(:where([class~=not-prose],[class~=not-prose] *))){padding-left:.75rem}.prose-ol\:pl-4 :is(:where(ol):not(:where([class~=not-prose],[class~=not-prose] *))){padding-left:1rem}.prose-ul\:my-1 :is(:where(ul):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:.25rem;margin-bottom:.25rem}.prose-ul\:my-2 :is(:where(ul):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:.5rem;margin-bottom:.5rem}.prose-ul\:pl-3 :is(:where(ul):not(:where([class~=not-prose],[class~=not-prose] *))){padding-left:.75rem}.prose-ul\:pl-4 :is(:where(ul):not(:where([class~=not-prose],[class~=not-prose] *))){padding-left:1rem}.prose-li\:my-0 :is(:where(li):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:0;margin-bottom:0}.prose-li\:my-0\.5 :is(:where(li):not(:where([class~=not-prose],[class~=not-prose] *))){margin-top:.125rem;margin-bottom:.125rem}.prose-li\:text-xs :is(:where(li):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:.75rem;line-height:1rem}.prose-li\:text-slate-600 :is(:where(li):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.prose-li\:text-slate-700 :is(:where(li):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity: 1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\:inline{display:inline}.sm\:inline-flex{display:inline-flex}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}}@media (min-width: 768px){.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:p-10{padding:2.5rem}}@media (min-width: 1024px){.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:block{display:block}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:p-16{padding:4rem}}@media (min-width: 1280px){.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.\[\&\>svg\]\:animate-spin>svg{animation:spin 1s linear infinite}.\[\&_\.relative\>button\:hover\]\:bg-slate-50 .relative>button:hover{--tw-bg-opacity: 1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.\[\&_\.relative\>button\]\:min-w-\[140px\] .relative>button{min-width:140px}.\[\&_\.relative\>button\]\:rounded-none .relative>button{border-radius:0}.\[\&_\.relative\>button\]\:rounded-l-lg .relative>button{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.\[\&_\.relative\>button\]\:border-0 .relative>button{border-width:0px}.\[\&_\.relative\>button\]\:bg-transparent .relative>button{background-color:transparent}.\[\&_\.relative\>button\]\:shadow-none .relative>button{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}@keyframes spin{to{transform:rotate(360deg)}}.\[\&_svg\]\:animate-spin svg{animation:spin 1s linear infinite}
