:root{color-scheme:light;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;--bg: #ffffff;--bg-soft: #f3f4f6;--card: #ffffff;--card-strong: #f8fafc;--line: rgba(17, 17, 17, .14);--primary: #111111;--primary-strong: #2b2b2b;--text: #111111;--muted: rgba(17, 17, 17, .62);--danger: #111111}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:var(--bg-soft);color:var(--text)}#root{min-height:100vh}body,button,input,textarea{font:inherit}button,input,textarea{transition:border-color .16s ease,background-color .16s ease,transform .16s ease,opacity .16s ease,filter .16s ease}.page{max-width:1360px;margin:0 auto;min-height:100vh;padding:1rem;display:flex;flex-direction:column}.page__content{flex:1}.site-header{border:1px solid var(--line);border-radius:20px;background:var(--card);padding:.75rem .85rem;box-shadow:0 18px 48px #02061714;margin:0 0 1rem}.site-header__bar{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.site-header__brand{background:transparent;border:0;padding:.3rem .4rem;border-radius:14px;font-weight:900;letter-spacing:.02em;color:var(--text);font-size:1.25rem}.site-header__brand:hover,.site-header__brand:focus-visible{background:var(--bg-soft);filter:none;transform:none}.icon-button{width:44px;height:44px;padding:0;border-radius:14px;background:transparent;color:var(--text);border:1px solid var(--line);display:grid;place-items:center}.icon-button:hover:not(:disabled),.icon-button:focus-visible{background:var(--bg-soft);filter:none;transform:none}.hamburger{width:22px;height:14px;position:relative;display:block}.hamburger:before,.hamburger:after,.hamburger{background:transparent}.hamburger:before,.hamburger:after{content:"";position:absolute;left:0;right:0;height:2px;border-radius:999px;background:var(--text)}.hamburger:before{top:0;box-shadow:0 6px 0 0 var(--text)}.hamburger:after{bottom:0}.account-pill{display:inline-flex;align-items:center;gap:.65rem;padding:.35rem .65rem .35rem .4rem;border-radius:999px;background:transparent;border:1px solid var(--line);color:var(--text);font-weight:900}.account-pill:hover:not(:disabled),.account-pill:focus-visible{background:var(--bg-soft);filter:none;transform:none}.account-pill.is-active{background:var(--text);border-color:var(--text)}.account-pill__icon{width:38px;height:38px;border-radius:999px;display:grid;place-items:center;background:var(--text)}.account-pill__icon svg{width:20px;height:20px;fill:var(--bg)}.account-pill__label{color:var(--text);padding-right:.1rem}.account-pill.is-active .account-pill__label{color:var(--bg)}.account-pill.is-active .account-pill__icon{background:var(--bg)}.account-pill.is-active .account-pill__icon svg{fill:var(--text)}.site-nav{display:none;margin-top:.7rem;padding-top:.7rem;border-top:1px solid var(--line)}.site-nav__items{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.nav-link{background:transparent;border:1px solid transparent;padding:.45rem .65rem;border-radius:999px;color:var(--text);font-weight:800}.nav-link:hover:not(:disabled),.nav-link:focus-visible{background:var(--bg-soft);filter:none;transform:none}.nav-link.is-active{background:var(--text);border-color:var(--text);color:var(--bg)}.nav-indicator{align-self:center;padding:.45rem .65rem;border-radius:999px;border:1px dashed var(--line);color:var(--muted);font-weight:800}.mobile-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;opacity:0;pointer-events:none;transition:opacity .16s ease}.mobile-menu.is-open{opacity:1;pointer-events:auto}.mobile-menu__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#11111147;border:0;padding:0;border-radius:0}.mobile-menu__panel{position:absolute;top:0;left:0;height:100%;width:min(340px,88vw);background:var(--card);border-right:1px solid var(--line);padding:1rem;display:flex;flex-direction:column;gap:1rem;transform:translate(-102%);transition:transform .18s ease}.mobile-menu.is-open .mobile-menu__panel{transform:translate(0)}.mobile-menu__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.mobile-menu__title{font-weight:900;letter-spacing:.02em}.mobile-menu__close{background:transparent;border:1px solid var(--line);padding:.5rem .7rem;border-radius:14px;font-weight:800;color:var(--text)}.mobile-menu__close:hover:not(:disabled),.mobile-menu__close:focus-visible{background:var(--bg-soft);filter:none;transform:none}.mobile-menu__items{display:grid;gap:.55rem}.mobile-menu__group{border:0;padding:0;margin:0}.mobile-menu__group>summary{list-style:none}.mobile-menu__group>summary::-webkit-details-marker{display:none}.mobile-menu__sub{display:grid;gap:.5rem;padding-left:.7rem;margin-top:.5rem}.mobile-menu__sublink{background:transparent;border:1px solid var(--line);border-radius:16px;padding:.75rem .85rem;text-align:left;font-weight:850;color:var(--text)}.mobile-menu__sublink:hover:not(:disabled),.mobile-menu__sublink:focus-visible{background:var(--bg-soft);filter:none;transform:none}.mobile-menu__sublink.is-active{background:var(--bg-soft)}.mobile-menu__hint{color:var(--muted);font-size:.9rem;padding:.2rem .2rem .2rem .4rem}.mobile-menu__link{background:transparent;border:1px solid var(--line);border-radius:18px;padding:.85rem .9rem;text-align:left;font-weight:900;color:var(--text)}.mobile-menu__link:hover:not(:disabled),.mobile-menu__link:focus-visible{background:var(--bg-soft);filter:none;transform:none}.mobile-menu__link.is-active{background:var(--text);border-color:var(--text);color:var(--bg)}.mobile-menu__indicator{padding:.85rem .9rem;border-radius:18px;border:1px dashed var(--line);color:var(--muted);font-weight:900}.hero__metrics{display:grid;gap:.85rem;grid-template-columns:repeat(1,minmax(0,1fr))}.metric-card,.summary-card{border:1px solid var(--line);border-radius:16px;background:var(--card);padding:1rem}.metric-card span,.summary-card span{display:block;margin-bottom:.35rem;color:var(--muted);font-size:.9rem}.metric-card strong,.summary-card strong{font-size:1.25rem}.layout{display:grid;gap:1rem;grid-template-columns:1fr}.layout>*,.sidebar-stack>*,.account-grid>*,.account-entry>*{min-width:0}.products,.cart,.panel{border:1px solid var(--line);background:var(--card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:1rem;box-shadow:0 18px 48px #02061738}.sidebar-stack,.account-grid,.account-entry,.summary-grid{display:grid;gap:1rem}.section-head{display:flex;justify-content:space-between;align-items:center;gap:.7rem;margin-bottom:1rem}.section-head>*{min-width:0}.section-head--wrap{align-items:flex-start;flex-wrap:wrap}.section-head__stack{display:grid;gap:.75rem}.section-head__stack h2,.section-head__stack p,.section-head h2,.section-head h3,.section-head h4{margin:0}.section-head span{color:var(--muted);font-size:.9rem;text-align:right;word-break:break-word}.about-tabs{display:flex;flex-wrap:wrap;gap:.5rem}.about-content h3{margin-top:0}.products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.15rem}.products-grid--categories{margin-bottom:.25rem}.section-separator{height:1px;background:var(--line);margin:1rem 0;opacity:.7}.products-toolbar{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.search-field{display:grid;gap:.45rem}.search-field span{color:var(--muted);font-size:.88rem}.search-reset{align-self:flex-start}.product-card{display:flex;flex-direction:column;border-radius:18px;overflow:hidden;border:1px solid var(--line);background:var(--card-strong)}.product-card__media{width:100%;aspect-ratio:1 / 1;overflow:hidden;background:var(--bg-soft)}.product-card__media img{width:100%;height:100%;object-fit:cover;display:block}.product-card__body{display:grid;gap:.15rem;padding:.8rem}.product-card__meta{display:flex;justify-content:space-between;align-items:center;gap:.15rem;margin-bottom:-2px}.product-card__counter{color:var(--muted);font-size:.82rem}.product-card h3{margin:0;font-size:.98rem;line-height:1.25;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.product-card__description{margin:0;color:var(--muted);font-size:.92rem;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}.product-card__footer{margin-top:0;margin-bottom:0;display:flex;justify-content:space-between;align-items:flex-end;gap:.15rem}.product-card__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.55rem}.chip{display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .7rem;border-radius:999px;color:var(--text);background:var(--bg-soft);border:1px solid var(--line);font-size:.78rem}.chip--status{color:var(--text);background:var(--bg-soft)}button{border:0;border-radius:12px;padding:.75rem 1rem;font-weight:700;background:linear-gradient(120deg,var(--primary),var(--primary-strong));color:var(--bg);cursor:pointer}button:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px)}button:disabled{opacity:.55;cursor:not-allowed;transform:none}.product-card__tap{width:100%;display:flex;flex-direction:column;padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.product-card__tap:hover:not(:disabled),.product-card__tap:focus-visible{filter:none;transform:none}.product-card__tap:focus-visible{outline:2px solid var(--text);outline-offset:2px}.button--ghost{background:transparent;color:var(--text);border:1px solid var(--line)}.button--ghost.is-active{border-color:var(--text);background:var(--text);color:var(--bg)}.button--back{justify-self:start;padding-inline:.9rem}.auth-box,.account-preview,.last-order,.product-purchase{display:grid;gap:.9rem}.account-preview__logout{background:none;border:0;border-radius:0;padding:0;margin:-.25rem 0 .5rem;color:var(--danger);font-weight:600;text-decoration:underline;text-decoration-thickness:1px;cursor:pointer;align-self:flex-start}.account-preview__logout:hover,.account-preview__logout:focus-visible{opacity:.75;filter:none;transform:none}.auth-tabs{display:flex;flex-wrap:wrap;gap:.6rem}.auth-tabs button{flex:1 1 140px;min-width:0}.preview-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.preview-stats div,.product-meta div{border:1px solid var(--line);border-radius:14px;padding:.85rem;background:var(--card-strong)}.preview-stats span,.product-meta span{display:block;color:var(--muted);font-size:.84rem;margin-bottom:.35rem}.form-grid{display:grid;gap:.85rem}.form-grid--compact{gap:.7rem}.form-grid--profile{grid-template-columns:repeat(1,minmax(0,1fr))}.field{display:grid;gap:.45rem}.field span{color:var(--muted);font-size:.88rem}.field input,.field textarea,.field select,.search-field input{width:100%;border:1px solid var(--line);border-radius:12px;padding:.85rem .9rem;background:var(--bg-soft);color:var(--text)}.field select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.field textarea{resize:vertical}.field input:focus,.field textarea:focus,.search-field input:focus{outline:none;border-color:var(--text)}.field-preview{display:grid;gap:.75rem;padding:.85rem .9rem;border:1px solid var(--line);border-radius:12px;background:var(--card-strong)}.field-preview__text{margin:0;line-height:1.6;color:var(--muted);white-space:pre-wrap;word-break:break-word}.field-preview__toggle{justify-self:start}.field--wide{grid-column:1 / -1}.toggle-list{display:grid;gap:.75rem;margin-top:1rem}.toggle-row{display:flex;justify-content:space-between;align-items:start;gap:1rem;border:1px solid var(--line);border-radius:16px;padding:.95rem;background:var(--card-strong)}.toggle-row strong{display:block;margin-bottom:.25rem}.toggle-row>div{min-width:0}.toggle-row input{width:1.2rem;height:1.2rem;margin-top:.2rem}.form-actions{display:flex;flex-wrap:wrap;gap:.7rem;align-items:center;margin-top:.9rem}.cart-list,.orders-list,.order-items,.steps-list{margin:0;padding:0}.cart-list,.orders-list{list-style:none;display:grid;gap:.8rem}.cart-list li,.order-card{border:1px solid var(--line);border-radius:14px;padding:.85rem;background:var(--card-strong)}.cart-list li{display:flex;justify-content:space-between;align-items:center;gap:.8rem}.cart-list li>div,.order-card__head>div{min-width:0}.cart-list p{margin:0;font-size:.95rem}.cart-list small,.muted,.status{color:var(--muted)}.qty-controls{display:flex;align-items:center;gap:.45rem}.qty-controls button{width:1.9rem;height:1.9rem;border-radius:.55rem;padding:0}.cart-total{margin:1rem 0 .8rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.cart-note{margin:1rem 0 0;color:#f59e0b}.cart-note--muted{color:var(--muted)}.cart-summary{margin:1rem 0 0;display:flex;justify-content:space-between;align-items:center;gap:1rem;color:var(--muted)}.cart-total__amount{display:flex;align-items:baseline;justify-content:flex-end;gap:.6rem;text-align:right}.cart-total__amount s{color:var(--muted)}.pay-btn{width:100%;padding:.85rem 1rem}.product-detail{display:grid}.product-detail__grid{display:grid;gap:1rem;grid-template-columns:1fr}.product-gallery,.product-copy{border:1px solid var(--line);border-radius:18px;background:var(--card-strong);padding:1rem}.product-gallery{display:grid;gap:.9rem}.product-gallery__main{position:relative;overflow:hidden;min-height:320px;border-radius:16px;background:var(--bg-soft)}.product-gallery__main img{width:100%;height:100%;min-height:320px;object-fit:cover;display:block}.product-gallery__empty{min-height:320px;display:grid;place-items:center;color:var(--muted);text-align:center}.slider-nav{position:absolute;top:50%;transform:translateY(-50%);width:2.8rem;height:2.8rem;padding:0;border-radius:999px;background:var(--card);color:var(--text);border:1px solid var(--line)}.slider-nav:hover:not(:disabled){background:var(--bg-soft)}.slider-nav--prev{left:.85rem}.slider-nav--next{right:.85rem}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(auto-fit,minmax(88px,1fr));gap:.75rem}.product-gallery__thumb{padding:0;overflow:hidden;border-radius:14px;border:1px solid var(--line);background:var(--card)}.product-gallery__thumb img{width:100%;height:88px;object-fit:cover;display:block}.product-gallery__thumb.is-active{border-color:var(--text);box-shadow:0 0 0 1px #1111112e}.product-copy{display:grid;gap:1.2rem}.product-copy__head{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.product-copy__price,.product-purchase__price{font-size:clamp(1.5rem,4vw,2rem);line-height:1}.product-description,.product-specs{display:grid;gap:.75rem}.product-description h3,.product-specs h3{margin:0}.product-description p{margin:0;color:var(--muted);line-height:1.7}.specs-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:.75rem;margin:0}.spec-item{margin:0;padding:.9rem 1rem;border-radius:14px;border:1px solid var(--line);background:var(--card-strong)}.spec-item dt{color:var(--muted);font-size:.85rem;margin-bottom:.35rem}.spec-item dd{margin:0;font-size:1rem}.product-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.contacts-grid{display:grid;grid-template-columns:1fr;gap:1rem}.contact-card{display:grid;gap:1rem;border:1px solid var(--line);border-radius:18px;padding:1rem;background:var(--card-strong)}.contact-card__head{display:grid;gap:.45rem}.contact-card__head h3,.contact-card__head p{margin:0}.contact-card__list{display:grid;gap:.85rem;margin:0}.contact-row{display:grid;gap:.28rem;padding-bottom:.85rem;border-bottom:1px solid var(--line)}.contact-row:last-child{padding-bottom:0;border-bottom:0}.contact-row dt{color:var(--muted);font-size:.84rem}.contact-row dd{margin:0;line-height:1.6;word-break:break-word}.order-card__head{display:flex;justify-content:space-between;align-items:start;gap:1rem;margin-bottom:.7rem}.order-card__head h4{margin:0 0 .25rem;word-break:break-word}.order-card__meta{text-align:right;display:grid;gap:.4rem;justify-items:end}.order-card__actions{display:flex;justify-content:flex-end;gap:.7rem;margin-top:1rem;flex-wrap:wrap}.order-items{list-style:none;display:grid;gap:.55rem;margin-top:.9rem}.order-items li{display:flex;justify-content:space-between;gap:1rem;color:var(--muted);font-size:.9rem}.order-items li span{word-break:break-word}.conversation-modal,.password-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;padding:1rem;background:#11111147;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:grid;place-items:center}.conversation-modal__dialog,.password-modal__dialog{width:min(1240px,100%);max-height:calc(100vh - 2rem);overflow:auto;border-radius:24px;border:1px solid var(--line);background:var(--card);padding:1rem;box-shadow:0 28px 80px #0206172e}.conversation-modal__head,.password-modal__head,.password-modal__head-actions,.conversation-modal__head-actions,.conversation-main,.conversation-composer{display:grid;gap:1rem}.conversation-modal__head{margin-bottom:1rem}.conversation-modal__head h3,.password-modal__head h3,.conversation-composer h4{margin:0}.conversation-modal__head p,.password-modal__head p{margin:.35rem 0 0}.password-modal__body{display:grid;gap:1rem;border:1px solid var(--line);border-radius:18px;background:var(--card-strong);padding:1rem}.conversation-stream,.conversation-composer{border:1px solid var(--line);border-radius:18px;background:var(--card-strong);padding:1rem}.conversation-stream{max-height:440px;overflow:auto}.conversation-stream,.conversation-upload-list,.conversation-attachments{display:grid;gap:.9rem}.conversation-message{display:grid;gap:.8rem;border-radius:16px;padding:1rem;background:var(--bg-soft);border:1px solid var(--line)}.conversation-message--client{border-color:var(--text)}.conversation-message--manager{border-color:var(--line);background:var(--card-strong)}.conversation-message--system{border-style:dashed}.conversation-message__head{display:flex;justify-content:space-between;align-items:start;gap:1rem}.conversation-message__head strong,.conversation-message__head span,.conversation-message p{margin:0}.conversation-message__head span{color:var(--muted);font-size:.84rem;text-align:right}.conversation-message p{white-space:pre-wrap;line-height:1.6}.conversation-attachments{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.conversation-attachment{display:grid;gap:.55rem;padding:.75rem;border-radius:14px;border:1px solid var(--line);background:var(--card);color:var(--text);text-decoration:none}.conversation-attachment img{width:100%;height:120px;object-fit:cover;border-radius:12px}.conversation-attachment strong,.conversation-attachment__file{word-break:break-word}.conversation-attachment__file{display:grid;place-items:center;min-height:80px;border-radius:12px;background:var(--bg-soft);color:var(--muted);font-weight:700}.conversation-upload-list{margin:0;padding-left:1.1rem;color:var(--muted)}@media (max-width: 699px){.page{padding:.75rem}.section-head,.order-card__head,.cart-list li,.order-items li,.cart-total,.toggle-row,.product-card__footer,.product-card__meta,.conversation-message__head{flex-direction:column;align-items:flex-start}.order-card__meta,.conversation-message__head span,.section-head span{text-align:left;justify-items:start}.qty-controls{align-self:flex-start}.conversation-modal{padding:.5rem}.conversation-modal__dialog{padding:.75rem;max-height:calc(100vh - 1rem)}.conversation-modal__head-actions{grid-template-columns:1fr}}.steps-list{list-style-position:inside;display:grid;gap:.8rem;color:var(--muted);line-height:1.55}.summary-grid{grid-template-columns:repeat(1,minmax(0,1fr))}.account-main,.account-entry{display:grid;gap:1rem}.site-footer{margin-top:1.25rem;border:1px solid var(--line);border-radius:20px;overflow:hidden;background:var(--card)}.site-footer p{margin:0}.site-footer__upper,.site-footer__lower{padding:1rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}.site-footer__upper{color:var(--muted);background:var(--card);justify-content:center}.site-footer__lower{background:#000;color:#ffffffd6}.site-footer__meta{display:grid;gap:.25rem;text-align:right}.site-footer__social{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.social-badge{width:42px;height:42px;border-radius:999px;display:grid;place-items:center;text-decoration:none;color:var(--text);border:1px solid var(--line);background:#00000005}.social-badge img{width:22px;height:22px;object-fit:contain}.social-badge:hover{filter:brightness(.98)}.social-badge:active{transform:translateY(1px)}.site-footer__copyright{font-weight:600}.payment-badges{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:end}.payment-badge{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .6rem;font-size:.85rem;font-weight:600;color:#ffffffeb}.payment-badge img{height:40px;width:auto;max-width:90px;object-fit:contain;display:block}.error{color:var(--danger)}@media (min-width: 700px){.hero__metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.form-grid--profile{grid-template-columns:repeat(2,minmax(0,1fr))}.summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.contacts-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-card--wide{grid-column:1 / -1}.products-toolbar{flex-direction:row;align-items:end}.search-field{flex:1}.specs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 768px){.page{padding:1.2rem}.products-grid,.account-entry{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width: 900px){.site-nav{display:block}.site-header__burger,.mobile-menu{display:none}.site-header__brand{font-size:1.4rem}}@media (max-width: 899px){.site-header{position:sticky;top:0;z-index:50}}@media (min-width: 980px){.product-detail__grid{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:start}}@media (min-width: 1080px){.page{padding:1.5rem}.layout--shop{grid-template-columns:2fr minmax(340px,1fr);align-items:start}.layout--product{grid-template-columns:minmax(0,2fr) minmax(340px,1fr);align-items:start}.layout--account{grid-template-columns:minmax(0,1fr);align-items:start}.sidebar-stack{position:sticky;top:1rem}.products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.conversation-modal__head{grid-template-columns:minmax(0,1fr) auto;align-items:start}}
