:root{font-family:Arial,Helvetica,sans-serif;color:#1b1d20;background:#eceff2}.studio-shell{display:grid;grid-template-columns:220px minmax(360px,460px) minmax(520px,1fr);grid-template-rows:64px minmax(0,1fr);min-width:1120px;min-height:100dvh;background:#eceff2}.studio-topbar{position:sticky;z-index:40;top:0;grid-column:1 / -1;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid #d7dbe0;background:#f8f9fa;padding:0 20px}.studio-topbar>div:first-child{display:flex;align-items:baseline;gap:10px}.studio-product-name{color:#737a84;font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.studio-topbar strong{font-size:1rem}.studio-save-area{display:flex;align-items:center;gap:10px}.studio-status{max-width:320px;overflow:hidden;color:#67707a;font-size:.78rem;text-overflow:ellipsis;white-space:nowrap}.studio-status-dirty{color:#895c00}.studio-status-error{color:#b42318}.studio-status-saved{color:#167448}.studio-button-primary,.studio-button-secondary,.studio-module-actions button,.studio-viewport-switch button{min-height:38px;border-radius:8px;padding:0 14px;cursor:pointer;font-weight:700}.studio-button-primary{border:1px solid #165fc5;background:#1667d9;color:#f8fbff}.studio-button-primary:disabled{border-color:#c9cdd2;background:#d8dce1;color:#858b93;cursor:not-allowed}.studio-button-secondary,.studio-module-actions button,.studio-viewport-switch button{border:1px solid #cfd4da;background:#fff;color:#292d32}.studio-sidebar{position:sticky;top:64px;align-self:start;height:calc(100dvh - 64px);border-right:1px solid #d7dbe0;background:#f4f6f8;padding:24px 14px}.studio-sidebar>p{margin:0 10px 10px;color:#7b828c;font-size:.7rem;font-weight:750;letter-spacing:.1em;text-transform:uppercase}.studio-sidebar>button{display:block;width:100%;min-height:44px;border:0;border-radius:8px;background:transparent;color:#4e555e;padding:0 10px;cursor:pointer;text-align:left}.studio-sidebar>button:hover{background:#e8ebef}.studio-sidebar>button.is-active{background:#dde8f8;color:#174e9a;font-weight:750}.studio-sidebar-note{margin:28px 8px 0;border-top:1px solid #d7dbe0;padding-top:20px}.studio-sidebar-note strong{font-size:.76rem}.studio-sidebar-note p{margin:8px 0 0;color:#707781;font-size:.76rem;line-height:1.55}.studio-store-link{position:absolute;bottom:22px;left:24px;color:#245fae;font-size:.78rem;font-weight:700}.studio-editor{min-height:calc(100dvh - 64px);overflow-y:auto;border-right:1px solid #d7dbe0;background:#fff;padding:34px 32px 72px}.studio-editor-heading{margin-bottom:32px}.studio-editor-heading h1{margin:0;font-size:1.55rem;letter-spacing:-.025em}.studio-editor-heading p{max-width:48ch;margin:9px 0 0;color:#68717c;font-size:.9rem;line-height:1.5}.studio-form-grid{display:grid;gap:24px}.studio-field{display:grid;gap:8px}.studio-field>span{font-size:.82rem;font-weight:750}.studio-field input,.studio-field textarea,.studio-field select{width:100%;border:1px solid #cbd1d8;border-radius:9px;outline:0;background:#fff;color:#202328;padding:11px 12px;line-height:1.45}.studio-field textarea{resize:vertical}.studio-field input:focus,.studio-field textarea:focus,.studio-field select:focus{border-color:#2c70ce;box-shadow:0 0 0 3px #2c70ce24}.studio-field small{color:#737b85;font-size:.75rem;line-height:1.45}.studio-color-control{display:grid;grid-template-columns:46px 1fr;gap:10px}.studio-color-control input[type=color]{height:44px;padding:4px;cursor:pointer}.studio-module-list{display:grid;gap:10px}.studio-module-row{display:grid;gap:14px;border:1px solid #d7dce2;border-radius:10px;padding:15px}.studio-module-row>div:first-child{display:grid;gap:4px}.studio-module-row strong{font-size:.88rem}.studio-module-row span{color:#767e88;font-size:.72rem}.studio-module-actions{display:flex;align-items:center;gap:8px}.studio-module-actions label{display:inline-flex;align-items:center;gap:7px;margin-right:auto;font-size:.78rem;font-weight:700}.studio-module-actions button{min-height:32px;padding:0 10px;font-size:.72rem}.studio-module-actions button:disabled{opacity:.45;cursor:not-allowed}.studio-preview-panel{position:sticky;top:64px;align-self:start;display:grid;grid-template-rows:54px minmax(0,1fr);height:calc(100dvh - 64px);min-width:0;background:#dfe3e7}.studio-preview-panel>header{display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid #ccd1d7;background:#f5f6f7;padding:0 16px}.studio-preview-panel>header>div:first-child{display:grid;gap:2px}.studio-preview-panel>header strong{font-size:.8rem}.studio-preview-panel>header span{color:#737b85;font-size:.68rem}.studio-viewport-switch{display:flex;gap:4px}.studio-viewport-switch button{min-height:30px;border:0;background:transparent;padding:0 9px;color:#656d76;font-size:.7rem}.studio-viewport-switch button[aria-pressed=true]{background:#fff;color:#1e2227;box-shadow:0 1px 3px #1e222724}.studio-preview-stage{position:relative;overflow:auto;padding:22px}.studio-preview-canvas{overflow:hidden;border:1px solid #cbd0d6;background:#fff;box-shadow:0 12px 36px #232a3224;transform-origin:top left}.studio-preview-stage[data-viewport=desktop] .studio-preview-canvas{width:1280px;min-height:1600px;transform:scale(.52)}.studio-preview-stage[data-viewport=mobile] .studio-preview-canvas{width:390px;min-height:844px;margin-inline:auto}.studio-preview-stage[data-viewport=mobile] .storefront{width:390px}.studio-loading{display:grid;place-content:center;min-height:100dvh;background:#eef1f4;color:#202328;text-align:center}.studio-loading p{color:#69717b}@media(max-width:1280px){.studio-shell{grid-template-columns:190px 390px minmax(500px,1fr)}.studio-preview-stage[data-viewport=desktop] .studio-preview-canvas{transform:scale(.44)}}
