.wt-record-photo-editor{display:grid;gap:10px;padding:14px;border:1px solid rgba(85,123,104,.18);border-radius:18px;background:rgba(247,251,248,.9)}
.wt-record-photo-heading{display:grid;gap:3px}.wt-record-photo-heading strong{font-size:15px}.wt-record-photo-heading small{color:var(--muted,#6f7772);line-height:1.45}
.wt-record-photo-preview{width:100%;min-height:132px;border:1px dashed rgba(85,123,104,.26);border-radius:16px;background:#f7faf8;overflow:hidden;padding:0;display:grid;place-items:center;color:inherit}
.wt-record-photo-preview.has-photo{border-style:solid;background:#eef4f0}.wt-record-photo-preview img{display:block;width:100%;max-height:240px;object-fit:cover}.wt-record-photo-empty{padding:24px 12px;color:var(--muted,#6f7772);font-size:14px}
.wt-record-photo-actions{display:flex;gap:8px;flex-wrap:wrap}.record-photo-button{border:1px solid rgba(85,123,104,.24);background:#fff;border-radius:999px;padding:9px 14px;font:inherit;font-weight:700;color:#456657}.record-photo-button.danger{color:#9a5353;border-color:rgba(154,83,83,.2)}.record-photo-button:disabled{opacity:.55}
.wt-record-photo-viewer{position:fixed;inset:0;z-index:2200;background:rgba(20,29,24,.74);display:grid;place-items:center;padding:20px}.wt-record-photo-viewer-panel{position:relative;width:min(94vw,560px);max-height:88vh;border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 24px 70px rgba(0,0,0,.28)}.wt-record-photo-viewer-panel img{display:block;width:100%;max-height:88vh;object-fit:contain;background:#0f1411}.wt-record-photo-viewer-close{position:absolute;right:10px;top:10px;z-index:1;width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.92);font-size:26px;line-height:1;color:#27362e}
.wt-record-photo-toast{position:fixed;left:50%;bottom:calc(86px + env(safe-area-inset-bottom));z-index:2300;max-width:min(88vw,420px);transform:translate(-50%,12px);opacity:0;pointer-events:none;background:#263c31;color:#fff;border-radius:999px;padding:10px 16px;font-size:13px;line-height:1.4;transition:opacity .18s ease,transform .18s ease}.wt-record-photo-toast.show{opacity:1;transform:translate(-50%,0)}
@media(prefers-reduced-motion:reduce){.wt-record-photo-toast{transition:none}}
