.sm-cookie-notice { position: fixed; z-index: 120; right: 22px; bottom: 22px; width: min(430px, calc(100vw - 32px)); display: flex; align-items: center; gap: 14px; border: 1px solid #dbe3ef; border-radius: 16px; padding: 15px; background: #fff; color: #1e293b; box-shadow: 0 18px 48px rgba(15, 23, 42, .18); }
.sm-cookie-notice[hidden] { display: none; }
.sm-cookie-notice p { flex: 1; margin: 0; font-size: 12px; line-height: 1.55; }
.sm-cookie-notice a { color: #4f46e5; font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }
.sm-cookie-notice button { flex: 0 0 auto; border: 0; border-radius: 9px; padding: 9px 13px; background: #4f46e5; color: #fff; cursor: pointer; font: inherit; font-size: 12px; font-weight: 700; }
.dark .sm-cookie-notice { border-color: #334155; background: #111827; color: #e2e8f0; }
.dark .sm-cookie-notice a { color: #a5b4fc; }
.sm-auth-legal-links { position: fixed; z-index: 20; left: 50%; bottom: 14px; display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 16px; width: min(720px, calc(100% - 32px)); transform: translateX(-50%); }
.sm-auth-legal-links a { color: var(--muted-foreground); font-size: 11px; text-decoration: none; }
.sm-auth-legal-links a:hover { color: var(--primary); text-decoration: underline; }
.sm-legal-page { min-height: 70vh; padding-bottom: 90px; }
.sm-legal-hero { border-bottom: 1px solid var(--mkt-border); padding: 150px 0 58px; background: radial-gradient(circle at 15% 10%, color-mix(in srgb, var(--mkt-primary) 12%, transparent), transparent 32%), var(--mkt-surface-soft); }
.sm-legal-hero h1 { max-width: 850px; margin: 22px 0 14px; color: var(--mkt-text); font-size: clamp(34px, 5vw, 56px); line-height: 1.08; letter-spacing: -.045em; }
.sm-legal-hero p { max-width: 850px; margin: 0; color: var(--mkt-muted); font-size: 15px; line-height: 1.75; }
.sm-legal-hero small { display: block; margin-top: 18px; color: var(--mkt-muted); font-size: 11px; }
.sm-legal-layout { display: grid; grid-template-columns: 270px minmax(0, 1fr); align-items: start; gap: 42px; padding-top: 48px; }
.sm-legal-operator { position: sticky; top: 112px; display: grid; gap: 8px; border: 1px solid var(--mkt-border); border-radius: 16px; padding: 20px; background: var(--mkt-surface); color: var(--mkt-muted); font-size: 12px; line-height: 1.55; overflow-wrap: anywhere; }
.sm-legal-operator strong { margin-bottom: 4px; color: var(--mkt-text); font-size: 13px; }
.sm-legal-operator a { color: var(--mkt-primary); }
.sm-legal-content { min-width: 0; }
.sm-legal-content > section { border-bottom: 1px solid var(--mkt-border); padding: 0 0 34px; }
.sm-legal-content > section + section { padding-top: 34px; }
.sm-legal-content h2 { margin: 0 0 15px; color: var(--mkt-text); font-size: 22px; letter-spacing: -.025em; }
.sm-legal-content p, .sm-legal-content li { color: var(--mkt-muted); font-size: 13px; line-height: 1.8; }
.sm-legal-content p { margin: 0 0 12px; }
.sm-legal-content ul { display: grid; gap: 8px; margin: 0; padding-left: 20px; }
.sm-legal-table-wrap { overflow-x: auto; margin-top: 18px; border: 1px solid var(--mkt-border); border-radius: 14px; }
.sm-legal-table-wrap table { width: 100%; border-collapse: collapse; background: var(--mkt-surface); }
.sm-legal-table-wrap th, .sm-legal-table-wrap td { min-width: 170px; border-bottom: 1px solid var(--mkt-border); padding: 13px 14px; text-align: left; vertical-align: top; font-size: 11px; line-height: 1.55; }
.sm-legal-table-wrap th { color: var(--mkt-text); background: var(--mkt-surface-soft); font-weight: 800; }
.sm-legal-table-wrap td { color: var(--mkt-muted); }
.sm-legal-table-wrap tr:last-child td { border-bottom: 0; }
@media (max-width: 820px) {
    .sm-legal-layout { grid-template-columns: 1fr; }
    .sm-legal-operator { position: static; }
    .sm-auth-legal-links { position: static; margin: -8px auto 18px; transform: none; }
}
@media (max-width: 560px) {
    .sm-cookie-notice { right: 16px; bottom: 16px; align-items: stretch; flex-direction: column; }
    .sm-cookie-notice button { width: 100%; }
    .sm-legal-hero { padding-top: 122px; }
}
.sm-preference-layout { display: grid; gap: 18px; max-width: 760px; padding-top: 50px; padding-bottom: 80px; }
.sm-preference-layout form, .sm-preference-message { display: grid; gap: 18px; border: 1px solid var(--mkt-border); border-radius: 16px; padding: 24px; background: var(--mkt-surface); color: var(--mkt-muted); }
.sm-preference-layout form[hidden], .sm-preference-message[hidden] { display: none; }
.sm-preference-layout h2 { margin: 0; color: var(--mkt-text); font-size: 20px; line-height: 1.45; }
.sm-preference-message { grid-template-columns: auto 1fr; align-items: center; }
.sm-preference-message i { color: var(--mkt-primary); font-size: 22px; }
.sm-preference-message.success { border-color: color-mix(in srgb, #16a34a 38%, var(--mkt-border)); }
.sm-preference-message.success i { color: #16a34a; }
.sm-preference-links { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.sm-preference-links a { color: var(--mkt-primary); font-size: 12px; font-weight: 700; text-decoration: none; }
.sm-preference-links a:hover { text-decoration: underline; }
