.dlabel[role="button"] { pointer-events: auto; cursor: pointer; color: #aaa; min-height: 44px; padding: 8px 2px; letter-spacing: 0; }
.dlabel:empty { pointer-events: none; }
#lbl-contact { transform: translate(-50%, -100%); }
.dlabel:focus-visible, .site-footer-links button:focus-visible { outline: 2px solid white; outline-offset: 4px; }
.site-purpose { max-width: 420px; margin: 0; text-align: center; color: #bdbdbd; font-size: 14px; line-height: 1.6; letter-spacing: 0; }
.newsletter-invite { color: #eee; font-size: 14px; line-height: 1.6; text-align: center; letter-spacing: 0; }
.site-footer-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.site-footer-links button { background: none; border: 0; color: #aaa; min-height: 44px; cursor: pointer; font: inherit; font-size: 12px; letter-spacing: 0; }
.site-dialog { box-sizing: border-box; width: min(520px, calc(100% - 32px)); max-height: calc(100dvh - 32px); overflow-y: auto; padding: 32px; border: 1px solid #444; border-radius: 8px; background: #111; color: #eee; font: 15px/1.6 Arial, sans-serif; letter-spacing: 0; }
.site-dialog::backdrop { background: rgba(0,0,0,.85); }
.site-dialog { margin: auto; }
.site-dialog h2 { font: 40px/1.1 Georgia, serif; margin: 12px 32px 16px 0; letter-spacing: 0; }
.site-dialog p { color: #bbb; }
.site-dialog a { color: #fff; }
.dialog-close { position: absolute; right: 8px; top: 8px; width: 44px; height: 44px; border: 0; background: none; color: white; font-size: 28px; cursor: pointer; }
#contact-form { display: grid; gap: 14px; }
#contact-form label { display: grid; gap: 5px; }
#contact-form label span { color: #aaa; display: contents; }
#contact-form input, #contact-form textarea { box-sizing: border-box; width: 100%; min-width: 0; padding: 12px; border: 1px solid #666; border-radius: 4px; color: white; background: #1b1b1b; font: 16px/1.4 Arial, sans-serif; }
#contact-form textarea { resize: vertical; }
.site-dialog .form-note { font-size: 12px; margin: 0; }
.contact-send { display: inline-block; box-sizing: border-box; background: #eee; border: 0; border-radius: 4px; padding: 14px 20px; color: #111 !important; font: 16px Arial, sans-serif; text-decoration: none; cursor: pointer; }
.contact-send:disabled { opacity: .5; cursor: wait; }
#contact-status { margin: 0; }
@media (max-width: 480px) { .site-dialog { padding: 24px; } .site-dialog h2 { font-size: 32px; } .dlabel[role="button"] { font-size: 16px; } }
