*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Hiragino Sans,Yu Gothic,sans-serif;background:#f7f8fa;color:#111827}.nav{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;background:#111827;color:#fff}.nav-brand{color:#fff;font-weight:700;text-decoration:none}.nav-links{display:flex;align-items:center;gap:1rem}.nav-links a{color:#e5e7eb;text-decoration:none}.nav-links a:hover{text-decoration:underline}.nav-user{color:#9ca3af;font-size:.9rem}.page{max-width:960px;margin:0 auto;padding:1.5rem}.card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem 1.25rem;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.75rem;max-width:480px}.card label{display:flex;flex-direction:column;gap:.25rem;font-size:.9rem}.checkbox-label{flex-direction:row!important;align-items:center;gap:.5rem!important}input,select,textarea{padding:.4rem .5rem;border:1px solid #d1d5db;border-radius:4px;font-size:.95rem}button{padding:.4rem .9rem;border:1px solid #111827;background:#111827;color:#fff;border-radius:4px;cursor:pointer;font-size:.9rem}button:hover{opacity:.85}.table button{background:#fff;color:#111827;border:1px solid #d1d5db;margin-right:.4rem}.table{width:100%;border-collapse:collapse;background:#fff}.table th,.table td{text-align:left;padding:.5rem .75rem;border-bottom:1px solid #e5e7eb;font-size:.9rem}.error{color:#dc2626}.login-page{max-width:320px;margin:4rem auto;padding:1.5rem}.login-page form{display:flex;flex-direction:column;gap:.75rem}.login-page label{display:flex;flex-direction:column;gap:.25rem}.manual-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.5rem}.manual-list a{color:#111827;text-decoration:none}.manual-list a:hover{text-decoration:underline}.question-field{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem 1.25rem;margin-bottom:1rem;max-width:480px;display:flex;flex-direction:column;gap:.5rem}.question-label{font-weight:600}.required-mark{color:#dc2626}.question-help{margin:0;font-size:.85rem;color:#6b7280}.saving-indicator{font-size:.8rem;color:#6b7280}.photo-grid{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.photo-thumb{width:96px;height:96px;border-radius:6px;overflow:hidden;position:relative;background:#f3f4f6;display:flex;align-items:center;justify-content:center}.photo-thumb img{width:100%;height:100%;object-fit:cover}.photo-thumb-loading{font-size:.75rem;color:#9ca3af}.photo-thumb-remove{position:absolute;bottom:2px;right:2px;font-size:.7rem;padding:.1rem .4rem}
