@import"https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";.toast{display:flex;align-items:center;gap:.75rem;padding:1rem;border-radius:12px;box-shadow:0 10px 40px #00000026;min-width:350px;max-width:450px;background:#fff;border-left:4px solid;animation:slideInRight .3s ease-out;margin-bottom:.75rem;font-family:var(--font-main)}.toast-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center}.toast-message{flex:1;font-size:.9rem;line-height:1.4;color:#1e293b}.toast-close{flex-shrink:0;background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:4px;color:#64748b;transition:all .2s}.toast-close:hover{background:#0000000d;color:#1e293b}.toast-success{border-left-color:#059669}.toast-success .toast-icon{color:#059669}.toast-error{border-left-color:#dc2626}.toast-error .toast-icon{color:#dc2626}.toast-warning{border-left-color:#d97706}.toast-warning .toast-icon{color:#d97706}.toast-info{border-left-color:#3b82f6}.toast-info .toast-icon{color:#3b82f6}.toast-container{position:fixed;top:1.5rem;right:1.5rem;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;pointer-events:none}.toast-container .toast{pointer-events:all}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.toast.toast-exit{animation:slideOutRight .3s ease-out forwards}@media(max-width:640px){.toast-container{top:1rem;right:1rem;left:1rem;align-items:stretch}.toast{min-width:auto;max-width:none}}.trends-container{display:flex;gap:0;height:calc(100vh - 280px);min-height:500px;border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;background:var(--color-surface)}.trends-sidebar{width:260px;min-width:260px;border-right:1px solid var(--color-border);overflow-y:auto;background:#fafbfc}.trends-sidebar-category{padding:.75rem 1rem .25rem;display:flex;align-items:center;gap:.5rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted)}.trends-sidebar-category .cat-icon{width:14px;height:14px}.trends-sidebar-category .cat-count{margin-left:auto;font-size:.65rem;background:#e2e8f0;color:var(--color-text-muted);padding:1px 6px;border-radius:8px;font-weight:600}.trends-metric-item{display:block;width:100%;padding:.6rem 1rem .6rem 1.25rem;border:none;background:transparent;text-align:left;cursor:pointer;font-family:var(--font-main);border-left:3px solid transparent;transition:all .15s ease}.trends-metric-item:hover{background:#f0f7ff;border-left-color:#b0d8f5}.trends-metric-item.active{background:#eef6ff;border-left-color:var(--color-primary)}.trends-metric-item .metric-label{font-size:.85rem;font-weight:600;color:var(--color-text-main);display:block}.trends-metric-item.active .metric-label{color:var(--color-primary)}.trends-metric-item .metric-sub{font-size:.7rem;color:var(--color-text-muted);margin-top:1px;display:block}.trends-main{flex:1;display:flex;flex-direction:column;overflow-y:auto;padding:1.5rem;gap:1.25rem}.trends-controls{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.trends-controls .project-select{min-width:180px;padding:.5rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius-md);font-family:var(--font-main);font-size:.85rem;color:var(--color-text-main);background:#fff;cursor:pointer}.trends-controls .project-select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #04adef1a}.granularity-group{display:inline-flex;border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.granularity-group button{padding:.45rem .85rem;border:none;background:#fff;font-family:var(--font-main);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);cursor:pointer;transition:all .15s ease}.granularity-group button:not(:last-child){border-right:1px solid var(--color-border)}.granularity-group button.active{background:var(--color-primary);color:#fff}.granularity-group button:hover:not(.active){background:#f0f9ff;color:var(--color-primary)}.period-input{display:inline-flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--color-text-muted)}.period-input input{width:45px;padding:.45rem .5rem;border:1px solid var(--color-border);border-radius:var(--radius-md);font-family:var(--font-main);font-size:.85rem;text-align:center;color:var(--color-text-main)}.period-input input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #04adef1a}.trends-refresh-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .85rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;font-family:var(--font-main);font-size:.8rem;color:var(--color-text-muted);cursor:pointer;transition:all .15s ease;margin-left:auto}.trends-refresh-btn:hover{border-color:var(--color-primary);color:var(--color-primary);background:#f0f9ff}.trends-metric-header{display:flex;justify-content:space-between;align-items:flex-start}.trends-metric-header .metric-title{font-size:1.35rem;font-weight:700;color:var(--color-text-main)}.trends-metric-header .metric-subtitle{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);margin-top:2px}.trends-metric-header .metric-value-area{text-align:right}.trends-metric-header .metric-big-value{font-size:1.75rem;font-weight:700;color:var(--color-text-main)}.trends-change-badge{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;border-radius:999px;font-size:.75rem;font-weight:600}.trends-change-badge.positive{background:#ecfdf5;color:#059669}.trends-change-badge.negative{background:#fef2f2;color:#dc2626}.trends-change-badge.neutral{background:#f1f5f9;color:#64748b}.trends-chart-table{display:flex;gap:1.25rem;flex:1;min-height:0}.trends-chart-wrapper{flex:1;min-width:0;border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1rem;background:#fff}.trends-period-table{width:300px;min-width:280px;border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;background:#fff;display:flex;flex-direction:column}.trends-period-table .period-header{padding:.75rem 1rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);background:#f8fafc;border-bottom:1px solid var(--color-border)}.trends-period-table .period-list{flex:1;overflow-y:auto}.trends-period-row{display:flex;align-items:center;padding:.6rem 1rem;border-bottom:1px solid #f1f5f9;font-size:.85rem}.trends-period-row:last-child{border-bottom:none}.trends-period-row .period-label{flex:1;color:var(--color-text-main);font-weight:500}.trends-period-row .period-value{flex:1;text-align:right;font-weight:600;color:var(--color-text-main)}.trends-period-row .period-change{width:70px;text-align:right}.trends-loading,.trends-error{display:flex;align-items:center;justify-content:center;height:300px;font-size:.95rem;color:var(--color-text-muted)}.trends-error{color:#dc2626;flex-direction:column;gap:.75rem}.trends-error button{padding:.5rem 1rem;border:1px solid #dc2626;border-radius:var(--radius-md);background:#fff;color:#dc2626;font-family:var(--font-main);cursor:pointer}.trends-spinner{width:24px;height:24px;border:3px solid var(--color-border);border-top:3px solid var(--color-primary);border-radius:50%;animation:trends-spin .8s linear infinite;margin-right:.75rem}@keyframes trends-spin{to{transform:rotate(360deg)}}.custom-date-range-group{display:inline-flex;align-items:center;gap:.5rem}.custom-range-toggle{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;font-family:var(--font-main);font-size:.78rem;font-weight:600;color:var(--color-text-muted);cursor:pointer;transition:all .15s ease}.custom-range-toggle:hover{border-color:var(--color-primary);color:var(--color-primary);background:#f0f9ff}.custom-range-toggle.active{background:#eef6ff;border-color:var(--color-primary);color:var(--color-primary)}.custom-date-inputs{display:inline-flex;align-items:center;gap:.4rem;animation:fadeInSlide .2s ease}@keyframes fadeInSlide{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}.custom-date-inputs .date-input{padding:.4rem .5rem;border:1px solid var(--color-border);border-radius:var(--radius-md);font-family:var(--font-main);font-size:.8rem;color:var(--color-text-main);width:140px}.custom-date-inputs .date-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #04adef1a}.custom-date-inputs .date-separator{font-size:.78rem;color:var(--color-text-muted);font-weight:500}.dual-metric-summary{display:flex;gap:1.5rem;align-items:flex-start}.dual-summary-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .85rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}.dual-summary-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.dual-summary-label{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);white-space:nowrap}.dual-summary-value{font-size:1.15rem;font-weight:700;white-space:nowrap}.dual-table-header{display:flex;align-items:center;padding:.45rem .75rem;background:#f8fafc;border-bottom:1px solid var(--color-border);font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted)}.dual-table-header-label{flex:1}.dual-table-header-col{display:flex;align-items:center;gap:4px;width:120px;text-align:right;justify-content:flex-end}.dual-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.trends-period-row.dual-row{display:flex;align-items:center;padding:.5rem .75rem}.trends-period-row.dual-row .period-label{flex:1;font-size:.8rem}.dual-values-cell{width:120px;display:flex;flex-direction:column;align-items:flex-end;gap:1px}.dual-values-cell .period-value{font-size:.78rem;font-weight:600;color:var(--color-text-main);text-align:right;flex:unset}.dual-values-cell .period-change{width:auto;text-align:right}.dual-values-cell .trends-change-badge{font-size:.65rem;padding:1px 5px}.trends-period-table:has(.dual-table-header){width:360px;min-width:340px}.compare-container{display:flex;flex-direction:column;gap:1.25rem}.compare-controls{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.compare-controls .project-select{min-width:160px;padding:.5rem .75rem;border:1px solid var(--color-border);border-radius:var(--radius-md);font-family:var(--font-main);font-size:.85rem;color:var(--color-text-main);background:#fff;cursor:pointer}.compare-controls .project-select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #04adef1a}.dimension-group{display:inline-flex;border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden}.dimension-group button{display:inline-flex;align-items:center;gap:.35rem;padding:.45rem .75rem;border:none;background:#fff;font-family:var(--font-main);font-size:.78rem;font-weight:500;color:var(--color-text-muted);cursor:pointer;transition:all .15s ease}.dimension-group button:not(:last-child){border-right:1px solid var(--color-border)}.dimension-group button.active{background:var(--color-primary);color:#fff}.dimension-group button:hover:not(.active){background:#f0f9ff;color:var(--color-primary)}.dimension-group button .dim-icon{width:14px;height:14px}.compare-date-range{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--color-text-muted)}.compare-date-range input{padding:.45rem .6rem;border:1px solid var(--color-border);border-radius:var(--radius-md);font-family:var(--font-main);font-size:.82rem;color:var(--color-text-main)}.compare-date-range input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #04adef1a}.compare-metric-selector{position:relative;margin-left:auto;display:inline-flex;gap:.5rem;align-items:center}.compare-metric-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .85rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;font-family:var(--font-main);font-size:.8rem;color:var(--color-text-muted);cursor:pointer;transition:all .15s ease}.compare-metric-btn:hover{border-color:var(--color-primary);color:var(--color-primary);background:#f0f9ff}.compare-refresh-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .85rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;font-family:var(--font-main);font-size:.8rem;color:var(--color-text-muted);cursor:pointer;transition:all .15s ease}.compare-refresh-btn:hover{border-color:var(--color-primary);color:var(--color-primary);background:#f0f9ff}.compare-metric-dropdown{position:absolute;top:calc(100% + 4px);right:0;width:320px;max-height:400px;overflow-y:auto;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:0 12px 24px #0000001f;z-index:100;padding:.5rem}.compare-metric-dropdown .dd-module-label{padding:.5rem .75rem .25rem;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted)}.compare-metric-dropdown label{display:flex;align-items:center;gap:.5rem;padding:.4rem .75rem;border-radius:var(--radius-md);font-size:.82rem;color:var(--color-text-main);cursor:pointer;transition:background .1s}.compare-metric-dropdown label:hover{background:#f0f9ff}.compare-metric-dropdown label input[type=checkbox]{accent-color:var(--color-primary);width:15px;height:15px}.compare-metric-dropdown .dd-type-badge{margin-left:auto;font-size:.65rem;padding:1px 6px;border-radius:4px;font-weight:600}.dd-type-badge.rate{background:#eff6ff;color:#3b82f6}.dd-type-badge.average{background:#f5f3ff;color:#7c3aed}.dd-type-badge.absolute{background:#ecfdf5;color:#059669}.compare-table-wrapper{border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:auto;background:#fff;max-height:calc(100vh - 380px)}.compare-table{width:100%;border-collapse:collapse;min-width:600px}.compare-table th{position:sticky;top:0;z-index:10;background:#f8fafc;padding:.75rem 1rem;font-size:.8rem;font-weight:600;color:var(--color-text-muted);text-align:center;border-bottom:1px solid var(--color-border);white-space:nowrap}.compare-table th:first-child{text-align:left;width:200px;min-width:180px}.compare-table th .sort-btn{display:inline-flex;align-items:center;gap:3px;background:none;border:none;font:inherit;color:inherit;cursor:pointer;padding:0}.compare-table th .sort-btn:hover{color:var(--color-primary)}.compare-module-row td{padding:.5rem 1rem;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid var(--color-border)}.compare-module-row.REVENUE td{background:#eff0ff;color:#6366f1;border-left:4px solid #6366f1}.compare-module-row.SALES td{background:#f0fdf4;color:#22c55e;border-left:4px solid #22c55e}.compare-module-row.INVENTORY td{background:#fffbeb;color:#f59e0b;border-left:4px solid #f59e0b}.compare-module-row.OPERATIONS td{background:#fef2f2;color:#ef4444;border-left:4px solid #ef4444}.compare-module-row.TEAM td{background:#f0f9ff;color:#0ea5e9;border-left:4px solid #0ea5e9}.compare-table tbody tr:not(.compare-module-row) td{padding:.6rem 1rem;font-size:.85rem;border-bottom:1px solid #f1f5f9;text-align:center}.compare-table tbody tr:not(.compare-module-row) td:first-child{text-align:left;font-weight:500;color:var(--color-text-main)}.compare-table tbody tr:not(.compare-module-row):hover td{background:#fafbfc}.compare-metric-name{display:flex;align-items:center;gap:.5rem}.compare-metric-name .type-badge{font-size:.6rem;padding:1px 5px;border-radius:3px;font-weight:700}.type-badge.rate{background:#eff6ff;color:#3b82f6}.type-badge.average{background:#f5f3ff;color:#7c3aed}.type-badge.absolute{background:#ecfdf5;color:#059669}.cell-best{background:#f0fdf4!important;color:#15803d;font-weight:600}.cell-worst{background:#fef2f2!important;color:#dc2626;font-weight:600}.compare-loading,.compare-error{display:flex;align-items:center;justify-content:center;height:300px;font-size:.95rem;color:var(--color-text-muted)}.compare-error{color:#dc2626;flex-direction:column;gap:.75rem}.compare-error button{padding:.5rem 1rem;border:1px solid #dc2626;border-radius:var(--radius-md);background:#fff;color:#dc2626;font-family:var(--font-main);cursor:pointer}.compare-spinner{width:24px;height:24px;border:3px solid var(--color-border);border-top:3px solid var(--color-primary);border-radius:50%;animation:compare-spin .8s linear infinite;margin-right:.75rem}@keyframes compare-spin{to{transform:rotate(360deg)}}.compare-empty{display:flex;align-items:center;justify-content:center;height:200px;color:var(--color-text-muted);font-size:.95rem}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform .3s ease-out,opacity .3s ease-in;-moz-transition:-moz-transform .3s ease-out,opacity .3s ease-in;-o-transition:-o-transform .3s ease-out,opacity .3s ease-in;transition:transform .3s ease-out,opacity .3s ease-in}.leaflet-cluster-spider-leg{-webkit-transition:-webkit-stroke-dashoffset .3s ease-out,-webkit-stroke-opacity .3s ease-in;-moz-transition:-moz-stroke-dashoffset .3s ease-out,-moz-stroke-opacity .3s ease-in;-o-transition:-o-stroke-dashoffset .3s ease-out,-o-stroke-opacity .3s ease-in;transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}.marker-cluster-small{background-color:#b5e28c99}.marker-cluster-small div{background-color:#6ecc3999}.marker-cluster-medium{background-color:#f1d35799}.marker-cluster-medium div{background-color:#f0c20c99}.marker-cluster-large{background-color:#fd9c7399}.marker-cluster-large div{background-color:#f1801799}.leaflet-oldie .marker-cluster-small{background-color:#b5e28c}.leaflet-oldie .marker-cluster-small div{background-color:#6ecc39}.leaflet-oldie .marker-cluster-medium{background-color:#f1d357}.leaflet-oldie .marker-cluster-medium div{background-color:#f0c20c}.leaflet-oldie .marker-cluster-large{background-color:#fd9c73}.leaflet-oldie .marker-cluster-large div{background-color:#f18017}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px Helvetica Neue,Arial,Helvetica,sans-serif}.marker-cluster span{line-height:30px}.loading-spinner{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem}.spinner{border-radius:50%;border-style:solid;border-color:transparent;border-top-color:currentColor;animation:spin .8s linear infinite}.spinner-sm .spinner{width:16px;height:16px;border-width:2px}.spinner-md .spinner{width:24px;height:24px;border-width:3px}.spinner-lg .spinner{width:40px;height:40px;border-width:4px}.spinner-xl .spinner{width:60px;height:60px;border-width:5px}.spinner-primary{color:var(--color-primary, #3b82f6)}.spinner-secondary{color:#6b7280}.spinner-white{color:#fff}.spinner-text{font-size:.875rem;color:#6b7280;font-weight:500;font-family:var(--font-main)}.loading-overlay{position:fixed;inset:0;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9998}.loading-overlay .loading-spinner{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 10px 40px #0000001a}.btn-loading{position:relative;color:transparent!important;pointer-events:none}.btn-loading:after{content:"";position:absolute;width:16px;height:16px;top:50%;left:50%;margin-left:-8px;margin-top:-8px;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:spin .8s linear infinite;color:#fff}.btn-secondary.btn-loading:after{color:var(--color-primary)}.spinner-inline{display:inline-block;width:14px;height:14px;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:spin .8s linear infinite;margin-right:.5rem;vertical-align:middle}.huddles-eyebrow{display:inline-block;font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-muted);font-weight:700;margin-bottom:.15rem}.huddles-subtitle{color:var(--color-text-muted);font-size:.9rem;margin-bottom:1.25rem}.stat-pills-row{display:flex;gap:.75rem;margin-bottom:1.25rem}.stat-pill{text-align:center;min-width:140px;padding:.75rem 1.25rem;background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.stat-number{display:block;font-size:1.35rem;font-weight:700;color:var(--color-text-main)}.stat-label{font-size:.7rem;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;font-weight:500}.action-bar{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem;margin-bottom:1rem;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.search-filter-group{display:flex;align-items:flex-start;gap:.75rem;flex:1;min-width:0;flex-wrap:wrap}.filters-copy{min-width:150px;max-width:200px}.filters-copy p{margin:4px 0 0;font-size:.72rem;color:var(--color-text-muted);line-height:1.5}.section-label{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--color-text-muted)}.search-box{display:flex;align-items:center;gap:.5rem;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.5rem .75rem;width:280px;transition:all .2s}.search-box:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 2px #04adef1a}.search-box input{border:none;background:transparent;outline:none;font-size:.85rem;color:var(--color-text-main);flex:1;font-family:var(--font-main)}.search-box input::placeholder{color:var(--color-text-muted)}.search-box svg{color:var(--color-text-muted);flex-shrink:0}.clear-btn{background:#f1f5f9;border:none;border-radius:999px;width:18px;height:18px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--color-text-muted);flex-shrink:0}.clear-btn:hover{background:#e2e8f0;color:var(--color-text-main)}.filter-pills{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;padding-left:.75rem;border-left:1px solid var(--color-border)}.filter-pill{display:flex;align-items:center;gap:.35rem;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.4rem .6rem;color:var(--color-text-muted);font-size:.85rem;height:34px}.filter-pill select,.filter-pill .date-input,.filter-pill input[type=date]{border:none;background:transparent;outline:none;font-size:.82rem;color:var(--color-text-main);cursor:pointer;font-family:var(--font-main)}.filter-pill input[type=date]{width:auto;min-width:100px}.clear-filters-btn{display:flex;align-items:center;gap:.25rem;background:transparent;color:var(--color-text-muted);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.3rem .6rem;font-size:.75rem;font-weight:500;cursor:pointer;font-family:var(--font-main);transition:all .15s}.clear-filters-btn:hover{background:#fef2f2;color:#dc2626;border-color:#fecaca}.action-buttons{display:flex;align-items:center;gap:.5rem;padding-left:.75rem;border-left:1px solid var(--color-border);align-self:stretch}.results-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:0 .25rem}.results-copy{display:flex;flex-direction:column;gap:2px}.results-count{font-size:.9rem;color:var(--color-text-main);font-weight:600}.results-subtitle{font-size:.75rem;color:var(--color-text-muted)}.view-toggle{display:flex;background:#f1f5f9;border:1px solid var(--color-border);border-radius:var(--radius-md);padding:3px}.toggle-btn{background:transparent;border:none;padding:.3rem .75rem;font-size:.8rem;font-weight:500;color:var(--color-text-muted);cursor:pointer;border-radius:6px;font-family:var(--font-main);transition:all .15s}.toggle-btn.active{background:#fff;color:var(--color-text-main);box-shadow:var(--shadow-sm)}.huddles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem}.huddle-card{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;transition:all .2s;box-shadow:0 4px 12px #0f172a0a,0 1px 4px #0f172a08;display:flex;flex-direction:column}.huddle-card:hover{border-color:#04adef2e;box-shadow:0 8px 20px #0f172a12,0 3px 8px #0f172a0d;transform:translateY(-2px)}.huddle-card.expanded{border-color:var(--color-primary)}.card-top{display:flex;justify-content:space-between;align-items:center;padding:.65rem .85rem;border-bottom:1px solid #f1f5f9;background:linear-gradient(180deg,#04adef0f,#04adef05)}.card-top-left{display:flex;align-items:center;gap:.5rem;min-width:0}.date-badge{display:flex;align-items:center;gap:.35rem;font-size:.85rem;font-weight:600;color:var(--color-text-main)}.date-badge svg{color:var(--color-primary)}.card-top-meta{font-size:.72rem;color:var(--color-text-muted);padding:2px 8px;background:#fffc;border:1px solid rgba(4,173,239,.08);border-radius:999px;white-space:nowrap}.card-actions{display:flex;align-items:center;gap:.25rem}.action-btn{width:26px;height:26px;border:none;background:#fffc;border-radius:6px;color:var(--color-text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;border:1px solid rgba(4,173,239,.06);transition:all .15s}.action-btn:hover{background:#fff;color:var(--color-text-main);box-shadow:var(--shadow-sm)}.action-btn.danger:hover{background:#fef2f2;color:#dc2626}.confirm-delete{display:flex;gap:4px}.confirm-yes,.confirm-no{padding:.2rem .5rem;border:none;border-radius:6px;font-size:.7rem;font-weight:600;cursor:pointer;font-family:var(--font-main)}.confirm-yes{background:#dc2626;color:#fff}.confirm-no{background:#f1f5f9;color:var(--color-text-main)}.leader-section{display:flex;align-items:center;gap:.65rem;padding:.85rem;border-bottom:1px solid #f8fafc}.leader-avatar{width:36px;height:36px;background:linear-gradient(135deg,#04adef26,#04adef14);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--color-primary);font-size:.85rem;font-weight:600;flex-shrink:0}.leader-info{display:flex;flex-direction:column}.leader-name{font-size:.88rem;font-weight:500;color:var(--color-text-main)}.leader-role{font-size:.72rem;color:var(--color-text-muted)}.card-timestamp{display:flex;align-items:center;gap:.35rem;padding:.5rem .85rem;font-size:.72rem;color:var(--color-text-muted);border-bottom:1px solid #f8fafc}.notes-preview{display:flex;align-items:flex-start;gap:.5rem;padding:.65rem .85rem;font-size:.82rem;color:var(--color-text-muted);line-height:1.5;background:#fafbfc;border-top:1px solid rgba(4,173,239,.04);flex:1}.notes-preview svg{flex-shrink:0;margin-top:2px;color:var(--color-text-muted)}.notes-preview span{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.expand-toggle{width:100%;display:flex;align-items:center;justify-content:center;gap:.35rem;padding:.6rem;background:#fff;border:none;border-top:1px solid var(--color-border);font-size:.82rem;font-weight:600;color:var(--color-text-muted);cursor:pointer;font-family:var(--font-main);transition:all .15s;margin-top:auto}.expand-toggle:hover{background:#f0f9ff;color:var(--color-primary)}.expanded-content{padding:1rem;background:#fafbfc;border-top:1px solid var(--color-border)}.detail-block{margin-bottom:1rem}.detail-block:last-child{margin-bottom:0}.detail-header{display:flex;align-items:center;gap:.35rem;font-size:.7rem;font-weight:700;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.5rem}.metrics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.metric-item{background:#fff;padding:.65rem;border-radius:var(--radius-md);border:1px solid var(--color-border);display:flex;flex-direction:column;gap:.25rem}.metric-label{font-size:.7rem;color:var(--color-text-muted);font-weight:500}.metric-value{font-size:.85rem;font-weight:500;color:var(--color-text-main)}.url-pill{display:inline-flex;padding:.2rem .5rem;border-radius:999px;font-size:.72rem;background:#f0f9ff;color:var(--color-primary);text-decoration:none;border:1px solid rgba(4,173,239,.15);transition:all .15s}.url-pill:hover{background:var(--color-primary);color:#fff}.attendee-tag{background:#f1f5f9;padding:.2rem .5rem;border-radius:6px;font-size:.75rem;color:var(--color-text-main);font-weight:500}.timeline-view{padding-left:1.5rem}.timeline-group{position:relative;margin-bottom:2rem}.timeline-date-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;position:relative}.date-marker{width:10px;height:10px;background:var(--color-primary);border-radius:999px;position:absolute;left:calc(-1.5rem - 5px);box-shadow:0 0 0 3px #04adef26}.timeline-group:before{content:"";position:absolute;left:-1.5rem;top:0;bottom:0;width:1px;background:var(--color-border)}.timeline-group:last-child:before{bottom:50%}.date-text{font-size:.92rem;font-weight:600;color:var(--color-text-main)}.date-count{font-size:.72rem;color:var(--color-text-muted);background:#f1f5f9;padding:.15rem .5rem;border-radius:6px;font-weight:500}.timeline-cards{display:flex;flex-direction:column;gap:.65rem}.timeline-card{position:relative;display:flex;gap:.75rem}.timeline-connector{width:10px;display:flex;flex-direction:column;align-items:center}.timeline-connector:before{content:"";width:6px;height:6px;background:#cbd5e1;border-radius:999px;position:absolute;left:calc(-1.5rem - 3px);top:14px}.timeline-content{flex:1;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);padding:.75rem 1rem;box-shadow:0 2px 8px #0f172a0a;transition:all .2s}.timeline-content:hover{border-color:#04adef2e;box-shadow:0 6px 16px #0f172a0f}.timeline-card.expanded .timeline-content{border-color:var(--color-primary)}.timeline-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.leader-chip{display:flex;align-items:center;gap:.4rem;background:#f8fafc;padding:.25rem .5rem;border-radius:var(--radius-md);font-size:.8rem;font-weight:500;color:var(--color-text-main)}.chip-avatar{width:22px;height:22px;background:#04adef1a;border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--color-primary);font-size:.6rem;font-weight:600}.timeline-meta{display:flex;align-items:center;gap:.65rem}.attendee-count{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:var(--color-text-muted)}.timeline-actions{display:flex;gap:2px}.timeline-actions button{width:24px;height:24px;border:none;background:transparent;border-radius:6px;color:var(--color-text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.8rem;transition:all .15s}.timeline-actions button:hover{background:#f1f5f9;color:var(--color-text-main)}.timeline-actions button.delete:hover{background:#fef2f2;color:#dc2626}.timeline-actions button.yes{background:#ecfdf5;color:#059669}.timeline-actions button.no{background:#f1f5f9;color:var(--color-text-main)}.timeline-attendees{display:flex;flex-wrap:wrap;gap:.25rem;margin-bottom:.5rem}.timeline-notes-preview{font-size:.78rem;color:var(--color-text-muted);margin:0 0 .5rem;line-height:1.5}.timeline-expand{display:inline-flex;align-items:center;gap:4px;background:transparent;border:none;font-size:.78rem;font-weight:600;color:var(--color-text-muted);cursor:pointer;padding:0;font-family:var(--font-main);transition:color .15s}.timeline-expand:hover{color:var(--color-primary)}.huddles-pagination{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;padding:.75rem 1rem;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md)}.pagination-info{font-size:.82rem;color:var(--color-text-muted)}.pagination-controls{display:flex;align-items:center;gap:.25rem}.pagination-btn{min-width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid var(--color-border);border-radius:6px;background:#fff;color:var(--color-text-main);font-size:.82rem;font-weight:500;cursor:pointer;font-family:var(--font-main);transition:all .15s}.pagination-btn:hover{border-color:var(--color-primary);color:var(--color-primary)}.pagination-btn.active{background:var(--color-primary);border-color:var(--color-primary);color:#fff}.huddles-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:50vh;color:var(--color-text-muted)}.huddles-loading-spinner{width:40px;height:40px;border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.huddles-empty{text-align:center;padding:4rem 2rem;color:var(--color-text-muted);background:#fff;border-radius:var(--radius-lg);border:1px solid var(--color-border)}.huddles-refetch-bar{text-align:center;padding:.4rem;font-size:.75rem;color:var(--color-primary);background:#f0f9ff;border:1px solid rgba(4,173,239,.15);border-radius:var(--radius-md);margin-bottom:.75rem;animation:pulse-subtle 1.5s ease-in-out infinite}@keyframes pulse-subtle{0%,to{opacity:1}50%{opacity:.6}}.rich-text-editor{border:1px solid var(--color-border);border-radius:var(--radius-lg);background:#fff;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.rich-text-editor:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 3px #04adef1a}.rte-toolbar{display:flex;align-items:center;gap:4px;padding:8px 12px;background:#f8fafc;border-bottom:1px solid var(--color-border);flex-wrap:wrap}.rte-toolbar-group{display:flex;align-items:center;gap:2px}.rte-toolbar-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;background:transparent;color:var(--color-text-muted);border-radius:6px;cursor:pointer;transition:all .15s ease;font-family:var(--font-main)}.rte-toolbar-btn:hover{background:#e2e8f0;color:var(--color-text-main)}.rte-toolbar-btn:active{background:var(--color-primary);color:#fff;transform:scale(.95)}.rte-toolbar-divider{width:1px;height:24px;background:var(--color-border);margin:0 6px}.rte-content{padding:16px;min-height:200px;max-height:500px;overflow-y:auto;color:var(--color-text-main);font-family:var(--font-main);font-size:.9rem;line-height:1.7;outline:none}.rte-content:empty:before{content:attr(data-placeholder);color:#94a3b8;pointer-events:none}.rte-content h1{font-size:1.5rem;font-weight:700;margin:.5em 0;color:var(--color-text-main)}.rte-content h2{font-size:1.25rem;font-weight:600;margin:.5em 0;color:var(--color-text-main)}.rte-content p{margin:.5em 0}.rte-content ul,.rte-content ol{margin:.5em 0;padding-left:1.5em}.rte-content li{margin:.25em 0}.rte-content blockquote{margin:.5em 0;padding:8px 16px;border-left:3px solid var(--color-primary);background:#f0f9ff;border-radius:0 6px 6px 0;color:var(--color-text-muted);font-style:italic}.rte-content a{color:var(--color-primary);text-decoration:underline}.rte-content a:hover{color:var(--color-primary-hover)}.rte-content strong,.rte-content b{font-weight:600}.rte-content em,.rte-content i{font-style:italic}.rte-content u{text-decoration:underline}.rte-content::-webkit-scrollbar{width:6px}.rte-content::-webkit-scrollbar-track{background:transparent}.rte-content::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}.rte-content::-webkit-scrollbar-thumb:hover{background:#94a3b8}.notes-text-html{line-height:1.7;font-size:.9rem;color:var(--color-text-main)}.notes-text-html h1{font-size:1.25rem;font-weight:700;margin:.5em 0}.notes-text-html h2{font-size:1.1rem;font-weight:600;margin:.5em 0}.notes-text-html ul,.notes-text-html ol{padding-left:1.5em;margin:.5em 0}.notes-text-html li{margin:.25em 0}.notes-text-html blockquote{margin:.5em 0;padding:6px 12px;border-left:3px solid var(--color-primary);background:#f0f9ff;border-radius:0 4px 4px 0;font-style:italic;color:var(--color-text-muted)}.notes-text-html a{color:var(--color-primary);text-decoration:underline}.notes-text-html strong,.notes-text-html b{font-weight:600}.compact-form{display:flex;flex-direction:column;gap:0}.compact-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;flex:1}.compact-column{display:flex;flex-direction:column;gap:1.25rem;overflow-y:auto;padding-right:.5rem}.compact-column::-webkit-scrollbar{width:5px}.compact-column::-webkit-scrollbar-track{background:transparent}.compact-column::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:999px}.compact-section{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.25rem;box-shadow:var(--shadow-sm);transition:border-color .2s}.compact-section:hover{border-color:#cbd5e1}.section-title-form{display:flex;align-items:center;gap:.5rem;margin:0 0 1rem;font-size:.95rem;font-weight:600;color:var(--color-text-main);padding-bottom:.65rem;border-bottom:1px solid var(--color-border)}.section-title-form svg{color:var(--color-text-muted);flex-shrink:0}.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}.form-group-compact{display:flex;flex-direction:column;gap:.35rem}.form-group-compact label{font-size:.82rem;font-weight:500;color:var(--color-text-main);display:flex;align-items:center;gap:.25rem}.required{color:#dc2626;font-weight:600;font-size:.82rem}.field-error{font-size:.72rem;color:#dc2626;font-weight:500}.form-control.error{border-color:#dc2626!important;box-shadow:0 0 0 2px #dc262614}.attendees-header{display:flex;align-items:center;justify-content:space-between}.attendees-header .section-title-form{margin-bottom:0;padding-bottom:0;border-bottom:none}.select-all-toggle{display:flex;align-items:center;gap:.4rem;cursor:pointer;font-size:.78rem;font-weight:500;color:var(--color-text-muted);padding:.25rem .5rem;border-radius:var(--radius-md);transition:all .15s;-webkit-user-select:none;user-select:none}.select-all-toggle:hover{color:var(--color-primary);background:#04adef0f}.select-all-toggle input[type=checkbox]{cursor:pointer;width:14px;height:14px;accent-color:var(--color-primary);flex-shrink:0}.select-all-toggle span{white-space:nowrap}.attendees-compact{display:grid;grid-template-columns:repeat(2,1fr);gap:.35rem;max-height:220px;overflow-y:auto;padding:.75rem;background:#f8fafc;border-radius:var(--radius-md);border:1px solid var(--color-border);margin-top:.75rem}.attendees-compact::-webkit-scrollbar{width:5px}.attendees-compact::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:999px}.checkbox-compact{display:flex;align-items:center;gap:.5rem;padding:.4rem .6rem;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer;transition:all .15s;font-size:.82rem}.checkbox-compact:hover{border-color:#04adef40;background:#f0f9ff}.checkbox-compact.checked{border-color:var(--color-primary);background:#04adef0a}.checkbox-compact input[type=checkbox]{cursor:pointer;width:15px;height:15px;accent-color:var(--color-primary);flex-shrink:0}.checkbox-compact input[type=checkbox]:checked+span{color:var(--color-primary);font-weight:500}.checkbox-compact span{color:var(--color-text-main);-webkit-user-select:none;user-select:none;font-size:.82rem}.custom-fields-compact{display:flex;flex-direction:column;gap:.85rem}.axis-empty-state{text-align:center;padding:1.25rem 1rem;background:#f8fafc;border:1px dashed var(--color-border);border-radius:var(--radius-md)}.axis-empty-state p{margin:0 0 .5rem;font-size:.82rem;color:var(--color-text-muted)}.axis-empty-state .btn-link-action{font-size:.8rem}.url-entries-editor{display:flex;flex-direction:column;gap:.5rem}.url-entry-row{display:flex;gap:.35rem;align-items:center}.url-label-input{flex:0 0 35%}.url-url-input{flex:1}.url-remove-btn{width:28px;height:28px;border:1px solid var(--color-border);background:#fff;border-radius:6px;color:var(--color-text-muted);cursor:pointer;font-size:1.1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}.url-remove-btn:hover{background:#fef2f2;border-color:#fecaca;color:#dc2626}.url-add-btn{background:transparent;border:none;color:var(--color-primary);font-size:.78rem;font-weight:600;cursor:pointer;font-family:var(--font-main);padding:0;text-align:left;width:fit-content;transition:opacity .15s}.url-add-btn:hover{opacity:.75}.compact-footer{display:flex;justify-content:flex-end;gap:.75rem;padding-top:1rem;margin-top:1.5rem;border-top:1px solid var(--color-border)}@media(max-width:1024px){.compact-grid{grid-template-columns:1fr}.compact-column{overflow-y:visible}}@media(max-width:768px){.form-grid-2{grid-template-columns:1fr}.attendees-compact{grid-template-columns:1fr;max-height:none}.compact-footer{flex-direction:column-reverse}.compact-footer .btn{width:100%;justify-content:center}.url-entry-row{flex-wrap:wrap}.url-label-input,.url-url-input{flex:1 1 100%}}.config-scope-bar{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding:.75rem 1rem;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-md)}.config-scope-bar label{font-size:.82rem;font-weight:600;color:var(--color-text-main);white-space:nowrap}.config-section{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1.25rem;box-shadow:var(--shadow-sm)}.config-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--color-border)}.config-section-header h3{font-size:1rem;font-weight:600;color:var(--color-text-main);margin:0}.config-empty{text-align:center;padding:2.5rem 1.5rem;color:var(--color-text-muted)}.config-empty p{margin:0;font-size:.88rem}.config-fields-list{display:flex;flex-direction:column;gap:.75rem}.config-field-card{border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;transition:border-color .2s,box-shadow .2s}.config-field-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0f172a0d}.field-card-header{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#f8fafc;border-bottom:1px solid var(--color-border)}.field-order-controls{display:flex;align-items:center;gap:2px}.order-btn{width:24px;height:24px;border:1px solid var(--color-border);background:#fff;border-radius:6px;color:var(--color-text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.order-btn:hover:not(:disabled){background:#f0f9ff;border-color:var(--color-primary);color:var(--color-primary)}.order-btn:disabled{opacity:.3;cursor:not-allowed}.field-order-num{font-size:.8rem;font-weight:700;color:var(--color-text-muted);flex:1}.field-delete-btn{width:28px;height:28px;border:1px solid var(--color-border);background:#fff;border-radius:6px;color:var(--color-text-muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.field-delete-btn:hover{background:#fef2f2;border-color:#fecaca;color:#dc2626}.field-card-body{padding:.85rem}.unsaved-banner{position:sticky;bottom:1rem;display:flex;align-items:center;justify-content:center;padding:.65rem 1.25rem;margin-top:1.25rem;background:#fffbeb;border:1px solid #fde68a;border-radius:var(--radius-md);font-size:.82rem;font-weight:500;color:#92400e;box-shadow:0 4px 12px #0000001a}@media(max-width:768px){.config-scope-bar{flex-direction:column;align-items:flex-start}.config-section-header{flex-direction:column;align-items:flex-start;gap:.5rem}}:root{--font-main: "Outfit", sans-serif;--color-bg: #ffffff;--color-surface: #ffffff;--color-primary: #04adef;--color-primary-hover: #0396cf;--color-text-main: #424242;--color-text-muted: #6b7280;--color-border: #e2e8f0;--shadow-sm: 0 1px 2px 0 rgb(66 66 66 / .05);--shadow-md: 0 4px 6px -1px rgb(66 66 66 / .05), 0 2px 4px -2px rgb(66 66 66 / .05);--shadow-lg: 0 10px 15px -3px rgb(66 66 66 / .05), 0 4px 6px -4px rgb(66 66 66 / .05);--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-main);background-color:var(--color-bg);color:var(--color-text-main);height:100vh;overflow:hidden;font-size:14.4px}#root{display:flex;height:100vh}.sidebar{width:260px;height:100vh;background:var(--color-surface);border-right:1px solid var(--color-border);display:flex;flex-direction:column;padding:1.5rem;z-index:10;overflow:hidden}.logo{margin-bottom:2.5rem;padding-left:.5rem}.logo h2{font-weight:700;font-size:1.5rem;letter-spacing:-.025em;color:var(--color-text-main)}.logo .highlight{color:var(--color-primary)}nav{display:flex;flex-direction:column;gap:.25rem;flex:1;overflow-y:auto;min-height:0}.nav-btn{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:none;background:transparent;color:var(--color-text-muted);font-family:var(--font-main);font-weight:500;font-size:.95rem;cursor:pointer;border-radius:var(--radius-md);transition:all .2s ease;text-align:left;text-decoration:none}.nav-btn:hover{background:#f8fafc;color:var(--color-primary)}.nav-btn.active{background:#eff6ff;color:var(--color-primary);font-weight:600}.nav-btn .icon{width:20px;height:20px;color:inherit}.user-profile{display:flex;flex-direction:column;gap:.75rem;padding-top:1rem;border-top:1px solid var(--color-border)}.avatar{width:36px;height:36px;background:var(--color-primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.8rem}.info .name{font-weight:600;font-size:.9rem}.info .role{font-size:.75rem;color:var(--color-text-muted)}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden;background:var(--color-bg)}.top-bar{background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--color-border);padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:5}.top-bar h1{font-size:1.5rem;font-weight:600;color:var(--color-text-main)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.2rem;border-radius:var(--radius-md);font-family:var(--font-main);font-weight:500;border:none;cursor:pointer;transition:all .2s}.btn-primary{background:var(--color-primary);color:#fff;box-shadow:0 1px 2px #04adef4d}.btn-primary:hover{background:var(--color-primary-hover);transform:translateY(-1px);box-shadow:0 4px 6px #04adef40}.btn-secondary{background:#fff;border:1px solid var(--color-border);color:var(--color-text-main)}.btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.content-area{flex:1;padding:2rem;overflow-y:auto}.modal-overlay{position:fixed;inset:0;background:#00000080;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:1000;opacity:0;visibility:hidden;transition:all .3s ease}.modal-overlay.active{opacity:1;visibility:visible}.modal-content{background:#fff;width:95%;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);padding:1.75rem;transform:translateY(20px);transition:all .3s ease;border:1px solid var(--color-border);margin:2rem auto;max-height:80vh;overflow-y:auto}.modal-sm{max-width:480px}.modal-md{max-width:600px}.modal-lg{max-width:900px}.modal-xl{max-width:1200px}.modal-overlay.active .modal-content{transform:translateY(0)}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.25rem;position:sticky;top:-1.75rem;margin-top:-1.75rem;padding-top:1.75rem;padding-bottom:.75rem;background:#fff;z-index:1;border-bottom:1px solid var(--color-border)}.modal-header h2{font-size:1.25rem;font-weight:600}.modal-close{background:none;border:none;cursor:pointer;color:var(--color-text-muted);padding:.4rem;line-height:1;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.modal-close:hover{background-color:#f1f5f9;color:#1e293b}.modal-close:focus{outline:2px solid #93c5fd;outline-offset:1px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.section-header h2{font-size:1.25rem;font-weight:600}.actions-cell{display:flex;gap:.5rem}.btn-icon{padding:.5rem;border-radius:var(--radius-md);border:1px solid var(--color-border);background:#fff;cursor:pointer;display:inline-flex;align-items:center;color:var(--color-text-muted);transition:all .2s}.btn-icon:hover{color:var(--color-primary);border-color:var(--color-primary);background:#f0f9ff}.btn-icon.delete:hover{color:#ef4444;border-color:#ef4444;background:#fef2f2}.project-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.project-card{background:#fff;border:1px solid var(--color-border);padding:1.5rem;border-radius:var(--radius-lg);transition:all .2s;display:flex;flex-direction:column}.project-card:hover{border-color:var(--color-primary);box-shadow:var(--shadow-md)}.project-card .p-info{margin-bottom:1.5rem}.project-card h3{font-size:1.1rem;margin-bottom:.25rem}.project-card p{color:var(--color-text-muted);font-size:.9rem}.project-card .p-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:var(--color-surface);padding:1.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--color-border);transition:transform .2s}.stat-card:hover{border-color:var(--color-primary);transform:translateY(-2px);box-shadow:var(--shadow-md)}.stat-card h3{font-size:.875rem;color:var(--color-text-muted);font-weight:500;margin-bottom:.5rem}.stat-card .value{font-size:2rem;font-weight:700;color:var(--color-text-main)}.table-container{background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:auto;border:1px solid var(--color-border)}table{width:100%;border-collapse:collapse}th{text-align:left;padding:1rem 1.5rem;background:#f8fafc;color:var(--color-text-muted);font-weight:600;font-size:.875rem;border-bottom:1px solid var(--color-border)}td{padding:1rem 1.5rem;border-bottom:1px solid var(--color-border);font-size:.95rem;color:var(--color-text-main)}tr:last-child td{border-bottom:none}tr:hover td{background:#f9fafb}td{white-space:nowrap}.badge{padding:.25rem .6rem;border-radius:999px;font-size:.75rem;font-weight:600;display:inline-block}.badge-available{background:#ecfdf5;color:#059669;border:1px solid #d1fae5}.badge-sold{background:#fef2f2;color:#dc2626;border:1px solid #fee2e2}.badge-reserved{background:#fffbeb;color:#d97706;border:1px solid #fef3c7}.form-container{max-width:600px;background:var(--color-surface);padding:2.5rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);margin:0 auto;border:1px solid var(--color-border)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem;color:var(--color-text-main)}.form-control{width:100%;padding:.75rem;border:1px solid var(--color-border);border-radius:var(--radius-md);font-family:var(--font-main);font-size:.95rem;transition:border-color .2s,box-shadow .2s;background:#fff;color:var(--color-text-main)}.form-control:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #04adef1a}.form-control.input-error{border-color:#dc2626;background:#fef8f8}.form-control.input-error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}select.form-control{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;appearance:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-fade-in{animation:fadeIn .4s ease-out forwards}.table-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-scroll table{min-width:2800px}.form-section{border-top:1px solid var(--color-border);padding-top:1.5rem;margin-top:1.5rem}.form-section h3{font-size:.85rem;font-weight:700;text-transform:uppercase;color:var(--color-primary);margin-bottom:1.25rem;letter-spacing:.05em;display:flex;align-items:center;gap:.5rem}.form-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.form-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.inline-checkbox{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.75rem;border:1px solid var(--color-border);border-radius:var(--radius-md);transition:all .2s}.inline-checkbox:hover{border-color:var(--color-primary);background:#f0f9ff}.inline-checkbox input{width:18px;height:18px;cursor:pointer}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:2rem}.login-card{background:#fff;padding:3rem;border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);width:100%;max-width:420px}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{font-size:2rem;font-weight:700;margin-bottom:.5rem}.login-header .highlight{color:var(--color-primary)}.login-header p{color:var(--color-text-muted);font-size:.95rem}.error-message{background:#fef2f2;color:#dc2626;padding:.75rem;border-radius:var(--radius-md);font-size:.875rem;margin-bottom:1rem;border:1px solid #fee2e2}.demo-section{margin-top:2rem}.demo-section-label{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.8rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em}.demo-section-line{flex:1;height:1px;background:var(--color-border)}.demo-buttons{display:grid;grid-template-columns:1fr 1fr;gap:.625rem}.demo-btn{display:flex;align-items:center;gap:.65rem;padding:.7rem .85rem;border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface);cursor:pointer;transition:all .2s ease;text-align:left;font-family:var(--font-main);position:relative;overflow:hidden}.demo-btn:hover:not(:disabled){border-color:var(--demo-color);background:var(--demo-bg);transform:translateY(-1px);box-shadow:0 3px 8px #00000014}.demo-btn:active:not(:disabled){transform:translateY(0);box-shadow:none}.demo-btn:disabled{opacity:.55;cursor:not-allowed}.demo-btn-loading{border-color:var(--demo-color);background:var(--demo-bg)}.demo-btn-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:var(--demo-bg);color:var(--demo-color);flex-shrink:0;transition:all .2s ease}.demo-btn:hover:not(:disabled) .demo-btn-icon{background:var(--demo-color);color:#fff}.demo-btn-info{display:flex;flex-direction:column;min-width:0}.demo-btn-role{font-size:.8rem;font-weight:600;color:var(--color-text-main);line-height:1.2}.demo-btn-name{font-size:.7rem;color:var(--color-text-muted);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.demo-btn-spinner{position:absolute;top:6px;right:6px;width:14px;height:14px;border:2px solid var(--demo-bg);border-top-color:var(--demo-color);border-radius:50%;animation:demoSpin .6s linear infinite}@keyframes demoSpin{to{transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn:disabled,.btn[disabled]{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}.commission-tooltip{min-width:220px;max-width:300px;background:#303a4b;color:#f1f5f9;border-radius:10px;padding:.65rem 0;box-shadow:0 10px 25px #0003,0 4px 10px #0000001a;animation:tooltipFadeIn .18s ease-out;pointer-events:auto;white-space:normal}.commission-tooltip .tooltip-arrow{position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:7px solid #303a4b}.commission-tooltip .tooltip-title{padding:0 .85rem .45rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;border-bottom:1px solid #434d5e}.commission-tooltip .tooltip-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:.45rem .85rem;transition:background .15s}.commission-tooltip .tooltip-row:hover{background:#364253}.commission-tooltip .tooltip-project-name{font-size:.82rem;font-weight:500;color:#e2e8f0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.commission-tooltip .tooltip-rate{font-size:.78rem;font-weight:700;color:#67e8f9;white-space:nowrap;flex-shrink:0;background:#67e8f91a;padding:.15rem .5rem;border-radius:4px}@keyframes tooltipFadeIn{0%{opacity:0;transform:translate(-50%,calc(-100% + 4px))}to{opacity:1;transform:translate(-50%,-100%)}}.action-items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem}.action-item-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:1rem 1.25rem;transition:all .2s ease;position:relative;overflow:hidden;box-shadow:var(--shadow-sm)}.action-item-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--color-primary);opacity:0;transition:opacity .2s ease}.action-item-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--color-primary);overflow:visible}.action-item-card:hover:before{opacity:1}.action-item-card.status-complete{opacity:.65}.action-item-card.status-complete .action-item-title{text-decoration:line-through;color:var(--color-text-muted)}.action-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.action-item-status{cursor:pointer;color:var(--color-text-muted);transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-md);background:none;border:none;padding:0}.action-item-status:hover{background:#f1f5f9;color:var(--color-primary)}.action-item-card.status-complete .action-item-status{color:#10b981}.action-item-priority{padding:.2rem .6rem;border-radius:4px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.action-item-title{font-size:.95rem;font-weight:500;color:var(--color-text-main);margin-bottom:.35rem;line-height:1.4}.action-item-description{font-size:.8rem;color:var(--color-text-muted);margin-bottom:.5rem;line-height:1.55;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;cursor:default}.desc-expand-wrap{position:relative}.desc-expand-panel{display:none;position:absolute;left:-16px;right:-16px;bottom:calc(100% + 4px);z-index:100;max-height:200px;overflow-y:auto;padding:12px 14px;background:#fff;color:var(--color-text-main);font-size:.8rem;line-height:1.65;border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:0 -4px 16px #0000001a,0 2px 6px #0000000f;white-space:pre-wrap;word-break:break-word}.desc-expand-wrap:hover .desc-expand-panel{display:block;animation:panelUp .15s ease-out}@keyframes panelUp{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.action-item-footer{display:flex;align-items:flex-end;justify-content:space-between;gap:.5rem;margin-top:auto;padding-top:.5rem;border-top:1px solid #f1f5f9}.action-item-meta{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.meta-item{display:flex;align-items:center;gap:.25rem;font-size:.7rem;color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.meta-item svg{flex-shrink:0;color:var(--color-primary);opacity:.6}.meta-item.meta-complete{color:#16a34a}.meta-item.meta-complete svg{color:#16a34a}.action-item-actions{display:flex;align-items:center;gap:2px;flex-shrink:0}.action-item-actions .btn-icon{width:28px;height:28px;background:transparent;border:none;border-radius:var(--radius-md);color:var(--color-primary);opacity:.8;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0}.action-item-actions .btn-icon:hover{background:#f0f9ff;opacity:1}.action-item-actions .btn-icon.delete:hover{background:#fef2f2;color:#ef4444}.action-items-grid .empty-state{grid-column:1 / -1;text-align:center;padding:3rem 1rem;color:var(--color-text-muted);background:#fff;border-radius:var(--radius-lg);border:1px solid var(--color-border)}.action-items-grid .empty-state svg{margin-bottom:1rem;opacity:.2}.action-item-modal-compact{margin:-1rem -2.5rem -2.5rem;width:calc(100% + 5rem)}.action-item-modal-compact .compact-form-tight{padding:1rem 2rem}.action-item-modal-compact .modal-footer-tight{border-radius:0 0 var(--radius-xl) var(--radius-xl)}.compact-form-tight{display:flex;flex-direction:column;gap:.85rem;padding:1rem 1.25rem}.form-group-tight{margin:0}.form-input-title{width:100%;font-size:.9rem;padding:.65rem .85rem;font-weight:400;border:1.5px solid var(--color-border);border-radius:var(--radius-md);font-family:var(--font-main);transition:border-color .2s,box-shadow .2s;background:#fff;color:var(--color-text-main)}.form-input-title:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 2px #04adef1f}.form-input-title::placeholder{color:var(--color-text-muted)}.form-textarea-compact{width:100%;font-size:.85rem;padding:.6rem .85rem;border:1px solid var(--color-border);border-radius:var(--radius-md);font-family:var(--font-main);resize:vertical;min-height:56px;transition:border-color .2s;background:#fff;color:var(--color-text-main)}.form-textarea-compact:focus{border-color:var(--color-primary);outline:none}.form-textarea-compact::placeholder{color:var(--color-text-muted)}.priority-pills{display:flex;gap:.5rem;flex-wrap:wrap}.priority-pill{padding:.4rem .9rem;border:1.5px solid;border-radius:var(--radius-md);font-size:.78rem;font-weight:500;cursor:pointer;min-width:48px;text-align:center;background:transparent;font-family:var(--font-main);transition:background-color .18s cubic-bezier(.4,0,.2,1),color .18s cubic-bezier(.4,0,.2,1),border-color .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1)}.priority-pill:hover{box-shadow:0 1px 4px #00000014;opacity:.9}.priority-pill.selected{font-weight:600;box-shadow:0 0 0 3px #0000000f,0 2px 6px #0000001a}.form-label-xs{font-size:.72rem;font-weight:400;color:var(--color-text-muted);margin-bottom:.3rem;display:flex;align-items:center;gap:.25rem}.form-label-xs svg{opacity:.5}.form-field-mini{display:flex;flex-direction:column;gap:4px}.form-field-mini label{font-size:.72rem;color:var(--color-text-muted);font-weight:500;display:flex;align-items:center;gap:4px}.form-field-mini label svg{opacity:.5}.form-input-mini{padding:.5rem .75rem;font-size:.78rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;width:100%;font-family:var(--font-main);color:var(--color-text-main);transition:border-color .2s}.form-input-mini:focus{border-color:var(--color-primary);outline:none}.due-mini{display:flex;gap:4px}.due-mini .form-input-mini{flex:1;min-width:0}.btn-24h{padding:.5rem .75rem;border:1px solid var(--color-border);background:#f8fafc;border-radius:var(--radius-md);font-size:.75rem;font-weight:600;color:var(--color-text-muted);cursor:pointer;transition:all .2s ease;white-space:nowrap;font-family:var(--font-main)}.btn-24h:hover{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.modal-footer-tight{display:flex;justify-content:flex-end;gap:.5rem;padding:.65rem 1.25rem;border-top:1px solid var(--color-border);background:#f8fafc}.form-select-compact{padding:.5rem 2rem .5rem .75rem;font-size:.85rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;width:100%;cursor:pointer;font-family:var(--font-main);color:var(--color-text-main);appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.25em 1.25em}.form-select-compact:focus{border-color:var(--color-primary);outline:none}.filter-bar-enhanced{background:#fff;padding:.85rem 1rem;border-radius:var(--radius-lg);border:1px solid var(--color-border);margin-bottom:1.5rem;box-shadow:var(--shadow-sm);display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.filter-bar-enhanced .filter-search{position:relative;flex:1;min-width:180px}.filter-bar-enhanced .filter-search svg{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#94a3b8}.filter-bar-enhanced .filter-search input{padding-left:32px;font-size:.85rem;width:100%}.filter-bar-enhanced select{font-size:.82rem;padding:.45rem 2rem .45rem .65rem;border:1px solid var(--color-border);border-radius:var(--radius-md);background:#fff;cursor:pointer;font-family:var(--font-main);color:var(--color-text-main);appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .4rem center;background-repeat:no-repeat;background-size:1.1em 1.1em;transition:border-color .2s}.filter-bar-enhanced select:focus{border-color:var(--color-primary);outline:none}.filter-results{font-size:.78rem;color:var(--color-text-muted);font-weight:500;white-space:nowrap;margin-left:auto}@media(max-width:768px){.action-items-grid{grid-template-columns:1fr}.filter-bar-enhanced{flex-direction:column;align-items:stretch}.filter-bar-enhanced .filter-search{min-width:100%}}.aq-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1.5rem}.aq-stat-card{display:flex;align-items:center;gap:1rem;padding:1.1rem 1.25rem;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);cursor:pointer;transition:all .2s ease;-webkit-user-select:none;user-select:none}.aq-stat-card:hover{border-color:var(--stat-color, var(--color-primary));box-shadow:var(--shadow-md);transform:translateY(-2px)}.aq-stat-active{border-color:var(--stat-color, var(--color-primary))!important;box-shadow:0 0 0 2px var(--stat-color, var(--color-primary)),var(--shadow-md)!important}.aq-stat-total{--stat-color: #3b82f6}.aq-stat-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.aq-stat-label{font-size:.78rem;font-weight:500;color:var(--color-text-muted);line-height:1.2}.aq-stat-value{font-size:1.5rem;font-weight:700;color:var(--color-text-main);line-height:1.2;margin-top:2px}.aq-filter-bar{display:flex;align-items:center;gap:.75rem;padding:.85rem 1.25rem;background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);margin-bottom:1rem;flex-wrap:wrap}.aq-search-wrapper{position:relative;flex:1;min-width:200px}.aq-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.aq-search-input{padding-left:36px!important;padding-right:32px!important;border:1px solid #e2e8f0!important;background:#f8fafc!important;border-radius:8px!important}.aq-search-input:focus{background:#fff!important}.aq-search-clear{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#94a3b8;padding:2px;display:flex;border-radius:50%}.aq-search-clear:hover{color:#dc2626;background:#fef2f2}.aq-filter-select{max-width:180px;background:#f8fafc!important;font-size:.875rem!important}.aq-view-toggle{display:flex;gap:0;background:#f1f5f9;border-radius:8px;padding:3px}.aq-view-btn{padding:6px 10px;border:none;background:transparent;color:#94a3b8;cursor:pointer;border-radius:6px;display:flex;align-items:center;transition:all .15s ease}.aq-view-btn:hover{color:#64748b}.aq-view-btn.active{background:#fff;color:var(--color-primary);box-shadow:0 1px 3px #0000001a}.aq-active-filters{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;margin-bottom:1rem;font-size:.82rem;color:#0284c7}.aq-clear-filters{margin-left:auto;background:none;border:none;color:#0284c7;cursor:pointer;font-weight:600;font-size:.82rem;font-family:var(--font-main);text-decoration:underline}.aq-clear-filters:hover{color:#0369a1}.aq-table-container{animation:fadeIn .3s ease-out}.aq-table-container th{white-space:nowrap;-webkit-user-select:none;user-select:none}.aq-table-container th:hover{color:var(--color-primary)}.aq-kanban-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;animation:fadeIn .3s ease-out}.aq-kanban-column{background:#f8fafc;border:1px solid var(--color-border);border-radius:var(--radius-lg);display:flex;flex-direction:column;max-height:calc(100vh - 340px)}.aq-kanban-header{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1rem;border-radius:var(--radius-lg) var(--radius-lg) 0 0;font-size:.875rem}.aq-kanban-cards{padding:.75rem;display:flex;flex-direction:column;gap:.6rem;overflow-y:auto;flex:1}.aq-kanban-card{background:#fff;border:1px solid #e2e8f0;border-left:4px solid #d97706;border-radius:8px;padding:.85rem 1rem;cursor:pointer;transition:all .15s ease}.aq-kanban-card:hover{border-color:#cbd5e1;box-shadow:var(--shadow-md);transform:translateY(-1px)}.aq-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.aq-card-customer{font-weight:600;font-size:.9rem;color:var(--color-text-main)}.aq-card-unit{font-size:.8rem;color:var(--color-text-muted);margin-bottom:8px}.aq-card-bottom{display:flex;justify-content:space-between;align-items:center}.aq-card-agent{display:flex;align-items:center;gap:6px;font-size:.78rem;color:#64748b}.aq-card-agent-avatar{width:22px;height:22px;border-radius:50%;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700}.aq-card-escalated{margin-top:6px;padding:3px 8px;background:#fef2f2;border:1px solid #fecaca;border-radius:4px;font-size:.7rem;color:#dc2626;font-weight:600}.aq-kanban-empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:2rem 1rem;color:#a3a3a3;font-size:.82rem}.sidebar-badge{background:var(--color-primary);color:#fff;font-size:.65rem;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;padding:0 5px;margin-left:auto;line-height:1}.aq-skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:aqShimmer 1.5s infinite ease-in-out;border-radius:var(--radius-md)}@keyframes aqShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.aq-spin{animation:aqSpin 1s linear infinite}@keyframes aqSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:1024px){.aq-stats-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.aq-kanban-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.aq-stats-grid{grid-template-columns:repeat(2,1fr)}.aq-filter-bar{flex-direction:column}.aq-filter-select{max-width:100%}.aq-kanban-grid{grid-template-columns:1fr}}.aq-sections-container{display:flex;flex-direction:column;gap:1rem;animation:fadeIn .3s ease-out}.aq-section{background:#fff;border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden}.aq-section-header{display:flex;justify-content:space-between;align-items:center;padding:.85rem 1.25rem;background:#f8fafc;border-left:4px solid var(--section-color, var(--color-primary));cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .15s ease}.aq-section-header:hover{background:#f1f5f9}.aq-section-header-left{display:flex;align-items:center;gap:.6rem}.aq-section-chevron{transition:transform .2s ease;color:#94a3b8}.aq-section-chevron-open{transform:rotate(90deg)}.aq-section-icon{font-size:1.1rem}.aq-section-title{font-weight:700;font-size:.95rem;color:var(--color-text-main)}.aq-section-count{font-size:.72rem;font-weight:700;padding:2px 8px;border-radius:10px;min-width:24px;text-align:center}.aq-show-all-btn{background:none;border:none;color:var(--color-primary);font-size:.82rem;font-weight:600;cursor:pointer;font-family:var(--font-main);padding:4px 8px;border-radius:6px;transition:background .15s ease}.aq-show-all-btn:hover{background:#eff6ff;text-decoration:underline}.aq-section-table{border:none;border-radius:0;box-shadow:none;margin:0}.aq-section-table table{margin:0}.aq-expandable-row{transition:background .15s ease}.aq-expandable-row:hover,.aq-row-expanded{background:#f8fafc}.aq-row-chevron{transition:transform .2s ease;color:#94a3b8;cursor:pointer}.aq-row-chevron-open{transform:rotate(90deg);color:var(--color-primary)}.aq-expanded-detail-row{background:#fafbfd}.aq-expanded-detail-row td{padding:0!important;border-top:none!important}.aq-expanded-detail{padding:1rem 1.5rem 1.25rem 3.5rem;display:flex;flex-direction:column;gap:.85rem;border-top:1px dashed #e2e8f0;animation:aqSlideDown .2s ease-out}@keyframes aqSlideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}.aq-detail-rationale{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:.75rem 1rem;font-size:.85rem;color:#0c4a6e;line-height:1.5}.aq-detail-rationale strong{color:#0369a1}.aq-detail-info-grid{display:flex;flex-wrap:wrap;gap:.75rem}.aq-detail-info-item{display:flex;align-items:center;gap:6px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.5rem .85rem;font-size:.82rem;min-width:140px}.aq-detail-info-item svg{color:#94a3b8;flex-shrink:0}.aq-detail-info-label{color:var(--color-text-muted);font-weight:500;white-space:nowrap}.aq-detail-info-value{color:var(--color-text-main);font-weight:600;margin-left:2px}.aq-detail-missing{border-color:#fecaca;background:#fef2f2}.aq-detail-missing .aq-detail-info-value{color:#dc2626;font-weight:700}.aq-detail-history{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem 1rem}.aq-detail-history-title{display:flex;align-items:center;gap:6px;font-size:.82rem;font-weight:700;color:var(--color-text-main);margin-bottom:.6rem}.aq-detail-timeline{display:flex;flex-direction:column;gap:.5rem;padding-left:4px}.aq-timeline-entry{display:flex;align-items:flex-start;gap:.6rem;position:relative}.aq-timeline-entry:before{content:"";position:absolute;left:5px;top:14px;bottom:-12px;width:2px;background:#e2e8f0}.aq-timeline-entry:last-child:before{display:none}.aq-timeline-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0;margin-top:2px}.aq-dot-raised{background:#ef4444;box-shadow:0 0 0 3px #fef2f2}.aq-dot-resolved{background:#16a34a;box-shadow:0 0 0 3px #f0fdf4}.aq-timeline-content{display:flex;flex-direction:column;gap:2px}.aq-timeline-date{font-size:.72rem;color:var(--color-text-muted);font-weight:500}.aq-timeline-text{font-size:.82rem;color:var(--color-text-main)}.aq-detail-escalated{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:.5rem .85rem;font-size:.82rem;color:#dc2626}.aq-proactive-badge{display:inline-flex;align-items:center;gap:3px;padding:2px 8px;background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe;border-radius:10px;font-size:.7rem;font-weight:700;white-space:nowrap}.aq-proactive-badge svg{color:#2563eb}.aq-card-rationale{font-size:.72rem;color:#64748b;margin-bottom:8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.aq-resolved-section{border-color:#bbf7d0}.aq-resolved-header{border-left-color:#16a34a!important}.aq-icon-option{padding:6px 10px;border-radius:8px;cursor:pointer;border:2px solid #e2e8f0;font-size:1.1rem;transition:all .15s ease;-webkit-user-select:none;user-select:none}.aq-icon-option input{display:none}.aq-icon-option:hover{border-color:#94a3b8;background:#f1f5f9}.aq-icon-option:has(input:checked){border-color:var(--color-primary);background:#eff6ff;box-shadow:0 0 0 2px #04adef33}.aq-color-option{width:28px;height:28px;border-radius:50%;cursor:pointer;border:3px solid white;box-shadow:0 0 0 1px #e2e8f0;transition:all .15s ease}.aq-color-option input{display:none}.aq-color-option:hover{transform:scale(1.15);box-shadow:0 0 0 2px #94a3b8}.aq-color-option:has(input:checked){box-shadow:0 0 0 3px var(--color-primary);transform:scale(1.15)}.comment-btn{position:relative}.comment-btn:hover{color:var(--color-primary)!important;border-color:var(--color-primary)!important;background:#f0f9ff!important}.comment-badge{position:absolute;top:-4px;right:-4px;min-width:16px;height:16px;background:#f97316;color:#fff;border-radius:999px;font-size:.6rem;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 3px;line-height:1;border:2px solid white;box-shadow:0 1px 3px #f973164d}.comments-modal{display:flex;flex-direction:column;gap:0;max-height:65vh}.comment-context-bar{display:flex;align-items:center;gap:.5rem;padding:.65rem .85rem;background:#f8fafc;border-radius:8px;border:1px solid var(--color-border);font-size:.82rem;font-weight:600;color:var(--color-text-main);margin-bottom:1rem}.comment-context-bar svg{color:var(--color-primary);flex-shrink:0}.comment-input-area{margin-bottom:1rem}.comment-textarea{width:100%;padding:.7rem .85rem;border:1px solid var(--color-border);border-radius:10px;font-family:var(--font-main);font-size:.88rem;resize:vertical;transition:border-color .2s,box-shadow .2s;background:#fff;color:var(--color-text-main);min-height:56px}.comment-textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #04adef14}.comment-textarea-sm{min-height:40px;font-size:.82rem;padding:.5rem .7rem}.comment-input-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.4rem}.comment-hint{font-size:.7rem;color:var(--color-text-muted)}.comment-post-btn{display:inline-flex;align-items:center;gap:4px;padding:.4rem .9rem!important;font-size:.8rem!important;border-radius:8px!important}.comment-readonly-notice{display:flex;align-items:center;gap:.5rem;padding:.6rem .85rem;background:#fffbeb;border:1px solid #fef3c7;border-radius:8px;font-size:.78rem;color:#92400e;margin-bottom:1rem}.comments-list{overflow-y:auto;max-height:45vh;padding-right:.25rem}.comments-list::-webkit-scrollbar{width:4px}.comments-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:999px}.comments-empty,.comments-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 1rem;text-align:center;color:var(--color-text-muted);gap:.5rem}.comments-empty svg{opacity:.25;margin-bottom:.25rem}.comments-empty p{font-weight:600;font-size:.95rem;color:var(--color-text-main);margin:0}.comments-empty span{font-size:.8rem}.comments-loading svg{color:var(--color-primary)}.comment-thread{border-bottom:1px solid #f1f5f9;padding-bottom:.5rem;margin-bottom:.5rem}.comment-thread:last-child{border-bottom:none;margin-bottom:0}.comment-item{display:flex;gap:.6rem;padding:.6rem 0;animation:fadeIn .25s ease-out}.comment-avatar{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.65rem;font-weight:700;flex-shrink:0;letter-spacing:.02em}.comment-body{flex:1;min-width:0}.comment-meta{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;margin-bottom:.2rem}.comment-author{font-weight:600;font-size:.82rem;color:var(--color-text-main)}.comment-role-badge{padding:.1rem .4rem;border-radius:4px;font-size:.62rem;font-weight:600;text-transform:capitalize;letter-spacing:.01em}.comment-date{font-size:.7rem;color:#94a3b8}.comment-edited{font-size:.65rem;color:#94a3b8;font-style:italic}.comment-text{font-size:.85rem;color:var(--color-text-main);line-height:1.5;white-space:pre-wrap;word-break:break-word}.comment-footer-actions{display:flex;gap:.25rem;margin-top:.3rem;opacity:0;transition:opacity .15s ease}.comment-item:hover .comment-footer-actions{opacity:1}.comment-action-btn{display:inline-flex;align-items:center;gap:4px;padding:.2rem .5rem;border:none;background:transparent;color:var(--color-text-muted);font-size:.8rem;font-family:var(--font-main);font-weight:500;cursor:pointer;border-radius:4px;transition:all .15s}.comment-action-btn:hover{background:#f1f5f9;color:var(--color-primary)}.comment-action-danger:hover{background:#fef2f2;color:#dc2626}.comment-reply-wrapper{margin-left:2.25rem;border-left:2px solid #e2e8f0;padding-left:.75rem}.comment-item-reply .comment-avatar{width:24px;height:24px;font-size:.55rem}.comment-reply-input-wrapper{margin-left:2.25rem;padding-left:.75rem;border-left:2px solid var(--color-primary);padding-top:.35rem;padding-bottom:.35rem}.comment-reply-input-area{display:flex;flex-direction:column;gap:.3rem}.comment-reply-actions{display:flex;justify-content:flex-end;gap:.35rem;align-items:center}.comment-reply-btn{display:inline-flex;align-items:center;gap:3px;padding:.3rem .7rem!important;font-size:.75rem!important;border-radius:6px!important}.comment-edit-area{display:flex;flex-direction:column;gap:.3rem;margin-top:.25rem}.comment-edit-actions{display:flex;justify-content:flex-end;gap:.35rem;align-items:center}.comment-save-btn{display:inline-flex;align-items:center;gap:3px;padding:.3rem .7rem!important;font-size:.75rem!important;border-radius:6px!important}.comment-confirm-overlay{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:10000;animation:fadeIn .15s ease-out}.comment-confirm-dialog{background:#fff;border-radius:14px;padding:1.5rem;width:340px;max-width:90vw;box-shadow:0 20px 60px #0003;text-align:center;animation:slideUp .2s ease-out}@keyframes slideUp{0%{transform:translateY(12px);opacity:0}to{transform:translateY(0);opacity:1}}.comment-confirm-icon{width:44px;height:44px;border-radius:50%;background:#fef2f2;color:#dc2626;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem}.comment-confirm-dialog h4{font-size:1rem;font-weight:700;margin:0 0 .35rem;color:var(--color-text-main)}.comment-confirm-dialog p{font-size:.82rem;color:var(--color-text-muted);margin:0 0 1.25rem;line-height:1.45}.comment-confirm-actions{display:flex;gap:.5rem;justify-content:center}.comment-confirm-actions .btn{padding:.5rem 1.2rem;font-size:.82rem;border-radius:8px;font-weight:600}.comment-confirm-delete-btn{background:#dc2626!important;color:#fff!important;border:none!important;display:inline-flex;align-items:center;gap:5px}.comment-confirm-delete-btn:hover{background:#b91c1c!important}
