<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    font-family: Lato;
    font-weight: 400;
    background-color: whitesmoke;
    position: relative;
    height: 100%;
    margin: 0;
}
.fullscreen {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: inherit;
    z-index: 1;
}
    #add-to-chrome {
        color: white;
        background-color: #36AE4F;
        font-family: Lato;
        font-size: 28px;
        width: 270px;
        height: 80px;
        border-radius: 10px;
        border: 0;
        box-shadow: 0 1px 3px rgba(100,100,100,0.25);
        margin: 0 auto;
        display: block;
        top: 40%;
        transform: translateY(-40%);
        position: relative;
    }
        #add-to-chrome .fa-chrome {
            margin-right: 10px;
        }
    .fullscreen p {
        position: absolute;
        bottom: 5%;
        width: 100%;
        text-align: center;
        font-size: 21px;
    }
[data-extension-version] .fullscreen {
    display: none;
}
.wordmark {
    position: absolute;
    top: 16px;
    left: 24px;
    height: auto;
    width: 100px;
    max-width: 100%;
    z-index: 1;
}
.screen {
    position: relative;
    top: 40%;
    transform: translateY(-40%);
    text-align: center;
}
.screen &gt; h1 {
    margin-top: 0;
    font-size: 28px;
}
button {
    color: white;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    font-family: Lato;
    font-size: 17px;
    cursor: pointer;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
    border: 0;
    padding: 0;
    outline: 0;
}
[disabled] {
    opacity: 0.5;
    cursor: wait;
}
.screen + .screen {
    display: none;
}

.google-signin, .microsoft-signin {
    background-color: #427FED;
    width: 240px;
    transition: box-shadow 0.218s ease;
    display: block;
    margin: auto;
}
.google-signin:hover {
    box-shadow: 0px 0px 3px 3px rgba(66, 133, 244, 0.3);
}
    .google-signin:before {
        display: block;
        float: left;
        line-height: 51px;
        width: 50px;
        font-size: 24px;
        font-family: FontAwesome;
        content: '\f1a0';
        margin-right: -20px;
    }
    .google-signin:after {
        content: 'Sign up with Google';
    }
.microsoft-signin {
    margin-top: 30px;
    display: none;
    background-color: #2f2f2f;
}
.microsoft-signin:hover {
    box-shadow: 0px 0px 3px 3px rgba(50, 50, 50, 0.3);
}
    .microsoft-signin:before {
        display: block;
        float: left;
        height: 50px;
        width: 50px;
        content: ' ';
        margin-right: -20px;
        background-image: url('microsoft.svg');
        background-repeat: no-repeat;
        background-position: center;
    }
    .microsoft-signin:after {
        content: 'Sign up with Microsoft';
    }

#signin-trouble {
    display: block;
    margin: 20px auto;
    height: 32px;
    background-color: white;
    border: 0;
    border-radius: 4px;
    box-shadow: 0px 1px 3px 0px rgba(100, 100, 100, 0.247);
    cursor: pointer;
    color: #333;
    font-size: 12px;
    line-height: 1;
    padding: 2px 8px;
}
.modal {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    overflow: auto;
    z-index: 4;
}
    .modal-dialog {
        margin: 0 auto;
        position: relative;
        top: 33%;
        transform: translateY(-33%);
        -webkit-transform: translateY(-33%);
        background-color: #F5F5F5;
        border-radius: 8px;
        padding: 20px;
        height: auto;
        font-family: Lato;
        font-weight: 300;
    }
        .modal-close {
            position: absolute;
            top: 0;
            right: 0;
            width: 36px;
            height: 36px;
            padding: 0;
            border: 0;
            background-color: transparent;
            color: #aaa;
            cursor: pointer;
            font-family: Lato;
            line-height: 1;
            box-shadow: none;
        }
    .signin-troubleshooting-dialog {
        width: 400px;
        max-width: 80%;
        line-height: 160%;
    }
        .signin-troubleshooting-title {
            margin: 0;
        }
        .signin-troubleshooting-dialog a {
            text-decoration: none;
            color: #3498DB;
        }

.signup-as-student, .signup-as-teacher {
    background-color: #ED6F23;
    width: 100px;
}
.signup-as-teacher {
    background-color: #3498DB;
    margin-left: 35px;
}

body.student [class^="create-course"], body.teacher [class^="enroll"] {
    display: none;
}
.create-course-label, .enroll-label {
    display: inline-block;
    text-align: left;
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.create-course-input, .enroll-input {
    width: 240px;
    box-sizing: border-box;
    height: 50px;
    margin: 10px 0 25px;
    font-family: inherit;
    font-size: inherit;
    padding: 10px;
    font-weight: 700;
}
.enroll-input {
    font-family: Menlo,Consolas,monospace;
    font-weight: 400;
    margin-left: 15px;
    width: auto;
}
.create-course-cancel, .create-course-confirm, .enroll-cancel, .enroll-confirm {
    background-color: #555;
    width: 105px;
}
.create-course-confirm, .enroll-confirm {
    background-color: #3498DB;
    margin-left: 25px;
}
.enroll-cancel, .enroll-confirm {
    width: 90px;
}

.progress {
    width: 600px;
    position: absolute;
    left: 50%;
    height: 21px;
    bottom: 5%;
    transform: translateX(-50%);
    max-width: 90%;
}
    .progress .line {
        position: absolute;
        top: 10px;
        height: 1px;
        left: 0;
        background-color: #36AE4F;
        width: 100%;
        z-index: 1;
    }
    .progress .circle {
        position: absolute;
        height: 21px;
        top: 0;
        width: 21px;
        border-radius: 50%;
        border: 1px solid #36AE4F;
        box-sizing: border-box;
        background-color: whitesmoke;
        z-index: 2;
    }
        .progress .circle:before {
            content: 'Sign Up';
            top: -25px;
            font-size: 14px;
            white-space: nowrap;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            color: #333;
        }
    .progress .circle:nth-child(2) {
        left: 33.33%;
        transform: translateX(-33.33%);
    }
        .progress .circle:nth-child(2):before {
            content: 'Choose Role';
        }
    .progress .circle:nth-child(3) {
        left: 66.66%;
        transform: translateX(-66.66%);
    }
        .progress .circle:nth-child(3):before {
            content: 'First Class';
        }
    .progress .circle:nth-child(4) {
        left: 100%;
        transform: translateX(-100%);
    }
        .progress .circle:nth-child(4):before {
            content: 'Lesson';
        }
    .progress .circle.full {
        background-color: #36AE4F;
    }
    .progress.hack .circle:nth-child(2) {
        left: 50%;
        transform: translateX(-50%);
    }
    .progress.hack .circle:nth-child(3) {
        left: 100%;
        transform: translateX(-100%);
    }
    .progress.hack .circle:nth-child(4) {
        display: none;
    }

.status-message {
    position: fixed;
    border-radius: 5px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 5px 10px;
    left: 50%;
    text-align: center;
    top: 33%;
    display: none;
    transform: translate(-50%, -33%);
    -webkit-transform: translate(-50%, -33%);
    z-index: 5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
</pre></body></html>