.opening-camera{padding:16px 18px;border:1px solid #a0b7c638;border-radius:14px;background:#0e1921cc;margin:16px 0;color:#e9f1f5;max-width:540px;box-sizing:border-box}
.opening-camera label{display:flex;align-items:center;justify-content:space-between;gap:18px;font:500 15px/1.5 var(--body,system-ui)}
.opening-camera select{width:210px;max-width:100%;min-height:44px;padding:8px 12px;border:1px solid #92aabc77;border-radius:9px;background:#1c2b37;color:#edf5fa;font:400 15px/1.4 var(--body,system-ui);cursor:pointer}
.opening-camera small{display:block;margin-top:9px;color:#b1c3cf;font:400 12px/1.5 var(--body,system-ui)}
.opening-camera select:focus-visible{outline:2px solid #a8d8f2;outline-offset:3px}
body[data-mode=combat] #eventScreen .opening-camera,body[data-mode=practice] #eventScreen .opening-camera{display:none}
@media(max-width:600px){.opening-camera{padding:14px;max-width:100%}.opening-camera label{align-items:stretch;flex-direction:column;gap:8px}.opening-camera select{width:100%}}

.match-settings-grid>.opening-camera{grid-column:1/-1;max-width:none;margin:0}
