.layout{display:grid;grid-template-columns:240px 1fr;min-height:100vh;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;transition:grid-template-columns .18s ease-in-out}.global-banner{grid-column:1 / -1;background:#1e293b;color:#f1f5f9;padding:.75rem 1.5rem;font-weight:600;font-size:1.05rem;letter-spacing:.02em;display:flex;align-items:center;gap:1rem}.mobile-sidebar-toggle{display:none;border:none;background:#94a3b840;color:#f8fafc;border-radius:8px;padding:.35rem .6rem;font-size:1.2rem;cursor:pointer}.sidebar{background:#111827;color:#f9fafb;padding:1.5rem;display:flex;flex-direction:column;gap:2rem;position:sticky;top:0;height:100vh;overflow-y:auto;box-shadow:4px 0 24px #0f172a26;font-size:.92rem}.sidebar .brand{display:flex;align-items:center;gap:.75rem}.sidebar h1{font-size:1.2rem;font-weight:600;margin:0;color:#f8fafc}.sidebar-toggle{display:none;border:none;background:transparent;color:inherit;font-size:1.5rem;cursor:pointer}.sidebar nav{display:flex;flex-direction:column;gap:.75rem}.session-controls{background:#94a3b81f;border-radius:10px;padding:.85rem 1rem;display:flex;flex-direction:column;gap:.5rem;font-size:.78rem;color:#e2e8f0}.session-controls .session-email{margin:0;font-weight:500;color:#f9fafb}.session-controls .session-email strong{color:#93c5fd}.session-controls .session-help{margin:0;color:#cbd5f5;line-height:1.4}.session-controls .session-actions{display:flex;flex-direction:column;gap:.35rem}.session-controls button{font-size:.78rem;padding:.4rem .8rem;border-radius:8px;border:none;cursor:pointer;font-weight:600;transition:background .12s ease-in-out,filter .12s ease-in-out}.session-controls button:first-of-type{background:#2563eb;color:#f8fafc}.session-controls button:first-of-type:hover:not([disabled]){filter:brightness(1.1)}.session-controls button[disabled]{background:#94a3b840;color:#e2e8f0b3;cursor:not-allowed}.sidebar a{color:inherit;text-decoration:none;font-weight:500;padding:.4rem 0}.sidebar a.active{color:#60a5fa}.content{background:#f3f4f6;padding:2rem}.sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#11182759;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9;border:none}@media (max-width: 1024px),(orientation: portrait){.layout{grid-template-columns:1fr}.mobile-sidebar-toggle{display:inline-flex;align-items:center;justify-content:center}.sidebar{position:fixed;inset:0 auto 0 0;transform:translate(-100%);transition:transform .2s ease-in-out;max-width:320px;width:min(320px,82vw);height:100vh;z-index:10;padding:1.25rem 1.5rem;font-size:.85rem;gap:1.5rem}.sidebar h1{font-size:1.05rem}.sidebar-toggle{display:inline-flex;align-items:center;justify-content:center}.layout .content{padding:1.5rem 1rem}body.sidebar-open .sidebar{transform:translate(0)}body.sidebar-open .sidebar-overlay{display:block}}@media (max-width: 640px){.layout .content{padding:1.25rem .75rem 2.5rem}.sidebar{max-width:100vw;width:min(320px,100vw)}}.admin-dashboard{display:flex;flex-direction:column;gap:1rem;padding:0 1rem 1.5rem}.admin-dashboard header{display:flex;flex-direction:column;gap:.5rem}.admin-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:flex-start;gap:1.25rem}.admin-section{background:#fff;border-radius:12px;box-shadow:0 8px 24px #0f172a0a;padding:.85rem;display:flex;flex-direction:column;gap:.65rem}.house-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.house-list button{width:100%;text-align:left;padding:.55rem .85rem;border-radius:8px;border:1px solid rgba(15,23,42,.08);background:#f8fafc;color:inherit;font-size:.9rem;line-height:1.3;transition:all .16s ease-in-out}.house-list button:hover,.house-list button:focus-visible{outline:none;border-color:#2563eb;background:#2563eb14;box-shadow:0 0 0 2px #2563eb26}.house-list button.selected{border-color:#2563eb;background:#1d4ed8;color:#fff;box-shadow:0 6px 18px #1d4ed840}.house-info{display:flex;flex-direction:column;gap:.65rem}.house-info form{display:flex;flex-direction:column;gap:.5rem}.house-info label{font-weight:600;font-size:.85rem;color:#1f2937;line-height:1.3}.house-info select,.house-info input{width:100%;padding:.4rem .65rem;border-radius:8px;border:1px solid rgba(15,23,42,.15);font-size:.9rem;line-height:1.3;transition:border-color .12s ease-in-out,box-shadow .12s ease-in-out}.admin-state-row{display:flex;gap:1rem;align-items:flex-end;flex-wrap:wrap}.admin-state-field{display:flex;flex-direction:column;gap:.4rem;flex:0 0 auto;min-width:180px}.admin-state-field select{width:auto;min-width:180px}.admin-close-date-field{display:flex;flex-direction:column;gap:.4rem;flex:0 1 auto;min-width:150px;max-width:200px}.house-info select:focus-visible,.house-info input:focus-visible{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb26}.house-info button{align-self:flex-start;padding:.45rem 1rem;border-radius:8px;border:none;background:#2563eb;color:#fff;font-weight:600;font-size:.85rem;line-height:1.3;cursor:pointer;transition:background .12s ease-in-out,opacity .12s ease-in-out}.house-info button[disabled]{cursor:not-allowed;opacity:.6}.house-info button:not([disabled]):hover{background:#1d4ed8}.info-groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.5rem;margin-top:.5rem}.info-group{border:1px solid rgba(15,23,42,.08);border-radius:8px;padding:.55rem .7rem;background:#f8fafc}.inline-values{display:flex;flex-direction:column;gap:.25rem}.inline-values .field-value{font-size:.85rem;line-height:1.3;color:#0f172a}.inline-values .field-value.muted{color:#94a3b8}.info-group h5{font-size:.85rem;font-weight:700;color:#1e293b;margin:0 0 .4rem;line-height:1.3}.info-group ul{list-style:none;padding:0;margin:0;display:grid;gap:.3rem}.info-group-house-details ul{gap:.6rem}.info-group li{display:flex;flex-direction:column;gap:.1rem}.info-group .field-label{font-size:.8rem;font-weight:600;color:#475569;line-height:1.3}.info-group .field-value{font-size:.85rem;line-height:1.3;color:#0f172a;word-break:break-word}.checkin-checkout-content{display:flex;flex-direction:column;gap:.4rem}.field-item{display:flex;flex-direction:column;gap:.1rem}.signature-display-item{display:flex;flex-direction:column;gap:.25rem;padding:.4rem 0;border-top:1px solid rgba(15,23,42,.08);border-bottom:1px solid rgba(15,23,42,.08)}.signature-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.signature-display-item:first-of-type{border-top:none}.signature-display-item:last-of-type{border-bottom:none}.signature-image{max-width:100%;max-height:120px;width:auto;height:auto;object-fit:contain;border:1px solid rgba(15,23,42,.1);border-radius:6px;background:#fff;padding:.25rem}.tenant-links{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem;border-top:1px solid rgba(15,23,42,.08);padding-top:.65rem}.tenant-links form{display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));align-items:end}.tenant-links form select,.tenant-links form input{padding:.4rem .65rem;border-radius:8px;border:1px solid rgba(15,23,42,.15);font-size:.85rem;line-height:1.3}.tenant-links form button{padding:.45rem 1rem;border-radius:8px;border:none;background:#0f172a;color:#f8fafc;font-weight:600;font-size:.85rem;line-height:1.3;cursor:pointer;transition:background .12s ease-in-out,opacity .12s ease-in-out}.tenant-links form button[disabled]{opacity:.6;cursor:not-allowed}.tenant-links form button:not([disabled]):hover{background:#1e293b}.tenant-links-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.tenant-link-card{border:1px solid rgba(148,163,184,.45);border-radius:8px;padding:.6rem .75rem;background:#f8fafc;display:flex;flex-direction:column;gap:.45rem}.tenant-link-header{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem;justify-content:space-between}.link-status{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.15rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.link-status.active{background:#16a34a1f;color:#166534}.link-status.expired{background:#94a3b833;color:#475569}.link-status.revoked{background:#dc26261f;color:#b91c1c}.tenant-link-actions{display:flex;flex-wrap:wrap;gap:.5rem}.tenant-link-actions button{padding:.45rem .85rem;border-radius:8px;border:1px solid rgba(15,23,42,.15);background:#fff;cursor:pointer;font-size:.85rem;transition:border-color .12s ease-in-out,background .12s ease-in-out}.tenant-link-actions button:hover{border-color:#2563eb;background:#2563eb14}.tenant-link-actions button[disabled]{opacity:.6;cursor:not-allowed}.tenant-link-meta{font-size:.8rem;line-height:1.3;color:#475569;display:flex;flex-direction:column;gap:.15rem}.tenant-links small{color:#64748b}@media (max-width: 1024px),(orientation: portrait){.tenant-links form{grid-template-columns:1fr}.tenant-link-actions{flex-direction:column}.tenant-link-actions button{width:100%}}@media (max-width: 640px),(orientation: portrait){.tenant-links{margin-top:1rem}}@media (max-width: 1024px),(orientation: portrait){.admin-layout{grid-template-columns:1fr;gap:1.5rem}.admin-section{padding:1rem}.info-groups{grid-template-columns:1fr}}@media (max-width: 640px),(orientation: portrait){.admin-dashboard{padding:0 .75rem 1.5rem}.admin-dashboard header>div.actions{flex-direction:column;align-items:stretch}.house-info button{width:100%}}.tenant-page{display:flex;flex-direction:column;min-height:100vh;background:#f8fafc;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.tenant-banner-top{position:sticky;top:0;z-index:5}.tenant-container{display:flex;flex-direction:column;gap:1rem;padding:1.2rem 1.2rem 2rem;max-width:680px;margin:0 auto;background:#fff;width:100%;border-radius:16px;box-shadow:0 20px 60px #0f172a14}.tenant-container h1,.tenant-container h2,.tenant-container h3,.tenant-container h4{margin:0;font-weight:600;letter-spacing:.01em}.tenant-container h1{font-size:1.35rem}.tenant-container h2{font-size:1.1rem;margin-bottom:.5rem}.tenant-container h3{font-size:.9rem;margin-bottom:.3rem}.tenant-container p,.tenant-container span,.tenant-container li,.tenant-container label{font-size:.85rem;line-height:1.35;color:#0f172a}.tenant-header{display:flex;flex-direction:column;gap:.4rem}.tenant-status{display:inline-flex;align-items:center;gap:.65rem;flex-wrap:wrap;font-size:.85rem;color:#475569}.tenant-state{font-weight:600;text-transform:capitalize;padding:.2rem .55rem;border-radius:999px;background:#2563eb14;color:#1d4ed8}.tenant-state.open-for-checkin,.tenant-state.open-for-checkout{background:#16a34a1f;color:#166534}.tenant-state.no-update{background:#eab3082e;color:#b45309}.tenant-banner{background:#eab30829;color:#92400e;padding:.75rem 1rem;border-radius:12px;font-weight:600;font-size:.95rem;border:1px solid rgba(146,64,14,.18);display:flex;align-items:center;gap:.5rem}.tenant-banner-scenarios{display:flex;align-items:center;gap:.5rem}.tenant-banner-scenario{background:transparent;border:none;color:#92400e;font-weight:600;font-size:.95rem;cursor:pointer;padding:.2rem .5rem;margin:0;border-radius:6px;transition:background-color .14s ease-in-out,opacity .14s ease-in-out;opacity:.7}.tenant-banner-scenario:hover{opacity:1;background:#92400e1a}.tenant-banner-scenario.active{opacity:1;background:#92400e33;font-weight:700}.tenant-banner-separator{color:#92400e;opacity:.5;margin:0 .2rem}.tenant-tabs-container{position:sticky;top:0;z-index:10;background:#fff;margin:0 -1.2rem;padding:0 1.2rem;border-bottom:2px solid #e2e8f0;box-shadow:0 1px 3px #0f172a0d}.tenant-tabs{display:flex;gap:0;background:transparent;border-radius:0;padding:0;margin:0}.tenant-tab{flex:1;padding:.85rem 1.25rem;border:none;background:transparent;color:#64748b;font-size:.9rem;font-weight:500;cursor:pointer;border-radius:0;transition:all .2s ease-in-out;text-align:center;display:flex;align-items:center;justify-content:center;gap:.5rem;position:relative;border-bottom:3px solid transparent;margin-bottom:-2px}.tenant-tab:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:transparent;transition:background .2s ease-in-out}.tenant-tab.editable{color:#475569;background:transparent}.tenant-tab.editable:hover{color:#1e293b;background:#0f172a0a}.tenant-tab.readonly{color:#94a3b8;background:transparent;opacity:.7}.tenant-tab.readonly:hover{color:#64748b;background:#0f172a05;opacity:.9}.tenant-tab.active{font-weight:600;color:#0f172a;border-bottom-color:#2563eb;background:#fff}.tenant-tab.active.editable{color:#0f172a;border-bottom-color:#2563eb;background:#fff}.tenant-tab.active.editable:before{background:#2563eb}.tenant-tab.active.readonly{color:#475569;border-bottom-color:#94a3b8;background:#f8fafc;opacity:1}.tenant-tab.active.readonly:before{background:#94a3b8}.tab-icon{width:16px;height:16px;flex-shrink:0}.tab-icon-editable{color:#22c55e}.tenant-tab.active.editable .tab-icon-editable{color:#16a34a}.tab-icon-readonly{color:#ef4444}.tenant-tab.active.readonly .tab-icon-readonly{color:#dc2626}.tab-close-date{font-size:.75rem;font-weight:400;color:#64748b;margin-left:.5rem}.tenant-areas-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.tenant-areas-list li{margin:0}.signatures-single{display:flex;flex-direction:column;gap:1.5rem}.signature-section{display:flex;flex-direction:column;gap:.5rem}.areas-table{width:100%;border-collapse:separate;border-spacing:0 .6rem;margin:0}.areas-table thead th{text-align:left;padding:0 .5rem .5rem;font-size:.95rem;font-weight:600;color:#0f172a}.areas-table tbody tr{vertical-align:top}.areas-table td{padding:0;width:50%;vertical-align:top}.areas-table td:first-child{padding-right:.75rem}.areas-table td:last-child{padding-left:.75rem}.area-button{width:100%;text-align:left;padding:.75rem .85rem;border:1px solid rgba(15,23,42,.08);border-radius:12px;background:#f8fafc;display:flex;flex-direction:column;gap:.3rem;cursor:pointer;transition:border-color .16s ease-in-out,box-shadow .16s ease-in-out,background .16s ease-in-out}.area-button:hover,.area-button:focus-visible{outline:none;border-color:#2563eb;box-shadow:0 12px 28px #2563eb2e;background:#fff}.area-button:disabled{opacity:.6;cursor:not-allowed}.area-placeholder{padding:.75rem .85rem;border:1px solid transparent;border-radius:12px;display:flex;flex-direction:column;gap:.3rem;min-height:100px}.tenant-overview .area-name{font-weight:600;font-size:.95rem}.tenant-overview .area-summary{display:grid;gap:.2rem;font-size:.78rem;color:#64748b;margin:0;padding:0}.tenant-overview .area-summary span{white-space:pre-wrap;margin:0;padding:0;line-height:1.4}.tenant-area-detail{display:flex;flex-direction:column;gap:.5rem}.tenant-area-nav{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;justify-content:space-between;margin-bottom:.5rem}.tenant-back-to-overview{display:inline-flex;align-items:center;gap:.4rem;border:1px solid rgba(15,23,42,.18);background:#fff;border-radius:10px;padding:.4rem .75rem;cursor:pointer;font-weight:500;font-size:.85rem;color:#0f172a;transition:border-color .14s ease-in-out,background .14s ease-in-out,box-shadow .14s ease-in-out}.tenant-back-to-overview:hover{border-color:#2563eb;background:#eff6ff;box-shadow:0 2px 4px #2563eb1a}.house-icon{width:16px;height:16px;flex-shrink:0;color:#2563eb}.tenant-area-step{font-size:.85rem;color:#475569;font-weight:600}.tenant-area-nav-buttons{display:inline-flex;gap:.55rem}.tenant-area-nav-buttons button{border:1px solid rgba(15,23,42,.18);background:#fff;border-radius:10px;padding:.35rem .75rem;cursor:pointer;font-weight:500;font-size:.85rem;transition:border-color .14s ease-in-out,background .14s ease-in-out}.tenant-area-nav-buttons button:disabled{opacity:.55;cursor:not-allowed}.tenant-area-nav-buttons button:not(:disabled):hover{border-color:#2563eb;background:#eff6ff}.tenant-area-fields{display:grid;grid-template-columns:180px 1fr;gap:.5rem;margin-bottom:0}@media (max-width: 768px){.tenant-area-fields{grid-template-columns:1fr}}.tenant-card{background:#f9fafb;border-radius:12px;border:1px solid rgba(15,23,42,.08);padding:.55rem .7rem;display:flex;flex-direction:column;gap:.4rem}.tenant-condition-select{padding:.4rem .55rem;border-radius:8px;border:1px solid rgba(15,23,42,.16);font-size:.8rem;background:#fff;color:#1f2937;cursor:pointer;transition:border-color .14s ease-in-out}.tenant-condition-select:hover:not(:disabled){border-color:#2563eb}.tenant-condition-select:disabled{opacity:.6;cursor:not-allowed;background:#f3f4f6}.tenant-radio-group{display:inline-flex;gap:1rem;flex-wrap:wrap}.tenant-radio-group label{display:inline-flex;align-items:center;gap:.45rem;font-size:.85rem;color:#1f2937}.tenant-card textarea{min-height:1.2rem;max-height:8rem;padding:.35rem .5rem;border-radius:8px;border:1px solid rgba(15,23,42,.16);font-size:.8rem;background:#fff;resize:none;overflow-y:auto}.tenant-card textarea.auto-resize{overflow:hidden}.tenant-area-actions{display:inline-flex;align-items:center;gap:.65rem;margin-top:.4rem;margin-bottom:0}.tenant-items-table{margin-top:.5rem}.items-table{width:100%;border-collapse:collapse;margin-top:.4rem}.items-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.items-table th{padding:.4rem .5rem;text-align:left;font-weight:600;font-size:.8rem;color:#475569;border-bottom:2px solid #e2e8f0}.items-table th:first-child{width:25%}.items-table th:nth-child(2){width:20%}.items-table th:nth-child(3){width:55%}.items-table tbody tr{border-bottom:1px solid #e2e8f0}.items-table tbody tr:last-child{border-bottom:none}.items-table td{padding:.4rem .5rem;vertical-align:top}.item-name{font-weight:500;color:#1e293b;font-size:.85rem}.item-condition{padding:0}.item-condition .tenant-condition-select{width:100%;min-width:120px;padding:.4rem .5rem;font-size:.8rem}.item-notes{position:relative}.item-notes-input{width:100%;padding:.4rem .5rem;border-radius:8px;border:1px solid rgba(15,23,42,.16);font-size:.8rem;background:#fff;color:#1f2937;transition:border-color .14s ease-in-out}.item-notes-input:hover:not(:disabled){border-color:#2563eb}.item-notes-input:disabled{opacity:.6;cursor:not-allowed;background:#f3f4f6}.item-status{font-size:.75rem;margin-left:.5rem;color:#64748b}.item-status.success{color:#22c55e}.item-status.error{color:#ef4444}.tenant-note-actions{display:inline-flex;align-items:center;gap:.65rem}.tenant-note-actions button{border:none;padding:.5rem 1.1rem;border-radius:10px;background:#2563eb;color:#fff;cursor:pointer;font-weight:600}.tenant-note-actions .success{color:#166534;font-weight:600}.tenant-note-actions .error{color:#b91c1c;font-weight:600}.photo-status{font-size:.75rem;color:#475569;margin-top:.3rem}.photo-status.success{color:#166534;font-weight:600}.photo-status.error{color:#b91c1c;font-weight:600}.tenant-photos ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.tenant-photo-item{margin:0;padding:0}.tenant-photo-wrapper{position:relative;display:inline-block;width:100%}.tenant-photo-delete{position:absolute;top:.5rem;right:.5rem;padding:.4rem .75rem;background:#dc2626e6;color:#fff;border:none;border-radius:6px;font-size:.8rem;font-weight:500;cursor:pointer;transition:background .14s ease-in-out;box-shadow:0 2px 4px #0003}.tenant-photo-delete:hover:not(:disabled){background:#b91c1c}.tenant-photo-delete:disabled{opacity:.6;cursor:not-allowed}.tenant-pdf-generation{margin-top:1.5rem;padding:1rem;background:#f8fafc;border-radius:12px;border:1px solid rgba(15,23,42,.1)}.tenant-pdf-generation h3{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#1e293b}.tenant-upload-button{border:1px dashed rgba(37,99,235,.4);border-radius:10px;padding:.5rem .65rem;background:#2563eb1a;color:#1d4ed8;font-size:.85rem;font-weight:600;cursor:pointer;display:inline-flex}.tenant-upload-button input{display:none}.tenant-footer{display:flex;flex-direction:column;gap:1rem}.tenant-footer button{align-self:flex-start;padding:.6rem 1.2rem;border-radius:10px;border:none;background:#045d4b;color:#ecfdf5;font-weight:600;cursor:pointer}.tenant-message{max-width:640px;margin:4rem auto;padding:1.5rem;border-radius:12px;background:#2563eb14;color:#1d4ed8;font-weight:600;text-align:center}.tenant-signatures{display:flex;flex-direction:column;gap:1.5rem}.signatures-grid{width:100%;display:flex;flex-direction:column;gap:0}.signatures-grid-header{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;padding:0 .5rem .5rem;border-bottom:1px solid rgba(15,23,42,.1);margin-bottom:.5rem}.signatures-grid-header>div{font-size:.95rem;font-weight:600;color:#0f172a}.signatures-grid-body{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:repeat(2,1fr);gap:1.5rem 1.5rem;row-gap:.75rem;align-items:stretch}.signature-grid-item{display:grid;grid-template-rows:auto 250px;gap:.5rem;width:100%;height:100%}.signature-grid-item .signature-header{flex-shrink:0;height:auto}.signature-grid-item .signature-box{display:flex;flex-direction:column;height:250px;min-height:250px;max-height:250px;width:100%;align-items:stretch;justify-content:flex-start;overflow:hidden;box-sizing:border-box}.signature-grid-item:first-child{padding-right:0}.signature-grid-item:last-child{padding-left:0}.signature-section{display:flex;flex-direction:column;gap:.75rem;height:100%}.signature-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.signature-header h3{margin:0}.signature-resign-button{padding:.4rem .9rem;border-radius:8px;border:1px solid rgba(15,23,42,.18);background:#fff;color:#475569;font-weight:500;font-size:.8rem;cursor:pointer;transition:border-color .14s ease-in-out,background .14s ease-in-out,color .14s ease-in-out}.signature-resign-button:hover{border-color:#2563eb;background:#eff6ff;color:#1d4ed8}.signature-box{min-height:300px;display:flex;flex-direction:column;box-sizing:border-box}.signature-display{display:flex;flex-direction:column;gap:.5rem;flex:1}.signature-input{display:flex;flex-direction:column;gap:.75rem;flex:1}.signature-placeholder{display:flex;flex-direction:column;gap:.5rem;width:100%;height:250px;min-height:250px;max-height:250px;padding:0;margin:0;align-items:stretch;justify-content:flex-start;box-sizing:border-box;overflow:hidden}.signature-empty-box{width:100%;height:200px;min-height:200px;max-height:200px;border:1px solid rgba(15,23,42,.2);border-style:dashed;border-radius:8px;background:#f8fafc;display:block;flex-shrink:0;margin:0;padding:0;box-sizing:border-box;position:relative;overflow:hidden;line-height:200px}.signature-placeholder p{margin:0;padding:0;flex-shrink:0;height:auto;line-height:1.4;font-size:.9rem;color:#64748b}.signature-display{display:flex;flex-direction:column;gap:.5rem;width:100%;height:250px;min-height:250px;max-height:250px;padding:0;margin:0;align-items:stretch;justify-content:flex-start;box-sizing:border-box;overflow:hidden}.signature-display img{width:100%;height:200px!important;max-height:200px!important;min-height:200px!important;object-fit:contain;object-position:center;flex-shrink:0;margin:0;padding:0;box-sizing:border-box;border:1px solid #ccc;display:block;background:#fff;line-height:0}.signature-display p{margin:0;padding:0;height:auto;line-height:1.4;font-size:1rem}.signature-input{display:flex;flex-direction:column;gap:.75rem;width:100%;height:100%;min-height:200px}@media (max-width: 768px){.tenant-container{padding:1.25rem 1rem 2rem}.tenant-area-nav{flex-direction:column;align-items:flex-start;gap:.5rem}}
