:root{--font-family: "Helvetica Neue", "Arial Hebrew", sans-serif;--line-height: 1.5;--font-weight: 400;--color-background: #F7F7F7;--color-surface: #FFFFFF;--color-text: #333333;--color-accent: #0099FF;--color-muted: #888888;--color-border: #333333;color-scheme:light;font-family:var(--font-family);line-height:var(--line-height);font-weight:var(--font-weight);color:var(--color-text);background-color:var(--color-background);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{margin:0;display:flex;align-items:center;justify-content:center;min-width:320px;min-height:100vh;background-color:var(--color-background)}a{font-weight:500;color:var(--color-accent);text-decoration:inherit}a:hover{color:#007acc}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--color-accent);color:var(--color-surface);cursor:pointer;transition:filter .2s,border-color .25s}button:hover{filter:brightness(1.1);border-color:var(--color-accent)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.read-the-docs{color:var(--color-muted)}.login-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--color-surface);padding:clamp(1rem,2.5vw,2rem);border-radius:16px;box-shadow:0 6px 16px #0000001a;width:clamp(280px,50%,480px);max-width:100%}.login-title{margin:0 0 1.5rem;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;text-align:center;color:var(--color-text)}.login-silver-key-highlight{color:var(--color-accent)}.login-form{display:flex;flex-direction:column;gap:clamp(1rem,2vw,1.5rem)}.login-input{padding:clamp(.75rem,1.5vw,1rem);border:none;border-radius:8px;background-color:var(--color-background);color:var(--color-text);font-size:clamp(1rem,2vw,1.125rem);outline:none;box-shadow:0 1px 3px #0000001a;transition:background-color .2s,box-shadow .2s}.login-input::placeholder{color:#777}.login-input:focus{background-color:#ececec;box-shadow:0 0 0 2px var(--color-accent)}.login-button{padding:clamp(.75rem,1.5vw,1rem);background-color:var(--color-accent);color:var(--color-surface);border:none;border-radius:8px;cursor:pointer;font-size:clamp(1rem,2vw,1.125rem);font-weight:700;transition:filter .2s}.login-button:hover{filter:brightness(1.1)}.login-error-message{color:#ff6b6b;margin-top:clamp(.5rem,1vw,1rem);text-align:center;font-size:clamp(.875rem,1.5vw,1rem)}.login-show-password-label{display:flex;align-items:center;gap:.5rem;font-size:clamp(1rem,2vw,1.125rem);color:var(--color-text);-webkit-user-select:none;user-select:none}.login-show-password{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1.4em;height:1.4em;border:none;border-radius:4px;background-color:var(--color-background);box-shadow:0 1px 3px #0000001a;position:relative;cursor:pointer;transition:background-color .2s,box-shadow .2s}.login-show-password:focus{outline:none;box-shadow:0 0 0 2px var(--color-accent)}.login-show-password:checked{background-color:var(--color-accent)}.login-show-password:checked:after{content:"";position:absolute;left:4px;top:1px;width:5px;height:10px;border:solid var(--color-surface);border-width:0 1px 1px 0;transform:rotate(45deg)}.property-overview-container{display:flex;flex-direction:column;height:100vh;width:100vw;padding:2rem;box-sizing:border-box;overflow:hidden;font-family:Helvetica Neue,Arial,sans-serif;color:#333;background-color:#fff}.property-overview-header{flex-shrink:0;display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.property-overview-logo-container{width:30%;max-width:300px;min-width:150px}.property-overview-logo{display:block;width:100%;min-height:80px;height:auto}.property-overview-actions{display:flex;gap:.75rem}.property-overview-settings-button,.property-overview-logout-button{padding:clamp(.75rem,1.5vw,1rem);background-color:#09f;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:clamp(1rem,2vw,1.125rem);transition:filter .2s;display:flex;align-items:center;justify-content:center}.property-overview-settings-button:hover,.property-overview-logout-button:hover{filter:brightness(1.1)}.property-overview-settings-icon,.property-overview-logout-icon{font-size:20px}.property-overview-error-message{color:red;font-weight:700}.property-overview-content{flex:1;overflow:auto;display:flex;flex-direction:column}.property-overview-table{width:100%;border-collapse:separate;border-spacing:0 .5rem;margin-top:1rem}.property-overview-table th,.property-overview-table td{padding:.75rem;text-align:left;font-size:.95rem}.property-overview-table th{background-color:#09f;color:#fff;font-weight:700}.property-overview-table thead th:first-child{border-top-left-radius:8px}.property-overview-table thead th:last-child{border-top-right-radius:8px}.property-overview-table td{background-color:#fff;border:none;box-shadow:0 1px 3px #00000014;transition:background-color .3s,transform .2s}.property-overview-table tr:nth-child(2n) td{background-color:#f7f7f7}.property-overview-table td:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.property-overview-table td:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.property-overview-table tr:hover td{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a;background-color:#0099ff0d}.property-overview-status-bullet{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:.5rem}.property-overview-status-bullet.ok{background-color:#49d16b}.property-overview-status-bullet.error{background-color:#ff5113}.sort-icon{color:#fff;margin-left:.3rem;font-size:.75rem;vertical-align:middle}.property-overview-search{height:48px;padding:0 1rem;font-size:16px;font-weight:600;border:2px solid #0099ff;border-radius:10px;background:#fff;color:#333;box-sizing:border-box}.property-overview-search:focus{outline:none;border-color:#09f}.property-overview-search::placeholder{color:#a0a0a0}.property-overview-search-container{display:flex;align-items:center;gap:.75rem}.property-details-container{display:flex;flex-direction:column;height:100vh;width:100vw;padding:2rem;box-sizing:border-box;overflow:hidden;font-family:Helvetica Neue,Arial,sans-serif;color:#333;background-color:#fff}.property-details-header{flex-shrink:0;display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.property-details-logo-container{width:30%;max-width:300px;min-width:150px}.property-details-logo{display:block;width:100%;min-height:80px;height:auto}.property-details-actions{display:flex;gap:.75rem}.property-details-back-button,.property-details-logout-button{padding:clamp(.75rem,1.5vw,1rem);background-color:#09f;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:clamp(1rem,2vw,1.125rem);transition:filter .2s;display:flex;align-items:center;justify-content:center}.property-details-back-button:hover,.property-details-logout-button:hover{filter:brightness(1.1)}.property-details-back-icon,.property-details-logout-icon{font-size:20px}.property-details-error{color:red;font-weight:700}.property-details-content{flex:1;overflow:auto;display:flex;justify-content:center;align-items:flex-start}.property-details-card{width:100%;max-width:1000px;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #00000014;padding:2rem;display:flex;flex-direction:column;gap:1.25rem}.property-details-title{font-size:1.5rem;font-weight:600;margin-bottom:0}.property-details-error-section{display:flex;flex-direction:column;gap:.25rem}.property-details-error-title{color:#ff5113;font-weight:600;font-size:1.05rem}.property-details-error-list{margin:0 0 0 1rem;padding-left:.75rem;list-style:disc}.property-details-columns{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.property-details-col{display:flex;flex-direction:column;gap:1.25rem}.property-details-section h3{margin-bottom:.5rem;font-size:1.05rem;color:#09f}.property-details-grid{display:grid;grid-template-columns:200px 1fr;row-gap:.4rem;column-gap:1rem;font-size:.95rem}.settings-container{display:flex;flex-direction:column;height:100vh;width:100vw;padding:2rem;box-sizing:border-box;overflow:hidden;font-family:Helvetica Neue,Arial,sans-serif;color:#333;background-color:#fff}.settings-header{flex-shrink:0;display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.settings-logo-container{width:30%;max-width:300px;min-width:150px}.settings-logo{display:block;width:100%;min-height:80px;height:auto}.settings-actions{display:flex;gap:.75rem;align-items:center}.settings-back-button,.settings-home-button{padding:clamp(.75rem,1.5vw,1rem);background-color:#09f;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:clamp(1rem,2vw,1.125rem);transition:filter .2s;display:flex;align-items:center;justify-content:center}.settings-back-button:hover,.settings-home-button:hover{filter:brightness(1.1)}.settings-back-icon,.settings-home-icon{font-size:20px}.settings-error-message{color:red;font-weight:700}.settings-content{flex:1;overflow:auto;display:flex;flex-direction:column}.settings-table{width:100%;border-collapse:separate;border-spacing:0 .5rem;margin-top:1rem}.settings-table th,.settings-table td{padding:.75rem;text-align:left;font-size:.95rem}.settings-table th{background-color:#09f;color:#fff;font-weight:700}.settings-table thead th:first-child{border-top-left-radius:8px}.settings-table thead th:last-child{border-top-right-radius:8px}.settings-table td{background-color:#fff;border:none;box-shadow:0 1px 3px #00000014;transition:background-color .3s,transform .2s}.settings-table tr:nth-child(2n) td{background-color:#f7f7f7}.settings-table td:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.settings-table td:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.settings-table tr:hover td{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a;background-color:#0099ff0d}.settings-status-bullet{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:.5rem}.settings-status-bullet.ok{background-color:#49d16b}.settings-status-bullet.error{background-color:#ff5113}.settings-checkbox-cell{text-align:center}.settings-checkbox{width:18px;height:18px;accent-color:#0099ff;cursor:pointer}.settings-table th:nth-last-child(-n+4),.settings-table td:nth-last-child(-n+4){width:110px;text-align:center}.settings-search{height:48px;padding:0 1rem;font-size:16px;font-weight:600;border:2px solid #0099ff;border-radius:10px;background:#fff;color:#333;box-sizing:border-box}.settings-search:focus{outline:none;border-color:#09f}.settings-search::placeholder{color:#a0a0a0}.settings-search-container{display:flex;align-items:center;gap:.75rem}
