.ef-cc-bar {
    position: fixed;
    left: 1rem;
    right: auto;
    bottom: 1rem;
    z-index: 90;
    max-width: min(28rem, calc(100vw - 2rem));
    margin: 0;
    padding: 1.15rem 1.2rem 1.1rem;
    background: rgba(18, 18, 18, .94);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 1rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .45);
    color: #d1d5db;
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
}
@media (min-width: 640px) {
    .ef-cc-bar, .ef-cc-bean { left: 1.25rem; }
}
.ef-cc-bar h2 {
    margin: 0 0 .4rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -.02em;
}
.ef-cc-bar p {
    margin: 0 0 1rem;
    font-size: .8125rem;
    line-height: 1.5;
    color: #9ca3af;
}
.ef-cc-row {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}
.ef-cc-btn {
    flex: 1 1 auto;
    min-height: 40px;
    border: 0;
    border-radius: .6rem;
    font-size: .8125rem;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
}
.ef-cc-accept {
    background: #C17754;
    color: #fff;
}
.ef-cc-accept:hover { background: #a05a3a; }
.ef-cc-reject {
    background: transparent;
    color: #e5e7eb;
    border: 1px solid rgba(255, 255, 255, .12);
}
.ef-cc-reject:hover { background: rgba(255, 255, 255, .05); }
.ef-cc-bean {
    position: fixed;
    left: 1rem;
    right: auto;
    bottom: 1rem;
    z-index: 89;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 999px;
    background: #121212;
    color: #C17754;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .35);
}
.ef-cc-bean svg { width: 22px; height: 22px; }
.ef-cc-bean:hover { border-color: #C17754; }
.ef-cc-hidden { display: none !important; }
.ef-cc-bean.ef-cc-show { display: flex; }
.ef-cc-links {
    margin: 0 0 .85rem;
    font-size: .75rem;
}
.ef-cc-links a { color: #C17754; text-decoration: none; }
.ef-cc-links a:hover { text-decoration: underline; }

html.legal-page {
    height: 100%;
}
html.legal-page body {
    min-height: 100%;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    margin: 0;
}
html.legal-page .legal-wrap {
    flex: 1 0 auto;
}
html.legal-page > body > footer {
    margin-top: auto;
    flex-shrink: 0;
}

.legal-wrap {
    max-width: 44rem;
    width: 100%;
    margin: 0 auto;
    padding: 8rem 1.25rem 3rem;
}
.legal-kicker {
    font-size: .75rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #C17754;
    margin: 0 0 .4rem;
}
.legal-wrap h1 {
    margin: 0 0 .5rem;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -.03em;
}
.legal-meta { color: #6b7280; font-size: .875rem; margin: 0 0 1.75rem; }
.legal-wrap h2 {
    margin: 2rem 0 .75rem;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 650;
}
.legal-wrap p, .legal-wrap li { line-height: 1.65; color: #9ca3af; }
.legal-wrap ul { padding-left: 1.15rem; margin: 0 0 1rem; }
.legal-wrap li { margin: .4rem 0; }
.legal-wrap a { color: #C17754; }
.legal-wrap strong { color: #e5e7eb; }
.legal-wrap code {
    font-size: .85em;
    color: #e5e7eb;
    background: rgba(255,255,255,.06);
    padding: .1rem .35rem;
    border-radius: 4px;
}
.legal-table-wrap { overflow-x: auto; margin: 1rem 0 1.5rem; }
.legal-table { width: 100%; border-collapse: collapse; font-size: .8125rem; }
.legal-table th, .legal-table td {
    text-align: left;
    padding: .7rem .6rem;
    border-bottom: 1px solid rgba(255,255,255,.08);
    vertical-align: top;
}
.legal-table th { color: #9ca3af; font-weight: 600; }
.legal-footer-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    font-size: .875rem;
}
.legal-footer-links a {
    color: #6b7280;
    text-decoration: none;
}
.legal-footer-links a:hover { color: #C17754; }
