:root{color-scheme:light}*{box-sizing:border-box}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,sans-serif;background:#fafaf9;color:#111;font-size:13px}.app{display:grid;grid-template-rows:auto 1fr;min-height:100vh}header{padding:10px 14px;border-bottom:1px solid #e5e7eb;display:flex;gap:14px;align-items:center;flex-wrap:wrap;background:#fff;position:sticky;top:0;z-index:10}.title h1{font-size:14px;margin:0;font-weight:700;display:flex;align-items:center;gap:6px}.title .tent-icon{font-size:16px;line-height:1}.title .title-suffix{color:#9ca3af;font-weight:500}.title .meta{font-size:11px;color:#6b7280;margin-top:2px}.editable-name{outline:none;border-bottom:1px dashed transparent;padding:0 2px;cursor:text;border-radius:2px}.editable-name:hover{border-bottom-color:#d1d5db;background:#fafafa}.editable-name:focus{border-bottom-color:#6b7280;background:#fef9c3}.view-toggle{display:inline-flex;border:1px solid #d1d5db;border-radius:6px;overflow:hidden}.mode-tabs{display:inline-flex;background:#f3f4f6;border-radius:9px;padding:3px;gap:2px}.mode-tab{padding:7px 14px;font-size:12px;font-weight:700;background:transparent;border:none;border-radius:6px;cursor:pointer;color:#6b7280;letter-spacing:.02em;transition:background .12s,color .12s}.mode-tab.active{background:#fff;color:#111;box-shadow:0 1px 3px #00000014}.mode-tab:hover:not(.active){color:#111}body:not(.ui-mode-layout) .mode-layout{display:none!important}body:not(.ui-mode-power) .mode-power{display:none!important}body:not(.ui-mode-heat) .mode-heat{display:none!important}body:not(.ui-mode-polish) .mode-polish{display:none!important}body:not(.ui-mode-layout) .mode-sun{display:none!important}body.heatmap-mode .item-rect.area-def{fill-opacity:.12;stroke-opacity:.4}body.heatmap-mode .item-rect.area-def.selected{fill-opacity:.25;stroke-opacity:.7}.view-toggle button{padding:6px 14px;font-size:12px;border:0;background:#fff;cursor:pointer;color:#374151;font-weight:500}.view-toggle button.active{background:#111;color:#fff}.view-toggle button+button{border-left:1px solid #d1d5db}.controls{display:flex;gap:8px;align-items:center;margin-left:auto;flex-wrap:wrap}.ctrl-group{display:flex;gap:6px;align-items:center;padding:4px 8px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:4px}.ctrl-group label{font-size:11px;color:#4b5563}.ctrl-group input[type=range]{width:100px}.ctrl-group .val{font-size:11px;min-width:46px;text-align:right;color:#111;font-variant-numeric:tabular-nums}.ctrl-group .preset{padding:2px 6px;font-size:10px;border:1px solid #d1d5db;background:#fff;border-radius:3px;cursor:pointer;min-width:22px}.ctrl-group .preset:hover{background:#f3f4f6}.ctrl-group .preset.active{background:#111;color:#fff;border-color:#111}button{padding:5px 10px;font-size:12px;border:1px solid #d1d5db;background:#fff;border-radius:4px;cursor:pointer;color:#111;font-family:inherit}button:hover{background:#f3f4f6}button.danger{color:#b91c1c;border-color:#fecaca}button.danger:hover{background:#fef2f2}.main{display:grid;grid-template-columns:76px 248px 1fr 220px;min-height:0}.sidebar{padding:12px;border-right:1px solid #e5e7eb;overflow-y:auto;background:#fff;position:relative}.rightbar{padding:12px;border-left:1px solid #e5e7eb;overflow-y:auto;background:#fff}.sidebar h3,.rightbar h3{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;margin:14px 0 8px;font-weight:600}.preset-palette{margin-top:14px;display:grid;grid-template-columns:1fr 1fr;gap:6px}.preset-cat-btn{display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 6px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;cursor:pointer;font-family:inherit;transition:all .1s}.preset-cat-btn:hover{border-color:#6366f1;background:#eef2ff}.preset-cat-btn:active{transform:scale(.97)}.preset-cat-icon{font-size:18px;line-height:1}.preset-cat-name{font-size:11px;color:#111;font-weight:600}.preset-popup{position:fixed;z-index:50;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 30px -8px #0000002e;padding:10px 12px;min-width:280px;max-width:340px;max-height:70vh;overflow-y:auto}.preset-popup[hidden]{display:none}.preset-popup-head{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px;margin-bottom:8px;border-bottom:1px solid #f3f4f6}.preset-popup-title{font-size:13px;font-weight:700;color:#111}.preset-popup-close{background:transparent;border:0;font-size:18px;color:#9ca3af;cursor:pointer;padding:2px 6px;line-height:1;border-radius:4px;font-family:inherit}.preset-popup-close:hover{background:#f3f4f6;color:#111}.preset-popup-sub{font-size:9px;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;font-weight:600;margin:8px 0 4px}.preset-popup-grid{display:grid;grid-template-columns:1fr 1fr;gap:5px}.preset-tile{display:flex;flex-direction:column;align-items:flex-start;gap:1px;padding:6px 8px;border:1px solid #e5e7eb;border-radius:5px;background:#fff;cursor:pointer;font-family:inherit;text-align:left;transition:all .1s;min-width:0}.preset-tile:hover{border-color:#6366f1;background:#eef2ff}.preset-tile:active{transform:scale(.97)}.preset-icon{font-size:14px;line-height:1}.preset-name{font-size:11px;color:#111;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.preset-size{font-size:9px;color:#6b7280;font-family:ui-monospace,monospace}.sidebar{position:relative}body:not(.shade-view):not(.safety-view) .preset-cat-btn[data-cat=Shade],body:not(.shade-view):not(.safety-view) .preset-cat-btn[data-cat="Site & Access"],body:not(.shade-view):not(.safety-view) .preset-cat-btn[data-cat=Safety]{display:none!important}body.shade-view .preset-cat-btn[data-cat=Tents],body.shade-view .preset-cat-btn[data-cat=Vehicles],body.shade-view .preset-cat-btn[data-cat=Areas],body.shade-view .preset-cat-btn[data-cat=Utility],body.shade-view .preset-cat-btn[data-cat="Site & Access"],body.shade-view .preset-cat-btn[data-cat=Safety]{display:none!important}body.shade-view .preset-palette{grid-template-columns:1fr}body.safety-view .preset-cat-btn[data-cat=Tents],body.safety-view .preset-cat-btn[data-cat=Vehicles],body.safety-view .preset-cat-btn[data-cat=Areas],body.safety-view .preset-cat-btn[data-cat=Utility],body.safety-view .preset-cat-btn[data-cat=Shade],body.shade-view .structures-only,body.safety-view .structures-only{display:none!important}body.polish-mode #canvas .item-rect,body.polish-mode #canvas .item-grp,body.polish-mode #canvas .item-label,body.polish-mode #canvas .rotate-handle,body.polish-mode #canvas .door-marker,body.polish-mode #canvas .resize-handle{pointer-events:none!important;cursor:default!important}body.polish-mode #canvas .item-grp{-webkit-user-select:none;user-select:none}body.polish-mode .canvas-wrap:before{content:"✨ Finalize preview — items are locked. Click Layout to edit.";position:absolute;top:10px;left:50%;transform:translate(-50%);background:#6366f1f2;color:#fff;padding:6px 14px;border-radius:14px;font-size:11px;font-weight:600;box-shadow:0 4px 12px #6366f14d;pointer-events:none;z-index:20}.heatmap-legend{position:absolute;top:12px;right:12px;background:#fffffff2;border:1px solid #e5e7eb;border-radius:6px;padding:8px 10px;font-size:11px;max-width:180px;box-shadow:0 4px 12px #00000014;z-index:5}.heatmap-legend .title{font-weight:700;color:#111;margin-bottom:6px}.heatmap-legend .scale{height:10px;border-radius:2px;background:linear-gradient(90deg,#3b82f6,#84cc16,#fbbf24 66%,#ef4444);margin-bottom:4px}.heatmap-legend .scale-labels{display:flex;justify-content:space-between;color:#6b7280;font-size:10px;margin-bottom:6px}.heatmap-legend .hint{color:#6b7280;font-size:10px;line-height:1.4}.shade-impact-top{display:inline-flex;align-items:center;gap:5px;padding:4px 8px;border:1px solid #fde68a;border-radius:14px;background:#fffbeb;font-size:11px;color:#92400e;cursor:pointer;font-weight:500}.shade-impact-top input{margin:0;cursor:pointer}.sidebar h3:first-of-type,.rightbar h3:first-child{margin-top:0}.collapse-btn{position:absolute;top:10px;right:8px;width:24px;height:24px;padding:0;font-size:14px;line-height:1;background:#fff;border:1px solid #d1d5db;border-radius:4px;cursor:pointer;color:#6b7280;z-index:2}.collapse-btn:hover{background:#f3f4f6;color:#111}.main.sidebar-collapsed{grid-template-columns:76px 220px 1fr 210px}.item-list{list-style:none;padding:0;margin:0}.item-list li{padding:8px 10px;border:1px solid #e5e7eb;border-radius:6px;margin-bottom:5px;font-size:12px;display:flex;flex-direction:column;gap:4px;cursor:pointer;background:#fff;transition:border-color .1s,background .1s}.item-list li:hover{background:#fafafa;border-color:#d1d5db}.item-list li.selected{background:#eff6ff;border-color:#2563eb}.item-list li.outside{background:#fef2f2;border-color:#fecaca}.item-list li.dragging{opacity:.4}.item-list li.drop-above{border-top:2px solid #2563eb!important;padding-top:7px}.item-list li.drop-below{border-bottom:2px solid #2563eb!important;padding-bottom:7px}.item-list .drag-handle{cursor:grab;color:#d1d5db;font-size:13px;-webkit-user-select:none;user-select:none;flex-shrink:0;line-height:1;padding:2px 0;transition:color .1s}.item-list li:hover .drag-handle{color:#6b7280}.item-list .drag-handle:hover{color:#2563eb!important}.item-list .drag-handle:active{cursor:grabbing}.item-list .row1{display:flex;align-items:center;gap:6px}.item-list .row2{display:flex;align-items:center;gap:8px;padding-left:18px;min-height:18px}.item-list .name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:text;padding:2px 4px;border-radius:3px;font-weight:600;color:#111}.item-list .name:hover{background:#f3f4f6}.item-list .name:focus{background:#fef9c3;outline:none}.dim-inputs{display:inline-flex;gap:1px;align-items:center;color:#6b7280;font-size:10px;flex-shrink:0}.dim-inputs input{width:32px;padding:2px 3px;border:1px solid transparent;border-radius:3px;font-size:11px;text-align:center;font-variant-numeric:tabular-nums;background:#f9fafb;color:#374151;font-family:inherit;transition:border-color .1s,background .1s}.dim-inputs input:hover{background:#fff;border-color:#e5e7eb}.dim-inputs input:focus{outline:none;background:#fff;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.dim-inputs input::-webkit-outer-spin-button,.dim-inputs input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.dim-inputs input[type=number]{-moz-appearance:textfield}.dim-inputs .x-sep{color:#9ca3af;font-size:10px}.item-list .provider{color:#92400e;font-size:11px;font-style:italic;padding:1px 2px;border-radius:3px;cursor:text}.item-list .provider:hover{background:#fef3c7}.item-list .actions{display:inline-flex;gap:1px;flex-shrink:0;opacity:.4;transition:opacity .15s}.item-list li:hover .actions,.item-list li.selected .actions{opacity:1}.item-list .delete-btn{width:22px;height:22px;padding:0;font-size:14px;line-height:1;background:transparent;border:0;color:#9ca3af;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.item-list .delete-btn:hover{background:#fef2f2;color:#b91c1c}.item-list li.static{flex-direction:row;align-items:center;gap:8px;padding:5px 8px;margin:0;border:none;border-radius:4px;background:transparent;transition:background .1s}.item-list li.static:hover{background:#f3f4f6;border-color:transparent}.item-list li.static.selected{background:#eff6ff;box-shadow:inset 3px 0 #2563eb}.item-list li.static.outside{background:#fef2f2;box-shadow:inset 3px 0 #ef4444}.item-list li.static .roster-text{display:flex;flex-direction:column;min-width:0;flex:1 1 auto;gap:1px}.item-list li.static .name{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item-list li.static .roster-provider{font-size:10px;color:#9ca3af;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item-list li.static .dim-static{color:#6b7280;font-size:11px;font-variant-numeric:tabular-nums;margin-left:auto;flex-shrink:0}.item-list li.roster-empty{border:1px dashed #e5e7eb;background:#fafafa;color:#9ca3af;font-size:11px;line-height:1.5;padding:10px 12px;cursor:default;border-radius:6px}.item-list li.roster-empty:hover{background:#fafafa;border-color:#e5e7eb}#importWorking{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100000;display:flex;align-items:center;justify-content:center;background:#0f172a8c}#importWorking[hidden]{display:none}#importWorking .iw-box{background:#fff;border-radius:12px;padding:28px 32px;max-width:340px;text-align:center;box-shadow:0 20px 50px #0000004d}#importWorking .iw-spinner{width:38px;height:38px;margin:0 auto 16px;border:4px solid #ede9fe;border-top-color:#7c3aed;border-radius:50%;animation:iwSpin .8s linear infinite}@keyframes iwSpin{to{transform:rotate(360deg)}}#importWorking .iw-title{font-size:15px;font-weight:700;color:#111}#importWorking .iw-sub{font-size:12px;color:#6b7280;margin-top:6px;line-height:1.5}.layer-btns{display:inline-flex;gap:0}.layer-btn{width:22px;height:22px;padding:0;font-size:10px;line-height:1;background:transparent;border:0;color:#9ca3af;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center}.layer-btn:hover{background:#eff6ff;color:#2563eb}.door-row .lbl{color:#9ca3af;font-size:10px}.door-row .door-cycle{font-size:10px;padding:2px 7px;border-radius:10px;background:#f3f4f6;color:#6b7280;border:1px solid transparent;cursor:pointer}.door-row .door-cycle.active{background:#dcfce7;color:#166534;border-color:#bbf7d0}.door-row .door-cycle:hover{background:#e5e7eb}.door-row .door-cycle.active:hover{background:#bbf7d0}.door-row{display:flex;align-items:center;gap:6px;padding-left:20px}.item-list .provider{padding-left:20px}.shape-popover{position:fixed;top:80px;right:20px;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:14px;box-shadow:0 8px 24px #0000001f;z-index:50;display:none;min-width:260px;max-width:320px;max-height:70vh;overflow-y:auto}.shape-popover.wide{width:min(340px,calc(100vw - 40px));min-width:280px;max-width:340px;box-sizing:border-box}.device-grid{display:flex;flex-wrap:wrap;gap:5px;margin:8px 0 10px}.device-grid label{display:inline-flex;align-items:center;gap:5px;padding:5px 9px;border:1px solid #e5e7eb;border-radius:14px;cursor:pointer;font-size:11px;background:#fff;white-space:nowrap;line-height:1.2;transition:background .1s,border-color .1s;-webkit-user-select:none;user-select:none}.device-grid label:hover{background:#f9fafb;border-color:#d1d5db}.device-grid label.checked{background:#eff6ff;border-color:#2563eb}.device-grid label input{margin:0;cursor:pointer;accent-color:#2563eb;width:13px;height:13px;flex-shrink:0}.device-grid label .lbl{color:#111}.device-grid label .watts{color:#6b7280;font-size:10px;font-variant-numeric:tabular-nums}.device-grid label.checked .lbl{color:#1d4ed8;font-weight:600}.device-grid label.checked .watts{color:#2563eb;font-weight:600}.equip-custom-row{display:flex;align-items:center;gap:6px;padding:10px 0 6px;margin-bottom:6px;border-top:1px dashed #e5e7eb;font-size:11px}.equip-custom-row label{color:#6b7280;min-width:70px}.equip-custom-row input{width:64px;padding:4px 6px;border:1px solid #d1d5db;border-radius:3px;font-size:12px;text-align:center;font-family:inherit}.equip-custom-row input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.equip-custom-row .hint-inline{color:#9ca3af;font-size:10px}.equip-total{display:flex;align-items:baseline;gap:6px;padding:10px 12px;background:#f9fafb;border-radius:5px;margin:8px 0 12px;font-size:13px}.equip-total .lbl{color:#6b7280;font-size:11px;margin-right:4px}.equip-total #equipTotalWatts{font-weight:700;color:#111;font-size:14px;font-variant-numeric:tabular-nums}.equip-total #equipTotalAmps{color:#2563eb;font-weight:600;font-variant-numeric:tabular-nums}.equip-total .dot{color:#d1d5db}.equip-total .dim{color:#9ca3af;font-size:11px}#equipmentItemName{color:#6b7280;font-size:11px;margin-bottom:4px;padding-bottom:6px;border-bottom:1px solid #f3f4f6}.shape-popover.open{display:block}.shape-popover h4{margin:0 0 6px;font-size:12px;font-weight:700}.shape-popover .hint{font-size:10px;color:#6b7280;line-height:1.4;margin-bottom:10px}.vertex-row{display:flex;gap:4px;align-items:center;margin-bottom:4px;font-size:11px}.vertex-row .vlabel{color:#6b7280;width:24px;text-align:right;font-variant-numeric:tabular-nums}.vertex-row input{width:56px;padding:4px 6px;border:1px solid #d1d5db;border-radius:3px;font-size:12px;text-align:center;font-family:inherit;background:#fff;color:#111}.vertex-row input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.vertex-row .vrm{width:22px;height:22px;padding:0;font-size:13px;line-height:1;background:transparent;border:0;color:#9ca3af;cursor:pointer;border-radius:3px}.vertex-row .vrm:hover{background:#fef2f2;color:#b91c1c}.vertex-row .vrm:disabled{color:#d1d5db;cursor:not-allowed}.shape-popover .shape-actions{display:flex;gap:6px;margin-top:10px;flex-wrap:wrap}.shape-popover .shape-actions button{padding:5px 10px;font-size:11px}.shape-popover .shape-actions button.primary{background:#111;color:#fff;border-color:#111}.edge-row{display:flex;gap:4px;align-items:center;margin:0 0 5px 28px;font-size:10px;color:#6b7280}.edge-row .elbl{white-space:nowrap;font-variant-numeric:tabular-nums;min-width:44px}.edge-row input{width:60px;padding:3px 5px;border:1px solid #e5e7eb;border-radius:3px;font-size:11px;text-align:center;font-family:inherit;background:#fafaf9;color:#111}.edge-row input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26;background:#fff}.edge-row .eunit{color:#9ca3af;font-size:10px}.vertex-handle-g{cursor:move}.vertex-handle{fill:#2563eb;stroke:#fff;stroke-width:2;transition:fill .1s}.vertex-handle-g:hover .vertex-handle{fill:#1d4ed8;r:10}.vertex-handle-label{font-size:10px;font-weight:700;fill:#fff;text-anchor:middle;dominant-baseline:middle;pointer-events:none;-webkit-user-select:none;user-select:none}.edge-label{font-size:10px;font-weight:600;fill:#111;pointer-events:none;-webkit-user-select:none;user-select:none}.edge-label-bg{fill:#fff;stroke:#d1d5db;stroke-width:.5;pointer-events:none}.edge-hit{stroke:transparent;stroke-width:14;fill:none;cursor:pointer;pointer-events:stroke}.edge-hit:hover{stroke:#2563eb26}.canvas-wrap svg.planner{cursor:grab;user-select:none;-webkit-user-select:none}.canvas-wrap svg.planner.panning{cursor:grabbing}.canvas-wrap svg.planner text{user-select:none;-webkit-user-select:none;-moz-user-select:none}.units-toggle{display:inline-flex;border:1px solid #d1d5db;border-radius:4px;overflow:hidden}.units-toggle button{padding:4px 8px;font-size:11px;border:0;background:#fff;cursor:pointer;color:#6b7280;font-family:inherit}.units-toggle button.active{background:#111;color:#fff}.units-toggle button+button{border-left:1px solid #d1d5db}.play-heat{background:#fff;color:#b45309;border:1px solid #fde68a;padding:5px 11px;font-size:12px;border-radius:4px;cursor:pointer;font-family:inherit;font-weight:600;transition:background .1s,color .1s}.play-heat:hover{background:#fef3c7}.play-heat.playing{background:#b45309;color:#fff;border-color:#b45309}.play-heat.playing:hover{background:#92400e}.weather-strip{display:none;flex-direction:column;gap:7px;padding:9px 10px;border-radius:8px;background:#fffbeb;color:#78350f;font-size:11px;line-height:1.3;font-family:inherit;border:1px solid #fde68a;box-shadow:0 1px 2px #b453090f}.weather-strip.open{display:flex}.weather-strip .wstrip-head{display:flex;align-items:center;gap:8px}.weather-strip .wstrip-icon{font-size:18px;line-height:1}.weather-strip .wstrip-range{font-size:15px;color:#92400e}.weather-strip .wstrip-range strong{font-weight:800}.weather-strip .wstrip-sub{font-size:10.5px;color:#b45309;margin-top:-3px}.weather-strip .wstrip-stats{display:flex;flex-direction:column;gap:3px;border-top:1px solid #fde68a;padding-top:6px}.weather-strip .wstat{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.weather-strip .wstat-l{color:#a16207;font-weight:700;text-transform:uppercase;letter-spacing:.03em;font-size:9.5px;flex:0 0 auto}.weather-strip .wstat-v{color:#78350f;text-align:right}.weather-strip .wstat-v strong{color:#92400e;font-weight:700}.weather-strip .wstrip-source{color:#b45309;font-size:9.5px;opacity:.85;border-top:1px solid #fde68a;padding-top:6px;line-height:1.4}.weather-strip .wstrip-disclaimer{text-decoration:underline dotted;cursor:help;white-space:nowrap}.weather-strip .wstrip-text{color:#78350f}.weather-strip .wstrip-text strong{color:#92400e;font-weight:700}.is-hidden-row{display:none!important}.rightbar-compass{position:relative;touch-action:none}.rightbar-compass .sun-drag{cursor:grab}.rightbar-compass.dragging-sun,.rightbar-compass.dragging-sun .sun-drag{cursor:grabbing}.heat-date-group{display:inline-flex;align-items:center;gap:6px}.heat-date-group label{color:#6b7280;font-size:11px;font-weight:500}.heat-date-group input[type=date]{padding:4px 8px;border:1px solid #d1d5db;border-radius:4px;font-size:12px;font-family:inherit;color:#111;background:#fff;cursor:pointer}.heat-date-group input[type=date]:hover{border-color:#9ca3af}.heat-date-group input[type=date]:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.wizard-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:280;display:none;align-items:center;justify-content:center;padding:20px;background:linear-gradient(180deg,#0f172a,#1e3a8a 40%,#5b21b6 75%,#831843);overflow:hidden}.wizard-backdrop.open{display:flex}.wizard-backdrop:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:radial-gradient(2px 2px at 12% 18%,rgba(255,255,255,.7),transparent 60%),radial-gradient(1.5px 1.5px at 28% 9%,rgba(255,255,255,.6),transparent 60%),radial-gradient(1.5px 1.5px at 47% 22%,rgba(255,255,255,.55),transparent 60%),radial-gradient(2px 2px at 71% 11%,rgba(255,255,255,.8),transparent 60%),radial-gradient(1.5px 1.5px at 88% 26%,rgba(255,255,255,.6),transparent 60%),radial-gradient(1.5px 1.5px at 92% 15%,rgba(255,255,255,.45),transparent 60%),radial-gradient(2px 2px at 6% 32%,rgba(255,255,255,.45),transparent 60%),radial-gradient(1.5px 1.5px at 38% 7%,rgba(255,255,255,.55),transparent 60%);animation:wiz-twinkle 6s ease-in-out infinite alternate}.wizard-backdrop:after{content:"";position:absolute;left:0;right:0;bottom:0;height:38vh;pointer-events:none;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.4) 100%),url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 300' preserveAspectRatio='none'><path d='M0 300 L0 200 L80 140 L160 180 L240 110 L340 165 L420 95 L520 155 L620 80 L730 140 L820 105 L920 175 L1020 130 L1120 185 L1200 150 L1200 300 Z' fill='%23130b25' opacity='0.65'/><path d='M0 300 L0 245 L100 215 L210 240 L320 205 L430 235 L540 200 L650 230 L780 215 L890 240 L1000 225 L1110 245 L1200 230 L1200 300 Z' fill='%23080510' opacity='0.85'/></svg>") center bottom / cover no-repeat}@keyframes wiz-twinkle{0%{opacity:.6}50%{opacity:1}to{opacity:.7}}.wizard{position:relative;z-index:1;background:#fff;border-radius:10px;box-shadow:0 25px 50px -12px #00000073;width:100%;max-width:480px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;font-family:inherit}.wizard-header{display:flex;align-items:center;padding:18px 22px 0}.wizard-title{font-size:18px;font-weight:700;color:#111;flex:1}.wizard-close{background:transparent;border:0;font-size:22px;line-height:1;color:#9ca3af;cursor:pointer;padding:4px 8px;border-radius:4px}.wizard-close:hover{background:#f3f4f6;color:#111}.wizard-progress{display:flex;gap:6px;padding:12px 22px 4px}.wizard-progress .dot{flex:1;height:3px;background:#e5e7eb;border-radius:2px;transition:background .2s}.wizard-progress .dot.active{background:#2563eb}.wizard-progress .dot.done{background:#93c5fd}.wizard-body{padding:18px 22px;overflow-y:auto;flex:1}.wizard-step h3{margin:0 0 4px;font-size:15px;font-weight:700;color:#111}.wizard-hint{color:#6b7280;font-size:12px;margin:0 0 14px;line-height:1.5}.wizard-step label{display:block;font-size:12px;color:#374151;font-weight:500;margin-bottom:12px}.wizard-step input[type=text],.wizard-step input[type=number],.wizard-step input[type=date],.wizard-step select{display:block;width:100%;padding:8px 10px;border:1px solid #d1d5db;border-radius:5px;font-size:13px;font-family:inherit;color:#111;background:#fff;margin-top:4px;box-sizing:border-box}.wizard-step input:focus,.wizard-step select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.wizard-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.wizard-presets{margin-top:4px;display:flex;flex-wrap:wrap;align-items:center;gap:6px}.wizard-presets .wizard-label{color:#6b7280;font-size:11px}.wizard-preset{padding:5px 10px;border:1px solid #e5e7eb;border-radius:14px;background:#fff;cursor:pointer;font-size:11px;font-family:inherit;color:#374151}.wizard-preset:hover{background:#eff6ff;border-color:#2563eb;color:#1d4ed8}.wizard-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px;border-radius:5px;border:1px solid #e5e7eb;background:#fff;transition:background .1s}.wizard-checkbox:hover{background:#f9fafb}.wizard-checkbox input{width:16px;height:16px;margin:0;accent-color:#2563eb}.wizard-sep{border:0;border-top:1px dashed #e5e7eb;margin:14px 0}.wizard-art{padding:8px 24px 0;background:linear-gradient(180deg,#f8fafc 0%,transparent 100%)}.wizard-art svg{width:100%;height:80px;display:block}.wizard-art .wa-plot{transition:stroke-dasharray .5s ease-out,stroke .4s ease-out,fill .4s ease-out}.wizard-art .wa-tents>rect{opacity:0;transform-origin:center;transform-box:fill-box;transform:scale(.4);transition:opacity .4s ease-out,transform .4s cubic-bezier(.22,1.4,.36,1)}.wizard-art .wa-power{opacity:0;transition:opacity .5s ease-out}.wizard-art[data-step="2"] .wa-plot{stroke-dasharray:0;stroke-width:1.8}.wizard-art[data-step="2"] .wa-tents>rect,.wizard-art[data-step="3"] .wa-tents>rect{opacity:1;transform:scale(1)}.wizard-art[data-step="2"] .wa-tents>rect:nth-child(1){transition-delay:0s}.wizard-art[data-step="2"] .wa-tents>rect:nth-child(2){transition-delay:.06s}.wizard-art[data-step="2"] .wa-tents>rect:nth-child(3){transition-delay:.12s}.wizard-art[data-step="2"] .wa-tents>rect:nth-child(4){transition-delay:.18s}.wizard-art[data-step="2"] .wa-tents>rect:nth-child(5){transition-delay:.24s}.wizard-art[data-step="2"] .wa-tents>rect:nth-child(6){transition-delay:.3s}.wizard-art[data-step="2"] .wa-tents>rect:nth-child(7){transition-delay:.36s}.wizard-art[data-step="3"] .wa-plot{stroke-dasharray:0;stroke-width:1.8;fill:#6366f114}.wizard-art[data-step="3"] .wa-power{opacity:1;transition-delay:.2s}.wizard-quick-loc{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:6px}.wizard-quick-btn{padding:6px 12px;border:1px solid #fed7aa;border-radius:14px;background:#fff7ed;cursor:pointer;font-size:12px;font-family:inherit;color:#9a3412;font-weight:600}.wizard-quick-btn:hover{background:#ffedd5;border-color:#fdba74}.wizard-quick-link{font-size:12px;color:#2563eb;text-decoration:none}.wizard-quick-link:hover{text-decoration:underline}.wizard-optional{font-size:11px;font-weight:500;color:#94a3b8;margin-left:6px;text-transform:lowercase}.wizard-footer{display:flex;gap:8px;padding:14px 22px;border-top:1px solid #f3f4f6;align-items:center}.wizard-footer button{padding:7px 14px;font-size:12px;border:1px solid #d1d5db;border-radius:5px;background:#fff;cursor:pointer;color:#374151;font-family:inherit;font-weight:500}.wizard-footer button:hover{background:#f9fafb}.wizard-footer button.primary{background:#111;color:#fff;border-color:#111}.wizard-footer button.primary:hover{background:#1f2937}.wizard-footer button[hidden]{display:none}.wizard-spacer{flex:1}.wizard-hint code{background:#f3f4f6;padding:1px 5px;border-radius:3px;font-size:11px;color:#1d4ed8}.wizard-city-wrap{position:relative}.wizard-city-results{position:absolute;top:100%;left:0;right:0;margin-top:2px;background:#fff;border:1px solid #d1d5db;border-radius:4px;box-shadow:0 6px 18px #0000001a;max-height:200px;overflow-y:auto;z-index:60;display:none}.wizard-city-results.open{display:block}.wizard-city-result{padding:7px 10px;font-size:12px;cursor:pointer;border-bottom:1px solid #f3f4f6}.wizard-city-result:last-child{border-bottom:0}.wizard-city-result:hover,.wizard-city-result.focused{background:#eff6ff;color:#1d4ed8}.wizard-city-result .name{font-weight:600;color:#111}.wizard-city-result .ctx{color:#6b7280;font-size:11px;margin-top:1px}.wizard-city-result:hover .ctx,.wizard-city-result.focused .ctx{color:#1d4ed8}.wizard-warn{background:#fef3c7;border:1px solid #fde68a;border-radius:6px;padding:9px 12px;margin:8px 22px 0;font-size:11px;color:#78350f;line-height:1.5}.wizard-warn strong{color:#92400e}.wizard-warn[hidden]{display:none}.wizard-path-cards{display:flex;flex-direction:column;gap:10px;margin-top:6px}.wizard-path-card{display:flex;align-items:center;gap:14px;width:100%;text-align:left;padding:16px;border:1.5px solid #e5e7eb;border-radius:10px;background:#fff;cursor:pointer;font-family:inherit;transition:border-color .12s,background .12s,box-shadow .12s,transform .06s}.wizard-path-card:hover{border-color:#7c3aed;background:#f5f3ff;box-shadow:0 3px 12px #7c3aed1f}.wizard-path-card:active{transform:translateY(1px)}.wizard-path-card.selected{border-color:#7c3aed;background:#f5f3ff;box-shadow:0 0 0 2px #7c3aed33}.wizard-path-icon{font-size:26px;line-height:1;flex:0 0 auto}.wizard-path-text{display:flex;flex-direction:column;gap:3px;min-width:0}.wizard-path-title{font-size:14px;font-weight:700;color:#111}.wizard-path-sub{font-size:12px;color:#6b7280;line-height:1.4}.wizard-path-card:hover .wizard-path-title,.wizard-path-card.selected .wizard-path-title{color:#6d28d9}.wizard-dropzone{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%;padding:28px 18px;margin-top:6px;border:2px dashed #c4b5fd;border-radius:12px;background:#faf5ff;cursor:pointer;font-family:inherit;text-align:center;transition:border-color .12s,background .12s}.wizard-dropzone:hover{border-color:#7c3aed;background:#f5f3ff}.wizard-dropzone.dragover{border-color:#7c3aed;background:#ede9fe;border-style:solid}.wizard-dropzone:disabled{opacity:.6;cursor:progress}.wizard-dropzone-icon{font-size:30px;line-height:1}.wizard-dropzone-title{font-size:13px;font-weight:600;color:#4c1d95}.wizard-dropzone-sub{font-size:11px;color:#7c6ba0}.wizard-import-status{margin:10px 0 0;font-size:12px;color:#6d28d9;font-weight:500}.wizard-import-status.error{color:#b91c1c}.wizard-import-status[hidden]{display:none}.loc-search-row{align-items:flex-start}.loc-search-wrap{position:relative;flex:1}.loc-search-wrap input{width:100%;box-sizing:border-box;padding:5px 8px;border:1px solid #d1d5db;border-radius:3px;font-size:12px;font-family:inherit;background:#fff;color:#111;text-align:left}.loc-search-wrap input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.shape-popover.loc-popover{min-width:320px;max-width:360px;padding:16px 16px 12px}.shape-popover.loc-popover .vertex-row{margin-bottom:8px;gap:8px}.shape-popover.loc-popover .vlabel{width:48px;text-align:right;color:#4b5563;font-weight:500;font-size:11px}.shape-popover.loc-popover .vertex-row input{flex:1;min-width:0;width:auto;padding:6px 8px;text-align:left}.shape-popover.loc-popover #locPaste{flex:1}.shape-popover.loc-popover .vertex-row-pair{gap:6px}.shape-popover.loc-popover .vertex-row-pair .vlabel-2{margin-left:6px}.shape-popover.loc-popover #locTz{flex:0 0 70px}.shape-popover.loc-popover .loc-tz-hint{font-size:10px;color:#6b7280;line-height:1.4;padding-left:56px;margin:-4px 0 10px}.shape-popover.loc-popover .loc-city-hint{font-size:11px;color:#7c3aed;font-weight:600;padding-left:56px;margin:-2px 0 8px}.shape-popover.loc-popover #locDate{flex:0 0 160px}.shape-popover.loc-popover .loc-search-row{align-items:center}.shape-popover.loc-popover .hint{margin-bottom:12px}.loc-search-results{position:absolute;top:100%;left:0;right:0;margin-top:2px;background:#fff;border:1px solid #d1d5db;border-radius:4px;box-shadow:0 6px 18px #0000001a;max-height:220px;overflow-y:auto;z-index:60;display:none}.loc-search-results.open{display:block}.loc-search-result{padding:7px 10px;font-size:12px;cursor:pointer;border-bottom:1px solid #f3f4f6}.loc-search-result:last-child{border-bottom:0}.loc-search-result:hover,.loc-search-result.focused{background:#eff6ff;color:#1d4ed8}.loc-search-result .name{font-weight:600;color:#111}.loc-search-result .ctx{color:#6b7280;font-size:11px;margin-top:1px}.loc-search-result:hover .ctx,.loc-search-result.focused .ctx{color:#1d4ed8}.loc-search-empty{padding:10px;font-size:11px;color:#9ca3af;text-align:center}.main{grid-template-rows:auto 1fr}.main>.mode-rail{grid-row:1 / span 2;grid-column:1}.main>.sidebar{grid-row:1 / span 2;grid-column:2}.main>.rightbar{grid-row:1 / span 2;grid-column:4}.main>.heat-bottom-panel{grid-row:1;grid-column:3}.main>.canvas-wrap{grid-row:2;grid-column:3}.heat-bottom-panel{display:none;padding:0 16px 12px;background:#f9fafb;border-bottom:1px solid #e5e7eb}body.ui-mode-heat .heat-bottom-panel{display:block;padding-top:12px}.multi-day-chart{width:100%;background:#0f172aeb;border:1px solid rgba(255,255,255,.12);border-radius:8px;box-shadow:0 4px 12px #0000002e;padding:10px 14px 4px;display:none}body.ui-mode-heat .multi-day-chart,.multi-day-chart.open{display:block}.multi-day-chart .chart-header{display:flex;align-items:baseline;gap:8px;margin-bottom:4px}.multi-day-chart .chart-title{font-size:11px;font-weight:700;color:#f1f5f9;text-transform:uppercase;letter-spacing:.05em}.multi-day-chart .chart-reload-btn{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:#94a3b81a;color:#94a3b8;border:1px solid rgba(255,255,255,.12);border-radius:5px;font-size:12px;line-height:1;padding:2px 6px;cursor:pointer;font-family:inherit;align-self:center;transition:background .12s ease,color .12s ease,border-color .12s ease}.multi-day-chart .chart-reload-btn:hover:not(:disabled){background:#94a3b82e;color:#e2e8f0;border-color:#ffffff3d}.multi-day-chart .chart-reload-btn:disabled{opacity:.55;cursor:default}.multi-day-chart .chart-now{font-size:11px;color:#facc15;font-variant-numeric:tabular-nums;margin-left:auto}.multi-day-chart .chart-dim{font-size:10px;color:#94a3b8}.multi-day-chart svg{display:block;width:100%;height:200px}.weather-strip .wstrip-disclaimer{display:inline-block;margin-left:4px;padding:1px 6px;border:1px solid #fde68a;border-radius:10px;color:#b45309;font-size:10px;cursor:help}.weather-strip .wstrip-disclaimer:hover{background:#fde68a}.multi-day-chart .chart-now-pair{display:inline-flex;gap:10px;margin-left:auto}.multi-day-chart .chart-now-temp{color:#fb923c}.multi-day-chart .chart-now-kwh{color:#fbbf24}.multi-day-chart .chart-now-wind{color:#67e8f9}.multi-day-chart .chart-now-feels{color:#fef3c7;opacity:1;font-size:12px;font-weight:700;margin-left:6px;padding-left:6px;border-left:1px solid rgba(255,255,255,.18)}.multi-day-chart .chart-now-time{color:#cbd5e1;font-size:11px;font-variant-numeric:tabular-nums}body.ui-mode-heat .multi-day-chart svg{cursor:crosshair}body.ui-mode-heat .multi-day-chart svg.is-playing{cursor:default}.multi-day-chart.dismissable{cursor:pointer}.multi-day-chart.dismissable:hover{border-color:#ffffff4d}.multi-day-chart .chart-header-summary .chart-title{color:#facc15}.multi-day-chart .chart-close-hint{margin-left:auto;color:#94a3b8;font-size:10px;font-style:italic}.multi-day-chart .chart-stats{display:flex;flex-wrap:wrap;gap:4px 0;padding:4px 2px 8px;font-size:11px;color:#cbd5e1;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:6px;line-height:1.6}.multi-day-chart .chart-stats strong{color:#fef3c7;font-weight:700;font-variant-numeric:tabular-nums}.multi-day-chart .chart-stats .sum-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:9px;margin-right:3px}.multi-day-chart .chart-loading{color:#cbd5e1;font-size:12px;text-align:center;padding:30px 0 36px;line-height:1.6}.heat-date-group .date-sep{color:#9ca3af;font-size:13px;padding:0 2px}.landing-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b1736;z-index:250;display:none;align-items:center;justify-content:center;padding:20px;overflow-y:auto}.landing-backdrop.open{display:flex}.landing-scene{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none}.landing-scene+.landing{position:relative;z-index:1}.ridge-lights .rl-glow{opacity:.06;transition:opacity 1.1s ease}.ridge-lights .rl-core{opacity:.15;transition:opacity 1.1s ease}.ridge-light{transform-box:fill-box;transform-origin:center}.ridge-light.lit .rl-glow{opacity:.85;animation:campfire-flicker-glow 3s ease-in-out infinite}.ridge-light.lit .rl-core{opacity:1;animation:campfire-flicker-core 3s ease-in-out infinite}.ridge-light:nth-child(1).lit .rl-glow,.ridge-light:nth-child(1).lit .rl-core{animation-delay:0s;animation-duration:3.1s}.ridge-light:nth-child(2).lit .rl-glow,.ridge-light:nth-child(2).lit .rl-core{animation-delay:.9s;animation-duration:2.6s}.ridge-light:nth-child(3).lit .rl-glow,.ridge-light:nth-child(3).lit .rl-core{animation-delay:1.7s;animation-duration:3.6s}.ridge-light:nth-child(4).lit .rl-glow,.ridge-light:nth-child(4).lit .rl-core{animation-delay:.4s;animation-duration:2.9s}.ridge-light:nth-child(5).lit .rl-glow,.ridge-light:nth-child(5).lit .rl-core{animation-delay:2.2s;animation-duration:3.3s}.ridge-light:nth-child(6).lit .rl-glow,.ridge-light:nth-child(6).lit .rl-core{animation-delay:1.1s;animation-duration:2.7s}.ridge-light:nth-child(7).lit .rl-glow,.ridge-light:nth-child(7).lit .rl-core{animation-delay:.7s;animation-duration:3.8s}.ridge-light:nth-child(8).lit .rl-glow,.ridge-light:nth-child(8).lit .rl-core{animation-delay:2.6s;animation-duration:2.5s}.ridge-light:nth-child(9).lit .rl-glow,.ridge-light:nth-child(9).lit .rl-core{animation-delay:1.4s;animation-duration:3.2s}.ridge-light:nth-child(10).lit .rl-glow,.ridge-light:nth-child(10).lit .rl-core{animation-delay:.2s;animation-duration:2.8s}.ridge-light:nth-child(11).lit .rl-glow,.ridge-light:nth-child(11).lit .rl-core{animation-delay:1.9s;animation-duration:3.5s}.ridge-light:nth-child(12).lit .rl-glow,.ridge-light:nth-child(12).lit .rl-core{animation-delay:.55s;animation-duration:3s}.ridge-light:nth-child(13).lit .rl-glow,.ridge-light:nth-child(13).lit .rl-core{animation-delay:2.4s;animation-duration:2.6s}.ridge-light:nth-child(14).lit .rl-glow,.ridge-light:nth-child(14).lit .rl-core{animation-delay:1.2s;animation-duration:3.4s}@keyframes campfire-flicker-glow{0%,to{opacity:.6}30%{opacity:.95}55%{opacity:.72}78%{opacity:1}}@keyframes campfire-flicker-core{0%,to{opacity:.7;transform:scale(1)}30%{opacity:1;transform:scale(1.12)}55%{opacity:.82;transform:scale(.96)}78%{opacity:1;transform:scale(1.08)}}@media (prefers-reduced-motion: reduce){.ridge-light.lit .rl-glow{opacity:.8;animation:none}.ridge-light.lit .rl-core{opacity:1;animation:none;transform:none}}.landing-campfire-caption{text-align:center;font-size:12.5px;color:#fcd9a0;opacity:0;margin:-12px auto 18px;letter-spacing:.01em;transition:opacity .8s ease;min-height:1em;pointer-events:none;text-shadow:0 1px 10px rgba(0,0,0,.55)}.landing-campfire-caption.show{opacity:.85}@media (prefers-reduced-motion: reduce){.landing-campfire-caption{transition:none}}.landing{width:100%;max-width:760px;color:#f1f5f9;padding:28px 20px 24px;text-shadow:0 1px 16px rgba(0,0,0,.5)}.landing-brand{text-align:center;margin-bottom:22px}.landing-logo{font-size:48px;margin-bottom:4px;line-height:1;filter:drop-shadow(0 4px 16px rgba(0,0,0,.35))}.landing-title{font-size:30px;font-weight:800;letter-spacing:-.02em;margin-top:4px}.landing-tagline{font-size:13px;color:#cbd5e1;margin-top:6px}.landing-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;margin-bottom:28px}.landing-tiles-2col{grid-template-columns:1.3fr 1fr}.landing-tiles-2col:has(#landingContinueBtn[hidden]){grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}.landing-tile{background:#0f172a99;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.15);border-radius:14px;padding:22px 22px 20px;text-align:left;cursor:pointer;color:#f1f5f9;font-family:inherit;transition:background .15s,border-color .15s,transform .05s,box-shadow .2s;text-shadow:none;box-shadow:0 12px 32px -12px #0000008c}.landing-tile:hover{background:#0f172ab8;border-color:#ffffff59;transform:translateY(-2px)}.landing-tile:active{transform:translateY(1px)}.landing-tile.primary{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-color:#60a5fa99;box-shadow:0 18px 48px -12px #2563eb8c,0 0 0 1px #60a5fa40 inset}.landing-tile.primary:hover{background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 22px 56px -10px #2563ebb3,0 0 0 1px #93c5fd66 inset;border-color:#93c5fdb3}.landing-tile[hidden]{display:none}.landing-tile-icon{font-size:22px;margin-bottom:10px;opacity:.95}.landing-tile-icon-large{font-size:36px;line-height:1;margin-bottom:14px;opacity:.95;font-weight:200}.new-camp-anim{width:100%;height:auto;max-height:150px;margin-bottom:16px;display:block}.anim-plot{animation:nc-draw-plot .7s ease-out forwards}.anim-item{opacity:0;transform-origin:center;transform-box:fill-box;animation:nc-pop .35s cubic-bezier(.22,1.4,.36,1) var(--d, .7s) forwards}.anim-heat{animation:nc-heat .9s ease-in-out 2s forwards}.anim-cable{animation:nc-cable .55s ease-out 2.4s forwards}.anim-source{animation:nc-pop .35s cubic-bezier(.22,1.4,.36,1) 2.2s forwards}.anim-source-pulse{animation:nc-pulse 1.2s ease-out 2.55s forwards}@keyframes nc-draw-plot{to{stroke-dashoffset:0}}@keyframes nc-pop{0%{opacity:0;transform:scale(.4)}60%{opacity:1;transform:scale(1.08)}to{opacity:1;transform:scale(1)}}@keyframes nc-heat{0%{opacity:0}45%{opacity:1}to{opacity:0}}@keyframes nc-cable{to{stroke-dashoffset:0}}@keyframes nc-pulse{0%{opacity:.9;r:5}to{opacity:0;r:18}}@media (prefers-reduced-motion: reduce){.anim-plot{stroke-dashoffset:0!important;animation:none!important}.anim-item,.anim-source{opacity:1!important;transform:none!important;animation:none!important}.anim-cable{stroke-dashoffset:0!important;animation:none!important}.anim-heat,.anim-source-pulse{display:none!important}}.landing-tile-title{font-size:15px;font-weight:700;margin-bottom:4px}.landing-tile-sub{font-size:12px;color:#cbd5e1;line-height:1.4}.landing-tile.primary .landing-tile-title{font-size:17px}.landing-tile.primary .landing-tile-sub{color:#ffffffd9}.landing-tile-hero{min-height:220px;display:flex;flex-direction:column;position:relative}.landing-continue-clear{position:absolute;top:10px;right:10px;z-index:2;width:26px;height:26px;padding:0;border:0;border-radius:50%;background:#0006;color:#f1f5f9;font-size:16px;line-height:1;cursor:pointer;opacity:0;transition:opacity .15s,background .15s,transform .1s;font-family:inherit}#landingContinueBtn:hover .landing-continue-clear{opacity:.8}.landing-continue-clear:hover{background:#dc2626;opacity:1!important;transform:scale(1.1)}.landing-tile-hero.primary{align-items:flex-start;justify-content:center}.landing-tile-header{display:flex;gap:14px;align-items:flex-start;margin-bottom:14px}.landing-tile-header .landing-tile-icon{margin-bottom:0}.landing-tile-titlewrap{flex:1;min-width:0}.landing-tile-titlewrap .landing-tile-title{font-size:16px}.landing-tile-thumb{background:#00000026;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.08)}.landing-tile-thumb svg{width:100%;height:100%;display:block}.landing-tile-thumb:empty{display:none}.landing-tile-thumb-large{flex:1;min-height:130px;margin-top:4px}.landing-recents{margin-top:4px}.landing-recents-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:12px}.landing-recents-title{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;font-weight:600}.landing-recents-expand{background:transparent;border:0;color:#93c5fd;font-size:12px;cursor:pointer;font-family:inherit;padding:2px 8px;border-radius:4px}.landing-recents-expand:hover{color:#f1f5f9;background:#ffffff14}.landing-recents-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.landing-starters{margin-top:4px}.landing-starters .landing-recents-title{margin-bottom:12px}.landing-starters-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}@media (max-width: 768px){.landing-starters-grid{grid-template-columns:1fr 1fr!important}}.landing-recent{position:relative;padding:0;background:#0f172a80;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.12);border-radius:10px;cursor:pointer;font-family:inherit;color:#f1f5f9;text-align:left;transition:background .15s,border-color .15s,transform .05s;text-shadow:none;display:flex;flex-direction:column;overflow:hidden}.landing-recent-delete{position:absolute;top:6px;right:6px;z-index:2;width:24px;height:24px;padding:0;border:0;border-radius:50%;background:#0000008c;color:#f1f5f9;font-size:14px;line-height:1;cursor:pointer;opacity:0;transition:opacity .15s,background .15s,transform .1s;font-family:inherit}.landing-recent:hover .landing-recent-delete{opacity:.85}.landing-recent-delete:hover{background:#dc2626;opacity:1!important;transform:scale(1.1)}.landing-recent:hover{background:#0f172ab3;border-color:#ffffff4d;transform:translateY(-1px)}.landing-recent-thumb{width:100%;height:100px;flex-shrink:0;background:#ffffff0a;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.06)}.landing-recent-thumb svg{width:100%;height:100%;display:block}.landing-recent-thumb:empty{display:none}.landing-recent-body{flex:1;padding:10px 12px 12px;min-width:0}.landing-recent-name{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;margin-bottom:4px;line-height:1.3}.landing-recent-name span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.landing-recent-badge{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;font-size:9px;border-radius:50%;flex-shrink:0}.landing-recent-badge.cloud{background:#22c55e40;color:#86efac}.landing-recent-badge.local{background:#ffffff1f;color:#cbd5e1}.landing-recent-meta{font-size:11px;color:#94a3b8}.landing-footer{margin-top:36px;text-align:center}.landing-skip{background:transparent;border:0;color:#94a3b8;font-size:12px;cursor:pointer;font-family:inherit;padding:6px 12px;border-radius:4px}.landing-skip:hover{color:#f1f5f9;background:#ffffff0d}.library-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;z-index:260;display:none;align-items:center;justify-content:center;padding:20px}.library-backdrop.open{display:flex}.library{background:#fff;border-radius:10px;box-shadow:0 25px 50px -12px #00000040;width:100%;max-width:540px;max-height:80vh;display:flex;flex-direction:column;font-family:inherit}.library-header{display:flex;align-items:center;padding:18px 22px;border-bottom:1px solid #f3f4f6}.library-title{font-size:16px;font-weight:700;color:#111;flex:1}.library-close{background:transparent;border:0;font-size:22px;line-height:1;color:#9ca3af;cursor:pointer;padding:4px 8px;border-radius:4px}.library-close:hover{background:#f3f4f6;color:#111}.library-body{padding:14px 18px;overflow-y:auto;flex:1;min-height:100px}.library-empty{text-align:center;color:#6b7280;padding:40px 0;font-size:13px;line-height:1.6}.library-item{display:flex;align-items:center;gap:12px;padding:11px 12px;border-radius:6px;cursor:pointer;transition:background .1s;border:1px solid transparent}.library-item:hover{background:#f9fafb;border-color:#e5e7eb}.library-item-main{flex:1;min-width:0}.library-item-name{font-size:13px;font-weight:600;color:#111;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.library-item-meta{font-size:11px;color:#6b7280}.library-item-actions{display:flex;gap:4px;flex-shrink:0}.library-item-actions button{padding:4px 9px;font-size:11px;border:1px solid #e5e7eb;background:#fff;border-radius:4px;cursor:pointer;color:#374151;font-family:inherit}.library-item-actions button:hover{background:#f3f4f6}.library-item-actions .danger{color:#b91c1c}.library-item-actions .danger:hover{background:#fef2f2;border-color:#fecaca}.library-footer{display:flex;gap:8px;padding:14px 18px;border-top:1px solid #f3f4f6;align-items:center}.library-footer button{padding:7px 14px;font-size:12px;border:1px solid #d1d5db;border-radius:5px;background:#fff;cursor:pointer;color:#374151;font-family:inherit;font-weight:500}.library-footer button.primary{background:#111;color:#fff;border-color:#111}.library-spacer{flex:1}.resize-handle{fill:#2563eb;stroke:#fff;stroke-width:1.5}.resize-handle-g[data-corner=nw],.resize-handle-g[data-corner=se]{cursor:nwse-resize}.resize-handle-g[data-corner=ne],.resize-handle-g[data-corner=sw]{cursor:nesw-resize}.resize-handle-g:hover .resize-handle{fill:#1d4ed8}.snap-line{stroke:#2563eb;stroke-width:1;stroke-dasharray:3,2;pointer-events:none;opacity:.7}.door-row{display:flex;gap:2px;align-items:center}.door-row .lbl{font-size:10px;color:#6b7280;margin-right:4px}.door-row button{width:20px;height:18px;padding:0;font-size:9px;border:1px solid #d1d5db;background:#fff;border-radius:3px;cursor:pointer;line-height:1;font-family:inherit;color:#6b7280}.door-row button:hover{background:#f3f4f6;color:#111}.door-row button.active{background:#16a34a;color:#fff;border-color:#15803d}.door-row button.door-cycle{width:auto;min-width:70px;padding:0 8px;font-size:10px;font-weight:500}.door-row button.door-cycle.active{background:#dcfce7;color:#15803d;border-color:#86efac}.door-row button.door-cycle.active:hover{background:#bbf7d0}.add-btn{width:100%;padding:8px;border:1px dashed #d1d5db;background:transparent;color:#6b7280;border-radius:4px;cursor:pointer;font-size:12px;margin-top:6px;font-family:inherit}.add-btn:hover{background:#f9fafb;color:#111;border-color:#9ca3af}.add-form{padding:10px;background:#f9fafb;border:1px solid #d1d5db;border-radius:4px;margin-top:6px;display:none;flex-direction:column;gap:6px}.add-form.open{display:flex}.add-form input[type=text],.add-form select{padding:5px 7px;border:1px solid #d1d5db;border-radius:3px;font-size:12px;font-family:inherit;width:100%;background:#fff;color:#111}.add-form .dim-row{display:flex;gap:4px;align-items:center;font-size:11px;color:#6b7280}.add-form .dim-row input{width:56px;padding:4px 6px;border:1px solid #d1d5db;border-radius:3px;font-size:12px;text-align:center;font-family:inherit}.add-form .actions{display:flex;gap:6px;justify-content:flex-end;margin-top:2px}.add-form .actions button{padding:4px 10px;font-size:11px}.add-form .actions button.primary{background:#111;color:#fff;border-color:#111}.canvas-wrap{position:relative;overflow:auto;padding:16px;background:#f9fafb;display:flex;align-items:flex-start;justify-content:center}.canvas-inner{background:#fff;border:1px solid #e5e7eb;border-radius:4px;padding:12px}svg.planner{display:block;touch-action:none;max-width:none}.help{font-size:11px;color:#4b5563;line-height:1.5}.help kbd{background:#f3f4f6;padding:1px 5px;border-radius:3px;font-family:ui-monospace,monospace;font-size:10px;border:1px solid #e5e7eb}.help p{margin:4px 0}.stats{font-size:11px;color:#4b5563}.stats .row{display:flex;justify-content:space-between;padding:2px 0}.stats .row.warn{color:#b91c1c;font-weight:600}.stats .row.ok{color:#16a34a}.sun-panel{padding:8px;background:#fef3c7;border:1px solid #fde68a;border-radius:4px;font-size:11px;line-height:1.4}.sun-panel strong{color:#92400e}.item-rect{cursor:grab}.item-rect:active{cursor:grabbing}.item-rect.selected{stroke:#2563eb;stroke-width:3}.item-rect.outside{stroke:#dc2626;stroke-width:2.5;stroke-dasharray:5,4}.item-rect.dimmed{opacity:.18}.item-label{pointer-events:none;-webkit-user-select:none;user-select:none;font-weight:600;text-anchor:middle;dominant-baseline:middle;paint-order:stroke;stroke:#fff;stroke-width:3px;stroke-linejoin:round}.item-label-dim{pointer-events:none;-webkit-user-select:none;user-select:none;text-anchor:middle;dominant-baseline:middle;fill:#555;paint-order:stroke;stroke:#fff;stroke-width:2.5px;stroke-linejoin:round}.item-label.dimmed,.item-label-dim.dimmed{opacity:.35}.item-rect.lane-rect{cursor:grab}.item-rect.lane-rect.selected{stroke:#2563eb;stroke-width:2.6;stroke-dasharray:none}.item-rect.lane-rect.dimmed{opacity:.5}.clearance-ring{fill:none;stroke:#f59e0b;stroke-width:1.6;stroke-dasharray:6,4;opacity:.9}.clearance-ring-g{pointer-events:none}.clearance-ring-label text{fill:#b45309;font-weight:700;paint-order:stroke;stroke:#fff;stroke-width:2.5px;stroke-linejoin:round}.rotate-handle{cursor:pointer}.rotate-handle circle{fill:#fff;stroke:#374151;stroke-width:1}.rotate-handle:hover circle{fill:#fef3c7;stroke:#92400e}.rotate-handle text{font-size:11px;font-weight:700;fill:#374151;text-anchor:middle;dominant-baseline:middle;pointer-events:none;-webkit-user-select:none;user-select:none}.layer-handle{cursor:pointer}.layer-handle circle{fill:#fff;stroke:#9ca3af;stroke-width:1;filter:drop-shadow(0 1px 1px rgba(0,0,0,.15))}.layer-handle:hover circle{fill:#eff6ff;stroke:#2563eb}.layer-handle text{font-size:9px;font-weight:700;fill:#374151;text-anchor:middle;dominant-baseline:middle;pointer-events:none;-webkit-user-select:none;user-select:none}.layer-handle:hover text{fill:#2563eb}.grid-line{stroke:#e5e7eb;stroke-width:.5}.grid-major{stroke:#cbd5e1;stroke-width:.8}.plot-outline{fill:none;stroke:#111;stroke-width:2.5}.shade-arrow{stroke:#f59e0b;stroke-width:3;fill:#f59e0b;opacity:.6;pointer-events:none}.compass-bg{fill:#fff;stroke:#d1d5db}.compass-text{font-size:11px;font-weight:700}.sidebar.collapsed .item-list li{padding:5px 8px;cursor:default;border-color:transparent;background:transparent;flex-direction:row;align-items:center;gap:8px}.sidebar.collapsed .item-list li:hover{background:#f9fafb}.sidebar.collapsed .item-list .name{cursor:default;padding:0}.sidebar.collapsed .item-list .name:hover{background:transparent}.sidebar.collapsed .dim-static{color:#6b7280;font-size:11px;font-variant-numeric:tabular-nums;margin-left:auto;flex-shrink:0}.sidebar.collapsed .dim-inputs,.sidebar.collapsed .layer-btns,.sidebar.collapsed .delete-btn,.sidebar.collapsed .door-row,.sidebar.collapsed .add-btn,.sidebar.collapsed .add-form,.sidebar.collapsed .help,.sidebar.collapsed .help-h{display:none}#boot{position:fixed;top:12px;left:12px;right:12px;padding:12px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:13px;border-radius:6px;z-index:99;display:none;white-space:pre-wrap;font-family:ui-monospace,monospace}#boot.show{display:block}.shape-palette{display:inline-flex;gap:2px;padding:2px;border:1px solid #d1d5db;border-radius:6px;background:#f9fafb}.shape-palette .shape-btn{padding:4px 8px;font-size:14px;line-height:1;background:transparent;border:none;cursor:pointer;border-radius:3px;color:#374151}.shape-palette .shape-btn:hover{background:#e0e7ff;color:#1e3a8a}.cloud-status{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;padding:4px 9px;border-radius:10px;cursor:pointer;-webkit-user-select:none;user-select:none;letter-spacing:.02em}.cloud-status.synced{background:#d1fae5;color:#065f46}.cloud-status.saving{background:#fef3c7;color:#92400e}.cloud-status.readonly{background:#e0e7ff;color:#3730a3}.cloud-status.offline{background:#fee2e2;color:#991b1b}.cloud-status.disabled{background:#f3f4f6;color:#6b7280}.snap-toggle{display:inline-flex;align-items:center;gap:5px;font-size:11px;color:#4b5563;padding:4px 8px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:4px;cursor:pointer;-webkit-user-select:none;user-select:none}.snap-toggle input{margin:0;cursor:pointer}body.polish-mode .rotate-handle,body.polish-mode .resize-handle-g,body.polish-mode .vertex-handle-g,body.polish-mode .edge-hit,body.polish-mode .ruler-tick{display:none!important}body.polish-mode .item-edge-label text,body.polish-mode .plot-edge-label .edge-label{font-weight:600;fill:#1f2937}body.polish-mode .item-edge-label rect,body.polish-mode .plot-edge-label .edge-label-bg{fill:#fff;stroke:#9ca3af;stroke-width:.6}body.polish-mode .item-rect.selected{stroke-width:1.4!important;stroke:#111!important}body.polish-mode .grid-line{display:none!important}body.polish-mode .grid-major{stroke:#eef2f7!important;stroke-width:.4!important}body.heatmap-mode #heatmapBtn{background:#fee2e2;border-color:#ef4444;color:#991b1b}body:not(.shade-view) #shadeImpactBtn,body:not(.heatmap-mode) #shadeImpactBtn{display:none}body.shade-heat-impact #shadeImpactBtn{background:#fef3c7;border-color:#f59e0b;color:#92400e}.measure-vertex{fill:#2563eb;stroke:#fff;stroke-width:1.5}.measure-edge-label rect,.measure-area-label rect{fill:#fff;stroke:#2563eb;stroke-width:1}.measure-edge-label text,.measure-area-label text{fill:#1d4ed8;font-size:11px;font-weight:600;font-variant-numeric:tabular-nums}.measure-area-label text{font-weight:700}#exportBtn,#importBtn{display:none}#shareUrlBtn{background:#7c3aed;color:#fff;border:0;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:700;cursor:pointer;box-shadow:0 1px 2px #0000001a}#shareUrlBtn:hover{background:#6d28d9}#sharePlayBtn,#polishBtn,#exportPngBtn{display:none!important}.header-loc-chip{display:inline-flex;align-items:center;gap:4px;margin-left:4px;padding:2px 8px;font-size:11px;font-weight:500;background:#fef3c7;color:#92400e;border:1px solid #fde68a;border-radius:10px;cursor:pointer;font-family:inherit;max-width:220px;min-width:0}.header-loc-chip:hover{background:#fde68a;border-color:#f59e0b;color:#78350f}.header-loc-chip:active{transform:translateY(1px)}.header-loc-chip #headerLocText{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;display:inline-block;max-width:180px;vertical-align:middle}.rightbar-compass{width:100%;aspect-ratio:140 / 170;max-width:180px;margin:0 auto 10px;display:block}.rightbar-compass svg{width:100%;height:100%;display:block}#powerBtn,#addPowerBtn,#drawCableBtn{display:none}.sidebar-power-actions{margin:0 0 12px;padding:10px 12px;background:#fff7ed;border:1px solid #fed7aa;border-radius:6px}.sidebar-power-btn{width:100%;padding:8px 12px;font-size:12px;font-weight:600;background:#f59e0b;color:#fff;border:1px solid #d97706;border-radius:5px;cursor:pointer}.sidebar-power-btn:hover{background:#d97706}.sidebar-power-hint{font-size:11px;color:#92400e;margin:8px 0 0;line-height:1.5}.sidebar-power-hint strong{color:#b45309}#homeBtn,#newCampBtn,#saveLayoutBtn,#libraryBtn,#resetBtn{display:none}.header-left{display:inline-flex;align-items:center;gap:6px;margin-right:6px}.home-btn{padding:6px 12px;font-size:12px;font-weight:600;border:1px solid #d1d5db;background:#fff;border-radius:5px;cursor:pointer;color:#111}.home-btn:hover{background:#f3f4f6;border-color:#9ca3af}.menu-wrap{position:relative;display:inline-block}.menu-btn{padding:6px 11px;font-size:12px;font-weight:600;border:1px solid #d1d5db;background:#fff;border-radius:5px;cursor:pointer;color:#111}.menu-btn:hover{background:#f3f4f6;border-color:#9ca3af}.menu-popover{position:absolute;top:calc(100% + 4px);left:0;min-width:180px;background:#fff;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 10px 24px #0000001f;padding:4px;display:none;z-index:80}.menu-popover.open{display:block}.menu-popover button{display:flex;align-items:center;gap:10px;width:100%;padding:7px 10px;font-size:12px;border:0;background:transparent;color:#111;border-radius:4px;cursor:pointer;text-align:left;font-family:inherit}.menu-popover button:hover{background:#f3f4f6}.menu-popover button.danger{color:#b91c1c}.menu-popover button.danger:hover{background:#fef2f2}.menu-popover .menu-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;font-size:13px;opacity:.85}.menu-popover .menu-sep{height:1px;background:#f3f4f6;margin:4px 2px}.account-wrap{position:relative;display:inline-block;margin-left:4px}.plan-chip{display:inline-flex;align-items:center;gap:4px;padding:4px 11px;font-size:12px;font-weight:700;border:1px solid #ddd6f7;background:#f4f0ff;color:#7c3aed;border-radius:18px;cursor:pointer;min-height:30px;letter-spacing:.01em}.plan-chip:hover{background:#ece5ff;border-color:#c4b5fd}.plan-chip.is-paid{background:linear-gradient(90deg,#7c3aed,#a855f7);color:#fff;border-color:transparent}.plan-chip.is-paid:hover{filter:brightness(1.05)}.account-btn{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:600;border:1px solid #d1d5db;background:#fff;border-radius:18px;cursor:pointer;color:#111;min-height:30px}.account-btn:hover{background:#f3f4f6;border-color:#9ca3af}.account-btn.signed-in{padding:3px;border-radius:50%;min-height:32px;min-width:32px}.account-btn.signed-in .account-icon-signedout{display:none}.account-btn.signed-in .account-avatar{display:block;width:26px;height:26px;border-radius:50%}.account-popover{position:absolute;top:calc(100% + 4px);right:0;min-width:220px;background:#fff;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 10px 24px #0000001f;padding:4px;display:none;z-index:80}.account-popover.open{display:block}.account-popover .account-info{padding:9px 12px 4px}.account-popover .account-name{font-size:13px;font-weight:700;color:#111}.account-popover .account-email{font-size:11px;color:#6b7280;margin-top:2px}.account-popover button{display:flex;align-items:center;gap:10px;width:100%;padding:7px 12px;font-size:12px;border:0;background:transparent;color:#111;border-radius:4px;cursor:pointer;text-align:left;font-family:inherit}.account-popover button:hover{background:#f3f4f6}.account-popover .menu-sep{height:1px;background:#f3f4f6;margin:4px 2px}.account-popover button.account-danger{color:#b91c1c}.account-popover button.account-danger:hover{background:#fef2f2;color:#991b1b}.landing-auth-strip{display:flex;justify-content:center;align-items:center;gap:10px;margin:0 auto 28px;min-height:38px;flex-wrap:wrap}.landing-auth-strip:empty{display:none}.landing-signin-pill{display:inline-flex;align-items:center;gap:8px;padding:7px 16px;font-size:13px;font-weight:600;background:#fff;color:#1f2937;border:0;border-radius:19px;cursor:pointer;font-family:inherit;box-shadow:0 2px 10px #0000002e;transition:transform .05s,box-shadow .15s;text-shadow:none}.landing-signin-pill:hover{box-shadow:0 4px 14px #0000003d}.landing-signin-pill:active{transform:translateY(1px)}.landing-signin-pill .g-logo{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#4285f4,#34a853,#fbbc04 66%,#ea4335);color:#fff;font-weight:800;font-size:12px}.landing-auth-hint{color:#cbd5e1;font-size:12px;text-shadow:none}.landing-auth-welcome{display:inline-flex;align-items:center;gap:8px;padding:4px 6px 4px 4px;background:#0f172a73;border:1px solid rgba(255,255,255,.15);border-radius:18px;color:#f1f5f9;text-shadow:none}.landing-auth-welcome img{width:24px;height:24px;border-radius:50%;flex-shrink:0}.landing-auth-welcome span{font-size:12px;color:#cbd5e1;padding-right:4px}.landing-auth-welcome strong{color:#f1f5f9}.landing-signout-pill{padding:3px 10px;font-size:11px;font-weight:500;background:#ffffff14;color:#f1f5f9;border:1px solid rgba(255,255,255,.2);border-radius:12px;cursor:pointer;font-family:inherit;text-shadow:none;transition:background .1s,border-color .1s}.landing-signout-pill:hover{background:#ffffff2e;border-color:#fff6}.migrate-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a99;z-index:240;display:none;align-items:center;justify-content:center;padding:20px}.migrate-backdrop.open{display:flex}.migrate-modal{background:#fff;border-radius:10px;box-shadow:0 25px 50px -12px #00000040;width:100%;max-width:440px;display:flex;flex-direction:column;font-family:inherit}.migrate-header{padding:18px 22px 6px}.migrate-title{font-size:16px;font-weight:700;color:#111}.migrate-body{padding:6px 22px 14px;font-size:13px;color:#374151;line-height:1.55}.migrate-body p{margin:8px 0}.migrate-body .migrate-hint{color:#6b7280;font-size:12px}.migrate-footer{display:flex;gap:8px;padding:12px 18px;border-top:1px solid #f3f4f6;align-items:center}.migrate-footer button{padding:7px 14px;font-size:12px;border:1px solid #d1d5db;border-radius:5px;background:#fff;cursor:pointer;color:#374151;font-family:inherit;font-weight:500}.migrate-footer button.primary{background:#2563eb;color:#fff;border-color:#1d4ed8}.migrate-footer button.primary:hover{background:#1d4ed8}.library-item .library-synced-badge{display:inline-block;margin-left:6px;padding:1px 6px;font-size:9px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:#dcfce7;color:#166534;border-radius:8px}.library-item .library-local-badge{display:inline-block;margin-left:6px;padding:1px 6px;font-size:9px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;background:#f3f4f6;color:#6b7280;border-radius:8px}.library-loading{padding:24px;text-align:center;color:#6b7280;font-size:12px}body.boot-pending{visibility:hidden}.library-item-actions .sync-cloud{color:#1d4ed8;border-color:#bfdbfe;background:#eff6ff}.library-item-actions .sync-cloud:hover{background:#dbeafe}#toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%) translateY(20px);background:#111;color:#fff;padding:10px 16px;border-radius:6px;font-size:13px;font-weight:500;box-shadow:0 10px 30px -10px #00000080;z-index:300;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;max-width:80vw}#toast.show{opacity:1;transform:translate(-50%) translateY(0);pointer-events:auto}#playBanner{position:fixed;top:0;left:0;right:0;padding:8px 14px;background:#fef3c7;color:#78350f;border-bottom:1px solid #fde68a;font-size:12px;text-align:center;z-index:250}#measureHint,#cableDrawHint{position:fixed;top:64px;left:50%;transform:translate(-50%);background:#0f172aeb;color:#f1f5f9;padding:8px 14px;border-radius:6px;font-size:11px;z-index:90;display:none;box-shadow:0 8px 24px #0000004d}#measureHint.show,#cableDrawHint.show{display:block}#cableDrawHint{max-width:min(720px,calc(100vw - 40px));line-height:1.5;border:1px solid rgba(167,139,250,.4)}#cableDrawHint strong{color:#fbbf24}#cableDrawHint kbd{background:#ffffff2e;padding:1px 6px;border-radius:3px;font-family:ui-monospace,monospace;font-size:10px;border:1px solid rgba(255,255,255,.25)}.undo-btn{width:30px;height:30px;padding:0;font-size:16px;line-height:1;border:1px solid #d1d5db;background:#fff;border-radius:5px;cursor:pointer;color:#111}.undo-btn:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.undo-btn:disabled{color:#d1d5db;cursor:not-allowed;opacity:.6}.zoom-ctrl{display:inline-flex;align-items:center;gap:4px}.zoom-ctrl .zoom-pct{width:auto;min-width:46px;padding:0 6px;font-size:12px;font-weight:600;font-variant-numeric:tabular-nums}.restore-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;z-index:260;display:none;align-items:center;justify-content:center;padding:20px}.restore-backdrop.open{display:flex}.restore-modal{background:#fff;border-radius:10px;box-shadow:0 25px 50px -12px #00000040;width:100%;max-width:480px;max-height:80vh;display:flex;flex-direction:column;font-family:inherit}.restore-header{display:flex;align-items:center;padding:16px 20px;border-bottom:1px solid #f3f4f6}.restore-title{font-size:15px;font-weight:700;color:#111;flex:1}.restore-close{background:transparent;border:0;font-size:20px;line-height:1;color:#9ca3af;cursor:pointer;padding:4px 8px;border-radius:4px}.restore-close:hover{background:#f3f4f6;color:#111}.restore-body{padding:12px 16px;overflow-y:auto;flex:1}.restore-empty{color:#6b7280;font-size:12px;line-height:1.55;padding:16px 4px}.restore-list{display:flex;flex-direction:column;gap:6px}.restore-row{display:flex;align-items:center;gap:10px;padding:10px 12px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;cursor:pointer;font-family:inherit;text-align:left;transition:background .1s,border-color .1s}.restore-row:hover{background:#f9fafb;border-color:#2563eb}.restore-row-main{flex:1;min-width:0}.restore-row-label{font-size:12px;font-weight:600;color:#111;display:flex;gap:8px;align-items:center}.restore-row-meta{font-size:11px;color:#6b7280;margin-top:2px}.restore-row-arrow{font-size:16px;color:#9ca3af;flex-shrink:0}.restore-tag{font-size:9px;font-weight:600;padding:1px 6px;border-radius:8px;background:#fef3c7;color:#92400e;text-transform:uppercase;letter-spacing:.04em}body.ui-mode-power .view-toggle,body.ui-mode-heat .view-toggle,body.ui-mode-polish .view-toggle,body.ui-mode-polish .item-list,body.ui-mode-polish .preset-palette,body.ui-mode-polish .add-btn,body.ui-mode-polish .add-form,body.ui-mode-polish .help,body.ui-mode-polish .help-h,body.ui-mode-polish .sidebar-power-actions,body.ui-mode-heat .preset-palette,body.ui-mode-heat .add-btn,body.ui-mode-heat .add-form,body.ui-mode-power .preset-palette,body.ui-mode-power .add-btn,body.ui-mode-power .add-form{display:none!important}body.cable-draw-mode #canvas,body.cable-draw-mode .canvas-wrap{cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23fbbf24' stroke='%237c2d12' stroke-width='1.5' stroke-linejoin='round'><path d='M11 2 L4 14 L10 14 L8 22 L20 9 L13 9 L15 2 Z'/></svg>") 4 2,crosshair}body.power-mode #canvas [data-cable-tail]{cursor:pointer}.shape-popover#equipmentDrawPopover.cable-anchored{border-radius:14px;box-shadow:0 12px 32px -8px #7c3aed66,0 0 0 1px #7c3aed40;border-color:#ddd6fe;max-width:340px;min-width:280px;padding:14px 14px 10px;max-height:80vh}.shape-popover#equipmentDrawPopover.cable-anchored h4{color:#5b21b6}.shape-popover#equipmentDrawPopover.cable-anchored .device-grid{gap:4px}.shape-popover#equipmentDrawPopover.cable-anchored .device-grid label{padding:4px 8px;font-size:11px}.sidebar .item-list li.power-source-card{display:flex;flex-direction:column;align-items:stretch;padding:10px 12px;border:1px solid #ddd6fe;background:#faf5ff;border-radius:7px;margin-bottom:8px;gap:0;cursor:default}.sidebar .item-list li.power-source-card.over-cap{border-color:#fecaca;background:#fef2f2}.power-source-card .src-head{display:flex;align-items:baseline;gap:6px;margin-bottom:4px}.power-source-card .src-name{font-size:12px;font-weight:700;color:#5b21b6;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.power-source-card .src-pct{font-size:11px;font-variant-numeric:tabular-nums;color:#6b21a8;font-weight:600}.power-source-card.over-cap .src-name,.power-source-card.over-cap .src-pct{color:#991b1b}.power-source-card .src-load{font-size:10px;color:#6b21a8;font-variant-numeric:tabular-nums;margin-bottom:6px}.power-source-card .src-bar{height:4px;background:#ede9fe;border-radius:2px;overflow:hidden;margin-bottom:6px}.power-source-card .src-bar-fill{height:100%;background:#7c3aed;transition:width .15s}.power-source-card.over-cap .src-bar-fill{background:#b91c1c}.power-source-card ul.attached-items{list-style:none;padding:0;margin:4px 0 0}.power-source-card .attached-items li{padding:4px 8px;font-size:11px;color:#374151;background:#fff;border:1px solid #e9d5ff;border-radius:4px;margin-bottom:3px;display:flex;align-items:center;gap:6px}.power-source-card .attached-items li .ai-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.power-source-card .attached-items li .ai-watts{color:#6b21a8;font-variant-numeric:tabular-nums;font-weight:600;font-size:10px;flex-shrink:0}.power-source-card .attached-items li.unbound .ai-name{color:#9ca3af;font-style:italic}.power-source-card .attached-items .ai-empty{color:#9ca3af;font-size:11px;font-style:italic;padding:4px 8px}.heat-rank-list{list-style:none;padding:0;margin:0}.heat-rank-list .heat-rank-header{display:flex;align-items:center;gap:8px;padding:4px 8px 6px;border-bottom:1px solid #e5e7eb;margin-bottom:4px;font-size:9px;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;font-weight:600}.heat-rank-list .heat-rank-header .hrh-name{flex:1;min-width:0}.heat-rank-list .heat-rank-header .hrh-col{width:26px;text-align:center;flex-shrink:0}.heat-rank-list li{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:8px;padding:4px 8px;border:none;border-radius:5px;margin-bottom:1px;background:transparent;cursor:pointer;font-size:12px}.heat-rank-list li:hover{background:#f3f4f6}.heat-rank-list li.selected{background:#eff6ff;box-shadow:inset 3px 0 #2563eb}.heat-rank-list .hr-text{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:0}.heat-rank-list .hr-badge{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;font-size:11px;font-weight:800;color:#fff;flex-shrink:0;font-variant-numeric:tabular-nums}.heat-rank-list .hr-badge-shaded{box-shadow:0 0 0 2px #ddd6fe}.heat-rank-list .hr-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#111;font-weight:600;line-height:1.25}.heat-rank-list .hr-meta{font-size:10px;color:#6b7280;font-variant-numeric:tabular-nums;line-height:1.2}.heat-rank-empty{color:#9ca3af;font-size:11px;font-style:italic;padding:12px 4px;line-height:1.5}.shade-impact-toggle{display:flex;align-items:center;gap:8px;margin:6px 0 10px;font-size:12px;color:#374151;cursor:pointer}.shade-impact-toggle input[type=checkbox]{margin:0;cursor:pointer}.shade-impact-toggle span{-webkit-user-select:none;user-select:none}@media (max-width: 768px){.landing{padding:16px!important}.landing-brand{margin-bottom:18px}.landing-brand h1{font-size:30px!important;margin:8px 0 6px!important}.landing-brand p{font-size:13px!important;padding:0 8px}.landing-tiles,.landing-tiles-2col{grid-template-columns:1fr!important;gap:10px!important;margin-bottom:18px!important}.landing-tile{padding:14px!important}.landing-tile-hero{min-height:0!important}.landing-tile-title{font-size:14px!important}.landing-tile-sub{font-size:11px!important}.landing-tile-thumb-large{min-height:90px!important}.landing-recents-grid{grid-template-columns:1fr 1fr!important;gap:8px!important}.landing-recent-thumb{height:70px!important}.landing-auth-strip{flex-wrap:wrap;justify-content:center;gap:6px}.landing-auth-hint{font-size:11px!important;padding:0 12px;text-align:center}.landing-art{transform:scale(.7);transform-origin:bottom center}.library-modal{width:calc(100vw - 24px)!important;max-width:none!important;max-height:calc(100vh - 60px)!important}.library-item{flex-direction:column;align-items:stretch!important;gap:10px;padding:10px!important}.library-item-actions{display:flex;gap:6px;justify-content:flex-start;flex-wrap:wrap}.library-item-actions button{flex:1 1 auto;padding:8px 6px!important;min-width:64px}.library-header{padding:14px 16px!important}.library-footer{padding:10px 12px!important;flex-wrap:wrap;gap:8px}.wizard-modal{width:calc(100vw - 16px)!important;max-width:none!important;max-height:calc(100vh - 40px)!important}}.share-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;z-index:260;display:none;align-items:center;justify-content:center;padding:20px}.share-backdrop.open{display:flex}.share-modal{background:#fff;border-radius:12px;max-width:440px;width:100%;box-shadow:0 18px 60px #00000059;overflow:hidden;display:flex;flex-direction:column}.share-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px 10px;border-bottom:1px solid #e5e7eb}.share-title{font-size:15px;font-weight:700;color:#111827}.share-close{background:none;border:0;font-size:22px;line-height:1;color:#6b7280;cursor:pointer;padding:2px 8px;border-radius:6px}.share-close:hover{background:#f3f4f6;color:#111827}.share-body{padding:16px 18px 18px;display:flex;flex-direction:column;gap:14px}.share-mode-toggle{display:inline-flex;background:#f3f4f6;border-radius:8px;padding:3px;align-self:flex-start}.share-mode-btn{background:transparent;border:0;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;color:#6b7280;cursor:pointer;transition:background .12s,color .12s}.share-mode-btn:hover{color:#111827}.share-mode-btn.active{background:#fff;color:#111827;box-shadow:0 1px 2px #00000014}.share-url-label{font-size:11px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin-bottom:-8px}.share-url-row{display:flex;gap:8px;align-items:stretch}.share-url-field{flex:1;min-width:0;padding:9px 11px;font-size:12px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;border:1px solid #d1d5db;border-radius:6px;background:#f9fafb;color:#1f2937}.share-url-field:focus{outline:2px solid #7c3aed;outline-offset:-1px;border-color:#7c3aed}.share-copy-btn{background:#111827;color:#fff;border:0;border-radius:6px;padding:0 14px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.share-copy-btn:hover{background:#1f2937}.share-actions{display:flex;gap:8px;flex-wrap:wrap}.share-action-btn{flex:1;min-width:88px;display:inline-flex;align-items:center;justify-content:center;gap:5px;background:#f3f4f6;color:#111827;border:1px solid #e5e7eb;border-radius:6px;padding:8px 10px;font-size:12px;font-weight:600;cursor:pointer;text-decoration:none;transition:background .12s}.share-action-btn:hover{background:#e5e7eb}.share-qr-section{display:flex;flex-direction:column;align-items:center;gap:8px;padding-top:6px;border-top:1px dashed #e5e7eb}.share-qr-wrap{width:220px;height:220px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:8px;border:1px solid #e5e7eb}.share-qr-img{width:100%;height:100%;display:block}.share-qr-empty{display:none;font-size:11px;color:#6b7280;padding:16px;text-align:center;line-height:1.45}.share-qr-wrap.qr-too-long .share-qr-img{display:none}.share-qr-wrap.qr-too-long .share-qr-empty{display:block}.share-qr-hint{font-size:11px;color:#6b7280;text-align:center;max-width:240px;line-height:1.5}body.view-only{height:100vh!important;height:100svh!important;overflow:hidden!important;display:flex!important;flex-direction:column!important}body.view-only header,body.view-only aside.sidebar,body.view-only aside.rightbar,body.view-only .mode-rail,body.view-only .tool-panel,body.view-only .canvas-controls,body.view-only .heat-bottom-panel,body.view-only .cable-draft-banner,body.view-only #playBanner{display:none!important}body.view-only .view-only-bar{flex:0 0 auto}body.view-only .app{flex:1 1 auto;min-height:0;display:flex;flex-direction:column}body.view-only .main{flex:1 1 auto;min-height:0;display:block!important;grid-template-rows:none!important;grid-template-columns:none!important;padding:0!important}body.view-only .canvas-wrap{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;margin:0!important;padding:0!important;display:flex}body.view-only #canvas{flex:1 1 auto;width:100%!important;height:100%!important;min-width:0;min-height:0}body.view-only:not(.view-only-interactive) #canvas,body.view-only:not(.view-only-interactive) #canvas *{pointer-events:none!important}body.view-only:not(.view-only-interactive) #canvas text{-webkit-user-select:none;user-select:none}body.view-only #canvas{background:transparent!important}body.view-only #canvas>rect:first-of-type{fill:transparent!important}body.view-only .canvas-wrap,body.view-only .main,body.view-only{background:#fff!important}body.view-only .view-only-bar{display:flex;align-items:center;justify-content:center;gap:14px;background:#0f172a;color:#fff;padding:10px 18px;font-size:13px;box-shadow:0 2px 8px #0000002e}body.view-only .vob-text{font-weight:600;white-space:nowrap}body.view-only .vob-title{color:#fde68a}body.view-only .vob-sub{color:#cbd5e1;font-weight:500}body.view-only .vob-toggle{background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:4px 12px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .12s}body.view-only .vob-toggle:hover{background:#ffffff38}body.view-only.view-only-interactive .vob-toggle{background:#7c3aed;border-color:#7c3aed}body.view-only.view-only-interactive .vob-toggle:hover{background:#6d28d9}body.view-only .vob-home{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:4px 12px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap;font-family:inherit;transition:background .12s}body.view-only .vob-home:hover{background:#fff3}body.view-only .vob-link{color:#fff;text-decoration:underline;text-underline-offset:2px;font-weight:500;font-size:12px;white-space:nowrap}body:not(.view-only) .view-only-bar{display:none}@media (max-width: 768px){body.view-only{overflow:auto!important;height:auto!important;min-height:100svh!important;touch-action:pan-x pan-y pinch-zoom!important}body.view-only .view-only-bar{position:sticky!important;top:0;left:0;transform:none!important;max-width:none!important;width:100%;border-radius:0;padding:10px 12px;gap:10px;font-size:12px;justify-content:flex-start;background:#0f172a;z-index:50}body.view-only .vob-link,body.view-only .vob-sub{display:none}body.view-only .vob-toggle{display:none!important}body.view-only .canvas-wrap{height:calc(100svh - 40px)!important}body.view-only #canvas{width:100%!important;height:100%!important}}.share-help{font-size:12px;color:#6b7280;line-height:1.5;margin-bottom:-2px}header.topbar{gap:10px;padding:8px 14px}.topbar-left{display:inline-flex;align-items:center;gap:10px;min-width:0}.topbar-right{display:inline-flex;align-items:center;gap:8px;margin-left:auto;flex-wrap:wrap}.brand-home{padding:6px 9px;font-size:15px;line-height:1;border:1px solid #e5e7eb;background:#fff;border-radius:8px;cursor:pointer;color:#111}.brand-home:hover{background:#f3f4f6;border-color:#9ca3af}.brand-wordmark{font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#7c3aed;white-space:nowrap}.topbar-titlewrap{display:flex;flex-direction:column;min-width:0;padding-left:10px;border-left:1px solid #e5e7eb}.camp-title{font-size:15px;margin:0;font-weight:700;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:320px}.camp-title #campNameEdit{color:#111}.topbar-titlewrap .meta{font-size:11px;color:#6b7280;margin-top:2px;display:flex;align-items:center;flex-wrap:wrap;gap:2px}.primary-share{background:#7c3aed;color:#fff;border:1px solid #7c3aed;font-weight:600;padding:7px 14px;border-radius:8px}.primary-share:hover{background:#6d28d9;border-color:#6d28d9}.topbar .menu-btn{font-size:16px;line-height:1;padding:5px 11px}.topbar-right .menu-popover{left:auto;right:0}#menuPopover #measureBtn{display:flex;align-items:center;gap:10px;width:100%;padding:7px 10px;font-size:12px;border:0;background:transparent;color:#111;border-radius:4px;text-align:left;font-family:inherit}#menuPopover #measureBtn:hover{background:#f3f4f6}#modeTabs{display:none!important}.mode-rail{display:flex;flex-direction:column;gap:4px;padding:10px 6px;background:#0f172a;border-right:1px solid #1e293b}.rail-item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:11px 4px;border:0;background:transparent;border-radius:10px;cursor:pointer;color:#94a3b8;font-family:inherit;transition:background .12s,color .12s}.rail-item:hover{background:#1e293b;color:#e2e8f0}.rail-item.active{background:#7c3aed;color:#fff}.rail-ico{font-size:19px;line-height:1}.rail-lbl{font-size:10px;font-weight:600;letter-spacing:.02em}.tool-panel .view-toggle{display:flex;width:100%;margin:0 0 14px}.tool-panel .view-toggle button{flex:1}body:not(.ui-mode-layout) .tool-panel .view-toggle{display:none}.tool-section{margin:0 0 14px;padding-bottom:12px;border-bottom:1px solid #f3f4f6}.tool-label{font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;font-weight:700;margin:0 0 8px}.tool-panel .ctrl-group{display:flex;width:100%;margin-bottom:8px;flex-wrap:wrap}.tool-panel .ctrl-group input[type=range]{flex:1 1 90px;width:auto}.tool-inline-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:8px}.tool-panel .shape-palette{display:flex;gap:4px;flex-wrap:wrap}.tool-panel .snap-toggle{display:inline-flex;margin-top:8px}.tool-section .play-heat,.tool-section #heatmapBtn,.tool-section #addPowerBtn,.tool-section #drawCableBtn,.tool-section #finalizePngBtn,.tool-section #finalizeBriefBtn{display:block;width:100%;margin-bottom:8px;text-align:center}.tool-panel .heat-date-group{display:flex;flex-wrap:wrap;margin-bottom:8px}.tool-panel .weather-strip{margin-bottom:8px}.tool-panel .shade-impact-top{display:inline-flex}.safety-legend{display:none}body.safety-view.ui-mode-layout .safety-legend{display:flex;gap:14px;flex-wrap:wrap;align-items:center;justify-content:center;position:absolute;bottom:12px;left:50%;transform:translate(-50%);z-index:6;background:#fffffff5;border:1px solid #e5e7eb;border-radius:10px;padding:6px 12px;box-shadow:0 4px 14px #0000001a;font-size:11px;color:#374151;max-width:calc(100% - 24px)}.safety-legend-item{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.safety-legend-hatch{width:20px;height:12px;border:1px solid #b45454;border-radius:2px;background-image:repeating-linear-gradient(45deg,#f5f3f2 0,#f5f3f2 3px,#d98b8b8c 3px,#d98b8b8c 5px)}.safety-legend-ring{width:14px;height:14px;border-radius:50%;border:1.6px dashed #f59e0b;background:transparent}.canvas-controls{position:absolute;top:10px;left:12px;z-index:6;display:flex;align-items:center;gap:6px;background:#fffffff5;border:1px solid #e5e7eb;border-radius:10px;padding:4px 6px;box-shadow:0 4px 14px #0000001a}@media (max-width: 1400px){.main{grid-template-columns:76px 220px 1fr 190px}.main.sidebar-collapsed{grid-template-columns:76px 200px 1fr 180px}}@media (max-width: 1180px){.main{grid-template-columns:66px 214px 1fr 186px}}.feedback-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;z-index:260;display:none;align-items:center;justify-content:center;padding:20px}.feedback-backdrop.open{display:flex}.feedback-modal{background:#fff;border-radius:12px;max-width:480px;width:100%;box-shadow:0 18px 60px #00000059;overflow:hidden;display:flex;flex-direction:column}.feedback-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px 10px;border-bottom:1px solid #e5e7eb}.feedback-title{font-size:15px;font-weight:700;color:#111827}.feedback-close{background:none;border:0;font-size:22px;line-height:1;color:#6b7280;cursor:pointer;padding:2px 8px;border-radius:6px}.feedback-close:hover{background:#f3f4f6;color:#111827}.feedback-body{padding:16px 18px 18px}.feedback-prompt-text{color:#374151;line-height:1.5;margin-bottom:14px;font-size:13px}.feedback-signin-btn{background:#111827;color:#fff;border:0;border-radius:8px;padding:10px 16px;font-size:13px;font-weight:600;cursor:pointer}.feedback-signin-btn:hover{background:#1f2937}.feedback-form{display:flex;flex-direction:column;gap:10px}.feedback-label{font-size:11px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin-bottom:-4px}.feedback-select,.feedback-textarea{font-family:inherit;font-size:13px;color:#111827;border:1px solid #d1d5db;border-radius:6px;padding:9px 11px;background:#f9fafb}.feedback-select{cursor:pointer}.feedback-textarea{resize:vertical;min-height:110px;line-height:1.5}.feedback-select:focus,.feedback-textarea:focus{outline:2px solid #7c3aed;outline-offset:-1px;border-color:#7c3aed}.feedback-actions{display:flex;justify-content:flex-end;margin-top:6px}.feedback-send-btn{background:#7c3aed;color:#fff;border:0;border-radius:6px;padding:9px 18px;font-size:13px;font-weight:600;cursor:pointer}.feedback-send-btn:hover{background:#6d28d9}.feedback-send-btn:disabled{background:#c4b5fd;cursor:wait}.delete-account-warning{color:#991b1b;line-height:1.5;margin:0 0 10px;font-size:13px}.delete-account-lead{color:#374151;font-size:13px;margin:0 0 6px}.delete-account-list{margin:0 0 14px;padding-left:18px;color:#374151;font-size:13px;line-height:1.6}.delete-account-actions{gap:10px}.delete-account-cancel-btn{background:#f3f4f6;color:#374151;border:0;border-radius:6px;padding:9px 16px;font-size:13px;font-weight:600;cursor:pointer}.delete-account-cancel-btn:hover{background:#e5e7eb}.delete-account-confirm-btn{background:#dc2626;color:#fff;border:0;border-radius:6px;padding:9px 18px;font-size:13px;font-weight:600;cursor:pointer}.delete-account-confirm-btn:hover{background:#b91c1c}.delete-account-confirm-btn:disabled{background:#fca5a5;cursor:not-allowed}.share-links-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;z-index:260;display:none;align-items:center;justify-content:center;padding:20px}.share-links-backdrop.open{display:flex}.share-links-modal{background:#fff;border-radius:12px;max-width:560px;width:100%;max-height:calc(100vh - 80px);box-shadow:0 18px 60px #00000059;overflow:hidden;display:flex;flex-direction:column}.share-links-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px 10px;border-bottom:1px solid #e5e7eb}.share-links-title{font-size:15px;font-weight:700;color:#111827}.share-links-close{background:none;border:0;font-size:22px;line-height:1;color:#6b7280;cursor:pointer;padding:2px 8px;border-radius:6px}.share-links-close:hover{background:#f3f4f6;color:#111827}.share-links-help{padding:10px 18px 4px;font-size:12px;color:#6b7280;line-height:1.5}.share-links-listwrap{flex:1 1 auto;overflow-y:auto;padding:6px 14px 14px}.share-links-list{display:flex;flex-direction:column;gap:8px}.share-links-row{display:flex;align-items:center;gap:12px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:10px 12px}.share-links-row-main{flex:1 1 auto;min-width:0}.share-links-row-title{font-size:13px;font-weight:600;color:#111827}.share-links-row-meta{font-size:11px;color:#6b7280;margin-top:1px}.share-links-row-url{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;color:#4b5563;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.share-links-row-actions{display:flex;gap:4px;flex-shrink:0}.share-links-action{background:#fff;border:1px solid #e5e7eb;border-radius:6px;width:32px;height:32px;cursor:pointer;font-size:14px;display:inline-flex;align-items:center;justify-content:center}.share-links-action:hover{background:#f3f4f6}.share-links-action.danger:hover{background:#fee2e2;border-color:#fca5a5}.share-links-loading,.share-links-empty{padding:24px 18px;text-align:center;color:#6b7280;font-size:13px;line-height:1.5}.share-links-signin{padding:18px;display:flex;flex-direction:column;gap:10px;align-items:stretch}.share-links-signin-text{color:#374151;font-size:13px;line-height:1.5}.share-links-signin-btn{background:#111827;color:#fff;border:0;border-radius:8px;padding:10px 16px;font-size:13px;font-weight:600;cursor:pointer}.share-links-signin-btn:hover{background:#1f2937}.onboard-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0f172aeb,#4c1d95db);z-index:280;display:none;align-items:center;justify-content:center;padding:20px}.onboard-backdrop.open{display:flex}.onboard-modal{background:#fff;border-radius:16px;max-width:540px;width:100%;max-height:calc(100vh - 80px);overflow-y:auto;padding:28px 28px 22px;box-shadow:0 24px 80px #0006;position:relative}.onboard-close{position:absolute;top:12px;right:14px;background:none;border:0;font-size:22px;color:#6b7280;cursor:pointer;padding:4px 10px;border-radius:6px;line-height:1}.onboard-close:hover{background:#f3f4f6;color:#111827}.onboard-art{font-size:48px;text-align:center;margin-bottom:6px}.onboard-title{font-size:22px;font-weight:800;color:#111827;text-align:center;margin-bottom:6px}.onboard-sub{font-size:13px;color:#6b7280;line-height:1.5;text-align:center;margin-bottom:18px}.onboard-steps{display:flex;flex-direction:column;gap:12px;margin-bottom:18px}.onboard-step{display:flex;gap:12px;align-items:flex-start;background:#f9fafb;border-radius:10px;padding:12px 14px;border:1px solid #e5e7eb}.onboard-step-num{flex-shrink:0;width:28px;height:28px;background:#7c3aed;color:#fff;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:13px}.onboard-step-body{flex:1 1 auto;min-width:0}.onboard-step-title{font-weight:700;font-size:13px;color:#111827;margin-bottom:2px}.onboard-step-text{font-size:12.5px;color:#4b5563;line-height:1.5}.onboard-actions{display:flex;justify-content:center}.onboard-cta{background:#7c3aed;color:#fff;border:0;border-radius:8px;padding:11px 28px;font-size:14px;font-weight:700;cursor:pointer}.onboard-cta:hover{background:#6d28d9}.onboard-footer{text-align:center;color:#9ca3af;font-size:11px;margin-top:14px}.quick-edit-pop{position:fixed;z-index:290;background:#fff;border-radius:10px;box-shadow:0 18px 48px #0000004d;border:1px solid #e5e7eb;padding:14px;width:260px;font-size:13px}.quick-edit-pop[hidden]{display:none}.quick-edit-label{display:block;font-size:10px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.04em;margin-bottom:4px}.quick-edit-input{width:100%;box-sizing:border-box;border:1px solid #d1d5db;border-radius:6px;padding:7px 9px;font-size:13px;color:#111827;background:#f9fafb;font-family:inherit}.quick-edit-input:focus{outline:2px solid #7c3aed;outline-offset:-1px;border-color:#7c3aed}.quick-edit-row{display:flex;gap:8px;margin-top:10px}.quick-edit-row[hidden]{display:none}.quick-edit-field{flex:1;min-width:0}#quickEditDimsSingle{margin-top:10px}#quickEditDimsSingle[hidden]{display:none}.quick-edit-shapes{display:flex;gap:6px;margin:2px 0 4px;flex-wrap:wrap}.quick-shape-btn{flex:1 1 0;min-width:34px;height:34px;padding:5px;border:1px solid #d1d5db;border-radius:7px;background:#f9fafb;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .1s,background .1s}.quick-shape-btn:hover{background:#f3f4f6;border-color:#9ca3af}.quick-shape-btn svg{width:100%;height:100%;display:block}.quick-shape-btn svg rect,.quick-shape-btn svg circle,.quick-shape-btn svg polygon{fill:none;stroke:#6b7280;stroke-width:1.6;stroke-linejoin:round}.quick-edit-door{margin-top:10px}.quick-edit-door[hidden]{display:none}.quick-edit-door-ctrls{display:flex;align-items:center;gap:6px}.qe-door-btn{border:1px solid #d1d5db;border-radius:6px;background:#f9fafb;padding:5px 10px;font-size:12px;font-weight:600;cursor:pointer;color:#374151}.qe-door-btn:hover{background:#f3f4f6}.qe-door-btn.active{background:#16a34a;border-color:#15803d;color:#fff}.qe-door-step{border:1px solid #d1d5db;border-radius:6px;background:#fff;width:28px;height:28px;font-size:12px;cursor:pointer;color:#374151;display:flex;align-items:center;justify-content:center;padding:0}.qe-door-step:hover{background:#f3f4f6}.qe-door-step[hidden]{display:none}.qe-door-face{font-size:12px;color:#4b5563;min-width:64px;text-align:center}.qe-door-face[hidden]{display:none}.quick-shape-btn.active{border-color:#7c3aed;background:#f5f3ff}.quick-shape-btn.active svg rect,.quick-shape-btn.active svg circle,.quick-shape-btn.active svg polygon{stroke:#7c3aed;fill:#7c3aed1f}.quick-edit-swap-row{margin-top:10px}.quick-edit-swap{border:1px solid #d1d5db;border-radius:6px;background:#f9fafb;padding:5px 10px;font-size:12px;font-weight:600;cursor:pointer;color:#374151}.quick-edit-swap:hover{background:#f3f4f6;border-color:#9ca3af}.quick-edit-actions{display:flex;gap:8px;justify-content:flex-end;margin-top:12px}.quick-edit-cancel,.quick-edit-save{border:0;border-radius:6px;padding:7px 14px;font-size:12px;font-weight:600;cursor:pointer}.quick-edit-cancel{background:#f3f4f6;color:#374151}.quick-edit-cancel:hover{background:#e5e7eb}.quick-edit-save{background:#7c3aed;color:#fff}.quick-edit-save:hover{background:#6d28d9}.quick-edit-delete{margin-right:auto;border:1px solid #fecaca;border-radius:6px;padding:7px 14px;font-size:12px;font-weight:600;cursor:pointer;background:#fff;color:#b91c1c}.quick-edit-delete:hover{background:#fef2f2}.landing-legal{margin-top:18px;text-align:center;color:#ffffff8c;font-size:12px;letter-spacing:.02em}.landing-legal a{color:#ffffffb3;text-decoration:none}.landing-legal a:hover{color:#fff;text-decoration:underline}.landing-legal-sep{margin:0 8px;opacity:.6}.landing-feedback-btn{display:inline-flex;align-items:center;gap:6px;margin:18px auto 0;padding:9px 20px;font-size:13.5px;font-weight:700;font-family:inherit;color:#fff;background:linear-gradient(135deg,#7c3aed,#a855f7);border:0;border-radius:22px;cursor:pointer;box-shadow:0 4px 16px #7c3aed66;transition:transform .05s ease,box-shadow .15s ease}.landing-feedback-btn:hover{box-shadow:0 6px 20px #7c3aed8c}.landing-feedback-btn:active{transform:translateY(1px)}.floating-feedback-btn{position:fixed;left:14px;bottom:14px;z-index:250;display:inline-flex;align-items:center;gap:5px;padding:6px 12px;font-size:11.5px;font-weight:600;font-family:inherit;color:#fff;background:linear-gradient(135deg,#7c3aed,#a855f7);border:0;border-radius:18px;cursor:pointer;box-shadow:0 3px 12px #7c3aed66;opacity:.92}.floating-feedback-btn:hover{opacity:1;box-shadow:0 5px 16px #7c3aed8c}.floating-feedback-btn:active{transform:translateY(1px)}body.m-active .floating-feedback-btn{display:none}.landing-starters-hint{font-size:12px;color:#ffffffa6;margin:-4px 0 10px;font-style:italic}.landing-starters.collapsible{margin-top:20px}.landing-starters.collapsible.collapsed .landing-starters-grid{display:none}.landing-starters-toggle{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border:1px solid rgba(255,255,255,.15);background:#ffffff0f;color:#ffffffd9;border-radius:999px;font-size:12px;font-family:inherit;cursor:pointer;transition:background .12s,border-color .12s}.landing-starters-toggle:hover{background:#ffffff1f;border-color:#ffffff40}.landing-starters-toggle .tpl-caret{font-size:10px;color:#ffffffb3}.landing-starters-toggle .tpl-count{padding:1px 8px;border-radius:999px;background:#ffffff1f;font-size:11px;color:#ffffffbf;font-variant-numeric:tabular-nums}.landing-starters.collapsible .landing-starters-grid{margin-top:12px}.loc-maps-link{display:inline-flex;align-items:center;gap:4px;padding:6px 10px;border-radius:6px;background:#f3f4f6;color:#1f2937;font-size:13px;font-weight:500;text-decoration:none;border:1px solid #e5e7eb;transition:background .12s,border-color .12s}.loc-maps-link:hover{background:#e5e7eb;border-color:#d1d5db}.loc-maps-link.disabled{opacity:.4;pointer-events:none}.shape-popover.cable-edit-popover{min-width:300px;max-width:340px;padding:14px 16px 12px}.shape-popover.cable-edit-popover .vertex-row{margin-bottom:8px;gap:10px}.shape-popover.cable-edit-popover .vlabel{width:56px;text-align:right;color:#4b5563;font-weight:500;font-size:11px;flex-shrink:0}.shape-popover.cable-edit-popover select{flex:1;min-width:0;padding:4px 6px;border:1px solid #d1d5db;border-radius:4px;font-size:12px;font-family:inherit;background:#fff;color:#111}.shape-popover.cable-edit-popover .cable-info-value{color:#4b5563;font-size:11px;font-variant-numeric:tabular-nums;flex:1}.access-gate-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0b1736db;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:9500;display:none;align-items:center;justify-content:center;padding:24px}.access-gate-backdrop.open{display:flex}.access-gate-modal{background:#fff;border-radius:14px;box-shadow:0 25px 60px #00000059;max-width:480px;width:100%;max-height:calc(100vh - 48px);overflow-y:auto;padding:32px 28px 24px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}.access-gate-brand{text-align:center;margin-bottom:20px}.access-gate-logo{font-size:40px;line-height:1;margin-bottom:8px}.access-gate-title{font-size:20px;font-weight:700;color:#111827}.access-gate-lead{color:#374151;font-size:15px;line-height:1.55;margin:0 0 16px;text-align:center}.access-gate-hint{color:#6b7280;font-size:13px;line-height:1.5;margin:0 0 20px;text-align:center}.access-gate-icon{font-size:44px;text-align:center;margin-bottom:8px;line-height:1}.access-gate-profile{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:12px 14px;margin-bottom:16px}.access-gate-profile-row{display:flex;justify-content:space-between;gap:12px;font-size:13px;padding:3px 0}.access-gate-profile-label{color:#6b7280}.access-gate-profile-value{color:#111827;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.access-gate-label{display:block;font-size:13px;font-weight:500;color:#374151;margin-bottom:6px}.access-gate-optional{color:#9ca3af;font-weight:400}.access-gate-textarea{width:100%;min-height:90px;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font:inherit;font-size:14px;resize:vertical;box-sizing:border-box}.access-gate-textarea:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed26}.access-gate-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.access-gate-primary,.access-gate-secondary{padding:9px 18px;border-radius:8px;border:none;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit}.access-gate-primary{background:#7c3aed;color:#fff}.access-gate-primary:hover{background:#6d28d9}.access-gate-primary:disabled{background:#a78bfa;cursor:not-allowed}.access-gate-secondary{background:#f3f4f6;color:#374151}.access-gate-secondary:hover{background:#e5e7eb}.draft-item{opacity:.6}.draft-item .item-rect{stroke-dasharray:4 3;stroke:#7c3aed;stroke-width:1.6}.draft-item.draft-low .item-rect{stroke:#dc2626;stroke-dasharray:3 2}.import-map-btn{color:#7c3aed;border-color:#c4b5fd}.import-map-btn:hover{background:#f5f3ff;border-style:solid}.import-map-btn:disabled{opacity:.5;cursor:progress}#importReviewBar{position:fixed;left:50%;bottom:22px;transform:translate(-50%);z-index:9000;display:flex;align-items:center;gap:12px;padding:10px 16px;background:#1f2937;color:#f9fafb;border-radius:10px;box-shadow:0 8px 28px #00000052;font-size:13px;max-width:min(92vw,620px)}#importReviewBar[hidden]{display:none}#importReviewText{line-height:1.35}#importReviewBar button{flex:none;padding:7px 14px;border:none;border-radius:6px;cursor:pointer;font-size:13px;font-family:inherit;font-weight:600}#importAcceptBtn{background:#7c3aed;color:#fff}#importAcceptBtn:hover{background:#6d28d9}#importDiscardBtn{background:transparent;color:#d1d5db;border:1px solid #4b5563}#importDiscardBtn:hover{background:#374151;color:#fff}#siteBrief{display:none}#finalizePngBtn,#finalizeBriefBtn{font-weight:700}#finalizeBriefBtn{background:#7c3aed;color:#fff;border-color:#7c3aed}#finalizeBriefBtn:hover{background:#6d28d9;border-color:#6d28d9}@media print{body>*:not(#siteBrief){display:none!important}#siteBrief{display:block!important}html,body{background:#fff!important;margin:0!important;padding:0!important}@page{size:letter portrait;margin:.5in}#siteBrief{color:#111;font-family:ui-sans-serif,system-ui,-apple-system,sans-serif;font-size:10pt;-webkit-print-color-adjust:exact;print-color-adjust:exact}.brief-page{position:relative;padding-bottom:.2in}.brief-header{border-bottom:1px solid #e5e7eb;padding-bottom:11px;margin-bottom:20px}.brief-camp{font-size:30pt;font-weight:800;line-height:1;letter-spacing:-.8px;color:#111}.brief-sub{margin-top:7px;font-size:9pt;color:#6b7280;letter-spacing:.1px}.brief-stats{display:flex;gap:0;margin-bottom:22px;border:1px solid #eceef1;border-radius:8px;overflow:hidden}.brief-stat{flex:1;padding:11px 8px 10px;text-align:center}.brief-stat+.brief-stat{border-left:1px solid #eceef1}.brief-stat-val{font-size:15pt;font-weight:700;line-height:1.05;color:#111;font-variant-numeric:tabular-nums}.brief-stat-lbl{font-size:6.75pt;text-transform:uppercase;letter-spacing:.9px;color:#9ca3af;margin-top:4px}.brief-map-wrap{border:1px solid #eceef1;border-radius:8px;padding:8px;margin-bottom:10px;text-align:center;background:#fff}.brief-map{display:block;width:100%;max-height:4.5in;object-fit:contain;margin:0 auto}.brief-legend{display:flex;flex-wrap:wrap;gap:5px 16px;align-items:center;justify-content:center;margin-bottom:24px;font-size:7.25pt;color:#9ca3af;letter-spacing:.2px}.brief-legend-item{display:inline-flex;align-items:center}.brief-legend-swatch{display:inline-block;width:8px;height:8px;border-radius:2px;margin-right:5px;flex:0 0 auto}.brief-section-h{font-size:8pt;font-weight:700;color:#7c3aed;border-bottom:1px solid #e5e7eb;padding-bottom:6px;margin:0 0 12px;text-transform:uppercase;letter-spacing:1.4px;break-after:avoid;page-break-after:avoid}.brief-section-roster{margin-top:20px}.brief-roster-grid+.brief-section-h{margin-top:20px}.brief-weather-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.brief-wcard{border:1px solid #eceef1;border-radius:8px;padding:8px 10px;break-inside:avoid;-webkit-column-break-inside:avoid;page-break-inside:avoid}.brief-wcard-date{font-size:7.5pt;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px}.brief-wcard-temp{display:flex;align-items:baseline;gap:5px;margin:2px 0 1px;font-variant-numeric:tabular-nums}.brief-wcard-hi{font-size:15pt;font-weight:800;color:#111;line-height:1}.brief-wcard-lo{font-size:10pt;font-weight:600;color:#9ca3af;line-height:1}.brief-wcard-sky{font-size:8.5pt;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brief-wcard-wind{font-size:8pt;color:#9ca3af;margin-top:3px;font-variant-numeric:tabular-nums;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brief-weather-empty,.brief-power-empty{font-size:9.5pt;color:#6b7280;font-style:italic;padding:8px 0}.brief-wind-warn{margin-top:8px;font-size:8.5pt;color:#b45309;background:#fffbeb;border:1px solid #fde68a;border-radius:6px;padding:6px 8px;font-weight:600}.brief-roster-grid{column-count:2;column-gap:26px;margin-bottom:4px}.r-group{break-inside:avoid;-webkit-column-break-inside:avoid;margin-bottom:15px}.r-group-h{display:flex;align-items:baseline;gap:7px;padding-bottom:4px;margin-bottom:3px;border-bottom:1px solid #f0f1f3}.r-cat-chip{align-self:center;display:inline-block;width:7px;height:7px;border-radius:2px;flex:0 0 auto}.r-cat-name{font-size:8pt;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.8px}.r-cat-count{margin-left:auto;font-size:8pt;font-weight:600;color:#b6bcc4;font-variant-numeric:tabular-nums}.brief-roster,.brief-power-table{width:100%;border-collapse:collapse;font-size:8.25pt}.brief-power-table th{text-align:left;font-size:7pt;text-transform:uppercase;letter-spacing:.5px;color:#9ca3af;border-bottom:1px solid #d7dade;padding:4px 6px}.brief-roster td{padding:3px 0;border-bottom:1px solid #f3f4f6;vertical-align:baseline}.brief-roster tr:last-child td{border-bottom:none}.brief-power-table td{padding:4px 6px;border-bottom:1px solid #f0f0f0;vertical-align:middle}.brief-power-table tr{break-inside:avoid}.r-name{font-weight:600;color:#111}.p-name{font-weight:600}.r-prov{color:#6b7280;padding-left:8px!important}.r-size{font-variant-numeric:tabular-nums;white-space:nowrap;text-align:right;color:#6b7280;padding-left:8px!important;width:1%}.r-muted{color:#b6bcc4}.p-tight{color:#dc2626;font-weight:700}.p-flag{color:#b45309;font-weight:700}.brief-safety-table{width:100%;border-collapse:collapse;font-size:8.25pt}.brief-safety-table td{padding:4px 6px;border-bottom:1px solid #f0f0f0;vertical-align:baseline}.brief-safety-table tr{break-inside:avoid}.brief-safety-table tr:last-child td{border-bottom:none}.fs-k{font-weight:600;color:#111;white-space:nowrap;width:1%;padding-right:12px!important}.fs-v{color:#4b5563}.brief-safety-note{font-size:7.5pt;color:#9ca3af;font-style:italic;margin-top:5px;break-inside:avoid}.brief-footer{display:flex;justify-content:space-between;font-size:7.5pt;color:#9ca3af;border-top:1px solid #e5e7eb;padding-top:5px;margin-top:22px;break-inside:avoid}}
