/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/.pnpm/css-loader@7.1.4_webpack@5.109.2/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!../node_modules/.pnpm/postcss-loader@8.2.1_@typescript+typescript6@6.0.2_postcss@8.5.26_webpack@5.109.2/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./styles/portico/compare_slack.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Experimental styles for the /compare/slack/ page variants.

   Everything here is scoped under `.compare-page`, so that the
   existing marketing pages are unaffected while we explore designs. */

/* Small explanatory note under a check/x icon in the feature table. */

.compare-page .compare-cell-note {
        font-size: 12px;
        line-height: 14px;
        margin-top: 4px;
        opacity: 0.75;
    }

.compare-page .compare-features-table .h2-subheader p {
            max-width: 640px;
            margin: 0 auto;
        }

.compare-page .compare-features-table .comparison-table td {
            vertical-align: top;
        }

/* Variant 1: narrative page in the style of /why-zulip and /for/business. */
.compare-page-narrative .compare-table-section {
        margin: 40px 0 0;
        padding: 8px 16px 0;
        background-color: var(--color-background-solid-hero);
        color: var(--color-text-hero);
    }
/* Alternate section backgrounds, as on /self-hosting, but
       without that page's pull-quote styles. */
.compare-page-narrative .alternative-features .feature-container {
        padding: 30px 4vw;
    }
.compare-page-narrative .alternative-features .feature-container:nth-child(even) {
            background: var(--color-background-box);
            border-radius: 10px;
        }
.compare-page-narrative .feature-text .intro_quote blockquote {
        font-size: 17px;
        margin-top: 24px;
        margin-bottom: 0;
    }
.compare-page-narrative .feature-image img {
        max-width: 100%;
    }

/* Variant 2: "the differences that matter" page. */
.compare-page-differences .compare-differences {
        max-width: 800px;
        margin: 0 auto;
        padding: 0 20px;
    }
.compare-page-differences .compare-differences h2 {
            text-align: center;
            font-weight: 600;
            margin: 20px 0 24px;
        }
.compare-page-differences .compare-levels-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 17px;
    }
.compare-page-differences .compare-levels-table th {
            text-align: left;
            padding: 8px 12px;
            border-bottom: 2px solid var(--color-prominent-border);
            font-weight: 600;
        }
.compare-page-differences .compare-levels-table td {
            padding: 12px;
            border-bottom: 1px solid hsl(0deg 0% 0% / 10%);
            vertical-align: top;
            line-height: 1.4;
        }
.compare-page-differences .compare-levels-table th:not(:first-child) {
            width: 24%;
            text-align: center;
        }
.compare-page-differences .compare-levels-table td:not(:first-child) {
            width: 24%;
            text-align: center;
        }
.compare-page-differences .compare-levels-table td small {
            display: block;
            margin-top: 4px;
            font-size: 13px;
            line-height: 1.3;
            color: hsl(0deg 0% 45%);
        }
@media (width <= 600px) {
.compare-page-differences .compare-levels-table {
            font-size: 15px;
    }

            .compare-page-differences .compare-levels-table td {
                padding: 10px 6px;
            }

            .compare-page-differences .compare-levels-table th:not(:first-child) {
                width: 28%;
            }

            .compare-page-differences .compare-levels-table td:not(:first-child) {
                width: 28%;
            }
        }
.compare-page-differences .compare-level {
        display: inline-block;
        padding: 3px 12px;
        border-radius: 999px;
        font-size: 14px;
        font-weight: 600;
        white-space: nowrap;
    }
.compare-page-differences .compare-level-yes {
        color: hsl(147deg 80% 24%);
        background: hsl(147deg 60% 90%);
    }
.compare-page-differences .compare-level-limited {
        color: hsl(42deg 85% 28%);
        background: hsl(42deg 90% 88%);
    }
.compare-page-differences .compare-level-paid {
        color: hsl(223deg 40% 30%);
        background: var(--color-background-box);
    }
.compare-page-differences .compare-level-no {
        color: hsl(0deg 55% 40%);
        background: hsl(0deg 60% 93%);
    }
.compare-page-differences .compare-levels-note {
        text-align: center;
        font-size: 15px;
        margin: 16px 0 0;
        opacity: 0.8;
    }
/* The long-form sections and FAQ live in markdown. */
.compare-page-differences .markdown h2 {
        margin-top: 40px;
    }
.compare-page-differences .markdown p > strong:first-child {
        display: block;
        margin-top: 20px;
    }
.compare-page-differences .why-zulip .discounts-section h2 {
        font-weight: 600;
    }

/* Variant 3: interactive "why topics?" article. */
.compare-page-interactive {
    --ci-border: hsl(210deg 30% 85%);
    --ci-muted-text: hsl(0deg 0% 45%);
    --ci-chat-height: 440px;
}
.compare-page-interactive .ci-stage {
        max-width: 1000px;
        margin: 40px auto 0;
        padding: 0 20px;
        display: grid;
        grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
        gap: 32px;
        align-items: start;
    }
@media (width <= 800px) {
.compare-page-interactive .ci-stage {
            grid-template-columns: minmax(0, 1fr);
            gap: 16px;
    }
        }
.compare-page-interactive .ci-stage h2 {
            margin: 0 0 12px;
            font-weight: 600;
        }
.compare-page-interactive .ci-stage p {
            font-size: 17px;
            line-height: 1.5;
        }
.compare-page-interactive .ci-stage-wide {
        grid-template-columns: minmax(0, 1fr);
    }
.compare-page-interactive .ci-task {
        padding: 12px 16px;
        border-radius: 8px;
        background: var(--color-background-box);
    }
.compare-page-interactive .ci-reveal {
        margin-left: 6px;
        padding: 2px 10px;
        border: 1px solid var(--color-link);
        border-radius: 4px;
        background: hsl(0deg 0% 100%);
        color: var(--color-link);
        font: inherit;
        font-size: 15px;
        cursor: pointer;
    }
.compare-page-interactive .ci-caption {
        min-height: 1.5em;
        font-size: 15px !important;
        color: var(--ci-muted-text);
    }
.compare-page-interactive .ci-actions {
        display: flex;
        flex-flow: row wrap;
        gap: 8px;
        margin: 8px 0 16px;
    }
.compare-page-interactive .ci-actions .button {
            font-size: 15px;
            padding: 6px 12px;
            border: none;
            color: hsl(0deg 0% 100%);
            background-color: hsl(219deg 62% 54%);
            cursor: pointer;
        }
.compare-page-interactive .ci-actions .button:hover {
                background-color: hsl(219deg 62% 50%);
            }
.compare-page-interactive .ci-actions .button:disabled {
                opacity: 0.5;
                cursor: default;
            }
.compare-page-interactive .ci-side-by-side {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 24px;
    }
@media (width <= 800px) {
.compare-page-interactive .ci-side-by-side {
            grid-template-columns: minmax(0, 1fr);
    }
        }
.compare-page-interactive .ci-pane-label {
        margin-bottom: 6px;
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: var(--ci-muted-text);
    }
/* The fake chat window. */
.compare-page-interactive .ci-chat {
        height: var(--ci-chat-height);
        display: flex;
        flex-direction: column;
        border: 1px solid var(--ci-border);
        border-radius: 8px;
        background: hsl(0deg 0% 100%);
        overflow: hidden;
        font-size: 14px;
        line-height: 1.4;
    }
.compare-page-interactive .ci-chat-header,.compare-page-interactive .ci-messages-header {
        padding: 8px 12px;
        border-bottom: 1px solid var(--ci-border);
        font-weight: 600;
        background: hsl(210deg 40% 97%);
    }
.compare-page-interactive .ci-feed,.compare-page-interactive .ci-messages {
        flex: 1;
        min-height: 0;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
    }
.compare-page-interactive .ci-message {
        display: flex;
        gap: 10px;
        padding: 6px 12px;
        transition: background-color 300ms ease-out;
    }
.compare-page-interactive .ci-message.ci-highlight {
        background: hsl(48deg 100% 85%);
    }
.compare-page-interactive .ci-avatar {
        flex: none;
        width: 28px;
        height: 28px;
        margin-top: 2px;
        border-radius: 6px;
        text-align: center;
        line-height: 28px;
        font-weight: 600;
        color: hsl(0deg 0% 100%);
        background: hsl(210deg 30% 60%);
    }
.compare-page-interactive .ci-avatar-priya { background: hsl(340deg 50% 55%); }
.compare-page-interactive .ci-avatar-tom { background: hsl(200deg 55% 45%); }
.compare-page-interactive .ci-avatar-lena { background: hsl(150deg 40% 40%); }
.compare-page-interactive .ci-avatar-marco { background: hsl(30deg 70% 50%); }
.compare-page-interactive .ci-avatar-sam { background: hsl(270deg 40% 55%); }
.compare-page-interactive .ci-avatar-jess { background: hsl(190deg 50% 40%); }
.compare-page-interactive .ci-message-meta {
        display: flex;
        gap: 8px;
        align-items: baseline;
    }
.compare-page-interactive .ci-sender {
        font-weight: 600;
    }
.compare-page-interactive .ci-time {
        font-size: 12px;
        color: var(--ci-muted-text);
    }
/* Topic view: list on the left, one conversation on the right. */
.compare-page-interactive .ci-topics {
        flex-direction: row;
    }
.compare-page-interactive .ci-topic-list {
        flex: 0 0 200px;
        display: flex;
        flex-direction: column;
        border-right: 1px solid var(--ci-border);
        background: hsl(210deg 40% 97%);
        overflow-y: auto;
    }
@media (width <= 500px) {
.compare-page-interactive .ci-topic-list {
            flex-basis: 140px;
    }
        }
.compare-page-interactive .ci-topic {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 8px;
        padding: 9px 12px;
        border: none;
        border-bottom: 1px solid var(--ci-border);
        background: transparent;
        font: inherit;
        text-align: left;
        cursor: pointer;
        transition: background-color 300ms ease-out;
    }
.compare-page-interactive .ci-topic:hover {
            background: hsl(210deg 40% 93%);
        }
.compare-page-interactive .ci-topic.ci-topic-active {
            background: hsl(0deg 0% 100%);
            font-weight: 600;
        }
.compare-page-interactive .ci-topic.ci-topic-muted {
            opacity: 0.45;
        }
.compare-page-interactive .ci-topic.ci-highlight {
            background: hsl(48deg 100% 85%);
        }
.compare-page-interactive .ci-topic-name {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
.compare-page-interactive .ci-unread {
        flex: none;
        min-width: 20px;
        padding: 0 6px;
        border-radius: 10px;
        text-align: center;
        font-size: 12px;
        font-weight: 600;
        color: hsl(0deg 0% 100%);
        background: hsl(219deg 62% 54%);
    }
.compare-page-interactive .ci-messages {
        flex: 1;
    }
.compare-page-interactive .ci-empty {
        margin: auto;
        padding: 20px;
        color: var(--ci-muted-text);
    }
.compare-page-interactive .why-zulip .discounts-section h2 {
        font-weight: 600;
    }


/*# sourceMappingURL=marketing-page.css.map*/