:root {
    --panel-bg: #f5f0ff;
    --panel-bg-deep: #ebe3ff;
    --surface: #ffffff;
    --surface-soft: #fbf8ff;
    --text: #251e35;
    --muted: #6f6680;
    --line: #ddd2f3;
    --primary: #7c3aed;
    --primary-dark: #5b21b6;
    --aqua: #9b5cf6;
    --coral: #c084fc;
    --sun: #f5c542;
    --success: #158f76;
    --warning: #a86600;
    --danger: #d94662;
    --shadow: 0 18px 50px rgba(91, 33, 182, 0.14);
    --shadow-soft: 0 10px 28px rgba(91, 33, 182, 0.09);
}

* {
    box-sizing: border-box;
}

body.panel-body {
    min-height: 100vh;
    margin: 0;
    background: radial-gradient(circle at top left, rgba(192, 132, 252, 0.32), transparent 28rem),
    radial-gradient(circle at top right, rgba(124, 58, 237, 0.18), transparent 24rem),
    linear-gradient(180deg, var(--panel-bg) 0%, #fbf8ff 58%, #ffffff 100%);
    color: var(--text);
    font-family: "Inter", Arial, Helvetica, sans-serif;
}

.panel-body a {
    /*color: inherit;*/
    text-decoration: none;
}

.panel-app {
    min-height: 100vh;
    padding-bottom: 86px;
}

.panel-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 12px max(18px, calc((100vw - 1120px) / 2));
    background: rgba(255, 255, 255, 0.86);
    border-bottom: 1px solid rgba(213, 224, 232, 0.86);
    backdrop-filter: blur(16px);
}

.header-logout-left {
    position: absolute;
    left: 12px;
    top: 50%;
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    transform: translateY(-50%);
    border: 1px solid #f3c7c3;
    border-radius: 14px;
    background: #fff4f2;
    color: var(--danger);
    box-shadow: var(--shadow-soft);
}

.panel-brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    gap: 12px;
}

.panel-brand img {
    width: 148px;
    height: 72px;
    object-fit: contain;
}

.brand-mark {
    display: inline-grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--primary), var(--aqua));
    color: #fff;
    font-weight: 900;
}

.brand-mark.large {
    width: 76px;
    height: 76px;
    border-radius: 22px;
    font-size: 24px;
}

.desktop-nav {
    display: none;
    align-items: center;
    gap: 6px;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.desktop-nav a {
    padding: 10px 12px;
    border-radius: 10px;
    color: #344054;
    font-size: 14px;
    font-weight: 800;
}

.desktop-nav a:hover {
    background: #f0e7ff;
    color: var(--primary-dark);
}

.header-icon-btn {
    display: inline-grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fff;
    color: var(--primary-dark);
    box-shadow: var(--shadow-soft);
}

.iban-trigger {
    gap: 1px;
    padding: 4px 3px;
    font: inherit;
    cursor: pointer;
}

.iban-trigger i {
    font-size: 15px;
}

.iban-trigger span {
    color: var(--muted);
    font-size: 9px;
    font-weight: 900;
    line-height: 1;
}

.panel-shell {
    width: min(100%, 980px);
    margin: 0 auto;
    padding: 22px 16px 34px;
}

.hero-panel {
    display: grid;
    gap: 18px;
    margin-bottom: 18px;
    padding: 22px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(91, 33, 182, 0.94), rgba(124, 58, 237, 0.90) 58%, rgba(192, 132, 252, 0.82)),
    var(--primary);
    color: #fff;
    box-shadow: var(--shadow);
}

.hero-panel span,
.page-heading span,
.section-title span {
    display: block;
    color: inherit;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    opacity: 0.76;
}

.hero-panel h1,
.page-heading h1,
.login-brand h1 {
    margin: 5px 0 0;
    font-size: 30px;
    line-height: 1.12;
    letter-spacing: 0;
}

.hero-panel p,
.login-brand p {
    max-width: 34rem;
    margin: 10px 0 0;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.55;
}

.hero-action {
    justify-self: start;
    border-color: rgba(255, 255, 255, 0.36);
    background: #fff;
    color: var(--primary-dark);
}

.page-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.page-heading.compact h1 {
    font-size: 22px;
}

.page-heading span,
.section-title span {
    color: var(--primary);
    opacity: 1;
}

.quick-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 20px;
}

.quick-grid.two,
.action-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 14px;
}

.day-switcher {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: -4px 0 14px;
}

.day-switcher.bottom {
    margin: 16px 0 0;
}

.day-arrow {
    justify-content: center;
}

.quick-tile {
    display: flex;
    min-height: 82px;
    align-items: center;
    gap: 14px;
    padding: 16px;
    border: 1px solid rgba(213, 224, 232, 0.92);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow-soft);
    color: var(--text);
    font-weight: 900;
}

.quick-tile i {
    display: inline-grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 14px;
    background: #f0e7ff;
    color: var(--aqua);
    font-size: 18px;
}

.quick-tile.primary {
    background: linear-gradient(135deg, var(--primary), var(--aqua));
    color: #fff;
}

.quick-tile.primary i {
    background: rgba(255, 255, 255, 0.16);
    color: #fff;
}

.btn {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 11px 16px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--surface);
    color: var(--text);
    font: inherit;
    font-size: 15px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 8px 20px rgba(20, 56, 76, 0.06);
}

.btn.primary {
    border-color: var(--primary);
    background: var(--primary);
    color: #fff;
}

.btn.ghost {
    background: transparent;
    box-shadow: none;
}

.btn.danger {
    border-color: #f3c7c3;
    background: #fff4f2;
    color: var(--danger);
}

.btn.small {
    min-height: 38px;
    padding: 8px;
    border-radius: 12px;
    font-size: 13px;
}

.btn.icon-only {
    width: 42px;
    min-height: 42px;
    padding: 0;
}

.btn.full,
.top-button {
    width: 100%;
}

.section-block,
.availability-panel {
    margin-bottom: 18px;
}

.section-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 11px;
}

.section-title h2 {
    margin: 3px 0 0;
    font-size: 20px;
    line-height: 1.2;
}

.section-title strong {
    color: var(--muted);
    font-size: 13px;
    white-space: nowrap;
}

.section-title.slim {
    margin-bottom: 8px;
}

.card-list {
    display: grid;
    gap: 12px;
}

.booking-card,
.boat-card,
.package-card,
.panel-form,
.calendar,
.auth-card,
.availability-panel {
    border: 1px solid rgba(213, 224, 232, 0.95);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: var(--shadow-soft);
}

.auth-card {
    display: grid;
    gap: 14px;
    padding: 20px;
}

.auth-card h1 {
    margin: 0;
    font-size: 24px;
    line-height: 1.2;
}

.auth-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
}

.booking-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    padding: 14px;
}

.booking-time {
    display: grid;
    align-content: center;
    width: 82px;
    min-height: 72px;
    padding: 9px;
    border-radius: 16px;
    background: #f0e7ff;
    color: var(--primary-dark);
    text-align: center;
}

.booking-time strong {
    font-size: 19px;
    line-height: 1;
}

.booking-time span {
    margin-top: 5px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
}

.time-boats {
    justify-content: center;
    margin: 8px 0 0;
}

.boat-dot {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 22px;
    padding: 4px 7px;
    border-radius: 999px;
    color: #fff !important;
    font-size: 10px;
    font-weight: 900 !important;
    line-height: 1;
    text-transform: uppercase;
}

.boat-dot::before {
    content: none;
}

.boat-dot.single-a {
    background: #12805c;
}

.boat-dot.single-b {
    background: #0676a8;
}

.boat-dot.double {
    background: #d97706;
}

.boat-dot.sup {
    background: var(--primary);
}

.booking-main h3,
.boat-card h2,
.package-card h2 {
    margin: 0 0 7px;
    font-size: 17px;
    line-height: 1.25;
}

.booking-date-inline {
    display: inline-block;
    margin-left: 6px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 800;
}

.booking-main p,
.boat-card p,
.package-card p {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 5px 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.4;
}

.boat-mini-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 6px 0;
}

.boat-mini,
.creator-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 28px;
    padding: 5px 8px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.boat-mini.single {
    background: #edf8f5;
    color: var(--aqua);
}

.boat-mini.double {
    background: #fff7e8;
    color: var(--warning);
}

.creator-tag {
    background: var(--surface-soft);
    color: var(--muted);
    border: 1px solid var(--line);
}

.creator-tag.admin {
    background: #fff0ef;
    color: var(--danger);
    border-color: #ffd3cf;
}

.creator-tag i {
    font-size: 11px;
}

.booking-main i {
    color: var(--aqua);
    font-size: 12px;
}

.phone-link {
    color: var(--primary-dark);
    font-weight: 900;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.booking-main .note {
    display: block;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid var(--line);
    color: var(--text);
}

.package-card,
.boat-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    padding: 15px;
}

.boat-icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 15px;
    background: #f0e7ff;
    color: var(--aqua);
}

.boat-content {
    min-width: 0;
}

.card-actions {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
}

.status,
.availability {
    display: inline-flex;
    align-items: center;
    min-height: 31px;
    padding: 6px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.status.unpaid {
    background: #fff0ef;
    color: var(--danger);
}

.status.deposit,
.status.partial {
    background: #fff7e8;
    color: var(--warning);
}

.status.paid,
.availability.free {
    background: #e9f8ee;
    color: #0f6b3f;
}

.status.promo {
    background: #eef5ff;
    color: var(--primary);
}

.status.package {
    background: #f5edff;
    color: var(--primary-dark);
}

.status.club,
.status.booking-type {
    background: #f1eefc;
    color: #5940a8;
}

.status.cancelled,
.availability.busy {
    background: #fff0ef;
    color: var(--danger);
}

.cancelled-card {
    opacity: 0.72;
}

.empty {
    margin: 0;
    padding: 20px;
    border: 1px dashed #b8c8d4;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--muted);
    text-align: center;
    font-weight: 700;
}

.month-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 12px;
}

.calendar {
    overflow: hidden;
}

.weekday-row,
.calendar-row {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.weekday-row div {
    padding: 10px 4px;
    background: #f3f8fa;
    color: var(--muted);
    font-size: 11px;
    font-weight: 900;
    text-align: center;
    border-bottom: 1px solid var(--line);
}

.calendar-day {
    position: relative;
    min-height: 70px;
    padding: 8px 6px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #fff;
}

.calendar-row .calendar-day:last-child {
    border-right: 0;
}

.calendar-row:last-child .calendar-day {
    border-bottom: 0;
}

.day-number {
    display: inline-grid;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 900;
}

.day-count {
    position: absolute;
    right: 6px;
    bottom: 7px;
    display: inline-grid;
    min-width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 999px;
    background: var(--sun);
    color: #4a3300;
    font-size: 12px;
    font-weight: 900;
}

.calendar-day.muted {
    background: #f8fafc;
    color: #98a2b3;
}

.calendar-day.today .day-number {
    background: var(--primary);
    color: #fff;
}

.panel-form,
.search-form {
    display: grid;
    gap: 13px;
}

.panel-form {
    padding: 16px;
}

.capacity-form {
    margin-bottom: 14px;
}

.form-row {
    display: grid;
    gap: 7px;
}

.panel-form label {
    color: var(--text);
    font-size: 14px;
    font-weight: 900;
}

.panel-input {
    width: 100%;
    min-height: 48px;
    padding: 11px 13px;
    border: 1px solid #c7d5df;
    border-radius: 14px;
    background: #fff;
    color: var(--text);
    font: inherit;
    font-size: 16px;
    outline: none;
}

.panel-input:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 4px rgba(124, 58, 237, 0.15);
}

.panel-input[type="range"] {
    min-height: 34px;
    padding: 0;
    border: 0;
    background: transparent;
    accent-color: var(--primary);
}

.panel-input[type="range"]::-webkit-slider-runnable-track {
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--primary), var(--coral));
}

.panel-input[type="range"]::-webkit-slider-thumb {
    margin-top: -6px;
    width: 20px;
    height: 20px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--primary-dark);
    box-shadow: 0 4px 12px rgba(91, 33, 182, 0.28);
}

.panel-input[type="range"]::-moz-range-track {
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--primary), var(--coral));
}

.panel-input[type="range"]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: var(--primary-dark);
    box-shadow: 0 4px 12px rgba(91, 33, 182, 0.28);
}

.range-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 800;
}

.range-meta strong {
    color: var(--primary);
    font-size: 18px;
}

textarea.panel-input {
    min-height: 104px;
    resize: vertical;
}

.panel-checkbox {
    width: 26px;
    height: 26px;
    accent-color: var(--primary);
}

.boat-choice-list,
.form-row ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.boat-choice-list label,
.form-row ul label {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 10px 12px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--surface-soft);
    cursor: pointer;
}

.boat-choice-list input,
.form-row ul input[type="checkbox"] {
    width: 22px;
    height: 22px;
    accent-color: var(--primary);
}

.form-actions {
    display: grid;
    gap: 10px;
    padding-top: 4px;
}

.errorlist {
    margin: 3px 0 0;
    padding-left: 18px;
    color: var(--danger);
    font-size: 14px;
}

.messages {
    display: grid;
    gap: 8px;
    margin-bottom: 14px;
}

.message {
    padding: 12px 14px;
    border-radius: 16px;
    background: #f0e7ff;
    color: var(--primary-dark);
    font-weight: 800;
    box-shadow: var(--shadow-soft);
}

.message.error {
    background: #fff0ef;
    color: var(--danger);
}

.message.success {
    background: #e8f7f1;
    color: var(--success);
}

.search-form {
    grid-template-columns: 1fr auto;
    margin-bottom: 13px;
}

.search-popover {
    position: relative;
    width: max-content;
    margin: 0 0 12px auto;
}

.search-popover summary {
    list-style: none;
}

.search-popover summary::-webkit-details-marker {
    display: none;
}

.search-popover[open] .search-form.compact {
    display: grid;
}

.search-form.compact {
    display: none;
    position: absolute;
    right: 0;
    z-index: 10;
    width: min(82vw, 360px);
    margin: 8px 0 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--surface);
    box-shadow: var(--shadow-soft);
}

.hour-filter {
    display: flex;
    gap: 7px;
    margin: 0 0 10px;
    overflow-x: auto;
    padding-bottom: 3px;
}

.hour-chip {
    flex: 0 0 auto;
    min-height: 34px;
    padding: 7px 10px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--surface);
    color: var(--muted);
    font: inherit;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;
}

.hour-chip.active {
    border-color: var(--primary);
    background: var(--primary);
    color: #fff;
}

.availability-panel {
    padding: 14px;
}

.availability-strip {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 2px;
}

.availability {
    flex: 0 0 auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
    min-height: 48px;
    border-radius: 16px;
}

.availability small {
    font-size: 11px;
    font-weight: 800;
}

.login-layout {
    display: grid;
    gap: 22px;
    width: min(100%, 430px);
    margin: 32px auto 0;
}

.login-brand {
    text-align: center;
}

.login-brand img {
    width: min(180px, 70vw);
    max-height: 110px;
    object-fit: contain;
    margin: 0 auto 18px;
}

.login-brand h1 {
    color: var(--primary-dark);
}

.login-brand p {
    margin: 9px auto 0;
    color: var(--muted);
}

.login-form {
    padding: 20px;
}

.mobile-tabbar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 25;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(64px, 1fr));
    gap: 4px;
    padding: 8px;
    border: 1px solid rgba(213, 224, 232, 0.92);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 16px 42px rgba(20, 56, 76, 0.20);
    backdrop-filter: blur(16px);
}

.mobile-tabbar a {
    display: grid;
    min-height: 52px;
    place-items: center;
    gap: 3px;
    border-radius: 16px;
    color: var(--muted);
    font-size: 11px;
    font-weight: 900;
}

.mobile-tabbar i {
    font-size: 17px;
}

.mobile-tabbar .tabbar-primary {
    background: var(--primary);
    color: #fff;
}

.iban-modal {
    width: min(92vw, 370px);
    max-width: 370px;
    max-height: 92vh;
    margin: auto;
    padding: 0;
    border: 0;
    border-radius: 22px;
    background: transparent;
    color: var(--text);
    overflow: visible;
}

.iban-modal::backdrop {
    background: rgba(37, 30, 53, 0.42);
    backdrop-filter: blur(4px);
}

.iban-modal[open] {
    animation: modal-fade 180ms ease-out;
}

.iban-modal-card {
    position: relative;
    display: grid;
    gap: 15px;
    padding: 22px;
    border: 1px solid rgba(221, 210, 243, 0.95);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 24px 70px rgba(37, 30, 53, 0.24);
    text-align: center;
}

.iban-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: var(--surface-soft);
    color: var(--primary-dark);
    cursor: pointer;
}

.iban-modal-copy span {
    color: var(--primary);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.iban-modal-copy h2 {
    margin: 5px 0 7px;
    font-size: 22px;
}

.iban-modal-copy p {
    margin: 0;
    color: var(--text);
    font-size: 15px;
    font-weight: 900;
    line-height: 1.35;
}

.iban-qr {
    width: 230px;
    height: 230px;
    justify-self: center;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff;
}

@keyframes modal-fade {
    from {
        opacity: 0;
        transform: translateY(8px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.panel-footer {
    display: none;
}

.report-filter {
    margin-bottom: 18px;
}

.report-page {
    display: grid;
    gap: 18px;
    padding: 18px;
    border: 1px solid rgba(213, 224, 232, 0.95);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow-soft);
}

.report-header {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    border-bottom: 1px solid var(--line);
    padding-bottom: 14px;
}

.report-header span {
    color: var(--primary);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.report-header h1 {
    margin: 4px 0;
    font-size: 24px;
}

.report-header p {
    margin: 0;
    color: var(--muted);
    font-weight: 800;
}

.report-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.report-stats article {
    padding: 12px;
    border-radius: 14px;
    background: var(--surface-soft);
    border: 1px solid var(--line);
}

.report-stats span {
    display: block;
    color: var(--muted);
    font-size: 12px;
    font-weight: 900;
}

.report-stats strong {
    display: block;
    margin-top: 4px;
    font-size: 20px;
}

.report-section {
    display: grid;
    gap: 8px;
}

.report-section h2 {
    margin: 0;
    font-size: 18px;
}

.report-table {
    width: 100%;
    border-collapse: collapse;
    overflow: hidden;
    border-radius: 12px;
    font-size: 13px;
}

.report-table th,
.report-table td {
    padding: 9px 8px;
    border: 1px solid var(--line);
    text-align: left;
    vertical-align: top;
}

.report-table th {
    background: #f3f8fa;
    color: var(--text);
    font-weight: 900;
}

@media (min-width: 620px) {
    .panel-app {
        padding-bottom: 28px;
    }

    .desktop-nav {
        display: flex;
    }

    .mobile-tabbar {
        display: none;
    }

    .panel-footer {
        display: block;
        width: min(100%, 980px);
        margin: 0 auto;
        padding: 0 22px 28px;
        color: var(--muted);
        font-size: 13px;
        font-weight: 700;
        text-align: center;
    }

    .panel-footer a {
        color: var(--primary-dark);
        font-weight: 900;
        text-decoration: underline;
        text-underline-offset: 3px;
    }

    .panel-shell {
        padding: 34px 22px 46px;
    }

    .hero-panel {
        grid-template-columns: 1fr auto;
        align-items: end;
        padding: 30px;
    }

    .hero-panel h1,
    .login-brand h1 {
        font-size: 38px;
    }

    .quick-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .quick-grid.two,
    .action-row {
        grid-template-columns: auto auto;
        justify-content: start;
    }

    .day-switcher {
        grid-template-columns: auto auto;
        justify-content: start;
    }

    .booking-card {
        grid-template-columns: auto 1fr auto;
        align-items: center;
    }

    .card-actions {
        grid-column: auto;
        justify-content: flex-end;
    }

    .boat-card,
    .package-card {
        grid-template-columns: auto 1fr auto;
        align-items: center;
    }

    .calendar-day {
        min-height: 92px;
        padding: 10px;
    }

    .panel-form {
        padding: 22px;
    }

    .report-filter {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        align-items: end;
    }

    .report-stats {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media (min-width: 980px) {
    .panel-shell {
        width: min(100%, 1040px);
    }

    .panel-header {
        justify-content: space-between;
    }
}

@media print {
    body.panel-body {
        background: #fff;
    }

    .panel-header,
    .mobile-tabbar,
    .panel-footer,
    .messages,
    .report-no-print {
        display: none !important;
    }

    .panel-app {
        padding: 0;
    }

    .panel-shell {
        width: 100%;
        padding: 0;
    }

    .report-page {
        border: 0;
        border-radius: 0;
        box-shadow: none;
        padding: 0;
    }

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

    .report-table {
        font-size: 11px;
    }
}
