:root{color:#0f172a;background:#f8fafc;font-family:Arial,Helvetica,sans-serif}*{box-sizing:border-box}body{margin:0}.app{flex-direction:column;gap:16px;max-width:1100px;margin:0 auto;padding:16px;display:flex}.hero h1{margin:0 0 8px;font-size:28px}.hero p{color:#64748b;margin:0}.card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:16px}.grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}label{flex-direction:column;gap:6px;font-size:14px;display:flex}input,select,textarea,button{font:inherit;background:#fff;border:1px solid #cbd5e1;border-radius:12px;padding:10px 12px}textarea{resize:vertical;min-height:96px}button{cursor:pointer}.progress{background:#e2e8f0;border-radius:999px;height:12px;overflow:hidden}.bar{background:#0f172a;height:100%}.tabrow{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.tabrow button.active,.statuses button.active,.fullbtn{color:#fff;background:#0f172a;border-color:#0f172a}.nav,.photoHead,.actions{justify-content:space-between;align-items:center;gap:10px;display:flex}.statuses{grid-template-columns:repeat(3,1fr);gap:8px;margin:12px 0;display:grid}.fullbtn{width:100%}.photoBlock{border-top:1px solid #e2e8f0;margin-top:12px;padding-top:12px}.upload{align-items:center;gap:6px;font-weight:600;display:inline-flex}.photoGrid{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:12px;display:grid}.photoCard{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.photoCard img{object-fit:cover;width:100%;height:150px;display:block}.meta,.actions{flex-direction:column;gap:6px;padding:10px;display:flex}.overlay{background:#0f172ab8;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:16px;width:100%;max-width:720px;padding:16px}.preview{object-fit:contain;background:#f8fafc;width:100%;max-height:70vh}.muted{color:#64748b;font-size:13px}@media (width<=900px){.grid,.tabrow,.photoGrid{grid-template-columns:1fr}.nav,.photoHead{flex-direction:column;align-items:stretch}input,select,textarea,button{min-height:44px}}
