*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:#333;background-color:#fff;line-height:1.5}a{color:#667eea;text-decoration:none}a:hover{text-decoration:underline}button{font-family:inherit}.modal-backdrop{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;border-radius:10px;padding:1.5rem 2rem;width:100%;max-width:420px;box-shadow:0 8px 40px #0000002e}.modal-title{margin:0 0 1rem;font-size:1.2rem;color:#1f2937}.modal-tabs{display:flex;gap:.25rem;margin-bottom:1rem;border-bottom:2px solid #e5e7eb}.modal-tabs button{padding:.4rem 1rem;border:none;background:none;cursor:pointer;font-size:.9rem;color:#6b7280;border-bottom:2px solid transparent;margin-bottom:-2px}.modal-tabs button.active{color:#667eea;border-bottom-color:#667eea;font-weight:600}.modal-body{display:flex;flex-direction:column;gap:.75rem}.form-row{display:flex;align-items:center;gap:.75rem}.form-row label{width:80px;font-size:.85rem;font-weight:600;color:#374151;flex-shrink:0}.form-row .form-fixed{font-size:.9rem;font-family:ui-monospace,SF Mono,Consolas,monospace;color:#1f2937}.form-row input,.form-row select{flex:1;padding:.35rem .6rem;border:1px solid #d1d5db;border-radius:4px;font-size:.9rem}.form-row input:focus,.form-row select:focus{outline:2px solid #667eea;outline-offset:1px}.modal-error{margin:0;padding:.5rem .75rem;background:#fef2f2;border:1px solid #fca5a5;border-radius:4px;color:#b91c1c;font-size:.85rem}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1.25rem}.btn-cancel{padding:.45rem 1rem;border:1px solid #d1d5db;border-radius:4px;background:#fff;cursor:pointer;font-size:.9rem}.btn-cancel:hover{background:#f3f4f6}.btn-submit{padding:.45rem 1.2rem;border:none;border-radius:4px;background:#667eea;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600}.btn-submit:hover:not(:disabled){background:#5568d3}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.toast{position:fixed;bottom:1.5rem;right:1.5rem;padding:.75rem 1.25rem;background:#064e3b;color:#fff;border-radius:6px;font-size:.9rem;font-weight:500;box-shadow:0 4px 14px #0000002e;z-index:1100;animation:toast-slide-in .2s ease}.toast.toast-error{background:#7f1d1d}@keyframes toast-slide-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
