:root{--color-bg: #ffffff;--color-surface: #ffffff;--color-surface-muted: #f8fafc;--color-surface-soft: #f4f7fa;--color-accent-soft: #f3fbf8;--color-text: #101418;--color-text-muted: #4b5563;--color-brand: #008060;--color-brand-dark: #031713;--color-brand-deep: #050606;--color-brand-strong: #003d33;--color-gold: #d6a72d;--color-danger: #dc2626;--color-warning: #d97706;--color-white: #ffffff;--border-dark-08: rgba(16, 20, 24, .08);--border-dark-10: rgba(16, 20, 24, .1);--border-dark-20: rgba(16, 20, 24, .2);--border-white-08: rgba(255, 255, 255, .08);--border-white-18: rgba(255, 255, 255, .18);--overlay-white-04: rgba(255, 255, 255, .04);--overlay-white-09: rgba(255, 255, 255, .09);--overlay-white-10: rgba(255, 255, 255, .1);--overlay-white-12: rgba(255, 255, 255, .12);--overlay-white-14: rgba(255, 255, 255, .14);--text-on-dark-muted: rgba(255, 255, 255, .62);--text-on-dark-subtle: rgba(255, 255, 255, .48);--text-on-color-muted: rgba(255, 255, 255, .76);--text-on-color-placeholder: rgba(255, 255, 255, .68);--shadow-color: rgba(16, 20, 24, .18);--shadow-color-strong: rgba(16, 20, 24, .24);--shadow-header: rgba(6, 38, 32, .2);--gold-glow: rgba(214, 167, 45, .28);--gold-border: rgba(214, 167, 45, .35);--gold-border-strong: rgba(214, 167, 45, .55);--brand-border: rgba(0, 128, 96, .35);--brand-border-soft: rgba(0, 128, 96, .26);--brand-shadow: rgba(0, 128, 96, .2);--brand-focus: rgba(0, 128, 96, .12);color:var(--color-text);background:var(--color-bg);font-size:10px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;font-size:1.2rem}#root{min-height:100vh}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit}img{display:block;max-width:100%}svg{width:1.4rem;height:1.4rem}h1,h2,p{margin:0}.eyebrow{color:#005f4f;font-size:1rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.brand-mark{display:flex;align-items:center;height:34px;text-decoration:none}.brand-mark img{width:128px;height:auto}.brand-mark--vertical{justify-content:center;height:auto}.brand-mark--vertical img{width:72px}.brand-mark--compact{justify-content:center;width:38px;height:38px;border:1px solid rgba(31,38,44,.1);border-radius:12px;background:#fff}.brand-mark--compact img{width:22px}.button{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:32px;border:1px solid transparent;border-radius:8px;padding:0 12px;cursor:pointer;font-weight:800;line-height:1;font-size:1.1rem;text-decoration:none;transition:transform .14s ease,box-shadow .14s ease,background .14s ease,border-color .14s ease}.button:hover{transform:translateY(-1px)}.button:focus-visible,.page-header__icon-button:focus-visible,.autocomplete__trigger:focus-visible,.autocomplete__option:focus-visible,.sidebar a:focus-visible{outline:3px solid rgba(23,117,184,.25);outline-offset:2px}.button--primary{color:var(--button-primary-color, #ffffff);background:var(--button-primary-bg, #008060);box-shadow:var(--button-primary-shadow, 0 10px 20px rgba(0, 128, 96, .2))}.button--secondary{color:var(--button-secondary-color, #003d33);border-color:var(--button-secondary-border, rgba(0, 128, 96, .28));background:var(--button-secondary-bg, #e7fff7)}.button--ghost{color:var(--button-ghost-color, #4a5c58);background:var(--button-ghost-bg, transparent)}.button--danger{color:var(--button-danger-color, #ffffff);background:var(--button-danger-bg, #b9473f)}.button--sm{min-height:28px;padding:0 10px}.button--lg{min-height:38px;padding:0 14px}.button--full{width:100%}.app-update{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9000;display:flex;align-items:flex-end;justify-content:center;padding:20px;background:#0317136b}.app-update__panel{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;width:min(620px,100%);border:1px solid rgba(0,128,96,.2);border-radius:8px;padding:16px;background:#fff;box-shadow:0 22px 58px #10141838}.app-update__icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:8px;color:#008060;background:#e7fff7}.app-update__icon svg{width:1.8rem;height:1.8rem}.app-update__content{display:grid;gap:4px;min-width:0}.app-update__content h2{color:#101418;font-size:1.5rem;line-height:1.2}.app-update__content p{color:#4b5563;font-size:1.1rem;font-weight:700;line-height:1.35}.app-update__button{white-space:nowrap}@media(max-width:640px){.app-update{padding:12px}.app-update__panel{grid-template-columns:auto minmax(0,1fr)}.app-update__button{grid-column:1 / -1;width:100%}}.field{display:grid;gap:5px}.field__label{color:var(--field-label-color, #1d2935);font-size:1.1rem;font-weight:800}.field__control{display:flex;align-items:center;min-height:36px;border:1px solid var(--field-border-color, #cfd7df);border-radius:8px;background:var(--field-bg, #ffffff);transition:border-color .14s ease,box-shadow .14s ease}.field__control:focus-within{border-color:#008060;box-shadow:0 0 0 3px #0080601f}.field__control--error{border-color:#b9473f}.field__icon{display:inline-flex;margin-left:10px;color:var(--field-icon-color, #7d8b86)}.field__input{width:100%;min-width:0;border:0;outline:0;padding:0 10px;color:var(--field-text-color, #101418);background:transparent}.field__input:disabled{cursor:default;color:#1f2937;-webkit-text-fill-color:#1f2937}.field__control:has(.field__input:disabled){border-color:#10141814;background:#f8fafc}.field__input::placeholder,.page-header__search input::placeholder,.autocomplete__search input::placeholder{color:var(--field-placeholder-color, #8a9691)}.field__control--textarea{align-items:stretch;min-height:88px}.field__input--textarea{min-height:88px;padding:10px;resize:vertical;line-height:1.4}.field__message{color:var(--field-message-color, #005f4f);font-size:1rem;font-weight:700}.password-field{position:relative}.password-field__toggle{position:absolute;right:8px;bottom:7px;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:0;border-radius:6px;color:var(--password-toggle-color, #53635f);background:transparent;cursor:pointer}.password-field .field__input{padding-right:36px}.autocomplete{position:relative;display:grid;gap:5px}.autocomplete__trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:36px;width:100%;border:1px solid #cfd7df;border-radius:8px;padding:6px 10px;color:#101418;background:#fff;cursor:pointer;text-align:left}.autocomplete__trigger:disabled{cursor:default;border-color:#10141814;background:#f8fafc}.autocomplete__trigger span,.autocomplete__option span{display:grid;gap:3px}.autocomplete small{color:#697773;font-size:1rem;font-weight:700}.autocomplete__popover{position:absolute;z-index:20;left:0;right:0;max-height:min(320px,calc(100vh - 32px));border:1px solid rgba(23,32,38,.12);border-radius:10px;padding:8px;background:#fff;box-shadow:0 14px 30px #201e1b29}.autocomplete__popover--down{top:calc(100% + 6px)}.autocomplete__popover--up{bottom:calc(100% + 6px)}.autocomplete__search{display:flex;align-items:center;gap:6px;min-height:30px;border-radius:8px;padding:0 8px;color:#687673;background:#eef3f7}.autocomplete__search input{width:100%;border:0;outline:0;background:transparent}.autocomplete__list{display:grid;gap:3px;margin-top:6px;max-height:258px;overflow-y:auto;overscroll-behavior:contain;padding-right:2px}.autocomplete__option{display:flex;align-items:center;justify-content:space-between;min-height:38px;border:0;border-radius:8px;padding:6px 8px;color:#101418;background:transparent;cursor:pointer;text-align:left}.autocomplete__option:hover{background:#e7fff7}.autocomplete__empty{padding:10px 8px;color:#65736f;font-weight:800}.auth-page{display:grid;grid-template-columns:minmax(420px,.95fr) minmax(0,1.05fr);min-height:100vh;background:#050606}.auth-panel{--field-label-color: rgba(255, 255, 255, .86);--field-border-color: rgba(255, 255, 255, .18);--field-bg: rgba(255, 255, 255, .96);--field-text-color: #101418;--field-icon-color: #63736f;--field-placeholder-color: #8a9691;--field-message-color: #8ae3c7;--password-toggle-color: #53635f;--button-primary-bg: #008060;--button-primary-shadow: 0 14px 28px rgba(0, 128, 96, .28);display:flex;align-items:center;justify-content:center;padding:44px;background:radial-gradient(circle at 18% 12%,rgba(0,128,96,.22),transparent 32%),#050606}.auth-panel__content{width:min(100%,380px)}.auth-panel .brand-mark{height:44px}.auth-panel .brand-mark img{width:168px}.auth-panel .field{gap:7px}.auth-panel .field__control{min-height:42px}.auth-panel .button--lg{min-height:44px}.auth-copy{position:absolute;z-index:2;left:clamp(30px,5vw,76px);bottom:clamp(92px,14vh,150px);display:grid;gap:10px;width:min(430px,calc(100% - 60px))}.auth-copy h1{color:#fff;font-size:clamp(2.6rem,3vw,3.8rem);line-height:1.05;letter-spacing:0;text-shadow:0 12px 30px rgba(0,0,0,.36)}.auth-copy .eyebrow{color:#e6c15d}.auth-copy p:not(.eyebrow){max-width:420px;color:#ffffffc7;font-size:1.35rem;line-height:1.55}.auth-form{display:grid;gap:16px;margin-top:52px}.auth-form--grid{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-form--grid .auth-form__submit{grid-column:1 / -1}.auth-form--steps{gap:20px}.step-indicator{display:grid;gap:10px}.step-indicator span{color:#ffffffa3;font-size:1.05rem;font-weight:900;text-transform:uppercase}.step-indicator div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.step-indicator i{display:block;height:4px;border-radius:999px;background:#ffffff24}.step-indicator i.is-active{background:#008060;box-shadow:0 0 16px #0080606b}.auth-step__fields{display:grid;gap:16px}.auth-step__actions{display:flex;align-items:center;gap:14px}.auth-step__actions .button{flex:1 1 auto}.auth-step__back{flex:0 0 auto;border:0;padding:0;color:#ffffffb3;background:transparent;cursor:pointer;font-size:1.1rem;font-weight:900}.auth-step__back:hover{color:#56d2ad}.auth-step__create{min-height:50px;border-color:#56d2ad59;background:#00a77d;box-shadow:0 18px 34px #00806061}.auth-step__create svg{width:1.8rem;height:1.8rem}.auth-form__meta{display:flex;align-items:center;justify-content:space-between;gap:14px;color:#ffffffad;font-size:1.1rem;font-weight:700}.auth-form__meta label{display:inline-flex;align-items:center;gap:6px}.auth-form__meta a,.auth-switch a{color:#56d2ad;font-weight:900;text-decoration:none}.auth-form__meta input{accent-color:#008060}.auth-switch{display:grid;gap:14px;margin-top:26px;color:#fff;text-align:center}.auth-switch__divider{width:100%;height:1px;background:#ffffff29}.auth-switch h2{color:#fff;font-size:1.35rem;line-height:1.1}.auth-switch p{color:#ffffff9e;font-size:1.08rem;font-weight:700;line-height:1.45}.auth-switch a{text-decoration:none}.auth-panel .button--secondary{color:#fff;border-color:#ffffff2e;background:#ffffff1a}.auth-panel .button--secondary:hover{border-color:#56d2ad80;background:#00806057}.auth-panel .autocomplete{gap:7px}.auth-panel .autocomplete__trigger{min-height:42px;border-color:var(--field-border-color);color:var(--field-text-color);background:var(--field-bg)}.auth-panel .autocomplete__popover{border-color:#ffffff1f}.portfolio-size{display:grid;gap:12px}.portfolio-size__header,.portfolio-size__range{display:flex;align-items:center;justify-content:space-between;gap:12px}.portfolio-size__header strong{color:#fff;font-size:1.2rem}.portfolio-size__control{display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;gap:10px;align-items:center;min-height:48px;border:1px solid var(--field-border-color, #cfd7df);border-radius:10px;padding:0 12px;color:var(--field-icon-color, #7d8b86);background:var(--field-bg, #ffffff)}.portfolio-size__control button{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid rgba(16,20,24,.1);border-radius:8px;color:#101418;background:#fff;cursor:pointer}.portfolio-size__control button:hover{color:#fff;border-color:#008060;background:#008060}.portfolio-size input[type=range]{width:100%;accent-color:#008060;-webkit-appearance:none;-moz-appearance:none;appearance:none;height:6px;border-radius:999px;background:linear-gradient(90deg,#008060 0 var(--portfolio-progress),rgba(16,20,24,.14) var(--portfolio-progress) 100%)}.portfolio-size input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border:3px solid #ffffff;border-radius:999px;background:#008060;box-shadow:0 4px 12px #00806052}.portfolio-size input[type=range]::-moz-range-thumb{width:14px;height:14px;border:3px solid #ffffff;border-radius:999px;background:#008060;box-shadow:0 4px 12px #00806052}.portfolio-size__range{color:#ffffff94;font-size:1rem;font-weight:800}.auth-visual{position:relative;min-height:100vh;overflow:hidden;background:#101418}.auth-visual:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:linear-gradient(90deg,#000000b8,#00000052 52%,#00000094),linear-gradient(180deg,#0000001f,#000000c7)}.auth-visual img{width:100%;height:100%;object-fit:cover;object-position:25% center;transform:scale(1.18);transform-origin:center center}.auth-visual__badge{position:absolute;z-index:2;right:24px;bottom:24px;display:grid;gap:3px;min-width:150px;border:1px solid rgba(255,255,255,.22);border-radius:12px;padding:12px;color:#fff;background:#1720269e;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.auth-visual__badge strong{font-size:1.6rem}.auth-visual__badge span{color:#ffffffc7;font-size:1.1rem}.dashboard-shell{display:grid;grid-template-columns:112px minmax(0,1fr);min-height:100vh;background:#fff}.sidebar{position:sticky;top:0;z-index:30;display:flex;flex-direction:column;gap:18px;height:100vh;border-right:1px solid rgba(255,255,255,.08);padding:18px 10px;background:#050606;overflow:visible}.sidebar__nav{display:grid;gap:6px;margin-top:2px}.sidebar__item{position:relative}.sidebar a,.sidebar__item>button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-height:56px;width:100%;border:0;border-radius:9px;padding:6px;color:#ffffff9e;background:transparent;cursor:pointer;font-size:1rem;font-weight:800;text-decoration:none;text-align:center}.sidebar a.is-active,.sidebar__item>button.is-active{color:#fff;background:#ffffff1a}.sidebar:not(.sidebar--has-pinned) .sidebar__item:hover>button,.sidebar:not(.sidebar--has-pinned) .sidebar__item:focus-within>button,.sidebar__item--pinned>button{color:#fff;background:#ffffff24}.sidebar a svg,.sidebar__item>button svg{color:currentColor;width:2.1rem;height:2.1rem}.module-launcher{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-height:50px;border:1px solid rgba(214,167,45,.22);border-radius:10px;padding:6px;color:#ffffffb8;background:#ffffff0a;cursor:pointer;font-size:1rem;font-weight:900}.module-launcher:hover,.module-launcher[aria-expanded=true]{color:#fff;border-color:#d6a72d85;background:#ffffff17}.module-launcher svg{width:2.1rem;height:2.1rem}.dashboard-icon{--icon-accent: #d6a72d;flex:0 0 auto;overflow:visible}.dashboard-icon__plate,.dashboard-icon__line,.dashboard-icon__gold{stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.dashboard-icon__plate{stroke:currentColor}.dashboard-icon__line{stroke:currentColor;opacity:.72}.dashboard-icon__gold{stroke:var(--icon-accent)}.dashboard-icon__gold-fill{fill:var(--icon-accent);opacity:.94}.sidebar:not(.sidebar--has-pinned) .sidebar__item:hover .dashboard-icon,.sidebar:not(.sidebar--has-pinned) .sidebar__item:focus-within .dashboard-icon,.sidebar__item--pinned .dashboard-icon,.sidebar a.is-active .dashboard-icon{filter:drop-shadow(0 0 8px rgba(214,167,45,.28))}.sidebar-profile{position:relative}.sidebar-notification{margin-top:auto;display:grid;justify-items:center;gap:5px;width:100%;min-height:54px;border:0;border-radius:10px;padding:7px 6px;color:var(--text-on-dark-muted);background:transparent;cursor:pointer;font-size:1rem;font-weight:900}.sidebar-notification:hover,.sidebar-notification:focus-visible{color:var(--color-white);background:var(--overlay-white-10)}.sidebar-notification svg{width:2.1rem;height:2.1rem}.sidebar-profile__trigger{display:grid;justify-items:center;gap:6px;width:100%;min-height:58px;border:0;border-radius:10px;padding:7px 6px;color:var(--text-on-dark-muted);background:transparent;cursor:pointer;font-size:1rem;font-weight:900}.sidebar-profile:hover .sidebar-profile__trigger,.sidebar-profile:focus-within .sidebar-profile__trigger{color:var(--color-white);background:var(--overlay-white-10)}.sidebar-profile__avatar{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid var(--gold-border);border-radius:999px;color:var(--color-text);background:var(--color-gold);font-weight:950;overflow:hidden}.sidebar-profile__avatar img{width:100%;height:100%;object-fit:cover}.sidebar-profile__avatar--large{width:38px;height:38px}.sidebar-profile__menu{position:absolute;left:calc(100% + 14px);bottom:0;z-index:40;display:grid;gap:6px;width:230px;border:1px solid var(--border-dark-10);border-radius:16px;padding:10px;pointer-events:none;opacity:0;transform:translate(-8px) scale(.98);transform-origin:left bottom;background:var(--color-surface);box-shadow:0 24px 70px var(--shadow-color);transition:opacity .15s ease,transform .15s ease}.sidebar-profile:hover .sidebar-profile__menu,.sidebar-profile:focus-within .sidebar-profile__menu{pointer-events:auto;opacity:1;transform:translate(0) scale(1)}.sidebar-profile__menu:before{position:absolute;top:0;right:100%;width:18px;height:100%;content:""}.sidebar-profile__menu header{display:flex;align-items:center;gap:10px;border-bottom:1px solid var(--border-dark-08);padding:8px 8px 12px}.sidebar-profile__menu header div{display:grid;gap:3px;min-width:0}.sidebar-profile__menu strong{color:var(--color-text);font-size:1.2rem}.sidebar-profile__menu small{color:var(--color-text-muted);font-size:1rem;font-weight:800}.sidebar-profile__menu a{display:flex;flex-direction:row;justify-content:flex-start;min-height:38px;border-radius:10px;padding:0 9px;color:var(--color-text);font-size:1.08rem;text-align:left}.sidebar-profile__menu a:hover,.sidebar-profile__menu a:focus-visible{color:var(--color-brand);background:var(--color-accent-soft)}.sidebar-profile__menu a svg{width:1.8rem;height:1.8rem}.sidebar-flyout{position:absolute;top:-14px;left:calc(100% + 14px);display:grid;gap:18px;width:min(68vw,720px);max-height:min(560px,calc(100vh - 40px));border:1px solid rgba(16,20,24,.1);border-radius:18px;padding:22px;overflow:auto;pointer-events:none;opacity:0;transform:translate(-8px) scale(.98);transform-origin:left center;background:#fff;box-shadow:0 24px 70px #1014182e;transition:opacity .15s ease,transform .15s ease}.sidebar__item--center .sidebar-flyout{top:50%;transform:translate(-8px) translateY(-50%) scale(.98)}.sidebar__item--above .sidebar-flyout{top:auto;bottom:-14px}.sidebar:not(.sidebar--has-pinned) .sidebar__item:hover .sidebar-flyout,.sidebar:not(.sidebar--has-pinned) .sidebar__item:focus-within .sidebar-flyout,.sidebar__item--pinned .sidebar-flyout{pointer-events:auto;opacity:1;transform:translate(0) scale(1)}.sidebar:not(.sidebar--has-pinned) .sidebar__item--center:hover .sidebar-flyout,.sidebar:not(.sidebar--has-pinned) .sidebar__item--center:focus-within .sidebar-flyout,.sidebar__item--center.sidebar__item--pinned .sidebar-flyout{transform:translate(0) translateY(-50%) scale(1)}.sidebar-flyout:before{position:absolute;top:0;right:100%;width:18px;height:100%;content:""}.sidebar-flyout__intro{display:grid;grid-template-columns:50px minmax(0,1fr);gap:14px;align-items:center}.sidebar-flyout__icon{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:16px;color:#fff;background:#101418;box-shadow:inset 0 0 0 1px #d6a72d59}.sidebar-flyout__icon svg{width:2.8rem;height:2.8rem}.sidebar-flyout__intro h2{margin-top:3px;color:#101418;font-size:2.2rem;line-height:1}.sidebar-flyout__intro span{display:block;margin-top:6px;color:#4b5563;font-size:1.2rem;font-weight:700;line-height:1.45}.sidebar-flyout__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.sidebar .sidebar-flyout__option{display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:start;min-height:82px;border:1px solid rgba(16,20,24,.08);border-radius:14px;padding:12px;color:#101418;background:#fff;text-align:left}.sidebar .sidebar-flyout__option:hover,.sidebar .sidebar-flyout__option:focus-visible{border-color:#00806059;background:#f3fbf8}.sidebar .sidebar-flyout__option svg{width:2.4rem;height:2.4rem;color:#101418}.sidebar .sidebar-flyout__option:hover .dashboard-icon,.sidebar .sidebar-flyout__option:focus-visible .dashboard-icon{color:#008060}.sidebar-flyout__option span{display:grid;gap:5px}.sidebar-flyout__option strong{font-size:1.25rem}.sidebar-flyout__option small{color:#4b5563;font-size:1.08rem;font-weight:700;line-height:1.35}.sidebar-flyout__option em{align-self:start;border-radius:999px;padding:4px 7px;color:#fff;background:#101418;font-size:.9rem;font-style:normal;font-weight:900;white-space:nowrap}.sidebar-flyout__footer{display:grid;gap:10px;border-top:1px solid rgba(16,20,24,.08);padding-top:14px}.sidebar-flyout__footer strong{color:#101418;font-size:1.2rem}.sidebar-flyout__footer div{display:flex;flex-wrap:wrap;gap:8px}.sidebar-flyout__footer button{display:inline-flex;align-items:center;gap:6px;min-height:34px;border:1px solid rgba(16,20,24,.1);border-radius:999px;padding:0 11px;color:#101418;background:#f4f7fa;cursor:pointer;font-size:1.05rem;font-weight:900}.sidebar-flyout__footer button:hover{color:#fff;border-color:#101418;background:#101418}.sidebar-flyout__footer button svg{width:1.7rem;height:1.7rem}.module-panel{position:absolute;top:18px;left:calc(100% + 16px);z-index:50;display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:16px;width:min(72vw,760px);max-height:calc(100vh - 36px);border:1px solid rgba(16,20,24,.1);border-radius:18px;padding:20px;background:#fff;box-shadow:0 28px 90px #1014183d}.module-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.module-panel__header h2{margin-top:4px;color:#101418;font-size:2.4rem;line-height:1}.module-panel__header span{display:block;margin-top:7px;color:#4b5563;font-size:1.2rem;font-weight:700}.module-panel__close{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid rgba(16,20,24,.1);border-radius:10px;color:#101418;background:#fff;cursor:pointer;font-size:2rem;line-height:1}.module-search{display:flex;align-items:center;gap:10px;min-height:38px;border:1px solid rgba(0,128,96,.26);border-radius:12px;padding:0 13px;color:#008060;background:#f3fbf8}.module-search svg{width:2rem;height:2rem}.module-search input{width:100%;min-width:0;border:0;outline:0;color:#101418;background:transparent;font-weight:800}.module-panel__content{display:grid;gap:10px;overflow:auto;padding-right:3px}.module-group{display:grid;gap:8px;border:1px solid rgba(16,20,24,.08);border-radius:14px;padding:12px;background:#fff}.module-group>header{display:grid;grid-template-columns:30px minmax(0,1fr);align-items:center;gap:10px}.module-group>header svg{width:2.2rem;height:2.2rem;color:#101418}.module-group h3{margin:0;color:#101418;font-size:1.55rem;line-height:1}.module-group header span{display:block;margin-top:4px;color:#4b5563;font-size:1.05rem;font-weight:700}.module-group__items{display:grid;grid-template-columns:1fr;gap:6px}.module-group__items a{display:grid;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:54px;border:1px solid rgba(16,20,24,.08);border-radius:10px;padding:9px 10px;color:#101418;background:#f8fafc;text-decoration:none}.module-group__items a:hover,.module-group__items a:focus-visible{border-color:#d6a72d8c;background:#fff}.module-group__items a>svg{width:2rem;height:2rem;color:#008060}.module-group__items span{display:grid;gap:3px;text-align:left}.module-group__items strong{color:#101418;font-size:1.2rem;line-height:1.1}.module-group__items small{color:#4b5563;font-size:1rem;font-weight:700;line-height:1.35}.module-group__items em{align-self:center;border-radius:999px;padding:4px 7px;color:#fff;background:#101418;font-size:.88rem;font-style:normal;font-weight:900;white-space:nowrap}.module-panel__empty{display:grid;justify-items:center;gap:8px;border:1px dashed rgba(16,20,24,.2);border-radius:16px;padding:34px;color:#101418;text-align:center}.module-panel__empty svg{width:3rem;height:3rem;color:#008060}.module-panel__empty span{color:#4b5563;font-weight:700}.dashboard-main{display:grid;align-content:start;gap:16px;padding:0 20px 20px}.page-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 -20px;border-radius:0;padding:18px 24px;color:var(--color-white);background:linear-gradient(135deg,rgba(214,167,45,.16),transparent 44%),var(--color-brand-dark);box-shadow:0 14px 34px var(--shadow-header)}.page-header__copy{min-width:0}.page-header__copy p{color:var(--color-gold);font-size:1rem;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.breadcrumb{display:flex;flex-wrap:wrap;gap:6px;align-items:center;color:var(--text-on-color-muted);font-size:1rem;font-weight:900}.breadcrumb span{display:inline-flex;align-items:center;gap:6px}.breadcrumb span:not(:last-child):after{color:var(--color-gold);content:">"}.breadcrumb span:last-child{color:var(--color-gold)}.page-header h1{margin-top:4px;color:var(--color-white);font-size:clamp(1.6rem,2vw,2.2rem);line-height:1;letter-spacing:0}.page-header__copy span{display:block;margin-top:6px;color:var(--text-on-color-muted);font-weight:800}.panel p{color:#4b5563;font-weight:700}.page-header__actions{display:flex;align-items:center;gap:7px}.page-header__search{display:flex;align-items:center;gap:7px;width:min(34vw,310px);min-height:34px;border:1px solid var(--border-white-18);border-radius:9px;padding:0 10px;color:#ffffffbf;background:var(--overlay-white-12)}.page-header__search svg{width:1.6rem;height:1.6rem}.page-header__search input{width:100%;min-width:0;border:0;outline:0;color:var(--color-white);background:transparent;font-weight:800}.page-header__search input::placeholder{color:var(--text-on-color-placeholder)}.page-header__icon-button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid var(--border-white-18);border-radius:9px;color:var(--color-white);background:var(--overlay-white-12);cursor:pointer}.page-header__icon-button svg{width:1.7rem;height:1.7rem}.page-header .button{color:var(--color-text);background:var(--color-gold);box-shadow:none}.metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.stat-card,.panel{border:1px solid rgba(23,32,38,.08);border-radius:12px;background:#fff;box-shadow:0 10px 24px #2b251d0d}.stat-card{display:grid;gap:6px;padding:13px}.stat-card span{color:#65736f;font-size:1.1rem;font-weight:800}.stat-card strong{color:#14221f;font-size:2rem;line-height:1}.stat-card small{color:#008060;font-weight:900}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(320px,.6fr);gap:10px}.dashboard-grid--balanced,.dashboard-analytics{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:10px}.panel{min-width:0;padding:14px}.panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:12px}.panel__header h2{color:#101418;font-size:1.4rem}.dashboard-trend{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:5px 8px;color:#fff;background:#008060;font-weight:900}.dashboard-chart-panel{min-height:290px}.revenue-chart{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;align-items:end;height:170px;margin-top:14px;border-bottom:1px solid rgba(16,20,24,.1);padding:0 4px 8px}.revenue-chart__bar{display:grid;align-items:end;gap:8px;height:100%}.revenue-chart__bar span{display:block;min-height:18px;border-radius:8px 8px 3px 3px;background:linear-gradient(180deg,#d6a72dd1,#008060eb);box-shadow:0 8px 18px #00806029}.revenue-chart__bar strong{color:#65736f;font-size:1rem;text-align:center}.dashboard-chart-footer{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-top:12px}.dashboard-chart-footer strong{color:#101418;font-size:2rem}.dashboard-chart-footer span{color:#65736f;font-weight:800}.status-donut{display:grid;place-items:center;width:154px;height:154px;margin:12px auto;border-radius:999px;background:radial-gradient(circle,#ffffff 0 48%,transparent 49%),conic-gradient(#008060 0,#008060 64%,#d97706 64%,#d97706 86%,#dc2626 86%,#dc2626);box-shadow:inset 0 0 0 1px #10141814}.status-donut div{display:grid;justify-items:center;gap:2px}.status-donut strong{color:#101418;font-size:2.3rem;line-height:1}.status-donut span{color:#65736f;font-weight:900}.status-breakdown{display:grid;gap:8px}.status-breakdown div{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:8px}.status-breakdown span{width:10px;height:10px;border-radius:999px}.status-breakdown strong,.status-breakdown em{color:#101418;font-style:normal;font-weight:900}.pipeline-chart,.task-list{display:grid;gap:12px}.pipeline-chart div{display:grid;gap:7px}.pipeline-chart header{display:flex;justify-content:space-between;color:#101418;font-weight:900}.pipeline-chart i{display:block;height:9px;border-radius:999px;background:#eef3f7;overflow:hidden}.pipeline-chart i span{display:block;height:100%;border-radius:inherit;background:#008060}.task-item{display:grid;grid-template-columns:64px minmax(0,1fr);gap:10px;align-items:start;border:1px solid rgba(16,20,24,.08);border-radius:10px;padding:10px;background:#f8fafc}.task-item>span{border-radius:999px;padding:5px 7px;color:#fff;background:#101418;font-size:.95rem;font-weight:900;text-align:center}.task-item div{display:grid;gap:4px}.task-item strong{color:#101418}.task-item small{color:#65736f;font-weight:800}.property-list,.owner-list{display:grid;gap:7px}.property-row{display:grid;grid-template-columns:minmax(180px,1.4fr) 92px 76px minmax(120px,.7fr);align-items:center;gap:10px;min-height:52px;border:1px solid rgba(23,32,38,.07);border-radius:10px;padding:9px}.property-row div{display:grid;gap:3px}.property-row__name{display:grid!important;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:9px!important}.property-row__icon{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:10px;color:#fff!important;background:#123d35}.property-row strong,.owner-item strong{color:#101418}.property-row span,.property-row small,.owner-item span{color:#4b5563;font-size:1.1rem;font-weight:700}.status-pill{display:inline-flex;align-items:center;gap:5px;justify-self:start;border:0;border-radius:999px;padding:5px 7px;font-size:1rem;font-weight:900}.status-pill--button{cursor:pointer}.status-pill--active{color:#fff;background:#008060}.status-pill--attention{color:#fff;background:#d97706}.status-pill--pending{color:#fff;background:#dc2626}.status-pill--inactive{color:#fff;background:#65736f}.data-table{overflow-x:auto}.data-table__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.data-table__toolbar h2{color:#101418;font-size:1.55rem;line-height:1}.data-table__toolbar div{display:flex;gap:7px}.data-table__toolbar button{display:inline-flex;align-items:center;gap:6px;min-height:30px;border:1px solid rgba(16,20,24,.1);border-radius:8px;padding:0 9px;color:#101418;background:#fff;cursor:pointer;font-size:1rem;font-weight:900}.data-table__toolbar button:hover{color:#fff;border-color:#008060;background:#008060}.data-table table{width:100%;border-collapse:separate;border-spacing:0;min-width:760px}.data-table th,.data-table td{border-bottom:1px solid rgba(23,32,38,.08);padding:12px 10px;text-align:left;vertical-align:middle}.data-table th{background:#123d35;color:#ffffffd1;font-size:1rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.data-table th+th{border-left:1px solid rgba(255,255,255,.08)}.data-table th:first-child{border-top-left-radius:10px}.data-table th:last-child{border-top-right-radius:10px}.data-table td{color:#101418;font-size:1.12rem;font-weight:700}.data-table__header-cell{display:flex;align-items:center;justify-content:space-between;gap:8px}.data-table__header-label,.data-table__header-menu{border:0;color:inherit;background:transparent;cursor:pointer}.data-table__header-label{display:inline-flex;align-items:center;gap:6px;min-width:0;padding:0;font:inherit;text-align:left;text-transform:inherit}.data-table__header-label span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.data-table__header-label svg{opacity:.52}.data-table__header-label svg.is-active{color:#d6a72d;opacity:1}.data-table__header-menu{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:24px;height:24px;border-radius:7px}.data-table__header-menu:hover{color:#101418;background:#d6a72d}.data-table tbody tr:hover{background:#f8fafc}.data-table tbody tr{cursor:context-menu}.data-table tbody tr.data-table__row--clickable{cursor:pointer}.data-table tbody tr.data-table__row--clickable:focus-visible{outline:3px solid rgba(0,128,96,.34);outline-offset:-3px}.data-table tbody tr:last-child td{border-bottom:0}.data-table__cell--right{text-align:right}.data-table__cell--center{text-align:center}.data-table__identity{display:flex;align-items:center;gap:10px}.property-table-card{display:grid;grid-template-columns:112px minmax(0,1fr);align-items:center;gap:12px;min-width:0}.property-table-card__media{display:inline-flex;align-items:center;justify-content:center;width:112px;aspect-ratio:4 / 3;border-radius:8px;color:#fff;background:#123d35;overflow:hidden}.property-table-card__media img{width:100%;height:100%;object-fit:cover}.property-table-card span:last-child{display:grid;gap:4px;min-width:0}.property-table-card strong{color:#101418}.property-table-card small{overflow:hidden;color:#65736f;font-size:1rem;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.data-table__identity div,.data-table__stack{display:grid;gap:3px;min-width:0}.data-table__identity small,.data-table__stack small{color:#65736f;font-size:1rem;font-weight:800}.data-table__empty{color:#65736f;text-align:center}.data-table__action-button{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid rgba(16,20,24,.1);border-radius:9px;color:#4b5563;background:#fff;cursor:pointer}.data-table__action-button:hover{color:#fff;border-color:#008060;background:#008060}.data-table__pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid rgba(23,32,38,.08);padding-top:12px;color:#65736f;font-size:1.05rem;font-weight:850}.data-table__pagination div,.data-table__pagination label{display:flex;align-items:center;gap:8px}.data-table__pagination select,.data-table__pagination button{min-height:30px;border:1px solid rgba(16,20,24,.1);border-radius:8px;padding:0 9px;color:#101418;background:#fff;font-weight:900}.data-table__pagination button{cursor:pointer}.data-table__pagination button:hover:not(:disabled){color:#fff;border-color:#008060;background:#008060}.data-table__pagination button:disabled{cursor:not-allowed;opacity:.45}.data-table__pagination strong{color:#101418}.floating-action-menu{position:fixed;z-index:1000;display:grid;gap:6px;width:250px;border:1px solid rgba(16,20,24,.12);border-radius:12px;padding:8px;background:#fff;box-shadow:0 24px 70px #10141838}.floating-action-menu__group{display:grid;gap:2px}.floating-action-menu__group+.floating-action-menu__group{border-top:1px solid rgba(16,20,24,.08);padding-top:6px}.floating-action-menu__group>strong{padding:6px 8px 4px;color:#65736f;font-size:.95rem;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.floating-action-menu button{display:flex;align-items:center;gap:9px;min-height:34px;width:100%;border:0;border-radius:8px;padding:0 8px;color:#101418;background:transparent;cursor:pointer;font-size:1.08rem;font-weight:800;text-align:left}.floating-action-menu button:hover{color:#008060;background:#f3fbf8}.floating-action-menu svg{flex:0 0 auto;color:currentColor}.floating-action-menu__item--danger{color:#b9473f!important}.floating-action-menu__item--danger:hover{color:#fff!important;background:#b9473f!important}.table-drawer__backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:900;background:#05060647}.table-drawer{position:fixed;top:0;left:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:16px;width:min(380px,calc(100vw - 24px));height:100vh;border-right:1px solid rgba(16,20,24,.1);padding:22px;overflow:auto;background:#fff;box-shadow:24px 0 70px #1014182e}.table-drawer header{display:grid;gap:7px}.table-drawer header span{color:#008060;font-size:1rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.table-drawer header h2{color:#101418;font-size:2rem;line-height:1}.table-drawer header p{color:#65736f;font-weight:750;line-height:1.45}.table-drawer__list{display:grid;align-content:start;gap:8px}.table-drawer__column{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;min-height:46px;border:1px solid rgba(16,20,24,.08);border-radius:10px;padding:8px 10px;background:#f8fafc}.table-drawer__column>span{color:#101418;font-weight:900}.table-drawer__column label{display:inline-flex;align-items:center;gap:6px;color:#65736f;font-size:1rem;font-weight:850}.table-drawer__column input,.table-drawer__filter input{accent-color:#008060}.table-drawer__filter{display:grid;gap:7px;border:1px solid rgba(16,20,24,.08);border-radius:10px;padding:11px;background:#f8fafc}.table-drawer__filter.is-focused{border-color:#00806073;box-shadow:0 0 0 3px #0080601a}.table-drawer__filter--global{border-color:#00806038;background:#f3fbf8}.table-drawer__filter span{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#101418;font-weight:900}.table-drawer__filter em{border-radius:999px;padding:3px 7px;color:#fff;background:#008060;font-size:.9rem;font-style:normal}.table-drawer__filter input{min-height:36px;border:1px solid rgba(16,20,24,.12);border-radius:8px;padding:0 10px;outline:0;color:#101418;background:#fff;font-weight:800}.table-drawer__filter input:focus{border-color:#008060;box-shadow:0 0 0 3px #0080601a}.table-drawer__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.table-drawer__actions button{min-height:38px;border:1px solid rgba(0,128,96,.24);border-radius:9px;color:#003d33;background:#e7fff7;cursor:pointer;font-weight:900}.table-drawer__actions button:last-child{color:#fff;background:#008060}.owner-item{display:flex;align-items:center;gap:8px;min-height:48px;border-radius:10px;padding:7px;background:#f4f7fa}.owner-item em{margin-left:auto;color:#008060;font-style:normal;font-weight:900}.dashboard-insights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.insight-card{display:grid;grid-template-columns:40px minmax(0,1fr);gap:10px;align-items:center;border:1px solid rgba(16,20,24,.08);border-radius:12px;padding:13px;background:#fff;box-shadow:0 10px 24px #2b251d0d}.insight-card>svg{width:40px;height:40px;border-radius:12px;padding:9px;color:#fff;background:#123d35}.insight-card div{display:grid;gap:4px}.insight-card strong{color:#101418}.insight-card span{color:#65736f;font-weight:750;line-height:1.35}.avatar{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:38px;height:38px;border:2px solid rgba(214,167,45,.42);border-radius:999px;color:#fff;background:#008060;font-weight:900;overflow:hidden}.avatar--sm{width:30px;height:30px}.avatar--lg{width:72px;height:72px}.avatar img{width:100%;height:100%;object-fit:cover}.avatar-editor{position:relative;display:inline-flex;width:max-content;border:0;padding:0;background:transparent}.avatar-editor--editable{cursor:pointer}.avatar-editor:disabled{cursor:default}.avatar-editor__trigger{position:absolute;right:-2px;bottom:-2px;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:2px solid #ffffff;border-radius:999px;color:#fff;background:#008060;box-shadow:0 8px 16px #00806038}.avatar-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:18px;background:#05080885}.avatar-modal__panel{display:grid;gap:16px;width:min(760px,100%);max-height:min(720px,calc(100vh - 36px));overflow:auto;border-radius:14px;padding:18px;background:#fff;box-shadow:0 24px 70px #05080847}.avatar-modal__panel>header,.avatar-modal__panel>footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.avatar-modal__panel>header div{display:grid;gap:3px}.avatar-modal__panel>header span{color:#008060;font-size:.98rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.avatar-modal__panel>header h2{color:#101418;font-size:1.8rem}.avatar-modal__panel>header button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid rgba(16,20,24,.1);border-radius:9px;color:#101418;background:#fff;cursor:pointer}.avatar-modal__panel>footer{justify-content:flex-end}.avatar-modal__body{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:14px}.confirm-dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:grid;place-items:center;padding:24px;background:#0506066b}.confirm-dialog__panel{display:grid;gap:16px;width:min(92vw,440px);border-radius:16px;padding:16px;background:#fff;box-shadow:0 30px 90px #1014184d}.confirm-dialog__panel header,.confirm-dialog__panel footer{display:flex;align-items:center;justify-content:space-between;gap:12px}.confirm-dialog__panel header button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:0;border-radius:10px;color:#101418;background:#edf2f1;cursor:pointer}.confirm-dialog__icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;color:#008060;background:#e7fff7}.confirm-dialog__icon--danger{color:#b9473f;background:#fff1f1}.confirm-dialog__panel h2{color:#101418;font-size:1.8rem}.confirm-dialog__panel p{margin-top:6px;color:#4b5563;font-size:1.12rem;font-weight:750;line-height:1.45}.confirm-dialog__panel footer{justify-content:flex-end}.confirm-dialog__panel footer button{min-height:38px;border:1px solid rgba(16,20,24,.1);border-radius:8px;padding:0 12px;color:#101418;background:#fff;cursor:pointer;font-weight:900}.confirm-dialog__confirm--default{border-color:#008060!important;color:#fff!important;background:#008060!important}.confirm-dialog__confirm--danger{border-color:#b9473f!important;color:#fff!important;background:#b9473f!important}.avatar-dropzone{display:grid;place-items:center;align-content:center;gap:8px;min-height:260px;border:2px dashed rgba(0,128,96,.34);border-radius:12px;padding:18px;color:#4b5563;background:#f8fafc;cursor:pointer;text-align:center}.avatar-dropzone.is-dragging,.avatar-dropzone:hover{border-color:#008060;background:#e7fff7}.avatar-dropzone strong{color:#101418;font-size:1.15rem}.avatar-dropzone input{display:none}.avatar-cropper{display:grid;gap:12px;align-content:start}.avatar-cropper__canvas{position:relative;width:min(360px,100%);aspect-ratio:1;margin:0 auto;border:1px solid rgba(16,20,24,.1);border-radius:999px;background:#123d35;cursor:grab;overflow:hidden}.avatar-cropper__canvas:active{cursor:grabbing}.avatar-cropper__canvas img{width:100%;height:100%;object-fit:cover;transform-origin:center;-webkit-user-select:none;user-select:none;pointer-events:none}.avatar-cropper__controls{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px}.avatar-cropper__controls label{display:grid;gap:5px;min-width:180px;color:#65736f;font-weight:900}.avatar-cropper__controls input{accent-color:#008060}.owner-item div:last-child{display:grid;gap:3px;min-width:0}.record-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;border:1px solid rgba(16,20,24,.08);border-radius:14px;padding:18px;background:linear-gradient(135deg,rgba(0,128,96,.08),transparent 42%),#fff;box-shadow:0 12px 28px #2b251d0f}.record-hero__main{display:grid;gap:16px;min-width:0}.record-hero__back{display:inline-flex;align-items:center;gap:6px;width:max-content;color:#008060;font-size:1.08rem;font-weight:900;text-decoration:none}.record-hero__identity{display:flex;align-items:center;gap:14px}.record-hero__identity>div{display:grid;gap:5px;min-width:0}.record-hero__identity span:not(.status-pill){color:#008060;font-size:1rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.record-hero__identity h2{color:#101418;font-size:clamp(2rem,3vw,3.2rem);line-height:1}.record-hero__identity p{max-width:620px;color:#4b5563;font-weight:750;line-height:1.45}.record-hero__meta{display:flex;flex-wrap:wrap;gap:10px}.record-hero__meta div{display:grid;gap:4px;min-width:150px;border:1px solid rgba(16,20,24,.08);border-radius:10px;padding:10px;background:#f8fafc}.record-hero__meta span{color:#65736f;font-size:1rem;font-weight:900}.record-hero__meta strong{color:#101418;font-size:1.15rem}.record-hero__meta-edit{display:inline-flex;align-items:center;justify-content:space-between;gap:8px;width:100%;border:0;padding:0;color:#101418;background:transparent;cursor:pointer;font:inherit;font-size:1.15rem;font-weight:900;text-align:left}.record-hero__meta-edit span{min-width:0;overflow:hidden;color:inherit;font-size:inherit;text-overflow:ellipsis;white-space:nowrap}.record-hero__meta-edit svg{flex:0 0 auto;color:#008060}.record-hero__meta-edit:hover,.record-hero__meta-edit:focus-visible{color:#008060}.record-hero__actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.record-tabs{display:flex;flex-wrap:wrap;gap:8px;border-bottom:1px solid rgba(16,20,24,.08)}.record-tabs button{display:inline-flex;align-items:center;gap:7px;min-height:38px;border:0;border-bottom:3px solid transparent;padding:0 12px;color:#65736f;background:transparent;cursor:pointer;font-size:1.08rem;font-weight:900}.record-tabs button:hover,.record-tabs button.is-active{color:#008060;border-bottom-color:#008060}.record-tabs em{min-width:22px;border-radius:999px;padding:2px 7px;color:#fff;background:#123d35;font-size:.92rem;font-style:normal;text-align:center}.record-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,340px);gap:12px}.record-layout__content,.record-layout__aside{display:grid;align-content:start;gap:12px}.record-card{display:grid;gap:14px;border:1px solid rgba(16,20,24,.08);border-radius:12px;padding:16px;background:#fff;box-shadow:0 10px 24px #2b251d0d}.record-card header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.record-card h3{color:#101418;font-size:1.45rem}.record-card p{display:flex;align-items:center;gap:8px;color:#4b5563;font-weight:750;line-height:1.45}.danger-zone{border-color:#b9473f38}.danger-zone header svg{color:#b9473f}.danger-zone__warning{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:start;border:1px solid rgba(185,71,63,.2);border-radius:12px;padding:14px;color:#7f1d1d;background:#fff7f7}.danger-zone__warning svg{color:#b9473f}.danger-zone__warning div{display:grid;gap:5px}.danger-zone__warning strong{color:#7f1d1d;font-size:1.18rem}.danger-zone__warning p{display:block;color:#6b2c2c}.danger-zone__checklist{display:grid;gap:8px}.danger-zone__checklist span{display:flex;align-items:center;gap:8px;border-radius:10px;padding:9px 10px;color:#4b5563;background:#f8fafc;font-weight:850}.danger-zone__checklist span:before{flex:0 0 auto;width:7px;height:7px;border-radius:999px;background:#b9473f;content:""}.danger-zone footer{display:flex;align-items:center;justify-content:space-between;gap:12px;border-top:1px solid rgba(16,20,24,.08);padding-top:14px}.danger-zone footer div{display:grid;gap:4px;min-width:0}.danger-zone footer strong{color:#101418;font-size:1.15rem}.danger-zone footer span{color:#65736f;font-weight:800}.danger-zone footer button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;border:1px solid #b9473f;border-radius:8px;padding:0 12px;color:#fff;background:#b9473f;cursor:pointer;font-weight:900;white-space:nowrap}.record-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.record-form__field--full{grid-column:1 / -1}.record-switch{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:58px;border:1px solid rgba(16,20,24,.08);border-radius:10px;padding:10px;background:#f8fafc}.record-switch span{display:grid;gap:3px}.record-switch strong{color:#101418}.record-switch small{color:#65736f;font-weight:750}.record-switch input,.property-access-item input{width:18px;height:18px;accent-color:#008060}.property-access-list{display:grid;gap:8px}.property-access-item{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;border:1px solid rgba(16,20,24,.08);border-radius:10px;padding:11px;background:#fff}.property-access-item span{display:grid;gap:3px;min-width:0}.property-access-item strong{color:#101418}.property-access-item small{overflow:hidden;color:#65736f;font-weight:750;text-overflow:ellipsis;white-space:nowrap}.property-access-item em{border-radius:999px;padding:4px 8px;color:#003d33;background:#e7fff7;font-size:.98rem;font-style:normal;font-weight:900}.property-charge-builder{display:block}.property-charge-builder__form{display:grid;grid-template-columns:minmax(220px,1fr) minmax(180px,260px);gap:12px;border:1px solid rgba(16,20,24,.08);border-radius:12px;padding:12px;background:#f8fafc}.property-charge-builder__form>button{display:inline-flex;align-items:center;justify-content:center;justify-self:end;gap:7px;min-height:38px;border:0;border-radius:8px;padding:0 14px;color:#fff;background:#008060;cursor:pointer;font-weight:900}.property-charge-builder__description{grid-column:1 / -1}.property-charge-recurring{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:38px;border:1px solid rgba(16,20,24,.08);border-radius:8px;padding:8px 10px;color:#4b5563;background:#fff}.property-charge-recurring span{display:grid;gap:2px}.property-charge-recurring strong{color:#34403d;font-size:1.04rem}.property-charge-recurring small{color:#65736f;font-size:.98rem;font-weight:750}.property-charge-recurring input{width:18px;height:18px;accent-color:#008060}.property-charge-total{display:grid;align-content:center;gap:7px;border:1px solid rgba(0,128,96,.2);border-radius:12px;padding:16px;color:#003d33;background:#e7fff7}.property-charge-total span{font-size:1rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.property-charge-total strong{color:#101418;font-size:2rem;line-height:1}.property-charge-total small{color:#4b5563;font-weight:850}.property-charge-total--footer{justify-items:end;align-content:center;min-height:118px;text-align:right}.property-charge-list{display:grid;gap:10px}.property-charge-item{display:grid;grid-template-columns:42px minmax(220px,1fr) minmax(180px,220px) minmax(170px,210px) auto;gap:10px;align-items:end;border:1px solid rgba(16,20,24,.08);border-radius:12px;padding:12px;background:#fff;cursor:grab}.property-charge-item:active{cursor:grabbing}.property-charge-item__order{display:inline-flex;align-items:center;justify-content:center;align-self:stretch;width:42px;min-height:42px;border:1px solid rgba(0,128,96,.18);border-radius:10px;color:#003d33;background:#e7fff7;cursor:grab;font-size:1.05rem;font-weight:950}.property-charge-item>div:nth-child(2){display:grid;gap:7px}.property-charge-item>div:nth-child(2)>span{width:max-content;border-radius:999px;padding:4px 8px;color:#003d33;background:#e7fff7;font-size:.95rem;font-weight:900}.property-charge-item__recurring{min-height:44px}.property-charge-item>button:not(.property-charge-item__order){display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid rgba(185,71,63,.22);border-radius:8px;color:#b9473f;background:#fff7f7;cursor:pointer}.record-section{display:grid;gap:14px;border-top:1px solid rgba(16,20,24,.08);padding-top:14px}.property-occupancy-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.property-occupancy-grid article,.property-occupancy-history article{display:grid;gap:7px;border:1px solid rgba(16,20,24,.08);border-radius:12px;padding:14px;background:#f8fafc}.property-occupancy-grid span,.property-occupancy-history span{color:#008060;font-size:.98rem;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.property-occupancy-grid strong,.property-occupancy-history strong{color:#101418;font-size:1.25rem}.property-occupancy-grid small,.property-occupancy-history small{color:#65736f;font-weight:850}.property-occupancy-history{display:grid;gap:10px}.property-occupancy-history article{position:relative;padding-left:18px;background:#fff}.property-occupancy-history article:before{position:absolute;top:18px;left:0;width:4px;height:calc(100% - 36px);border-radius:999px;background:#008060;content:""}.property-occupancy-history p{display:block}.property-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.property-photo-card{display:grid;gap:10px;border:1px solid rgba(16,20,24,.08);border-radius:12px;padding:10px;background:#fff;cursor:grab}.property-photo-card.is-cover{border-color:#00806061;box-shadow:0 10px 22px #0080601a}.property-photo-card__media{position:relative;aspect-ratio:16 / 10;border-radius:10px;background:#123d35;overflow:hidden}.property-photo-card__media img{width:100%;height:100%;object-fit:cover}.property-photo-card__sequence,.property-photo-card__menu{position:absolute;display:inline-flex;align-items:center;justify-content:center;border:0;color:#101418;background:#ffffffeb;box-shadow:0 8px 18px #10141829;cursor:pointer}.property-photo-card__sequence{right:10px;bottom:10px;min-width:32px;height:32px;border-radius:999px;font-size:1.02rem;font-weight:950}.property-photo-card__sequence input{width:44px;height:26px;border:0;background:transparent;color:inherit;font:inherit;text-align:center}.property-photo-card__menu{top:10px;right:10px;width:32px;height:32px;border-radius:10px}.property-photo-card__cover-action{position:absolute;top:10px;left:10px;display:inline-flex;align-items:center;gap:5px;min-height:30px;border:0;border-radius:999px;padding:5px 8px;color:#fff;background:#555f5ceb;cursor:pointer;font-size:.98rem;font-weight:900}.property-photo-card__cover-action.is-cover{background:#008060f0}.property-photo-card__body{display:grid;gap:8px}.property-photo-card__meta{display:grid;gap:4px;border-radius:8px;padding:8px;color:#65736f;background:#f8fafc;font-size:.92rem;font-weight:800;line-height:1.35}.property-photo-card__meta span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.property-photo-add{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:36px;border:1px solid rgba(0,128,96,.22);border-radius:8px;padding:0 10px;color:#003d33;background:#e7fff7;cursor:pointer;font-weight:900}.property-photo-add{min-height:220px;border-style:dashed;color:#008060;background:#f8fafc}.property-photo-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:grid;place-items:center;padding:24px;background:#0506066b}.property-photo-modal__panel{display:grid;gap:16px;width:min(96vw,560px);max-height:calc(100vh - 48px);border-radius:16px;overflow:auto;background:#fff;box-shadow:0 30px 90px #1014184d}.property-photo-modal__panel--wide{width:min(96vw,920px)}.property-photo-modal__panel>header,.property-photo-modal__panel>footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px}.property-photo-modal__panel>header{border-bottom:1px solid rgba(16,20,24,.08)}.property-photo-modal__panel>header span{color:#65736f;font-size:1rem;font-weight:900;letter-spacing:.05em;text-transform:uppercase}.property-photo-modal__panel>header h2{margin-top:3px;color:#101418;font-size:1.8rem}.property-photo-modal__panel>header button{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:0;border-radius:10px;color:#101418;background:#edf2f1;cursor:pointer}.property-photo-modal__panel>footer{border-top:1px solid rgba(16,20,24,.08)}.property-photo-modal__panel>footer button,.property-photo-editor__controls button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;border:1px solid rgba(16,20,24,.1);border-radius:8px;padding:0 12px;color:#101418;background:#fff;cursor:pointer;font-weight:900}.property-photo-modal__panel>footer button:last-child,.property-photo-editor__controls button.is-cover{border-color:#008060;color:#fff;background:#008060}.property-photo-editor__controls button.danger{border-color:#b9473f;color:#b9473f}.property-photo-dropzone{display:grid;place-items:center;gap:7px;min-height:220px;margin:0 16px;border:1px dashed rgba(0,128,96,.36);border-radius:14px;padding:22px;color:#008060;background:#f8fafc;cursor:pointer;text-align:center}.property-photo-dropzone input{display:none}.property-photo-dropzone strong{color:#003d33;font-size:1.35rem}.property-photo-dropzone span{color:#65736f;font-weight:800}.property-photo-upload-list{display:flex;flex-wrap:wrap;gap:8px;padding:0 16px}.property-photo-upload-list span{border-radius:999px;padding:5px 9px;color:#101418;background:#edf2f1;font-size:1rem;font-weight:850}.property-photo-editor{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:16px;padding:0 16px 2px}.property-photo-editor__preview{display:grid;place-items:center;aspect-ratio:16 / 10;border-radius:14px;overflow:hidden;background:#101418}.property-photo-editor__preview img{width:100%;height:100%;object-fit:cover;transition:transform .16s ease}.property-photo-editor__controls{display:grid;gap:12px;align-content:start}.property-photo-editor__controls label{display:grid;gap:7px;color:#34403d;font-size:1.05rem;font-weight:900}.property-photo-editor__controls input[type=range]{accent-color:#008060}.tenant-transfer-panel{display:flex;align-items:center;justify-content:space-between;gap:14px;border:1px solid rgba(0,128,96,.16);border-radius:12px;padding:14px;background:#f0fdf9}.tenant-transfer-panel div{display:grid;gap:5px;min-width:0}.tenant-transfer-panel span{color:#008060;font-size:.98rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.tenant-transfer-panel strong{color:#101418;font-size:1.2rem}.tenant-transfer-panel p{color:#4b5563;font-weight:750}.tenant-transfer-panel button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;border:1px solid transparent;border-radius:8px;padding:0 12px;color:#fff;background:#008060;cursor:pointer;font-weight:900;white-space:nowrap}.tenant-transfer-panel button:disabled{cursor:not-allowed;color:#65736f;border-color:#10141814;background:#eef3f7}.record-action-list{display:grid;gap:7px}.record-action-list button{display:flex;align-items:center;gap:8px;min-height:38px;border:1px solid rgba(16,20,24,.08);border-radius:9px;padding:0 10px;color:#101418;background:#f8fafc;cursor:pointer;font-weight:900;text-align:left}.record-action-list button:hover{color:#fff;border-color:#008060;background:#008060}.record-timeline{display:grid;gap:10px}.record-timeline div{position:relative;display:grid;gap:4px;padding-left:22px}.record-timeline div>span{position:absolute;top:4px;left:0;width:10px;height:10px;border-radius:999px;background:#008060;box-shadow:0 0 0 4px #0080601f}.record-timeline strong,.record-grid strong{color:#101418}.record-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.record-grid--single{grid-template-columns:1fr}.record-grid div{display:grid;gap:5px;border-radius:10px;padding:11px;background:#f8fafc}.record-grid span{color:#65736f;font-size:1rem;font-weight:900}@media(max-width:1180px){.auth-page{grid-template-columns:1fr}.auth-visual{order:-1;min-height:44vh}.auth-copy{left:28px;bottom:34px;width:min(620px,calc(100% - 56px))}.auth-copy h1{font-size:clamp(2.6rem,5vw,4.4rem)}.auth-visual__badge{display:none}.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid,.dashboard-analytics,.dashboard-grid--balanced,.dashboard-insights,.record-layout{grid-template-columns:1fr}.page-header{display:grid}.page-header__actions,.page-header__search{width:100%}}@media(max-width:820px){.dashboard-shell{grid-template-columns:1fr}.sidebar{position:static;height:auto;flex-direction:row;align-items:center;overflow-x:auto}.sidebar__nav{display:flex;min-width:max-content}.sidebar-profile{margin-top:0;margin-left:auto}.dashboard-main,.auth-panel{padding:16px}.property-row{grid-template-columns:1fr}}@media(max-width:620px){.auth-copy{left:20px;bottom:24px;width:calc(100% - 40px)}.auth-copy h1{font-size:2.8rem}.auth-copy p:not(.eyebrow){font-size:1.2rem}.auth-form--grid,.metrics-grid{grid-template-columns:1fr}.auth-form__meta,.page-header__actions,.data-table__toolbar,.record-hero,.avatar-modal__body,.record-hero__identity{align-items:stretch;flex-direction:column}.data-table__toolbar div,.data-table__pagination,.data-table__pagination div,.record-hero__actions,.data-table__toolbar div .button,.data-table__toolbar button,.record-hero__actions .button{width:100%}.record-grid{grid-template-columns:1fr}.record-tabs,.record-tabs button,.record-form__grid{width:100%}.record-form__grid,.property-gallery,.property-charge-builder,.property-charge-builder__form,.property-charge-item,.property-occupancy-grid{grid-template-columns:1fr}.property-charge-total--footer{justify-items:start;text-align:left}.property-photo-editor{grid-template-columns:1fr}.property-table-card{grid-template-columns:88px minmax(0,1fr)}.property-table-card__media{width:88px}.tenant-transfer-panel{align-items:stretch;flex-direction:column}.danger-zone footer{align-items:stretch;flex-direction:column}.avatar-modal__body{grid-template-columns:1fr}.record-form__field--full{grid-column:auto}.page-header__actions .button,.page-header__actions .page-header__search{width:100%}}
