:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body{margin:0;padding:0;background:linear-gradient(135deg,#e0f7fa,#fff9c4,#f8bbd0);background-attachment:fixed;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;color:#333}#root{min-height:100vh;width:100%;background:transparent}.App{max-width:100%;width:100%;margin:0;padding:0;background:transparent;min-height:100vh}.auth-container{max-width:400px;margin:50px auto;padding:2.5rem;background:#fff;border-radius:20px;box-shadow:0 8px 24px #00000026}.auth-container h1{text-align:center;margin-bottom:2rem;color:#ff6b9d;font-size:2rem;font-weight:600}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#555;font-size:.95rem}.form-group input{width:100%;padding:.75rem;font-size:1rem;border:2px solid #E0E0E0;border-radius:12px;box-sizing:border-box;transition:border-color .3s;background-color:#fafafa;color:#333}.form-group input:focus{outline:none;border-color:#ff6b9d;background-color:#fff}.btn{width:100%;padding:.875rem;font-size:1rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;margin-top:1rem;transition:all .3s}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,#ff6b9d,#ffa07a);color:#fff;box-shadow:0 4px 12px #ff6b9d4d}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #ff6b9d66}.btn-secondary{background:linear-gradient(135deg,#b4a7d6,#d4c5f9);color:#fff;box-shadow:0 4px 12px #b4a7d64d}.btn-secondary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #b4a7d666}.error-message{color:#d32f2f;margin-top:1rem;padding:.75rem;background-color:#ffebee;border-left:4px solid #D32F2F;border-radius:8px;font-size:.95rem}.success-message{color:#388e3c;margin-top:1rem;padding:.75rem;background-color:#e8f5e9;border-left:4px solid #388E3C;border-radius:8px;font-size:.95rem}.dashboard-content{max-width:1200px;margin:0 auto}.page-title{color:#333;font-size:2rem;font-weight:700;margin-bottom:2rem;text-shadow:0 2px 4px rgba(255,255,255,.5)}.empty-state{text-align:center;padding:4rem 2rem;background:#fff;border-radius:20px;box-shadow:0 4px 12px #00000014}.empty-state p{color:#666;font-size:1.1rem;margin:.75rem 0;line-height:1.6}.empty-state p:first-child{font-weight:600;color:#333;font-size:1.3rem}.loading{text-align:center;padding:3rem;color:#ff6b9d;font-size:1.2rem;font-weight:500}@media(max-width:768px){.page-title{font-size:1.5rem}.records-list h2{font-size:1.25rem}.record-item{padding:1.25rem}.record-item h3{font-size:1.1rem}.empty-state{padding:3rem 1.5rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.auth-container,.record-item,.empty-state{animation:fadeIn .5s ease-out}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#ffffff80}::-webkit-scrollbar-thumb{background:#ffb3d9;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#ff6b9d}.page-placeholder{text-align:center;padding:4rem 2rem;background:#fff;border-radius:20px;box-shadow:0 4px 12px #00000014;color:#888;font-size:1.2rem}.loading-spinner{display:flex;justify-content:center;align-items:center;min-height:400px;font-size:1.2rem;color:#666;animation:fadeIn .3s ease-in}.loading-spinner div{position:relative;padding-left:2rem}.loading-spinner div:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;border:3px solid #FF6B9D;border-top-color:transparent;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:translateY(-50%) rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.performance-toggle{position:fixed;bottom:20px;right:20px;width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);border:none;font-size:24px;cursor:pointer;box-shadow:0 4px 12px #667eea66;transition:all .3s;z-index:9998}.performance-toggle:hover{transform:scale(1.1);box-shadow:0 6px 20px #667eea99}.performance-report{position:fixed;bottom:80px;right:20px;width:400px;max-height:500px;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;z-index:9999;overflow:hidden;animation:slideIn .3s ease-out}.performance-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.performance-header h3{margin:0;font-size:1.1rem;font-weight:600}.close-btn{background:none;border:none;color:#fff;font-size:1.5rem;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}.close-btn:hover{background:#fff3}.performance-content{padding:1rem;max-height:400px;overflow-y:auto}.no-data{text-align:center;color:#999;padding:2rem}.stats-table{width:100%;border-collapse:collapse;font-size:.9rem}.stats-table th{background:#f5f5f5;padding:.75rem;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e0e0e0}.stats-table td{padding:.75rem;border-bottom:1px solid #f0f0f0}.stats-table tbody tr:hover{background:#fafafa}.stats-table td:first-child{font-weight:500;color:#555}.stats-table td:last-child{text-align:right;font-weight:600;color:#667eea}.high-count{color:#ff6b6b!important}.performance-actions{display:flex;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #f0f0f0}.reset-btn,.print-btn{flex:1;padding:.5rem 1rem;border:none;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.reset-btn{background:#f5f5f5;color:#666}.reset-btn:hover{background:#e0e0e0}.print-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.print-btn:hover{box-shadow:0 2px 8px #667eea66}@media(max-width:768px){.performance-report{width:calc(100vw - 40px);right:20px;left:20px}}.web-vitals-toggle{position:fixed;bottom:80px;right:20px;width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;font-size:24px;cursor:pointer;box-shadow:0 4px 12px #667eea66;transition:all .3s;z-index:9998;display:flex;align-items:center;justify-content:center}.web-vitals-toggle:hover{transform:scale(1.1);box-shadow:0 6px 20px #667eea99}.web-vitals-toggle:active{transform:scale(.95)}.web-vitals-dashboard{position:fixed;bottom:20px;right:20px;width:400px;max-height:600px;background:#fff;border-radius:16px;box-shadow:0 8px 32px #0003;z-index:9999;display:flex;flex-direction:column;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.web-vitals-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:2px solid #f0f0f0}.web-vitals-header h3{margin:0;color:#333;font-size:1.25rem;font-weight:700}.web-vitals-close{background:none;border:none;color:#888;font-size:1.5rem;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s}.web-vitals-close:hover{background:#f0f0f0;color:#333}.web-vitals-content{flex:1;overflow-y:auto;padding:1rem 1.5rem}.web-vitals-empty{text-align:center;padding:2rem;color:#888}.web-vitals-metric{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #f0f0f0}.web-vitals-metric:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.metric-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.metric-name{font-weight:700;color:#333;font-size:1.1rem}.metric-value{font-weight:700;font-size:1.3rem}.metric-label{color:#666;font-size:.85rem;margin-bottom:.25rem}.metric-description{color:#888;font-size:.8rem;margin-bottom:.75rem}.metric-bar{width:100%;height:8px;background:#f0f0f0;border-radius:4px;overflow:hidden;margin-bottom:.5rem}.metric-bar-fill{height:100%;transition:width .3s ease;border-radius:4px}.metric-rating{display:flex;justify-content:flex-end}.rating-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;color:#fff;font-size:.75rem;font-weight:600}.web-vitals-footer{padding:.75rem 1.5rem;border-top:2px solid #f0f0f0;text-align:center}.web-vitals-footer small{color:#888;font-size:.8rem}@media(max-width:768px){.web-vitals-dashboard{width:calc(100% - 40px);max-width:400px;bottom:10px;right:10px}.web-vitals-toggle{bottom:70px;right:10px;width:48px;height:48px;font-size:20px}}.web-vitals-content::-webkit-scrollbar{width:8px}.web-vitals-content::-webkit-scrollbar-track{background:#f0f0f0;border-radius:4px}.web-vitals-content::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.web-vitals-content::-webkit-scrollbar-thumb:hover{background:#aaa}.access-control-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.access-control-loading{color:#fff;font-size:18px;font-weight:500}.access-control-card{background:#fff;padding:40px;border-radius:12px;box-shadow:0 10px 40px #0003;width:100%;max-width:400px;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.access-control-header{text-align:center;margin-bottom:30px}.access-control-header h2{margin:0 0 10px;font-size:28px;font-weight:600;color:#333}.access-control-header p{margin:0;font-size:14px;color:#666}.access-control-form{display:flex;flex-direction:column}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-size:14px;font-weight:500;color:#333}.form-input{width:100%;padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;transition:border-color .2s;box-sizing:border-box}.form-input:focus{outline:none;border-color:#667eea}.error-message{background-color:#fee;color:#c33;padding:12px;border-radius:6px;font-size:14px;margin-bottom:20px;border:1px solid #fcc}.submit-button{width:100%;padding:14px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.submit-button:hover{transform:translateY(-2px);box-shadow:0 5px 20px #667eea66}.submit-button:active{transform:translateY(0)}@media(max-width:480px){.access-control-card{padding:30px 20px}.access-control-header h2{font-size:24px}}
