@import"https://fonts.googleapis.com/css2?family=DM+Mono&family=Manrope:wght@400;500;600;700;800&display=swap";:root{font-family:Manrope,system-ui,sans-serif;color:#edf4f1;background:#07111f}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 75% -20%,#164560 0,#07111f 43%);min-height:100vh}main{max-width:1440px;margin:auto;padding:0 4vw 36px}header{height:82px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ffffff14}.brand{display:flex;align-items:center;gap:10px;font-weight:800;letter-spacing:1.5px;font-size:14px}.brand>span{display:grid;place-items:center;background:#cfe879;color:#0b1a20;width:37px;height:37px;border-radius:11px}.brand b{color:#cfe879}.brand small{display:block;font-size:8px;letter-spacing:.4px;color:#8aa5a7;margin-top:2px}nav{display:flex;gap:28px}nav a{font-size:13px;color:#8ba3ad}nav .active{color:#fff}.avatar{border:0;border-radius:50%;width:35px;height:35px;background:#875cf2;color:#fff;font-weight:800}.hero{padding:48px 0 32px;display:flex;justify-content:space-between;align-items:end}.eyebrow{font:10px DM Mono,monospace;letter-spacing:1.1px;color:#9bb3b7;margin:0 0 10px;text-transform:uppercase}h1{font-size:clamp(32px,4vw,57px);line-height:1.05;letter-spacing:-2px;margin:0;max-width:650px}.intro{color:#a9bec0;max-width:600px;line-height:1.65;font-size:15px}.stat-line{display:flex;gap:14px;align-items:center}.stat-line b{font-size:21px}.stat-line button,button{font:600 12px Manrope;border:0;cursor:pointer}.stat-line button{padding:12px 17px;border-radius:8px;background:#cfe879;color:#17302b}.game-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px}.map-wrap,.panel,article{background:#0b1926;border:1px solid #ffffff12;border-radius:14px}.map-wrap{overflow:hidden;position:relative;min-height:490px}.map-heading{padding:17px 20px;color:#d7e9e6;font-weight:700;font-size:13px;display:flex;justify-content:space-between}.map-heading small{color:#7d999c;font-weight:500}.city-canvas{width:100%;height:445px;display:block;touch-action:none}.map-key{position:absolute;bottom:16px;left:18px;padding:8px 12px;border-radius:7px;background:#08131fdd;font-size:10px;color:#9eb4b8}.map-key i{display:inline-block;width:8px;height:8px;border-radius:50%;background:#245461;margin:0 5px 0 9px}.map-key i:first-child{margin-left:0}.map-key .owned{background:#e8d16e}.panel{padding:25px}.panel h2{margin:0 0 20px;font-size:24px}.property-card{display:flex;gap:13px;padding:14px;background:#112536;border-radius:10px}.mini-building{width:52px;height:58px;border-radius:4px;background:linear-gradient(90deg,#4d7cfe 0 33%,#92bcff 34% 45%,#4d7cfe 46%);box-shadow:inset 0 25px #ffffff18}.property-card b,.property-card small,.property-card strong{display:block;font-size:12px}.property-card small{color:#8ba5aa;margin:5px 0}.property-card strong{color:#d4ed81;font-size:15px}dl{margin:18px 0}dl div{display:flex;justify-content:space-between;border-bottom:1px solid #ffffff10;padding:10px 0;font-size:12px}dt{color:#91aaad}dd{margin:0;font-weight:700}.primary{width:100%;background:#cfe879;color:#102620;border-radius:8px;padding:13px}.notice{font-size:11px;line-height:1.55;color:#92b6ae;margin:16px 0 0}.bottom-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:18px}article{padding:21px;min-height:140px}article h3{margin:0 0 12px;font-size:18px}article small{color:#91aaad;line-height:1.55;font-size:11px}.progress{height:7px;background:#ffffff12;border-radius:4px;margin:0 0 12px}.progress span{display:block;width:23%;height:100%;border-radius:4px;background:#d3ef78}@media(max-width:800px){main{padding:0 18px}nav{display:none}.hero{display:block;padding-top:34px}.stat-line{margin-top:25px}.game-grid,.bottom-grid{grid-template-columns:1fr}.map-wrap{min-height:380px}.city-canvas{height:335px}.map-heading small{display:none}.panel{min-height:auto}}button:disabled{cursor:not-allowed;opacity:.55}.player-menu{display:flex;align-items:center;gap:10px;color:#91aaad;font-size:12px}.auth-shell{min-height:100vh;display:grid;place-content:center;gap:28px}.auth-brand{justify-content:center}.auth-card{width:min(460px,92vw);padding:34px;background:#0b1926;border:1px solid #ffffff12;border-radius:16px;box-shadow:0 30px 80px #0006}.auth-card h1{font-size:34px;letter-spacing:-1px}.auth-card form{display:grid;gap:16px;margin-top:24px}.auth-card label{display:grid;gap:7px;color:#b9ccca;font-size:12px;font-weight:700}.auth-card label span{color:#789498;font-weight:500}.auth-card input{width:100%;padding:12px 13px;border:1px solid #ffffff1c;border-radius:8px;background:#07131f;color:#edf4f1;font:500 14px Manrope;outline:none}.auth-card input:focus{border-color:#cfe879}.auth-card code{font-family:DM Mono,monospace;color:#d4ed81}.field-help{color:#789498;font-size:10px;margin-top:-10px}.text-button{width:100%;margin-top:18px;padding:8px;background:transparent;color:#9db9b7}.error{color:#ff9d9d}.loading-shell,.empty-state,.scene-loading{display:grid;place-content:center;text-align:center;color:#9db9b7}.loading-shell{min-height:100vh}.empty-state{min-height:360px;padding:40px;background:#0b1926;border:1px solid #ffffff12;border-radius:14px}.empty-state h2{color:#edf4f1}.scene-loading{height:445px}.property-types{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin:18px 0 4px;padding:0;border:0}.property-types legend{width:100%;padding:0 0 8px;color:#91aaad;font-size:11px}.property-types button{padding:9px 4px;border-radius:7px;background:#112536;color:#9db9b7}.property-types button.selected{background:#d4ed81;color:#102620}.map-key .other{background:#3e5967}.nav-button{padding:0;background:transparent;color:#8ba3ad}.portfolio-page{max-width:1120px}.portfolio-back{width:auto;margin:0}.portfolio-heading{padding:42px 0 20px}.portfolio-summary{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin:0 0 34px}.portfolio-summary article{padding:16px;min-height:0}.portfolio-summary small,.portfolio-card small{color:#91aaad}.portfolio-summary b{display:block;margin-top:7px;font-size:18px}.portfolio-community{margin:32px 0}.portfolio-community h2{margin:5px 0 13px;font-size:21px}.portfolio-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.portfolio-card{min-height:0;padding:18px}.portfolio-card h3{margin:5px 0}.portfolio-card dl{margin:14px 0}.portfolio-card .primary{margin-top:8px}.load-more{display:block;width:auto;margin:24px auto}@media(max-width:900px){.portfolio-summary{grid-template-columns:repeat(3,1fr)}.portfolio-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.portfolio-summary,.portfolio-cards{grid-template-columns:1fr}.portfolio-heading{padding-top:30px}}.economy-hud>span{display:grid;grid-template-columns:auto auto;column-gap:5px;align-items:baseline}.economy-hud>span small{grid-column:1/-1;color:#789498;font-size:9px;text-transform:uppercase;letter-spacing:.7px}.economy-hud>span:nth-child(2) b{color:#d4ed81}@media(max-width:980px){.economy-hud{align-items:flex-start;flex-wrap:wrap}}.property-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin:18px 0 12px}.property-tabs button{padding:9px 3px;border-radius:7px;background:#112536;color:#91aaad;font-size:10px}.property-tabs button.selected{background:#cfe879;color:#102620}.evolution-summary,.construction-status,.style-foundation{padding:13px;background:#102334;border-radius:9px;margin:0 0 14px}.evolution-summary>p{display:inline-grid;width:50%;margin:0 0 13px}.evolution-summary small,.construction-status small,.style-foundation{color:#91aaad;font-size:11px}.evolution-summary b,.construction-status b{display:block;font-size:13px}.evolution-summary dl{margin:0 0 12px}.improvement-list{display:grid;gap:8px;margin:0 0 14px}.improvement-card{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:11px;min-height:0;background:#102334;border:1px solid #ffffff0c}.improvement-card b,.improvement-card small,.improvement-card span{display:block}.improvement-card b{font-size:12px}.improvement-card small,.improvement-card span{font-size:10px;color:#91aaad;margin-top:3px}.improvement-card span{color:#d4ed81}.improvement-card button{padding:8px;border-radius:6px;background:#cfe879;color:#102620;font-size:10px}.construction-bar{height:7px;border-radius:5px;background:#ffffff12;margin:10px 0 7px;overflow:hidden}.construction-bar span{display:block;height:100%;background:#f0a23d;border-radius:5px}.property-subtitle{margin:-14px 0 16px;color:#9cb5b8;font-size:12px;text-transform:capitalize}.property-facts{margin:16px 0}.property-facts div:first-child dd{color:#d4ed81}.property-improvement-tags{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 14px}.property-improvement-tags span{padding:4px 7px;border:1px solid #ffffff18;border-radius:999px;color:#b9d6d1;background:#ffffff08;font:9px DM Mono,monospace;text-transform:capitalize}@media(max-width:800px){.panel{padding:19px}.property-facts div{gap:16px}.property-card{padding:12px}}.marketplace-page{max-width:1220px}.marketplace-heading{padding:42px 0 24px}.marketplace-filters{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:16px;margin-bottom:22px;background:#0b1926;border:1px solid #ffffff12;border-radius:14px}.marketplace-filters label,.property-marketplace label{display:grid;gap:6px;color:#91aaad;font-size:10px;text-transform:uppercase;letter-spacing:.5px}.marketplace-filters input,.marketplace-filters select,.property-marketplace input{min-width:0;padding:10px;border:1px solid #ffffff1c;border-radius:7px;background:#07131f;color:#edf4f1;font:500 12px Manrope}.marketplace-filters .primary{align-self:end}.marketplace-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.marketplace-card{min-height:0;padding:20px}.marketplace-card.focused{border-color:#cfe879;box-shadow:0 0 0 2px #cfe87920}.marketplace-card h2{margin:5px 0 4px;font-size:20px}.marketplace-card-top{display:flex;justify-content:space-between;gap:12px}.marketplace-card-top span,.listing-age{font-size:10px;color:#91aaad}.marketplace-card dl{margin:16px 0}.market-premium{color:#f6bb72}.market-discount{color:#cfe879}.marketplace-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px}.marketplace-actions .text-button{margin:0;border:1px solid #ffffff15;border-radius:8px}.marketplace-notice{padding:12px 15px;border:1px solid #cfe87935;background:#cfe8790d;border-radius:9px;color:#cfe879;font-size:12px}.property-marketplace{padding:14px;margin:15px 0;background:#0a1521;border:1px solid #cfe87928;border-radius:10px}.property-marketplace dl{margin:5px 0 12px}.property-marketplace small{display:block;margin:8px 0 12px;color:#91aaad;font-size:10px}.property-marketplace .marketplace-actions{grid-template-columns:1fr;margin-top:10px}.portfolio-for-sale{display:inline-block;padding:5px 8px;margin:10px 0 0;border-radius:999px;background:#cfe87918;color:#d4ed81;font:9px DM Mono,monospace}@media(max-width:950px){.marketplace-filters,.marketplace-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){.marketplace-heading{padding-top:30px}.marketplace-filters,.marketplace-cards,.marketplace-actions{grid-template-columns:1fr}.marketplace-card{padding:17px}}.property-offers{padding:14px;margin:15px 0;background:#0a1521;border:1px solid #69d8c538;border-radius:10px}.property-offers label{display:grid;gap:6px;color:#91aaad;font-size:10px;text-transform:uppercase;letter-spacing:.5px}.property-offers input{min-width:0;padding:10px;border:1px solid #ffffff1c;border-radius:7px;background:#07131f;color:#edf4f1;font:500 12px Manrope}.property-offers small{display:block;margin:8px 0 12px;color:#91aaad;font-size:10px}.offer-toggle{display:flex;align-items:center;justify-content:space-between;gap:16px}.offer-toggle b,.offer-toggle small{display:block}.offer-toggle button{width:auto;padding:10px 12px;border-radius:8px;background:#263746;color:#a9bec0}.offer-toggle button.toggle-on{background:#69d8c5;color:#071a18}.offers-page{max-width:1120px}.offer-page-tabs{display:flex;gap:8px;margin:8px 0 18px}.offer-page-tabs button{padding:10px 14px;border-radius:8px;background:#112536;color:#91aaad}.offer-page-tabs button.selected{background:#cfe879;color:#102620}.offer-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.offer-card{min-height:0}.offer-card h2{margin:3px 0}.offer-card dl{margin:14px 0}@media(max-width:700px){.offer-list{grid-template-columns:1fr}.offer-toggle{align-items:flex-start}.offers-page{padding:0 18px}}.notifications-page{max-width:1120px}.notifications-heading{display:flex;align-items:end;justify-content:space-between;gap:16px;margin:26px 0 18px}.notifications-heading h1{margin:4px 0}.notification-feed{display:grid;gap:10px}.notification-card{display:flex;justify-content:space-between;gap:18px;padding:18px;border:1px solid #ffffff1c;border-radius:10px;background:#0a1521}.notification-card.unread{border-left:4px solid #cfe879;background:#10231f}.notification-card.read{opacity:.78}.notification-card h2{font-size:16px;margin:5px 0 8px}.notification-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.unread-label{margin-left:8px;color:#cfe879;font-weight:700}.notification-nav span{color:#cfe879;white-space:nowrap}.notification-error{margin:10px 0;padding:10px 12px;border:1px solid #ef9f7638;border-radius:8px;background:#ef9f760d;color:#efbfaa;font-size:12px}.notification-error .text-button{margin-left:8px}.notification-feed-end{text-align:center;color:#91aaad;font-size:11px;margin:16px 0}@media(max-width:700px){.notifications-heading,.notification-card{align-items:flex-start;flex-direction:column}.notification-actions{width:100%;justify-content:flex-end}.notification-card h2{font-size:14px}}
