.apercuEditor-barBtn-on{background:var(--ui-bg-card,var(--bg-tertiary));color:var(--text-primary,var(--ui-text-0))}.apercuEditor-menuWrap{display:inline-flex;position:relative}.apercuEditor-menu{z-index:12;background:var(--ui-bg-elev,var(--bg-secondary));border:1px solid var(--ui-line-strong,var(--border-color));border-radius:var(--radius-md,10px);flex-direction:column;min-width:160px;padding:4px;display:flex;position:absolute;top:calc(100% + 4px);left:0;box-shadow:0 12px 32px #00000059}.apercuEditor-menuItem{text-align:left;border-radius:var(--radius-sm,6px);color:var(--text-secondary,var(--ui-text-1));cursor:pointer;background:0 0;border:0;padding:7px 10px;font-size:12px}.apercuEditor-menuItem:hover{background:var(--ui-bg-card,var(--bg-tertiary));color:var(--text-primary,var(--ui-text-0))}.apercuEditor-menuItem[data-active=true]{color:var(--text-primary,var(--ui-text-0));font-weight:600}.apercuEditor-menuNote{color:var(--text-tertiary,var(--ui-text-2));border-top:1px solid var(--ui-line,var(--border-color));margin-top:2px;padding:7px 10px;font-size:11px}.apercuEditor-paletteRail{flex-direction:column;flex:1;min-height:0;display:flex}.apercuEditor-panelHead{border-bottom:1px solid var(--ui-line,var(--border-color));flex:none;justify-content:space-between;align-items:center;gap:8px;padding:6px 8px;display:flex}.apercuEditor-panelHeadTitle{color:var(--text-primary,var(--ui-text-0));font-size:12px;font-weight:600}.apercuEditor-paletteActions{border-bottom:1px solid var(--ui-line,var(--border-color));flex:none;gap:6px;padding:8px;display:flex}.apercuEditor-paletteAction{cursor:grab;flex:1}.apercuEditor-paletteAction:active{cursor:grabbing}.apercuEditor-canvas{justify-content:center;align-items:flex-start;display:flex;position:absolute;inset:0;overflow:auto}.apercuEditor-frame{width:var(--vp-w,100%);height:var(--vp-h,100%);transform-origin:top;background:var(--ui-bg-base,var(--bg-primary));flex:none;overflow:hidden}.apercuEditor-iframe{background:var(--ui-bg-base,var(--bg-primary));border:0;width:100%;height:100%;display:block}.apercuEditor-previewOverlay{z-index:16;text-align:center;background:var(--ui-bg-base,var(--bg-primary));color:var(--text-secondary,var(--ui-text-1));flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:24px;display:flex;position:absolute;inset:0}.apercuEditor-previewSlowHint{color:var(--text-tertiary,var(--ui-text-2));font-size:12px}.apercuEditor-progress{z-index:15;pointer-events:none;background:rgba(var(--brand-rgb,124, 58, 237), .15);height:2px;position:absolute;top:0;left:0;right:0;overflow:hidden}.apercuEditor-progress:before{content:"";background:var(--brand,var(--accent));width:35%;box-shadow:0 0 8px var(--brand,var(--accent));animation:1.1s ease-in-out infinite apercuEditor-progressSweep;position:absolute;top:0;bottom:0}@keyframes apercuEditor-progressSweep{0%{left:-35%}to{left:100%}}.apercuEditor-paletteRail[data-busy=true]{opacity:.5;pointer-events:none}.apercuEditor-overlay{z-index:10;pointer-events:none;position:absolute;inset:0}.apercuEditor-guideLine{background:var(--brand,var(--accent));height:3px;box-shadow:0 0 8px var(--brand,var(--accent));pointer-events:none;border-radius:3px;margin-top:-1.5px;position:absolute}.apercuEditor-guideBox{border:2px dashed var(--brand,var(--accent));background:rgba(var(--brand-rgb,124, 58, 237), .08);pointer-events:none;border-radius:4px;position:absolute}.apercuEditor-state{text-align:center;height:100%;color:var(--text-secondary,var(--ui-text-1));flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:24px;display:flex}.apercuEditor-sk{background:rgba(var(--text-primary-rgb), .07);border-radius:var(--radius-sm,6px);animation:1.4s ease-in-out .12s infinite sk-pulse;display:block}@media (prefers-reduced-motion:reduce){.apercuEditor-sk{animation:none}}.apercuEditor-sk-hist{width:62px;height:24px}.apercuEditor-sk-crumb{width:168px;height:14px}.apercuEditor-sk-save{width:64px;height:26px}.apercuEditor-sk-tab{flex:1;height:28px}.apercuEditor-sk-row{height:11px}.apercuEditor-sk-row:nth-child(3n){width:70%}.apercuEditor-sk-row:nth-child(3n+2){width:86%}.apercuEditor-sk-canvas{gap:var(--space-4,16px);padding:var(--space-6,24px);flex-direction:column;display:flex;overflow:hidden}.apercuEditor-sk-hero{border-radius:var(--radius-md,12px);height:42%;min-height:180px}.apercuEditor-sk-band{border-radius:var(--radius-md,12px);height:96px}.apercuEditor-identityDock{background:var(--ui-bg-elev,var(--bg-secondary));border-right:1px solid var(--ui-line-strong,var(--border-color));width:clamp(440px,40%,600px);position:absolute;inset:0 auto 0 48px;overflow:hidden;box-shadow:0 12px 32px #00000059}.apercuEditor-field{flex-direction:column;gap:4px;margin-bottom:10px;display:flex}.apercuEditor-fieldLabel{text-transform:uppercase;letter-spacing:.04em;color:var(--text-tertiary,var(--ui-text-2));font-size:11px}.apercuEditor-lockHint{color:var(--text-tertiary,var(--ui-text-2));margin-bottom:8px;font-size:11px;display:block}.apercuEditor-deepBanner{border:1px solid var(--ui-line,var(--border-color));border-left:2px solid var(--brand,var(--ui-text-0));border-radius:var(--radius-sm,6px);background:var(--ui-bg-elev,var(--ui-bg-1));align-items:center;gap:8px;margin:6px 0 0;padding:6px 8px;display:flex}.apercuEditor-deepBannerText{color:var(--text-secondary,var(--ui-text-1));flex:1;font-size:11px}.apercuEditor-tabState{min-height:60px;color:var(--text-secondary,var(--ui-text-1));justify-content:center;align-items:center;font-size:12px;display:flex}.apercuEditor-styleActions{justify-content:flex-end;align-items:center;gap:8px;min-height:24px;margin-bottom:8px;display:flex}.apercuEditor-reset.apercuEditor-reset{border-radius:var(--radius-sm,6px);border:1px solid var(--ui-line,var(--border-color));min-height:0;color:var(--text-secondary,var(--ui-text-1));cursor:pointer;background:0 0;padding:4px 10px;font-size:11px;line-height:1.2}.apercuEditor-reset.apercuEditor-reset:hover:not(:disabled){border-color:var(--brand);color:var(--brand);background:color-mix(in srgb, var(--brand) 12%, transparent)}.apercuEditor-reset.apercuEditor-reset:disabled{opacity:.4;cursor:not-allowed}.apercuEditor-codeLink{color:var(--text-secondary,var(--ui-text-1));border:1px solid var(--ui-line,var(--border-color));border-radius:var(--radius-sm,6px);align-items:center;gap:4px;padding:2px 6px;font-size:11px;text-decoration:none;transition:color .12s,border-color .12s;display:inline-flex}.apercuEditor-codeLink:hover{color:var(--text-primary,var(--ui-text-0));border-color:var(--brand,var(--ui-text-0))}.apercuEditor-text{background:var(--bg-tertiary,var(--ui-bg-1));border:1px solid var(--ui-line,var(--border-color));border-radius:var(--radius-sm,6px);width:100%;min-height:60px;color:var(--text-primary,var(--ui-text-0));resize:vertical;outline:0;padding:8px 10px;font-family:inherit;font-size:13px;line-height:1.45;transition:border-color .12s}.apercuEditor-text::placeholder{color:var(--text-tertiary,var(--ui-text-2))}.apercuEditor-text:focus{border-color:var(--brand,var(--ui-text-0))}.apercuEditor-advanced{border-top:1px solid var(--ui-line,var(--border-color));margin-top:12px;padding-top:10px}.apercuEditor-advancedSummary{cursor:pointer;font-size:11px;font-weight:var(--font-weight-semibold,600);letter-spacing:.04em;text-transform:uppercase;color:var(--text-tertiary,var(--ui-text-2));user-select:none;margin-bottom:8px;list-style:none}.apercuEditor-advancedSummary::-webkit-details-marker{display:none}.apercuEditor-advancedSummary:before{content:"▸ ";color:var(--text-tertiary,var(--ui-text-2))}.apercuEditor-advanced[open] .apercuEditor-advancedSummary:before{content:"▾ "}.apercuEditor-ctxBackdrop{z-index:18;position:absolute;inset:0}.apercuEditor-ctxMenu{z-index:19;background:var(--ui-bg-elev,var(--bg-secondary));border:1px solid var(--ui-line-strong,var(--border-color));border-radius:var(--radius-md,10px);flex-direction:column;min-width:220px;padding:4px;display:flex;position:absolute;box-shadow:0 12px 32px #00000059}.apercuEditor-ctxItem{text-align:left;border-radius:var(--radius-sm,6px);color:var(--text-secondary,var(--ui-text-1));cursor:pointer;background:0 0;border:0;padding:8px 10px;font-size:12px}.apercuEditor-ctxItem:hover{background:var(--ui-bg-card,var(--bg-tertiary));color:var(--text-primary,var(--ui-text-0))}.apercuEditor-ctxItem[data-danger=true]:hover{color:var(--intent-danger,var(--ui-danger))}.apercuEditor-ctxSep{background:var(--ui-line,var(--border-color));height:1px;margin:4px 6px}
