:root{--bg-body: #fdfdfd;--text-main: #222;--text-dim: #666;--border: #ccc;--highlight: #eef}html{overflow-x:hidden;width:100%}body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;background:var(--bg-body);color:var(--text-main);font-size:14px;line-height:1.4;margin:0;padding:0;overflow-x:hidden;width:100%;max-width:100vw;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}button{background:linear-gradient(to bottom,#f9f9f9 5%,#e9e9e9);background-color:#f9f9f9;border:1px solid #999;display:inline-block;cursor:pointer;color:#333;font-family:Arial;font-size:13px;font-weight:700;padding:6px 12px;text-decoration:none;text-shadow:0px 1px 0px #fff;margin-bottom:5px;border-radius:3px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}button:hover:not(:disabled){background:linear-gradient(to bottom,#e9e9e9 5%,#f9f9f9);background-color:#e9e9e9}button:active:not(:disabled){position:relative;top:1px}button:disabled{opacity:.5;cursor:default}.console-container{width:100%;background:#000;color:#ddd;font-family:Courier New,Courier,monospace;padding:10px;height:120px;overflow-y:hidden;border-bottom:2px solid #444;font-size:13px}.console-line{margin-bottom:2px}.console-line.new{color:#fff;animation:typeFade .5s}@keyframes typeFade{0%{opacity:0}to{opacity:1}}.game-header{padding:15px 20px;border-bottom:3px double #000;display:flex;align-items:center;gap:20px}.game-header h1{font-family:Georgia,Times,Times New Roman,serif;font-size:2.5rem;margin:0;font-weight:700;color:#000}.logo{height:80px;width:auto;animation:logoSpin 3s linear infinite}@keyframes logoSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.income-display{font-size:1rem;color:#666;font-style:italic}.start-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;z-index:2000;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:Courier New,monospace}.modal-logo{width:180px;height:auto;margin-bottom:20px}.modal-title{font-size:2.5rem;margin-bottom:20px}.modal-text{margin-bottom:20px}.name-input{padding:10px;font-size:1.2rem;margin-bottom:20px;border:2px solid #000;outline:none;text-align:center}.start-button{padding:10px 30px;font-size:1.2rem;cursor:pointer;border:2px solid #000;background:#eee}.name-error{color:red;margin-top:10px}.click-area{position:relative;margin-bottom:30px}.main-button{display:block;width:100%;padding:15px;font-size:1.2rem;margin-bottom:20px;text-align:center}.floating-money{position:fixed;font-weight:700;color:#333;pointer-events:none;animation:floatSimple .8s ease-out forwards;transform:translate(-50%);z-index:1000}@keyframes floatSimple{0%{opacity:1;transform:translate(-50%)}to{opacity:0;transform:translate(-50%,-30px)}}.stats-section{margin-bottom:20px}.stat-block{margin-bottom:5px}.stat-label{font-weight:700}.section-separator{border-top:1px solid #ccc;margin:20px 0;padding-top:10px}.leaderboard-section h2{font-size:1.2rem;border-bottom:1px solid #000;margin-bottom:15px;padding-bottom:5px;text-transform:uppercase;letter-spacing:1px}.player-display{margin-bottom:10px;font-weight:700;border-bottom:1px solid #000;padding-bottom:5px}.scoreboard-display{font-family:monospace;font-size:.9rem}.scoreboard-header{border-bottom:1px dashed #ccc;padding-bottom:5px;margin-bottom:5px;font-weight:700}.scoreboard-entry{padding:2px 0}.scoreboard-entry.me{background:#eee;font-weight:700;padding:2px 4px}.reset-section{margin-top:30px;padding-top:20px;border-top:1px solid #ddd}.hard-reset-btn{background:#333;color:#fff;border:1px solid #000;font-size:.8rem;padding:5px 10px}.item-row{display:flex;justify-content:space-between;align-items:center;padding:4px 0;border-bottom:1px solid #eee}.item-row:hover{background-color:#f5f5f5}.item-info{flex:1}.item-name{font-weight:700}.item-price{font-size:.9em;color:#666}.item-owned{font-family:monospace;font-weight:700;margin-left:10px}.tooltip-desc{font-size:.8em;color:#555;margin-top:2px;font-style:italic}.europe-map-container{background:linear-gradient(135deg,#0d1b2a,#1b263b);border-radius:12px;padding:20px;border:1px solid #415a77;box-shadow:0 0 30px #415a774d}.map-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #415a77}.map-header h2{margin:0;color:#e0e1dd;font-size:1.4rem}.military-display{color:#778da9;font-size:.95rem}.military-value{color:#e63946;font-weight:700;font-size:1.1rem}.territory-count{color:#778da9;font-size:.9rem}.europe-svg{width:100%;height:auto;border-radius:8px;overflow:hidden}.country-path{stroke:#415a77;stroke-width:1.5;cursor:pointer;transition:all .3s ease}.country-owned .country-path{fill:#2a9d8f;filter:drop-shadow(0 0 6px rgba(42,157,143,.6))}.country-owned .country-path:hover{fill:#40c9a2}.country-attackable .country-path{fill:#e9c46a;animation:pulse-attack 2s infinite}.country-attackable .country-path:hover{fill:#f4d35e;filter:drop-shadow(0 0 10px rgba(233,196,106,.8))}@keyframes pulse-attack{0%,to{opacity:.7}50%{opacity:1}}.country-locked .country-path{fill:#353535;cursor:not-allowed;opacity:.4}.country-label{fill:#fff;font-size:8px;font-weight:700;text-anchor:middle;dominant-baseline:middle;pointer-events:none;text-shadow:0 1px 2px rgba(0,0,0,.8)}.map-legend{display:flex;justify-content:center;gap:30px;margin-top:15px;padding-top:10px;border-top:1px solid #415a77}.legend-item{display:flex;align-items:center;gap:8px;color:#778da9;font-size:.85rem}.legend-color{width:16px;height:16px;border-radius:4px}.legend-color.owned{background:#2a9d8f;box-shadow:0 0 6px #2a9d8f99}.legend-color.attackable{background:#e9c46a}.legend-color.locked{background:#353535;opacity:.4}.attack-modal-overlay{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.attack-modal{background:linear-gradient(135deg,#1b263b,#0d1b2a);border:2px solid #e63946;border-radius:16px;padding:30px;min-width:400px;max-width:500px;box-shadow:0 0 50px #e6394666;animation:scaleIn .2s ease}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.attack-modal h3{margin:0 0 20px;color:#e0e1dd;font-size:1.5rem;text-align:center}.attack-stats{background:#0000004d;border-radius:8px;padding:15px;margin-bottom:15px}.stat-row{display:flex;justify-content:space-between;padding:8px 0;color:#778da9;border-bottom:1px solid rgba(255,255,255,.1)}.stat-row:last-child{border-bottom:none}.stat-value{color:#e0e1dd;font-weight:700}.stat-value.good{color:#2a9d8f}.stat-value.bad{color:#e63946}.success-row{padding-top:12px;margin-top:8px;border-top:1px solid #415a77!important}.attack-warning{background:#e6394633;border:1px solid #e63946;border-radius:8px;padding:12px;margin-bottom:20px;color:#e63946;text-align:center;font-size:.9rem}.attack-buttons{display:flex;gap:15px;justify-content:center}.attack-btn{background:linear-gradient(135deg,#e63946,#9d0208);color:#fff;border:none;padding:12px 30px;border-radius:8px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .2s ease}.attack-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 0 20px #e6394699}.attack-btn:disabled{opacity:.5;cursor:not-allowed}.cancel-btn{background:transparent;color:#778da9;border:1px solid #415a77;padding:12px 30px;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .2s ease}.cancel-btn:hover{background:#ffffff0d;border-color:#e0e1dd;color:#e0e1dd}.game-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px;padding:20px;max-width:1600px;margin:0 auto;width:100%;box-sizing:border-box;overflow-x:hidden}.column h2{font-size:1.2rem;border-bottom:1px solid #000;margin-bottom:15px;padding-bottom:5px;text-transform:uppercase;letter-spacing:1px}@media(max-width:1000px){.game-grid{grid-template-columns:1fr}}
