:root{--template-control-height: 36px;--template-line: #d9dee7;--template-line-soft: #e8edf3;--template-text: #111827;--template-muted: #667085;--template-surface: #ffffff;--template-surface-soft: #f8fafc;--template-brand: #2563eb;--template-brand-strong: #1d4ed8;--template-danger: #b42318}html,body,#app{min-height:100%;margin:0}body{background:#edf1f7;color:var(--template-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.template-app{min-height:100vh;display:flex;flex-direction:column}.template-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:18px 22px 16px;background:#fffffff0;border-bottom:1px solid var(--template-line)}.template-header h1{margin:0;color:var(--template-text);font-size:22px;font-weight:800;line-height:1.15}.template-header p{max-width:820px;margin:6px 0 0;color:var(--template-muted);font-size:12px;line-height:1.45}.template-home-link{display:inline-flex;align-items:center;justify-content:center;flex:0 0 var(--template-control-height);width:var(--template-control-height);min-height:var(--template-control-height);border:1px solid transparent;border-radius:8px;color:#344054;text-decoration:none}.template-home-link:hover,.template-home-link:focus-visible{outline:none;background:var(--template-surface-soft);border-color:#cbd5e1}.template-home-link svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.template-shell{flex:1;min-height:0;overflow:auto;padding:18px 22px 24px}.template-panel{min-width:0;border:1px solid var(--template-line);border-radius:8px;background:#fffffff5;padding:14px;box-shadow:0 10px 28px #0f172a0d}.template-panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}.template-panel__head h2{margin:0;color:var(--template-text);font-size:14px;font-weight:800;line-height:1.25}.template-panel__head p{margin:4px 0 0;color:var(--template-muted);font-size:12px;line-height:1.45}.template-toolbar{display:grid;grid-template-columns:minmax(220px,1.2fr) minmax(180px,.9fr) auto 112px minmax(160px,1fr);align-items:end;gap:12px}.template-field{display:grid;gap:6px;min-width:0}.template-field--file{grid-template-columns:auto minmax(0,1fr);align-items:end;column-gap:10px}.template-field--file .template-label{grid-column:1 / -1}.template-field--row{width:112px}.template-field--name{flex:1 1 260px}.template-label{color:var(--template-muted);font-size:11px;font-weight:700;line-height:1.2}.template-control,.template-button,.template-file-button{height:var(--template-control-height);min-height:var(--template-control-height);border-radius:8px;box-sizing:border-box;font:inherit;font-size:12px;line-height:1}.template-control{width:100%;border:1px solid var(--template-line);background:#fff;color:var(--template-text);padding:0 10px;outline:none;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.template-control:hover{border-color:#cbd5e1}.template-control:focus{border-color:#2563eb8f;box-shadow:0 0 0 3px #2563eb14}.template-control:disabled{cursor:not-allowed;opacity:.55;background:#f8fafc}.template-select{appearance:none;-webkit-appearance:none;padding-right:32px;background-image:linear-gradient(45deg,transparent 50%,#667085 50%),linear-gradient(135deg,#667085 50%,transparent 50%);background-position:calc(100% - 17px) 15px,calc(100% - 12px) 15px;background-size:5px 5px,5px 5px;background-repeat:no-repeat}.template-native-select{display:none}.template-select-menu{position:relative;width:100%;min-width:0}.template-select-button{appearance:none;-webkit-appearance:none;display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;height:var(--template-control-height);min-height:var(--template-control-height);border:1px solid var(--template-line);border-radius:8px;background:#fff;color:var(--template-text);padding:0 10px;font:inherit;font-size:12px;font-weight:600;line-height:1;cursor:pointer;box-shadow:none;text-shadow:none;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease}.template-select-button:after{content:"";width:7px;height:7px;border-right:1.5px solid var(--template-muted);border-bottom:1.5px solid var(--template-muted);transform:translateY(-2px) rotate(45deg);flex:0 0 auto}.template-select-button span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.template-select-menu.is-open .template-select-button,.template-select-button:hover,.template-select-button:focus-visible{outline:none;background:var(--template-surface-soft);border-color:#cbd5e1;box-shadow:0 3px 10px #0f172a0f}.template-select-button:disabled{cursor:not-allowed;opacity:.58;background:#f8fafc}.template-select-options{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:30;display:grid;gap:4px;max-height:216px;overflow:auto;border:1px solid var(--template-line);border-radius:8px;background:var(--template-surface);padding:6px;box-shadow:0 14px 34px #0f172a1f}.template-select-menu.is-up .template-select-options{top:auto;bottom:calc(100% + 6px)}.template-select-options[hidden]{display:none}.template-select-option{appearance:none;-webkit-appearance:none;display:flex;align-items:center;justify-content:flex-start;width:100%;min-height:32px;border:1px solid transparent;border-radius:7px;background:transparent;color:#344054;padding:0 8px;font:inherit;font-size:12px;font-weight:600;line-height:1.25;text-align:left;cursor:pointer}.template-select-option:hover,.template-select-option:focus-visible,.template-select-option[aria-current=true]{outline:none;border-color:var(--template-line-soft);background:var(--template-surface-soft);color:var(--template-text)}.template-select-option:disabled{cursor:not-allowed;opacity:.5}.template-button,.template-file-button{appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--template-line);background:#ffffffe0;color:#344054;padding:0 12px;font-weight:700;text-decoration:none;white-space:nowrap;cursor:pointer;box-shadow:none;text-shadow:none;transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}.template-button:hover,.template-button:focus-visible,.template-file-button:hover,.template-file-button:focus-within{outline:none;background:var(--template-surface-soft);border-color:#cbd5e1;color:#111827;box-shadow:0 3px 10px #0f172a0f}.template-button--primary{border-color:var(--template-brand);background:var(--template-brand);color:#fff}.template-button--primary:hover,.template-button--primary:focus-visible{border-color:var(--template-brand-strong);background:var(--template-brand-strong);color:#fff;box-shadow:0 4px 12px #2563eb29}.template-button--danger{border-color:#b4231833;background:#fff8f7;color:var(--template-danger)}.template-button--danger:hover,.template-button--danger:focus-visible{border-color:#b4231847;background:#fff1ef;color:#912018;box-shadow:none}.template-button--icon{width:var(--template-control-height);flex:0 0 var(--template-control-height);padding:0;font-size:16px;line-height:1}.template-file-button input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.template-file-name{min-width:0;color:var(--template-muted);font-size:12px;line-height:var(--template-control-height);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template-checkbox-line{display:inline-grid;grid-template-columns:18px auto;align-items:center;align-self:end;gap:8px;min-height:var(--template-control-height);color:#344054;font-size:12px;font-weight:600;cursor:pointer;-webkit-user-select:none;user-select:none}.template-checkbox-line input{position:absolute;opacity:0;pointer-events:none}.template-checkbox-box{width:16px;height:16px;border:1px solid var(--template-line);border-radius:5px;background:#fff;box-sizing:border-box;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease}.template-checkbox-line input:checked+.template-checkbox-box{border-color:var(--template-brand);background:var(--template-brand);box-shadow:inset 0 0 0 3px #fff}.template-checkbox-line:has(input:focus-visible) .template-checkbox-box{box-shadow:0 0 0 3px #2563eb14}.template-status{align-self:end;min-height:var(--template-control-height);display:flex;align-items:center;color:var(--template-muted);font-size:12px;line-height:1.35}.template-status--save{min-height:18px;margin-top:10px}.template-workspace{display:grid;grid-template-columns:minmax(360px,1fr) minmax(360px,1fr);gap:16px;margin-top:16px}.template-stack{display:grid;gap:16px;min-width:0}.template-required-fields,#popup-fields,.template-site-style-list,.template-offline-rule-list{display:grid;gap:8px}.template-site-style-empty{min-height:var(--template-control-height);display:grid;place-items:center;border:1px solid var(--template-line-soft);border-radius:8px;color:var(--template-muted);font-size:12px}.template-offline-rule-row{display:grid;grid-template-columns:82px minmax(130px,1fr) 86px minmax(96px,.8fr) var(--template-control-height);align-items:center;gap:8px}.template-offline-join,.template-offline-operator{text-align:center}.template-site-style-row{display:grid;grid-template-columns:minmax(98px,1fr) var(--template-control-height) var(--template-control-height);align-items:center;gap:8px}.template-color-input{appearance:none;-webkit-appearance:none;width:var(--template-control-height);height:var(--template-control-height);border:1px solid var(--template-line);border-radius:8px;background:#fff;padding:4px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.template-color-input:hover,.template-color-input:focus-visible{outline:none;border-color:#cbd5e1;box-shadow:0 3px 10px #0f172a0f}.template-required-row{display:grid;grid-template-columns:minmax(120px,.45fr) minmax(0,1fr);gap:8px;align-items:center}.template-required-row__label{color:#344054;font-size:12px;font-weight:700;line-height:1.3}.template-popup-item{display:grid;grid-template-columns:18px 18px minmax(0,1fr);align-items:center;gap:8px;min-height:34px;border:1px solid var(--template-line-soft);border-radius:8px;background:#fff;padding:0 10px;cursor:grab;transition:border-color .16s ease,background-color .16s ease,transform .16s ease}.template-popup-item:hover{border-color:#cbd5e1;background:var(--template-surface-soft)}.template-popup-item.is-dragging{border-color:transparent;background:transparent;box-shadow:none;cursor:grabbing;opacity:0;transform:none}.template-popup-drag-image{position:fixed;top:-1000px;left:-1000px;z-index:-1;pointer-events:none;border-color:#2563eb2e;background:#fffffff5;box-shadow:0 8px 18px #0f172a1f;cursor:grabbing}.template-popup-item.is-inserted,.template-popup-item.is-shifted{animation-duration:.52s;animation-timing-function:cubic-bezier(.16,1,.3,1);animation-fill-mode:both}.template-popup-item.is-inserted-down{animation-name:template-popup-insert-down}.template-popup-item.is-inserted-up{animation-name:template-popup-insert-up}.template-popup-item.is-shifted-up{animation-name:template-popup-shift-up}.template-popup-item.is-shifted-down{animation-name:template-popup-shift-down}@keyframes template-popup-insert-down{0%{border-color:#2563eb3d;background:#eef5ff;box-shadow:0 6px 14px #0f172a14;transform:translateY(-12px)}60%{border-color:var(--template-line-soft);background:#fff;box-shadow:none}to{transform:translateY(0)}}@keyframes template-popup-insert-up{0%{border-color:#2563eb3d;background:#eef5ff;box-shadow:0 6px 14px #0f172a14;transform:translateY(12px)}60%{border-color:var(--template-line-soft);background:#fff;box-shadow:none}to{transform:translateY(0)}}@keyframes template-popup-shift-up{0%{transform:translateY(42px)}to{transform:translateY(0)}}@keyframes template-popup-shift-down{0%{transform:translateY(-42px)}to{transform:translateY(0)}}.template-popup-item__handle{color:#98a2b3;font-size:13px;line-height:1}.template-popup-item input[type=checkbox]{appearance:none;-webkit-appearance:none;width:16px;height:16px;margin:0;border:1px solid var(--template-line);border-radius:5px;background:#fff;cursor:pointer}.template-popup-item input[type=checkbox]:checked{border-color:var(--template-brand);background:var(--template-brand);box-shadow:inset 0 0 0 3px #fff}.template-popup-item input[type=checkbox]:focus-visible{outline:none;box-shadow:0 0 0 3px #2563eb14}.template-popup-item__text{min-width:0;overflow:hidden;color:var(--template-text);font-size:12px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.template-preview{color:var(--template-text);font-size:12px}.template-empty{min-height:120px;display:grid;place-items:center;color:var(--template-muted);font-size:12px;text-align:center}.template-empty--error{color:var(--template-danger)}.template-preview-table{width:100%;border-collapse:collapse;font-size:12px}.template-preview-table td{border-bottom:1px solid var(--template-line-soft);padding:8px 6px;vertical-align:top}.template-preview-table td:first-child{width:42%;color:#344054;font-weight:800}.template-preview-table td:last-child{color:var(--template-text);overflow-wrap:anywhere}.template-preview-table tr:last-child td{border-bottom:0}.template-bottom-grid{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(360px,1.1fr);gap:16px;margin-top:16px}.template-save-row{display:flex;flex-wrap:wrap;align-items:end;gap:10px}.template-list{display:grid;gap:8px;font-size:12px}.template-list__empty{min-height:80px;display:grid;place-items:center;color:var(--template-muted)}.template-list-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-height:38px;border:1px solid var(--template-line-soft);border-radius:8px;background:#fff;padding:6px 8px}.template-list-name{appearance:none;-webkit-appearance:none;min-width:0;border:0;background:transparent;color:var(--template-text);padding:0;font:inherit;font-size:12px;font-weight:800;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.template-list-name:hover,.template-list-name:focus-visible{outline:none;color:var(--template-brand)}.gis-dialog[hidden]{display:none}.gis-dialog{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:24px}.gis-dialog--confirm{z-index:10020}.gis-dialog__backdrop{position:absolute;inset:0;background:#0f172a94}.gis-dialog__panel{position:relative;z-index:1;width:min(360px,calc(100vw - 36px));border:1px solid var(--template-line);border-radius:12px;background:#fff;padding:18px 18px 14px;box-shadow:0 18px 48px #0f172a38}.gis-dialog__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.gis-dialog__header h2{margin:0;color:var(--template-text);font-size:18px;line-height:1.2}.gis-dialog__copy{margin:10px 0 0;color:var(--template-muted);font-size:13px;line-height:1.55}.gis-dialog__actions{display:flex;justify-content:flex-end;gap:8px;margin-top:28px}.gis-button--primary{border-color:var(--template-brand);background:var(--template-brand);color:#fff}.gis-button--primary:hover,.gis-button--primary:focus-visible{border-color:var(--template-brand-strong);background:var(--template-brand-strong);color:#fff;box-shadow:0 4px 12px #2563eb29}.gis-button--danger{border-color:#b4231833;background:#fff8f7;color:var(--template-danger)}.gis-button--danger:hover,.gis-button--danger:focus-visible{border-color:#b4231847;background:#fff1ef;color:#912018;box-shadow:none}@media(max-width:960px){.template-toolbar,.template-workspace,.template-bottom-grid{grid-template-columns:1fr}.template-field--row{width:100%}}@media(max-width:640px){.template-header{padding:18px 16px 14px}.template-shell{padding:14px 16px 20px}.template-field--file,.template-required-row{grid-template-columns:1fr}.template-site-style-row{grid-template-columns:minmax(0,1fr) var(--template-control-height)}.template-offline-rule-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr) var(--template-control-height)}.template-offline-rule-row .template-control[data-field=column],.template-offline-rule-row .template-control[data-field=value]{grid-column:span 2}}
