body { font-family: 'Segoe UI', 'Helvetica Neue', sans-serif; font-size: 1.125em; line-height: 1.6; color: #2c3e50; background: linear-gradient(to bottom right, #f9fdfc, #eef8f6); margin: 0; padding: 0 2em; } h1, h2, h3, h4, h5 { font-weight: 600; color: #1a6e5c; margin-top: 1.5em; margin-bottom: 0.5em; line-height: 1.2; } h1 { font-size: 2.5em; } h2 { font-size: 2em; } h3 { font-size: 1.75em; } h4 { font-size: 1.5em; } h5 { font-size: 1.25em; } p, li { font-size: 1em; color: #2c3e50; } .fig-caption { font-size: 0.9em; font-style: italic; color: #5d6d7e; margin-top: 0.5em; text-align: center; } .fig-legend { font-size: 0.9em; color: #2c3e50; border-left: 0.3em solid #1abc9c; padding: 0.5em; margin: 0 0 1em 0; } table { width: 100%; border-collapse: collapse; margin: 1.5em 0; font-size: 1em; background-color: #ffffff; box-shadow: 0 0.2em 0.5em rgba(0, 0, 0, 0.05); } th, td { border: 0.05em solid #d5eae5; padding: 0.75em 1em; text-align: left; } th { background-color: #eaf7f4; color: #11695c; font-weight: bold; } tr:nth-child(even) { background-color: #f9fdfc; } button, .button { font-size: 1em; padding: 0.6em 1.2em; color: #fff; background-color: #1abc9c; border: none; border-radius: 0.4em; cursor: pointer; transition: background-color 0.3s ease; } button:hover, .button:hover { background-color: #16a085; } button:disabled, .button:disabled { background-color: #b2dcd5; cursor: not-allowed; } .tab-content { display: none; padding: 1em 1em; } .tab-content.active { display: block; } .tab-buttons { display: flex; max-width: 100%; justify-content: center; gap: 1em; margin-top: 1em auto; flex-wrap: wrap; text-align: center; } .tab-button { padding: 0.75em 1.25em; background-color: #e0f7f9; color: #014d4e; border: 0.08em solid #9dd7e5; border-radius: 0.4em; cursor: pointer; font-size: 1em; transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease; } .tab-button:hover { background-color: #c7eef2; border-color: #6ccfe0; color: #012f30; } .overview-table { display: table !important; margin: 0 auto; border-collapse: collapse; background: transparent; box-shadow: none; width: 80%; padding: 0; border: none; } .overview-table td { padding: 0.2em 0.4em; text-align: center; border: none; background: transparent; } .overview-table td:first-child { text-align: right; } .overview-table td:last-child { text-align: left; } .two-column-plot-text { display: flex; flex-wrap: wrap; gap: 1rem; justify-content: space-between; } .plot-column { flex: 0 0 var(--plot-width, 60%); min-width: 280px; } .text-column { flex: 1; min-width: 250px; } .collapsible-toggle { cursor: pointer; border: none; background: none; font-size: 1.2em; line-height: 1.5em; padding: 0; font-family: 'Segoe UI Symbol', 'Arial Unicode MS', sans-serif; border: 1px solid #ccc; border-radius: 50%; width: 1.5em; height: 1.5em; text-align: center; background-color: #f0f0f0; color: #333; } .collapsible-fixed { position: fixed; top: 1em; right: 1em; z-index: 1000; } .collapsible-toggle:focus { outline: 2px solid #555; } .collapsible-content { display: none; margin-top: 1em; padding: 1em; border: 1px solid #ccc; background-color: #f9f9f9; max-width: 100%; width: 100%; box-sizing: border-box; word-wrap: break-word; z-index: 1; position: relative; } .collapsible-fixed + .collapsible-content { position: fixed; top: 3.5em; right: 1em; width: 90%; max-height: 50vh; overflow-y: auto; z-index: 999; box-shadow: 0 2px 6px rgba(0,0,0,0.2); } .download-button { font-family: 'Apple Color Emoji', 'Segoe UI Emoji', 'Noto Color Emoji', sans-serif; font-size: 1.5em; width: 2em; height: 2em; padding: 0; text-align: center; justify-content: center; align-items: center; display: inline-flex; border-radius: 50%; background-color: #f0f0f0; border: 1px solid #ccc; margin: 0.25em; } .download-button:focus { outline: 2px solid #555; } .download-button-fixed { position: fixed; top: 1em; z-index: 1000; } .download-button-float-right { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 0.5em; } .download-button-float-left { display: flex; justify-content: flex-start; flex-wrap: wrap; gap: 0.5em; } .border-rounded { border-radius: 0.5em; } .border-square { border-radius: 0; } .border-circle { border-radius: 50%; } .grid-container { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; gap: 0; width: 100%; box-sizing: border-box; padding: 0; } .grid-container.max-5-columns .plot-wrapper { flex: 0 0 calc(100% / 5); } .grid-container.max-6-columns .plot-wrapper { flex: 0 0 calc(100% / 6); } .plot-wrapper { flex: 1 1 300px; display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; padding: 0; box-sizing: border-box; } .plot-inner { width: 100%; height: auto; position: relative; padding: 0; margin: 0 auto; } .plot-inner svg { display: block; } .plot-inner:hover .fullscreen-toggle { display: inline-block; } .hover-button-container { position: relative; } .fullscreen-toggle-old { display: none; position: absolute; bottom: 4px; right: 4px; background: white; border: 1px solid #ccc; border-radius: 4px; padding: 2px; cursor: pointer; z-index: 10; } .fullscreen-toggle { display: none; position: absolute; top: 10px; right: 10px; background: white; border: 1px solid #ccc; border-radius: 4px; padding: 4px; cursor: pointer; z-index: 10; } .hover-button-container:hover .fullscreen-toggle { display: inline-block; } .plot-inner.fullscreen { position: fixed !important; top: 0; left: 0; width: 100vw !important; height: 100vh !important; background: white; z-index: 9999; overflow: auto; padding: 1rem; } .ggiraph-toolbar-icon.fullscreen { border: 0; cursor: pointer; display: inline-block; height: 15pt; width: 15pt; margin-left: 4px; padding: 0; stroke: #069; fill: #069; } .ggiraph-toolbar-icon.fullscreen:hover { stroke: #333; fill: #333; } .plot-inner.fullpage-expanded-old { position: fixed !important; top: 0; left: 0; width: 100vw !important; height: 100vh !important; background: white; z-index: 9999; overflow: auto; padding: 1rem; } .tooltip_SVGID_ { position: fixed !important; z-index: 10001 !important; pointer-events: none; } .plot-inner.fullpage-expanded { position: fixed !important; isolation: isolate; inset: 0; width: 100%; height: 100vh; background: white; z-index: 9999; overflow: auto; padding: 0; box-sizing: border-box; } .plot-inner.fullpage-expanded-smallerfixed2 { position: fixed !important; top: 0; left: 0; height: 100vh; width: 100vw; display: flex; justify-content: center; align-items: center; background: rgba(255, 255, 255, 0.95); z-index: 9999; overflow: hidden; margin: 0; padding: 0; box-sizing: border-box; border: 2px dashed red; } .plot-inner.fullpage-expanded .girafe, .plot-inner.fullpage-expanded .html-widget { height: 100vh !important; width: auto !important; max-height: 100vh; max-width: 100vw; border: 2px solid blue; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } .plot-inner.fullpage-expanded-smallerfixed { position: fixed !important; top: 0; left: 0; width: 100vw; height: 100vh; display: flex; justify-content: center; align-items: center; background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(4px); z-index: 9999; overflow: hidden; box-sizing: border-box; padding: 0; } } */ .modal-overlay { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background-color: rgba(255, 255, 255, 0.95); z-index: 10000; display: none; justify-content: center; align-items: center; overflow: auto; } .modal-overlay.show { display: flex; } .modal-content { position: relative; max-width: 95%; max-height: 95%; background: white; border: 1px solid #ccc; padding: 1rem; overflow: auto; } .modal-content #closeFullBtn { position: absolute; top: 4px; right: 4px; background: transparent; border: none; font-size: 1.5rem; cursor: pointer; } .modal-body { width: 100%; height: 100%; overflow: auto; } .ggiraph-svg { width: 100% !important; height: 100% !important; } .plot-wrapper h2 { font-size: 1.2rem; margin-top: 0; margin-bottom: 0; padding: 0; text-align: center; } .collapsible-toggle { cursor: pointer; border: none; background: none; font-size: 1.2em; line-height: 1.5em; padding: 0; font-family: 'Segoe UI Symbol', 'Arial Unicode MS', sans-serif; border: 1px solid #ccc; border-radius: 50%; width: 1.5em; height: 1.5em; text-align: center; background-color: #f0f0f0; color: #333; vertical-align: middle; } .collapsible-toggle:focus { outline: 2px solid #555; } .collapsible-content { display: none; margin-top: 0.5em; padding: 0.5em; border: 1px solid #ddd; background-color: #f9f9f9; } .ahref-as-text { color: inherit; text-decoration: none; } @media (max-width: 768px) { body { font-size: 0.95em; padding: 1em; } h1 { font-size: 2em; } h2 { font-size: 1.75em; } h3 { font-size: 1.5em; } h4 { font-size: 1.3em; } h5 { font-size: 1.1em; } .stacked-table, .stacked-table tbody, .stacked-table tr { display: block; width: 100%; } .stacked-table thead { display: none; } .stacked-table td { display: block; text-align: left; position: relative; padding-left: 6em; padding-right: 1em; } .stacked-table td::before { content: attr(data-label); position: absolute; left: 1em; top: 0.4em; font-weight: bold; color: #11695c; white-space: nowrap; } .legend { font-size: 0.85em; padding: 0.6em; } button, .button { width: 100%; font-size: 1.1em; padding: 0.8em; } .grid-container { flex-direction: column; align-items: stretch; } .plot-wrapper { width: 100%; } .two-column-plot-text { flex-direction: column; } .plot-column, .text-column { flex: 1 1 100% !important; width: 100% !important; } } .citation { margin: 2em auto; padding: 1em 1.5em; max-width: 900px; background: #f9f9f9; border-right: 5px solid #007b8f; box-shadow: 0 0.2em 0.4em rgba(0, 0, 0, 0.05); margin-left: auto; margin-right: 0; display: flex; flex-direction: column; } .citation blockquote { font-style: italic; margin: 0 0 0.5em; color: #333; } .citation .attribution { font-size: 0.95em; text-align: right; align-self: flex-end; } .citation .attribution a { text-decoration: none; } .citation .attribution a:hover { text-decoration: underline; } .semi-strong { font-weight: 500; } @media print { body { font-size: 0.95em; color: #000; background: #fff; } .tab-buttons { display: none; } .tab-content { display: block !important; page-break-after: auto; page-break-inside: avoid; break-inside: avoid; } .tab-content:last-child { page-break-after: auto; } .download-button-float-right { display: none !important; } .download-button-float-left { display: none !important; } .print-only { display: block !important; } .print-only .collapsible-content { display: block !important; } }
