:root {
    color-scheme: light;
    --accent-fill-rest: #0078a1;
    --neutral-layer-1: #ffffff;
}

html,
body {
    margin: 0;
    font-family: "Segoe UI Variable", "Segoe UI", sans-serif;
    color: #0f172a;
}

body {
    min-height: 100vh;
}

a {
    color: inherit;
}

.dashboard-grid {
    display: grid;
    gap: 1.25rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    align-items: start;
}

.panel-shell {
    grid-column: span 12;
    min-width: 0;
}

.panel {
    display: block;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 1.25rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
}

.panel-header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: start;
}

.panel-header.compact {
    margin-bottom: 1rem;
}

.panel-header.compact h2,
.panel-header.compact h1,
.panel-header h1 {
    margin: 0;
}

h1,
h2,
p {
    margin-top: 0;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
    color: #2c6e91;
}

.lede,
.small-copy {
    color: #4b5563;
}

.session-meta,
.session-actions,
.meta-row,
.actions,
.chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.generator-endpoint {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.section-title,
.tag-group__label {
    font-size: 0.95rem;
    font-weight: 600;
    color: #12344d;
}

.smart-feed-panel {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.source-grid {
    display: grid;
    gap: 1.25rem;
}

.smart-mode-picker {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.tag-chip {
    appearance: none;
    border: 1px solid rgba(15, 23, 42, 0.14);
    background: #fff;
    color: #12344d;
    border-radius: 16px;
    padding: 0.85rem 1rem;
    text-align: left;
    cursor: pointer;
    transition: border-color 120ms ease, background-color 120ms ease, transform 120ms ease;
}

.tag-chip:hover {
    transform: translateY(-1px);
    border-color: rgba(0, 120, 161, 0.45);
}

.tag-chip.is-selected {
    border-color: #0078a1;
    background: rgba(0, 120, 161, 0.09);
}

.tag-chip.danger.is-selected {
    border-color: #b54747;
    background: rgba(181, 71, 71, 0.1);
}

.feed-list,
.signal-list,
.author-list {
    display: grid;
    gap: 1rem;
}

.signal-item {
    display: grid;
    gap: 0.5rem;
}

.signal-item__top,
.feed-item__header,
.author-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: start;
}

.feed-item {
    display: grid;
    gap: 1rem;
}

.author-row {
    align-items: center;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.meta-row a {
    color: #0078a1;
    text-decoration: none;
    font-weight: 600;
}

.meta-row a:hover {
    text-decoration: underline;
}

@media (min-width: 1100px) {
    .source-grid {
        grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
        align-items: start;
    }
}

@media (max-width: 959px) {
    .panel-header,
    .feed-item__header,
    .signal-item__top {
        flex-direction: column;
    }
}
An unhandled error has occurred. Reload 🗙