.addPlaces_container__cSYnx{max-width:1400px;margin:0 auto;font-family:Poppins,sans-serif;height:calc(100vh - 4rem);max-height:calc(100vh - 4rem);overflow:hidden;min-height:0}.addPlaces_header__x0e_b{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem}.addPlaces_headerLeft__aT1p0{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.addPlaces_card__0XqG2{background:white;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);padding:1.5rem;height:calc(100% - 3rem);max-height:calc(100% - 3rem);display:flex;flex-direction:column;overflow:hidden;min-height:0}.addPlaces_cardHeader__DfEiw{display:flex;justify-content:flex-end;align-items:center;margin-bottom:1.5rem}.addPlaces_headerActions__78vOK{display:flex;align-items:center;gap:.75rem}.addPlaces_tableContainer__sj96j{flex:1;overflow:auto;min-height:0}.addPlaces_table__9K70C{width:100%;border-collapse:collapse}.addPlaces_table__9K70C thead{background:#f8f9fa;position:sticky;top:0;z-index:1}.addPlaces_table__9K70C th{padding:1rem;text-align:left;font-weight:600;color:#232D3E;border-bottom:2px solid #e0e0e0;white-space:nowrap}.addPlaces_table__9K70C td{padding:1rem;border-bottom:1px solid #e0e0e0;color:#333}.addPlaces_table__9K70C tbody tr{cursor:pointer;transition:background .2s}.addPlaces_table__9K70C tbody tr:hover{background:#f8f9fa}.addPlaces_selectedRow__wIKNq{background:rgba(210,0,87,.05)!important}.addPlaces_disabledRow__ixl8n{cursor:default!important;background:#fafafa!important;color:#999}.addPlaces_disabledRow__ixl8n:hover{background:#fafafa!important}.addPlaces_nameCell__8RcB6{font-weight:500;color:#232D3E;max-width:250px}.addPlaces_nameCellInner__2Dntd{display:inline-flex;align-items:center;gap:.5rem;flex-wrap:wrap}.addPlaces_addressCell__FXVGT{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#666;font-size:.9rem}.addPlaces_emptyState__1a9dV{text-align:center;padding:4rem 2rem}.addPlaces_emptyState__1a9dV p{color:#666;font-size:1.125rem;margin:0}.addPlaces_pagination___PkMz{display:flex;justify-content:center;align-items:center;gap:1rem;padding-top:1rem;border-top:1px solid #e0e0e0;margin-top:1rem}.addPlaces_pageInfo__3fFXf{color:#666;font-weight:500}@media (max-width:899px){.addPlaces_container__cSYnx{height:auto;max-height:none;overflow:visible}.addPlaces_header__x0e_b{margin-bottom:1rem;flex-direction:column;align-items:stretch;gap:12px}.addPlaces_headerLeft__aT1p0{gap:12px}.addPlaces_card__0XqG2{padding:14px;border-radius:10px;height:auto;max-height:none;overflow:visible}.addPlaces_cardHeader__DfEiw{flex-direction:column;gap:10px;align-items:stretch;margin-bottom:12px}.addPlaces_headerActions__78vOK{width:100%;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.addPlaces_tableContainer__sj96j{overflow-x:auto;-webkit-overflow-scrolling:touch}.addPlaces_table__9K70C{min-width:700px}.addPlaces_table__9K70C td,.addPlaces_table__9K70C th{padding:12px 10px;font-size:13px}.addPlaces_pagination___PkMz{gap:.5rem}}@keyframes AddPlacesSkeleton_shimmer__pitc2{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.AddPlacesSkeleton_shimmer__pitc2{position:relative;overflow:hidden;background-color:#ebebeb;display:block;flex-shrink:0}.AddPlacesSkeleton_shimmer__pitc2:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55) 50%,transparent);animation:AddPlacesSkeleton_shimmer__pitc2 1.6s ease-in-out infinite}.Button_button__lsZKQ{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;font-family:var(--admin-font);font-weight:600;line-height:1;border:1px solid transparent;border-radius:var(--admin-radius-md);cursor:pointer;transition:background-color .16s ease,color .16s ease,border-color .16s ease,box-shadow .16s ease,transform 80ms ease;text-decoration:none;user-select:none;white-space:nowrap;box-sizing:border-box;letter-spacing:.01em}.Button_button__lsZKQ:focus-visible{outline:2px solid var(--admin-primary);outline-offset:2px}.Button_button__lsZKQ:disabled,.Button_button__lsZKQ[aria-disabled=true]{cursor:not-allowed;opacity:.55;pointer-events:none}.Button_fullWidth__F0hD6{width:100%}.Button_sizeSm__b8FTa{height:calc(var(--admin-control-height-sm) * .7);padding:0 .7rem;font-size:.8rem}.Button_sizeMd__N88Wb{height:calc(var(--admin-control-height-md) * .7);padding:0 .98rem;font-size:.875rem}.Button_sizeLg__95gvw{height:calc(var(--admin-control-height-lg) * .7);padding:0 1.26rem;font-size:.945rem}.Button_primary__J1kKN{background:var(--admin-primary);color:var(--admin-text-on-primary);border-color:var(--admin-primary)}.Button_primary__J1kKN:hover:not(:disabled){background:var(--admin-primary-hover);border-color:var(--admin-primary-hover)}.Button_primary__J1kKN:active:not(:disabled){background:var(--admin-primary-active);border-color:var(--admin-primary-active)}.Button_outlined__S_SRv,.Button_secondary__akfzK{background:var(--admin-bg);color:var(--admin-secondary);border-color:var(--admin-border)}.Button_outlined__S_SRv:hover:not(:disabled),.Button_secondary__akfzK:hover:not(:disabled){background:var(--admin-bg-muted);border-color:var(--admin-primary);color:var(--admin-primary)}.Button_text__eLE6L{background:transparent;color:var(--admin-primary);border-color:transparent;padding-left:.75rem;padding-right:.75rem}.Button_text__eLE6L:hover:not(:disabled){background:var(--admin-primary-soft)}.Button_ghost__wQK1F{background:transparent;color:var(--admin-text);border-color:transparent}.Button_ghost__wQK1F:hover:not(:disabled){background:var(--admin-secondary-soft)}.Button_destructive__qdBKZ{background:var(--admin-danger);color:#ffffff;border-color:var(--admin-danger)}.Button_destructive__qdBKZ:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c}.Button_destructiveOutlined__AWMoJ{background:transparent;color:var(--admin-danger);border-color:var(--admin-danger)}.Button_destructiveOutlined__AWMoJ:hover:not(:disabled){background:rgba(220,38,38,.08)}.Button_iconLeft__wNXjb,.Button_iconRight__UwsJi{display:inline-flex;align-items:center;justify-content:center;line-height:0}.Button_button__lsZKQ>svg,.Button_iconLeft__wNXjb svg,.Button_iconRight__UwsJi svg{width:1.4em;height:1.4em;font-size:inherit}.Button_spinner__KRPYo{width:1.1em;height:1.1em;border:2px solid;border-bottom:2px solid transparent;border-radius:50%;animation:Button_adminBtnSpin__B3IEn .7s linear infinite}@keyframes Button_adminBtnSpin__B3IEn{to{transform:rotate(1turn)}}@media (max-width:899px){.Button_button__lsZKQ{font-size:14px}.Button_sizeSm__b8FTa{height:36px;padding:0 12px;font-size:13px}.Button_sizeMd__N88Wb{height:44px;padding:0 16px;font-size:14px}.Button_sizeLg__95gvw{height:50px;padding:0 18px;font-size:15px}}.IconButton_iconButton__2tNPd{display:inline-flex;align-items:center;justify-content:center;background:transparent;color:var(--admin-text);border:1px solid transparent;border-radius:var(--admin-radius-md);cursor:pointer;padding:0;transition:background-color .16s ease,color .16s ease,border-color .16s ease;line-height:0;flex-shrink:0}.IconButton_iconButton__2tNPd:focus-visible{outline:2px solid var(--admin-primary);outline-offset:2px}.IconButton_iconButton__2tNPd:hover:not(:disabled){background:var(--admin-primary-soft);color:var(--admin-primary)}.IconButton_iconButton__2tNPd:disabled{opacity:.4;cursor:not-allowed}.IconButton_sizeSm___8ddh{width:2.8rem;height:2.8rem}.IconButton_sizeSm___8ddh svg{width:1.6rem;height:1.6rem}.IconButton_sizeMd__cIZxb{width:3.4rem;height:3.4rem}.IconButton_sizeMd__cIZxb svg{width:1.9rem;height:1.9rem}.IconButton_sizeLg__ba1Bu{width:4rem;height:4rem}.IconButton_sizeLg__ba1Bu svg{width:2.2rem;height:2.2rem}.IconButton_bordered__8qzmq{border-color:var(--admin-border);background:var(--admin-bg)}.IconButton_bordered__8qzmq:hover:not(:disabled){background:var(--admin-bg-muted);border-color:var(--admin-primary)}.IconButton_solid__VGfsC{background:var(--admin-primary);color:var(--admin-text-on-primary);border-color:var(--admin-primary)}.IconButton_solid__VGfsC:hover:not(:disabled){background:var(--admin-primary-hover);color:var(--admin-text-on-primary)}.IconButton_active__c2VzH{background:var(--admin-primary-soft-strong);color:var(--admin-primary)}.IconButton_danger__s8KE_{color:var(--admin-danger)}.IconButton_danger__s8KE_:hover:not(:disabled){background:rgba(220,38,38,.08);color:var(--admin-danger)}@media (max-width:899px){.IconButton_sizeSm___8ddh{width:32px;height:32px}.IconButton_sizeSm___8ddh svg{width:18px;height:18px}.IconButton_sizeMd__cIZxb{width:40px;height:40px}.IconButton_sizeMd__cIZxb svg{width:20px;height:20px}.IconButton_sizeLg__ba1Bu{width:48px;height:48px}.IconButton_sizeLg__ba1Bu svg{width:24px;height:24px}}.Autocomplete_root__xbLwt{position:relative;width:100%;font-family:var(--admin-font);box-sizing:border-box}.Autocomplete_label__WsD69{display:block;font-size:1rem;font-weight:600;color:var(--admin-text-muted);margin-bottom:.4rem;letter-spacing:.02em;text-transform:uppercase}.Autocomplete_required__gQ6ia{color:var(--admin-primary);margin-left:2px}.Autocomplete_control__Kz7J_{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem;width:100%;background:var(--admin-bg);border:1px solid var(--admin-border);border-radius:var(--admin-radius-md);padding:.3rem .6rem .3rem 1rem;min-height:var(--admin-control-height-md);cursor:text;transition:border-color .16s ease,box-shadow .16s ease;box-sizing:border-box}.Autocomplete_control__Kz7J_:hover:not(.Autocomplete_disabled__z8OpA):not(.Autocomplete_errored__xbCCn){border-color:var(--admin-border-strong)}.Autocomplete_control__Kz7J_.Autocomplete_focused__XnNJk:not(.Autocomplete_errored__xbCCn){border-color:var(--admin-primary);box-shadow:0 0 0 3px var(--admin-primary-soft)}.Autocomplete_control__Kz7J_.Autocomplete_errored__xbCCn{border-color:var(--admin-danger)}.Autocomplete_control__Kz7J_.Autocomplete_disabled__z8OpA{background:var(--admin-bg-muted);cursor:not-allowed}.Autocomplete_control__Kz7J_.Autocomplete_single__4oRog{padding-top:0;padding-bottom:0}.Autocomplete_control__Kz7J_.Autocomplete_single__4oRog .Autocomplete_input__mRhhI{padding-top:.6rem;padding-bottom:.6rem}.Autocomplete_startAdornment__wwovK{display:inline-flex;align-items:center;line-height:0;color:var(--admin-text-muted);flex-shrink:0}.Autocomplete_tagChip__Lu6Xo{display:inline-flex;align-items:center;gap:.3rem;background:var(--admin-primary-soft);color:var(--admin-primary);border:1px solid transparent;border-radius:var(--admin-radius-sm);padding:.2rem .5rem .2rem .7rem;font-size:1.05rem;font-weight:500;max-width:100%;line-height:1.4}.Autocomplete_tagLabel__4GDGn{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:20rem}.Autocomplete_tagRemove__nYOZJ{background:transparent;border:none;color:inherit;cursor:pointer;line-height:0;padding:1px;display:inline-flex;border-radius:3px}.Autocomplete_tagRemove__nYOZJ:hover{background:rgba(210,0,87,.15)}.Autocomplete_tagRemove__nYOZJ svg{width:1.3rem;height:1.3rem}.Autocomplete_input__mRhhI{flex:1;min-width:6rem;border:none;outline:none;background:transparent;font-family:inherit;font-size:1.3rem;color:var(--admin-text);padding:.5rem 0;box-sizing:border-box}.Autocomplete_input__mRhhI::placeholder{color:var(--admin-text-subtle);opacity:1}.Autocomplete_actions__700hG{display:inline-flex;align-items:center;gap:.125rem;margin-left:auto;flex-shrink:0;color:var(--admin-text-muted)}.Autocomplete_iconBtn__4gHLe{background:transparent;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;line-height:0;padding:4px;border-radius:4px;color:inherit}.Autocomplete_iconBtn__4gHLe:hover{color:var(--admin-primary);background:var(--admin-primary-soft)}.Autocomplete_iconBtn__4gHLe svg{width:1.6rem;height:1.6rem}.Autocomplete_dropdown__g8FgQ{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--admin-bg);border:1px solid var(--admin-border);border-radius:var(--admin-radius-md);box-shadow:var(--admin-shadow-lg);z-index:1300;max-height:28rem;overflow-y:auto;padding:4px;list-style:none;margin:0}.Autocomplete_option__8E87E{display:flex;align-items:center;gap:.6rem;padding:.6rem .8rem;font-size:1.25rem;color:var(--admin-text);cursor:pointer;border-radius:var(--admin-radius-sm);user-select:none;line-height:1.3}.Autocomplete_option__8E87E.Autocomplete_highlighted__WVGPf{background:var(--admin-primary-soft);color:var(--admin-primary)}.Autocomplete_option__8E87E.Autocomplete_selected__Ew6LX{font-weight:600}.Autocomplete_optionEmpty__ozS7E{padding:.7rem .9rem;font-size:1.15rem;color:var(--admin-text-muted)}.Autocomplete_helper__2_TQy{font-size:.95rem;margin-top:.3rem;color:var(--admin-text-muted);min-height:1.2rem;padding-left:.25rem}.Autocomplete_helper__2_TQy.Autocomplete_error__YsQNM{color:var(--admin-danger)}.Autocomplete_loading__x5ztV{display:inline-block;width:1.4rem;height:1.4rem;border:2px solid;border-bottom:2px solid transparent;border-radius:50%;animation:Autocomplete_adminAcSpin__1P2YQ .7s linear infinite}@keyframes Autocomplete_adminAcSpin__1P2YQ{to{transform:rotate(1turn)}}@media (max-width:899px){.Autocomplete_label__WsD69{font-size:12px;margin-bottom:6px}.Autocomplete_input__mRhhI{font-size:16px;padding:8px 0}.Autocomplete_control__Kz7J_{min-height:44px;padding:4px 8px 4px 12px}.Autocomplete_option__8E87E{font-size:14px;padding:10px 12px}.Autocomplete_optionEmpty__ozS7E{font-size:13px}.Autocomplete_helper__2_TQy{font-size:12px}.Autocomplete_tagChip__Lu6Xo{font-size:12px;padding:2px 6px 2px 8px}.Autocomplete_iconBtn__4gHLe svg,.Autocomplete_loading__x5ztV,.Autocomplete_tagRemove__nYOZJ svg{width:14px;height:14px}}.TextField_field__ROoMM{display:flex;flex-direction:column;width:100%;font-family:var(--admin-font);box-sizing:border-box}.TextField_label__zGOaR{font-size:1rem;font-weight:600;color:var(--admin-text-muted);margin-bottom:.4rem;letter-spacing:.02em;text-transform:uppercase}.TextField_required__1fPtq{color:var(--admin-primary);margin-left:2px}.TextField_controlWrap__Zv6En{display:flex;align-items:center;gap:.6rem;width:100%;background:var(--admin-bg);border:1px solid var(--admin-border);border-radius:var(--admin-radius-md);transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease;box-sizing:border-box;overflow:hidden;padding:0 1.1rem;min-height:var(--admin-control-height-md)}.TextField_controlWrap__Zv6En:hover:not(.TextField_disabled__TjvAs):not(.TextField_errored__qAnuG){border-color:var(--admin-border-strong)}.TextField_controlWrap__Zv6En.TextField_focused__BNcb1:not(.TextField_errored__qAnuG){border-color:var(--admin-primary);box-shadow:0 0 0 3px var(--admin-primary-soft)}.TextField_controlWrap__Zv6En.TextField_errored__qAnuG{border-color:var(--admin-danger)}.TextField_controlWrap__Zv6En.TextField_errored__qAnuG.TextField_focused__BNcb1{box-shadow:0 0 0 3px rgba(220,38,38,.12)}.TextField_controlWrap__Zv6En.TextField_disabled__TjvAs{background:var(--admin-bg-muted);color:var(--admin-text-subtle);cursor:not-allowed}.TextField_input__uL1zA,.TextField_textarea__4M3un{flex:1;border:none;background:transparent;outline:none;font-family:inherit;font-size:1.3rem;color:var(--admin-text);padding:.6rem 0;width:100%;box-sizing:border-box;min-width:0}.TextField_input__uL1zA::placeholder,.TextField_textarea__4M3un::placeholder{color:var(--admin-text-subtle);opacity:1}.TextField_textarea__4M3un{resize:vertical;line-height:1.5;padding:.8rem 0;min-height:8rem}.TextField_input__uL1zA:disabled,.TextField_textarea__4M3un:disabled{cursor:not-allowed;color:var(--admin-text-subtle)}.TextField_adornment__49lnf{display:inline-flex;align-items:center;color:var(--admin-text-muted);flex-shrink:0;line-height:0}.TextField_adornment__49lnf svg{width:1.8rem;height:1.8rem}.TextField_helper__dVkeI{font-size:.95rem;margin-top:.3rem;color:var(--admin-text-muted);min-height:1.2rem;padding-left:.25rem}.TextField_helper__dVkeI.TextField_error__GxoUP{color:var(--admin-danger)}.TextField_sizeSm__H8Uo1 .TextField_controlWrap__Zv6En{min-height:var(--admin-control-height-sm);padding:0 .8rem}.TextField_sizeSm__H8Uo1 .TextField_input__uL1zA{font-size:1.15rem}.TextField_sizeLg__2Kb4q .TextField_controlWrap__Zv6En{min-height:var(--admin-control-height-lg);padding:0 1.4rem}.TextField_sizeLg__2Kb4q .TextField_input__uL1zA{font-size:1.45rem}@media (max-width:899px){.TextField_label__zGOaR{font-size:12px;margin-bottom:6px}.TextField_input__uL1zA,.TextField_textarea__4M3un{font-size:16px;padding:10px 0}.TextField_controlWrap__Zv6En{min-height:44px;padding:0 14px}.TextField_sizeSm__H8Uo1 .TextField_controlWrap__Zv6En{min-height:38px;padding:0 12px}.TextField_sizeLg__2Kb4q .TextField_controlWrap__Zv6En{min-height:52px;padding:0 16px}.TextField_helper__dVkeI{font-size:12px}.TextField_adornment__49lnf svg{width:18px;height:18px}}.Switch_wrapper__Gjm_e{display:inline-flex;align-items:center;gap:.625rem;font-family:var(--admin-font);cursor:pointer;user-select:none}.Switch_wrapper__Gjm_e.Switch_disabled__6xs_u{cursor:not-allowed;opacity:.55}.Switch_input__LoxMe{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0;padding:0;margin:-1px}.Switch_track__e5vsc{position:relative;display:inline-block;width:36px;height:20px;background:#d0d4dc;border-radius:999px;transition:background-color .18s ease;flex-shrink:0}.Switch_thumb__a7Gkf{position:absolute;top:2px;left:2px;width:16px;height:16px;background:#ffffff;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.18);transition:transform .18s ease}.Switch_input__LoxMe:checked+.Switch_track__e5vsc{background:var(--admin-primary)}.Switch_input__LoxMe:checked+.Switch_track__e5vsc .Switch_thumb__a7Gkf{transform:translateX(16px)}.Switch_input__LoxMe:focus-visible+.Switch_track__e5vsc{box-shadow:0 0 0 3px var(--admin-primary-soft)}.Switch_label__fAQ8e{font-size:.875rem;color:var(--admin-text)}.Switch_sizeSm__8oycF .Switch_track__e5vsc{width:30px;height:18px}.Switch_sizeSm__8oycF .Switch_thumb__a7Gkf{width:14px;height:14px}.Switch_sizeSm__8oycF .Switch_input__LoxMe:checked+.Switch_track__e5vsc .Switch_thumb__a7Gkf{transform:translateX(12px)}@media (max-width:899px){.Switch_label__fAQ8e{font-size:14px}.Switch_track__e5vsc{width:40px;height:22px}.Switch_thumb__a7Gkf{width:18px;height:18px}.Switch_input__LoxMe:checked+.Switch_track__e5vsc .Switch_thumb__a7Gkf{transform:translateX(18px)}}.Pill_pill__9adbC{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .7rem;border-radius:999px;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:600;line-height:1;white-space:nowrap;background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.2)}.Pill_pill__9adbC .MuiSvgIcon-root{font-size:14px;display:block;flex-shrink:0}.Pill_pill__9adbC>span{display:inline-flex;align-items:center;line-height:1}.Pill_primary__HP8Bz{background:rgba(210,0,87,.18);border-color:rgba(210,0,87,.5)}.Pill_verified__70ejG{background:rgba(0,180,100,.18);border-color:rgba(0,180,100,.5)}.Pill_unverified__6NLZy{background:rgba(255,165,0,.18);border-color:rgba(255,165,0,.5)}.Pill_credits__bwDsa{background:rgba(16,185,129,.16);border-color:rgba(16,185,129,.4);color:#6EE7B7}.CardsSkeleton_grid__fABra{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem;margin-bottom:1.5rem}.CardsSkeleton_card__KKWbw{background:#ffffff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.08);padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.CardsSkeleton_cardHeader__ovL_U{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.CardsSkeleton_actionsRow__7wQEP{display:flex;gap:6px;margin-top:.25rem}@keyframes CardsSkeleton_shimmer__n3tUB{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.CardsSkeleton_shimmer__n3tUB{position:relative;overflow:hidden;background-color:#ebebeb;display:block;flex-shrink:0}.CardsSkeleton_shimmer__n3tUB:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.55) 50%,transparent);animation:CardsSkeleton_shimmer__n3tUB 1.6s ease-in-out infinite}@media (max-width:899px){.CardsSkeleton_grid__fABra{grid-template-columns:1fr;gap:12px}.CardsSkeleton_card__KKWbw{padding:1rem}}.emailTemplateForm_container___8Q7Q{max-width:1400px;margin:0 auto;font-family:Poppins,sans-serif;height:calc(100vh - 4rem);max-height:calc(100vh - 4rem);overflow:hidden;min-height:0}.emailTemplateForm_header__CTke4{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.emailTemplateForm_title__7FAPB{font-size:var(--admin-h1);font-weight:700;color:#232D3E;margin:0;line-height:var(--admin-line-tight)}.emailTemplateForm_card__BU2_X{background:white;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);padding:1.5rem;height:100%;flex-shrink:1}.emailTemplateForm_card__BU2_X,.emailTemplateForm_formLayout__htplH{max-height:100%;display:flex;flex-direction:column;overflow:hidden;min-height:0}.emailTemplateForm_formLayout__htplH{flex:1}.emailTemplateForm_formHeader__7AuJ3{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.emailTemplateForm_formHeaderLeft__WV5Y7{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.emailTemplateForm_scrollArea__ISPVt{flex:1;overflow:auto;padding-top:.75rem;padding-right:.25rem;min-height:0}.emailTemplateForm_stickyFooter__c4Nj_{position:sticky;bottom:0;background:#fff}.emailTemplateForm_stickyFooterInner__SlKxM{padding-top:1rem}@media (min-width:900px){.emailTemplateForm_stickyFooter__c4Nj_{display:none}}.emailTemplateForm_sectionTitle___sSj1{font-size:1rem;font-weight:600;color:#232D3E;margin:0 0 .75rem}.emailTemplateForm_row__kwuNs{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.emailTemplateForm_fullRow__BiX2O{grid-column:1/-1}.emailTemplateForm_tokens__sga2M{display:flex;flex-wrap:wrap;gap:.5rem}.emailTemplateForm_htmlToolbar__1UA_y{display:flex;align-items:center;gap:.25rem;padding:.5rem;border:1px solid #e0e0e0;border-radius:8px;background:#f8f9fa}.emailTemplateForm_htmlToolbarGroup__Y5so_{display:flex;gap:.25rem}.emailTemplateForm_editorShell__V44HY{display:flex;flex-direction:column;gap:.75rem;min-height:0}.emailTemplateForm_editorGrid__UMbDz{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:stretch;min-height:0}.emailTemplateForm_editorSingle__sVsnj{display:block}.emailTemplateForm_editorPanel__S9ERJ{display:flex;flex-direction:column;gap:.75rem;min-height:0}.emailTemplateForm_editorContent__XAgQm{flex:1;display:flex;flex-direction:column;min-height:0}.emailTemplateForm_codeEditor__gtTaO{width:100%;flex:1}.emailTemplateForm_codeEditor__gtTaO .MuiInputBase-root{height:100%}.emailTemplateForm_codeEditor__gtTaO textarea{height:100%!important;overflow:auto!important}.emailTemplateForm_previewFrame__CrHhl{width:100%;height:calc(100% - 1.5rem);border:1px solid #c4c4c4;border-radius:4px;background:#fff;display:block;box-sizing:border-box}.emailTemplateForm_previewBox__Db_AV{border:1px solid #e0e0e0;border-radius:8px;padding:1rem;background:#fff}@media (max-width:899px){.emailTemplateForm_card__BU2_X,.emailTemplateForm_container___8Q7Q{height:auto;max-height:none;overflow:visible}.emailTemplateForm_card__BU2_X{padding:14px;border-radius:10px}.emailTemplateForm_formLayout__htplH{max-height:none;overflow:visible}.emailTemplateForm_scrollArea__ISPVt{overflow:visible;padding-top:0;padding-right:0}.emailTemplateForm_formHeader__7AuJ3{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:1rem}.emailTemplateForm_formHeaderLeft__WV5Y7{gap:12px}.emailTemplateForm_formHeaderSubmit__e_nBx{display:none}.emailTemplateForm_title__7FAPB{font-size:20px}.emailTemplateForm_row__kwuNs{grid-template-columns:1fr;gap:12px}.emailTemplateForm_sectionTitle___sSj1{font-size:14px}.emailTemplateForm_editorGrid__UMbDz{grid-template-columns:1fr}.emailTemplateForm_htmlToolbar__1UA_y{flex-wrap:wrap}.emailTemplateForm_previewFrame__CrHhl{height:360px}}