body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}body,html{overflow-x:hidden;width:100%}.business-reg-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:2rem 1rem}.business-reg-box{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-width:700px;padding:3rem;width:100%}.business-reg-header{margin-bottom:2.5rem;text-align:center}.business-reg-header h1{color:#1f2937;font-size:2rem;margin-bottom:.5rem}.business-reg-header p{color:#6b7280;font-size:1rem;margin-bottom:2rem}.step-indicator{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.step-indicator span{background:#f3f4f6;border-radius:20px;color:#9ca3af;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .3s}.step-indicator span.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.business-reg-form{margin-bottom:1.5rem}.form-step{animation:fadeIn .3s}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.form-step h2{color:#1f2937;font-size:1.5rem;margin-bottom:1.5rem}.form-group input,.form-group select{border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:.75rem 1rem;transition:all .2s;width:100%}.form-group input:focus,.form-group select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.plan-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.plan-card{border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;padding:1.5rem;position:relative;text-align:center;transition:all .3s}.plan-card:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-4px)}.plan-card.selected{background:linear-gradient(135deg,#667eea0d,#764ba20d);border-color:#667eea;box-shadow:0 8px 16px #667eea33}.popular-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;font-size:.75rem;font-weight:600;left:50%;padding:.25rem .75rem;position:absolute;top:-12px;transform:translateX(-50%)}.plan-card h3{color:#1f2937;font-size:1.25rem;margin-bottom:.5rem}.plan-card .price{color:#667eea;font-size:2rem;font-weight:700;margin-bottom:1rem}.plan-card .price span{color:#6b7280;font-size:1rem;font-weight:400}.plan-card ul{list-style:none;padding:0;text-align:left}.plan-card ul li{color:#4b5563;font-size:.9rem;padding:.5rem 0}.btn-primary,.btn-secondary{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:all .2s}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;width:100%}.btn-primary:hover:not(:disabled){box-shadow:0 10px 20px #667eea4d;transform:translateY(-2px)}.btn-primary:disabled{cursor:not-allowed;opacity:.6}.btn-secondary{background:#fff;border:1px solid #d1d5db;color:#374151}.btn-secondary:hover{background:#f3f4f6}.button-row{display:flex;gap:1rem;margin-top:1.5rem}.button-row .btn-primary,.button-row .btn-secondary{flex:1 1}.error-message{margin-bottom:1.5rem}.business-reg-footer{border-top:1px solid #e5e7eb;padding-top:1.5rem;text-align:center}.business-reg-footer p{color:#6b7280;font-size:.875rem}.business-reg-footer a{color:#667eea;font-weight:600;text-decoration:none}.business-reg-footer a:hover{text-decoration:underline}@media (max-width:768px){.business-reg-box{padding:2rem 1.5rem}.business-reg-header h1{font-size:1.5rem}.plan-cards{grid-template-columns:1fr}.step-indicator{align-items:center;flex-direction:column}.form-row{grid-template-columns:1fr}}.admin-dashboard{background:#f5f7fa;min-height:100vh}.dashboard-header{background:#fff;border-bottom:1px solid #e5e7eb;height:70px;justify-content:space-between;padding:0 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:100}.dashboard-header,.header-left{align-items:center;display:flex}.header-left{gap:3rem}.logo{align-items:center;display:flex;font-size:1.5rem;font-weight:700;gap:.5rem}.logo-icon{font-size:2rem}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text}.main-nav{display:flex;gap:.5rem}.nav-item{background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;font-size:.95rem;padding:.5rem 1rem;transition:all .2s}.nav-item:hover{background:#f3f4f6;color:#111827}.nav-item.active{background:#667eea;color:#fff}.header-right{align-items:center;display:flex;gap:1rem}.user-name{color:#374151;font-weight:600}.logout-btn{background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:.5rem 1.5rem;transition:background .2s}.logout-btn:hover{background:#dc2626}.dashboard-content{margin:0 auto;max-width:1400px;padding:2rem}.welcome-section{margin-bottom:2rem}.welcome-section h1{color:#111827;font-size:2.5rem;margin-bottom:.5rem}.subtitle{color:#6b7280;font-size:1.1rem}.dashboard-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:2fr 1fr}.left-column,.right-column{display:flex;flex-direction:column;gap:2rem}.stats-overview{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);margin-bottom:1rem}.stat-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;gap:1rem;padding:1.5rem}.stat-icon{font-size:2.5rem}.stat-value{color:#111827;font-size:2rem;font-weight:700}.stat-label{color:#6b7280;font-size:.875rem}.action-cards{display:flex;flex-direction:column;gap:1rem}.action-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;cursor:pointer;display:flex;gap:1rem;padding:1.5rem;transition:all .2s}.action-card:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.action-card.highlighted{border:2px solid #f97316}.action-icon{align-items:center;background:#fef3c7;border-radius:12px;display:flex;flex-shrink:0;font-size:2.5rem;height:60px;justify-content:center;width:60px}.action-content{flex:1 1}.action-content h3{color:#111827;font-size:1.125rem;margin-bottom:.25rem}.action-content p{color:#6b7280;font-size:.875rem;margin:0}.action-badge{background:#f97316;border-radius:6px;color:#fff;display:inline-block;font-size:.75rem;font-weight:600;margin-top:.5rem;padding:.25rem .75rem}.action-arrow{color:#9ca3af;font-size:1.5rem}.recent-activity{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.recent-activity h2{color:#111827;font-size:1.25rem;margin-bottom:1rem}.activity-list{display:flex;flex-direction:column;gap:1rem}.activity-item{align-items:center;background:#f9fafb;border-radius:8px;display:flex;gap:1rem;padding:1rem}.activity-icon{font-size:1.5rem}.activity-content{flex:1 1}.activity-date{color:#9ca3af;font-size:.75rem;margin-top:.25rem}.info-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:1.5rem}.info-card h3{color:#111827;font-size:1.125rem;margin-bottom:1rem}.plan-name{color:#667eea;font-size:1.5rem;font-weight:700;margin-bottom:1rem;text-transform:capitalize}.plan-stat{display:flex;justify-content:space-between;margin-bottom:.5rem}.plan-stat-label{color:#6b7280;font-size:.875rem}.plan-stat-value{color:#111827;font-weight:600}.usage-bar{background:#e5e7eb;border-radius:4px;height:8px;margin-top:.5rem;overflow:hidden}.usage-fill{background:linear-gradient(90deg,#667eea,#764ba2);height:100%;transition:width .3s}.quick-links{display:flex;flex-direction:column;gap:.5rem}.quick-link-btn{background:#f3f4f6;border:none;border-radius:8px;color:#374151;cursor:pointer;font-weight:600;padding:.75rem;text-align:left;transition:all .2s}.quick-link-btn:hover{background:#667eea;color:#fff}.help-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.help-card h3{color:#fff}.help-card p{color:#ffffffe6;margin-bottom:1rem}.help-btn{background:#fff;border:none;border-radius:8px;color:#667eea;cursor:pointer;font-weight:600;padding:.75rem;transition:all .2s;width:100%}.help-btn:hover{box-shadow:0 4px 12px #0003;transform:translateY(-2px)}@media (max-width:1200px){.dashboard-grid{grid-template-columns:1fr}.stats-overview{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.main-nav{display:none}.stats-overview{grid-template-columns:1fr}}.modal-backdrop{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:10}.modal-content{background:#fff;border-radius:10px;box-shadow:0 0 15px #0003;max-height:90vh;max-width:95vw;overflow-y:auto;padding:2rem;width:auto}.table-scroll-wrapper{border:1px solid #e0e0e0;border-radius:5px;margin-top:1rem;max-width:100%;overflow-x:auto}.multi-day-table{border-collapse:collapse;min-width:800px;width:auto}.multi-day-table td:first-child,.multi-day-table th:first-child{background-color:#fff;border-right:2px solid #ddd;left:0;padding-right:1rem;position:-webkit-sticky;position:sticky;z-index:1}.multi-day-table th:first-child{font-weight:700;z-index:2}.multi-day-table td,.multi-day-table th{padding:.5rem;text-align:center}.login-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;padding:1rem}.login-box{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:440px;padding:3rem;width:100%}.login-header{margin-bottom:2rem;text-align:center}.login-header h1{color:#1f2937;font-size:2rem;margin-bottom:.5rem}.login-header p{color:#6b7280;font-size:1rem}.login-form{margin-bottom:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{color:#374151;display:block;font-size:.95rem;font-weight:500;margin-bottom:.5rem}.form-group input{border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:.75rem 1rem;transition:all .2s;width:100%}.form-group input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.error-message{background-color:#fee2e2;border-left:4px solid #dc2626;border-radius:8px;color:#991b1b;font-size:.875rem;margin-bottom:1rem;padding:.75rem 1rem}.login-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem;transition:transform .2s,box-shadow .2s;width:100%}.login-button:hover:not(:disabled){box-shadow:0 10px 20px #667eea4d;transform:translateY(-1px)}.login-button:disabled{cursor:not-allowed;opacity:.6}.demo-section{border-top:1px solid #e5e7eb;margin-top:2rem;padding-top:2rem}.demo-title{color:#6b7280;font-size:.875rem;font-weight:500;margin-bottom:1rem;text-align:center}.demo-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.demo-btn{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;flex:1 1;font-size:.875rem;font-weight:500;min-width:100px;padding:.5rem 1rem;transition:all .2s}.demo-btn:hover{box-shadow:0 4px 8px #0000001a;transform:translateY(-1px)}.demo-employee:hover{background-color:#dbeafe;border-color:#3b82f6;color:#1e40af}.demo-manager:hover{background-color:#fef3c7;border-color:#f59e0b;color:#92400e}.demo-admin:hover{background-color:#fce7f3;border-color:#ec4899;color:#9f1239}@media (max-width:480px){.login-box{padding:2rem 1.5rem}.login-header h1{font-size:1.5rem}.demo-buttons{flex-direction:column}.demo-btn{width:100%}}body{background-color:#f4f6f8;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0;padding:0}.container{background-color:#fff;border-radius:10px;box-shadow:0 0 12px #0000000d;margin:2rem auto;max-width:900px;padding:2rem}h1{color:#333;font-size:2rem;margin-bottom:1.5rem}form{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}input,select,textarea{border:1px solid #ccc;border-radius:6px;box-sizing:border-box;font-size:1rem;padding:.5rem;width:100%}button{background-color:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;padding:.6rem 1.2rem;width:-webkit-fit-content;width:fit-content}button:hover{background-color:#0056b3}.entry-card{background:#fff;border:1px solid #ddd;border-radius:8px;margin-bottom:1rem;padding:1rem}.section{margin-top:2rem}label{font-weight:700;margin-top:.5rem}.total-summary{background:#f9f9f9;border-left:4px solid #007bff;border-radius:8px;margin-bottom:2rem;padding:1rem}
/*# sourceMappingURL=main.a36ecc0b.css.map*/