: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;min-width:100vw;min-height:100vh}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:100vw;min-height:100vh}#root{min-width:100vw;min-height:100vh;text-align:center}.page-container{display:flex;flex-direction:column;min-height:100vh;min-width:100vw;font-family:sans-serif}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#1e1e1e;color:#fff}.logo{font-size:1.5rem;font-weight:700}.nav-buttons button{margin-left:1rem;padding:.5rem 1rem;background:#fff;color:#222;border:none;border-radius:4px;cursor:pointer}.hero{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center}.hero h1{font-size:2.5rem;margin-bottom:1rem}.hero p{font-size:1.1rem;max-width:600px;margin-bottom:2rem}.hero-buttons button{padding:.75rem 1.5rem;font-size:1rem;background:#007bff;color:#fff;border:none;border-radius:6px;cursor:pointer}.footer{background-color:#1e1e1e;text-align:center;padding:1rem;font-size:.9rem}.auth-form-container{min-height:100vh;min-width:100vw;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.auth-form{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;max-width:400px}.auth-header{text-align:center;margin-bottom:2rem}.auth-header h2{margin:0 0 .5rem;font-size:1.75rem;font-weight:700;color:#1f2937}.auth-header p{margin:0;color:#6b7280;font-size:.95rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151;font-size:.9rem}.form-group input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.95rem;transition:all .2s ease;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled{background-color:#f9fafb;color:#6b7280;cursor:not-allowed}.form-help{display:block;margin-top:.25rem;font-size:.8rem;color:#6b7280}.error-message{background-color:#fef2f2;color:#dc2626;padding:.75rem;border-radius:6px;font-size:.875rem;margin-bottom:1rem;border:1px solid #fecaca}.success-message{background-color:#f0fdf4;color:#16a34a;padding:.75rem;border-radius:6px;font-size:.875rem;margin-bottom:1rem;border:1px solid #bbf7d0}.submit-btn{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.875rem 1rem;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 8px #667eea4d}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.auth-footer{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.auth-footer p{margin:0;color:#6b7280;font-size:.9rem}.link-btn{background:none;border:none;color:#667eea;cursor:pointer;font-weight:500;text-decoration:underline;padding:0}.link-btn:hover:not(:disabled){color:#4f46e5}.link-btn:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 480px){.auth-form-container{padding:1rem}.auth-form{padding:2rem}.auth-header h2{font-size:1.5rem}}.dashboard-container{padding:2rem;margin:0 auto}.dashboard-header{margin-bottom:2rem}.dashboard-header h2{margin:0 0 .5rem;font-size:1.75rem;font-weight:600;color:#1f2937}.dashboard-header p{margin:0;color:#6b7280;font-size:1rem}.loading-spinner{text-align:center;padding:3rem;font-size:1.1rem;color:#6b7280}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;gap:1rem;transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.stat-icon{font-size:2rem;width:60px;height:60px;border-radius:12px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-content{flex:1}.stat-content h3{margin:0 0 .5rem;font-size:.9rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:1.75rem;font-weight:700;color:#1f2937;margin-bottom:.25rem}.stat-label{font-size:.8rem;color:#9ca3af}.dashboard-sections{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.section-header{margin-bottom:1.5rem}.section-header h3{margin:0 0 .25rem;font-size:1.25rem;font-weight:600;color:#1f2937}.section-subtitle{font-size:.875rem;color:#6b7280}.recent-entries-section,.quick-actions-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.empty-state{text-align:center;padding:2rem;color:#6b7280}.recent-entries-list{display:flex;flex-direction:column;gap:1rem}.recent-entry{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f8fafc;border-radius:8px;border:1px solid #e5e7eb;transition:all .2s ease}.recent-entry:hover{background:#f1f5f9;border-color:#d1d5db}.entry-main{flex:1}.entry-client{font-weight:500;color:#1f2937;margin-bottom:.25rem}.entry-time{font-size:.85rem;color:#6b7280}.entry-details{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.entry-hours{font-size:.9rem;color:#374151;font-weight:500}.entry-fee{font-size:1rem;color:#059669;font-weight:600}.quick-actions{display:flex;flex-direction:column;gap:1rem}.action-btn{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:left;width:100%}.action-btn:hover{background:#f8fafc;border-color:#d1d5db;transform:translateY(-1px)}.action-icon{font-size:1.25rem;width:40px;height:40px;border-radius:8px;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;flex-shrink:0}.action-label{font-weight:500;color:#374151}.error-message{background-color:#fef2f2;color:#dc2626;padding:1rem;border-radius:8px;font-size:.9rem;margin-bottom:1.5rem;border:1px solid #fecaca}@media (max-width: 768px){.dashboard-container{padding:1rem}.stats-grid{grid-template-columns:1fr;gap:1rem}.stat-card{padding:1rem}.stat-icon{width:50px;height:50px;font-size:1.5rem}.stat-value{font-size:1.5rem}.dashboard-sections{grid-template-columns:1fr;gap:1.5rem}.recent-entries-section,.quick-actions-section{padding:1rem}.recent-entry{flex-direction:column;align-items:flex-start;gap:.5rem}.entry-details{flex-direction:row;gap:1rem;align-items:center}}.dashboard-layout{display:flex;flex-direction:column;height:100vh;width:100vw;font-family:sans-serif}.top-bar{height:60px;background-color:#1f2937;color:#fff;display:flex;align-items:center;padding:0 1.5rem;font-size:1.2rem;font-weight:700;box-shadow:0 2px 4px #0000001a}.main-content{flex:1;display:flex;min-height:0}.sidebar{width:220px;background-color:#111827;color:#fff;padding:1rem;box-sizing:border-box}.sidebar nav ul{list-style:none;padding:0;margin:0}.sidebar nav li{margin:1rem 0}.sidebar nav a{color:#cbd5e1;text-decoration:none;font-weight:500;display:block;padding:.5rem 1rem;border-radius:6px;transition:background-color .2s}.sidebar nav a.active{background-color:#2563eb;color:#fff}.sidebar nav a:hover{background-color:#374151}.content{flex:1;padding:2rem;background-color:#f9fafb;overflow-y:auto}
