.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:rgba(100,100,100,.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:rgba(100,100,100,.3);border-radius:4px;border:2px solid transparent;background-clip:padding-box}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:rgba(100,100,100,.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:rgba(100,100,100,.3);border-radius:4px}.modal-body::-webkit-scrollbar-thumb:hover{background:rgba(100,100,100,.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:rgba(100,100,100,.3);border-radius:3px}.modal-sidebar::-webkit-scrollbar-thumb:hover{background:rgba(100,100,100,.5)}.light .modal-backdrop{background:rgba(30,40,70,.35)}.light .modal-backdrop-dark{background:rgba(30,40,70,.55)}.light .modal-content{background:hsl(0 0% 100%);border-color:hsl(220 18% 84%);box-shadow:0 8px 32px rgba(30,40,70,.14)}.light .modal-sidebar{background:hsl(220 20% 97%);border-color:hsl(220 18% 84%);box-shadow:0 8px 32px rgba(30,40,70,.1);scrollbar-color:hsl(220 18% 72%) transparent}.light .modal-sidebar::-webkit-scrollbar-thumb{background:hsl(220 18% 72%)}.light .modal-sidebar::-webkit-scrollbar-thumb:hover{background:hsl(220 18% 60%)}.light .sidebar-section-title{color:hsl(221 60% 48%);border-bottom-color:hsl(220 18% 86%)}.light .delete-modal{background:hsl(0 0% 100%);border-color:hsl(220 18% 84%);box-shadow:0 8px 32px rgba(30,40,70,.14)}.light .modal-header{border-bottom-color:hsl(220 18% 88%)}.light .modal-title{color:hsl(220 25% 16%)}.light .modal-subtitle{color:hsl(221 55% 48%)}.light .modal-close{color:hsl(220 14% 52%)}.light .modal-close:hover{color:hsl(220 25% 20%)}.light .modal-body{scrollbar-color:hsl(220 18% 72%) 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:hsl(221 55% 48%)}.light .description-box{background:hsl(220 20% 97%);border-color:hsl(220 18% 84%)}.light .description-box:hover{border-color:hsl(220 18% 72%);background:hsl(220 20% 95%)}.light .description-text{color:hsl(220 22% 22%)}.light .description-placeholder{color:hsl(220 14% 58%)}.light .info-button{background:hsl(220 20% 96%);border-color:hsl(220 18% 84%);color:hsl(220 22% 28%)}.light .info-button:hover{border-color:hsl(220 18% 70%);background:hsl(220 20% 93%)}.light .date-input-button{background:hsl(220 20% 96%);border-color:hsl(220 18% 84%);color:hsl(220 22% 28%)}.light .date-input-button:hover{border-color:hsl(220 18% 70%);background:hsl(220 20% 93%)}.light .date-input-button svg{color:hsl(221 60% 52%)}.light .custom-calendar{background:hsl(0 0% 100%);border-color:hsl(220 18% 84%);box-shadow:0 8px 24px rgba(30,40,70,.12)}.light .calendar-header{border-bottom-color:hsl(220 18% 88%)}.light .calendar-month-year{color:hsl(220 25% 18%)}.light .calendar-nav-btn{border-color:hsl(220 18% 84%);color:hsl(221 60% 50%)}.light .calendar-nav-btn:hover{background:hsl(220 20% 95%);border-color:hsl(220 18% 72%)}.light .calendar-weekday{color:hsl(220 14% 52%)}.light .calendar-day{color:hsl(220 22% 26%)}.light .calendar-day:hover:not(:disabled){background:hsl(220 20% 94%);border-color:hsl(220 18% 76%)}.light .calendar-day:disabled{color:hsl(220 14% 72%)}.light .calendar-day-other{color:hsl(220 14% 68%)}.light .calendar-day-today{border-color:hsl(221 75% 52%);color:hsl(221 75% 46%)}.light .calendar-day-selected{background:hsl(221 75% 52%);border-color:hsl(221 75% 52%);color:hsl(0 0% 100%)}.light .calendar-day-selected:hover{background:hsl(221 75% 44%);border-color:hsl(221 75% 44%)}.light .calendar-footer{border-top-color:hsl(220 18% 88%)}.light .calendar-btn-clear{border-color:hsl(220 18% 78%);color:hsl(220 22% 30%)}.light .calendar-btn-clear:hover{background:hsl(220 20% 95%);border-color:hsl(220 18% 66%)}.light .calendar-btn-today{background:hsl(221 75% 52%);border-color:hsl(221 75% 52%);color:hsl(0 0% 100%)}.light .calendar-btn-today:hover{background:hsl(221 75% 44%);border-color:hsl(221 75% 44%)}.light .modal-footer{border-top-color:hsl(220 18% 88%)}.light .btn-delete{border-color:hsl(0 65% 52%);color:hsl(0 65% 46%)}.light .btn-delete:hover{background:hsl(0 65% 52%/.08)}.light .btn-cancel{border-color:hsl(220 18% 78%);color:hsl(220 22% 32%)}.light .btn-cancel:hover:not(:disabled){background:hsl(220 20% 95%);border-color:hsl(220 18% 66%)}.light .btn-edit,.light .btn-save{background:hsl(221 75% 52%);border-color:hsl(221 75% 52%);color:hsl(0 0% 100%)}.light .btn-edit:hover,.light .btn-save:hover:not(:disabled){background:hsl(221 75% 44%);border-color:hsl(221 75% 44%)}.light .btn-confirm-delete{background:hsl(0 65% 52%);border-color:hsl(0 65% 52%);color:hsl(0 0% 100%)}.light .btn-confirm-delete:hover:not(:disabled){background:hsl(0 65% 44%);border-color:hsl(0 65% 44%)}.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)}.member-picker-permanent{display:flex;flex-direction:column;gap:.75rem;height:100%;overflow:hidden}.assigned-members-section{flex-shrink:0;padding-bottom:.75rem;border-bottom:1px solid #2e3440;max-height:30%;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#3b4252 transparent}.assigned-members-section::-webkit-scrollbar{width:6px}.assigned-members-section::-webkit-scrollbar-track{background:transparent}.assigned-members-section::-webkit-scrollbar-thumb{background:#3b4252;border-radius:3px}.assigned-members-list{display:flex;flex-direction:column;gap:.375rem}.assigned-member-chip{display:flex;align-items:center;gap:.5rem;padding:.375rem .5rem;background:#242933;border:1px solid #2e3440;border-radius:2px;transition:all .15s ease;cursor:default}.assigned-member-chip:hover{border-color:#5e81ac}.assigned-member-avatar{width:1.5rem;height:1.5rem;border-radius:50%;background:#5e81ac;color:white;display:flex;align-items:center;justify-content:center;font-size:.688rem;font-family:Courier New,monospace;flex-shrink:0}.assigned-member-name{flex:1;font-size:.75rem;color:#e5e9f0;font-family:Courier New,monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.assigned-member-remove{font-size:.75rem;line-height:1;color:#616e88;background:none;border:none;cursor:pointer;padding:0;opacity:0;transition:all .15s ease}.assigned-member-chip:hover .assigned-member-remove{opacity:1}.assigned-member-remove:hover{color:#bf616a}.member-search-input{width:100%;padding:.5rem;background:#242933;border:1px solid #2e3440;border-radius:2px;font-size:.75rem;font-family:Courier New,monospace;color:#d8dee9;transition:all .15s ease;flex-shrink:0}.member-search-input:focus{outline:none;border-color:#5e81ac}.member-search-input::-moz-placeholder{color:#616e88}.member-search-input::placeholder{color:#616e88}.member-content{flex:1;overflow-y:auto;display:flex;flex-direction:column;min-height:0;scrollbar-width:thin;scrollbar-color:#3b4252 transparent}.member-content::-webkit-scrollbar{width:6px}.member-content::-webkit-scrollbar-track{background:transparent}.member-content::-webkit-scrollbar-thumb{background:#3b4252;border-radius:3px}.member-empty,.member-loading{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1rem;text-align:center;color:#616e88;font-size:.75rem;font-family:Courier New,monospace}.loading-spinner{display:inline-block;width:1.25rem;height:1.25rem;border:2px solid #3b4252;border-top-color:#5e81ac;border-radius:50%;animation:spin .6s linear infinite;margin-bottom:.5rem}.member-section-label{font-size:.688rem;font-family:Courier New,monospace;color:#616e88;border-bottom:1px solid #2e3440;background:#1a1d24;text-transform:uppercase;letter-spacing:.05em;margin:0 -1rem;padding:.5rem 1rem;position:sticky;top:0;z-index:1}.member-item{width:100%;padding:.625rem .75rem;display:flex;align-items:center;gap:.625rem;background:transparent;border:none;border-bottom:1px solid #2e3440;cursor:pointer;transition:background .15s ease;flex-shrink:0}.member-item:last-child{border-bottom:none}.member-item:hover{background:#242933}.member-avatar{width:1.875rem;height:1.875rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-family:Courier New,monospace;flex-shrink:0}.member-avatar-unassigned{background:rgba(94,129,172,.2);color:#5e81ac;border:1px solid rgba(94,129,172,.3)}.member-avatar-assigned{background:#5e81ac;color:white}.member-info{flex:1;min-width:0;text-align:left}.member-name{font-size:.75rem;color:#e5e9f0}.member-email,.member-name{font-family:Courier New,monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.member-email{font-size:.688rem;color:#616e88;margin-top:.125rem}.member-indicator{width:1rem;height:1rem;border-radius:2px;border:2px solid #2e3440;display:flex;align-items:center;justify-content:center;font-size:.625rem;color:#616e88;flex-shrink:0;transition:all .15s ease}.member-indicator-assigned{background:#5e81ac;border-color:#5e81ac;color:white}.member-footer{padding:.625rem 0;border-top:1px solid #2e3440;text-align:center;font-size:.688rem;font-family:Courier New,monospace;color:#616e88;flex-shrink:0;margin-top:auto}@keyframes spin{to{transform:rotate(1turn)}}.light .assigned-members-section{border-bottom-color:hsl(220 18% 88%);scrollbar-color:hsl(220 18% 72%) transparent}.light .assigned-members-section::-webkit-scrollbar-thumb{background:hsl(220 18% 72%)}.light .assigned-member-chip{background:hsl(220 20% 96%);border-color:hsl(220 18% 86%)}.light .assigned-member-chip:hover{border-color:hsl(221 75% 52%);background:hsl(220 20% 94%)}.light .assigned-member-avatar{background:hsl(221 75% 52%)}.light .assigned-member-name{color:hsl(220 25% 18%)}.light .assigned-member-remove{color:hsl(220 14% 52%)}.light .assigned-member-remove:hover{color:hsl(0 65% 46%)}.light .member-search-input{background:hsl(0 0% 100%);border-color:hsl(220 18% 82%);color:hsl(220 25% 18%)}.light .member-search-input:focus{border-color:hsl(221 75% 52%);box-shadow:0 0 0 3px hsl(221 75% 52%/.12)}.light .member-search-input::-moz-placeholder{color:hsl(220 14% 58%)}.light .member-search-input::placeholder{color:hsl(220 14% 58%)}.light .member-content{scrollbar-color:hsl(220 18% 72%) transparent}.light .member-content::-webkit-scrollbar-thumb{background:hsl(220 18% 72%)}.light .member-empty,.light .member-loading{color:hsl(220 14% 52%)}.light .loading-spinner{border-color:hsl(221 75% 52%) hsl(220 18% 80%) hsl(220 18% 80%)}.light .member-section-label{color:hsl(220 14% 52%);border-bottom-color:hsl(220 18% 88%);background:hsl(220 20% 97%)}.light .member-item{border-bottom-color:hsl(220 18% 92%)}.light .member-item:hover{background:hsl(220 20% 95%)}.light .member-avatar-unassigned{background:hsl(221 75% 52%/.1);color:hsl(221 75% 46%);border-color:hsl(221 75% 52%/.22)}.light .member-avatar-assigned{background:hsl(221 75% 52%)}.light .member-name{color:hsl(220 25% 18%)}.light .member-email{color:hsl(220 14% 52%)}.light .member-indicator{border-color:hsl(220 18% 80%);color:hsl(220 14% 56%)}.light .member-indicator-assigned{background:hsl(221 75% 52%);border-color:hsl(221 75% 52%)}.light .member-footer{border-top-color:hsl(220 18% 88%);color:hsl(220 14% 52%)}.label-picker-permanent{display:flex;flex-direction:column;gap:.75rem;height:100%;overflow:hidden}.assigned-labels-section{flex-shrink:0;padding-bottom:.75rem;border-bottom:1px solid #2e3440;max-height:30%;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(100,100,100,.3) transparent}.assigned-labels-section::-webkit-scrollbar{width:6px}.assigned-labels-section::-webkit-scrollbar-track{background:transparent}.assigned-labels-section::-webkit-scrollbar-thumb{background:rgba(100,100,100,.3);border-radius:3px}.assigned-labels-display{display:flex;flex-wrap:wrap;gap:.375rem}.assigned-label-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .625rem;border-radius:12px;font-size:.688rem;font-weight:600;line-height:1.4;transition:all .15s ease}.assigned-label-badge:hover{transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.15)}.assigned-label-badge .badge-text{white-space:nowrap}.assigned-label-badge .badge-remove{padding:0;margin:0;background:none;border:none;cursor:pointer;font-size:.875rem;line-height:1;opacity:.7;transition:opacity .1s ease;display:flex;align-items:center;justify-content:center;width:14px;height:14px}.assigned-label-badge .badge-remove:hover{opacity:1;transform:scale(1.15)}.label-search-input{width:100%;padding:.5rem .625rem;background:#242933;border:1px solid #2e3440;border-radius:3px;font-size:.75rem;font-family:Courier New,monospace;color:#d8dee9;transition:all .12s ease;flex-shrink:0}.label-search-input:focus{outline:none;border-color:#5e81ac;background:#282e38}.label-search-input::-moz-placeholder{color:#616e88}.label-search-input::placeholder{color:#616e88}.label-content{flex:1;overflow-y:auto;display:flex;flex-direction:column;min-height:0;scrollbar-width:thin;scrollbar-color:rgba(100,100,100,.3) transparent}.label-content::-webkit-scrollbar{width:6px}.label-content::-webkit-scrollbar-track{background:transparent}.label-content::-webkit-scrollbar-thumb{background:rgba(100,100,100,.3);border-radius:3px}.labels-list{display:flex;flex-direction:column;gap:.375rem;flex:1}.label-item{display:flex;align-items:center;gap:.625rem;padding:.5rem .625rem;background:transparent;border:1px solid #2e3440;border-radius:4px;cursor:pointer;transition:all .12s ease;width:100%}.label-item:hover{background:#242933;border-color:#3b4252}.label-color-preview-badge{min-width:2.25rem;height:1.375rem;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.563rem;font-weight:700;letter-spacing:.03em;flex-shrink:0}.label-item-name{flex:1;text-align:left;font-size:.75rem;font-family:Courier New,monospace;color:#d8dee9;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.label-checkbox{width:1.125rem;height:1.125rem;border:1px solid #3b4252;border-radius:3px;display:flex;align-items:center;justify-content:center;transition:all .12s ease;flex-shrink:0}.label-checkbox-checked{background:#5e81ac;border-color:#5e81ac}.label-checkbox-checked span{color:#eceff4;font-size:.75rem;font-weight:700}.empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem 1rem;text-align:center}.empty-state p{color:#616e88}.btn-new-label,.empty-state p{font-size:.75rem;font-family:Courier New,monospace}.btn-new-label{width:100%;padding:.5rem;background:transparent;border:1px dashed #3b4252;border-radius:4px;color:#81a1c1;cursor:pointer;transition:all .12s ease;display:flex;align-items:center;justify-content:center;gap:.375rem;margin-top:.625rem;flex-shrink:0}.btn-new-label:hover{background:#242933;border-color:#5e81ac;color:#5e81ac}.btn-new-label span{font-size:1rem;font-weight:700}.create-label-form{display:flex;flex-direction:column;gap:.875rem;flex:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(100,100,100,.3) transparent}.create-label-form::-webkit-scrollbar{width:6px}.create-label-form::-webkit-scrollbar-track{background:transparent}.create-label-form::-webkit-scrollbar-thumb{background:rgba(100,100,100,.3);border-radius:3px}.form-group{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0}.form-group label{display:block;font-size:.688rem;font-family:Courier New,monospace;color:#81a1c1;margin-bottom:.375rem;font-weight:600}.label-name-input{width:100%;padding:.5rem .625rem;background:#242933;border:1px solid #2e3440;border-radius:3px;font-size:.75rem;font-family:Courier New,monospace;color:#d8dee9;transition:all .12s ease}.label-name-input:focus{outline:none;border-color:#5e81ac;background:#282e38}.color-picker-grid-badges{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.color-badge-option{height:2rem;border-radius:10px;border:2px solid transparent;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;position:relative}.color-badge-option:hover{transform:scale(1.08);box-shadow:0 2px 6px rgba(0,0,0,.2)}.color-badge-option.color-badge-selected{border-color:rgba(255,255,255,.6);transform:scale(1.05);box-shadow:0 0 0 3px rgba(94,129,172,.3)}.color-badge-option .badge-check{font-size:1rem;line-height:1;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3))}.form-actions{display:flex;gap:.5rem;margin-top:auto;flex-shrink:0}.btn-cancel-create,.btn-create-label{flex:1;padding:.5rem .75rem;border-radius:4px;font-size:.75rem;font-family:Courier New,monospace;font-weight:500;cursor:pointer;transition:all .12s ease;border:none}.btn-cancel-create{background:transparent;border:1px solid #3b4252;color:#d8dee9}.btn-cancel-create:hover{background:#242933;border-color:#434c5e}.btn-create-label{background:#5e81ac;color:#eceff4}.btn-create-label:hover:not(:disabled){background:#81a1c1}.btn-create-label:disabled{opacity:.5;cursor:not-allowed}.label-picker-permanent *{scrollbar-width:thin;scrollbar-color:rgba(100,100,100,.3) transparent}.label-picker-permanent ::-webkit-scrollbar{width:6px;height:6px}.label-picker-permanent ::-webkit-scrollbar-track{background:transparent}.label-picker-permanent ::-webkit-scrollbar-thumb{background:rgba(100,100,100,.3);border-radius:3px}.label-picker-permanent ::-webkit-scrollbar-thumb:hover{background:rgba(100,100,100,.5)}.light .assigned-labels-section{border-bottom-color:hsl(220 18% 88%);scrollbar-color:rgba(120,140,180,.35) transparent}.light .assigned-labels-section::-webkit-scrollbar-thumb{background:rgba(120,140,180,.35)}.light .label-search-input{background:hsl(0 0% 100%);border-color:hsl(220 18% 82%);color:hsl(220 25% 18%)}.light .label-search-input:focus{border-color:hsl(221 75% 52%);background:hsl(0 0% 100%);box-shadow:0 0 0 3px hsl(221 75% 52%/.12)}.light .label-search-input::-moz-placeholder{color:hsl(220 14% 58%)}.light .label-search-input::placeholder{color:hsl(220 14% 58%)}.light .label-content{scrollbar-color:rgba(120,140,180,.35) transparent}.light .label-content::-webkit-scrollbar-thumb{background:rgba(120,140,180,.35)}.light .label-item{border-color:hsl(220 18% 88%)}.light .label-item:hover{background:hsl(220 20% 95%);border-color:hsl(220 18% 78%)}.light .label-item-name{color:hsl(220 22% 24%)}.light .label-checkbox{border-color:hsl(220 18% 76%)}.light .label-checkbox-checked{background:hsl(221 75% 52%);border-color:hsl(221 75% 52%)}.light .empty-state p{color:hsl(220 14% 52%)}.light .btn-new-label{border-color:hsl(220 18% 76%);color:hsl(221 60% 50%)}.light .btn-new-label:hover{background:hsl(220 20% 95%);border-color:hsl(221 75% 52%);color:hsl(221 75% 44%)}.light .create-label-form{scrollbar-color:rgba(120,140,180,.35) transparent}.light .create-label-form::-webkit-scrollbar-thumb{background:rgba(120,140,180,.35)}.light .form-group label{color:hsl(221 55% 46%)}.light .label-name-input{background:hsl(0 0% 100%);border-color:hsl(220 18% 82%);color:hsl(220 25% 18%)}.light .label-name-input:focus{border-color:hsl(221 75% 52%);background:hsl(0 0% 100%);box-shadow:0 0 0 3px hsl(221 75% 52%/.12)}.light .color-badge-option.color-badge-selected{border-color:rgba(30,50,100,.35);box-shadow:0 0 0 3px hsl(221 75% 52%/.22)}.light .btn-cancel-create{border-color:hsl(220 18% 78%);color:hsl(220 22% 32%)}.light .btn-cancel-create:hover{background:hsl(220 20% 95%);border-color:hsl(220 18% 66%)}.light .btn-create-label{background:hsl(221 75% 52%);color:hsl(0 0% 100%)}.light .btn-create-label:hover:not(:disabled){background:hsl(221 75% 44%)}.light .label-picker-permanent *{scrollbar-color:rgba(120,140,180,.35) transparent}.light .label-picker-permanent ::-webkit-scrollbar-thumb{background:rgba(120,140,180,.35)}.light .label-picker-permanent ::-webkit-scrollbar-thumb:hover{background:rgba(120,140,180,.55)}