/* FIX203 · Opt-in Photo Quality control for shared viewer */
.shared-3d-engine-shell .novogex-photo-launch {
    position:absolute; z-index:12; top:12px; right:12px; display:inline-flex; align-items:center;
    gap:7px; min-height:35px; padding:7px 12px; border:1px solid #4a91ee;
    border-radius:9px; background:#1675df; color:white; font-size:12px;font-weight:600;line-height:1.2;
    font-family:inherit; white-space:nowrap; cursor:pointer; box-shadow:0 6px 22px #09284e55;
}
.shared-3d-engine-shell .novogex-photo-launch .mud-icon-root {font-size:17px; color:inherit;}
.shared-3d-engine-shell .novogex-photo-launch:hover {background:#2689ff;}
.shared-3d-engine-shell .novogex-photo-launch:focus-visible,
.novogex-photo-modal button:focus-visible,
.novogex-photo-modal a:focus-visible {outline:3px solid #86c1ff;outline-offset:3px;}
.novogex-photo-backdrop {position:fixed;inset:0;z-index:2147483000;padding:20px;background:#050c16d9;
    display:flex;align-items:center;justify-content:center;box-sizing:border-box;}
.novogex-photo-modal {width:min(1040px,100%);max-height:min(92dvh,900px);display:flex;flex-direction:column;gap:12px;
    overflow:auto; padding:20px;box-sizing:border-box;background:#102032;border:1px solid #3b526b;
    border-radius:16px;box-shadow:0 20px 70px #0009;color:#f0f6ff;font-family:inherit;}
.novogex-photo-header {display:flex;align-items:flex-start;justify-content:space-between;gap:16px;}
.novogex-photo-header h2 {font-size:21px;line-height:1.3;margin:0 0 5px;font-weight:700;}
.novogex-photo-header p {margin:0;color:#b9c9dd;font-size:12px;line-height:1.5;}
.novogex-photo-close {font:inherit;font-size:20px;line-height:1;flex:0 0 auto;background:#182b40;border:1px solid #425773;
    border-radius:8px;color:#eaf4ff;padding:8px 12px;cursor:pointer;}
.novogex-photo-preview {display:flex;align-items:center;justify-content:center;min-height:180px;flex:1 1 auto;overflow:hidden;
    border:1px solid #354b63;border-radius:11px;background:#1a2839;color:#c4d3e7;}
.novogex-photo-preview img {display:block;max-width:100%;max-height:min(58dvh,600px);object-fit:contain;}
.novogex-photo-status {padding:15px;text-align:center;font-size:13px;line-height:1.55;}
.novogex-photo-status[data-error="true"] {color:#ffcbcb;}
.novogex-photo-actions {display:flex;flex-wrap:wrap;gap:9px;justify-content:flex-end;align-items:center;}
.novogex-photo-actions a,.novogex-photo-actions button {font-size:13px;font-weight:600;line-height:1.3;font-family:inherit;display:inline-flex;align-items:center;
    justify-content:center;min-height:36px;padding:8px 14px;border-radius:8px;cursor:pointer;text-decoration:none;}
.novogex-photo-actions a {background:#1578e5;color:white;border:1px solid #4a91ee;}
.novogex-photo-actions button {background:#172d43;color:#eaf4ff;border:1px solid #45617c;}
.novogex-photo-actions a[hidden] {display:none;}
.novogex-photo-dimensions {font-size:11px;color:#9db0c8;margin-right:auto;}
@media(max-width:750px) {.shared-3d-engine-shell .novogex-photo-launch {right:8px;top:8px;padding:7px 9px;}
    .novogex-photo-backdrop {padding:8px;} .novogex-photo-modal {padding:12px;}
    .novogex-photo-header h2 {font-size:17px;}}
