/* OPP Joint Tracking - additive module, Line 9 first */
.oppj-wrap{display:grid;gap:14px}.oppj-head{display:flex;gap:10px;align-items:center;justify-content:space-between;flex-wrap:wrap}.oppj-title h2{margin:0;color:var(--navy);font-size:25px}.oppj-title p{margin:3px 0 0;color:var(--muted);font-size:13px}.oppj-badge{padding:8px 11px;border-radius:999px;background:#eef7ff;color:#176fc8;font-weight:900;font-size:12px}.oppj-filters{display:grid;grid-template-columns:1fr 1fr auto;gap:8px;align-items:end}.oppj-filters label{margin:0 0 5px}.oppj-filters input,.oppj-filters select{padding:10px 11px;font-size:15px}.oppj-refresh{height:45px;border:1px solid #cfe1f2;background:#fff;border-radius:13px;padding:0 13px;color:#176fc8;font-weight:900}.oppj-summary{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.oppj-stat{background:#fff;border:1px solid #e1ebf5;border-radius:17px;padding:13px;box-shadow:0 5px 16px rgba(35,76,120,.05)}.oppj-stat small{display:block;color:#71839a;font-weight:800;font-size:12px}.oppj-stat b{display:block;color:#123d70;font-size:25px;margin-top:3px}.oppj-stat.warn b{color:#c46c14}.oppj-panel{background:#fff;border:1px solid #e1ebf5;border-radius:20px;padding:15px;box-shadow:0 5px 18px rgba(35,76,120,.05)}.oppj-panel h3{margin:0 0 4px;color:#123d70}.oppj-muted{color:#71839a;font-size:13px}.oppj-admin{border:1px solid #cce3f8;background:#f7fbff}.oppj-admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.oppj-admin-grid .full{grid-column:1/-1}.oppj-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.oppj-btn{border:0;border-radius:14px;padding:12px 14px;font-weight:900;cursor:pointer}.oppj-btn.primary{background:#2587ec;color:#fff}.oppj-btn.good{background:#eaf8ef;color:#16763b;border:1px solid #bfe5cb}.oppj-btn.gray{background:#f0f4f8;color:#52677e;border:1px solid #dbe5ee}.oppj-btn.danger{background:#fff0f0;color:#b33d3d;border:1px solid #f1c9c9}.oppj-btn:disabled{opacity:.45;cursor:not-allowed}.oppj-roll-list{display:grid;gap:9px}.oppj-roll{border:1px solid #dce8f3;border-radius:16px;background:#fff;overflow:hidden}.oppj-roll-head{width:100%;border:0;background:#fff;padding:13px;display:flex;justify-content:space-between;gap:8px;text-align:left;align-items:center}.oppj-roll-head strong{color:#123d70}.oppj-roll-head span{font-size:13px;color:#667c91}.oppj-events{display:none;border-top:1px solid #edf2f7;padding:0 13px}.oppj-roll.open .oppj-events{display:block}.oppj-event{padding:11px 0;border-bottom:1px solid #edf2f7}.oppj-event:last-child{border-bottom:0}.oppj-event-top{display:flex;justify-content:space-between;gap:8px;align-items:flex-start}.oppj-event-time{font-size:13px;color:#5b7085;margin-top:3px}.oppj-photo-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:9px}.oppj-photo{border:1px solid #dce8f3;border-radius:12px;overflow:hidden;background:#f7fafc;min-height:100px;display:flex;align-items:center;justify-content:center;position:relative}.oppj-photo img{width:100%;height:130px;object-fit:cover;display:block;cursor:zoom-in}.oppj-photo small{color:#8a9caf;padding:12px;text-align:center}.oppj-progress{display:inline-block;padding:5px 8px;border-radius:999px;background:#fff7e8;color:#a7610a;font-size:11px;font-weight:900}.oppj-done{display:inline-block;padding:5px 8px;border-radius:999px;background:#eaf8ef;color:#16763b;font-size:11px;font-weight:900}.oppj-noprod{text-align:center;padding:28px 12px;color:#667c91}.oppj-noprod b{display:block;color:#123d70;font-size:22px;margin-bottom:5px}.oppj-live{display:inline-flex;align-items:center;gap:6px;color:#13854b;font-size:12px;font-weight:900}.oppj-live i{width:8px;height:8px;border-radius:50%;background:#22a864;display:inline-block}.oppj-lightbox{position:fixed;inset:0;background:rgba(7,20,34,.9);z-index:100000;display:none;align-items:center;justify-content:center;padding:18px}.oppj-lightbox.open{display:flex}.oppj-lightbox img{max-width:96vw;max-height:90vh;object-fit:contain;border-radius:12px;background:#fff}.oppj-lightbox button{position:absolute;right:18px;top:18px;width:46px;height:46px;border:0;border-radius:50%;background:#fff;color:#173a5e;font-size:25px;font-weight:900}.oppj-status{margin-top:8px;padding:10px 12px;border-radius:12px;font-size:13px;font-weight:800;display:none}.oppj-status.show{display:block}.oppj-status.ok{background:#eaf8ef;color:#16763b}.oppj-status.err{background:#fff0f0;color:#b33d3d}.oppj-readonly{padding:10px 12px;border-radius:13px;background:#f5f7fa;color:#62758a;font-size:13px}.oppj-camera-note{font-size:12px;color:#71839a;margin-top:6px}.oppj-delete{border:0;background:transparent;color:#b33d3d;font-size:12px;font-weight:900;padding:5px;cursor:pointer}
@media(max-width:700px){.oppj-filters{grid-template-columns:1fr 1fr}.oppj-refresh{grid-column:1/-1}.oppj-summary{grid-template-columns:1fr 1fr}.oppj-admin-grid{grid-template-columns:1fr}.oppj-admin-grid .full{grid-column:auto}.oppj-photo img{height:115px}}

/* OPP Line 9 V2 - simplified operator flow (additive styling only) */
.oppj-simple-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.oppj-simple-head h3{margin:0}.oppj-simple-line{font-size:11px;font-weight:950;padding:6px 9px;border-radius:999px;background:#eaf4ff;color:#1b69b6}.oppj-current-roll{margin-top:14px;border:1px solid #d7e6f3;border-radius:18px;padding:15px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff}.oppj-current-roll small{display:block;color:#6c8196;margin-bottom:4px}.oppj-current-roll strong{display:block;color:#123d70;font-size:26px}.oppj-simple-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.oppj-big-action{min-height:82px;border-radius:18px;border:0;padding:14px 16px;text-align:left;display:flex;flex-direction:column;justify-content:center;gap:4px;cursor:pointer}.oppj-big-action b{font-size:18px}.oppj-big-action span{font-size:12px;opacity:.88}.oppj-big-action.primary{background:#2587ec;color:#fff}.oppj-big-action.quiet{background:#f4f7fa;color:#52677e;border:1px solid #dbe5ee}.oppj-big-action:disabled{opacity:.45;cursor:not-allowed}.oppj-repair-box{margin-top:12px;border:1px solid #f0d9a5;background:#fffaf0;border-radius:18px;padding:14px}.oppj-repair-top{display:flex;justify-content:space-between;gap:10px;align-items:center;margin-bottom:10px}.oppj-repair-top small{display:block;color:#8a6b2f}.oppj-repair-top strong{display:block;color:#7d5300;font-size:18px;margin-top:3px}.oppj-repair-top>span{font-size:12px;font-weight:900;color:#a7610a}.oppj-simple-state{margin-top:12px;border:1px solid #dce8f3;border-radius:18px;padding:18px;text-align:center;background:#f7fbff}.oppj-simple-state b{display:block;font-size:20px;color:#123d70;margin-bottom:10px}
@media(max-width:700px){.oppj-simple-actions{grid-template-columns:1fr}.oppj-current-roll{align-items:stretch;flex-direction:column}.oppj-current-roll .oppj-btn{width:100%}.oppj-big-action{min-height:76px}}
