*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:#f3f0e7;color:#18352a}.game-shell{max-width:1200px;margin:auto;padding:18px}.topbar{display:flex;justify-content:space-between;align-items:center;background:#123b2b;color:#fff;padding:16px 20px;border-radius:18px;box-shadow:0 12px 35px #173a2a18}.brand{font-weight:900;letter-spacing:.08em;font-size:1.15rem}.brand span{color:#d7aa3b}.tag{font-size:.68rem;letter-spacing:.14em;opacity:.7;margin-top:3px}.ghost,.primary,.build{border:0;border-radius:12px;padding:12px 18px;font-weight:800;cursor:pointer}.ghost{background:#ffffff16;color:white;border:1px solid #ffffff30}.hero{margin-top:18px;min-height:340px;background:linear-gradient(135deg,#f9f5e8,#e7efe5);border-radius:24px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;position:relative}.hero>div:first-child{padding:50px}.eyebrow{font-weight:900;color:#9a731c;letter-spacing:.12em;font-size:.75rem}.hero h1{font-size:clamp(3rem,7vw,5.5rem);line-height:.9;margin:14px 0;color:#123b2b}.hero p:not(.eyebrow){max-width:520px;font-size:1.05rem;line-height:1.6;color:#526057}.primary{background:#d7aa3b;color:#173b2b;margin-top:14px;padding:14px 22px}.skyline{position:relative;min-height:340px;background:linear-gradient(#b9e0e8 0 58%,#91ae69 58%);overflow:hidden}.sun{position:absolute;width:75px;height:75px;border-radius:50%;background:#f7ce6a;right:14%;top:12%}.hill{position:absolute;bottom:65px;border-radius:50% 50% 0 0}.h1{width:80%;height:150px;left:-10%;background:#648a58}.h2{width:75%;height:125px;right:-15%;background:#779b62}.road{position:absolute;bottom:0;left:0;right:0;height:70px;background:#736d62;transform:skewY(-4deg);transform-origin:left}.house{position:absolute;bottom:58px;width:100px;height:75px;background:#e9dfc9;border:4px solid #6d5438}.house:before{content:"";position:absolute;left:-10px;top:-55px;border-left:60px solid transparent;border-right:60px solid transparent;border-bottom:58px solid #8b4635}.house.one{left:25%;transform:scale(.9)}.house.two{left:58%;transform:scale(.7)}.tree{position:absolute;bottom:57px;width:12px;height:55px;background:#60452e}.tree:before{content:"";position:absolute;width:52px;height:52px;border-radius:50%;background:#2e6944;left:-20px;top:-34px}.t1{left:12%}.t2{left:82%}.t3{left:42%;transform:scale(.75)}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:14px 0}.stats>div{background:#fff;border-radius:16px;padding:17px;box-shadow:0 5px 20px #173a2a0b}.stats small{display:block;color:#758078;margin-bottom:5px}.stats strong{font-size:1.1rem}.layout{display:grid;grid-template-columns:1fr 1fr;gap:14px}.card{background:white;border-radius:20px;padding:20px;box-shadow:0 5px 25px #173a2a0b}.full{grid-column:1/-1}.card-head{display:flex;justify-content:space-between;gap:15px;align-items:center;margin-bottom:16px}.card h2{margin:7px 0 0;font-size:1.3rem}.pill{font-size:.65rem;letter-spacing:.12em;background:#e8f0e9;color:#286043;padding:5px 8px;border-radius:99px;font-weight:900}.muted{font-size:.78rem;color:#89928d}.plot-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.plot{border:2px solid #e7ece7;border-radius:15px;padding:14px;cursor:pointer;transition:.2s;background:#fbfcfa}.plot:hover{transform:translateY(-2px);border-color:#c8a23d}.plot.selected{border-color:#d7aa3b;background:#fff9e8}.plot h3{margin:0 0 5px}.plot p{margin:5px 0;color:#68736c;font-size:.82rem}.plot .price{font-weight:900;color:#18352a;margin-top:10px}.portfolio{display:grid;gap:10px}.property{display:flex;justify-content:space-between;gap:10px;border:1px solid #e6ebe6;border-radius:14px;padding:13px}.property strong{display:block}.property small{color:#7b857f}.actions{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.action{border:1px solid #e5e9e5;border-radius:16px;padding:16px;background:#fafbf9}.action h3{margin:0 0 6px}.action p{font-size:.82rem;color:#6f7973;min-height:38px}.build{background:#183f2e;color:#fff;width:100%}.build:disabled{opacity:.4;cursor:not-allowed}.empty{padding:25px;border:2px dashed #dfe5df;border-radius:15px;color:#87918b;text-align:center}.toast{position:fixed;right:22px;bottom:22px;background:#123b2b;color:#fff;padding:13px 18px;border-radius:12px;opacity:0;transform:translateY(10px);transition:.25s;pointer-events:none}.toast.show{opacity:1;transform:none}footer{padding:24px 5px 8px;color:#66716a;font-size:.82rem}footer span{display:block;margin-top:6px;font-size:.72rem}@media(max-width:800px){.hero{grid-template-columns:1fr}.skyline{min-height:230px}.hero>div:first-child{padding:32px}.stats{grid-template-columns:repeat(2,1fr)}.layout{grid-template-columns:1fr}.full{grid-column:auto}.actions{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.game-shell{padding:10px}.topbar{padding:13px}.hero h1{font-size:3rem}.stats{gap:8px}.stats>div{padding:13px}.plot-grid,.actions{grid-template-columns:1fr}.card{padding:15px}}