:root{--secondary-bg: black;--secondary-text: white;--unsupported-bg: #ffcccc;--unsupported-text: #660000}html,body{overscroll-behavior:none}.overlay{z-index:10;font-size:12px;line-height:1;letter-spacing:.02em;text-transform:uppercase;font-weight:300;user-select:none;-webkit-user-select:none;transition:background-color .15s linear,color .15s linear}.overlay .overlay-single-line{padding:8px 10px}.overlay:not(a){display:inline-flex;gap:6px;background:transparent;padding:0}.overlay a,.overlay a:visited{text-decoration:none}.overlay button{border:none;cursor:pointer;font:inherit;text-transform:inherit;letter-spacing:inherit}.overlay *{background:var(--secondary-bg);color:var(--secondary-text)}.overlay.unsupported *{color:var(--unsupported-text);background-color:var(--unsupported-bg);padding:8px 10px}.overlay a:hover{background:var(--secondary-text);color:var(--secondary-bg)}#splash-overlay{position:fixed;top:16px;left:16px;display:flex;flex-direction:column;gap:6px;align-items:flex-start}#splash-overlay .splash-overlay-row{display:inline-flex;align-items:center;gap:6px;background:transparent!important;padding:0!important}#splash-overlay.overlay .splash-description-row{display:inline-flex;width:auto}#splash-overlay.overlay .splash-description-row[hidden]{display:none!important}#splash-overlay.overlay .splash-description{display:block;max-width:460px;background:transparent!important;line-height:2.2;text-align:left}#splash-overlay .splash-description-text{display:inline;background:var(--secondary-bg);color:var(--secondary-text);padding:4px 8px;box-decoration-break:clone;-webkit-box-decoration-break:clone;text-transform:none;letter-spacing:normal;white-space:normal;line-height:normal;margin:0}#unsupported-overlay{position:fixed;bottom:16px;left:16px;right:16px}
