.layout--polls .article-main,
.layout--poll-detail .article-main {
    max-width: 980px;
}
.poll-directory {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 18px;
    margin-top: 28px;
}
.poll-directory-card {
    min-height: 250px;
    border: 1px solid rgba(36, 28, 18, .13);
    border-radius: 18px;
    background: #fffaf1;
    box-shadow: 0 12px 28px rgba(30, 22, 12, .06);
}
.poll-directory-card__link {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    gap: 14px;
    padding: 22px;
    color: inherit;
    text-decoration: none;
}
.poll-directory-card__link:hover h2 {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}
.poll-directory-card h2 {
    margin: 0;
    font-size: clamp(1.35rem, 2vw, 1.85rem);
    line-height: 1.08;
}
.poll-directory-card__meta,
.poll-directory-card__answers {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.poll-directory-card__meta span,
.poll-directory-card__answer {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 6px 10px;
    background: rgba(232, 207, 157, .55);
    font-size: .86rem;
    line-height: 1.1;
}
.poll-directory-card__answers {
    margin-top: auto;
}
.poll-directory-card__cta {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    padding: 10px 16px;
    background: #111715;
    color: #fffaf1;
    font-weight: 700;
}
.poll-back-link {
    display: inline-flex;
    margin: 0 0 18px;
    color: inherit;
    font-weight: 700;
    text-decoration: none;
}
.poll-back-link:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}
.poll-vote-card {
    border: 1px solid rgba(36, 28, 18, .13);
    border-radius: 18px;
    background: #fffaf1;
    padding: clamp(20px, 4vw, 36px);
    box-shadow: 0 14px 34px rgba(30, 22, 12, .07);
}
.poll-vote-card h1,
.poll-vote-card h2 {
    margin: 0 0 10px;
    font-size: clamp(2rem, 5vw, 3.25rem);
    line-height: .98;
}
.poll-vote-card__deadline {
    display: inline-flex;
    margin: 0 0 18px;
    border-radius: 999px;
    padding: 7px 11px;
    background: rgba(232, 207, 157, .65);
    font-weight: 700;
}
.poll-vote-card__description {
    margin: 0 0 20px;
}
.poll-vote-card__form {
    display: grid;
    gap: 12px;
    margin-top: 20px;
}
.poll-choice {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(36, 28, 18, .13);
    border-radius: 18px;
    padding: 14px 16px;
    background: #ffffff;
    color: #151311;
    cursor: pointer;
}
.poll-choice:hover,
.poll-choice:focus-within {
    border-color: #111715;
    box-shadow: 0 8px 18px rgba(30, 22, 12, .08);
}
.poll-choice input {
    width: 18px;
    height: 18px;
    accent-color: #111715;
}
.poll-choice__content {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 10px;
}
.poll-choice__symbol,
.poll-choice__number {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #f0d9a8;
    color: #111715;
    font-weight: 800;
}
.poll-vote-card__submit {
    width: fit-content;
    margin-top: 4px;
}
.poll-evaluation {
    margin-top: 28px;
    border-top: 1px solid rgba(36, 28, 18, .13);
    padding-top: 22px;
}
.poll-evaluation__head {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}
.poll-evaluation__head h3 {
    margin: 0;
    font-size: 1.35rem;
}
.poll-evaluation__head span {
    font-weight: 700;
}
.poll-evaluation__row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 14px;
    padding: 12px 0;
}
.poll-evaluation__label {
    min-width: 0;
}
.poll-evaluation__track {
    grid-column: 1 / -1;
    overflow: hidden;
    height: 12px;
    border-radius: 999px;
    background: rgba(17, 23, 21, .09);
}
.poll-evaluation__bar {
    display: block;
    width: var(--poll-width, 0%);
    height: 100%;
    border-radius: inherit;
    background: #111715;
}
.poll-evaluation__votes {
    grid-column: 1 / -1;
    color: rgba(21, 19, 17, .72);
}
.polls-page-more {
    margin-top: 34px;
}
.polls-page-more h2 {
    margin: 0;
    font-size: clamp(1.55rem, 3vw, 2.25rem);
}
@media (max-width: 640px) {
    .poll-directory {
        grid-template-columns: 1fr;
    }
    .poll-vote-card h1,
    .poll-vote-card h2 {
        font-size: clamp(1.75rem, 12vw, 2.45rem);
    }
}
    .catbar--strong { height: 100px; min-height: 100px; box-sizing: border-box; align-items: stretch; }
    .catbar--strong .cat,
    .catbar--strong .cat--button { height: 100%; min-height: 0; padding: 9px 6px; gap: 7px; font-weight: 950; letter-spacing: .02em; line-height: 1.08; }
    .mood--selfcheck { height: auto; min-height: 172px; overflow: visible; display: grid; align-content: start; gap: 7px; padding: 16px 18px 14px; }
    .mood--selfcheck h3 { margin: 0; }
    .mood--selfcheck .question { margin: 0; font-size: 16px; line-height: 1.2; }
    .mood--selfcheck .mood-check { gap: 0; }
    .mood--selfcheck .mood-check__choices { gap: 8px; }
    .mood-check__hint { box-sizing: border-box; display: block; width: 100%; max-width: 218px; margin: 0 auto; text-align: center; font-size: 11.5px; line-height: 1.08; overflow-wrap: break-word; }
    .mood-check__hint span { display: block; }
    .mood-check__hint--button { border: 0; background: transparent; padding: 0; color: inherit; font-family: inherit; cursor: pointer; text-decoration: none; }
    .mood-check__hint--button span:first-child { font-weight: 950; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }
    .mood-check__hint--button:hover,
    .mood-check__hint--button:focus-visible { color: #8f3b36; outline: none; }
    .hero h2,
    .hero h2 a { overflow-wrap: anywhere; word-break: normal; hyphens: auto; }
    .relationships { overflow: visible; }
    .rel-title a,
    .rel-mini a,
    .joy-card strong { overflow-wrap: anywhere; word-break: normal; }
    .rel-title a,
    .rel-mini a { color: inherit; text-decoration: none; }
    .joy-box { height: auto; min-height: 486px; overflow: visible; }
    .joy-card { align-content: start; }
    .joy-card strong { max-height: none; overflow: visible; }
    @media (min-width: 761px) {
        .top-scrap { width: 236px; height: 82px; padding: 32px 0 0 70px; font-size: 16px; }
        .article-row .articles { grid-template-columns: repeat(6, minmax(0, 1fr)); }
        .hero { height: auto; min-height: 350px; padding-bottom: 25px; }
        .hero h2 { max-width: 335px; margin-bottom: 0; line-height: 1.04; }
        .relationships { display: grid; grid-template-columns: 260px 230px; grid-template-rows: auto auto auto; justify-content: start; align-content: start; gap: 12px 18px; height: auto; min-height: 486px; }
        .relationships .card-head { grid-column: 1 / -1; margin-bottom: 0; }
        .relationships > a { grid-column: 1; grid-row: 2; }
        .rel-img { width: 260px; height: 172px; }
        .rel-title { position: relative; left: auto; bottom: auto; grid-column: 1; grid-row: 3; align-self: start; width: 218px; margin: -3px auto 0; font-size: 17px; }
        .rel-list { position: static; grid-column: 2; grid-row: 2 / span 2; display: grid; width: 230px; gap: 10px; align-content: start; }
        .rel-mini { display: block; margin-bottom: 0; }
        .rel-mini img { width: 158px; height: 64px; margin-bottom: 6px; object-fit: cover; }
        .rel-mini span { display: block; min-width: 0; width: 230px; }
        .rel-mini:nth-child(n+4) { display: none; }
    }
    @media (max-width: 1180px) { .joy-box { min-height: 432px; } }
    @media (max-width: 760px) {
        .catbar--strong { height: auto; min-height: 0; grid-auto-rows: minmax(64px, auto); overflow: visible; }
        .catbar--strong .cat,
        .catbar--strong .cat--button { height: auto; min-height: 64px; padding: 8px 4px; }
        .mood-check__hint { max-width: 100%; font-size: 11.5px; }
        .joy-box { min-height: 0; }
        .rec-marquee { scrollbar-width: none; -webkit-mask-image: linear-gradient(90deg, #000 calc(100% - 34px), transparent 100%); mask-image: linear-gradient(90deg, #000 calc(100% - 34px), transparent 100%); }
        .rec-marquee::-webkit-scrollbar { display: none; }
        .rec-track { padding-right: 34px; }
    }
.sidebar-daily-tool {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 12px;
    color: inherit;
    text-decoration: none;
}
.sidebar-daily-tool h2,
.sidebar-daily-tool h3 {
    margin: 0;
    line-height: 1.05;
}
.sidebar-daily-tool p {
    margin: 0;
    color: rgba(21, 19, 17, .68);
    line-height: 1.35;
}
.sidebar-daily-tool--compat {
    border-color: rgba(200, 138, 144, .34);
    background:
        radial-gradient(circle at 90% 8%, rgba(255, 255, 255, .8) 0 18px, transparent 19px),
        linear-gradient(135deg, #fff5f4 0%, #f8decf 100%);
}
.sidebar-compat-form {
    display: grid;
    gap: 10px;
}
.sidebar-compat-form__fields {
    display: grid;
    gap: 8px;
}
.sidebar-compat-form label {
    display: grid;
    gap: 5px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}
.sidebar-compat-form input {
    width: 100%;
    min-width: 0;
    border: 1px solid rgba(20, 20, 18, .18);
    border-radius: 10px;
    padding: 9px 10px;
    background: rgba(255, 255, 255, .78);
    color: #111715;
    font: inherit;
}
.sidebar-compat-form button {
    justify-self: start;
    border: 0;
    border-radius: 999px;
    padding: 10px 15px;
    background: #111715;
    color: #fff9ef;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}
.sidebar-compat-form button:hover {
    transform: translateY(-1px);
}
.sidebar-daily-tool--zodiac {
    border-color: rgba(31, 59, 59, .18);
    background: #f4f7ed;
}
.sidebar-zodiac-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}
.sidebar-zodiac-grid__item {
    display: grid;
    min-width: 0;
    justify-items: center;
    gap: 4px;
    border: 1px solid rgba(31, 59, 59, .12);
    border-radius: 12px;
    padding: 8px 4px 7px;
    background: rgba(255, 255, 255, .66);
    color: #111715;
    text-align: center;
    text-decoration: none;
}
.sidebar-zodiac-grid__item:hover {
    border-color: rgba(17, 23, 21, .5);
    background: #fff;
}
.sidebar-zodiac-grid__icon {
    display: inline-flex;
    width: 26px;
    height: 26px;
    align-items: center;
    justify-content: center;
    color: #315b54;
}
.sidebar-zodiac-grid__icon svg {
    width: 100%;
    height: 100%;
}
.sidebar-zodiac-grid__item span:last-child {
    max-width: 100%;
    overflow: hidden;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.1;
    text-overflow: ellipsis;
}
.sidebar-daily-tool--mindful {
    min-height: 145px;
    border-color: rgba(17, 23, 21, .14);
    background:
        linear-gradient(135deg, rgba(17, 23, 21, .94), rgba(49, 91, 84, .9)),
        #111715;
    color: #fff8ec;
}
.sidebar-daily-tool.sidebar-daily-tool--mindful h2 {
    color: #fff !important;
}
.sidebar-daily-tool--mindful::after {
    content: "";
    position: absolute;
    right: -18px;
    bottom: -22px;
    width: 96px;
    height: 96px;
    border: 1px solid rgba(255, 248, 236, .26);
    border-radius: 50%;
    box-shadow: 0 0 0 18px rgba(255, 248, 236, .07);
}
.sidebar-daily-tool--mindful p {
    color: rgba(255, 248, 236, .72);
}
.sidebar-daily-tool__icon {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 248, 236, .16);
    color: inherit;
}
.sidebar-daily-tool__cta {
    display: inline-flex;
    width: max-content;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 9px 13px;
    background: #efd69c;
    color: #111715;
    font-weight: 800;
    text-decoration: none;
}
.sidebar-daily-tool__cta:hover {
    background: #fff0c4;
}
@media (max-width: 760px) {
    .sidebar-zodiac-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}
