:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;background-color:var(--bg-color);color:var(--text-color);transition:background-color .3s ease,color .3s ease}.app{display:flex;flex-direction:column;align-items:center;min-height:100vh}:root{--navbar-height: 58px;--primary-color: #007bff;--secondary-color: #6c757d;--bg-color: #fff;--text-color: #212529;--card-bg-color: #f8f9fa;--border-color: #dee2e6;--navbar-bg: #f8f9fa;--navbar-text: #007bff;--navbar-hover-bg: #e9ecef;--button-bg: #007bff;--button-text: #fff;--button-hover-bg: #0056b3}.container{max-width:960px;margin:calc(2rem + var(--navbar-height)) auto 2rem;padding:0 1rem}.navbar{background-color:var(--navbar-bg);padding:.5rem 1rem;box-shadow:0 2px 4px #0000001a;position:fixed;top:0;left:0;width:100%;z-index:1000;display:flex;justify-content:space-between;align-items:center}.navbar-brand{display:flex;align-items:center}.navbar-item{color:var(--navbar-text);padding:.5rem .75rem;text-decoration:none;display:block}.navbar-item.logo-text{font-weight:700;font-size:1.25rem}.navbar-item:hover{background-color:var(--navbar-hover-bg);border-radius:4px}.navbar-menu{display:flex;align-items:center}.navbar-start{display:flex;align-items:center;margin-right:auto}.navbar-end{display:flex;align-items:center}.navbar-burger{display:none;cursor:pointer;background:none;border:none;padding:.5rem}.navbar-burger span{display:block;width:20px;height:2px;background-color:var(--text-color);margin:4px 0;transition:all .3s ease-in-out}.section{margin-bottom:2rem;padding:1.5rem;background-color:var(--card-bg-color);border-radius:8px;border:1px solid var(--border-color)}.section h2{margin-bottom:1rem;color:var(--primary-color);font-size:1.75rem}.home-welcome-section{margin-left:auto;margin-right:auto}.text-box{margin-bottom:1.5rem;background-color:var(--bg-color);padding:1rem;border-radius:6px;border:1px solid var(--border-color)}.text-box-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.text-box-header h3{font-size:1.2rem;color:var(--text-color)}.text-box-header button{background-color:var(--button-bg);color:var(--button-text);border:none;padding:.5rem .75rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s ease}.text-box-header button:hover{background-color:var(--button-hover-bg)}.text-box-content{white-space:pre-wrap;word-wrap:break-word;background-color:var(--card-bg-color);padding:.75rem;border-radius:4px;border:1px solid var(--border-color);font-size:.95rem;text-align:left}.text-box-content .text-box-ordered-list{list-style-type:decimal!important;padding-left:40px!important;margin-top:.5rem;margin-bottom:.5rem}.text-box-content .text-box-ordered-list .text-box-list-item{display:list-item!important;padding-left:5px;margin-bottom:.25rem;text-align:left!important;white-space:normal!important}.presentation-deck-link{text-align:center;padding:1rem 0}.presentation-deck-link .button.is-primary{background-color:var(--button-bg);color:var(--button-text);padding:.75rem 1.5rem;text-decoration:none;border-radius:4px;font-size:1.1rem;transition:background-color .2s ease;display:inline-block;margin-bottom:1rem}.presentation-deck-link .button.is-primary:hover{background-color:var(--button-hover-bg)}.toast{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background-color:var(--primary-color);color:#fff;padding:10px 20px;border-radius:5px;box-shadow:0 2px 10px #0003;z-index:1001}@media (max-width: 768px){.navbar-menu{display:none;flex-direction:column;width:100%;position:absolute;top:58px;left:0;background-color:var(--navbar-bg);box-shadow:0 2px 4px #0000001a}.navbar-menu.is-active{display:flex}.navbar-start,.navbar-end{flex-direction:column;width:100%}.navbar-item{width:100%;text-align:left;border-bottom:1px solid var(--border-color)}.navbar-item:last-child{border-bottom:none}.navbar-burger{display:block}.navbar-brand .navbar-item.logo-text{margin-right:auto}}.instructions-page-section .text-box-content{color:#000!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif!important;font-size:inherit!important}
