:root{--status-todo: #6366f1;--status-in-progress: #f59e0b;--status-done: #10b981;--priority-high: #ef4444;--priority-medium: #f59e0b;--rollover-bg: #fef3c7;--rollover-border: #fcd34d;--rollover-text: #92400e;--kanban-columns: 1;--card-gap: 12px;--column-padding: 12px}@media (min-width: 768px){:root{--kanban-columns: 2;--card-gap: 16px;--column-padding: 16px}}@media (min-width: 1024px){:root{--kanban-columns: 3;--card-gap: 20px;--column-padding: 20px}}.task-filters{display:flex;align-items:center;gap:var(--space-sm);flex-wrap:wrap}.task-filters-label{font-size:.75rem;font-weight:500;color:hsl(var(--muted-foreground));white-space:nowrap}.task-filters-select{flex:1}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.tasks-page{font-family:var(--font-text);width:100%;max-width:100%}.tasks-page-header{display:flex;flex-direction:column;gap:var(--space-md);margin-bottom:var(--space-lg);width:100%}@media (min-width: 768px){.tasks-page-header{flex-direction:row;align-items:center}}.sprint-header{margin-bottom:var(--space-lg)}.sprint-header-row{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-md);row-gap:var(--space-sm)}.quarter-header{font-family:var(--font-display);font-size:1.1rem;font-weight:700;letter-spacing:-.02em;margin:0;color:hsl(var(--foreground));white-space:nowrap}.sprint-tabs{display:flex;gap:2px;background:hsl(var(--muted));padding:3px;border-radius:var(--radius-md)}.sprint-tab{display:flex;align-items:center;gap:6px;padding:6px 12px;font-size:.8rem;font-weight:500;border-radius:var(--radius-sm);transition:all var(--transition-fast)}.sprint-tab-count{font-size:.7rem;font-weight:600;background:hsl(var(--background));padding:1px 6px;border-radius:10px;color:hsl(var(--muted-foreground))}.sprint-filters{margin-left:auto;flex-shrink:0}@media (max-width: 639px){.sprint-header-row{flex-direction:column;align-items:stretch}.quarter-header{font-size:1rem}.sprint-tabs{width:100%;justify-content:center}.sprint-filters{margin-left:0;width:100%}.task-filters{flex-wrap:wrap}.task-filters-select{flex:1 1 100%;min-width:0!important}}@media (min-width: 640px) and (max-width: 1023px){.sprint-header-row{justify-content:flex-start}.sprint-filters{flex-basis:100%;margin-left:0;margin-top:var(--space-sm)}.task-filters-select{min-width:150px!important;max-width:200px}}@media (min-width: 1024px){.quarter-header{font-size:1.25rem}.sprint-filters{flex-basis:auto}.task-filters-select{min-width:160px!important}}.quick-input-wrapper{flex:1;min-width:200px;max-width:600px}@media (min-width: 1024px){.quick-input-wrapper{min-width:400px}}.week-progress-widget{margin-bottom:var(--space-lg);padding:var(--space-md);background:hsl(var(--muted));border-radius:var(--radius-md);display:flex;align-items:center;gap:var(--space-md);box-shadow:var(--shadow-sm)}.week-progress-content{flex:1}.week-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.week-progress-label{font-size:.8rem;font-weight:600;color:hsl(var(--foreground))}.week-progress-count{font-family:var(--font-mono);font-size:.8rem;font-weight:700;color:hsl(var(--primary));font-variant-numeric:tabular-nums}.week-progress-bar{height:8px;background:rgba(0,0,0,.1);border-radius:var(--radius-sm);overflow:hidden;position:relative}.week-progress-bar-fill{height:100%;background:linear-gradient(90deg,hsl(var(--primary)) 0%,hsl(var(--primary)) 100%);border-radius:var(--radius-sm);transition:width var(--transition-slow);position:relative;overflow:hidden}.week-progress-bar-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.week-progress-emoji{font-size:1.5rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.kanban-board{display:flex;flex-direction:column;gap:var(--space-md);margin-bottom:var(--space-xl)}@media (min-width: 768px){.kanban-board{display:grid;grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.kanban-board{grid-template-columns:repeat(3,1fr)}}.task-column{display:flex;flex-direction:column;min-height:250px}@media (min-width: 768px) and (max-width: 1023px){.task-column:nth-child(3){grid-column:span 2}}.column-header{padding:10px var(--column-padding);border-radius:var(--radius-md) var(--radius-md) 0 0;margin-bottom:0}.column-header[data-status=todo]{background:var(--status-todo);color:#fff}.column-header[data-status=in_progress]{background:var(--status-in-progress);color:#fff}.column-header[data-status=done]{background:var(--status-done);color:#fff}.column-header-content{display:flex;align-items:center;justify-content:space-between}.column-title-group{display:flex;align-items:center;gap:6px}.column-title{font-family:var(--font-display);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:inherit}.column-count{font-family:var(--font-mono);font-size:.7rem;font-weight:600;background:rgba(255,255,255,.2);padding:2px 8px;border-radius:12px;color:inherit;font-variant-numeric:tabular-nums}.column-droppable{flex:1;padding:var(--column-padding);padding-top:var(--space-md);border-radius:0 0 var(--radius-md) var(--radius-md);background:hsl(var(--muted) / .5);border:1px solid hsl(var(--border));border-top:none;display:flex;flex-direction:column;gap:var(--card-gap);min-height:200px;transition:all var(--transition-base)}.column-droppable.dragging-over{background:linear-gradient(135deg,rgba(var(--primary-rgb),.15) 0%,rgba(var(--primary-rgb),.05) 100%);border-color:hsl(var(--primary));border-style:dashed}.task-card{background:hsl(var(--card));border-radius:var(--radius-md);padding:var(--space-md);min-height:100px;position:relative;box-shadow:var(--shadow-sm);transition:all var(--transition-base);cursor:pointer;border-left:3px solid transparent;animation:taskCardFadeIn .4s cubic-bezier(.22,1,.36,1) backwards}@keyframes taskCardFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.task-card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.task-card.dragging{opacity:.8;transform:rotate(2deg) scale(1.05);box-shadow:var(--shadow-lg);cursor:grabbing}.task-card[data-pillar]{border-left-width:3px}.task-drag-handle{position:absolute;left:6px;top:50%;transform:translateY(-50%);width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:grab;color:hsl(var(--muted-foreground));opacity:.3;transition:opacity var(--transition-base);z-index:10}.task-card:hover .task-drag-handle{opacity:.6}.task-drag-handle:active{cursor:grabbing}.task-content-area{padding-left:28px;padding-right:28px}.task-title{font-size:.9375rem;line-height:1.5;font-weight:500;margin-bottom:var(--space-xs);color:hsl(var(--foreground));word-wrap:break-word}.task-id{font-family:var(--font-mono);font-size:.65rem;font-weight:500;color:hsl(var(--muted-foreground));margin-bottom:var(--space-sm);letter-spacing:.02em}.task-metadata{display:flex;align-items:center;gap:var(--space-sm);flex-wrap:wrap}.task-project-badge{display:inline-flex;align-items:center;padding:3px 8px;border-radius:4px;font-size:.7rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;box-shadow:0 1px 2px #0000001a}.task-tag{padding:2px 6px;border-radius:3px;font-size:.65rem;font-weight:500;letter-spacing:.01em}.task-importance{margin-left:auto;font-size:.9rem;color:#ef4444;font-weight:700}.task-edit-btn{position:absolute;top:12px;right:12px;width:28px;height:28px;border-radius:var(--radius-sm);background:rgba(0,0,0,.04);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:all var(--transition-base);z-index:10}.task-card:hover .task-edit-btn{opacity:.6}.task-edit-btn:hover{opacity:1!important;background:rgba(0,0,0,.1);transform:scale(1.1)}.task-corner-priority{position:absolute;top:6px;right:6px;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:700;color:#fff;z-index:5}.task-corner-priority.priority-3{background:var(--priority-high, #ef4444)}.task-corner-priority.priority-2{background:var(--priority-medium, #f59e0b)}.task-corner-action{position:absolute;bottom:8px;right:8px;display:flex;align-items:center;gap:4px;padding:4px 8px;background:var(--rollover-bg, #fef3c7);color:var(--rollover-text, #92400e);border:1px solid var(--rollover-border, #fcd34d);border-radius:6px;font-size:.65rem;font-weight:600;cursor:pointer;transition:all var(--transition-fast);z-index:5}.task-corner-action:hover{background:#fcd34d;transform:scale(1.05)}.task-corner-action .action-label{font-variant-numeric:tabular-nums}.task-card.needs-attention{border-left-color:#f59e0b!important}.task-action-modal{max-width:400px!important}.task-action-title{display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:600}.task-action-info{padding:var(--space-md);background:hsl(var(--muted) / .5);border-radius:var(--radius-md);margin-bottom:var(--space-lg)}.task-action-task-title{font-weight:500;color:hsl(var(--foreground));margin-bottom:4px}.task-action-task-id{font-family:var(--font-mono);font-size:.7rem;color:hsl(var(--muted-foreground));margin-bottom:8px}.task-action-rollover-info{font-size:.75rem;color:#92400e;background:#fef3c7;padding:6px 10px;border-radius:4px;border-left:3px solid #f59e0b}.task-action-section{margin-bottom:var(--space-lg)}.task-action-section-title{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--muted-foreground));margin-bottom:var(--space-sm)}.task-action-buttons{display:flex;flex-direction:column;gap:var(--space-sm)}.task-action-btn{display:flex;align-items:center;gap:10px;padding:10px 14px;background:hsl(var(--muted));border:1px solid hsl(var(--border));border-radius:var(--radius-md);font-size:.85rem;font-weight:500;color:hsl(var(--foreground));cursor:pointer;transition:all var(--transition-fast);text-align:left}.task-action-btn:hover{background:hsl(var(--accent));border-color:hsl(var(--accent))}.task-action-btn-success{background:rgba(16,185,129,.1);border-color:#10b9814d;color:#059669}.task-action-btn-success:hover{background:rgba(16,185,129,.2)}.task-action-btn-primary{background:rgba(99,102,241,.1);border-color:#6366f14d;color:#4f46e5}.task-action-btn-primary:hover{background:rgba(99,102,241,.2)}.task-action-cancel{width:100%;padding:10px;background:transparent;border:1px solid hsl(var(--border));border-radius:var(--radius-md);font-size:.85rem;color:hsl(var(--muted-foreground));cursor:pointer;transition:all var(--transition-fast)}.task-action-cancel:hover{background:hsl(var(--muted))}.empty-state{padding:var(--space-2xl) var(--space-lg);text-align:center;background:rgba(0,0,0,.02);border-radius:var(--radius-md);border:2px dashed rgba(0,0,0,.1)}.empty-state-identity{padding:var(--space-xl) var(--space-lg);text-align:center;background:linear-gradient(135deg,hsl(var(--muted) / .3) 0%,hsl(var(--muted) / .1) 100%);border-radius:var(--radius-lg);border:2px dashed hsl(var(--border) / .5);display:flex;flex-direction:column;align-items:center;gap:var(--space-md)}.empty-state-icon-wrapper{position:relative;display:flex;align-items:center;justify-content:center}.empty-state-icon{font-size:2.5rem;filter:drop-shadow(0 4px 8px rgba(0,0,0,.1));z-index:1}.empty-state-icon-glow{position:absolute;width:60px;height:60px;border-radius:50%;background:radial-gradient(circle,hsl(var(--primary) / .15) 0%,transparent 70%);animation:pulseGlow 3s ease-in-out infinite}@keyframes pulseGlow{0%,to{transform:scale(1);opacity:.5}50%{transform:scale(1.2);opacity:.8}}.empty-state-content{display:flex;flex-direction:column;gap:var(--space-xs);max-width:280px}.empty-state-title{margin:0;font-family:var(--font-display);font-size:.95rem;font-weight:600;color:hsl(var(--foreground));line-height:1.4}.empty-state-subtitle{margin:0;font-size:.8rem;color:hsl(var(--muted-foreground));line-height:1.5}.empty-state-pillar-hint{display:inline-flex;align-items:center;justify-content:center;gap:4px;margin:var(--space-xs) 0;font-size:.75rem;font-weight:500;color:hsl(var(--primary))}.empty-state-pillar-hint svg{opacity:.7}.empty-state-hint{margin:0;font-size:.75rem;color:hsl(var(--muted-foreground) / .8);font-style:italic}.empty-state-action-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:hsl(var(--primary));color:hsl(var(--primary-foreground));border:none;border-radius:var(--radius-md);font-size:.8rem;font-weight:600;cursor:pointer;transition:all var(--transition-fast);margin-top:var(--space-xs)}.empty-state-action-btn:hover{transform:translateY(-1px);box-shadow:var(--shadow-md);filter:brightness(1.05)}.empty-state-compact{display:flex;align-items:center;justify-content:center;gap:var(--space-sm);padding:var(--space-md) var(--space-lg);background:hsl(var(--muted) / .3);border-radius:var(--radius-md);border:1px dashed hsl(var(--border) / .5)}.empty-state-compact-icon{font-size:1.25rem;opacity:.6}.empty-state-compact-title{font-size:.8rem;color:hsl(var(--muted-foreground));font-weight:500}.empty-state-compact-action{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:hsl(var(--primary) / .1);color:hsl(var(--primary));border:1px solid hsl(var(--primary) / .2);border-radius:var(--radius-sm);font-size:.7rem;font-weight:600;cursor:pointer;transition:all var(--transition-fast)}.empty-state-compact-action:hover{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary))}.pillar-progress-widget{padding:var(--space-md);background:hsl(var(--card));border-radius:var(--radius-lg);margin-bottom:var(--space-lg);border:1px solid hsl(var(--border));box-shadow:var(--shadow-sm)}.pillar-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-md)}.pillar-progress-title{margin:0;font-size:.9rem;font-weight:700;color:hsl(var(--foreground))}.pillar-progress-link{font-size:.75rem;color:hsl(var(--primary));background:none;border:none;cursor:pointer;font-weight:600;transition:opacity var(--transition-base)}.pillar-progress-link:hover{opacity:.8}.pillar-item{margin-bottom:var(--space-md)}.pillar-item:last-child{margin-bottom:0}.pillar-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.pillar-name-wrapper{display:flex;align-items:center;gap:6px}.pillar-color-dot{width:8px;height:8px;border-radius:50%}.pillar-name{font-size:.8rem;font-weight:500;color:hsl(var(--foreground))}.pillar-task-count{font-family:var(--font-mono);font-size:.75rem;color:hsl(var(--muted-foreground));font-variant-numeric:tabular-nums}.pillar-progress-bar{height:4px;background:rgba(0,0,0,.08);border-radius:var(--radius-sm);overflow:hidden}.pillar-progress-bar-fill{height:100%;transition:width var(--transition-slow)}.strategic-drift-warning{padding:var(--space-md);background:linear-gradient(135deg,rgba(251,191,36,.15) 0%,rgba(251,191,36,.05) 100%);border:2px solid #fbbf24;border-radius:var(--radius-lg);margin-bottom:var(--space-lg);display:flex;gap:var(--space-md);box-shadow:var(--shadow-sm)}.drift-warning-icon{font-size:1.5rem;flex-shrink:0}.drift-warning-content{flex:1}.drift-warning-title{margin:0 0 6px;font-size:.9rem;font-weight:700;color:#92400e}.drift-warning-description{margin:0 0 var(--space-sm) 0;font-size:.8rem;color:#78350f;line-height:1.4}.drift-warning-action{font-size:.75rem;background:#fbbf24;color:#1f2937;border:none;padding:6px 12px;border-radius:var(--radius-sm);font-weight:600;cursor:pointer;transition:all var(--transition-base)}.drift-warning-action:hover{background:#f59e0b;transform:translateY(-1px);box-shadow:var(--shadow-sm)}@media (max-width: 767px){.task-card{min-height:80px}.task-content-area{padding-left:28px;padding-right:28px}.task-title{font-size:.875rem}.task-drag-handle{width:20px;height:20px;left:4px}.task-edit-btn{opacity:.6;top:8px;right:8px}.week-progress-widget{padding:var(--space-sm) var(--space-md)}.week-progress-emoji{font-size:1.25rem}}@media (pointer: coarse){.task-drag-handle{width:44px;height:44px}.task-edit-btn{width:36px;height:36px;opacity:1}}.task-card-v2-wrapper{position:relative;overflow:hidden;border-radius:var(--radius-md);touch-action:pan-y}.task-card-v2-wrapper.is-swiping,.task-card-v2-wrapper.is-swiping *{-webkit-user-select:none;-moz-user-select:none;user-select:none}.task-card-v2{--pillar-color: transparent;--project-color: #6366f1;position:relative;display:flex;background:hsl(var(--card));border-radius:var(--radius-md);border:1px solid hsl(var(--border));overflow:hidden;cursor:pointer;transition:all var(--transition-base);min-height:88px;animation:taskCardV2FadeIn .4s cubic-bezier(.22,1,.36,1) backwards}@keyframes taskCardV2FadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.task-card-v2:hover,.task-card-v2.is-hovered{border-color:hsl(var(--border) / .8);box-shadow:var(--shadow-md);transform:translateY(-1px)}.task-card-v2.is-dragging{opacity:.9;transform:rotate(1.5deg) scale(1.02);box-shadow:var(--shadow-lg);cursor:grabbing;z-index:100}.task-card-v2.is-completed{opacity:.7}.task-card-v2.is-completed .task-card-title{text-decoration:line-through;color:hsl(var(--muted-foreground))}.task-card-v2.is-rollover{border-color:#f59e0b}.task-card-pillar-bar{position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--pillar-color);border-radius:var(--radius-md) 0 0 var(--radius-md)}.task-card-body{flex:1;display:flex;flex-direction:column;padding:12px 14px 10px 16px;gap:6px}.task-card-header{display:flex;align-items:center;gap:6px;min-height:20px;margin-bottom:2px}.task-card-priority-flag{display:inline-flex;align-items:center;gap:3px;padding:2px 6px 2px 5px;border-radius:4px;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.task-card-priority-flag.priority-3{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.task-card-priority-flag.priority-2{background:#fffbeb;color:#d97706;border:1px solid #fde68a}.task-card-priority-flag.priority-1{background:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.task-card-drag-handle{display:flex;align-items:center;justify-content:center;width:20px;height:20px;cursor:grab;color:hsl(var(--muted-foreground));opacity:.25;transition:opacity var(--transition-base);margin-left:-4px}.task-card-v2:hover .task-card-drag-handle,.task-card-v2.is-hovered .task-card-drag-handle{opacity:.5}.task-card-v2:hover .task-card-drag-handle:hover{opacity:.9}.task-card-drag-handle:active{cursor:grabbing}.task-card-edit-btn{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:var(--radius-sm);background:transparent;border:none;cursor:pointer;color:hsl(var(--muted-foreground));opacity:0;transition:all var(--transition-base);margin-left:auto}.task-card-v2:hover .task-card-edit-btn,.task-card-v2.is-hovered .task-card-edit-btn{opacity:.5}.task-card-edit-btn:hover{opacity:1!important;background:hsl(var(--muted));color:hsl(var(--foreground))}.task-card-title-section{display:flex;flex-direction:column;gap:2px}.task-card-title{margin:0;font-size:.9rem;font-weight:500;line-height:1.4;color:hsl(var(--foreground));word-wrap:break-word;overflow-wrap:break-word}.task-card-id{font-family:var(--font-mono);font-size:.6rem;font-weight:500;color:hsl(var(--muted-foreground) / .7);letter-spacing:.02em}.task-card-metadata{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:4px}.task-card-project-area{flex-shrink:0}.task-card-project-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:4px;font-size:.65rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;background:var(--badge-color);color:var(--badge-text, #fff);border:none;cursor:pointer;transition:all var(--transition-fast);box-shadow:0 1px 2px #0000001a}.task-card-project-badge:hover{transform:translateY(-1px);box-shadow:0 2px 4px #00000026;filter:brightness(1.05)}.task-card-project-badge svg{opacity:.8}.task-card-no-project{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:4px;font-size:.65rem;font-weight:500;letter-spacing:.01em;background:hsl(var(--muted) / .5);color:hsl(var(--muted-foreground) / .7);border:1px dashed hsl(var(--border))}.task-card-no-project svg{opacity:.5}.task-card-tags{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.task-card-tag{--tag-color: #6366f1;display:inline-flex;align-items:center;padding:2px 6px;border-radius:3px;font-size:.6rem;font-weight:500;background:color-mix(in srgb,var(--tag-color) 12%,transparent);color:var(--tag-color)}.task-card-tag-more{display:inline-flex;align-items:center;padding:2px 5px;border-radius:3px;font-size:.6rem;font-weight:600;background:hsl(var(--muted));color:hsl(var(--muted-foreground))}.task-card-importance{display:flex;align-items:center;gap:1px;margin-left:auto}.task-card-importance svg{filter:drop-shadow(0 1px 1px rgba(0,0,0,.1))}.task-card-footer{display:flex;align-items:center;gap:8px;margin-top:auto;padding-top:6px;border-top:1px solid hsl(var(--border) / .3)}.task-card-date,.task-card-duration{display:inline-flex;align-items:center;gap:4px;font-size:.65rem;font-weight:500;color:hsl(var(--muted-foreground))}.task-card-date svg,.task-card-duration svg{opacity:.7}.task-card-when-time,.task-card-where-location{display:inline-flex;align-items:center;gap:3px;font-size:.6rem;font-weight:500;color:hsl(var(--muted-foreground));padding:1px 4px;border-radius:3px;background:hsl(var(--muted) / .5)}.task-card-when-time svg,.task-card-where-location svg{opacity:.7}.task-card-energy{display:inline-flex;align-items:center;gap:2px;font-size:.55rem;font-weight:600;padding:1px 4px;border-radius:3px;text-transform:uppercase}.task-card-energy-low{background:rgba(34,197,94,.15);color:#16a34a}.task-card-energy-medium{background:rgba(245,158,11,.15);color:#d97706}.task-card-energy-high{background:rgba(239,68,68,.15);color:#dc2626}.task-card-energy svg{width:10px;height:10px}.task-card-footer-spacer{flex:1}.task-card-pillar-badge{--pillar-badge-color: #6366f1;display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:4px;font-size:.6rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;background:color-mix(in srgb,var(--pillar-badge-color) 15%,transparent);color:color-mix(in srgb,var(--pillar-badge-color) 100%,black 20%);border:1px solid color-mix(in srgb,var(--pillar-badge-color) 25%,transparent)}.pillar-badge-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.pillar-badge-name{max-width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-card-carried-forward{display:flex;align-items:center;gap:4px}.task-card-carried-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:6px;font-size:.65rem;font-weight:600;background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%);color:#1e40af;border:1px solid #93c5fd;cursor:pointer;transition:all var(--transition-fast);box-shadow:0 1px 3px #00000014}.task-card-carried-badge:hover{background:linear-gradient(135deg,#bfdbfe 0%,#93c5fd 100%);transform:translateY(-1px);box-shadow:0 2px 6px #0000001f}.task-card-carried-badge svg{opacity:.8}.task-card-carried-actions{display:flex;align-items:center;gap:2px;opacity:0;transition:opacity var(--transition-fast)}.task-card-v2:hover .task-card-carried-actions,.task-card-v2.is-hovered .task-card-carried-actions{opacity:1}.carried-action-btn{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:4px;border:none;cursor:pointer;transition:all var(--transition-fast)}.carried-action-complete{background:#ecfdf5;color:#059669}.carried-action-complete:hover{background:#10b981;color:#fff;transform:scale(1.1)}.carried-action-reschedule{background:#eff6ff;color:#2563eb}.carried-action-reschedule:hover{background:#3b82f6;color:#fff;transform:scale(1.1)}@media (pointer: coarse){.task-card-carried-actions{opacity:1}.carried-action-btn{width:28px;height:28px}}.task-card-rollover-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:6px;font-size:.65rem;font-weight:600;background:linear-gradient(135deg,#dbeafe 0%,#bfdbfe 100%);color:#1e40af;border:1px solid #93c5fd;cursor:pointer;transition:all var(--transition-fast);box-shadow:0 1px 3px #00000014}.task-card-rollover-badge:hover{background:linear-gradient(135deg,#bfdbfe 0%,#93c5fd 100%);transform:translateY(-1px);box-shadow:0 2px 6px #0000001f}.task-card-rollover-badge svg{opacity:.8}.task-card-completed-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:6px;font-size:.65rem;font-weight:600;background:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.task-card-v2.minimal{min-height:60px}.task-card-v2.minimal .task-card-body{padding:8px 10px 8px 12px;gap:4px}.task-card-v2.minimal .task-card-title{font-size:.85rem}.task-card-v2.minimal .task-card-footer{display:none}.task-card-v2.dense{min-height:50px}.task-card-v2.dense .task-card-body{padding:6px 8px 6px 10px;gap:3px}.task-card-v2.dense .task-card-header{min-height:16px;margin-bottom:0}.task-card-v2.dense .task-card-title{font-size:.8rem;line-height:1.3}.task-card-v2.dense .task-card-id{display:none}.task-card-v2.dense .task-card-metadata{margin-top:2px}.task-card-v2.dense .task-card-footer{padding-top:4px}@media (max-width: 767px){.task-card-v2{min-height:80px}.task-card-body{padding:10px 12px 8px 14px}.task-card-title{font-size:.85rem}.task-card-drag-handle{opacity:.3}.task-card-edit-btn{opacity:.5}}@media (pointer: coarse){.task-card-drag-handle{width:32px;height:32px;opacity:.4}.task-card-edit-btn{width:32px;height:32px;opacity:.6}.task-card-project-badge,.task-card-rollover-badge{padding:5px 10px}}.project-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .15s ease-out}.project-modal-content{background:hsl(var(--card));border-radius:var(--radius-lg);max-width:480px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:var(--shadow-xl);animation:slideUp .2s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.project-modal-header{display:flex;align-items:center;gap:12px;padding:20px;border-bottom:1px solid hsl(var(--border))}.project-modal-color-bar{width:6px;height:48px;border-radius:3px}.project-modal-title-area{flex:1}.project-modal-title{margin:0;font-size:1.1rem;font-weight:600;color:hsl(var(--foreground))}.project-modal-status{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:10px;font-size:.7rem;font-weight:500;text-transform:capitalize;margin-top:4px}.project-modal-close{width:32px;height:32px;border-radius:var(--radius-sm);background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:hsl(var(--muted-foreground));transition:all var(--transition-fast)}.project-modal-close:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.project-modal-body{padding:20px}.project-modal-description{font-size:.9rem;color:hsl(var(--muted-foreground));line-height:1.5;margin-bottom:16px}.project-modal-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px}.project-modal-stat{background:hsl(var(--muted) / .5);padding:12px;border-radius:var(--radius-md)}.project-modal-stat-label{font-size:.7rem;font-weight:500;color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.project-modal-stat-value{font-size:1.2rem;font-weight:700;color:hsl(var(--foreground))}.project-modal-progress{margin-bottom:20px}.project-modal-progress-header{display:flex;justify-content:space-between;margin-bottom:6px}.project-modal-progress-label{font-size:.8rem;font-weight:500;color:hsl(var(--foreground))}.project-modal-progress-value{font-size:.8rem;font-weight:600;color:hsl(var(--primary))}.project-modal-progress-bar{height:8px;background:hsl(var(--muted));border-radius:4px;overflow:hidden}.project-modal-progress-fill{height:100%;border-radius:4px;transition:width .3s ease}.project-modal-actions{display:flex;gap:8px;padding:16px 20px;border-top:1px solid hsl(var(--border))}.project-modal-btn{flex:1;padding:10px 16px;border-radius:var(--radius-md);font-size:.85rem;font-weight:500;cursor:pointer;transition:all var(--transition-fast)}.project-modal-btn-primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border:none}.project-modal-btn-primary:hover{filter:brightness(1.05)}.project-modal-btn-secondary{background:hsl(var(--muted));color:hsl(var(--foreground));border:1px solid hsl(var(--border))}.project-modal-btn-secondary:hover{background:hsl(var(--accent))}@keyframes completionPulse{0%{transform:scale(1);box-shadow:0 0 #10b98166}50%{transform:scale(1.05);box-shadow:0 0 0 12px #10b98100}to{transform:scale(1);box-shadow:0 0 #10b98100}}@keyframes checkmarkDraw{0%{stroke-dashoffset:24}to{stroke-dashoffset:0}}@keyframes celebrationBurst{0%{opacity:1;transform:scale(.5)}50%{opacity:.8}to{opacity:0;transform:scale(2)}}@keyframes confettiPop{0%{transform:translateY(0) rotate(0) scale(1);opacity:1}to{transform:translateY(-60px) rotate(720deg) scale(0);opacity:0}}.task-just-completed{animation:completionPulse .6s ease-out}.task-just-completed .completion-checkmark{animation:checkmarkDraw .4s ease-out .1s forwards}.completion-celebration{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;display:flex;align-items:center;justify-content:center;z-index:50}.completion-celebration:before{content:"";position:absolute;width:40px;height:40px;border-radius:50%;background:radial-gradient(circle,rgba(16,185,129,.3) 0%,transparent 70%);animation:celebrationBurst .5s ease-out forwards}.completion-celebration .confetti{position:absolute;width:6px;height:6px;border-radius:50%;animation:confettiPop .6s ease-out forwards}.completion-celebration .confetti:nth-child(1){background:#10b981;animation-delay:0s;left:45%;top:50%}.completion-celebration .confetti:nth-child(2){background:#f59e0b;animation-delay:.05s;left:55%;top:50%}.completion-celebration .confetti:nth-child(3){background:#6366f1;animation-delay:.1s;left:50%;top:45%}.completion-celebration .confetti:nth-child(4){background:#ec4899;animation-delay:.15s;left:50%;top:55%}@keyframes toastSlideIn{0%{transform:translateY(100%) translate(-50%);opacity:0}to{transform:translateY(0) translate(-50%);opacity:1}}@keyframes toastSlideOut{0%{transform:translateY(0) translate(-50%);opacity:1}to{transform:translateY(100%) translate(-50%);opacity:0}}.completion-toast{position:fixed;bottom:80px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#10b981 0%,#059669 100%);color:#fff;padding:12px 24px;border-radius:var(--radius-lg);font-weight:600;font-size:.9rem;box-shadow:0 8px 32px #10b9814d;z-index:9999;display:flex;align-items:center;gap:8px;animation:toastSlideIn .3s ease-out}.completion-toast svg{flex-shrink:0}.streak-indicator{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);color:#fff;border-radius:var(--radius-full);font-size:.75rem;font-weight:700;box-shadow:0 2px 8px #f59e0b4d}.streak-indicator.streak-hot{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);box-shadow:0 2px 8px #ef44444d}.streak-indicator .flame{animation:flicker .5s ease-in-out infinite alternate}@keyframes flicker{0%{transform:scale(1) rotate(-5deg)}to{transform:scale(1.1) rotate(5deg)}}.week-progress-widget-enhanced{margin-bottom:var(--space-lg);padding:var(--space-md);background:hsl(var(--card));border-radius:var(--radius-lg);border:1px solid hsl(var(--border));box-shadow:var(--shadow-sm)}.week-progress-main{display:flex;flex-direction:column;gap:var(--space-sm)}.week-progress-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:var(--space-sm)}.week-progress-title-group{display:flex;align-items:center;gap:var(--space-sm);flex-wrap:wrap}.week-progress-label{font-family:var(--font-display);font-size:.9rem;font-weight:700;color:hsl(var(--foreground))}.streak-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);color:#fff;border-radius:var(--radius-full);font-size:.65rem;font-weight:700;box-shadow:0 2px 8px #f59e0b40}.streak-badge.streak-hot{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);box-shadow:0 2px 8px #ef444440}.streak-badge .flame{animation:flicker .5s ease-in-out infinite alternate}.week-progress-stats{display:flex;align-items:center;gap:var(--space-sm)}.week-progress-count{font-family:var(--font-mono);font-size:.9rem;font-weight:700;color:hsl(var(--primary));font-variant-numeric:tabular-nums}.week-progress-trend{display:inline-flex;align-items:center;gap:3px;font-size:.7rem;font-weight:600;padding:2px 6px;border-radius:var(--radius-sm)}.week-progress-trend.up{color:#059669;background:rgba(16,185,129,.1)}.week-progress-trend.down{color:#dc2626;background:rgba(239,68,68,.1)}.week-progress-bar-container{display:flex;align-items:center;gap:var(--space-md)}.week-progress-bar-container .week-progress-bar{flex:1;height:10px;background:hsl(var(--muted));border-radius:var(--radius-sm);overflow:hidden;position:relative}.week-progress-bar-container .week-progress-bar-fill{height:100%;background:linear-gradient(90deg,hsl(var(--primary)) 0%,hsl(var(--primary) / .8) 100%);border-radius:var(--radius-sm);transition:width var(--transition-slow);position:relative;overflow:hidden}.week-progress-bar-container .week-progress-bar-fill:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);animation:shimmer 2s infinite}.week-progress-bar-container .week-progress-emoji{font-size:1.5rem;flex-shrink:0;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.week-progress-remaining{display:flex;align-items:center;gap:6px;font-size:.75rem;color:hsl(var(--muted-foreground));margin-top:var(--space-xs)}.week-progress-remaining svg{color:hsl(var(--primary));opacity:.7}.week-progress-pillars{display:flex;gap:var(--space-md);margin-top:var(--space-md);padding-top:var(--space-md);border-top:1px solid hsl(var(--border) / .5);flex-wrap:wrap}.week-progress-pillar{flex:1;min-width:100px;max-width:150px}.pillar-mini-header{display:flex;align-items:center;gap:4px;margin-bottom:4px}.pillar-mini-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.pillar-mini-name{font-size:.65rem;font-weight:600;color:hsl(var(--foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.pillar-mini-count{font-family:var(--font-mono);font-size:.6rem;font-weight:600;color:hsl(var(--muted-foreground));font-variant-numeric:tabular-nums}.pillar-mini-bar{height:4px;background:hsl(var(--muted));border-radius:2px;overflow:hidden}.pillar-mini-bar-fill{height:100%;border-radius:2px;transition:width var(--transition-slow)}@media (max-width: 639px){.week-progress-pillars{flex-direction:column;gap:var(--space-sm)}.week-progress-pillar{max-width:none}.week-progress-header{flex-direction:column;align-items:flex-start}}.identity-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:var(--space-md) var(--space-lg);background:linear-gradient(135deg,hsl(var(--card)) 0%,hsl(var(--muted) / .3) 100%);border-radius:var(--radius-lg);border:1px solid hsl(var(--border) / .5);margin-bottom:var(--space-lg);flex-wrap:wrap}.identity-header-main{display:flex;flex-direction:column;gap:var(--space-xs);flex:1;min-width:200px}.identity-statement{display:flex;align-items:center;gap:var(--space-sm)}.identity-sparkle{color:hsl(var(--primary));opacity:.8;flex-shrink:0}.identity-text{font-family:var(--font-display);font-size:1rem;font-weight:600;font-style:italic;color:hsl(var(--foreground));letter-spacing:-.01em}.identity-context{display:flex;align-items:center;gap:var(--space-md)}.identity-time-context{display:flex;align-items:center;gap:6px;font-size:.75rem;color:hsl(var(--muted-foreground))}.identity-time-icon{color:hsl(var(--primary) / .7)}.identity-day{font-weight:600}.identity-separator{opacity:.4}.identity-period{font-weight:500}.identity-pillar-indicator{--pillar-color: #6366f1;display:flex;align-items:center;gap:6px;padding:6px 12px;background:color-mix(in srgb,var(--pillar-color) 10%,transparent);border:1px solid color-mix(in srgb,var(--pillar-color) 25%,transparent);border-radius:var(--radius-full)}.identity-pillar-dot{width:8px;height:8px;border-radius:50%}.identity-pillar-name{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:color-mix(in srgb,var(--pillar-color) 100%,black 20%)}@media (max-width: 639px){.identity-header{flex-direction:column;align-items:flex-start;padding:var(--space-md)}.identity-text{font-size:.9rem}.identity-pillar-indicator{align-self:flex-start}}.pillar-pulse-widget{padding:var(--space-md);background:hsl(var(--card));border-radius:var(--radius-lg);border:1px solid hsl(var(--border));margin-bottom:var(--space-md)}.pillar-pulse-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-md)}.pillar-pulse-title{margin:0;font-size:.8rem;font-weight:700;color:hsl(var(--foreground))}.pillar-pulse-warning{display:flex;align-items:center;gap:4px;font-size:.65rem;font-weight:600;color:#f59e0b;background:rgba(245,158,11,.1);padding:2px 8px;border-radius:var(--radius-full)}.pillar-pulse-bars{display:flex;flex-direction:column;gap:var(--space-sm)}.pillar-pulse-item{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-xs);background:transparent;border:none;border-radius:var(--radius-sm);cursor:pointer;transition:background var(--transition-fast);width:100%;text-align:left;animation:pillarItemFadeIn .4s cubic-bezier(.22,1,.36,1) backwards}@keyframes pillarItemFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.pillar-pulse-item:hover{background:hsl(var(--muted) / .5)}.pillar-pulse-item.is-low{background:rgba(245,158,11,.05)}.pillar-pulse-label{display:flex;align-items:center;gap:4px;min-width:80px;flex-shrink:0}.pillar-pulse-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.pillar-pulse-name{font-size:.7rem;font-weight:500;color:hsl(var(--foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pillar-pulse-alert{color:#f59e0b;flex-shrink:0}.pillar-pulse-bar-container{flex:1;min-width:60px}.pillar-pulse-bar-bg{height:6px;background:hsl(var(--muted));border-radius:3px;overflow:hidden;position:relative}.pillar-pulse-bar-fill{position:absolute;top:0;left:0;height:100%;opacity:.3;border-radius:3px}.pillar-pulse-bar-progress{position:absolute;top:0;left:0;height:100%;border-radius:3px}.pillar-pulse-count{display:flex;align-items:center;gap:1px;min-width:36px;justify-content:flex-end}.pillar-pulse-completed{font-family:var(--font-mono);font-size:.65rem;font-weight:700;color:hsl(var(--foreground))}.pillar-pulse-separator{font-size:.6rem;color:hsl(var(--muted-foreground))}.pillar-pulse-total{font-family:var(--font-mono);font-size:.65rem;color:hsl(var(--muted-foreground))}.focus-guidance-widget{display:flex;flex-direction:column;gap:var(--space-sm);padding:var(--space-md);background:linear-gradient(135deg,hsl(var(--primary) / .05) 0%,hsl(var(--primary) / .02) 100%);border:1px solid hsl(var(--primary) / .2);border-radius:var(--radius-lg);margin-bottom:var(--space-md);cursor:pointer;transition:all var(--transition-base);text-align:left;width:100%}.focus-guidance-widget:hover{border-color:hsl(var(--primary) / .4);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.focus-guidance-empty{flex-direction:row;align-items:center;gap:var(--space-sm);cursor:default;opacity:.7}.focus-guidance-empty:hover{transform:none;box-shadow:none}.focus-guidance-header{display:flex;align-items:center;gap:6px}.focus-guidance-icon{color:hsl(var(--primary))}.focus-guidance-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--primary))}.focus-guidance-content{display:flex;flex-direction:column;gap:var(--space-xs)}.focus-guidance-pillar{--pillar-color: #6366f1;display:inline-flex;align-items:center;gap:4px;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--pillar-color);align-self:flex-start}.focus-guidance-pillar-dot{width:5px;height:5px;border-radius:50%}.focus-guidance-task{margin:0;font-size:.9rem;font-weight:500;color:hsl(var(--foreground));line-height:1.4}.focus-guidance-reason{display:flex;align-items:center;gap:4px;font-size:.7rem;color:hsl(var(--muted-foreground))}.focus-guidance-reason svg{opacity:.6}.focus-guidance-action{display:flex;align-items:center;gap:4px;font-size:.75rem;font-weight:600;color:hsl(var(--primary));margin-top:var(--space-xs)}.focus-guidance-action svg{transition:transform var(--transition-fast)}.focus-guidance-widget:hover .focus-guidance-action svg{transform:translate(3px)}.momentum-dashboard{display:grid;grid-template-columns:1fr;gap:var(--space-md);margin-bottom:var(--space-lg)}@media (min-width: 768px){.momentum-dashboard{grid-template-columns:1fr 1fr}}@media (min-width: 1024px){.momentum-dashboard{grid-template-columns:1fr 1fr 1fr}.momentum-dashboard .week-progress-widget-enhanced{grid-column:span 2}}.base-modal{display:flex;flex-direction:column;max-height:90vh;padding:0;gap:0;animation:modalSlideIn .2s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.base-modal-mobile{top:auto!important;bottom:0!important;left:0!important;right:0!important;transform:none!important;max-width:100%!important;max-height:90vh;border-radius:var(--radius-lg) var(--radius-lg) 0 0;animation:modalSlideUp .3s ease-out}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.base-modal-header{padding:var(--space-lg);border-bottom:1px solid hsl(var(--border));flex-shrink:0}.base-modal-title{font-family:var(--font-display);font-size:1.1rem;font-weight:700;color:hsl(var(--foreground));margin:0}.base-modal-description{font-size:.85rem;color:hsl(var(--muted-foreground));margin-top:var(--space-xs)}.base-modal-body{padding:var(--space-lg);overflow-y:auto;flex:1}.base-modal-footer{padding:var(--space-md) var(--space-lg);border-top:1px solid hsl(var(--border));flex-shrink:0;display:flex;gap:var(--space-sm)}.base-modal-section{margin-bottom:var(--space-lg)}.base-modal-section:last-child{margin-bottom:0}.base-modal-section-title{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--muted-foreground));margin:0 0 var(--space-sm) 0}.base-modal-section-description{font-size:.8rem;color:hsl(var(--muted-foreground));margin:0 0 var(--space-md) 0}.base-modal-section.collapsible{border:1px solid hsl(var(--border));border-radius:var(--radius-md);overflow:hidden}.base-modal-section.collapsible .base-modal-section-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:var(--space-sm) var(--space-md);background:hsl(var(--muted) / .3);border:none;cursor:pointer;transition:background var(--transition-fast)}.base-modal-section.collapsible .base-modal-section-header:hover{background:hsl(var(--muted) / .5)}.base-modal-section.collapsible .base-modal-section-title{margin:0}.base-modal-section-chevron{font-size:.6rem;transition:transform var(--transition-fast)}.base-modal-section-chevron.rotate-180{transform:rotate(180deg)}.base-modal-section.collapsible .base-modal-section-content{padding:var(--space-md)}.bottom-sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;flex-direction:column;justify-content:flex-end;opacity:0;pointer-events:none;transition:opacity .3s ease}.bottom-sheet-overlay.is-open{opacity:1;pointer-events:auto}.bottom-sheet-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.5)}.bottom-sheet{position:relative;z-index:1;display:flex;flex-direction:column;background:hsl(var(--card));border-radius:var(--radius-xl) var(--radius-xl) 0 0;box-shadow:0 -4px 24px #00000026;max-height:100vh;overflow:hidden;animation:bottomSheetSlideUp .3s ease-out}@keyframes bottomSheetSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.bottom-sheet.is-dragging{transition:none}.bottom-sheet-handle-area{padding:var(--space-sm) 0;display:flex;justify-content:center;cursor:grab;touch-action:none}.bottom-sheet-handle-area:active{cursor:grabbing}.bottom-sheet-handle{width:36px;height:4px;background:hsl(var(--muted-foreground) / .3);border-radius:2px}.bottom-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-sm) var(--space-lg);border-bottom:1px solid hsl(var(--border))}.bottom-sheet-title{font-family:var(--font-display);font-size:1rem;font-weight:700;color:hsl(var(--foreground));margin:0}.bottom-sheet-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:var(--radius-sm);background:transparent;border:none;cursor:pointer;color:hsl(var(--muted-foreground));transition:all var(--transition-fast)}.bottom-sheet-close:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.bottom-sheet-content{flex:1;overflow-y:auto;padding:var(--space-lg);padding-bottom:max(var(--space-lg),env(safe-area-inset-bottom))}.session-celebration-bar{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-sm) var(--space-md);background:linear-gradient(135deg,hsl(var(--primary) / .1) 0%,hsl(var(--primary) / .05) 100%);border:1px solid hsl(var(--primary) / .2);border-radius:var(--radius-lg);margin-bottom:var(--space-md);animation:celebrationSlideIn .4s ease-out}@keyframes celebrationSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.session-celebration-bar.celebration-warm{background:linear-gradient(135deg,rgba(245,158,11,.1) 0%,rgba(245,158,11,.05) 100%);border-color:#f59e0b4d}.session-celebration-bar.celebration-hot{background:linear-gradient(135deg,rgba(239,68,68,.1) 0%,rgba(239,68,68,.05) 100%);border-color:#ef44444d}.session-celebration-bar.celebration-legendary{background:linear-gradient(135deg,rgba(168,85,247,.1) 0%,rgba(168,85,247,.05) 100%);border-color:#a855f74d}.celebration-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:hsl(var(--primary))}.celebration-warm .celebration-icon{color:#f59e0b}.celebration-hot .celebration-icon{color:#ef4444}.celebration-legendary .celebration-icon{color:#a855f7}.celebration-sparkles{animation:sparkle 1s ease-in-out infinite}@keyframes sparkle{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}.celebration-flame{animation:flameGlow .5s ease-in-out infinite alternate}@keyframes flameGlow{0%{transform:scale(1) rotate(-2deg)}to{transform:scale(1.05) rotate(2deg)}}.celebration-trophy{animation:trophyBounce .6s ease-in-out infinite}@keyframes trophyBounce{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-2px) rotate(-3deg)}75%{transform:translateY(-2px) rotate(3deg)}}.celebration-content{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.celebration-header{display:flex;align-items:center;gap:var(--space-sm);flex-wrap:wrap}.celebration-label{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--muted-foreground))}.celebration-count{font-family:var(--font-mono);font-size:.8rem;font-weight:700;color:hsl(var(--foreground))}.celebration-separator{color:hsl(var(--muted-foreground) / .4);font-size:.8rem}.celebration-pillar-badge{--pillar-color: #6366f1;display:inline-flex;align-items:center;gap:3px;font-size:.65rem}.celebration-pillar-dot{width:5px;height:5px;border-radius:50%}.celebration-pillar-name{font-weight:500;color:hsl(var(--muted-foreground))}.celebration-pillar-count{font-family:var(--font-mono);font-weight:700;color:var(--pillar-color)}.celebration-message{margin:0;font-size:.75rem;font-style:italic;color:hsl(var(--muted-foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.celebration-dismiss{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:var(--radius-sm);background:transparent;border:none;cursor:pointer;color:hsl(var(--muted-foreground));opacity:.5;transition:all var(--transition-fast);flex-shrink:0}.celebration-dismiss:hover{opacity:1;background:hsl(var(--muted) / .5)}@media (max-width: 639px){.session-celebration-bar{flex-wrap:wrap}.celebration-header{width:100%}.celebration-message{white-space:normal}}.completion-toast-container{position:fixed;bottom:80px;left:50%;transform:translate(-50%);z-index:9999;display:flex;flex-direction:column;align-items:center;gap:var(--space-sm);pointer-events:none}.completion-toast{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-md);background:linear-gradient(135deg,#10b981 0%,#059669 100%);color:#fff;border-radius:var(--radius-lg);font-size:.85rem;font-weight:600;box-shadow:0 8px 32px #10b9814d;animation:toastSlideIn .3s ease-out;pointer-events:auto}.completion-toast.hiding{animation:toastSlideOut .3s ease-in forwards}.completion-toast-streak{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;background:rgba(255,255,255,.2);border-radius:var(--radius-full);font-size:.75rem;margin-left:var(--space-xs)}.completion-toast-streak .flame{animation:flicker .5s ease-in-out infinite alternate}.segmented-control{position:relative;display:inline-flex;align-items:center;padding:4px;background:hsl(var(--muted));border-radius:var(--radius-lg, 16px);gap:2px}.segmented-control--full-width{display:flex;width:100%}.segmented-control--sm{padding:3px;gap:1px}.segmented-control--md{padding:4px;gap:2px}.segmented-control--lg{padding:5px;gap:3px}.segmented-control--toggle{border-radius:var(--radius-md, 10px)}.segmented-control__hover-indicator{position:absolute;top:4px;left:4px;height:calc(100% - 8px);background:hsl(var(--foreground) / .06);border-radius:calc(var(--radius-lg, 16px) - 2px);transition:transform var(--transition-fast, .15s cubic-bezier(.4, 0, .2, 1)),width var(--transition-fast, .15s cubic-bezier(.4, 0, .2, 1)),opacity var(--transition-fast, .15s cubic-bezier(.4, 0, .2, 1));pointer-events:none;z-index:0}.segmented-control__indicator{position:absolute;top:4px;left:4px;height:calc(100% - 8px);background:hsl(var(--background));border-radius:calc(var(--radius-lg, 16px) - 2px);box-shadow:var(--shadow-sm, 0 1px 3px rgba(0, 0, 0, .06)),0 1px 2px #0000000a;transition:transform var(--transition-base, .2s cubic-bezier(.4, 0, .2, 1)),width var(--transition-base, .2s cubic-bezier(.4, 0, .2, 1));pointer-events:none;z-index:1}.segmented-control--sm .segmented-control__hover-indicator,.segmented-control--sm .segmented-control__indicator{top:3px;left:3px;height:calc(100% - 6px)}.segmented-control--lg .segmented-control__hover-indicator,.segmented-control--lg .segmented-control__indicator{top:5px;left:5px;height:calc(100% - 10px)}.segmented-control--toggle .segmented-control__hover-indicator,.segmented-control--toggle .segmented-control__indicator{border-radius:calc(var(--radius-md, 10px) - 2px)}@media (prefers-reduced-motion: reduce){.segmented-control__indicator{transition:none}}.segmented-control__button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:500;line-height:1;color:hsl(var(--muted-foreground));background:transparent;border:none;border-radius:calc(var(--radius-lg, 16px) - 2px);cursor:pointer;white-space:nowrap;transition:color var(--transition-fast, .15s cubic-bezier(.4, 0, .2, 1));z-index:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.segmented-control__button:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.segmented-control__button:hover:not([data-state=active]):not(:disabled){color:hsl(var(--foreground) / .9)}.segmented-control__button[data-state=active]{color:hsl(var(--foreground))}.segmented-control__button:disabled{opacity:.5;cursor:not-allowed}.segmented-control--full-width .segmented-control__button{flex:1;justify-content:center}.segmented-control--sm .segmented-control__button{padding:6px 12px;font-size:13px;gap:4px}.segmented-control--lg .segmented-control__button{padding:10px 20px;font-size:15px;gap:8px}.segmented-control--toggle .segmented-control__button{border-radius:calc(var(--radius-md, 10px) - 2px)}.segmented-control__icon{flex-shrink:0;width:16px;height:16px}.segmented-control--sm .segmented-control__icon{width:14px;height:14px}.segmented-control--lg .segmented-control__icon{width:18px;height:18px}.segmented-control__badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:600;line-height:1;color:hsl(var(--primary-foreground));background:hsl(var(--primary));border-radius:var(--radius-full, 9999px)}.segmented-control--sm .segmented-control__badge{min-width:16px;height:16px;padding:0 4px;font-size:10px}.segmented-control--responsive .segmented-control__label{display:none}.segmented-control--responsive .segmented-control__button{padding:8px 12px}.segmented-control--responsive.segmented-control--sm .segmented-control__button{padding:6px 10px}@media (min-width: 640px){.segmented-control--responsive .segmented-control__label{display:inline}.segmented-control--responsive .segmented-control__button{padding:8px 16px}.segmented-control--responsive.segmented-control--sm .segmented-control__button{padding:6px 12px}}@media (max-width: 640px){.segmented-control__button{min-height:44px}.segmented-control--sm .segmented-control__button{min-height:38px}}.dark .segmented-control__indicator,.dark-midnight .segmented-control__indicator,.dark-forest .segmented-control__indicator,.dark-sunset .segmented-control__indicator,.dark-slate .segmented-control__indicator,.dark-violet .segmented-control__indicator{box-shadow:var(--shadow-sm, 0 1px 3px rgba(0, 0, 0, .06)),inset 0 0 0 1px hsl(var(--border) / .5)}.dark .segmented-control__hover-indicator,.dark-midnight .segmented-control__hover-indicator,.dark-forest .segmented-control__hover-indicator,.dark-sunset .segmented-control__hover-indicator,.dark-slate .segmented-control__hover-indicator,.dark-violet .segmented-control__hover-indicator{background:hsl(var(--foreground) / .08)}.segmented-control[data-keyboard-nav=true] .segmented-control__button:focus{z-index:2}.projects-execution-page{font-family:var(--font-text, "Inter Tight", system-ui, sans-serif)}.projects-execution-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:var(--space-lg, 24px);flex-wrap:wrap;gap:var(--space-md, 16px)}.projects-execution-header h1{font-family:var(--font-display, "Cabinet Grotesk", system-ui, sans-serif);font-size:1.75rem;font-weight:700;margin:0;color:hsl(var(--foreground))}.projects-execution-header p{font-size:.875rem;color:hsl(var(--muted-foreground));margin:4px 0 0}.projects-filters{display:flex;align-items:center;gap:var(--space-md, 16px);margin-bottom:var(--space-lg, 24px);flex-wrap:wrap}.projects-filters-group{display:flex;align-items:center;gap:var(--space-sm, 8px)}.projects-filters-label{font-size:.75rem;font-weight:600;color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.05em}.projects-filter-select{padding:6px 12px;border:1px solid hsl(var(--border));border-radius:var(--radius-md, 8px);background:hsl(var(--background));color:hsl(var(--foreground));font-size:.875rem;cursor:pointer;transition:border-color var(--transition-fast, .15s)}.projects-filter-select:hover{border-color:hsl(var(--ring))}.projects-filter-select:focus{outline:none;border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--ring) / .2)}.projects-search{flex:1;min-width:200px;max-width:300px;position:relative}.projects-search input{width:100%;padding:8px 12px 8px 36px;border:1px solid hsl(var(--border));border-radius:var(--radius-md, 8px);background:hsl(var(--background));color:hsl(var(--foreground));font-size:.875rem}.projects-search input::-moz-placeholder{color:hsl(var(--muted-foreground))}.projects-search input::placeholder{color:hsl(var(--muted-foreground))}.projects-search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:hsl(var(--muted-foreground))}.projects-grid{display:grid;grid-template-columns:1fr;gap:var(--space-md, 16px)}@media (min-width: 640px){.projects-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.projects-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1400px){.projects-grid{grid-template-columns:repeat(4,1fr)}}.project-summary-card{position:relative;display:flex;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius-md, 10px);overflow:hidden;cursor:pointer;transition:all var(--transition-base, .2s);min-height:140px}.project-summary-card:hover{border-color:hsl(var(--ring));box-shadow:var(--shadow-md, 0 4px 12px rgba(0, 0, 0, .1));transform:translateY(-2px)}.project-summary-card-bar{width:4px;background:var(--project-color);flex-shrink:0}.project-summary-card-content{flex:1;padding:var(--space-md, 16px);display:flex;flex-direction:column;gap:var(--space-sm, 8px)}.project-summary-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-sm, 8px)}.project-summary-card-title{font-family:var(--font-display, "Cabinet Grotesk", system-ui, sans-serif);font-size:1rem;font-weight:600;color:hsl(var(--foreground));margin:0;line-height:1.3;flex:1}.project-summary-card-slug{display:inline-block;padding:2px 6px;background:hsl(var(--muted));border-radius:var(--radius-sm, 4px);font-size:.65rem;font-weight:600;color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.05em;font-family:var(--font-mono, monospace)}.project-summary-card-actions{position:relative}.project-summary-card-actions .menu-trigger{padding:4px;background:transparent;border:none;border-radius:var(--radius-sm, 4px);color:hsl(var(--muted-foreground));cursor:pointer;opacity:0;transition:all var(--transition-fast, .15s)}.project-summary-card:hover .menu-trigger{opacity:1}.project-summary-card-actions .menu-trigger:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.project-summary-card-actions .menu-dropdown{position:absolute;top:100%;right:0;z-index:50;min-width:160px;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius-md, 8px);box-shadow:var(--shadow-lg, 0 8px 24px rgba(0, 0, 0, .15));padding:4px;margin-top:4px}.project-summary-card-actions .menu-dropdown button{display:flex;align-items:center;gap:8px;width:100%;padding:8px 12px;background:none;border:none;border-radius:var(--radius-sm, 4px);color:hsl(var(--foreground));font-size:.875rem;cursor:pointer;transition:background var(--transition-fast, .15s)}.project-summary-card-actions .menu-dropdown button:hover{background:hsl(var(--muted))}.project-summary-card-actions .menu-dropdown button.danger{color:#ef4444}.project-summary-card-actions .menu-dropdown button.danger:hover{background:#fef2f2}.project-summary-card-actions .menu-divider{height:1px;background:hsl(var(--border));margin:4px 0}.project-summary-card-progress{height:6px;background:hsl(var(--muted));border-radius:3px;overflow:hidden}.project-summary-card-progress-fill{height:100%;border-radius:3px;transition:width var(--transition-slow, .3s) ease-out}.project-summary-card-stats{display:flex;justify-content:space-between;align-items:center}.project-summary-card-stat-progress{font-size:1.25rem;font-weight:700;color:hsl(var(--foreground));font-family:var(--font-display, "Cabinet Grotesk", system-ui, sans-serif)}.project-summary-card-stat-tasks{font-size:.75rem;color:hsl(var(--muted-foreground))}.project-summary-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:var(--space-sm, 8px)}.project-summary-card-due{font-size:.75rem;color:hsl(var(--muted-foreground))}.project-summary-card-due.overdue{color:#ef4444;font-weight:600}.project-summary-card-status{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:var(--radius-full, 9999px);font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.project-new-card{display:flex;align-items:center;justify-content:center;background:hsl(var(--background));border:2px dashed hsl(var(--border));border-radius:var(--radius-md, 10px);min-height:140px;cursor:pointer;transition:all var(--transition-base, .2s)}.project-new-card:hover{border-color:hsl(var(--ring));background:hsl(var(--muted) / .5)}.project-new-card-content{text-align:center;color:hsl(var(--muted-foreground))}.project-new-card-icon{font-size:2rem;margin-bottom:var(--space-sm, 8px)}.project-new-card-text{font-size:.875rem;font-weight:500}.projects-empty{text-align:center;padding:var(--space-2xl, 48px) var(--space-lg, 24px);color:hsl(var(--muted-foreground))}.projects-empty-icon{font-size:4rem;margin-bottom:var(--space-md, 16px)}.projects-empty-title{font-family:var(--font-display, "Cabinet Grotesk", system-ui, sans-serif);font-size:1.25rem;font-weight:600;color:hsl(var(--foreground));margin:0 0 var(--space-sm, 8px) 0}.projects-empty-description{font-size:.875rem;max-width:400px;margin:0 auto var(--space-lg, 24px);line-height:1.6}.project-workspace-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.4);z-index:100;opacity:0;transition:opacity var(--transition-base, .2s)}.project-workspace-overlay.open{opacity:1}.project-workspace{position:fixed;top:0;right:0;bottom:0;width:60%;max-width:800px;background:hsl(var(--background));box-shadow:-4px 0 24px #00000026;z-index:101;transform:translate(100%);transition:transform var(--transition-slow, .3s) cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;overflow:hidden}.project-workspace.open{transform:translate(0)}@media (max-width: 1023px){.project-workspace{width:80%}}@media (max-width: 767px){.project-workspace{width:100%}}.project-workspace-header{display:flex;justify-content:space-between;align-items:center;padding:var(--space-md, 16px) var(--space-lg, 24px);border-bottom:1px solid hsl(var(--border));background:hsl(var(--card))}.project-workspace-header-left{display:flex;align-items:center;gap:var(--space-md, 16px)}.project-workspace-back{padding:8px;background:none;border:none;border-radius:var(--radius-sm, 6px);color:hsl(var(--muted-foreground));cursor:pointer;transition:all var(--transition-fast, .15s)}.project-workspace-back:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.project-workspace-title{font-family:var(--font-display, "Cabinet Grotesk", system-ui, sans-serif);font-size:1.25rem;font-weight:600;color:hsl(var(--foreground));margin:0}.project-workspace-title-row{display:flex;align-items:center;gap:var(--space-sm, 8px)}.project-workspace-slug{padding:2px 8px;background:hsl(var(--muted));border-radius:var(--radius-sm, 4px);font-size:.7rem;font-weight:600;color:hsl(var(--muted-foreground));text-transform:uppercase;font-family:var(--font-mono, monospace)}.project-workspace-header-actions{display:flex;align-items:center;gap:var(--space-sm, 8px)}.project-workspace-body{flex:1;overflow-y:auto;padding:var(--space-lg, 24px)}.project-workspace-progress{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius-md, 10px);padding:var(--space-md, 16px);margin-bottom:var(--space-lg, 24px)}.project-workspace-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-sm, 8px)}.project-workspace-progress-label{font-size:.875rem;font-weight:600;color:hsl(var(--foreground))}.project-workspace-progress-due{font-size:.75rem;color:hsl(var(--muted-foreground))}.project-workspace-progress-bar{height:8px;background:hsl(var(--muted));border-radius:4px;overflow:hidden;margin-bottom:var(--space-sm, 8px)}.project-workspace-progress-fill{height:100%;border-radius:4px;transition:width var(--transition-slow, .3s)}.project-workspace-progress-stats{font-size:.875rem;color:hsl(var(--muted-foreground))}.project-workspace-progress-stats strong{color:hsl(var(--foreground))}.project-workspace-quick-input{display:flex;gap:var(--space-sm, 8px);margin-bottom:var(--space-lg, 24px)}.project-workspace-quick-input input{flex:1;padding:12px 16px;border:1px solid hsl(var(--border));border-radius:var(--radius-md, 8px);background:hsl(var(--card));color:hsl(var(--foreground));font-size:.875rem}.project-workspace-quick-input input:focus{outline:none;border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--ring) / .2)}.project-workspace-quick-input input::-moz-placeholder{color:hsl(var(--muted-foreground))}.project-workspace-quick-input input::placeholder{color:hsl(var(--muted-foreground))}.project-workspace-tasks-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-md, 16px)}.project-workspace-tasks-title{font-family:var(--font-display, "Cabinet Grotesk", system-ui, sans-serif);font-size:1rem;font-weight:600;color:hsl(var(--foreground));margin:0}.project-workspace-task-section{margin-bottom:var(--space-lg, 24px)}.project-workspace-task-section-header{display:flex;align-items:center;gap:var(--space-sm, 8px);padding:var(--space-sm, 8px) 0;border-bottom:1px solid hsl(var(--border));margin-bottom:var(--space-sm, 8px)}.project-workspace-task-section-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--muted-foreground))}.project-workspace-task-section-count{font-size:.7rem;padding:2px 6px;background:hsl(var(--muted));border-radius:var(--radius-full, 9999px);color:hsl(var(--muted-foreground))}.project-workspace-task-list{display:flex;flex-direction:column;gap:var(--space-xs, 4px)}.project-workspace-task-row{display:flex;align-items:center;gap:var(--space-sm, 8px);padding:var(--space-sm, 8px) var(--space-md, 16px);background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius-sm, 6px);cursor:pointer;transition:all var(--transition-fast, .15s)}.project-workspace-task-row:hover{border-color:hsl(var(--ring));background:hsl(var(--muted) / .3)}.project-workspace-task-checkbox{width:18px;height:18px;border:2px solid hsl(var(--border));border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast, .15s);flex-shrink:0}.project-workspace-task-checkbox:hover{border-color:hsl(var(--ring))}.project-workspace-task-checkbox.checked{background:#10b981;border-color:#10b981;color:#fff}.project-workspace-task-title{flex:1;font-size:.875rem;color:hsl(var(--foreground))}.project-workspace-task-row.completed .project-workspace-task-title{color:hsl(var(--muted-foreground));text-decoration:line-through}.project-workspace-task-meta{display:flex;align-items:center;gap:var(--space-sm, 8px);font-size:.75rem;color:hsl(var(--muted-foreground))}.project-workspace-task-priority{padding:2px 6px;border-radius:var(--radius-sm, 4px);font-size:.65rem;font-weight:600;text-transform:uppercase}.project-workspace-task-priority.high{background:#fef2f2;color:#ef4444}.project-workspace-task-priority.medium{background:#fffbeb;color:#f59e0b}.project-workspace-edit-form{padding:var(--space-lg, 24px)}.project-workspace-edit-field{margin-bottom:var(--space-md, 16px)}.project-workspace-edit-label{display:block;font-size:.75rem;font-weight:600;color:hsl(var(--foreground));margin-bottom:var(--space-xs, 4px);text-transform:uppercase;letter-spacing:.05em}.project-workspace-edit-input{width:100%;padding:10px 12px;border:1px solid hsl(var(--border));border-radius:var(--radius-md, 8px);background:hsl(var(--background));color:hsl(var(--foreground));font-size:.875rem}.project-workspace-edit-input:focus{outline:none;border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--ring) / .2)}.project-workspace-edit-row{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md, 16px)}@media (max-width: 640px){.project-workspace-edit-row{grid-template-columns:1fr}}.project-workspace-edit-hint{font-size:.7rem;color:hsl(var(--muted-foreground));margin-top:2px}.project-workspace-edit-actions{display:flex;justify-content:flex-end;gap:var(--space-sm, 8px);padding-top:var(--space-md, 16px);border-top:1px solid hsl(var(--border))}:root{--health-excellent: #10b981;--health-good: #22c55e;--health-warning: #f59e0b;--health-critical: #ef4444;--log-win: #10b981;--log-reflection: #6366f1;--priority-primary: #ef4444;--priority-secondary: #3b82f6;--priority-maintenance: #6b7280;--panel-transition: var(--duration-normal, .3s) cubic-bezier(.16, 1, .3, 1)}@keyframes slideInFromRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOutToRight{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}@keyframes fadeInBackdrop{0%{opacity:0;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}to{opacity:1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}}.panel-enter{animation:slideInFromRight var(--panel-transition) forwards}.panel-exit{animation:slideOutToRight var(--panel-transition) forwards}@keyframes ringFill{0%{stroke-dashoffset:var(--circumference)}to{stroke-dashoffset:var(--target-offset)}}@keyframes pulseGlow{0%,to{filter:drop-shadow(0 0 4px currentColor)}50%{filter:drop-shadow(0 0 8px currentColor)}}.health-ring-animated{animation:ringFill 1s cubic-bezier(.4,0,.2,1) forwards}.health-ring-glow{animation:pulseGlow 2s ease-in-out infinite}.pillar-card{position:relative;overflow:hidden}.pillar-card:before{content:"";position:absolute;top:0;left:0;right:0;height:100px;background:linear-gradient(180deg,var(--pillar-color, transparent) 0%,transparent 100%);opacity:.08;pointer-events:none;transition:opacity .2s ease}.pillar-card:hover:before{opacity:.12}.pillar-color-bar{position:absolute;left:0;top:0;bottom:0;width:4px;background:var(--pillar-color);border-radius:4px 0 0 4px}.log-type-selector{display:flex;gap:.5rem}.log-type-button{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border-radius:.5rem;border:1px solid transparent;font-weight:500;font-size:.875rem;transition:all .15s ease;cursor:pointer}.log-type-button.win{background:rgba(16,185,129,.1);border-color:#10b9814d;color:#10b981}.log-type-button.win:hover,.log-type-button.win.active{background:rgba(16,185,129,.2);border-color:#10b981}.log-type-button.reflection{background:rgba(99,102,241,.1);border-color:#6366f14d;color:#6366f1}.log-type-button.reflection:hover,.log-type-button.reflection.active{background:rgba(99,102,241,.2);border-color:#6366f1}@keyframes successBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes successFade{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.log-success-icon{animation:successFade .3s ease-out,successBounce .6s ease-in-out .3s}.priority-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .5rem;border-radius:.375rem;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border:1px solid}.priority-badge.primary{background:rgba(239,68,68,.1);border-color:#ef44444d;color:#dc2626}.priority-badge.secondary{background:rgba(59,130,246,.1);border-color:#3b82f64d;color:#2563eb}.priority-badge.maintenance{background:rgba(107,114,128,.1);border-color:#6b72804d;color:#6b7280}.dark .priority-badge.primary{color:#f87171}.dark .priority-badge.secondary{color:#60a5fa}.dark .priority-badge.maintenance{color:#9ca3af}.trend-indicator{display:inline-flex;align-items:center;gap:.125rem;font-size:.625rem;font-weight:600}.trend-indicator.up{color:#10b981}.trend-indicator.down{color:#ef4444}.trend-indicator.stable{color:hsl(var(--muted-foreground))}.related-item-row{display:flex;align-items:center;gap:.75rem;padding:.75rem;border-radius:.5rem;background:hsl(var(--muted) / .3);border:1px solid transparent;transition:all .15s ease;cursor:pointer;text-align:left;width:100%}.related-item-row:hover{background:hsl(var(--muted) / .6);border-color:hsl(var(--border))}.related-item-row:hover .item-arrow{transform:translate(2px);color:hsl(var(--foreground))}.item-arrow{color:hsl(var(--muted-foreground) / .5);transition:all .15s ease}.activity-item{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem 0}.activity-icon{font-size:.875rem;flex-shrink:0}.activity-content{flex:1;min-width:0}.activity-text{font-size:.875rem;color:hsl(var(--foreground));display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.activity-timestamp{font-size:.75rem;color:hsl(var(--muted-foreground))}.northstar-empty-state{text-align:center;padding:2rem 1rem;animation:emptyStateFadeIn .5s ease-out}@keyframes emptyStateFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.northstar-empty-state-icon{font-size:2.5rem;margin-bottom:.75rem;opacity:.4;filter:grayscale(.3)}.northstar-empty-state-title{font-size:.875rem;font-weight:500;color:hsl(var(--foreground) / .7);margin-bottom:.5rem}.northstar-empty-state-description{font-size:.75rem;color:hsl(var(--muted-foreground) / .8);max-width:200px;margin:0 auto;line-height:1.5}.northstar-empty-state-action{margin-top:1rem}.northstar-empty-state-action button{font-size:.75rem;padding:.5rem 1rem}.kbd-hint{display:inline-flex;align-items:center;gap:.25rem}.kbd{display:inline-flex;align-items:center;justify-content:center;padding:.125rem .375rem;border-radius:.25rem;background:hsl(var(--muted));color:hsl(var(--muted-foreground));font-family:var(--font-mono, "JetBrains Mono", monospace);font-size:.625rem;font-weight:500;border:1px solid hsl(var(--border))}.fab{position:fixed;bottom:1.5rem;right:1.5rem;z-index:40;width:3.5rem;height:3.5rem;border-radius:50%;background:hsl(var(--primary));color:hsl(var(--primary-foreground));box-shadow:0 4px 12px hsl(var(--primary) / .25),0 2px 4px hsl(var(--primary) / .15);display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:all .15s ease}.fab:hover{transform:scale(1.05);box-shadow:0 6px 16px hsl(var(--primary) / .3),0 3px 6px hsl(var(--primary) / .2)}.fab:active{transform:scale(.95)}@media (max-width: 640px){.pillar-card{border-radius:.75rem}.log-type-button{padding:.625rem .75rem}.fab{bottom:1rem;right:1rem}}@media (prefers-reduced-motion: reduce){.panel-enter,.panel-exit,.health-ring-animated,.health-ring-glow,.log-success-icon{animation:none}.fab:hover{transform:none}}.wizard-steps{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.wizard-step{display:flex;align-items:center;gap:.5rem}.wizard-step-dot{width:.75rem;height:.75rem;border-radius:50%;background:hsl(var(--muted));transition:all .2s ease}.wizard-step-dot.active{background:hsl(var(--primary));box-shadow:0 0 0 4px hsl(var(--primary) / .2)}.wizard-step-dot.completed{background:hsl(var(--primary))}.wizard-step-label{font-size:.75rem;color:hsl(var(--muted-foreground));font-weight:500}.wizard-step-label.active{color:hsl(var(--foreground))}.wizard-connector{flex:1;height:2px;background:hsl(var(--border));max-width:3rem}.wizard-connector.completed{background:hsl(var(--primary))}.sequencing-zone{min-height:80px;padding:1rem;border-radius:.75rem;border:2px dashed hsl(var(--border));background:hsl(var(--muted) / .3);transition:all .2s ease}.sequencing-zone.primary{border-color:#ef44444d;background:rgba(239,68,68,.05)}.sequencing-zone.secondary{border-color:#3b82f64d;background:rgba(59,130,246,.05)}.sequencing-zone.maintenance{border-color:#6b72804d;background:rgba(107,114,128,.05)}.sequencing-zone.drag-over{border-style:solid;transform:scale(1.02)}.sequencing-pillar-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.5rem;background:hsl(var(--card));border:1px solid hsl(var(--border));font-size:.875rem;font-weight:500;cursor:grab;transition:all .15s ease}.sequencing-pillar-chip:hover{border-color:hsl(var(--primary));box-shadow:0 2px 8px #0000001a}.sequencing-pillar-chip.dragging{opacity:.5;cursor:grabbing}.sequencing-pillar-dot{width:.625rem;height:.625rem;border-radius:50%}.command-center{padding:0}.command-center-section-title{display:flex;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--muted-foreground));margin-bottom:1rem;animation:cardFadeSlideIn var(--duration-normal, .3s) var(--ease-out-expo, cubic-bezier(.22, 1, .36, 1)) backwards;animation-delay:.12s}.command-center-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.75rem;padding:1.25rem;position:relative;overflow:hidden;animation:cardFadeSlideIn var(--duration-normal, .3s) var(--ease-out-expo, cubic-bezier(.22, 1, .36, 1)) backwards}.command-center .grid>*:nth-child(1){animation-delay:0ms}.command-center .grid>*:nth-child(2){animation-delay:80ms}.command-center-card-title{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:hsl(var(--foreground));margin:0}.pillar-health-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.pillar-health-card{position:relative;padding:1.25rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.75rem;cursor:pointer;transition:all var(--duration-fast, .15s) ease;overflow:hidden;animation:cardFadeSlideIn var(--duration-normal, .3s) var(--ease-out-expo, cubic-bezier(.22, 1, .36, 1)) backwards}@keyframes cardFadeSlideIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.pillar-health-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px hsl(var(--foreground) / .08);border-color:hsl(var(--border) / .8)}.pillar-health-card:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px}.pillar-health-card:after{content:"";position:absolute;top:0;left:0;right:0;height:60px;background:linear-gradient(180deg,var(--pillar-color, transparent) 0%,transparent 100%);opacity:.06;pointer-events:none;transition:opacity .15s ease}.pillar-health-card:hover:after{opacity:.1}.pillar-health-card .health-ring-animated{animation:ringFillCommand 1s cubic-bezier(.4,0,.2,1) forwards;animation-delay:.2s}@keyframes ringFillCommand{0%{stroke-dashoffset:var(--circumference)}to{stroke-dashoffset:var(--target-offset)}}.pillar-health-grid .pillar-health-card:nth-child(1){animation-delay:.15s}.pillar-health-grid .pillar-health-card:nth-child(2){animation-delay:.2s}.pillar-health-grid .pillar-health-card:nth-child(3){animation-delay:.25s}.pillar-health-grid .pillar-health-card:nth-child(4){animation-delay:.3s}.pillar-health-grid .pillar-health-card:nth-child(5){animation-delay:.35s}@media (max-width: 767px){.pillar-health-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:.75rem;padding-bottom:.75rem;margin:0 -1rem;padding-left:1rem;padding-right:1rem;-webkit-overflow-scrolling:touch}.pillar-health-card{min-width:160px;flex-shrink:0;scroll-snap-align:start}.pillar-health-grid::-webkit-scrollbar{height:4px}.pillar-health-grid::-webkit-scrollbar-track{background:hsl(var(--muted) / .3);border-radius:2px}.pillar-health-grid::-webkit-scrollbar-thumb{background:hsl(var(--muted-foreground) / .3);border-radius:2px}}@media (min-width: 768px) and (max-width: 1023px){.pillar-health-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px) and (max-width: 1279px){.pillar-health-grid{grid-template-columns:repeat(5,1fr);gap:.75rem}.pillar-health-card{padding:1rem}}@media (min-width: 1280px){.pillar-health-grid{gap:1.25rem}.pillar-health-card{padding:1.5rem}}.alignment-bar-container{position:relative;height:.5rem;background:hsl(var(--muted) / .5);border-radius:9999px;overflow:hidden}.alignment-bar-fill{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:9999px;transition:width .7s cubic-bezier(.4,0,.2,1)}.alignment-bar-target{position:absolute;top:0;bottom:0;width:2px;background:hsl(var(--foreground) / .7)}.pulse-day-dot{transition:all var(--duration-fast, .15s) ease}.pulse-day-dot.active{animation:dayDotPop var(--duration-normal, .3s) var(--ease-bounce, cubic-bezier(.68, -.55, .265, 1.55))}@keyframes dayDotPop{0%{transform:scale(.8)}50%{transform:scale(1.1)}to{transform:scale(1)}}.quick-log-success{animation:logSuccessPulse .4s ease-out}@keyframes logSuccessPulse{0%{transform:scale(.95);opacity:0}50%{transform:scale(1.02)}to{transform:scale(1);opacity:1}}.recent-activity-scroll{max-height:200px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:hsl(var(--muted-foreground) / .3) transparent}.recent-activity-scroll::-webkit-scrollbar{width:4px}.recent-activity-scroll::-webkit-scrollbar-track{background:transparent}.recent-activity-scroll::-webkit-scrollbar-thumb{background:hsl(var(--muted-foreground) / .3);border-radius:2px}.command-center-skeleton{animation:skeletonPulse 1.5s ease-in-out infinite}@keyframes skeletonPulse{0%,to{opacity:.4}50%{opacity:.7}}@media (prefers-reduced-motion: reduce){.pillar-health-card:hover{transform:none}.pillar-health-card .health-ring-animated,.pulse-day-dot.active,.quick-log-success{animation:none}.alignment-bar-fill{transition:none}}.weekly-review{animation:cardFadeSlideIn var(--duration-normal, .3s) var(--ease-out-expo, cubic-bezier(.22, 1, .36, 1))}.review-step{animation:reviewStepFadeIn var(--duration-normal, .3s) var(--ease-out, ease-out)}@keyframes reviewStepFadeIn{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:translate(0)}}.weekly-review textarea{font-family:inherit}.weekly-review textarea:focus{box-shadow:0 0 0 2px hsl(var(--primary) / .1)}.weekly-review input[type=range]{-webkit-appearance:none;background:hsl(var(--muted))}.weekly-review input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:18px;height:18px;border-radius:50%;background:hsl(var(--primary));cursor:pointer;box-shadow:0 2px 6px hsl(var(--primary) / .3);-webkit-transition:transform .15s ease;transition:transform .15s ease}.weekly-review input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.1)}.weekly-review input[type=range]::-webkit-slider-thumb:active{transform:scale(.95)}.daily-summary{display:flex;flex-direction:column;gap:1.5rem}.daily-summary-header{text-align:center;padding-bottom:1rem;border-bottom:1px solid hsl(var(--border))}.daily-summary-date{font-size:1.5rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:.25rem}.daily-summary-day{font-size:.875rem;color:hsl(var(--muted-foreground))}.daily-summary-section{display:flex;flex-direction:column;gap:.75rem}.daily-summary-section-header{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:hsl(var(--foreground))}.daily-summary-section-count{font-size:.75rem;font-weight:500;padding:.125rem .5rem;background:hsl(var(--muted));color:hsl(var(--muted-foreground));border-radius:9999px}.daily-summary-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;background:hsl(var(--muted) / .3);border-radius:8px;transition:background .15s ease}.daily-summary-item:hover{background:hsl(var(--muted) / .5)}.daily-summary-item-icon{flex-shrink:0;font-size:1rem}.daily-summary-item-content{flex:1;min-width:0}.daily-summary-item-title{font-size:.875rem;color:hsl(var(--foreground));line-height:1.4}.daily-summary-item-meta{font-size:.75rem;color:hsl(var(--muted-foreground));margin-top:.25rem}.daily-summary-item-time{font-size:.7rem;color:hsl(var(--muted-foreground));white-space:nowrap}.daily-summary-empty{padding:2rem;text-align:center;color:hsl(var(--muted-foreground));font-size:.875rem}.daily-summary-mood{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:hsl(var(--muted) / .3);border-radius:8px}.daily-summary-mood-label{font-size:.75rem;color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.05em}.daily-summary-mood-value{font-size:1.25rem}.command-center-header-enhanced{animation:cardFadeSlideIn var(--duration-normal, .3s) var(--ease-out-expo, cubic-bezier(.22, 1, .36, 1))}.identity-banner{background:linear-gradient(135deg,var(--identity-color, #6366f1)08 0%,hsl(var(--card)) 100%);border:1px solid var(--identity-color, #6366f1)20;border-radius:.75rem;padding:.75rem 1rem;margin-bottom:1rem;position:relative;overflow:hidden;animation:identityBannerFadeIn var(--duration-slow, .5s) var(--ease-out, ease-out)}.identity-banner:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--identity-color, #6366f1);border-radius:3px 0 0 3px}.identity-banner-content{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.identity-quote{font-size:.875rem;font-style:italic;color:hsl(var(--foreground) / .9);font-weight:500}.identity-pillar-badge{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .5rem;border-radius:9999px;flex-shrink:0}@keyframes identityBannerFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.session-wins-banner{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:.75rem;margin-bottom:1rem;background:linear-gradient(135deg,#10b98110 0%,hsl(var(--card)) 100%);border:1px solid #10b98130;animation:sessionWinsSlideIn var(--duration-normal, .3s) var(--ease-out-expo, cubic-bezier(.22, 1, .36, 1))}.session-wins-banner.celebration-warm{background:linear-gradient(135deg,#f59e0b10 0%,hsl(var(--card)) 100%);border-color:#f59e0b30}.session-wins-banner.celebration-hot{background:linear-gradient(135deg,#ef444410 0%,hsl(var(--card)) 100%);border-color:#ef444430}.session-wins-banner.celebration-legendary{background:linear-gradient(135deg,#f59e0b15 0%,#ef444408 50%,hsl(var(--card)) 100%);border-color:#f59e0b40;animation:sessionWinsSlideIn var(--duration-normal, .3s) var(--ease-out-expo, cubic-bezier(.22, 1, .36, 1)),legendaryShimmer 3s ease-in-out infinite}@keyframes sessionWinsSlideIn{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes legendaryShimmer{0%,to{box-shadow:0 0 #f59e0b00}50%{box-shadow:0 0 20px #f59e0b26}}.session-wins-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.session-wins-icon .trophy-icon{color:#f59e0b;animation:trophyBounce 1s ease-in-out infinite}.session-wins-icon .flame-icon{color:#ef4444;animation:flamePulse .8s ease-in-out infinite}.session-wins-icon .sparkles-icon{color:#10b981;animation:sparklesGlow 1.5s ease-in-out infinite}@keyframes trophyBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes flamePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}@keyframes sparklesGlow{0%,to{opacity:.8}50%{opacity:1}}.session-wins-content{flex:1;min-width:0}.session-wins-header{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:.875rem}.session-wins-label{font-weight:600;color:hsl(var(--foreground))}.session-wins-count{font-weight:700;color:#10b981;font-variant-numeric:tabular-nums}.session-wins-separator{color:hsl(var(--muted-foreground) / .5);margin:0 .25rem}.session-wins-pillar{display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;color:hsl(var(--muted-foreground))}.session-wins-pillar .pillar-dot{width:6px;height:6px;border-radius:50%}.session-wins-pillar .pillar-name{font-weight:500}.session-wins-pillar .pillar-count{font-weight:600;color:hsl(var(--foreground))}.session-wins-message{font-size:.75rem;font-style:italic;color:hsl(var(--muted-foreground));margin:.25rem 0 0}.session-wins-dismiss{display:flex;align-items:center;justify-content:center;padding:.25rem;border-radius:.25rem;color:hsl(var(--muted-foreground));background:transparent;border:none;cursor:pointer;transition:all .15s ease;flex-shrink:0}.session-wins-dismiss:hover{color:hsl(var(--foreground));background:hsl(var(--muted) / .5)}.pillar-card-celebrating{box-shadow:0 0 0 1px #10b98133,0 4px 12px #10b9811a}.pillar-card-celebrating:after{opacity:.12!important}.pillar-card-improving{box-shadow:0 0 0 1px #10b98126,0 4px 8px #10b98114}.improving-badge{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:rgba(16,185,129,.1);border-radius:50%;animation:improvingPulse 2s ease-in-out infinite}@keyframes improvingPulse{0%,to{box-shadow:0 0 #10b98166}50%{box-shadow:0 0 0 4px #10b98100}}.ring-celebrating{animation:ringCelebrate 2s ease-in-out infinite}@keyframes ringCelebrate{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.celebration-sparkle{animation:sparkleFloat 1.5s ease-in-out infinite}@keyframes sparkleFloat{0%,to{transform:translateY(0) rotate(0);opacity:1}50%{transform:translateY(-2px) rotate(10deg);opacity:.8}}.streak-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .625rem;border-radius:9999px;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.02em;animation:streakBadgeAppear var(--duration-normal, .3s) var(--ease-bounce, cubic-bezier(.68, -.55, .265, 1.55))}@keyframes streakBadgeAppear{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.streak-badge.streak-default{background:rgba(99,102,241,.1);color:#6366f1;border:1px solid rgba(99,102,241,.2)}.streak-badge.streak-warm{background:rgba(245,158,11,.1);color:#f59e0b;border:1px solid rgba(245,158,11,.2)}.streak-badge.streak-hot{background:rgba(239,68,68,.1);color:#ef4444;border:1px solid rgba(239,68,68,.2);animation:streakBadgeAppear var(--duration-normal, .3s) var(--ease-bounce, cubic-bezier(.68, -.55, .265, 1.55)),streakHotPulse 2s var(--ease-in-out, ease-in-out) infinite}@keyframes streakHotPulse{0%,to{box-shadow:0 0 #ef44444d}50%{box-shadow:0 0 8px 2px #ef444433}}.streak-badge.streak-legendary{background:linear-gradient(135deg,rgba(245,158,11,.15) 0%,rgba(239,68,68,.1) 100%);color:#f59e0b;border:1px solid rgba(245,158,11,.3);animation:streakBadgeAppear var(--duration-normal, .3s) var(--ease-bounce, cubic-bezier(.68, -.55, .265, 1.55)),streakLegendaryShimmer 2s var(--ease-in-out, ease-in-out) infinite}@keyframes streakLegendaryShimmer{0%,to{box-shadow:0 0 4px #f59e0b33}50%{box-shadow:0 0 12px #f59e0b66}}@media (prefers-reduced-motion: reduce){.identity-banner,.session-wins-banner,.session-wins-icon .trophy-icon,.session-wins-icon .flame-icon,.session-wins-icon .sparkles-icon,.improving-badge,.ring-celebrating,.celebration-sparkle,.streak-badge{animation:none}.session-wins-banner.celebration-legendary,.streak-badge.streak-hot,.streak-badge.streak-legendary{animation:none;box-shadow:none}}.prose-notes{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:1rem;line-height:1.7;color:hsl(var(--foreground));max-width:65ch;word-wrap:break-word;overflow-wrap:break-word;--prose-spacing: 1.5rem}.prose-notes.prose-full-width{max-width:none}.prose-notes.prose-compact{font-size:.9375rem;line-height:1.6;--prose-spacing: 1.25rem}.prose-notes h1,.prose-notes h2,.prose-notes h3,.prose-notes h4,.prose-notes h5,.prose-notes h6{font-weight:600;line-height:1.25;margin-top:var(--prose-spacing);margin-bottom:1rem;color:hsl(var(--foreground));scroll-margin-top:80px}.prose-notes h1{font-size:2rem;font-weight:700;padding-bottom:.5rem;border-bottom:2px solid hsl(var(--border));margin-top:0;margin-bottom:1.25rem;letter-spacing:-.02em}.prose-notes h2{font-size:1.5rem;font-weight:600;padding-bottom:.4rem;border-bottom:1px solid hsl(var(--border));margin-top:2rem;letter-spacing:-.01em}.prose-notes h3{font-size:1.25rem;font-weight:600;margin-top:1.75rem}.prose-notes h4{font-size:1rem;font-weight:600;margin-top:1.5rem}.prose-notes h5{font-size:.875rem;font-weight:600;margin-top:1.25rem}.prose-notes h6{font-size:.8125rem;font-weight:600;color:hsl(var(--muted-foreground));margin-top:1.25rem}.prose-notes>h1:first-child,.prose-notes>h2:first-child,.prose-notes>h3:first-child,.prose-notes>h4:first-child,.prose-notes>h5:first-child,.prose-notes>h6:first-child{margin-top:0}.prose-notes p{margin-top:0;margin-bottom:var(--prose-spacing)}.prose-notes p:last-child{margin-bottom:0}.prose-notes a{color:hsl(var(--primary));text-decoration:none;font-weight:500;border-bottom:1px solid transparent;transition:border-color .15s ease,color .15s ease}.prose-notes a:hover{border-bottom-color:hsl(var(--primary))}.prose-notes a:focus{outline:2px solid hsl(var(--ring));outline-offset:2px;border-radius:2px}.prose-notes .wiki-link{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;background:hsl(var(--primary) / .1);color:hsl(var(--primary));border-radius:4px;font-weight:500;font-size:.9375em;text-decoration:none;border:1px solid hsl(var(--primary) / .2);transition:all .15s ease;cursor:pointer}.prose-notes .wiki-link:hover{background:hsl(var(--primary) / .15);border-color:hsl(var(--primary) / .3);transform:translateY(-1px)}.prose-notes .wiki-link:active{transform:translateY(0)}.prose-notes .wiki-link:before{content:"";display:inline-block;width:.875em;height:.875em;background:currentColor;-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71'%3E%3C/path%3E%3Cpath d='M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71'%3E%3C/path%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71'%3E%3C/path%3E%3Cpath d='M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71'%3E%3C/path%3E%3C/svg%3E");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;opacity:.7;flex-shrink:0}.prose-notes .wiki-link.unresolved{background:hsl(var(--muted) / .5);color:hsl(var(--muted-foreground));border-color:hsl(var(--border));border-style:dashed}.prose-notes .wiki-link.unresolved:hover{background:hsl(var(--muted))}.prose-notes code:not(pre code){font-family:JetBrains Mono,Fira Code,SF Mono,Monaco,Menlo,monospace;font-size:.875em;padding:.2em .4em;margin:0;background:hsl(var(--muted));border-radius:6px;color:hsl(var(--foreground));font-weight:500;white-space:break-spaces;word-wrap:break-word}.prose-notes pre{font-family:JetBrains Mono,Fira Code,SF Mono,Monaco,Menlo,monospace;font-size:.875rem;line-height:1.6;padding:1rem 1.25rem;margin:var(--prose-spacing) 0;background:hsl(var(--muted));border-radius:8px;border:1px solid hsl(var(--border));overflow-x:auto;-webkit-overflow-scrolling:touch}.prose-notes pre code{background:transparent;padding:0;margin:0;font-size:inherit;color:inherit;border-radius:0;white-space:pre;word-break:normal;word-wrap:normal}.prose-notes .code-block-wrapper{position:relative;margin:var(--prose-spacing) 0;border-radius:8px;overflow:hidden;border:1px solid hsl(var(--border))}.prose-notes .code-block-wrapper pre{margin:0;border:none;border-radius:0}.prose-notes .code-block-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;background:hsl(var(--border));border-bottom:1px solid hsl(var(--border))}.prose-notes .code-block-language{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.75rem;font-weight:600;color:hsl(var(--muted-foreground));letter-spacing:.02em}.prose-notes .code-block-copy-btn{display:flex;align-items:center;gap:.375rem;padding:.25rem .5rem;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:4px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.6875rem;font-weight:500;color:hsl(var(--muted-foreground));cursor:pointer;transition:all .15s ease}.prose-notes .code-block-copy-btn:hover{background:hsl(var(--muted));color:hsl(var(--foreground));border-color:hsl(var(--muted-foreground) / .3)}.prose-notes .code-block-copy-btn:active{transform:scale(.95)}.prose-notes .code-block-copy-icon{flex-shrink:0}.prose-notes .code-block-copy-icon.copied{color:#2eb88a}.prose-notes .code-block-copy-text{white-space:nowrap}@media (max-width: 480px){.prose-notes .code-block-copy-text{display:none}}.prose-notes blockquote{margin:var(--prose-spacing) 0;padding:.75rem 1rem;border-left:4px solid hsl(var(--primary));background:hsl(var(--primary) / .05);border-radius:0 8px 8px 0;color:hsl(var(--foreground))}.prose-notes blockquote p{margin:0}.prose-notes blockquote p+p{margin-top:.75rem}.prose-notes blockquote blockquote{margin-top:.75rem;margin-bottom:0;border-left-color:hsl(var(--muted-foreground));background:hsl(var(--muted) / .3)}.prose-notes ul,.prose-notes ol{margin:var(--prose-spacing) 0;padding-left:2rem}.prose-notes ul{list-style-type:disc}.prose-notes ol{list-style-type:decimal}.prose-notes li{margin:.375rem 0;padding-left:.25rem}.prose-notes li>p{margin:.5rem 0}.prose-notes li>p:first-child{margin-top:0}.prose-notes ul ul,.prose-notes ul ol,.prose-notes ol ul,.prose-notes ol ol{margin:.375rem 0}.prose-notes ul ul{list-style-type:circle}.prose-notes ul ul ul{list-style-type:square}.prose-notes .task-list-item{list-style:none;position:relative;margin-left:-1.5rem;padding-left:0}.prose-notes .task-list-item-checkbox{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:1.125rem;height:1.125rem;border:2px solid hsl(var(--border));border-radius:4px;margin-right:.5rem;vertical-align:middle;position:relative;cursor:pointer;transition:all .15s ease;background:hsl(var(--background))}.prose-notes .task-list-item-checkbox:hover{border-color:hsl(var(--primary))}.prose-notes .task-list-item-checkbox:checked{background:hsl(var(--primary));border-color:hsl(var(--primary))}.prose-notes .task-list-item-checkbox:checked:after{content:"";position:absolute;top:2px;left:5px;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.prose-notes .task-list-item-checkbox:focus{outline:2px solid hsl(var(--ring));outline-offset:2px}.prose-notes .task-list-item.task-completed>span,.prose-notes .task-list-item:has(.task-list-item-checkbox:checked)>span{text-decoration:line-through;color:hsl(var(--muted-foreground))}.prose-notes hr{border:none;height:2px;background:linear-gradient(90deg,transparent 0%,hsl(var(--border)) 15%,hsl(var(--border)) 85%,transparent 100%);margin:2rem 0}.prose-notes img{max-width:100%;height:auto;border-radius:8px;margin:var(--prose-spacing) 0;box-shadow:0 4px 12px hsl(var(--foreground) / .1)}.prose-notes img[alt]{display:block}.prose-notes figure{margin:var(--prose-spacing) 0}.prose-notes figure img{margin:0}.prose-notes figcaption{margin-top:.5rem;font-size:.875rem;color:hsl(var(--muted-foreground));text-align:center;font-style:italic}.prose-notes table{width:100%;margin:var(--prose-spacing) 0;border-collapse:collapse;border-spacing:0;font-size:.9375rem;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.prose-notes thead{background:hsl(var(--muted))}.prose-notes th{font-weight:600;text-align:left;padding:.75rem 1rem;border:1px solid hsl(var(--border));white-space:nowrap}.prose-notes td{padding:.75rem 1rem;border:1px solid hsl(var(--border));vertical-align:top}.prose-notes tbody tr:nth-child(2n){background:hsl(var(--muted) / .3)}.prose-notes tbody tr:hover{background:hsl(var(--muted) / .5)}.prose-notes dl{margin:var(--prose-spacing) 0}.prose-notes dt{font-weight:600;margin-top:1rem}.prose-notes dt:first-child{margin-top:0}.prose-notes dd{margin-left:1.5rem;margin-top:.25rem;color:hsl(var(--muted-foreground))}.prose-notes abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;text-decoration-color:hsl(var(--muted-foreground))}.prose-notes kbd{display:inline-block;padding:.125rem .375rem;font-family:JetBrains Mono,SF Mono,monospace;font-size:.8125em;line-height:1.4;color:hsl(var(--foreground));background:hsl(var(--muted));border:1px solid hsl(var(--border));border-radius:4px;box-shadow:0 1px 0 hsl(var(--border)),inset 0 0 0 1px hsl(var(--background))}.prose-notes del,.prose-notes s{text-decoration:line-through;color:hsl(var(--muted-foreground))}.prose-notes mark{background:hsl(var(--primary) / .2);color:inherit;padding:.125em .25em;border-radius:3px}.prose-notes sub,.prose-notes sup{font-size:.75em;line-height:0;position:relative;vertical-align:baseline}.prose-notes sup{top:-.5em}.prose-notes sub{bottom:-.25em}.prose-notes .footnotes{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid hsl(var(--border));font-size:.875rem}.prose-notes .footnotes h2{font-size:1rem;margin-top:0;border:none;padding:0}.prose-notes .footnote-ref{font-size:.75em;vertical-align:super;margin-left:.125rem}.prose-notes .footnote-backref{font-size:.75rem;margin-left:.25rem}.prose-notes pre code{color:hsl(var(--foreground))}.prose-notes .hljs-comment,.prose-notes .hljs-quote{color:hsl(var(--muted-foreground));font-style:italic}.prose-notes .hljs-keyword,.prose-notes .hljs-selector-tag,.prose-notes .hljs-addition{color:hsl(var(--primary))}.prose-notes .hljs-number,.prose-notes .hljs-string,.prose-notes .hljs-meta .hljs-meta-string,.prose-notes .hljs-literal,.prose-notes .hljs-doctag,.prose-notes .hljs-regexp{color:#2eb88a}.prose-notes .hljs-title,.prose-notes .hljs-section,.prose-notes .hljs-name,.prose-notes .hljs-selector-id,.prose-notes .hljs-selector-class{color:hsl(var(--primary));font-weight:600}.prose-notes .hljs-attribute,.prose-notes .hljs-attr,.prose-notes .hljs-variable,.prose-notes .hljs-template-variable,.prose-notes .hljs-class .hljs-title,.prose-notes .hljs-type{color:#e69119}.prose-notes .hljs-symbol,.prose-notes .hljs-bullet,.prose-notes .hljs-subst,.prose-notes .hljs-meta,.prose-notes .hljs-meta .hljs-keyword,.prose-notes .hljs-selector-attr,.prose-notes .hljs-selector-pseudo,.prose-notes .hljs-link{color:hsl(var(--accent))}.prose-notes .hljs-built_in,.prose-notes .hljs-deletion{color:#d74242}.prose-notes .hljs-formula{background:hsl(var(--muted))}.prose-notes .hljs-emphasis{font-style:italic}.prose-notes .hljs-strong{font-weight:700}@media (max-width: 640px){.prose-notes{font-size:.9375rem;--prose-spacing: 1.25rem}.prose-notes h1{font-size:1.625rem}.prose-notes h2{font-size:1.375rem}.prose-notes h3{font-size:1.125rem}.prose-notes pre{padding:.875rem 1rem;font-size:.8125rem;margin-left:-1rem;margin-right:-1rem;border-radius:0}.prose-notes table{font-size:.875rem}.prose-notes th,.prose-notes td{padding:.5rem .75rem}.prose-notes blockquote{margin-left:0;margin-right:0;padding:.625rem .875rem}}@media print{.prose-notes{max-width:none;font-size:12pt;line-height:1.5;color:#000}.prose-notes a{color:#000;text-decoration:underline}.prose-notes pre,.prose-notes code{background:#f5f5f5;border:1px solid #ddd}.prose-notes blockquote{border-left-color:#666;background:#f9f9f9}.prose-notes .wiki-link{background:none;border:none;color:inherit;text-decoration:underline;padding:0}.prose-notes .wiki-link:before{display:none}}.prose-log{font-size:.875rem;line-height:1.6}.prose-log .prose-notes{font-size:inherit;line-height:inherit}.prose-log .prose-notes p{margin-bottom:.5em}.prose-log .prose-notes p:last-child{margin-bottom:0}.prose-log .prose-notes ul,.prose-log .prose-notes ol{margin:.5em 0;padding-left:1.25em}.prose-log .prose-notes li{margin-bottom:.25em}.prose-log .prose-notes pre{margin:.5em 0;padding:.5em .75em;font-size:.8125rem}.prose-log .prose-notes code{font-size:.8125rem;padding:.125em .375em}.prose-log .prose-notes blockquote{margin:.5em 0;padding:.375em .75em}.prose-log .prose-notes h1,.prose-log .prose-notes h2,.prose-log .prose-notes h3{font-size:1em;margin-top:.75em;margin-bottom:.375em}.prose-log .prose-notes h1:first-child,.prose-log .prose-notes h2:first-child,.prose-log .prose-notes h3:first-child{margin-top:0}.prose-log .prose-notes table{font-size:.8125rem}.prose-log .prose-notes th,.prose-log .prose-notes td{padding:.375em .5em}.prose-log .prose-notes .task-list-item{margin-bottom:.25em}.prose-log .prose-notes .task-list-item input[type=checkbox]{width:.875rem;height:.875rem}.tiptap-note-editor{position:relative;width:100%}.tiptap-editor-container{position:relative;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:8px;transition:border-color .2s ease,box-shadow .2s ease}.tiptap-editor-container:focus-within{border-color:hsl(var(--primary) / .5);box-shadow:0 0 0 3px hsl(var(--primary) / .1)}.tiptap-editor{padding:1rem;outline:none;min-height:inherit;max-height:inherit;overflow-y:auto}.tiptap-editor.ProseMirror{outline:none}.tiptap-bubble-menu{display:flex;align-items:center;gap:2px;padding:4px;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:8px;box-shadow:0 4px 12px hsl(var(--foreground) / .1),0 2px 4px hsl(var(--foreground) / .05);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.bubble-menu-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:6px;background:transparent;color:hsl(var(--foreground));cursor:pointer;transition:all .15s ease}.bubble-menu-button:hover{background:hsl(var(--muted))}.bubble-menu-button.active{background:hsl(var(--primary) / .15);color:hsl(var(--primary))}.bubble-menu-divider{width:1px;height:20px;background:hsl(var(--border));margin:0 4px}.tiptap-editor-stats{display:flex;align-items:center;justify-content:flex-end;padding:8px 12px;font-size:.75rem;color:hsl(var(--muted-foreground));border-top:1px solid hsl(var(--border) / .5)}.tiptap-editor h1,.tiptap-editor h2,.tiptap-editor h3{font-weight:600;letter-spacing:-.02em;margin-top:1.5em;margin-bottom:.5em;color:hsl(var(--foreground));line-height:1.3}.tiptap-editor h1{font-size:1.75em;border-bottom:1px solid hsl(var(--border));padding-bottom:.3em}.tiptap-editor h2{font-size:1.375em;border-bottom:1px solid hsl(var(--border) / .5);padding-bottom:.3em}.tiptap-editor h3{font-size:1.125em}.tiptap-editor p{margin:1em 0;line-height:1.7}.tiptap-editor p:first-child{margin-top:0}.tiptap-editor a{color:hsl(var(--primary));text-decoration:none;border-bottom:1px solid hsl(var(--primary) / .3);transition:border-color .2s}.tiptap-editor a:hover{border-bottom-color:hsl(var(--primary))}.tiptap-editor .wiki-link{background:hsl(var(--primary) / .1);color:hsl(var(--primary));padding:.1em .4em;border-radius:4px;font-weight:500;border-bottom:none}.tiptap-editor .wiki-link.unresolved{background:hsl(var(--muted));color:hsl(var(--muted-foreground));border:1px dashed hsl(var(--border))}.tiptap-editor code{font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:.875em;background:hsl(var(--muted));padding:.2em .4em;border-radius:4px;color:hsl(var(--foreground))}.tiptap-editor blockquote{border-left:4px solid hsl(var(--primary));padding-left:1em;margin:1em 0;color:hsl(var(--muted-foreground));font-style:italic}.tiptap-editor ul,.tiptap-editor ol{padding-left:1.5em;margin:1em 0}.tiptap-editor li{margin:.25em 0}.tiptap-editor li>p{margin:0}.tiptap-editor ul[data-type=taskList] li>label{flex-shrink:0;margin-top:.25em}.tiptap-editor ul[data-type=taskList] input[type=checkbox]{width:1rem;height:1rem;accent-color:hsl(var(--primary));cursor:pointer}.tiptap-editor hr{border:none;border-top:1px solid hsl(var(--border));margin:2em 0}.tippy-box[data-animation=shift-away][data-state=hidden]{opacity:0;transform:translateY(4px)}.tippy-box[data-animation=shift-away][data-placement^=top][data-state=hidden]{transform:translateY(-4px)}.tippy-slash-command-container,.tippy-wiki-link-container{background:transparent}.slash-command-menu{background:hsl(var(--popover));border:1px solid hsl(var(--border));border-radius:8px;box-shadow:0 8px 24px hsl(var(--foreground) / .15);padding:6px;min-width:200px;max-width:280px;max-height:300px;overflow-y:auto}.slash-command-empty{padding:12px;text-align:center;color:hsl(var(--muted-foreground));font-size:.875rem}.wiki-link-autocomplete{background:hsl(var(--popover));border:1px solid hsl(var(--border));border-radius:8px;box-shadow:0 8px 24px hsl(var(--foreground) / .15);padding:6px;min-width:240px;max-width:320px;max-height:280px;overflow-y:auto}.wiki-link-empty{padding:12px;text-align:center;color:hsl(var(--muted-foreground));font-size:.875rem}.wiki-link-create-new:hover,.wiki-link-create-new.selected{background:hsl(var(--primary) / .05)}.code-block-wrapper{position:relative;margin:1em 0;border-radius:8px;overflow:hidden;background:hsl(var(--card));border:1px solid hsl(var(--border))}.code-block-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:hsl(var(--muted) / .5);border-bottom:1px solid hsl(var(--border))}.code-block-language-button{display:flex;align-items:center;gap:4px;padding:4px 8px;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:4px;font-size:.75rem;font-weight:500;color:hsl(var(--foreground));cursor:pointer;transition:all .15s ease}.code-block-language-button:hover{background:hsl(var(--muted));border-color:hsl(var(--border))}.code-block-language-dropdown-portal{min-width:140px;max-height:200px;overflow-y:auto;background:hsl(var(--popover));border:1px solid hsl(var(--border));border-radius:6px;box-shadow:0 4px 12px hsl(var(--foreground) / .15);padding:4px}.code-block-language-option{display:block;width:100%;padding:6px 10px;border:none;background:transparent;text-align:left;font-size:.8125rem;color:hsl(var(--foreground));border-radius:4px;cursor:pointer;transition:background-color .1s ease}.code-block-language-option:hover{background:hsl(var(--accent))}.code-block-language-option.active{background:hsl(var(--primary) / .1);color:hsl(var(--primary))}.code-block-copy-button{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:4px;background:transparent;color:hsl(var(--muted-foreground));cursor:pointer;transition:all .15s ease}.code-block-copy-button:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.code-block-pre{margin:0;padding:1rem;overflow-x:auto;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:.875rem;line-height:1.5;background:transparent}.code-block-pre code{background:none;padding:0;border-radius:0;font-size:inherit}.hljs-comment,.hljs-quote{color:hsl(var(--muted-foreground));font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-addition{color:#b447eb}.hljs-string,.hljs-title,.hljs-section,.hljs-attribute,.hljs-literal,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-addition{color:#22c35d}.hljs-number,.hljs-symbol,.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-title.class_{color:#30abe8}.hljs-variable,.hljs-template-variable,.hljs-attr{color:#f49d25}.hljs-built_in,.hljs-class .hljs-title{color:hsl(var(--primary))}.hljs-function,.hljs-title.function_{color:#47b4eb}.hljs-name,.hljs-tag{color:#e05252}.hljs-deletion{color:#dd3c3c}.hljs-regexp,.hljs-selector-class{color:#f49d25}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-selector-pseudo{color:#b447eb}.hljs-doctag{color:hsl(var(--muted-foreground))}.hljs-params{color:hsl(var(--foreground))}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.tiptap-note-editor{animation:fadeIn .2s ease-out}.dark .tiptap-editor-container:focus-within{box-shadow:0 0 0 3px hsl(var(--primary) / .2)}.dark .tiptap-bubble-menu{background:hsl(var(--card) / .95)}.dark .code-block-wrapper{background:hsl(220 15% 10%)}.dark .code-block-header{background:hsl(220 15% 13%)}.dark .code-block-language-button{background:hsl(220 15% 8%)}.dark .code-block-language-dropdown-portal{background:hsl(220 15% 13%)}.dark .hljs-comment,.dark .hljs-quote{color:#737b8c}.dark .hljs-keyword{color:#c775f0}.dark .hljs-string{color:#3cdd77}.dark .hljs-number{color:#5ebeed}.dark .hljs-function,.dark .hljs-title.function_{color:#75c7f0}.dark .hljs-variable,.dark .hljs-attr{color:#f6b355}@media (max-width: 640px){.tiptap-editor{padding:.75rem}.tiptap-editor h1{font-size:1.5em}.tiptap-editor h2{font-size:1.25em}.tiptap-editor h3{font-size:1.1em}.bubble-menu-button{width:28px;height:28px}.slash-command-menu,.wiki-link-autocomplete{min-width:0;max-width:none}.code-block-header{padding:6px 10px}.code-block-pre{padding:.75rem;font-size:.8125rem}}.note-editor-form{display:flex;flex-direction:column;gap:1rem}.note-editor-field{display:flex;flex-direction:column;gap:.375rem}.note-editor-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--muted-foreground))}.note-editor-input{width:100%;padding:.625rem .875rem;font-size:.9375rem;line-height:1.5;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:6px;color:hsl(var(--foreground));transition:border-color .2s ease,box-shadow .2s ease}.note-editor-input:focus{outline:none;border-color:hsl(var(--primary) / .5);box-shadow:0 0 0 3px hsl(var(--primary) / .1)}.note-editor-input::-moz-placeholder{color:hsl(var(--muted-foreground) / .6)}.note-editor-input::placeholder{color:hsl(var(--muted-foreground) / .6)}.note-editor-input--title{font-size:1.25rem;font-weight:600;padding:.75rem 1rem;letter-spacing:-.01em}.note-editor-select{width:100%;padding:.625rem 2.25rem .625rem .875rem;font-size:.875rem;background-color:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:6px;color:hsl(var(--foreground));cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .625rem center;background-size:16px 16px;transition:border-color .2s ease,box-shadow .2s ease}.note-editor-select:focus{outline:none;border-color:hsl(var(--primary) / .5);box-shadow:0 0 0 3px hsl(var(--primary) / .1)}.note-editor-metadata{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}@media (max-width: 640px){.note-editor-metadata{grid-template-columns:1fr}}.note-editor-tags{display:flex;flex-wrap:wrap;gap:.5rem;padding:.5rem;min-height:48px;background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:6px;transition:border-color .2s ease}.note-editor-tags:focus-within{border-color:hsl(var(--primary) / .5);box-shadow:0 0 0 3px hsl(var(--primary) / .1)}.note-editor-tag{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500;background:hsl(var(--muted));color:hsl(var(--foreground));border-radius:4px}.note-editor-tag-remove{display:flex;align-items:center;justify-content:center;width:14px;height:14px;padding:0;border:none;background:transparent;color:hsl(var(--muted-foreground));cursor:pointer;border-radius:2px;transition:color .15s,background .15s}.note-editor-tag-remove:hover{color:hsl(var(--foreground));background:hsl(var(--muted-foreground) / .2)}.note-editor-tags-input{flex:1;min-width:100px;padding:.25rem;border:none;background:transparent;font-size:.875rem;color:hsl(var(--foreground));outline:none}.note-editor-tags-input::-moz-placeholder{color:hsl(var(--muted-foreground) / .6)}.note-editor-tags-input::placeholder{color:hsl(var(--muted-foreground) / .6)}.note-editor-content{flex:1;display:flex;flex-direction:column;min-height:300px}.note-editor-content-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--muted-foreground));margin-bottom:.5rem}.note-editor-links{padding:1rem;background:hsl(var(--muted) / .3);border-radius:8px;margin-top:1rem}.note-editor-links-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--muted-foreground));margin-bottom:.5rem}.note-editor-links-list{display:flex;flex-wrap:wrap;gap:.5rem}.note-editor-link{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .625rem;font-size:.8125rem;font-weight:500;background:hsl(var(--primary) / .1);color:hsl(var(--primary));border-radius:4px;text-decoration:none;transition:background .15s}.note-editor-link:hover{background:hsl(var(--primary) / .2)}.note-editor-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem}.note-editor-footer-left,.note-editor-footer-right,.note-editor-delete-confirm{display:flex;align-items:center;gap:.5rem}.note-editor-delete-confirm-text{font-size:.875rem;color:hsl(var(--destructive));font-weight:500}.note-editor-success{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:hsl(var(--background) / .9);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:8px;animation:fadeIn .15s ease-out}.note-editor-success-content{display:flex;flex-direction:column;align-items:center;gap:.75rem;animation:scaleIn .3s cubic-bezier(.34,1.56,.64,1)}.note-editor-success-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:hsl(142 71% 45% / .1);color:#21c45d;border-radius:50%}.note-editor-success-text{font-size:1rem;font-weight:600;color:hsl(var(--foreground))}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.note-editor-animate-in{animation:fadeSlideIn .2s ease-out}.note-editor-form>*{animation:fadeSlideIn .2s ease-out backwards}.note-editor-form>*:nth-child(1){animation-delay:0ms}.note-editor-form>*:nth-child(2){animation-delay:30ms}.note-editor-form>*:nth-child(3){animation-delay:60ms}.note-editor-form>*:nth-child(4){animation-delay:90ms}.note-editor-form>*:nth-child(5){animation-delay:.12s}.note-editor-loading{display:flex;align-items:center;gap:.5rem}.note-editor-spinner{width:16px;height:16px;border:2px solid hsl(var(--muted));border-top-color:hsl(var(--primary));border-radius:50%;animation:spin .8s linear infinite}.dark .note-editor-input,.dark .note-editor-tags{background-color:hsl(var(--muted) / .3)}.dark .note-editor-select{background-color:hsl(var(--muted) / .3);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")}@media (max-width: 640px){.note-editor-footer{flex-direction:column-reverse;gap:.75rem}.note-editor-footer-left,.note-editor-footer-right{width:100%;justify-content:center}.note-editor-input--title{font-size:1.125rem}}.universal-note-input{--glass-bg: hsl(var(--background) / .75);--glass-border: hsl(var(--border) / .5);--glass-blur: 12px;--focus-glow-color: hsl(var(--primary) / .25);--success-color: hsl(142 71% 45%);--transition-duration: .2s;--spring-easing: cubic-bezier(.34, 1.56, .64, 1)}.quick-capture-container{position:relative;width:100%}.quick-capture-input{width:100%;height:48px;padding:0 20px;background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:24px;font-size:.9375rem;color:hsl(var(--foreground));outline:none;transition:border-color var(--transition-duration) ease,box-shadow var(--transition-duration) ease,transform var(--transition-duration) ease,background-color var(--transition-duration) ease}.quick-capture-input::-moz-placeholder{color:hsl(var(--muted-foreground) / .7)}.quick-capture-input::placeholder{color:hsl(var(--muted-foreground) / .7)}.quick-capture-input:focus{border-color:hsl(var(--primary) / .5);box-shadow:0 0 0 3px var(--focus-glow-color),0 4px 12px hsl(var(--foreground) / .08);transform:scale(1.005);background:hsl(var(--background) / .9)}@keyframes breathe{0%,to{box-shadow:0 0 0 3px hsl(var(--primary) / .2),0 4px 12px hsl(var(--foreground) / .08)}50%{box-shadow:0 0 0 5px hsl(var(--primary) / .15),0 4px 16px hsl(var(--foreground) / .1)}}.quick-capture-input:focus{animation:breathe 3s ease-in-out infinite}.quick-capture-input.success{border-color:var(--success-color);background:hsl(142 71% 45% / .05)}.quick-capture-tags{position:absolute;right:16px;top:50%;transform:translateY(-50%);display:flex;gap:4px;pointer-events:none}.detected-tag{font-size:.75rem;padding:2px 6px;background:hsl(var(--primary) / .1);color:hsl(var(--primary));border-radius:4px;font-weight:500}.detected-link{font-size:.75rem;padding:2px 6px;background:hsl(var(--accent) / .1);color:hsl(var(--accent-foreground));border-radius:4px;font-weight:500}@keyframes fadeUpOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}.save-success-animation{animation:fadeUpOut .4s ease-out forwards}.success-flash{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:24px;background:linear-gradient(135deg,hsl(142 71% 45% / .15) 0%,hsl(142 71% 45% / .05) 100%);pointer-events:none;animation:flashIn .4s ease-out forwards}@keyframes flashIn{0%{opacity:1}to{opacity:0}}.universal-note-input-wrapper{position:relative;overflow:hidden;border-radius:24px;transition:height .3s var(--spring-easing),border-radius .3s ease}.universal-note-input-wrapper.expanded{border-radius:12px}.unfold-transition{transition:height .3s var(--spring-easing),border-radius .2s ease}.expanded-mode-container{display:flex;flex-direction:column;background:var(--glass-bg);backdrop-filter:blur(var(--glass-blur));-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--glass-border);border-radius:12px;overflow:hidden;box-shadow:0 8px 32px hsl(var(--foreground) / .1)}.expanded-mode-container:focus-within{border-color:hsl(var(--primary) / .3);box-shadow:0 0 0 3px var(--focus-glow-color),0 8px 32px hsl(var(--foreground) / .12)}.floating-toolbar{display:flex;align-items:center;gap:2px;padding:6px 8px;background:hsl(var(--popover));border:1px solid hsl(var(--border));border-radius:8px;box-shadow:0 4px 12px hsl(var(--foreground) / .15);opacity:0;transform:translateY(-4px);transition:opacity .15s ease,transform .15s ease;pointer-events:none;z-index:50}.floating-toolbar.visible{opacity:1;transform:translateY(0);pointer-events:auto}.toolbar-button{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:4px;background:transparent;color:hsl(var(--muted-foreground));cursor:pointer;transition:background-color .1s ease,color .1s ease}.toolbar-button:hover{background:hsl(var(--accent));color:hsl(var(--accent-foreground))}.toolbar-button.active{background:hsl(var(--primary) / .1);color:hsl(var(--primary))}.toolbar-divider{width:1px;height:20px;background:hsl(var(--border));margin:0 4px}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.toolbar-slide-in{animation:slideInFromTop .2s ease-out forwards}.tiptap-editor-container{min-height:200px;max-height:400px;overflow-y:auto;padding:16px}.tiptap-editor{outline:none;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Noto Sans,Helvetica,Arial,sans-serif;font-size:.9375rem;line-height:1.6;color:hsl(var(--foreground))}.tiptap-editor p{margin:0 0 .75rem}.tiptap-editor p:last-child{margin-bottom:0}.tiptap-editor h1,.tiptap-editor h2,.tiptap-editor h3{font-weight:600;line-height:1.3;margin:1rem 0 .5rem}.tiptap-editor h1{font-size:1.5rem}.tiptap-editor h2{font-size:1.25rem}.tiptap-editor h3{font-size:1.125rem}.tiptap-editor ul,.tiptap-editor ol{padding-left:1.5rem;margin:.5rem 0}.tiptap-editor li{margin:.25rem 0}.tiptap-editor blockquote{border-left:3px solid hsl(var(--primary));padding-left:1rem;margin:.75rem 0;color:hsl(var(--muted-foreground));font-style:italic}.tiptap-editor pre{background:hsl(var(--muted));border-radius:6px;padding:.75rem 1rem;font-family:JetBrains Mono,Fira Code,monospace;font-size:.875rem;overflow-x:auto;margin:.75rem 0}.tiptap-editor code:not(pre code){background:hsl(var(--muted));padding:.125rem .375rem;border-radius:4px;font-family:JetBrains Mono,Fira Code,monospace;font-size:.875em}.tiptap-editor hr{border:none;height:2px;background:hsl(var(--border));margin:1rem 0}.tiptap-editor a{color:hsl(var(--primary));text-decoration:underline;text-decoration-color:hsl(var(--primary) / .3);text-underline-offset:2px}.tiptap-editor a:hover{text-decoration-color:hsl(var(--primary))}.tiptap-editor ul[data-type=taskList]{list-style:none;padding-left:0}.tiptap-editor ul[data-type=taskList] li{display:flex;align-items:flex-start;gap:.5rem}.tiptap-editor ul[data-type=taskList] li>label{flex-shrink:0;margin-top:.25rem}.tiptap-editor ul[data-type=taskList] li>div{flex:1}.tiptap-editor ul[data-type=taskList] input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:1rem;height:1rem;border:2px solid hsl(var(--border));border-radius:4px;cursor:pointer;transition:all .15s ease;background:hsl(var(--background))}.tiptap-editor ul[data-type=taskList] input[type=checkbox]:hover{border-color:hsl(var(--primary))}.tiptap-editor ul[data-type=taskList] input[type=checkbox]:checked{background:hsl(var(--primary));border-color:hsl(var(--primary));background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-size:10px;background-position:center;background-repeat:no-repeat}.tiptap-editor .wiki-link{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .5rem;background:hsl(var(--primary) / .1);color:hsl(var(--primary));border-radius:4px;font-weight:500;font-size:.9375em;text-decoration:none;border:1px solid hsl(var(--primary) / .2);cursor:pointer}.tiptap-editor .wiki-link:hover{background:hsl(var(--primary) / .15)}.tiptap-editor p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:hsl(var(--muted-foreground) / .6);pointer-events:none;float:left;height:0}.slash-command-menu{position:fixed;background:hsl(var(--popover));border:1px solid hsl(var(--border));border-radius:8px;box-shadow:0 8px 24px hsl(var(--foreground) / .15);padding:6px;min-width:200px;max-width:280px;max-height:300px;overflow-y:auto;z-index:9999}.slash-command-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:6px;cursor:pointer;transition:background-color .1s ease}.slash-command-item:hover,.slash-command-item.selected{background:hsl(var(--accent))}.slash-command-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:hsl(var(--muted));border-radius:6px;color:hsl(var(--muted-foreground));flex-shrink:0}.slash-command-item.selected .slash-command-icon,.slash-command-item:hover .slash-command-icon{background:hsl(var(--primary) / .1);color:hsl(var(--primary))}.slash-command-content{flex:1;min-width:0}.slash-command-title{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}.slash-command-description{font-size:.75rem;color:hsl(var(--muted-foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.slash-command-shortcut{font-size:.6875rem;color:hsl(var(--muted-foreground));background:hsl(var(--muted));padding:2px 6px;border-radius:4px;font-family:JetBrains Mono,monospace;flex-shrink:0}.slash-command-group-label{font-size:.6875rem;font-weight:600;color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.05em;padding:8px 10px 4px}.wiki-link-autocomplete{position:fixed;background:hsl(var(--popover));border:1px solid hsl(var(--border));border-radius:8px;box-shadow:0 8px 24px hsl(var(--foreground) / .15);padding:6px;min-width:240px;max-width:320px;max-height:280px;overflow-y:auto;z-index:9999}.wiki-link-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:6px;cursor:pointer;transition:background-color .1s ease}.wiki-link-item:hover,.wiki-link-item.selected{background:hsl(var(--accent))}.wiki-link-item-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:6px;flex-shrink:0}.wiki-link-item-icon.note{background:hsl(var(--primary) / .1);color:hsl(var(--primary))}.wiki-link-item-icon.project{background:hsl(262 83% 58% / .1);color:#7c3bed}.wiki-link-item-icon.task{background:hsl(142 71% 45% / .1);color:#21c45d}.wiki-link-item-content{flex:1;min-width:0}.wiki-link-item-title{font-size:.875rem;font-weight:500;color:hsl(var(--foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wiki-link-item-meta{font-size:.75rem;color:hsl(var(--muted-foreground))}.wiki-link-create-new{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:6px;cursor:pointer;border-top:1px solid hsl(var(--border));margin-top:4px;color:hsl(var(--primary));font-size:.875rem;font-weight:500}.wiki-link-create-new:hover{background:hsl(var(--primary) / .05)}.editor-footer{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;border-top:1px solid hsl(var(--border));background:hsl(var(--muted) / .3)}.editor-stats{display:flex;gap:12px;font-size:.75rem;color:hsl(var(--muted-foreground))}.editor-actions{display:flex;gap:8px}.keyboard-hint{display:inline-flex;align-items:center;gap:4px;font-size:.6875rem;color:hsl(var(--muted-foreground))}.keyboard-key{padding:2px 6px;background:hsl(var(--muted));border:1px solid hsl(var(--border));border-radius:4px;font-family:-apple-system,BlinkMacSystemFont,sans-serif;font-weight:500;box-shadow:0 1px 0 hsl(var(--border))}.journal-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid hsl(var(--border));background:hsl(var(--muted) / .2)}.journal-date{font-size:.875rem;font-weight:600;color:hsl(var(--foreground))}.journal-word-count{font-size:.75rem;color:hsl(var(--muted-foreground))}@media (max-width: 640px){.quick-capture-input{height:44px;font-size:1rem;padding:0 16px;border-radius:22px}.tiptap-editor-container{min-height:150px;padding:12px}.floating-toolbar{position:fixed;bottom:0;left:0;right:0;border-radius:0;border-bottom:none;border-left:none;border-right:none;justify-content:center;padding:8px 16px;gap:4px}.toolbar-button{width:36px;height:36px}.slash-command-menu,.wiki-link-autocomplete{position:fixed;bottom:60px;left:8px;right:8px;max-width:none;min-width:0}.editor-footer{flex-direction:column;gap:8px;padding:8px 12px}}.dark .universal-note-input{--glass-bg: hsl(var(--background) / .8);--glass-border: hsl(var(--border) / .4);--focus-glow-color: hsl(var(--primary) / .2)}.dark .quick-capture-input:focus{background:hsl(var(--background) / .95)}.dark .expanded-mode-container{box-shadow:0 8px 32px #0000004d}.dark .floating-toolbar{box-shadow:0 4px 12px #0000004d}:root{--library-sidebar-width: 280px;--library-sidebar-min-width: 260px}.library-page{display:flex;flex-direction:column;height:calc(100vh - 80px);overflow:hidden}.library-mobile-tabs{display:none;border-bottom:1px solid hsl(var(--border));background:hsl(var(--card))}.library-mobile-tab{flex:1;padding:12px 16px;font-size:14px;font-weight:500;color:hsl(var(--muted-foreground));background:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .15s ease}.library-mobile-tab.active{color:hsl(var(--primary));border-bottom-color:hsl(var(--primary))}.library-header{padding:20px 24px;border-bottom:1px solid hsl(var(--border));background:hsl(var(--card))}.library-header-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.library-header-title{display:flex;flex-direction:column;gap:4px}.library-header-title h1{font-size:24px;font-weight:700;color:hsl(var(--foreground));margin:0}.library-header-subtitle{font-size:14px;color:hsl(var(--muted-foreground))}.library-header-actions{display:flex;gap:8px}.library-identity-stats{display:flex;gap:16px;flex-wrap:wrap}.library-stat{display:flex;align-items:center;gap:8px;padding:8px 12px;background:hsl(var(--muted) / .3);border-radius:8px;font-size:13px}.library-stat-value{font-weight:600;color:hsl(var(--foreground))}.library-stat-label{color:hsl(var(--muted-foreground))}.library-pillar-bars{display:flex;gap:12px;flex-wrap:wrap;padding:8px 12px;background:hsl(var(--muted) / .2);border-radius:8px}.library-pillar-mini{display:flex;align-items:center;gap:6px;font-size:12px}.library-pillar-dot{width:8px;height:8px;border-radius:50%}.library-pillar-count{color:hsl(var(--foreground));font-weight:500}.library-pillar-name{color:hsl(var(--muted-foreground))}.library-controls-wrapper{border-bottom:1px solid hsl(var(--border));background:hsl(var(--background))}.library-quick-add{display:flex;gap:8px;padding:12px 24px;border-bottom:1px solid hsl(var(--border));background:hsl(var(--card))}.library-quick-add-input{flex:1;min-width:150px}.library-quick-add-type{width:120px}.library-view-controls{display:flex;align-items:center;gap:12px;padding:10px 24px;flex-wrap:nowrap;overflow-x:auto}.library-active-filters{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 24px;background:hsl(var(--muted) / .3);border-bottom:1px solid hsl(var(--border));font-size:13px}.library-active-filters-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.library-active-filters-icon,.library-active-filters-label{color:hsl(var(--muted-foreground));flex-shrink:0}.library-active-filters-chips{display:flex;gap:6px;flex-wrap:wrap}.library-filter-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:16px;font-size:12px;font-weight:500;color:hsl(var(--foreground));cursor:pointer;transition:all .15s ease}.library-filter-chip:hover{background:hsl(var(--muted));border-color:hsl(var(--muted-foreground) / .3)}.library-filter-chip-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.library-filter-chip-x{color:hsl(var(--muted-foreground));flex-shrink:0}.library-filter-chip:hover .library-filter-chip-x{color:hsl(var(--destructive))}.library-clear-all{padding:4px 12px;background:transparent;border:none;font-size:12px;color:hsl(var(--muted-foreground));cursor:pointer;border-radius:4px;transition:all .15s ease;flex-shrink:0}.library-clear-all:hover{color:hsl(var(--foreground));background:hsl(var(--muted))}.library-type-tabs{display:flex;background:hsl(var(--muted) / .5);border-radius:8px;padding:3px;flex-shrink:0}.library-type-tab{padding:6px 14px;font-size:13px;font-weight:500;color:hsl(var(--muted-foreground));background:transparent;border:none;border-radius:6px;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;gap:6px}.library-type-tab:hover{color:hsl(var(--foreground))}.library-type-tab.active{background:hsl(var(--card));color:hsl(var(--foreground));box-shadow:0 1px 3px hsl(var(--foreground) / .1)}.library-type-tab-count{font-size:11px;padding:1px 6px;background:hsl(var(--muted));border-radius:10px;color:hsl(var(--muted-foreground))}.library-type-tab.active .library-type-tab-count{background:hsl(var(--primary) / .1);color:hsl(var(--primary))}.library-filters{display:flex;gap:8px;margin-left:auto;align-items:center;flex-shrink:0}.library-view-toggle{display:flex;background:hsl(var(--muted) / .5);border-radius:6px;padding:2px}.library-view-btn{padding:6px 8px;background:transparent;border:none;border-radius:4px;cursor:pointer;color:hsl(var(--muted-foreground));transition:all .15s ease}.library-view-btn:hover{color:hsl(var(--foreground))}.library-view-btn.active{background:hsl(var(--card));color:hsl(var(--foreground))}.library-container{display:flex;flex:1;overflow:hidden}.library-sidebar{width:var(--library-sidebar-width);min-width:var(--library-sidebar-min-width);border-right:1px solid hsl(var(--border));display:flex;flex-direction:column;overflow:hidden;background:hsl(var(--background))}.library-sidebar-scroll{flex:1;overflow-y:auto;padding:8px 0}.library-sidebar-section{padding:8px 0}.library-sidebar-section-header{display:flex;align-items:center;justify-content:space-between;padding:8px 16px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:hsl(var(--muted-foreground))}.library-sidebar-section-action{padding:2px 6px;font-size:10px;text-transform:none;letter-spacing:normal;background:transparent;border:none;cursor:pointer;color:hsl(var(--primary));border-radius:4px}.library-sidebar-section-action:hover{background:hsl(var(--primary) / .1)}.library-collection-row{display:flex;align-items:center;gap:10px;padding:10px 16px;cursor:pointer;transition:background-color .15s ease;border-left:3px solid transparent}.library-collection-row:hover{background:hsl(var(--muted) / .5)}.library-collection-row.active{background:hsl(var(--primary) / .1);border-left-color:hsl(var(--primary))}.library-collection-icon{font-size:16px;width:24px;text-align:center;flex-shrink:0}.library-collection-content{flex:1;min-width:0}.library-collection-name{font-size:14px;font-weight:500;color:hsl(var(--foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.library-collection-count{font-size:12px;color:hsl(var(--muted-foreground));font-weight:500;background:hsl(var(--muted) / .5);padding:2px 8px;border-radius:10px}.library-playlist-row{display:flex;align-items:center;gap:10px;padding:10px 16px;cursor:pointer;transition:background-color .15s ease;border-left:3px solid transparent}.library-playlist-row:hover{background:hsl(var(--muted) / .5)}.library-playlist-row.active{background:hsl(var(--primary) / .1);border-left-color:hsl(var(--primary))}.library-playlist-icon{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.library-playlist-content{flex:1;min-width:0}.library-playlist-name{font-size:14px;font-weight:500;color:hsl(var(--foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.library-playlist-progress{display:flex;align-items:center;gap:6px;font-size:12px;color:hsl(var(--muted-foreground))}.library-playlist-progress-bar{width:60px;height:4px;background:hsl(var(--muted));border-radius:2px;overflow:hidden}.library-playlist-progress-fill{height:100%;background:hsl(var(--primary));border-radius:2px;transition:width .3s ease}.library-learning-paths-section{margin-top:8px}.library-sidebar-divider{height:1px;background:hsl(var(--border));margin:8px 16px 12px}.learning-paths-header{padding-bottom:4px}.learning-paths-title{display:flex;align-items:center;gap:6px}.learning-paths-empty{padding:12px 16px 16px;text-align:center}.learning-paths-empty-text{font-size:12px;color:hsl(var(--muted-foreground));margin:0 0 12px}.learning-paths-create-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:10px 16px;font-size:13px;font-weight:500;color:hsl(var(--primary));background:hsl(var(--primary) / .1);border:1px dashed hsl(var(--primary) / .4);border-radius:8px;cursor:pointer;transition:all .15s ease}.learning-paths-create-btn:hover{background:hsl(var(--primary) / .15);border-color:hsl(var(--primary) / .6)}.library-pillar-filter{display:flex;align-items:center;gap:8px;padding:8px 16px;cursor:pointer;transition:background-color .15s ease;border-left:3px solid transparent}.library-pillar-filter:hover{background:hsl(var(--muted) / .5)}.library-pillar-filter.active{background:hsl(var(--primary) / .1);border-left-color:hsl(var(--primary))}.library-pillar-badge{width:10px;height:10px;border-radius:50%;flex-shrink:0}.library-pillar-filter-name{flex:1;font-size:14px;color:hsl(var(--foreground))}.library-pillar-filter-count{font-size:12px;color:hsl(var(--muted-foreground))}.library-content{flex:1;display:flex;flex-direction:column;overflow:hidden;background:hsl(var(--background))}.library-content-scroll{flex:1;overflow-y:auto;padding:20px 24px}.library-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.library-list{display:flex;flex-direction:column;gap:8px}.library-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 24px;text-align:center}.library-empty-icon{font-size:48px;margin-bottom:16px;opacity:.5;color:hsl(var(--muted-foreground))}.library-empty-title{font-size:18px;font-weight:600;color:hsl(var(--foreground));margin-bottom:8px}.library-empty-text{font-size:14px;color:hsl(var(--muted-foreground));margin-bottom:20px;max-width:400px}.library-item-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:all .2s ease}.library-item-card:hover{box-shadow:0 4px 12px hsl(var(--foreground) / .08);transform:translateY(-2px)}.library-item-card.has-pillar{position:relative}.library-item-pillar-gradient{position:absolute;top:0;left:0;right:0;height:4px;opacity:1}.library-item-thumb{position:relative;width:100%;padding-top:56.25%;background:hsl(var(--muted));overflow:hidden}.library-item-thumb img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.library-item-thumb-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:32px;color:hsl(var(--muted-foreground))}.library-item-thumb-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:hsl(var(--background) / .9);border-radius:50%;padding:12px;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease}.library-item-card:hover .library-item-thumb-overlay{opacity:1}.library-item-body{padding:16px;display:flex;flex-direction:column;gap:10px;flex:1}.library-item-badges{display:flex;gap:6px;flex-wrap:wrap}.library-item-type-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:500;border-radius:4px;color:#fff}.library-item-type-badge.book{background:#3498db}.library-item-type-badge.article{background:#9b59b6}.library-item-type-badge.video{background:#e74c3c}.library-item-type-badge.course{background:#2ecc71}.library-item-type-badge.podcast{background:#f39c12}.library-item-status-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:500;border-radius:4px;background:hsl(var(--muted));color:hsl(var(--muted-foreground))}.library-item-status-badge.interested{background:hsl(var(--muted));color:hsl(var(--muted-foreground))}.library-item-status-badge.in_progress{background:hsl(210 100% 50% / .15);color:#0073e6}.library-item-status-badge.completed{background:hsl(142 76% 45% / .15);color:#159d47}.library-item-status-badge.archived{background:hsl(var(--muted));color:hsl(var(--muted-foreground));opacity:.7}.library-item-title{font-size:15px;font-weight:600;color:hsl(var(--foreground));line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.library-item-author{font-size:13px;color:hsl(var(--muted-foreground))}.library-item-progress{display:flex;flex-direction:column;gap:6px}.library-item-progress-header{display:flex;justify-content:space-between;align-items:center;font-size:12px}.library-item-progress-label{color:hsl(var(--muted-foreground))}.library-item-progress-remaining{font-weight:500;color:hsl(var(--foreground))}.library-item-progress-bar{height:5px;background:hsl(var(--muted));border-radius:3px;overflow:hidden}.library-item-progress-fill{height:100%;background:hsl(var(--primary));border-radius:3px;transition:width .3s ease}.library-item-progress-pages{font-size:11px;color:hsl(var(--muted-foreground))}.library-item-pillar{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:500;border-radius:6px;width:-moz-fit-content;width:fit-content}.library-item-description{font-size:13px;color:hsl(var(--muted-foreground));line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.library-item-actions{display:flex;gap:6px;padding-top:10px;border-top:1px solid hsl(var(--border));margin-top:auto}.library-item-action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 12px;font-size:13px;font-weight:500;color:hsl(var(--foreground));background:transparent;border:1px solid hsl(var(--border));border-radius:6px;cursor:pointer;transition:all .15s ease}.library-item-action-btn:hover{background:hsl(var(--muted) / .5);border-color:hsl(var(--muted-foreground) / .3)}.library-item-action-btn.primary{background:hsl(var(--primary));color:hsl(var(--primary-foreground));border-color:hsl(var(--primary))}.library-item-action-btn.primary:hover{background:hsl(var(--primary) / .9)}.library-item-streaming{margin-top:12px;padding-top:12px;border-top:1px dashed hsl(var(--border) / .5)}.library-item-streaming-label{display:flex;align-items:center;gap:6px;font-size:11px;color:hsl(var(--muted-foreground));margin-bottom:8px;text-transform:uppercase;letter-spacing:.3px}.library-item-streaming-list{display:flex;flex-wrap:wrap;gap:6px}.library-item-streaming-badge{display:inline-flex;align-items:center;padding:4px 10px;font-size:12px;font-weight:500;color:hsl(var(--primary));background:hsl(var(--primary) / .1);border:1px solid hsl(var(--primary) / .2);border-radius:16px;text-decoration:none;transition:all .15s ease}.library-item-streaming-badge:hover{background:hsl(var(--primary) / .2);border-color:hsl(var(--primary) / .4)}.library-item-streaming-badge.unavailable{color:hsl(var(--muted-foreground));background:hsl(var(--muted) / .3);border-color:hsl(var(--muted) / .5);text-decoration:line-through;pointer-events:none}.library-item-meta{display:flex;gap:12px;font-size:12px;color:hsl(var(--muted-foreground));padding-top:8px}.library-item-meta-link{display:flex;align-items:center;gap:4px}.library-item-meta-link a{color:hsl(var(--primary));text-decoration:none}.library-item-meta-link a:hover{text-decoration:underline}.library-item-header{display:flex;justify-content:space-between;align-items:flex-start}.library-item-header-actions{display:flex;gap:2px;opacity:0;transition:opacity .15s ease}.library-item-card:hover .library-item-header-actions{opacity:1}.library-item-header-btn{padding:6px;background:transparent;border:none;border-radius:4px;cursor:pointer;color:hsl(var(--muted-foreground));transition:all .15s ease}.library-item-header-btn:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.library-item-header-btn.delete:hover{background:hsl(var(--destructive) / .1);color:hsl(var(--destructive))}.library-item-rating{display:flex;align-items:center;gap:2px}.library-item-star{color:#fbbf24}.library-item-row{display:flex;align-items:center;gap:16px;padding:12px 16px;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:8px;transition:all .15s ease}.library-item-row:hover{background:hsl(var(--muted) / .3);box-shadow:0 2px 4px hsl(var(--foreground) / .05)}.library-item-row-thumb{width:48px;height:48px;border-radius:6px;background:hsl(var(--muted));display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;overflow:hidden}.library-item-row-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.library-item-row-content{flex:1;min-width:0}.library-item-row-title{font-size:14px;font-weight:500;color:hsl(var(--foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.library-item-row-meta{display:flex;align-items:center;gap:8px;font-size:12px;color:hsl(var(--muted-foreground));margin-top:2px}.library-item-row-progress{width:100px;flex-shrink:0}.library-item-row-actions{display:flex;gap:4px;opacity:0;transition:opacity .15s ease}.library-item-row:hover .library-item-row-actions{opacity:1}.library-form-group{display:flex;flex-direction:column;gap:6px}.library-form-label{font-size:14px;font-weight:500;color:hsl(var(--foreground))}.library-form-input,.library-form-select,.library-form-textarea{width:100%;padding:8px 12px;font-size:14px;color:hsl(var(--foreground));background:hsl(var(--background));border:1px solid hsl(var(--border));border-radius:6px;transition:border-color .15s ease}.library-form-input:focus,.library-form-select:focus,.library-form-textarea:focus{outline:none;border-color:hsl(var(--primary));box-shadow:0 0 0 2px hsl(var(--primary) / .1)}.library-form-input::-moz-placeholder,.library-form-textarea::-moz-placeholder{color:hsl(var(--muted-foreground))}.library-form-input::placeholder,.library-form-textarea::placeholder{color:hsl(var(--muted-foreground))}.library-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.library-form-row-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.library-form-actions{display:flex;justify-content:flex-end;gap:8px;padding-top:16px;border-top:1px solid hsl(var(--border));margin-top:8px}.library-celebration{text-align:center;padding:24px}.library-celebration-icon{font-size:64px;margin-bottom:16px}.library-celebration-title{font-size:20px;font-weight:700;color:hsl(var(--foreground));margin-bottom:8px}.library-celebration-text{font-size:15px;color:hsl(var(--muted-foreground));margin-bottom:24px;line-height:1.5}.library-celebration-stats{display:flex;justify-content:center;gap:24px;margin-bottom:24px;padding:16px;background:hsl(var(--muted) / .3);border-radius:12px}.library-celebration-stat{text-align:center}.library-celebration-stat-value{font-size:24px;font-weight:700;color:hsl(var(--primary))}.library-celebration-stat-label{font-size:12px;color:hsl(var(--muted-foreground))}.library-celebration-actions{display:flex;gap:12px;justify-content:center}@media (max-width: 767px){.library-mobile-tabs{display:flex}.library-container{flex-direction:column}.library-sidebar,.library-content{width:100%;display:none}.library-sidebar.mobile-active,.library-content.mobile-active{display:flex;flex:1}.library-header{padding:16px}.library-header-title h1{font-size:20px}.library-identity-stats{gap:8px}.library-stat{padding:6px 10px;font-size:12px}.library-quick-add{padding:10px 16px;flex-wrap:wrap}.library-quick-add-input{order:1;width:100%;flex:none;margin-bottom:8px}.library-quick-add-type{order:2;flex:1}.library-quick-add button{order:3}.library-view-controls{padding:10px 16px;gap:8px}.library-type-tabs{flex-shrink:1;overflow-x:auto}.library-filters{flex-shrink:0}.library-status-filter{width:130px}.library-content-scroll{padding:16px}.library-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.library-item-body{padding:12px}.library-item-actions{flex-wrap:wrap}.library-item-action-btn{padding:6px 10px;font-size:12px}}@media (min-width: 768px) and (max-width: 1023px){:root{--library-sidebar-width: 260px;--library-sidebar-min-width: 240px}.library-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}}@media (min-width: 1280px){:root{--library-sidebar-width: 300px}}:root{--lists-sidebar-width: 300px;--lists-sidebar-min-width: 280px}.lists-page{display:flex;flex-direction:column;height:calc(100vh - 80px);overflow:hidden}.lists-mobile-tabs{display:none;border-bottom:1px solid hsl(var(--border));background:hsl(var(--card))}.lists-mobile-tab{flex:1;padding:12px 16px;font-size:14px;font-weight:500;color:hsl(var(--muted-foreground));background:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .15s ease}.lists-mobile-tab.active{color:hsl(var(--primary));border-bottom-color:hsl(var(--primary))}.lists-mobile-tab:disabled{opacity:.5;cursor:not-allowed}.lists-quick-add{display:flex;gap:8px;padding:12px 16px;border-bottom:1px solid hsl(var(--border));background:hsl(var(--card))}.lists-quick-add-input{flex:1;min-width:150px}.lists-quick-add-select{width:160px}.lists-container{display:flex;flex:1;overflow:hidden}.lists-sidebar{width:var(--lists-sidebar-width);min-width:var(--lists-sidebar-min-width);border-right:1px solid hsl(var(--border));display:flex;flex-direction:column;overflow:hidden;background:hsl(var(--background))}.lists-sidebar-search{display:flex;align-items:center;gap:8px;padding:12px;border-bottom:1px solid hsl(var(--border))}.lists-search-input{flex:1;border:none;background:transparent;padding:0;font-size:14px}.lists-search-input:focus{outline:none;box-shadow:none}.lists-section{padding:8px 0}.lists-section-header{display:flex;align-items:center;gap:6px;padding:8px 12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:hsl(var(--muted-foreground))}.lists-empty-section{padding:24px 12px;text-align:center;font-size:14px;color:hsl(var(--muted-foreground))}.list-row{display:flex;align-items:center;gap:10px;padding:10px 12px;cursor:pointer;transition:background-color .15s ease;border-left:3px solid transparent}.list-row:hover{background:hsl(var(--muted) / .5)}.list-row.selected{background:hsl(var(--primary) / .1);border-left-color:hsl(var(--primary))}.list-row.archived{opacity:.6}.list-row.archived .list-row-name{color:hsl(var(--muted-foreground))}.list-row-icon{font-size:20px;flex-shrink:0}.list-row-content{flex:1;min-width:0}.list-row-name{font-size:14px;font-weight:500;color:hsl(var(--foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list-row-meta{display:flex;align-items:center;font-size:12px;color:hsl(var(--muted-foreground))}.list-row-pin{padding:4px;border-radius:4px;background:transparent;border:none;cursor:pointer;opacity:.3;transition:opacity .15s ease;color:hsl(var(--muted-foreground))}.list-row:hover .list-row-pin{opacity:.7}.list-row-pin.pinned{opacity:1;color:hsl(var(--primary))}.list-row-pin:disabled{cursor:not-allowed}.lists-detail{flex:1;display:flex;flex-direction:column;overflow:hidden;background:hsl(var(--background))}.lists-detail-empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:hsl(var(--muted-foreground))}.lists-detail-empty-icon{font-size:48px;margin-bottom:16px;opacity:.5}.lists-detail-empty-text{font-size:14px}.list-detail-container{flex:1;display:flex;flex-direction:column;overflow:hidden}.list-detail-header{display:flex;align-items:center;gap:12px;padding:16px;border-bottom:1px solid hsl(var(--border))}.list-detail-back{display:none;padding:8px;border-radius:8px;background:transparent;border:none;cursor:pointer;color:hsl(var(--muted-foreground))}.list-detail-back:hover{background:hsl(var(--muted))}.list-detail-title{flex:1;display:flex;align-items:center;gap:8px}.list-detail-icon{font-size:24px}.list-detail-title h2{font-size:20px;font-weight:600;margin:0}.list-detail-actions{display:flex;gap:4px}.list-detail-description{padding:8px 16px;border-bottom:1px solid hsl(var(--border))}.list-detail-description-view{padding:8px 12px;font-size:14px;color:hsl(var(--foreground));cursor:pointer;border-radius:6px;transition:background-color .15s ease}.list-detail-description-view:hover{background:hsl(var(--muted) / .3)}.list-detail-description-edit{padding:0}.list-detail-description-edit input{width:100%}.list-detail-add-item{display:flex;gap:8px;padding:12px 16px;border-bottom:1px solid hsl(var(--border))}.list-detail-add-item input{flex:1}.list-detail-items{flex:1;overflow-y:auto;padding:8px 0}.list-detail-empty-items{padding:48px 16px;text-align:center;color:hsl(var(--muted-foreground))}.list-item-row{display:flex;align-items:center;gap:12px;padding:10px 16px;transition:background-color .15s ease}.list-item-row:hover{background:hsl(var(--muted) / .3)}.list-item-row.completed{opacity:.6}.list-item-checkbox{width:20px;height:20px;border-radius:4px;border:2px solid hsl(var(--border));background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s ease}.list-item-row.completed .list-item-checkbox{background:hsl(var(--primary));border-color:hsl(var(--primary));color:hsl(var(--primary-foreground))}.list-item-content{flex:1;display:flex;align-items:center;gap:8px;min-width:0}.list-item-name{flex:1;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list-item-name.completed{text-decoration:line-through;color:hsl(var(--muted-foreground))}.list-item-category{font-size:11px;padding:2px 6px;border-radius:4px;background:hsl(var(--muted));color:hsl(var(--muted-foreground))}.list-item-quantity{font-size:12px;color:hsl(var(--muted-foreground))}.list-item-delete{padding:4px;border-radius:4px;background:transparent;border:none;cursor:pointer;opacity:0;transition:opacity .15s ease;color:hsl(var(--destructive))}.list-item-row:hover .list-item-delete{opacity:1}.list-item-delete:disabled{cursor:not-allowed}.system-list-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:16px;padding:16px}.system-list-item{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:8px;overflow:hidden;transition:box-shadow .15s ease}.system-list-item:hover{box-shadow:0 4px 12px hsl(var(--foreground) / .1)}.system-list-item-thumb{width:100%;height:100px;-o-object-fit:cover;object-fit:cover}.system-list-item-thumb-placeholder{width:100%;height:100px;display:flex;align-items:center;justify-content:center;font-size:32px;background:hsl(var(--muted))}.system-list-item-title{padding:8px;font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.system-list-item-author{padding:0 8px 8px;font-size:11px;color:hsl(var(--muted-foreground));white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.system-list-item-progress{height:3px;background:hsl(var(--muted));overflow:hidden}.system-list-item-progress-bar{height:100%;background:hsl(var(--primary));transition:width .3s ease}@media (max-width: 767px){.lists-mobile-tabs{display:flex}.lists-container{flex-direction:column}.lists-sidebar,.lists-detail{width:100%;display:none}.lists-sidebar.mobile-active,.lists-detail.mobile-active{display:flex;flex:1}.list-detail-back{display:flex}.lists-quick-add{flex-wrap:wrap}.lists-quick-add-input{order:1;width:100%;flex:none}.lists-quick-add-select{order:2;flex:1}.lists-quick-add button{order:3}.system-list-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px) and (max-width: 1023px){:root{--lists-sidebar-width: 280px;--lists-sidebar-min-width: 260px}}@media (min-width: 1280px){:root{--lists-sidebar-width: 320px}}.account-section{margin-bottom:2rem}.account-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid hsl(var(--border))}.account-section__title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--muted-foreground))}.account-section__content{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}@media (max-width: 767px){.account-section__content{grid-template-columns:1fr}}.net-worth-summary{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.75rem;margin-bottom:2rem}.net-worth-summary__item{text-align:center;flex:1}.net-worth-summary__item:not(:last-child){border-right:1px solid hsl(var(--border))}.net-worth-summary__label{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--muted-foreground));margin-bottom:.25rem}.net-worth-summary__value{font-size:1.25rem;font-weight:700;color:hsl(var(--foreground))}.net-worth-summary__value--positive{color:#16a249}.net-worth-summary__value--negative{color:#ef4343}@media (max-width: 767px){.net-worth-summary{flex-direction:column;gap:1rem}.net-worth-summary__item{width:100%;padding:.5rem 0}.net-worth-summary__item:not(:last-child){border-right:none;border-bottom:1px solid hsl(var(--border))}}.bank-account-card{position:relative;padding:1.25rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.75rem;cursor:pointer;transition:all .2s ease}.bank-account-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px -5px hsl(var(--foreground) / .1),0 4px 10px -5px hsl(var(--foreground) / .05);border-color:hsl(var(--ring))}.bank-account-card__icon{font-size:1.5rem;margin-bottom:.75rem}.bank-account-card__name{font-size:.875rem;font-weight:500;color:hsl(var(--foreground));margin-bottom:.25rem}.bank-account-card__type{font-size:.75rem;color:hsl(var(--muted-foreground));text-transform:capitalize;margin-bottom:.75rem}.bank-account-card__balance{font-size:1.5rem;font-weight:700;color:hsl(var(--foreground))}.bank-account-card__last-four{font-size:.75rem;color:hsl(var(--muted-foreground));margin-top:.5rem}.bank-account-card__institution{font-size:.75rem;color:hsl(var(--muted-foreground))}.bank-account-card--low-balance{border-color:#f59f0a80}.bank-account-card--low-balance:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,hsl(38 92% 50%),hsl(38 92% 50% / .3));border-radius:.75rem .75rem 0 0}.credit-card-visual{position:relative;width:100%;max-width:280px;min-height:160px;border-radius:.875rem;padding:1rem;color:#fff;cursor:pointer;transition:all .3s cubic-bezier(.22,1,.36,1);overflow:hidden;box-shadow:0 8px 20px -8px #0006,0 4px 8px -4px #0003;display:flex;flex-direction:column}.credit-card-visual:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(255,255,255,.1) 0%,rgba(255,255,255,.05) 50%,rgba(255,255,255,0) 100%);pointer-events:none}.credit-card-visual:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 20px 40px -15px #00000080,0 10px 20px -10px #0000004d}.credit-card-visual--visa{background:linear-gradient(135deg,#1a1f71 0%,#00579f 100%)}.credit-card-visual--mastercard{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 100%)}.credit-card-visual--amex{background:linear-gradient(135deg,#006fcf 0%,#00498a 100%)}.credit-card-visual--discover{background:linear-gradient(135deg,#ff6600 0%,#cc5200 100%)}.credit-card-visual--default{background:linear-gradient(135deg,#2d3436 0%,#1e272e 100%)}.credit-card-visual__institution{position:absolute;top:1rem;right:1rem;font-size:.6875rem;font-weight:600;opacity:.85;text-transform:uppercase;letter-spacing:.5px}.credit-card-visual__chip{width:40px;height:30px;background:linear-gradient(135deg,#d4af37 0%,#c5a028 50%,#d4af37 100%);border-radius:5px;position:relative;overflow:hidden;margin-bottom:1rem}.credit-card-visual__chip:before{content:"";position:absolute;top:4px;right:4px;bottom:4px;left:4px;background:linear-gradient(90deg,transparent 0%,rgba(0,0,0,.1) 45%,rgba(0,0,0,.1) 55%,transparent 100%);border-radius:3px}.credit-card-visual__chip:after{content:"";position:absolute;top:50%;left:4px;right:4px;height:1px;background:rgba(0,0,0,.2)}.credit-card-visual__number{font-family:Courier New,monospace;font-size:.9375rem;letter-spacing:2px;margin-bottom:.375rem;opacity:.95}.credit-card-visual__name{font-size:.6875rem;font-weight:500;letter-spacing:.75px;text-transform:uppercase;opacity:.85;margin-bottom:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.credit-card-visual__bottom-row{display:flex;justify-content:space-between;align-items:flex-end;margin-top:auto}.credit-card-visual__balance{font-size:1.125rem;font-weight:600}.credit-card-visual__limit{font-size:.75rem;font-weight:400;opacity:.7}.credit-card-visual__network-logo{flex-shrink:0;display:flex;align-items:center}.credit-card-visual__network-logo svg{height:24px;width:auto;display:block}.credit-card-visual__utilization{margin-top:.5rem}.credit-card-visual__utilization-bar{height:4px;background:rgba(255,255,255,.2);border-radius:2px;overflow:hidden}.credit-card-visual__utilization-fill{height:100%;border-radius:2px;transition:width .5s ease}.credit-card-visual__utilization-fill--low{background:rgba(255,255,255,.9)}.credit-card-visual__utilization-fill--medium{background:linear-gradient(90deg,#fbbf24,#f59e0b)}.credit-card-visual__utilization-fill--high{background:linear-gradient(90deg,#f87171,#ef4444)}.credit-card-visual__utilization-text{display:flex;justify-content:space-between;margin-top:.125rem;font-size:.5625rem;opacity:.75}@media (max-width: 767px){.credit-card-visual{max-width:100%}.credit-card-visual__number{font-size:.875rem}}.credit-card-stack{position:relative;display:flex;flex-direction:row;align-items:flex-start;padding:1rem 0;min-height:220px;overflow-x:auto;-webkit-overflow-scrolling:touch}.credit-card-stack::-webkit-scrollbar{height:6px}.credit-card-stack::-webkit-scrollbar-track{background:transparent}.credit-card-stack::-webkit-scrollbar-thumb{background:hsl(var(--muted-foreground) / .3);border-radius:3px}.credit-card-stack__card{flex-shrink:0;transition:all .3s cubic-bezier(.22,1,.36,1)}@media (min-width: 768px){.credit-card-stack{width:100%;padding-right:2rem}.credit-card-stack__card{position:relative;margin-right:-180px}.credit-card-stack__card:last-child{margin-right:0}.credit-card-stack__card:nth-child(1){z-index:1}.credit-card-stack__card:nth-child(2){z-index:2}.credit-card-stack__card:nth-child(3){z-index:3}.credit-card-stack__card:nth-child(4){z-index:4}.credit-card-stack__card:nth-child(5){z-index:5}.credit-card-stack__card:nth-child(6){z-index:6}.credit-card-stack__card:nth-child(7){z-index:7}.credit-card-stack__card:nth-child(8){z-index:8}.credit-card-stack__card:nth-child(9){z-index:9}.credit-card-stack__card:nth-child(10){z-index:10}.credit-card-stack__card:hover{z-index:20!important;transform:translateY(-8px) scale(1.02);box-shadow:0 25px 50px -12px #00000080}}@media (min-width: 1400px){.credit-card-stack__card{margin-right:-160px}}@media (max-width: 767px){.credit-card-stack{gap:1rem;padding:1rem;scrollbar-width:none}.credit-card-stack::-webkit-scrollbar{display:none}.credit-card-stack__card{margin-right:0}}.investment-card{position:relative;padding:1.25rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.75rem;cursor:pointer;transition:all .2s ease}.investment-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px -5px hsl(var(--foreground) / .1),0 4px 10px -5px hsl(var(--foreground) / .05);border-color:hsl(var(--ring))}.investment-card__icon{font-size:1.5rem;margin-bottom:.75rem}.investment-card__name{font-size:.875rem;font-weight:500;color:hsl(var(--foreground));margin-bottom:.75rem}.investment-card__balance{font-size:1.5rem;font-weight:700;color:hsl(var(--foreground))}.investment-card__performance{display:flex;align-items:center;gap:.25rem;margin-top:.5rem;font-size:.875rem;font-weight:500}.investment-card__performance--positive{color:#16a249}.investment-card__performance--negative{color:#ef4343}.investment-card__updated{font-size:.75rem;color:hsl(var(--muted-foreground));margin-top:.75rem}.cash-card{position:relative;padding:1.25rem;background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.75rem;cursor:pointer;transition:all .2s ease}.cash-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px -5px hsl(var(--foreground) / .1),0 4px 10px -5px hsl(var(--foreground) / .05);border-color:hsl(var(--ring))}.cash-card__icon{font-size:1.5rem;margin-bottom:.75rem}.cash-card__name{font-size:.875rem;font-weight:500;color:hsl(var(--foreground));margin-bottom:.75rem}.cash-card__balance{font-size:1.5rem;font-weight:700;color:hsl(var(--foreground))}.account-detail__balance-hero{text-align:center;padding:1.5rem 0;margin-bottom:1.5rem;border-bottom:1px solid hsl(var(--border))}.account-detail__balance-value{font-size:2.5rem;font-weight:700;color:hsl(var(--foreground))}.account-detail__balance-value--negative{color:#ef4343}.account-detail__credit-info{display:flex;justify-content:space-between;margin-top:.5rem;font-size:.875rem;color:hsl(var(--muted-foreground))}.account-detail__utilization-wrapper{margin-top:1rem}.account-detail__utilization-bar{height:8px;background:hsl(var(--muted));border-radius:4px;overflow:hidden}.account-detail__utilization-fill{height:100%;border-radius:4px;transition:width .5s ease}.account-detail__utilization-fill--low{background:hsl(142 76% 36%)}.account-detail__utilization-fill--medium{background:hsl(38 92% 50%)}.account-detail__utilization-fill--high{background:hsl(0 84% 60%)}.account-detail__utilization-label{display:flex;justify-content:space-between;margin-top:.25rem;font-size:.75rem;color:hsl(var(--muted-foreground))}.contacts-page{font-family:var(--font-text, "Inter Tight", system-ui, sans-serif)}.contacts-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:var(--space-lg, 24px);flex-wrap:wrap;gap:var(--space-md, 16px)}.contacts-header h1{font-family:var(--font-display, "Cabinet Grotesk", system-ui, sans-serif);font-size:1.75rem;font-weight:700;margin:0;color:hsl(var(--foreground))}.contacts-header p{font-size:.875rem;color:hsl(var(--muted-foreground));margin:4px 0 0}.contacts-tabs{margin-top:var(--space-md, 16px)}.contacts-tab-trigger{display:flex;align-items:center;gap:6px}.contacts-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background:hsl(var(--muted));border-radius:var(--radius-full, 9999px);font-size:.7rem;font-weight:600;color:hsl(var(--muted-foreground))}.contacts-tab-count.attention{background:#fef2f2;color:#ef4444}.contacts-filters{display:flex;align-items:center;gap:var(--space-md, 16px);margin-bottom:var(--space-lg, 24px);flex-wrap:wrap}.contacts-search{flex:1;min-width:200px;max-width:350px;position:relative}.contacts-search input{width:100%;padding:10px 14px 10px 40px;border:1px solid hsl(var(--border));border-radius:var(--radius-md, 8px);background:hsl(var(--background));color:hsl(var(--foreground));font-size:.875rem;transition:border-color var(--transition-fast, .15s),box-shadow var(--transition-fast, .15s)}.contacts-search input:focus{outline:none;border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--ring) / .2)}.contacts-search input::-moz-placeholder{color:hsl(var(--muted-foreground))}.contacts-search input::placeholder{color:hsl(var(--muted-foreground))}.contacts-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:hsl(var(--muted-foreground))}.contacts-filter-group{display:flex;gap:var(--space-sm, 8px);flex-wrap:wrap}.contacts-filter-select{padding:8px 12px;border:1px solid hsl(var(--border));border-radius:var(--radius-md, 8px);background:hsl(var(--background));color:hsl(var(--foreground));font-size:.875rem;cursor:pointer;transition:border-color var(--transition-fast, .15s)}.contacts-filter-select:hover{border-color:hsl(var(--ring))}.contacts-filter-select:focus{outline:none;border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--ring) / .2)}.contacts-grid{display:grid;grid-template-columns:1fr;gap:var(--space-md, 16px)}@media (min-width: 640px){.contacts-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.contacts-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1400px){.contacts-grid{grid-template-columns:repeat(4,1fr)}}.contact-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius-md, 10px);padding:var(--space-md, 16px);cursor:pointer;transition:all var(--transition-base, .2s);display:flex;flex-direction:column;gap:var(--space-sm, 8px)}.contact-card:hover{border-color:hsl(var(--ring));box-shadow:var(--shadow-md, 0 4px 12px rgba(0, 0, 0, .1));transform:translateY(-2px)}.contact-card-header{display:flex;align-items:flex-start;gap:var(--space-sm, 12px)}.contact-card-avatar{width:44px;height:44px;border-radius:var(--radius-full, 9999px);background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary) / .8));color:hsl(var(--primary-foreground));display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.125rem;flex-shrink:0}.contact-card-info{flex:1;min-width:0}.contact-card-name{font-family:var(--font-display, "Cabinet Grotesk", system-ui, sans-serif);font-size:1rem;font-weight:600;color:hsl(var(--foreground));margin:0;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contact-card-title{font-size:.75rem;color:hsl(var(--muted-foreground));margin:2px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.contact-card-badge{flex-shrink:0;font-size:.65rem;padding:3px 8px;border:1px solid}.contact-card-body{flex:1}.contact-card-pillars{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:var(--space-sm, 8px)}.contact-card-pillar{display:inline-block;padding:2px 8px;border-radius:var(--radius-full, 9999px);font-size:.65rem;font-weight:500}.contact-card-meta{display:flex;flex-direction:column;gap:4px}.contact-card-meta-item{display:flex;justify-content:space-between;font-size:.75rem}.contact-card-meta-label{color:hsl(var(--muted-foreground))}.contact-card-meta-value{color:hsl(var(--foreground));font-weight:500}.contact-card-meta-item.overdue .contact-card-meta-value{color:#ef4444;font-weight:600}.contact-card-footer{display:flex;gap:var(--space-xs, 4px);padding-top:var(--space-sm, 8px);border-top:1px solid hsl(var(--border))}.contact-card-action{padding:8px;background:hsl(var(--muted));border:none;border-radius:var(--radius-sm, 6px);color:hsl(var(--muted-foreground));cursor:pointer;transition:all var(--transition-fast, .15s)}.contact-card-action:hover{background:hsl(var(--primary) / .1);color:hsl(var(--primary))}.contacts-empty{text-align:center;padding:var(--space-2xl, 48px) var(--space-lg, 24px);color:hsl(var(--muted-foreground))}.contacts-empty-icon{margin-bottom:var(--space-md, 16px);color:hsl(var(--muted-foreground) / .5)}.contacts-empty-title{font-family:var(--font-display, "Cabinet Grotesk", system-ui, sans-serif);font-size:1.25rem;font-weight:600;color:hsl(var(--foreground));margin:0 0 var(--space-sm, 8px) 0}.contacts-empty-description{font-size:.875rem;max-width:400px;margin:0 auto var(--space-lg, 24px);line-height:1.6}.contact-detail-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.4);z-index:100;opacity:0;transition:opacity var(--transition-base, .2s)}.contact-detail-overlay.open{opacity:1}.contact-detail-panel{position:fixed;top:0;right:0;bottom:0;width:55%;max-width:600px;background:hsl(var(--background));box-shadow:-4px 0 24px #00000026;z-index:101;transform:translate(100%);transition:transform var(--transition-slow, .3s) cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;overflow:hidden}.contact-detail-panel.open{transform:translate(0)}@media (max-width: 1023px){.contact-detail-panel{width:75%}}@media (max-width: 767px){.contact-detail-panel{width:100%}}.contact-detail{display:flex;flex-direction:column;height:100%}.contact-detail-header{display:flex;justify-content:space-between;align-items:center;padding:var(--space-md, 16px) var(--space-lg, 24px);border-bottom:1px solid hsl(var(--border));background:hsl(var(--card))}.contact-detail-header-left{display:flex;align-items:center;gap:var(--space-md, 16px)}.contact-detail-back{padding:8px;background:none;border:none;border-radius:var(--radius-sm, 6px);color:hsl(var(--muted-foreground));cursor:pointer;transition:all var(--transition-fast, .15s)}.contact-detail-back:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.contact-detail-title{font-family:var(--font-display, "Cabinet Grotesk", system-ui, sans-serif);font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));margin:0}.contact-detail-header-actions{display:flex;align-items:center;gap:var(--space-sm, 8px)}.contact-detail-body{flex:1;overflow-y:auto;padding:var(--space-lg, 24px)}.contact-detail-profile{display:flex;align-items:center;gap:var(--space-md, 16px);margin-bottom:var(--space-lg, 24px)}.contact-detail-avatar{width:64px;height:64px;border-radius:var(--radius-full, 9999px);background:linear-gradient(135deg,hsl(var(--primary)),hsl(var(--primary) / .8));color:hsl(var(--primary-foreground));display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;flex-shrink:0}.contact-detail-profile-info{flex:1}.contact-detail-name{font-family:var(--font-display, "Cabinet Grotesk", system-ui, sans-serif);font-size:1.25rem;font-weight:600;color:hsl(var(--foreground));margin:0 0 4px}.contact-detail-subtitle{font-size:.875rem;color:hsl(var(--muted-foreground));margin:0 0 8px}.contact-detail-quick-actions{display:flex;gap:var(--space-sm, 8px);margin-bottom:var(--space-lg, 24px)}.contact-detail-quick-action{flex:1;display:flex;flex-direction:column;align-items:center;gap:6px;padding:var(--space-md, 16px);background:hsl(var(--muted) / .5);border-radius:var(--radius-md, 8px);color:hsl(var(--foreground));text-decoration:none;font-size:.75rem;font-weight:500;transition:all var(--transition-fast, .15s)}.contact-detail-quick-action:hover{background:hsl(var(--primary) / .1);color:hsl(var(--primary))}.contact-detail-section{margin-bottom:var(--space-lg, 24px)}.contact-detail-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-sm, 8px)}.contact-detail-section-title{font-family:var(--font-display, "Cabinet Grotesk", system-ui, sans-serif);font-size:.875rem;font-weight:600;color:hsl(var(--foreground));margin:0 0 var(--space-sm, 8px) 0;text-transform:uppercase;letter-spacing:.05em}.contact-detail-section-header .contact-detail-section-title{margin:0}.contact-detail-info-list{display:flex;flex-direction:column;gap:var(--space-sm, 8px)}.contact-detail-info-item{display:flex;align-items:center;gap:var(--space-sm, 8px);font-size:.875rem;color:hsl(var(--foreground))}.contact-detail-info-icon{color:hsl(var(--muted-foreground));flex-shrink:0}.contact-detail-pillars{display:flex;flex-wrap:wrap;gap:var(--space-xs, 4px)}.contact-detail-pillar{display:inline-block;padding:4px 12px;border-radius:var(--radius-full, 9999px);font-size:.75rem;font-weight:500}.contact-detail-notes{font-size:.875rem;color:hsl(var(--foreground));line-height:1.6;margin:0}.contact-detail-empty-interactions{text-align:center;padding:var(--space-lg, 24px);background:hsl(var(--muted) / .3);border-radius:var(--radius-md, 8px)}.contact-detail-empty-interactions p{margin:0 0 var(--space-md, 16px) 0;font-size:.875rem;color:hsl(var(--muted-foreground))}.interaction-list{display:flex;flex-direction:column;gap:var(--space-sm, 8px)}.interaction-item{display:flex;gap:var(--space-sm, 12px);padding:var(--space-sm, 12px);background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius-md, 8px)}.interaction-item-icon{width:32px;height:32px;border-radius:var(--radius-full, 9999px);display:flex;align-items:center;justify-content:center;flex-shrink:0}.interaction-item-content{flex:1;min-width:0}.interaction-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.interaction-item-type{font-size:.875rem;font-weight:600;color:hsl(var(--foreground))}.interaction-item-date{font-size:.75rem;color:hsl(var(--muted-foreground))}.interaction-item-notes{font-size:.8125rem;color:hsl(var(--foreground));margin:0 0 4px;line-height:1.5}.interaction-item-mood{font-size:.75rem;color:hsl(var(--muted-foreground));margin-bottom:4px}.interaction-item-next{font-size:.75rem;color:hsl(var(--primary));padding:4px 8px;background:hsl(var(--primary) / .1);border-radius:var(--radius-sm, 4px);display:inline-block}.contact-form{display:flex;flex-direction:column;gap:var(--space-md, 16px)}.contact-form-field{display:flex;flex-direction:column;gap:4px}.contact-form-label{font-size:.75rem;font-weight:600;color:hsl(var(--foreground));text-transform:uppercase;letter-spacing:.05em}.contact-form-hint{font-size:.75rem;color:hsl(var(--muted-foreground));margin-top:2px}.contact-form-input,.contact-form-select,.contact-form-textarea{padding:10px 12px;border:1px solid hsl(var(--border));border-radius:var(--radius-md, 8px);background:hsl(var(--background));color:hsl(var(--foreground));font-size:.875rem;transition:border-color var(--transition-fast, .15s),box-shadow var(--transition-fast, .15s)}.contact-form-input:focus,.contact-form-select:focus,.contact-form-textarea:focus{outline:none;border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--ring) / .2)}.contact-form-input.error{border-color:#ef4444}.contact-form-error{font-size:.75rem;color:#ef4444}.contact-form-textarea{resize:vertical;min-height:60px}.contact-form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-md, 16px)}@media (max-width: 640px){.contact-form-row{grid-template-columns:1fr}}.contact-form-pillars{display:flex;flex-wrap:wrap;gap:var(--space-sm, 8px);margin-top:var(--space-xs, 4px)}.contact-form-pillar-checkbox{display:flex;align-items:center;gap:6px;padding:8px 12px;border:1px solid hsl(var(--border));border-radius:var(--radius-md, 8px);font-size:.8125rem;cursor:pointer;transition:all var(--transition-fast, .15s)}.contact-form-pillar-checkbox:hover{border-color:var(--pillar-color, hsl(var(--ring)))}.contact-form-pillar-checkbox.selected{border-width:2px}.contact-form-pillar-indicator{width:10px;height:10px;border-radius:var(--radius-full, 9999px);flex-shrink:0}.contact-form-actions{display:flex;justify-content:flex-end;gap:var(--space-sm, 8px);padding-top:var(--space-md, 16px);border-top:1px solid hsl(var(--border));margin-top:var(--space-sm, 8px)}.interaction-logger-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(0,0,0,.5);z-index:200;display:flex;align-items:center;justify-content:center;padding:var(--space-md, 16px)}.interaction-logger{width:100%;max-width:480px;max-height:90vh;background:hsl(var(--background));border-radius:var(--radius-lg, 12px);box-shadow:var(--shadow-xl, 0 20px 40px rgba(0, 0, 0, .2));display:flex;flex-direction:column;overflow:hidden}.interaction-logger-header{display:flex;justify-content:space-between;align-items:center;padding:var(--space-md, 16px) var(--space-lg, 24px);border-bottom:1px solid hsl(var(--border))}.interaction-logger-header h3{font-family:var(--font-display, "Cabinet Grotesk", system-ui, sans-serif);font-size:1.125rem;font-weight:600;color:hsl(var(--foreground));margin:0}.interaction-logger-close{padding:8px;background:none;border:none;border-radius:var(--radius-sm, 6px);color:hsl(var(--muted-foreground));cursor:pointer;transition:all var(--transition-fast, .15s)}.interaction-logger-close:hover{background:hsl(var(--muted));color:hsl(var(--foreground))}.interaction-logger-body{flex:1;overflow-y:auto;padding:var(--space-lg, 24px);display:flex;flex-direction:column;gap:var(--space-md, 16px)}.interaction-logger-field{display:flex;flex-direction:column;gap:6px}.interaction-logger-label{font-size:.75rem;font-weight:600;color:hsl(var(--foreground));text-transform:uppercase;letter-spacing:.05em}.interaction-logger-hint{font-size:.75rem;color:hsl(var(--muted-foreground))}.interaction-logger-input,.interaction-logger-textarea{padding:10px 12px;border:1px solid hsl(var(--border));border-radius:var(--radius-md, 8px);background:hsl(var(--background));color:hsl(var(--foreground));font-size:.875rem;transition:border-color var(--transition-fast, .15s),box-shadow var(--transition-fast, .15s)}.interaction-logger-input:focus,.interaction-logger-textarea:focus{outline:none;border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--ring) / .2)}.interaction-logger-textarea{resize:vertical;min-height:80px}.interaction-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-sm, 8px)}@media (max-width: 480px){.interaction-type-grid{grid-template-columns:repeat(2,1fr)}}.interaction-type-btn{display:flex;flex-direction:column;align-items:center;gap:6px;padding:var(--space-sm, 12px);border:1px solid hsl(var(--border));border-radius:var(--radius-md, 8px);background:hsl(var(--background));color:hsl(var(--muted-foreground));font-size:.75rem;cursor:pointer;transition:all var(--transition-fast, .15s)}.interaction-type-btn:hover{border-color:hsl(var(--ring));color:hsl(var(--foreground))}.interaction-type-btn.selected{border-color:hsl(var(--primary));background:hsl(var(--primary) / .1);color:hsl(var(--primary))}.mood-selector{display:flex;gap:var(--space-sm, 8px)}.mood-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:1px solid hsl(var(--border));border-radius:var(--radius-full, 9999px);background:hsl(var(--background));cursor:pointer;transition:all var(--transition-fast, .15s)}.mood-btn:hover{border-color:hsl(var(--ring));transform:scale(1.1)}.mood-btn.selected{border-color:hsl(var(--primary));background:hsl(var(--primary) / .1);transform:scale(1.15)}.mood-emoji{font-size:1.25rem}.interaction-logger-actions{display:flex;justify-content:flex-end;gap:var(--space-sm, 8px);padding-top:var(--space-md, 16px);border-top:1px solid hsl(var(--border))}.health-page{font-family:var(--font-text, "Inter Tight", system-ui, sans-serif)}.health-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:var(--space-lg, 24px);flex-wrap:wrap;gap:var(--space-md, 16px)}.health-header h1{font-family:var(--font-display, "Cabinet Grotesk", system-ui, sans-serif);font-size:1.75rem;font-weight:700;margin:0;color:hsl(var(--foreground))}.health-header p{font-size:.875rem;color:hsl(var(--muted-foreground));margin:4px 0 0}.health-tabs{margin-top:var(--space-md, 16px)}.health-tabs-list{flex-wrap:wrap}.health-tab-trigger{display:flex;align-items:center;gap:6px}.health-today{margin-top:var(--space-lg, 24px)}.health-today-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-md, 16px);margin-bottom:var(--space-xl, 32px)}@media (min-width: 768px){.health-today-summary{grid-template-columns:repeat(4,1fr)}}.health-summary-card{display:flex;align-items:center;gap:var(--space-sm, 12px);padding:var(--space-md, 16px);background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius-md, 10px)}.health-summary-icon{width:24px;height:24px;color:hsl(var(--primary));flex-shrink:0}.health-summary-data{display:flex;flex-direction:column}.health-summary-value{font-size:1.25rem;font-weight:700;color:hsl(var(--foreground));line-height:1.2}.health-summary-label{font-size:.75rem;color:hsl(var(--muted-foreground))}.health-form-section{padding:var(--space-lg, 24px);background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius-md, 10px);margin-bottom:var(--space-md, 16px)}.health-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-md, 16px)}.health-section-header .health-section-title{margin-bottom:0}.health-section-title{display:flex;align-items:center;gap:var(--space-sm, 8px);font-family:var(--font-display, "Cabinet Grotesk", system-ui, sans-serif);font-size:1rem;font-weight:600;color:hsl(var(--foreground));margin:0 0 var(--space-md, 16px) 0}.health-section-title svg{color:hsl(var(--primary))}.health-form-row{display:grid;grid-template-columns:1fr;gap:var(--space-lg, 24px)}@media (min-width: 640px){.health-form-row{grid-template-columns:repeat(2,1fr)}}.health-form-grid{display:grid;grid-template-columns:1fr;gap:var(--space-md, 16px)}@media (min-width: 640px){.health-form-grid{grid-template-columns:repeat(3,1fr)}}.health-slider-field{display:flex;flex-direction:column;gap:var(--space-xs, 4px)}.health-slider-header{display:flex;align-items:center;gap:var(--space-sm, 8px)}.health-slider-icon{font-size:1rem}.health-slider-label{flex:1;font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}.health-slider-value{font-size:1.125rem;font-weight:700;color:hsl(var(--primary));min-width:32px;text-align:right}.health-slider{-webkit-appearance:none;width:100%;height:8px;border-radius:4px;background:hsl(var(--muted));outline:none;margin-top:var(--space-sm, 8px)}.health-slider::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;border-radius:50%;background:hsl(var(--primary));cursor:pointer;border:2px solid hsl(var(--background));box-shadow:0 2px 4px #0003;-webkit-transition:transform .15s;transition:transform .15s}.health-slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.health-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:hsl(var(--primary));cursor:pointer;border:2px solid hsl(var(--background));box-shadow:0 2px 4px #0003}.health-slider-ticks{display:flex;justify-content:space-between;font-size:.7rem;color:hsl(var(--muted-foreground));margin-top:2px}.health-quality-selector{display:flex;flex-direction:column;gap:var(--space-sm, 8px)}.health-quality-label{font-size:.875rem;font-weight:500;color:hsl(var(--foreground))}.health-quality-options{display:flex;gap:var(--space-xs, 4px)}.health-quality-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:2px solid hsl(var(--border));border-radius:var(--radius-md, 8px);background:hsl(var(--background));font-size:1.25rem;cursor:pointer;transition:all .15s}.health-quality-btn:hover{border-color:hsl(var(--primary));transform:scale(1.05)}.health-quality-btn.selected{border-color:hsl(var(--primary));background:hsl(var(--primary) / .1);transform:scale(1.1)}.health-field{display:flex;flex-direction:column;gap:var(--space-xs, 4px)}.health-field-label{display:flex;align-items:center;gap:var(--space-xs, 4px);font-size:.75rem;font-weight:600;color:hsl(var(--foreground));text-transform:uppercase;letter-spacing:.05em}.health-input,.health-textarea{padding:10px 12px;border:1px solid hsl(var(--border));border-radius:var(--radius-md, 8px);background:hsl(var(--background));color:hsl(var(--foreground));font-size:.875rem;transition:border-color .15s,box-shadow .15s}.health-input:focus,.health-textarea:focus{outline:none;border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--ring) / .2)}.health-textarea{resize:vertical;min-height:60px}.health-workout-list{display:flex;flex-direction:column;gap:var(--space-sm, 8px)}.health-workout-item{display:flex;align-items:center;gap:var(--space-sm, 12px);padding:var(--space-sm, 12px);background:hsl(var(--muted) / .5);border-radius:var(--radius-md, 8px)}.health-workout-icon{width:40px;height:40px;border-radius:var(--radius-md, 8px);display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.health-workout-info{flex:1;min-width:0}.health-workout-type{display:block;font-weight:600;color:hsl(var(--foreground));font-size:.875rem}.health-workout-meta{display:block;font-size:.75rem;color:hsl(var(--muted-foreground))}.health-workout-remove{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:none;border-radius:var(--radius-sm, 6px);background:transparent;color:hsl(var(--muted-foreground));font-size:1.25rem;cursor:pointer;transition:all .15s}.health-workout-remove:hover{background:hsl(var(--destructive) / .1);color:hsl(var(--destructive))}.health-workout-empty{text-align:center;padding:var(--space-lg, 24px);color:hsl(var(--muted-foreground));font-size:.875rem}.health-workout-form{display:flex;flex-direction:column;gap:var(--space-md, 16px)}.health-workout-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-sm, 8px)}.health-workout-type-btn{display:flex;flex-direction:column;align-items:center;gap:4px;padding:var(--space-sm, 12px) var(--space-xs, 8px);border:2px solid hsl(var(--border));border-radius:var(--radius-md, 8px);background:hsl(var(--background));color:hsl(var(--muted-foreground));font-size:.7rem;font-weight:500;cursor:pointer;transition:all .15s}.health-workout-type-btn span:first-child{font-size:1.25rem}.health-workout-type-btn:hover{border-color:var(--type-color, hsl(var(--ring)));color:hsl(var(--foreground))}.health-workout-type-btn.selected{border-color:var(--type-color, hsl(var(--primary)));background:color-mix(in srgb,var(--type-color, hsl(var(--primary))) 10%,transparent);color:var(--type-color, hsl(var(--primary)))}.health-intensity-options{display:flex;gap:var(--space-sm, 8px)}.health-intensity-btn{flex:1;padding:var(--space-sm, 12px);border:2px solid hsl(var(--border));border-radius:var(--radius-md, 8px);background:hsl(var(--background));color:hsl(var(--muted-foreground));font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s}.health-intensity-btn:hover{border-color:var(--intensity-color, hsl(var(--ring)));color:hsl(var(--foreground))}.health-intensity-btn.selected{border-color:var(--intensity-color, hsl(var(--primary)));background:color-mix(in srgb,var(--intensity-color, hsl(var(--primary))) 10%,transparent);color:var(--intensity-color, hsl(var(--primary)))}.health-intensity-badge{padding:4px 8px;border-radius:var(--radius-sm, 4px);font-size:.7rem;font-weight:600;text-transform:capitalize}.health-dialog-actions{display:flex;justify-content:flex-end;gap:var(--space-sm, 8px);padding-top:var(--space-md, 16px);border-top:1px solid hsl(var(--border));margin-top:var(--space-sm, 8px)}.health-form-actions{display:flex;justify-content:flex-end;padding-top:var(--space-md, 16px)}.health-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius-md, 10px);padding:var(--space-lg, 24px);margin-bottom:var(--space-md, 16px)}.health-card-title{font-family:var(--font-display, "Cabinet Grotesk", system-ui, sans-serif);font-size:1rem;font-weight:600;color:hsl(var(--foreground));margin:0 0 var(--space-md, 16px) 0}.health-stats-row{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-md, 16px);margin-bottom:var(--space-lg, 24px)}@media (min-width: 640px){.health-stats-row{grid-template-columns:repeat(3,1fr)}}.health-stat-card{text-align:center;padding:var(--space-lg, 24px) var(--space-md, 16px);background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius-md, 10px)}.health-stat-card.accent{background:linear-gradient(135deg,hsl(var(--primary) / .1),hsl(var(--primary) / .05));border-color:hsl(var(--primary) / .3)}.health-stat-value{font-family:var(--font-display, "Cabinet Grotesk", system-ui, sans-serif);font-size:2rem;font-weight:700;color:hsl(var(--foreground));line-height:1}.health-stat-card.accent .health-stat-value{color:hsl(var(--primary))}.health-stat-label{font-size:.75rem;color:hsl(var(--muted-foreground));margin-top:var(--space-xs, 4px)}.health-log-list{display:flex;flex-direction:column;gap:var(--space-sm, 8px)}.health-log-item{display:flex;align-items:center;gap:var(--space-sm, 12px);padding:var(--space-sm, 12px);background:hsl(var(--muted) / .3);border-radius:var(--radius-md, 8px)}.health-log-date{font-size:.875rem;font-weight:500;color:hsl(var(--foreground));min-width:100px}.health-log-data{display:flex;align-items:center;gap:var(--space-sm, 12px);margin-left:auto}.health-log-hours{font-weight:600;color:hsl(var(--foreground));font-size:.875rem}.health-log-quality{font-size:1.25rem}.health-log-info{flex:1;min-width:0}.health-log-type{display:block;font-weight:600;color:hsl(var(--foreground));font-size:.875rem}.health-log-meta{display:block;font-size:.75rem;color:hsl(var(--muted-foreground))}.health-quality-distribution{display:flex;flex-direction:column;gap:var(--space-sm, 12px)}.health-quality-bar-container{display:flex;align-items:center;gap:var(--space-sm, 12px)}.health-quality-bar-label{display:flex;align-items:center;gap:var(--space-xs, 4px);min-width:60px}.health-quality-bar-label span:first-child{font-size:1.25rem}.health-quality-bar-count{font-size:.75rem;font-weight:600;color:hsl(var(--muted-foreground))}.health-quality-bar-track{flex:1;height:8px;background:hsl(var(--muted));border-radius:4px;overflow:hidden}.health-quality-bar-fill{height:100%;background:hsl(var(--primary));border-radius:4px;transition:width .3s ease}.health-type-breakdown{display:flex;flex-direction:column;gap:var(--space-sm, 8px)}.health-type-item{display:flex;align-items:center;gap:var(--space-sm, 12px);padding:var(--space-sm, 12px);background:hsl(var(--muted) / .3);border-radius:var(--radius-md, 8px)}.health-type-icon{width:40px;height:40px;border-radius:var(--radius-md, 8px);display:flex;align-items:center;justify-content:center;font-size:1.25rem;flex-shrink:0}.health-type-info{display:flex;flex-direction:column}.health-type-name{font-weight:600;color:hsl(var(--foreground));font-size:.875rem}.health-type-stats{font-size:.75rem;color:hsl(var(--muted-foreground))}.health-trends{margin-top:var(--space-lg, 24px)}.health-trends-grid{display:grid;grid-template-columns:1fr;gap:var(--space-md, 16px);margin-bottom:var(--space-lg, 24px)}@media (min-width: 768px){.health-trends-grid{grid-template-columns:repeat(2,1fr)}}.health-trend-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius-md, 10px);padding:var(--space-md, 16px)}.health-trend-header{display:flex;align-items:center;gap:var(--space-sm, 8px);margin-bottom:var(--space-md, 16px);font-size:.875rem;font-weight:600;color:hsl(var(--foreground))}.health-trend-header svg{color:hsl(var(--primary))}.health-mini-chart{position:relative}.health-chart-label{font-size:.75rem;color:hsl(var(--muted-foreground));margin-bottom:var(--space-xs, 4px)}.health-chart-range{display:flex;justify-content:space-between;font-size:.65rem;color:hsl(var(--muted-foreground));margin-top:var(--space-xs, 4px)}.health-chart-empty{display:flex;align-items:center;justify-content:center;color:hsl(var(--muted-foreground));font-size:.75rem;background:hsl(var(--muted) / .3);border-radius:var(--radius-md, 8px)}.health-insights{color:hsl(var(--muted-foreground))}.health-insight{font-size:.875rem;line-height:1.6;margin:0}.health-empty{text-align:center;padding:var(--space-2xl, 48px) var(--space-lg, 24px);color:hsl(var(--muted-foreground))}.health-empty-icon{margin-bottom:var(--space-md, 16px);color:hsl(var(--muted-foreground) / .5)}.health-empty h3{font-family:var(--font-display, "Cabinet Grotesk", system-ui, sans-serif);font-size:1.25rem;font-weight:600;color:hsl(var(--foreground));margin:0 0 var(--space-sm, 8px) 0}.health-empty p{font-size:.875rem;max-width:400px;margin:0 auto;line-height:1.6}.health-sleep,.health-workouts,.health-analytics{margin-top:var(--space-lg, 24px)}.health-analytics-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--space-md, 16px);margin-bottom:var(--space-lg, 24px)}.health-analytics-header h3{display:flex;align-items:center;gap:8px;font-size:1.125rem;font-weight:600;margin:0;color:hsl(var(--foreground))}.health-period-select{padding:8px 12px;border:1px solid hsl(var(--border));border-radius:8px;background:hsl(var(--background));color:hsl(var(--foreground));font-size:.875rem}.health-insights-list{display:flex;flex-direction:column;gap:12px}.health-insight-card{display:flex;gap:16px;padding:16px;background:linear-gradient(135deg,hsl(var(--primary) / .05),hsl(var(--primary) / .1));border:1px solid hsl(var(--primary) / .15);border-radius:12px}.health-insight-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background:hsl(var(--primary) / .1);color:hsl(var(--primary));flex-shrink:0}.health-insight-content{flex:1;min-width:0}.health-insight-text{font-size:.9375rem;font-weight:500;color:hsl(var(--foreground));margin:0 0 4px;line-height:1.5}.health-insight-meta{font-size:.75rem;color:hsl(var(--muted-foreground))}.health-analytics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:16px}.health-analytics-stat{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:12px;padding:16px;text-align:center}.health-analytics-stat-value{font-size:1.75rem;font-weight:700;color:hsl(var(--foreground));margin-bottom:4px}.health-analytics-stat-value.positive{color:#21c45d}.health-analytics-stat-value.negative{color:#ef4343}.health-analytics-stat-value.high-energy{color:#21c45d}.health-analytics-stat-value.low-energy{color:#ef4343}.health-analytics-stat-label{font-size:.75rem;color:hsl(var(--muted-foreground));line-height:1.3}@media (max-width: 640px){.health-analytics-header{flex-direction:column;align-items:stretch}.health-analytics-grid{grid-template-columns:repeat(2,1fr)}.health-insight-card{flex-direction:column;text-align:center}.health-insight-icon{align-self:center}}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}html,body,#root{height:100%;margin:0;padding:0;overflow:hidden}html{background-color:hsl(var(--background));color:hsl(var(--foreground))}#root{min-height:100vh;background-color:hsl(var(--background));color:hsl(var(--foreground))}:root{--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 221.2 83.2% 53.3%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96.1%;--secondary-foreground: 222.2 47.4% 11.2%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96.1%;--accent-foreground: 222.2 47.4% 11.2%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 221.2 83.2% 53.3%;--radius: .5rem;--font-display: "Cabinet Grotesk", "Outfit", system-ui, -apple-system, sans-serif;--font-text: "Inter Tight", "Söhne", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", "Fira Code", "SF Mono", monospace;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06);--shadow-md: 0 4px 12px rgba(0, 0, 0, .1);--shadow-lg: 0 8px 24px rgba(0, 0, 0, .15);--shadow-xl: 0 12px 48px rgba(0, 0, 0, .2);--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-base: .2s cubic-bezier(.4, 0, .2, 1);--transition-slow: .3s cubic-bezier(.4, 0, .2, 1)}.dark{--background: 240 10% 8%;--foreground: 0 0% 98%;--card: 240 8% 12%;--card-foreground: 0 0% 98%;--popover: 240 8% 12%;--popover-foreground: 0 0% 98%;--primary: 263 70% 65%;--primary-foreground: 0 0% 100%;--secondary: 240 6% 18%;--secondary-foreground: 0 0% 98%;--muted: 240 6% 18%;--muted-foreground: 240 5% 64.9%;--accent: 263 50% 45%;--accent-foreground: 0 0% 98%;--destructive: 0 72% 51%;--destructive-foreground: 0 0% 98%;--border: 240 6% 20%;--input: 240 6% 20%;--ring: 263 70% 65%}.dark-midnight{--background: 222 47% 5%;--foreground: 210 40% 98%;--card: 222 40% 9%;--card-foreground: 210 40% 98%;--popover: 222 40% 9%;--popover-foreground: 210 40% 98%;--primary: 189 94% 55%;--primary-foreground: 222 47% 5%;--secondary: 222 30% 14%;--secondary-foreground: 210 40% 98%;--muted: 222 30% 14%;--muted-foreground: 215 20% 65%;--accent: 189 70% 40%;--accent-foreground: 210 40% 98%;--destructive: 0 72% 51%;--destructive-foreground: 210 40% 98%;--border: 222 30% 16%;--input: 222 30% 16%;--ring: 189 94% 55%}.dark-forest{--background: 155 30% 8%;--foreground: 150 10% 96%;--card: 155 25% 12%;--card-foreground: 150 10% 96%;--popover: 155 25% 12%;--popover-foreground: 150 10% 96%;--primary: 160 84% 48%;--primary-foreground: 155 30% 8%;--secondary: 155 20% 18%;--secondary-foreground: 150 10% 96%;--muted: 155 20% 18%;--muted-foreground: 155 10% 60%;--accent: 160 60% 35%;--accent-foreground: 150 10% 96%;--destructive: 0 72% 51%;--destructive-foreground: 150 10% 96%;--border: 155 20% 20%;--input: 155 20% 20%;--ring: 160 84% 48%}.dark-sunset{--background: 20 20% 7%;--foreground: 40 10% 96%;--card: 25 18% 11%;--card-foreground: 40 10% 96%;--popover: 25 18% 11%;--popover-foreground: 40 10% 96%;--primary: 33 100% 60%;--primary-foreground: 20 20% 7%;--secondary: 20 15% 17%;--secondary-foreground: 40 10% 96%;--muted: 20 15% 17%;--muted-foreground: 30 8% 62%;--accent: 25 70% 50%;--accent-foreground: 40 10% 96%;--destructive: 0 72% 51%;--destructive-foreground: 40 10% 96%;--border: 20 15% 19%;--input: 20 15% 19%;--ring: 33 100% 60%}.dark-slate{--background: 215 28% 8%;--foreground: 210 20% 98%;--card: 217 25% 12%;--card-foreground: 210 20% 98%;--popover: 217 25% 12%;--popover-foreground: 210 20% 98%;--primary: 217 60% 60%;--primary-foreground: 0 0% 100%;--secondary: 215 20% 18%;--secondary-foreground: 210 20% 98%;--muted: 215 20% 18%;--muted-foreground: 215 15% 65%;--accent: 217 45% 45%;--accent-foreground: 210 20% 98%;--destructive: 0 72% 51%;--destructive-foreground: 210 20% 98%;--border: 215 20% 20%;--input: 215 20% 20%;--ring: 217 60% 60%}.dark-violet{--background: 270 30% 7%;--foreground: 280 10% 97%;--card: 270 25% 11%;--card-foreground: 280 10% 97%;--popover: 270 25% 11%;--popover-foreground: 280 10% 97%;--primary: 270 70% 65%;--primary-foreground: 0 0% 100%;--secondary: 270 20% 17%;--secondary-foreground: 280 10% 97%;--muted: 270 20% 17%;--muted-foreground: 270 10% 63%;--accent: 280 60% 50%;--accent-foreground: 280 10% 97%;--destructive: 0 72% 51%;--destructive-foreground: 280 10% 97%;--border: 270 20% 19%;--input: 270 20% 19%;--ring: 270 70% 65%}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:hsl(var(--background))}::-webkit-scrollbar-thumb{background:hsl(var(--border));border-radius:5px;border:2px solid hsl(var(--background))}::-webkit-scrollbar-thumb:hover{background:hsl(var(--muted-foreground) / .5)}::-webkit-scrollbar-corner{background:hsl(var(--background))}*{scrollbar-width:thin;scrollbar-color:hsl(var(--border)) hsl(var(--background))}.scrollbar-subtle::-webkit-scrollbar{width:6px;height:6px}.scrollbar-subtle::-webkit-scrollbar-thumb{background:hsl(var(--border) / .5);border:none}.scrollbar-subtle::-webkit-scrollbar-thumb:hover{background:hsl(var(--border))}.scrollbar-hidden{scrollbar-width:none;-ms-overflow-style:none}.scrollbar-hidden::-webkit-scrollbar{display:none}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:hsl(var(--background));color:hsl(var(--foreground))}@media (max-width: 640px){button,a,[role=button]{min-height:44px;min-width:44px}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}button,a{-webkit-tap-highlight-color:rgba(0,0,0,.1);tap-highlight-color:rgba(0,0,0,.1)}}body{overscroll-behavior-y:contain}@supports (padding: max(0px)){body{padding-left:max(0px,env(safe-area-inset-left));padding-right:max(0px,env(safe-area-inset-right))}}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%;margin-right:auto;margin-left:auto;padding-right:2rem;padding-left:2rem}@media (min-width: 1400px){.container{max-width:1400px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%),0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: 17 24 39;--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: 255 255 255;--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;border-radius:.3125rem;padding-top:.1428571em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-inline-start:.3571429em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-inline-start:1.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-4{top:1rem;right:1rem;bottom:1rem;left:1rem}.inset-y-0{top:0;bottom:0}.-right-1{right:-.25rem}.-top-1{top:-.25rem}.bottom-0{bottom:0}.bottom-2{bottom:.5rem}.bottom-3{bottom:.75rem}.bottom-4{bottom:1rem}.bottom-6{bottom:1.5rem}.bottom-full{bottom:100%}.left-0{left:0}.left-0\.5{left:.125rem}.left-1{left:.25rem}.left-1\/2{left:50%}.left-2{left:.5rem}.left-2\.5{left:.625rem}.left-3{left:.75rem}.left-4{left:1rem}.left-\[50\%\]{left:50%}.right-0{right:0}.right-0\.5{right:.125rem}.right-1{right:.25rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-6{right:1.5rem}.top-0{top:0}.top-0\.5{top:.125rem}.top-1\/2{top:50%}.top-16{top:4rem}.top-2{top:.5rem}.top-20{top:5rem}.top-4{top:1rem}.top-\[50\%\]{top:50%}.top-full{top:100%}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[100\]{z-index:100}.z-\[200\]{z-index:200}.z-\[9999\]{z-index:9999}.order-2{order:2}.order-3{order:3}.col-span-2{grid-column:span 2 / span 2}.col-span-full{grid-column:1 / -1}.m-0{margin:0}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.mx-0{margin-left:0;margin-right:0}.mx-0\.5{margin-left:.125rem;margin-right:.125rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.my-4{margin-top:1rem;margin-bottom:1rem}.-mb-1{margin-bottom:-.25rem}.-mt-px{margin-top:-1px}.mb-0{margin-bottom:0}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-2{margin-bottom:.5rem}.mb-2\.5{margin-bottom:.625rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-0{margin-left:0}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-6{margin-left:1.5rem}.ml-7{margin-left:1.75rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-72{margin-right:18rem}.mt-0{margin-top:0}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-2{margin-top:.5rem}.mt-2\.5{margin-top:.625rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-auto{margin-top:auto}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-3{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3}.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-0{height:0px}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-36{height:9rem}.h-4{height:1rem}.h-40{height:10rem}.h-44{height:11rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[100px\]{height:100px}.h-\[32px\]{height:32px}.h-\[calc\(100vh-200px\)\]{height:calc(100vh - 200px)}.h-\[calc\(100vh-4rem\)\]{height:calc(100vh - 4rem)}.h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-20{max-height:5rem}.max-h-48{max-height:12rem}.max-h-64{max-height:16rem}.max-h-96{max-height:24rem}.max-h-\[300px\]{max-height:300px}.max-h-\[400px\]{max-height:400px}.max-h-\[70vh\]{max-height:70vh}.max-h-\[80vh\]{max-height:80vh}.max-h-\[90vh\]{max-height:90vh}.max-h-\[calc\(70vh-20px\)\]{max-height:calc(70vh - 20px)}.min-h-0{min-height:0px}.min-h-\[100px\]{min-height:100px}.min-h-\[120px\]{min-height:120px}.min-h-\[200px\]{min-height:200px}.min-h-\[20px\]{min-height:20px}.min-h-\[38px\]{min-height:38px}.min-h-\[400px\]{min-height:400px}.min-h-\[500px\]{min-height:500px}.min-h-\[50px\]{min-height:50px}.min-h-\[60px\]{min-height:60px}.min-h-\[60vh\]{min-height:60vh}.min-h-\[80px\]{min-height:80px}.min-h-screen{min-height:100vh}.w-0{width:0px}.w-0\.5{width:.125rem}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-10{width:2.5rem}.w-10\/12{width:83.333333%}.w-11{width:2.75rem}.w-11\/12{width:91.666667%}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-2\/3{width:66.666667%}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-3\/4{width:75%}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-5\/6{width:83.333333%}.w-56{width:14rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-9\/12{width:75%}.w-\[100px\]{width:100px}.w-\[15\%\]{width:15%}.w-\[20\%\]{width:20%}.w-\[32px\]{width:32px}.w-\[45\%\]{width:45%}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-px{width:1px}.min-w-0{min-width:0px}.min-w-\[120px\]{min-width:120px}.min-w-\[180px\]{min-width:180px}.min-w-\[200px\]{min-width:200px}.min-w-\[20px\]{min-width:20px}.min-w-\[250px\]{min-width:250px}.min-w-\[280px\]{min-width:280px}.min-w-\[300px\]{min-width:300px}.min-w-\[70px\]{min-width:70px}.min-w-\[80px\]{min-width:80px}.min-w-\[8rem\]{min-width:8rem}.min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.max-w-\[1400px\]{max-width:1400px}.max-w-\[1600px\]{max-width:1600px}.max-w-\[200px\]{max-width:200px}.max-w-\[220px\]{max-width:220px}.max-w-\[300px\]{max-width:300px}.max-w-\[350px\]{max-width:350px}.max-w-\[400px\]{max-width:400px}.max-w-\[500px\]{max-width:500px}.max-w-\[560px\]{max-width:560px}.max-w-\[600px\]{max-width:600px}.max-w-\[60px\]{max-width:60px}.max-w-\[700px\]{max-width:700px}.max-w-\[720px\]{max-width:720px}.max-w-\[800px\]{max-width:800px}.max-w-\[900px\]{max-width:900px}.max-w-\[95vw\]{max-width:95vw}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.flex-1{flex:1 1 0%}.flex-shrink{flex-shrink:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.grow{flex-grow:1}.table-fixed{table-layout:fixed}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-full{--tw-translate-x: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-1\/2{--tw-translate-x: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-5{--tw-translate-x: 1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-6{--tw-translate-x: 1.5rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-full{--tw-translate-x: 100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[-50\%\]{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 1s infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-help{cursor:help}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-text{cursor:text}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.resize-y{resize:vertical}.resize{resize:both}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.columns-1{-moz-columns:1;columns:1}.break-inside-avoid{-moz-column-break-inside:avoid;break-inside:avoid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-\[100px_1fr\]{grid-template-columns:100px 1fr}.grid-cols-\[1fr_auto\]{grid-template-columns:1fr auto}.grid-cols-\[40px_1fr_100px_150px_80px\]{grid-template-columns:40px 1fr 100px 150px 80px}.grid-cols-\[80px_100px_1fr\]{grid-template-columns:80px 100px 1fr}.grid-cols-\[repeat\(auto-fill\,minmax\(200px\,1fr\)\)\]{grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0px}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-2\.5{gap:.625rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-y-1{row-gap:.25rem}.gap-y-1\.5{row-gap:.375rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.space-y-0\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.125rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.125rem * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.625rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-border>:not([hidden])~:not([hidden]){border-color:hsl(var(--border))}.divide-border\/50>:not([hidden])~:not([hidden]){border-color:hsl(var(--border) / .5)}.self-center{align-self:center}.justify-self-start{justify-self:start}.justify-self-end{justify-self:end}.justify-self-center{justify-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.rounded-xl{border-radius:.75rem}.rounded-b-lg{border-bottom-right-radius:var(--radius);border-bottom-left-radius:var(--radius)}.rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-t-lg{border-top-left-radius:var(--radius);border-top-right-radius:var(--radius)}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-8{border-width:8px}.border-\[3px\]{border-width:3px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-r-2{border-right-width:2px}.border-t{border-top-width:1px}.border-t-0{border-top-width:0px}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity))}.border-amber-500{--tw-border-opacity: 1;border-color:rgb(245 158 11 / var(--tw-border-opacity))}.border-amber-500\/10{border-color:#f59e0b1a}.border-amber-500\/20{border-color:#f59e0b33}.border-amber-500\/30{border-color:#f59e0b4d}.border-background{border-color:hsl(var(--background))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity))}.border-blue-400{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity))}.border-blue-500\/20{border-color:#3b82f633}.border-blue-500\/30{border-color:#3b82f64d}.border-border{border-color:hsl(var(--border))}.border-border\/30{border-color:hsl(var(--border) / .3)}.border-border\/50{border-color:hsl(var(--border) / .5)}.border-current{border-color:currentColor}.border-destructive{border-color:hsl(var(--destructive))}.border-destructive\/20{border-color:hsl(var(--destructive) / .2)}.border-destructive\/50{border-color:hsl(var(--destructive) / .5)}.border-emerald-200{--tw-border-opacity: 1;border-color:rgb(167 243 208 / var(--tw-border-opacity))}.border-emerald-500{--tw-border-opacity: 1;border-color:rgb(16 185 129 / var(--tw-border-opacity))}.border-emerald-500\/20{border-color:#10b98133}.border-emerald-500\/30{border-color:#10b9814d}.border-foreground\/20{border-color:hsl(var(--foreground) / .2)}.border-gray-500\/30{border-color:#6b72804d}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity))}.border-green-500{--tw-border-opacity: 1;border-color:rgb(34 197 94 / var(--tw-border-opacity))}.border-green-500\/20{border-color:#22c55e33}.border-green-500\/30{border-color:#22c55e4d}.border-green-600\/20{border-color:#16a34a33}.border-indigo-200{--tw-border-opacity: 1;border-color:rgb(199 210 254 / var(--tw-border-opacity))}.border-indigo-500{--tw-border-opacity: 1;border-color:rgb(99 102 241 / var(--tw-border-opacity))}.border-indigo-500\/20{border-color:#6366f133}.border-indigo-500\/30{border-color:#6366f14d}.border-input{border-color:hsl(var(--input))}.border-muted{border-color:hsl(var(--muted))}.border-muted-foreground\/30{border-color:hsl(var(--muted-foreground) / .3)}.border-muted-foreground\/40{border-color:hsl(var(--muted-foreground) / .4)}.border-muted-foreground\/50{border-color:hsl(var(--muted-foreground) / .5)}.border-orange-200{--tw-border-opacity: 1;border-color:rgb(254 215 170 / var(--tw-border-opacity))}.border-orange-400{--tw-border-opacity: 1;border-color:rgb(251 146 60 / var(--tw-border-opacity))}.border-orange-500\/20{border-color:#f9731633}.border-orange-500\/30{border-color:#f973164d}.border-pink-500{--tw-border-opacity: 1;border-color:rgb(236 72 153 / var(--tw-border-opacity))}.border-pink-500\/20{border-color:#ec489933}.border-pink-500\/30{border-color:#ec48994d}.border-primary{border-color:hsl(var(--primary))}.border-primary\/10{border-color:hsl(var(--primary) / .1)}.border-primary\/20{border-color:hsl(var(--primary) / .2)}.border-primary\/30{border-color:hsl(var(--primary) / .3)}.border-primary\/50{border-color:hsl(var(--primary) / .5)}.border-purple-200{--tw-border-opacity: 1;border-color:rgb(233 213 255 / var(--tw-border-opacity))}.border-purple-500{--tw-border-opacity: 1;border-color:rgb(168 85 247 / var(--tw-border-opacity))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity))}.border-red-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity))}.border-red-500\/20{border-color:#ef444433}.border-red-500\/30{border-color:#ef44444d}.border-rose-500\/30{border-color:#f43f5e4d}.border-transparent{border-color:transparent}.border-yellow-500{--tw-border-opacity: 1;border-color:rgb(234 179 8 / var(--tw-border-opacity))}.border-yellow-500\/20{border-color:#eab30833}.border-yellow-500\/30{border-color:#eab3084d}.border-t-popover{border-top-color:hsl(var(--popover))}.border-t-transparent{border-top-color:transparent}.bg-accent{background-color:hsl(var(--accent))}.bg-accent\/20{background-color:hsl(var(--accent) / .2)}.bg-amber-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity))}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity))}.bg-amber-500{--tw-bg-opacity: 1;background-color:rgb(245 158 11 / var(--tw-bg-opacity))}.bg-amber-500\/10{background-color:#f59e0b1a}.bg-amber-500\/20{background-color:#f59e0b33}.bg-amber-500\/5{background-color:#f59e0b0d}.bg-background{background-color:hsl(var(--background))}.bg-background\/30{background-color:hsl(var(--background) / .3)}.bg-background\/50{background-color:hsl(var(--background) / .5)}.bg-background\/90{background-color:hsl(var(--background) / .9)}.bg-background\/95{background-color:hsl(var(--background) / .95)}.bg-black\/20{background-color:#0003}.bg-black\/30{background-color:#0000004d}.bg-black\/40{background-color:#0006}.bg-black\/50{background-color:#00000080}.bg-black\/80{background-color:#000c}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity))}.bg-blue-500\/10{background-color:#3b82f61a}.bg-blue-500\/15{background-color:#3b82f626}.bg-blue-500\/20{background-color:#3b82f633}.bg-border{background-color:hsl(var(--border))}.bg-card{background-color:hsl(var(--card))}.bg-card\/50{background-color:hsl(var(--card) / .5)}.bg-card\/80{background-color:hsl(var(--card) / .8)}.bg-card\/95{background-color:hsl(var(--card) / .95)}.bg-current{background-color:currentColor}.bg-cyan-100{--tw-bg-opacity: 1;background-color:rgb(207 250 254 / var(--tw-bg-opacity))}.bg-cyan-500\/10{background-color:#06b6d41a}.bg-destructive{background-color:hsl(var(--destructive))}.bg-destructive\/10{background-color:hsl(var(--destructive) / .1)}.bg-emerald-100{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity))}.bg-emerald-200{--tw-bg-opacity: 1;background-color:rgb(167 243 208 / var(--tw-bg-opacity))}.bg-emerald-400{--tw-bg-opacity: 1;background-color:rgb(52 211 153 / var(--tw-bg-opacity))}.bg-emerald-500{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity))}.bg-emerald-500\/10{background-color:#10b9811a}.bg-emerald-500\/20{background-color:#10b98133}.bg-emerald-500\/5{background-color:#10b9810d}.bg-emerald-700{--tw-bg-opacity: 1;background-color:rgb(4 120 87 / var(--tw-bg-opacity))}.bg-foreground\/70{background-color:hsl(var(--foreground) / .7)}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.bg-gray-500\/10{background-color:#6b72801a}.bg-gray-500\/15{background-color:#6b728026}.bg-gray-500\/20{background-color:#6b728033}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity))}.bg-green-500\/10{background-color:#22c55e1a}.bg-green-500\/20{background-color:#22c55e33}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity))}.bg-green-600\/10{background-color:#16a34a1a}.bg-green-600\/20{background-color:#16a34a33}.bg-indigo-100{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity))}.bg-indigo-500\/10{background-color:#6366f11a}.bg-indigo-500\/20{background-color:#6366f133}.bg-muted{background-color:hsl(var(--muted))}.bg-muted\/20{background-color:hsl(var(--muted) / .2)}.bg-muted\/30{background-color:hsl(var(--muted) / .3)}.bg-muted\/40{background-color:hsl(var(--muted) / .4)}.bg-muted\/50{background-color:hsl(var(--muted) / .5)}.bg-muted\/80{background-color:hsl(var(--muted) / .8)}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity))}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity))}.bg-orange-500\/10{background-color:#f973161a}.bg-orange-500\/20{background-color:#f9731633}.bg-pink-100{--tw-bg-opacity: 1;background-color:rgb(252 231 243 / var(--tw-bg-opacity))}.bg-pink-500\/10{background-color:#ec48991a}.bg-pink-500\/20{background-color:#ec489933}.bg-pink-500\/5{background-color:#ec48990d}.bg-popover{background-color:hsl(var(--popover))}.bg-primary{background-color:hsl(var(--primary))}.bg-primary-foreground{background-color:hsl(var(--primary-foreground))}.bg-primary-foreground\/20{background-color:hsl(var(--primary-foreground) / .2)}.bg-primary\/10{background-color:hsl(var(--primary) / .1)}.bg-primary\/20{background-color:hsl(var(--primary) / .2)}.bg-primary\/30{background-color:hsl(var(--primary) / .3)}.bg-primary\/5{background-color:hsl(var(--primary) / .05)}.bg-primary\/50{background-color:hsl(var(--primary) / .5)}.bg-primary\/60{background-color:hsl(var(--primary) / .6)}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity))}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity))}.bg-purple-500\/10{background-color:#a855f71a}.bg-purple-500\/20{background-color:#a855f733}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity))}.bg-red-500\/10{background-color:#ef44441a}.bg-red-500\/15{background-color:#ef444426}.bg-red-500\/20{background-color:#ef444433}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.bg-rose-500\/10{background-color:#f43f5e1a}.bg-rose-500\/20{background-color:#f43f5e33}.bg-secondary{background-color:hsl(var(--secondary))}.bg-slate-500{--tw-bg-opacity: 1;background-color:rgb(100 116 139 / var(--tw-bg-opacity))}.bg-teal-100{--tw-bg-opacity: 1;background-color:rgb(204 251 241 / var(--tw-bg-opacity))}.bg-transparent{background-color:transparent}.bg-violet-100{--tw-bg-opacity: 1;background-color:rgb(237 233 254 / var(--tw-bg-opacity))}.bg-violet-500\/10{background-color:#8b5cf61a}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity))}.bg-yellow-500\/10{background-color:#eab3081a}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-l{background-image:linear-gradient(to left,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-amber-500\/10{--tw-gradient-from: rgb(245 158 11 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-background{--tw-gradient-from: hsl(var(--background)) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--background) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500\/10{--tw-gradient-from: rgb(99 102 241 / .1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary\/10{--tw-gradient-from: hsl(var(--primary) / .1) var(--tw-gradient-from-position);--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-orange-500\/5{--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(249 115 22 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-primary\/5{--tw-gradient-to: hsl(var(--primary) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), hsl(var(--primary) / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-purple-500\/5{--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(168 85 247 / .05) var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-orange-500\/10{--tw-gradient-to: rgb(249 115 22 / .1) var(--tw-gradient-to-position)}.to-transparent{--tw-gradient-to: transparent var(--tw-gradient-to-position)}.fill-amber-400{fill:#fbbf24}.fill-current{fill:currentColor}.fill-primary{fill:hsl(var(--primary))}.fill-yellow-500{fill:#eab308}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-1{padding-bottom:.25rem}.pb-1\.5{padding-bottom:.375rem}.pb-2{padding-bottom:.5rem}.pb-2\.5{padding-bottom:.625rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pl-10{padding-left:2.5rem}.pl-2{padding-left:.5rem}.pl-2\.5{padding-left:.625rem}.pl-3{padding-left:.75rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.pl-9{padding-left:2.25rem}.pr-1{padding-right:.25rem}.pr-1\.5{padding-right:.375rem}.pr-10{padding-right:2.5rem}.pr-16{padding-right:4rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-5{padding-right:1.25rem}.pr-8{padding-right:2rem}.pt-1{padding-top:.25rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-\[0\.85rem\]{font-size:.85rem}.text-\[0\.8rem\]{font-size:.8rem}.text-\[0\.95rem\]{font-size:.95rem}.text-\[10px\]{font-size:10px}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.tabular-nums{--tw-numeric-spacing: tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.text-accent-foreground{color:hsl(var(--accent-foreground))}.text-amber-200{--tw-text-opacity: 1;color:rgb(253 230 138 / var(--tw-text-opacity))}.text-amber-400{--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity))}.text-amber-500{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity))}.text-amber-500\/60{color:#f59e0b99}.text-amber-500\/70{color:#f59e0bb3}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity))}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity))}.text-amber-800{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity))}.text-cyan-600{--tw-text-opacity: 1;color:rgb(8 145 178 / var(--tw-text-opacity))}.text-cyan-700{--tw-text-opacity: 1;color:rgb(14 116 144 / var(--tw-text-opacity))}.text-destructive{color:hsl(var(--destructive))}.text-destructive-foreground{color:hsl(var(--destructive-foreground))}.text-emerald-500{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity))}.text-emerald-600{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity))}.text-emerald-700{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity))}.text-foreground{color:hsl(var(--foreground))}.text-foreground\/80{color:hsl(var(--foreground) / .8)}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity))}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity))}.text-indigo-400{--tw-text-opacity: 1;color:rgb(129 140 248 / var(--tw-text-opacity))}.text-indigo-400\/70{color:#818cf8b3}.text-indigo-500{--tw-text-opacity: 1;color:rgb(99 102 241 / var(--tw-text-opacity))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity))}.text-indigo-700{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity))}.text-muted-foreground{color:hsl(var(--muted-foreground))}.text-muted-foreground\/30{color:hsl(var(--muted-foreground) / .3)}.text-muted-foreground\/40{color:hsl(var(--muted-foreground) / .4)}.text-muted-foreground\/50{color:hsl(var(--muted-foreground) / .5)}.text-muted-foreground\/70{color:hsl(var(--muted-foreground) / .7)}.text-muted-foreground\/80{color:hsl(var(--muted-foreground) / .8)}.text-muted\/20{color:hsl(var(--muted) / .2)}.text-muted\/50{color:hsl(var(--muted) / .5)}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity))}.text-orange-700{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity))}.text-pink-400{--tw-text-opacity: 1;color:rgb(244 114 182 / var(--tw-text-opacity))}.text-pink-500{--tw-text-opacity: 1;color:rgb(236 72 153 / var(--tw-text-opacity))}.text-pink-600{--tw-text-opacity: 1;color:rgb(219 39 119 / var(--tw-text-opacity))}.text-pink-700{--tw-text-opacity: 1;color:rgb(190 24 93 / var(--tw-text-opacity))}.text-popover-foreground{color:hsl(var(--popover-foreground))}.text-primary{color:hsl(var(--primary))}.text-primary-foreground{color:hsl(var(--primary-foreground))}.text-primary-foreground\/80{color:hsl(var(--primary-foreground) / .8)}.text-primary\/50{color:hsl(var(--primary) / .5)}.text-purple-500{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity))}.text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity))}.text-rose-500{--tw-text-opacity: 1;color:rgb(244 63 94 / var(--tw-text-opacity))}.text-rose-600{--tw-text-opacity: 1;color:rgb(225 29 72 / var(--tw-text-opacity))}.text-rose-700{--tw-text-opacity: 1;color:rgb(190 18 60 / var(--tw-text-opacity))}.text-secondary-foreground{color:hsl(var(--secondary-foreground))}.text-slate-500{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}.text-teal-600{--tw-text-opacity: 1;color:rgb(13 148 136 / var(--tw-text-opacity))}.text-teal-700{--tw-text-opacity: 1;color:rgb(15 118 110 / var(--tw-text-opacity))}.text-violet-500{--tw-text-opacity: 1;color:rgb(139 92 246 / var(--tw-text-opacity))}.text-violet-600{--tw-text-opacity: 1;color:rgb(124 58 237 / var(--tw-text-opacity))}.text-violet-700{--tw-text-opacity: 1;color:rgb(109 40 217 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.text-yellow-400{--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity))}.line-through{text-decoration-line:line-through}.underline-offset-4{text-underline-offset:4px}.accent-primary{accent-color:hsl(var(--primary))}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-30{opacity:.3}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-75{opacity:.75}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.opacity-\[0\.08\]{opacity:.08}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-black\/20{--tw-shadow-color: rgb(0 0 0 / .2);--tw-shadow: var(--tw-shadow-colored)}.shadow-primary\/25{--tw-shadow-color: hsl(var(--primary) / .25);--tw-shadow: var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-4{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-inset{--tw-ring-inset: inset}.ring-amber-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity))}.ring-amber-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity))}.ring-blue-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity))}.ring-emerald-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(110 231 183 / var(--tw-ring-opacity))}.ring-emerald-500\/20{--tw-ring-color: rgb(16 185 129 / .2)}.ring-foreground{--tw-ring-color: hsl(var(--foreground))}.ring-indigo-500\/20{--tw-ring-color: rgb(99 102 241 / .2)}.ring-pink-500\/20{--tw-ring-color: rgb(236 72 153 / .2)}.ring-primary{--tw-ring-color: hsl(var(--primary))}.ring-primary\/20{--tw-ring-color: hsl(var(--primary) / .2)}.ring-primary\/30{--tw-ring-color: hsl(var(--primary) / .3)}.ring-purple-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity))}.ring-red-500\/20{--tw-ring-color: rgb(239 68 68 / .2)}.ring-offset-1{--tw-ring-offset-width: 1px}.ring-offset-2{--tw-ring-offset-width: 2px}.ring-offset-background{--tw-ring-offset-color: hsl(var(--background))}.ring-offset-card{--tw-ring-offset-color: hsl(var(--card))}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.blur-3xl{--tw-blur: blur(64px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur: blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-\[2px\]{--tw-backdrop-blur: blur(2px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-100{transition-duration:.1s}.duration-1000{transition-duration:1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.animate-in{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.fade-in,.fade-in-0{--tw-enter-opacity: 0}.zoom-in-50{--tw-enter-scale: .5}.zoom-in-95{--tw-enter-scale: .95}.slide-in-from-bottom-4{--tw-enter-translate-y: 1rem}.slide-in-from-top-2{--tw-enter-translate-y: -.5rem}.duration-100{animation-duration:.1s}.duration-1000{animation-duration:1s}.duration-150{animation-duration:.15s}.duration-200{animation-duration:.2s}.duration-300{animation-duration:.3s}.duration-500{animation-duration:.5s}.duration-700{animation-duration:.7s}.ease-in{animation-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{animation-timing-function:cubic-bezier(0,0,.2,1)}.paused{animation-play-state:paused}.cm-markdown-rendered-line{position:relative}.cm-markdown-rendered-line .cm-hide-markdown-syntax{opacity:0;font-size:0;width:0;display:inline-block;pointer-events:none}.cm-markdown-rendered-line .cm-header{font-weight:600;color:inherit}.cm-markdown-rendered-line .cm-header-1{font-size:1.5em;font-weight:700;line-height:1.2}.cm-markdown-rendered-line .cm-header-2{font-size:1.3em;font-weight:600;line-height:1.3}.cm-markdown-rendered-line .cm-header-3{font-size:1.1em;font-weight:600;line-height:1.4}.cm-markdown-rendered-line .cm-strong{font-weight:600;color:inherit}.cm-markdown-rendered-line .cm-emphasis{font-style:italic;color:inherit}.cm-markdown-rendered-line .cm-inline-code{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9em;padding:.125rem .25rem;border-radius:.25rem;background-color:hsl(var(--muted));color:inherit}.markdown-line-render{display:inline-block;width:100%;line-height:1.6}.markdown-line-render code{font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9em;padding:.125rem .25rem;border-radius:.25rem;background-color:hsl(var(--muted))}:is(.dark .dark\:prose-invert){--tw-prose-body: var(--tw-prose-invert-body);--tw-prose-headings: var(--tw-prose-invert-headings);--tw-prose-lead: var(--tw-prose-invert-lead);--tw-prose-links: var(--tw-prose-invert-links);--tw-prose-bold: var(--tw-prose-invert-bold);--tw-prose-counters: var(--tw-prose-invert-counters);--tw-prose-bullets: var(--tw-prose-invert-bullets);--tw-prose-hr: var(--tw-prose-invert-hr);--tw-prose-quotes: var(--tw-prose-invert-quotes);--tw-prose-quote-borders: var(--tw-prose-invert-quote-borders);--tw-prose-captions: var(--tw-prose-invert-captions);--tw-prose-kbd: var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows: var(--tw-prose-invert-kbd-shadows);--tw-prose-code: var(--tw-prose-invert-code);--tw-prose-pre-code: var(--tw-prose-invert-pre-code);--tw-prose-pre-bg: var(--tw-prose-invert-pre-bg);--tw-prose-th-borders: var(--tw-prose-invert-th-borders);--tw-prose-td-borders: var(--tw-prose-invert-td-borders)}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.placeholder\:text-muted-foreground::-moz-placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground::placeholder{color:hsl(var(--muted-foreground))}.placeholder\:text-muted-foreground\/50::-moz-placeholder{color:hsl(var(--muted-foreground) / .5)}.placeholder\:text-muted-foreground\/50::placeholder{color:hsl(var(--muted-foreground) / .5)}.last\:mb-0:last-child{margin-bottom:0}.last\:border-0:last-child{border-width:0px}.focus-within\:relative:focus-within{position:relative}.focus-within\:z-20:focus-within{z-index:20}.hover\:-translate-y-0:hover{--tw-translate-y: -0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:-translate-y-0\.5:hover{--tw-translate-y: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-amber-500\/40:hover{border-color:#f59e0b66}.hover\:border-border:hover{border-color:hsl(var(--border))}.hover\:border-muted-foreground\/30:hover{border-color:hsl(var(--muted-foreground) / .3)}.hover\:border-muted-foreground\/50:hover{border-color:hsl(var(--muted-foreground) / .5)}.hover\:border-primary:hover{border-color:hsl(var(--primary))}.hover\:border-primary\/20:hover{border-color:hsl(var(--primary) / .2)}.hover\:border-primary\/30:hover{border-color:hsl(var(--primary) / .3)}.hover\:border-primary\/50:hover{border-color:hsl(var(--primary) / .5)}.hover\:border-purple-300:hover{--tw-border-opacity: 1;border-color:rgb(216 180 254 / var(--tw-border-opacity))}.hover\:border-ring:hover{border-color:hsl(var(--ring))}.hover\:border-opacity-60:hover{--tw-border-opacity: .6}.hover\:bg-accent:hover{background-color:hsl(var(--accent))}.hover\:bg-accent\/50:hover{background-color:hsl(var(--accent) / .5)}.hover\:bg-accent\/80:hover{background-color:hsl(var(--accent) / .8)}.hover\:bg-amber-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity))}.hover\:bg-amber-500\/20:hover{background-color:#f59e0b33}.hover\:bg-amber-500\/30:hover{background-color:#f59e0b4d}.hover\:bg-background:hover{background-color:hsl(var(--background))}.hover\:bg-background\/80:hover{background-color:hsl(var(--background) / .8)}.hover\:bg-blue-500\/20:hover{background-color:#3b82f633}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.hover\:bg-destructive\/10:hover{background-color:hsl(var(--destructive) / .1)}.hover\:bg-destructive\/80:hover{background-color:hsl(var(--destructive) / .8)}.hover\:bg-destructive\/90:hover{background-color:hsl(var(--destructive) / .9)}.hover\:bg-emerald-500\/15:hover{background-color:#10b98126}.hover\:bg-emerald-600:hover{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity))}.hover\:bg-green-500\/10:hover{background-color:#22c55e1a}.hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity))}.hover\:bg-indigo-500\/15:hover{background-color:#6366f126}.hover\:bg-muted:hover{background-color:hsl(var(--muted))}.hover\:bg-muted-foreground\/20:hover{background-color:hsl(var(--muted-foreground) / .2)}.hover\:bg-muted\/30:hover{background-color:hsl(var(--muted) / .3)}.hover\:bg-muted\/50:hover{background-color:hsl(var(--muted) / .5)}.hover\:bg-muted\/60:hover{background-color:hsl(var(--muted) / .6)}.hover\:bg-muted\/80:hover{background-color:hsl(var(--muted) / .8)}.hover\:bg-orange-600:hover{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity))}.hover\:bg-pink-500\/15:hover{background-color:#ec489926}.hover\:bg-primary:hover{background-color:hsl(var(--primary))}.hover\:bg-primary\/20:hover{background-color:hsl(var(--primary) / .2)}.hover\:bg-primary\/5:hover{background-color:hsl(var(--primary) / .05)}.hover\:bg-primary\/80:hover{background-color:hsl(var(--primary) / .8)}.hover\:bg-primary\/90:hover{background-color:hsl(var(--primary) / .9)}.hover\:bg-purple-500\/20:hover{background-color:#a855f733}.hover\:bg-red-500\/15:hover{background-color:#ef444426}.hover\:bg-red-500\/20:hover{background-color:#ef444433}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity))}.hover\:bg-secondary\/80:hover{background-color:hsl(var(--secondary) / .8)}.hover\:text-accent-foreground:hover{color:hsl(var(--accent-foreground))}.hover\:text-amber-400\/50:hover{color:#fbbf2480}.hover\:text-amber-500:hover{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity))}.hover\:text-amber-700:hover{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity))}.hover\:text-destructive:hover{color:hsl(var(--destructive))}.hover\:text-foreground:hover{color:hsl(var(--foreground))}.hover\:text-muted-foreground:hover{color:hsl(var(--muted-foreground))}.hover\:text-muted-foreground\/50:hover{color:hsl(var(--muted-foreground) / .5)}.hover\:text-pink-300:hover{--tw-text-opacity: 1;color:rgb(249 168 212 / var(--tw-text-opacity))}.hover\:text-pink-500:hover{--tw-text-opacity: 1;color:rgb(236 72 153 / var(--tw-text-opacity))}.hover\:text-primary:hover{color:hsl(var(--primary))}.hover\:text-primary-foreground:hover{color:hsl(var(--primary-foreground))}.hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.hover\:text-yellow-500:hover{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-70:hover{opacity:.7}.hover\:opacity-80:hover{opacity:.8}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-sm:hover{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-xl:hover{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-primary\/30:hover{--tw-shadow-color: hsl(var(--primary) / .3);--tw-shadow: var(--tw-shadow-colored)}.hover\:ring-1:hover{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.hover\:ring-2:hover{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.hover\:ring-border:hover{--tw-ring-color: hsl(var(--border))}.hover\:ring-foreground\/20:hover{--tw-ring-color: hsl(var(--foreground) / .2)}.focus\:border-border:focus{border-color:hsl(var(--border))}.focus\:border-primary\/50:focus{border-color:hsl(var(--primary) / .5)}.focus\:border-transparent:focus{border-color:transparent}.focus\:bg-accent:focus{background-color:hsl(var(--accent))}.focus\:bg-muted\/50:focus{background-color:hsl(var(--muted) / .5)}.focus\:bg-primary:focus{background-color:hsl(var(--primary))}.focus\:text-accent-foreground:focus{color:hsl(var(--accent-foreground))}.focus\:text-primary-foreground:focus{color:hsl(var(--primary-foreground))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-primary:focus{--tw-ring-color: hsl(var(--primary))}.focus\:ring-ring:focus{--tw-ring-color: hsl(var(--ring))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus\:ring-offset-background:focus{--tw-ring-offset-color: hsl(var(--background))}.focus\:ring-offset-card:focus{--tw-ring-offset-color: hsl(var(--card))}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-ring:focus-visible{--tw-ring-color: hsl(var(--ring))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.active\:scale-95:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:scale-\[0\.99\]:active{--tw-scale-x: .99;--tw-scale-y: .99;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:cursor-grabbing:active{cursor:grabbing}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:translate-x-0\.5{--tw-translate-x: .125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:translate-x-1{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:text-amber-500{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity))}.group:hover .group-hover\:text-foreground{color:hsl(var(--foreground))}.group:hover .group-hover\:text-indigo-400{--tw-text-opacity: 1;color:rgb(129 140 248 / var(--tw-text-opacity))}.group:hover .group-hover\:text-primary{color:hsl(var(--primary))}.group:hover .group-hover\:opacity-100{opacity:1}.peer:disabled~.peer-disabled\:cursor-not-allowed{cursor:not-allowed}.peer:disabled~.peer-disabled\:opacity-70{opacity:.7}.aria-selected\:bg-accent[aria-selected=true]{background-color:hsl(var(--accent))}.aria-selected\:bg-accent\/50[aria-selected=true]{background-color:hsl(var(--accent) / .5)}.aria-selected\:text-accent-foreground[aria-selected=true]{color:hsl(var(--accent-foreground))}.aria-selected\:text-muted-foreground[aria-selected=true]{color:hsl(var(--muted-foreground))}.aria-selected\:opacity-100[aria-selected=true]{opacity:1}.aria-selected\:opacity-30[aria-selected=true]{opacity:.3}.data-\[disabled\]\:pointer-events-none[data-disabled]{pointer-events:none}.data-\[side\=bottom\]\:translate-y-1[data-side=bottom]{--tw-translate-y: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=left\]\:-translate-x-1[data-side=left]{--tw-translate-x: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=right\]\:translate-x-1[data-side=right]{--tw-translate-x: .25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[side\=top\]\:-translate-y-1[data-side=top]{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.data-\[state\=active\]\:bg-background[data-state=active]{background-color:hsl(var(--background))}.data-\[state\=open\]\:bg-accent[data-state=open]{background-color:hsl(var(--accent))}.data-\[state\=active\]\:text-foreground[data-state=active]{color:hsl(var(--foreground))}.data-\[state\=open\]\:text-muted-foreground[data-state=open]{color:hsl(var(--muted-foreground))}.data-\[disabled\]\:opacity-50[data-disabled]{opacity:.5}.data-\[state\=active\]\:shadow-sm[data-state=active]{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.data-\[state\=open\]\:animate-in[data-state=open]{animation-name:enter;animation-duration:.15s;--tw-enter-opacity: initial;--tw-enter-scale: initial;--tw-enter-rotate: initial;--tw-enter-translate-x: initial;--tw-enter-translate-y: initial}.data-\[state\=closed\]\:animate-out[data-state=closed]{animation-name:exit;animation-duration:.15s;--tw-exit-opacity: initial;--tw-exit-scale: initial;--tw-exit-rotate: initial;--tw-exit-translate-x: initial;--tw-exit-translate-y: initial}.data-\[state\=closed\]\:fade-out-0[data-state=closed]{--tw-exit-opacity: 0}.data-\[state\=open\]\:fade-in-0[data-state=open]{--tw-enter-opacity: 0}.data-\[state\=closed\]\:zoom-out-95[data-state=closed]{--tw-exit-scale: .95}.data-\[state\=open\]\:zoom-in-95[data-state=open]{--tw-enter-scale: .95}.data-\[side\=bottom\]\:slide-in-from-top-2[data-side=bottom]{--tw-enter-translate-y: -.5rem}.data-\[side\=left\]\:slide-in-from-right-2[data-side=left]{--tw-enter-translate-x: .5rem}.data-\[side\=right\]\:slide-in-from-left-2[data-side=right]{--tw-enter-translate-x: -.5rem}.data-\[side\=top\]\:slide-in-from-bottom-2[data-side=top]{--tw-enter-translate-y: .5rem}.data-\[state\=active\]\:hover\:bg-background:hover[data-state=active]{background-color:hsl(var(--background))}:is(.dark .dark\:border-amber-800){--tw-border-opacity: 1;border-color:rgb(146 64 14 / var(--tw-border-opacity))}:is(.dark .dark\:border-blue-500\/30){border-color:#3b82f64d}:is(.dark .dark\:border-blue-800){--tw-border-opacity: 1;border-color:rgb(30 64 175 / var(--tw-border-opacity))}:is(.dark .dark\:border-emerald-800){--tw-border-opacity: 1;border-color:rgb(6 95 70 / var(--tw-border-opacity))}:is(.dark .dark\:border-green-500\/30){border-color:#22c55e4d}:is(.dark .dark\:border-green-800){--tw-border-opacity: 1;border-color:rgb(22 101 52 / var(--tw-border-opacity))}:is(.dark .dark\:border-indigo-800){--tw-border-opacity: 1;border-color:rgb(55 48 163 / var(--tw-border-opacity))}:is(.dark .dark\:border-orange-500\/30){border-color:#f973164d}:is(.dark .dark\:border-orange-800){--tw-border-opacity: 1;border-color:rgb(154 52 18 / var(--tw-border-opacity))}:is(.dark .dark\:border-purple-800){--tw-border-opacity: 1;border-color:rgb(107 33 168 / var(--tw-border-opacity))}:is(.dark .dark\:border-red-500\/30){border-color:#ef44444d}:is(.dark .dark\:border-red-800){--tw-border-opacity: 1;border-color:rgb(153 27 27 / var(--tw-border-opacity))}:is(.dark .dark\:border-yellow-500\/30){border-color:#eab3084d}:is(.dark .dark\:bg-amber-900\/30){background-color:#78350f4d}:is(.dark .dark\:bg-amber-900\/50){background-color:#78350f80}:is(.dark .dark\:bg-amber-950\/30){background-color:#451a034d}:is(.dark .dark\:bg-background\/95){background-color:hsl(var(--background) / .95)}:is(.dark .dark\:bg-blue-500\/20){background-color:#3b82f633}:is(.dark .dark\:bg-blue-900){--tw-bg-opacity: 1;background-color:rgb(30 58 138 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-blue-900\/30){background-color:#1e3a8a4d}:is(.dark .dark\:bg-blue-950\/30){background-color:#1725544d}:is(.dark .dark\:bg-cyan-900\/30){background-color:#164e634d}:is(.dark .dark\:bg-emerald-500){--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-emerald-600){--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-emerald-700){--tw-bg-opacity: 1;background-color:rgb(4 120 87 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-emerald-900\/30){background-color:#064e3b4d}:is(.dark .dark\:bg-emerald-900\/50){background-color:#064e3b80}:is(.dark .dark\:bg-emerald-900\/70){background-color:#064e3bb3}:is(.dark .dark\:bg-gray-800\/50){background-color:#1f293780}:is(.dark .dark\:bg-green-500){--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-green-500\/20){background-color:#22c55e33}:is(.dark .dark\:bg-green-900){--tw-bg-opacity: 1;background-color:rgb(20 83 45 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-green-900\/30){background-color:#14532d4d}:is(.dark .dark\:bg-indigo-900){--tw-bg-opacity: 1;background-color:rgb(49 46 129 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-indigo-900\/30){background-color:#312e814d}:is(.dark .dark\:bg-indigo-900\/50){background-color:#312e8180}:is(.dark .dark\:bg-muted\/30){background-color:hsl(var(--muted) / .3)}:is(.dark .dark\:bg-orange-500\/20){background-color:#f9731633}:is(.dark .dark\:bg-orange-900){--tw-bg-opacity: 1;background-color:rgb(124 45 18 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-orange-900\/30){background-color:#7c2d124d}:is(.dark .dark\:bg-pink-900\/30){background-color:#8318434d}:is(.dark .dark\:bg-primary\/20){background-color:hsl(var(--primary) / .2)}:is(.dark .dark\:bg-purple-900){--tw-bg-opacity: 1;background-color:rgb(88 28 135 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-purple-900\/30){background-color:#581c874d}:is(.dark .dark\:bg-purple-950){--tw-bg-opacity: 1;background-color:rgb(59 7 100 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-red-500\/20){background-color:#ef444433}:is(.dark .dark\:bg-red-900){--tw-bg-opacity: 1;background-color:rgb(127 29 29 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-red-900\/30){background-color:#7f1d1d4d}:is(.dark .dark\:bg-teal-900){--tw-bg-opacity: 1;background-color:rgb(19 78 74 / var(--tw-bg-opacity))}:is(.dark .dark\:bg-violet-900\/30){background-color:#4c1d954d}:is(.dark .dark\:bg-yellow-500\/20){background-color:#eab30833}:is(.dark .dark\:bg-yellow-900\/30){background-color:#713f124d}:is(.dark .dark\:text-amber-200){--tw-text-opacity: 1;color:rgb(253 230 138 / var(--tw-text-opacity))}:is(.dark .dark\:text-amber-300){--tw-text-opacity: 1;color:rgb(252 211 77 / var(--tw-text-opacity))}:is(.dark .dark\:text-amber-400){--tw-text-opacity: 1;color:rgb(251 191 36 / var(--tw-text-opacity))}:is(.dark .dark\:text-amber-500){--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity))}:is(.dark .dark\:text-blue-200){--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity))}:is(.dark .dark\:text-blue-300){--tw-text-opacity: 1;color:rgb(147 197 253 / var(--tw-text-opacity))}:is(.dark .dark\:text-blue-400){--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity))}:is(.dark .dark\:text-cyan-300){--tw-text-opacity: 1;color:rgb(103 232 249 / var(--tw-text-opacity))}:is(.dark .dark\:text-cyan-400){--tw-text-opacity: 1;color:rgb(34 211 238 / var(--tw-text-opacity))}:is(.dark .dark\:text-emerald-300){--tw-text-opacity: 1;color:rgb(110 231 183 / var(--tw-text-opacity))}:is(.dark .dark\:text-emerald-400){--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity))}:is(.dark .dark\:text-gray-300){--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}:is(.dark .dark\:text-gray-400){--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}:is(.dark .dark\:text-green-300){--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity))}:is(.dark .dark\:text-green-400){--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity))}:is(.dark .dark\:text-indigo-300){--tw-text-opacity: 1;color:rgb(165 180 252 / var(--tw-text-opacity))}:is(.dark .dark\:text-indigo-400){--tw-text-opacity: 1;color:rgb(129 140 248 / var(--tw-text-opacity))}:is(.dark .dark\:text-orange-300){--tw-text-opacity: 1;color:rgb(253 186 116 / var(--tw-text-opacity))}:is(.dark .dark\:text-orange-400){--tw-text-opacity: 1;color:rgb(251 146 60 / var(--tw-text-opacity))}:is(.dark .dark\:text-pink-300){--tw-text-opacity: 1;color:rgb(249 168 212 / var(--tw-text-opacity))}:is(.dark .dark\:text-pink-400){--tw-text-opacity: 1;color:rgb(244 114 182 / var(--tw-text-opacity))}:is(.dark .dark\:text-purple-200){--tw-text-opacity: 1;color:rgb(233 213 255 / var(--tw-text-opacity))}:is(.dark .dark\:text-purple-300){--tw-text-opacity: 1;color:rgb(216 180 254 / var(--tw-text-opacity))}:is(.dark .dark\:text-purple-400){--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity))}:is(.dark .dark\:text-red-300){--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity))}:is(.dark .dark\:text-red-400){--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity))}:is(.dark .dark\:text-rose-400){--tw-text-opacity: 1;color:rgb(251 113 133 / var(--tw-text-opacity))}:is(.dark .dark\:text-teal-300){--tw-text-opacity: 1;color:rgb(94 234 212 / var(--tw-text-opacity))}:is(.dark .dark\:text-teal-400){--tw-text-opacity: 1;color:rgb(45 212 191 / var(--tw-text-opacity))}:is(.dark .dark\:text-violet-300){--tw-text-opacity: 1;color:rgb(196 181 253 / var(--tw-text-opacity))}:is(.dark .dark\:text-violet-400){--tw-text-opacity: 1;color:rgb(167 139 250 / var(--tw-text-opacity))}:is(.dark .dark\:text-yellow-300){--tw-text-opacity: 1;color:rgb(253 224 71 / var(--tw-text-opacity))}:is(.dark .dark\:text-yellow-400){--tw-text-opacity: 1;color:rgb(250 204 21 / var(--tw-text-opacity))}:is(.dark .dark\:ring-emerald-700){--tw-ring-opacity: 1;--tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity))}:is(.dark .dark\:hover\:bg-amber-950\/50:hover){background-color:#451a0380}@media (min-width: 640px){.sm\:bottom-5{bottom:1.25rem}.sm\:right-16{right:4rem}.sm\:right-5{right:1.25rem}.sm\:order-2{order:2}.sm\:order-3{order:3}.sm\:col-span-1{grid-column:span 1 / span 1}.sm\:mb-5{margin-bottom:1.25rem}.sm\:mb-8{margin-bottom:2rem}.sm\:mt-0{margin-top:0}.sm\:block{display:block}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:h-20{height:5rem}.sm\:h-\[38px\]{height:38px}.sm\:w-80{width:20rem}.sm\:w-\[38px\]{width:38px}.sm\:w-auto{width:auto}.sm\:max-w-\[300px\]{max-width:300px}.sm\:max-w-\[425px\]{max-width:425px}.sm\:columns-2{-moz-columns:2;columns:2}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-\[1fr_auto_1fr\]{grid-template-columns:1fr auto 1fr}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:gap-0{gap:0px}.sm\:gap-2{gap:.5rem}.sm\:gap-2\.5{gap:.625rem}.sm\:gap-5{gap:1.25rem}.sm\:space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:justify-self-center{justify-self:center}.sm\:p-5{padding:1.25rem}.sm\:p-6{padding:1.5rem}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-2{padding-top:.5rem;padding-bottom:.5rem}.sm\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.sm\:py-4{padding-top:1rem;padding-bottom:1rem}.sm\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.sm\:text-left{text-align:left}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media (min-width: 768px){.md\:col-span-1{grid-column:span 1 / span 1}.md\:ml-0{margin-left:0}.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:hidden{display:none}.md\:w-64{width:16rem}.md\:w-80{width:20rem}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}.md\:text-2xl{font-size:1.5rem;line-height:2rem}}@media (min-width: 1024px){.lg\:col-span-1{grid-column:span 1 / span 1}.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:flex{display:flex}.lg\:hidden{display:none}.lg\:columns-3{-moz-columns:3;columns:3}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:gap-6{gap:1.5rem}.lg\:self-start{align-self:flex-start}}@media (min-width: 1280px){.xl\:columns-4{-moz-columns:4;columns:4}.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.\[\&\:\:-webkit-slider-thumb\]\:h-4::-webkit-slider-thumb{height:1rem}.\[\&\:\:-webkit-slider-thumb\]\:w-4::-webkit-slider-thumb{width:1rem}.\[\&\:\:-webkit-slider-thumb\]\:appearance-none::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none}.\[\&\:\:-webkit-slider-thumb\]\:rounded-full::-webkit-slider-thumb{border-radius:9999px}.\[\&\:\:-webkit-slider-thumb\]\:bg-primary::-webkit-slider-thumb{background-color:hsl(var(--primary))}.\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]){background-color:hsl(var(--accent))}.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child{border-top-left-radius:calc(var(--radius) - 2px);border-bottom-left-radius:calc(var(--radius) - 2px)}.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child{border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-accent\/50:has([aria-selected].day-outside){background-color:hsl(var(--accent) / .5)}.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end){border-top-right-radius:calc(var(--radius) - 2px);border-bottom-right-radius:calc(var(--radius) - 2px)}.\[\&\>span\]\:line-clamp-1>span{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}:root{--ease-out-expo: cubic-bezier(.22, 1, .36, 1);--ease-bounce: cubic-bezier(.68, -.55, .265, 1.55);--ease-in-out: cubic-bezier(.4, 0, .2, 1);--ease-out: cubic-bezier(0, 0, .2, 1);--duration-instant: .1s;--duration-fast: .15s;--duration-normal: .3s;--duration-slow: .5s;--duration-emphasis: .6s;--stagger-interval: 50ms;--stagger-interval-fast: 30ms;--stagger-interval-slow: 80ms}.animate-mount{animation:mount var(--duration-normal) var(--ease-out-expo) backwards}.animate-mount-fast{animation:mount var(--duration-fast) var(--ease-out-expo) backwards}.animate-mount-slow{animation:mount var(--duration-slow) var(--ease-out-expo) backwards}@keyframes mount{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.animate-fade{animation:fadeIn var(--duration-normal) var(--ease-out) backwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-scale{animation:scaleIn var(--duration-normal) var(--ease-bounce) backwards}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.animate-slide-up{animation:slideUp var(--duration-normal) var(--ease-out-expo) backwards}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-slide-right{animation:slideFromRight var(--duration-normal) var(--ease-out-expo) backwards}@keyframes slideFromRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.stagger-children>*:nth-child(1){animation-delay:calc(var(--stagger-interval) * 1)}.stagger-children>*:nth-child(2){animation-delay:calc(var(--stagger-interval) * 2)}.stagger-children>*:nth-child(3){animation-delay:calc(var(--stagger-interval) * 3)}.stagger-children>*:nth-child(4){animation-delay:calc(var(--stagger-interval) * 4)}.stagger-children>*:nth-child(5){animation-delay:calc(var(--stagger-interval) * 5)}.stagger-children>*:nth-child(6){animation-delay:calc(var(--stagger-interval) * 6)}.stagger-children>*:nth-child(7){animation-delay:calc(var(--stagger-interval) * 7)}.stagger-children>*:nth-child(8){animation-delay:calc(var(--stagger-interval) * 8)}.stagger-children>*:nth-child(9){animation-delay:calc(var(--stagger-interval) * 9)}.stagger-children>*:nth-child(10){animation-delay:calc(var(--stagger-interval) * 10)}.stagger-children-fast>*:nth-child(1){animation-delay:calc(var(--stagger-interval-fast) * 1)}.stagger-children-fast>*:nth-child(2){animation-delay:calc(var(--stagger-interval-fast) * 2)}.stagger-children-fast>*:nth-child(3){animation-delay:calc(var(--stagger-interval-fast) * 3)}.stagger-children-fast>*:nth-child(4){animation-delay:calc(var(--stagger-interval-fast) * 4)}.stagger-children-fast>*:nth-child(5){animation-delay:calc(var(--stagger-interval-fast) * 5)}.stagger-children-fast>*:nth-child(6){animation-delay:calc(var(--stagger-interval-fast) * 6)}.animate-shimmer{animation:shimmer 2s infinite;background:linear-gradient(90deg,var(--bg-muted, hsl(0 0% 15%)) 0%,var(--bg-subtle, hsl(0 0% 20%)) 50%,var(--bg-muted, hsl(0 0% 15%)) 100%);background-size:200% 100%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.animate-pulse{animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-spin{animation:spin .8s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.animate-pop{animation:pop var(--duration-normal) var(--ease-bounce)}@keyframes pop{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.animate-bounce{animation:bounce .6s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.animate-glow{animation:glow 2s ease-in-out infinite}@keyframes glow{0%,to{box-shadow:0 0 5px var(--glow-color, rgba(255, 255, 255, .3))}50%{box-shadow:0 0 20px var(--glow-color, rgba(255, 255, 255, .6))}}@media (prefers-reduced-motion: reduce){.animate-mount,.animate-mount-fast,.animate-mount-slow,.animate-fade,.animate-scale,.animate-slide-up,.animate-slide-right,.animate-pop,.animate-bounce,.animate-glow,.animate-shimmer,.animate-pulse,.animate-spin{animation:none}.stagger-children>*,.stagger-children-fast>*{animation-delay:0ms!important}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}@media (hover: none) and (pointer: coarse){.task-card-v2,.swipeable-item-wrapper,.habit-card{min-height:60px}.is-swiping,.is-swiping *{-moz-user-select:none!important;user-select:none!important;-webkit-user-select:none!important;-webkit-touch-callout:none!important}.task-card-edit-btn,.task-card-drag-handle,.carried-action-btn{min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center}.task-card-drag-handle{display:none!important}.swipeable-item-wrapper:not(.has-swiped):after{content:"";position:absolute;top:50%;right:8px;width:24px;height:2px;background:linear-gradient(90deg,transparent,hsl(var(--muted-foreground)));transform:translateY(-50%);opacity:0;animation:swipeHint 3s ease-in-out 2s infinite}@keyframes swipeHint{0%,to{opacity:0;transform:translateY(-50%) translate(0)}25%{opacity:.5}50%{opacity:0;transform:translateY(-50%) translate(-20px)}}}.swipeable-item-wrapper{position:relative;overflow:hidden;border-radius:inherit;touch-action:pan-y}.swipeable-item-wrapper.is-swiping{cursor:grabbing}.swipeable-action{display:flex;align-items:center;padding:0 20px;color:#fff;font-weight:600;font-size:14px;gap:8px;border-radius:inherit}.swipeable-action-left{justify-content:flex-end}.swipeable-action-right{justify-content:flex-start}.swipeable-content{position:relative;background:inherit;border-radius:inherit;touch-action:pan-y}.swipeable-item-wrapper.is-swiping .swipeable-content{cursor:grabbing}.swipeable-progress{pointer-events:none}.task-card-swipe-action{display:flex;align-items:center;color:#fff;font-weight:600;font-size:14px;gap:8px}.task-card-swipe-complete{padding-left:16px}.task-card-swipe-delete{padding-right:16px;justify-content:flex-end}.task-card-v2-wrapper.is-swiping .task-card-v2{box-shadow:0 4px 16px #0000001a}@keyframes taskCompleted{0%{transform:scale(1)}50%{transform:scale(.95);opacity:.8}to{transform:scale(1);opacity:1}}.task-card-v2.completing{animation:taskCompleted .3s ease-out}.habit-swipe-complete{background:linear-gradient(90deg,#22c55e,#16a34a)}.habit-swipe-undo{background:linear-gradient(90deg,#f59e0b,#d97706)}@keyframes habitCompleted{0%{transform:scale(1);background-color:transparent}50%{transform:scale(.98);background-color:#22c55e1a}to{transform:scale(1);background-color:transparent}}.habit-card.completing{animation:habitCompleted .3s ease-out}@media (hover: none) and (pointer: coarse){button,[role=button],.btn,.button{min-height:44px;min-width:44px}input[type=checkbox],input[type=radio]{min-width:24px;min-height:24px}.list-item a,.menu-item{min-height:44px;display:flex;align-items:center}select,.select-trigger{min-height:44px}input[type=text],input[type=email],input[type=password],input[type=number],input[type=search],textarea{min-height:44px;font-size:16px}}.is-swiping{touch-action:pan-x!important;overscroll-behavior:none}.has-swiping-child{overflow:hidden}@media (hover: none) and (pointer: coarse){.task-card-v2:active:not(.is-swiping),.swipeable-content:active:not(.is-swiping){transform:scale(.98);transition:transform .1s ease}}@media (hover: hover) and (pointer: fine){.swipeable-item-wrapper:hover .swipeable-content{box-shadow:0 2px 8px #0000000d}}@media (prefers-reduced-motion: reduce){.swipeable-content,.swipeable-action,.swipeable-progress,.task-card-v2,.task-card-swipe-action{transition:none!important}.swipeable-item-wrapper:not(.has-swiped):after{animation:none!important}.task-card-v2.completing,.habit-card.completing{animation:none!important}}.swipeable-content:focus-visible{outline:2px solid hsl(var(--primary));outline-offset:2px}.dark .task-card-swipe-complete{background-color:#16a34a}.dark .task-card-swipe-delete{background-color:#dc2626}.dark .swipeable-progress>div{opacity:.8}@media (max-width: 380px){.swipeable-action{padding:0 12px;font-size:12px;gap:4px}.swipeable-action svg{width:18px;height:18px}.task-card-swipe-complete,.task-card-swipe-delete{padding-left:12px;padding-right:12px;font-size:12px}}.no-swipe{touch-action:pan-y!important}.no-swipe .swipeable-content{transform:none!important;transition:none!important}.horizontal-scroll{touch-action:pan-x pan-y;overflow-x:auto;-webkit-overflow-scrolling:touch}
