

/* Start:/include/ranto-public.css?17869041048767*/
.ranto-page-content {
    padding-bottom: 72px;
}

.ranto-notice {
    display: grid;
    padding: 18px 20px;
    border: 1px solid #c9d4ff;
    border-radius: var(--ranto-radius-md);
    color: #20335f;
    background: #f1f4ff;
    gap: 4px;
}

.ranto-notice span,
.ranto-lead,
.ranto-muted {
    color: var(--ranto-muted);
}

.ranto-demo-product__label {
    position: absolute;
    right: 12px;
    bottom: 12px;
    padding: 5px 8px;
    border-radius: 999px;
    color: var(--ranto-muted);
    background: rgb(255 255 255 / 78%);
    font-size: 11px;
    font-weight: 700;
}

.ranto-demo-product__letter,
.ranto-live-product__placeholder {
    position: relative;
    z-index: 1;
    display: grid;
    width: 92px;
    height: 92px;
    border-radius: 28px;
    color: rgb(18 24 38 / 54%);
    background: rgb(255 255 255 / 56%);
    place-items: center;
    font-size: 42px;
    font-weight: 780;
    letter-spacing: -.05em;
}

.ranto-product-card__media img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ranto-catalog-intro,
.ranto-filter-bar,
.ranto-account-grid,
.ranto-contact-grid,
.ranto-detail,
.ranto-two-column,
.ranto-fact-grid {
    display: grid;
    gap: 24px;
}

.ranto-filter-bar {
    grid-template-columns: minmax(220px, 1fr) auto auto;
    align-items: end;
    padding: 20px;
    margin: 24px 0;
    border: 1px solid var(--ranto-border);
    border-radius: var(--ranto-radius-lg);
    background: var(--ranto-surface);
}

.ranto-field {
    display: grid;
    gap: 7px;
}

.ranto-field > span,
.ranto-field > label {
    color: var(--ranto-muted);
    font-size: 13px;
    font-weight: 650;
}

.ranto-field input,
.ranto-field select,
.ranto-field textarea,
.ranto-form input[type="text"],
.ranto-form input[type="email"],
.ranto-form textarea,
.ranto-form select {
    width: 100%;
    min-height: 48px;
    padding: 10px 14px;
    border: 1px solid var(--ranto-border);
    border-radius: var(--ranto-radius-sm);
    outline: 0;
    background: var(--ranto-surface);
}

.ranto-field textarea,
.ranto-form textarea {
    min-height: 132px;
    resize: vertical;
}

.ranto-field input:focus,
.ranto-field select:focus,
.ranto-field textarea:focus,
.ranto-form input:focus,
.ranto-form textarea:focus {
    border-color: var(--ranto-accent);
    box-shadow: 0 0 0 4px var(--ranto-accent-soft);
}

.ranto-category-card small {
    display: block;
    margin-top: 4px;
    color: var(--ranto-muted);
    font-weight: 450;
}

.ranto-section--compact {
    padding-top: 32px;
    padding-bottom: 32px;
}

.ranto-empty-state,
.ranto-panel,
.ranto-account-card,
.ranto-fact-card,
.ranto-contact-card,
.ranto-document,
.ranto-detail__media,
.ranto-detail__summary {
    padding: 26px;
    border: 1px solid var(--ranto-border);
    border-radius: var(--ranto-radius-lg);
    background: var(--ranto-surface);
    box-shadow: var(--ranto-shadow-card);
}

.ranto-empty-state {
    grid-column: 1 / -1;
    text-align: center;
}

.ranto-empty-state strong {
    font-size: 24px;
}

.ranto-empty-state p {
    color: var(--ranto-muted);
}

.ranto-detail {
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
    align-items: start;
}

.ranto-detail__media {
    display: grid;
    min-height: 480px;
    background: var(--product-color, var(--ranto-surface-soft));
    place-items: center;
}

.ranto-detail__media img {
    width: 100%;
    max-height: 520px;
    object-fit: contain;
}

.ranto-detail__letter {
    display: grid;
    width: 160px;
    height: 160px;
    border-radius: 48px;
    color: rgb(18 24 38 / 55%);
    background: rgb(255 255 255 / 56%);
    place-items: center;
    font-size: 76px;
    font-weight: 800;
}

.ranto-detail__summary h1 {
    margin: 8px 0 12px;
    font-size: clamp(32px, 4vw, 48px);
    line-height: 1.08;
    letter-spacing: -.04em;
}

.ranto-detail__meta,
.ranto-detail__actions,
.ranto-status-row,
.ranto-account-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 16px;
}

.ranto-detail__meta,
.ranto-status-row {
    color: var(--ranto-muted);
    font-size: 14px;
}

.ranto-detail__price {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin: 24px 0;
}

.ranto-detail__price strong {
    font-size: 36px;
    letter-spacing: -.035em;
}

.ranto-detail__price del {
    color: var(--ranto-muted-2);
}

.ranto-detail__description {
    color: var(--ranto-muted);
}

.ranto-specs {
    padding: 0;
    margin: 24px 0;
    list-style: none;
}

.ranto-specs li {
    display: grid;
    padding: 10px 0;
    border-bottom: 1px solid var(--ranto-border);
    grid-template-columns: minmax(120px, 1fr) 1fr;
    gap: 16px;
}

.ranto-specs span {
    color: var(--ranto-muted);
}

.ranto-two-column {
    grid-template-columns: 1fr 1fr;
}

.ranto-account-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ranto-account-card,
.ranto-fact-card {
    display: grid;
    min-height: 180px;
    align-content: space-between;
    gap: 16px;
}

.ranto-account-card:hover {
    border-color: var(--ranto-accent);
}

.ranto-account-card strong,
.ranto-fact-card strong,
.ranto-contact-card strong {
    font-size: 20px;
}

.ranto-account-card span,
.ranto-fact-card p,
.ranto-contact-card p {
    margin: 0;
    color: var(--ranto-muted);
}

.ranto-account-card b {
    color: var(--ranto-accent);
    font-size: 14px;
}

.ranto-account-nav {
    padding: 14px;
    margin-bottom: 28px;
    border: 1px solid var(--ranto-border);
    border-radius: var(--ranto-radius-md);
}

.ranto-account-nav a {
    padding: 9px 12px;
    border-radius: 9px;
    color: var(--ranto-muted);
}

.ranto-account-nav a:hover,
.ranto-account-nav a.is-active {
    color: var(--ranto-accent);
    background: var(--ranto-accent-soft);
}

.ranto-contact-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr);
}

.ranto-contact-card {
    display: grid;
    align-content: start;
    gap: 10px;
}

.ranto-contact-card a {
    color: var(--ranto-accent);
}

.ranto-form {
    display: grid;
    gap: 16px;
}

.ranto-form__error,
.ranto-alert--error {
    padding: 14px 16px;
    border: 1px solid #f0b9b9;
    border-radius: var(--ranto-radius-sm);
    color: #8a2626;
    background: #fff4f4;
}

.ranto-form__success,
.ranto-alert--success {
    padding: 14px 16px;
    border: 1px solid #b5decf;
    border-radius: var(--ranto-radius-sm);
    color: #0d6542;
    background: #effaf5;
}

.ranto-document {
    max-width: 920px;
}

.ranto-document h1 {
    margin-top: 0;
    font-size: clamp(34px, 4vw, 50px);
    letter-spacing: -.04em;
}

.ranto-document h2 {
    margin: 34px 0 12px;
    font-size: 24px;
}

.ranto-document p,
.ranto-document li {
    color: #394557;
}

.ranto-document li + li {
    margin-top: 8px;
}

.ranto-legal-warning {
    padding: 16px;
    border-left: 4px solid var(--ranto-warning);
    background: #fff9e8;
}

.ranto-fact-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ranto-table-wrap {
    overflow-x: auto;
}

.ranto-table {
    width: 100%;
    border-collapse: collapse;
}

.ranto-table th,
.ranto-table td {
    padding: 14px;
    border-bottom: 1px solid var(--ranto-border);
    text-align: left;
}

.ranto-table th {
    color: var(--ranto-muted);
    font-size: 13px;
}

.ranto-live-section {
    padding: 28px 0 64px;
}

.ranto-live-catalog__layout {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    align-items: start;
    gap: 30px;
}

.ranto-live-product__media {
    display: grid;
    min-height: 230px;
    padding: 18px;
    background: var(--ranto-surface-soft);
    place-items: center;
}

.ranto-live-product__media img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 1100px) {
    .ranto-account-grid,
    .ranto-fact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ranto-filter-bar {
        grid-template-columns: 1fr 1fr;
    }

    .ranto-filter-bar .ranto-field:first-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 780px) {
    .ranto-page-content {
        padding-bottom: 86px;
    }

    .ranto-filter-bar,
    .ranto-detail,
    .ranto-two-column,
    .ranto-contact-grid,
    .ranto-live-catalog__layout {
        grid-template-columns: 1fr;
    }

    .ranto-filter-bar .ranto-field:first-child {
        grid-column: auto;
    }

    .ranto-account-grid,
    .ranto-fact-grid {
        grid-template-columns: 1fr;
    }

    .ranto-detail__media {
        min-height: 320px;
    }

    .ranto-detail__summary,
    .ranto-detail__media,
    .ranto-document,
    .ranto-panel {
        padding: 20px;
    }

    .ranto-specs li {
        grid-template-columns: 1fr;
        gap: 2px;
    }
}

/* End */
/* /include/ranto-public.css?17869041048767 */
