#photo-preview{width:min(1000px,calc(100% - 16px));max-height:calc(100dvh - 16px);padding:20px;color:#fff4de;background:#160c20;border:1px solid #ddb94f;border-radius:18px;overflow:auto}
#photo-preview::backdrop{background:#000c}#photo-preview h2{font-size:26px;margin:0 40px 12px 0}#photo-close{float:right;margin:0;min-height:44px}#photo-preview p{font-size:16px;line-height:1.4}
.photo-source{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0}.photo-source button{flex:1;min-height:48px}
#photo-editor{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:20px;align-items:start}#photo-composite{width:100%;height:auto;max-height:68dvh;object-fit:contain;touch-action:none;cursor:move;border-radius:12px}
.photo-options{display:grid;gap:12px}.photo-options label{display:grid;gap:5px;font-size:16px}.photo-options input,.photo-options select{width:100%;min-width:0;min-height:44px;color:#fff4de;background:#2b1738;border:1px solid #ad85bc;border-radius:8px;padding:8px;font:16px Inter,Arial,sans-serif}.photo-options input[type=range]{padding:0;accent-color:#ffd23f;min-height:32px}
#photo-actions{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0 8px}#photo-actions>*{flex:1;min-height:48px;min-width:130px;margin:0;text-align:center;text-decoration:none;display:flex;align-items:center;justify-content:center;border-radius:9px;font-size:16px;padding:8px}
#photo-download[aria-disabled=true]{pointer-events:none;opacity:.45}#photo-status{color:#ffd23f;margin:8px 0}#photo-caption{width:100%;min-height:110px;font:16px Inter}#photo-preview .photo-local{font-size:14px;color:#c8b8d1;margin-top:12px}
@media(max-width:650px){#photo-preview{padding:14px}#photo-editor{grid-template-columns:1fr}#photo-composite{max-height:52dvh}.photo-options{grid-template-columns:1fr 1fr;gap:8px}.photo-options label:last-child{grid-column:1/-1}.photo-options label{font-size:14px}}
.photo-options,.photo-options label{min-width:0}#photo-preview{overflow-x:hidden}
@media(max-width:650px){.photo-options{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}
