*{margin:0;padding:0;box-sizing:border-box}button{display:block;width:50%;font-size:16px;padding:12px;border-radius:10px;margin-bottom:16px;margin-left:auto;margin-right:auto}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#1e293b;line-height:1.6}.container{max-width:1400px;margin:0 auto;padding:2rem}h1{text-align:center;color:#334155;margin-bottom:3rem;font-size:2.5rem;font-weight:700}.section-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(800px,1fr));gap:3rem;margin-bottom:3rem}.section{background:#fff;border-radius:16px;box-shadow:0 20px 40px #0000001a;overflow:hidden;transition:transform .3s ease}.section:hover{transform:translateY(-5px)}.section-header{background:linear-gradient(135deg,#334155,#475569);color:#fff;padding:1rem 1.5rem;font-weight:600;display:flex;align-items:center;gap:.5rem}.section-content{padding:2rem}.floating-chat-btn{position:fixed;bottom:20px;left:20px;width:56px;height:56px;border-radius:50%;background:#a855f7;color:#fff;font-size:1.5rem;border:none;cursor:pointer;box-shadow:0 4px 12px #0003;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,background .2s ease;z-index:1000}.floating-chat-btn:hover{background:#9333ea;transform:scale(1.05)}.login-wrapper{display:flex;justify-content:center;align-items:center;height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.login-card{background:#fff;padding:3rem 2.5rem;border-radius:16px;box-shadow:0 12px 32px #00000014;width:100%;max-width:420px;text-align:center}.login-title{font-size:1.75rem;font-weight:700;color:#334155;margin-bottom:.75rem}.login-subtitle{font-size:.95rem;color:#64748b;margin-bottom:2rem}.login-form{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.login-input{padding:.9rem 1rem;border:1px solid #e2e8f0;border-radius:12px;font-size:1rem;transition:border-color .2s ease}.login-input:focus{outline:none;border-color:#a855f7}.login-btn{padding:.9rem 1.25rem;border-radius:12px;font-weight:600;cursor:pointer;transition:transform .15s ease;border:none}.login-btn.primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.login-btn.primary:hover{transform:translateY(-2px)}.login-btn.google{background:#fff;border:1px solid #e2e8f0;color:#334155}.login-btn.google:hover{background:#f8fafc}.divider{margin:1rem 0;color:#94a3b8;font-size:.85rem;position:relative}.divider:before,.divider:after{content:"";position:absolute;top:50%;width:40%;height:1px;background:#e2e8f0}.divider:before{left:0}.divider:after{right:0}.login-error{margin-top:1rem;color:#dc2626;font-size:.875rem}.login-success{margin-top:1rem;color:#059669;font-size:.875rem}.auth-toggle{margin-top:1.5rem;font-size:.9rem;color:#64748b}.auth-toggle a{color:#3b82f6;font-weight:500;text-decoration:none;margin-left:.25rem}.auth-toggle a:hover{text-decoration:underline}.daily-planner{background:linear-gradient(135deg,#f1f5f9,#e2e8f0)}.greeting{font-size:1.5rem;font-weight:600;color:#1e293b;margin-bottom:1.5rem}.ai-summary{background:linear-gradient(135deg,#a855f7,#8b5cf6);color:#fff;padding:1.5rem;border-radius:12px;margin-bottom:2rem}.ai-summary h3{font-size:1.1rem;margin-bottom:.8rem;opacity:.9}.ai-summary p{font-size:.95rem;opacity:.9;margin-bottom:.5rem}.task-preview{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 12px #0000000d}.task-item{display:flex;align-items:center;gap:1rem;padding:.8rem 0;border-bottom:1px solid #e2e8f0}.task-item:last-child{border-bottom:none}.task-checkbox{width:20px;height:20px;border:2px solid #cbd5e1;border-radius:4px;background:#fff}.task-text{flex:1;color:#475569}.task-priority{padding:.25rem .5rem;border-radius:6px;font-size:.75rem;font-weight:500}.priority-high{background:#fee2e2;color:#dc2626}.priority-medium{background:#fef3c7;color:#d97706}.ask-gene-input{background:#fff;border:2px solid #e2e8f0;border-radius:12px;padding:1rem;font-size:1rem;width:100%;margin-bottom:1rem;transition:border-color .3s ease}.ask-gene-input:focus{outline:none;border-color:#a855f7}.plan-button{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-weight:600;cursor:pointer;transition:transform .2s ease}.plan-button:hover{transform:translateY(-2px)}.inbox-tabs{display:flex;gap:1rem;margin-bottom:2rem}.tab{padding:.75rem 1.5rem;background:#f1f5f9;border:none;border-radius:8px;cursor:pointer;font-weight:500;transition:all .3s ease}.tab.active{background:#334155;color:#fff}.task-cards{display:flex;flex-direction:column;gap:1rem}.task-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #0000000d;display:flex;align-items:center;gap:1rem}.source-icon{width:32px;height:32px;background:#f1f5f9;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.task-info{flex:1}.task-title{font-weight:600;color:#1e293b;margin-bottom:.25rem}.unconfirmed-badge{background:#fee2e2;color:#dc2626;font-size:.75rem;padding:.2rem .5rem;border-radius:6px;margin-left:.5rem;font-weight:500}.task-meta{color:#64748b;font-size:.875rem}.task-actions{display:flex;gap:.5rem}.action-btn{padding:.5rem 1rem;border:1px solid #e2e8f0;background:#fff;border-radius:8px;font-size:.875rem;cursor:pointer;transition:all .2s ease}.action-btn:hover{background:#f8fafc;border-color:#cbd5e1}.modal-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center}.modal{background:#fff;padding:2rem;border-radius:12px;width:400px;box-shadow:0 8px 24px #0003}.modal label{display:block;margin-bottom:1rem}.modal input,.modal select{width:100%;padding:.5rem;margin-top:.25rem;border:1px solid #ccc;border-radius:6px}.modal-actions{display:flex;justify-content:flex-end;gap:1rem}.calendar-toggle{display:flex;justify-content:between;align-items:center;margin-bottom:2rem}.view-toggle{display:flex;gap:.5rem}.toggle-btn{padding:.5rem 1rem;border:1px solid #e2e8f0;background:#fff;border-radius:8px;cursor:pointer}.toggle-btn.active{background:#334155;color:#fff}.calendar-grid{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000000d}.time-slot{display:flex;border-bottom:1px solid #f1f5f9;min-height:60px}.time-label{width:80px;padding:1rem;background:#f8fafc;border-right:1px solid #e2e8f0;font-size:.875rem;color:#64748b;text-align:center}.time-content{flex:1;padding:1rem;position:relative}.event-block{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;padding:.5rem;border-radius:6px;margin-bottom:.5rem;font-size:.875rem}.focus-block{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.5rem;border-radius:6px;opacity:.8;border:2px dashed rgba(255,255,255,.3)}.outlook-event{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.google-event{background:linear-gradient(135deg,#3b82f6,#2563eb)}.task-event{background:linear-gradient(135deg,#10b981,#059669)}.week-grid{display:grid;grid-template-columns:80px repeat(7,1fr)}.week-header{border-bottom:1px solid #f1f5f9;background:#f8fafc}.week-time-spacer{border-right:1px solid #e2e8f0}.week-day-head{padding:.75rem .5rem;text-align:center;border-right:1px solid #e2e8f0}.day-label{font-weight:600;color:#334155}.day-label .day-num{margin-left:6px;background:#e2e8f0;border-radius:8px;padding:2px 6px;font-size:.8rem;color:#475569}.hour-row{border-bottom:1px solid #f1f5f9}.week-cell{padding:.5rem;min-height:48px;border-right:1px solid #f8fafc;position:relative}.week-cell .event-block{margin:0;font-size:.8rem}.modal-backdrop{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:50}.modal-content{background:#fff;padding:2rem;border-radius:12px;width:400px;max-width:90%;box-shadow:0 10px 25px #0003}.chat-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000}.chat-modal{background:#fff;width:600px;max-width:90%;height:70%;border-radius:16px;box-shadow:0 12px 32px #0000004d;display:flex;flex-direction:column;overflow:hidden;animation:fadeIn .25s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-header{background:#a855f7;color:#fff;padding:1rem;font-weight:600;display:flex;justify-content:space-between;align-items:center}.close-btn{background:none;border:none;color:#fff;font-size:1.2rem;cursor:pointer}.chat-messages{flex:1;padding:1rem;overflow-y:auto;background:#f9fafb}.chat-message{margin-bottom:.75rem;padding:.6rem .9rem;border-radius:8px;max-width:75%;line-height:1.4}.chat-message.user{background:#3b82f6;color:#fff;margin-left:auto}.chat-message.ai{background:#e9d5ff;color:indigo;margin-right:auto}.chat-input{display:flex;border-top:1px solid #e5e7eb}.chat-input input{flex:1;border:none;padding:1rem;font-size:1rem}.chat-input input:focus{outline:none}.chat-input button{background:#a855f7;color:#fff;border:none;padding:0 1.5rem;cursor:pointer;font-weight:600}.chat-input button:disabled{opacity:.6;cursor:not-allowed}
