@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:24px;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:500px;position:relative;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.modal-title{margin:0;font-size:1.25rem;font-weight:600}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:0;line-height:1;color:#666}.modal-close:hover{color:#000}.alert{display:flex;gap:16px;padding:20px;border-radius:0 8px 8px 0;border-left:4px solid transparent;box-shadow:0 1px 2px #0000000d;margin-bottom:16px;background-color:#fff;transition:all .2s ease}.alert-icon-wrapper{flex-shrink:0;display:flex;padding-top:2px}.alert-content{flex:1;min-width:0}.alert-title{font-weight:700;font-size:1.125rem;margin-bottom:8px;margin-top:0;display:flex;align-items:center;gap:8px;line-height:1.4}.alert-body{font-size:.875rem;line-height:1.625;font-weight:500;opacity:.95}.alert-body code{font-family:monospace;background-color:#ffffff80;padding:2px 6px;border-radius:4px}.alert-danger,.alert-error{background-color:#fff1f2;border-left-color:#f43f5e;color:#881337}.alert-danger .alert-icon-wrapper,.alert-error .alert-icon-wrapper{color:#f43f5e}.alert-success{background-color:#f0fdf4;border-left-color:#22c55e;color:#14532d}.alert-success .alert-icon-wrapper{color:#22c55e}.alert-warning{background-color:#fffbeb;border-left-color:#f59e0b;color:#78350f}.alert-warning .alert-icon-wrapper{color:#f59e0b}.alert-info{background-color:#eff6ff;border-left-color:#3b82f6;color:#1e3a8a}.alert-info .alert-icon-wrapper{color:#3b82f6}:root{--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--color-bg-primary: #F8F9FA;--color-bg-surface: #FFFFFF;--color-text-primary: #111827;--color-text-secondary: #6B7280;--color-border: #E5E7EB;--color-brand-primary: #4F46E5;--color-brand-hover: #4338CA;--color-success: #10B981;--color-danger: #EF4444;--color-warning: #F59E0B;--radius-card: 16px;--shadow-card: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06)}body{font-family:var(--font-sans);background-color:var(--color-bg-primary);color:var(--color-text-primary);margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:600;letter-spacing:-.025em;color:var(--color-text-primary)}a{color:var(--color-brand-primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--color-brand-hover)}button{font-family:var(--font-sans)}.card{background:var(--color-bg-surface);border-radius:var(--radius-card);box-shadow:var(--shadow-card);border:1px solid var(--color-border);padding:24px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}
