@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;line-height:1.5}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#f8fafc;color:#0f172a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}.app{flex:1;display:flex;flex-direction:column;max-width:1400px;margin:0 auto;padding:1rem;min-height:calc(100vh - 72px)}.container{max-width:100%;padding:1.5rem}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #f1f5f9}.page-header .title{font-size:1.5rem;font-weight:700;color:#0f172a}.page-header .subtitle{font-size:1rem;color:#475569;margin-top:.25rem}.card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;border:1px solid #f1f5f9;padding:1.5rem;transition:all .2s ease-in-out}.card:hover{box-shadow:0 4px 6px -2px #0000000d,0 2px 4px -1px #0000000a;border-color:#e2e8f0}.card.card-interactive{cursor:pointer}.card.card-interactive:hover{box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a;transform:translateY(-1px)}.card-compact{padding:1rem}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.card-header .title{font-size:1.125rem;font-weight:600;color:#0f172a}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;padding:10px 16px;border-radius:8px;border:none;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease-in-out;text-decoration:none;white-space:nowrap}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.btn-sm{padding:8px 12px;font-size:.75rem}.btn.btn-lg{padding:12px 20px;font-size:1rem}.btn.btn-primary{background:#0284c7;color:#fff}.btn.btn-primary:hover:not(:disabled){background:#0369a1;transform:translateY(-1px);box-shadow:0 4px 6px -2px #0000000d,0 2px 4px -1px #0000000a}.btn.btn-secondary{background:#fff;color:#0f172a;border:1px solid #e2e8f0}.btn.btn-secondary:hover:not(:disabled){background:#f1f5f9;border-color:#e2e8f0}.btn.btn-ghost{background:transparent;color:#0284c7}.btn.btn-ghost:hover:not(:disabled){background:#f0f9ff}.btn.btn-danger{background:#ef4444;color:#fff}.btn.btn-danger:hover:not(:disabled){background:#dc2626}.btn.btn-icon{width:40px;height:40px;padding:0;border-radius:9999px}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:#0f172a;margin-bottom:.25rem}.form-input,.form-textarea,.form-select{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;background:#fff;color:#0f172a;transition:all .15s ease-in-out}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#0284c7;box-shadow:0 0 0 3px #3b82f61a}.form-input:disabled,.form-textarea:disabled,.form-select:disabled{background:#f1f5f9;opacity:.7}.form-input::placeholder,.form-textarea::placeholder,.form-select::placeholder{color:#64748b}.form-textarea{resize:vertical;min-height:100px}.form-error{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:#ef4444;margin-top:.25rem}.form-hint{font-size:.75rem;color:#64748b;margin-top:.25rem}.form-input.error,.form-textarea.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.form-input.error:focus,.form-textarea.error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.form-actions{border-top:1px solid #f1f5f9;padding-top:1.5rem;margin-top:2rem}.max-w-2xl{max-width:42rem}.help-section{margin-top:2rem}.mb-2{margin-bottom:.5rem}.space-y-1>*+*{margin-top:.25rem}.grid{display:grid;gap:1.5rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-auto{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:1rem}.gap-4{gap:1.5rem}.gap-6{gap:2rem}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.text-primary{color:#0f172a}.text-secondary{color:#475569}.text-muted,.muted{color:#64748b}.loading{display:inline-block;width:20px;height:20px;border:2px solid #e2e8f0;border-radius:50%;border-top-color:#0284c7;animation:spin 1s linear infinite}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1050;padding:1.5rem}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #00000014,0 8px 10px -6px #0000000a;width:100%;max-width:500px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.modal-header{padding:1.5rem;border-bottom:1px solid #f1f5f9;display:flex;align-items:flex-start;justify-content:space-between}.modal-header .modal-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0}.modal-header .modal-subtitle{font-size:.875rem;color:#475569;margin:.25rem 0 0}.modal-body{padding:1.5rem;flex:1;overflow-y:auto}.modal-body .form-group{margin-bottom:1.5rem}.modal-body .form-group:last-child{margin-bottom:0}.priority-selector{display:flex;gap:.5rem}.priority-selector .priority-option{display:flex;align-items:center;gap:.25rem;padding:.5rem 1rem;border:1.5px solid #e2e8f0;border-radius:8px;background:#fff;color:#475569;cursor:pointer;transition:all .15s ease-in-out;flex:1;justify-content:center;font-size:.875rem;font-weight:500}.priority-selector .priority-option:hover{border-color:#0284c7;background:#f1f5f9}.priority-selector .priority-option.selected{border-color:#0284c7;background:#3b82f60d;color:#0284c7}.priority-selector .priority-option:disabled{opacity:.6;cursor:not-allowed}.priority-selector .priority-option .priority-indicator{width:12px;height:12px;border-radius:50%}.priority-selector .priority-option .priority-label{font-weight:500}.empty-state{display:flex;align-items:center;justify-content:center;padding:2rem;min-height:400px}@media (max-width: 768px){.app{padding:.5rem}.container{padding:1rem}.page-header{flex-direction:column;align-items:flex-start;gap:1rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.btn{width:100%;justify-content:center}}.auth-wrapper{display:flex;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b,#0c4a6e);padding:1.5rem;position:relative;overflow:hidden}.auth-wrapper:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 30% 20%,rgba(59,130,246,.1) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(168,85,247,.08) 0%,transparent 50%),radial-gradient(circle at 40% 60%,rgba(236,72,153,.06) 0%,transparent 50%);animation:float 20s ease-in-out infinite;pointer-events:none}.auth-wrapper:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.03)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)" /></svg>');pointer-events:none}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(1deg)}}.auth-card{position:relative;width:100%;max-width:480px;padding:3rem;background:#fffffffa;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);border-radius:24px;box-shadow:0 32px 64px -12px #00000040,0 0 0 1px #ffffff0d,inset 0 1px #fffc;border:1px solid rgba(255,255,255,.2);z-index:10;transform:translateY(0);animation:slideUp .6s ease-out}.auth-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.8),transparent);border-radius:24px 24px 0 0}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.auth-header{text-align:center;margin-bottom:2rem}.auth-header .auth-brand{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.auth-header .auth-brand .brand-icon{width:48px;height:48px;background:linear-gradient(135deg,#0ea5e9,#7c3aed);border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #3b82f64d}.auth-header .auth-brand .brand-icon svg{color:#fff}.auth-header .auth-brand .brand-text{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#0284c7,#7c3aed);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.auth-title{font-size:2rem;font-weight:700;color:#0f172a;margin:0 0 .25rem;line-height:1.2}.auth-subtitle{font-size:1rem;color:#475569;margin:0;line-height:1.6}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{display:flex;flex-direction:column;gap:.25rem}.form-row label{font-size:.875rem;font-weight:500;color:#0f172a;margin-bottom:.25rem}.form-row .input-wrapper{position:relative;display:flex;align-items:center}.form-row .input-wrapper .input-icon{position:absolute;left:12px;color:#64748b;pointer-events:none;z-index:1}.form-row .input-wrapper input{width:100%;padding:12px 16px 12px 44px;border:1.5px solid #e2e8f0;border-radius:12px;font-size:1rem;background:#fff;color:#0f172a;transition:all .15s ease-in-out}.form-row .input-wrapper input:focus{outline:none;border-color:#0284c7;box-shadow:0 0 0 3px #3b82f61a}.form-row .input-wrapper input:focus+.input-icon{color:#0284c7}.form-row .input-wrapper input.error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.form-row .input-wrapper input::placeholder{color:#64748b}.form-row .input-wrapper input:disabled{background:#f8fafc;cursor:not-allowed;opacity:.7}.form-row .input-wrapper .password-toggle{position:absolute;right:12px;background:none;border:none;color:#64748b;cursor:pointer;padding:4px;border-radius:6px;transition:color .15s ease-in-out}.form-row .input-wrapper .password-toggle:hover{color:#0f172a}.form-row .input-wrapper .password-toggle:disabled{cursor:not-allowed;opacity:.5}.form-row .form-error{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:#ef4444;margin-top:.25rem}.form-row .form-success{display:flex;align-items:center;gap:.25rem;font-size:.875rem;color:#22c55e;margin-top:.25rem}.form-row .password-strength{margin-top:.5rem}.form-row .password-strength .strength-bar{height:4px;background:#f1f5f9;border-radius:2px;overflow:hidden;margin-bottom:.25rem}.form-row .password-strength .strength-bar .strength-fill{height:100%;transition:all .15s ease-in-out;border-radius:2px}.form-row .password-strength .strength-info{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.form-row .password-strength .strength-info .strength-label{font-size:.875rem;font-weight:500}.form-row .password-strength .strength-info .strength-score{font-size:.75rem;color:#64748b}.form-row .password-strength .password-requirements{display:flex;flex-direction:column;gap:.25rem}.form-row .password-strength .password-requirements .requirement{display:flex;align-items:center;gap:.25rem;font-size:.75rem;transition:all .15s ease-in-out}.form-row .password-strength .password-requirements .requirement .requirement-icon{width:14px;height:14px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:10px;font-weight:700}.form-row .password-strength .password-requirements .requirement .requirement-text{flex:1}.form-row .password-strength .password-requirements .requirement.met{color:#16a34a}.form-row .password-strength .password-requirements .requirement.met .requirement-icon{background:#dcfce7;color:#16a34a}.form-row .password-strength .password-requirements .requirement.unmet{color:#64748b}.form-row .password-strength .password-requirements .requirement.unmet .requirement-icon{background:#f4f4f5;color:#71717a}.auth-actions{display:flex;flex-direction:column;gap:.5rem;margin-top:1rem}.auth-actions .btn{width:100%;justify-content:center;padding:14px 24px;font-size:1rem;font-weight:500;border-radius:12px;transition:all .15s ease-in-out;position:relative;overflow:hidden}.auth-actions .btn.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;box-shadow:0 4px 14px #667eea40}.auth-actions .btn.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 20px #667eea59}.auth-actions .btn.btn-primary:active{transform:translateY(0)}.auth-actions .btn.btn-primary:disabled{opacity:.7;cursor:not-allowed;transform:none;box-shadow:0 4px 14px #667eea26}.auth-actions .btn.btn-primary .animate-spin{animation:spin 1s linear infinite}.auth-divider{position:relative;text-align:center;margin:1.5rem 0;color:#64748b;font-size:.875rem}.auth-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e2e8f0;z-index:1}.auth-divider span{background:#fff;padding:0 1rem;position:relative;z-index:2}.auth-switch{text-align:center;margin-top:2rem;font-size:.875rem;color:#475569;padding-top:1.5rem;border-top:1px solid #f1f5f9}.auth-switch .link-button{background:none;border:none;color:#0284c7;font-weight:500;cursor:pointer;text-decoration:none;transition:color .15s ease-in-out}.auth-switch .link-button:hover:not(:disabled){color:#0369a1;text-decoration:underline}.auth-switch .link-button:disabled{opacity:.5;cursor:not-allowed}.small{font-size:.875rem}@media (max-width: 768px){.auth-wrapper{padding:1rem}.auth-card{max-width:100%;padding:1.5rem;margin:0 .5rem}.auth-title{font-size:1.5rem}.form-row .input-wrapper input{padding:10px 14px 10px 40px;font-size:.875rem}}@media (max-width: 480px){.auth-wrapper{padding:.5rem}.auth-card{padding:1rem;margin:0}.auth-title{font-size:1.25rem}.auth-subtitle{font-size:.875rem}.form-row .input-wrapper input{padding:8px 12px 8px 36px}.auth-actions .btn{padding:12px 20px}}.sidebar{width:280px;height:100vh;background:linear-gradient(135deg,#0f172a,#1e293b);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#fff;display:flex;flex-direction:column;position:fixed;left:0;top:0;z-index:1000;transition:width .2s ease-in-out ease-in-out,transform .2s ease-in-out ease-in-out;border-right:1px solid rgba(255,255,255,.1);box-shadow:0 20px 25px -5px #00000014,0 8px 10px -6px #0000000a}.sidebar.collapsed{width:80px}.sidebar.collapsed .sidebar-header{justify-content:center}.sidebar.collapsed .sidebar-header .brand{justify-content:center;gap:0}.sidebar.collapsed .brand-text,.sidebar.collapsed .user-info,.sidebar.collapsed .nav-section-title,.sidebar.collapsed .project-name,.sidebar.collapsed .nav-item span{opacity:0;pointer-events:none}.sidebar.collapsed .sidebar-header .brand-text{display:none;width:0;margin:0;padding:0}.sidebar.collapsed .nav-item{justify-content:center;padding-left:0;padding-right:0}.sidebar.collapsed .project-stats,.sidebar.collapsed .btn-add-project{display:none}@media (max-width: 768px){.sidebar{transform:translate(-100%)}.sidebar.mobile-open{transform:translate(0)}}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1049;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media (min-width: 769px){.mobile-menu-overlay{display:none}}.sidebar-header{padding:1.5rem;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;position:relative}.sidebar-header .brand{display:flex;align-items:center;gap:.5rem;overflow:hidden}.sidebar-header .brand .brand-icon{background:linear-gradient(135deg,#38bdf8,#0284c7);border-radius:12px;padding:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 12px #3b82f64d}.sidebar-header .brand .brand-text{font-size:1.25rem;font-weight:700;color:#fff;white-space:nowrap;opacity:1;transition:opacity .2s ease-in-out}.sidebar-header .mobile-close-btn{display:none;background:none;border:none;color:#fffc;cursor:pointer;padding:.25rem;border-radius:8px;transition:all .15s ease-in-out}.sidebar-header .mobile-close-btn:hover{background:#ffffff1a;color:#fff}@media (max-width: 768px){.sidebar-header .mobile-close-btn{display:flex;align-items:center;justify-content:center}}.user-profile{padding:1rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:.5rem}.user-profile .user-avatar{width:40px;height:40px;border-radius:9999px;background:linear-gradient(135deg,#0ea5e9,#7c3aed);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;color:#fff;flex-shrink:0;border:2px solid rgba(255,255,255,.2);box-shadow:0 4px 12px #00000026}.user-profile .user-info{flex:1;min-width:0;opacity:1;transition:opacity .2s ease-in-out}.user-profile .user-info .user-name{font-size:.875rem;font-weight:600;color:#fff;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-profile .user-info .user-email{font-size:.75rem;color:#ffffffb3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-nav{flex:1;padding:1rem 0;overflow-y:auto;overflow-x:hidden}.sidebar-nav::-webkit-scrollbar{width:4px}.sidebar-nav::-webkit-scrollbar-track{background:transparent}.sidebar-nav::-webkit-scrollbar-thumb{background:#fff3;border-radius:2px}.nav-section{margin-bottom:1.5rem;padding:0 1rem}.nav-section:last-child{margin-bottom:0}.nav-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.nav-section-title{font-size:.75rem;font-weight:700;color:#ffffff80;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem;padding:0 .25rem;transition:opacity .2s ease-in-out}.nav-item{display:flex;align-items:center;gap:.5rem;padding:12px 1rem;border-radius:12px;color:#fffc;text-decoration:none;font-size:.875rem;font-weight:500;transition:all .15s ease-in-out;margin-bottom:4px;border:none;background:none;cursor:pointer;width:100%;text-align:left;position:relative;overflow:hidden}.nav-item:hover:not(.disabled){background:#ffffff1a;color:#fff;transform:translate(2px)}.nav-item.active{background:linear-gradient(135deg,#0284c7,#0369a1);color:#fff;box-shadow:0 4px 12px #3b82f64d}.nav-item.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#fffc;border-radius:0 2px 2px 0}.nav-item.nav-item-icon{justify-content:center;width:48px;height:48px;padding:0;margin:0 auto 8px}.nav-item.project-item .project-name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:opacity .2s ease-in-out}.nav-item.project-item .project-stats .task-count{background:#fff3;color:#fff;font-size:.75rem;font-weight:700;padding:3px 8px;border-radius:9999px;min-width:20px;text-align:center;line-height:1}.nav-item.project-item.active .project-stats .task-count{background:#ffffff4d}.nav-item.logout-btn{color:#ffffffb3}.nav-item.logout-btn:hover{background:#ef444433;color:#fca5a5}.nav-item.view-all-projects{font-size:.75rem;color:#fff9;font-style:italic;justify-content:center}.nav-item.view-all-projects:hover{color:#fffc}.btn-add-project{width:28px;height:28px;border-radius:8px;background:#ffffff1a;color:#fffc;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .15s ease-in-out;border:1px solid rgba(255,255,255,.1)}.btn-add-project:hover{background:#fff3;color:#fff;transform:scale(1.05)}.projects-list{max-height:320px;overflow-y:auto;margin-top:.25rem}.projects-list::-webkit-scrollbar{width:3px}.projects-list::-webkit-scrollbar-track{background:transparent}.projects-list::-webkit-scrollbar-thumb{background:#fff3;border-radius:2px}.empty-projects{text-align:center;padding:1.5rem 1rem;color:#fff9}.empty-projects p{margin:0 0 1rem;font-size:.875rem;line-height:1.4}.empty-projects .btn{background:#ffffff1a;color:#fffc;border:1px solid rgba(255,255,255,.2);font-size:.75rem;padding:8px 12px}.empty-projects .btn:hover{background:#fff3;color:#fff}.dropdown-content{position:absolute;left:calc(100% + 12px);top:0;min-width:240px;max-width:280px;background:#1e293b;border:1px solid rgba(255,255,255,.1);border-radius:12px;box-shadow:0 25px 50px -12px #00000026;z-index:1000;padding:.5rem;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.dropdown-content.dropdown-projects{max-height:400px;overflow-y:auto}.dropdown-content .dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;margin-bottom:.25rem;border-bottom:1px solid rgba(255,255,255,.1)}.dropdown-content .dropdown-header span{font-size:.875rem;font-weight:600;color:#fff}.dropdown-content .dropdown-add-btn{width:24px;height:24px;background:#3b82f633;color:#38bdf8;border-radius:8px;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .15s ease-in-out}.dropdown-content .dropdown-add-btn:hover{background:#3b82f64d;color:#7dd3fc}.dropdown-content .dropdown-item{display:flex;align-items:center;gap:.5rem;padding:10px 1rem;border-radius:8px;color:#fffc;font-size:.875rem;cursor:pointer;border:none;background:none;width:100%;text-align:left;transition:all .15s ease-in-out;margin-bottom:2px;text-decoration:none}.dropdown-content .dropdown-item:hover:not(.disabled){background:#ffffff1a;color:#fff}.dropdown-content .dropdown-item.active{background:linear-gradient(135deg,#0284c7,#0369a1);color:#fff}.dropdown-content .dropdown-item.disabled{opacity:.5;cursor:not-allowed}.dropdown-content .dropdown-item .task-count{background:#fff3;color:#fff;font-size:.75rem;font-weight:700;padding:2px 6px;border-radius:9999px;min-width:18px;text-align:center;margin-left:auto}.dropdown-content .dropdown-item:last-child{margin-bottom:0}.sidebar-footer{padding:1rem 1.5rem;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:.5rem}.sidebar-footer .collapse-toggle{background:none;border:none;color:#fff9;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .15s ease-in-out;display:flex;align-items:center;justify-content:center;align-self:center}.sidebar-footer .collapse-toggle:hover{background:#ffffff1a;color:#ffffffe6}@media (max-width: 768px){.sidebar-footer .collapse-toggle{display:none}}.main-content{margin-left:280px;min-height:100vh;background:#f8fafc;transition:margin-left .2s ease-in-out ease-in-out}.main-content.sidebar-collapsed{margin-left:80px}@media (max-width: 768px){.main-content{margin-left:0}}.mobile-header{display:none;padding:1rem;background:#fff;border-bottom:1px solid #f1f5f9;align-items:center;gap:1rem}@media (max-width: 768px){.mobile-header{display:flex}}.mobile-header .mobile-menu-button{background:none;border:none;padding:.5rem;cursor:pointer;border-radius:8px;transition:background-color .15s ease-in-out}.mobile-header .mobile-menu-button:hover{background:#f1f5f9}.mobile-header .mobile-header-title{font-size:1.125rem;font-weight:700;color:#0f172a}.top-header{background:#fff;border-bottom:1px solid #f1f5f9;padding:1.5rem 2rem;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 1px 2px #00000008}.top-header .header-title{font-size:1.5rem;font-weight:700;color:#0f172a}.top-header .header-subtitle{font-size:1rem;color:#475569;margin-top:.25rem}.top-header .header-actions{display:flex;align-items:center;gap:1rem}@media (max-width: 768px){.top-header .header-actions{gap:.5rem}}@media (max-width: 768px){.top-header{padding:1rem}}.page-content{padding:2rem}@media (max-width: 768px){.page-content{padding:1rem}}.navbar{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:1px solid #f1f5f9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a}.nav{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;max-width:1400px;margin:0 auto;height:72px}.nav-brand{display:flex;align-items:center;gap:1rem;text-decoration:none;color:#0f172a}.nav-brand .logo{width:32px;height:32px;background:#0284c7;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.125rem}.nav-brand .brand-text{font-weight:700;font-size:1.125rem;color:#0f172a}.nav-menu{display:flex;align-items:center;gap:.5rem}.nav-links{display:flex;align-items:center;gap:.25rem;margin-right:1.5rem}.nav-links .nav-link{display:flex;align-items:center;gap:.25rem;padding:.25rem 1rem;border-radius:8px;text-decoration:none;color:#475569;font-size:.875rem;font-weight:500;transition:all .15s ease-in-out}.nav-links .nav-link:hover{background:#f1f5f9;color:#0f172a}.nav-links .nav-link.active{background:#f0f9ff;color:#0284c7}.mobile-menu-button{display:none;flex-direction:column;justify-content:space-around;width:24px;height:24px;background:transparent;border:none;cursor:pointer;padding:0}.mobile-menu-button .hamburger-line{width:100%;height:2px;background:#0f172a;border-radius:2px;transition:all .15s ease-in-out}.mobile-menu-button.open .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-button.open .hamburger-line:nth-child(2){opacity:0}.mobile-menu-button.open .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.project-dropdown{position:relative}.project-dropdown .dropdown-trigger{display:flex;align-items:center;gap:.25rem;padding:.25rem 1rem;border-radius:8px;background:#fff;border:1px solid #e2e8f0;cursor:pointer;transition:all .15s ease-in-out;font-size:.875rem;color:#0f172a}.project-dropdown .dropdown-trigger:hover{border-color:#0284c7;box-shadow:0 0 0 3px #3b82f61a}.project-dropdown .dropdown-trigger .chevron{transition:transform .15s ease-in-out;width:16px;height:16px}.project-dropdown .dropdown-trigger.open .chevron{transform:rotate(180deg)}.project-dropdown .dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #00000014,0 8px 10px -6px #0000000a;border:1px solid #f1f5f9;padding:.5rem;min-width:280px;z-index:1000;opacity:0;visibility:hidden;transform:translateY(-8px);transition:all .2s ease-in-out}.project-dropdown .dropdown-menu.open{opacity:1;visibility:visible;transform:translateY(0)}.project-dropdown .dropdown-menu .dropdown-header{padding:.5rem 1rem;border-bottom:1px solid #f1f5f9;margin-bottom:.5rem}.project-dropdown .dropdown-menu .dropdown-header .title{font-size:.875rem;font-weight:600;color:#0f172a;margin-bottom:.25rem}.project-dropdown .dropdown-menu .dropdown-section{margin-bottom:1rem}.project-dropdown .dropdown-menu .dropdown-section:last-child{margin-bottom:0}.project-dropdown .dropdown-menu .dropdown-section .section-title{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;padding:.25rem 1rem;margin-bottom:.25rem}.project-dropdown .dropdown-menu .dropdown-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:8px;text-decoration:none;color:#0f172a;transition:all .15s ease-in-out;font-size:.875rem;cursor:pointer;border:none;background:none;width:100%;text-align:left}.project-dropdown .dropdown-menu .dropdown-item:hover{background:#f1f5f9}.project-dropdown .dropdown-menu .dropdown-item .item-icon{width:18px;height:18px;color:#64748b}.project-dropdown .dropdown-menu .dropdown-item .item-content{flex:1;min-width:0}.project-dropdown .dropdown-menu .dropdown-item .item-content .item-title{font-weight:500;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-dropdown .dropdown-menu .dropdown-item .item-content .item-subtitle{font-size:.75rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-dropdown .dropdown-menu .dropdown-item .item-action{color:#64748b;opacity:0;transition:opacity .15s ease-in-out}.project-dropdown .dropdown-menu .dropdown-item:hover .item-action{opacity:1}.project-dropdown .dropdown-menu .dropdown-item.create-new{border-top:1px solid #f1f5f9;margin-top:.5rem;padding-top:1rem;color:#0284c7;font-weight:500}.project-dropdown .dropdown-menu .dropdown-item.create-new .item-icon{color:#0284c7}.user-menu{position:relative}.user-menu .user-avatar{width:36px;height:36px;border-radius:9999px;background:#0284c7;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem;cursor:pointer;border:2px solid transparent;transition:all .15s ease-in-out}.user-menu .user-avatar:hover{border-color:#f0f9ff;box-shadow:0 0 0 4px #f0f9ff}@media (max-width: 768px){.nav{padding:.5rem 1rem}.nav-links{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border-top:1px solid #f1f5f9;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a;flex-direction:column;padding:1rem;gap:.5rem}.nav-links.mobile-open{display:flex}.nav-links .nav-link{width:100%;padding:1rem;justify-content:center}.mobile-menu-button{display:flex}.project-dropdown .dropdown-menu{left:-100px;min-width:200px}}.breadcrumbs{font-size:.9rem;color:#64748b;margin-bottom:1rem}.breadcrumbs a{color:#64748b;text-decoration:none}.breadcrumbs span{margin:0 6px}.project-card{position:relative;height:100%}.project-card .card{height:100%;display:flex;flex-direction:column;background:#fff;border:1px solid #f1f5f9;border-radius:16px;padding:0;transition:all .2s ease-in-out;overflow:hidden;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a}.project-card .card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #00000014,0 8px 10px -6px #0000000a;border-color:#bae6fd}.project-card .card:hover .project-title{color:#0284c7}.project-card .card:hover .progress-fill{box-shadow:0 0 0 2px #fff,0 0 0 4px #bae6fd}.project-card .card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0ea5e9,#7c3aed,#ec4899);opacity:0;transition:opacity .2s ease-in-out}.project-card .card:hover:before{opacity:1}.project-card .project-actions-menu{position:absolute;top:1rem;right:1rem;z-index:20}.project-card .project-actions-menu .btn{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #f1f5f9;border-radius:9999px;width:32px;height:32px;padding:0;opacity:0;transition:all .15s ease-in-out}.project-card .project-actions-menu .btn:hover{background:#fff;box-shadow:0 4px 6px -2px #0000000d,0 2px 4px -1px #0000000a;transform:scale(1.05)}.project-card .project-actions-menu .action-menu{position:absolute;top:100%;right:0;min-width:160px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 20px 25px -5px #00000014,0 8px 10px -6px #0000000a;padding:.25rem;z-index:100;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .15s ease-in-out}.project-card .project-actions-menu .action-menu.active{opacity:1;visibility:visible;transform:translateY(0)}.project-card .project-actions-menu .action-menu .action-item{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;color:#475569;text-decoration:none;font-size:.875rem;font-weight:500;border-radius:8px;transition:all .15s ease-in-out;border:none;background:none;width:100%;text-align:left;cursor:pointer}.project-card .project-actions-menu .action-menu .action-item:hover{background:#f1f5f9;color:#0f172a;transform:translate(2px)}.project-card .project-actions-menu .action-menu .action-item.danger:hover{background:#fee2e2;color:#dc2626}.project-card:hover .project-actions-menu .btn{opacity:1}.card-header{padding:1.5rem 1.5rem 1rem}.card-header .project-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0;line-height:1.3;transition:color .15s ease-in-out;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.project-content{flex:1;padding:.5rem 1.5rem;margin-bottom:1rem}.project-content .project-description{color:#475569;font-size:.875rem;line-height:1.6;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.project-footer{padding:1rem 1.5rem;border-top:1px solid #f1f5f9;background:linear-gradient(135deg,#fff,#f8fafc)}.project-footer .project-meta{display:flex;gap:1.5rem;margin-bottom:1rem}.project-footer .project-meta .meta-item{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#64748b;font-weight:500}.project-footer .project-meta .meta-item svg{flex-shrink:0;opacity:.7}.project-footer .project-meta .meta-item span{white-space:nowrap}.project-footer .project-stats{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.project-footer .project-stats .stat-item{text-align:center;padding:.25rem .5rem;border-radius:8px;background:#ffffff80;border:1px solid #f1f5f9;min-width:60px}.project-footer .project-stats .stat-item .stat-value{display:block;font-size:1.25rem;font-weight:700;color:#0f172a;line-height:1;margin-bottom:2px}.project-footer .project-stats .stat-item .stat-label{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-weight:700;line-height:1}.project-progress{display:flex;align-items:center;gap:1.5rem;padding:1rem 1.5rem;border-top:1px solid #f1f5f9}.project-progress .progress-bar{flex:1;height:10px;background:#f1f5f9;border-radius:9999px;overflow:hidden;position:relative;border:none;box-shadow:inset 0 1px 2px #0000000d}.project-progress .progress-bar .progress-fill{height:100%;background:linear-gradient(90deg,#38bdf8,#0ea5e9,#0284c7);border-radius:9999px;transition:all .3s ease-in-out;position:relative;min-width:2px}.project-progress .progress-bar .progress-fill:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to right,#fff3,#fff6,#fff3);border-radius:inherit}.project-progress .progress-bar .progress-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);animation:shimmer 3s ease-in-out infinite;border-radius:inherit}.project-progress .progress-bar[data-progress=low] .progress-fill{background:linear-gradient(90deg,#f87171,#ef4444,#dc2626)}.project-progress .progress-bar[data-progress=medium] .progress-fill{background:linear-gradient(90deg,#facc15,#eab308,#ca8a04)}.project-progress .progress-bar[data-progress=high] .progress-fill{background:linear-gradient(90deg,#4ade80,#22c55e,#16a34a)}.project-progress .progress-bar[data-progress=complete] .progress-fill{background:linear-gradient(90deg,#22c55e,#16a34a,#15803d)}.project-progress .progress-bar[data-progress=complete] .progress-fill:after{animation:shimmer-success 2s ease-in-out infinite}.project-progress .progress-text{font-size:.875rem;font-weight:700;color:#0f172a;white-space:nowrap;min-width:65px;text-align:right;padding:4px 10px;background:#fff;border-radius:8px;border:1px solid #f1f5f9;box-shadow:0 1px 2px #00000008}.project-progress .progress-text[data-progress=low]{color:#dc2626;background:#fef2f2;border-color:#fecaca}.project-progress .progress-text[data-progress=medium]{color:#a16207;background:#fefce8;border-color:#fef08a}.project-progress .progress-text[data-progress=high]{color:#16a34a;background:#f0fdf4;border-color:#bbf7d0}.project-progress .progress-text[data-progress=complete]{color:#15803d;background:#dcfce7;border-color:#86efac;font-weight:700}@keyframes shimmer{0%{transform:translate(-100%);opacity:0}50%{opacity:1}to{transform:translate(100%);opacity:0}}@keyframes shimmer-success{0%{transform:translate(-100%) scaleY(1);opacity:0}50%{opacity:1;transform:translate(0) scaleY(1.2)}to{transform:translate(100%) scaleY(1);opacity:0}}.grid{display:grid;gap:2rem}.grid.grid-auto{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}@media (max-width: 1024px){.grid.grid-auto{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}}@media (max-width: 768px){.grid.grid-auto{grid-template-columns:1fr;gap:1rem}}.empty-state{display:flex;align-items:center;justify-content:center;min-height:50vh;padding:2rem}.empty-state .card{max-width:500px;text-align:center;padding:3rem;background:#fff;border:2px dashed #e2e8f0;border-radius:20px;transition:all .2s ease-in-out}.empty-state .card:hover{border-color:#7dd3fc;background:linear-gradient(135deg,#fff,#e0f2fe);transform:translateY(-2px);box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a}.empty-state .card .empty-icon{width:80px;height:80px;background:linear-gradient(135deg,#e0f2fe,#bae6fd);border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#0284c7}.empty-state .card .empty-icon svg{width:32px;height:32px}.empty-state .card h3{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}.empty-state .card p{color:#475569;font-size:1rem;line-height:1.6;margin:0 0 2rem}.empty-state .card .btn{background:linear-gradient(135deg,#e0f2fe,#bae6fd);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;transition:all .15s ease-in-out}.empty-state .card .btn:hover{background:linear-gradient(135deg,#0284c7,#0369a1);transform:translateY(-1px);box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a}@media (max-width: 1024px){.project-card .card{border-radius:12px}.card-header{padding:1rem}.card-header .project-title{font-size:1.125rem}.project-content{padding:0 1rem;margin-bottom:.5rem}.project-footer{padding:1rem}.project-footer .project-meta{gap:1rem;margin-bottom:.5rem}.project-footer .project-stats{margin-bottom:.5rem}.project-footer .project-stats .stat-item{min-width:50px;padding:.25rem}.project-footer .project-stats .stat-item .stat-value{font-size:1.125rem}}@media (max-width: 768px){.project-card .card:hover{transform:none}.project-actions-menu .btn{opacity:1;background:#fff}.card-header .project-title{font-size:1rem}.project-footer .project-meta{flex-direction:column;gap:.25rem;align-items:flex-start}.project-footer .project-stats .stat-item .stat-value{font-size:1rem}.progress-text{font-size:.75rem}}.kanban-board{height:100%;display:flex;flex-direction:column;background:#f8fafc;min-height:calc(100vh - 120px);padding:0}.kanban-columns{display:flex;gap:1.5rem;height:100%;overflow-x:auto;padding:1rem;min-height:calc(100vh - 180px)}.kanban-columns::-webkit-scrollbar{height:8px}.kanban-columns::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.kanban-columns::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:4px}.kanban-columns::-webkit-scrollbar-thumb:hover{background:#64748b}@media (max-width: 768px){.kanban-columns{flex-direction:column;gap:1rem;height:auto;min-height:auto;padding:.5rem}}.kanban-column{flex:0 0 350px;display:flex;flex-direction:column;background:#fff;border-radius:16px;border:1px solid #f1f5f9;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;transition:all .2s ease-in-out;max-height:calc(100vh - 200px)}.kanban-column:hover{box-shadow:0 4px 6px -2px #0000000d,0 2px 4px -1px #0000000a;border-color:#e2e8f0}@media (max-width: 768px){.kanban-column{flex:none;width:100%;max-height:60vh;min-height:300px}}@media (max-width: 480px){.kanban-column{border-radius:12px;max-height:50vh}}.column-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #f1f5f9;background:linear-gradient(135deg,#fff,#f8fafc);border-radius:16px 16px 0 0;position:sticky;top:0;z-index:10}.column-header .column-title{display:flex;align-items:center;gap:.5rem;font-weight:700;color:#0f172a;font-size:1rem}.column-header .column-title .column-indicator{width:12px;height:12px;border-radius:9999px;box-shadow:0 0 0 2px #fffc;flex-shrink:0}.column-header .column-title .task-count{background:#f1f5f9;color:#475569;font-size:.75rem;font-weight:700;padding:4px 8px;border-radius:9999px;min-width:24px;text-align:center;border:1px solid #f1f5f9;margin-left:.25rem}.column-header .btn{padding:8px;border-radius:8px;transition:all .15s ease-in-out}.column-header .btn:hover{background:#f1f5f9;transform:scale(1.05)}.column-content{flex:1;display:flex;flex-direction:column;gap:1rem;padding:1rem 1.5rem 1.5rem;overflow-y:auto;min-height:200px}.column-content.dragging-over{background:linear-gradient(135deg,#3b82f60d,#a855f708);border-radius:0 0 16px 16px}.column-content.dragging-over:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:0 0 16px 16px;border:2px dashed #7dd3fc;pointer-events:none}.column-content::-webkit-scrollbar{width:4px}.column-content::-webkit-scrollbar-track{background:transparent}.column-content::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:2px}.column-content::-webkit-scrollbar-thumb:hover{background:#64748b}@media (max-width: 768px){.column-content{padding:.5rem 1rem;gap:.5rem;min-height:150px}}.task-card{background:#fff;border-radius:12px;padding:1.5rem;border:1px solid #f1f5f9;box-shadow:0 1px 2px #00000008;transition:all .2s ease-in-out;cursor:grab;position:relative;overflow:hidden}.task-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#38bdf8,#7c3aed);opacity:0;transition:opacity .15s ease-in-out}.task-card:hover{box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a;transform:translateY(-2px);border-color:#bae6fd}.task-card:hover:before{opacity:1}.task-card.dragging{transform:rotate(3deg) scale(1.02);box-shadow:0 25px 50px -12px #00000026;cursor:grabbing;z-index:1000;border-color:#7dd3fc}.task-card.dragging:before{opacity:1}@media (max-width: 768px){.task-card{padding:1rem;border-radius:10px}.task-card:hover{transform:none}}.task-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem}.task-header .task-priority{display:flex;align-items:center;gap:.25rem;padding:4px 8px;border-radius:8px;background:#f1f5f9;border:1px solid #f1f5f9}.task-header .task-priority .priority-indicator{width:8px;height:8px;border-radius:9999px;box-shadow:0 0 0 1px #ffffff80}.task-header .task-priority .priority-label{font-size:.75rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.05em}.task-header .task-menu{position:relative}.task-header .task-menu .btn{padding:4px;border-radius:6px;opacity:0;transition:all .15s ease-in-out}.task-header .task-menu .btn:hover{background:#f1f5f9}.task-header .task-menu .dropdown-menu{position:absolute;top:100%;right:0;min-width:160px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 20px 25px -5px #00000014,0 8px 10px -6px #0000000a;z-index:1000;padding:.25rem;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .15s ease-in-out}.task-header .task-menu .dropdown-menu.active{opacity:1;visibility:visible;transform:translateY(0)}.task-header .task-menu .dropdown-menu .dropdown-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem 1rem;border:none;background:none;text-align:left;font-size:.875rem;color:#0f172a;border-radius:8px;cursor:pointer;transition:all .15s ease-in-out}.task-header .task-menu .dropdown-menu .dropdown-item:hover{background:#f1f5f9;color:#0284c7}.task-header .task-menu .dropdown-menu .dropdown-item.text-red-600{color:#ef4444}.task-header .task-menu .dropdown-menu .dropdown-item.text-red-600:hover{background:#fee2e2;color:#dc2626}.task-card:hover .task-menu .btn{opacity:1}.task-content{margin-bottom:1rem}.task-content .task-title{font-size:1rem;font-weight:600;color:#0f172a;margin:0 0 .5rem;line-height:1.4;word-wrap:break-word}.task-content .task-description{font-size:.875rem;color:#475569;margin:0;line-height:1.5;word-wrap:break-word;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.task-tags{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:1rem}.task-tags .task-tag{background:linear-gradient(135deg,#e0f2fe,#bae6fd);color:#0369a1;font-size:.75rem;font-weight:500;padding:4px 8px;border-radius:8px;border:1px solid #7dd3fc;white-space:nowrap}.task-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:.5rem;border-top:1px solid #f1f5f9}.task-footer .task-meta{display:flex;align-items:center;gap:1rem;flex:1}.task-footer .task-meta .meta-item{display:flex;align-items:center;gap:4px;font-size:.75rem;color:#64748b;font-weight:500}.task-footer .task-meta .meta-item svg{flex-shrink:0}.task-footer .task-meta .meta-item span{white-space:nowrap}.task-footer .task-stats{display:flex;align-items:center;gap:.5rem}.task-footer .task-stats .stat-item{display:flex;align-items:center;gap:2px;font-size:.75rem;color:#64748b;font-weight:500}.task-footer .task-stats .stat-item svg{flex-shrink:0}.column-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:#64748b;text-align:center;min-height:200px}.column-empty .empty-icon{width:48px;height:48px;background:#f1f5f9;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;color:#64748b}.column-empty .empty-text{font-size:.875rem;margin-bottom:.5rem}.column-empty .empty-subtext{font-size:.75rem;color:#64748b}@media (max-width: 1024px){.kanban-columns{gap:1rem}.kanban-column{flex:0 0 300px}.kanban-column .column-header,.task-card{padding:1rem}.task-card .task-header,.task-card .task-content{margin-bottom:.5rem}.task-card .task-footer .task-meta{gap:.5rem}}@media (max-width: 768px){.kanban-board{min-height:auto}.kanban-columns{flex-direction:column;height:auto;min-height:auto;overflow-x:visible}.kanban-column{max-height:none;min-height:250px}.kanban-column .column-content{max-height:300px;overflow-y:auto}.task-footer{flex-direction:column;gap:.5rem;align-items:flex-start}.task-footer .task-meta{width:100%;justify-content:space-between}.task-footer .task-stats{align-self:flex-end}}@media (max-width: 480px){.column-header .column-title{font-size:.875rem}.column-header .column-title .task-count{font-size:10px;padding:2px 6px;min-width:20px}.task-content .task-title{font-size:.875rem}.task-content .task-description{font-size:.75rem;-webkit-line-clamp:2}.task-tags .task-tag{font-size:10px;padding:2px 6px}}@keyframes taskSlideIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.task-card.task-new{animation:taskSlideIn .3s ease-out}.column-loading{display:flex;align-items:center;justify-content:center;padding:2rem}.column-loading .loading-spinner{width:24px;height:24px;border:2px solid #e2e8f0;border-radius:50%;border-top-color:#0284c7;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.ai-assistant-trigger{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:9999px;background:#0284c7;color:#fff;border:none;box-shadow:0 20px 25px -5px #00000014,0 8px 10px -6px #0000000a;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1050;transition:all .2s ease-in-out}.ai-assistant-trigger:hover{transform:scale(1.05);box-shadow:0 25px 50px -12px #00000040}.ai-assistant-trigger .pulse-dot{position:absolute;top:8px;right:8px;width:12px;height:12px;background:#22c55e;border-radius:9999px;border:2px solid white}.ai-assistant-trigger .pulse-dot:before{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;border-radius:9999px;background:inherit;transform:translate(-50%,-50%);animation:pulse 2s infinite}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:1}to{transform:translate(-50%,-50%) scale(2);opacity:0}}.ai-assistant{position:fixed;bottom:24px;right:24px;width:400px;height:600px;background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #00000014,0 8px 10px -6px #0000000a;border:1px solid #f1f5f9;display:flex;flex-direction:column;z-index:1050;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ai-assistant.maximized{width:800px;height:700px}.ai-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid #f1f5f9;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:16px 16px 0 0}.ai-header .ai-title{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#0f172a}.ai-header .ai-title .status-indicator{width:8px;height:8px;border-radius:9999px}.ai-header .ai-title .status-indicator.online{background:#22c55e;box-shadow:0 0 6px #22c55e66}.ai-header .ai-actions{display:flex;align-items:center;gap:.25rem}.ai-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:1rem}.ai-messages .message{display:flex;gap:.5rem;max-width:85%}.ai-messages .message.user{align-self:flex-end;flex-direction:row-reverse}.ai-messages .message.user .message-content{background:#0284c7;color:#fff;border-radius:12px 6px 12px 12px}.ai-messages .message.user .message-avatar{background:#0284c7}.ai-messages .message.ai{align-self:flex-start}.ai-messages .message.ai .message-content{background:#f1f5f9;color:#0f172a;border-radius:6px 12px 12px}.ai-messages .message.ai .message-avatar{background:#e0f2fe;color:#0284c7}.ai-messages .message .message-avatar{width:32px;height:32px;border-radius:9999px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ai-messages .message .message-content{padding:.5rem 1rem;border:1px solid #f1f5f9;flex:1;min-width:0}.ai-messages .message .message-content .message-text{font-size:.875rem;line-height:1.5}.ai-messages .message .message-content .message-text .message-list-item{display:flex;align-items:flex-start;gap:.25rem;margin:.25rem 0}.ai-messages .message .message-content .message-text .message-list-item .bullet{color:#0284c7;font-weight:700;flex-shrink:0}.ai-messages .message .message-content .message-text .message-list-item .bold{font-weight:600}.ai-messages .message .message-content .message-text .message-heading{font-weight:600;color:#0f172a;margin:.5rem 0 .25rem;border-bottom:1px solid #f1f5f9;padding-bottom:.25rem}.ai-messages .message .message-content .message-text .bold{font-weight:600}.ai-messages .message .message-content .message-text.loading-message{display:flex;align-items:center;gap:.25rem;color:#64748b;font-style:italic}.ai-messages .message .message-content .message-text.loading-message .spinning{animation:spin 1s linear infinite}.ai-messages .message .message-content .message-time{font-size:.75rem;color:#64748b;margin-top:.25rem;opacity:.7}.quick-actions{padding:0 1rem 1rem;border-top:1px solid #f1f5f9}.quick-actions .quick-actions-title{font-size:.75rem;font-weight:600;color:#64748b;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.quick-actions .quick-actions-buttons{display:flex;flex-wrap:wrap;gap:.25rem}.quick-actions .quick-actions-buttons .btn{font-size:.75rem;padding:.25rem .5rem;border:1px solid #e2e8f0;background:#fff}.quick-actions .quick-actions-buttons .btn:hover{background:#f0f9ff;border-color:#0284c7;color:#0284c7}.ai-input{padding:1rem;border-top:1px solid #f1f5f9}.ai-input .input-container{display:flex;gap:.5rem;align-items:flex-end}.ai-input .input-container textarea{flex:1;padding:1rem 1.5rem;border:1px solid #e2e8f0;border-radius:12px;font-size:.875rem;font-family:inherit;background:#fff;color:#0f172a;transition:all .15s ease-in-out}.ai-input .input-container textarea:focus{outline:none;border-color:#0284c7;box-shadow:0 0 0 3px #3b82f61a}.ai-input .input-container textarea:disabled{opacity:.7;background:#f1f5f9}.ai-input .input-container textarea::placeholder{color:#64748b}.ai-input .input-container .btn{flex-shrink:0}@media (max-width: 768px){.ai-assistant{bottom:0;right:0;left:0;width:100%;height:100vh;border-radius:0}.ai-assistant.maximized{width:100%;height:100vh}.ai-assistant-trigger{bottom:16px;right:16px;width:48px;height:48px}.ai-messages{padding:.5rem;gap:.5rem}.ai-messages .message{max-width:90%}.ai-messages .message .message-content,.quick-actions{padding:.5rem}.quick-actions .quick-actions-buttons{flex-direction:column}.quick-actions .quick-actions-buttons .btn{width:100%;justify-content:flex-start}}@media (max-width: 480px){.ai-header,.ai-input .input-container textarea{padding:.5rem 1rem}.ai-messages .message-avatar{width:28px;height:28px}}*{box-sizing:border-box}.app{max-width:1400px;margin:2rem auto;padding:1rem}.muted{color:#64748b}.app-loading{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:9999}.loading-container{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.loading-container p{color:#64748b;font-size:.9rem;margin:0}.loading-spinner{color:#0284c7;animation:spin 1s linear infinite}.animate-spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
