: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)}.dashboard-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}.dashboard-header{flex-shrink:0;display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.dashboard-logo-container{width:30%;max-width:300px;min-width:150px}.dashboard-silver-key-logo{display:block;width:100%;min-height:80px;height:auto}.dashboard-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);font-weight:700;transition:filter .2s;display:flex;align-items:center;justify-content:center}.dashboard-logout-button:hover{filter:brightness(1.1)}.dashboard-logout-icon{font-size:20px;display:block}.dashboard-error-message{color:red;font-weight:700}.dashboard-content{flex:1;overflow:auto;display:flex;flex-direction:column}.dashboard-table{width:100%;border-collapse:separate;border-spacing:0 .5rem;margin-top:1rem}.dashboard-table th,.dashboard-table td{padding:.75rem;text-align:left;font-size:.95rem}.dashboard-table th{background-color:#09f;color:#fff;font-weight:700}.dashboard-table thead th:first-child{border-top-left-radius:8px}.dashboard-table thead th:last-child{border-top-right-radius:8px}.dashboard-table td{background-color:#fff;border:none;box-shadow:0 1px 3px #00000014;transition:background-color .3s,transform .2s}.dashboard-table tr:nth-child(2n) td{background-color:#f7f7f7}.dashboard-table td:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.dashboard-table td:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.dashboard-table tr:hover td{transform:translateY(-2px);box-shadow:0 4px 8px #0000001a;background-color:#0099ff0d}.status-bullet{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:.5rem}.status-bullet--ok{background-color:#49d16b}.status-bullet--error{background-color:#ff5113}.customer-details-container{display:flex;flex-direction:column;height:100vh;width:100vw;padding:2rem;box-sizing:border-box;background-color:#f5f5f5;overflow:hidden}.customer-details-header{flex-shrink:0;display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.customer-details-back-button,.customer-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);display:flex;align-items:center;justify-content:center;transition:filter .2s}.customer-details-back-button:hover,.customer-details-logout-button:hover{filter:brightness(1.1)}.customer-details-back-icon,.customer-details-logout-icon{font-size:20px}.customer-details-card{flex:1;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #00000014;padding:1rem;display:flex;flex-direction:column;gap:1rem;overflow-y:auto}.customer-details-title{font-size:1.25rem;font-weight:700;display:flex;align-items:center}.customer-details-status-bullet{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:.5rem}.customer-details-status-ok{background-color:#49d16b}.customer-details-status-error{background-color:#ff5113}.customer-details-info{display:flex;flex-direction:column;gap:.75rem}.customer-details-field{display:flex;flex-direction:column}.customer-details-label{font-weight:700;margin-bottom:.25rem}.customer-details-value{font-size:1rem}.customer-details-status-list{margin:0;padding-left:1.25rem;font-size:1rem}.customer-details-status-list li{margin-bottom:.25rem}@media (min-width: 600px){.customer-details-info{flex-direction:row;gap:2rem}.customer-details-field{flex:1}}.customer-details-logs{flex:1;overflow-y:auto;padding:1rem;background-color:#fafafa;border-radius:8px;margin-top:1rem}.customer-details-logs h3{margin-top:0;font-size:1.125rem;font-weight:700}.customer-details-log-entry{font-family:monospace;font-size:.875rem;margin-bottom:.5rem;white-space:pre-wrap}
