@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{color-scheme:light;--bg-app: #e8ecd8;--bg-band: #d6dfc8;--surface: #f8f2e4;--surface-strong: #fff9ec;--text: #253029;--muted: #687167;--line: #d7cebd;--accent: #c95b3f;--accent-strong: #964230;--green: #5f8563;--blue: #587a7a;--gold: #bd9145;--danger: #a9554d;--shadow: 0 18px 50px rgba(61, 82, 61, .15);--shadow-soft: 0 10px 26px rgba(61, 82, 61, .1);font-family:Manrope,sans-serif;background:var(--bg-app);color:var(--text)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(145deg,#d6dfc8f5,#f8eedceb),var(--bg-app)}button,input{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.58}.app-shell{width:min(100%,480px);min-height:100vh;margin:0 auto;background:linear-gradient(180deg,#fff9eca3,#d6dfc89e),var(--bg-app);position:relative;box-shadow:0 0 0 1px #26312d14}.app-main{padding:14px 14px calc(90px + env(safe-area-inset-bottom))}.screen{animation:appear .22s ease-out}.stack{display:grid;gap:16px}.hero{display:grid;gap:16px;padding:24px 18px 18px;min-height:232px;align-content:end;color:#fffaf2;border-radius:8px;overflow:hidden;background:linear-gradient(180deg,#26312d2e,#26312db8),url(https://images.unsplash.com/photo-1512058564366-18510be2db19?auto=format&fit=crop&w=1200&q=85) center/cover;box-shadow:var(--shadow);isolation:isolate}.hero h1,.screen-header h1,.detail-block h1{margin:0;letter-spacing:0}.hero h1{font-size:36px;line-height:.98}.hero p{margin:8px 0 0;max-width:30rem;color:#fffaf2db;line-height:1.45}.eyebrow{margin:0;color:var(--accent-strong);font-size:12px;font-weight:800;text-transform:uppercase}.hero .eyebrow{color:#f4c77c}.primary-button,.ghost-button{min-height:50px;border:0;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:9px;font-weight:800}.primary-button{color:#fff9ec;background:linear-gradient(135deg,var(--accent),var(--accent-strong));box-shadow:0 14px 28px #9642303d;transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}.primary-button:active,.product-card-footer button:active,.nav-button:active{transform:translateY(1px) scale(.99)}.ghost-button{justify-self:start;padding:0 14px;color:var(--text);background:#fffaf2c2}.info-band{display:grid;gap:10px;padding:14px;border-radius:8px;background:var(--bg-band);color:var(--text)}.menu-info-section{display:grid;gap:12px;padding:16px;border-radius:8px;color:var(--text);background:var(--bg-band);border-left:4px solid var(--green)}.menu-info-section:nth-of-type(5){background:#f8f2e4d1;border-left-color:var(--gold)}.menu-info-section:nth-of-type(6){background:#fff9ecd1;border-left-color:var(--accent)}.menu-info-heading{display:flex;align-items:center;gap:10px}.menu-info-heading svg{flex:0 0 auto;color:var(--accent-strong)}.menu-info-heading h2{margin:0;font-size:18px;line-height:1.2}.menu-info-copy{display:grid;gap:9px}.menu-info-copy p{margin:0;color:var(--muted);font-size:14px;line-height:1.5}.menu-info-copy strong{line-height:1.45}.info-band div,.profile-band{display:flex;align-items:center;gap:10px}.profile-band{align-items:flex-start}.profile-details{flex:1;display:grid;gap:9px;min-width:0}.profile-line{display:grid;gap:2px}.profile-line span{color:var(--muted);font-size:11px;font-weight:800;text-transform:uppercase}.profile-line strong{min-width:0;overflow-wrap:anywhere;font-size:15px;line-height:1.25}.section,.checkout-panel,.summary{display:grid;gap:12px}.section-head{display:flex;align-items:center;justify-content:space-between}.section h2,.checkout-panel h2{margin:0;font-size:18px}.category-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.category-tile{min-height:78px;padding:13px;border:1px solid rgba(38,49,45,.08);border-radius:8px;background:var(--surface);color:var(--text);display:flex;align-items:center;justify-content:space-between;text-align:left;font-weight:800;box-shadow:var(--shadow-soft)}.screen-header{display:grid;gap:5px;padding:4px 2px 2px}.screen-header h1{font-size:30px;line-height:1.05}.screen-header span,.muted,.empty-state span,.profile-band span,.order-row span{color:var(--muted)}.search-field{min-height:48px;padding:0 13px;border-radius:8px;display:flex;align-items:center;gap:10px;background:var(--surface-strong);border:1px solid rgba(38,49,45,.08)}.search-field input,.input{width:100%;border:0;outline:0;color:var(--text);background:transparent}.chips-row{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.chip{white-space:nowrap;min-height:40px;padding:0 13px;border-radius:999px;border:1px solid rgba(38,49,45,.12);background:#fffaf294;color:var(--muted);font-weight:800}.chip.is-active{color:#fff9ec;background:var(--green)}.product-grid,.product-strip{display:grid;gap:10px}.product-grid{grid-template-columns:1fr 1fr}.product-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.product-card{min-width:0;height:100%;overflow:hidden;display:flex;flex-direction:column;border-radius:8px;background:var(--surface-strong);border:1px solid rgba(38,49,45,.08);box-shadow:0 12px 32px #3c4a3d14;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.product-card.is-selected{border-color:#5f85636b;box-shadow:0 16px 34px #5f85632b}.product-card:active{transform:scale(.992)}.product-image-wrap{position:relative;overflow:hidden}.product-card img{width:100%;aspect-ratio:1.05 / .82;object-fit:cover;display:block}.product-image-wrap:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#26312d05,#26312d29);pointer-events:none}.product-card-body{min-height:128px;flex:1;display:flex;flex-direction:column;gap:6px;padding:9px}.product-card h3{min-height:3.66em;margin:0;font-size:14px;line-height:1.22}.product-card-price span,.price-row span{color:var(--muted);font-size:12px}.product-card-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:8px}.product-card-footer b{font-size:15px}.product-card-price{min-width:0;display:flex;flex-wrap:wrap;align-items:baseline;gap:2px 6px}.product-card-footer>button,.stepper button{width:36px;height:36px;border:0;border-radius:8px;display:grid;place-items:center;color:#fffaf2;background:var(--accent)}.mini-stepper{height:36px;display:grid;grid-template-columns:30px 26px 30px;align-items:center;border-radius:8px;overflow:hidden;color:#fffaf2;background:var(--green);box-shadow:0 10px 20px #5f856338}.mini-stepper button{width:30px;height:36px;border:0;display:grid;place-items:center;color:#fffaf2;background:transparent}.mini-stepper span{min-width:26px;text-align:center;font-size:13px;font-weight:900}.product-stepper{min-height:52px;display:grid;grid-template-columns:54px 1fr 54px;align-items:center;border-radius:8px;overflow:hidden;color:#fffaf2;background:var(--green);box-shadow:0 14px 28px #5f85633d}.product-stepper button{height:52px;border:0;display:grid;place-items:center;color:#fffaf2;background:#fffaf214}.product-stepper span{text-align:center;font-size:18px;font-weight:900}.product-detail{align-content:start}.detail-image{width:100%;aspect-ratio:1 / .78;object-fit:cover;border-radius:8px;box-shadow:var(--shadow)}.detail-block{display:grid;gap:10px;padding:16px;border-radius:8px;background:var(--surface-strong);box-shadow:var(--shadow-soft)}.detail-block h1{font-size:28px;line-height:1.08}.detail-block p{margin:0;color:var(--muted);line-height:1.5}.price-row{display:flex;align-items:baseline;justify-content:space-between}.price-row strong{font-size:24px}.cart-list{display:grid;gap:8px}.cart-item{display:grid;grid-template-columns:68px 1fr auto;gap:10px;align-items:center;padding:9px;border-radius:8px;background:var(--surface-strong);box-shadow:var(--shadow-soft)}.cart-item img{width:68px;height:68px;object-fit:cover;border-radius:8px}.cart-item div:nth-child(2){min-width:0;display:grid;gap:3px}.cart-item strong,.order-row strong{overflow-wrap:anywhere}.cart-item span{color:var(--muted);font-size:12px}.stepper{display:grid;grid-template-columns:36px 28px 36px;align-items:center;text-align:center;font-weight:800}.checkout-panel,.summary,.profile-band{padding:14px;border-radius:8px;background:#fffaf2c7;border:1px solid rgba(38,49,45,.08)}.delivery-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.delivery-button{min-height:62px;padding:10px;border-radius:8px;border:1px solid rgba(38,49,45,.12);background:var(--surface);color:var(--text);display:grid;gap:4px;text-align:left}.delivery-button.is-active{border-color:#5f856359;background:#5f856324}.delivery-note{margin:0;color:var(--muted);font-size:13px;line-height:1.45}.input{min-height:48px;padding:0 13px;border-radius:8px;background:var(--surface-strong);border:1px solid rgba(38,49,45,.1)}.summary-line{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--muted)}.summary-line.is-strong{color:var(--text);font-size:20px}.success-screen{align-content:center}.payment-screen{align-content:start;padding-bottom:max(18px,env(safe-area-inset-bottom))}.payment-panel{min-height:420px;padding:10px;border-radius:8px;background:#fff;border:1px solid rgba(38,49,45,.08);box-shadow:var(--shadow-soft)}.payment-loading,.payment-security-note{margin:0;color:var(--muted);text-align:center;font-size:13px;line-height:1.45}.payment-loading{padding:28px 12px}#yookassa-payment-form{width:100%}.success-card{display:grid;justify-items:center;gap:8px;padding:24px 18px;border-radius:8px;background:#fffaf2d1;border:1px solid rgba(38,49,45,.08);text-align:center}.success-icon{width:64px;height:64px;display:grid;place-items:center;border-radius:50%;color:var(--green);background:#5f856324}.success-card span,.success-card p{color:var(--muted)}.success-card strong{font-size:24px}.success-card p{margin:0;line-height:1.5}.empty-state{min-height:150px;display:grid;place-items:center;align-content:center;gap:8px;padding:18px;text-align:center;border:1px dashed rgba(38,49,45,.18);border-radius:8px;background:#fffaf26b}.orders-list{display:grid;gap:8px}.order-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:12px;border-radius:8px;background:var(--surface-strong)}.order-row div{min-width:0;display:grid;gap:4px}.order-meta{justify-items:end;align-content:center}.order-status{width:max-content;padding:4px 7px;border-radius:999px;font-size:10px;font-weight:900;line-height:1;color:var(--text);background:#26312d14}.order-status.is-new{background:#d9987c38}.order-status.is-progress{background:#e0c06b4d}.order-status.is-done{background:#82a07d47}.order-status.is-cancelled{background:#974e482e}.bottom-nav{position:fixed;left:50%;bottom:0;transform:translate(-50%);width:min(100%,480px);display:grid;grid-template-columns:repeat(3,1fr);gap:4px;padding:8px 8px calc(8px + env(safe-area-inset-bottom));background:#fff9ece6;border-top:1px solid rgba(38,49,45,.1);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 -12px 34px #26312d1a}.bottom-nav.has-profile{grid-template-columns:repeat(4,1fr)}.nav-button{min-height:52px;border:0;border-radius:8px;display:grid;place-items:center;gap:2px;color:var(--muted);background:transparent;font-size:11px;font-weight:800}.nav-button.is-active{color:var(--text);background:#5f85632e;box-shadow:inset 0 0 0 1px #5f85631f}.install-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px;border:1px solid rgba(95,133,99,.2);border-radius:8px;background:#fff9ecdb;box-shadow:var(--shadow-soft)}.install-card-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:8px;color:#fff9ec;background:var(--green)}.install-card-copy{min-width:0;display:grid;gap:4px}.install-card-copy strong{font-size:14px}.install-card-copy span{color:var(--muted);font-size:12px;line-height:1.4}.install-button{min-height:40px;padding:0 12px;border:0;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;gap:6px;color:#fff9ec;background:var(--accent);font-size:12px;font-weight:800}.error-notice{display:flex;align-items:flex-start;gap:9px;padding:11px 12px;border-radius:8px;color:var(--danger);background:#a9554d1f;font-size:13px;line-height:1.4}.error-notice svg{flex:0 0 auto;margin-top:1px}@keyframes appear{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:370px){.product-grid,.product-strip,.category-grid{grid-template-columns:1fr}.hero h1{font-size:31px}.install-card{grid-template-columns:auto minmax(0,1fr)}.install-button{grid-column:1 / -1}}.admin-app{min-height:100dvh;max-width:760px;margin:0 auto;padding:22px 16px 104px;background:#f8f4ec;color:#20281d}.admin-header,.admin-editor-head,.admin-section-title{display:flex;align-items:center;justify-content:space-between;gap:12px}.admin-header span,.admin-editor-head span,.admin-message,.admin-row small{color:#78806f;font-size:13px}.admin-header h1,.admin-editor-head h1{margin:3px 0 0;font-size:28px}.admin-header button,.admin-editor-head button{width:44px;height:44px;display:grid;place-items:center;border:0;border-radius:14px;background:#fff;color:#255a35}.admin-message{margin:18px 0 12px}.admin-tabs{display:flex;gap:8px;overflow:auto;padding-bottom:8px}.admin-tabs button{white-space:nowrap;border:1px solid #e7dfd0;border-radius:999px;padding:9px 13px;background:#fff;color:#525b4c}.admin-tabs button.is-active{background:#285d38;border-color:#285d38;color:#fff}.admin-section{margin-top:24px}.admin-section h2{margin:0;font-size:20px}.admin-add,.admin-link{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:#285d38;font-weight:700}.admin-list{display:grid;gap:9px;margin-top:12px}.admin-row{width:100%;display:grid;grid-template-columns:54px 1fr auto auto;gap:11px;align-items:center;text-align:left;padding:9px;border:1px solid #ebe3d6;border-radius:16px;background:#fff;color:inherit}.admin-row img{width:54px;height:54px;border-radius:11px;object-fit:cover;background:#eee4d7}.admin-row strong,.admin-row small{display:block}.admin-row strong{font-size:15px}.admin-row small{margin-top:4px}.admin-row b{font-size:14px;white-space:nowrap}.admin-row svg{color:#75806d}.admin-category{grid-template-columns:auto 1fr auto;padding:14px}.admin-editor-head{margin-bottom:22px;justify-content:flex-start}.admin-form{display:grid;gap:14px}.admin-form label{display:grid;gap:7px;font-size:14px;font-weight:700}.admin-form input,.admin-form select,.admin-form textarea{width:100%;border:1px solid #e3dacb;border-radius:13px;padding:12px;background:#fff;color:#20281d;font:inherit;font-weight:400}.admin-form textarea{min-height:100px;resize:vertical}.admin-switch{display:flex!important;align-items:center;grid-template-columns:auto 1fr}.admin-switch input{width:20px;height:20px;accent-color:#285d38}.admin-save{position:fixed;left:16px;right:16px;bottom:18px;max-width:728px;margin:auto;display:flex;justify-content:center;align-items:center;gap:8px;min-height:52px;border:0;border-radius:16px;background:#285d38;color:#fff;font-weight:700;font-size:16px;box-shadow:0 8px 20px #23452d33}.admin-state{padding:56px 16px;text-align:center;color:#66705f}.admin-state h2{color:#20281d}.a3-app{--red:#ad3c32;--olive:#657243;--ink:#292a20;--muted:#79786b;--line:#e8dfcf;min-height:100dvh;max-width:720px;margin:auto;padding:max(20px,env(safe-area-inset-top)) 16px calc(104px + env(safe-area-inset-bottom));color:var(--ink);background:#faf6ee}.a3-app *{box-sizing:border-box}.a3-app button,.a3-app input,.a3-app select,.a3-app textarea{font:inherit}.a3-brand,.a3-editor{display:flex;align-items:center;gap:12px;margin-bottom:24px}.a3-mark{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;background:var(--red);color:#fff8e9;font-family:Georgia,serif;font-weight:800;box-shadow:0 7px 16px #7e292526}.a3-brand span,.a3-editor span{color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.a3-brand h1,.a3-editor h1{margin:2px 0 0;font-family:Georgia,serif;font-size:24px;line-height:1.05}.a3-editor button{width:44px;height:44px;border:1px solid var(--line);border-radius:14px;display:grid;place-items:center;background:#fffdf8;color:var(--ink)}.a3-editor svg{width:21px}.a3-hero{margin:2px 2px 16px}.a3-hero h2{margin:0;font-family:Georgia,serif;font-size:29px}.a3-hero p{margin:5px 0 0;color:var(--muted);font-size:14px}.a3-summary{display:grid;grid-template-columns:1fr 1fr;gap:12px}.a3-summary button{min-height:140px;padding:17px;display:grid;grid-template-columns:auto 1fr;grid-template-rows:1fr auto;align-items:start;gap:8px;border:0;border-radius:22px;color:#fff;text-align:left;box-shadow:0 10px 26px #5b312121}.a3-summary .new{background:linear-gradient(145deg,#bd493c,#8f2f28)}.a3-summary .work{background:linear-gradient(145deg,#7a8750,#566238)}.a3-summary svg{width:23px}.a3-summary span{justify-self:end;font-size:13px;font-weight:700;opacity:.88}.a3-summary strong{grid-column:1/-1;align-self:end;font-family:Georgia,serif;font-size:46px;line-height:.9}.a3-title{min-height:48px;margin-top:24px;display:flex;align-items:center;gap:10px}.a3-title h2{margin:0;font-family:Georgia,serif;font-size:21px}.a3-title>span{margin-left:auto;color:var(--muted);font-size:13px}.a3-title>:last-child:not(span):not(h2){margin-left:auto}.a3-round{width:42px;height:42px;border:0;border-radius:14px;display:grid;place-items:center;color:#fff;background:var(--red)}.a3-round svg{width:20px}.a3-list{display:grid;gap:9px}.a3-order{width:100%;min-height:74px;padding:13px 14px;border:1px solid var(--line);border-radius:17px;display:flex;justify-content:space-between;gap:12px;text-align:left;color:inherit;background:#fffdf8}.a3-order div{display:flex;min-width:0;flex-direction:column;gap:6px}.a3-order div:last-child{align-items:flex-end}.a3-order strong,.a3-order b{font-size:14px}.a3-order span{max-width:42vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:12px}.a3-order b{white-space:nowrap}.a3-order em{padding:4px 8px;border-radius:999px;color:var(--olive);background:#eef0e4;font-size:11px;font-style:normal;font-weight:800}.a3-order em.s-new{color:#a33b32;background:#f8e8e3}.a3-order em.s-cancelled{color:#777;background:#eee}.a3-chips{display:flex;gap:7px;margin:2px 0 14px;overflow:auto;scrollbar-width:none}.a3-chips button{flex:0 0 auto;min-height:39px;padding:0 15px;border:1px solid var(--line);border-radius:999px;color:var(--muted);background:#fffdf8;font-size:13px;font-weight:700}.a3-chips button.active{color:#fff;border-color:var(--red);background:var(--red)}.a3-list-empty{padding:42px 16px;border:1px dashed #d7cebe;border-radius:17px;color:var(--muted);text-align:center;font-size:13px}.a3-category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.a3-category-grid button{position:relative;min-height:106px;padding:0;overflow:hidden;border:2px solid transparent;border-radius:18px;color:#fff;background:#766f5f;text-align:left}.a3-category-grid button.active{border-color:var(--red);box-shadow:0 0 0 2px #faf6ee inset}.a3-category-grid img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.a3-category-grid button:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,#242319cc,#24231916 80%)}.a3-category-grid button>span{position:absolute;z-index:1;left:12px;right:12px;bottom:10px;display:flex;align-items:end;justify-content:space-between;gap:7px}.a3-category-grid strong{overflow:hidden;text-overflow:ellipsis;font-size:14px;white-space:nowrap}.a3-category-grid small{min-width:24px;padding:3px 6px;border-radius:99px;text-align:center;background:#fff3;font-size:11px}.a3-category-grid button.all{padding:15px;display:flex;align-items:center;gap:10px;background:linear-gradient(145deg,#7a8750,#566238)}.a3-category-grid button.all:after{display:none}.a3-category-grid button.all>svg{width:27px}.a3-category-grid button.all>span{position:static;flex:1}.a3-category-edit{width:100%;min-height:42px;margin:10px 0 16px;border:1px dashed #c9bea9;border-radius:13px;color:var(--olive);background:transparent;font-size:13px;font-weight:800}.a3-product{min-height:76px;padding:8px 10px 8px 8px;border:1px solid var(--line);border-radius:17px;display:flex;align-items:center;gap:8px;background:#fffdf8}.a3-product>button{min-width:0;flex:1;border:0;display:flex;align-items:center;gap:11px;color:inherit;background:transparent;text-align:left}.a3-product img{width:58px;height:58px;flex:0 0 auto;border-radius:13px;object-fit:cover;background:#eee5d6}.a3-product span{min-width:0;display:grid;gap:5px}.a3-product strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.a3-product small{color:var(--muted);font-size:12px}.a3-product label,.a3-visible{display:flex;align-items:center;gap:10px;cursor:pointer}.a3-product input,.a3-visible input{position:absolute;opacity:0;pointer-events:none}.a3-product i,.a3-visible i{width:43px;height:25px;padding:3px;flex:0 0 auto;border-radius:99px;background:#d8d5cc;transition:.2s}.a3-product i:after,.a3-visible i:after{content:"";display:block;width:19px;height:19px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #0002;transition:.2s}.a3-product input:checked+i,.a3-visible input:checked+i{background:var(--olive)}.a3-product input:checked+i:after,.a3-visible input:checked+i:after{transform:translate(18px)}.a3-category-row{width:100%;min-height:70px;padding:12px 14px;border:1px solid var(--line);border-radius:17px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;color:inherit;background:#fffdf8;text-align:left}.a3-category-row>svg{width:21px;color:var(--olive)}.a3-category-row span{min-width:0;display:grid;gap:4px}.a3-category-row strong{font-size:14px}.a3-category-row small{color:var(--muted);font-size:12px}.a3-photo{position:relative;height:230px;margin-bottom:18px;border-radius:24px;display:grid;place-items:center;overflow:hidden;color:#a79d8c;background:#eee6d8}.a3-photo>svg{width:42px}.a3-photo img{width:100%;height:100%;object-fit:cover}.a3-photo label{position:absolute;right:12px;bottom:12px;min-height:42px;padding:0 13px;border-radius:13px;display:flex;align-items:center;gap:7px;color:#fff;background:#302e27d9;font-size:12px;font-weight:800}.a3-photo label svg{width:17px}.a3-photo input{display:none}.a3-form{display:grid;gap:13px}.a3-field{display:grid;gap:6px;color:var(--muted);font-size:12px;font-weight:800}.a3-field input,.a3-field select,.a3-field textarea{width:100%;min-height:49px;padding:12px 13px;border:1px solid var(--line);border-radius:14px;outline:none;color:var(--ink);background:#fffdf8;font-size:15px;font-weight:500}.a3-field textarea{min-height:105px;resize:vertical}.a3-field input:focus,.a3-field select:focus,.a3-field textarea:focus{border-color:#9ba47d;box-shadow:0 0 0 3px #7a87501b}.a3-visible{min-height:54px;padding:0 2px;color:var(--ink);font-size:14px;font-weight:700}.a3-save{width:100%;min-height:54px;margin-top:18px;border:0;border-radius:17px;display:flex;align-items:center;justify-content:center;gap:9px;color:#fff;background:var(--olive);font-weight:800;box-shadow:0 9px 22px #46512f30}.a3-save svg{width:19px}.a3-cancel{width:100%;min-height:44px;margin-top:9px;border:0;color:#a04942;background:transparent;font-size:13px;font-weight:800}.a3-order-card{padding:16px;border-radius:20px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#fff;background:linear-gradient(145deg,#bd493c,#8f2f28)}.a3-order-card h2{margin:0 0 4px;font-family:Georgia,serif;font-size:21px}.a3-order-card span,.a3-order-card small{display:block;margin-top:4px;font-size:12px;opacity:.85}.a3-contact{display:flex;gap:7px}.a3-contact a{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;color:#fff;background:#ffffff25}.a3-contact svg{width:19px}.a3-progress{margin:19px 5px 7px;display:grid}.a3-progress div{position:relative;min-height:45px;display:flex;align-items:flex-start;gap:11px;color:#9b988d;font-size:13px;font-weight:700}.a3-progress div:not(:last-child):before{content:"";position:absolute;left:13px;top:26px;bottom:0;width:2px;background:#ddd7cc}.a3-progress i{position:relative;z-index:1;width:28px;height:28px;flex:0 0 auto;border:2px solid #d4cec2;border-radius:50%;display:grid;place-items:center;background:#faf6ee;font-size:11px;font-style:normal}.a3-progress svg{width:15px}.a3-progress .done{color:var(--olive)}.a3-progress .done i{border-color:var(--olive);color:#fff;background:var(--olive)}.a3-progress .done:not(:last-child):before{background:var(--olive)}.a3-items{padding:4px 14px;border:1px solid var(--line);border-radius:18px;background:#fffdf8}.a3-items>div{min-height:59px;padding:9px 0;border-bottom:1px solid #eee7db;display:flex;align-items:center;justify-content:space-between;gap:14px}.a3-items>div:last-child{border:0}.a3-items span{display:grid;gap:4px;font-size:13px;font-weight:700}.a3-items small{color:var(--muted);font-size:11px;font-weight:500}.a3-items b{white-space:nowrap;font-size:13px}.a3-address,.a3-comment{margin-top:11px;padding:14px;border:1px solid var(--line);border-radius:17px;display:flex;align-items:flex-start;gap:11px;background:#fffdf8}.a3-address>svg{width:22px;color:var(--olive)}.a3-address span,.a3-comment{display:grid;gap:4px}.a3-address strong,.a3-comment strong{font-size:13px}.a3-address small,.a3-comment span{color:var(--muted);font-size:12px;line-height:1.45}.a3-notice{width:100%;margin:-10px 0 13px;padding:11px 13px;border:0;border-radius:13px;color:#75443d;background:#f5e5dc;font-size:12px;text-align:left}.a3-empty{padding:22vh 24px 0;color:var(--muted);text-align:center}.a3-empty h2{color:var(--ink);font-family:Georgia,serif}.a3-nav{position:fixed;z-index:20;left:50%;bottom:0;width:min(720px,100%);min-height:74px;padding:7px 22px calc(7px + env(safe-area-inset-bottom));border-top:1px solid #e7dfd2;display:grid;grid-template-columns:repeat(3,1fr);transform:translate(-50%);background:#fffdf8ed;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.a3-nav button{border:0;display:grid;justify-items:center;align-content:center;gap:3px;color:#999588;background:transparent;font-size:10px;font-weight:700}.a3-nav svg{width:22px}.a3-nav button.active{color:var(--red)}@media(min-width:600px){.a3-app{padding-left:24px;padding-right:24px}.a3-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.a3-category-grid button.hidden{filter:grayscale(.35);opacity:.68}.a3-category-grid button>em{position:absolute;z-index:2;top:8px;right:8px;padding:4px 7px;border-radius:99px;color:#403b31;background:#fff1dc;font-size:10px;font-style:normal;font-weight:800}.a3-selected-head{margin:0 0 12px;padding:12px 13px;border-radius:15px;display:flex;align-items:center;justify-content:space-between;gap:10px;background:#f0ecdf}.a3-selected-head>div{min-width:0;display:grid;gap:3px}.a3-selected-head span{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.06em}.a3-selected-head strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}.a3-selected-head button{min-height:38px;padding:0 11px;border:0;border-radius:12px;display:flex;align-items:center;gap:6px;color:#fff;background:var(--olive);font-size:11px;font-weight:800}.a3-selected-head svg{width:16px}.a3-search{height:47px;margin-bottom:12px;padding:0 13px;border:1px solid var(--line);border-radius:15px;display:flex;align-items:center;gap:9px;color:var(--muted);background:#fffdf8}.a3-search svg{width:18px}.a3-search input{min-width:0;flex:1;border:0;outline:0;color:var(--ink);background:transparent;font-size:14px}.a3-product.is-hidden{opacity:.62}.a3-product>button>svg{width:17px;flex:0 0 auto;color:#aaa395}.a3-product small b{color:var(--ink)}.a3-help{margin:0 0 14px;color:var(--muted);font-size:12px;line-height:1.5}.a3-category-row{padding:9px;display:block}.a3-category-row.is-hidden{opacity:.65}.a3-category-main{width:100%;min-height:54px;padding:3px 5px;border:0;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;color:inherit;background:transparent;text-align:left}.a3-category-main>svg{width:20px;color:var(--olive)}.a3-category-main span{display:grid;gap:4px}.a3-category-main strong{font-size:14px}.a3-category-main small{color:var(--muted);font-size:11px}.a3-row-actions{padding:8px 4px 2px;border-top:1px solid #eee6da;display:flex;align-items:center;gap:6px}.a3-row-actions>button{width:35px;height:32px;border:0;border-radius:10px;display:grid;place-items:center;color:var(--olive);background:#f0ede4}.a3-row-actions>button:disabled{opacity:.28}.a3-row-actions svg{width:16px}.a3-row-actions label{margin-left:auto;display:flex;cursor:pointer}.a3-row-actions input{position:absolute;opacity:0}.a3-row-actions i{width:43px;height:25px;padding:3px;border-radius:99px;background:#d8d5cc}.a3-row-actions i:after{content:"";display:block;width:19px;height:19px;border-radius:50%;background:#fff;box-shadow:0 1px 4px #0002;transition:.2s}.a3-row-actions input:checked+i{background:var(--olive)}.a3-row-actions input:checked+i:after{transform:translate(18px)}.a3-form-card{padding:15px;border:1px solid var(--line);border-radius:19px;display:grid;gap:13px;background:#fffdf8}.a3-form-card>h2,.a3-danger-zone h2{margin:0;font-family:Georgia,serif;font-size:18px}.a3-form-row{display:grid;grid-template-columns:minmax(0,.75fr) minmax(0,1.25fr);gap:10px}.a3-visible>span{display:grid;gap:3px}.a3-visible strong{font-size:13px}.a3-visible small{color:var(--muted);font-size:11px;font-weight:500}.a3-form-error{margin:-8px 0 12px;padding:10px 12px;border-radius:12px;color:#914239;background:#f7e4de;font-size:12px}.a3-delete{width:100%;min-height:47px;margin-top:8px;border:0;display:flex;align-items:center;justify-content:center;gap:7px;color:#a33b32;background:transparent;font-size:13px;font-weight:800}.a3-delete svg{width:17px}.a3-mini-product{min-height:48px;padding:5px 0;border-bottom:1px solid #eee7db;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px}.a3-mini-product:last-of-type{border-bottom:0}.a3-mini-product img{width:39px;height:39px;border-radius:10px;object-fit:cover}.a3-mini-product span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700}.a3-mini-product b{font-size:11px}.a3-more{color:var(--muted);font-size:11px}.a3-danger-zone{margin-top:20px;padding:15px;border:1px solid #ebc9c2;border-radius:19px;background:#fff8f5}.a3-danger-zone p{color:#84645f;font-size:12px;line-height:1.45}.a3-danger-zone select{width:100%;min-height:45px;padding:0 11px;border:1px solid #e3c6bf;border-radius:12px;background:#fff}.a3-danger-zone button{width:100%;min-height:45px;margin-top:10px;border:0;border-radius:13px;display:flex;align-items:center;justify-content:center;gap:7px;color:#fff;background:#a43d35;font-size:13px;font-weight:800}.a3-danger-zone button:disabled{opacity:.4}.a3-danger-zone svg{width:17px}@media(max-width:370px){.a3-form-row{grid-template-columns:1fr}.a3-selected-head{align-items:flex-start;flex-direction:column}.a3-selected-head button{width:100%;justify-content:center}}.a3-product-wrap{display:grid;gap:0}.a3-product-wrap.is-hidden{opacity:.62}.a3-product-order{margin:-2px 12px 0;padding:7px 8px 3px;border:1px solid var(--line);border-top:0;border-radius:0 0 12px 12px;display:flex;justify-content:flex-end;gap:6px;background:#f4f0e8}.a3-product-order button{min-height:29px;padding:0 9px;border:0;border-radius:9px;display:flex;align-items:center;gap:4px;color:var(--olive);background:#fffdf8;font-size:10px;font-weight:800}.a3-product-order button:disabled{opacity:.3}.a3-product-order svg{width:13px}.a3-title-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.a3-sort-button{min-height:40px;padding:0 13px;border:1px solid #d7cdbc;border-radius:13px;display:flex;align-items:center;gap:6px;color:var(--olive);background:#fffdf8;font-size:12px;font-weight:800}.a3-sort-button.active{color:#fff;border-color:var(--olive);background:var(--olive)}.a3-sort-button svg{width:17px}.a3-sort-hint{margin:-2px 0 12px;padding:10px 12px;border-radius:12px;color:#59623f;background:#ecefdf;font-size:12px;line-height:1.4}.a3-selected-actions{display:flex;gap:6px}.a3-selected-actions button{min-height:38px;padding:0 10px;border:0;border-radius:11px;display:flex;align-items:center;gap:5px;color:#fff;background:var(--olive);font-size:10px;font-weight:800}.a3-selected-actions button:last-child{color:var(--olive);border:1px solid #cfd4bb;background:#fffdf8}.a3-selected-actions button.active{color:#fff;background:var(--olive)}.a3-selected-actions svg{width:15px}.a3-category-row{padding:10px 12px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;transition:box-shadow .18s,opacity .18s}.a3-category-row:has(>.a3-drag){grid-template-columns:auto minmax(0,1fr)}.a3-category-main{min-width:0;grid-template-columns:auto minmax(0,1fr) auto}.a3-category-main>svg:last-child{color:#9a927f}.a3-inline-switch{display:flex;align-items:center;cursor:pointer}.a3-inline-switch input{position:absolute;opacity:0;pointer-events:none}.a3-inline-switch i{width:44px;height:26px;padding:3px;border-radius:99px;background:#d6d1c6;transition:.2s}.a3-inline-switch i:after{content:"";display:block;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 1px 5px #0002;transition:.2s}.a3-inline-switch input:checked+i{background:var(--olive)}.a3-inline-switch input:checked+i:after{transform:translate(18px)}.a3-drag{width:42px;height:48px;flex:0 0 42px!important;border:0!important;border-radius:12px!important;display:grid!important;place-items:center;color:#7d806b!important;background:#eeeadd!important;touch-action:none;cursor:grab}.a3-drag:active{cursor:grabbing}.a3-drag svg{width:21px!important}.a3-product>.a3-drag+button{flex:1}.a3-product-wrap.dragging,.a3-category-row.dragging{position:relative;z-index:30;opacity:.96;box-shadow:0 14px 34px #42382b2e}.a3-product-wrap.dragging .a3-product,.a3-category-row.dragging{border-color:#a7ad83;background:#fffdf8}.a3-photo{height:190px;margin-bottom:14px;border-radius:20px}.a3-form{gap:11px}.a3-form-card{padding:14px;border-radius:17px;gap:12px}.a3-form-card>h2,.a3-danger-zone h2{font-size:17px}.a3-field input,.a3-field select{min-height:46px}.a3-field textarea{min-height:88px}.a3-save{position:sticky;z-index:8;bottom:calc(10px + env(safe-area-inset-bottom));box-shadow:0 10px 28px #3f4a2d4a}.a3-editor{position:sticky;z-index:12;top:0;margin:-20px -16px 18px;padding:max(14px,env(safe-area-inset-top)) 16px 12px;border-bottom:1px solid #ebe2d4;background:#faf6eef2;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.a3-editor h1{max-width:72vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:21px}.a3-order-card{box-shadow:0 10px 24px #79302924}.a3-items,.a3-address,.a3-comment{box-shadow:0 5px 18px #5749370a}.a3-nav{box-shadow:0 -5px 20px #5c4f3810}@media(max-width:430px){.a3-app{padding-left:14px;padding-right:14px}.a3-brand{margin-bottom:20px}.a3-mark{width:44px;height:44px;border-radius:14px}.a3-brand h1{font-size:21px}.a3-summary button{min-height:126px;border-radius:19px}.a3-summary strong{font-size:40px}.a3-category-grid{gap:8px}.a3-category-grid button{min-height:98px;border-radius:16px}.a3-selected-head{align-items:flex-start;flex-direction:column}.a3-selected-actions{width:100%}.a3-selected-actions button{flex:1;justify-content:center}.a3-form-row{grid-template-columns:1fr}.a3-editor{margin-left:-14px;margin-right:-14px;padding-left:14px;padding-right:14px}.a3-title h2{font-size:20px}.a3-order,.a3-product{border-radius:15px}}
