.hugh-archive,.hugh-drawer,.hugh-drawer-backdrop{--hugh-bg: #0c0d10;--hugh-surface: rgba(255, 255, 255, .025);--hugh-surface-hover: rgba(255, 255, 255, .05);--hugh-border: rgba(255, 255, 255, .09);--hugh-border-strong: rgba(255, 255, 255, .16);--hugh-text: #ecedf1;--hugh-muted: #8b8f9a;--hugh-faint: #5a5e68;--hugh-accent: #d9a441;--hugh-accent-soft: rgba(217, 164, 65, .14);--hugh-font-display: "Iowan Old Style", "Palatino Linotype", "Palatino", "Georgia", serif;--hugh-font-body: "Pretendard", system-ui, -apple-system, "Segoe UI", sans-serif;--hugh-font-mono: ui-monospace, "SF Mono", "JetBrains Mono", "Menlo", monospace;--hugh-radius: 14px;--hugh-radius-sm: 9px;--hugh-gap: 18px;--hugh-ease: cubic-bezier(.22, .61, .36, 1);color:var(--hugh-text);font-family:var(--hugh-font-body)}.hugh-hero{position:relative;padding:40px 0 30px;border-bottom:1px solid var(--hugh-border);overflow:hidden}.hugh-hero:before{content:"";position:absolute;inset:-40% 50% auto -10%;height:320px;background:radial-gradient(60% 100% at 20% 0%,var(--hugh-accent-soft),transparent 70%);pointer-events:none}.hugh-eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--hugh-font-mono);font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:var(--hugh-accent);margin:0 0 14px}.hugh-eyebrow:before{content:"";width:22px;height:1px;background:var(--hugh-accent)}.hugh-hero h1{font-family:var(--hugh-font-display);font-weight:600;font-size:clamp(30px,5vw,46px);line-height:1.05;letter-spacing:-.02em;margin:0 0 14px}.hugh-hero h1 em{font-style:normal;color:var(--hugh-accent)}.hugh-lede{max-width:60ch;color:var(--hugh-muted);font-size:15.5px;line-height:1.65;margin:0}.hugh-lede strong{color:var(--hugh-text);font-weight:600}.hugh-stats{display:flex;flex-wrap:wrap;gap:0;margin:26px 0 6px}.hugh-stats>div{padding:2px 30px}.hugh-stats>div:first-child{padding-left:0}.hugh-stats>div+div{border-left:1px solid var(--hugh-border)}.hugh-stats .k{font-family:var(--hugh-font-mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--hugh-faint)}.hugh-stats .v{display:block;font-family:var(--hugh-font-display);font-size:32px;font-weight:600;line-height:1.1;margin:6px 0 4px;color:var(--hugh-text)}.hugh-stats .v .num{font-variant-numeric:tabular-nums;color:var(--hugh-accent)}.hugh-stats .n{font-size:13px;color:var(--hugh-muted)}.hugh-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:40px 0 16px;padding-bottom:10px;border-bottom:1px solid var(--hugh-border)}.hugh-section-head h2{font-family:var(--hugh-font-display);font-size:19px;font-weight:600;letter-spacing:-.01em;margin:0}.hugh-section-head .count{font-family:var(--hugh-font-mono);font-size:12px;color:var(--hugh-faint)}.hugh-section-note{color:var(--hugh-muted);font-size:14px;margin:0 0 18px;line-height:1.6}.hugh-check{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;font-family:var(--hugh-font-mono);font-size:12.5px;letter-spacing:.02em;color:var(--hugh-accent);background:transparent;border:1px solid var(--hugh-border-strong);border-radius:999px;cursor:pointer;transition:background .2s var(--hugh-ease),border-color .2s var(--hugh-ease),color .2s var(--hugh-ease)}.hugh-check:hover{background:var(--hugh-accent-soft);border-color:var(--hugh-accent)}.hugh-check[aria-busy=true]{opacity:.6;cursor:progress}.hugh-check .dot{width:7px;height:7px;border-radius:50%;background:var(--hugh-accent)}.hugh-check-result{margin:14px 0 0;font-size:13.5px;line-height:1.6;color:var(--hugh-muted)}.hugh-check-result.is-new{color:var(--hugh-text)}.hugh-check-result ul{margin:8px 0 0;padding-left:18px}.hugh-check-result a{color:var(--hugh-accent);font-family:var(--hugh-font-mono);font-size:12.5px}.hugh-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(252px,1fr));gap:var(--hugh-gap)}.hugh-card{position:relative;display:flex;flex-direction:column;gap:10px;padding:16px 18px;border:1px solid var(--hugh-border);border-radius:var(--hugh-radius);background:var(--hugh-surface);text-decoration:none;color:inherit;transition:transform .25s var(--hugh-ease),border-color .25s var(--hugh-ease),background .25s var(--hugh-ease)}.hugh-card:after{content:"↗";position:absolute;top:14px;right:16px;font-size:13px;color:var(--hugh-faint);opacity:0;transform:translate(-2px,2px);transition:opacity .25s var(--hugh-ease),transform .25s var(--hugh-ease),color .25s var(--hugh-ease)}.hugh-card:hover{transform:translateY(-3px);border-color:var(--hugh-border-strong);background:var(--hugh-surface-hover)}.hugh-card:hover:after{opacity:1;transform:translate(0);color:var(--hugh-accent)}.hugh-card .tag{font-family:var(--hugh-font-mono);font-size:10.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--hugh-accent)}.hugh-card .title{font-family:var(--hugh-font-display);font-size:16px;font-weight:600;line-height:1.3;letter-spacing:-.01em;padding-right:18px}.hugh-card .slug{margin-top:auto;font-family:var(--hugh-font-mono);font-size:11.5px;color:var(--hugh-faint);word-break:break-all}.hugh-list{display:flex;flex-direction:column;border-top:1px solid var(--hugh-border)}.hugh-list-item{position:relative;display:flex;align-items:baseline;gap:16px;padding:13px 30px 13px 4px;border-bottom:1px solid var(--hugh-border);text-decoration:none;color:inherit;transition:background .18s var(--hugh-ease),padding-left .18s var(--hugh-ease)}.hugh-list-item .idx{font-family:var(--hugh-font-mono);font-size:12px;color:var(--hugh-faint);min-width:28px;flex-shrink:0}.hugh-list-item .title{flex:1;font-size:15px;color:var(--hugh-text);line-height:1.4}.hugh-list-item .slug{font-family:var(--hugh-font-mono);font-size:11.5px;color:var(--hugh-faint);flex-shrink:0;max-width:38%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hugh-list-item:after{content:"↗";position:absolute;right:6px;color:var(--hugh-accent);opacity:0;transform:translate(-4px);transition:opacity .18s var(--hugh-ease),transform .18s var(--hugh-ease)}.hugh-list-item:hover{background:var(--hugh-surface);padding-left:12px}.hugh-list-item:hover .title{color:var(--hugh-accent)}.hugh-list-item:hover:after{opacity:1;transform:translate(0)}.hugh-list-item.is-home .title{font-family:var(--hugh-font-display);font-weight:600}@media(max-width:720px){.hugh-stats{gap:28px}.hugh-stats>div{padding:0}.hugh-stats>div+div{border-left:0}.hugh-list-item .slug{display:none}.hugh-drawer{width:100vw}}button.hugh-card,button.hugh-list-item{font:inherit;text-align:left;width:100%;cursor:pointer;appearance:none;-webkit-appearance:none;background:transparent}button.hugh-card{background:var(--hugh-surface)}.hugh-drawer-backdrop{position:fixed;inset:0;background:#0000008c;opacity:0;transition:opacity .28s var(--hugh-ease);z-index:2000}.hugh-drawer-backdrop.open{opacity:1}.hugh-drawer{position:fixed;top:0;right:0;height:100vh;height:100dvh;width:min(640px,94vw);display:flex;flex-direction:column;background:var(--hugh-bg);border-left:1px solid var(--hugh-border-strong);box-shadow:-24px 0 70px #0000008c;transform:translate(100%);transition:transform .32s var(--hugh-ease);z-index:2001}.hugh-drawer.open{transform:translate(0)}.hugh-drawer-head{display:flex;align-items:flex-start;gap:14px;padding:15px 18px;border-bottom:1px solid var(--hugh-border);flex-shrink:0}.hugh-drawer-head .meta{flex:1;min-width:0}.hugh-drawer-head .t{display:block;font-family:var(--hugh-font-display);font-size:16px;font-weight:600;line-height:1.3;color:var(--hugh-text)}.hugh-drawer-head .s{display:block;margin-top:4px;font-family:var(--hugh-font-mono);font-size:11.5px;color:var(--hugh-faint);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hugh-drawer-head .acts{display:flex;align-items:center;gap:8px;flex-shrink:0}.hugh-drawer-full{font-family:var(--hugh-font-mono);font-size:12px;color:var(--hugh-accent);text-decoration:none;padding:6px 11px;border:1px solid var(--hugh-border-strong);border-radius:999px;white-space:nowrap;transition:background .2s var(--hugh-ease)}.hugh-drawer-full:hover{background:var(--hugh-accent-soft)}.hugh-drawer-x{width:32px;height:32px;display:grid;place-items:center;background:transparent;border:1px solid var(--hugh-border);border-radius:8px;color:var(--hugh-muted);cursor:pointer;font-size:13px;transition:color .2s var(--hugh-ease),border-color .2s var(--hugh-ease)}.hugh-drawer-x:hover{color:var(--hugh-text);border-color:var(--hugh-border-strong)}.hugh-card.is-active,.hugh-list-item.is-active{border-color:var(--hugh-accent)}.hugh-drawer-body{flex:1;overflow-y:auto;padding:22px 22px 40px}.hugh-drawer-body .summary-line{font-family:var(--hugh-font-body);font-size:16px;line-height:1.6;color:var(--hugh-text);margin:0 0 20px}.hugh-drawer-body .reader-grid{display:flex;flex-direction:column;gap:0}.hugh-drawer-body .explain-box{border:1px solid var(--hugh-border);border-radius:var(--hugh-radius);background:var(--hugh-surface);padding:16px 18px;margin-bottom:16px}.hugh-drawer-body .explain-box:last-child{margin-bottom:0}.hugh-drawer-body .explain-box h4{margin:0 0 12px;font-family:var(--hugh-font-mono);font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--hugh-accent)}.hugh-drawer-body .explain-box p{margin:0 0 10px;font-size:14px;line-height:1.75;color:#c4c7d1}.hugh-drawer-body .explain-box p:last-child{margin-bottom:0}.hugh-drawer-body .terms{display:flex;flex-direction:column;gap:14px}.hugh-drawer-body .term{border-left:2px solid var(--hugh-accent);padding-left:12px}.hugh-drawer-body .term b{display:block;font-size:14px;color:var(--hugh-text);margin-bottom:3px}.hugh-drawer-body .term span{font-size:13.5px;line-height:1.65;color:#c4c7d1}.hugh-drawer-body ul{margin:2px 0 0;padding-left:20px}.hugh-drawer-body li{font-size:14px;line-height:1.75;color:#c4c7d1;margin-bottom:7px}.hugh-drawer-body code{font-family:var(--hugh-font-mono);font-size:.88em;color:var(--hugh-accent);background:var(--hugh-accent-soft);padding:1px 5px;border-radius:5px}.hugh-drawer-body .tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.hugh-drawer-body .tag{font-family:var(--hugh-font-mono);font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--hugh-muted);border:1px solid var(--hugh-border);border-radius:999px;padding:3px 10px}.hugh-analysis-src{display:none}
