:root{--layout-drawer-width:360px;--layout-drawer-collapsed:70px;--layout-drawer-bg:#f7f8fa;--layout-drawer-border:#d6d9e0;--layout-drawer-accent:#2d6cdf;--layout-drawer-muted:#4b5563}body.layout-drawer-open{padding-right:var(--layout-drawer-width)}body.layout-drawer-collapsed{padding-right:var(--layout-drawer-collapsed)}@media (max-width:1100px){body.layout-drawer-open,body.layout-drawer-collapsed{padding-right:0}}.layout-drawer{width:var(--layout-drawer-width);background:var(--layout-drawer-bg);color:#1f2937;height:100vh;box-shadow:none;z-index:1300;border-left:1px solid var(--layout-drawer-border);flex-direction:column;transition:width .25s,transform .25s;display:flex;position:fixed;top:0;right:0;transform:translate(0)}.layout-drawer__collapse-btn{color:#1f2937;width:36px;height:36px;box-shadow:none;cursor:pointer;z-index:1301;background:#f0f2f6;border:1px solid #c3c8d2;border-radius:50%;justify-content:center;align-items:center;transition:transform .25s,background .2s;display:inline-flex;position:absolute;top:18px;left:-18px}.layout-drawer__collapse-btn:hover{background:#e6e9f0}.layout-drawer__collapse-btn i{transition:transform .25s}.layout-drawer__body{flex:1;gap:14px;padding:14px 14px 16px;display:grid;overflow-y:auto}.layout-drawer--collapsed{width:var(--layout-drawer-collapsed);transform:translate(0)}.layout-drawer--collapsed .layout-drawer__body{padding:18px 8px 20px}.layout-drawer--collapsed .layout-drawer__collapse-btn i{transform:rotate(180deg)}@media (max-width:1100px){.layout-drawer{width:var(--layout-drawer-width);transform:translate(0)}body.layout-drawer-open,body.layout-drawer-collapsed{padding-right:0}}.layout-editor-shelf{border:1px solid var(--layout-drawer-border);color:#1f2937;background:#fff;border-radius:12px;padding:10px}.layout-editor-group{background:#f8f9fb;border:1px solid #cfd4dd;border-radius:10px;margin-bottom:10px;overflow:hidden}.layout-editor-group:last-of-type{margin-bottom:0}.layout-editor-group summary{cursor:pointer;color:#111827;background:#eef1f5;align-items:center;gap:10px;padding:10px 12px;list-style:none;display:flex}.layout-editor-group summary::-webkit-details-marker{display:none}.layout-editor-group__icon{text-align:center;width:20px;color:var(--layout-drawer-accent)}.layout-editor-group__label{letter-spacing:.01em;font-weight:700}.layout-editor-shelf__title{letter-spacing:.01em;margin-bottom:10px;font-size:1.35rem;font-weight:800}.layout-editor-shelf__section{gap:10px;padding:0 8px 10px;display:grid}.layout-editor-shelf__item{cursor:grab;background:#fff;border:1px solid #d6d9e0;border-radius:10px;align-items:center;gap:10px;padding:9px 10px;transition:transform .15s,background .2s,border .2s;display:flex;position:relative}.layout-editor-shelf__item:hover{background:#f0f4fb;transform:translateY(-2px)}.layout-editor-shelf__item.is-selected{border-color:var(--layout-drawer-accent);background:#e8f0ff;transform:translateY(-2px)}.layout-editor-shelf__icon{text-align:center;opacity:1;width:18px;color:var(--layout-drawer-accent)}.layout-editor-shelf__label{color:var(--layout-drawer-muted);flex:1;line-height:1.4}.layout-editor-shelf__preview-btn{color:#6b7280;cursor:pointer;background:#e5e7eb;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;transition:all .2s;display:flex}.layout-editor-shelf__preview-btn:hover{color:#fff;background:#2d6cdf;transform:scale(1.1)}.layout-preview-modal{z-index:10000;background:#000000b3;justify-content:center;align-items:center;padding:20px;display:none;position:fixed;inset:0}.layout-preview-modal.is-visible{display:flex}.layout-preview-modal__content{background:#fff;border-radius:12px;max-width:900px;max-height:90vh;position:relative;overflow:auto;box-shadow:0 20px 50px #0000004d}.layout-preview-modal__header{background:#f8f9fb;border-bottom:1px solid #e5e7eb;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.layout-preview-modal__title{color:#111827;margin:0;font-size:16px;font-weight:600}.layout-preview-modal__close{color:#6b7280;cursor:pointer;background:#e5e7eb;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;transition:all .2s;display:flex}.layout-preview-modal__close:hover{color:#111827;background:#d1d5db}.layout-preview-modal__body{background:#f9fafb;min-height:200px;padding:30px}.layout-editor-zone-outline{outline-offset:6px;outline:2px dashed #5d37d9;position:relative}.layout-editor-zone-outline.layout-editor-zone-active{outline-color:#48a3ff;box-shadow:inset 0 0 0 2px #48a3ff33}.layout-editor-zone-outline:after{content:attr(data-zone-label);color:#fff;background:#5d37d9;border-radius:4px;padding:2px 6px;font-size:12px;position:absolute;top:-10px;left:8px}.layout-editor-inspector{color:#111827;background:#fff;border:1px solid #d6d9e0;border-radius:12px;padding:14px;box-shadow:0 8px 20px #00000014}.layout-editor-inspector.is-hidden{display:none}.layout-editor-inspector h4{margin:0 0 10px;font-weight:800}.layout-editor-inspector label{color:#4b5563;margin-bottom:4px;font-size:13px;display:block}.layout-editor-inspector input,.layout-editor-inspector textarea,.layout-editor-inspector select{border:1px solid #d7dce3;border-radius:6px;width:100%;margin-bottom:10px;padding:8px;font-size:14px}.layout-editor-inspector .inspector-actions{gap:8px;display:flex}.layout-editor-inspector button{cursor:pointer;border:none;border-radius:8px;flex:1;padding:9px 10px;font-weight:600;transition:all .2s}.layout-editor-inspector .btn-primary{color:#fff;background:#7048f2;border:1px solid #7048f2;box-shadow:0 2px 4px #006bff26}.layout-editor-inspector .btn-primary:hover{background:#5d37d9;border-color:#5d37d9;transform:translateY(-1px);box-shadow:0 4px 8px #006bff40}.layout-editor-inspector .btn-primary:active{transform:translateY(0);box-shadow:0 1px 2px #006bff33}.layout-editor-inspector .btn-secondary{color:#101318;background:#fff;border:1px solid #d1d5db;box-shadow:0 1px 3px #0000001a}.layout-editor-inspector .btn-secondary:hover{background:#f8f9fb;border-color:#9ca3af;transform:translateY(-1px);box-shadow:0 2px 4px #00000026}.layout-editor-inspector .btn-secondary:active{transform:translateY(0);box-shadow:0 1px 2px #0000001a}.layout-editor-inspector .status-message{color:#475569;margin-top:6px;font-size:12px}.layout-editor-placeholder{color:#1f2937;text-align:center;background:#f5f6f8;border:1px dashed #cfd4dd;border-radius:8px;padding:14px;font-size:14px}@media (min-width:1101px){.layout-editor-shelf,.layout-editor-inspector{max-height:calc(100vh - 120px);overflow:auto}}.layout-drawer--collapsed .layout-editor-shelf__label,.layout-drawer--collapsed .layout-editor-group__label{display:none}.layout-drawer--collapsed .layout-editor-shelf__item{justify-content:center;padding:10px}.layout-drawer--collapsed .layout-editor-group summary{justify-content:center;padding:12px 0}.layout-block{border:1px solid #d6d9e0;border-radius:10px;margin-bottom:10px;padding:10px;transition:box-shadow .2s,border-color .2s}.layout-block img{width:100%;max-width:260px;height:auto;display:block}.layout-preview-modal__body .mce-two-col,.layout-preview-modal__body .mce-three-col,.layout-preview-modal__body .mce-coupons,.layout-preview-modal__body .mce-hero-slim,.layout-preview-modal__body .mce-hero-panel,.layout-preview-modal__body .mce-feature,.layout-preview-modal__body [data-column-container="2-col"],.layout-preview-modal__body [data-column-container="3-col"],.layout-preview-modal__body .grid--2-cols,.layout-preview-modal__body .grid--3-cols{grid-template-columns:1fr!important}.layout-block .mce-hero-slim__media img,.layout-block .mce-polaroid__image img,.layout-block .mce-hero-slim__media img{border-radius:8px;max-width:260px}.layout-block .mce-polaroid__image,.layout-block .mce-hero-slim__media{justify-content:center;display:flex}.layout-block .mce-feature .mce-polaroid__image{aspect-ratio:4/3;border:1px solid #e0e0e0;border-radius:8px;width:100%;max-width:260px;overflow:hidden}.layout-block .mce-feature .mce-polaroid__image img{object-fit:cover;border-radius:0;width:100%;height:100%}.layout-block .mce-polaroid{background:#fff;border:1px solid #e5e7eb;border-radius:8px;width:100%;max-width:320px;padding:12px 12px 20px;display:inline-block;position:relative;box-shadow:0 12px 28px #0000001f}.layout-block .mce-polaroid__image img{border-radius:6px;width:100%;max-width:none;height:auto}.layout-block .mce-polaroid__body{text-align:left;margin-top:10px}.layout-block .mce-polaroid.mce-polaroid--left,.layout-block .mce-polaroid.tilt-left{transform:rotate(-3deg)}.layout-block .mce-polaroid.mce-polaroid--right,.layout-block .mce-polaroid.tilt-right{transform:rotate(3deg)}.layout-block:last-child{margin-bottom:0}.layout-block.is-drop-active,.layout-drawer__body .is-drop-active{border-color:var(--layout-drawer-accent);box-shadow:0 0 0 2px #2d6cdf26}.layout-editor-shelf.is-drop-active{border-color:var(--layout-drawer-accent)}.inspector-list{flex-direction:column;gap:8px;display:flex}.inspector-chip{background:#f8f9fb;border:1px solid #d6d9e0;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;display:flex}.inspector-chip__label{color:#111827;font-weight:600}.inspector-chip__actions{gap:6px;display:flex}.inspector-chip__actions button{cursor:pointer;background:#fff;border:1px solid #cfd4dd;border-radius:6px;padding:4px 8px}.inspector-chip__actions button:hover{border-color:var(--layout-drawer-accent);color:var(--layout-drawer-accent)}.inspector-empty{color:#6b7280;font-size:14px}[data-cms-block-type=heading]{color:#101318;margin:0 0 1.2rem;font-weight:700;line-height:1.2}h1[data-cms-block-type=heading]{font-size:clamp(3.6rem,4vw,4.8rem)}h2[data-cms-block-type=heading]{font-size:clamp(3rem,3.2vw,3.8rem)}h3[data-cms-block-type=heading]{font-size:clamp(2.4rem,2.6vw,3rem)}h4[data-cms-block-type=heading]{font-size:clamp(2rem,2.2vw,2.4rem)}h5[data-cms-block-type=heading]{font-size:clamp(1.8rem,2vw,2.1rem)}h6[data-cms-block-type=heading]{font-size:clamp(1.6rem,1.8vw,1.9rem)}[data-cms-block-type=heading] *{font-size:inherit;line-height:inherit}[data-cms-editable=text][contenteditable=true] h1{font-size:clamp(3.6rem,4vw,4.8rem);font-weight:700;line-height:1.2}[data-cms-editable=text][contenteditable=true] h2{font-size:clamp(3rem,3.2vw,3.8rem);font-weight:700;line-height:1.2}[data-cms-editable=text][contenteditable=true] h3{font-size:clamp(2.4rem,2.6vw,3rem);font-weight:700;line-height:1.2}.mce-polaroid__meta{text-align:left;gap:.45rem;margin-top:1rem;display:grid}.mce-polaroid__title{color:#101318;margin:0;font-size:1.95rem;font-weight:700;line-height:1.25}.mce-polaroid__title p{font-size:inherit;line-height:inherit;font-weight:inherit;color:inherit;margin:0 0 .5rem}.mce-polaroid__title p:last-child{margin-bottom:0}.mce-polaroid__title h1,.mce-polaroid__title h2,.mce-polaroid__title h3,.mce-polaroid__title h4,.mce-polaroid__title h5,.mce-polaroid__title h6{color:#101318;margin:0 0 .5rem;font-weight:700}.mce-polaroid__title h1{font-size:2rem;line-height:1.2}.mce-polaroid__title h2{font-size:1.95rem;line-height:1.25}.mce-polaroid__title h3{font-size:1.85rem;line-height:1.3}.mce-polaroid__title h4{font-size:1.75rem;line-height:1.35}.mce-polaroid__title h5{font-size:1.65rem;line-height:1.4}.mce-polaroid__title h6{font-size:1.6rem;line-height:1.4}.mce-polaroid__body{color:#374151;margin:0;font-size:1.55rem;line-height:1.45}.mce-polaroid__body p{margin:0 0 .8rem}.mce-polaroid__body p:last-child{margin-bottom:0}.mce-polaroid__body h1,.mce-polaroid__body h2,.mce-polaroid__body h3,.mce-polaroid__body h4,.mce-polaroid__body h5,.mce-polaroid__body h6{color:#101318;margin:0 0 .5rem;font-weight:700}.mce-polaroid__body h1{font-size:1.8rem;line-height:1.2}.mce-polaroid__body h2{font-size:1.7rem;line-height:1.25}.mce-polaroid__body h3{font-size:1.6rem;line-height:1.3}.mce-polaroid__body h4{font-size:1.55rem;line-height:1.35}.mce-polaroid__body h5{font-size:1.5rem;line-height:1.4}.mce-polaroid__body h6{font-size:1.45rem;line-height:1.4}@media (max-width:1100px){:root{--layout-drawer-width:min(86vw, 320px);--layout-drawer-collapsed:56px}.layout-drawer.layout-drawer--open{width:var(--layout-drawer-width)}.layout-drawer.layout-drawer--collapsed{width:var(--layout-drawer-collapsed)}}.layout-wrapper,.page-composable,.component-builder-wrapper,.layout-wrapper{width:100%;margin:0;padding:0}.component-builder-root,.layout-root,.page-composable .component-builder-root,.page-composable .layout-root{grid-template-columns:repeat(12,minmax(0,1fr));gap:clamp(.8rem,1.4vw,1.6rem);width:100%;min-height:100vh;margin:0;display:grid}.component-builder-area,.layout-area,.page-composable .component-builder-area,.page-composable .layout-area{grid-column:span var(--layout-area-span,12);align-content:start;gap:clamp(.75rem,1.1vw,1.3rem);min-height:18vh;padding:clamp(1rem,1.4vw,2rem);display:grid}.component-builder-area[data-cms-block-id],.page-composable .component-builder-area[data-cms-block-id],[data-cms-editor-root=true] .layout-area[data-cms-block-id],[data-cms-editor-root=true] .page-composable .layout-area[data-cms-block-id]{border:1px dashed #cfd9e8}.component-builder-area--header,.layout-area--header{min-height:16vh}.component-builder-area--nav,.layout-area--nav{min-height:10vh}.component-builder-area--main,.layout-area--main,.component-builder-area--aside,.component-builder-area--drawer,.layout-area--aside,.layout-area--drawer{min-height:68vh}.component-builder-area--footer,.layout-area--footer{min-height:16vh}.component-builder-area--section,.layout-area--section{min-height:40vh}.layout-frame{gap:0;width:100%;display:grid}.layout-frame--hcf{grid-template-columns:minmax(0,1fr)}.layout-frame--main-aside{grid-template-columns:minmax(0,2fr) minmax(0,1fr)}@media (max-width:768px){.component-builder-root,.layout-root,.layout-frame--main-aside{grid-template-columns:minmax(0,1fr)}.component-builder-area,.layout-area{min-height:24vh;grid-column:span var(--layout-area-span-mobile,var(--layout-area-span,12))!important}}.layout-editor-inline-placeholder{text-align:center;letter-spacing:.01em;min-height:clamp(6.4rem,8vw,8.8rem);color:var(--cms-readable-text-color,#64748b);opacity:.72;pointer-events:none;-webkit-user-select:none;user-select:none;background:#94a3b814;border:1px dashed;border-radius:.85rem;justify-content:center;align-items:center;padding:1.2rem;font-size:1.3rem;font-weight:600;line-height:1.35;display:flex}
.frontend-page-editor-canvas-move-guides-module-scss-module__PCIIBa__absoluteMoveGuides{pointer-events:none;z-index:45;position:fixed;inset:0}.frontend-page-editor-canvas-move-guides-module-scss-module__PCIIBa__absoluteMoveGuide{pointer-events:none;position:fixed}.frontend-page-editor-canvas-move-guides-module-scss-module__PCIIBa__absoluteMoveGuideVertical{border-left:2px dashed #38bdf8f2;width:0;top:0;bottom:0;box-shadow:0 0 0 1px #bae6fdbf}.frontend-page-editor-canvas-move-guides-module-scss-module__PCIIBa__absoluteMoveGuideHorizontal{border-top:2px dashed #38bdf8f2;height:0;left:0;right:0;box-shadow:0 0 0 1px #bae6fdbf}
