:root{--bg: #0f1117;--bg2: #161b22;--bg3: #1c2330;--amber: #e8b04b;--amber-dim: #a07828;--green: #3fb950;--link: #79c0ff;--text: #c9d1d9;--text-dim: #8b949e;--border: #30363d;--font-mono: ui-monospace, 'Cascadia Code', 'SF Mono', Menlo, Consolas, 'DejaVu Sans Mono', monospace;--font-sans: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;--gap: 24px;--gap2: 32px}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);font-size:1rem;line-height:1.7;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;height:auto;display:block;border-radius:4px}figure{margin:1.75rem 0}figure figcaption{font-family:var(--font-mono);font-size:.75rem;color:var(--text-dim);margin-top:8px;text-align:center}ul,ol{padding-left:1.5rem}hr{border:none;border-top:1px solid var(--border);margin:2rem 0}table{width:100%;border-collapse:collapse;font-size:.9rem;margin:1.5rem 0}table th,table td{padding:8px 12px;text-align:left;border:1px solid var(--border)}table th{background:var(--bg3);font-family:var(--font-mono);font-size:.75rem;color:var(--amber);letter-spacing:.06em;text-transform:uppercase}table tr:nth-child(even) td{background:var(--bg3)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.site-hero{background:var(--bg2);border-bottom:1px solid var(--border);padding:40px 24px;text-align:center}.hero-inner{max-width:1100px;margin:0 auto}.hero-call{font-family:var(--font-mono);font-size:clamp(1.8rem,5vw,2.6rem);font-weight:700;color:var(--amber);letter-spacing:8px;text-transform:uppercase}.hero-tag{font-family:var(--font-mono);font-size:.82rem;color:var(--text-dim);margin-top:10px;letter-spacing:.08em}.hero-tag .comment{color:#444d56}.hero-stats{display:flex;justify-content:center;gap:40px;margin-top:24px;flex-wrap:wrap}.stat{text-align:center;font-family:var(--font-mono);font-size:.78rem}.stat-val{display:block;font-size:1.6rem;font-weight:700;color:var(--green);line-height:1.1;margin-bottom:4px}.stat-lbl{color:var(--text-dim)}.site-main{max-width:1100px;margin:32px auto;padding:0 var(--gap)}.site-main--single{max-width:816px}.section-head{font-family:var(--font-mono);font-size:.75rem;color:var(--text-dim);letter-spacing:.08em;margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid var(--border)}.section-head .kw{color:var(--amber)}.section-head .fn{color:var(--green)}.section-head .str{color:var(--link)}.section-head .comment{color:#444d56}.two-col{display:grid;grid-template-columns:1fr 280px;gap:var(--gap2);align-items:start}@media(max-width: 900px){.two-col{grid-template-columns:1fr}}.cat-tag{display:inline-block;font-family:var(--font-mono);font-size:.7rem;background:var(--bg3);border:1px solid var(--border);color:var(--green);padding:2px 8px;border-radius:3px;transition:border-color .15s,color .15s;white-space:nowrap}.cat-tag:hover{border-color:var(--green);color:var(--green);text-decoration:none}.pagination{margin-top:24px;padding-top:16px;border-top:1px solid var(--border)}.pagination-inner{display:flex;align-items:center;justify-content:space-between;font-family:var(--font-mono);font-size:.8rem}.pagination__prev,.pagination__next{color:var(--link)}.pagination__prev--disabled,.pagination__next--disabled{color:var(--border);pointer-events:none}.pagination__prev:hover,.pagination__next:hover{text-decoration:none;color:var(--amber)}.pagination__info{color:var(--text-dim)}.site-header{background:var(--bg2);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:100}.header-inner{max-width:1100px;margin:0 auto;padding:0 var(--gap);display:flex;align-items:center;justify-content:space-between;height:56px}.site-logo{font-family:var(--font-mono);font-size:.95rem;font-weight:700;color:var(--amber);text-decoration:none;white-space:nowrap}.site-logo:hover{text-decoration:none;color:var(--amber)}.logo-prompt{color:var(--text-dim)}.logo-call{color:var(--amber)}.logo-cursor{display:inline-block;width:8px;height:14px;background:var(--amber);margin-left:2px;vertical-align:middle;animation:cursor-blink 1.1s step-end infinite}@keyframes cursor-blink{0%,100%{opacity:1}50%{opacity:0}}@media(max-width: 640px){.site-nav{display:none;position:absolute;top:56px;left:0;right:0;background:var(--bg2);border-bottom:1px solid var(--border);padding:12px var(--gap)}.site-nav.is-open{display:block}}.nav-links{display:flex;gap:4px;list-style:none;padding:0;margin:0}@media(max-width: 640px){.nav-links{flex-direction:column;gap:2px}}.nav-links li{margin:0}.nav-links a{font-family:var(--font-mono);font-size:.82rem;color:var(--text-dim);padding:6px 12px;border-radius:4px;transition:color .15s,background .15s;display:block}.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--amber);background:var(--bg3);text-decoration:none}@media(max-width: 640px){.nav-links a{padding:8px 4px}}.nav-toggle{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:none;border:none;cursor:pointer;padding:0}@media(max-width: 640px){.nav-toggle{display:flex}}.nav-toggle__bar{display:block;width:100%;height:2px;background:var(--text-dim);border-radius:2px;transition:background .15s}.nav-toggle:hover .nav-toggle__bar{background:var(--amber)}.log-entry{background:var(--bg2);border:1px solid var(--border);border-radius:6px;padding:22px 24px;margin-bottom:16px;transition:border-color .15s}.log-entry:hover{border-color:var(--amber-dim)}.entry-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:10px;flex-wrap:wrap}.entry-title{font-size:1.05rem;font-weight:600;color:#e6edf3;line-height:1.3;flex:1}.entry-title a{color:#e6edf3}.entry-title a:hover{color:var(--amber);text-decoration:none}.entry-date{font-family:var(--font-mono);font-size:.75rem;color:var(--text-dim);white-space:nowrap;flex-shrink:0;margin-top:3px}.entry-cats{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:10px}.entry-excerpt{color:var(--text-dim);font-size:.9rem;line-height:1.65;margin-bottom:12px}.entry-read{font-family:var(--font-mono);font-size:.75rem;color:var(--link)}.entry-read::before{content:"> ";color:var(--text-dim)}.entry-read:hover{color:var(--amber);text-decoration:none}.post-single{background:var(--bg2);border:1px solid var(--border);border-radius:6px;overflow:hidden}.post-single__header{padding:36px 40px 28px;border-bottom:1px solid var(--border)}@media(max-width: 640px){.post-single__header{padding:24px 20px 20px}}.post-single__meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:16px}.post-single__date{font-family:var(--font-mono);font-size:.8rem;color:var(--text-dim)}.post-single__cats{display:flex;gap:6px;flex-wrap:wrap}.post-single__title{font-size:clamp(1.4rem,3vw,1.9rem);font-weight:700;color:#e6edf3;line-height:1.25}.post-single__cover{width:100%;max-height:480px;overflow:hidden;border-bottom:1px solid var(--border)}.post-cover-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.post-single__content{padding:36px 40px;max-width:720px}@media(max-width: 640px){.post-single__content{padding:24px 20px}}.post-single__content h2,.post-single__content h3,.post-single__content h4,.post-single__content h5,.post-single__content h6{font-weight:700;line-height:1.3;margin-top:2rem;margin-bottom:.75rem;color:#e6edf3}.post-single__content h2{font-size:1.3rem;font-family:var(--font-mono);color:var(--amber);border-bottom:1px solid var(--border);padding-bottom:6px}.post-single__content h2::before{content:"## ";color:var(--border)}.post-single__content h3{font-size:1.1rem;color:var(--text)}.post-single__content h3::before{content:"### ";color:var(--border);font-family:var(--font-mono);font-size:.85em}.post-single__content h4{font-size:1rem;color:var(--text-dim)}.post-single__content p{margin-bottom:1.25rem;color:var(--text)}.post-single__content a{color:var(--link);text-decoration:underline;text-underline-offset:2px}.post-single__content a:hover{color:var(--amber)}.post-single__content ul,.post-single__content ol{margin-bottom:1.25rem;padding-left:1.5rem}.post-single__content ul li,.post-single__content ol li{margin-bottom:.3rem}.post-single__content code{font-family:var(--font-mono);font-size:.85em;background:var(--bg3);border:1px solid var(--border);color:var(--amber);padding:1px 6px;border-radius:3px}.post-single__content pre{background:var(--bg3);border:1px solid var(--border);border-radius:6px;padding:16px 20px;overflow-x:auto;margin-bottom:1.5rem}.post-single__content pre code{background:none;border:none;padding:0;color:var(--text);font-size:.85rem;line-height:1.6}.post-single__content blockquote{border-left:3px solid var(--amber);margin:1.5rem 0;padding:12px 20px;background:var(--bg3);border-radius:0 4px 4px 0}.post-single__content blockquote p{color:var(--text-dim);font-style:italic;margin-bottom:0}.post-single__content blockquote p:not(:last-child){margin-bottom:.75rem}.post-single__content img{margin:1.5rem auto;border-radius:4px;border:1px solid var(--border)}.post-single__content table{display:block;overflow-x:auto}.post-single__content hr{margin:2.5rem 0}.post-single__content>*:first-child{margin-top:0}.post-single__footer{border-top:1px solid var(--border);padding:24px 40px}@media(max-width: 640px){.post-single__footer{padding:20px}}.post-nav{display:grid;grid-template-columns:1fr 1fr;gap:24px}@media(max-width: 640px){.post-nav{grid-template-columns:1fr}}.post-nav__prev,.post-nav__next{font-size:.88rem}.post-nav__next{text-align:right}@media(max-width: 640px){.post-nav__next{text-align:left}}.post-nav__label{display:block;font-family:var(--font-mono);font-size:.72rem;color:var(--text-dim);margin-bottom:4px}.widget--pota{border-color:var(--amber-dim)}.pota-spot{display:flex;flex-direction:column;gap:6px}.pota-spot__park{display:flex;flex-direction:column;gap:2px}.pota-spot__ref{font-family:var(--font-mono);font-size:.78rem;font-weight:700;color:var(--amber)}.pota-spot__name{font-size:.83rem;color:var(--text);line-height:1.3}.pota-spot__freq{display:flex;align-items:baseline;gap:8px}.pota-spot__mhz{font-family:var(--font-mono);font-size:1.1rem;font-weight:700;color:var(--green)}.pota-spot__mode{font-family:var(--font-mono);font-size:.75rem;color:var(--text-dim)}.pota-spot__link{font-family:var(--font-mono);font-size:.72rem;color:var(--text-dim);margin-top:4px}.pota-spot__link:hover{color:var(--amber);text-decoration:none}.widget{background:var(--bg2);border:1px solid var(--border);border-radius:6px;padding:18px 20px;margin-bottom:16px;font-size:.88rem}.widget--about p{color:var(--text-dim);font-size:.83rem;line-height:1.6;margin-bottom:.6rem}.widget-head{font-family:var(--font-mono);font-size:.7rem;color:var(--amber);letter-spacing:.08em;margin-bottom:12px;padding-bottom:8px;border-bottom:1px solid var(--border)}.widget-head::before{content:"// ";color:var(--text-dim)}.w-cat-list{list-style:none;padding:0}.w-cat-list li{display:flex;justify-content:space-between;align-items:center;padding:5px 0;border-bottom:1px solid var(--bg3);font-size:.83rem}.w-cat-list li:last-child{border-bottom:none}.w-cat-list a{color:var(--text);text-decoration:none}.w-cat-list a:hover{color:var(--amber)}.w-cat-count{font-family:var(--font-mono);font-size:.7rem;color:var(--green);flex-shrink:0}.w-recent-list{list-style:none;padding:0}.w-recent-list li{padding:7px 0;border-bottom:1px solid var(--bg3);font-size:.83rem}.w-recent-list li:last-child{border-bottom:none}.w-recent-list a{color:var(--text);text-decoration:none;display:block;line-height:1.35}.w-recent-list a:hover{color:var(--amber)}.w-date{display:block;font-family:var(--font-mono);font-size:.7rem;color:var(--text-dim);margin-top:2px}.widget-rss{margin-top:.5rem}.widget-rss a{font-family:var(--font-mono);font-size:.75rem;color:var(--text-dim)}.widget-rss a::before{content:"> "}.widget-rss a:hover{color:var(--amber)}.site-footer{background:var(--bg2);border-top:1px solid var(--border);padding:20px var(--gap);margin-top:48px}.footer-inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;font-family:var(--font-mono);font-size:.75rem;color:var(--text-dim)}.footer-call{color:var(--amber);font-weight:700}.footer-sep{color:var(--border)}.footer-73{color:var(--text-dim)}.footer-rss{margin-left:auto}@media(max-width: 640px){.footer-rss{margin-left:0;width:100%;text-align:center}}.footer-rss a{color:var(--text-dim);font-size:.72rem}.footer-rss a::before{content:"[";color:var(--border)}.footer-rss a::after{content:"]";color:var(--border)}.footer-rss a:hover{color:var(--amber);text-decoration:none}.highlight{background:var(--bg3);border:1px solid var(--border);border-radius:6px;margin-bottom:1.5rem;overflow-x:auto}.highlight pre{padding:16px 20px;margin:0;border:none;background:none;border-radius:0}.highlight code{font-family:var(--font-mono);font-size:.85rem;line-height:1.6;color:var(--text);background:none;border:none;padding:0}.highlight .c,.highlight .ch,.highlight .cm,.highlight .c1,.highlight .cs,.highlight .cp,.highlight .cpf{color:#6e7681;font-style:italic}.highlight .k,.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kt{color:#ff7b72}.highlight .s,.highlight .sa,.highlight .sb,.highlight .sc,.highlight .dl,.highlight .sd,.highlight .s2,.highlight .se,.highlight .sh,.highlight .si,.highlight .sx,.highlight .s1,.highlight .ss{color:#a5d6ff}.highlight .m,.highlight .mb,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .mo,.highlight .il,.highlight .mx{color:#79c0ff}.highlight .n{color:var(--text)}.highlight .na{color:var(--green)}.highlight .nb{color:#e8b04b}.highlight .nc{color:var(--green)}.highlight .nd{color:var(--green)}.highlight .ne{color:#ff7b72}.highlight .nf{color:var(--green)}.highlight .nl{color:var(--text)}.highlight .nn{color:var(--text)}.highlight .nt{color:#7ee787}.highlight .nv{color:var(--text)}.highlight .nx{color:var(--green)}.highlight .o,.highlight .ow{color:#ff7b72}.highlight .p,.highlight .pi{color:var(--text-dim)}.highlight .gd{color:#ff7b72;background:rgba(255,123,114,.1)}.highlight .gi{color:var(--green);background:rgba(63,185,80,.1)}.highlight .gu{color:var(--amber);font-weight:bold}.highlight .ge{font-style:italic}.highlight .gs{font-weight:bold}.highlight .linenos{color:var(--text-dim);border-right:1px solid var(--border);padding-right:12px;margin-right:12px;user-select:none}.highlight .hll{background:rgba(232,176,75,.1);display:block;margin:0 -20px;padding:0 20px}/*# sourceMappingURL=main.css.map */