@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600&display=swap";:root{font-family:Space Grotesk,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;font-weight:400;color:#f8fbff;background-color:#050812;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh}h1,h2,h3,h4{font-weight:600}p{margin:0}:root{--bg: #f5f6fb;--surface: #ffffff;--surface-muted: #f1f3fb;--border: #e4e7f2;--heading: #1f2a37;--text: #4a5568;--muted: #7c8aa6;--accent: #ff8a65;--accent-dark: #f1704a;--sidebar: #141922;--sidebar-muted: rgba(255, 255, 255, .6);--sidebar-accent: #2d394f;--status-success: #3dd598}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:Inter,Roboto,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text);overflow:hidden}.login-layout{min-height:100%;display:flex;align-items:center;justify-content:center;padding:2rem;background:var(--bg)}.login-card{background:var(--surface);border-radius:18px;box-shadow:0 20px 45px #0f172a1f;padding:2.25rem 2.5rem;max-width:420px;width:100%;text-align:left}.login-card.loading{text-align:center}.login-brand{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.brand-logo{height:32px;width:auto}.login-card h1{margin:0 0 .35rem;font-size:1.85rem;color:var(--heading)}.login-subtitle{margin:0 0 1.75rem;color:var(--muted)}.login-form{display:flex;flex-direction:column;gap:1.5rem}.login-form label{font-size:.85rem;color:var(--heading);display:flex;flex-direction:column;gap:.4rem}.label-row{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;color:var(--heading)}input{border:1px solid var(--border);border-radius:10px;padding:.85rem 1rem;font-size:.95rem;background:#f2f5ff;color:var(--heading)}input::placeholder{color:var(--muted)}button{font-family:inherit}.login-form button[type=submit]{margin-top:.5rem;border:none;background:var(--accent);color:#fff;border-radius:999px;padding:.9rem;font-weight:600;cursor:pointer;transition:background .15s ease,transform .15s ease}.login-form button[type=submit]:hover:not(:disabled){background:var(--accent-dark);transform:translateY(-1px)}.login-form button[type=submit]:disabled{opacity:.7;cursor:not-allowed}.link-button{border:none;background:transparent;color:var(--accent);font-size:.8rem;font-weight:600;cursor:pointer;padding:0}.login-legal{margin-top:1.5rem;font-size:.75rem;color:var(--muted);line-height:1.6}.error-text{color:#f87171;font-size:.85rem;margin:-.4rem 0 0}.app-shell{height:100%;display:flex;background:var(--bg)}.sidebar{width:220px;flex-shrink:0;background:var(--sidebar);color:#fff;padding:2rem 1.5rem;display:flex;flex-direction:column;gap:2rem}.sidebar-brand{display:flex;align-items:center;padding-bottom:1rem}.sidebar-nav{display:flex;flex-direction:column;gap:.4rem}.sidebar-label{margin:0 0 .35rem;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--sidebar-muted)}.sidebar-link{border:none;background:transparent;color:#fff;opacity:.75;font-size:.95rem;text-align:left;padding:.45rem .75rem;border-radius:10px;cursor:pointer;transition:background .12s ease,opacity .12s ease}.sidebar-link:hover{opacity:1;background:var(--sidebar-accent)}.sidebar-link.active{opacity:1;background:#ffffff14}.sidebar-link.selected{opacity:1;background:#3dd59826;color:#9de2d0}.sidebar-footer{margin-top:auto;display:flex;flex-direction:column;gap:.75rem;color:var(--sidebar-muted)}.content-area{flex:1;padding:2rem 2.5rem;display:flex;flex-direction:column;gap:1.5rem;overflow:hidden}.content-header{display:flex;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;flex-shrink:0}.eyebrow{margin:0;text-transform:uppercase;letter-spacing:.18em;font-size:.75rem;color:var(--muted)}.content-header h1{margin:.25rem 0;font-size:2rem;color:var(--heading)}.description{margin:0;max-width:520px;color:var(--muted);line-height:1.5}.user-chip{display:none}.summary-grid{display:flex;gap:1rem;flex-shrink:0}.summary-card{background:var(--surface);border-radius:16px;border:1px solid var(--border);padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.summary-card.summary-main{flex:0 1 50%;max-width:50%;flex-direction:row;align-items:center;justify-content:space-between}.summary-label{margin:0;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;color:var(--muted)}.summary-card h3{margin:0;color:var(--heading)}.summary-info{display:flex;flex-direction:column;gap:.5rem}.summary-info .primary{align-self:flex-start;padding:.65rem 1.75rem}.summary-qr{margin-left:auto}.panel{background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:1.5rem;box-shadow:0 12px 32px #0f172a14}.measurements-panel{min-height:0;display:flex;flex-direction:column;flex:1;overflow:hidden}.panel-toolbar{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.search-field{flex:1;min-width:220px}.search-field input{width:100%;background:var(--surface-muted);border-radius:999px;border:1px solid var(--border);padding:.8rem 1.1rem}.toolbar-buttons{display:flex;gap:.75rem}.pill{border-radius:999px}.primary{border:none;background:var(--accent);color:#fff;padding:.55rem 1.5rem;font-weight:600;cursor:pointer}.table-wrapper{width:100%;overflow:auto;flex:1;min-height:0}.measurements-table{width:100%;min-width:1000px;border-collapse:collapse;font-size:.92rem}.measurements-table th,.measurements-table td{border-bottom:1px solid var(--border);padding:.85rem .65rem;text-align:left;white-space:nowrap}.measurements-table thead{background:var(--surface-muted)}.measurements-table tbody tr:hover{background:#14192205}.column-unit{font-weight:400;color:var(--muted)}.panel-footer{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;gap:1rem}.pagination{display:flex;align-items:center;gap:.5rem}.pages{display:flex;align-items:center;gap:.25rem}.page{border:1px solid var(--border);background:transparent;border-radius:8px;padding:.3rem .75rem;cursor:pointer}.page.current{background:var(--surface-muted);font-weight:600}.ellipsis{color:var(--muted);padding:0 .35rem}.result-count{margin:0;color:var(--muted);font-size:.85rem}.empty{color:var(--muted);text-align:center;padding:1.25rem .75rem}@media(max-width:960px){body{overflow:auto}.app-shell{flex-direction:column;height:auto}.sidebar{width:100%;flex-direction:row;flex-wrap:wrap;gap:1rem}.sidebar-nav{flex-direction:row;flex-wrap:wrap}.content-area{padding:1.5rem}.summary-grid{flex-direction:column}.summary-card.summary-main{max-width:100%;flex-basis:100%;flex-direction:column;align-items:flex-start}.summary-qr{margin-left:0}.panel-toolbar{flex-direction:column;align-items:stretch}.toolbar-buttons{justify-content:flex-end}}.sidebar-chip{background:#ffffff0d;border-radius:16px;padding:1rem;color:#fff;display:flex;flex-direction:column;gap:.4rem}.sidebar-chip__label{margin:0;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--sidebar-muted)}.sidebar-chip__email{margin:0;font-size:.95rem;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-chip__signout{align-self:flex-start;background:transparent;border:1px solid rgba(255,255,255,.25);color:#fff;border-radius:999px;padding:.35rem .9rem;font-weight:600;cursor:pointer}.sidebar-chip__signout:hover{border-color:#ffffff80}.powered-by{display:flex;align-items:center;justify-content:center;gap:.35rem;font-size:.75rem}.powered-by img{height:18px;width:auto}
