:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{margin:0;padding:0;min-width:320px;height:100%;overflow:hidden}#root{width:100%;height:100%;overflow:hidden}.notification-container{position:fixed;top:20px;right:20px;z-index:10000;pointer-events:none;max-width:400px}.notification{background:#fff;border-radius:8px;box-shadow:0 4px 12px #0000001a;margin-bottom:12px;overflow:hidden;position:relative;pointer-events:auto;animation:slideIn .3s ease-out;border-left:4px solid #007bff}.notification-success{border-left-color:#28a745}.notification-warning{border-left-color:#ffc107}.notification-error{border-left-color:#dc3545}.notification-business_day_adjustment{border-left-color:#17a2b8}.notification-constraint_auto_extend{border-left-color:#fd7e14}.notification-dependency_update{border-left-color:#6f42c1}.notification-header{display:flex;align-items:center;padding:12px 16px 8px;gap:8px}.notification-icon{font-size:16px;flex-shrink:0}.notification-title{font-weight:600;font-size:14px;color:#333;flex:1}.notification-dismiss{background:none;border:none;font-size:18px;color:#999;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.notification-dismiss:hover{background:#f0f0f0;color:#666}.notification-message{padding:0 16px 12px 40px;font-size:13px;color:#666;line-height:1.4}.notification-details{padding:0 16px 12px 40px}.notification-details ul{margin:8px 0 0;padding-left:16px;font-size:12px;color:#777}.notification-details li{margin-bottom:4px}.notification-actions{padding:12px 16px;border-top:1px solid #f0f0f0;display:flex;gap:8px;justify-content:flex-end}.notification-action{padding:6px 12px;border:1px solid #ddd;border-radius:4px;background:#fff;font-size:12px;cursor:pointer;transition:all .2s ease}.notification-action.primary{background:#007bff;color:#fff;border-color:#007bff}.notification-action.secondary{background:#f8f9fa;color:#666}.notification-action:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.notification-action.primary:hover{background:#0056b3;border-color:#0056b3}.notification-action.secondary:hover{background:#e9ecef;color:#495057}.notification-progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:#0000000d}.notification-progress-bar{height:100%;background:currentColor;width:100%;animation:progressBar linear forwards;opacity:.3}.notification-success .notification-progress-bar{background:#28a745}.notification-warning .notification-progress-bar{background:#ffc107}.notification-error .notification-progress-bar{background:#dc3545}.notification-business_day_adjustment .notification-progress-bar{background:#17a2b8}.notification-constraint_auto_extend .notification-progress-bar{background:#fd7e14}.notification-dependency_update .notification-progress-bar{background:#6f42c1}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes progressBar{0%{width:100%}to{width:0%}}@media(max-width:768px){.notification-container{left:20px;right:20px;max-width:none}.notification{margin-bottom:8px}.notification-header{padding:10px 12px 6px}.notification-message{padding:0 12px 10px 32px;font-size:12px}.notification-details{padding:0 12px 10px 32px}.notification-actions{padding:10px 12px}.notification-action{padding:8px 12px;font-size:11px}}@media(prefers-contrast:high){.notification{border:2px solid #000;box-shadow:0 2px 8px #0000004d}.notification-title{color:#000}.notification-message{color:#333}}@media(prefers-reduced-motion:reduce){.notification,.notification-progress-bar{animation:none}.notification-action:hover{transform:none}}.notification-dismiss:focus,.notification-action:focus{outline:2px solid #007bff;outline-offset:2px}.notification.notification-persistent .notification-progress{display:none}.notification.notification-compact .notification-message{padding-bottom:8px}.notification.notification-compact .notification-header{padding-bottom:4px}.top-nav{height:70px;background:#fff;color:#1e293b;display:flex;align-items:center;padding:0 2rem;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2}.top-nav-brand{margin-right:3rem;display:flex;align-items:center;gap:.75rem;text-decoration:none;transition:opacity .2s}.top-nav-brand:hover{opacity:.8}.brand-logo{height:44px;width:auto;object-fit:contain}.brand-name{font-size:1.25rem;font-weight:700;background:linear-gradient(135deg,#3b82f6,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.top-nav-menu{display:flex;align-items:center;gap:.5rem;flex:1}.nav-link{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.125rem;color:#64748b;text-decoration:none;border-radius:10px;transition:all .2s cubic-bezier(.4,0,.2,1);font-size:.9375rem;font-weight:500;position:relative;overflow:hidden}.nav-link:before{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:2px;background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:2px 2px 0 0;transition:width .3s ease}.nav-link:hover{background:#f1f5f9;color:#1e293b}.nav-link:hover:before{width:80%}.nav-link.active{background:linear-gradient(135deg,#3b82f61a,#60a5fa0d);color:#3b82f6;font-weight:600}.nav-link.active:before{width:100%}.nav-link.admin-link{color:#f59e0b}.nav-link.admin-link:hover{background:#fbbf2414;color:#f59e0b}.nav-link.admin-link.active{background:linear-gradient(135deg,#fbbf2426,#fbbf2414);color:#f59e0b}.nav-link.admin-link:before{background:linear-gradient(90deg,#fbbf24,#f59e0b)}.nav-icon{display:flex;align-items:center;justify-content:center;transition:transform .2s}.nav-link:hover .nav-icon{transform:scale(1.1)}.nav-label{white-space:nowrap}.top-nav-user{display:flex;align-items:center;gap:1rem;margin-left:auto}.user-info{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;background:#f8fafc;border-radius:10px;color:#475569;font-size:.9rem;transition:all .2s}.user-info:hover{background:#f1f5f9}.user-icon{color:#94a3b8}.user-name{white-space:nowrap;max-width:200px;overflow:hidden;text-overflow:ellipsis;font-weight:500;color:#1e293b}.logout-button{display:flex;align-items:center;justify-content:center;padding:.625rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;cursor:pointer;transition:all .2s}.logout-button:hover{background:#fef2f2;border-color:#fca5a5;color:#ef4444;transform:translateY(-1px);box-shadow:0 4px 8px #ef44441a}@media(max-width:1024px){.nav-label{display:none}.top-nav-menu{gap:.25rem}.nav-link{padding:.625rem}}@media(max-width:768px){.top-nav{padding:0 1rem}.top-nav-brand{margin-right:1rem}.brand-name,.user-name{display:none}.user-info{padding:.5rem}}.app-layout{display:flex;flex-direction:column;height:100%;background:linear-gradient(135deg,#f8fafc,#f1f5f9);overflow:hidden}.app-content{flex:1;overflow-y:auto;overflow-x:hidden}.app-content.no-footer{overflow:hidden}.app-footer{height:40px;min-height:40px;background:#1e293b;border-top:1px solid #334155;display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:13px}.footer-content{display:flex;align-items:center;gap:8px}.footer-separator{color:#475569}:root{--primary-blue: #16417b;--accent-yellow: #F0C808;--secondary-teal: #00B2A9;--accent-red: #dd1c1a;--light-blue: #e8eef7;--text-primary: #333333;--text-dark: #1a1a1a;--text-gray: #999999;--bg-white: #ffffff;--bg-light: #f5f5f5;--border-light: #e8e8e8}.login-container{display:flex;min-height:100vh;background:linear-gradient(135deg,var(--primary-blue) 0%,#0d2847 100%)}.login-branding{flex:1;display:flex;align-items:center;justify-content:center;padding:4rem 2rem;color:var(--bg-white);position:relative;overflow:hidden}.login-branding:before{content:"";position:absolute;top:-50%;right:-50%;width:100%;height:100%;background:radial-gradient(circle,rgba(0,178,169,.1) 0%,transparent 70%);animation:pulse 15s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:.3}50%{transform:scale(1.2);opacity:.5}}.branding-content{max-width:500px;position:relative;z-index:1}.brand-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--bg-white);line-height:1.2;animation:fadeInUp .8s ease-out .2s both}.brand-subtitle{font-size:1.125rem;color:#ffffffd9;margin-bottom:3rem;line-height:1.6;animation:fadeInUp .8s ease-out .3s both}.brand-features{display:flex;flex-direction:column;gap:1.5rem;animation:fadeInUp .8s ease-out .4s both}.brand-features .feature-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#ffffff14;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:all .3s ease}.brand-features .feature-item:hover{background:#ffffff1f;transform:translate(10px)}.brand-features .feature-icon{width:28px;height:28px;color:var(--accent-yellow);flex-shrink:0}.brand-features .feature-item span{font-size:1rem;color:#fffffff2}.login-form-section{flex:0 0 500px;display:flex;align-items:center;justify-content:center;padding:2rem;background:var(--bg-white)}.login-card{width:100%;max-width:440px;animation:fadeInRight .8s ease-out}.login-logo-container{text-align:center;margin-bottom:2rem}.login-logo-img{width:180px;height:auto;display:block;margin:0 auto;animation:fadeInScale .8s ease-out}.login-header{text-align:center;margin-bottom:2.5rem}.login-title{font-size:2rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.login-description{font-size:1rem;color:var(--text-gray);line-height:1.6}.login-content{margin-bottom:2rem}.sso-login-button{width:100%;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 1.5rem;background:var(--primary-blue);color:var(--bg-white);border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #16417b4d;position:relative;overflow:hidden}.sso-login-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.sso-login-button:hover:before{left:100%}.sso-login-button:hover{background:#0d2847;box-shadow:0 6px 20px #16417b66;transform:translateY(-2px)}.sso-login-button:active{transform:translateY(0);box-shadow:0 2px 10px #16417b4d}.sso-login-button:disabled{background:var(--text-gray);cursor:not-allowed;transform:none}.button-icon{width:24px;height:24px;flex-shrink:0}.login-divider{position:relative;text-align:center;margin:2rem 0}.login-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:var(--border-light)}.divider-text{position:relative;display:inline-block;padding:0 1rem;background:var(--bg-white);color:var(--text-gray);font-size:.875rem;font-weight:500}.login-info{display:flex;gap:.75rem;padding:1rem;background:var(--light-blue);border-radius:12px;border-left:4px solid var(--secondary-teal)}.info-icon{width:20px;height:20px;color:var(--secondary-teal);flex-shrink:0;margin-top:2px}.login-info p{margin:0;font-size:.875rem;color:var(--text-primary);line-height:1.6}.login-footer{text-align:center;padding-top:2rem;border-top:1px solid var(--border-light)}.footer-text{margin:0;font-size:.875rem;color:var(--text-gray)}.loading-spinner{width:60px;height:60px;border:4px solid var(--border-light);border-top-color:var(--primary-blue);border-radius:50%;margin:0 auto 1rem;animation:spin 1s linear infinite}.loading-text{text-align:center;color:var(--text-gray);font-size:1rem}@keyframes fadeInScale{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@media(max-width:1024px){.login-branding{display:none}.login-form-section{flex:1}}@media(max-width:640px){.login-form-section{padding:1rem}.login-card{padding:0}.brand-title{font-size:2rem}.login-title{font-size:1.75rem}.login-logo-img{max-width:220px}.sso-login-button{padding:.875rem 1.25rem;font-size:.9375rem}}.dashboard-container{padding:2rem;max-width:1600px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.dashboard-loading,.dashboard-error{text-align:center;padding:3rem;color:#64748b}.dashboard-error{color:#dc2626}.dashboard-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:start}.dashboard-row:last-child{grid-template-columns:repeat(2,1fr)}.dashboard-column{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.column-header{display:flex;align-items:center;gap:.5rem;padding:.875rem 1rem;border-bottom:1px solid #e2e8f0;background:#f8fafc}.column-header svg{color:#64748b;flex-shrink:0}.column-header h2{margin:0;font-size:.875rem;font-weight:600;color:#1e293b;flex:1}.column-count{font-size:.75rem;font-weight:600;color:#64748b;background:#e2e8f0;padding:.125rem .5rem;border-radius:10px;min-width:20px;text-align:center}.column-late .column-header{background:#fef2f2;border-bottom-color:#fecaca}.column-late .column-header svg{color:#dc2626}.column-late .column-count{background:#fecaca;color:#dc2626}.column-content{padding:.5rem;max-height:45vh;overflow-y:auto}.column-stats .column-content{max-height:none}.stats-content{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;padding:.75rem}.stat-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f8fafc;border-radius:6px;text-decoration:none;color:inherit;transition:background .15s}.stat-item:hover{background:#f1f5f9}.stat-item svg{color:#64748b;flex-shrink:0}.stat-info{display:flex;flex-direction:column}.stat-value{font-size:1.25rem;font-weight:700;color:#1e293b;line-height:1}.stat-label{font-size:.6875rem;color:#64748b;text-transform:uppercase;letter-spacing:.025em;margin-top:.125rem}.stat-item.stat-alert{background:#fef2f2}.stat-item.stat-alert svg{color:#dc2626}.stat-item.stat-alert .stat-value{color:#dc2626}.work-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.work-item{display:flex;align-items:center;gap:.625rem;padding:.625rem .5rem;border-radius:6px;transition:background .15s}.work-item:hover{background:#f8fafc}.work-item.late{background:#fef2f2}.work-item.late:hover{background:#fee2e2}.work-color{width:4px;height:28px;border-radius:2px;flex-shrink:0}.work-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem}.work-name{font-size:.8125rem;font-weight:500;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.work-meta{display:flex;align-items:center;gap:.5rem;font-size:.6875rem;color:#64748b}.work-type{padding:.0625rem .375rem;border-radius:3px;font-size:.625rem;font-weight:500;text-transform:uppercase}.work-type.task{background:#f1f5f9;color:#475569}.work-type.deliverable{background:#e0e7ff;color:#4338ca}.meeting-type{padding:.0625rem .375rem;border-radius:3px;font-size:.625rem;font-weight:500;background:#fef3c7;color:#92400e}.work-date{font-size:.75rem;font-weight:500;color:#64748b;white-space:nowrap;padding:.25rem .5rem;background:#f1f5f9;border-radius:4px}.work-date.late{background:#fecaca;color:#dc2626}.work-late-days{font-size:.75rem;font-weight:600;color:#dc2626;white-space:nowrap;padding:.25rem .5rem;background:#fecaca;border-radius:4px}.empty-message{text-align:center;color:#94a3b8;font-size:.8125rem;padding:2rem 1rem;margin:0}@media(max-width:1200px){.dashboard-row{grid-template-columns:repeat(2,1fr)}.dashboard-row:first-child .dashboard-column:last-child{grid-column:span 2}.stats-content{grid-template-columns:repeat(4,1fr)}}@media(max-width:900px){.dashboard-row,.dashboard-row:last-child{grid-template-columns:1fr}.dashboard-row:first-child .dashboard-column:last-child{grid-column:span 1}.stats-content{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.dashboard-container{padding:1rem;gap:1rem}.dashboard-row{gap:1rem}.column-content{max-height:40vh}}.date-range-picker{position:relative;width:100%}.date-range-input{position:relative;cursor:pointer}.date-range-input input{width:100%;padding:8px 40px 8px 12px;border:1px solid #dee2e6;border-radius:4px;font-size:14px;background:#fff;cursor:pointer;transition:border-color .2s}.date-range-input input:focus{outline:none;border-color:#4263eb;box-shadow:0 0 0 2px #4263eb1a}.calendar-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:16px;pointer-events:none;color:#6c757d}.calendar-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #dee2e6;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;margin-top:4px;padding:16px}.calendar-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.calendar-nav button{width:32px;height:32px;border:1px solid #dee2e6;background:#fff;border-radius:4px;cursor:pointer;font-size:18px;color:#495057;transition:all .2s}.calendar-nav button:hover{background:#f8f9fa;border-color:#adb5bd}.current-month{font-weight:600;color:#495057;text-transform:capitalize}.calendar-grid{margin-bottom:16px}.calendar-header-row{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:8px}.day-header{padding:8px 4px;text-align:center;font-size:12px;font-weight:600;color:#6c757d;text-transform:uppercase}.calendar-row{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:2px}.calendar-day{height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:4px;font-size:14px;font-weight:500;transition:all .2s;position:relative}.calendar-day:hover{background:#e9ecef}.calendar-day.other-month{color:#adb5bd}.calendar-day.selected{background:#4263eb;color:#fff}.calendar-day.selected:hover{background:#364fc7}.calendar-day.in-range{background:#4263eb1a;color:#4263eb}.calendar-day.hover-range{background:#4263eb0d;color:#4263eb}.calendar-day.in-range:not(.selected){border-radius:0}.calendar-day.in-range:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}.calendar-day.in-range:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px}.calendar-footer{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #f1f3f5}.selection-info{font-size:13px;color:#6c757d;font-style:italic}.reset-btn{padding:6px 12px;background:#6c757d;color:#fff;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:all .2s}.reset-btn:hover{background:#5a6268}.task-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1001;animation:fadeIn .2s ease}.task-modal-content{background:#fff;border-radius:8px;width:95%;max-width:1000px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 10px 40px #0003;animation:slideUp .3s ease}.task-modal-content.simple{max-width:1200px;max-height:90vh}.task-modal-header{padding:20px;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:center}.task-modal-header.compact{padding:12px 16px;gap:16px;background:#f8f9fa}.header-title-section{display:flex;align-items:center;gap:8px;flex:1}.header-label{font-size:13px;font-weight:600;color:#6c757d;white-space:nowrap;margin-right:8px}.deliverable-name-display{flex:1;font-size:18px;font-weight:600;color:#2c3e50}.dates-display{font-size:14px;font-weight:500;color:#495057;padding:6px 10px;background:#fff;border:1px solid #dee2e6;border-radius:4px}.header-dates-section{display:flex;align-items:center;min-width:280px;position:relative;z-index:50}.header-dates-section .date-range-picker{width:100%;position:relative}.header-dates-section .date-range-input{position:relative;background:transparent}.header-dates-section .date-range-input input{padding:6px 30px 6px 10px!important;font-size:13px!important;background:#fff!important;border:1px solid #dee2e6!important;height:34px!important;box-sizing:border-box;position:relative;z-index:1}.header-dates-section .date-range-input input:hover{border-color:#adb5bd!important}.header-dates-section .date-range-input input:focus{border-color:#4263eb!important;box-shadow:0 0 0 2px #4263eb1a!important}.header-dates-section .calendar-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);z-index:2;pointer-events:none;font-size:14px;color:#6c757d}.header-dates-section .calendar-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:1200;background:#fff!important;border:1px solid #dee2e6;border-radius:8px;box-shadow:0 8px 24px #00000026;min-width:320px;max-width:400px}.header-dates-section .calendar-day.selected{background:#4263eb!important;color:#fff!important;font-weight:600!important;border-radius:4px!important}.header-dates-section .calendar-day.in-range{background:#4263eb33!important;color:#2c3e50!important;font-weight:500!important}.header-dates-section .calendar-day.hover-range{background:#4263eb1a!important;color:#4263eb!important}.header-dates-section .calendar-day.in-range:not(.selected){border-radius:0!important}.header-dates-section .calendar-day.in-range.selected:first-of-type{border-radius:4px 0 0 4px!important}.header-dates-section .calendar-day.in-range.selected:last-of-type{border-radius:0 4px 4px 0!important}.task-modal-header h3{margin:0;font-size:20px;color:#2c3e50}.task-modal-close{background:none;border:none;font-size:24px;color:#6c757d;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.task-modal-close:hover{background:#f8f9fa;color:#343a40}.task-modal-body{flex:1;overflow-y:auto;padding:20px}.task-modal-info{background:#f8f9fa;padding:12px 16px;border-radius:6px;margin-bottom:20px;display:flex;gap:10px;align-items:center}.info-label{font-weight:600;color:#6c757d}.info-value{color:#495057}.task-input-section{display:flex;flex-direction:column;gap:8px}.task-input-section label{font-weight:600;color:#495057;margin-bottom:4px}.tasks-list{max-height:400px;overflow-y:auto;margin-top:12px;padding:8px;background:#f8f9fa;border-radius:6px}.task-input-row{display:flex;align-items:center;gap:12px;margin-bottom:8px;background:#fff;padding:8px 12px;border-radius:4px;border:1px solid #dee2e6;transition:all .2s}.task-input-row:hover{border-color:#adb5bd;box-shadow:0 2px 4px #0000000d}.task-number{color:#6c757d;font-size:13px;font-weight:500;min-width:25px}.task-input{flex:1;padding:8px 12px;border:1px solid #dee2e6;border-radius:4px;font-size:14px;transition:all .2s}.task-input:focus{outline:none;border-color:#4263eb;box-shadow:0 0 0 2px #4263eb1a}.task-progress-input{display:flex;align-items:center;gap:4px;min-width:80px}.progress-input{width:60px;padding:6px 8px;border:1px solid #dee2e6;border-radius:4px;font-size:13px;text-align:right;transition:border-color .2s}.progress-input:focus{outline:none;border-color:#4263eb;box-shadow:0 0 0 2px #4263eb1a}.progress-unit{font-size:13px;color:#6c757d;font-weight:500}.task-delete-btn{width:28px;height:28px;border:1px solid #dc3545;background:#fff;color:#dc3545;border-radius:4px;font-size:20px;line-height:1;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.task-delete-btn:hover{background:#dc3545;color:#fff}.task-help{display:flex;justify-content:space-between;margin-top:8px;padding:0 4px}.task-help small{color:#6c757d;font-size:12px}.task-modal-footer{padding:16px 20px;border-top:1px solid #e9ecef;display:flex;justify-content:flex-end;gap:12px;background:#f8f9fa}.btn-cancel,.btn-save{padding:8px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none}.btn-cancel{background:#fff;color:#6c757d;border:1px solid #dee2e6}.btn-cancel:hover{background:#f8f9fa;border-color:#adb5bd}.btn-save{background:#4263eb;color:#fff}.btn-save:hover:not(:disabled){background:#364fc7;transform:translateY(-1px);box-shadow:0 4px 8px #4263eb40}.btn-save:disabled{opacity:.5;cursor:not-allowed}.task-modal-content{max-width:1000px}.task-card{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:16px;overflow:hidden;transition:all .2s}.task-card:hover{box-shadow:0 2px 8px #0000001a}.task-header{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;border-bottom:1px solid #e9ecef}.task-header .task-number{font-weight:600;color:#495057;min-width:24px}.task-header .task-input{flex:1;padding:8px 12px;border:1px solid #dee2e6;border-radius:4px;font-size:14px;font-weight:500}.task-header .task-input:focus{outline:none;border-color:#4263eb;box-shadow:0 0 0 2px #4263eb1a}.task-details{padding:16px}.task-row{display:grid;grid-template-columns:120px 120px 1fr;gap:16px;margin-bottom:20px;align-items:start}.task-field{display:flex;flex-direction:column;gap:6px}.task-field label{font-size:13px;font-weight:500;color:#495057}.task-field input,.task-field select{padding:6px 10px;border:1px solid #dee2e6;border-radius:4px;font-size:14px;transition:border-color .2s}.split-mode-select{position:relative;z-index:5}.task-field input:focus,.task-field select:focus{outline:none;border-color:#4263eb;box-shadow:0 0 0 2px #4263eb1a}.progress-input-group{display:flex;align-items:center;gap:4px}.progress-input-group input{flex:1;text-align:right}.progress-input-group span{font-size:13px;color:#6c757d;font-weight:500}.assignments-section{border-top:1px solid #dee2e6;padding-top:16px}.assignments-title{margin:0 0 12px;font-size:14px;color:#495057;font-weight:600}.assignments-field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.assignments-field label{font-size:13px;font-weight:500;color:#495057}.employee-selector{padding:6px 10px;border:1px solid #dee2e6;border-radius:4px;font-size:14px;background:#fff;cursor:pointer;width:100%;position:relative;z-index:10;transition:border-color .2s}.employee-selector:focus{outline:none;border-color:#4263eb;box-shadow:0 0 0 2px #4263eb1a}.employee-selector:disabled{background-color:#f8f9fa;color:#6c757d;cursor:not-allowed;opacity:.6}.assignments-list{display:flex;flex-direction:column;gap:8px}.assignment-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#fff;border:1px solid #e9ecef;border-radius:6px;transition:all .2s}.assignment-item:hover{background:#f8f9fa}.assignment-info{display:flex;flex-direction:column;gap:2px;flex:1}.assignment-info strong{color:#2c3e50;font-size:14px}.assignment-info .role{color:#6c757d;font-size:12px;font-style:italic}.assignment-allocation{margin:0 12px}.days-input-group{display:flex;align-items:center;gap:4px}.allocation-input{width:60px;padding:4px 6px;border:1px solid #dee2e6;border-radius:4px;font-size:13px;text-align:right}.allocation-input:focus{outline:none;border-color:#4263eb;box-shadow:0 0 0 2px #4263eb1a}.days-display{font-size:13px;color:#495057;font-weight:500;padding:4px 8px;background:#e9ecef;border-radius:4px}.remove-assignment-btn{width:24px;height:24px;background:#dc3545;color:#fff;border:none;border-radius:50%;font-size:14px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.remove-assignment-btn:hover{background:#c82333;transform:scale(1.1)}.no-assignments{text-align:center;padding:16px;color:#6c757d;font-style:italic;background:#fff;border:1px dashed #dee2e6;border-radius:6px;font-size:13px}.task-delete-btn{width:32px;height:32px;background:#dc3545;color:#fff;border:none;border-radius:4px;font-size:18px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.task-delete-btn:hover{background:#c82333}@media(max-width:768px){.task-modal-content{width:95%;max-width:none;margin:10px}.task-row{grid-template-columns:1fr;gap:12px}.assignment-item{flex-direction:column;align-items:stretch;gap:8px}.assignment-allocation{margin:0}.assignments-field{margin-bottom:12px}}@media(max-width:1024px){.task-row{grid-template-columns:100px 100px 1fr;gap:12px}}.deliverable-info{background:#f8f9fa;padding:12px 16px;border-radius:6px;margin-bottom:20px;text-align:center;color:#495057;font-size:14px;border:1px solid #e9ecef}.add-task-section{margin-bottom:24px}.add-task-input{display:flex;gap:12px;align-items:center}.task-name-input{flex:1;padding:12px 16px;border:1px solid #dee2e6;border-radius:6px;font-size:14px;transition:border-color .2s}.task-name-input:focus{outline:none;border-color:#4263eb;box-shadow:0 0 0 3px #4263eb1a}.btn-add-task{padding:12px 20px;background:#4263eb;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-add-task:hover:not(:disabled){background:#364fc7;transform:translateY(-1px)}.btn-add-task:disabled{background:#adb5bd;cursor:not-allowed;transform:none}.tasks-list.simple{background:transparent;padding:0;max-height:none}.empty-tasks{text-align:center;padding:40px 20px;color:#6c757d;background:#f8f9fa;border-radius:6px;border:1px dashed #dee2e6}.empty-tasks p{margin:0 0 8px;font-size:16px;font-weight:500}.empty-tasks small{font-size:13px;opacity:.8}.task-item.simple{background:#fff;border:1px solid #e9ecef;border-radius:6px;margin-bottom:8px;transition:all .2s}.task-item.simple:hover{border-color:#adb5bd;box-shadow:0 2px 4px #0000000d}.task-main{display:flex;align-items:center;padding:16px;gap:16px}.task-number{background:#e9ecef;color:#495057;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;flex-shrink:0}.task-name{flex:1;font-size:14px;font-weight:500;color:#2c3e50}.task-actions{display:flex;align-items:center;gap:12px;flex:1;justify-content:space-between}.assignee-select{padding:6px 10px;border:1px solid #dee2e6;border-radius:4px;font-size:13px;background:#fff;cursor:pointer;min-width:140px;transition:border-color .2s}.assignee-select:focus{outline:none;border-color:#4263eb;box-shadow:0 0 0 2px #4263eb1a}.progress-section{display:flex;align-items:center;gap:4px}.progress-input.simple{width:50px;padding:6px 8px;border:1px solid #dee2e6;border-radius:4px;font-size:13px;text-align:right;transition:border-color .2s}.progress-input.simple:focus{outline:none;border-color:#4263eb;box-shadow:0 0 0 2px #4263eb1a}.progress-section span{font-size:13px;color:#6c757d;font-weight:500}.btn-delete-task{width:28px;height:28px;background:#dc3545;color:#fff;border:none;border-radius:4px;font-size:16px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.btn-delete-task:hover{background:#c82333;transform:scale(1.05)}.assignees-section{display:flex;flex-direction:column;gap:8px;flex:1}.assignees-list{display:flex;flex-wrap:wrap;gap:6px}.assignee-tag{display:flex;align-items:center;gap:4px;background:#e3f2fd;border:1px solid #bbdefb;border-radius:16px;padding:4px 8px;font-size:12px;color:#1976d2}.assignee-tag span{font-weight:500}.remove-assignee{background:none;border:none;color:#1976d2;cursor:pointer;padding:0;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;transition:all .2s}.remove-assignee:hover{background:#1976d2;color:#fff}.no-assignees{color:#6c757d;font-size:13px;font-style:italic;padding:4px 0}.add-assignee-select{padding:4px 8px;border:1px solid #dee2e6;border-radius:4px;font-size:12px;background:#fff;cursor:pointer;min-width:100px;transition:border-color .2s}.add-assignee-select:focus{outline:none;border-color:#4263eb;box-shadow:0 0 0 2px #4263eb1a}.deliverable-hours-section{background:#f8f9fa;padding:16px;border-radius:6px;margin-bottom:20px;border:1px solid #e9ecef}.deliverable-hours-section label{display:block;font-size:14px;font-weight:600;color:#495057;margin-bottom:8px}.hours-input-group{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.hours-summary{font-size:13px;color:#495057;font-weight:500;padding:4px 8px;background:#e9ecef;border-radius:4px}.hours-summary.over-budget{background:#fff3cd;color:#856404;border:1px solid #ffc107}.hours-warning{font-size:13px;color:#dc3545;font-weight:600;padding:4px 8px;background:#f8d7da;border:1px solid #f5c6cb;border-radius:4px}.hours-input{width:80px;padding:8px 12px;border:1px solid #dee2e6;border-radius:4px;font-size:14px;text-align:right;transition:border-color .2s}.hours-input:focus{outline:none;border-color:#4263eb;box-shadow:0 0 0 2px #4263eb1a}.hours-unit{font-size:14px;color:#6c757d;font-weight:500}.hours-large{display:flex;align-items:center;gap:8px;min-width:120px}.hours-label{font-size:13px;color:#495057;font-weight:500;white-space:nowrap}.hours-input-large{width:80px;padding:10px 12px;border:1px solid #dee2e6;border-radius:4px;font-size:16px;text-align:right;transition:border-color .2s}.hours-input-large:focus{outline:none;border-color:#4263eb;box-shadow:0 0 0 2px #4263eb1a}.hours-input-large.over-budget{border-color:#dc3545;background-color:#fff5f5}.hours-input-large.over-budget:focus{border-color:#dc3545;box-shadow:0 0 0 2px #dc35451a}.hours-unit-large{font-size:14px;color:#6c757d;font-weight:500}.task-item-large{background:#fff;border:1px solid #e9ecef;border-radius:8px;margin-bottom:16px;transition:all .2s}.task-item-large:hover{border-color:#adb5bd;box-shadow:0 2px 8px #00000014}.task-main-large{padding:20px}.task-header-row{display:grid;grid-template-columns:40px auto 1fr auto auto auto;gap:16px;align-items:center;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f1f3f4}.task-number-large{background:#4263eb;color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;flex-shrink:0}.task-dates-info{display:flex;align-items:center;flex-shrink:0}.date-range{background:#f8f9fa;color:#495057;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;border:1px solid #e9ecef}.task-name-large{font-size:16px;font-weight:600;color:#2c3e50}.task-name-input-large{flex:1;font-size:16px;font-weight:600;color:#2c3e50;padding:8px 12px;border:1px solid transparent;border-radius:4px;background:transparent;transition:all .2s}.task-name-input-large:hover{background:#f8f9fa;border-color:#dee2e6}.task-name-input-large:focus{outline:none;background:#fff;border-color:#4263eb;box-shadow:0 0 0 2px #4263eb1a}.task-name-input-large::placeholder{color:#adb5bd;font-weight:400}.progress-large{display:flex;align-items:center;gap:8px;min-width:120px}.progress-label{font-size:13px;color:#495057;font-weight:500;white-space:nowrap}.progress-input-large{width:60px;padding:8px 10px;border:1px solid #dee2e6;border-radius:4px;font-size:14px;text-align:right;transition:border-color .2s}.progress-input-large:focus{outline:none;border-color:#4263eb;box-shadow:0 0 0 2px #4263eb1a}.progress-unit-large{font-size:14px;color:#6c757d;font-weight:500}.btn-delete-task-large{width:36px;height:36px;background:#dc3545;color:#fff;border:none;border-radius:6px;font-size:18px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.btn-delete-task-large:hover{background:#c82333;transform:scale(1.05)}.assignments-row{padding-left:56px}.assignments-title-large{font-size:14px;font-weight:600;color:#495057;margin-bottom:12px}.assignments-grid{display:grid;grid-template-columns:1fr auto;gap:16px;align-items:start}.current-assignments{display:flex;flex-direction:column;gap:8px}.assignment-card{display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center;padding:12px 16px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;transition:all .2s}.assignment-card:hover{background:#e9ecef}.assignment-details{display:flex;flex-direction:column;gap:2px}.assignment-name{font-size:14px;font-weight:500;color:#2c3e50}.assignment-role{font-size:12px;color:#6c757d;text-transform:capitalize}.assignment-workload{display:flex;align-items:center;gap:4px;font-size:13px;color:#495057;white-space:nowrap}.workload-value{font-weight:600;color:#4263eb}.btn-remove-assignment{width:24px;height:24px;background:#dc3545;color:#fff;border:none;border-radius:50%;font-size:12px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.btn-remove-assignment:hover{background:#c82333;transform:scale(1.1)}.add-assignment-section{display:flex;flex-direction:column;gap:8px;min-width:250px}.add-assignment-select{padding:10px 12px;border:1px solid #dee2e6;border-radius:6px;font-size:14px;background:#fff;cursor:pointer;transition:border-color .2s}.add-assignment-select:focus{outline:none;border-color:#4263eb;box-shadow:0 0 0 2px #4263eb1a}.add-assignment-select:disabled{background-color:#f8f9fa;color:#6c757d;cursor:not-allowed;opacity:.6}.no-assignments-large{text-align:center;padding:24px;color:#6c757d;font-style:italic;background:#f8f9fa;border:1px dashed #dee2e6;border-radius:6px;font-size:14px}.empty-tasks-large{text-align:center;padding:60px 20px;color:#6c757d;background:#f8f9fa;border-radius:8px;border:1px dashed #dee2e6}.empty-tasks-large p{margin:0 0 12px;font-size:18px;font-weight:600}.empty-tasks-large small{font-size:14px;opacity:.8}@media(max-width:1024px){.task-modal-content.simple{max-width:95%;margin:20px}.task-header-row{grid-template-columns:40px 1fr auto auto;gap:12px}.assignments-grid{grid-template-columns:1fr;gap:12px}.add-assignment-section{min-width:auto}}@media(max-width:768px){.task-modal-content.simple{width:95%;max-width:none;margin:10px;max-height:85vh}.task-modal-header.compact{flex-direction:column;align-items:stretch;gap:12px}.header-title-section{width:100%}.header-dates-section{width:100%;min-width:100%}.task-header-row{grid-template-columns:32px 1fr;gap:12px}.progress-large,.btn-delete-task-large{grid-column:1 / -1;justify-self:end;margin-top:8px}.assignment-card{grid-template-columns:1fr auto;gap:8px}.assignment-workload{grid-column:1 / -1;justify-self:start;margin-top:4px}.assignments-row{padding-left:0}.add-task-input{flex-direction:column;gap:8px}.btn-add-task,.task-name-input{width:100%}}.searchable-multi-select{position:relative;width:100%}.selected-tags-container{display:flex;align-items:center;gap:.5rem;padding:.5rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;min-height:42px;flex-wrap:wrap;transition:all .2s}.selected-tags-container:hover:not(.searchable-multi-select.disabled .selected-tags-container){border-color:#9ca3af}.searchable-multi-select.open .selected-tags-container{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.searchable-multi-select.disabled .selected-tags-container{background:#f3f4f6;cursor:not-allowed}.placeholder-text{font-size:.875rem;color:#9ca3af;cursor:pointer;flex:1}.selected-tags{display:flex;flex-wrap:wrap;gap:.375rem;flex:1}.selected-tag{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .5rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:4px;font-size:.8125rem;color:#1e40af;transition:all .2s}.selected-tag:hover{background:#dbeafe;border-color:#93c5fd}.tag-label{font-weight:500}.tag-remove-btn{display:flex;align-items:center;justify-content:center;padding:0;background:transparent;border:none;color:#3b82f6;cursor:pointer;border-radius:2px;transition:all .2s}.tag-remove-btn:hover:not(:disabled){color:#1e40af;background:#3b82f61a}.tag-remove-btn:disabled{cursor:not-allowed;opacity:.5}.add-more-btn{display:inline-flex;align-items:center;padding:.25rem .625rem;background:#fff;border:1px solid #d1d5db;border-radius:4px;font-size:.8125rem;color:#6b7280;cursor:pointer;transition:all .2s;white-space:nowrap}.add-more-btn:hover{background:#f9fafb;border-color:#9ca3af;color:#374151}.clear-all-btn{display:flex;align-items:center;justify-content:center;padding:.25rem;background:transparent;border:none;color:#6b7280;cursor:pointer;border-radius:4px;transition:all .2s;flex-shrink:0}.clear-all-btn:hover{background:#fee2e2;color:#dc2626}.multi-select-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:1000;max-height:320px;display:flex;flex-direction:column}.option-item{display:flex;align-items:center;justify-content:space-between;padding:.625rem .875rem;font-size:.875rem;color:#374151;cursor:pointer;transition:background .15s}.add-indicator{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:#3b82f6;color:#fff;border-radius:50%;font-size:1rem;font-weight:600;transition:all .2s}.option-item:hover .add-indicator{background:#2563eb;transform:scale(1.1)}@media(max-width:768px){.selected-tag{font-size:.75rem;padding:.1875rem .375rem}.add-more-btn{font-size:.75rem;padding:.1875rem .5rem}}.task-drawer{position:fixed;top:0;right:-600px;width:600px;height:100vh;background:#fff;box-shadow:-4px 0 12px #00000026;z-index:1000;display:flex;flex-direction:column;transition:right .3s ease}.task-drawer.open{right:0}.progress-slider{width:100%;height:8px;border-radius:4px;background:#e5e7eb;outline:none;-webkit-appearance:none;appearance:none}.progress-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#3b82f6;cursor:pointer;transition:all .2s}.progress-slider::-webkit-slider-thumb:hover{background:#2563eb;transform:scale(1.1)}.progress-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#3b82f6;cursor:pointer;border:none;transition:all .2s}.progress-slider::-moz-range-thumb:hover{background:#2563eb;transform:scale(1.1)}.progress-bar-preview{margin-top:.75rem;height:12px;background:#e5e7eb;border-radius:6px;overflow:hidden}.progress-bar-fill{height:100%;background:linear-gradient(90deg,#10b981,#059669);transition:width .3s ease;border-radius:6px}@media(max-width:768px){.task-drawer{width:100%;right:-100%}}.status-badge{display:inline-flex;align-items:center;justify-content:center;font-weight:500;border-radius:9999px;border:1px solid;white-space:nowrap;transition:all .2s}.status-badge-sm{padding:2px 8px;font-size:11px;line-height:1.2}.status-badge-md{padding:4px 12px;font-size:13px;line-height:1.4}.status-badge-lg{padding:6px 16px;font-size:14px;line-height:1.5}.status-badge:hover{opacity:.9;transform:scale(1.02)}.status-selector-container{display:flex;flex-direction:column;gap:6px}.status-selector-label{font-size:14px;font-weight:500;color:#374151}.status-selector-wrapper{position:relative;display:inline-block}.status-selector{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.status-selector:disabled{cursor:not-allowed}.status-reason-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .2s}.status-reason-modal{background:#fff;border-radius:12px;padding:24px;max-width:500px;width:90%;box-shadow:0 20px 25px -5px #0000001a;animation:slideUp .3s}.status-reason-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.status-reason-header h3{margin:0;font-size:18px;font-weight:600;color:#111827}.status-reason-text{margin:0 0 16px;color:#6b7280;font-size:14px}.status-reason-textarea{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;margin-bottom:20px}.status-reason-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.status-reason-actions{display:flex;gap:12px;justify-content:flex-end}.status-reason-btn{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none}.status-reason-btn.cancel{background:#f3f4f6;color:#374151}.status-reason-btn.cancel:hover{background:#e5e7eb}.status-reason-btn.confirm{background:#3b82f6;color:#fff}.status-reason-btn.confirm:hover{background:#2563eb}.project-edit-drawer{position:fixed;top:0;right:-500px;width:500px;height:100vh;background:#fff;box-shadow:-4px 0 12px #00000026;z-index:1000;display:flex;flex-direction:column;transition:right .3s ease}.project-edit-drawer.open{right:0}.drawer-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.drawer-header h2{margin:0;font-size:1.25rem;font-weight:600;color:#111827}.drawer-close-btn{background:transparent;border:none;color:#6b7280;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s}.drawer-section h3{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#374151;margin:0 0 1rem}.error-message{display:block;font-size:.75rem;color:#ef4444;margin-top:.25rem}.form-row-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.drawer-roles-link{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;transition:all .2s}.drawer-roles-link:hover{background:#e5e7eb;border-color:#3b82f6}.drawer-roles-link svg:first-child{color:#3b82f6;flex-shrink:0}.roles-link-content{flex:1}.roles-link-content strong{display:block;font-size:.875rem;font-weight:600;color:#111827;margin-bottom:.25rem}.roles-link-content p{margin:0;font-size:.75rem;color:#6b7280}.roles-link-icon{color:#9ca3af;flex-shrink:0}@media(max-width:768px){.project-edit-drawer{width:100%;right:-100%}.form-row-2{grid-template-columns:1fr}}.searchable-select{position:relative;width:100%}.select-control{display:flex;align-items:center;justify-content:space-between;padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;cursor:pointer;transition:all .2s;min-height:42px}.select-control:hover:not(.searchable-select.disabled .select-control){border-color:#9ca3af}.searchable-select.open .select-control{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.searchable-select.disabled .select-control{background:#f3f4f6;cursor:not-allowed;color:#9ca3af}.select-value{flex:1;font-size:.875rem;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.searchable-select.disabled .select-value{color:#9ca3af}.select-actions{display:flex;align-items:center;gap:.25rem;margin-left:.5rem}.clear-btn{display:flex;align-items:center;justify-content:center;padding:.25rem;background:transparent;border:none;color:#6b7280;cursor:pointer;border-radius:4px;transition:all .2s}.clear-btn:hover{background:#f3f4f6;color:#374151}.dropdown-indicator{display:flex;align-items:center;color:#6b7280;transition:transform .2s}.searchable-select.open .dropdown-indicator{transform:rotate(180deg)}.select-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:1000;max-height:320px;display:flex;flex-direction:column}.search-box{position:relative;padding:.75rem;border-bottom:1px solid #e5e7eb}.search-icon{position:absolute;left:1.25rem;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.search-input{width:100%;padding:.5rem .75rem .5rem 2.25rem;border:1px solid #d1d5db;border-radius:4px;font-size:.875rem;outline:none;transition:all .2s}.search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.options-list{overflow-y:auto;max-height:240px}.option-item{padding:.625rem .875rem;font-size:.875rem;color:#374151;cursor:pointer;transition:background .15s}.option-item:hover{background:#f3f4f6}.option-item.selected{background:#eff6ff;color:#2563eb;font-weight:500}.no-options{padding:1rem;text-align:center;font-size:.875rem;color:#9ca3af}.options-list::-webkit-scrollbar{width:8px}.options-list::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.options-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.options-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.project-roles-drawer{position:fixed;top:0;right:-600px;width:600px;height:100vh;background:#fff;box-shadow:-4px 0 12px #00000026;z-index:1000;display:flex;flex-direction:column;transition:right .3s ease}.project-roles-drawer.open{right:0}.form-group input[type=text],.form-group input[type=date],.form-group input[type=number],.form-group select,.form-group textarea{width:100%;padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;color:#111827;background:#fff;transition:all .2s}.drawer-full-page-link{display:flex;align-items:center;gap:1rem;padding:1rem;background:#eff6ff;border:1px solid #3b82f6;border-radius:6px;cursor:pointer;transition:all .2s;margin-top:2rem}.drawer-full-page-link:hover{background:#dbeafe;border-color:#2563eb;transform:translateY(-1px);box-shadow:0 2px 8px #3b82f633}.drawer-full-page-link svg:first-child{color:#3b82f6;flex-shrink:0}.drawer-full-page-link>div{flex:1}.drawer-full-page-link strong{display:block;font-size:.875rem;font-weight:600;color:#1e40af;margin-bottom:.25rem}.drawer-full-page-link p{margin:0;font-size:.75rem;color:#1e40af}.drawer-full-page-link svg:last-child{color:#3b82f6;flex-shrink:0}.drawer-content::-webkit-scrollbar{width:8px}.drawer-content::-webkit-scrollbar-track{background:#f3f4f6}.drawer-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.drawer-content::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media(max-width:768px){.project-roles-drawer{width:100%;right:-100%}}.drawer-section .form-group{margin-bottom:1.5rem}.deliverable-drawer{position:fixed;top:0;right:-600px;width:600px;height:100vh;background:#fff;box-shadow:-4px 0 12px #00000026;z-index:1000;display:flex;flex-direction:column;transition:right .3s ease}.deliverable-drawer.open{right:0}.drawer-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.drawer-header h2{margin:0 0 .25rem;font-size:1.25rem;font-weight:600;color:#111827}.drawer-subtitle{margin:0;font-size:.875rem;color:#6b7280;font-weight:400}.drawer-close-btn{background:transparent;border:none;color:#6b7280;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s;flex-shrink:0}.drawer-close-btn:hover{background:#e5e7eb;color:#111827}.drawer-content{flex:1;overflow-y:auto;padding:1.5rem}.drawer-content-form{flex:1;display:flex;flex-direction:column;min-height:0}.drawer-sections-container{flex:1;overflow-y:auto;padding:1.5rem}.drawer-section:last-of-type{margin-bottom:0}.drawer-section h3{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#374151;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb}.form-group{margin-bottom:1.25rem}.form-group input[type=text],.form-group input[type=number],.form-group select,.form-group textarea{width:100%;padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;color:#111827;background:#fff;transition:all .2s}.form-group input[type=text]:focus,.form-group input[type=number]:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.hours-input-group{display:flex;align-items:center;gap:.5rem}.hours-input-group input{flex:1;width:auto}.hours-unit{font-size:.875rem;color:#6b7280;font-weight:500}.status-preview{margin-top:.5rem;padding:.5rem .75rem;border-radius:6px;color:#fff;font-size:.8125rem;font-weight:600;text-align:center;text-transform:uppercase;letter-spacing:.5px}.validation-info{background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;padding:1rem}.info-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.info-row:not(:last-child){border-bottom:1px solid #e5e7eb}.info-label{font-size:.875rem;font-weight:500;color:#6b7280}.info-value{font-size:.875rem;font-weight:600;color:#111827}.field-help{display:block;font-size:.75rem;color:#6b7280;margin-top:.375rem;line-height:1.4}.drawer-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb}.drawer-content::-webkit-scrollbar,.drawer-sections-container::-webkit-scrollbar{width:8px}.drawer-content::-webkit-scrollbar-track,.drawer-sections-container::-webkit-scrollbar-track{background:#f3f4f6}.drawer-content::-webkit-scrollbar-thumb,.drawer-sections-container::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.drawer-content::-webkit-scrollbar-thumb:hover,.drawer-sections-container::-webkit-scrollbar-thumb:hover{background:#9ca3af}.date-presets{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.btn-preset{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .875rem;border:1px solid #d1d5db;background:#fff;color:#374151;font-size:.8125rem;font-weight:500;border-radius:6px;cursor:pointer;transition:all .2s}.btn-preset:hover{background:#f3f4f6;border-color:#9ca3af}.btn-preset-primary{background:#dbeafe;border-color:#93c5fd;color:#1e40af}.btn-preset-primary:hover{background:#bfdbfe;border-color:#60a5fa}.mini-timeline{margin-top:1rem;padding:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.mini-timeline-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.mini-timeline-title{font-size:.8125rem;font-weight:600;color:#374151}.mini-timeline-dates{font-size:.75rem;color:#6b7280}.mini-timeline-track{position:relative;height:60px;background:#fff;border:1px solid #e5e7eb;border-radius:4px;overflow:visible}.mini-timeline-bounds{position:absolute;top:0;height:100%;background:repeating-linear-gradient(90deg,#f3f4f6 0px,#f3f4f6 10px,transparent 10px,transparent 20px);pointer-events:none}.mini-timeline-bar{position:absolute;top:50%;transform:translateY(-50%);height:28px;border-radius:4px;display:flex;align-items:center;padding:0 .5rem;box-shadow:0 1px 3px #0000001a;transition:all .2s;cursor:help}.mini-timeline-bar:hover{transform:translateY(-50%) scale(1.02);box-shadow:0 2px 6px #00000026;z-index:10}.mini-timeline-existing{background:#93c5fd;border:1px solid #60a5fa}.mini-timeline-new{background:#86efac;border:2px solid #22c55e;height:32px;font-weight:600}.mini-timeline-label{font-size:.6875rem;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:500}.mini-timeline-new .mini-timeline-label{font-weight:600}.project-boundary-warning{margin-top:1rem;padding:1rem;background:#fef3c7;border:1px solid #fbbf24;border-radius:8px}.warning-header{display:flex;align-items:flex-start;gap:.5rem;color:#92400e;margin-bottom:.75rem}.warning-header svg{flex-shrink:0;margin-top:.125rem}.warning-header span{font-size:.875rem;font-weight:500;line-height:1.5}.warning-actions{display:flex;align-items:center;gap:.75rem}.btn-warning-action{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;background:#f59e0b;color:#fff;border:none;border-radius:6px;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-warning-action:hover:not(:disabled){background:#d97706}.btn-warning-action:disabled{background:#d1d5db;cursor:not-allowed}.warning-hint{font-size:.75rem;color:#92400e;font-style:italic}@media(max-width:768px){.deliverable-drawer{width:100%;right:-100%}.date-presets{flex-direction:column}.btn-preset{width:100%;justify-content:center}}.employee-management{width:95%;max-width:1200px;max-height:90vh}.management-toolbar{padding:16px 20px;border-bottom:1px solid #e9ecef;background:#f8f9fa}.employee-form{padding:20px;background:#f8f9fa;border-bottom:1px solid #e9ecef;margin:0}.employee-form h3{margin:0 0 16px;color:#495057}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:16px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:14px;font-weight:500;color:#495057;display:flex;align-items:center;gap:8px}.form-group input[type=text],.form-group input[type=email]{padding:8px 12px;border:1px solid #dee2e6;border-radius:4px;font-size:14px;transition:border-color .2s}.form-group input[type=text]:focus,.form-group input[type=email]:focus{outline:none;border-color:#4263eb;box-shadow:0 0 0 2px #4263eb1a}.form-group input[type=checkbox]{width:auto}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:20px;padding-top:16px;border-top:1px solid #dee2e6}.form-actions button{padding:8px 20px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;border:none}.form-actions button[type=button]{background:#6c757d;color:#fff}.form-actions button[type=button]:hover{background:#5a6268}.form-actions button[type=submit]{background:#4263eb;color:#fff}.form-actions button[type=submit]:hover:not(:disabled){background:#364fc7}.form-actions button:disabled{background:#adb5bd;cursor:not-allowed}.employees-list{flex:1;overflow-y:auto;padding:20px}.employees-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a}.employees-table th{background:#f8f9fa;padding:12px 16px;text-align:left;font-size:14px;font-weight:600;color:#495057;border-bottom:1px solid #dee2e6}.employees-table td{padding:12px 16px;border-bottom:1px solid #f1f3f5;font-size:14px;color:#495057}.employees-table tr:hover{background:#f8f9fa}.employees-table tr.inactive{opacity:.6}.status{display:inline-block;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;text-transform:uppercase}.status.active{background:#d4edda;color:#155724}.status.inactive{background:#f8d7da;color:#721c24}.btn-edit,.btn-delete{padding:4px 8px;margin:0 4px;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:all .2s}.btn-edit{background:#17a2b8;color:#fff}.btn-edit:hover:not(:disabled){background:#138496}.btn-delete{background:#dc3545;color:#fff}.btn-delete:hover:not(:disabled){background:#c82333}.btn-edit:disabled,.btn-delete:disabled{background:#adb5bd;cursor:not-allowed}.loading,.empty-state{text-align:center;padding:40px;color:#6c757d;font-style:italic}.btn-primary{padding:8px 16px;background:#4263eb;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary:hover{background:#364fc7}.btn-view{padding:6px 12px;background:#38a169;color:#fff;border:none;border-radius:4px;font-size:12px;cursor:pointer;transition:all .2s;margin-right:8px}.btn-view:hover{background:#2f855a}.read-only-badge{background:#e2e8f0;color:#4a5568;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;border:2px solid #cbd5e0}.read-only-text{font-size:11px;color:#718096;font-style:italic;margin-left:8px}.read-only-notice{background:#f7fafc;border:1px solid #e2e8f0;border-radius:6px;padding:12px;margin:16px 0;color:#4a5568}.read-only-notice p{margin:0;font-size:14px}.form-group input:disabled,.form-group input[type=checkbox]:disabled{background:#f7fafc!important;color:#718096!important;cursor:not-allowed;border-color:#e2e8f0;opacity:.8}.workload-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.workload-content{background:#fff;border-radius:8px;width:95%;max-width:1400px;height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 40px #0003;overflow:hidden}.workload-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e9ecef;background:#f8f9fa}.workload-header h2{margin:0;font-size:24px;color:#2c3e50}.workload-close{background:none;border:none;font-size:28px;color:#6c757d;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.workload-close:hover{background:#e9ecef;color:#495057}.workload-controls{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e9ecef;background:#fff}.period-controls{display:flex;align-items:center;gap:12px}.nav-btn{width:36px;height:36px;background:#fff;border:1px solid #dee2e6;border-radius:4px;font-size:18px;color:#495057;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.nav-btn:hover{background:#e9ecef;border-color:#adb5bd}.current-period{font-size:16px;font-weight:600;color:#2c3e50;min-width:200px;text-align:center}.today-btn{padding:8px 16px;background:#4263eb;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.today-btn:hover{background:#364fc7}.view-controls{display:flex;gap:8px}.view-btn{padding:8px 16px;background:#fff;border:1px solid #dee2e6;border-radius:4px;font-size:14px;color:#495057;cursor:pointer;transition:all .2s}.view-btn:hover{background:#e9ecef}.view-btn.active{background:#4263eb;color:#fff;border-color:#4263eb}.workload-legend{display:flex;justify-content:center;gap:20px;padding:12px 20px;background:#f8f9fa;border-bottom:1px solid #e9ecef}.legend-item{display:flex;align-items:center;gap:6px;font-size:13px;color:#495057}.legend-color{width:16px;height:16px;border-radius:3px;border:1px solid #dee2e6}.workload-table-container{flex:1;overflow:auto;background:#fff}.loading-state{display:flex;align-items:center;justify-content:center;height:200px;color:#6c757d;font-style:italic}.workload-table{width:100%;border-collapse:collapse;font-size:12px}.workload-table th,.workload-table td{border:1px solid #e9ecef;text-align:center;vertical-align:middle}.employee-header{width:200px;background:#f8f9fa;font-weight:600;color:#495057;padding:12px;position:sticky;left:0;z-index:10}.week-header{background:#f1f3f5;font-weight:600;color:#495057;padding:8px 4px;font-size:13px}.day-header{background:#f8f9fa;padding:6px 4px;min-width:50px;font-weight:500;color:#6c757d}.day-header.weekend{background:#e9ecef;color:#adb5bd;font-style:italic}.day-label{font-size:11px;text-transform:uppercase;letter-spacing:.5px}.day-number{font-size:13px;font-weight:600;color:#495057;margin-top:2px}.employee-row:hover{background:#4263eb0d}.employee-cell{background:#fff;padding:8px 12px;position:sticky;left:0;z-index:5;border-right:2px solid #dee2e6}.employee-info{text-align:left}.employee-name{color:#2c3e50;font-size:14px;cursor:pointer;text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color .2s}.employee-name:hover{text-decoration-color:#4263eb}.employee-role{font-size:11px;color:#6c757d;font-style:italic;margin-top:2px}.workload-cell{padding:4px 2px;min-width:50px;height:40px;font-size:11px;font-weight:500;color:#495057;transition:all .2s;cursor:help}.workload-cell:hover{border-color:#4263eb;box-shadow:inset 0 0 0 1px #4263eb}.workload-cell.weekend{background:#f1f3f5!important;color:#adb5bd}.employee-details-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1100}.employee-details-content{background:#fff;border-radius:8px;width:90%;max-width:600px;max-height:80vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 40px #0000004d}.employee-details-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e9ecef;background:#f8f9fa}.employee-details-header h3{margin:0;font-size:20px;color:#2c3e50}.close-details-btn{background:none;border:none;font-size:24px;color:#6c757d;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.close-details-btn:hover{background:#e9ecef;color:#495057}.employee-details-body{flex:1;overflow-y:auto;padding:20px}.employee-summary{margin-bottom:24px;padding:16px;background:#f8f9fa;border-radius:6px}.summary-item{display:flex;margin-bottom:8px;align-items:center}.summary-item label{font-weight:600;color:#495057;min-width:80px;margin-right:12px}.summary-item span{color:#2c3e50}.workload-details h4{margin:0 0 16px;font-size:16px;color:#495057}.workload-items{display:flex;flex-direction:column;gap:12px}.workload-item{background:#fff;border:1px solid #e9ecef;border-radius:6px;padding:12px}.workload-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.workload-item-header strong{color:#2c3e50;font-size:14px}.workload-days{background:#4263eb;color:#fff;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:600}.workload-item-details{display:flex;justify-content:space-between;align-items:center;font-size:13px;color:#6c757d}.project-name{font-weight:500;color:#495057}.workload-period{font-style:italic}.no-workload{text-align:center;padding:40px 20px;color:#6c757d;font-style:italic;background:#f8f9fa;border:1px dashed #dee2e6;border-radius:6px}@media(max-width:1024px){.workload-content{width:98%;height:95vh}.workload-controls{flex-direction:column;gap:12px;align-items:stretch}.period-controls{justify-content:center}.workload-legend{flex-wrap:wrap;gap:12px}.workload-table{font-size:11px}.day-header{min-width:40px}.workload-cell{height:35px}}@media(max-width:768px){.workload-overlay{padding:10px}.workload-header{padding:16px}.workload-header h2{font-size:20px}.employee-header{width:150px}.workload-legend{padding:8px 16px}.legend-item{font-size:12px}}.drawer-overlay{position:fixed;inset:0;background:#00000080;z-index:999;opacity:1;transition:opacity .3s ease}.link-management-drawer{position:fixed;top:0;right:-600px;width:600px;height:100vh;background:#fff;box-shadow:-4px 0 12px #00000026;z-index:1000;display:flex;flex-direction:column;transition:right .3s ease}.link-management-drawer.open{right:0}.link-management-drawer .drawer-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.link-management-drawer .drawer-header h2{margin:0 0 .25rem;font-size:1.25rem;font-weight:600;color:#111827}.link-management-drawer .drawer-subtitle{margin:0;font-size:.875rem;color:#6b7280;font-weight:400}.link-management-drawer .drawer-close-btn{background:transparent;border:none;color:#6b7280;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s;flex-shrink:0;font-size:24px;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.link-management-drawer .drawer-close-btn:hover{background:#e5e7eb;color:#111827}.link-management-drawer .drawer-content{padding:1.5rem;flex:1;overflow-y:auto}.no-links{text-align:center;padding:40px 20px;color:#6c757d}.no-links p{margin:0 0 16px;font-size:16px}.help-text{font-size:14px;font-style:italic}.links-list h4{margin:0 0 20px;color:#495057;font-size:16px;font-weight:600}.link-item{display:flex;align-items:center;justify-content:space-between;padding:16px;border:1px solid #e9ecef;border-radius:8px;margin-bottom:12px;background:#f8f9fa;transition:all .2s ease}.link-item:hover{background:#e9ecef;border-color:#dee2e6}.link-details{flex:1;display:flex;flex-direction:column;gap:8px}.link-connection{display:flex;align-items:center;gap:12px;font-weight:500}.item-name{padding:4px 8px;border-radius:4px;font-size:14px}.item-name.current{background:#e3f2fd;color:#1976d2;font-weight:600}.item-name.other{background:#f3e5f5;color:#7b1fa2}.link-arrow{font-size:16px;color:#6c757d;font-weight:700}.link-info{display:flex;align-items:center;gap:12px;font-size:13px;color:#6c757d}.link-type{background:#fff3cd;color:#856404;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500}.lag-days{background:#d1ecf1;color:#0c5460;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500}.item-types{display:flex;gap:8px;align-items:center}.item-type{font-size:16px}.delete-link-button{background:#dc3545;color:#fff;border:none;border-radius:50%;width:36px;height:36px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;font-size:14px;margin-left:16px}.delete-link-button:hover{background:#c82333;transform:scale(1.1)}.delete-link-button:active{transform:scale(.95)}.link-management-drawer .drawer-footer{padding:1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb;display:flex;justify-content:flex-end}.link-management-drawer .btn-secondary{background:#fff;color:#374151;border:1px solid #d1d5db;padding:.625rem 1.25rem;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s}.link-management-drawer .btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.link-management-drawer .drawer-content::-webkit-scrollbar{width:8px}.link-management-drawer .drawer-content::-webkit-scrollbar-track{background:#f3f4f6}.link-management-drawer .drawer-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.link-management-drawer .drawer-content::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media(max-width:768px){.link-management-drawer{width:100%;right:-100%}.link-item{flex-direction:column;align-items:flex-start;gap:12px}.delete-link-button{align-self:flex-end;margin-left:0}.link-connection{flex-wrap:wrap}}.project-drawer-overlay{position:fixed;inset:0;background:#00000080;z-index:1000;opacity:0;transition:opacity .3s ease}.project-drawer-overlay.open{opacity:1}.project-drawer{position:fixed;top:0;right:-600px;width:600px;height:100vh;background:#fff;box-shadow:-4px 0 12px #00000026;z-index:1001;display:flex;flex-direction:column;transition:right .3s ease}.project-drawer.open{right:0}.drawer-header{padding:1.5rem;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;align-items:center;background:#f8f9fa}.drawer-header-content{flex:1}.drawer-title{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.drawer-project-color{width:16px;height:16px;border-radius:50%}.drawer-title h2{margin:0;font-size:1.5rem;color:#2c3e50}.drawer-dates{font-size:.875rem;color:#6c757d;display:flex;align-items:center;gap:.5rem}.btn-close-drawer{width:36px;height:36px;border:1px solid #dee2e6;background:#fff;border-radius:4px;cursor:pointer;color:#495057;transition:all .2s;display:flex;align-items:center;justify-content:center}.btn-close-drawer:hover{background:#e9ecef;border-color:#adb5bd}.drawer-body{flex:1;overflow-y:auto;padding:1.5rem}.drawer-section{margin-bottom:2rem}.drawer-section h3{font-size:1.125rem;color:#2c3e50;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.project-overview{background:#f8f9fa;padding:1.5rem;border-radius:8px;border:1px solid #e9ecef}.overview-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.overview-item{text-align:center}.overview-value{font-size:2rem;font-weight:600;color:#4263eb;display:block;margin-bottom:.25rem}.overview-label{font-size:.875rem;color:#6c757d;text-transform:uppercase;letter-spacing:.5px}.progress-section{margin-top:1rem}.progress-label{display:flex;justify-content:space-between;font-size:.875rem;color:#495057;margin-bottom:.5rem;font-weight:500}.progress-bar-container{width:100%;height:12px;background:#e9ecef;border-radius:6px;overflow:hidden}.progress-bar{height:100%;background:linear-gradient(90deg,#4263eb,#5a7aef);border-radius:6px;transition:width .3s ease}.deliverables-list{display:flex;flex-direction:column;gap:1rem}.deliverable-card{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:1rem;transition:all .2s}.deliverable-card:hover{border-color:#4263eb;box-shadow:0 2px 8px #4263eb1a}.deliverable-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;cursor:pointer}.deliverable-title{display:flex;align-items:center;gap:.5rem;flex:1}.deliverable-title h4{margin:0;font-size:1rem;color:#2c3e50}.deliverable-status{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.deliverable-status.completed{background:#d1f4e0;color:#0f6938}.deliverable-status.in_progress{background:#cfe2ff;color:#084298}.deliverable-status.pending{background:#f8f9fa;color:#6c757d}.deliverable-dates{font-size:.8rem;color:#6c757d;margin-bottom:.5rem}.deliverable-progress{margin-top:.75rem}.deliverable-progress .progress-bar-container{height:6px}.tasks-list{margin-top:.75rem;padding-left:1rem;border-left:2px solid #e9ecef}.tasks-list.collapsed{display:none}.task-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f1f3f5}.task-item:last-child{border-bottom:none}.task-name{font-size:.875rem;color:#495057;flex:1}.task-progress{font-size:.75rem;color:#28a745;font-weight:600;margin-left:1rem}.task-assignees{display:flex;gap:.25rem;margin-left:.5rem}.task-assignee-badge{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;background:#4263eb;color:#fff;border-radius:50%;font-size:.7rem;font-weight:600;cursor:help}.drawer-actions{padding:1rem 1.5rem;border-top:1px solid #e9ecef;background:#f8f9fa;display:flex;gap:1rem}.btn-drawer-action{flex:1;padding:.75rem;border:1px solid #dee2e6;background:#fff;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#495057}.btn-drawer-action:hover{background:#e9ecef;border-color:#adb5bd}.btn-drawer-action.primary{background:#4263eb;color:#fff;border-color:#4263eb}.btn-drawer-action.primary:hover{background:#364fc7;border-color:#364fc7}.drawer-empty{text-align:center;padding:2rem;color:#6c757d}.drawer-empty p{margin:.5rem 0}.project-sidebar{position:absolute;top:0;left:0;width:250px;height:100%;background:#fff;border-right:1px solid #e2e8f0;z-index:50;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .2s ease}.project-sidebar.open{transform:translate(0)}.gantt-body.with-sidebar .gantt-main{margin-left:250px}.sidebar-toggle-btn{position:absolute;top:8px;left:8px;z-index:101;width:32px;height:32px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#475569;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;box-shadow:0 2px 4px #0000001a}.sidebar-toggle-btn:hover{background:#f1f5f9;color:#1e293b}.sidebar-toggle-btn.sidebar-open{left:258px}.sidebar-header{display:flex;flex-direction:column;justify-content:center;align-items:stretch;padding:6px 12px;height:67px;min-height:67px;border-bottom:2px solid #e2e8f0;background:#f8fafc;gap:4px}.sidebar-header-content{display:flex;align-items:center;justify-content:space-between}.sidebar-header h3{margin:0;font-size:14px;font-weight:600;color:#1e293b}.project-count{font-size:12px;color:#64748b;font-weight:500}.sidebar-actions{display:flex;gap:6px}.sidebar-action-btn{flex:1;display:flex;align-items:center;justify-content:center;padding:6px 8px;border:1px solid #e2e8f0;border-radius:4px;background:#fff;color:#64748b;cursor:pointer;transition:all .15s ease}.sidebar-action-btn:hover{background:#f1f5f9;border-color:#cbd5e1;color:#1e293b}.sidebar-project-list{flex:1;overflow-y:auto;overflow-x:hidden;padding-top:0}.sidebar-project-block{margin-bottom:8px;padding:2px}.sidebar-project-row{position:relative;display:flex;align-items:center;height:44px;margin:4px 0;padding:0 8px;gap:4px;transition:background .15s ease;background:#f8fafc;border-radius:4px}.sidebar-project-row:hover{background:#f1f5f9}.sidebar-project-row.hidden{opacity:.5}.sidebar-project-row.hidden:hover{opacity:.8}.project-checkbox{width:18px;height:18px;min-width:18px;border:2px solid #cbd5e1;border-radius:4px;background:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-left:12px;transition:all .15s ease}.project-checkbox:hover{border-color:#3b82f6}.project-checkbox.checked{background:#3b82f6;border-color:#3b82f6;color:#fff}.project-color-indicator{width:4px;height:28px;border-radius:2px;flex-shrink:0}.project-name{flex:1;font-size:13px;font-weight:500;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-left:8px;cursor:pointer}.project-name:hover{color:#1e293b}.expand-indicator{width:16px;min-width:16px;height:16px;display:flex;align-items:center;justify-content:center;color:#94a3b8;transition:transform .15s ease}.expand-indicator.expanded{color:#64748b}.project-hover-menu{position:absolute;right:4px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:2px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:4px;box-shadow:0 2px 8px #0000001a;opacity:0;visibility:hidden;transition:all .15s ease}.project-hover-menu.visible{opacity:1;visibility:visible}.hover-action-btn{width:28px;height:28px;border:none;border-radius:4px;background:transparent;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.hover-action-btn:hover{background:#f1f5f9;color:#1e293b}.hover-action-btn.hide-btn:hover{background:#fee2e2;color:#dc2626}.sidebar-deliverables-space{padding:2px 0;margin:0 0 4px}.sidebar-deliverable-row{position:relative;height:45px;display:flex;align-items:center;padding:0 8px 0 28px;border-radius:4px;transition:background .15s ease}.sidebar-deliverable-row:hover{background:#f1f5f9}.sidebar-deliverable-row .deliverable-name{flex:1;font-size:12px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.deliverable-hover-menu{position:absolute;right:4px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:2px;background:#fff;border:1px solid #e2e8f0;border-radius:4px;padding:2px;box-shadow:0 2px 6px #00000014;opacity:0;visibility:hidden;transition:all .15s ease}.deliverable-hover-menu.visible{opacity:1;visibility:visible}.hover-action-btn.small{width:24px;height:24px}.hover-action-btn:disabled{opacity:.3;cursor:not-allowed}.hover-action-btn:disabled:hover{background:transparent;color:#64748b}.hover-menu-separator{width:1px;height:16px;background:#e2e8f0;margin:0 2px}.sidebar-project-list::-webkit-scrollbar{width:6px}.sidebar-project-list::-webkit-scrollbar-track{background:transparent}.sidebar-project-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.sidebar-project-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.gantt-container{width:100%;height:100%;display:flex;flex-direction:column;background:#f8f9fa;overflow:hidden}.gantt-header{height:60px;background:#fff;border-bottom:1px solid #dee2e6;display:flex;justify-content:center;align-items:center;padding:0 20px;box-shadow:0 1px 3px #0000000d}.gantt-controls{display:flex;align-items:center;gap:20px}.btn-new-project{padding:8px 16px;background:#4263eb;color:#fff;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;margin-right:12px}.btn-new-project:hover{background:#364fc7;transform:translateY(-1px);box-shadow:0 2px 8px #4263eb4d}.btn-today{width:32px;height:32px;border:1px solid #dee2e6;background:#fff;border-radius:4px;font-size:16px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;margin-right:20px}.btn-today:hover{background:#f8f9fa;border-color:#adb5bd;transform:translateY(-1px)}.nav-btn{width:32px;height:32px;border:1px solid #dee2e6;background:#fff;border-radius:4px;cursor:pointer;color:#495057;transition:all .2s;display:flex;align-items:center;justify-content:center}.nav-btn:hover{background:#f1f3f5;border-color:#adb5bd}.current-period{font-size:14px;font-weight:500;color:#495057;min-width:150px;text-align:center}.zoom-controls{display:flex;align-items:center;gap:8px;padding-left:20px;border-left:1px solid #dee2e6}.zoom-btn{width:28px;height:28px;border:1px solid #dee2e6;background:#fff;border-radius:4px;cursor:pointer;font-size:16px;color:#495057;display:flex;align-items:center;justify-content:center;transition:all .2s}.zoom-btn:hover{background:#f1f3f5}.zoom-btn:disabled{opacity:.5;cursor:not-allowed;background:#f8f9fa}.zoom-btn:disabled:hover{background:#f8f9fa}.zoom-level{font-size:13px;color:#6c757d;min-width:65px;text-align:center}.btn-link-mode{width:32px;height:32px;border:1px solid #dee2e6;background:#fff;border-radius:4px;cursor:pointer;color:#495057;transition:all .2s;display:flex;align-items:center;justify-content:center;margin-left:16px}.btn-link-mode:hover{background:#f1f3f5;border-color:#adb5bd;transform:translateY(-1px)}.btn-link-mode.active{background:#dc3545;color:#fff;border-color:#dc3545;box-shadow:0 0 0 2px #dc354540}.btn-link-mode.active:hover{background:#c82333;border-color:#c82333}.gantt-container.linking-mode{cursor:crosshair}.gantt-container.linking-mode .gantt-bar{transition:all .2s}.gantt-container.linking-mode .gantt-bar:hover{border:2px solid #007bff;box-shadow:0 0 0 2px #007bff40}.gantt-bar.link-source{border:2px solid #28a745!important;box-shadow:0 0 0 2px #28a74540!important}.linking-status{position:fixed;top:80px;left:50%;transform:translate(-50%);background:#000000d9;color:#fff;padding:12px 16px;border-radius:8px;font-size:14px;z-index:1000;pointer-events:auto;min-width:300px;box-shadow:0 4px 12px #0000004d}.linking-message{margin-bottom:8px;font-weight:500}.linking-controls{display:flex;align-items:center;justify-content:center}.lag-input-group{display:flex;align-items:center;gap:8px;font-size:13px}.lag-input-group label{font-weight:500;white-space:nowrap}.lag-input{width:60px;padding:4px 6px;border:1px solid #666;border-radius:4px;background:#ffffffe6;color:#333;font-size:13px;text-align:center}.lag-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.lag-hint{font-size:12px;opacity:.8;font-style:italic;white-space:nowrap}.gantt-links-svg{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:5}.link-line{transition:stroke-width .2s,opacity .2s,stroke .2s;cursor:pointer!important;pointer-events:stroke!important;stroke-linecap:round;stroke-linejoin:round}.link-line:hover{stroke-width:3;opacity:.9}.link-line.selected{stroke-width:3;stroke-dasharray:5,5;animation:dash-animation 1s linear infinite}.link-line.backward{stroke:#ff8c00!important;stroke-dasharray:5,3;opacity:.6;stroke-width:1.5}.link-line.backward:hover{stroke:#ff7300!important;stroke-dasharray:none;opacity:.9;stroke-width:2.5}@keyframes dash-animation{to{stroke-dashoffset:-10}}.gantt-body{flex:1;display:flex;overflow:hidden;position:relative}.gantt-main{flex:1;display:flex;flex-direction:column;overflow:hidden}.gantt-scroll-container{flex:1;overflow-y:auto;overflow-x:hidden;position:relative;scroll-behavior:auto;pointer-events:auto}.gantt-chart-wrapper{position:relative}.gantt-time-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:2px solid #dee2e6;box-shadow:0 2px 4px #0000001a}.time-header-primary{height:35px;position:relative;border-bottom:1px solid #e9ecef;background:#fff}.time-header-primary-item{position:absolute;height:100%;display:flex;align-items:center;padding:0 8px;border-right:1px solid #e9ecef;font-size:13px;font-weight:600;color:#495057;text-transform:capitalize;background:#f8f9fa;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.time-header-secondary{height:30px;position:relative;background:#fff;overflow:visible;width:100%}.time-header-secondary-item{position:absolute;height:100%;display:flex;align-items:center;justify-content:center;font-size:12px;color:#495057;overflow:visible;white-space:nowrap;text-align:center;font-weight:500;box-sizing:border-box;border-right:1px solid #dee2e6;background:#fff}.time-header-secondary-item.centered-header{border-right:none;background:#f8f9fa80}.time-header-tertiary{height:25px;position:relative;background:#fff;border-top:1px solid #f1f3f5;width:100%}.time-header-tertiary-item{position:absolute;height:100%;display:flex;align-items:center;justify-content:center;font-size:10px;color:#adb5bd;font-weight:500;background:#fff}.time-header-weekend{background:#dcdce6cc;color:#495057;font-weight:600;border-left:1px solid rgba(180,180,200,.4);border-right:1px solid rgba(180,180,200,.4)}.gantt-time-header:not(:has(.time-header-secondary)) .time-header-primary{height:65px}.gantt-time-header:not(:has(.time-header-secondary)) .time-header-primary-item{font-size:14px}.gantt-grid{position:absolute;inset:0;pointer-events:auto;cursor:grab}.gantt-grid:active{cursor:grabbing}.grid-column{position:absolute;top:0;bottom:0;background:#dee2e6;width:1px;pointer-events:none;margin-left:-1px;opacity:.5}.grid-weekend{position:absolute;top:0;bottom:0;background:repeating-linear-gradient(45deg,#dcdce626,#dcdce626 10px,#dcdce640 10px 20px);border-left:1px solid rgba(180,180,200,.5);border-right:1px solid rgba(180,180,200,.5);pointer-events:none;z-index:0}.gantt-rows{position:relative;overflow:visible;cursor:grab}.gantt-rows:active,.gantt-grid:active,.timeline-dragging .gantt-rows,.timeline-dragging .gantt-grid{cursor:grabbing!important}.gantt-project{margin-bottom:8px;border-radius:6px;padding:2px;transition:background .2s}.gantt-row{height:32px;position:relative;display:block;background:transparent;border-bottom:none;transition:background .2s}.project-row{height:44px;background:transparent;border:none;margin:4px 0}.deliverable-row{height:32px;background:transparent;margin-bottom:2px;position:relative}.task-row{height:22px;font-size:11px;background:transparent;margin-bottom:1px;margin-left:0;position:relative}.task-row:before{content:"";position:absolute;left:-20px;top:50%;width:15px;height:1px;background:#dee2e6;opacity:.5}.row-label{width:300px;min-width:300px;padding:0 10px;display:flex;align-items:center;gap:8px;border-right:1px solid #dee2e6;background:#fff;position:sticky;left:0;z-index:5}.project-row .row-label{background:#f8f9fa;font-weight:600}.row-label.indented{padding-left:20px}.row-label.double-indented{padding-left:30px}.expand-icon{font-size:10px;color:#6c757d;-webkit-user-select:none;user-select:none}.row-name{flex:1;font-size:13px;color:#2c3e50;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.row-progress{font-size:11px;color:#6c757d;font-weight:500}.status-indicator{font-size:8px}.status-indicator.status-completed{color:#4caf50}.status-indicator.status-in_progress{color:#2196f3}.status-indicator.status-pending{color:#9e9e9e}.task-assignee{font-size:11px;color:#868e96;white-space:nowrap}.row-timeline{flex:1;position:relative;height:100%;min-width:0}.row-timeline-full{width:100%;position:relative;height:100%}.row-bars{flex:1;position:relative;height:100%;min-width:0}.gantt-bar{position:absolute;border-radius:3px;cursor:move;transition:transform .2s,box-shadow .2s;display:flex;align-items:center;overflow:visible;pointer-events:auto;z-index:1}.project-bar{height:40px;top:2px;box-shadow:0 2px 4px #00000026;position:relative;overflow:visible}.deliverable-bar{height:28px;top:2px;box-shadow:0 1px 2px #00000026}.task-bar{height:18px;top:1px;border-radius:2px;box-shadow:0 1px 1px #0000001a}.gantt-bar:hover{transform:scaleY(1.1);box-shadow:0 2px 4px #00000026;z-index:3}.gantt-bar.dragging{opacity:.7;box-shadow:0 4px 8px #00000040;z-index:100}.gantt-bar:before,.gantt-bar:after{content:"";position:absolute;top:0;bottom:0;width:10px;opacity:0;transition:opacity .2s;cursor:ew-resize}.gantt-bar:before{left:0;background:linear-gradient(to right,rgba(0,0,0,.2),transparent)}.gantt-bar:after{right:0;background:linear-gradient(to left,rgba(0,0,0,.2),transparent)}.gantt-bar:hover:before,.gantt-bar:hover:after{opacity:1}.context-menu{position:fixed;background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 8px #00000026;padding:4px 0;min-width:150px;z-index:1000}.context-menu-item{padding:8px 16px;cursor:pointer;font-size:14px;color:#dc3545;display:flex;align-items:center;gap:8px;transition:background-color .2s}.context-menu-item:hover{background-color:#f8f9fa}.bar-label{position:absolute;left:8px;top:50%;transform:translateY(-50%);z-index:10;color:#fff;font-size:12px;font-weight:600;padding:0 8px;white-space:nowrap;overflow:visible;text-shadow:0 1px 2px rgba(0,0,0,.3);pointer-events:none;max-width:none}.bar-label-sticky{position:sticky;left:8px;top:50%;transform:translateY(-50%);z-index:10;color:#fff;font-size:12px;font-weight:600;padding:4px 8px;background:#000000b3;border-radius:4px;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.3);pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.bar-label-project{position:absolute;top:50%;transform:translateY(-50%);z-index:10;color:#fff;font-size:12px;font-weight:600;padding:4px 8px;background:#000000b3;border-radius:4px;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.3);pointer-events:auto;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);margin-left:8px;cursor:pointer;transition:all .2s}.bar-label-project:hover{background:#000000d9;transform:translateY(-50%) scale(1.02)}.expand-icon{margin-right:8px;padding:2px;-webkit-user-select:none;user-select:none;color:#fff;font-size:10px;transition:all .2s;pointer-events:auto}.expand-icon:hover{color:#fff;opacity:1;transform:scale(1.15)}.bar-label-project .expand-icon,.bar-label-deliverable .expand-icon{cursor:pointer;pointer-events:auto}.drawer-icon{padding:2px;-webkit-user-select:none;user-select:none;color:#fffc;transition:all .2s;opacity:.8}.drawer-icon:hover{color:#fff;opacity:1;transform:scale(1.15)}.bar-label-deliverable{position:absolute;top:50%;transform:translateY(-50%);z-index:10;color:#fff;font-size:10px;font-weight:500;padding:2px 6px;background:#00000080;border-radius:3px;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.3);pointer-events:auto;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);margin-left:6px;cursor:pointer;transition:all .2s}.bar-label-deliverable:hover{background:#000000b3;transform:translateY(-50%) scale(1.05)}.bar-label-task{position:absolute;top:50%;transform:translateY(-50%);z-index:10;color:#495057;font-size:11px;font-weight:500;padding:2px 6px;white-space:nowrap;pointer-events:auto;margin-left:6px;cursor:default}.today-line{position:absolute;top:0;bottom:0;width:1px;background:#ff4757;z-index:4;pointer-events:none;box-shadow:0 0 2px #ff47574d}.today-line:before{content:"TODAY";position:absolute;top:-25px;left:-15px;width:33px;height:20px;background:#ff4757;color:#fff;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:3px}.gantt-loading{display:flex;justify-content:center;align-items:center;height:100%;font-size:16px;color:#6c757d}.gantt-scroll-container::-webkit-scrollbar{width:8px;height:8px}.gantt-scroll-container::-webkit-scrollbar-track{background:#f1f3f5}.gantt-scroll-container::-webkit-scrollbar-thumb{background:#adb5bd;border-radius:4px}.gantt-scroll-container::-webkit-scrollbar-thumb:hover{background:#868e96}.gantt-project-details{animation:slideDown .3s ease;position:relative;padding:2px 0;margin:0 0 4px}.project-deliverables-bg{position:absolute;top:0;bottom:0;border-radius:4px;z-index:0;pointer-events:none}.gantt-deliverable{position:relative;z-index:1}.gantt-tasks-container{background:linear-gradient(90deg,rgba(248,249,250,.6) 0%,transparent 50%);padding:2px 0;margin:2px 0 4px;border-left:2px dotted #dee2e6;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.bar-edit-btn{position:absolute;left:28px;top:50%;transform:translateY(-50%);width:20px;height:20px;background:#fffffff2;border:2px solid #28a745;border-radius:50%;display:flex!important;align-items:center;justify-content:center;font-size:10px;color:#28a745;cursor:pointer;transition:all .2s;z-index:2;pointer-events:auto}.bar-edit-btn:hover{background:#fff;border-color:#1e7e34;color:#1e7e34;transform:translateY(-50%) scale(1.1);box-shadow:0 2px 6px #0000004d}.project-bar .bar-edit-btn{width:24px;height:24px;left:32px}.bar-edit-btn:active{transform:translateY(-50%) scale(.95)}.gantt-bar:has(.bar-edit-btn:hover){pointer-events:none}.bar-edit-btn:hover{pointer-events:auto!important}.task-assignees{margin-left:8px;display:inline-flex;gap:4px;align-items:center}.assignee-initial{display:inline-block;background:#ffffffe6;color:#2c3e50;font-size:10px;font-weight:600;min-width:18px;height:18px;border-radius:9px;text-align:center;line-height:18px;border:1px solid rgba(255,255,255,.8);box-shadow:0 1px 2px #0003;cursor:help;transition:all .2s ease;padding:0 1px}.assignee-initial:hover{background:#fff;transform:scale(1.1);box-shadow:0 2px 4px #0000004d;z-index:10;position:relative}.task-bar .assignee-initial{background:#fffffff2;color:#2c3e50}.task-bar:hover .assignee-initial{background:#fff}@media(max-width:1024px){.assignee-initial{min-width:16px;height:16px;border-radius:8px;line-height:16px;font-size:9px}}@media(max-width:768px){.task-assignees{margin-left:4px;gap:2px}.assignee-initial{min-width:14px;height:14px;border-radius:7px;line-height:14px;font-size:8px}}.offscreen-indicators{position:absolute;top:-8px;right:-8px;z-index:10;pointer-events:none}.offscreen-count{background:#dc3545;color:#fff;border-radius:50%;width:16px;height:16px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:600;cursor:pointer;pointer-events:auto;border:2px solid white;box-shadow:0 2px 4px #0003;transition:all .2s ease;animation:pulse-indicator 2s infinite}.offscreen-count:hover{background:#a71e2a;transform:scale(1.2);box-shadow:0 4px 8px #0000004d}@keyframes pulse-indicator{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.linking-mode .offscreen-indicators{display:none}@keyframes highlight-flash{0%,to{box-shadow:none}25%,75%{box-shadow:0 0 0 3px #28a74566}50%{box-shadow:0 0 0 6px #28a74533}}.grid-weekend{background:repeating-linear-gradient(45deg,#dcdce626,#dcdce626 10px,#dcdce640 10px 20px);border-left:1px solid rgba(180,180,200,.5);border-right:1px solid rgba(180,180,200,.5);position:relative}.gantt-bar[data-business-days=true]{border-left:3px solid #28a745;position:relative}.gantt-bar[data-business-days=true]:after{content:"📅";position:absolute;top:-2px;right:-2px;background:#28a745;color:#fff;border-radius:50%;width:12px;height:12px;display:flex;align-items:center;justify-content:center;font-size:6px;z-index:5}.gantt-bar[data-business-days=false]{border-left:3px solid #17a2b8}.bar-label-project[data-duration-text]:after,.bar-label-deliverable[data-duration-text]:after,.bar-label-task[data-duration-text]:after{content:attr(data-duration-text);display:block;font-size:9px;color:#6c757d;font-weight:400;margin-top:1px}.time-header-weekend{background:#dcdce6cc!important;color:#495057;font-weight:600;font-style:italic;border-left:1px solid rgba(180,180,200,.4)!important;border-right:1px solid rgba(180,180,200,.4)!important}.gantt-bar.constraint-violation{animation:constraintPulse 2s infinite;border-color:#dc3545!important}.gantt-bar.constraint-warning{animation:constraintWarning 3s infinite;border-color:#6c757d!important}@keyframes constraintPulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes constraintWarning{0%,90%,to{opacity:1}45%,55%{opacity:.8}}.gantt-container.business-day-snap .gantt-bar{transition:all .1s ease-out}.drag-tooltip.weekend-adjusted:after{content:"📅 Adjusted for business days";display:block;font-size:10px;color:#28a745;margin-top:4px;font-weight:400}.time-header-primary-item.business-day,.time-header-secondary-item.business-day{border-bottom:2px solid #28a745}.time-header-tertiary-item.business-day{background:linear-gradient(180deg,rgba(40,167,69,.1) 0%,transparent 100%)}.grid-column.business-day-boundary{border-right:2px solid #28a745;opacity:.3}.gantt-bar.weekend-overlap:after{content:"⚠️";position:absolute;top:-4px;right:-4px;background:#6c757d;color:#fff;border-radius:50%;width:14px;height:14px;display:flex;align-items:center;justify-content:center;font-size:8px;z-index:10}.linking-mode .gantt-bar[data-business-days=true]:hover{box-shadow:0 0 8px #28a74566}.linking-mode .gantt-bar[data-business-days=false]:hover{box-shadow:0 0 8px #17a2b866}.business-day-status{position:fixed;bottom:20px;right:20px;background:#28a745e6;color:#fff;padding:8px 12px;border-radius:6px;font-size:12px;z-index:1000;opacity:0;transition:opacity .3s ease}.business-day-status.visible{opacity:1}.link-line.business-day-link{stroke-dasharray:3,2;stroke-width:2.5px}.link-line.calendar-day-link{stroke-dasharray:none;stroke-width:2px}.gantt-bar[title*=business]:hover:before{content:attr(title);position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#000000e6;color:#fff;padding:4px 8px;border-radius:4px;font-size:11px;white-space:nowrap;z-index:1000;margin-bottom:4px}.gantt-header:after{content:"📅 Business Days Mode";position:absolute;top:100%;right:20px;background:#28a745;color:#fff;padding:2px 8px;border-radius:0 0 4px 4px;font-size:10px;opacity:0;transition:opacity .3s ease}.gantt-container.business-day-mode .gantt-header:after{opacity:1}.gantt-bar[data-business-days=true].weekend-blocked{background:repeating-linear-gradient(45deg,transparent,transparent 2px,rgba(200,200,200,.2) 2px,rgba(200,200,200,.2) 4px)}.drag-tooltip .business-day-info{display:flex;align-items:center;gap:6px;margin-top:4px;font-size:11px;color:#28a745}.drag-tooltip .business-day-info:before{content:"📅";font-size:10px}.timeline-page{width:100%;height:100%;overflow:hidden}.projects-page{padding:2rem;max-width:1600px;margin:0 auto}.projects-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.projects-header h1{font-size:2rem;color:#2c3e50;margin:0;display:flex;align-items:center;gap:12px}.btn-new-project{padding:10px 20px;background:#4263eb;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:8px}.btn-new-project:hover{background:#364fc7;transform:translateY(-1px);box-shadow:0 4px 12px #4263eb4d}.projects-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid #e9ecef;box-shadow:0 1px 3px #0000000d}.stat-label{font-size:.875rem;color:#6c757d;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:2rem;font-weight:600;color:#2c3e50}.projects-filters{background:#fff;padding:1rem 1.5rem;border-radius:8px;border:1px solid #e9ecef;margin-bottom:1.5rem;display:flex;gap:1rem;align-items:center}.filter-group{display:flex;align-items:center;gap:.5rem}.filter-group label{font-size:.875rem;color:#495057;font-weight:500}.filter-group select,.filter-group input[type=text]{padding:.5rem;border:1px solid #dee2e6;border-radius:4px;font-size:.875rem;color:#495057}.filter-group.checkbox-group{margin-left:auto}.filter-group.checkbox-group label{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.filter-group.checkbox-group input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#4263eb}.filter-group.checkbox-group span{font-size:.875rem;color:#495057;font-weight:500}.projects-table-container{background:#fff;border-radius:8px;border:1px solid #e9ecef;overflow:hidden;box-shadow:0 1px 3px #0000000d}.projects-table{width:100%;border-collapse:collapse;font-size:.875rem}.projects-table thead{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.projects-table thead th{padding:1rem .75rem;text-align:left;font-weight:600;font-size:.8125rem;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.projects-table tbody tr{border-bottom:1px solid #e9ecef;transition:background-color .2s;cursor:pointer}.projects-table tbody tr:hover{background-color:#f8f9fa}.projects-table tbody tr:last-child{border-bottom:none}.projects-table td{padding:1rem .75rem;vertical-align:middle}.project-name-cell{min-width:200px}.project-name-wrapper{display:flex;align-items:flex-start;gap:.75rem}.project-color-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0;margin-top:4px}.project-name-content{display:flex;flex-direction:column;gap:.25rem}.project-name{font-size:.9375rem;font-weight:600;color:#2c3e50;margin:0}.project-description-mini{font-size:.75rem;color:#6b7280;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.project-client-cell{min-width:150px}.client-ref{font-size:.75rem;color:#6b7280;margin-top:.125rem}.project-dates-cell{min-width:120px}.dates-wrapper{display:flex;align-items:flex-start;gap:.5rem}.dates-wrapper svg{color:#6b7280;margin-top:2px;flex-shrink:0}.dates-text{display:flex;flex-direction:column;gap:.125rem;font-size:.8125rem;color:#374151}.project-chef-cell{min-width:150px}.chef-wrapper{display:flex;align-items:center;gap:.5rem;color:#374151}.chef-wrapper svg{color:#6b7280;flex-shrink:0}.project-status-cell,.project-priority-cell{min-width:120px}.project-metric-cell{text-align:center;font-weight:600;color:#2c3e50;min-width:80px}.project-progress-cell{min-width:120px}.progress-wrapper{display:flex;align-items:center;gap:.75rem}.progress-bar-container{flex:1;height:8px;background:#e9ecef;border-radius:4px;overflow:hidden}.progress-bar{height:100%;background:linear-gradient(90deg,#4263eb,#5a7aef);border-radius:4px;transition:width .3s ease}.progress-value{font-weight:600;color:#2c3e50;font-size:.8125rem;white-space:nowrap}.project-budget-cell{min-width:120px}.budget-wrapper{display:flex;align-items:center;gap:.375rem;color:#374151;font-weight:500}.budget-wrapper svg{color:#10b981;flex-shrink:0}.project-actions-cell{min-width:120px}.project-actions{display:flex;gap:.5rem;justify-content:center}.empty-value{color:#adb5bd;font-style:italic}.btn-icon{width:32px;height:32px;border:1px solid #dee2e6;background:#fff;border-radius:4px;cursor:pointer;color:#495057;transition:all .2s;display:flex;align-items:center;justify-content:center}.btn-icon:hover{background:#f8f9fa;border-color:#adb5bd}.btn-icon.danger:hover{background:#dc3545;border-color:#dc3545;color:#fff}.btn-icon.roles{border-color:#3b82f6;color:#3b82f6}.btn-icon.roles:hover{background:#3b82f6;border-color:#3b82f6;color:#fff}.projects-loading,.projects-empty{text-align:center;padding:3rem;color:#6c757d}.projects-empty h3{font-size:1.5rem;margin-bottom:1rem;color:#495057}.projects-empty p{font-size:1rem;margin-bottom:1.5rem}.priority-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:capitalize}.priority-low{background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb}.priority-normal{background:#dbeafe;color:#1e40af;border:1px solid #bfdbfe}.priority-high{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.priority-urgent{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}@media(max-width:1200px){.projects-table-container{overflow-x:auto}.projects-table{min-width:1200px}}@media(max-width:768px){.projects-page{padding:1rem}.projects-table{font-size:.8125rem}.projects-table thead th,.projects-table td{padding:.75rem .5rem}.priority-badge{font-size:.6875rem;padding:.1875rem .625rem}}.project-client-mini{font-size:.75rem;color:#94a3b8;margin-top:.125rem}.dates-wrapper{display:flex;flex-direction:column;gap:.25rem}.timeline-indicator{font-size:.6875rem;font-weight:700;padding:.125rem .5rem;border-radius:3px;text-align:center;width:fit-content}.timeline-indicator.timeline-overdue{background:#fee2e2;color:#dc2626}.timeline-indicator.timeline-urgent{background:#fef3c7;color:#d97706}.timeline-indicator.timeline-soon{background:#dbeafe;color:#2563eb}.timeline-indicator.timeline-normal{background:#d1fae5;color:#059669}.project-team-cell .team-info{display:flex;flex-direction:column;gap:.25rem}.team-info{display:flex;align-items:center;gap:.5rem}.team-count{font-weight:600;color:#1e293b}.chef-name{font-size:.75rem;color:#64748b}.progress-details{display:flex;flex-direction:column;gap:.375rem;min-width:120px}.progress-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.progress-header .progress-value{font-weight:700;font-size:1rem;color:#1e293b}.progress-tasks{font-size:.75rem;color:#64748b;font-weight:500}.task-mini-breakdown{display:flex;gap:.25rem;flex-wrap:wrap}.task-badge{font-size:.6875rem;padding:.125rem .5rem;border-radius:3px;font-weight:600}.task-badge.in-progress{background:#dbeafe;color:#1e40af}.task-badge.blocked{background:#fee2e2;color:#dc2626}.health-indicators-mini{display:flex;flex-direction:column;gap:.25rem;min-width:80px}.health-badge{display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:4px;width:fit-content}.health-badge.success{background:#d1fae5;color:#059669}.health-badge.warning{background:#fef3c7;color:#d97706}.health-badge.danger{background:#fee2e2;color:#dc2626}.project-header{background:#fff;border-radius:0 0 8px 8px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:100;transition:box-shadow .2s}.project-header.scrolled{box-shadow:0 4px 12px #00000026}.project-header .header-main{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem}.project-header .project-title-section{display:flex;align-items:center;gap:1rem}.project-header .project-color-indicator{width:4px;height:32px;border-radius:2px}.project-header .project-title-section h1{font-size:1.75rem;font-weight:600;color:#1e293b;margin:0}.project-header .header-actions{display:flex;align-items:center;gap:.75rem}.project-header .btn-back,.project-header .btn-edit-project{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;height:36px;margin:0;border:1px solid #e2e8f0;background:#fff;border-radius:6px;cursor:pointer;font-size:.875rem;transition:all .2s}.project-header .btn-back:hover,.project-header .btn-edit-project:hover{background:#f8fafc;border-color:#cbd5e1}.project-header .project-description{color:#64748b;font-size:1rem;line-height:1.5;margin:0 0 1rem;padding-left:21px}.project-header .project-tabs{display:flex;gap:.5rem;border-top:1px solid #e2e8f0;padding-top:1rem}.project-header .tab-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border:none;background:transparent;color:#64748b;font-size:.9375rem;font-weight:500;cursor:pointer;border-radius:6px;transition:all .2s;position:relative}.project-header .tab-button:hover{background:#f8fafc;color:#334155}.project-header .tab-button.active{background:#eff6ff;color:#3b82f6}.project-header .tab-button.active:after{content:"";position:absolute;bottom:-1rem;left:0;right:0;height:2px;background:#3b82f6}@media(max-width:768px){.project-header .header-main{flex-direction:column;align-items:flex-start;gap:1rem}.project-header .project-title-section h1{font-size:1.25rem}.project-header .project-tabs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch}}.status-workflow-panel{display:flex;flex-direction:column;gap:2rem}.workflow-section h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 1rem}.current-status-display{display:flex;gap:1.5rem;align-items:flex-start;padding:1.5rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.status-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#fff;border-radius:50%;color:#3b82f6}.status-info{flex:1;display:flex;flex-direction:column;gap:.5rem}.status-reason{margin:0;font-size:.9375rem;color:#64748b}.status-date{margin:0;font-size:.875rem;color:#94a3b8}.transitions-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.transition-button{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.25rem;background:#fff;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s}.transition-button:hover{border-color:#3b82f6;background:#eff6ff;transform:translateY(-2px);box-shadow:0 4px 6px #3b82f61a}.suggestions-list{display:flex;flex-direction:column;gap:.75rem}.suggestion-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f8fafc;border-left:4px solid #3b82f6;border-radius:6px}.suggestion-item.priority-high{border-left-color:#ef4444;background:#fef2f2}.suggestion-item.priority-medium{border-left-color:#f59e0b;background:#fffbeb}.suggestion-item.priority-low{border-left-color:#64748b;background:#f8fafc}.suggestion-content{display:flex;align-items:center;gap:1rem;flex:1}.suggestion-message{font-size:.9375rem;color:#334155}.btn-apply-suggestion{padding:.5rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.875rem;cursor:pointer;transition:background .2s}.btn-apply-suggestion:hover{background:#2563eb}.history-timeline{position:relative;padding-left:2rem}.history-timeline:before{content:"";position:absolute;left:7px;top:0;bottom:0;width:2px;background:#e2e8f0}.history-item{position:relative;margin-bottom:1.5rem}.history-marker{position:absolute;left:-1.75rem;top:4px;width:16px;height:16px;background:#fff;border:3px solid #3b82f6;border-radius:50%}.history-content{padding:1rem;background:#f8fafc;border-radius:6px;border:1px solid #e2e8f0}.history-statuses{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.history-reason{margin:.5rem 0 0;font-size:.875rem;color:#64748b;font-style:italic}.history-date{margin:.25rem 0 0;font-size:.8125rem;color:#94a3b8}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:12px;padding:2rem;max-width:500px;width:90%;max-height:90vh;overflow-y:auto}.modal-content h3{margin:0 0 1.5rem;font-size:1.25rem;font-weight:600;color:#1e293b}.modal-status-display{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1.5rem;background:#f8fafc;border-radius:8px;margin-bottom:1.5rem}.form-group{margin-bottom:1.5rem}.required{color:#ef4444}.form-group textarea{width:100%;padding:.75rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.9375rem;font-family:inherit;resize:vertical}.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end}.btn-cancel,.btn-confirm{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-cancel:hover{background:#e2e8f0}.btn-confirm:hover{background:#2563eb}.drawer-overlay{position:fixed;inset:0;background:#00000080;z-index:999;opacity:0;transition:opacity .3s ease;pointer-events:none}.drawer-overlay.open{opacity:1;pointer-events:all}.meeting-drawer{position:fixed;top:0;right:-100%;width:60%;min-width:800px;max-width:1200px;height:100vh;background:#fff;box-shadow:-4px 0 12px #00000026;z-index:1000;display:flex;flex-direction:column;transition:right .3s ease}.meeting-drawer.open{right:0}.meeting-drawer .drawer-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.meeting-drawer .drawer-header-content h2{margin:0 0 .25rem;font-size:1.25rem;font-weight:600;color:#111827}.meeting-drawer .drawer-subtitle{margin:0;font-size:.875rem;color:#6b7280;font-weight:400}.meeting-drawer .drawer-close-btn{background:transparent;border:none;color:#6b7280;cursor:pointer;padding:.25rem;border-radius:4px;transition:all .2s;flex-shrink:0}.meeting-drawer .drawer-close-btn:hover{background:#e5e7eb;color:#111827}.meeting-drawer .drawer-content{flex:1;overflow-y:auto;padding:1.5rem}.meeting-drawer .drawer-section{margin-bottom:2rem}.meeting-drawer .drawer-section:last-of-type{margin-bottom:0}.meeting-drawer .drawer-section h3{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:#374151;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb}.meeting-drawer .form-group{margin-bottom:1.25rem}.meeting-drawer .form-group label{display:block;font-weight:500;color:#374151;margin-bottom:.5rem;font-size:.9375rem}.meeting-drawer .form-group label .required{color:#ef4444;margin-left:.25rem}.meeting-drawer .form-group input,.meeting-drawer .form-group select,.meeting-drawer .form-group textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9375rem;font-family:inherit;transition:border-color .2s,box-shadow .2s}.meeting-drawer .form-group input:focus,.meeting-drawer .form-group select:focus,.meeting-drawer .form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.meeting-drawer .form-group input:disabled,.meeting-drawer .form-group select:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.meeting-drawer .form-group textarea{resize:vertical;min-height:80px}.meeting-drawer .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.meeting-drawer .validation-warning{padding:1rem;background-color:#fef3c7;border:1px solid #f59e0b;border-radius:6px;margin-bottom:1.5rem}.meeting-drawer .validation-warning-content{display:flex;align-items:flex-start;gap:.75rem}.meeting-drawer .validation-warning-icon{color:#f59e0b;font-size:20px;line-height:1;flex-shrink:0}.meeting-drawer .validation-warning-title{color:#92400e;font-weight:600;margin:0 0 .5rem;font-size:.9375rem}.meeting-drawer .validation-warning-message{margin:0 0 .5rem;color:#78350f;font-size:.875rem;line-height:1.5}.meeting-drawer .validation-warning-help{margin:0;color:#78350f;font-size:.8125rem;line-height:1.4}.meeting-drawer .drawer-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.25rem 1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb}.meeting-drawer .btn-cancel,.meeting-drawer .btn-save{padding:.75rem 1.5rem;border-radius:6px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}.meeting-drawer .btn-cancel{background:#fff;color:#6b7280;border:1px solid #d1d5db}.meeting-drawer .btn-cancel:hover{background:#f9fafb;border-color:#9ca3af}.meeting-drawer .btn-save{background:#3b82f6;color:#fff}.meeting-drawer .btn-save:hover{background:#2563eb}.meeting-drawer .btn-save:disabled{background:#9ca3af;cursor:not-allowed}.meeting-drawer .loading-state{display:flex;align-items:center;justify-content:center;padding:4rem 2rem;color:#6b7280;font-size:.9375rem}.meeting-drawer .helper-text{font-size:.8125rem;color:#6b7280;margin-top:.375rem;font-style:italic}.meeting-drawer .meeting-type-badge{display:inline-block;padding:.375rem .75rem;color:#fff;border-radius:6px;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.meeting-notes-panel-container{margin-top:1rem;background:#f9fafb;border-radius:8px;overflow:hidden;min-height:400px;max-height:600px}.meeting-notes-panel-container .notes-panel{height:100%;max-height:600px}.meeting-notes-panel-container .notes-content{max-height:450px}.suggested-participants{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:.75rem;margin-top:1rem}.participant-suggestion{display:flex;align-items:center;justify-content:space-between;padding:.875rem;background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s}.participant-suggestion:hover{background:#f1f5f9;border-color:#cbd5e1}.participant-suggestion.selected{background:#dbeafe;border-color:#3b82f6}.participant-suggestion .participant-info{display:flex;align-items:center;gap:.625rem;flex:1}.participant-suggestion .participant-name{font-weight:600;color:#1e293b;font-size:.875rem}.participant-suggestion .participant-role-small{font-size:.75rem;color:#64748b;margin-top:.125rem}.participant-suggestion .selected-check{color:#3b82f6;font-weight:700;font-size:1.25rem}.selected-participants{margin-top:1.5rem}.selected-participants label{display:block;font-weight:600;color:#1e293b;margin-bottom:.75rem;font-size:.875rem}.participant-list{display:flex;flex-wrap:wrap;gap:.5rem}.participant-chip{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#3b82f6;color:#fff;border-radius:20px;font-size:.875rem;font-weight:500}.participant-chip .remove-participant{display:flex;align-items:center;justify-content:center;background:#fff3;border:none;border-radius:50%;width:20px;height:20px;cursor:pointer;color:#fff;transition:background .2s}.participant-chip .remove-participant:hover{background:#ffffff4d}.agenda-modal-overlay{position:fixed;inset:0;background:#00000080;z-index:1000;animation:fadeIn .2s ease-out}.agenda-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;z-index:1001;width:90%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,-45%)}to{opacity:1;transform:translate(-50%,-50%)}}.agenda-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.agenda-modal-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#1e293b}.modal-close-btn{background:none;border:none;padding:.5rem;cursor:pointer;color:#64748b;border-radius:6px;transition:all .2s;display:flex;align-items:center;justify-content:center}.modal-close-btn:hover{background:#f1f5f9;color:#1e293b}.agenda-modal-content{flex:1;overflow-y:auto;padding:1.5rem}.agenda-modal-description{margin:0 0 1.5rem;color:#475569;line-height:1.6}.agenda-modal .form-group{margin-bottom:0}.agenda-modal .form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#334155;font-size:.875rem}.agenda-modal .form-group textarea{width:100%;padding:.75rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.875rem;font-family:inherit;resize:vertical;transition:all .2s;line-height:1.5}.agenda-modal .form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.agenda-modal .helper-text{margin:.5rem 0 0;font-size:.75rem;color:#64748b}.agenda-modal-footer{display:flex;gap:.75rem;padding:1.5rem;border-top:1px solid #e2e8f0;background:#f8fafc;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.btn-skip{flex:1;padding:.75rem 1.25rem;border:1px solid #cbd5e1;background:#fff;border-radius:8px;font-weight:500;font-size:.875rem;color:#475569;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-skip:hover{background:#f8fafc;border-color:#94a3b8}.btn-save-and-start{flex:1;padding:.75rem 1.25rem;border:none;background:#10b981;color:#fff;border-radius:8px;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-save-and-start:hover:not(:disabled){background:#059669}.btn-save-and-start:disabled{opacity:.5;cursor:not-allowed}.meeting-management-panel{display:flex;flex-direction:column;gap:1.5rem}.meetings-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;flex-wrap:wrap}.meetings-stats{display:flex;gap:2rem}.stat-item{display:flex;flex-direction:column;align-items:center}.stat-label{font-size:.875rem;color:#64748b}.meetings-actions{display:flex;gap:.75rem}.btn-schedule-steering,.btn-create-meeting,.btn-generate-meetings,.btn-align-meetings{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border:none;border-radius:6px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-generate-meetings{background:#10b981;color:#fff}.btn-generate-meetings:hover{background:#059669}.btn-align-meetings{background:#8b5cf6;color:#fff}.btn-align-meetings:hover{background:#7c3aed}.btn-schedule-steering{background:#f59e0b;color:#fff}.btn-schedule-steering:hover{background:#d97706}.btn-create-meeting{background:#3b82f6;color:#fff}.btn-create-meeting:hover{background:#2563eb}.settings-dropdown{position:relative}.btn-settings{display:flex;align-items:center;justify-content:center;padding:.75rem;background:#64748b;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:all .2s}.btn-settings:hover{background:#475569}.settings-dropdown-menu{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 6px #0000001a;min-width:280px;z-index:100;overflow:hidden}.dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;width:100%;background:#fff;border:none;border-bottom:1px solid #f1f5f9;font-size:.875rem;font-weight:500;color:#1e293b;cursor:pointer;text-align:left;transition:background .2s}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background:#f8fafc}.dropdown-item svg{color:#64748b;flex-shrink:0}.meetings-filters{display:flex;gap:.5rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.filter-btn{padding:.5rem 1rem;border:1px solid #e2e8f0;background:#fff;border-radius:6px;font-size:.875rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s}.filter-btn:hover{background:#f8fafc;border-color:#cbd5e1}.filter-btn.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.meetings-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;color:#94a3b8}.meetings-empty h3{margin:1rem 0 .5rem;color:#64748b}.meetings-empty p{margin:0;color:#94a3b8}.meetings-list{display:flex;flex-direction:column;gap:1rem}.meeting-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;transition:box-shadow .2s}.meeting-card:hover{box-shadow:0 4px 6px #0000000d}.meeting-card-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;gap:1rem}.meeting-actions{display:flex;gap:.5rem;flex-shrink:0}.btn-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #e2e8f0;background:#fff;border-radius:6px;color:#64748b;cursor:pointer;transition:all .2s}.btn-icon:hover{background:#f8fafc;border-color:#cbd5e1;color:#334155}.btn-icon.btn-delete:hover{background:#fef2f2;border-color:#fecaca;color:#dc2626}.btn-start-meeting,.btn-continue-meeting{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #10b98133}.btn-start-meeting:hover,.btn-continue-meeting:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 4px 6px #10b9814d}.btn-continue-meeting{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 2px 4px #3b82f633}.btn-continue-meeting:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 6px #3b82f64d}.btn-view-meeting{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#64748b,#475569);color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #64748b33}.btn-view-meeting:hover{background:linear-gradient(135deg,#475569,#334155);transform:translateY(-1px);box-shadow:0 4px 6px #64748b4d}.btn-expand{display:flex;align-items:center;justify-content:center;padding:.25rem;background:transparent;border:none;color:#64748b;cursor:pointer;transition:all .2s;border-radius:4px;margin-left:auto}.btn-expand:hover{background:#f8fafc;color:#334155}.meeting-main-info{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;flex:1}.meeting-type-badge{padding:.375rem .75rem;color:#fff;border-radius:6px;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.meeting-title{flex:1;margin:0;font-size:1.0625rem;font-weight:600;color:#1e293b}.meeting-status{padding:.25rem .75rem;color:#fff;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.meeting-card-info{display:flex;flex-wrap:wrap;gap:1.5rem;padding:0 1.25rem 1.25rem}.meeting-info-item{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.875rem}.meeting-card-details{border-top:1px solid #e2e8f0;padding:1.25rem;background:#f8fafc}.meeting-section{margin-bottom:1.5rem}.meeting-section:last-child{margin-bottom:0}.meeting-section h5{display:flex;align-items:center;gap:.5rem;margin:0 0 .75rem;font-size:.9375rem;font-weight:600;color:#334155}.meeting-section p{margin:0;color:#64748b;font-size:.9375rem;line-height:1.6}.action-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px}.action-status{padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;white-space:nowrap}.action-status.status-pending{background:#fef3c7;color:#92400e}.action-status.status-in_progress{background:#dbeafe;color:#1e40af}.action-status.status-completed{background:#dcfce7;color:#166534}.action-status.status-cancelled{background:#fee2e2;color:#991b1b}.action-description{flex:1;font-size:.875rem;color:#334155}.action-due{font-size:.8125rem;color:#64748b}.meeting-modal{max-width:600px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group label{display:block;font-weight:500;color:#334155;margin-bottom:.5rem;font-size:.9375rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.9375rem;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group textarea{resize:vertical}.rich-text-editor{display:flex;flex-direction:column;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#fff}.rich-text-editor:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.rich-text-editor.disabled{opacity:.7;pointer-events:none;background:#f3f4f6}.editor-toolbar{display:flex;flex-wrap:wrap;gap:4px;padding:8px 12px;background:#f8fafc;border-bottom:1px solid #e2e8f0;align-items:center}.editor-toolbar-group{display:flex;align-items:center;gap:2px;padding-right:8px;border-right:1px solid #e2e8f0}.editor-toolbar-group:last-child{border-right:none;padding-right:0}.toolbar-btn,.editor-toolbar button{display:flex;align-items:center;justify-content:center;gap:4px;min-width:32px;height:32px;padding:0 8px;border:none;background:transparent;border-radius:6px;cursor:pointer;color:#64748b;transition:all .15s ease;font-size:12px;font-weight:500}.toolbar-btn:hover:not(:disabled),.editor-toolbar button:hover:not(:disabled){background:#e2e8f0;color:#1e293b}.toolbar-btn.is-active,.editor-toolbar button.is-active{background:#3b82f6;color:#fff}.toolbar-btn:disabled,.editor-toolbar button:disabled{opacity:.4;cursor:not-allowed}.toolbar-btn-small{font-size:11px;padding:0 6px;min-width:auto}.toolbar-btn-danger{color:#dc2626}.toolbar-btn-danger:hover:not(:disabled){background:#fee2e2;color:#dc2626}.toolbar-btn-dropdown{padding-right:4px;gap:2px}.toolbar-dropdown-wrapper{position:relative}.toolbar-dropdown{position:absolute;top:100%;left:0;margin-top:4px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 16px #0000001f;z-index:100;padding:8px;min-width:180px}.color-picker{min-width:200px}.color-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;margin-bottom:8px}.color-swatch{width:32px;height:32px;border:2px solid transparent;border-radius:6px;cursor:pointer;transition:all .15s ease}.color-swatch:hover{transform:scale(1.1);border-color:#3b82f6}.color-reset{width:100%;padding:8px;border:none;background:#f1f5f9;border-radius:6px;font-size:12px;color:#64748b;cursor:pointer;transition:all .15s ease}.color-reset:hover{background:#e2e8f0;color:#1e293b}.highlight-picker{min-width:150px}.highlight-options{display:flex;flex-direction:column;gap:4px;margin-bottom:8px}.highlight-option{padding:8px 12px;border:none;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;text-align:left;transition:all .15s ease}.highlight-option:hover{transform:scale(1.02)}.link-input-dropdown{min-width:280px;padding:12px}.link-input{width:100%;padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;margin-bottom:8px}.link-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.link-input-actions{display:flex;gap:8px}.link-btn-apply,.link-btn-cancel{flex:1;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s ease}.link-btn-apply{background:#3b82f6;color:#fff;border:none}.link-btn-apply:hover{background:#2563eb}.link-btn-cancel{background:#fff;color:#64748b;border:1px solid #e2e8f0}.link-btn-cancel:hover{background:#f8fafc}.timestamp-button,.template-button{gap:6px;padding:0 10px;width:auto!important}.editor-content-wrapper{flex:1;overflow-y:auto;min-height:200px}.editor-content{height:100%}.editor-content .ProseMirror{padding:16px;min-height:200px;outline:none;font-size:15px;line-height:1.7;color:#1e293b}.editor-content .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#94a3b8;pointer-events:none;height:0}.editor-content .ProseMirror h1{font-size:24px;font-weight:700;margin:1em 0 .5em;color:#0f172a;line-height:1.3}.editor-content .ProseMirror h2{font-size:20px;font-weight:600;margin:1em 0 .5em;color:#1e293b;line-height:1.3}.editor-content .ProseMirror h3{font-size:16px;font-weight:600;margin:1em 0 .5em;color:#334155;line-height:1.4}.editor-content .ProseMirror p{margin:0 0 .75em;line-height:1.7}.editor-content .ProseMirror ul,.editor-content .ProseMirror ol{margin:0 0 1em;padding-left:1.5em}.editor-content .ProseMirror ul{list-style-type:disc}.editor-content .ProseMirror ol{list-style-type:decimal}.editor-content .ProseMirror li{margin-bottom:.25em}.editor-content .ProseMirror li>p{margin:0}.editor-content .ProseMirror blockquote{border-left:4px solid #3b82f6;margin:1em 0;padding:.5em 1em;background:#f8fafc;border-radius:0 8px 8px 0;color:#475569;font-style:italic}.editor-content .ProseMirror code{background:#f1f5f9;padding:2px 6px;border-radius:4px;font-family:Monaco,Menlo,Courier New,monospace;font-size:.9em;color:#e11d48}.editor-content .ProseMirror pre{background:#1e293b;color:#e2e8f0;padding:16px;border-radius:8px;overflow-x:auto;margin:1em 0}.editor-content .ProseMirror pre code{background:none;padding:0;color:inherit}.editor-content .ProseMirror hr{border:none;border-top:2px solid #e2e8f0;margin:1.5em 0}.editor-content .ProseMirror strong{font-weight:600}.editor-content .ProseMirror em{font-style:italic}.editor-content .ProseMirror a,.editor-content .ProseMirror .editor-link{color:#3b82f6;text-decoration:underline;cursor:pointer}.editor-content .ProseMirror a:hover,.editor-content .ProseMirror .editor-link:hover{color:#2563eb}.editor-content .ProseMirror table{border-collapse:collapse;margin:1em 0;width:100%;table-layout:fixed}.editor-content .ProseMirror th,.editor-content .ProseMirror td{border:1px solid #cbd5e1;padding:8px 12px;text-align:left;vertical-align:top;min-width:80px}.editor-content .ProseMirror th{background:#f1f5f9;font-weight:600;color:#334155}.editor-content .ProseMirror tr:nth-child(2n) td{background:#f8fafc}.editor-content .ProseMirror .selectedCell{background:#dbeafe!important}.editor-content .ProseMirror .column-resize-handle{position:absolute;right:-2px;top:0;bottom:0;width:4px;background:#3b82f6;cursor:col-resize}.editor-content .ProseMirror.resize-cursor{cursor:col-resize}.editor-content .ProseMirror mark{border-radius:2px;padding:0 2px}.editor-content .ProseMirror sub{font-size:.75em;vertical-align:sub}.editor-content .ProseMirror sup{font-size:.75em;vertical-align:super}.editor-footer{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;background:#f8fafc;border-top:1px solid #e2e8f0;font-size:12px;color:#64748b}.editor-stats{display:flex;gap:8px}.editor-auto-save{display:flex;align-items:center;gap:6px}.editor-auto-save .save-indicator{width:8px;height:8px;border-radius:50%;background:#22c55e}.editor-auto-save.saving .save-indicator{background:#f59e0b;animation:pulse 1s infinite}@media(max-width:768px){.editor-toolbar{gap:2px;padding:6px 8px}.editor-toolbar-group{padding-right:4px}.toolbar-btn,.editor-toolbar button{min-width:28px;height:28px;padding:0 6px}.toolbar-btn svg,.editor-toolbar button svg{width:14px;height:14px}}.meeting-session-page{height:100%;background:#f8fafc;display:flex;flex-direction:column}.meeting-session-loading,.meeting-session-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem}.meeting-session-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:2rem}.meeting-session-header>*{max-width:1600px;margin:0 auto;width:100%}.meeting-header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.meeting-type-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .875rem;border-radius:6px;font-size:.875rem;font-weight:500;margin-bottom:.75rem}.meeting-title-section h1{font-size:1.875rem;font-weight:700;color:#1e293b;margin:0}.meeting-meta{display:flex;gap:1.5rem;margin-top:1rem;flex-wrap:wrap}.meeting-timer-container{display:flex;align-items:center;gap:1rem}.meeting-timer{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;font-family:Monaco,Courier New,monospace;font-size:.9375rem;font-weight:600;color:#1e293b}.meeting-timer svg{color:#64748b}.btn-cancel-meeting{padding:.5rem 1rem;background:transparent;color:#ef4444;border:1px solid #ef4444;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-cancel-meeting:hover{background:#fef2f2;border-color:#dc2626;color:#dc2626}.meeting-session-content{flex:1;display:grid;grid-template-columns:1fr 400px;gap:2rem;padding:2rem;max-width:1600px;margin:0 auto;width:100%}.meeting-notes-sidebar{position:sticky;top:2rem;height:fit-content;display:flex;flex-direction:column;gap:1.5rem}.session-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.session-card h3{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 1.5rem}.btn-save{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}.btn-save:hover:not(:disabled){background:#2563eb}.meeting-session-footer{background:#fff;border-top:1px solid #e2e8f0;padding:1.5rem 2rem;display:flex;justify-content:flex-end}.btn-end-meeting{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-end-meeting:hover{background:linear-gradient(135deg,#059669,#047857)}@media(max-width:1200px){.meeting-session-content{grid-template-columns:1fr}.meeting-notes-sidebar{position:relative;top:0;max-height:none}}@media(max-width:768px){.meeting-header-content{flex-direction:column}.meeting-timer{width:100%}.add-action-item{grid-template-columns:1fr}.meeting-session-content{padding:1rem;gap:1rem}}.agenda-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.agenda-section h4{margin:0 0 .75rem;font-size:.875rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.05em}.agenda-content{color:#1e293b;line-height:1.6;white-space:pre-wrap;font-size:.9375rem}.meeting-view-page{height:100%;background:#f8fafc;display:flex;flex-direction:column}.meeting-view-loading,.meeting-view-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem}.meeting-view-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:2rem}.meeting-view-header>*{max-width:1600px;margin:0 auto;width:100%}.meeting-header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:1.5rem}.meeting-title-section{flex:1}.meeting-title-section h1{font-size:1.875rem;font-weight:700;color:#1e293b;margin:0 0 .75rem}.meeting-status-badge{display:inline-block;padding:.375rem .875rem;border-radius:6px;font-size:.8125rem;font-weight:600;color:#fff;text-transform:uppercase}.header-actions{display:flex;gap:.75rem;align-items:center}.btn-edit-meeting{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #3b82f633}.btn-edit-meeting:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 6px #3b82f64d}.btn-close-meeting{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff;color:#64748b;border:1px solid #e2e8f0;border-radius:6px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-close-meeting:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569}.meeting-meta{display:flex;gap:1.5rem;flex-wrap:wrap}.meta-item{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.875rem}.meta-item svg{color:#94a3b8}.meeting-view-content{flex:1;display:grid;grid-template-columns:1fr 400px;gap:2rem;padding:2rem;max-width:1600px;margin:0 auto;width:100%}.view-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.view-card h3{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 1.5rem}.summary-content{color:#334155;font-size:.9375rem;line-height:1.7}.summary-content p{margin:0 0 1rem}.summary-content p:last-child{margin-bottom:0}.summary-content ul,.summary-content ol{margin:0 0 1rem;padding-left:1.5rem}.summary-content li{margin-bottom:.5rem}.action-items-list{display:flex;flex-direction:column;gap:.75rem}.action-item{display:flex;gap:.75rem;padding:1rem;background:#f8fafc;border-radius:8px;border-left:3px solid #3b82f6;transition:all .2s}.action-item.completed{border-left-color:#22c55e;background:#f0fdf4}.action-item.completed .action-description{text-decoration:line-through;color:#64748b}.action-checkbox{flex-shrink:0;margin-top:.125rem}.completed-icon{color:#22c55e}.pending-circle{width:20px;height:20px;border:2px solid #cbd5e1;border-radius:50%}.action-description{font-weight:500;color:#1e293b;margin-bottom:.375rem;font-size:.9375rem}.attendance-summary{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#f8fafc;border-radius:6px;margin-bottom:1rem}.attended-count{font-weight:600;color:#22c55e;font-size:.9375rem}.total-count{color:#64748b;font-size:.9375rem}.participant-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem}.attendance-status{display:flex;align-items:center}.status-attended{color:#22c55e}.status-absent{color:#ef4444}@media(max-width:1200px){.meeting-view-content{grid-template-columns:1fr}.meeting-sidebar{position:relative;top:0}}@media(max-width:768px){.meeting-header-content{flex-direction:column}.meeting-view-content{padding:1rem;gap:1rem}}.inline-date-range-overlay{position:fixed;inset:0;background:#0000004d;display:flex;align-items:center;justify-content:center;z-index:1000}.inline-date-range-picker{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;padding:16px;min-width:280px;max-width:320px}.inline-date-range-header{display:flex;align-items:center;gap:8px;padding-bottom:12px;border-bottom:1px solid #f1f3f5;margin-bottom:12px;font-weight:600;color:#495057}.inline-date-range-header svg{color:#4263eb}.inline-date-selection{display:flex;align-items:center;gap:8px;margin-bottom:16px}.date-box{flex:1;padding:8px 12px;border:2px solid #e9ecef;border-radius:8px;cursor:pointer;transition:all .2s;text-align:center}.date-box:hover{border-color:#adb5bd}.date-box.active{border-color:#4263eb;background:#f8f9ff}.date-label{display:block;font-size:10px;text-transform:uppercase;color:#868e96;font-weight:600;margin-bottom:2px}.date-value{font-size:14px;font-weight:600;color:#495057}.date-arrow{color:#adb5bd;font-size:16px}.inline-calendar{margin-bottom:12px}.inline-calendar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.inline-calendar-header button{width:28px;height:28px;border:1px solid #e9ecef;background:#fff;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#495057;transition:all .2s}.inline-calendar-header button:hover{background:#f8f9fa;border-color:#adb5bd}.inline-calendar-header span{font-weight:600;color:#495057;text-transform:capitalize;font-size:14px}.inline-calendar-days-header{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:4px}.inline-day-label{font-size:11px;font-weight:600;color:#868e96;text-align:center;padding:4px}.inline-calendar-row{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.inline-calendar-day{height:32px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:500;cursor:pointer;border-radius:6px;transition:all .15s;color:#495057}.inline-calendar-day:hover:not(.other-month){background:#e9ecef}.inline-calendar-day.other-month{color:#ced4da;cursor:default}.inline-calendar-day.weekend:not(.other-month){color:#868e96}.inline-calendar-day.selected{background:#4263eb;color:#fff}.inline-calendar-day.selected:hover{background:#364fc7}.inline-calendar-day.range-start{border-top-right-radius:0;border-bottom-right-radius:0}.inline-calendar-day.range-end{border-top-left-radius:0;border-bottom-left-radius:0}.inline-calendar-day.in-range{background:#4263eb26;color:#4263eb;border-radius:0}.inline-calendar-day.hover-range{background:#4263eb14;color:#4263eb;border-radius:0}.inline-date-info{text-align:center;padding:8px;background:#f8f9fa;border-radius:6px;font-size:13px;color:#495057;font-weight:500;margin-bottom:8px}.inline-date-hint{text-align:center;font-size:12px;color:#868e96;font-style:italic;margin-bottom:12px}.inline-date-actions{display:flex;gap:8px;padding-top:12px;border-top:1px solid #f1f3f5}.btn-inline-cancel,.btn-inline-save{flex:1;padding:10px 16px;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.btn-inline-cancel{background:#f1f3f5;color:#495057}.btn-inline-cancel:hover{background:#e9ecef}.btn-inline-save{background:#4263eb;color:#fff}.btn-inline-save:hover:not(:disabled){background:#364fc7}.btn-inline-save:disabled{background:#adb5bd;cursor:not-allowed}.kanban-tab{padding:0;width:100%;min-height:500px}.kanban-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.kanban-header>div:first-child{flex:1;min-width:0}.kanban-header h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.kanban-subtitle{font-size:.875rem;color:#64748b;margin:0}.kanban-subtitle .blocked-count{color:#ef4444;font-weight:500}.view-toggle{display:flex;gap:.25rem;background:#f1f5f9;padding:.25rem;border-radius:8px}.toggle-btn{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;border:none;background:transparent;border-radius:6px;font-size:.8125rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .15s}.toggle-btn:hover{color:#475569;background:#ffffff80}.toggle-btn.active{background:#fff;color:#1e293b;box-shadow:0 1px 3px #0000001a}.kanban-board{display:flex;gap:.75rem;padding-bottom:1rem;min-height:400px}.kanban-column{flex:1;min-width:0;background:#f8fafc;border-radius:8px;display:flex;flex-direction:column;border:1px solid #e2e8f0;max-height:70vh;overflow:hidden}.kanban-column-header{padding:.75rem;border-top:3px solid #94a3b8;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;background:#fff;flex-shrink:0}.column-title{font-size:.8125rem;font-weight:600;color:#334155}.column-count{font-size:.6875rem;font-weight:700;color:#64748b;background:#e2e8f0;padding:.125rem .5rem;border-radius:10px;min-width:20px;text-align:center}.kanban-column-content{flex:1;padding:.5rem;display:flex;flex-direction:column;gap:.5rem;min-height:100px;transition:all .2s ease;border-radius:0 0 7px 7px;overflow-y:auto}.kanban-column.drag-over{border-color:#4263eb;box-shadow:0 0 0 2px #4263eb33}.kanban-column-content.drag-over{background:#4263eb14}.kanban-empty{text-align:center;color:#cbd5e1;font-size:.8125rem;padding:2rem 1rem;border:2px dashed #e2e8f0;border-radius:6px;transition:all .2s ease;min-height:100px;display:flex;align-items:center;justify-content:center;flex:1}.kanban-empty.active,.kanban-column-content.drag-over .kanban-empty{border-color:#4263eb;color:#4263eb;background:#4263eb1a;font-weight:500}.kanban-card{background:#fff;border-radius:6px;padding:.75rem;box-shadow:0 1px 2px #0000000a;cursor:grab;transition:all .15s;border:1px solid #d1d5db}.kanban-card:hover{box-shadow:0 4px 12px #0000001a;border-color:#9ca3af}.kanban-card.dragging{box-shadow:0 8px 24px #00000026;transform:rotate(2deg);cursor:grabbing;border-color:#4263eb}.kanban-card.ghost-card{background:#4263eb26!important;border:3px dashed #4263eb!important;opacity:1!important;cursor:default;animation:pulse-ghost 1.5s ease-in-out infinite;min-height:60px;box-shadow:0 0 10px #4263eb4d!important}.kanban-card.ghost-card .kanban-card-title{color:#4263eb}.kanban-card.ghost-card .drag-handle{color:#4263eb;opacity:.5}.kanban-card.ghost-card .kanban-card-meta{color:#4263eb;opacity:.7}@keyframes pulse-ghost{0%,to{opacity:.5}50%{opacity:.8}}.kanban-card.overdue{border-left:3px solid #ef4444}.kanban-card.remapped{border-left:3px solid #f97316}.kanban-card-header{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem}.drag-handle{color:#cbd5e1;flex-shrink:0;margin-top:2px}.kanban-card:hover .drag-handle{color:#94a3b8}.kanban-card-title{font-size:.8125rem;font-weight:500;color:#1e293b;line-height:1.3;word-break:break-word}.kanban-card-progress{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.kanban-card-progress .progress-bar-mini{flex:1;height:4px;background:#e2e8f0;border-radius:2px;overflow:hidden}.kanban-card-progress .progress-fill{height:100%;background:#22c55e;border-radius:2px;transition:width .3s}.kanban-card-progress .progress-text{font-size:.6875rem;color:#64748b;white-space:nowrap}.kanban-card-meta{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.6875rem;color:#64748b}.kanban-card-deliverable{display:flex;align-items:center;gap:.25rem;background:#f1f5f9;padding:.125rem .375rem;border-radius:4px;max-width:150px;overflow:hidden}.kanban-card-deliverable span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kanban-card-date{display:flex;align-items:center;gap:.25rem;margin-left:auto}.kanban-card-date.overdue{color:#ef4444;font-weight:500}.deliverable-card{border-left:3px solid #4263eb;background:linear-gradient(to right,#fafbff,#fff)}.deliverable-card.overdue{border-left-color:#ef4444;background:linear-gradient(to right,#fef2f2,#fff)}.deliverable-card.remapped{border-left-color:#f97316;background:linear-gradient(to right,#fff7ed,#fff)}.kanban-empty-state{text-align:center;padding:3rem;color:#64748b}.kanban-empty-state p{margin:0 0 .5rem}.kanban-empty-state .hint{font-size:.875rem;color:#94a3b8}.kanban-controls{display:flex;align-items:center;gap:.75rem}.settings-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #e2e8f0;background:#fff;border-radius:8px;color:#64748b;cursor:pointer;transition:all .15s}.settings-btn:hover{background:#f8fafc;color:#475569;border-color:#cbd5e1}.remapped-badge{display:inline-block;font-size:.625rem;font-weight:500;color:#f97316;background:#fff7ed;padding:.125rem .375rem;border-radius:4px;margin-bottom:.375rem;text-transform:uppercase}.kanban-settings-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.kanban-settings-modal{background:#fff;border-radius:12px;padding:1.5rem;width:90%;max-width:400px;box-shadow:0 8px 32px #0003}.settings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.settings-header h3{font-size:1rem;font-weight:600;color:#1e293b;margin:0}.close-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:#64748b;cursor:pointer;border-radius:6px;transition:all .15s}.close-btn:hover{background:#f1f5f9;color:#1e293b}.settings-hint{font-size:.8125rem;color:#64748b;margin:0 0 1rem}.status-toggles{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.status-toggle{display:flex;align-items:center;gap:.75rem;padding:.75rem;border:1px solid #e2e8f0;background:#fff;border-radius:8px;cursor:pointer;transition:all .15s}.status-toggle:hover:not(:disabled){border-color:#cbd5e1;background:#f8fafc}.status-toggle.visible{border-color:#22c55e;background:#f0fdf4}.status-toggle.hidden{border-color:#e2e8f0;background:#f8fafc;opacity:.7}.status-toggle.required{cursor:not-allowed;opacity:.6}.status-color{width:12px;height:12px;border-radius:3px;flex-shrink:0}.status-label{flex:1;font-size:.875rem;font-weight:500;color:#1e293b;text-align:left}.status-toggle svg{color:#64748b}.status-toggle.visible svg{color:#22c55e}.status-toggle.hidden svg{color:#94a3b8}.settings-actions{display:flex;gap:.75rem;justify-content:flex-end}.settings-actions .btn-cancel,.settings-actions .btn-save{padding:.625rem 1.25rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s}.settings-actions .btn-cancel{border:1px solid #e2e8f0;background:#fff;color:#64748b}.settings-actions .btn-cancel:hover{background:#f8fafc;border-color:#cbd5e1}.settings-actions .btn-save{border:none;background:#4263eb;color:#fff}.settings-actions .btn-save:hover{background:#3451c7}.kanban-readonly-notice{position:fixed;bottom:1rem;left:50%;transform:translate(-50%);background:#fef3c7;color:#92400e;padding:.5rem 1rem;border-radius:6px;font-size:.8125rem;font-weight:500;box-shadow:0 2px 8px #0000001a}@media(max-width:1024px){.kanban-board{overflow-x:auto}.kanban-column{flex:0 0 180px;min-width:180px}}@media(max-width:768px){.kanban-header{flex-direction:column;gap:1rem}.kanban-controls{width:100%;justify-content:space-between}.view-toggle{flex:1}.toggle-btn{flex:1;justify-content:center}.kanban-column{flex:0 0 160px;min-width:160px}}.ai-panel-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;display:flex;align-items:center;justify-content:center;padding:2rem;animation:fadeIn .2s ease}.ai-panel{width:100%;max-width:1200px;height:85vh;max-height:800px;background:#fff;border-radius:16px;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000040;animation:slideUp .3s ease;overflow:hidden}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ai-panel-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff}.ai-panel-title{display:flex;align-items:center;gap:1rem}.ai-panel-icon{width:44px;height:44px;background:#fff3;border-radius:12px;display:flex;align-items:center;justify-content:center}.ai-panel-title h2{margin:0;font-size:1.25rem;font-weight:600}.ai-panel-title p{margin:.25rem 0 0;font-size:.875rem;opacity:.85}.ai-panel-close{width:40px;height:40px;background:#ffffff1a;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.ai-panel-close:hover{background:#fff3}.ai-panel-body{flex:1;display:flex;min-height:0;overflow:hidden}.ai-panel-chat{width:420px;flex-shrink:0;display:flex;flex-direction:column;border-right:1px solid #e5e7eb;background:#fafafa}.ai-messages{flex:1;overflow-y:auto;padding:1.25rem}.ai-welcome-content{display:flex;flex-direction:column;gap:1rem}.ai-welcome-header{display:flex;align-items:center;gap:.75rem;color:#7c3aed;font-size:1.125rem;font-weight:600}.ai-welcome-hint{margin:0;font-size:.8125rem;color:#94a3b8;text-align:center}.ai-editing-notice{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fcd34d;border-radius:12px;margin-bottom:1rem}.ai-editing-notice-icon{font-size:1.5rem;flex-shrink:0}.ai-editing-notice-text{flex:1}.ai-editing-notice-text strong{display:block;color:#92400e;font-size:.9375rem;margin-bottom:.25rem}.ai-editing-notice-text p{margin:0;color:#a16207;font-size:.8125rem;line-height:1.5}.ai-examples-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.625rem}.ai-example-card{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#fff;border:2px solid #e2e8f0;border-radius:12px;font-size:.875rem;color:#334155;cursor:pointer;transition:all .15s;text-align:left}.ai-example-card:hover{border-color:#7c3aed;background:#faf5ff}.ai-example-icon{font-size:1.25rem;flex-shrink:0}.ai-example-title{font-weight:500;color:#334155}.ai-example-card:hover .ai-example-title{color:#7c3aed}.ai-context-section{background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;margin-top:.5rem}.ai-context-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;background:transparent;border:none;font-size:.8125rem;color:#64748b;cursor:pointer;transition:background .15s}.ai-context-toggle:hover{background:#f8fafc}.ai-context-toggle svg{transition:transform .2s}.ai-context-toggle svg.rotated{transform:rotate(90deg)}.ai-context-list{border-top:1px solid #e2e8f0;max-height:180px;overflow-y:auto}.ai-context-group{padding:.75rem}.ai-context-group+.ai-context-group{border-top:1px solid #f1f5f9}.ai-context-group-title{display:flex;align-items:center;gap:.375rem;font-size:.6875rem;font-weight:600;color:#94a3b8;text-transform:uppercase;margin-bottom:.5rem}.ai-context-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem .75rem;background:transparent;border:none;font-size:.8125rem;color:#475569;cursor:pointer;border-radius:6px;transition:all .15s;text-align:left}.ai-context-item:hover{background:#f1f5f9}.ai-context-item.selected{background:#f5f3ff;color:#7c3aed}.ai-context-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-context-item svg{color:#7c3aed;flex-shrink:0}.ai-context-selected{display:flex;align-items:center;gap:.375rem;padding:.625rem 1rem;background:#f5f3ff;border-top:1px solid #e2e8f0;font-size:.75rem;color:#7c3aed}.ai-messages-list{display:flex;flex-direction:column;gap:1rem}.ai-message{display:flex}.ai-message-user{justify-content:flex-end}.ai-user-bubble{max-width:85%;padding:.75rem 1rem;background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;border-radius:16px 16px 4px;font-size:.875rem;line-height:1.5;white-space:pre-wrap}.ai-assistant-bubble{display:flex;align-items:center;gap:.625rem;padding:.75rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:16px 16px 16px 4px}.ai-assistant-bubble.generating{background:#faf5ff;border-color:#ddd6fe}.ai-assistant-icon{width:28px;height:28px;background:linear-gradient(135deg,#ede9fe,#ddd6fe);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#7c3aed;flex-shrink:0}.ai-assistant-bubble.generating .ai-assistant-icon{background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff}.ai-assistant-text{display:flex;align-items:center;gap:.375rem;font-size:.875rem;color:#059669}.ai-assistant-bubble.generating .ai-assistant-text{color:#7c3aed}.ai-error-bubble{padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:16px 16px 16px 4px;font-size:.875rem;color:#dc2626}.ai-input-area{padding:1rem 1.25rem;background:#fff;border-top:1px solid #e5e7eb}.ai-input-context{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.625rem}.ai-input-context-tag{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#f5f3ff;border-radius:4px;font-size:.6875rem;color:#7c3aed}.ai-input-wrapper{display:flex;align-items:flex-end;gap:.75rem;background:#fff;border:2px solid #e2e8f0;border-radius:16px;padding:.875rem;transition:border-color .15s,box-shadow .15s}.ai-input-wrapper:focus-within{border-color:#7c3aed;box-shadow:0 0 0 4px #7c3aed1a}.ai-input-wrapper textarea{flex:1;border:none;background:transparent;resize:none;padding:.25rem;font-size:.9375rem;font-family:inherit;line-height:1.6;min-height:80px}.ai-input-wrapper textarea:focus{outline:none}.ai-input-wrapper textarea::placeholder{color:#94a3b8}.ai-send-button{width:44px;height:44px;background:linear-gradient(135deg,#7c3aed,#6d28d9);border:none;border-radius:12px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s;align-self:flex-end}.ai-send-button:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #7c3aed66}.ai-send-button:disabled{opacity:.5;cursor:not-allowed}.ai-panel-preview{flex:1;display:flex;flex-direction:column;min-width:0;background:#f8fafc}.ai-preview-header{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.25rem;background:#fff;border-bottom:1px solid #e5e7eb;font-size:.875rem;font-weight:600;color:#334155}.ai-preview-type{padding:.25rem .625rem;background:#f1f5f9;border-radius:6px;font-size:.75rem;font-weight:500;color:#64748b}.ai-preview-content{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;overflow:auto}.ai-preview-empty{display:flex;flex-direction:column;align-items:center;gap:1rem;color:#cbd5e1}.ai-preview-empty span{font-size:.9375rem}.ai-preview-svg{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000000d,0 4px 12px #00000008;max-width:100%;max-height:100%;overflow:auto}.ai-preview-svg svg{display:block;max-width:100%;height:auto}.ai-preview-error{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center;color:#dc2626;padding:2rem}.ai-preview-error span{font-weight:500}.ai-preview-error pre{margin:0;padding:.75rem 1rem;background:#fef2f2;border-radius:8px;font-size:.75rem;color:#991b1b;max-width:100%;overflow-x:auto;white-space:pre-wrap;word-break:break-word;text-align:left}.ai-panel-footer{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;background:#fff;border-top:1px solid #e5e7eb}.ai-btn-cancel,.ai-btn-apply{padding:.75rem 1.5rem;border-radius:10px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .15s;display:flex;align-items:center;gap:.5rem}.ai-btn-cancel{background:#fff;border:1px solid #e2e8f0;color:#64748b}.ai-btn-cancel:hover{background:#f8fafc;border-color:#cbd5e1}.ai-btn-apply{background:linear-gradient(135deg,#7c3aed,#6d28d9);border:none;color:#fff}.ai-btn-apply:hover:not(:disabled){box-shadow:0 4px 12px #7c3aed66;transform:translateY(-1px)}.ai-btn-apply:disabled{opacity:.5;cursor:not-allowed}@media(max-width:900px){.ai-panel-overlay{padding:1rem}.ai-panel{height:95vh;max-height:none}.ai-panel-body{flex-direction:column}.ai-panel-chat{width:100%;height:50%;border-right:none;border-bottom:1px solid #e5e7eb}.ai-panel-preview{height:50%}}.diagram-drawer-overlay{position:fixed;inset:0;background:#0000004d;z-index:1099;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.diagram-drawer-overlay.active{opacity:1;visibility:visible}.diagram-drawer{position:fixed;top:0;left:-100%;width:80%;min-width:900px;max-width:1400px;height:100vh;background:#fff;box-shadow:4px 0 12px #00000026;z-index:1100;display:flex;flex-direction:column;transition:left .3s ease}.diagram-drawer.open{left:0}.diagram-drawer-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb;background:#f9fafb;flex-shrink:0}.diagram-drawer-header-content h2{margin:0;font-size:1.25rem;font-weight:600;color:#111827}.diagram-drawer-close-btn{background:transparent;border:none;color:#6b7280;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s}.diagram-drawer-close-btn:hover{background:#e5e7eb;color:#111827}.diagram-drawer-content{flex:1;overflow:hidden;padding:1.5rem;display:flex;flex-direction:column}.diagram-drawer-content form{display:flex;flex-direction:column;flex:1;min-height:0}.diagram-meta-row{display:flex;gap:1rem;margin-bottom:1rem}.diagram-meta-row .title-group{flex:2}.diagram-meta-row .type-group{flex:1;min-width:180px}.diagram-drawer .form-group{margin-bottom:1rem}.diagram-drawer .form-group label{display:block;font-weight:500;color:#374151;margin-bottom:.5rem;font-size:.875rem}.diagram-drawer .form-group input[type=text],.diagram-drawer .form-group select{width:100%;padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9375rem;font-family:inherit;transition:border-color .2s,box-shadow .2s}.diagram-drawer .form-group input[type=text]:focus,.diagram-drawer .form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.diagram-split-view{display:flex;flex:1;min-height:0;gap:1px;background:#e5e7eb;border-radius:8px;overflow:hidden;border:1px solid #e5e7eb}.diagram-editor-pane,.diagram-preview-pane{flex:1;display:flex;flex-direction:column;background:#fff;min-width:0}.pane-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background:#f8fafc;border-bottom:1px solid #e5e7eb;flex-shrink:0}.pane-header>span{font-size:.875rem;font-weight:600;color:#374151}.rendering-indicator{color:#3b82f6;margin-left:.5rem;animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.pane-header-actions{display:flex;gap:.5rem}.pane-action-btn{display:flex;align-items:center;gap:.25rem;padding:.375rem .625rem;background:#fff;border:1px solid #d1d5db;border-radius:4px;font-size:.75rem;color:#4b5563;cursor:pointer;transition:all .2s}.pane-action-btn:hover{background:#f3f4f6;border-color:#9ca3af}.pane-action-btn:disabled{opacity:.5;cursor:not-allowed}.diagram-code-editor{flex:1;resize:none;border:none;padding:1rem;font-family:Monaco,Menlo,Ubuntu Mono,Consolas,monospace;font-size:13px;line-height:1.6;background:#1e1e1e;color:#d4d4d4;tab-size:4}.diagram-code-editor:focus{outline:none}.diagram-code-editor::placeholder{color:#6b7280}.diagram-preview-content{flex:1;overflow:auto;padding:1rem;display:flex;align-items:center;justify-content:center;background:#fafbfc}.diagram-preview-svg{max-width:100%;max-height:100%;overflow:auto}.diagram-preview-svg svg{max-width:100%;height:auto}.diagram-placeholder{text-align:center;color:#9ca3af;font-size:.875rem;padding:2rem}.diagram-error{display:flex;flex-direction:column;align-items:center;gap:.75rem;text-align:center;color:#ef4444;padding:2rem;max-width:100%}.diagram-error svg{flex-shrink:0}.diagram-error span{font-weight:500}.diagram-error pre{margin:0;padding:.75rem;background:#fef2f2;border-radius:6px;font-size:.75rem;color:#991b1b;max-width:100%;overflow-x:auto;white-space:pre-wrap;word-break:break-word;text-align:left}.diagram-drawer-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.25rem 1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb;flex-shrink:0}.diagram-drawer .btn-cancel,.diagram-drawer .btn-save{padding:.75rem 1.5rem;border-radius:6px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}.diagram-drawer .btn-cancel{background:#fff;color:#6b7280;border:1px solid #d1d5db}.diagram-drawer .btn-cancel:hover{background:#f9fafb;border-color:#9ca3af}.diagram-drawer .btn-save{background:#3b82f6;color:#fff}.diagram-drawer .btn-save:hover{background:#2563eb}.diagram-drawer .btn-save:disabled{background:#9ca3af;cursor:not-allowed}.diagram-drawer-view{width:85%;min-width:800px;max-width:1600px}.diagram-drawer-view.fullscreen{width:100%;min-width:unset;max-width:unset}.diagram-drawer-view .view-header{background:#fff;padding:1.5rem;border-bottom:1px solid #e5e7eb}.diagram-drawer-view .diagram-drawer-header-content{flex:1}.view-header-info{display:flex;align-items:center;gap:12px;margin-bottom:4px}.view-type-badge{display:inline-flex;align-items:center;padding:4px 10px;background:#3b82f6;color:#fff;font-size:11px;font-weight:600;border-radius:4px;text-transform:uppercase;letter-spacing:.3px}.view-header-info h2{font-size:1.5rem;font-weight:600;color:#1e293b;margin:0}.view-description{font-size:14px;color:#64748b;margin:8px 0 0;line-height:1.5}.view-header-actions{display:flex;align-items:center;gap:8px}.view-action-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.view-action-btn:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1;color:#1e293b}.view-action-btn:disabled{opacity:.5;cursor:not-allowed}.view-action-btn.edit-btn{background:#3b82f6;border-color:#3b82f6;color:#fff}.view-action-btn.edit-btn:hover{background:#2563eb;border-color:#2563eb}.diagram-view-content{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;background:#f8fafc;overflow:auto}.diagram-view-svg{display:flex;align-items:center;justify-content:center;background:#fff;border-radius:12px;padding:3rem;box-shadow:0 1px 3px #00000014,0 4px 12px #0000000a;width:95%;min-height:60vh;overflow:visible}.diagram-view-svg svg{display:block;margin:auto;max-width:none!important;max-height:none!important;width:auto!important;height:auto!important;min-width:600px;min-height:400px}.diagram-drawer-view.fullscreen .diagram-view-svg{width:98%;min-height:70vh;padding:4rem}.diagram-drawer-view.fullscreen .diagram-view-svg svg{min-width:800px;min-height:500px}.diagram-loading{display:flex;flex-direction:column;align-items:center;gap:12px;color:#64748b}.diagram-loading-spinner{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}@media(max-width:1200px){.diagram-drawer{width:90%;min-width:700px}}@media(max-width:900px){.diagram-drawer{width:100%;min-width:unset}.diagram-split-view{flex-direction:column}.diagram-editor-pane,.diagram-preview-pane{flex:none;height:50%}.diagram-meta-row{flex-direction:column}.diagram-meta-row .type-group{min-width:unset}}.pane-action-btn.ai-btn{background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;border-color:#7c3aed}.pane-action-btn.ai-btn:hover{background:linear-gradient(135deg,#6d28d9,#5b21b6)}.diagram-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .2s;display:flex;flex-direction:column}.diagram-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626;transform:translateY(-2px)}.diagram-card-thumbnail{height:160px;background:#f8fafc;display:flex;align-items:center;justify-content:center;overflow:hidden;border-bottom:1px solid #e2e8f0}.diagram-thumbnail-svg{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:.5rem}.diagram-thumbnail-svg svg{max-width:100%;max-height:100%;width:auto;height:auto}.diagram-card-placeholder{display:flex;align-items:center;justify-content:center;color:#94a3b8;font-size:.875rem}.diagram-card-info{padding:1rem;flex:1}.diagram-card-title{font-size:.9375rem;font-weight:600;color:#1e293b;margin:0 0 .5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.diagram-card-meta{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.diagram-type-badge{display:inline-block;padding:.25rem .5rem;background:#e0f2fe;color:#0369a1;font-size:.75rem;font-weight:500;border-radius:4px}.diagram-card-date{font-size:.75rem;color:#94a3b8}.diagram-card-author{font-size:.75rem;color:#64748b}.diagram-card-actions{display:flex;gap:.25rem;padding:.75rem 1rem;border-top:1px solid #e2e8f0;background:#f8fafc;opacity:0;transition:opacity .2s}.diagram-card:hover .diagram-card-actions{opacity:1}.diagram-card-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:#fff;color:#64748b;border-radius:6px;cursor:pointer;transition:all .2s;border:1px solid #e2e8f0}.diagram-card-btn:hover{background:#f1f5f9;color:#3b82f6;border-color:#3b82f6}.diagram-card-btn.delete:hover{background:#fef2f2;color:#ef4444;border-color:#ef4444}@media(max-width:768px){.diagram-card-actions{opacity:1}}.diagrams-tab{display:flex;flex-direction:column;height:100%}.diagrams-tab-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.diagrams-tab-header h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.diagrams-subtitle{font-size:.875rem;color:#64748b;margin:0}.btn-add-diagram{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-add-diagram:hover{background:#2563eb}.diagrams-filters{display:flex;gap:.75rem;margin-bottom:1.5rem}.filter-search{flex:1;display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;max-width:300px}.filter-search svg{color:#94a3b8;flex-shrink:0}.filter-search input{flex:1;border:none;background:transparent;font-size:.875rem;color:#1e293b;outline:none}.filter-search input::placeholder{color:#94a3b8}.filter-type{padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;color:#64748b;background:#fff;cursor:pointer;min-width:150px}.filter-type:focus{outline:none;border-color:#3b82f6}.diagrams-content{flex:1}.diagrams-loading{text-align:center;padding:3rem;color:#94a3b8;font-size:.875rem}.diagrams-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;background:#f8fafc;border-radius:12px;border:2px dashed #e2e8f0}.diagrams-empty svg{color:#cbd5e1;margin-bottom:1rem}.diagrams-empty h4{font-size:1.125rem;font-weight:600;color:#475569;margin:0 0 .5rem}.diagrams-empty p{font-size:.875rem;color:#64748b;margin:0 0 1.5rem;max-width:400px}.diagrams-empty button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.diagrams-empty button:hover{background:#2563eb}.diagrams-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}@media(max-width:768px){.diagrams-tab-header{flex-direction:column;align-items:stretch}.btn-add-diagram{justify-content:center}.diagrams-filters{flex-direction:column}.filter-search{max-width:none}.diagrams-grid{grid-template-columns:1fr}}.document-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;gap:12px;position:relative}.document-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.document-card.pinned{border-color:#fbbf24;background:linear-gradient(to bottom right,#fffbeb,#fff)}.document-card-pin-badge{position:absolute;top:-6px;right:-6px;width:24px;height:24px;background:#fbbf24;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 2px 4px #0000001a}.document-card-header{display:flex;justify-content:space-between;align-items:flex-start}.document-card-badges{display:flex;align-items:center;gap:6px}.document-card-type-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:6px;color:#fff;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px}.document-card-imported-badge{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:6px;background:#ecfdf5;color:#059669}.document-card-menu{position:relative}.document-card-menu-button{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;border-radius:6px;cursor:pointer;color:#94a3b8;transition:all .15s ease}.document-card-menu-button:hover{background:#f1f5f9;color:#64748b}.document-card-menu-backdrop{position:fixed;inset:0;z-index:99}.document-card-menu-dropdown{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 16px #0000001f;min-width:160px;z-index:100;overflow:hidden}.document-card-menu-dropdown button{display:flex;align-items:center;gap:10px;width:100%;padding:10px 14px;border:none;background:transparent;text-align:left;cursor:pointer;font-size:13px;color:#374151;transition:background .15s ease}.document-card-menu-dropdown button:hover{background:#f8fafc}.document-card-menu-dropdown button:disabled{opacity:.6;cursor:not-allowed}.document-card-menu-divider{height:1px;background:#e2e8f0;margin:4px 0}.document-card-menu-danger{color:#dc2626!important}.document-card-menu-danger:hover{background:#fef2f2!important}.document-card-title{font-size:16px;font-weight:600;color:#1e293b;margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.document-card-description{font-size:13px;color:#64748b;margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.document-card-preview{flex:1;font-size:12px;color:#94a3b8;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:54px;padding:10px;background:#f8fafc;border-radius:6px}.document-card-footer{display:flex;justify-content:space-between;align-items:center;padding-top:8px;border-top:1px solid #f1f5f9}.document-card-meta{display:flex;gap:12px;flex-wrap:wrap}.document-card-author,.document-card-date{display:flex;align-items:center;gap:4px;font-size:11px;color:#94a3b8}.document-card-word-count{font-size:11px;color:#94a3b8;background:#f1f5f9;padding:2px 8px;border-radius:4px}.file-preview{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:8px;overflow:hidden}.file-preview-loading,.file-preview-error,.file-preview-unsupported{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:60px 20px;color:#64748b;text-align:center}.file-preview-error{color:#dc2626}.file-preview-loading .spinning{animation:spin 1s linear infinite}.file-preview-download-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;margin-top:8px}.file-preview-download-btn:hover{background:#2563eb}.file-preview-excel{border:1px solid #e2e8f0}.file-preview-tabs{display:flex;gap:4px;padding:8px 12px;background:#f8fafc;border-bottom:1px solid #e2e8f0;overflow-x:auto}.file-preview-tab{padding:6px 14px;border:none;background:transparent;border-radius:4px;font-size:13px;color:#64748b;cursor:pointer;white-space:nowrap;transition:all .15s ease}.file-preview-tab:hover{background:#e2e8f0;color:#1e293b}.file-preview-tab.active{background:#fff;color:#1e293b;font-weight:500;box-shadow:0 1px 3px #0000001a}.file-preview-table-container{flex:1;overflow:auto;max-height:500px}.file-preview-table{width:100%;border-collapse:collapse;font-size:13px}.file-preview-table th,.file-preview-table td{padding:8px 12px;border:1px solid #e2e8f0;text-align:left;white-space:nowrap;max-width:300px;overflow:hidden;text-overflow:ellipsis}.file-preview-table th{background:#f1f5f9;font-weight:600;color:#334155;position:sticky;top:0;z-index:1}.file-preview-table td{background:#fff;color:#1e293b}.file-preview-table tr:hover td{background:#f8fafc}.file-preview-row-num{background:#f8fafc!important;color:#94a3b8;font-size:11px;text-align:center;width:40px;min-width:40px}.file-preview-footer{display:flex;gap:16px;padding:10px 16px;background:#f8fafc;border-top:1px solid #e2e8f0;font-size:12px;color:#64748b}.file-preview-pdf{flex:1;min-height:600px}.file-preview-iframe{width:100%;height:100%;min-height:600px;border:none}.file-preview-word{padding:32px;overflow:auto;max-height:600px}.file-preview-word-content{max-width:800px;margin:0 auto;font-size:15px;line-height:1.7;color:#1e293b}.file-preview-word-content h1{font-size:24px;font-weight:700;margin:1em 0 .5em}.file-preview-word-content h2{font-size:20px;font-weight:600;margin:1em 0 .5em}.file-preview-word-content p{margin:0 0 1em}.file-preview-word-content table{width:100%;border-collapse:collapse;margin:1em 0}.file-preview-word-content th,.file-preview-word-content td{border:1px solid #e2e8f0;padding:8px 12px}.file-preview-word-content th{background:#f1f5f9}.file-preview-image{display:flex;align-items:center;justify-content:center;padding:20px;background:#f8fafc;min-height:300px}.file-preview-image img{max-width:100%;max-height:600px;object-fit:contain;border-radius:8px;box-shadow:0 4px 12px #0000001a}.file-preview-text{padding:20px;overflow:auto;max-height:600px;background:#1e293b}.file-preview-text pre{margin:0;font-family:Monaco,Menlo,Courier New,monospace;font-size:13px;line-height:1.5;color:#e2e8f0;white-space:pre-wrap;word-break:break-word}.document-drawer-overlay{position:fixed;inset:0;background:#0006;z-index:1000;display:flex;justify-content:flex-end;animation:fadeIn .2s ease}.document-drawer{width:65%;max-width:1000px;min-width:600px;height:100%;background:#fff;box-shadow:-4px 0 20px #00000026;display:flex;flex-direction:column;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.document-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid #e2e8f0;flex-shrink:0}.document-drawer-header-left h2{font-size:18px;font-weight:600;color:#1e293b;margin:0}.document-drawer-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;border-radius:8px;cursor:pointer;color:#64748b;transition:all .15s ease}.document-drawer-close:hover{background:#f1f5f9;color:#1e293b}.document-drawer-content{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column}.document-drawer-error{padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:13px;margin-bottom:16px}.document-drawer-form{display:flex;flex-direction:column;gap:20px;flex:1}.document-drawer-row{display:flex;gap:16px}.document-drawer-field{display:flex;flex-direction:column;gap:6px}.document-drawer-field-title{flex:1}.document-drawer-field-type{width:220px}.document-drawer-field-content{flex:1;display:flex;flex-direction:column;min-height:0}.document-drawer-field label{font-size:13px;font-weight:500;color:#475569}.document-drawer-input{padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;color:#1e293b;background:#fff;transition:all .15s ease}.document-drawer-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.document-drawer-input::placeholder{color:#94a3b8}.document-drawer-textarea{padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;color:#1e293b;background:#fff;resize:vertical;min-height:60px;font-family:inherit;transition:all .15s ease}.document-drawer-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.document-drawer-textarea::placeholder{color:#94a3b8}.document-drawer-select-wrapper{position:relative;display:flex;align-items:center}.document-drawer-type-icon{position:absolute;left:10px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px;color:#fff;z-index:1;pointer-events:none}.document-drawer-select{flex:1;padding:10px 36px 10px 42px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;color:#1e293b;background:#fff;cursor:pointer;appearance:none;transition:all .15s ease}.document-drawer-select:not(:has(+.document-drawer-type-icon)){padding-left:14px}.document-drawer-select-wrapper:not(:has(.document-drawer-type-icon)) .document-drawer-select{padding-left:14px}.document-drawer-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.document-drawer-select-arrow{position:absolute;right:12px;color:#64748b;pointer-events:none}.document-drawer-editor{flex:1;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;min-height:400px}.document-drawer-editor .rich-text-editor{flex:1;display:flex;flex-direction:column;border:none}.document-drawer-editor .editor-content-wrapper{flex:1;overflow-y:auto}.document-drawer-footer{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-top:1px solid #e2e8f0;background:#f8fafc;flex-shrink:0}.document-drawer-footer-actions{display:flex;gap:12px}.document-drawer-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease}.document-drawer-btn:disabled{opacity:.6;cursor:not-allowed}.document-drawer-btn-cancel{background:#fff;border:1px solid #e2e8f0;color:#64748b}.document-drawer-btn-cancel:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.document-drawer-btn-export{background:#fff;border:1px solid #3b82f6;color:#3b82f6}.document-drawer-btn-export:hover:not(:disabled){background:#eff6ff}.document-drawer-btn-save{background:#3b82f6;border:1px solid #3b82f6;color:#fff}.document-drawer-btn-save:hover:not(:disabled){background:#2563eb;border-color:#2563eb}.document-drawer-view{width:70%;max-width:1100px;min-width:600px}.document-drawer-view.fullscreen{width:100%;max-width:none;min-width:0}.document-view-header{display:flex;align-items:flex-start;justify-content:space-between;padding:24px 32px;border-bottom:1px solid #e2e8f0;background:#fff;flex-shrink:0}.document-view-header-left{flex:1;min-width:0}.document-view-badges{display:flex;align-items:center;gap:8px;margin-bottom:12px;flex-wrap:wrap}.document-view-type-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:6px;font-size:12px;font-weight:600;color:#fff}.document-view-imported-badge{display:inline-flex;align-items:center;gap:5px;padding:5px 10px;border-radius:6px;font-size:11px;font-weight:500;background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.document-view-title{font-size:24px;font-weight:700;color:#0f172a;margin:0 0 8px;line-height:1.3}.document-view-description{font-size:15px;color:#64748b;margin:0 0 16px;line-height:1.5}.document-view-meta{display:flex;flex-wrap:wrap;gap:16px;align-items:center}.document-view-meta-item{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#64748b}.document-view-meta-item svg{color:#94a3b8}.document-view-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}.document-view-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease}.document-view-btn:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1;color:#1e293b}.document-view-btn:disabled{opacity:.5;cursor:not-allowed}.document-view-btn-edit{background:#3b82f6;border-color:#3b82f6;color:#fff}.document-view-btn-edit:hover:not(:disabled){background:#2563eb;border-color:#2563eb;color:#fff}.document-view-content{flex:1;overflow-y:auto;padding:32px;background:#f8fafc}.document-view-paper{max-width:900px;margin:0 auto;background:#fff;border-radius:8px;box-shadow:0 1px 3px #00000014,0 4px 12px #0000000a;padding:48px 56px;min-height:600px}.document-view-body{font-size:15px;line-height:1.8;color:#1e293b}.document-view-body h1{font-size:28px;font-weight:700;color:#0f172a;margin:1.5em 0 .75em;line-height:1.3}.document-view-body h1:first-child{margin-top:0}.document-view-body h2{font-size:22px;font-weight:600;color:#1e293b;margin:1.25em 0 .5em;line-height:1.3}.document-view-body h3{font-size:18px;font-weight:600;color:#334155;margin:1em 0 .5em;line-height:1.4}.document-view-body p{margin:0 0 1em}.document-view-body ul,.document-view-body ol{margin:0 0 1em;padding-left:1.75em}.document-view-body li{margin-bottom:.35em}.document-view-body blockquote{border-left:4px solid #3b82f6;margin:1.5em 0;padding:12px 20px;background:#f8fafc;border-radius:0 8px 8px 0;color:#475569;font-style:italic}.document-view-body code{background:#f1f5f9;padding:2px 6px;border-radius:4px;font-family:Monaco,Menlo,Courier New,monospace;font-size:.9em;color:#e11d48}.document-view-body pre{background:#1e293b;color:#e2e8f0;padding:16px 20px;border-radius:8px;overflow-x:auto;margin:1.5em 0}.document-view-body pre code{background:none;padding:0;color:inherit}.document-view-body table{width:100%;border-collapse:collapse;margin:1.5em 0}.document-view-body th,.document-view-body td{border:1px solid #e2e8f0;padding:10px 14px;text-align:left}.document-view-body th{background:#f1f5f9;font-weight:600;color:#334155}.document-view-body tr:nth-child(2n) td{background:#fafbfc}.document-view-body a{color:#3b82f6;text-decoration:underline}.document-view-body a:hover{color:#2563eb}.document-view-body hr{border:none;border-top:2px solid #e2e8f0;margin:2em 0}.document-view-body img{max-width:100%;height:auto;border-radius:8px}.document-drawer-view.fullscreen .document-view-paper{max-width:1000px}.document-view-file-info{color:#059669;font-weight:500}.document-view-file-preview{flex:1;display:flex;flex-direction:column;padding:16px;min-height:400px}.document-view-file-preview .file-preview{flex:1}.document-view-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:60px 20px;color:#64748b}.document-view-loading .spinning{animation:spin 1s linear infinite}.document-view-download-fallback{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer}.document-view-download-fallback:hover{background:#2563eb}@media(max-width:1024px){.document-drawer{width:80%;min-width:500px}}@media(max-width:768px){.document-drawer{width:100%;min-width:0}.document-drawer-row{flex-direction:column}.document-drawer-field-type{width:100%}}.template-selector-overlay{position:fixed;inset:0;background:#00000080;z-index:1100;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .2s ease}.template-selector-modal{width:100%;max-width:700px;max-height:80vh;background:#fff;border-radius:16px;box-shadow:0 20px 50px #0003;display:flex;flex-direction:column;animation:scaleIn .2s ease}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.template-selector-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e2e8f0;flex-shrink:0}.template-selector-header h2{font-size:18px;font-weight:600;color:#1e293b;margin:0}.template-selector-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;border-radius:8px;cursor:pointer;color:#64748b;transition:all .15s ease}.template-selector-close:hover{background:#f1f5f9;color:#1e293b}.template-selector-content{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:24px}.template-selector-section h3{font-size:14px;font-weight:600;color:#475569;margin:0 0 12px;text-transform:uppercase;letter-spacing:.3px}.template-selector-blank-card{display:flex;align-items:center;gap:16px;width:100%;padding:16px 20px;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:left}.template-selector-blank-card:hover{border-color:#3b82f6;background:#eff6ff}.template-blank-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:#fff;border-radius:10px;color:#3b82f6;box-shadow:0 2px 8px #0000000f}.template-blank-info{display:flex;flex-direction:column;gap:4px}.template-blank-title{font-size:15px;font-weight:600;color:#1e293b}.template-blank-desc{font-size:13px;color:#64748b}.template-selector-templates{flex:1;display:flex;flex-direction:column;min-height:0}.template-selector-templates-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:16px}.template-selector-templates-header h3{margin:0}.template-selector-filters{display:flex;gap:10px}.template-selector-search{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#94a3b8}.template-selector-search input{border:none;outline:none;background:transparent;font-size:13px;width:140px;color:#1e293b}.template-selector-search input::placeholder{color:#94a3b8}.template-selector-type-filter{padding:8px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;color:#1e293b;cursor:pointer}.template-selector-type-filter:focus{outline:none;border-color:#3b82f6}.template-selector-loading,.template-selector-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:40px 20px;color:#94a3b8;text-align:center}.template-selector-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:12px}.template-card{display:flex;flex-direction:column;padding:16px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .2s ease;text-align:left;position:relative}.template-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626}.template-card.selected{border-color:#3b82f6;background:#eff6ff}.template-card:disabled{cursor:not-allowed;opacity:.7}.template-card-loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#fffc;border-radius:10px}.template-card-header{margin-bottom:10px}.template-card-type{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:4px;font-size:10px;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.3px}.template-card-name{font-size:14px;font-weight:600;color:#1e293b;margin:0 0 6px;line-height:1.3}.template-card-desc{font-size:12px;color:#64748b;margin:0;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:600px){.template-selector-modal{max-height:90vh}.template-selector-templates-header{flex-direction:column;align-items:stretch}.template-selector-filters{flex-direction:column}.template-selector-search input{width:100%;flex:1}.template-selector-grid{grid-template-columns:1fr}}.documents-tab{display:flex;flex-direction:column;gap:20px;padding:24px;max-width:1400px;margin:0 auto}.documents-tab-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.documents-tab-title{display:flex;align-items:center;gap:10px;color:#1e293b}.documents-tab-title h2{font-size:20px;font-weight:600;margin:0}.documents-count{background:#e2e8f0;color:#64748b;padding:2px 10px;border-radius:12px;font-size:13px;font-weight:500}.documents-tab-actions{display:flex;align-items:center;gap:10px}.documents-tab-import-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:#fff;color:#059669;border:1px solid #059669;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease}.documents-tab-import-btn:hover:not(:disabled){background:#ecfdf5}.documents-tab-import-btn:disabled{opacity:.6;cursor:not-allowed}.documents-tab-new-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease}.documents-tab-new-btn:hover{background:#2563eb}.documents-tab-filters{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;padding:16px;background:#f8fafc;border-radius:10px}.documents-tab-search{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;flex:1;max-width:400px;color:#94a3b8}.documents-tab-search input{flex:1;border:none;outline:none;background:transparent;font-size:14px;color:#1e293b}.documents-tab-search input::placeholder{color:#94a3b8}.documents-tab-filter-group{display:flex;align-items:center;gap:10px}.documents-tab-select{padding:10px 14px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;color:#1e293b;cursor:pointer;min-width:160px}.documents-tab-select:focus{outline:none;border-color:#3b82f6}.documents-tab-pin-filter{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;color:#94a3b8;transition:all .15s ease}.documents-tab-pin-filter:hover{border-color:#fbbf24;color:#fbbf24}.documents-tab-pin-filter.active{background:#fef3c7;border-color:#fbbf24;color:#d97706}.documents-tab-content{flex:1}.documents-tab-loading,.documents-tab-error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:60px 20px;color:#64748b;text-align:center}.documents-tab-error{color:#dc2626}.documents-tab-error button{padding:8px 16px;background:#fee2e2;color:#dc2626;border:none;border-radius:6px;cursor:pointer;font-size:13px}.documents-tab-error button:hover{background:#fecaca}.documents-tab-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:80px 20px;text-align:center;color:#94a3b8}.documents-tab-empty h3{font-size:18px;font-weight:600;color:#64748b;margin:0}.documents-tab-empty p{font-size:14px;margin:0;max-width:300px}.documents-tab-empty button{display:inline-flex;align-items:center;gap:8px;margin-top:12px;padding:10px 20px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease}.documents-tab-empty button:hover{background:#2563eb}.documents-tab-empty-filter{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:60px 20px;color:#94a3b8;text-align:center}.documents-tab-section{margin-bottom:24px}.documents-tab-section-title{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.3px;margin:0 0 16px}.documents-tab-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}@media(max-width:768px){.documents-tab{padding:16px}.documents-tab-header{flex-direction:column;align-items:stretch}.documents-tab-actions{flex-direction:column}.documents-tab-import-btn,.documents-tab-new-btn{width:100%;justify-content:center}.documents-tab-filters{flex-direction:column}.documents-tab-search{max-width:none;width:100%}.documents-tab-filter-group{width:100%;justify-content:space-between}.documents-tab-select{flex:1}.documents-tab-grid{grid-template-columns:1fr}}.project-detail-page{padding:1.5rem;max-width:100%;margin:0 auto}.project-detail-header{background:#fff;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000001a}.header-actions{display:flex;align-items:center;gap:.75rem}.project-detail-header .btn-back,.project-detail-header .btn-timeline,.project-detail-header .btn-edit-project{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;height:36px;margin:0;border:1px solid #e2e8f0;background:#fff;border-radius:6px;cursor:pointer;font-size:.875rem;transition:all .2s}.project-detail-header .btn-back:hover,.project-detail-header .btn-timeline:hover,.project-detail-header .btn-edit-project:hover{background:#f8fafc;border-color:#cbd5e1}.btn-timeline{background:#3b82f6;color:#fff;border-color:#3b82f6}.btn-timeline:hover{background:#2563eb}.header-main{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem}.project-title-section{display:flex;align-items:center;gap:1rem}.project-color-indicator{width:4px;height:32px;border-radius:2px}.project-title-section h1{font-size:1.75rem;font-weight:600;color:#1e293b;margin:0}.project-description{color:#64748b;font-size:1rem;line-height:1.5;margin:0 0 1rem;padding-left:21px}.project-metadata{display:flex;align-items:center;gap:.5rem;padding-left:21px;margin-top:.75rem;font-size:.875rem}.metadata-label{color:#64748b;font-weight:500}.metadata-value{color:#1e293b;font-weight:600}.project-tabs{display:flex;gap:.5rem;border-top:1px solid #e2e8f0;padding-top:1rem}.tab-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border:none;background:transparent;color:#64748b;font-size:.9375rem;font-weight:500;cursor:pointer;border-radius:6px;transition:all .2s;position:relative}.tab-button:hover{background:#f8fafc;color:#334155}.tab-button.active{background:#eff6ff;color:#3b82f6}.tab-button.active:after{content:"";position:absolute;bottom:-1rem;left:0;right:0;height:2px;background:#3b82f6}.project-detail-content{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;max-width:1600px;margin:0 auto}.overview-tab{width:100%}.overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem}.info-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1.5rem}.info-card h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 1rem}.info-rows{display:flex;flex-direction:column;gap:.75rem}.info-row{display:flex;justify-content:space-between;align-items:center}.info-row .label{font-weight:500;color:#64748b;font-size:.875rem}.info-row .value{color:#1e293b;font-size:.9375rem}.info-row.description-row{flex-direction:column;align-items:flex-start;gap:.5rem}.info-row.description-row .value{line-height:1.5;white-space:pre-wrap}.progress-stats{display:flex;justify-content:space-around;margin-bottom:1.5rem}.stat{text-align:center}.stat-value{font-size:2rem;font-weight:700;color:#3b82f6}.stat-label{font-size:.875rem;color:#64748b;margin-top:.25rem}.progress-bar-container{width:100%;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden}.progress-bar{height:100%;background:linear-gradient(90deg,#3b82f6,#2563eb);transition:width .3s ease}.team-card .team-roles{display:flex;flex-direction:column;gap:.75rem}.team-role{display:flex;flex-direction:column;gap:.25rem}.role-title{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.role-name{font-size:.9375rem;color:#1e293b;font-weight:500}.text-danger{color:#ef4444!important;font-weight:600}.text-warning{color:#f59e0b!important;font-weight:600}.status-breakdown{display:flex;flex-direction:column;gap:.75rem}.status-item{display:flex;align-items:center;gap:.75rem;padding:.5rem;background:#f8fafc;border-radius:6px}.status-dot{width:16px;height:16px;border-radius:50%;flex-shrink:0}.status-count{font-weight:700;font-size:1.125rem;color:#1e293b;min-width:32px}.status-name{font-size:.875rem;color:#64748b}.deadline-list{display:flex;flex-direction:column;gap:.5rem}.deadline-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f8fafc;border-radius:6px;border-left:3px solid #e2e8f0;transition:all .2s}.deadline-item:hover{background:#f1f5f9;border-left-color:#3b82f6}.deadline-info{display:flex;flex-direction:column;gap:.25rem;flex:1}.deadline-type{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;padding:.125rem .5rem;background:#e2e8f0;border-radius:3px;display:inline-block;width:fit-content}.deadline-type.deliverable{background:#dbeafe;color:#1e40af}.deadline-type.task{background:#e0e7ff;color:#5b21b6}.deadline-name{font-weight:600;font-size:.875rem;color:#1e293b}.deadline-parent{font-size:.75rem;color:#94a3b8}.deadline-days{font-weight:700;font-size:.9375rem;color:#3b82f6;background:#dbeafe;padding:.375rem .75rem;border-radius:6px;min-width:60px;text-align:center;flex-shrink:0}.deadline-days.urgent{background:#fee2e2;color:#dc2626}.health-indicators{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.indicator{display:flex;flex-direction:column;align-items:center;padding:1rem;background:#f8fafc;border-radius:8px;text-align:center}.indicator-label{font-size:.75rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.indicator-value{font-size:1.5rem;font-weight:700;color:#1e293b}.indicator-value.success{color:#10b981}.indicator-value.warning{color:#f59e0b}.indicator-value.danger{color:#ef4444}.roles-tab{width:100%}.roles-tab-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.roles-tab-header>div:first-child{flex:1;min-width:0}.roles-tab-header h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.roles-subtitle{font-size:.875rem;color:#64748b;margin:0}.btn-edit-roles{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;color:#64748b;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;flex-shrink:0}.btn-edit-roles:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569}.roles-warning{display:flex;gap:1rem;padding:1rem 1.25rem;background:#fef3c7;border:1px solid #fbbf24;border-radius:8px;margin-bottom:2rem}.warning-icon{font-size:1.25rem;flex-shrink:0}.warning-title{font-weight:600;color:#92400e;margin:0 0 .25rem;font-size:.9375rem}.warning-message{color:#78350f;margin:0;font-size:.875rem;line-height:1.5}.roles-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem}@media(max-width:1024px){.roles-grid{grid-template-columns:1fr}}.roles-section{margin-bottom:2rem}.roles-section:last-child{margin-bottom:0}.section-title{font-size:1rem;font-weight:600;color:#1e293b;margin:0 0 1rem}.roles-list{display:flex;flex-direction:column;gap:1rem}.role-item{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:1rem}.role-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.role-label{font-weight:600;color:#1e293b;font-size:.9375rem;display:flex;align-items:center;gap:.5rem}.required-badge{display:inline-block;padding:.125rem .5rem;background:#fee2e2;color:#991b1b;font-size:.6875rem;font-weight:600;border-radius:4px;text-transform:uppercase;letter-spacing:.05em}.role-status{font-size:.8125rem;font-weight:600;padding:.25rem .75rem;border-radius:4px}.role-status.assigned{background:#dcfce7;color:#166534}.role-status.missing{background:#fee2e2;color:#991b1b}.role-person{display:flex;align-items:center;gap:.5rem;color:#64748b}.person-name{font-weight:500;color:#1e293b;font-size:.9375rem}.person-email{color:#64748b;font-size:.8125rem}.team-group{margin-bottom:1.5rem}.team-group:last-child{margin-bottom:0}.team-title{font-size:.875rem;font-weight:600;color:#475569;margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.05em}.team-members{display:flex;flex-direction:column;gap:.5rem}.team-member{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#fff;border:1px solid #e2e8f0;border-radius:4px;color:#1e293b;font-size:.875rem}.team-member svg{color:#64748b}.key-roles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.role-card{background:#fff;border:2px solid #e2e8f0;border-radius:8px;padding:1.25rem;transition:all .2s}.role-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f61a}.role-card-empty{border-style:dashed;border-color:#cbd5e1;background:#f8fafc}.role-card-empty:hover{border-color:#94a3b8;box-shadow:none}.role-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem}.role-card-title{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.role-description{font-size:.8125rem;color:#64748b;line-height:1.5;margin:0 0 1rem;min-height:2.5rem}.role-person-card{display:flex;align-items:center;gap:.75rem;padding:.875rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px}.person-avatar{width:40px;height:40px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.person-details{flex:1;min-width:0}.person-details .person-name{font-weight:600;color:#1e293b;font-size:.9375rem;margin-bottom:.125rem;display:block}.person-details .person-email{font-size:.75rem;color:#64748b;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.role-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem .5rem;color:#94a3b8;font-size:.875rem;gap:.5rem}.role-empty-state .empty-icon{opacity:.5}.team-groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.25rem}.team-group-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.25rem}.team-group-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.team-group-header .team-title{margin:0;font-size:.9375rem;font-weight:600;color:#1e293b;text-transform:none;letter-spacing:normal}.team-count{font-size:.8125rem;color:#64748b;font-weight:500;padding:.25rem .625rem;background:#f1f5f9;border-radius:12px}.team-members-list{display:flex;flex-direction:column;gap:.75rem}.team-member-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;transition:all .2s}.team-member-item:hover{background:#f1f5f9;border-color:#cbd5e1}.member-avatar{width:32px;height:32px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.member-info{flex:1;min-width:0}.member-name{font-weight:500;color:#1e293b;font-size:.875rem;display:block;margin-bottom:.125rem}.member-email{font-size:.75rem;color:#64748b;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-responsable{margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0}.responsable-label{font-size:.75rem;font-weight:600;color:#8b5cf6;text-transform:uppercase;letter-spacing:.025em;margin-bottom:.5rem}.team-member-item.responsable{background:linear-gradient(135deg,#f5f3ff,#ede9fe);border-color:#c4b5fd}.team-member-item.responsable:hover{background:linear-gradient(135deg,#ede9fe,#ddd6fe);border-color:#a78bfa}.member-avatar.responsable{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.empty-teams-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1rem;text-align:center;color:#64748b}.empty-teams-state .empty-icon{color:#cbd5e1;margin-bottom:1rem}.empty-teams-state p{font-size:.9375rem;margin:0 0 1.5rem}.btn-add-members{padding:.625rem 1.25rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}.btn-add-members:hover{background:#2563eb}@media(max-width:768px){.key-roles-grid,.team-groups{grid-template-columns:1fr}.role-card,.team-group-card{padding:1rem}}.settings-tab{width:100%}.settings-section{margin-bottom:2rem}.settings-section h3{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 1rem}.setting-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e2e8f0}.setting-item label{font-weight:500;color:#64748b;font-size:.875rem}.setting-value{color:#1e293b;font-size:.9375rem}.btn-unarchive{padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:background .2s}.btn-unarchive:hover{background:#2563eb}.loading,.error{display:flex;align-items:center;justify-content:center;min-height:400px;font-size:1.125rem;color:#64748b}.error{color:#ef4444}.deliverables-tab{width:100%}.deliverables-header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.deliverables-header h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.deliverables-tree{display:flex;flex-direction:column;gap:.75rem}.deliverables-table-header{display:grid;grid-template-columns:40px minmax(250px,2fr) 180px 150px 80px 80px 40px;align-items:center;padding:.875rem 1rem;gap:1rem;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:10px;color:#fff;font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #667eea33}.deliverables-table-header>div{display:flex;align-items:center}.header-expand{width:40px}.header-progress,.header-tasks,.header-actions{justify-content:center}.deliverable-item-wrapper{border:1px solid #e2e8f0;border-radius:10px;background:#fff;overflow:hidden;transition:all .2s;box-shadow:0 1px 3px #0000000d}.deliverable-item-wrapper:hover{box-shadow:0 4px 12px #0000001a;border-color:#cbd5e1}.deliverable-item{display:grid;grid-template-columns:40px minmax(250px,2fr) 180px 150px 80px 80px 40px;align-items:center;padding:1rem;gap:1rem;background:linear-gradient(135deg,#fafbfc,#f5f7fa);border-bottom:1px solid #e2e8f0;transition:all .2s}.deliverable-item.saving{opacity:.6;pointer-events:none}.expand-button{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid #cbd5e1;background:#fff;border-radius:6px;cursor:pointer;transition:all .2s;color:#64748b}.expand-button:hover:not(:disabled){background:#3b82f6;border-color:#3b82f6;color:#fff}.expand-button:disabled{cursor:default;opacity:.5}.no-tasks-indicator{font-size:1.5rem;color:#cbd5e1}.item-name{font-weight:600;color:#1e293b;font-size:.9375rem;overflow:hidden;text-overflow:ellipsis}.item-dates{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#64748b;white-space:nowrap}.date-separator{color:#cbd5e1;font-weight:300}.item-status{display:flex;align-items:center}.item-progress{text-align:center;font-weight:600;color:#475569;font-size:.875rem;padding:.25rem .5rem;background:#f1f5f9;border-radius:6px;min-width:50px}.item-task-count{text-align:center;font-weight:600;color:#64748b;font-size:.875rem;padding:.25rem .5rem;background:#e0e7ff;border-radius:6px;min-width:50px}.task-item .item-task-count{background:transparent;color:#cbd5e1;font-weight:400}.item-actions{display:flex;gap:.5rem;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.deliverable-item:hover .item-actions,.task-item:hover .item-actions{opacity:1}.editable-field{cursor:pointer;padding:.375rem .625rem;border-radius:6px;transition:all .15s;border:1px solid transparent;display:inline-block}.editable-field:hover{background:#3b82f614;border-color:#3b82f633}.date-field{font-size:.8125rem;padding:.25rem .5rem}.status-badge-wrapper{display:inline-block;border-radius:6px;transition:all .15s}.status-badge-wrapper:hover{transform:scale(1.05)}.inline-edit-input{width:100%;padding:.375rem .5rem;border:2px solid #3b82f6;border-radius:4px;font-size:.875rem;font-weight:600;outline:none;background:#fff}.inline-edit-date{padding:.25rem .5rem;border:2px solid #3b82f6;border-radius:4px;font-size:.8125rem;outline:none;background:#fff}.inline-edit-select{padding:.25rem .5rem;border:2px solid #3b82f6;border-radius:4px;font-size:.8125rem;outline:none;background:#fff;cursor:pointer}.tasks-list{display:flex;flex-direction:column;background:#fafbfc;border-top:1px solid #e2e8f0}.task-item{display:grid;grid-template-columns:40px minmax(300px,3fr) 180px 150px 80px 80px 40px;align-items:center;padding:.75rem 1rem;gap:1rem;border-bottom:1px solid #f1f5f9;transition:background .15s;position:relative}.task-item:before{content:"";position:absolute;left:2rem;top:0;bottom:0;width:2px;background:linear-gradient(to bottom,#e2e8f0 0%,transparent 100%)}.task-item:hover{background:#f8fafc}.task-item:last-of-type{border-bottom:none}.task-item:last-of-type:before{height:50%}.task-item.saving{opacity:.6;pointer-events:none}.btn-delete{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid transparent;background:transparent;border-radius:6px;color:#94a3b8;cursor:pointer;transition:all .2s}.btn-delete:hover{background:#fee2e2;border-color:#fecaca;color:#ef4444;transform:scale(1.1)}.btn-delete:active{transform:scale(.95)}.quick-add-deliverable,.quick-add-task{padding:.75rem}.quick-add-task{padding-left:2.5rem;border-top:1px dashed #cbd5e1;margin-top:.25rem}.quick-add-input-wrapper{display:flex;align-items:center;gap:.5rem;background:#fff;border:2px dashed #cbd5e1;border-radius:6px;padding:.5rem .75rem;transition:all .2s}.quick-add-input-wrapper:focus-within{border-color:#3b82f6;border-style:solid;box-shadow:0 0 0 3px #3b82f61a}.plus-icon{color:#94a3b8;flex-shrink:0}.quick-add-input{flex:1;border:none;outline:none;font-size:.875rem;color:#1e293b;background:transparent}.quick-add-input::placeholder{color:#94a3b8;font-style:italic}.deliverable-input{font-weight:500}.empty-deliverables{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;color:#64748b;background:#fff;border:2px dashed #e2e8f0;border-radius:8px}.empty-deliverables .empty-icon{color:#cbd5e1;margin-bottom:1rem}.empty-deliverables p{font-size:.9375rem;margin:0}.empty-hint{font-size:.8125rem!important;color:#94a3b8!important;margin-top:.5rem!important;font-style:italic}@media(max-width:1400px){.deliverables-table-header,.deliverable-item{grid-template-columns:40px minmax(200px,2fr) 160px 130px 70px 70px 40px;gap:.75rem}.task-item{grid-template-columns:40px minmax(250px,3fr) 160px 130px 70px 70px 40px;gap:.75rem}}@media(max-width:1024px){.deliverables-table-header{display:none}.deliverable-item,.task-item{grid-template-columns:36px 1fr auto auto auto;gap:.5rem;padding:.75rem}.task-item{padding-left:.75rem}.task-name{grid-column:1 / 3;padding-left:2.5rem}.task-item:before{left:2rem}.item-dates,.item-task-count{display:none}.item-name{min-width:0}.item-actions{opacity:1}}@media(max-width:768px){.deliverables-tab{padding:0}.deliverable-item,.task-item{padding:.5rem;grid-template-columns:32px 1fr auto}.task-item{padding-left:2rem}.item-status,.item-progress{display:none}.quick-add-task{padding-left:2rem}}.deliverables-tab-compact{padding:0;width:100%}.deliverables-tab-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.deliverables-tab-header h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0 0 .5rem}.deliverables-subtitle{font-size:.875rem;color:#64748b;margin:0}.empty-state{padding:2rem;text-align:center;color:#94a3b8;font-size:.875rem}.deliverables-list{display:flex;flex-direction:column;gap:.5rem}.deliverable-block{background:#fff;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden}.deliverable-row{display:grid;grid-template-columns:1fr auto auto auto auto;align-items:center;gap:.5rem;padding:1rem .75rem;min-height:56px;transition:background .15s}.deliverable-row:hover{background:#f8fafc}.deliverable-row:hover .delete-btn{opacity:1}.deliverable-marker{width:32px;height:100%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.deliverable-marker:before{content:"▪";color:#94a3b8;font-size:1rem;line-height:1}.collapse-btn{background:none;border:none;padding:4px;cursor:pointer;color:#64748b;display:flex;align-items:center;justify-content:center;transition:all .2s;border-radius:4px}.collapse-btn:hover{background:#e2e8f0;color:#1e293b}.deliverable-name{font-weight:600;color:#1e293b;font-size:.9375rem;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.deliverable-name:hover{color:#3b82f6}.deliverable-name-input{grid-column:2 / 3}.dates{color:#64748b;font-size:.8125rem;white-space:nowrap;display:flex;align-items:center;gap:.25rem}.task-count{color:#94a3b8;font-size:.8125rem}.delete-btn{flex-shrink:0;background:none;border:none;color:#94a3b8;cursor:pointer;padding:.25rem;opacity:0;transition:all .15s}.delete-btn:hover{color:#ef4444}.tasks-container{background:#f8fafc}.task-row{display:grid;grid-template-columns:1fr auto auto auto;align-items:center;gap:.5rem;padding:.875rem .75rem;min-height:48px;border-bottom:1px dashed #e2e8f0;transition:background .15s}.task-row:last-of-type{border-bottom:none}.task-row:hover{background:#fff;box-shadow:inset 0 0 0 1px #cbd5e1;cursor:pointer}.task-row:hover .delete-btn{opacity:1}.task-indent{width:32px;height:100%;flex-shrink:0}.task-name{font-weight:500;color:#475569;font-size:.875rem;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;grid-column:auto}.task-name:hover{color:#3b82f6}.task-name-input{grid-column:2 / 3}.edit-input{width:100%;border:1px solid #3b82f6;border-radius:4px;padding:.375rem .5rem;font-size:inherit;font-weight:inherit;outline:none;box-shadow:0 0 0 3px #3b82f61a}.date-input{font-size:.8125rem;padding:.25rem .5rem;width:auto}.status-select{font-size:.8125rem;padding:.25rem .5rem;width:auto;cursor:pointer}.date-field{cursor:pointer;padding:.125rem .25rem;border-radius:3px;transition:background .15s;white-space:nowrap;flex-shrink:0}.date-field:hover{background:#3b82f61a}.date-range-clickable{cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:all .15s;border:1px solid transparent}.date-range-clickable:hover{background:#3b82f614;border-color:#3b82f633}.add-task-row{display:flex;align-items:center;gap:.5rem;padding:.625rem .75rem;color:#94a3b8}.add-deliverable-row{display:flex;align-items:center;gap:.5rem;padding:.75rem;color:#94a3b8}.add-deliverable-row{padding:.75rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;margin-top:.75rem}.add-input{flex:1;border:none;outline:none;font-size:.875rem;color:#1e293b;background:transparent}.add-input::placeholder{color:#94a3b8;font-style:italic}.saving{opacity:.6;pointer-events:none}.status-update-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}.status-update-popover{background:#fff;border-radius:12px;padding:2rem;max-width:480px;width:90%;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.status-update-popover h3{margin:0 0 1rem;font-size:1.25rem;font-weight:600;color:#1e293b}.status-update-popover p{margin:0 0 1.5rem;font-size:.9375rem;line-height:1.6;color:#475569}.status-update-popover strong{color:#1e293b;font-weight:600}.popover-actions{display:flex;gap:.75rem;justify-content:flex-end}.btn-popover{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-cancel{background:#f1f5f9;color:#64748b}.btn-cancel:hover{background:#e2e8f0;color:#475569}.btn-confirm{background:#3b82f6;color:#fff}.btn-confirm:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.progress-cell{display:flex;align-items:center;gap:.5rem;min-width:80px;max-width:100px}.progress-bar-mini{flex:1;height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden;min-width:40px;max-width:50px}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:3px;transition:width .3s ease}.progress-text{font-size:.75rem;font-weight:600;color:#64748b;min-width:35px;text-align:right}.work-days{font-size:.75rem;font-weight:600;color:#94a3b8;white-space:nowrap;flex-shrink:0}.task-context-menu{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 16px #00000026;min-width:200px;max-width:300px;overflow:hidden}.context-menu-header{display:flex;align-items:center;gap:.5rem;padding:.625rem .875rem;background:#f8fafc;border-bottom:1px solid #e2e8f0;font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.025em}.context-menu-header svg{color:#94a3b8}.context-menu-items{padding:.375rem;max-height:250px;overflow-y:auto}.context-menu-item{display:block;width:100%;padding:.5rem .75rem;background:none;border:none;border-radius:4px;font-size:.8125rem;color:#1e293b;text-align:left;cursor:pointer;transition:background .15s}.context-menu-item:hover{background:#f1f5f9}.context-menu-empty{padding:.75rem;font-size:.8125rem;color:#94a3b8;text-align:center}.task-row{cursor:context-menu}.color-picker{display:flex;flex-direction:column;gap:16px}.color-picker-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:8px}.color-option{position:relative;width:40px;height:40px;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;padding:0;display:flex;align-items:center;justify-content:center}.color-option:hover{transform:scale(1.1);border-color:#9ca3af;box-shadow:0 2px 8px #00000026}.color-option.selected{border-color:#1f2937;border-width:3px;box-shadow:0 0 0 2px #3b82f633}.color-option:focus{outline:none;box-shadow:0 0 0 3px #3b82f64d}.color-picker-custom{display:flex;flex-direction:column;gap:8px;padding-top:8px;border-top:1px solid #e5e7eb}.custom-color-label{font-size:14px;font-weight:500;color:#374151}.custom-color-input-wrapper{display:flex;align-items:center;gap:12px}.custom-color-input{width:60px;height:40px;border:2px solid #e5e7eb;border-radius:8px;cursor:pointer;padding:4px}.custom-color-input:hover{border-color:#9ca3af}.custom-color-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.custom-color-value{font-family:Courier New,monospace;font-size:14px;color:#6b7280;text-transform:uppercase}@media(max-width:768px){.color-picker-grid{grid-template-columns:repeat(6,1fr)}.color-option{width:36px;height:36px}}@media(max-width:480px){.color-picker-grid{grid-template-columns:repeat(4,1fr)}.color-option{width:32px;height:32px}}.project-form-page{padding:1.5rem;max-width:100%;margin:0 auto}.form-page-header{background:#fff;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000001a}.form-page-header .btn-back{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;margin-bottom:1rem;background:transparent;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;font-size:.875rem;cursor:pointer;transition:all .2s}.form-page-header .btn-back:hover{background:#f9fafb;border-color:#d1d5db;color:#374151}.form-page-header h1{font-size:1.875rem;font-weight:600;color:#111827;margin:0}.project-form-content{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;max-width:1600px;margin:0 auto}.form-steps{border-bottom:2px solid #e5e7eb;padding:2rem 2rem 1.5rem}.form-steps-header{display:flex;align-items:center;justify-content:space-between;max-width:800px;margin:0 auto}.form-step{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1;position:relative}.form-step-number{width:48px;height:48px;border-radius:50%;background:#f3f4f6;color:#9ca3af;border:3px solid #e5e7eb;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.125rem;transition:all .3s ease}.form-step-label{font-size:.875rem;font-weight:500;color:#6b7280;text-align:center;white-space:nowrap;transition:color .3s ease}.form-step.active .form-step-number{background:#667eea;color:#fff;border-color:#667eea;box-shadow:0 0 0 4px #667eea1a}.form-step.active .form-step-label{color:#667eea;font-weight:600}.form-step.completed .form-step-number{background:#22c55e;color:#fff;border-color:#22c55e}.form-step.completed .form-step-label{color:#22c55e}.form-step-divider{flex:1;height:3px;background:#e5e7eb;margin:0 1rem;margin-top:-24px;position:relative;transition:background .3s ease}.form-step.completed+.form-step-divider{background:#22c55e}.form-step-panel{display:none}.form-step-panel.active{display:block}.form-section{padding:2rem;border-bottom:1px solid #e5e7eb}.form-section:last-of-type{border-bottom:none}.form-section-title{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 1.5rem}.form-subsection-title{font-size:1rem;font-weight:600;color:#374151;margin:1.5rem 0 1rem;padding-top:1.5rem;border-top:1px solid #f3f4f6}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem}.form-row:last-child{margin-bottom:0}.form-group label{font-size:.875rem;font-weight:500;color:#374151}.form-group input[type=text],.form-group input[type=date],.form-group input[type=number],.form-group select,.form-group textarea{padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;color:#111827;background:#fff;transition:all .2s}.form-group input[type=text]:focus,.form-group input[type=date]:focus,.form-group input[type=number]:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group input[type=text].error,.form-group input[type=date].error,.form-group input[type=number].error{border-color:#ef4444}.form-group input[type=text].error:focus,.form-group input[type=date].error:focus,.form-group input[type=number].error:focus{box-shadow:0 0 0 3px #ef44441a}.form-group input[type=color]{width:60px;height:40px;padding:2px;border:1px solid #d1d5db;border-radius:6px;cursor:pointer}.form-group textarea{resize:vertical;min-height:80px;font-family:inherit}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:#374151}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.form-help{display:block;font-size:.8125rem;color:#6b7280;font-style:italic;margin-top:.25rem}.field-help{font-size:.75rem;color:#6b7280;font-style:italic}.error-message{font-size:.75rem;color:#ef4444;margin-top:-.25rem}.form-actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem 2rem;background:#f9fafb;border-top:1px solid #e5e7eb;border-radius:0 0 8px 8px}.form-actions-left,.form-actions-right{display:flex;gap:1rem}.btn-primary,.btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover:not(:disabled){background:#2563eb}.btn-primary:disabled{background:#9ca3af;cursor:not-allowed}.btn-secondary{background:#fff;color:#374151;border:1px solid #d1d5db}.btn-secondary:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.btn-secondary:disabled{color:#9ca3af;cursor:not-allowed}.loading-state{display:flex;justify-content:center;align-items:center;min-height:400px;font-size:1rem;color:#6b7280}.roles-management-card{background:#f9fafb;border:2px dashed #d1d5db;border-radius:8px;padding:2rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}.roles-management-info{display:flex;align-items:flex-start;gap:1.5rem;flex:1}.roles-icon{color:#3b82f6;flex-shrink:0}.roles-management-info h3{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:#111827}.roles-management-info p{margin:0;font-size:.875rem;color:#6b7280;line-height:1.5}.btn-manage-roles{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-manage-roles:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.roles-hint{font-size:.875rem;color:#9ca3af;font-style:italic;margin:0}@media(max-width:768px){.project-form-page{padding:1rem}.form-steps{padding:1.5rem 1rem}.form-steps-header{max-width:100%}.form-step-label{font-size:.75rem}.form-step-number{width:40px;height:40px;font-size:1rem}.form-step-divider{margin:0 .5rem;margin-top:-20px}.form-section{padding:1.5rem}.form-row{grid-template-columns:1fr;gap:1rem}.form-actions{flex-direction:column;gap:.75rem}.form-actions-left,.form-actions-right{width:100%;flex-direction:column}.btn-primary,.btn-secondary{width:100%;justify-content:center}.roles-management-card{flex-direction:column;align-items:flex-start;padding:1.5rem}.btn-manage-roles{width:100%;justify-content:center}}.project-roles-page{padding:1.5rem;max-width:100%;margin:0 auto}.project-roles-content{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;max-width:1600px;margin:0 auto}.loading-state{display:flex;align-items:center;justify-content:center;min-height:200px;color:#64748b}.equipe-projet-row{display:grid;grid-template-columns:2fr 1fr;gap:1.5rem;align-items:start}.equipe-projet-group,.equipe-responsable-group{flex:none;width:100%}@media(max-width:768px){.project-roles-page{padding:1rem}.equipe-projet-row{grid-template-columns:1fr}}.meeting-edit-page{height:100%;background:#f8fafc;display:flex;flex-direction:column}.meeting-edit-loading,.meeting-edit-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem}.loading-spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}.meeting-edit-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:1.5rem 2rem}.btn-back{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;font-size:.875rem;margin-bottom:1.5rem;transition:all .2s}.btn-back:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569}.header-actions{display:flex;justify-content:space-between;align-items:center;gap:2rem}.header-actions h1{font-size:1.875rem;font-weight:700;color:#1e293b;margin:0}.action-buttons{display:flex;gap:.75rem}.btn-cancel{padding:.75rem 1.5rem;background:#fff;color:#64748b;border:1px solid #e2e8f0;border-radius:6px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-cancel:hover{background:#f8fafc;border-color:#cbd5e1;color:#475569}.btn-save{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #3b82f633}.btn-save:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 6px #3b82f64d}.btn-save:disabled{opacity:.6;cursor:not-allowed}.meeting-edit-content{flex:1;display:grid;grid-template-columns:1fr 400px;gap:2rem;padding:2rem;max-width:1600px;margin:0 auto;width:100%}.meeting-main-content{display:flex;flex-direction:column;gap:1.5rem}.meeting-sidebar{position:sticky;top:2rem;height:fit-content;display:flex;flex-direction:column;gap:1.5rem}.edit-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.edit-card h3{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 1.5rem}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.card-header h3{margin:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1 / -1}.form-group label{font-weight:600;color:#334155;margin-bottom:.5rem;font-size:.875rem}.form-group input,.form-group select{padding:.75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.9375rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.btn-add-participant{display:flex;align-items:center;justify-content:center;padding:.5rem;background:#10b981;color:#fff;border:none;border-radius:6px;cursor:pointer;transition:background .2s}.btn-add-participant:hover{background:#059669}.quick-add-dropdown{position:relative}.quick-add-dropdown-menu{position:absolute;top:calc(100% + .5rem);right:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 6px #0000001a;min-width:200px;z-index:100;overflow:hidden}.quick-add-dropdown-item{display:block;width:100%;padding:.75rem 1rem;background:#fff;border:none;border-bottom:1px solid #f1f5f9;font-size:.875rem;font-weight:500;color:#1e293b;cursor:pointer;text-align:left;transition:background .2s}.quick-add-dropdown-item:last-child{border-bottom:none}.quick-add-dropdown-item:hover:not(:disabled){background:#f8fafc}.quick-add-dropdown-item:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.add-participant-section{margin-bottom:1rem;position:relative}.participant-search{width:100%;padding:.75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;transition:border-color .2s}.participant-search:focus{outline:none;border-color:#3b82f6}.search-results{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 4px 6px #0000001a;max-height:300px;overflow-y:auto;z-index:10}.search-result-item{padding:.75rem;cursor:pointer;transition:background .2s;border-bottom:1px solid #f1f5f9}.search-result-item:last-child{border-bottom:none}.search-result-item:hover{background:#f8fafc}.employee-name{font-weight:600;color:#1e293b;font-size:.875rem}.employee-email{font-size:.75rem;color:#64748b;margin-top:.25rem}.participants-list{display:flex;flex-direction:column;gap:.75rem}.participant-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f8fafc;border-radius:8px;transition:background .2s}.participant-item:hover{background:#f1f5f9}.participant-info{display:flex;align-items:center;gap:.75rem}.participant-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);display:flex;align-items:center;justify-content:center;color:#fff}.participant-name{font-weight:600;color:#1e293b;font-size:.9375rem}.participant-role{font-size:.8125rem;color:#64748b;margin-top:.125rem}.attendance-buttons{display:flex;gap:.5rem}.btn-attendance{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid #e2e8f0;border-radius:6px;cursor:pointer;color:#94a3b8;transition:all .2s}.btn-attendance:hover{border-color:#cbd5e1;background:#f8fafc}.btn-attendance.active{border-color:#10b981;background:#d1fae5;color:#059669}.btn-attendance.active:nth-child(2){border-color:#ef4444;background:#fee2e2;color:#dc2626}.btn-remove-participant{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff;border:2px solid #e2e8f0;border-radius:6px;cursor:pointer;color:#94a3b8;transition:all .2s}.btn-remove-participant:hover{border-color:#ef4444;background:#fef2f2;color:#ef4444}.action-items-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.action-item{padding:1rem;background:#f8fafc;border-radius:8px;border-left:3px solid #3b82f6}.action-item-content{display:flex;gap:.75rem;align-items:flex-start}.action-item-content input[type=checkbox]{margin-top:.25rem;width:18px;height:18px;cursor:pointer}.action-item-details{flex:1}.action-description{font-weight:500;color:#1e293b;margin-bottom:.375rem}.action-assigned,.action-due{font-size:.8125rem;color:#64748b;margin-top:.25rem}.btn-delete-action{display:flex;align-items:center;justify-content:center;padding:.5rem;background:transparent;border:1px solid #e2e8f0;border-radius:6px;color:#94a3b8;cursor:pointer;transition:all .2s}.btn-delete-action:hover{border-color:#ef4444;background:#fef2f2;color:#ef4444}.add-action-item{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:.5rem}.add-action-item input{padding:.625rem .875rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;transition:border-color .2s}.add-action-item input:focus{outline:none;border-color:#3b82f6}.btn-add-action{padding:.625rem 1.25rem;background:#10b981;color:#fff;border:none;border-radius:6px;font-weight:500;font-size:.875rem;cursor:pointer;transition:background .2s}.btn-add-action:hover{background:#059669}@media(max-width:1200px){.meeting-edit-content{grid-template-columns:1fr}.meeting-sidebar{position:relative;top:0}}@media(max-width:768px){.header-actions{flex-direction:column;align-items:flex-start}.form-grid,.add-action-item{grid-template-columns:1fr}.meeting-edit-content{padding:1rem;gap:1rem}}.feedback-list{display:flex;flex-direction:column;height:100%;background:#fff;border-right:1px solid #e5e7eb}.list-header{padding:1rem;border-bottom:1px solid #e5e7eb;background:#fff;position:sticky;top:0;z-index:10}.filter-tabs{display:flex;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.filter-tab{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:6px;background:#fff;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s}.filter-tab:hover{background:#f9fafb;border-color:#d1d5db}.filter-tab.active{background:#dbeafe;border-color:#3b82f6;color:#1e40af}.filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .375rem;border-radius:10px;background:currentColor;color:#fff;font-size:.75rem;font-weight:600;opacity:.8}.btn-new-feedback{width:100%;padding:.625rem 1rem;border:none;border-radius:6px;background:#3b82f6;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s}.btn-new-feedback:hover{background:#2563eb}.list-items{flex:1;overflow-y:auto;padding:.5rem}.feedback-item{padding:1rem;margin-bottom:.5rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s}.feedback-item:hover{background:#f9fafb;border-color:#d1d5db}.feedback-item.selected{background:#eff6ff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.item-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.5rem}.item-badges{display:flex;flex-wrap:wrap;gap:.5rem}.category-badge,.status-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600}.badge-icon{font-size:.875rem}.attachment-indicator{color:#6b7280;flex-shrink:0}.item-description{margin:.5rem 0;font-size:.875rem;line-height:1.5;color:#4b5563;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.item-footer{display:flex;align-items:center;gap:.75rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #f3f4f6}.item-date{font-size:.75rem;color:#9ca3af}.item-user{font-size:.75rem;color:#6b7280;font-weight:500}.reply-indicator{display:flex;align-items:center;gap:.25rem;margin-left:auto;font-size:.75rem;color:#3b82f6;font-weight:500}.reply-indicator svg{flex-shrink:0}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;text-align:center;color:#9ca3af}.empty-state svg{margin-bottom:1rem;opacity:.5}.empty-text{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#6b7280}.empty-hint{margin:0;font-size:.875rem;color:#9ca3af}.feedback-detail{display:flex;flex-direction:column;height:100%;overflow-y:auto;padding:1.5rem;background:#fff}.feedback-detail.empty{justify-content:center;align-items:center}.feedback-detail .empty-state{display:flex;flex-direction:column;align-items:center;gap:1rem;color:#9ca3af;text-align:center}.feedback-detail .empty-state svg{opacity:.3}.feedback-detail .empty-state p{margin:0;font-size:1rem;color:#6b7280}.detail-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;margin-bottom:1rem;border-bottom:2px solid #e5e7eb}.header-badges{display:flex;gap:.5rem;flex-wrap:wrap}.category-badge,.status-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.375rem .75rem;border-radius:6px;font-size:.875rem;font-weight:600}.badge-icon{font-size:1rem}.category-bug{background:#fee2e2;color:#991b1b}.category-feature{background:#dbeafe;color:#1e40af}.category-question{background:#e9d5ff;color:#6b21a8}.category-general{background:#f3f4f6;color:#374151}.status-new{background:#dbeafe;color:#1e40af}.status-planned{background:#fef3c7;color:#92400e}.status-done{background:#d1fae5;color:#065f46}.status-wont-do{background:#fee2e2;color:#991b1b}.feedback-id{font-size:.875rem;font-weight:600;color:#9ca3af}.user-info-section{display:flex;align-items:center;gap:1rem;padding:1rem;margin-bottom:1.5rem;background:#f9fafb;border-radius:8px;flex-wrap:wrap}.info-row{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;white-space:nowrap}.info-row svg{color:#6b7280;flex-shrink:0}.info-row:not(:last-child):after{content:"•";margin-left:1rem;color:#d1d5db;font-weight:700}.info-label{color:#6b7280;font-weight:500;margin-right:.5rem}.info-value{color:#1f2937;font-weight:600}.section-title{margin:0 0 .75rem;font-size:.875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#6b7280}.description-section{margin-bottom:1.5rem}.description-text{margin:0;padding:1rem;background:#f9fafb;border-radius:8px;font-size:.9375rem;line-height:1.6;color:#1f2937;white-space:pre-wrap;word-break:break-word}.attachment-section{margin-bottom:1.5rem}.attachment-content{display:flex;flex-direction:column;gap:.75rem}.image-attachment{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;background:#f9fafb;max-width:400px;max-height:250px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;position:relative}.image-attachment:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626}.image-attachment:hover:after{content:"🔍 Cliquer pour agrandir";position:absolute;bottom:0;left:0;right:0;padding:.5rem;background:#000000b3;color:#fff;font-size:.75rem;text-align:center}.image-attachment img{max-width:100%;max-height:250px;width:auto;height:auto;display:block;object-fit:contain}.image-lightbox{position:fixed;inset:0;background:#000000e6;z-index:10000;display:flex;align-items:center;justify-content:center;cursor:zoom-out;animation:fadeIn .2s ease-out}.lightbox-content{position:relative;max-width:95vw;max-height:95vh;display:flex;align-items:center;justify-content:center}.lightbox-content img{max-width:95vw;max-height:95vh;width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 8px 32px #00000080}.lightbox-close{position:absolute;top:-3rem;right:0;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:none;border-radius:50%;background:#fff3;color:#fff;cursor:pointer;transition:all .2s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.lightbox-close:hover{background:#ffffff4d;transform:scale(1.1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.file-attachment{display:flex;align-items:center;gap:1rem;padding:1rem;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb}.file-attachment svg{color:#6b7280;flex-shrink:0}.download-link{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#3b82f6;font-size:.875rem;font-weight:600;text-decoration:none;transition:all .2s}.download-link:hover{background:#eff6ff;border-color:#3b82f6}.reply-section{margin-bottom:1.5rem;padding:1.5rem;background:#f9fafb;border-radius:8px}.reply-section .section-title{margin-bottom:1rem}.reply-display{padding:1rem;background:#fff;border-left:3px solid #3b82f6;border-radius:4px}.reply-text{margin:0 0 .75rem;font-size:.9375rem;line-height:1.6;color:#1f2937;white-space:pre-wrap;word-break:break-word}.reply-meta{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#6b7280}.no-reply-text{margin:0;padding:1rem;background:#fff;border-radius:6px;text-align:center;font-size:.875rem;color:#9ca3af;font-style:italic}.btn-start-reply{width:100%;padding:.75rem;border:none;border-radius:6px;background:#3b82f6;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .2s}.btn-start-reply:hover:not(:disabled){background:#2563eb}.btn-start-reply:disabled{opacity:.5;cursor:not-allowed}.reply-form{display:flex;flex-direction:column;gap:.75rem}.reply-textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:.875rem;line-height:1.5;resize:vertical;background:#fff}.reply-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.reply-actions{display:flex;gap:.75rem}.btn-cancel-reply,.btn-submit-reply{flex:1;padding:.625rem 1rem;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-cancel-reply{background:#fff;color:#6b7280;border:1px solid #d1d5db}.btn-cancel-reply:hover:not(:disabled){background:#f9fafb}.btn-submit-reply{background:#3b82f6;color:#fff}.btn-submit-reply:hover:not(:disabled){background:#2563eb}.btn-cancel-reply:disabled,.btn-submit-reply:disabled{opacity:.5;cursor:not-allowed}.status-actions{padding:1.5rem;background:#f9fafb;border-radius:8px}.status-actions .section-title{margin-bottom:1rem}.status-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.btn-status{flex:1;min-width:150px;padding:.75rem 1rem;border:2px solid #d1d5db;border-radius:6px;background:#fff;color:#6b7280;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-status:hover:not(:disabled){border-color:#9ca3af;background:#f9fafb}.btn-status.active{border-color:#3b82f6;background:#eff6ff;color:#1e40af;cursor:default}.btn-status.btn-done:hover:not(:disabled):not(.active){border-color:#10b981;background:#ecfdf5;color:#065f46}.btn-status.btn-done.active{border-color:#10b981;background:#d1fae5;color:#065f46}.btn-status.btn-wont-do:hover:not(:disabled):not(.active){border-color:#ef4444;background:#fef2f2;color:#991b1b}.btn-status.btn-wont-do.active{border-color:#ef4444;background:#fee2e2;color:#991b1b}.btn-status:disabled{opacity:.5;cursor:not-allowed}.error-message{padding:.75rem;margin-top:.75rem;background:#fee2e2;border-left:3px solid #ef4444;border-radius:4px;font-size:.875rem;color:#991b1b}.delete-section{margin-top:1.5rem;padding:1.5rem;background:#fef2f2;border:1px solid #fee2e2;border-radius:8px}.btn-delete{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1rem;border:2px solid #ef4444;border-radius:6px;background:#fff;color:#dc2626;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-delete:hover:not(:disabled){background:#fee2e2;border-color:#dc2626;color:#991b1b}.btn-delete:disabled{opacity:.5;cursor:not-allowed}.delete-confirm{display:flex;flex-direction:column;gap:1rem}.delete-warning{margin:0;padding:1rem;background:#fff;border-left:3px solid #ef4444;border-radius:4px;font-size:.875rem;font-weight:600;color:#991b1b;line-height:1.5}.delete-actions{display:flex;gap:.75rem}.btn-cancel-delete,.btn-confirm-delete{flex:1;padding:.625rem 1rem;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-cancel-delete{background:#fff;color:#6b7280;border:1px solid #d1d5db}.btn-cancel-delete:hover:not(:disabled){background:#f9fafb}.btn-confirm-delete{background:#ef4444;color:#fff}.btn-confirm-delete:hover:not(:disabled){background:#dc2626}.btn-cancel-delete:disabled,.btn-confirm-delete:disabled{opacity:.5;cursor:not-allowed}.feedback-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-label{font-size:.875rem;font-weight:600;color:#374151}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.category-card{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1rem;border:2px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s;text-align:center}.category-card:hover{border-color:#3b82f6;background:#eff6ff}.category-card.selected{border-color:#3b82f6;background:#dbeafe;box-shadow:0 0 0 3px #3b82f61a}.category-icon{font-size:1.5rem}.category-label{font-size:.875rem;font-weight:600;color:#1f2937}.category-description{font-size:.75rem;color:#6b7280}.form-textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-family:inherit;font-size:.875rem;line-height:1.5;resize:vertical;transition:border-color .2s}.form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-textarea.error{border-color:#ef4444}.textarea-footer{display:flex;justify-content:space-between;align-items:center;min-height:1.25rem}.char-count{font-size:.75rem;color:#6b7280;margin-left:auto}.file-upload-section,.file-upload-area{position:relative}.file-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.file-upload-label{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2rem 1rem;border:2px dashed #d1d5db;border-radius:8px;background:#f9fafb;cursor:pointer;transition:all .2s}.file-upload-label:hover{border-color:#3b82f6;background:#eff6ff}.upload-text{font-size:.875rem;font-weight:500;color:#1f2937}.upload-hint{font-size:.75rem;color:#6b7280}.file-preview{position:relative;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.image-preview{position:relative;width:100%;max-height:300px;background:#f3f4f6}.image-preview img{width:100%;height:100%;object-fit:contain;display:block}.preview-overlay{position:absolute;bottom:0;left:0;right:0;padding:.5rem 1rem;background:linear-gradient(to top,rgba(0,0,0,.7),transparent)}.preview-name{font-size:.75rem;color:#fff;word-break:break-all}.file-preview-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb}.file-preview-item svg{color:#6b7280;flex-shrink:0}.file-name{font-size:.875rem;color:#1f2937;word-break:break-all}.remove-attachment-btn{position:absolute;top:.5rem;right:.5rem;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;border-radius:50%;background:#0009;color:#fff;cursor:pointer;transition:background .2s}.remove-attachment-btn:hover{background:#ef4444e6}.remove-attachment-btn:disabled{opacity:.5;cursor:not-allowed}.error-message{font-size:.75rem;color:#ef4444}.form-actions{display:flex;gap:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.btn-cancel,.btn-submit{flex:1;padding:.625rem 1rem;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-cancel{background:#f3f4f6;color:#374151}.btn-cancel:hover:not(:disabled){background:#e5e7eb}.btn-submit{background:#3b82f6;color:#fff}.btn-submit:hover:not(:disabled){background:#2563eb}.btn-cancel:disabled,.btn-submit:disabled{opacity:.5;cursor:not-allowed}.feedback-page{display:flex;flex-direction:column;height:100%;background:#f9fafb}.page-header{padding:2rem 2rem 1.5rem;background:#fff;border-bottom:1px solid #e5e7eb}.page-header h1{margin:0 0 .5rem;font-size:1.875rem;font-weight:700;color:#1f2937}.page-subtitle{margin:0;font-size:.9375rem;color:#6b7280}.page-error{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:1rem 2rem;padding:.75rem 1rem;background:#fee2e2;border-left:3px solid #ef4444;border-radius:6px;font-size:.875rem;color:#991b1b}.page-error button{display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border:none;background:transparent;color:#991b1b;font-size:1.25rem;cursor:pointer;border-radius:4px;transition:background .2s}.page-error button:hover{background:#0000001a}.feedback-container{display:grid;grid-template-columns:400px 1fr;flex:1;overflow:hidden;background:#fff}.feedback-list-column{overflow:hidden;display:flex;flex-direction:column}.feedback-detail-column{overflow:hidden;background:#fafafa}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem;color:#9ca3af}.spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}.loading-state p{margin:0;font-size:.875rem;color:#6b7280}.new-feedback-container{display:flex;flex-direction:column;height:100%;background:#fff}.new-feedback-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:2px solid #e5e7eb}.new-feedback-header h2{margin:0;font-size:1.25rem;font-weight:700;color:#1f2937}.close-form-btn{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;border-radius:6px;background:#f3f4f6;color:#6b7280;cursor:pointer;transition:all .2s}.close-form-btn:hover:not(:disabled){background:#e5e7eb;color:#374151}.close-form-btn:disabled{opacity:.5;cursor:not-allowed}.new-feedback-content{flex:1;overflow-y:auto;padding:1.5rem}@media(max-width:1024px){.feedback-container{grid-template-columns:350px 1fr}}@media(max-width:768px){.feedback-container{grid-template-columns:1fr}.feedback-list-column{display:none}.feedback-detail-column{display:block}}.note-calendar{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 1px 3px #00000014;border:1px solid #e5e7eb;width:280px}.note-calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.note-calendar-nav-btn{background:none;border:none;padding:.375rem;cursor:pointer;color:#6b7280;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.note-calendar-nav-btn:hover{background:#f3f4f6;color:#111827}.note-calendar-title{display:flex;flex-direction:column;align-items:center;gap:2px}.note-calendar-month{font-weight:600;font-size:.9375rem;color:#111827}.note-calendar-year{font-size:.75rem;color:#6b7280}.note-calendar-today-btn{width:100%;padding:.5rem;margin-bottom:.75rem;background:#f3f4f6;border:none;border-radius:6px;font-size:.8125rem;font-weight:500;color:#374151;cursor:pointer;transition:all .15s ease}.note-calendar-today-btn:hover{background:#e5e7eb;color:#111827}.note-calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:4px}.note-calendar-weekday{text-align:center;font-size:.6875rem;font-weight:600;color:#9ca3af;padding:4px 0;text-transform:uppercase}.note-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.note-calendar-day{aspect-ratio:1;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;cursor:pointer;border-radius:8px;transition:all .15s ease}.note-calendar-day.empty{cursor:default}.note-calendar-day:not(.empty):hover{background:#f3f4f6}.note-calendar-day.today{background:#eff6ff}.note-calendar-day.today:hover{background:#dbeafe}.note-calendar-day.selected{background:#3b82f6}.note-calendar-day.selected:hover{background:#2563eb}.note-calendar-day.selected .note-calendar-day-number,.note-calendar-day.selected.today .note-calendar-day-number,.note-calendar-day.selected.has-note .note-calendar-day-number{color:#fff!important}.note-calendar-day.selected .note-calendar-dot{background:#fff}.note-calendar-day-number{font-size:.8125rem;font-weight:500;color:#374151;line-height:1}.note-calendar-day.today:not(.selected) .note-calendar-day-number{color:#3b82f6;font-weight:600}.note-calendar-dot{width:4px;height:4px;border-radius:50%;background:#3b82f6;position:absolute;bottom:4px}.note-calendar-day.has-note:not(.selected) .note-calendar-day-number{font-weight:600}.note-calendar-day:nth-child(7n+6):not(.selected) .note-calendar-day-number,.note-calendar-day:nth-child(7n):not(.selected) .note-calendar-day-number{color:#9ca3af}.note-calendar-day.today:nth-child(7n+6):not(.selected) .note-calendar-day-number,.note-calendar-day.today:nth-child(7n):not(.selected) .note-calendar-day-number{color:#3b82f6}.daily-note-editor{display:flex;flex-direction:column;flex:1;min-height:0;background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;border:1px solid #e5e7eb;overflow:hidden}.daily-note-editor.loading,.daily-note-editor.error{display:flex;align-items:center;justify-content:center;min-height:300px}.daily-note-loading,.daily-note-error{display:flex;flex-direction:column;align-items:center;gap:12px;color:#6b7280}.daily-note-error{color:#dc2626}.daily-note-error button,.daily-note-loading button{margin-top:8px;padding:8px 16px;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.875rem;cursor:pointer;transition:background .15s ease}.daily-note-error button:hover,.daily-note-loading button:hover{background:#2563eb}.spinning{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.daily-note-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.daily-note-date{display:flex;align-items:center;gap:10px}.daily-note-date svg{color:#3b82f6}.daily-note-date h2{margin:0;font-size:1.125rem;font-weight:600;color:#111827;text-transform:capitalize}.today-badge{display:inline-flex;padding:3px 8px;background:#3b82f6;color:#fff;font-size:.6875rem;font-weight:600;border-radius:4px;text-transform:uppercase;letter-spacing:.3px}.daily-note-actions{display:flex;align-items:center;gap:12px}.daily-note-save-status{display:flex;align-items:center;gap:6px;font-size:.8125rem;padding:4px 10px;border-radius:6px}.daily-note-save-status.saving{color:#6b7280;background:#f3f4f6}.daily-note-save-status.saved{color:#059669;background:#ecfdf5}.daily-note-save-status.error{color:#dc2626;background:#fef2f2}.daily-note-save-status .retry-btn{margin-left:6px;padding:2px 8px;background:#dc2626;color:#fff;border:none;border-radius:4px;font-size:.75rem;cursor:pointer}.daily-note-save-status .retry-btn:hover{background:#b91c1c}.daily-note-delete-btn{display:flex;align-items:center;justify-content:center;padding:8px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;cursor:pointer;transition:all .15s ease}.daily-note-delete-btn:hover:not(:disabled){background:#fef2f2;border-color:#fecaca;color:#dc2626}.daily-note-delete-btn:disabled{opacity:.5;cursor:not-allowed}.daily-note-content{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.daily-note-content .rich-text-editor{flex:1;display:flex;flex-direction:column;min-height:0;border:none;border-radius:0;box-shadow:none}.daily-note-content .editor-toolbar{border-radius:0;border-left:none;border-right:none;border-top:none}.daily-note-content .editor-content-wrapper{flex:1;min-height:0;overflow-y:auto}.daily-note-content .editor-content{min-height:100%}.daily-note-content .editor-content .ProseMirror{min-height:300px;padding:1.25rem}.daily-note-content .editor-footer{border-radius:0;border-left:none;border-right:none;border-bottom:none}@media(max-width:768px){.daily-note-header{flex-direction:column;align-items:flex-start;gap:12px}.daily-note-actions{width:100%;justify-content:space-between}.daily-note-date h2{font-size:1rem}}.notes-page{max-width:1400px;margin:0 auto;padding:1.5rem 2rem;display:flex;flex-direction:column;height:100%;box-sizing:border-box}.notes-page-header{margin-bottom:1.5rem}.notes-page-title{display:flex;align-items:center;gap:.75rem;margin-bottom:.25rem}.notes-page-title svg{color:#3b82f6}.notes-page-title h1{margin:0;font-size:1.5rem;font-weight:700;color:#111827}.notes-page-subtitle{margin:0;color:#6b7280;font-size:.9375rem;padding-left:2.25rem}.notes-page-layout{display:flex;gap:1.5rem;flex:1;min-height:0}.notes-page-sidebar{flex-shrink:0}.notes-page-main{flex:1;min-width:0;display:flex;flex-direction:column}@media(max-width:900px){.notes-page{padding:1rem}.notes-page-layout{flex-direction:column;gap:1rem}.notes-page-sidebar{display:flex;justify-content:center}.notes-page-main{min-height:500px}}@media(max-width:480px){.notes-page-title h1{font-size:1.25rem}.notes-page-subtitle{padding-left:1.75rem;font-size:.875rem}}.admin-page{display:flex;height:100%;background:#f8fafc}.admin-sidebar{width:260px;background:#fff;border-right:1px solid #e2e8f0;padding:1.5rem 0;flex-shrink:0}.sidebar-header{padding:0 1.5rem 1.5rem;border-bottom:1px solid #e2e8f0;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem;color:#7c3aed}.sidebar-header h1{margin:0;font-size:1.25rem;color:#1e293b}.sidebar-nav{display:flex;flex-direction:column;gap:.25rem;padding:0 .75rem}.nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:transparent;border:none;border-radius:8px;font-size:.9375rem;color:#64748b;cursor:pointer;transition:all .15s;text-align:left;width:100%}.nav-item:hover{background:#f1f5f9;color:#334155}.nav-item.active{background:#ede9fe;color:#7c3aed;font-weight:500}.nav-item svg{flex-shrink:0}.admin-content{flex:1;padding:2rem;overflow-y:auto}.admin-section{max-width:900px}.section-header{margin-bottom:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.section-header h2{margin:0;font-size:1.5rem;color:#1e293b}.section-header p{margin:0;color:#64748b;font-size:.9375rem}.admin-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:1rem}.admin-card:last-child{margin-bottom:0}.admin-card h3{margin:0 0 1rem;font-size:1rem;color:#1e293b;font-weight:600}.form-group{margin-bottom:1rem}.form-group:last-child{margin-bottom:0}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.9375rem;color:#1e293b;background:#fff;transition:border-color .15s,box-shadow .15s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a}.form-group input::placeholder{color:#94a3b8}.form-hint{display:block;font-size:.8125rem;color:#64748b;margin-top:.5rem}.form-hint a{color:#7c3aed;text-decoration:none}.form-hint a:hover{text-decoration:underline}.input-with-toggle{display:flex;align-items:center;gap:.5rem}.input-with-toggle input{flex:1}.toggle-visibility{background:none;border:none;padding:.5rem;color:#94a3b8;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.toggle-visibility:hover{color:#64748b}.btn-test-key{display:flex;align-items:center;gap:.25rem;padding:.5rem .75rem;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;color:#475569;font-size:.8125rem;cursor:pointer;transition:all .2s;white-space:nowrap;flex-shrink:0}.btn-test-key:hover:not(:disabled){background:#e2e8f0;border-color:#cbd5e1}.btn-test-key:disabled{opacity:.5;cursor:not-allowed}.btn-test-key .spinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.section-actions{margin-top:1.5rem;display:flex;gap:1rem}.btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .15s}.btn-primary:hover:not(:disabled){box-shadow:0 4px 12px #7c3aed4d;transform:translateY(-1px)}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff;color:#64748b;border:1px solid #e2e8f0;border-radius:8px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .15s}.btn-secondary:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.btn-secondary:disabled{opacity:.6;cursor:not-allowed}.btn-danger{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:#dc2626;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .15s}.btn-danger:hover:not(:disabled){background:#b91c1c;box-shadow:0 4px 12px #dc26264d}.btn-danger:disabled{opacity:.6;cursor:not-allowed}.btn-sm{padding:.5rem 1rem;font-size:.8125rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1.25rem}.stat-label{font-size:.8125rem;color:#64748b;margin-bottom:.5rem}.stat-value{font-size:1.75rem;font-weight:700;color:#1e293b}.stat-sub{font-size:.75rem;color:#94a3b8;margin-top:.25rem}.stat-deleted{font-size:.75rem;color:#f59e0b;margin-top:.25rem}.btn-icon{display:inline-flex;align-items:center;justify-content:center;padding:.5rem;background:transparent;border:1px solid #e2e8f0;border-radius:6px;color:#64748b;cursor:pointer;transition:all .15s}.btn-icon:hover{background:#f1f5f9;color:#334155}.cleanup-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.cleanup-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:#fef3c7;border:1px solid #fcd34d;border-radius:10px}.cleanup-item-info{display:flex;flex-direction:column;gap:.25rem}.cleanup-item-label{font-weight:500;color:#92400e}.cleanup-item-count{font-size:.8125rem;color:#a16207}.cleanup-empty{padding:2rem;text-align:center;color:#10b981;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:10px;display:flex;flex-direction:column;align-items:center;gap:.5rem}.users-table{background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.users-table table{width:100%;border-collapse:collapse}.users-table th,.users-table td{padding:.875rem 1rem;text-align:left;border-bottom:1px solid #e2e8f0}.users-table th{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc}.users-table td{font-size:.9375rem;color:#1e293b}.users-table tbody tr:last-child td{border-bottom:none}.users-table tbody tr:hover td{background:#f8fafc}.role-select{padding:.375rem .75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.8125rem;color:#1e293b;background:#fff;cursor:pointer}.role-select:focus{outline:none;border-color:#7c3aed}.features-list{display:flex;flex-direction:column;gap:.5rem}.feature-item{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px;transition:background .15s;color:#1e293b}.feature-item:hover{background:#f8fafc}.feature-info{display:flex;flex-direction:column;gap:.25rem}.feature-name{font-weight:500;color:#1e293b!important}.feature-description{font-size:.8125rem;color:#64748b!important}.feature-item,.feature-item *{color:inherit}.feature-info .feature-name{color:#1e293b}.feature-info .feature-description{color:#64748b}.toggle-switch{position:relative;display:inline-block;width:48px;height:26px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#e2e8f0;transition:.2s;border-radius:26px}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background-color:#fff;transition:.2s;border-radius:50%;box-shadow:0 1px 3px #00000026}.toggle-switch input:checked+.toggle-slider{background-color:#7c3aed}.toggle-switch input:checked+.toggle-slider:before{transform:translate(22px)}.access-denied{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;color:#64748b;padding:2rem}.access-denied h1{margin:1.5rem 0 1rem;color:#1e293b}.admin-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#64748b;gap:1rem}.modal-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:16px;max-width:480px;width:100%;box-shadow:0 25px 50px -12px #00000040;animation:modalSlideIn .2s ease}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal-header{padding:2rem 2rem 1rem;display:flex;flex-direction:column;align-items:center;text-align:center}.modal-header .warning-icon{color:#f59e0b;margin-bottom:1rem}.modal-header h2{margin:0;font-size:1.25rem;color:#1e293b}.modal-body{padding:1rem 2rem;color:#64748b;font-size:.9375rem;line-height:1.6}.modal-body p{margin:0 0 1rem}.modal-body p:last-child{margin-bottom:0}.warning-text{color:#dc2626;font-weight:500}.modal-actions{padding:1.5rem 2rem 2rem;display:flex;gap:1rem;justify-content:flex-end}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;color:#94a3b8;text-align:center}@media(max-width:900px){.admin-page{flex-direction:column}.admin-sidebar{width:100%;border-right:none;border-bottom:1px solid #e2e8f0;padding:1rem 0}.sidebar-nav{flex-direction:row;flex-wrap:wrap;gap:.5rem;overflow-x:auto;padding-bottom:.5rem}.nav-item{padding:.5rem 1rem;white-space:nowrap}.admin-content{padding:1.5rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.users-table{display:block;overflow-x:auto}.modal-actions{flex-direction:column-reverse}.modal-actions button{width:100%}}@media(max-width:480px){.stats-grid{grid-template-columns:1fr}.sidebar-nav{flex-direction:column}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #3b82f6;--primary-dark: #2563eb;--primary-light: #60a5fa;--secondary: #8b5cf6;--success: #10b981;--warning: #f59e0b;--danger: #ef4444;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-500: #64748b;--gray-600: #475569;--gray-700: #334155;--gray-800: #1e293b;--gray-900: #0f172a;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--radius-sm: 4px;--radius: 8px;--radius-lg: 12px;--radius-xl: 16px;--transition: all .2s cubic-bezier(.4, 0, .2, 1)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:var(--gray-50);color:var(--gray-900);line-height:1.6}.App{width:100%;height:100%;overflow:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--gray-100);border-radius:4px}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:4px;transition:background .2s}::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}.card{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:var(--transition)}.card:hover{box-shadow:var(--shadow-lg)}button{font-family:inherit;cursor:pointer;transition:var(--transition)}button:disabled{opacity:.5;cursor:not-allowed}*:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:var(--radius-sm)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{transform:translate(-10px);opacity:0}to{transform:translate(0);opacity:1}}.fade-in{animation:fadeIn .3s ease-out}.slide-in{animation:slideIn .3s ease-out}
