html,body,#root{margin:0;padding:0;height:100%;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.app-shell{display:flex;min-height:100vh;background:#f5f5f5}.sidebar{width:20%;min-width:220px;background:#d5e5d6;color:#111827;display:flex;flex-direction:column;padding:1.5rem 1rem}.sidebar-logo{display:flex;align-items:center;justify-content:center;height:120px;margin-bottom:2rem}.sidebar-logo-text{font-weight:700;letter-spacing:.08em}.sidebar-logo-image{max-height:112px;width:auto;object-fit:contain}.sidebar-nav{flex:1}.sidebar-powered-by{display:flex;align-items:center;justify-content:center;gap:.4rem;margin-top:1.5rem;font-size:.8rem}.sidebar-powered-by-text{color:#4b5563}.sidebar-powered-by-logo{height:42px;width:auto;object-fit:contain}.app-main{flex:1;display:flex;flex-direction:column;background:#fff}.topbar{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.topbar-title{font-size:1.25rem;font-weight:600}.topbar-left,.topbar-right{display:flex;align-items:center;gap:.75rem}.topbar-user-email{font-size:.9rem;color:#4b5563}.topbar-logout-button{padding:.5rem 1rem;border-radius:.5rem;border:1px solid #b91c1c;background:#fff;color:#b91c1c;cursor:pointer}.topbar-logout-icon{margin-right:.4rem;font-size:.9rem}.dashboard-section,.survey-section{padding:1.5rem 2rem 2.5rem}.survey-header-row{display:flex;align-items:center;justify-content:flex-start;gap:1rem}.dashboard-header-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.dashboard-section-title{margin:0;font-size:1.1rem;font-weight:600}.table-wrapper{overflow-x:auto;background:#fff;border-radius:.75rem;border:1px solid #e5e7eb}.table{width:100%;border-collapse:collapse;font-size:.9rem}.table th,.table td{padding:.75rem;text-align:left;border-bottom:1px solid #e5e7eb}.table th{background:#d5e5d6;color:#3a3a3a;font-weight:600}.table-actions-cell{display:flex;gap:.5rem}.primary-button{padding:.6rem 1.2rem;border-radius:.5rem;border:none;background:#d5e5d6;color:#111827;cursor:pointer}.start-survey-button{background:#2f7d32;color:#fff}.secondary-button{padding:.5rem 1rem;border-radius:.5rem;border:1px solid #d1d5db;background:#fff;cursor:pointer}.icon-button{width:2rem;height:2rem;border-radius:.5rem;border:1px solid #d1d5db;background:#fff;cursor:pointer}.icon-button-danger{border-color:#f97373;color:#b91c1c}.table-input{width:100%;padding:.35rem .5rem;border-radius:.375rem;border:1px solid #d1d5db;font-size:.85rem}.bearings-section{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}.bearings-actions-row{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between}.bearings-actions-left,.bearings-actions-right{display:flex;flex-wrap:wrap;gap:.75rem}.accuracy-card{margin-top:.5rem;padding:.5rem .75rem;border-radius:.5rem;border:1px solid #d1d5db;background:#f9fafb;font-size:.85rem;color:#111827}.accuracy-card-error{border-color:#f87171;background:#fee2e2;color:#991b1b}.accuracy-list{margin:0;padding-left:1.1rem}.accuracy-list li{margin:.1rem 0}.tick-complete-control{display:inline-flex;align-items:center;gap:.4rem;font-size:.9rem}.tick-complete-checkbox{width:1rem;height:1rem}.survey-form{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}.survey-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.form-field{display:flex;flex-direction:column;gap:.9rem;font-size:.9rem}.text-display-field{padding:.5rem .75rem;border-radius:.4rem;border:1px solid #d1d5db;background:#f9fafb}.text-input{padding:.5rem .75rem;border-radius:.4rem;border:1px solid #d1d5db}.submit-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:40}.submit-modal-card{background:#fff;padding:1.5rem 2rem;border-radius:.75rem;box-shadow:0 18px 40px #0f172a73;max-width:420px;width:90%;text-align:center}.submit-modal-spinner{width:26px;height:26px;border-radius:999px;border:3px solid #e5e7eb;border-top-color:#2f7d32;margin:0 auto .75rem;animation:submit-spin .8s linear infinite}.submit-modal-title{margin:0 0 .25rem;font-size:1rem;font-weight:600}.submit-modal-text{margin:0;font-size:.85rem;color:#4b5563}@keyframes submit-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.report-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1rem}.report-meta{margin:.25rem 0 0;font-size:.9rem;color:#4b5563;display:flex;flex-wrap:wrap;gap:.75rem}.report-error{margin-bottom:1rem;padding:.6rem .75rem;border-radius:.5rem;background:#fee2e2;border:1px solid #f87171;color:#991b1b;font-size:.9rem}.report-info{margin-bottom:1rem;padding:.6rem .75rem;border-radius:.5rem;background:#dbeafe;border:1px solid #60a5fa;color:#1d4ed8;font-size:.9rem}.report-image-wrapper{margin-bottom:1.5rem;padding:1rem;border-radius:.75rem;border:1px solid #e5e7eb;background:#f9fafb}.report-image{max-width:100%;height:auto;display:block;margin:0 auto}.report-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.report-panel{border-radius:.75rem;border:1px solid #e5e7eb;background:#fafafa;padding:.75rem 1rem}.report-panel-title{margin:0 0 .5rem;font-size:.95rem;font-weight:600}.report-fields{display:flex;flex-direction:column;gap:.4rem;font-size:.85rem}.report-field-row{display:grid;grid-template-columns:minmax(0,40%) minmax(0,60%);gap:.5rem;align-items:flex-start;padding:.25rem 0;border-bottom:1px dashed #e5e7eb}.report-field-row:last-child{border-bottom:none}.report-field-label{font-weight:600;color:#374151}.report-field-value{color:#111827;white-space:pre-wrap}.report-subsection{margin-top:.75rem;display:flex;flex-direction:column;gap:.5rem}.report-subsection-title{margin:0;font-size:.85rem;font-weight:600;color:#4b5563}.report-subsection-subtitle{margin:.25rem 0;font-size:.8rem;font-weight:600;color:#4b5563}.report-subsection-block{padding:.5rem 0;border-top:1px solid #e5e7eb}.report-subtable{width:100%;border-collapse:collapse;font-size:.8rem}.report-subtable th,.report-subtable td{padding:.35rem .4rem;border-bottom:1px solid #e5e7eb;text-align:left}.report-subtable th{background:#d5e5d6;color:#3a3a3a;font-weight:600}.report-empty-text{margin:0;font-size:.85rem;color:#6b7280}.report-json{margin:0;font-size:.8rem;white-space:pre-wrap;overflow-x:auto}.login-page{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0f172a}.login-background{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/assets/auth-bg-image_v2-DbzJ7vt-.jpg);background-size:cover;background-position:center;opacity:.9}.login-card{position:relative;z-index:1;width:100%;max-width:420px;padding:2.25rem 2.5rem;border-radius:1rem;background:#fff;box-shadow:0 18px 45px #0f172a73}.login-brand{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.login-logo-image{width:96px;height:auto;object-fit:contain}.login-brand-text{margin:0;font-size:1.3rem;font-weight:600;letter-spacing:.06em}.login-powered-by{display:flex;align-items:center;justify-content:center;gap:.4rem;margin-top:1.25rem;font-size:.85rem}.login-powered-by-text{color:#4b5563}.login-powered-by-logo{height:54px;width:auto;object-fit:contain}.login-header{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.login-title{margin:0 0 1.5rem;font-size:1.5rem}.login-subtitle{margin:0;font-size:.95rem;color:#4b5563}.login-status{margin-bottom:.75rem;padding:.6rem .75rem;border-radius:.5rem;font-size:.85rem}.login-status-dev{background:#fef3c7;border:1px solid #facc15;color:#92400e}.login-status-error{background:#fee2e2;border:1px solid #f87171;color:#991b1b}.login-status-text{margin:0}.login-form{display:flex;flex-direction:column;gap:1rem}.login-label{display:flex;flex-direction:column;gap:.25rem;font-size:.9rem}.login-input{padding:.6rem .7rem;border-radius:.4rem;border:1px solid #d1d5db}.login-password-field{position:relative}.login-input-password{width:92%;box-sizing:border-box;padding-right:2.25rem}.login-password-toggle{position:absolute;top:50%;right:.7rem;transform:translateY(-50%);border:none;background:transparent;padding:0;margin:0;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280}.login-password-toggle:focus{outline:none}.login-forgot-link{margin-top:.25rem;font-size:.85rem;font-weight:500;color:#b91c1c;cursor:pointer}.login-button{margin-top:.75rem;padding:.6rem 1rem;border-radius:.5rem;border:none;background:#d5e5d6;color:#111827;cursor:pointer;font-weight:500}.login-button-disabled{background:#9ca3af;color:#f9fafb;cursor:not-allowed}
