/* LCARS Campaign Computer v1.1 cohesive UI pass */
:root{--v11-font:Arial,Helvetica,sans-serif;--v11-gap:14px;--v11-radius:14px}
body,button,input,select,textarea{font-family:var(--v11-font)!important}
button,input,select,textarea{font-size:14px}
.mini-label,.v11-mini-label,.record-count,label,.mission-tab-number{font-weight:700;letter-spacing:.08em;text-transform:uppercase}
.v11-panel{margin:0 0 22px;padding:18px;border:1px solid rgba(255,255,255,.18);border-radius:var(--v11-radius);background:rgba(255,255,255,.025)}
.v11-panel-heading,.v11-act-header,.v11-closing-log,.v11-modal-header{display:flex;align-items:center;justify-content:space-between;gap:16px}
.v11-panel-heading h3,.v11-act-header strong{margin:2px 0 0}.v11-tracker-actions,.v11-slot-actions,.v11-modal-actions{display:flex;gap:8px;flex-wrap:wrap}
.v11-log-role-row{margin:14px 0}.v11-log-role-row input{min-width:230px}.v11-acts{display:grid;gap:18px}.v11-act-card{padding:14px;border-radius:12px;background:#090909;border-left:10px solid #cc6699}.v11-act-number{display:block;font-size:12px;opacity:.72;letter-spacing:.09em}.v11-log-status{margin:11px 0;padding:8px 10px;border-radius:999px;width:max-content;max-width:100%;font-size:12px;font-weight:800;letter-spacing:.06em}.v11-log-status.complete,.v11-closing-log.complete{background:rgba(122,196,114,.12)}.v11-log-status.pending,.v11-closing-log.pending{background:rgba(255,196,92,.10)}
.v11-scene-slots{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:10px;overflow-x:auto;padding-bottom:4px}.v11-scene-slot{min-height:120px;padding:12px;border-radius:10px;background:#121212;border:1px solid rgba(255,255,255,.12)}.v11-scene-slot.status-current{outline:2px solid #ffcc66}.v11-scene-slot.status-success{border-color:#7ac472}.v11-scene-slot.status-failure{border-color:#d86b6b}.v11-scene-number{display:block;font-weight:800}.v11-status-pill,.v11-tag,.record-player-badge{display:inline-block!important;margin:6px 6px 0 0!important;padding:4px 9px!important;border-radius:999px!important;background:#32323a!important;color:#fff!important;font-size:11px!important;font-weight:800!important;letter-spacing:.05em!important;line-height:1.1!important}.v11-tag-accent{background:#7b4f78!important}.v11-slot-title{margin:10px 0;color:#ddd;min-height:34px}.v11-slot-actions button,.v11-add-scene{font-size:12px;padding:7px 9px}.v11-quiet{opacity:.65}.v11-danger{background:#6f2727!important}.v11-closing-log{margin-top:18px;padding:14px;border-radius:12px}.v11-scene-completion{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.14)}
.v11-character-controls,.v11-vessel-controls{margin-top:16px;padding-top:16px;border-top:1px solid rgba(255,255,255,.14)}.v11-toggle-label{display:flex!important;align-items:center;gap:8px}.v11-toggle-label input{width:auto!important}.v11-npc-stats-hidden{display:none!important}.v11-staff-list{margin-top:12px}.v11-staff-list p{margin:6px 0;opacity:.7}
.portrait-preview,.ship-image-preview{width:min(260px,100%)!important;max-width:260px!important;height:260px!important;max-height:260px!important;overflow:hidden!important;border-radius:12px!important;display:flex!important;align-items:center!important;justify-content:center!important}.portrait-preview img,.ship-image-preview img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:cover!important}.character-card-portrait img,.ship-card-image img{width:100%!important;height:100%!important;object-fit:cover!important;max-width:100%!important;max-height:100%!important}
.v11-hide-opening-journal{display:none!important}
.v11-modal{position:fixed;inset:0;z-index:100000;background:rgba(0,0,0,.82);display:grid;place-items:center;padding:20px}.v11-modal.hidden{display:none!important}.v11-modal-card{width:min(800px,100%);max-height:92vh;overflow:auto;background:#050505;border:2px solid #cc6699;border-radius:22px;padding:22px}.v11-modal-card textarea{width:100%;margin:14px 0;min-height:280px}.v11-modal-card label{display:grid;gap:7px}.v11-sound-toggle{margin-top:10px}
@media(max-width:1100px){.v11-scene-slots{grid-template-columns:repeat(3,minmax(180px,1fr))}}
@media(max-width:820px){.v11-panel{padding:12px}.v11-panel-heading,.v11-act-header,.v11-closing-log{align-items:flex-start;flex-direction:column}.v11-scene-slots{grid-template-columns:repeat(2,minmax(170px,1fr))}.portrait-editor{align-items:flex-start!important;flex-wrap:wrap}.portrait-preview,.ship-image-preview{width:200px!important;height:240px!important}.record-editor{max-width:100%!important}.editor-grid,.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:560px){.v11-scene-slots,.editor-grid,.stats-grid{grid-template-columns:1fr!important}.v11-modal{padding:8px}.v11-modal-card{border-radius:14px;padding:14px}}

/* v1.1.1 flow + portrait corrections */
.character-card-top{display:grid!important;grid-template-columns:110px minmax(0,1fr)!important;gap:14px!important;align-items:start!important}
.character-card-portrait{width:110px!important;height:138px!important;max-width:110px!important;max-height:138px!important;min-width:110px!important;min-height:138px!important;overflow:hidden!important;border-radius:10px!important;background:#050505!important;display:grid!important;place-items:center!important}
.character-card-portrait img{width:110px!important;height:138px!important;max-width:110px!important;max-height:138px!important;object-fit:cover!important;display:block!important}
.portrait-editor{grid-template-columns:160px minmax(0,1fr)!important}
.portrait-preview{width:160px!important;height:200px!important;max-width:160px!important;max-height:200px!important;min-height:0!important}
.portrait-preview img{width:160px!important;height:200px!important;object-fit:cover!important}
.v11-act-complete-card{width:min(560px,100%)!important;text-align:left}
.v11-act-complete-card h2{font-size:clamp(1.7rem,5vw,3rem);margin:.25rem 0 1rem}
.v11-act-complete-card p{font-size:1rem;line-height:1.55;margin:0 0 1.4rem}
#newScenePanel:not(.hidden){outline:2px solid rgba(255,204,102,.45);outline-offset:4px}
.scene-journal-console textarea.scene-journal:not(:disabled){pointer-events:auto!important;opacity:1!important}
@media(max-width:820px){
  .character-card-top{grid-template-columns:88px minmax(0,1fr)!important}
  .character-card-portrait,.character-card-portrait img{width:88px!important;height:110px!important;min-width:88px!important;max-width:88px!important;min-height:110px!important;max-height:110px!important}
  .portrait-editor{grid-template-columns:130px minmax(0,1fr)!important}
  .portrait-preview,.portrait-preview img{width:130px!important;height:162px!important;max-width:130px!important;max-height:162px!important}
}
@media(max-width:560px){
  .portrait-editor{grid-template-columns:1fr!important}
  .portrait-preview,.portrait-preview img{width:120px!important;height:150px!important;max-width:120px!important;max-height:150px!important}
}
