.dam-access-wrap { max-width: 560px; }
.dam-access-form { display: grid; gap: 14px; }
.dam-field { display: grid; gap: 6px; }
.dam-field label { font-weight: 600; }
.dam-field input[type="text"], .dam-field input[type="email"], .dam-field input[type="tel"], .dam-field select { width: 100%; box-sizing: border-box; padding: 10px 12px; }
.dam-consent label { font-weight: 400; display: flex; gap: 8px; align-items: flex-start; }
.dam-submit { cursor: pointer; padding: 11px 18px; }
.dam-message { padding: 10px 12px; margin-bottom: 14px; border: 1px solid currentColor; }
.dam-hp { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.dam-role-switcher { max-width: 760px; padding: 14px; border: 1px solid currentColor; background: Canvas; color: CanvasText; box-sizing: border-box; }
.dam-role-switcher-heading { display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; align-items: center; margin-bottom: 10px; }
.dam-role-switcher-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.dam-role-button { cursor: pointer; padding: 9px 12px; text-align: left; }
.dam-role-button small { display: block; font-size: .78em; opacity: .75; margin-top: 2px; }
.dam-role-button.is-current { cursor: default; font-weight: 700; opacity: .7; }
.dam-role-switcher-auto { position: fixed; right: 18px; bottom: 18px; z-index: 99999; width: min(760px, calc(100vw - 36px)); box-shadow: 0 8px 30px rgba(0,0,0,.18); }
.dam-thank-you-body { min-height: 100vh; margin: 0; display: grid; place-items: center; background: #f7f7f5; color: #181818; }
.dam-thank-you { width: min(680px, calc(100vw - 32px)); box-sizing: border-box; padding: 36px; border: 1px solid #d9d6ce; background: #fff; text-align: center; }
.dam-thank-you-loading { display: grid; gap: 14px; justify-items: center; }
.dam-thank-you-spinner { width: 36px; height: 36px; border: 3px solid #d9d6ce; border-top-color: #181818; border-radius: 50%; animation: dam-spin 900ms linear infinite; }
.dam-thank-you-ready { display: none; }
.dam-thank-you-ready.is-visible { display: block; }
.dam-thank-you h1 { margin: 0 0 14px; font-size: 34px; line-height: 1.15; }
.dam-thank-you p { font-size: 16px; line-height: 1.55; }
.dam-access-button { display: inline-block; margin-top: 10px; padding: 12px 18px; background: #181818; color: #fff; text-decoration: none; }
.dam-access-button:hover, .dam-access-button:focus { color: #fff; }
.dam-access-link { word-break: break-all; font-size: 13px !important; opacity: .78; }
@keyframes dam-spin { to { transform: rotate(360deg); } }
@media (max-width: 600px) { .dam-role-switcher-auto { right: 10px; bottom: 10px; width: calc(100vw - 20px); } }
