*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;margin:0;padding:0;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow-x:hidden}#root{width:100%;min-height:100vh;margin:0;padding:0}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#root{text-align:center;max-width:1280px;margin:0 auto;padding:2rem}.App{padding:20px}.connection-card{background:#ffffff0d;border-radius:12px;max-width:600px;margin:20px auto;padding:30px;box-shadow:0 4px 6px #0000001a}.connection-card h2{color:#646cff;margin-bottom:20px}.status-indicator{background:#0003;border-radius:8px;padding:15px}.db-info{text-align:left;background:#0003;border-radius:8px;margin:20px 0;padding:20px}.db-info p{margin:10px 0;font-family:Courier New,monospace}.reconnect-btn{color:#fff;cursor:pointer;background:#646cff;border:none;border-radius:8px;margin:20px 0;padding:12px 24px;font-size:16px;transition:background .3s}.reconnect-btn:hover{background:#535bf2}.note{text-align:left;background:#ffa5001a;border-left:4px solid orange;border-radius:4px;margin-top:20px;padding:15px;font-size:14px}.note code{background:#0000004d;border-radius:3px;padding:2px 6px}.leads-section{max-width:1200px;margin:40px auto}.leads-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.leads-header h2{color:#646cff;margin:0}.refresh-btn{color:#fff;cursor:pointer;background:#646cff;border:none;border-radius:8px;padding:10px 20px;font-size:14px;transition:background .3s}.refresh-btn:hover{background:#535bf2}.loading,.no-data{text-align:center;color:#888;padding:40px;font-size:18px}.table-container{background:#ffffff0d;border-radius:12px;padding:20px;overflow-x:auto}.leads-table{border-collapse:collapse;text-align:left;width:100%}.leads-table thead{background:#646cff1a}.leads-table th{color:#646cff;border-bottom:2px solid #646cff4d;padding:15px;font-weight:600}.leads-table td{border-bottom:1px solid #ffffff1a;padding:12px 15px}.leads-table tbody tr:hover{background:#646cff0d}.status-dropdown{color:#fff;cursor:pointer;background:#0000004d;border:1px solid #fff3;border-radius:6px;padding:8px 12px;font-size:14px;transition:all .3s}.status-dropdown:hover{border-color:#646cff}.status-dropdown:focus{border-color:#646cff;outline:none;box-shadow:0 0 0 2px #646cff33}.status-pending{background:#ffa50033;border-color:orange}.status-processed{background:#0f03;border-color:#0f0}
