/* Shared production stylesheet generated from css/base.css, css/layout.css, and css/components.css. */

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

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

body {
    background: #ffffff;
    color: #0b1020;
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

:focus-visible {
    outline: 3px solid rgba(28, 66, 217, .35);
    outline-offset: 3px;
}

.skip-link {
    position: fixed;
    z-index: 500;
    top: 12px;
    left: 12px;
    transform: translateY(-160%);
    padding: 10px 14px;
    border-radius: 10px;
    background: #0b1020;
    color: #fff;
    transition: transform .2s ease;
}

.skip-link:focus {
    transform: none;
}

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

ul,
ol {
    list-style: none;
}

button,
input,
select,
textarea {
    font: inherit;
    color: inherit;
}

button {
    background: none;
    border: none;
    cursor: pointer;
}

svg {
    display: block;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

::selection {
    background: #1c42d9;
    color: #fff;
}

.site-main {
    min-height: 40vh;
}

.wrap {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 28px;
}

.wrap-sm {
    max-width: 860px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

.h1 {
    font-family: "Manrope", sans-serif;
    font-size: clamp(42px, 6vw, 78px);
    font-weight: 700;
    line-height: 0.99;
    letter-spacing: -0.055em;
}

.h2 {
    font-family: "Manrope", sans-serif;
    font-size: clamp(30px, 4vw, 50px);
    font-weight: 650;
    line-height: 1.06;
    letter-spacing: -0.045em;
}

.h3 {
    font-size: 19px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -0.018em;
}

.h4 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.012em;
}

.blue {
    color: #1c42d9;
}

.lead {
    font-size: clamp(16px, 1.5vw, 18.5px);
    line-height: 1.6;
    color: #4d5668;
}

.body {
    font-size: 15px;
    line-height: 1.6;
    color: #4d5668;
}

.body-sm {
    font-size: 13.5px;
    line-height: 1.55;
    color: #4d5668;
}

.pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    max-width: 100%;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.005em;
    padding: 7px 14px 7px 11px;
    color: #1636b8;
    text-align: center;
}

.pill i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: currentColor;
    opacity: 0.8;
}

.tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #1c42d9;
    letter-spacing: -0.005em;
    margin-bottom: 14px;
}

main [id] {
    scroll-margin-top: 110px;
}

.noscript-panel {
    margin-top: 48px;
    background: #eef4ff;
    border: 1px solid #cbdcff;
    border-radius: 14px;
    padding: 32px;
}

.noscript-panel h1 {
    font-family: "Manrope", sans-serif;
    font-size: 28px;
    margin-bottom: 10px;
    letter-spacing: -0.04em;
}

.noscript-panel p+p {
    margin-top: 10px;
}

@media (max-width: 720px) {
    .wrap {
        padding: 0 18px;
    }

    main [id] {
        scroll-margin-top: 94px;
    }
}

@media (max-width: 540px) {
    .wrap {
        padding: 0 16px;
    }
}


.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 60;
    background: #fff;
    border-bottom: 1px solid rgba(230, 233, 238, .78);
    box-shadow: none;
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition: border-color 0.24s ease, box-shadow 0.24s ease;
}

#siteHeader {
    height: 92px;
}

body.nav-open {
    overflow: hidden;
}

.nav-in {
    max-width: 1800px;
    margin: 0 auto;
    min-height: 92px;
    padding: 0 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    position: relative;
    background: transparent;
}

.nav.stuck {
    border-bottom-color: #dde5f0;
    box-shadow: 0 10px 24px rgba(16, 19, 25, .05);
}

.mark {
    display: inline-flex;
    align-items: center;
}

.mark-logo {
    display: block;
    width: clamp(136px, 14vw, 154px);
    height: auto;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 40px;
    flex: 1;
    justify-content: center;
}

.nav-links a {
    font-size: 15px;
    font-weight: 600;
    color: #0b1020;
    letter-spacing: -0.015em;
    transition: color 0.16s ease;
}

.nav-links a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    margin-top: 4px;
    background: #1c42d9;
    border-radius: 99px;
    transition: width .2s ease;
}

.nav-links a:hover::after,
.nav-links a:focus-visible::after {
    width: 100%;
}

.nav-links a:hover {
    color: #1c42d9;
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.menuButton {
    display: none;
}

.locale-switcher {
    position: relative;
    width: 96px;
    flex-shrink: 0;
}

.locale-trigger {
    width: 100%;
    min-height: 42px;
    padding: 0 13px 0 14px;
    border: 1px solid #dbe4f7;
    border-radius: 999px;
    background: #fff;
    display: grid;
    grid-template-columns: 16px minmax(0, 1fr) 12px;
    align-items: center;
    gap: 10px;
    color: #354258;
    cursor: pointer;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.locale-trigger:hover {
    border-color: #c5d5fb;
}

.locale-trigger:focus-visible {
    outline: none;
    border-color: #1c42d9;
    box-shadow: 0 0 0 4px rgba(26, 98, 255, 0.12);
}

.locale-trigger-code {
    min-width: 0;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: -0.02em;
    text-align: left;
}

.locale-panel {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: 182px;
    padding: 8px;
    border: 1px solid #dbe4f7;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
    display: grid;
    gap: 4px;
}

.locale-panel[hidden] {
    display: none !important;
}

.locale-option {
    width: 100%;
    padding: 12px 10px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    text-align: left;
    cursor: pointer;
    transition: background 0.18s ease;
}

.locale-option:hover,
.locale-option:focus-visible,
.locale-option.is-active {
    background: #edf4ff;
}

.locale-option:focus-visible {
    outline: none;
}

.locale-option-code {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.035em;
    color: #5a6880;
}

.locale-option-name {
    font-size: 13px;
    font-weight: 600;
    color: #55657e;
}

.locale-option:hover .locale-option-code,
.locale-option:hover .locale-option-name,
.locale-option:focus-visible .locale-option-code,
.locale-option:focus-visible .locale-option-name,
.locale-option.is-active .locale-option-code,
.locale-option.is-active .locale-option-name {
    color: #1c42d9;
}

.locale-switcher.is-open .locale-trigger {
    border-color: #c5d5fb;
}

.locale-switcher .sel-arrow,
.locale-switcher .dropdownCaret svg {
    width: 12px;
    height: 12px;
    color: #1c42d9;
}

.locale-icon {
    width: 16px;
    height: 16px;
    color: #1c42d9;
}

.locale-icon svg {
    width: 16px;
    height: 16px;
}

.nav-talk {
    height: 44px;
    padding: 0 24px;
    border-radius: 999px;
    gap: 12px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.nav-talk svg {
    width: 16px;
    height: 16px;
}

.nav-talk:hover {
    background: #1636b8;
}

.nav-talk:focus-visible {
    outline: none;
    background: #1636b8;
    box-shadow: 0 0 0 4px rgba(28, 66, 217, 0.14), 0 12px 26px rgba(28, 66, 217, 0.18);
}

.foot {
    background: #10131a;
    color: rgba(255, 255, 255, 0.72);
    padding: 75px clamp(24px, 5vw, 80px) calc(24px + env(safe-area-inset-bottom));
}

.foot .wrap {
    max-width: 1180px;
    padding: 0;
}

.foot-top {
    display: grid;
    grid-template-columns: 2fr minmax(0, 2.2fr) 1.2fr auto;
    align-items: start;
    gap: 50px;
    padding-bottom: 70px;
}

.foot-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
}

.foot .mark {
    margin-bottom: 16px;
}

.foot .mark-logo {
    width: 168px;
}

.foot-brand {
    max-width: 43ch;
}

.foot-statement {
    max-width: 32ch;
    margin-top: 20px;
    color: #fff;
    font-family: "Manrope", sans-serif;
    font-size: clamp(20px, 2vw, 28px);
    font-weight: 650;
    line-height: 1.25;
    letter-spacing: -.035em;
}

.foot-socials {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
}

.foot-socials a {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    color: rgba(255, 255, 255, .86);
    transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease;
}

.foot-socials a:hover {
    background: #fff;
    color: #1c42d9 !important;
    border-color: #fff;
}

.foot-socials svg {
    width: 17px;
    height: 17px;
}

.foot-col {
    display: flex;
    flex-direction: column;
    gap: 11px;
    align-items: flex-start;
}

.foot-h {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.foot-col a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.84);
    text-decoration: none;
    transition: color 0.16s ease;
}

.foot-contact a {
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: currentColor;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.18em;
}

.foot-col a:hover {
    color: #fff;
}

.foot-contact p:not(.foot-h) {
    max-width: 25ch;
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.74);
}

.foot-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.foot-bottom p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.72);
}

.foot-bottom a {
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
}

.to-top {
    display: inline-grid;
    place-items: center;
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    padding: 0;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff;
    font-size: 18px;
    line-height: 1;
    transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.to-top:hover {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.06);
}

@media (max-width: 850px) {
    #siteHeader {
        height: 76px;
    }

    .nav {
        top: 0;
    }

    .nav-in {
        min-height: 76px;
        padding: 0 24px;
        gap: 18px;
    }

    .menuButton {
        display: flex;
        width: 42px;
        height: 42px;
        border: 0;
        background: #eef4ff;
        border-radius: 50%;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        padding: 12px;
        flex-shrink: 0;
        z-index: 22;
    }

    .menuButton i {
        width: 100%;
        height: 2px;
        background: #101319;
    }

    .nav-links {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        min-height: 100dvh;
        background: #fff;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 24px;
        padding: 120px 24px 48px;
        font: 600 28px/1.1 "Manrope", sans-serif;
        transform: translateY(-100%);
        transition: transform .4s cubic-bezier(.22, 1, .36, 1);
        overflow-y: auto;
        z-index: 21;
    }

    .nav-links a {
        font: inherit;
        text-align: center;
    }

    .nav-links.open {
        transform: none;
    }

    .nav-actions {
        position: absolute;
        right: 72px;
        z-index: 22;
    }

    .nav-links.open+.nav-actions {
        z-index: 23;
    }

    .nav-actions .nav-talk {
        display: none;
    }

    .locale-switcher {
        width: 86px;
    }

    .foot-top {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 36px 24px;
    }

    .foot-links {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .foot-top>.to-top {
        display: none;
    }

    .foot {
        padding-top: 72px;
    }

    .foot-brand {
        grid-column: 1 / -1;
    }

    .foot-statement {
        max-width: none;
        margin-top: 24px;
    }

    .foot-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

@media (max-width: 520px) {
    .nav-in {
        padding: 0 16px;
        gap: 12px;
    }

    .foot {
        padding-top: 76px;
    }

    .locale-switcher {
        width: 82px;
    }

    .locale-trigger {
        gap: 8px;
        padding: 0 10px 0 11px;
    }

    .mark-logo {
        width: clamp(126px, 30vw, 138px);
    }

    .foot-top {
        grid-template-columns: minmax(0, 1fr);
        gap: 28px;
        padding-bottom: 40px;
    }

    .foot-links {
        grid-template-columns: minmax(0, 1fr);
        gap: 24px;
    }

    .foot-brand {
        grid-column: auto;
    }

    .foot-statement {
        font-size: clamp(19px, 6.4vw, 24px);
        line-height: 1.2;
        margin-top: 20px;
    }

    .foot-socials {
        margin-top: 24px;
    }
}


.btn {
    display: inline-flex;
    gap: 22px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 999px;
    padding: 16px 22px;
    background: #1c42d9;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: background-color .25s ease, border-color .25s ease, color .25s ease, transform .25s cubic-bezier(.22, 1, .36, 1), box-shadow .25s ease;
}

.btn svg {
    width: 16px;
    height: 16px;
}

.btn-blue {
    background: #1c42d9;
    color: #fff;
}

.btn-blue:hover {
    background: #1636b8;
}

.btn-ink {
    background: #0b1020;
    color: #fff;
}

.btn-ink:hover {
    background: #24242a;
}

.btn-paper {
    background: #ffffff;
    color: #0b1020;
}

.btn-paper:hover {
    opacity: 0.9;
}

.btn-line {
    border: 1px solid #d5dae2;
    color: #0b1020;
    background: #ffffff;
}

.btn-line:hover {
    border-color: #878d9b;
}

.btn-sm {
    padding: 12px 18px;
    font-size: 14px;
}

.btn:disabled {
    cursor: wait;
    opacity: .82;
    transform: none;
    box-shadow: none;
}

.field {
    height: 50px;
    padding: 0 16px;
    width: 100%;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #d5dae2;
    color: #0b1020;
    font-size: 15px;
    outline: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.field::placeholder {
    color: #69758a;
}

.field:hover {
    border-color: #5f6b7f;
}

.field:focus {
    border-color: #1c42d9;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.field:disabled,
.field-select-trigger:disabled {
    cursor: not-allowed;
    border-color: #dbe4f7;
    background: #f3f6fc;
    color: #55657e;
    box-shadow: none;
}

.field.bad {
    border-color: #dc2626;
    box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.12);
}

.sel-arrow {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    pointer-events: none;
    color: #69758a;
    transition: color 0.18s ease, transform 0.18s ease;
}

.signup-select {
    position: relative;
    display: block;
    margin-top: 0;
    z-index: 5;
}

.field-select-trigger {
    position: relative;
    display: flex;
    align-items: center;
    text-align: left;
    cursor: pointer;
    padding-right: 44px;
}

.field-select-value {
    display: block;
    width: 100%;
    padding-right: 8px;
}

.field-select-trigger .sel-arrow {
    right: 16px;
}

.field-select-trigger.is-placeholder .field-select-value {
    color: #4d5668;
}

.field-select-trigger:not(.is-placeholder) .field-select-value {
    color: #0b1020;
}

.field-select-panel {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    padding: 8px;
    border: 1px solid #dbe4f7;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
    display: grid;
    gap: 4px;
    z-index: 10;
    max-height: min(320px, calc(100vh - 92px - 120px));
    overflow-y: auto;
}

.field-select-panel[hidden] {
    display: none !important;
}

.field-select-option {
    width: 100%;
    padding: 12px 16px;
    border: 0;
    border-radius: 14px;
    background: transparent;
    color: #55657e;
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    transition: background 0.18s ease, color 0.18s ease;
}

.field-select-option:hover,
.field-select-option:focus-visible,
.field-select-option.is-active {
    background: #edf4ff;
    color: #1c42d9;
}

.field-select-option:focus-visible {
    outline: none;
}

.signup-select:hover .sel-arrow {
    color: #4d5668;
}

.signup-select:focus-within .sel-arrow {
    color: #1c42d9;
}

.signup-select.is-open .field-select-trigger {
    border-color: #c5d5fb;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.signup-select.is-open .sel-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.signup {
    width: 100%;
    max-width: 500px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
    gap: 8px;
}

.signup-name,
.signup-row {
    min-width: 0;
    display: grid;
    gap: 8px;
}

.signup-name {
    grid-column: 1 / -1;
    grid-row: 1;
}

.signup-row {
    grid-column: 1;
    grid-row: 2;
    min-width: 0;
}

.signup-name .field,
.signup-row .field {
    min-width: 0;
}

.signup-submit {
    grid-column: 2;
    grid-row: 2;
    flex-shrink: 0;
    min-width: 174px;
    min-height: 50px;
}

.signup-select {
    grid-column: 1 / -1;
    grid-row: 3;
}

.note {
    grid-column: 1 / -1;
    grid-row: 4;
}

.note {
    font-size: 13px;
    color: #5f6b7f;
    margin-top: 12px;
}

.note.bad {
    color: #dc2626;
    font-weight: 500;
}

.signup-field-error {
    min-height: 18px;
    font-size: 13px;
    line-height: 1.45;
    color: #dc2626;
}

.done {
    background: #eef4ff;
    border: 1px solid #cbdcff;
    border-radius: 14px;
    padding: 22px;
    text-align: left;
}

.done-h {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin-bottom: 7px;
}

.done-b {
    font-size: 14.5px;
    color: #4d5668;
    line-height: 1.55;
}

.done-meta {
    margin-top: 10px;
    font-size: 13.5px;
    line-height: 1.5;
    color: #5f6b7f;
}

.frame {
    margin-top: clamp(44px, 6vw, 72px);
    padding: 10px;
    background: #f6f8fc;
    border: 1px solid #e6e9ee;
    border-radius: 20px;
    box-shadow: 0 32px 64px -24px rgba(10, 10, 11, 0.22), 0 10px 24px -12px rgba(10, 10, 11, 0.10);
}

.frame.is-tall {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
}

.frame img {
    width: 100%;
    border-radius: 14px;
}

.js-on .r {
    opacity: 0;
    transition: opacity 0.62s ease, transform 0.72s cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay: 0ms;
}

.js-on .r-up {
    transform: translateY(22px);
}

.js-on .r-left {
    transform: translateX(-26px);
}

.js-on .r-right {
    transform: translateX(26px);
}

.js-on .r-in {
    transform: scale(0.975);
}

.js-on .r.in {
    opacity: 1;
    transform: none;
}

@media (prefers-reduced-motion: reduce) {
    .js-on .r {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

.toast {
    position: fixed;
    right: 24px;
    bottom: 24px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 45px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    width: min(360px, calc(100vw - 48px));
    min-height: 68px;
    border: 1px solid #edf2f7;
    border-radius: 16px;
    background: #ffffff;
    color: #0f172a;
    font-family: "Manrope", sans-serif;
    padding: 14px 16px 14px 14px;
    z-index: 300;
    box-shadow: 0 20px 44px -28px rgba(15, 23, 42, .18), 0 10px 22px -18px rgba(15, 23, 42, .10);
}

.toast::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 5px;
    border-radius: 16px 0 0 16px;
    background: #16a34a;
}

.toast[hidden] {
    display: none;
}

.toast.is-success {
    border-color: #e6f5eb;
}

.toast.is-warning {
    border-color: #ffedd9;
}

.toast.is-warning::before {
    background: #ff9716;
}

.toast.is-error {
    border-color: #fde3e3;
}

.toast.is-error::before {
    background: #e3342f;
}

.toast-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #ffffff;
    border: 3px solid currentColor;
    color: #16a34a;
    flex-shrink: 0;
}

.toast.is-success .toast-icon {
    color: #16a34a;
}

.toast.is-warning .toast-icon {
    color: #ff9716;
}

.toast.is-error .toast-icon {
    color: #e3342f;
}

.toast-icon svg {
    width: 18px;
    height: 18px;
}

.toast-copy {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.toast-label {
    font-family: "Manrope", sans-serif;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
}

.toast.is-success .toast-label {
    color: #16a34a;
}

.toast.is-warning .toast-label {
    color: #ff9716;
}

.toast.is-error .toast-label {
    color: #e3342f;
}

.toast-headline {
    color: #0f172a;
    font-family: "Manrope", sans-serif;
    font-size: clamp(15px, 1.05vw, 16px);
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: -0.03em;
    margin: 0;
}

.toast-message {
    min-width: 0;
    color: #6b7280;
    font-size: 12px;
    line-height: 1.28;
    font-weight: 500;
    margin: 0;
}

@media (max-width: 720px) {
    .field-select-panel {
        max-height: min(320px, calc(100vh - 76px - 120px));
    }

    .btn {
        gap: 14px;
    }

    .signup {
        grid-template-columns: minmax(0, 1fr);
    }

    .signup-name {
        grid-column: 1;
        grid-row: 1;
    }

    .signup-row {
        grid-column: 1;
        grid-row: 2;
    }

    .signup-select {
        grid-column: 1;
        grid-row: 3;
    }

    .signup-submit {
        grid-column: 1;
        grid-row: 4;
        width: 100%;
        min-height: 54px;
    }

    .note {
        grid-column: 1;
        grid-row: 5;
    }

    .frame {
        padding: 6px;
        border-radius: 14px;
    }
}

@media (max-width: 540px) {

    .signup-name .field,
    .signup-row .field,
    .field-select-trigger {
        height: 52px;
    }

    .signup-submit {
        min-height: 52px;
    }

    .done {
        padding: 20px 18px;
    }

    .toast {
        left: 16px;
        right: 16px;
        bottom: 16px;
        width: auto;
        min-height: 94px;
        grid-template-columns: 48px minmax(0, 1fr);
        gap: 12px;
        padding: 14px 14px 14px 12px;
    }

    .toast::before {
        width: 4px;
    }

    .toast-icon {
        width: 38px;
        height: 38px;
        border-width: 3px;
    }

    .toast-icon svg {
        width: 15px;
        height: 15px;
    }

    .toast-label {
        font-size: 10px;
    }

    .toast-headline {
        font-size: 14px;
    }

    .toast-message {
        font-size: 11px;
    }
}