:root{color:#e8edf5;background:radial-gradient(circle at top left,rgba(19,94,214,.18),transparent 28%),radial-gradient(circle at top right,rgba(0,194,168,.12),transparent 22%),#0b1016;font-family:Inter,Segoe UI,Arial,sans-serif}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:transparent}.page{max-width:1300px;margin:0 auto;padding:24px;display:flex;flex-direction:column;gap:16px}.card{background:#121821e0;border:1px solid rgba(90,111,138,.25);border-radius:18px;padding:18px;box-shadow:0 18px 50px #00000038;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.error{border-color:#ff8b8b}.grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.actions{margin-top:16px;display:flex;flex-direction:column;gap:8px}.oauth-status{display:flex;flex-direction:column;gap:6px;margin:12px 0 16px}.hero-card{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;padding:28px;border-radius:24px;background:linear-gradient(135deg,#115fd738,#09111cd1),#111822f5;border:1px solid rgba(115,149,189,.24);box-shadow:0 24px 60px #00000047}.eyebrow{margin:0 0 10px;text-transform:uppercase;letter-spacing:.16em;font-size:12px;color:#8db8ff;font-weight:700}.hero-title{margin:0 0 12px;font-size:34px;line-height:1.1}.hero-copy{margin:0;max-width:760px;color:#c7d6e9;font-size:16px;line-height:1.6}.hero-badges{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.hero-badge{padding:8px 12px;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);font-size:13px;font-weight:700}.system-status-card{display:flex;flex-direction:column;gap:14px}.system-status-header{display:flex;justify-content:space-between;gap:16px;align-items:center}.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.service-tile{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:14px 16px;border-radius:14px;background:#ffffff08;border:1px solid rgba(255,255,255,.06)}.chat-layout{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(360px,.9fr);gap:16px}.chat-card{display:flex;flex-direction:column;gap:16px;min-height:700px}.chat-messages{display:flex;flex-direction:column;gap:12px;flex:1}.chat-bubble{border-radius:16px;padding:14px 16px;border:1px solid rgba(90,111,138,.22)}.chat-bubble strong{display:block;margin-bottom:6px}.chat-bubble p{margin:0;white-space:pre-wrap}.chat-assistant{background:linear-gradient(180deg,#18212ef0,#111720f0)}.chat-user{background:linear-gradient(180deg,#0f3b6ff2,#0c2446f2)}.chat-form{display:flex;flex-direction:column;gap:10px}.chat-title-row{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.results-column{display:flex;flex-direction:column;gap:16px}label{display:flex;flex-direction:column;gap:6px;font-size:14px}input{border:1px solid #324050;border-radius:12px;padding:10px;color:#e6e8eb;background:#0f141c}textarea{border:1px solid #324050;border-radius:14px;padding:12px;color:#e6e8eb;background:#0f141c;resize:vertical;font:inherit}button{margin-top:20px;border:none;border-radius:12px;background:linear-gradient(180deg,#1d88f1,#0b74de);color:#fff;font-weight:600;padding:11px 14px;cursor:pointer;box-shadow:0 12px 28px #0b74de47}.secondary-button{width:fit-content;background:linear-gradient(180deg,#26394f,#1a2938);margin-top:0;box-shadow:none}.ghost-button{width:fit-content;margin-top:0;background:transparent;border:1px solid rgba(141,184,255,.25);box-shadow:none}button:disabled{opacity:.6;cursor:default}.muted{margin:0;color:#9fb0c3;font-size:14px}table{width:100%;border-collapse:collapse}th,td{border-bottom:1px solid rgba(90,111,138,.2);text-align:left;padding:10px 8px;font-size:14px}thead th{color:#9fbce3;font-size:12px;text-transform:uppercase;letter-spacing:.08em}.market-list{display:flex;flex-direction:column;gap:12px}.market-card{border:1px solid rgba(90,111,138,.18);border-radius:14px;padding:14px;background:#0d121ac7}.market-header{display:flex;justify-content:space-between;gap:12px;align-items:center}.market-header a{color:#8ac4ff;text-decoration:none;font-weight:600}.status-pill{border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700;white-space:nowrap}.status-compatible{background:#153a27;color:#91efb4}.status-uncertain{background:#463913;color:#f2d37a}.status-incompatible{background:#4a1f1f;color:#faa}@media (max-width: 960px){.hero-card,.system-status-header,.chat-title-row{flex-direction:column}.service-grid,.chat-layout{grid-template-columns:1fr}}
