:root {
    --pmor-navy: #071a3d;
    --pmor-navy-2: #0b2b59;
    --pmor-lime: #9ee000;
    --pmor-lime-dark: #79b400;
    --pmor-ink: #091a38;
    --pmor-muted: #66738a;
    --pmor-border: #d7dde7;
    --pmor-surface: #ffffff;
    --pmor-page: #f7f9fc;
}

body.pmor-route {
    margin: 0;
    color: var(--pmor-ink);
    background: var(--pmor-page);
    font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.pm-owner-registration,
.pm-owner-registration * {
    box-sizing: border-box;
}

.pm-owner-registration {
    min-height: 100vh;
    color: var(--pmor-ink);
    background:
        radial-gradient(circle at 50% 24%, rgba(158, 224, 0, .08), transparent 28rem),
        linear-gradient(#fff 0, #f7f9fc 26rem, #f7f9fc 100%);
}

.pmor-header {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 40px;
    min-height: 96px;
    padding: 16px clamp(24px, 4vw, 68px);
    border-bottom: 1px solid #e8ebf0;
    background: rgba(255, 255, 255, .96);
}

.pmor-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--pmor-navy);
    text-decoration: none;
}

.pmor-brand-mark {
    position: relative;
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border: 3px solid var(--pmor-lime);
    border-radius: 50%;
    transform: rotate(-18deg);
}

.pmor-brand-mark::after {
    content: "";
    position: absolute;
    right: 34px;
    width: 25px;
    height: 3px;
    border-radius: 4px;
    background: var(--pmor-lime);
    box-shadow: 6px 8px 0 var(--pmor-lime), 2px -8px 0 var(--pmor-lime);
}

.pmor-brand-mark i {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--pmor-lime);
}

.pmor-brand-copy {
    position: relative;
    display: grid;
    line-height: .78;
    transform: skew(-7deg);
}

.pmor-brand-copy b {
    font-size: 23px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: -.8px;
}

.pmor-brand-copy b:nth-child(2) {
    color: var(--pmor-lime-dark);
}

.pmor-brand-copy small {
    position: absolute;
    right: -27px;
    bottom: -1px;
    font-size: 12px;
    font-weight: 900;
}

.pmor-header nav {
    display: flex;
    justify-content: center;
    gap: clamp(24px, 3vw, 52px);
}

.pmor-header nav a {
    color: var(--pmor-ink);
    font-size: 15px;
    font-weight: 650;
    text-decoration: none;
}

.pmor-header nav a:hover,
.pmor-header nav a[aria-current="page"] {
    color: #578500;
}

.pmor-header-actions,
.pmor-profile-actions,
.pmor-success-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

.pmor-button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    border: 1px solid transparent;
    border-radius: 7px;
    font: inherit;
    font-size: 15px;
    font-weight: 750;
    text-decoration: none;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}

.pmor-button:hover {
    transform: translateY(-1px);
}

.pmor-button:focus-visible,
.pm-owner-registration input:focus-visible,
.pm-owner-registration select:focus-visible,
.pm-owner-registration textarea:focus-visible {
    outline: 3px solid rgba(158, 224, 0, .28);
    outline-offset: 2px;
}

.pmor-button:disabled {
    cursor: wait;
    opacity: .68;
    transform: none;
}

.pmor-button-outline {
    border-color: var(--pmor-navy);
    color: var(--pmor-navy);
    background: #fff;
}

.pmor-button-lime {
    color: #102500;
    background: linear-gradient(135deg, #a8ea00, #91d200);
    box-shadow: 0 12px 26px rgba(126, 185, 0, .16);
}

.pm-owner-registration main {
    width: min(1160px, calc(100% - 40px));
    margin: 0 auto;
    padding: 26px 0 34px;
}

.pmor-breadcrumb {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-bottom: 10px;
    color: var(--pmor-muted);
    font-size: 14px;
}

.pmor-breadcrumb a {
    color: var(--pmor-navy);
    text-decoration: none;
}

.pmor-intro {
    max-width: 760px;
    margin: 10px auto 14px;
    text-align: center;
}

.pmor-eyebrow {
    display: block;
    margin-bottom: 6px;
    color: #78b400;
    font-size: 14px;
    font-weight: 850;
    letter-spacing: .02em;
}

.pmor-intro h1 {
    margin: 0;
    font-size: clamp(31px, 4vw, 47px);
    line-height: 1.08;
    letter-spacing: -1.7px;
}

.pmor-intro p,
.pmor-card-heading p {
    margin: 9px 0 0;
    color: var(--pmor-muted);
    font-size: 16px;
}

.pmor-progress {
    display: grid;
    grid-template-columns: auto minmax(80px, 210px) auto;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin: 20px auto 25px;
}

.pmor-progress > i {
    height: 2px;
    background: #d7dde6;
}

.pmor-progress-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #7d8799;
}

.pmor-progress-item span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    color: #40506b;
    background: #e7ebf1;
    font-size: 14px;
    font-weight: 800;
}

.pmor-progress-item.active,
.pmor-progress-item.complete {
    color: var(--pmor-ink);
}

.pmor-progress-item.active span,
.pmor-progress-item.complete span {
    color: #fff;
    background: linear-gradient(145deg, #9fe100, #79b900);
}

.pmor-progress-item.complete + i {
    background: var(--pmor-lime);
}

.pmor-card {
    width: min(970px, 100%);
    margin: 0 auto;
    padding: 26px 32px 22px;
    border: 1px solid var(--pmor-border);
    border-radius: 12px;
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 18px 50px rgba(6, 30, 67, .06);
}

.pmor-card-heading {
    margin-bottom: 20px;
}

.pmor-card-heading.centered {
    text-align: center;
}

.pmor-card-heading h2,
.pmor-success-card h2 {
    margin: 0;
    font-size: clamp(25px, 3vw, 34px);
    line-height: 1.1;
    letter-spacing: -1px;
}

.pmor-grid {
    display: grid;
    gap: 16px;
}

.pmor-grid.two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pm-owner-registration form > label,
.pmor-grid label {
    display: grid;
    gap: 7px;
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 650;
}

.pm-owner-registration input,
.pm-owner-registration select,
.pm-owner-registration textarea {
    width: 100%;
    min-height: 44px;
    padding: 10px 13px;
    border: 1px solid #cbd3df;
    border-radius: 6px;
    color: var(--pmor-ink);
    background: #fff;
    font: inherit;
    font-size: 14px;
    font-weight: 400;
}

.pm-owner-registration textarea {
    min-height: 66px;
    resize: vertical;
}

.pm-owner-registration input::placeholder,
.pm-owner-registration textarea::placeholder {
    color: #929daf;
}

.pmor-password-wrap,
.pmor-price-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.pmor-password-toggle {
    position: absolute;
    right: 5px;
    width: 38px;
    height: 36px;
    border: 0;
    border-radius: 5px;
    color: #6f7a8d;
    background: transparent;
    cursor: pointer;
}

.pmor-price-wrap i {
    display: grid;
    align-self: stretch;
    min-width: 42px;
    place-items: center;
    border: 1px solid #cbd3df;
    border-right: 0;
    border-radius: 6px 0 0 6px;
    font-style: normal;
    background: #f5f7fa;
}

.pmor-price-wrap input {
    border-radius: 0 6px 6px 0;
}

.pmor-divider {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 16px;
    margin: 3px 0 14px;
    font-size: 14px;
    font-weight: 750;
}

.pmor-divider::before,
.pmor-divider::after {
    content: "";
    height: 1px;
    background: #cbd3df;
}

.pmor-court-types,
.pmor-amenities,
.pmor-hours {
    min-width: 0;
    margin: 0 0 15px;
    padding: 0;
    border: 0;
}

.pmor-court-types legend {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
}

.pmor-court-types {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.pmor-court-types > label {
    position: relative;
    display: flex;
    min-height: 64px;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border: 1px solid #cbd3df;
    border-radius: 6px;
    cursor: pointer;
}

.pmor-court-types input {
    position: absolute;
    opacity: 0;
}

.pmor-court-types > label:has(input:checked) {
    border-color: var(--pmor-lime-dark);
    background: #fbfff1;
    box-shadow: inset 0 0 0 1px rgba(158, 224, 0, .35);
}

.pmor-type-icon {
    color: #86c900;
    font-size: 27px;
}

.pmor-court-types b,
.pmor-court-types small {
    display: block;
}

.pmor-court-types small {
    margin-top: 3px;
    color: var(--pmor-muted);
    font-size: 11px;
    font-weight: 400;
}

.pmor-consent {
    display: flex;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 9px;
    margin: 0;
    font-weight: 450;
}

.pmor-consent input,
.pmor-amenity input {
    width: 18px;
    min-height: 18px;
    accent-color: var(--pmor-lime-dark);
}

.pmor-form-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #e2e6ed;
}

.pmor-form-footer p {
    margin: 0;
    color: var(--pmor-muted);
    font-size: 13px;
}

.pmor-form-footer a {
    color: #075a8a;
    font-weight: 700;
}

.pmor-submit {
    width: min(320px, 100%);
}

.pmor-private-note,
.pmor-edit-note {
    margin: 13px auto 0;
    color: var(--pmor-muted);
    text-align: center;
    font-size: 12px;
}

.pmor-private-note span {
    margin-right: 7px;
    color: var(--pmor-navy);
    font-size: 18px;
}

.pmor-notice {
    margin: -4px 0 18px;
    padding: 11px 14px;
    border-radius: 7px;
    font-size: 13px;
}

.pmor-notice.error {
    border: 1px solid #f3b9b9;
    color: #8d1e1e;
    background: #fff3f3;
}

.pmor-notice.success {
    border: 1px solid #b9dc78;
    color: #386300;
    background: #f7ffe9;
}

.pmor-profile-card {
    width: min(760px, 100%);
}

.pmor-cover-upload {
    position: relative;
    display: grid;
    min-height: 120px;
    place-items: center;
    align-content: center;
    gap: 4px;
    margin-bottom: 15px;
    padding: 18px;
    border: 1px dashed #9ba7ba;
    border-radius: 7px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

.pmor-cover-upload.has-image {
    min-height: 180px;
    color: #fff;
    background-image: linear-gradient(rgba(4, 23, 55, .55), rgba(4, 23, 55, .55)), var(--cover);
    background-position: center;
    background-size: cover;
}

.pmor-cover-upload input {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

.pmor-cover-upload small,
.pmor-cover-upload em {
    color: var(--pmor-muted);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}

.pmor-cover-upload.has-image small,
.pmor-cover-upload.has-image em {
    color: #fff;
}

.pmor-cover-upload em {
    margin-top: 4px;
    color: #4d7500;
    font-weight: 700;
}

.pmor-cover-icon {
    font-size: 26px;
}

.pmor-amenities legend,
.pmor-hours legend {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 650;
}

.pmor-amenities > div {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 9px;
}

.pmor-amenity {
    display: flex;
    min-height: 40px;
    align-items: center;
    gap: 8px;
    padding: 8px 9px;
    border: 1px solid #cbd3df;
    border-radius: 6px;
    font-size: 12px;
    cursor: pointer;
}

.pmor-amenity.selected {
    border-color: #9bcc39;
    background: #fbfff2;
}

.pmor-amenity > span {
    display: grid;
    min-width: 25px;
    height: 25px;
    place-items: center;
    border-radius: 5px;
    color: #4c7400;
    background: #edf8d3;
    font-size: 10px;
}

.pmor-hours {
    border: 1px solid #d5dbe5;
    border-radius: 7px;
}

.pmor-hours legend {
    width: 100%;
    padding: 0 0 7px;
}

.pmor-hours-row {
    display: grid;
    grid-template-columns: 1.2fr .9fr auto .9fr auto;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 8px 12px;
    font-size: 12px;
}

.pmor-hours-row + .pmor-hours-row {
    border-top: 1px solid #e1e5ec;
}

.pmor-hours-row input[type="time"] {
    min-height: 36px;
    padding: 6px 8px;
}

.pmor-hours-row.closed > input[type="time"] {
    opacity: .45;
}

.pmor-switch {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--pmor-muted);
    cursor: pointer;
}

.pmor-switch input {
    position: absolute;
    opacity: 0;
}

.pmor-switch i {
    position: relative;
    width: 32px;
    height: 18px;
    border-radius: 99px;
    background: #cbd2dd;
}

.pmor-switch i::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    transition: transform .15s ease;
}

.pmor-switch input:checked + i {
    background: var(--pmor-lime-dark);
}

.pmor-switch input:checked + i::after {
    transform: translateX(14px);
}

.pmor-profile-actions {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    margin-top: 20px;
}

.pmor-profile-actions .pmor-submit {
    width: 100%;
}

.pmor-success-card {
    max-width: 760px;
    margin-top: 55px;
    padding: 50px;
    text-align: center;
}

.pmor-success-icon {
    display: grid;
    width: 64px;
    height: 64px;
    place-items: center;
    margin: 0 auto 18px;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, #a4e800, #72b000);
    font-size: 30px;
    box-shadow: 0 12px 26px rgba(126, 185, 0, .22);
}

.pmor-success-card > p {
    max-width: 620px;
    margin: 14px auto 24px;
    color: var(--pmor-muted);
    line-height: 1.65;
}

.pmor-review-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 28px 0;
    text-align: left;
}

.pmor-review-list > span {
    display: grid;
    grid-template-columns: 30px 1fr;
    gap: 3px 9px;
    padding: 15px;
    border: 1px solid #dce2ea;
    border-radius: 8px;
    background: #fbfcfe;
}

.pmor-review-list i {
    display: grid;
    grid-row: 1 / 3;
    width: 28px;
    height: 28px;
    place-items: center;
    border-radius: 50%;
    color: #365400;
    background: #e9f9c5;
    font-style: normal;
    font-weight: 800;
}

.pmor-review-list b {
    font-size: 12px;
}

.pmor-review-list small {
    color: var(--pmor-muted);
    font-size: 10px;
    line-height: 1.4;
}

.pmor-success-actions {
    justify-content: center;
}

.pm-owner-registration footer {
    margin-top: auto;
    padding: 20px;
    color: #fff;
    background: var(--pmor-navy);
    text-align: center;
    font-size: 13px;
}

@media (max-width: 900px) {
    .pmor-header {
        grid-template-columns: 1fr auto;
    }

    .pmor-header nav {
        display: none;
    }

    .pmor-amenities > div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .pmor-review-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 680px) {
    .pmor-header {
        min-height: 74px;
        padding: 12px 16px;
    }

    .pmor-brand-mark {
        width: 36px;
        height: 36px;
    }

    .pmor-brand-copy b {
        font-size: 18px;
    }

    .pmor-header-actions .pmor-button-outline {
        display: none;
    }

    .pmor-header-actions .pmor-button {
        min-height: 41px;
        padding: 0 15px;
        font-size: 12px;
    }

    .pm-owner-registration main {
        width: min(100% - 24px, 1160px);
        padding-top: 16px;
    }

    .pmor-breadcrumb {
        font-size: 12px;
    }

    .pmor-intro h1 {
        font-size: 30px;
    }

    .pmor-intro p {
        font-size: 14px;
    }

    .pmor-progress {
        grid-template-columns: 1fr 46px 1fr;
        gap: 7px;
    }

    .pmor-progress-item {
        gap: 6px;
        font-size: 11px;
    }

    .pmor-progress-item span {
        width: 29px;
        height: 29px;
    }

    .pmor-card {
        padding: 22px 17px 18px;
        border-radius: 10px;
    }

    .pmor-grid.two,
    .pmor-court-types,
    .pmor-profile-actions {
        grid-template-columns: 1fr;
    }

    .pmor-court-types {
        gap: 8px;
    }

    .pmor-court-types > label {
        min-height: 58px;
    }

    .pmor-form-footer {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .pmor-submit {
        width: 100%;
    }

    .pmor-hours-row {
        grid-template-columns: 1fr 1fr auto 1fr;
    }

    .pmor-hours-row > b,
    .pmor-hours-row .pmor-switch {
        grid-column: 1 / -1;
    }

    .pmor-hours-row .pmor-switch {
        justify-content: flex-end;
    }

    .pmor-success-card {
        margin-top: 25px;
        padding: 32px 18px;
    }

    .pmor-success-actions {
        align-items: stretch;
        flex-direction: column;
    }
}

