*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--btn-bg-color: #3b82f6;--btn-text-color: #1e1e1e;--btn-border-color: #0c0c0c;--btn-hover-color: #fbfbfb;--btn-selected-bg: rgb(106, 106, 106);--btn-hover-bg: rgba(106, 106, 106, .61);--btn-selected-box-shadow: 0 0 0 3px rgba(9, 9, 9, .63);--bg-color: rgba(232, 232, 232, .89);--text-color: #1e1e1e;--secondary-color: rgba(200, 200, 200, .5);--secondary-hoover: rgba(200, 200, 200, .85);--transition-speed: .2s}body.dark-mode{--btn-bg-color: #3b82f6;--btn-text-color: #1e1e1e;--btn-border-color: #3b82f6;--btn-selected-color: #fbfbfb;--btn-selected-bg: rgba(83, 91, 242, .94);--btn-hover-bg: rgba(83, 91, 242, .4);--btn-selected-box-shadow: 0 0 0 3px rgba(255, 255, 255, .83);--bg-color: #2e2e2e;--text-color: #fbfbfb;--secondary-color: rgb(30, 30, 30);--secondary-hoover: rgb(16, 16, 16)}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:var(--bg-color);color:var(--text-color);transition:background-color var(--transition-speed),color var(--transition-speed);display:flex;justify-content:center;align-items:center;height:100vh;width:100vw}#root{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:2em;width:100%;height:100%;padding:2em}._selectorsContainer_9z2v5_1{display:flex;flex-direction:row;align-items:center;gap:2em;width:100%}@media screen and (max-width: 600px){._selectorsContainer_9z2v5_1{flex-direction:column}}._selectorPanel_oe72f_1{display:flex;justify-content:center;align-items:center;flex-direction:column;border:2px solid transparent;border-radius:10px;background:var(--secondary-color);padding:1em;gap:2em;height:15em;width:100%}._selectorPanel_oe72f_1:hover{background-color:var(--secondary-hoover)}._selectorPanel_oe72f_1 p{text-align:center;font-size:2em;font-weight:700}._optionsContainer_oe72f_23{display:flex;justify-content:center;align-items:center;flex-direction:row;gap:.5em;width:100%}._selectionButton_rstnb_1{display:inline-flex;justify-content:center;align-items:center;cursor:pointer}._selectionButton_rstnb_1._selected_rstnb_7{background:var(--btn-selected-bg);box-shadow:var(--btn-selected-box-shadow);color:var(--btn-hover-color)}._selectionButton_rstnb_1._disabled_rstnb_12{cursor:not-allowed;opacity:.5}._btn_sd6ad_1{padding:.5rem 1rem;border:2px solid var(--btn-border-color);background-color:transparent;color:var(--text-color);border-radius:5px;transition:background-color .2s ease,color .2s ease;width:5em;height:3em;outline:none;font-weight:700;font-size:1.5em}._btn_sd6ad_1:hover{background:var(--btn-hover-bg);color:var(--btn-hover-color)}._resultDisplay_18wrw_1{display:flex;justify-content:center;align-items:center;border:2px solid transparent;border-radius:10px;background:var(--secondary-color);padding:1em;gap:1em;height:15em;width:100%}
