@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg-color: #080808;--text-main: #ffffff;--text-muted: #888888;--border-color: rgba(255, 255, 255, .08);--accent-color: #FF8C29;--accent-hover: #e0741a;--radius-md: 12px;--radius-lg: 20px;--glass-bg: rgba(20, 20, 20, .6);--glass-border: rgba(255, 255, 255, .06)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background-color:var(--bg-color);background-image:radial-gradient(circle at 10% 20%,rgba(255,140,41,.06) 0%,transparent 40%),radial-gradient(circle at 90% 80%,rgba(255,140,41,.08) 0%,transparent 40%);background-attachment:fixed;color:var(--text-main);line-height:1.5;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0003;border-radius:4px}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff40}*{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) rgba(0,0,0,.2)}button{cursor:pointer;font-family:inherit;border:none;background:none}input,select{font-family:inherit;background-color:#ffffff08;color:var(--text-main)}select option{background-color:#1a1a1a;color:#fff}h1{font-size:2.25rem;font-weight:600;letter-spacing:-.03em}h2{font-size:1.25rem;font-weight:500;color:var(--text-muted)}.flex{display:flex}.flex-col{display:flex;flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-2{gap:.5rem}.gap-4{gap:1rem}.glass{background:var(--glass-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border)}.btn-primary{background-color:var(--accent-color);color:#000;padding:.6rem 1.2rem;border-radius:var(--radius-md);font-weight:600;transition:all .2s;box-shadow:0 4px 14px #ff8c2933}.btn-primary:hover{background-color:var(--accent-hover);transform:translateY(-1px)}.btn-secondary{background-color:#ffffff08;color:var(--text-main);border:1px solid var(--border-color);padding:.6rem 1.2rem;border-radius:var(--radius-md);font-weight:500;transition:all .2s}.btn-secondary:hover{background-color:#ffffff14}.input-field{width:100%;padding:.75rem 1rem;border:1px solid var(--border-color);border-radius:var(--radius-md);font-size:.95rem;outline:none;transition:all .2s}.input-field:focus{border-color:var(--accent-color);box-shadow:0 0 0 2px #ff8c291a}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center}.auth-card{padding:3rem;border-radius:var(--radius-lg);width:100%;max-width:420px}.auth-title{text-align:center;margin-bottom:2rem}.auth-form{display:flex;flex-direction:column;gap:1.2rem}.auth-error{color:#ff6b6b;font-size:.875rem;text-align:center;background:#ff6b6b1a;padding:.5rem;border-radius:var(--radius-md)}.app-layout{display:flex;height:100vh;width:100vw;overflow:hidden;background-color:var(--bg-color)}.sidebar{width:260px;height:100vh;flex-shrink:0;border-right:1px solid var(--border-color);padding:1.5rem 1rem;display:flex;flex-direction:column;background:var(--glass-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:100}.main-content{flex:1;height:100vh;display:flex;flex-direction:column;overflow:hidden}.project-header-container{padding:2rem 3rem 1rem;border-bottom:1px solid var(--border-color);background:var(--bg-color);z-index:10}.board-scroll-area{flex:1;overflow:auto;padding:2rem 3rem}.sidebar-title{font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;margin-top:2rem;padding-left:.5rem}.sidebar-item{padding:.6rem .8rem;border-radius:var(--radius-md);color:var(--text-muted);text-decoration:none;font-weight:500;font-size:.95rem;transition:all .2s;display:flex;align-items:center;gap:.75rem;margin-bottom:.25rem}.sidebar-item:hover{background-color:#ffffff0d;color:var(--text-main)}.sidebar-item.active{background-color:#ff8c291a;color:var(--accent-color)}.dashboard-scroll-area{flex:1;height:100vh;overflow-y:auto;padding:2rem 3rem}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}.project-card{border-radius:var(--radius-lg);padding:1.5rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.project-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,var(--accent-color),transparent);opacity:0;transition:opacity .3s}.project-card:hover{transform:translateY(-4px);border-color:#ffffff26;background:#1e1e1eb3}.project-card:hover:before{opacity:1}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:50}.modal-content{padding:2.5rem;border-radius:var(--radius-lg);width:100%;max-width:450px}.board-container{display:flex;gap:2.5rem;margin-top:2rem;overflow-x:auto;padding-bottom:2rem}.board-column{min-width:300px;max-width:300px;display:flex;flex-direction:column;gap:1.25rem}.board-column-header{font-size:.95rem;font-weight:600;color:var(--text-main);padding:.25rem .5rem;border-radius:8px;display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem;transition:background-color .2s}.board-column-header:hover{background-color:#ffffff08}.board-column-title{margin-right:.5rem}.board-column-count{font-size:.8em;color:var(--text-muted);font-weight:500}.board-column-add-btn{color:var(--text-muted);padding:.2rem;border-radius:4px;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .2s}.board-column-header:hover .board-column-add-btn{opacity:1}.board-column-add-btn:hover{background-color:#ffffff1a;color:var(--text-main)}.notion-add-card-btn{color:var(--text-muted);font-size:.9rem;font-weight:500;padding:.5rem;display:flex;align-items:center;border-radius:6px;transition:background-color .2s;margin-top:.25rem}.notion-add-card-btn:hover{background-color:#ffffff0d;color:var(--text-main)}.notion-add-group-btn{color:var(--text-muted);font-size:.95rem;font-weight:500;padding:.5rem 1rem;display:flex;align-items:center;border-radius:8px;transition:background-color .2s}.notion-add-group-btn:hover{background-color:#ffffff0d;color:var(--text-main)}.notion-inline-input{width:100%;background:transparent;border:none;color:var(--text-main);font-size:.95rem;outline:none;font-family:inherit}.notion-inline-input::placeholder{color:var(--text-muted);opacity:.7}.kanban-card{background:#ffffff05;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--border-color);border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;gap:1rem;transition:all .2s;cursor:pointer;position:relative}.kanban-card:hover{background:#ffffff0d;border-color:#ffffff26;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.kanban-card.dragging{opacity:.5;transform:scale(.98);border:1px dashed var(--accent-color);box-shadow:none}.kanban-card-title{font-size:.95rem;font-weight:500;line-height:1.5;color:var(--text-main);transition:color .2s}.status-badge-wrapper{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border-radius:20px;width:fit-content;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.05);transition:all .2s;cursor:pointer;position:relative}.status-badge-wrapper:hover{background-color:#ffffff1a}.dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.dot.no-empezado{background-color:#888}.dot.en-proceso{background-color:#339af0}.dot.falta-inf{background-color:#fcc419}.dot.urgencias{background-color:#ff6b6b}.dot.completado{background-color:#51cf66}.status-text{font-size:.8rem;font-weight:500;color:#ddd}.status-badge-wrapper.completado .status-text{opacity:.6}.custom-dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;background:#141414f2;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.5rem;min-width:160px;z-index:100;box-shadow:0 10px 30px #00000080;display:flex;flex-direction:column;gap:.25rem}.custom-dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border-radius:8px;cursor:pointer;transition:background-color .2s;color:var(--text-main);font-size:.85rem;font-weight:500}.custom-dropdown-item:hover{background-color:#ffffff1a}.kanban-card.completado .kanban-card-title{text-decoration:line-through;color:var(--text-muted)}.task-properties{display:flex;flex-direction:column;gap:.5rem;margin-top:.25rem;margin-bottom:.75rem;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.05)}.property-item{display:flex;align-items:center;gap:.5rem;color:var(--text-muted);font-size:.8rem}.property-input{background:transparent;border:none;color:var(--text-main);font-size:.8rem;font-family:inherit;outline:none;width:100%;padding:0}.property-input::placeholder{color:var(--text-muted);opacity:.6}.property-input[type=date]{color:var(--text-muted);width:fit-content}.property-input[type=date]::-webkit-calendar-picker-indicator{filter:invert(1);opacity:.5;cursor:pointer}.progress-bar{width:100%;height:4px;background-color:#ffffff1a;border-radius:4px;margin-top:1rem;overflow:hidden}.progress-fill{height:100%;background-color:var(--accent-color);border-radius:4px;transition:width .5s cubic-bezier(.4,0,.2,1)}:root.light-theme{--bg-color: #f4f5f7;--text-main: #111111;--text-muted: #555555;--border-color: rgba(0, 0, 0, .1);--glass-bg: rgba(255, 255, 255, .85);--glass-border: rgba(0, 0, 0, .1)}:root.light-theme body{background-image:radial-gradient(circle at 10% 20%,rgba(255,140,41,.08) 0%,transparent 40%),radial-gradient(circle at 90% 80%,rgba(255,140,41,.1) 0%,transparent 40%)}:root.light-theme .app-layout{background:var(--bg-color)}:root.light-theme input,:root.light-theme select{background-color:#00000008;color:var(--text-main);border-color:#0000001a}:root.light-theme select option{background-color:#fff;color:#111}:root.light-theme .custom-dropdown-menu{background:#fffffff2;border:1px solid rgba(0,0,0,.1)}:root.light-theme .kanban-card{background:#fff9;border-color:#0000001a}:root.light-theme .kanban-card:hover{background:#ffffffe6}:root.light-theme .status-badge-wrapper{background-color:#0000000d;border:1px solid rgba(0,0,0,.05)}:root.light-theme .status-text{color:#333}:root.light-theme .btn-secondary{background-color:#00000008;border-color:#0000001a}:root.light-theme .btn-secondary:hover{background-color:#00000014}:root.light-theme .sidebar-item:hover{background-color:#0000000d}:root.light-theme .project-card:hover{background:#fffc}:root.light-theme .board-column-header:hover{background-color:#0000000d}:root.light-theme .notion-add-card-btn:hover{background-color:#0000000d}:root.light-theme .task-properties{border-top-color:#0000000d}:root.light-theme .progress-bar{background-color:#0000001a}:root.light-theme .auth-card{background:var(--glass-bg);border:1px solid var(--glass-border)}:root.light-theme .logo-text{filter:brightness(0)}:root.light-theme .custom-dropdown-item:hover{background-color:#0000000d}:root.light-theme .board-column-add-btn:hover{background-color:#0000000d}:root.light-theme .notion-add-group-btn:hover{background-color:#0000000d}:root.light-theme .status-badge-wrapper:hover{background-color:#00000014}:root.light-theme ::-webkit-scrollbar-track{background:#0000000d}:root.light-theme ::-webkit-scrollbar-thumb{background:#0003}:root.light-theme ::-webkit-scrollbar-thumb:hover{background:#00000059}.theme-toggle-btn{background:#ff8c291a;padding:.4rem;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;border:1px solid transparent;transition:all .3s ease;position:relative;overflow:hidden}.theme-toggle-btn:hover{background:#ff8c2933;transform:scale(1.05)}.bombilla-icon{width:24px;height:24px;transition:all .4s cubic-bezier(.4,0,.2,1);filter:drop-shadow(0 0 8px rgba(255,140,41,1)) brightness(1.2)}@keyframes turnOn{0%{filter:grayscale(.8) brightness(.7);transform:scale(.9)}50%{filter:drop-shadow(0 0 15px rgba(255,140,41,.8)) brightness(1.5);transform:scale(1.1)}to{filter:drop-shadow(0 0 8px rgba(255,140,41,1)) brightness(1.2);transform:scale(1)}}@keyframes turnOff{0%{filter:drop-shadow(0 0 8px rgba(255,140,41,1)) brightness(1.2);transform:scale(1)}50%{filter:grayscale(.5) brightness(.9);transform:scale(.95)}to{filter:grayscale(.8) brightness(.7);transform:scale(.9)}}:root.light-theme .theme-toggle-btn{background:#ff8c2933;box-shadow:0 0 10px #ff8c2966;border-color:#ff8c294d}:root.light-theme .bombilla-icon{animation:turnOn .5s forwards}:root:not(.light-theme) .bombilla-icon{animation:turnOff .5s forwards}.side-panel-overlay,.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;justify-content:flex-end}.modal-overlay{justify-content:center;align-items:center;background:#0009}.side-panel-container{width:45%;height:100%;background:#191919;border-left:1px solid var(--border-color);display:flex;flex-direction:column;animation:slideInRight .2s ease-out;box-shadow:-10px 0 30px #0000004d}.center-modal-container{width:90%;max-width:900px;height:85vh;background:#191919;border-radius:12px;border:1px solid var(--border-color);display:flex;flex-direction:column;box-shadow:0 20px 40px #0006;animation:zoomIn .15s ease-out}.detail-header{padding:.5rem 1rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.05)}.icon-btn{background:transparent;border:none;color:var(--text-muted);padding:.4rem;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.icon-btn:hover{background:#ffffff0d;color:var(--text-main)}.detail-content{flex:1;overflow-y:auto;padding:2.5rem 3.5rem}.detail-title-input{width:100%;background:transparent;border:none;font-size:2.2rem;font-weight:700;color:var(--text-main);margin-bottom:1.5rem;outline:none}.notion-properties-grid{display:flex;flex-direction:column;gap:.25rem;margin-bottom:2rem}.property-row{display:grid;grid-template-columns:160px 1fr;align-items:center;padding:.4rem .5rem;border-radius:4px}.property-row:hover{background:#ffffff08}.property-label{display:flex;align-items:center;gap:.6rem;color:var(--text-muted);font-size:.85rem}.notion-value-input{width:100%;background:transparent;border:none;color:var(--text-main);font-size:.9rem;padding:.2rem;outline:none}.tag-value{background:#ffffff0d;border-radius:4px;padding:.1rem .5rem;width:fit-content}.notion-status-select{background:transparent;border:none;color:inherit;font-size:.85rem;font-weight:500;cursor:pointer;outline:none}.add-property-btn{background:transparent;border:none;color:var(--text-muted);font-size:.85rem;display:flex;align-items:center;gap:.5rem;padding:.5rem;cursor:pointer;margin-top:.5rem;border-radius:4px}.add-property-btn:hover{background:#ffffff08;color:var(--text-main)}.detail-divider{height:1px;background:#ffffff0d;margin:1.5rem 0}.content-placeholder{color:var(--text-muted);opacity:.4;font-size:.95rem;margin-top:1rem}.detail-video-preview{margin-top:1.5rem;border-radius:8px;overflow:hidden;border:1px solid var(--border-color)}@keyframes slideInRight{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes zoomIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}:root.light-theme .side-panel-container,:root.light-theme .center-modal-container{background:#fff}:root.light-theme .property-row:hover{background:#00000008}.notion-value-display{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-main);padding:.25rem .5rem;border-radius:4px;cursor:pointer;width:fit-content;min-height:28px;transition:background .2s}.notion-value-display:hover{background:#ffffff0d}.empty-value{color:var(--text-muted);opacity:.6}.tag-display{border-radius:4px;font-weight:500}.tag-color-indicator{width:14px;height:14px;border-radius:4px}.detail-dropdown{left:auto;right:auto;min-width:200px;max-height:250px;overflow-y:auto;margin-top:4px}.dropdown-section-title{font-size:.75rem;color:var(--text-muted);padding:.5rem .75rem .25rem;text-transform:uppercase;letter-spacing:.05em}.tag-item,.user-item{display:flex;align-items:center;gap:.5rem}.user-badge{display:flex;align-items:center;gap:.4rem;background:#ffffff0d;padding:.1rem .5rem;border-radius:20px;font-size:.85rem}.user-avatar-tiny{background:var(--accent-color);color:#000;border-radius:50%;display:flex;align-items:center;justify-content:center;width:16px;height:16px;overflow:hidden}.detail-status{padding:.25rem .6rem;border-radius:4px;background:transparent;border:none}.detail-status:hover{background:#ffffff0d}.date-input{color-scheme:dark;cursor:pointer;width:fit-content}:root.light-theme .date-input{color-scheme:light}.comment-avatar{background:var(--accent-color);color:#000;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.task-body-container{margin-top:2rem;display:flex;flex-direction:column;gap:1.5rem;min-height:300px}.task-content-textarea{width:100%;flex:1;background:transparent;border:none;color:var(--text-main);font-family:inherit;font-size:.95rem;line-height:1.6;resize:none;outline:none;min-height:200px}.task-content-textarea::placeholder{color:var(--text-muted);opacity:.5}.notion-scrollbar::-webkit-scrollbar{width:8px}.notion-scrollbar::-webkit-scrollbar-track{background:transparent}.notion-scrollbar::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:10px}.notion-scrollbar::-webkit-scrollbar-thumb:hover{background:#fff3}:root.light-theme .notion-scrollbar::-webkit-scrollbar-thumb{background:#00000026}.project-toolbar{display:flex;align-items:center;gap:.75rem;margin-top:1rem;flex-wrap:wrap}.toolbar-search-wrapper{position:relative;display:flex;align-items:center;flex:1;min-width:160px;max-width:280px}.toolbar-search-icon{position:absolute;left:10px;color:var(--text-muted);pointer-events:none}.toolbar-search-input{width:100%;background:#ffffff0a;border:1px solid var(--border-color);border-radius:8px;color:var(--text-main);font-size:.85rem;padding:.4rem .75rem .4rem 2rem;outline:none;transition:border-color .2s}.toolbar-search-input::placeholder{color:var(--text-muted);opacity:.7}.toolbar-search-input:focus{border-color:var(--accent-color)}.toolbar-divider{width:1px;height:24px;background:var(--border-color);flex-shrink:0}.view-toggle{display:flex;gap:2px;background:#ffffff0a;border:1px solid var(--border-color);border-radius:8px;padding:2px}.view-toggle-btn{display:flex;align-items:center;gap:5px;padding:5px 10px;border-radius:6px;border:none;background:transparent;color:var(--text-muted);font-size:.8rem;font-weight:500;cursor:pointer;transition:all .15s}.view-toggle-btn.active{background:#ffffff1a;color:var(--text-main)}.view-toggle-btn:hover:not(.active){color:var(--text-main)}.groupby-selector{display:flex;align-items:center;gap:5px;padding:5px 10px;border-radius:8px;border:1px solid var(--border-color);background:#ffffff0a;color:var(--text-muted);font-size:.8rem;font-weight:500;cursor:pointer;transition:all .15s;white-space:nowrap}.groupby-selector:hover{background:#ffffff14;color:var(--text-main)}:root.light-theme .toolbar-search-input{background:#00000008;border-color:#0000001a}:root.light-theme .view-toggle{background:#00000008;border-color:#0000001a}:root.light-theme .view-toggle-btn.active{background:#00000014;color:var(--text-main)}:root.light-theme .groupby-selector{background:#00000008;border-color:#0000001a}.filter-bar{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.filter-chip{display:inline-flex;align-items:center;gap:4px;background:#ff8c2914;border:1px solid rgba(255,140,41,.25);border-radius:6px;padding:3px 6px;font-size:.78rem;color:var(--text-main)}.filter-chip-property{color:var(--accent-color);font-weight:600}.filter-chip-select{background:transparent;border:none;color:var(--text-main);font-size:.78rem;font-family:inherit;outline:none;cursor:pointer;padding:0 2px;max-width:100px}.filter-chip-date{background:transparent;border:none;color:var(--text-main);font-size:.75rem;font-family:inherit;outline:none;cursor:pointer;width:110px;color-scheme:dark}:root.light-theme .filter-chip-date{color-scheme:light}.filter-chip-remove{display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--text-muted);cursor:pointer;padding:1px;border-radius:3px;transition:all .15s}.filter-chip-remove:hover{color:#ff6b6b;background:#ff6b6b1a}.filter-add-btn{display:inline-flex;align-items:center;gap:5px;padding:4px 10px;border-radius:6px;border:1px dashed var(--border-color);background:transparent;color:var(--text-muted);font-size:.8rem;font-weight:500;cursor:pointer;transition:all .15s;white-space:nowrap}.filter-add-btn:hover,.filter-add-btn.has-filters{border-color:var(--accent-color);color:var(--accent-color);background:#ff8c290f}.filter-property-menu{position:absolute;top:calc(100% + 6px);left:0;background:#121212fa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:6px;min-width:160px;z-index:200;box-shadow:0 8px 24px #0006;display:flex;flex-direction:column;gap:2px}.filter-menu-title{font-size:.7rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;padding:4px 8px 6px}.filter-property-option{display:flex;align-items:center;padding:6px 10px;border-radius:6px;border:none;background:transparent;color:var(--text-main);font-size:.85rem;font-weight:500;cursor:pointer;text-align:left;transition:background .15s;font-family:inherit}.filter-property-option:hover{background:#ffffff14}.filter-clear-btn{padding:4px 10px;border-radius:6px;border:none;background:transparent;color:#ff6b6b;font-size:.78rem;font-weight:500;cursor:pointer;transition:all .15s}.filter-clear-btn:hover{background:#ff6b6b1a}:root.light-theme .filter-property-menu{background:#fffffffa;border-color:#0000001a}:root.light-theme .filter-property-option:hover{background:#0000000d}:root.light-theme .filter-chip{background:#ff8c290f}:root.light-theme .filter-chip-select{color:var(--text-main)}.kanban-card-priority-stripe{position:absolute;left:0;top:0;bottom:0;width:3px;border-radius:12px 0 0 12px}.card-area-chip{display:inline-flex;align-items:center;font-size:.72rem;font-weight:500;padding:2px 8px;border-radius:4px;width:fit-content;margin-top:.25rem;margin-bottom:.25rem}.card-comment-count{display:inline-flex;align-items:center;gap:3px;font-size:.75rem;color:var(--text-muted);margin-left:auto}.kanban-card-footer{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.board-column.status-column .board-column-header{padding-bottom:.5rem;border-bottom:2px solid var(--column-accent, var(--border-color));margin-bottom:.5rem}.board-column.drop-target{background:#ff8c290a;border-radius:12px}.column-status-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.list-view-container{padding-top:1rem;overflow-x:auto}.list-view-table{width:100%;border-collapse:collapse;font-size:.875rem}.list-view-table th{text-align:left;padding:8px 14px;color:var(--text-muted);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border-color);cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.list-view-table th:hover{color:var(--text-main)}.list-view-table td{padding:10px 14px;border-bottom:1px solid rgba(255,255,255,.04);vertical-align:middle}.list-view-row{cursor:pointer;transition:background .15s}.list-view-row:hover{background:#ffffff08}.list-view-row:hover .list-task-name{color:var(--accent-color)}.list-task-name{font-weight:500;color:var(--text-main);transition:color .15s}.list-task-name.completed{text-decoration:line-through;color:var(--text-muted)}.priority-badge{font-size:.78rem;font-weight:600;display:inline-flex;align-items:center;gap:4px}.priority-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.overdue-date{color:#ff6b6b;font-weight:500}.list-group-header{padding:14px 14px 6px;font-size:.75rem;font-weight:700;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;background:transparent}.list-group-header td{border-bottom:1px solid var(--border-color)}.list-empty-row td{padding:24px 14px;color:var(--text-muted);font-size:.85rem;text-align:center}.sort-indicator{opacity:.6;font-size:.7rem;margin-left:2px}:root.light-theme .list-view-table td{border-bottom-color:#0000000d}:root.light-theme .list-view-row:hover{background:#00000008}.dashboard-search-wrapper{position:relative;display:flex;align-items:center;max-width:320px;margin-bottom:.5rem}.dashboard-search-icon{position:absolute;left:12px;color:var(--text-muted);pointer-events:none}.dashboard-search-input{width:100%;background:#ffffff0a;border:1px solid var(--border-color);border-radius:10px;color:var(--text-main);font-size:.9rem;padding:.6rem 1rem .6rem 2.4rem;outline:none;transition:border-color .2s}.dashboard-search-input::placeholder{color:var(--text-muted);opacity:.6}.dashboard-search-input:focus{border-color:var(--accent-color)}.project-delete-btn{position:absolute;top:10px;right:10px;background:#ff6b6b1a;border:1px solid rgba(255,107,107,.2);border-radius:6px;color:#ff6b6b;padding:4px 6px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:all .2s;z-index:10}.project-card:hover .project-delete-btn{opacity:1}.project-delete-btn:hover{background:#ff6b6b33}.project-card-title{font-size:1.1rem;font-weight:600;color:var(--text-main);margin-bottom:.5rem;padding-right:1.5rem}.btn-danger{background:#ff6b6b26;color:#ff6b6b;border:1px solid rgba(255,107,107,.3);padding:.6rem 1.2rem;border-radius:var(--radius-md);font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.btn-danger:hover{background:#ff6b6b40}:root.light-theme .dashboard-search-input{background:#00000008;border-color:#0000001a}.priority-select-trigger{display:flex;align-items:center;gap:6px;font-size:.9rem;color:var(--text-main);padding:.25rem .5rem;border-radius:4px;cursor:pointer;width:fit-content;min-height:28px;transition:background .2s}.priority-select-trigger:hover{background:#ffffff0d}.comments-section{display:flex;flex-direction:column;gap:1rem}.comments-title{font-size:.8rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.25rem}.comment-item{display:flex;gap:.75rem}.comment-avatar-text{background:var(--accent-color);color:#000;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;flex-shrink:0}.comment-body{flex:1;min-width:0}.comment-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem;flex-wrap:wrap}.comment-author{font-size:.82rem;font-weight:600;color:var(--text-main)}.comment-time{font-size:.75rem;color:var(--text-muted)}.comment-delete-btn{display:flex;align-items:center;background:transparent;border:none;color:var(--text-muted);cursor:pointer;padding:1px 3px;border-radius:3px;margin-left:auto;transition:all .15s;opacity:0}.comment-item:hover .comment-delete-btn{opacity:1}.comment-delete-btn:hover{color:#ff6b6b;background:#ff6b6b1a}.comment-text{font-size:.875rem;color:var(--text-main);line-height:1.5;word-break:break-word}.comment-input-wrapper{display:flex;gap:.75rem;align-items:flex-start;margin-top:.5rem}.comment-input-area{flex:1;display:flex;flex-direction:column;gap:.5rem}.notion-comment-input{width:100%;background:#ffffff0a;border:1px solid var(--border-color);border-radius:8px;color:var(--text-main);font-size:.875rem;font-family:inherit;padding:.5rem .75rem;outline:none;resize:none;line-height:1.5;transition:border-color .2s;min-height:36px}.notion-comment-input::placeholder{color:var(--text-muted);opacity:.6}.notion-comment-input:focus{border-color:#ff8c2966}.comment-submit-btn{align-self:flex-end;font-size:.8rem;padding:.35rem .9rem}:root.light-theme .notion-comment-input{background:#00000008;border-color:#0000001a}:root.light-theme .comment-item:hover .comment-delete-btn{opacity:1}
