/* Persönlicher Spielstand: bewusst kompakt, damit Wetter und Events weiter im Blick bleiben. */
.portal-player-progress{position:relative;z-index:3;display:grid;grid-template-columns:auto minmax(150px,1fr) auto;gap:9px;align-items:center;min-width:280px;max-width:370px;padding:7px 11px 7px 7px;border:1px solid rgba(67,113,55,.32);border-radius:17px;background:linear-gradient(135deg,#f8f5d8,#e6f1cf);box-shadow:0 9px 20px rgba(44,78,39,.11);color:#294f35;text-decoration:none;transition:transform .2s,box-shadow .2s}.portal-player-progress:hover{transform:translateY(-3px);box-shadow:0 15px 28px rgba(44,78,39,.18)}.portal-player-level{display:grid;min-width:52px;height:52px;place-items:center;border:2px solid #f7df79;border-radius:14px;background:linear-gradient(145deg,#39723e,#215b3b);box-shadow:inset 0 1px rgba(255,255,255,.25),0 3px 0 rgba(39,87,43,.18);color:#fff9d7;font-size:12px;font-weight:900}.portal-player-progress>i{display:grid;gap:3px;min-width:0;font-style:normal}.portal-player-progress small{color:#628061;font-size:7px;font-weight:900;letter-spacing:.09em}.portal-player-progress b{overflow:hidden;color:#37553c;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.portal-player-progress em{display:block;height:7px;overflow:hidden;border:1px solid rgba(57,109,58,.25);border-radius:999px;background:#fefde7;box-shadow:inset 0 1px 2px rgba(46,76,36,.12)}.portal-player-progress em u{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#72b94c,#cde35c);box-shadow:0 0 7px rgba(91,166,62,.42);text-decoration:none}.portal-player-progress>strong{display:grid;gap:1px;justify-items:center;color:#785320;font-size:11px;line-height:1.1}.portal-player-progress>strong span{font-size:16px;filter:drop-shadow(0 2px 1px rgba(117,79,23,.15))}@media(max-width:800px){.portal-player-progress{width:100%;max-width:none;grid-template-columns:auto minmax(0,1fr) auto}.portal-player-progress b{font-size:11px}}
