:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;color:#212529;background-color:#fff}#root{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.login-card{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 10px 40px #0000001a;width:100%;max-width:420px;animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.login-header{text-align:center;margin-bottom:2.5rem}.login-title-container{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:.5rem}.login-logo{width:48px;height:48px;object-fit:contain}.login-header h1{color:#255897;font-size:2.5rem;font-weight:700;margin-bottom:0;letter-spacing:-.5px}.login-header p{color:#6c757d;font-size:.95rem;font-weight:400}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#495057;font-size:.9rem;font-weight:500}.form-group input{padding:.875rem 1rem;border:2px solid #e9ecef;border-radius:8px;font-size:1rem;transition:all .3s ease;background-color:#f8f9fa}.form-group input:focus{outline:none;border-color:#255897;background-color:#fff;box-shadow:0 0 0 3px #2558971a}.form-group input:disabled{background-color:#e9ecef;cursor:not-allowed}.form-group input::placeholder{color:#adb5bd}.error-message{padding:.875rem 1rem;background-color:#fee;border:1px solid #fcc;border-radius:8px;color:#c00;font-size:.9rem;text-align:center;animation:shake .5s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-5px)}20%,40%,60%,80%{transform:translate(5px)}}.login-button{padding:1rem;background-color:#255897;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.login-button:hover:not(:disabled){background-color:#1e4679;transform:translateY(-2px);box-shadow:0 4px 12px #2558974d}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{background-color:#adb5bd;cursor:not-allowed;transform:none}@media(max-width:480px){.login-card{padding:2rem 1.5rem;margin:1rem}.login-logo{width:40px;height:40px}.login-header h1{font-size:2rem}}.navbar-header{background:#fff;box-shadow:0 2px 8px #0000000d;padding:1rem 0;position:sticky;top:0;z-index:100}.navbar-content{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-left{display:flex;align-items:center;gap:3rem}.site-title-container{display:flex;align-items:center;gap:.75rem}.site-logo{width:40px;height:40px;object-fit:contain}.site-title{color:#255897;font-size:1.75rem;font-weight:700;margin:0}.nav-links{display:flex;gap:.5rem}.nav-link{padding:.625rem 1.25rem;background:transparent;color:#495057;border:none;border-radius:6px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.nav-link:hover{background-color:#f8f9fa;color:#255897}.nav-link.active{background-color:#255897;color:#fff}.navbar-right{display:flex;align-items:center;gap:1.5rem}.user-info{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.user-name{font-weight:600;color:#212529;font-size:.95rem}.user-email{font-size:.85rem;color:#6c757d}.logout-button{padding:.625rem 1.25rem;background-color:#255897;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.logout-button:hover{background-color:#1e4679;transform:translateY(-1px);box-shadow:0 2px 8px #2558974d}.logout-button:active{transform:translateY(0)}.home-container{min-height:calc(100vh - 80px);background-color:#f8f9fa}.home-main{max-width:1400px;margin:0 auto;padding:2rem}.errors-section{background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000d;overflow:hidden}.section-header{padding:1.5rem 2rem;border-bottom:2px solid #f8f9fa;display:flex;justify-content:space-between;align-items:center}.section-header h2{color:#255897;font-size:1.5rem;margin:0}.refresh-button{padding:.5rem 1rem;background-color:#f8f9fa;color:#495057;border:1px solid #dee2e6;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.refresh-button:hover:not(:disabled){background-color:#e9ecef;border-color:#adb5bd}.refresh-button:disabled{opacity:.6;cursor:not-allowed}.error-banner{padding:1rem 2rem;background-color:#fee;border-left:4px solid #c00;color:#c00;font-size:.9rem}.tabs-container{display:flex;gap:.5rem;padding:0 2rem;border-bottom:2px solid #e9ecef;background:#fff}.tab-button{padding:.875rem 1.5rem;background:none;border:none;border-bottom:3px solid transparent;color:#6c757d;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;position:relative;bottom:-2px}.tab-button:hover{color:#255897;background-color:#f8f9fa}.tab-button.active{color:#255897;border-bottom-color:#255897;font-weight:600}.tab-badge{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 .5rem;background-color:#e9ecef;color:#495057;font-size:.8rem;font-weight:600;border-radius:12px;transition:all .3s ease}.tab-button.active .tab-badge{background-color:#255897;color:#fff}.table-container{overflow-x:auto}.errors-table{width:100%;border-collapse:collapse}.errors-table thead{background-color:#f8f9fa}.errors-table th{padding:1rem 1.5rem;text-align:left;font-weight:600;color:#495057;font-size:.875rem;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #dee2e6}.errors-table tbody tr{border-bottom:1px solid #e9ecef;transition:background-color .2s ease}.errors-table tbody tr:hover{background-color:#f8f9fa}.errors-table tbody tr:last-child{border-bottom:none}.errors-table td{padding:1rem 1.5rem;color:#212529;font-size:.9rem}.po-cell{font-weight:600;color:#255897;font-family:Courier New,monospace}.error-cell{color:#495057;max-width:600px}.date-cell{color:#6c757d;white-space:nowrap;font-size:.875rem}.viewed-cell{text-align:left;font-size:1.25rem}.resolver-cell{color:#495057;font-size:.875rem;font-weight:500}.action-cell{text-align:left;padding:.75rem 1rem!important}.action-button{width:36px;height:36px;background-color:#255897;color:#fff;border:none;border-radius:6px;font-size:1.25rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;padding:0;margin-right:.5rem}.action-button:last-child{margin-right:0}.action-button:hover:not(:disabled){background-color:#1e4679;transform:scale(1.1);box-shadow:0 2px 8px #2558974d}.action-button:active:not(:disabled){transform:scale(.95)}.action-button:disabled{background-color:#adb5bd;cursor:not-allowed;transform:none;opacity:.6}.loading-cell,.empty-cell{text-align:center;padding:3rem 2rem!important;color:#6c757d;font-style:italic}.empty-cell{font-size:1.1rem;color:#28a745}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:12px;box-shadow:0 4px 24px #00000026;max-width:600px;width:100%;max-height:80vh;overflow:auto}.modal-header{padding:1.5rem;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:center}.modal-header h3{margin:0;color:#255897;font-size:1.25rem;font-weight:600}.modal-close{width:32px;height:32px;background:none;border:none;font-size:1.5rem;color:#6c757d;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.modal-close:hover{background-color:#f8f9fa;color:#212529}.modal-body{padding:1.5rem}.modal-body p{margin:0;color:#495057;line-height:1.6;font-size:.95rem;word-wrap:break-word}@media(max-width:768px){.header-content{flex-direction:column;gap:1rem;padding:0 1rem}.site-logo{width:36px;height:36px}.site-title{font-size:1.5rem}.user-section{width:100%;justify-content:space-between}.home-main{padding:1rem}.tabs-container{padding:0 1rem;gap:.25rem}.tab-button{padding:.75rem 1rem;font-size:.875rem}.tab-badge{min-width:20px;height:20px;font-size:.75rem}.section-header{flex-direction:column;gap:1rem;align-items:flex-start;padding:1rem}.refresh-button{width:100%;justify-content:center}.errors-table th,.errors-table td{padding:.75rem 1rem;font-size:.875rem}.error-cell{max-width:300px}}@media(max-width:480px){.errors-table{font-size:.8rem}.errors-table th,.errors-table td{padding:.5rem .75rem}.section-header h2{font-size:1.25rem}}.statistics-container{min-height:calc(100vh - 80px);background-color:#f8f9fa}.statistics-main{max-width:1400px;margin:0 auto;padding:2rem}.statistics-section{background:#fff;border-radius:12px;box-shadow:0 2px 12px #0000000d;padding:2rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #e9ecef}.section-header h2{color:#255897;font-size:1.75rem;font-weight:700;margin:0}.date-selectors{display:flex;gap:1rem}.month-selector,.year-selector{padding:.625rem 1rem;border:2px solid #dee2e6;border-radius:6px;font-size:.95rem;color:#495057;background-color:#fff;cursor:pointer;transition:all .3s ease}.month-selector:hover,.year-selector:hover{border-color:#255897}.month-selector:focus,.year-selector:focus{outline:none;border-color:#255897;box-shadow:0 0 0 3px #2558971a}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1rem;color:#fff;box-shadow:0 4px 12px #667eea4d;transition:transform .3s ease,box-shadow .3s ease}.stat-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #667eea66}.stat-card:nth-child(1){background:linear-gradient(135deg,#667eea,#764ba2)}.stat-card:nth-child(2){background:linear-gradient(135deg,#f093fb,#f5576c)}.stat-card:nth-child(3){background:linear-gradient(135deg,#4facfe,#00f2fe)}.stat-card:nth-child(4){background:linear-gradient(135deg,#43e97b,#38f9d7)}.stat-icon{font-size:2.5rem;opacity:.9}.stat-content{flex:1}.stat-value{font-size:2rem;font-weight:700;margin-bottom:.25rem}.stat-label{font-size:.9rem;opacity:.9;font-weight:500}.charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:2rem;margin-bottom:2rem}.chart-card{background:#f8f9fa;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000d}.chart-card h3{color:#255897;font-size:1.25rem;font-weight:600;margin:0 0 1.5rem}.chart-container{height:300px;position:relative}.top-errors-card{background:#f8f9fa;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000d}.top-errors-card h3{color:#255897;font-size:1.25rem;font-weight:600;margin:0 0 1.5rem}.top-errors-list{display:flex;flex-direction:column;gap:1rem}.top-error-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border-radius:8px;box-shadow:0 1px 4px #0000000d;transition:transform .2s ease,box-shadow .2s ease}.top-error-item:hover{transform:translate(4px);box-shadow:0 2px 8px #0000001a}.top-error-rank{width:40px;height:40px;background:linear-gradient(135deg,#255897,#1e4679);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem;flex-shrink:0}.top-error-item:nth-child(1) .top-error-rank{background:linear-gradient(135deg,gold,orange)}.top-error-item:nth-child(2) .top-error-rank{background:linear-gradient(135deg,silver,gray)}.top-error-item:nth-child(3) .top-error-rank{background:linear-gradient(135deg,#cd7f32,#8b4513)}.top-error-content{flex:1}.top-error-type{font-weight:600;color:#212529;margin-bottom:.25rem;font-size:.95rem}.top-error-count{color:#6c757d;font-size:.85rem}.loading,.no-data{text-align:center;padding:3rem;color:#6c757d;font-size:1.1rem}@media(max-width:1200px){.charts-grid{grid-template-columns:1fr}}@media(max-width:768px){.statistics-main{padding:1rem}.statistics-section{padding:1.5rem}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.stats-grid{grid-template-columns:1fr}.stat-card{padding:1.25rem}.stat-value{font-size:1.75rem}.date-selectors{width:100%;flex-direction:column}.month-selector,.year-selector{width:100%}}
