@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap";:root{font-family:DM Sans,sans-serif;color:#182235;background:#f4f6f9;font-synthesis:none;--navy:#121c2d;--orange:#f27538;--line:#e5e9ef;--muted:#748094;--shadow:0 8px 28px rgba(28,39,58,.07)}*{box-sizing:border-box}body{margin:0;min-width:320px;background:#f4f6f9}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:242px;background:var(--navy);color:#fff;padding:28px 18px 20px;display:flex;flex-direction:column;z-index:20}.brand{display:flex;align-items:center;gap:12px;padding:0 10px 32px}.brand-mark{width:40px;height:40px;display:grid;place-items:center;background:linear-gradient(145deg,#ff955d,var(--orange));border-radius:12px;box-shadow:0 7px 18px #f2753840}.brand b{font:800 20px Manrope;letter-spacing:-.5px}.brand small{display:block;font-size:9px;letter-spacing:2.3px;color:#8290a5;margin-top:1px}.sidebar nav{display:flex;flex-direction:column;gap:5px}.sidebar nav button,.sidebar-foot>button{border:0;background:transparent;color:#93a0b4;display:flex;align-items:center;gap:13px;padding:12px 14px;border-radius:9px;text-align:left;position:relative}.sidebar nav button svg,.sidebar-foot>button svg{width:19px}.sidebar nav button:hover,.sidebar-foot>button:hover{color:#fff;background:#ffffff09}.sidebar nav button.active{background:#ffffff0d;color:#fff}.sidebar nav button.active svg{color:#ff8c51}.sidebar nav button.active i{position:absolute;right:-18px;width:3px;height:25px;border-radius:4px 0 0 4px;background:var(--orange)}.sidebar-foot{margin-top:auto;border-top:1px solid #ffffff10;padding-top:15px}.sidebar-foot>button{width:100%}.store-chip{display:flex;align-items:center;gap:10px;margin-top:14px;padding:12px 8px}.store-chip>span,.avatar{width:36px;height:36px;border-radius:10px;background:#2b3b54;display:grid;place-items:center;color:#fff;font-weight:700}.store-chip b{display:block;font-size:13px;max-width:130px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-chip small{font-size:10px;color:#70d4a3}.app-shell>main{margin-left:242px;min-height:100vh}.app-shell>main>header{height:82px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;padding:0 38px;justify-content:space-between}.app-shell>main>header p,.page-title p{font-size:10px;letter-spacing:1.8px;color:#9aa4b3;font-weight:700;margin:0 0 3px}.app-shell>main>header h2{font:700 15px Manrope;margin:0}.header-actions{display:flex;align-items:center;gap:16px}.live-dot{font-size:12px;color:#3d8060;display:flex;align-items:center;gap:7px}.live-dot:before{content:"";width:7px;height:7px;border-radius:50%;background:#4dcc88;box-shadow:0 0 0 4px #4dcc8816}.icon-button,.menu-button{border:1px solid var(--line);background:#fff;border-radius:9px;width:38px;height:38px;display:grid;place-items:center;color:#596579}.menu-button{display:none}.content{padding:36px 38px 60px;max-width:1540px;margin:auto}.page-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:27px}.page-title h1{font:800 28px Manrope;letter-spacing:-.8px;margin:0 0 4px;color:#152035}.page-title>div>span{color:var(--muted);font-size:13px}.primary,.secondary,.danger-button{border:0;border-radius:9px;padding:10px 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600;font-size:13px}.primary{background:var(--orange);color:#fff;box-shadow:0 5px 13px #f2753830}.primary:hover{background:#e6672d}.secondary{background:#fff;color:#445066;border:1px solid var(--line)}.danger-button{background:#fff0f0;color:#c94848}.primary svg,.secondary svg,.danger-button svg{width:16px}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:17px;margin-bottom:20px}.metric{background:#fff;border:1px solid #e9ecf1;border-radius:13px;padding:19px;display:flex;gap:15px;box-shadow:0 2px 10px #25344a04}.metric-icon{width:42px;height:42px;border-radius:11px;display:grid;place-items:center;flex:none}.metric-icon svg{width:20px}.metric-icon.orange{background:#fff0e8;color:#e66a30}.metric-icon.green{background:#eaf8f1;color:#2e9b69}.metric-icon.blue{background:#eaf3ff;color:#377fd0}.metric-icon.purple{background:#f1ebff;color:#7654c8}.metric small{display:block;color:var(--muted);font-size:11px}.metric strong{display:block;font:800 24px Manrope;margin:3px 0 1px}.metric p{margin:0;color:#8994a4;font-size:10px}.dashboard-grid{display:grid;grid-template-columns:1.35fr 1fr;gap:20px}.panel{background:#fff;border:1px solid #e7ebf0;border-radius:13px;box-shadow:0 2px 10px #25344a04}.panel-head{display:flex;align-items:center;justify-content:space-between;padding:20px 22px;border-bottom:1px solid #edf0f4}.panel-head h3{font:700 15px Manrope;margin:0 0 2px}.panel-head span{font-size:11px;color:var(--muted)}button.link{border:0;background:transparent;color:var(--orange);display:flex;align-items:center;font-size:11px;font-weight:700}.link svg{width:15px}.pipeline{display:grid;grid-template-columns:repeat(5,1fr);padding:32px 20px}.pipeline>div{text-align:center;position:relative}.pipeline>div:not(:last-child):after{content:"";position:absolute;height:1px;background:#e8ebef;width:60%;right:-30%;top:10px}.status-dot{display:block;width:20px;height:20px;border-radius:50%;margin:0 auto 12px;border:5px solid #e9edf2;background:#8792a2;position:relative;z-index:1}.status-dot.info{background:#3e8bda;border-color:#e1effe}.status-dot.warning{background:#ef9e3e;border-color:#fdf0dc}.status-dot.success{background:#3eb878;border-color:#dff5e9}.status-dot.purple{background:#8065ce;border-color:#ebe5fc}.pipeline b{display:block;font:800 22px Manrope}.pipeline small{color:var(--muted);font-size:10px}.ranking{padding:12px 22px}.ranking>div{display:flex;align-items:center;padding:11px 0;border-bottom:1px solid #f0f2f5;gap:12px}.ranking>div:last-child{border:0}.ranking>div>span{width:25px;height:25px;border-radius:7px;background:#f3f5f8;display:grid;place-items:center;font-size:11px;font-weight:700}.ranking>div>div{flex:1}.ranking b{display:block;font-size:12px}.ranking small{font-size:10px;color:var(--muted)}.ranking strong{font-size:12px}.toolbar{display:flex;justify-content:space-between;margin-bottom:14px;gap:12px}.search{height:42px;display:flex;align-items:center;background:#fff;border:1px solid var(--line);border-radius:9px;padding:0 13px;min-width:330px}.search svg{width:17px;color:#8993a2}.search input{border:0;outline:0;padding:0 10px;width:100%;font-size:12px}.toolbar select,.form input,.form select,.form textarea,.zones input{border:1px solid #dfe4eb;border-radius:8px;background:#fff;outline:none;color:#263247}.toolbar select{padding:0 13px}.table-panel{overflow:hidden}.table-wrap{overflow:auto}table{border-collapse:collapse;width:100%;font-size:12px}th{text-align:left;color:#8b95a4;font-size:9px;letter-spacing:.6px;text-transform:uppercase;padding:13px 18px;background:#fafbfc;border-bottom:1px solid var(--line)}td{padding:14px 18px;border-bottom:1px solid #eef1f4;color:#566175;white-space:nowrap}tbody tr{cursor:pointer}tbody tr:hover{background:#fdfaf8}td b{color:#233047}td small{display:block;color:#929ba9;margin-top:2px}td svg{width:15px;vertical-align:middle;margin-right:4px}.table-footer{padding:14px 18px;font-size:11px;color:var(--muted)}.badge{display:inline-flex;border-radius:20px;padding:5px 9px;font-size:9px;font-weight:700}.badge.info{background:#e8f3ff;color:#367ec8}.badge.warning{background:#fff3df;color:#b97722}.badge.success{background:#e5f7ed;color:#27875a}.badge.purple{background:#eee9fb;color:#6b50b3}.badge.danger{background:#fdeaea;color:#b94a4a}.badge.muted{background:#edf0f3;color:#667184}.drawer-wrap{position:fixed;inset:0;z-index:50}.drawer-scrim{position:absolute;inset:0;background:#1018277d;border:0;width:100%}.drawer{position:absolute;right:0;top:0;bottom:0;width:min(470px,100%);background:#fff;display:flex;flex-direction:column;box-shadow:-20px 0 50px #0d18252b}.drawer-head{padding:24px 26px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between}.drawer-head small{letter-spacing:1.6px;color:#98a1af}.drawer-head h2{font:800 22px Manrope;margin:2px 0}.drawer-head button,.modal-head button{border:0;background:#f2f4f7;width:34px;height:34px;border-radius:8px;display:grid;place-items:center}.drawer-head svg,.modal-head svg{width:18px}.drawer-body{padding:23px 26px;overflow:auto;flex:1}.drawer-body>section{margin-top:25px}.drawer-body h4{font-size:10px;letter-spacing:1px;text-transform:uppercase;color:#929dac;margin:0 0 10px}.drawer-body p{font-size:12px;line-height:1.7;margin:0;color:#5c687a}.order-item{display:flex;align-items:flex-start;gap:10px;padding:10px 0;border-bottom:1px solid #eef0f3}.order-item>span{font-weight:700;color:var(--orange)}.order-item>div{flex:1}.order-item b,.order-item small{display:block;font-size:12px}.order-item small{color:#a06b4d;margin-top:3px}.order-item strong{font-size:12px}.totals{background:#f7f8fa;border-radius:10px;padding:12px 15px;margin-top:18px}.totals p{display:flex;justify-content:space-between}.totals .grand{font-size:15px;border-top:1px solid #e1e5ea;padding-top:8px;margin-top:8px}.timeline>div{display:flex;gap:12px;position:relative;padding-bottom:15px}.timeline i{width:9px;height:9px;background:#56b885;border-radius:50%;margin-top:4px;box-shadow:0 0 0 4px #e7f6ee}.timeline>div:not(:last-child):after{content:"";position:absolute;left:4px;top:14px;width:1px;height:calc(100% - 8px);background:#dde3e9}.timeline b,.timeline small{display:block;font-size:11px}.timeline small{color:var(--muted);margin-top:2px}.drawer-actions{padding:16px 25px;border-top:1px solid var(--line);display:flex;gap:9px}.drawer-actions button{flex:1}.catalog-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;align-items:start}.category{overflow:hidden}.product-row{display:grid;grid-template-columns:48px 1fr auto;gap:13px;align-items:center;width:100%;text-align:left;border:0;border-bottom:1px solid #eef1f4;background:#fff;padding:15px 20px}.product-row:hover{background:#fdfaf8}.product-placeholder{width:46px;height:46px;border-radius:10px;background:#fff0e8;color:#e57840;display:grid;place-items:center}.product-placeholder svg{width:20px}.product-row b,.product-row small{display:block}.product-row b{font-size:13px}.product-row small{color:var(--muted);font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:280px;margin:3px 0}.product-row strong{font:700 13px Manrope}.available,.unavailable{font-size:9px;font-weight:700}.available{color:#309966}.unavailable{color:#bc5555}.modal-wrap{position:fixed;inset:0;background:#1018278c;display:grid;place-items:center;z-index:80;padding:20px}.modal{background:#fff;border-radius:15px;width:min(590px,100%);max-height:90vh;overflow:auto;box-shadow:0 28px 80px #08101d59}.modal-head{padding:20px 24px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}.modal-head h2{font:800 19px Manrope;margin:0}.form{padding:22px;display:grid;grid-template-columns:repeat(2,1fr);gap:17px}.form label{font-size:10px;color:#657185;font-weight:600}.form input,.form select,.form textarea{display:block;width:100%;padding:10px 11px;margin-top:6px;font-size:12px}.form textarea{min-height:80px;resize:vertical}.wide{grid-column:1/-1}.switch-row{display:flex;align-items:center;gap:8px;margin-top:18px}.switch-row input{width:auto;margin:0}.modal-actions{display:flex;justify-content:flex-end;gap:9px;border-top:1px solid var(--line);padding-top:17px}.connection-intro{display:flex;gap:13px;padding:20px 23px 0;color:#647084;font-size:12px;line-height:1.6}.connection-intro>span{width:39px;height:39px;display:grid;place-items:center;background:#fff0e8;color:var(--orange);border-radius:10px;flex:none}.connection-intro p{margin:0}.operation-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:18px;align-items:start}.form-panel{overflow:hidden}.switch-card{display:flex!important;gap:10px;align-items:center;background:#f7f9fb;border-radius:9px;padding:13px}.switch-card input{width:auto;margin:0}.switch-card b,.switch-card small{display:block}.switch-card small{color:var(--muted);margin-top:2px}.hours{padding:13px 20px}.hours>div{display:grid;grid-template-columns:38px 30px 1fr 20px 1fr;align-items:center;gap:8px;padding:8px 0;border-bottom:1px solid #f0f2f5;font-size:11px}.hours input[type=time]{border:1px solid var(--line);border-radius:7px;padding:7px;min-width:0}.mini-switch input{display:none}.mini-switch span{display:block;width:27px;height:16px;border-radius:20px;background:#d5dae1;position:relative}.mini-switch span:after{content:"";position:absolute;width:12px;height:12px;border-radius:50%;background:#fff;top:2px;left:2px;transition:.2s}.mini-switch input:checked+span{background:#4cbd82}.mini-switch input:checked+span:after{left:13px}.wide-panel{grid-column:1/-1}.zones{padding:12px 20px}.zones>div{display:grid;grid-template-columns:1fr 1fr 120px 120px 34px;gap:10px;align-items:end;padding:10px 0;border-bottom:1px solid #edf0f3}.zones>div>label{font-size:9px;color:var(--muted)}.zones input{padding:9px;width:100%;margin-top:4px}.zones button{border:0;background:#fff0f0;color:#c34d4d;border-radius:7px;height:35px}.zones svg{width:16px}.support-list{display:flex;flex-direction:column;gap:12px}.support-card{display:flex;align-items:center;padding:17px 20px;gap:14px}.support-card>div:nth-child(2){flex:1}.support-card h3{font:700 14px Manrope;margin:0}.support-card p{font-size:11px;color:var(--muted);margin:3px 0}.support-card small{color:#a06a3f}.support-card>div:last-child{display:flex;gap:8px}.state,.empty{padding:50px 20px;text-align:center;color:var(--muted);display:flex;align-items:center;justify-content:center;gap:10px}.state.error,.empty{flex-direction:column}.state.error b{color:#b64c4c}.state.error button{border:0;color:var(--orange);background:transparent;font-weight:700}.spinner{width:18px;height:18px;border:2px solid #dce1e7;border-top-color:var(--orange);border-radius:50%;animation:spin .7s linear infinite}.empty svg{color:#bbc2cc}.empty p{margin:0;font-size:12px}@keyframes spin{to{transform:rotate(360deg)}}.scrim{display:none}@media(max-width:1050px){.metrics{grid-template-columns:repeat(2,1fr)}.dashboard-grid,.operation-grid{grid-template-columns:1fr}.wide-panel{grid-column:auto}.catalog-grid{grid-template-columns:1fr}}@media(max-width:760px){.sidebar{transform:translate(-100%);transition:.25s}.sidebar.open{transform:none}.scrim{display:block;position:fixed;inset:0;background:#121c2d80;border:0;z-index:15}.app-shell>main{margin-left:0}.app-shell>main>header{padding:0 18px;height:70px}.menu-button{display:grid}.app-shell>main>header>div:first-of-type{flex:1;margin-left:12px}.header-actions .live-dot{display:none}.content{padding:25px 16px}.page-title{align-items:flex-start;gap:15px}.page-title h1{font-size:23px}.metrics{grid-template-columns:1fr 1fr;gap:10px}.metric{padding:14px;gap:10px}.metric-icon{width:36px;height:36px}.metric strong{font-size:18px}.dashboard-grid{grid-template-columns:1fr}.pipeline{overflow:auto;min-width:560px}.panel:first-child:has(.pipeline){overflow:auto}.toolbar{flex-direction:column}.search{min-width:0}.toolbar select{height:42px}.catalog-grid{grid-template-columns:1fr}.support-card{align-items:flex-start;flex-wrap:wrap}.support-card>div:last-child{width:100%}.zones>div{grid-template-columns:1fr 1fr}.zones>div button{grid-column:2}.form{grid-template-columns:1fr}.wide{grid-column:auto}.product-row small{max-width:150px}}@media(max-width:480px){.metrics{grid-template-columns:1fr}.page-title{display:block}.page-title>button{margin-top:15px}.form{padding:17px}.hours>div{grid-template-columns:35px 28px 1fr 14px 1fr}.hours{padding:10px}.support-card>div:last-child{flex-direction:column}.support-card>div:last-child button{width:100%}}.nav-count{margin-left:auto;min-width:22px;height:20px;padding:0 6px;border-radius:12px;background:#e94f4f;color:#fff;display:grid;place-items:center;font-size:10px;box-shadow:0 0 0 3px #e94f4f24}.notification-button{position:relative}.sound-button.enabled{color:#27875a;border-color:#b8e3cc;background:#f1fbf6}.sound-button.enabled:after{content:"";position:absolute;right:5px;bottom:5px;width:6px;height:6px;border-radius:50%;background:#36ad70;border:2px solid #fff}.timezone-panel{display:flex;align-items:center;gap:14px;padding:15px 18px;margin-bottom:18px;border-left:4px solid #3e8bda}.timezone-panel>div{display:flex;align-items:center;gap:11px;flex:1}.timezone-panel>div>svg{width:20px;color:#3e8bda}.timezone-panel b,.timezone-panel small{display:block}.timezone-panel b{font-size:12px}.timezone-panel small{font-size:10px;color:var(--muted);margin-top:2px}.timezone-panel select{min-width:360px;border:1px solid var(--line);border-radius:8px;padding:9px 11px;background:#fff;color:#344158;font-size:11px}.timezone-panel>.spinner{flex:none}.timezone-error{color:#b64c4c!important}@media(max-width:760px){.timezone-panel{align-items:stretch;flex-direction:column}.timezone-panel select{min-width:0;width:100%}}.notification-button.has-alert{color:#d53f3f;border-color:#f2bcbc;background:#fff7f7;animation:alert-pulse 2s infinite}.notification-button>b{position:absolute;right:-7px;top:-8px;min-width:19px;height:19px;padding:0 5px;border-radius:10px;background:#df4545;color:#fff;display:grid;place-items:center;font-size:9px;border:2px solid #fff}.support-alert{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:22px;padding:15px 17px;background:linear-gradient(100deg,#fff4f2,snow);border:1px solid #f1c5bf;border-left:4px solid #df4b43;border-radius:11px;box-shadow:0 5px 18px #a63b2f0d}.support-alert>span{display:grid;grid-template-columns:34px 1fr;align-items:center;column-gap:11px}.support-alert>span>svg{grid-row:1/3;width:34px;height:34px;padding:7px;border-radius:9px;background:#ffe1dd;color:#ce423b}.support-alert strong{font-size:13px;color:#8f2d2a}.support-alert small{font-size:11px;color:#9b625f}.support-alert button{border:0;background:#d94b43;color:#fff;border-radius:8px;padding:9px 12px;display:flex;align-items:center;gap:5px;font-size:11px;font-weight:700;white-space:nowrap}.support-alert button svg{width:15px}.support-open{width:100%;border:1px solid #e7ebf0;text-align:left;background:#fff}.support-open>svg{width:18px;color:#98a2b1}.support-open small{display:block;max-width:520px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.support-chat{width:min(560px,100%)}.chat-error{padding:10px 20px;background:#fff0f0;color:#b54444;font-size:12px}.chat-messages{padding:20px;overflow:auto;flex:1;display:flex;flex-direction:column;gap:10px;background:#f5f7fa}.chat-message{max-width:82%;padding:10px 12px;border-radius:12px;background:#fff;box-shadow:0 2px 8px #1b2b420a;align-self:flex-start}.chat-message.bot{background:#eef2f7}.chat-message.human{background:#fff0e8;align-self:flex-end}.chat-message small,.chat-message time{font-size:9px;color:#8a95a5}.chat-message p{white-space:pre-wrap;margin:4px 0;font-size:12px;line-height:1.45}.chat-message time{display:block;text-align:right}.chat-take{padding:16px 20px;border-top:1px solid var(--line)}.chat-take button{width:100%}.chat-compose{display:flex;gap:9px;padding:14px 18px;border-top:1px solid var(--line)}.chat-compose textarea{flex:1;resize:none;min-height:54px;border:1px solid var(--line);border-radius:9px;padding:10px;outline:0}.chat-actions{display:flex;gap:8px;padding:0 18px 15px}.chat-actions button{flex:1;border:1px solid var(--line);background:#fff;border-radius:8px;padding:9px;font-size:11px;display:flex;align-items:center;justify-content:center;gap:5px}.chat-actions svg{width:15px}.chat-actions .danger-button{background:#fff0f0;color:#c94848}.resume-help{padding:0 18px 10px;color:var(--muted);font-size:10px;line-height:1.4}.delivery-departure{display:flex;align-items:center;gap:12px;padding:13px 14px;border-radius:10px;background:#eef8f2;color:#237a49;border:1px solid #cce9d8}.delivery-departure svg{width:24px}.delivery-departure span{display:flex;flex-direction:column;gap:2px}.delivery-departure small{font-size:9px;letter-spacing:.08em}.delivery-departure b{font-size:12px}.payment-note{color:var(--muted);font-size:11px;line-height:1.5}.drawer-body section>p small{display:block;color:var(--muted);font-size:10px;margin-top:4px}.drawer-body section>button{margin-top:10px}.drawer-head-actions{display:flex;gap:8px}.drawer-head-actions .print-button{background:#fff4ed;color:var(--orange)}.print-receipt{display:none}@media print{@page{size:80mm auto;margin:4mm}body *{visibility:hidden!important}.print-receipt,.print-receipt *{visibility:visible!important}.print-receipt{display:block;position:absolute;inset:0 auto auto 0;width:72mm;color:#000;background:#fff;font:12px Arial,sans-serif}.print-receipt header{text-align:center;border-bottom:2px dashed #000;padding-bottom:10px}.print-receipt h1{font-size:18px;margin:0 0 5px}.print-receipt header b,.print-receipt header time,.print-receipt section>strong,.print-receipt section>span{display:block}.print-receipt header time{margin-top:4px}.print-receipt section{padding:10px 0;border-bottom:1px dashed #000}.print-receipt p{display:flex;justify-content:space-between;gap:8px;margin:0}.print-items>div{padding:6px 0}.print-items em{display:block;font-style:normal;font-weight:700;font-size:13px;margin-top:4px}.print-total{font-size:16px;font-weight:700;margin-top:8px!important;padding-top:8px;border-top:1px solid #000}.print-receipt footer{text-align:center;padding-top:12px}.print-receipt footer b,.print-receipt footer small{display:block}.print-receipt footer small{margin-top:8px}}.operation-grid{grid-template-columns:repeat(12,1fr)}.operation-general{grid-column:span 5}.operation-payment{grid-column:span 7}.operation-hours,.operation-delivery{grid-column:1/-1}.payment-config-state{margin:20px 22px 0;padding:14px 15px;border-radius:11px;display:flex;align-items:center;gap:12px}.payment-config-state>span{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;flex:none}.payment-config-state>span svg{width:20px}.payment-config-state>div{flex:1}.payment-config-state b,.payment-config-state small{display:block}.payment-config-state b{font-size:12px}.payment-config-state small{font-size:10px;margin-top:3px;line-height:1.4}.payment-config-state>svg{width:19px}.payment-config-state.ready{background:#edf8f2;color:#277a4c;border:1px solid #d2ecdd}.payment-config-state.ready>span{background:#d9f1e3}.payment-config-state.missing{background:#fff7e9;color:#9a6a22;border:1px solid #f4e2bc}.payment-config-state.missing>span{background:#f9e8c5}.operation-save-error{display:flex;flex-direction:column;gap:3px;background:#fff0f0;color:#a83f3f;border:1px solid #f1cccc;border-radius:10px;padding:12px 15px;margin:-10px 0 18px;font-size:11px}.operation-save-error b{font-size:12px}@keyframes alert-pulse{50%{box-shadow:0 0 0 5px #df454515}}.new-order-alert{display:flex;align-items:center;gap:12px;margin-bottom:14px;padding:13px 16px;border:1px solid #f3c7aa;border-left:4px solid var(--orange);border-radius:10px;background:#fff7f1;color:#8b4827;animation:new-order-alert-pulse 2s ease-in-out infinite}.new-order-alert>svg{width:23px}.new-order-alert span{display:flex;flex-direction:column}.new-order-alert b{font-size:12px}.new-order-alert small{font-size:10px;margin-top:2px;color:#a36e52}.new-order-row{background:#fff4e9!important;animation:new-order-row-pulse 2s ease-in-out infinite}.new-order-row td:first-child{box-shadow:inset 4px 0 var(--orange)}@keyframes new-order-alert-pulse{50%{box-shadow:0 0 0 5px #f2753814}}@keyframes new-order-row-pulse{50%{background:#ffe8d5}}@media(max-width:1050px){.operation-general,.operation-payment,.operation-hours,.operation-delivery{grid-column:1/-1}}.payment-method-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.payment-method-list .switch-card{cursor:pointer;border:1px solid #e7ebf0}.payment-method-list .switch-card:has(input:checked){background:#edf8f2;border-color:#d2ecdd}.payment-method-list .switch-card input{accent-color:#3ca873}@media(max-width:650px){.payment-method-list{grid-template-columns:1fr}}@media(max-width:600px){.support-alert{align-items:flex-start;flex-direction:column}.support-alert button{width:100%;justify-content:center}.payment-config-state{margin:16px 17px 0}}.notifications{display:flex;flex-direction:column;gap:9px}.notifications>div{display:flex;align-items:flex-start;gap:9px;padding:11px;border:1px solid #e8ecf1;border-radius:9px;background:#fafbfc}.notifications p{flex:1}.notifications small{display:block;color:var(--muted);margin-top:3px}.notifications button{border:0;border-radius:7px;background:#fff0e8;color:#d86029;padding:7px 9px;font-size:10px;font-weight:700}.notification-state{flex:none;border-radius:15px;padding:4px 7px;font-size:9px;font-weight:700}.notification-state.n1{background:#fff3df;color:#a96d1d}.notification-state.n2{background:#e8f3ff;color:#367ec8}.notification-state.n3{background:#e5f7ed;color:#27875a}.notification-state.n4{background:#fdeaea;color:#b94a4a}
