:root{--auth-primary:#6366f1;--auth-primary-dark:#4f46e5;--auth-secondary:#8b5cf6;--auth-accent:#ec4899;--auth-success:#10b981;--auth-warning:#f59e0b;--auth-error:#ef4444;--auth-gradient-primary:linear-gradient(135deg,#6366f1 0%,#8b5cf6 50%,#ec4899 100%);--auth-gradient-background:linear-gradient(135deg,#328de7 0%,#364e6d 100%);--auth-gradient-glass:linear-gradient(135deg,rgba(249,0,0,.9) 0%,rgba(255,48,48,.7) 100%);--auth-spacing-xs:.25rem;--auth-spacing-sm:.5rem;--auth-spacing-md:1rem;--auth-spacing-lg:1.5rem;--auth-spacing-xl:2rem;--auth-spacing-2xl:3rem;--auth-radius-sm:.5rem;--auth-radius-md:1rem;--auth-radius-lg:1.5rem;--auth-radius-xl:2rem;--auth-shadow-sm:0 1px 2px 0 rgba(0,0,0,.05);--auth-shadow-md:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);--auth-shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);--auth-shadow-xl:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);--auth-shadow-2xl:0 25px 50px -12px rgba(0,0,0,.25);--auth-font-size-xs:.75rem;--auth-font-size-sm:.875rem;--auth-font-size-base:1rem;--auth-font-size-lg:1.125rem;--auth-font-size-xl:1.25rem;--auth-font-size-2xl:1.5rem;--auth-font-size-3xl:1.875rem;--auth-font-size-4xl:2.25rem;--auth-font-size-5xl:3rem;--auth-font-size-6xl:3.75rem;--auth-transition-fast:.15s ease-in-out;--auth-transition-normal:.3s ease-in-out;--auth-transition-slow:.5s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInRight{0%{opacity:0;transform:translate(100px)scale(.95)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes gradient-x{0%,to{background-position:0;background-size:200% 200%}50%{background-position:100%;background-size:200% 200%}}.animate-fadeIn{animation:.6s ease-out fadeIn}.animate-slideInRight{animation:.5s ease-out slideInRight}.animate-slideInLeft{animation:.5s ease-out slideInLeft}.animate-slideInDown{animation:.4s ease-out slideInDown}.animate-slideInUp{animation:.4s ease-out slideInUp}.animate-gradient-x{background-size:200% 200%;animation:3s infinite gradient-x}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.group:hover .animate-shimmer{animation:.8s ease-in-out shimmer}.focus-ring-enhanced:focus{outline:none;box-shadow:0 0 0 2px rgba(255,255,255,.8),0 0 0 4px rgba(99,102,241,.4),0 10px 15px -3px rgba(0,0,0,.1)}.input-enhanced{transition:all .3s cubic-bezier(.4,0,.2,1)}.input-enhanced:focus{transform:translateY(-1px);box-shadow:0 10px 25px -5px rgba(0,0,0,.1)}.button-glow{position:relative;overflow:hidden}.button-glow:before{content:"";background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.button-glow:hover:before{left:100%}.card-hover{transition:all .4s cubic-bezier(.4,0,.2,1)}.card-hover:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}@keyframes float{0%,to{opacity:.6;transform:translateY(0)rotate(0)}25%{opacity:.8;transform:translateY(-20px)rotate(90deg)}50%{opacity:1;transform:translateY(-40px)rotate(180deg)}75%{opacity:.8;transform:translateY(-20px)rotate(270deg)}}.animate-float{animation:2s ease-in-out infinite float}@media (max-width:640px){.animate-slideInRight,.animate-slideInLeft{animation:.5s ease-out slideInDown}}@media (prefers-color-scheme:dark){.dark-mode-bg{background:linear-gradient(to bottom right,#1e1b4b,#312e81,#553c9a)}}@media (prefers-reduced-motion:reduce){.animate-fadeIn,.animate-slideInRight,.animate-slideInLeft,.animate-slideInDown,.animate-slideInUp,.animate-gradient-x{animation:none}.input-enhanced:focus,.card-hover:hover{transform:none}}@media (prefers-contrast:high){.focus-ring-enhanced:focus{box-shadow:0 0 0 3px #000}}.auth-loading-container{background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#334155 100%);justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.auth-loading-container:before{content:"";background:radial-gradient(circle,rgba(59,130,246,.1) 0%,transparent 70%);position:absolute;top:0;bottom:0;left:0;right:0}.auth-loading-content{align-items:center;gap:var(--auth-spacing-lg);z-index:10;flex-direction:column;display:flex;position:relative}.auth-loading-spinner{border:3px solid transparent;border-top:3px solid var(--auth-primary);border-radius:50%;width:4rem;height:4rem;animation:1s linear infinite spin;position:relative}.auth-loading-spinner:before{content:"";border:2px solid transparent;border-top:2px solid var(--auth-secondary);border-radius:50%;animation:1.5s linear infinite reverse spin;position:absolute;top:6px;bottom:6px;left:6px;right:6px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.auth-loading-text{font-size:var(--auth-font-size-xl);color:#e2e8f0;text-align:center;opacity:0;text-shadow:0 1px 2px rgba(0,0,0,.5);font-weight:600;animation:.5s ease-out .5s forwards fadeIn}.auth-container{justify-content:center;align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.auth-background{z-index:1;background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#334155 100%);position:absolute;top:0;bottom:0;left:0;right:0}.auth-background-overlay{background:radial-gradient(circle at 20% 30%,rgba(59,130,246,.1) 0%,transparent 60%),radial-gradient(circle at 80% 70%,rgba(139,92,246,.08) 0%,transparent 60%);position:absolute;top:0;bottom:0;left:0;right:0}.auth-background-pattern,.floating-elements{display:none}.auth-content{z-index:10;width:100%;max-width:32rem;padding:var(--auth-spacing-md);position:relative}.auth-wrapper{gap:var(--auth-spacing-xl);flex-direction:column;display:flex}.auth-form-input,.auth-form-button,.auth-social-button{border-radius:var(--auth-radius-lg);width:100%;min-height:3.5rem;font-size:var(--auth-font-size-base);transition:all var(--auth-transition-normal);font-weight:500}.auth-form-input{color:#e2e8f0;background:linear-gradient(135deg,#374151 0%,#4b5563 100%);border-radius:8px;padding:.75rem 1rem;transition:all .3s;box-shadow:0 2px 8px rgba(0,0,0,.2)}.auth-form-input:focus{background:linear-gradient(135deg,#4b5563 0%,#6b7280 100%);border-color:#60a5fa;outline:none;box-shadow:0 0 0 3px rgba(96,165,250,.2),0 4px 12px rgba(96,165,250,.1)}.auth-form-input::placeholder{color:#9ca3af}.auth-form-button{cursor:pointer;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .2s;box-shadow:0 1px 2px rgba(0,0,0,.05)}.auth-form-button:hover:not(:disabled){box-shadow:0 2px 4px rgba(0,0,0,.1)}.auth-form-button:disabled{opacity:.6;cursor:not-allowed}.auth-social-button{color:#e2e8f0;background:linear-gradient(135deg,#374151 0%,#4b5563 100%);border:1px solid #6b7280;border-radius:8px;justify-content:center;align-items:center;gap:.75rem;padding:.75rem 1rem;font-weight:500;transition:all .3s;display:flex;box-shadow:0 2px 8px rgba(0,0,0,.2)}.auth-social-button:hover{background:linear-gradient(135deg,#4b5563 0%,#6b7280 100%);border-color:#9ca3af;transform:translateY(-1px);box-shadow:0 4px 16px rgba(0,0,0,.3)}.auth-form-label{font-size:var(--auth-font-size-sm);color:#374151;align-items:center;gap:.5rem;margin-bottom:.5rem;font-weight:600;display:flex}.auth-form-label svg{width:1rem;height:1rem;color:var(--auth-primary)}.auth-icon-sm{width:1rem;height:1rem}.auth-icon-md{width:1.25rem;height:1.25rem}.auth-icon-lg{width:1.5rem;height:1.5rem}.auth-icon-xl{width:2rem;height:2rem}.auth-text-xs{font-size:var(--auth-font-size-xs);line-height:1.4}.auth-text-sm{font-size:var(--auth-font-size-sm);line-height:1.5}.auth-text-base{font-size:var(--auth-font-size-base);line-height:1.6}.auth-text-lg{font-size:var(--auth-font-size-lg);line-height:1.6}.auth-space-y-4>*+*{margin-top:1rem}.auth-space-y-6>*+*{margin-top:1.5rem}.auth-space-y-8>*+*{margin-top:2rem}.auth-form-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#1e293b 0%,#334155 100%);border-radius:16px;padding:2rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.4),0 4px 16px rgba(0,0,0,.3)}.auth-form-card:before{content:"";background:linear-gradient(90deg,#3b82f6,#8b5cf6,#06b6d4,#10b981);border-radius:16px 16px 0 0;height:3px;position:absolute;top:0;left:0;right:0}.auth-form-card:after{display:none}.auth-form-card:hover{transform:translateY(-2px);box-shadow:0 12px 40px rgba(0,0,0,.5),0 6px 20px rgba(0,0,0,.4)}.auth-success{color:var(--auth-success);fill:var(--auth-success)}.auth-error{color:var(--auth-error);fill:var(--auth-error)}.auth-warning{color:var(--auth-warning);fill:var(--auth-warning)}@media (max-width:768px){.auth-content{max-width:100%;padding:var(--auth-spacing-sm)}.auth-form-card{padding:var(--auth-spacing-xl);margin:var(--auth-spacing-sm)}.floating-element{opacity:.3}.floating-element-1{width:60px;height:60px}.floating-element-2{width:40px;height:40px}}@media (max-width:480px){.auth-form-card{border-radius:var(--auth-radius-lg);padding:var(--auth-spacing-lg)}:root{--auth-font-size-5xl:2.5rem;--auth-font-size-6xl:3rem}}.auth-container::-webkit-scrollbar{width:6px}.auth-container::-webkit-scrollbar-track{background:0 0}.auth-container::-webkit-scrollbar-thumb{background:rgba(99,102,241,.3);border-radius:3px}.auth-container::-webkit-scrollbar-thumb:hover{background:rgba(99,102,241,.5)}.auth-container,.auth-background,.floating-elements{will-change:transform}.auth-form-card{will-change:transform,box-shadow}@media print{.auth-container{background:#fff!important}.floating-elements{display:none}.auth-form-card{box-shadow:none;border:1px solid #ccc}}
.todo-page{background:#f9fafb;min-height:100vh}.todo-container{max-width:80rem;margin:0 auto;padding:2rem 1rem}@media (min-width:640px){.todo-container{padding:2rem 1.5rem}}@media (min-width:1024px){.todo-container{padding:2rem}}.loading-screen{background:#f9fafb;justify-content:center;align-items:center;min-height:100vh;display:flex}.loading-content{flex-direction:column;align-items:center;gap:1rem;display:flex}.loading-spinner{border-bottom:2px solid #3b82f6;border-radius:50%;width:4rem;height:4rem;animation:1s linear infinite spin}.loading-text{color:#374151;font-size:1.25rem;font-weight:600;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.hero-header{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:2rem;padding:2rem;position:relative;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06)}.hero-background{background:rgba(59,130,246,.02);position:absolute;top:0;bottom:0;left:0;right:0}.hero-content{position:relative}.hero-layout{flex-direction:column;display:flex}@media (min-width:1024px){.hero-layout{flex-direction:row;justify-content:space-between;align-items:center}}.hero-main{margin-bottom:1.5rem}@media (min-width:1024px){.hero-main{margin-bottom:0}}.hero-title{color:#1f2937;margin-bottom:.5rem;font-size:2.25rem;font-weight:700}@media (min-width:1024px){.hero-title{font-size:3rem}}.hero-subtitle{color:#6b7280;margin-bottom:1rem;font-size:1.25rem}.hero-name{color:#374151;font-weight:600}.stats-container{flex-wrap:wrap;gap:1rem;display:flex}.stat-item{color:#374151;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex}.stat-total{color:#1e40af;background-color:#eff6ff;border-color:#dbeafe}.stat-completed{color:#166534;background-color:#f0fdf4;border-color:#dcfce7}.stat-active{color:#9a3412;background-color:#fff7ed;border-color:#fed7aa}.stat-urgent{color:#991b1b;background-color:#fef2f2;border-color:#fee2e2}.stat-icon{width:1.25rem;height:1.25rem}.stat-text{font-weight:500}.header-actions{flex-direction:column;gap:.75rem;display:flex}@media (min-width:640px){.header-actions{flex-direction:row}}.sign-out-button{color:#374151;cursor:pointer;background-color:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;padding:.75rem 1.5rem;font-weight:500;transition:all .2s}.sign-out-button:hover{background-color:#e5e7eb;border-color:#9ca3af}.controls-container{flex-direction:column;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2rem;display:flex}@media (min-width:640px){.controls-container{flex-direction:row}}.create-task-button{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;padding:1rem 2rem;font-weight:600;transition:all .2s;position:relative;box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06)}.create-task-button:hover{background:#2563eb;box-shadow:0 4px 6px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.06)}.create-task-content{align-items:center;gap:.75rem;display:flex}.create-task-icon-wrapper{background-color:rgba(255,255,255,.2);border-radius:50%;padding:.5rem}.create-task-icon{width:1.5rem;height:1.5rem}.create-task-text{letter-spacing:.025em;font-size:1.125rem;font-weight:600}.filters-container{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.filter-pills{gap:.5rem;display:flex}.filter-pill{cursor:pointer;border:1px solid #d1d5db;border-radius:8px;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;transition:all .2s}.filter-pill:hover{border-color:#9ca3af}.filter-pill.active{color:#fff;background-color:#3b82f6;border-color:#3b82f6}.filter-pill.inactive{color:#374151;background-color:#fff}.filter-pill.inactive:hover{background-color:#f9fafb}.filter-content{align-items:center;gap:.5rem;display:flex}.filter-text{letter-spacing:.025em}.filter-count{color:#374151;background-color:rgba(255,255,255,.8);border:1px solid rgba(0,0,0,.1);border-radius:50%;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;font-size:.75rem;font-weight:600;display:inline-flex}.sort-dropdown-wrapper{position:relative}.sort-dropdown{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:8px;outline:none;padding:.75rem 3rem .75rem 1.5rem;font-size:.875rem;font-weight:500;transition:all .2s;box-shadow:0 1px 2px rgba(0,0,0,.05)}.sort-dropdown:hover{border-color:#9ca3af;box-shadow:0 2px 4px rgba(0,0,0,.1)}.sort-dropdown:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.sort-dropdown option{color:#374151;background:#fff}.sort-arrow{pointer-events:none;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.sort-arrow-bg{background-color:#f3f4f6;border-radius:50%;padding:.25rem}.sort-arrow-icon{color:#6b7280;width:1rem;height:1rem}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:50;background-color:rgba(0,0,0,.5);justify-content:center;align-items:center;padding:1rem;animation:.3s ease-out fadeIn;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.modal-content{background-color:#fff;border:1px solid #f3f4f6;border-radius:1.5rem;width:100%;max-width:42rem;padding:2rem;animation:.4s ease-out slideUp;transform:scale(1);box-shadow:0 25px 50px -12px rgba(0,0,0,.25)}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.modal-title{color:#111827;font-size:1.5rem;font-weight:700}.modal-close{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:50%;padding:.5rem;transition:all .2s}.modal-close:hover{color:#4b5563;background-color:#f3f4f6}.modal-close-icon{width:1.5rem;height:1.5rem}.form-container{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;display:flex}.form-label{color:#374151;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:block}.form-input{border-radius:.75rem;outline:none;width:100%;padding:.75rem 1rem;transition:all .2s;box-shadow:0 1px 2px rgba(0,0,0,.05)}.form-input:focus{ring:2px;ring-color:#3b82f6;border-color:transparent}.form-textarea{resize:none;rows:3;border-radius:.75rem;outline:none;width:100%;padding:.75rem 1rem;transition:all .2s;box-shadow:0 1px 2px rgba(0,0,0,.05)}.form-textarea:focus{ring:2px;ring-color:#3b82f6;border-color:transparent}.priority-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}@media (min-width:1024px){.priority-grid{grid-template-columns:repeat(4,1fr)}}.priority-button{cursor:pointer;color:#374151;background:#fff;border:2px solid #e5e7eb;border-radius:.75rem;padding:.75rem;font-weight:500;transition:all .2s;transform:scale(1)}.priority-button:hover{background-color:#f9fafb;transform:scale(1.05)}.priority-button.active{box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.priority-content{justify-content:center;align-items:center;gap:.5rem;display:flex}.priority-dot{border-radius:50%;width:.75rem;height:.75rem}.form-actions{gap:1rem;padding-top:1rem;display:flex}.form-submit{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;flex:1;padding:.75rem 1.5rem;font-weight:500;transition:all .2s;box-shadow:0 1px 2px rgba(0,0,0,.05)}.form-submit:hover:not(:disabled){background:#2563eb;box-shadow:0 2px 4px rgba(0,0,0,.1)}.form-submit:disabled{opacity:.5;cursor:not-allowed}.form-cancel{color:#374151;cursor:pointer;background-color:#fff;border-radius:.75rem;padding:.75rem 1.5rem;font-weight:600;transition:all .2s;transform:scale(1)}.form-cancel:hover{background-color:#f9fafb;transform:scale(1.05)}.loading-content-form{justify-content:center;align-items:center;gap:.5rem;display:flex}.loading-spinner-form{border-bottom:2px solid #fff;border-radius:50%;width:1.25rem;height:1.25rem;animation:1s linear infinite spin}.empty-state{text-align:center;padding:5rem 0}.empty-state-bg{position:relative}.empty-state-circle{justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0;left:0;right:0}.empty-state-gradient{opacity:.5;background:linear-gradient(to bottom right,#dbeafe,#e9d5ff);border-radius:50%;width:16rem;height:16rem;animation:2s cubic-bezier(.4,0,.6,1) infinite pulse}.empty-state-content{position:relative}.empty-state-icon{color:#9ca3af;width:6rem;height:6rem;margin:0 auto 1.5rem}.empty-state-title{color:#111827;margin-bottom:.5rem;font-size:1.5rem;font-weight:600}.empty-state-description{color:#6b7280;max-width:28rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.125rem}.empty-state-button{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;padding:.75rem 2rem;font-weight:500;transition:all .2s;box-shadow:0 1px 2px rgba(0,0,0,.05)}.empty-state-button:hover{background:#2563eb;box-shadow:0 2px 4px rgba(0,0,0,.1)}.tasks-grid{gap:1.5rem;display:grid}.task-card{background-color:#fff;border-left-width:6px;border-radius:1rem;padding:1.5rem;transition:all .3s;transform:scale(1);box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.task-card:hover{transform:scale(1.02);box-shadow:0 10px 15px -3px rgba(0,0,0,.1)}.task-card.completed{opacity:.75}.task-card.completed:hover{opacity:.9}.task-card-content{justify-content:space-between;align-items:flex-start;display:flex}.task-main{flex:1;align-items:flex-start;gap:1rem;display:flex}.task-checkbox-wrapper{position:relative}.task-checkbox{color:#2563eb;cursor:pointer;background-color:#f3f4f6;border-color:#d1d5db;border-radius:.5rem;width:1.5rem;height:1.5rem;transition:all .2s}.task-checkbox:focus{ring:2px;ring-color:#3b82f6}.task-checkmark{color:#2563eb;width:1.5rem;height:1.5rem;animation:.4s ease-out checkmark;position:absolute;top:0;bottom:0;left:0;right:0}.task-details{flex:1;min-width:0}.task-header{align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.task-title{color:#111827;font-size:1.25rem;font-weight:600;transition:all .2s}.task-title.completed{color:#6b7280;text-decoration:line-through}.task-priority{color:#fff;border-radius:9999px;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:700;display:inline-flex;box-shadow:0 1px 2px rgba(0,0,0,.05)}.task-description{color:#4b5563;margin-bottom:.75rem;font-size:1rem;transition:all .2s}.task-description.completed{color:#9ca3af}.task-meta{color:#6b7280;align-items:center;gap:1rem;font-size:.875rem;display:flex}.task-date{align-items:center;gap:.25rem;display:flex}.task-date-icon{width:1rem;height:1rem}.task-comments-button{color:#2563eb;cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;transition:color .2s;display:flex}.task-comments-button:hover{color:#1d4ed8}.task-comments-icon{width:1rem;height:1rem}.task-actions{opacity:0;align-items:center;gap:.5rem;transition:opacity .2s;display:flex}.task-card:hover .task-actions{opacity:1}.task-action-button{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:50%;padding:.5rem;transition:all .2s}.task-action-button:hover.comment{color:#2563eb;background-color:#eff6ff}.task-action-button:hover.delete{color:#dc2626;background-color:#fef2f2}.task-action-icon{width:1.25rem;height:1.25rem}.comments-section{background-color:#f9fafb;border-radius:.75rem;margin-top:1.5rem;padding:1rem;animation:.3s ease-out slideDown}.comments-list{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.comment-item{background-color:#fff;border-radius:.5rem;padding:.75rem;box-shadow:0 1px 2px rgba(0,0,0,.05)}.comment-author{color:#111827;font-weight:600}.comment-text{color:#374151}.comment-form{gap:.75rem;display:flex}.comment-input{border-radius:.5rem;outline:none;flex:1;padding:.5rem 1rem;transition:all .2s}.comment-input:focus{ring:2px;ring-color:#3b82f6;border-color:transparent}.comment-submit{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:.5rem;padding:.5rem 1rem}.comment-submit:hover:not(:disabled){background-color:#1d4ed8}.comment-submit:disabled{opacity:.5;cursor:not-allowed}.footer-stats{text-align:center;margin-top:3rem}.footer-content{background-color:#fff;border:1px solid #f3f4f6;border-radius:9999px;align-items:center;gap:1rem;padding:.75rem 1.5rem;display:inline-flex;box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.footer-label{color:#4b5563;font-size:.875rem}.footer-progress{align-items:center;gap:.5rem;display:flex}.progress-track{background-color:#e5e7eb;border-radius:9999px;width:5rem;height:.5rem}.progress-bar{height:.5rem;width:var(--progress-width,0%);background:#3b82f6;border-radius:9999px;transition:all .3s}.footer-percentage{color:#374151;font-size:.875rem;font-weight:600}.comments-section::-webkit-scrollbar{width:4px}.comments-section::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.comments-section::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.comments-section::-webkit-scrollbar-thumb:hover{background:#a1a1a1}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes ping{0%{opacity:1;transform:scale(1)}75%,to{opacity:0;transform:scale(2)}}@keyframes bounce{0%,to{animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{animation-timing-function:cubic-bezier(0,0,.2,1);transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes checkmark{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes shimmer{0%{transform:translate(-100%)skew(-12deg)}to{transform:translate(200%)skew(-12deg)}}.animate-slideUp{animation:.4s ease-out slideUp}.animate-slideUp-delay-1{animation:.4s ease-out .1s both slideUp}.animate-slideUp-delay-2{animation:.4s ease-out .2s both slideUp}.animate-slideUp-delay-3{animation:.4s ease-out .3s both slideUp}.animate-slideUp-delay-4{animation:.4s ease-out .4s both slideUp}.animate-slideUp-delay-5{animation:.4s ease-out .5s both slideUp}.animate-slideUp-delay-6{animation:.4s ease-out .6s both slideUp}.animate-slideUp-delay-7{animation:.4s ease-out .7s both slideUp}.animate-slideUp-delay-8{animation:.4s ease-out .8s both slideUp}.animate-slideUp-delay-9{animation:.4s ease-out .9s both slideUp}.animate-slideUp-delay-10{animation:.4s ease-out 1s both slideUp}.animate-fadeIn{animation:.3s ease-out fadeIn}.animate-checkmark{animation:.4s ease-out checkmark}.animate-shimmer{animation:2s infinite shimmer}.edit-task-form{background-color:#f9fafb;border:2px solid #e5e7eb;border-radius:.75rem;margin-bottom:1rem;padding:1.5rem}.edit-actions{gap:.75rem;margin-top:1rem;display:flex}.edit-save-btn{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:500;transition:all .2s;display:flex}.edit-save-btn:hover:not(:disabled){background:#059669}.edit-save-btn:disabled{opacity:.5;cursor:not-allowed}.edit-cancel-btn{color:#fff;cursor:pointer;background-color:#6b7280;border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:500;transition:all .2s;display:flex}.edit-cancel-btn:hover{background-color:#4b5563}.edit-icon{width:1rem;height:1rem}.task-action-button:hover.edit{color:#7c3aed;background-color:#f3e8ff}.edit-comment-form{width:100%}.comment-edit-actions{gap:.5rem;display:flex}.comment-edit-save{color:#fff;cursor:pointer;background-color:#10b981;border:none;border-radius:4px;padding:.25rem;transition:all .2s}.comment-edit-save:hover:not(:disabled){background-color:#059669}.comment-edit-save:disabled{opacity:.5;cursor:not-allowed}.comment-edit-cancel{color:#fff;cursor:pointer;background-color:#6b7280;border:none;border-radius:4px;padding:.25rem;transition:all .2s}.comment-edit-cancel:hover{background-color:#4b5563}.comment-edit-input{resize:vertical;focus:outline-none;focus:ring-2;focus:ring-blue-500;focus:border-transparent;border:1px solid #d1d5db;border-radius:.375rem;width:100%;margin-top:.5rem;padding:.5rem;font-family:inherit;font-size:.875rem}.comment-meta{align-items:center;gap:.5rem;display:flex}.comment-actions{opacity:0;gap:.25rem;transition:opacity .2s;display:flex}.comment-item:hover .comment-actions{opacity:1}.comment-edit-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem;transition:all .2s}.comment-edit-btn:hover{color:#7c3aed;background-color:#f3e8ff}.comment-delete-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.25rem;transition:all .2s}.comment-delete-btn:hover{color:#dc2626;background-color:#fef2f2}.comment-action-icon{width:.875rem;height:.875rem}.comment-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.comment-date{color:#6b7280;font-size:.75rem}.form-input:focus,.form-textarea:focus,.comment-input:focus,.comment-edit-input:focus{ring:2px;ring-color:#3b82f6;border-color:transparent;outline:none;box-shadow:0 0 0 2px rgba(59,130,246,.5)}.task-card:has(.edit-task-form){border:2px solid #7c3aed;transform:scale(1.02);box-shadow:0 10px 25px -5px rgba(124,58,237,.2)}.edit-save-btn:disabled .loading-content-form,.comment-edit-save:disabled{opacity:.7}@media (max-width:640px){.edit-actions{flex-direction:column}.edit-save-btn,.edit-cancel-btn{justify-content:center;width:100%}.comment-edit-actions{margin-top:.5rem}}
