@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700|Source+Sans+Pro:300,400,600,700);:root {
    --background-color: #1e1e1e;
    --color-white: #fff;
    --color-blue: #2c8ff2;
    --color-orange: #cd8b34;
    --color-grey: #a1a1a1;
    --color-grey-light: #7793b6;
    --color-orange-dark: #f8e6ce
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    background: #1e1e1e;
    background: var(--background-color);
    color: #fff;
    color: var(--color-white);
    font-family: Source Sans Pro,sans-serif;
    font-weight: 300;
    line-height: 1.4em
}

.container {
    margin: 0 auto;
    max-width: 700px;
    min-width: 270px;
    padding: 0 10px
}

@media only screen and (max-width: 820px) {
    .container {
        margin:50px auto
    }
}

@media only screen and (max-width: 600px) {
    .container {
        margin:30px auto
    }
}

.header {
    border-bottom: 2px solid #fff;
    border-bottom: 2px solid var(--color-white);
    padding: 0 20px;
    position: relative
}

.header h1 {
    -webkit-text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    text-rendering: optimizeLegibility;
    float: left;
    font-size: 24px;
    font-weight: 600;
    line-height: 2.75
}

.header h1,.header h2 {
    color: #fff;
    color: var(--color-white)
}

.header h2 {
    cursor: pointer;
    float: right;
    font-size: 18px;
    font-weight: 400;
    line-height: 2;
    padding-top: 16px
}

.header h2:hover {
    text-shadow: 0 2px 4px rgba(0,0,0,.2)
}

.header:after {
    clear: both;
    content: "";
    display: block
}

.innercontainer {
    color: #fff;
    color: var(--color-white);
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px
}

.game {
    width: 70%
}

.game__board {
    border: 2px solid #fff;
    border: 2px solid var(--color-white);
    border-collapse: collapse;
    font-family: Noto Sans,sans-serif;
    font-size: 26px;
    margin: 30px 0
}

.game__row:nth-child(3n) {
    border-bottom: 2px solid #fff;
    border-bottom: 2px solid var(--color-white)
}

.game__cell {
    border: 1px solid #fff;
    border: 1px solid var(--color-white);
    color: #1e1e1e;
    color: var(--background-color);
    cursor: pointer;
    padding: 12px 16px
}

.game__cell.game__cell--filled,.game__cell.game__cell--userfilled {
    color: #fff;
    color: var(--color-white)
}

.game__cell.game__cell--selected {
    background-color: #cd8b34;
    background-color: var(--color-orange);
    color: #cd8b34;
    color: var(--color-orange)
}

.game__cell.game__cell--filled.game__cell--selected,.game__cell.game__cell--userfilled.game__cell--selected {
    background-color: #cd8b34;
    background-color: var(--color-orange);
    color: #fff;
    color: var(--color-white)
}

.game__cell.game__cell--highlightselected {
    background-color: #f8e6ce;
    background-color: var(--color-orange-dark);
    color: #f8e6ce;
    color: var(--color-orange-dark)
}

.game__cell.game__cell--filled.game__cell--highlightselected {
    background-color: #f8e6ce;
    background-color: var(--color-orange-dark);
    color: #a1a1a1;
    color: var(--color-grey)
}

.game__cell.game__cell--userfilled.game__cell--highlightselected {
    background-color: #f8e6ce;
    background-color: var(--color-orange-dark);
    color: #7793b6;
    color: var(--color-grey-light)
}

.game__cell:nth-child(3n) {
    border-right: 2px solid #fff;
    border-right: 2px solid var(--color-white)
}

.status {
    width: 30%
}

.status__difficulty {
    left: 20px;
    position: relative;
    top: 39px
}

.status__difficulty-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 2
}

.status__difficulty-select {
    -webkit-appearance: none;
    appearance: none;
    background-color: #1e1e1e;
    background-color: var(--background-color);
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-position: right .7em top 50%,0 0;
    background-repeat: no-repeat;
    background-size: .65em auto,100%;
    border: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 2;
    padding-left: 10px;
    padding-right: 30px
}

.status__difficulty-select,.status__time {
    color: #fff;
    color: var(--color-white);
    position: relative
}

.status__time {
    background-color: #cd8b34;
    background-color: var(--color-orange);
    font-family: Teko,sans-serif;
    font-size: 30px;
    left: 10px;
    letter-spacing: .2em;
    line-height: 1.5;
    margin: 0 30px;
    padding-top: 4px;
    text-align: center;
    top: 70px
}

.status__numbers {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    left: 10px;
    position: relative;
    top: 93px
}

.status__number {
    cursor: pointer;
    font-family: Noto Sans,sans-serif;
    font-size: 26px;
    padding: 12px 0;
    text-align: center
}

.status__number.status__number--selected {
    color: #2c8ff2;
    color: var(--color-blue)
}

.status__actions {
    display: flex;
    flex-wrap: wrap;
    left: 10px;
    position: relative;
    top: 100px
}

.status__action-erase,.status__action-fast-mode,.status__action-hint,.status__action-mistakes-mode,.status__action-undo {
    position: relative;
    text-align: center
}

.status__action-erase,.status__action-hint,.status__action-undo {
    cursor: pointer;
    width: 33.33%
}

.status__action-mistakes-mode {
    width: 60%
}

.status__action-fast-mode {
    width: 40%
}

.status__action-fast-mode-switch,.status__action-mistakes-mode-switch,.status__action-svg {
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

.status__action-undo .status__action-svg {
    height: 38%;
    top: 18px;
    width: 38%
}

.status__action-erase .status__action-svg {
    height: 32%;
    top: 20px;
    width: 32%
}

.status__action-hint .status__action-svg {
    height: 48%;
    top: 11px;
    width: 48%
}

.status__action-fast-mode-switch,.status__action-mistakes-mode-switch {
    display: inline-block;
    height: 26px;
    top: 16px;
    width: 46px
}

.status__action-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    padding-top: 50px
}

.status__action-fast-mode-switch input,.status__action-mistakes-mode-switch input {
    height: 0;
    opacity: 0;
    width: 0
}

.status__action-fast-mode-slider,.status__action-mistakes-mode-slider {
    background-color: #fff;
    background-color: var(--color-white);
    border-radius: 26px;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s
}

.status__action-fast-mode-slider:before,.status__action-mistakes-mode-slider:before {
    background-color: #1e1e1e;
    background-color: var(--background-color);
    border-radius: 50%;
    bottom: 3px;
    content: "";
    height: 20px;
    left: 3px;
    position: absolute;
    transition: .4s;
    width: 20px
}

input:checked+.status__action-fast-mode-slider,input:checked+.status__action-mistakes-mode-slider {
    background-color: #2c8ff2;
    background-color: var(--color-blue)
}

input:focus+.status__action-fast-mode-slider,input:focus+.status__action-mistakes-mode-slider {
    box-shadow: 0 0 1px #2c8ff2;
    box-shadow: 0 0 1px var(--color-blue)
}

input:checked+.status__action-fast-mode-slider:before,input:checked+.status__action-mistakes-mode-slider:before {
    -webkit-transform: translateX(20px);
    transform: translateX(20px)
}

.overlay {
    background-color: rgba(0,0,0,.5);
    bottom: 0;
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 2
}

.overlay--visible {
    display: block
}

.overlay__text {
    color: #2c8ff2;
    color: var(--color-blue);
    font-family: Source Sans Pro,sans-serif;
    font-size: 60px;
    font-weight: 600;
    left: 50%;
    position: absolute;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0,0,0,.2),0 10px 20px rgba(0,0,0,.25);
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    width: 100%
}

.blur {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px)
}

@media screen and (max-width: 670px) {
    .innercontainer {
        margin:0 auto;
        max-width: 500px
    }

    .game,.status {
        display: flex;
        flex-wrap: wrap;
        width: 100%
    }

    .game__board {
        width: 100%
    }

    .game__cell {
        text-align: center
    }

    .status__difficulty {
        left: 0;
        top: -18px;
        width: 70%
    }

    .status__time {
        background-color: #1e1e1e;
        background-color: var(--background-color);
        font-size: 22px;
        left: 0;
        margin: 0;
        text-align: right;
        top: -20px;
        width: 30%
    }

    .status__numbers {
        background-color: #cd8b34;
        background-color: var(--color-orange);
        grid-template-columns: repeat(9,1fr);
        left: 0;
        top: -10px;
        width: 100%
    }

    .status__number {
        padding: 12px 0
    }

    .status__actions {
        left: 0;
        top: 0;
        width: 100%
    }

    .status__action-erase,.status__action-hint,.status__action-undo {
        width: 16.66%
    }

    .status__action-mistakes-mode {
        width: 30%
    }

    .status__action-fast-mode {
        width: 20%
    }
}

@media screen and (max-width: 500px) {
    .game__cell,.status__number {
        font-size:18px;
        padding: 8px 0
    }

    .status__action-text {
        font-size: 14px
    }

    .overlay__text {
        font-size: 50px
    }
}

@media screen and (max-width: 350px) {
    .game__cell,.status__number {
        font-size:16px;
        padding: 4px 0
    }

    .status__action-erase,.status__action-hint,.status__action-undo {
        width: 33%
    }

    .status__action-mistakes-mode {
        width: 60%
    }

    .status__action-fast-mode {
        width: 40%
    }

    .overlay__text {
        font-size: 40px
    }
}

@media screen and (max-width: 300px) {
    .game__cell,.status__number {
        font-size:14px;
        padding: 2px 0
    }

    .status__difficulty-text {
        display: none
    }

    .status__difficulty-select {
        margin-top: 3px;
        padding-left: 0
    }

    .overlay__text {
        font-size: 30px
    }
}

.footer {
    color: #fff;
    color: var(--color-white);
    font-size: 14px;
    font-weight: 400;
    margin: 80px;
    text-align: center
}

a {
    color: wheat;
    text-decoration: none
}

/*# sourceMappingURL=main.dfca1979.css.map*/
