.tavern-profile-trigger{cursor:context-menu}
.tavern-profile-overlay{position:fixed;z-index:100000;inset:0;display:grid;place-items:center;padding:18px;background:rgba(2,6,13,.78);backdrop-filter:blur(7px)}
.tavern-profile-overlay[hidden]{display:none!important}
.tavern-profile-dialog{position:relative;width:min(540px,100%);max-height:min(760px,calc(100vh - 36px));overflow:auto;border:1px solid rgba(46,204,113,.34);border-radius:18px;background:#0b1424;color:#edf6f0;box-shadow:0 30px 85px rgba(0,0,0,.68);font-family:"Segoe UI",Arial,sans-serif}
.tavern-profile-banner{height:155px;background:linear-gradient(135deg,#19452d,#172841);background-position:center;background-size:cover}
.tavern-profile-close{position:absolute;z-index:2;top:11px;right:11px;width:38px;height:38px;padding:0;border:1px solid rgba(255,255,255,.18);border-radius:50%;background:rgba(4,9,17,.8);color:#fff;font-size:1.25rem;cursor:pointer}
.tavern-profile-close:hover{background:#253650}
.tavern-profile-content{position:relative;padding:0 24px 25px}
.tavern-profile-avatar{display:grid;place-items:center;width:94px;height:94px;margin-top:-49px;border:5px solid #0b1424;border-radius:50%;background:#173d25;color:#a7f3c0;object-fit:cover;font-size:2rem;font-weight:900}
.tavern-profile-name-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-top:10px}
.tavern-profile-name{margin:0;color:#f1fff4;font-size:1.55rem;overflow-wrap:anywhere}
.tavern-profile-username{margin:3px 0 0;color:#91a3b7;font-size:.9rem}
.tavern-profile-role{flex:0 0 auto;padding:5px 9px;border:1px solid rgba(46,204,113,.28);border-radius:999px;background:rgba(46,204,113,.12);color:#a7f3c0;font-size:.76rem;font-weight:800}
.tavern-profile-status{margin:14px 0 0;padding:10px 12px;border-left:3px solid #2ecc71;border-radius:7px;background:#101d31;color:#d8e6dd}
.tavern-profile-section{margin-top:18px;padding-top:16px;border-top:1px solid rgba(255,255,255,.09)}
.tavern-profile-section h3{margin:0 0 8px;color:#86efac;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase}
.tavern-profile-about{margin:0;color:#d7e4dc;line-height:1.58;white-space:pre-wrap;overflow-wrap:anywhere}
.tavern-profile-muted{color:#8696a9;font-style:italic}
.tavern-profile-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.tavern-profile-detail{min-width:0;padding:10px 11px;border:1px solid rgba(255,255,255,.08);border-radius:9px;background:#0e1a2c}
.tavern-profile-detail span{display:block;margin-bottom:4px;color:#8294a8;font-size:.72rem;font-weight:800;text-transform:uppercase}
.tavern-profile-detail strong{display:block;color:#e3eee7;overflow-wrap:anywhere}
.tavern-profile-loading{padding:60px 24px;text-align:center;color:#9aabbd}
@media(max-width:520px){.tavern-profile-overlay{padding:8px}.tavern-profile-banner{height:125px}.tavern-profile-content{padding:0 17px 20px}.tavern-profile-details{grid-template-columns:1fr}}
