*{box-sizing:border-box;margin:0;padding:0}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;max-width:100vw;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;overflow-x:hidden}.main-container{background:#fff;flex-direction:column;align-items:stretch;max-width:100%;min-height:100vh;margin:0 auto;padding:0;display:flex}.header{text-align:center;color:#1f2937;margin-bottom:2rem}.header h1{text-shadow:2px 2px 4px #0003;margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.header p{opacity:.9;font-size:1.1rem}.thermal-viewer{box-shadow:none;background:#fff;border-radius:0;flex-direction:column;gap:.75rem;width:100%;max-width:100%;height:100vh;padding:1rem 12rem;display:flex;position:relative;overflow:hidden}.controls{border-bottom:2px solid #e5e7eb;flex-direction:column;gap:1rem;padding-bottom:1.5rem;display:flex}.connection-status{align-items:center;gap:.75rem;font-weight:500;display:flex}.status-indicator{border-radius:50%;width:12px;height:12px;animation:2s infinite pulse}.status-indicator.connected{background-color:#10b981;box-shadow:0 0 8px #10b98199}.status-indicator.disconnected{background-color:#ef4444;box-shadow:0 0 8px #ef444499}.status-indicator.connecting{background-color:#f59e0b;animation:1s infinite pulse;box-shadow:0 0 8px #f59e0b99}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.reconnect-btn{color:#fff;cursor:pointer;background-color:#3b82f6;border:none;border-radius:6px;margin-left:auto;padding:.5rem 1rem;font-weight:500;transition:background-color .2s}.reconnect-btn:hover{background-color:#2563eb}.reconnect-btn:active{transform:scale(.98)}.reconnect-btn:disabled{opacity:.6;cursor:not-allowed}.simulation-btn{color:#fff;cursor:pointer;background-color:#10b981;border:none;border-radius:6px;margin-left:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .2s}.simulation-btn:hover{background-color:#059669;transform:translateY(-1px)}.simulation-btn:active{transform:scale(.98)}.simulation-btn.active{background-color:#ef4444}.simulation-btn.active:hover{background-color:#dc2626}.error-message{color:#991b1b;background-color:#fef2f2;border:2px solid #fecaca;border-radius:8px;align-items:center;gap:.75rem;margin-top:.5rem;padding:1rem;display:flex}.error-icon{flex-shrink:0;font-size:1.25rem}.error-text{flex:1;font-weight:500;line-height:1.5}.server-config{align-items:center;gap:.75rem;display:flex}.server-config label{color:#374151;align-items:center;gap:.5rem;font-weight:500;display:flex}.server-input{border:2px solid #d1d5db;border-radius:6px;flex:1;padding:.5rem .75rem;font-size:.95rem;transition:border-color .2s}.server-input:focus{border-color:#3b82f6;outline:none}.server-input:disabled{cursor:not-allowed;background-color:#f3f4f6}.temp-range{flex-wrap:wrap;gap:1.5rem;display:flex}.temp-range label{color:#374151;align-items:center;gap:.5rem;font-weight:500;display:flex}.temp-input{border:2px solid #d1d5db;border-radius:6px;width:80px;padding:.5rem .75rem;font-size:.95rem;transition:border-color .2s}.temp-input:focus{border-color:#3b82f6;outline:none}.canvas-container{background-color:#1f2937;border-radius:8px;justify-content:center;align-items:center;min-height:200px;padding:1rem;display:flex;position:relative}.thermal-canvas{image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;background-color:#0f172a;border-radius:4px;display:block;box-shadow:0 4px 12px #0000004d}.captured-canvas{image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;background-color:#0f172a;border-radius:4px;max-width:100%;height:auto;display:block;box-shadow:0 2px 8px #0003}.canvas-overlay{color:#fff;z-index:1000;background-color:#1f2937f2;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2rem;font-size:1.1rem;display:flex;position:fixed;inset:0}.connecting-message{flex-direction:column;align-items:center;gap:1rem;display:flex}.spinner{border:4px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.error-overlay{text-align:center;flex-direction:column;align-items:center;gap:1rem;max-width:400px;display:flex}.error-title{margin:0;font-size:1.5rem;font-weight:700}.error-detail{opacity:.9;margin:0;font-size:1rem;line-height:1.5}.retry-btn{color:#fff;cursor:pointer;background-color:#3b82f6;border:none;border-radius:8px;margin-top:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:background-color .2s,transform .1s}.retry-btn:hover{background-color:#2563eb}.retry-btn:active{transform:scale(.98)}.stats{border-top:2px solid #e5e7eb;flex-wrap:wrap;gap:1.5rem;padding-top:1.5rem;display:flex}.stat-item{flex-direction:column;gap:.25rem;min-width:120px;display:flex}.stat-label{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:500}.stat-value{color:#111827;font-size:1.5rem;font-weight:700}@media (max-width:768px){.main-container{padding:1rem}.header h1{font-size:2rem}.thermal-viewer{padding:1.5rem}.temp-range{flex-direction:column;gap:.75rem}.stats{flex-direction:column;gap:1rem}.stat-item{min-width:auto}}.capture-controls{border-top:2px solid #e5e7eb;flex-direction:column;gap:.75rem;margin-top:1rem;padding-top:1rem;display:flex}.capture-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #667eea66}.capture-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #667eea80}.capture-btn:disabled{opacity:.5;cursor:not-allowed}.capture-status{color:#10b981;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.confirmation-overlay{z-index:1000;background-color:#000c;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0;overflow-y:auto}.confirmation-modal{background:#fff;border-radius:16px;width:100%;max-width:900px;max-height:90vh;padding:2rem;overflow-y:auto;box-shadow:0 20px 60px #00000080}.confirmation-modal h2{color:#1f2937;margin-bottom:.5rem;font-size:1.75rem}.confirmation-modal>p{color:#6b7280;margin-bottom:1.5rem}.capture-preview-container{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.capture-preview{background-color:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;flex-direction:column;align-items:center;gap:1rem;padding:1rem;display:flex}.capture-preview h3{color:#1f2937;margin:0;font-size:1.25rem}.capture-preview canvas{border-radius:8px;box-shadow:0 4px 12px #0003}.retake-btn{color:#fff;cursor:pointer;background-color:#f59e0b;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:all .2s}.retake-btn:hover{background-color:#d97706;transform:translateY(-1px)}.confirmation-actions{justify-content:center;gap:1rem;margin-top:1.5rem;display:flex}.confirm-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:8px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #10b98166}.confirm-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #10b98180}.cancel-btn{color:#fff;cursor:pointer;background-color:#ef4444;border:none;border-radius:8px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.cancel-btn:hover{background-color:#dc2626;transform:translateY(-2px)}.confirmation-modal-new{background:#fff;border-radius:16px;width:100%;max-width:1151px;max-height:90vh;padding:1.5rem;overflow-y:auto;box-shadow:0 20px 60px #00000080}.confirmation-header-new{border-bottom:1px solid #e5e7eb;align-items:center;gap:1rem;margin-bottom:1.25rem;padding-bottom:1rem;display:flex}.confirmation-logo{flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:2rem;display:flex}.confirmation-header-text h2{color:#1f2937;margin:0 0 .25rem;font-size:1.5rem;font-weight:700}.confirmation-header-text p{color:#6b7280;margin:0;font-size:.875rem}.confirmation-cards-container{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.confirmation-foot-card{background:#fff;border-radius:12px;padding:1.5rem;position:relative;box-shadow:0 2px 8px #0000001a}.confirmation-foot-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.confirmation-foot-header h3{color:#1f2937;margin:0 0 .25rem;font-size:1.25rem;font-weight:600}.capture-status-text{color:#6b7280;margin:0;font-size:.875rem}.foot-icon{justify-content:center;align-items:center;width:40px;height:40px;font-size:1.5rem;display:flex}.confirmation-thermal-image-container{background:#0f172a;border-radius:8px;justify-content:center;align-items:center;min-height:300px;margin-bottom:1rem;display:flex;position:relative;overflow:hidden}.confirmation-thermal-image-container canvas{border-radius:8px;max-width:100%;height:auto}.thermal-avg-badge{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#10b981e6;border-radius:20px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;position:absolute;top:1rem;left:1rem}.confirmation-stats{border-top:1px solid #e5e7eb;justify-content:space-between;gap:1rem;padding-top:1rem;display:flex}.confirmation-stat-item{flex-direction:column;flex:1;align-items:center;display:flex}.confirmation-stat-item .stat-label{color:#6b7280;margin-bottom:.25rem;font-size:.875rem;font-weight:500}.confirmation-stat-item .stat-value{color:#1f2937;font-size:1.25rem;font-weight:600}.confirmation-stat-item .stat-value.stat-avg{color:#667eea}.confirmation-settings-container{justify-content:center;margin-bottom:2rem;display:flex}.confirmation-settings-btn-single{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .2s;display:flex;box-shadow:0 2px 4px #0000001a}.confirmation-settings-btn-single:hover{background:#f9fafb;border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 4px 8px #00000026}.confirmation-difference-section{background:#f9fafb;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem;display:flex}.difference-info{align-items:center;gap:1rem;display:flex}.difference-icon{color:#667eea;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.difference-label{color:#6b7280;margin:0 0 .5rem;font-size:.875rem}.difference-value{color:#667eea;margin:0;font-size:2rem;font-weight:700}.difference-value.high{color:#ef4444}.difference-value.moderate{color:#f59e0b}.difference-badge{border-radius:20px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500}.difference-badge.alta{color:#ef4444;background:#ef44441a}.difference-badge.moderada{color:#1f2937;background:#ffb6c14d}.difference-badge.normal{color:#059669;background:#10b9811a}.confirmation-actions-new{justify-content:center;display:flex}.confirmation-continue-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1.25rem 2rem;font-size:1.125rem;font-weight:600;transition:all .3s;display:flex;box-shadow:0 4px 12px #667eea66}.confirmation-continue-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #667eea80}.arrow-icon{font-size:1.25rem}@media (max-width:768px){.capture-preview-container{grid-template-columns:1fr}.confirmation-modal,.confirmation-modal-new{padding:1.5rem}.confirmation-cards-container{grid-template-columns:1fr;gap:1.5rem}.confirmation-difference-section{flex-direction:column;align-items:flex-start;gap:1rem}.confirmation-header-new{flex-direction:column;align-items:flex-start}}.top-controls{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffc;border-radius:8px;flex-wrap:wrap;flex-shrink:0;align-items:center;gap:.75rem;padding:.5rem 1rem;display:flex}.simulation-controls-subtle{margin-left:auto}.simulation-toggle{cursor:pointer;color:#666;background:#fff9;border:1px solid #0000001a;border-radius:6px;padding:.4rem .8rem;font-size:.85rem;transition:all .2s}.simulation-toggle:hover:not(:disabled){background:#ffffffe6;border-color:#0003}.simulation-toggle.active{color:#667eea;background:#667eea33;border-color:#667eea66}.simulation-toggle:disabled{opacity:.5;cursor:not-allowed}.capture-layout{flex:1;gap:1rem;min-height:0;display:flex;overflow:hidden}.metrics-sidebar{flex-direction:column;flex-shrink:0;gap:.75rem;width:300px;display:flex}.metrics-card{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px #0000001a}.temperature-legend-card{background:#fff;border-radius:12px;flex-shrink:0;padding:1rem;box-shadow:0 2px 8px #0000001a}.legend-title{color:#1f2937;margin:0 0 .75rem;font-size:.9rem;font-weight:600}.temperature-legend{flex-direction:column;gap:.5rem;display:flex}.legend-gradient{border:1px solid #e5e7eb;border-radius:4px;width:100%;height:20px;display:flex;overflow:hidden}.legend-color-segment{flex:1;height:100%}.legend-labels{color:#6b7280;justify-content:space-between;font-size:.7rem;font-weight:500;display:flex}.metrics-title{color:#1f2937;margin:0 0 1rem;font-size:1.25rem;font-weight:600}.metrics-content{flex-direction:column;gap:.75rem;display:flex}.metric-item{justify-content:space-between;align-items:center;padding:.25rem 0;display:flex}.metric-header{justify-content:space-between;align-items:center;width:100%;margin-bottom:.5rem;display:flex}.metric-label{color:#6b7280;font-size:.9rem;font-weight:500}.metric-value{color:#1f2937;font-size:1rem;font-weight:600}.fps-progress-bar{background:#e5e7eb;border-radius:2px;width:100%;height:4px;margin-top:.5rem;overflow:hidden}.fps-progress-fill{background:linear-gradient(90deg,#667eea 0%,#764ba2 100%);height:100%;transition:width .3s}.protocol-value{color:#1f2937;align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:flex}.protocol-icon{font-size:1rem}.alignment-status{background:#fff;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex;box-shadow:0 2px 8px #0000001a}.alignment-status.aligned{background:#10b9811a;border:1px solid #10b9814d}.alignment-status.aligned .alignment-text{color:#059669;font-weight:600}.alignment-icon{justify-content:center;align-items:center;width:24px;height:24px;font-size:1.5rem;display:flex}.alignment-text{color:#1f2937;font-size:1rem;font-weight:500}.next-foot-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:12px;width:100%;margin-top:auto;padding:1rem;font-size:1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 12px #667eea66}.next-foot-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #667eea80}.next-foot-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.thermal-main-area{flex-direction:column;flex:1;gap:.75rem;min-width:0;display:flex}.thermal-header{flex-shrink:0;padding:.25rem 0}.foot-title{color:#1f2937;margin:0;font-size:2rem;font-weight:600}.thermal-viewer-container{background:#fff;border-radius:12px;flex:1;justify-content:center;align-items:center;min-height:0;padding:.75rem;display:flex;position:relative;overflow:auto;box-shadow:0 2px 8px #0000001a}.thermal-canvas-wrapper{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.thermal-canvas-capture{image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;object-fit:contain;background-color:#0f172a;border-radius:8px;max-width:100%;max-height:100%;display:block;box-shadow:0 4px 12px #0003}.thermal-overlay{pointer-events:none;z-index:10;justify-content:space-between;align-items:flex-start;display:flex;position:absolute;top:1rem;left:1rem;right:1rem}.alignment-badge{color:#1f2937;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffb6c1e6;border-radius:20px;padding:.5rem 1rem;font-size:.85rem;font-weight:500}.alignment-badge.aligned{color:#fff;background:#10b981e6}.fps-badge{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#10b981e6;border-radius:20px;padding:.5rem 1rem;font-size:.85rem;font-weight:500}.instructions-section{flex-shrink:0;justify-content:center;gap:1rem;padding:.5rem 0;display:flex}.instruction-card{flex-direction:column;flex:1;align-items:center;gap:.5rem;max-width:250px;display:flex}.instruction-icon{background:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:2rem;display:flex;box-shadow:0 2px 8px #0000001a}.instruction-text{color:#6b7280;text-align:center;margin:0;font-size:.9rem;font-weight:500}@media (max-width:1024px){.capture-layout{flex-direction:column}.metrics-sidebar{width:100%}.instructions-section{flex-wrap:wrap}}@media (max-width:1440px){.thermal-viewer{padding-left:8rem;padding-right:8rem}}@media (max-width:1024px){.thermal-viewer{padding-left:4rem;padding-right:4rem}}@media (max-width:768px){.thermal-viewer{padding:1.5rem 2rem}.top-controls{flex-direction:column;align-items:stretch}.simulation-controls-subtle{margin-left:0}.instructions-section{flex-direction:column;align-items:center}.instruction-card{max-width:100%}}.calibration-overlay{z-index:1000;background-color:#000c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.calibration-modal{background:#fff;border-radius:12px;max-width:90vw;max-height:90vh;padding:2rem;overflow:auto;box-shadow:0 20px 60px #0000004d}.roi-calibration{flex-direction:column;gap:1rem;display:flex}.calibration-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.calibration-header h3{color:#1f2937;margin:0;font-size:1.5rem}.cancel-calibration-btn{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:4px;padding:.25rem .5rem;font-size:1.5rem;transition:all .2s}.cancel-calibration-btn:hover{color:#1f2937;background-color:#f3f4f6}.calibration-controls{flex-wrap:wrap;gap:.75rem;display:flex}.roi-select-btn{cursor:pointer;color:#4b5563;background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .2s;position:relative}.roi-select-btn:hover{color:#3b82f6;border-color:#3b82f6}.roi-select-btn.active{color:#3b82f6;background-color:#eff6ff;border-color:#3b82f6;font-weight:600}.roi-select-btn.completed{color:#10b981;background-color:#ecfdf5;border-color:#10b981}.calibration-canvas{cursor:crosshair;background:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;margin:0 auto;display:block}.calibration-instructions{text-align:center;color:#6b7280;padding:.5rem;font-size:.9rem}.calibration-actions{justify-content:center;gap:1rem;margin-top:1rem;display:flex}.save-calibration-btn{color:#fff;cursor:pointer;background-color:#10b981;border:none;border-radius:8px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .2s}.save-calibration-btn:hover:not(:disabled){background-color:#059669;transform:translateY(-2px);box-shadow:0 4px 12px #10b9814d}.save-calibration-btn:disabled{cursor:not-allowed;opacity:.6;background-color:#d1d5db}.calibration-btn{color:#4b5563;cursor:pointer;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;margin-right:auto;padding:.5rem 1rem;font-size:.85rem;transition:all .2s}.calibration-btn:hover{color:#1f2937;background-color:#e5e7eb;border-color:#d1d5db}.dashboard-screen{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh;padding:2rem}.dashboard-header{border-bottom:2px solid #fff3;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.dashboard-header h1{text-shadow:0 2px 4px #0003;margin:0;font-size:2rem;font-weight:700}.dashboard-back-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:2px solid #ffffff4d;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s}.dashboard-back-btn:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px)}.dashboard-content{max-width:1400px;margin:0 auto}.dashboard-feet-container{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem;display:grid}.dashboard-foot-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;padding:1.5rem;box-shadow:0 8px 32px #0000001a}.dashboard-foot-section h2{text-align:center;margin:0 0 1rem;font-size:1.5rem;font-weight:600}.dashboard-foot-canvas{background:#0003;border:2px solid #ffffff4d;border-radius:12px;margin:0 auto 1rem;display:block;box-shadow:0 4px 16px #0003}.roi-stats{flex-direction:column;gap:.75rem;margin-top:1rem;display:flex}.roi-stat-item{background:#ffffff1a;border-left:4px solid;border-radius:8px;justify-content:space-between;align-items:center;padding:.75rem;display:flex}.roi-stat-item .roi-label.hallux{border-left-color:#ef4444}.roi-stat-item .roi-label.metatarsal{border-left-color:#10b981}.roi-stat-item .roi-label.heel{border-left-color:#3b82f6}.roi-label{font-size:.9rem;font-weight:600}.roi-value{font-size:1.1rem;font-weight:700}.comparison-table-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;padding:2rem;box-shadow:0 8px 32px #0000001a}.comparison-table-container h2{text-align:center;margin:0 0 1.5rem;font-size:1.5rem;font-weight:600}.comparison-table{border-collapse:collapse;background:#ffffff0d;border-radius:12px;width:100%;overflow:hidden}.comparison-table thead{background:#ffffff26}.comparison-table th{text-align:left;border-bottom:2px solid #fff3;padding:1rem;font-size:1rem;font-weight:700}.comparison-table td{border-bottom:1px solid #ffffff1a;padding:1rem}.comparison-table tbody tr:hover{background:#ffffff1a}.comparison-table tbody tr:last-child td{border-bottom:none}.roi-name{font-weight:600}.roi-name.hallux{color:#fca5a5}.roi-name.metatarsal{color:#6ee7b7}.roi-name.heel{color:#93c5fd}.diff-high{color:#fbbf24;font-weight:700}.diff-normal{color:#d1d5db}@media (max-width:1024px){.dashboard-feet-container{grid-template-columns:1fr}}@media (max-width:768px){.dashboard-screen{padding:1rem}.dashboard-header h1{font-size:1.5rem}.dashboard-foot-section,.comparison-table-container{padding:1rem}.comparison-table{font-size:.85rem}.comparison-table th,.comparison-table td{padding:.5rem}}.analysis-screen{z-index:2000;background:#fafaff;flex-direction:column;gap:24px;min-height:100vh;padding:2rem 12rem;display:flex;position:fixed;inset:0;overflow-y:auto}.analysis-header{background:#fff;border:.8px solid #e5e7eb;border-radius:24px;justify-content:space-between;align-items:center;padding:20.8px 32.8px;display:flex;box-shadow:0 8px 24px #0000000a}.analysis-header-left{align-items:center;gap:20px;display:flex}.analysis-back-btn{cursor:pointer;color:#4b5563;background:#fafaff;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;transition:all .2s;display:flex}.analysis-back-btn:hover{background:#f3f4f6}.analysis-back-btn svg{color:#4b5563}.analysis-logo{justify-content:center;align-items:center;width:45px;height:48px;display:flex}.analysis-logo svg{width:100%;height:100%}.analysis-header-info h2{color:#111827;letter-spacing:-.24px;margin:0;font-family:Lexend,sans-serif;font-size:24px;font-weight:500;line-height:36px}.analysis-header-info p{color:#6b7280;margin:0;font-family:Poppins,sans-serif;font-size:15px;font-weight:400;line-height:24px}.analysis-risk-badge{color:#111827;background:#fce7f3;border:.8px solid #fbcfe8;border-radius:9999px;padding:4px 16px;font-size:14px;font-weight:400}.analysis-risk-badge.moderado{background:#fce7f3;border-color:#fbcfe8}.analysis-risk-badge.bajo{background:#e0e7ff;border-color:#c7d2fe}.analysis-risk-badge.alto{background:#fee2e2;border-color:#fecaca}.analysis-header-right{align-items:center;gap:28px;display:flex}.analysis-export-btn{cursor:pointer;color:#111827;background:#fff;border:.8px solid #e5e7eb;border-radius:20px;align-items:center;gap:8px;height:69.6px;padding:.8px 20.8px;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;transition:all .2s;display:flex}.analysis-export-btn:hover{background:#f9fafb}.analysis-export-btn svg{color:#111827}.analysis-new-btn{cursor:pointer;color:#fff;background:#6c63ff;border:none;border-radius:20px;align-items:center;gap:8px;height:68px;padding:0 20px;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;transition:all .2s;display:flex}.analysis-new-btn:hover{background:#5a52e5}.analysis-profile-btn{cursor:pointer;color:#111827;background:#fff;border:.8px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.analysis-profile-btn:hover{background:#f9fafb}.analysis-metrics-strip{gap:24px;height:149.6px;display:flex}.analysis-metric-card{background:#fff;border:.8px solid #e5e7eb;border-radius:16px;flex-direction:column;flex:1;gap:12px;padding:24.8px;display:flex;box-shadow:0 2px 16px #0000000a}.metric-header{color:#6b7280;justify-content:space-between;align-items:center;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;display:flex}.metric-header svg{color:#6b7280;flex-shrink:0}.metric-value-large{align-items:center;gap:8px;display:flex}.metric-number{color:#111827;letter-spacing:-.9px;font-family:Poppins,sans-serif;font-size:36px;font-weight:400;line-height:40px}.metric-change{color:#ff5a5a;align-items:center;gap:4px;font-family:Poppins,sans-serif;font-size:14px;display:flex}.metric-change svg{flex-shrink:0}.metric-description{color:#6b7280;margin:0;font-family:Poppins,sans-serif;font-size:14px;font-weight:400}.metric-tags{flex-wrap:wrap;gap:8px;display:flex}.metric-tag{color:#111827;background:#6c63ff1a;border:.8px solid #6c63ff;border-radius:9999px;align-items:center;gap:8px;height:29.587px;padding:.8px 12.8px;font-family:Poppins,sans-serif;font-size:12px;font-weight:400;display:flex}.metric-tag svg{flex-shrink:0;width:14px;height:14px}.metric-tag-pink{background:#fbcfe81a;border-color:#fbcfe8}.analysis-main-content{flex-direction:column;flex:1;gap:24px;min-height:0;display:flex}.analysis-top-row{align-items:stretch;gap:24px;display:flex}.analysis-left-column{flex-direction:column;flex:1;gap:24px;display:flex}.analysis-thermal-section{background:#fff;border:.8px solid #e5e7eb;border-radius:20px;flex-direction:column;flex:2;gap:24px;min-width:0;padding:2rem;display:flex;box-shadow:0 2px 16px #0000000a}.analysis-section-header{justify-content:space-between;align-items:center;display:flex}.analysis-section-header h3{color:#111827;margin:0;font-family:Lexend,sans-serif;font-size:20px;font-weight:500;line-height:30px}.analysis-view-controls{align-items:center;gap:12px;display:flex}.view-toggle{background:#fafaff;border-radius:9999px;width:123.488px;height:40px}.view-icon-btn{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:all .2s;display:flex}.view-icon-btn:hover{color:#111827;background:#f3f4f6}.view-icon-btn svg{color:currentColor}.analysis-feet-container{justify-content:center;gap:64px;padding:32px 0;display:flex}.analysis-foot-item{flex-direction:column;align-items:center;gap:12px;display:flex}.foot-label{color:#6b7280;margin:0;font-size:14px}.foot-canvas-wrapper{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.analysis-thermal-canvas{cursor:crosshair;max-width:100%;height:auto;image-rendering:pixelated;image-rendering:-moz-crisp-edges;image-rendering:crisp-edges;border-radius:8px}.analysis-foot-canvas{border-radius:8px;max-width:100%;height:auto}.foot-visualization{justify-content:center;align-items:center;width:192px;height:356px;display:flex}.foot-svg{width:100%;height:100%}.foot-svg .highlighted{filter:drop-shadow(0 0 4px #6c63ffcc)}.analysis-legend{border-top:.8px solid #e5e7eb;justify-content:center;gap:24px;padding-top:.8px;display:flex}.legend-item{color:#6b7280;align-items:center;gap:8px;font-size:14px;display:flex}.legend-dot{border-radius:50%;width:12px;height:12px}.legend-dot.bajo{background:#a5b4fc}.legend-dot.moderado{background:#fbcfe8}.legend-dot.alto{background:#ff5a5a}.analysis-regional-section{background:#fff;border:.8px solid #e5e7eb;border-radius:20px;flex-direction:column;flex:1;align-self:stretch;gap:16px;min-width:0;min-height:0;padding:2rem;display:flex;box-shadow:0 2px 16px #0000000a}.zone-count{color:#6b7280;font-size:14px}.analysis-roi-cards{box-shadow:none;background:0 0;border:none;flex-direction:column;flex:1;gap:12px;padding:0;display:flex}.analysis-roi-card{cursor:pointer;background:#fff;border:.8px solid #e5e7eb;border-radius:16px;padding:16.8px;transition:all .2s;box-shadow:0 2px 12px #0000000a}.analysis-roi-card:hover,.analysis-roi-card.highlighted{border-color:#6c63ff;transform:translateY(-2px);box-shadow:0 4px 16px #6c63ff33}.roi-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.roi-card-info h4{color:#111827;margin:0 0 4px;font-family:Poppins,sans-serif;font-size:14px;font-weight:400}.roi-card-info p{color:#6b7280;margin:0;font-family:Poppins,sans-serif;font-size:12px;font-weight:400;line-height:16px}.roi-risk-badge{color:#111827;white-space:nowrap;border-radius:9999px;padding:2.2px 8px;font-family:Poppins,sans-serif;font-size:12px;font-weight:400;line-height:16px}.roi-risk-badge.bajo{background:#a5b4fc1a;border:.8px solid #a5b4fc}.roi-risk-badge.moderado{background:#fbcfe81a;border:.8px solid #fbcfe8}.roi-risk-badge.alto{background:#ff5a5a1a;border:.8px solid #ff5a5a}.roi-card-footer{align-items:flex-end;display:flex}.roi-difference{align-items:center;gap:4px;font-family:Poppins,sans-serif;font-size:24px;font-weight:400;line-height:32px;display:flex}.roi-difference.bajo{color:#6c63ff}.roi-difference.moderado{color:#ec4899}.roi-difference svg.diff-arrow{flex-shrink:0;width:14px;height:14px}.roi-difference.alto{color:#ff5a5a}.diff-arrow{font-size:14px}.analysis-clinical-notes{background:#fff;border:.8px solid #e5e7eb;border-radius:20px;width:100%;padding:2rem;box-shadow:0 2px 16px #0000000a}.clinical-notes-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.clinical-notes-title{align-items:center;gap:12px;display:flex}.notes-icon{background:#6c63ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.notes-icon svg{color:#fff}.clinical-notes-title h3{color:#111827;margin:0 0 4px;font-family:Lexend,sans-serif;font-size:20px;font-weight:500;line-height:30px}.clinical-notes-title p{color:#6b7280;margin:0;font-family:Poppins,sans-serif;font-size:14px;font-weight:400}.notes-action-btn{color:#111827;cursor:pointer;background:#fafaff;border:none;border-radius:9999px;height:36px;padding:0 16px;font-size:14px;transition:all .2s}.notes-action-btn:hover{background:#f3f4f6}.stop-recording-btn{color:#991b1b!important;background:#fee2e2!important}.stop-recording-btn:hover{background:#fecaca!important}.generate-notes-btn{color:#1e40af!important;background:#dbeafe!important}.generate-notes-btn:hover{background:#bfdbfe!important}.notes-processing{flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:100px;padding:40px;display:flex}.processing-spinner{border:4px solid #e5e7eb;border-top-color:#6c63ff;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}.clinical-notes-content{background:0 0;min-height:100px;max-height:400px;padding:16px;overflow-y:auto}.notes-error{background:#fef2f2;border:1px solid #fecaca;border-radius:12px;min-height:100px;padding:16px}.retry-processing-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:8px;padding:8px 16px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;transition:all .2s}.retry-processing-btn:hover{background:#dc2626;transform:translateY(-1px)}.clinical-notes-textarea{background:#fafaff;border:.8px solid #0000;border-radius:12px;min-height:100px;margin-bottom:16px;padding:16px}.clinical-notes-textarea textarea{color:#11182780;resize:none;background:0 0;border:none;outline:none;width:100%;height:100%;min-height:100px;font-family:Poppins,sans-serif;font-size:16px}.clinical-notes-textarea textarea::placeholder{color:#11182780}.clinical-notes-textarea p{color:#11182780;margin:0;font-size:16px}.clinical-notes-checklist{margin-bottom:16px}.checklist-title{color:#6b7280;margin:0 0 8px;font-family:Poppins,sans-serif;font-size:14px;font-weight:400}.checklist-items{flex-wrap:wrap;gap:8px;display:flex}.checklist-item{color:#111827;background:#6c63ff1a;border:.8px solid #6c63ff;border-radius:9999px;align-items:center;gap:8px;height:37.6px;padding:.8px 16.8px;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;display:flex}.checklist-item:not(.checked){color:#6b7280;background:#fff;border-color:#e5e7eb}.checkmark{color:#fff;background:#6c63ff;border:.8px solid #6c63ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-size:12px;display:flex}.checkmark svg{color:#fff}.checkmark-empty{border:.8px solid #6b7280;border-radius:50%;width:16px;height:16px}.clinical-notes-footer{color:#6b7280;border-top:.8px solid #e5e7eb;align-items:center;gap:8px;padding-top:.8px;font-family:Poppins,sans-serif;font-size:14px;display:flex}.clinical-notes-footer svg{flex-shrink:0}.no-data{text-align:center;color:#6b7280;padding:40px}@media (max-width:1024px){.analysis-main-content{flex-direction:column;gap:24px}.analysis-left-column{width:100%}.analysis-feet-container{gap:32px}}@media (max-width:768px){.analysis-screen{padding:16px}.analysis-header{flex-direction:column;align-items:flex-start;gap:16px}.analysis-metrics-strip{flex-direction:column;height:auto}.analysis-feet-container{flex-direction:column;gap:24px}}.recording-indicator-overlay{z-index:10000;color:#991b1b;background:#fee2e2;border:1px solid #fecaca;border-radius:20px;align-items:center;gap:8px;padding:8px 16px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;display:flex;position:fixed;top:24px;right:24px;box-shadow:0 4px 12px #00000026}.recording-indicator-dot{background:#ef4444;border-radius:50%;width:12px;height:12px;animation:1.5s infinite pulse-recording}.recording-indicator-text{white-space:nowrap}@keyframes pulse-recording{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.9)}}.preparation-screen{background:#fafaff;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.preparation-container{background:#fff;border:.8px solid #e5e7eb;border-radius:26px;flex-direction:column;align-items:center;gap:0;width:100%;max-width:800px;padding:48px;display:flex;position:relative;box-shadow:0 8px 24px #0000000a}.preparation-logo{justify-content:center;align-items:center;width:48px;height:48px;display:flex;position:absolute;top:-.8px;left:50%;transform:translate(-50%)}.preparation-header{text-align:center;width:100%;margin-top:112px;margin-bottom:60px}.preparation-title{color:#111827;letter-spacing:-.64px;margin:0 0 16px;font-family:Lexend,sans-serif;font-size:32px;font-weight:500;line-height:48px}.preparation-subtitle{color:#6b7280;margin:0;font-family:Poppins,sans-serif;font-size:15px;font-weight:400;line-height:24px}.preparation-acclimatization-card{background:#fafaff;border-radius:20px;flex-direction:column;align-items:center;gap:16px;width:100%;margin-bottom:32px;padding:24px;display:flex}.acclimatization-icon-container{background:#6c63ff33;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.acclimatization-icon{justify-content:center;align-items:center;width:32px;height:32px;display:flex}.acclimatization-title{color:#111827;text-align:center;margin:0;font-family:Lexend,sans-serif;font-size:20px;font-weight:500;line-height:30px}.acclimatization-description{color:#6b7280;text-align:center;max-width:500px;margin:0;font-family:Poppins,sans-serif;font-size:15px;font-weight:400;line-height:24px}.preparation-progress{justify-content:center;align-items:center;gap:8px;margin-bottom:40px;display:flex}.progress-dot{background:#e5e7eb;border-radius:50%;width:8px;height:8px}.progress-dot.active{background:#6c63ff;border-radius:9999px;width:32px;height:8px}.preparation-camera-status{background:#fafaff;border-radius:20px;width:100%;margin-bottom:24px;padding:24px}.camera-status-content{justify-content:center;align-items:center;gap:12px;display:flex}.camera-status-text{color:#111827;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:24px}.preparation-recording-section{flex-direction:column;align-items:center;gap:12px;width:100%;margin-bottom:24px;display:flex}.recording-btn{color:#111827;cursor:pointer;background:#fff;border:.8px solid #e5e7eb;border-radius:20px;align-items:center;gap:8px;padding:12px 24px;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;transition:all .2s;display:flex;box-shadow:0 2px 4px #0000001a}.recording-btn:hover{background:#f9fafb;border-color:#d1d5db}.recording-btn.recording{color:#991b1b;background:#fee2e2;border-color:#fecaca}.recording-btn.has-recording{color:#065f46;background:#ecfdf5;border-color:#a7f3d0}.recording-indicator{background:#ef4444;border-radius:50%;width:12px;height:12px;animation:1.5s infinite pulse-recording}.recording-retry-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;font-family:Poppins,sans-serif;font-size:12px;font-weight:400;text-decoration:underline;transition:color .2s}.recording-retry-btn:hover{color:#111827}.preparation-continue-btn{color:#fff;cursor:pointer;background:#6c63ff;border:none;border-radius:24px;width:100%;padding:16.8px 0;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:24px;transition:all .2s;box-shadow:0 4px 12px #6c63ff4d}.preparation-continue-btn:hover{background:#5a52e5;transform:translateY(-1px);box-shadow:0 6px 16px #6c63ff66}.preparation-continue-btn:active{transform:translateY(0)}@media (max-width:768px){.preparation-container{padding:32px 24px}.preparation-header{margin-top:80px;margin-bottom:40px}.preparation-title{font-size:24px;line-height:32px}.preparation-subtitle{font-size:14px}.acclimatization-title{font-size:18px}.acclimatization-description{font-size:14px}}
