:where(iframe) #navbar {    display: none !important;}.iframe-modal {    display: none;    position: fixed;    top: 0;    left: 0;    width: 100%;    height: 100%;    background-color: rgba(0,0,0,0.5);    z-index: 1000;}.iframe-container {    position: absolute;    top: 50%;    left: 50%;    transform: translate(-50%, -50%);    background-color: white;    padding: 20px;}.windowed-iframe-modal {    display: none;    position: fixed;    top: 0;    left: 0;    width: 100%;    height: 100%;    background-color: rgba(0,0,0,0.5);    z-index: 1000;}.windowed-iframe-container {    position: absolute;    top: 50%;    left: 50%;    transform: translate(-50%, -50%);    background-color: white;    border-radius: 8px;    border: 2px solid gray;    box-shadow: 0 2px 10px rgba(0,0,0,0.2);    overflow: hidden;    max-height: 100vh;    max-width: 90vw;   }.iframe-window-header {        background: linear-gradient(to bottom, #705775, #52445a);    padding: 6px 8px 6px 0px;    border-bottom: 1px solid #ddd;    display: flex;    justify-content: space-between;    align-items: center;    border-bottom: 1px solid #1a1b26;}.iframe-window-header .iframe-window-title {    font-size: 1em;    text-shadow: none;    color: #fff;    margin: 0;}.iframe-window-close-button {        color: #fff;    border: 1px solid red;    font-size: 1.1em;    font-weight: bold;    width: 24px;    height: 24px;    border-radius: 50%;    cursor: pointer;    padding: 0 5px;    background-color: rgba(255, 99, 71, 0.2);    transition: all 0.2s;}.iframe-window-close-button:hover {    color: #ff0000;    background-color: rgba(255, 99, 71, 0.4);}.windowed-iframe-content {    padding: 5px;    background-color: white;}body.dark-mode .windowed-iframe-content {    padding: 3px;    background-color: black;}body.dark-mode .iframe-window-header {      background: linear-gradient(to bottom, #a899a8, #7f6786);  border-bottom: 1px solid #000;  color: rgb(255, 246, 245);  -webkit-text-stroke-width: 0.1px;  -webkit-text-stroke-color: #FF00BF;}body.dark-mode .iframe-window-header .iframe-window-title {   color: rgb(255, 246, 245) !important;  -webkit-text-stroke-width: 0.1px;  -webkit-text-stroke-color: #FF00BF;}.in-small-iframe {    transform: scale(0.925);    transform-origin: top center;            max-height: calc(100vh / 0.925);}.windowed-iframe-content .default-size {    width: 820px;    height: 477px;}