:root{--ink: #14181C;--accent: #FF8A3D;--accent-soft: #FFF1E7;--bg: #FBFAF8;--surface: #FFFFFF;--border: #ECE7E0;--muted: #8A8076;--radius: 18px;--font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:var(--font);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}button{font-family:inherit;cursor:pointer}.screen{display:flex;flex-direction:column;height:100dvh;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.topbar{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;flex-shrink:0}.mews-logo{display:flex;align-items:center;gap:9px}.mews-mark{width:34px;height:34px;display:block}.mews-wordmark{font-size:20px;font-weight:700;letter-spacing:-.02em;color:var(--ink)}.pet-context{font-size:14px;font-weight:600;color:var(--muted)}.uploader{flex:1;display:flex;flex-direction:column;gap:16px;padding:8px 18px 18px;min-height:0;position:relative}.uploader.is-empty{justify-content:center}.uploader.has-photos{justify-content:flex-start}.camera-half{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;width:100%;flex:0 0 auto;min-height:46vh;border:2px dashed var(--border);border-radius:var(--radius);background:var(--surface);color:var(--ink);font-size:18px;font-weight:600}.camera-half svg{width:64px;height:64px;color:var(--accent)}.camera-half:disabled{cursor:default}.send-half{width:100%;flex:1 1 auto;min-height:0;display:flex;align-items:center;justify-content:center;gap:12px;padding:18px;border:none;border-radius:var(--radius);background:var(--accent);color:#fff;font-size:18px;font-weight:600;box-shadow:0 10px 24px #ff8a3d52}.send-half svg{width:32px;height:32px}.send-half:disabled{opacity:.6;cursor:default}.previews{display:flex;gap:10px;overflow-x:auto;padding:4px 0 6px;flex-shrink:0;-webkit-overflow-scrolling:touch}.preview{position:relative;flex:0 0 auto;width:84px;height:84px;border-radius:14px;overflow:hidden;background:var(--surface);border:1px solid var(--border)}.preview img{width:100%;height:100%;object-fit:cover;display:block}.preview-remove{position:absolute;top:4px;right:4px;width:22px;height:22px;border-radius:50%;border:none;background:#14181cb8;color:#fff;display:flex;align-items:center;justify-content:center}.preview-remove svg{width:13px;height:13px}.error-note{text-align:center;font-size:14px;font-weight:600;color:#c0392b;padding:0 18px 14px}.upload-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#14181c73;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;z-index:50}.upload-overlay-card{width:min(86%,360px);background:var(--surface);border-radius:var(--radius);padding:24px 22px;text-align:center;box-shadow:0 20px 50px #00000040}.upload-overlay-card p{font-size:15px;font-weight:600;margin-bottom:16px}.progress-track{height:8px;border-radius:999px;background:var(--accent-soft);overflow:hidden}.progress-fill{height:100%;border-radius:999px;background:var(--accent);transform-origin:left center;transform:scaleX(0);transition:transform .15s ease-out}.success-icon{width:76px;height:76px;border-radius:50%;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.success-icon svg{width:38px;height:38px}.message-center{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:12px;padding:24px 32px}.message-center h1{font-size:22px;font-weight:700;letter-spacing:-.01em}.message-center p{font-size:15px;color:var(--muted);line-height:1.5}.message-icon{color:var(--muted);margin-bottom:4px}.spinner{width:40px;height:40px;border-radius:50%;border:3px solid var(--border);border-top-color:var(--accent);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
