/* SLABBED HQ storefront — design system from Slabbed HQ.dc.html
   Archivo Black display / Inter body / JetBrains Mono labels, oklch palette. */
:root {
  --bg: oklch(0.14 0.018 250);
  --panel: oklch(0.2 0.015 250);
  --panel-2: oklch(0.22 0.015 250);
  --panel-3: oklch(0.24 0.02 250);
  --line: oklch(0.3 0.02 250);
  --line-2: oklch(0.35 0.02 250);
  --text: oklch(0.96 0.01 250);
  --dim: oklch(0.75 0.015 250);
  --faint: oklch(0.6 0.02 250);
  --teal: oklch(0.75 0.15 175);
  --green: oklch(0.86 0.19 148);
  --grad: linear-gradient(135deg, oklch(0.86 0.19 148), oklch(0.75 0.15 175));
  --red: oklch(0.72 0.17 25);
  --red-text: oklch(0.98 0.01 25);
  --ink: oklch(0.16 0.012 250);
  --display: 'Archivo Black', sans-serif;
  --mono: 'JetBrains Mono', monospace;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: 'Inter', sans-serif; }
::selection { background: var(--teal); color: var(--ink); }
a { color: var(--teal); text-decoration: none; }
a:hover { color: oklch(0.82 0.13 165); }
button { font-family: inherit; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: oklch(0.16 0.012 250); }
::-webkit-scrollbar-thumb { background: oklch(0.32 0.02 250); border-radius: 6px; }

.wrap { max-width: 1360px; margin: 0 auto; padding: 0 32px; }

/* announcement + header */
.announce { background: var(--grad); color: var(--ink); text-align: center; padding: 8px 16px; font-size: 13px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; }
.hq-header { position: sticky; top: 0; z-index: 50; background: oklch(0.14 0.018 250 / 0.92); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.hq-bar { display: flex; align-items: center; gap: 16px; padding: 18px 0; }
.hq-logo { font-family: var(--display); font-size: 24px; letter-spacing: -0.01em; display: flex; align-items: center; gap: 10px; cursor: pointer; white-space: nowrap; flex-shrink: 0; color: var(--text); }
.hq-logo .mark { width: 34px; height: 34px; background: var(--grad); color: var(--ink); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-size: 16px; transform: rotate(-6deg); }
.hq-nav { display: flex; gap: 14px; flex-shrink: 0; flex-wrap: wrap; }
.hq-nav a { font-size: 13px; font-weight: 600; color: oklch(0.85 0.015 250); white-space: nowrap; }
.hq-nav a.hot { color: var(--teal); }
.hq-right { display: flex; align-items: center; gap: 16px; flex-shrink: 0; margin-left: auto; }
.hq-cart { position: relative; cursor: pointer; font-size: 20px; }
.hq-cart .count { position: absolute; top: -8px; right: -10px; background: var(--red); color: var(--red-text); font-size: 11px; font-weight: 800; border-radius: 50%; width: 18px; height: 18px; display: flex; align-items: center; justify-content: center; }
.back-app { font-size: 12px; font-weight: 700; color: var(--faint); border: 1px solid var(--line); padding: 7px 12px; border-radius: 100px; white-space: nowrap; }
.back-app:hover { color: var(--text); }
.acct-area { display: inline-flex; align-items: center; gap: 0; }
.acct-area a { max-width: 180px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* hero */
.hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; padding: 72px 0 64px; }
.hq-badge { display: inline-block; background: var(--panel-3); border: 1px solid var(--line-2); color: var(--teal); font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; padding: 6px 14px; border-radius: 100px; margin-bottom: 24px; }
.hero-grid h1 { font-family: var(--display); font-size: 64px; line-height: 0.98; letter-spacing: -0.02em; margin: 0 0 24px; }
.hero-grid h1 .grad-text { background: linear-gradient(135deg, oklch(0.86 0.19 148), oklch(0.72 0.13 195)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-lead { font-size: 18px; line-height: 1.6; color: var(--dim); max-width: 460px; margin: 0 0 32px; }
.hero-stats { display: flex; gap: 32px; margin-top: 44px; }
.hero-stats .v { font-family: var(--display); font-size: 28px; color: var(--teal); }
.hero-stats .l { font-size: 13px; color: var(--faint); margin-top: 2px; }

/* buttons */
.btn-grad { background: var(--grad); color: var(--ink); border: none; padding: 16px 30px; border-radius: 8px; font-weight: 800; font-size: 15px; cursor: pointer; letter-spacing: 0.01em; }
.btn-line { background: transparent; color: var(--text); border: 1px solid oklch(0.4 0.02 250); padding: 16px 30px; border-radius: 8px; font-weight: 700; font-size: 15px; cursor: pointer; }
.btn-teal-line { background: transparent; border: 1px solid var(--teal); color: var(--teal); padding: 11px; border-radius: 8px; font-weight: 700; font-size: 14px; cursor: pointer; width: 100%; }

/* sections */
.sec { padding: 40px 0; }
.sec-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 24px; gap: 12px; }
.sec-head h2 { font-family: var(--display); font-size: 28px; margin: 0; }
.sec-head a { font-weight: 700; font-size: 14px; }

/* cards / grids */
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.card { background: var(--panel); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; cursor: pointer; position: relative; transition: border-color 0.15s; }
.card:hover { border-color: var(--teal); }
.card .img { height: 190px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, oklch(0.3 0.02 250), oklch(0.22 0.015 250)); overflow: hidden; }
.card .img img { width: 100%; height: 100%; object-fit: cover; }
.card .img.contain img { object-fit: contain; }
/* White product tiles: white-background stock photos sit cleanly on the dark
   theme instead of showing as white boxes. Only tiles that hold a real image
   flip to white — placeholder tiles keep the dark look. */
/* White product tiles get a gradient (logo-colour) border so they frame nicely
   on the dark theme instead of looking like plain white boxes. */
.card .img:has(img) { background: linear-gradient(#fff, #fff) padding-box, var(--grad) border-box; border: 5px solid transparent; }
.card .img:has(img) img { object-fit: contain; padding: 14px; }
.card .ph-label { font-family: var(--mono); font-size: 11px; color: var(--faint); text-align: center; letter-spacing: 0.01em; padding: 12px; }
.card .body { padding: 16px 18px; }
.card .set { font-size: 12px; color: var(--faint); text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 4px; }
.card .name { font-weight: 700; font-size: 15px; margin-bottom: 8px; }
.card .price-row { display: flex; align-items: baseline; gap: 8px; }
.card .price { font-family: var(--display); font-size: 19px; color: var(--teal); }
.card .was { font-size: 13px; color: oklch(0.55 0.02 250); text-decoration: line-through; }
.card .badge { position: absolute; top: 12px; left: 12px; background: var(--red); color: var(--red-text); font-size: 11px; font-weight: 800; padding: 4px 10px; border-radius: 100px; z-index: 2; }
.card .count-note { font-size: 13px; color: var(--faint); margin-top: 4px; }
/* sold-out state — visible on the card before you click in */
.card .oos-badge { position: absolute; top: 12px; right: 12px; background: oklch(0.35 0.02 250); color: oklch(0.92 0.01 250); font-size: 11px; font-weight: 800; padding: 4px 11px; border-radius: 100px; z-index: 3; text-transform: uppercase; letter-spacing: 0.05em; }
.card.is-oos .img { opacity: 0.5; filter: grayscale(0.3); }
.card.is-oos .price { color: var(--faint); }
.card .oos-tag { font-size: 11px; font-weight: 800; color: var(--red); text-transform: uppercase; letter-spacing: 0.04em; margin-left: auto; }

/* rotating hero product */
.hero-rotator { transition: opacity 0.32s ease; }
.hero-rotator .img { height: 340px; }

/* mega-menu dropdowns */
.hq-nav .nav-item { position: relative; }
.hq-nav .nav-item > a { cursor: pointer; }
.hq-nav .nav-item::after { content: ""; position: absolute; top: 100%; left: 0; right: 0; height: 14px; } /* hover bridge */
.hq-nav .mega { position: absolute; top: calc(100% + 12px); left: 0; display: none; grid-template-columns: repeat(2, minmax(150px, 1fr)); gap: 26px; background: var(--panel-2); border: 1px solid var(--line-2); border-radius: 12px; padding: 18px 22px; box-shadow: 0 24px 60px rgba(0,0,0,0.45); z-index: 60; }
.hq-nav .nav-item:hover .mega { display: grid; }
.mega-col { display: flex; flex-direction: column; gap: 9px; }
.mega-col .mega-h { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--faint); margin-bottom: 2px; }
.mega-col a { font-size: 14px; color: oklch(0.8 0.015 250); white-space: nowrap; }
.mega-col a:hover { color: var(--teal); }

/* trust strip */
.trust { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; border-top: 1px solid var(--line); padding-top: 36px; margin-bottom: 24px; }
.trust .icon { font-size: 22px; margin-bottom: 10px; }
.trust .t { font-weight: 700; font-size: 15px; margin-bottom: 4px; }
.trust .b { font-size: 13px; color: var(--faint); }

/* collection */
.crumb { font-size: 13px; color: var(--faint); margin: 40px 0 12px; }
.col-head { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 28px; }
.col-head h1 { font-family: var(--display); font-size: 38px; margin: 0; }
.col-head .n { font-size: 14px; color: var(--faint); }
.col-layout { display: grid; grid-template-columns: 240px 1fr; gap: 36px; padding-bottom: 80px; }
.fgroup { margin-bottom: 28px; }
.fgroup .t { font-weight: 800; font-size: 14px; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 12px; }
.fgroup label { display: flex; align-items: center; gap: 10px; font-size: 14px; color: oklch(0.8 0.015 250); margin-bottom: 10px; cursor: pointer; }
.fgroup input { accent-color: var(--teal); width: 16px; height: 16px; }
.sort-row { display: flex; justify-content: flex-end; margin-bottom: 20px; }
.sort-row select { background: var(--panel); color: var(--text); border: 1px solid oklch(0.32 0.02 250); border-radius: 8px; padding: 10px 14px; font-size: 14px; }

/* product */
.prod-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; padding-bottom: 80px; }
.prod-main { height: 520px; border-radius: 12px; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, oklch(0.3 0.02 250), oklch(0.22 0.015 250)); overflow: hidden; }
.prod-main img { width: 100%; height: 100%; object-fit: contain; }
.prod-main:has(img) { background: linear-gradient(#fff, #fff) padding-box, var(--grad) border-box; border: 7px solid transparent; }
.prod-main:has(img) img { padding: 30px; }
.prod-thumbs .th:has(img) { background: #fff; }
.cart-item .thumb:has(img) { background: #fff; }
.cart-item .thumb:has(img) img { object-fit: contain; padding: 4px; }
.prod-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 12px; }
.prod-thumbs .th { height: 84px; border-radius: 8px; background: var(--panel-3); display: flex; align-items: center; justify-content: center; overflow: hidden; cursor: pointer; border: 1px solid transparent; }
.prod-thumbs .th.on { border-color: var(--teal); }
.prod-thumbs .th img { width: 100%; height: 100%; object-fit: cover; }
.prod-kicker { font-size: 13px; font-weight: 700; color: var(--teal); text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 8px; }
.prod-title { font-family: var(--display); font-size: 34px; margin: 0 0 16px; line-height: 1.05; }
.prod-price-row { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; }
.prod-price { font-family: var(--display); font-size: 32px; color: var(--teal); }
.pill-red { background: var(--red); color: var(--red-text); font-size: 12px; font-weight: 800; padding: 4px 12px; border-radius: 100px; }
.prod-desc { font-size: 15px; line-height: 1.7; color: var(--dim); margin: 0 0 28px; }
.opt-title { font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 10px; }
.opt-row { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 24px; }
.opt-btn { background: transparent; color: var(--text); border: 1px solid oklch(0.4 0.02 250); padding: 9px 18px; border-radius: 8px; font-size: 13px; font-weight: 700; cursor: pointer; }
.opt-btn.on { background: var(--grad); color: var(--ink); border-color: var(--teal); }
.qty-row { display: flex; align-items: center; gap: 16px; margin-bottom: 20px; }
.qty-ctl { display: flex; align-items: center; border: 1px solid var(--line-2); border-radius: 8px; }
.qty-ctl button { background: none; border: none; color: var(--text); font-size: 18px; padding: 10px 16px; cursor: pointer; }
.qty-ctl span { padding: 0 14px; font-weight: 700; }
.stock-note { font-size: 13px; color: var(--faint); }
.buy-row { display: flex; gap: 14px; margin-bottom: 32px; }
.buy-row .btn-grad { flex: 1; padding: 17px 24px; }
.detail-rows { border-top: 1px solid var(--line); padding-top: 20px; }
.detail-rows .row { display: flex; justify-content: space-between; padding: 10px 0; font-size: 14px; border-bottom: 1px solid oklch(0.25 0.015 250); }
.detail-rows .k { color: var(--faint); }
.detail-rows .v { font-weight: 600; }

/* cart */
.cart-layout { display: grid; grid-template-columns: 1fr 360px; gap: 48px; align-items: start; padding-bottom: 80px; max-width: 1100px; margin: 0 auto; }
.cart-title { font-family: var(--display); font-size: 38px; margin: 48px 0 32px; }
.cart-item { display: grid; grid-template-columns: 96px 1fr auto; gap: 20px; padding: 20px 0; border-bottom: 1px solid var(--line); align-items: center; }
.cart-item .thumb { height: 80px; border-radius: 8px; background: var(--panel-3); display: flex; align-items: center; justify-content: center; overflow: hidden; }
.cart-item .thumb img { width: 100%; height: 100%; object-fit: cover; }
.cart-item .line-total { font-family: var(--display); font-size: 18px; color: var(--teal); text-align: right; }
.cart-item .rm { font-size: 13px; color: var(--faint); }
.summary { background: var(--panel); border: 1px solid var(--line); border-radius: 12px; padding: 28px; position: sticky; top: 120px; }
.summary .t { font-weight: 800; font-size: 16px; margin-bottom: 20px; }
.summary .row { display: flex; justify-content: space-between; font-size: 14px; color: var(--dim); margin-bottom: 10px; }
.summary .total { display: flex; justify-content: space-between; font-size: 18px; font-weight: 800; padding-top: 16px; border-top: 1px solid var(--line); margin-bottom: 20px; }
.summary .total .v { color: var(--teal); }
.summary .btn-grad { width: 100%; padding: 16px; }
.summary .lock { font-size: 12px; color: oklch(0.55 0.02 250); text-align: center; margin-top: 14px; }
.promo-row { display: flex; gap: 8px; margin: 4px 0 8px; }
.promo-row input { flex: 1; min-width: 0; background: var(--panel-3); border: 1px solid var(--line-2); border-radius: 8px; padding: 10px 12px; color: var(--text); font-size: 14px; }
.promo-row button { background: transparent; border: 1px solid var(--line-2); color: var(--text); border-radius: 8px; padding: 0 16px; font-weight: 700; font-size: 13px; cursor: pointer; }
.promo-note { font-size: 12px; margin-bottom: 8px; }
.promo-note.ok { color: var(--green); }
.promo-note.err { color: var(--red); }
.grading-note { margin-top: 14px; font-size: 13px; color: var(--dim); background: var(--panel-3); border: 1px solid var(--line-2); border-radius: 8px; padding: 11px 13px; }
.grading-note a { color: var(--teal); font-weight: 700; }
.cart-empty { color: var(--faint); padding: 30px 0; font-size: 15px; }

/* live breaks */
.live-tag { display: inline-flex; align-items: center; gap: 7px; background: oklch(0.24 0.1 25); color: oklch(0.78 0.19 25); font-size: 12px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; padding: 6px 12px; border-radius: 100px; }
.live-tag .dot { width: 8px; height: 8px; border-radius: 50%; background: oklch(0.68 0.2 25); display: inline-block; }
.off-tag { display: inline-flex; align-items: center; gap: 7px; background: var(--panel-3); color: var(--dim); font-size: 12px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; padding: 6px 12px; border-radius: 100px; border: 1px solid var(--line-2); }
.off-tag .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--faint); display: inline-block; }
.break-hero .vid .live-pin.off { background: oklch(0.2 0.015 250 / 0.85); color: var(--dim); }
.break-hero { display: grid; grid-template-columns: 1.3fr 1fr; background: var(--panel); border: 1px solid var(--line-2); border-radius: 16px; overflow: hidden; margin-bottom: 44px; }
.break-hero .vid { min-height: 340px; position: relative; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, oklch(0.28 0.02 85), oklch(0.2 0.015 250)); overflow: hidden; }
.break-hero .vid img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.break-hero .vid .live-pin { position: absolute; top: 16px; left: 16px; background: oklch(0.24 0.1 25); color: oklch(0.82 0.19 25); font-size: 12px; font-weight: 800; padding: 5px 12px; border-radius: 100px; z-index: 2; }
.break-hero .info { padding: 36px; display: flex; flex-direction: column; justify-content: center; }
.break-hero h2 { font-family: var(--display); font-size: 26px; margin: 0 0 10px; line-height: 1.1; }
.break-stats { display: flex; gap: 28px; margin-bottom: 22px; }
.break-stats .v { font-family: var(--display); font-size: 22px; }
.break-stats .v.teal { color: var(--teal); }
.break-stats .l { font-size: 12px; color: var(--faint); }
.howto { margin-top: 40px; background: var(--panel-3); border: 1px solid var(--line-2); border-radius: 12px; padding: 24px 28px; display: flex; align-items: center; gap: 18px; }

/* grading service page */
.svc-hero { padding: 20px 0 40px; max-width: 780px; }
.svc-title { font-family: var(--display); font-size: 46px; line-height: 1; margin: 0 0 20px; }
.svc-lead { font-size: 17px; line-height: 1.7; color: var(--dim); margin: 0 0 16px; }
.svc-scope { font-size: 15px; color: var(--text); margin: 0 0 28px; }
.svc-scope strong { color: var(--teal); }
.svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 32px; }
.svc-card { background: var(--panel); border: 1px solid var(--line); border-radius: 12px; padding: 28px; }
.svc-h { font-family: var(--display); font-size: 18px; margin-bottom: 16px; }
.svc-list { list-style: none; margin: 0; padding: 0; }
.svc-list li { position: relative; padding: 0 0 12px 22px; font-size: 14px; line-height: 1.55; color: var(--dim); }
.svc-list li:last-child { padding-bottom: 0; }
.svc-list li::before { content: "◆"; position: absolute; left: 0; color: var(--teal); font-size: 11px; top: 2px; }
.svc-list strong { color: var(--text); }
.guarantee { background: var(--grad); color: var(--ink); border-radius: 16px; padding: 40px; margin-bottom: 40px; }
.guarantee .g-badge { display: inline-block; background: oklch(0.16 0.012 250 / 0.14); border: 1px solid oklch(0.16 0.012 250 / 0.3); color: var(--ink); font-size: 12px; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; padding: 6px 14px; border-radius: 100px; margin-bottom: 18px; }
.guarantee h2 { font-family: var(--display); font-size: 28px; margin: 0 0 14px; line-height: 1.15; }
.guarantee p { font-size: 15px; line-height: 1.7; margin: 0; max-width: 640px; opacity: 0.92; }
.guarantee strong { font-weight: 800; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-bottom: 20px; }
.step { background: var(--panel); border: 1px solid var(--line); border-radius: 12px; padding: 24px; }
.step .n { font-family: var(--display); font-size: 20px; color: var(--ink); background: var(--grad); width: 40px; height: 40px; border-radius: 8px; display: flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.step .st { font-weight: 800; font-size: 15px; margin-bottom: 6px; }
.step .sd { font-size: 13px; color: var(--faint); line-height: 1.5; }

/* footer */
.hq-footer { border-top: 1px solid var(--line); margin-top: 40px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding: 48px 0; }
.foot-grid .brand { font-family: var(--display); font-size: 20px; margin-bottom: 12px; }
.foot-grid p { font-size: 13px; color: var(--faint); max-width: 280px; line-height: 1.6; }
.foot-grid .t { font-weight: 800; font-size: 13px; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 14px; }
.foot-grid .links { display: flex; flex-direction: column; gap: 10px; font-size: 13px; }
.foot-grid .links a { color: oklch(0.7 0.015 250); }
.foot-bottom { border-top: 1px solid oklch(0.25 0.015 250); padding: 20px 32px; text-align: center; font-size: 12px; color: oklch(0.55 0.02 250); }

/* demo-mode banner */
.demo-note { background: oklch(0.24 0.06 85); color: oklch(0.9 0.1 85); text-align: center; padding: 9px 16px; font-size: 13px; font-weight: 600; }

/* "finish your grading submission" banner (after a grading purchase) */
.grading-banner { background: var(--grad); color: var(--ink); text-align: center; padding: 10px 44px 10px 16px; font-size: 14px; font-weight: 700; position: relative; }
.grading-banner a { color: var(--ink); text-decoration: underline; }
.grading-banner #gb-x { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); background: none; border: none; color: var(--ink); font-size: 20px; cursor: pointer; line-height: 1; }

.hidden { display: none !important; }

/* responsive */
@media (max-width: 1000px) {
  .hero-grid, .prod-layout, .break-hero { grid-template-columns: 1fr; }
  .hero-grid h1 { font-size: 44px; }
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .trust, .foot-grid { grid-template-columns: repeat(2, 1fr); }
  .col-layout { grid-template-columns: 1fr; }
  .cart-layout { grid-template-columns: 1fr; }
  .svc-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .hq-nav { display: none; }
}
@media (max-width: 560px) {
  .grid-4, .grid-3 { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .svc-title { font-size: 34px; }
  .wrap { padding: 0 18px; }
}
