.modal-backdrop{background:rgba(0,0,0,.6);backdrop-filter:blur(2px);z-index:40}.modal-backdrop,.modal-backdrop-dark{position:fixed;inset:0;animation:fadeIn .12s ease-out}.modal-backdrop-dark{background:rgba(0,0,0,.85);z-index:60}.modal-container{z-index:50;gap:1rem}.delete-modal-container,.modal-container{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:1rem;pointer-events:none}.delete-modal-container{z-index:70}.modal-content{background:#1a1d24;width:100%;max-width:42rem;max-height:90vh;height:65vh;flex-direction:column;animation:modalSlideIn .15s cubic-bezier(.16,1,.3,1)}.modal-content,.modal-sidebar{border:1px solid #2e3440;border-radius:3px;display:flex;pointer-events:auto;box-shadow:0 8px 32px rgba(0,0,0,.5)}.modal-sidebar{width:16rem;flex:1;min-height:0;background:#15171d;padding:1rem;overflow-y:auto;animation:sidebarSlideIn .2s cubic-bezier(.16,1,.3,1);scrollbar-width:thin;scrollbar-color:#3b4252 transparent;flex-direction:column;gap:1rem}.modal-sidebars-container{display:flex;flex-direction:column;gap:.875rem;height:65vh}.modal-sidebar::-webkit-scrollbar-thumb{background:#3b4252}.modal-sidebar::-webkit-scrollbar-thumb:hover{background:#434c5e}.modal-sidebar-labels{flex:0 0 auto;height:240px;max-height:35vh;animation-delay:.05s}.modal-sidebar-members{flex:1;animation-delay:.1s}.sidebar-section-title{font-size:.688rem;font-family:Courier New,monospace;color:#81a1c1;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid #2e3440}.delete-modal{background:#1a1d24;border:1px solid #2e3440;border-radius:3px;padding:1.25rem;max-width:24rem;pointer-events:auto;animation:modalSlideIn .15s cubic-bezier(.16,1,.3,1);box-shadow:0 8px 32px rgba(0,0,0,.5)}.modal-header{flex-shrink:0;display:flex;align-items:flex-start;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #2e3440}.modal-title-section{flex:1;min-width:0;padding-right:1rem}.modal-title{font-size:1rem;font-weight:400;color:#e5e9f0}.modal-subtitle,.modal-title{font-family:Courier New,monospace}.modal-subtitle{margin-top:.25rem;font-size:.688rem;color:#81a1c1}.modal-close{flex-shrink:0;font-size:1.5rem;line-height:1;color:#81a1c1;transition:color .1s ease;background:none;border:none;cursor:pointer;padding:0}.modal-close:hover{color:#e5e9f0}.modal-body{flex:1;overflow-y:auto;padding:1rem 1.25rem;scrollbar-width:thin;scrollbar-color:#3b4252 transparent}.modal-body::-webkit-scrollbar{width:6px}.modal-body::-webkit-scrollbar-thumb{background:#3b4252;border-radius:3px}.modal-body::-webkit-scrollbar-thumb:hover{background:#434c5e}.modal-section-title{font-size:.688rem;margin-bottom:.5rem}.description-box{min-height:70px}.description-placeholder,.description-text{font-size:.75rem}.custom-calendar{z-index:100}.calendar-weekday{font-size:.688rem}.calendar-btn-clear,.calendar-btn-today,.calendar-day{font-size:.75rem}@keyframes sidebarSlideIn{0%{opacity:0;transform:translateX(16px)}to{opacity:1;transform:translateX(0)}}.modal-section{margin-bottom:1rem}.modal-section:last-child{margin-bottom:0}.modal-section-title{font-size:.7rem;font-family:Courier New,monospace;color:#81a1c1;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.625rem}.description-box{min-height:80px;padding:.75rem;background:#242933;border:1px solid #2e3440;border-radius:3px;cursor:pointer;transition:all .1s ease}.description-box:hover{border-color:#3b4252;background:#282e38}.description-text{color:#d8dee9;white-space:pre-wrap;line-height:1.5}.description-placeholder,.description-text{font-size:.813rem;font-family:Courier New,monospace}.description-placeholder{color:#616e88}.info-button{padding:.5rem .75rem;background:#242933;border:1px solid #2e3440;border-radius:3px;font-size:.75rem;font-family:Courier New,monospace;color:#d8dee9;cursor:pointer;transition:all .1s ease;display:inline-flex;align-items:center;gap:.5rem}.info-button:hover{border-color:#3b4252;background:#282e38}.date-input-button{width:100%;padding:.5rem .75rem;background:#242933;border:1px solid #2e3440;border-radius:3px;font-size:.75rem;font-family:Courier New,monospace;color:#d8dee9;cursor:pointer;transition:all .1s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.date-input-button:hover{border-color:#3b4252;background:#282e38}.date-input-button svg{color:#81a1c1}.custom-calendar{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#1a1d24;border:1px solid #2e3440;border-radius:3px;padding:.75rem;z-index:200;box-shadow:0 8px 24px rgba(0,0,0,.4);animation:calendarSlideIn .15s ease-out;max-height:400px}.calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #2e3440}.calendar-month-year{font-size:.75rem;font-family:Courier New,monospace;color:#e5e9f0;font-weight:500}.calendar-nav{display:flex;gap:.25rem}.calendar-nav-btn{width:1.75rem;height:1.75rem;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid #2e3440;border-radius:3px;color:#81a1c1;cursor:pointer;transition:all .1s ease}.calendar-nav-btn:hover{background:#242933;border-color:#3b4252}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem;margin-bottom:.5rem}.calendar-weekday{text-align:center;font-size:.65rem;font-family:Courier New,monospace;color:#616e88;padding:.25rem;font-weight:600}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem;margin-bottom:.75rem}.calendar-day{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-family:Courier New,monospace;background:transparent;border:1px solid transparent;border-radius:3px;color:#d8dee9;cursor:pointer;transition:all .1s ease}.calendar-day:hover:not(:disabled){background:#242933;border-color:#3b4252}.calendar-day:disabled{color:#434c5e;cursor:not-allowed}.calendar-day-other{color:#3b4252}.calendar-day-today{border-color:#5e81ac;color:#5e81ac;font-weight:600}.calendar-day-selected{background:#5e81ac;border-color:#5e81ac;color:#eceff4;font-weight:600}.calendar-day-selected:hover{background:#81a1c1;border-color:#81a1c1}.calendar-footer{display:flex;gap:.5rem;padding-top:.75rem;border-top:1px solid #2e3440}.calendar-btn-clear,.calendar-btn-today{flex:1;padding:.375rem;font-size:.7rem;font-family:Courier New,monospace;border-radius:3px;cursor:pointer;transition:all .1s ease}.calendar-btn-clear{background:transparent;border:1px solid #3b4252;color:#d8dee9}.calendar-btn-clear:hover{background:#242933;border-color:#434c5e}.calendar-btn-today{background:#5e81ac;border:1px solid #5e81ac;color:#eceff4}.calendar-btn-today:hover{background:#81a1c1;border-color:#81a1c1}.modal-footer{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:.875rem 1.25rem;border-top:1px solid #2e3440}.btn-delete{padding:.5rem .875rem;background:transparent;border:1px solid #bf616a;border-radius:3px;font-size:.75rem;font-family:Courier New,monospace;color:#bf616a;cursor:pointer;transition:all .1s ease}.btn-delete:hover{background:rgba(191,97,106,.1)}.btn-cancel{padding:.5rem .875rem;background:transparent;border:1px solid #3b4252;border-radius:3px;font-size:.75rem;font-family:Courier New,monospace;color:#d8dee9;cursor:pointer;transition:all .1s ease}.btn-cancel:hover:not(:disabled){background:#242933;border-color:#434c5e}.btn-cancel:disabled{opacity:.5;cursor:not-allowed}.btn-edit,.btn-save{padding:.5rem .875rem;background:#5e81ac;border:1px solid #5e81ac;border-radius:3px;font-size:.75rem;font-family:Courier New,monospace;color:#eceff4;cursor:pointer;transition:all .1s ease}.btn-edit:hover,.btn-save:hover:not(:disabled){background:#81a1c1;border-color:#81a1c1}.btn-save:disabled{opacity:.5;cursor:not-allowed}.btn-confirm-delete{padding:.5rem .875rem;background:#bf616a;border:1px solid #bf616a;border-radius:3px;font-size:.75rem;font-family:Courier New,monospace;color:#eceff4;cursor:pointer;transition:all .1s ease}.btn-confirm-delete:hover:not(:disabled){background:#d08770;border-color:#d08770}.btn-confirm-delete:disabled{opacity:.5;cursor:not-allowed}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.96) translateY(-8px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes calendarSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:hsla(0,0%,39%,.3) transparent}.custom-scrollbar::-webkit-scrollbar{width:8px;height:8px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:hsla(0,0%,39%,.3);border-radius:4px;border:2px solid transparent;background-clip:padding-box}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,39%,.5);border:2px solid transparent;background-clip:padding-box}.custom-scrollbar{scroll-behavior:smooth}.modal-body::-webkit-scrollbar{width:8px}.modal-body::-webkit-scrollbar-track{background:transparent}.modal-body::-webkit-scrollbar-thumb{background:hsla(0,0%,39%,.3);border-radius:4px}.modal-body::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,39%,.5)}body:has(.card-detail-drawer-open){overflow:hidden}@keyframes slideInFromRight{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes slideOutToRight{0%{transform:translateX(0);opacity:1}to{transform:translateX(100%);opacity:0}}.modal-sidebar::-webkit-scrollbar{width:6px}.modal-sidebar::-webkit-scrollbar-track{background:transparent}.modal-sidebar::-webkit-scrollbar-thumb{background:hsla(0,0%,39%,.3);border-radius:3px}.modal-sidebar::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,39%,.5)}.light .modal-backdrop{background:rgba(30,40,70,.35)}.light .modal-backdrop-dark{background:rgba(30,40,70,.55)}.light .modal-content{background:#fff;border-color:#cfd4de;box-shadow:0 8px 32px rgba(30,40,70,.14)}.light .modal-sidebar{background:#f6f7f9;border-color:#cfd4de;box-shadow:0 8px 32px rgba(30,40,70,.1);scrollbar-color:#abb3c4 transparent}.light .modal-sidebar::-webkit-scrollbar-thumb{background:#abb3c4}.light .modal-sidebar::-webkit-scrollbar-thumb:hover{background:#8793ab}.light .sidebar-section-title{color:#315fc4;border-bottom-color:#d5d9e2}.light .delete-modal{background:#fff;border-color:#cfd4de;box-shadow:0 8px 32px rgba(30,40,70,.14)}.light .modal-header{border-bottom-color:#dbdfe6}.light .modal-title{color:#1f2533}.light .modal-subtitle{color:#3762be}.light .modal-close{color:#737f96}.light .modal-close:hover{color:#262f40}.light .modal-body{scrollbar-color:#abb3c4 transparent}.light .modal-body::-webkit-scrollbar-thumb{background:rgba(120,140,180,.35)}.light .modal-body::-webkit-scrollbar-thumb:hover{background:rgba(120,140,180,.55)}.light .modal-section-title{color:#3762be}.light .description-box{background:#f6f7f9;border-color:#cfd4de}.light .description-box:hover{border-color:#abb3c4;background:#f0f1f5}.light .description-text{color:#2c3444}.light .description-placeholder{color:#858fa3}.light .info-button{background:#f3f4f7;border-color:#cfd4de;color:#384257}.light .info-button:hover{border-color:#a5aec0;background:#eaecf1}.light .date-input-button{background:#f3f4f7;border-color:#cfd4de;color:#384257}.light .date-input-button:hover{border-color:#a5aec0;background:#eaecf1}.light .date-input-button svg{color:#3b6ace}.light .custom-calendar{background:#fff;border-color:#cfd4de;box-shadow:0 8px 24px rgba(30,40,70,.12)}.light .calendar-header{border-bottom-color:#dbdfe6}.light .calendar-month-year{color:#222a39}.light .calendar-nav-btn{border-color:#cfd4de;color:#3363cc}.light .calendar-nav-btn:hover{background:#f0f1f5;border-color:#abb3c4}.light .calendar-weekday{color:#737f96}.light .calendar-day{color:#343d51}.light .calendar-day:hover:not(:disabled){background:#edeff3;border-color:#b7becd}.light .calendar-day:disabled{color:#aeb4c2}.light .calendar-day-other{color:#a2aab9}.light .calendar-day-today{border-color:#2963e0;color:#1d55cd}.light .calendar-day-selected{background:#2963e0;border-color:#2963e0;color:#fff}.light .calendar-day-selected:hover{background:#1c51c4;border-color:#1c51c4}.light .calendar-footer{border-top-color:#dbdfe6}.light .calendar-btn-clear{border-color:#bdc4d1;color:#3c475d}.light .calendar-btn-clear:hover{background:#f0f1f5;border-color:#99a3b8}.light .calendar-btn-today{background:#2963e0;border-color:#2963e0;color:#fff}.light .calendar-btn-today:hover{background:#1c51c4;border-color:#1c51c4}.light .modal-footer{border-top-color:#dbdfe6}.light .btn-delete{border-color:#d43535;color:#c22929}.light .btn-delete:hover{background:rgba(212,53,53,.08)}.light .btn-cancel{border-color:#bdc4d1;color:#404c64}.light .btn-cancel:hover:not(:disabled){background:#f0f1f5;border-color:#99a3b8}.light .btn-edit,.light .btn-save{background:#2963e0;border-color:#2963e0;color:#fff}.light .btn-edit:hover,.light .btn-save:hover:not(:disabled){background:#1c51c4;border-color:#1c51c4}.light .btn-confirm-delete{background:#d43535;border-color:#d43535;color:#fff}.light .btn-confirm-delete:hover:not(:disabled){background:#b92727;border-color:#b92727}.light .custom-scrollbar{scrollbar-color:rgba(120,140,180,.35) transparent}.light .custom-scrollbar::-webkit-scrollbar-thumb{background:rgba(120,140,180,.35)}.light .custom-scrollbar::-webkit-scrollbar-thumb:hover{background:rgba(120,140,180,.55)}