*{margin:0;padding:0;box-sizing:border-box}body{margin:0;padding:0;min-height:100vh;font-family:Barlow,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh;width:100%}a{color:inherit;text-decoration:none}input,select,textarea,button{font-family:inherit}input:focus,select:focus,textarea:focus{outline:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0a0a0c}::-webkit-scrollbar-thumb{background:#18181d;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#1e1e24}.modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:400px;width:90%;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1.5rem}.modal-icon-danger{background:linear-gradient(135deg,#ffe8e8,#ffd4d4)}.modal-icon-warning{background:linear-gradient(135deg,#fff4e0,#ffe8c0)}.modal-icon-info{background:linear-gradient(135deg,#e0f2ff,#c0e5ff)}.modal-title{font-size:1.5rem;font-weight:700;color:#1a1b1e;text-align:center;margin-bottom:1rem}.modal-message{font-size:1rem;color:#666;text-align:center;line-height:1.6;margin-bottom:2rem}.modal-actions{display:flex;gap:1rem}.modal-btn{flex:1;padding:.875rem 1.5rem;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.modal-btn-cancel{background:#f0f0f0;color:#666}.modal-btn-cancel:hover{background:#e0e0e0}.modal-btn-confirm{color:#fff}.modal-btn-danger{background:linear-gradient(135deg,#e8002d,#f35)}.modal-btn-danger:hover{transform:translateY(-2px);box-shadow:0 8px 20px #e8002d4d}.modal-btn-warning{background:linear-gradient(135deg,orange,#ffb800)}.modal-btn-warning:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ffa5004d}.modal-btn-info{background:linear-gradient(135deg,#0080ff,#0096ff)}.modal-btn-info:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0080ff4d}
