*,:before,:after{box-sizing:border-box}:root{--nav-h:clamp(3.5rem, 6vw, 4.25rem)}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}html,body{background:#0f1712;margin:0;padding:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}#root{width:100%}button{font-family:inherit}img{max-width:100%;height:auto}.nav{z-index:50;height:var(--nav-h);background:#0b100d;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:clamp(.75rem,3vw,2rem);padding-inline:clamp(1rem,4vw,3rem);display:flex;position:sticky;top:0}.nav__logo{letter-spacing:.18em;color:#fff;white-space:nowrap;font-size:clamp(.9375rem,2vw,1.25rem);font-weight:800;text-decoration:none}.nav__logo span{color:#ffffff73;font-weight:300}.nav__links{align-items:center;gap:clamp(.875rem,3vw,2.25rem);margin:0 auto;padding:0;list-style:none;display:flex}.nav__links a{letter-spacing:.04em;white-space:nowrap;color:#ffffffb8;font-size:clamp(.78125rem,1.5vw,.9375rem);font-weight:500;text-decoration:none;transition:color .2s;position:relative}.nav__links a:after{content:"";transform-origin:0;background:#f2a900;border-radius:999px;width:100%;height:2px;transition:transform .22s;position:absolute;bottom:-.3rem;left:0;transform:scaleX(0)}.nav__links a:hover{color:#fff}.nav__links a:hover:after{transform:scaleX(1)}.nav__cart{width:clamp(2.25rem,4.5vw,3rem);height:clamp(2.25rem,4.5vw,3rem);max-height:calc(var(--nav-h) - .75rem);color:#ffffffd9;cursor:pointer;background:#ffffff14;border:1px solid #ffffff2e;border-radius:50%;flex-shrink:0;place-items:center;padding:0;transition:background .2s,transform .2s;display:grid;position:relative}.nav__cart:hover{background:#ffffff29;transform:scale(1.05)}.nav__badge{color:#0f1712;background:#f2a900;border-radius:999px;place-items:center;min-width:1.125rem;height:1.125rem;padding:0 .25rem;font-size:.625rem;font-weight:700;line-height:1;display:grid;position:absolute;top:-.25rem;right:-.25rem}.hero{--hero-text-muted:#ffffff8c;--hero-pad-x:clamp(1.125rem, 4vw, 4rem);--hero-title-size:clamp(1.9375rem, 5vw + .5rem, 4.5rem);--hero-card-radius:1.375rem;--hero-image-h:clamp(9rem, 30vh, 13rem);width:100%;height:calc(100svh - var(--nav-h));height:calc(100dvh - var(--nav-h));padding:clamp(.75rem, 2vh, 1.5rem) var(--hero-pad-x) clamp(.875rem, 2.5vh, 1.75rem);box-sizing:border-box;color:#fff;background:linear-gradient(#0f16126b 0%,#0a0f0cd1 100%),url(/assets/construction-bg-DGzB-wYf.png) 50%/cover no-repeat;flex-direction:column;display:flex;position:relative;overflow:hidden}.hero__body{flex-direction:column;flex:1;min-height:0;display:flex}.hero__top{flex-direction:column;justify-content:center;align-items:center;display:flex}.hero__content{text-align:center;flex-direction:column;align-items:center;padding-top:clamp(.75rem,3vh,2rem);display:flex}.hero__label{-webkit-backdrop-filter:blur(8px);letter-spacing:.12em;text-transform:uppercase;color:var(--hero-text-muted);background:#0a0f0c61;border:1px solid #ffffff29;border-radius:999px;align-items:center;gap:.5rem;margin-bottom:clamp(.875rem,2.5vh,1.5rem);padding:.4rem .9rem;font-size:clamp(.6875rem,1.4vw,.8125rem);font-weight:600;display:inline-flex}.hero__title{font-size:var(--hero-title-size);letter-spacing:-.03em;margin:0;font-weight:400;line-height:1.06}.hero__title-bold{color:#fff;font-weight:800}.hero__title-light{color:var(--hero-text-muted);font-weight:300}.hero__sub{max-width:46ch;color:var(--hero-text-muted);margin:clamp(.75rem,2vh,1.25rem) 0 0;font-size:clamp(.84375rem,1.8vw,1.0625rem);font-weight:400;line-height:1.65}.hero__cta{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:clamp(1.25rem,3vh,2rem);display:flex}.hero__btn{letter-spacing:.01em;border-radius:999px;justify-content:center;align-items:center;padding:.8125rem 1.75rem;font-size:.90625rem;font-weight:700;text-decoration:none;transition:transform .15s,background .2s,border-color .2s;display:inline-flex}.hero__btn--primary{color:#10150f;background:#f2a900}.hero__btn--primary:hover{background:#ffbe29;transform:scale(1.03)}.hero__btn--ghost{color:#fff;border:1px solid #ffffff47}.hero__btn--ghost:hover{background:#ffffff1a;transform:scale(1.03)}.hero__visual{justify-content:center;align-items:center;display:none;position:relative}.hero__visual-glow{filter:blur(12px);background:radial-gradient(closest-side,#f2b00038,#0000 70%);border-radius:50%;position:absolute;inset:12% 8%}.hero__visual img{object-fit:contain;filter:drop-shadow(0 32px 48px #00000073);width:100%;max-width:24rem;height:auto;max-height:min(34vh,24rem);animation:6s ease-in-out infinite hero-float;position:relative}@keyframes hero-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (prefers-reduced-motion:reduce){.hero__visual img{animation:none}}.hero__cards-wrapper{width:100%;margin-top:auto;padding-top:clamp(1rem,3vh,2rem);padding-bottom:.35rem;overflow:clip visible;-webkit-mask-image:linear-gradient(90deg,#0000,#000 7% 93%,#0000);mask-image:linear-gradient(90deg,#0000,#000 7% 93%,#0000)}.hero__cards-track{will-change:transform;align-items:stretch;gap:clamp(.875rem,3vw,1.5rem);width:max-content;animation:30s linear infinite scroll-cards;display:flex}.hero__cards-wrapper:hover .hero__cards-track{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.hero__cards-track{animation:none}}@keyframes scroll-cards{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero__card{border-radius:var(--hero-card-radius);color:#111;background:#fff;flex-direction:column;flex-shrink:0;width:clamp(15rem,72vw,21rem);display:flex;position:relative;overflow:hidden;box-shadow:0 18px 44px #00000047}.hero__card-image-zone{width:100%;height:var(--hero-image-h);background:#f0f0ec;place-items:center;display:grid;overflow:hidden}.hero__card-image-zone img{object-fit:contain;max-width:78%;max-height:82%;display:block}.hero__discount{z-index:3;white-space:nowrap;color:#fff;background:#0f1712eb;border-radius:999px;place-items:center;min-width:2.75rem;height:2rem;padding:0 .5rem;font-size:.75rem;font-weight:700;display:grid;position:absolute;top:.75rem;right:.75rem}.hero__card-review{text-align:center;flex-direction:column;flex:1;align-items:center;padding:1.125rem clamp(1rem,3vw,1.5rem) 1.25rem;display:flex}.hero__review-avatar{color:#fff;border:3px solid #fff;border-radius:50%;place-items:center;width:2.75rem;height:2.75rem;margin-bottom:.625rem;font-size:.75rem;font-weight:700;display:grid;box-shadow:0 4px 12px #00000029}.hero__review-avatar--1{background:linear-gradient(135deg,#4a6b52 0%,#1e3324 100%)}.hero__review-avatar--2{background:linear-gradient(135deg,#f2a900 0%,#a07000 100%)}.hero__review-avatar--3{background:linear-gradient(135deg,#516572 0%,#2f3e46 100%)}.hero__review-stars{color:#f2a900;letter-spacing:2px;margin-bottom:.5rem;font-size:.8125rem}.hero__review-text{color:#333;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:2.45rem;margin:0 0 .625rem;font-size:.84375rem;font-weight:500;line-height:1.45;display:-webkit-box;overflow:hidden}.hero__review-author{letter-spacing:.07em;text-transform:uppercase;color:#77776d;margin:auto 0 0;font-size:.6875rem;font-weight:600}@media (height<=480px) and (orientation:landscape){.hero__body{flex-direction:row;align-items:center;gap:clamp(1rem,4vw,2.5rem)}.hero__top{flex:1.2;align-items:flex-start}.hero__content{text-align:left;align-items:flex-start;padding-top:0}.hero__sub,.hero__title-break{display:none}.hero__visual img{max-height:60vh}.hero__cards-wrapper{display:none}}@media (width>=900px){.hero{--hero-image-h:clamp(7.5rem, 21vh, 10rem);--hero-title-size:clamp(2.75rem, 4.2vw, 4.75rem)}.hero__top{flex:1;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:clamp(2rem,6vw,5rem);min-height:0;display:grid}.hero__content{text-align:left;align-items:flex-start;padding-top:clamp(1rem,3vh,2.5rem)}.hero__label{margin-bottom:clamp(1rem,2.5vh,1.75rem)}.hero__sub{max-width:42ch}.hero__visual{display:flex}.hero__cards-wrapper{padding-bottom:.25rem;overflow:visible;-webkit-mask-image:none;mask-image:none}.hero__cards-track{grid-template-columns:repeat(3,minmax(0,23rem));justify-content:center;gap:clamp(1.25rem,2.5vw,2rem);width:100%;animation:none;display:grid}.hero__card{border-radius:1.5rem;width:auto;box-shadow:0 24px 56px #0000004d}.hero__card-image-zone img{max-width:88%;max-height:90%}.hero__card-review{padding:1.375rem 1.75rem 1.5rem}.hero__review-avatar{width:3.25rem;height:3.25rem;font-size:.875rem}.hero__review-stars{margin-bottom:.625rem;font-size:.9375rem}.hero__review-text{max-width:30ch;height:auto;min-height:2.8rem;font-size:.9375rem;line-height:1.5}.hero__review-author{font-size:.71875rem}.hero__card:nth-child(n+4){display:none}}@media (width>=1280px){.hero__visual img{max-width:27rem}}.featured{color:#fff;scroll-margin-top:var(--nav-h);background:#0b100d;padding:clamp(4rem,9vw,7rem) clamp(1rem,4vw,3rem)}.featured__inner{max-width:76rem;margin:0 auto}.featured__head{justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:clamp(2rem,5vw,3rem);display:flex}.featured__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#f2a900;margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:block}.featured__title{letter-spacing:-.02em;margin:0;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:300;line-height:1.1}.featured__title span{font-weight:800}.featured__all{color:#fffc;border:1px solid #ffffff2e;border-radius:999px;flex-shrink:0;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.84375rem;font-weight:600;text-decoration:none;transition:border-color .2s,color .2s;display:inline-flex}.featured__all:hover{color:#fff;border-color:#f2a900}.featured__status{color:#fff6;font-size:.9375rem}.featured__row{scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:#ffffff2e transparent;gap:1.25rem;padding-bottom:.875rem;display:flex;overflow-x:auto}.featured__card{scroll-snap-align:start;cursor:pointer;background:#121813;border:1px solid #ffffff14;border-radius:1.25rem;flex-direction:column;flex:0 0 clamp(15.5rem,26vw,19rem);transition:transform .25s,border-color .25s;display:flex;overflow:hidden}.featured__card:hover{border-color:#f2a9008c;transform:translateY(-5px)}.featured__card:focus-visible{outline-offset:2px;outline:2px solid #f2a900}.featured__image{background:radial-gradient(circle at 50% 42%,#ffffff12,#0000 65%),#f3f3ef;place-items:center;height:12rem;padding:1.25rem;display:grid;overflow:hidden}.featured__image img{object-fit:contain;max-width:86%;max-height:88%;transition:transform .3s}.featured__card:hover .featured__image img{transform:scale(1.05)}.featured__body{flex-direction:column;flex:1;padding:1.125rem 1.25rem 1.25rem;display:flex}.featured__category{letter-spacing:.14em;text-transform:uppercase;color:#ffffff61;font-size:.6875rem;font-weight:700}.featured__name{letter-spacing:-.01em;margin:.4rem 0 1rem;font-size:1.0625rem;font-weight:700}.featured__foot{justify-content:space-between;align-items:center;margin-top:auto;display:flex}.featured__price{color:#f2a900;font-size:1.125rem;font-weight:800}.featured__go{background:#ffffff14;border-radius:50%;place-items:center;width:2.25rem;height:2.25rem;font-size:1rem;transition:background .2s;display:grid}.featured__card:hover .featured__go{background:#ffffff29}.store{color:#14170f;scroll-margin-top:var(--nav-h);background:#f7f7f3;padding:clamp(4rem,9vw,7rem) clamp(1rem,4vw,3rem)}.store__inner{max-width:76rem;margin:0 auto}.store__head{justify-content:space-between;align-items:flex-end;gap:1.5rem;margin-bottom:clamp(2rem,5vw,3rem);display:flex}.store__eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#a08a2e;margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:block}.store__title{letter-spacing:-.02em;margin:0;font-size:clamp(1.75rem,4vw,2.75rem);font-weight:300;line-height:1.1}.store__title span{font-weight:800}.store__count{color:#55554c;background:#ecece4;border-radius:999px;flex-shrink:0;padding:.4rem 1rem;font-size:.8125rem;font-weight:600}.store__status{color:#6b6b60;font-size:.9375rem}.store__grid{grid-template-columns:repeat(auto-fill,minmax(16rem,1fr));gap:clamp(1.25rem,2.5vw,1.75rem);display:grid}.store__card{cursor:pointer;background:#fff;border:1px solid #e9e9e0;border-radius:1.25rem;flex-direction:column;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden}.store__card:hover{transform:translateY(-4px);box-shadow:0 20px 48px #141e141f}.store__card:focus-visible{outline-offset:2px;outline:2px solid #14201a}.store__image{background:radial-gradient(circle at 50% 40%,#ffffffe6,#0000 70%),#efefe9;place-items:center;height:13rem;padding:1.25rem;display:grid;overflow:hidden}.store__image img{object-fit:contain;max-width:86%;max-height:88%;transition:transform .3s}.store__card:hover .store__image img{transform:scale(1.05)}.store__flag{z-index:1;letter-spacing:.09em;text-transform:uppercase;color:#fff;background:#14201a;border-radius:999px;place-self:start;margin:.75rem 0 0 .75rem;padding:.25rem .625rem;font-size:.625rem;font-weight:700;position:absolute}.store__image-wrap{place-items:center;display:grid;position:relative}.store__body{flex-direction:column;flex:1;padding:1.125rem 1.25rem 1.25rem;display:flex}.store__category{letter-spacing:.14em;text-transform:uppercase;color:#9a9a8c;font-size:.6875rem;font-weight:700}.store__name{letter-spacing:-.01em;margin:.4rem 0 .35rem;font-size:1.0625rem;font-weight:700}.store__desc{color:#6b6b60;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 1.125rem;font-size:.84375rem;line-height:1.5;display:-webkit-box;overflow:hidden}.store__foot{justify-content:space-between;align-items:center;gap:.75rem;margin-top:auto;display:flex}.store__price{color:#14201a;font-size:1.125rem;font-weight:800}.store__add{color:#fff;cursor:pointer;background:#14201a;border:none;border-radius:999px;align-items:center;gap:.4rem;padding:.5625rem 1.125rem;font-family:inherit;font-size:.8125rem;font-weight:700;transition:background .2s,transform .15s;display:inline-flex}.store__add:hover:not(:disabled){background:#24352b;transform:scale(1.03)}.store__add:disabled{opacity:.45;cursor:not-allowed}.modal-backdrop{z-index:90;-webkit-backdrop-filter:blur(6px);background:#080a089e;place-items:center;padding:1rem;animation:.18s fade-in;display:grid;position:fixed;inset:0}.modal{color:#14170f;background:#fff;border-radius:1.5rem;width:min(30rem,100%);max-height:calc(100dvh - 2rem);animation:.22s cubic-bezier(.2,.9,.3,1.2) pop-in;position:relative;overflow-y:auto;box-shadow:0 32px 80px #0006}@keyframes fade-in{0%{opacity:0}}@keyframes pop-in{0%{opacity:0;transform:translateY(14px)scale(.97)}}@media (prefers-reduced-motion:reduce){.modal-backdrop,.modal{animation:none}}.modal__close{z-index:2;color:#55554c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;background:#ffffffd9;border:none;border-radius:50%;place-items:center;width:2.25rem;height:2.25rem;font-size:1.125rem;line-height:1;transition:background .15s,color .15s;display:grid;position:absolute;top:.875rem;right:.875rem}.modal__close:hover{color:#fff;background:#14201a}.modal__image{background:radial-gradient(circle at 50% 40%,#fffffff2,#0000 70%),#efefe9;border-radius:1.5rem 1.5rem 0 0;place-items:center;height:16rem;padding:1.75rem;display:grid}.modal__image img{object-fit:contain;max-width:88%;max-height:92%}.modal__body{padding:1.375rem 1.625rem 1.625rem}.modal__category{letter-spacing:.14em;text-transform:uppercase;color:#9a9a8c;font-size:.6875rem;font-weight:700}.modal__name{letter-spacing:-.02em;margin:.4rem 0 .5rem;font-size:1.5rem;font-weight:800}.modal__stars{color:#f2a900;letter-spacing:2px;font-size:.9375rem}.modal__price{color:#14201a;margin-top:.75rem;font-size:1.75rem;font-weight:800}.modal__desc{color:#55554c;margin:.875rem 0 0;font-size:.90625rem;line-height:1.65}.modal__stock{color:#1e7a3c;margin-top:.875rem;font-size:.8125rem;font-weight:600}.modal__stock--out{color:#b3261e}.modal__qty{align-items:center;gap:1rem;margin-top:1.25rem;display:flex}.modal__qty-label{color:#6b6b60;font-size:.8125rem;font-weight:600}.modal__stepper{border:1px solid #d9d9cf;border-radius:999px;align-items:center;display:inline-flex;overflow:hidden}.modal__step{color:#14201a;cursor:pointer;background:0 0;border:none;width:2.25rem;height:2.25rem;font-size:1.0625rem;font-weight:700}.modal__step:hover:not(:disabled){background:#f0f0ea}.modal__step:disabled{color:#c0c0b4;cursor:not-allowed}.modal__qty-value{text-align:center;min-width:2rem;font-weight:700}.modal__actions{flex-direction:column;gap:.625rem;margin-top:1.375rem;display:flex}.modal__add{color:#fff;cursor:pointer;background:#14201a;border:none;border-radius:999px;width:100%;padding:.875rem 1.25rem;font-family:inherit;font-size:.9375rem;font-weight:700;transition:background .2s,transform .15s}.modal__add:hover:not(:disabled){background:#24352b;transform:scale(1.015)}.modal__add:disabled{opacity:.45;cursor:not-allowed}.modal__wa{color:#128c4b;cursor:pointer;background:0 0;border:1.5px solid #25d366;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.875rem 1.25rem;font-family:inherit;font-size:.9375rem;font-weight:700;text-decoration:none;transition:background .2s,color .2s;display:flex}.modal__wa:hover{color:#fff;background:#25d366}.drawer-backdrop{z-index:95;-webkit-backdrop-filter:blur(4px);background:#080a088c;animation:.18s fade-in;position:fixed;inset:0}.drawer{z-index:96;color:#14170f;background:#fff;flex-direction:column;width:min(25rem,100vw);animation:.26s cubic-bezier(.2,.9,.3,1) slide-in;display:flex;position:fixed;top:0;bottom:0;right:0;box-shadow:-24px 0 64px #0000004d}@keyframes slide-in{0%{transform:translate(100%)}}@media (prefers-reduced-motion:reduce){.drawer,.drawer-backdrop{animation:none}}.drawer__head{border-bottom:1px solid #ecece4;justify-content:space-between;align-items:center;padding:1.125rem 1.375rem;display:flex}.drawer__title{margin:0;font-size:1.125rem;font-weight:800}.drawer__close{color:#55554c;cursor:pointer;background:#f2f2ec;border:none;border-radius:50%;place-items:center;width:2.25rem;height:2.25rem;font-size:1.25rem;line-height:1;transition:background .15s,color .15s;display:grid}.drawer__close:hover{color:#fff;background:#14201a}.drawer__items{flex:1;padding:.5rem 1.375rem;overflow-y:auto}.drawer__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;height:100%;display:flex}.drawer__empty-icon{opacity:.35;font-size:2.5rem}.drawer__empty p{color:#9a9a8c;margin:0;font-size:.90625rem}.drawer__item{border-bottom:1px solid #f1f1ea;align-items:center;gap:.875rem;padding:1rem 0;display:flex}.drawer__item:last-child{border-bottom:none}.drawer__thumb{object-fit:contain;background:#efefe9;border-radius:.875rem;flex-shrink:0;width:3.75rem;height:3.75rem;padding:.375rem}.drawer__info{flex:1;min-width:0}.drawer__name{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.875rem;font-weight:700;overflow:hidden}.drawer__unit{color:#9a9a8c;margin:.125rem 0 .5rem;font-size:.75rem}.drawer__stepper{border:1px solid #e2e2d8;border-radius:999px;align-items:center;display:inline-flex}.drawer__step{color:#14201a;cursor:pointer;background:0 0;border:none;width:1.625rem;height:1.625rem;font-size:.875rem;font-weight:700}.drawer__step:hover:not(:disabled){background:#f0f0ea}.drawer__step:disabled{color:#c0c0b4;cursor:not-allowed}.drawer__qty{text-align:center;min-width:1.5rem;font-size:.8125rem;font-weight:700}.drawer__right{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.drawer__line-total{font-size:.90625rem;font-weight:800}.drawer__remove{letter-spacing:.04em;color:#b3261e;cursor:pointer;background:0 0;border:none;padding:0;font-size:.6875rem;font-weight:600}.drawer__remove:hover{text-decoration:underline}.drawer__foot{padding:1.125rem 1.375rem calc(1.25rem + env(safe-area-inset-bottom));border-top:1px solid #ecece4}.drawer__total-row{justify-content:space-between;align-items:baseline;margin-bottom:.375rem;display:flex}.drawer__total-label{color:#55554c;font-size:.90625rem;font-weight:600}.drawer__total{font-size:1.375rem;font-weight:800}.drawer__note{color:#9a9a8c;margin:0 0 1rem;font-size:.75rem}.drawer__wa{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.95rem 1.25rem;font-family:inherit;font-size:.9375rem;font-weight:800;transition:filter .2s,transform .15s;display:flex}.drawer__wa:hover{filter:brightness(1.07);transform:scale(1.015)}.admin{color:#14170f;background:#f6f6f2;min-height:100vh;padding:clamp(1.5rem,4vw,3rem) clamp(1rem,4vw,2rem)}.admin__inner{max-width:56rem;margin:0 auto}.admin__top{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:clamp(1.5rem,4vw,2.5rem);display:flex}.admin__top h1{letter-spacing:-.02em;margin:0;font-size:clamp(1.375rem,3vw,1.875rem);font-weight:800}.admin__back{color:#55554c;font-size:.8125rem;font-weight:600;text-decoration:none}.admin__back:hover{color:#14170f}.admin__login{background:#fff;border:1px solid #e6e6de;border-radius:1.25rem;max-width:24rem;margin:15vh auto 0;padding:2rem;box-shadow:0 16px 40px #141e1414}.admin__login h2{margin:0 0 .5rem;font-size:1.125rem}.admin__login p{color:#6b6b60;margin:0 0 1.25rem;font-size:.875rem}.admin__input,.admin__textarea,.admin__file{background:#fbfbf8;border:1px solid #d9d9cf;border-radius:.625rem;width:100%;padding:.625rem .75rem;font-family:inherit;font-size:.9375rem;transition:border-color .15s}.admin__input:focus,.admin__textarea:focus{border-color:#1e3324;outline:none}.admin__button{color:#fff;cursor:pointer;background:#14201a;border:none;border-radius:999px;padding:.625rem 1.25rem;font-family:inherit;font-size:.875rem;font-weight:700;transition:background .2s}.admin__button:hover:not(:disabled){background:#1e3324}.admin__button:disabled{opacity:.5;cursor:wait}.admin__panel{background:#fff;border:1px solid #e6e6de;border-radius:1.25rem;padding:clamp(1.25rem,3vw,2rem);box-shadow:0 16px 40px #141e140f}.admin__panel+.admin__panel{margin-top:1.5rem}.admin__panel h2{margin:0 0 1.25rem;font-size:1.125rem}.admin__form{grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));gap:1rem;display:grid}.admin__field{flex-direction:column;gap:.375rem;display:flex}.admin__field--wide{grid-column:1/-1}.admin__field label{text-transform:uppercase;letter-spacing:.06em;color:#6b6b60;font-size:.75rem;font-weight:700}.admin__check{align-items:center;flex-direction:row!important;gap:.5rem!important}.admin__check label{text-transform:none!important;letter-spacing:0!important;color:#14170f!important;font-size:.9375rem!important;font-weight:500!important}.admin__form-actions{grid-column:1/-1;align-items:center;gap:1rem;display:flex}.admin__feedback{margin:0;font-size:.875rem}.admin__feedback--ok{color:#1e7a3c}.admin__feedback--err{color:#b3261e}.admin__list{flex-direction:column;display:flex}.admin__item{border-bottom:1px solid #eeeee7;align-items:center;gap:1rem;padding:.875rem 0;display:flex}.admin__item:last-child{border-bottom:none}.admin__thumb{object-fit:contain;background:#f0f0ec;border-radius:.75rem;flex-shrink:0;width:3.25rem;height:3.25rem}.admin__info{flex:1;min-width:0}.admin__name{white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.9375rem;font-weight:700;overflow:hidden}.admin__meta{color:#6b6b60;margin:.125rem 0 0;font-size:.75rem}.admin__actions{align-items:center;gap:.5rem;display:flex}.admin__pill{color:#55554c;cursor:pointer;background:#fff;border:1px solid #d9d9cf;border-radius:999px;padding:.375rem .875rem;font-family:inherit;font-size:.75rem;font-weight:700;transition:all .15s}.admin__pill:hover{color:#14201a;border-color:#14201a}.admin__pill--active{color:#0f1712;background:#f2a900;border-color:#f2a900}.admin__pill--danger:hover{color:#b3261e;background:#fbeae9;border-color:#b3261e}.app{flex-direction:column;align-items:stretch;width:100%;display:flex}
