@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap");:root{--paper:#f6f5f0;--card:#fff;--ink:#202d29;--muted:#65736b;--line:#dce2d8;--green:#205c47;--light:#e7eee3;--accent:#d6e677;--danger:#a5322c;--radius:18px;color-scheme:light;font-family:DM Sans,system-ui,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}*{box-sizing:border-box}body{margin:0}a{color:inherit;text-underline-offset:.22em;text-decoration-thickness:1px}a:hover{color:var(--green)}button,input,select,textarea{font:inherit}.button,button{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;border:1px solid var(--green);border-radius:9px;background:var(--green);color:white;padding:.8rem 1.2rem;text-decoration:none;font-weight:600;cursor:pointer;min-height:44px;line-height:1.4;width:fit-content;transition:background .15s}.button:hover,button:hover{background:#174633;color:white}button:disabled{opacity:.55;cursor:wait}.secondary{color:var(--green);background:transparent;border-color:var(--line)}.secondary:hover{background:var(--light);color:var(--green)}.small{padding:.55rem .9rem}.link-button{background:none;border:none;color:var(--muted);padding:.25rem;min-height:32px;font-weight:400}.link-button:hover{color:var(--green);background:none;text-decoration:underline}.danger{color:var(--danger);background:#fff3f0;border-color:#edccc4}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible,textarea:focus-visible{outline:3px solid #8cba3e;outline-offset:3px}h1,h2,h3,h4{font-family:Manrope,system-ui,sans-serif;line-height:1.16;letter-spacing:-.035em;margin:0}h1{font-size:clamp(2.3rem,4.4vw,4.2rem)}h1,h2{font-weight:600}h2{font-size:1.55rem}h3{font-size:1.15rem}h2 a{text-decoration:none}p{line-height:1.65;margin:0}h1+p,h2+p,h3+p{margin-top:.7rem}ol,ul{line-height:1.8;padding-left:1.25rem;margin:.25rem 0}hr{border:0;border-top:1px solid var(--line);width:100%}label{display:flex;flex-direction:column;gap:.45rem;font-size:.88rem;font-weight:600}input,select,textarea{width:100%;min-height:44px;padding:.72rem .85rem;color:var(--ink);background:white;border:1px solid #c5cec3;border-radius:8px;font-weight:400}textarea{min-height:110px;resize:vertical;line-height:1.5}input[type=checkbox],input[type=radio]{min-height:18px;width:18px;accent-color:var(--green)}.checkbox{flex-direction:row;align-items:center;font-weight:400}fieldset{border:1px solid var(--line);border-radius:12px;padding:1rem}legend{font-weight:600;padding:0 .4rem}table{width:100%;border-collapse:collapse;text-align:left;font-size:.9rem}td,th{padding:.8rem .6rem;border-bottom:1px solid var(--line);vertical-align:top}th{color:var(--muted);font-weight:500}pre{white-space:pre-wrap;overflow-wrap:anywhere;padding:1rem;background:var(--paper);border-radius:8px;font-size:.85rem}code{font-size:.9em}blockquote{margin:.6rem 0;padding:.6rem 1rem;border-left:3px solid #a7b68e;background:var(--paper);line-height:1.65}details{border:1px solid var(--line);border-radius:10px;padding:.9rem 1rem}summary{cursor:pointer;font-weight:600;line-height:1.4}details[open]>summary{margin-bottom:1rem}img{max-width:100%;height:auto}dialog{border:1px solid var(--line);border-radius:var(--radius);max-width:min(700px,95vw)}dialog::backdrop{background:#14251c80}.container{max-width:1240px;margin:0 auto;padding:3.5rem 2rem 5rem;min-height:70vh}.site-header{border-bottom:1px solid var(--line);background:#f6f5f0f5}.header-inner{max-width:1400px;min-height:92px;margin:auto;display:flex;align-items:center;gap:3rem;padding:1rem 2.4rem}.brand{font-family:Manrope,system-ui,sans-serif;font-weight:800;font-size:1.35rem;text-decoration:none;letter-spacing:-.06em;white-space:nowrap}.brand>span:first-child{font-size:1.8rem;vertical-align:-.15rem;margin-right:.3rem;font-weight:400}.brand-dot{color:#7b9a32}.site-header nav{display:flex;gap:1.8rem;align-items:center}.site-header nav a{font-size:.9rem;text-decoration:none}.account-nav{margin-left:auto;display:flex;gap:1.1rem;align-items:center;font-size:.82rem}.account-nav>a:not(.button){text-decoration:none}.account-name{max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.site-footer{display:flex;justify-content:space-between;gap:2rem;border-top:1px solid var(--line);max-width:1400px;margin:auto;padding:2.5rem 2.4rem;color:var(--muted);font-size:.85rem}.site-footer nav{display:flex;gap:1.2rem;flex-wrap:wrap;align-content:center}.site-footer p{margin-top:.4rem}.skip-link{position:fixed;top:-100px;left:1rem;z-index:10;background:var(--green);color:white;padding:1rem}.skip-link:focus{top:1rem}.stack{display:flex;flex-direction:column;gap:1.2rem;min-width:0}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.3rem}.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);padding:1.6rem;min-width:0}.card.card>.card{padding:1.1rem}.actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.spread{justify-content:space-between}.muted{font-size:.9rem}.lede,.muted{color:var(--muted)}.lede{font-size:1.12rem;max-width:640px;line-height:1.75}.eyebrow{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--green);font-weight:700}.badge{display:inline-block;border-radius:100px;padding:.3rem .65rem;background:var(--light);color:#465a38;font-size:.73rem;font-weight:500;line-height:1.35;text-decoration:none}.tags{display:flex;gap:.4rem;flex-wrap:wrap}.error{border-radius:9px;padding:1rem;background:#fff0ec;border:1px solid #e7c2b8;color:var(--danger);overflow-wrap:anywhere}.success{padding:1rem;background:var(--light);border-radius:9px}.narrow{max-width:760px;margin:0 auto}.auth{max-width:480px;margin:2rem auto;padding:2.2rem}.auth h1{font-size:2rem}.empty{text-align:center;padding:4rem 1rem}.stat{font-size:2.4rem;letter-spacing:-.06em}.preserve{white-space:pre-wrap}.preserve,.prose{overflow-wrap:anywhere}.prose{line-height:1.75}.prose>*+*{margin-top:1rem}.prose h2{margin-top:2rem}.prose h3{margin-top:1.4rem}.legal{max-width:800px;margin:auto}.legal h1{margin-bottom:1.3rem}.filters{display:flex;align-items:flex-end;gap:1rem;flex-wrap:wrap}.filters>label{flex:1 1;min-width:120px}.filters>label:first-child{flex:2 1;min-width:180px}.hero{padding:2rem 0 5rem;position:relative;min-height:440px;isolation:isolate}.hero h1{font-size:clamp(3rem,6vw,5.4rem);font-weight:500;line-height:1.06;letter-spacing:-.06em;margin:1.2rem 0}.hero h1 em{font-style:normal;color:var(--green)}.hero .lede{max-width:540px}.hero .actions{margin-top:2rem}.hero-pieces{position:absolute;right:3rem;bottom:6rem;gap:.5rem;z-index:-1}.hero-pieces,.hero-pieces span{display:flex;align-items:center}.hero-pieces span{justify-content:center;border-radius:30px;width:95px;height:130px;background:#e4eacb;color:var(--green);font-size:4rem;box-shadow:0 8px 0 #c3cca8;transform:rotate(-13deg)}.hero-pieces span:nth-child(2){background:#d8e68c;transform:translateY(-35px) rotate(8deg)}.hero-pieces span:nth-child(3){background:#35614a;color:#e4e9cd;transform:rotate(20deg);box-shadow:0 8px 0 #244432}.promise-grid .card{background:transparent;min-height:240px;padding:1.8rem}.promise-grid .eyebrow{margin-bottom:1rem}.promise-grid p{color:var(--muted);font-size:.94rem}.game-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.game-card{padding:.8rem;overflow:hidden}.game-card>.stack{padding:.5rem .4rem .4rem;gap:.75rem}.game-card h2{font-size:1.05rem;line-height:1.35}.game-card .muted{font-size:.78rem}.game-card button{font-size:.8rem;padding:.55rem .7rem;width:100%;min-height:38px}.game-cover{height:190px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#eeefe7;overflow:hidden}.game-cover img{height:100%;width:100%;object-fit:contain;padding:.8rem;mix-blend-mode:multiply}.game-cover>span{font-size:5rem;color:#bdc9a9}.game-detail{display:grid;grid-template-columns:320px 1fr;gap:3rem;margin-bottom:2rem}.detail-cover{border-radius:24px;background:#ebece3;min-height:320px;display:flex;align-items:center;justify-content:center;padding:1.5rem;align-self:start}.detail-cover img{max-height:380px;object-fit:contain;mix-blend-mode:multiply}.detail-cover span{font-size:8rem}.recommendation{display:grid;grid-template-columns:280px 1fr;gap:1.3rem}.recommendation .game-grid{grid-template-columns:1fr}.template-mark{font-size:2.5rem;color:#7f9a41}.tabs{display:flex;gap:.5rem;flex-wrap:wrap;border-bottom:1px solid var(--line);padding-bottom:1rem}.tabs a,.tabs button{padding:.65rem 1rem}.chat-message{padding:1rem;border-radius:12px;background:var(--paper);white-space:pre-wrap}.chat-message.user{background:var(--light)}.board{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.zone{border:1px solid var(--line);border-radius:12px;padding:1rem}.game-item{padding:.5rem .7rem;border:1px solid var(--line);border-radius:7px;background:white}.table-scroll{overflow-x:auto}@media (max-width:1000px){.header-inner{gap:1.5rem}.site-header nav{gap:1rem}.account-name{display:none}.hero-pieces{opacity:.45;right:1rem;bottom:5rem}.game-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.game-detail{grid-template-columns:240px 1fr;gap:2rem}.grid{gap:1rem}.card{padding:1.3rem}}@media (max-width:740px){.header-inner{padding:1rem;flex-wrap:wrap;gap:.8rem;min-height:100px}.brand{font-size:1.2rem}.header-inner nav{order:3;width:100%;justify-content:center;padding-top:.4rem}.account-nav{gap:.75rem;font-size:.75rem}.account-nav>.link-button{display:none}.container{padding:2rem 1rem 3rem}.hero{padding-top:1rem;padding-bottom:2.5rem;min-height:0}.hero h1{font-size:3.2rem}.hero-pieces{display:none}.hero .lede{font-size:1rem}.game-grid,.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.promise-grid{grid-template-columns:1fr}.promise-grid .card{min-height:0}.site-footer{flex-direction:column;padding:2rem 1rem}.site-footer nav{gap:1rem}.game-detail{grid-template-columns:1fr;gap:1.5rem}.detail-cover{max-width:320px;width:100%;min-height:230px;margin:0 auto}.detail-cover img{max-height:240px}.game-cover{height:160px}.game-card h2{font-size:.95rem}.recommendation{grid-template-columns:1fr}.recommendation .game-grid .game-card{display:grid;grid-template-columns:120px 1fr;gap:.5rem}.game-card .tags{display:none}.recommendation .game-cover{height:150px}.card{padding:1rem}.auth{padding:1.5rem}.actions{gap:.7rem}.filters{gap:.8rem}.filters>button{width:100%}}@media (prefers-reduced-motion:reduce){*{transition:none!important;scroll-behavior:auto!important}}@media print{.site-footer,.site-header,.skip-link,.tabs,button{display:none!important}body{background:white}.container{padding:0}.card{page-break-inside:avoid;break-inside:avoid;border-color:#aaa}.grid{display:block}.card{margin-bottom:1rem}a{color:inherit}}.studio-columns{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:1.5rem;align-items:start}.studio-columns>section:nth-child(2){position:sticky;top:1rem}.studio-workspace .grid{grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}.studio-workspace nav a[aria-current=page]{color:var(--green);font-weight:700;border-bottom:2px solid var(--green);padding-bottom:.35rem}@media (max-width:850px){.studio-columns{grid-template-columns:1fr}.studio-columns>section:nth-child(2){position:static;grid-row:1}}