:root{--white:#fff;--emerald:#00240c;--green:#a8d8be;--radius:8px;--shadow:0 24px 60px #00240c1f;color:var(--emerald);background:var(--white);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--white);scroll-behavior:smooth}body{background:var(--white);min-width:320px;color:var(--emerald);margin:0}button,input,textarea,select{font:inherit;color:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}img{max-width:100%;display:block}main{background:linear-gradient(90deg, #a8d8be47 1px, transparent 1px), linear-gradient(180deg, #a8d8be38, #fff0 340px), var(--white);background-size:72px 72px,auto,auto;min-height:100vh}h1,h2,h3,p{margin:0}h1{letter-spacing:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(2.1rem,5vw,5.1rem);font-weight:500;line-height:.98}h2{letter-spacing:0;font-size:1.15rem;font-weight:650;line-height:1.2}p{line-height:1.55}a{color:var(--emerald)}label{text-transform:uppercase;letter-spacing:0;gap:.45rem;font-size:.78rem;font-weight:700;display:grid}input,textarea,select{border-radius:var(--radius);background:var(--white);border:1px solid #00240c33;outline:none;width:100%;min-height:42px;padding:.72rem .8rem}textarea{resize:vertical;min-height:88px}input::placeholder{color:#00240c85}input:focus,textarea:focus,select:focus,button:focus-visible{border-color:var(--emerald);outline-offset:2px;outline:2px solid #a8d8bee6}.micro{text-transform:uppercase;letter-spacing:.12em;color:#00240cb8;font-size:.73rem;font-weight:800}.brand-button,.primary-button,.ghost-button,.cart-trigger,.segment,.nav-item,.bare-icon{border-radius:var(--radius);background:var(--white);min-height:42px;color:var(--emerald);letter-spacing:0;border:1px solid #00240c33;justify-content:center;align-items:center;gap:.55rem;padding:.72rem .95rem;font-weight:750;transition:transform .16s,border-color .16s,background .16s;display:inline-flex}.brand-button{background:0 0;border:none;padding-left:0;font-family:Georgia,Times New Roman,serif;font-size:1.28rem;font-weight:600}.primary-button{border-color:var(--emerald);background:var(--emerald);color:var(--white)}.ghost-button:hover,.cart-trigger:hover,.segment:hover,.brand-button:hover,.nav-item:hover,.bare-icon:hover{border-color:var(--emerald);background:#a8d8be47}.primary-button:hover{transform:translateY(-1px)}.full{width:100%}.icon-button{white-space:normal;min-width:0}.rotate{transform:rotate(180deg)}.toast{z-index:20;border:1px solid var(--emerald);background:var(--white);width:min(520px,100vw - 2rem);color:var(--emerald);box-shadow:var(--shadow);border-radius:var(--radius);padding:1rem 1.2rem;font-weight:800;position:fixed;top:1rem;left:50%;transform:translate(-50%)}.toast.success{background:var(--green)}.toast.error{background:var(--white);box-shadow:inset 0 0 0 2px var(--green), var(--shadow)}.catalog-shell{width:min(1520px,100%);margin:0 auto;padding:1rem clamp(1rem,3vw,2.2rem) 3rem}.public-header{z-index:12;border-radius:var(--radius);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffe6;border:1px solid #00240c29;justify-content:space-between;align-items:center;gap:1rem;min-height:64px;padding:.58rem .68rem .58rem 1rem;display:flex;position:sticky;top:1rem;box-shadow:0 18px 50px #00240c17}.public-actions{align-items:center;gap:.9rem;font-weight:750;display:flex}.catalog-intro{border-bottom:1px solid #00240c29;justify-content:space-between;align-items:end;gap:clamp(1rem,4vw,4rem);min-height:210px;padding:clamp(2.6rem,6vw,5.2rem) 0 1.15rem;display:flex}.intro-copy{min-width:0}.catalog-intro h1{max-width:720px;font-size:clamp(2.5rem,5vw,4.4rem);line-height:.98}.intro-meta{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;max-width:440px;display:flex}.intro-meta span{text-transform:uppercase;background:#ffffffc7;border:1px solid #00240c29;border-radius:999px;justify-content:center;align-items:center;gap:.35rem;min-height:38px;padding:.46rem .78rem;font-size:.84rem;font-weight:900;display:inline-flex}.intro-meta strong{font-family:Georgia,Times New Roman,serif;font-size:1.15rem;font-weight:600}.catalog-layout{padding-top:1.4rem;display:block}.catalog-main{min-width:0}.toolbar{grid-template-columns:minmax(260px,1fr) auto;gap:.8rem;margin-bottom:1rem;display:grid}.search-field{border-radius:var(--radius);background:var(--white);border:1px solid #00240c33;align-items:center;gap:.7rem;min-height:48px;padding:0 .95rem;display:flex}.search-field input{border:0;min-height:auto;padding:0}.segment-group{scrollbar-width:none;align-items:center;gap:.45rem;display:flex;overflow-x:auto}.segment{white-space:nowrap;min-height:48px}.segment.active{background:var(--green);border-color:var(--emerald)}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;display:grid}.product-card{border-radius:var(--radius);background:var(--white);border:1px solid #00240c24;min-width:0;overflow:hidden;box-shadow:0 12px 32px #00240c12}.gallery-frame{gap:.55rem;padding:.6rem .6rem 0;display:grid}.gallery-frame>img{aspect-ratio:4/3.15;object-fit:cover;border-radius:var(--radius);background:var(--green);width:100%}.gallery-strip{scrollbar-width:thin;grid-auto-columns:56px;grid-auto-flow:column;gap:.4rem;padding-bottom:.2rem;display:grid;overflow-x:auto}.thumb{background:var(--white);border:1px solid #00240c2e;border-radius:6px;width:56px;height:44px;padding:2px}.thumb.active{border-color:var(--emerald);background:var(--green)}.thumb img{object-fit:cover;border-radius:4px;width:100%;height:100%}.product-card-body{flex-direction:column;justify-content:space-between;gap:1rem;min-height:430px;padding:1rem;display:flex}.product-card h2{margin-top:.25rem;font-family:Georgia,Times New Roman,serif;font-size:1.35rem;font-weight:500}.product-card p:not(.micro){color:#00240cb8;margin-top:.55rem;font-size:.93rem}.product-card dl{border-top:1px solid #00240c1f;border-bottom:1px solid #00240c1f;gap:.55rem;margin:0;padding:.8rem 0;display:grid}.product-specs a{color:var(--emerald);font-weight:900}.product-card dl div{grid-template-columns:minmax(88px,.85fr) minmax(0,1.15fr);align-items:start;gap:1rem;display:grid}.product-card dt{color:#00240c94;font-size:.78rem}.product-card dd{text-align:right;overflow-wrap:anywhere;min-width:0;margin:0;font-size:.82rem;font-weight:700}.cart-total,.order-footer,.order-head,.panel-heading{justify-content:space-between;align-items:center;gap:1rem;display:flex}.price-row{grid-template-columns:1fr;align-items:stretch;gap:.8rem;display:grid}.price-row strong{font-family:Georgia,Times New Roman,serif;font-size:1.3rem;font-weight:600}.card-actions{justify-items:stretch;gap:.45rem;display:grid}.card-actions .icon-button{text-align:center;justify-content:center;min-height:46px;line-height:1.15}.card-actions .ghost-button,.card-actions .primary-button{width:100%}.cart-trigger{background:#a8d8be33}.cart-trigger strong{background:var(--green);border:1px solid var(--emerald);border-radius:50%;place-items:center;min-width:30px;height:30px;line-height:1;display:grid}.cart-fab{z-index:18;border:1px solid var(--emerald);background:var(--emerald);min-height:54px;color:var(--white);border-radius:999px;align-items:center;gap:1rem;padding:.55rem .78rem .55rem .62rem;display:inline-flex;position:fixed;bottom:clamp(1rem,3vw,2rem);right:clamp(1rem,3vw,2rem);box-shadow:0 20px 54px #00240c38}.cart-fab span{background:var(--green);min-width:40px;height:40px;color:var(--emerald);border-radius:50%;justify-content:center;align-items:center;gap:.18rem;font-weight:900;display:inline-flex}.cart-fab strong{padding-right:.4rem;font-family:Georgia,Times New Roman,serif;font-size:1.02rem;font-weight:600}.cart-modal-backdrop{z-index:30;background:#00240c33;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.product-modal-backdrop{z-index:32;background:#00240c33;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.cart-dialog{border-radius:var(--radius);background:var(--white);border:1px solid #00240c2e;width:min(430px,100vw - 2rem);max-height:calc(100vh - 2rem);padding:1rem;position:relative;overflow:auto;box-shadow:0 28px 70px #00240c33}.product-dialog{border-radius:var(--radius);background:var(--white);border:1px solid #00240c2e;width:min(940px,100vw - 2rem);max-height:calc(100vh - 2rem);padding:1rem;overflow:auto;box-shadow:0 28px 70px #00240c33}.modal-header,.modal-actions{justify-content:space-between;align-items:center;gap:1rem;display:flex}.modal-header{border-bottom:1px solid #00240c24;margin-bottom:1rem;padding-bottom:.9rem}.modal-header h2{margin-top:.2rem;font-family:Georgia,Times New Roman,serif;font-size:1.85rem;font-weight:500}.product-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem;display:grid}.span-2{grid-column:span 2}.modal-actions{justify-content:flex-end;padding-top:.2rem}.cart-close{z-index:1;background:var(--white);position:absolute;top:.75rem;right:.75rem}.cart-dialog .cart-panel{box-shadow:none;background:0 0;border:0;border-radius:0;padding:0;position:static}.cart-dialog .panel-heading{padding-right:2.8rem}.cart-dialog .panel-heading>span{display:none}.cart-panel,.work-panel,.metric-card,.login-panel,.profile-plate{border-radius:var(--radius);background:#fffffff0;border:1px solid #00240c29;box-shadow:0 18px 48px #00240c14}.cart-panel{gap:1rem;padding:1rem;display:grid;position:sticky;top:1rem}.panel-heading>span{border:1px solid var(--emerald);background:var(--green);border-radius:50%;place-items:center;min-width:38px;height:38px;font-weight:900;display:grid}.cart-lines{gap:.8rem;max-height:360px;padding-right:.2rem;display:grid;overflow:auto}.cart-line{border-bottom:1px solid #00240c1f;grid-template-columns:78px 1fr;gap:.75rem;padding-bottom:.8rem;display:grid}.cart-line img{object-fit:cover;border-radius:var(--radius);width:78px;height:86px}.cart-line strong,.cart-line span{display:block}.cart-line span{color:#00240cad;margin-top:.25rem;font-size:.88rem}.cart-line-actions,.quantity-row{align-items:center;gap:.35rem;margin-top:.55rem;display:flex}.cart-line-actions{justify-content:space-between}.cart-line-actions span{color:#00240cad;margin:0;font-weight:800}.quantity-row button,.bare-icon{width:34px;min-width:34px;height:34px;min-height:34px;padding:0}.quantity-row input{text-align:center;width:42px;height:34px;min-height:34px;padding:.25rem}.cart-total{border-top:1px solid #00240c29;padding-top:1rem}.cart-total strong{font-family:Georgia,Times New Roman,serif;font-size:1.45rem}.order-form,.stack-form{gap:.78rem;display:grid}.upload-preview{grid-template-columns:repeat(5,minmax(0,1fr));gap:.45rem;display:grid}.upload-preview img{aspect-ratio:1;border-radius:var(--radius);object-fit:cover;border:1px solid #00240c2e;width:100%}.empty-state{text-align:center;border-radius:var(--radius);background:#a8d8be24;border:1px dashed #00240c3d;align-content:center;place-items:center;gap:.55rem;min-height:190px;padding:1.2rem;display:grid}.empty-state p{color:#00240cb8;max-width:320px}.skeleton{min-height:520px;animation:1.4s ease-in-out infinite pulse}.skeleton div{aspect-ratio:4/3.15;background:#a8d8be57}.skeleton section{border-radius:var(--radius);background:#a8d8be38;height:250px;margin:1rem}.login-screen{place-items:center;min-height:100vh;padding:1rem;display:grid;position:relative}.login-screen>.ghost-button{position:fixed;top:1rem;left:1rem}.login-panel{gap:1rem;width:min(460px,100%);padding:clamp(1.4rem,4vw,2.4rem);display:grid}.login-panel h1{font-size:clamp(2rem,8vw,3.8rem)}.login-panel p{color:#00240cb8}.cabinet-shell{grid-template-columns:280px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:var(--white);border-right:1px solid #00240c24;flex-direction:column;gap:1rem;height:100vh;padding:1.1rem;display:flex;position:sticky;top:0}.sidebar nav{gap:.45rem;display:grid}.sidebar-brand{justify-content:flex-start;min-height:54px;font-size:1.08rem;line-height:1.05}.sidebar-brand span{text-align:left}.nav-item{justify-content:flex-start;width:100%;min-height:48px}.nav-item.active{background:var(--emerald);color:var(--white);border-color:var(--emerald)}.sidebar .ghost-button{margin-top:auto}.cabinet-main{min-width:0;padding:clamp(1rem,2vw,1.5rem)}.cabinet-topbar{border-bottom:1px solid #00240c24;justify-content:space-between;align-items:center;gap:1rem;min-height:88px;margin-bottom:1rem;display:flex}.cabinet-topbar h1{font-size:clamp(2rem,5vw,3.6rem)}.topbar-actions{gap:.7rem;display:flex}.loading-line{border-radius:var(--radius);background:#a8d8be38;border:1px solid #00240c29;padding:1rem;font-weight:800}.admin-grid,.analytics-grid,.profile-layout{grid-template-columns:minmax(0,1.7fr) minmax(320px,.8fr);align-items:start;gap:1rem;display:grid}.analytics-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.profile-layout{grid-template-columns:minmax(280px,.55fr) minmax(0,1fr)}.wide{grid-column:span 1}.work-panel{min-width:0;padding:1rem}.admin-products-panel{gap:1rem;display:grid}.admin-products-toolbar{justify-content:space-between;align-items:center;gap:1rem;display:flex}.admin-products-toolbar .panel-heading{flex:1}.admin-product-grid{grid-template-columns:repeat(auto-fill,minmax(285px,1fr));gap:1rem;display:grid}.admin-product-card .product-card-body{min-height:500px}.admin-card-kicker{justify-content:space-between;align-items:start;gap:.8rem;display:flex}.admin-card-kicker span{white-space:nowrap;background:#a8d8be42;border:1px solid #00240c2e;border-radius:999px;padding:.32rem .55rem;font-size:.72rem;font-weight:900}.admin-card-footer{gap:.75rem;display:grid}.admin-card-price{font-family:Georgia,Times New Roman,serif;font-size:1.3rem;font-weight:600}.status-field{text-transform:none;font-size:.74rem}.admin-card-actions{grid-template-columns:1fr 1fr;gap:.5rem;display:grid}.admin-card-actions .ghost-button{width:100%}.table,.orders-list,.rank-list,.settings-list{gap:.65rem;margin-top:1rem;display:grid}.table-row{border-radius:var(--radius);background:var(--white);border:1px solid #00240c1f;align-items:center;gap:.75rem;min-height:70px;padding:.6rem;display:grid}.product-row{grid-template-columns:64px minmax(180px,1fr) minmax(110px,auto) 150px 38px}.employee-row{grid-template-columns:48px minmax(180px,1fr) 150px 150px}.table-row img{border-radius:var(--radius);object-fit:cover;width:64px;height:64px}.table-row span{color:#00240cad;margin-top:.22rem;font-size:.86rem;display:block}.avatar{background:var(--green);border:1px solid var(--emerald);border-radius:50%;place-items:center;width:44px;height:44px;font-weight:900;display:grid}.order-card{border-radius:var(--radius);background:var(--white);border:1px solid #00240c24;gap:.8rem;padding:.9rem;display:grid}.order-head span,.order-footer p{color:#00240cad}.status-select{width:auto;min-width:150px;font-weight:800}.status-new{background:var(--green)}.status-in_progress,.status-confirmed{background:#a8d8be61}.status-completed{background:var(--emerald);color:var(--white)}.status-cancelled{background:var(--white);box-shadow:inset 0 0 0 2px var(--green)}.order-items{flex-wrap:wrap;gap:.45rem;display:flex}.order-items span{border-radius:var(--radius);background:#a8d8be38;border:1px solid #00240c24;padding:.45rem .55rem;font-size:.86rem;font-weight:750}.metric-card{align-content:space-between;min-height:126px;padding:1rem;display:grid}.metric-card span{text-transform:uppercase;color:#00240ca8;font-size:.8rem;font-weight:800}.metric-card strong{font-family:Georgia,Times New Roman,serif;font-size:clamp(1.6rem,3vw,2.25rem);font-weight:500}.analytics-grid .wide{grid-column:span 3}.bar-chart{grid-template-columns:repeat(14,minmax(22px,1fr));align-items:end;gap:.45rem;height:310px;padding-top:1.4rem;display:grid}.bar-column{text-align:center;grid-template-rows:1fr auto;align-items:end;gap:.45rem;height:100%;display:grid}.bar-column div{border-radius:var(--radius) var(--radius) 0 0;background:linear-gradient(180deg, var(--emerald), var(--green));width:100%}.bar-column span{color:#00240c9e;writing-mode:vertical-rl;justify-self:center;font-size:.68rem}.rank-list div,.settings-list div{border-bottom:1px solid #00240c1f;grid-template-columns:34px 1fr auto;align-items:center;gap:.65rem;min-height:50px;display:grid}.settings-list div{grid-template-columns:1fr auto}.rank-list span{background:var(--green);border-radius:50%;place-items:center;width:28px;height:28px;font-weight:900;display:grid}.rank-list em{font-style:normal;font-weight:900}.profile-plate{text-align:center;background:radial-gradient(circle at 50% 38%, #a8d8be94, transparent 42%), var(--white);align-content:center;place-items:center;gap:.7rem;min-height:440px;padding:1.4rem;display:grid}.profile-plate h2{font-family:Georgia,Times New Roman,serif;font-size:2.4rem;font-weight:500}.profile-plate span{border:1px solid var(--emerald);background:var(--green);border-radius:999px;padding:.5rem .9rem;font-weight:900}.mobile-nav{display:none}@keyframes pulse{0%,to{opacity:.72}50%{opacity:1}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}@media (width<=1220px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cart-panel{position:static}.analytics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-grid .wide{grid-column:span 2}}@media (width<=980px){.admin-grid,.profile-layout{grid-template-columns:1fr}.catalog-intro{flex-direction:column;align-items:flex-start;min-height:180px}.intro-meta{justify-content:flex-start}.toolbar{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cabinet-shell{grid-template-columns:1fr;padding-bottom:86px}.sidebar{display:none}.mobile-nav{z-index:10;background:var(--white);border-top:1px solid #00240c2e;grid-template-columns:repeat(5,1fr);display:grid;position:fixed;bottom:0;left:0;right:0}.mobile-nav button{background:var(--white);min-height:68px;color:var(--emerald);border:0;align-content:center;place-items:center;gap:.25rem;font-size:.68rem;font-weight:800;display:grid}.mobile-nav button.active{background:var(--emerald);color:var(--white)}.cabinet-topbar{flex-direction:column;align-items:start;padding-bottom:1rem}}@media (width<=720px){.public-header{min-height:58px;padding:.48rem .52rem .48rem .7rem;top:.75rem}.public-actions,.topbar-actions{justify-content:space-between}.catalog-intro{min-height:auto}.catalog-intro h1{font-size:2rem;line-height:1.06}.catalog-intro{gap:1rem;padding:2.2rem 0 1rem}.intro-meta span{min-height:34px;padding:.38rem .62rem;font-size:.72rem}.product-grid{grid-template-columns:1fr}.price-row,.order-head,.order-footer{flex-direction:column;align-items:flex-start}.price-row{align-items:stretch}.admin-products-toolbar{flex-direction:column;align-items:stretch}.admin-products-toolbar .primary-button{width:100%}.product-form-grid{grid-template-columns:1fr}.span-2{grid-column:span 1}.modal-actions{flex-direction:column-reverse;align-items:stretch}.modal-actions .primary-button,.modal-actions .ghost-button{width:100%}.product-row,.employee-row{grid-template-columns:56px minmax(0,1fr)}.product-row>strong,.product-row>select,.product-row>button,.employee-row>select{grid-column:2}.analytics-grid{grid-template-columns:1fr}.analytics-grid .wide{grid-column:span 1}.bar-chart{grid-template-columns:repeat(14,minmax(28px,1fr));height:230px;overflow-x:auto}.settings-list div{grid-template-columns:1fr;gap:.2rem}.upload-preview{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=460px){.brand-button span{font-size:1.05rem}.cart-trigger{padding:.6rem .65rem}.cart-trigger span{display:none}.catalog-intro h1{font-size:1.86rem}.cart-line{grid-template-columns:64px 1fr}.cart-line img{width:64px;height:76px}.mobile-nav{grid-template-columns:repeat(4,1fr);overflow-x:auto}.mobile-nav button{min-width:84px}.cart-modal-backdrop{padding:.75rem}.product-modal-backdrop{align-items:end;padding:.75rem}.cart-dialog,.product-dialog{width:100%;max-height:calc(100vh - 1.5rem)}.cart-fab{justify-content:space-between;left:1rem;right:1rem}}
