@font-face{font-family:pixel_slim;src:url(/font/BitPap.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:normal_slim;src:url(/font/Oswald.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:pixel_cn;src:url(/font/IPix_cn.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:normal_cn;src:url(/font/SourceHanSerifSC-SemiBold.subset.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}:root{--font-pixel-slim: "pixel_slim", "pixel_cn";--font-normal-slim: "normal_slim", "normal_cn";--content-font-size: clamp(1.0625rem, .365vw + .77rem, 1.5rem)}.use-pixel-font{font-family:var(--font-pixel-slim)!important}.use-normal-font{font-family:var(--font-normal-slim)!important}.main-content.use-normal-font{font-size:calc(var(--content-font-size) * .9)}.setup-panel.use-normal-font{font-size:.9rem!important}html,body{margin:0;padding:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.bg{width:100%;min-height:100vh}.bg:before{content:"";position:fixed;top:0;left:0;width:100%;height:100vh;height:100lvh;z-index:-1;background-image:var(--bg-image);background-size:cover;background-position:center;background-repeat:no-repeat;pointer-events:none}.main-content{font-family:var(--font-pixel-slim);color:#0ff;font-size:var(--content-font-size);--gutter: 35px;--content-measure: 100ch;padding:1.4rem var(--gutter) 2rem;padding-bottom:calc(var(--nav-height, 80px) + 2rem);background-color:transparent;text-shadow:1px 1px 2px black,2px 2px 6px rgba(0,0,0,.6)}.main-content:has(.game-page){display:flex;flex-direction:column;height:calc(100lvh - var(--nav-height, 80px) - var(--gutter) - 1.4rem);min-height:520px;padding-bottom:calc(var(--nav-height, 80px) + var(--gutter))}.main-content h1{margin:0 0 .45em}.sh-shell{display:flex;flex-direction:column-reverse;padding-top:12px;background-color:#060a08f5;border-top:1px solid rgba(0,255,128,.35);box-shadow:0 0 24px #00ff8038;font-family:var(--font-pixel-slim);color:#7dffb0}.sh-menu{display:flex;flex-direction:column-reverse}.sh-line{display:flex;align-items:center;gap:3px;padding:3px 16px 9px;font-size:17px;white-space:nowrap}.sh-spacer{flex:1 1 auto}.sh-user{color:#0fc;text-shadow:0 0 8px rgba(0,255,204,.6)}.sh-punct{color:#7dffb099}.sh-path{color:#7db4ff;text-shadow:0 0 8px rgba(125,180,255,.5)}.sh-seg{color:inherit;text-decoration:none}.sh-seg:hover,.sh-seg:focus-visible{outline:none;color:#d6e6ff;text-decoration:underline;text-underline-offset:3px;text-shadow:0 0 10px rgba(125,180,255,.9)}.sh-slash{color:#7db4ff80}.sh-cmd{margin-left:8px;color:#eaffee}.sh-cursor{display:inline-block;width:9px;height:17px;margin-left:2px;background-color:#7dffb0;box-shadow:0 0 10px #00ff80cc;animation:sh-blink 1.1s steps(1,end) infinite}@keyframes sh-blink{0%,50%{opacity:1}51%,to{opacity:0}}.sh-fkey-slot{position:relative;display:inline-flex}.setup-arrow{position:absolute;bottom:calc(100% + 8px);left:50%;width:32px;opacity:0;pointer-events:none;transform:translate(-50%);filter:drop-shadow(0 0 8px rgba(0,255,128,.9))}.setup-arrow svg{display:block;width:100%;height:auto;fill:#7dffb0}.setup-arrow.is-in{opacity:1;animation:setup-arrow-in .18s steps(6,end)}.setup-arrow.is-out{opacity:0;animation:setup-arrow-out .18s steps(6,end)}@keyframes setup-arrow-in{0%{opacity:0;transform:translate(-50%,-13px)}to{opacity:1;transform:translate(-50%)}}@keyframes setup-arrow-out{0%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-13px)}}@media (prefers-reduced-motion: reduce){.setup-arrow.is-in,.setup-arrow.is-out{animation:none}}.sh-fkey{margin-right:16px;padding:1px 7px;background:none;border:none;color:#7dffb0bf;font-family:inherit;font-size:15px;letter-spacing:1px;cursor:pointer}.sh-fkey:hover,.sh-fkey:focus-visible,.sh-fkey.is-on{outline:none;color:#06120c;background-color:#7dffb0;box-shadow:0 0 14px #00ff8099}.sh-total{font-size:14px;color:#7dffb08c}.sh-nav{display:flex;flex-wrap:wrap;gap:18px;padding:0 16px 3px;font-size:17px}.sh-subnav{display:flex;flex-wrap:wrap;align-items:baseline;gap:18px;padding:0 16px 7px 34px;font-size:16px}.sh-branch{color:#7dffb066;margin-right:-8px;transform:scaleY(-1);display:inline-block}.sh-subnav.is-preview{opacity:.62}.sh-entry.is-peeking{color:#eaffee;text-decoration:underline dashed rgba(125,255,176,.55);text-underline-offset:4px}.sh-entry{position:relative;text-decoration:none;color:#7dffb0b3}.sh-entry:hover{color:#eaffee;text-shadow:0 0 10px rgba(0,255,128,.7)}.sh-entry.is-on{color:#06120c;background-color:#7dffb0;box-shadow:0 0 14px #00ff8099;padding:0 5px;margin:0 -5px}@media (prefers-reduced-motion: reduce){.sh-cursor{animation:none}}@media (max-width: 640px){.sh-shell{padding-top:10px}.sh-line{font-size:16px;padding:3px 10px 8px}.sh-cmd,.sh-fkey-key{display:none}.sh-fkey{font-size:16px;margin-right:0}.sh-cursor{height:16px;width:8px}.sh-nav{font-size:17px;gap:15px;padding:0 10px 4px}.sh-subnav{font-size:16px;gap:15px;padding:0 10px 7px 24px}.setup-arrow{width:26px}}@media (max-width: 420px){.sh-total{display:none}}.site-nav{position:fixed;bottom:0;left:0;width:100%;z-index:1000}.crt-effect-wrapper.sweep-on:before{content:"";position:fixed;top:-30%;left:0;width:100%;height:var(--sweep-thickness, 10px);pointer-events:none;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.4) 40%,rgba(0,0,0,.6) 50%,rgba(8,8,8,.5) 50%,transparent 100%);animation:sweep-line var(--sweep-duration, 7s) linear infinite;z-index:9999;filter:blur(1.5px)}@keyframes sweep-line{0%{top:-30%}to{top:130%}}.crt-effect-wrapper.scanlines-on:after{content:"";position:fixed;inset:0;pointer-events:none;background-image:repeating-linear-gradient(var(--scanline-gradient-direction, to bottom),rgba(var(--scanline-color-rgb, 91, 179, 135),calc(var(--scanline-opacity, .035))) 0px,rgba(var(--scanline-color-rgb, 18, 58, 39),calc(var(--scanline-opacity, .2))) 2px,transparent 3px,transparent 5px);z-index:9998;mix-blend-mode:screen}.crt-effect-wrapper.edge-glow-on{box-shadow:inset 0 0 var(--edge-glow-size, 30px) var(--edge-glow-color, rgba(0, 255, 128, .2))}.crt-inner{width:100%;height:100%}.crt-effect-wrapper.sweep-soft:before{content:"";position:fixed;top:-30%;left:0;width:100%;height:var(--sweep-thickness, 10px);pointer-events:none;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.15) 40%,rgba(0,0,0,.1) 50%,rgba(0,0,0,.08) 55%,transparent 100%);animation:sweep-line var(--sweep-duration, 7s) linear infinite;z-index:9999;filter:blur(5px)}.crt-effect-wrapper.flicker-on{animation:crt-flicker .8s infinite}@keyframes crt-flicker{0%{opacity:1}10%{opacity:.96}20%{opacity:.99}30%{opacity:.97}40%{opacity:.98}50%{opacity:.97}60%{opacity:1}70%{opacity:.95}80%{opacity:.98}90%{opacity:1}to{opacity:.99}}.switch{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:30px;width:60px;height:26px;margin:10px}.toggle{opacity:0;width:0;height:0}.slider{image-rendering:pixelated;position:absolute;cursor:pointer;inset:0;background:url(/image/switch_bg_off.png);background-size:100% 100%;transition:.3s}.slider:before{box-sizing:border-box;position:absolute;content:"";height:32px;width:28px;bottom:0;background:url(/image/switch_slider.png);background-size:28px 32px;transition:.3s;box-shadow:0 0 20px #ff00ffb3}.toggle:checked+.slider{background:url(/image/switch_bg_on.png);background-size:100% 100%}.toggle:checked+.slider:before{transform:translate(32px);box-shadow:0 0 20px #00ffffb3}.efx-settings{display:flex;flex-direction:column;gap:12px}.setting-row{display:flex;justify-content:space-between;align-items:center;gap:24px;font-size:19px;font-family:inherit;color:inherit}.setup-panel.use-normal-font .setting-row{font-family:var(--font-normal-slim);font-size:1.05rem}.setup-panel{position:fixed;right:16px;bottom:calc(var(--nav-height, 80px) + 12px);z-index:1100;width:min(340px,calc(100vw - 32px));padding:24px 22px 0;background-color:#060a08fb;color:#7dffb0;font-family:var(--font-pixel-slim);border:4px double #7dffb0;border-radius:0;box-shadow:0 0 30px #00ff804d;outline:none;animation:setup-pop .12s steps(3,end)}.setup-title{position:absolute;top:-13px;left:50%;transform:translate(-50%);padding:0 12px;background-color:#060a08;color:#eaffee;font-size:19px;letter-spacing:3px;text-shadow:0 0 10px rgba(0,255,128,.7);white-space:nowrap}.setup-footer{display:block;width:calc(100% + 44px);margin:16px -22px 0;padding:9px 0 10px;background:none;border:none;border-top:4px double rgba(125,255,176,.55);color:#7dffb0b3;font-family:inherit;font-size:15px;letter-spacing:1px;text-align:center;cursor:pointer}.setup-footer:hover,.setup-footer:focus-visible{outline:none;color:#eaffee;background-color:#7dffb01f;text-shadow:0 0 10px rgba(0,255,128,.7)}@keyframes setup-pop{0%{transform:translateY(8px);opacity:.3}to{transform:translateY(0);opacity:1}}@media (prefers-reduced-motion: reduce){.setup-panel{animation:none}}@media (max-width: 480px){.setup-panel{right:8px;left:8px;width:auto;padding:22px 18px 0}.setup-footer{width:calc(100% + 36px);margin:14px -18px 0}.setup-title{font-size:17px}}:root{--hl-yellow: #f5ff3d;--hl-yellow-bright: #ffff9e;--hl-glow: 245, 255, 61}.highlight-text{position:relative;color:var(--hl-yellow);cursor:pointer;transition:color .15s ease,text-shadow .15s ease}.highlight-label{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:3px}.highlight-text.is-active{color:#ffff9e;text-shadow:0 0 4px rgba(245,255,61,.9),0 0 10px rgba(245,255,61,.7),0 0 20px rgba(245,255,61,.5),0 0 40px rgba(245,255,61,.3)}.highlight-text:focus-visible{outline:none;color:#ffff9e;text-shadow:0 0 4px rgba(245,255,61,.9),0 0 10px rgba(245,255,61,.7),0 0 20px rgba(245,255,61,.5),0 0 40px rgba(245,255,61,.3)}.highlight-text.is-spoiler{position:relative;color:transparent}.highlight-text.is-spoiler .highlight-label{text-decoration:none}.highlight-text.is-spoiler:before{content:"";position:absolute;inset:-1px -3px;background-color:#0d1410;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='30'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");box-shadow:inset 0 0 0 1px #00ffcc59}.highlight-text.is-spoiler.is-revealed{color:var(--hl-yellow-bright)}.highlight-text.is-spoiler.is-revealed:before{content:none}.highlight-tooltip{position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(calc(-50% + var(--tip-shift, 0px)));z-index:1200;width:max-content;max-width:min(320px,90vw);padding:10px 12px;color:#0fc;background-color:#0a0a0af7;border:1px solid rgba(0,255,204,.6);border-radius:6px;box-shadow:0 0 20px #00ffff59;text-align:left;line-height:1.5;white-space:normal;cursor:default;text-shadow:none;pointer-events:none;animation:highlight-tooltip-in .15s ease-out}.highlight-tooltip-img{display:block;width:auto;max-width:100%;height:auto;margin-bottom:8px;border:1px solid rgba(0,255,204,.35)}.highlight-tooltip-img:last-child{margin-bottom:0}.highlight-tooltip.below{bottom:auto;top:calc(100% + 12px)}.highlight-tooltip:after{content:"";position:absolute;top:100%;left:calc(50% - var(--tip-shift, 0px));transform:translate(-50%);border:6px solid transparent;border-top-color:#0fc9}.highlight-tooltip.below:after{top:auto;bottom:100%;border-top-color:transparent;border-bottom-color:#0fc9}@keyframes highlight-tooltip-in{0%{opacity:0;transform:translate(calc(-50% + var(--tip-shift, 0px))) translateY(4px)}to{opacity:1;transform:translate(calc(-50% + var(--tip-shift, 0px))) translateY(0)}}@media (prefers-reduced-motion: reduce){.highlight-tooltip{animation:none}}.md{max-width:100%;font-size:calc(1.12em * var(--md-scale, 1));line-height:1.8}.md p{margin:0 0 1.15em}.md h2,.md h3,.md h4{margin:1.8em 0 .6em;color:#fff;letter-spacing:1px;text-shadow:0 0 8px rgba(0,255,255,.6)}.md h2{font-size:1.5em}.md h3{font-size:1.25em}.md h4{font-size:1.1em}.md a{color:#7dffb0;text-decoration:underline;text-underline-offset:3px}.md a:hover{color:#eaffee;text-shadow:0 0 10px rgba(0,255,128,.7)}.md ul,.md ol{margin:0 0 1.15em;padding-left:1.6em}.md li{margin-bottom:.35em}.md blockquote{margin:1.4em 0;padding:.2em 0 .2em 1.1em;border-left:4px double rgba(0,255,204,.6);color:#b4fff0d9}.md blockquote p:last-child{margin-bottom:0}.md code{padding:.1em .35em;background-color:#00ff801f;border:1px solid rgba(0,255,128,.3);color:#7dffb0}.md pre{margin:1.4em 0;padding:12px 14px;overflow-x:auto;background-color:#060a08e6;border:1px solid rgba(0,255,128,.35)}.md pre code{padding:0;background:none;border:none}.md hr{margin:2em 0;border:none;border-top:4px double rgba(0,255,204,.45)}.up-link{display:inline-flex;align-items:center;gap:11px;margin-bottom:14px;color:#00ffccd9;text-decoration:none;font-size:1.2em}.up-link:hover,.up-link:focus-visible{outline:none;color:#eaffee;text-shadow:0 0 12px rgba(0,255,204,.8)}.up-arrow{display:block;width:26px;height:auto;flex:0 0 auto;fill:currentColor}.up-link:hover .up-arrow,.up-link:focus-visible .up-arrow{transform:translate(-3px);filter:drop-shadow(0 0 7px rgba(0,255,204,.85))}.up-name{text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:2px}.hexgame--wide .hg-panel{position:absolute;padding:10px 12px;background:var(--panel);border:1px solid var(--line);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.hexgame--wide .hg-hud{top:12px;left:12px;display:flex;flex-direction:column;gap:8px;min-width:200px}.hexgame--wide .hg-row{display:flex;justify-content:space-between;gap:14px;white-space:nowrap}.hexgame--wide .hg-row .hg-res{flex:1;justify-content:space-between}.hexgame--wide .hg-row .hg-res__name{margin-right:auto}.hexgame--wide .hg-tile{right:12px;bottom:12px;display:flex;flex-direction:column;gap:6px;min-width:180px}.hexgame--wide .hg-tile .hg-tile__head{justify-content:space-between}.hexgame--wide .hg-tile .hg-stepper{margin-top:2px}.hexgame--wide .hg-hint{position:absolute;left:12px;bottom:12px;color:var(--ink-dim);pointer-events:none}.hexgame--wide .hg-camp-open{top:12px;right:12px;cursor:pointer}.hexgame--wide .hg-camp{flex:0 0 var(--camp-w);border-left:1px solid var(--line)}.hexgame--wide.is-camp-overlay .hg-camp{position:absolute;top:0;right:0;bottom:0;z-index:2;width:var(--camp-w);background:#05090b}.hexgame--narrow .hg-m-status,.hexgame--narrow .hg-m-dock{position:absolute;left:0;right:0;background:var(--panel);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.hexgame--narrow .hg-m-status{top:0;padding:8px 10px;border-bottom:1px solid var(--line)}.hexgame--narrow .hg-m-status__line{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px 12px}.hexgame--narrow .hg-m-status__line+.hg-m-status__line{margin-top:4px}.hexgame--narrow .hg-m-dock{bottom:0;display:flex;flex-direction:column;gap:8px;padding:10px;padding-bottom:calc(10px + env(safe-area-inset-bottom,0px));border-top:1px solid var(--line)}.hexgame--narrow .hg-m-sheet{display:flex;align-items:center;gap:12px}.hexgame--narrow .hg-m-sheet__facts{flex:1;min-width:0}.hexgame--narrow .hg-m-notice{text-align:center}.hexgame--narrow .hg-actions button{min-height:var(--tap);font-size:14px}.hexgame--narrow .hg-camp{position:absolute;inset:0;z-index:2;padding-bottom:env(safe-area-inset-bottom,0px);background:#05090b}.hg-camp{display:flex;flex-direction:column;min-height:0;background:var(--panel);color:var(--ink)}.hg-camp__bar{display:flex;align-items:center;gap:8px;padding:8px 10px;border-bottom:1px solid var(--line)}.hg-camp__tabs{display:flex;flex:1;gap:6px}.hg-camp__tabs button{flex:1;padding:4px 10px;min-height:var(--tap);border-color:transparent;color:var(--ink-dim)}.hg-camp__tabs button.is-on{color:var(--accent);border-color:var(--line)}.hg-camp__close{width:var(--tap);height:var(--tap);padding:0;font-size:18px;line-height:1}.hg-camp__body{flex:1;min-height:0;overflow-y:auto;padding:10px;display:flex;flex-direction:column;gap:10px}.hg-camp__note{margin:0}.hg-build{display:flex;align-items:center;gap:10px}.hg-build__text{flex:1;min-width:0}.hg-build__name{color:var(--ink)}.hg-build__count{color:var(--accent);font-weight:600}.hg-build.is-off .hg-build__name{color:var(--ink-dim)}.hg-build__done{color:var(--accent);white-space:nowrap}.hg-build button{white-space:nowrap;min-height:var(--tap)}.hg-cost+.hg-cost{margin-left:6px}.hexgame{--ink: #cfe3d8;--ink-dim: #6f8a80;--line: rgba(120, 200, 175, .22);--panel: rgba(6, 16, 20, .88);--accent: #7ce6be;--warn: #ff8b6b;--idle: #ffc98c;--tap: 30px;position:relative;width:100%;height:100%;min-height:420px;overflow:hidden;background:#05090b;color:var(--ink);font:13px/1.5 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}@media (pointer: coarse){.hexgame{--tap: 44px}}.hexgame{display:flex}.hg-stage{position:relative;flex:1;min-width:0;height:100%}.hexgame canvas{display:block;width:100%;height:100%;cursor:crosshair;touch-action:none}.hexgame canvas.dragging{cursor:grabbing}.hexgame .hg-dim{color:var(--ink-dim)}.hexgame .hg-warn{color:var(--warn)}.hexgame .hg-idle{color:var(--idle)}.hexgame .hg-sep{height:1px;background:var(--line)}.hexgame b{font-weight:600;color:var(--accent)}.hexgame button{padding:6px 10px;color:var(--ink);background:transparent;border:1px solid var(--line);font:inherit;cursor:pointer;touch-action:manipulation}.hexgame button:hover:not(:disabled){color:#05090b;background:var(--accent)}.hexgame button:active:not(:disabled){color:#05090b;background:var(--accent)}.hexgame button:disabled{color:var(--ink-dim);cursor:default}.hexgame .hg-actions{display:flex;gap:8px}.hexgame .hg-actions button{flex:1;min-height:var(--tap)}.hexgame .hg-actions__camp{white-space:nowrap}.hexgame .hg-geared{color:var(--accent)}.hexgame .hg-res{display:inline-flex;align-items:baseline;gap:6px;white-space:nowrap}.hexgame .hg-res__income{color:var(--ink-dim)}.hexgame .hg-res__income.up{color:var(--accent)}.hexgame .hg-res__income.down{color:var(--warn)}.hexgame .hg-yield+.hg-yield{margin-left:6px}.hexgame .hg-tile__head{display:flex;gap:10px;align-items:baseline}.hexgame .hg-stepper{display:flex;align-items:center;gap:8px}.hexgame .hg-stepper button{width:var(--tap);height:var(--tap);padding:0;font-size:18px;line-height:1}.hexgame .hg-stepper__count{min-width:46px;text-align:center;color:var(--accent);font-weight:600}.hg-save{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.hg-save button{white-space:nowrap}.hg-save__error{color:#ff8b6b;font-size:12px}.game-page{display:flex;flex-direction:column;gap:10px;flex:1;min-height:0;min-width:0}.game-stage{flex:1;min-height:420px;min-width:0;overflow:hidden;border:1px solid rgba(0,255,204,.35)}.game-bar{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.game-bar button{padding:3px 10px;background:none;border:1px solid rgba(125,255,176,.45);color:#7dffb0cc;font-family:inherit;font-size:.85em;letter-spacing:1px;cursor:pointer}.game-bar button:hover,.game-bar button:focus-visible{outline:none;color:#06120c;background-color:#7dffb0}.rating{display:inline-flex;align-items:center;gap:9px;white-space:nowrap}.rating-bars{display:inline-flex;gap:2px}.rating-seg{width:7px;height:15px;background-color:#00ffcc29;box-shadow:inset 0 0 0 1px #00ffcc4d}.rating-seg.is-on{background-color:#0fc;box-shadow:0 0 8px #00ffccbf}.rating-num{font-size:.85em;color:#00ffccbf}.entry-list{list-style:none;margin:1.4em 0 0;padding:0;max-width:var(--content-measure)}.entry{display:flex;align-items:baseline;justify-content:space-between;gap:20px;padding:9px 0;border-bottom:1px solid rgba(0,255,204,.18)}.entry-link{display:flex;align-items:baseline;gap:10px;min-width:0;color:inherit;text-decoration:none}.entry-title{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:underline;text-underline-offset:3px}.entry-link:hover .entry-title{color:#fff;text-shadow:0 0 10px rgba(0,255,255,.8)}.entry-original{font-size:.85em;color:#00ffcc8c}.entry-meta{display:inline-flex;align-items:center;flex:0 0 auto;gap:14px;font-size:.9em;color:#00ffccb3;white-space:nowrap}.entry-date{color:#00ffcc8c}.section-empty{color:#0fc9}.post{max-width:var(--content-measure)}.post-meta{display:flex;align-items:center;flex-wrap:wrap;gap:16px;margin:0 0 .6em;font-size:.95em;color:#00ffccbf}.post-original{color:#00ffcc8c}.post-tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:1.6em;font-size:.85em}.post-tag{padding:1px 7px;border:1px solid rgba(0,255,204,.35);color:#00ffccbf}@media (max-width: 560px){.entry{gap:12px}}.cards{max-width:1400px}.card-featured{position:relative;width:80%;margin-top:16px}.card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px;width:100%}.post-card{position:relative;display:flex;gap:16px;padding:14px;color:inherit;text-decoration:none;background-color:#060a0cb8;border:4px double rgba(0,255,204,.5);border-radius:0}.post-card:hover,.post-card:focus-visible{outline:none;border-color:#00ffccf2;background-color:#0a1616d9;box-shadow:0 0 22px #00ffcc4d}.post-card.is-featured{padding:18px 18px 18px 30px;gap:22px}.post-card.is-featured:before{content:"";position:absolute;left:0;top:0;bottom:0;width:10px;background:repeating-linear-gradient(180deg,#00ffccf2 0 7px,#00ffcc40 7px 11px);box-shadow:0 0 14px #00ffcc8c}.post-card.is-featured:hover:before,.post-card.is-featured:focus-visible:before{box-shadow:0 0 20px #00ffcce6}.card-star{position:absolute;top:12px;right:14px;width:30px;pointer-events:none;filter:drop-shadow(0 0 8px rgba(245,255,61,.85))}.card-star svg{display:block;width:100%;height:auto;fill:var(--hl-yellow, #f5ff3d)}.post-card.is-featured:hover .card-star{filter:drop-shadow(0 0 13px rgba(245,255,61,1))}.post-card.is-featured .card-title{text-shadow:0 0 12px rgba(0,255,255,.7)}.card-cover{flex:0 0 auto;width:92px;height:130px;object-fit:cover;background-color:#00000080;box-shadow:inset 0 0 0 1px #00ffcc59}.post-card.is-featured .card-cover{width:150px;height:212px}.card-cover.is-empty{display:grid;place-items:center;text-align:center;line-height:1.3;font-size:12px;letter-spacing:1px;color:#0fc6;background-image:repeating-linear-gradient(45deg,rgba(0,255,204,.05) 0 6px,transparent 6px 12px)}.card-body{min-width:0;display:flex;flex-direction:column;gap:5px}.card-head{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px 11px}.card-title{margin:0;font-size:1.35em;line-height:1.2;color:#fff;text-shadow:0 0 10px rgba(0,255,255,.55)}.post-card.is-featured .card-title{font-size:1.7em}.post-card:hover .card-title{text-shadow:0 0 14px rgba(0,255,255,.9)}.card-sub{display:inline-flex;flex-wrap:wrap;gap:10px;font-size:.85em;color:#0fc9}.card-rating{margin:2px 0 3px}.card-verdict{margin:0;font-size:1.02em;line-height:1.45;color:#d8fff6;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.post-card.is-featured .card-verdict{font-size:1.12em}.card-excerpt{margin:3px 0 0;font-size:.9em;line-height:1.55;color:#aaebe19e;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.post-card.is-featured .card-excerpt{-webkit-line-clamp:4;line-clamp:4}@media (max-width: 780px){.card-grid{grid-template-columns:minmax(0,1fr)}.card-featured{width:100%}}@media (max-width: 480px){.post-card{padding:12px;gap:12px}.post-card.is-featured{padding:12px 12px 12px 22px;gap:12px}.card-cover{width:64px;height:91px}.post-card.is-featured .card-cover{width:72px;height:102px}.card-title{font-size:1.15em}.post-card.is-featured .card-title{font-size:1.3em}.card-verdict,.post-card.is-featured .card-verdict{font-size:1em;-webkit-line-clamp:4;line-clamp:4}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-thumb{background-color:#0ff;border-radius:0;border:none}::-webkit-scrollbar-track{background-color:#0000004d}
