:root {
    color-scheme: light;
    --green-dark: #0c5505;
    --green-text: #003300;
    --yellow-accent: #e9e944;
    --brown: #3a1b07;
    --bg-soft: #f7f7f7;
}
body {
    font-family: "Lora", serif;
    font-size: 16px;
    color: var(--green-text);
    margin: 0;
    background: #ffffff;
    padding-left: 46px;
    box-sizing: border-box;
}
.pianta-network-banner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 12000;
    padding: 10px 14px 10px 52px;
    font-size: 0.9rem;
    line-height: 1.4;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.pianta-network-banner--offline {
    background: #fff3cd;
    color: #664d03;
    border-bottom: 1px solid #ffda6a;
}
.pianta-network-banner--pending {
    background: #fff8e6;
    color: #5c4a00;
    border-bottom: 1px solid #e0c878;
}
.pianta-network-banner--online {
    background: #d1e7dd;
    color: #0f5132;
    border-bottom: 1px solid #a3cfbb;
}
body:has(.pianta-network-banner:not([hidden])) {
    padding-top: 2.75rem;
}
.boxButton {
    margin: 0px auto !important;
    width: 200px !important;
    padding: 0.8em 1em calc(0.8em + 3px) !important;
    background: none rgb(12, 85, 5);
    border-style: none !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    color: yellow !important;
    text-decoration: none !important;
    border-radius: 3px !important;
}
.fontsmall {
    font-size: 25px;
}
table {
    border-collapse: collapse;
    margin: 20px auto;
}
table, th, td {
    border: 1px solid black;
}
th, td {
    width: 40px;
    height: 40px;
    text-align: center;
}
.logo {
    width: 40px;
    vertical-align: middle;
}
header {
    padding: 24px 16px 8px;
    text-align: center;
}
.stalla-guest-header {
    padding: 12px 14px 6px;
}
.stalla-guest-header__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.25;
    text-align: left;
}
.stalla-guest-header__logo {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    object-fit: contain;
    vertical-align: middle;
}
.stalla-checkin-intro {
    margin: 0 0 16px;
    padding: 14px 16px;
    border-radius: 8px;
    border: 1px solid #d4c878;
    background: linear-gradient(135deg, #fdf9e8 0%, #f4faf4 100%);
    font-size: 0.95rem;
    line-height: 1.5;
    color: #3d4a3d;
}
.stalla-checkin-intro[hidden] {
    display: none !important;
}
.stalla-house-prep {
    margin: 0 0 18px;
    padding: 14px 16px;
    border-radius: 8px;
    border: 1px solid #c5d9c5;
    background: #f4faf4;
    color: #2f3d2f;
}
.stalla-house-prep[hidden] {
    display: none !important;
}
.stalla-staff-ops-handoff {
    margin: 0 0 14px;
    padding: 12px 14px;
    border-radius: 8px;
    border: 1px solid #e0d4a8;
    background: #fdf8e8;
}
.stalla-staff-ops-briefing {
    margin: 0 0 16px;
    padding: 14px 16px;
    border-radius: 8px;
    border: 1px solid #c5d9c5;
    background: #f4faf4;
    color: #2f3d2f;
}
.stalla-staff-ops-briefing[hidden] {
    display: none !important;
}
.stalla-staff-ops-briefing__title {
    margin: 0 0 6px;
    font-size: 1.05rem;
    font-weight: 700;
    color: #1e3a1e;
}
.stalla-staff-ops-briefing__lead {
    margin: 0 0 8px;
    font-size: 0.95rem;
    line-height: 1.45;
}
.stalla-staff-ops-briefing__rooms {
    margin: 0 0 8px;
    padding-left: 1.2rem;
}
.stalla-staff-ops-briefing__dates {
    margin: 0;
    font-size: 0.85rem;
    color: #5a6b5a;
}
.stalla-pv-ops-form {
    margin: 0.75rem 0;
    padding: 0.75rem 0 0;
    border-top: 1px solid #e5e5e5;
}
.stalla-pv-ops-form label {
    display: block;
    font-size: 0.85rem;
    margin: 0.4rem 0 0.2rem;
}
.stalla-pv-ops-form input[type="text"],
.stalla-pv-ops-form select {
    width: 100%;
    max-width: 28rem;
    padding: 0.4rem 0.5rem;
    font: inherit;
}
.stalla-pv-ops-runs {
    margin: 0.75rem 0 0;
    padding: 0;
    list-style: none;
}
.stalla-pv-ops-runs li {
    margin: 0 0 0.65rem;
    padding: 0.5rem 0;
    border-top: 1px solid #e8e8e8;
}
.stalla-pv-ops-runs li:first-child {
    border-top: none;
}
.stalla-house-prep__title {
    margin: 0 0 6px;
    font-size: 1.05rem;
    font-weight: 700;
    color: #1e3a1e;
}
.stalla-house-prep__lead {
    margin: 0 0 10px;
    font-size: 0.92rem;
    line-height: 1.45;
    color: #3d4a3d;
}
.stalla-house-prep__list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.stalla-house-prep__list li {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.75rem;
    align-items: baseline;
    padding: 6px 0;
    border-top: 1px solid #d9e8d9;
    font-size: 0.95rem;
    line-height: 1.4;
}
.stalla-house-prep__list li:first-child {
    border-top: none;
    padding-top: 0;
}
.stalla-house-prep__label {
    font-weight: 600;
}
.stalla-house-prep__at {
    font-size: 0.85rem;
    color: #5a6b5a;
}
.stalla-register-booking-status {
    margin: 0 0 1.25rem;
}
.stalla-register-booking-status .stalla-btn-action {
    margin-top: 0.75rem;
}
.stalla-guest-form--booking-locked {
    opacity: 0.72;
}

.stalla-booking-stub {
    margin: 0 0 18px;
    padding: 14px 16px;
    border-radius: 8px;
    border: 1px solid #c5d9e8;
    background: linear-gradient(135deg, #f0f7fc 0%, #f8faf4 100%);
    font-size: 0.95rem;
    line-height: 1.5;
    color: #3d4a3d;
}
.stalla-booking-stub[hidden] {
    display: none !important;
}
.stalla-booking-stub h3 {
    margin: 0 0 10px;
    font-size: 1.05rem;
    color: var(--green-dark, #1f5f3c);
}
.stalla-booking-stub__linked {
    margin: 10px 0 0;
    padding: 10px 12px;
    border-radius: 6px;
    background: #e8f5e9;
    border: 1px solid #b8dfc0;
    font-weight: 700;
    color: var(--green-dark, #1f5f3c);
}
.stalla-booking-stub__hint {
    margin: 10px 0 0;
    padding: 10px 12px;
    border-radius: 6px;
    background: #fff8e6;
    border: 1px solid #e8d4a0;
    color: #5c4a2e;
}
.stalla-blocked-hint--error,
.stalla-booking-stub__hint--error {
    background: #fdecea;
    border-color: #e8b4b0;
    color: #7a2e28;
}
@keyframes stalla-hint-flash {
    0%, 100% {
        background: #fdecea;
        border-color: #e8b4b0;
        color: #7a2e28;
        box-shadow: none;
    }
    25%, 75% {
        background: #f5b7b1;
        border-color: #c0392b;
        color: #5c1a16;
        box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.35);
    }
    50% {
        background: #e74c3c;
        border-color: #922b21;
        color: #fff;
        box-shadow: 0 0 0 6px rgba(231, 76, 60, 0.28);
    }
}
.stalla-hint-flash-animate,
.stalla-booking-stub__hint--flash {
    animation: stalla-hint-flash 0.95s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .stalla-hint-flash-animate,
    .stalla-booking-stub__hint--flash {
        animation: none;
        outline: 3px solid #c0392b;
        outline-offset: 2px;
    }
}
.stalla-guest-submit-hint.stalla-blocked-hint--error {
    background: #fdecea;
    border-color: #e8b4b0;
    color: #7a2e28;
}
.stalla-guest-tipo-hint.stalla-blocked-hint--error {
    background: #fdecea;
    border-color: #e8b4b0;
    color: #7a2e28;
}
.stalla-form-ajax-error.stalla-blocked-hint--error {
    border-color: #c0392b;
}
.stalla-booking-stub__panel {
    margin-top: 12px;
    padding-top: 4px;
}
.stalla-booking-stub__panel[hidden] {
    display: none !important;
}
.stalla-booking-stub__panel .stalla-field-label {
    margin-top: 10px;
}
.stalla-booking-date-field {
    margin-top: 0;
}
.stalla-booking-date-field .stalla-field-label {
    margin-top: 10px;
}
.stalla-booking-date-field .stalla-booking-date-native {
    display: none;
    width: 100%;
    max-width: 100%;
    margin-top: 4px;
}
.stalla-booking-date-field .stalla-booking-date-pick-host {
    margin-top: 4px;
    max-width: 100%;
}
.stalla-booking-date-field .stalla-booking-date-pick-host .stalla-birthdate-pick {
    max-width: 100%;
}
.stalla-booking-stub__panel .stalla-input,
.stalla-booking-stub__panel #stallaBookingRefInput {
    width: 100%;
    max-width: 100%;
    margin-top: 4px;
    box-sizing: border-box;
}
@media (min-width: 720px) {
    .stalla-booking-stub__panel .stalla-input,
    .stalla-booking-stub__panel #stallaBookingRefInput {
        max-width: 320px;
    }
}
.stalla-booking-stub__panel-note {
    margin: 12px 0 0;
    font-size: 0.88rem;
    color: #5c6b5c;
}
.stalla-booking-stub__panel-actions {
    margin-top: 14px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: stretch;
}
.stalla-booking-stub__panel-actions .stalla-btn-action {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    max-width: none;
    margin: 0;
    min-height: 44px;
    padding: 10px 8px;
    font-size: 0.9rem;
}
.stalla-booking-stub__toolbar {
    margin-top: 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: stretch;
}
.stalla-booking-stub__toolbar .stalla-btn-action {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
    max-width: none;
    margin: 0;
    min-height: 44px;
    padding: 10px 8px;
    font-size: 0.9rem;
    white-space: nowrap;
}
@media (min-width: 720px) {
    .stalla-booking-date-field .stalla-booking-date-pick-host {
        display: none !important;
    }
    .stalla-booking-date-field .stalla-booking-date-native {
        display: block;
    }
}
.stalla-booking-stub__soon {
    margin: 12px 0 0;
    font-size: 0.88rem;
    color: #666;
}
header h1 {
    margin: 0 0 6px;
    font-size: 1.6rem;
}
header p {
    margin: 0 auto;
    max-width: 740px;
}
.top-links {
    margin-top: 12px;
    font-size: 0.95rem;
}
.top-links a {
    color: var(--green-dark);
    text-decoration: none;
    font-weight: 700;
}
@media (max-width: 720px) {
    .top-links {
        display: flex;
        justify-content: center;
        gap: 0;
        font-size: 0;
    }
    .top-links a {
        font-size: 0.95rem;
    }
    .top-links a:not(.top-link-parent) {
        display: none;
    }
    .top-links .top-link-parent {
        background: var(--green-dark);
        color: var(--yellow-accent);
        padding: 8px 14px;
        border-radius: 999px;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }
    .top-links .top-link-parent::before {
        content: "↩";
        font-weight: 700;
    }
}
.cta-links {
    margin-top: 14px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.cta-links a {
    background: var(--green-dark);
    color: var(--yellow-accent);
    text-decoration: none;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 6px;
}
.side-nav {
    --side-nav-width: 220px;
    --side-tab-width: 46px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: var(--side-nav-width);
    background: var(--green-dark);
    color: var(--yellow-accent);
    transform: translateX(calc(-1 * (var(--side-nav-width) - var(--side-tab-width))));
    transition: transform 0.2s ease-in-out;
    z-index: 9999;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
}
.side-nav.open {
    transform: translateX(0);
}
.side-tab {
    position: absolute;
    right: 0;
    top: 170px;
    width: var(--side-tab-width);
    height: 120px;
    border: 2px solid var(--yellow-accent);
    border-left: none;
    background: var(--green-dark);
    color: var(--yellow-accent);
    font-weight: 700;
    cursor: pointer;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    z-index: 2;
}
.side-nav-content {
    position: relative;
    z-index: 1;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
}
.side-nav-bottom {
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(233, 233, 68, 0.4);
    flex-shrink: 0;
}
.side-nav .side-nav-newsletter {
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    color: var(--green-dark);
    border: 2px solid var(--yellow-accent);
    padding: 6px 30px 6px 10px;
    border-radius: 6px;
    font: inherit;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    display: block;
    position: relative;
}
.side-nav .side-nav-newsletter::after {
    content: "✉️";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.side-nav .side-nav-newsletter:hover {
    background: #f4faf2;
}
.side-nav-logo {
    display: flex;
    justify-content: center;
    margin: 6px 0 12px;
}
.side-nav-logo img {
    width: 44px;
    height: 44px;
}
.side-nav .cta-link {
    background: var(--yellow-accent);
    color: var(--green-dark);
    padding: 6px 10px;
    border-radius: 6px;
    display: inline-block;
    position: relative;
    padding-right: 30px;
}
.side-nav .cta-link::after {
    content: "🌳";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.side-nav .cta-link-bed {
    background: #ffffff;
    color: var(--green-dark);
    padding: 6px 10px;
    border-radius: 6px;
    display: inline-block;
    position: relative;
    padding-right: 30px;
}
.side-nav .cta-link-bed::after {
    content: "🛏️";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.side-nav a {
    color: var(--yellow-accent);
    text-decoration: none;
    font-weight: 700;
}
.side-nav a:hover {
    text-decoration: underline;
}
.side-nav-share {
    position: static;
}
.side-nav .side-nav-share__trigger {
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    color: var(--green-dark);
    border: 2px solid var(--yellow-accent);
    padding: 6px 30px 6px 10px;
    border-radius: 6px;
    font: inherit;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    position: relative;
}
.side-nav .side-nav-share__trigger::after {
    content: "📤";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}
.side-nav .side-nav-share__trigger:hover {
    background: #f4faf2;
}
.side-nav-share__panel {
    position: fixed;
    left: 0;
    top: 0;
    margin: 0;
    padding: 10px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(12, 85, 5, 0.25);
    box-shadow: 2px 4px 14px rgba(0, 0, 0, 0.18);
    z-index: 10050;
    pointer-events: auto;
}
.side-nav-share__panel[hidden] {
    display: none !important;
}
.side-nav-share__actions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6px;
    align-items: stretch;
    width: max-content;
    max-width: min(72vw, 520px);
}
.side-nav-share__btn {
    display: inline-block;
    width: auto;
    flex: 0 1 auto;
    box-sizing: border-box;
    padding: 7px 10px;
    font-size: 0.78rem;
    white-space: nowrap;
    font-weight: 700;
    font-family: inherit;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    border-radius: 6px;
    border: 1px solid rgba(12, 85, 5, 0.35);
    background: #fff;
    color: var(--green-dark);
    cursor: pointer;
}
.side-nav-share__btn:hover {
    background: #e8f5e4;
}
.side-nav-share__btn--copy {
    border-style: dashed;
}
.side-nav-share__btn--wa {
    border-color: #25d366;
    color: #1a7a3a;
}
.side-nav-share__status {
    margin: 8px 0 0;
    flex-basis: 100%;
    font-size: 0.75rem;
    color: #4a6b45;
    text-align: center;
}
.language-switcher {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid rgba(233, 233, 68, 0.4);
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.language-switcher label {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--yellow-accent);
}
.language-select {
    appearance: none;
    background: #ffffff;
    color: var(--green-dark);
    border: 2px solid var(--yellow-accent);
    border-radius: 6px;
    padding: 8px 34px 8px 10px;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
    background-image: linear-gradient(45deg, transparent 50%, var(--green-dark) 50%),
        linear-gradient(135deg, var(--green-dark) 50%, transparent 50%),
        linear-gradient(to right, #ffffff, #ffffff);
    background-position: calc(100% - 16px) calc(50% - 3px),
        calc(100% - 11px) calc(50% - 3px),
        100% 0;
    background-size: 6px 6px, 6px 6px, 2.5em 100%;
    background-repeat: no-repeat;
}
.language-select:focus {
    outline: 2px solid #ffffff;
    outline-offset: 2px;
}
section {
    padding: 12px 16px;
    max-width: 920px;
    margin: 0 auto;
}
section h2 {
    margin: 18px 0 8px;
    color: var(--brown);
    font-size: 1.25rem;
}
ul {
    padding-left: 18px;
}
.menu-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding: 16px;
    max-width: 980px;
    margin: 0 auto;
    justify-items: center;
}
.menu-tile {
    text-decoration: none;
    color: var(--green-text);
    width: 200px;
}
.menu-tile figure {
    margin: 0;
    position: relative;
    width: 200px;
    height: 150px;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
    border: 2px solid var(--green-dark);
    background: var(--bg-soft);
}
.menu-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.menu-tile figcaption {
    position: absolute;
    inset: auto 0 0 0;
    padding: 6px 8px;
    background: rgba(12, 85, 5, 0.85);
    color: var(--yellow-accent);
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    -webkit-text-stroke: 0.4px #0c5505;
}
.menu-desc {
    margin: 6px 0 0;
    font-size: 0.92rem;
    text-align: center;
}
.stopfluid {
    clear: both;
    float: none;
}
.with100 {
    width: 100%;
}
.faq h3 {
    font-size: 1.5em;
    font-weight: bold;
    color: #300101;
}
.faq h3::before {
    content: "❓";
    margin-right: 10px;
}
.faq p {
    font-size: 1em;
    color: #666;
}
.faq {
    background-color: #f9f9f9;
    padding: 10px;
    margin: 10px 0;
}
a.menu {
    text-decoration: none;
    border-style: none;
    height: 160px;
    display: block;
}
a.menu div {
    position: relative;
    width: 200px;
    height: 150px;
    overflow: hidden;
}
a.menu img {
    width: 200px;
}
a.menu span {
    position: relative;
    display: inline-block;
    top: -120px;
    color: rgb(233, 233, 68) !important;
    -webkit-text-stroke: rgb(9, 51, 5) 1px;
    text-align: center;
    width: 100%;
}
.badge {
    display: inline-block;
    background: var(--yellow-accent);
    color: #1a1a1a;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 999px;
    margin-top: 6px;
}
.sources {
    font-size: 0.95rem;
    background: #fff9e6;
    border-radius: 8px;
    padding: 12px 16px;
}
.sources a {
    color: var(--green-dark);
}
form {
    max-width: 640px;
    margin: 0 auto;
}
label {
    display: block;
    margin-bottom: 5px;
}
input, select, textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}
textarea {
    min-height: 100px;
    resize: vertical;
}
.video-embed-wrap {
    position: relative;
    width: 100%;
    max-width: 640px;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    margin: 12px 0 8px;
    background: #111;
}
.video-embed-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.video-embed-fallback {
    margin: 0 0 12px;
    font-size: 0.9rem;
}
.video-embed-fallback a {
    color: var(--green-dark, #1f5f3c);
}
.stalla-guest-thankyou {
    margin: 0 0 1.5rem;
    padding: 18px 20px;
    border-radius: 12px;
    background: #e8f5e9;
    border: 2px solid var(--green-dark, #1f5f3c);
    color: #123;
}
.stalla-guest-thankyou-title {
    margin: 0 0 10px;
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--green-dark, #1f5f3c);
}
.stalla-guest-thankyou p {
    margin: 0 0 10px;
    font-size: 1rem;
    line-height: 1.55;
}
.stalla-guest-thankyou p:last-child {
    margin-bottom: 0;
}
body.stalla-ospiti-inviato #stallaGuestFormPanel[hidden] {
    display: none;
}
body.stalla-richiesta-inviata #stallaRequestFormPanel[hidden],
#stallaRequestFormPanel[hidden] {
    display: none !important;
}
.stalla-request-thankyou-summary {
    margin: 0 0 10px;
    padding: 10px 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid #b8d9c4;
    font-size: 0.95rem;
    line-height: 1.5;
}
.stalla-request-decision-panel {
    margin: 0 0 1.1rem;
    padding: 1.1rem 1.15rem 1.2rem;
    border-radius: 12px;
    border: 2px solid #c5d9cc;
    border-left-width: 8px;
    background: #f4faf5;
    box-shadow: 0 2px 10px rgba(12, 85, 5, 0.08);
}
.stalla-request-decision-panel.is-pending {
    background: #fffaf0;
    border-color: #e0c878;
    border-left-color: #c9a227;
}
.stalla-request-decision-panel.is-accepted {
    background: #e8f5e9;
    border-color: #7bb88a;
    border-left-color: #0c5505;
}
.stalla-request-decision-panel.is-rejected {
    background: #fdecea;
    border-color: #e0a8a0;
    border-left-color: #a33;
}
.stalla-request-decision-panel__eyebrow {
    margin: 0 0 6px;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #3d5c45;
    opacity: 0.9;
}
.stalla-request-decision-panel.is-rejected .stalla-request-decision-panel__eyebrow {
    color: #6b1f1a;
}
.stalla-request-decision-panel.is-pending .stalla-request-decision-panel__eyebrow {
    color: #5a4a12;
}
.stalla-request-decision-panel__title {
    margin: 0 0 8px;
    font-size: 1.28rem;
    font-weight: 700;
    line-height: 1.3;
    color: #0c5505;
}
.stalla-request-decision-panel.is-rejected .stalla-request-decision-panel__title {
    color: #6b1f1a;
}
.stalla-request-decision-panel.is-pending .stalla-request-decision-panel__title {
    color: #5a4a12;
}
.stalla-request-decision-panel__detail {
    margin: 0 0 12px;
    font-size: 1rem;
    line-height: 1.5;
    color: #234;
}
.stalla-request-pay-cta {
    margin: 14px 0 0;
    text-align: center;
}
.stalla-request-pay-cta__btn {
    display: inline-block !important;
    text-decoration: none !important;
    min-width: min(100%, 280px);
    padding: 14px 22px !important;
    font-size: 1.08rem !important;
    font-weight: 700 !important;
}
.stalla-request-pay-cta__btn.is-disabled,
.stalla-request-pay-cta__btn[aria-disabled="true"] {
    opacity: 0.65;
    pointer-events: none;
    cursor: wait;
}
.stalla-request-pay-cta__hint {
    margin: 10px 0 0;
    font-size: 0.88rem;
    line-height: 1.4;
    color: #3d5c45;
}
body.stalla-richiesta-otp-open #stallaRequestForm[hidden] {
    display: none !important;
}
#stallaRequestOtpSlot:empty {
    display: none;
}
#stallaRequestOtpSlot:not(:empty) {
    display: block;
    margin: 0 0 1rem;
}
.stalla-monitor-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 0 0 1rem;
    border-bottom: 2px solid #c5d9cc;
}
.stalla-monitor-tabs__btn {
    appearance: none;
    border: none;
    background: transparent;
    margin: 0 0 -2px;
    padding: 10px 16px;
    font: inherit;
    font-weight: 600;
    color: #4a5c4a;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}
.stalla-monitor-tabs__btn:hover {
    color: var(--green-dark, #1f5f3c);
}
.stalla-monitor-tabs__btn.is-active {
    color: var(--green-dark, #1f5f3c);
    border-bottom-color: var(--green-dark, #1f5f3c);
}
.stalla-monitor-tab-panel[hidden] {
    display: none !important;
}
.stalla-monitor-tab-panel__h2 {
    font-size: 1.15rem;
    margin: 1rem 0 0.5rem;
}
.stalla-staff-preventivi-card {
    margin: 0 0 14px;
    padding: 14px 16px;
    border: 1px solid #c5d9cc;
    border-radius: 10px;
    background: #f7fbf8;
}
.stalla-pv-head__title {
    margin: 0 0 4px;
    font-size: 1.15rem;
}
.stalla-pv-head__meta,
.stalla-pv-head__money,
.stalla-pv-head__contact,
.stalla-pv-head__link,
.stalla-pv-head__days {
    margin: 0 0 4px;
    font-size: 0.9rem;
}
.stalla-pv-head__days {
    color: #6a5200;
    font-weight: 600;
}
.stalla-pv-next {
    margin: 10px 0 12px;
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 0.92rem;
    background: #eee;
}
.stalla-pv-next.is-warn { background: #fff3cd; border: 1px solid #e0b84e; }
.stalla-pv-next.is-ok { background: #e8f5e9; border: 1px solid #8bc99a; }
.stalla-pv-next.is-muted { background: #f0f0f0; }
.stalla-pv-section {
    margin: 0 0 12px;
    padding: 10px 12px;
    border: 1px solid #d0ddd4;
    border-radius: 8px;
    background: #fff;
}
.stalla-pv-section.is-checkin { border-color: #c5d9c5; }
.stalla-pv-section.is-door { border-color: #b8d4ef; }
.stalla-pv-section.is-checkout { border-color: #d9c9b0; }
.stalla-pv-section.is-ops { border-color: #c9d4b0; }
.stalla-pv-ops-runs {
    margin: 0.5rem 0 0;
    padding-left: 1.1rem;
}
.stalla-pv-ops-runs li {
    margin: 0 0 0.65rem;
}
.stalla-pv-section__bar {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.35rem 0.75rem;
    margin: 0 0 8px;
}
.stalla-pv-section__title {
    margin: 0;
    font-size: 0.98rem;
    flex: 0 1 auto;
}
.stalla-pv-journey-toggle {
    flex: 1 1 12rem;
    margin: 0;
    min-width: 0;
    text-align: right;
}
.stalla-pv-journey-toggle__sum {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    cursor: pointer;
    list-style: none;
    font-size: 0.82rem;
    font-weight: 600;
    color: #1f5f3c;
    padding: 0.2rem 0.45rem;
    border-radius: 4px;
    background: #eef6ef;
    border: 1px solid #c5d9c5;
}
.stalla-pv-journey-toggle__sum::-webkit-details-marker { display: none; }
.stalla-pv-journey-toggle__sum::after {
    content: '▾';
    font-size: 0.75rem;
    opacity: 0.75;
}
.stalla-pv-journey-toggle[open] > .stalla-pv-journey-toggle__sum::after {
    content: '▴';
}
.stalla-pv-journey-toggle .stalla-pv-journey__list {
    margin: 6px 0 0;
    text-align: left;
}
.stalla-pv-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.75rem;
    margin: 0 0 8px;
}
.stalla-pv-subhead {
    margin: 10px 0 6px;
    font-size: 0.88rem;
    font-weight: 650;
}
.stalla-pv-line,
.stalla-pv-actions {
    margin: 0 0 6px;
    font-size: 0.86rem;
}
.stalla-pv-ok { color: #1f5f3c; }
.stalla-pv-warn { color: #7a5a00; }
.stalla-pv-muted { color: #777; font-size: 0.82rem; }
.stalla-pv-code code {
    font-size: 1.1rem;
    letter-spacing: 0.12em;
    padding: 0.15rem 0.4rem;
    background: #f6faf6;
    border: 1px solid #c5d9c5;
    border-radius: 4px;
}
.stalla-pv-copy {
    display: flex;
    align-items: stretch;
    max-width: 42rem;
    width: 100%;
    margin: 0 0 8px;
    border: 1px solid #b8c9b8;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
}
.stalla-pv-copy__field {
    flex: 1 1 auto;
    min-width: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0.4rem 0.55rem;
    font-size: 0.8rem;
    font-family: inherit;
    background: transparent;
    color: inherit;
}
.stalla-pv-copy--textarea {
    align-items: stretch;
}
.stalla-pv-copy--textarea .stalla-pv-copy__field {
    resize: vertical;
    min-height: 4.5rem;
    line-height: 1.35;
}
.stalla-pv-copy__btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    margin: 0;
    padding: 0;
    border: 0;
    border-left: 1px solid #b8c9b8;
    background: #eef6ef;
    color: #1f5f3c;
    cursor: pointer;
}
.stalla-pv-copy__btn:hover,
.stalla-pv-copy__btn:focus-visible {
    background: #dcefdc;
    outline: none;
}
.stalla-pv-copy__btn.is-copied {
    background: #1f5f3c;
    color: #fff;
}
.stalla-pv-copy__icon {
    display: block;
}
.stalla-pv-url,
.stalla-pv-msg {
    width: 100%;
    max-width: 42rem;
    box-sizing: border-box;
    margin: 0 0 8px;
    padding: 0.35rem 0.5rem;
    font-size: 0.8rem;
}
.stalla-pv-check {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.86rem;
    margin: 0 0 8px;
}
.stalla-pv-check--inline {
    margin: 0;
    padding: 0.2rem 0.45rem;
    border-radius: 4px;
    background: #f6f8f6;
    border: 1px solid #d0ddd4;
}
.stalla-pv-check--inline input[type="date"] {
    padding: 0.15rem 0.25rem;
    font-size: 0.8rem;
}
.stalla-pv-journey {
    margin: 0 0 8px;
}
.stalla-pv-journey__head {
    margin: 0 0 4px;
    font-size: 0.88rem;
}
.stalla-pv-journey__now { color: #0c5505; }
.stalla-pv-journey__list {
    margin: 0;
    padding: 0 0 0 1.1rem;
    font-size: 0.82rem;
    line-height: 1.4;
}
.stalla-pv-journey__list .is-done { color: #1f5f3c; }
.stalla-pv-journey__list .is-todo { color: #777; }
.stalla-pv-details {
    margin: 8px 0 0;
    font-size: 0.86rem;
}
.stalla-pv-details summary {
    cursor: pointer;
    color: #1f5f3c;
}
.stalla-pv-dl {
    margin: 6px 0 0;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 2px 10px;
    font-size: 0.84rem;
}
.stalla-pv-dl dt { color: #555; margin: 0; }
.stalla-pv-dl dd { margin: 0; }
.stalla-pv-form label {
    display: block;
    margin: 0 0 8px;
    font-size: 0.85rem;
}
.stalla-pv-form input,
.stalla-pv-form textarea {
    display: block;
    margin-top: 4px;
    width: 100%;
    max-width: 42rem;
    box-sizing: border-box;
    padding: 0.3rem;
}
.stalla-pv-quote {
    margin: 4px 0 8px;
    padding: 0;
    white-space: pre-wrap;
    font-size: 0.86rem;
}
.stalla-preventivi-active-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.stalla-preventivi-row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0.35rem 0.85rem;
    align-items: center;
    width: 100%;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid #c5d9cc;
    border-radius: 10px;
    background: #f7fbf8;
    text-align: left;
    cursor: pointer;
    font: inherit;
    color: inherit;
}
.stalla-preventivi-row:hover,
.stalla-preventivi-row:focus {
    border-color: var(--green-dark, #1f5f3c);
    background: #eef7f0;
    outline: none;
}
.stalla-preventivi-row__ch {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 0.2rem 0.45rem;
    border-radius: 4px;
    background: #e0ebe3;
    color: #1f5f3c;
}
.stalla-preventivi-row__ch.is-booking { background: #e8eef8; color: #2a4a7a; }
.stalla-preventivi-row__ch.is-airbnb { background: #fde8e8; color: #8a2f2f; }
.stalla-preventivi-row__ch.is-pianta { background: #e8f5e9; color: #1f5f3c; }
.stalla-preventivi-row__main {
    min-width: 0;
}
.stalla-preventivi-row__name {
    margin: 0;
    font-size: 1.02rem;
    font-weight: 650;
}
.stalla-preventivi-row__meta {
    margin: 2px 0 0;
    font-size: 0.86rem;
    color: #555;
}
.stalla-preventivi-row__right {
    text-align: right;
    font-size: 0.82rem;
    color: #333;
    max-width: 11rem;
}
.stalla-preventivi-row__badge {
    display: inline-block;
    margin-top: 4px;
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
    font-size: 0.78rem;
    background: #fff3cd;
    color: #6a5200;
}
.stalla-preventivi-row__badge.is-ok { background: #e8f5e9; color: #1f5f3c; }
.stalla-preventivi-row__badge.is-warn { background: #fff3cd; color: #6a5200; }
.stalla-preventivi-row__badge.is-muted { background: #eee; color: #666; }
.stalla-preventivi-row__chev {
    grid-column: 3;
    grid-row: 1 / span 2;
    align-self: center;
    color: #888;
    font-size: 1.1rem;
}
@media (max-width: 560px) {
    .stalla-preventivi-row {
        grid-template-columns: auto 1fr;
    }
    .stalla-preventivi-row__right {
        grid-column: 1 / -1;
        text-align: left;
        max-width: none;
    }
    .stalla-preventivi-row__chev { display: none; }
}
.stalla-staff-preventivi-card.is-focus {
    border-color: var(--green-dark, #1f5f3c);
    box-shadow: 0 0 0 2px rgba(31, 95, 60, 0.15);
}
.stalla-staff-preventivi-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}
.stalla-btn-action--secondary {
    background: #fff;
    color: var(--green-dark, #1f5f3c);
    border: 1px solid var(--green-dark, #1f5f3c);
}
.stalla-staff-preventivi-reject {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px dashed #b8d9c4;
}
.stalla-guest-reinvio-wrap {
    margin: 14px 0 0;
    padding-top: 12px;
    border-top: 1px solid #b8d9c4;
}
.stalla-guest-reinvio-toggle {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 0.98rem;
    font-weight: 600;
    color: #234;
}
.stalla-guest-reinvio-toggle input {
    width: auto;
    margin: 4px 0 0;
    flex-shrink: 0;
}
.stalla-form-ajax-error {
    margin: 0 0 12px;
    padding: 10px 12px;
    border-radius: 8px;
    background: #fdecea;
    border: 1px solid #e57373;
    color: #7f1d1d;
}
.stalla-email-verify-panel {
    margin: 16px 0 20px;
    padding: 16px 18px;
    border-radius: 10px;
    background: #f4faf6;
    border: 1px solid #b8dcc4;
}
.stalla-email-verify-panel label {
    display: block;
    margin: 12px 0 6px;
    font-weight: 600;
}
.stalla-email-verify-panel input[type="text"] {
    max-width: 12rem;
    letter-spacing: 0.2em;
    font-size: 1.15rem;
    text-align: center;
}
.stalla-email-verify-sent {
    margin: 0 0 8px;
    color: #355;
    font-size: 0.95rem;
}
.stalla-guest-submit-hint {
    margin: 0 0 12px;
    padding: 10px 12px;
    border-radius: 8px;
    background: #fff8e6;
    border: 1px solid #e6c84a;
    color: #5c4a00;
    font-size: 0.95rem;
}
.stalla-guest-submit-zone {
    position: sticky;
    bottom: 0;
    z-index: 30;
    margin-top: 20px;
    padding: 12px 0 max(12px, env(safe-area-inset-bottom, 0px));
    background: linear-gradient(180deg, rgba(250, 252, 249, 0) 0%, #fafcf9 28%);
}
.stalla-guest-submit-zone .form-actions {
    margin-top: 0;
}
.stalla-guest-submit-zone .stalla-guest-submit-hint {
    margin: 10px 0 0;
}
.stalla-guest-submit-hint:not([hidden]) {
    display: block !important;
}
.stalla-guest-missing-mark {
    outline: 2px solid #c0392b;
    outline-offset: 3px;
    border-radius: 8px;
}
.stalla-guest-missing-inline {
    font-weight: 700;
}
.stalla-guest-reinvio-hint {
    margin: 10px 0 0;
    font-size: 0.92rem;
    color: #365;
    font-style: italic;
}
.stalla-story-section {
    margin-bottom: 2rem;
}
.stalla-story-callout {
    margin: 1.25rem 0;
    padding: 16px 18px;
    border-radius: 12px;
    background: #f4faf6;
    border-left: 5px solid var(--green-dark, #1f5f3c);
}
.stalla-story-callout h3 {
    margin: 0 0 10px;
    font-size: 1.1rem;
    color: var(--green-dark, #1f5f3c);
}
.stalla-story-callout p {
    margin: 0 0 12px;
    line-height: 1.6;
}
.stalla-story-callout p:last-child {
    margin-bottom: 0;
}
.guest-block {
    margin: 1rem 0 1.25rem;
    padding: 14px 16px 16px;
    border: 1px solid #d8e8de;
    border-radius: 10px;
    background: #f4faf6;
}
.guest-block:nth-of-type(even) {
    background: #f8f4ea;
    border-color: #e0d4bc;
}
.guest-block:nth-of-type(even) legend {
    color: #5c4a2e;
}
.guest-block legend {
    font-weight: 700;
    color: var(--green-dark, #1f5f3c);
    padding: 0 6px;
}
.stalla-form-lead {
    font-size: 0.98rem;
    margin: 0 0 12px;
    color: #444;
}
.stalla-field-label {
    display: block;
    margin: 0 0 8px;
    font-weight: 700;
}
.stalla-guest-tipo-hint {
    margin: 0 0 14px;
    padding: 10px 12px;
    border-radius: 8px;
    background: #fff8e6;
    border: 1px solid #e6d9a8;
    font-size: 0.92rem;
    line-height: 1.45;
    color: #4a4528;
}
.stalla-guest-tipo-hint[hidden] {
    display: none !important;
}
#stallaTurismoTrasportiWrap[hidden] {
    display: none !important;
}
.stalla-turismo-trasporti {
    margin: 0 0 16px;
    padding: 12px 14px;
    border: 1px solid #cfe6d7;
    border-radius: 8px;
    background: #f9fcfa;
}
.stalla-turismo-trasporti legend {
    font-weight: 700;
    color: var(--green-dark, #1f5f3c);
    padding: 0 4px;
}
.stalla-turismo-trasporti__hint {
    margin: 0 0 12px;
    font-size: 0.9rem;
    color: #555;
    line-height: 1.4;
}
.stalla-guest-pick--education .stalla-guest-pick__btn {
    flex: 1 1 calc(50% - 8px);
    min-width: 8rem;
    font-size: 0.85rem;
}
.stalla-bed-assignment {
    margin: 0.75rem 0 1rem;
    padding: 0.85rem 0.95rem;
    border-radius: 10px;
    background: #fff8d6;
    border: 2px solid #e0b800;
    box-shadow: 0 0 0 3px rgba(255, 214, 0, 0.28);
}
.stalla-bed-assignment__eyebrow {
    margin: 0 0 0.35rem;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #5c4a00;
}
.stalla-bed-assignment__hint {
    margin: 0 0 0.65rem;
    font-size: 0.88rem;
    line-height: 1.4;
    color: #5c4a00;
}
.stalla-guest-pick--beds {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.4rem;
}
@media (min-width: 560px) {
    .stalla-guest-pick--beds {
        grid-template-columns: 1fr 1fr;
    }
}
.stalla-guest-pick--beds .stalla-guest-pick__btn {
    font-size: 0.9rem;
    text-align: left;
    justify-content: flex-start;
    padding: 0.55rem 0.7rem;
}
.stalla-guest-pick--beds .stalla-guest-pick__input:disabled + .stalla-guest-pick__btn,
.stalla-guest-pick--beds .stalla-guest-pick__btn.is-bed-full {
    opacity: 0.42;
    cursor: not-allowed;
    text-decoration: line-through;
}
.stalla-guest-pick--transport .stalla-guest-pick__btn {
    flex: 1 1 calc(33.333% - 8px);
    min-width: 7.2rem;
    font-size: 0.82rem;
}
#stallaNumOspitiWrap[hidden] {
    display: none !important;
}
.stalla-num-ospiti-pick {
    display: flex;
    gap: 8px;
    margin: 0 0 12px;
    max-width: 22rem;
}
.stalla-num-ospiti-pick--3 {
    max-width: 18rem;
}
.stalla-num-ospiti-pick__input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.stalla-num-ospiti-pick__btn {
    flex: 1 1 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    min-height: 48px;
    padding: 10px 8px;
    border-radius: 8px;
    border: 2px solid var(--green-dark, #1f5f3c);
    background: #fff;
    color: var(--green-dark, #1f5f3c);
    font-weight: 800;
    font-size: 1.15rem;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    user-select: none;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.stalla-num-ospiti-pick__btn:hover,
.stalla-num-ospiti-pick__btn:focus-visible {
    outline: 2px solid var(--yellow-accent, #f4d03f);
    outline-offset: 2px;
}
.stalla-num-ospiti-pick__input:checked + .stalla-num-ospiti-pick__btn {
    background: var(--green-dark, #1f5f3c);
    color: var(--yellow-accent, #f4d03f);
    border-color: var(--green-dark, #1f5f3c);
}
.stalla-num-ospiti-pick__input:focus-visible + .stalla-num-ospiti-pick__btn {
    outline: 2px solid var(--yellow-accent, #f4d03f);
    outline-offset: 2px;
}
.stalla-guest-pick {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 10px;
}
.stalla-guest-pick--2 {
    max-width: 16rem;
}
.stalla-guest-pick--4 {
    max-width: 22rem;
}
.stalla-guest-pick--3 {
    max-width: 20rem;
}
.stalla-guest-pick--3 .stalla-guest-pick__btn {
    font-size: 0.92rem;
}
.stalla-guest-pick--docs {
    max-width: 100%;
}
.stalla-guest-pick__input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.stalla-guest-pick__btn {
    flex: 1 1 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 3rem;
    min-height: 44px;
    padding: 10px 10px;
    border-radius: 8px;
    border: 2px solid var(--green-dark, #1f5f3c);
    background: #fff;
    color: var(--green-dark, #1f5f3c);
    font-weight: 700;
    font-size: 0.95rem;
    line-height: 1.2;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    user-select: none;
    font-family: inherit;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.stalla-guest-pick--2 .stalla-guest-pick__btn {
    font-size: 1rem;
    font-weight: 800;
}
.stalla-guest-pick--docs .stalla-guest-pick__btn {
    flex: 1 1 calc(33.333% - 8px);
    min-width: 8.5rem;
    font-size: 0.88rem;
}
.stalla-citizenship-pick .stalla-guest-pick__btn {
    flex: 1 1 calc(25% - 8px);
    min-width: 4.2rem;
}
.stalla-guest-pick__btn:hover,
.stalla-guest-pick__btn:focus-visible {
    outline: 2px solid var(--yellow-accent, #f4d03f);
    outline-offset: 2px;
}
.stalla-guest-pick__input:checked + .stalla-guest-pick__btn,
.stalla-citizenship-pick__btn.is-active {
    background: var(--green-dark, #1f5f3c);
    color: var(--yellow-accent, #f4d03f);
    border-color: var(--green-dark, #1f5f3c);
}
.stalla-guest-pick__input:focus-visible + .stalla-guest-pick__btn {
    outline: 2px solid var(--yellow-accent, #f4d03f);
    outline-offset: 2px;
}
.stalla-citizenship-field .stalla-citizenship-input {
    margin-bottom: 12px;
}
.guest-block [name$="_luogo_rilascio"].is-auto-doc-issue,
.guest-block [name$="_luogo_rilascio"][readonly] {
    background: #f0f4f1;
    color: #555;
    cursor: not-allowed;
}
.stalla-birthdate-field {
    margin-bottom: 4px;
}
.stalla-birthdate-field__hint {
    margin: 0 0 8px;
    font-size: 0.85rem;
    color: #555;
    line-height: 1.35;
}
.stalla-birthdate-pick {
    display: flex;
    align-items: stretch;
    gap: 0;
    margin: 0 0 10px;
    max-width: 100%;
    border: 2px solid var(--green-dark, #1f5f3c);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
}
.stalla-birthdate-pick:has(.stalla-birthdate-pick__sel:focus) {
    outline: 2px solid var(--yellow-accent, #f4d03f);
    outline-offset: 2px;
}
.stalla-birthdate-pick__sel {
    flex: 0 0 auto;
    min-width: 0;
    width: auto;
    margin: 0;
    min-height: 44px;
    padding: 8px 4px;
    border: 0;
    border-radius: 0;
    border-right: 1px solid #cfe0d4;
    background: transparent;
    color: var(--green-dark, #1f5f3c);
    font-family: inherit;
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1.2;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%231f5f3c' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 6px center;
    background-size: 10px 6px;
    padding-right: 1.25rem;
}
.stalla-birthdate-pick__sel:last-child {
    border-right: 0;
}
.stalla-birthdate-pick__sel--day {
    flex: 0 0 3.1rem;
    max-width: 3.4rem;
    padding-left: 6px;
    padding-right: 1.1rem;
    text-align: center;
    text-align-last: center;
}
.stalla-birthdate-pick__sel--month {
    flex: 0 0 3.6rem;
    max-width: 4rem;
    padding-left: 4px;
    padding-right: 1.1rem;
    text-align: center;
    text-align-last: center;
}
.stalla-birthdate-pick__sel--year {
    flex: 1 1 5.5rem;
    min-width: 4.8rem;
    padding-left: 8px;
    padding-right: 1.5rem;
    font-size: 1rem;
}
.stalla-birthdate-pick__sel:focus {
    outline: none;
    background-color: #f3faf6;
}
.stalla-birthdate-pick__sel:focus-visible {
    outline: none;
}
.stalla-birthdate-native {
    display: none;
    margin-bottom: 10px;
}
@media (min-width: 720px) {
    .stalla-birthdate-field__hint,
    .stalla-birthdate-pick {
        display: none;
    }
    .stalla-birthdate-native {
        display: block;
    }
}
.stalla-birthdate-pick--dmy .stalla-birthdate-pick__sel--day { order: 1; }
.stalla-birthdate-pick--dmy .stalla-birthdate-pick__sel--month { order: 2; }
.stalla-birthdate-pick--dmy .stalla-birthdate-pick__sel--year { order: 3; }
.stalla-birthdate-pick--mdy .stalla-birthdate-pick__sel--month { order: 1; }
.stalla-birthdate-pick--mdy .stalla-birthdate-pick__sel--day { order: 2; }
.stalla-birthdate-pick--mdy .stalla-birthdate-pick__sel--year { order: 3; }
.stalla-phone-field__row {
    display: flex;
    gap: 8px;
    align-items: stretch;
    margin-bottom: 10px;
}
.stalla-phone-field__dial {
    flex: 0 0 118px;
    max-width: 42%;
    min-height: 44px;
    padding: 8px 6px;
    border: 1px solid #c5d4c0;
    border-radius: 6px;
    background: #fff;
    font-size: 14px;
}
.stalla-phone-field__local {
    flex: 1 1 auto;
    min-width: 0;
    min-height: 44px;
}
.stalla-comune-field,
.stalla-birthplace-field {
    position: relative;
}
.stalla-comuni-suggest {
    display: none;
    flex-direction: column;
    gap: 4px;
    margin: 4px 0 10px;
    padding: 6px;
    border: 1px solid #c5d4c0;
    border-radius: 6px;
    background: #f8fbf7;
    max-height: 220px;
    overflow-y: auto;
    position: relative;
    z-index: 30;
    box-shadow: 0 4px 12px rgba(0, 51, 0, 0.12);
}
.stalla-comuni-suggest.is-open {
    display: flex;
}
.stalla-comune-field .is-italy-comune,
.stalla-birthplace-field .is-italy-comune {
    background-color: #fff;
}
.stalla-comune-field .is-italy-comune:-webkit-autofill,
.stalla-birthplace-field .is-italy-comune:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.stalla-comuni-suggest__item {
    display: block;
    width: 100%;
    text-align: left;
    padding: 8px 10px;
    border: 0;
    border-radius: 4px;
    background: transparent;
    color: #003300;
    font: inherit;
    cursor: pointer;
}
.stalla-comuni-suggest__item:hover,
.stalla-comuni-suggest__item:focus {
    background: #e8f5e9;
    outline: none;
}
.stalla-review-links {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
}
.stalla-review-links li {
    margin: 0 0 10px;
}
.stalla-review-links a {
    display: inline-block;
    font-weight: 700;
    color: var(--green-dark, #1f5f3c);
    text-decoration: underline;
    text-underline-offset: 2px;
}
.stalla-review-links a:hover {
    color: var(--green-text, #2e7d32);
}
.stalla-booking-section .form-actions {
    margin-top: 16px;
    align-items: stretch;
}
.stalla-booking-section .form-actions .btn {
    flex: 1 1 10rem;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    line-height: 1.25;
}
.stalla-booking-section .form-actions .btn:disabled {
    opacity: 0.48;
    cursor: not-allowed;
    filter: grayscale(0.15);
}
.stalla-form-success {
    background: #e8f5e9;
    border: 1px solid var(--green-dark);
    border-radius: 8px;
    padding: 12px 14px;
    margin-bottom: 14px;
    font-weight: 700;
    color: var(--green-text);
}
.stalla-guest-alt-channels {
    margin: 16px 0 0;
    padding: 12px 14px;
    border: 1px dashed #c5d9cc;
    border-radius: 8px;
    background: #f7fbf8;
}
.stalla-guest-alt-channels[hidden] {
    display: none !important;
}
.stalla-guest-alt-channels__lead {
    margin: 0 0 10px;
    font-size: 0.95rem;
    line-height: 1.45;
    color: #333;
}
.stalla-guest-fields-checklist__group-title {
    margin: 10px 0 6px;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--green-dark, #1f5f3c);
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.stalla-guest-fields-checklist__group-title:first-child {
    margin-top: 0;
}
.stalla-guest-fields-checklist ul {
    margin: 0 0 4px;
    padding-left: 1.25rem;
    font-size: 0.92rem;
    line-height: 1.4;
    color: #444;
}
.stalla-guest-fields-checklist li {
    margin: 0 0 4px;
}
.stalla-extra-options {
    margin: 10px 0 14px;
    border: 1px solid #cfe6d7;
    border-radius: 8px;
    padding: 10px 12px;
    background: #f9fcfa;
}
.stalla-extra-options--optional {
    border-color: #e0dccf;
    background: #faf9f6;
}
.stalla-extra-options legend {
    font-weight: 700;
    color: var(--green-dark, #1f5f3c);
    padding: 0 4px;
}
.stalla-extra-options .stalla-checkin-step-confirm {
    margin: 8px 0;
    font-weight: 600;
}
.stalla-extra-options .stalla-checkin-step-confirm:last-of-type {
    margin-bottom: 0;
}
.stalla-extra-options .stalla-checkin-step-confirm:has(input:checked) {
    border-color: #1a5c2e;
    background: #e8f5e9;
}
.stalla-extra-options .stalla-checkin-step-confirm input {
    width: 1.15rem;
    height: 1.15rem;
    accent-color: var(--green-dark, #1f5f3c);
}
.stalla-extra-options .error {
    margin: -4px 0 8px 0;
}
.guest-block__contacts {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px dashed #cfe0d4;
}
.guest-block__contacts-title {
    margin: 0 0 6px;
    font-weight: 700;
    color: var(--green-dark, #1f5f3c);
    font-size: 0.98rem;
}
.guest-block__capo-hint {
    margin: 0 0 10px;
    font-size: 0.88rem;
    color: #555;
    line-height: 1.4;
}
.guest-field-optional {
    font-weight: normal;
    font-size: 0.88rem;
    color: #666;
}
.stalla-extra-options label:not(.stalla-checkin-step-confirm) {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 10px;
    font-weight: normal;
    cursor: pointer;
    line-height: 1.45;
}
.stalla-extra-options label:not(.stalla-checkin-step-confirm):last-child {
    margin-bottom: 0;
}
.stalla-extra-options label:not(.stalla-checkin-step-confirm) input[type="radio"],
.stalla-extra-options label:not(.stalla-checkin-step-confirm) input[type="checkbox"] {
    width: auto;
    min-width: 1.1rem;
    margin: 3px 0 0;
    padding: 0;
    flex-shrink: 0;
}
.stalla-extra-options label:not(.stalla-checkin-step-confirm) span {
    flex: 1;
}
.stalla-extra-options--privacy label[for="privacy_checkout"] {
    display: flex;
}
.stalla-extra-options--privacy input[type="checkbox"] {
    margin-top: 4px;
}
.stalla-checkout-checklist {
    margin: 12px 0 16px;
    padding-left: 1.25rem;
    line-height: 1.55;
}
.stalla-checkout-checklist li {
    margin-bottom: 8px;
}
.stalla-route-figure {
    margin: 12px 0 20px;
    max-width: 520px;
}
.stalla-route-map {
    width: 100%;
    height: auto;
}
.stalla-dati-callout {
    margin: 14px 0 0;
    padding: 12px 14px;
    border-left: 4px solid var(--green-dark, #1f5f3c);
    background: #f2f9f4;
    line-height: 1.5;
}

/* --- Ospiti Stalla: passi check-in / checklist visiva + pulsanti mobile --- */
.stalla-guest-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 12px 0 0;
    padding: 0;
    justify-content: center;
}
.stalla-guest-nav a {
    flex: 1 1 calc(50% - 8px);
    min-width: 8.5rem;
    max-width: 16rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 12px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    line-height: 1.25;
    border: 2px solid var(--green-dark, #1f5f3c);
    background: #fff;
    color: var(--green-dark, #1f5f3c);
    min-height: 44px;
    box-sizing: border-box;
}
.stalla-guest-nav a.stalla-guest-nav__primary {
    background: var(--green-dark, #1f5f3c);
    color: var(--yellow-accent, #f4d03f);
    border-color: var(--green-dark, #1f5f3c);
}
.stalla-guest-nav a:hover,
.stalla-guest-nav a:focus-visible {
    filter: brightness(1.05);
    outline: 2px solid var(--yellow-accent, #f4d03f);
    outline-offset: 2px;
}
/* Link secondari verso il sito pubblico — discreti, non competono con il flusso ospiti */
.stalla-site-links {
    margin: 10px 0 0;
    padding: 0;
    font-size: 0.8rem;
    font-weight: 400;
    color: #777;
    text-align: center;
    line-height: 1.5;
}
.stalla-site-links a {
    color: #6b8a6b;
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-color: rgba(107, 138, 107, 0.45);
}
.stalla-site-links a:hover,
.stalla-site-links a:focus-visible {
    color: var(--green-dark, #1f5f3c);
    text-decoration-color: currentColor;
}
.stalla-site-links__sep {
    margin: 0 0.2em;
    color: #bbb;
    user-select: none;
}
.stalla-guest-hero-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 28rem;
    margin: 0 auto 1.25rem;
    padding: 0 12px;
}
.stalla-checkin-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.stalla-checkin-step {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin: 0;
    padding: 14px 14px 14px 12px;
    border: 1px solid #c5dcc5;
    border-radius: 10px;
    background: #fafdf8;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.stalla-checkin-step--done {
    border-color: #7cb87c;
    background: #f0faf2;
}
.stalla-checkin-step--active {
    border-color: var(--green-dark, #1f5f3c);
    border-width: 2px;
    background: #fafdf8;
    box-shadow: 0 2px 10px rgba(31, 95, 60, 0.1);
}
.stalla-checkin-step--active .stalla-checkin-step__num {
    box-shadow: 0 0 0 3px rgba(244, 208, 63, 0.45);
}
.stalla-checkin-step--locked {
    border-color: #d8d8d8;
    background: #f3f3f3;
}
.stalla-checkin-step--locked #checklist-step-register-cta {
    display: none !important;
}
.stalla-checkin-step--active #checklist-step-register-cta.stalla-btn-action--checkin-step:not(.stalla-btn-action--secondary),
.stalla-checkin-step--done #checklist-step-register-cta.stalla-btn-action--checkin-step:not(.stalla-btn-action--secondary) {
    background: var(--green-dark, #1f5f3c);
    color: var(--yellow-accent, #f4d03f);
    border: none;
    opacity: 1;
    filter: none;
}
.stalla-checkin-step--locked .stalla-checkin-step__title {
    color: #888;
}
.stalla-checkin-step--locked .stalla-checkin-step__locked-hint {
    display: block;
    margin: 0;
    font-size: 0.9rem;
    font-style: italic;
    color: #777;
    line-height: 1.4;
}
.stalla-checkin-step--locked .stalla-checkin-step__body {
    display: none;
}
.stalla-checkin-step--active .stalla-checkin-step__locked-hint,
.stalla-checkin-step--done .stalla-checkin-step__locked-hint {
    display: none;
}
.stalla-checkin-step__detail {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #c5dcc5;
}
.stalla-checkin-step__detail h4 {
    margin: 1.1em 0 0.45em;
    font-size: 1.05rem;
    color: var(--green-dark, #1f5f3c);
}
.stalla-checkin-step__detail h4:first-child {
    margin-top: 0;
}
.stalla-checkin-step__detail .gallery-grid {
    margin-top: 10px;
}
.stalla-checkin-step__detail .gallery-grid--single {
    max-width: 22rem;
}
.stalla-checkin-step__detail .video-embed-wrap {
    margin: 10px 0 12px;
}
.stalla-checkin-step__detail .stalla-btn-action--maps {
    margin: 8px 0 12px;
}
.stalla-checkin-gated-teaser {
    margin: 14px 0 0;
    padding: 12px 14px;
    border-radius: 8px;
    background: #f7f4e8;
    border: 1px dashed #c9b84c;
    font-size: 0.95rem;
    line-height: 1.45;
    text-align: center;
    color: #5a5340;
}
.stalla-checkin-gated-section {
    margin-bottom: 1.5rem;
}
.stalla-checkin-gated-section:not(.stalla-checkin-gated-section--unlocked) {
    padding-bottom: 0.25rem;
}
.stalla-checkin-gated-lock {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin: 0 0 4px;
    padding: 14px 16px;
    border: 1px dashed #a8c4a8;
    border-radius: 8px;
    background: #f4f8f4;
}
.stalla-checkin-gated-lock__msg {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.45;
    color: #4a5f4a;
    text-align: center;
}
.stalla-checkin-gated-lock__cta {
    width: 100%;
    max-width: 22rem;
    margin: 0 auto;
}
.stalla-checkin-gated-section--unlocked .stalla-checkin-gated-lock {
    display: none;
}
.stalla-checkin-gated-section:not(.stalla-checkin-gated-section--unlocked) .stalla-checkin-gated-body {
    display: none;
}
.stalla-checkin-gated-section:not(.stalla-checkin-gated-section--unlocked) > h2 {
    margin-bottom: 10px;
    opacity: 0.92;
}
.stalla-checkin-step__num {
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1rem;
    background: var(--green-dark, #1f5f3c);
    color: var(--yellow-accent, #f4d03f);
    line-height: 1;
}
.stalla-checkin-step--done .stalla-checkin-step__num {
    background: var(--yellow-accent, #f4d03f);
    color: var(--green-dark, #1f5f3c);
    box-shadow: inset 0 0 0 2px rgba(31, 95, 60, 0.12);
    font-size: 1.15rem;
    font-weight: 900;
}
.stalla-checkin-step--locked .stalla-checkin-step__num {
    background: #9a9a9a;
    color: #f0f0f0;
}
.stalla-checkin-step__content {
    flex: 1;
    min-width: 0;
}
.stalla-checkin-step__title {
    margin: 0 0 6px;
    font-size: 1.05rem;
    color: var(--green-dark, #1f5f3c);
    line-height: 1.3;
}
.stalla-checkin-step__text {
    margin: 0 0 10px;
    line-height: 1.5;
    font-size: 0.98rem;
}
.stalla-checkin-step__text:last-child {
    margin-bottom: 0;
}
.stalla-checkin-step__sent {
    margin: 0 0 8px;
    font-size: 0.98rem;
    line-height: 1.45;
    color: #1a5c2e;
    font-weight: 600;
}
.stalla-btn-action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 22rem;
    min-height: 48px;
    padding: 12px 16px;
    margin: 4px 0 0;
    border-radius: 8px;
    border: none;
    background: var(--green-dark, #1f5f3c);
    color: var(--yellow-accent, #f4d03f);
    font-weight: 800;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    line-height: 1.25;
}
.stalla-btn-action:hover,
.stalla-btn-action:focus-visible {
    filter: brightness(1.08);
    outline: 2px solid var(--yellow-accent, #f4d03f);
    outline-offset: 2px;
}
.stalla-btn-action--secondary {
    background: #fff;
    color: var(--green-dark, #1f5f3c);
    border: 2px solid var(--green-dark, #1f5f3c);
}
.stalla-btn-action--checkin-step {
    letter-spacing: 0.03em;
}
.stalla-checkin-request-code,
.stalla-checkin-step-confirm {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 14px 0 8px;
    padding: 12px 14px;
    border: 1px solid #b8d4b8;
    border-radius: 8px;
    background: #f4faf4;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.98rem;
    line-height: 1.4;
    color: var(--green-dark, #1f5f3c);
}
.stalla-checkin-request-code input,
.stalla-checkin-step-confirm input {
    margin-top: 3px;
    width: 1.15rem;
    height: 1.15rem;
    flex-shrink: 0;
    accent-color: var(--green-dark, #1f5f3c);
}
.stalla-checkin-request-code input:disabled,
.stalla-checkin-step-confirm input:disabled {
    cursor: not-allowed;
    opacity: 0.55;
}
.stalla-checkin-step-confirm.is-selected {
    border-color: #1a5c2e;
    background: #e8f5e9;
}
.stalla-checkin-step-confirm.is-selected .stalla-checkin-channel-option__mark,
.stalla-checkin-step-confirm.is-selected input:checked + span::before {
    opacity: 1;
}
.stalla-checkin-request-code-hint {
    margin: 0 0 12px;
    font-size: 0.92rem;
    line-height: 1.45;
    color: #4a5f4a;
}
.stalla-checkin-request-code-hint--done {
    color: #1a5c2e;
    font-weight: 600;
}
.checklist-video-embed {
    margin: 12px 0 16px;
}
.stalla-checkin-step--done.stalla-checkin-step--compact {
    padding: 12px 14px 12px 12px;
}
.stalla-checkin-step--thankyou.stalla-checkin-step--done {
    border-color: #c9a227;
    background: linear-gradient(135deg, #fffef5 0%, #f0faf2 55%, #fff9e6 100%);
    box-shadow: 0 3px 14px rgba(201, 162, 39, 0.18);
}
.stalla-checkin-step--thankyou.stalla-checkin-step--done .stalla-checkin-step__title {
    font-size: 1.35rem;
    color: var(--green-dark, #1f5f3c);
    margin-bottom: 0.35em;
}
.stalla-checkin-step--thankyou.stalla-checkin-step--done .stalla-checkin-step__num {
    background: var(--yellow-accent, #f4d03f);
    color: var(--green-dark, #1f5f3c);
    font-size: 1.15rem;
}
.stalla-checkin-thankyou__lead {
    margin: 0 0 14px;
    font-size: 1.08rem;
    line-height: 1.55;
}
.stalla-checkin-thankyou__trophy {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin: 0 0 18px;
    padding: 14px 16px;
    border: 2px solid var(--yellow-accent, #f4d03f);
    border-radius: 12px;
    background: #fffef0;
}
.stalla-checkin-thankyou__trophy-icon {
    font-size: 2.4rem;
    line-height: 1;
    flex-shrink: 0;
}
.stalla-checkin-thankyou__trophy-text p {
    margin: 0 0 8px;
    line-height: 1.5;
}
.stalla-checkin-thankyou__trophy-text p:last-child {
    margin-bottom: 0;
}
.stalla-checkin-thankyou__trophy-title {
    font-size: 1.05rem;
    color: var(--green-dark, #1f5f3c);
}
.stalla-checkin-thankyou__checkout {
    margin: 0 0 18px;
    line-height: 1.5;
}
.stalla-checkin-thankyou__cta {
    display: inline-block;
    text-decoration: none;
    text-align: center;
}
.stalla-checkout-form-panel {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #c5dcc5;
}
.stalla-checkout-grow-tree {
    margin: 20px 0 8px;
    text-align: center;
}
.stalla-btn-action--grow-tree {
    display: inline-flex;
    max-width: 100%;
    width: auto;
    min-width: min(100%, 16rem);
    padding: 14px 28px;
    font-size: 1.08rem;
    border-radius: 10px;
    box-shadow: 0 3px 12px rgba(31, 95, 60, 0.22);
}
.stalla-btn-action--grow-tree::before {
    content: "🌳";
    margin-right: 0.45em;
    font-size: 1.15em;
    line-height: 1;
}
.stalla-checkout-back-link {
    margin: 18px 0 0;
    font-size: 0.95rem;
}
.stalla-checkout-postilla {
    margin: 0 0 18px;
    padding: 12px 14px;
    border-left: 3px solid var(--green-dark, #1f5f3c);
    background: #f8faf8;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #333;
}
.stalla-checkin-step--guest-star.stalla-checkin-step--done {
    border-color: #d4af37;
    background: linear-gradient(135deg, #fffef8 0%, #f0faf2 50%, #fff9e6 100%);
}
.stalla-checkin-guest-star .stalla-checkin-thankyou__trophy-icon {
    font-size: 2.6rem;
}
@media (max-width: 720px) {
    /* Check-in/check-out steps: titolo accanto al numero, corpo a tutta larghezza (sotto anche la colonna del badge) */
    .stalla-checkin-step {
        display: grid;
        grid-template-columns: 2rem minmax(0, 1fr);
        column-gap: 12px;
        row-gap: 8px;
        align-items: start;
    }
    .stalla-checkin-step__num {
        grid-column: 1;
        grid-row: 1;
    }
    .stalla-checkin-step__content {
        display: contents;
    }
    .stalla-checkin-step__title {
        grid-column: 2;
        grid-row: 1;
        margin-bottom: 0;
        min-width: 0;
    }
    .stalla-checkin-step__content > :not(.stalla-checkin-step__title) {
        grid-column: 1 / -1;
        min-width: 0;
    }
    .stalla-checkin-thankyou__trophy {
        display: flow-root;
    }
    .stalla-checkin-thankyou__trophy-icon {
        float: left;
        margin: 0 0.65rem 0.35rem 0;
        line-height: 1.15;
    }
    .stalla-checkin-thankyou__trophy-text {
        min-width: 0;
    }
}
.stalla-checkin-step--compact .stalla-checkin-step__sent {
    margin-top: 4px;
}
.stalla-welock-compact {
    margin-top: 6px;
}
.stalla-welock-compact__code-row {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 2px solid var(--green-dark, #1f5f3c);
    border-radius: 10px;
    background: #f8faf8;
    max-width: 100%;
}
.stalla-welock-compact__lock {
    font-size: 1.2rem;
    line-height: 1;
    flex-shrink: 0;
}
.stalla-welock-compact__code {
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    color: var(--green-dark, #1f5f3c);
}
.stalla-welock-compact__handles {
    margin: 10px 0 0;
    font-size: 0.88rem;
    line-height: 1.45;
    color: #3a503a;
}
.stalla-welock-compact__meta {
    margin-top: 6px;
    font-size: 0.85rem;
}
.stalla-checkin-access-video {
    margin-bottom: 8px;
}
.stalla-checkin-access-details {
    margin-top: 16px;
}
.stalla-checkin-access-details summary {
    cursor: pointer;
    font-weight: 700;
    color: var(--green-dark, #1f5f3c);
    margin-bottom: 10px;
}
.stalla-welock-wrap {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px dashed #c5dcc5;
}
.stalla-welock-bluetooth {
    margin-top: 10px;
}
.stalla-checkin-video-tip {
    margin: 12px 0 10px;
    padding: 10px 12px;
    border-radius: 8px;
    background: #eef6ee;
    border: 1px solid #b8d4b8;
    color: #2a4a2a;
    font-size: 0.9rem;
    line-height: 1.45;
}
.stalla-checkin-access-video .stalla-checkin-video-tip {
    margin-top: 14px;
}
.stalla-welock-gate-hint {
    margin: 12px 0 8px;
    padding: 10px 12px;
    border-radius: 8px;
    background: #fff8e1;
    border: 1px solid #e6c84a;
    color: #5c4a00;
    font-size: 0.9rem;
    line-height: 1.4;
}
.stalla-welock-form {
    margin: 14px 0 10px;
}
.stalla-welock-form__label {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    color: var(--green-dark, #1f5f3c);
    font-size: 0.95rem;
}
.stalla-welock-device {
    max-width: 14.5rem;
    padding: 12px 10px 10px;
    border: 2px solid var(--green-dark, #1f5f3c);
    border-radius: 14px;
    background: linear-gradient(180deg, #f4f7f4 0%, #e8efe8 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 2px 8px rgba(31, 95, 60, 0.12);
}
.stalla-welock-device.is-disabled {
    opacity: 0.55;
    pointer-events: none;
}
.stalla-welock-device__display {
    box-sizing: border-box;
    width: calc(100% - 8px);
    margin: 0 4px 10px;
    padding: 10px 8px;
    border-radius: 8px;
    border: 2px inset #7aa87a;
    background: #1a2e1a;
    color: #c8f0c8;
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-align: center;
    line-height: 1.35;
    min-height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}
.stalla-welock-device__display.is-unlocked {
    background: #1f5f3c;
    border-color: #7bc67b;
    color: #fff;
    box-shadow: 0 0 12px rgba(123, 198, 123, 0.45);
}
.stalla-welock-pad {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
}
.stalla-welock-pad__key {
    min-height: 46px;
    border: 1px solid #8fb88f;
    border-radius: 10px;
    background: #fff;
    color: var(--green-dark, #1f5f3c);
    font-size: 1.15rem;
    font-weight: 800;
    font-family: inherit;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
    transition: background 0.12s ease, transform 0.08s ease;
    padding: 0;
}
.stalla-welock-pad__key:active:not(:disabled) {
    background: #e8f5e9;
    transform: scale(0.97);
}
.stalla-welock-pad__key:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.stalla-welock-pad__key--lock-open.is-active {
    background: var(--yellow-accent, #f4d03f);
    border-color: var(--green-dark, #1f5f3c);
}
.stalla-welock-pad__key--lock-open.is-ready {
    background: #e8f8e8;
    border-color: var(--green-dark, #1f5f3c);
    box-shadow: 0 0 0 2px rgba(244, 208, 63, 0.45);
}
.stalla-welock-pad__key--lock-open.is-success {
    background: #2e7d32;
    border-color: #1b5e20;
    color: #fff;
    box-shadow: 0 0 10px rgba(46, 125, 50, 0.55);
    transform: scale(1.04);
}
.stalla-welock-pad__key--lock-open.is-success .stalla-welock-pad__key-icon {
    font-size: 1.55rem;
    font-weight: 900;
}
.stalla-welock-pad__key-icon {
    font-size: 1.3rem;
    line-height: 1;
}
.stalla-welock-pad__return-icon {
    display: inline-block;
    font-size: 1.35rem;
    font-weight: 700;
    transform: scaleX(-1) rotate(-15deg);
    line-height: 1;
}
.stalla-welock-pad__key--return {
    font-size: 1rem;
}
.stalla-welock__hint {
    margin: 10px 0 0;
    font-size: 0.88rem;
    line-height: 1.4;
    color: #4a5f4a;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.stalla-checkin-door-code-form {
    margin: 16px 0 12px;
    padding: 14px 16px;
    border: 1px solid #b8d4b8;
    border-radius: 8px;
    background: #f4faf4;
    max-width: 22rem;
}
.stalla-checkin-door-code-form__label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--green-dark, #1f5f3c);
}
.stalla-checkin-door-code-form__input {
    display: block;
    width: 100%;
    max-width: 12rem;
    margin-bottom: 12px;
    padding: 10px 12px;
    font-size: 1.25rem;
    letter-spacing: 0.12em;
    font-family: inherit;
    border: 2px solid #8fb88f;
    border-radius: 6px;
    box-sizing: border-box;
}
.stalla-checkin-door-code-form__input:focus {
    outline: 2px solid var(--green-dark, #1f5f3c);
    outline-offset: 2px;
}
.stalla-checkin-door-code-error {
    margin: 0 0 10px;
    font-size: 0.92rem;
    color: #a33;
    font-weight: 600;
}
.stalla-checkin-door-code-wait {
    margin: 12px 0 16px;
    padding: 14px 16px;
    border-radius: 10px;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.45;
    color: #5c4a00;
    background: #ffe566;
    border: 2px solid #e0b800;
    box-shadow: 0 0 0 3px rgba(255, 214, 0, 0.35);
}
.stalla-checkin-door-code-issued {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 0.65rem;
    margin: 12px 0 16px;
    padding: 16px 18px;
    border-radius: 10px;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
    color: #0f3d1a;
    background: #d4f5d8;
    border: 2px solid #1f8a3a;
    box-shadow: 0 0 0 3px rgba(31, 138, 58, 0.22);
}
.stalla-checkin-door-code-value {
    display: inline-block;
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    font-variant-numeric: tabular-nums;
    color: #0a2e12;
    background: #fff;
    padding: 0.2em 0.55em;
    border-radius: 8px;
    border: 1px solid #9fd4a8;
}
.stalla-checkin-booking-confirm {
    margin: 12px 0 16px;
    padding: 14px 16px;
    border-radius: 12px;
    background: #f4faf4;
    border: 1px solid #c8e0c8;
}
.stalla-checkin-booking-confirm__lead {
    margin: 0 0 10px;
    font-size: 0.95rem;
    line-height: 1.45;
}
.stalla-checkin-booking-recap {
    margin: 0 0 12px;
    display: grid;
    gap: 6px;
}
.stalla-checkin-booking-recap__row {
    display: grid;
    grid-template-columns: minmax(110px, 38%) 1fr;
    gap: 8px;
    margin: 0;
}
.stalla-checkin-booking-recap__row dt {
    margin: 0;
    font-weight: 700;
    color: #2d4a2d;
}
.stalla-checkin-booking-recap__row dd {
    margin: 0;
    font-weight: 600;
}
.stalla-checkin-booking-confirm__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 8px;
}
.stalla-checkin-booking-confirm__actions[hidden] {
    display: none !important;
}
.stalla-checkin-booking-change-panel {
    margin: 10px 0 8px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #d4e4d4;
}
.stalla-checkin-booking-change-panel__options {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 10px 0;
}
.stalla-checkin-booking-change-panel__options .stalla-btn-action {
    width: 100%;
    max-width: none;
    margin: 0;
}
.stalla-checkin-booking-change-panel__options .is-selected {
    outline: 2px solid #3d7a3d;
    outline-offset: 1px;
}
.stalla-checkin-booking-change-panel__note {
    width: 100%;
    margin: 0 0 10px;
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid #c8d8c8;
    font: inherit;
    resize: vertical;
    box-sizing: border-box;
}
.stalla-checkin-booking-change-panel__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 12px;
    align-items: center;
    margin-top: 4px;
}
.stalla-checkin-booking-change-panel__actions .stalla-btn-action {
    width: 100%;
    max-width: none;
    margin: 0;
    min-height: 44px;
}
.stalla-checkin-booking-change-panel__actions .stalla-checkin-change-link {
    margin: 0;
    justify-self: end;
    text-align: right;
    white-space: nowrap;
}
.stalla-checkin-booking-recap__row--payment dd {
    line-height: 1.45;
}
.stalla-checkin-booking-reject-hint {
    margin: 8px 0 0;
    color: #7a3b12;
}
.stalla-checkin-booking-missing-hint {
    margin: 8px 0 12px;
    color: #4a5f4a;
}
.stalla-checkin-channel-pick {
    border: none;
    margin: 12px 0 4px;
    padding: 0;
    min-width: 0;
}
.stalla-checkin-channel-pick__legend {
    display: block;
    margin: 0 0 10px;
    padding: 0;
    font-weight: 800;
    font-size: 0.98rem;
    color: var(--green-dark, #1f5f3c);
    line-height: 1.35;
}
.stalla-checkin-channel-options {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.stalla-checkin-channel-option {
    display: block;
    cursor: pointer;
}
.stalla-checkin-channel-option input {
    position: absolute;
    opacity: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
}
.stalla-checkin-channel-option__box {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border: 2px solid #c5dcc5;
    border-radius: 10px;
    background: #f8fbf8;
    transition: border-color 0.15s ease, background 0.15s ease, box-shadow 0.15s ease;
}
.stalla-checkin-channel-option__mark {
    flex: 0 0 2rem;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.05rem;
    line-height: 1;
    background: #e8efe8;
    color: transparent;
    border: 2px solid #b8d0b8;
    box-sizing: border-box;
    user-select: none;
}
.stalla-checkin-channel-option__text {
    flex: 1;
    min-width: 0;
}
.stalla-checkin-channel-option__label {
    display: block;
    font-weight: 800;
    font-size: 1rem;
    color: var(--green-dark, #1f5f3c);
    line-height: 1.25;
}
.stalla-checkin-channel-option__hint {
    display: block;
    margin-top: 3px;
    font-weight: 400;
    font-size: 0.88rem;
    color: #5a6f5a;
    line-height: 1.35;
}
.stalla-checkin-channel-option input:focus-visible + .stalla-checkin-channel-option__box {
    outline: 2px solid var(--yellow-accent, #f4d03f);
    outline-offset: 2px;
}
.stalla-checkin-channel-option input:checked + .stalla-checkin-channel-option__box .stalla-checkin-channel-option__mark,
.stalla-checkin-channel-option.is-selected .stalla-checkin-channel-option__mark {
    background: var(--green-dark, #1f5f3c);
    color: var(--yellow-accent, #f4d03f);
    border-color: var(--green-dark, #1f5f3c);
    box-shadow: 0 0 0 3px rgba(244, 208, 63, 0.35);
}
.stalla-checkin-channel-option input:checked + .stalla-checkin-channel-option__box,
.stalla-checkin-channel-option.is-selected .stalla-checkin-channel-option__box {
    border-color: var(--green-dark, #1f5f3c);
    background: #f0faf2;
    box-shadow: 0 2px 10px rgba(31, 95, 60, 0.1);
}
.stalla-checkin-step--done .stalla-checkin-channel-pick {
    display: none;
}
.stalla-checkin-change-link {
    display: inline-block;
    margin: 6px 0 0;
    padding: 0;
    border: none;
    background: none;
    font: inherit;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--green-dark, #1f5f3c);
    text-decoration: underline;
    cursor: pointer;
}
.stalla-checkin-change-link:hover,
.stalla-checkin-change-link:focus-visible {
    color: #2d7a46;
    outline: none;
}
.stalla-checkin-change-link--bottom {
    display: block;
    margin-top: 16px;
    margin-bottom: 4px;
}
.stalla-rules-compact {
    margin-top: 6px;
}
.stalla-rules-compact__done {
    margin-top: 8px;
    font-size: 0.85rem;
}
.gallery-grid--compact-thumb {
    max-width: 14rem;
    margin-top: 4px;
}
.stalla-checkin-step--active .stalla-checkin-change-link,
.stalla-checkin-step--active #checklist-payment-channel-summary[hidden] + .stalla-checkin-change-link {
    display: none;
}
.stalla-btn-action--maps::before {
    content: "📍 ";
}
.stalla-btn-actions-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 8px;
}
.side-nav-guest-block {
    margin: 0 0 10px;
    padding: 10px 0 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.side-nav-guest-label {
    margin: 0 0 8px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0.9;
}
.side-nav-guest-score {
    display: flex;
    justify-content: center;
    gap: 4px;
    flex-wrap: wrap;
    margin: 0 0 4px;
    padding: 6px 4px;
}
.stalla-guest-star {
    font-size: 1.2rem;
    line-height: 1;
    color: rgba(255, 255, 255, 0.32);
    letter-spacing: 0;
}
.stalla-guest-star--on {
    color: var(--yellow-accent, #f4d03f);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.stalla-guest-star--half {
    position: relative;
    color: rgba(255, 255, 255, 0.32);
}
.stalla-guest-star--half::before {
    content: '\2605';
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    overflow: hidden;
    color: var(--yellow-accent, #f4d03f);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.side-nav-operator-scores {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 0 6px;
}
.side-nav-score-row {
    text-align: center;
}
.side-nav-score-sublabel {
    margin: 0 0 3px;
    font-size: 0.72rem;
    line-height: 1.25;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
    letter-spacing: 0.02em;
}
.side-nav-guest-score--compact {
    margin-bottom: 0;
    padding: 4px 2px;
}
.stalla-staff-monitor-scores {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 20px;
    margin: 8px 0 12px;
    font-size: 0.88rem;
}
.stalla-staff-monitor-scores__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.stalla-staff-monitor-scores__label {
    font-weight: 600;
    color: #3d5a3d;
}
.stalla-staff-monitor-scores__stars {
    display: flex;
    gap: 3px;
}
.stalla-staff-monitor-scores__meta {
    font-size: 0.8rem;
    color: #5a6b5a;
}
.stalla-staff-monitor-scores__stars .stalla-guest-star {
    color: rgba(61, 90, 61, 0.22);
}
.stalla-staff-monitor-scores__stars .stalla-guest-star--on {
    color: #b8860b;
    text-shadow: none;
}
.stalla-staff-monitor-scores__stars .stalla-guest-star--half {
    color: rgba(61, 90, 61, 0.22);
}
.stalla-staff-monitor-scores__stars .stalla-guest-star--half::before {
    color: #b8860b;
    text-shadow: none;
}
.stalla-staff-monitor-congruence {
    margin: 10px 0 0;
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 0.88rem;
    line-height: 1.45;
}
.stalla-staff-monitor-congruence--ok {
    background: #f0faf2;
    border: 1px solid #7cb87c;
    color: #1f5f3c;
}
.stalla-staff-monitor-congruence--note {
    background: #fff9e6;
    border: 1px solid #e6c84a;
    color: #5a4a10;
}
.stalla-staff-monitor-congruence--warn {
    background: #fff3f0;
    border: 1px solid #e0a090;
    color: #6b2e22;
}
.stalla-staff-monitor-congruence--pending {
    background: #f4f6f8;
    border: 1px solid #c5d0d8;
    color: #4a5560;
}
.stalla-staff-monitor-gate {
    max-width: 28rem;
    margin: 1.5rem 0;
    padding: 1.25rem 1.35rem;
    border-radius: 12px;
    border: 1px solid #c5dcc5;
    background: #f8fcf9;
}
.stalla-staff-monitor-gate__title {
    margin: 0 0 0.5rem;
    font-size: 1.15rem;
    color: #1f5f3c;
}
.stalla-staff-monitor-gate__text {
    margin: 0 0 1rem;
    font-size: 0.92rem;
    line-height: 1.45;
    color: #444;
}
.stalla-staff-monitor-gate__form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}
.stalla-staff-monitor-gate__input {
    flex: 1 1 12rem;
    padding: 10px 12px;
    border: 1px solid #bbb;
    border-radius: 8px;
    font: inherit;
}
.stalla-staff-monitor-gate__btn {
    padding: 10px 18px;
    border: none;
    border-radius: 8px;
    background: #1f5f3c;
    color: #f4d03f;
    font-weight: 700;
    cursor: pointer;
}
.side-nav-guest-anchor {
    display: block;
    margin: 0;
    padding: 10px 10px;
    border-radius: 6px;
    text-align: left;
    font-weight: 700;
    font-size: 0.92rem;
    line-height: 1.35;
    text-decoration: none;
    background: var(--yellow-accent, #f4d03f);
    color: var(--green-dark, #1f5f3c);
    border: 1px solid var(--yellow-accent, #f4d03f);
}
.side-nav-guest-anchor:hover,
.side-nav-guest-anchor:focus-visible {
    filter: brightness(1.05);
    outline: 2px solid #fff;
    outline-offset: 1px;
}
.stalla-payment-box {
    max-width: 36rem;
    margin: 1.5rem auto;
    padding: 1.25rem;
    border: 1px solid #c8dcc8;
    border-radius: 8px;
    background: #fafdf8;
}
.stalla-payment-error {
    color: #8b2020;
    background: #fff5f5;
    border: 1px solid #e8b4b4;
    padding: 1rem;
    border-radius: 6px;
    max-width: 36rem;
    margin: 1.5rem auto;
}
.stalla-payment-success {
    color: #1a5c2e;
    background: #f0faf2;
    border: 1px solid #9ccc9c;
    padding: 1.25rem;
    border-radius: 8px;
    max-width: 36rem;
    margin: 1.5rem auto;
}
.stalla-payment-ref {
    font-size: 0.9rem;
    color: #555;
}
#paypal-button-container {
    margin-top: 1.25rem;
    min-height: 45px;
}
.stalla-payment-methods {
    margin: 1.25rem 0 0.75rem;
    padding: 0;
    border: 0;
    background: transparent;
}
.stalla-payment-methods legend {
    font-weight: 700;
    padding: 0;
    margin-bottom: 0.65rem;
}
.stalla-payment-method-pick {
    margin: 0;
}
.stalla-payment-method-panel {
    margin-top: 0.75rem;
}
.stalla-payment-loading {
    font-size: 0.95rem;
    color: #555;
}
.stalla-payment-bonifico-hint {
    margin: 0 0 1rem;
    font-size: 0.92rem;
    color: #555;
    line-height: 1.4;
}
.stalla-bonifico-compact {
    margin: 0 0 1rem;
    padding: 0.75rem 1rem;
    border: 1px solid #9ccc9c;
    border-radius: 6px;
    background: #f5fbf6;
    font-size: 0.92rem;
    line-height: 1.45;
}
.stalla-bonifico-compact__title {
    margin: 0 0 0.55rem;
    font-weight: 700;
    font-size: 0.95rem;
}
.stalla-bonifico-compact__grid {
    margin: 0;
    padding: 0;
}
.stalla-bonifico-compact__row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.2rem 0.65rem;
    margin: 0.28rem 0;
}
.stalla-bonifico-compact__row dt {
    margin: 0;
    min-width: 5.25rem;
    color: #555;
    font-weight: 600;
    flex-shrink: 0;
}
.stalla-bonifico-compact__row dd {
    margin: 0;
    flex: 1 1 12rem;
}
.stalla-bonifico-compact__iban {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    letter-spacing: 0.02em;
    word-break: break-all;
}
.stalla-bonifico-compact--inline {
    margin-top: 0.65rem;
}
.stalla-payment-bonifico-details {
    margin-bottom: 1rem;
    line-height: 1.5;
}
.stalla-payment-footer-actions {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid #d8e8d8;
}
.stalla-payment-footer-actions .stalla-btn-action {
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
.stalla-pending-payment-cart {
    margin: 1rem 0;
    padding: 0.85rem 1rem;
    border: 1px dashed #9ccc9c;
    border-radius: 6px;
    background: #f5fbf6;
}
.stalla-pending-payment-cart__title {
    font-weight: 700;
    margin: 0 0 0.35rem;
}
.stalla-pending-payment-cart__item {
    margin: 0.75rem 0 0;
    padding: 0.65rem 0.75rem;
    border-top: 1px solid #d0e8d0;
    border-radius: 6px;
}
.stalla-pending-payment-cart__item:first-of-type {
    border-top: 0;
    padding-top: 0.65rem;
    margin-top: 0.35rem;
}
.stalla-pending-payment-cart__item--paid {
    background: #e8f5e9;
    border: 1px solid #a5d6a7;
}
.stalla-pending-payment-cart__item--pending {
    background: #fff8e1;
    border: 1px solid #ffe082;
}
.stalla-pending-payment-cart__item--overdue {
    background: #ffebee;
    border: 1px solid #ef9a9a;
}
.stalla-pending-payment-cart__item--neutral {
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
}
.stalla-pending-payment-cart__check {
    display: inline-block;
    color: #2e7d32;
    font-weight: 700;
    margin-right: 0.2rem;
}
.stalla-pending-payment-cart__item-title {
    margin: 0 0 0.35rem;
}
.stalla-pending-payment-cart__item-status {
    margin: 0 0 0.5rem;
    font-size: 0.92rem;
    color: #444;
}
.stalla-pending-payment-cart__item-overdue {
    margin: 0 0 0.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: #b71c1c;
}
.stalla-btn-action--compact {
    font-size: 0.9rem;
    padding: 0.45rem 0.85rem;
}
.stalla-payment-consumed {
    margin-top: 1rem;
}
@media (min-width: 520px) {
    .stalla-guest-hero-actions {
        flex-direction: row;
        flex-wrap: wrap;
        max-width: none;
    }
    .stalla-guest-hero-actions .stalla-btn-action {
        flex: 1 1 12rem;
        width: auto;
    }
    .stalla-btn-actions-row {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .stalla-btn-actions-row .stalla-btn-action {
        width: auto;
        flex: 1 1 12rem;
    }
}

.stalla-direct-steps {
    margin: 0 0 14px;
    padding-left: 1.35rem;
    line-height: 1.55;
}
.stalla-direct-steps li {
    margin: 0 0 10px;
}
.stalla-request-form {
    max-width: 40rem;
}
.stalla-request-panel {
    margin: 0 0 14px;
    padding: 14px 14px 12px;
    border: 1px solid #cfe6d7;
    border-radius: 10px;
    background: #f9fcfa;
}
.stalla-request-panel__title {
    margin: 0 0 12px;
    font-weight: 800;
    font-size: 1.02rem;
    color: var(--green-dark, #1f5f3c);
}
.stalla-request-dates,
.stalla-request-contact-grid {
    display: grid;
    gap: 12px;
    margin: 0 0 12px;
}
.stalla-request-dates .stalla-birthdate-field,
.stalla-request-dates .stalla-booking-date-field {
    margin: 0;
}
.stalla-request-dates .stalla-birthdate-native.stalla-request-input {
    min-height: 48px;
}
@media (min-width: 560px) {
    .stalla-request-dates {
        grid-template-columns: 1fr 1fr;
    }
    .stalla-request-contact-grid {
        grid-template-columns: 1fr 1fr;
    }
}
.stalla-request-field {
    margin: 0 0 4px;
}
.stalla-request-input {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 48px;
    padding: 10px 12px;
    border: 1px solid #b8d4b8;
    border-radius: 8px;
    background: #fff;
    font: inherit;
    font-size: 1rem;
    color: #123;
}
.stalla-request-input:focus {
    outline: 2px solid var(--yellow-accent, #f4d03f);
    outline-offset: 1px;
    border-color: var(--green-dark, #1f5f3c);
}
textarea.stalla-request-input {
    min-height: 5.5rem;
    resize: vertical;
}
.stalla-num-ospiti-pick--4 {
    max-width: 22rem;
}
.stalla-condizioni-details {
    margin: 0 0 14px;
    border: 1px solid #cfe6d7;
    border-radius: 8px;
    background: #f8faf8;
    padding: 0 12px 10px;
}
.stalla-condizioni-details > summary {
    cursor: pointer;
    font-weight: 700;
    color: var(--green-dark, #1f5f3c);
    padding: 12px 4px;
    list-style-position: outside;
    min-height: 48px;
    display: flex;
    align-items: center;
}
.stalla-condizioni-details[open] > summary {
    border-bottom: 1px solid #d8e8de;
    margin-bottom: 10px;
}
.stalla-condizioni-details .stalla-condizioni-readonly {
    margin: 0;
}
.preventivo-live-box {
    margin: 10px 0 14px;
    padding: 12px 14px;
    border: 2px solid var(--green-dark, #1f5f3c);
    border-radius: 10px;
    background: #f2f9f4;
}
.preventivo-live-kicker {
    margin: 0 0 6px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #3a6b4a;
}
.preventivo-live-summary {
    margin: 0;
    font-size: 1.05rem;
    color: #123;
}
.preventivo-live-details {
    margin: 6px 0 0;
    font-size: .9rem;
    color: #365;
    word-break: break-word;
}
.preventivo-live-policy {
    margin: 8px 0 0;
    font-size: .9rem;
    font-weight: 700;
    color: var(--green-dark, #1f5f3c);
}
#stallaRequestSubmitZone .stalla-guest-submit-hint {
    margin-top: 10px;
}
#stallaRequestSubmitZone .stalla-guest-submit-hint:not(.stalla-blocked-hint--error) {
    background: #e8f5e9;
    border-color: #a5d6a7;
    color: #1b5e20;
}
.gallery-thumb {
    width: 100%;
    max-width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
    margin-bottom: 8px;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
    margin-top: 10px;
}
.gallery-grid figure {
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    background: #ffffff;
}
.gallery-grid a {
    display: block;
}
.gallery-grid a .gallery-thumb {
    margin-bottom: 0;
    cursor: zoom-in;
}
body.lightbox-open {
    overflow: hidden;
}
.stalla-lightbox {
    position: fixed;
    inset: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 12px;
}
.stalla-lightbox.is-open {
    display: flex;
}
.stalla-lightbox[hidden] {
    display: none !important;
}
.stalla-lightbox-figure {
    margin: 0;
    width: min(100%, 980px);
    max-height: 100%;
    text-align: center;
}
.stalla-lightbox-figure img {
    max-width: 100%;
    max-height: 78vh;
    width: auto;
    height: auto;
    border-radius: 10px;
}
.stalla-lightbox-figure figcaption {
    margin-top: 8px;
    color: #fff;
    font-size: 0.95rem;
}
.stalla-lightbox-close,
.stalla-lightbox-nav {
    position: absolute;
    border: 0;
    background: rgba(255, 255, 255, 0.92);
    color: #133;
    font-size: 1.7rem;
    line-height: 1;
    cursor: pointer;
    border-radius: 999px;
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}
.stalla-lightbox-close {
    top: max(12px, env(safe-area-inset-top));
    right: 12px;
    width: 48px;
    height: 48px;
    font-size: 1.9rem;
}
.stalla-lightbox-prev {
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
}
.stalla-lightbox-next {
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 720px) {
    .stalla-lightbox-prev,
    .stalla-lightbox-next {
        top: auto;
        bottom: 16px;
        transform: none;
    }
    .stalla-lightbox-prev { left: 16px; }
    .stalla-lightbox-next { right: 16px; }
}
.stalla-cin-highlight {
    margin: 1rem 0 1.25rem;
    padding: 1rem 1.1rem;
    border-radius: 10px;
    border: 2px solid var(--green-dark, #1f5f3c);
    background: linear-gradient(145deg, #f4faf6 0%, #e8f4ec 100%);
    box-shadow: 0 2px 8px rgba(31, 95, 60, 0.12);
}
.stalla-cin-code {
    margin: 0 0 0.5rem;
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: var(--green-dark, #1f5f3c);
    font-variant-numeric: tabular-nums;
}
.stalla-cin-highlight p:last-child {
    margin-bottom: 0;
}
.stalla-condizioni-readonly {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 0.9rem;
    line-height: 1.45;
    background: #f8faf8;
    border: 1px solid #cfe6d7;
    border-radius: 8px;
    padding: 10px 12px;
    color: #333;
    resize: none;
    cursor: default;
}
.stalla-identita-section {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid #cfe6d7;
}
.stalla-identita-section h3 {
    margin-top: 1rem;
    margin-bottom: 0.35rem;
    font-size: 1.1rem;
    color: var(--green-dark, #1f5f3c);
}
.stalla-identita-section p {
    margin-top: 0.4rem;
}
.stalla-cta-top {
    text-align: center;
    margin: 16px auto 8px;
}
input[type="checkbox"] {
    width: auto;
    margin-right: 5px;
}
.error {
    color: red;
    margin-top: 5px;
}
.form-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}
#stallaGuestForm .form-actions .btn:disabled,
#stallaCheckoutForm .form-actions .btn:disabled {
    pointer-events: none;
}
.btn {
    display: inline-block;
    background: var(--green-dark);
    color: var(--yellow-accent);
    padding: 10px 20px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
}
.btn-secondary {
    background: #654321;
    color: #fff;
}
footer {
    text-align: center;
    padding: 16px;
    font-size: 0.9rem;
    color: #555;
}
.brandUmaInnovation {
    width: 140px;
    max-width: 80%;
    height: auto;
}
.brand {
    margin-top: 6px;
}
@media (min-width: 720px) {
    header h1 {
        font-size: 2rem;
    }
    .stalla-guest-header {
        padding: 16px 20px 8px;
    }
    .stalla-guest-header__title {
        font-size: 1.45rem;
    }
    .stalla-guest-header__logo {
        width: 64px;
        height: 64px;
    }
}
@media (min-width: 900px) {
    body {
        padding-left: 220px;
    }
    .side-nav {
        transform: translateX(0);
    }
    .side-tab {
        display: none;
    }
}

/* Checklist operatori Stalla */
.stalla-staff-ops-panel {
    max-width: 36rem;
    margin: 0 auto 2rem;
    padding: 0 12px 24px;
}
.stalla-staff-ops-meta h2 {
    margin: 0 0 0.35rem;
    color: var(--green-dark, #1f5f3c);
}
.stalla-staff-ops-meta__sub,
.stalla-staff-ops-meta__op {
    margin: 0.25rem 0;
    color: #444;
    font-size: 0.95rem;
}
.stalla-staff-ops-progress-wrap {
    margin: 1rem 0 0.5rem;
}
.stalla-staff-ops-progress-track {
    height: 8px;
    background: #e8efe8;
    border-radius: 6px;
    overflow: hidden;
}
.stalla-staff-ops-progress-bar {
    height: 100%;
    width: 0;
    background: var(--green-dark, #1f5f3c);
    transition: width 0.25s ease;
}
.stalla-staff-ops-progress-label {
    display: block;
    margin-top: 0.35rem;
    font-size: 0.9rem;
    color: #555;
}
.stalla-staff-ops-sync {
    font-size: 0.85rem;
    color: #2e7d32;
    margin: 0.35rem 0 0;
}
.stalla-staff-ops-sync--error {
    color: #c62828;
}
.stalla-staff-ops-item-wrap {
    margin-bottom: 0.35rem;
}
.stalla-staff-ops-handoff {
    margin: 1rem 0 1.25rem;
    padding: 0.85rem 1rem;
    border-left: 4px solid #2e7d32;
    background: #f1f8f4;
    border-radius: 0 8px 8px 0;
}
.stalla-staff-ops-handoff__title {
    margin: 0 0 0.35rem;
    font-size: 1rem;
    color: #1b5e20;
}
.stalla-staff-ops-handoff__lead {
    margin: 0 0 0.5rem;
    font-size: 0.92rem;
}
.stalla-staff-ops-handoff__list {
    margin: 0.35rem 0 0.5rem 1.1rem;
    padding: 0;
    font-size: 0.92rem;
}
.stalla-staff-ops-handoff__photos {
    margin: 0.35rem 0 0;
    font-size: 0.85rem;
    color: #455a64;
    font-style: italic;
}
.stalla-staff-ops-item-hint--handoff {
    margin: 0.15rem 0 0.35rem 1.85rem;
    font-size: 0.82rem;
    color: #1565c0;
}
.stalla-staff-monitor-card__handoff-lead,
.stalla-staff-monitor-card__handoff-photos {
    margin: 0.35rem 0;
    font-size: 0.9rem;
}
.stalla-staff-monitor-card__handoff-list {
    margin: 0.35rem 0 0.5rem 1.1rem;
    padding: 0;
    font-size: 0.9rem;
}
.stalla-staff-monitor-guest-stay__economics {
    margin-top: 0.75rem;
    padding-top: 0.65rem;
    border-top: 1px dashed #c5d6c5;
}
.stalla-staff-monitor-guest-stay__economics-title {
    margin: 0 0 0.45rem;
    font-size: 0.95rem;
    color: #2e5233;
}
.stalla-staff-monitor-econ-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.82rem;
    margin-bottom: 0.35rem;
}
.stalla-staff-monitor-econ-table th,
.stalla-staff-monitor-econ-table td {
    border: 1px solid #dde8dd;
    padding: 0.35rem 0.45rem;
    text-align: left;
    vertical-align: top;
}
.stalla-staff-monitor-econ-table thead th {
    background: #eef5ee;
    font-weight: 600;
}
.stalla-staff-monitor-econ-table tbody th {
    font-weight: 500;
    background: #fafcfa;
}
.stalla-staff-monitor-econ-table__note {
    color: #5a6b5a;
    font-size: 0.78rem;
}
.stalla-staff-monitor-guest-stay__economics-foot {
    margin: 0.25rem 0 0;
    font-size: 0.78rem;
    color: #5a6b5a;
    font-style: italic;
}
.stalla-staff-ops-item__at {
    display: block;
    margin: 0.15rem 0 0.5rem 1.85rem;
    font-size: 0.78rem;
    color: #5a6b5a;
    font-style: italic;
}
.side-nav-operator-block .side-nav-guest-anchor {
    margin-top: 8px;
}
.stalla-staff-ops-anchor {
    outline: none;
}
.stalla-staff-ops-item {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 10px 0 0;
    padding: 10px 12px;
    border: 1px solid #d4e6d4;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
}
.stalla-staff-ops-item.is-selected {
    border-color: #7cb87c;
    background: #f4fbf5;
}
.stalla-staff-ops-field {
    margin: 10px 0 0 28px;
}
.stalla-staff-ops-field label {
    display: block;
    font-size: 0.85rem;
    color: #555;
    margin-bottom: 4px;
}
.stalla-staff-ops-field__input {
    width: 100%;
    max-width: 20rem;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font: inherit;
}
.stalla-staff-ops-field__label {
    display: block;
    font-size: 0.85rem;
    color: #555;
    margin-bottom: 6px;
    font-weight: 600;
}
.stalla-staff-ops-percent-block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px 14px;
    max-width: 100%;
}
.stalla-staff-ops-percent {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 0 0 auto;
}
.stalla-staff-ops-percent__input {
    max-width: 5rem;
    text-align: center;
}
.stalla-staff-ops-percent__suffix {
    font-weight: 600;
    color: #444;
}
.stalla-staff-ops-battery {
    flex: 1 1 10rem;
    min-width: 9rem;
    max-width: 16rem;
    touch-action: none;
    user-select: none;
}
.stalla-staff-ops-battery__body {
    display: flex;
    align-items: center;
    gap: 3px;
    height: 2rem;
}
.stalla-staff-ops-battery__track {
    position: relative;
    flex: 1 1 auto;
    height: 1.35rem;
    border: 2px solid #5a5a5a;
    border-radius: 5px;
    background: linear-gradient(90deg, #d94a4a 0%, #e6b84a 45%, #4caf6a 100%);
    overflow: visible;
    cursor: pointer;
}
.stalla-staff-ops-battery__fill {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    border-radius: 3px 0 0 3px;
    background: rgba(255, 255, 255, 0.12);
    pointer-events: none;
}
.stalla-staff-ops-battery__thumb {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1.15rem;
    height: 1.15rem;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: linear-gradient(180deg, #5eb0ff 0%, #1a6fd4 100%);
    border: 2px solid #fff;
    box-shadow: 0 1px 5px rgba(0, 60, 140, 0.45);
    cursor: grab;
    touch-action: none;
    z-index: 2;
}
.stalla-staff-ops-battery__thumb:active {
    cursor: grabbing;
    transform: translate(-50%, -50%) scale(1.08);
}
.stalla-staff-ops-battery__cap {
    flex: 0 0 0.45rem;
    align-self: center;
    width: 0.45rem;
    height: 0.85rem;
    border: 2px solid #5a5a5a;
    border-left: none;
    border-radius: 0 3px 3px 0;
    background: #f2f2f2;
}
.stalla-staff-ops-battery--readonly .stalla-staff-ops-battery__track,
.stalla-staff-ops-battery--readonly .stalla-staff-ops-battery__thumb {
    cursor: default;
    pointer-events: none;
    opacity: 0.85;
}
.stalla-staff-ops-suggest {
    display: inline-block;
    margin-top: 8px;
    padding: 6px 12px;
    border: 1px solid #7cb87c;
    border-radius: 999px;
    background: #f0faf2;
    color: #1f5f3c;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
}
.stalla-staff-ops-suggest:hover,
.stalla-staff-ops-suggest:focus {
    background: #e2f5e6;
}
.stalla-staff-ops-pick {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 22rem;
}
.stalla-staff-ops-pick__btn {
    padding: 10px 14px;
    border: 2px solid #c5dcc5;
    border-radius: 8px;
    background: #fff;
    color: #333;
    font: inherit;
    font-size: 0.92rem;
    text-align: left;
    cursor: pointer;
}
.stalla-staff-ops-pick__btn.is-active {
    border-color: #1f5f3c;
    background: #f0faf2;
    color: #1f5f3c;
    font-weight: 600;
}
.stalla-staff-ops-pick__btn:disabled {
    opacity: 0.65;
    cursor: default;
}
.stalla-staff-ops-item-wrap--field-only {
    margin-bottom: 4px;
}
.stalla-staff-ops-item-wrap__title {
    margin: 0 0 6px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #333;
}
.stalla-staff-ops-footnote {
    margin-top: 1.25rem;
    font-size: 0.88rem;
    color: #666;
    line-height: 1.45;
}
.stalla-staff-ops-mode {
    margin: 1rem 0 1.25rem;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid #c5dcc5;
    background: #f4fbf5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
}
.stalla-staff-ops-net-badge {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding: 4px 10px;
    border-radius: 999px;
    line-height: 1.2;
}
.stalla-staff-ops-net-badge--online {
    background: #1f5f3c;
    color: #f4d03f;
}
.stalla-staff-ops-net-badge--offline {
    background: #b45309;
    color: #fff;
}
.stalla-staff-ops-mode__text {
    margin: 0;
    flex: 1 1 12rem;
    font-size: 0.88rem;
    line-height: 1.45;
    color: #5c4a1a;
}
.stalla-staff-ops-panel--offline .stalla-staff-ops-mode {
    border-color: #e0c878;
    background: #fffbeb;
}
.stalla-staff-monitor-list {
    display: grid;
    gap: 1.5rem;
    margin-top: 1rem;
}
.stalla-staff-monitor-date-group__title {
    margin: 0 0 12px;
    font-size: 1.15rem;
    color: #1f5f3c;
    border-bottom: 2px solid #c5dcc5;
    padding-bottom: 6px;
}
.stalla-staff-monitor-date-group__cards {
    display: grid;
    gap: 12px;
}
.stalla-staff-monitor-loading {
    font-size: 0.92rem;
    color: #555;
}
.stalla-staff-monitor-card {
    padding: 14px 16px;
    border: 1px solid #c5dcc5;
    border-radius: 10px;
    background: #f9fdf9;
}
.stalla-staff-monitor-card--error {
    border-color: #e0a8a8;
    background: #fff8f8;
}
.stalla-staff-monitor-card__title {
    margin: 0 0 6px;
    font-size: 1.05rem;
    color: #1f5f3c;
}
.stalla-staff-monitor-card__meta {
    margin: 0 0 10px;
    font-size: 0.9rem;
    color: #555;
}
.stalla-staff-monitor-guest-stay__lead {
    margin: 0 0 6px;
    font-size: 1.02rem;
    font-weight: 600;
    color: #1a4a30;
}
.stalla-staff-monitor-guest-stay__names,
.stalla-staff-monitor-guest-stay__meta {
    margin: 0 0 6px;
    font-size: 0.9rem;
    color: #444;
}
.stalla-staff-monitor-guest-stay__contacts {
    margin: 8px 0 4px;
    display: grid;
    gap: 4px;
}
.stalla-staff-monitor-guest-stay__contact {
    margin: 0;
    font-size: 0.84rem;
    color: #555;
}
.stalla-staff-monitor-guest-stay__id {
    margin: 6px 0 0;
    font-size: 0.78rem;
    color: #888;
}
.stalla-staff-monitor-guest-stay__fattura {
    margin: 4px 0 0;
    font-size: 0.88rem;
    font-weight: 600;
    color: #1a4a30;
}
.stalla-staff-monitor-guest-stay__fattura-day {
    margin: 2px 0 0;
    font-size: 0.82rem;
    font-weight: 500;
    color: #3a6a50;
}
.stalla-staff-monitor-guest-stay__note {
    margin: 6px 0 0;
    font-size: 0.82rem;
    color: #6a5a20;
    font-style: italic;
}
.stalla-staff-monitor-card__links {
    margin-bottom: 12px;
    display: grid;
    gap: 6px;
}
.stalla-staff-monitor-card__link {
    display: inline-block;
    font-weight: 600;
    color: #1f5f3c;
}
.stalla-staff-monitor-card__op {
    margin: 0;
    font-size: 0.82rem;
    color: #666;
}
.stalla-staff-monitor-card__op a {
    color: #1f5f3c;
}
.stalla-staff-monitor-card__progress {
    margin: 0 0 14px;
}
.stalla-staff-monitor-card__progress-label {
    display: block;
    margin-top: 6px;
    font-size: 0.88rem;
    color: #444;
}
.stalla-staff-monitor-card__section {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid #dde8dd;
}
.stalla-staff-monitor-card__section-title {
    margin: 0 0 8px;
    font-size: 0.95rem;
    color: #1f5f3c;
}
.stalla-staff-monitor-card__all-done {
    margin: 0;
    font-size: 0.88rem;
    color: #1f5f3c;
}
.stalla-staff-monitor-card__empty-log,
.stalla-staff-monitor-card__error,
.stalla-staff-monitor-card__updated,
.stalla-staff-monitor-card__archived {
    margin: 0;
    font-size: 0.85rem;
    color: #666;
}
.stalla-staff-monitor-card__error {
    color: #9b2c2c;
}
.stalla-staff-monitor-card__archived {
    color: #6b5b3e;
    font-style: italic;
}
.stalla-staff-monitor-card--archived {
    opacity: 0.92;
    border-style: dashed;
}
.stalla-staff-monitor-card--focus {
    outline: 2px solid #0c5505;
    outline-offset: 3px;
    box-shadow: 0 0 0 4px rgba(12, 85, 5, 0.12);
}
.stalla-staff-monitor-pending {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 6px;
}
.stalla-staff-monitor-pending__item {
    display: grid;
    gap: 2px;
    padding: 8px 10px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #e8dcc0;
}
.stalla-staff-monitor-pending__step {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: #b45309;
}
.stalla-staff-monitor-pending__label {
    font-size: 0.88rem;
    color: #333;
    line-height: 1.4;
}
.stalla-staff-monitor-log-day {
    margin-top: 10px;
}
.stalla-staff-monitor-log-day__title {
    margin: 0 0 6px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #555;
}
.stalla-staff-monitor-log-list {
    margin: 0 0 8px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 6px;
}
.stalla-staff-monitor-log-list__item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2px;
    padding: 6px 8px;
    border-radius: 6px;
    background: #fff;
    font-size: 0.84rem;
}
.stalla-staff-monitor-log-list__time {
    color: #777;
    font-size: 0.78rem;
}
.stalla-staff-monitor-log-list__text {
    color: #222;
}
.stalla-staff-monitor-log-list__step {
    color: #888;
    font-size: 0.76rem;
}
.stalla-staff-ops-panel--readonly .stalla-staff-ops-item,
.stalla-staff-ops-panel--readonly .stalla-staff-ops-field__input {
    cursor: default;
}
.stalla-staff-ops-panel--readonly .stalla-checkin-step--locked .stalla-checkin-step__body {
    display: block;
}
.stalla-staff-ops-panel--readonly .stalla-checkin-step--locked .stalla-checkin-step__locked-hint {
    display: none;
}
.stalla-staff-ops-panel--write-wait .stalla-staff-ops-item input:not(:disabled),
.stalla-staff-ops-panel--write-wait .stalla-staff-ops-field__input:not(:disabled) {
    cursor: pointer;
}

/* Progetti checklist — UI easy + insert in-line */
.proj-check {
    margin: 0 0 1rem;
}
.proj-check__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin: 0 0 0.65rem;
}
.proj-check__head .stalla-monitor-tab-panel__h2 {
    margin: 0;
}
.proj-check__hint {
    margin: 0 0 0.85rem;
    font-size: 0.8rem;
    color: #5a6f58;
}
.proj-task-list {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
}
.proj-task {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin: 0;
    padding: 0.7rem 0.85rem;
    border: 1px solid rgba(61, 107, 47, 0.18);
    border-radius: 14px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(247, 250, 245, 0.92) 100%);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset, 0 6px 16px rgba(39, 78, 19, 0.06);
    transition: box-shadow 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}
.proj-task:hover {
    border-color: rgba(61, 107, 47, 0.35);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.9) inset, 0 10px 22px rgba(39, 78, 19, 0.1);
}
.proj-task--done {
    opacity: 0.78;
    background: linear-gradient(180deg, #f6faf3 0%, #eef5ea 100%);
}
.proj-task--draft {
    border-style: dashed;
    border-color: #6a9a5a;
    background: linear-gradient(180deg, #f3faf0 0%, #e7f3e2 100%);
    box-shadow: none;
}
.proj-task__move {
    display: flex;
    flex-direction: column;
    gap: 3px;
    flex: 0 0 auto;
}
.proj-task__icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.05rem;
    height: 1.85rem;
    padding: 0;
    border: 1px solid rgba(61, 107, 47, 0.28);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.85);
    color: #274e13;
    cursor: pointer;
    line-height: 1;
    transition: background 0.15s ease, transform 0.12s ease, border-color 0.15s ease;
}
.proj-task__icon-btn:hover {
    background: #e8f3e2;
    border-color: #3d6b2f;
}
.proj-task__icon-btn:active {
    transform: scale(0.96);
}
.proj-task__icon-btn:disabled {
    opacity: 0.32;
    cursor: default;
    transform: none;
}
.proj-task__icon-btn--danger {
    color: #8a2a2a;
    border-color: rgba(138, 42, 42, 0.28);
    background: #fbf5f5;
}
.proj-task__icon-btn--danger:hover {
    background: #f3e4e4;
    border-color: #8a2a2a;
}
.proj-task__icon-btn--add {
    color: #1f6b2e;
    border-color: rgba(42, 122, 58, 0.4);
    background: #eef8ee;
}
.proj-task__icon-btn--add:hover {
    background: #dff1df;
}
.proj-task__icon-btn svg {
    width: 16px;
    height: 16px;
    display: block;
}
.proj-task__ring-wrap {
    position: relative;
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
}
.proj-task__ring {
    width: 48px;
    height: 48px;
    display: block;
    transform: rotate(-90deg);
}
.proj-task__ring-bg {
    fill: none;
    stroke: #d5e4d1;
    stroke-width: 3.2;
}
.proj-task__ring-fg {
    fill: none;
    stroke: #3d6b2f;
    stroke-width: 3.2;
    stroke-linecap: round;
    transition: stroke-dasharray 0.25s ease;
}
.proj-task__ring-fg--done {
    stroke: #2a7a3a;
}
.proj-task__ring-pri {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 700;
    color: #274e13;
    pointer-events: none;
}
.proj-task__ring-pri svg {
    width: 14px;
    height: 14px;
}
.proj-task__main {
    flex: 1 1 auto;
    min-width: 0;
}
.proj-task__title {
    margin: 0 0 0.28rem;
    font-size: 0.96rem;
    font-weight: 650;
    color: #1a2c15;
    line-height: 1.3;
    letter-spacing: -0.01em;
}
.proj-task__title-input {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    margin: 0 0 0.28rem;
    padding: 0.4rem 0.55rem;
    border: 1px solid rgba(61, 107, 47, 0.35);
    border-radius: 8px;
    font: inherit;
    font-size: 0.95rem;
    font-weight: 600;
    color: #1a2c15;
    background: #fff;
}
.proj-task__title-input:focus {
    outline: 2px solid rgba(61, 107, 47, 0.35);
    outline-offset: 1px;
}
.proj-task__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.45rem;
    margin: 0;
    font-size: 0.76rem;
    color: #5a6f58;
}
.proj-task__pct {
    width: 3.4rem;
    padding: 3px 5px;
    border: 1px solid rgba(61, 107, 47, 0.25);
    border-radius: 6px;
    font-size: 0.8rem;
    background: #fff;
}
.proj-task__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    flex: 0 0 auto;
    margin-left: auto;
}
.proj-task__icon-btn.is-public {
    background: #e8f3ff;
    border-color: #9bb8d8;
    color: #1a4a7a;
}
.proj-task-empty {
    margin: 0;
    padding: 1rem 1.1rem;
    border: 1px dashed rgba(61, 107, 47, 0.35);
    border-radius: 14px;
    background: rgba(247, 250, 245, 0.7);
    color: #556655;
    font-size: 0.9rem;
}
.proj-check--empty .proj-check__head {
    justify-content: flex-start;
    gap: 0.85rem;
}
.proj-task__icon-btn--add-lg {
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 12px;
}
.proj-task__icon-btn--add-lg svg {
    width: 20px;
    height: 20px;
}
.proj-ops-run {
    margin: 0 0 8px;
    padding: 10px 12px;
    border: 1px dashed #8aa88a;
    border-radius: 12px;
    background: #f7faf5;
}
@media (max-width: 640px) {
    .proj-task {
        flex-wrap: wrap;
    }
    .proj-task__actions {
        width: 100%;
        margin-left: 0;
        justify-content: flex-end;
    }
}
