﻿:root {
    color-scheme: light;
    --brand: #4EBFF6;
    --brand-dark: #1399dc;
    --brand-soft: #eaf8ff;
    --ink: #10243e;
    --muted: #68798f;
    --line: #dbe6ef;
    --surface: #ffffff;
    --background: #f8fcfe;
    --danger: #d92d20;
}

* { box-sizing: border-box; }
html, body { min-height: 100%; margin: 0; }
body {
    min-width: 320px;
    overflow-x: hidden;
    background: var(--background);
    color: var(--ink);
    font-family: Poppins, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}
button, input, select { min-width: 0; font: inherit; }

.login-shell {
    position: relative;
    display: flex;
    min-height: 100vh;
    padding: 14px clamp(24px, 3vw, 54px) 8px;
    flex-direction: column;
    background:
        radial-gradient(circle at 8% 18%, rgba(78,191,246,.15), transparent 22%),
        radial-gradient(circle at 91% 18%, rgba(78,191,246,.14), transparent 23%),
        linear-gradient(145deg, #fff 0%, #f7fcff 55%, #eef9fe 100%);
}

.background-grid {
    position: absolute;
    inset: 0;
    opacity: .42;
    background-image:
        linear-gradient(rgba(78,191,246,.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(78,191,246,.055) 1px, transparent 1px);
    background-size: 38px 38px;
    mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.background-shape {
    position: absolute;
    border: 1px solid rgba(78,191,246,.14);
    border-radius: 50%;
    background: rgba(255,255,255,.56);
    box-shadow: 0 30px 80px rgba(78,191,246,.1);
}
.shape-one { top: -160px; left: 18%; width: 380px; height: 380px; }
.shape-two { right: -150px; bottom: 0; width: 430px; height: 430px; }
.background-wave {
    position: absolute;
    right: -5%;
    bottom: 6%;
    left: -5%;
    height: 170px;
    border-radius: 50% 50% 0 0 / 45% 45% 0 0;
    background: linear-gradient(180deg, rgba(78,191,246,.075), rgba(78,191,246,.015));
    transform: rotate(-2deg);
}

.login-brand {
    position: relative;
    z-index: 4;
    display: flex;
    min-height: 48px;
    align-items: center;
    gap: 18px;
}
.login-brand img { width: 172px; height: auto; }
.login-brand span {
    padding-left: 18px;
    border-left: 1px solid #d8e8f1;
    color: #8295a7;
    font-size: 10px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.login-stage {
    position: relative;
    z-index: 2;
    display: grid;
    flex: 1 1 auto;
    width: 100%;
    max-width: 1600px;
    min-height: 0;
    margin: auto;
    grid-template-columns: minmax(300px, 1fr) minmax(400px, 470px) minmax(300px, 1fr);
    align-items: center;
    gap: clamp(28px, 4vw, 72px);
}

.eyebrow {
    display: block;
    margin-bottom: 12px;
    color: var(--brand-dark);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.analytics-visual, .delivery-visual {
    position: relative;
    min-width: 0;
}
.analytics-visual.login100-more {
    z-index: auto;
    width: auto;
    background: none;
}
.analytics-visual.login100-more::before { display: none; }
.visual-heading { max-width: 440px; margin-bottom: 28px; }
.visual-heading h1, .delivery-copy h2 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(27px, 2.45vw, 42px);
    font-weight: 650;
    letter-spacing: -.04em;
    line-height: 1.08;
}
.visual-heading p, .delivery-copy p {
    max-width: 410px;
    margin: 15px 0 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.65;
}

.dashboard-preview {
    display: flex;
    width: min(100%, 460px);
    min-height: 248px;
    overflow: hidden;
    border: 1px solid #dcecf4;
    border-radius: 18px;
    background: rgba(255,255,255,.97);
    box-shadow: 0 24px 60px rgba(39,105,138,.13), 0 4px 12px rgba(39,105,138,.05);
    transform: rotate(-1.25deg);
    transition: transform .35s ease, box-shadow .35s ease;
}
.dashboard-preview:hover {
    box-shadow: 0 28px 70px rgba(39,105,138,.17);
    transform: rotate(0) translateY(-3px);
}
.preview-sidebar {
    display: flex;
    width: 58px;
    padding: 15px 10px;
    flex-direction: column;
    align-items: center;
    gap: 11px;
    border-right: 1px solid #e6f0f5;
    background: #f8fcfe;
}
.preview-sidebar img { width: 28px; height: 28px; margin-bottom: 8px; object-fit: contain; }
.preview-sidebar span {
    display: grid;
    width: 31px;
    height: 31px;
    border-radius: 9px;
    place-items: center;
    color: #9aabba;
    font-size: 10px;
}
.preview-sidebar span.is-active { background: var(--brand-soft); color: var(--brand-dark); }
.preview-main { min-width: 0; padding: 16px 17px; flex: 1; }
.preview-topbar { display: flex; align-items: center; justify-content: space-between; }
.preview-topbar div { display: grid; }
.preview-topbar small { color: #93a4b4; font-size: 6px; }
.preview-topbar span { color: #223b57; font-size: 10px; font-weight: 650; }
.preview-topbar > i {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-soft), #d8f2ff);
}
.preview-stats {
    display: grid;
    margin: 17px 0;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}
.preview-stats div {
    position: relative;
    display: grid;
    min-width: 0;
    padding: 10px 7px 9px 31px;
    border: 1px solid #e9f0f4;
    border-radius: 9px;
    background: #fff;
}
.preview-stats i {
    position: absolute;
    top: 11px;
    left: 8px;
    display: grid;
    width: 17px;
    height: 17px;
    border-radius: 5px;
    place-items: center;
    background: #e5f7ff;
    color: #269fd8;
    font-size: 7px;
}
.preview-stats i.violet { background: #f0edff; color: #776be4; }
.preview-stats i.green { background: #e4f8f0; color: #25a879; }
.preview-stats strong { overflow: hidden; color: #1a3451; font-size: 10px; text-overflow: ellipsis; }
.preview-stats small { color: #91a0b1; font-size: 6px; }
.preview-stats em {
    position: absolute;
    right: 6px;
    bottom: 6px;
    color: #28a978;
    font-size: 5px;
    font-style: normal;
    font-weight: 700;
}
.preview-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 9px; }
.preview-chart, .preview-activity {
    min-height: 105px;
    padding: 10px;
    border: 1px solid #e9f0f4;
    border-radius: 9px;
    background: #fff;
}
.preview-title { display: flex; align-items: center; justify-content: space-between; }
.preview-title span { color: #435b72; font-size: 7px; font-weight: 650; }
.preview-title small { color: #9babb9; font-size: 5px; }
.chart-bars { display: flex; height: 68px; align-items: flex-end; gap: 6px; }
.chart-bars i {
    width: 12%;
    height: 35%;
    border-radius: 3px 3px 0 0;
    background: linear-gradient(#a7e6ff, var(--brand));
}
.chart-bars i:nth-child(2) { height: 55%; }
.chart-bars i:nth-child(3) { height: 42%; }
.chart-bars i:nth-child(4) { height: 78%; }
.chart-bars i:nth-child(5) { height: 62%; }
.chart-bars i:nth-child(6) { height: 88%; }
.chart-bars i:nth-child(7) { height: 72%; }
.delivery-progress { height: 6px; margin: 18px 0 7px; overflow: hidden; border-radius: 8px; background: #edf3f6; }
.delivery-progress b { display: block; width: 84%; height: 100%; border-radius: inherit; background: var(--brand); }
.preview-activity strong { color: #42a77f; font-size: 6px; }
.preview-activity > i {
    display: block;
    height: 7px;
    margin-top: 8px;
    border-radius: 5px;
    background: linear-gradient(90deg, #e8f7fe 24%, #f1f5f8 24%);
}

.analytics-float, .delivery-status {
    position: absolute;
    z-index: 3;
    display: flex;
    padding: 11px 12px;
    border: 1px solid rgba(78,191,246,.2);
    border-radius: 12px;
    align-items: center;
    gap: 9px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 15px 35px rgba(42,120,160,.13);
    backdrop-filter: blur(10px);
    animation: float-card 5s ease-in-out infinite;
}
.analytics-float { right: -10px; bottom: 22px; }
.mini-avatar, .status-icon {
    display: grid;
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    border-radius: 9px;
    place-items: center;
    background: var(--brand-soft);
    color: var(--brand-dark);
}
.analytics-float small, .delivery-status small { display: block; color: #8293a3; font-size: 7px; }
.analytics-float strong, .delivery-status strong { display: block; color: var(--ink); font-size: 12px; line-height: 1.2; }
.analytics-float em, .delivery-status em {
    margin-left: 8px;
    color: #25a879;
    font-size: 7px;
    font-style: normal;
    font-weight: 700;
}

.form-panel {
    position: relative;
    z-index: 5;
    display: flex;
    min-height: 0;
    padding: 0;
    align-items: center;
    justify-content: center;
    background: transparent;
}
.form-panel-inner { width: 100%; max-width: 470px; }
.signup-shell .form-panel-inner { max-width: 540px; }
.mobile-brand { display: none; }
.login-card.wrap-login100 {
    display: block;
    width: 100%;
    max-width: none;
    min-height: 0;
    padding: clamp(32px, 3.2vw, 48px);
    overflow: visible;
    border: 1px solid rgba(205,224,235,.95);
    border-radius: 18px;
    background: rgba(255,255,255,.97);
    box-shadow: 0 28px 80px rgba(32,91,122,.14), 0 6px 20px rgba(32,91,122,.06);
    backdrop-filter: blur(16px);
}
.login100-form { width: 100%; }
.form-heading { margin-bottom: 30px; }
.tenant-logo {
    display: block;
    max-width: 190px;
    max-height: 62px;
    margin: 0 0 25px;
    object-fit: contain;
    object-position: left center;
}
.form-heading h2 {
    margin: 0;
    color: var(--ink);
    font-size: clamp(27px, 2.2vw, 33px);
    font-weight: 600;
    letter-spacing: -.035em;
    line-height: 1.2;
}
.form-heading p { margin: 9px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }
.field-group.wrap-input100 { width: 100%; margin-bottom: 20px; padding: 0; border: 0; }
.label-input100 { display: block; margin-bottom: 8px; color: #334a62; font-size: 12px; font-weight: 600; line-height: 1.4; }
.input-frame {
    position: relative;
    width: 100%;
}
.input100 {
    display: block;
    width: 100%;
    height: 52px;
    padding: 0 48px 0 44px;
    border: 1px solid var(--line);
    border-radius: 11px;
    outline: none;
    background: #fbfdff;
    color: var(--ink);
    font-size: 13px;
    font-weight: 400;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.input100::placeholder { color: #9aa9b8; }
.input100:hover { border-color: #bed4e2; background: #fff; }
.input100:focus { border-color: var(--brand); background: #fff; box-shadow: 0 0 0 4px rgba(78,191,246,.14); }
.focus-input100 { display: none; }
.field-icon {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 17px;
    color: #8da0b2;
    font-size: 15px;
    transform: translateY(-50%);
    transition: color .2s ease;
}
.input-frame:focus-within .field-icon { color: var(--brand-dark); }
.password-toggle {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 8px;
    display: grid;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    border-radius: 8px;
    place-items: center;
    background: transparent;
    color: #7c8fa3;
    cursor: pointer;
    transform: translateY(-50%);
    transition: color .2s ease, background .2s ease;
}
.password-toggle:hover { background: var(--brand-soft); color: var(--brand-dark); }
.password-toggle:focus-visible { outline: 2px solid var(--brand); outline-offset: 1px; }
.wrap-input100.alert-validate::before {
    position: static;
    display: block;
    width: auto;
    max-width: none;
    margin-top: 7px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--danger);
    content: attr(data-validate);
    font-size: 11px;
    line-height: 1.4;
    opacity: 1;
    pointer-events: none;
    text-align: left;
    transform: none;
    visibility: visible;
}
.wrap-input100.alert-validate::after { display: none; }
.wrap-input100.alert-validate .input100 { border-color: #f3a29b; box-shadow: 0 0 0 3px rgba(217,45,32,.08); }
.container-login100-form-btn { width: 100%; margin-top: 7px; }
.login100-form-btn {
    position: relative;
    display: flex;
    width: 100%;
    height: 52px;
    padding: 0 20px;
    border: 0;
    border-radius: 11px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    background: var(--brand);
    box-shadow: 0 12px 24px rgba(78,191,246,.28);
    color: #07324b;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.login100-form-btn:hover { background: #65c8f7; box-shadow: 0 15px 28px rgba(78,191,246,.34); transform: translateY(-1px); }
.login100-form-btn:active { transform: translateY(0); }
.login100-form-btn:focus-visible { outline: 3px solid rgba(78,191,246,.28); outline-offset: 3px; }
.login100-form-btn:disabled { cursor: wait; opacity: .72; transform: none; }
.button-arrow { position: absolute; right: 20px; font-size: 11px; }
.spinner-border { width: 16px; height: 16px; border-width: 2px; }
.form-error {
    display: none;
    width: 100%;
    margin-top: 16px;
    padding: 10px 12px;
    border: 1px solid #f4c7c3;
    border-radius: 9px;
    background: #fff5f4;
    color: var(--danger);
    font-size: 11px;
    line-height: 1.5;
    text-align: left;
}
.form-error:not(:empty) { display: block; }
.signup-link {
    display: flex;
    width: 100%;
    margin-top: 21px;
    align-items: center;
    justify-content: center;
    gap: 6px;
    clear: both;
    color: var(--muted);
    float: none;
    font-size: 12px;
    position: static;
    text-align: center;
}
.signup-link a { color: var(--brand-dark); font-weight: 600; }
.security-note { margin: 16px 0 0; color: #8191a2; font-size: 11px; text-align: center; }
.security-note i { margin-right: 5px; color: var(--brand-dark); }
.signup-card .login100-form { width: 100%; }
.signup-card .form-heading {
    margin-bottom: 22px;
    text-align: left;
}
.signup-card .tenant-logo {
    max-width: 170px;
    max-height: 50px;
    margin: 0 0 18px;
    object-position: left center;
}
.signup-card .form-heading .eyebrow {
    margin-bottom: 7px;
    color: var(--brand-dark);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.3;
}
.signup-card .form-heading h2 {
    max-width: 420px;
    color: var(--ink);
    font-size: clamp(25px, 2vw, 30px);
    font-weight: 650;
    letter-spacing: -.035em;
    line-height: 1.16;
}
.signup-card .form-heading p {
    max-width: 460px;
    margin-top: 7px;
    color: var(--muted);
    font-size: 11px;
    line-height: 1.5;
}
.signup-step-indicator {
    display: flex;
    margin: 0 0 24px;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.step-pill {
    display: inline-flex;
    flex: 0 0 auto;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid #d8e8f1;
    border-radius: 999px;
    align-items: center;
    justify-content: center;
    background: #f6fbfe;
    color: #87a0b3;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .02em;
    transition: background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.step-pill.is-active {
    border-color: rgba(78,191,246,.28);
    background: linear-gradient(135deg, rgba(78,191,246,.18), rgba(78,191,246,.06));
    box-shadow: 0 10px 24px rgba(78,191,246,.12);
    color: var(--brand-dark);
}
.signup-section-header {
    display: grid;
    margin-bottom: 14px;
    padding-left: 11px;
    border-left: 3px solid rgba(78,191,246,.72);
    gap: 3px;
}
.signup-section-header strong {
    color: #21384e;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.3;
}
.signup-section-header small {
    color: #7e93a7;
    font-size: 10px;
    line-height: 1.4;
}
.signup-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 16px;
}
.signup-grid-full { grid-column: 1 / -1; }
.signup-step-pane + .signup-step-pane { margin-top: 0; }
.signup-card .select-field.true-validate::after {
    display: none !important;
    content: none !important;
}
.input-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 56px;
    cursor: pointer;
    background-image: none;
}
.input-dropdown option { color: #1c334b; }
.input-dropdown::-ms-expand { display: none; }
.select-frame::after {
    position: absolute;
    top: 50%;
    right: 18px;
    width: 9px;
    height: 9px;
    border-right: 2px solid #8aa5b8;
    border-bottom: 2px solid #8aa5b8;
    content: "";
    pointer-events: none;
    transform: translateY(-60%) rotate(45deg);
}
.phone-frame {
    display: flex;
    width: 100%;
    height: 52px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 11px;
    align-items: center;
    background: #fbfdff;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.phone-frame:hover {
    border-color: #bed4e2;
    background: #fff;
}
.phone-frame:focus-within {
    border-color: var(--brand);
    background: #fff;
    box-shadow: 0 0 0 4px rgba(78,191,246,.14);
}
.phone-code-prefix {
    display: inline-flex;
    min-width: max-content;
    height: 100%;
    padding-left: 14px;
    align-items: center;
    color: #334a62;
    font-size: 12px;
    font-weight: 650;
    white-space: nowrap;
}
.phone-code-select {
    display: inline-flex;
    width: auto;
    min-width: max-content;
    height: 100%;
    padding-left: 14px;
    padding-right: 22px;
    border: 0;
    border-right: 1px solid var(--line);
    border-radius: 0;
    align-items: center;
    background: transparent;
    color: #334a62;
    font-size: 12px;
    font-weight: 650;
    white-space: nowrap;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23334a62' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
}
.phone-code-select:focus {
    outline: none;
}
.phone-frame .input100 {
    width: 100%;
    height: 100%;
    flex: 1 1 auto;
    min-width: 0;
    padding-left: 8px;
    padding-right: 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.phone-frame .input100:hover,
.phone-frame .input100:focus {
    border: 0;
    background: transparent;
    box-shadow: none;
}
.wrap-input100.alert-validate .phone-frame {
    border-color: #f3a29b;
    box-shadow: 0 0 0 3px rgba(217,45,32,.08);
}
.wrap-input100.alert-validate .phone-frame .input100 {
    border: 0;
    box-shadow: none;
}
.signup-email-field {
    grid-column: 1 / -1;
}
.signup-email-field .input100 {
    padding-right: 16px;
}
.signup-username-field,
.signup-confirm-password-field {
    grid-column: 1;
}
.password-field-group {
    grid-column: 2;
}
.password-field-group {
    position: relative;
}
.signup-password-tools-row {
    grid-column: 2;
    padding-top: 22px;
}
.password-tools {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}
.password-tool-button {
    min-width: 0;
    height: 32px;
    min-height: 32px;
    padding: 0 10px;
    border-radius: 8px;
    font-size: 10px;
    font-weight: 650;
    white-space: nowrap;
}
.password-tool-button i {
    margin-right: 4px;
}
.password-requirements-popover {
    display: none;
    position: absolute;
    z-index: 20;
    top: calc(100% - 2px);
    left: 0;
    width: min(280px, calc(100vw - 32px));
    margin-top: 8px;
    padding: 8px 10px;
    border: 1px solid #d8e8f1;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(34, 67, 91, .14);
}
.password-requirements-popover.is-visible {
    display: block;
}
.password-requirements-title {
    margin-bottom: 5px;
    color: #38556f;
    font-size: 9px;
    font-weight: 700;
}
.password-requirements {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 3px 8px;
    padding-left: 0;
    color: #7e93a7;
    font-size: 9px;
    line-height: 1.25;
    list-style: none;
}
.password-requirements li {
    min-width: 0;
    padding-left: 12px;
    position: relative;
}
.password-requirements li::before {
    position: absolute;
    left: 0;
    color: #9bb0bf;
    content: "○";
}
.password-requirements li.text-success {
    color: #23845b;
}
.password-requirements li.text-success::before {
    color: #23845b;
    content: "✓";
}
.password-strength {
    margin-bottom: 5px;
    color: #7e93a7;
    font-size: 9px;
}
.country-code-badge {
    display: inline-flex;
    flex: 0 0 auto;
    min-width: 58px;
    height: 38px;
    padding: 0 14px;
    border-radius: 11px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(78,191,246,.17), rgba(78,191,246,.06));
    color: var(--brand-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .02em;
}
.phone-input:disabled {
    cursor: not-allowed;
    opacity: .55;
}
@media (max-width: 760px) {
    .password-field-group,
    .signup-username-field,
    .signup-confirm-password-field {
        grid-column: 1;
    }
    .signup-password-tools-row {
        grid-column: 1;
        padding-top: 0;
    }
    .password-requirements {
        grid-template-columns: 1fr;
    }
}
.signup-actions { margin-top: 24px; }
.signup-dual-actions {
    display: grid;
    margin-top: 26px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    gap: 12px;
}
.signup-secondary-btn {
    display: inline-flex;
    min-height: 52px;
    padding: 0 18px;
    border: 1px solid #d5e7f1;
    border-radius: 14px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #fff;
    color: #38556f;
    font-size: 13px;
    font-weight: 600;
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease, background .2s ease;
}
.signup-secondary-btn:hover {
    border-color: rgba(78,191,246,.32);
    background: #f8fcfe;
    box-shadow: 0 10px 24px rgba(78,191,246,.08);
    transform: translateY(-1px);
}
.signup-secondary-btn:focus-visible {
    outline: 3px solid rgba(78,191,246,.22);
    outline-offset: 3px;
}
.signup-submit-btn { width: 100%; }

@media (min-width: 901px) {
    .signup-shell {
        padding-top: 10px;
        padding-bottom: 8px;
    }

    .signup-shell .login-card.wrap-login100 {
        padding: 22px 28px 20px;
    }

    .signup-shell .form-heading {
        margin-bottom: 14px;
    }

    .signup-shell .tenant-logo {
        max-width: 150px;
        max-height: 42px;
        margin-bottom: 12px;
    }

    .signup-shell .form-heading .eyebrow {
        margin-bottom: 6px;
        font-size: 9px;
    }

    .signup-shell .form-heading h2 {
        font-size: 25px;
        line-height: 1.12;
    }

    .signup-shell .form-heading p {
        margin-top: 6px;
        font-size: 11px;
        line-height: 1.4;
    }

    .signup-shell .signup-step-indicator {
        margin-bottom: 12px;
        gap: 8px;
    }

    .signup-shell .step-pill {
        min-height: 30px;
        padding: 0 12px;
        font-size: 10px;
    }

    .signup-shell .signup-section-header {
        margin-bottom: 10px;
        gap: 2px;
    }

    .signup-shell .signup-section-header strong {
        font-size: 12px;
    }

    .signup-shell .signup-section-header small {
        font-size: 9px;
        line-height: 1.35;
    }

    .signup-shell .signup-form-grid {
        gap: 10px 14px;
    }

    .signup-shell .field-group.wrap-input100 {
        margin-bottom: 0;
    }

    .signup-shell .label-input100 {
        margin-bottom: 5px;
        font-size: 10px;
    }

    .signup-shell .input100,
    .signup-shell .phone-frame {
        height: 44px;
        font-size: 12px;
    }

    .signup-shell .signup-actions {
        margin-top: 14px;
    }

    .signup-shell .signup-dual-actions {
        margin-top: 14px;
        gap: 10px;
    }

    .signup-shell .login100-form-btn,
    .signup-shell .signup-secondary-btn {
        height: 44px;
        min-height: 44px;
        font-size: 12px;
    }

    .signup-shell .signup-link {
        margin-top: 12px;
        font-size: 10px;
    }

    .signup-shell .security-note {
        margin-top: 8px;
        font-size: 10px;
    }
}

@media (min-width: 901px) and (max-height: 850px) {
    .signup-shell .feature-strip,
    .signup-shell .powered-by {
        display: none;
    }

    .signup-shell .login-stage {
        margin-top: 8px;
        margin-bottom: 0;
    }
}

.delivery-visual { min-height: 480px; }
.delivery-copy { position: relative; z-index: 2; max-width: 390px; margin-left: auto; }
.delivery-copy h2 { font-size: clamp(27px, 2.3vw, 40px); }
.delivery-scene {
    position: relative;
    width: min(100%, 430px);
    height: 300px;
    margin: 16px 0 0 auto;
}
.scene-sun {
    position: absolute;
    top: 8px;
    right: 34px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(255,215,113,.35);
    box-shadow: 0 0 0 12px rgba(255,215,113,.09);
}
.scene-cloud { position: absolute; width: 70px; height: 18px; border-radius: 20px; background: #fff; box-shadow: 0 8px 22px rgba(91,150,181,.1); }
.scene-cloud::before, .scene-cloud::after { position: absolute; bottom: 0; border-radius: 50%; background: #fff; content: ""; }
.scene-cloud::before { left: 12px; width: 28px; height: 28px; }
.scene-cloud::after { right: 11px; width: 22px; height: 22px; }
.cloud-one { top: 47px; left: 14px; }
.cloud-two { top: 91px; right: 104px; transform: scale(.7); }
.scene-city {
    position: absolute;
    right: 8px;
    bottom: 52px;
    left: 16px;
    display: flex;
    height: 105px;
    align-items: flex-end;
    gap: 8px;
    opacity: .55;
}
.scene-city i {
    display: block;
    width: 17%;
    height: 55%;
    border: 1px solid #cfeaf6;
    border-radius: 5px 5px 0 0;
    background: repeating-linear-gradient(90deg, #eaf8fe 0 8px, #fff 8px 12px);
}
.scene-city i:nth-child(2) { height: 82%; }
.scene-city i:nth-child(3) { height: 66%; }
.scene-city i:nth-child(4) { height: 95%; }
.scene-city i:nth-child(5) { height: 72%; }
.water-bottle {
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 42px;
    width: 74px;
    height: 156px;
    overflow: hidden;
    border: 3px solid rgba(78,191,246,.34);
    border-radius: 22px 22px 27px 27px;
    background: rgba(255,255,255,.72);
    box-shadow: inset 9px 0 15px rgba(255,255,255,.8), 0 18px 30px rgba(44,130,172,.12);
}
.bottle-cap { position: absolute; top: -3px; left: 20px; width: 30px; height: 16px; border-radius: 5px 5px 2px 2px; background: var(--brand); }
.bottle-label {
    position: absolute;
    z-index: 2;
    top: 54px;
    right: 8px;
    left: 8px;
    display: grid;
    height: 49px;
    border-radius: 8px;
    place-items: center;
    background: rgba(255,255,255,.9);
}
.bottle-label img { width: 34px; height: 34px; object-fit: contain; }
.bottle-water { position: absolute; right: 0; bottom: 0; left: 0; height: 66%; background: linear-gradient(180deg, rgba(126,216,255,.28), rgba(78,191,246,.6)); }
.delivery-truck { position: absolute; z-index: 3; bottom: 39px; left: 18px; width: 255px; height: 115px; }
.truck-box {
    position: absolute;
    bottom: 24px;
    left: 0;
    display: flex;
    width: 160px;
    height: 86px;
    border: 1px solid #d2ebf7;
    border-radius: 13px 8px 8px 13px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #fff;
    box-shadow: 0 16px 28px rgba(47,124,161,.12);
}
.truck-box img { width: 34px; height: 34px; object-fit: contain; }
.truck-box span { color: var(--brand-dark); font-size: 12px; font-weight: 700; letter-spacing: .06em; }
.truck-cab {
    position: absolute;
    right: 8px;
    bottom: 24px;
    width: 92px;
    height: 67px;
    border-radius: 12px 24px 8px 8px;
    background: linear-gradient(145deg, #75d3fb, var(--brand));
    box-shadow: 0 14px 25px rgba(47,124,161,.14);
}
.truck-cab i { position: absolute; top: 10px; right: 13px; width: 39px; height: 24px; border-radius: 5px 14px 4px 4px; background: rgba(255,255,255,.8); }
.truck-wheel { position: absolute; z-index: 4; bottom: 10px; width: 31px; height: 31px; border: 7px solid #60788b; border-radius: 50%; background: #d8edf6; }
.wheel-one { left: 33px; }
.wheel-two { right: 32px; }
.scene-road { position: absolute; right: 0; bottom: 35px; left: 0; height: 7px; border-radius: 10px; background: #dcebf2; }
.delivery-status { right: 4px; bottom: 2px; animation-delay: -2.2s; }
.delivery-status .status-icon { background: #e4f8f0; color: #22a574; }
.delivery-status em { color: #8da0b1; }

.feature-strip {
    position: relative;
    z-index: 4;
    display: grid;
    width: min(100%, 1080px);
    margin: 10px auto 0;
    padding: 13px 20px;
    border: 1px solid rgba(211,229,238,.9);
    border-radius: 15px;
    grid-template-columns: repeat(4, 1fr);
    background: rgba(255,255,255,.82);
    box-shadow: 0 12px 35px rgba(50,108,138,.07);
    backdrop-filter: blur(12px);
}
.feature-strip > div { display: flex; min-width: 0; padding: 3px 18px; border-right: 1px solid #e6eef3; align-items: center; gap: 10px; }
.feature-strip > div:last-child { border-right: 0; }
.feature-strip > div > span { display: grid; width: 34px; height: 34px; flex: 0 0 34px; border-radius: 10px; place-items: center; background: var(--brand-soft); color: var(--brand-dark); }
.feature-strip p { display: grid; min-width: 0; margin: 0; }
.feature-strip strong { overflow: hidden; color: #294158; font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.feature-strip small { overflow: hidden; color: #8a9bab; font-size: 7px; text-overflow: ellipsis; white-space: nowrap; }
.powered-by { position: relative; z-index: 4; margin-top: 0; color: #91a4b4; font-size: 10px; line-height: 1.3; letter-spacing: .04em; text-align: center; }

@keyframes float-card {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-7px); }
}

@media (max-width: 1280px) {
    .login-stage { grid-template-columns: minmax(260px, 1fr) minmax(390px, 440px) minmax(260px, 1fr); gap: 28px; }
    .visual-heading h1, .delivery-copy h2 { font-size: 30px; }
    .analytics-float { right: -4px; }
    .delivery-scene { transform: scale(.9); transform-origin: right center; }
}

@media (max-width: 1050px) {
    .login-stage { grid-template-columns: minmax(240px, 1fr) minmax(390px, 440px); }
    .delivery-visual { display: none; }
    .analytics-visual { align-self: center; }
    .feature-strip { grid-template-columns: repeat(2, 1fr); max-width: 720px; }
    .feature-strip > div:nth-child(2) { border-right: 0; }
    .feature-strip > div:nth-child(-n+2) { margin-bottom: 8px; }
}

@media (max-width: 900px) {
    .login-shell {
        min-height: auto;
        padding: 22px 18px 18px;
    }
    .background-wave {
        right: -18%;
        left: -18%;
        bottom: 2%;
        height: 132px;
    }
    .shape-one {
        top: -200px;
        left: -40px;
        width: 290px;
        height: 290px;
    }
    .shape-two {
        right: -120px;
        bottom: 0;
        width: 320px;
        height: 320px;
    }
    .login-stage {
        display: flex;
        min-height: 0;
        margin-top: 20px;
        flex-direction: column;
        gap: 22px;
    }
    .form-panel {
        order: 1;
        width: 100%;
    }
    .form-panel-inner,
    .signup-shell .form-panel-inner {
        max-width: 100%;
    }
    .analytics-visual {
        order: 2;
        width: min(100%, 640px);
        margin-top: 6px;
        text-align: center;
    }
    .visual-heading {
        max-width: 540px;
        margin-right: auto;
        margin-left: auto;
    }
    .visual-heading p {
        margin-right: auto;
        margin-left: auto;
    }
    .dashboard-preview {
        margin-right: auto;
        margin-left: auto;
    }
    .analytics-float {
        display: none;
    }
}

@media (max-width: 760px) {
    .login-shell { padding: 18px 14px 16px; }
    .login-brand,
    .mobile-brand,
    .feature-strip,
    .powered-by {
        display: none;
    }
    .login-stage { margin-top: 16px; gap: 18px; }
    .analytics-visual { display: none; }
    .login-card.wrap-login100 {
        padding: 26px 20px 22px;
        border-radius: 16px;
        box-shadow: 0 20px 50px rgba(32,91,122,.11), 0 4px 14px rgba(32,91,122,.05);
    }
    .form-heading {
        margin-bottom: 22px;
        text-align: center;
    }
    .tenant-logo {
        max-width: 170px;
        max-height: 52px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        object-position: center;
    }
    .eyebrow {
        margin-bottom: 10px;
        font-size: 9px;
        letter-spacing: .11em;
    }
    .form-heading h2 {
        font-size: clamp(24px, 7vw, 30px);
        line-height: 1.14;
    }
    .form-heading p,
    .visual-heading p,
    .delivery-copy p {
        font-size: 12px;
        line-height: 1.55;
    }
    .label-input100 {
        margin-bottom: 7px;
        font-size: 11px;
    }
    .field-group.wrap-input100 {
        margin-bottom: 16px;
    }
    .input100,
    .login100-form-btn,
    .signup-secondary-btn {
        height: 50px;
        min-height: 50px;
        font-size: 13px;
    }
    .input100 {
        padding-right: 42px;
        padding-left: 42px;
    }
    .field-icon {
        left: 15px;
        font-size: 14px;
    }
    .password-toggle {
        right: 6px;
        width: 34px;
        height: 34px;
    }
    .button-arrow {
        right: 16px;
    }
    .signup-step-indicator {
        display: grid;
        width: 100%;
        margin-bottom: 18px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .step-pill {
        width: 100%;
        min-height: 36px;
        padding: 8px 12px;
        font-size: 10px;
        line-height: 1.2;
        text-align: center;
        white-space: nowrap;
    }
    .signup-section-header {
        margin-bottom: 14px;
        text-align: left;
    }
    .signup-section-header strong {
        font-size: 13px;
    }
    .signup-section-header small {
        font-size: 10px;
    }
    .signup-form-grid {
        gap: 8px;
        grid-template-columns: 1fr;
    }
    .phone-frame {
        height: 50px;
        align-items: stretch;
    }
    .phone-frame .input100 {
        padding-right: 14px;
    }
    .signup-actions {
        margin-top: 18px;
    }
    .signup-dual-actions {
        margin-top: 20px;
        grid-template-columns: 1fr;
    }
    .signup-secondary-btn {
        width: 100%;
    }
    .feature-strip {
        grid-template-columns: 1fr;
        margin-top: 24px;
        padding: 10px 12px;
    }
    .feature-strip > div {
        padding: 9px 2px;
        border-right: 0;
        border-bottom: 1px solid #e6eef3;
    }
    .feature-strip > div:last-child {
        border-bottom: 0;
    }
    .feature-strip > div:nth-child(-n+2) {
        margin-bottom: 0;
    }
    .signup-form-grid { grid-template-columns: 1fr; }
    .signup-link {
        margin-top: 18px;
        flex-wrap: wrap;
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .login-shell {
        padding: 14px 10px 0;
    }
    .login-brand {
        min-height: 40px;
    }
    .login-brand img { width: 146px; }
    .background-grid {
        background-size: 30px 30px;
        opacity: .28;
    }
    .background-wave {
        right: -24%;
        left: -24%;
        bottom: 0;
        height: 110px;
    }
    .shape-one {
        top: -165px;
        left: -80px;
        width: 220px;
        height: 220px;
    }
    .shape-two {
        right: -90px;
        bottom: 0;
        width: 230px;
        height: 230px;
    }
    .login-stage { margin-top: 12px; gap: 14px; }
    .login-card.wrap-login100 {
        padding: 22px 14px 18px;
        border-radius: 14px;
        box-shadow: 0 16px 40px rgba(32,91,122,.09);
    }
    .mobile-brand {
        margin-bottom: 12px;
    }
    .form-panel-inner,
    .signup-shell .form-panel-inner {
        max-width: 100%;
    }
    .tenant-logo {
        max-width: 150px;
        max-height: 48px;
        margin-bottom: 16px;
    }
    .form-heading { margin-bottom: 18px; }
    .form-heading h2 { font-size: clamp(22px, 8vw, 26px); }
    .form-heading p {
        font-size: 11px;
    }
    .signup-step-indicator {
        display: grid;
        margin-bottom: 16px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }
    .step-pill {
        width: 100%;
        min-height: 32px;
        padding: 8px 10px;
        font-size: 10px;
        line-height: 1.2;
        text-align: center;
        white-space: nowrap;
    }
    .visual-heading {
        margin-bottom: 16px;
    }
    .visual-heading h1 {
        font-size: clamp(22px, 8.5vw, 28px);
    }
    .analytics-visual { display: none; }
    .label-input100 {
        font-size: 10px;
    }
    .field-group.wrap-input100 {
        margin-bottom: 14px;
    }
    .input100,
    .login100-form-btn,
    .signup-secondary-btn {
        height: 46px;
        min-height: 46px;
    }
    .input100 {
        padding-right: 40px;
        padding-left: 40px;
        font-size: 12px;
    }
    .field-icon {
        left: 14px;
        font-size: 13px;
    }
    .password-toggle {
        width: 32px;
        height: 32px;
    }
    .phone-frame {
        height: 46px;
    }
    .phone-frame .input100 {
        padding-right: 12px;
    }
    .signup-email-field .input100 {
        padding-right: 12px;
    }
    .signup-dual-actions {
        gap: 10px;
    }
    .signup-link,
    .security-note,
    .form-error {
        font-size: 10px;
    }
    .feature-strip {
        margin-top: 18px;
        padding: 8px 10px;
    }
    .feature-strip > div > span {
        width: 30px;
        height: 30px;
        flex-basis: 30px;
    }
    .feature-strip strong {
        font-size: 9px;
    }
    .feature-strip small {
        font-size: 7px;
    }
    .powered-by {
        margin-top: 8px;
        font-size: 7px;
    }
}

@media (max-width: 360px) {
    .login-shell {
        padding-right: 8px;
        padding-left: 8px;
    }
    .login-card.wrap-login100 {
        padding: 18px 12px 16px;
    }
    .form-heading h2 {
        font-size: 21px;
    }
    .form-heading p,
    .visual-heading p {
        font-size: 10px;
    }
    .input100,
    .login100-form-btn,
    .signup-secondary-btn {
        height: 46px;
        min-height: 46px;
        font-size: 12px;
    }
    .signup-step-indicator {
        gap: 6px;
    }
    .step-pill {
        min-height: 30px;
        padding: 7px 8px;
        font-size: 9px;
    }
    .button-arrow {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
