*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#0f172a;color:#e2e8f0;min-height:100vh}.loading-page{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem}.spinner{width:40px;height:40px;border:3px solid #334155;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.login-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:1rem}.login-card{background:#1e293b;padding:3rem;border-radius:1rem;text-align:center;max-width:400px;width:100%;box-shadow:0 4px 6px -1px #0000004d}.login-card h1{font-size:2rem;margin-bottom:.5rem;color:#f8fafc}.login-card p{color:#94a3b8;margin-bottom:2rem}.login-button{display:inline-block;background:#3b82f6;color:#fff;padding:.875rem 2rem;border-radius:.5rem;text-decoration:none;font-weight:500;transition:background .2s}.login-button:hover{background:#2563eb}.dashboard{min-height:100vh}.header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#1e293b;border-bottom:1px solid #334155}.header h1{font-size:1.5rem;color:#f8fafc}.user-info{display:flex;align-items:center;gap:1rem}.user-name{color:#94a3b8}.logout-button{background:transparent;border:1px solid #475569;color:#94a3b8;padding:.5rem 1rem;border-radius:.375rem;cursor:pointer;transition:all .2s}.logout-button:hover{background:#334155;color:#f8fafc}.main{max-width:1200px;margin:0 auto;padding:2rem}.error-banner{background:#7f1d1d;color:#fecaca;padding:1rem;border-radius:.5rem;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center}.dismiss-button{background:transparent;border:none;color:#fecaca;font-size:1.5rem;cursor:pointer;padding:0 .5rem}.status-section{background:#1e293b;border-radius:1rem;padding:2rem;margin-bottom:2rem}.current-status{margin-bottom:1.5rem}.current-status h2{font-size:1rem;color:#94a3b8;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.status-text{font-size:1.5rem;color:#f8fafc}.action-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.action-button{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;border:none;border-radius:.75rem;cursor:pointer;transition:all .2s;color:#fff;font-weight:500}.action-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.action-button:disabled{cursor:not-allowed}.button-emoji{font-size:2rem}.button-label{font-size:.875rem}.panels{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.reports-section{margin-top:2rem}.reports{background:#1e293b;border-radius:1rem;padding:1.5rem}.reports-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.reports-header h2{font-size:1rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.reports-range{font-size:.875rem;color:#64748b;margin-top:.25rem}.reports-controls{display:flex;gap:.75rem;align-items:center}.reports-select,.reports-date{background:#0f172a;color:#e2e8f0;border:1px solid #334155;padding:.5rem .75rem;border-radius:.5rem;font-size:.875rem}.reports-table-wrapper{overflow-x:auto}.reports-table{width:100%;border-collapse:collapse;font-size:.875rem}.reports-table th,.reports-table td{text-align:left;padding:.75rem;border-bottom:1px solid #334155}.reports-table th{color:#94a3b8;font-weight:600}.reports-user{display:flex;flex-direction:column;gap:.15rem}.reports-name{color:#f8fafc;font-weight:500}.reports-email{color:#64748b;font-size:.75rem}.team-status,.history{background:#1e293b;border-radius:1rem;padding:1.5rem}.team-status h2,.history h2{font-size:1rem;color:#94a3b8;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.team-list{display:flex;flex-direction:column;gap:.75rem}.team-member{background:#0f172a;padding:1rem;border-radius:.5rem}.member-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.member-name{font-weight:500;color:#f8fafc}.status-badge{font-size:.75rem;padding:.25rem .75rem;border-radius:1rem;color:#fff}.last-action{font-size:.75rem;color:#64748b}.history-list{display:flex;flex-direction:column;gap:.75rem}.history-entry{display:flex;align-items:flex-start;gap:.75rem;background:#0f172a;padding:1rem;border-radius:.5rem}.entry-emoji{font-size:1.25rem}.entry-details{display:flex;flex-direction:column;gap:.125rem}.entry-type{font-weight:500}.entry-time{font-size:.75rem;color:#64748b}.entry-notes{font-size:.875rem;color:#94a3b8;margin-top:.25rem}.no-history,.loading{color:#64748b;text-align:center;padding:2rem}@media(max-width:640px){.header{flex-direction:column;gap:1rem;text-align:center}.main{padding:1rem}.action-buttons{grid-template-columns:repeat(2,1fr)}.panels{grid-template-columns:1fr}.reports-controls{width:100%;flex-direction:column;align-items:stretch}}
