:root{--accent:#097a45;--accent-deep:#006040;--cyan:#7cc030;--grad:linear-gradient(105deg,#006040,#097a45 55%,#0a8049);--bg:#f4f3f9;--surface:#ffffff;--surface-2:#faf9ff;--ink:#161325;--muted:#646079;--line:rgba(22,18,45,0.09);--line-strong:rgba(22,18,45,0.14);--danger:#d42a2a;--shadow-sm:0 1px 2px rgba(22,18,45,0.04);--shadow-md:0 12px 30px -18px rgba(40,20,90,0.35);--shadow-lg:0 24px 60px -28px rgba(0,96,64,0.4);--font-sans:var(--font-onest),system-ui,-apple-system,"Segoe UI",sans-serif;--font-display:var(--font-unbounded),var(--font-onest),sans-serif}*{box-sizing:border-box}html{overflow-x:hidden;scroll-behavior:smooth}body,html{margin:0;padding:0}body{background:var(--bg);color:var(--ink);font-family:var(--font-sans);font-size:15px;line-height:1.5;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.gw-container{width:100%;max-width:1180px;margin:0 auto;padding:0 16px}@media (min-width:720px){.gw-container{padding:0 24px}}.gw-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;background:rgba(244,243,249,.82);backdrop-filter:saturate(1.4) blur(12px);-webkit-backdrop-filter:saturate(1.4) blur(12px);border-bottom:1px solid var(--line)}.gw-header__row{display:flex;align-items:center;justify-content:space-between;gap:10px;height:60px}.gw-logo{display:inline-flex;align-items:center;gap:9px;font-family:var(--font-display);font-weight:700;font-size:19px;letter-spacing:-.03em;flex:none}.gw-logo__dot{width:13px;height:13px;border-radius:5px;background:var(--grad);box-shadow:0 4px 12px -4px var(--accent)}.gw-logo__full{height:30px;width:auto;display:block}@media (max-width:380px){.gw-logo__full{height:26px}}.gw-header__actions{display:flex;align-items:center;gap:8px;min-width:0}.gw-langsel{position:relative}.gw-langsel__btn{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border-radius:9px;background:var(--surface);border:1px solid var(--line);color:var(--ink);font-size:12px;font-weight:700;line-height:1;cursor:pointer}.gw-langsel__btn:hover{border-color:var(--line-strong)}.gw-langsel__flag{display:block;border-radius:3px}.gw-langsel__code{letter-spacing:.02em}.gw-langsel__chev{color:var(--muted);transition:transform .15s ease}.gw-langsel__chev.is-open{transform:rotate(180deg)}.gw-langsel__menu{position:absolute;top:calc(100% + 6px);right:0;z-index:50;min-width:170px;margin:0;padding:6px;list-style:none;background:var(--surface);border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow-md)}.gw-langsel__item{display:flex;align-items:center;gap:9px;padding:9px 10px;border-radius:8px;font-size:14px;font-weight:500;color:var(--ink)}.gw-langsel__item:hover{background:var(--surface-2)}.gw-langsel__check,.gw-langsel__item.is-active{color:var(--accent)}.gw-langsel__check{margin-left:auto}.gw-cartbtn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:11px;border:1px solid var(--line);background:var(--surface);color:var(--ink);flex:none;transition:border-color .15s,transform .15s}.gw-cartbtn:hover{border-color:var(--accent);transform:translateY(-1px)}.gw-badge{position:absolute;top:-6px;right:-6px;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--accent);color:#fff;font-size:11px;font-weight:700;display:grid;place-items:center;box-shadow:0 2px 8px -2px var(--accent)}.gw-login-btn{display:inline-flex;align-items:center;height:40px;padding:0 16px;border-radius:11px;background:var(--grad);color:#fff;font-size:14px;font-weight:600;white-space:nowrap;flex:none;box-shadow:0 10px 24px -12px var(--accent);transition:transform .15s,box-shadow .15s}.gw-login-btn:hover{transform:translateY(-1px);box-shadow:0 14px 30px -12px var(--accent)}.gw-acct{position:relative;display:inline-flex;align-items:center;gap:8px;height:40px;max-width:150px;padding:0 12px;border-radius:11px;border:1px solid var(--line);background:var(--surface);font:inherit;font-size:14px;font-weight:600;color:var(--ink);cursor:pointer}.gw-acct__badge{top:-6px;right:-6px}.gw-acct__name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gw-acct__x{color:var(--muted);font-size:12px}.gw-bottomnav{position:fixed;left:0;right:0;bottom:0;z-index:40;display:flex;justify-content:space-around;gap:2px;background:rgba(255,255,255,.94);backdrop-filter:saturate(1.4) blur(12px);-webkit-backdrop-filter:saturate(1.4) blur(12px);border-top:1px solid var(--line);padding:6px 4px calc(6px + env(safe-area-inset-bottom))}.gw-bnav{flex:1 1;min-width:0;display:flex;flex-direction:column;align-items:center;gap:3px;padding:4px 1px;font-size:11px;font-weight:600;color:var(--muted);border-radius:10px}.gw-bnav>span:last-child{max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width:359px){.gw-bnav{font-size:10px}}.gw-bnav.is-active{color:var(--accent)}button.gw-bnav{margin:0;background:none;border:none;font-family:inherit;font-size:11px;font-weight:600;font-style:normal;line-height:1.2;text-align:center;cursor:pointer}.gw-bnav__ic{position:relative;display:inline-grid;place-items:center}.gw-bnav__badge{top:-5px;right:-9px}@media (min-width:960px){.gw-bottomnav{display:none}}.gw-bottomnav-spacer{display:none}@media (max-width:959px){.gw-bottomnav-spacer{display:block;height:84px}}@media (max-width:719px){.gw-hide-mobile{display:none!important}.gw-acct{width:40px;padding:0;justify-content:center}.gw-acct__name{display:none}.gw-header__row{gap:8px}}.gw-headnav{display:none}@media (min-width:960px){.gw-headnav{display:flex;align-items:center;gap:2px;margin-right:8px}}.gw-headnav__item{position:relative;display:inline-flex;align-items:center;gap:7px;padding:8px 11px;border-radius:10px;font-size:14px;font-weight:600;color:var(--muted);white-space:nowrap;transition:color .15s,background .15s}.gw-headnav__item:hover{color:var(--ink);background:var(--surface)}.gw-headnav__item.is-active{color:var(--accent);background:rgba(10,138,79,.08)}.gw-headnav__badge{top:1px;right:2px}.gw-promo{background:var(--grad);color:#fff;text-align:center;font-size:12.5px;font-weight:500;padding:7px 16px}.gw-hero{position:relative;padding:40px 0 12px;overflow:hidden}.gw-hero__glow{position:absolute;top:-120px;right:-80px;width:360px;height:360px;background:radial-gradient(circle,rgba(10,138,79,.22),transparent 65%);pointer-events:none;z-index:-1}.gw-hero__eyebrow{font-size:11px;font-weight:700;letter-spacing:.26em;text-transform:uppercase;color:var(--accent)}.gw-hero__title{margin:12px 0 0;font-family:var(--font-display);font-weight:700;font-size:clamp(27px,6vw,46px);line-height:1.06;letter-spacing:-.03em;max-width:16ch}.gw-hero__sub{margin:14px 0 0;max-width:46ch;color:var(--muted);font-size:clamp(14px,2.6vw,16px);line-height:1.55}.gw-hero__cta,.gw-trust{margin-top:22px}.gw-trust{display:flex;flex-wrap:wrap;gap:8px}.gw-trust__item{display:inline-flex;align-items:center;gap:6px;padding:7px 13px;border-radius:999px;background:var(--surface);border:1px solid var(--line);font-size:12.5px;font-weight:500;color:var(--ink);box-shadow:var(--shadow-sm)}.gw-trust__ico{width:15px;height:15px;flex:none;color:var(--accent)}.gw-cats{display:flex;gap:8px;margin:22px 0;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x proximity;padding-bottom:2px}.gw-cats::-webkit-scrollbar{display:none}.gw-chip{flex:none;scroll-snap-align:start;padding:9px 16px;border-radius:999px;font-size:13.5px;font-weight:500;white-space:nowrap;background:var(--surface);border:1px solid var(--line);color:var(--ink);transition:border-color .15s,color .15s,background .15s}.gw-chip:hover{border-color:var(--accent)}.gw-chip--active{color:#fff;background:var(--accent);border-color:transparent}@media (min-width:720px){.gw-cats{flex-wrap:wrap;overflow:visible}}.gw-search{position:relative;margin:20px 0 0;min-height:46px}.gw-search__ic{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--muted);pointer-events:none}.gw-search__input{width:100%;height:46px;padding:0 14px 0 42px;border-radius:12px;border:1px solid var(--line);background:var(--surface);font-family:inherit;font-size:16px;color:var(--ink)}.gw-search__input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(10,138,79,.12)}.gw-catnav{margin:20px 0}.gw-catnav__toggle{display:inline-flex;align-items:center;gap:10px;padding:11px 16px;border-radius:12px;background:var(--surface);border:1px solid var(--line);font:inherit;font-size:15px;font-weight:600;color:var(--ink);cursor:pointer;box-shadow:var(--shadow-sm)}.gw-catnav__toggle:hover{border-color:var(--accent)}.gw-catnav__chev{margin-left:2px;color:var(--muted);transition:transform .18s}.gw-catnav.is-open .gw-catnav__chev{transform:rotate(180deg)}.gw-catnav__panel{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;padding:14px;border-radius:14px;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-md)}.gw-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px;padding-bottom:56px}@media (min-width:600px){.gw-grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media (min-width:960px){.gw-grid{grid-template-columns:repeat(4,1fr);gap:18px}}.gw-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:var(--shadow-sm);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.gw-card:hover{transform:translateY(-4px);border-color:var(--line-strong);box-shadow:var(--shadow-lg)}.gw-card__media{position:relative;aspect-ratio:3/4;overflow:hidden;background:var(--surface-2)}.gw-card__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.gw-card__ph{inset:0;place-items:center;font-family:var(--font-display);font-weight:700;font-size:15px;letter-spacing:-.02em;color:rgba(22,18,45,.14)}.gw-card__heart,.gw-card__ph{position:absolute;display:grid}.gw-card__heart{right:8px;top:8px;z-index:2;place-items:center;width:34px;height:34px;border-radius:50%;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;color:var(--muted);cursor:pointer;box-shadow:var(--shadow-sm);transition:transform .15s,color .15s}.gw-card__heart:hover{transform:scale(1.08)}.gw-heart--on{color:#f43f6b}.gw-card__badge{position:absolute;left:10px;top:10px;padding:4px 9px;border-radius:999px;font-size:11px;font-weight:700;background:var(--danger);color:#fff;box-shadow:0 4px 12px -4px rgba(212,42,42,.6)}.gw-card__body{display:flex;flex-direction:column;gap:8px;padding:12px 13px 14px;flex:1 1}.gw-card__name{font-size:13.5px;font-weight:500;line-height:1.32;min-height:2.64em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gw-card__rating{display:flex;align-items:center;gap:4px;font-size:12.5px;font-weight:600;color:var(--ink)}.gw-card__star{color:#ffb300}.gw-card__rcount{color:var(--muted);font-weight:400}.gw-card__price{margin-top:auto;display:flex;flex-wrap:wrap;align-items:baseline;gap:1px 7px;font-size:15px;font-weight:700;letter-spacing:-.01em}.gw-card__price s{font-weight:400;font-size:12.5px;color:var(--muted);white-space:nowrap}.gw-card__accent{color:var(--accent);white-space:nowrap}.gw-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 26px;border-radius:13px;font-weight:600;font-size:15px;color:#fff;background:var(--grad);box-shadow:0 14px 30px -12px rgba(10,138,79,.6);transition:transform .15s,box-shadow .15s}.gw-cta:hover{transform:translateY(-2px);box-shadow:0 18px 38px -12px rgba(10,138,79,.7)}.gw-product{display:grid;grid-template-columns:1fr;grid-gap:22px;gap:22px;padding:24px 0 64px}@media (min-width:860px){.gw-product{grid-template-columns:1fr 1fr;gap:44px;padding-top:36px}}.gw-product__media{position:relative;aspect-ratio:3/4;border-radius:22px;overflow:hidden;background:var(--surface);border:1px solid var(--line)}.gw-product__media img{padding:10px}.gw-product__titlerow{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.gw-product__title{font-family:var(--font-display);font-weight:700;font-size:clamp(23px,4vw,34px);line-height:1.12;letter-spacing:-.03em;margin:0}.gw-product__heart{flex:none;display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--surface);border:1px solid var(--line);color:var(--muted);cursor:pointer;transition:color .15s,border-color .15s}.gw-product__heart:hover{border-color:var(--accent)}.gw-empty{display:grid;justify-items:start;grid-gap:16px;gap:16px;padding:24px 0;color:var(--muted)}.gw-product__price{margin:16px 0;font-size:26px;font-weight:700;letter-spacing:-.02em}.gw-product__price s{margin-left:12px;font-size:17px;font-weight:400;color:var(--muted)}.gw-buy{margin-top:4px}.gw-buy__variants{margin:4px 0 6px}.gw-buy__label{font-size:13px;font-weight:500;color:var(--muted);margin-bottom:8px}.gw-buy__chips{display:flex;flex-wrap:wrap;gap:8px}.gw-buy__chips .gw-chip{cursor:pointer}.gw-buy__chips .gw-chip:disabled{opacity:.4;cursor:not-allowed}.gw-buy__oos{display:inline-block;color:var(--danger);font-weight:600}.gw-section{margin-top:26px}.gw-section h2{font-size:14px;font-weight:700;margin:0 0 6px}.gw-section p{margin:0;color:var(--muted);font-size:14px;line-height:1.65;white-space:pre-line}.gw-rec__title{margin-bottom:14px!important;font-size:18px!important;font-family:var(--font-display);letter-spacing:-.02em}.gw-revform{margin-top:18px;padding:18px;border-radius:16px;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm)}.gw-revform__title{margin:0 0 6px;font-size:15px;font-weight:700}.gw-revform__bonus{margin:0 0 10px;font-size:13px;font-weight:600;color:var(--accent)}.gw-revform__stars{display:flex;gap:4px;margin-bottom:10px}.gw-revform__star{background:none;border:none;font-size:26px;line-height:1;color:rgba(22,18,45,.18);cursor:pointer;padding:0}.gw-revform__star.is-on{color:#ffb300}.gw-revform__text{width:100%;padding:12px;border-radius:11px;border:1px solid var(--line-strong);background:var(--surface);font-family:inherit;font-size:16px;color:var(--ink);resize:vertical;margin-bottom:12px}.gw-revform__text:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(10,138,79,.12)}.gw-rev-status{margin-top:16px;padding:12px 14px;border-radius:12px;background:var(--surface-2);border:1px solid var(--line);font-size:14px;font-weight:500;color:var(--muted)}.gw-rating{display:inline-flex;align-items:center;gap:8px;margin:12px 0 0}.gw-rating__num{font-size:13px;font-weight:600;color:var(--muted)}.gw-stars{color:#ffb300;font-size:15px;letter-spacing:1px;line-height:1}.gw-stars__off{color:rgba(22,18,45,.16)}.gw-certs{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.gw-cert{width:76px;height:76px;border-radius:12px;overflow:hidden;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);transition:transform .15s,border-color .15s}.gw-cert:hover{transform:translateY(-2px);border-color:var(--accent)}.gw-cert img{width:100%;height:100%;object-fit:cover}.gw-reviews{padding-bottom:8px}.gw-reviews__count{color:var(--muted);font-weight:600}.gw-reviews__list{display:grid;grid-gap:12px;gap:12px;margin-top:12px}.gw-review{padding:16px;border-radius:14px;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm)}.gw-review__head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.gw-review__author{font-weight:600;font-size:14px}.gw-review__text{margin:0;font-size:14px;line-height:1.6;color:var(--ink);white-space:pre-line}@media (min-width:720px){.gw-reviews__list{grid-template-columns:1fr 1fr}}.gw-page-wrap{padding-top:28px;padding-bottom:64px;min-height:56vh}.gw-h1{font-family:var(--font-display);font-weight:700;font-size:clamp(22px,5vw,28px);letter-spacing:-.03em;margin:0 0 22px}.gw-line{display:flex;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid var(--line)}.gw-line__img{width:60px;height:60px;border-radius:12px;object-fit:contain;padding:4px;background:var(--surface-2);border:1px solid var(--line);flex:none}.gw-line__name{flex:1 1;font-size:14px;font-weight:500}.gw-qty{display:inline-flex;align-items:center;gap:2px;flex:none;padding:3px;border-radius:12px;background:var(--surface-2);border:1px solid var(--line)}.gw-qty__btn{width:32px;height:32px;display:grid;place-items:center;border:none;border-radius:9px;background:var(--surface);color:var(--ink);cursor:pointer;box-shadow:var(--shadow-sm);transition:color .15s,filter .15s,opacity .15s}.gw-qty__btn:hover:not(:disabled){color:var(--accent)}.gw-qty__btn:disabled{opacity:.4;cursor:not-allowed}.gw-qty__btn--plus{background:var(--accent);color:#fff}.gw-qty__btn--plus:hover{color:#fff;filter:brightness(1.06)}.gw-qty__n{min-width:26px;text-align:center;font-weight:700;font-size:15px}.gw-line__del{width:36px;height:36px;flex:none;display:grid;place-items:center;border:none;border-radius:10px;background:transparent;color:var(--muted);cursor:pointer;transition:color .15s,background .15s}.gw-line__del:hover{color:var(--danger);background:rgba(212,42,42,.08)}.gw-field{display:block;margin:0 0 14px}.gw-field span{display:block;font-size:13px;color:var(--muted);margin-bottom:6px}.gw-field input,.gw-field select{width:100%;padding:12px;border-radius:11px;border:1px solid var(--line-strong);background:var(--surface);font-family:inherit;font-size:16px;color:var(--ink)}.gw-field input:focus,.gw-field select:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(10,138,79,.12)}.gw-checkrow{display:flex;align-items:center;gap:10px;margin:0 0 14px;font-size:14px;font-weight:500;cursor:pointer}.gw-checkrow input{width:18px;height:18px;accent-color:var(--accent)}.gw-pay{display:flex;gap:12px;margin-top:18px}.gw-pay__btn{flex:1 1;min-width:140px;display:inline-flex;align-items:center;justify-content:center;height:52px;border-radius:13px;font-weight:700;font-size:15px;color:#fff;transition:transform .15s,box-shadow .15s}.gw-pay__btn:hover{transform:translateY(-2px)}.gw-pay__payme{background:linear-gradient(100deg,#19c5b6,#0fae9e);box-shadow:0 12px 26px -12px rgba(15,174,158,.7)}.gw-pay__click{background:linear-gradient(100deg,#22a7ff,#0a86e6);box-shadow:0 12px 26px -12px rgba(10,134,230,.7)}.gw-summary{margin-top:18px;padding:18px;border-radius:16px;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);font-size:14px}.gw-summary__row{display:flex;justify-content:space-between;padding:5px 0}.gw-summary__total{font-weight:700;font-size:17px;border-top:1px solid var(--line);margin-top:8px;padding-top:10px}.gw-prof__head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:18px}.gw-prof__phone{margin-top:4px;color:var(--muted);font-size:14px}.gw-prof__head-actions{display:flex;gap:8px}.gw-loyal{padding:20px;border-radius:18px;background:var(--grad);color:#fff;box-shadow:var(--shadow-md)}.gw-loyal__top{display:flex;justify-content:flex-end}.gw-loyal__lvl{padding:4px 11px;border-radius:999px;background:rgba(255,255,255,.22);font-size:13px;font-weight:600}.gw-loyal__balance{margin-top:8px;font-family:var(--font-display);font-weight:700;font-size:34px;letter-spacing:-.03em}.gw-loyal__balance span{font-family:var(--font-sans);font-size:15px;font-weight:500;opacity:.85}.gw-loyal__expire{margin-top:10px;padding:7px 11px;border-radius:10px;background:rgba(255,255,255,.18);font-size:13px;font-weight:500}.gw-loyal__quarter{margin-top:14px;font-size:13px;opacity:.9}.gw-loyal__bar{margin-top:8px;height:8px;border-radius:999px;background:rgba(255,255,255,.25);overflow:hidden}.gw-loyal__bar span{display:block;height:100%;border-radius:999px;background:#fff}.gw-loyal__next{margin-top:8px;font-size:13px;font-weight:600}.gw-card-block{margin-top:14px;padding:18px;border-radius:16px;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm)}.gw-card-block h2{margin:0 0 10px;font-size:15px;font-weight:700}.gw-muted{color:var(--muted);font-size:14px;margin:0}.gw-row{display:flex;gap:10px;margin-top:12px;flex-wrap:wrap}.gw-promos{display:grid;grid-gap:8px;gap:8px}.gw-promo-code{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:12px;border:1px dashed var(--accent);background:rgba(10,138,79,.06)}.gw-promo-code__code{font-family:var(--font-display);font-weight:700;letter-spacing:.02em}.gw-promo-code__val{color:var(--accent);font-weight:700}.gw-hist{display:grid;grid-gap:2px;gap:2px}.gw-hist__row{display:flex;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid var(--line);font-size:14px}.gw-hist__row:last-child{border-bottom:none}.gw-hist__plus{color:#1ca14a;font-weight:600}.gw-hist__minus{color:var(--muted);font-weight:600}.gw-cta--ghost{background:var(--surface);color:var(--accent);border:1px solid var(--accent);box-shadow:none}.gw-cta--ghost:hover{background:rgba(10,138,79,.06);box-shadow:none}.gw-row .gw-cta{flex:1 1}.gw-logout{display:inline-flex;align-items:center;gap:7px;height:38px;padding:0 14px;border-radius:10px;border:1px solid var(--line);background:var(--surface);color:var(--danger);font:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}.gw-logout:hover{background:rgba(212,42,42,.06);border-color:rgba(212,42,42,.3)}.gw-ordersbtn{display:inline-flex;align-items:center;gap:7px;height:38px;padding:0 14px;border-radius:10px;border:1px solid transparent;background:rgba(10,138,79,.1);color:var(--accent);font-size:14px;font-weight:600;cursor:pointer;transition:background .15s}.gw-ordersbtn:hover{background:rgba(10,138,79,.16)}.gw-cancelbtn{display:block;width:100%;margin-top:20px;padding:13px;border-radius:12px;border:1px solid rgba(212,42,42,.35);background:rgba(212,42,42,.05);color:var(--danger);font:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:background .15s}.gw-cancelbtn:hover:not(:disabled){background:rgba(212,42,42,.1)}.gw-cancelbtn:disabled{opacity:.5;cursor:not-allowed}.gw-ord__top{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.gw-ord__date{color:var(--muted);font-size:13px;margin:4px 0 18px}.gw-ord__item{display:flex;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid var(--line)}.gw-ord__item:last-child{border-bottom:none}.gw-ord__item-name{font-size:14px;font-weight:500}.gw-ord__item-qty{color:var(--muted);font-size:13px;font-weight:400;margin-top:3px}.gw-ord__item-sum{font-weight:700;white-space:nowrap}.gw-ord__kv{display:flex;justify-content:space-between;gap:12px;padding:6px 0;font-size:14px}.gw-ord__kv span:first-child{color:var(--muted)}.gw-ord__kv span:last-child{text-align:right;font-weight:500}.gw-timeline{display:grid}.gw-timeline__row{display:flex;align-items:center;gap:10px;padding:7px 0;font-size:13.5px}.gw-timeline__dot{width:9px;height:9px;border-radius:50%;background:var(--accent);flex:none}.gw-timeline__lbl{font-weight:600}.gw-timeline__date{margin-left:auto;color:var(--muted);font-size:12.5px}.gw-cart-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:22px}.gw-bulklink{display:inline-flex;align-items:center;gap:7px;padding:9px 14px;border-radius:10px;border:1px solid var(--line);background:var(--surface);color:var(--accent);font-size:14px;font-weight:600;transition:border-color .15s}.gw-bulklink:hover{border-color:var(--accent)}.gw-orders{display:grid;grid-gap:10px;gap:10px}.gw-order{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;border-radius:14px;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);transition:border-color .15s,transform .15s}.gw-order:hover{border-color:var(--accent);transform:translateY(-1px)}.gw-order__num{font-weight:700;font-size:15px}.gw-order__date{margin-top:2px;color:var(--muted);font-size:13px}.gw-order__right{text-align:right}.gw-order__sum{font-weight:700;font-size:15px}.gw-order__status{display:inline-block;margin-top:4px;padding:2px 9px;border-radius:999px;font-size:12px;font-weight:600;color:var(--muted);background:var(--surface-2);border:1px solid var(--line)}.gw-order__status.is-paid{color:#1ca14a;background:rgba(28,161,74,.1);border-color:transparent}.gw-order__status.is-cancelled{color:var(--danger);background:rgba(212,42,42,.08);border-color:transparent}.gw-wheel{position:relative;width:min(330px,86vw);aspect-ratio:1;margin:0 auto;filter:drop-shadow(0 16px 32px rgba(0,96,64,.28))}.gw-wheel__svg{width:100%;height:100%;transform-origin:50% 50%;border-radius:50%}.gw-wheel__pointer{position:absolute;top:-6px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:13px solid transparent;border-right:13px solid transparent;border-top:22px solid var(--accent);z-index:3;filter:drop-shadow(0 2px 3px rgba(0,0,0,.25))}.gw-wheel__spin{margin-top:26px;min-width:200px}.gw-wheel__result{margin-top:22px}.gw-wheel__win{font-size:17px;font-weight:700;margin:0}.gw-wheel__win b{color:var(--accent)}.gw-wheel__empty{color:var(--muted);font-size:15px;margin:0}.gw-wheel__next{margin-top:14px;color:var(--muted);font-size:14px;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.gw-login{display:grid;place-items:center;min-height:70vh;padding:32px 0}.gw-login__card{width:100%;max-width:420px;text-align:center;padding:36px 24px;border-radius:24px;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-md)}.gw-login__logo{display:block;width:170px;max-width:70%;height:auto;margin:0 auto 20px}.gw-login__mark{display:grid;place-items:center;width:52px;height:52px;margin:0 auto 18px;border-radius:16px;background:var(--surface-2);border:1px solid var(--line)}.gw-login__mark .gw-logo__dot{width:20px;height:20px;border-radius:7px}.gw-login__title{font-family:var(--font-display);font-weight:700;font-size:22px;letter-spacing:-.03em;margin:0 0 8px}.gw-login__sub{margin:0 0 24px;color:var(--muted);font-size:14px}.gw-login__widget{display:flex;justify-content:center;min-height:48px}.gw-login__why{margin:22px 0 0;color:var(--muted);font-size:13px;line-height:1.55}.gw-skel{position:relative;overflow:hidden;background:var(--surface-2);border-radius:12px}.gw-skel:after{content:"";position:absolute;inset:0;transform:translateX(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.65),transparent);animation:gw-shimmer 1.3s infinite}@keyframes gw-shimmer{to{transform:translateX(100%)}}.gw-skel--card{aspect-ratio:3/4;border-radius:0}.gw-skel-line{height:13px;border-radius:6px}.gw-skel--circle{border-radius:50%;width:min(330px,86vw);aspect-ratio:1;margin:0 auto}.gw-center{display:grid;place-items:center;min-height:60vh;text-align:center}.gw-msg{max-width:420px}.gw-msg__code{font-family:var(--font-display);font-weight:700;font-size:56px;line-height:1;color:var(--accent);margin-bottom:8px}.gw-msg__text{color:var(--muted);margin:0 0 24px}.gw-msg__actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.gw-ai-fab{position:fixed;right:18px;bottom:calc(78px + env(safe-area-inset-bottom));z-index:50;width:56px;height:56px;border:none;border-radius:50%;background:var(--grad);box-shadow:0 12px 28px -8px rgba(10,138,79,.7);cursor:pointer;display:grid;place-items:center;transition:transform .15s}.gw-ai-fab:hover{transform:scale(1.06)}@media (max-width:959px){.gw-ai-fab{display:none}}@media (min-width:960px){.gw-ai-fab{right:24px;bottom:24px}}.gw-ai{position:fixed;z-index:60;inset:8vh 0 0 0;display:flex;flex-direction:column;background:var(--bg);border-radius:20px 20px 0 0;box-shadow:0 -10px 40px -10px rgba(0,0,0,.35);overflow:hidden}@media (min-width:720px){.gw-ai{inset:auto 20px 20px auto;width:390px;height:min(640px,82vh);border-radius:18px;border:1px solid var(--line)}}.gw-ai__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:var(--grad);color:#fff}.gw-ai__title{font-weight:700;font-size:16px}.gw-ai__sub{font-size:12px;opacity:.9;margin-top:2px}.gw-ai__head-btns{display:flex;gap:6px}.gw-ai__icon{width:32px;height:32px;border:none;border-radius:9px;background:rgba(255,255,255,.2);color:#fff;font-size:16px;cursor:pointer}.gw-ai__body{flex:1 1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.gw-ai__guest{align-items:center;justify-content:center;text-align:center;gap:18px;color:var(--muted)}.gw-ai-msg{max-width:86%;padding:10px 13px;border-radius:14px;font-size:14px;line-height:1.5}.gw-ai-msg--user{align-self:flex-end;background:var(--accent);color:#fff;border-bottom-right-radius:4px}.gw-ai-msg--assistant{align-self:flex-start;background:var(--surface);border:1px solid var(--line);border-bottom-left-radius:4px}.gw-ai-msg__text{white-space:pre-wrap}.gw-ai-msg__img{max-width:160px;border-radius:10px;margin-bottom:6px}.gw-ai-msg__doctor{margin-top:8px;padding:7px 10px;border-radius:9px;background:rgba(212,42,42,.08);color:var(--danger);font-size:13px;font-weight:600}.gw-ai-recs{display:grid;grid-gap:8px;gap:8px;margin-top:10px}.gw-ai-collect{display:block;margin-top:10px;padding:10px 14px;border-radius:11px;background:var(--grad);color:#fff;font-size:13.5px;font-weight:600;text-align:center}.gw-ai-collect:hover{filter:brightness(1.05)}.gw-ai-rec{display:flex;align-items:center;gap:10px;padding:7px;border-radius:11px;background:var(--surface-2);border:1px solid var(--line)}.gw-ai-rec img{width:44px;height:44px;border-radius:8px;object-fit:cover;flex:none}.gw-ai-rec__name{font-size:13px;font-weight:500;line-height:1.3}.gw-ai-rec__price{margin-top:2px;font-size:13px;font-weight:700;color:var(--accent)}.gw-ai__typing{color:var(--muted);font-style:italic}.gw-ai__error{align-self:center;text-align:center;color:var(--danger);font-size:13px;padding:6px 10px}.gw-ai__foot{border-top:1px solid var(--line);padding:10px 12px calc(10px + env(safe-area-inset-bottom));background:var(--surface)}.gw-ai__preview{position:relative;display:inline-block;margin-bottom:8px}.gw-ai__preview img{height:56px;border-radius:8px}.gw-ai__preview button{position:absolute;top:-6px;right:-6px;width:20px;height:20px;border:none;border-radius:50%;background:var(--ink);color:#fff;font-size:11px;cursor:pointer}.gw-ai__inputrow{display:flex;align-items:flex-end;gap:8px}.gw-ai__attach{flex:none;width:40px;height:40px;display:grid;place-items:center;border-radius:10px;border:1px solid var(--line);color:var(--muted);cursor:pointer}.gw-ai__input{flex:1 1;resize:none;max-height:96px;padding:10px 12px;border-radius:12px;border:1px solid var(--line-strong);background:var(--surface);font-family:inherit;font-size:16px;color:var(--ink)}.gw-ai__input:focus{outline:none;border-color:var(--accent)}.gw-ai__send{flex:none;width:40px;height:40px;display:grid;place-items:center;border:none;border-radius:12px;background:var(--accent);cursor:pointer}.gw-ai__send:disabled{opacity:.45;cursor:not-allowed}.gw-ai__disclaimer{margin-top:8px;text-align:center;font-size:11px;color:var(--muted)}.gw-partner-inactive{margin-top:6px;padding:7px 12px;border-radius:10px;background:rgba(212,42,42,.08);color:var(--danger);font-size:13px;font-weight:600}.gw-partner-link-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:6px}.gw-partner-link{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:8px 12px;border-radius:10px;background:var(--surface-2);border:1px solid var(--line);font-family:var(--font-display);font-size:13px;color:var(--accent)}.gw-cta--sm{padding:9px 16px;font-size:13px;flex:none}.gw-partner-qr{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:16px}.gw-partner-qr__cap{font-size:13px;color:var(--muted)}.gw-partner-qr canvas{border-radius:12px;border:1px solid var(--line)}.gw-partner-qr__actions{display:flex;gap:10px}.gw-partner-stats{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin-top:4px}@media (min-width:540px){.gw-partner-stats{grid-template-columns:repeat(4,1fr)}}.gw-partner-stat{display:flex;flex-direction:column;gap:4px;padding:14px;border-radius:14px;background:var(--surface-2);border:1px solid var(--line)}.gw-partner-stat__label{font-size:12px;font-weight:500;color:var(--muted)}.gw-partner-stat__value{font-size:18px;font-weight:700;letter-spacing:-.02em;color:var(--ink)}.gw-partner-stat__value small{font-size:12px;font-weight:500;color:var(--muted)}.gw-partner-money{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;margin-top:14px}@media (min-width:540px){.gw-partner-money{grid-template-columns:repeat(3,1fr)}}.gw-partner-money__item{display:flex;flex-direction:column;gap:6px;padding:16px;border-radius:16px;background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm)}.gw-partner-money__item--accent{background:var(--grad);border-color:transparent;box-shadow:var(--shadow-md)}.gw-partner-money__label{font-size:12px;font-weight:600;color:var(--muted)}.gw-partner-money__item--accent .gw-partner-money__label{color:rgba(255,255,255,.8)}.gw-partner-money__val{font-size:17px;font-weight:700;letter-spacing:-.02em;color:var(--ink)}.gw-partner-money__val--big{font-size:20px;color:#fff}.gw-partner-money__val small{font-size:12px;font-weight:500;color:var(--muted)}.gw-partner-money__item--accent .gw-partner-money__val small{color:rgba(255,255,255,.75)}.gw-partner-reward{margin-top:3px;font-size:12.5px;font-weight:600;color:var(--accent)}.gw-partner-sum-label{font-size:12px;font-weight:400;color:var(--muted)}.gw-partner-payout-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:14px 18px;border-bottom:1px solid var(--line);font-size:14px}.gw-partner-payout-row:last-child{border-bottom:none}.gw-partner-payout-row__left{display:flex;flex-direction:column;gap:3px;min-width:0}.gw-partner-payout-row__date{color:var(--muted);font-size:12.5px}.gw-partner-payout-row__kind{font-weight:600}.gw-partner-payout-row__note{color:var(--muted);font-size:12.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:220px}.gw-partner-payout-row__right{display:flex;flex-direction:column;align-items:flex-end;gap:3px;flex:none}.gw-partner-payout-row__balance{color:var(--muted);font-size:12px}.gw-partner-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:30;background:rgba(244,243,249,.92);backdrop-filter:saturate(1.4) blur(12px);-webkit-backdrop-filter:saturate(1.4) blur(12px);border-bottom:1px solid var(--line)}.gw-partner-topbar__row{display:flex;align-items:center;justify-content:space-between;height:56px}.gw-partner-topbar__brand{display:inline-flex;align-items:center;gap:10px}.gw-partner-topbar__logo{height:28px;width:auto;display:block}.gw-partner-topbar__label{font-size:14px;font-weight:600;color:var(--muted)}.gw-footer{border-top:1px solid var(--line);padding:28px 0;color:var(--muted);font-size:13px}.gw-footer__links{display:flex;flex-wrap:wrap;gap:8px 18px;margin-bottom:10px}.gw-footer__links a{color:var(--muted)}.gw-footer__links a:hover{color:var(--accent)}.gw-consent{margin:10px 0 0;font-size:12px;line-height:1.5;color:var(--muted)}.gw-consent a{color:var(--accent);text-decoration:underline}.gw-legal{max-width:760px;line-height:1.62;color:var(--ink)}.gw-legal h1{font-family:var(--font-display);font-weight:700;font-size:clamp(24px,5vw,34px);letter-spacing:-.02em;margin:0 0 6px}.gw-legal h2{font-size:18px;font-weight:700;margin:28px 0 10px}.gw-legal p,.gw-legal ul{margin:0 0 12px}.gw-legal ul{padding-left:20px}.gw-legal li{margin:0 0 6px}.gw-legal a{color:var(--accent);text-decoration:underline}.gw-legal strong{font-weight:600}.gw-contacts__org{font-weight:600;color:var(--ink);margin:0 0 18px}.gw-contacts__list{margin:0}.gw-contacts__row{display:flex;flex-wrap:wrap;gap:4px 16px;padding:12px 0;border-bottom:1px solid var(--line)}.gw-contacts__row dt{flex:0 0 130px;color:var(--muted)}.gw-contacts__row dd{margin:0;color:var(--ink)}.gw-contacts a{color:var(--accent);text-decoration:underline}.gw-back{display:inline-flex;align-items:center;gap:6px;margin:22px 0 28px;padding:8px 14px;border-radius:999px;background:var(--surface);border:1px solid var(--line);color:var(--accent);font-size:13.5px;font-weight:600;box-shadow:var(--shadow-sm);transition:border-color .15s ease,background .15s ease,color .15s ease}.gw-back:hover{border-color:var(--accent);background:rgba(10,138,79,.06);color:var(--accent-deep)}