*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.login-body{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;display:flex;justify-content:center;align-items:center;padding:20px}.login-container{background:#fff;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.3);padding:50px;max-width:450px;width:100%}.login-logo{text-align:center;margin-bottom:30px}.login-logo h1{color:#374151;font-size:2em;margin-bottom:10px}.login-logo p{color:#6b7280;font-size:1em}.auth-buttons{display:flex;flex-direction:column;gap:15px;margin-top:30px}.auth-btn{display:flex;align-items:center;justify-content:center;gap:12px;padding:14px 24px;border:none;border-radius:10px;font-size:1em;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}.auth-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.2)}.google-btn{background:#fff;color:#374151;border:2px solid #e5e7eb}.google-btn:hover{border-color:#667eea}.error-message{background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:12px;border-radius:8px;margin-bottom:20px}.loading{text-align:center;margin-top:20px;color:#6b7280}.icon{width:20px;height:20px}.dashboard-body{background:#f3f4f6;min-height:100vh}.dashboard-header{background:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);padding:20px 40px;display:flex;justify-content:space-between;align-items:center}.dashboard-header h1{color:#374151;font-size:1.5em}.user-info{display:flex;align-items:center;gap:15px}.user-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}.user-name{color:#374151;font-weight:600}.logout-btn{padding:10px 20px;background:#ef4444;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.logout-btn:hover{background:#dc2626}.dashboard-container{max-width:1200px;margin:40px auto;padding:0 20px}.welcome-card{background:#fff;border-radius:12px;padding:40px;box-shadow:0 2px 8px rgba(0,0,0,.1);text-align:center}.welcome-card h2{color:#374151;margin-bottom:10px}.welcome-card p{color:#6b7280}.menu-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:20px;gap:20px;margin-top:30px}.menu-card{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 8px rgba(0,0,0,.1);text-align:center;cursor:pointer;border:2px solid transparent;transition:all .3s ease}.menu-card:hover{border-color:#667eea;transform:translateY(-5px);box-shadow:0 5px 15px rgba(102,126,234,.3)}.menu-icon{font-size:3em;margin-bottom:15px}.menu-card h3{color:#374151;margin-bottom:10px;font-size:1.3em}.menu-card p{color:#6b7280;font-size:.95em}.page-header{margin-bottom:30px}.page-header h2{color:#374151;font-size:2em;margin-top:15px}.back-btn{padding:10px 20px;background:#f3f4f6;color:#374151;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.back-btn:hover{background:#e5e7eb}.content-card{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.content-card h3{color:#374151;font-size:1.5em;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #e5e7eb}.placeholder-content{color:#6b7280;line-height:1.8}.placeholder-content>p{margin-bottom:20px;font-style:italic}.sample-data{margin-top:20px}.data-row{display:flex;justify-content:space-between;padding:15px;border-bottom:1px solid #e5e7eb;transition:background .2s ease}.data-row:hover{background:#f9fafb}.data-row:last-child{border-bottom:none}.data-label{color:#374151;font-weight:500}.data-value{color:#6b7280;font-weight:600}.status-present{color:#10b981}.status-absent{color:#ef4444}.status-page{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;display:flex;justify-content:center;align-items:center;padding:20px}.status-container{background:#fff;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.3);padding:40px;max-width:600px;width:100%}.status-icon{text-align:center;margin-bottom:30px}.status-icon svg{width:80px;height:80px;animation:checkmark .5s ease-in-out}@keyframes checkmark{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.status-title{text-align:center;color:#10b981;font-size:2.5em;margin-bottom:10px;animation:fadeIn .8s ease-in}.status-title.error{color:#ef4444}.status-subtitle{text-align:center;color:#6b7280;font-size:1.1em;margin-bottom:40px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.info-section{background:#f9fafb;border-radius:12px;padding:25px;margin-bottom:20px}.info-title{font-size:1.2em;font-weight:600;color:#374151;margin-bottom:15px;border-bottom:2px solid #e5e7eb;padding-bottom:10px}.info-item{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #e5e7eb}.info-item:last-child{border-bottom:none}.info-label{color:#6b7280;font-weight:500}.info-value{color:#111827;font-weight:600;text-align:right}.timestamp{text-align:center;color:#9ca3af;font-size:.9em;margin-top:20px}.error-page{background:linear-gradient(135deg,#f43f5e,#dc2626)}.error-section{background:#fef2f2;border-radius:12px;padding:25px;border-left:4px solid #ef4444}.error-title{font-size:1.2em;font-weight:600;color:#991b1b;margin-bottom:15px}.error-detail{color:#7f1d1d;line-height:1.6;font-family:monospace;background:#fff;padding:15px;border-radius:8px;word-break:break-all}.auth-badge{display:inline-block;margin-top:15px;padding:5px 12px;border-radius:20px;font-size:.75em;font-weight:600}.auth-badge.auth-ok{background:#d1fae5;color:#065f46}.auth-badge.auth-required{background:#fef3c7;color:#92400e}.auth-note{text-align:center;color:#6b7280;font-size:.85em;margin-top:10px;padding:10px;background:#f3f4f6;border-radius:8px}