:root{
  --bg:#ffffff;--surface:#F9FAFB;--surface-2:#F2F4F6;--line:#e5e8eb;
  --text:#191f28;--text-2:#4e5968;--muted:#6B7684;
  --blue:#3182f6;--blue-press:#1b64da;--blue-soft:#e8f3ff;
  --green:#00b06f;--green-soft:#e6f7f0;
  --yellow:#f5a623;--yellow-soft:#fff5e0;
  --orange:#ff7a00;--orange-soft:#fff0e2;
  --red:#f04452;--red-soft:#fdecee;
  --r-input:14px;--r-sheet:24px;--r-card:20px;
  --font:"Pretendard Variable",Pretendard,-apple-system,BlinkMacSystemFont,system-ui,"Apple SD Gothic Neo",Roboto,sans-serif;
}
@media (prefers-color-scheme:dark){:root{
  --bg:#17171c;--surface:#202027;--surface-2:#2c2c35;--line:#2c2c35;
  --text:#e5e8eb;--text-2:#b0b8c1;--muted:#8b95a1;
  --blue:#4593fc;--blue-press:#3182f6;--blue-soft:#1b2a44;
  --green:#2ed48c;--green-soft:#16302a;--yellow:#ffc14d;--yellow-soft:#3a2f18;
  --orange:#ff9640;--orange-soft:#3d2a18;--red:#ff6b76;--red-soft:#3d1f24;
}}
*{box-sizing:border-box}
html{font-family:var(--font);font-size:17px;line-height:1.6;background:var(--bg);color:var(--text);-webkit-text-size-adjust:100%;font-feature-settings:"tnum"}
body{margin:0}
a{color:var(--blue);text-decoration:none}a:hover{color:var(--blue-press)}
:focus-visible{outline:3px solid var(--blue);outline-offset:2px;border-radius:6px}
main{max-width:720px;margin:0 auto;padding:8px 20px 72px}
h1{font-size:1.85rem;line-height:1.25;letter-spacing:-.02em;font-weight:700;margin:1.2em 0 .5em}
h2{font-size:1.3rem;line-height:1.3;letter-spacing:-.01em;font-weight:700;margin:40px 0 12px}
h3{font-size:1.05rem;font-weight:700;margin:0}
p{margin:.6em 0}
.muted{color:var(--muted)}.small{font-size:.9rem}
.prose{max-width:62ch}.prose p{margin:.8em 0;color:var(--text-2)}.prose strong{color:var(--text)}
code{font-family:inherit;background:var(--surface);padding:2px 8px;border-radius:8px;font-size:.95em}

/* header / footer */
header.top{display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:720px;margin:0 auto;padding:18px 20px}
.brand{font-weight:800;font-size:1.15rem;letter-spacing:-.02em;color:var(--text)}
header nav{display:flex;gap:6px;flex-wrap:wrap}
header nav a{color:var(--text-2);font-size:.92rem;padding:6px 10px;border-radius:10px}
header nav a:hover{background:var(--surface);color:var(--text)}
@media(max-width:560px){header.top{flex-direction:column;align-items:flex-start;gap:8px}header nav a{padding:4px 8px}}
footer{max-width:720px;margin:0 auto;padding:32px 20px 48px;color:var(--muted);font-size:.9rem;border-top:1px solid var(--line)}
footer a{color:var(--text-2)}
.crumbs{color:var(--muted);font-size:.9rem;margin-top:16px}.crumbs a{color:var(--muted)}

/* hero */
.hero h1{font-size:2.2rem;margin-top:.9em}
.hero p{color:var(--text-2);max-width:56ch;font-size:1.05rem}
@media(max-width:560px){.hero h1{font-size:1.75rem}}

/* calculator */
.card{background:var(--surface);border-radius:var(--r-card);padding:20px}
.calc .row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media(max-width:560px){.calc .row{grid-template-columns:1fr}}
.calc label{display:flex;flex-direction:column;gap:6px;font-size:.9rem;color:var(--text-2);font-weight:600}
.calc select{appearance:none;-webkit-appearance:none;width:100%;padding:14px 40px 14px 16px;border-radius:var(--r-input);border:1px solid transparent;background:var(--bg) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'><path d='M4 6l4 4 4-4' fill='none' stroke='%238b95a1' stroke-width='1.8' stroke-linecap='round'/></svg>") no-repeat right 14px center;color:var(--text);font:inherit;font-size:1rem;font-weight:600}
.calc select:focus{border-color:var(--blue);outline:none}
.field{position:relative}
.pick{width:100%;padding:14px 16px;border-radius:var(--r-input);border:1px solid transparent;background:var(--bg);color:var(--text);font:inherit;font-size:1rem;font-weight:600}
.pick::placeholder{color:var(--muted);font-weight:500}
.pick:focus{border-color:var(--blue);outline:none}
.menu{position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:20;margin:0;padding:6px;list-style:none;background:var(--bg);border-radius:var(--r-input);box-shadow:0 12px 32px rgba(0,0,0,.14);max-height:320px;overflow:auto}
.menu li{padding:11px 12px;border-radius:10px;font-weight:600;font-size:.95rem;cursor:pointer;color:var(--text)}
.menu li:hover,.menu li[aria-selected="true"]{background:var(--surface)}
.menu li.empty{color:var(--muted);font-weight:500;cursor:default}
.seg{display:inline-flex;background:var(--surface-2);padding:4px;border-radius:14px;margin-top:14px}
.seg label{position:relative}
.seg input{position:absolute;opacity:0;inset:0;margin:0}
.seg span{display:block;padding:8px 18px;border-radius:11px;font-size:.95rem;font-weight:600;color:var(--text-2);cursor:pointer;transition:background .15s,color .15s}
.seg input:checked+span{background:var(--bg);color:var(--text);box-shadow:0 1px 3px rgba(0,0,0,.08)}
.seg input:focus-visible+span{outline:3px solid var(--blue)}
.result{margin-top:16px;min-height:1em}

/* verdict sheet — the one loud element */
.sheet{background:var(--blue-soft);border-radius:var(--r-sheet);padding:28px 24px 24px;margin:20px 0 8px}
.sheet.mild,.sheet.gpu-bound{background:var(--yellow-soft)}
.sheet.moderate,.sheet.overkill{background:var(--orange-soft)}
.sheet.severe{background:var(--red-soft)}
.sheet.balanced{background:var(--green-soft)}
.sheet-num{display:flex;align-items:baseline;gap:4px;line-height:1}
.sheet-num .num{font-size:clamp(2.2rem,10vw,4.5rem);font-weight:800;letter-spacing:-.04em;overflow-wrap:anywhere}
.sheet-num .pct{font-size:1.6rem;font-weight:700;color:var(--text-2)}
.sheet-title{font-size:1.15rem;font-weight:700;margin:.6em 0 .2em}
.sheet-text{color:var(--text-2);margin:.4em 0 0;max-width:56ch}
.sheet-text a{font-weight:600}
.beam{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;margin:18px 0 6px}
.beam-label{font-size:.85rem;font-weight:700;color:var(--muted)}
.beam.cpu .beam-label:first-child,.beam.gpu .beam-label:last-child{color:var(--text)}
.beam-track{position:relative;height:10px;border-radius:5px;background:rgba(0,0,0,.07)}
@media(prefers-color-scheme:dark){.beam-track{background:rgba(255,255,255,.1)}}
.beam-track::before{content:"";position:absolute;left:50%;top:-4px;width:2px;height:18px;background:var(--muted);transform:translateX(-1px);border-radius:1px;z-index:1}
.beam-fill{position:absolute;top:0;height:100%;border-radius:5px;background:var(--text);transition:width .45s cubic-bezier(.2,.8,.2,1)}
.beam.cpu .beam-fill{right:50%}.beam.gpu .beam-fill{left:50%}
.sheet-actions{margin:.9em 0 0;display:flex;gap:10px;flex-wrap:wrap}
.next{display:inline-block;padding:10px 14px;border-radius:12px;background:var(--bg);color:var(--text);font-weight:600;font-size:.95rem}
.next:hover{color:var(--text);background:var(--surface-2)}
.next:first-child:not(:only-child){background:var(--text);color:var(--bg)}
.next:first-child:not(:only-child):hover{background:var(--text-2)}
@media(prefers-reduced-motion:reduce){.beam-fill,.seg span{transition:none}}

/* tables */
.tbl{width:100%;border-collapse:collapse;margin:.4em 0;font-size:.95rem}
.tbl th,.tbl td{padding:14px 12px;border-bottom:1px solid var(--line);text-align:left;vertical-align:middle;line-height:1.4}
.tbl td:last-child,.tbl th:last-child{text-align:right}
.tbl th{color:var(--muted);font-weight:600;font-size:.85rem}
.tbl tr:last-child td{border-bottom:none}
.tbl.spec{background:var(--surface);border-radius:var(--r-card);overflow:hidden}
.tbl.spec th{width:48%;color:var(--text-2)}
.tbl.spec td{text-align:right}
.tbl.spec th,.tbl.spec td{border-bottom:1px solid var(--bg)}
.tbl caption{text-align:left;font-weight:700;padding:0 0 10px;font-size:1rem}
.bar{display:inline-block;width:72px;height:6px;background:var(--surface-2);border-radius:3px;vertical-align:middle;margin-right:8px;overflow:hidden}
.bar span{display:block;height:100%;background:var(--blue);border-radius:3px}
.v-balanced{color:var(--green);font-weight:600}.v-mild,.v-gpu-bound{color:var(--yellow);font-weight:600}
.v-moderate,.v-overkill{color:var(--orange);font-weight:600}.v-severe{color:var(--red);font-weight:600}

/* lists, grids */
.grid2{display:grid;grid-template-columns:1fr 1fr;gap:20px 32px}
@media(max-width:600px){.grid2{grid-template-columns:1fr}}
.cols{columns:2;column-gap:24px;padding:0;margin:.4em 0;list-style:none}
.cols li,.best li{padding:7px 0;border-bottom:1px solid var(--line)}
.best{padding:0;list-style:none}
ul{padding-left:1.1em}
.grid2 ul{padding-left:0;list-style:none}.grid2 ul li{padding:7px 0;border-bottom:1px solid var(--line)}

/* ads: reserved, quiet */
.ad-slot{margin:28px 0}
.ad-slot:empty{display:none}

/* 직구세 additions */
.num-in{width:100%;padding:14px 16px;border-radius:var(--r-input);border:1px solid transparent;background:var(--bg);color:var(--text);font:inherit;font-size:1.05rem;font-weight:600;font-feature-settings:"tnum"}
.num-in:focus{border-color:var(--blue);outline:none}
.unit{color:var(--muted);font-weight:500}
.more{margin-top:12px}.more summary{cursor:pointer;color:var(--text-2);font-size:.92rem;font-weight:600;padding:6px 0;list-style:none}.more summary::-webkit-details-marker{display:none}.more summary::before{content:"+ ";color:var(--muted)}.more[open] summary::before{content:"– "}
.more .row{margin-top:8px}
.check{display:flex;align-items:center;gap:10px;font-size:.92rem;color:var(--text-2);font-weight:500;padding-top:26px}
.check input{width:20px;height:20px;accent-color:var(--blue)}
.sheet.quiet .sheet-title{margin-top:0}
.tbl.mini{margin-top:14px;font-size:.92rem;background:transparent}
.tbl.mini th,.tbl.mini td{padding:8px 0;border-bottom:1px solid rgba(0,0,0,.06)}
.tbl.mini th{width:60%;color:var(--text-2);font-weight:500}.tbl.mini td{text-align:right;font-feature-settings:"tnum";font-weight:600}
@media(prefers-color-scheme:dark){.tbl.mini th,.tbl.mini td{border-bottom-color:rgba(255,255,255,.08)}}
.tip{background:var(--bg);border-radius:12px;padding:10px 12px;margin-top:10px;font-weight:500}
.sheet + .sheet{margin-top:14px}

/* Toss-style list card — replaces bare link columns */
.sec{margin-top:40px}.grid2 .sec{margin-top:0}.grid2{margin-top:40px}
.sec-h{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:12px}
.sec-h h2{margin:0}
.sec-h a{font-size:.92rem;font-weight:600;color:var(--text-2)}
.list{background:var(--surface);border-radius:var(--r-card);padding:6px;margin:0;list-style:none}
.list li{list-style:none;margin:0;padding:0;border:0}
.list li+li{border-top:1px solid var(--bg)}
.list a{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:54px;padding:12px 14px;border-radius:14px;color:var(--text);font-weight:600;line-height:1.35}
.list a:hover{background:var(--bg);color:var(--text)}
.list .meta{color:var(--muted);font-weight:500;font-size:.88rem;white-space:nowrap;margin-left:auto;font-feature-settings:"tnum"}
.list a::after{content:"";flex:none;width:7px;height:7px;border-right:1.8px solid var(--muted);border-bottom:1.8px solid var(--muted);transform:rotate(-45deg);margin-left:4px}
.list .more-row a{color:var(--blue);justify-content:center}.list .more-row a::after{display:none}
.grid2{align-items:start}

/* Depth & finish — Toss-like elevation, soft washes, motion */
body{background:var(--bg);background-image:radial-gradient(900px 420px at 50% -120px,var(--blue-soft),transparent 70%);background-repeat:no-repeat}
.card{box-shadow:0 1px 2px rgba(0,0,0,.03),0 12px 32px -16px rgba(25,31,40,.18)}
.sheet{box-shadow:0 1px 2px rgba(0,0,0,.03),0 16px 40px -20px rgba(25,31,40,.25);background-image:linear-gradient(160deg,rgba(255,255,255,.55),rgba(255,255,255,0) 60%)}
.list{box-shadow:0 1px 2px rgba(0,0,0,.02),0 10px 28px -18px rgba(25,31,40,.16)}
.list li+li{border-top:1px solid rgba(0,0,0,.035)}
.list a{transition:background .15s,transform .15s}
.list a:hover{transform:translateX(2px)}
.sheet-num .num{background:linear-gradient(180deg,var(--text) 0%,var(--text-2) 130%);-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:-.045em}
.pick:focus,.num-in:focus,.calc select:focus{box-shadow:0 0 0 4px var(--blue-soft);border-color:var(--blue)}
.pick,.num-in,.calc select{box-shadow:inset 0 0 0 1px rgba(0,0,0,.04);transition:box-shadow .15s,border-color .15s}
.next{transition:transform .15s,background .15s,box-shadow .15s}
.next:first-child:not(:only-child){background:var(--blue);color:#fff;box-shadow:0 8px 20px -10px rgba(49,130,246,.6)}
.next:first-child:not(:only-child):hover{background:var(--blue-press);transform:translateY(-1px)}
.next:only-child{background:var(--blue);color:#fff}.next:only-child:hover{background:var(--blue-press);color:#fff}
.seg span{transition:background .18s,color .18s,box-shadow .18s}
.tip{box-shadow:0 1px 2px rgba(0,0,0,.03)}
@media (prefers-color-scheme:dark){
  body{background-image:radial-gradient(900px 420px at 50% -120px,rgba(69,147,252,.12),transparent 70%)}
  .card,.sheet,.list{box-shadow:0 1px 0 rgba(255,255,255,.04) inset,0 16px 40px -24px rgba(0,0,0,.8)}
  .sheet{background-image:linear-gradient(160deg,rgba(255,255,255,.06),rgba(255,255,255,0) 60%)}
  .list li+li{border-top:1px solid rgba(255,255,255,.05)}
  .pick,.num-in,.calc select{box-shadow:inset 0 0 0 1px rgba(255,255,255,.06)}
}
@media (prefers-reduced-motion:reduce){.list a,.next,.seg span{transition:none}.list a:hover,.next:hover{transform:none}}


/* ===== Refinement patch (ChatGPT critique 2026-09-16, adopted with edits) ===== */
/* =========================================
   Toss-style refinement patch
   ========================================= */

/* 2. Base typography */
html{
  font-size:16px;
  line-height:1.55;
  letter-spacing:-0.01em;
}

/* 3. Hero typography */
.hero{
  padding:20px 0 28px;
}
.hero h1{
  margin:0 0 12px;
  font-size:36px;
  line-height:46px;
  font-weight:700;
  letter-spacing:-0.035em;
}
.hero p{
  margin:0;
  max-width:580px;
  font-size:17px;
  line-height:27px;
  letter-spacing:-0.015em;
  color:var(--text-2);
}

@media(max-width:560px){
  .hero{
    padding:12px 0 24px;
  }
  .hero h1{
    font-size:32px;
    line-height:40px;
  }
  .hero p{
    font-size:16px;
    line-height:25px;
  }
}

/* 4. Calculator card */
.card{
  background:var(--surface);
  border-radius:24px;
  padding:24px;
  box-shadow:
    0 1px 2px rgba(25,31,40,.02),
    0 4px 16px rgba(25,31,40,.06);
}

.calc .row{
  gap:16px;
}

.calc label{
  gap:8px;
  font-size:14px;
  line-height:20px;
  font-weight:600;
  color:var(--text-2);
}

/* 5. Inputs */
.pick,
.num-in,
.calc select{
  width:100%;
  min-height:56px;
  padding:0 16px;
  border:1px solid var(--line);
  border-radius:14px;
  background:var(--bg);
  color:var(--text);
  font:inherit;
  font-size:16px;
  line-height:24px;
  font-weight:600;
  box-shadow:none;
  transition:
    border-color .15s ease,
    box-shadow .15s ease,
    background .15s ease;
}

.pick::placeholder,
.num-in::placeholder{
  color:var(--disabled);
  font-weight:500;
}

/* 6. Input focus */
.pick:focus,
.num-in:focus,
.calc select:focus{
  outline:none;
  border-color:var(--blue);
  box-shadow:0 0 0 2px rgba(49,130,246,.14);
}

/* 7. Result sheet */
.sheet{
  margin:20px 0 8px;
  padding:24px;
  border-radius:24px;
  background-image:
    linear-gradient(
      160deg,
      rgba(255,255,255,.28) 0%,
      rgba(255,255,255,0) 58%
    );
  box-shadow:
    0 1px 2px rgba(25,31,40,.025),
    0 4px 14px rgba(25,31,40,.05);
}

/* 8. Result number */
.sheet-num{
  gap:5px;
  line-height:1.05;
}
.sheet-num .num{
  font-size:48px;
  line-height:1.05;
  font-weight:800;
  letter-spacing:-0.045em;

  background:none;
  -webkit-background-clip:initial;
  background-clip:initial;
  color:var(--text);
}
.sheet-num .pct{
  font-size:22px;
  line-height:1.2;
  font-weight:700;
  color:var(--text-2);
}

.sheet-title{
  margin:14px 0 4px;
  font-size:18px;
  line-height:26px;
  font-weight:700;
  letter-spacing:-0.02em;
}

.sheet-text{
  margin:4px 0 0;
  font-size:15px;
  line-height:23px;
}

/* 9. List cards */
.list{
  margin:0;
  padding:4px;
  border-radius:20px;
  background:var(--surface);
  box-shadow:none;
}

.list li + li{
  border-top:1px solid var(--line);
}

.list a{
  min-height:58px;
  padding:0 16px;
  border-radius:16px;
  font-size:16px;
  line-height:22px;
  font-weight:600;
  transition:background .15s ease;
}

.list a:hover{
  background:var(--surface-2);
  color:var(--text);
  transform:none;
}

.list .meta{
  font-size:14px;
  line-height:20px;
  font-weight:500;
  color:var(--muted);
}

/* 10. CTA buttons */
.next{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 18px;
  border-radius:14px;
  font-size:15px;
  line-height:22px;
  font-weight:600;
  transition:
    background .15s ease,
    box-shadow .15s ease,
    transform .15s ease;
}

.next:first-child:not(:only-child),
.next:only-child{
  background:var(--blue);
  color:#FFFFFF;
  box-shadow:0 4px 12px rgba(49,130,246,.18);
}

.next:first-child:not(:only-child):hover,
.next:only-child:hover{
  background:var(--blue-press);
  color:#FFFFFF;
  transform:none;
  box-shadow:0 3px 8px rgba(49,130,246,.16);
}

/* restrained page depth */
body{
  background-color:var(--bg);
  background-image:
    radial-gradient(
      760px 320px at 50% -120px,
      rgba(49,130,246,.075),
      transparent 72%
    );
}

/* cleaner dropdown */
.menu{
  top:calc(100% + 8px);
  padding:6px;
  border:1px solid var(--line);
  border-radius:16px;
  background:var(--bg);
  box-shadow:0 8px 24px rgba(25,31,40,.10);
}

.menu li{
  min-height:44px;
  padding:11px 12px;
  border-radius:10px;
  font-size:15px;
  line-height:22px;
}

/* dark-mode elevation */
@media(prefers-color-scheme:dark){
  .card{
    box-shadow:
      0 1px 0 rgba(255,255,255,.035) inset,
      0 6px 18px rgba(0,0,0,.22);
  }

  .sheet{
    background-image:
      linear-gradient(
        160deg,
        rgba(255,255,255,.045),
        rgba(255,255,255,0) 58%
      );
    box-shadow:
      0 1px 0 rgba(255,255,255,.035) inset,
      0 6px 18px rgba(0,0,0,.18);
  }

  body{
    background-image:
      radial-gradient(
        760px 320px at 50% -120px,
        rgba(69,147,252,.08),
        transparent 72%
      );
  }
}
.next{min-height:48px;padding:0 18px;border-radius:14px;display:inline-flex;align-items:center}
.next:first-child:not(:only-child),.next:only-child{background:var(--blue);color:#fff;box-shadow:0 4px 12px rgba(49,130,246,.18)}
.next:first-child:not(:only-child):hover,.next:only-child:hover{background:var(--blue-press);transform:none}
:root{--r-card:24px}
@media (prefers-color-scheme:dark){:root{--line:#33333D;--text:#F2F4F6}}
.list li+li{border-top:1px solid var(--line)}

/* Layout v3 — wider canvas, two-column calculator on desktop (from the Sites mock comparison) */
main,header.top,footer{max-width:1040px}
header.top{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:16px;max-width:none;margin:0;padding:14px max(20px,calc((100% - 1040px)/2));background:color-mix(in srgb,var(--bg) 88%,transparent);backdrop-filter:saturate(180%) blur(12px);-webkit-backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--line)}
@media(max-width:560px){header.top{flex-direction:column;align-items:flex-start;gap:6px;padding-top:12px;padding-bottom:10px}}
.brand em{color:var(--blue);font-style:normal}
.calc-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start;margin-top:8px}
@media(max-width:900px){.calc-grid{grid-template-columns:1fr}}
.calc-grid .card{background:var(--bg);border:1px solid var(--line);box-shadow:0 1px 2px rgba(25,31,40,.02),0 4px 16px rgba(25,31,40,.05);padding:28px}
.card-title{margin:0 0 20px;font-size:1.15rem;font-weight:700;letter-spacing:-.02em}
.calc-grid .pick,.calc-grid .num-in{background:var(--surface);border-color:transparent}
.calc-grid .pick:focus,.calc-grid .num-in:focus{background:var(--bg);border-color:var(--blue)}
.money{display:flex;align-items:center;background:var(--surface);border-radius:14px;min-height:56px;padding-left:16px}
.money .unit{font-size:.85rem;font-weight:700;color:var(--muted);letter-spacing:.02em;margin-right:10px}
.money .num-in{background:transparent;border:0;box-shadow:none;padding-left:0;min-height:54px}
.money:focus-within{outline:none;box-shadow:0 0 0 2px rgba(49,130,246,.14);background:var(--bg)}
.money .num-in:focus{box-shadow:none;background:transparent}
.calc-grid .result{margin-top:0}
.calc-grid .sheet{margin:0;padding:28px;min-height:100%}
.sheet-label{margin:0 0 6px;font-size:.88rem;font-weight:600;color:var(--text-2)}
.sheet .tbl.mini{margin-top:18px}.sheet .tbl.mini th,.sheet .tbl.mini td{padding:11px 0}
.list a::after{display:none}
.list li+li{border-top:1px solid var(--line)}
.list a{border-radius:0;min-height:52px;padding:0 4px;font-weight:600}
.list a:hover{background:transparent;color:var(--blue)}
.list{padding:8px 20px;border-radius:24px;border:1px solid var(--line);background:var(--bg);box-shadow:none}
.list small{font-size:.8rem;font-weight:600;color:var(--muted);margin-left:8px;letter-spacing:.02em}
.sec-h{padding:0 4px}
.grid2{gap:24px}
.prose{max-width:820px}.prose h2{margin-top:44px}
.prose h2+p{padding-bottom:28px;border-bottom:1px solid var(--line)}
.hero{padding:28px 0 8px}.hero h1{max-width:20ch}
@media (prefers-color-scheme:dark){.calc-grid .card,.list{background:var(--surface);border-color:var(--line)}.calc-grid .pick,.calc-grid .num-in,.money{background:var(--surface-2)}.calc-grid .pick:focus,.calc-grid .num-in:focus,.money:focus-within{background:var(--surface)}}
.calc .row+.row,.calc .row+details,.calc details+.row{margin-top:16px}
.tbl tr:last-child th,.tbl tr:last-child td{border-bottom:none}

/* Table typography — label/value rhythm */
.tbl{font-size:.95rem}
.tbl thead th{font-size:.82rem;font-weight:600;color:var(--muted);padding:10px 12px 12px;letter-spacing:0}
.tbl tbody th{font-weight:500;color:var(--text-2)}
.tbl tbody td{font-weight:600;color:var(--text);font-feature-settings:"tnum";white-space:nowrap}
.tbl tbody td:first-child,.tbl tbody th:first-child{white-space:normal}
.tbl td a{color:var(--text);font-weight:600}.tbl td a:hover{color:var(--blue)}
.tbl.spec th{font-weight:500;color:var(--text-2);width:52%}
.tbl.mini th{font-weight:500;color:var(--text-2);font-size:.95rem}
.tbl.mini td{font-size:1rem}
.pill{display:inline-block;padding:2px 8px;border-radius:999px;background:var(--surface-2);color:var(--text-2);font-size:.78rem;font-weight:600;margin-left:6px;vertical-align:middle;letter-spacing:0}
.sheet .pill{background:rgba(0,0,0,.06)}
@media (prefers-color-scheme:dark){.sheet .pill{background:rgba(255,255,255,.1)}}
.list .meta{font-weight:600;color:var(--text-2)}
.v-balanced,.v-mild,.v-gpu-bound,.v-moderate,.v-overkill,.v-severe{font-weight:600}

/* PCPairs home: stacked build card */
.calc>.field+.field,.calc>.field+p{margin-top:16px}
.field-label{display:block;font-size:14px;line-height:20px;font-weight:600;color:var(--text-2);margin-bottom:8px}
.pick.search{padding-left:44px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%238b95a1' stroke-width='2' stroke-linecap='round'><circle cx='11' cy='11' r='7'/><path d='M20 20l-3.5-3.5'/></svg>");background-repeat:no-repeat;background-position:14px center}
.seg.full{display:grid;grid-template-columns:repeat(3,1fr);width:100%;margin-top:0}
.seg.full span{text-align:center;padding:10px 0}
.calc-grid .seg{background:var(--surface)}
.calc-grid .seg input:checked+span{background:var(--bg);color:var(--blue);box-shadow:0 1px 3px rgba(0,0,0,.08)}
.beam-fill{background:var(--blue)}
.beam.cpu .beam-label:first-child,.beam.gpu .beam-label:last-child{color:var(--text)}
.sheet-actions{display:flex;gap:10px;flex-wrap:wrap}
.sheet-actions .next{flex:1 1 180px;justify-content:center;text-align:center}
.hero h1{max-width:none}

/* Lists: no frame, rules only (Aiden 2026-09-16) */
.list{background:transparent;border:0;border-radius:0;padding:0;box-shadow:none}
.list li{border-top:1px solid var(--line)}
.list li:last-child{border-bottom:1px solid var(--line)}
.list li+li{border-top:1px solid var(--line)}
.list a{padding:0 2px;min-height:56px}
.sec-h{padding:0 2px;margin-bottom:6px}
@media (prefers-color-scheme:dark){.list{background:transparent;border:0}}

/* Scroll reveal (restrained) */
.reveal{opacity:0;transform:translateY(12px);transition:opacity .45s ease,transform .45s cubic-bezier(.2,.8,.2,1)}
.reveal.is-in{opacity:1;transform:none}
@media (prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}

/* Dark-mode audit 2026-09-16 (iPhone): every surface must derive from tokens, never a literal light color */
@media (prefers-color-scheme:dark){
  .calc-grid .card,.card{background:var(--surface);border-color:var(--line);color:var(--text)}
  .card-title,.sheet-title,.sheet-label,.sheet-num .num{color:var(--text)}
  .calc-grid .pick,.calc-grid .num-in,.money,.pick,.num-in{background:var(--surface-2);color:var(--text)}
  .money .num-in{background:transparent}
  .calc-grid .pick:focus,.calc-grid .num-in:focus,.money:focus-within{background:var(--surface)}
  .next{background:var(--surface-2);color:var(--text)}
  .next:first-child:not(:only-child),.next:only-child{background:var(--blue);color:#fff}
  .sheet .pill{background:rgba(255,255,255,.1);color:var(--text-2)}
  .pill{background:var(--surface-2);color:var(--text-2)}
  .tip{background:rgba(255,255,255,.06)}
  .menu{background:var(--surface);border-color:var(--line)}
  .seg{background:var(--surface-2)}.seg input:checked+span{background:var(--surface);color:var(--text)}
  .list li,.list li+li,.list li:last-child{border-color:var(--line)}
  .tbl th,.tbl td{border-color:var(--line)}
  header.top{background:color-mix(in srgb,var(--bg) 88%,transparent)}
}

/* 마트휴무일 — calendar & status */
.cal{background:var(--surface);border-radius:20px;padding:16px 16px 10px}
.cal-h{font-weight:700;margin:0 4px 10px;font-size:1.05rem}
.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}
.cal-dow{font-size:.78rem;color:var(--muted);text-align:center;padding:4px 0 6px;font-weight:600}
.cal-dow.sun,.cal-d.sun span{color:var(--red)}
.cal-d{min-height:44px;border-radius:10px;padding:6px 4px;text-align:center;font-size:.92rem;font-weight:600;display:flex;flex-direction:column;align-items:center;gap:2px;background:var(--bg)}
.cal-d.empty{background:transparent}
.cal-d.closed{background:var(--red-soft)}.cal-d.closed span{color:var(--red)}
.cal-d em{font-style:normal;font-size:.7rem;color:var(--red);font-weight:700}
.cal-d.today{outline:2px solid var(--blue);outline-offset:-2px}
@media (prefers-color-scheme:dark){.cal-d{background:var(--surface-2)}.cal-d.closed{background:var(--red-soft)}}
.num.small-num{font-size:clamp(1.8rem,6vw,2.6rem)}
.next.geo{width:100%;justify-content:center;background:var(--blue);color:#fff}
.field-label{margin-top:4px}
.sheet + .sheet{margin-top:14px}
.tbl.compact tbody td:first-child,.tbl.compact tbody th:first-child{white-space:nowrap}
@media(max-width:480px){.tbl.compact{font-size:.86rem}.tbl.compact th,.tbl.compact td{padding:10px 6px}}
.tbl.spec tbody th,.tbl.mini tbody th{white-space:nowrap;width:auto;padding-right:16px}
.tbl.spec tbody td,.tbl.mini tbody td{white-space:normal;text-align:right}
@media(max-width:480px){.tbl.spec tbody th,.tbl.mini tbody th{white-space:normal;min-width:5.5em}}
