:root{--ink:#182d31;--muted:#7a898b;--green:#167568;--deep:#103e38;--line:#e3eae8;--bg:#f5f7f6;--white:#fff;--mint:#e7f4ec}*{box-sizing:border-box}body{margin:0;background:var(--bg);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:14px;color:var(--ink);line-height:1.5}a{color:var(--green);text-decoration:none}button,input,select,textarea{font:inherit}button,.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;background:var(--green);color:white;border:1px solid transparent;border-radius:9px;padding:11px 18px;cursor:pointer;font-weight:600;white-space:nowrap;transition:background .15s,transform .15s}button:hover,.button:hover{background:var(--deep)}button:disabled{opacity:.55;cursor:wait}.secondary{background:white;color:var(--ink);border-color:var(--line)}.secondary:hover{background:#edf5ef}aside{position:fixed;inset:0 auto 0 0;width:246px;background:#fff;border-right:1px solid var(--line);padding:28px 20px;display:flex;flex-direction:column;z-index:10}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);font-size:22px;font-weight:750;letter-spacing:-.9px}.brand b{display:grid;place-items:center;background:var(--green);color:white;font-size:24px;border-radius:8px;width:34px;height:34px}.workspace{margin:36px 0 30px;border:1px solid var(--line);border-radius:10px;padding:12px;display:flex;gap:10px;align-items:center}.workspace strong{display:block;max-width:142px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:12px}.workspace small,.profile small{display:block;font-size:11px;color:var(--muted)}.workspace-icon{background:#edf0e8;padding:5px 10px;border-radius:7px;font-weight:600}.nav-label{font-size:10px;letter-spacing:1.5px;color:#96a19f;margin:0 12px 12px}nav a{display:flex;gap:13px;align-items:center;padding:12px 14px;margin:5px 0;border-radius:8px;color:#647371;font-weight:500}nav a span{font-size:20px;line-height:1}nav a.selected{background:#e8f3ed;color:#15654f;font-weight:650}nav a:hover{background:#f1f6f3}.sidebar-bottom{margin-top:auto;border-top:1px solid var(--line);padding-top:20px}.profile{display:flex;gap:12px;align-items:center}.profile strong{font-size:12px}.avatar{width:36px;height:36px;background:#eaded0;border-radius:50%;display:grid;place-items:center;color:#7b6043;font-weight:700}.logout{background:none;color:var(--muted);padding:10px 0;font-size:11px}.logout:hover{background:none;color:var(--green)}main{margin-left:246px;min-height:100vh}.topbar{height:78px;background:#ffffffc9;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 42px;font-size:12px;color:#657773}.slash{margin:0 12px;color:#bdc9c4}.top-date{border:1px solid var(--line);padding:7px 12px;border-radius:6px;background:white}.content{max-width:1500px;margin:auto;padding:38px 42px 60px}.eyebrow{font-size:10px;letter-spacing:1.8px;font-weight:650;color:var(--green)}h1{font-size:31px;line-height:1.2;letter-spacing:-1px;font-weight:650;margin:9px 0 0}h2{font-size:17px;letter-spacing:-.3px;margin:0 0 18px;font-weight:650}h3{font-size:17px;margin:0 0 8px;letter-spacing:-.3px}p{margin:8px 0 16px}.page-heading{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:32px}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:34px}.stat{background:white;border:1px solid var(--line);padding:23px;border-radius:12px;box-shadow:0 3px 10px #253e3503}.stat:first-child{background:var(--deep);color:#fff;border-color:var(--deep)}.stat-top{display:flex;justify-content:space-between;font-size:12px;font-weight:500}.stat-top span{font-size:20px;color:#83ae9b}.stat strong{display:block;font-size:38px;line-height:1.2;margin:17px 0 12px;font-weight:600;letter-spacing:-1.5px}.stat small{font-size:11px;color:#8b9b96}.stat:first-child small{color:#a9c4bb}.section-heading{display:flex;align-items:center;justify-content:space-between;margin:28px 0 18px}.section-heading h2{margin:0}.section-heading a{font-size:12px}.property-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px}.property-card{display:block;background:white;border:1px solid var(--line);border-radius:12px;overflow:hidden;color:var(--ink);transition:transform .15s,box-shadow .15s}.property-card:hover{transform:translateY(-3px);box-shadow:0 9px 22px #284b3510}.property-art{height:150px;background:linear-gradient(125deg,#e1e8df,#bbcabb);position:relative;overflow:hidden}.property-card:nth-child(2n) .property-art{background:linear-gradient(125deg,#ebe5da,#c9c6b5)}.property-card:nth-child(3n) .property-art{background:linear-gradient(125deg,#e3e9ed,#b7c6cc)}.line-building{position:absolute;font-family:Georgia,serif;font-size:210px;line-height:1;color:#ffffffa6;transform:perspective(300px) rotateY(-24deg);right:34px;top:-22px;text-shadow:18px 15px 0 #56726730}.property-art .pill{position:absolute;top:14px;left:14px;background:#fffffff0;color:#386551}.property-body{padding:21px}.property-body p{font-size:12px;color:var(--muted);min-height:36px;margin:4px 0 19px}.card-bottom{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding-top:14px;font-size:11px;color:#73827b}.card-bottom b{color:var(--green);font-weight:550}.panel{border:1px solid var(--line);background:white;padding:25px;border-radius:12px;margin-bottom:20px}.table-wrap{padding:0;overflow-x:auto}table{width:100%;border-collapse:collapse;text-align:left}th{font-size:10px;text-transform:uppercase;letter-spacing:.8px;color:var(--muted);font-weight:550;background:#fbfcfb;padding:15px 22px;border-bottom:1px solid var(--line)}td{padding:17px 22px;border-bottom:1px solid #edf1ee;font-size:12px}tr:last-child td{border:0}td strong{font-size:12px;font-weight:600}td small,.file-row small{display:block;font-size:10px;color:var(--muted);margin-top:4px}td a{font-size:12px}.pill{font-size:10px;border-radius:20px;display:inline-block;padding:5px 10px;background:#f1f3f1;color:#76827b;font-weight:600;white-space:nowrap}.pill.active,.pill.delivered,.pill.read{background:#e7f4eb;color:#297554}.pill.pending,.pill.retry,.pill.processing,.pill.accepted,.pill.sent{background:#fff4d9;color:#98722d}.pill.failed,.pill.uncertain{background:#fdecea;color:#a14c46}.form-grid,.read-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 24px}.read-grid small{font-size:11px;color:var(--muted)}.read-grid p{margin-top:4px}.form-actions{margin-top:24px;display:flex;justify-content:flex-end}label{font-size:12px;font-weight:550;display:block;color:#556761}input,select,textarea{display:block;width:100%;border:1px solid #dce5df;border-radius:7px;padding:11px 12px;color:var(--ink);background:#fff;margin-top:7px;outline:none;min-height:43px}textarea{resize:vertical;min-height:90px}input:focus,select:focus,textarea:focus{border-color:#59a68b;box-shadow:0 0 0 3px #16756812}.check{display:flex;align-items:flex-start;gap:10px;margin-top:20px;font-weight:400}.check input{width:16px;min-height:16px;height:16px;margin:2px 0;accent-color:var(--green)}.required{color:var(--green)}.muted{color:var(--muted);font-size:12px}.alert{background:#e7f3eb;color:#286045;border:1px solid #cce5d5;border-radius:9px;padding:13px 17px;margin-bottom:22px;font-size:13px}.alert.error{background:#fff0ec;border-color:#f1d4cb;color:#a34838}.hint{padding:16px;border-radius:8px;background:#f4f7f5;color:#62786d;font-size:12px;margin-top:20px}.search{max-width:350px;margin-bottom:25px;background:white}.detail-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:24px;padding:22px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin:22px 0 30px}.detail-strip small{display:block;color:var(--muted);font-size:10px;margin-bottom:6px}.detail-strip strong{font-size:13px}.property-address{color:var(--muted);margin-top:-20px}.two-columns{display:grid;grid-template-columns:1fr 1fr;gap:20px}.floor-row{display:flex;gap:25px;padding:20px 0;border-top:1px solid var(--line)}.floor-label{width:80px;flex-shrink:0;font-weight:600;font-size:13px;padding-top:8px}.floor-label small{display:block;color:var(--muted);font-size:9px;letter-spacing:1px;margin-top:6px}.flat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(135px,1fr));gap:12px;flex:1}.flat{display:flex;flex-direction:column;gap:6px;padding:15px;background:#edf7f0;border:1px solid #cde6d5;border-radius:9px;color:#266846}.flat strong{font-size:17px}.flat small{font-size:10px;color:#7b9385}.flat span{font-size:9px;text-transform:uppercase;letter-spacing:.8px}.flat.booked{background:#fdf4e5;border-color:#efe0c7;color:#a58045}.flat.inactive{background:#f2f3f3;border-color:#e3e6e4;color:#8a938e}.legend{font-size:10px;display:flex;gap:15px;color:#54916b}.legend span:nth-child(2){color:#bb965f}.legend span:nth-child(3){color:#9aa39c}summary{font-size:14px;font-weight:650;cursor:pointer}details[open] summary{margin-bottom:23px}.file-row{display:flex;align-items:center;justify-content:space-between;padding:17px 0;gap:20px;border-bottom:1px solid var(--line);font-size:12px}.file-row:last-child{border:0}.actions{display:flex;gap:10px}.empty{padding:45px 20px;text-align:center;background:white;border:1px dashed #d4e1d8;border-radius:12px;grid-column:1/-1;color:var(--muted);margin-bottom:20px}.empty span{font-size:35px;color:#89aa96}.empty h3{color:#577563;font-size:15px}.empty p{font-size:12px}.app-footer{display:flex;justify-content:space-between;font-size:10px;color:#96a49a;padding:20px 42px}.menu-button{display:none}.login{display:grid;grid-template-columns:1fr 1fr;min-height:100vh}.login-story{background:#123e35;color:white;padding:50px 65px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden}.login-story .brand{color:white}.login-story .eyebrow{color:#9dc4ac}.login-story h1{font-size:55px;font-weight:500;letter-spacing:-2px;margin:20px 0}.login-story p{color:#a7c4b6}.login-story small{color:#739887}.login-form{display:grid;place-items:center;padding:45px;background:#fafbf9}.login-card{width:100%;max-width:350px}.login-card h1{font-size:32px;margin:15px 0}.login-card form{margin:35px 0}.login-card label{margin-bottom:20px}.login-card button{width:100%}.building-art{height:170px;display:flex;gap:10px;align-items:flex-end;margin-top:25px;transform:skewY(-6deg)}.building-art i{width:65px;height:145px;background:repeating-linear-gradient(0deg,transparent 0 17px,#72938366 18px 19px),repeating-linear-gradient(90deg,#416e5855 0 14px,#83a69166 15px 16px);border:1px solid #83a69166}.building-art i:nth-child(2){height:190px}.building-art i:nth-child(3){height:115px}.building-art i:nth-child(4){height:155px}.error-detail{max-width:350px;font-size:11px}.menu-open aside{display:flex}input[type=file]{font-size:11px}[hidden]{display:none!important}@media(max-width:1150px){aside{width:216px;padding:25px 14px}main{margin-left:216px}.content{padding:30px 25px}.topbar{padding:0 25px}.property-grid{grid-template-columns:repeat(2,1fr)}.login-story{padding:45px}.login-story h1{font-size:45px}}@media(max-width:780px){aside{display:none;width:235px;box-shadow:15px 0 45px #0002;top:70px}.menu-button{display:inline-flex;padding:5px 10px}main{margin:0}.topbar{height:70px;padding:0 18px}.content{padding:26px 18px}.page-heading{align-items:flex-start;flex-direction:column;gap:20px}.stats{gap:10px}.stat{padding:16px}.stat strong{font-size:30px}.stat small{font-size:9px}.stat-top{font-size:10px}.property-grid{gap:14px}.property-art{height:120px}.property-body{padding:16px}.two-columns,.form-grid,.read-grid{grid-template-columns:1fr}.panel{padding:19px}.table-wrap{padding:0}.floor-row{gap:10px}.floor-label{width:52px}.flat-grid{grid-template-columns:repeat(auto-fill,minmax(105px,1fr))}.legend{display:none}.login{grid-template-columns:1fr}.login-story{display:none}.login-form{padding:25px;min-height:100vh}.top-date{display:none}h1{font-size:28px}}@media(max-width:480px){.property-grid{grid-template-columns:1fr}.stat-top span{display:none}.stat small{display:none}.stat strong{margin:15px 0 0}.stats{margin-bottom:25px}.actions{flex-wrap:wrap}.detail-strip{grid-template-columns:1fr 1fr}.app-footer span{display:none}}
