*{box-sizing:border-box;margin:0;padding:0}body{background:#f3f4f6;font-family:Segoe UI,-apple-system,system-ui,sans-serif}input,button,select,textarea{font-family:inherit}button{cursor:pointer}textarea{resize:vertical}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.modal-overlay{z-index:100;background:#0006;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:16px;width:600px;max-width:90vw;max-height:90vh;padding:28px;overflow-y:auto;box-shadow:0 20px 60px #00000026}.form-row{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px;display:grid}.form-field label{color:#374151;margin-bottom:6px;font-size:12px;font-weight:600;display:block}.form-field input,.form-field select,.form-field textarea{color:#111827;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;outline:none;width:100%;padding:9px 12px;font-size:13px}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:#06f;box-shadow:0 0 0 3px #0066ff1a}.toast{z-index:200;border-radius:10px;padding:12px 20px;font-size:13px;font-weight:500;animation:.3s slideIn;position:fixed;top:20px;right:20px}@keyframes slideIn{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}
