@import"https://fonts.googleapis.com/css2?family=Orbitron:wght@700;900&display=swap";.nav{position:sticky;top:0;z-index:500;padding:12px 0;background:linear-gradient(120deg,#000,#0c1a0c 35%,#138900 70% 100%);box-shadow:0 2px 10px #00000040}.nav:before{display:none}.nav:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(120deg,#0000002e 30%,#1389001f 55%,#1389003d 75%,#1389002e 90%);filter:blur(26px);mix-blend-mode:normal}.nav-container{width:100%;max-width:1200px;margin:0 auto;display:flex;align-items:center;padding:0 20px;position:relative;z-index:502}@media(max-width:600px){.nav-container{padding:0 10px}}.nav-toggle{display:block;border:none;background:transparent;cursor:pointer;z-index:1001;margin-right:20px}.hamburger{display:block;width:24px;height:2px;margin:5px 0;background:#fff;border-radius:2px;transition:all .3s ease-in-out;transform-origin:3px 1px}.nav-toggle.active .hamburger:nth-child(1){transform:rotate(45deg) translate(0)}.nav-toggle.active .hamburger:nth-child(2){opacity:0}.nav-toggle.active .hamburger:nth-child(3){transform:rotate(-45deg) translateY(-1px)}.nav-logo{display:flex;align-items:center;z-index:503;margin-right:auto}.nav-logo-img{height:44px;width:auto;display:block;filter:drop-shadow(0 0 6px rgba(0,0,0,.4))}.nav-right{display:flex;align-items:center;gap:14px}.nav-icon-link{display:flex;align-items:center;justify-content:center;text-decoration:none;margin-right:4px}.nav-icon-wrapper{position:relative;display:inline-block}.nav-badge{position:absolute;top:-5px;right:-8px;background-color:gold;color:#050505;font-size:11px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #138900}.nav-icon-img{height:38px;width:auto;filter:brightness(0) invert(1) drop-shadow(0 0 3px rgba(255,255,255,.6));transition:filter .3s ease}.nav-icon-favorite{height:34px}.nav-icon-compare{height:30px}.nav-icon-bucket{height:34px}.nav-icon-img:hover{filter:brightness(0) invert(1) drop-shadow(0 0 6px rgba(255,255,255,1))}.nav.nav-admin .nav-right{margin-left:auto;justify-content:flex-end}.nav-admin-box{position:fixed;top:10px;right:50px;display:flex;align-items:center;gap:10px;color:#fff;font-weight:600;z-index:505}.nav-admin-login{white-space:nowrap}.nav-admin-logout{padding:6px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.6);background:#ffffff1f;color:#fff;cursor:pointer;transition:background .2s,color .2s}.nav-admin-logout:hover{background:#ffffff40;color:#fff}.nav-links{position:fixed;top:0;left:0;width:max-content;min-width:200px;height:100vh;background:#000000b3;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:80px 0 0;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0;z-index:1000;opacity:0;visibility:hidden;transform:translate(-100%);transition:opacity .3s ease,transform .3s ease,visibility .3s;border-right:1px solid rgba(255,255,255,.1)}.nav-links.active{opacity:1;visibility:visible;transform:translate(0)}.nav-links a{box-sizing:border-box;margin:0;font-size:1.2rem;font-weight:600;width:100%;text-align:left;white-space:nowrap;padding:15px 35px 15px 20px;color:#fff;text-decoration:none;transition:.2s ease;border-radius:0;border-bottom:1px solid rgba(255,255,255,.05)}.nav-links a:last-child{border-bottom:none}.nav-links a:hover{color:#fff;text-shadow:0 0 6px rgba(255,255,255,.5);background:#138900;box-shadow:none}.nav-ai-btn{padding:8px 18px;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.35);font-weight:600;color:#fff;text-decoration:none;white-space:nowrap}.nav-ai-btn:hover{background:#ffffff2e;color:#fff;text-shadow:0 0 10px rgba(255,255,255,.7)}.logo-v3 .logo-text,.logo-helix,.helix-track,.helix-track-2,.logo-helix:before,.logo-helix:after{display:none}@media(max-width:1100px){.nav-logo-img{height:40px}.nav-toggle{margin-right:15px}}.home{background:#f7f9fb;color:#0f172a}.hero{display:grid;grid-template-columns:1.2fr .8fr;gap:32px;padding:40px 24px;background:linear-gradient(135deg,#e9f7ef,#f8fffb);border-bottom:1px solid #e8f0ea}.hero__content h1{margin:8px 0 12px;font-size:36px;font-weight:800;line-height:1.2}.hero__content span{color:#1f9d5c}.hero__eyebrow{margin:0;color:#1f9d5c;font-weight:700;letter-spacing:.4px}.hero__lead{margin:10px 0 18px;color:#4b5563;max-width:620px}.hero__actions{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:18px}.hero__actions .btn{padding:12px 18px;border-radius:10px;font-weight:700}.btn.primary{background:linear-gradient(135deg,#2ecc71,#27ae60);color:#fff;border:none}.btn.ghost{border:1px solid #d1e9d8;color:#1f9d5c;background:#fff}.hero__stats{display:flex;gap:18px;flex-wrap:wrap}.stat{background:#fff;border:1px solid #e6e6e6;border-radius:10px;padding:10px 14px;min-width:180px}.stat strong{display:block;font-size:20px;color:#0f172a}.stat span{color:#6b7280;font-size:14px}.hero__banner{position:relative;background:linear-gradient(145deg,#1f9d5c,#27ae60);color:#fff;border-radius:14px;padding:20px;display:grid;gap:12px;align-content:center}.hero__tag{background:#ffffff29;padding:6px 10px;border-radius:8px;width:fit-content;font-weight:700}.hero__bottle{position:relative;display:flex;align-items:center;gap:12px}.bottle__circle{width:92px;height:92px;border-radius:50%;background:#ffffff24}.bottle__content{display:flex;flex-direction:column;font-size:20px;line-height:1.2}.hero__note{margin:0;color:#ffffffe6}.trust-bar{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;padding:12px 24px 8px;background:#fff;border-bottom:1px solid #e8f0ea}.trust-item{background:#f3fbf6;color:#1f9d5c;font-weight:600;padding:10px 12px;border-radius:10px;border:1px solid #e0f1e5;text-align:center}.section-title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:10px 0 14px}.section-title h2{margin:0;font-size:22px;font-weight:800}.section-title a{color:#1f9d5c;text-decoration:none;font-weight:600}.categories{padding:24px}.categories__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.cat-card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:14px;text-decoration:none;color:#0f172a;display:grid;gap:6px;transition:transform .2s,box-shadow .2s}.cat-card:hover{transform:translateY(-2px);box-shadow:0 10px 30px #00000014}.cat-card__icon{font-size:22px}.cat-card__title{font-weight:700}.cat-card__cta{color:#1f9d5c;font-size:14px}.goals{padding:0 24px 12px}.goals__tags{display:flex;flex-wrap:wrap;gap:8px}.goal-tag{display:inline-flex;align-items:center;gap:6px;border:1px solid #d7e7dc;background:#fff;color:#1f9d5c;border-radius:999px;padding:8px 12px;text-decoration:none;font-weight:700;transition:transform .15s,box-shadow .15s}.goal-tag:hover{transform:translateY(-1px);box-shadow:0 6px 20px #00000014}.promos{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px;padding:0 24px 24px}.promo-card{background:linear-gradient(135deg,#fff,#f5fbf7);border:1px solid #e6efe7;border-radius:12px;padding:14px;display:grid;gap:6px}.promo-card h3{margin:0;font-size:18px;font-weight:800}.promo-card p{margin:0;color:#4b5563}.promo-link{color:#1f9d5c;font-weight:600;text-decoration:none}.benefits{padding:0 24px 24px}.benefits__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px}.benefit{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:14px;display:grid;gap:6px}.benefit strong{color:#0f172a}.benefit span{color:#4b5563;font-size:14px}.highlights{padding:0 24px 24px}.highlights__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}.highlight-card{background:#fff;border:1px solid #e8e8e8;border-radius:14px;overflow:hidden;display:grid;grid-template-rows:180px 1fr;box-shadow:0 10px 30px #0000000a}.highlight__image img{width:100%;height:100%;object-fit:cover;display:block}.highlight__body{padding:12px;display:grid;gap:6px}.highlight__eyebrow{color:#1f9d5c;font-weight:700;margin:0}.highlight-card h3{margin:0;font-size:18px}.steps{padding:0 24px 24px}.steps__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.step-card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:14px;display:grid;gap:6px}.step-number{font-weight:800;color:#1f9d5c}.testimonials{padding:0 24px 24px}.testimonials__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}.testimonial-card{background:linear-gradient(145deg,#f6fffb,#f0f7f2);border:1px solid #dfece3;border-radius:12px;padding:14px}.testimonial-text{margin:0 0 8px;color:#0f172a}.testimonial-name{margin:0;color:#1f9d5c;font-weight:700}.cta{padding:16px 24px 32px}.cta__content{background:linear-gradient(135deg,#2ecc71,#1f9d5c);color:#fff;border-radius:14px;padding:20px;display:grid;gap:10px}.cta__actions{display:flex;gap:10px;flex-wrap:wrap}.cta__actions .btn{border-radius:10px;padding:10px 14px}@media(max-width:960px){.hero{grid-template-columns:1fr;padding:20px 10px}.hero__banner{min-height:240px}.trust-bar{padding:12px 10px 8px}.categories,.goals,.promos,.benefits,.highlights,.steps,.testimonials{padding-left:10px;padding-right:10px}.cta{padding:16px 10px 32px}}@media(max-width:480px){.hero{padding:15px 5px}.trust-bar,.categories,.goals,.promos,.benefits,.highlights,.steps,.testimonials,.cta{padding-left:5px;padding-right:5px}}.lazy-wrapper{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden;border-radius:10px;background:#f5f7fb}.lazy-placeholder{position:absolute;inset:0;background:linear-gradient(90deg,#f5f7fb,#e8edf5,#f5f7fb);background-size:200% 100%;animation:lazy-shimmer 1.4s ease-in-out infinite}@keyframes lazy-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.lazy-img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;transition:opacity .25s ease}.p-card{width:100%;max-width:280px;min-height:100%;background:#fff;border-radius:12px;padding:16px;text-align:left;color:#0f172a;transition:.18s ease;cursor:pointer;border:1px solid rgba(15,23,42,.08);box-shadow:0 10px 22px #0000000d;display:flex;flex-direction:column;gap:12px;box-sizing:border-box;position:relative}@media(max-width:480px){.p-card{max-width:100%}}.p-card:hover{transform:translateY(-4px);box-shadow:0 14px 30px #0000001a}.p-img-wrap{width:100%;aspect-ratio:4 / 5;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:8px;box-sizing:border-box}.p-img{width:100%;height:100%;object-fit:contain}.p-card h3{margin:0;font-size:16px;font-weight:700;color:#0f172a}.p-badge-stock{position:absolute;top:2px;right:2px;background:#1389001f;color:#138900;border:1px solid rgba(19,137,0,.35);border-radius:999px;padding:4px 10px;font-size:12px;font-weight:700;z-index:2}.p-badge-rating{position:absolute;top:2px;left:2px;background:#ffd70029;color:#c08400;border:1px solid rgba(255,215,0,.6);border-radius:999px;padding:4px 10px;font-size:12px;font-weight:800;z-index:2}.p-fav-btn{position:absolute;top:36px;right:6px;z-index:3;width:32px;height:32px;background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.p-fav-btn:hover{transform:scale(1.1)}.p-fav-btn svg{stroke:#138900;fill:transparent;transition:all .2s ease;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.p-fav-btn.active svg{stroke:#138900;fill:url(#stripe-pattern)}.p-cart-btn{position:absolute;top:72px;right:6px;z-index:3;width:32px;height:32px;background:#fff;border:1px solid rgba(19,137,0,.3);border-radius:50%;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#138900;box-shadow:0 2px 5px #0000000d}.p-cart-btn:hover{background:#138900;color:#fff;transform:scale(1.1);box-shadow:0 4px 8px #13890040}.p-cart-btn.active{background:#138900;color:#fff;box-shadow:0 4px 8px #13890040}.p-cart-btn.active svg{stroke:gold}.p-compare-btn{position:absolute;top:108px;right:6px;z-index:3;width:32px;height:32px;background:#fff;border:1px solid rgba(19,137,0,.3);border-radius:50%;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#138900;box-shadow:0 2px 5px #0000000d}.p-compare-btn:hover{background:#138900;color:#fff;transform:scale(1.1);box-shadow:0 4px 8px #13890040}.p-compare-btn.active{background:#138900;color:#fff;box-shadow:0 4px 8px #13890040}.p-compare-btn.active svg{stroke:gold}.p-cat{margin:0;font-size:13px;color:#374151}.p-price{font-size:14px;font-weight:700;color:#0f172a}.products-filters{margin-top:10px;display:flex;align-items:center;gap:16px;flex-wrap:wrap}.products-filters select{padding:8px 12px;border-radius:8px;border:1px solid rgba(19,137,0,.2);background:#138900;color:#fff;font-size:14px;cursor:pointer;transition:all .2s;font-weight:500}.products-filters select:hover{background:#0f6b00}.products-filters select.highlight-pulse{animation:pulse-yellow 1s infinite;box-shadow:0 0 10px #fce30080;border-color:#fce300}@keyframes pulse-yellow{0%{box-shadow:0 0 #fce300b3}70%{box-shadow:0 0 0 10px #fce30000}to{box-shadow:0 0 #fce30000}}.products-filters select option{background:#fff;color:#0f172a}.products-page{color:#0f172a;padding:32px 24px;background:snow;overflow-x:hidden}.products-header h1{margin:0;font-size:28px;font-weight:800;line-height:1.2}.products-title-row{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:20px}.products-title-inner{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.title-prefix{font-weight:500;color:#64748b;font-size:.9em}.title-brand{font-weight:900;color:#0f172a;text-transform:uppercase;letter-spacing:-.02em;margin:0 10px}.brand-header-logo{height:32px;width:auto;object-fit:contain;margin-left:4px}.brand-back-btn{position:relative;padding:12px 32px;font-family:Rajdhani,sans-serif;font-weight:700;font-size:16px;text-transform:uppercase;letter-spacing:2px;color:#fff;background:#138900;border:none;cursor:pointer;clip-path:polygon(10% 0,100% 0,100% 70%,90% 100%,0 100%,0 30%);transition:all .2s ease;overflow:hidden;box-shadow:4px 4px #0f6b00;margin-left:12px}.brand-back-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:.4s;animation:shine-loop 4s infinite ease-in-out}@keyframes shine-loop{0%{left:-100%}20%{left:100%}to{left:100%}}.brand-back-btn:hover:before{left:100%;animation:none;transition:.4s}.brand-back-btn:hover{background:#0f6b00;color:#fff;box-shadow:-4px -4px #0f172a;transform:translate(2px,2px)}.brand-back-btn:active{transform:translate(4px,4px);box-shadow:none}.products-header .muted{margin-top:6px;color:#64748b;font-size:14px}.products-grid{margin-top:24px;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));column-gap:20px;row-gap:24px;justify-items:stretch;align-items:start}.search-label{display:flex;align-items:center;gap:8px;margin-left:10px;margin-right:10px}.search-label input{padding:8px 12px 8px 36px;border-radius:8px;border:1px solid #cbd5e1;font-size:14px;width:200px;transition:all .2s;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:10px center;background-size:16px}.search-label input:focus{outline:none;border-color:#138900;box-shadow:0 0 0 3px #1389001a;width:240px}.products-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px;min-height:auto;align-items:center}.tag{border:1px solid #138900;background:#fff;color:#138900;border-radius:8px;padding:6px 14px;cursor:pointer;font-weight:600;font-size:14px;transition:all .2s}.tag:hover{background:#f0fdf4;border-color:#0f6b00;color:#0f6b00}.tag.active{background:#138900;color:#fff;border-color:#138900;box-shadow:0 4px 10px #13890033}.p-card.skeleton{border:1px solid #e8e8e8;border-radius:12px;padding:12px;background:#fff;min-height:240px}.skeleton-img{width:100%;height:140px;border-radius:10px;background:linear-gradient(90deg,#f2f4f5,#e9eef1,#f2f4f5);background-size:200% 100%;animation:shimmer 1.2s infinite;margin-bottom:10px}.skeleton-line{height:12px;border-radius:6px;background:linear-gradient(90deg,#f2f4f5,#e9eef1,#f2f4f5);background-size:200% 100%;animation:shimmer 1.2s infinite;margin-bottom:8px}.skeleton-line.w-80{width:80%}.skeleton-line.w-60{width:60%}.skeleton-line.w-50{width:50%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:768px){.products-page{padding:10px}.products-grid{grid-template-columns:repeat(2,1fr);column-gap:8px}.products-title-row{flex-direction:column;align-items:flex-start}.products-filters{flex-direction:column;align-items:stretch;gap:12px}.products-filters label{display:flex;flex-direction:column;gap:4px;width:100%}.products-filters select{width:100%}.search-label{margin-left:0;margin-right:0;flex-direction:column;align-items:stretch;width:100%}.search-label input{width:100%;background-position:10px center}.search-label input:focus{width:100%}.products-tags{justify-content:flex-start}}@media(max-width:480px){.products-grid{grid-template-columns:1fr}}.modal-backdrop{position:fixed;inset:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-card{background:#fff;color:#0f172a;border-radius:16px;padding:24px;max-width:980px;width:95%;box-shadow:0 20px 50px #00000059;position:relative}.modal-close{position:absolute;top:10px;right:12px;border:none;background:transparent;font-size:20px;cursor:pointer;color:#111827}.modal-card h2{margin:0 0 4px;font-size:26px;font-weight:800}.modal-card .muted{margin:0 0 12px;color:#64748b}.product-modal__body{display:grid;grid-template-columns:1fr 1.1fr;gap:20px;align-items:start}.product-modal__left{background:linear-gradient(145deg,#f7fdf9,#eef7f0);border:1px solid #e5efe5;border-radius:14px;padding:16px;display:flex;justify-content:center;align-items:center}.product-modal__image img{width:100%;height:auto;object-fit:contain;max-height:420px}.product-modal__right{display:flex;flex-direction:column;gap:12px}.product-modal__category{margin:0;color:#27ae60;font-weight:700;letter-spacing:.3px}.product-modal__title{margin:0;font-size:26px;font-weight:800;color:#0f172a}.product-modal__rating{font-size:14px;color:#64748b}.product-modal__price-block{background:#f7fff9;border:1px solid #e0f2e7;border-radius:12px;padding:12px 14px;display:grid;gap:6px}.product-modal__price{font-size:24px;font-weight:800;color:#1f8c4f}.product-modal__subprice{font-size:14px;color:#4b5563}.product-modal__meta{display:flex;gap:12px;flex-wrap:wrap;font-size:14px;color:#0f172a}.product-modal__meta span{background:#f5f7fb;padding:6px 10px;border-radius:10px;border:1px solid #e5e7eb}.product-modal__actions{display:flex;gap:10px;flex-wrap:wrap}.product-modal__actions .btn{border:none;border-radius:10px;padding:10px 16px;font-weight:700;cursor:not-allowed}.product-modal__actions .btn.primary{background:linear-gradient(135deg,#2ecc71,#27ae60);color:#fff}.product-modal__actions .btn.ghost{background:#fff;color:#27ae60;border:1px solid #d1e9d8}.product-modal__specs{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-top:6px}.product-modal__specs .spec{border:1px solid #e5e7eb;border-radius:12px;padding:10px 12px;background:#fafbfc}.spec__label{font-size:13px;color:#6b7280;margin-bottom:4px}.spec__value{font-size:14px;color:#111827;font-weight:600}@media(max-width:900px){.product-modal__body{grid-template-columns:1fr}.product-modal__left{max-height:380px}.product-modal__image img{max-height:360px}}.cyber-modal-backdrop{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cyber-modal{background:#fce300;color:#0f172a;border:2px solid #0f172a;box-shadow:10px 10px #0f172a;padding:0;width:90%;max-width:400px;position:relative;clip-path:polygon(0 0,100% 0,100% 85%,90% 100%,0 100%);animation:modal-pop .3s cubic-bezier(.18,.89,.32,1.28)}.cyber-modal-header{background:#0f172a;padding:12px;display:flex;justify-content:center}.cyber-logo{height:30px;object-fit:contain;filter:brightness(0) invert(1)}.cyber-modal-content{padding:24px 24px 12px;font-weight:800;font-size:18px;text-align:center;color:#14532d;text-transform:uppercase;line-height:1.4}.cyber-modal-close{display:block;width:100%;padding:16px;background:transparent;border:none;border-top:2px solid #0f172a;font-weight:900;font-size:18px;text-transform:uppercase;cursor:pointer;transition:background .2s;color:#0f172a}.cyber-modal-close:hover{background:#eab308}@keyframes modal-pop{0%{transform:scale(.8) translateY(20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.products-count-animated{display:inline-block;transition:transform .3s ease-out,text-shadow .3s ease-out,color .3s ease-out;font-weight:700;min-width:20px;text-align:center}.products-count-animated.highlight{transform:scale(1.5);color:#475569;text-shadow:-1px -1px 0 #2c3e50,1px -1px 0 #2c3e50,-1px 1px 0 #2c3e50,1px 1px 0 #2c3e50}.products-count-animated.highlight{transform:scale(1.5);color:#708090;text-shadow:none}.suggestions-container{display:flex;align-items:center;gap:8px;margin-left:10px;flex-wrap:wrap;padding-bottom:2px}.suggestion-chip{background:#14532d1a;color:#14532d;padding:4px 10px;border-radius:12px;font-size:13px;white-space:nowrap;cursor:pointer;border:1px solid rgba(20,83,45,.2);transition:all .2s;flex-shrink:0}.suggestion-chip:hover{background:#14532d;color:#fff;border-color:#14532d}@media(max-width:768px){.suggestions-container{width:100%;margin-left:0;margin-top:8px;max-width:none}}.profile-container{max-width:600px;margin:60px auto;padding:32px 24px;color:var(--text-main);background:#1e293bd9;border-radius:24px;border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 40px #00000059;text-align:center;font-family:Inter,Arial,sans-serif}.profile-container h2{font-family:Montserrat,Inter,sans-serif;font-size:28px;font-weight:800;margin-bottom:10px}.profile-container p{color:var(--text-muted);margin-bottom:20px}.avatar-block{margin:20px 0}.avatar-img{width:100px;height:100px;border-radius:50%;border:2px solid #ffffff;object-fit:cover}.profile-buttons{margin-top:24px;display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.save-btn{min-width:160px}.logout-btn{min-width:140px}.profile-dashboard{max-width:1100px;margin:40px auto;padding:24px;color:var(--text-main);background:#1e293be6;border-radius:24px;border:1px solid rgba(255,255,255,.16);box-shadow:0 24px 60px #00000080;font-family:Inter,Arial,sans-serif}.profile-dashboard-header{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px}.profile-dashboard-header h2{margin:0 0 4px;font-family:Montserrat,Inter,sans-serif;font-size:26px;font-weight:800}.profile-dashboard-header p{margin:0;color:var(--text-muted)}.profile-dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px}.profile-card{background:#0f172ab3;border-radius:18px;padding:18px 20px;border:1px solid rgba(148,163,184,.4)}.profile-card h3{margin:0 0 10px;font-size:18px;font-family:Montserrat,Inter,sans-serif}.profile-card ul{list-style:none;padding:0;margin:0;font-size:14px}.profile-card ul li+li{margin-top:6px}.profile-orders li{display:flex;flex-direction:column;gap:2px}.order-date{font-size:12px;color:var(--text-muted)}.order-name{font-weight:500}.order-amount{font-size:13px;color:#a7f3d0}.rec-name{display:block;font-weight:500}.rec-reason{font-size:12px;color:var(--text-muted)}.profile-ai-history ul{max-height:180px;overflow-y:auto}.ai-question{font-size:13px}.muted{color:var(--text-muted);font-size:13px}@media(max-width:768px){.profile-dashboard{margin:20px 12px;padding:18px}.profile-dashboard-grid{grid-template-columns:1fr}}.assistant-page{padding:20px;min-height:calc(100vh - 80px);display:flex;flex-direction:column;gap:16px}.assistant-header h2{margin:0 0 4px;font-family:Montserrat,Inter,sans-serif;font-size:24px;font-weight:800}.assistant-header p{margin:0;color:var(--text-muted);font-size:14px}.assistant-chat{flex:1;display:flex;flex-direction:column;border-radius:24px;border:1px solid rgba(255,255,255,.15);box-shadow:0 16px 40px #00000059;background:#f8fafcfa;color:#0f172a;overflow:hidden}.assistant-messages{flex:1;padding:16px;overflow-y:auto;background:#f7fff9}.assistant-msg{margin:10px 0;padding:10px 12px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;font-size:14px}.assistant-msg-user{background:#ecfff1;border-color:#3cb37159;text-align:right}.assistant-msg-ai{background:#fff}.assistant-msg-title{font-weight:700;margin-bottom:4px}.assistant-msg-body{line-height:1.5}.assistant-msg-html .recs-title{font-weight:800;margin:8px 0 6px;display:flex;justify-content:space-between;gap:16px}.assistant-msg-html .ll-recs-scroll{width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.assistant-msg-html .toggle-link{color:#2e8b57;text-decoration:underline;cursor:pointer;font-weight:600}.assistant-msg-html .ll-recs{width:100%;min-width:640px;border-collapse:collapse;font-size:13px}.assistant-msg-html .ll-recs th,.assistant-msg-html .ll-recs td{border:1px solid #e5e7eb;padding:6px 8px;text-align:left}.assistant-msg-html .ll-recs th{background:#f7fff9;font-weight:700}.assistant-msg-html .ll-recs tr.top5 td{border-width:2px;border-color:#2e8b57}.assistant-loading{display:inline-flex;align-items:center;gap:8px;color:#2e8b57}.assistant-spinner{width:16px;height:16px;border-radius:50%;border:2px solid #90ee90;border-top-color:#2e8b57;animation:assistant-spin .9s linear infinite}@keyframes assistant-spin{to{transform:rotate(360deg)}}.assistant-input-row{border-top:1px solid #e5e7eb;padding:12px;background:#fff;display:flex;gap:10px;align-items:flex-end}.assistant-input-row textarea{flex:1;min-height:56px;max-height:120px;resize:vertical;padding:10px 12px;border-radius:10px;border:1px solid #e5e7eb;font-size:14px;font-family:Inter,Arial,sans-serif}.assistant-input-row button{white-space:nowrap}.assistant-tabs{margin-top:12px;display:flex;justify-content:space-between;gap:8px}.assistant-tab{flex:1;text-align:center;text-decoration:none;color:#e0ffff;font:600 12px/1.2 Inter,Arial,sans-serif;background:#3cb371;padding:10px 6px;border-radius:10px}.assistant-tab:hover{background:#2e8b57}@media(max-width:768px){.assistant-page{padding:12px;min-height:calc(100vh - 70px)}}.admin-page{padding:16px;color:#0f172a;background:#f7f9fb;position:fixed;inset:64px 0 0;overflow:hidden;display:flex;flex-direction:column;box-sizing:border-box}.auth-mode{display:flex;flex-direction:column}.admin-header{display:grid;gap:8px;margin-bottom:12px}.company-brand{display:flex;align-items:center;gap:12px}.company-logo{height:42px;width:auto;object-fit:contain;border-radius:6px;background:#fff;padding:4px 6px;border:1px solid #dbe7dd;box-shadow:0 4px 10px #00000014}.auth-form{display:grid;gap:10px;max-width:320px;padding:16px;background:#fff;border:1px solid #e3e8ef;border-radius:10px;box-shadow:0 6px 20px #00000014}.auth-form label{display:grid;gap:4px;color:#0f172a;font-weight:600}.auth-form input{padding:8px 10px;border-radius:8px;border:1px solid #000;font-size:14px}.auth-form button{padding:10px 12px;border:none;border-radius:8px;background:#1f9d5c;color:#fff;font-weight:700;cursor:pointer}.auth-form button:hover{background:#18814c}.auth-wrapper{flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:12px}.auth-title{margin:0;font-size:26px;font-weight:800;color:#0f172a;text-align:center}.admin-meta{display:flex;gap:12px;color:#475569}.admin-actions{display:flex;gap:8px}.admin-actions button{padding:8px 12px;border-radius:8px;border:1px solid #dbe7dd;background:#fff;cursor:pointer}.muted{color:#64748b}.error{color:#d14343;font-weight:700}.sheet{border:1px solid #e3e8ef;border-radius:10px;overflow:visible;background:#fff;box-shadow:0 10px 30px #0000000d;width:max-content;min-width:100%;position:relative;margin-left:0}.sheet-scroll{overflow-x:auto;overflow-y:auto;position:relative;flex:1;min-height:0;max-height:calc(100vh - 220px);overscroll-behavior:contain;padding:0 0 18px}.sheet-header,.sheet-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));position:relative}.sheet-header{background:#eef5f0;border-bottom:1px solid #d9e5dc;font-weight:700;color:#1f9d5c;position:sticky;top:0;z-index:30}.sheet-body .sheet-row:nth-child(odd){background:#f8fbf9}.sheet-row{position:relative;margin:0;gap:0}.sheet-body{position:relative;gap:0}.sheet-row.even{background:#f8fbf9}.sheet-row.odd{background:#fff}.sheet-row:not(.selected):hover{background:#fff9d6!important}.sheet-row:not(.selected):hover .sheet-cell.editable{background:#fff9d6}.sheet-row:not(.selected):hover .sheet-cell.editable input{background:#fff;outline:2px solid #7adf9b;border-radius:6px;padding:2px 4px}.sheet-row:not(.selected):hover .sheet-cell .status-select{border-color:#7adf9b;box-shadow:0 0 0 2px #7adf9b80}.sticky-col{position:initial;left:auto;right:auto;z-index:auto;box-shadow:none;background:inherit;transform:none;min-width:auto;max-width:none;width:auto;flex-shrink:1}.sheet-header .sticky-col{position:initial;left:auto;background:inherit;box-shadow:none;z-index:auto;top:auto}.sheet-row .sticky-col{position:initial;left:auto;background:inherit;box-shadow:none;z-index:auto}.columns-panel-backdrop{position:fixed;inset:0;background:transparent;z-index:30}.columns-panel{position:absolute;top:90px;right:24px;background:#fff;border:1px solid #dbe7dd;border-radius:10px;box-shadow:0 12px 32px #0000001f;padding:12px 14px;min-width:240px}.columns-panel-title{font-weight:700;margin-bottom:8px;color:#0f172a}.columns-panel-item{display:flex;align-items:center;gap:8px;padding:4px 0;color:#0f172a}.sheet-row:nth-child(odd) .sticky-col{background:#f8fbf9}.sheet-scroll{scrollbar-color:#cfd3d7 #f2f4f7;scrollbar-width:auto;scrollbar-gutter:stable both-edges}.sheet-scroll::-webkit-scrollbar{height:16px}.sheet-scroll::-webkit-scrollbar-track{background:#f2f4f7;border-radius:10px;border:1px solid #e3e8ef;margin:0 4px}.sheet-scroll::-webkit-scrollbar-thumb{background:repeating-linear-gradient(90deg,#cfd3d7,#cfd3d7 6px,#d9dde0 6px 12px);border-radius:10px;border:1px solid #c5c9cc}.sheet-cell{border-right:1px solid #e3e8ef;padding:4px 6px;min-height:26px;display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sheet-row.selected{background:#ffe3a3!important}.sheet-row.selected .sheet-cell{white-space:normal;text-overflow:initial;overflow:visible;align-items:flex-start}.sheet-row.selected .sheet-cell.editable input{background:#fffaf0;outline:2px solid #e9c561;border-radius:6px;padding:2px 4px}.sheet-row.selected .sheet-cell .status-select{align-self:flex-start}.sheet-row.selected .readonly-cell{white-space:pre-wrap;word-break:break-word}.sheet-row.selected .link-cell,.sheet-row.selected .link-cell a{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;word-break:normal;text-align:right;direction:rtl}.sheet-cell.editable{cursor:default}.sheet-cell:last-child{border-right:none}.sheet-cell.head{align-items:center;position:relative;cursor:pointer}.link-cell-wrap{overflow:visible}.sheet-cell.head .head-btn{background:none;border:none;padding:0;margin:0;width:100%;text-align:left;font-weight:inherit;color:inherit;cursor:inherit;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sheet-cell input{width:100%;border:none;outline:none;background:transparent;font-size:13px;color:#0f172a}.link-editing{overflow:hidden}.cell-textarea{width:100%;min-height:28px;border:1px solid #dbe7dd;border-radius:8px;font-size:13px;color:#0f172a;padding:4px 6px;resize:none;background:#fffaf0;line-height:1.4;box-sizing:border-box;overflow:hidden}.sheet-cell::-webkit-scrollbar,.cell-textarea::-webkit-scrollbar,.link-editing::-webkit-scrollbar{display:none}.sheet-cell,.cell-textarea,.link-editing{scrollbar-width:none}.sheet-cell.editable input:hover{outline:2px solid #7adf9b;border-radius:6px;padding:2px 3px;background:#fff}.sheet-cell input:focus{outline:2px solid #1f9d5c;border-radius:6px;padding:2px 3px;background:#fff}.col-resizer{position:absolute;right:0;top:0;width:8px;height:100%;cursor:col-resize;-webkit-user-select:none;user-select:none}.col-resizer:after{content:"";position:absolute;top:0;bottom:0;left:3px;width:2px;background:transparent;transition:background .2s}.col-resizer:hover:after{background:#c5d7cc}.link-cell{position:relative;width:100%;display:flex;align-items:center;gap:6px;overflow:visible;text-overflow:ellipsis;white-space:nowrap}.link-cell a{color:#1f6feb;text-decoration:underline;display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:normal;direction:rtl;unicode-bidi:plaintext;text-align:right}.no-image{color:#d14343;text-align:center;font-size:12px;line-height:1.4}.preview-loading{color:#475569;font-size:12px;text-align:center}.link-cell a{color:#1f6feb;transition:color .15s ease,font-weight .15s ease}.link-cell a:hover{color:#0f4fbf;font-weight:600}.row-preview{position:fixed;transform:translateY(-50%);padding:6px;background:#fff;border:1px solid #dbe7dd;border-radius:8px;box-shadow:0 6px 20px #0000001f;z-index:120;display:flex;align-items:center;justify-content:center;pointer-events:auto}.row-preview img{max-width:100%;max-height:100%;object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.preview-hint{position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:5px;background:#fff7e6;color:#0f172a;padding:12px 16px;border-radius:10px;font-size:26px;line-height:1.4;box-shadow:0 8px 20px #00000024;border:1px solid #e8dbc4;pointer-events:none;white-space:normal;width:400px;max-width:400px;text-align:center;word-break:break-word;z-index:100}.hint-hotkey{font-weight:800;font-size:14px}.resize-handle{position:absolute;width:12px;height:12px;background:#1f9d5ce6;border:1px solid #0f9d5c;border-radius:3px;padding:0;margin:0;cursor:nwse-resize;pointer-events:auto}.resize-handle.nw{top:-6px;left:-6px;cursor:nwse-resize}.resize-handle.ne{top:-6px;right:-6px;cursor:nesw-resize}.resize-handle.sw{bottom:-6px;left:-6px;cursor:nesw-resize}.resize-handle.se{bottom:-6px;right:-6px;cursor:nwse-resize}.cell-tooltip{position:fixed;max-width:420px;padding:8px 10px;background:#fff;color:#0f172a;border:1px solid #dbe7dd;border-radius:8px;box-shadow:0 8px 24px #0000001f;z-index:60;white-space:normal;line-height:1.35}.readonly-cell{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.highlight-match{background:#d6f8e5;color:#0f9d5c;padding:0 1px;border-radius:3px}.status-select{width:100%;padding:4px 6px;border-radius:6px;border:1px solid #dbe7dd;background:#fff;font-size:13px}.link-menu{position:absolute;top:100%;left:0;background:#fff;border:1px solid #dbe7dd;box-shadow:0 6px 20px #00000014;border-radius:8px;padding:6px;display:grid;gap:4px;z-index:20}.link-menu button{border:none;background:#f4f7ff;padding:6px 10px;border-radius:6px;cursor:pointer;text-align:left}.link-menu button:hover{background:#dce7ff;color:#1f6feb}.saving-overlay{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:#00000026;z-index:999}.saving-modal{background:#fff;padding:16px 24px;border-radius:12px;box-shadow:0 10px 30px #00000026;font-weight:700;color:#1f9d5c;border:1px solid #dbe7dd}.edit-overlay{position:fixed;inset:0;background:#0003;display:block;z-index:1000}.edit-modal{background:#fff;padding:10px 5px 12px;border-radius:12px;box-shadow:0 12px 32px #00000029;width:360px;max-width:90vw;border:1px solid #dbe7dd}.edit-modal-header{margin-bottom:12px}.edit-modal-title{font-weight:700;color:#1f9d5c}.edit-modal-sub{color:#475569;font-size:13px;margin-top:4px}.edit-modal-input{width:calc(100% - 12px);min-width:100px;min-height:105px;padding:10px 12px;margin:5px 5px 10px;border-radius:8px;border:1px solid #c5d7cc;font-size:14px;resize:vertical;box-sizing:border-box}.modal-active{background:#fff9d6!important}.link-editing{background:#e6f0ff;width:100%;min-width:420px;max-width:90vw;font-size:13px;overflow-x:auto}.admin-filters{display:flex;gap:12px;flex-wrap:wrap;align-items:center;margin-top:4px}.admin-filters label{display:flex;align-items:center;gap:5px}.columns-toggle{margin-left:auto;padding:8px 12px;border:1px solid #dbe7dd;border-radius:8px;background:#fff;cursor:pointer;color:#0f172a}.search-label input{width:260px}.search-count{color:#475569;font-size:12px}.gerk-page{padding:24px;color:#0f172a;background:snow;min-height:100vh}.gerk-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}.gerk-media{background:#fff;border-radius:12px;padding:16px;border:1px solid rgba(15,23,42,.08)}.gerk-gallery{display:flex;justify-content:center;align-items:center;padding:6px}.gerk-photo{width:100%;max-width:460px;max-height:460px;border-radius:12px;background:#f7f7f7;border:1px solid rgba(15,23,42,.08);object-fit:contain;min-height:220px;margin:0 auto;box-shadow:0 10px 26px #00000014}.gerk-photo.placeholder{display:grid;place-items:center;color:#ffffffa6;font-weight:600}.gerk-thumbs{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap;justify-content:flex-start}.gerk-thumb-btn{border:1px solid transparent;background:transparent;padding:0;border-radius:10px;cursor:pointer}.gerk-thumb-btn.is-active{border-color:#1f9d5cb3;box-shadow:0 0 0 2px #1f9d5c40}.gerk-thumb{width:88px;height:88px;object-fit:contain;border-radius:10px;border:1px solid rgba(15,23,42,.12);background:#f7f7f7;display:block}.gerk-info{background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:12px;padding:20px;box-shadow:0 10px 26px #00000014}.gerk-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.gerk-brand-badge{padding:6px 10px;border-radius:999px;background:#1f9d5c1f;color:#0f172a;border:1px solid rgba(31,157,92,.3);font-weight:700;font-size:13px}.gerk-brand-logo{height:36px;width:auto;object-fit:contain}.gerk-brand-logo-btn,.gerk-brand-badge,.gerk-brand-missing{cursor:pointer}.gerk-brand-logo-btn{background:transparent;border:none;padding:0;margin:0}.gerk-brand-missing{font-size:13px;color:#0f172a;background:#0f172a0f;border:1px dashed rgba(15,23,42,.25);padding:6px 10px;border-radius:10px}.gerk-title{margin:0 0 12px;font-size:28px;line-height:1.2}.gerk-price-row{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.gerk-price{margin:12px 0 16px}.gerk-price__value{font-size:26px;font-weight:700;color:#1f9d5c}.gerk-selector{margin:12px 0}.gerk-selector__label{font-weight:700;margin-bottom:6px}.gerk-selector__options{display:flex;flex-wrap:wrap;gap:8px}.gerk-chip{padding:8px 12px;border-radius:10px;border:1px solid rgba(15,23,42,.12);background:#f8fafc;cursor:pointer;transition:.2s ease}.gerk-chip.is-active{border-color:#1f9d5c99;background:#1f9d5c1f;color:#0f172a}.gerk-chip.is-inactive{color:#9ca3af;border-color:#9ca3af80;position:relative;overflow:hidden}.gerk-chip.is-inactive:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,transparent 40%,rgba(156,163,175,.5) 50%,transparent 60%);transform:rotate(-2deg);pointer-events:none}.gerk-actions{display:flex;gap:12px;flex-wrap:wrap}.gerk-btn-primary{background:#1f9d5c}.gerk-btn-primary:hover{background:#1a8c52}.gerk-btn-secondary{border:1px solid rgba(255,255,255,.25);color:#0f172a}.gerk-meta{margin-top:16px;display:grid;gap:8px}.gerk-meta__row{display:flex;gap:8px;color:#0f172a}.gerk-meta__label{color:#0f172a}.gerk-tabs{margin-top:28px;background:#fff;border:1px solid rgba(15,23,42,.08);border-radius:12px}.gerk-tabs__nav ul{list-style:none;margin:0;padding:0 14px;display:flex;gap:10px;flex-wrap:wrap}.gerk-tabs__nav li{padding:12px 16px;cursor:pointer;border-radius:10px;color:#0f172a;transition:background .2s,color .2s}.gerk-tabs__nav li:hover{background:#1f9d5c14}.gerk-tabs__nav li.is-active{background:#1f9d5c24;color:#0f172a;border:1px solid rgba(31,157,92,.35)}.gerk-tabs__content{padding:16px 18px 20px;color:#0f172a}.gerk-text{margin:0;line-height:1.6;color:#0f172a}.gerk-status{margin-top:16px;padding:12px 14px;border-radius:10px;background:#ffffff0f}.gerk-status.error{background:#ff636329;border:1px solid rgba(255,99,99,.35)}@media(max-width:1100px){.gerk-grid{grid-template-columns:1fr}.gerk-page{padding:16px}.gerk-gallery{padding:0}.gerk-tabs__nav ul{gap:6px}}@media(max-width:768px){.gerk-title,.gerk-price__value{font-size:22px}.gerk-actions{flex-direction:column}.gerk-thumbs{overflow-x:auto;padding-bottom:6px}.gerk-thumb{width:72px;height:72px}}.favorites-page{background-color:#f8f9fa;min-height:100vh;padding-bottom:60px}.favorites-container{max-width:1200px;margin:0 auto;padding:20px;font-family:Inter,sans-serif;position:relative}@media(max-width:768px){.favorites-page{padding-bottom:20px}.favorites-container{padding:10px}}.page-header-row{display:flex;align-items:center;gap:20px;margin-bottom:20px}.page-title{font-size:24px;font-weight:700;margin:0;color:#0f172a}.tabs-header{display:flex;align-items:center;border-bottom:1px solid #e2e8f0;margin-bottom:20px;position:relative;justify-content:space-between}.tab-link{text-decoration:none;font-size:16px;padding:10px 0;margin-right:30px;position:relative;display:flex;align-items:baseline;gap:8px}.tab-link .tab-label{color:#64748b;font-weight:500;padding:4px 10px;border-radius:4px;transition:all .2s}.tab-link:hover .tab-label{color:#334155}.tab-link.active .tab-label{background-color:#138900;color:#fff;font-weight:600}.tab-link.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background-color:#138900}.tab-link .tab-count{font-size:13px;color:#94a3b8;font-weight:400}.tab-link.active .tab-count{color:#138900}.tabs-actions{display:flex;align-items:center;gap:20px}.to-catalog-btn{text-decoration:none;color:#0f172a;font-size:14px;font-weight:500;padding:6px 12px;border:1px solid #e2e8f0;border-radius:4px;background-color:#fff;transition:background-color .2s}.to-catalog-btn:hover{background-color:#f1f5f9}.to-catalog-btn.green-btn{background-color:#138900;color:#fff;border:1px solid #138900;padding:8px 16px;font-weight:600}.clear-icon{font-size:18px;line-height:1}.favorites-content-wrapper{display:grid;grid-template-columns:1fr 340px;gap:20px;align-items:start}.empty-state{text-align:center;padding:40px;background:#fff;border-radius:8px;border:1px solid #e2e8f0;color:#64748b;font-size:16px}.empty-state-link{display:inline-block;margin-top:10px;color:#138900;text-decoration:none;font-weight:500}.empty-state-link:hover{text-decoration:underline}.favorite-card{background:#fff;border:1px solid #e2e8f0;border-radius:4px;padding:20px;display:grid;grid-template-columns:100px 1fr auto auto;gap:20px;align-items:center;margin-bottom:15px;box-shadow:0 1px 2px #0000000d}.card-image-wrapper{width:100px;height:100px;display:flex;align-items:center;justify-content:center}.card-image{max-width:100%;max-height:100%;object-fit:contain}.card-info{display:flex;flex-direction:column;gap:6px}.card-title{font-size:16px;font-weight:600;color:#0f172a;margin:0}.card-title-link{background:none;border:none;padding:0;margin:0;font:inherit;color:inherit;text-align:left;cursor:pointer;text-decoration:none}.card-title-link:hover{color:#2563eb;text-decoration:underline}.card-title-link:focus-visible{outline:2px solid rgba(37,99,235,.5);outline-offset:2px;border-radius:2px}.card-flavor{font-size:14px;color:#64748b}.card-controls{display:flex;align-items:center;gap:30px}.quantity-control{display:flex;align-items:center;border:1px solid #e2e8f0;border-radius:4px;height:36px}.quantity-control button{width:32px;height:100%;border:none;background:#f8fafc;cursor:pointer;font-size:18px;color:#64748b;display:flex;align-items:center;justify-content:center}.quantity-control button:hover{background:#f1f5f9}.quantity-control input{width:40px;height:100%;border:none;border-left:1px solid #e2e8f0;border-right:1px solid #e2e8f0;text-align:center;font-size:15px;color:#0f172a;outline:none}.card-price{font-size:18px;font-weight:700;color:#0f172a;white-space:nowrap}.card-actions{display:flex;flex-direction:column;gap:12px;align-items:flex-end;min-width:100px}.action-btn{background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:6px;font-size:13px;font-weight:500;padding:0}.to-cart-btn{color:#138900}.to-cart-btn:hover{color:#0f6b00}.to-fav-btn{color:#138900}.to-fav-btn:hover{color:#0f6b00}.delete-btn{color:#94a3b8}.delete-btn:hover{color:#ef4444}.order-summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:4px;padding:25px;box-shadow:0 1px 2px #0000000d}.summary-title{margin:0 0 20px;font-size:18px;font-weight:600}.promo-block{display:flex;gap:0;margin-bottom:10px}.promo-input{flex:1;border:1px solid #e2e8f0;border-radius:4px 0 0 4px;padding:10px 12px;font-size:14px;outline:none}.promo-input:focus{border-color:#138900}.promo-btn{background:#138900;color:#fff;border:none;border-radius:0 4px 4px 0;padding:0 15px;cursor:pointer;font-weight:500;transition:background .2s}.promo-btn:hover{background:#0f6b00}.partner-code-link{display:block;font-size:13px;color:#0f172a;text-decoration:underline;margin-bottom:25px}.partner-code-link:hover{color:#138900}.summary-rows{display:flex;flex-direction:column;gap:12px;margin-bottom:25px}.summary-row{display:flex;justify-content:space-between;font-size:14px;color:#64748b}.total-row{font-size:18px;font-weight:700;color:#0f172a;padding-top:15px;border-top:1px solid #e2e8f0;margin-top:5px}.checkout-btn{width:100%;padding:14px;background:#cbd5e1;color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:600;cursor:not-allowed}.checkout-btn:not(:disabled){background:#138900;cursor:pointer}@media(max-width:900px){.favorites-content-wrapper{grid-template-columns:1fr}.favorite-card{grid-template-columns:80px 1fr;grid-template-areas:"image info" "image controls" "image actions";gap:10px}.card-image-wrapper{grid-area:image;align-self:start}.card-info{grid-area:info}.card-controls{grid-area:controls;justify-content:space-between;width:100%}.card-actions{grid-area:actions;flex-direction:row;justify-content:flex-start;margin-top:10px}}.compare-page{background-color:#f8f9fa;min-height:100vh;padding-bottom:60px}.compare-container{max-width:1200px;margin:0 auto;padding:20px;font-family:Inter,sans-serif}@media(max-width:768px){.compare-page{padding-bottom:20px}.compare-container{padding:10px}}.compare-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.page-title{font-size:24px;font-weight:700;color:#0f172a;margin:0}.page-header-row{display:flex;align-items:center;gap:20px}.compare-table-wrapper{overflow-x:auto;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;border:1px solid #e2e8f0}.compare-table{width:100%;border-collapse:collapse;min-width:600px}.compare-table th,.compare-table td{padding:16px;text-align:left;border-bottom:1px solid #e2e8f0;border-right:1px solid #e2e8f0}.compare-table th:last-child,.compare-table td:last-child{border-right:none}.compare-label-col{width:200px;background-color:#f8fafc;font-weight:600;color:#64748b;vertical-align:top;position:sticky;left:0;z-index:10;border-right:2px solid #e2e8f0!important}.compare-product-col{min-width:220px;vertical-align:top}.compare-product-header{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.remove-item-btn{position:absolute;top:-8px;right:-8px;background:none;border:none;color:#94a3b8;font-size:24px;cursor:pointer;line-height:1;padding:0 5px}.remove-item-btn:hover{color:#ef4444}.compare-img-wrap{width:120px;height:120px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.compare-img-wrap img{max-width:100%;max-height:100%;object-fit:contain}.compare-product-name{font-weight:600;color:#0f172a;text-decoration:none;font-size:15px;line-height:1.4}.compare-product-name:hover{color:#138900}.compare-attr-label{font-weight:500;color:#64748b;background-color:#f8fafc;position:sticky;left:0;z-index:9;border-right:2px solid #e2e8f0!important}.compare-attr-value{color:#0f172a;font-size:15px;text-align:center}.to-catalog-btn.green-btn{background-color:#138900;color:#fff;border:1px solid #138900;padding:8px 16px;font-weight:600;text-decoration:none;border-radius:4px;display:inline-block;margin-top:10px}.to-catalog-btn.green-btn:hover{background-color:#0f6b00;border-color:#0f6b00}.clear-btn{background:none;border:none;color:#138900;cursor:pointer;font-size:14px;font-weight:500;display:flex;align-items:center;gap:4px;border-bottom:1px dashed rgba(19,137,0,.4)}.clear-btn:hover{border-bottom-style:solid}.helpchat-backdrop{position:fixed;inset:0;background:#00000059;z-index:1200}.helpchat-panel{position:fixed;right:16px;bottom:92px;width:min(420px,calc(100vw - 32px));height:min(620px,calc(100vh - 120px));background:#fff;border:1px solid rgba(15,23,42,.12);border-radius:14px;overflow:hidden;box-shadow:0 18px 44px #00000040;display:flex;flex-direction:column}.helpchat-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px 14px 10px;background:linear-gradient(120deg,#000,#0c1a0c 35%,#138900 75% 100%);color:#fff}.helpchat-title__name{font-weight:800;font-size:14px;line-height:1.2}.helpchat-title__hint{margin-top:4px;font-size:12px;opacity:.9}.helpchat-header-actions{display:flex;align-items:center;gap:8px}.helpchat-link{background:transparent;border:none;color:#fff;opacity:.9;cursor:pointer;font-weight:600;font-size:12px;text-decoration:underline;padding:6px}.helpchat-link:hover{opacity:1}.helpchat-close{width:32px;height:32px;border-radius:10px;border:1px solid rgba(255,255,255,.25);background:#ffffff1f;color:#fff;cursor:pointer;font-size:20px;line-height:1}.helpchat-close:hover{background:#ffffff2e}.helpchat-messages{flex:1;padding:12px;overflow:auto;background:snow}.helpchat-msg{display:flex;margin:10px 0}.helpchat-msg.is-user{justify-content:flex-end}.helpchat-msg.is-bot{justify-content:flex-start}.helpchat-bubble{max-width:82%;padding:10px 12px;border-radius:14px;border:1px solid rgba(15,23,42,.08);background:#fff;color:#0f172a;font-size:14px;line-height:1.35;white-space:pre-wrap}.helpchat-msg.is-user .helpchat-bubble{background:#1389001a;border-color:#13890040}.helpchat-bubble--typing{opacity:.8;font-style:italic}.helpchat-footer{padding:10px 12px 12px;border-top:1px solid rgba(15,23,42,.08);background:#fff}.helpchat-error{margin-bottom:8px;color:#b91c1c;font-weight:600;font-size:12px}.helpchat-input-row{display:flex;gap:10px}.helpchat-input{flex:1;border:1px solid rgba(15,23,42,.16);border-radius:10px;padding:10px 12px;font-size:14px;outline:none}.helpchat-input:focus{border-color:#1389008c;box-shadow:0 0 0 3px #1389001f}.helpchat-send{border-radius:10px;padding:10px 12px;border:1px solid #138900;background:#138900;color:#fff;font-weight:700;cursor:pointer}.helpchat-send:disabled{opacity:.55;cursor:not-allowed}.helpchat-send:not(:disabled):hover{background:#0f6b00;border-color:#0f6b00}.helpchat-link-inline{color:#2563eb;text-decoration:underline;word-break:break-word}.helpchat-link-inline:hover{color:#1d4ed8}@media(max-width:768px){.helpchat-panel{right:10px;left:10px;width:auto;height:min(75vh,620px);bottom:80px}}.content{padding:40px;color:var(--text-main);font-family:Inter,Arial,sans-serif}@media(max-width:768px){.content{padding:10px}}.help-fab{position:fixed;right:20px;bottom:20px;width:56px;height:56px;border-radius:50%;border:none;background:#2e8b57;color:#fff;font-size:24px;font-weight:700;box-shadow:0 12px 28px #0000002e;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;z-index:999}.help-fab:hover{transform:translateY(-2px);box-shadow:0 16px 32px #00000038;background:#27924f}.logo-biohack-page{width:100%;height:calc(100vh - 80px)}.logo-biohack-page iframe{width:100%;height:100%;border:none;display:block}:root{--green-700: #2e8b57;--green-600: #3cb371;--mint: #e0ffff;--dark-bg: #ffFAFA;--card-bg: #ffFAFA;--text-main: #0f172a;--text-muted: #4b5563}body{margin:0;font-family:Inter,Arial,sans-serif;background:snow;color:var(--text-main)}.btn{display:inline-flex;align-items:center;justify-content:center;background:var(--green-700);color:#fff;font-weight:600;text-decoration:none;padding:14px 28px;border-radius:12px;border:none;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s;box-shadow:0 4px 12px #0003}.btn:hover{transform:translateY(-2px);box-shadow:0 15px 30px #2e8b574d;background:var(--green-600)}.btn.secondary{background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.3);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.btn.secondary:hover{background:#fff3;border-color:#fff}
