<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.zeplinLogo {
    width: 60px;
    display: block;
}

@media screen and (max-width: 767px) {
    .zeplinLogo {
        width: 45px;
    }
}

footer {
    max-width: 1280px;

    display: -webkit-flex;
    -webkit-align-items: flex-start;

    display: flex;
    align-items: flex-start;

    margin-top: 24px;
    padding: 0 24px 48px;
}

footer .zeplinLogoContainer {
    padding: 36px 72px 0 0;
}

footer span.soon {
    color: #554d56;
    color: var(--teflon);
}

footer nav.footerNavGroup a {
    margin-top: 12px;
    line-height: 16px;
    font-size: 14px;
    color: #979197;
    color: var(--gandalf);
    display: block;
}

footer nav.footerNavGroup {
    padding: 24px 36px 12px 12px;
}

footer nav.footerNavGroup &gt; div {
    line-height: 16px;
    font-size: 14px;
    color: #554d56;
    color: var(--teflon);
}

@media screen and (min-width: 1280px) {
    footer {
        margin: 24px auto;
    }
}

@media screen and (max-width:911px) and (min-width: 864px) {
    footer .zeplinLogoContainer {
        padding-right: 24px;
    }
}

@media screen and (max-width: 863px) {
    footer {
        flex-wrap: wrap;
        padding: 0 24px 48px 36px;
    }

    footer .zeplinLogoContainer {
        width: 100%;

        display: -webkit-flex;
        -webkit-justify-content: center;
        -webkit-align-items: center;

        display: flex;
        justify-content: center;
        align-items: center;

        padding: 0 12px 24px 0;
    }
}

@media screen and (max-width: 755px) {
    footer {
        padding: 0 12px 24px;
    }

    footer .zeplinLogoContainer {
        padding: 0 0 12px 0;
    }

    footer span.community {
        display: none;
    }

    footer div.footerNavGroupContainer {
        display: -webkit-flex;
        display: flex;
    }

    footer &gt; nav.footerNavGroup:first-of-type {
        margin-right: 12px;
    }

    footer nav.footerNavGroup a {
        font-size: 13px;
        line-height: 15px;
    }

    footer nav.footerNavGroup {
        padding-right: 0;
    }

    footer nav.footerNavGroup &gt; div {
        line-height: 15px;
        font-size: 13px;
    }
}

.popoverBackdrop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

body.popoverNoScroll {
    overflow: hidden;
}

body.mobile.popoverNoScroll {
    height: 100%;
    width: 100%;
    position: fixed;
}
.dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    max-width: 724px;
    max-height: 606px;
    height: calc(100% - 24px);
    width: calc(100% - 24px);
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(87, 71, 81, 0.5);
    box-shadow: 0 0 4px 0 var(--maroon-50pc);
}

.dialog.mobile {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}

.dialog .closeButton {
    margin: 16px 0 0 16px;
    font-size: 12px;
    color: #574751;
    color: var(--maroon);
}
.login,
.login iframe {
    width: 100%;
    height: 100%;
}
.mobileMenu {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;

    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    background-color: #fff;

    transition: transform 400ms ease-in-out, height 100ms ease-in-out;
    box-shadow: 0 2px 4px 0 rgba(193, 190, 193, 0.5);
}

body.fadeContent main,
body.fadeContent footer {
    opacity: 0;
}

.mobileMenu &gt; div {
    margin-top: 84px;
    padding-top: 24px;
    width: 100%;
    height: calc(100% - 84px);
    display: -webkit-flex;
    -webkit-flex-direction: column;

    display: flex;
    flex-direction: column;

    overflow: auto;
}

.mobileMenu &gt; div nav {
    -webkit-flex: 1;
    flex: 1;
}

.mobileMenu a {
    line-height: 28px;
    font-size: 24px;
    font-weight: 300;
    color: #554d56;
    color: var(--teflon);
    width: 100%;
    padding: 24px 24px 24px 36px;
    display: block;
}

.mobileMenu a.current {
    font-weight: 500;
    color: #ee6723;
    color: var(--peach);
}

.mobileMenu &gt; div &gt; a:last-child {
    background-color: #419bf9;
    background-color: var(--cornflower-blue);
    color: #fff;
}

.mobileMenu.open {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.mobileMenuToggle {
    height: 14px;
    width: 18px;
    position: relative;
    transition: 0.3s;
    cursor: pointer;
}

.mobileMenuToggle .bar {
    height: 2px;
    width: 18px;
    display: block;
    transition: 0.4s;
    position: absolute;
}

.mobileMenuToggle .bar:nth-of-type(1) {
    background-color: #fecf33;
    background-color: var(--yellow);
    top: 0px;
    transition: transform 0.20s ease-out 0.05s,
        background-color 0.05s ease 0.20s,
        top 0.15s ease 0.25s;
}

.mobileMenuToggle .bar:nth-of-type(2) {
    background-color: #f69833;
    background-color: var(--orange);
    top: 6px;
    transition: ease 0.15s 0.15s;
}

.mobileMenuToggle .bar:nth-of-type(3) {
    background-color: #ee6723;
    background-color: var(--peach);
    top: 12px;
    transition: top 0.15s ease 0.25s, 
        transform 0.15s ease-out 0.05s;
}

.mobileMenuToggle.mobileMenuOpen .bar:nth-of-type(1) {
    background-color: #ee6723;
    background-color: var(--peach);
    top: 6px;
    transform: rotate(45deg);
    transition: top 0.15s ease 0.05s,
        background-color 0.05s ease 0.2s,
        transform 0.20s ease-out 0.20s;
}

.mobileMenuToggle.mobileMenuOpen .bar:nth-of-type(2) {
    opacity: 0;
}

.mobileMenuToggle.mobileMenuOpen .bar:nth-of-type(3) {
    top: 6px;
    transform: rotate(-45deg);
    transition: top 0.15s ease 0.05s, 
        transform 0.20s ease-out 0.20s;
}

header {
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-align-items: stretch;

    display: flex;
    justify-content: space-between;
    align-items: stretch;

    height: 96px;
    padding-left: 24px;
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1000;
}

header.shadow {
    box-shadow: 0 2px 4px 0 rgba(151, 145, 151, 0.1);
}

header .mobileMenu {
    z-index: 1000;
}

header nav.left {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    z-index: 1000;
}

header nav.left &gt; .mobileMenuToggle {
    display: none;
    margin-right: 6px;
    -webkit-align-self: center;
    align-self: center;
}

header nav.right {
    display: -webkit-flex;
    display: flex;
    z-index: 900;
}

header nav.right a {
    padding: 0 24px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    line-height: 16px;
    opacity: 0.9;
    font-size: 14px;
    font-weight: 500;
    color: #979197;
    color: var(--gandalf);
}

header nav.right a:hover {
    background-color: #f7f7f7;
    background-color: var(--whitey-new);
}

header nav.right a:active {
    background-color: #edeced;
    background-color: var(--karl);
}

header nav.right a.current {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-top: 24px;
    color: #554d56;
    color: var(--teflon);
    position: relative;
}

header nav.right a .navoji {
    line-height: 23px;
    font-size: 14px;
    margin-bottom: 3px;
    display: none;
}

header nav.right a.current .navoji {
    display: block;
}

header nav.right a.appLink {
    color: #419bf9;
    color: var(--cornflower-blue);
    opacity: 1;
}

header nav.right a.appLink:hover {
    background-color: #419bf9;
    background-color: var(--cornflower-blue);
    color: #fff;
}

header nav.right a.appLink:active {
    background-color: #4784c8;
    color: #fff;
}

header .zeplinLogo {
    width: 60px;
    display: block;
}

@media screen and (min-width: 1280px) {
    header {
        padding-right: calc(50vw - 640px);
        padding-left: calc(50vw - 640px + 24px);
    }
}

@media screen and (max-width: 767px) {
    header {
        height: 84px;
        padding-left: 12px;
    }

    header nav.left .mobileMenuToggle {
        display: block;
    }

    header nav.right a {
        display: none;
    }

    header nav.right a.appLink {
        display: block;
        font-size: 14px;
        line-height: 16px;
        padding: 34px 24px;
    }

    header .zeplinLogo {
        width: 45px;
    }
}

.page main {
    padding-top: 96px;
}

@media screen and (max-width: 767px) {
    .page main {
        padding-top: 84px;
    }
}
.addButton {
    width: 120px;
    height: 36px;
    border-radius: 2px;
    background-color: rgba(65, 155, 249, 0.1);
    background-color: var(--cornflower-blue-10pc);
    font-size: 16px;
    font-weight: 500;
    color: #419bf9;
    color: var(--cornflower-blue);
}

.addButton:active {
    background-color: rgba(65, 155, 249, 0.4);
    background-color: var(--cornflower-blue-40pc);
}
.avatarFrame {
    border-radius: 50%;
    background-color: #fff;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.avatarFrame img {
    display: block;
    border-radius: 50%;
    object-fit: contain;
}

.avatarFrame img {
    display: block;
    border-radius: 50%;
    object-fit: contain;
}

.avatarFrame.loading img {
    visibility: hidden;
}

.avatarFrame.loading {
    background-image: url(./img/icAvatarBg.svg);
}

.avatarFrame.org.loading {
    background-image: url(./img/icOrgProfile.svg);
    background-color: #f2f2f2;
    background-color: var(--whitey);
    background-size: 15px;
}
.projectNumberBadge {
    display: flex;
    align-items: center;
    font-weight: 500;
    line-height: 19px;
}

.projectNumberBadge::before {
    content: "";
    background: url(./img/icDownload.svg) no-repeat;
    display: block;
    margin-right: 6px;
    width: 14px;
    height: 16px;
}
.readme h1 {
    padding-bottom: 0.3em;
    font-size: 2em;
    border-bottom: 1px solid #bcb5b9;
    border-bottom: 1px solid var(--warm-gray);
}

.readme h2 {
    padding-bottom: 0.3em;
    font-size: 1.5em;
    border-bottom: 1px solid #bcb5b9;
    border-bottom: 1px solid var(--warm-gray);
}

.readme h3 {
    font-size: 1.25em;
}

.readme h4 {
    font-size: 1em;
}

.readme h5 {
    font-size: 0.875em;
}

.readme h6 {
    font-size: 0.85em;
}

.readme h1,
.readme h2,
.readme h3,
.readme h4,
.readme h5,
.readme h6 {
    margin-top: 24px;
    margin-bottom: 16px;
    font-weight: 600;
    line-height: 1.25;
}

.readme hr {
    margin: 25px 0 20px;
    height: .25em;
    padding: 0;
    margin: 24px 0;
    background-color: #f2f2f2;
    background-color: var(--whitey);
    border: 0;
}

.readme a {
    color: #419bf9;
    color: var(--cornflower-blue);
    text-decoration: none;
}

.readme a:not([href]) {
    color: inherit;
    text-decoration: none;
}

.readme pre {
    font-family: Roboto Mono, monospace;
    padding: 16px;
    overflow: auto;
    font-size: 85%;
    line-height: 1.45;
    background-color: #f2f2f2;
    background-color: var(--whitey);
    border-radius: 3px;
    margin: 16px 0;
}

.readme pre code {
    display: inline;
    max-width: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    line-height: inherit;
    word-wrap: normal;
    background-color: transparent;
    border: 0;
}

.readme pre &gt; code {
    padding: 0;
    margin: 0;
    font-size: 100%;
    word-break: normal;
    white-space: pre;
    background: transparent;
    border: 0;
}

.readme code {
    font-family: Roboto Mono, monospace;
    padding: 0.2em 0.4em;
    margin: 0;
    font-size: 85%;
    background-color: #f2f2f2;
    background-color: var(--whitey);
    border-radius: 3px;
}

.readme ul,
.readme ol {
    padding-left: 2em;
}

.readme p,
.readme blockquote,
.readme ul,
.readme ol,
.readme dl,
.readme table,
.readme pre {
    margin-top: 0;
    margin-bottom: 16px;
}

.readme dl {
    padding: 0;
}

.readme dl dt {
    padding: 0;
    margin-top: 16px;
    font-size: 1em;
    font-style: italic;
    font-weight: 600;
}

.readme dl dd {
    padding: 0 16px;
    margin-bottom: 16px;
    margin-left: 0;
}

.readme img {
    max-width: 100%;
    box-sizing: content-box;
    background-color: #fff;
}

.readme table {
    display: block;
    width: 100%;
    overflow: auto
}

.readme table th {
    font-weight: 600
}

.readme table th,.readme table td {
    padding: 6px 13px;
    border: 1px solid #f2f2f2;
    border: 1px solid var(--whitey);
}

.readme table tr {
    background-color: #fff;
    border-top: 1px solid #bcb5b9;
    border-top: 1px solid var(--warm-gray);
}

.readme table tr:nth-child(2n) {
    background-color: #f2f2f2;
    background-color: var(--whitey);
}

.readme table img {
    background-color: transparent
}

.readme blockquote {
    padding: 0 1em;
    border-left: 0.25em solid #bcb5b9;
    border-left: 0.25em solid var(--warm-gray);
}
.twitterButton {
    width: 42px;
    height: 36px;
    border-radius: 2px;
    background-color: #f7f7f7;
    background-color: var(--whitey);
    display: flex;
    justify-content: center;
    align-items: center;
}
.repoLink {
    width: 166px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #edeced;
    background-color: var(--karl);
}

.repoLink .repoLinkText {
    margin-left: 6px;
    font-size: 16px;
    font-weight: 500;
    color: #554d56;
    color: var(--teflon);
}

.repoLink.mobile {
    height: 44px;
    background-color: #f7f7f7;
    background-color: var(--whitey-new);
}

.repoLink:hover {
    background-color: #e0dfe0; /* blent color, karl and gandalf-15pc */
}

.repoLink:active {
    background-color: #d4d1d4; /* blent color, karl and gandalf-30pc */
}
.extensionDetail {
    width: 100%;
    max-width: 1128px;
    margin: auto;
    padding: 0 24px;
    margin-top: 72px;
    color: #574751;
    color: var(--maroon);
    min-height: calc(100vh - 282px);
}

.extensionDetail .title {
    display: flex;
    align-items: center;
}

.extensionDetail .title h3 {
    display: flex;
    flex: 1;
    font-size: 24px;
    font-weight: 700;
    overflow: hidden;
}

.extensionDetail .title .name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.extensionDetail .title .version:not(:empty)::before {
    content: ", ";
    white-space: pre;
    color: #574751;
    color: var(--maroon);
}

.extensionDetail .title .version {
    color: #bcb5b9;
    color: var(--warm-gray);
}

.extensionDetail .title .projectNumberBadge {
    margin-left: 12px;
}

.extensionDetail .title .followButton {
    margin: 0 12px;
}

.extensionDetail .description {
    margin: 24px 0;
    font-size: 16px;
}

.extensionDetail .author {
    display: flex;
    align-items: center;
}

.extensionDetail .author span {
    margin-left: 12px;
    font-size: 16px;
}

.extensionDetail .projectTypes {
    margin-top: 24px;
    font-size: 18px;
}

.extensionDetail .projectTypes::before {
    content: "Platforms: ";
    font-weight: 700;
}

.extensionDetail .detail {
    margin-top: 72px;
    font-size: 16px;
}

.extensionDetail .extensionRepoLink {
    margin-top: 24px;
}

.extensionDetail .extensionAddButton {
    color: #ffffff;
    background-color: #419bf9;
    background-color: var(--cornflower-blue);
}

.extensionDetail .extensionAddButton:active {
    background-color: #4784c8; /* blent color; cornflower-blue and teflon-30pc*/
}

.extensionDetail.mobile {
    padding: 0 12px;
    margin-top: 108px;
}

.extensionDetail.mobile .detail {
    margin-top: 58px;
}

.extensionDetail.mobile .title {
    display: block;
}

.extensionDetail.mobile .title .projectNumberBadge {
    margin: 12px 0;
}

.extensionDetail.mobile .description {
    margin-top: 0;
}

.extensionDetail.mobile .extensionAddButton {
    width: 100%;
    margin-top: 24px;
    height: 44px;
}

.extensionDetail.mobile .followButton {
    width: 48px;
    height: 44px;
}

.extensionDetail.mobile .mobileButtons {
    display: flex;
    margin-top: 24px;
}

.extensionDetail.mobile .hasRepoLink {
    margin-top: 12px;
}

.extensionDetail.mobile .mobileButtons &gt; :first-child {
    flex: 1;
    margin-top: 0;
    margin-right: 12px;
}
.card {
    position: relative;
}

.cardLink {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 16px 16px;
    border-radius: 2px;
    box-shadow: 0 0 4px 0 #bcb5b9;
    box-shadow: 0 0 4px 0 var(--warm-gray);
    font-size: 16px;
    color: #979197;
    color: var(--gandalf);
    cursor: pointer;
}

.cardContent {
    flex: 1;
    padding-left: 8px;
}

.cardContent .cardContentText {
    padding-left: 8px;
}

.card .projectNumberWrapper {
    height: 36px;
    display: flex;
}

.card h3 {
    font-size: 18px;
    line-height: 21px;
    color: #574751;
    color: var(--maroon);
    max-height: 42px;
    overflow: hidden;
    word-break: break-word;
}

.card h3 strong {
    font-weight: 500;
}

.card p {
    height: 38px;
    overflow: hidden;
    margin: 8px 0 16px;
    line-height: 19px;
}

.card .author {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.card &gt; div:last-of-type {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card .author span {
    margin-left: 6px;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card .addToZeplin {
    position: absolute;
    bottom: 16px;
    right: 16px;
}

.card.mobile .cardLink {
    padding: 12px 12px;
}

.card.mobile .projectNumberWrapper {
    margin-left: -38px;
}

.card.mobile p {
    margin: 6px 0;
}

.card.mobile .addToZeplin {
    bottom: 12px;
    right: 12px;
}
.hero {
    margin-top: 120px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 12px;
}

.hero h1 {
    font-family: Roboto Mono;
    font-weight: 500;
    font-size: 36px;
    color: #574751;
    color: var(--maroon);
}

.hero p {
    margin-top: 24px;
    font-size: 24px;
    text-align: center;
    color: #bcb5b9;
    color: var(--warm-gray);
    max-width: 840px;
}

.hero .heroImage {
    margin-top: 24px;
    width: 100%;
    min-width: 620px;
    max-width: 662px;
}

.hero .imagesContainer {
    position: relative;
    height: 352px;
    width: 100%;
    -webkit-transform-origin: top;
    transform-origin: top;
}

.hero .imagesContainer img:first-child {
    top: 60px;
    left: 0;
}

.hero .imagesContainer img:last-child {
    top: 0;
    right: 0;
}

.hero .imagesContainer img {
    position: absolute;
}

.hero.mobile {
    padding: 0;
    margin-top: 72px;
    overflow-x: hidden;
}

.hero.mobile h1 {
    font-size: 24px;
}

.hero.mobile p {
    font-size: 18px;
}

.hero.mobile .heroImage{
    padding: 0 12px;
}

.home {
    max-width: 1236px;
    margin: auto;
    padding: 0 12px;
}

.home .extensionsContainer {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    margin-top: 20px;
}

.home .extensionCell {
    max-width: 33.33%;
    flex: 1 1 33.33%;
    border-radius: 2px;
    padding: 16px 8px;
}

.home h2 {
    font-weight: 700;
    font-size: 36px;
    color: #574751;
    color: var(--maroon);
}

.home &gt; *:not(.extensionsContainer) {
    padding-left: 8px;
    padding-right: 8px;
}

.home .developers {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 168px 0 104px;
    text-align: left;
}

.home .developers img {
    margin-right: 48px;
}

.home .developers .requestAccess {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 360px;
    padding: 16px 0;
    border-radius: 2px;
    background-color: #419bf9;
    background-color: var(--cornflower-blue);
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
}

.home .developers .requestAccess:hover {
    background-color: #4784c8;
}

.home .developers p {
    max-width: 632px;
    margin: 18px 0 24px;
    font-size: 18px;
    color: #574751;
    color: var(--maroon);
    line-height: 21px;
}

.home .developers p strong {
    font-weight: 500;
}

.home.mobile &gt; *:not(.extensionsContainer) {
    padding-left: 0;
    padding-right: 0;
}

.home.mobile h2 {
    font-size: 24px;
}

.home.mobile .developers {
    align-items: center;
    flex-direction: column;
    margin: 96px 0;
    text-align: center;
}

.home.mobile .developers img {
    margin: 0 0 24px;
}

.home.mobile .developers p {
    font-size: 18px;
    line-height: 21px;
    margin: 24px 0;
}

.home.mobile .developers .requestAccess {
    font-size: 18px;
    max-width: 296px;
    margin: auto;
}

.home.mobile .extensionsContainer {
    max-width: 420px;
    margin-top: 0;
}

.home.mobile .extensionCell {
    max-width: 100%;
    flex-basis: 100%;

    padding: 24px 0 0;
}

@media screen and (max-width: 1116px) {
    .home {
        max-width: 768px;
    }

    .home .developers img {
        width: 200px;
        height: 160px;
        margin: 18px 24px 0;
    }

    .home .extensionCell {
        max-width: 50%;
        flex-basis: 50%;
    }
}
.rippleContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.rippleContainer paper-ripple {
    pointer-events: none;
}

.rippleContainer paper-ripple.peach {
    color: #ee6723;
    color: var(--peach);
}

.rippleContainer paper-ripple.maroon {
    color: #574751;
    color: var(--maroon);
}

.loadingBar,
.loadingBar &gt; div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.loadingBar .bar {
    z-index: -1;
}

.loadingBar &gt; .background {
    background-color: #fff;
}

.popoverContainer {
    line-height: 0;
    cursor: pointer;
}

.popoverContent {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 0 1px 3px 0 var(--teflon-50pc);
}

.popoverAnchor {
    position: absolute;
    top: 66px;
    left: 0;
    z-index: -1;
    width: 15px;
    height: 15px;
    border-bottom-left-radius: 4px;
    transform: translateX(-50%) rotate(45deg);
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgba(85, 77, 86, 0.5); /* blent color: var(--teflon-50pc) */
}

.popoverAnchor.faceLeft {
    left: 100%;
}

.barrelList {
    position: relative;
    width: 320px;
    background-color: #fff;
    z-index: 10;
}

.mobile .barrelList .anchor {
    display: none;
}

.barrelList &gt; p {
    font-size: 15px;
    color: var(--teflon);
    padding: 24px 12px;
    background-color: #fff;
}

.barrelList .barrelListView {
    max-height: calc(100vh - 126px);
    overflow: auto;
}

.barrelList .barrelListView h3 {
    padding: 9px 12px;
    margin-top: 24px;
    font-size: 15px;
    font-weight: 500;
    color: var(--teflon);
    background-color: #fff;
}

.barrelList .barrelListView h3:first-child {
    margin-top: 0;
}

.barrelList .barrelListView .barrelListItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 42px;
    padding: 0 12px;
}

.barrelList .barrelListView .barrelListItem .barrelInfo {
    flex: 1;
    overflow: hidden;
}

.barrelList .barrelListView .barrelListItem .barrelInfo .title {
    color: var(--teflon);
    width: 260px;
    font-size: 15px;
    line-height: 18px;
}

.barrelList .barrelListView .barrelListItem .barrelInfo .title.disabled {
    color: var(--gandalf-50pc);
}

.barrelList .barrelListView .barrelListItem button {
    margin-left: 12px;
    width: 24px;
    height: 24px;
}

.barrelList .barrelListView .barrelListItem.selected {
    background-color: var(--cornflower-blue);
}

.barrelList .barrelListView .barrelListItem.selected .barrelInfo .title {
    color: #fff;
}

.barrelList .barrelListView .selectableListItem {
    background-color: #fff;
}

.barrelList .barrelListView .selectableListItem:nth-of-type(odd) {
    background-color: var(--whitey);
}

.accountList .accountListItem:hover {
    background-color: #f2f2f2;
    background-color: var(--whitey);
}

.accountList .accountListItem {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 120px;
    color: #574751;
    color: var(--maroon);
    cursor: pointer;
    padding: 8px 12px 8px 16px;
    white-space: nowrap;
    line-height: 18px;
    font-size: 15px;
}

.accountInfo {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.accountInfo span {
    margin-right: auto;
    margin-left: 12px;
}

.accountList .accountListItem {
    height: 50px;
}

.accountList .accountListItem input[type="radio"] {
    display: none;
}

.accountList .accountListItem &gt; img {
    margin-left: 12px;
    visibility: hidden;
}

.accountList .accountListItem input[type="radio"]:checked + img {
    visibility: initial;
}

.accountList {
    max-height: 392px;
    overflow-y: auto;
    width: 240px;
    background-color: #fff;
}

.barrelChooser .dropdown {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 280px;
    border-radius: 2px;
    background-color: #f2f2f2;
    background-color: var(--whitey);
    line-height: 18px;
    padding: 9px 12px;
    font-size: 15px;
    text-align: left;
    color: #574751;
    color: var(--maroon);
    cursor: pointer;
    margin-bottom: 12px;
}

.barrelChooser.mobile .dropdown {
    height: 44px;
}

.addExtensionDialog {
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 48px;
    color: #574751;
    color: var(--maroon);
    overflow: hidden;
}

.addExtensionDialog .accountsLoading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
}

.addExtensionDialog .profilePicture {
    border: 1px solid rgba(188, 181, 185, 0.5);
    border: 1px solid var(--warm-gray-50pc);
}

.addExtensionDialog h3 {
    margin-top: 48px;
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 500;
}

.addExtensionDialog p {
    width: 480px;
    margin: 12px 0;
    text-align: center;
}

.addExtensionDialog.info p {
    width: 540px;
    margin-bottom: 24px;
}

.addExtensionDialog p strong {
    font-weight: 500;
}

.addExtensionDialog p,
.addExtensionDialog ul {
    font-size: 15px;
}

.addExtensionDialog ul {
    transform: translate3d(calc(50% - 48px), 0, 0);
}

.addExtensionDialog ul li {
    list-style-type: none;
}

.addExtensionDialog ul li:before {
    content: "\2022";
    margin-right: 6px;
}

.addExtensionDialog button {
    width: 280px;
    height: 48px;
    border-radius: 2px;
    background-color: var(--cornflower-blue);
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-top: 24px;
}

.addExtensionDialog.info button {
    margin-top: 0;
}

.addExtensionDialog.info .prefImage {
    margin-bottom: 24px;
}

.addExtensionDialog.info a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 360px;
    height: 60px;
    background-color: #fff;
    font-size: 18px;
    font-weight: 500;
    color: var(--cornflower-blue);
    margin-top: 24px;
}

.addExtensionDialog button:disabled {
    opacity: 0.6;
    background-color: #bcb5b9;
    background-color: var(--warm-gray);
}

.addExtensionDialog.mobile {
    padding: 12px;

}

.addExtensionDialog.mobile h3 {
    margin: 12px 0 24px;
    font-size: 16px;
    text-align: center;
}

.addExtensionDialog.mobile p {
    width: 100%;
}

.addExtensionDialog.mobile ul {
    transform: translate3d(calc(50% - 36px), 0, 0);
}

.addExtensionDialog.mobile button {
    font-size: 16px;
    width: 288px;
    height: 48px;
}

</pre></body></html>