:root {
    --jot-primary: #315f5b;
    --jot-primary-dark: #1f4542;
    --jot-primary-soft: #eaf3f1;
    --jot-accent: #d6a85f;
    --jot-surface: #ffffff;
    --jot-surface-soft: #f4f8f7;
    --jot-text: #172725;
    --jot-muted: #667875;
    --jot-border: #dbe7e4;
    --jot-danger: #a83545;
    --jot-success: #23714b;
    --jot-warning: #9a681f;
    --jot-radius-sm: 14px;
    --jot-radius: 22px;
    --jot-radius-lg: 34px;
    --jot-shadow-sm: 0 8px 24px rgba(20, 55, 51, 0.07);
    --jot-shadow: 0 22px 70px rgba(20, 55, 51, 0.13);
}

.jot-home,
.jot-shell,
.jot-room-shell {
    direction: rtl;
    color: var(--jot-text);
    font-family: inherit;
    line-height: 1.75;
    box-sizing: border-box;
    text-align: right;
}

.jot-home *,
.jot-shell *,
.jot-room-shell * {
    box-sizing: border-box;
}

.jot-home a,
.jot-shell a,
.jot-room-shell a {
    text-decoration: none;
}

.jot-home button,
.jot-shell button,
.jot-room-shell button,
.jot-home input,
.jot-shell input,
.jot-room-shell input,
.jot-home select,
.jot-shell select,
.jot-room-shell select {
    font: inherit;
}

.jot-shell {
    width: min(1180px, calc(100% - 28px));
    margin: 34px auto;
    padding: clamp(20px, 3.5vw, 44px);
    background: linear-gradient(145deg, #ffffff, #f7faf9);
    border: 1px solid var(--jot-border);
    border-radius: var(--jot-radius-lg);
    box-shadow: var(--jot-shadow);
}

.jot-heading {
    max-width: 780px;
    margin: 0 0 32px;
}

.jot-heading h2,
.jot-dashboard-head h2,
.jot-room-topbar h2 {
    margin: 7px 0 10px;
    color: var(--jot-text);
    font-size: clamp(27px, 4vw, 44px);
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: -0.02em;
}

.jot-heading p,
.jot-muted {
    color: var(--jot-muted);
}

.jot-kicker,
.jot-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: max-content;
    padding: 7px 12px;
    border: 1px solid rgba(49, 95, 91, 0.13);
    border-radius: 999px;
    background: var(--jot-primary-soft);
    color: var(--jot-primary);
    font-size: 13px;
    font-weight: 850;
}

.jot-eyebrow i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--jot-accent);
    box-shadow: 0 0 0 5px rgba(214, 168, 95, 0.20);
}

.jot-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 10px 19px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-weight: 850;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.jot-button:hover {
    transform: translateY(-2px);
}

.jot-button:focus-visible,
.jot-text-button:focus-visible,
.jot-slot:focus-visible {
    outline: 3px solid rgba(49, 95, 91, 0.28);
    outline-offset: 3px;
}

.jot-button:disabled {
    opacity: 0.56;
    cursor: not-allowed;
    transform: none;
}

.jot-button-large {
    min-height: 54px;
    padding: 12px 24px;
    border-radius: 16px;
}

.jot-button-primary {
    background: linear-gradient(135deg, var(--jot-primary), var(--jot-primary-dark));
    color: #fff !important;
    box-shadow: 0 11px 28px rgba(49, 95, 91, 0.26);
}

.jot-button-primary:hover {
    box-shadow: 0 15px 34px rgba(49, 95, 91, 0.34);
}

.jot-button-ghost,
.jot-button-light {
    border-color: var(--jot-border);
    background: #fff;
    color: var(--jot-text) !important;
}

.jot-button-ghost:hover,
.jot-button-light:hover {
    border-color: var(--jot-primary);
    color: var(--jot-primary) !important;
    box-shadow: var(--jot-shadow-sm);
}

/* Homepage */
.jot-home {
    position: relative;
    isolation: isolate;
    width: min(1440px, calc(100vw - 24px));
    margin: 42px calc(50% - 50vw + 12px);
    overflow: hidden;
    border: 1px solid rgba(219, 231, 228, 0.95);
    border-radius: 42px;
    background:
        radial-gradient(circle at 88% 4%, rgba(214, 168, 95, 0.18), transparent 26%),
        radial-gradient(circle at 8% 18%, rgba(49, 95, 91, 0.13), transparent 31%),
        linear-gradient(145deg, #fbfdfc 0%, #f0f7f5 52%, #fffaf2 100%);
    box-shadow: 0 30px 90px rgba(19, 52, 48, 0.13);
}

.jot-home.is-compact {
    margin-top: 30px;
    margin-bottom: 30px;
}

.jot-home-inner {
    position: relative;
    z-index: 2;
    width: min(1260px, calc(100% - 40px));
    margin: auto;
    padding: clamp(28px, 5vw, 78px) 0;
}

.jot-home-orb {
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    filter: blur(2px);
    pointer-events: none;
}

.jot-home-orb-one {
    top: 7%;
    left: -90px;
    width: 240px;
    height: 240px;
    border: 1px solid rgba(49, 95, 91, 0.14);
    box-shadow: inset 0 0 0 34px rgba(49, 95, 91, 0.025);
}

.jot-home-orb-two {
    right: -80px;
    bottom: 24%;
    width: 190px;
    height: 190px;
    background: rgba(214, 168, 95, 0.09);
}

.jot-home-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
    gap: clamp(36px, 6vw, 90px);
    align-items: center;
    min-height: 560px;
}

.jot-home-copy h2 {
    max-width: 760px;
    margin: 16px 0 20px;
    color: #15312e;
    font-size: clamp(39px, 5.5vw, 76px);
    font-weight: 950;
    line-height: 1.18;
    letter-spacing: -0.045em;
}

.jot-home-copy > p {
    max-width: 670px;
    margin: 0;
    color: var(--jot-muted);
    font-size: clamp(17px, 1.8vw, 21px);
    line-height: 2;
}

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

.jot-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin-top: 26px;
    color: #526562;
    font-size: 14px;
    font-weight: 700;
}

.jot-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.jot-trust-row b {
    display: grid;
    place-items: center;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #dff1e8;
    color: var(--jot-success);
    font-size: 12px;
}

.jot-home-visual {
    position: relative;
    min-height: 500px;
    display: grid;
    place-items: center;
}

.jot-video-mockup {
    width: min(100%, 570px);
    padding: 13px;
    transform: rotate(-1.5deg);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 35px 80px rgba(21, 54, 50, 0.23);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

.jot-video-head {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 2px 7px 12px;
}

.jot-video-head span {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #d9e4e1;
}

.jot-video-head span:first-child {
    background: #e57e82;
}

.jot-video-head em {
    margin-right: auto;
    color: var(--jot-muted);
    font-size: 12px;
    font-style: normal;
    font-weight: 750;
}

.jot-video-grid {
    display: grid;
    grid-template-columns: 1.35fr 0.65fr;
    gap: 9px;
    min-height: 335px;
}

.jot-video-person {
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 21px;
    background: linear-gradient(150deg, #dfeae7, #c7d8d4);
}

.jot-video-person:last-child {
    background: linear-gradient(150deg, #eee2cf, #d9c19d);
}

.jot-avatar-shape {
    position: relative;
    width: 142px;
    height: 142px;
    border-radius: 50% 50% 44% 44%;
    background: linear-gradient(145deg, #7d9d98, #345d58);
    box-shadow: 0 90px 0 42px #8caaa5;
}

.jot-avatar-shape::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 15px;
    width: 112px;
    height: 64px;
    border-radius: 60% 55% 45% 50%;
    background: #263e3b;
    transform: rotate(-5deg);
}

.jot-avatar-shape.is-client {
    width: 100px;
    height: 100px;
    background: linear-gradient(145deg, #c99776, #93654c);
    box-shadow: 0 65px 0 33px #d3aa89;
}

.jot-avatar-shape.is-client::before {
    left: 9px;
    width: 80px;
    height: 52px;
    background: #5d4438;
}

.jot-video-person small {
    position: absolute;
    right: 13px;
    bottom: 12px;
    padding: 4px 9px;
    border-radius: 8px;
    background: rgba(18, 35, 33, 0.66);
    color: #fff;
    font-size: 11px;
}

.jot-video-controls {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding-top: 13px;
}

.jot-video-controls i {
    display: grid;
    place-items: center;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    background: #eef3f2;
    color: #506461;
    font-size: 13px;
    font-style: normal;
}

.jot-video-controls .is-end {
    background: #bd3f4d;
    color: #fff;
    font-size: 20px;
}

.jot-floating-note {
    position: absolute;
    display: flex;
    flex-direction: column;
    min-width: 180px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: var(--jot-shadow-sm);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.jot-floating-note strong {
    color: var(--jot-primary);
}

.jot-floating-note span {
    color: var(--jot-muted);
    font-size: 11px;
}

.jot-note-security {
    top: 6%;
    right: -5%;
}

.jot-note-time {
    bottom: 7%;
    left: -4%;
}

.jot-service-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 16px 0 78px;
    padding: 13px;
    border: 1px solid rgba(219, 231, 228, 0.86);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.65);
    box-shadow: var(--jot-shadow-sm);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.jot-service-strip article {
    display: flex;
    align-items: center;
    gap: 13px;
    min-height: 92px;
    padding: 15px 18px;
    border-left: 1px solid var(--jot-border);
}

.jot-service-strip article:last-child {
    border-left: 0;
}

.jot-service-strip strong {
    display: block;
    margin-bottom: 2px;
    font-size: 16px;
}

.jot-service-strip p {
    margin: 0;
    color: var(--jot-muted);
    font-size: 13px;
}

.jot-service-icon,
.jot-type-icon {
    display: grid;
    flex: 0 0 auto;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 15px;
    background: var(--jot-primary-soft);
    color: var(--jot-primary);
    font-weight: 900;
}

.jot-home-section {
    margin-top: 78px;
}

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

.jot-section-head h3,
.jot-booking-intro h3,
.jot-home-cta h3 {
    margin: 9px 0 0;
    color: #18322f;
    font-size: clamp(26px, 3.5vw, 42px);
    font-weight: 920;
    line-height: 1.4;
}

.jot-section-head > a {
    color: var(--jot-primary);
    font-weight: 850;
}

.jot-home-type-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}

.jot-home-type-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 330px;
    padding: 23px;
    overflow: hidden;
    border: 1px solid rgba(219, 231, 228, 0.92);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.87);
    box-shadow: var(--jot-shadow-sm);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.jot-home-type-card::after {
    content: "";
    position: absolute;
    top: -60px;
    left: -60px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: rgba(214, 168, 95, 0.12);
}

.jot-home-type-card:hover {
    transform: translateY(-7px);
    border-color: #a9c3bf;
    box-shadow: 0 22px 48px rgba(21, 55, 51, 0.13);
}

.jot-home-type-card .jot-type-icon {
    margin-bottom: 18px;
}

.jot-home-type-card .jot-badge {
    width: max-content;
}

.jot-home-type-card h4,
.jot-home-team-card h4 {
    margin: 13px 0 7px;
    font-size: 20px;
    font-weight: 900;
}

.jot-home-type-card p {
    margin: 0;
    color: var(--jot-muted);
    font-size: 14px;
}

.jot-home-type-card .jot-meta {
    margin-top: auto;
    padding-top: 18px;
}

.jot-text-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 15px;
    padding: 12px 0 0;
    border: 0;
    border-top: 1px solid var(--jot-border);
    background: transparent;
    color: var(--jot-primary);
    font-weight: 900;
    cursor: pointer;
}

.jot-home-team-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.jot-home-team-card {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 17px;
    align-items: center;
    padding: 16px;
    border: 1px solid var(--jot-border);
    border-radius: 23px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: var(--jot-shadow-sm);
}

.jot-home-team-card img {
    width: 132px;
    height: 150px;
    border-radius: 18px;
    object-fit: cover;
    background: var(--jot-primary-soft);
}

.jot-home-team-card h4 {
    margin-top: 0;
}

.jot-home-team-card p {
    margin: 0 0 14px;
    color: var(--jot-primary);
    font-size: 14px;
    font-weight: 800;
}

.jot-process {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    gap: 20px;
    align-items: center;
    margin: 82px 0 0;
    padding: clamp(24px, 4vw, 42px);
    border-radius: 30px;
    background: linear-gradient(135deg, #173d39, #315f5b);
    color: #fff;
    box-shadow: 0 25px 60px rgba(22, 62, 57, 0.22);
}

.jot-process > div {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 0 13px;
    align-items: center;
}

.jot-process > div > span {
    grid-row: 1 / 3;
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.1);
    color: #f6d8a9;
    font-weight: 900;
}

.jot-process strong {
    font-size: 17px;
}

.jot-process p {
    margin: 2px 0 0;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
}

.jot-process > i {
    color: rgba(255, 255, 255, 0.35);
    font-size: 24px;
    font-style: normal;
}

.jot-home-booking-wrap {
    margin-top: 82px;
    padding: clamp(20px, 4vw, 48px);
    scroll-margin-top: 30px;
    border: 1px solid rgba(219, 231, 228, 0.95);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: var(--jot-shadow);
}

.jot-booking-intro {
    max-width: 760px;
    margin-bottom: 30px;
}

.jot-booking-intro p {
    margin: 8px 0 0;
    color: var(--jot-muted);
}

.jot-home-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 80px;
    padding: 34px;
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--jot-shadow-sm);
}

.jot-home-cta p {
    margin: 6px 0 0;
    color: var(--jot-muted);
}

/* Booking */
.jot-booking-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(280px, 0.65fr);
    gap: 22px;
    align-items: start;
}

.jot-booking-embedded {
    margin: 0;
}

.jot-form {
    min-width: 0;
}

.jot-booking-steps {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.jot-booking-steps span {
    display: grid;
    grid-template-columns: 30px auto;
    gap: 6px;
    align-items: center;
    color: #91a09e;
    font-size: 13px;
    font-weight: 850;
}

.jot-booking-steps span::first-line {
    color: inherit;
}

.jot-booking-steps span > small {
    font-size: 12px;
}

.jot-booking-steps span.is-active {
    color: var(--jot-primary);
}

.jot-booking-steps span::before {
    content: attr(data-step);
}

.jot-booking-steps i {
    flex: 1;
    height: 1px;
    margin: 0 10px;
    background: var(--jot-border);
}

.jot-form-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.jot-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 0;
    color: #304340;
    font-weight: 850;
}

.jot-field input,
.jot-field select,
.jot-login input[type="text"],
.jot-login input[type="password"],
.jot-schedule-row input {
    width: 100%;
    min-height: 52px;
    padding: 9px 13px;
    border: 1px solid var(--jot-border);
    border-radius: 14px;
    outline: none;
    background: #fff;
    color: var(--jot-text);
    box-shadow: none;
}

.jot-field input:focus,
.jot-field select:focus,
.jot-schedule-row input:focus {
    border-color: var(--jot-primary);
    box-shadow: 0 0 0 4px rgba(49, 95, 91, 0.13);
}

.jot-slot-section {
    margin: 27px 0;
    padding: 20px;
    border: 1px solid var(--jot-border);
    border-radius: 18px;
    background: var(--jot-surface-soft);
}

.jot-slot-section h3 {
    margin: 0 0 14px;
    font-size: 18px;
}

.jot-slots {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.jot-slot {
    min-width: 92px;
    padding: 10px 14px;
    border: 1px solid var(--jot-border);
    border-radius: 13px;
    background: #fff;
    color: var(--jot-text);
    cursor: pointer;
    transition: 0.18s ease;
}

.jot-slot small {
    display: block;
    margin-top: 2px;
    color: var(--jot-muted);
    font-size: 10px;
}

.jot-slot:hover,
.jot-slot.is-selected {
    border-color: var(--jot-primary);
    background: var(--jot-primary);
    color: #fff;
    transform: translateY(-2px);
}

.jot-slot.is-selected small,
.jot-slot:hover small {
    color: rgba(255, 255, 255, 0.75);
}

.jot-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 22px 0;
    color: var(--jot-muted);
    font-size: 14px;
    line-height: 1.9;
}

.jot-consent input {
    flex: 0 0 auto;
    margin-top: 7px;
    accent-color: var(--jot-primary);
}

.jot-booking-summary {
    position: sticky;
    top: 25px;
    padding: 24px;
    border: 1px solid var(--jot-border);
    border-radius: 22px;
    background: linear-gradient(145deg, #f7fbfa, #fff);
    box-shadow: var(--jot-shadow-sm);
}

.jot-booking-summary h3 {
    margin: 13px 0 18px;
    font-size: 20px;
}

.jot-booking-summary dl,
.jot-booking-summary p {
    margin: 0;
}

.jot-booking-summary dl > div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 11px 0;
    border-bottom: 1px dashed var(--jot-border);
}

.jot-booking-summary dt {
    color: var(--jot-muted);
}

.jot-booking-summary dd {
    margin: 0;
    font-weight: 850;
    text-align: left;
}

.jot-booking-summary p {
    margin-top: 18px;
    color: var(--jot-muted);
    font-size: 12px;
}

.jot-form-message {
    min-height: 25px;
    margin-top: 13px;
    font-weight: 800;
}

.jot-form-message.is-error {
    color: var(--jot-danger);
}

.jot-form-message.is-success {
    color: var(--jot-success);
}

.jot-alert {
    padding: 14px 17px;
    margin: 14px 0;
    border: 1px solid transparent;
    border-radius: 14px;
    line-height: 1.8;
}

.jot-alert-info {
    border-color: #d5e8f1;
    background: #eff8fb;
    color: #275e79;
}

.jot-alert-error {
    border-color: #f3d5da;
    background: #fff1f3;
    color: var(--jot-danger);
}

.jot-alert-success {
    border-color: #d5ebde;
    background: #edf8f1;
    color: var(--jot-success);
}

/* Dashboards */
.jot-dashboard-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    margin-bottom: 28px;
}

.jot-dashboard-head p {
    margin: 0;
}

.jot-session-list {
    display: grid;
    gap: 13px;
}

.jot-session-card {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    padding: 18px;
    border: 1px solid var(--jot-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: var(--jot-shadow-sm);
}

.jot-session-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 76px;
    border-radius: 17px;
    background: var(--jot-primary-soft);
    color: var(--jot-primary);
}

.jot-session-date strong {
    font-size: 27px;
    line-height: 1;
}

.jot-session-date span {
    margin-top: 5px;
    font-size: 11px;
}

.jot-session-card h3 {
    margin: 8px 0 3px;
    font-size: 20px;
}

.jot-session-card p {
    margin: 0;
    color: var(--jot-muted);
}

.jot-session-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.jot-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 11px;
}

.jot-meta span {
    padding: 5px 9px;
    border-radius: 9px;
    background: var(--jot-surface-soft);
    color: var(--jot-muted);
    font-size: 12px;
}

.jot-badge {
    display: inline-flex;
    padding: 5px 10px;
    border-radius: 999px;
    background: #eaf2f0;
    color: var(--jot-primary);
    font-size: 11px;
    font-weight: 900;
}

.jot-cancelled {
    background: #fff0f2;
    color: var(--jot-danger);
}

.jot-completed,
.jot-in_progress {
    background: #edf8f1;
    color: var(--jot-success);
}

.jot-pending {
    background: #fff7e7;
    color: var(--jot-warning);
}

.jot-empty {
    padding: 38px;
    border: 1px dashed #b9ceca;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.66);
    text-align: center;
}

.jot-empty p {
    color: var(--jot-muted);
}

.jot-panel {
    padding: 23px;
    margin: 18px 0;
    border: 1px solid var(--jot-border);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--jot-shadow-sm);
}

.jot-panel-heading h3,
.jot-panel > h3 {
    margin: 0;
    font-size: 22px;
}

.jot-panel-heading p {
    margin: 4px 0 18px;
    color: var(--jot-muted);
}

.jot-schedule-grid {
    display: grid;
    gap: 9px;
    margin: 18px 0;
}

.jot-schedule-row {
    display: grid;
    grid-template-columns: 110px 1fr 1fr;
    gap: 12px;
    align-items: center;
    padding: 12px;
    border-radius: 14px;
    background: var(--jot-surface-soft);
}

.jot-schedule-row label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--jot-muted);
}

/* Therapist and type archives */
.jot-therapist-grid,
.jot-type-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 17px;
}

.jot-therapist-card,
.jot-type-card {
    overflow: hidden;
    border: 1px solid var(--jot-border);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--jot-shadow-sm);
}

.jot-therapist-card img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    background: var(--jot-primary-soft);
}

.jot-therapist-content,
.jot-type-card {
    padding: 20px;
}

.jot-therapist-card h3,
.jot-type-card h3 {
    margin: 3px 0 6px;
    font-size: 21px;
}

.jot-specialty {
    color: var(--jot-primary);
    font-weight: 850;
}

.jot-type-card {
    display: flex;
    flex-direction: column;
    min-height: 285px;
}

.jot-type-card .jot-button {
    align-self: flex-start;
    margin-top: auto;
}

.jot-login {
    max-width: 540px;
}

.jot-login label {
    display: block;
}

.jot-login .login-submit input {
    padding: 10px 18px;
    border: 0;
    border-radius: 12px;
    background: var(--jot-primary);
    color: #fff;
    cursor: pointer;
}

/* Room */
.jot-room-shell {
    width: min(1480px, calc(100% - 20px));
    min-height: 680px;
    margin: 18px auto;
    padding: 18px;
    border-radius: 27px;
    background: radial-gradient(circle at 85% 0, #29403d, #0d1715 45%);
    color: #fff;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
}

.jot-room-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 5px 8px 18px;
}

.jot-room-topbar h2 {
    color: #fff;
    font-size: 27px;
}

.jot-room-time {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    color: #c7d5d2;
}

.jot-room-time span {
    font-size: 11px;
}

.jot-prejoin {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(310px, 0.72fr);
    gap: 16px;
}

.jot-preview {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 520px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 22px;
    background: #050807;
}

.jot-preview video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jot-preview-placeholder {
    display: grid;
    place-items: center;
    color: #7d9691;
}

.jot-preview-placeholder span {
    font-size: 54px;
}

.jot-device-panel {
    padding: 28px;
    border-radius: 22px;
    background: #fff;
    color: var(--jot-text);
}

.jot-device-panel h3 {
    margin: 13px 0 5px;
    font-size: 27px;
}

.jot-device-panel > p {
    color: var(--jot-muted);
}

.jot-device-status {
    display: grid;
    gap: 8px;
    margin: 25px 0;
}

.jot-device-status span {
    padding: 12px;
    border-radius: 12px;
    background: var(--jot-surface-soft);
}

.jot-prejoin-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.jot-conference {
    height: min(80vh, 850px);
    min-height: 620px;
    overflow: hidden;
    border-radius: 22px;
    background: #000;
}

.jot-conference iframe {
    display: block;
}

@media (max-width: 1100px) {
    .jot-home-hero {
        grid-template-columns: 1fr 0.9fr;
    }

    .jot-home-type-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .jot-home-team-grid {
        grid-template-columns: 1fr;
    }

    .jot-home-team-card {
        grid-template-columns: 120px minmax(0, 1fr);
    }
}

@media (max-width: 900px) {
    .jot-home {
        border-radius: 30px;
    }

    .jot-home-hero {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .jot-home-copy {
        text-align: center;
    }

    .jot-home-copy .jot-eyebrow,
    .jot-home-actions,
    .jot-trust-row {
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
    }

    .jot-home-copy > p {
        margin-inline: auto;
    }

    .jot-home-visual {
        min-height: 430px;
    }

    .jot-service-strip,
    .jot-form-grid,
    .jot-therapist-grid,
    .jot-type-grid {
        grid-template-columns: 1fr 1fr;
    }

    .jot-service-strip article:nth-child(2) {
        border-left: 0;
    }

    .jot-service-strip article:last-child {
        grid-column: 1 / -1;
        border-top: 1px solid var(--jot-border);
    }

    .jot-process {
        grid-template-columns: 1fr;
    }

    .jot-process > i {
        transform: rotate(-90deg);
        text-align: center;
    }

    .jot-booking-layout,
    .jot-prejoin {
        grid-template-columns: 1fr;
    }

    .jot-booking-summary {
        position: static;
    }

    .jot-preview {
        min-height: 390px;
    }

    .jot-conference {
        min-height: 72vh;
    }

    .jot-session-card {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .jot-session-actions {
        grid-column: 1 / -1;
        justify-content: flex-end;
    }
}

@media (max-width: 640px) {
    .jot-home {
        width: calc(100vw - 12px);
        margin-right: calc(50% - 50vw + 6px);
        margin-left: calc(50% - 50vw + 6px);
        border-radius: 23px;
    }

    .jot-home-inner {
        width: calc(100% - 24px);
        padding: 28px 0;
    }

    .jot-home-copy h2 {
        font-size: 37px;
    }

    .jot-home-actions .jot-button {
        width: 100%;
    }

    .jot-home-visual {
        min-height: 340px;
    }

    .jot-video-grid {
        min-height: 240px;
    }

    .jot-avatar-shape {
        width: 96px;
        height: 96px;
        box-shadow: 0 65px 0 32px #8caaa5;
    }

    .jot-avatar-shape::before {
        left: 10px;
        width: 75px;
        height: 47px;
    }

    .jot-avatar-shape.is-client {
        width: 70px;
        height: 70px;
        box-shadow: 0 48px 0 24px #d3aa89;
    }

    .jot-avatar-shape.is-client::before {
        width: 56px;
        height: 37px;
    }

    .jot-floating-note {
        display: none;
    }

    .jot-service-strip,
    .jot-home-type-grid,
    .jot-form-grid,
    .jot-therapist-grid,
    .jot-type-grid {
        grid-template-columns: 1fr;
    }

    .jot-service-strip article,
    .jot-service-strip article:nth-child(2),
    .jot-service-strip article:last-child {
        grid-column: auto;
        border: 0;
        border-bottom: 1px solid var(--jot-border);
    }

    .jot-service-strip article:last-child {
        border-bottom: 0;
    }

    .jot-section-head,
    .jot-home-cta,
    .jot-dashboard-head,
    .jot-room-topbar {
        align-items: stretch;
        flex-direction: column;
    }

    .jot-home-team-card {
        grid-template-columns: 96px minmax(0, 1fr);
    }

    .jot-home-team-card img {
        width: 96px;
        height: 120px;
    }

    .jot-home-booking-wrap {
        padding: 16px;
        border-radius: 23px;
    }

    .jot-shell {
        width: calc(100% - 16px);
        margin: 12px auto;
        padding: 17px;
        border-radius: 20px;
    }

    .jot-booking-steps span {
        grid-template-columns: 25px;
    }

    .jot-booking-steps small {
        display: none;
    }

    .jot-session-card {
        grid-template-columns: 62px minmax(0, 1fr);
        gap: 12px;
        padding: 14px;
    }

    .jot-session-actions .jot-button {
        flex: 1;
    }

    .jot-schedule-row {
        grid-template-columns: 1fr;
    }

    .jot-schedule-row label {
        display: grid;
        grid-template-columns: 28px 1fr;
    }

    .jot-room-shell {
        width: 100%;
        min-height: 100vh;
        margin: 0;
        padding: 10px;
        border-radius: 0;
    }

    .jot-room-time {
        align-items: flex-start;
    }

    .jot-preview {
        min-height: 280px;
    }

    .jot-device-panel {
        padding: 19px;
    }

    .jot-prejoin-actions .jot-button {
        width: 100%;
    }

    .jot-conference {
        min-height: 79vh;
        border-radius: 14px;
    }

    .jot-therapist-card img {
        height: 235px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .jot-home *,
    .jot-shell *,
    .jot-room-shell * {
        scroll-behavior: auto !important;
        transition: none !important;
    }
}

/* Authentication */
.jot-auth {
    max-width: 1120px;
}

.jot-auth-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.jot-auth-card {
    padding: clamp(22px, 4vw, 34px);
    border: 1px solid var(--jot-border, #dbe6e3);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 16px 46px rgba(33, 73, 68, .07);
}

.jot-auth-card h3 {
    margin: 7px 0 20px;
    font-size: clamp(21px, 3vw, 28px);
}

.jot-auth-card form {
    display: grid;
    gap: 15px;
}

.jot-auth-card .login-username,
.jot-auth-card .login-password,
.jot-auth-card .login-remember,
.jot-auth-card .login-submit {
    margin: 0;
}

.jot-auth-card .login-username label,
.jot-auth-card .login-password label {
    display: grid;
    gap: 7px;
    color: #314b47;
    font-weight: 750;
}

.jot-auth-card .input {
    width: 100%;
    min-height: 50px;
    padding: 9px 13px;
    border: 1px solid #cbdad7;
    border-radius: 13px;
    background: #fbfdfc;
}

.jot-auth-card .button-primary {
    width: 100%;
    min-height: 50px;
    border: 0;
    border-radius: 13px;
    background: var(--jot-primary, #315f5b);
    color: #fff;
    font-weight: 800;
    cursor: pointer;
}

.jot-auth-help {
    display: inline-flex;
    margin-top: 15px;
    color: var(--jot-primary, #315f5b);
    font-weight: 700;
}

.jot-auth-register {
    background: linear-gradient(145deg, #f8fbfa, #fff);
}

.jot-auth-privacy {
    margin: 0;
    color: #6b7b78;
    font-size: 12.5px;
    line-height: 1.9;
}

.jot-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    white-space: nowrap !important;
}

@media (max-width: 760px) {
    .jot-auth-grid {
        grid-template-columns: 1fr;
    }
}

.jot-join-note {
    display: inline-flex;
    max-width: 270px;
    padding: 8px 11px;
    border: 1px solid #e5d7bc;
    border-radius: 11px;
    background: #fff9ed;
    color: #755522;
    font-size: 12px;
    line-height: 1.7;
}

/* Group classes and guest entry */
.jot-home-class-grid,
.jot-class-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.jot-home-class-card,
.jot-class-card {
    position: relative;
    padding: 22px;
    overflow: hidden;
    border: 1px solid var(--jot-border);
    border-radius: 23px;
    background: linear-gradient(155deg, #fff, #f8fbfa);
    box-shadow: var(--jot-shadow-sm);
}

.jot-home-class-card.is-starter,
.jot-class-card.is-starter,
.jot-therapist-card.is-starter {
    background: linear-gradient(155deg, #fffdf8, #f8fbfa);
}

.jot-home-class-top,
.jot-class-card-head,
.jot-type-card-top,
.jot-team-name-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.jot-home-class-top > div,
.jot-class-badges,
.jot-class-counts {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
}

.jot-home-class-date {
    color: var(--jot-primary);
    font-size: 13px;
    font-weight: 850;
}

.jot-home-class-card h4,
.jot-class-card h3 {
    margin: 16px 0 9px;
    color: var(--jot-text);
    font-size: 21px;
    line-height: 1.55;
}

.jot-home-class-card p,
.jot-class-card > p {
    min-height: 55px;
    margin: 0 0 16px;
    color: var(--jot-muted);
    line-height: 1.9;
}

.jot-home-class-card .jot-button {
    width: 100%;
    margin-top: 16px;
}

.jot-badge-soft {
    border-color: #eadab8;
    background: #fff7e6;
    color: #78571e;
}

.jot-badge-success {
    border-color: #b9ddca;
    background: #eaf8f0;
    color: #17683f;
}

.jot-button.is-disabled {
    opacity: .62;
    cursor: not-allowed;
    pointer-events: none;
}

.jot-team-name-row {
    align-items: flex-start;
}

.jot-team-name-row h3,
.jot-team-name-row h4 {
    margin: 0;
}

.jot-group-page {
    padding-top: clamp(25px, 5vw, 56px);
    padding-bottom: clamp(25px, 5vw, 56px);
}

.jot-group-heading {
    max-width: 780px;
    margin: 0 auto 30px;
    text-align: center;
}

.jot-class-card {
    display: flex;
    flex-direction: column;
}

.jot-class-card-head {
    align-items: flex-start;
}

.jot-class-date {
    display: grid;
    min-width: 72px;
    min-height: 72px;
    place-content: center;
    border: 1px solid #d5e3e0;
    border-radius: 18px;
    background: #edf5f3;
    color: var(--jot-primary);
    text-align: center;
}

.jot-class-date strong {
    font-size: 25px;
    line-height: 1;
}

.jot-class-date span {
    margin-top: 5px;
    font-size: 11px;
}

.jot-class-host {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 12px 0;
    border-top: 1px solid var(--jot-border);
    border-bottom: 1px solid var(--jot-border);
}

.jot-class-host img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 15px;
}

.jot-class-host small,
.jot-class-host strong {
    display: block;
}

.jot-class-host small {
    margin-bottom: 3px;
    color: var(--jot-muted);
    font-size: 11px;
}

.jot-class-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 16px 0;
}

.jot-class-meta > div {
    padding: 10px;
    border-radius: 13px;
    background: #f5f9f8;
}

.jot-class-meta dt {
    color: var(--jot-muted);
    font-size: 11px;
}

.jot-class-meta dd {
    margin: 4px 0 0;
    color: var(--jot-text);
    font-weight: 800;
}

.jot-guest-panel {
    margin-top: auto;
    border: 1px solid #cadeda;
    border-radius: 16px;
    background: #fff;
}

.jot-guest-panel summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px;
    color: var(--jot-primary);
    font-weight: 850;
    cursor: pointer;
    list-style: none;
}

.jot-guest-panel summary::-webkit-details-marker {
    display: none;
}

.jot-guest-panel summary small {
    color: var(--jot-muted);
    font-size: 11px;
    font-weight: 650;
}

.jot-guest-form {
    padding: 0 14px 16px;
    border-top: 1px solid var(--jot-border);
}

.jot-guest-grid {
    grid-template-columns: 1fr;
    gap: 11px;
    padding-top: 14px;
}

.jot-guest-notice {
    margin: 10px 0;
    color: var(--jot-muted);
    font-size: 12px;
    line-height: 1.8;
}

.jot-guest-result {
    margin-top: 14px;
    padding: 13px;
    border: 1px solid #b9ddca;
    border-radius: 14px;
    background: #f1fbf5;
}

.jot-guest-result > strong {
    display: block;
    margin-bottom: 9px;
}

.jot-guest-result > div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px;
}

.jot-guest-result input {
    min-width: 0;
    direction: ltr;
    text-align: left;
}

.jot-guest-result > .jot-button {
    width: 100%;
    margin-top: 9px;
}

.jot-group-types {
    margin-top: 40px;
}

@media (max-width: 980px) {
    .jot-home-class-grid,
    .jot-class-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .jot-home-class-grid,
    .jot-class-grid {
        grid-template-columns: 1fr;
    }

    .jot-home-class-card,
    .jot-class-card {
        padding: 17px;
        border-radius: 18px;
    }
}

/* Browser and WebRTC compatibility */
.jot-compatibility-note {
    margin: 0 0 16px;
    padding: 13px 15px;
    border: 1px solid transparent;
    border-radius: 13px;
    font-size: 13px;
    font-weight: 750;
    line-height: 1.85;
}

.jot-compatibility-note.is-success {
    border-color: rgba(35, 113, 75, 0.24);
    background: #f0f8f4;
    color: var(--jot-success);
}

.jot-compatibility-note.is-warning {
    border-color: rgba(154, 104, 31, 0.25);
    background: #fff8ec;
    color: var(--jot-warning);
}

.jot-compatibility-note.is-error {
    border-color: rgba(168, 53, 69, 0.24);
    background: #fff3f4;
    color: var(--jot-danger);
}

.jot-conference-wrap {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 22px;
    background: #020403;
}

.jot-conference-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 58px;
    padding: 9px 14px;
    background: #10201e;
    color: #dbe9e6;
}

.jot-conference-toolbar > span {
    font-size: 13px;
    font-weight: 850;
}

.jot-conference-toolbar .jot-button {
    min-height: 38px;
    padding: 7px 13px;
    font-size: 12px;
}

.jot-conference-wrap .jot-conference {
    border-radius: 0;
}

.jot-room-fallback {
    margin-top: 16px;
    padding: 22px;
    border: 1px solid rgba(214, 168, 95, 0.32);
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(214, 168, 95, 0.13), rgba(255, 255, 255, 0.06));
    color: #fff;
}

.jot-room-fallback strong {
    display: block;
    margin-bottom: 5px;
    font-size: 17px;
}

.jot-room-fallback p {
    margin: 0 0 14px;
    color: #bfd0cc;
}

.jot-fallback-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

@media (max-width: 640px) {
    .jot-conference-toolbar {
        align-items: stretch;
        flex-direction: column;
    }

    .jot-conference-toolbar .jot-button,
    .jot-fallback-actions .jot-button {
        width: 100%;
    }
}


/* ========================================================================== 
   Jaryan Online Therapy 2.0 — Visual system, iOS and touch optimization
   ========================================================================== */

:root {
    --jot-v2-ink: #102724;
    --jot-v2-ink-soft: #31514d;
    --jot-v2-mist: #edf6f4;
    --jot-v2-cream: #fffaf1;
    --jot-v2-line: rgba(39, 80, 75, 0.14);
    --jot-v2-glass: rgba(255, 255, 255, 0.82);
    --jot-v2-ease: cubic-bezier(.2, .75, .25, 1);
    --jot-vh: 1vh;
}

.jot-plugin-page {
    background-color: #f6faf9;
}

.jot-plugin-page .site-main,
.jot-plugin-page main {
    overflow: visible;
}

.jot-ui-minimal {
    --jot-primary: #2d5c57;
    --jot-accent: #a7824e;
    --jot-surface-soft: #f6f8f8;
}

.jot-ui-contrast {
    --jot-primary: #174c46;
    --jot-primary-dark: #092e2a;
    --jot-accent: #e4a33e;
    --jot-text: #071d1a;
    --jot-muted: #405653;
    --jot-border: #b9cfca;
}

.jot-surface-solid .jot-home,
.jot-surface-solid .jot-shell,
.jot-surface-solid .jot-home-type-card,
.jot-surface-solid .jot-home-team-card,
.jot-surface-solid .jot-home-class-card {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

.jot-home,
.jot-shell,
.jot-room-shell {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.jot-home :where(button, a, input, select, textarea),
.jot-shell :where(button, a, input, select, textarea),
.jot-room-shell :where(button, a, input, select, textarea) {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.jot-home input,
.jot-home select,
.jot-home textarea,
.jot-shell input,
.jot-shell select,
.jot-shell textarea,
.jot-room-shell input,
.jot-room-shell select,
.jot-room-shell textarea {
    font-size: 16px;
}

.jot-button {
    position: relative;
    min-height: 48px;
    overflow: hidden;
    border-radius: 15px;
    letter-spacing: -.01em;
    transition: transform .24s var(--jot-v2-ease), box-shadow .24s var(--jot-v2-ease), background .24s ease, border-color .24s ease;
}

.jot-button::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(115deg, transparent 25%, rgba(255,255,255,.2) 48%, transparent 70%);
    transform: translateX(110%);
    transition: transform .65s var(--jot-v2-ease);
}

@media (hover: hover) and (pointer: fine) {
    .jot-button:hover::after { transform: translateX(-110%); }
    .jot-home-type-card:hover,
    .jot-home-class-card:hover,
    .jot-class-card:hover,
    .jot-therapist-card:hover,
    .jot-type-card:hover { transform: translateY(-6px); }
}

.jot-button:active { transform: scale(.985); }
.jot-button-quiet {
    border-color: transparent;
    background: transparent;
    color: var(--jot-primary) !important;
    box-shadow: inset 0 0 0 1px rgba(49,95,91,.18);
}

.jot-button-quiet:hover { background: rgba(255,255,255,.72); }

/* Home v2 */
.jot-home {
    width: min(1500px, calc(100vw - 28px));
    margin-top: 28px;
    margin-bottom: 48px;
    border-color: rgba(49,95,91,.12);
    border-radius: 44px;
    background:
        radial-gradient(circle at 83% 8%, rgba(230, 191, 126, .24), transparent 29%),
        radial-gradient(circle at 7% 18%, rgba(67, 126, 117, .17), transparent 32%),
        linear-gradient(145deg, #fbfefd 0%, #eef7f5 52%, #fffaf1 100%);
    box-shadow: 0 34px 100px rgba(16, 55, 49, .14);
}

.jot-home::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    opacity: .45;
    background-image: linear-gradient(rgba(45,92,87,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(45,92,87,.035) 1px, transparent 1px);
    background-size: 32px 32px;
    mask-image: linear-gradient(to bottom, #000, transparent 65%);
    -webkit-mask-image: linear-gradient(to bottom, #000, transparent 65%);
}

.jot-home-inner { width: min(1300px, calc(100% - 48px)); }
.jot-home-hero { min-height: 600px; }
.jot-home-copy h2 {
    max-width: 790px;
    font-size: clamp(42px, 5.7vw, 80px);
    line-height: 1.13;
    text-wrap: balance;
}

.jot-home-copy > p { color: #4e6763; text-wrap: pretty; }
.jot-home-actions { gap: 10px; }
.jot-home-actions .jot-button { min-width: 174px; }
.jot-trust-row { padding-top: 3px; }

.jot-video-mockup {
    transform: perspective(1100px) rotateY(3deg) rotateX(1deg) rotateZ(-1deg);
    border: 1px solid rgba(255,255,255,.82);
    background: rgba(255,255,255,.76);
    -webkit-backdrop-filter: blur(18px) saturate(125%);
    backdrop-filter: blur(18px) saturate(125%);
    box-shadow: 0 38px 90px rgba(16, 51, 46, .24), inset 0 1px 0 #fff;
}

.jot-video-person::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(to top, rgba(10,28,25,.2), transparent 42%);
}

.jot-floating-note { -webkit-backdrop-filter: blur(14px) saturate(130%); backdrop-filter: blur(14px) saturate(130%); }

.jot-platform-ribbon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin: -18px 0 22px;
    padding: 14px 18px;
    border: 1px solid rgba(49,95,91,.14);
    border-radius: 20px;
    background: rgba(255,255,255,.76);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
    box-shadow: 0 13px 36px rgba(25,69,63,.08);
}

.jot-platform-ribbon-copy { display: flex; align-items: center; gap: 12px; min-width: 0; }
.jot-platform-ribbon-copy strong,
.jot-platform-ribbon-copy small { display: block; }
.jot-platform-ribbon-copy strong { color: var(--jot-v2-ink); font-size: 14px; }
.jot-platform-ribbon-copy small { color: var(--jot-muted); font-size: 12px; }
.jot-platform-ribbon > a { flex: 0 0 auto; color: var(--jot-primary); font-size: 13px; font-weight: 900; }
.jot-platform-pulse {
    position: relative;
    flex: 0 0 38px;
    width: 38px;
    height: 38px;
    border-radius: 13px;
    background: linear-gradient(145deg, var(--jot-primary), #63a095);
    box-shadow: 0 10px 22px rgba(49,95,91,.22);
}
.jot-platform-pulse::before,
.jot-platform-pulse::after {
    content: "";
    position: absolute;
    border-radius: 50%;
}
.jot-platform-pulse::before { inset: 11px; background: #fff; }
.jot-platform-pulse::after { inset: 6px; border: 1px solid rgba(255,255,255,.48); animation: jot-v2-pulse 2.4s infinite; }

@keyframes jot-v2-pulse { 0%,100% { transform: scale(.78); opacity: .25; } 45% { transform: scale(1.15); opacity: .85; } }

.jot-service-strip {
    margin-top: 0;
    background: rgba(255,255,255,.72);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}

.jot-home-type-card,
.jot-home-class-card,
.jot-home-team-card,
.jot-class-card,
.jot-type-card,
.jot-therapist-card {
    border-color: rgba(49,95,91,.13);
    background: rgba(255,255,255,.88);
    box-shadow: 0 16px 44px rgba(26,67,61,.08);
    transition: transform .25s var(--jot-v2-ease), box-shadow .25s var(--jot-v2-ease), border-color .25s ease;
}

.jot-home-type-card::before,
.jot-home-class-card::before,
.jot-class-card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--jot-accent), var(--jot-primary));
    opacity: .7;
}

.jot-home-type-card:hover,
.jot-home-class-card:hover,
.jot-class-card:hover,
.jot-therapist-card:hover,
.jot-type-card:hover {
    border-color: rgba(49,95,91,.28);
    box-shadow: 0 25px 58px rgba(26,67,61,.14);
}

.jot-home-booking-wrap {
    position: relative;
    overflow: hidden;
    background: rgba(255,255,255,.86);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
}
.jot-home-booking-wrap::after {
    content: "";
    position: absolute;
    left: -100px;
    bottom: -130px;
    width: 320px;
    height: 320px;
    pointer-events: none;
    border-radius: 50%;
    background: rgba(214,168,95,.1);
}
.jot-home-booking-wrap > * { position: relative; z-index: 1; }

/* General cards/forms v2 */
.jot-shell {
    border-color: rgba(49,95,91,.14);
    background: linear-gradient(145deg, rgba(255,255,255,.98), rgba(245,250,249,.98));
    box-shadow: 0 28px 86px rgba(20,57,52,.12);
}

.jot-field > span { color: #34514d; font-weight: 850; }
.jot-field input,
.jot-field select,
.jot-field textarea,
.jot-login input[type="text"],
.jot-login input[type="password"],
.jot-schedule-row input {
    min-height: 54px;
    border-color: rgba(49,95,91,.18);
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.jot-field input:hover,
.jot-field select:hover,
.jot-field textarea:hover { border-color: rgba(49,95,91,.38); }
.jot-field input:focus,
.jot-field select:focus,
.jot-field textarea:focus {
    border-color: var(--jot-primary);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(49,95,91,.12);
}

.jot-booking-summary {
    top: max(18px, env(safe-area-inset-top));
    border: 1px solid rgba(49,95,91,.13);
    background: linear-gradient(160deg, #f1f8f6, #fffaf2);
}
.jot-summary-device-link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: 15px;
    padding: 9px 12px;
    border: 1px solid rgba(49,95,91,.18);
    border-radius: 13px;
    background: #fff;
    color: var(--jot-primary);
    font-size: 12px;
    font-weight: 900;
}

.jot-mobile-ready-note {
    display: grid;
    grid-template-columns: auto minmax(0,1fr) auto;
    gap: 14px;
    align-items: center;
    margin: 0 0 26px;
    padding: 15px 17px;
    border: 1px solid rgba(49,95,91,.15);
    border-radius: 20px;
    background: linear-gradient(135deg, #edf7f4, #fffaf2);
}
.jot-mobile-ready-icon {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: #173f3a;
    color: #fff;
    font-size: 12px;
    font-weight: 950;
}
.jot-mobile-ready-note strong { display: block; color: var(--jot-v2-ink); }
.jot-mobile-ready-note p { margin: 2px 0 0; color: var(--jot-muted); font-size: 12px; }
.jot-mobile-ready-note > a { color: var(--jot-primary); font-size: 13px; font-weight: 900; }

/* Room v2 */
.jot-room-shell {
    position: relative;
    width: min(1520px, calc(100% - 22px));
    min-height: 720px;
    min-height: calc(var(--jot-vh, 1vh) * 100 - 22px);
    margin: 11px auto;
    padding: 18px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 30px;
    background:
        radial-gradient(circle at 92% -8%, rgba(93,151,140,.28), transparent 32%),
        radial-gradient(circle at 10% 108%, rgba(214,168,95,.15), transparent 31%),
        linear-gradient(145deg, #0c1a18, #07110f 67%, #101d1b);
    box-shadow: 0 32px 100px rgba(0,0,0,.32);
}

.jot-room-shell::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: radial-gradient(rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 24px 24px;
    mask-image: linear-gradient(to bottom, #000, transparent 66%);
    -webkit-mask-image: linear-gradient(to bottom, #000, transparent 66%);
}
.jot-room-shell > * { position: relative; z-index: 1; }

.jot-room-network {
    position: sticky;
    top: max(8px, env(safe-area-inset-top));
    z-index: 30;
    margin-bottom: 10px;
    padding: 10px 14px;
    border: 1px solid rgba(255,205,116,.32);
    border-radius: 13px;
    background: rgba(92,61,14,.92);
    color: #fff4dd;
    text-align: center;
    font-size: 13px;
    font-weight: 800;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.jot-room-topbar {
    min-height: 82px;
    padding: 8px 10px 17px;
    border-bottom: 1px solid rgba(255,255,255,.075);
}
.jot-room-title { display: flex; align-items: flex-start; gap: 13px; min-width: 0; }
.jot-room-live-dot {
    display: inline-block;
    flex: 0 0 10px;
    width: 10px;
    height: 10px;
    margin-top: 13px;
    border-radius: 50%;
    background: #71d7a4;
    box-shadow: 0 0 0 6px rgba(113,215,164,.1), 0 0 18px rgba(113,215,164,.5);
    animation: jot-room-live 2.1s infinite;
}
@keyframes jot-room-live { 50% { box-shadow: 0 0 0 10px rgba(113,215,164,0), 0 0 20px rgba(113,215,164,.58); } }
.jot-room-topbar .jot-kicker { border-color: rgba(255,255,255,.11); background: rgba(255,255,255,.07); color: #d8e8e4; }
.jot-room-topbar h2 { margin: 7px 0 0; color: #fff; font-size: clamp(22px, 3vw, 34px); }
.jot-room-identity { color: #9db4af; }
.jot-room-meta-bar { display: flex; align-items: center; gap: 10px; }
.jot-room-time,
.jot-room-platform-chip {
    min-height: 56px;
    padding: 9px 13px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 15px;
    background: rgba(255,255,255,.055);
}
.jot-room-platform-chip { display: flex; align-items: center; color: #d6e6e2; font-size: 12px; font-weight: 800; }

.jot-room-guest-alert { margin: 13px 0; }
.jot-prejoin {
    grid-template-columns: minmax(0, 1.28fr) minmax(360px, .72fr);
    gap: 14px;
    padding-top: 14px;
}
.jot-preview-card,
.jot-device-panel {
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 24px;
}
.jot-preview-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 9px;
    background: rgba(255,255,255,.045);
}
.jot-preview {
    flex: 1;
    min-height: 520px;
    border-radius: 18px;
    background:
        radial-gradient(circle at 50% 35%, rgba(75,117,109,.18), transparent 31%),
        #020605;
}
.jot-preview video { transform: translateZ(0); -webkit-transform: translateZ(0); background: #020605; }
.jot-preview video[autoplay] { object-fit: cover; }
.jot-preview-placeholder { gap: 7px; padding: 30px; color: #93aaa5; text-align: center; }
.jot-preview-placeholder strong { color: #d9e7e4; font-size: 18px; }
.jot-preview-placeholder small { max-width: 390px; color: #76908a; }
.jot-preview-camera,
.jot-device-camera-icon {
    position: relative;
    width: 70px;
    height: 52px;
    margin-bottom: 10px;
    border: 2px solid #78948e;
    border-radius: 16px;
}
.jot-preview-camera::after,
.jot-device-camera-icon::after {
    content: "";
    position: absolute;
    top: 13px;
    left: -17px;
    width: 18px;
    height: 25px;
    border-radius: 7px 0 0 7px;
    background: #78948e;
}
.jot-preview-state {
    position: absolute;
    right: 12px;
    top: 12px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 999px;
    background: rgba(5,14,12,.72);
    color: #cfe0dc;
    font-size: 11px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.jot-preview-state i { width: 7px; height: 7px; border-radius: 50%; background: #dfab5b; }
.jot-preview-tips { display: flex; flex-wrap: wrap; gap: 8px; padding: 10px 4px 2px; }
.jot-preview-tips span { padding: 5px 9px; border-radius: 999px; background: rgba(255,255,255,.06); color: #9eb3ae; font-size: 10px; }

.jot-device-panel {
    padding: clamp(20px, 2.4vw, 31px);
    background: rgba(255,255,255,.97);
    color: var(--jot-text);
    box-shadow: 0 22px 58px rgba(0,0,0,.18);
}
.jot-device-panel-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.jot-device-panel-head h3 { margin: 10px 0 3px; font-size: clamp(23px, 2.5vw, 31px); }
.jot-device-panel-head p { margin: 0; color: var(--jot-muted); font-size: 13px; }
.jot-device-score { flex: 0 0 auto; padding: 7px 10px; border-radius: 999px; background: var(--jot-primary-soft); color: var(--jot-primary); font-size: 11px; font-weight: 900; }
.jot-device-status { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; margin: 21px 0 16px; }
.jot-device-status article {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    min-height: 67px;
    padding: 10px;
    border: 1px solid #e0eae8;
    border-radius: 15px;
    background: #f7faf9;
}
.jot-device-status article:last-child { grid-column: 1 / -1; }
.jot-status-icon { display: grid; place-items: center; flex: 0 0 35px; width: 35px; height: 35px; padding: 0 !important; border-radius: 12px !important; background: #e9f2f0 !important; color: var(--jot-primary); font-size: 10px; font-weight: 950; }
.jot-device-status small,
.jot-device-status strong { display: block; min-width: 0; }
.jot-device-status small { color: var(--jot-muted); font-size: 10px; }
.jot-device-status strong { overflow: hidden; color: var(--jot-text); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.jot-device-status article.is-success { border-color: rgba(35,113,75,.2); background: #f0f8f4; }
.jot-device-status article.is-warning { border-color: rgba(154,104,31,.22); background: #fff8ec; }
.jot-device-status article.is-error { border-color: rgba(168,53,69,.2); background: #fff3f4; }

.jot-ios-guidance {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 11px;
    align-items: center;
    margin: 13px 0;
    padding: 12px;
    border: 1px solid #d7e3f1;
    border-radius: 15px;
    background: linear-gradient(135deg, #f2f7fd, #fff);
}
.jot-ios-symbol { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 15px; background: #13231f; color: #fff; font-size: 11px; font-weight: 950; }
.jot-ios-guidance strong { display: block; color: #1f3f56; }
.jot-ios-guidance p { margin: 2px 0 0; color: #5a7182; font-size: 11px; line-height: 1.75; }

.jot-prejoin-actions { display: grid; grid-template-columns: 1fr 1.3fr; gap: 8px; margin-top: 14px; }
.jot-prejoin-actions .jot-button-light { grid-column: 1 / -1; }
.jot-device-check-link { display: block; margin-top: 10px; color: var(--jot-primary); text-align: center; font-size: 11px; font-weight: 850; }

.jot-conference-wrap {
    min-height: 650px;
    border-radius: 24px;
    box-shadow: 0 25px 70px rgba(0,0,0,.3);
}
.jot-conference-toolbar { min-height: 66px; padding: 10px 16px; background: rgba(13,31,28,.96); }
.jot-conference-toolbar > div:first-child { display: grid; grid-template-columns: auto 1fr; gap: 0 9px; align-items: center; }
.jot-conference-toolbar > div:first-child .jot-room-live-dot { grid-row: 1 / 3; margin: 0; }
.jot-conference-toolbar small { display: block; color: #8facA6; font-size: 10px; }
.jot-conference-actions { display: flex; gap: 8px; }
.jot-conference-stage { position: relative; min-height: 620px; min-height: calc(var(--jot-vh, 1vh) * 78); background: #000; }
.jot-conference { height: 100%; min-height: inherit; border-radius: 0; }
.jot-conference iframe { width: 100% !important; height: 100% !important; min-height: inherit; border: 0; }
.jot-conference-loading {
    position: absolute;
    inset: 0;
    z-index: 4;
    display: grid;
    place-content: center;
    gap: 8px;
    padding: 30px;
    background: radial-gradient(circle at center, #142c28, #010302 72%);
    color: #fff;
    text-align: center;
}
.jot-conference-loading > span { width: 46px; height: 46px; margin: 0 auto 7px; border: 3px solid rgba(255,255,255,.15); border-top-color: #71d7a4; border-radius: 50%; animation: jot-spin 1s linear infinite; }
.jot-conference-loading small { color: #8ea39e; }
@keyframes jot-spin { to { transform: rotate(360deg); } }
.jot-resume-overlay {
    position: absolute;
    inset: 0;
    z-index: 12;
    display: grid;
    place-content: center;
    gap: 9px;
    padding: 30px;
    background: rgba(3,10,8,.94);
    color: #fff;
    text-align: center;
}

.jot-room-fallback {
    display: grid;
    grid-template-columns: auto minmax(0,1fr) auto;
    gap: 16px;
    align-items: center;
    padding: 18px;
}
.jot-fallback-icon { width: 52px; height: 52px; border: 2px solid #edc783; border-radius: 17px; position: relative; }
.jot-fallback-icon::before { content: "!"; position: absolute; inset: 0; display: grid; place-items: center; color: #edc783; font-size: 27px; font-weight: 950; }

/* Device checker v2 */
.jot-device-check { max-width: 1250px; overflow: hidden; }
.jot-device-hero {
    display: grid;
    grid-template-columns: minmax(0,1fr) 180px;
    gap: 30px;
    align-items: center;
    margin: -44px -44px 34px;
    padding: clamp(32px,5vw,62px);
    background:
        radial-gradient(circle at 85% 20%, rgba(214,168,95,.26), transparent 30%),
        linear-gradient(135deg, #173f3a, #2e6b63);
    color: #fff;
}
.jot-device-hero h2 { max-width: 780px; margin: 12px 0 8px; color: #fff; font-size: clamp(30px,4.5vw,54px); line-height: 1.3; }
.jot-device-hero p { max-width: 710px; margin: 0; color: rgba(255,255,255,.72); }
.jot-device-hero .jot-kicker { border-color: rgba(255,255,255,.13); background: rgba(255,255,255,.1); color: #fff; }
.jot-device-hero-mark { position: relative; width: 148px; height: 148px; margin: auto; border: 1px solid rgba(255,255,255,.2); border-radius: 45px; background: rgba(255,255,255,.08); transform: rotate(8deg); }
.jot-device-hero-mark span,
.jot-device-hero-mark i,
.jot-device-hero-mark b { position: absolute; border-radius: 50%; }
.jot-device-hero-mark span { inset: 38px; border: 8px solid #fff; }
.jot-device-hero-mark i { width: 25px; height: 25px; top: 22px; right: 22px; background: #efc276; }
.jot-device-hero-mark b { width: 18px; height: 18px; left: 25px; bottom: 25px; background: #85d9b0; }
.jot-device-layout { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(330px,.85fr); gap: 22px; }
.jot-device-preview-card,
.jot-device-report { padding: 15px; border: 1px solid rgba(49,95,91,.14); border-radius: 24px; background: #fff; box-shadow: var(--jot-shadow-sm); }
.jot-device-preview { position: relative; display: grid; place-items: center; min-height: 480px; overflow: hidden; border-radius: 18px; background: #07110f; }
.jot-device-preview video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transform: translateZ(0); }
.jot-device-placeholder { display: grid; place-items: center; gap: 5px; padding: 25px; color: #8ca39e; text-align: center; }
.jot-device-placeholder strong { color: #e2ece9; }
.jot-device-actions { display: flex; gap: 9px; padding-top: 12px; }
.jot-device-actions .jot-button { flex: 1; }
.jot-audio-meter { position: absolute; right: 14px; bottom: 14px; left: 14px; display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: center; padding: 9px 12px; border-radius: 13px; background: rgba(3,12,10,.75); color: #fff; font-size: 10px; -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); }
.jot-audio-meter > div { height: 7px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.13); }
.jot-audio-meter i { display: block; width: 0; height: 100%; border-radius: inherit; background: linear-gradient(90deg,#69d4a1,#f2c174); transition: width .08s linear; }
.jot-device-report { padding: 21px; }
.jot-device-summary { padding: 16px; border-radius: 17px; background: #f0f7f5; }
.jot-device-summary strong,
.jot-device-summary span { display: block; }
.jot-device-summary span { color: var(--jot-muted); font-size: 12px; }
.jot-device-summary[data-state="success"] { background: #edf8f2; color: var(--jot-success); }
.jot-device-summary[data-state="warning"] { background: #fff8ec; color: var(--jot-warning); }
.jot-device-summary[data-state="error"] { background: #fff2f3; color: var(--jot-danger); }
.jot-device-check-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px; margin: 12px 0; }
.jot-device-check-grid article { min-height: 74px; padding: 11px; border: 1px solid #e2ebe9; border-radius: 14px; background: #fafcfc; }
.jot-device-check-grid span,
.jot-device-check-grid strong { display: block; }
.jot-device-check-grid span { color: var(--jot-muted); font-size: 10px; }
.jot-device-check-grid strong { margin-top: 3px; color: var(--jot-text); font-size: 12px; }
.jot-device-help { padding: 15px; border-radius: 17px; background: #f7faf9; }
.jot-device-help h3 { margin: 0 0 9px; font-size: 17px; }
.jot-device-help ul { margin: 0; padding-right: 18px; color: var(--jot-muted); font-size: 12px; }
.jot-device-ios-note { margin-top: 11px; padding: 13px; border: 1px solid #d8e3f0; border-radius: 15px; background: #f5f8fc; }
.jot-device-ios-note strong { color: #25465b; }
.jot-device-ios-note p { margin: 3px 0 0; color: #5c7484; font-size: 11px; }

/* Mobile / iOS */
@supports (height: 100dvh) {
    .jot-room-shell { min-height: calc(100dvh - 18px); }
    .jot-conference-stage { min-height: 78dvh; }
}

@media (max-width: 1100px) {
    .jot-prejoin { grid-template-columns: 1fr; }
    .jot-preview { min-height: min(56vw, 520px); }
    .jot-device-layout { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
    .jot-platform-ribbon { margin-top: 0; }
    .jot-home-hero { min-height: auto; }
    .jot-room-meta-bar { width: 100%; justify-content: space-between; }
    .jot-room-topbar { align-items: flex-start; }
    .jot-room-fallback { grid-template-columns: auto 1fr; }
    .jot-room-fallback .jot-fallback-actions { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
    .jot-home {
        width: calc(100vw - 10px);
        margin: 5px calc(50% - 50vw + 5px) 26px;
        border-radius: 25px;
    }
    .jot-home-inner { width: calc(100% - 22px); }
    .jot-home-copy h2 { font-size: clamp(35px, 10.5vw, 49px); letter-spacing: -.035em; }
    .jot-home-copy > p { font-size: 16px; line-height: 1.9; }
    .jot-home-actions .jot-button { width: 100%; }
    .jot-platform-ribbon { align-items: flex-start; flex-direction: column; padding: 13px; }
    .jot-platform-ribbon > a { width: 100%; min-height: 42px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(49,95,91,.14); border-radius: 12px; background: #fff; }
    .jot-service-strip { margin-bottom: 52px; }
    .jot-home-section { margin-top: 55px; }
    .jot-home-type-card { min-height: 290px; }
    .jot-mobile-ready-note { grid-template-columns: auto 1fr; }
    .jot-mobile-ready-note > a { grid-column: 1 / -1; min-height: 42px; display: grid; place-items: center; border: 1px solid rgba(49,95,91,.14); border-radius: 12px; background: #fff; }

    .jot-shell { padding: 15px; padding-right: max(15px, env(safe-area-inset-right)); padding-left: max(15px, env(safe-area-inset-left)); }
    .jot-heading h2,
    .jot-dashboard-head h2 { font-size: 29px; }
    .jot-booking-layout { gap: 14px; }
    .jot-form-grid { gap: 12px; }
    .jot-slot-section { padding: 14px; }
    .jot-slots { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .jot-slot { min-height: 48px; }
    .jot-booking-summary { border-radius: 17px; }

    .jot-room-shell {
        width: 100%;
        min-height: 100vh;
        min-height: calc(var(--jot-vh, 1vh) * 100);
        margin: 0;
        padding: max(9px, env(safe-area-inset-top)) max(9px, env(safe-area-inset-right)) max(9px, env(safe-area-inset-bottom)) max(9px, env(safe-area-inset-left));
        border: 0;
        border-radius: 0;
    }
    .admin-bar .jot-room-shell { min-height: calc(100vh - 46px); }
    .jot-room-topbar { gap: 10px; min-height: auto; padding: 5px 3px 12px; }
    .jot-room-title { gap: 8px; }
    .jot-room-title .jot-room-live-dot { display: none; }
    .jot-room-topbar h2 { font-size: 22px; }
    .jot-room-meta-bar { gap: 7px; }
    .jot-room-time,
    .jot-room-platform-chip { flex: 1; min-height: 50px; padding: 7px 9px; }
    .jot-room-platform-chip { justify-content: center; text-align: center; }
    .jot-prejoin { gap: 10px; padding-top: 9px; }
    .jot-preview-card { padding: 6px; border-radius: 19px; }
    .jot-preview { min-height: 34vh; min-height: 34dvh; border-radius: 14px; }
    .jot-preview-tips { display: none; }
    .jot-preview-state { top: 8px; right: 8px; }
    .jot-device-panel { padding: 16px; border-radius: 19px; }
    .jot-device-panel-head { display: block; }
    .jot-device-score { display: inline-flex; margin-top: 8px; }
    .jot-device-status { grid-template-columns: 1fr 1fr; gap: 7px; margin: 14px 0 10px; }
    .jot-device-status article { min-height: 60px; padding: 8px; }
    .jot-device-status article:last-child { grid-column: 1 / -1; }
    .jot-status-icon { flex-basis: 31px; width: 31px; height: 31px; }
    .jot-device-status strong { font-size: 11px; }
    .jot-ios-guidance { padding: 10px; }
    .jot-prejoin-actions {
        grid-template-columns: 1fr 1fr;
        position: sticky;
        bottom: max(0px, env(safe-area-inset-bottom));
        z-index: 20;
        margin: 12px -7px -7px;
        padding: 9px 7px max(9px, env(safe-area-inset-bottom));
        border-top: 1px solid rgba(49,95,91,.12);
        background: rgba(255,255,255,.94);
        -webkit-backdrop-filter: blur(14px);
        backdrop-filter: blur(14px);
    }
    .jot-room-shell[data-mobile-sticky="0"] .jot-prejoin-actions { position: static; margin: 12px 0 0; padding: 0; border: 0; background: transparent; }
    .jot-prejoin-actions .jot-button { width: auto; min-height: 50px; padding: 9px 8px; font-size: 12px; }
    .jot-prejoin-actions .jot-button-primary { order: -1; }
    .jot-prejoin-actions .jot-button-light { grid-column: 1 / -1; }
    .jot-conference-wrap { min-height: calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom)); border: 0; border-radius: 0; }
    .jot-conference-toolbar { padding-top: max(8px, env(safe-area-inset-top)); }
    .jot-conference-actions .jot-button:first-child { display: none; }
    .jot-conference-stage,
    .jot-conference { min-height: calc(100vh - 70px - env(safe-area-inset-top) - env(safe-area-inset-bottom)); min-height: calc(100dvh - 70px - env(safe-area-inset-top) - env(safe-area-inset-bottom)); }
    .jot-room-fallback { grid-template-columns: 1fr; text-align: center; }
    .jot-fallback-icon { margin: auto; }
    .jot-fallback-actions { flex-direction: column; }
    .jot-fallback-actions .jot-button { width: 100%; }

    .jot-device-hero { grid-template-columns: 1fr; margin: -15px -15px 20px; padding: 27px 18px; }
    .jot-device-hero-mark { display: none; }
    .jot-device-hero h2 { font-size: 33px; }
    .jot-device-preview-card,
    .jot-device-report { padding: 10px; border-radius: 18px; }
    .jot-device-preview { min-height: 54vh; min-height: 54dvh; }
    .jot-device-actions { flex-direction: column; }
    .jot-device-check-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 390px) {
    .jot-device-status { grid-template-columns: 1fr; }
    .jot-device-status article:last-child { grid-column: auto; }
    .jot-device-check-grid { grid-template-columns: 1fr; }
    .jot-prejoin-actions { grid-template-columns: 1fr; }
    .jot-prejoin-actions .jot-button-light { grid-column: auto; }
}

@media (orientation: landscape) and (max-height: 520px) and (pointer: coarse) {
    .jot-room-topbar { display: none; }
    .jot-prejoin { grid-template-columns: minmax(0,1.25fr) minmax(310px,.75fr); }
    .jot-preview { min-height: calc(100vh - 30px); min-height: calc(100dvh - 30px); }
    .jot-device-panel { max-height: calc(100vh - 30px); max-height: calc(100dvh - 30px); overflow-y: auto; -webkit-overflow-scrolling: touch; }
    .jot-device-status { margin: 10px 0; }
}

@media (prefers-reduced-motion: reduce) {
    .jot-platform-pulse::after,
    .jot-room-live-dot,
    .jot-conference-loading > span { animation: none !important; }
    .jot-button::after { display: none; }
}

@media (prefers-contrast: more) {
    .jot-home-type-card,
    .jot-home-class-card,
    .jot-class-card,
    .jot-shell,
    .jot-device-panel { border-width: 2px; }
    .jot-button { border-width: 2px; }
}


/* =========================================================
   Account experience overhaul — 2.1
   ========================================================= */
.jot-auth-v21 {
    width: min(1240px, calc(100vw - 32px));
    max-width: none;
    margin-top: clamp(24px, 5vw, 72px);
    margin-bottom: clamp(24px, 5vw, 72px);
    margin-right: calc(50% - 50vw + max(16px, (100vw - 1240px) / 2));
    margin-left: calc(50% - 50vw + max(16px, (100vw - 1240px) / 2));
    padding: 0;
    background: transparent;
    color: #17312e;
}
.jot-auth-frame {
    display: grid;
    grid-template-columns: minmax(350px, .86fr) minmax(460px, 1.14fr);
    min-height: 760px;
    overflow: hidden;
    border: 1px solid rgba(49,95,91,.13);
    border-radius: 36px;
    background: #fff;
    box-shadow: 0 35px 90px rgba(28,65,60,.14), 0 4px 18px rgba(28,65,60,.06);
}
.jot-auth-story {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    padding: 42px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 14% 12%, rgba(230,198,137,.35), transparent 30%),
        radial-gradient(circle at 84% 86%, rgba(255,255,255,.10), transparent 30%),
        linear-gradient(145deg, #183d39 0%, var(--jot-primary) 55%, #244f4b 100%);
}
.jot-auth-story::before,
.jot-auth-story::after {
    content: "";
    position: absolute;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 50%;
    pointer-events: none;
}
.jot-auth-story::before { width: 330px; height: 330px; top: -180px; left: -130px; }
.jot-auth-story::after { width: 250px; height: 250px; bottom: -130px; right: -100px; }
.jot-auth-brand,
.jot-auth-mobile-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: inherit;
    text-decoration: none;
}
.jot-auth-brand { position: relative; z-index: 1; align-self: flex-start; }
.jot-auth-brand-mark {
    position: relative;
    display: inline-grid;
    place-items: center;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    border-radius: 17px;
    background: rgba(255,255,255,.14);
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.22);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.jot-auth-brand-mark i { position: absolute; width: 18px; height: 27px; border: 2px solid currentColor; border-radius: 50% 50% 45% 55%; transform: rotate(35deg); }
.jot-auth-brand-mark i:last-child { transform: rotate(-35deg); opacity: .7; }
.jot-auth-brand strong,
.jot-auth-mobile-brand strong { display: block; font-size: 20px; line-height: 1.2; }
.jot-auth-brand small,
.jot-auth-mobile-brand small { display: block; margin-top: 3px; color: rgba(255,255,255,.68); font-size: 11px; }
.jot-auth-story-copy { position: relative; z-index: 1; margin-top: clamp(62px, 9vh, 105px); }
.jot-auth-story-copy .jot-kicker { color: #f1d7a6; }
.jot-auth-story-copy h1 { max-width: 540px; margin: 16px 0 18px; color: #fff; font-size: clamp(38px, 4.2vw, 62px); line-height: 1.25; letter-spacing: -.04em; }
.jot-auth-story-copy > p { max-width: 530px; margin: 0; color: rgba(255,255,255,.76); font-size: 16px; line-height: 2; }
.jot-auth-benefits { position: relative; z-index: 1; display: grid; gap: 14px; margin-top: 42px; }
.jot-auth-benefits > div { display: grid; grid-template-columns: 42px 1fr; gap: 12px; align-items: center; padding: 13px 14px; border: 1px solid rgba(255,255,255,.10); border-radius: 18px; background: rgba(255,255,255,.06); }
.jot-auth-benefits > div > span { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; color: #17312e; font-weight: 900; background: #efd59e; }
.jot-auth-benefits p { margin: 0; }
.jot-auth-benefits strong { display: block; color: #fff; font-size: 14px; }
.jot-auth-benefits small { display: block; margin-top: 4px; color: rgba(255,255,255,.66); font-size: 11px; line-height: 1.75; }
.jot-auth-security-note { position: relative; z-index: 1; display: grid; grid-template-columns: 38px 1fr; gap: 11px; align-items: center; margin-top: auto; padding: 16px; border-radius: 20px; color: #17312e; background: rgba(255,255,255,.92); box-shadow: 0 18px 45px rgba(0,0,0,.12); }
.jot-auth-security-note > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 13px; color: #fff; background: var(--jot-primary); }
.jot-auth-security-note p { margin: 0; }
.jot-auth-security-note strong { display: block; font-size: 13px; }
.jot-auth-security-note small { display: block; margin-top: 3px; color: #637b77; font-size: 10px; line-height: 1.6; }
.jot-auth-device-link { position: relative; z-index: 1; display: inline-flex; justify-content: space-between; gap: 12px; margin-top: 16px; color: rgba(255,255,255,.84); font-size: 12px; font-weight: 800; }
.jot-auth-workspace { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: clamp(34px, 5vw, 70px); background: linear-gradient(180deg, #fff 0%, #fbfdfc 100%); }
.jot-auth-mobile-brand { display: none; color: var(--jot-primary); }
.jot-auth-mobile-brand .jot-auth-brand-mark { color: #fff; background: var(--jot-primary); }
.jot-auth-mobile-brand small { color: #6d827e; }
.jot-auth-heading { margin-bottom: 24px; }
.jot-auth-heading h2 { margin: 8px 0 7px; color: #17312e; font-size: clamp(30px, 4vw, 43px); line-height: 1.3; letter-spacing: -.035em; }
.jot-auth-heading p { margin: 0; color: #70827f; line-height: 1.8; }
.jot-auth-error { display: grid; grid-template-columns: 32px 1fr; gap: 10px; align-items: center; margin: 0 0 18px; }
.jot-auth-error > span { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 10px; color: #fff; background: #c44444; font-weight: 900; }
.jot-auth-error p { margin: 0; }
.jot-auth-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; padding: 6px; margin-bottom: 26px; border-radius: 18px; background: #eef4f2; }
.jot-auth-tabs button { min-height: 48px; border: 0; border-radius: 13px; color: #657a76; background: transparent; font: inherit; font-size: 13px; font-weight: 900; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease; }
.jot-auth-tabs button[aria-selected="true"] { color: #fff; background: var(--jot-primary); box-shadow: 0 10px 25px rgba(49,95,91,.23); }
.jot-auth-tabs button:disabled { opacity: .45; cursor: not-allowed; }
.jot-auth-panel[hidden] { display: none !important; }
.jot-auth-panel.is-active { animation: jotAuthPanelIn .3s ease both; }
@keyframes jotAuthPanelIn { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.jot-auth-panel-head { margin-bottom: 19px; }
.jot-auth-panel-head h3 { margin: 0 0 5px; color: #17312e; font-size: 21px; }
.jot-auth-panel-head p { margin: 0; color: #7b8d89; font-size: 12px; line-height: 1.7; }
.jot-auth-form { display: grid; gap: 15px; margin: 0; }
.jot-auth-name-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.jot-auth-field { display: grid; gap: 7px; margin: 0; }
.jot-auth-field > span { display: flex; align-items: center; gap: 6px; color: #314b47; font-size: 12px; font-weight: 900; }
.jot-auth-field > span em,
.jot-auth-field > span b { padding: 2px 7px; border-radius: 999px; font-size: 9px; font-style: normal; }
.jot-auth-field > span em { color: #6d817d; background: #edf3f1; }
.jot-auth-field > span b { color: #8a4b20; background: #fff0dc; }
.jot-auth-field > small { color: #81918e; font-size: 10px; line-height: 1.6; }
.jot-input-wrap { position: relative; display: flex; align-items: center; min-width: 0; }
.jot-input-wrap > i { position: absolute; right: 15px; z-index: 1; display: grid; place-items: center; min-width: 24px; height: 24px; color: #68817c; font-size: 10px; font-style: normal; font-weight: 900; pointer-events: none; }
.jot-input-wrap input { width: 100% !important; min-height: 54px !important; margin: 0 !important; padding: 10px 48px 10px 74px !important; border: 1px solid #dce7e4 !important; border-radius: 16px !important; outline: none !important; color: #18322e !important; background: #f9fbfa !important; box-shadow: none !important; font: inherit !important; font-size: 14px !important; transition: border-color .2s ease, box-shadow .2s ease, background .2s ease !important; }
.jot-input-wrap input:focus { border-color: var(--jot-primary) !important; background: #fff !important; box-shadow: 0 0 0 4px rgba(49,95,91,.09) !important; }
.jot-password-toggle { position: absolute; left: 10px; z-index: 2; min-width: 54px; height: 34px; padding: 0 9px; border: 0; border-radius: 10px; color: var(--jot-primary); background: #e9f1ef; font: inherit; font-size: 10px; font-weight: 900; cursor: pointer; }
.jot-auth-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: -2px; }
.jot-auth-row a { color: var(--jot-primary); font-size: 11px; font-weight: 900; }
.jot-auth-v21 .jot-check { display: flex; align-items: flex-start; gap: 9px; margin: 0; color: #607572; font-size: 11px; line-height: 1.7; cursor: pointer; }
.jot-auth-v21 .jot-check input { width: 18px !important; height: 18px !important; min-height: 18px !important; margin: 1px 0 0 !important; accent-color: var(--jot-primary); }
.jot-auth-consent { padding: 12px 13px; border: 1px solid #e1e9e7; border-radius: 14px; background: #f7faf9; }
.jot-auth-submit { display: flex !important; align-items: center; justify-content: space-between; width: 100%; min-height: 56px; margin-top: 2px; padding-inline: 19px !important; border-radius: 16px !important; }
.jot-auth-submit i { font-style: normal; font-size: 18px; }
.jot-auth-submit.is-loading i { animation: jotAuthArrow .8s ease infinite alternate; }
@keyframes jotAuthArrow { to { transform: translateX(-5px); } }
.jot-auth-switch { margin: 18px 0 0; text-align: center; color: #728581; font-size: 11px; }
.jot-auth-switch button { padding: 0; border: 0; color: var(--jot-primary); background: transparent; font: inherit; font-weight: 900; cursor: pointer; }
.jot-auth-privacy { display: flex; gap: 8px; margin: 0; color: #7b8e8a; font-size: 10px; line-height: 1.7; }
.jot-auth-privacy > span { color: var(--jot-primary); }
.jot-password-meter { display: grid; grid-template-columns: 1fr auto; gap: 9px; align-items: center; }
.jot-password-meter > span { height: 5px; overflow: hidden; border-radius: 999px; background: #e7eeec; }
.jot-password-meter > span i { display: block; width: 0; height: 100%; border-radius: inherit; background: #c84d4d; transition: width .2s ease, background .2s ease; }
.jot-password-meter small { min-width: 95px; color: #7d8f8c; font-size: 9px; text-align: left; }
.jot-password-meter[data-level="1"] > span i { width: 25%; }
.jot-password-meter[data-level="2"] > span i { width: 50%; background: #d59c3a; }
.jot-password-meter[data-level="3"] > span i { width: 75%; background: #77a53f; }
.jot-password-meter[data-level="4"] > span i { width: 100%; background: #2e8b63; }
[data-jot-password-match] { min-height: 16px; }
[data-jot-password-match].is-match { color: #27845d; }
[data-jot-password-match].is-mismatch { color: #b84040; }
.jot-auth-disabled { padding: 38px 26px; border: 1px dashed #d5e0dd; border-radius: 22px; text-align: center; background: #f8fbfa; }
.jot-auth-disabled > span { display: grid; place-items: center; width: 52px; height: 52px; margin: 0 auto 14px; border-radius: 17px; color: #9b5d5d; background: #f7e7e7; font-size: 22px; }
.jot-auth-disabled h3 { margin: 0 0 8px; }
.jot-auth-disabled p { color: #738581; }

body.jot-plugin-page .jot-auth-v21 { min-height: calc(100dvh - 80px); display: grid; align-items: center; }

@media (max-width: 960px) {
    .jot-auth-v21 { width: min(760px, calc(100% - 24px)); margin-block: 28px; }
    .jot-auth-frame { grid-template-columns: 1fr; min-height: auto; border-radius: 30px; }
    .jot-auth-story { display: none; }
    .jot-auth-workspace { padding: 34px; }
    .jot-auth-mobile-brand { display: inline-flex; margin-bottom: 36px; }
    .jot-auth-mobile-brand .jot-auth-brand-mark { box-shadow: 0 10px 28px rgba(49,95,91,.2); }
}
@media (max-width: 600px) {
    .jot-auth-v21 { width: calc(100% - 16px); margin: 10px auto 26px; padding-right: max(0px, env(safe-area-inset-right)); padding-left: max(0px, env(safe-area-inset-left)); }
    .jot-auth-frame { border-radius: 24px; box-shadow: 0 18px 55px rgba(28,65,60,.12); }
    .jot-auth-workspace { padding: 24px 18px 28px; }
    .jot-auth-mobile-brand { margin-bottom: 26px; }
    .jot-auth-heading h2 { font-size: 32px; }
    .jot-auth-heading p { font-size: 12px; }
    .jot-auth-tabs { position: sticky; top: max(8px, env(safe-area-inset-top)); z-index: 5; margin-inline: -4px; backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
    .jot-auth-tabs button { min-height: 46px; font-size: 11px; }
    .jot-auth-name-grid { grid-template-columns: 1fr; }
    .jot-input-wrap input { min-height: 56px !important; font-size: 16px !important; }
    .jot-auth-row { align-items: flex-start; }
    .jot-password-meter { grid-template-columns: 1fr; }
    .jot-password-meter small { text-align: right; }
}
@media (prefers-reduced-motion: reduce) {
    .jot-auth-panel.is-active,
    .jot-auth-submit.is-loading i { animation: none !important; }
}

/* Full-width cleanup for plugin-generated pages across common themes. */
body.jot-plugin-page article.page > .entry-header,
body.jot-plugin-page article.type-page > .entry-header,
body.jot-plugin-page .wp-block-post-title { display: none; }
body.jot-plugin-page article.page > .entry-content,
body.jot-plugin-page article.type-page > .entry-content,
body.jot-plugin-page .wp-block-post-content { width: 100%; max-width: none; margin: 0; padding: 0; }

/* v2.2 operational dashboard and logical class registration */
.jot-host-dashboard { display: grid; gap: 22px; }
.jot-host-hero { align-items: center; padding: clamp(22px,4vw,38px); border: 1px solid rgba(49,95,91,.12); border-radius: 28px; background: linear-gradient(135deg,#f7fbfa,#eef6f3); }
.jot-host-hero h2 { margin: 5px 0 8px; font-size: clamp(28px,4vw,46px); line-height: 1.2; }
.jot-host-stats { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.jot-host-stats article { padding: 20px; border: 1px solid #e0ebe8; border-radius: 20px; background: #fff; box-shadow: 0 12px 34px rgba(31,67,62,.06); }
.jot-host-stats strong { display: block; color: var(--jot-primary); font-size: 30px; line-height: 1; }
.jot-host-stats span { display: block; margin-top: 8px; color: #71837f; font-size: 12px; font-weight: 800; }
.jot-host-create-panel { overflow: hidden; border: 1px solid #dbe8e5; box-shadow: 0 18px 50px rgba(31,67,62,.07); }
.jot-host-session-form { display: grid; gap: 20px; }
.jot-host-mode-switch { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.jot-host-mode-switch label { position: relative; cursor: pointer; }
.jot-host-mode-switch input { position: absolute; opacity: 0; pointer-events: none; }
.jot-host-mode-switch span { display: grid; gap: 4px; min-height: 76px; padding: 16px 18px; border: 1px solid #dce8e5; border-radius: 18px; background: #f9fbfa; transition: .2s ease; }
.jot-host-mode-switch strong { color: #24443f; font-size: 14px; }
.jot-host-mode-switch small { color: #758984; font-size: 10px; }
.jot-host-mode-switch input:checked + span { border-color: var(--jot-primary); background: #eef7f4; box-shadow: 0 0 0 3px rgba(49,95,91,.08); }
.jot-host-form-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.jot-span-two { grid-column: 1 / -1; }
.jot-host-group-options { margin: 0; padding: 18px; border: 1px solid #dce8e5; border-radius: 20px; background: #f8fbfa; }
.jot-host-group-options legend { padding: 0 9px; color: #2d554f; font-size: 13px; font-weight: 900; }
.jot-host-invite-box { border: 1px solid #dce8e5; border-radius: 20px; background: #fff; }
.jot-host-invite-box > summary { display: flex; justify-content: space-between; gap: 14px; padding: 17px 18px; cursor: pointer; color: #2b4e48; font-weight: 900; }
.jot-host-invite-box > summary small { color: #7c8e8a; font-size: 10px; }
.jot-host-invite-box[open] > summary { border-bottom: 1px solid #e5eeec; }
.jot-host-invite-box > .jot-form-grid,
.jot-host-invite-box > .jot-consent { margin: 17px; }
.jot-host-submit-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 4px; }
.jot-host-submit-row p { margin: 0; color: #7a8d88; font-size: 11px; }
.jot-host-created { padding: 17px; border: 1px solid #b9ddd1; border-radius: 18px; background: #eef9f5; }
.jot-host-created > strong { display: block; margin-bottom: 12px; color: #276d55; }
.jot-host-created-actions { display: flex; flex-wrap: wrap; gap: 9px; }
.jot-host-session-list { display: grid; gap: 16px; }
.jot-host-session-card { overflow: hidden; border: 1px solid #dee9e6; border-radius: 24px; background: #fff; box-shadow: 0 12px 36px rgba(31,67,62,.05); }
.jot-host-session-top { display: grid; grid-template-columns: 76px minmax(0,1fr) auto; gap: 16px; align-items: center; padding: 20px; }
.jot-host-session-main h3 { margin: 7px 0; font-size: 19px; }
.jot-host-primary-actions { max-width: 250px; text-align: left; }
.jot-host-command-bar { display: flex; flex-wrap: wrap; gap: 8px; padding: 13px 20px; border-top: 1px solid #e6eeec; border-bottom: 1px solid #e6eeec; background: #f8fbfa; }
.jot-button-danger { border-color: #efd0d0 !important; color: #9a3434 !important; background: #fff6f6 !important; }
.jot-host-session-details { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; padding: 16px 20px 20px; }
.jot-host-session-details details { border: 1px solid #e0eae7; border-radius: 16px; background: #fff; }
.jot-host-session-details summary { display: flex; justify-content: space-between; gap: 10px; padding: 14px 15px; cursor: pointer; color: #35564f; font-size: 12px; font-weight: 900; }
.jot-host-session-details summary span { display: grid; place-items: center; min-width: 24px; height: 24px; border-radius: 999px; background: #eef5f3; }
.jot-host-session-details details > p,
.jot-host-session-details details > form,
.jot-host-session-details .jot-participant-list { margin: 0 15px 15px; }
.jot-participant-list { display: grid; gap: 8px; }
.jot-participant-list > div { display: flex; justify-content: space-between; gap: 12px; padding: 10px 12px; border-radius: 12px; background: #f7faf9; }
.jot-participant-list span { color: #2f504a; font-size: 12px; font-weight: 900; }
.jot-participant-list small { color: #748782; font-size: 9px; text-align: left; }
.jot-host-invite-form { display: grid; gap: 12px; }
.jot-invite-result { display: flex; gap: 8px; }
.jot-invite-result input { min-width: 0; flex: 1; direction: ltr; }
.jot-class-registration-options { display: grid; gap: 12px; margin-top: 16px; }
.jot-member-panel { border: 1px solid #cfe2dc; border-radius: 18px; background: #f5faf8; }
.jot-member-panel > summary { display: flex; justify-content: space-between; padding: 15px 16px; cursor: pointer; color: #315f5b; font-size: 12px; font-weight: 900; }
.jot-member-panel > summary small { font-size: 9px; color: #72847f; }
.jot-member-panel form { display: grid; gap: 12px; padding: 0 16px 16px; }
.jot-type-note { display: block; margin-top: 13px; padding: 10px 12px; border-radius: 12px; color: #627671; background: #f1f6f4; font-size: 10px; line-height: 1.7; }

@media (max-width: 850px) {
    .jot-host-session-top { grid-template-columns: 68px minmax(0,1fr); }
    .jot-host-primary-actions { grid-column: 1 / -1; max-width: none; text-align: right; }
    .jot-host-session-details { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    .jot-host-stats { grid-template-columns: 1fr; }
    .jot-host-stats article { display: flex; align-items: center; justify-content: space-between; padding: 15px 17px; }
    .jot-host-stats span { margin: 0; }
    .jot-host-mode-switch,
    .jot-host-form-grid { grid-template-columns: 1fr; }
    .jot-span-two { grid-column: auto; }
    .jot-host-submit-row { align-items: stretch; flex-direction: column; }
    .jot-host-session-top { grid-template-columns: 58px minmax(0,1fr); gap: 11px; padding: 16px; }
    .jot-host-command-bar { padding: 12px 15px; }
    .jot-host-command-bar .jot-button { flex: 1 1 calc(50% - 8px); min-height: 44px; }
    .jot-host-session-details { padding: 13px 15px 16px; }
    .jot-participant-list > div { align-items: flex-start; flex-direction: column; }
    .jot-participant-list small { text-align: right; }
}

/* 2.3 operational overhaul */
.jot-device-check[data-mode="compact"] {
    max-width: 920px;
    padding: 22px;
    border: 1px solid rgba(49,95,91,.13);
    border-radius: 26px;
    background: linear-gradient(145deg,#fbfdfc,#f4f9f7);
    box-shadow: 0 18px 55px rgba(28,65,59,.07);
}
.jot-device-compact-head {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(250px,.55fr);
    gap: 18px;
    align-items: center;
    margin-bottom: 14px;
}
.jot-device-compact-head h2 { margin: 8px 0 3px; font-size: clamp(24px,3vw,34px); }
.jot-device-compact-head p { max-width: 590px; margin: 0; color: var(--jot-muted); font-size: 13px; }
.jot-device-check[data-mode="compact"] .jot-device-summary { padding: 13px 15px; }
.jot-device-check-grid-compact { grid-template-columns: repeat(3,minmax(0,1fr)); margin: 0; }
.jot-device-check-grid-compact article { min-height: 64px; }
.jot-device-quick-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 13px; }
.jot-device-details { margin-top: 14px; border: 1px solid #dfe9e6; border-radius: 18px; background: #fff; }
.jot-device-details > summary { display: flex; justify-content: space-between; gap: 12px; padding: 13px 15px; cursor: pointer; color: #315f5b; font-size: 12px; font-weight: 900; }
.jot-device-details > summary small { color: var(--jot-muted); }
.jot-device-details[open] > summary { border-bottom: 1px solid #e7efed; }
.jot-device-layout-compact { grid-template-columns: minmax(0,1.1fr) minmax(270px,.9fr); gap: 14px; padding: 14px; }
.jot-device-check[data-mode="compact"] .jot-device-preview-card,
.jot-device-check[data-mode="compact"] .jot-device-report { padding: 10px; border-radius: 16px; box-shadow: none; }
.jot-device-check[data-mode="compact"] .jot-device-preview { min-height: 260px; }
.jot-device-check[data-mode="compact"] .jot-device-help { padding: 13px; }
.jot-device-check[data-mode="full"] { max-width: 1100px; }
.jot-device-check[data-mode="full"] .jot-device-preview { min-height: 420px; }

.jot-host-hero-actions { display: flex; flex-wrap: wrap; gap: 9px; justify-content: flex-end; }
.jot-host-stats { grid-template-columns: repeat(4,minmax(0,1fr)); }
.jot-host-shortcuts { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin: 12px 0 20px; }
.jot-host-shortcuts a { display: flex; flex-direction: column; gap: 2px; min-height: 76px; padding: 14px 16px; border: 1px solid #dfe9e6; border-radius: 17px; background: #fff; color: var(--jot-text); text-decoration: none; transition: transform .18s ease,border-color .18s ease,box-shadow .18s ease; }
.jot-host-shortcuts a:hover { transform: translateY(-2px); border-color: rgba(49,95,91,.34); box-shadow: 0 12px 28px rgba(31,67,62,.07); }
.jot-host-shortcuts span { font-weight: 900; }
.jot-host-shortcuts small { color: var(--jot-muted); }

.jot-session-toolbar { display: grid; grid-template-columns: minmax(220px,1fr) auto auto; gap: 12px; align-items: center; margin: 4px 0 18px; padding: 12px; border: 1px solid #e0eae7; border-radius: 18px; background: #f8fbfa; }
.jot-session-search input { width: 100%; min-height: 43px; border: 1px solid #d6e3df; border-radius: 13px; background: #fff; }
.jot-session-filters { display: flex; flex-wrap: wrap; gap: 6px; }
.jot-session-filters button { min-height: 38px; padding: 7px 12px; border: 1px solid #d8e4e0; border-radius: 999px; background: #fff; color: #526b65; cursor: pointer; font: inherit; font-size: 11px; font-weight: 850; }
.jot-session-filters button.is-active { border-color: var(--jot-primary); background: var(--jot-primary); color: #fff; }
.jot-session-result-count { color: var(--jot-muted); font-size: 11px; font-weight: 850; white-space: nowrap; }
.jot-host-session-card[hidden] { display: none !important; }
.jot-session-description { margin: 4px 0 8px; color: var(--jot-muted); font-size: 12px; }
.jot-capacity-meter { display: grid; grid-template-columns: minmax(100px,180px) auto; gap: 8px; align-items: center; margin-top: 9px; }
.jot-capacity-meter::before { content: ""; grid-column: 1; grid-row: 1; height: 7px; border-radius: 999px; background: #e8f0ed; }
.jot-capacity-meter i { grid-column: 1; grid-row: 1; width: var(--jot-capacity); max-width: 100%; height: 7px; border-radius: 999px; background: linear-gradient(90deg,var(--jot-primary),var(--jot-accent)); }
.jot-capacity-meter small { color: var(--jot-muted); font-size: 10px; }
.jot-host-command-bar { flex-wrap: wrap; }
.jot-button.is-success { border-color: #2f8059 !important; background: #edf8f2 !important; color: #267149 !important; }

.jot-host-session-details { grid-template-columns: repeat(2,minmax(0,1fr)); }
.jot-participant-list > .jot-participant-row { align-items: center; }
.jot-participant-row > div:first-child { min-width: 0; }
.jot-person-actions { display: flex; gap: 6px; align-items: center; }
.jot-person-actions select { min-width: 135px; min-height: 34px; padding: 5px 8px; border: 1px solid #d8e4e0; border-radius: 10px; background: #fff; font-size: 10px; }
.jot-person-actions button { min-height: 34px; padding: 5px 10px; border: 0; border-radius: 10px; background: #eaf3f0; color: #315f5b; cursor: pointer; font: inherit; font-size: 10px; font-weight: 900; }
.jot-host-duplicate-form,
.jot-private-note-form { display: grid; gap: 10px; margin: 0 15px 15px; }
.jot-private-note-form textarea { width: 100%; border: 1px solid #dce7e4; border-radius: 13px; background: #fbfdfc; }
.jot-private-note-warning { margin: 0; padding: 9px 11px; border-radius: 11px; background: #fff8ec; color: #7c5a26; font-size: 10px; }
.screen-reader-text { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }

@media (max-width: 980px) {
    .jot-device-compact-head { grid-template-columns: 1fr; }
    .jot-device-layout-compact { grid-template-columns: 1fr; }
    .jot-session-toolbar { grid-template-columns: 1fr; }
    .jot-host-stats { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 700px) {
    .jot-device-check[data-mode="compact"] { padding: 14px; border-radius: 19px; }
    .jot-device-check-grid-compact { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .jot-device-check[data-mode="compact"] .jot-device-preview { min-height: 210px; }
    .jot-device-quick-actions .jot-button { flex: 1 1 100%; }
    .jot-host-hero-actions { width: 100%; justify-content: stretch; }
    .jot-host-hero-actions .jot-button { flex: 1; }
    .jot-host-shortcuts { grid-template-columns: 1fr; }
    .jot-session-filters { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 3px; -webkit-overflow-scrolling: touch; }
    .jot-session-filters button { flex: 0 0 auto; }
    .jot-host-session-details { grid-template-columns: 1fr; }
    .jot-person-actions { width: 100%; }
    .jot-person-actions select { flex: 1; min-width: 0; }
}
@media (max-width: 430px) {
    .jot-device-check-grid-compact { grid-template-columns: 1fr; }
    .jot-host-stats { grid-template-columns: 1fr 1fr; }
    .jot-participant-row { align-items: stretch !important; }
}

/* 2.4 class discovery and enrollment overhaul */
.jot-class-market {
    max-width: 1240px;
    padding-top: clamp(28px, 5vw, 64px);
    padding-bottom: clamp(36px, 6vw, 76px);
}
.jot-class-market-hero {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(290px, .65fr);
    gap: 22px;
    align-items: stretch;
    margin-bottom: 22px;
}
.jot-class-market-copy {
    position: relative;
    overflow: hidden;
    padding: clamp(26px, 4vw, 48px);
    border: 1px solid rgba(49,95,91,.13);
    border-radius: 32px;
    background:
        radial-gradient(circle at 8% 15%, rgba(214,168,95,.18), transparent 27%),
        linear-gradient(135deg, #f5faf8 0%, #edf6f3 60%, #f9fbfa 100%);
}
.jot-class-market-copy::after {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    left: -70px;
    bottom: -95px;
    border: 34px solid rgba(49,95,91,.045);
    border-radius: 50%;
}
.jot-class-market-copy h2 {
    max-width: 720px;
    margin: 9px 0 12px;
    color: #244d47;
    font-size: clamp(28px, 4vw, 48px);
    line-height: 1.25;
    letter-spacing: -.6px;
}
.jot-class-market-copy > p {
    max-width: 760px;
    margin: 0;
    color: #607670;
    font-size: 14px;
    line-height: 2;
}
.jot-class-market-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}
.jot-class-market-stats span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 42px;
    padding: 8px 13px;
    border: 1px solid rgba(49,95,91,.12);
    border-radius: 14px;
    background: rgba(255,255,255,.72);
    color: #587069;
    font-size: 11px;
    font-weight: 760;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
.jot-class-market-stats strong {
    color: var(--jot-primary);
    font-size: 17px;
}
.jot-class-market-help {
    display: grid;
    grid-template-columns: 48px minmax(0,1fr);
    gap: 14px;
    align-content: center;
    padding: 25px;
    border: 1px solid #eadfc9;
    border-radius: 30px;
    background: linear-gradient(145deg,#fffaf0,#fffdf9);
    box-shadow: 0 18px 55px rgba(91,68,28,.06);
}
.jot-class-market-help > span {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 16px;
    background: #f2dfb9;
    color: #72531d;
    font-size: 21px;
    font-weight: 950;
}
.jot-class-market-help strong,
.jot-class-market-help p { display: block; }
.jot-class-market-help strong { color: #594820; font-size: 14px; }
.jot-class-market-help p { margin: 5px 0 0; color: #806f4f; font-size: 11px; line-height: 1.8; }
.jot-class-market-help a {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
    padding: 11px 14px;
    border-radius: 13px;
    background: #fff;
    color: #6f531f;
    font-size: 11px;
    font-weight: 900;
    text-decoration: none;
}
.jot-class-finder {
    display: grid;
    grid-template-columns: minmax(250px, 1.4fr) minmax(170px,.55fr) minmax(170px,.55fr) auto;
    gap: 12px;
    align-items: end;
    margin-bottom: 24px;
    padding: 18px;
    border: 1px solid #dfe9e6;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 12px 42px rgba(29,64,58,.055);
}
.jot-class-search-wrap {
    position: relative;
}
.jot-class-search-wrap > span {
    position: absolute;
    top: 50%;
    right: 15px;
    z-index: 1;
    color: #6c817c;
    font-size: 22px;
    transform: translateY(-50%);
    pointer-events: none;
}
.jot-class-search-wrap input,
.jot-class-finder select {
    width: 100%;
    min-height: 48px;
    border: 1px solid #d9e6e2;
    border-radius: 14px;
    background: #f9fbfa;
    color: #2e504a;
    font: inherit;
    font-size: 12px;
    outline: none;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.jot-class-search-wrap input { padding: 0 45px 0 14px; }
.jot-class-finder select { padding: 0 13px; }
.jot-class-search-wrap input:focus,
.jot-class-finder select:focus {
    border-color: rgba(49,95,91,.52);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(49,95,91,.08);
}
.jot-class-finder > label > span {
    display: block;
    margin: 0 3px 6px;
    color: #71847f;
    font-size: 10px;
    font-weight: 800;
}
.jot-class-clear {
    min-height: 48px;
    padding: 0 15px;
    border: 1px solid #dce7e4;
    border-radius: 14px;
    background: #fff;
    color: #60736f;
    font: inherit;
    font-size: 10px;
    font-weight: 900;
    cursor: pointer;
}
.jot-class-filter-chips {
    grid-column: 1 / -2;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-top: 3px;
}
.jot-class-filter-chips button {
    min-height: 36px;
    padding: 7px 13px;
    border: 1px solid #dde8e5;
    border-radius: 999px;
    background: #f8fbfa;
    color: #617570;
    font: inherit;
    font-size: 10px;
    font-weight: 850;
    cursor: pointer;
    transition: .18s ease;
}
.jot-class-filter-chips button:hover,
.jot-class-filter-chips button.is-active {
    border-color: var(--jot-primary);
    background: var(--jot-primary);
    color: #fff;
}
.jot-class-result-line {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    color: #7b8c88;
    font-size: 10px;
}
.jot-class-result-line strong {
    color: var(--jot-primary);
    font-size: 17px;
}
.jot-class-list {
    display: grid;
    gap: 15px;
}
.jot-class-list-card {
    position: relative;
    display: grid;
    grid-template-columns: 104px minmax(0,1fr) 220px;
    gap: 22px;
    align-items: stretch;
    padding: 19px;
    border: 1px solid #dde8e5;
    border-radius: 27px;
    background: #fff;
    box-shadow: 0 12px 38px rgba(25,60,54,.045);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
    scroll-margin-top: 120px;
}
.jot-class-list-card:hover,
.jot-class-list-card.is-targeted {
    border-color: rgba(49,95,91,.35);
    box-shadow: 0 20px 55px rgba(25,60,54,.085);
    transform: translateY(-2px);
}
.jot-class-list-card.is-featured {
    border-color: rgba(49,95,91,.28);
    background: linear-gradient(115deg,#fff 0%,#fff 72%,#f0f7f5 100%);
}
.jot-class-list-card.is-starter { opacity: .82; }
.jot-class-list-date {
    display: grid;
    align-content: center;
    justify-items: center;
    min-height: 174px;
    padding: 13px 8px;
    border-radius: 20px;
    background: linear-gradient(155deg,#eef6f4,#e6f1ee);
    color: var(--jot-primary);
    text-align: center;
}
.jot-class-list-date > span {
    margin-bottom: 7px;
    padding: 4px 8px;
    border-radius: 999px;
    background: rgba(255,255,255,.7);
    font-size: 9px;
    font-weight: 900;
}
.jot-class-list-date strong { font-size: 38px; line-height: 1; }
.jot-class-list-date small { margin-top: 4px; font-size: 11px; font-weight: 800; }
.jot-class-list-date em {
    margin-top: 14px;
    padding-top: 10px;
    border-top: 1px solid rgba(49,95,91,.14);
    font-size: 15px;
    font-style: normal;
    font-weight: 950;
}
.jot-class-list-main { min-width: 0; }
.jot-class-list-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-bottom: 8px;
}
.jot-badge-featured {
    border-color: #e7d3aa;
    background: #fff6e5;
    color: #79591f;
}
.jot-class-status {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 27px;
    padding: 4px 9px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 900;
}
.jot-class-status::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.jot-class-status.is-open { background: #eaf8f0; color: #17683f; }
.jot-class-status.is-enrolled { background: #edf4ff; color: #315b8d; }
.jot-class-status.is-closed { background: #f1f4f3; color: #73827f; }
.jot-class-list-main h3 {
    margin: 5px 0 7px;
    color: #284d47;
    font-size: clamp(18px, 2vw, 23px);
    line-height: 1.45;
}
.jot-class-list-main > p {
    margin: 0 0 12px;
    color: #71837e;
    font-size: 11px;
    line-height: 1.9;
}
.jot-class-list-host {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    margin-top: 8px;
}
.jot-class-list-host img,
.jot-class-host-placeholder {
    display: grid;
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    place-items: center;
    border-radius: 13px;
    object-fit: cover;
    background: #e8f2ef;
    color: var(--jot-primary);
    font-weight: 950;
}
.jot-class-list-host div { min-width: 0; }
.jot-class-list-host small,
.jot-class-list-host strong { display: block; }
.jot-class-list-host small { color: #8a9995; font-size: 9px; }
.jot-class-list-host strong { overflow: hidden; color: #365750; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.jot-class-list-host > span {
    margin-right: auto;
    color: #71847f;
    font-size: 10px;
    font-weight: 750;
}
.jot-class-quick-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
}
.jot-class-quick-meta > span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 9px;
    border-radius: 11px;
    background: #f5f9f8;
    color: #637872;
    font-size: 9px;
}
.jot-class-quick-meta i { color: var(--jot-primary); font-style: normal; }
.jot-class-quick-meta strong { color: #3e5c56; font-size: 10px; }
.jot-class-capacity { margin-top: 13px; }
.jot-class-capacity > div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 6px;
    color: #82918e;
    font-size: 9px;
}
.jot-class-capacity strong { color: #4d6862; }
.jot-class-capacity > i {
    display: block;
    overflow: hidden;
    height: 6px;
    border-radius: 999px;
    background: #e8efed;
}
.jot-class-capacity > i > b {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg,var(--jot-primary),#72a399);
}
.jot-class-list-action {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 9px;
    padding: 14px;
    border-right: 1px solid #e5eeec;
}
.jot-class-list-action .jot-button { width: 100%; min-height: 46px; justify-content: center; }
.jot-class-action-note { color: #738681; font-size: 10px; line-height: 1.75; text-align: center; }
.jot-class-anchor-link { color: #8a9996; font-size: 9px; font-weight: 750; text-align: center; text-decoration: none; }
.jot-class-enroll-drawer > summary { list-style: none; cursor: pointer; }
.jot-class-enroll-drawer > summary::-webkit-details-marker { display: none; }
.jot-class-enroll-drawer[open]::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 99988;
    background: rgba(14,31,27,.52);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.jot-class-enroll-content {
    position: fixed;
    top: 50%;
    right: 50%;
    z-index: 99989;
    overflow: auto;
    width: min(610px, calc(100vw - 28px));
    max-height: min(82vh, 760px);
    padding: 20px;
    border: 1px solid #dce8e5;
    border-radius: 25px;
    background: #fff;
    box-shadow: 0 30px 90px rgba(10,31,26,.24);
    transform: translate(50%,-50%);
}
.jot-class-enroll-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
    padding-bottom: 13px;
    border-bottom: 1px solid #e6eeec;
}
.jot-class-enroll-head strong { color: #31564f; font-size: 15px; }
.jot-class-enroll-head button {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 0;
    border-radius: 11px;
    background: #f0f5f3;
    color: #657873;
    font-size: 20px;
    cursor: pointer;
}
.jot-enroll-method {
    display: grid;
    gap: 12px;
    margin-bottom: 12px;
    padding: 15px;
    border: 1px solid #dce8e4;
    border-radius: 17px;
    background: #f8fbfa;
}
.jot-enroll-method > div,
.jot-enroll-method-link {
    display: flex;
    align-items: center;
    gap: 11px;
}
.jot-enroll-method > div > span,
.jot-enroll-method-link > span {
    display: grid;
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    place-items: center;
    border-radius: 12px;
    background: #e8f3ef;
    color: var(--jot-primary);
    font-weight: 950;
}
.jot-enroll-method p { flex: 1; margin: 0; }
.jot-enroll-method strong,
.jot-enroll-method small { display: block; }
.jot-enroll-method strong { color: #35564f; font-size: 12px; }
.jot-enroll-method small { margin-top: 3px; color: #7b8d88; font-size: 9px; }
.jot-enroll-method-link { text-decoration: none; }
.jot-enroll-method-link b { color: var(--jot-primary); font-size: 10px; }
.jot-class-enroll-content .jot-guest-panel { margin-top: 0; }
.jot-class-no-results,
.jot-class-empty-state {
    padding: 45px 24px;
    border: 1px dashed #cfded9;
    border-radius: 25px;
    background: #f8fbfa;
    text-align: center;
}
.jot-class-no-results strong,
.jot-class-empty-state strong { display: block; color: #365a53; font-size: 17px; }
.jot-class-no-results p,
.jot-class-empty-state p { margin: 7px 0 15px; color: #7a8c87; font-size: 11px; }
.jot-group-types-compact { margin-top: 48px; padding-top: 35px; border-top: 1px solid #e2ebe8; }
.jot-group-types-compact .jot-type-card { min-height: auto; }
body.jot-enrollment-open { overflow: hidden; }

@media (max-width: 1050px) {
    .jot-class-market-hero { grid-template-columns: 1fr; }
    .jot-class-market-help { grid-template-columns: 48px minmax(0,1fr) auto; }
    .jot-class-market-help a { grid-column: auto; align-self: center; }
    .jot-class-finder { grid-template-columns: 1fr 1fr 1fr; }
    .jot-class-search-wrap { grid-column: 1 / -1; }
    .jot-class-clear { grid-column: auto; }
    .jot-class-filter-chips { grid-column: 1 / -1; }
    .jot-class-result-line { grid-column: 1 / -1; justify-content: flex-start; }
    .jot-class-list-card { grid-template-columns: 92px minmax(0,1fr); }
    .jot-class-list-action { grid-column: 1 / -1; flex-direction: row; align-items: center; border-top: 1px solid #e5eeec; border-right: 0; padding: 13px 0 0; }
    .jot-class-list-action .jot-button { width: auto; min-width: 210px; margin-right: auto; }
    .jot-class-action-note { text-align: right; }
}
@media (max-width: 700px) {
    .jot-class-market { padding-right: 12px; padding-left: 12px; }
    .jot-class-market-copy { padding: 25px 20px; border-radius: 24px; }
    .jot-class-market-copy h2 { font-size: 29px; }
    .jot-class-market-help { grid-template-columns: 42px minmax(0,1fr); padding: 18px; border-radius: 22px; }
    .jot-class-market-help > span { width: 42px; height: 42px; }
    .jot-class-market-help a { grid-column: 1 / -1; }
    .jot-class-finder { grid-template-columns: 1fr; padding: 14px; border-radius: 20px; }
    .jot-class-search-wrap,
    .jot-class-clear,
    .jot-class-filter-chips,
    .jot-class-result-line { grid-column: auto; }
    .jot-class-filter-chips { overflow-x: auto; flex-wrap: nowrap; margin: 0 -3px; padding: 3px; scrollbar-width: none; }
    .jot-class-filter-chips::-webkit-scrollbar { display: none; }
    .jot-class-filter-chips button { flex: 0 0 auto; }
    .jot-class-list-card { grid-template-columns: 72px minmax(0,1fr); gap: 13px; padding: 14px; border-radius: 21px; }
    .jot-class-list-date { min-height: 145px; border-radius: 16px; }
    .jot-class-list-date strong { font-size: 31px; }
    .jot-class-list-date em { font-size: 13px; }
    .jot-class-list-main h3 { font-size: 17px; }
    .jot-class-list-main > p { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
    .jot-class-list-host { flex-wrap: wrap; }
    .jot-class-list-host > span { flex-basis: 100%; margin-right: 52px; }
    .jot-class-quick-meta { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
    .jot-class-quick-meta > span:last-child { grid-column: 1 / -1; }
    .jot-class-capacity > div { align-items: flex-start; flex-direction: column; gap: 2px; }
    .jot-class-list-action { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr; }
    .jot-class-list-action .jot-button { width: 100%; min-width: 0; margin: 0; min-height: 48px; }
    .jot-class-action-note { text-align: center; }
    .jot-class-anchor-link { display: none; }
    .jot-class-enroll-content {
        top: auto;
        right: 0;
        bottom: 0;
        width: 100%;
        max-height: 88dvh;
        border-radius: 24px 24px 0 0;
        padding: 17px 15px calc(17px + env(safe-area-inset-bottom));
        transform: none;
    }
}
@media (max-width: 420px) {
    .jot-class-market-stats { display: grid; grid-template-columns: 1fr; }
    .jot-class-list-card { grid-template-columns: 64px minmax(0,1fr); gap: 10px; padding: 12px; }
    .jot-class-list-date { min-height: 132px; padding: 10px 5px; }
    .jot-class-list-date > span { padding: 3px 5px; font-size: 8px; }
    .jot-class-list-date strong { font-size: 27px; }
    .jot-class-list-badges .jot-badge-featured { display: none; }
}

.jot-home-classes-v24 .jot-section-head { align-items: center; }
.jot-home-class-grid-v24 { align-items: stretch; }
.jot-home-class-card-v24 {
    position: relative;
    display: flex;
    min-height: 330px;
    flex-direction: column;
    padding: 20px;
    border-radius: 24px;
}
.jot-home-class-card-v24.is-nearest {
    border-color: rgba(49,95,91,.28);
    background: linear-gradient(150deg,#fff,#f0f7f5);
}
.jot-home-class-v24-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}
.jot-home-class-v24-top > div:last-child { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.jot-home-class-v24-date {
    display: grid;
    grid-template-columns: auto auto;
    align-items: baseline;
    gap: 2px 7px;
    min-width: 104px;
    padding: 10px 12px;
    border-radius: 16px;
    background: #edf5f3;
    color: var(--jot-primary);
}
.jot-home-class-v24-date strong { font-size: 27px; line-height: 1; }
.jot-home-class-v24-date span { font-size: 10px; font-weight: 850; }
.jot-home-class-v24-date em { grid-column: 1 / -1; padding-top: 5px; border-top: 1px solid rgba(49,95,91,.12); font-size: 11px; font-style: normal; font-weight: 950; }
.jot-home-class-card-v24 h4 { margin: 18px 0 7px; font-size: 18px; }
.jot-home-class-card-v24 > p { margin-bottom: 13px; }
.jot-home-class-hostline { display: flex; justify-content: space-between; gap: 10px; margin-top: auto; color: #70827e; font-size: 10px; }
.jot-home-class-hostline strong { color: #3f625b; }
.jot-home-class-progress { margin: 10px 0 15px; }
.jot-home-class-progress i { display: block; overflow: hidden; height: 6px; border-radius: 999px; background: #e6efec; }
.jot-home-class-progress i b { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg,var(--jot-primary),#78a69c); }
.jot-home-class-progress small { display: block; margin-top: 6px; color: #879590; font-size: 9px; }
.jot-home-class-card-v24 .jot-button { margin-top: 0; }
@media (max-width: 640px) {
    .jot-home-classes-v24 .jot-section-head { align-items: stretch; }
    .jot-home-classes-v24 .jot-section-head > a { width: 100%; justify-content: center; }
    .jot-home-class-card-v24 { min-height: 300px; }
}
