:root{--g:#111827;--m:#6b7280;--b:#e5e7eb;--brand:#7c3aed;--bg:#f8fafc;--card:#fff;--danger:#b91c1c}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui;background:var(--bg);color:var(--g)}a{color:var(--brand)}.guest-shell{max-width:1100px;margin:auto;padding:24px}.guest-nav{display:flex;gap:16px;align-items:center;padding:16px 0;flex-wrap:wrap}.guest-nav .spacer{flex:1}.guest-card{background:var(--card);border:1px solid var(--b);border-radius:18px;padding:20px;margin:16px 0}.guest-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.guest-btn{display:inline-flex;padding:11px 16px;border:0;border-radius:12px;background:var(--brand);color:white;text-decoration:none;cursor:pointer}.guest-btn.secondary{background:white;color:var(--g);border:1px solid var(--b)}.guest-btn.danger{background:var(--danger)}input,select,textarea{width:100%;padding:11px;border:1px solid var(--b);border-radius:10px;margin:6px 0 12px}.badge{display:inline-block;padding:4px 9px;border-radius:999px;background:#ede9fe}.muted{color:var(--m)}.alert{padding:12px;border-radius:12px;background:#ecfdf5;margin:12px 0}.alert.err{background:#fef2f2}@media(max-width:650px){.guest-shell{padding:14px}.guest-nav a:not(.brand){font-size:13px}.guest-card{border-radius:14px}}

/* Vendég belépési/regisztrációs kód modal */
.guest-modal-backdrop{
    position:fixed;
    inset:0;
    z-index:1000;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:24px;
    background:rgba(15,23,42,.62);
    backdrop-filter:blur(4px);
}

.guest-modal-backdrop[hidden]{
    display:none;
}

.guest-code-modal{
    position:relative;
    width:min(100%,620px);
    max-height:calc(100vh - 48px);
    overflow:auto;
    background:#fff;
    border:1px solid rgba(15,23,42,.10);
    border-radius:30px;
    box-shadow:0 30px 100px rgba(15,23,42,.30);
}

.guest-code-modal-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:28px 32px;
    border-bottom:1px solid var(--b);
}

.guest-code-modal-header h2{
    margin:0;
    font-size:24px;
    line-height:1.2;
}

.guest-modal-close{
    width:44px;
    height:44px;
    border:0;
    border-radius:50%;
    background:transparent;
    color:var(--g);
    font-size:32px;
    line-height:1;
    cursor:pointer;
}

.guest-modal-close:hover{
    background:#f1f5f9;
}

.guest-code-modal-body{
    padding:32px;
}

.guest-code-modal-body p{
    margin-top:0;
    line-height:1.6;
}

.guest-code-email{
    font-weight:700;
    word-break:break-word;
}

.guest-code-inputs{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:10px;
    margin:28px 0;
}

.guest-code-digit{
    min-width:0;
    height:66px;
    margin:0;
    padding:0;
    border:1px solid #cbd5e1;
    border-radius:14px;
    background:#fff;
    font-size:30px;
    font-weight:800;
    text-align:center;
    caret-color:var(--brand);
}

.guest-code-digit:focus{
    outline:3px solid rgba(124,58,237,.16);
    border-color:var(--brand);
}

.guest-code-actions{
    display:grid;
    gap:12px;
}

.guest-code-actions .guest-btn{
    width:100%;
    justify-content:center;
    font-size:16px;
    font-weight:700;
    padding:14px 18px;
}

.guest-code-help{
    margin-top:22px;
    text-align:center;
    color:var(--m);
    font-size:14px;
}

.guest-code-help button{
    padding:0;
    border:0;
    background:none;
    color:var(--brand);
    font:inherit;
    font-weight:700;
    cursor:pointer;
}

.guest-code-error{
    padding:12px 14px;
    margin-bottom:18px;
    border-radius:12px;
    background:#fef2f2;
    color:var(--danger);
}

@media(max-width:650px){
    .guest-modal-backdrop{
        padding:12px;
        align-items:flex-end;
    }

    .guest-code-modal{
        max-height:calc(100vh - 24px);
        border-radius:24px 24px 0 0;
    }

    .guest-code-modal-header{
        padding:22px 20px;
    }

    .guest-code-modal-header h2{
        font-size:21px;
    }

    .guest-code-modal-body{
        padding:24px 20px;
    }

    .guest-code-inputs{
        gap:6px;
    }

    .guest-code-digit{
        height:56px;
        border-radius:11px;
        font-size:25px;
    }
}

.guest-name-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
}

.guest-name-grid .guest-field{
    min-width:0;
}

@media(max-width:650px){
    .guest-name-grid{
        grid-template-columns:1fr;
        gap:0;
    }
}

/* ReservCloud szalon-témájú vendég bejelentkezés */
.guest-auth-page {
    min-height: 100vh;
    background: var(--bg);
}

.guest-auth-page .salon-nav {
    position: relative;
}

.guest-nav-logout {
    font: inherit;
    cursor: pointer;
}

.guest-global-alerts {
    position: fixed;
    z-index: 100;
    top: 92px;
    left: 50%;
    width: min(560px, calc(100% - 32px));
    transform: translateX(-50%);
}

.guest-global-alerts .alert {
    box-shadow: 0 18px 50px rgba(15, 23, 42, .15);
}

.guest-login-shell {
    min-height: calc(100vh - 76px);
}

.guest-login-visual {
    background:
        radial-gradient(
            circle at 20% 20%,
            color-mix(in srgb, var(--primary) 45%, transparent),
            transparent 42%
        ),
        linear-gradient(
            145deg,
            var(--primary-strong),
            var(--primary)
        );
}

.guest-login-visual:not([style]) {
    background:
        radial-gradient(
            circle at 22% 18%,
            rgba(255, 255, 255, .16),
            transparent 36%
        ),
        radial-gradient(
            circle at 80% 76%,
            rgba(255, 255, 255, .10),
            transparent 34%
        ),
        var(--brand-gradient);
}

.guest-login-visual:after {
    background:
        linear-gradient(
            180deg,
            rgba(8, 8, 18, .08),
            rgba(8, 8, 18, .78)
        );
}

.guest-login-visual .auth-quote p {
    max-width: 560px;
    color: rgba(255, 255, 255, .82);
    font-size: 17px;
    line-height: 1.7;
}

.guest-login-benefits {
    display: grid;
    gap: 12px;
    margin-top: 30px;
    color: rgba(255, 255, 255, .92);
    font-size: 14px;
    font-weight: 600;
}

.guest-login-panel {
    background:
        radial-gradient(
            circle at 100% 0,
            var(--primary-soft),
            transparent 34%
        ),
        #fff;
}

.guest-login-card {
    width: min(460px, 100%);
    padding: 12px 0;
}

.guest-login-card .section-kicker {
    display: inline-block;
    margin-bottom: 14px;
}

.guest-login-card h2 {
    margin-bottom: 10px;
}

.guest-login-form {
    margin-top: 30px;
}

.guest-login-form .guest-field {
    margin: 0 0 18px;
}

.guest-login-form .guest-field span {
    display: block;
    margin-bottom: 8px;
    color: var(--text);
    font-size: 13px;
    font-weight: 700;
}

.guest-login-form .guest-input {
    width: 100%;
    margin: 0;
    padding: 15px 16px;
    border:
        1px solid
        color-mix(in srgb, var(--text) 15%, transparent);
    border-radius: 14px;
    background: #fff;
    color: var(--text);
    font: inherit;
    outline: none;
    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.guest-login-form .guest-input:focus {
    border-color: var(--primary);
    box-shadow:
        0 0 0 4px
        color-mix(in srgb, var(--primary) 13%, transparent);
}

.guest-login-submit {
    width: 100%;
    border: 0;
    cursor: pointer;
    background: var(--brand-gradient);
    color: #fff;
    font: inherit;
    font-weight: 700;
    box-shadow:
        0 12px 28px
        color-mix(in srgb, var(--primary) 24%, transparent);
}

.guest-login-divider {
    display: flex;
    align-items: center;
    gap: 14px;
    margin: 24px 0;
    color: var(--muted);
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.guest-login-divider:before,
.guest-login-divider:after {
    content: "";
    flex: 1;
    height: 1px;
    background:
        color-mix(in srgb, var(--text) 12%, transparent);
}

.guest-facebook-button {
    width: 100%;
    gap: 10px;
    border:
        1px solid
        color-mix(in srgb, var(--text) 14%, transparent);
    background: #fff;
    color: var(--text);
}

.guest-facebook-button:hover {
    border-color:
        color-mix(in srgb, var(--primary) 38%, transparent);
    background: var(--primary-soft);
}

.guest-facebook-icon {
    display: grid;
    width: 26px;
    height: 26px;
    place-items: center;
    border-radius: 50%;
    background: #1877f2;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 18px;
    font-weight: 800;
}

.guest-register-link {
    margin: 26px 0 10px;
    text-align: center;
    color: var(--muted);
    font-size: 14px;
}

.guest-register-link a {
    color: var(--primary);
    font-weight: 700;
    text-decoration: none;
}

.guest-back-link {
    display: block;
    margin-top: 18px;
    color: var(--muted);
    font-size: 13px;
    text-align: center;
    text-decoration: none;
}

.guest-back-link:hover {
    color: var(--primary);
}

@media(max-width:900px) {
    .guest-login-shell {
        grid-template-columns: 1fr;
    }

    .guest-login-visual {
        min-height: 340px;
    }
}

@media(max-width:620px) {
    .guest-auth-page .salon-nav {
        height: 68px;
    }

    .guest-auth-page .salon-links .nav-link:not(.nav-login) {
        display: none;
    }

    .guest-login-visual {
        display: none;
    }

    .guest-login-panel {
        min-height: calc(100vh - 68px);
        padding: 42px 22px;
        align-items: flex-start;
    }

    .guest-login-card h2 {
        font-size: 34px;
    }

    .guest-global-alerts {
        top: 80px;
    }
}

/* ReservCloud szalon-témájú vendégregisztráció */
.guest-register-shell {
    min-height: calc(100vh - 76px);
}

.guest-register-visual {
    background:
        radial-gradient(
            circle at 20% 20%,
            color-mix(in srgb, var(--primary) 45%, transparent),
            transparent 42%
        ),
        linear-gradient(
            145deg,
            var(--primary-strong),
            var(--primary)
        );
}

.guest-register-visual:not([style]) {
    background:
        radial-gradient(
            circle at 22% 18%,
            rgba(255, 255, 255, .16),
            transparent 36%
        ),
        radial-gradient(
            circle at 80% 76%,
            rgba(255, 255, 255, .10),
            transparent 34%
        ),
        var(--brand-gradient);
}

.guest-register-visual:after {
    background:
        linear-gradient(
            180deg,
            rgba(8, 8, 18, .08),
            rgba(8, 8, 18, .78)
        );
}

.guest-register-visual .auth-quote p {
    max-width: 560px;
    color: rgba(255, 255, 255, .82);
    font-size: 17px;
    line-height: 1.7;
}

.guest-register-panel {
    align-items: flex-start;
    overflow-y: auto;
    background:
        radial-gradient(
            circle at 100% 0,
            var(--primary-soft),
            transparent 34%
        ),
        #fff;
}

.guest-register-card {
    width: min(520px, 100%);
    padding: 12px 0 40px;
}

.guest-register-card .section-kicker {
    display: inline-block;
    margin-bottom: 14px;
}

.guest-register-card h2 {
    margin-bottom: 10px;
}

.guest-register-form {
    margin-top: 30px;
}

.guest-register-form .guest-field {
    display: block;
    margin: 0 0 18px;
}

.guest-register-form .guest-field > span {
    display: block;
    margin-bottom: 8px;
    color: var(--text);
    font-size: 13px;
    font-weight: 700;
}

.guest-register-form .guest-input {
    width: 100%;
    margin: 0;
    padding: 15px 16px;
    border:
        1px solid
        color-mix(in srgb, var(--text) 15%, transparent);
    border-radius: 14px;
    background: #fff;
    color: var(--text);
    font: inherit;
    outline: none;
    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.guest-register-form .guest-input:focus {
    border-color: var(--primary);
    box-shadow:
        0 0 0 4px
        color-mix(in srgb, var(--primary) 13%, transparent);
}

.guest-register-form .guest-name-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.guest-register-consents {
    display: grid;
    gap: 14px;
    margin: 8px 0 24px;
}

.guest-checkbox {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}

.guest-checkbox input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.guest-checkbox-mark {
    position: relative;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    margin-top: 1px;
    border:
        1px solid
        color-mix(in srgb, var(--text) 22%, transparent);
    border-radius: 7px;
    background: #fff;
    transition:
        background .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.guest-checkbox input:checked + .guest-checkbox-mark {
    border-color: var(--primary);
    background: var(--brand-gradient);
}

.guest-checkbox input:checked + .guest-checkbox-mark:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 7px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.guest-checkbox input:focus-visible + .guest-checkbox-mark {
    box-shadow:
        0 0 0 4px
        color-mix(in srgb, var(--primary) 13%, transparent);
}

.guest-checkbox-text {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.55;
}

.guest-register-submit {
    width: 100%;
    border: 0;
    cursor: pointer;
    background: var(--brand-gradient);
    color: #fff;
    font: inherit;
    font-weight: 700;
    box-shadow:
        0 12px 28px
        color-mix(in srgb, var(--primary) 24%, transparent);
}

@media(max-width:900px) {
    .guest-register-shell {
        grid-template-columns: 1fr;
    }

    .guest-register-visual {
        min-height: 340px;
    }
}

@media(max-width:620px) {
    .guest-register-visual {
        display: none;
    }

    .guest-register-panel {
        min-height: calc(100vh - 68px);
        padding: 42px 22px;
    }

    .guest-register-card h2 {
        font-size: 34px;
    }

    .guest-register-form .guest-name-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

/* ReservCloud szalon-témájú vendég dashboard */
.guest-portal-page {
    min-height: 100vh;
    background:
        radial-gradient(
            circle at 100% 0,
            var(--primary-soft),
            transparent 30%
        ),
        #f7f7fb;
}

.guest-portal-page .guest-shell {
    width: min(1180px, calc(100% - 40px));
    max-width: none;
    margin: 0 auto;
    padding: 48px 0 80px;
}

.guest-dashboard {
    display: grid;
    gap: 28px;
}

.guest-dashboard-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 40px;
    overflow: hidden;
    padding: 48px;
    border-radius: 32px;
    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(255, 255, 255, .18),
            transparent 30%
        ),
        var(--brand-gradient);
    color: #fff;
    box-shadow:
        0 24px 70px
        color-mix(in srgb, var(--primary) 24%, transparent);
}

.guest-dashboard-hero:before {
    content: "";
    position: absolute;
    right: 140px;
    bottom: -140px;
    width: 320px;
    height: 320px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
}

.guest-dashboard-hero-content {
    position: relative;
    z-index: 1;
}

.guest-dashboard-hero .section-kicker {
    color: rgba(255, 255, 255, .76);
}

.guest-dashboard-hero h1 {
    max-width: 680px;
    margin: 14px 0 14px;
    color: #fff;
    font-size: clamp(38px, 5vw, 62px);
    line-height: 1.02;
    letter-spacing: -.04em;
}

.guest-dashboard-hero p {
    max-width: 620px;
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
    line-height: 1.7;
}

.guest-dashboard-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.guest-dashboard-actions .btn {
    min-height: 48px;
}

.guest-dashboard-primary {
    border: 0;
    background: #fff;
    color: var(--primary-strong);
    font-weight: 750;
}

.guest-dashboard-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, .16);
}

.guest-dashboard-secondary {
    border: 1px solid rgba(255, 255, 255, .32);
    background: rgba(255, 255, 255, .10);
    color: #fff;
    backdrop-filter: blur(10px);
}

.guest-dashboard-secondary:hover {
    background: rgba(255, 255, 255, .18);
}

.guest-dashboard-hero-decoration {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
}

.guest-dashboard-calendar {
    display: grid;
    width: 210px;
    min-height: 210px;
    place-items: center;
    align-content: center;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .30);
    border-radius: 28px;
    background: rgba(255, 255, 255, .14);
    text-align: center;
    backdrop-filter: blur(18px);
    box-shadow: 0 28px 60px rgba(0, 0, 0, .16);
}

.guest-dashboard-calendar-label {
    margin-bottom: 12px;
    color: rgba(255, 255, 255, .72);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.guest-dashboard-calendar strong {
    color: #fff;
    font-size: 54px;
    line-height: 1;
}

.guest-dashboard-calendar > span:last-child {
    margin-top: 8px;
    color: rgba(255, 255, 255, .84);
    font-size: 18px;
    font-weight: 700;
}

.guest-dashboard-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.guest-dashboard-stat {
    display: grid;
    gap: 7px;
    min-height: 126px;
    align-content: center;
    padding: 26px;
    border: 1px solid rgba(15, 23, 42, .07);
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 15px 44px rgba(15, 23, 42, .055);
}

.guest-dashboard-stat-value {
    overflow: hidden;
    color: var(--text);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.guest-dashboard-stat-label {
    color: var(--muted);
    font-size: 13px;
    font-weight: 650;
}

.guest-dashboard-section {
    padding: 32px;
    border: 1px solid rgba(15, 23, 42, .07);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .055);
}

.guest-dashboard-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.guest-dashboard-section-head h2 {
    margin: 8px 0 0;
    color: var(--text);
    font-size: 28px;
    letter-spacing: -.025em;
}

.guest-dashboard-text-link {
    flex: 0 0 auto;
    color: var(--primary);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.guest-dashboard-text-link:hover {
    text-decoration: underline;
}

.guest-dashboard-bookings {
    display: grid;
    gap: 14px;
}

.guest-dashboard-booking {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    padding: 18px;
    border: 1px solid rgba(15, 23, 42, .07);
    border-radius: 20px;
    background: #fff;
    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.guest-dashboard-booking:hover {
    transform: translateY(-2px);
    border-color:
        color-mix(in srgb, var(--primary) 28%, transparent);
    box-shadow: 0 16px 38px rgba(15, 23, 42, .08);
}

.guest-dashboard-booking-date {
    display: grid;
    width: 66px;
    height: 66px;
    place-items: center;
    align-content: center;
    border-radius: 18px;
    background: var(--primary-soft);
    color: var(--primary);
}

.guest-dashboard-booking-date strong {
    font-size: 25px;
    line-height: 1;
}

.guest-dashboard-booking-date span {
    margin-top: 4px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.guest-dashboard-booking-content {
    min-width: 0;
}

.guest-dashboard-booking-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 7px;
}

.guest-dashboard-status {
    display: inline-flex;
    align-items: center;
    min-height: 25px;
    padding: 4px 9px;
    border-radius: 999px;
    background: var(--primary-soft);
    color: var(--primary);
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-transform: uppercase;
}

.guest-dashboard-booking-time {
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.guest-dashboard-booking h3,
.guest-dashboard-history-item h3 {
    margin: 0;
    color: var(--text);
    font-size: 18px;
}

.guest-dashboard-booking p,
.guest-dashboard-history-item p {
    margin: 5px 0 0;
    color: var(--muted);
    font-size: 14px;
}

.guest-dashboard-employee {
    display: inline-block;
    margin-top: 7px;
    color: var(--text);
    font-size: 13px;
    font-weight: 650;
}

.guest-dashboard-booking-price {
    color: var(--text);
    font-size: 16px;
    font-weight: 800;
    white-space: nowrap;
}

.guest-dashboard-history {
    display: grid;
    gap: 12px;
}

.guest-dashboard-history-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    border: 1px solid rgba(15, 23, 42, .07);
    border-radius: 18px;
    background: #fff;
}

.guest-dashboard-empty {
    display: grid;
    min-height: 280px;
    place-items: center;
    align-content: center;
    padding: 44px;
    border:
        1px dashed
        color-mix(in srgb, var(--primary) 28%, transparent);
    border-radius: 22px;
    background: var(--primary-soft);
    text-align: center;
}

.guest-dashboard-empty-icon {
    display: grid;
    width: 58px;
    height: 58px;
    margin-bottom: 16px;
    place-items: center;
    border-radius: 50%;
    background: var(--brand-gradient);
    color: #fff;
    font-size: 30px;
}

.guest-dashboard-empty h3 {
    margin: 0;
    color: var(--text);
    font-size: 22px;
}

.guest-dashboard-empty p {
    max-width: 480px;
    margin: 10px 0 22px;
    color: var(--muted);
    line-height: 1.6;
}

.guest-dashboard-empty .guest-dashboard-primary {
    background: var(--brand-gradient);
    color: #fff;
}

.guest-dashboard-empty-small {
    min-height: 140px;
}

.guest-dashboard-empty-small p {
    margin: 0;
}

@media(max-width:900px) {
    .guest-dashboard-hero {
        grid-template-columns: 1fr;
    }

    .guest-dashboard-hero-decoration {
        display: none;
    }

    .guest-dashboard-stats {
        grid-template-columns: 1fr;
    }
}

@media(max-width:680px) {
    .guest-portal-page .guest-shell {
        width: min(100% - 24px, 1180px);
        padding: 28px 0 60px;
    }

    .guest-dashboard-hero {
        padding: 30px 24px;
        border-radius: 24px;
    }

    .guest-dashboard-hero h1 {
        font-size: 38px;
    }

    .guest-dashboard-actions {
        display: grid;
    }

    .guest-dashboard-actions .btn {
        width: 100%;
    }

    .guest-dashboard-section {
        padding: 22px 16px;
        border-radius: 22px;
    }

    .guest-dashboard-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .guest-dashboard-section-head h2 {
        font-size: 24px;
    }

    .guest-dashboard-booking {
        grid-template-columns: 60px minmax(0, 1fr);
        gap: 14px;
    }

    .guest-dashboard-booking-date {
        width: 56px;
        height: 56px;
        border-radius: 15px;
    }

    .guest-dashboard-booking-price {
        grid-column: 2;
    }

    .guest-dashboard-history-item {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* ReservCloud szalon-témájú szalonválasztó */
.guest-salons-page {
    display: grid;
    gap: 28px;
}

.guest-salons-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    padding: 42px;
    border-radius: 30px;
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(255, 255, 255, .18),
            transparent 30%
        ),
        var(--brand-gradient);
    color: #fff;
    box-shadow:
        0 24px 70px
        color-mix(in srgb, var(--primary) 22%, transparent);
}

.guest-salons-hero .section-kicker {
    color: rgba(255, 255, 255, .72);
}

.guest-salons-hero h1 {
    margin: 12px 0 12px;
    color: #fff;
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.02;
    letter-spacing: -.04em;
}

.guest-salons-hero p {
    max-width: 660px;
    margin: 0;
    color: rgba(255, 255, 255, .80);
    font-size: 16px;
    line-height: 1.7;
}

.guest-salons-back {
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, .30);
    background: rgba(255, 255, 255, .12);
    color: #fff;
    backdrop-filter: blur(10px);
}

.guest-salons-back:hover {
    background: rgba(255, 255, 255, .20);
}

.guest-salons-section {
    padding: 32px;
    border: 1px solid rgba(15, 23, 42, .07);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .055);
}

.guest-salons-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 26px;
}

.guest-salons-section-head h2 {
    margin: 8px 0 0;
    color: var(--text);
    font-size: 30px;
    letter-spacing: -.03em;
}

.guest-salons-count {
    padding: 8px 13px;
    border-radius: 999px;
    background: var(--primary-soft);
    color: var(--primary);
    font-size: 13px;
    font-weight: 800;
}

.guest-salons-grid {
    display: grid;
    grid-template-columns: repeat(
        auto-fit,
        minmax(260px, 1fr)
    );
    gap: 18px;
}

.guest-salon-card {
    display: flex;
    min-height: 310px;
    flex-direction: column;
    padding: 22px;
    border: 1px solid rgba(15, 23, 42, .08);
    border-radius: 24px;
    background: #fff;
    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.guest-salon-card:hover {
    transform: translateY(-4px);
    border-color:
        color-mix(in srgb, var(--primary) 32%, transparent);
    box-shadow: 0 20px 48px rgba(15, 23, 42, .10);
}

.guest-salon-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.guest-salon-avatar {
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border-radius: 18px;
    background: var(--brand-gradient);
    color: #fff;
    font-size: 19px;
    font-weight: 850;
    letter-spacing: -.03em;
    box-shadow:
        0 12px 26px
        color-mix(in srgb, var(--primary) 25%, transparent);
}

.guest-salon-available {
    position: relative;
    padding-left: 16px;
    color: #15803d;
    font-size: 12px;
    font-weight: 750;
}

.guest-salon-available:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    transform: translateY(-50%);
    box-shadow: 0 0 0 4px rgba(34, 197, 94, .12);
}

.guest-salon-card-content {
    flex: 1;
    padding: 24px 0 20px;
}

.guest-salon-card h3 {
    margin: 0;
    color: var(--text);
    font-size: 22px;
    line-height: 1.25;
    letter-spacing: -.02em;
}

.guest-salon-location {
    display: flex;
    gap: 7px;
    align-items: flex-start;
    margin: 10px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.5;
}

.guest-salon-location span {
    color: var(--primary);
    font-weight: 800;
}

.guest-salon-description {
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.65;
}

.guest-salon-action {
    width: 100%;
    justify-content: space-between;
    border: 0;
    background: var(--brand-gradient);
    color: #fff;
    font-weight: 750;
    box-shadow:
        0 12px 28px
        color-mix(in srgb, var(--primary) 20%, transparent);
}

.guest-salon-action:hover {
    transform: translateY(-2px);
}

.guest-salons-empty {
    display: grid;
    grid-column: 1 / -1;
    min-height: 320px;
    place-items: center;
    align-content: center;
    padding: 46px;
    border:
        1px dashed
        color-mix(in srgb, var(--primary) 32%, transparent);
    border-radius: 24px;
    background: var(--primary-soft);
    text-align: center;
}

.guest-salons-empty-icon {
    display: grid;
    width: 62px;
    height: 62px;
    margin-bottom: 18px;
    place-items: center;
    border-radius: 50%;
    background: var(--brand-gradient);
    color: #fff;
    font-size: 28px;
}

.guest-salons-empty h3 {
    margin: 0;
    color: var(--text);
    font-size: 24px;
}

.guest-salons-empty p {
    max-width: 520px;
    margin: 10px 0 22px;
    color: var(--muted);
    line-height: 1.6;
}

.guest-salons-empty-back {
    background: var(--brand-gradient);
    color: #fff;
}

.guest-salons-help {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 32px;
    border: 1px solid rgba(15, 23, 42, .07);
    border-radius: 26px;
    background:
        linear-gradient(
            135deg,
            var(--primary-soft),
            #fff
        );
}

.guest-salons-help h2 {
    margin: 8px 0 8px;
    color: var(--text);
    font-size: 25px;
}

.guest-salons-help p {
    max-width: 680px;
    margin: 0;
    color: var(--muted);
    line-height: 1.65;
}

.guest-salons-home {
    flex: 0 0 auto;
    background: var(--brand-gradient);
    color: #fff;
    font-weight: 750;
}

@media(max-width:760px) {
    .guest-salons-hero,
    .guest-salons-help {
        align-items: flex-start;
        flex-direction: column;
    }

    .guest-salons-hero {
        padding: 30px 24px;
        border-radius: 24px;
    }

    .guest-salons-hero h1 {
        font-size: 39px;
    }

    .guest-salons-back,
    .guest-salons-home {
        width: 100%;
    }

    .guest-salons-section {
        padding: 22px 16px;
        border-radius: 22px;
    }

    .guest-salons-section-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .guest-salons-section-head h2 {
        font-size: 25px;
    }

    .guest-salons-grid {
        grid-template-columns: 1fr;
    }

    .guest-salons-help {
        padding: 24px;
    }
}

/* ReservCloud vendég Foglalásaim oldal */
.guest-appointments-page,
.guest-profile-page {
    display: grid;
    gap: 28px;
}

.guest-appointments-hero,
.guest-profile-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 40px;
    border-radius: 30px;
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(255, 255, 255, .18),
            transparent 30%
        ),
        var(--brand-gradient);
    color: #fff;
    box-shadow:
        0 24px 70px
        color-mix(in srgb, var(--primary) 22%, transparent);
}

.guest-appointments-hero .section-kicker,
.guest-profile-hero .section-kicker {
    color: rgba(255, 255, 255, .72);
}

.guest-appointments-hero h1,
.guest-profile-hero h1 {
    margin: 10px 0 10px;
    color: #fff;
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.02;
    letter-spacing: -.04em;
}

.guest-appointments-hero p,
.guest-profile-hero p {
    max-width: 650px;
    margin: 0;
    color: rgba(255, 255, 255, .80);
    line-height: 1.7;
}

.guest-appointments-new,
.guest-profile-back {
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, .30);
    background: rgba(255, 255, 255, .13);
    color: #fff;
    backdrop-filter: blur(10px);
}

.guest-appointments-tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 7px;
    border: 1px solid rgba(15, 23, 42, .07);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(15, 23, 42, .05);
}

.guest-appointments-tab {
    flex: 0 0 auto;
    padding: 11px 18px;
    border-radius: 12px;
    color: var(--muted);
    font-size: 14px;
    font-weight: 750;
    text-decoration: none;
}

.guest-appointments-tab.active {
    background: var(--brand-gradient);
    color: #fff;
}

.guest-appointments-section,
.guest-profile-card,
.guest-profile-summary,
.guest-profile-danger {
    padding: 30px;
    border: 1px solid rgba(15, 23, 42, .07);
    border-radius: 27px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .055);
}

.guest-appointments-section-head,
.guest-profile-card-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.guest-appointments-section-head h2,
.guest-profile-card-head h2 {
    margin: 7px 0 0;
    color: var(--text);
    font-size: 29px;
    letter-spacing: -.03em;
}

.guest-appointments-count,
.guest-profile-security {
    padding: 8px 13px;
    border-radius: 999px;
    background: var(--primary-soft);
    color: var(--primary);
    font-size: 12px;
    font-weight: 800;
}

.guest-appointments-list {
    display: grid;
    gap: 14px;
}

.guest-appointment-card {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    gap: 20px;
    align-items: center;
    padding: 18px;
    border: 1px solid rgba(15, 23, 42, .075);
    border-radius: 21px;
    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.guest-appointment-card:hover {
    transform: translateY(-2px);
    border-color:
        color-mix(in srgb, var(--primary) 30%, transparent);
    box-shadow: 0 16px 38px rgba(15, 23, 42, .08);
}

.guest-appointment-date {
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    align-content: center;
    border-radius: 18px;
    background: var(--primary-soft);
    color: var(--primary);
}

.guest-appointment-date strong {
    font-size: 25px;
    line-height: 1;
}

.guest-appointment-date span {
    margin-top: 4px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.guest-appointment-main {
    min-width: 0;
}

.guest-appointment-topline {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 7px;
}

.guest-appointment-time {
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
}

.guest-appointment-status {
    padding: 5px 9px;
    border-radius: 999px;
    background: var(--primary-soft);
    color: var(--primary);
    font-size: 10px;
    font-weight: 850;
    text-transform: uppercase;
}

.guest-appointment-status.status-cancelled {
    background: #fef2f2;
    color: #b91c1c;
}

.guest-appointment-status.status-completed {
    background: #ecfdf5;
    color: #047857;
}

.guest-appointment-card h3 {
    margin: 0;
    color: var(--text);
    font-size: 19px;
}

.guest-appointment-location {
    margin: 6px 0 0;
    color: var(--muted);
    font-size: 14px;
}

.guest-appointment-actions {
    display: grid;
    justify-items: end;
    gap: 8px;
}

.guest-appointment-details {
    background: var(--brand-gradient);
    color: #fff;
    font-weight: 750;
}

.guest-appointment-small-link {
    color: var(--primary);
    font-size: 12px;
    font-weight: 750;
    text-decoration: none;
}

.guest-appointments-empty {
    display: grid;
    min-height: 300px;
    place-items: center;
    align-content: center;
    padding: 44px;
    border:
        1px dashed
        color-mix(in srgb, var(--primary) 32%, transparent);
    border-radius: 23px;
    background: var(--primary-soft);
    text-align: center;
}

.guest-appointments-empty-icon {
    display: grid;
    width: 60px;
    height: 60px;
    margin-bottom: 17px;
    place-items: center;
    border-radius: 50%;
    background: var(--brand-gradient);
    color: #fff;
    font-size: 29px;
}

.guest-appointments-empty h3 {
    margin: 0;
    color: var(--text);
    font-size: 23px;
}

.guest-appointments-empty p {
    margin: 10px 0 22px;
    color: var(--muted);
}

.guest-appointments-empty-action {
    background: var(--brand-gradient);
    color: #fff;
}

.guest-appointments-pagination {
    margin-top: 26px;
}

/* ReservCloud vendég Profil oldal */
.guest-profile-hero {
    justify-content: flex-start;
}

.guest-profile-avatar {
    display: grid;
    width: 86px;
    height: 86px;
    flex: 0 0 86px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .30);
    border-radius: 26px;
    background: rgba(255, 255, 255, .15);
    color: #fff;
    font-size: 29px;
    font-weight: 850;
    backdrop-filter: blur(12px);
}

.guest-profile-hero-content {
    flex: 1;
}

.guest-profile-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
    align-items: start;
}

.guest-profile-main {
    display: grid;
    gap: 24px;
}

.guest-profile-sidebar {
    display: grid;
    gap: 24px;
    position: sticky;
    top: 24px;
}

.guest-profile-form {
    display: grid;
    gap: 18px;
}

.guest-profile-name-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.guest-profile-field {
    display: grid;
    gap: 8px;
}

.guest-profile-field > span {
    color: var(--text);
    font-size: 13px;
    font-weight: 750;
}

.guest-profile-field input {
    width: 100%;
    margin: 0;
    padding: 14px 15px;
    border:
        1px solid
        color-mix(in srgb, var(--text) 15%, transparent);
    border-radius: 13px;
    background: #fff;
    color: var(--text);
    font: inherit;
    outline: none;
}

.guest-profile-field input:focus {
    border-color: var(--primary);
    box-shadow:
        0 0 0 4px
        color-mix(in srgb, var(--primary) 13%, transparent);
}

.guest-profile-field input:disabled {
    background: #f8fafc;
    color: var(--muted);
}

.guest-profile-field small {
    color: var(--muted);
    font-size: 12px;
}

.guest-profile-save,
.guest-profile-connect {
    justify-self: start;
    border: 0;
    background: var(--brand-gradient);
    color: #fff;
    font-weight: 750;
}

.guest-profile-connections {
    display: grid;
    gap: 14px;
}

.guest-profile-connection {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) auto;
    gap: 15px;
    align-items: center;
    padding: 17px;
    border: 1px solid rgba(15, 23, 42, .07);
    border-radius: 18px;
}

.guest-profile-connection-icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 14px;
    color: #fff;
    font-size: 21px;
    font-weight: 850;
}

.guest-profile-connection-icon.facebook {
    background: #1877f2;
}

.guest-profile-connection-icon.telegram {
    background: #229ed9;
}

.guest-profile-connection-content h3 {
    margin: 0;
    color: var(--text);
    font-size: 17px;
}

.guest-profile-connection-content p {
    margin: 5px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.5;
}

.guest-profile-connection-status {
    padding: 7px 10px;
    border-radius: 999px;
    background: #f1f5f9;
    color: var(--muted);
    font-size: 11px;
    font-weight: 750;
}

.guest-profile-connection-status.connected {
    background: #ecfdf5;
    color: #047857;
}

.guest-profile-disconnect {
    padding: 9px 11px;
    border: 0;
    background: transparent;
    color: #b91c1c;
    font: inherit;
    font-size: 12px;
    font-weight: 750;
    cursor: pointer;
}

.guest-profile-summary dl {
    display: grid;
    gap: 0;
    margin: 20px 0 0;
}

.guest-profile-summary dl > div {
    display: grid;
    gap: 4px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(15, 23, 42, .07);
}

.guest-profile-summary dl > div:last-child {
    border-bottom: 0;
}

.guest-profile-summary dt {
    color: var(--muted);
    font-size: 11px;
    font-weight: 750;
    text-transform: uppercase;
}

.guest-profile-summary dd {
    overflow-wrap: anywhere;
    margin: 0;
    color: var(--text);
    font-size: 14px;
    font-weight: 700;
}

.guest-profile-danger {
    border-color: rgba(185, 28, 28, .15);
    background: #fffafa;
}

.guest-profile-danger .section-kicker,
.guest-profile-danger h2 {
    color: #b91c1c;
}

.guest-profile-danger h2 {
    margin: 8px 0 10px;
}

.guest-profile-danger p {
    margin: 0 0 20px;
    color: #7f1d1d;
    font-size: 13px;
    line-height: 1.6;
}

.guest-profile-delete {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #fecaca;
    border-radius: 12px;
    background: #fff;
    color: #b91c1c;
    font: inherit;
    font-weight: 750;
    cursor: pointer;
}

.guest-profile-delete:hover {
    background: #fef2f2;
}

@media(max-width:900px) {
    .guest-profile-layout {
        grid-template-columns: 1fr;
    }

    .guest-profile-sidebar {
        position: static;
    }
}

@media(max-width:700px) {
    .guest-appointments-hero,
    .guest-profile-hero {
        align-items: flex-start;
        flex-direction: column;
        padding: 29px 23px;
        border-radius: 24px;
    }

    .guest-appointments-new,
    .guest-profile-back {
        width: 100%;
    }

    .guest-appointments-section,
    .guest-profile-card,
    .guest-profile-summary,
    .guest-profile-danger {
        padding: 22px 16px;
        border-radius: 22px;
    }

    .guest-appointments-section-head,
    .guest-profile-card-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .guest-appointment-card {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 13px;
    }

    .guest-appointment-date {
        width: 54px;
        height: 54px;
        border-radius: 15px;
    }

    .guest-appointment-actions {
        grid-column: 2;
        justify-items: start;
    }

    .guest-profile-name-grid {
        grid-template-columns: 1fr;
    }

    .guest-profile-connection {
        grid-template-columns: 46px minmax(0, 1fr);
    }

    .guest-profile-connection > :last-child {
        grid-column: 2;
        justify-self: start;
    }
}
