/* Components rendered on both the public landing page and inside the game. */
.world-title-card{position:relative;display:grid;grid-template-columns:92px minmax(0,1fr);gap:12px;align-items:center;width:100%;min-height:132px;padding:14px;overflow:hidden;border:1px solid #28445e;border-radius:13px;background:radial-gradient(circle at 8% 50%,#ffd96830,transparent 27%),radial-gradient(circle at 95% 10%,#d89c2524,transparent 35%),linear-gradient(145deg,#101a29,#05080d 68%);box-shadow:inset 0 1px #ffe6a229,0 7px 20px #0009;text-align:left}.world-title-card:after{content:"";position:absolute;inset:0;border-left:3px solid #e9b53d;border-radius:12px;pointer-events:none}.world-title-emblem{position:relative;z-index:1;width:92px;height:92px;filter:drop-shadow(0 7px 8px #000b) drop-shadow(0 0 12px #ffca4d35)}.world-title-emblem img{display:block;width:100%;height:100%;object-fit:contain}.world-title-copy{position:relative;z-index:1;min-width:0}.world-title-copy>small{display:block;color:#d3a43d;font-size:8.5px;font-weight:950;letter-spacing:1.2px}.world-title-copy h2{margin:2px 0 8px;color:#ffe79a;font-family:Impact,"Arial Narrow",sans-serif;font-size:28px;font-weight:400;letter-spacing:.55px;line-height:1}.world-title-copy>span{display:block;color:#d3a43d;font-size:8.5px;font-weight:950;letter-spacing:1px}.world-title-copy>b{display:block;margin-top:3px;color:#fff5cf;font-size:14px;font-weight:950;line-height:1.1;overflow-wrap:anywhere}.world-title-copy>p{margin:5px 0 0;color:#b9aa82;font-size:8.5px;font-weight:850;line-height:1.3}
@media (max-width:430px){.world-title-card{grid-template-columns:70px minmax(0,1fr);min-height:112px;padding:11px;gap:9px}.world-title-emblem{width:70px;height:70px}.world-title-copy h2{margin-bottom:6px;font-size:21px}.world-title-copy>b{font-size:12px}}
