

/* Start:/local/components/memocar/public.v2.hero/templates/smart-entry/style.css?17872519894215*/
.mc-smart-hero {
    padding: 38px 0 44px;
}

.mc-smart-hero__grid {
    min-height: 500px;
    display: flex;
    align-items: center;
}

.mc-smart-hero__grid--without-image {
    min-height: 360px;
}

.mc-smart-hero__copy {
    flex: 0 1 47%;
    min-width: 0;
}

.mc-smart-hero__copy > .mc-v2-badge {
    width: max-content;
    max-width: 100%;
}

.mc-smart-hero__copy h1 {
    max-width: 620px;
    margin: 18px 0 0;
    font-size: clamp(44px, 4.25vw, 68px);
    line-height: .98;
    letter-spacing: -.052em;
}

.mc-smart-hero__lead {
    max-width: 620px;
    margin: 22px 0 0;
    color: var(--mc-secondary);
    font-size: 14px;
    line-height: 1.65;
}

.mc-smart-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
}

.mc-smart-hero__visual {
    flex: 1 1 53%;
    min-width: 0;
}

.mc-smart-hero__visual img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.mc-smart-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin-top: 26px;
}

.mc-smart-hero__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--mc-secondary);
    font-weight: 500;
}

.mc-smart-hero__meta-item i {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 18px;
    color: var(--mc-text);
}

.mc-smart-hero__meta-item svg,
.mc-smart-hero__meta-item img {
    width: 18px;
    height: 18px;
}

.mc-smart-hero__meta-item svg,
.mc-smart-hero__button-icon {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mc-smart-hero__button-icon {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
}

.mc-smart-hero__gift {
    width: min(100%, 560px);
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr) 20px;
    align-items: center;
    gap: 11px;
    margin-top: 16px;
    padding: 11px 13px;
    border: 1px solid rgba(255, 192, 1, .36);
    border-radius: 14px;
    background: #fff9e9;
    color: var(--mc-text);
    text-decoration: none;
    transition: border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.mc-smart-hero__gift > svg:first-child {
    width: 20px;
    height: 20px;
    justify-self: center;
    fill: none;
    stroke: #9b7600;
    stroke-width: 1.8;
}

.mc-smart-hero__gift span {
    display: grid;
    gap: 2px;
    min-width: 0;
}

.mc-smart-hero__gift strong {
    font-size: 13px;
    line-height: 1.35;
}

.mc-smart-hero__gift small {
    color: var(--mc-secondary);
    font-size: 11px;
    line-height: 1.4;
}

.mc-smart-hero__gift-arrow {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.mc-smart-hero__gift:hover {
    border-color: rgba(255, 192, 1, .72);
    box-shadow: 0 8px 20px rgba(19, 22, 28, .06);
    transform: translateY(-1px);
}

.mc-smart-hero__gift:focus-visible {
    outline: 3px solid rgba(255, 192, 1, .32);
    outline-offset: 2px;
}

@media (max-width: 1100px) {
    .mc-smart-hero__grid {
        min-height: 430px;
        gap: 26px;
    }

    .mc-smart-hero__copy {
        flex-basis: 45%;
    }

    .mc-smart-hero__visual {
        flex-basis: 55%;
    }

    .mc-smart-hero__copy h1 {
        font-size: clamp(40px, 5vw, 54px);
    }
}

@media (max-width: 780px) {
    .mc-smart-hero {
        padding: 28px 0 30px;
    }

    .mc-smart-hero__grid {
        min-height: 0;
        flex-direction: column;
        align-items: stretch;
        gap: 26px;
    }

    .mc-smart-hero__copy,
    .mc-smart-hero__visual {
        flex-basis: auto;
    }

    .mc-smart-hero__copy h1 {
        max-width: 560px;
        margin-top: 16px;
        font-size: clamp(38px, 10vw, 50px);
    }

    .mc-smart-hero__visual {
        max-width: 680px;
        margin-inline: auto;
    }
}

@media (max-width: 520px) {
    .mc-smart-hero__copy h1 {
        font-size: 38px;
    }

    .mc-smart-hero__actions {
        display: grid;
    }

    .mc-smart-hero__actions .mc-v2-button {
        width: 100%;
    }

    .mc-smart-hero__meta {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
    }
}

/* End */


/* Start:/local/js/memocar/voice/src/voice.css?178792074813141*/
.mc-voice-control{position:relative;display:inline-flex;align-items:center;gap:8px}.mc-voice-trigger{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-width:44px;min-height:44px;padding:0 12px;border:1px solid var(--mc-border-soft,#e7e9ed);border-radius:12px;background:#fff;color:var(--mc-text-primary,#17181a);font:600 12px Montserrat,Arial,sans-serif;cursor:pointer}.mc-voice-trigger svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mc-voice-trigger:hover:not(:disabled){border-color:rgba(255,192,1,.8);background:#fff9e7}.mc-voice-trigger:focus-visible,.mc-voice-cancel:focus-visible,.mc-voice-dialog__close:focus-visible,.mc-voice-device:focus-visible{outline:3px solid rgba(255,192,1,.32);outline-offset:2px}.mc-voice-trigger:disabled{opacity:.45;cursor:not-allowed}.mc-voice-trigger.is-recording{border-color:#ef544a;background:#fff1f0;color:#cf3d34;animation:mc-voice-pulse 1.35s infinite}.mc-voice-panel{position:absolute;z-index:30;top:calc(100% + 8px);right:0;width:min(320px,calc(100vw - 32px));padding:12px;border:1px solid rgba(23,24,26,.08);border-radius:14px;background:#fff;box-shadow:0 12px 30px rgba(0,0,0,.13)}.mc-voice-panel__top{display:flex;align-items:center;gap:10px}.mc-voice-panel__status{min-width:0;flex:1;font-size:12px;font-weight:600;line-height:1.4}.mc-voice-panel__timer{font-size:12px;font-weight:700;font-variant-numeric:tabular-nums}.mc-voice-meter{position:relative;width:54px;height:8px;overflow:hidden;border-radius:999px;background:#eceef1}.mc-voice-meter:before{content:"";display:block;width:calc(var(--mc-voice-level,0) * 100%);height:100%;border-radius:inherit;background:#ffc001;transition:width .08s linear}.mc-voice-panel__bottom{display:flex;align-items:center;gap:8px;margin-top:10px}.mc-voice-device{min-width:0;min-height:44px;flex:1;padding:0 8px;border:1px solid #e7e9ed;border-radius:9px;background:#fff;font:500 12px Montserrat,Arial,sans-serif}.mc-voice-cancel{min-height:44px;padding:0 10px;border:0;border-radius:9px;background:#f1f2f4;color:#5f6570;font:600 12px Montserrat,Arial,sans-serif;cursor:pointer}.mc-voice-dictation-field{display:grid;gap:7px}.mc-voice-dictation-field>.mc-voice-field-head>label{font-size:12px;font-weight:600}.mc-voice-dictation-field>textarea{width:100%;box-sizing:border-box}.mc-voice-field-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.mc-voice-inline .mc-voice-trigger{min-height:44px;min-width:44px;padding:0 10px;border-radius:10px;font-size:12px}.mc-voice-inline .mc-voice-trigger svg{width:15px;height:15px}.mc-voice-inline .mc-voice-panel{top:calc(100% + 6px)}@keyframes mc-voice-pulse{0%,100%{box-shadow:0 0 0 0 rgba(239,84,74,.2)}50%{box-shadow:0 0 0 7px rgba(239,84,74,0)}}@media(max-width:767px){.mc-voice-panel{position:fixed;left:16px;right:16px;top:auto;bottom:96px;width:auto}.mc-voice-trigger span{display:none}}


/*
 * Полноразмерное окно голосовой умной записи.
 */
.mc-voice-dialog[hidden]{display:none!important}
.mc-voice-dialog{position:fixed;z-index:1200;inset:0;display:grid;padding:24px;place-items:center}
.mc-voice-dialog__backdrop{position:absolute;inset:0;border:0;background:rgba(17,18,20,.58);cursor:default}
.mc-voice-dialog__window{position:relative;width:min(560px,calc(100vw - 32px));max-height:calc(100dvh - 32px);padding:24px;overflow:auto;border:1px solid rgba(23,24,26,.08);border-radius:20px;background:#fff;box-shadow:0 20px 60px rgba(13,15,17,.22);text-align:center}
.mc-voice-dialog__close{position:absolute;z-index:2;top:16px;right:16px;display:grid;width:44px;height:44px;padding:0;place-items:center;border:0;border-radius:11px;color:#17181a;background:#f1f2f4;cursor:pointer}
.mc-voice-dialog__close svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.mc-voice-dialog__head{padding:0 42px}
.mc-voice-dialog__head h2{margin:0;font-size:26px;line-height:32px;letter-spacing:-.025em}
.mc-voice-dialog__head p{margin:7px 0 0;color:#6d727b;font-size:12px;line-height:18px}
.mc-voice-dialog__visual{position:relative;width:100%;height:180px;margin:18px auto 0}
.mc-voice-dialog__orbits,.mc-voice-dialog__sphere{position:absolute;top:50%;left:50%;display:block;max-width:none;transform:translate(-50%,-50%);pointer-events:none}
.mc-voice-dialog__orbits {
    top: 65%;
    width: 75%;
    height: auto;
    object-fit: contain;
}
.mc-voice-dialog__sphere{width: auto;height: 100%;object-fit:contain;filter:drop-shadow(0 18px 30px rgba(244,174,0,.22))}
.mc-voice-dialog__visual .is-error{display:none}
.mc-voice-dialog[data-state="error"] .mc-voice-dialog__visual .is-standard,.mc-voice-dialog[data-state="permission-denied"] .mc-voice-dialog__visual .is-standard{display:none}
.mc-voice-dialog[data-state="error"] .mc-voice-dialog__visual .is-error,.mc-voice-dialog[data-state="permission-denied"] .mc-voice-dialog__visual .is-error{display:block}
.mc-voice-dialog[data-state="error"] .mc-voice-dialog__sphere,.mc-voice-dialog[data-state="permission-denied"] .mc-voice-dialog__sphere{filter:drop-shadow(0 18px 30px rgba(239,84,74,.2))}
.mc-voice-dialog__status{margin:0;color:#17181a;font-size:14px;font-weight:600;}
.mc-voice-dialog[data-state="error"] .mc-voice-dialog__status,.mc-voice-dialog[data-state="permission-denied"] .mc-voice-dialog__status{color:#b9342d}

.mc-voice-dialog__window{overflow-x:hidden;overflow-y:auto}
.mc-voice-dialog__stage{
    position:relative;
    isolation:isolate;
    margin-top:0;
}
.mc-voice-dialog__stage>.mc-voice-dialog__status,
.mc-voice-dialog__stage>.mc-voice-dialog__timer,
.mc-voice-dialog__stage>.mc-voice-dialog__note{
    position:relative;
    z-index:2;
}
.mc-voice-dialog .mc-voice-dialog__wave{
    position:absolute;
    z-index:1;
    top:50%;
    left:50%;
    display:none;
    width:min(540px,calc(100% + 88px))!important;
    height:112px!important;
    margin:0!important;
    padding:0 8px;
    box-sizing:border-box;
    align-items:center;
    justify-content:space-between;
    flex-flow:row nowrap!important;
    gap:clamp(3px,.7vw,7px)!important;
    overflow:hidden;
    pointer-events:none;
    transform:translate(-50%,-50%);
    opacity:.72;
    -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 93%,transparent 100%);
    mask-image:linear-gradient(90deg,transparent 0,#000 7%,#000 93%,transparent 100%);
}
.mc-voice-dialog .mc-voice-dialog__wave>i{
    display:block;
    flex:0 0 5px!important;
    width:5px!important;
    height:var(--mc-wave-height,var(--mc-wave-idle-height,11px))!important;
    min-height:5px;
    max-height:82px;
    border-radius:999px;
    background:#d4d7dc!important;
    opacity:.82!important;
    transform:translateZ(0)!important;
    transform-origin:center;
    transition:height 70ms linear,background-color 100ms ease,opacity 100ms ease;
}
.mc-voice-dialog .mc-voice-dialog__wave>i:nth-child(6n+1){--mc-wave-idle-height:9px}
.mc-voice-dialog .mc-voice-dialog__wave>i:nth-child(6n+2){--mc-wave-idle-height:16px}
.mc-voice-dialog .mc-voice-dialog__wave>i:nth-child(6n+3){--mc-wave-idle-height:26px}
.mc-voice-dialog .mc-voice-dialog__wave>i:nth-child(6n+4){--mc-wave-idle-height:14px}
.mc-voice-dialog .mc-voice-dialog__wave>i:nth-child(6n+5){--mc-wave-idle-height:32px}
.mc-voice-dialog .mc-voice-dialog__wave>i:nth-child(6n){--mc-wave-idle-height:12px}
.mc-voice-dialog .mc-voice-dialog__wave>i.is-active{background:#17181a!important;opacity:1!important}
.mc-voice-dialog__status{display:block;width:max-content;max-width:100%;margin:0 auto;padding:0 8px;border-radius:8px;background:rgba(255,255,255,.82);text-shadow:0 0 16px #fff}
.mc-voice-dialog__timer{display:none;width:max-content;margin:5px auto 0;padding:0 9px;border-radius:9px;background:rgba(255,255,255,.84);font-size:30px;line-height:36px;font-variant-numeric:tabular-nums;text-shadow:0 0 16px #fff}
.mc-voice-dialog__note{display:block;width:max-content;max-width:100%;padding:0 7px;border-radius:7px;background:rgba(255,255,255,.78);text-shadow:0 0 14px #fff}
.mc-voice-dialog[data-state="recording"] .mc-voice-dialog__wave{display:flex!important}
.mc-voice-dialog[data-state="preparing"] .mc-voice-dialog__wave,
.mc-voice-dialog[data-state="stopping"] .mc-voice-dialog__wave,
.mc-voice-dialog[data-state="processing"] .mc-voice-dialog__wave{display:none!important}
.mc-voice-dialog[data-state="recording"] .mc-voice-dialog__timer{display:block}
.mc-voice-dialog[data-state="preparing"] .mc-voice-dialog__status,
.mc-voice-dialog[data-state="stopping"] .mc-voice-dialog__status,
.mc-voice-dialog[data-state="processing"] .mc-voice-dialog__status{display:inline-flex;align-items:center;justify-content:center;gap:10px}
.mc-voice-dialog[data-state="preparing"] .mc-voice-dialog__status:before,
.mc-voice-dialog[data-state="stopping"] .mc-voice-dialog__status:before,
.mc-voice-dialog[data-state="processing"] .mc-voice-dialog__status:before{content:"";width:18px;height:18px;flex:0 0 18px;border:2px solid rgba(23,24,26,.18);border-top-color:#ffc001;border-radius:50%;animation:mc-voice-processing-spin .72s linear infinite}
.mc-voice-dialog__note{margin:8px auto 0;color:#6d727b;font-size:12px;line-height:18px}
.mc-voice-dialog__actions{display:flex;margin-top:22px;gap:10px}
.mc-voice-dialog__actions .mc-cb-button{flex:1}

/*
 * Кнопки не создают второе окно. Они управляют состоянием текущего:
 * запись можно остановить, на вопрос — ответить, ошибку — повторить.
 */
.mc-voice-dialog__actions [data-mc-voice-dialog-stop],
.mc-voice-dialog__actions [data-mc-voice-dialog-retry],
.mc-voice-dialog__actions [data-mc-voice-dialog-text]{display:none}
.mc-voice-dialog[data-state="recording"] .mc-voice-dialog__actions [data-mc-voice-dialog-stop],
.mc-voice-dialog[data-state="question"] .mc-voice-dialog__actions [data-mc-voice-dialog-stop],
.mc-voice-dialog[data-state="error"] .mc-voice-dialog__actions [data-mc-voice-dialog-retry],
.mc-voice-dialog[data-state="permission-denied"] .mc-voice-dialog__actions [data-mc-voice-dialog-retry],
.mc-voice-dialog[data-state="error"] .mc-voice-dialog__actions [data-mc-voice-dialog-text],
.mc-voice-dialog[data-state="permission-denied"] .mc-voice-dialog__actions [data-mc-voice-dialog-text]{display:inline-flex}
body.mc-voice-dialog-open{overflow:hidden}
.mc-event-ai__voice .mc-voice-panel{display:none!important}
@keyframes mc-voice-horizontal-idle{0%,100%{height:var(--mc-wave-idle-height,11px)}50%{height:calc(var(--mc-wave-idle-height,11px) + 24px)}}
@media(max-width:767px){
    .mc-voice-dialog{padding:12px}
    .mc-voice-dialog__window{width:100%;max-height:calc(100dvh - 24px);padding:20px 16px;border-radius:20px}
    .mc-voice-dialog__head{padding:0 36px}
    .mc-voice-dialog__head h2{font-size:22px;line-height:28px}
    .mc-voice-dialog__visual{width:190px;height:152px}
    .mc-voice-dialog__orbits{width:190px;height:152px}
    .mc-voice-dialog__sphere{width:auto;height:100%}
    .mc-voice-dialog .mc-voice-dialog__wave{width:calc(100% + 24px)!important;height:104px!important;padding:0 4px;gap:3px!important;opacity:.7}
    .mc-voice-dialog .mc-voice-dialog__wave>i{flex-basis:4px!important;width:4px!important;max-height:76px}
    .mc-voice-dialog__actions{flex-direction:column}
    .mc-voice-dialog__actions .mc-cb-button{width:100%}
}
@media(prefers-reduced-motion:reduce){
    .mc-voice-dialog .mc-voice-dialog__wave>i{animation:none!important;transition:none!important}
}

/* CABINET 1.1.7: в smart-сценарии технические этапы обработки показываются
   одним стабильным состоянием с индикатором загрузки. */
[data-mc-voice-control][data-mc-voice-mode="smart"][data-mc-voice-state="preparing"] .mc-voice-panel__status,
[data-mc-voice-control][data-mc-voice-mode="smart"][data-mc-voice-state="stopping"] .mc-voice-panel__status,
[data-mc-voice-control][data-mc-voice-mode="smart"][data-mc-voice-state="processing"] .mc-voice-panel__status{display:inline-flex;align-items:center;gap:7px}
[data-mc-voice-control][data-mc-voice-mode="smart"][data-mc-voice-state="preparing"] .mc-voice-panel__status:before,
[data-mc-voice-control][data-mc-voice-mode="smart"][data-mc-voice-state="stopping"] .mc-voice-panel__status:before,
[data-mc-voice-control][data-mc-voice-mode="smart"][data-mc-voice-state="processing"] .mc-voice-panel__status:before{content:"";width:14px;height:14px;flex:0 0 14px;border:2px solid rgba(23,24,26,.18);border-top-color:#ffc001;border-radius:50%;animation:mc-voice-processing-spin .72s linear infinite}
@keyframes mc-voice-processing-spin{to{transform:rotate(360deg)}}
@media(prefers-reduced-motion:reduce){[data-mc-voice-control][data-mc-voice-mode="smart"] .mc-voice-panel__status:before,.mc-voice-dialog[data-state="preparing"] .mc-voice-dialog__status:before,.mc-voice-dialog[data-state="stopping"] .mc-voice-dialog__status:before,.mc-voice-dialog[data-state="processing"] .mc-voice-dialog__status:before{animation:none}}

/* End */


/* Start:/local/components/memocar/public.v2.demo-smart-entry/templates/page-smart-entry/style.css?17872519891770*/

.mc-smart-entry-page-gift {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) auto;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    padding: 20px 22px;
    border: 1px solid rgba(255, 192, 1, .34);
    border-radius: 18px;
    background: linear-gradient(135deg, #fff9e7, #fffdf7);
}

.mc-smart-entry-page-gift__icon {
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: #ffc001;
    color: #17181a;
}

.mc-smart-entry-page-gift__icon svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}

.mc-smart-entry-page-gift__copy {
    min-width: 0;
}

.mc-smart-entry-page-gift__copy h3 {
    margin: 8px 0 0;
    font-size: 21px;
    line-height: 1.2;
    letter-spacing: -.025em;
}

.mc-smart-entry-page-gift__copy p {
    max-width: 760px;
    margin: 6px 0 0;
    color: var(--mc-secondary);
    font-size: 13px;
    line-height: 1.55;
}

.mc-smart-entry-page-gift > .mc-v2-button {
    min-width: 174px;
    justify-self: end;
}

@media (max-width: 900px) {
    .mc-smart-entry-page-gift {
        grid-template-columns: 56px minmax(0, 1fr);
    }

    .mc-smart-entry-page-gift__icon {
        width: 56px;
        height: 56px;
    }

    .mc-smart-entry-page-gift > .mc-v2-button {
        grid-column: 2;
        justify-self: start;
    }
}

@media (max-width: 620px) {
    .mc-smart-entry-page-gift {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 18px;
    }

    .mc-smart-entry-page-gift__icon {
        width: 52px;
        height: 52px;
    }

    .mc-smart-entry-page-gift > .mc-v2-button {
        grid-column: auto;
        width: 100%;
        justify-self: stretch;
    }
}

/* End */


/* Start:/local/components/memocar/public.v2.demo-smart-entry/templates/home-smart-entry/style.css?178723925014944*/
.mc-public-demo-smart-inline[hidden]{display:none!important}
.mc-public-demo-smart-inline{min-width:0;margin-top:0}
.mc-public-demo-smart-inline__content-error{padding:28px;border:1px solid #eceef1;border-radius:18px;background:#fff;color:#6d727b;line-height:1.55;text-align:center}
.mc-public-demo-smart-inline__surface{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden}
.mc-public-demo-smart-inline__composer,.mc-public-demo-smart-inline__draft{position:relative;min-width:0;padding:28px}
.mc-public-demo-smart-inline__composer{overflow:hidden;border-radius:var(--mc-v2-radius-xl);background:linear-gradient(135deg,#ffc001 0%,#ffd24a 60%,#ffe6a0 100%)}
.mc-public-demo-smart-inline__composer-content{position:relative;z-index:2;max-width:100%}
.mc-public-demo-smart-inline__composer-content[hidden]{display:none!important}
.mc-public-demo-smart-inline__composer-visual{position:absolute;z-index:0;right:-34px;bottom:-58px;width:270px;height:270px;pointer-events:none}
.mc-public-demo-smart-inline__composer-glow{position:absolute;inset:18px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.72) 0%,rgba(255,255,255,.26) 42%,rgba(255,255,255,0) 72%);filter:blur(8px)}
.mc-public-demo-smart-inline__composer-visual img{position:absolute;right:26px;bottom:26px;display:block;width:188px;height:188px;object-fit:contain;opacity:.42;filter:drop-shadow(0 14px 28px rgba(135,93,0,.16))}
.mc-public-demo-smart-inline__draft{background:radial-gradient(circle at 50% 50%,rgb(235 235 235) 0%,rgb(255 255 255) 58%)}
.mc-public-demo-smart-inline__meta{display:flex;min-height:48px;align-items:flex-start;justify-content:space-between;gap:16px}
.mc-public-demo-smart-inline__meta h3,.mc-public-demo-smart-inline__draft-head h3{margin:0;color:#17181a;font-size:18px;line-height:1.3}
.mc-public-demo-smart-inline__meta p,.mc-public-demo-smart-inline__draft-head p{max-width:520px;margin:5px 0 0;line-height:17px}
.mc-public-demo-smart-inline__form{margin-top:22px}
.mc-public-demo-smart-inline__input-label{display:block;margin-bottom:8px;color:#17181a;font-weight:600;line-height:20px}
.mc-public-demo-smart-inline__input-wrap{position:relative;display:flex;min-height:72px;align-items:stretch;border:1px solid rgba(23,24,26,.12);border-radius:15px;background:#fff;box-shadow:0 8px 20px rgba(96,68,0,.08);transition:border-color .16s ease,box-shadow .16s ease}
.mc-public-demo-smart-inline__input-wrap:focus-within{border-color:#17181a;box-shadow:0 0 0 3px rgba(23,24,26,.09),0 8px 20px rgba(96,68,0,.08)}
.mc-public-demo-smart-inline__input-wrap textarea{display:block;width:100%;min-height:70px;padding:14px 112px 14px 16px;resize:none;border:0;border-radius:15px;outline:0;color:#17181a;background:transparent;font:400 14px/21px Montserrat,Arial,sans-serif}
.mc-public-demo-smart-inline__input-wrap textarea::placeholder{color:#9aa0a8}
.mc-public-demo-smart-inline__input-wrap textarea:disabled{opacity:.62;cursor:wait}
.mc-public-demo-smart-inline__input-actions{position:absolute;right:6px;top:50%;display:flex;align-items:center;gap:6px;transform:translateY(-50%)}
.mc-public-demo-smart-inline__voice-control{position:relative}
.mc-public-demo-smart-inline__microphone,.mc-public-demo-smart-inline__send{display:grid;width:44px;min-width:44px;height:44px;min-height:44px;padding:0;place-items:center;border:0;border-radius:12px;cursor:pointer;transition:background .16s ease,transform .16s ease,opacity .16s ease}
.mc-public-demo-smart-inline__microphone{background:#f1f2f4;color:#17181a}
.mc-public-demo-smart-inline__send{background:#111214;color:#fff}
.mc-public-demo-smart-inline__microphone:hover:not(:disabled){background:#e6e8eb}
.mc-public-demo-smart-inline__send:hover:not(:disabled){background:#222326;transform:translateY(-1px)}
.mc-public-demo-smart-inline__microphone:focus-visible,.mc-public-demo-smart-inline__send:focus-visible{outline:3px solid rgba(255,255,255,.72);outline-offset:2px}
.mc-public-demo-smart-inline__microphone:disabled,.mc-public-demo-smart-inline__send:disabled{opacity:.55;cursor:wait;transform:none}
.mc-public-demo-smart-inline__microphone svg,.mc-public-demo-smart-inline__send svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mc-public-demo-smart-inline__voice-panel{display:none!important}
.mc-public-demo-smart-inline__under{display:grid;margin-top:8px;grid-template-columns:minmax(0,1fr) auto;gap:12px;font-size:var(--ui-size-sm);}
.mc-public-demo-smart-inline__under b{font-weight:700;}
.mc-public-demo-smart-inline__examples{margin-top:16px}
.mc-public-demo-smart-inline__examples>span{display:block;margin-bottom:8px;color:#5f501f;font-size:12px;font-weight:600;line-height:17px}
.mc-public-demo-smart-inline__examples>div{display:flex;flex-wrap:wrap;gap:8px}
.mc-public-demo-smart-inline__examples button{min-height:44px;padding:10px 13px;border:1px solid rgba(23,24,26,.12);border-radius:11px;color:#3f4247;background:rgba(255,255,255,.88);font:500 12px/17px Montserrat,Arial,sans-serif;cursor:pointer;transition:border-color .16s ease,background .16s ease,transform .16s ease}
.mc-public-demo-smart-inline__examples button:hover{border-color:#17181a;background:#fff;transform:translateY(-1px)}
.mc-public-demo-smart-inline__examples button:focus-visible{outline:3px solid rgba(255,255,255,.78);outline-offset:2px}
.mc-public-demo-smart-inline__feedback{min-height:30px;margin-top:14px}
.mc-public-demo-smart-inline__pending{display:inline-flex;align-items:center;gap:8px;color:#5e4b12;font-size:12px;font-weight:600;line-height:17px}
.mc-public-demo-smart-inline__pending[hidden]{display:none!important}
.mc-public-demo-smart-inline__pending i{width:16px;height:16px;flex:0 0 16px;border:2px solid rgba(23,24,26,.16);border-top-color:#17181a;border-radius:50%;animation:mc-public-demo-smart-spin .72s linear infinite}
.mc-public-demo-smart-inline__error{padding:10px 12px;border-radius:11px;color:#9e3029;background:rgba(255,255,255,.9);font-size:12px;line-height:18px}
.mc-public-demo-smart-inline__error[hidden]{display:none!important}
.mc-public-demo-smart-inline__draft-head{display:flex;min-height:48px;align-items:flex-start;justify-content:space-between;gap:16px}
.mc-public-demo-smart-inline__draft-status{display:inline-flex;min-height:32px;padding:6px 10px;align-items:center;gap:6px;flex:0 0 auto;border:1px solid rgba(24,168,101,.18);border-radius:999px;color:#19713f;background:#edf8f2;font-size:12px;font-weight:600;line-height:16px}
.mc-public-demo-smart-inline__draft-status[hidden]{display:none!important}
.mc-public-demo-smart-inline__draft-status svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.mc-public-demo-smart-inline__empty{display:flex;min-height:56px;margin-top:18px;padding:12px 14px;align-items:center;gap:10px;border:1px dashed rgba(23,24,26,.13);border-radius:13px;background:rgba(255,255,255,.64)}
.mc-public-demo-smart-inline__empty[hidden]{display:none!important}
.mc-public-demo-smart-inline__empty>span{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:11px;color:#8b6800;background:#fff4c2}
.mc-public-demo-smart-inline__empty svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.mc-public-demo-smart-inline__empty strong{display:block;color:#17181a;line-height:20px}
.mc-public-demo-smart-inline__empty p{margin:2px 0 0;color:#777d86;font-size:12px;line-height:17px}
.mc-public-demo-smart-inline__result{margin-top:16px}
.mc-public-demo-smart-inline__record-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.mc-public-demo-smart-inline__record-field{min-width:0}
.mc-public-demo-smart-inline__record-field>span{display:block;margin-bottom:7px;color:#6d727b;font-size:12px;font-weight:600;line-height:17px}
.mc-public-demo-smart-inline__record-field>div{display:flex;min-height:46px;padding:10px 12px;align-items:center;border:1px solid #e5e7ea;border-radius:12px;color:#17181a;background:rgba(255,255,255,.9);font-weight:600;line-height:20px;overflow-wrap:anywhere}
.mc-public-demo-smart-inline__record-field>div.is-empty{color:#a2a7ae;font-weight:500}
.mc-public-demo-smart-inline__record-field.is-vehicle>div{background:#f3f4f5}
.mc-public-demo-smart-inline__fields{display:grid;margin:14px 0 0;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.mc-public-demo-smart-inline__fields[hidden]{display:none!important}
.mc-public-demo-smart-inline__fields>div{min-width:0;padding:10px 12px;border:1px solid #e8eaed;border-radius:11px;background:rgba(255,255,255,.72)}
.mc-public-demo-smart-inline__fields dt{color:#777d86;font-size:12px;line-height:17px}
.mc-public-demo-smart-inline__fields dd{margin:3px 0 0;color:#17181a;font-weight:600;line-height:20px;overflow-wrap:anywhere}
.mc-public-demo-smart-inline__items-wrap{margin-top:14px;overflow:hidden;border:1px solid #e8eaed;border-radius:12px;background:rgba(255,255,255,.84)}
.mc-public-demo-smart-inline__items-wrap>strong{display:block;padding:12px 14px;color:#17181a;border-bottom:1px solid #eef0f2;line-height:20px}
.mc-public-demo-smart-inline__item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;padding:10px 14px;border-top:1px solid #f0f1f2;align-items:start}
.mc-public-demo-smart-inline__item:first-child{border-top:0}
.mc-public-demo-smart-inline__item-copy{min-width:0}
.mc-public-demo-smart-inline__item-copy strong{display:block;color:#17181a;font-weight:600;line-height:20px;overflow-wrap:anywhere}
.mc-public-demo-smart-inline__item-copy small{display:block;margin-top:3px;color:#8a9098;font-size:12px;line-height:17px}
.mc-public-demo-smart-inline__item-amount{color:#17181a;font-weight:700;line-height:20px;white-space:nowrap}
.mc-public-demo-smart-inline__clear{display:inline-flex;min-height:44px;margin-top:14px;padding:0 13px;align-items:center;gap:7px;border:1px solid #e1e4e8;border-radius:11px;color:#4f555e;background:#fff;font:600 12px/17px Montserrat,Arial,sans-serif;cursor:pointer}
.mc-public-demo-smart-inline__clear[hidden]{display:none!important}
.mc-public-demo-smart-inline__clear svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mc-public-demo-smart-inline__clear:hover{border-color:#ffc001;background:#fffdf5}
.mc-public-demo-smart-limit[hidden]{display:none!important}
.mc-public-demo-smart-limit{position:relative;z-index:2;display:flex;min-height:420px;padding:18px 8px 22px;align-items:flex-start;justify-content:center;flex-direction:column;background:transparent}
.mc-public-demo-smart-limit__copy{max-width:560px}
.mc-public-demo-smart-limit__eyebrow{display:block;margin-bottom:7px;color:#6f5700;font-size:12px;font-weight:700;line-height:17px;letter-spacing:.04em;text-transform:uppercase}
.mc-public-demo-smart-limit__copy h3{margin:0;color:#17181a;font-size:24px;font-weight:700;line-height:1.18;letter-spacing:-.03em}
.mc-public-demo-smart-limit__copy>p{margin:12px 0 0;color:#5f501f;line-height:1.6}
.mc-public-demo-smart-limit__gifts{display:flex;margin-top:18px;flex-direction:column;gap:8px}
.mc-public-demo-smart-limit__gifts span{display:flex;align-items:flex-start;gap:8px;color:#38320f;line-height:20px}
.mc-public-demo-smart-limit__gifts svg{width:18px;height:18px;flex:0 0 18px;margin-top:1px;fill:none;stroke:#6f5700;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.mc-public-demo-smart-limit__gifts b{font-weight:700}
.mc-public-demo-smart-limit__free{color:#6c5a1f!important;font-size:12px!important;line-height:18px!important}
.mc-public-demo-smart-limit .mc-public-button{margin-top:20px}
.mc-public-demo-smart-voice-dialog .mc-voice-dialog__actions .mc-public-button{display:none;flex:1;max-width:none;padding:11px 16px}
.mc-public-demo-smart-voice-dialog[data-state="recording"] .mc-voice-dialog__actions [data-mc-voice-dialog-stop],
.mc-public-demo-smart-voice-dialog[data-state="question"] .mc-voice-dialog__actions [data-mc-voice-dialog-stop],
.mc-public-demo-smart-voice-dialog[data-state="error"] .mc-voice-dialog__actions [data-mc-voice-dialog-retry],
.mc-public-demo-smart-voice-dialog[data-state="permission-denied"] .mc-voice-dialog__actions [data-mc-voice-dialog-retry],
.mc-public-demo-smart-voice-dialog[data-state="error"] .mc-voice-dialog__actions [data-mc-voice-dialog-text],
.mc-public-demo-smart-voice-dialog[data-state="permission-denied"] .mc-voice-dialog__actions [data-mc-voice-dialog-text]{display:inline-flex}
.mc-public-demo-smart-voice-dialog .mc-voice-dialog__actions [data-mc-voice-dialog-cancel]{display:inline-flex}
.mc-public-demo-smart-voice-dialog .mc-voice-dialog__close svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
@keyframes mc-public-demo-smart-spin{to{transform:rotate(360deg)}}
@media(max-width:1100px){
    .mc-public-demo-smart-inline__record-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:980px){
    .mc-public-demo-smart-inline__surface{grid-template-columns:1fr}
    .mc-public-demo-smart-inline__draft{border-left:0}
    .mc-public-demo-smart-inline__composer-visual{right:-18px;bottom:-78px}
}
@media(max-width:700px){
    .mc-public-demo-smart-inline__composer,.mc-public-demo-smart-inline__draft{padding:20px 16px}
    .mc-public-demo-smart-inline__composer-visual{right:-54px;bottom:-70px;width:220px;height:220px}
    .mc-public-demo-smart-inline__composer-visual img{width:150px;height:150px}
    .mc-public-demo-smart-inline__input-wrap textarea{padding-right:110px}
    .mc-public-demo-smart-inline__under{grid-template-columns:1fr auto}
    .mc-public-demo-smart-inline__draft-head{flex-direction:column}
    .mc-public-demo-smart-inline__record-grid{grid-template-columns:1fr}
    .mc-public-demo-smart-inline__fields{grid-template-columns:1fr}
    .mc-public-demo-smart-limit{min-height:360px;padding:12px 0 28px}
    .mc-public-demo-smart-limit__copy h3{font-size:21px}
    .mc-public-demo-smart-limit .mc-public-button{width:100%;max-width:250px}
    .mc-public-demo-smart-voice-dialog .mc-voice-dialog__actions .mc-public-button{width:100%}
}
@media(max-width:430px){
    .mc-public-demo-smart-inline__composer-visual{opacity:.55}
    .mc-public-demo-smart-inline__input-wrap textarea{min-height:92px;padding-right:104px}
    .mc-public-demo-smart-inline__examples>div{display:grid;grid-template-columns:1fr}
    .mc-public-demo-smart-inline__examples button{width:100%;text-align:left}
    .mc-public-demo-smart-inline__item{grid-template-columns:1fr;gap:3px}
    .mc-public-demo-smart-inline__item-amount{white-space:normal}
}
@media(prefers-reduced-motion:reduce){
    .mc-public-demo-smart-inline__pending i{animation:none}
    .mc-public-demo-smart-inline__microphone,.mc-public-demo-smart-inline__send,.mc-public-demo-smart-inline__examples button{transition:none}
}

/* End */


/* Start:/local/components/memocar/public.v2.features/templates/smart-situations/style.css?17867840221725*/
.mc-smart-situations-section {
    padding: 22px 0 24px;
}

.mc-smart-situations {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.mc-smart-situation {
    position: relative;
    min-height: 250px;
    overflow: hidden;
    border-radius: 18px;
    background: #161719;
}

.mc-smart-situation img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mc-smart-situation::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 35%, rgba(8,9,10,.82) 100%);
}

.mc-smart-situation__copy {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 18px;
    color: #fff;
}

.mc-smart-situation h3,
.mc-smart-situation p {
    margin: 0;
}

.mc-smart-situation h3 {
    font-size: 28px;
}

.mc-smart-situation p {
    margin-top: 5px;
    color: rgba(255,255,255,.82);
    line-height: 17px;
}

.mc-smart-situation--without-image {
    min-height: 160px;
    border: 1px solid var(--mc-border);
    background: #fff;
}

.mc-smart-situation--without-image::after {
    display: none;
}

.mc-smart-situation--without-image .mc-smart-situation__copy {
    position: static;
    color: var(--mc-text);
}

.mc-smart-situation--without-image p {
    color: var(--mc-secondary);
}

@media (max-width: 820px) {
    .mc-smart-situations {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mc-smart-situation:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 560px) {
    .mc-smart-situations {
        grid-template-columns: 1fr;
    }

    .mc-smart-situation:last-child {
        grid-column: auto;
    }
}

/* End */


/* Start:/local/components/memocar/public.v2.features/templates/smart-compare/style.css?17867861862097*/
.mc-smart-compare-section {
    padding: 26px 0 22px;
}

.mc-smart-compare-section__head h2 {
    margin: 0;
    font-size: clamp(28px, 3vw, 42px);
}

.mc-smart-compare {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr);
    align-items: stretch;
    padding: 30px 32px;
    border: 1px solid var(--mc-border);
    border-radius: 20px;
    background: #fff;
}

.mc-smart-compare__panel {
    min-width: 0;
    min-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mc-smart-compare__panel img {
    width: 100%;
    max-height: 420px;
    object-fit: contain;
}

.mc-smart-compare__fallback {
    width: 100%;
    min-height: 280px;
    padding: 24px;
    border-radius: 16px;
    background: var(--mc-surface);
}

.mc-smart-compare__fallback h3,
.mc-smart-compare__fallback p {
    margin: 0;
}

.mc-smart-compare__fallback p {
    margin-top: 8px;
    color: var(--mc-secondary);
    font-size: 14px;
    line-height: 1.6;
}

.mc-smart-compare__vs {
    position: relative;
    display: grid;
    place-items: center;
    align-self: center;
    width: 46px;
    height: 46px;
    margin-inline: auto;
    border: 1px solid var(--mc-border);
    border-radius: 50%;
    background: #fff;
    box-shadow: var(--mc-shadow);
    font-size: 13px;
    font-weight: 700;
}

.mc-smart-compare__vs::before {
    content: '';
    position: absolute;
    top: -135px;
    bottom: -135px;
    left: 50%;
    z-index: -1;
    width: 1px;
    background: var(--mc-border);
}

@media (max-width: 900px) {
    .mc-smart-compare {
        padding: 20px;
        grid-template-columns: minmax(0, 1fr) 50px minmax(0, 1fr);
    }

    .mc-smart-compare__panel {
        min-height: 260px;
    }
}

@media (max-width: 680px) {
    .mc-smart-compare {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 16px;
    }

    .mc-smart-compare__panel {
        min-height: 0;
    }

    .mc-smart-compare__vs {
        width: 42px;
        height: 42px;
    }

    .mc-smart-compare__vs::before {
        display: none;
    }
}

/* End */


/* Start:/local/components/memocar/public.v2.features/templates/smart-results/style.css?17867862114887*/
.mc-smart-results-section {
    padding: 22px 0 24px;
}

.mc-smart-results {
    position: relative;
    overflow: hidden;
    padding: 34px 36px 18px;
    border-radius: 20px;
    background: linear-gradient(135deg, #ffd768 0%, #ffc001 48%, #ffb900 100%);
    box-shadow: 0 14px 34px rgba(182, 129, 0, .12);
}

.mc-smart-results__head {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto 28px;
    text-align: center;
}

.mc-smart-results__head h2 {
    margin: 0;
    font-size: clamp(28px, 3vw, 42px);
}

.mc-smart-results__head p {
    margin: 10px 0 0;
}

.mc-smart-results__scene {
    position: relative;
    min-height: 430px;
    display: grid;
    grid-template-columns: minmax(210px, 1fr) minmax(270px, 1.2fr) minmax(210px, 1fr);
    grid-template-rows: auto auto 88px;
    grid-template-areas:
        'history odometer documents'
        'expenses draft reminders'
        '. brand .';
    gap: 22px 46px;
    align-items: center;
}

.mc-smart-results__lines {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.mc-smart-results__lines path {
    fill: none;
    stroke: rgba(255,255,255,.92);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-dasharray: 4 9;
    vector-effect: non-scaling-stroke;
}

.mc-smart-results__card,
.mc-smart-results__draft {
    position: relative;
    z-index: 1;
    background: rgba(255,255,255,.65);
    box-shadow: 0 10px 24px rgba(94, 63, 0, .09);
}

.mc-smart-results__card {
    min-height: 104px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 16px;
    border-radius: 16px;
}

.mc-smart-results__card h3,
.mc-smart-results__card p {
    margin: 0;
}

.mc-smart-results__card p {
    margin-top: 5px;
    line-height: 17px;
}

.mc-smart-results__icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    flex: 0 0 44px;
    border-radius: 12px;
    background: #fff6d9;
    color: #c98500;
}

.mc-smart-results__icon svg,
.mc-smart-results__icon img {
    width: 24px;
    height: 24px;
}

.mc-smart-results__icon svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mc-smart-results__card--history { grid-area: history; }
.mc-smart-results__card--odometer { grid-area: odometer; }
.mc-smart-results__card--expenses { grid-area: expenses; }
.mc-smart-results__card--documents { grid-area: documents; }
.mc-smart-results__card--reminders { grid-area: reminders; }

.mc-smart-results__draft {
    grid-area: draft;
    padding: 18px;
    border-radius: 18px;
}

.mc-smart-results__draft > strong {
    display: block;
    margin-bottom: 12px;
}

.mc-smart-results__draft dl {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
}

.mc-smart-results__draft dl div {
    padding: 8px;
    border-radius: 10px;
    background: #faf8f1;
}

.mc-smart-results__draft dt {
    color: var(--mc-secondary);
    font-size: 10px;
}

.mc-smart-results__draft dd {
    margin: 3px 0 0;
    font-size: 12px;
    font-weight: 600;
}

.mc-smart-results__draft p {
    margin: 12px 0 0;
    font-size: 12px;
    line-height: 17px;
}

.mc-smart-results__draft > span {
    display: inline-flex;
    margin-top: 10px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #eaf8ed;
    color: #20863d;
    font-size: 10px;
    font-weight: 600;
}

.mc-smart-results__brand {
    grid-area: brand;
    position: relative;
    align-self: end;
    height: 92px;
}

.mc-smart-results__orbits,
.mc-smart-results__sphere {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.mc-smart-results__orbits {
    bottom: -60px;
    width: 250px;
    opacity: .9;
}

.mc-smart-results__sphere {
    bottom: -7px;
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 980px) {
    .mc-smart-results {
        padding-inline: 24px;
    }

    .mc-smart-results__scene {
        min-height: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-template-rows: auto;
        grid-template-areas:
            'draft draft'
            'history odometer'
            'expenses documents'
            'reminders reminders'
            'brand brand';
        gap: 14px;
    }

    .mc-smart-results__lines {
        display: none;
    }
}

@media (max-width: 620px) {
    .mc-smart-results {
        padding: 26px 16px 12px;
    }

    .mc-smart-results__scene {
        grid-template-columns: 1fr;
        grid-template-areas:
            'draft'
            'history'
            'odometer'
            'expenses'
            'documents'
            'reminders'
            'brand';
    }

    .mc-smart-results__draft dl {
        grid-template-columns: 1fr;
    }
}

/* End */


/* Start:/local/components/memocar/public.v2.features/templates/smart-examples/style.css?17867874421548*/
.mc-smart-examples-section {
    padding: 28px 0 20px;
}

.mc-smart-examples {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.mc-smart-example {
    min-width: 0;
    min-height: 164px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 18px;
    border: 1px solid var(--mc-border);
    border-radius: 16px;
    background: #fff;
}

.mc-smart-example__icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: #fff6dc;
    color: #d89400;
}

.mc-smart-example__icon svg,
.mc-smart-example__icon img {
    width: 25px;
    height: 25px;
}

.mc-smart-example__icon svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mc-smart-example h3,
.mc-smart-example p {
    margin: 0;
}

.mc-smart-example p {
    margin-top: 6px;
    color: var(--mc-secondary);
    line-height: 17px;
}

@media (max-width: 1180px) {
    .mc-smart-examples {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 680px) {
    .mc-smart-examples {
        display: flex;
        overflow-x: auto;
        gap: 12px;
        margin-inline: -16px;
        padding-inline: 16px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .mc-smart-examples::-webkit-scrollbar {
        display: none;
    }

    .mc-smart-example {
        flex: 0 0 min(78vw, 280px);
        scroll-snap-align: start;
    }
}

/* End */


/* Start:/local/components/memocar/public.v2.cta/templates/smart-entry/style.css?17867952982189*/
.mc-smart-final-section {
    padding: 26px 0 26px;
}

.mc-smart-final {
    min-height: 190px;
    display: grid;
    grid-template-columns: minmax(190px, .9fr) minmax(0, 1.45fr) minmax(240px, .78fr);
    align-items: center;
    gap: 30px;
    overflow: hidden;
    padding: 26px 34px;
    border-radius: 20px;
    background: linear-gradient(110deg, #111214 0%, #17181a 56%, #201b0c 100%);
    color: #fff;
}

.mc-smart-final__visual {
    position: relative;
    height: 160px;
}

.mc-smart-final__orbits,
.mc-smart-final__sphere {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mc-smart-final__orbits {
    width: 280px;
    opacity: .82;
}

.mc-smart-final__sphere {
    width: auto;
    height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 10px 22px rgba(255, 177, 0, .25));
}

.mc-smart-final__copy h2,
.mc-smart-final__copy p {
    margin: 0;
}

.mc-smart-final__copy h2 {
    font-size: clamp(26px, 2.8vw, 40px);
    line-height: 1.08;
    letter-spacing: -.035em;
}

.mc-smart-final__copy p {
    max-width: 620px;
    margin-top: 10px;
    color: rgba(255,255,255,.72);
    font-size: 14px;
    line-height: 1.55;
}

.mc-smart-final__action {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
}

.mc-smart-final__action .mc-v2-button {
    width: 100%;
}

.mc-smart-final__action small {
    color: rgba(255,255,255,.64);
    font-size: 12px;
    line-height: 15px;
    text-align: center;
}

@media (max-width: 900px) {
    .mc-smart-final {
        grid-template-columns: 150px minmax(0, 1fr);
    }

    .mc-smart-final__action {
        grid-column: 1 / -1;
        max-width: 360px;
        width: 100%;
        margin-inline: auto;
    }
}

@media (max-width: 620px) {
    .mc-smart-final {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 24px 18px;
        text-align: center;
    }

    .mc-smart-final__visual {
        height: 118px;
    }

    .mc-smart-final__orbits {
        width: 220px;
    }

    .mc-smart-final__sphere {
        width: auto;
        height: 100%;
    }

    .mc-smart-final__action {
        grid-column: auto;
    }
}

/* End */
/* /local/components/memocar/public.v2.hero/templates/smart-entry/style.css?17872519894215 */
/* /local/js/memocar/voice/src/voice.css?178792074813141 */
/* /local/components/memocar/public.v2.demo-smart-entry/templates/page-smart-entry/style.css?17872519891770 */
/* /local/components/memocar/public.v2.demo-smart-entry/templates/home-smart-entry/style.css?178723925014944 */
/* /local/components/memocar/public.v2.features/templates/smart-situations/style.css?17867840221725 */
/* /local/components/memocar/public.v2.features/templates/smart-compare/style.css?17867861862097 */
/* /local/components/memocar/public.v2.features/templates/smart-results/style.css?17867862114887 */
/* /local/components/memocar/public.v2.features/templates/smart-examples/style.css?17867874421548 */
/* /local/components/memocar/public.v2.cta/templates/smart-entry/style.css?17867952982189 */
