/* daisyUI 5.7.42 — card component. MIT License.
   Copyright (c) 2020 Pouya Saadeghi — https://github.com/saadeghi/daisyui
   https://cdn.jsdelivr.net/npm/daisyui@5/components/card.css

   VENDORED, NOT BUILT. HuelEX has no Node and no build step, and entry pages
   inline their whole stylesheet to stay self-contained — so the upstream file
   is copied here rather than pulled through Tailwind.

   Trimmed from 18,075 to the base component: the original repeats every rule
   five more times as sm:/md:/lg:/xl:/2xl: variants, which need Tailwind to be
   reachable and would ship 15 KB of dead CSS into each of 101 pages. Nothing
   in the base layer was edited — it is byte-identical upstream. Our own
   values are bound in entry.css under "daisyUI card", not patched in here,
   so re-vendoring is a straight overwrite.

   To update: curl the URL above, keep everything before @media (width>=640px),
   close the @layer, and re-run scripts/build_page.py. */
@layer utilities{@layer daisyui.l1.l2.l3{.card{border-radius:var(--radius-box);outline-offset:2px;outline:2px solid #0000;flex-direction:column;transition:outline .2s ease-in-out;display:flex;position:relative}.card:focus-visible,.card[aria-checked=true],.card:has(>:checked,>:is([type=checkbox],[type=radio]):focus-visible){outline-color:currentColor}.card:has(>:checked:focus-visible),.card[aria-checked=true]:focus-visible,.card[aria-checked=true]:has(>:is([type=checkbox],[type=radio]):focus-visible){outline-width:4px}.card:has(>:is([type=checkbox],[type=radio])){cursor:pointer;user-select:none}.card>:is([type=checkbox],[type=radio]){appearance:none}.card-title{font-size:var(--cardtitle-fs,1.125rem);align-items:center;gap:.5rem;font-weight:600;display:flex}.card-body{padding:var(--card-p,1.5rem);font-size:var(--card-fs,.875rem);flex-direction:column;flex:auto;gap:.5rem;display:flex}.card-actions{flex-wrap:wrap;align-items:flex-start;gap:.5rem;display:flex}}@layer daisyui.l1.l2.l3.l4{.card figure:first-child{border-start-start-radius:inherit;border-start-end-radius:inherit;border-end-end-radius:unset;border-end-start-radius:unset;overflow:hidden}.card figure:last-child{border-start-start-radius:unset;border-start-end-radius:unset;border-end-end-radius:inherit;border-end-start-radius:inherit;overflow:hidden}.card figure{justify-content:center;align-items:center;display:flex}.card-body p{flex-grow:1}}@layer daisyui.l1.l2{.card-border{border:var(--border) solid var(--color-base-200)}.card-dash{border:var(--border) dashed var(--color-base-200)}.image-full{display:grid}.image-full>*{grid-row-start:1;grid-column-start:1}.image-full>.card-body{color:var(--color-neutral-content);position:relative}.image-full :where(figure){border-radius:inherit;overflow:hidden}.image-full>figure img{object-fit:cover;filter:brightness(28%);height:100%}.card-xs .card-body{--card-p:.5rem;--card-fs:.6875rem}.card-xs .card-title{--cardtitle-fs:.875rem}.card-sm .card-body{--card-p:1rem;--card-fs:.75rem}.card-sm .card-title{--cardtitle-fs:1rem}.card-md .card-body{--card-p:1.5rem;--card-fs:.875rem}.card-md .card-title{--cardtitle-fs:1.125rem}.card-lg .card-body{--card-p:2rem;--card-fs:1rem}.card-lg .card-title{--cardtitle-fs:1.25rem}.card-xl .card-body{--card-p:2.5rem;--card-fs:1.125rem}.card-xl .card-title{--cardtitle-fs:1.375rem}.card-side{flex-direction:row;align-items:stretch}.card-side :where(figure:first-child){border-start-start-radius:inherit;border-start-end-radius:unset;border-end-end-radius:unset;border-end-start-radius:inherit;overflow:hidden}.card-side :where(figure:last-child){border-start-start-radius:unset;border-start-end-radius:inherit;border-end-end-radius:inherit;border-end-start-radius:unset;overflow:hidden}.card-side figure>*{max-width:unset}.card-side :where(figure>*){object-fit:cover;width:100%;height:100%}}}

/* Design tokens. THIS BLOCK IS THE SOURCE. assets/design-tokens.json is
   generated from it by scripts/sync_tokens.py (--check fails if stale), so edit
   here and never there.

   Palette "tierra" — Josh's walnut-through-sage strip, on every page.
   The strip has no light surface (dry-sage, its lightest, is 0.54 luminance),
   so bg/card/sunk are tints of its hue (64deg) and every colour that carries
   meaning is an unaltered swatch.

   The five greens below are the BRAND ONLY — the huele+X lockup and the
   favicon. They were briefly applied site-wide on 2026-09-19 by mistake and
   pulled back the same day: Josh asked for a logo palette, not a repaint.
   Nothing outside .lk / the favicon may reference them. */
:root{
  /* tierra — the page */
  --dark-walnut: #582f0e;
  --saddle-brown: #7f4f24;
  --toffee-brown: #936639;
  --camel: #a68a64;
  --khaki-beige: #b6ad90;
  --dry-sage: #c2c5aa;
  --dry-sage-2: #a4ac86;
  --dusty-olive: #656d4a;
  --ebony: #414833;
  --charcoal-brown: #333d29;

  /* bosque — the mark, and nothing else */
  --brand-evergreen: #132a13;
  --brand-hunter-green: #31572c;
  --brand-fern: #4f772d;
  --brand-palm-leaf: #90a955;
  --brand-lime-cream: #ecf39e;

  /* estaciones — the ONLY colour on the page that isn't an accord. Named
     hues, never written inline (same rule as accords.csv). They are used as a
     16% tint under the chip, never as a stroke or as text: at full strength
     three of the six fail 3:1 on this background (amber-flame 1.70:1,
     sky-reflection 2.21:1, jade-green 2.80:1). The tint carries identity, the
     ink carries legibility — the same split Estela settled for accords. */
  --sky-reflection: #74b3ce;
  --amber-flame: #ffb400;
  --spicy-orange: #d84a05;
  --coffee-bean: #2c1a1d;
  --dark-emerald: #25642b;
  --jade-green: #1eae38;

  --season-primavera: var(--jade-green);
  --season-verano: var(--amber-flame);
  --season-otono: var(--spicy-orange);
  --season-invierno: var(--sky-reflection);
  --season-dia: var(--amber-flame);      /* día and verano are the same sun */
  --season-noche: var(--coffee-bean);
  --season-ink: var(--dark-emerald);     /* worst 4.83:1 on a 16% chip */

  /* surfaces — tints of dry-sage's hue, not swatches */
  --color-bg: #f6f7f2;
  --color-card: #fdfdfb;
  --color-sunk: #fafaf7;
  --color-sunk2: #f1f2eb;
  --color-sunk3: #edeee5;

  /* everything that carries meaning maps to a swatch */
  --color-ink: var(--charcoal-brown);      /* 10.60:1 on bg */
  --color-ink2: var(--ebony);              /*  8.87:1 */
  --color-ink3: var(--dusty-olive);        /*  5.08:1 */
  --color-ink4: var(--dry-sage-2);         /*  2.21:1 — decorative only, never text */
  --color-line: rgba(51,61,41,.10);
  --color-line2: var(--khaki-beige);
  --color-accent: var(--saddle-brown);     /*  6.40:1 */

  --radius-base: 20px;
  --radius-sm: 14px;
  --radius-lg: 24px;
  --radius-pill: 999px;
  --font-family: "Instrument Sans",-apple-system,BlinkMacSystemFont,"SF Pro Text",sans-serif;
  --font-display: "Fraunces","Fraunces Fallback",Georgia,serif;
}
*{box-sizing:border-box;margin:0;padding:0}
body{background:var(--color-bg);font-family:var(--font-family);color:var(--color-ink);-webkit-font-smoothing:antialiased}

.bar{position:sticky;top:0;z-index:5;background:rgba(255,255,255,.72);
  -webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);
  border-bottom:.5px solid var(--color-line)}
.bar>div{max-width:1060px;margin:0 auto;display:flex;align-items:center;padding:12px 18px}
/* The lockup: "huele" + our X. See scripts/brand.py for the geometry and why
   it is deliberately not X Corp's. The X is a sibling of the word, not a letter
   in it — read aloud the mark IS the name. */
.lk{display:inline-flex;align-items:center;line-height:1;margin-right:auto;
  font-family:var(--font-family);font-size:16px;font-weight:600;
  letter-spacing:-.022em}
/* The X sits hard against the "e". Its viewBox is already cropped to the ink
   (see brand.py), so this last -.04em is optical, not padding removal: the
   e's round terminal leaves a sliver of counter that reads as a gap. */
.lk-x{display:block;flex:none;margin-left:-.04em}
.bar b{font-weight:inherit;font-size:inherit}
/* Was `.bar span`, which also matched the lockup and the word inside it and
   shoved the wordmark to the right at 13px. Element selectors in a bar that now
   holds three different kinds of span are a trap; this one is explicit. */
/* Language switch. Was a plain <span> reading "ES · EN" that looked like a
   control and did nothing; it is a real <a> now, so it needs the link reset. */
.bar .lang{margin-left:auto;font-size:13px;font-weight:500;letter-spacing:.02em;
  color:var(--color-ink3);text-decoration:none;padding:6px 8px;margin-right:-8px;
  border-radius:8px}
.bar .lang:hover{color:var(--color-ink);background:var(--color-sunk)}
.bar .lang:focus-visible{outline:2px solid var(--color-accent);outline-offset:1px}

/* ponytail: assumes .lang and .authbar don't both render at real width yet
   (English isn't live anywhere), so .authbar claims the auto-margin as if it
   were always the last item. If .lang's own auto-margin ever has company,
   revisit the two together -- it degrades gracefully (.lang wins the push,
   .authbar's own margin-left:auto is then a no-op) but was never tuned for it. */
.bar .authbar{margin-left:auto;margin-right:-8px;display:flex;align-items:center;
  gap:6px;font-size:13px;color:var(--color-ink3)}
.bar .auth-signin{display:flex;gap:4px}
.bar .auth-signin[hidden]{display:none}
.bar .auth-email{width:132px;min-height:30px;padding:0 8px;font:inherit;font-size:12.5px;
  color:var(--color-ink);background:var(--color-card);border:.5px solid var(--color-line);
  border-radius:8px}
.bar .auth-signin button{appearance:none;border:0;min-height:30px;padding:0 10px;
  font:inherit;font-size:12.5px;font-weight:560;color:var(--color-card);
  background:var(--color-accent);border-radius:8px;cursor:pointer}
.bar .auth-signedin{display:flex;align-items:center;gap:4px}
.bar .auth-signedin[hidden]{display:none}
.bar .auth-out{appearance:none;border:0;background:none;color:var(--color-ink3);
  text-decoration:underline;cursor:pointer;font:inherit;font-size:12.5px;padding:0}
.bar .auth-msg{font-size:11.5px;color:var(--color-ink4)}
.bar .auth-msg[hidden]{display:none}
@media (max-width:659px){.bar .auth-email{width:88px}}

/* "This page is also available in English" — suggest, never redirect
   (docs/SCOPE.md). Sits under the bar, dismissible, remembers the choice. */
.langbar{max-width:1060px;margin:0 auto;padding:10px 18px 0;
  display:flex;align-items:center;flex-wrap:wrap;gap:10px}
.langbar[hidden]{display:none}
.langbar p{margin:0;font-size:13.5px;color:var(--color-ink2)}
.langbar a,.langbar button{appearance:none;-webkit-appearance:none;border:0;
  font:inherit;font-size:13.5px;font-weight:500;cursor:pointer;padding:5px 10px;
  border-radius:9px;text-decoration:none}
.langbar a{background:var(--color-ink);color:var(--color-bg)}
.langbar a:hover{background:var(--color-ink2)}
.langbar button{background:none;color:var(--color-ink3)}
.langbar button:hover{color:var(--color-ink);background:var(--color-sunk)}
.langbar a:focus-visible,.langbar button:focus-visible{
  outline:2px solid var(--color-accent);outline-offset:1px}
/* Home link. The arrow that used to sit here (.bar .home::before) is gone:
   the lockup was doing double duty as home AND as back, which is two meanings
   on one control. It is now only home; back lives in .backrow below. */
.bar .home{color:inherit;text-decoration:none;
  padding:8px 4px;margin:-8px -4px}

/* Back — its own row under the bar, left edge aligned to the lockup by reusing
   the bar's max-width and side padding. Deliberately not inside the sticky bar:
   a second sticky row would change the bar's height, and .shot's sticky offset
   (top:78px) is measured off it. Back is a low-frequency action; it can scroll. */
.backrow{max-width:1060px;margin:0 auto;padding:9px 18px 0}
.back{appearance:none;-webkit-appearance:none;background:none;border:0;
  font:inherit;font-size:13.5px;font-weight:500;letter-spacing:-.01em;
  color:var(--color-ink3);cursor:pointer;padding:5px 6px;margin-left:-6px;
  border-radius:9px;display:inline-flex;align-items:center;gap:7px}
.back::before{content:"←";font-weight:400;color:var(--color-ink4)}
.back:hover{color:var(--color-ink);background:var(--color-sunk)}
.back:hover::before{color:var(--color-ink3)}
.back:focus-visible{outline:2px solid var(--color-accent);outline-offset:1px}
.back[hidden]{display:none}
.bar .crumb{margin-left:11px;padding-left:11px;border-left:.5px solid var(--color-line);
  font-size:14px;color:var(--color-ink2);
  min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}

.wrap{max-width:1060px;margin:0 auto;padding:20px 18px 40px}

.entry{display:grid;grid-template-columns:74px 1fr;column-gap:14px;
  grid-template-areas:"shot title" "answer answer" "desc desc" "tags tags" "cuando cuando"}
.rail{display:contents}
.shot{grid-area:shot;width:74px;height:74px;border-radius:16px;background:var(--color-sunk);
  border:.5px solid var(--color-line);object-fit:contain;padding:4px}
.title{grid-area:title;align-self:center}
h1{font-family:var(--font-display);font-weight:500;font-size:30px;letter-spacing:-.01em;line-height:1.08}
.meta{margin-top:5px;font-size:13.5px;color:var(--color-ink2)}

.answer{grid-area:answer;margin-top:20px;background:var(--color-sunk);border:.5px solid var(--color-line);
  border-radius:var(--radius-base);padding:16px 18px}
.kick{font-size:12.5px;font-weight:590;letter-spacing:.04em;text-transform:uppercase;color:var(--color-ink3)}
.dupe{margin-top:6px;font-family:var(--font-display);font-style:italic;font-weight:500;font-size:24px;letter-spacing:-.005em}
.desc{grid-area:desc;margin-top:16px;font-size:16.5px;line-height:1.5;letter-spacing:-.01em;max-width:62ch}

.tags{grid-area:tags;display:flex;flex-direction:column;gap:9px;margin-top:18px;padding:16px 14px;
  border-radius:var(--radius-base);
  background:radial-gradient(120% 140% at 12% 0%,hsl(var(--w1,44) 88% 89% / .5),transparent 58%),
    radial-gradient(110% 130% at 92% 100%,hsl(var(--w2,18) 78% 87% / .48),transparent 60%),
    linear-gradient(160deg,var(--color-sunk),var(--color-sunk2))}
/* Estela — chosen 2026-09-19 out of pills-lab-5.html. The accord name sits
   OUTSIDE the bar, which is also what retired the label-on-fill contrast
   problem: nothing reads against a saturated fill any more, so the 10 accords
   that could not reach AA under the old capsule no longer have to. */
/* Cuándo usarlo — binary, never a bar. We publish no vote counts because we
   count nothing; a bar would imply a measurement we don't have. */
/* daisyUI card (design/vendor/daisyui-card.css, MIT). We supply the values it
   reads — it ships none of its own colour. Everything below is ours; nothing
   in the vendored file is patched, so updating it is a straight overwrite. */
.cuando{grid-area:cuando;margin-top:14px;background:var(--color-sunk);
  --radius-box:var(--radius-base);        /* daisyUI's card radius */
  --border:.5px;                          /* daisyUI's .card-border width */
  --color-base-200:var(--color-line);     /* ...and its colour */
  --card-p:13px 14px;                     /* .card-body padding */
  --card-fs:inherit;
  --cardtitle-fs:12.5px}
.cuando .card-body{gap:0}
.cuando .card-title{display:block;font-weight:590}
.cu-row{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;margin-top:10px}
/* día/noche is a second axis, not two more seasons — its own row, half-width,
   which also stops "noche" orphaning onto a line of its own at phone width. */
.cu-row.momento{grid-template-columns:repeat(2,1fr);width:50%;margin-top:4px}
.cu{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 2px;
  font-size:11.5px;font-weight:500;letter-spacing:-.012em;border-radius:14px;
  color:var(--season-ink);border:.5px solid transparent;
  background:color-mix(in srgb,var(--cu-hue) 16%,var(--color-bg));
  border-color:color-mix(in srgb,var(--cu-hue) 34%,transparent)}
.cu svg{width:22px;height:22px}
.cu.off{background:transparent;color:var(--color-ink4);border-color:transparent}

.es-row{display:flex;align-items:center;gap:12px}
.es-name{flex:0 0 82px;text-align:right;font-size:13.5px;font-weight:500;
  letter-spacing:-.012em;color:var(--color-ink)}
.es-track{position:relative;flex:1;display:flex;align-items:center;gap:9px}
.es-inner{position:relative;flex:1;height:17px}
.es-trail{position:absolute;left:0;top:0;bottom:0;width:var(--fill);
  border-radius:999px 3px 3px 999px;
  /* The GRADIENT does the fading — that soft tail is what makes estela read as
     something dissipating, and masking it away was a regression. The grain is
     lifted so it only speckles the alpha rather than halving it. */
  background:linear-gradient(90deg,hsl(var(--h) var(--s) var(--l)) 48%,
    hsl(var(--h) calc(var(--s) * .9) calc(var(--l) + 8%) / 0));
  -webkit-mask-image:url(grain.webp);mask-image:url(grain.webp);
  -webkit-mask-size:100% 260%;mask-size:100% 260%;
  -webkit-mask-position:0 50%;mask-position:0 50%;
  -webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}
.es-tier{flex:0 0 46px;font-size:9.5px;font-weight:600;letter-spacing:.09em;
  text-transform:uppercase;color:var(--color-ink3)}

/* The trail sweeps in, shortest-lived accord first, so the column plays as the
   arc of the scent rather than just sitting there. scaleX only: transform is
   composited, whereas animating width would repaint every frame. The names are
   not animated, so the answer is readable before the sweep finishes. Wrapped in
   no-preference, so reduced-motion users get the final state with nothing to
   override. */
@media (prefers-reduced-motion:no-preference){
  .es-trail{transform-origin:left center;
    animation:es-in .46s cubic-bezier(.22,.61,.36,1) both;
    animation-delay:calc(var(--i,0) * 60ms)}
  @keyframes es-in{from{transform:scaleX(0)}to{transform:scaleX(1)}}
}
.legend{margin-top:11px;font-size:11px;color:var(--color-ink3)}

.fold{margin:22px 0 0;border-top:1px dashed var(--color-line2);padding-top:9px;
  font-size:11.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--color-ink4)}
h2{font-size:12.5px;font-weight:590;letter-spacing:.04em;text-transform:uppercase;
  color:var(--color-ink3);margin:24px 0 10px}
.pyr{border:.5px solid var(--color-line);border-radius:var(--radius-base);overflow:hidden;background:var(--color-card)}
.row{display:flex;gap:14px;padding:13px 16px;border-bottom:.5px solid var(--color-line)}
.row:last-child{border-bottom:0}
.row dt{width:74px;flex:none;font-size:13px;color:var(--color-ink3)}
.row dd{font-size:15px;line-height:1.4;letter-spacing:-.01em}
.var{display:flex;gap:10px;overflow-x:auto;padding-bottom:4px}
.var a{flex:none;width:112px;text-decoration:none;color:inherit;background:var(--color-card);
  border:.5px solid var(--color-line);border-radius:16px;padding:12px 12px 13px}
.var .sq{height:52px;border-radius:10px;background:var(--color-sunk2);margin-bottom:9px}
.var b{display:block;font-size:14px;font-weight:560}
.var i{display:block;font-style:normal;font-size:12px;color:var(--color-ink3);margin-top:2px}
.note{margin-top:24px;padding:13px 16px;border-radius:14px;background:var(--color-sunk3);
  font-size:12.5px;line-height:1.5;color:var(--color-ink2)}

.reviews{margin-top:28px}
.reviews input,.reviews select,.reviews textarea{font:inherit;font-size:14.5px;
  color:var(--color-ink);background:var(--color-card);border:.5px solid var(--color-line);
  border-radius:var(--radius-sm)}
.reviews button{appearance:none;-webkit-appearance:none;border:0;font:inherit;cursor:pointer}
.review-form button[type=submit]{min-height:42px;padding:0 18px;
  font-size:14px;font-weight:560;color:var(--color-card);background:var(--color-accent);
  border-radius:var(--radius-sm)}
.review-form button[type=submit]:hover{opacity:.88}
.review-hint{font-size:13px;color:var(--color-ink3);margin-top:8px}
.review-hint[hidden]{display:none}
.review-form{margin-bottom:20px;display:flex;flex-direction:column;gap:8px}
.review-form[hidden]{display:none}
.review-form input[type=text]{min-height:38px;padding:0 12px;max-width:260px}
.review-form select{min-height:38px;padding:0 10px;align-self:flex-start}
.review-form textarea{width:100%;min-height:76px;padding:12px 14px;resize:vertical}
.review-list{display:flex;flex-direction:column}
.review-item{padding:14px 0;border-bottom:.5px solid var(--color-line)}
.review-item:last-child{border-bottom:0}
.review-item .who{display:block;font-size:13.5px;font-weight:590}
.review-item .stars{display:block;color:var(--color-accent);font-size:13px;letter-spacing:1px;margin-top:2px}
.review-item p{margin-top:6px;font-size:14.5px;line-height:1.5}
.review-item .meta{font-size:12px;color:var(--color-ink4);margin-top:6px}
.review-item .del{background:none;color:var(--color-ink4);text-decoration:underline;
  font-size:12px;padding:0;margin-left:8px}

@media (max-width:879px){
  body{padding:24px 14px}
  .shell{max-width:390px;margin:0 auto;background:var(--color-card);border-radius:34px;overflow:hidden;
    box-shadow:0 1px 2px rgba(0,0,0,.06),0 12px 40px rgba(0,0,0,.10)}
}

@media (min-width:880px){
  .entry{grid-template-columns:400px 1fr;column-gap:44px;
    grid-template-areas:"shot title" "shot answer" "shot desc" "shot tags" "shot cuando" "shot ." }
  /* One sticky rail, image then ad: they travel together and cannot collide.
     They used to be two items in the same grid cell — a 400px sticky image and
     a 250px ad pinned to the bottom — which overlapped on all 101 pages by up
     to 140px, showing the ad's dashed edge around the image as it scrolled.
     Sharing a cell can't be tuned out of it: sticky always travels to the
     bottom of its containing block, which is where the pinned ad sits. */
  .rail{display:block;grid-area:shot;position:sticky;top:78px;align-self:start}
  /* The real build has no ad, so the rail is 404px in a ~670px column and gets
     266px of travel on its own. The mockup's rail is 674px, taller than the
     column, which left zero travel — so give the mockup the height to match.
     674 rail + 266 travel. Scoped to pages that actually carry an ad. */
  .entry:has(.adside){min-height:940px}
  .shot{width:400px;height:400px;border-radius:24px;padding:20px;position:static}
  .title{align-self:end}
  h1{font-size:46px;letter-spacing:-.015em}
  .meta{font-size:15px;margin-top:8px}
  .answer{margin-top:24px;padding:20px 24px;border-radius:24px}
  .dupe{font-size:32px}
  .desc{font-size:19px;margin-top:20px}
  .es-name{flex-basis:92px;font-size:14.5px}
  .es-inner{height:19px}
  .below{display:grid;grid-template-columns:1fr 1fr;column-gap:24px;align-items:start}
  .below .versions{grid-column:1 / -1}
  .fold{display:none}
}

.buy{margin-top:18px;border:.5px solid var(--color-line);border-radius:var(--radius-base);
  background:var(--color-card);padding:16px 18px}
.buy h3{font-size:12.5px;font-weight:590;letter-spacing:.04em;text-transform:uppercase;
  color:var(--color-ink3);margin-bottom:11px}
.geo{font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:var(--color-ink4);margin-bottom:7px}
.buyrow{display:flex;align-items:center;gap:10px;padding:9px 0}
.buyrow+.buyrow{border-top:.5px solid var(--color-line)}
.buyrow b{font-size:15px;font-weight:500;letter-spacing:-.01em}
.buyrow span{font-size:13px;color:var(--color-ink2)}
.var-off{opacity:.45}
.go{margin-left:auto;font-size:13.5px;font-weight:500;color:var(--color-accent);text-decoration:none;white-space:nowrap}
.geoblock+.geoblock{margin-top:16px;padding-top:14px;border-top:.5px dashed rgba(0,0,0,.14)}

.ad{margin:24px 0;border:1px dashed var(--color-line2);border-radius:14px;background:var(--color-sunk);
  min-height:110px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px}
.ad em{font-style:normal;font-size:11px;letter-spacing:.07em;text-transform:uppercase;color:var(--color-ink4)}
.ad i{font-style:normal;font-size:12px;color:var(--color-ink3)}

.legal{margin-top:28px;padding-top:16px;border-top:.5px solid var(--color-line);
  font-size:11.5px;line-height:1.55;color:var(--color-ink3)}

@media (min-width:880px){
  .adside{display:block;margin-top:24px;min-height:250px}
}
@media (max-width:879px){ .adside{display:none} }

.answer.empty{background:var(--color-sunk2);border-style:dashed;border-color:rgba(0,0,0,.14)}
.answer.empty .dupe{font-family:var(--font-family);font-style:normal;font-size:19px;font-weight:560;color:var(--color-ink2)}
