.quick-match-page{background:#24231e}
.quick-header{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px max(14px,calc((100% - 1050px)/2));background:linear-gradient(110deg,#401713,#78342a);border-bottom:3px solid #b99b61;color:#fff}
.quick-brand{display:flex;align-items:center;gap:10px}
.quick-brand>span,.quick-code-mark{display:grid;place-items:center;border:2px solid #d4b96d;border-radius:12px;background:#211e19;color:#fff;font-weight:900}
.quick-brand>span{width:48px;height:48px}
.quick-brand div{display:grid}
.quick-brand small{color:#f5e9c8}
main{max-width:1050px;margin:auto;padding:20px 14px}
.quick-hero{display:flex;align-items:center;justify-content:space-between;gap:20px}
.quick-hero h1{margin:.2rem 0}
.quick-code-mark{width:90px;height:90px;font-size:1.6rem;flex:0 0 auto}
.quick-start-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:14px 0}
.quick-section-heading{display:flex;align-items:center;justify-content:space-between;gap:10px}
.quick-section-heading h2{margin:.15rem 0}
.quick-match-list{display:grid;gap:10px}
.quick-match-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px;border:1px solid #b99b61;border-radius:10px;background:#fff9e9}
.quick-match-card h3{margin:0 0 5px}
.quick-match-card p{margin:3px 0}
.quick-match-card-actions{display:grid;gap:8px;min-width:190px}
.quick-match-card-actions button{width:100%}
.match-code{font-family:ui-monospace,monospace;font-weight:900;letter-spacing:.08em;color:#7a2f24}
.status-chip{text-transform:uppercase;font-weight:900;font-size:.72rem}
.match-desk{max-width:850px;min-width:min(760px,85vw);padding:18px}
.close-button{float:right}
.match-desk-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;clear:both}
.player-dossier{padding:12px;border:1px solid #b99b61;border-radius:10px;background:#fff9e9}
.player-dossier h3{margin-top:0}
.desk-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.desk-actions>*{width:auto}
.match-code-box{padding:12px;text-align:center;border:2px dashed #9b793a;border-radius:10px;background:#fff9e9;font-size:1.25rem}
.mission-summary{padding:12px;margin-top:12px;border-left:5px solid #4f6b3d;background:#edf4df}
.stance-panel{display:grid;gap:9px;margin-top:14px;padding:14px;border:1px solid #b99b61;border-radius:10px;background:#fff9e9}
.stance-panel h3,.stance-panel p{margin:0}
.stance-panel label{display:grid;gap:5px;font-weight:900}
.stance-panel select{width:100%;padding:10px;border:1px solid #8d7c58;border-radius:8px;background:#fffaf0}
.stance-status{padding:9px;border-left:4px solid #4f6b3d;background:#edf4df}
.hidden{display:none!important}
@media(max-width:680px){.quick-header{align-items:stretch;flex-direction:column}
.quick-header .button-link{width:100%;text-align:center}
.quick-hero{align-items:flex-start}
.quick-code-mark{width:62px;height:62px}
.quick-start-grid,.match-desk-grid{grid-template-columns:1fr}
.quick-match-card{grid-template-columns:1fr}
.quick-match-card button,.quick-match-card-actions{width:100%}
.match-desk{min-width:0;width:88vw;padding:14px}
.desk-actions>*{width:100%}
}
