.welcome-strip { padding: 7px 14px; text-align: center; background: #f3efe4; color: #193b30; border-bottom: 1px solid #d9dfd3; }
.welcome-strip button { border: 0; background: transparent; color: inherit; font: inherit; font-size: 12px; line-height: 1.5; cursor: pointer; }
.welcome-dialog { box-sizing: border-box; width: min(440px, calc(100% - 28px)); max-height: calc(100dvh - 32px); margin: auto; padding: 32px 28px 22px; border: 1px solid #d4d9c9; border-radius: 20px; background: #f7f4eb; color: #183e31; box-shadow: 0 24px 90px #051e3260; overflow: auto; font: 15px/1.55 Arial, sans-serif; }
.welcome-dialog::backdrop { background: #09291b99; backdrop-filter: blur(3px); }
.welcome-dialog h2 { font: 500 clamp(26px, 6vw, 34px)/1.14 Georgia, serif; letter-spacing: -.6px; margin: 14px 0; color: #183e31; }
.welcome-dialog p { margin: 12px 0; }
.welcome-eyebrow { font-size: 10px; letter-spacing: 1.5px; padding-right: 20px; }
.welcome-close { position: absolute; right: 8px; top: 8px; width: 40px; height: 40px; background: transparent; border: 0; border-radius: 50%; color: #183e31; font-size: 27px; cursor: pointer; }
.welcome-primary { display: block; padding: 13px; margin-top: 21px; border-radius: 8px; text-align: center; background: #183e31; color: #fff !important; text-decoration: none; font-weight: 600; }
.welcome-login { display: block; padding: 12px 0; text-align: center; color: #183e31; font-size: 13px; }
.welcome-conditions { font-size: 12px; line-height: 1.55; }
.welcome-conditions summary { cursor: pointer; text-decoration: underline; }
.welcome-explore { display: block; margin: 15px auto 0; padding: 9px; border: 0; background: transparent; color: #183e31; font: inherit; font-size: 13px; cursor: pointer; }
[data-welcome] { padding: 13px 15px; margin: 16px 0; border: 1px solid #ccd7c9; border-radius: 10px; background: #f3f1e8; color: #183e31; font-size: 13px; line-height: 1.5; }
[data-welcome] p { margin: 0 0 8px; color: inherit; }
[data-welcome] a { color: #183e31; text-decoration: underline; }
[data-welcome] .welcome-actions { display: flex; flex-wrap: wrap; gap: 8px 16px; margin: 8px 0; }
[data-welcome] button { border: 1px solid #183e31; border-radius: 6px; padding: 7px 13px; color: #183e31; background: transparent; cursor: pointer; }
[data-welcome] .welcome-conditions p { margin: 6px 0; }
.welcome-dialog :focus-visible, .welcome-strip :focus-visible, [data-welcome] :focus-visible { outline: 2px solid #447653; outline-offset: 3px; }
@media (max-width: 360px) { .welcome-dialog { padding: 26px 20px 16px; font-size: 14px; } .welcome-dialog h2 { font-size: 27px; } }
