.navigation{background:#fff;border-bottom:1px solid #e5e7eb;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;height:70px;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px #0000000d}.nav-brand h1{margin:0;font-size:1.5rem;font-weight:600;color:#374151;letter-spacing:-.025em}.nav-links{display:flex;gap:.5rem}.nav-link{padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:500;font-size:.9rem;color:#6b7280;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;border:1px solid transparent}.nav-link:hover{color:#374151;background:#f9fafb;border-color:#e5e7eb}.nav-link.active{color:#2563eb;background:#eff6ff;border-color:#dbeafe}@media (max-width: 768px){.navigation{padding:0 1rem;height:60px}.nav-brand h1{font-size:1.25rem}.nav-link{padding:.5rem 1rem;font-size:.85rem}}.dashboard{max-width:1920px;margin:0 auto;padding:2rem;background:#f8fafc;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.dashboard-header{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.dashboard-header-compact{display:none}.header-content{flex:1}.dashboard-title{margin:0 0 .5rem;font-size:2.5rem;font-weight:700;color:#1e293b;line-height:1.2}.dashboard-subtitle{margin:0;font-size:1.1rem;color:#64748b;font-weight:400}.dashboard-controls{display:flex;flex-direction:column;gap:1.5rem;min-width:auto}.controls-row{display:flex;gap:2rem;align-items:stretch}.filter-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;transition:all .2s ease;flex:1;min-width:300px;display:flex;flex-direction:column}.filter-section:hover{border-color:#cbd5e1;box-shadow:0 2px 8px #0000000d}.filter-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;-webkit-user-select:none;user-select:none}.filter-icon{font-size:1.25rem}.filter-title{font-weight:600;color:#374151;font-size:1rem;flex:1}.date-range-controls{display:flex;gap:1rem;margin-bottom:1rem;flex-grow:1}.date-input-group{flex:1;display:flex;flex-direction:column;gap:.5rem}.date-input-group label{font-size:.875rem;font-weight:500;color:#6b7280}.date-input{padding:.75rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.95rem;background:#fff;color:#1e293b;transition:all .2s ease}.date-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.date-input:hover{border-color:#cbd5e1}.quick-date-buttons{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:auto}.btn-quick-date{padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-quick-date:hover{background:#f8fafc;border-color:#3b82f6;color:#3b82f6}.user-toggles{display:flex;gap:.5rem;flex-wrap:wrap;margin-top:auto}.user-toggle{padding:.75rem 1.25rem;border:2px solid #e2e8f0;border-radius:8px;background:#fff;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.user-toggle:hover{border-color:#3b82f6;color:#3b82f6}.user-toggle.active{background:#3b82f6;border-color:#3b82f6;color:#fff;font-weight:600}.user-toggle.active:hover{background:#2563eb}.btn{padding:1rem 1.5rem;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:.75rem;transition:all .2s ease;justify-content:center}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-primary{background:#3b82f6;color:#fff;box-shadow:0 1px 3px #0000001a;width:100%}.btn-primary:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 12px #3b82f633}.btn-primary:active{transform:translateY(0)}.btn-icon{font-size:1.1rem}.loading-spinner{display:inline-block;width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin .8s linear infinite}.loading-spinner.large{width:40px;height:40px;border-width:4px;border-color:#3b82f64d;border-top-color:#3b82f6}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-content{display:flex;align-items:center;gap:.75rem}.loading-screen{display:flex;justify-content:center;align-items:center;min-height:500px;background:#fff;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a}.loading-screen .loading-content{flex-direction:column;text-align:center;gap:1.5rem}.loading-screen h3{margin:0;color:#1e293b;font-size:1.5rem;font-weight:600}.loading-screen p{margin:0;color:#64748b;font-size:1rem}.error-message{background:#fef2f2;color:#dc2626;padding:1.5rem;border-radius:12px;border:1px solid #fecaca;margin-bottom:1.5rem;font-size:.95rem;font-weight:500}.setup-info{background:#fff;color:#1e293b;padding:2rem;border-radius:16px;border:1px solid #e2e8f0;text-align:center;box-shadow:0 1px 3px #0000001a}.setup-info code{background:#f1f5f9;color:#475569;padding:.25rem .75rem;border-radius:4px;font-family:SF Mono,Monaco,monospace;font-weight:600}.time-table-container{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 1px 3px #0000001a;width:100%;max-width:100%;display:flex;overflow:hidden}.time-table-main{flex:1;overflow-x:auto;overflow-y:visible}.time-table-totals{width:100px;background:#f1f5f9;border-left:2px solid #e2e8f0;flex-shrink:0}.time-table{display:grid;grid-template-columns:300px repeat(var(--weeks-count, 8),80px);min-width:fit-content;width:max-content}.time-table-main,.time-table-totals{line-height:1.4;font-size:.875rem}.totals-column{display:flex;flex-direction:column}.totals-header{padding:1.25rem 1rem;background:#f1f5f9;border-bottom:2px solid #e2e8f0;text-align:center;font-weight:700;color:#64748b;display:flex;align-items:center;justify-content:center;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;line-height:1.4;min-height:62px;box-sizing:border-box}.totals-row{padding:.875rem 1rem;background:#f1f5f9;border-bottom:1px solid #e2e8f0;text-align:center;font-weight:600;color:#64748b;display:flex;align-items:center;justify-content:center;font-size:.875rem;line-height:1.4;min-height:50px;box-sizing:border-box}.totals-row:first-of-type{background:#f8fafc;border-bottom:2px solid #e2e8f0;font-weight:700;color:#1e293b;padding:1rem;font-size:.9rem;line-height:1.4}.totals-row.subgroup-total{padding:.625rem 1rem;background:#f8fafc;border-bottom:1px solid #f3f4f6;font-size:.85rem;line-height:1.4;min-height:42px;font-weight:500}.aggregation-controls{display:flex;justify-content:center;margin-bottom:2rem;margin-top:1rem}.aggregation-switch{display:flex;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;padding:.25rem;gap:.25rem;box-shadow:0 1px 3px #0000001a}.aggregation-option{padding:.75rem 1.5rem;border:none;border-radius:8px;background:transparent;color:#6b7280;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:80px;text-align:center}.aggregation-option:hover{color:#3b82f6;background:#3b82f60d}.aggregation-option.active{background:#3b82f6;color:#fff;box-shadow:0 2px 4px #3b82f633;transform:translateY(-1px)}.aggregation-option.active:hover{background:#2563eb}.table-header{display:contents}.group-column-header,.week-column-header{background:#f8fafc;border-bottom:2px solid #e2e8f0;border-right:1px solid #e2e8f0;padding:1.25rem 1rem;font-weight:700;color:#1e293b;position:sticky;top:0;z-index:10;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;line-height:1.4;min-height:62px;box-sizing:border-box;display:flex;align-items:center}.group-column-header{position:sticky;left:0;z-index:11;background:#f8fafc;border-left:none;text-align:left}.week-column-header{text-align:center;justify-content:center}.week-title{font-weight:700;color:#1e293b;font-size:.9rem}.total-column-header{text-align:center;background:#f1f5f9;color:#64748b;opacity:.7}.table-header .total-column-header{position:fixed;right:1rem;top:auto;height:auto}.table-totals-row .total-column,.table-group-row .total-column,.table-subgroup-row .total-column{position:absolute;right:1rem;width:90px;height:100%;display:flex;align-items:center;justify-content:center}.table-totals-row{display:contents}.table-totals-row>div{background:#f8fafc;border-bottom:2px solid #e2e8f0;border-right:1px solid #e2e8f0;padding:1rem;font-weight:700;color:#1e293b;text-align:center;font-size:.9rem;line-height:1.4;min-height:50px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.table-totals-row .group-column{position:sticky;left:0;z-index:9;text-align:left;background:#f8fafc;font-weight:700;justify-content:flex-start}.table-group-row{display:contents}.table-group-row>div{background:#f9fafb;border-bottom:1px solid #e5e7eb;border-right:1px solid #e2e8f0;padding:.875rem 1rem;transition:all .2s ease;line-height:1.4;min-height:50px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.table-group-row:hover>div{background:#f3f4f6}.group-column{position:sticky;left:0;z-index:5;background:inherit;border-left:none;cursor:pointer;justify-content:flex-start;transition:all .2s ease}.group-header-content{display:flex;align-items:center;gap:.75rem;width:100%}.group-toggle{font-size:.875rem;color:#6b7280;width:16px;text-align:center;font-weight:700;transition:all .2s ease}.group-toggle:hover{color:#3b82f6}.group-name{font-weight:600;font-size:.95rem;color:#374151;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.week-column{text-align:center;font-size:.875rem;color:#6b7280;display:flex;align-items:center;justify-content:center;font-weight:500;min-height:50px;transition:all .2s ease}.week-column.has-time{color:#1f2937;font-weight:600}.week-column.current-week,.week-column-header.current-week{background:#f0f9ff!important;border-left:2px solid #bfdbfe;border-right:2px solid #bfdbfe}.week-column-header.current-week .week-title{color:#1d4ed8;font-weight:700}.total-column{text-align:center;font-weight:600;background:#f1f5f9;color:#64748b;font-size:.875rem;display:flex;align-items:center;justify-content:center;min-height:50px;opacity:.7}.table-subgroup-row{display:contents}.table-subgroup-row>div{background:#fff;border-bottom:1px solid #f3f4f6;border-right:1px solid #e2e8f0;padding:.625rem 1rem;font-size:.85rem;transition:all .2s ease;line-height:1.4;min-height:42px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.table-subgroup-row:hover>div{background:#f8fafc}.subgroup-column{position:sticky;left:0;z-index:4;background:#fff;border-left:none;padding-left:2rem;justify-content:flex-start!important}.subgroup-name{font-weight:500;font-size:.85rem;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding-left:.5rem}.table-subgroup-row .week-column{font-size:.85rem;min-height:42px;font-weight:400}.table-subgroup-row .week-column.has-time{color:#374151;font-weight:500}.table-subgroup-row .total-column{background:#f8fafc;font-size:.85rem;color:#6b7280;min-height:42px;font-weight:500;opacity:.8}.sonstiges-row>div{background:#f9fafb;border-top:1px solid #e5e7eb}.sonstiges-row .subgroup-column{border-left:none}.sonstiges-row .subgroup-name{color:#6b7280;font-style:italic;font-weight:500}.unassigned-group>div{background:#f1f5f9!important;opacity:1;color:#9ca3af}.unassigned-group .group-name{color:#9ca3af!important;font-weight:500;font-size:.75rem}.unassigned-group .week-column,.unassigned-group .total-column{color:#9ca3af!important}.table-subgroup-row.highlighted>div{background:#fef3c725!important}.table-subgroup-row.highlighted .subgroup-column{background:#fef3c725!important}.table-subgroup-row.highlighted .subgroup-name{color:#f25d00!important;font-weight:600!important;font-size:.9rem!important}.table-subgroup-row.highlighted .week-column.has-time{color:#f25d00!important;font-weight:700!important}.table-subgroup-row.highlighted:hover>div{background:#fde68a!important}.empty-state{text-align:center;padding:4rem 2rem;color:#64748b;background:#fff;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a}.empty-state h3{margin:0 0 1rem;color:#1e293b;font-size:1.5rem;font-weight:600}.empty-state p{margin:0;font-size:1rem}@media (max-width: 1200px){.dashboard{padding:1.5rem}.dashboard-header{flex-direction:column;align-items:stretch;gap:1.5rem}.dashboard-controls{min-width:auto}.time-table{grid-template-columns:280px repeat(var(--weeks-count, 8),70px)}}@media (max-width: 768px){.dashboard{padding:1rem}.dashboard-header{padding:1.5rem;border-radius:12px}.dashboard-title{font-size:2rem}.time-table{grid-template-columns:240px repeat(var(--weeks-count, 8),60px);font-size:.875rem}.time-table-container{border-radius:12px}.date-range-controls{flex-direction:column}.quick-date-buttons{justify-content:center}}.time-table-main::-webkit-scrollbar{height:8px;width:8px}.time-table-main::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.time-table-main::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.time-table-main::-webkit-scrollbar-thumb:hover{background:#94a3b8}.full-page-loading{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;align-items:center;justify-content:center}.loading-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#fffc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.loading-content-overlay{position:relative;z-index:10000;text-align:center;padding:3rem;background:#fffffff2;border-radius:24px;box-shadow:0 20px 50px #00000026;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);min-width:400px}.loading-icon{margin-bottom:2rem;display:flex;justify-content:center}.loading-spinner-large{width:60px;height:60px;border:4px solid #e2e8f0;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}.loading-title{margin:0 0 2rem;font-size:1.5rem;font-weight:600;color:#1e293b;letter-spacing:.025em}.progress-container{width:100%;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;margin-bottom:1rem;position:relative}.progress-bar{height:100%;background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:4px;transition:width .3s ease;position:relative}.progress-bar:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.loading-percentage{margin:0;font-size:1rem;font-weight:600;color:#3b82f6;letter-spacing:.05em}.compact-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#fff;border-bottom:1px solid #e2e8f0;margin-bottom:1.5rem}.header-left{display:flex;align-items:center;gap:1rem}.compact-title{margin:0;font-size:1.5rem;font-weight:700;color:#1e293b}.compact-subtitle{color:#64748b;font-size:.875rem;font-weight:500}.btn-logout{padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.btn-logout:hover{background:#f8fafc;border-color:#dc2626;color:#dc2626}.compact-controls{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000001a}.filter-group{display:flex;gap:2rem;align-items:flex-start}.filter-compact{display:flex;flex-direction:column;gap:.75rem;min-width:200px}.filter-compact label{font-weight:600;color:#374151;font-size:.875rem}.date-inputs{display:flex;align-items:center;gap:.5rem}.compact-date-input{padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;background:#fff;color:#1e293b}.date-inputs span{color:#6b7280;font-size:.875rem}.quick-dates{display:flex;gap:.5rem}.quick-btn{padding:.375rem .75rem;border:1px solid #e2e8f0;border-radius:4px;background:#fff;color:#6b7280;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease}.quick-btn:hover{background:#f8fafc;border-color:#3b82f6;color:#3b82f6}.quick-btn.active{background:#3b82f6;border-color:#3b82f6;color:#fff;font-weight:600}.quick-btn.active:hover{background:#2563eb;border-color:#2563eb}.user-toggles-compact{display:flex;gap:.5rem;flex-wrap:wrap}.user-toggle-compact{padding:.375rem .75rem;border:1px solid #e2e8f0;border-radius:4px;background:#fff;color:#6b7280;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease}.user-toggle-compact:hover{border-color:#3b82f6;color:#3b82f6}.user-toggle-compact.active{background:#3b82f6;border-color:#3b82f6;color:#fff;font-weight:600}@media (max-width: 768px){.compact-header{flex-direction:column;align-items:flex-start;gap:1rem}.filter-group{flex-direction:column;gap:1rem}.filter-compact{min-width:auto}.date-inputs{flex-direction:column;align-items:flex-start;gap:.5rem}.login-card{margin:1rem;padding:2rem}}.login-container{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;z-index:9999}.login-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:4rem;box-shadow:0 25px 80px #00000040;width:100%;max-width:500px;border:1px solid rgba(255,255,255,.3);margin:2rem}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{margin:0 0 .5rem;font-size:2.5rem;font-weight:700;color:#1e293b}.login-header p{margin:0;color:#64748b;font-size:1.1rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#374151;font-size:.875rem}.form-group input{padding:1rem 1.25rem;border:2px solid #e2e8f0;border-radius:12px;font-size:1rem;background:#fff;color:#1e293b;transition:all .2s ease}.form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.login-error{background:#fef2f2;color:#dc2626;padding:1rem 1.25rem;border-radius:12px;border:1px solid #fecaca;font-size:.875rem;font-weight:500}.week-column-header.future-period,.week-column.future-period{opacity:.4;color:#9ca3af;background:#f9fafb;border-right:2px dashed #d1d5db!important}.week-column-header.future-period .week-title{color:#9ca3af;font-style:italic}.table-totals-row .week-column.future-period,.table-group-row .week-column.future-period,.table-subgroup-row .week-column.future-period{opacity:.3;background:#f3f4f6;color:#9ca3af;border-right:2px dashed #d1d5db!important;font-style:italic}.sonstiges-cell{position:relative;cursor:help}.sonstiges-cell:hover:before{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translate(-50%);background:#1e293bf2;color:#fff;padding:.75rem 1rem;border-radius:8px;font-size:.75rem;line-height:1.4;white-space:pre-line;z-index:1000;max-width:300px;width:max-content;min-width:200px;box-shadow:0 10px 25px #00000040;pointer-events:none;animation:tooltipFadeIn .2s ease-out;text-align:left;border:1px solid rgba(255,255,255,.1)}.sonstiges-cell:hover:after{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%) translateY(1px);width:0;height:0;border-style:solid;border-width:6px 6px 0 6px;border-color:rgba(30,41,59,.95) transparent transparent transparent;z-index:1001;pointer-events:none;animation:tooltipFadeIn .2s ease-out}@keyframes tooltipFadeIn{0%{opacity:0;transform:translate(-50%) translateY(4px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media (max-width: 768px){.sonstiges-cell:hover:before{max-width:200px;font-size:.7rem;padding:.5rem .75rem}}.settings{max-width:1400px;margin:0 auto}.settings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;gap:2rem}.settings h2{margin:0;color:#333;flex-shrink:0}.header-actions{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.config-info{display:flex;flex-direction:column;align-items:flex-end}.config-stats{display:flex;gap:1rem;align-items:center;font-size:.85rem;color:#666}.config-version{background:#007bff;color:#fff;padding:.125rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500}.config-rules{background:#28a745;color:#fff;padding:.125rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500}.config-modified{color:#6c757d;font-size:.75rem}.server-status{font-size:.75rem;font-weight:500;padding:.125rem .5rem;border-radius:12px}.server-status.online{background:#d4edda;color:#155724}.server-status.offline{background:#f8d7da;color:#721c24}.stats{color:#666;font-size:.9rem}.settings-description{color:#666;margin-bottom:2rem}.drag-drop-container{display:flex;gap:2rem;height:calc(100vh - 220px)}.drag-drop-sidebar{flex:0 0 450px;background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000001a;overflow-y:auto}.drag-drop-sidebar h3{margin-top:0;margin-bottom:1rem;color:#333}.loading{padding:2rem;text-align:center;color:#666}.loading p{margin:.5rem 0}.items-container{display:flex;flex-direction:column;gap:.5rem}.project-section{border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:all .2s}.project-section:hover{box-shadow:0 2px 4px #0000001a}.draggable-item{padding:.75rem;background:#f8f9fa;cursor:move;transition:all .2s;display:flex;align-items:center;gap:.5rem;position:relative}.project-item{border-left:4px solid;font-weight:500;padding-left:.5rem}.project-item.all-assigned{opacity:.5;cursor:not-allowed}.expand-button{background:none;border:none;cursor:pointer;font-size:.8rem;padding:.25rem;color:#666;transition:transform .2s}.expand-button:hover{color:#333}.project-name{flex:1}.project-key{background:#e0e0e0;padding:.125rem .5rem;border-radius:12px;font-size:.8rem;color:#666}.item-count{font-size:.8rem;color:#666;background:#f0f0f0;padding:.125rem .5rem;border-radius:12px}.tasklists-container{padding:.5rem;background:#fafafa;border-top:1px solid #e0e0e0}.tasklist-item{margin-bottom:.5rem;background:#fff;border:1px solid #e0e0e0;border-radius:4px;font-size:.9rem;padding-left:2rem}.tasklist-item:last-child{margin-bottom:0}.draggable-item:hover{background:#e9ecef}.draggable-item:active{opacity:.5}.drag-drop-groups{flex:1;overflow-y:auto}.groups-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.groups-header h3{margin:0;color:#333}.btn-sm{padding:.25rem .75rem;font-size:.9rem}.empty-state{text-align:center;padding:3rem;color:#666;background:#f8f9fa;border-radius:8px}.empty-state p{margin:.5rem 0}.group-drop-zone{background:#fff;border:2px dashed #ddd;border-radius:8px;padding:1rem;margin-bottom:1rem;min-height:120px;transition:all .2s}.group-drop-zone:hover{border-color:#aaa;background:#fafafa}.group-drop-zone.drag-over{border-color:#007bff;background:#f0f8ff}.group-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem;flex-wrap:wrap;min-height:40px}.group-name-input{flex:1;min-width:200px;padding:.5rem;border:1px solid transparent;background:transparent;font-size:1.1rem;font-weight:500;border-radius:4px;transition:all .2s}.group-name-input:hover{background:#f8f9fa;border-color:#e0e0e0}.group-name-input:focus{outline:none;background:#fff;border-color:#007bff}.group-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0;flex-wrap:wrap}.group-stats{font-size:.85rem;color:#666;background:#f0f0f0;padding:.25rem .75rem;border-radius:12px;white-space:nowrap;flex-shrink:0}.rule-indicator{color:#007bff;font-weight:500}.btn-rule-editor{background:#f0f0f0;border:none;padding:.375rem;border-radius:4px;cursor:pointer;font-size:1rem;transition:all .2s}.btn-rule-editor:hover{background:#e0e0e0}.btn-rule-editor.active{background:#007bff;color:#fff}.color-picker{width:32px;height:32px;border:none;border-radius:4px;cursor:pointer}.btn-delete{background:none;border:none;font-size:1.2rem;cursor:pointer;opacity:.6;transition:opacity .2s;padding:.25rem}.btn-delete:hover{opacity:1}.rule-editor-inline{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px;padding:1rem;margin-bottom:1rem}.rule-editor-inline h5{margin:0 0 .75rem;color:#333;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.condition-editor{display:flex;gap:.5rem;margin-bottom:.5rem;align-items:center}.condition-editor select,.condition-editor input{padding:.375rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem;background:#fff}.condition-editor select{flex:0 0 120px}.condition-editor input{flex:1}.btn-remove-condition{background:#dc3545;color:#fff;border:none;border-radius:50%;width:28px;height:28px;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0}.btn-remove-condition:hover{background:#c82333}.btn-add-condition{margin-top:.5rem;padding:.5rem 1rem;background:#fff;border:1px dashed #007bff;border-radius:4px;cursor:pointer;font-size:.9rem;color:#007bff;transition:all .2s;width:100%}.btn-add-condition:hover{background:#f0f8ff;border-color:#0056b3}.rule-preview{margin-top:1rem;padding:.75rem;background:#fff;border:1px solid #e0e0e0;border-radius:4px}.rule-preview h6{margin:0 0 .5rem;color:#333;font-size:.85rem;font-weight:600}.preview-items{margin-bottom:.5rem;display:flex;flex-wrap:wrap;align-items:center;gap:.25rem}.preview-items:last-child{margin-bottom:0}.preview-label{font-size:.8rem;color:#666;font-weight:500;margin-right:.5rem}.preview-item{font-size:.8rem;padding:.125rem .5rem;border-radius:12px;white-space:nowrap}.project-preview{background:#e3f2fd;color:#1976d2}.tasklist-preview{background:#f3e5f5;color:#7b1fa2}.preview-multiple{font-size:.7rem;color:#007bff;font-weight:600;opacity:.8}.drop-hint{text-align:center;color:#999;font-style:italic;margin:2rem 0;font-size:.9rem}.assigned-items{margin-bottom:1rem}.assigned-items h5{margin:0 0 .5rem;font-size:.8rem;color:#666;text-transform:uppercase;letter-spacing:.5px}.assigned-item{display:inline-flex;align-items:center;background:#e9ecef;padding:.375rem .75rem;border-radius:20px;margin:.25rem;font-size:.9rem;gap:.5rem;transition:all .2s}.assigned-item:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.assigned-item.auto-assigned{background:#f0f8ff;border:1px solid #007bff;opacity:.8}.assigned-item.auto-assigned .project-tag,.assigned-item.auto-assigned .tasklist-tag{background:transparent}.project-tag{background:#e3f2fd;color:#1976d2;font-weight:500}.project-tag.auto-assigned{background:#f0f8ff;color:#007bff}.tasklist-tag{background:#f3e5f5;color:#7b1fa2}.tasklist-tag.auto-assigned{background:#f0f8ff;color:#007bff}.tag-project{font-size:.8rem;opacity:.7}.assigned-item button{background:none;border:none;color:#666;font-size:1.2rem;margin-left:.25rem;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.assigned-item button:hover{background:#0000001a;color:#333}.btn{padding:.5rem 1.5rem;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:all .2s;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background:#007bff;color:#fff}.btn-primary:hover{background:#0056b3}.btn-secondary{background:#6c757d;color:#fff}.subgroups-section{margin:1rem 0;padding:1rem;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px}.subgroups-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.subgroups-header h5{margin:0;font-size:.9rem;color:#333;text-transform:uppercase;letter-spacing:.5px}.btn-add-subgroup{padding:.25rem .75rem;background:#28a745;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.8rem;transition:background .2s}.btn-add-subgroup:hover{background:#218838}.subgroups-container{display:flex;flex-direction:column;gap:.75rem}.subgroup-item{background:#fff;border:1px solid #dee2e6;border-radius:4px;overflow:hidden}.subgroup-header{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#f8f9fa;border-bottom:1px solid #dee2e6}.subgroup-name-input{flex:1;padding:.25rem .5rem;border:1px solid #dee2e6;border-radius:4px;font-size:.9rem;background:#fff}.subgroup-name-input:focus{outline:none;border-color:#007bff}.color-picker-small{width:24px;height:24px;border:none;border-radius:4px;cursor:pointer}.subgroup-count{font-size:.8rem;color:#666;background:#e9ecef;padding:.125rem .5rem;border-radius:12px;white-space:nowrap}.btn-delete-small{background:none;border:none;font-size:1rem;cursor:pointer;opacity:.6;transition:opacity .2s;padding:.25rem}.btn-delete-small:hover{opacity:1}.subgroup-content{padding:.75rem;display:flex;flex-direction:column;gap:.75rem}.pattern-editor{background:#f8f9fa;padding:.75rem;border-radius:4px;border:1px solid #e0e0e0}.pattern-editor h6{margin:0 0 .5rem;font-size:.8rem;color:#333;text-transform:uppercase;letter-spacing:.5px}.patterns-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.pattern-item{display:flex;align-items:center;gap:.25rem;background:#fff;border:1px solid #dee2e6;border-radius:4px;padding:.25rem .5rem;font-size:.8rem}.pattern-text{font-family:Monaco,Menlo,Ubuntu Mono,monospace;background:#f8f9fa;padding:.125rem .25rem;border-radius:2px;color:#007bff}.pattern-matches{color:#666;font-size:.75rem}.btn-remove-pattern{background:#dc3545;color:#fff;border:none;border-radius:50%;width:18px;height:18px;cursor:pointer;font-size:.7rem;display:flex;align-items:center;justify-content:center;margin-left:.25rem}.btn-remove-pattern:hover{background:#c82333}.add-pattern{display:flex;gap:.5rem;align-items:center}.add-pattern input{flex:1;padding:.375rem;border:1px solid #dee2e6;border-radius:4px;font-size:.8rem}.btn-add-pattern{background:#007bff;color:#fff;border:none;border-radius:4px;padding:.375rem .75rem;cursor:pointer;font-size:.8rem}.btn-add-pattern:hover{background:#0056b3}.subgroup-drop-zone{background:#fafafa;border:2px dashed #dee2e6;border-radius:4px;padding:1rem;text-align:center;transition:all .2s}.subgroup-drop-zone:hover{border-color:#aaa;background:#f5f5f5}.drop-hint-small{margin:0;font-size:.8rem;color:#999;font-style:italic}.pattern-matches,.manual-assignments{margin-top:.5rem}.pattern-matches h6,.manual-assignments h6{margin:0 0 .5rem;font-size:.8rem;color:#333;font-weight:600}.matched-tasklists,.assigned-tasklists{display:flex;flex-direction:column;gap:.25rem}.matched-tasklist,.assigned-tasklist{display:flex;align-items:center;gap:.5rem;padding:.375rem .5rem;background:#fff;border:1px solid #e0e0e0;border-radius:4px;font-size:.8rem}.pattern-indicator,.manual-indicator{font-size:.9rem}.tasklist-name{flex:1;font-weight:500}.project-info{color:#666;font-size:.75rem;opacity:.8}.btn-remove-assignment{background:#dc3545;color:#fff;border:none;border-radius:50%;width:18px;height:18px;cursor:pointer;font-size:.7rem;display:flex;align-items:center;justify-content:center}.btn-remove-assignment:hover{background:#c82333}.no-subgroups{text-align:center;color:#666;font-style:italic;margin:1rem 0;font-size:.9rem}.btn-subgroup-manager{background:#6f42c1;color:#fff;border:none;padding:.375rem .75rem;border-radius:4px;cursor:pointer;font-size:.8rem;transition:all .2s;white-space:nowrap;flex-shrink:0;max-width:200px;overflow:hidden;text-overflow:ellipsis}.btn-subgroup-manager:hover{background:#5a32a3}.subgroup-info{font-size:.7rem;color:#fffc;margin-left:.25rem}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;width:90vw;max-width:1200px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e0e0e0;background:#f8f9fa}.modal-header h3{margin:0;color:#333;font-size:1.2rem}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#666;padding:.25rem;border-radius:4px;transition:all .2s}.modal-close:hover{background:#e0e0e0;color:#333}.modal-body{flex:1;overflow-y:auto;padding:1.5rem}.modal-footer{padding:1rem 1.5rem;border-top:1px solid #e0e0e0;background:#f8f9fa;display:flex;justify-content:flex-end}.modal-section{margin-bottom:2rem}.modal-section:last-child{margin-bottom:0}.modal-section h4{margin:0 0 1rem;color:#333;font-size:1.1rem;border-bottom:1px solid #e0e0e0;padding-bottom:.5rem}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.section-header h4{margin:0;border:none;padding:0}.subgroups-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem}.subgroup-card{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px;padding:1rem}.subgroup-card-header{display:flex;gap:.5rem;align-items:center;margin-bottom:.75rem}.subgroup-name-input-modal{flex:1;padding:.375rem;border:1px solid #dee2e6;border-radius:4px;font-size:.9rem}.subgroup-name-input-modal:focus{outline:none;border-color:#007bff}.pattern-section{margin-top:.75rem}.pattern-label{display:block;font-size:.8rem;color:#666;margin-bottom:.5rem;font-weight:500}.patterns-display{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:.5rem}.pattern-tag{display:inline-flex;align-items:center;gap:.25rem;background:#e3f2fd;color:#1976d2;padding:.125rem .5rem;border-radius:12px;font-size:.75rem;border:1px solid #bbdefb}.pattern-remove{background:none;border:none;color:#1976d2;cursor:pointer;font-size:.8rem;padding:0;margin-left:.25rem}.pattern-remove:hover{color:#d32f2f}.add-pattern-inline{margin-top:.5rem}.pattern-input{width:100%;padding:.25rem .5rem;border:1px solid #dee2e6;border-radius:4px;font-size:.8rem}.pattern-input:focus{outline:none;border-color:#007bff}.tasklists-assignment{display:flex;flex-direction:column;gap:1.5rem}.assignment-group{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px;padding:1rem}.assignment-group h5{margin:0 0 .75rem;font-size:1rem;display:flex;align-items:center;gap:.5rem}.count{font-size:.8rem;color:#666;font-weight:400}.tasklists-list{display:flex;flex-direction:column;gap:.5rem}.tasklist-item-modal{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fff;border:1px solid #e0e0e0;border-radius:4px;transition:all .2s}.tasklist-item-modal:hover{background:#f5f5f5;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.assignment-indicator{font-size:1rem;flex-shrink:0}.tasklist-name{flex:1;font-weight:500;color:#333}.project-name{color:#666;font-size:.85rem;opacity:.8}.assignment-select{padding:.25rem .5rem;border:1px solid #dee2e6;border-radius:4px;font-size:.8rem;background:#fff;min-width:120px}.assignment-select:focus{outline:none;border-color:#007bff}.empty-state-modal{text-align:center;padding:3rem;color:#666;background:#f8f9fa;border-radius:6px;border:1px dashed #dee2e6}.empty-state-modal p{margin:.5rem 0}.btn-secondary:hover{background:#5a6268}.subgroup-rules-section{margin-top:1rem;padding:1rem;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px}.rules-label{display:block;font-size:.9rem;font-weight:600;color:#333;margin-bottom:.75rem}.subgroup-conditions{margin-bottom:1rem}.subgroup-condition-editor{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:#fff;border:1px solid #ddd;border-radius:6px;margin-bottom:.75rem;position:relative}.condition-type-select{padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem;background:#fff;font-weight:600;color:#333;max-width:200px}.condition-field-group{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.condition-field-group label{font-size:.85rem;font-weight:500;color:#666;min-width:70px}.operator-select{padding:.375rem;border:1px solid #ddd;border-radius:4px;font-size:.85rem;background:#fff;min-width:120px}.condition-value-input{flex:1;min-width:150px;padding:.375rem;border:1px solid #ddd;border-radius:4px;font-size:.85rem}.condition-value-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.btn-add-subgroup-condition{width:100%;padding:.5rem 1rem;background:#fff;border:1px dashed #28a745;border-radius:4px;cursor:pointer;font-size:.9rem;color:#28a745;transition:all .2s;margin-bottom:1rem}.btn-add-subgroup-condition:hover{background:#f0fff4;border-color:#1e7e34}.subgroup-rule-preview{margin-top:1rem;padding:.75rem;background:#fff;border:1px solid #007bff;border-radius:4px;border-left:4px solid #007bff}.subgroup-rule-preview h6{margin:0 0 .5rem;color:#007bff;font-size:.85rem;font-weight:600}.preview-tasklists{display:flex;flex-wrap:wrap;gap:.25rem}.preview-tasklist{font-size:.8rem;padding:.125rem .5rem;background:#e3f2fd;color:#1976d2;border-radius:12px;white-space:nowrap}.preview-empty{font-size:.8rem;color:#999;font-style:italic}.preview-more{font-size:.8rem;color:#666;font-style:italic}.legacy-patterns-section{margin-top:1rem;padding:.75rem;background:#fff3cd;border:1px solid #ffeaa7;border-radius:4px}.legacy-patterns-section .pattern-label{color:#856404;font-size:.85rem}.legacy-pattern{background:#fff3cd;color:#856404;border:1px solid #ffeaa7}.assignment-indicator{font-size:1rem;margin-right:.5rem;flex-shrink:0}@media (max-width: 768px){.condition-field-group{flex-direction:column;align-items:stretch}.condition-field-group label,.operator-select,.condition-value-input{min-width:auto}.subgroup-condition-editor{gap:.5rem}}.assignment-controls{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.search-input{flex:1;min-width:200px;padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem}.search-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.total-count{font-size:.85rem;color:#666;background:#f0f0f0;padding:.25rem .75rem;border-radius:12px;white-space:nowrap}.tasklists-assignment-compact{margin-top:1rem}.assignment-overview{margin-bottom:1.5rem;padding:1rem;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px}.overview-stats{display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.stat-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#fff;border-radius:20px;font-size:.9rem;font-weight:500;box-shadow:0 1px 3px #0000001a}.stat-icon{font-size:1rem}.stat-name{font-weight:500}.stat-count{background:#0000001a;color:#000000b3;padding:.125rem .5rem;border-radius:12px;font-size:.8rem;font-weight:600;min-width:24px;text-align:center}.tasklists-table-container{border:1px solid #e0e0e0;border-radius:6px;overflow:hidden;background:#fff}.tasklists-table-header{display:grid;grid-template-columns:60px 1fr 180px 120px 130px;gap:1rem;padding:.75rem 1rem;background:#f8f9fa;border-bottom:1px solid #e0e0e0;font-weight:600;font-size:.85rem;color:#666}.tasklists-table-body{max-height:400px;overflow-y:auto}.table-row{display:grid;grid-template-columns:60px 1fr 180px 120px 130px;gap:1rem;padding:.75rem 1rem;border-bottom:1px solid #f0f0f0;transition:all .2s;align-items:center}.table-row:hover{background:#f8f9fa}.table-row:last-child{border-bottom:none}.unassigned-row{background:#6c757d0d}.unassigned-row:hover{background:#6c757d1a}.col-indicator{display:flex;justify-content:center;align-items:center}.assignment-indicator-compact{font-size:1.1rem;cursor:help}.col-name{min-width:0}.tasklist-name-compact{font-weight:500;color:#333;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.col-project{min-width:0}.project-names-compact{font-size:.85rem;color:#666;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.col-assignment{display:flex;justify-content:flex-end}.assignment-select-compact{padding:.25rem .5rem;border:1px solid #ddd;border-radius:4px;font-size:.8rem;background:#fff;min-width:120px;max-width:100%}.assignment-select-compact:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.assignment-readonly{font-size:.8rem;font-weight:500;padding:.25rem .5rem;background:#0000000d;border-radius:4px;text-align:center}@media (max-width: 1024px){.tasklists-table-header,.table-row{grid-template-columns:50px 1fr 140px 100px 110px;gap:.5rem;padding:.5rem .75rem}.assignment-select-compact{min-width:100px;font-size:.75rem}}@media (max-width: 768px){.tasklists-table-header,.table-row{grid-template-columns:40px 1fr 100px 110px;gap:.5rem}.col-project{display:none}.assignment-controls{flex-direction:column;align-items:stretch}.search-input{min-width:auto}.overview-stats{justify-content:center}.stat-item{flex:1;justify-content:center;min-width:0}.stat-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.subgroup-filters{margin-bottom:1.5rem;padding:1rem;background:#f8f9fa;border:1px solid #e0e0e0;border-radius:6px}.filter-label{font-size:.9rem;font-weight:600;color:#333;margin-bottom:.75rem}.filter-buttons{display:flex;gap:.5rem;flex-wrap:wrap}.filter-btn{padding:.5rem .75rem;border:1px solid #ddd;border-radius:20px;background:#fff;cursor:pointer;font-size:.8rem;transition:all .2s;color:#666;white-space:nowrap}.filter-btn:hover{background:#f0f0f0;border-color:#aaa}.filter-btn.active{background:#007bff;color:#fff;border-color:#007bff;font-weight:500;box-shadow:0 2px 4px #007bff33}.col-group{min-width:0}.group-indicator{font-size:.8rem;font-weight:500;padding:.125rem .5rem;background:#0000000d;border-radius:12px;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.no-results{padding:2rem;text-align:center;color:#666;font-style:italic;grid-column:1 / -1}.btn-toggle-rules{background:#f0f0f0;border:none;padding:.25rem;border-radius:4px;cursor:pointer;font-size:.9rem;transition:all .2s;opacity:.6}.btn-toggle-rules:hover{background:#e0e0e0;opacity:1}.btn-toggle-rules.active{background:#007bff;color:#fff;opacity:1;box-shadow:0 1px 3px #007bff4d}.lowlight-checkbox{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.25rem .5rem;border-radius:6px;transition:all .2s ease;font-size:.85rem;border:1px solid #e2e8f0;background:#f8fafc}.lowlight-checkbox:hover{background:#f1f5f9;border-color:#cbd5e1}.lowlight-checkbox input[type=checkbox]{width:16px;height:16px;cursor:pointer}.lowlight-label{color:#64748b;font-weight:500;-webkit-user-select:none;user-select:none}.highlight-checkbox{display:flex;align-items:center;gap:.4rem;cursor:pointer;padding:.2rem .4rem;border-radius:6px;transition:all .2s ease;font-size:.8rem;border:1px solid #fde68a;background:#fef3c7}.highlight-checkbox:hover{background:#fde68a;border-color:#f59e0b}.highlight-checkbox input[type=checkbox]{width:14px;height:14px;cursor:pointer}.highlight-label{color:#92400e;font-weight:500;-webkit-user-select:none;user-select:none}.App{min-height:100vh;background:#f8fafc;font-family:-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}.main-content{min-height:calc(100vh - 70px);padding:0}*{box-sizing:border-box}body{margin:0;padding:0;color:#374151}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-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-color:#f5f5f5}#root{min-height:100vh}
