:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#1c1f1b;background:#f3f0e9;font-synthesis:none;--dark: #111111;--panel: #ffffff;--muted: #72776f;--line: #e5e0d7;--accent: #9b794d;--accent-soft: #efe6d8;--green: #111111;--green-bg: #eee1cf;--amber: #8d6117;--amber-bg: #fbf0d8;--red: #9e3e3e;--red-bg: #fae8e8;--shadow: 0 16px 44px rgba(30, 34, 29, .08)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select{font:inherit}button{cursor:pointer}.hidden{display:none!important}.login-page{min-height:100vh;padding:24px;display:grid;place-items:center;background:radial-gradient(circle at 18% 15%,rgba(155,121,77,.2),transparent 30%),linear-gradient(145deg,#f7f3eb,#e8e3d8)}.login-card{width:min(460px,100%);padding:36px;border-radius:25px;background:#fffffff5;border:1px solid rgba(255,255,255,.75);box-shadow:var(--shadow)}.brand{display:flex;align-items:center;gap:12px;font-weight:850;letter-spacing:.04em}.brand-mark{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#faf7f2;color:#111;font:22px Georgia,serif}.login-card h1{margin:30px 0 8px;font:500 35px Georgia,Times New Roman,serif}.muted{color:var(--muted)}.small{font-size:12px}.error{color:var(--red);min-height:19px;font-size:12px;margin-top:10px}.success{color:var(--green)}.field{margin-top:15px}.field label{display:block;margin-bottom:7px;font-size:12px;font-weight:800}.field input,.field select{width:100%;padding:12px 13px;border:1px solid var(--line);border-radius:11px;background:#fff;outline:none}.field input:focus,.field select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #9b794d1f}.field-help{margin-top:6px;color:var(--muted);font-size:11px;line-height:1.4}.btn{border:0;border-radius:11px;padding:11px 14px;font-weight:800}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-dark{background:#faf7f2;color:#111}.btn-light{background:var(--accent-soft);color:#624c32}.btn-outline{border:1px solid var(--line);background:#fff;color:#1c1f1b}.btn-danger{background:var(--red-bg);color:var(--red)}.login-card .btn-dark{width:100%;margin-top:20px;padding:14px}.app-shell{display:grid;grid-template-columns:250px 1fr;min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;padding:25px 17px;display:flex;flex-direction:column;gap:28px;background:#fff;color:#111;border-right:1px solid var(--line)}.sidebar .brand-mark{background:#111;color:#fff}.sidebar .brand small{display:block;color:#111;font-weight:500;letter-spacing:0;margin-top:3px}.nav{display:grid;gap:8px}.nav button{border:0;padding:12px 13px;border-radius:11px;text-align:left;background:transparent;color:#111}.nav button:hover,.nav button.active{background:#eee1cf;color:#111}.sidebar-bottom{margin-top:auto;color:#6f675e;font-size:12px;line-height:1.55}.main{padding:29px;min-width:0}.topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:24px}.topbar h1{margin:0;font:500 clamp(29px,4vw,41px) Georgia,serif}.topbar p{margin:6px 0 0;color:var(--muted)}.account{padding:9px 13px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:12px}.view{display:none}.view.active{display:block}.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}.grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.compact-grid .metric{box-shadow:none;background:#faf9f6}.card{background:var(--panel);border:1px solid var(--line);border-radius:18px;box-shadow:0 8px 25px #1c201b0a}.metric{padding:20px}.metric-label{color:var(--muted);font-size:12px}.metric-value{margin-top:10px;font-size:27px;font-weight:900;letter-spacing:-.03em}.metric-note{margin-top:7px;font-size:11px;color:var(--muted)}.panel{padding:20px}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:15px}.panel-head-wrap{align-items:flex-end;flex-wrap:wrap}.panel-head h2{margin:0;font-size:18px}.panel-head p{margin:4px 0 0;color:var(--muted);font-size:12px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.form-grid .full{grid-column:1 / -1}.form-message{min-height:19px;margin-top:11px;font-size:12px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:820px}th,td{padding:12px;text-align:left;border-bottom:1px solid var(--line);font-size:13px;vertical-align:top}th{color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.06em}td strong{display:block}.status{display:inline-flex;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:900}.confirmed{background:var(--green-bg);color:var(--green)}.pending{background:var(--amber-bg);color:var(--amber)}.cancelled{background:var(--red-bg);color:var(--red)}.category-chip{display:inline-flex;padding:5px 8px;border-radius:999px;background:var(--accent-soft);color:#624c32;font-size:11px;font-weight:800}.list{display:grid;gap:10px}.list-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:13px;border:1px solid var(--line);border-radius:12px}.list-item strong{display:block}.list-item small{color:var(--muted)}.money{font-weight:900;text-align:right}.empty{padding:34px;border:1px dashed var(--line);border-radius:14px;color:var(--muted);text-align:center}.unit-banner{margin-bottom:18px;padding:19px;border-radius:16px;background:#fff;color:#111;border:1px solid var(--line)}.unit-banner small{color:#6f675e}.unit-banner h2{margin:5px 0}.report-banner{margin-bottom:18px;padding:14px 16px;border:1px solid #dfd5c7;border-radius:14px;background:#f7f1e8;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.report-banner strong{display:block;margin-bottom:3px}.report-banner span{color:#6f6558;font-size:12px;line-height:1.45}.month-controls{display:flex;align-items:flex-end;gap:9px;flex-wrap:wrap}.month-controls label{display:grid;gap:6px;color:var(--muted);font-size:11px;font-weight:800}.month-controls input,.month-controls select{min-width:165px;padding:10px 11px;border:1px solid var(--line);border-radius:10px;background:#fff}.expense-total{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;padding:14px 16px;border-radius:12px;background:#faf7f2;color:#111}.expense-total span{color:#6f675e;font-size:12px}.expense-total strong{font-size:21px}.toolbar{display:flex;gap:9px;align-items:center;flex-wrap:wrap}.loading{min-height:100vh;display:grid;place-items:center;font-weight:800;color:var(--muted)}@media(max-width:1150px){.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-2{grid-template-columns:1fr}}@media(max-width:800px){.app-shell{display:block}.sidebar{position:relative;width:100%;height:auto}.nav{grid-template-columns:repeat(3,minmax(0,1fr))}.sidebar-bottom{display:none}.main{padding:18px}.topbar{align-items:flex-start}.account{display:none}.form-grid{grid-template-columns:1fr}.form-grid .full{grid-column:auto}.month-controls{width:100%}.month-controls label{flex:1}.month-controls input,.month-controls select{width:100%;min-width:0}}@media(max-width:580px){.login-card{padding:27px 21px}.grid-4{grid-template-columns:1fr}.nav{grid-template-columns:1fr 1fr}.list-item{grid-template-columns:1fr}.money{text-align:left}}.unit-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.unit-card{border:1px solid var(--line);border-radius:16px;padding:17px;background:linear-gradient(180deg,#fff,#faf8f3)}.unit-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.unit-card h3{margin:0;font-size:18px}.unit-card p{margin:5px 0 0;color:var(--muted);font-size:12px}.unit-mini-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:15px 0}.unit-mini-grid>div{padding:10px;border-radius:10px;background:var(--bg)}.unit-mini-grid span{display:block;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.04em}.unit-mini-grid strong{display:block;margin-top:4px;font-size:14px}.full-button{width:100%;margin-top:14px}.chip-list{display:flex;flex-wrap:wrap;gap:6px}.chip{display:inline-flex;padding:5px 8px;border-radius:999px;background:var(--accent-soft);color:#624c32;font-size:10px;font-weight:800}.muted-chip{background:#f0f0ed;color:var(--muted)}.checkbox-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.checkbox-card{display:flex;align-items:center;gap:10px;padding:11px;border:1px solid var(--line);border-radius:11px;background:#fff;cursor:pointer}.checkbox-card input{width:auto;margin:0}.checkbox-card strong,.checkbox-card small{display:block}.checkbox-card small{margin-top:3px;color:var(--muted)}.compact-empty{padding:16px}.section-actions{display:flex;justify-content:flex-start;margin-bottom:12px}@media(max-width:1050px){.unit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:650px){.unit-grid,.checkbox-grid{grid-template-columns:1fr}}.draft-status{min-height:18px;margin-top:10px;color:var(--muted);font-size:11px;line-height:1.45}.draft-status.restored{color:var(--green);font-weight:700}.performance-actions{justify-content:flex-end}.performance-actions .btn{min-width:160px}@media(max-width:580px){.performance-actions{display:grid;grid-template-columns:1fr}.performance-actions .btn{width:100%}}.performance-highlight{border-color:#9b794d7a;background:linear-gradient(145deg,#efe6d8d1,#fffffffa)}.password-hidden{display:inline-flex;padding:6px 9px;border-radius:999px;background:#f2eee6;color:#6e675e;font-size:11px;font-weight:800;white-space:nowrap}.selected-owner-box{margin-bottom:14px;padding:13px 14px;border:1px solid var(--line);border-radius:12px;background:#f8f5ef}.selected-owner-box strong,.selected-owner-box span{display:block}.selected-owner-box span{margin-top:4px;color:var(--muted);font-size:12px}.owner-units-panel{overflow:hidden}.owner-units-heading{margin-bottom:18px}.owner-unit-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:18px;align-items:stretch}.owner-unit-card{min-width:0;display:flex;flex-direction:column;padding:20px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(145deg,#fff,#f8f5eeeb);box-shadow:0 8px 24px #2227230d}.owner-unit-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;min-width:0}.owner-unit-card__identity{min-width:0}.owner-unit-card__identity h3{margin:0;color:var(--text);font-size:21px;line-height:1.2;overflow-wrap:anywhere}.owner-unit-card__identity p{margin:7px 0 0;color:var(--muted);font-size:13px;line-height:1.45;overflow-wrap:anywhere}.owner-unit-card__fee{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;padding:7px 10px;border-radius:999px;background:var(--accent-soft);color:#624c32;font-size:11px;font-weight:800;white-space:nowrap}.owner-unit-card__stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin:20px 0 12px}.owner-unit-stat{min-width:0;min-height:82px;padding:12px;border:1px solid rgba(220,214,203,.72);border-radius:13px;background:#ffffffd1}.owner-unit-stat span{display:block;margin-bottom:8px;color:var(--muted);font-size:10px;font-weight:700;line-height:1.3;letter-spacing:.04em;text-transform:uppercase}.owner-unit-stat strong{display:block;color:var(--text);font-size:clamp(16px,2vw,20px);line-height:1.15;overflow-wrap:anywhere}.owner-unit-stat--highlight{border-color:#9b794d4d;background:var(--accent-soft)}.owner-unit-card__upcoming{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px;padding:11px 13px;border-radius:12px;background:var(--bg)}.owner-unit-card__upcoming span{color:var(--muted);font-size:12px;line-height:1.35}.owner-unit-card__upcoming strong{flex:0 0 auto;min-width:30px;color:var(--text);font-size:18px;text-align:right}.owner-unit-card__button{width:100%;margin-top:auto;min-height:48px;white-space:normal;line-height:1.25}@media(max-width:700px){.owner-units-panel{padding:16px}.owner-unit-grid{grid-template-columns:1fr;gap:14px}.owner-unit-card{padding:16px}.owner-unit-card__identity h3{font-size:20px}}@media(max-width:390px){.owner-unit-card__stats{grid-template-columns:1fr}.owner-unit-stat{min-height:auto}}.owner-unit-card--performance{gap:0}.owner-unit-card__section-label{margin-top:18px;color:var(--muted);font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.owner-unit-card__full-performance{margin:4px 0 16px;padding:15px;border:1px solid rgba(155,121,77,.28);border-radius:15px;background:linear-gradient(145deg,#f2eadde0,#fffffff2)}.owner-unit-card__section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:13px}.owner-unit-card__section-heading>div{min-width:0}.owner-unit-card__section-heading span{display:block;color:var(--text);font-size:13px;font-weight:900}.owner-unit-card__section-heading small{display:block;margin-top:3px;color:var(--muted);font-size:10px;line-height:1.35}.owner-unit-card__booking-count{flex:0 0 auto;padding:5px 8px;border-radius:999px;background:#ffffffc2;color:var(--muted)!important;font-size:9px!important;white-space:nowrap}.owner-full-performance-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.owner-full-performance-stat{min-width:0;padding:10px;border-radius:11px;background:#ffffffdb}.owner-full-performance-stat span{display:block;min-height:26px;color:var(--muted);font-size:9px;font-weight:700;line-height:1.3;text-transform:uppercase}.owner-full-performance-stat strong{display:block;margin-top:6px;color:var(--text);font-size:15px;line-height:1.2;overflow-wrap:anywhere}.owner-full-performance-stat--net{background:var(--text)}.owner-full-performance-stat--net span,.owner-full-performance-stat--net strong{color:#111}.owner-performance-split{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:9px;padding-top:10px;border-top:1px solid rgba(155,121,77,.18)}.owner-performance-split div{min-width:0}.owner-performance-split span{display:block;color:var(--muted);font-size:9px;line-height:1.25}.owner-performance-split strong{display:block;margin-top:4px;color:var(--text);font-size:12px;line-height:1.25;overflow-wrap:anywhere}@media(max-width:460px){.owner-full-performance-grid{grid-template-columns:1fr}.owner-full-performance-stat span{min-height:auto}.owner-performance-split{grid-template-columns:1fr}.owner-performance-split div{display:flex;align-items:center;justify-content:space-between;gap:12px}.owner-performance-split strong{margin-top:0;text-align:right}}.portal-logo{min-width:0}.portal-logo img{display:block;width:100%;height:auto;object-fit:contain}.portal-logo--login{width:min(245px,82%);margin:0 auto 4px}.portal-logo--sidebar{width:100%;padding:0 8px;text-align:center}.portal-logo--sidebar img{width:min(190px,100%);margin:0 auto;filter:drop-shadow(0 8px 16px rgba(0,0,0,.18))}.portal-logo--sidebar small{display:block;margin-top:8px;color:#d1d6d1;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.login-card .portal-logo+h1{margin-top:18px}@media(max-width:900px){.portal-logo--sidebar{width:180px;padding:0}.portal-logo--sidebar img{width:150px}}@media(max-width:520px){.portal-logo--login{width:min(210px,78%)}}.company-profit-hero,.company-profit-shortcut{border:1px solid rgba(214,174,90,.35);background:radial-gradient(circle at top right,rgba(230,193,116,.16),transparent 36%),linear-gradient(145deg,#fff,#f3eadf);color:#111;box-shadow:0 18px 40px #18211c24}.company-profit-hero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr);gap:22px;align-items:center;padding:25px;border-radius:20px}.company-profit-folder,.company-profit-shortcut__copy>span{display:inline-flex;align-items:center;width:fit-content;padding:6px 10px;border-radius:999px;background:#e2be7424;color:#5f4931;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.company-profit-hero h2,.company-profit-shortcut h2{margin:10px 0 5px;color:#111}.company-profit-hero p,.company-profit-shortcut p{margin:0;color:#6f675e;line-height:1.55}.company-profit-hero__total{min-width:0;padding:18px;border:1px solid #d9c7ae;border-radius:16px;background:#fff}.company-profit-hero__total span,.company-profit-hero__total small{display:block;color:#6f675e}.company-profit-hero__total span{font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.company-profit-hero__total strong{display:block;margin:8px 0;color:#111;font-family:Georgia,serif;font-size:clamp(27px,4vw,42px);line-height:1.08;overflow-wrap:anywhere}.company-profit-hero__total small{font-size:11px}.profit-metric{border-color:#9b794d40}.profit-metric--projected{background:linear-gradient(145deg,#f2eaddf2,#fff)}.profit-current-row{background:#ebe0cd8c}.table-subtext{display:block;margin-top:4px;color:var(--muted);font-weight:400}.company-profit-shortcut{display:grid;grid-template-columns:minmax(220px,1.15fr) minmax(300px,1fr) auto;gap:20px;align-items:center;padding:22px;border-radius:18px}.company-profit-shortcut__numbers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.company-profit-shortcut__numbers div{min-width:0;padding:12px;border:1px solid #d9c7ae;border-radius:12px;background:#fff}.company-profit-shortcut__numbers span,.company-profit-shortcut__numbers strong{display:block}.company-profit-shortcut__numbers span{color:#6f675e;font-size:9px;font-weight:800;text-transform:uppercase}.company-profit-shortcut__numbers strong{margin-top:5px;color:#111;font-size:16px;overflow-wrap:anywhere}.company-profit-note{margin-top:18px;padding:14px 16px;border:1px solid #e3d8c8;border-radius:13px;background:#faf6ef;color:var(--muted);font-size:12px;line-height:1.55}.company-profit-note strong{color:var(--text)}@media(max-width:1050px){.company-profit-shortcut{grid-template-columns:1fr}.company-profit-shortcut .btn{width:100%}}@media(max-width:760px){.company-profit-hero{grid-template-columns:1fr;padding:18px}.company-profit-shortcut__numbers{grid-template-columns:1fr}}:root{--bg: #f5efe6;--surface: #ffffff;--surface-soft: #faf7f2;--surface-strong: #efe5d6;--text: #111111;--muted: #6f675e;--line: #ded4c7;--accent: #c9aa7d;--accent-soft: #eee1cf;--danger: #b63a3a;--shadow: 0 14px 34px rgba(17, 17, 17, .08)}html,body{background:var(--bg)!important;color:var(--text)!important}body,button,input,select,textarea{color:var(--text)}.app-shell,.portal-shell,.main,.content,.page,.view,.login-page{background:var(--bg)!important}.sidebar,.portal-sidebar,aside{background:#fff!important;color:#111!important;border-right:1px solid var(--line)!important;box-shadow:8px 0 24px #1111110a!important}.sidebar .brand,.portal-sidebar .brand,.portal-logo--sidebar small,.sidebar small,.sidebar p,.sidebar span{color:#111!important}.sidebar nav button,.portal-sidebar nav button,.sidebar button[data-view]{color:#111!important;background:transparent!important;border:1px solid transparent!important}.sidebar nav button:hover,.portal-sidebar nav button:hover,.sidebar button[data-view]:hover{background:var(--surface-soft)!important;border-color:var(--line)!important}.sidebar nav button.active,.portal-sidebar nav button.active,.sidebar button[data-view].active{background:var(--accent-soft)!important;color:#111!important;border-color:#d9c5a7!important}.mobile-header,.mobile-nav,.topbar,.header-bar{background:#fff!important;color:#111!important;border-color:var(--line)!important}.card,.panel,.metric,.unit-card,.owner-unit-card,.login-card,.unit-banner,.report-banner,.company-profit-note,.selected-owner-box,.empty,.list-item{background:#fff!important;color:#111!important;border-color:var(--line)!important;box-shadow:var(--shadow)}.metric,.unit-card,.owner-unit-card,.owner-unit-card__full-performance,.owner-unit-stat,.owner-full-performance-stat,.company-profit-hero__total,.company-profit-shortcut__numbers div{background:#fff!important}.owner-unit-card--performance,.performance-highlight,.profit-metric,.profit-metric--projected,.owner-unit-stat--highlight{background:var(--surface-soft)!important;border-color:#d7c3a6!important}.owner-unit-card__upcoming,.expense-total,.report-banner,.selected-owner-box,.company-profit-note{background:var(--surface-soft)!important}.btn,button{border-color:var(--line)}.btn-dark,button.btn-dark,.full-button,.owner-unit-card__button{background:#111!important;color:#fff!important;border-color:#111!important}.btn-dark:hover,button.btn-dark:hover,.full-button:hover,.owner-unit-card__button:hover{background:#2a2a2a!important;border-color:#2a2a2a!important}.btn-light,button.btn-light{background:#fff!important;color:#111!important;border-color:#cdbfae!important}.btn-outline,button.btn-outline{background:transparent!important;color:#111!important;border-color:#111!important}.btn-outline:hover,button.btn-outline:hover,.btn-light:hover,button.btn-light:hover{background:var(--accent-soft)!important}.btn-danger,button.btn-danger{background:#b63a3a!important;color:#fff!important;border-color:#b63a3a!important}.company-profit-hero,.company-profit-shortcut{background:radial-gradient(circle at top right,rgba(201,170,125,.18),transparent 34%),linear-gradient(145deg,#fff,#f3eadf)!important;color:#111!important;border-color:#d8c4a8!important;box-shadow:var(--shadow)!important}.company-profit-hero h2,.company-profit-shortcut h2,.company-profit-hero p,.company-profit-shortcut p,.company-profit-hero__total strong,.company-profit-shortcut__numbers strong,.company-profit-hero__total span,.company-profit-hero__total small,.company-profit-shortcut__numbers span{color:#111!important}.company-profit-folder,.company-profit-shortcut__copy>span{background:var(--accent-soft)!important;color:#5f4931!important}.company-profit-hero__total,.company-profit-shortcut__numbers div{background:#ffffffd9!important;border-color:#d9c7ae!important}.owner-full-performance-stat--net,.net,.metric.net{background:#111!important;color:#fff!important}.owner-full-performance-stat--net span,.owner-full-performance-stat--net strong,.net span,.net strong{color:#fff!important}.owner-unit-card__fee,.category-chip,.chip,.password-hidden,.status,.company-profit-folder{background:var(--accent-soft)!important;color:#4e3f2f!important;border-color:#d8c2a4!important}.status.confirmed,.status.success{background:#ece4d7!important;color:#111!important}.status.pending{background:#f5efe6!important;color:#6a5f53!important}.status.cancelled,.status.danger{background:#f6dddd!important;color:#8f2f2f!important}input,select,textarea{background:#fff!important;color:#111!important;border-color:#cfc2b1!important}input:focus,select:focus,textarea:focus{border-color:#9f7f55!important;box-shadow:0 0 0 3px #9f7f551f!important}label,.field-help,.metric-note,.panel-head p,.table-subtext,small{color:var(--muted)!important}table{background:#fff!important}th{background:#f1e8dc!important;color:#111!important}td{color:#111!important;border-color:var(--line)!important}tr:hover td{background:#faf7f2!important}.profit-current-row{background:#eee2d1!important}.portal-logo--sidebar img{filter:none!important}.portal-logo--sidebar{background:transparent!important}a,.money,.metric-value,.unit-mini-grid strong,.owner-unit-stat strong,.owner-full-performance-stat strong,.company-profit-hero__total strong{color:#111}.owner-full-performance-stat--net strong,.owner-full-performance-stat--net span,.btn-dark,.btn-dark *{color:#fff!important}@media(max-width:900px){.sidebar,.portal-sidebar,aside{background:#fff!important}}html body .app-shell>.sidebar{background:#fff!important;color:#111!important;border-right:1px solid #ded4c7!important}html body .app-shell>.sidebar .portal-logo--sidebar small,html body .app-shell>.sidebar .sidebar-bottom,html body .app-shell>.sidebar .nav button{color:#111!important}html body .app-shell>.sidebar .nav button:hover,html body .app-shell>.sidebar .nav button.active{background:#eee1cf!important;color:#111!important}html body .company-profit-hero,html body .company-profit-shortcut{background:linear-gradient(145deg,#fff,#f3eadf)!important;color:#111!important;border:1px solid #d8c4a8!important}html body .company-profit-hero *,html body .company-profit-shortcut *{color:#111!important}html body .company-profit-hero__total,html body .company-profit-shortcut__numbers>div{background:#fff!important;border-color:#d9c7ae!important}html body .company-profit-folder,html body .company-profit-shortcut__copy>span{background:#eee1cf!important;color:#5f4931!important}html body .unit-banner,html body .expense-total{background:#fff!important;color:#111!important;border:1px solid #ded4c7!important}html body .unit-banner *,html body .expense-total *{color:#111!important}html body .owner-full-performance-stat--net{background:#faf7f2!important;color:#111!important;border:1px solid #d7c3a6!important}html body .owner-full-performance-stat--net *{color:#111!important}html body .topbar,html body .report-banner{background:var(--bg)!important;box-shadow:none!important}html body .topbar{border:0!important}html body .report-banner{border-color:#ded4c7!important}.unit-mini-grid__occupancy,.owner-unit-stat--occupancy{grid-column:1 / -1}.unit-mini-grid__occupancy{display:grid;grid-template-columns:minmax(0,1fr) minmax(100px,.85fr);align-items:center;gap:12px}.owner-unit-stat--occupancy{display:grid;grid-template-columns:minmax(0,1fr) minmax(100px,.85fr);align-items:center;gap:12px;background:#faf7f2!important;border-color:#d7c3a6!important}.occupancy-copy{min-width:0}.occupancy-copy span{display:block}.occupancy-copy strong{display:block;margin-top:4px;color:#111!important;font-size:18px}.occupancy-copy small{display:block;margin-top:3px;color:#6f675e!important;font-size:10px;line-height:1.35}.occupancy-track{height:9px;overflow:hidden;border:1px solid #d7c9b7;border-radius:999px;background:#fff}.occupancy-track i{display:block;height:100%;max-width:100%;border-radius:inherit;background:#111}@media(max-width:460px){.unit-mini-grid__occupancy,.owner-unit-stat--occupancy{grid-template-columns:1fr}}.report-metrics{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.occupancy-report-metric{background:#faf7f2!important;border-color:#d7c3a6!important}.occupancy-report-metric .metric-value{color:#111!important}@media(max-width:1180px){.report-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){.report-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:430px){.report-metrics{grid-template-columns:1fr}}.mobile-sidebar-head{display:contents}.mobile-menu-button{display:none}html,body,#app,.app-shell,.main,.view,.card,.panel,.grid-2,.grid-4,.unit-grid,.owner-unit-grid{max-width:100%}body{overflow-x:hidden}.main,.view,.card,.panel,.grid-2>*,.grid-4>*,.unit-grid>*,.owner-unit-grid>*{min-width:0}.table-wrap{width:100%;max-width:100%;overflow-x:auto!important;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain}@media(max-width:820px),(max-device-width:820px),(hover:none)and (pointer:coarse){html,body{width:100%;min-width:0}.app-shell{display:block!important;width:100%!important;min-height:100vh;overflow-x:hidden}html body .app-shell>.sidebar{position:sticky!important;top:0;z-index:100;width:100%!important;height:auto!important;min-height:0!important;padding:9px 12px!important;display:block!important;border-right:0!important;border-bottom:1px solid var(--line)!important;box-shadow:0 7px 20px #1111110f!important;background:#fff!important}.mobile-sidebar-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.portal-logo--sidebar{width:auto!important;min-width:0;padding:0!important;display:flex;align-items:center;gap:9px;text-align:left}.portal-logo--sidebar img{width:78px!important;max-height:58px;margin:0!important;object-fit:contain}.portal-logo--sidebar small{margin:0!important;color:#111!important;font-size:9px!important;line-height:1.2;letter-spacing:.07em;white-space:nowrap}.mobile-menu-button{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:8px 12px;border:1px solid #cfc2b1;border-radius:11px;background:#fff;color:#111;font-size:13px;font-weight:850}.mobile-menu-icon{font-size:17px;line-height:1}.sidebar .nav{display:none!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:7px!important;margin-top:9px;padding-top:9px;border-top:1px solid var(--line)}.sidebar.menu-open .nav{display:grid!important}.sidebar .nav button{width:100%;min-height:42px;padding:9px 10px!important;border:1px solid var(--line)!important;border-radius:10px!important;background:#fff!important;color:#111!important;font-size:12px;font-weight:750;line-height:1.2;text-align:center!important;white-space:normal}.sidebar .nav button.active{background:var(--accent-soft)!important;border-color:#d4bea0!important}.sidebar-bottom{display:none!important}.main{width:100%!important;padding:14px!important;overflow-x:hidden}.topbar{width:100%;margin:0 0 14px!important;padding:0 1px 12px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:start!important;gap:10px!important;border-bottom:1px solid rgba(222,212,199,.85)!important;background:transparent!important}.topbar h1{margin:0!important;font-size:clamp(29px,9vw,38px)!important;line-height:.98!important;letter-spacing:-.035em}.topbar p{margin-top:8px!important;max-width:285px;font-size:12px!important;line-height:1.4}.topbar>.toolbar{flex-wrap:nowrap!important}.topbar .account{display:none!important}#logoutButton{min-height:40px;padding:8px 11px!important;border-radius:10px!important;font-size:12px;white-space:nowrap}.report-banner{margin-bottom:14px!important;padding:14px!important;display:block!important;border-radius:14px!important}.report-banner>div:first-child{margin-bottom:13px}.report-banner strong{font-size:17px}.report-banner span{font-size:11px!important}.month-controls{width:100%!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px!important;align-items:stretch!important}.month-controls label{grid-column:1 / -1;width:100%}.month-controls input,.month-controls select,.month-controls .btn,.month-controls button{width:100%!important;min-width:0!important;min-height:44px}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.grid-2{grid-template-columns:1fr!important;gap:14px!important}.metric{min-height:118px;padding:14px!important;border-radius:15px!important}.metric-label{font-size:10px!important;line-height:1.25}.metric-value{margin-top:8px!important;font-size:clamp(20px,6.2vw,27px)!important;line-height:1.1;overflow-wrap:anywhere}.metric-note{margin-top:7px!important;font-size:10px!important;line-height:1.35}.panel{width:100%;padding:14px!important;border-radius:16px!important;overflow:hidden}.panel-head{align-items:flex-start!important;margin-bottom:12px!important}.panel-head h2{font-size:17px!important;line-height:1.2}.panel-head p{font-size:11px!important;line-height:1.4}.unit-grid,.owner-unit-grid{grid-template-columns:1fr!important;gap:12px!important}.unit-card,.owner-unit-card{width:100%;padding:15px!important;border-radius:15px!important}.unit-card h3,.owner-unit-card__identity h3{font-size:18px!important}.unit-mini-grid,.owner-unit-card__stats{gap:8px!important}.unit-mini-grid>div,.owner-unit-stat{padding:10px!important}.unit-mini-grid strong,.owner-unit-stat strong{font-size:14px!important}.full-button,.owner-unit-card__button{min-height:46px!important;margin-top:12px!important;font-size:14px!important}.table-wrap{margin:0;padding-bottom:4px;border:1px solid var(--line);border-radius:12px;background:#fff}table{min-width:720px!important}th,td{padding:10px!important;font-size:11px!important;white-space:nowrap}th{font-size:9px!important}.empty{width:100%;min-height:0!important;padding:22px 14px!important;border-radius:12px!important;font-size:13px;line-height:1.4;overflow-wrap:anywhere}.expense-total{padding:12px!important}.expense-total strong{font-size:18px!important}.list-item{padding:11px!important}.company-profit-hero,.company-profit-shortcut{grid-template-columns:1fr!important;gap:14px!important;padding:16px!important}.company-profit-shortcut__numbers,.owner-full-performance-grid,.owner-performance-split{grid-template-columns:1fr!important}.report-metrics{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}}@media(max-width:370px),(max-device-width:370px){.main{padding:11px!important}.grid-4,.report-metrics{grid-template-columns:1fr!important}.topbar h1{font-size:29px!important}.portal-logo--sidebar img{width:68px!important}.portal-logo--sidebar small{display:none!important}}@media(max-width:1200px),(max-device-width:1200px),(pointer:coarse){html,body,#app{width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:hidden!important}.app-shell{display:block!important;grid-template-columns:1fr!important;width:100%!important;min-width:0!important}.sidebar{position:sticky!important;top:0!important;z-index:100!important;width:100%!important;height:auto!important;min-height:0!important;padding:10px 12px!important;border-right:0!important;border-bottom:1px solid var(--line)!important;background:#fff!important}.mobile-sidebar-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important}.portal-logo--sidebar{width:auto!important;margin:0!important;padding:0!important;display:flex!important;align-items:center!important;gap:8px!important}.portal-logo--sidebar img{width:74px!important;max-height:56px!important;margin:0!important}.portal-logo--sidebar small{display:block!important;margin:0!important;color:#111!important;font-size:9px!important;white-space:nowrap!important}.mobile-menu-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;min-height:40px!important;padding:8px 12px!important;border:1px solid #cfc2b1!important;border-radius:11px!important;background:#fff!important;color:#111!important}.sidebar .nav{display:none!important;width:100%!important;margin-top:10px!important;padding-top:10px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;border-top:1px solid var(--line)!important}.sidebar.menu-open .nav{display:grid!important}.sidebar .nav button{width:100%!important;min-width:0!important;min-height:42px!important;padding:10px 8px!important;text-align:center!important;white-space:normal!important;font-size:12px!important}.sidebar-bottom{display:none!important}.main{width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;padding:12px!important;overflow-x:hidden!important}.main>*,.view,.view.active,.card,.panel,.grid-2,.grid-4,.unit-grid,.owner-unit-grid{width:100%!important;max-width:100%!important;min-width:0!important}html body .main>header.topbar{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:start!important;gap:10px!important;width:100%!important;padding:15px!important;margin-bottom:14px!important;background:#fff!important;border:1px solid #ded4c7!important;border-radius:17px!important;clip-path:inset(0 round 17px)!important}.topbar h1{margin:0!important;font-size:29px!important;line-height:1!important}.topbar p{margin:7px 0 0!important;font-size:11px!important;line-height:1.35!important}.topbar .account{display:none!important}#logoutButton{min-height:40px!important;padding:8px 10px!important;font-size:12px!important}.report-banner{display:block!important;width:100%!important;margin-bottom:13px!important;padding:14px!important;border-radius:15px!important}.report-banner>div:first-child{margin-bottom:12px!important}.month-controls{display:grid!important;grid-template-columns:1fr!important;width:100%!important;gap:8px!important}.month-controls label,.month-controls input,.month-controls select,.month-controls button,.month-controls .btn{width:100%!important;min-width:0!important}.grid-2,.grid-4,.report-metrics,.company-profit-shortcut,.company-profit-hero{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.metric,.card,.panel{width:100%!important;min-width:0!important;padding:14px!important;border-radius:15px!important;overflow:hidden!important}.unit-grid,.owner-unit-grid{display:grid!important;grid-template-columns:1fr!important;gap:12px!important}.unit-card,.owner-unit-card{width:100%!important;min-width:0!important;padding:14px!important;border-radius:15px!important}.unit-mini-grid,.owner-unit-card__stats{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.unit-mini-grid>div,.owner-unit-stat{min-width:0!important;padding:10px!important}.full-button,.owner-unit-card__button{width:100%!important;min-height:45px!important;margin-top:11px!important}.table-wrap{display:block!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch!important;border-radius:12px!important}table{width:max-content!important;min-width:720px!important}th,td{padding:9px!important;font-size:10px!important;white-space:nowrap!important}.empty{width:100%!important;min-height:0!important;padding:22px 12px!important;text-align:center!important}}@media(max-width:420px),(max-device-width:420px){.main{padding:10px!important}.unit-mini-grid,.owner-unit-card__stats{grid-template-columns:1fr 1fr!important}.portal-logo--sidebar small{display:none!important}}
