@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--sb-bg: #FFFFFF;--sb-border: #EEF0F4;--sb-ink: #374151;--sb-ink-active: #111827;--sb-icon: #6B7280;--sb-icon-active: #7B61FF;--sb-active-bg: #F1EFFF;--sb-hover-bg: #F9FAFB;--sb-width-open: 208px;--sb-width-collapsed: 80px}.sidebar.collapsed{position:relative}.sidebar{display:flex;flex-direction:column;height:100%;position:relative;top:0;background:var(--sb-bg);border-right:1px solid var(--sb-border);width:var(--sb-width-open);transition:width .2s ease-out;z-index:100}.sidebar.collapsed{width:var(--sb-width-collapsed)}.brand{display:flex;align-items:center;justify-content:space-between;height:80px;flex-shrink:0}.brand-logo{display:flex;align-items:center;width:100%;padding-left:26px;margin-top:43px;justify-items:center;flex-direction:row;justify-content:flex-start}.brand-logo-img{height:45px;width:auto;flex-shrink:0;margin-left:-7px}.brand-text{font-size:18px;font-weight:600;color:#111827;white-space:nowrap}.sidebar-toggle-btn{background:none;border:none;cursor:pointer;align-self:center;padding:4px;border-radius:6px;margin-left:5px;display:block}.sidebar-toggle-btn:not(.active):hover{background-color:var(--sb-hover-bg)}.sidebar.collapsed .brand-text{display:none}.side-nav{padding:0 0 0 16px;overflow-y:auto;margin-top:48px;margin-bottom:48px;flex-grow:1;display:flex;flex-direction:column;gap:12px;justify-content:flex-start}.side-link{display:flex;align-items:center;height:40px;gap:10px;padding:8px 10px;border-radius:10px;overflow:hidden;color:#111827;text-decoration:none;transition:.15s ease-in-out}.side-link.disabled{pointer-events:none;opacity:.5}.side-link:not(.active):hover .label{color:#27115f}.side-link .label{font-size:16px!important;font-weight:500!important;color:#27115f!important;transition:opacity .1s ease-out}.side-link .sb-icon{width:24px!important;height:24px!important;color:var(--sb-icon);flex-shrink:0;transition:color .15s ease;filter:none;opacity:1}.side-link:not(.active):hover{background:#f4f3ff;border-radius:8px 0 0 8px;color:#27115f!important}.side-link:not(.active):hover .label{color:#27115f!important}.side-link.active{background:#27115f!important}.side-link.active .label{color:#f4f3ff!important}.side-link.active path{stroke:#f4f3ff!important}.side-link:not(.active):hover path{stroke:#27115f!important}.sidebar.collapsed .side-link{justify-content:center}.sidebar.collapsed .side-link .label{opacity:0;width:0;pointer-events:none}.sidebar-footer{display:flex;flex-direction:column;justify-self:end}.tenant-info{margin-top:auto;border-top:1px solid var(--sb-border);padding:20px;display:flex;align-items:center;gap:10px;overflow:hidden;flex-shrink:0}.tenant-avatar{width:40px;height:40px;border-radius:50%;margin-left:4px;flex-shrink:0}.tenant-details{flex:1;overflow:hidden;white-space:nowrap}.tenant-name{font-weight:600;font-size:14px;color:#111827}.tenant-id{font-size:12px;color:var(--sb-icon)}.tenant-arrow{background:none;border:none;cursor:pointer;padding:4px}.sidebar.collapsed .tenant-details,.sidebar.collapsed .tenant-arrow{display:none}.burger-btn{position:fixed;top:16px;left:16px;width:40px;height:40px;border:0;border-radius:8px;background:#f3f4f6;z-index:110;cursor:pointer;display:none}.sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a59;z-index:90;opacity:0;pointer-events:none;transition:opacity .2s ease-out}.sidebar-overlay.show{opacity:1;pointer-events:auto;display:block}@media (max-width: 1024px){.sidebar{position:fixed;transform:translate(-100%);transition:transform .25s ease-out}.sidebar.open{transform:translate(0);width:var(--sb-width-open)}.sidebar.collapsed{width:var(--sb-width-open)}.sidebar-toggle-btn{display:none}.burger-btn,.sidebar.open .brand-text{display:block}.sidebar.open .label,.sidebar.open .tenant-details,.sidebar.open .tenant-arrow{display:block;opacity:1;width:auto}.sidebar.open .side-link .label{font-size:16px}.side-link{min-height:40px}.sidebar.open .side-link{justify-content:flex-start;font-size:16px}}.burger-btn{position:fixed;top:16px;left:16px;width:44px;height:44px;border:1px solid #E5E7EB;border-radius:8px;background:#fff;z-index:110;cursor:pointer;display:none;align-items:center;justify-content:center;box-shadow:0 1px 2px #0000000d}.mobile-close-btn{display:none;background:none;border:none;cursor:pointer;padding:4px}@media (max-width: 1024px){.sidebar{position:fixed;transform:translate(-100%);transition:transform .25s cubic-bezier(.4,0,.2,1);box-shadow:4px 0 24px #0000001a}.sidebar.open{transform:translate(0);width:45%;max-width:300px}.side-nav{text-wrap-mode:nowrap}.sidebar.collapsed{width:45%;max-width:300px}.sidebar-toggle-btn{display:none}.burger-btn{display:flex}.mobile-close-btn{display:block}.sidebar.open .brand-text,.sidebar.open .label,.sidebar.open .tenant-details,.sidebar.open .tenant-arrow{display:block;opacity:0;width:auto;pointer-events:auto}.sidebar.open .brand-logo img{content:url(/brand-backoffice.svg);margin-top:40px}.sidebar .brand-logo img{content:url(/brand-backoffice.svg);margin-top:40px}.sidebar.open .side-link{justify-content:flex-start}}:root{--primary: #4F46E5;--primary-hover: #4338ca;--text-main: #111827;--text-sec: #4B5563;--bg-hero: #FFFFFF}body{font-family:Inter,sans-serif;margin:0;padding:0;color:var(--text-main);background-color:#fff;-webkit-font-smoothing:antialiased}.web-header{display:flex;align-items:center;justify-content:space-between;padding:24px 48px;background-color:transparent;max-width:1400px;margin:0 auto}.web-logo-container img{height:40px;display:block}.web-nav{display:flex;gap:32px}.web-nav-link{text-decoration:none;font-family:Inter;font-style:normal;font-weight:500;font-size:16px;line-height:150%;color:#374151;transition:color .2s}.web-nav-link:hover{color:var(--text-main)}.web-header-right{display:flex;align-items:center;gap:24px}.web-signin-btn{text-decoration:none;font-family:Inter;font-style:normal;font-weight:700;font-size:16px;line-height:150%;color:#000}.web-hero-bg{background-image:url(/assets/web-bg-DNG3zyxv.webp);background-size:cover;background-position:center;background-repeat:no-repeat}.web-hero{position:relative;padding:60px 48px 100px;max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:60px;min-height:700px}.web-hero-content{max-width:600px;z-index:2}.web-hero-title{font-family:Inter;font-style:normal;font-weight:500;font-size:56px;line-height:68px;color:#374151;margin-bottom:24px;letter-spacing:-1.5px}.web-hero-sub{max-width:476.2px;font-family:Inter;font-style:normal;font-weight:500;font-size:16px;line-height:180%;color:#374151;margin-bottom:40px}.web-hero-actions{display:flex;align-items:center;gap:24px}.web-btn-primary{text-decoration:none;box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:14px 24px;gap:12px;background:#4219e6;border:1px solid #4219E6;box-shadow:0 1px 2px #1018280d;border-radius:16px;cursor:pointer;font-family:Inter;font-style:normal;font-weight:600;font-size:18px;line-height:28px;text-wrap-mode:nowrap;color:#fff!important}.web-btn-primary:hover{background-color:#3e10b8}.web-link-action{text-decoration:none;text-wrap-mode:nowrap;font-family:Inter;font-style:normal;font-weight:600;font-size:18px;line-height:28px;color:#4219e6}.web-link-action:hover{text-decoration:underline}.web-hero-collage{position:relative;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:24px;max-width:700px;align-items:start}.collage-img{width:100%;height:auto;border-radius:24px;box-shadow:0 20px 40px #00000014;object-fit:cover}.img-pp{grid-column:1;grid-row:1;width:100%;right:-50%;top:-71px;position:relative;aspect-ratio:4 / 3;margin-top:40px}.img-pos{grid-column:2;grid-row:1;right:-60%;top:-30px;position:relative;width:130%;aspect-ratio:4 / 3}.img-people{grid-column:1;grid-row:2;width:100%;position:relative;top:-69px;width:120%;aspect-ratio:1 / 1}.img-handheld{grid-column:2;grid-row:2;width:100%;max-height:230px;position:relative;right:-30%;aspect-ratio:1 / 1;margin-top:-30px}@media (max-width: 1024px){.web-hero-title{font-size:48px}.web-nav{display:none}}@media (max-width: 768px){.web-hero{flex-direction:column;padding:40px 24px;text-align:center}.web-hero-content{margin:0 auto}.web-hero-actions{justify-content:center;flex-direction:column}.web-hero-collage{grid-template-columns:1fr;grid-template-rows:auto}.img-pp,.img-pos,.img-people,.img-handheld{grid-column:1;grid-row:auto;margin:0;position:static;width:100%}}.territory-layout{display:grid;grid-template-columns:1fr 320px;gap:16px;align-items:start}.territory-main{min-width:0}.territory-side{position:sticky;top:72px;display:flex;flex-direction:column;gap:12px}.tm-card{margin-bottom:16px}.ts-card{padding:16px}.territory-map{width:100%;height:420px;border-radius:12px;overflow:hidden;box-shadow:0 0 0 1px #eee inset}.rep-photo-tile{width:100%;height:180px;border-radius:12px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;overflow:hidden}.rep-photo-tile img{width:100%;height:100%;object-fit:cover}.rep-photo-missing{color:#9ca3af;font-size:12px}.wallpaper-preview{width:100%;height:140px;border-radius:12px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;overflow:hidden}.wallpaper-preview img{width:100%;height:100%;object-fit:cover}.chips-wrap{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.chip{padding:2px 8px;border-radius:999px;background:#f3f4f6;font-size:12px;color:#6b7280}.sticky-actions{position:relative;bottom:0;margin-top:50px;margin-bottom:50px;width:100%;padding:12px 0;display:flex;gap:8px;justify-content:flex-end}.grid-full{grid-column:1 / -1}@media (max-width: 1100px){.territory-layout{grid-template-columns:1fr}.territory-side{position:static}}.territory-page{width:100%;height:100%}:root{--ring:#E5E7EB;--ink:#111827;--mut:#6B7280;--card:#fff;--soft:#F9FAFB}.bo-menu-page{max-width:1100px;margin:0 auto;padding:12px}.muted{color:var(--mut)}.ic{width:18px;height:18px;stroke:#111;fill:none;stroke-width:2}.bo-page-head{display:flex;align-items:center;justify-content:space-between;margin:40px 0}.bo-crumbs{color:var(--gray-500, #6B7280);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:150%}.bo-view{display:flex;flex-direction:row;align-items:flex-start;padding:0;isolation:isolate;border:1px solid #D0D5DD;border-radius:8px}.bo-crumbs-ca{color:var(--gray-700, #374151);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:150%}.bo-menu-page-wrapper.drawer-open.drawer-full{grid-template-columns:1fr}.bo-menu-page-wrapper.drawer-open.drawer-full .bo-menu-content{display:none}.bo-menu-page-wrapper.drawer-open.drawer-full .bo-drawer{border-left:none}.bo-view{height:40px;opacity:1;border-radius:12px;display:flex;flex-direction:row;align-items:center;gap:8px;border-width:1px;padding:6px;background:var(--Primary-disable, #F5F5FF);border:1px solid var(--Colors-Gray-blue-200, #D5D9EB)}.sq-right{background-color:transparent;border:none;height:32px;cursor:pointer}.sq{display:flex;cursor:pointer;height:32px;padding:6px var(--spacing-lg, 12px);justify-content:center;align-items:center;gap:var(--spacing-md, 8px);border-radius:10px;border:none;border-right:1px solid var(--Colors-Border-border-primary, #D0D5DD);background:#fff}.bo-title-main{max-width:1400px;font-family:Inter;padding:0 30px;font-style:normal;font-weight:600;font-size:28px;line-height:150%;color:#27115f}.bo-btn.line{padding:12px 20px!important;font-size:16px}.bo-btn{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;cursor:pointer;padding:10px 15px!important;gap:8px;width:fit-content;background:#f5f5ff!important;height:45px;border:1px solid #F3F4F6!important;border-radius:12px!important;font-family:Inter;font-style:normal;font-weight:500;font-size:16px;line-height:150%;color:#4219e6!important}.bo-cat-title{font-family:Inter;font-style:normal;font-weight:600;font-size:22px;line-height:150%;color:#27115f}.bo-btn.line,.bo-btn.ghost{background:#fff}.bo-btn.ghost.sm{padding:6px 10px;font-size:12px}.bo-btn.danger{border-color:#fca5a5;color:#b91c1c}.bo-item-card-exp{display:flex}.bo-cat-card{background:var(--card);border-radius:16px;padding:32px}.bo-cart-static{display:flex;justify-content:space-between}.bo-edit.open{fill:#efefff!important;stroke:#efefff!important}.bo-addit,.bo-cat-card{display:flex;flex-direction:row;flex-direction:column;margin-bottom:32px;gap:36px;align-items:stretch;justify-content:space-between;align-content:space-between;background:#fff;box-shadow:-1px 1px 4px #93939340;border-radius:18px}.bo-cat-left h2{font-size:18px;font-weight:600!important;margin:0 0 15px}.bo-cat-left p{color:var(--mut);margin:0}.bo-cat-actions{display:flex;gap:8px;margin-top:8px}.bo-row-desc,.bo-cat-left p{color:#374151!important;font-size:16px!important;gap:5px;margin:6px 0 0;display:flex;align-items:center;justify-content:flex-start}.bo-cat-head{display:flex;align-items:flex-start;justify-content:space-between;cursor:pointer;flex-direction:column;align-content:flex-start}.caret{width:10px;height:10px;border-right:2px solid #9ca3af;border-bottom:2px solid #9ca3af;transform:rotate(-45deg);transition:.2s}.caret.open{transform:rotate(45deg);margin-left:10px}.bo-items-list{margin-top:12px;display:grid;grid-template-columns:repeat(auto-fill,minmax(600px,1fr));gap:20px;flex-direction:column;align-content:center;justify-content:center;align-items:stretch}.bo-item-card{display:flex;gap:16px;align-items:stretch;background:#f8f9ff;border:1px solid #EEF0F4;border-radius:16px;padding:16px;margin:12px 0}.bo-item-main{flex:1;min-width:0}.bo-item-main h3{margin:0 0 6px}.bo-item-main .muted{margin:0 0 8px}.bo-item-stats{margin:6px 0}.bo-stat{display:inline-flex;gap:6px;align-items:center;padding:6px 8px;border-radius:10px;color:#202731;font-size:12px;background-color:#edf0fe}.bo-item-price{font-weight:700;margin:10px 0 6px}.bo-chips{display:flex;gap:8px;flex-wrap:wrap}.bo-chip{display:inline-block;padding:6px 10px;border-radius:10px;background:#fff;border:1px solid var(--ring);font-size:12px}.bo-item-thumb{width:fit-content;position:relative;display:flex;flex-direction:column;align-items:stretch;justify-content:space-between}.bo-item-thumb img{width:100%;height:140px;object-fit:cover;border-radius:12px}.bo-row-actions{display:flex;flex-direction:column;gap:10px}.bo-row-actions2{display:flex;flex-direction:row;gap:10px}.bo-fav{position:relative;top:8px;right:8px;background:transparent;border:none;border-radius:10px;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.bo-empty{padding:12px;color:var(--mut)}.bo-fav svg{color:#eae550;fill:#eae550;width:25px!important;height:25px!important;cursor:pointer}.bo-items-list .menu-card{position:relative;display:flex;grid-template-columns:1fr 260px;gap:24px;min-height:260px!important;padding:24px;flex-direction:column-reverse;justify-content:flex-end;cursor:pointer;border:none;border-radius:24px;background:#f8f9ff}.menu-badge{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:6px;gap:12px;width:fit-content;height:30px;background:#edf0fe;border-radius:6px;font-family:Inter;font-style:normal;font-weight:400;font-size:16px;line-height:150%}.menu-star{position:absolute;top:18px;right:18px;width:32px;height:32px;border:0;background:transparent;padding:0;z-index:1}.menu-star svg{width:24px;height:24px;fill:#eae550;color:#eae550}.menu-title{font-size:22px;line-height:1.15;font-weight:600;color:#374151;margin:12px 0 10px}.menu-desc{font-family:Inter;font-style:normal;font-weight:400;font-size:14px;line-height:150%;color:#202731;margin-bottom:15px}.menu-price{font-family:Inter;font-style:normal;font-weight:400;font-size:18px;line-height:147%;position:absolute;color:#000;bottom:18px}.menu-chips{display:flex;position:absolute;gap:8px;right:15px;bottom:25px;flex-wrap:wrap;flex-direction:row}.menu-chip{display:inline-flex;align-items:center;gap:8px;padding:3px 5px;border-radius:8px;font-family:Inter;font-style:normal;font-weight:400;font-size:16px;line-height:200%}.menu-chip.carbs{background:#fbd2bc;border:1px solid #FBD2BC}.menu-chip.water{background:#e6ebff;border:1px solid #E6EBFF}.menu-chip.fiber{background:#fff2c6;border:1px solid #FFF2C6}.menu-chip.cal{background:#eceafd;border:1px solid #ECEAFD}.menu-img{position:absolute;z-index:0;right:-91px;clip-path:inset(0 30% 0 0);bottom:0;height:100%;width:fit-content;aspect-ratio:1.2 / 1;object-fit:cover}.menu-bottom{display:flex;width:100%;justify-content:space-between;flex-direction:row}.menu-right{z-index:1}.cart-action{width:30px;height:30px;cursor:pointer}.bo-menu-page-wrapper{display:grid;padding:24px;grid-template-columns:1fr;transition:grid-template-columns .3s ease-in-out}.bo-menu-page-wrapper.drawer-open{grid-template-columns:.45fr .6fr;gap:20px}.bo-menu-content{min-width:0;width:100%;margin:0 auto}.bo-menu-page{max-width:1100px;max-width:100%;margin:0;padding:0}.bo-drawer{display:none;height:100vh;position:sticky;top:0;min-width:0;background:#fff;border-radius:18px;box-shadow:1px 1px 2px 1px #00000005,0 1px 2px 1px #00000008;overflow-y:auto}.bo-menu-page-wrapper.drawer-open .bo-drawer{display:block}.bo-menu-settings.menu-home{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:minmax(0,460px) minmax(0,1fr);gap:24px;align-items:flex-start}.menu-main{min-width:0}.menu-home .menu-type-drawer{position:relative;top:0;right:0;width:100%;max-height:none;border-radius:16px;border:1px solid #E5E7EB;background:#fff;box-shadow:0 10px 40px #0f172a14;display:none}.menu-home .menu-type-drawer.open{display:block}.menu-home .bo-drawer-header{padding:20px 24px 8px;border-bottom:1px solid #E5E7EB}.menu-home .bo-drawer-breadcrumb{font-size:13px;color:#6b7280;margin-bottom:4px}.menu-home .bo-drawer-title-row{display:flex;justify-content:space-between;gap:16px;align-items:center}.menu-home .bo-drawer-title{font-size:22px;font-weight:600;color:#111827}.menu-home .bo-drawer-header-actions{display:flex;gap:8px}.menu-home .menu-type-detail{padding:16px 24px 24px}.menu-home .bo-fieldset{margin-bottom:24px}.menu-home .bo-fieldset-h{margin:18px 0 8px;font-size:15px;font-weight:600;color:#111827}.menu-home .bo-label{display:block;margin-bottom:6px;font-size:13px;font-weight:500;color:#374151}.menu-home .bo-drawer-footer{padding:14px 24px 18px;border-top:1px solid #E5E7EB;display:flex;justify-content:flex-end;gap:8px}.mh-card{background:#fff;border-radius:16px;border:1px solid #E5E7EB;box-shadow:0 1px 2px #0f172a0f;padding:24px 24px 28px}.mh-card-header{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.mh-kicker{font-size:13px;font-weight:600;color:#6b21a8;margin-bottom:4px}.mh-title{font-size:24px;font-weight:700;color:#111827}.mh-sub{margin-top:4px;font-size:14px;color:#6b7280;max-width:420px}.mh-body{margin-top:24px}.mh-switch-row{display:flex;gap:12px;align-items:flex-start;padding-top:16px;border-top:1px solid #E5E7EB}.mh-switch-title{font-size:15px;font-weight:600;color:#111827}.mh-switch-sub{font-size:13px;color:#6b7280}.bo-toggle{position:relative;display:inline-block;width:56px;height:28px;flex-shrink:0}.bo-toggle input{opacity:0;width:0;height:0}.bo-toggle-slider{position:absolute;cursor:pointer;top:0;right:0;bottom:0;left:0;border-radius:999px;background:#e5e7eb;transition:background .2s}.bo-toggle-slider:before{content:"";position:absolute;left:3px;top:2px;width:24px;height:24px;border-radius:999px;background:#fff;box-shadow:0 1px 3px #0f172a40;transition:transform .2s}.bo-toggle input:checked+.bo-toggle-slider{background:#4f46e5}.bo-toggle input:checked+.bo-toggle-slider:before{transform:translate(27px)}.mh-menu-type-grid{margin-top:24px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.mh-menu-type-card{border-radius:20px;border:2px solid #E5E7EB;background:#fff;padding:20px 18px;text-align:left;cursor:pointer;transition:border-color .18s,box-shadow .18s,transform .1s}.mh-menu-type-card:hover{border-color:#bdb4fe;box-shadow:0 0 0 3px #e5e7ff;transform:translateY(-1px)}.mh-menu-type-card.is-active{border-color:#4f46e5;box-shadow:0 0 0 3px #e0e7ff}.mh-menu-type-name{font-size:16px;font-weight:500;color:#111827}.mh-empty{grid-column:1 / -1;font-size:13px;color:#6b7280}.menu-hours-grid{margin-top:8px;display:flex;flex-direction:column;gap:8px}.menu-hours-row{display:grid;grid-template-columns:96px 56px 130px 24px 130px;align-items:center;gap:8px}.menu-hours-day{font-size:14px;color:#111827}.menu-hours-input{max-width:130px}.menu-hours-sep{text-align:center;color:#6b7280}.menu-smart-grid{display:flex;flex-direction:column;gap:8px;font-size:13px;color:#374151}.menu-smart-row input{margin-right:6px}.menu-color-row{display:flex;align-items:center;gap:10px;margin-top:8px}.menu-color-input{width:44px;height:32px;border-radius:8px;border:1px solid #E5E7EB;padding:0}.menu-color-hex{font-family:monospace;font-size:13px;color:#4b5563}.menu-upload-placeholder{margin-top:8px;border-radius:14px;border:1px dashed #CBD5E1;padding:16px;font-size:13px;color:#6b7280;text-align:center}.menu-type-multiselect .bo-input{max-width:360px}.menu-sort-select select.bo-input{max-width:260px}@media (max-width: 1024px){.bo-menu-settings.menu-home{grid-template-columns:1fr}.menu-home .menu-type-drawer.open{margin-top:16px}.bo-menu-page-wrapper{padding-left:10px;padding-top:60px}}.bo-drawer-body{padding:29px 44px;max-width:100%;border-radius:18px;background:#fff;overflow:auto;transition:width .2s ease,margin .2s ease}.bo-drawer-body.full{width:100%;max-width:1200px;margin:0 auto}.sq.active{background:#eef0f4}.bo-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:12px}.bo-crumbs{font-size:14px;color:#6b7280}.bo-actions-line{display:flex;flex-wrap:wrap;gap:8px}.btn-item{display:flex;height:56px;padding:14px 32px;border:none;justify-content:center;color:#111928;font-family:Inter;font-size:18px;font-style:normal;font-weight:500;cursor:pointer;line-height:150%;align-items:center;border-radius:16px}.pp-input:focus-visible{background:#fff;border:2px solid #BDB4FE;box-shadow:0 0 0 4px #d9d6fe,1px 2px #d9d6fe;border-radius:16px;outline:none}.pp-input--active{background:#fff;border:2px solid #BDB4FE;box-shadow:0 0 0 4px #d9d6fe,1px 2px #d9d6fe;border-radius:16px}.pp-select--disabled .pp-select-trigger{cursor:not-allowed;opacity:.5}.pp-desc:focus-visible{background:#fff;border:2px solid #BDB4FE;box-shadow:0 0 0 4px #d9d6fe,1px 2px #d9d6fe;border-radius:16px;outline:none}.pp-desc--active{background:#fff;border:2px solid #BDB4FE;box-shadow:0 0 0 4px #d9d6fe,1px 2px #d9d6fe;border-radius:16px}.pp-desc:hover{border-color:#cfd6e3}.btn-item:hover:not(:disabled){background:#d8e1ea}.btn-item.primary{background:#455cf1;border-color:#4f46e5;color:#fff}.btn-item.primary:hover:not(:disabled){background:#4338ca}.btn-item.danger{border-color:#fca5a5;color:#b91c1c}.btn-item.ghost{background:#efefff}.bo-desc-inp{width:320px!important}.bo-block{background:#fff;border-radius:14px;padding:32px 0}.bo-block-title{margin:0 0 4px;font-size:16px;font-weight:600;color:#111827}.bo-subtitle{margin:0 0 4px;font-size:14px;font-weight:600;color:#111827}.bo-muted{color:#6b7280;font-weight:400;font-size:13px}.bo-muted.small{font-size:12px}.bo-grid-2{display:grid;margin-bottom:24px}.bo-field label{display:block;font-size:12px;color:#374151;margin-bottom:6px;font-weight:500}.bo-input{width:100%;border:1px solid #E5E7EB;border-radius:10px;padding:10px 12px;font-size:14px;transition:border-color .2s}.bo-input:focus{outline:none;border-color:#6366f1}.bo-input::placeholder{color:#9ca3af}.bo-price{display:flex;align-items:center;gap:6px}.bo-price>span{font-size:14px;color:#6b7280;font-weight:500}.bo-upload{margin-top:12px;display:flex;gap:10px;flex-direction:column}.bo-upload .bo-label{display:block;font-size:12px;color:#374151;margin:0 0 6px;font-weight:500}.bo-upload .bo-file{font-size:13px}.bo-upload img{width:120px;height:90px;object-fit:cover;border-radius:12px;margin-top:8px;border:1px solid #E5E7EB}.bo-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.bo-card{border:1px solid #E5E7EB;border-radius:16px;background:#f7f7ff;padding:12px;transition:.2s}.bo-card.selected{outline:2px solid #6366F1;background:#f5f5ff}.bo-card-head{display:grid;grid-template-columns:88px 1fr 28px;gap:10px;align-items:center}.bo-card-head img{width:88px;height:88px;border-radius:10px;object-fit:cover;background:#f3f4f6;border:1px solid #E5E7EB}.bo-card-title{font-weight:600;font-size:14px;color:#111827}.bo-card-toggle{border:1px solid #E5E7EB;border-radius:8px;background:#fff;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer}.bo-card.selected .bo-card-toggle{background:#6366f1;color:#fff;border-color:#6366f1}.bo-size-price-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px;padding-top:12px;border-top:1px solid #E5E7EB}.bo-size-price .label{font-size:12px;color:#6b7280;margin-bottom:4px;font-weight:500}.bo-size-price .input{display:flex;align-items:center;gap:6px}.bo-size-price .input span{font-size:14px;color:#6b7280;font-weight:500}.bo-size-price .input input{width:100%;border:1px solid #E5E7EB;border-radius:10px;padding:8px 10px;font-size:14px}.bo-size-price .input input:focus{outline:none;border-color:#6366f1}.bo-chips-row{display:flex;flex-wrap:wrap;gap:10px}.chip,.pill{display:inline-flex;align-items:center;gap:8px;border:1px solid #E5E7EB;border-radius:12px;padding:8px 12px;background:#fff;font-size:13px;color:#374151}.chip img{width:28px;height:28px;border-radius:8px;object-fit:cover;border:1px solid #E5E7EB}.bo-toggles{display:flex;flex-direction:column;gap:16px;margin-top:16px}.bop-switch{display:flex;align-items:flex-start;gap:5px;cursor:pointer;font-family:var(--font-sans);font-size:18px;line-height:1.3;color:#0f172a}.bop-switch input{appearance:none;-webkit-appearance:none;-moz-appearance:none;position:relative;width:56px;height:28px;border-radius:9px;background:#e5e7eb;flex-shrink:0;cursor:pointer;transition:background .18s,border-color .18s}.bop-switch input:after{content:"";position:absolute;top:2px;left:3px;width:24px;height:24px;border-radius:9px;background:#fff;box-shadow:0 1px 3px #0f172a40;transition:transform .18s}.bop-switch input:before{left:0}.bop-switch input:checked{background:#3863ff;border-color:#3863ff}.bop-switch input:checked:after{transform:translate(27px)}.bop-switch input:focus-visible{outline:2px solid #A5B4FC;outline-offset:2px}.inline{display:flex;align-items:center;gap:16px;position:relative;font-family:var(--font-sans);font-size:18px;color:#0f172a}.pp-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:flex-end;margin-right:34px;z-index:60}.top-2fr{display:flex;flex-direction:column;justify-content:flex-end;gap:5px}.inline .muted.top-label{color:#0f172a;font-weight:400}.top-label{color:var(--light-color-text, #172B4D)!important;font-size:16px!important;font-style:normal;font-weight:400!important;line-height:17.08px}.inline select{display:flex;width:72px;height:48px;padding:var(--spacing-md, 8px) var(--sds-size-space-400);align-items:center;gap:var(--spacing-md, 8px);font-size:16px;border-radius:16px;border:1.5px solid var(--Colors-Border-border-primary, #D0D5DD);background:var(--Colors-Background-bg-primary, #FFF);box-shadow:0 1px 2px #1018280d;cursor:pointer}.inline select::-ms-expand{display:none}.bo-extras{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.bo-extra-card{border:1px solid #E5E7EB;border-radius:12px;padding:10px;background:#fff;cursor:pointer}.bo-extra-card.on{border-color:#6366f1;background:#f5f5ff}.space-top{margin-top:10px}.bo-footer{display:flex;justify-content:flex-end;gap:8px;margin-top:20px;padding-top:16px}.bo-head{margin:0 0 18px;flex-direction:column!important}.bo-title{color:var(--gray-900, #111928);font-family:Inter;font-size:30px!important;font-style:normal;padding:20px 0;font-weight:600!important}.head-ctr .bo-title-edit{margin:0!important}.head-ctr{display:flex;flex-direction:row;height:90px;margin-top:5px;gap:10px;align-content:flex-start;align-items:center;justify-content:center}.bo-head-ctr{display:flex;justify-content:space-between;align-items:flex-start;width:100%;gap:12px;flex-direction:column}.pill-row{display:flex;flex-wrap:wrap;gap:8px;max-width:1120px}.pill-btn{display:inline-flex;align-items:center;gap:4px;padding:7px;border-radius:12px;border:1.5px solid #D5D5D5;background:transparent;color:#111928;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:150%;cursor:pointer}.pill-btn.danger .ic{stroke:#e11d48}.ic{width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:1.8}.head-icons{display:flex;right:20px;top:18px;gap:10px;position:absolute;margin-left:auto}.bo-form-ca{color:var(--gray-700, #374151);margin-bottom:24px;font-family:Inter;font-size:22px;font-style:normal;font-weight:600}.sq-itm{display:flex;width:28px;height:28px;padding:4px;justify-content:center;align-items:center;gap:10px;cursor:pointer;aspect-ratio:1/1;background-color:transparent;border-radius:8px;border:1.5px solid #D5D5D5}.sq .ic{width:20px;height:20px}.bo-top{display:flex;flex-direction:row;width:100%;justify-content:space-between;align-items:center}.form-h2{margin:0 0 16px;color:var(--gray-700, #374151);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:150%}.form-desc{margin:0 0 32px;color:var(--gray-700, #374151);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:150%}.bo-grid-2-lg{display:grid;grid-template-columns:1fr 420px;gap:28px}.label-lg{display:block;margin:18px 0 10px;font:700 22px/1.2 var(--font-sans);color:#0d1321}.label-cy{color:var(--colors-text-text-secondary-700, #344054)!important;font-family:Inter;font-size:16px!important;font-style:normal;font-weight:500!important}.price-cell{position:relative}.price-prefix{position:absolute;left:5px;top:52%;transform:translateY(-50%);font:500 16px var(--font-sans);color:#0d1321;pointer-events:none}.bo-input-xl[type=number]::-webkit-outer-spin-button,.bo-input-xl[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.bo-input-xl[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.input-bo{display:flex;height:48px;padding:8px;align-items:center;gap:8px;align-self:stretch;border-radius:16px;border:2px solid var(--Colors-Border-border-primary, #D0D5DD);background:var(--Colors-Background-bg-primary, #FFF);box-shadow:0 1px 2px #1018280d;overflow:hidden;color:var(--Colors-Text-text-placeholder, #374151);text-overflow:ellipsis;font-family:Inter;font-size:16px;max-width:433px;width:100%;font-style:normal;font-weight:500;line-height:150%}.bo-grid-2fr{display:flex;max-width:433px;gap:24px}.pr{padding-left:25px}.price-prefix{padding-left:10px;align-items:center;color:var(--Colors-Text-text-placeholder, #374151);display:flex}.bop-h{margin:0 0 6px;font:600 18px/1.2 var(--font-sans);color:#0d1321}.bop-sub{margin:0 0 12px;color:#6b7280;font:500 14px/1.4 var(--font-sans)}.bop-grid{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width:640px){.bop-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.bop-sec{margin-top:32px}.bop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.bop-card{position:relative;display:flex;flex-direction:column;justify-content:space-between;max-width:232px;height:220px;padding:16px 16px 0;border-radius:24px;border:3px solid #E5E7EB;background:transparent;overflow:hidden;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .12s ease}.bop-card:hover{transform:translateY(-1px)}.bop-card.on{border-color:#455cf1}.bop-top{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.bop-title{overflow:hidden;color:var(--Text-color, #374151);text-overflow:ellipsis;white-space:nowrap;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:150%}.bop-radio{position:absolute;right:14px;top:14px;width:30px;height:30px;border-radius:999px;border:2px solid #E5E7EB;background:transparent;box-sizing:border-box}.bop-card.on .bop-radio{background:#596ce8;border-color:#596ce8;box-shadow:none}.bop-card.on .bop-radio:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8.5L6.5 11L12 5.5' stroke='%23FFFFFF' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/14px 14px no-repeat}.bop-img{margin-top:auto;pointer-events:none}.bop-img img{display:block;width:130%;max-width:none;margin-left:-15%;margin-top:-33px;object-fit:cover;transform:translateY(20%)}.top-grid{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width:640px){.top-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.top-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;max-width:232px;min-height:220px;padding:14px 14px 0!important;border-radius:24px!important;border:3px solid #E5E7EB!important;background:transparent!important;box-shadow:none!important;cursor:pointer;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.top-card:hover{transform:translateY(-1px)}.top-card.on{border-color:#3863ff!important;box-shadow:0 0 0 3px #3863ff40}.top-title{color:var(--Text-color, #374151);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:20px;max-width:47px;text-wrap-mode:wrap}.top-img{margin-top:auto;width:100%;align-self:center}.top-img img{display:block;width:100%;height:auto}.top-radio{position:absolute;right:14px;top:14px;width:30px;height:30px;border-radius:999px;border:1.5px solid #E5E7EB;box-sizing:border-box;background:transparent}.top-card.on .top-radio{background:#3863ff;border-color:#3863ff}.top-card.on .top-radio:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8.5L6.5 11L12 5.5' stroke='%23FFFFFF' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/14px 14px no-repeat}.dr-h,.bop-h,.top-h,.eo-title{color:#374151;font-family:Inter;font-size:18px;font-weight:600}.dr-sub,.top-sub,.bop-sub{color:#374151;font-family:Inter;font-size:16px;font-weight:400}.dr-grid,.bo-extras{display:flex!important;width:100%!important;gap:16px;justify-content:flex-start!important;align-items:stretch!important;align-content:space-around!important;flex-direction:row!important}.dr-card{position:relative;box-sizing:border-box;display:flex;flex-direction:column;align-items:flex-start;padding:12px 16px 16px;min-height:104px;width:200px;border:3px solid #E5E7EB;border-radius:24px;background:transparent;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.dr-card:hover{transform:translateY(-1px)}.dr-card.on{border-color:#3863ff}.dr-title{color:var(--gray-700, #374151)!important;font-family:Inter;font-size:16px!important;font-style:normal;font-weight:500!important}.dr-radio{position:absolute;right:14px;top:14px;width:32px;height:32px;border-radius:50px;border:1.5px solid #E5E7EB;box-sizing:border-box;background:transparent}.dr-card.on .dr-radio{background:#3863ff;border-color:#3863ff}.dr-card.on .dr-radio:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 8.5L6.5 11L12 5.5' stroke='%23FFFFFF' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/14px 14px no-repeat}.eo-wrap{background:#fff;padding:32px 0}.eo-title .muted{color:var(--gray-700, #374151);font-family:Inter;font-size:18px;font-style:italic;font-weight:500;line-height:150%}.eo-desc{color:var(--gray-700, #374151);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:150%}.eo-eg{color:var(--gray-700, #374151);font-family:Inter;font-size:16px;font-style:italic;font-weight:400;line-height:150%}.eo-btn{margin-top:32px;display:flex;height:44px;padding:12px 20px;justify-content:center;align-items:center;gap:8px;border-radius:16px;border:1px solid var(--gray-100, #F3F4F6);background:var(--Primary-disable, #F5F5FF);cursor:pointer;color:var(--Primary, #455CF1);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:150%}.eo-btn:hover{background:#eef2ff}.eo-plus{display:grid;place-items:center;width:28px;height:28px;border-radius:10px}.bo-title-input{border:none;outline:none;background:transparent;width:100%;color:var(--Colors-Purple-950, #27115F);font-family:Inter;font-size:30px;font-style:normal;font-weight:600;padding:0}.bo-title-edit{margin-top:8px;padding:0;border:0;background:none;cursor:pointer;display:inline-flex}.mz-ob__shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh;background:#fff;color:#111}.mz-ob__sidebar{background:#f7f8f9;border-right:1px solid #eee;padding:28px 16px;position:sticky;top:0;height:100vh}.mz-ob__content{padding:40px 56px}.mz-ob__brand{display:flex;align-items:center;justify-content:center;margin-bottom:22px}.mz-ob__brand-icon{width:52px;height:52px}.mz-ob__nav.rail{position:relative;display:flex;flex-direction:column;gap:18px;align-items:center;padding-right:24px}.rail__track,.rail__fill{position:absolute;right:6px;width:4px;border-radius:10px;transform:translateY(calc(var(--rail-top, 0px)))}.rail__track{top:calc(((var(--rail-top, 0))));background:#e4e7ec}.rail__fill{top:calc(((var(--rail-top, 0))));background:#e6007a}.mz-ob__step{height:28px;line-height:28px;padding:0 10px;border-radius:8px;color:#111928;text-decoration:none;font-size:15px;font-weight:500;white-space:nowrap;display:flex;align-items:center}.mz-ob__step:hover{background:#f3f4f6}.mz-ob__step--active{background:transparent;color:#111}.mz-ob__step--disabled{opacity:.45;cursor:default}.ob-label{font-family:Inter;font-style:normal;font-weight:500;font-size:16px;line-height:28px;color:#344054}.dow{margin:18px 0}.mz-ob__card{max-width:740px;height:100%;margin-bottom:63px;padding-top:45px!important}.mz-ob__title{font-size:28px;font-weight:700;margin:0 0 10px}.mz-ob__muted,.muted{color:#6b7280;font-size:12px}.mz-ob__label{display:block;font-size:14px;color:#111;margin:14px 0 6px}.mz-ob__input{max-width:465px;width:100%;height:38px;border:1px solid #e5e7eb;border-radius:8px;padding:0 12px;background:#fff}.mz-ob__input.small{width:72px;text-align:center}.mz-ob__select-caret{position:absolute;right:10px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:6px solid #6b7280;pointer-events:none}.mz-ob__row{display:flex;align-items:flex-end;gap:12px;width:48%;border-radius:0;margin-top:80px;height:70px;background-size:cover;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);bottom:27px;position:fixed;left:0}.mz-ob__skip{font-weight:800;margin-right:20px}.mz-ob__btn,.mz-ob__skip{height:40px;border:none;background-color:transparent;padding:5px 14px;font-size:16px;display:flex;align-items:center;cursor:pointer;color:#374151;padding:20px 40px!important}.mz-ob__btn--primary{background:#2563eb!important;color:#fff;display:flex;align-content:center;z-index:10;position:relative;justify-content:center}.mz-ob__btn--ghost{border:none!important;background-color:transparent!important;display:flex;flex-direction:row;gap:10px}.mz-ob__error{margin-top:12px;background:#fef2f2;color:#b91c1c;border:1px solid #fee2e2;padding:10px 12px;border-radius:8px}.mz-ob__mt16{margin-top:76px!important}.section{margin-top:20px}.label-lg{font-weight:600;margin-bottom:8px}.chip-row{display:flex;gap:8px;flex-wrap:wrap}.chip{height:32px;padding:0 12px;border:1px solid #e5e7eb;border-radius:999px;background:#fff!important;color:#111}.switch{width:46px;height:26px;border-radius:8px;background:#e5e7eb;position:relative;border:none}.switch .knob{position:absolute!important;top:3px;left:3px;width:20px;height:20px;border-radius:6px;background:#fff;transition:left .15s}.switch.on{background:#2563eb!important}.switch.on .knob{left:23px!important}.select{position:relative!important;border:none!important}.select.disabled{opacity:.5!important}.select select{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.mz-ob__actions{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;margin-top:50px}.big-switch{display:flex;flex-direction:row;width:100%;gap:10px}.ob-shell{display:grid;grid-template-columns:1fr 1.1fr;min-height:100vh;background:#fff;overflow:hidden}.ob-left{padding:28px 40px}.ob-hero{max-width:92%;border-radius:16px;box-shadow:0 10px 30px #1118271f;transform:translateY(6px);transition:transform .35s}.ob-right:hover .ob-hero{transform:translateY(0)}.ob-top{display:flex;grid-template-columns:120px 1fr 40px;align-items:center;margin-bottom:24px;justify-content:space-between}.ob-logo{height:35px}.ob-avatar{width:40px;height:40px;border-radius:50%}.ob-tabs{display:flex;gap:10px;margin:6px 0 18px}.ob-tab{padding:8px 12px;border-radius:8px;color:#374151;text-decoration:none;transition:transform .15s,background .15s;font-family:Inter;font-style:normal;font-weight:600;font-size:16px;color:#101828}.ob-tab:hover{transform:translateY(-1px);background:#f3f4f6}.ob-tab.active{background:#f1efff!important;border-color:#cabdff;color:#000!important}.ob-card{width:min(920px,100%);background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 2px #00000008}.ob-title{font-family:Inter;font-style:normal;font-weight:500;font-size:36px;letter-spacing:-.02em;color:#101828;margin:5px 0 0!important}.ob-sub{color:#6b7280;margin:-4px 0 14px}.grid-3{display:grid;grid-template-columns:1fr 120px 120px;gap:12px}.help-card{display:grid;grid-template-columns:56px 1fr auto;gap:12px;border:1px solid #e5e7eb;border-radius:14px;padding:14px;margin-top:18px;background:#fafbff}.help-avatar{width:56px;height:56px;border-radius:12px;object-fit:cover}.help-name{font-family:Inter;font-style:normal;font-weight:600!important;font-size:20px}.avatar-texts{display:flex;gap:5px;flex-direction:column;align-items:stretch;justify-content:space-between}.help-role,.help-meta{color:#6b7280;font-size:12px}.help-actions .ico{width:34px;height:34px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;margin-left:6px}.ob-actions{display:flex;gap:10px;margin-top:26px}.fade-in{animation:fade .25s ease-out}@keyframes fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes pop{0%{transform:scale(.98)}to{transform:scale(1)}}.ob-wrap{display:grid;grid-template-columns:minmax(320px,640px) 1fr;min-height:100%;background:transparent}.ob-card{padding:40px 48px}.ob-brand{display:flex;align-items:center;gap:10px}.ob-steps{display:flex;gap:12px;margin:24px 0 12px;list-style:none}.ob-steps li{height:6px;width:56px;border-radius:6px;background:#eef0f4}.ob-steps li.active{background:#7b61ff33;border:2px solid #7b61ff}.ob-input{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:12px;font-size:16px;gap:8px;width:100%;max-width:465px;cursor:pointer;margin:10px 10px 20px 0;min-height:52px;background:#fff;border:2px solid #D0D5DD;box-shadow:0 1px 2px #1018280d;border-radius:16px;flex:none;order:1;align-self:stretch;flex-grow:0}.ob-input:focus-visible{background:#fff;border:2px solid #BDB4FE;box-shadow:0 0 0 4px #d9d6fe,1px 2px #d9d6fe;border-radius:16px;outline:none}.ob-input--active{background:#fff;border:2px solid #BDB4FE;box-shadow:0 0 0 4px #d9d6fe,1px 2px #d9d6fe;border-radius:16px}.ob-input:hover{border-color:#cfd6e3}.grid{display:grid;grid-template-columns:1fr 1fr 1fr;max-width:465px;gap:12px}.row{display:flex;align-items:center;gap:12px}.link{background:transparent;border:0;color:#6b7280;cursor:pointer}.ob-error{margin-top:10px;margin-bottom:10px;color:#b42318;background:#f6f4ff;font-weight:600;padding:8px 12px;border-radius:10px}.help{display:flex;align-items:stretch;padding:16px;gap:16px;position:relative;max-width:465px;width:100%;height:195px;margin-top:150px;background:#f6f4ff;border-radius:20px;flex-direction:row;justify-content:space-between}.help-title{margin-bottom:55px;height:15px;font-family:Inter;font-style:normal;font-weight:500;font-size:20px;line-height:150%;color:#000}.help-name{font-weight:700;color:#111928}.help-actions{display:flex;gap:10px;list-style:none;flex-direction:column;align-items:flex-end;justify-content:space-between}.avatar-mz{width:80px;height:81px;object-position:top;object-fit:cover;margin-right:10px;border-radius:16px}.ob-side{background:linear-gradient(180deg,#ffeefe,#f7f9ff);display:flex;align-items:center;justify-content:center;padding:40px}.ob-side img{max-width:82%;border-radius:20px;box-shadow:0 12px 40px #0f193124}.ob-top-bc{display:flex;grid-template-columns:120px 1fr 40px;align-items:center;margin-bottom:24px;justify-content:center}.avatar-grid{display:flex;flex-direction:row;gap:5px}.avatar-muted{font-family:Inter;font-style:normal;font-weight:500;font-size:14px;line-height:150%;color:#9ca3af}.help-sub{font-family:Inter;font-style:normal;font-weight:400;font-size:14px;color:#000}.ob-card{max-width:640px;padding:28px 36px 32px}.ob-muted{font-family:Inter;font-style:normal;margin-bottom:40px;font-weight:400;font-size:16px;line-height:20px;color:#101828;margin-top:10px!important;flex:none;order:1;align-self:stretch;flex-grow:0}.mt8{margin-top:8px}.mt12{margin-top:12px}.mt16{margin-top:16px}.ob-textarea{resize:vertical}.ob-select{position:relative;width:100%;border-radius:20px!important}.ob-input option{padding:12px 16px;font-size:16px;line-height:28px;color:#111827}.ob-input option:checked{background:#f9fafb}select.ob-input::-ms-expand{display:none}.ob-help{font-family:Inter;font-style:normal;font-weight:400;font-size:16px;max-width:465px;line-height:20px;color:#000;flex:none;order:0;flex-grow:0}.slug-row{display:flex;gap:8px;align-items:center;max-width:465px}.slug-prefix{padding:12px 14px;border:1px solid #e5e7eb;border-radius:12px;background:transparent;color:#6b7280;min-height:52px;margin:10px 0 20px;font-family:Inter;font-style:normal;font-weight:400;font-size:16px;line-height:24px;display:flex;align-items:center;color:#475467;flex:none;order:0;flex-grow:0}.slug-input{flex:1}.dropzone{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0;gap:10px;margin:10px 10px 20px 0;width:306px;height:166px;cursor:pointer;background:#f9fafb;border:2px dashed #E5E7EB;border-radius:8px;flex:none;order:1;align-self:stretch;flex-grow:0}.dropzone:hover{background:#f6f7fb}.dropzone img{max-width:100%;max-height:100%;object-fit:contain;border-radius:12px}.dz-hint{font-size:12px;color:#6b7280;text-align:center}.link{background:transparent;border:0;color:#6b7280}.row{display:flex;gap:12px;align-items:center}.ob-split{display:grid;grid-template-columns:1fr 1fr;min-height:100dvh}.ob-right>.ob-hero{width:100%;height:100%;object-fit:cover}.ob-right>.ob-map,.ob-right .leaflet-container,.ob-right iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.ob-map .map-head{position:absolute;top:16px;right:16px;z-index:5}.chip{border:1px solid #E6EEF6;background:#fff;border-radius:12px;padding:6px 12px}.mz-ob__btn--primary{background:#4f46e5;color:#fff}.ob-right{height:fit-content;display:flex;flex-direction:column;align-items:flex-start;gap:96px;background:linear-gradient(118.32deg,#5e5be333 17.98%,#ffb5c433 20.82%,#ff97d533 31.92%,#f8f9fc33 44.32%,#f8f9fc33 68.75%),#fff}.obr-hero--location{display:flex;height:100%;padding-top:90px!important;gap:90px!important;flex-direction:column}.ob-map{height:1115px!important}.obr-hero{padding:20px 40px}.obr-hero{max-width:760px;width:100%}.obr-quote blockquote{font-family:Inter;font-style:normal;font-weight:500;font-size:24px;line-height:38px;color:#101828;margin:0 0 10px}.obr-quote figcaption{color:#0f172a;margin-top:8px}.obr-role{color:#64748b;font-size:14px}.obr-shot{margin-top:28px}.obr-shot-inner img{display:block;width:100%;height:auto}@media (max-width: 1024px){.ob-right{order:2;padding:24px}.obr-quote blockquote{font-size:22px}.ob-map{height:600px!important}}.leaflet-control-attribution{display:none}#territoryMap{position:relative;z-index:1}.ob-steps{display:flex;width:100%;gap:12px;margin:24px 0 12px 25px;list-style:none;justify-content:start}.ob-phone-container .react-tel-inputs{width:465px!important}.ob-steps .dot.on{background:#27115f;border-radius:9999px}.ob-steps .dot{cursor:pointer;border:none;width:65px;height:8px;background:#ebe9fe;border-radius:9999px}.ob-select{position:relative}.ob-select-trigger{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative;padding-right:35px}.ob-select-clear{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:24px;line-height:1;color:#999;cursor:pointer;font-weight:300}.ob-select-clear:hover{color:#333}.ob-select-dropdown{position:absolute;top:calc(100% + 8px);left:0;max-width:465px;right:0;background-color:#fff;border-radius:16px;padding:8px;box-shadow:0 8px 16px #0000001a,0 4px 8px #00000014;z-index:100;max-height:250px;overflow-y:auto}.ob-select-option{padding:10px 16px;border-radius:8px;cursor:pointer;max-width:465px;font-size:16px;color:#333}.ob-select-option:hover{background-color:#f5f5f5}.chip.on{border:2px solid #455CF1!important}.avatar-wrapper{position:relative}.avatar-button{background:none;border:none;padding:0;margin:0;cursor:pointer;border-radius:50%}.avatar-button .ob-avatar{display:block;width:32px;height:32px}.avatar-button:focus-visible{outline:2px solid #7B61FF;outline-offset:2px}.avatar-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:180px;background:#fff;border-radius:12px;padding:8px;box-shadow:0 4px 12px #0000001a;border:1px solid #e5e7eb;z-index:100;animation:fade-in-down .15s ease-out}.avatar-dropdown-item{background:none;border:none;display:block;width:100%;text-align:left;font-family:Inter,sans-serif;font-size:15px;color:#101828;padding:10px 12px;cursor:pointer;border-radius:8px}.ob-sb{font-weight:600}.avatar-dropdown-item:hover{background-color:#f5f5f5}@keyframes fade-in-down{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.ob-wrap-bc{display:grid;grid-template-columns:minmax(320px,640px) 1fr;min-height:100%}.ob-wrap-bc .mz-ob__row{position:static;width:100%;margin-top:32px;height:auto;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none;padding:0}:root{--bg:#F9FAFB;--card-cy:#FFF;--border:#E6E8EF;--text:#0F172A;--muted:#6B7280;--primary:#2463EB;--primary-weak:#EEF2FF;--radius:18px;--shadow:1px 1px 2px rgba(0,0,0,.02),0 1px 2px rgba(0,0,0,.03)}html,body,#root{background:var(--bg)}.cyo-wrap{max-width:1400px;margin:0 auto;padding:24px 24px 120px}.cyo-head{display:flex;justify-content:space-between;align-items:center;margin:8px 0 12px}.cyo-flex{background-color:#fff;padding:10px;border-radius:20px}.title{font-size:24px;font-weight:700;color:var(--text);letter-spacing:.2px;margin-bottom:30px}.card-cy{background:transparent;padding:20px;margin-bottom:0}.card-cy .h2{font-weight:700;font-size:16px;margin-bottom:12px;color:var(--text)}.card-cy.mini{padding:12px;border-radius:14px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.grid-full{grid-column:1/-1}.label-cy{font-family:Inter;font-style:normal;font-weight:500;font-size:16px;line-height:150%;color:#111928;flex:none;order:0;margin-bottom:5px;align-self:stretch;flex-grow:0}.input.sm{padding:6px 10px;border-radius:10px}textarea.input{resize:vertical}.tile-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.tile{border:1px solid var(--border);border-radius:16px;background:#fff;text-align:left;overflow:hidden;cursor:pointer;box-shadow:var(--shadow);transition:transform .06s}.tile:hover{transform:translateY(-1px)}.tile img,.img-ph{width:100%;height:140px;object-fit:cover;background:#f6f7f9}.tile .tile-title{padding:10px 12px;font-weight:600}.tile.add{display:flex;align-items:center;justify-content:center;height:188px}.chip-grid{display:flex;flex-wrap:wrap;gap:8px}.chip{border:1px solid var(--border);border-radius:999px;padding:8px 12px;background:#fff;line-height:1;cursor:pointer}.chip.on{background:var(--primary-weak);border-color:#c7d2fe}.chip.add{background:#f8faff}.chip.disabled{opacity:.5;pointer-events:none}.add-inline{display:flex;gap:8px;align-items:center;margin-top:8px}.row-between-cy{display:flex;align-items:center;justify-content:space-between;gap:12px}.options-rows>.row-between-cy{margin-top:8px}.chip-row{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:8px;align-items:center}.btn-cy{border:0;border-radius:12px;padding:10px 14px;cursor:pointer;font-weight:600}.btn-cy.primary{background:var(--primary);color:#fff}.btn-cy.ghost{background:#f3f4f6}.btn-cy.ghost.sm{padding:6px 10px}.btn-cy.icon{background:transparent}.popup-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000040;display:flex;align-items:center;justify-content:center;z-index:50}.popup-card-cy{width:560px;background:#fff;border-radius:20px;padding:16px;border:1px solid var(--border);box-shadow:var(--shadow)}.popup-md{width:640px}.popup-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.popup-foot{display:flex;justify-content:flex-end;gap:8px;margin-top:12px}.mb6{margin-bottom:6px}.switch-row{display:flex;align-items:center;justify-content:space-between;margin:8px 0 12px}.nav-bottom{position:fixed;left:0;right:0;bottom:0;display:flex;justify-content:flex-end;gap:12px;padding:16px 48px 24px;background:#fff9;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.img-ph{display:block}.cy-note{color:#374151;font-size:14px;margin-bottom:30px}.input-cy{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:8px 16px;gap:8px;font-size:14px;width:381px;height:41px;background:#fff;border:2px solid #D0D5DD;box-shadow:0 1px 2px #1018280d;border-radius:16px;flex:none;cursor:pointer;order:1;align-self:stretch}.input-cy:focus-visible{background:#fff;border:2px solid #BDB4FE;box-shadow:0 0 0 4px #d9d6fe,1px 2px #d9d6fe;border-radius:16px;outline:none}.input-cy--active{background:#fff;border:2px solid #BDB4FE;box-shadow:0 0 0 4px #d9d6fe,1px 2px #d9d6fe;border-radius:16px}.ob-select--disabled .ob-select-trigger{cursor:not-allowed;opacity:.5}.input-cy:hover{border-color:#cfd6e3}.cy-select{position:relative}.ob-select .caret{position:absolute;right:12px;top:50%;margin-top:-3px;border:6px solid transparent;border-top-color:#9aa4b2;display:none}.size-head{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:16px;width:595px;margin:12px 0 6px;color:#5b6678;font-size:14px}.size-row{display:flex;grid-template-columns:1.2fr .9fr .9fr;gap:16px;align-items:center;margin-bottom:10px;flex-direction:row-reverse;justify-content:flex-end}.size-row.ghost input,.size-row.ghost select{opacity:.9}.measure-wrap{display:flex;align-items:center;gap:8px;flex-direction:row-reverse}.icon-btn{background:transparent;border:0;cursor:pointer;color:#7a8598;padding:6px;border-radius:10px}.icon-btn:hover{color:#e25b5b;background:#f5f6f8}.i-measure1{width:150px!important}.i-measure2{width:250px!important}.i-measure3{width:100px!important}.tile-grid.crust-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.tile.crust{position:relative;border:2px solid #d7dbe6;border-radius:18px;overflow:hidden}.tile.crust.on{border-color:#1d4ed8}.tile.crust img{background:transparent;width:100%;height:150px;object-fit:contain;display:block;transform:rotate(20deg);object-position:bottom}.crust-radio{position:absolute;top:10px;right:10px;width:26px;height:26px;border:2px solid #cfd6e4;border-radius:999px;background:#fff}.tile.crust.on .crust-radio{border-color:#1d4ed8;box-shadow:inset 0 0 0 6px #1d4ed8}.pp-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60}.pp-card{position:fixed;width:404px;background:linear-gradient(180deg,#f5f5ff 80.29%,#fff 83.17%);padding:9px;border-radius:24px;filter:drop-shadow(1px 2px 2px rgba(0,0,0,.1)) drop-shadow(-1px 0 8px rgba(0,0,0,.1))}.pp-card:after{content:"";position:absolute;left:50%;bottom:-16px;transform:translate(-50%);width:42px;height:24px;border-radius:0 0 24px 24px;background:#fff}.pp-footer{display:flex;padding:0 42px 46px;gap:16px;flex-direction:row;align-content:center;justify-content:flex-end;align-items:center}.pp-head{display:flex;justify-content:space-between;align-items:center;padding:24px 32px 0}.pp-title{color:var(--gray-700, #374151);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:150%}.pp-x{display:flex;background-color:transparent;cursor:pointer;align-items:center;font-size:27px!important;border-radius:8px;padding:7px;border:1.5px solid #D5D5D5;justify-content:center;justify-self:end}.pp-x:hover{background:#edeff7}.pp-body{padding:32px;display:grid;gap:32px}.pp-currency{position:relative;font-size:18px;left:-27px;top:36px}.pp-toggle-row .bop-switch{font-size:16px}.pp-desc{display:flex;height:72px;width:100%;padding:14px 16px;align-items:center;font-size:16px;gap:10px;flex:1 0 0;border-radius:16px;border:2px solid var(--Stroke, #D0D5DD);background:var(--white, #FFF)}.pp-help{cursor:pointer;position:relative;right:-218px;top:-21px}.pp-label{color:var(--gray-900, #111928);font-family:Inter;font-size:16px;margin-bottom:5px;font-style:normal;font-weight:500;line-height:150%}.pp-hint{color:#334155;font-weight:600;margin-bottom:15px}.pp-price{display:contents}.pp-price .pp-input{display:flex;height:48px;width:110px;align-items:center;cursor:pointer;gap:10px;flex:1 0 0;border-radius:16px;border:2px solid var(--Stroke, #D0D5DD);background:#fff}.pp-input{height:40px;width:100%;border:2px solid #e3e6ef;border-radius:16px;padding:0 16px 0 36px;font-size:18px;background:#fff}.pp-input::placeholder{color:#c2c8d6}.pp-money{position:relative}.pp-money:before{content:"$";position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#c2c8d6;font-weight:700}.pp-toggle{display:flex;align-items:center;gap:12px;margin-top:8px}.pp-switch{position:relative;width:100px;height:36px;border-radius:20px;background:#e5e7eb;cursor:pointer;transition:.15s}.pp-switch.on{background:#2563eb}.pp-knob{position:absolute;top:4px;left:4px;width:28px;height:28px;border-radius:999px;background:#fff;transition:.15s}.pp-switch.on .pp-knob{left:32px}.pp-row{display:grid;grid-template-columns:1fr 1fr;gap:35px}.pp-size-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px;align-items:center}.pp-size{font-weight:600;position:absolute;top:-22px;left:0;color:#475569;font-weight:700}.pp-foot{padding:20px;display:flex;justify-content:center;gap:16px}.pp-btn{min-width:100px;height:40px;border-radius:18px;border:0;font-weight:700;font-size:16px;cursor:pointer}.pp-btn.cancel{background:#eef0f8;color:#111827}.pp-btn.save{background:#3b5bfd;color:#fff}.pp-btn:disabled{opacity:.6;cursor:not-allowed}.sauce-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.sauce-card{position:relative;height:112px;border:2px solid #E6E8EF;border-radius:18px;background:#fff;display:flex;align-items:flex-end;justify-content:flex-start;padding:16px 18px 18px;cursor:pointer;transition:border-color .15s,box-shadow .15s}.sauce-card.on{border-color:#d3daff}.sauce-card.def{border-color:#3b5bff;box-shadow:0 0 0 3px #3b5bff1f}.sauce-name{color:#475569;font-weight:600;font-size:16px}.sauce-radio{position:absolute;right:14px;top:14px;width:36px;height:36px;border-radius:999px;border:2px solid #D0D5DD;display:flex;align-items:center;justify-content:center;color:#fff}.sauce-radio.on{background:#3b5bff;border-color:#3b5bff}.cy-switch{position:relative;width:56px;height:30px;border-radius:8px;background:#e5e7eb;cursor:pointer;transition:background .18s ease}.cy-knob{position:absolute;top:4px;left:4px;width:22px;height:22px;border-radius:6px;background:#fff;box-shadow:0 1px 2px #10182833;transition:left .18s ease}.seg{display:flex;gap:16px;margin-top:12px}.seg-btn{border:2px solid #D0D5DD;border-radius:16px;background:#fff;padding:10px 18px;font-weight:600;cursor:pointer}.seg-btn.on{border-color:#3b5bff;color:#0f1e7a}.help-badge{margin-left:10px;border-radius:12px;border:2px solid #E3E6EF;width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;background:#fff;font-weight:700;color:#0f172a}.cy-toggle{display:flex;align-items:center;gap:18px;margin-top:16px}.cy-toggle-label{font-size:16px;font-weight:500;color:#0f172a}.cy-switch{position:relative;width:56px;height:30px;border-radius:8px;background:#e5e7eb;cursor:pointer;transition:.18s}.cy-switch.on{background:#3b5bff}.cy-knob{position:absolute;top:4px;left:4px;width:22px;height:22px;border-radius:6px;background:#fff;box-shadow:0 1px 2px #10182833;transition:left .18s}.cy-switch.on .cy-knob{left:30px}.options-rows{margin-top:8px}.row-between-cy{display:flex;align-items:center;justify-content:flex-start;gap:30px;margin:14px 0}.cy-toggle{display:flex;align-items:center;gap:18px;margin:10px 0}.cy-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f8faff;border:2px solid #E6EAF5;border-radius:18px;padding:12px 18px;min-width:auto;height:52px;font-weight:700}.cy-select:disabled{opacity:.55}.help-badge{margin-left:12px;border-radius:14px;border:2px solid #E6EAF5;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;background:#fff;font-weight:700;color:#0f172a}.tile-grid.topping-grid{grid-template-columns:repeat(6,1fr);gap:16px}.tile.topping{position:relative;border:2px solid #E6E8EF;border-radius:18px;background:#fff;padding:12px;min-height:220px;display:flex;align-items:flex-end;justify-content:flex-end}.tile.topping.on{border-color:#3b5bff;box-shadow:0 0 0 3px #3b5bff24}.topping-name{position:absolute;left:14px;top:12px;font-weight:700;color:#111928;max-width:70%;line-height:1.05}.topping-radio{position:absolute;right:12px;top:12px;width:38px;height:38px;border-radius:999px;border:2px solid #D0D5DD;background:#fff;display:flex;align-items:center;justify-content:center}.tile.topping.on .topping-radio{background:#3b5bff;border-color:#3b5bff}.topping-img{width:100%;height:140px;object-fit:contain;background:transparent}input[type=file]{padding:3px;margin-top:10px;background-color:#fff;transition:border-color .25s ease-in-out}input[type=file]::file-selector-button{padding:1em 1.5em;border-width:0;border-radius:2em;background-color:#3863ff;color:#dbe6f0;transition:all .25s ease-in-out;cursor:pointer;margin-right:1em}input[type=file]:hover{border-color:#888}input[type=file]:hover::file-selector-button{background-color:#1f66ad}.po-sec{flex-direction:column}.po-sec .po-h{margin:0 0 6px;font:700 22px/1.2 var(--font-sans);color:#0d1321}.po-sub{margin:0 0 14px;color:#4b5563;font:500 16px/1.4 var(--font-sans)}.po-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.po-card{position:relative;border:3px solid #D0D5DD;border-radius:24px;background:#0b0f1a;padding:14px;overflow:hidden;text-align:left}.po-card.on{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626 inset}.po-title{color:#d1d5db;font:700 18px/1.2 var(--font-sans);min-height:42px}.po-img{border-radius:14px;overflow:hidden;margin-top:10px;height:160px;background:#111827}.po-img img{width:100%;height:100%;object-fit:cover;display:block}.po-radio{position:absolute;top:12px;right:12px;width:30px;height:30px;border:2px solid #D0D5DD;border-radius:50%;background:#0b0f1a}.po-card.on .po-radio{background:#3b82f6;border-color:#3b82f6;box-shadow:inset 0 0 0 7px #fff}.bo-settings{min-width:0;width:100%;padding:2% 1% 2% 100px;margin:0 auto}.bo-tab.disabled{opacity:.4;cursor:default;pointer-events:none}.bo-tabs{display:flex;justify-content:center;gap:8px;margin-bottom:50px;margin-top:50px;background:transparent}.bo-tab{display:flex;color:var(--Component-colors-Components-Buttons-Tertiary-button-tertiary-fg_hover, #344054);font-family:Inter;font-size:16px;text-decoration:none;padding:10px 14px;font-style:normal;font-weight:600;line-height:20px;gap:5px;flex-direction:row;align-content:center;justify-content:center;align-items:center}.bo-tab:hover{border-radius:var(--Corner-Medium, 12px);background:var(--Primary-disable, #F5F5FF)}.bo-tab.active .bo-ico path{stroke:#fff!important}.bo-ico svg{width:20px;height:20px;display:block}.bo-tab.active{border-radius:var(--Corner-Medium, 12px);background:#27115f;color:#fff}.bo-menu-settings{max-width:1400px;margin:0 auto}.bo-card,.bo-section{background:#fff;border:1px solid #E5E7EB;border-radius:16px;padding:16px}.bo-card{box-shadow:0 1px 2px #0000000a;margin-bottom:16px}.bo-head{display:flex;justify-content:space-between;align-items:center}.bo-title{font-weight:700;font-size:18px}.bo-sub,.bo-row-desc{color:#6b7280;font-size:14px}.bo-diagram{min-height:140px;border:1px dashed #E5E7EB;border-radius:12px;margin-top:12px}.bo-section{display:flex;align-items:center;justify-content:space-between;margin:12px 0;padding:35px}.bo-section-left{display:flex;flex-direction:column;gap:4px}.bo-actions-right{display:flex;gap:8px}.bo-btn{border:1px solid #E5E7EB;border-radius:10px;padding:8px 12px;background:#fff}.bo-btn.primary{background:#4f46e5!important;border-color:#4f46e5!important;color:#fff!important}.bo-pill-grid{display:flex;gap:12px;margin:12px 0 20px;flex-direction:row}.bo-chip{border:1px solid #E5E7EB;border-radius:12px;padding:8px 12px;display:inline-block}.bo-tile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;margin:12px 0 20px}.bo-tile{border:1px solid #E5E7EB;border-radius:16px;padding:8px;display:flex;flex-direction:column;gap:6px;align-items:center}.bo-tile-img{width:88px;height:72px;background:#f3f4f6;border-radius:12px;background-size:cover;background-position:center}.bo-alert{background:#fef2f2;border:1px solid #FCA5A5;color:#991b1b;padding:10px;border-radius:10px;margin-bottom:12px}.bo-hint{color:#6b7280;margin-bottom:8px}.menu-home .mh-card{background:#fff;border:1px solid #E5E7EB;border-radius:16px;padding:18px 20px;box-shadow:0 1px 2px #0000000a;margin-bottom:18px}.menu-home .mh-card-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px}.menu-home .mh-title{font-size:18px;font-weight:700;color:#0f172a}.menu-home .mh-sub{color:#6b7280;font-size:14px}.bo-btn.ghost{border:1px solid #D1D5DB;background:#fff;border-radius:10px;padding:8px 12px;color:#111827}.bo-btn.ghost:hover{border-color:#9ca3af}.menu-home .mh-diagram{position:relative;min-height:220px;border:1px dashed #E5E7EB;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#fafbfc}.mh-category{padding:20px 80px!important;position:absolute;top:20px;left:50%;transform:translate(-50%);padding:10px 16px;border:1px solid #CBD5E1;border-radius:6px;background:#fff;font-weight:700}.mh-primary{position:absolute;left:20%;bottom:48px}.mh-primary-circle{width:120px;height:120px;border:2px dashed #CBD5E1;border-radius:999px;background:#fff;display:grid;place-items:center;text-align:center;font-weight:600;color:#111827}.mh-optional{font-size:11px;color:#6b7280;margin-top:4px}.mh-pill{position:absolute;bottom:16px;padding:10px 14px;border:1px solid #CBD5E1;border-radius:12px;background:#fff;font-weight:600;text-align:center}.mh-pill span{display:block;font-size:11px;color:#6b7280;font-weight:500}.mh-pill-left{left:8%}.mh-pill{right:28%}.mh-pill+.mh-pill{right:8%}.bo-section-h{font-weight:700;color:#0f172a}.bo-input{border:1px solid #D1D5DB;border-radius:10px;padding:8px 10px;min-width:240px;background:#fff}.bo-pill{border:2px solid #E5E7EB;border-radius:12px;background:#fff;width:170px;display:flex;font-size:16px;height:121px;font-weight:500;padding:0;gap:5px;color:#374151;align-content:space-between;justify-content:space-around;align-items:center;flex-direction:column}.bo-chip{border:1px solid #E5E7EB;border-radius:12px;padding:8px 12px;background:#fff}.bo-chip.on,.bo-pill.on{border-color:#ec008c;box-shadow:0 0 0 3px #ec008c14}.bo-badge{margin-left:6px;font-size:11px;color:#ec008c}.bo-tile{cursor:pointer;transition:box-shadow .15s,border-color .15s}.bo-tile.on{border-color:#ec008c;box-shadow:0 0 0 4px #ec008c14}.bo-tile-name{font-weight:600;color:#111827}.bo-tile-img{background:#f6f7f9;border:1px solid #E5E7EB}.bo-menu-settings.menu-home{grid-template-columns:1fr}:root{--primary: #4219E6;--text-main: #27115F;--text-sec: #4B5563;--text-light: #6B7280;--border: #D5D5D5;--bg-page: #F9FAFB;--card-shadow: 0 1px 2px rgba(16, 24, 40, .05);--ring: #E5E7EB}body{font-family:Inter,sans-serif;background-color:var(--bg-page)}.bo-menu-settings{max-width:100%;margin:0 auto}.menu-grid{display:grid;gap:24px;align-items:flex-start;transition:grid-template-columns .3s ease;grid-template-columns:minmax(0,1fr)}.menu-grid.menu-grid--split{grid-template-columns:minmax(0,1fr) 820px}.menu-grid.menu-grid--split-full{grid-template-columns:1fr}.menu-main-content{min-width:0;display:flex;flex-direction:column;gap:32px}.menu-grid.menu-grid--split-full .menu-main-content{display:none}.menu-section{margin-bottom:8px}.menu-section-head{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:16px}.menu-section-title{color:#27115f;font-size:20px;font-weight:600;line-height:1.4}.menu-section-desc{font-family:Inter;font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#475467}.menu-add-btn{display:flex;align-items:center;gap:6px;background:#f5f5ff;color:var(--primary);border:1px solid #F3F4F6;text-wrap-mode:nowrap;border-radius:12px;padding:12px 20px;font-size:16px;font-weight:500;cursor:pointer;transition:background .2s}.menu-add-btn:hover{background:#e0e7ff}.menu-manage-link{color:var(--primary);font-size:14px;font-weight:500;background:none;border:none;cursor:pointer}.menu-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));width:100%;gap:16px}.menu-card{background:#fff;border:3px solid #E5E7EB;border-radius:24px;padding:24px;min-height:120px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;transition:all .2s;position:relative;overflow:hidden}.menu-card:hover{border-color:#bdb4fe;box-shadow:0 4px 12px #0000000d}.menu-card.active{border-color:var(--primary);background-color:#f5f5ff}.menu-card-title{font-size:16px;font-weight:500;color:var(--text-main);z-index:1}.menu-card.has-image{padding:16px;min-height:180px;justify-content:flex-start}.menu-card-img{width:100%;height:120px;object-fit:contain;margin-top:12px}.menu-detail-panel{background:#fff;border-radius:24px;border:1px solid var(--border);box-shadow:-4px 0 24px #0000000a;padding:32px;height:calc(100vh - 40px);position:sticky;top:20px;overflow-y:auto;display:flex;flex-direction:column}.menu-detail-header{margin-bottom:24px}.menu-crumbs{font-size:13px;color:var(--text-light);margin-bottom:8px;font-weight:500}.menu-crumbs span{color:var(--text-main)}.menu-detail-title-row{display:flex;justify-content:space-between;align-items:flex-start}.menu-detail-title{font-size:30px;font-weight:600;color:var(--text-main);margin-top:30px}.menu-detail-actions{display:flex;gap:8px}.icon-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:8px;background:#fff;cursor:pointer;color:var(--text-sec)}.icon-btn:hover{background:#f9fafb}.menu-controls-row{display:flex;gap:12px;margin-bottom:32px}.btn-pill{display:flex;align-items:center;gap:6px;padding:10px 18px;border-radius:12px;font-size:13px;font-weight:500;cursor:pointer;border:1.5px solid var(--border);background:#fff;color:var(--text-main)}.btn-pill.danger{color:#b91c1c;border-color:#fecaca;background:#fef2f2}.form-section{margin-bottom:48px;max-width:600px}.form-section-title{font-size:18px;font-weight:600;color:#27115f;margin-bottom:5px}.field-label{display:block;font-size:14px;font-weight:400;color:#475467;margin-bottom:6px}.input-text{width:100%;padding:10px 12px;border:2px solid var(--border);border-radius:12px;font-size:14px;outline:none;transition:border-color .2s}.input-text:focus{background:#fff;border:2px solid #BDB4FE;box-shadow:0 0 0 4px #d9d6fe,1px 2px #d9d6fe;border-radius:16px;outline:none}.pills-container{display:flex;flex-wrap:wrap;margin-top:20px;gap:16px}.pill-option{padding:6px 12px;border-radius:16px;border:2px solid var(--border);background:#fff;color:var(--Text-primary, #101828);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;cursor:pointer;transition:all .2s}.pill-option.active{border-color:#4219e6}.pill-option .x-icon{margin-left:6px;font-size:14px}.appearance-grid{display:flex;gap:24px;margin-bottom:24px}.color-picker-group{display:flex;flex-direction:column;gap:12px}.color-btn{display:flex;align-items:center;gap:12px;padding:8px 12px;border:1px solid var(--border);border-radius:12px;background:#fff;width:160px;cursor:pointer}.color-circle{width:24px;height:24px;border-radius:50%}.color-hex{font-size:14px;font-weight:600;color:var(--text-main)}.gradient-preview{width:200px;height:120px;border-radius:12px;background:linear-gradient(135deg,#a5c0ee,#fbc5ec);display:flex;align-items:flex-end;justify-content:space-between;padding:12px;font-family:monospace;font-size:10px;color:var(--text-sec)}.toggle-row{display:flex;align-items:center;gap:12px;margin-bottom:12px}.toggle-switch{position:relative;width:56px;height:28px}.toggle-switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#e5e7eb;transition:.4s;border-radius:8px}.slider:before{position:absolute;content:"";height:24px;width:24px;left:2px;bottom:2px;background-color:#fff;transition:.4s;border-radius:6px;box-shadow:0 1px 2px #0000001a}input:checked+.slider{background-color:var(--primary)}input:checked+.slider:before{transform:translate(27px)}.toggle-label{color:var(--Text-primary, #101828);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:20px}.detail-footer{margin-top:auto;padding-top:24px;bottom:46px;right:93px;position:fixed;display:flex;justify-content:flex-end;gap:12px}.btn{padding:10px 24px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;border:1px solid transparent}.btn-ghost{background:transparent;color:var(--text-sec)}.btn-primary{background:var(--primary);color:#fff;box-shadow:0 1px 2px #1018280d}.btn-primary:hover{background-color:#3513b8}.multi-select-input{display:flex;align-items:center;flex-wrap:wrap;gap:6px;max-width:470px;padding:8px 12px;border:2px solid #D0D5DD;border-radius:12px;min-height:48px;background:#fff;margin-top:20px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #1018280d}.ms-tag{background:#fff;border:1px solid var(--border);border-radius:6px;padding:2px 8px;font-size:12px;display:flex;align-items:center;gap:4px}.upload-box{border:1px dashed var(--border);border-radius:12px;padding:32px;text-align:center;cursor:pointer}.upload-text{font-size:13px;color:var(--primary);font-weight:600}.upload-sub{font-size:12px;color:var(--text-light)}@media (max-width: 1024px){.menu-grid.menu-grid--split{grid-template-columns:1fr}.menu-detail-panel{position:fixed;top:0;left:0;right:0;bottom:0;height:100vh;border-radius:0;z-index:100}}.menu-section{max-width:1400px;margin:0 auto;display:flex;flex-direction:column;align-items:flex-start;padding:32px;width:100%;gap:16px;background:#fff;box-shadow:-1px 1px 10px #93939340;border-radius:18px}.hours-row{display:grid;grid-template-columns:90px 60px 1fr 38px;align-items:flex-start;gap:12px;width:100%;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #F3F4F6}.hours-row:last-child{border-bottom:none}.day-label{width:100px;font-size:14px;color:var(--text-main);padding-top:10px;font-weight:500}.toggle-switch-container{padding-top:6px;width:fit-content;display:flex}.time-slots-column{display:flex;flex-direction:column;gap:12px;flex:1}.time-slot-row{display:flex;align-items:center;gap:8px}.time-select{font-size:14px;width:110px;text-align:center;outline:none;transition:border-color .2s;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:10px 14px;gap:8px;width:126px;background:#fff;border:2px solid #D0D5DD;box-shadow:0 1px 2px #1018280d;border-radius:16px}.pill-option:focus{background:#fff;border:2px solid #BDB4FE;box-shadow:0 0 0 4px #d9d6fe,1px 2px #d9d6fe;border-radius:16px;outline:none}.time-select:focus{background:#fff;border:2px solid #BDB4FE;box-shadow:0 0 0 4px #d9d6fe,1px 2px #d9d6fe;border-radius:16px;outline:none}.time-sep{color:var(--text-light);font-weight:500}.add-slot-btn,.remove-slot-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid var(--border);background:#fff;cursor:pointer;transition:all .2s;color:var(--text-sec)}.add-slot-btn:hover{background:#f9fafb;color:var(--primary);border-color:var(--primary)}.remove-slot-btn{color:#dc2626}.remove-slot-btn:hover{background:#fef2f2;border-color:#fecaca}.multi-select-container{position:relative}.multi-select-input.open{border-color:#bdb4fe;box-shadow:0 0 0 4px #d9d6fe,0 1px 2px #1018280d}.multi-select-placeholder{color:#667085;font-size:14px}.ms-tag{background:#fff;border:1px solid #D0D5DD;border-radius:6px;padding:4px 8px;font-size:14px;font-weight:500;color:#344054;display:flex;align-items:center;gap:6px}.ms-tag .x-icon{color:#98a2b3;cursor:pointer;font-size:16px;line-height:1;display:flex;align-items:center}.ms-tag .x-icon:hover{color:#475467}.ms-dropdown{position:absolute;top:calc(100% + 8px);left:0;max-width:470px;right:0;background:#fff;border:1px solid #EAECF0;border-radius:12px;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808;z-index:50;max-height:240px;overflow-y:auto;padding:4px}.ms-option{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;font-size:14px;color:#101828;max-width:470px;cursor:pointer;border-radius:8px;transition:background .2s}.ms-option:hover{background-color:#f9fafb}.ms-option.selected{background-color:#f9f5ff;color:#27115f;font-weight:500}.ms-checkmark{color:#7f56d9;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.appearance-block{display:flex;gap:24px;margin-top:16px;width:100%}.appearance-controls{display:flex;flex-direction:column;gap:16px;width:200px;flex-shrink:0}.color-select-btn{display:flex;align-items:center;gap:12px;padding:8px 16px;height:64px;background:#fff;border:1px solid #D0D5DD;box-shadow:0 1px 2px #1018280d;border-radius:12px;cursor:pointer;transition:all .2s;font-family:Inter;font-weight:600;font-size:16px;color:#344054}.color-select-btn:hover{background-color:#f9fafb;border-color:#bdb4fe}.color-preview-dot{width:32px;height:32px;border-radius:50%;border:1px solid rgba(0,0,0,.05)}.appearance-preview-box{flex:1;height:144px;border-radius:12px;position:relative;display:flex;align-items:flex-end;justify-content:space-between;padding:12px 16px;font-family:Inter;font-size:14px;color:#475467;border:1px solid #EAECF0}.cp-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:end;padding-right:10%;z-index:1000}.cp-card{box-sizing:border-box;width:400px;background:linear-gradient(180deg,#f5f5ff 80.29%,#fff 83.17%);border:8px solid #FFFFFF;box-shadow:0 0 25px #66666640;border-radius:24px;padding:24px;display:flex;flex-direction:column;gap:32px}.cp-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.cp-title{font-size:18px;font-weight:600;color:#101828}.cp-close{background:none;border:none;cursor:pointer;color:#667085;display:flex;flex-direction:row;align-items:center;gap:10px;width:32px;height:32px;border:1.5px solid #D5D5D5;border-radius:8px;padding:4px}.cp-gradient-area{width:100%;height:180px;border-radius:12px;position:relative;background:linear-gradient(to bottom,transparent 0%,#000 100%),linear-gradient(to right,#fff,#fff0);background-color:#00f;cursor:crosshair}.cp-selector-ring{position:absolute;width:20px;height:20px;border:2px solid #FFF;border-radius:50%;box-shadow:0 0 4px #0003;transform:translate(-50%,-50%);cursor:pointer}.cp-sliders{display:flex;flex-direction:column;gap:12px}.cp-slider-track{width:100%;height:12px;border-radius:100px;position:relative;cursor:pointer}.cp-hue-track{background:linear-gradient(to right,red,#ff0,#0f0,#0ff,#00f,#f0f,red)}.cp-alpha-track{background-image:linear-gradient(45deg,#ccc 25%,transparent 25%),linear-gradient(-45deg,#ccc 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#ccc 75%),linear-gradient(-45deg,transparent 75%,#ccc 75%);background-size:10px 10px;background-position:0 0,0 5px,5px -5px,-5px 0px;background-color:#fff}.cp-alpha-bar-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:100px;background:linear-gradient(to right,transparent,blue)}.cp-range-input{-webkit-appearance:none;width:100%;background:transparent;position:absolute;top:-4px;margin:0}.cp-range-input:focus{outline:none}.cp-range-input::-webkit-slider-thumb{-webkit-appearance:none;height:20px;width:20px;border-radius:50%;background:#fff;border:1px solid #D0D5DD;box-shadow:0 1px 3px #0000001a;cursor:pointer;margin-top:0}.cp-inputs-row{display:flex;gap:12px;align-items:center}.cp-hex-input{flex:1;padding:10px 12px;border:2px solid #D0D5DD;border-radius:16px;font-size:16px;color:#101828;font-family:Inter;width:100%}.cp-hex-input:focus{background:#fff;border:2px solid #BDB4FE;box-shadow:0 0 0 4px #d9d6fe,1px 2px #d9d6fe;border-radius:16px;outline:none}.cp-hex-input:focus-visible{background:#fff;border:2px solid #BDB4FE!important;box-shadow:0 0 0 4px #d9d6fe,1px 2px #d9d6fe;border-radius:16px;outline:none}.cp-percent-input:focus{background:#fff;border:2px solid #BDB4FE;box-shadow:0 0 0 4px #d9d6fe,1px 2px #d9d6fe;border-radius:16px;outline:none}.cp-percent-input:focus-visible{background:#fff;border:2px solid #BDB4FE!important;box-shadow:0 0 0 4px #d9d6fe,1px 2px #d9d6fe;border-radius:16px;outline:none}.cp-percent-input{width:80px;padding:10px 12px;border:2px solid #D0D5DD;border-radius:16px;font-size:16px;color:#101828;text-align:center}.cp-suggested-title{font-size:18px;font-weight:500;color:#101828;margin-bottom:10px}.cp-swatches{display:flex;flex-wrap:wrap;gap:12px}.cp-swatch{width:32px;height:32px;border-radius:50%;border:1px solid rgba(0,0,0,.05);cursor:pointer;transition:transform .1s}.cp-swatch:hover{transform:scale(1.1)}.cp-swatch.active{box-shadow:0 0 0 2px #fff,0 0 0 4px #4219e6}.cp-footer{display:flex;gap:12px;margin-top:8px;justify-content:flex-end}.cp-btn{flex:1;padding:10px;border-radius:8px;font-weight:600;cursor:pointer;font-size:14px}.cp-btn.cancel{background:#f2f4f7;color:#344054;border:1px solid #F2F4F7}.cp-btn.save{background:#4219e6;color:#fff;border:1px solid #4219E6}.bo-btn{height:56px!important;font-size:18px!important;padding:14px 32px!important;border-radius:16px!important}.bo-btn.ghost{color:#4219e6!important}.menu-select-wrapper{position:relative;width:100%}.input-select{width:100%;padding:14px 16px;border:1px solid #D0D5DD;border-radius:12px;font-size:16px;font-family:Inter,sans-serif;color:#101828;background-color:#fff;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;box-shadow:0 1px 2px #1018280d;transition:all .2s ease}.input-select:focus{background:#fff;border:2px solid #BDB4FE;box-shadow:0 0 0 4px #d9d6fe,1px 2px #d9d6fe;border-radius:16px;outline:none}.menu-select-arrow{position:absolute;right:16px;top:50%;transform:translateY(-50%);pointer-events:none;color:#667085}.team-page{margin-top:12px}.team-grid{display:grid;gap:24px;align-items:flex-start;transition:grid-template-columns .2s ease}.team-grid--split{grid-template-columns:minmax(0,1.3fr) minmax(0,1.7fr)}.team-grid--single{grid-template-columns:minmax(0,1fr)}@media (max-width: 1024px){.team-grid{grid-template-columns:1fr}}.team-list-card,.team-detail-card{border-radius:18px;background:var(--white, #FFF);box-shadow:-1px 1px 10px #93939340;padding:32px}.team-list-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:32px}.team-list-title{color:var(--gray-900, #111928);font-family:Inter;font-size:30px;font-style:normal;font-weight:600;line-height:150%}.team-list-sub{color:var(--gray-700, #374151);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:150%}.team-invite-btn{padding-inline:16px}.team-pending{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:12px 14px;border-radius:14px;background:linear-gradient(135deg,#5e6aff1f,#ffffffe6);border:1px solid rgba(129,140,248,.35);margin-bottom:14px}.team-pending-title{font-size:13px;font-weight:600;display:flex;align-items:center;gap:6px}.team-pill-count{padding:2px 7px;border-radius:999px;font-size:11px;font-weight:600;background:#4338ca;color:#fff}.team-pending-sub{font-size:11px;color:#6b7280;margin-top:1px}.team-pending-review{white-space:nowrap}.team-toolbar{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:24px}.team-toolbar-left{display:flex;align-items:center;gap:8px;flex:1}.team-view-toggle{display:flex;border-radius:999px;background:#f3f4f6;padding:2px}.team-view-toggle .sq,.team-view-toggle .sq-right{width:26px;height:26px;border-radius:999px;display:flex;align-items:center;justify-content:center}.team-view-toggle .sq.active{background:#fff;box-shadow:0 1px 2px #0f172a1f}.team-view-icon{width:14px;height:14px;border-radius:3px;border:1px solid #cbd5f5}.team-search{position:relative;flex:1}.team-search-icon{position:absolute;left:11px;top:50%;transform:translateY(-50%)}.team-search-input{width:100%;border-radius:999px;border:1px solid #e5e7eb;padding:7px 12px 7px 30px;font-size:13px;outline:none}.team-filter-btn{white-space:nowrap}.team-toolbar-right{display:flex;gap:6px}.team-table-wrap{border-radius:14px;border:1px solid #eef0f4;overflow:hidden;background:#fff}.team-table{width:100%;border-collapse:separate;border-spacing:0;font-size:12px}.team-table th,.team-table td{padding:8px 12px}.team-table thead th{color:var(--Text-tertiary, #475467);font-family:Inter;font-size:12px;font-style:normal;text-align:start;font-weight:600;line-height:18px}.team-table tr{width:100%;height:44px;padding:var(--spacing-lg, 12px) var(--sds-size-space-400);align-self:stretch}.team-table thead th:first-child{width:20px}.team-row{cursor:pointer;border-bottom:1px solid #f3f4f6}.team-row:last-child td{border-bottom:none}.team-row:hover{background:#f9fafb}.team-row.selected{background:#eef2ff}.team-user-cell{display:flex;align-items:center;gap:8px}.team-avatar{width:32px;height:32px;border-radius:999px;background:linear-gradient(135deg,#6366f1,#ec4899);color:#fff;font-size:13px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;position:relative}.team-avatar-dot{position:absolute;right:-1px;bottom:-1px;width:10px;height:10px;border-radius:999px;border:2px solid #ffffff;background:#22c55e}.team-avatar-dot--disabled{background:#9ca3af}.team-user-name{font-weight:600;font-size:13px}.team-user-email{font-size:11px;color:#9ca3af}.team-address-cell,.team-last-login{color:#6b7280}.team-empty{padding:24px 12px;text-align:center;color:#9ca3af}.team-status{display:inline-flex;align-items:center;gap:6px;padding:3px 9px;border-radius:999px;font-size:11px;font-weight:500}.team-status-dot{width:7px;height:7px;border-radius:999px;background:#22c55e}.team-status--active{color:#166534;background:#dcfce7}.team-status--disabled{color:#92400e;background:#fef3c7}.team-status--pending{color:#1e40af;background:#dbeafe}.team-detail-card{min-height:420px}.team-role-select:focus-visible{background:#fff;border:2px solid #BDB4FE;box-shadow:0 0 0 4px #d9d6fe,1px 2px #d9d6fe;border-radius:16px;outline:none}.team-search-input:focus-visible{background:#fff;border:2px solid #BDB4FE;box-shadow:0 0 0 4px #d9d6fe,1px 2px #d9d6fe;border-radius:16px;outline:none}.team-detail-empty{padding:32px 20px;font-size:13px;color:#9ca3af}.team-detail-head{display:flex;justify-content:space-between;gap:12px;margin-bottom:10px}.team-detail-crumbs{color:var(--Text-placeholder, #667085);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;margin-bottom:32px}.team-detail-crumbs span{color:#101828}.team-detail-title{color:var(--Colors-Purple-950, #27115F);font-family:Inter;font-size:30px;font-style:normal;font-weight:600;margin-bottom:30px}.team-detail-sub{font-size:12px;color:#6b7280;margin-top:2px}.team-detail-head-actions{display:flex;gap:6px}.team-icon-btn{display:flex;width:28px;height:28px;padding:4px;justify-content:center;align-items:center;gap:10px;aspect-ratio:1/1;border-radius:8px;border:1.5px solid #D5D5D5;background-color:transparent;cursor:pointer}.team-detail-actions{display:flex;flex-wrap:wrap;gap:8px}.team-danger-btn{color:#b91c1c}.team-detail-section{padding:48px 0 6px}.team-section-header{margin-bottom:8px}.team-section-sub{font-size:11px;color:#9ca3af}.team-personal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:24px}.team-section-title{color:var(--Colors-Purple-950, #27115F);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;margin-bottom:24px}.team-value-with-icon{display:flex;align-items:center;gap:12px}.team-edit-icon-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;border:1px solid #D0D5DD;background:#fff;color:#667085;cursor:pointer;padding:0}@media (max-width: 768px){.team-personal-grid{grid-template-columns:1fr;gap:16px}}.team-field-label{color:var(--Text-tertiary, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.team-value-text{color:var(--Text-primary, #101828);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.team-invite-foot .bo-btn{display:flex!important;height:56px!important;padding:14px 32px!important;justify-content:center!important;align-items:center!important;border-radius:16px!important;color:#111928!important;background:#efefff}.team-field-row{padding:6px 10px;border-radius:10px}.team-invite-foot .bo-btn.primary{background:var(--Primary, #455CF1)!important;color:#fff!important}.team-role-row{display:flex;align-items:center;gap:12px;margin-bottom:10px;font-size:12px}.team-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#f8faff;border:2px solid #E6EAF5;border-radius:18px;padding:12px 18px;min-width:auto;height:52px;font-weight:700}.team-access-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px}.team-access-block{border-radius:14px;border:1px solid #eef0f4;padding:10px 12px 8px;background:#f9fafb}.team-access-main{margin-bottom:6px}.team-access-title{font-size:12px;font-weight:600}.team-access-desc{font-size:11px;color:#9ca3af}.team-switch{display:inline-flex;align-items:center;gap:6px;cursor:pointer}.team-switch input{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:absolute;opacity:0;pointer-events:none}.team-switch-pill{width:36px;height:20px;border-radius:999px;background:#e5e7eb;position:relative;transition:background .18s ease}.team-switch-pill:after{content:"";position:absolute;top:2px;left:3px;width:16px;height:16px;border-radius:999px;background:#fff;box-shadow:0 1px 3px #0f172a4d;transition:transform .18s ease}.team-switch input:checked+.team-switch-pill{background:#4f46e5}.team-switch input:checked+.team-switch-pill:after{transform:translate(14px)}.team-perms{margin-top:6px;display:flex;flex-wrap:wrap;gap:6px}.team-perm-pill{padding:3px 7px;font-size:10px;border-radius:999px;background:#e5e7eb;color:#4b5563}.team-device-list{display:flex;flex-direction:column;gap:24px;list-style:none;padding:0;margin-top:16px;max-width:500px}.team-device-item{display:grid;grid-template-columns:1fr 1fr auto;align-items:flex-end;gap:16px}.team-device-col{display:flex;flex-direction:column;gap:8px}.team-device-label{color:#475467;font-family:Inter;font-size:16px;font-weight:500;line-height:1.5}.team-device-value-row{display:flex;align-items:center;gap:12px;height:32px}.team-device-name-text{color:#101828;font-family:Inter;font-size:18px;font-weight:600}.team-device-status-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:6px;border:1px solid #D0D5DD;background:#fff;color:#344054;font-family:Inter;font-size:14px;font-weight:500}.team-device-status-dot{width:8px;height:8px;border-radius:50%;background-color:#12b76a}.team-device-delete-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;color:#f04438;cursor:pointer;border-radius:8px;transition:background .2s;padding:0;margin-bottom:-2px}.team-device-delete-btn:hover{background-color:#fef3f2}@media (max-width: 640px){.team-device-item{grid-template-columns:1fr auto;row-gap:16px}.team-device-col:first-child{grid-column:1 / -1}}.team-device-sub{font-size:11px;color:#9ca3af}.team-activity-table{display:flex;flex-direction:column;border:none;margin-top:16px}.team-activity-row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr .5fr;gap:24px;padding:16px 0;border-bottom:1px solid #EAECF0;align-items:flex-start}.team-activity-row.head{background:transparent;padding-top:0;padding-bottom:12px}.team-activity-head-cell{color:#475467;font-family:Inter;font-size:12px;font-weight:600}.team-act-primary{color:#101828;font-family:Inter;font-size:14px;font-weight:500;line-height:20px}.team-act-secondary{color:#475467;font-family:Inter;font-size:14px;font-weight:400;line-height:20px}.team-act-details{display:flex;flex-direction:column;gap:2px}.team-act-person{display:flex;align-items:center;gap:12px}.team-act-avatar-img{width:40px;height:40px;border-radius:200px;object-fit:cover;border:1px solid #EAECF0}.team-act-person-info{display:flex;flex-direction:column}.team-act-actions{display:flex;align-items:center;gap:12px;justify-content:flex-end;height:100%}.team-act-icon-btn{background:none;border:none;cursor:pointer;padding:4px;color:#667085;display:flex;align-items:center;justify-content:center;transition:color .2s}.team-act-icon-btn:hover{color:#344054}@media (max-width: 1024px){.team-activity-row{grid-template-columns:120px 120px 1fr 150px auto;gap:16px;font-size:12px}.team-activity-table{overflow-x:auto}.team-activity-row{min-width:800px}}.team-invite-head{display:flex;justify-content:space-between;align-items:center}.team-invite-sub{color:var(--Text-tertiary, #475467);font-family:Inter;font-size:18px;font-style:normal;font-weight:400;line-height:28px;margin-top:12px}.team-invite-body{margin-top:12px;font-size:12px;max-width:315px}.team-role-ff{width:420px!important}.team-invite-body .grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px}@media (max-width: 640px){.team-invite-body .grid-2{grid-template-columns:1fr}}.team-invite-row{margin-top:10px;display:flex;flex-direction:column;gap:6px}.team-radio-group{display:flex;gap:12px;font-size:12px}.team-invite-foot{margin-top:56px;display:flex;justify-content:flex-end;gap:16px}.team-invite-modal{display:flex;align-items:center;justify-content:center;padding:16px;background-color:transparent;z-index:80}.team-invite-card{padding:48px 72px;border-radius:32px;max-width:700px;border:8px solid #FFF;background:linear-gradient(171deg,#f5f5ff 67.1%,#fff 75.06%);box-shadow:0 0 25px #66666640}.team-invite-head{align-items:flex-start}.team-invite-title{color:var(--Text-primary, #101828);font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:32px}.team-invite-body{display:flex;flex-direction:column;gap:24px;margin-top:32px}.team-invite-close{position:relative;z-index:1;top:-12px;right:-36px}.team-invite-field{display:flex;flex-direction:column;gap:8px}.team-invite-input{width:100%;height:52px;max-width:315px;border-radius:16px;overflow:hidden;color:var(--Text-primary, #101828);text-overflow:ellipsis;font-family:Inter;font-size:18px;font-style:normal;font-weight:500;line-height:150%}.team-phone-wrap{display:flex;align-items:center;width:fit-content;max-width:315px;border-radius:16px;border:1px solid #e5e7eb;background:#fff;box-shadow:0 1px #0f172a0a}.team-phone-flag{display:flex;align-items:center;gap:6px;padding:0 12px;border:0;border-right:1px solid #e5e7eb;background:transparent;cursor:pointer;color:var(--Text-primary, #101828);font-family:Inter;font-size:18px;font-style:normal;font-weight:500}.pp-dropdown{left:0;max-width:465px;right:0;background-color:#fff;border-radius:16px;padding:8px;box-shadow:0 8px 16px #0000001a,0 4px 8px #00000014;z-index:100;max-height:250px;overflow-y:auto}.team-phone-input{flex:1;height:48px;max-width:315px;border:0;padding:0 14px;font-size:15px;outline:none}.team-invite-foot .bo-btn{min-width:96px;border-radius:999px}.tm-country-dropdown,.tm-select-menu{left:0;right:0;max-width:465px;background-color:#fff;max-width:315px;border-radius:16px;padding:8px;box-shadow:0 8px 16px #0000001a,0 4px 8px #00000014;z-index:100;max-height:250px;overflow-y:auto}.tm-select{position:relative}.tm-select-trigger{display:flex;align-items:center;justify-content:space-between}.tm-select-menu{position:absolute;margin-top:6px}.tm-select-option{overflow:hidden;color:var(--Text-primary, #101828);text-overflow:ellipsis;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;align-self:flex-start;border:none;background-color:#fff;width:100%;cursor:pointer;display:flex}.tm-select-option.is-active{background:#f3f4f6}.tm-phone-container{width:100%}.tm-phone-flag-btn{border-radius:10px 0 0 10px}.tm-phone-input{width:100%}.react-tel-input .form-control,.tm-select-trigger{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:8px 16px;padding-left:60px!important;gap:8px;font-size:14px;width:318px!important;height:52px!important;background:#fff;border:2px solid #D0D5DD!important;box-shadow:0 1px 2px #1018280d!important;border-radius:16px!important;flex:none;cursor:pointer;order:1;align-self:stretch;color:var(--Text-primary, #101828);text-overflow:ellipsis;font-family:Inter!important;font-size:18px!important;font-style:normal!important;font-weight:500!important;line-height:150%}.react-tel-input .flag-dropdown{display:flex!important;padding:var(--spacing-md, 8px) 0 var(--spacing-md, 8px) var(--spacing-lg, 12px)!important;align-items:center!important;gap:var(--spacing-xs, 4px)!important;align-self:stretch!important;border-top-left-radius:12px!important;border-bottom-left-radius:12px!important;background-color:#fff!important;border:2px solid #D0D5DD!important;border-right:none!important}.react-tel-input .country-list .search{display:none!important}.react-tel-input .country-list{outline:none!important;z-index:1;list-style:none;position:relative!important;left:-55px!important;top:174px!important;padding:0;margin:10px 0 10px -1px!important;box-shadow:1px 2px 10px #00000059;background-color:#fff!important;border:2px solid #D0D5DD!important;width:144px!important;max-height:294px!important;overflow-y:scroll;border-radius:0 0 12px 12px!important}.tm-select-trigger{padding-left:20px!important}.react-tel-input .form-control:focus-visible{background:#fff!important;border:2px solid #BDB4FE!important;box-shadow:0 0 0 4px #d9d6fe,1px 2px #d9d6fe!important;border-radius:16px;outline:none}.tm-select-trigger:focus-visible{background:#fff!important;border:2px solid #BDB4FE!important;box-shadow:0 0 0 4px #d9d6fe,1px 2px #d9d6fe!important;border-radius:16px;outline:none}.tm-btn{display:flex;padding:var(--spacing-md, 8px) var(--spacing-lg, 12px);justify-content:center;align-items:center;gap:var(--spacing-xs, 4px);border-radius:var(--Corner-Medium, 12px);border:1.5px solid var(--Component-colors-Components-Buttons-Secondary-button-secondary-border, #D0D5DD);background:var(--Component-colors-Components-Buttons-Secondary-button-secondary-bg, #FFF);box-shadow:0 1px 2px #1018280d;color:var(--Text-secondary, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;cursor:pointer}.tm-role{color:var(--Primary, #4219E6);border-radius:var(--Corner-Medium, 12px);border:1.5px solid var(--Primary, #4219E6);background:var(--Component-colors-Components-Buttons-Secondary-color-button-secondary-color-bg, #FFF);box-shadow:0 1px 2px #1018280d}.team-invite-btn{border-radius:var(--Corner-Medium, 12px);border:1.5px solid var(--Primary, #4219E6);background:var(--Primary, #4219E6);box-shadow:0 1px 2px #1018280d;color:#fff}.team-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px}.team-toolbar--compact .tm-btn .tm-btn-label{display:none}.team-toolbar--compact .tm-btn{padding-inline:10px;min-width:40px}.team-search{display:inline-flex;align-items:center;gap:8px;border-radius:999px;border:1px solid #E5E7EB;background:#f9fafb}.team-search-icon{flex-shrink:0}.team-search-input{border:0;background:transparent;outline:none;font-size:14px;min-width:0}.team-search--icon-only{display:flex;width:44px;padding:8px 12px;align-items:center;gap:var(--spacing-md, 8px);flex-shrink:0;border-radius:12px;background:transparent;border:none}.team-search--icon-only .team-search-input{display:none}.team-search--wide .team-search-input{min-width:260px}.team-table--compact th:nth-child(n+5),.team-table--compact td:nth-child(n+5){display:none}.team-pagination{display:flex;align-items:center;justify-content:space-between;margin-top:24px;padding-top:16px;border-top:1px solid #EAECF0}.team-pagination-left{display:flex;align-items:center;gap:12px;flex:1}.team-page-btn{display:flex;padding:var(--spacing-md, 8px) var(--spacing-lg, 12px);justify-content:center;align-items:center;gap:var(--spacing-xs, 4px);cursor:pointer;transition:all .2s;border-radius:var(--Corner-Medium, 12px);border:1.5px solid var(--Component-colors-Components-Buttons-Secondary-button-secondary-border, #D0D5DD);background:var(--Component-colors-Components-Buttons-Secondary-button-secondary-bg, #FFF);box-shadow:0 1px 2px #1018280d;color:var(--Text-secondary, #344054);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.team-page-btn:disabled{opacity:.5;cursor:not-allowed;background-color:#f9fafb}.team-page-btn:hover:not(:disabled){background-color:#f9fafb}.team-pagination-numbers{display:flex;align-items:center;gap:4px;margin:0 12px}.team-page-number{min-width:40px;height:40px;padding:0 4px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:var(--colors-text-text-tertiary-600, #475467);text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;border:none}.team-page-number:hover{background-color:#f9fafb;color:#1d2939}.team-page-number.active{background-color:#f9f5ff;color:#4219e6}.team-page-ellipsis{color:#667085;padding:0 4px}.team-pagination-right{display:flex;align-items:center;gap:12px}.team-pagination-label{color:#344054;font-size:14px;font-weight:500;font-family:Inter,sans-serif}.team-per-page-select{padding:8px 12px;border:1px solid #D0D5DD;border-radius:8px;background-color:#fff;color:#101828;font-size:14px;font-weight:600;cursor:pointer;outline:none;box-shadow:0 1px 2px #1018280d}.team-role-select-container{margin-bottom:32px}.team-role-select-label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:6px}.team-role-select{width:100%;max-width:500px;padding:14px 16px;border-radius:16px;border:1px solid #D1D5DB;font-size:14px;color:#111827;outline:none;background-color:#fff;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em}.team-permissions-list{display:flex;flex-direction:column;gap:32px}.team-permission-row{display:flex;gap:24px;align-items:flex-start}.team-switch-lg{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0;margin-top:2px}.team-switch-lg input{opacity:0;width:0;height:0}.team-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#e5e7eb;transition:.4s;border-radius:8px;width:56px;height:28px;flex-shrink:0}.team-slider:before{position:absolute;content:"";height:25px;width:25px;left:2px;bottom:2px;background-color:#fff;transition:.4s;border-radius:6px;box-shadow:0 1px 2px #0000001a}.team-switch-lg input:checked+.team-slider{background-color:#4219e6}.team-switch-lg input:checked+.team-slider:before{transform:translate(27px)}.team-perm-content{flex:1}.team-perm-header{margin-bottom:12px}.team-perm-title{font-size:16px;font-weight:600;color:#111827;margin-bottom:4px}.team-perm-desc{font-size:14px;color:#6b7280;line-height:1.4}.team-sub-perms{display:flex;flex-direction:column;gap:10px}.team-checkbox-row{display:flex;align-items:center;gap:10px;cursor:pointer}.team-checkbox-custom{width:18px;height:18px;border-radius:4px;border:1px solid #D1D5DB;display:flex;align-items:center;justify-content:center;background:#fff;transition:all .2s}.team-checkbox-input{display:none}.team-checkbox-input:checked+.team-checkbox-custom{background-color:#4219e6;border-color:#4219e6}.team-checkbox-input:checked+.team-checkbox-custom:after{content:"✓";color:#fff;font-size:12px;font-weight:700}.team-checkbox-label{font-size:14px;color:#374151}.team-detail-card--full{max-width:none;width:100%}.team-pending-section{margin-bottom:32px}.team-pending-header{margin-bottom:12px}.team-pending-h-title{color:var(--Colors-Purple-950, #27115F);font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:normal}.team-pending-h-sub{color:var(--Text-tertiary, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;margin-top:4px}.team-pending-list{display:flex;flex-direction:column;gap:12px}.team-pending-card{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-radius:16px;border:1px solid var(--Colors-Gray-200, #EAECF0);background:#fff;box-shadow:0 1px 2px #1018280d}.team-pending-info{display:flex;align-items:center;gap:12px}.team-pending-avatar{display:flex;width:40px;height:40px;padding:10px;justify-content:center;align-items:center;border-radius:200px;background:#f4f3ff}.team-pending-text{display:flex;flex-direction:column}.team-pending-name{color:var(--Text-primary, #101828);font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px;display:flex;align-items:center;gap:8px}.team-pending-email{color:#475467;font-weight:400}.team-pending-date{color:var(--Text-tertiary, #475467);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.team-pending-actions{display:flex;gap:12px}@media (max-width: 640px){.team-pending-card{flex-direction:column;align-items:flex-start;gap:16px}.team-pending-actions{width:100%;justify-content:flex-end}}.row-team{display:flex;flex-direction:row;gap:10px;align-items:center}.react-tel-input{font-family:Roboto,sans-serif;font-size:15px;position:relative;width:100%}.react-tel-input :disabled{cursor:not-allowed}.react-tel-input .flag{width:16px;height:11px;background-image:url(data:image/png;base64,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)}.react-tel-input .ad{background-position:-16px 0}.react-tel-input .ae{background-position:-32px 0}.react-tel-input .af{background-position:-48px 0}.react-tel-input .ag{background-position:-64px 0}.react-tel-input .ai{background-position:-80px 0}.react-tel-input .al{background-position:-96px 0}.react-tel-input .am{background-position:-112px 0}.react-tel-input .ao{background-position:-128px 0}.react-tel-input .ar{background-position:-144px 0}.react-tel-input .as{background-position:-160px 0}.react-tel-input .at{background-position:-176px 0}.react-tel-input .au{background-position:-192px 0}.react-tel-input .aw{background-position:-208px 0}.react-tel-input .az{background-position:-224px 0}.react-tel-input .ba{background-position:-240px 0}.react-tel-input .bb{background-position:0 -11px}.react-tel-input .bd{background-position:-16px -11px}.react-tel-input .be{background-position:-32px -11px}.react-tel-input .bf{background-position:-48px -11px}.react-tel-input .bg{background-position:-64px -11px}.react-tel-input .bh{background-position:-80px -11px}.react-tel-input .bi{background-position:-96px -11px}.react-tel-input .bj{background-position:-112px -11px}.react-tel-input .bm{background-position:-128px -11px}.react-tel-input .bn{background-position:-144px -11px}.react-tel-input .bo{background-position:-160px -11px}.react-tel-input .br{background-position:-176px -11px}.react-tel-input .bs{background-position:-192px -11px}.react-tel-input .bt{background-position:-208px -11px}.react-tel-input .bw{background-position:-224px -11px}.react-tel-input .by{background-position:-240px -11px}.react-tel-input .bz{background-position:0 -22px}.react-tel-input .ca{background-position:-16px -22px}.react-tel-input .cd{background-position:-32px -22px}.react-tel-input .cf{background-position:-48px -22px}.react-tel-input .cg{background-position:-64px -22px}.react-tel-input .ch{background-position:-80px -22px}.react-tel-input .ci{background-position:-96px -22px}.react-tel-input .ck{background-position:-112px -22px}.react-tel-input .cl{background-position:-128px -22px}.react-tel-input .cm{background-position:-144px -22px}.react-tel-input .cn{background-position:-160px -22px}.react-tel-input .co{background-position:-176px -22px}.react-tel-input .cr{background-position:-192px -22px}.react-tel-input .cu{background-position:-208px -22px}.react-tel-input .cv{background-position:-224px -22px}.react-tel-input .cw{background-position:-240px -22px}.react-tel-input .cy{background-position:0 -33px}.react-tel-input .cz{background-position:-16px -33px}.react-tel-input .de{background-position:-32px -33px}.react-tel-input .dj{background-position:-48px -33px}.react-tel-input .dk{background-position:-64px -33px}.react-tel-input .dm{background-position:-80px -33px}.react-tel-input .do{background-position:-96px -33px}.react-tel-input .dz{background-position:-112px -33px}.react-tel-input .ec{background-position:-128px -33px}.react-tel-input .ee{background-position:-144px -33px}.react-tel-input .eg{background-position:-160px -33px}.react-tel-input .er{background-position:-176px -33px}.react-tel-input .es{background-position:-192px -33px}.react-tel-input .et{background-position:-208px -33px}.react-tel-input .fi{background-position:-224px -33px}.react-tel-input .fj{background-position:-240px -33px}.react-tel-input .fk{background-position:0 -44px}.react-tel-input .fm{background-position:-16px -44px}.react-tel-input .fo{background-position:-32px -44px}.react-tel-input .fr,.react-tel-input .bl,.react-tel-input .mf{background-position:-48px -44px}.react-tel-input .ga{background-position:-64px -44px}.react-tel-input .gb{background-position:-80px -44px}.react-tel-input .gd{background-position:-96px -44px}.react-tel-input .ge{background-position:-112px -44px}.react-tel-input .gf{background-position:-128px -44px}.react-tel-input .gh{background-position:-144px -44px}.react-tel-input .gi{background-position:-160px -44px}.react-tel-input .gl{background-position:-176px -44px}.react-tel-input .gm{background-position:-192px -44px}.react-tel-input .gn{background-position:-208px -44px}.react-tel-input .gp{background-position:-224px -44px}.react-tel-input .gq{background-position:-240px -44px}.react-tel-input .gr{background-position:0 -55px}.react-tel-input .gt{background-position:-16px -55px}.react-tel-input .gu{background-position:-32px -55px}.react-tel-input .gw{background-position:-48px -55px}.react-tel-input .gy{background-position:-64px -55px}.react-tel-input .hk{background-position:-80px -55px}.react-tel-input .hn{background-position:-96px -55px}.react-tel-input .hr{background-position:-112px -55px}.react-tel-input .ht{background-position:-128px -55px}.react-tel-input .hu{background-position:-144px -55px}.react-tel-input .id{background-position:-160px -55px}.react-tel-input .ie{background-position:-176px -55px}.react-tel-input .il{background-position:-192px -55px}.react-tel-input .in{background-position:-208px -55px}.react-tel-input .io{background-position:-224px -55px}.react-tel-input .iq{background-position:-240px -55px}.react-tel-input .ir{background-position:0 -66px}.react-tel-input .is{background-position:-16px -66px}.react-tel-input .it{background-position:-32px -66px}.react-tel-input .je{background-position:-144px -154px}.react-tel-input .jm{background-position:-48px -66px}.react-tel-input .jo{background-position:-64px -66px}.react-tel-input .jp{background-position:-80px -66px}.react-tel-input .ke{background-position:-96px -66px}.react-tel-input .kg{background-position:-112px -66px}.react-tel-input .kh{background-position:-128px -66px}.react-tel-input .ki{background-position:-144px -66px}.react-tel-input .xk{background-position:-128px -154px}.react-tel-input .km{background-position:-160px -66px}.react-tel-input .kn{background-position:-176px -66px}.react-tel-input .kp{background-position:-192px -66px}.react-tel-input .kr{background-position:-208px -66px}.react-tel-input .kw{background-position:-224px -66px}.react-tel-input .ky{background-position:-240px -66px}.react-tel-input .kz{background-position:0 -77px}.react-tel-input .la{background-position:-16px -77px}.react-tel-input .lb{background-position:-32px -77px}.react-tel-input .lc{background-position:-48px -77px}.react-tel-input .li{background-position:-64px -77px}.react-tel-input .lk{background-position:-80px -77px}.react-tel-input .lr{background-position:-96px -77px}.react-tel-input .ls{background-position:-112px -77px}.react-tel-input .lt{background-position:-128px -77px}.react-tel-input .lu{background-position:-144px -77px}.react-tel-input .lv{background-position:-160px -77px}.react-tel-input .ly{background-position:-176px -77px}.react-tel-input .ma{background-position:-192px -77px}.react-tel-input .mc{background-position:-208px -77px}.react-tel-input .md{background-position:-224px -77px}.react-tel-input .me{background-position:-112px -154px;height:12px}.react-tel-input .mg{background-position:0 -88px}.react-tel-input .mh{background-position:-16px -88px}.react-tel-input .mk{background-position:-32px -88px}.react-tel-input .ml{background-position:-48px -88px}.react-tel-input .mm{background-position:-64px -88px}.react-tel-input .mn{background-position:-80px -88px}.react-tel-input .mo{background-position:-96px -88px}.react-tel-input .mp{background-position:-112px -88px}.react-tel-input .mq{background-position:-128px -88px}.react-tel-input .mr{background-position:-144px -88px}.react-tel-input .ms{background-position:-160px -88px}.react-tel-input .mt{background-position:-176px -88px}.react-tel-input .mu{background-position:-192px -88px}.react-tel-input .mv{background-position:-208px -88px}.react-tel-input .mw{background-position:-224px -88px}.react-tel-input .mx{background-position:-240px -88px}.react-tel-input .my{background-position:0 -99px}.react-tel-input .mz{background-position:-16px -99px}.react-tel-input .na{background-position:-32px -99px}.react-tel-input .nc{background-position:-48px -99px}.react-tel-input .ne{background-position:-64px -99px}.react-tel-input .nf{background-position:-80px -99px}.react-tel-input .ng{background-position:-96px -99px}.react-tel-input .ni{background-position:-112px -99px}.react-tel-input .nl,.react-tel-input .bq{background-position:-128px -99px}.react-tel-input .no{background-position:-144px -99px}.react-tel-input .np{background-position:-160px -99px}.react-tel-input .nr{background-position:-176px -99px}.react-tel-input .nu{background-position:-192px -99px}.react-tel-input .nz{background-position:-208px -99px}.react-tel-input .om{background-position:-224px -99px}.react-tel-input .pa{background-position:-240px -99px}.react-tel-input .pe{background-position:0 -110px}.react-tel-input .pf{background-position:-16px -110px}.react-tel-input .pg{background-position:-32px -110px}.react-tel-input .ph{background-position:-48px -110px}.react-tel-input .pk{background-position:-64px -110px}.react-tel-input .pl{background-position:-80px -110px}.react-tel-input .pm{background-position:-96px -110px}.react-tel-input .pr{background-position:-112px -110px}.react-tel-input .ps{background-position:-128px -110px}.react-tel-input .pt{background-position:-144px -110px}.react-tel-input .pw{background-position:-160px -110px}.react-tel-input .py{background-position:-176px -110px}.react-tel-input .qa{background-position:-192px -110px}.react-tel-input .re{background-position:-208px -110px}.react-tel-input .ro{background-position:-224px -110px}.react-tel-input .rs{background-position:-240px -110px}.react-tel-input .ru{background-position:0 -121px}.react-tel-input .rw{background-position:-16px -121px}.react-tel-input .sa{background-position:-32px -121px}.react-tel-input .sb{background-position:-48px -121px}.react-tel-input .sc{background-position:-64px -121px}.react-tel-input .sd{background-position:-80px -121px}.react-tel-input .se{background-position:-96px -121px}.react-tel-input .sg{background-position:-112px -121px}.react-tel-input .sh{background-position:-128px -121px}.react-tel-input .si{background-position:-144px -121px}.react-tel-input .sk{background-position:-160px -121px}.react-tel-input .sl{background-position:-176px -121px}.react-tel-input .sm{background-position:-192px -121px}.react-tel-input .sn{background-position:-208px -121px}.react-tel-input .so{background-position:-224px -121px}.react-tel-input .sr{background-position:-240px -121px}.react-tel-input .ss{background-position:0 -132px}.react-tel-input .st{background-position:-16px -132px}.react-tel-input .sv{background-position:-32px -132px}.react-tel-input .sx{background-position:-48px -132px}.react-tel-input .sy{background-position:-64px -132px}.react-tel-input .sz{background-position:-80px -132px}.react-tel-input .tc{background-position:-96px -132px}.react-tel-input .td{background-position:-112px -132px}.react-tel-input .tg{background-position:-128px -132px}.react-tel-input .th{background-position:-144px -132px}.react-tel-input .tj{background-position:-160px -132px}.react-tel-input .tk{background-position:-176px -132px}.react-tel-input .tl{background-position:-192px -132px}.react-tel-input .tm{background-position:-208px -132px}.react-tel-input .tn{background-position:-224px -132px}.react-tel-input .to{background-position:-240px -132px}.react-tel-input .tr{background-position:0 -143px}.react-tel-input .tt{background-position:-16px -143px}.react-tel-input .tv{background-position:-32px -143px}.react-tel-input .tw{background-position:-48px -143px}.react-tel-input .tz{background-position:-64px -143px}.react-tel-input .ua{background-position:-80px -143px}.react-tel-input .ug{background-position:-96px -143px}.react-tel-input .us{background-position:-112px -143px}.react-tel-input .uy{background-position:-128px -143px}.react-tel-input .uz{background-position:-144px -143px}.react-tel-input .va{background-position:-160px -143px}.react-tel-input .vc{background-position:-176px -143px}.react-tel-input .ve{background-position:-192px -143px}.react-tel-input .vg{background-position:-208px -143px}.react-tel-input .vi{background-position:-224px -143px}.react-tel-input .vn{background-position:-240px -143px}.react-tel-input .vu{background-position:0 -154px}.react-tel-input .wf{background-position:-16px -154px}.react-tel-input .ws{background-position:-32px -154px}.react-tel-input .ye{background-position:-48px -154px}.react-tel-input .za{background-position:-64px -154px}.react-tel-input .zm{background-position:-80px -154px}.react-tel-input .zw{background-position:-96px -154px}.react-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.react-tel-input .hide{display:none}.react-tel-input .v-hide{visibility:hidden}.react-tel-input .form-control{position:relative;font-size:14px;letter-spacing:.01rem;margin-top:0!important;margin-bottom:0!important;padding-left:48px;margin-left:0;background:#fff;border:1px solid #CACACA;border-radius:5px;line-height:25px;height:35px;width:300px;outline:none}.react-tel-input .form-control.invalid-number{border:1px solid #d79f9f;background-color:#faf0f0;border-left-color:#cacaca}.react-tel-input .form-control.invalid-number:focus{border:1px solid #d79f9f;border-left-color:#cacaca;background-color:#faf0f0}.react-tel-input .flag-dropdown{position:absolute;top:0;bottom:0;padding:0;background-color:#f5f5f5;border:1px solid #cacaca;border-radius:3px 0 0 3px}.react-tel-input .flag-dropdown:hover,.react-tel-input .flag-dropdown:focus{cursor:pointer}.react-tel-input .flag-dropdown.invalid-number{border-color:#d79f9f}.react-tel-input .flag-dropdown.open{z-index:2;background:#fff;border-radius:3px 0 0}.react-tel-input .flag-dropdown.open .selected-flag{background:#fff;border-radius:3px 0 0}.react-tel-input input[disabled]+.flag-dropdown:hover{cursor:default}.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag{background-color:transparent}.react-tel-input .selected-flag{outline:none;position:relative;width:38px;height:100%;padding:0 0 0 8px;border-radius:3px 0 0 3px}.react-tel-input .selected-flag:hover,.react-tel-input .selected-flag:focus{background-color:#fff}.react-tel-input .selected-flag .flag{position:absolute;top:50%;margin-top:-5px}.react-tel-input .selected-flag .arrow{position:relative;top:50%;margin-top:-2px;left:20px;width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid #555}.react-tel-input .selected-flag .arrow.up{border-top:none;border-bottom:4px solid #555}.react-tel-input .country-list{outline:none;z-index:1;list-style:none;position:absolute;padding:0;margin:10px 0 10px -1px;box-shadow:1px 2px 10px #00000059;background-color:#fff;width:300px;max-height:200px;overflow-y:scroll;border-radius:0 0 3px 3px}.react-tel-input .country-list .flag{display:inline-block}.react-tel-input .country-list .divider{padding-bottom:5px;margin-bottom:5px;border-bottom:1px solid #ccc}.react-tel-input .country-list .country{padding:7px 9px}.react-tel-input .country-list .country .dial-code{color:#6b6b6b}.react-tel-input .country-list .country:hover,.react-tel-input .country-list .country.highlight{background-color:#f1f1f1}.react-tel-input .country-list .flag{margin-right:7px;margin-top:2px}.react-tel-input .country-list .country-name{margin-right:6px}.react-tel-input .country-list .search{position:sticky;top:0;background-color:#fff;padding:10px 0 6px 10px}.react-tel-input .country-list .search-emoji{font-size:15px}.react-tel-input .country-list .search-box{border:1px solid #cacaca;border-radius:3px;font-size:15px;line-height:15px;margin-left:6px;padding:3px 8px 5px;outline:none}.react-tel-input .country-list .no-entries-message{padding:7px 10px 11px;opacity:.7}.react-tel-input .invalid-number-message{position:absolute;z-index:1;font-size:13px;left:46px;top:-8px;background:#fff;padding:0 2px;color:#de0000}.react-tel-input .special-label{display:none;position:absolute;z-index:1;font-size:13px;left:46px;top:-8px;background:#fff;padding:0 2px;white-space:nowrap}.cat-page{padding:24px}.cat-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px}.cat-crumbs{font-size:14px;color:#64748b}.cat-crumbs .sep{margin:0 6px}.cat-actions{display:flex;gap:10px}.cat-btn{border:1px solid #9CA3AF;border-radius:12px;color:#1f2a37;background:#fff;padding:10px 14px;font-weight:600;cursor:pointer}.cat-btn.ghost{background:transparent}.cat-btn.sm{padding:8px 10px;border-radius:10px}.cat-btn.danger{border-color:#fca5a5;color:#b91c1c;background:#fff}.cat-btn.primary{background:#f9fafb;border-color:#e5e7eb;color:#1c64f2}.cat-btn:hover{color:#7566d6;border-color:#7566d6}.cat-card{background:#fff;border:1px solid #E5E7EB;border-radius:12px 12px 0 0;box-shadow:0 1px 2px #0000000a}.cat-card.hero{padding:20px;display:flex;justify-content:space-between;align-items:center}.hero-left{display:flex;gap:16px;align-items:center}.hero-img{width:240px;height:auto}.cat-row{display:grid;grid-template-columns:2.4fr 1.2fr 1.2fr 1fr 1fr .9fr;gap:12px;padding:16px 18px;align-items:center;border-top:1px solid #EEF0F4}.cat-row:first-of-type{border-top:none}.cat-row.head{padding:20px 18px;background:#fff;border-bottom:1px solid #E5E7EB;border-radius:12px 12px 0 0;font-weight:600;color:#4b5563;font-size:14px;text-transform:uppercase}.cat-row.head .right{text-align:right}.cat-cell.name{display:flex;align-items:center;gap:12px}.thumb{width:48px;height:48px;border-radius:10px;background:#f3f4f6;overflow:hidden;border:1px solid #E5E7EB}.thumb img{width:100%;height:100%;object-fit:cover}.noimg{display:grid;place-items:center;font-size:10px;color:#9ca3af;height:100%}.cat-name{font-weight:600;color:#0f172a}.right{text-align:right}.actions{display:flex;gap:8px;justify-content:flex-end}.sort{display:inline-block;margin-left:6px;width:12px;height:12px;position:relative;cursor:pointer}.sort:before,.sort:after{content:"";position:absolute;left:50%;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;transform:translate(-50%)}.sort:before{top:0;border-bottom:5px solid #CBD5E1}.sort:after{bottom:0;border-top:5px solid #CBD5E1}.dr-wrap{padding:24px;color:#e7ecf3;background:transparent;min-height:100%}.card{background:#11161d;border:1px solid #1e2530;border-radius:16px;padding:18px;margin-top:12px}.dr-head{display:flex;justify-content:space-between;align-items:center}.dr-crumbs{font-size:12px;color:#8a97ab}.dr-title{margin:4px 0 0;font-size:24px;color:#111928}.dr-actions{display:flex;gap:10px}.btn{height:38px;border-radius:10px;padding:0 14px;border:1px solid #D0D7E2;background:#fff}.btn.ghost{background:transparent;color:#4a7dff;border-color:#4a7dff}.btn.primary{background:#2563eb;color:#fff;border-color:#2563eb}.btn.sm{height:30px;padding:0 10px;border-radius:8px}.btn.danger{color:#f43f5e;border-color:#f43f5e}.input{height:40px;border:1px solid #324053;border-radius:10px;background:#0e141b;color:#111928;padding:0 12px}.dr-toolbar{margin:12px 0}.dr-subtitle{font-size:20px;color:#111928;margin:0 0 6px}.muted{color:#8a97ab}.dr-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;margin-top:12px}.dr-tile{color:#111928;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;height:96px;border:1px solid #445268;border-radius:14px;background:transparent}.dr-tile:hover{box-shadow:0 6px 22px #00000059;transform:translateY(-1px)}.dr-chip-actions{display:flex;gap:6px}.dr-label{display:block;margin:14px 0 6px;color:#111928}.dr-footer{margin-top:18px;display:flex;justify-content:flex-end;gap:10px}.link.back{background:none;border:0;color:#8aa4ff;margin:-6px 0 6px;cursor:pointer}:root{--ink:#0F172A;--mut:#6B7280;--ring:#E5E7EB;--blue:#2563EB;--pink:#EC008C;--card:#fff}.po2-crumbs{color:#64748b;font-size:14px}.po2-crumbs.small{font-size:12px}.po2-crumbs span{margin:0 6px}.po2-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;cursor:pointer}.po2-btn{cursor:pointer;border:1px solid #D1D5DB;border-radius:12px;background:#fff;padding:10px 14px;font-weight:600;transition:.15s;align-content:center}.po2-btn:hover{transform:translateY(-1px)}.po2-btn.primary{background:var(--blue);border-color:var(--blue);color:#fff}.po2-btn.ghost{background:#fff}.po2-link{border:0;background:transparent;color:#111827;font-weight:600;cursor:pointer}.po2-card{background:#fff;border:1px solid var(--ring);border-radius:16px;box-shadow:0 1px 2px #0000000a;display:grid;gap:30px}.po2-empty{padding:28px;text-align:center}.po2-empty-title{font-weight:600;margin-bottom:8px}.po2-set-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px;padding:16px}.po2-set{cursor:pointer;display:flex;justify-content:space-between;align-items:center;padding:14px;border:1px solid var(--ring);border-radius:14px;background:#fff;transition:.15s}.po2-set:hover{border-color:#cbd5e1;box-shadow:0 2px 10px #0000000d}.po2-set-name{font-weight:600;color:var(--ink)}.po2-badge{min-width:22px;height:22px;border-radius:999px;display:grid;place-items:center;background:#10b981;color:#fff;font-size:12px;padding:0 6px}.po2-editor{padding:20px}.po2-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.po2-title{margin:6px 0 2px;font-size:20px;font-weight:700;color:var(--ink)}.po2-sub{margin:0;color:var(--mut)}.po2-body{display:grid;grid-template-columns:1.1fr 1fr;gap:25px;margin-top:10px}.po2-left{display:grid;gap:25px}.po2-label{font-weight:600;color:var(--ink)}.po2-input{border:1px solid #CBD5E1;border-radius:10px;padding:10px 12px;width:100%}.po2-field{display:grid;gap:8px}.po2-list{display:grid;gap:10px}.po2-rowline{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;padding:8p;border-radius:10px;background:#fff;transition:.12s}.po2-rowline:hover{box-shadow:0 1px 8px #0000000a}.po2-grip{color:#4b5563;padding:0 6px;cursor:grab}.po2-rowbtns{display:flex;gap:6px}.po2-iconbtn{border:none;background:#fff;border-radius:8px;padding:6px 8px;cursor:pointer}.po2-iconbtn:hover{background:#f9fafb}.po2-iconbtn.danger{color:#b91c1c;border-color:#fecaca}.po2-toggleline{display:flex;gap:16px;align-items:center}.po2-toggle{display:flex;align-items:center;gap:10px;background:transparent;border:0;cursor:pointer}.po2-toggle .knob{width:44px;height:24px;border-radius:999px;background:#e5e7eb;position:relative;transition:.15s}.po2-toggle.on .knob{background:var(--blue)}.po2-toggle .knob:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;background:#fff;border-radius:999px;transition:.15s}.po2-toggle.on .knob:after{left:23px}.po2-toggle .txt{color:#111827;text-wrap-mode:nowrap}.po2-inline{display:flex;align-items:center;gap:8px}.po2-dot{background:var(--blue);color:#fff;border-radius:999px;min-width:18px;height:18px;display:grid;place-items:center;font-size:11px}.po2-right{display:block}.po2-gallery{border:1px solid var(--ring);border-radius:12px;padding:12px}.po2-ghead{font-weight:700;margin-bottom:8px}.po2-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.po2-thumb{position:relative;border:1px solid #E5E7EB;border-radius:10px;background:#fff;padding:8px;display:flex;flex-direction:column;gap:6px;align-items:center;transition:.15s}.po2-thumb:hover{transform:translateY(-2px);box-shadow:0 6px 18px #00000014}.po2-thumb.active{outline:3px solid rgba(236,0,140,.15);border-color:#ec008c}.po2-thumbimg{width:112px;height:96px;border-radius:12px;overflow:hidden;background:#f3f4f6}.po2-thumbimg img{width:100%;height:100%;object-fit:cover}.po2-noimg{width:100%;height:100%;background:repeating-linear-gradient(45deg,#f1f5f9,#f1f5f9 10px,#fff 10px,#fff 20px)}.po2-caption{font-size:12px;color:#4b5563;text-align:center}.po2-thumb-x{position:absolute;right:6px;top:6px;background:#fff;border:1px solid #E5E7EB;border-radius:8px;padding:2px 6px;cursor:pointer}.po2-thumb.add .po2-thumbimg.addicon{background:url(/image-add.svg) center/40% no-repeat,#f3f4f6}.po2-mask{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:60}.po2-dialog{position:fixed;right:24px;bottom:24px;width:460px;background:#fff;border:1px solid var(--ring);border-radius:14px;z-index:70}.po2-tabs{display:flex;align-items:center;gap:6px;border-bottom:1px solid #F1F5F9;padding:10px 12px}.po2-tab{padding:8px 12px;border-radius:10px}.po2-tab.active{border-bottom:3px solid var(--pink);border-radius:0}.po2-x{margin-left:auto;border:0;background:transparent;font-size:18px;cursor:pointer}.po2-dialog-body{padding:12px}.po2-hint{color:#6b7280;font-size:12px;margin-top:4px}.po2-dialog-foot{display:flex;justify-content:flex-end;gap:10px;padding:12px}.po2-footer{display:flex;justify-content:flex-end;gap:16px;padding:18px 0}.po2-mini{font-size:12px}.muted{color:#6b7280}.po2-full{width:100%;margin:0 auto}.po2-crumbs{margin-top:50px}.po2-h2{font-family:Inter;font-style:normal;font-weight:700;font-size:24px;line-height:150%;margin-bottom:20px;color:#111928;flex:none;order:2;flex-grow:0}.top.page{padding:24px}.top.page.dark{background:#fff;border-radius:16px;color:#e8eef6;height:100%}.top-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.top-searchrow{display:flex;gap:10px;align-items:center}.top-input{height:38px;border:1px solid #CBD5E1;border-radius:10px;padding:0 12px;background:#fff}.top.page.dark .top-input{background:transparent;color:#e8eef6;border-color:#263244}.top-select{height:38px;border:1px solid #CBD5E1;border-radius:10px;padding:0 10px;background:#fff;cursor:pointer}.po2-btn{height:38px;padding:0 14px;border-radius:10px;border:1px solid #D7DFEA;background:#fff;cursor:pointer}.po2-btn.primary{background:#2f63ff;color:#fff;border-color:#2f63ff}.po2-btn.ghost{background:#f5f7fa}.top-card{background:#fff;border:1px solid #E6EEF6;border-radius:16px;padding:18px;box-shadow:0 1px 2px #0000000a}.top.page.dark .top-card{background:transparent;border-color:#242f3f}.top-title{font-weight:700;margin-bottom:12px}.top-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:18px;width:100%;padding:20px}.top-grid.small{grid-template-columns:repeat(auto-fill,120px)}.top-tile{border:1px solid #E6EEF6;border-radius:16px;padding:12px;display:flex;flex-direction:column;align-items:center;gap:8px;transition:transform .12s,box-shadow .12s;background:#fff;cursor:pointer}.top.page.dark .top-tile{background:transparent;border-color:#243144}.top-tile:hover{transform:translateY(-1px);box-shadow:0 6px 16px #02081414}.top-tile.sel{outline:2px solid #2F63FF}.top-thumb{width:104px;height:84px;border-radius:12px;background:transparent;overflow:hidden;display:flex;align-items:center;justify-content:center}.top-thumb img{width:100%;height:100%;object-fit:contain}.top-thumb.lg{width:128px;height:128px;border-radius:16px}.top-name{font-size:13px;color:#0d1321;text-align:center}.top.page.dark .top-name{color:#000;font-size:14px;font-weight:500}.top-blank{width:100%;height:100%;background:#eef2f7;border-radius:12px}.top-editor.card{margin-top:16px}.top-editor-head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.top-crumbs{color:#6a7a8c;font-size:12px}.top-crumbs span{margin:0 6px}.top-h2{margin:6px 0 0;font-size:20px}.top-form{display:grid;grid-template-columns:420px 1fr;gap:28px;margin-top:18px}.top-row{display:grid;gap:6px}.top-label{font-size:13px;color:#5f6d80}.top-uploader{border:1px solid #E6EEF6;border-radius:12px;padding:14px}.top-tabs{display:flex;gap:8px;margin-bottom:10px}.top-tabs>div{padding:6px 10px;border-radius:8px;background:#f1f4f9;font-size:12px}.top-tabs>div.on{background:#e8edff;color:#2f63ff}.top-drop{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fafbfc;border:1px dashed #D5DFEC;border-radius:12px;height:120px;padding:0 14px}.top-drop-hint{color:#6b7380;font-size:12px}.top-preview{margin-top:12px;display:flex;flex-direction:column;gap:6px;align-items:flex-start}.top-caption{font-size:12px;color:#5f6d80}.top-actions{margin-top:12px;display:flex;justify-content:flex-end;gap:8px}.top-pick{display:grid;grid-template-columns:1fr 420px;gap:18px}.top-list{border:1px solid #E6EEF6;border-radius:16px}.top-panel{border:1px solid #E6EEF6;border-radius:16px;padding:14px;background:#fff;color:#2b3445}.top.page.dark .top-panel{background:transparent;border-color:#242f3f}.top-badge{background:#10b981;color:#fff;border-radius:999px;padding:0 7px;font-size:12px;margin-left:6px}.top-cta{margin-top:14px;display:flex;justify-content:flex-end;gap:8px}.top-empty{color:#6b7380;font-size:13px}.vibe-qs{margin-top:4px;margin-bottom:12px}.vibe-q{font-family:Inter;font-style:normal;font-weight:600;font-size:18px;line-height:28px;color:#344054;flex:none;order:0;align-self:stretch;flex-grow:0}.vibe-q span{color:#667085;font-weight:500}.vibe-section{margin:40px 0 4px}.vibe-h3{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:17px;height:28px;flex:none;order:0;flex-grow:0}.vibe-chips{display:flex;flex-wrap:wrap;gap:10px}.mz-ob__title{margin-bottom:6px}.mz-ob__muted{color:#667085;margin-bottom:18px}.hrs-row{display:grid;grid-template-columns:90px 60px 1fr 38px;gap:16px;max-width:465px;align-items:center;margin:18px 0}.dow{font-family:Inter;font-style:normal;font-weight:500;font-size:18px;line-height:28px;display:flex;align-items:center;color:#344054;flex:none;order:0;flex-grow:0}.slots{display:flex;flex-direction:column;gap:10px}.slot{display:flex;align-items:center;gap:10px}.dash{opacity:.6}.select{position:relative}.select select.mz-ob__input{min-width:100px;border-radius:16px;border:1px solid #e6eef6;background:#fff;box-shadow:0 1px #1018260a,0 1px 2px #1018260f}.select.disabled{opacity:.6}.switch{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;padding:4px 2px;cursor:pointer;width:56px;height:28px;border-radius:8px}.switch .knob{width:22px;height:22px;background:#fff;box-shadow:0 1px 3px #1018281a,0 1px 2px #1018280f;border-radius:6px;flex:none;order:0;flex-grow:0}.switch.on{background:#4f46e5}.switch.on .knob{left:30px!important}.toggle-big{display:flex;align-items:center;gap:12px;margin:22px 0;cursor:pointer}.toggle-big.disabled{opacity:.5;cursor:not-allowed}.toggle-big .dot{width:42px;height:22px;border-radius:999px;background:#e5e7eb;position:relative}.toggle-big .dot:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:999px;background:#fff;transition:left .15s}.toggle-big .dot.on{background:#4f46e5}.toggle-big .dot.on:after{left:23px}.slot-actions{display:flex;justify-content:center}.slot-btn{width:36px;height:36px;border-radius:12px;border:1px solid #e6eaf2;background:#fff;font-weight:700;line-height:1;cursor:pointer}.slot-btn:hover{filter:brightness(.98)}.slot-btn.danger{background:#fff;border-color:#e6eaf2}@media (max-width: 768px){.hrs-row .switch.on{position:relative;margin-left:-174px}.hrs-row .switch{position:relative;margin-left:-34px}}.ob-checkbox-row{display:flex;align-items:center;gap:10px;margin:16px 0 24px}.ob-checkbox-row label{font-family:Inter,sans-serif;font-size:14px;color:#101828;cursor:pointer;-webkit-user-select:none;user-select:none}.ob-checkbox-input{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:20px!important;height:20px!important;border:2px solid #D0D5DD;border-radius:6px;position:relative;cursor:pointer;outline:none;transition:all .15s ease-out}.ob-checkbox-input:checked{background-color:#455cf1;border-color:#455cf1}.ob-checkbox-input:checked:after{content:"✓";position:absolute;color:#fff;font-size:14px;font-weight:700;top:50%;left:50%;transform:translate(-50%,-50%)}.ob-checkbox-input:focus-visible{box-shadow:0 0 0 4px #d9d6fe}.same-row{display:flex;gap:8px;align-items:center;margin:-10px 0 16px;color:#6b7280;font-size:14px}.same-row input{width:16px;height:16px}.same-row label{font-size:14px;color:#101828}.ob-phone-wrapper{position:relative}.ob-input.ob-phone-input{display:flex;align-items:center;padding:0 12px;gap:8px}.ob-phone-trigger{display:flex;align-items:center;gap:8px;cursor:pointer;padding:6px 0;-webkit-user-select:none;user-select:none}.ob-phone-flag{font-size:24px;line-height:1}.ob-phone-arrow{width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #6b7280;margin-left:2px}.ob-phone-dial{font-family:Inter,sans-serif;font-size:16px;color:#101828;white-space:nowrap}.ob-phone-text-input{border:none;outline:none;background:transparent;flex:1;width:100%;font-family:Inter,sans-serif;font-size:16px;color:#101828;padding:12px 0}.ob-phone-text-input:disabled{background:transparent;color:#9ca3af;cursor:not-allowed}.ob-input-disabled{background-color:#f9f9f9;cursor:not-allowed}.ob-phone-dropdown{width:100%}.ob-phone-option{display:flex;align-items:center;gap:10px}.ob-phone-option-name{flex:1;white-space:nowrap;font-size:16px}.ob-phone-option-dial{font-size:14px;color:#6b7280}.react-tel-input .form-control{width:100%!important}.react-tel-input .form-control{margin-bottom:20px!important}.react-tel-input .country-list{z-index:1;list-style:none;padding:0;margin:10px 0 10px -1px;box-shadow:none!important;width:100%!important;border-radius:9px!important;color:var(--colors-text-text-primary-900, #101828);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.zip-input{width:120px}.between{display:flex;align-items:center;gap:8px}.money-input span{font-weight:600}.controls-grid{display:grid;grid-template-columns:1fr;gap:12px;margin-top:8px}.toggle-row{display:flex;align-items:center;gap:12px}.toggle-row .tail{margin-left:auto}.ob-right .ob-map{position:relative;height:100%!important;width:100%}.ob-right .leaflet-container{height:100%;border-radius:16px;box-shadow:var(--shadow)}.ob-form{--ink:#0D1321;--mut:#5F6D80}.mz-ob__label-lg{font-weight:600;margin:18px 0 8px}.chip-row{display:flex;gap:12px;flex-wrap:wrap;margin:10px 10px 10px 0!important}.chip{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:6px 12px;gap:3px;width:fit-content;height:36px;background:#fff;border:2px solid #D0D5DD;border-radius:12px!important;font-family:Inter;font-style:normal;font-weight:500;font-size:16px;line-height:24px;text-align:center;color:#344054;flex:none;order:0;flex-grow:0}.mz-ob__input.small{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:8px 16px;gap:16px;width:56px;height:48px;background:#fff;border:2px solid #D0D5DD;box-shadow:0 1px 2px #1018280d;border-radius:16px}.zip-grid{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.zip-pill{max-width:120px;display:flex;flex-direction:row;justify-content:space-between}.distance-input-wrapper{display:flex;align-items:center;justify-content:flex-start}.section{margin-top:48px!important}.territory-map{width:100%;height:100%;min-height:360px;overflow:hidden}.territory-dot-marker{position:relative;cursor:move}.territory-dot-marker:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:10px;height:10px;border-radius:999px;background:#4f46e5;border:2px solid #ffffff;box-shadow:0 0 0 1px #4f46e580}.territory-dot-marker:after{content:"✎";position:absolute;top:-37px;right:-9px;font-size:18px;background:#fff;border-radius:6px;padding:5px;box-shadow:0 0 0 1px #0f172a26}.territory-dot-popup button{font-size:12px;padding:4px 8px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;cursor:pointer}.distance-input{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:8px 16px;gap:16px;width:76px;height:48px;background:#fff;border:2px solid #D0D5DD;box-shadow:0 1px 2px #1018280d;border-radius:16px;flex:none;order:0}.zip-pill button{border:0;background:transparent;cursor:pointer}.eta-grid{display:flex;grid-template-columns:1fr 1fr;gap:12px;flex-direction:column;margin-top:25px}.eta-grid fieldset{border:none;padding-left:0}.toggle-row{display:flex;align-items:center;gap:12px;max-width:465px}.money-input{display:flex;align-items:center;gap:6px}.ob-right .ob-map{position:relative;height:100%}.ob-right .map-head{position:absolute;top:12px;right:12px;z-index:10}.mz-ob__input-money{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;padding:8px 16px;gap:8px;width:65px;height:48px;background:#fcfcfd;border:1.5px solid #EAECF0;border-radius:16px;flex:none;order:1;flex-grow:0}.mz-ob__muted{width:468px;height:20px;font-family:Inter;font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#101828;margin-bottom:30px!important;margin-top:24px!important;flex:none;order:1;align-self:stretch;flex-grow:0}.mz-ob__title{font-size:35px;font-weight:600;margin:15px 0 20px!important}.custom-ar-label b{font-weight:500!important}.custom-ar-label{margin-top:34px;font-family:Inter;font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#344054}.ob-right,.ob-map,.ob-right .leaflet-container{height:100%}.ob-right .map-head{display:flex;gap:8px}.ob-right .leaflet-container{border-radius:0!important}.launch-copy{max-width:560px;margin:12px 0 24px}:root{--font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", "Helvetica Neue", Arial, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"}:root{--bg: #fff;--panel: #ffffff;--muted: #6b7280;--fg: #0f172a;--brand: #2563eb;--brand-2: #ff2ea6;--line: #e5e7eb;--pill: #f3f4f6;--success:#10b981;--danger:#ef4444;--shadow: 0 10px 25px rgba(17,24,39,.06), 0 2px 6px rgba(17,24,39,.04)}*{box-sizing:border-box}html,body,#root{height:100%;overflow-x:hidden}body{margin:0;color:var(--fg)}html,body,#root{font-family:var(--font-sans)}button,input,select,textarea{font-family:inherit}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:#f7f7ff}.main,.content,.app-content{background:linear-gradient(118.32deg,#5e5be333 17.98%,#ffb5c433 20.82%,#ff97d533 31.92%,#f8f9fc33 44.32%,#f8f9fc33 68.75%),#fff;height:max-content;min-height:100%}.content,.app-content{width:100%;min-height:100vh}.app-root,.app-shell{display:flex;height:100%}.side-link,.nav-section-title,.brand-text,.label,.input,.select,.textarea,.btn,.pill,.chip,.table,.tab,.badge,.h1,.h2,.h3,.small,.muted,.store{font-family:var(--font-sans)}.logo{width:36px;height:36px;border-radius:10px;background:transparent;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;box-shadow:var(--shadow)}.brand-text .sub{font-size:12px;color:#333}.side-link.active{background:#27115f;color:#fff!important;border-radius:8px 0 0 8px}.side-link:hover{background:#efefff;color:#7566d6}.icon{width:20px;text-align:center;opacity:.8}.right-header{display:flex;gap:10px}.org{margin-top:auto;padding:12px;border:1px dashed var(--line);border-radius:10px}.store{font-weight:500}.muted{color:var(--muted)}.small{font-size:12px}.main{flex:1;display:flex;flex-direction:column;min-height:0}.topbar{display:flex;align-items:center;gap:10px;padding:16px}.search{flex:0 0 520px;height:40px;border-radius:999px;border:1px solid var(--line);padding:0 16px;outline:none;background:#fff;transition:box-shadow .15s ease,border-color .15s ease}.search:focus{border-color:#c7d2fe;box-shadow:0 0 0 3px #6366f126}.ghost-btn{border:1px solid var(--line);background:#fff;border-radius:12px;height:36px;padding:0 10px}.avatar{width:32px;height:32px;border-radius:999px;background:#111827;color:#fff;display:flex;align-items:center;justify-content:center}.spacer{flex:1}.content{padding:8px 24px 120px;overflow:auto;min-height:0}.header-row>*,.row>*,.filter-row>*{min-width:0}.input,.select,.search{min-width:0}.page{width:100%;margin:0 auto}.header-row{display:flex;align-items:center;justify-content:space-between;margin:8px 0 16px}.h1{margin:0 0 12px;font-size:24px;font-weight:700}.h2{margin:0 0 8px;font-size:20px;font-weight:700}.h3{margin:0 0 6px;font-size:16px;font-weight:500}.card{background:var(--panel);border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow)}.p-6{padding:24px}.mb-2{margin-bottom:8px}.mb-4{margin-bottom:16px}.mb-6{margin-bottom:24px}.mb-8{margin-bottom:32px}.mt-2{margin-top:8px}.mt-4{margin-top:16px}.mt-5{margin-top:24px}.mt-6{margin-top:28px}.mt-8{margin-top:32px}.gap-2{gap:8px}.gap-4{gap:16px}.gap-6{gap:24px}.flex{display:flex}.row{display:flex;align-items:center;gap:10px}.align-center{align-items:center}.label{font-weight:500;margin-bottom:6px}.input{width:100%;font-size:15px;height:40px;border:1px solid var(--line);border-radius:10px;padding:0 12px;outline:none;background:#fff;transition:box-shadow .15s ease,border-color .15s ease}.input:focus{border-color:#c7d2fe;box-shadow:0 0 0 3px #6366f126}.select{width:100%;height:40px;border:1px solid var(--line);border-radius:10px;padding:0 10px;outline:none;background:#fff;transition:box-shadow .15s ease,border-color .15s ease}.select:focus{border-color:#c7d2fe;box-shadow:0 0 0 3px #6366f126}.ml-2{margin-left:8px}.auth-shell{display:grid;grid-template-columns:320px 1fr;min-height:100vh}.auth-left{background:#f8fafc;display:flex;align-items:center;justify-content:center}.auth-right{display:flex;align-items:center;justify-content:center;position:relative;background:#fff}.auth-top-link{position:absolute;top:24px;right:24px}.auth-form{display:flex;gap:7px;width:600px;flex-direction:column}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.or-row{display:flex;align-items:center;gap:8px;margin:14px 0}.or-row .line{flex:1;height:1px;background:#e5e7eb}.sso-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.btn.sso{background:#f3f4f6}.otp-row{display:flex;gap:8px;margin-top:10px}.otp-box{width:44px;height:44px;text-align:center;font-size:22px;border:1px solid #d1d5db;border-radius:8px}.error{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca;padding:8px;border-radius:8px;margin-top:10px}.top-card{min-width:100%!important}.btn,.btn-walpaper{height:38px;padding:0 14px;border-radius:12px;border:0;cursor:pointer;font-weight:500;transition:transform .06s ease,box-shadow .15s ease,background-color .15s ease,color .15s ease}.btn.primary{background:var(--brand);color:#fff;box-shadow:var(--shadow);text-wrap-mode:nowrap}.btn.primary:hover{filter:brightness(1.03);transform:translateY(-1px)}.btn.primary:active{transform:translateY(0)}.btn.ghosted,.btn-walpaper{border:1px solid #E5E7EB;color:#111827;text-wrap-mode:nowrap;align-items:center;display:flex;font-size:18px;height:50px;justify-content:center}.bigfont{font-size:18px!important;height:50px!important}.btn-walpaper{height:35px!important;font-size:14px!important}.btn.ghosted:hover{background:#f8fafc}.btn.danger{background:var(--danger);color:#fff;box-shadow:var(--shadow)}.input-cy.disabled,.btn[disabled]{opacity:.6;cursor:not-allowed}.gap-big{margin-bottom:70px}.toggle{display:inline-flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:999px;padding:4px 8px;background:#fff}.toggle .knob{width:22px;height:22px;border-radius:999px;background:#e5e7eb;transition:.2s}.toggle.on .knob{background:var(--success)}.toggle .label{font-size:14px}.forgot-pass{color:#3944b6;text-decoration:none;cursor:pointer}.pill-group{display:flex;gap:8px;flex-wrap:wrap}.pill,.chip{background:#fff;border:2.5px solid var(--line);border-radius:999px;height:36px;padding:6px 20px;display:flex;align-items:center;cursor:pointer}.pill.active{background:#e8edff;border-color:#c7d2fe}.pill.pill-on{background:#fff;border-color:#1c64f2}.chip-row{display:flex;gap:12px;flex-wrap:wrap}.chk{margin-right:20px}.chip.chip-on{background:#fff;border-color:#1c64f2;border-width:2.5px}.grid-3{display:grid;grid-template-columns:1fr 140px 160px;gap:12px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:12px;justify-content:space-between;justify-items:stretch}.app-root{overflow-x:hidden}.table-wrap{max-height:calc(100vh - 320px);overflow-x:auto;overflow:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:12px 14px;border-bottom:1px solid var(--line);vertical-align:top}.table th{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.table tr:hover td{background:#fafafa}.tabs{display:flex;gap:8px}.tab{padding:10px 12px;background:#fff;border:1px solid var(--line);border-bottom:2px solid transparent;border-radius:10px}.tab.active{border-bottom-color:var(--brand-2)}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.space-x-2>*+*{margin-left:8px}.space-x-3>*+*{margin-left:12px}.space-y-2>*+*{margin-top:8px}.space-y-3>*+*{margin-top:12px}.space-y-4>*+*{margin-top:16px}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.items-center{align-items:center}.text-center{text-align:center}.text-sm{font-size:14px}.text-2xl{font-size:24px}.font-medium,.font-semibold{font-weight:500}.font-bold{font-weight:700}.text-gray-600{color:#4b5563}.text-gray-900{color:#111827}.text-red-600{color:#dc2626}.text-green-600{color:#059669}.text-yellow-600{color:#d97706}.text-blue-600{color:#2563eb}.text-blue-800{color:#1e40af}.bg-red-50{background-color:#fef2f2}.bg-green-50{background-color:#f0fdf4}.bg-yellow-50{background-color:#fffbeb}.bg-blue-50{background-color:#eff6ff}.bg-blue-100{background-color:#dbeafe}.bg-green-100{background-color:#dcfce7}.bg-purple-100{background-color:#f3e8ff}.bg-orange-100{background-color:#fed7aa}.bg-red-100{background-color:#fee2e2}.bg-indigo-100{background-color:#e0e7ff}.bg-teal-100{background-color:#ccfbf1}.border-red-200{border-color:#fecaca}.border-blue-200{border-color:#bfdbfe}.border-l-4{border-left-width:4px}.border-blue-500{border-color:#3b82f6}.border-green-500{border-color:#10b981}.border-purple-500{border-color:#8b5cf6}.border-orange-500{border-color:#f97316}.border-red-500{border-color:#ef4444}.border-indigo-500{border-color:#6366f1}.border-teal-500{border-color:#14b8a6}.rounded-lg{border-radius:8px}.rounded-full{border-radius:9999px}.p-3{padding:12px}.p-4{padding:16px}.w-full{width:100%}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.h-64{height:16rem}.h-12{height:3rem}.w-12{width:3rem}.w-3{width:.75rem}.h-3{height:.75rem}.animate-spin{animation:spin 1s linear infinite}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hover\:shadow-lg:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.hover\:bg-blue-100:hover{background-color:#dbeafe}.hover\:bg-green-100:hover{background-color:#dcfce7}.hover\:bg-purple-100:hover{background-color:#f3e8ff}.cursor-pointer{cursor:pointer}.overflow-y-auto{overflow-y:auto}.max-h-\[90vh\]{max-height:90vh}.z-50{z-index:50}.fixed{position:fixed}.inset-0{top:0;right:0;bottom:0;left:0}.bg-black{background-color:#000}.bg-opacity-50{background-color:#00000080}.flex-1{flex:1 1 0%}.pt-4{padding-top:16px}.badge{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:#eef2ff;color:#1e3a8a;font-weight:500;font-size:16px;border:1px solid #dbeafe;box-shadow:var(--shadow)}.textarea{width:100%;min-height:96px;border:1px solid var(--line);border-radius:10px;padding:10px 12px;outline:none;background:#fff;resize:vertical;transition:box-shadow .15s ease,border-color .15s ease;font-size:18px}.textarea:focus{border-color:#c7d2fe;box-shadow:0 0 0 3px #6366f126}.text-lg{font-size:18px}.px-3{padding-left:12px;padding-right:12px}.py-1{padding-top:4px;padding-bottom:4px}.px-6{padding-left:24px;padding-right:24px}.py-2{padding-top:8px;padding-bottom:8px}.icon{width:20px;text-align:center;display:inline-flex;align-items:center;justify-content:center;filter:grayscale(1) saturate(0) contrast(1.1);opacity:.9;transition:filter .15s ease}.side-link.active .sb-icon,.side-link:hover .sb-icon{stroke:#fff!important;filter:grayscale(1) saturate(0) contrast(1.1);opacity:1}.nav-section{margin-top:16px}.desc-cell{max-width:420px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.chart-body{padding:12px 8px;height:280px;position:relative}.nav-section-title{cursor:pointer;background:transparent;border:0;width:100%;text-align:start;display:flex;align-items:center;gap:8px;font-size:12px;font-weight:500;color:#333;text-transform:uppercase;letter-spacing:.05em;padding:8px 12px 4px;margin:0 0 4px}.nav-section-title:hover{color:#111827}.chev{display:inline-block;transition:transform .2s ease}.nav-section.collapsed .chev{transform:rotate(-90deg)}.nav-group{display:flex;flex-direction:column;gap:6px;padding-left:0;overflow:hidden;max-height:800px;opacity:1;transition:max-height .25s ease,opacity .2s ease}.nav-section.collapsed .nav-group{max-height:0;opacity:0}.nav-group .side-link{padding-left:16px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.ob-left{overflow-x:hidden}@media (max-width: 768px){.grid-cols-2,.grid-cols-3,.grid-cols-4{grid-template-columns:repeat(1,minmax(0,1fr))}.content{padding:8px 16px 24px}.auth-left{display:none}.auth-right{padding:20px;max-width:500px;margin:0 auto}.auth-shell{grid-template-columns:1fr;background-color:#fff}.ob-right{display:none}.ob-split,.ob-wrap{grid-template-columns:1fr;overflow:hidden}.auth-form{width:100%}.dow{margin:0!important}.mz-ob__row{overflow:hidden;bottom:0!important;width:100%;gap:5px!important;display:grid!important;grid-template-columns:repeat(auto-fit,minmax(50px,1fr));justify-items:center;align-items:center}.mz-ob__btn,.mz-ob__skip{padding:20px 30px!important}.spacer{display:none}.btn.login{position:absolute;top:10px!important;right:0!important}.mz-reg__card{width:100%!important}.mz-ob__card{width:100%!important;max-width:315px!important}.mz-ob__muted{width:100%}.hrs-row{display:grid;min-width:100%;grid-template-columns:1fr 1fr;justify-items:stretch;justify-content:space-between}.big-switch{display:flex;flex-direction:column-reverse}.dow{font-size:16px}.help{flex-direction:column;height:215px}.help-actions{flex-direction:row}.ob-steps{gap:14px}.help-title{margin-bottom:25px}.ob-steps .dot{width:30px}.ob-label{height:auto;font-size:16px}.toggle-row{display:grid;grid-template-columns:40px 1fr 72px}}.page.narrow{max-width:860px;margin:0 auto;padding-top:132px;padding-bottom:132px}.progress{height:8px;background:#eee;border-radius:999px;overflow:hidden;margin:8px 0 35px}.progress .bar{height:100%;background:#ef3b8b}.chips{display:grid;grid-template-columns:1fr 1fr 1fr;flex-wrap:wrap;gap:20px}.mt-2,.chip{border:1px solid #ddd;border-radius:999px;padding:6px 12px;background:#fff;cursor:pointer}.chip.active{background:#111;color:#fff!important;border-color:#111}.page.narrow .h2{font-family:Inter;font-weight:600;font-size:30px}.mb-3{border:1px solid #ddd;border-radius:12px;padding:6px 12px;background:#fff;cursor:pointer}.page.narrow .h1{font-family:Inter;font-weight:600;font-size:34px}.chip{color:#000!important}.page.narrow .label{font-family:Inter;font-weight:500;font-size:18px;margin-bottom:20px}.mb-3{height:45px}.mt-2{width:31%;margin-top:20px;height:45px}.page.narrow button{font-size:16px}.form-end-btns{margin-bottom:70px}.page.narrow .card{display:flex;flex-direction:column;align-items:stretch;justify-content:center;gap:50px;align-content:stretch}@media (max-width: 768px){.page.narrow{padding:50px 25px}.page.narrow .h1{font-size:28px}.page.narrow .h2{font-size:24px}.chips{grid-template-columns:1fr 1fr}}.page.narrow .header-row{align-items:flex-end}.lp-form-logo svg{margin-bottom:-40px;max-width:200px}.without-margin{margin-bottom:-30px!important}.kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}@media (max-width: 1100px){.kpi-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 860px){.kpi-grid{display:grid;width:100%;max-width:100%;box-sizing:border-box;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;overflow:visible}.kpi-grid>*{min-width:0}}@media (max-width: 560px){.kpi-grid{grid-template-columns:1fr}}.kpi-card{border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow);padding:16px}.kpi-top{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.kpi-title{font-size:12px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.kpi-value{font-size:28px;font-weight:700;line-height:1.1;margin-top:4px}.kpi-trend{font-weight:700;font-size:13px;padding:6px 10px;border-radius:999px;border:1px solid var(--line);background:#fff}.kpi-trend.up{color:#059669;border-color:#bbf7d0;background:#f0fdf4}.kpi-trend.down{color:#dc2626;border-color:#fecaca;background:#fef2f2}.kpi-spark{margin-top:10px;height:52px}.charts-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:16px}@media (max-width: 1200px){.charts-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 820px){.charts-grid{grid-template-columns:1fr}}.chart-card{padding:0;overflow:hidden}.chart-head{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--line);background:linear-gradient(180deg,#ffeef699,#f7f7ff99)}.chart-title{font-weight:700}.chart-sub{font-size:12px;color:var(--muted);margin-top:2px}.chart-body{padding:12px 8px;height:280px}.rest-toolbar{position:relative;top:0;z-index:5;background:linear-gradient(180deg,#fff,#fff0)}.filter-row{display:grid;grid-template-columns:minmax(0,1.2fr) repeat(4,minmax(0,1fr)) auto;gap:10px}@media (max-width: 980px){.filter-row{grid-template-columns:1fr 1fr}}.bulkbar{position:fixed;left:50%;transform:translate(-50%);bottom:16px;z-index:40;display:flex;align-items:center;gap:10px;background:#111827;color:#fff;padding:10px 12px;border-radius:12px;box-shadow:var(--shadow)}.checkbox{width:16px;height:16px}.table td.actions{white-space:nowrap}.thumb{width:40px;height:40px;border-radius:8px;object-fit:cover;border:1px solid var(--line)}.chip.gray{background:#f3f4f6;border:1px solid var(--line)}.table-footer{display:flex;align-items:center;gap:8px;padding-top:12px}@media (max-width:640px){.topbar{padding:12px;flex-wrap:wrap}.search{flex:1 1 100%;width:100%;min-width:0}.content{padding:8px 12px 140px}.header-row{flex-direction:column;align-items:flex-start;gap:8px}.row{flex-wrap:wrap}.filter-row,.grid-2,.kpi-grid,.charts-grid{grid-template-columns:1fr}.chart-body{height:220px}.table-wrap{max-height:none;overflow-x:auto}.table th,.table td{padding:10px 12px}.desc-cell{max-width:100%}.bulkbar{left:8px;right:8px;transform:none;width:auto;bottom:8px;flex-wrap:wrap;justify-content:space-between}}@media (max-width:768px){.filter-row{grid-template-columns:1fr}.kpi-grid{grid-template-columns:repeat(2,1fr)}.charts-grid{grid-template-columns:1fr}}@media (max-width:380px){.pill,.badge{padding:4px 8px}.btn{height:34px;padding:0 10px}.chart-body{height:200px}}.burger{display:none;position:fixed;top:12px;left:12px;z-index:60;width:40px;height:40px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:var(--shadow);align-items:center;justify-content:center}.burger span{margin:5px 0}@media (max-width:1024px){.search{flex:0 0 308px;margin-left:70px}.content{padding-top:64px;width:100%;max-width:100vw}}.lp{min-height:100vh;display:flex;flex-direction:column;color:#111827;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji"}.lp-header{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:18px 28px}.lp-brand{display:inline-flex;align-items:center;gap:10px}.lp-logo{display:inline-flex;width:42px;height:41px}.lp-brand-name{font-size:22px;font-weight:600;letter-spacing:.2px}.lp-login{font-size:14px;font-weight:600;color:#2563eb;text-decoration:none;padding:8px 14px;border-radius:8px;border:1px solid #dbe3ff;background:#f8fbff;transition:background .12s ease,border-color .12s ease}.lp-login:hover{background:#eef5ff;border-color:#c7d5ff}.lp-hero{position:relative;min-height:650px;border-radius:0;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-end}.lp-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/landing_background.png);background-size:cover;filter:none}.lp-hero-text{position:relative;max-width:1200px;margin-bottom:50px;padding:18px 28px;background:linear-gradient(90deg,#0000008c,#7d7b7b59);color:#fff;border-radius:8px;margin-left:50px;margin-right:28px}.lp-hero-text h1{font-size:36px;font-weight:700;margin:0 0 4px;line-height:1.2}.lp-hero-text h2{font-size:30px;font-weight:600;margin:0;line-height:1.25}.lp-cta{max-width:1200px;width:1000px;padding:50px}.lp-cta-lead{font-size:28px;margin:6px 0 18px}.lp-form{display:grid;grid-template-columns:220px 1fr 160px;gap:16px;align-items:end}.lp-field{display:flex;flex-direction:column;gap:8px}.lp-field label{font-size:14px;color:#374151}.lp-field input{height:55px;padding:0 12px;border:1px solid #e5e7eb;border-radius:10px;font-size:14px;outline:none;background:#fff}.lp-field input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.lp-btn{height:55px;border:none;border-radius:10px;padding:0 25px;font-weight:600;font-size:14px;background:#2563eb;color:#fff;cursor:pointer;justify-self:start}.lp-btn:hover{filter:brightness(.97)}@media (max-width: 900px){.lp-hero-text{margin-top:140px}.lp-form{grid-template-columns:1fr}.lp-btn{width:100%}.lp-cta{max-width:700px;width:100%}}.login-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;padding:20px}.login-container{width:100%;max-width:1200px}.login-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:60px}.back-to-landing{color:#fff;text-decoration:none;padding:10px 20px;background:#fff3;border-radius:25px;border:1px solid rgba(255,255,255,.3);transition:all .3s ease;font-weight:500}.back-to-landing:hover{background:#ffffff4d;transform:translateY(-2px)}.login-brand{display:flex;align-items:center;gap:12px}.login-logo{width:40px;height:40px;background:linear-gradient(135deg,#4facfe,#00f2fe);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;font-weight:700;box-shadow:0 4px 15px #4facfe66}.login-brand-text{font-size:28px;font-weight:700;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.3)}.login-form-container{display:flex;justify-content:center}.login-card{background:#fff;padding:48px;border-radius:20px;box-shadow:0 20px 60px #0000001a;width:100%;max-width:480px;text-align:center}.login-title{font-size:2rem;font-weight:700;color:#111827;margin-bottom:8px}.login-subtitle{font-size:1rem;color:#6b7280;margin-bottom:32px}.login-form{text-align:left}.error-message{background:#fef2f2;color:#dc2626;padding:12px 16px;border-radius:8px;border:1px solid #fecaca;margin-bottom:24px;font-size:14px}.form-group{margin-bottom:24px}.form-label{display:block;font-weight:500;color:#374151;margin-bottom:8px;font-size:14px}.form-input{width:100%;height:48px;border:2px solid #e5e7eb;border-radius:12px;padding:0 16px;font-size:16px;transition:all .3s ease;background:#fff}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.login-button{width:100%;height:48px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #3b82f666;margin-bottom:24px}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #3b82f680}.login-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-footer{border-top:1px solid #e5e7eb;padding-top:24px}.credentials-hint{font-size:12px;color:#6b7280;line-height:1.5}.credentials-hint code{background:#f3f4f6;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;color:#374151}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;gap:16px}.loading-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.logout-btn{background:#ef4444!important;color:#fff!important;border-color:#ef4444!important}.logout-btn:hover{background:#dc2626!important;border-color:#dc2626!important}@media (max-width: 768px){.landing-header{padding:16px 20px}.lp-hero{min-height:450px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.25rem}.cta-section{padding:60px 20px}.form-row{flex-direction:column;align-items:stretch}.input-group{min-width:auto}.login-card{padding:32px 24px}.login-header{flex-direction:column;gap:20px;text-align:center}}@media (max-width: 480px){.landing-header{padding:12px 16px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.cta-section{padding:40px 16px}.login-card{padding:24px 16px}}.menu-home .mh-card{background:#fff;border-radius:16px;border:1px solid #eee;box-shadow:0 1px 2px #1018280a;padding:20px}.menu-home .mh-card-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:16px}.menu-home .mh-title{font-weight:600;font-size:16px;color:#111827}.menu-home .mh-sub{font-size:13px;color:#6b7280;margin-top:2px}.menu-home .mh-diagram{border:1px dashed #d1d5db;border-radius:14px;padding:22px;position:relative;min-height:220px;background:linear-gradient(180deg,#ffffffb3,#ffffffe6)}.menu-home .mh-primary{position:absolute;left:160px;top:105px;display:flex;align-items:center;gap:10px}.menu-home .mh-avatars{display:flex;gap:6px}.menu-home .mh-avatar{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-weight:700;color:#fff;background:linear-gradient(135deg,#6e7aff,#a05cf7);box-shadow:0 2px 4px #00000014}.menu-home .mh-primary-circle{width:86px;height:86px;border-radius:999px;background:#fff;border:1px solid #cfd6e4;display:flex;align-items:center;justify-content:center;flex-direction:column;font-size:12px;text-align:center}.menu-home .mh-primary-circle .mh-optional{color:#6b7280;font-size:11px}.menu-home .mh-pill{position:absolute;bottom:26px;border-radius:10px;border:1px solid #cfd6e4;background:#fff;padding:10px 14px;font-size:12px;text-align:center;width:110px}.menu-home .mh-pill-left{left:22px}.menu-home .mh-pill{right:170px}.menu-home .mh-pill+.mh-pill{right:40px}.menu-home .mh-pill span{color:#6b7280;font-size:11px}.menu-home .mh-row{background:#fff;border:1px solid #eee;border-radius:12px;padding:35px 18px;margin-top:20px;display:flex;align-items:center;justify-content:space-between}.menu-home .mh-row-title{font-weight:600;color:#111827}.menu-home .mh-row-desc{font-size:13px;color:#6b7280;margin-top:2px}.btn{height:36px;border-radius:8px;padding:0 12px;font-weight:600;font-size:13px;cursor:pointer;margin:5px!important}.btn-primary-ghost{background:#eef2ff;color:#1d4ed8;border:1px solid #c7d2fe}.btn-line{background:#fff;color:#374151;border:1px solid #e5e7eb}.btn:hover{filter:brightness(.98)}.logo img{display:block;width:42px;height:41px}.text-neutral-500{color:#6b7280}.text-xs{font-size:11px}.nav-section{margin-top:14px}.card{background:#fff;border:1px solid #E5E7EB;border-radius:12px;padding:30px}.btn{height:36px;padding:0 14px;border-radius:8px;border:1px solid #E5E7EB;background:#fff;cursor:pointer;margin-left:0!important;margin:10px}.btn.ghost{background:#fff}.btn-primary{height:36px;padding:0 16px;border-radius:8px;background:#2563eb;color:#fff;border:1px solid #2563EB;cursor:pointer}.btn:disabled,.btn-primary:disabled{opacity:.5;cursor:not-allowed}.link{color:#2563eb}.toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.toolbar-actions{display:flex;align-items:center;gap:8px}.crumbs{color:#6b7280}.crumbs-bold,.label{color:#111827;font-weight:600}.input{border:1px solid #E5E7EB;border-radius:10px;height:40px;padding:8px 12px}.table-row{display:grid;align-items:center;padding:12px 16px;border-bottom:1px solid #F3F4F6}.table-row.head{font-size:12px;font-weight:600;color:#6b7280;background:#f9fafb}.table-row:hover{background:#fafafa}.side-subhead{margin:16px 12px 8px;font-size:11px;color:#6b7280;text-transform:uppercase}.brand{display:flex;align-items:center}.brand-mark{width:28px;height:28px}.brand-text .sub{font-size:12px;color:#6b7280}.org-pill{display:flex;align-items:center;gap:10px;padding:14px 12px;margin-top:auto;border-top:1px solid #F3F4F6}.org-name{font-weight:600}.org-id{color:#6b7280;font-size:12px}@media (max-width: 1024px){.burger{display:inline-flex}}.p-6{padding:24px;display:flex;gap:50px;flex-direction:column}.po-image-cell{display:flex;align-items:center;gap:8px}.po-image-tile{position:relative;width:64px;height:64px;border-radius:10px;border:1px solid var(--line);overflow:hidden;background:#fff}.po-image-tile img{width:100%;height:100%;object-fit:cover;display:block}.po-image-remove{position:absolute;top:4px;right:4px;width:22px;height:22px;border-radius:999px;border:0;background:#111827;color:#fff;font-size:12px;line-height:22px;cursor:pointer}.po-label{margin-bottom:20px}.po-dialog{position:fixed;z-index:60;top:50%;left:50%;transform:translate(-50%,-50%);width:520px;max-width:calc(100vw - 32px);background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);display:flex;flex-direction:column}.po-dialog-head{padding:12px 16px;border-bottom:1px solid var(--line)}.po-dialog-body{padding:16px;display:grid;gap:10px}.po-dialog-foot{padding:12px 16px;border-top:1px solid var(--line);display:flex;justify-content:flex-end;gap:8px}.form-hint{color:#6b7280;font-size:14px;margin-top:6px}.card-ce{display:grid;align-content:center;justify-content:start;align-items:stretch;justify-items:start}.select-ce,.seg{display:flex;gap:10px;align-content:center;justify-content:start;align-items:stretch;justify-items:start;margin-top:10px}.btn{cursor:pointer;pointer-events:auto}.btn[disabled]{cursor:not-allowed;opacity:.5;pointer-events:none}.chip,.pill{cursor:pointer;-webkit-user-select:none;user-select:none}.page,.card,.section{position:relative;z-index:0}.table-row:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.card .table-row.head{background:#f9fafb;text-transform:uppercase;letter-spacing:.02em}.card .table-row.grid.grid-cols-5{grid-template-columns:2fr 1.2fr 1.2fr .8fr .8fr;gap:8px}.table-row{cursor:pointer}.table-row:hover{background:#f8fafc}.cell-bold{font-weight:600;color:#111827}.body-list{display:flex;width:100%;justify-content:space-between;flex-direction:row;align-items:stretch;border:none;margin-top:3px;background:#f9fafb}.ex-grid-header{display:flex;flex-direction:row;justify-content:space-between}.flex-ex{display:flex}.form-row label{font-size:16px!important}.form-row{margin-bottom:30px;gap:15px;display:flex;flex-direction:column;align-items:stretch;justify-content:center}.po-row{display:flex;flex-direction:column}.form-po{display:flex;flex-direction:column;align-items:stretch;gap:20px;justify-content:center}.red-delete{color:#b80606!important}.grid-po{display:flex;gap:30px;align-content:center;align-items:center;justify-content:space-around}.po-buttons{display:flex}.t-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}@media (max-width:1200px){.t-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:800px){.t-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.t-card{border:1px solid var(--line);border-radius:14px;padding:10px;background:#fff;display:flex;flex-direction:column;gap:8px;align-items:center}.t-thumb{width:88px;height:88px;border-radius:12px;overflow:hidden;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.t-thumb img{width:100%;height:100%;object-fit:cover}.t-blank{font-size:12px;color:var(--muted)}.t-name{font-weight:600;text-align:center;font-size:13px;min-height:18px}.t-actions{display:flex;gap:6px}.t-upload{border:1px dashed var(--line);padding:16px;border-radius:12px;background:#fafafa;display:flex;flex-direction:column;gap:6px}.t-selected{display:flex;gap:8px;align-items:center}.t-selected-tile{display:flex;flex-direction:column;gap:6px;align-items:center}.t-selected-tile img{width:88px;height:88px;border-radius:12px;object-fit:cover}.table-row.body-list{cursor:pointer;font-size:14px!important;text-align:start!important}.table-row.body-list:hover{background:#fafafa}.btn.sm{padding:6px 10px;font-size:12px;line-height:1}.btn.ghost.danger{color:#d33}.eo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}@media (max-width: 1100px){.eo-grid{grid-template-columns:1fr}}.eo-sel-list{display:flex;flex-direction:column;gap:10px;margin:14px 0}.eo-sel-row{display:flex;gap:20px;align-items:center}.eo-thumb{display:flex;flex-direction:column;gap:15px;width:250px;margin-top:40px}.eo-thumb img{width:100%;height:100px;object-fit:cover;border-radius:10px;border:1px solid var(--line)}@media (max-width: 900px){.eo-sel-row{grid-template-columns:1fr 120px auto}.eo-thumb{width:130px}.table{width:100%;display:flex;border-collapse:collapse;flex-direction:column}}.ce-img{margin-right:20px;width:50px;height:50px}.row-between{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.select-actions{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280}.select-actions .sep{opacity:.5}.btn-link{padding:0;border:0;background:none;color:#2563eb;cursor:pointer;font:inherit}.btn-link:hover{text-decoration:underline}.select-multi{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:6px;box-shadow:0 1px 2px #0000000a}.select-input-multi{display:block;width:100%;border:0;background:transparent;outline:none;padding:2px;min-height:5rem;line-height:1.3;-webkit-appearance:none;-moz-appearance:none;appearance:none}.select-input-multi:focus{outline:none}.select-input-multi:focus-visible{box-shadow:0 0 #0000}.select-multi:has(.select-input-multi:focus-visible){border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.select-input-multi option{padding:5px 3px;border-radius:8px;margin:2px;font-size:14px;cursor:default}.select-input-multi option:hover{background:#f1f5f9}.select-input-multi option:checked{background:linear-gradient(#2563eb,#2563eb)!important;color:#fff}.select-input-multi::-webkit-scrollbar{width:10px}.select-input-multi::-webkit-scrollbar-track{background:transparent}.select-input-multi::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:999px;border:2px solid transparent;background-clip:padding-box}.select-input-multi:hover::-webkit-scrollbar-thumb{background:#d1d5db}.select-input-multi{scrollbar-color:#d1d5db transparent;scrollbar-width:thin}.mz-reg__shell{display:grid;grid-template-columns:40% 60%;min-height:100vh;background:#fff}.mz-reg__left{background:#f8fafc;display:flex;flex-direction:column;gap:80px;align-items:center;padding:40px 28px;position:relative;justify-content:center}.mz-reg__logo{width:80%!important;height:auto}.mz-reg__art{position:relative;width:100%;height:auto;object-fit:contain}.mz-reg__right{position:relative;padding:56px 60px;display:flex;align-items:center;justify-content:center}.mz-reg__login-link{position:absolute;top:28px;right:40px}.mz-reg__link,.btn.login{color:#2563eb;text-decoration:none}.mz-reg__link:hover{text-decoration:underline}.btn.login,.mz-reg__link{position:absolute;top:24px;right:48px;border:none;font-size:18px}.obr-hero--location img{stroke-opacity:0!important}.login:hover{text-decoration:underline;background-color:#fff!important}.mz-reg__card{width:480px;display:flex;max-width:100%;background:#fff;border-radius:10px;flex-direction:column;gap:15px;align-items:stretch;justify-content:space-between}.mz-reg__title{font-size:28px;line-height:1.25;font-weight:700;margin:0 0 16px;color:#0f172a}.mz-reg__label{display:block;font-size:16px;color:#0f172a;margin:14px 0 6px}.mz-reg__input{width:100%;height:44px;border:1px solid #d1d5db;border-radius:8px;padding:0 12px;font-size:15px;outline:none;transition:border-color .15s ease}.mz-reg__input:focus{border-color:#2563eb}.mz-reg__agree{display:grid;grid-template-columns:18px 1fr;gap:10px;align-items:start;font-size:14px;color:#1f2937;margin-top:10px}.mz-reg__agree a{color:#2563eb;text-decoration:none}.mz-reg__agree a:hover{text-decoration:underline}.mz-reg__btn{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 16px;border-radius:10px;font-weight:600;font-size:15px;border:1px solid transparent;cursor:pointer;transition:all .15s ease;background:#fff;color:#111827}.mz-reg__btn:disabled{opacity:.6;cursor:default}.mz-reg__btn--block{width:100%}.mz-reg__btn--primary{background:#1d4ed8;color:#fff}.mz-reg__btn--primary:hover{background:#1b46c0}.mz-reg__btn--ghost{background:#fff;border-color:#e5e7eb}.mz-reg__btn--ghost:hover{background:#f9fafb}.mz-reg__sso-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}.mz-reg__btn--sso{height:44px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;font-size:18px}.mz-reg__sso-g,.mz-reg__sso-apple,.mz-reg__sso-f{line-height:1}.mz-reg__sso-f{opacity:.45}.mz-reg__or{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;margin:18px 0 8px}.mz-reg__or-line{height:1px;background:#e5e7eb}.mz-reg__or-text{font-size:13px;color:#6b7280}.mz-reg__error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca;border-radius:8px;padding:10px 12px;font-size:14px;margin-top:10px}.mz-reg__muted{color:#6b7280;font-size:14px;margin-top:2px}.mz-reg__bold{color:#111827}.mz-reg__hint{color:#6b7280;font-size:12px;margin-top:6px}.mz-reg__otp{display:grid;grid-template-columns:repeat(6,44px);gap:10px;margin:14px 0 4px}.mz-reg__otp-box{height:44px;width:44px;text-align:center;font-size:18px;border:1px solid #d1d5db;border-radius:8px;outline:none;transition:border-color .15s ease}.mz-reg__otp-box:focus{border-color:#2563eb}.mz-reg__grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mz-reg__mt12{margin-top:12px}.mz-reg__row{display:flex;align-items:center;gap:12px;margin-top:16px}.mz-reg__grow{flex:1}@media (max-width: 980px){.mz-reg__shell{grid-template-columns:1fr}.mz-reg__left{display:none}.mz-reg__right{padding:40px 24px}.mz-reg__otp{grid-template-columns:repeat(6,42px)}.mz-reg__grid2{grid-template-columns:1fr}.menu-section-desc{margin-left:0!important;margin-top:20px!important}.menu-section{padding:15px;max-width:95%;margin:0 auto!important}.bo-settings{padding-left:0;padding-top:60px}.hours-row{grid-template-columns:1fr}.toggle-label{margin-left:20px}.menu-section-head{flex-direction:column;gap:20px}.sidebar.collapsed .side-link .label{opacity:1!important}.bo-tabs{overflow-x:auto;overflow-y:hidden}}.mz-ob__shell{display:flex;min-height:100vh;background:#fbfbfd;color:#111928}.mz-ob__sidebar{width:240px;padding:24px 16px;background:#f9fafb}.mz-ob__brand{display:flex;align-items:center;justify-content:center;margin-bottom:16px}.mz-ob__brand-icon{width:70%;height:auto;margin-top:50px;margin-bottom:100px}.mz-ob__nav{display:flex;flex-direction:column;gap:8px}.mz-ob__step{padding:10px 12px;border-radius:10px;font-weight:600;color:#4b5563;text-decoration:none}.mz-ob__step--active{background:#eef2ff;color:#111928}.mz-ob__step--disabled{color:#9aa3af;opacity:.7;cursor:not-allowed}.mz-ob__content{flex:1;display:flex;justify-content:center;padding:40px 24px;background-color:#fff!important}.mz-ob__card{width:min(920px,100%);background:#fff;border-radius:16px;padding:24px;box-shadow:0 1px 2px #00000008}.mz-ob__title{font-size:35px;font-weight:600;margin:15px 0 50px}.mz-ob__muted{height:auto!important}.mz-ob__muted{color:#6b7280;margin:0 0 12px}.mz-ob__label{display:block;font-size:15px;font-weight:700;color:#374151;margin-bottom:10px}.mz-ob__input{width:100%;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;background:#fff;font-size:14px}.mz-ob__textarea{resize:vertical}.mz-ob__select{position:relative}.mz-ob__select-caret{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #6b7280;pointer-events:none}.mz-ob__grid3{display:grid;grid-template-columns:1fr 1fr 120px;gap:12px}.mz-ob__row{display:flex;align-items:center;gap:12px}.mz-ob__grow{flex:1}.mz-ob__btn{border-radius:15px;padding:14px 35px;font-size:15px;font-weight:700;border:1px solid transparent}.mz-reg__otp-box{ime-mode:disabled;text-align:center;font-variant-numeric:tabular-nums}.gap-mb-4{margin-bottom:20px}.mz-ob__btn--primary{background:#111928;color:#fff}.mz-ob__btn--ghost{background:#fff;border-color:#e5e7eb;color:#111928}.mz-ob__error{margin-top:12px;color:#b42318;background:#fee4e2;border:1px solid #fecdca;padding:8px 12px;border-radius:10px}.mz-ob__mt12{margin-top:30px}.mz-ob__mt16{margin-top:16px}.mz-ob__slug{display:flex;align-items:center;gap:8px}.mz-ob__slug-prefix{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;font-weight:600}.mz-ob__slug-input{flex:1}.mz-ob__upload input[type=file]{display:block;border:1px dashed #e5e7eb;border-radius:12px;padding:16px;width:260px;background:#fafafa}.mz-ob__logo-preview{display:block;margin-top:12px;max-width:160px;border-radius:12px;border:1px solid #eef0f3}:root{--sb-w:248px;--sb-mini:80px;--line:#eef0f4;--shadow:0 8px 24px rgba(0,0,0,.08)}.side-link.active label{color:#fff}.side-link .label{color:var(--gray-900, #111928);margin:0!important;font-family:Inter;font-size:18px;font-style:normal;font-weight:500}.brand .brand-logo{transition:width .25s ease,height .25s ease,opacity .2s ease}.sb-icon{width:28px;color:#000;stroke:#000!important;height:28px;filter:grayscale(1) saturate(0) contrast(1.1);opacity:.9;transition:filter .15s ease;margin-left:10px;flex:none;order:0;flex-grow:0}.cat-e-page,.po2-full2{padding:5% 40px}
