.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.login-box{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000004d;width:100%;max-width:450px;overflow:hidden}.login-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2.5rem 2rem;text-align:center}.login-header h1{font-size:1.8rem;margin-bottom:.5rem;font-weight:700}.login-header p{font-size:1rem;opacity:.95;margin:0}.login-form{padding:2rem}.login-error{background:#fee;border:1px solid #c33;border-radius:6px;padding:1rem;margin-bottom:1.5rem;color:#c33;font-size:.9rem;text-align:center}.form-field{margin-bottom:1.5rem}.form-field label{display:block;font-weight:600;margin-bottom:.5rem;color:#333;font-size:.95rem}.form-field input{width:100%;padding:.875rem;border:2px solid #ddd;border-radius:6px;font-size:1rem;transition:all .3s ease}.form-field input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-field input:disabled{background:#f5f5f5;cursor:not-allowed}.login-button{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-footer{background:#f5f5f5;padding:1.5rem 2rem;text-align:center;border-top:1px solid #e0e0e0}.login-footer p{margin:0;font-size:.85rem;color:#666;font-style:italic}@media (max-width: 768px){.login-container{padding:1rem}.login-header{padding:2rem 1.5rem}.login-header h1{font-size:1.5rem}.login-form{padding:1.5rem}.login-footer{padding:1rem 1.5rem}}.upload-form-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:2rem;margin-bottom:2rem}.upload-form{display:flex;flex-direction:column;gap:2rem}.form-section{border-bottom:1px solid #e0e0e0;padding-bottom:1.5rem}.form-section:last-of-type{border-bottom:none;padding-bottom:0}.form-section h2{font-size:1.3rem;color:#333;margin-bottom:1rem;font-weight:600}.form-group{margin-bottom:1rem}.form-group:last-child{margin-bottom:0}.form-group label{display:block;font-weight:500;margin-bottom:.5rem;color:#555}.required{color:#c33}.file-input{display:block;width:100%;padding:.75rem;border:2px dashed #ccc;border-radius:6px;background:#fafafa;cursor:pointer;transition:all .3s ease}.file-input:hover{border-color:#667eea;background:#f5f5ff}.text-input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;transition:border-color .3s ease}.text-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.file-info{margin-top:.5rem;padding:.5rem;background:#e8f4f8;border-radius:4px;font-size:.9rem;color:#2c5282}.checkbox-label{display:flex;align-items:center;cursor:pointer;font-weight:400}.checkbox-label input[type=checkbox]{margin-right:.5rem;width:18px;height:18px;cursor:pointer}.checkbox-label span{-webkit-user-select:none;user-select:none}.checkbox-label.disabled{opacity:.5;cursor:not-allowed}.checkbox-label.disabled input[type=checkbox]{cursor:not-allowed}.checkbox-label.disabled span{color:#999}.help-text{margin-top:.5rem;font-size:.875rem;color:#777;font-style:italic}.form-actions{display:flex;gap:1rem;margin-top:1rem}.btn{padding:.875rem 2rem;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;flex:1}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:#e0e0e0;color:#555}.btn-secondary:hover{background:#d0d0d0}@media (max-width: 768px){.upload-form-container{padding:1rem}.form-actions{flex-direction:column}.btn{width:100%}}.results-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow:hidden}.results-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem}.results-summary h2{font-size:1.8rem;margin-bottom:1rem}.summary-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.stat-item{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.875rem;opacity:.9}.stat-value{font-size:1.25rem;font-weight:600}.stat-value.highlight{font-size:1.5rem;color:gold}.results-actions{display:flex;gap:.75rem;flex-wrap:wrap}.btn-export{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.4);padding:.625rem 1.25rem;border-radius:6px;cursor:pointer;font-weight:600;transition:all .3s ease}.btn-export:hover{background:#ffffff4d;border-color:#fff9}.btn-reset{background:#fff;color:#667eea;border:none;padding:.625rem 1.25rem;border-radius:6px;cursor:pointer;font-weight:600;transition:all .3s ease}.btn-reset:hover{background:#f0f0f0;transform:translateY(-2px)}.no-results{padding:3rem 2rem;text-align:center;color:#666}.no-results h3{font-size:1.5rem;margin-bottom:.5rem;color:#333}.results-list{padding:1rem}.result-item{border:1px solid #e0e0e0;border-radius:8px;margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.result-item:hover{box-shadow:0 2px 8px #0000001a}.result-header{display:flex;align-items:center;padding:1rem;cursor:pointer;gap:1rem;background:#fafafa;transition:background .3s ease}.result-header:hover{background:#f0f0f0}.result-number{background:#667eea;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.result-info{flex:1;min-width:0}.result-line-num{font-size:.875rem;color:#666;margin-bottom:.25rem}.result-interpretation{font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.expand-icon{color:#667eea;font-size:1.25rem;transition:transform .3s ease;flex-shrink:0}.expand-icon.expanded{transform:rotate(180deg)}.result-details{padding:1.5rem;background:#fff;border-top:1px solid #e0e0e0}.detail-section{margin-bottom:1.5rem}.detail-section:last-child{margin-bottom:0}.detail-section h4{font-size:.875rem;color:#667eea;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.log-line-content{background:#f5f5f5;padding:1rem;border-radius:6px;overflow-x:auto;font-size:.875rem;line-height:1.5;white-space:pre-wrap;word-break:break-word}.interpretation-content{color:#333;line-height:1.6}.location-content{color:#666;font-size:.9rem}.results-footer{background:#f5f5f5;padding:1.5rem 2rem;text-align:center;color:#666;font-style:italic}@media (max-width: 768px){.results-header{padding:1.5rem}.results-summary h2{font-size:1.5rem}.summary-stats{grid-template-columns:1fr;gap:.75rem}.results-actions{flex-direction:column}.btn-export,.btn-reset{width:100%}.result-header{padding:.75rem}.result-number{width:35px;height:35px;font-size:.9rem}.result-details{padding:1rem}}.App{min-height:100vh;display:flex;flex-direction:column}.App-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;box-shadow:0 4px 6px #0000001a}.header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem}.header-content>div:first-child{text-align:left;flex:1}.App-header h1{font-size:2.5rem;margin-bottom:.5rem;font-weight:700}.App-header p{font-size:1.1rem;opacity:.95;margin:0}.header-user{display:flex;align-items:center;gap:1rem}.welcome-text{font-size:.95rem;opacity:.95;white-space:nowrap}.logout-button{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.4);padding:.625rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:600;font-size:.9rem;transition:all .3s ease;white-space:nowrap}.logout-button:hover{background:#ffffff4d;border-color:#fff9;transform:translateY(-1px)}.logout-button:active{transform:translateY(0)}.App-main{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:2rem}.App-footer{background:#333;color:#fff;text-align:center;padding:1.5rem;margin-top:auto}.loading{text-align:center;padding:3rem}.spinner{border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-message{background:#fee;border:2px solid #c33;border-radius:8px;padding:1.5rem;margin:2rem 0}.error-message h3{color:#c33;margin-bottom:.5rem}.error-message p{color:#666}@media (max-width: 768px){.header-content{flex-direction:column;align-items:flex-start;gap:1rem}.header-content>div:first-child{text-align:center;width:100%}.header-user{width:100%;justify-content:center}.App-header h1{font-size:1.8rem}.App-header p{font-size:1rem}.App-main{padding:1rem}.logout-button{padding:.5rem 1.25rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f5f5;color:#333}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}
