:root{color:#0f172a;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f1f5f9;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}body{background:#f1f5f9;min-width:320px;min-height:100vh;margin:0}#root{min-height:100vh}.app-shell{max-width:960px;margin:0 auto;padding:48px 24px}h1{color:#0f172a;margin:0 0 8px}.subtitle{color:#64748b;margin:0}.page-header{justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.header-actions{align-items:center;gap:12px;display:flex}.esi-character-name{color:#334155;white-space:nowrap;font-size:14px}.connected-button{background:#16a34a}.connected-button:hover{background:#15803d}.content-table{border-collapse:collapse;background:#fff;border-radius:12px;width:100%;overflow:hidden;box-shadow:0 10px 30px #0f172a14}.login-button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;padding:10px 14px;font-size:14px;font-weight:600}.login-button:hover{background:#1d4ed8}.empty-state{color:#64748b;padding:16px}th,td{text-align:left;border-bottom:1px solid #e2e8f0;padding:14px 16px}th{color:#0f172a;background:#f8fafc;font-weight:600}tbody tr:hover{background:#f8fafc}td a{color:#2563eb;text-decoration:none}td a:hover{text-decoration:underline}.toast{color:#f8fafc;z-index:50;background:#0f172a;border-radius:9999px;padding:12px 16px;font-size:14px;animation:.2s ease-out toast-fade;position:fixed;bottom:20px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #0f172a2e}.toast-retrying{background:#155e75}@keyframes toast-fade{0%{opacity:0;transform:translate(-50%)translateY(16px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (width<=640px){.app-shell{padding:24px 16px}th,td{padding:12px}}
