html,body{height:100%;margin:0;background:#07111f;color:#e8eef7;font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box}button{cursor:pointer}img{max-width:100%}.modal-backdrop{position:fixed;inset:0;background:#020617b8;display:grid;place-items:center;z-index:70;padding:20px}.modal{width:min(760px,100%);max-height:90dvh;overflow:auto;background:#0b1726;border:1px solid #1e334d;border-radius:16px;padding:20px}.modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.modal-head h2{margin:0;font-size:20px}.modal-actions{margin-top:8px}button.ghost{background:#1e334d}button.icon{background:transparent;font-size:22px;line-height:1;padding:4px 8px}@media(max-width:900px){h1{font-size:1.4rem}h2{font-size:1.15rem}.row{grid-template-columns:1fr!important;flex-wrap:wrap}.modal-backdrop{padding:12px;align-items:end}.modal{max-height:92dvh;border-radius:16px 16px 0 0;padding:16px}table{display:block;overflow-x:auto;max-width:100%}}
