@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600&display=swap";:root{--font-heading:"Space Grotesk", sans-serif;--font-body:"DM Sans", sans-serif;--bg:#06090f;--bg-2:#0b1019;--bg-3:#0f1827;--surface:#141e30;--surface-2:#1c2a42;--border:#ffffff1a;--border-bright:#ffffff38;--text:#e8edf5;--text-muted:#6b7a96;--text-dim:#374357;--accent:#4f8ef7;--accent-glow:#4f8ef74d;--accent-2:#a78bfa;--group-brown:#c2832a;--group-lightblue:#3db8f5;--group-pink:#e86dbf;--group-orange:#f07a2a;--group-red:#e84040;--group-yellow:#e8c533;--group-green:#37c46e;--group-darkblue:#4f8ef7;--tile-bg:#0f1624;--tile-hover:#161f30;--tile-border:#ffffff0f}*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px}body{font-family:var(--font-body);background-color:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;background-image:radial-gradient(80% 40% at 20% -10%,#4f8ef714,#0000),radial-gradient(60% 60% at 80% 110%,#a78bfa0f,#0000);min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.03em;font-weight:700}button{font-family:var(--font-body)}.glass{-webkit-backdrop-filter:blur(20px)saturate(160%);border:1px solid var(--border);background:#161d2c99;border-radius:16px}.glass-panel{-webkit-backdrop-filter:blur(24px)saturate(180%);background:#121a2ccc;border:1px solid #ffffff1c;border-radius:18px;box-shadow:0 8px 32px #0006,inset 0 1px #ffffff0f}.flex-center{justify-content:center;align-items:center;display:flex}.title-gradient{background:linear-gradient(135deg,#7eb3ff 0%,#c4aaff 50%,#7eb3ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-bright);border-radius:4px}.board-wrapper{aspect-ratio:1;background:#090e18;border:1px solid #ffffff1f;border-radius:12px;flex-shrink:0;width:100%;max-width:min(100vh - 120px,800px);padding:8px;box-shadow:0 30px 70px -15px #000c,0 0 0 1px #ffffff0a}.board-grid{background:#06090f;border-radius:6px;grid-template-rows:1.65fr repeat(9,1fr) 1.65fr;grid-template-columns:1.65fr repeat(9,1fr) 1.65fr;gap:2px;width:100%;height:100%;display:grid;overflow:hidden}.board-center{background:linear-gradient(160deg,#08101d 0%,#0b1422 100%);grid-area:2/2/11/11;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.board-center:after{content:"AARGAUOPOLY";font-family:var(--font-heading);letter-spacing:.05em;color:#4f8ef70f;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;font-size:3rem;font-weight:800;position:absolute;transform:rotate(-45deg)}.tile{cursor:pointer;background:#0d1525;transition:background .15s;position:relative;overflow:hidden}.tile:hover{z-index:5;background:#111d30}.color-strip{z-index:2;justify-content:center;align-items:center;gap:2px;height:30%;display:flex;position:absolute;top:0;left:0;right:0}.strip-right{flex-direction:column;width:30%;height:auto;inset:0 0 0 auto}.strip-bottom{flex-direction:row;width:auto;height:30%;inset:auto 0 0}.strip-left{flex-direction:column;width:30%;height:auto;inset:0 auto 0 0}.tile-inner{z-index:3;flex-direction:column;justify-content:center;align-items:center;gap:1px;padding:2px;display:flex;position:absolute;inset:0;overflow:hidden}.text-below{padding-top:32%}.text-above{padding-bottom:32%}.text-right{padding-left:32%}.text-left{padding-right:32%}.tile-name{font-family:var(--font-heading);text-align:center;color:#ccd8ee;text-transform:uppercase;letter-spacing:.02em;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%;font-size:.42rem;font-weight:700;line-height:1.1}.tile-price{color:#6276a0;text-align:center;font-size:.38rem;font-weight:500}.tile-icon{color:#4a5a80;flex-shrink:0;display:flex}.corner-tile .tile-inner{gap:4px;padding:8px}.corner-label{font-family:var(--font-heading);text-transform:uppercase;color:#9dadd0;text-align:center;letter-spacing:.04em;font-size:.6rem;font-weight:800;line-height:1.2}.corner-icon{color:#5a6e9a;flex-shrink:0}.building-dot{background:#22c55e;border-radius:50%;flex-shrink:0;width:5px;height:5px;box-shadow:0 0 4px #22c55e}.hotel-mark{background:#ef4444;border-radius:2px;flex-shrink:0;width:9px;height:7px;box-shadow:0 0 6px #ef4444}.tile-owned-1{box-shadow:inset 0 0 0 1.5px #4f8ef799}.tile-owned-2{box-shadow:inset 0 0 0 1.5px #e8404099}.tile-owned-3{box-shadow:inset 0 0 0 1.5px #37c46e99}.player-tokens{z-index:15;flex-direction:column;align-items:flex-end;gap:2px;display:flex;position:absolute;bottom:3px;right:3px}.player-token{color:#fff;border:1.5px solid #ffffff4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:14px;height:14px;display:flex;box-shadow:0 2px 6px #000c}
