:root{--ires-primary: #de0372;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}body{margin:0;display:flex;place-content:center;min-width:320px;min-height:100vh;background-color:#f4f4f4}button{background-color:var(--ires-primary);color:#fff;border-radius:8px;padding:.6em 1.2em;cursor:pointer}.app-container{max-width:450px;width:90%;margin:20px auto;padding:24px;background:#fff;border-radius:20px;box-shadow:0 10px 25px #0000000d;font-family:Inter,-apple-system,sans-serif}.header{text-align:center;margin-bottom:24px}.logo{width:120px;height:auto;margin-bottom:12px}h1{font-size:1.4rem;color:#333;margin:0;font-weight:700}.success-banner{display:flex;align-items:center;justify-content:space-between;background:#e8f5e9;border:1px solid #a5d6a7;color:#2e7d32;border-radius:10px;padding:14px 16px;margin-bottom:16px;font-weight:600;font-size:.95rem}.dismiss-btn{background:none;border:none;color:#2e7d32;font-size:1rem;cursor:pointer;padding:0 4px}.intake-form{display:flex;flex-direction:column;gap:16px}input,select,textarea{width:100%;padding:14px;border:1px solid #e0e0e0;border-radius:10px;font-size:1rem;box-sizing:border-box;background:#fafafa;font-family:inherit}input:focus,select:focus,textarea:focus{outline:2px solid #de0372;border-color:transparent}.row{display:flex;gap:12px}.row>*{flex:1;min-width:0}label{display:flex;flex-direction:column;gap:6px;font-size:.85rem;font-weight:600;color:#666}input[type=range]{accent-color:#de0372;padding:0;margin:10px 0}.geo-btn{width:100%;padding:14px;border:2px solid #de0372;border-radius:10px;background:#fff5f8;color:#de0372;font-size:1rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s,border-color .2s,color .2s}.geo-btn:active{background:#fce4ec}.geo-btn.active{background:#e8f5e9;border-color:#2e7d32;color:#2e7d32}.geo-btn:disabled{opacity:.6;cursor:not-allowed}.geo-error{margin:4px 0 0;font-size:.8rem;color:#c62828}.photo-section-label{font-size:.85rem;font-weight:600;color:#666;margin-bottom:-8px}.photo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.photo-slot{position:relative;aspect-ratio:1 / 1;border:2px dashed #de0372;border-radius:12px;background:#fff5f8;display:flex;align-items:center;justify-content:center;cursor:pointer;overflow:hidden;transition:background .2s}.photo-slot:active{background:#fce4ec}.photo-slot.filled{border-style:solid;border-color:#de0372}.photo-slot-empty{font-size:1.8rem;color:#de0372;line-height:1;-webkit-user-select:none;user-select:none}.photo-thumb{width:100%;height:100%;object-fit:cover;display:block}.photo-clear{position:absolute;top:4px;right:4px;width:22px;height:22px;border-radius:50%;background:#0000008c;color:#fff;border:none;font-size:.7rem;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1;padding:0}.submit-btn{background-color:#de0372;color:#fff;padding:16px;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;margin-top:10px;box-shadow:0 4px 12px #de03724d;font-family:inherit}.submit-btn:active{transform:scale(.98)}.submit-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}
