.cm-deck{--cm-deck-mood:#6d4cac;--cm-deck-placeholder-bg:linear-gradient(145deg,#1c1c24,#111827);display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;align-items:start}.cm-deck-main{display:flex;flex-direction:column;gap:48px;min-width:0}.cm-deck-side{position:sticky;top:24px;align-self:start}.cm-deck-hero-topline{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 14px;position:relative;z-index:1}.cm-deck-export-error{position:relative;z-index:1;margin:10px 0 0;color:#b91c1c;font-size:12px}.cm-deck-export-controls{display:flex;flex-shrink:0}.cm-deck-export-button{position:relative;width:36px;min-width:36px;min-height:36px;padding:0;display:inline-flex;align-items:center;justify-content:center;color:var(--cm-text-strong)!important}.cm-deck-export-glyph{position:relative;display:block;width:18px;height:18px}.cm-deck-export-glyph:before{content:"";position:absolute;left:50%;top:2px;width:2px;height:10px;border-radius:999px;background:#20163a;transform:translateX(-50%)}.cm-deck-export-glyph:after{content:"";position:absolute;left:50%;top:7px;width:8px;height:8px;border-right:2px solid #20163a;border-bottom:2px solid #20163a;transform:translateX(-50%) rotate(45deg);transform-origin:center}.cm-deck-export-button:after{content:"";position:absolute;left:50%;bottom:8px;width:18px;height:5px;border:2px solid #20163a;border-top:0;border-radius:0 0 3px 3px;transform:translateX(-50%)}@media (max-width:1180px){.cm-deck{grid-template-columns:1fr}.cm-deck-side{position:static}}@media (max-width:720px){.cm-deck-hero-topline{align-items:flex-start;flex-direction:column}}.cm-deck--loading{display:block;min-height:280px}.cm-deck-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;min-height:280px;padding:48px 24px;text-align:center}.cm-deck-loading-label{font-size:16px;font-weight:600;color:var(--cm-text-strong);margin:0;letter-spacing:-.2px}.cm-deck-empty{padding:80px 24px;text-align:center;border:1px dashed var(--cm-border-subtle);border-radius:16px;background:transparent}.cm-deck-empty-title{font-size:18px;font-weight:600;color:var(--cm-text-strong);margin:0 0 8px}.cm-deck-empty-body{color:var(--cm-text-muted);font-size:14px;max-width:460px;margin:0 auto}.cm-deck-switcher{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.cm-deck-switcher-item{--cm-deck-switcher-mood:#6d4cac;text-align:left;padding:14px 16px;border-radius:14px;background:var(--cm-card-bg);border:1px solid var(--cm-border-subtle);border-left:4px solid var(--cm-deck-switcher-mood);color:var(--cm-text-strong);cursor:pointer;transition:transform .12s ease,border-color .12s ease,box-shadow .12s ease;display:flex;flex-direction:column;gap:4px;min-width:0}.cm-deck-switcher-item:hover:not(:disabled){transform:translateY(-1px);border-color:var(--cm-deck-switcher-mood);box-shadow:0 4px 18px rgba(0,0,0,.08)}.cm-deck-switcher-item--active{border-color:var(--cm-deck-switcher-mood);box-shadow:0 6px 22px rgba(0,0,0,.12);cursor:default}.cm-deck-switcher-eyebrow{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--cm-text-muted);font-weight:600}.cm-deck-switcher-name{font-size:14px;font-weight:600;color:var(--cm-text-strong);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cm-deck-switcher-status{align-self:flex-start;margin-top:4px;font-size:11px;color:var(--cm-text-muted)}.cm-deck-switcher-selected{align-self:flex-start;margin-top:4px;padding:3px 8px;border-radius:999px;background:color-mix(in srgb,var(--cm-deck-switcher-mood) 14%,transparent);color:var(--cm-deck-switcher-mood);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.cm-deck-hero{display:block;text-align:left;padding:clamp(32px,5vw,64px);border-radius:24px;background:var(--cm-card-bg);border:1px solid var(--cm-border-subtle);position:relative;overflow:hidden;container-type:inline-size;container-name:deck-intro}.cm-deck-hero:after{content:"";position:absolute;inset:auto 0 0 0;height:5px;background:var(--cm-deck-mood);opacity:.9}.cm-deck-hero-eyebrow{position:relative;z-index:1;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--cm-deck-mood);font-weight:700;margin:0}.cm-deck-hero-name{position:relative;z-index:1;font-family:var(--cm-deck-heading-font,var(--font-geist-sans),"Inter",system-ui,sans-serif);font-size:clamp(2rem,5.75cqw,3.5rem);line-height:1.04;font-weight:800;color:var(--cm-text-strong);letter-spacing:-.03em;margin:0;max-width:100%;text-wrap:balance}.cm-deck-hero-tagline{position:relative;z-index:1;margin:18px 0 0;max-width:720px;font-size:clamp(16px,2vw,22px);color:var(--cm-text-muted);font-style:italic;line-height:1.4}.cm-deck-hero-subheadline{position:relative;z-index:1;margin:14px 0 0;max-width:720px;font-size:clamp(15px,1.8vw,20px);color:var(--cm-text);line-height:1.45}.cm-deck-hero-actions{position:relative;z-index:1;margin-top:24px;display:flex;justify-content:flex-start}.cm-deck-selected-pill{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 16px;border-radius:999px;border:1px solid color-mix(in srgb,var(--cm-deck-mood) 28%,transparent);background:color-mix(in srgb,var(--cm-deck-mood) 10%,var(--cm-card-bg));color:var(--cm-deck-mood);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.cm-deck-narrative{display:flex;flex-direction:column;gap:18px;padding:0}.cm-deck-narrative-primary,.cm-deck-narrative-support{display:grid;gap:18px}.cm-deck-narrative-primary,.cm-deck-narrative-support{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:980px){.cm-deck-narrative-primary,.cm-deck-narrative-support{grid-template-columns:1fr}}.cm-deck-narrative-block{display:flex;flex-direction:column;gap:10px;padding:22px;border-radius:18px;border:1px solid var(--cm-border-subtle);background:var(--cm-card-bg)}.cm-deck-narrative-label{font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--cm-deck-mood);font-weight:700;margin:0}.cm-deck-narrative-value{font-size:15px;line-height:1.6;color:var(--cm-text-strong);margin:0}.cm-deck-narrative-primary .cm-deck-narrative-value,.cm-deck-narrative-support .cm-deck-narrative-value{font-size:18px;line-height:1.5}.cm-deck-hero-visual{display:flex;flex-direction:column;gap:12px}.cm-deck-hero-visual-frame{position:relative;aspect-ratio:2/1;border-radius:20px;overflow:hidden;display:flex;align-items:center;justify-content:center;color:rgba(255,255,255,.96);text-align:center;padding:40px;box-shadow:0 14px 40px rgba(0,0,0,.18);background-position:50%;background-size:cover;container-type:inline-size;container-name:deck-hero}.cm-deck-hero-visual-frame:before{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(90deg,rgba(0,0,0,.58),rgba(0,0,0,.32) 46%,transparent 72%),radial-gradient(ellipse at 30% 20%,rgba(255,255,255,.12),transparent 55%),radial-gradient(ellipse at 70% 80%,rgba(0,0,0,.35),transparent 60%)}.cm-deck-hero-visual-frame--image:before{background:linear-gradient(135deg,rgba(5,8,20,.88),rgba(5,8,20,.58) 38%,rgba(5,8,20,.16) 72%,rgba(5,8,20,.02))}.cm-deck-hero-visual-frame--image:after{content:"";position:absolute;left:0;bottom:0;z-index:0;width:80%;height:82%;pointer-events:none;background:radial-gradient(ellipse 92% 80% at 12% 86%,rgba(5,8,20,.66) 0,rgba(5,8,20,.28) 44%,transparent 78%);filter:blur(20px);opacity:.95}.cm-deck-hero-visual-frame--pending{background:var(--cm-deck-placeholder-bg)}.cm-deck-hero-visual-frame--editable{user-select:none}.cm-deck-hero-layer{position:absolute;z-index:2;outline:none;box-shadow:none;border:0;background:transparent;padding:0;margin:0;text-align:left}.cm-deck-hero-layer.is-editable{cursor:grab;touch-action:pan-y}.cm-deck-hero-layer.is-editable.is-active{cursor:grabbing;touch-action:none}.cm-deck-hero-layer-handle:focus,.cm-deck-hero-layer-handle:focus-visible,.cm-deck-hero-layer:focus,.cm-deck-hero-layer:focus-visible{outline:none;box-shadow:none}.cm-deck-hero-layer--logo{align-items:flex-start}.cm-deck-hero-layer--logo,.cm-deck-hero-logo-wrap{display:flex;justify-content:flex-start;min-width:0;min-height:0}.cm-deck-hero-logo-wrap{align-items:center;width:100%;height:100%}.cm-deck-hero-logo{display:block;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;object-position:left top;filter:drop-shadow(0 10px 24px rgba(0,0,0,.38));pointer-events:none}.cm-deck-hero-visual-copy{position:absolute;left:clamp(28px,4vw,54px);right:clamp(28px,4vw,54px);top:60%;transform:translateY(-60%);z-index:1;max-width:none;color:#ffffff;text-align:left}.cm-deck-hero-layer--headline,.cm-deck-hero-layer--subheadline{color:#ffffff}.cm-deck-hero-layer-handle{position:absolute;right:-5px;bottom:-5px;width:14px;height:14px;border-radius:999px;background:rgba(255,255,255,.92);border:1px solid rgba(0,0,0,.28);opacity:0;cursor:nwse-resize;touch-action:none;transition:opacity .15s ease;pointer-events:auto}.cm-deck-hero-layer.is-active .cm-deck-hero-layer-handle,.cm-deck-hero-visual-frame--editable:hover .cm-deck-hero-layer-handle{opacity:.82}.cm-deck-hero-layer.is-active .cm-deck-hero-layer-handle{opacity:1}.cm-deck-hero-visual-headline{margin:0;font-family:var(--cm-deck-heading-font,var(--font-geist-sans),"Inter",system-ui,sans-serif);line-height:1.02;font-weight:800;letter-spacing:-.03em;text-wrap:pretty;text-shadow:0 2px 24px rgba(0,0,0,.42),0 6px 32px rgba(0,0,0,.55);max-width:100%}.cm-deck-hero-visual-frame--editable .cm-deck-hero-visual-headline,.cm-deck-hero-visual-frame--editable .cm-deck-hero-visual-subline{pointer-events:auto;cursor:text;user-select:text;-webkit-user-select:text}.cm-deck-hero-copy-edit{display:block;width:100%;box-sizing:border-box;margin:0;padding:0;border:0;resize:none;overflow:hidden;background:transparent;color:inherit;font:inherit;letter-spacing:inherit;line-height:inherit;text-shadow:inherit;outline:none;field-sizing:content}.cm-deck-hero-layer.is-editable.is-active .cm-deck-hero-visual-headline,.cm-deck-hero-layer.is-editable.is-active .cm-deck-hero-visual-subline{pointer-events:none;cursor:grab}.cm-deck-hero-visual-headline--compact{font-size:clamp(2.5rem,10.5cqw,5.25rem)}.cm-deck-hero-visual-headline--standard{font-size:clamp(2.25rem,9.25cqw,4.75rem)}.cm-deck-hero-visual-headline--long{font-size:clamp(2rem,8cqw,4rem)}.cm-deck-hero-visual-subline{margin:clamp(14px,2cqw,22px) 0 0;max-width:min(72ch,100%);line-height:1.35;font-weight:500;color:rgba(255,255,255,.9);text-shadow:0 4px 22px rgba(0,0,0,.55);text-wrap:pretty}.cm-deck-hero-visual-status{position:relative;z-index:1;font-size:13px;color:rgba(255,255,255,.78)}.cm-deck-section-header{margin-bottom:18px}.cm-deck-section-title{font-size:24px;font-weight:700;color:var(--cm-text-strong);margin:0 0 6px;letter-spacing:-.01em}.cm-deck-section-sub{font-size:13px;color:var(--cm-text-muted);margin:0;line-height:1.5}.cm-deck-mockup-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.cm-deck-image-tile--mockup{aspect-ratio:16/9;border-radius:18px;box-shadow:0 12px 30px rgba(0,0,0,.16)}.cm-deck-principle{padding:clamp(28px,5vw,56px);border-radius:24px;border:1px solid var(--cm-border-subtle);background:linear-gradient(135deg,color-mix(in srgb,var(--cm-card-bg) 92%,#ffffff),var(--cm-card-bg));text-align:center}.cm-deck-principle-eyebrow{margin:0 0 14px;color:var(--cm-text-muted);font-size:10px;font-weight:800;letter-spacing:.2em;text-transform:uppercase}.cm-deck-principle-line{max-width:720px;margin:0 auto;color:var(--cm-deck-principle-color,var(--cm-deck-mood));font-family:var(--cm-deck-heading-font,var(--font-geist-sans),"Inter",system-ui,sans-serif);font-size:clamp(28px,5vw,54px);font-weight:750;letter-spacing:-.045em;line-height:.98}.cm-deck-principle-support{max-width:620px;margin:18px auto 0;color:var(--cm-text-muted);font-size:14px;line-height:1.65}.cm-deck-visual-world-layout{display:grid;grid-template-columns:minmax(0,1.27fr) minmax(220px,.65fr);gap:16px;align-items:start}.cm-deck-visual-world{display:flex;flex-direction:column;gap:18px}.cm-deck-visual-world-copy{margin:0}.cm-deck-visual-world-copy .cm-deck-narrative-value{font-size:18px;line-height:1.5}.cm-deck-visual-world-stack{display:grid;gap:14px;align-content:start}@media (max-width:720px){.cm-deck-mockup-grid,.cm-deck-visual-world-layout{grid-template-columns:1fr}.cm-deck-image-tile--visual-feature{aspect-ratio:16/10}}.cm-deck-image-tile{position:relative;aspect-ratio:16/10;border-radius:14px;overflow:hidden;border:2px solid transparent;box-shadow:0 4px 14px rgba(0,0,0,.1);background:var(--cm-deck-placeholder-bg)}.cm-deck-image-tile--visual-feature{aspect-ratio:1/1;border-radius:22px}.cm-deck-image-tile--texture-band{aspect-ratio:21/6;border-radius:18px;box-shadow:none}.cm-deck-image-tile--texture-chip{aspect-ratio:1.45/1;border-radius:14px;box-shadow:none}.cm-deck-image-tile--selectable{width:100%;padding:0;cursor:pointer;text-align:inherit;appearance:none}.cm-deck-image-tile--selectable:hover{border-color:color-mix(in srgb,var(--cm-deck-mood) 48%,transparent)}.cm-deck-image-tile--selected{border-color:var(--cm-deck-mood);box-shadow:0 0 0 3px color-mix(in srgb,var(--cm-deck-mood) 22%,transparent),0 8px 22px rgba(0,0,0,.16)}.cm-deck-image-tile img{width:100%;height:100%;display:block;object-fit:cover}.cm-deck-image-tile:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.48));pointer-events:none}.cm-deck-image-tile--pending{display:flex;flex-direction:column;justify-content:flex-end;gap:6px;padding:16px}.cm-deck-image-tile-label{position:absolute;bottom:10px;right:12px;font-size:11px;letter-spacing:.16em;color:rgba(255,255,255,.85);font-weight:600;text-transform:uppercase;z-index:1}.cm-deck-image-tile-status{position:relative;z-index:1;max-width:70%;color:rgba(255,255,255,.72);font-size:12px;line-height:1.4}.cm-deck-image-tile-selected-label{position:absolute;top:10px;left:10px;z-index:1;padding:4px 8px;border-radius:999px;background:color-mix(in srgb,var(--cm-deck-mood) 88%,#111827);color:#ffffff;font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.cm-deck-visual-description{margin-top:18px;padding:22px;border-radius:18px;border:1px solid var(--cm-border-subtle);background:var(--cm-card-bg)}.cm-deck-visual-description p:last-child{margin:8px 0 0;color:var(--cm-text-strong);font-size:15px;line-height:1.65}.cm-deck-brand-system-card{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:22px;margin-bottom:24px;padding:22px;border:1px solid var(--cm-border-subtle);border-radius:24px;background:linear-gradient(180deg,color-mix(in srgb,var(--cm-card-bg) 96%,#ffffff),var(--cm-card-bg))}.cm-deck-brand-system-panel,.cm-deck-textures{min-width:0}.cm-deck-palette{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:0}@media (max-width:980px){.cm-deck-brand-system-card{grid-template-columns:1fr}}@media (max-width:900px){.cm-deck-palette{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:560px){.cm-deck-palette{grid-template-columns:repeat(2,minmax(0,1fr))}}.cm-deck-palette--empty{padding:24px;border:1px dashed var(--cm-border-subtle);border-radius:12px;text-align:center;color:var(--cm-text-muted);font-size:13px}.cm-deck-palette-swatch{display:flex;flex-direction:column;gap:8px}.cm-deck-palette-swatch-color{width:100%;aspect-ratio:1/1;border-radius:12px;box-shadow:0 4px 14px rgba(0,0,0,.1)}.cm-deck-fonts-title{margin:4px 0 12px;font-size:16px;color:var(--cm-text-strong);font-weight:700}.cm-deck-palette-swatch-meta{display:flex;flex-direction:column;gap:2px}.cm-deck-palette-swatch-name{font-size:12px;font-weight:600;color:var(--cm-text-strong)}.cm-deck-palette-swatch-hex{font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--cm-text-muted)}.cm-deck-textures{margin:0}.cm-deck-section-header--compact{margin-bottom:12px}.cm-deck-texture-composition{display:flex;flex-direction:column;gap:12px}.cm-deck-texture-chip-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}@media (max-width:560px){.cm-deck-texture-chip-row{grid-template-columns:1fr}}.cm-deck-typography{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:14px}@media (max-width:640px){.cm-deck-typography{grid-template-columns:1fr}}.cm-deck-typography-block{padding:18px;border:1px solid var(--cm-border-subtle);border-radius:14px;background:var(--cm-card-bg)}.cm-deck-typography-label{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--cm-text-muted);font-weight:700;margin:0 0 10px}.cm-deck-typography-sample{margin:0;color:var(--cm-text-strong)}.cm-deck-typography-sample--heading{font-family:var(--cm-deck-heading-font,var(--font-geist-sans),"Inter",system-ui,sans-serif);font-size:28px;font-weight:700;letter-spacing:-.01em}.cm-deck-typography-sample--body{font-family:var(--cm-deck-body-font,var(--font-geist-sans),"Inter",system-ui,sans-serif);font-size:16px;line-height:1.5}.cm-deck-typography-mood{font-size:13px;color:var(--cm-text-muted);font-style:italic;margin:0}.cm-deck-expand{margin-top:12px}.cm-deck-expand-card{padding:24px;border-radius:18px;background:var(--cm-card-bg);border:1px solid var(--cm-border-subtle);display:flex;align-items:center;justify-content:space-between;gap:24px}@media (max-width:720px){.cm-deck-expand-card{flex-direction:column;align-items:stretch;text-align:center}}.cm-deck-expand-copy{min-width:0}.cm-deck-expand-eyebrow{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--cm-text-muted);font-weight:700;margin:0 0 4px}.cm-deck-expand-title{font-size:18px;font-weight:700;color:var(--cm-text-strong);margin:0 0 4px}.cm-deck-expand-sub{font-size:13px;color:var(--cm-text-muted);margin:0;line-height:1.5}.cm-deck-chat{background:var(--cm-card-bg);border:1px solid var(--cm-border-subtle);border-radius:18px;padding:18px;display:flex;flex-direction:column;gap:14px;max-height:calc(100vh - 96px)}.cm-deck-chat-header{display:flex;flex-direction:column;gap:4px}.cm-deck-chat-eyebrow{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--cm-purple-strong);font-weight:700;margin:0}.cm-deck-chat-title{font-size:16px;font-weight:700;color:var(--cm-text-strong);margin:0}.cm-deck-chat-sub{font-size:12px;color:var(--cm-text-muted);margin:0;line-height:1.45}.cm-deck-chat-quick{display:flex;flex-wrap:wrap;gap:6px}.cm-deck-chat-quick-btn{font-size:11px;padding:6px 10px;border-radius:999px;border:1px solid var(--cm-purple-outline);background:var(--cm-purple-glow);color:var(--cm-text-strong);cursor:pointer;transition:background .12s ease,border-color .12s ease}.cm-deck-chat-quick-btn:hover:not(:disabled){background:var(--cm-purple-strong);color:#fff}.cm-deck-chat-quick-btn:disabled{opacity:.55;cursor:not-allowed}.cm-deck-chat-transcript{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:10px;padding:4px;min-height:180px;max-height:360px}.cm-deck-chat-empty{margin:auto;color:var(--cm-text-muted);font-size:12px;text-align:center}.cm-deck-chat-message{padding:10px 12px;border-radius:12px;font-size:13px;line-height:1.45;white-space:pre-wrap}.cm-deck-chat-message--user{background:var(--cm-purple-strong);color:#fff;align-self:flex-end;max-width:90%}.cm-deck-chat-message--assistant{background:var(--cm-filter-bg)}.cm-deck-chat-message--assistant,.cm-deck-chat-message--error{color:var(--cm-text-strong);align-self:flex-start;max-width:95%}.cm-deck-chat-message--error{background:rgba(220,38,38,.08);border:1px solid rgba(220,38,38,.3)}.cm-deck-chat-message--typing{display:inline-flex;gap:4px;padding:12px}.cm-deck-chat-typing-dot{width:6px;height:6px;border-radius:50%;background:var(--cm-text-muted);animation:cm-deck-chat-bounce 1s ease-in-out infinite}.cm-deck-chat-typing-dot:nth-child(2){animation-delay:.15s}.cm-deck-chat-typing-dot:nth-child(3){animation-delay:.3s}@keyframes cm-deck-chat-bounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.cm-deck-chat-message-text{margin:0}.cm-deck-chat-message-rationale{margin:6px 0 0;font-size:11px;opacity:.75;font-style:italic}.cm-deck-chat-form{display:flex;flex-direction:column;gap:8px}.cm-deck-chat-input{width:100%;padding:10px 12px;border-radius:10px;border:1px solid var(--cm-input-border);background:var(--cm-input-bg);color:var(--cm-text-strong);font-size:13px;resize:vertical;min-height:64px;font-family:inherit}.cm-deck-chat-input:focus{outline:2px solid var(--cm-purple-outline);outline-offset:0}.cm-deck-chat-submit{align-self:flex-end;padding:8px 16px;font-size:13px}.cm-workspace-page .cm-canvas-area .cm-deck{--cm-deck-surface:var(--cm-editorial-canvas);--cm-card-bg:var(--cm-deck-surface);--cm-text-strong:#241a39;--cm-text-muted:#7d6f93;--cm-border-subtle:rgba(143,104,203,0.14);--cm-input-bg:var(--cm-editorial-card)}.cm-deck--presentation .cm-deck-brand-system-card .cm-deck-section-header--compact .cm-deck-section-sub{display:none}.cm-deck--presentation .cm-deck-mockups,.cm-deck--presentation .cm-deck-narrative,.cm-deck--presentation .cm-deck-principle{margin-top:24px}.cm-deck--presentation .cm-deck-textures--presentation-row .cm-deck-section-sub{display:block}.cm-deck--presentation .cm-deck-brand-system-card{grid-template-columns:minmax(0,1fr)}.cm-deck--presentation .cm-deck-textures .cm-deck-section-header--compact{margin-bottom:12px}.cm-deck-textures--presentation-row{margin-top:24px}.cm-deck-palette-board--presentation{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:clamp(24px,4vw,40px);align-items:stretch;margin-top:24px}.cm-deck-palette-board-col{min-width:0;display:flex;flex-direction:column}.cm-deck--presentation .cm-deck-palette-board--presentation .cm-deck-palette{grid-template-columns:repeat(3,minmax(0,1fr));flex:1 1 auto}.cm-deck--presentation .cm-deck-palette-board-col--gradients .cm-deck-gradient-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:minmax(200px,1fr);gap:12px;flex:1 1 auto;align-items:stretch;min-height:200px}.cm-deck--presentation .cm-deck-palette-board-col--gradients .cm-deck-gradient{aspect-ratio:3/5;min-height:200px;height:100%;width:100%}@media (max-width:760px){.cm-deck-palette-board--presentation{grid-template-columns:1fr}}.cm-deck-gradient-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.cm-deck-gradient{aspect-ratio:4/3;min-height:88px;border-radius:18px;border:1px solid rgba(17,24,39,.1);box-shadow:inset 0 0 0 1px rgba(255,255,255,.16)}@media (max-width:560px){.cm-deck-gradient-row{grid-template-columns:1fr}}.cm-deck-texture-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}@media (max-width:760px){.cm-deck-texture-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media print{.cm-deck{break-inside:auto;page-break-inside:auto}.cm-deck-main>.cm-deck-brand-system,.cm-deck-main>.cm-deck-hero,.cm-deck-main>.cm-deck-hero-visual,.cm-deck-main>.cm-deck-mockups,.cm-deck-main>.cm-deck-narrative,.cm-deck-main>.cm-deck-principle,.cm-deck-main>.cm-deck-visual-world{break-before:page;page-break-before:always;break-inside:avoid-page;page-break-inside:avoid;break-after:avoid-page;page-break-after:avoid;padding-top:.15in;padding-bottom:.15in}.cm-deck-main>.cm-deck-hero:first-of-type{break-before:avoid;page-break-before:avoid}.cm-deck-brand-system-card,.cm-deck-hero-visual-frame,.cm-deck-image-tile,.cm-deck-image-tile img,.cm-deck-mockup-grid,.cm-deck-visual-world-layout{break-inside:avoid-page;page-break-inside:avoid}.cm-deck-hero-visual-frame img,.cm-deck-image-tile img{max-height:4in;object-fit:cover}.cm-deck-hero-visual-frame{max-height:4.2in;overflow:hidden}.cm-deck-mockup-grid,.cm-deck-visual-world-layout{grid-template-columns:repeat(2,minmax(0,1fr))!important}.cm-deck-narrative-primary,.cm-deck-principle{break-inside:avoid-page;page-break-inside:avoid}}