.gk-sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.gk-editor{--gk-accent:#c84f40;--gk-line:var(--theme-elevation-150);--gk-muted:var(--theme-elevation-600);display:flex;flex-direction:column;height:calc(100dvh - var(--app-header-height, 56px));min-height:520px;color:var(--theme-text);overflow:hidden}.gk-editor button,.gk-editor input,.gk-editor select,.gk-editor textarea{font:inherit}.gk-editor a:focus-visible,.gk-editor button:focus-visible,.gk-editor input:focus-visible,.gk-editor select:focus-visible,.gk-editor textarea:focus-visible{outline:2px solid var(--gk-accent);outline-offset:3px}.gk-editor button{cursor:pointer}.gk-editor button:disabled{cursor:default;opacity:.4}.gk-editor h1,.gk-editor h2,.gk-editor h3,.gk-editor p{margin-top:0}.gk-editor h2{font-size:15px;font-weight:650;letter-spacing:-.2px;margin-bottom:12px}.gk-editor h3{font-size:14px}.gk-editor__bar{display:flex;align-items:center;gap:12px;padding:16px 22px;min-height:80px;border-bottom:1px solid var(--gk-line);background:var(--theme-bg);flex-wrap:wrap}.gk-editor__identity{margin-right:10px}.gk-editor__identity h1{margin:0;line-height:1;font-size:25px;letter-spacing:-1px}.gk-editor__identity h1 span{color:var(--gk-accent)}.gk-editor__eyebrow{display:block;color:var(--gk-muted);font-size:9px;font-weight:600;letter-spacing:1.5px;margin-bottom:7px}.gk-editor__page-picker select{max-width:220px;border:1px solid var(--gk-line);background:var(--theme-input-bg,var(--theme-bg));color:inherit;border-radius:5px;padding:9px 30px 9px 12px;font-size:13px}.gk-editor__spacer{flex:1 1}.gk-editor__save-state{font-size:11px;color:var(--gk-muted)}.gk-editor__body{display:grid;grid-template-columns:minmax(0,1fr) 380px;flex:1 1;min-height:0}.gk-editor__preview{min-width:0;min-height:0;display:flex;flex-direction:column;background:var(--theme-elevation-50)}.gk-editor__preview-bar{display:flex;gap:18px;align-items:center;min-height:58px;padding:10px 22px;border-bottom:1px solid var(--gk-line)}.gk-editor__preview-bar a{font-size:11px;white-space:nowrap;color:var(--gk-muted)}.gk-editor__devices{display:inline-flex;padding:3px;border:1px solid var(--gk-line);border-radius:6px;background:var(--theme-elevation-100)}.gk-editor__devices button{background:rgba(0,0,0,0);color:var(--gk-muted);border:0;padding:6px 12px;border-radius:3px;font-size:12px}.gk-editor__devices button[aria-pressed=true]{background:var(--theme-bg);color:var(--theme-text);box-shadow:0 1px 3px rgba(0,0,0,.0666666667)}.gk-editor__address{flex:1 1;color:var(--gk-muted);font-size:11px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.gk-editor__stage{flex:1 1;min-height:0;display:flex;justify-content:center;align-items:flex-start;padding:20px;overflow:hidden}.gk-editor__viewport{flex-shrink:0;background:#f8f5ee;outline:1px solid var(--gk-line);overflow:hidden;box-shadow:0 8px 28px rgba(0,0,0,.0392156863)}.gk-editor__viewport iframe{display:block;border:0;transform-origin:top left;max-width:none}.gk-editor__preview-hint{padding:8px 20px;font-size:10px;color:var(--gk-muted);text-align:center}.gk-editor__panel{border-left:1px solid var(--gk-line);overflow-y:auto;min-width:0;background:var(--theme-bg)}.gk-editor__tabs{position:-webkit-sticky;position:sticky;top:0;z-index:2;display:flex;background:var(--theme-bg);border-bottom:1px solid var(--gk-line);padding:0 16px}.gk-editor__tabs button{flex:1 1;border:0;border-bottom:2px solid rgba(0,0,0,0);background:none;color:var(--gk-muted);padding:20px 6px 17px;font-size:12px}.gk-editor__tabs button[aria-selected=true]{color:var(--theme-text);border-bottom-color:var(--gk-accent);font-weight:600}.gk-editor__controls{border:0;padding:0;margin:0;min-width:0}.gk-editor__section-heading{display:flex;justify-content:space-between;gap:10px;align-items:center;padding:20px 20px 12px}.gk-editor__section-heading h2{margin:0}.gk-editor__section-heading h2 span{margin-left:6px;color:var(--gk-muted);font-size:11px;font-weight:400}.gk-editor__blocks{margin:0 16px 14px;padding:0;list-style:none;border:1px solid var(--gk-line);border-radius:5px;overflow:hidden}.gk-editor__blocks li{display:flex;border-bottom:1px solid var(--gk-line)}.gk-editor__blocks li:last-child{border:0}.gk-editor__blocks li.is-selected{background:color-mix(in srgb,var(--gk-accent) 8%,var(--theme-bg));box-shadow:inset 2px 0 var(--gk-accent)}.gk-editor__block-select{display:flex;flex:1 1;min-width:0;gap:10px;align-items:center;padding:10px 12px;border:0;background:none;color:inherit;text-align:left;font-size:12px!important}.gk-editor__block-select small{margin-left:auto;color:var(--gk-muted);font-size:9px}.gk-editor__block-shape{color:var(--gk-accent);width:22px;text-align:center;font-size:20px;line-height:1}.gk-editor__block-actions{display:flex;align-items:center;padding-right:8px}.gk-editor__block-actions button{width:24px;height:28px;border:0;background:none;color:var(--gk-muted)}.gk-editor__block-actions button:hover:not(:disabled){color:var(--theme-text)}.gk-editor__selected-actions{display:flex;gap:4px}.gk-editor__selected-actions .gk-button{font-size:10px;padding:5px 6px}.gk-editor__block-fields{border-top:1px solid var(--gk-line)}.gk-editor__block-fields .gk-fields{padding:8px 20px 28px}.gk-editor__block-fields .gk-editor__info{padding:0 20px}.gk-editor__info{color:var(--gk-muted);font-size:12px;line-height:1.6;margin:0 0 20px;padding:0 20px}.gk-editor__info a{color:inherit}.gk-editor__settings{padding:22px 20px}.gk-editor__settings .gk-editor__info{padding:0}.gk-editor__library{padding:18px 20px 24px;border-top:1px solid var(--gk-line)}.gk-editor__library button{display:flex;align-items:center;width:100%;gap:14px;padding:13px 0;border:0;border-bottom:1px solid var(--gk-line);text-align:left;color:inherit;background:none}.gk-editor__library button>span:first-child{font-size:26px;color:var(--gk-accent);width:26px;text-align:center}.gk-editor__library button>span:nth-child(2){flex:1 1}.gk-editor__library button strong{display:block;font-size:12px;margin-bottom:3px}.gk-editor__library button small{font-size:10px;color:var(--gk-muted)}.gk-editor__library button:hover{color:var(--gk-accent)}.gk-editor__empty{padding:24px 20px 32px}.gk-editor__empty p{font-size:12px;color:var(--gk-muted)}.gk-editor__error,.gk-editor__notice,.gk-editor__pending{padding:10px 22px;font-size:12px;display:flex;align-items:center;gap:12px;flex-wrap:wrap;border-bottom:1px solid var(--gk-line)}.gk-editor__pending{background:color-mix(in srgb,#e1aa49 14%,var(--theme-bg))}.gk-editor__notice{background:color-mix(in srgb,#479372 10%,var(--theme-bg))}.gk-editor__error{color:var(--theme-error-600,#a02e29);background:color-mix(in srgb,#c84f40 8%,var(--theme-bg))}.gk-button{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--theme-elevation-200);border-radius:5px;background:var(--theme-bg);color:var(--theme-text);padding:8px 12px;font:inherit;font-size:12px;line-height:1.4;text-decoration:none;white-space:nowrap;cursor:pointer}.gk-button:hover:not(:disabled){background:var(--theme-elevation-100)}.gk-button--primary{border-color:var(--gk-accent);background:var(--gk-accent);color:#fff8f0}.gk-button--primary:hover:not(:disabled){background:#ad3f33}.gk-button--danger,.gk-button--quiet{border-color:rgba(0,0,0,0);background:none}.gk-button--danger{color:var(--theme-error-600,#b34034)}.gk-fields{display:flex;flex-direction:column;gap:18px}.gk-fields .gk-fields{padding:0}.gk-field{min-width:0;scroll-margin-top:80px}.gk-field__label{display:block;font-size:12px;font-weight:600;margin-bottom:7px}.gk-field__help{color:var(--gk-muted);font-size:10px;line-height:1.5;margin:6px 0 0}.gk-field__error{color:var(--theme-error-600,#a02e29);font-size:11px;margin-top:6px}.gk-field input:not([type=checkbox]),.gk-field select,.gk-field textarea{width:100%;max-width:100%;border:1px solid var(--gk-line);border-radius:4px;background:var(--theme-input-bg,var(--theme-bg));color:inherit;padding:9px 10px;font-size:12px;line-height:1.5}.gk-field textarea{resize:vertical;min-height:86px}.gk-field fieldset{min-width:0;margin:0;padding:12px;border:1px solid var(--gk-line);border-radius:4px}.gk-field legend{font-size:12px;font-weight:600;padding:0 5px}.gk-field input[type=checkbox]{accent-color:var(--gk-accent);margin-right:8px}.gk-array{display:flex;flex-direction:column;gap:10px}.gk-array__row{border:1px solid var(--gk-line);border-radius:4px;padding:10px}.gk-array__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;font-size:10px;color:var(--gk-muted)}.gk-array__actions{display:flex;gap:3px}.gk-array button{background:none;color:inherit;border:1px solid var(--gk-line);padding:5px 8px;border-radius:3px;font-size:10px}.gk-richtext{display:flex;flex-direction:column;gap:8px}.gk-richtext__run{padding:8px;border:1px solid var(--gk-line);border-radius:4px}.gk-richtext__toolbar{display:flex;gap:4px;margin-bottom:5px;flex-wrap:wrap}.gk-richtext button{border:1px solid var(--gk-line);border-radius:3px;padding:4px 7px;font-size:10px;background:none;color:inherit}.gk-richtext button[aria-pressed=true]{background:var(--theme-elevation-150)}.gk-media__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;margin-top:10px;max-height:240px;overflow:auto}.gk-media__item{padding:3px;min-width:0;text-align:left;font-size:9px;border:1px solid var(--gk-line);background:none;color:inherit}.gk-media img{max-width:100%;max-height:160px;object-fit:contain}.gk-media button{font-size:11px}.nav .gk-nav-editor{margin-bottom:calc(var(--base)*.75);font-weight:600}@media(max-width:1150px){.gk-editor__body{grid-template-columns:minmax(0,1fr) 340px}.gk-editor__save-state{display:none}.gk-editor__bar{gap:8px;padding:12px 16px}}@media(max-width:800px){.gk-editor{height:auto;min-height:calc(100dvh - 60px);overflow:visible}.gk-editor__body{display:flex;flex-direction:column}.gk-editor__preview{height:58dvh;min-height:350px;flex-shrink:0}.gk-editor__panel{overflow:visible;border-left:0;border-top:1px solid var(--gk-line)}.gk-editor__identity{display:none}.gk-editor__page-picker{flex:1 1}.gk-editor__page-picker select{width:100%;max-width:none}.gk-editor__spacer{display:none}.gk-editor__bar>.gk-button{font-size:11px;padding:8px}}@media(prefers-reduced-motion:reduce){.gk-editor *,.gk-editor :after,.gk-editor :before{scroll-behavior:auto!important;transition:none!important}}.gk-editor__back-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px}.gk-editor__back-row span{color:var(--gk-muted);font-size:10px}.gk-editor__mode-note{padding:14px 20px;border-bottom:1px solid var(--gk-line);background:var(--theme-elevation-50);color:var(--gk-muted);font-size:12px;line-height:1.5}.gk-editor__preview-bar{flex-wrap:wrap;gap:10px}.gk-editor__modes{margin-left:auto}.gk-editor__address{flex:0 1 auto;max-width:160px}@media(max-width:1100px){.gk-editor__preview-bar{padding:10px 14px}.gk-editor__preview-bar .gk-editor__address{display:none}.gk-editor__devices button{padding:6px 9px}}