:root { font-family: system-ui, -apple-system, Segoe UI, sans-serif; color: #172033; background: #f5f7fb; }
.login { max-width: 760px; margin: 0 auto; }
.card { background: #fff; border: 1px solid #dbe3ef; border-radius: 16px; padding: 18px; margin: 16px 0; box-shadow: 0 8px 24px rgba(20,40,80,.06); }
.msg { background: #eef8ff; border: 1px solid #9fd0ff; padding: 12px 14px; border-radius: 12px; }
.session { color: #52606d; }
.session a { color: #0b65c2; }
body { margin: 0; }
main { max-width: 1280px; margin: 0 auto; padding: 28px; }
header { margin-bottom: 20px; }
h1 { margin: 0 0 8px; font-size: 32px; }
p { color: #4b5565; }
.card { background: white; border: 1px solid #dde3ee; border-radius: 16px; padding: 18px; margin: 18px 0; box-shadow: 0 8px 24px rgba(18, 38, 63, .06); }
form { display: grid; grid-template-columns: repeat(4, minmax(160px, 1fr)); gap: 14px; align-items: end; }
label { display: flex; flex-direction: column; gap: 6px; font-weight: 650; font-size: 14px; color: #2b3445; }
.wide { grid-column: span 3; }
input, select, textarea { border: 1px solid #c9d2e3; border-radius: 10px; padding: 11px 12px; font-size: 15px; background: white; }
textarea { min-height: 150px; max-height: 340px; resize: vertical; overflow-y: auto; line-height: 1.45; font-family: inherit; }
.search-text-label { align-self: stretch; }
.field-help { color: #64748b; font-size: 12px; font-weight: 500; line-height: 1.35; }
button { border: 0; border-radius: 10px; padding: 12px 16px; background: #2358d6; color: white; font-weight: 700; cursor: pointer; }
button:hover { background: #1846b2; }
.status { border-radius: 12px; padding: 12px 14px; margin: 14px 0; }
.status.info { background: #e8f0ff; color: #153f91; }
.status.ok { background: #e9f9ef; color: #116329; }
.status.error { background: #fdecec; color: #9f1c1c; }
.section-title { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
pre { white-space: pre-wrap; background: #0f172a; color: #e8eefc; border-radius: 12px; padding: 16px; line-height: 1.45; overflow: auto; }
.summary-output { background: #0f1020; color: #f8fafc; border-radius: 12px; padding: 14px; line-height: 1.5; overflow: auto; }
.summary-output h3 { margin: 16px 0 10px; font-size: 18px; color: #ffffff; }
.summary-output h3:first-child { margin-top: 0; }
.summary-table-wrap { overflow-x: auto; margin: 8px 0 18px; }
.summary-table { width: 100%; border-collapse: collapse; font-size: 14px; background: #141624; }
.summary-table th, .summary-table td { border: 1px solid #2a2d3d; padding: 10px; color: #f8fafc; vertical-align: top; }
.summary-table th { background: #232331; color: #ffffff; }
.summary-table td:first-child { white-space: nowrap; font-weight: 700; }
.summary-table td:nth-child(2) { min-width: 110px; font-weight: 700; }
.summary-table td:nth-child(3) { min-width: 420px; }
.summary-bullet { margin: 6px 0; color: #f8fafc; }
.table-wrap { overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 14px; }
th, td { border-bottom: 1px solid #e5e9f2; text-align: left; vertical-align: top; padding: 10px; }
th { background: #f8fafc; color: #334155; position: sticky; top: 0; }
td:nth-child(6) { min-width: 360px; }
a { color: #174ea6; font-weight: 650; }
@media (max-width: 900px) { form { grid-template-columns: 1fr; } .wide { grid-column: span 1; } main { padding: 14px; } }
