.ps-games { --pg-text:#f0f2e8; --pg-muted:#b6c5bb; --pg-accent:#d2e9a7; --pg-line:#35483f; color:var(--pg-text); font:16px/1.7 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; overflow-wrap:anywhere; }
.ps-games * { box-sizing:border-box; }
.ps-home-games { max-width:1280px; padding:60px 40px 70px; margin:auto; border-top:1px solid #35483f; box-sizing:border-box; }
.ps-home-games > h2 { color:var(--ps-text); font:400 clamp(32px,4vw,48px)/1.15 Georgia,serif; margin:0 0 18px; letter-spacing:-.025em; }
.ps-home-games-intro { color:var(--ps-muted); max-width:650px; margin:0 0 34px; }
.ps-games-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:26px; }
.ps-game-card { display:flex; flex-direction:column; border:1px solid var(--pg-line); border-radius:8px; background:#172621; overflow:hidden; }
.ps-game-art { aspect-ratio:16/9; overflow:hidden; background:#203b30; }
.ps-games .ps-game-image { width:100%; height:100%; object-fit:cover; display:block; }
.ps-game-feline .ps-game-image { object-position:50% 64%; }
.ps-game-copy { padding:26px; flex:1; display:flex; flex-direction:column; align-items:flex-start; }
.ps-games .ps-game-genre { margin:0 0 12px; color:var(--pg-accent); font:11px/1.7 ui-monospace,monospace; letter-spacing:.07em; text-transform:uppercase; }
.ps-game-copy :is(h2,h3) { font:400 clamp(27px,3vw,34px)/1.2 Georgia,serif; color:var(--pg-text); margin:0 0 14px; }
.ps-games p { margin:0 0 20px; }
.ps-game-copy > p:not(.ps-game-genre):not(.ps-game-status) { color:var(--pg-muted); }
.ps-games .ps-game-status { display:inline-block; border:1px solid var(--pg-line); padding:5px 10px; border-radius:30px; font-size:12px; color:var(--pg-accent); margin:0 0 16px; }
.ps-game-links { display:flex; flex-wrap:wrap; gap:10px 20px; margin-top:auto; }
.ps-games a { color:var(--pg-accent); text-underline-offset:5px; }
.ps-game-links a { padding:10px 0; min-height:44px; font-size:14px; }
.ps-game-placeholder { height:100%; display:flex; flex-direction:column; justify-content:center; align-items:center; background:radial-gradient(ellipse at center,#496c50 0%,#254534 52%,#152b24 100%); color:#e2efc9; }
.ps-game-placeholder strong { font:400 clamp(36px,6vw,66px)/1.2 Georgia,serif; letter-spacing:.1em; }
.ps-game-placeholder span { font:10px/2 ui-monospace,monospace; letter-spacing:.2em; }
.ps-game-detail { padding:28px; border:1px solid var(--pg-line); border-radius:8px; background:#172621; }
.ps-game-detail .ps-game-art { border-radius:5px; margin-bottom:16px; }
.ps-game-detail h2 { color:var(--pg-text); font:400 32px/1.25 Georgia,serif; margin:32px 0 18px; }
.ps-games .ps-game-art-note { color:var(--pg-muted); font-size:12px; }
.ps-games :where(a):focus-visible { outline:3px solid #efcb89; outline-offset:5px; }
@media(max-width:700px) { .ps-games-grid{grid-template-columns:1fr} .ps-home-games{padding:40px 20px} .ps-game-copy,.ps-game-detail{padding:22px} }
@media print { .ps-games{--pg-text:#111;--pg-muted:#333;--pg-accent:#234b2f;--pg-line:#777} .ps-game-card,.ps-game-detail{background:white} .ps-games-grid{display:block} .ps-game-card{margin:20px 0;break-inside:avoid} }
