.watchlist-page {
    background:
        radial-gradient(circle at top left, rgba(78, 205, 164, 0.18), transparent 26%),
        linear-gradient(180deg, #041513 0%, #081f1b 28%, #f5f4ee 28%, #f5f4ee 100%);
    color: #10241d;
}

.watchlist-main {
    min-height: 100vh;
}

.watchlist-hero {
    padding: 56px 0 44px;
}

.watchlist-hero-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.9fr);
    align-items: start;
}

.watchlist-eyebrow,
.watchlist-kicker {
    margin: 0 0 8px;
    color: #4ecda4;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.watchlist-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(2.4rem, 4vw, 4.2rem);
    line-height: 1.02;
}

.watchlist-hero h1 span {
    color: #4ecda4;
}

.watchlist-subtitle,
.watchlist-disclaimer,
.watchlist-hero-card,
.watchlist-note {
    color: #c6d7d2;
}

.watchlist-subtitle {
    margin: 18px 0 14px;
    max-width: 720px;
    font-size: 1.08rem;
}

.watchlist-disclaimer {
    margin: 18px 0 0;
    max-width: 760px;
    font-size: 0.95rem;
}

.watchlist-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.watchlist-meta span {
    padding: 10px 14px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.04);
    color: #eef5f1;
    font-size: 0.92rem;
}

.watchlist-hero-card {
    padding: 24px;
    border: 1px solid rgba(78, 205, 164, 0.18);
    border-radius: 22px;
    background: linear-gradient(180deg, rgba(16, 42, 37, 0.9), rgba(8, 29, 25, 0.96));
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.watchlist-hero-card h2,
.watchlist-section h2,
.watchlist-card h3 {
    margin: 0;
    color: inherit;
}

.watchlist-hero-card ol {
    margin: 16px 0 0;
    padding-left: 18px;
}

.watchlist-hero-card li + li {
    margin-top: 10px;
}

.watchlist-note {
    margin: 16px 0 0;
    font-size: 0.92rem;
}

.watchlist-section {
    padding: 36px 0;
}

.watchlist-section-alt {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(78, 205, 164, 0.06));
}

.watchlist-section-heading {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 16px;
    align-items: end;
    margin-bottom: 18px;
}

.watchlist-section h2 {
    font-size: clamp(1.55rem, 2vw, 2.2rem);
}

.watchlist-manual-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.watchlist-manual-form input {
    min-width: min(280px, 100%);
    padding: 12px 14px;
    border: 1px solid #c7d6cf;
    border-radius: 12px;
    background: #fff;
}

.watchlist-manual-form button,
.watchlist-save-button {
    padding: 12px 16px;
    border: 0;
    border-radius: 12px;
    background: #0d6a55;
    color: #fff;
    font-weight: 700;
}

.watchlist-text-link,
.watchlist-card-actions a {
    color: #0d6a55;
    font-weight: 700;
    text-decoration: none;
}

.watchlist-status {
    margin: 0 0 16px;
    color: #4d6159;
}

.watchlist-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.watchlist-grid-saved {
    margin-bottom: 12px;
}

.watchlist-card,
.watchlist-panel,
.watchlist-empty {
    border: 1px solid rgba(16, 36, 29, 0.08);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 45px rgba(16, 36, 29, 0.08);
}

.watchlist-card,
.watchlist-panel {
    padding: 20px;
}

.watchlist-empty {
    padding: 22px;
    color: #51665e;
}

.watchlist-card-top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: start;
}

.watchlist-ticker {
    margin: 0 0 4px;
    color: #0d6a55;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
}

.watchlist-card h3 {
    font-size: 1.15rem;
}

.watchlist-badge {
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 800;
}

.watchlist-badge.is-long {
    background: rgba(29, 177, 117, 0.14);
    color: #15784f;
}

.watchlist-badge.is-short {
    background: rgba(210, 66, 66, 0.14);
    color: #a11f2f;
}

.watchlist-badge.is-close,
.watchlist-badge.is-review {
    background: rgba(241, 176, 46, 0.16);
    color: #9d6411;
}

.watchlist-sector,
.watchlist-card-note {
    color: #53685f;
}

.watchlist-sector {
    margin: 12px 0;
    font-weight: 600;
}

.watchlist-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 14px;
}

.watchlist-metrics div {
    padding: 12px;
    border-radius: 16px;
    background: #f4f8f5;
}

.watchlist-metrics dt {
    margin: 0 0 4px;
    color: #688076;
    font-size: 0.78rem;
}

.watchlist-metrics dd {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
}

.watchlist-card-note {
    min-height: 64px;
    margin: 0 0 16px;
    font-size: 0.92rem;
}

.watchlist-card-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
}

.watchlist-remove-button {
    padding: 10px 14px;
    border: 1px solid #d5dfd9;
    border-radius: 12px;
    background: #fff;
    color: #24463b;
    font-weight: 700;
}

.watchlist-two-column {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.watchlist-sector-list,
.watchlist-company-links {
    display: grid;
    gap: 12px;
}

.watchlist-sector-row,
.watchlist-company-links a {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    border-radius: 16px;
    background: #f4f8f5;
    color: inherit;
    text-decoration: none;
}

.watchlist-company-links a {
    flex-direction: column;
}

.watchlist-company-links span {
    color: #53685f;
    font-size: 0.92rem;
}

@media (max-width: 991px) {
    .watchlist-hero-grid,
    .watchlist-two-column {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .watchlist-hero {
        padding-top: 34px;
    }

    .watchlist-metrics {
        grid-template-columns: 1fr;
    }

    .watchlist-card-actions {
        align-items: stretch;
    }

    .watchlist-card-actions a,
    .watchlist-card-actions button,
    .watchlist-manual-form input,
    .watchlist-manual-form button {
        width: 100%;
        text-align: center;
    }
}
