.cc-root{--cc-font-family:Arial,sans-serif;--cc-text-primary:#1a3987;--cc-text-secondary:#333;--cc-text-muted:#70809b;--cc-text-on-brand:#fff;--cc-border-primary:#1a3987;--cc-border-subtle:#ccd3df;--cc-surface-page:#eef2f7;--cc-surface-panel:rgba(255, 255, 255, .96);--cc-surface-card:#fff;--cc-surface-brand:#16294f;--cc-surface-muted:#e4e9f3;--cc-primary:#1a3987;--cc-primary-hover:#2b4a9d;--cc-shadow-soft:0 4px 12px rgba(13, 30, 63, .12);--cc-shadow-medium:0 10px 30px rgba(13, 30, 63, .14);--cc-radius-sm:6px;--cc-radius-md:12px;--cc-radius-lg:20px;--cc-space-xs:4px;--cc-space-sm:8px;--cc-space-md:12px;--cc-space-lg:16px;--cc-space-xl:24px;color:var(--cc-text-secondary);font-family:var(--cc-font-family)}.cc-root *,.cc-root :after,.cc-root :before{box-sizing:border-box}.cc-shell{width:100%;display:flex;flex-direction:column;gap:var(--cc-space-lg);padding:var(--cc-space-lg);background:linear-gradient(135deg,var(--cc-surface-page),#dce4f3);border-radius:var(--cc-radius-lg)}.cc-header,.cc-help,.cc-metadata-form,.cc-stage-shell,.cc-theme-panel,.cc-toolbar{background:var(--cc-surface-panel);box-shadow:var(--cc-shadow-soft)}.cc-header{display:flex;justify-content:space-between;align-items:center;gap:var(--cc-space-lg);padding:var(--cc-space-lg);border-radius:var(--cc-radius-lg)}.cc-brand{display:inline-flex;align-items:center;gap:var(--cc-space-md);color:var(--cc-text-primary);text-decoration:none}.cc-brand__logo{border-radius:999px}.cc-brand__title{font-size:2rem;font-weight:700}.cc-header__links{display:flex;flex-wrap:wrap;gap:var(--cc-space-md)}.cc-header__links a,.cc-help a{color:var(--cc-text-primary)}.cc-toolbar{display:flex;flex-wrap:wrap;align-items:flex-end;gap:var(--cc-space-md);padding:var(--cc-space-lg);border-radius:var(--cc-radius-lg)}.cc-toolbar__primary,.cc-toolbar__secondary,.cc-toolbar__selectors{display:flex;flex-wrap:wrap;gap:var(--cc-space-sm)}.cc-toolbar__selectors{flex:1 1 var(--cc-space-sm)}.cc-toolbar__secondary{margin-left:auto}.cc-field{display:flex;flex-direction:column;gap:var(--cc-space-xs);min-width:160px}.cc-field span{font-size:.85rem;color:var(--cc-text-muted)}.cc-field--inline{flex-direction:row;align-items:center;min-width:0}.cc-button,.cc-dialog-actions button,.cc-field input,.cc-field select{min-height:40px;border:1px solid var(--cc-border-subtle);border-radius:var(--cc-radius-sm);padding:0 var(--cc-space-md);background:var(--cc-surface-card);color:var(--cc-text-secondary);font:inherit}.cc-button,.cc-dialog-actions button{cursor:pointer}.cc-button--primary,.cc-dialog-actions button:first-child{border-color:var(--cc-border-primary);background:var(--cc-primary);color:var(--cc-text-on-brand)}.cc-button--primary:hover,.cc-dialog-actions button:first-child:hover{background:var(--cc-primary-hover)}.cc-workspace{display:flex;flex-direction:column;gap:var(--cc-space-md)}.cc-help{padding:var(--cc-space-lg);border-radius:var(--cc-radius-lg)}.cc-help[hidden],.cc-theme-panel[hidden]{display:none}.cc-stage-shell{display:flex;flex-direction:column;gap:var(--cc-space-md);padding:var(--cc-space-lg);border-radius:var(--cc-radius-lg)}.cc-stage-host{position:relative;overflow:auto;border-radius:var(--cc-radius-lg);width:100%}.cc-stage-frame{position:relative}.cc-stage-svg>.cc-empty-state,.cc-stage-svg>svg{display:block}.cc-stage-svg>svg{width:100%;height:100%}.cc-notes-layer{position:absolute;inset:0}.cc-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--cc-space-sm);min-height:320px;padding:var(--cc-space-xl);border:2px dashed var(--cc-border-subtle);border-radius:var(--cc-radius-lg);background:var(--cc-surface-card);color:var(--cc-text-muted);text-align:center}.cc-note{position:absolute;overflow:hidden;padding:var(--cc-space-sm);border:1px solid rgba(0,0,0,.1);box-shadow:0 6px 18px #0000001f;color:var(--cc-text-secondary);cursor:move;user-select:none;white-space:pre-wrap;font-size:.85rem}.cc-note.is-selected{outline:3px solid rgba(26,57,135,.35)}.cc-note-editor{width:100%;height:100%;resize:none;border:none;outline:0;background:0 0;color:inherit;font:inherit}.cc-theme-panel{display:flex;flex-direction:column;gap:var(--cc-space-sm);align-items:flex-start;padding:var(--cc-space-md);border-radius:var(--cc-radius-md)}.cc-swatches{display:flex;flex-wrap:wrap;gap:var(--cc-space-sm)}.cc-swatch{width:30px;height:30px;border:2px solid var(--cc-border-primary);border-radius:999px;cursor:pointer}.cc-swatch.is-selected{box-shadow:0 0 0 2px #1f8ef159}.cc-metadata-dialog{border:none;padding:0;background:0 0}.cc-metadata-dialog::backdrop{background:#0c142459}.cc-metadata-form{display:flex;flex-direction:column;gap:var(--cc-space-md);min-width:min(92vw,360px);padding:var(--cc-space-xl);border-radius:var(--cc-radius-lg)}.cc-dialog-actions{display:flex;justify-content:flex-end;gap:var(--cc-space-sm)}.cc-root[data-mode=embed] .cc-header{padding:var(--cc-space-md)}.cc-root[data-mode=embed] .cc-brand__title{font-size:1.4rem}.cc-root--compact .cc-shell,.cc-root[data-mode=embed] .cc-shell{gap:var(--cc-space-md);padding:var(--cc-space-md)}.cc-root--compact .cc-header,.cc-root--compact .cc-stage-shell,.cc-root--compact .cc-toolbar{padding:var(--cc-space-md)}@media(max-width:900px){.cc-shell{padding:var(--cc-space-md)}.cc-header,.cc-toolbar{flex-direction:column;align-items:stretch}.cc-header{padding:var(--cc-space-md)}.cc-header__links,.cc-toolbar__primary,.cc-toolbar__secondary,.cc-toolbar__selectors{width:100%}.cc-toolbar__secondary{margin-left:0;justify-content:stretch}.cc-toolbar__primary .cc-button,.cc-toolbar__secondary .cc-button{flex:1 1 160px}.cc-toolbar__secondary{margin-left:0}.cc-brand__title{font-size:1.5rem}.cc-stage-shell{padding:var(--cc-space-md)}.cc-toolbar__secondary [data-cc-control=help]{display:none}.cc-help{display:none!important}}@media(max-width:640px){.cc-shell,.cc-header,.cc-help,.cc-stage-shell,.cc-toolbar{padding:var(--cc-space-sm)}.cc-brand{flex-wrap:wrap}.cc-brand__title{font-size:1.2rem}.cc-header__links{flex-direction:column;gap:var(--cc-space-sm)}.cc-header__links{display:none}.cc-button,.cc-field,.cc-field input,.cc-field select{width:100%;min-width:0}.cc-toolbar__primary,.cc-toolbar__secondary,.cc-toolbar__selectors{flex-direction:column}.cc-toolbar__primary .cc-button,.cc-toolbar__secondary .cc-button{flex:1 1 auto}.cc-empty-state{min-height:180px;padding:var(--cc-space-md)}.cc-stage-host{overflow-x:auto;overflow-y:visible}}.canvas-creator-host:where(.astro-64htlr3i){font-family:Aptos,Segoe UI Variable Display,Inter,sans-serif;font-size:16px;line-height:1.2;color:inherit}.canvas-creator-host:where(.astro-64htlr3i) .cc-root{font:inherit;line-height:1.2}.canvas-creator-host:where(.astro-64htlr3i) .cc-root button,.canvas-creator-host:where(.astro-64htlr3i) .cc-root input,.canvas-creator-host:where(.astro-64htlr3i) .cc-root select,.canvas-creator-host:where(.astro-64htlr3i) .cc-root textarea{font:inherit;line-height:1.1}.canvas-creator-host:where(.astro-64htlr3i) .cc-toolbar{align-items:center}.canvas-creator-host:where(.astro-64htlr3i) .cc-button,.canvas-creator-host:where(.astro-64htlr3i) .cc-dialog-actions button,.canvas-creator-host:where(.astro-64htlr3i) .cc-field input,.canvas-creator-host:where(.astro-64htlr3i) .cc-field select{box-sizing:border-box;line-height:1.1}.canvas-creator-host:where(.astro-64htlr3i) .cc-note,.canvas-creator-host:where(.astro-64htlr3i) .cc-note-editor{line-height:1.15}.canvas-creator-host:where(.astro-64htlr3i) .cc-swatch{box-sizing:border-box;padding:0}
