.portal-body { min-height: 100vh; background: var(--paper); }
.portal-header, .admin-header { display: flex; align-items: center; justify-content: space-between; padding: 24px 5.8vw; background: var(--paper); }
.back-link { color: #797870; font-size: 11px; }.back-link:hover { color: var(--ink); }
.registration-layout { display: grid; grid-template-columns: .78fr 1.22fr; min-height: calc(100vh - 83px); }
.registration-aside { padding: 105px 8vw 80px 11vw; background: var(--olive); color: var(--paper); }.registration-aside h1 { margin: 0; font: 600 clamp(48px, 5.2vw, 76px)/.98 var(--serif); letter-spacing: -.04em; }.registration-aside > p:not(.eyebrow):not(.aside-small) { max-width: 330px; margin: 30px 0 0; color: rgba(242,238,230,.72); font-size: 14px; line-height: 1.7; }.aside-rule { width: 100%; max-width: 330px; margin: 70px 0 20px; border-top: 1px solid rgba(242,238,230,.3); }.aside-small { display: flex; align-items: center; gap: 9px; color: rgba(242,238,230,.72); font-size: 10px; }
.form-panel { width: min(670px, 100%); padding: 78px 8vw 65px; }.form-panel__heading h2 { margin: 0; font: 600 47px/1 var(--serif); letter-spacing: -.04em; }.form-panel__heading > p:last-child { max-width: 450px; margin: 18px 0 0; color: #77756f; font-size: 12px; line-height: 1.6; }.stepper { display: flex; gap: 27px; margin: 48px 0 35px; border-bottom: 1px solid var(--line); }.step { padding-bottom: 13px; border-bottom: 1px solid transparent; color: #aaa89e; font-size: 10px; }.step b { margin-right: 7px; font-weight: 700; }.step.is-active { border-color: var(--ink); color: var(--ink); }
.form-step { display: none; border: 0; padding: 0; margin: 0; }.form-step.is-active { display: block; animation: rise .3s both; }.form-step legend { margin-bottom: 24px; font: 500 25px var(--serif); }.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 16px; }.field { display: flex; flex-direction: column; gap: 8px; color: #76746e; font-size: 10px; font-weight: 700; letter-spacing: .02em; }.field--full { grid-column: 1 / -1; }.field input, .field select, .field textarea { width: 100%; border: 1px solid rgba(23,24,23,.18); border-radius: 0; outline: 0; padding: 13px 12px; background: rgba(255,255,255,.26); color: var(--ink); font-size: 12px; font-weight: 400; }.field textarea { resize: vertical; line-height: 1.55; }.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--olive); box-shadow: 0 0 0 2px rgba(105,112,90,.14); }.field small { color: #9a988f; font-size: 10px; font-weight: 400; line-height: 1.4; }.optional { color: #aaa89e; font-weight: 400; }.check-row { display: flex; gap: 10px; align-items: flex-start; margin-top: 25px; color: #77756f; font-size: 11px; line-height: 1.5; }.check-row input { flex: 0 0 auto; accent-color: var(--olive); margin-top: 2px; }.form-actions { display: flex; align-items: center; justify-content: space-between; margin-top: 31px; }.text-button--dark { color: #77756f; padding: 0; }.text-button--dark:hover { color: var(--ink); }.kyc-callout { display: flex; gap: 13px; margin-bottom: 27px; border-left: 2px solid var(--olive); padding: 14px 16px; background: rgba(105,112,90,.09); }.kyc-icon { display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: var(--olive); color: white; font-size: 12px; }.kyc-callout strong { font-size: 12px; }.kyc-callout p { margin: 5px 0 0; color: #797870; font-size: 11px; line-height: 1.5; }.form-footnote { margin: 35px 0 0; color: #a19f95; font-size: 10px; line-height: 1.5; }
.admin-body { min-height: 100vh; background: #ebe8df; }.admin-header { border-bottom: 1px solid var(--line); }.admin-label { margin-left: 3px; border-left: 1px solid var(--line); padding-left: 12px; color: #949188; font-size: 10px; font-weight: 500; letter-spacing: .03em; }.admin-user { display: flex; align-items: center; gap: 12px; color: #77756e; font-size: 10px; }.admin-avatar { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--olive); color: white; font-size: 9px; font-weight: 700; }.admin-user .text-button { margin-left: 15px; font-size: 10px; }.admin-main { padding: 68px 7vw 80px; }.admin-heading { display: flex; align-items: end; justify-content: space-between; }.admin-heading h1 { margin: 0; font: 600 53px/1 var(--serif); letter-spacing: -.04em; }.admin-heading p:last-child { margin: 13px 0 0; color: #77756e; font-size: 12px; }.admin-stats { display: grid; grid-template-columns: repeat(4, 1fr); margin: 52px 0 38px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.admin-stats > div { padding: 20px 22px; border-right: 1px solid var(--line); }.admin-stats > div:first-child { padding-left: 0; }.admin-stats > div:last-child { border-right: 0; }.admin-stats span, .admin-stats small { display: block; color: #86847c; font-size: 10px; }.admin-stats strong { display: block; margin: 8px 0 5px; font: 500 33px var(--serif); }.admin-stats .positive { color: var(--olive); }.admin-stats .warning { color: #ae7153; }.admin-table-wrap { background: var(--paper); padding: 26px 27px 31px; }.admin-toolbar { display: flex; justify-content: space-between; align-items: end; padding-bottom: 19px; border-bottom: 1px solid var(--line); }.admin-toolbar .filter-tabs { gap: 23px; }.admin-toolbar .filter-tab span { margin-left: 5px; color: #9c9a91; }.application-table { overflow-x: auto; }.table-row { display: grid; grid-template-columns: 1.5fr .85fr 1.05fr 1.05fr .65fr; align-items: center; gap: 13px; min-width: 720px; border-bottom: 1px solid var(--line); padding: 18px 0; color: #737169; font-size: 10px; }.table-head { padding: 17px 0 11px; border-bottom: 0; color: #9a988f; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }.applicant { display: flex; align-items: center; gap: 11px; }.applicant-avatar { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; font: 500 16px var(--serif); }.avatar-sand { background: #d5c5aa; }.avatar-rose { background: #d5b7ad; }.avatar-olive { background: #b2bba0; }.avatar-ink { background: #777871; color: var(--paper); }.avatar-gold { background: #d3c695; }.applicant strong, .applicant small { display: block; }.applicant strong { color: var(--ink); font: 500 16px var(--serif); }.applicant small { margin-top: 3px; color: #9a988f; font-size: 9px; }.status-badge { display: inline-block; width: max-content; padding: 6px 8px; font-size: 9px; }.status-badge--pending { background: #eee7d1; color: #837348; }.status-badge--verified { background: #dfe7d7; color: #59724e; }.status-badge--flagged { background: #f0dfd8; color: #985c4a; }.review-button { justify-self: start; border: 0; border-bottom: 1px solid var(--ink); padding: 0 0 4px; background: transparent; color: var(--ink); font-size: 10px; font-weight: 700; }.application-row.is-hidden { display: none; }.admin-empty { display: none; padding: 45px 0 20px; color: #85837b; text-align: center; font-size: 12px; }.admin-empty.is-visible { display: block; }.admin-note { display: flex; gap: 9px; margin: 19px 0 0; color: #86847c; font-size: 10px; line-height: 1.5; }.review-drawer { position: fixed; z-index: 15; inset: 0; display: flex; justify-content: flex-end; background: rgba(23,24,23,.35); opacity: 0; visibility: hidden; transition: .25s ease; }.review-drawer.is-open { opacity: 1; visibility: visible; }.drawer-panel { position: relative; width: min(440px, 100%); padding: 65px 39px; background: var(--paper); transform: translateX(100%); transition: .3s ease; }.review-drawer.is-open .drawer-panel { transform: translateX(0); }.drawer-close { position: absolute; top: 24px; right: 27px; border: 0; background: transparent; color: #77756e; font-size: 26px; font-weight: 300; }.drawer-panel h2 { margin: 0; font: 500 38px var(--serif); }.drawer-location { margin: 8px 0 35px; color: #8b8981; font-size: 11px; }.drawer-section { border-top: 1px solid var(--line); padding: 21px 0; }.drawer-section h3 { margin: 0 0 13px; font: 500 20px var(--serif); }.drawer-section p { margin: 7px 0; color: #77756e; font-size: 11px; }.muted-copy { line-height: 1.6; }.check-result { margin: 10px 0; color: #637056; font-size: 11px; }.check-result span { display: inline-grid; place-items: center; width: 17px; height: 17px; margin-right: 7px; border-radius: 50%; background: #dfe7d7; }.check-result--pending { color: #9a7054; }.check-result--pending span { background: #f0dfd8; }.drawer-actions { display: flex; gap: 11px; margin-top: 25px; }.drawer-actions .button { flex: 1; gap: 9px; padding: 0 10px; font-size: 10px; }
@media (max-width: 800px) { .registration-layout { display: block; }.registration-aside { padding: 65px 8vw 55px; }.aside-rule { margin-top: 42px; }.form-panel { width: auto; padding: 55px 8vw 60px; }.admin-main { padding: 48px 6vw 60px; }.admin-heading { display: block; }.admin-actions { margin-top: 25px; }.admin-stats { grid-template-columns: repeat(2, 1fr); }.admin-stats > div, .admin-stats > div:first-child { padding: 17px 15px; }.admin-stats > div:nth-child(2) { border-right: 0; }.admin-toolbar { display: block; }.admin-toolbar .filter-tabs { overflow-x: auto; }.admin-toolbar .search-field { margin-top: 20px; }.admin-table-wrap { padding: 20px 18px 25px; } }
@media (max-width: 560px) { .portal-header, .admin-header { padding: 20px 6vw; }.back-link { font-size: 0; }.back-link::after { content: '← Directory'; font-size: 10px; }.form-grid { grid-template-columns: 1fr; }.field--full { grid-column: auto; }.form-panel__heading h2 { font-size: 39px; }.stepper { gap: 13px; justify-content: space-between; }.step { font-size: 9px; }.step b { display: block; margin: 0 0 5px; }.admin-user > span:not(.admin-avatar), .admin-user .text-button { display: none; }.admin-heading h1 { font-size: 43px; }.admin-stats strong { font-size: 27px; }.admin-stats span { line-height: 1.4; }.drawer-panel { padding: 65px 25px; } }
