:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:var(--color);background:var(--background);--color: #e0e0e0;--background: #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,h1,h2,h3,h4,h5,h6{margin:0}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,button.focused{outline:4px auto -webkit-focus-ring-color}.simulators-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:25px}@media screen and (max-width:1000px){.simulators-grid{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:600px){.simulators-grid{grid-template-columns:repeat(1,1fr)}}@media(prefers-color-scheme:light){:root{--color: #213547;--background: #ffffff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.combobox-component-container{display:inline-flex;flex-direction:column;gap:4px;font-family:sans-serif;width:auto;--label-color: #374151;--input-border-color: #d1d5db;--input-bg-color: #ffffff;--input-text-color: #111827;--input-focus-border-color: #3b82f6;--input-focus-shadow-color: rgba(59, 130, 246, .1);--toggle-color: #9ca3af;--toggle-hover-color: #4b5563;--dropdown-bg-color: #ffffff;--dropdown-border-color: #d1d5db;--dropdown-shadow-color: rgba(0, 0, 0, .1);--dropdown-item-color: #111827;--dropdown-item-hover-bg-color: #3b82f6;--dropdown-item-hover-text-color: #ffffff;--no-results-color: #6b7280}.combobox-component-container .combobox-component-label{font-weight:500;color:var(--label-color, #374151)}.combobox-component-container .combobox-component-input-wrapper{position:relative;display:inline-flex;align-items:center}.combobox-component-container .combobox-component-input-field{padding:8px 35px 8px 12px;border:1px solid var(--input-border-color, #d1d5db);border-radius:6px;outline:none;transition:border-color .2s,box-shadow .2s;background-color:var(--input-bg-color, #ffffff);color:var(--input-text-color, #111827)}.combobox-component-container .combobox-component-input-field:focus{border-color:var(--input-focus-border-color, #3b82f6);box-shadow:0 0 0 3px var(--input-focus-shadow-color, rgba(59, 130, 246, .1))}.combobox-component-container .combobox-component-dropdown-toggle{position:absolute;right:0;top:0;bottom:0;background:transparent;border:none;padding:0 10px;cursor:pointer;color:var(--toggle-color, #9ca3af);display:flex;align-items:center;justify-content:center}.combobox-component-container .combobox-component-dropdown-toggle:hover{color:var(--toggle-hover-color, #4b5563)}.combobox-component-container .combobox-component-dropdown-list{position:absolute;top:100%;left:0;right:0;z-index:50;margin-top:4px;padding:0;list-style:none;background-color:var(--dropdown-bg-color, #ffffff);border:1px solid var(--dropdown-border-color, #d1d5db);border-radius:6px;box-shadow:0 4px 6px -1px var(--dropdown-shadow-color, rgba(0, 0, 0, .1));max-height:200px;overflow-y:auto;width:max-content;min-width:100%}.combobox-component-container .combobox-component-dropdown-item{padding:8px 12px;color:var(--dropdown-item-color, #111827);cursor:pointer}.combobox-component-container .combobox-component-dropdown-item:hover{background-color:var(--dropdown-item-hover-bg-color, #3b82f6);color:var(--dropdown-item-hover-text-color, #ffffff)}.combobox-component-container .combobox-component-no-results{padding:8px 12px;color:var(--no-results-color, #6b7280);font-style:italic}@media(prefers-color-scheme:dark){.combobox-component-container{--label-color: #e0e0e0;--input-border-color: #4b5563;--input-bg-color: #1a1a1a;--input-text-color: #e0e0e0;--input-focus-border-color: #646cff;--input-focus-shadow-color: rgba(100, 108, 255, .2);--toggle-color: #9ca3af;--toggle-hover-color: #e0e0e0;--dropdown-bg-color: #242424;--dropdown-border-color: #4b5563;--dropdown-shadow-color: rgba(0, 0, 0, .5);--dropdown-item-color: #e0e0e0;--dropdown-item-hover-bg-color: #646cff;--dropdown-item-hover-text-color: #ffffff;--no-results-color: #9ca3af}}.barrier{overflow:hidden;width:373px;height:472px;position:relative;margin:0 auto;border-radius:8px;box-shadow:0 4px 6px #0000001a}.barrier .btop{position:absolute;border:1px solid #444;border-radius:2em/1em;height:1.5em;width:3em;background-color:#696b6f;left:.5em;top:17.2em;z-index:99}.barrier .bbody{position:absolute;top:18em;left:.5em;height:10em;width:3em;border:1px solid #444;background:linear-gradient(to top,#37383b 25%,#696b6f);z-index:100}.barrier .bbody .bbround{position:absolute;top:1.5em;left:.9em;width:1em;height:1em;border-radius:1em;background:#222426;border:1px solid #444}.barrier .bfooter{position:absolute;top:28em;left:.7em;width:2.6em;height:.3em;background-color:#222426;border:1px solid #444}.barrier .bshaft{position:absolute;top:19em;left:-15.5em;width:35em;height:2em;transition:transform 2s ease-out}.barrier .bshaft.rotate{transform:rotate(-90deg);transform-origin:center center}.barrier .bshaft .bshaftreal{position:absolute;top:0;left:16.5em;width:20em;height:2em;border:1px solid #444;background:linear-gradient(to top,#ccc 25%,#fff)}.barrier .bshaft .bshaftreal .sreddot{position:absolute;width:4em;height:.8em;top:-.01em;background:linear-gradient(to top,#900 25%,red);border:1px solid #444}.barrier .bshaft .bshaftreal .sreddot:first-child{left:6em}.barrier .bshaft .bshaftreal .sreddot:nth-child(2){left:14em}.barrier .bshaft .bshaftreal .sline{position:absolute;top:1em;width:100%;height:1px;background-color:#444}.barrier .bshaft .bshaftreal .sred{position:absolute;width:100%;height:.5em;border-top:1px solid #444;bottom:-.04em;background:linear-gradient(to top,#900 25%,red)}.barrier .bshaft .bshaftend{width:3em;height:2em;background-color:#222426;border-radius:1em/2em;position:absolute;border:1px solid #444;top:0;left:34em}
