body {
    background-color: #f4ece2;
    font-family: 'Manrope', 'Segoe UI', sans-serif;
    color: #3d2b24;
}

label,
.form-label {
    color: #493224;
    font-weight: 700;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin-bottom: 0.35rem;
}

label .label-hint,
.form-label .label-hint {
    font-size: 0.7rem;
    letter-spacing: normal;
    text-transform: none;
    color: rgba(47, 27, 19, 0.68);
}

label .required,
.form-label .required {
    display: inline-flex;
    width: 14px;
    height: 14px;
    border-radius: 4px;
    background: rgba(211, 111, 83, 0.18);
    color: #c4532c;
    font-size: 0.65rem;
    align-items: center;
    justify-content: center;
    letter-spacing: normal;
    text-transform: none;
}

.form-control,
.form-select,
.simple-entity__panel textarea.form-control {
    border-radius: 16px;
    border: 1px solid #e2d5ca;
    background: linear-gradient(180deg, #fffefd, #fff7f1);
    color: #3b2620;
    padding: 0.85rem 1rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 8px 24px rgba(87, 61, 47, 0.05);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control-lg {
    font-size: 1rem;
    padding: 0.75rem 1.1rem;
    border-radius: 18px;
}

.form-control::placeholder {
    color: rgba(61, 43, 36, 0.45);
}

.form-control:focus,
.form-select:focus {
    border-color: #c58a64;
    box-shadow: 0 0 0 4px rgba(197, 138, 100, 0.15);
    background: #fffdfa;
    color: #2d1c15;
}

.form-select {
    appearance: none;
    background-image: linear-gradient(180deg, #fffefd, #fff9f3), url("data:image/svg+xml,%3Csvg width='16' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2l6 6 6-6' stroke='%237a4c31' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat, no-repeat;
    background-position: right 1rem center, right 1rem center;
    background-size: auto, 18px 10px;
}

.form-check-input {
    width: 1.25rem;
    height: 1.25rem;
    border: 2px solid rgba(122, 62, 36, 0.5);
    border-radius: 6px;
    margin-top: 0.15rem;
    box-shadow: none;
}

.form-check-input:checked {
    background-color: #a8613a;
    border-color: #a8613a;
    box-shadow: 0 0 0 3px rgba(168, 97, 58, 0.25);
}

.form-check-label {
    color: #4a3527;
    font-weight: 600;
}

.btn-primary {
    background: linear-gradient(130deg, #b06b41, #7a3e24);
    border: 0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 999px;
    padding: 0.65rem 1.4rem;
    box-shadow: 0 14px 30px rgba(122, 62, 36, 0.35);
    transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.15s ease;
}

.btn-primary:hover,
.btn-primary:focus-visible {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 24px 45px rgba(122, 62, 36, 0.45);
    filter: brightness(1.02);
}

.btn-primary:focus-visible {
    outline: 3px solid rgba(176, 107, 65, 0.3);
    outline-offset: 2px;
}

.btn-outline-secondary {
    border-radius: 999px;
    border: 2px solid rgba(122, 62, 36, 0.35);
    color: #7a3e24;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.65rem 1.4rem;
    background: rgba(255, 255, 255, 0.9);
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease, transform 0.15s ease;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus-visible {
    border-color: rgba(122, 62, 36, 0.6);
    color: #5c2b17;
    background: rgba(255, 255, 255, 0.98);
    transform: translateY(-1px);
}

.btn-outline-secondary:focus-visible {
    outline: 3px solid rgba(122, 62, 36, 0.2);
    outline-offset: 2px;
}

.btn-sm {
    padding: 0.35rem 0.95rem;
    font-size: 0.75rem;
}

.btn-group .btn,
.btn-group .btn-sm {
    border-radius: 999px;
}

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

a {
    text-decoration: none;
}

.footer-222__legal-links {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    font-size: 0.9rem;
}

.footer-222__legal-links a {
    color: rgba(0, 0, 0, 0.6);
}

.toast-222 .toast {
    max-width: 360px;
    border-radius: 16px;
    border: none;
    background-color: #fff;
    box-shadow: 0 20px 60px rgba(61, 43, 36, 0.25);
}

.toast-222 .toast-body {
    padding: 0;
}

.cookie-strip {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.98);
    border-top: 1px solid rgba(138, 91, 60, 0.25);
    z-index: 1050;
    backdrop-filter: blur(6px);
    font-size: 0.78rem;
}

.cookie-strip p {
    margin: 0;
    color: #6f4b34;
}

.cookie-strip a {
    color: #8a5b3c;
    font-weight: 600;
}

.cookie-strip a:hover {
    text-decoration: underline;
}

.cookie-strip .btn-outline-dark {
    border-color: #8a5b3c;
    color: #8a5b3c;
    font-weight: 600;
}

.cookie-strip .btn-outline-dark:hover {
    background-color: #8a5b3c;
    color: #fff;
}

.simple-entity {
    max-width: 1080px;
    margin: 0 auto;
    padding-bottom: 3rem;
}

.simple-entity__hero {
    background: linear-gradient(135deg, #fff, #f8efe6);
    border-radius: 30px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    box-shadow: 0 25px 80px rgba(61, 43, 36, 0.1);
    margin-bottom: 2rem;
}

.filter-sidebar {
    position: sticky;
    top: 96px;
}

.admin-navbar {
    background: #fff;
    border-bottom: 1px solid rgba(138, 91, 60, 0.12);
    box-shadow: 0 12px 30px rgba(61, 43, 36, 0.06);
}

.admin-navbar .container-fluid {
    gap: 0.75rem;
}

.admin-navbar__collapse {
    justify-content: space-between;
    gap: 0.9rem;
}

.admin-navbar__brand {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.admin-navbar__badge {
    font-size: 0.65rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8a5b3c;
    border: 1px solid rgba(138, 91, 60, 0.3);
    padding: 0.15rem 0.45rem;
    border-radius: 999px;
}

.admin-navbar__menu .nav-link {
    border-radius: 999px;
    padding: 0.45rem 0.9rem;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.admin-navbar__menu {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 0.35rem;
    align-items: center;
}

.admin-navbar__menu .nav-link.active,
.admin-navbar__menu .nav-link:hover {
    background: rgba(138, 91, 60, 0.12);
    color: #8a5b3c;
}

.admin-dropdown {
    border-radius: 14px;
    border: 1px solid rgba(138, 91, 60, 0.12);
}

.admin-dropdown .dropdown-header {
    font-size: 0.7rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(61, 43, 36, 0.6);
    padding-top: 0.6rem;
}

.admin-navbar__user {
    margin-left: auto;
}

.cart-empty__notice {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    background: rgba(138, 91, 60, 0.08);
    border: 1px solid rgba(138, 91, 60, 0.2);
    color: #6f4b34;
    padding: 0.65rem 0.75rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 0.9rem;
}

.newsletter-prompt {
    border-radius: 18px;
    border: 1px solid rgba(158, 122, 97, 0.2);
    box-shadow: 0 22px 60px rgba(70, 45, 30, 0.25);
}

.newsletter-prompt.modal-content {
    max-width: 520px;
    margin-inline: auto;
}

.newsletter-prompt .modal-body {
    padding: 2.2rem 2.5rem 2rem;
    position: relative;
    text-align: center;
}

.newsletter-prompt .btn-close {
    position: absolute;
    top: 16px;
    right: 16px;
    left: auto;
}

.newsletter-prompt__kicker {
    text-transform: uppercase;
    letter-spacing: 0.28em;
    font-size: 0.7rem;
    color: rgba(90, 60, 40, 0.6);
    margin-bottom: 0.45rem;
}

.newsletter-prompt__content h5 {
    font-size: 1.35rem;
    color: #8a5b3c;
}

.newsletter-prompt__form {
    display: grid;
    gap: 0.9rem;
}

.newsletter-prompt__form .form-control {
    text-align: center;
    background: #fffaf6;
    border: 1px solid rgba(138, 91, 60, 0.35);
    box-shadow: 0 6px 16px rgba(90, 60, 40, 0.08);
}

@media (max-width: 575px) {
    .newsletter-prompt.modal-content {
        max-width: 94%;
    }

    .newsletter-prompt .modal-body {
        padding: 1.6rem 1.4rem 1.4rem;
    }
}

.catalogo-toolbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.catalogo-kicker {
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.7rem;
    color: rgba(61, 43, 36, 0.6);
}

.catalogo-title {
    font-size: clamp(1.4rem, 2.2vw, 2rem);
    color: #8a5b3c;
}

.catalogo-subtitle {
    max-width: 520px;
}

.catalogo-toolbar__actions {
    display: flex;
    align-items: flex-end;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.catalogo-sort {
    margin: 0;
}

.catalogo-sort__field {
    min-width: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
}

.catalogo-sort__field label {
    font-size: 0.68rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(61, 43, 36, 0.65);
    font-weight: 600;
}

.catalogo-sort .form-select {
    border-radius: 999px;
    padding-inline: 0.9rem;
    height: 38px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 38px;
    text-align: center;
    text-align-last: center;
}

.catalogo-cart-btn {
    min-height: 38px;
}

.catalogo-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.catalogo-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 36px rgba(61, 43, 36, 0.12);
}

.product-media {
    position: relative;
    display: block;
    overflow: hidden;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.product-media__cta {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(138, 91, 60, 0.2);
    color: #8a5b3c;
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.product-media:hover .product-media__cta {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991.98px) {
    .filter-sidebar { position: static; }
    .catalogo-toolbar { align-items: flex-start; }
}

@media (max-width: 767.98px) {
    .catalogo-toolbar { gap: 0.75rem; }
    .catalogo-toolbar > div:last-child { width: 100%; }
    .catalogo-toolbar .btn { width: 100%; }
    .catalogo-toolbar__actions { width: 100%; align-items: stretch; gap: 0.6rem; }
    .catalogo-cart-btn { width: 100%; }
    .catalogo-sort { width: 100%; }
    .catalogo-sort__field { width: 100%; min-width: 0; }
}

@media (max-width: 991.98px) {
    .admin-navbar__menu .nav-link { display: flex; align-items: center; gap: 0.5rem; width: 100%; }
}

@media (max-width: 1199.98px) {
    .admin-navbar__menu {
        width: 100%;
        margin-top: 0.5rem;
    }
    .admin-navbar__menu .nav-item {
        width: 100%;
    }
    .admin-navbar__user {
        width: 100%;
        margin-left: 0;
        padding-top: 0.4rem;
    }
}

@media (min-width: 1600px) {
    .container { max-width: 1520px; }
}

@media (min-width: 1900px) {
    .container { max-width: 1760px; }
}

.simple-entity__hero-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: #8a5b3c;
    box-shadow: inset 0 0 0 1px rgba(138, 91, 60, 0.2);
}

.simple-entity__eyebrow {
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 0.2em;
    font-weight: 600;
    color: #c08c63;
    margin-bottom: 0.4rem;
}

.simple-entity__lead {
    color: #655041;
    max-width: 600px;
    margin-bottom: 0.5rem;
}

.simple-entity__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.simple-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(138, 91, 60, 0.25);
    font-size: 0.85rem;
    background-color: rgba(255, 255, 255, 0.7);
    color: #6c4f3f;
    font-weight: 600;
}

.simple-chip--soft {
    background-color: rgba(255, 255, 255, 0.25);
}

.simple-entity__form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.simple-entity__alert {
    display: flex;
    gap: 0.75rem;
    padding: 1rem 1.25rem;
    border-radius: 16px;
    background: #fff4ef;
    border: 1px solid #f5c1a5;
    color: #8b4a21;
    font-size: 0.95rem;
}

.simple-entity__layout {
    display: grid;
    gap: 1.5rem;
}

.simple-entity__panel {
    background: linear-gradient(180deg, #fffefd, #fff9f3);
    border-radius: 32px;
    padding: 2rem;
    box-shadow: 0 35px 90px rgba(61, 43, 36, 0.12);
    border: 1px solid rgba(186, 142, 109, 0.25);
    position: relative;
}

.simple-entity__panel--side {
    background: linear-gradient(160deg, #fffefd, #f7efe5);
}

.simple-entity__panel-head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

.simple-entity__panel-body {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.simple-entity__form-row {
    margin-bottom: 0.75rem;
}

.simple-entity__panel label,
.simple-entity__panel .form-label {
    color: #4c2d1f;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
}

.admin-filter {
    background: linear-gradient(180deg, #fffdf9, #f8f0e6);
    border-radius: 26px;
    border: 1px solid rgba(173, 141, 116, 0.35);
    box-shadow: 0 18px 40px rgba(61, 43, 36, 0.08);
}

.admin-filter__head {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    text-transform: uppercase;
    font-size: 0.78rem;
    letter-spacing: 0.28em;
    color: #a37452;
    margin-bottom: 1rem;
}

.admin-filter__form label {
    color: #4d3426;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-size: 0.72rem;
    margin-bottom: 0.35rem;
}

.admin-actions {
    display: inline-flex;
    gap: 0.45rem;
    justify-content: flex-end;
}

.admin-icon-btn {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: 1px solid rgba(122, 62, 36, 0.25);
    background: #fff;
    color: #6b3c23;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.15s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.admin-icon-btn:hover,
.admin-icon-btn:focus-visible {
    border-color: rgba(122, 62, 36, 0.55);
    box-shadow: 0 12px 26px rgba(61, 43, 36, 0.15);
}

.admin-icon-btn--danger {
    border-color: rgba(212, 76, 60, 0.4);
    color: #c4412c;
}

.admin-icon-btn--danger:hover,
.admin-icon-btn--danger:focus-visible {
    border-color: rgba(212, 76, 60, 0.7);
    box-shadow: 0 12px 26px rgba(196, 65, 44, 0.2);
}

.admin-card {
    background: #fff;
    border-radius: 24px;
    border: 1px solid rgba(138, 91, 60, 0.12);
    box-shadow: 0 18px 40px rgba(61, 43, 36, 0.08);
}

.admin-dashboard {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.admin-hero {
    display: flex;
    gap: 1.5rem;
    align-items: center;
    background: linear-gradient(120deg, #fff9f3, #f5e7d9);
    border-radius: 30px;
    padding: 1.75rem 2rem;
    box-shadow: 0 30px 80px rgba(61, 43, 36, 0.1);
}

.admin-hero__icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    display: grid;
    place-items: center;
    color: #8a5b3c;
    font-size: 1.5rem;
}

.admin-hero__kicker {
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 0.75rem;
    color: rgba(61, 43, 36, 0.6);
    margin-bottom: 0.25rem;
}

.admin-hero__title {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    margin-bottom: 0.25rem;
    color: #4a2e20;
}

.admin-hero__subtitle {
    color: #7a6a60;
    margin-bottom: 0;
}

.admin-kpi-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.admin-kpi-card {
    background: #fff;
    border-radius: 24px;
    padding: 1.25rem 1.5rem;
    border: 1px solid rgba(138, 91, 60, 0.15);
    display: flex;
    gap: 1rem;
    align-items: center;
    box-shadow: 0 18px 36px rgba(61, 43, 36, 0.08);
}

.admin-kpi-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: rgba(138, 91, 60, 0.08);
    display: grid;
    place-items: center;
    color: #8a5b3c;
}

.admin-kpi-card__label {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-size: 0.65rem;
    color: rgba(61, 43, 36, 0.65);
    margin-bottom: 0.15rem;
}

.admin-kpi-card__value {
    font-size: 1.9rem;
    margin: 0;
    color: #2d1c14;
    font-weight: 700;
}

.admin-panel {
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 25px 80px rgba(61, 43, 36, 0.1);
    border: 1px solid rgba(138, 91, 60, 0.12);
}

.admin-panel__head {
    padding: 1.75rem 2rem 1.25rem;
    border-bottom: 1px solid rgba(138, 91, 60, 0.08);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.admin-panel__kicker {
    text-transform: uppercase;
    letter-spacing: 0.25em;
    font-size: 0.68rem;
    color: rgba(61, 43, 36, 0.55);
    margin-bottom: 0.2rem;
}

.admin-panel__head h2 {
    margin: 0;
}

.admin-panel__empty {
    padding: 1.75rem 2rem;
}

.admin-panel .table {
    margin-bottom: 0;
}

.admin-panel .table td,
.admin-panel .table th {
    padding: 1rem 1.5rem;
}

.admin-iframe-wrapper {
    padding: 0 2rem 2rem;
}

.admin-iframe {
    width: 100%;
    min-height: 520px;
    border: 0;
    border-radius: 22px;
    box-shadow: 0 20px 60px rgba(61, 43, 36, 0.15);
}

.admin-pill {
    border-radius: 999px;
    background: rgba(122, 62, 36, 0.1);
    color: #6a3b21;
    padding: 0.4rem 1rem;
    font-weight: 600;
    font-size: 0.85rem;
}

.admin-table thead th {
    border-top: none;
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 0.12em;
    color: rgba(61, 43, 36, 0.6);
}

.admin-table tbody tr + tr td {
    border-top: 1px solid rgba(138, 91, 60, 0.08);
}

@media (max-width: 767.98px) {
    .admin-panel__head {
        padding: 1.2rem 1.5rem;
    }

    .admin-panel .table td,
    .admin-panel .table th {
        padding: 0.9rem 1rem;
    }
}

.simple-entity__panel input[type="text"],
.simple-entity__panel input[type="number"],
.simple-entity__panel input[type="email"],
.simple-entity__panel input[type="file"],
.simple-entity__panel textarea,
.simple-entity__panel select {
    border-radius: 16px;
    border: 1px solid rgba(122, 62, 36, 0.2);
    background: #fffdfa;
    color: #30190f;
    padding: 0.9rem 1.1rem;
    font-size: 1rem;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 10px 25px rgba(61, 43, 36, 0.08);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.simple-entity__panel textarea {
    min-height: 140px;
    resize: vertical;
}

.simple-entity__panel input:focus,
.simple-entity__panel textarea:focus,
.simple-entity__panel select:focus {
    border-color: #a8613a;
    box-shadow: 0 0 0 4px rgba(168, 97, 58, 0.15);
    background: #fffefc;
}

.simple-entity__input {
    border-radius: 14px;
    border: 1px solid #e5d4c7;
    padding: 0.95rem 1rem;
    background-color: #fff;
    color: #3d2b24;
}

.simple-entity__input:focus {
    border-color: #cfa27e;
    box-shadow: 0 0 0 3px rgba(207, 162, 126, 0.2);
}

.simple-entity__field-grid {
    display: grid;
    gap: 1.25rem;
}

.simple-entity__switch {
    padding: 0.75rem 1rem;
    border-radius: 16px;
    background-color: #fcf8f4;
    border: 1px dashed rgba(138, 91, 60, 0.25);
}

.simple-entity__image-preview {
    position: relative;
    border-radius: 22px;
    border: 1px dashed rgba(138, 91, 60, 0.35);
    padding: 1.5rem;
    background: #fff8f2;
    text-align: center;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: #7a5642;
}

.simple-entity__image-preview.is-loaded {
    padding: 0;
    border-style: solid;
    overflow: hidden;
}

.simple-entity__image-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}

.simple-entity__image-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.simple-entity__tips {
    margin-top: 1.5rem;
    padding: 1rem 1.25rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px dashed rgba(138, 91, 60, 0.3);
}

.simple-entity__tips-title {
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
    color: #6d4c33;
}

.simple-entity__tips ul {
    padding-left: 1.2rem;
    margin-bottom: 0;
    color: #776055;
    font-size: 0.9rem;
}

.simple-entity__actions {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-top: 2rem;
}

.simple-entity__btn {
    border-radius: 999px;
    width: 100%;
    padding-inline: 2.5rem;
}

@media (min-width: 768px) {
    .simple-entity__hero {
        flex-direction: row;
        align-items: center;
    }

    .simple-entity__field-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 992px) {
    .simple-entity__layout {
        grid-template-columns: minmax(0, 1fr) 320px;
    }

    .simple-entity__actions {
        flex-direction: row;
        justify-content: flex-end;
    }

    .simple-entity__btn {
        width: auto;
        min-width: 200px;
    }
}
