:root{color-scheme:light;--bg: #eef4f1;--surface: #fcfdfb;--surface-muted: #e2efe8;--line: #c9d8d1;--text: #112720;--muted: #5f746c;--primary: #0f766e;--primary-strong: #0b5e57;--success: #0f8a5f;--warning: #b7791f;--danger: #b42318;--shadow: 0 10px 24px rgba(13, 31, 27, .08);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}textarea,input,select{width:100%;border:1px solid var(--line);border-radius:10px;padding:.85rem .95rem;background:#fff;color:var(--text)}textarea{resize:vertical}.page{padding:1.5rem}.public-page{max-width:1200px;margin:0 auto}.topbar{max-width:1200px;margin:0 auto;padding:1.25rem 1.5rem 0;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:nowrap}.brand{font-weight:900;letter-spacing:-.03em;color:var(--primary-strong);font-size:1.05rem;flex:0 0 auto}.nav-links{display:flex;gap:.75rem;align-items:center;justify-content:flex-end;flex-wrap:wrap;margin-left:auto;flex:1 1 auto;min-width:0}.nav-links a{white-space:nowrap}.button{background:var(--primary);color:#fff;border:1px solid rgba(11,94,87,.2);border-radius:10px;padding:.85rem 1.1rem;cursor:pointer;box-shadow:var(--shadow)}.button.small{padding:.65rem .9rem}.button.secondary{background:#fcfdfbeb;color:var(--primary-strong);border:1px solid var(--line);box-shadow:none}.button:disabled{opacity:.6;cursor:not-allowed}.hero{display:grid;grid-template-columns:1.5fr 1fr;gap:1.5rem;padding:2rem 0 1rem}.hero h1,.section h1{font-size:clamp(2.2rem,5vw,4rem);line-height:1.02;letter-spacing:-.06em;margin:0 0 1rem}.hero p,.section-head p,.muted{color:var(--muted)}.hero-panel,.feature-card,.pricing-card,.auth-card,.panel,.list-card,.stat-card,.notice,.tool-result,.tool-controls{background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.hero-panel,.panel,.tool-result,.tool-controls{padding:1.2rem;min-width:0}.feature-grid,.pricing-grid,.faq-grid,.stat-grid,.list-grid{display:grid;gap:1rem}.feature-grid,.faq-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:stretch}.stat-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.list-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.feature-card,.pricing-card,.list-card,.stat-card{padding:1.1rem}.roadmap-grid{align-items:stretch}.flagship-card{border-color:#0f766e4d;background:#f6fbf9}.list-card{display:flex;flex-direction:column;gap:.4rem;min-width:0}.list-card strong,.list-card span{display:block;min-width:0;overflow-wrap:anywhere}.pricing-card{display:flex;flex-direction:column;gap:.85rem;height:100%}.pricing-card h3,.pricing-card p{margin:0}.pricing-card p{flex:1}.pricing-card .button{margin-top:auto}.pricing-tier-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.pricing-tier-card{display:flex;flex-direction:column;gap:1rem}.pricing-tier-card.featured{border-color:#0f766e59;background:#f6fbf9}.pricing-tier-card.selected{border-color:#0f766e8c;box-shadow:0 0 0 3px #0f766e1f,var(--shadow)}.pricing-tier-card h3,.pricing-tier-card p{margin:0}.pricing-tier-summary{color:var(--muted)}.pricing-option-list,.pricing-note-list{margin:0;padding:0;list-style:none}.pricing-option-list{display:flex;flex-direction:column;gap:.75rem}.pricing-option-row{padding:.8rem .95rem;border:1px solid var(--line);border-radius:14px;background:#fff}.pricing-option-row strong{display:block;font-size:1rem;letter-spacing:-.02em}.pricing-note-list{display:flex;flex-direction:column;gap:.45rem;color:var(--muted)}.pricing-action-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:auto}.pricing-action-row .button.small{flex:1 1 140px}.hero-copy{display:flex;flex-direction:column;gap:1rem}.preview-note{margin:0;max-width:42rem}.marketing-stat-grid,.marketing-step-grid,.preview-gallery{display:grid;gap:1rem}.marketing-stat-grid{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))}.marketing-step-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.preview-gallery{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:stretch}.marketing-stat{padding:1rem;background:#fcfdfbeb;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow)}.marketing-stat strong{display:block;margin-bottom:.35rem;font-size:1.1rem;letter-spacing:-.03em}.marketing-stat span{color:var(--muted);font-size:.94rem}.browser-frame{min-width:0;background:var(--surface);border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:var(--shadow)}.hero-browser{align-self:stretch}.browser-frame-header{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;padding:1rem 1rem .85rem;background:#fff;border-bottom:1px solid var(--line)}.browser-frame-header strong{display:block;font-size:1rem;letter-spacing:-.02em}.browser-frame-body{display:flex;flex-direction:column;gap:1rem;padding:1rem;background:linear-gradient(180deg,#fcfdfb,#f6fbf9)}.preview-metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.preview-metric{padding:.85rem;border:1px solid var(--line);border-radius:14px;background:#fff}.preview-metric span{display:block;color:var(--muted);font-size:.85rem}.preview-metric strong{display:block;margin-top:.25rem;font-size:1.2rem;letter-spacing:-.04em}.preview-list{display:flex;flex-direction:column;gap:.75rem}.preview-list-item{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.85rem .95rem;border:1px solid var(--line);border-radius:14px;background:#fff}.preview-list-item>div{min-width:0}.preview-copy strong{display:block}.preview-copy p{margin:.35rem 0 0;color:var(--muted)}.compare-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.compare-panel{display:flex;flex-direction:column;gap:.75rem;padding:1rem;border:1px solid var(--line);border-radius:16px;background:#fff}.inline-checklist{margin:0;padding-left:1.1rem;display:flex;flex-direction:column;gap:.55rem}.tool-card-cta{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-top:.9rem}.legal-stack{gap:1rem}.legal-card h2{margin-top:0}.legal-card p,.legal-card ul{margin:0}.legal-card ul{padding-left:1.1rem}.legal-card li+li{margin-top:.35rem}.section{padding:1rem 0}.section.narrow{max-width:960px;margin:0 auto}.section-head{display:flex;justify-content:space-between;gap:1rem;align-items:end;margin-bottom:1rem}.section.split,.split-panel{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.pill{display:inline-flex;align-items:center;gap:.35rem;width:fit-content;padding:.35rem .75rem;border-radius:999px;background:var(--surface-muted);color:var(--primary-strong);font-size:.9rem;font-weight:700}.pill.subdued{background:#edf4f0;color:var(--muted)}.stack-row{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.stack-row.compact{gap:.5rem}.stack-form,.content-stack,.detail-list,.issue-list{display:flex;flex-direction:column;gap:1rem}.detail-list>div{display:flex;justify-content:space-between;gap:1rem;padding:.65rem 0;border-bottom:1px solid var(--line)}.detail-list>div>span{min-width:0;text-align:right;overflow-wrap:anywhere}.detail-list>div:last-child{border-bottom:none}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.team-list{display:flex;flex-direction:column;gap:.75rem}.team-list-item{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:.9rem 1rem;border:1px solid var(--line);border-radius:16px;background:#fff}.team-list-item strong{display:block}.team-list-item p{margin:.35rem 0 0;color:var(--muted)}.field{display:flex;flex-direction:column;gap:.45rem}.field span{font-weight:700}.grow{flex:1}.notice{padding:.95rem 1rem}.notice.warn{border-color:#d9770659;background:#fff7ed}.notice.error{border-color:#dc262659;background:#fff1f2}.notice.compact{padding:.7rem .85rem}.auth-page,.loading-page{min-height:100vh;display:grid;place-items:center}.auth-card{width:min(480px,100%);padding:2rem}.auth-footer{margin-top:1rem;display:flex;justify-content:space-between;gap:1rem}.app-shell{min-height:100vh;display:grid;grid-template-columns:290px minmax(0,1fr);position:relative;align-items:start}.app-shell.nav-hidden{grid-template-columns:0 minmax(0,1fr)}.app-nav{padding:1.25rem;border-right:1px solid #0c2621;background:#173730;display:flex;flex-direction:column;gap:.8rem;position:sticky;top:0;height:100vh;min-width:0;z-index:40;transition:transform .18s ease,opacity .18s ease}.app-shell.nav-hidden .app-nav{transform:translate(-108%);opacity:0;pointer-events:none}.app-nav a{padding:.75rem .85rem;border-radius:10px;color:#d8e5df}.app-nav .brand{color:#f1f7f4}.app-nav a.active{background:#f4faf7;color:#173730;font-weight:700}.app-main{padding:1rem 1.5rem 1.5rem;min-width:0}.nav-spacer{flex:1}.app-main-shell{min-width:0;min-height:100vh;display:flex;flex-direction:column}.app-main-toolbar{padding:0;height:0;min-height:0;display:block;overflow:visible}.app-main-toolbar.compact{padding-bottom:0}.app-main-toolbar-copy{display:flex;flex-direction:column;gap:.2rem;min-width:0;flex:1;max-width:40rem}.app-main-toolbar-copy strong{font-size:.95rem}.app-nav-toggle{position:fixed;top:50vh;left:calc(290px - .9rem);transform:translateY(-50%);z-index:45;width:2rem;height:2rem;padding:0;border-radius:999px;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:900;opacity:.82;box-shadow:0 8px 20px #0d1f1b14;border-color:#1127201f;background:#fcfdfbf0;margin-left:0}.app-shell.nav-hidden .app-nav-toggle{left:.45rem}.app-nav-backdrop{display:none;border:none;background:#0f172a4d}.app-nav-meta{display:flex;flex-direction:column;gap:.35rem;color:#bdd0c7}.app-nav-meta strong,.app-nav-meta span{min-width:0;overflow-wrap:anywhere;word-break:break-word}.app-nav-meta strong{font-size:.94rem;line-height:1.4;letter-spacing:-.02em}.app-nav-powered{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:.85rem;border-radius:12px;background:#ffffff14;color:#d5e3dd;text-align:center}.app-nav-powered a{color:#7cd6bf}.app-nav button.secondary{background:#ffffff14;border-color:#ffffff1f;color:#eff7f3}.page-header{display:flex;justify-content:space-between;gap:1rem;align-items:start}.page-header h1,.workspace-topbar h2{margin:0}.stat-card strong{display:block;margin-top:.4rem;font-size:1.6rem}.stat-label{color:var(--muted);font-size:.9rem}.empty-state{padding:2rem;border:1px dashed var(--line);border-radius:16px;color:var(--muted);background:#fcfdfbb8;text-align:center}.empty-state.compact{padding:1rem}.workspace-shell{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem;align-items:start}.workspace-shell-focused{grid-template-columns:minmax(0,1fr)}.workspace-shell-studio-surface,.tool-workbench-studio-surface,.image-batch-tool-studio-surface{gap:0}.workspace-pane-card.popout-focused:has(.workspace-shell-studio-surface){padding:0}.image-batch-tool-studio-surface>.tool-controls{gap:0;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.modulon-popout-tool-focused .workspace-pane-head h2{font-size:1.15rem;margin:.35rem 0 .15rem}.modulon-popout-tool-focused .workspace-pane-head .muted{font-size:.88rem}.workspace-topbar-actions{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.45rem}.tool-workbench-title-focused{margin:.35rem 0 0;font-size:1.35rem;line-height:1.25;display:flex;align-items:baseline;flex-wrap:wrap;gap:.55rem}.tool-workbench-context{font-size:.85rem;font-weight:500;color:#64748b;letter-spacing:.01em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:60%}.tool-workbench-context:before{content:"\2014  ";margin-right:.15rem;color:#94a3b8}.workspace-pane-card.popout-focused{padding:.6rem .9rem 1rem;box-shadow:none;background:transparent;border:none}@media(max-width:640px){.workspace-pane-card.popout-focused{padding:.3rem .55rem .75rem}.tool-workbench-context{max-width:100%;font-size:.8rem}}.tool-surface-launch-menu{position:relative}.catalogrise-modulon-shell,.modulon-popout-shell{display:flex;flex-direction:column;gap:1rem;min-width:0}.modulon-popout-shell{min-height:100vh;padding:1rem}.workspace-modulon-topbar,.modulon-popout-header{display:flex;justify-content:space-between;gap:1rem;align-items:start}.workspace-modulon-topbar{padding:.95rem 1rem;border:1px solid var(--line);border-left:4px solid var(--primary);border-radius:16px;background:var(--surface);box-shadow:var(--shadow)}.workspace-modulon-topbar h2{margin:.55rem 0 .2rem}.workspace-modulon-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.65rem}.workspace-modulon-actions .button,.workspace-window-dock-global .button{padding:.65rem .9rem}.workspace-dock-reveal-wrap{position:sticky;top:1rem;z-index:14;display:flex;justify-content:flex-end}.workspace-floating-dock{position:sticky;top:1rem;z-index:14;padding:.65rem .85rem;border:1px solid rgba(17,39,32,.08);border-radius:16px;background:#fcfdfbe6;box-shadow:0 18px 40px #0d1f1b1f;backdrop-filter:blur(14px);display:flex;flex-direction:column;gap:.55rem}.workspace-floating-dock-utility,.workspace-floating-dock-controls,.workspace-floating-dock-actions,.workspace-floating-dock-list,.floating-dock-item,.floating-dock-item-actions,.floating-dock-item-cluster{display:flex;gap:.45rem;flex-wrap:wrap}.workspace-floating-dock-utility{display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-template-areas:"actions list controls";align-items:center;gap:.4rem;min-height:1.9rem}.workspace-floating-dock-controls{grid-area:controls;justify-content:flex-end;flex:0 0 auto;align-self:start}.workspace-floating-dock-actions{grid-area:actions;justify-content:flex-start;flex:0 0 auto;min-width:max-content;align-self:start}.workspace-floating-dock-actions-inner{display:flex;flex-wrap:nowrap;gap:.4rem;align-items:center;justify-content:flex-start}.workspace-floating-dock-list{grid-area:list;align-items:stretch;gap:0;justify-content:stretch;min-width:0;width:100%;max-width:100%;margin:0;overflow-x:auto;flex-wrap:nowrap}.floating-dock-item{align-items:stretch;gap:0;flex-wrap:nowrap}.floating-dock-item:not(.floating-dock-item-segmented){flex:0 0 auto}.floating-dock-item.floating-dock-item-segmented{flex:1 1 0;min-width:0}.floating-dock-item-cluster{align-items:stretch;gap:0;flex-wrap:nowrap;width:100%;min-width:0}.floating-dock-item.dock-reorder-source{opacity:.88}.floating-dock-item.dock-reorder-target{outline:2px dashed rgba(17,110,82,.45);outline-offset:2px;border-radius:12px}.floating-dock-item.hidden .dock-pill-main{opacity:.72}.dock-pill-button{padding:.24rem .46rem;min-height:1.7rem;border-radius:12px;box-shadow:none;font-size:.74rem;font-weight:800}.dock-icon-button{min-width:2.05rem;padding:.38rem;justify-content:center;font-weight:800}.dock-action-icon-button{width:2.15rem;min-width:2.15rem;padding:0;font-size:.96rem;font-weight:800;justify-content:center}.dock-pill-main{border:1px solid var(--line);background:#fff;color:var(--text);display:inline-flex;align-items:center;gap:.28rem;font-size:.74rem;font-weight:800;min-height:1.7rem}.dock-pill-main-attached{flex:1 1 auto;min-width:0;justify-content:center;overflow:hidden;border-top-right-radius:0;border-bottom-right-radius:0;padding-right:.42rem}.dock-pill-main-attached>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.floating-dock-item-segmented{margin-left:-1px}.floating-dock-item-segmented.first-segment{margin-left:0}.dock-pill-main-attached.first-segment{border-top-left-radius:12px;border-bottom-left-radius:12px}.dock-pill-main-attached:not(.first-segment){border-top-left-radius:0;border-bottom-left-radius:0}.dock-pill-main.dock-reorderable,.dock-reorderable-cluster{cursor:grab;touch-action:none;user-select:none;-webkit-user-select:none}.dock-pill-main.dock-reorderable:active,.dock-reorderable-cluster:active{cursor:grabbing}.dock-pill-main.detached{background:#edf8f3;border-color:#116e523d;color:var(--primary-strong)}.dock-pill-main.hidden{background:#f5f7f6;color:var(--muted)}.dock-pill-action{background:transparent;color:var(--muted);border:1px solid rgba(17,39,32,.1)}.dock-detached-action{min-width:1.56rem;min-height:1.7rem;padding:.2rem;justify-content:center;font-size:.78rem;font-weight:800}.dock-pill-state{width:.42rem;height:.42rem;border-radius:999px;background:#9ca3af}.dock-pill-state.detached{background:var(--primary)}.dock-pill-state.hidden{background:var(--warning)}.dock-visibility-toggle{display:inline-flex;align-items:center;justify-content:center;padding:.2rem;min-width:1.56rem;min-height:1.7rem}.dock-visibility-toggle-attached{min-width:1.5rem;border-radius:0;margin-left:-1px}.dock-visibility-toggle-attached.last-segment{border-top-right-radius:12px;border-bottom-right-radius:12px}.dock-visibility-toggle-box{width:.62rem;height:.62rem;border-radius:.16rem;border:1px solid rgba(17,39,32,.28);background:transparent}.dock-visibility-toggle.visible .dock-visibility-toggle-box{background:#116e52e6;border-color:#116e52e6}.dock-visibility-toggle.hidden .dock-visibility-toggle-box{background:transparent;border-color:#11272038}.workspace-pane-grid{display:grid;gap:1rem}.workspace-pane-grid.all{grid-template-columns:repeat(auto-fit,minmax(min(100%,330px),1fr))}.workspace-pane-card{background:var(--surface);border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow);padding:.95rem;display:flex;flex-direction:column;gap:.75rem;min-width:0}.workspace-pane-card.compact-head{padding-top:.7rem}.workspace-pane-card.popout{min-height:0}.workspace-pane-card.popout.solo{min-height:calc(100vh - 2rem)}.workspace-pane-card.pane-span-medium{grid-column:span 1}.workspace-pane-card.pane-span-wide{grid-column:span 2}.workspace-pane-head,.workspace-history-head{display:flex;flex-direction:column;gap:.35rem;align-items:start}.workspace-pane-head-main,.workspace-history-head>div:first-child{min-width:0;width:100%}.workspace-pane-head-row{display:flex;align-items:center;justify-content:space-between;gap:.55rem}.workspace-pane-head-actions{display:inline-flex;align-items:flex-end;justify-content:flex-end;gap:.45rem;flex:0 0 auto}.workspace-pane-head h2,.modulon-popout-header h1{margin:0;font-size:.98rem;line-height:1.2}.workspace-pane-head p,.modulon-popout-header p{margin:0;font-size:.82rem}.pane-action-button{padding:.45rem .72rem;font-size:.84rem}.pane-icon-action-button{min-width:2.05rem;min-height:2.05rem;padding:.26rem;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:.95rem;line-height:1;margin-bottom:.02em}.pane-launch-menu{position:relative}.pane-launch-menu-popover{position:absolute;right:0;top:calc(100% + .45rem);z-index:12;display:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;min-width:15rem;padding:.6rem;border-radius:14px;border:1px solid var(--line);background:#fffffff5;box-shadow:0 18px 40px #0f172a24;backdrop-filter:blur(14px)}.pane-launch-menu-popover.open{display:grid}.pane-launch-option{display:flex;flex-direction:column;gap:.1rem;align-items:flex-start;border:1px solid var(--line);background:#fff;border-radius:10px;padding:.55rem .65rem;color:var(--text);text-align:left;cursor:pointer}.pane-launch-option strong,.pane-launch-option span{line-height:1.15}.pane-launch-option span{color:var(--muted);font-size:.8rem}.pane-launch-option:hover{border-color:#4f46e559;background:#6366f10f}@media(max-width:720px){.workspace-pane-head-row{gap:.6rem}.workspace-pane-head h2{font-size:1.02rem}.workspace-pane-head p{font-size:.9rem}}.workspace-detached-placeholder{padding:1.25rem;border-radius:14px;border:1px dashed var(--line);background:#f8fafc}.workspace-history-item,.workspace-activity-item{display:flex;flex-direction:column;gap:.75rem;padding:1rem;border-radius:18px;border:1px solid var(--line);background:#fff}.workspace-activity-list,.workspace-open-list{display:flex;flex-direction:column;gap:.75rem}.workspace-activity-list{max-height:22rem;overflow-y:auto;padding-right:.2rem}.workspace-activity-item strong{color:var(--primary-strong)}.modulon-powered{display:inline-flex;align-items:center;gap:.5rem;flex-wrap:wrap;color:var(--muted)}.modulon-powered a{color:var(--primary-strong)}.modulon-powered.compact{font-size:.92rem}.preview-table.selectable tbody tr{cursor:pointer}.preview-table.selectable tbody tr.selected{background:#eef2ff}.chip-button{border:1px solid var(--line);border-radius:999px;background:#fff;color:var(--text);padding:.45rem .8rem;cursor:pointer}.chip-button.active{border-color:var(--primary);color:var(--primary-strong);background:#eef2ff}.tool-kind-chip{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;padding:0 .65rem;border-radius:999px;font-size:.82rem;font-weight:900;background:#edf4f0;color:var(--primary-strong)}.tool-kind-chip.flagship{background:#d9efe8}.tool-help-link{width:1.8rem;height:1.8rem;border-radius:999px;border:1px solid var(--line);background:#fff;color:var(--primary-strong);display:inline-flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:900;box-shadow:none}.workspace-message{max-width:22rem}.tool-surface-rail{border-radius:14px;border:1px solid rgba(91,33,182,.2);background:#f5f3fff0;padding:.5rem .6rem;box-shadow:0 10px 26px #312e8114}.tool-surface-rail-inner{display:flex;flex-wrap:wrap;align-items:stretch;gap:.45rem}.tool-surface-rail-head{display:inline-flex;align-items:center;gap:.4rem;flex:0 0 auto}.tool-surface-rail-collapse{display:inline-flex;align-items:center;gap:.32rem;border-radius:10px;border:1px solid rgba(91,33,182,.32);background:#fff;color:#4c1d95;font-size:.74rem;font-weight:800;padding:.38rem .6rem;cursor:pointer}.tool-surface-rail-collapse:hover{border-color:#5b21b68c;background:#faf8ff}.tool-surface-rail-collapse[aria-expanded=false]{background:#ede9fe}.tool-surface-rail-collapsed{padding:.4rem .5rem}.tool-surface-rail-full{flex:0 0 auto;border-radius:10px;border:1px solid rgba(91,33,182,.35);background:#ffffffeb;color:#4c1d95;font-size:.72rem;font-weight:800;padding:.38rem .55rem;cursor:pointer}.tool-surface-rail-full:hover{border-color:#5b21b68c;background:#fff}.tool-surface-rail-tools{display:flex;flex-wrap:wrap;gap:.45rem;flex:1 1 auto;min-width:0}.tool-surface-rail-item{display:inline-flex;align-items:center;gap:.18rem;flex:0 0 auto}.tool-surface-rail-chip{display:inline-flex;align-items:center;justify-content:center;border-radius:10px;border:1px solid rgba(91,33,182,.22);background:#ffffffe0;padding:.28rem .42rem;cursor:pointer;color:#312e81;transition:border-color .12s ease,background-color .12s ease,transform .12s ease}.tool-surface-rail-chip:hover{border-color:#5b21b673;background:#faf5ff}.tool-surface-rail-chip.selected{border-color:#4c1d958c;background:#ede9fe}.tool-surface-rail-badge{display:inline-flex;align-items:center;justify-content:center;min-width:1.9rem;padding:.12rem .32rem;border-radius:6px;font-size:.72rem;font-weight:900;letter-spacing:.02em;background:#e9d5ff;color:#5b21b6}.tool-surface-rail-badge.flagship{background:#ddd6fe}.tool-surface-rail-badge.catalog{background:#e9d5ff}.tool-surface-rail-badge.media{background:#dbeafe;color:#1e40af}.tool-surface-rail-badge.migration{background:#d8f5f0;color:#0f766e}.tool-surface-rail-badge.seo{background:#fce7f3;color:#9d174d}.tool-surface-rail-actions{display:inline-flex;gap:.12rem;flex-shrink:0}.tool-surface-rail-more{display:none}.tool-surface-rail-icon{width:2.15rem;height:2.15rem;border-radius:10px;border:1px solid rgba(91,33,182,.22);background:#ffffffeb;color:#5b21b6;font-size:.95rem;line-height:1;padding:.25rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:border-color .12s ease,background-color .12s ease,transform .12s ease}.tool-surface-rail-icon:hover{border-color:#5b21b673;background:#faf5ff}.tool-surface-rail-icon:active{transform:translateY(1px)}.tool-surface-rail-icon.accent{border-color:#7c3aed73;background:#f5f3ff}.tool-surface-rail-icon.return{border-color:#d9770680;background:#fef3c7;color:#92400e}.tool-surface-rail-icon.return:hover{border-color:#b45309b3;background:#fde68a}.tool-surface-rail-chip.detached{background:#ede9fe8c;border-color:#7c3aed2e;opacity:.78}.tool-surface-rail-chip.detached:hover{border-color:#7c3aed66;background:#ede9fecc}@media(max-width:640px){.tool-surface-rail{padding:.45rem}.tool-surface-rail-inner{align-items:stretch;row-gap:.4rem}.tool-surface-rail-head{width:100%;display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .4rem}.tool-surface-rail-collapse,.tool-surface-rail-full{flex:0 1 auto;min-width:0;padding:.34rem .5rem}.tool-surface-rail-tools{display:grid;grid-template-columns:repeat(auto-fit,minmax(4.85rem,1fr));gap:.35rem;width:100%}.tool-surface-rail-item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.18rem;min-width:0;border-radius:12px;padding:.18rem;background:#ffffff94;border:1px solid rgba(91,33,182,.12)}.tool-surface-rail-actions{display:none;grid-column:1 / -1;justify-content:center;flex-wrap:nowrap;padding-top:.12rem}.tool-surface-rail-item.actions-open{border-color:#5b21b657;background:#ede9feb8}.tool-surface-rail-item.actions-open .tool-surface-rail-actions{display:inline-flex}.tool-surface-rail-more{width:1.55rem;height:1.55rem;border-radius:8px;border:1px solid rgba(91,33,182,.18);background:#ffffffe6;color:#5b21b6;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;line-height:1;padding:0}.tool-surface-rail-chip{min-width:0;width:100%;padding:.3rem .25rem;border-radius:9px}.tool-surface-rail-icon{width:1.8rem;height:1.8rem;flex-shrink:0;border-radius:9px}.tool-surface-rail-badge{min-width:1.68rem;padding:.1rem .22rem;font-size:.68rem}}.pane-launch-actions,.tool-surface-launch-actions{display:inline-flex;align-items:center;gap:.35rem}.tool-workbench-empty{display:flex;flex-direction:column;gap:.35rem;padding:1.25rem 1.5rem;border:1px dashed rgba(91,33,182,.25);border-radius:14px;background:#f5f3ff99;color:#312e81}.tool-workbench-empty strong{font-size:.98rem}.workspace-topbar.workspace-topbar-focused{padding:.25rem 0 .5rem}.workspace-topbar.workspace-topbar-focused .workspace-topbar-actions{margin-bottom:.15rem}.image-batch-roadmap-note{margin:0 0 .5rem;font-size:.88rem;line-height:1.45}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.image-batch-tool .image-batch-job-strip{margin-bottom:.65rem}.image-batch-mode-toggle{display:inline-flex;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#f8fafc}.image-batch-mode-toggle button{border:none;background:transparent;padding:.45rem .95rem;font-size:.88rem;font-weight:700;color:#475569;cursor:pointer}.image-batch-mode-toggle button.active{background:#ede9fe;color:#4c1d95}.image-batch-job-bar{display:flex;flex-direction:column;gap:.65rem;margin-bottom:1rem}.image-batch-local-note{margin:0}.image-batch-channel-chips{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem}.image-batch-channel-chip{border:1px solid rgba(91,33,182,.25);background:#fff;color:#5b21b6;border-radius:999px;padding:.3rem .6rem;font-size:.75rem;font-weight:700;cursor:pointer;transition:background .12s ease,border-color .12s ease}.image-batch-channel-chip:hover{background:#faf5ff;border-color:#5b21b680}.image-batch-channel-chip.selected{background:#ede9fe;border-color:#5b21b68c;color:#4c1d95}.image-batch-channel-custom{margin-left:.2rem}.image-batch-file-count{font-weight:600;color:#334155;font-size:.88rem;margin-right:.25rem}.image-batch-columns{display:grid;grid-template-columns:minmax(0,1fr);gap:1.1rem;align-items:start}.image-batch-studio-body{gap:1.25rem}.image-batch-studio-controls,.image-batch-studio-preview,.image-batch-side{min-width:0}.image-batch-preview-sticky{position:static}.image-batch-branding-summary{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.65rem;border:1px solid var(--line);border-radius:14px;padding:.7rem .9rem;background:#fafbfc;margin-bottom:.75rem}.image-batch-branding-line{margin:.25rem 0 0}.image-batch-branding-actions{display:flex;flex-wrap:wrap;gap:.35rem}.image-batch-disclosure{border:1px solid var(--line);border-radius:14px;padding:0;background:#fafbfc;margin-bottom:.6rem}.image-batch-disclosure[open]{background:#fff}.image-batch-disclosure-summary{cursor:pointer;font-size:.92rem;font-weight:800;color:#312e81;padding:.65rem .9rem;list-style:none}.image-batch-disclosure-summary::-webkit-details-marker{display:none}.image-batch-disclosure-summary:after{content:" \25be";font-size:.7rem;color:#64748b;margin-left:.35rem}.image-batch-disclosure[open] .image-batch-disclosure-summary:after{content:" \25b4"}.image-batch-disclosure-body{padding:0 .9rem .85rem;border-top:1px solid rgba(148,163,184,.2)}.image-batch-disclosure-summary{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.35rem .75rem}.image-batch-disclosure-summary-meta{color:#64748b;font-size:.74rem;font-weight:700;text-transform:none;letter-spacing:0}.video-studio-shell{border:1px solid rgba(15,23,42,.12);border-radius:20px;padding:.75rem;max-width:100%;overflow:hidden;background:radial-gradient(circle at 50% 0%,rgba(124,58,237,.18),transparent 36%),linear-gradient(180deg,#111827,#0f172a 54%,#111827);color:#e5e7eb;display:flex;flex-direction:column;gap:.75rem;box-shadow:0 24px 70px #0f172a2e}.video-studio-shell *{box-sizing:border-box}.studio-surface-focused{min-height:100vh;border-radius:0;border:0;box-shadow:none}.image-batch-tool-studio-surface-focused{background:#0f172a}.image-batch-tool-studio-surface-focused .tool-controls{background:transparent;border:0;box-shadow:none;padding:0}.studio-surface-focused .video-studio-topbar{display:none}.studio-surface-focused .video-studio-grid{display:block}.studio-surface-focused .video-studio-left,.studio-surface-focused .video-studio-player-shell,.studio-surface-focused .video-studio-inspector,.studio-surface-focused .video-studio-timeline{display:none;min-height:calc(100vh - 1.5rem)}.studio-surface-focused.studio-focus-inspector .video-studio-inspector,.studio-surface-focused.studio-focus-player .video-studio-player-shell,.studio-surface-focused.studio-focus-canvas .video-studio-player-shell{display:flex}.studio-surface-focused.studio-focus-panel .video-studio-left{display:grid;grid-template-columns:1fr}.studio-surface-focused.studio-focus-timeline .video-studio-timeline,.studio-surface-focused.studio-focus-filmstrip .video-studio-timeline,.studio-surface-focused.studio-focus-export .video-studio-timeline{display:block}.studio-surface-focused.studio-focus-panel .video-studio-rail{display:none}.studio-surface-focused .video-studio-panel,.studio-surface-focused .video-studio-inspector,.studio-surface-focused .video-studio-timeline{max-height:none;overflow:auto}.studio-surface-focused .video-studio-player-well{min-height:calc(100vh - 7rem)}.video-studio-topbar{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:.75rem;padding:.45rem .55rem;border:1px solid rgba(255,255,255,.09);border-radius:16px;background:#0f172ab8;backdrop-filter:blur(16px)}.video-studio-topbar-left,.video-studio-topbar-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;min-width:0}.video-studio-topbar-actions{justify-content:flex-end}.video-studio-primary-action,.video-studio-export-button,.video-studio-danger-button,.video-studio-ghost-button{border:1px solid rgba(255,255,255,.16);border-radius:999px;min-height:2rem;padding:.32rem .75rem;color:#f8fafc;background:#ffffff14;font-size:.82rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;cursor:pointer}.video-studio-primary-action,.video-studio-export-button{background:linear-gradient(135deg,#7c3aed,#4f46e5);border-color:#ffffff3d}.video-studio-danger-button{background:#dc26263d;border-color:#f871716b}.video-studio-primary-action:disabled,.video-studio-export-button:disabled,.video-studio-danger-button:disabled,.video-studio-ghost-button:disabled{opacity:.5;cursor:not-allowed}.video-studio-sync{display:inline-flex;align-items:center;gap:.35rem;color:#cbd5e1;font-size:.78rem;cursor:pointer}.video-studio-sync input{accent-color:#8b5cf6}.video-studio-project-pill{justify-self:center;display:flex;flex-direction:column;align-items:center;gap:.05rem;border-radius:999px;padding:.35rem .9rem;background:#ffffff14;color:#f8fafc;text-align:center;min-width:11rem;max-width:100%}.video-studio-project-pill span{color:#cbd5e1;font-size:.7rem;font-weight:700}.video-studio-grid{display:grid;grid-template-columns:minmax(14rem,18rem) minmax(20rem,1fr) minmax(16rem,21rem);grid-template-rows:minmax(28rem,auto) auto;grid-template-areas:"left player inspector" "timeline timeline timeline";gap:.75rem;min-width:0;width:100%;overflow-x:auto;overscroll-behavior-inline:contain}.video-studio-left,.video-studio-player-shell,.video-studio-inspector,.video-studio-timeline{border:1px solid rgba(255,255,255,.09);border-radius:18px;background:#0f172ad1;min-width:0}.video-studio-left{grid-area:left;display:grid;grid-template-columns:4.35rem minmax(0,1fr);overflow:auto}.video-studio-rail{display:flex;flex-direction:column;gap:.35rem;padding:.6rem .45rem;border-right:1px solid rgba(255,255,255,.08);background:#0206176b}.video-studio-rail button{border:1px solid transparent;border-radius:14px;padding:.45rem .2rem;background:transparent;color:#cbd5e1;display:grid;place-items:center;gap:.12rem;cursor:pointer}.video-studio-rail button span{font-size:1.05rem;line-height:1}.video-studio-rail button small{font-size:.62rem;font-weight:800}.video-studio-rail button.active,.video-studio-rail button:hover{border-color:#a78bfa6b;background:#7c3aed3d;color:#fff}.video-studio-panel,.video-studio-inspector{padding:.7rem;overflow:auto}.video-studio-panel-head,.video-studio-player-head,.video-studio-timeline-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.6rem;color:#f8fafc}.video-studio-icon-button{width:1.8rem;height:1.8rem;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#ffffff14;color:#e5e7eb;display:inline-grid;place-items:center;cursor:pointer}.video-studio-player-shell{grid-area:player;display:flex;flex-direction:column;padding:.75rem}.video-studio-player-well{position:relative;flex:1;min-height:24rem;border-radius:18px;display:grid;place-items:center;padding:clamp(.8rem,2vw,2rem);background:radial-gradient(circle at 50% 40%,rgba(79,70,229,.22),transparent 42%),linear-gradient(135deg,#020617,#111827);box-shadow:inset 0 0 0 1px #ffffff12;overflow:hidden;contain:layout paint}.video-studio-player-well .branding-overlay-stage{max-height:66vh;box-shadow:0 28px 90px #0000005c;border-color:#ffffff2e}.video-studio-floating-tools{position:absolute;z-index:4;top:.75rem;left:50%;transform:translate(-50%);display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem;width:min(92%,36rem);pointer-events:none}.video-studio-floating-tools button{pointer-events:auto;border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:.28rem .6rem;background:#0f172ab8;color:#e5e7eb;font-size:.72rem;font-weight:800;cursor:pointer}.video-studio-player-empty{position:absolute;left:50%;bottom:1rem;transform:translate(-50%);width:min(88%,24rem);border:1px solid rgba(255,255,255,.16);border-radius:14px;padding:.7rem .85rem;background:#0f172abd;color:#fff;display:flex;flex-direction:column;gap:.18rem;text-align:center}.video-studio-player-empty span{color:#cbd5e1;font-size:.78rem}.video-studio-playbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.45rem;padding-top:.65rem;color:#cbd5e1;font-size:.78rem}.video-studio-play-button{width:2.25rem;height:2.25rem;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:#f8fafc;color:#111827;cursor:pointer}.video-studio-player-chip{border-radius:999px;padding:.18rem .5rem;background:#ffffff14;color:#e5e7eb;font-weight:800}.video-studio-inspector{grid-area:inspector;display:flex;flex-direction:column}.video-studio-tabs{display:grid;grid-template-columns:repeat(auto-fit,minmax(4.2rem,1fr));gap:.25rem;margin-bottom:.65rem;padding:.18rem;border-radius:999px;background:#ffffff0f}.video-studio-tabs button{border:0;border-radius:999px;padding:.35rem .25rem;background:transparent;color:#cbd5e1;font-size:.68rem;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.22rem}.video-studio-tabs button.active{background:#f8fafc;color:#312e81}.video-studio-inspector-body{overflow:auto;padding-right:.15rem}.video-studio-control-grid{display:grid;gap:.55rem}.video-studio-control-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.video-studio-control-grid label{display:flex;flex-direction:column;gap:.25rem;min-width:0;color:#cbd5e1;font-size:.72rem;font-weight:800}.video-studio-info-card{display:flex;flex-direction:column;gap:.18rem;border:1px solid rgba(255,255,255,.1);border-radius:13px;padding:.7rem .75rem;background:#ffffff0d;color:#f8fafc}.video-studio-info-card span{color:#cbd5e1;font-size:.74rem;line-height:1.35}.video-studio-panel-actions{display:flex;flex-wrap:wrap;gap:.4rem}.video-studio-panel-actions button{border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:.34rem .65rem;background:#ffffff14;color:#f8fafc;font-size:.72rem;font-weight:800;cursor:pointer}.video-studio-panel-actions button:disabled{opacity:.5;cursor:not-allowed}.video-studio-trim-preview{display:grid;grid-template-columns:.75rem minmax(0,1fr) .75rem;align-items:stretch;min-height:2.4rem;overflow:hidden;border:1px solid rgba(167,139,250,.34);border-radius:12px;background:#0206178c}.video-studio-trim-handle-ui{background:#ffffff38}.video-studio-trim-fill{background:linear-gradient(90deg,rgba(255,255,255,.12) 1px,transparent 1px) 0 0 / 1.4rem 100%,linear-gradient(135deg,#4f46e594,#7c3aed52)}.video-studio-control-grid input,.video-studio-control-grid select,.video-studio-control-grid input[type=color],.video-studio-inspector .video-clip-transform-body input,.video-studio-inspector .video-clip-transform-body select{min-width:0;border-color:#ffffff24;background-color:#0f172ab8;color:#f8fafc}.media-effects-panel{gap:.75rem}.media-effects-card{padding:.65rem}.media-layer-stack{display:grid;gap:.55rem}.media-layer-row{display:grid;grid-template-columns:auto minmax(4rem,1fr) minmax(5rem,.8fr) minmax(5rem,.8fr);align-items:center;gap:.4rem;border:1px solid rgba(255,255,255,.1);border-radius:13px;padding:.5rem;background:#ffffff0d;color:#f8fafc}.media-layer-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.media-layer-row button,.media-layer-row select{min-width:0;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#0f172ab8;color:#f8fafc;font-size:.72rem;font-weight:800}.media-layer-row button{min-height:1.9rem;padding:.25rem .55rem;cursor:pointer}.media-layer-row button:disabled{opacity:.45;cursor:not-allowed}.media-layer-actions{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:.35rem}.media-layer-edit{grid-column:1 / -1;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.4rem}.media-layer-edit input{min-width:0}.collage-studio-shell{background:radial-gradient(circle at 28% 0%,rgba(14,165,233,.2),transparent 34%),linear-gradient(180deg,#020617,#111827)}.collage-studio-grid{grid-template-rows:minmax(32rem,auto) auto}.collage-drop-zone{border:1px dashed rgba(125,211,252,.5);border-radius:14px;padding:1rem;background:#0ea5e914;color:#dbeafe;font-size:.82rem;font-weight:800;text-align:center}.collage-canvas-shell{min-height:34rem}.collage-canvas-viewport{position:relative;flex:1;min-height:30rem;overflow:auto;border-radius:18px;background:linear-gradient(45deg,rgba(255,255,255,.035) 25%,transparent 25%),linear-gradient(-45deg,rgba(255,255,255,.035) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(255,255,255,.035) 75%),linear-gradient(-45deg,transparent 75%,rgba(255,255,255,.035) 75%),#020617;background-position:0 0,0 .7rem,.7rem -.7rem,-.7rem 0;background-size:1.4rem 1.4rem;box-shadow:inset 0 0 0 1px #ffffff14}.collage-canvas-stage{position:relative;margin:2rem;transform-origin:top left;box-shadow:0 32px 100px #0000006b,0 0 0 1px #ffffff29;overflow:hidden}.collage-media-layer{position:absolute;display:block;padding:0;border:2px solid transparent;background:transparent;cursor:grab;transform-origin:center;overflow:hidden}.collage-media-layer:active{cursor:grabbing}.collage-media-layer.selected{border-color:#38bdf8;box-shadow:0 0 0 2px #38bdf84d}.collage-media-layer img,.collage-media-layer video{width:100%;height:100%;display:block;object-fit:cover;pointer-events:none}.collage-media-layer video[controls]{pointer-events:auto}.collage-media-layer.shape-round{border-radius:16%}.collage-media-layer.shape-circle{border-radius:999px}.collage-media-layer.shape-star{clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 56%,79% 91%,50% 69%,21% 91%,32% 56%,2% 35%,39% 35%)}.collage-layer-list{display:grid;gap:.5rem;max-height:30rem;overflow:auto}.collage-layer-row{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.45rem;align-items:center;border:1px solid rgba(255,255,255,.1);border-radius:13px;padding:.5rem;background:#ffffff0d}.collage-layer-row.selected{border-color:#38bdf8a6;background:#0ea5e91f}.collage-layer-row>button,.collage-layer-name{border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#0f172ab8;color:#f8fafc;font-size:.72rem;font-weight:800;min-height:1.9rem;cursor:pointer}.collage-layer-name{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0;border-radius:12px;padding:.35rem .55rem;text-align:left}.collage-layer-name strong,.collage-layer-name span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.collage-layer-name span{color:#cbd5e1;font-size:.68rem}.collage-export-surface{grid-area:timeline}.collage-clean-frame{padding:0;background:#020617}.collage-clean-frame .video-studio-grid{display:block;overflow:auto}.collage-clean-frame .collage-canvas-shell{border:0;border-radius:0;min-height:100vh;background:#020617}.collage-clean-frame .video-studio-player-head{display:none}.collage-clean-frame .collage-canvas-viewport{min-height:100vh;border-radius:0}.video-studio-inspector .image-batch-disclosure{border-color:#ffffff1a;background:#ffffff0d}.video-studio-inspector .image-batch-disclosure[open]{background:#ffffff12}.video-studio-inspector .image-batch-disclosure-summary{color:#f8fafc}.video-studio-inspector .video-clip-transform-details .video-clip-transform-body{grid-template-columns:1fr}.video-studio-presets{margin-bottom:.65rem}.video-studio-media-list{display:flex;flex-direction:column;gap:.5rem;max-height:28rem;overflow:auto}.video-studio-media-item{display:grid;grid-template-columns:4.25rem minmax(0,1fr);gap:.55rem;align-items:center;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.4rem;background:#ffffff0d;color:#e5e7eb;text-align:left;cursor:pointer}.video-studio-media-item.selected{border-color:#a78bfaa6;background:#7c3aed38}.video-studio-media-item strong,.video-studio-media-item small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-studio-media-item small{color:#cbd5e1;font-size:.68rem}.video-studio-media-thumb,.video-studio-thumb-stage{width:4.25rem;aspect-ratio:16 / 10;border-radius:9px;overflow:hidden;background:#020617}.video-studio-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}.video-studio-action-grid button{min-height:3rem;border:1px solid rgba(255,255,255,.12);border-radius:13px;background:#ffffff12;color:#f8fafc;font-size:.76rem;font-weight:800;cursor:pointer}.video-studio-empty-panel,.video-studio-empty-track{border:1px dashed rgba(255,255,255,.16);border-radius:14px;padding:.85rem;color:#cbd5e1;background:#ffffff0a;display:flex;flex-direction:column;gap:.2rem;font-size:.82rem}.studio-detached-notice{min-height:10rem;border:1px dashed rgba(167,139,250,.4);border-radius:16px;padding:1rem;color:#e5e7eb;background:radial-gradient(circle at 50% 0%,rgba(124,58,237,.18),transparent 46%),#ffffff0a;display:flex;flex-direction:column;justify-content:center;gap:.45rem}.studio-detached-notice strong{color:#f8fafc}.studio-detached-notice span{color:#cbd5e1;font-size:.82rem}.video-studio-timeline{grid-area:timeline;padding:.7rem;overflow-x:auto}.video-studio-timeline-tools,.video-studio-timeline-zoom{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem;color:#cbd5e1;font-size:.76rem;font-weight:800}.video-studio-timeline-tools button{width:2rem;height:2rem;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#ffffff12;color:#f8fafc}.video-studio-ruler{display:flex;justify-content:space-between;min-width:28rem;padding:0 .25rem .35rem;color:#94a3b8;font-size:.68rem;font-weight:800}.video-studio-track{position:relative;display:flex;align-items:stretch;gap:.35rem;min-height:5.75rem;padding:1.05rem .45rem .55rem;border-radius:16px;background:linear-gradient(90deg,rgba(148,163,184,.16) 1px,transparent 1px) 0 0 / 4rem 100%,#0206178c}.video-studio-playhead{position:absolute;top:.4rem;bottom:.35rem;left:1rem;width:2px;background:#f97316;box-shadow:0 0 0 1px #f9731638;z-index:2}.video-studio-playhead:before{content:"";position:absolute;left:50%;top:-.35rem;transform:translate(-50%);border-left:.32rem solid transparent;border-right:.32rem solid transparent;border-top:.48rem solid #f97316}.video-studio-clip-block{position:relative;min-width:8.5rem;border:1px solid rgba(167,139,250,.34);border-radius:13px;padding:.65rem .65rem .55rem;background:linear-gradient(135deg,#4f46e58c,#7c3aed61);color:#fff;text-align:left;overflow:hidden;cursor:pointer}.video-studio-clip-block.selected{border-color:#fff;box-shadow:0 0 0 2px #ffffff2e}.video-studio-clip-block.status-done{background:linear-gradient(135deg,#16a34a9e,#4f46e55c)}.video-studio-clip-block.status-error{background:linear-gradient(135deg,#dc26269e,#4f46e55c)}.video-studio-clip-block strong,.video-studio-clip-block small{position:relative;z-index:1;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-studio-clip-block small{color:#ffffffc7;margin-top:.15rem}.video-studio-trim-handle{position:absolute;top:0;bottom:0;width:.45rem;background:#ffffff38}.video-studio-trim-handle.left{left:0}.video-studio-trim-handle.right{right:0}.video-studio-clip-progress{position:absolute;left:0;bottom:0;height:.28rem;background:#f8fafc;opacity:.84}.photo-studio-shell{background:radial-gradient(circle at 50% 0%,rgba(56,189,248,.13),transparent 34%),linear-gradient(180deg,#111827,#0b1120 58%,#111827)}.photo-studio-grid{grid-template-columns:minmax(14rem,18rem) minmax(22rem,1fr) minmax(17rem,22rem)}.photo-studio-canvas-well{background:radial-gradient(circle at 50% 40%,rgba(14,165,233,.16),transparent 42%),linear-gradient(45deg,rgba(148,163,184,.06) 25%,transparent 25%) 0 0 / 1.2rem 1.2rem,linear-gradient(-45deg,rgba(148,163,184,.06) 25%,transparent 25%) 0 0 / 1.2rem 1.2rem,#020617}.photo-studio-canvas-well .branding-overlay-stage{width:min(100%,58rem);max-height:68vh;border-color:#fff3;box-shadow:0 32px 100px #0006}.photo-studio-thumb img,.photo-studio-filmstrip-item img{width:100%;height:100%;object-fit:cover;display:block}.photo-studio-filmstrip{overflow:hidden}.photo-studio-filmstrip-track{display:flex;gap:.45rem;overflow-x:auto;padding-bottom:.15rem}.photo-studio-filmstrip-item{position:relative;flex:0 0 5.4rem;aspect-ratio:1 / 1;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:13px;background:#ffffff0f;padding:0;cursor:pointer}.photo-studio-filmstrip-item.selected{border-color:#fff;box-shadow:0 0 0 2px #0ea5e947}.photo-studio-filmstrip-item span{position:absolute;right:.35rem;bottom:.3rem;display:inline-grid;place-items:center;min-width:1.25rem;height:1.25rem;border-radius:999px;background:#020617c7;color:#f8fafc;font-size:.68rem;font-weight:900}.photo-studio-exact-render{margin-top:.65rem;color:#cbd5e1}.photo-studio-exact-render summary{cursor:pointer;font-size:.78rem;font-weight:800}.photo-studio-exact-render img{display:block;max-width:min(100%,18rem);max-height:12rem;margin-top:.45rem;border-radius:10px;border:1px solid rgba(255,255,255,.12);object-fit:contain}@media(max-width:1180px){.video-studio-grid{grid-template-columns:minmax(12rem,16rem) minmax(0,1fr);grid-template-areas:"left player" "inspector inspector" "timeline timeline"}.video-studio-inspector{max-height:none}}@media(max-width:820px){.video-studio-shell{padding:.5rem;border-radius:16px}.video-studio-topbar{grid-template-columns:1fr;justify-items:stretch}.video-studio-topbar-left,.video-studio-topbar-actions{justify-content:center}.video-studio-project-pill{justify-self:stretch}.video-studio-grid{grid-template-columns:1fr;grid-template-areas:"player" "left" "timeline" "inspector";overflow:hidden}.video-studio-player-well{min-height:18rem;padding:.85rem}.video-studio-left{grid-template-columns:1fr;width:100%;max-width:100%}.video-studio-rail{flex-direction:row;overflow-x:auto;border-right:0;border-bottom:1px solid rgba(255,255,255,.08)}.video-studio-rail button{min-width:4.35rem}.video-studio-panel{max-height:16rem;overflow:auto}.video-studio-player-shell,.video-studio-inspector,.video-studio-timeline{width:100%;max-width:100%}.video-studio-inspector{border-radius:18px 18px 10px 10px;box-shadow:0 -18px 60px #02061747}.video-studio-tabs{overflow-x:auto;grid-template-columns:repeat(7,minmax(4.25rem,1fr));border-radius:14px}.video-studio-timeline{padding:.55rem;overflow-x:auto}.video-studio-track{min-width:100%}}@media(max-width:560px){.video-studio-primary-action,.video-studio-export-button,.video-studio-danger-button,.video-studio-ghost-button{flex:1 1 auto;min-width:6.5rem}.video-studio-floating-tools{top:.45rem;width:96%}.video-studio-floating-tools button{padding:.24rem .45rem}.video-studio-player-well{min-height:14rem}.video-studio-project-pill{min-width:0}.video-studio-control-grid.compact,.video-studio-action-grid{grid-template-columns:1fr}.video-studio-media-item{grid-template-columns:3.5rem minmax(0,1fr)}.video-studio-media-thumb,.video-studio-thumb-stage{width:3.5rem}.media-layer-row{grid-template-columns:auto minmax(0,1fr)}.media-layer-row select,.media-layer-row input[type=range]{grid-column:1 / -1}}.video-clip-transform-details{margin:.65rem 0 0}.video-clip-transform-details .video-clip-transform-body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;padding:0 .9rem .85rem;border-top:1px solid rgba(148,163,184,.2)}.video-rotation-field{grid-column:1 / -1}.video-rotation-presets{display:flex;flex-wrap:wrap;gap:.35rem}.video-rotation-presets .button.selected{border-color:#4f46e58c;background:#ede9fe;color:#4c1d95}.video-rotation-number{max-width:7rem}@media(min-width:960px){.image-batch-columns{grid-template-columns:minmax(0,1fr) minmax(320px,38%)}.image-batch-preview-sticky{position:sticky;top:.5rem}}@media(max-width:959px){.image-batch-studio-preview{order:-1}}.image-batch-section{border:1px solid var(--line);border-radius:14px;padding:.85rem 1rem;background:#fafbfc}.image-batch-section-title{margin:0 0 .35rem;font-size:.95rem}.image-batch-section-head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.5rem .75rem;margin-bottom:.65rem}.image-batch-section-head .image-batch-section-title{margin-bottom:.15rem}.image-batch-section-head p{margin:0}.image-batch-pill{display:inline-flex;align-items:center;justify-content:center;min-height:1.55rem;border-radius:999px;padding:.18rem .55rem;background:#ede9fe;color:#4c1d95;font-size:.72rem;font-weight:800;white-space:nowrap}.image-batch-preview-panel{border:1px solid rgba(91,33,182,.18);border-radius:14px;padding:.85rem 1rem;background:linear-gradient(180deg,#fff,#faf5ff8c)}.image-batch-preview-img{width:100%;max-height:220px;object-fit:contain;border-radius:10px;border:1px solid var(--line);background:#f4f4f5}.branding-overlay-stage{position:relative;width:100%;max-width:100%;margin:0 auto;border-radius:10px;border:1px solid var(--line);overflow:hidden;container-type:size}.branding-overlay-media{position:absolute;overflow:hidden}.branding-overlay-transform-wrap{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.branding-overlay-media img,.branding-overlay-media video{width:100%;height:100%;object-fit:fill;display:block}.branding-overlay-empty{position:absolute;inset:0;display:grid;place-items:center;color:#64748b;font-size:.78rem;background:radial-gradient(circle at 50% 42%,rgba(124,58,237,.14),transparent 36%),linear-gradient(135deg,#e2e8f08c,#f8fafceb)}.branding-overlay-banner{position:absolute;left:0;right:0;display:flex;align-items:center;justify-content:center;font-weight:700;padding:0 .6rem;pointer-events:none;overflow:hidden}.branding-overlay-banner span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.branding-overlay-watermark{position:absolute;display:flex;align-items:center;justify-content:center;pointer-events:none}.branding-overlay-watermark img{width:100%;height:auto;display:block}.branding-overlay-watermark-text{font-weight:800;letter-spacing:.02em;text-shadow:0 1px 2px rgba(15,23,42,.45);white-space:nowrap}.branding-overlay-custom-layer{position:absolute;pointer-events:none;transform:translate(-50%,-50%)}.branding-overlay-custom-layer.text span{display:block;max-width:92cqw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:900;text-align:center;text-shadow:0 2px 8px rgba(0,0,0,.38)}.branding-overlay-custom-layer.shape{left:50%!important;top:50%!important;width:100%;height:100%;transform:translate(-50%,-50%)}.image-batch-preview-stage-wrap{position:relative;display:flex;flex-direction:column;gap:.45rem}.image-batch-preview-empty-note{position:absolute;left:50%;bottom:.85rem;transform:translate(-50%);width:min(88%,22rem);display:flex;flex-direction:column;gap:.16rem;padding:.55rem .7rem;border-radius:12px;border:1px solid rgba(255,255,255,.7);background:#0f172ab3;color:#fff;text-align:center;font-size:.78rem;box-shadow:0 14px 30px #0f172a2e}.image-batch-preview-empty-note span{color:#ffffffd1}.image-batch-preview-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;border:1px solid rgba(255,255,255,.75);background:#0f172a8c;color:#fff;border-radius:999px;width:2rem;height:2rem;display:grid;place-items:center;cursor:pointer;font-size:1rem;padding:0;transition:background-color .12s ease}.image-batch-preview-nav:hover{background:#0f172ac7}.image-batch-preview-nav.prev{left:.45rem}.image-batch-preview-nav.next{right:.45rem}.image-batch-preview-gallery{display:flex;flex-wrap:wrap;gap:.3rem;max-height:8.5rem;overflow-y:auto;padding-top:.25rem}.image-batch-preview-gallery button{border:1px solid var(--line);background:#fff;border-radius:8px;padding:.12rem;cursor:pointer;width:3.25rem;height:3.25rem;overflow:hidden;position:relative}.image-batch-preview-gallery button.selected{border-color:var(--violet-550, #6d28d9);box-shadow:0 0 0 2px #6d28d933}.image-batch-preview-gallery img{width:100%;height:100%;object-fit:cover;border-radius:6px}.image-batch-preview-specs{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.65rem}.image-batch-preview-specs span{border-radius:999px;padding:.16rem .45rem;background:#0f172a0f;color:#334155;font-size:.72rem;font-weight:700}.image-batch-empty-card{display:flex;flex-direction:column;gap:.2rem;padding:.9rem 1rem;border:1px dashed rgba(91,33,182,.28);border-radius:12px;background:#f5f3ff94;color:#334155}.stack-row.wrap{flex-wrap:wrap}.stack-row.gap-sm{gap:.35rem}.inline-check{display:inline-flex;align-items:center;gap:.35rem;font-size:.88rem;cursor:pointer}.field.disabled-field{opacity:.92}.card-grid.two .field.full{grid-column:1 / -1}.field.inline{display:flex;flex-direction:column;gap:.25rem;min-width:12rem}.image-quality-presets{margin-top:.35rem}@media(max-width:720px){.video-clip-transform-details .video-clip-transform-body{grid-template-columns:1fr}}.tool-workbench{display:flex;flex-direction:column;gap:.55rem}.workspace-topbar{display:flex;align-items:center;justify-content:space-between;gap:.65rem;min-width:0}.tool-workbench-heading{min-width:0}.tool-workbench-title{margin:0;display:inline-flex;align-items:center;gap:.35rem;color:#0f172a;font-size:.92rem;font-weight:800;line-height:1.15}.tool-workbench-help{display:inline-grid;place-items:center;width:1rem;height:1rem;border:1px solid rgba(15,23,42,.12);border-radius:999px;color:#64748b;font-size:.66rem;font-weight:900;cursor:help}.workspace-topbar-right{display:inline-flex;align-items:center;justify-content:flex-end;gap:.45rem;margin-left:auto;min-width:0}.workspace-message{max-width:min(32rem,52vw);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tool-layout{display:grid;gap:.75rem;min-width:0}.tool-controls{display:flex;flex-direction:column;gap:1rem}.flagship-tool-hero{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);gap:1rem;padding-bottom:.25rem}.flagship-tool-hero h3{margin:.7rem 0 .35rem}.pipeline-step-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.pipeline-step{padding:.85rem;border:1px solid var(--line);border-radius:14px;background:#fff;display:flex;flex-direction:column;gap:.3rem}.pipeline-step span{color:var(--muted);font-size:.88rem;line-height:1.4}.card-grid{display:grid;gap:1rem}.card-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.full{grid-column:1 / -1}.result-head{display:flex;justify-content:space-between;gap:1rem;align-items:start}.result-head h3{margin:0 0 .3rem}.save-badge{padding:.5rem .8rem;border-radius:999px;font-size:.88rem;background:#eef2ff;color:var(--primary-strong)}.save-badge.saved{background:#ecfdf5;color:var(--success)}.save-badge.error{background:#fff1f2;color:var(--danger)}.chip-row,.artifact-row{display:flex;gap:.6rem;flex-wrap:wrap}.chip{display:inline-flex;align-items:center;padding:.45rem .7rem;border-radius:999px;font-size:.88rem;font-weight:700}.chip.error{background:#fee2e2;color:#b91c1c}.chip.warning{background:#ffedd5;color:#b45309}.chip.info{background:#dbeafe;color:#1d4ed8}.chip.success{background:#dcfce7;color:#15803d}.preview-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:18px;min-width:0}.preview-table{width:100%;border-collapse:collapse}.preview-table th,.preview-table td{padding:.75rem .8rem;text-align:left;border-bottom:1px solid var(--line)}.preview-table th{position:sticky;top:0;background:#f8fafc}.issue-card{display:flex;gap:.7rem;padding:.85rem .95rem;border-radius:12px;border:1px solid var(--line);background:#fff}.issue-card.error{border-color:#dc262640}.issue-card.warning{border-color:#d9770640}.code-block{margin:0;padding:1rem;background:#0f172a;color:#e2e8f0;border-radius:18px;overflow-x:auto}.wrap-code{white-space:normal;overflow-wrap:anywhere;word-break:break-word}.footer{max-width:1200px;margin:0 auto;padding:0 1.5rem 2rem;color:var(--muted);display:flex;flex-direction:column;gap:.8rem}.footer-inner{display:flex;gap:.8rem;align-items:center;flex-wrap:wrap}.footer-links{justify-content:start}.docs-page{display:flex;flex-direction:column;gap:1rem}.docs-tool-grid{align-items:stretch}.docs-card h2,.docs-card h3{margin:.6rem 0 .4rem}.docs-card p,.docs-card ul{margin:0}.docs-card ul{padding-left:1.1rem}.docs-card li+li{margin-top:.35rem}.link{color:var(--primary-strong)}@media(max-width:1360px){.workspace-shell,.workspace-pane-grid.all{grid-template-columns:1fr}.workspace-pane-card.pane-span-wide{grid-column:auto}.flagship-tool-hero{grid-template-columns:1fr}.workspace-topbar{flex-direction:column;align-items:stretch}.workspace-message{max-width:none}}@media(max-width:1100px){.app-shell,.hero,.split-panel,.section.split,.app-shell.nav-hidden,.app-shell.nav-visible{grid-template-columns:1fr}.app-nav{position:fixed;left:0;top:0;height:100vh;width:min(320px,84vw);box-shadow:0 24px 70px #0f172a47}.app-shell.nav-visible .app-nav{transform:translate(0);opacity:1;pointer-events:auto}.app-shell.nav-hidden .app-nav{transform:translate(-108%);opacity:0;pointer-events:none}.app-nav-backdrop{display:block;position:fixed;inset:0;opacity:0;pointer-events:none;z-index:30;transition:opacity .18s ease}.app-shell.nav-visible .app-nav-backdrop{opacity:1;pointer-events:auto}.app-main-toolbar{position:static;background:transparent;border-bottom:none;backdrop-filter:none}.app-nav-toggle{left:calc(min(320px,84vw) - .9rem)}.page-header,.section-head,.workspace-pane-head,.workspace-history-head,.app-main-toolbar:not(.compact){flex-direction:column;align-items:stretch}.card-grid.two,.workspace-pane-grid.all{grid-template-columns:1fr}}@media(max-width:760px){.topbar{align-items:flex-start;gap:.75rem}.nav-links{gap:.45rem .65rem}}@media(max-width:820px){.hero,.workspace-shell,.card-grid.two,.workspace-pane-grid.all,.pipeline-step-grid,.compare-pair,.preview-metric-grid{grid-template-columns:1fr}.app-main,.app-main-toolbar{padding-left:1rem;padding-right:1rem}.workspace-floating-dock-list{padding-bottom:.2rem;min-width:0;margin:0}.workspace-floating-dock-actions-inner{gap:.28rem}.workspace-topbar,.modulon-popout-header{flex-direction:column;align-items:stretch}.detail-list>div{flex-direction:column;align-items:start}.detail-list>div>span{text-align:left}}@media(max-width:720px){.workspace-floating-dock-utility{grid-template-columns:1fr auto;grid-template-areas:"actions controls" "list list";gap:.4rem .32rem}.workspace-floating-dock-list{justify-content:stretch;width:100%}}@media(max-width:640px){.brand{font-size:1rem}.nav-links{gap:.4rem .55rem}.nav-links a{font-size:.88rem}.nav-links .button.small{padding:.5rem .72rem;border-radius:8px}.browser-frame-header,.preview-list-item,.tool-card-cta{flex-direction:column;align-items:flex-start}.workspace-floating-dock-actions-inner{gap:.25rem}}.app-nav-head{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem}.app-nav a.app-nav-version-line{padding:0 .85rem;margin:0;border-radius:0;font-size:.68rem;font-weight:500;line-height:1.2;color:#d8e5df94;text-decoration:none;display:inline-flex;align-items:baseline;gap:.22rem}.app-nav a.app-nav-version-line:hover{color:#f1f7f4e0}.app-nav-version-prefix{font-weight:600;letter-spacing:.02em;opacity:.9}.app-nav-version-code{font-family:SFMono-Regular,ui-monospace,Menlo,Consolas,monospace;font-weight:600;font-size:.7rem;letter-spacing:.04em;color:#f1f7f4d1}.app-nav a.app-nav-version-line:hover .app-nav-version-code{color:#f1f7f4}.app-nav-head .brand{padding-top:0}.whats-new-page{max-width:64rem;margin:0 auto}.whats-new-build-panel{display:flex;flex-direction:column;gap:.75rem}.whats-new-build-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.whats-new-build-label{display:block;font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#1737308c;margin-bottom:.15rem}.whats-new-build-version{font-family:SFMono-Regular,ui-monospace,Menlo,Consolas,monospace;font-size:1.4rem;font-weight:800;letter-spacing:.04em;color:#173730}.whats-new-build-meta{display:flex;flex-wrap:wrap;gap:1.1rem;align-items:center}.whats-new-build-meta code{font-size:.85rem;background:#1127200f;padding:.15rem .45rem;border-radius:6px}.whats-new-timeline{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.1rem;position:relative}.whats-new-timeline:before{content:"";position:absolute;left:1rem;top:.5rem;bottom:.5rem;width:2px;background:linear-gradient(to bottom,#17373029,#1737300a);border-radius:2px}.whats-new-entry{position:relative;padding:1.1rem 1.25rem 1.1rem 2.6rem;border-radius:14px;background:#fcfdfbf0;border:1px solid rgba(17,39,32,.08);box-shadow:0 8px 22px #0d1f1b0d}.whats-new-entry:before{content:"";position:absolute;left:.6rem;top:1.4rem;width:.85rem;height:.85rem;border-radius:999px;background:#fcfdfb;border:2px solid rgba(23,55,48,.35);box-shadow:0 0 0 4px #fcfdfb}.whats-new-entry.is-latest{border-color:#2d7a6359;box-shadow:0 14px 32px #2d7a631f}.whats-new-entry.is-latest:before{background:#2d7a63;border-color:#2d7a63}.whats-new-entry-head{margin-bottom:.85rem}.whats-new-entry-head-main h2{margin:.3rem 0 .2rem;font-size:1.15rem;color:#173730}.whats-new-entry-meta-row{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.whats-new-version-pill{font-family:SFMono-Regular,ui-monospace,Menlo,Consolas,monospace;font-size:.78rem;font-weight:800;letter-spacing:.05em;padding:.2rem .55rem;border-radius:999px;background:#17373014;color:#173730}.whats-new-entry.is-latest .whats-new-version-pill{background:#2d7a6329;color:#1e5947}.whats-new-entry-date{font-size:.85rem;color:#173730b3}.whats-new-latest-chip{font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.18rem .5rem;border-radius:999px;background:#2d7a63;color:#f1f7f4}.whats-new-entry-summary{margin:.4rem 0 0;color:#173730c7;font-size:.95rem;line-height:1.45}.whats-new-groups{display:flex;flex-direction:column;gap:.85rem}.whats-new-group{display:grid;grid-template-columns:6.5rem 1fr;gap:.75rem;align-items:start}.whats-new-group-label{font-size:.72rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.22rem .55rem;border-radius:6px;text-align:center;white-space:nowrap;align-self:start}.whats-new-group-label.tone-success{background:#2d7a631f;color:#1e5947}.whats-new-group-label.tone-info{background:#2b5c8a1f;color:#21476a}.whats-new-group-label.tone-warning{background:#b2630e24;color:#8a4d09}.whats-new-group-label.tone-subdued{background:#17373014;color:#173730b8}.whats-new-group ul{margin:0;padding-left:1.1rem;display:flex;flex-direction:column;gap:.3rem}.whats-new-group li{font-size:.93rem;line-height:1.5;color:#1f3a32}@media(max-width:720px){.whats-new-entry{padding:1rem 1rem 1rem 2.3rem}.whats-new-group{grid-template-columns:1fr;gap:.45rem}.whats-new-group-label{justify-self:start}}
