.itbs-favorite-planner {
    color-scheme: light;
    min-height: 100vh;
    padding: 112px 18px 46px;
    background:
        linear-gradient(180deg, rgba(248, 250, 252, 0.96), rgba(255, 255, 255, 1) 260px),
        #fff;
    color: #0f172a;
}
.itbs-fp-shell {
    width: min(1240px, 100%);
    margin: 0 auto;
}
.itbs-fp-topbar {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}
.itbs-fp-kicker {
    margin: 0 0 5px;
    color: #f97316;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.itbs-fp-topbar h1 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(30px, 4vw, 52px);
    line-height: 1;
    letter-spacing: 0;
    font-weight: 950;
}
.itbs-fp-secondary,
.itbs-fp-empty a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 11px 16px;
    border: 1px solid #d8e2ee;
    border-radius: 12px;
    background: #fff;
    color: #0f172a;
    font-weight: 900;
    text-decoration: none;
}
.itbs-fp-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 390px;
    gap: 18px;
    align-items: start;
}
.itbs-fp-workspace {
    display: grid;
    gap: 14px;
}
.itbs-fp-toolbar,
.itbs-fp-tour,
.itbs-fp-summary__panel,
.itbs-fp-empty {
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 18px 60px -42px rgba(15, 23, 42, 0.55);
}
.itbs-fp-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px;
}
.itbs-fp-toolbar > div:first-child span,
.itbs-fp-stepper span,
.itbs-fp-guests-summary span,
.itbs-fp-lines span {
    display: block;
    color: #64748b;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.itbs-fp-toolbar > div:first-child strong {
    display: block;
    margin-top: 3px;
    font-size: 18px;
    font-weight: 950;
}
.itbs-fp-steppers {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.itbs-fp-stepper {
    display: grid;
    gap: 5px;
}
.itbs-fp-stepper div {
    display: grid;
    grid-template-columns: 38px 46px 38px;
    align-items: center;
    border: 1px solid #d8e2ee;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}
.itbs-fp-stepper button {
    width: 38px;
    height: 38px;
    border: 0;
    background: #f8fafc;
    color: #0f172a;
    font-size: 18px;
    font-weight: 950;
    cursor: pointer;
}
.itbs-fp-stepper button:disabled {
    color: #cbd5e1;
    cursor: not-allowed;
}
.itbs-fp-stepper output {
    text-align: center;
    font-size: 17px;
    font-weight: 950;
}
.itbs-fp-share-note,
.itbs-fp-warning,
.itbs-fp-package,
.itbs-fp-success,
.itbs-fp-error {
    padding: 11px 12px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.35;
}
.itbs-fp-share-note {
    border: 1px solid #bfdbfe;
    background: #eff6ff;
    color: #1d4ed8;
}
.itbs-fp-warning {
    display: grid;
    gap: 3px;
    border: 1px solid #fed7aa;
    background: #fff7ed;
    color: #9a3412;
}
.itbs-fp-tour {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    overflow: hidden;
}
.itbs-fp-tour__media {
    min-height: 100%;
    background: #e2e8f0;
}
.itbs-fp-tour__media img {
    width: 100%;
    height: 100%;
    min-height: 220px;
    object-fit: cover;
    display: block;
}
.itbs-fp-tour__body {
    display: grid;
    gap: 12px;
    padding: 14px;
}
.itbs-fp-tour__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}
.itbs-fp-tour__head span {
    display: inline-flex;
    margin-bottom: 5px;
    color: #64748b;
    font-size: 12px;
    font-weight: 900;
}
.itbs-fp-tour__head h2 {
    margin: 0;
    color: #0f172a;
    font-size: 21px;
    line-height: 1.15;
    font-weight: 950;
}
.itbs-fp-tour__head small {
    display: block;
    margin-top: 5px;
    color: #16a34a;
    font-size: 13px;
    font-weight: 900;
}
.itbs-fp-tour__head a,
.itbs-fp-tour__actions button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid #d8e2ee;
    border-radius: 10px;
    background: #fff;
    color: #2563eb;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
    white-space: nowrap;
}
.itbs-fp-date-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    min-height: 78px;
    padding: 12px;
    border: 1px solid #d8e2ee;
    border-radius: 14px;
    background: #f8fafc;
    color: #0f172a;
    text-align: left;
    cursor: pointer;
}
.itbs-fp-date-field.has-date {
    border-color: #93c5fd;
    background: #eff6ff;
}
.itbs-fp-date-field em,
.itbs-fp-date-field small {
    display: block;
    color: #64748b;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
}
.itbs-fp-date-field strong {
    display: block;
    margin: 3px 0;
    font-size: 18px;
    font-weight: 950;
}
.itbs-fp-date-field b {
    flex: 0 0 auto;
    padding: 8px 10px;
    border-radius: 999px;
    background: #2563eb;
    color: #fff;
    font-size: 12px;
    font-weight: 950;
}
.itbs-fp-calendar {
    border: 1px solid #d8e2ee;
    border-radius: 14px;
    padding: 12px;
    background: #fff;
}
.itbs-fp-calendar__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 10px;
}
.itbs-fp-calendar__head button {
    width: 36px;
    height: 36px;
    border: 1px solid #d8e2ee;
    border-radius: 10px;
    background: #f8fafc;
    color: #0f172a;
    font-size: 22px;
    font-weight: 900;
    cursor: pointer;
}
.itbs-fp-calendar__head strong {
    color: #0f172a;
    font-weight: 950;
}
.itbs-fp-weekdays,
.itbs-fp-calendar__grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 6px;
}
.itbs-fp-weekdays {
    margin-bottom: 6px;
    color: #94a3b8;
    font-size: 11px;
    font-weight: 900;
    text-align: center;
}
.itbs-fp-calendar__grid button {
    aspect-ratio: 1 / 1;
    min-width: 0;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
    color: #94a3b8;
    font-weight: 900;
}
.itbs-fp-calendar__grid button.is-open {
    border-color: #bbf7d0;
    background: #ecfdf3;
    color: #166534;
    cursor: pointer;
}
.itbs-fp-calendar__grid button.is-selected {
    border-color: #2563eb;
    background: #2563eb;
    color: #fff;
}
.itbs-fp-calendar__grid button small {
    display: block;
    margin-top: 2px;
    font-size: 10px;
    font-weight: 850;
}
.itbs-fp-calendar p {
    margin: 10px 0 0;
    color: #64748b;
    font-size: 12px;
    font-weight: 750;
}
.itbs-fp-tour__actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
.itbs-fp-tour__actions button {
    cursor: pointer;
}
.itbs-fp-tour__actions button:disabled {
    color: #94a3b8;
    cursor: not-allowed;
}
.itbs-fp-summary {
    position: sticky;
    top: 96px;
}
.itbs-fp-summary__panel {
    display: grid;
    gap: 12px;
    padding: 16px;
}
.itbs-fp-summary h2 {
    margin: -4px 0 0;
    color: #0f172a;
    font-size: 28px;
    font-weight: 950;
}
.itbs-fp-guests-summary {
    display: grid;
    gap: 4px;
    padding: 11px;
    border-radius: 12px;
    background: #f8fafc;
}
.itbs-fp-guests-summary strong {
    font-size: 16px;
    font-weight: 950;
}
.itbs-fp-lines {
    display: grid;
    gap: 8px;
}
.itbs-fp-lines div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.itbs-fp-lines strong {
    color: #0f172a;
    font-weight: 950;
    text-align: right;
}
.itbs-fp-lines .is-discount strong {
    color: #16a34a;
}
.itbs-fp-lines .is-total {
    margin-top: 4px;
    padding-top: 10px;
    border-top: 1px solid #e2e8f0;
}
.itbs-fp-lines .is-total strong {
    font-size: 20px;
}
.itbs-fp-route {
    display: grid;
    gap: 7px;
}
.itbs-fp-route div {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 8px;
    align-items: center;
}
.itbs-fp-route span {
    color: #2563eb;
    font-size: 12px;
    font-weight: 950;
}
.itbs-fp-route strong {
    overflow: hidden;
    color: #0f172a;
    font-size: 13px;
    font-weight: 900;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.itbs-fp-route p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
    font-weight: 800;
}
.itbs-fp-package {
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #475569;
}
.itbs-fp-package.is-active {
    border-color: #bbf7d0;
    background: #ecfdf3;
    color: #166534;
}
.itbs-fp-form {
    display: grid;
    gap: 9px;
}
.itbs-fp-form label {
    display: grid;
    gap: 5px;
    color: #475569;
    font-size: 12px;
    font-weight: 900;
}
.itbs-fp-form input,
.itbs-fp-form textarea {
    width: 100%;
    border: 1px solid #d8e2ee;
    border-radius: 11px;
    background: #fff;
    color: #0f172a;
    padding: 11px 12px;
    font-size: 14px;
    font-weight: 750;
    outline: none;
}
.itbs-fp-form input:focus,
.itbs-fp-form textarea:focus {
    border-color: #93c5fd;
    box-shadow: 0 0 0 3px rgba(147, 197, 253, 0.35);
}
.itbs-fp-form button {
    min-height: 48px;
    border: 0;
    border-radius: 12px;
    background: #ff6b00;
    color: #fff;
    font-size: 15px;
    font-weight: 950;
    cursor: pointer;
}
.itbs-fp-form button:disabled {
    background: #cbd5e1;
    cursor: not-allowed;
}
.itbs-fp-success {
    border: 1px solid #bbf7d0;
    background: #ecfdf3;
    color: #166534;
}
.itbs-fp-error {
    border: 1px solid #fecdd3;
    background: #fff1f2;
    color: #be123c;
}
.itbs-fp-empty {
    display: grid;
    justify-items: start;
    gap: 10px;
    padding: 28px;
}
.itbs-fp-empty h2 {
    margin: 0;
    color: #0f172a;
    font-size: 26px;
    font-weight: 950;
}
.itbs-fp-empty p {
    max-width: 540px;
    margin: 0;
    color: #64748b;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.5;
}
@media (max-width: 980px) {
    .itbs-favorite-planner {
        padding-top: 92px;
    }
    .itbs-fp-layout {
        grid-template-columns: 1fr;
    }
    .itbs-fp-summary {
        position: static;
    }
}
@media (max-width: 720px) {
    .itbs-favorite-planner {
        padding: 86px 12px 32px;
    }
    .itbs-fp-topbar {
        align-items: flex-start;
    }
    .itbs-fp-secondary {
        min-height: 38px;
        padding: 8px 11px;
        font-size: 13px;
    }
    .itbs-fp-toolbar {
        align-items: stretch;
        flex-direction: column;
    }
    .itbs-fp-steppers {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .itbs-fp-stepper div {
        grid-template-columns: 32px minmax(34px, 1fr) 32px;
    }
    .itbs-fp-stepper button {
        width: 32px;
    }
    .itbs-fp-tour {
        grid-template-columns: 1fr;
    }
    .itbs-fp-tour__media img {
        height: 190px;
        min-height: 190px;
    }
    .itbs-fp-tour__head {
        display: grid;
    }
    .itbs-fp-tour__head a {
        justify-self: start;
    }
    .itbs-fp-weekdays,
    .itbs-fp-calendar__grid {
        gap: 4px;
    }
    .itbs-fp-calendar__grid button {
        border-radius: 8px;
    }
    .itbs-fp-calendar__grid button small {
        display: none;
    }
}
