:root{--ink: #16181d;--ink-soft: #3d434e;--sub: #6b7280;--faint: #9aa1ad;--accent: #c2410c;--accent-soft: #fff1e9;--line: #e6e8ec;--line-soft: #f0f2f5;--bg: #ffffff;--bg-soft: #f8f9fb;--card: #ffffff;--shadow: 0 1px 2px rgba(16, 18, 22, .04), 0 8px 24px rgba(16, 18, 22, .06);--shadow-lg: 0 2px 4px rgba(16, 18, 22, .05), 0 16px 48px rgba(16, 18, 22, .11);--radius: 14px;--maxw: 1120px;--readw: 720px}@media(prefers-color-scheme:dark){:root{--ink: #eceef2;--ink-soft: #c3c8d1;--sub: #98a0ad;--faint: #6f7784;--accent: #ff8952;--accent-soft: #2a1a12;--line: #262a31;--line-soft: #1d2026;--bg: #101216;--bg-soft: #171a1f;--card: #171a1f;--shadow: 0 1px 2px rgba(0, 0, 0, .3), 0 8px 24px rgba(0, 0, 0, .28);--shadow-lg: 0 2px 4px rgba(0, 0, 0, .35), 0 16px 48px rgba(0, 0, 0, .45)}}:root[data-theme=light]{--ink: #16181d;--ink-soft: #3d434e;--sub: #6b7280;--faint: #9aa1ad;--accent: #c2410c;--accent-soft: #fff1e9;--line: #e6e8ec;--line-soft: #f0f2f5;--bg: #ffffff;--bg-soft: #f8f9fb;--card: #ffffff;--shadow: 0 1px 2px rgba(16,18,22,.04), 0 8px 24px rgba(16,18,22,.06);--shadow-lg: 0 2px 4px rgba(16,18,22,.05), 0 16px 48px rgba(16,18,22,.11)}:root[data-theme=dark]{--ink: #eceef2;--ink-soft: #c3c8d1;--sub: #98a0ad;--faint: #6f7784;--accent: #ff8952;--accent-soft: #2a1a12;--line: #262a31;--line-soft: #1d2026;--bg: #101216;--bg-soft: #171a1f;--card: #171a1f;--shadow: 0 1px 2px rgba(0,0,0,.3), 0 8px 24px rgba(0,0,0,.28);--shadow-lg: 0 2px 4px rgba(0,0,0,.35), 0 16px 48px rgba(0,0,0,.45)}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Pretendard Variable,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,Malgun Gothic,sans-serif;font-size:17px;line-height:1.75;letter-spacing:-.012em;word-break:keep-all;overflow-wrap:break-word}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.shell{max-width:var(--maxw);margin:0 auto;padding:0 20px}.read{max-width:var(--readw);margin:0 auto}.site-head{position:sticky;top:0;z-index:50;background:color-mix(in srgb,var(--bg) 86%,transparent);backdrop-filter:saturate(180%) blur(14px);-webkit-backdrop-filter:saturate(180%) blur(14px);border-bottom:1px solid var(--line)}.site-head .row{display:flex;align-items:center;justify-content:space-between;height:62px;gap:16px}.brand{display:flex;align-items:center;gap:9px;font-weight:800;font-size:18px;letter-spacing:-.03em}.brand .mark{width:26px;height:26px;border-radius:8px;flex:none;background:linear-gradient(135deg,var(--accent),#e06c3a);display:grid;place-items:center;color:#fff;font-size:14px;font-weight:800}.nav{display:flex;align-items:center;gap:4px}.nav a{padding:7px 12px;border-radius:999px;font-size:14.5px;font-weight:600;color:var(--sub);transition:background .16s,color .16s}.nav a:hover,.nav a[aria-current=page]{background:var(--bg-soft);color:var(--ink)}.theme-btn{width:34px;height:34px;border-radius:999px;border:1px solid var(--line);background:transparent;color:var(--sub);cursor:pointer;font-size:15px;display:grid;place-items:center;flex:none}.theme-btn:hover{color:var(--ink);border-color:var(--faint)}.hero{padding:62px 0 34px}.hero h1{margin:0 0 12px;font-size:clamp(30px,5.2vw,44px);font-weight:800;letter-spacing:-.045em;line-height:1.18}.hero .lead{margin:0;color:var(--sub);font-size:clamp(16px,2.2vw,18px);max-width:620px}.hero .eyebrow{display:inline-block;margin-bottom:14px;padding:5px 11px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:12.5px;font-weight:700;letter-spacing:.01em}.chips{display:flex;flex-wrap:wrap;gap:8px;margin:30px 0 8px}.chip{padding:7px 14px;border-radius:999px;border:1px solid var(--line);font-size:14px;font-weight:600;color:var(--sub);background:var(--card);transition:all .16s}.chip:hover{border-color:var(--accent);color:var(--accent)}.chip[aria-current=page]{background:var(--ink);border-color:var(--ink);color:var(--bg)}.grid{display:grid;gap:26px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.card{display:flex;flex-direction:column;background:var(--card);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:transform .2s cubic-bezier(.2,.7,.3,1),box-shadow .2s,border-color .2s}.card:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:transparent}.card .thumb{aspect-ratio:16/9;background:var(--bg-soft);overflow:hidden}.card .thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.2,.7,.3,1)}.card:hover .thumb img{transform:scale(1.04)}.card .body{padding:18px 19px 20px;display:flex;flex-direction:column;flex:1}.card .tag{align-self:flex-start;margin-bottom:9px;padding:3px 9px;border-radius:6px;background:var(--accent-soft);color:var(--accent);font-size:12px;font-weight:700}.card h3{margin:0 0 8px;font-size:18px;font-weight:700;letter-spacing:-.028em;line-height:1.42}.card p{margin:0;color:var(--sub);font-size:14.5px;line-height:1.62;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.card .date{margin-top:14px;color:var(--faint);font-size:12.5px}.feature{display:grid;grid-template-columns:1.15fr 1fr;gap:0;margin:34px 0 10px;background:var(--card);border:1px solid var(--line);border-radius:18px;overflow:hidden;transition:transform .2s cubic-bezier(.2,.7,.3,1),box-shadow .2s,border-color .2s}.feature:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg);border-color:transparent}.feature .thumb{aspect-ratio:16/10;background:var(--bg-soft);overflow:hidden}.feature .thumb img{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.2,.7,.3,1)}.feature:hover .thumb img{transform:scale(1.03)}.feature .body{padding:34px 34px 32px;display:flex;flex-direction:column;justify-content:center}.feature h2{margin:0 0 12px;font-size:clamp(21px,2.6vw,27px);font-weight:800;letter-spacing:-.038em;line-height:1.32}.feature p{margin:0;color:var(--sub);font-size:15.5px;line-height:1.7}.feature .date{margin-top:18px;color:var(--faint);font-size:13px}@media(max-width:780px){.feature{grid-template-columns:1fr}.feature .body{padding:22px 20px 24px}}.section-title{display:flex;align-items:baseline;gap:10px;margin:54px 0 22px;font-size:20px;font-weight:800;letter-spacing:-.03em}.section-title span{font-size:14px;font-weight:600;color:var(--faint)}.site-foot{margin-top:90px;padding:38px 0 54px;border-top:1px solid var(--line);background:var(--bg-soft);color:var(--sub);font-size:14px}.site-foot .row{display:flex;flex-wrap:wrap;gap:18px;justify-content:space-between;align-items:center}.site-foot a{color:var(--sub)}.site-foot a:hover{color:var(--ink)}.site-foot .legal{max-width:640px;margin-top:16px;font-size:12.5px;line-height:1.7;color:var(--faint)}.disclosure{margin:22px 0 30px;padding:13px 16px;background:var(--accent-soft);border-left:3px solid var(--accent);border-radius:0 10px 10px 0;font-size:14px;line-height:1.65;color:var(--ink-soft)}.product{margin:30px 0;border:1px solid var(--line);border-radius:var(--radius);background:var(--card);overflow:hidden;box-shadow:var(--shadow)}.product .top{display:flex;gap:16px;padding:18px;align-items:flex-start}.product .pic{width:108px;height:108px;flex:none;border-radius:10px;overflow:hidden;background:var(--bg-soft)}.product .pic img{width:100%;height:100%;object-fit:cover}.product .info{flex:1;min-width:0}.product .rank{display:inline-block;margin-bottom:7px;padding:3px 9px;border-radius:6px;background:var(--ink);color:var(--bg);font-size:12px;font-weight:700}.product h4{margin:0 0 8px;font-size:16.5px;font-weight:700;letter-spacing:-.025em;line-height:1.45}.product .price{font-size:21px;font-weight:800;letter-spacing:-.03em;color:var(--accent)}.product .price .unit{margin-left:7px;font-size:13px;font-weight:600;color:var(--sub)}.product .specs{margin:10px 0 0;padding:0;list-style:none;font-size:14px;color:var(--sub)}.product .specs li{position:relative;padding-left:14px;margin:4px 0}.product .specs li:before{content:"";position:absolute;left:3px;top:10px;width:4px;height:4px;border-radius:50%;background:var(--faint)}.product .cta{display:block;margin:0;padding:15px;text-align:center;background:var(--accent);color:#fff;font-size:15.5px;font-weight:700;letter-spacing:-.02em;transition:filter .16s}.product .cta:hover{filter:brightness(1.08)}.product .cta.pending{background:var(--bg-soft);color:var(--faint);cursor:not-allowed;font-weight:600}@media(max-width:480px){.product .top{flex-direction:column}.product .pic{width:100%;height:170px}}.body-copy{font-size:17.5px;line-height:1.85}.body-copy h2{margin:56px 0 18px;padding-bottom:12px;border-bottom:2px solid var(--ink);font-size:24px;font-weight:800;letter-spacing:-.038em;line-height:1.35}.body-copy h3{margin:38px 0 14px;padding-left:12px;border-left:4px solid var(--accent);font-size:19px;font-weight:700;letter-spacing:-.028em}.body-copy p{margin:18px 0}.body-copy ul,.body-copy ol{padding-left:21px;margin:18px 0}.body-copy li{margin:9px 0}.body-copy strong{font-weight:700;color:var(--ink)}.body-copy a{color:var(--accent);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1.5px;font-weight:600}.body-copy img{border-radius:12px;margin:34px auto}.body-copy figure{margin:34px 0}.body-copy figcaption{margin-top:10px;text-align:center;color:var(--faint);font-size:13.5px}.body-copy table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch;border-collapse:collapse;width:100%;min-width:460px;font-size:15.5px;margin:24px 0}.body-copy th{padding:13px 14px;background:var(--bg-soft);border:1px solid var(--line);font-weight:700;text-align:center;white-space:nowrap}.body-copy td{padding:13px 14px;border:1px solid var(--line);vertical-align:middle}.body-copy blockquote{margin:26px 0;padding:16px 20px;background:var(--bg-soft);border-left:4px solid var(--accent);border-radius:0 10px 10px 0;color:var(--ink-soft)}.body-copy details{margin:14px 0;padding:16px 18px;border:1px solid var(--line);border-radius:12px;background:var(--card)}.body-copy summary{cursor:pointer;font-size:17px;font-weight:700}.body-copy iframe{width:100%;max-width:100%;aspect-ratio:16/9;height:auto;border:0;border-radius:12px;margin:30px 0}.body-copy hr{margin:44px 0;border:0;border-top:1px solid var(--line)}
