body,html{max-width:100%;overflow-x:hidden}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.button-stop-game{grid-area:stop-button;grid-area:_stop}.button-pause-game{grid-area:pause-button;grid-area:_pause}.button-pause-game,.button-stop-game{display:flex;flex-direction:column;justify-content:center;align-items:center;border:none;box-shadow:0 3px 8px rgba(0,0,0,.24);cursor:pointer;background:#fff;color:green}.button-pause-game.not-playing,.button-stop-game.not-playing{opacity:.5}.button-pause-game.currently-playing,.button-stop-game.currently-playing{color:green}button.start-game-button{align-items:center;background:green;border:none;box-shadow:0 3px 8px rgba(0,0,0,.24);color:#fff;display:flex;flex-direction:column;font-size:2vw;font-weight:700;justify-content:center;padding:.5em;width:100%;cursor:pointer}button.start-game-button.is-playing{color:#16a085}.button-pause-game.is-paused,button.start-game-button.is-playing{opacity:.8;box-shadow:none;background:#f1f2f6}.game-dashboard-component-wrapper{grid-area:game-dashboard;position:relative;display:grid;grid-template-areas:"game-dashboard-grid-layout-intenal"}.game-dashboard-component-internal{background:#f1f2f6;padding:10px;display:flex;grid-gap:3px;gap:3px;flex-direction:column}#text-with-icon{padding:0 5px}.system-message-description{display:flex;align-items:center;font-size:.8em}.system-message-description.not-playing{color:#fff}.game-notifications-component-wrapper{grid-area:game-controls;display:grid;position:relative;grid-template-columns:10fr 1fr 1fr;grid-template-areas:"_start _pause _stop";grid-gap:.5555px;gap:.5555px}.game-notifications{grid-area:_start;padding:15px;display:grid;grid-template-columns:4fr 6.5fr 1.5fr;grid-template-areas:"game-recording game-timer system-messages"}.game-notifications.is-not-playing{background:green;box-shadow:0 3px 8px rgba(0,0,0,.24);border-radius:5px;cursor:pointer}.game-stopper{font-weight:700}.main-button-element{display:flex;align-items:center;justify-content:center}.main-button-element.main-button-game-status-icon{opacity:1;color:#fff}.main-button-element.main-button-game-status-icon.is-playing{opacity:.5;color:green}.game-title{grid-area:game-title;display:grid;grid-template-columns:10000000fr 1fr 1fr}.how-to-play-link{display:flex;align-items:center;cursor:pointer}.how-to-play-modal-close,.how-to-play-modal-description{background:#fff;padding:10px}.how-to-play-modal-close{justify-content:center;display:flex}.game-settings-modal,.how-to-play-modal{display:flex;flex-direction:column;position:absolute;top:0;right:0;padding:10px 3px;width:100%;z-index:555;box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);box-shadow:var(--box-shadow-game-layout-panel);background:#f1f2f6;border:1px solid #54a0ff}.game-setting{background:#fff;position:relative;padding:5px}.game-settings-input-error{background:red;color:#fff}.error-caption{color:red}.game-save-settings{grid-area:game-save-settings;display:flex;justify-content:center;align-items:flex-start;position:relative}.game-save-settings-ok-message{position:absolute;bottom:100%;color:green}.layout-component-wrapper.game-score{grid-area:game-score}.game-score-section{display:flex;flex-direction:column;align-items:center;text-align:center;background:#f1f2f6;justify-content:space-between;padding:0 5px}.game-score-category,.game-score-value{font-size:1em}.game-score-wrapper{display:flex;flex-direction:column;justify-content:space-around;background:#f1f2f6;height:100%}.game-timer{grid-area:game-timer;background:#6495ed}.game-board-component-wrapper{grid-area:game-board;grid-template-areas:"game-board-component-internal"}.game-board-component-internal{grid-area:game-board-component-internal;display:grid;grid-template-columns:8fr 2fr;grid-template-rows:auto auto auto;grid-template-areas:"number-from-computer close-number" "user-number open-number" "skip-and-next-number skip-and-next-number";grid-gap:10px;gap:10px}.number-from-computer{grid-area:number-from-computer;background:#78e08f;position:relative;display:flex;align-items:center;justify-content:center;color:#fff;flex-direction:column;grid-gap:5px;gap:5px}.close-number{grid-area:close-number}.close-number,button.close-number-button{display:flex;align-items:center;justify-content:center;width:100%;height:100%}button.close-number-button{border:none;box-shadow:0 3px 8px rgba(0,0,0,.24);background:#16a085;color:#fff;font-size:120%;padding:10px;flex-direction:column;grid-gap:5px;gap:5px;cursor:pointer}button.close-number-button:hover,button.open-number-button:hover{-webkit-filter:contrast(120%);filter:contrast(120%)}button.close-number-button:active,button.open-number-button:active{-webkit-filter:contrast(140%);filter:contrast(140%)}.open-number{grid-area:open-number}.open-number,.open-number-button{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.open-number-button{border:none;box-shadow:0 3px 8px rgba(0,0,0,.24);background:green;background:#16a085;color:#fff;font-size:120%;padding:10px;flex-direction:column;grid-gap:5px;gap:5px;cursor:pointer}.user-number{grid-area:user-number;background:#78e08f;display:flex;align-items:center;justify-content:center;position:relative;color:#fff;flex-direction:column}.correct-input{background:#7fff00;color:#fff}.skipped-input{background:#ff69b4;color:#fff}.tutorial-start-button-tooltip{top:calc(69% + 20px)!important}.game-tutorial-modal{position:fixed;background:#000;opacity:1%;height:100%;width:100%;top:0;left:0}.z-index-tutorial{position:relative;z-index:8}.close-number,.game-dashboard-game-settings,.open-number{position:relative;display:flex;align-items:center;justify-content:center}.arrow-up-tooltip{position:absolute;top:calc(100% + 20px);padding:10px;color:#000;background:#ff0}.arrow-up-tooltip:after{content:"";position:absolute;bottom:100%;right:50%;margin-right:-10px;border:10px solid transparent;border-bottom-color:#ff0}.arrow-right-tooltip{position:absolute;right:calc(100% + 20px);padding:10px;color:#000;background:#9acd32}.arrow-right-tooltip:after{content:"";position:absolute;left:100%;top:50%;margin-top:-10px;border:10px solid transparent;border-left-color:#9acd32}.arrow-left-tooltip{position:absolute;left:calc(100% + 20px);padding:10px;color:#000;background:pink}.arrow-left-tooltip:after{content:"";position:absolute;right:100%;top:50%;margin-top:-10px;border:10px solid transparent;border-right-color:pink}.arrow-down-tooltip{position:absolute;bottom:calc(100% + 20px);padding:10px;color:#fff;background:#00f}.arrow-down-tooltip:after{content:"";position:absolute;top:100%;left:50%;margin-left:-10px;border:10px solid transparent;border-top-color:#00f}.tutorial-number-from-computer{bottom:80%!important}.tutorial-number-user-number-correct-tooltip{z-index:888;bottom:80%}._game-tutorial-next-step,._game-tutorial-prev-step{background:inherit;color:inherit;border:1px solid #fff;margin:5px}.tutorial-game-settings-sequence-length-tooltip{z-index:888}.game-title .how-to-play-link-text{font-weight:700}.skipped-number{background:#f1c40f;color:#fff}.game-settings-button{border:none;background:no-repeat;cursor:pointer}.timer-time-area{margin-left:5px}.is-playing{color:green}.is-not-playing{color:#fff}.tutorial-close-number-button-tooltip{background-color:#f1c40f;z-index:888!important}.tutorial-number-user-number-tooltip{z-index:888!important}.model-title{text-align:center}button.next-number-button,button.skip-number-button{justify-content:center;flex-direction:column;align-items:center;border:none;font-size:120%;padding:10px;display:flex;grid-gap:5px;gap:5px;height:100%;width:100%;cursor:pointer;background:#2e86de;color:#fff;box-shadow:0 3px 8px rgba(0,0,0,.24)}.skip-and-next-number{grid-area:skip-and-next-number;background:#f1f2f6;display:flex;align-items:center;justify-content:center;grid-gap:10px;gap:10px}.next-number,.skip-number{height:100%;width:100%;position:relative}.game-element-not-active{opacity:.3}.number-from-computer-input-and-icon,.user-input-and-icon{display:flex;align-items:center}.wrapper.dark-theme-mode .bubbles{display:none}.wrapper.dark-theme-mode .layout-component-wrapper,.wrapper.dark-theme-mode .number-from-computer,.wrapper.dark-theme-mode .user-number,.wrapper.dark-theme-mode input{border:1px solid #9acd32}.wrapper.dark-theme-mode .game-element-not-active{opacity:1}.wrapper.dark-theme-mode .game-notifications.is-not-playing,.wrapper.dark-theme-mode button.button-pause-game,.wrapper.dark-theme-mode button.button-stop-game,.wrapper.dark-theme-mode button.start-game-button{border:2px solid green;color:green;background:transparent}.wrapper.dark-theme-mode .pause-game-icon>path,.wrapper.dark-theme-mode .pause-game-text,.wrapper.dark-theme-mode .start-game-icon>path,.wrapper.dark-theme-mode .start-game-text,.wrapper.dark-theme-mode .stop-game-icon>path,.wrapper.dark-theme-mode .stop-game-text{color:green!important}.wrapper.dark-theme-mode .game-notifications.is-not-playing *,.wrapper.dark-theme-mode .game-status-icon.is-not-playing>path{color:red}.wrapper.dark-theme-mode .number-from-computer *,.wrapper.dark-theme-mode .user-number *{color:#78e08f}.wrapper.dark-theme-mode .number-from-computer,.wrapper.dark-theme-mode .user-number,.wrapper.dark-theme-mode input.number-from-computer-input,.wrapper.dark-theme-mode input.user-number-input{border:1px solid #78e08f}.wrapper.dark-theme-mode .close-number-button,.wrapper.dark-theme-mode .open-number-button{border:1px solid #16a085}.wrapper.dark-theme-mode .close-number *,.wrapper.dark-theme-mode .open-number *{color:#16a085}.wrapper.dark-theme-mode .game-notifications.is-playing *{color:#adff2f}.wrapper.dark-theme-mode button.start-game-button.is-playing{border:none!important}.wrapper.dark-theme-mode .skip-and-next-number *{color:#2e86de}.wrapper.dark-theme-mode .skip-and-next-number button{border:1px solid #2e86de}.single-digit-box{width:1em;font-size:120%}.single-digit-box::-webkit-inner-spin-button,.single-digit-box::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.single-digit-box[type=number]{-moz-appearance:textfield}.array-of-digit-boxes{display:flex;flex-wrap:wrap;flex-direction:row}.single-digit-box.new-user-input-box.correct-input{background:#adff2f;color:#fff}.number-from-computer,.user-number,button{border-radius:5px}:root{--box-shadow-game-layout-panel:rgba(60,64,67,0.3) 0px 1px 2px 0px,rgba(60,64,67,0.15) 0px 1px 3px 1px}.layout-component-wrapper{padding:10px;box-shadow:0 1px 2px 0 rgba(60,64,67,.3),0 1px 3px 1px rgba(60,64,67,.15);box-shadow:var(--box-shadow-game-layout-panel)}.layout-component-internal{padding:10px}.wrapper-model.wrapper-m2{display:grid;grid-template-columns:64fr 8fr;grid-template-rows:repeat(4,auto);grid-template-areas:"game-title game-title" "game-controls game-controls" "game-board game-score";grid-gap:1px;gap:1px;position:relative}@media only screen and (max-width:699px){.wrapper-model.wrapper-m2{display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4,auto);grid-template-areas:"game-title" "game-controls" "game-board" "game-score"}.game-dashboard-game-settings{flex-direction:row-reverse;justify-content:end}.game-dashboard-component-internal{flex-direction:row}.game-title{justify-content:end}.game-title .how-to-play-link-text,.game-title>h1{font-size:.6em}}@media only screen and (min-width:576px){input.number-from-computer-input,input.user-number-input{font-size:22px}}@media only screen and (max-width:575.98px){.game-notifications{flex-direction:row-reverse}}@media only screen and (min-width:767.98px){.game-notifications{align-items:center}}@media only screen and (min-width:768px){.stopper-description{position:absolute}}@media only screen and (max-width:576px){.game-board-component-internal{grid-area:game-board-component-internal;display:grid;grid-template-rows:1fr .6fr 1fr .6fr;grid-template-columns:1fr 1fr;grid-template-areas:"number-from-computer number-from-computer" "close-number open-number" "user-number user-number" "skip-and-next-number skip-and-next-number"}.model-title{font-size:1em!important}.close-number-button,.open-number-button{flex-direction:row!important}}.wrapper-model.wrapper-m3{display:grid;grid-template-columns:1fr;grid-template-rows:auto 30em;grid-template-areas:"game-controls game-controls" "game-board game-board";grid-gap:1px;gap:1px}.game-control-m3{grid-area:game-controls;display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"start-game end-game";grid-gap:10px;gap:10px;padding:10px;background:#00f}.start-game-m3{background:#6495ed;grid-area:start-game}.end-game-m3,.start-game-m3{display:flex;flex-direction:column;align-items:center;justify-content:center}.end-game-m3{background:#b8860b;grid-area:end-game}.game-board-m3{grid-area:game-board;display:grid;grid-template-columns:1fr 8fr;grid-template-rows:1fr 1fr 1fr 1fr;grid-template-areas:"close-game-grid game-grid" "open-game-grid game-grid" "select-avatar game-grid" "skip-game game-grid";grid-gap:10px;gap:10px;padding:10px;background:#f5f5f5}.close-game-grid-m3{background:#ff0;grid-area:close-game-grid}.close-game-grid-m3,.open-game-grid-m3{display:flex;flex-direction:column;align-items:center;justify-content:center}.open-game-grid-m3{background:tomato;grid-area:open-game-grid}.select-avatar-m3{background:#7fff00;grid-area:select-avatar}.select-avatar-m3,.skip-game-m3{display:flex;flex-direction:column;align-items:center;justify-content:center}.skip-game-m3{background:#d2691e;grid-area:skip-game}.game-grid-m3{background:violet;grid-area:game-grid;display:grid;grid-template-rows:repeat(7,1fr);grid-template-columns:repeat(7,1fr);grid-gap:7px;gap:7px;padding:7px}.game-grid-cell{background:#fff;display:flex;justify-content:center;align-items:center;font-size:200%;cursor:pointer}:root{--top-banner-yellow-text:#fdde31;--top-banner-blue-background:#2a7de1;--top-banner-pink-left:#f26cb3;--top-banner-royal-blue-right:#4b39b5}.top-banner-2{display:flex;flex-direction:row;justify-content:space-evenly;border:1px solid #fff;height:250px}.top-banner-left{background:#f26cb3;background:var(--top-banner-pink-left);width:50%;display:grid;grid-template-rows:1fr 7fr 2fr 2fr 1fr;grid-template-areas:"ll" "top-banner-cta" "top-banner-feature" "top-banner-website-url" "mm"}.top-banner-right{background:#4b39b5;background:var(--top-banner-royal-blue-right);width:50%}.top-banner-cta,.top-banner-right{text-transform:capitalize;display:flex;flex-direction:column;justify-content:center}.top-banner-cta{white-space:pre;color:#4b39b5;color:var(--top-banner-royal-blue-right);font-weight:700;grid-area:top-banner-cta;padding-left:30px;font-size:250%;line-height:90%;z-index:2}.top-banner-feature{grid-area:top-banner-feature;color:#fdde31;color:var(--top-banner-yellow-text);font-weight:700;padding-left:30px;display:flex;flex-direction:column;justify-content:center;text-transform:capitalize}.top-banner-website-url{grid-area:top-banner-website-url}.top-banner-website-url:after{content:"brainsquatting.com";background:#2a7de1;background:var(--top-banner-blue-background);color:#fff;width:90%;font-weight:700;text-transform:uppercase;font-size:70%;padding:5px;text-align:right}.top-banner-features{color:#fdde31;color:var(--top-banner-yellow-text)}ul.features-list{list-style:none}.features-list-item{display:flex;margin-top:5px;font-size:.9rem}.top-banner-right-title{color:#fdde31;color:var(--top-banner-yellow-text);font-size:.8rem;padding:10px 10px 0}@media only screen and (max-width:500px){.top-banner-cta{font-size:160%}.features-list-item{font-size:.8rem}}:root{--background-general:#fff;--topbar-background:#00a8ff;--topbar-color:#fff;--sidebar-background:#fff;--sidebar-nav-icon-height:70px;--sidebar-menu-item-color:#00a8ff;--sidebar-sub-menu-background:#fff;--content-background-wheat:#d2dae2;--footer-background-grey:#696969;--topbar-height:70px;--sidebar-width:70px;--icon-button-height:70px;--icon-button-width:70px;--dark-theme-background:#2c3e50;--dark-theme-color:#fcf2ff;--dark-theme-border-color:#9acd32;--dark-theme-bulb-color:#ff0;--footer-color:#fff;--footer-background:#696969;--main-background:#fff}.wrapper{min-height:100vh;position:relative}.wrapper-model{padding:10px;max-width:555px;margin:auto;background:#fff;background:var(--background-general)}.display-none{display:none}.top-banner{grid-area:top-banner;width:100%;max-width:555px;margin:auto}.top-banner-image{width:100%}.top-banner-2{grid-area:top-banner-2}.ad-bottom,.top-banner-2{margin:auto;max-width:555px}.ad-bottom{grid-area:ad-bottom;width:100%}.sidebar{grid-area:sidebar;background:#fff;background:var(--sidebar-background);width:70px;width:var(--sidebar-width);position:relative;z-index:1;position:absolute;top:70px;top:var(--topbar-height);height:calc(100% - 70px);height:calc(100% - var(--topbar-height));box-shadow:1px 0 5px -2px #888;transition:width .333s}.sidebar-menu{overflow-y:auto;height:auto;flex-direction:column;overflow-x:hidden}.sidebar-menu,.sidebar-menu-item{background:#fff;background:var(--sidebar-background);display:flex;align-items:center;justify-content:center}.sidebar-menu-item{height:70px;height:var(--topbar-height);width:70px;width:var(--sidebar-width);color:#00a8ff;color:var(--sidebar-menu-item-color)}.sidebar-hidden{width:0}.sidebar-sub-menu-item{width:500px;position:absolute;left:70px;left:var(--sidebar-width);top:70px;top:var(--topbar-height)}.sidebar-sub-menu-item,.sub-menu-open{background:#fff;background:var(--sidebar-sub-menu-background)}.sidebar-sub-menu-item{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:.1fr 1fr;grid-template-areas:"sidebar-sub-menu-title sidebar-sub-menu-title" "sidebar-sub-menu-description sidebar-sub-menu-mockup";grid-gap:30px;gap:30px;padding:10px}.sidebar-sub-menu-title{grid-area:sidebar-sub-menu-title;text-align:center}.sidebar-sub-menu-description{grid-area:sidebar-sub-menu-description;display:flex;flex-direction:column;justify-content:center}.mobile-menu{position:absolute;top:70px;top:var(--topbar-height);width:100%;z-index:3}.mobile-menu>a{text-decoration:none}.mobile-menu-item{background:#fff;background:var(--sidebar-background);height:70px;height:var(--topbar-height);border-bottom:1px solid #00a8ff;border-bottom:1px solid var(--topbar-background);display:grid;grid-template-columns:70px 1fr;grid-template-columns:var(--sidebar-width) 1fr;grid-template-areas:"mobile-menu-item-icon mobile-menu-item-title";color:#00a8ff;color:var(--sidebar-menu-item-color)}.mobile-menu-item-icon{grid-area:mobile-menu-item-icon;display:flex;justify-content:center;align-items:center}.mobile-menu-item-title{grid-area:mobile-menu-item-title;display:flex;align-items:center;justify-content:flex-start;width:163.1px;width:calc(var(--sidebar-width)*2.33);background:#fff;background:var(--sidebar-background);text-decoration:none}.header{grid-area:header;display:grid;grid-template-areas:"header-menu-button website-title theme-switch locale-widget";height:70px;height:var(--topbar-height);color:#fff;color:var(--topbar-color);z-index:1;position:relative}.header,.header-menu-button{background:#00a8ff;background:var(--topbar-background)}.header-menu-button{grid-area:header-menu-button;display:flex;align-items:center;justify-content:center;height:70px;height:var(--icon-button-height)}.header-menu-button-icon{color:#fff;color:var(--topbar-color)}.header-website-title{grid-area:website-title;background:#00a8ff;background:var(--topbar-background);display:flex;align-items:center}.header-website-title-anchor{text-decoration:none;color:#fff;color:var(--topbar-color);padding:3px}.header-title{padding-left:20px}.dark-mode-icon{color:#fff;color:var(--background-general)}.theme-switch{grid-area:theme-switch;display:flex;justify-content:flex-end;align-items:center}.switch-theme-mode-button{display:flex;justify-content:center;align-items:center;background:#fff;background:var(--topbar-color);border:none;border-radius:50%;cursor:pointer;background:transparent}.theme-switch-new{grid-area:theme-switch;display:flex;justify-content:flex-end;align-items:center}.locale-widget{grid-area:locale-widget;position:relative}.locale-widget-int{display:flex;flex-direction:column;position:absolute;top:29.555%;left:18.181818%;background:#fff;padding:0 4px}img.locale-flag{position:relative;margin-top:4px}.locale-link.hide-locale-widget{display:none}.locale-link-current,.locale-link-current.show-locale-widget{order:-1}.mobile-menu-button>button>svg{color:#fff;color:var(--topbar-color)}.mobile-menu-button{display:flex;justify-content:center;align-items:center}.main{grid-area:main;background:#fff;background:var(--main-background);display:flex}.footer{grid-area:footer;background:#696969;background:var(--footer-background);color:#fff;color:var(--footer-color);z-index:1;position:relative}.footer-columns-links{display:flex;justify-content:space-around;margin-left:70px;margin-left:var(--sidebar-width)}.ul-footer-links{list-style-type:none}.footer-keyword-list-item-anchor{text-decoration:none;color:#fff}.footer-site-details{display:flex;justify-content:space-around;text-decoration:underline}@media only screen and (max-width:1199.75px){.wrapper{grid-template-columns:auto 1fr;grid-template-rows:auto 1fr auto auto;grid-template-areas:"header header" "sidebar main" "footer" "sidebar footer"}.sidebar{display:none!important}.header{grid-area:header;grid-template-columns:70px 8fr 2fr 2fr;grid-template-columns:var(--sidebar-width) 8fr 2fr 2fr}}@media only screen and (max-width:575.75px){.header{grid-template-columns:70px 6fr 3fr 3fr!important;grid-template-columns:var(--sidebar-width) 6fr 3fr 3fr!important}.header-website-title{justify-content:center}}@media only screen and (max-width:436.75px){.header{grid-template-columns:70px 4fr 4fr 4fr!important;grid-template-columns:var(--sidebar-width) 4fr 4fr 4fr!important}.header-website-title{font-size:70%}}@media only screen and (min-width:1200px){.mobile-menu{display:none!important}.wrapper{grid-template-columns:auto;grid-template-rows:auto auto 500px auto auto auto;grid-template-areas:"header" "top-banner-2" "main" "ad-bottom" "footer";position:relative}.header{grid-area:header;grid-template-columns:70px 10fr 1fr 1fr!important;grid-template-columns:var(--sidebar-width) 10fr 1fr 1fr!important}}.wrapper.dark-theme-mode *{background:#2c3e50;background:var(--dark-theme-background);color:#fcf2ff;color:var(--dark-theme-color);box-shadow:none}.wrapper.dark-theme-mode .game-title,.wrapper.dark-theme-mode .header{border:1px solid #9acd32;border:1px solid var(--dark-theme-border-color)}.wrapper.dark-theme-mode .sidebar{border-right:1px solid #9acd32;border-right:1px solid var(--dark-theme-border-color)}.wrapper.dark-theme-mode .header-website-title,.wrapper.dark-theme-mode .sidebar{border-left:1px solid #9acd32;border-left:1px solid var(--dark-theme-border-color)}.wrapper.dark-theme-mode .switch-theme{border-right:1px solid #9acd32;border-right:1px solid var(--dark-theme-border-color)}.wrapper.dark-theme-mode .switch-theme-mode-button{border:none}.wrapper.dark-theme-mode .switch-theme-mode-button path{color:#ff0;color:var(--dark-theme-bulb-color)}.wrapper.dark-theme-mode .footer{border-top:1px solid #9acd32;border-top:1px solid var(--dark-theme-border-color)}.wrapper.dark-theme-mode .mobile-menu-item{border-bottom:1px solid #9acd32;border-bottom:1px solid var(--dark-theme-border-color)}.wrapper.dark-theme-mode{background:#2c3e50;background:var(--dark-theme-background)}
/*# sourceMappingURL=main.73112c62.chunk.css.map */