:root{--green: #3d5a2c;--green-dark: #2b4020;--green-darker: #1f2f16;--brown: #6b4f35;--brown-dark: #4a3523;--gray: #6b6b6b;--dark: #232323;--black: #141414;--red: #7a1f1f;--red-dark: #521515;--yellow: #c9a227;--beige: #d8c9a3;--beige-dark: #b8a276;--text: #e8e0c8;--text-dim: #a89f83;--line: #3a3a3a;--metal: #56595e}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:Courier New,Segoe UI,monospace;color:var(--text);background:radial-gradient(circle at 20% 10%,rgba(201,162,39,.06),transparent 40%),repeating-linear-gradient(45deg,rgba(0,0,0,.12) 0px,rgba(0,0,0,.12) 2px,transparent 2px,transparent 6px),linear-gradient(180deg,#2a2a1e,#1d1d1a);background-attachment:fixed;font-size:14px;line-height:1.45;-webkit-font-smoothing:antialiased}a{color:var(--yellow);text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit;cursor:pointer}.btn{display:inline-block;padding:6px 12px;border:1px solid #000;border-radius:3px;background:linear-gradient(180deg,#6d7a63,#4a5a44);color:var(--text);font-weight:700;letter-spacing:.3px;box-shadow:inset 0 1px #ffffff40,0 2px 3px #00000080;text-shadow:1px 1px 0 #000;transition:filter .15s,transform .05s}.btn:hover{filter:brightness(1.15)}.btn:active{transform:translateY(1px);box-shadow:inset 0 2px 4px #0006}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:linear-gradient(180deg,#b88a2e,#8f6419)}.btn-danger{background:linear-gradient(180deg,#9c4040,#6e2323)}.btn-wood{background:linear-gradient(180deg,#00000026,#00000059),repeating-linear-gradient(90deg,#7a5636 0,#7a5636 40px,#6b4a2d 40px,#6b4a2d 48px);border:2px solid #3a2817}.btn-sm{padding:3px 8px;font-size:12px}.panel{background:linear-gradient(180deg,#00000040,#00000073),repeating-linear-gradient(0deg,rgba(255,255,255,.015) 0 2px,transparent 2px 4px),linear-gradient(180deg,var(--green-darker),var(--green-dark));border:2px solid #0e0e0e;border-radius:6px;box-shadow:inset 0 0 0 1px #ffffff0f,0 4px 10px #00000080;padding:12px}.panel-wood{background:repeating-linear-gradient(90deg,#6b4f35 0,#6b4f35 46px,#5c432c 46px,#5c432c 52px),linear-gradient(180deg,#0000004d,#00000080);border:3px solid #2b1c10;border-radius:8px;box-shadow:inset 0 0 12px #0006,0 4px 10px #00000080}.panel-metal{background:linear-gradient(180deg,#5a5c58,#3f4140);border:2px solid #1c1d1c;border-radius:6px;box-shadow:inset 0 1px #fff3,0 3px 6px #00000080}.paper{background:repeating-linear-gradient(0deg,rgba(0,0,0,.02) 0 2px,transparent 2px 24px),linear-gradient(180deg,#e7dcb8,#d3c395);color:#3a3018;border:1px solid #8a7a4a;border-radius:4px;padding:10px 12px;box-shadow:inset 0 0 30px #785a1e26,0 3px 6px #0006,2px 3px #0003;font-family:Comic Sans MS,cursive,monospace;position:relative}.paper:after{content:"";position:absolute;top:0;right:0;width:18px;height:18px;background:linear-gradient(135deg,transparent 50%,rgba(0,0,0,.25) 50%)}.paper h3,.paper .paper-title{font-size:15px;margin-bottom:4px;font-weight:700}.title-board{display:inline-block;background:linear-gradient(180deg,#7a5636,#5c432c);border:2px solid #2b1c10;border-radius:4px;padding:4px 14px;color:#f0e6c8;font-family:Impact,Arial Black,sans-serif;letter-spacing:1px;text-shadow:1px 2px 0 #000;box-shadow:0 3px 4px #00000080;margin-bottom:8px}h1,h2,h3,h4{font-family:Impact,Arial Black,sans-serif;letter-spacing:.5px;color:var(--text)}.input{width:100%;padding:7px 10px;background:#d9d0b0;border:2px inset #9d8d60;border-radius:3px;color:#2a2410;font-family:inherit}.input:focus{outline:2px solid var(--yellow)}.app{display:flex;flex-direction:column;min-height:100vh}.topbar{position:sticky;top:0;z-index:20;background:linear-gradient(180deg,#35352a,#26261e);border-bottom:3px solid #0e0e0e;box-shadow:0 3px 8px #0009;padding:6px 12px;display:flex;align-items:center;gap:14px;flex-wrap:wrap}.topbar .logo{font-family:Impact,sans-serif;font-size:20px;color:var(--yellow);text-shadow:2px 2px 0 #000;white-space:nowrap}.topbar-avatar{width:34px;height:34px;border-radius:4px;border:2px solid #000;display:flex;align-items:center;justify-content:center;color:#fff;font-size:17px;font-weight:700;flex-shrink:0}.notif-wrap{position:relative}.notif-btn{position:relative;width:36px;height:36px;border-radius:6px;border:2px solid #0a0a0a;background:linear-gradient(180deg,#3a3a2a,#2a2a1e);font-size:16px;cursor:pointer}.notif-badge{position:absolute;top:-4px;right:-4px;background:#9c3030;color:#fff;font-size:10px;font-weight:700;border-radius:8px;min-width:16px;height:16px;line-height:16px;padding:0 3px;border:1px solid #000}.notif-dropdown{position:absolute;right:0;top:42px;width:280px;max-height:360px;overflow-y:auto;z-index:50;box-shadow:0 8px 20px #0000008c}.notif-row{display:block;padding:6px 4px;border-bottom:1px solid #2a2a20;color:inherit;text-decoration:none}.notif-row:last-of-type{border-bottom:none}.topbar .res{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin-left:auto}.res-item{display:flex;flex-direction:column;font-size:11px;color:var(--beige)}.res-item .num{font-size:15px;font-weight:700;color:#fff}.bar{position:relative;height:14px;border:1px solid #000;background:#1d1d1d;border-radius:3px;overflow:hidden;min-width:90px}.bar>span{position:absolute;left:0;top:0;bottom:0;background:var(--yellow);transition:width .3s}.bar .bar-label{position:absolute;top:0;right:0;bottom:0;left:0;text-align:center;font-size:10px;line-height:14px;color:#fff;text-shadow:1px 1px 0 #000;z-index:2}.bar-energy>span{background:linear-gradient(180deg,#d4a81a,#8f6419)}.bar-health>span{background:linear-gradient(180deg,#9c4a3a,#6e2323)}.bar-xp>span{background:linear-gradient(180deg,#3f9c4a,#1f6e2e)}.layout{display:flex;flex:1;gap:12px;padding:12px;max-width:1500px;width:100%;margin:0 auto}.nav{width:170px;flex-shrink:0;align-self:flex-start;position:sticky;top:70px}.nav a.navlink{display:flex;align-items:center;gap:8px;padding:7px 10px;margin-bottom:3px;color:var(--text);font-weight:700;border-left:3px solid transparent;transition:background .15s,border-color .15s}.nav a.navlink:hover{background:#c9a2271f;text-decoration:none;border-left-color:var(--yellow)}.nav a.navlink.active{background:#c9a2272e;border-left-color:var(--yellow)}.nav .navsep{border-top:1px dashed var(--line);margin:8px 4px}.main{flex:1;min-width:0}.side{width:280px;flex-shrink:0}.grid{display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.card{background:linear-gradient(180deg,#33301f,#262316);border:1px solid #0c0c0c;border-radius:5px;padding:10px;box-shadow:inset 0 0 0 1px #ffffff0a,0 2px 5px #00000080;position:relative}.rarity-common{border-top:3px solid #8a8a8a}.rarity-uncommon{border-top:3px solid #3f9c4a}.rarity-rare{border-top:3px solid #3a6fd8}.rarity-epic{border-top:3px solid #b45cc9}.rarity-legendary{border-top:3px solid #e3a51f}.rarity-label{font-size:10px;text-transform:uppercase;letter-spacing:1px}.r-common{color:#aaa}.r-uncommon{color:#5fd870}.r-rare{color:#6fa8ff}.r-epic{color:#d08ae3}.r-legendary{color:#f2c14e}.stat-row{display:flex;justify-content:space-between;font-size:12px;color:var(--text-dim)}.stat-row b{color:var(--text)}table.tbl{width:100%;border-collapse:collapse;font-size:13px}.tbl th{background:linear-gradient(180deg,#4a4a3a,#33332a);border:1px solid #0c0c0c;padding:6px 8px;text-align:left;color:var(--beige)}.tbl td{border:1px solid #25251e;padding:6px 8px;background:#00000040}.tbl tr:nth-child(2n) td{background:#ffffff05}.profile-page{max-width:960px}.profile-layout{display:grid;grid-template-columns:minmax(200px,280px) 1fr;gap:12px;align-items:start}@media (max-width: 720px){.profile-layout{grid-template-columns:1fr}}.profile-hero{text-align:center;padding-bottom:12px}.char-stage{background:radial-gradient(ellipse at 50% 80%,rgba(201,162,39,.12),transparent 55%),linear-gradient(180deg,#2a3228,#1a1e18);border:2px solid #0a0a0a;border-radius:6px;margin-bottom:10px;overflow:hidden}.char-svg{display:block;max-height:260px;margin:0 auto}.profile-identity{margin-bottom:10px}.profile-name{font-size:20px;font-weight:700;color:var(--yellow);text-shadow:1px 1px 0 #000}.profile-vitals{display:grid;gap:8px;text-align:left}.vital .bar{width:100%;min-width:0;margin-top:3px}.profile-side{min-width:0}.prof-stat-row{display:flex;align-items:center;gap:8px;margin-bottom:10px}.prof-stat{margin-bottom:2px}.prof-stat-bar{height:8px;background:#1a1a14;border:1px solid #000;border-radius:2px;overflow:hidden;margin-top:3px}.prof-stat-bar>span{display:block;height:100%;transition:width .25s ease}.char-gear-tags{display:flex;flex-direction:column;gap:3px;padding:0 8px 8px;text-align:left}.gear-tag{font-size:11px;color:var(--text-dim);background:#00000059;border:1px solid #222;border-radius:3px;padding:2px 6px}.gear-tag.on{color:var(--beige);border-color:var(--yellow);background:#c9a2271f}.equip-slots{display:grid;grid-template-columns:1fr 1fr 1fr;gap:6px;text-align:center}.equip-slot{background:#0000004d;border:1px solid #1a1a14;border-radius:4px;padding:6px 4px;min-height:56px}.bg-music-btn{position:fixed;right:12px;bottom:12px;z-index:95;width:40px;height:40px;border-radius:50%;border:2px solid #0a0a0a;background:linear-gradient(180deg,#3a3a2a,#2a2a1e);color:#fff;font-size:16px;cursor:pointer;box-shadow:0 3px 10px #00000080;display:flex;align-items:center;justify-content:center}.bg-music-btn:hover{filter:brightness(1.15);border-color:var(--yellow)}.chat-fab{position:fixed;left:12px;bottom:12px;z-index:90;width:52px;height:52px;border-radius:50%;border:2px solid #0a0a0a;background:linear-gradient(180deg,#b88a2e,#8f6419);color:#fff;font-size:22px;cursor:pointer;box-shadow:0 4px 14px #0000008c;display:flex;align-items:center;justify-content:center}.chat-fab:hover{filter:brightness(1.1)}.chat-fab-badge{position:absolute;top:-4px;right:-4px;background:#9c3030;color:#fff;font-size:11px;font-weight:700;border-radius:10px;min-width:18px;height:18px;line-height:18px;padding:0 4px;border:1px solid #000}.chat-widget{position:fixed;left:10px;bottom:10px;z-index:90;width:min(360px,calc(100vw - 20px));max-height:min(480px,calc(100vh - 80px));display:flex;flex-direction:column;background:linear-gradient(180deg,#2e2e24,#1e1e18);border:2px solid #0a0a0a;border-radius:8px;box-shadow:0 8px 24px #000000a6,inset 0 0 0 1px #ffffff0f;overflow:hidden}.chat-widget-head{display:flex;align-items:center;justify-content:space-between;gap:6px;padding:6px 8px;background:linear-gradient(180deg,#3a3a2a,#2a2a20);border-bottom:2px solid #0a0a0a;flex-shrink:0}.chat-widget-pm-bar{display:flex;gap:4px;padding:6px 8px 0;flex-shrink:0}.chat-widget-pm-bar .input{flex:1;min-width:0;font-size:12px;padding:4px 8px}.chat-widget-convs{display:flex;flex-wrap:wrap;gap:4px;padding:6px 8px 0;flex-shrink:0;max-height:52px;overflow-y:auto}.chat-conv-chip{font-family:inherit;font-size:11px;padding:2px 7px;border-radius:10px;border:1px solid #333;background:#1a1a14;color:var(--text-dim);cursor:pointer}.chat-conv-chip.active,.chat-conv-chip:hover{border-color:var(--yellow);color:var(--beige);background:#c9a22726}.chat-widget-peer{padding:4px 10px;font-size:12px;border-bottom:1px solid #2a2a20;flex-shrink:0}.chat-widget-log{flex:1;overflow-y:auto;padding:8px;display:flex;flex-direction:column;gap:6px;min-height:160px;max-height:280px;background:#00000040}.chat-widget-log .chat-bubble{max-width:92%;font-size:12px;padding:4px 8px}.chat-widget-input{display:flex;gap:4px;padding:6px 8px;border-top:2px solid #0a0a0a;background:#25251c;flex-shrink:0}.chat-widget-input .input{flex:1;min-width:0;font-size:12px;padding:5px 8px}.chat-page{max-width:960px}.chat-layout{display:grid;grid-template-columns:220px 1fr;gap:10px;align-items:stretch;min-height:420px}@media (max-width: 720px){.chat-layout{grid-template-columns:1fr}}.chat-sidebar{display:flex;flex-direction:column;max-height:520px}.chat-conv-list{overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:4px}.chat-conv{text-align:left;background:#00000040;border:1px solid #1a1a14;border-radius:4px;padding:6px 8px;color:var(--text);cursor:pointer;font-family:inherit}.chat-conv:hover,.chat-conv.active{border-color:var(--yellow);background:#c9a2271f}.chat-badge{background:var(--red);color:#fff;font-size:10px;font-weight:700;border-radius:8px;padding:0 5px;min-width:16px;text-align:center}.chat-main{display:flex;flex-direction:column;min-height:420px;max-height:560px}.chat-log{flex:1;overflow-y:auto;background:#00000040;border:1px solid #1a1a14;border-radius:4px;padding:10px;display:flex;flex-direction:column;gap:8px;min-height:280px}.chat-bubble{max-width:85%;align-self:flex-start;background:linear-gradient(180deg,#3a3a2a,#2a2a20);border:1px solid #1a1a14;border-left:3px solid #7fe08a;border-radius:4px 8px 8px 4px;padding:6px 10px}.chat-bubble.mine{align-self:flex-end;border-left:1px solid #1a1a14;border-right:3px solid var(--yellow);border-radius:8px 4px 4px 8px;background:linear-gradient(180deg,#3a3420,#2a2418)}.chat-meta{display:flex;justify-content:space-between;gap:10px;margin-bottom:2px}.chat-body{word-break:break-word;white-space:pre-wrap;line-height:1.35}.chat-input .input{flex:1}.chat-peer-head{border-bottom:1px solid #2a2a20;padding-bottom:6px}.district-map{border:2px solid #1a1a14;background:#2a2820}.district-svg .map-bldg{transition:filter .15s ease}.district-svg .map-bldg-hot{filter:brightness(1.12) drop-shadow(0 0 6px rgba(201,162,39,.55))}.map-tooltip{position:absolute;bottom:12px;left:12px;right:12px;max-width:400px;pointer-events:none;box-shadow:0 6px 18px #0000008c;border:2px solid var(--yellow);animation:fadein .15s ease;z-index:5}.fight-pick{display:flex;gap:8px;flex-wrap:wrap}.fighter-chip{background:linear-gradient(180deg,#403c28,#2b2820);border:1px solid #000;border-radius:5px;padding:8px 10px;cursor:pointer;flex:1 1 180px;text-align:left}.fighter-chip.selected{outline:2px solid var(--yellow)}.fight-arena{margin-top:12px}.fight-hp-row{display:flex;gap:12px;align-items:center;margin-bottom:12px;flex-wrap:wrap}.hp-block{flex:1 1 140px;min-width:120px}.hp-bar{height:12px;background:#1a1a14;border:1px solid #000;border-radius:3px;overflow:hidden;margin-top:4px}.hp-fill{height:100%;transition:width .25s ease}.fight-vs{font-weight:700;color:var(--yellow);font-size:14px}.fight-log{max-height:220px;overflow-y:auto;margin-top:8px}.log-line{border-left:3px solid var(--yellow);padding-left:8px;margin-bottom:5px;animation:fadein .2s}@keyframes fadein{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}.flash{position:fixed;top:70px;right:14px;z-index:100;max-width:320px;background:linear-gradient(180deg,#3a3a2a,#262620);border:2px solid var(--yellow);border-radius:6px;padding:10px 14px;color:var(--text);box-shadow:0 4px 10px #0009;animation:slidein .25s}@keyframes slidein{0%{transform:translate(20px);opacity:0}to{transform:none;opacity:1}}.success{color:#7fe08a}.error{color:#f28282}.dim{color:var(--text-dim)}.spacer{flex:1}.row-c{display:flex;align-items:center;gap:8px}.wrap{flex-wrap:wrap}.mt{margin-top:10px}.mb{margin-bottom:10px}.mt2{margin-top:20px}.small{font-size:12px}@media (max-width: 1100px){.side{display:none}}@media (max-width: 820px){.nav{display:none}.layout{padding:8px}.topbar .res{gap:8px}}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#1e1e18}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#6d7a63,#4a5a44);border:2px solid #1e1e18;border-radius:6px}
