:root{--background:#f6f3ed;--surface:#fff;--surface-soft:#f1eee7;--border:#ded8cc;--text:#1e211d;--muted:#74766f;--dark:#171a16;--accent:#8c5b2c;--accent-soft:#eee2d5;--success-soft:#e4eee6;--shadow:0 14px 34px #201d1814}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:var(--background);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}a{color:inherit;text-decoration:none}.admin-shell{grid-template-columns:270px minmax(0,1fr);min-height:100vh;display:grid}.admin-sidebar{background:var(--dark);color:#f7f3eb;flex-direction:column;gap:28px;min-height:100vh;padding:26px 20px;display:flex}.brand{align-items:center;gap:12px;padding:4px 6px;display:flex}.brand-mark{color:#352719;background:#f0e4d5;border-radius:12px;place-items:center;width:42px;height:42px;font-size:20px;font-weight:800;display:grid}.brand strong,.brand span{display:block}.brand strong{font-size:17px}.brand span{color:#b7b9b2;margin-top:2px;font-size:12px}.admin-nav{gap:8px;display:grid}.nav-item{border-radius:12px;gap:4px;padding:13px 14px;transition:background .15s,transform .15s;display:grid}.nav-item:hover{background:#ffffff14;transform:translate(2px)}.nav-item strong{font-size:14px}.nav-item span{color:#a8aba3;font-size:11px}.sidebar-footer{color:#d1d2cc;gap:3px;margin-top:auto;padding:14px 6px 2px;display:grid}.sidebar-footer small{color:#8d9188}.admin-workspace{min-width:0}.admin-topbar{border-bottom:1px solid var(--border);background:#f6f3edf0;justify-content:space-between;align-items:center;gap:24px;min-height:82px;padding:18px 34px;display:flex}.admin-topbar strong,.eyebrow{display:block}.admin-topbar strong{margin-top:3px;font-size:16px}.eyebrow{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:11px}.environment-badge{border:1px solid var(--border);background:var(--surface);color:var(--muted);border-radius:999px;padding:8px 11px;font-size:11px}.admin-content{padding:34px}.page-header{justify-content:space-between;align-items:end;gap:24px;margin-bottom:28px;display:flex}.page-header h1{letter-spacing:-.04em;margin:0;font-size:clamp(28px,3vw,40px)}.page-header p{max-width:650px;color:var(--muted);margin:8px 0 0;line-height:1.6}.grid{gap:18px;display:grid}.metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.card{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow);border-radius:18px;padding:22px}.metric-card{flex-direction:column;justify-content:space-between;min-height:142px;display:flex}.metric-label{color:var(--muted);font-size:12px}.metric-value{margin-top:22px;font-size:26px;font-weight:750}.metric-detail{color:var(--muted);margin-top:6px;font-size:11px}.section{margin-top:24px}.section-title{margin:0 0 14px;font-size:18px}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.feature-card h2,.app-card h2{margin:0;font-size:18px}.feature-card p,.app-card p{color:var(--muted);margin:8px 0 0;line-height:1.6}.tag{background:var(--surface-soft);color:var(--muted);text-transform:uppercase;letter-spacing:.07em;border-radius:999px;margin-top:18px;padding:6px 9px;font-size:10px;display:inline-flex}.app-card{gap:18px;display:grid}.app-meta{flex-wrap:wrap;gap:8px;display:flex}.app-meta span{background:var(--surface-soft);color:var(--muted);border-radius:8px;padding:7px 9px;font-size:11px}.button-disabled{color:#88867f;width:fit-content;font:inherit;cursor:not-allowed;background:#dedbd4;border:0;border-radius:10px;padding:11px 15px;font-size:12px}.placeholder-page{max-width:860px}.placeholder-box{min-height:280px;color:var(--muted);text-align:center;background:#ffffff73;border:1px dashed #cfc7ba;border-radius:18px;place-items:center;margin-top:24px;padding:36px;display:grid}@media (max-width:1000px){.admin-shell{grid-template-columns:220px minmax(0,1fr)}.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.admin-shell{display:block}.admin-sidebar{min-height:auto}.admin-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.sidebar-footer{display:none}.admin-topbar,.admin-content{padding-left:20px;padding-right:20px}.metrics-grid,.feature-grid{grid-template-columns:1fr}}.admin-user-area{justify-content:flex-end;align-items:center;gap:16px;display:flex}.admin-user-copy{flex-direction:column;align-items:flex-end;gap:2px;min-width:0;display:flex}.admin-user-copy strong{font-size:.88rem;line-height:1.2}.admin-user-copy span{max-width:260px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:.76rem;overflow:hidden}.admin-logout-button{appearance:none;border:1px solid var(--border);color:inherit;font:inherit;cursor:pointer;background:0 0;border-radius:10px;padding:9px 13px;font-size:.82rem;font-weight:700}.admin-logout-button:hover:not(:disabled){background:#0000000a}.admin-logout-button:disabled{cursor:wait;opacity:.6}.login-shell{background:radial-gradient(circle at top right, #9b5d341f, transparent 38%), var(--background);place-items:center;min-height:100vh;padding:32px 20px;display:grid}.login-card{border:1px solid var(--border);background:var(--surface);border-radius:22px;width:min(100%,460px);padding:34px;box-shadow:0 22px 60px #1b140f14}.login-brand{align-items:center;gap:12px;margin-bottom:34px;display:flex}.login-brand>div:last-child{flex-direction:column;gap:2px;display:flex}.login-brand>div:last-child span{color:var(--muted);font-size:.78rem}.login-heading{margin-bottom:28px}.login-heading h1{margin:8px 0 10px;font-size:clamp(1.8rem,5vw,2.35rem);line-height:1.05}.login-heading p{color:var(--muted);margin:0;line-height:1.6}.login-form{gap:18px;display:grid}.login-field{gap:7px;display:grid}.login-field span{font-size:.82rem;font-weight:700}.login-field input{border:1px solid var(--border);background:var(--background);width:100%;min-height:48px;color:inherit;font:inherit;border-radius:11px;outline:none;padding:0 13px}.login-field input:focus{border-color:currentColor;box-shadow:0 0 0 3px #0000000d}.login-error{color:#7f2929;background:#94303012;border:1px solid #9430303d;border-radius:10px;padding:11px 13px;font-size:.84rem;line-height:1.45}.login-submit{color:#fff;min-height:48px;font:inherit;cursor:pointer;background:#211a15;border:0;border-radius:11px;padding:0 18px;font-weight:800}.login-submit:hover:not(:disabled){opacity:.92}.login-submit:disabled{cursor:wait;opacity:.62}.login-security-note{color:var(--muted);text-align:center;margin:24px 0 0;font-size:.76rem;line-height:1.55}@media (max-width:720px){.admin-user-copy{display:none}.login-card{padding:26px 22px}}.media-library-page{min-width:0}.media-library-header{align-items:center}.media-library-counter{border:1px solid var(--border);background:var(--surface);text-align:right;min-width:94px;box-shadow:var(--shadow);border-radius:14px;padding:11px 15px}.media-library-counter strong{font-size:1.45rem;line-height:1;display:block}.media-library-counter span{color:var(--muted);margin-top:4px;font-size:.68rem;display:block}.media-compact-upload{border-style:dashed;justify-content:space-between;align-items:center;gap:20px;min-height:0;padding:14px 16px;transition:border-color .15s,background .15s;display:flex}.media-compact-upload.is-dragging{border-color:var(--accent);background:var(--accent-soft)}.media-compact-upload>div{min-width:0}.media-compact-upload strong{font-size:.88rem;display:block}.media-compact-upload span{color:var(--muted);margin-top:3px;font-size:.7rem;display:block}.media-primary-button{appearance:none;background:var(--dark);color:#fff;font:inherit;cursor:pointer;border:0;border-radius:10px;flex:none;padding:9px 13px;font-size:.74rem;font-weight:800}.media-primary-button:disabled{cursor:wait;opacity:.55}.media-compact-queue{color:var(--muted);align-items:center;gap:12px;margin-top:8px;font-size:.68rem;display:flex}.media-compact-queue button{appearance:none;color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;margin-left:auto;font-size:.68rem}.media-library-workspace{gap:12px;margin-top:18px;display:grid}.media-folder-bar{border:1px solid var(--border);background:var(--surface);min-width:0;box-shadow:var(--shadow);border-radius:15px;align-items:center;gap:10px;padding:10px 11px;display:flex}.media-folder-bar-label{flex:none;padding:0 5px 0 2px;font-size:.74rem}.media-folder-tabs{scrollbar-width:thin;flex:auto;align-items:center;gap:6px;min-width:0;padding:1px;display:flex;overflow-x:auto}.media-folder-chip-wrap{flex:none;align-items:center;display:flex;position:relative}.media-folder-chip{appearance:none;border:1px solid var(--border);background:var(--surface-soft);min-height:32px;color:var(--muted);font:inherit;cursor:pointer;white-space:nowrap;border-radius:9px;flex:none;align-items:center;gap:7px;padding:6px 9px;font-size:.69rem;display:inline-flex}.media-folder-chip:hover{color:var(--dark);border-color:#c9c0b3}.media-folder-chip.is-active{background:var(--accent-soft);color:var(--dark);border-color:#0000;font-weight:800}.media-folder-chip b{min-width:18px;height:18px;color:var(--muted);background:#ffffffad;border-radius:999px;place-items:center;padding:0 5px;font-size:.58rem;display:inline-grid}.media-folder-chip-wrap .media-folder-chip-delete{appearance:none;width:25px;height:25px;color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:7px;flex:none;margin-left:2px;font-size:.95rem;line-height:1}.media-folder-chip-delete:hover{color:#8b3636;background:#f5e3e3}.media-folder-create-horizontal{flex:0 0 155px;grid-template-columns:minmax(0,1fr) 31px;gap:5px;display:grid}.media-folder-create-horizontal input{border:1px solid var(--border);background:var(--surface-soft);width:100%;min-width:0;height:32px;color:var(--dark);font:inherit;border-radius:9px;outline:none;padding:6px 8px;font-size:.68rem}.media-folder-create-horizontal input:focus{border-color:var(--accent)}.media-folder-create-horizontal button{appearance:none;background:var(--dark);color:#fff;width:31px;height:32px;font:inherit;cursor:pointer;border:0;border-radius:9px;font-size:1rem}.media-folder-create-horizontal button:disabled{cursor:default;opacity:.4}.media-assets-panel{border:1px solid var(--border);background:var(--surface);min-width:0;box-shadow:var(--shadow);border-radius:15px;padding:13px}.media-assets-toolbar{justify-content:space-between;align-items:center;margin-bottom:11px;display:flex}.media-assets-toolbar strong{font-size:.84rem;display:block}.media-assets-toolbar span{color:var(--muted);margin-top:2px;font-size:.66rem;display:block}.media-feedback{color:#765622;background:#fff7e8;border:1px solid #ead5b4;border-radius:9px;margin-bottom:10px;padding:8px 10px;font-size:.7rem}.media-compact-empty{border:1px dashed var(--border);min-height:180px;color:var(--muted);border-radius:12px;place-items:center;font-size:.76rem;display:grid}.media-compact-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;display:grid}.media-compact-card{border:1px solid var(--border);background:var(--surface);border-radius:11px;min-width:0;overflow:hidden}.media-compact-preview{aspect-ratio:1;background:var(--surface-soft);overflow:hidden}.media-compact-preview img{object-fit:contain;width:100%;height:100%;display:block}.media-compact-body{gap:6px;padding:7px 8px 8px;display:grid}.media-compact-body strong{text-overflow:ellipsis;white-space:nowrap;font-size:.67rem;line-height:1.25;overflow:hidden}.media-compact-body select{border:1px solid var(--border);background:var(--surface-soft);width:100%;min-width:0;height:27px;color:var(--muted);font:inherit;border-radius:7px;outline:none;padding:4px 6px;font-size:.61rem}.media-compact-body select:focus{border-color:var(--accent)}@media (max-width:1180px){.media-compact-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:900px){.media-folder-bar{flex-wrap:wrap;align-items:stretch}.media-folder-bar-label{width:100%}.media-folder-tabs{flex:calc(100% - 170px)}.media-folder-create-horizontal{flex:0 0 155px}.media-compact-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:620px){.media-library-header{align-items:stretch}.media-library-counter{text-align:left;min-width:0}.media-compact-upload{flex-direction:column;align-items:stretch}.media-primary-button{width:100%}.media-folder-bar{display:grid}.media-folder-tabs,.media-folder-create-horizontal{width:100%}.media-compact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:400px){.media-compact-grid{grid-template-columns:1fr}}.admin-nav-item{grid-template-columns:30px minmax(0,1fr);align-items:center;column-gap:10px;display:grid}.admin-nav-icon{color:currentColor;opacity:.72;border-radius:9px;align-self:center;place-items:center;width:30px;height:30px;transition:background .15s,opacity .15s,transform .15s;display:grid}.admin-nav-icon svg{display:block}.admin-nav-copy{min-width:0;display:block}.admin-nav-copy>strong,.admin-nav-copy>span{display:block}.admin-nav-item:hover .admin-nav-icon{opacity:1}.admin-nav-item.is-active .admin-nav-icon{opacity:1;background:#ffffff17}.admin-nav-item{column-gap:9px}.admin-nav-copy{min-width:0;line-height:1.15}.admin-nav-copy>strong{color:inherit;letter-spacing:-.012em;margin:0;font-size:.9rem;font-weight:800;line-height:1.12;display:block}.admin-nav-copy>span{color:#ffffff7a;letter-spacing:0;margin-top:3px;font-size:.68rem;font-weight:400;line-height:1.22;display:block}.admin-nav-item.is-active .admin-nav-copy>span{color:#ffffff9e}.admin-nav-icon{align-self:start;margin-top:1px}:root{--brittos-green-deep:#26351f;--brittos-green-olive:#65782e;--brittos-green-mid:#819541;--brittos-green-soft:#eef2e6;--brittos-white:#fff;--brittos-gray-25:#fafafa;--brittos-gray-50:#f6f7f6;--brittos-gray-100:#eef0ee;--brittos-gray-200:#dfe3df;--brittos-gray-500:#747a74;--brittos-gray-800:#292d29;--surface:var(--brittos-white);--surface-soft:var(--brittos-gray-50);--border:var(--brittos-gray-200);--muted:var(--brittos-gray-500);--accent:var(--brittos-green-olive);--accent-soft:var(--brittos-green-soft);--dark:var(--brittos-green-deep)}body{background:var(--brittos-gray-100);color:var(--brittos-gray-800)}.admin-workspace{background:var(--brittos-gray-100)}.admin-topbar{border-bottom-color:var(--brittos-gray-200);background:#fffffff5}.admin-content{background:var(--brittos-gray-100)}.admin-sidebar{color:var(--brittos-white);background:#182016}.sidebar-brand{align-items:center;gap:11px;display:flex}.sidebar-brand-logo{object-fit:contain;flex:0 0 54px;width:54px;height:54px;display:block}.sidebar-brand-copy{min-width:0}.admin-nav{gap:5px}.admin-nav a{padding-top:8px;padding-bottom:8px}.admin-nav a:hover{background:#8195411f}.admin-nav a[aria-current=page],.admin-nav a.is-active{background:#8195412e}.admin-nav a[aria-current=page] svg,.admin-nav a.is-active svg{color:#a8bc5c}.admin-nav a svg{color:#b7beb3}.admin-nav a:hover svg{color:#a8bc5c}.card,.media-folder-bar,.media-compact-card,.media-upload-strip,.media-library-counter{background:var(--brittos-white)}.media-primary-button{background:var(--brittos-green-deep)}.media-primary-button:hover:not(:disabled){background:var(--brittos-green-olive);opacity:1}.media-folder-chip.is-active{background:var(--brittos-green-soft);color:var(--brittos-green-deep);border-color:#65782e47}.media-folder-chip:hover{border-color:#65782e52}@media (max-width:760px){.sidebar-brand-logo{flex-basis:46px;width:46px;height:46px}}.sidebar-brand-logo{opacity:.96}.admin-nav-item{border-radius:12px;transition:background-color .16s,color .16s}.admin-nav a:hover{background:#8195411a;transform:none}.admin-nav a[aria-current=page],.admin-nav a.is-active{color:var(--brittos-white);background:#8195412b}.admin-nav-icon{background:0 0;border-radius:0;transition:color .16s,opacity .16s}.admin-nav-item.is-active .admin-nav-icon,.admin-nav a[aria-current=page] .admin-nav-icon{color:#a8bc5c;opacity:1;background:0 0}.admin-nav-item.is-active .admin-nav-icon svg,.admin-nav a[aria-current=page] .admin-nav-icon svg{color:inherit}.admin-nav-item.is-active .admin-nav-copy>span,.admin-nav a[aria-current=page] .admin-nav-copy>span{color:#ffffffa3}.catalog-page{gap:18px;display:grid}.catalog-header{align-items:center}.catalog-category-strip{border:1px solid var(--gray-200);background:#fff;border-radius:14px;align-items:center;gap:12px;min-width:0;padding:10px;display:flex}.catalog-category-tabs{scrollbar-width:thin;flex:1;gap:7px;min-width:0;display:flex;overflow-x:auto}.catalog-category-chip{border:1px solid var(--gray-200);background:var(--gray-50);min-height:34px;color:var(--gray-800);font:inherit;cursor:pointer;border-radius:10px;flex:none;align-items:center;gap:7px;padding:7px 11px;font-size:13px;display:inline-flex}.catalog-category-chip b{background:#65782e1a;border-radius:999px;min-width:20px;padding:2px 6px;font-size:11px}.catalog-category-chip.is-active{background:var(--soft);color:var(--deep);border-color:#65782e59}.catalog-category-create{flex:none;gap:6px;display:flex}.catalog-category-create input{border:1px solid var(--gray-200);width:160px;min-height:34px;color:var(--gray-800);font:inherit;background:#fff;border-radius:9px;outline:none;padding:7px 9px;font-size:13px}.catalog-category-create input:focus{border-color:var(--mid)}.catalog-category-create button,.catalog-secondary-button{border:1px solid var(--gray-200);background:var(--gray-50);min-height:34px;color:var(--gray-800);font:inherit;cursor:pointer;border-radius:9px;padding:7px 11px;font-size:13px;font-weight:700}.catalog-category-create button:disabled,.catalog-secondary-button:disabled{opacity:.5;cursor:default}.catalog-feedback{background:var(--soft);color:var(--deep);border:1px solid #65782e2e;border-radius:10px;padding:10px 13px;font-size:13px}.catalog-products-panel{border:1px solid var(--gray-200);background:#fff;border-radius:14px;min-width:0;overflow:hidden}.catalog-products-toolbar{border-bottom:1px solid var(--gray-100);align-items:center;min-height:54px;padding:11px 14px;display:flex}.catalog-products-toolbar>div{align-items:baseline;gap:9px;display:flex}.catalog-products-toolbar strong{color:var(--gray-800);font-size:14px}.catalog-products-toolbar span{color:var(--gray-500);font-size:12px}.catalog-empty{text-align:center;justify-items:center;gap:5px;padding:52px 20px;display:grid}.catalog-empty strong{color:var(--gray-800);font-size:14px}.catalog-empty span{color:var(--gray-500);font-size:13px}.catalog-product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;padding:12px;display:grid}.catalog-product-card{border:1px solid var(--gray-200);min-width:0;color:inherit;text-align:left;cursor:pointer;background:#fff;border-radius:12px;padding:0;transition:border-color .15s,transform .15s;overflow:hidden}.catalog-product-card:hover{border-color:#65782e6b;transform:translateY(-1px)}.catalog-product-image{aspect-ratio:4/3;background:var(--gray-50);place-items:center;display:grid;overflow:hidden}.catalog-product-image img{object-fit:cover;width:100%;height:100%}.catalog-product-image span{color:var(--gray-500);font-size:11px}.catalog-product-body{gap:8px;padding:9px;display:grid}.catalog-product-title{gap:3px;display:grid}.catalog-product-title strong{color:var(--gray-800);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.catalog-product-title>span{color:var(--deep);font-size:13px;font-weight:800}.catalog-product-meta{flex-wrap:wrap;gap:4px;display:flex}.catalog-product-meta span{background:var(--gray-50);color:var(--gray-500);border-radius:999px;padding:3px 6px;font-size:9px;font-weight:800}.catalog-product-meta span.is-active{background:var(--soft);color:var(--olive)}.catalog-product-meta span.is-inactive{background:var(--gray-100);color:var(--gray-500)}.catalog-editor-backdrop{z-index:80;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#12181061;justify-content:flex-end;display:flex;position:fixed;inset:0}.catalog-editor{background:#fff;flex-direction:column;width:min(820px,92vw);height:100%;display:flex;box-shadow:-12px 0 40px #0000001f}.catalog-editor-header,.catalog-editor-footer{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;gap:14px;padding:16px 18px;display:flex}.catalog-editor-header h2{color:var(--gray-800);margin:3px 0 0;font-size:20px}.catalog-editor-close{background:var(--gray-50);width:34px;height:34px;color:var(--gray-800);cursor:pointer;border:0;border-radius:9px;place-items:center;padding:0;font-size:24px;display:grid}.catalog-editor-content{flex:1;grid-template-columns:minmax(0,1fr) 280px;gap:20px;min-height:0;padding:18px;display:grid;overflow-y:auto}.catalog-form{grid-template-columns:1fr 1fr;align-content:start;gap:14px;display:grid}.catalog-form label{gap:6px;display:grid}.catalog-form label>span,.catalog-media-picker-title strong{color:var(--gray-800);font-size:12px;font-weight:800}.catalog-form input:not([type=checkbox]),.catalog-form select,.catalog-form textarea{border:1px solid var(--gray-200);width:100%;color:var(--gray-800);font:inherit;background:#fff;border-radius:9px;outline:none;padding:9px 10px;font-size:13px}.catalog-form textarea{resize:vertical}.catalog-form input:focus,.catalog-form select:focus,.catalog-form textarea:focus{border-color:var(--mid)}.catalog-form-wide{grid-column:1/-1}.catalog-toggle-row{flex-wrap:wrap;gap:8px;display:flex}.catalog-toggle-row label{border:1px solid var(--gray-200);background:var(--gray-50);cursor:pointer;border-radius:9px;grid-template-columns:none;align-items:center;gap:6px;padding:7px 9px;display:inline-flex}.catalog-toggle-row label>span{font-size:11px}.catalog-media-picker{min-width:0}.catalog-media-picker-title{justify-content:space-between;align-items:center;gap:8px;margin-bottom:9px;display:flex}.catalog-media-picker-title button{color:var(--olive);font:inherit;cursor:pointer;background:0 0;border:0;font-size:11px;font-weight:800}.catalog-media-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;display:grid}.catalog-media-option{aspect-ratio:1;background:var(--gray-50);cursor:pointer;border:2px solid #0000;border-radius:8px;padding:0;overflow:hidden}.catalog-media-option.is-selected{border-color:var(--mid)}.catalog-media-option img{object-fit:cover;width:100%;height:100%}.catalog-editor-footer{border-top:1px solid var(--gray-100);border-bottom:0;justify-content:flex-end}@media (max-width:1180px){.catalog-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:900px){.catalog-category-strip{flex-direction:column;align-items:stretch}.catalog-category-create input{flex:1;width:auto}.catalog-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-editor-content{grid-template-columns:1fr}.catalog-media-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (max-width:640px){.catalog-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-form{grid-template-columns:1fr}.catalog-form-wide{grid-column:auto}.catalog-media-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.catalog-compact-content{background:#f7f8f5;flex:1;min-height:0;overflow-y:auto}.catalog-product-main,.catalog-editor-section{border-bottom:1px solid var(--gray-200);background:#fff;padding:18px}.catalog-product-intro{grid-template-columns:132px minmax(0,1fr);align-items:start;gap:18px;display:grid}.catalog-product-photo-field{gap:7px;display:grid}.catalog-product-photo{border:1px dashed var(--gray-300);background:var(--gray-50);cursor:pointer;border-radius:14px;place-items:center;width:132px;height:132px;padding:0;display:grid;position:relative;overflow:hidden}.catalog-product-photo.has-image{border-style:solid}.catalog-product-photo img{object-fit:cover;width:100%;height:100%}.catalog-photo-placeholder{color:var(--gray-500);justify-items:center;gap:3px;display:grid}.catalog-photo-placeholder b{font-size:26px;line-height:1}.catalog-photo-placeholder small{font-size:11px;font-weight:700}.catalog-photo-action{color:#fff;background:#182016e0;border-radius:7px;padding:5px 7px;font-size:9px;font-weight:800;position:absolute;bottom:7px;right:7px}.catalog-remove-photo{color:var(--gray-500);font:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-size:10px}.catalog-remove-photo:hover{color:var(--gray-800)}.catalog-product-primary-fields{gap:13px;display:grid}.catalog-product-primary-fields label,.catalog-sale-fields label{gap:6px;display:grid}.catalog-product-primary-fields label>span,.catalog-sale-fields label>span{color:var(--gray-800);font-size:12px;font-weight:800}.catalog-product-primary-fields input,.catalog-product-primary-fields textarea,.catalog-sale-fields select,.catalog-price-input{border:1px solid var(--gray-200);width:100%;color:var(--gray-800);font:inherit;background:#fff;border-radius:9px;outline:none;font-size:13px}.catalog-product-primary-fields textarea{resize:vertical;min-height:94px;padding:9px 10px}.catalog-product-primary-fields input:focus,.catalog-product-primary-fields textarea:focus,.catalog-sale-fields select:focus,.catalog-price-input:focus-within{border-color:var(--mid)}.catalog-section-heading{justify-content:space-between;align-items:center;gap:14px;margin-bottom:13px;display:flex}.catalog-section-heading>div{gap:2px;display:grid}.catalog-section-heading strong{color:var(--gray-800);font-size:14px}.catalog-section-heading>div>span{color:var(--gray-500);font-size:11px}.catalog-sale-fields{grid-template-columns:180px minmax(0,1fr);gap:12px;display:grid}.catalog-sale-fields select{min-height:39px;padding:8px 10px}.catalog-price-input{align-items:center;min-height:39px;display:flex;overflow:hidden}.catalog-price-input b{color:var(--gray-600);padding-left:10px;font-size:12px}.catalog-price-input input{min-width:0;color:var(--gray-800);font:inherit;background:0 0;border:0;outline:none;flex:1;padding:8px 10px 8px 5px;font-size:14px}.catalog-availability-row{flex-wrap:wrap;gap:7px;margin-top:13px;display:flex}.catalog-availability-row label{border:1px solid var(--gray-200);background:var(--gray-50);min-height:32px;color:var(--gray-700);cursor:pointer;border-radius:9px;align-items:center;gap:6px;padding:6px 9px;font-size:11px;font-weight:800;display:inline-flex}.catalog-availability-row input{margin:0}.catalog-availability-row .catalog-status-control{background:var(--soft);color:var(--olive);border-color:#65782e38}.catalog-future-section{margin-top:8px}.catalog-section-status{background:var(--gray-100);color:var(--gray-500);text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:4px 7px;font-size:9px;font-weight:800}.catalog-simple-price{border:1px solid var(--gray-200);background:var(--gray-50);border-radius:10px;justify-content:space-between;align-items:center;gap:16px;padding:11px 12px;display:flex}.catalog-simple-price>div{gap:2px;display:grid}.catalog-simple-price strong{color:var(--gray-800);font-size:12px}.catalog-simple-price>div span{color:var(--gray-500);font-size:10px}.catalog-simple-price>span{color:var(--deep);font-size:13px;font-weight:800}.catalog-complement-preview{flex-wrap:wrap;gap:7px;display:flex}.catalog-complement-preview span{border:1px solid var(--gray-200);background:var(--gray-50);color:var(--gray-600);border-radius:9px;padding:7px 10px;font-size:11px;font-weight:700}.catalog-media-dialog-backdrop{z-index:100;background:#12181080;place-items:center;padding:28px;display:grid;position:fixed;inset:0}.catalog-media-dialog{background:#fff;border-radius:16px;flex-direction:column;width:min(820px,92vw);max-height:min(720px,88vh);display:flex;overflow:hidden;box-shadow:0 22px 70px #00000038}.catalog-media-dialog-header{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;gap:14px;padding:15px 17px;display:flex}.catalog-media-dialog-header h3{color:var(--gray-800);margin:2px 0 0;font-size:18px}.catalog-media-dialog-header button{background:var(--gray-50);width:32px;height:32px;color:var(--gray-800);font:inherit;cursor:pointer;border:0;border-radius:8px;place-items:center;padding:0;font-size:22px;display:grid}.catalog-media-search{border-bottom:1px solid var(--gray-100);align-items:center;gap:12px;padding:11px 17px;display:flex}.catalog-media-search input{border:1px solid var(--gray-200);min-width:0;min-height:36px;color:var(--gray-800);font:inherit;background:#fff;border-radius:9px;outline:none;flex:1;padding:7px 10px;font-size:12px}.catalog-media-search input:focus{border-color:var(--mid)}.catalog-media-search span{color:var(--gray-500);flex:none;font-size:11px}.catalog-media-dialog-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:9px;min-height:200px;padding:14px 17px;display:grid;overflow-y:auto}.catalog-library-card{border:1px solid var(--gray-200);min-width:0;color:var(--gray-700);text-align:left;cursor:pointer;background:#fff;border-radius:10px;padding:5px}.catalog-library-card.is-selected{border-color:var(--mid);box-shadow:0 0 0 2px #8195411f}.catalog-library-card>div{aspect-ratio:1;background:var(--gray-50);border-radius:7px;place-items:center;display:grid;overflow:hidden}.catalog-library-card img{object-fit:cover;width:100%;height:100%}.catalog-library-card>span{text-overflow:ellipsis;white-space:nowrap;margin-top:5px;font-size:9px;font-weight:700;display:block;overflow:hidden}.catalog-media-empty{min-height:180px;color:var(--gray-500);grid-column:1/-1;place-items:center;font-size:12px;display:grid}.catalog-media-dialog-footer{border-top:1px solid var(--gray-100);justify-content:flex-end;padding:11px 17px;display:flex}@media (max-width:760px){.catalog-editor-compact{width:100vw}.catalog-product-intro{grid-template-columns:100px minmax(0,1fr);gap:13px}.catalog-product-photo{width:100px;height:100px}.catalog-sale-fields{grid-template-columns:1fr}.catalog-media-dialog-backdrop{padding:12px}.catalog-media-dialog-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.catalog-editor-compact{border-radius:16px;width:min(760px,100vw - 80px);height:auto;max-height:calc(100vh - 40px);margin:20px 20px 20px auto;overflow:hidden}.catalog-editor-backdrop{align-items:center}.catalog-editor-compact .catalog-editor-header{flex:none;min-height:62px;padding:11px 18px}.catalog-editor-compact .catalog-editor-header h2{margin-top:1px;font-size:18px}.catalog-compact-content{background:#f5f6f3;flex:0 auto;overflow-y:auto}.catalog-product-main{padding:14px 18px}.catalog-product-intro{grid-template-columns:108px minmax(0,1fr);gap:14px}.catalog-product-photo{border-radius:11px;width:108px;height:108px}.catalog-product-primary-fields{gap:9px}.catalog-product-primary-fields label{gap:4px}.catalog-product-primary-fields input{min-height:34px;padding:6px 9px}.catalog-product-primary-fields textarea{min-height:64px;max-height:74px;padding:7px 9px}.catalog-editor-section{padding:12px 18px}.catalog-section-heading{margin-bottom:8px}.catalog-section-heading strong{font-size:13px}.catalog-section-heading>div>span{font-size:10px}.catalog-sale-fields{grid-template-columns:170px minmax(0,1fr);gap:10px}.catalog-sale-fields label{gap:4px}.catalog-sale-fields select,.catalog-price-input{min-height:34px}.catalog-sale-fields select{padding:6px 9px}.catalog-price-input input{padding-top:6px;padding-bottom:6px}.catalog-availability-row{gap:6px;margin-top:9px}.catalog-availability-row label{border-radius:8px;min-height:28px;padding:4px 8px}.catalog-options-grid{background:#f5f6f3;grid-template-columns:1fr 1fr;gap:8px;padding:8px;display:grid}.catalog-options-grid .catalog-editor-section{border:1px solid var(--gray-200);border-radius:11px;min-width:0;padding:11px 12px}.catalog-options-grid .catalog-future-section{margin-top:0}.catalog-options-grid .catalog-section-heading{align-items:flex-start;margin-bottom:8px}.catalog-section-status{padding:3px 5px;font-size:7px}.catalog-simple-price{min-height:38px;padding:7px 9px}.catalog-simple-price strong{font-size:11px}.catalog-simple-price>span{font-size:12px}.catalog-complement-preview{gap:5px}.catalog-complement-preview span{padding:6px 8px;font-size:10px}.catalog-editor-compact .catalog-editor-footer{background:#fff;flex:none;min-height:56px;padding:9px 18px}.catalog-editor-compact .catalog-editor-footer button{min-height:34px}@media (min-width:761px) and (min-height:720px){.catalog-editor-compact{max-height:calc(100vh - 40px)}.catalog-compact-content{overflow-y:visible}}@media (max-width:760px){.catalog-editor-compact{border-radius:0;width:100vw;max-height:100vh;margin:0}.catalog-compact-content{overflow-y:auto}.catalog-options-grid{grid-template-columns:1fr}}.catalog-editor-workspace{background:#fff;grid-template-columns:112px minmax(0,1.5fr) minmax(230px,.8fr);align-items:stretch;gap:14px;padding:14px 16px;display:grid}.catalog-editor-workspace .catalog-product-photo-field{align-self:start}.catalog-product-copy{grid-template-rows:auto 1fr;gap:9px;min-width:0;display:grid}.catalog-product-copy label,.catalog-commercial-panel label{gap:4px;display:grid}.catalog-product-copy label>span,.catalog-commercial-panel label>span{color:var(--gray-800);font-size:11px;font-weight:800}.catalog-product-copy input,.catalog-product-copy textarea,.catalog-commercial-panel select{border:1px solid var(--gray-200);width:100%;color:var(--gray-800);font:inherit;background:#fff;border-radius:8px;outline:none;font-size:12px}.catalog-product-copy textarea{resize:none;height:78px;min-height:78px;max-height:78px;padding:7px 9px}.catalog-product-copy input:focus,.catalog-product-copy textarea:focus,.catalog-commercial-panel select:focus{border-color:var(--mid)}.catalog-commercial-panel{border:1px solid var(--gray-200);background:var(--gray-50);border-radius:10px;align-content:start;gap:8px;min-width:0;padding:10px;display:grid}.catalog-commercial-title{justify-content:space-between;align-items:baseline;gap:8px;display:flex}.catalog-commercial-title strong{color:var(--gray-800);font-size:12px}.catalog-commercial-title span{color:var(--gray-500);font-size:9px}.catalog-commercial-panel .catalog-price-input input{padding-top:5px;padding-bottom:5px;font-size:13px}.catalog-commercial-toggles{grid-template-columns:1fr 1fr;gap:5px;display:grid}.catalog-commercial-toggles label{border:1px solid var(--gray-200);min-height:26px;color:var(--gray-700);cursor:pointer;background:#fff;border-radius:7px;align-items:center;gap:5px;padding:4px 6px;font-size:9px;font-weight:800;display:flex}.catalog-commercial-toggles input{margin:0}.catalog-commercial-toggles .catalog-status-control{background:var(--soft);color:var(--olive);border-color:#65782e3d}.catalog-commercial-strip{border-top:1px solid var(--gray-100);background:#f5f6f3;padding:8px 16px}.catalog-variant-inline{border:1px solid var(--gray-200);background:#fff;border-radius:9px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:9px 11px;display:grid}.catalog-variant-inline>div{gap:1px;display:grid}.catalog-variant-inline strong{color:var(--gray-800);font-size:11px}.catalog-variant-inline span{color:var(--gray-500);font-size:9px}.catalog-variant-inline-price{justify-items:end}.catalog-variant-inline-price strong{color:var(--deep);font-size:12px}.catalog-variant-inline button{border:1px solid var(--gray-200);background:var(--gray-50);min-height:28px;color:var(--gray-500);font:inherit;border-radius:7px;padding:5px 9px;font-size:9px;font-weight:800}.catalog-complements-strip{border-top:1px solid var(--gray-100);background:#fff;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:10px 16px;display:grid}.catalog-complements-heading{align-items:center;gap:10px;display:flex}.catalog-complements-heading>div{gap:1px;display:grid}.catalog-complements-heading strong{color:var(--gray-800);font-size:12px}.catalog-complements-heading>div>span{color:var(--gray-500);font-size:9px}.catalog-complements-strip .catalog-complement-preview{justify-content:flex-end}.catalog-complements-strip .catalog-complement-preview span{padding:5px 7px;font-size:9px}@media (min-width:900px) and (min-height:650px){.catalog-editor-compact{max-height:calc(100vh - 34px)}.catalog-compact-content{overflow:visible}}@media (max-width:900px){.catalog-editor-workspace{grid-template-columns:100px minmax(0,1fr)}.catalog-commercial-panel{grid-column:1/-1}.catalog-commercial-toggles{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:700px){.catalog-editor-workspace{grid-template-columns:1fr}.catalog-editor-workspace .catalog-product-photo{width:96px;height:96px}.catalog-commercial-toggles{grid-template-columns:1fr 1fr}.catalog-variant-inline{grid-template-columns:1fr auto}.catalog-variant-inline button{grid-column:1/-1}.catalog-complements-strip{grid-template-columns:1fr}.catalog-complements-strip .catalog-complement-preview{justify-content:flex-start}}.catalog-editor-compact{width:min(800px,100vw - 64px)}.catalog-editor-workspace{grid-template-columns:96px minmax(0,1fr) 218px;gap:12px;padding:12px 14px}.catalog-editor-workspace .catalog-product-photo{width:96px;height:96px}.catalog-product-copy{gap:7px}.catalog-product-copy input{min-height:32px;padding:5px 8px}.catalog-product-copy textarea{height:60px;min-height:60px;max-height:60px;padding:6px 8px}.catalog-commercial-panel{gap:6px;padding:8px}.catalog-commercial-title span{display:none}.catalog-commercial-panel .catalog-price-input,.catalog-commercial-panel select{min-height:30px}.catalog-commercial-panel select{padding:4px 7px}.catalog-commercial-panel .catalog-price-input input{padding-top:4px;padding-bottom:4px}.catalog-commercial-toggles{gap:4px}.catalog-commercial-toggles label{min-height:24px;padding:3px 5px;font-size:8px}.catalog-product-options{background:#fff;border-top:6px solid #f5f6f3;gap:0;display:grid}.catalog-option-row{border-bottom:1px solid var(--gray-100);grid-template-columns:minmax(190px,1fr) auto auto;align-items:center;gap:12px;min-height:48px;padding:7px 14px;display:grid}.catalog-option-row:last-child{grid-template-columns:minmax(0,1fr) auto}.catalog-option-copy{gap:1px;display:grid}.catalog-option-copy strong{color:var(--gray-800);font-size:11px}.catalog-option-copy span{color:var(--gray-500);font-size:9px}.catalog-price-mode{border:1px solid var(--gray-200);background:var(--gray-50);border-radius:7px;align-items:center;padding:2px;display:inline-flex}.catalog-price-mode span,.catalog-price-mode button{min-height:25px;font:inherit;border:0;border-radius:5px;padding:4px 8px;font-size:9px;font-weight:800}.catalog-price-mode span.is-active{color:var(--deep);background:#fff;box-shadow:0 1px 3px #00000014}.catalog-price-mode button{color:var(--gray-400);background:0 0}.catalog-option-action{border:1px solid var(--gray-200);min-height:28px;color:var(--gray-400);font:inherit;background:#fff;border-radius:7px;padding:5px 9px;font-size:9px;font-weight:800}.catalog-editor-compact .catalog-editor-header{min-height:56px;padding:9px 14px}.catalog-editor-compact .catalog-editor-footer{min-height:48px;padding:7px 14px}@media (min-width:801px) and (min-height:600px){.catalog-editor-compact{max-height:calc(100vh - 30px)}.catalog-compact-content{overflow:visible}}@media (max-width:800px){.catalog-editor-compact{width:calc(100vw - 24px)}.catalog-editor-workspace{grid-template-columns:90px minmax(0,1fr)}.catalog-commercial-panel{grid-column:1/-1}.catalog-option-row,.catalog-option-row:last-child{grid-template-columns:1fr auto}.catalog-price-mode{grid-column:2}.catalog-option-row:first-child .catalog-option-action{grid-column:1/-1;justify-self:end}}.catalog-ingredients-editor{border-top:1px solid #1820161a;gap:5px;margin-top:5px;padding-top:6px;display:grid}.catalog-ingredients-heading{justify-content:space-between;align-items:center;gap:8px;display:flex}.catalog-ingredients-heading>div{align-items:baseline;gap:7px;min-width:0;display:flex}.catalog-ingredients-heading strong{font-size:12px;line-height:1.1}.catalog-ingredients-heading span{opacity:.55;font-size:10px}.catalog-ingredients-heading small{background:#65782e1a;border-radius:999px;place-items:center;min-width:18px;height:18px;padding:0 5px;font-size:9px;font-weight:700;display:grid}.catalog-ingredient-add{grid-template-columns:minmax(0,1fr) 30px;gap:5px;display:grid}.catalog-ingredient-add input{min-width:0;min-height:30px;padding-top:4px;padding-bottom:4px}.catalog-ingredient-add button{border-radius:7px;place-items:center;width:30px;min-width:30px;min-height:30px;padding:0;font-size:16px;font-weight:700;line-height:1;display:grid}.catalog-ingredient-chips{flex-wrap:wrap;gap:5px;min-height:25px;display:flex}.catalog-ingredient-chip{background:#18201609;border:1px solid #18201621;border-radius:999px;align-items:stretch;max-width:100%;min-height:25px;display:inline-flex;overflow:hidden}.catalog-ingredient-chip.is-removable{background:#65782e1a;border-color:#65782e57}.catalog-ingredient-chip-toggle,.catalog-ingredient-chip-remove{background:0 0;border:0}.catalog-ingredient-chip-toggle{cursor:pointer;min-width:0;font:inherit;align-items:center;gap:4px;padding:3px 5px 3px 7px;display:inline-flex}.catalog-ingredient-chip-mark{border:1px solid #1820163d;border-radius:50%;flex:0 0 15px;place-items:center;width:15px;height:15px;font-size:9px;font-weight:800;line-height:1;display:grid}.catalog-ingredient-chip.is-removable .catalog-ingredient-chip-mark{background:#65782e2e;border-color:#65782e8c}.catalog-ingredient-chip-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:10px;font-weight:650;overflow:hidden}.catalog-ingredient-chip-remove{cursor:pointer;opacity:.42;place-items:center;width:21px;min-width:21px;padding:0 3px 0 1px;font-size:13px;line-height:1;display:grid}.catalog-ingredient-chip-remove:hover{opacity:.9}.catalog-ingredient-empty{opacity:.58;background:#18201608;border-radius:6px;padding:4px 6px;font-size:9px}.catalog-editor-workspace{align-items:start}.catalog-description-field{margin-bottom:0}.catalog-ingredients-editor{margin-top:2px;padding-top:5px}.catalog-product-validation{flex:auto;min-width:0;padding-right:12px}.catalog-product-validation span{color:#8d3030;background:#a0343414;border-radius:7px;align-items:center;min-height:30px;padding:5px 9px;font-size:11px;font-weight:650;display:inline-flex}.catalog-required-mark{color:#8d3030;margin-left:3px;font-size:11px}@media (min-width:761px){.catalog-editor-workspace{grid-template-rows:auto auto auto;grid-template-columns:112px minmax(0,1fr) 238px;align-items:start;gap:8px 14px}.catalog-editor-workspace .catalog-product-photo-field{grid-area:1/1/3;align-self:start}.catalog-product-copy{display:contents}.catalog-product-copy>label:first-child{grid-area:1/2;align-self:start}.catalog-product-copy>.catalog-description-field{grid-area:2/2;align-self:start;margin:0}.catalog-commercial-panel{grid-area:1/3/3;align-self:start;margin:0}.catalog-ingredients-editor{grid-area:3/2/auto/4;width:100%;min-width:0;margin:2px 0 0;padding-top:7px}.catalog-product-copy textarea{height:64px;min-height:64px;max-height:64px}.catalog-commercial-panel{gap:7px;padding:7px 9px 8px}.catalog-commercial-title{min-height:18px}.catalog-commercial-title span{display:none}.catalog-commercial-panel .catalog-price-input,.catalog-commercial-panel select{min-height:30px}.catalog-commercial-toggles{gap:5px 8px}}.catalog-product-grid{grid-template-columns:repeat(auto-fill,minmax(210px,230px));justify-content:start;align-items:start;gap:9px;padding:12px}.catalog-product-card{border-radius:11px;grid-template-columns:72px minmax(0,1fr);align-items:center;gap:9px;width:100%;max-width:230px;min-height:82px;padding:5px;display:grid}.catalog-product-image{aspect-ratio:auto;border-radius:8px;width:72px;height:72px}.catalog-product-body{align-content:center;gap:5px;min-width:0;padding:0 5px 0 0}.catalog-product-title{gap:2px}.catalog-product-title strong,.catalog-product-title>span{font-size:12px}.catalog-product-meta{gap:3px}.catalog-product-meta span{padding:2px 5px;font-size:8px}@media (max-width:760px){.catalog-product-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.catalog-product-card{max-width:none}}@media (min-width:761px){.catalog-ingredients-editor{grid-area:3/1/auto/4;width:100%;min-width:0;margin-top:3px;padding-top:8px}.catalog-ingredient-add{grid-template-columns:minmax(260px,520px) 34px;justify-content:start;align-items:center;gap:7px;display:grid}.catalog-ingredient-add input{width:100%;min-width:0}.catalog-ingredient-add button{width:34px;min-width:34px;height:34px;padding:0}.catalog-ingredient-chips{justify-content:flex-start;width:100%}}.catalog-ingredients-actions{align-items:center;gap:7px;margin-left:auto;display:flex}.catalog-ingredients-actions small{flex:none}.catalog-ingredient-header-add{border:1px solid var(--gray-300);background:var(--gray-100);width:30px;min-width:30px;height:30px;color:var(--gray-700);cursor:pointer;border-radius:7px;place-items:center;padding:0;font-size:20px;font-weight:700;line-height:1;display:grid}.catalog-ingredient-header-add:hover:not(:disabled){border-color:var(--mid);background:var(--soft);color:var(--deep)}.catalog-ingredient-header-add:disabled{cursor:default;opacity:.45}@media (min-width:761px){.catalog-ingredient-add{width:min(520px,100%);display:block}.catalog-ingredient-add input{width:100%}}@media (min-width:1000px){.catalog-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));justify-content:stretch;gap:10px}.catalog-product-card{width:100%;max-width:none}}@media (min-width:761px) and (max-width:999px){.catalog-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-product-card{max-width:none}}@media (min-width:761px){.catalog-products-panel .catalog-product-grid{grid-template-columns:repeat(3,220px);justify-content:start;align-items:start;gap:12px;display:grid}.catalog-products-panel .catalog-product-card{width:220px;min-width:0;max-width:220px}}@media (min-width:761px) and (max-width:900px){.catalog-products-panel .catalog-product-grid{grid-template-columns:repeat(2,220px)}}@media (max-width:760px){.catalog-products-panel .catalog-product-grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:8px}.catalog-products-panel .catalog-product-card{width:100%;max-width:none}}.catalog-option-row-variants{align-items:start}.catalog-option-row-variants .catalog-price-mode{gap:5px;display:flex}.catalog-option-row-variants .catalog-price-mode button{min-height:32px}.catalog-option-row-variants .catalog-price-mode button.is-active{color:#26351f;background:#eef2e6;border-color:#65782e;font-weight:700}.catalog-variant-editor{grid-column:1/-1;gap:6px;width:100%;padding-top:7px;display:grid}.catalog-variant-row{grid-template-columns:minmax(180px,1fr) 150px 32px;align-items:center;gap:7px;width:100%;display:grid}.catalog-variant-row>input,.catalog-variant-price input{width:100%;min-width:0;height:34px}.catalog-variant-price{grid-template-columns:28px 1fr;align-items:center;min-width:0;display:grid}.catalog-variant-price>span{background:#f6f7f2;border:1px solid #d8ddcf;border-right:0;border-radius:7px 0 0 7px;place-items:center;height:34px;font-size:12px;font-weight:700;display:grid}.catalog-variant-price input{border-radius:0 7px 7px 0}.catalog-variant-remove{cursor:pointer;background:#fff;border:1px solid #d8ddcf;border-radius:7px;width:32px;min-width:32px;height:32px;padding:0;font-size:18px;line-height:1}.catalog-variant-empty{color:#6b7165;font-size:12px}@media (max-width:760px){.catalog-variant-row{grid-template-columns:minmax(0,1fr) 120px 32px}}.catalog-category-additionals{border:1px solid var(--gray-200);background:#fff;border-radius:14px;display:grid;overflow:hidden}.catalog-category-additionals-head{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;gap:12px;min-height:50px;padding:10px 14px;display:flex}.catalog-category-additionals-head>div{gap:2px;display:grid}.catalog-category-additionals-head strong{color:var(--gray-800);font-size:14px}.catalog-category-additionals-head span,.catalog-category-additionals-head small{color:var(--gray-500);font-size:12px}.catalog-category-additionals-body{gap:10px;padding:11px 14px;display:grid}.catalog-additionals-empty{color:var(--gray-500);font-size:12px}.catalog-additional-chips{flex-wrap:wrap;gap:7px;display:flex}.catalog-additional-chip{background:var(--soft);min-height:32px;color:var(--deep);border:1px solid #65782e38;border-radius:9px;align-items:center;gap:7px;padding:4px 5px 4px 10px;font-size:12px;display:inline-flex}.catalog-additional-chip>span{font-weight:700}.catalog-additional-chip>b{color:var(--gray-600);font-size:11px;font-weight:600}.catalog-additional-create{grid-template-columns:minmax(180px,320px) 130px 34px;justify-content:start;align-items:center;gap:7px;display:grid}.catalog-additional-create>input,.catalog-additional-price{border:1px solid var(--gray-200);background:#fff;border-radius:9px;min-height:34px}.catalog-additional-create>input{min-width:0;color:var(--gray-800);font:inherit;outline:none;padding:7px 9px;font-size:13px}.catalog-additional-price{align-items:center;display:flex;overflow:hidden}.catalog-additional-price span{color:var(--gray-500);padding-left:9px;font-size:12px}.catalog-additional-price input{width:100%;min-width:0;color:var(--gray-800);font:inherit;background:0 0;border:0;outline:none;padding:7px 8px 7px 5px;font-size:13px}.catalog-additional-create>input:focus,.catalog-additional-price:focus-within{border-color:var(--mid)}.catalog-additional-create>button{background:var(--soft);width:34px;min-width:34px;height:34px;color:var(--deep);font:inherit;cursor:pointer;border:1px solid #65782e52;border-radius:9px;padding:0;font-size:20px;font-weight:700}.catalog-additional-create>button:disabled{opacity:.45;cursor:default}@media (max-width:640px){.catalog-additional-create{grid-template-columns:minmax(0,1fr) 110px 34px}.catalog-category-additionals-head{align-items:flex-start}}.catalog-product-additionals{border-top:1px solid var(--gray-100);grid-column:1/-1;gap:8px;padding-top:9px;display:grid}.catalog-product-additionals-copy{gap:1px;display:grid}.catalog-product-additionals-copy strong{color:var(--gray-800);font-size:13px}.catalog-product-additionals-copy span,.catalog-product-additionals-empty{color:var(--gray-500);font-size:11px}.catalog-product-additional-chips{flex-wrap:wrap;gap:6px;display:flex}.catalog-product-additional-chip{border:1px solid var(--gray-200);min-height:31px;color:var(--gray-700);font:inherit;cursor:pointer;background:#fff;border-radius:9px;align-items:center;gap:6px;padding:4px 6px 4px 9px;font-size:11px;display:inline-flex}.catalog-product-additional-chip>span{font-weight:700}.catalog-product-additional-chip>b{color:var(--gray-500);font-size:10px;font-weight:600}.catalog-product-additional-chip>i{background:var(--gray-100);width:20px;height:20px;color:var(--gray-600);border-radius:6px;place-items:center;font-style:normal;font-weight:800;display:grid}.catalog-product-additional-chip.is-selected{background:var(--soft);color:var(--deep);border-color:#65782e6b}.catalog-product-additional-chip.is-selected>i{color:var(--deep);background:#65782e29}.catalog-product-additional-chip:disabled{opacity:.55;cursor:default}.catalog-additional-chip{padding:0 5px 0 0}.catalog-additional-chip-main{min-height:30px;color:inherit;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:7px;padding:4px 2px 4px 10px;display:inline-flex}.catalog-additional-chip-main>span{font-weight:700}.catalog-additional-chip-main>b{color:var(--gray-600);font-size:11px;font-weight:600}.catalog-additional-chip-remove{width:23px;height:23px;color:var(--deep);font:inherit;cursor:pointer;background:#26351f14;border:0;border-radius:7px;place-items:center;padding:0;font-size:16px;line-height:1;display:grid}.catalog-additional-chip.is-editing{border-color:#65782e8c;box-shadow:inset 0 0 0 1px #65782e1f}.catalog-additional-chip-main:disabled,.catalog-additional-chip-remove:disabled{opacity:.45;cursor:default}.media-compact-preview-button{appearance:none;cursor:pointer;width:100%;font:inherit;border:0;padding:0}.media-compact-preview-button:hover img{transform:scale(1.025)}.media-compact-preview-button img{transition:transform .16s}.media-asset-editor-backdrop{z-index:1200;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#131a107a;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.media-asset-editor{border:1px solid var(--border);background:var(--surface);border-radius:16px;grid-template-columns:minmax(240px,.9fr) minmax(320px,1.1fr);width:min(720px,100vw - 40px);max-height:calc(100vh - 40px);display:grid;overflow:hidden;box-shadow:0 24px 70px #141b103d}.media-asset-editor-preview{background:#f1f3ed;place-items:center;min-height:390px;padding:18px;display:grid}.media-asset-editor-preview img{object-fit:contain;border-radius:10px;width:100%;height:100%;max-height:430px}.media-asset-editor-content{align-content:start;gap:14px;min-width:0;padding:18px;display:grid}.media-asset-editor-heading{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.media-asset-editor-heading>div{min-width:0}.media-asset-editor-heading span,.media-asset-editor-heading strong{display:block}.media-asset-editor-heading span{color:var(--muted);font-size:.68rem;font-weight:700}.media-asset-editor-heading strong{color:var(--dark);margin-top:2px;font-size:1.05rem}.media-asset-editor-heading>button{appearance:none;width:30px;height:30px;color:var(--muted);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;font-size:1.2rem}.media-asset-editor-heading>button:hover{background:var(--surface-soft);color:var(--dark)}.media-asset-editor-content>label{gap:5px;display:grid}.media-asset-editor-content>label>span{color:var(--muted);font-size:.69rem;font-weight:800}.media-asset-editor-content input,.media-asset-editor-content textarea{box-sizing:border-box;border:1px solid var(--border);width:100%;color:var(--dark);font:inherit;background:#fff;border-radius:9px;outline:none;padding:9px 10px;font-size:.78rem}.media-asset-editor-content textarea{resize:vertical;min-height:78px}.media-asset-editor-content input:focus,.media-asset-editor-content textarea:focus{border-color:var(--brittos-green-olive)}.media-asset-editor-meta{background:var(--surface-soft);border-radius:9px;gap:4px;min-width:0;padding:9px 10px;font-size:.68rem;display:grid}.media-asset-editor-meta span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.media-asset-editor-meta strong{color:var(--brittos-green-deep)}.media-asset-editor-actions{justify-content:space-between;align-items:center;gap:12px;margin-top:3px;display:flex}.media-asset-editor-actions>div{gap:7px;display:flex}.media-asset-delete-button,.media-asset-cancel-button{appearance:none;min-height:34px;font:inherit;cursor:pointer;border-radius:9px;padding:7px 11px;font-size:.72rem;font-weight:800}.media-asset-delete-button{color:#8b3636;background:#fff7f7;border:1px solid #e5c6c6}.media-asset-delete-button:hover:not(:disabled){background:#f5e3e3}.media-asset-delete-button:disabled{cursor:not-allowed;opacity:.42}.media-asset-cancel-button{border:1px solid var(--border);color:var(--muted);background:#fff}.media-asset-cancel-button:hover{color:var(--dark)}@media (max-width:700px){.media-asset-editor{grid-template-columns:1fr;overflow-y:auto}.media-asset-editor-preview{min-height:210px;max-height:260px}.media-asset-editor-actions{flex-direction:column-reverse;align-items:stretch}.media-asset-editor-actions>div{justify-content:flex-end}}.orders-metrics{margin-top:22px}.orders-section-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:18px;display:flex}.orders-section-header p{color:var(--muted);margin:5px 0 0}.orders-empty{gap:6px;padding:28px;display:grid}.orders-empty span{color:var(--muted)}.orders-list{gap:12px;display:grid}.orders-card{gap:14px;padding:18px 20px;display:grid}.orders-card-main{grid-template-columns:minmax(90px,.55fr) minmax(200px,2fr) minmax(150px,.8fr);align-items:center;gap:18px;display:grid}.orders-number,.orders-primary-copy,.orders-total{gap:4px;display:grid}.orders-number strong{font-size:1.35rem}.orders-primary-copy span,.orders-total span,.orders-card-meta{color:var(--muted)}.orders-total{text-align:right}.orders-total strong{font-size:1.05rem}.orders-card-statuses{flex-wrap:wrap;gap:8px;display:flex}.orders-status{background:#94a3b81f;border:1px solid #94a3b833;border-radius:999px;align-items:center;min-height:28px;padding:4px 9px;font-size:.78rem;font-weight:700;display:inline-flex}.orders-status.is-paid,.orders-status.is-ready,.orders-status.is-completed,.orders-status.is-not-required{background:#22c55e1a;border-color:#22c55e38}.orders-status.is-pending,.orders-status.is-queued,.orders-status.is-preparing{background:#f59e0b1a;border-color:#f59e0b38}.orders-status.is-failed,.orders-status.is-expired,.orders-status.is-cancelled{background:#ef44441a;border-color:#ef444438}.orders-status.is-blocked,.orders-status.is-refunded{background:#64748b1f;border-color:#64748b38}.orders-card-meta{flex-wrap:wrap;gap:8px 18px;font-size:.82rem;display:flex}.orders-card-meta strong{color:inherit}@media (max-width:820px){.orders-card-main{grid-template-columns:1fr}.orders-total{text-align:left}.orders-section-header{flex-direction:column}}.orders-production-action{flex-wrap:wrap;align-items:center;gap:10px;padding-top:2px;display:flex}.orders-production-button{background:var(--accent);color:#fff;min-height:38px;font:inherit;cursor:pointer;border:1px solid #65782e52;border-radius:9px;padding:8px 14px;font-size:.86rem;font-weight:700}.orders-production-button:hover:not(:disabled){filter:brightness(.96)}.orders-production-button:disabled{cursor:wait;opacity:.62}.orders-production-error{color:#b42318;font-size:.82rem;line-height:1.35}.access-page{max-width:1120px}.access-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.access-summary-card{gap:5px;display:grid}.access-summary-card>span{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:11px;font-weight:700}.access-summary-card>strong{margin-top:7px;font-size:28px}.access-summary-card>small{color:var(--muted);font-size:11px}.access-section{margin-top:24px}.access-section-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:14px;display:flex}.access-section-heading h2{margin:0;font-size:19px}.access-section-heading p{color:var(--muted);margin:5px 0 0;font-size:12px;line-height:1.55}.access-user-list{gap:10px;display:grid}.access-user-card{grid-template-columns:minmax(240px,1.4fr) minmax(180px,.8fr) auto;align-items:center;gap:18px;padding:16px 18px;display:grid}.access-user-main{align-items:center;gap:12px;min-width:0;display:flex}.access-user-avatar{background:var(--dark);color:#fff;border-radius:12px;flex:none;place-items:center;width:40px;height:40px;font-size:15px;font-weight:850;display:grid}.access-user-identity{gap:3px;min-width:0;display:grid}.access-user-identity>span{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.access-user-identity>small{color:var(--muted);font-size:10px}.access-user-name{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.access-user-name>strong{font-size:14px}.access-you-badge,.access-status{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;padding:4px 7px;font-size:9px;font-weight:800;display:inline-flex}.access-you-badge{background:var(--accent-soft)}.access-status-active{color:#396238;background:#e7f3e5}.access-status-inactive{color:#77736d;background:#f0eeea}.access-permissions{flex-wrap:wrap;gap:6px;display:flex}.access-permissions span{border:1px solid var(--border);background:var(--surface-soft);color:var(--muted);border-radius:8px;padding:6px 8px;font-size:10px;font-weight:750}.access-user-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:flex}.access-user-actions button,.access-secondary-button{appearance:none;border:1px solid var(--border);color:var(--dark);font:inherit;cursor:pointer;background:#fff;border-radius:9px;padding:8px 10px;font-size:10px;font-weight:750}.access-user-actions button:disabled,.access-secondary-button:disabled{cursor:not-allowed;opacity:.48}.access-user-actions .access-action-danger{color:#93443d}.access-feedback{border-radius:10px;margin:12px 0;padding:10px 12px;font-size:12px;line-height:1.45}.access-feedback-success{color:#315a31;background:#e7f3e5}.access-feedback-error{color:#8b3e37;background:#f8e8e5}.access-dialog-backdrop{z-index:120;background:#12181080;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.access-dialog{background:#fff;border-radius:17px;width:min(520px,94vw);max-height:88vh;overflow-y:auto;box-shadow:0 22px 70px #00000038}.access-dialog-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:16px;padding:17px 19px;display:flex}.access-dialog-header h3{margin:4px 0 0;font-size:19px}.access-dialog-header>button{background:var(--surface-soft);width:32px;height:32px;color:var(--dark);font:inherit;cursor:pointer;border:0;border-radius:8px;place-items:center;padding:0;font-size:21px;display:grid}.access-form{gap:15px;padding:19px;display:grid}.access-form>label{gap:6px;display:grid}.access-form>label>span,.access-permission-selector legend{color:var(--dark);font-size:11px;font-weight:800}.access-form input[type=text],.access-form input[type=email],.access-form input[type=password]{box-sizing:border-box;border:1px solid var(--border);width:100%;color:var(--dark);font:inherit;background:#fff;border-radius:9px;outline:none;padding:10px 11px;font-size:13px}.access-form input:focus{border-color:var(--mid)}.access-form label>small,.access-dialog-copy{color:var(--muted);font-size:10px;line-height:1.5}.access-dialog-copy{margin:0}.access-permission-selector{border:0;gap:8px;margin:0;padding:0;display:grid}.access-permission-selector legend{margin-bottom:7px}.access-permission-selector label{border:1px solid var(--border);cursor:pointer;border-radius:10px;align-items:flex-start;gap:10px;padding:11px;display:flex}.access-permission-selector input{margin-top:2px}.access-permission-selector label>span{gap:3px;display:grid}.access-permission-selector strong{font-size:12px}.access-permission-selector small{color:var(--muted);font-size:10px;line-height:1.4}.access-dialog-actions{justify-content:flex-end;gap:8px;padding-top:3px;display:flex}@media (max-width:900px){.access-user-card{grid-template-columns:1fr}.access-user-actions{justify-content:flex-start}}@media (max-width:620px){.access-summary-grid{grid-template-columns:1fr}.access-section-heading{flex-direction:column;align-items:stretch}}.operation-schedule-master-toggle{border:1px solid var(--border);background:var(--surface-soft);cursor:pointer;border-radius:11px;align-items:flex-start;gap:10px;min-width:235px;padding:11px 13px;display:flex}.operation-schedule-master-toggle input{margin-top:3px}.operation-schedule-master-toggle>span{gap:3px;display:grid}.operation-schedule-master-toggle strong{font-size:12px}.operation-schedule-master-toggle small{color:var(--muted);font-size:10px;line-height:1.35}.operation-schedule-card{padding:0;overflow:hidden}.operation-schedule-meta{background:var(--border);border-bottom:1px solid var(--border);grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;display:grid}.operation-schedule-meta>div{background:var(--surface-soft);gap:4px;padding:12px 15px;display:grid}.operation-schedule-meta span{color:var(--muted);text-transform:uppercase;letter-spacing:.055em;font-size:9px;font-weight:800}.operation-schedule-meta strong{font-size:12px}.operation-schedule-days{display:grid}.operation-schedule-day{border-bottom:1px solid var(--border);grid-template-columns:190px minmax(0,1fr);gap:16px;padding:12px 15px;display:grid}.operation-schedule-day-heading{justify-content:space-between;align-items:center;gap:8px;display:flex}.operation-schedule-day-heading strong{font-size:12px}.operation-schedule-day-heading small{color:var(--muted);font-size:9px}.operation-schedule-day-heading .access-secondary-button{white-space:nowrap;padding:6px 8px}.operation-schedule-empty{min-height:36px;color:var(--muted);align-items:center;font-size:10px;display:flex}.operation-schedule-period{grid-template-columns:auto minmax(110px,150px) auto minmax(110px,150px) auto;justify-content:start;align-items:end;gap:8px;display:grid}.operation-schedule-period>label:not(.operation-schedule-period-active){gap:4px;display:grid}.operation-schedule-period>label>span{color:var(--muted);font-size:9px;font-weight:750}.operation-schedule-period input[type=time]{box-sizing:border-box;border:1px solid var(--border);width:100%;min-height:34px;color:var(--dark);font:inherit;background:#fff;border-radius:8px;outline:none;padding:6px 8px;font-size:11px}.operation-schedule-period input[type=time]:focus{border-color:var(--mid)}.operation-schedule-period-active{cursor:pointer;align-items:center;gap:5px;height:34px;padding-bottom:1px;display:flex}.operation-schedule-period-active span{font-size:10px;font-weight:750}.operation-schedule-separator{color:var(--muted);align-self:end;padding-bottom:9px;font-size:9px}.operation-schedule-remove{border:1px solid var(--border);color:#93443d;min-height:34px;font:inherit;cursor:pointer;background:#fff;border-radius:8px;align-self:end;padding:6px 9px;font-size:9px;font-weight:750}.operation-schedule-remove:disabled{cursor:not-allowed;opacity:.48}.operation-schedule-note{color:var(--dark);background:#f4f1e8;border-radius:9px;align-items:center;gap:8px;margin:12px 15px 0;padding:9px 11px;font-size:10px;display:flex}.operation-schedule-note span{color:var(--muted)}.operation-schedule-card>.access-feedback{margin-left:15px;margin-right:15px}.operation-schedule-actions{border-top:1px solid var(--border);background:var(--surface-soft);justify-content:flex-end;gap:8px;margin-top:12px;padding:12px 15px;display:flex}.operation-schedule-actions .media-primary-button,.operation-schedule-actions .access-secondary-button{min-width:125px}.operation-access-section{border-top:1px solid var(--border);margin-top:32px;padding-top:24px}.operation-access-section>.access-section-heading{margin-bottom:4px}.operation-access-section .access-summary-grid{margin-top:14px}@media (max-width:900px){.operation-schedule-day{grid-template-columns:1fr;gap:9px}.operation-schedule-period{grid-template-columns:auto minmax(100px,1fr) auto minmax(100px,1fr) auto}}@media (max-width:620px){.operation-schedule-master-toggle{min-width:0}.operation-schedule-meta{grid-template-columns:1fr}.operation-schedule-period{grid-template-columns:1fr 1fr;align-items:end}.operation-schedule-period-active{grid-column:1/-1}.operation-schedule-separator{display:none}.operation-schedule-remove{grid-column:1/-1;justify-self:start}.operation-schedule-note{flex-direction:column;align-items:flex-start}.operation-schedule-actions{flex-wrap:wrap}}.operation-schedule-section{margin-top:0}.operation-schedule-section>.access-section-heading{align-items:center;gap:12px;margin-bottom:8px}.operation-schedule-section>.access-section-heading h2{margin-bottom:2px;font-size:18px;line-height:1.05}.operation-schedule-section>.access-section-heading p{max-width:540px;margin-top:2px;line-height:1.3}.operation-schedule-master-toggle{min-width:210px;padding:7px 10px}.operation-schedule-edit-button{min-width:130px;min-height:34px}.operation-schedule-card{overflow:hidden}.operation-schedule-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.operation-schedule-meta>div{padding:7px 12px}.operation-schedule-meta span{font-size:8px;line-height:1}.operation-schedule-meta strong{margin-top:2px;font-size:10px;line-height:1.1}.operation-schedule-days{gap:0;display:grid}.operation-schedule-day{border-bottom:1px solid var(--border);grid-template-columns:150px minmax(0,1fr);align-items:center;gap:10px;min-height:42px;padding:5px 12px;display:grid}.operation-schedule-day-heading{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:5px;margin:0;display:grid}.operation-schedule-day-heading>div{gap:0;display:grid}.operation-schedule-day-heading strong{font-size:10px;line-height:1.05}.operation-schedule-day-heading small{margin-top:1px;font-size:7px;line-height:1}.operation-schedule-day-heading .access-secondary-button{border-radius:6px;min-height:26px;padding:3px 7px;font-size:8px;line-height:1}.operation-schedule-empty{min-height:26px;padding:4px 7px;font-size:8px}.operation-schedule-periods{gap:3px;display:grid}.operation-schedule-period{grid-template-columns:49px minmax(92px,1fr) 13px minmax(92px,1fr) 30px;align-items:center;gap:6px;min-height:30px;display:grid}.operation-schedule-period>label:not(.operation-schedule-period-active){display:block}.operation-schedule-period>label:not(.operation-schedule-period-active)>span{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.operation-schedule-period-active{align-items:center;gap:4px;height:28px;padding:0;display:flex}.operation-schedule-period-active span{font-size:8px}.operation-schedule-period-active input{margin:0}.operation-schedule-period input[type=time]{border-radius:6px;width:100%;height:28px;min-height:28px;padding:2px 7px;font-size:9px}.operation-schedule-separator{text-align:center;padding:0;font-size:7px}.operation-schedule-remove{border-radius:6px;justify-content:center;align-items:center;width:28px;min-width:28px;height:28px;min-height:28px;padding:0;display:inline-flex}.operation-schedule-remove svg{width:13px;height:13px}.operation-schedule-period+.operation-schedule-period{border-top:1px dashed #65782e2e;padding-top:3px}.operation-schedule-note{border-radius:7px;align-items:center;gap:10px;margin:7px 12px 0;padding:6px 9px;font-size:8px;line-height:1.2;display:flex}.operation-schedule-card>.access-feedback{margin:6px 12px 0;padding:7px 9px;font-size:9px;line-height:1.2}.operation-schedule-actions{gap:7px;margin-top:7px;padding:7px 12px 9px}.operation-schedule-actions .media-primary-button,.operation-schedule-actions .access-secondary-button{min-width:135px;min-height:32px;padding-top:5px;padding-bottom:5px}@media (max-width:1000px){.operation-schedule-day{grid-template-columns:135px minmax(0,1fr)}.operation-schedule-period{grid-template-columns:47px minmax(84px,1fr) 12px minmax(84px,1fr) 28px}}@media (max-width:760px){.operation-schedule-day{grid-template-columns:1fr;gap:5px}.operation-schedule-period{grid-template-columns:47px minmax(80px,1fr) 12px minmax(80px,1fr) 28px}}@media (max-width:620px){.operation-schedule-master-toggle{min-width:0}.operation-schedule-meta{grid-template-columns:1fr}.operation-schedule-period{grid-template-columns:48px 1fr 12px 1fr 28px}.operation-schedule-note{flex-direction:column;align-items:flex-start;gap:3px}.operation-schedule-actions{flex-wrap:wrap}}@media (hover:hover) and (pointer:fine){.admin-nav a.admin-nav-item:not(.is-active):hover{background:#8195411a}.admin-nav a.admin-nav-item:not(.is-active):hover .admin-nav-icon{color:#a8bc5c;opacity:1}}@media (hover:none){.admin-nav a.admin-nav-item:not(.is-active):hover{background:0 0}}.admin-nav a.admin-nav-item:focus,.admin-nav a.admin-nav-item:focus-visible{box-shadow:none;outline:none}.orders-page-header{align-items:flex-end}.orders-date-picker{gap:5px;display:grid}.orders-date-picker label{color:var(--muted);text-transform:uppercase;letter-spacing:.05em;font-size:11px;font-weight:700}.orders-date-picker>div{gap:7px;display:flex}.orders-date-picker input,.orders-date-picker button{border:1px solid var(--gray-200);min-height:36px;font:inherit;border-radius:8px}.orders-date-picker input{color:inherit;background:#fff;padding:6px 9px}.orders-date-picker button{background:var(--accent);color:#fff;cursor:pointer;padding:6px 12px;font-size:12px;font-weight:700}.orders-day-bar{align-items:center;gap:12px;margin-top:18px;display:flex}.orders-day-arrow{border:1px solid var(--gray-200);width:34px;height:34px;color:inherit;background:#fff;border-radius:8px;place-items:center;font-size:18px;text-decoration:none;display:grid}.orders-day-title{align-items:center;gap:9px;min-width:0;display:flex}.orders-day-title strong{font-size:15px}.orders-day-title span{color:var(--accent);text-transform:uppercase;background:#65782e1f;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:800}.orders-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.orders-summary article{border:1px solid var(--gray-200);background:#fff;border-radius:10px;justify-content:space-between;align-items:baseline;gap:12px;padding:12px 14px;display:flex}.orders-summary span{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:700}.orders-summary strong{white-space:nowrap;font-size:18px}.orders-history-section{margin-top:22px}.orders-history-section .orders-section-header{align-items:end;margin-bottom:10px}.orders-history-section .orders-section-header p{font-size:12px}.orders-table{border:1px solid var(--gray-200);background:#fff;border-radius:10px;overflow:hidden}.orders-table-head,.orders-row{grid-template-columns:minmax(72px,.55fr) minmax(170px,1.7fr) minmax(75px,.7fr) minmax(110px,1fr) minmax(120px,1.1fr) minmax(90px,.8fr) minmax(55px,.5fr);align-items:center;gap:10px;display:grid}.orders-table-head{border-bottom:1px solid var(--gray-200);color:var(--muted);text-transform:uppercase;letter-spacing:.04em;background:#f7f7f4;padding:8px 12px;font-size:10px;font-weight:800}.orders-row{border-bottom:1px solid var(--gray-100);min-height:52px;padding:7px 12px;font-size:12px}.orders-row:last-child{border-bottom:0}.orders-row-number,.orders-row-customer{gap:2px;min-width:0;display:grid}.orders-row-number strong{font-size:14px}.orders-row-number span,.orders-row-customer span,.orders-row-time{color:var(--muted);font-size:10px}.orders-row-customer strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.orders-row .orders-status{white-space:nowrap;justify-self:start;min-height:23px;padding:2px 7px;font-size:10px}.orders-row-total{text-align:right;white-space:nowrap}.orders-row-time{text-align:right}@media (max-width:980px){.orders-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.orders-table{overflow-x:auto}.orders-table-head,.orders-row{min-width:860px}}@media (max-width:720px){.orders-page-header{align-items:stretch}.orders-date-picker>div{width:100%}.orders-date-picker input{flex:1}.orders-summary{grid-template-columns:1fr 1fr}.orders-summary article{gap:5px;display:grid}}.customers-table{border:1px solid var(--gray-200);background:#fff;border-radius:10px;overflow:hidden}.customers-table-head,.customers-row{grid-template-columns:minmax(165px,1.5fr) minmax(140px,1.1fr) minmax(100px,.8fr) minmax(80px,.65fr) minmax(60px,.5fr) minmax(60px,.5fr) minmax(120px,1fr) minmax(120px,1fr) minmax(120px,1fr);align-items:center;gap:10px;display:grid}.customers-table-head{border-bottom:1px solid var(--gray-200);color:var(--muted);text-transform:uppercase;letter-spacing:.04em;background:#f7f7f4;padding:8px 12px;font-size:10px;font-weight:800}.customers-row{border-bottom:1px solid var(--gray-100);min-height:52px;padding:7px 12px;font-size:12px}.customers-row:last-child{border-bottom:0}.customers-row>strong:first-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.customer-category,.customer-status{white-space:nowrap;border-radius:999px;width:fit-content;padding:4px 8px;font-size:10px;font-weight:800;line-height:1}.customer-category--elite{color:#805900;background:#fff0c2}.customer-category--frequent{color:#24549a;background:#e6efff}.customer-category--recurring{color:#28623c;background:#e7f6ec}.customer-category--new{color:#65429a;background:#f1eaff}.customer-category--no_purchase{color:#66665f;background:#f0f0ed}.customer-status--active{color:#24623a;background:#e4f5e9}.customer-status--inactive{color:#963b31;background:#fde8e5}@media (max-width:980px){.customers-table{overflow-x:auto}.customers-table-head,.customers-row{min-width:1240px}}.customers-filters{flex-wrap:wrap;gap:7px;margin:14px 0;display:flex}.customers-filter{color:#66665f;background:#fff;border:1px solid #ddddd6;border-radius:999px;align-items:center;gap:7px;min-height:32px;padding:6px 10px;font-size:11px;font-weight:700;text-decoration:none;transition:border-color .15s,background .15s,color .15s;display:inline-flex}.customers-filter strong{color:#55554f;background:#f1f1ed;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:10px;display:inline-flex}.customers-filter:hover{color:#252522;border-color:#b9b9b0}.customers-filter.is-active{color:#fff;background:#244b38;border-color:#244b38}.customers-filter.is-active strong{color:#fff;background:#ffffff29}.customer-detail-back{margin-bottom:12px}.customer-detail-back a{color:#5e625d;font-size:12px;font-weight:700;text-decoration:none}.customer-detail-back a:hover{color:#244b38}.customer-detail-header{align-items:flex-end}.customer-detail-badges{align-items:center;gap:7px;padding-bottom:4px;display:flex}.customer-relationship-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.customer-relationship-grid article{background:#fff;border:1px solid #e3e3dc;border-radius:12px;flex-direction:column;gap:6px;min-height:78px;padding:14px;display:flex}.customer-relationship-grid span{color:#77776f;font-size:11px;font-weight:700}.customer-relationship-grid strong{color:#292925;font-size:14px}.customer-order-list{gap:12px;margin-top:14px;display:grid}.customer-order-card{background:#fff;border:1px solid #e1e1da;border-radius:14px;overflow:hidden}.customer-order-header{border-bottom:1px solid #ecece6;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;display:flex}.customer-order-header>div{flex-direction:column;gap:3px;display:flex}.customer-order-header span{color:#77776f;font-size:11px}.customer-order-meta{border-bottom:1px solid #f0f0eb;flex-wrap:wrap;gap:6px;padding:10px 16px;display:flex}.customer-order-meta span{color:#5e5e57;background:#f1f1ed;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:800}.customer-order-items{display:grid}.customer-order-item{border-bottom:1px solid #f1f1ec;justify-content:space-between;align-items:flex-start;gap:16px;padding:12px 16px;display:flex}.customer-order-item:last-child{border-bottom:0}.customer-order-item>div{flex-direction:column;gap:3px;display:flex}.customer-order-item span,.customer-order-item small{color:#77776f;font-size:11px}.customer-order-modifiers{flex-wrap:wrap;gap:5px;margin-top:3px;display:flex}.customer-order-modifiers span{background:#f5f5f1;border-radius:6px;padding:3px 6px}.customer-order-note{background:#fafaf7;border-top:1px solid #ecece6;flex-direction:column;gap:4px;padding:12px 16px;display:flex}.customer-order-note span{color:#77776f;text-transform:uppercase;font-size:10px;font-weight:800}.customer-order-note strong{font-size:12px}.customers-customer-link{color:inherit;text-decoration:none}.customers-customer-link:hover{color:#244b38;text-underline-offset:3px;text-decoration:underline}@media (max-width:980px){.customer-relationship-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.customer-detail-header{align-items:flex-start}.customer-detail-badges{margin-top:8px}.customer-relationship-grid{grid-template-columns:1fr}.customer-order-header,.customer-order-item{align-items:flex-start}}.customer-status--at_risk{color:#9a5b00;background:#fff0d6;border-color:#f1c77f}.customer-status--sleeping{color:#6942a8;background:#efe7ff;border-color:#cdb8f4}.customers-table-head,.customers-row{grid-template-columns:minmax(175px,1.55fr) minmax(140px,1.1fr) minmax(100px,.8fr) minmax(60px,.5fr) minmax(60px,.5fr) minmax(120px,1fr) minmax(120px,1fr) minmax(120px,1fr) minmax(106px,.8fr)}.customers-identity{align-items:center;gap:9px;min-width:0;display:flex}.customers-identity>strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.customers-identity-icon{color:#28503c;background:#edf3ef;border-radius:50%;flex:none;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.customers-actions{align-items:center;gap:5px;display:flex}.customer-action{color:#5e625d;background:#fff;border:1px solid #ddddd6;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;padding:0;display:inline-flex}.customer-action--whatsapp{color:#25864d}.customer-action--archive{color:#9a5b3f}.customer-action:disabled{cursor:not-allowed;opacity:.48}.customer-detail-identity{align-items:center;gap:12px;display:flex}.customer-detail-identity>div{min-width:0}.customer-detail-identity h1{margin-bottom:3px}.customer-detail-identity p{margin:0}.customer-detail-identity-icon{color:#28503c;background:#edf3ef;border-radius:14px;flex:none;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex}@media (max-width:980px){.customers-table-head,.customers-row{min-width:1260px}}.customer-edit-overlay{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#1418156b;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.customer-edit-dialog{background:#fff;border:1px solid #deded7;border-radius:16px;width:min(560px,100%);overflow:hidden;box-shadow:0 22px 60px #1419152e}.customer-edit-header{border-bottom:1px solid #ecece6;justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 20px 14px;display:flex}.customer-edit-header h2{margin:3px 0 0;font-size:18px}.customer-edit-close{color:#60645f;cursor:pointer;background:#fff;border:1px solid #ddddd6;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;display:inline-flex}.customer-edit-form{display:grid}.customer-edit-fields{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:12px;padding:18px 20px;display:grid}.customer-edit-fields label{gap:6px;display:grid}.customer-edit-fields label>span{color:#62655f;font-size:11px;font-weight:800}.customer-edit-fields input{color:#252722;width:100%;min-height:40px;font:inherit;background:#fff;border:1px solid #d9d9d2;border-radius:9px;outline:none;padding:8px 10px;font-size:13px}.customer-edit-fields input:focus{border-color:#486b58;box-shadow:0 0 0 3px #244b3817}.customer-edit-error{color:#8b342d;background:#fdebea;border-radius:8px;margin:0 20px 16px;padding:9px 11px;font-size:12px;font-weight:700}.customer-edit-footer{background:#fafaf7;border-top:1px solid #ecece6;justify-content:flex-end;align-items:center;gap:8px;padding:12px 20px;display:flex}.customer-edit-secondary,.customer-edit-primary{cursor:pointer;border-radius:8px;min-height:36px;padding:7px 13px;font-size:12px;font-weight:800}.customer-edit-secondary{color:#555850;background:#fff;border:1px solid #d8d8d1}.customer-edit-primary{color:#fff;background:#244b38;border:1px solid #244b38}.customer-edit-secondary:disabled,.customer-edit-primary:disabled,.customer-edit-close:disabled{cursor:not-allowed;opacity:.55}@media (max-width:620px){.customer-edit-fields{grid-template-columns:1fr}.customer-edit-footer{flex-direction:column-reverse}.customer-edit-secondary,.customer-edit-primary{width:100%}}.customer-relationship-overview{grid-template-columns:minmax(0,1.7fr) minmax(240px,.8fr);gap:12px;margin:18px 0;display:grid}.customer-relationship-overview-main,.customer-relationship-actions{background:#fff;border:1px solid #deded7;border-radius:14px}.customer-relationship-overview-main{grid-template-columns:minmax(120px,.42fr) minmax(0,1.58fr);display:grid;overflow:hidden}.customer-relationship-state{background:#f7f8f4;border-right:1px solid #ecece6;flex-direction:column;justify-content:center;gap:6px;padding:18px;display:flex}.customer-relationship-state span,.customer-relationship-reading>span,.customer-relationship-actions-title{color:#77776f;letter-spacing:.04em;text-transform:uppercase;font-size:10px;font-weight:800}.customer-relationship-state strong{color:#244b38;font-size:20px}.customer-relationship-reading{padding:17px 18px}.customer-relationship-reading p{color:#4f524d;max-width:720px;margin:7px 0 14px;font-size:13px;line-height:1.55}.customer-relationship-signals{flex-wrap:wrap;gap:8px;display:flex}.customer-relationship-signals>span{color:#77776f;background:#fafaf7;border:1px solid #e5e5df;border-radius:8px;align-items:center;gap:7px;padding:6px 9px;font-size:10px;display:flex}.customer-relationship-signals strong{color:#343732;font-size:11px}.customer-relationship-actions{flex-direction:column;justify-content:center;gap:10px;padding:16px;display:flex}.customer-relationship-actions>div{flex-wrap:wrap;gap:7px;display:flex}.customer-action--labeled{white-space:nowrap;gap:6px;width:auto;min-width:0;padding:0 10px}.customer-action--labeled span{font-size:11px;font-weight:800}.customer-action--review{color:#9a6a00}@media (max-width:980px){.customer-relationship-overview{grid-template-columns:1fr}}@media (max-width:620px){.customer-relationship-overview-main{grid-template-columns:1fr}.customer-relationship-state{border-bottom:1px solid #ecece6;border-right:0}.customer-relationship-actions>div{grid-template-columns:1fr;display:grid}.customer-action--labeled{width:100%}}.customers-table--compact{overflow:visible}.customers-table--compact .customers-table-head,.customers-table--compact .customers-row{grid-template-columns:minmax(260px,1fr) minmax(110px,140px) 72px 50px;min-width:0}.customers-table--compact .customers-table-head{padding-top:8px;padding-bottom:8px}.customers-table--compact .customers-row{min-height:54px;padding-top:8px;padding-bottom:8px}.customers-identity-copy{flex-direction:column;gap:2px;min-width:0;display:flex}.customers-identity-copy strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.customers-identity-copy>span{color:#7a7d77;font-size:10px;line-height:1.2}.customer-more{justify-self:end;position:relative}.customer-more>summary{color:#5e625d;cursor:pointer;background:#fff;border:1px solid #ddddd6;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;list-style:none;display:inline-flex}.customer-more>summary::-webkit-details-marker{display:none}.customer-more[open]>summary{color:#244b38;background:#f2f6f3;border-color:#b9c8bd}.customer-more-menu{z-index:50;background:#fff;border:1px solid #deded7;border-radius:10px;gap:4px;min-width:178px;padding:6px;display:grid;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 10px 28px #1c201d24}.customer-more-menu .customer-action--labeled,.customer-more-item{color:#50534e;background:0 0;border:0;border-radius:7px;justify-content:flex-start;gap:8px;width:100%;height:34px;padding:0 9px;font-size:11px}.customer-more-menu .customer-action--labeled:hover{background:#f3f5f2}.customer-more-item{align-items:center;display:flex}.customer-more-item--archive{color:#93523c}.customer-more-item:disabled{opacity:.45;cursor:not-allowed}.customer-detail-summary{gap:8px}.customer-detail-summary article{min-height:66px;padding:11px 12px}.customer-detail-summary article>span{font-size:10px}.customer-detail-summary article>strong{font-size:17px}.customer-relationship-section,.customer-orders-section{margin-top:16px}.customer-relationship-grid{gap:7px;margin-top:10px}.customer-relationship-grid article{border-radius:9px;gap:3px;min-height:58px;padding:10px 11px}.customer-relationship-grid span{font-size:9px}.customer-relationship-grid strong{font-size:12px}.customer-order-list--compact{gap:6px;margin-top:10px}.customer-order-compact{background:#fff;border:1px solid #e3e3dc;border-radius:9px;grid-template-columns:minmax(180px,1.4fr) minmax(70px,.5fr) minmax(95px,.7fr) minmax(90px,.6fr);align-items:center;gap:10px;min-height:48px;padding:8px 12px;display:grid}.customer-order-compact-main{flex-direction:column;gap:2px;min-width:0;display:flex}.customer-order-compact-main strong{font-size:11px}.customer-order-compact-main span,.customer-order-compact-channel,.customer-order-compact-status{color:#74776f;font-size:10px}.customer-order-compact-channel,.customer-order-compact-status{background:#f2f2ee;border-radius:999px;width:fit-content;padding:3px 6px;font-weight:700;display:inline-flex}.customer-order-compact-total{color:#292b27;justify-self:end;font-size:12px}@media (max-width:720px){.customers-table--compact .customers-table-head,.customers-table--compact .customers-row{grid-template-columns:minmax(180px,1fr) 92px 38px 38px}.customer-order-compact{grid-template-columns:minmax(0,1fr) auto}.customer-order-compact-channel,.customer-order-compact-status{display:none}}
