.inspection-forms-page{min-height:calc(100vh - 32px);color:var(--text-primary)}.inspection-forms-shell{grid-template-columns:minmax(250px,310px) minmax(0,1fr);gap:16px;height:calc(100vh - 96px);min-height:690px;display:grid}.inspection-forms-shell.templates-collapsed{grid-template-columns:58px minmax(0,1fr)}.inspection-forms-template-list,.inspection-forms-editor,.inspection-forms-section-list,.inspection-forms-layout-canvas,.inspection-forms-field-panel{border:1px solid var(--glass-border);background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);border-radius:8px;min-height:0;box-shadow:0 18px 48px #0000003d}.inspection-forms-template-list{flex-direction:column;gap:14px;padding:16px;display:flex}.inspection-forms-template-list.collapsed{justify-content:stretch;align-items:stretch;padding:8px}.inspection-forms-editor{padding:16px;overflow:hidden}.inspection-forms-title-row,.inspection-forms-canvas-header,.inspection-forms-row-header,.inspection-forms-field-tile-head,.inspection-forms-panel-title{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.inspection-forms-title-row h1,.inspection-forms-canvas-header h2{letter-spacing:0;margin:0;font-size:22px;font-weight:850}.inspection-forms-title-row span,.inspection-forms-meta span,.inspection-forms-template span,.inspection-forms-section-tab span,.inspection-forms-panel-title span,.inspection-forms-field-tile span,.inspection-forms-field-tile p{color:var(--text-secondary);font-size:12px;font-weight:700}.inspection-forms-create{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.inspection-forms-page input,.inspection-forms-page textarea,.inspection-forms-page select{border:1px solid var(--glass-border);width:100%;min-width:0;color:var(--text-primary);background:#ffffff0f;border-radius:8px;outline:none;font-family:inherit;font-size:14px;transition:border-color .2s,background .2s,box-shadow .2s}.inspection-forms-page input,.inspection-forms-page select{min-height:40px;padding:9px 11px}.inspection-forms-page textarea{resize:vertical;padding:10px 11px;line-height:1.45}.inspection-forms-page input:focus,.inspection-forms-page textarea:focus,.inspection-forms-page select:focus{border-color:rgba(var(--neon-green-rgb), .5);box-shadow:0 0 0 3px rgba(var(--neon-green-rgb), .1);background:#ffffff14}.inspection-forms-page button{border:1px solid var(--glass-border);min-height:40px;color:var(--text-primary);cursor:pointer;background:#ffffff12;border-radius:8px;padding:8px 12px;font-family:inherit;font-size:13px;font-weight:800;transition:transform .2s,background .2s,border-color .2s,color .2s}.inspection-forms-page button:hover:not(:disabled){border-color:rgba(var(--neon-green-rgb), .35);background:rgba(var(--neon-green-rgb), .1);transform:translateY(-1px)}.inspection-forms-page button:disabled{cursor:not-allowed;opacity:.5}.inspection-forms-page button.primary{border-color:rgba(var(--neon-green-rgb), .42);background:rgba(var(--neon-green-rgb), .18);color:var(--neon-green)}.inspection-forms-page button.danger,.inspection-forms-context-menu button.danger{border-color:rgba(var(--neon-red-rgb), .25);color:var(--neon-red)}.inspection-forms-page button.active,.inspection-forms-canvas-actions button.active,.inspection-forms-row-tools button.active{border-color:rgba(var(--neon-green-rgb), .42);background:rgba(var(--neon-green-rgb), .14);color:var(--neon-green)}.inspection-forms-search{flex-shrink:0}.inspection-forms-template-stack,.inspection-forms-section-stack,.inspection-forms-row-stack,.inspection-forms-field-form,.inspection-forms-template-group{flex-direction:column;gap:8px;display:flex}.inspection-forms-template-stack,.inspection-forms-section-stack{flex:auto;min-height:0;overflow:auto}.inspection-forms-template,.inspection-forms-section-tab{text-align:left;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:4px 10px;min-height:72px;display:grid;position:relative}.inspection-forms-section-tab{border:0;grid-template-columns:minmax(0,1fr);align-items:start}.inspection-forms-page .inspection-forms-section-tab:hover:not(:disabled),.inspection-forms-page .inspection-forms-section-tab:focus,.inspection-forms-page .inspection-forms-section-tab:focus-visible{box-shadow:none;border:0;outline:none}.inspection-forms-template strong,.inspection-forms-section-tab strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px;overflow:hidden}.inspection-forms-template em{border:1px solid rgba(var(--neon-green-rgb), .3);width:fit-content;color:var(--neon-green);border-radius:999px;grid-column:1/-1;padding:2px 8px;font-size:11px;font-style:normal;font-weight:800}.inspection-forms-template.active{border-color:rgba(var(--neon-green-rgb), .45);background:rgba(var(--neon-green-rgb), .12)}.inspection-forms-page .inspection-forms-section-tab.active,.inspection-forms-page .inspection-forms-section-tab.active:hover:not(:disabled){box-shadow:none;background:rgba(var(--neon-green-rgb), .12);border:0;outline:none}.inspection-forms-toolbar{grid-template-columns:minmax(260px,1fr) auto auto auto;align-items:end;gap:10px;margin-bottom:12px;display:grid}.inspection-forms-name-block,.inspection-forms-field-form label,.inspection-forms-asset-writeback label{color:var(--text-secondary);text-transform:uppercase;flex-direction:column;gap:6px;font-size:11px;font-weight:800;display:flex}.inspection-forms-option-editor{gap:10px;display:grid}.inspection-forms-option-editor-title{color:var(--text-secondary);text-transform:uppercase;justify-content:space-between;align-items:center;gap:10px;font-size:11px;font-weight:800;display:flex}.inspection-forms-option-editor-title button{min-height:34px;padding:6px 10px}.inspection-forms-option-list,.inspection-forms-option-group{gap:8px;display:grid}.inspection-forms-option-group>strong,.inspection-forms-option-suggestion-group>strong{color:var(--text-secondary);letter-spacing:0;text-transform:uppercase;font-size:10px;font-weight:850}.inspection-forms-option-row{border:1px solid var(--glass-border);background:#ffffff0a;border-radius:8px;grid-template-columns:minmax(0,1fr) 82px 34px;align-items:end;gap:8px;padding:8px;display:grid}.inspection-forms-option-row label{gap:4px;font-size:9px}.inspection-forms-option-row input{min-height:34px}.inspection-forms-option-remove{width:34px;min-height:34px;color:var(--text-secondary);padding:0}.inspection-forms-option-empty{border:1px dashed var(--glass-border);color:var(--text-secondary);text-align:center;border-radius:8px;padding:12px;font-size:12px;font-weight:700}.inspection-forms-option-suggestions{border:1px dashed rgba(var(--neon-green-rgb), .34);background:rgba(var(--neon-green-rgb), .06);border-radius:8px;gap:10px;padding:12px;display:grid}.inspection-forms-option-suggestions>span{color:var(--text-secondary);text-transform:uppercase;font-size:10px;font-weight:800}.inspection-forms-option-suggestions>div{flex-wrap:wrap;gap:8px;display:flex}.inspection-forms-option-suggestion-group{gap:8px;display:grid}.inspection-forms-option-suggestion-group>div{flex-wrap:wrap;gap:8px;display:flex}.inspection-forms-option-suggestions button{border-color:rgba(var(--neon-green-rgb), .34);background:rgba(var(--neon-green-rgb), .08);min-height:32px;color:var(--text-primary);border-radius:999px;padding:5px 11px;font-size:11px}.inspection-forms-uom{border:1px solid var(--glass-border);background:#ffffff0a;border-radius:8px;min-height:40px;padding:3px;display:inline-flex}.inspection-forms-uom button{background:0 0;border:none;min-height:32px;padding:5px 11px}.inspection-forms-uom button.active{background:rgba(var(--neon-green-rgb), .14);color:var(--neon-green)}.inspection-forms-meta{flex-wrap:wrap;gap:8px;margin-bottom:14px;display:flex}.inspection-forms-meta span,.inspection-forms-meta strong{border:1px solid var(--glass-border);background:#ffffff0a;border-radius:999px;padding:4px 9px}.inspection-forms-meta strong{border-color:rgba(var(--neon-amber-rgb), .35);color:var(--neon-amber);font-size:12px}.inspection-forms-builder{grid-template-columns:minmax(0,1fr) minmax(300px,340px);gap:14px;height:calc(100% - 110px);min-height:0;display:grid}.inspection-forms-section-list,.inspection-forms-layout-canvas,.inspection-forms-field-panel{flex-direction:column;gap:12px;padding:14px;display:flex}.inspection-forms-template-list .inspection-forms-section-list{border:none;border-left:1px solid rgba(var(--neon-green-rgb), .22);min-height:0;box-shadow:none;background:0 0;border-radius:0;flex:none;padding:0 0 0 10px}.inspection-forms-template-list .inspection-forms-panel-title{min-height:28px}.inspection-forms-template-list .inspection-forms-section-stack{flex:none;max-height:280px}.inspection-forms-template-list .inspection-forms-section-tab{min-height:58px;padding:9px 10px}.inspection-forms-template-list .inspection-forms-section-list>.primary{width:100%}.inspection-forms-layout-canvas{overflow:hidden}.inspection-forms-canvas-header{flex-shrink:0}.inspection-forms-section-name-input{min-height:34px;color:var(--text-primary);background:0 0;border-color:#0000;padding:2px 0;font-size:22px;font-weight:850}.inspection-forms-section-name-input:focus{border-color:rgba(var(--neon-green-rgb), .34);background:#ffffff0f;padding:2px 8px}.inspection-forms-canvas-actions,.inspection-forms-row-tools,.inspection-forms-field-panel-actions,.inspection-forms-resize{align-items:center;gap:8px;display:flex}.inspection-forms-row-stack{padding-right:2px;overflow:auto}.inspection-forms-layout-row{border:1px solid var(--glass-border);background:#ffffff09;border-radius:8px;padding:12px}.inspection-forms-layout-row:focus-within{border-color:rgba(var(--neon-green-rgb), .35)}.inspection-forms-row-header{align-items:center;margin-bottom:10px}.inspection-forms-row-header>span{color:var(--text-secondary);text-transform:uppercase;font-size:12px;font-weight:850}.inspection-forms-row-tools button{min-width:38px;min-height:38px;padding:6px 9px}.inspection-forms-page .icon-button{place-items:center;min-width:40px;padding:0;display:inline-grid}.inspection-forms-page .icon-button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:18px;height:18px}.inspection-forms-collapse-button{place-items:center;min-width:40px;padding:0;display:inline-grid}.inspection-forms-collapse-button svg,.inspection-forms-template-rail svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:18px;height:18px}.inspection-forms-template-rail{border-color:rgba(var(--neon-green-rgb), .28);background:rgba(var(--neon-green-rgb), .08);width:100%;min-height:100%;color:var(--neon-green);grid-template-rows:minmax(0,1fr) auto;place-items:center;gap:10px;padding:12px 8px;display:grid}.inspection-forms-template-rail span{letter-spacing:0;text-align:center;text-overflow:ellipsis;writing-mode:vertical-rl;max-height:100%;font-size:13px;font-weight:850;line-height:1.15;overflow:hidden;transform:rotate(180deg)}.inspection-forms-rail-label{color:var(--neon-green)}.inspection-forms-row-grid{gap:10px;display:grid}.inspection-forms-field-tile,.inspection-forms-empty-cell{border:1px solid var(--glass-border);border-radius:8px;min-width:0;padding:12px}.inspection-forms-field-tile{cursor:grab;background:#ffffffb8;transition:border-color .2s,background .2s,box-shadow .2s;position:relative}.inspection-forms-empty-cell{background:#ffffff09;min-height:132px}.inspection-forms-field-tile:hover,.inspection-forms-field-tile:focus-visible{border-color:rgba(var(--neon-green-rgb), .38);box-shadow:0 0 0 3px rgba(var(--neon-green-rgb), .08);outline:none}.inspection-forms-field-tile.selected{border-color:rgba(var(--neon-green-rgb), .58);background:rgba(var(--neon-green-rgb), .12);box-shadow:0 0 0 3px rgba(var(--neon-green-rgb), .12)}.inspection-forms-field-tile.selected:before,.inspection-forms-field-tile.selected:after{border-left-color:rgba(var(--neon-green-rgb), .5);border-right-color:rgba(var(--neon-green-rgb), .5)}.inspection-forms-field-tile:before,.inspection-forms-field-tile:after{content:"";pointer-events:none;width:8px;position:absolute;top:10px;bottom:10px}.inspection-forms-field-tile:before{border-left:2px solid #0000;left:0}.inspection-forms-field-tile:after{border-right:2px solid #0000;right:0}.inspection-forms-field-tile:hover:before,.inspection-forms-field-tile:hover:after{border-left-color:rgba(var(--neon-green-rgb), .36);border-right-color:rgba(var(--neon-green-rgb), .36)}.inspection-forms-field-resize-edge{cursor:ew-resize;z-index:2;width:14px;position:absolute;top:0;bottom:0}.inspection-forms-field-resize-edge.is-left{left:-2px}.inspection-forms-field-resize-edge.is-right{right:-2px}.inspection-forms-field-resize-edge:active{cursor:ew-resize}.inspection-forms-field-tile:active{cursor:grabbing}.inspection-forms-field-tile-head{justify-content:flex-end;margin-bottom:8px}.inspection-forms-field-tile strong{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}.inspection-forms-field-tile p{margin:8px 0 0;line-height:1.35}.inspection-forms-field-tile-head button{min-height:32px;padding:5px 9px}.inspection-forms-mobile-preview{gap:7px;display:grid}.inspection-forms-preview-head{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;display:grid}.inspection-forms-preview-label{min-width:0;color:var(--text-primary);align-items:baseline;gap:4px;font-size:13px;font-weight:850;line-height:1.25;display:inline-flex}.inspection-forms-preview-label span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.inspection-forms-preview-label strong{color:var(--neon-red);font-size:14px;line-height:1;display:inline}.inspection-forms-mobile-preview p{color:var(--text-secondary);margin:0;font-size:12px;line-height:1.35}.inspection-forms-preview-badge{border:1px solid rgba(var(--neon-green-rgb), .22);width:fit-content;color:var(--neon-green);border-radius:999px;padding:2px 7px;font-size:11px;font-weight:800}.inspection-forms-mobile-preview input,.inspection-forms-mobile-preview textarea,.inspection-forms-mobile-preview select,.inspection-forms-preview-group,.inspection-forms-preview-upload,.inspection-forms-preview-toggle,.inspection-forms-preview-action{border:1px solid var(--glass-border);min-height:38px;color:var(--text-primary);background:#ffffff0f;border-radius:8px;font-size:13px}.inspection-forms-mobile-preview input,.inspection-forms-mobile-preview textarea,.inspection-forms-mobile-preview select{opacity:1;-webkit-text-fill-color:var(--text-primary)}.inspection-forms-mobile-preview textarea{resize:vertical;min-height:78px}.inspection-forms-preview-upload,.inspection-forms-preview-group,.inspection-forms-preview-action{place-items:center;padding:8px 10px;display:grid}.inspection-forms-preview-upload,.inspection-forms-preview-toggle,.inspection-forms-preview-action{cursor:pointer;width:100%;font-family:inherit}.inspection-forms-preview-upload:hover:not(:disabled),.inspection-forms-preview-toggle:hover:not(:disabled),.inspection-forms-preview-action:hover:not(:disabled){border-color:rgba(var(--neon-green-rgb), .34);background:rgba(var(--neon-green-rgb), .08);transform:none}.inspection-forms-preview-upload{border-style:dashed;gap:2px}.inspection-forms-preview-upload span,.inspection-forms-preview-group,.inspection-forms-preview-action{font-weight:800}.inspection-forms-preview-upload small{color:var(--text-secondary);font-size:11px;font-weight:700}.inspection-forms-preview-toggle{grid-template-columns:auto 38px auto;justify-content:start;align-items:center;gap:8px;padding:6px 10px;display:grid}.inspection-forms-preview-toggle span:nth-child(2){background:#ffffff1a;border-radius:999px;width:38px;height:20px;position:relative}.inspection-forms-preview-toggle.active span:nth-child(2){background:rgba(var(--neon-green-rgb), .22)}.inspection-forms-preview-toggle span:nth-child(2):after{content:"";background:var(--text-secondary);border-radius:999px;width:14px;height:14px;transition:transform .2s,background .2s;position:absolute;top:3px;left:3px}.inspection-forms-preview-toggle.active span:nth-child(2):after{background:var(--neon-green);transform:translate(18px)}.inspection-forms-preview-rating{gap:4px;display:flex}.inspection-forms-preview-rating button{min-width:26px;min-height:26px;color:var(--text-secondary);background:0 0;border:0;padding:0;font-size:18px;font-weight:900;line-height:1}.inspection-forms-preview-rating button.active,.inspection-forms-preview-rating button:hover:not(:disabled){color:var(--neon-amber);transform:none}.inspection-forms-field-flags{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.inspection-forms-field-flags span{border:1px solid rgba(var(--neon-green-rgb), .25);color:var(--neon-green);border-radius:999px;padding:2px 7px}.inspection-forms-resize{justify-content:space-between;margin-top:10px}.inspection-forms-resize button{min-height:30px;padding:4px 8px}.inspection-forms-resize span{color:var(--text-secondary);font-size:11px;font-weight:800}.inspection-forms-empty-cell{color:var(--text-secondary);text-align:center;border-style:dashed;place-items:center;display:grid}.inspection-forms-panel-title strong{color:var(--neon-green);text-transform:uppercase;font-size:12px}.inspection-forms-panel-empty{min-height:240px;color:var(--text-secondary);text-align:center;flex:auto;place-items:center;display:grid}.inspection-forms-field-panel{overflow:auto}.inspection-forms-toggle-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.inspection-forms-toggle-tile{text-align:left;justify-content:space-between;align-items:center;gap:10px;min-height:52px;display:flex}.inspection-forms-toggle-tile span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.inspection-forms-toggle-tile.active{border-color:rgba(var(--neon-green-rgb), .36);background:rgba(var(--neon-green-rgb), .1)}.inspection-forms-asset-writeback{border-top:1px solid var(--glass-border);flex-direction:column;gap:8px;padding-top:12px;display:flex}.inspection-forms-field-panel-actions{margin-top:auto}.inspection-forms-field-panel-actions button{flex:1 1 0}.inspection-forms-bulk-table{border:1px solid var(--glass-border);border-radius:8px;overflow:auto}.inspection-forms-bulk-table table{border-collapse:collapse;width:100%;min-width:940px;font-size:12px}.inspection-forms-bulk-table th,.inspection-forms-bulk-table td{border-bottom:1px solid var(--glass-border);text-align:left;vertical-align:top;padding:10px}.inspection-forms-bulk-table th{color:var(--text-secondary);text-transform:uppercase;font-size:11px}.inspection-forms-bulk-table td button{text-align:left;min-height:30px;padding:4px 8px}.inspection-forms-context-menu{z-index:1000;border:1px solid var(--glass-border);background:var(--bg-elevated);width:180px;box-shadow:var(--shadow-elevated);border-radius:8px;flex-direction:column;gap:4px;padding:6px;display:flex;position:fixed}.inspection-forms-context-menu button{text-align:left;background:0 0;border-color:#0000;justify-content:flex-start;min-height:36px}.inspection-forms-alert{border:1px solid rgba(var(--neon-red-rgb), .3);background:rgba(var(--neon-red-rgb), .1);color:var(--neon-red);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;padding:10px 12px;font-size:13px;font-weight:700;display:flex}.inspection-forms-empty,.inspection-forms-muted{min-height:180px;color:var(--text-secondary);text-align:center;place-items:center;display:grid}.inspection-forms-empty h2{margin:0;font-size:18px}@media (width<=1280px){.inspection-forms-builder{grid-template-columns:minmax(0,1fr)}.inspection-forms-field-panel{grid-column:1/-1;max-height:430px}}@media (width<=1020px){.inspection-forms-shell{grid-template-columns:1fr;height:auto}.inspection-forms-template-list{max-height:340px}.inspection-forms-builder,.inspection-forms-toolbar{grid-template-columns:1fr}.inspection-forms-editor{overflow:visible}}@media (width<=768px){.inspection-forms-page{min-height:calc(100vh - 112px);padding-top:56px;padding-bottom:64px}.inspection-forms-shell{min-height:0}.inspection-forms-template-list,.inspection-forms-editor,.inspection-forms-section-list,.inspection-forms-layout-canvas,.inspection-forms-field-panel{padding:12px}.inspection-forms-page input,.inspection-forms-page textarea,.inspection-forms-page select{font-size:16px}.inspection-forms-page button{min-height:44px}.inspection-forms-create,.inspection-forms-canvas-header,.inspection-forms-row-header,.inspection-forms-row-tools,.inspection-forms-canvas-actions,.inspection-forms-toggle-grid{grid-template-columns:1fr}.inspection-forms-canvas-actions,.inspection-forms-row-tools{flex-wrap:wrap}.inspection-forms-row-grid{grid-template-columns:1fr!important}.inspection-forms-field-tile{grid-column:span 1!important}}
