.splash-screen{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#fff;display:flex;align-items:center;justify-content:center;z-index:9999;opacity:1;transition:opacity .3s ease-in-out}.splash-screen.hidden{opacity:0;pointer-events:none}.splash-content{text-align:center;display:flex;flex-direction:column;align-items:center;gap:0;max-width:29rem;padding:0 1.25rem}.splash-branding{display:flex;flex-direction:column;align-items:center;gap:0}.splash-logo{display:flex;align-items:center;justify-content:center;height:15rem;width:15rem;animation:fadeInLogo .2s ease-out forwards;margin-bottom:.25rem}.splash-logo img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.splash-wordmark{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;line-height:1.05;letter-spacing:-.03em;color:#1f2937;animation:fadeInText .3s ease-out .05s forwards;opacity:0}.splash-headline{font-size:clamp(1.15rem,2.6vw,1.35rem);font-weight:600;color:#111827;margin:0;margin-top:.5rem;letter-spacing:-.02em;line-height:1.35;animation:fadeInText .3s ease-out .1s forwards;opacity:0;max-width:24rem}.splash-subheadline{font-size:1rem;color:#4b5563;margin:0;margin-top:.85rem;line-height:1.6;animation:fadeInText .3s ease-out .2s forwards;opacity:0;max-width:26rem}.splash-supporting{font-size:.875rem;color:#6b7280;margin:0;margin-top:.25rem;animation:fadeInText .3s ease-out .3s forwards;opacity:0}.splash-button{margin-top:1.75rem;padding:.8rem 1.35rem;background-color:#111827;color:#fff;border:none;border-radius:.75rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .2s ease-in-out,transform .2s ease-in-out,box-shadow .2s ease-in-out;animation:fadeInButton .4s ease-out .4s forwards;opacity:0}.splash-button:hover{background-color:#1f2937;transform:translateY(-1px);box-shadow:0 10px 24px #11182724}@media (max-width: 640px){.splash-content{max-width:22rem;padding:0 1rem}.splash-logo{width:10rem;height:10rem}.splash-wordmark{font-size:1.85rem}.splash-headline{font-size:1.05rem;max-width:18rem}.splash-subheadline{font-size:.95rem;max-width:19rem}.splash-button{margin-top:1.5rem;width:100%;max-width:14rem}}@keyframes fadeInLogo{0%{opacity:0}to{opacity:1}}@keyframes fadeInText{0%{opacity:0}to{opacity:1}}@keyframes fadeInButton{0%{opacity:0}to{opacity:1}}.dev-login-container{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:72px var(--spacing-4) var(--spacing-8);font-family:var(--font-primary)}.dev-banner{position:fixed;top:0;left:0;right:0;background-color:#fef3c7;border-bottom:2px solid #f59e0b;display:flex;align-items:center;justify-content:center;gap:var(--spacing-2);padding:var(--spacing-3) var(--spacing-4);font-size:.875rem;z-index:var(--z-fixed)}.dev-badge{display:inline-flex;align-items:center;justify-content:center;background-color:#f59e0b;color:#fff;font-weight:700;font-size:.75rem;padding:.25rem .5rem;border-radius:.25rem;letter-spacing:.05em}.dev-text{color:#92400e;font-weight:500}.dev-login-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012,0 10px 20px #0000000d;padding:2rem 2rem 1.75rem;width:100%;max-width:440px}.dev-login-version{margin-top:1rem;font-size:.75rem;color:#cbd5e1;text-align:center;pointer-events:none}.dev-login-version-line{display:flex;align-items:center;justify-content:center;gap:.5rem;flex-wrap:wrap}.dev-login-version-host{margin-top:.25rem;color:#94a3b8;word-break:break-word}.dev-env-badge{display:inline-flex;align-items:center;justify-content:center;padding:.15rem .45rem;border-radius:999px;font-size:.6875rem;font-weight:700;letter-spacing:.04em}.dev-env-badge--local{background-color:#22c55e2e;color:#86efac}.dev-env-badge--prod{background-color:#f871712e;color:#fca5a5}.dev-env-badge--custom{background-color:#fbbf242e;color:#fcd34d}.dev-login-branding{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:.9rem}.dev-login-logo{display:flex;justify-content:center;align-items:center;margin-bottom:.1rem;line-height:0}.dev-login-logo img{width:min(9.75rem,100%);height:auto;-o-object-fit:contain;object-fit:contain}.dev-login-wordmark{margin-top:0;font-size:clamp(1.9rem,4.5vw,2.3rem);font-weight:700;line-height:1.05;letter-spacing:-.025em;color:#1f2937}.dev-login-tagline{margin-top:.45rem;font-size:.95rem;font-weight:500;color:#6b7280;letter-spacing:0;max-width:20rem;line-height:1.5}.dev-login-beta-badge{margin-top:.35rem;color:#9ca3af;font-size:.75rem;font-weight:400;letter-spacing:normal;font-style:italic}.dev-login-subtitle{font-size:.95rem;text-align:center;color:var(--text-secondary);margin-top:.2rem;margin-bottom:1rem}.dev-login-form{display:flex;flex-direction:column;gap:1.1rem}.dev-form-label-row{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-3)}.dev-form-label-row .dev-form-label{margin-bottom:0}.dev-form-meta{display:flex;justify-content:flex-end;margin-top:calc(var(--spacing-4) * -1)}.dev-forgot-password-link{border:none;background:none;padding:0;font-size:.8125rem;font-weight:600;color:var(--brand-primary);text-decoration:none;cursor:pointer}.dev-forgot-password-link:hover{color:var(--brand-primary-dark);text-decoration:underline}.dev-form-group{display:flex;flex-direction:column;gap:.45rem}.dev-form-label{font-size:.875rem;font-weight:600;color:var(--text-primary)}.dev-form-input{padding:.85rem var(--spacing-4);border:1px solid var(--border-primary);border-radius:8px;font-size:.875rem;font-family:var(--font-primary);transition:all .2s ease;background-color:var(--bg-primary);color:var(--text-primary)}.dev-form-input:focus{outline:none;border-color:var(--brand-primary);box-shadow:0 0 0 3px #0ea5e91a}.dev-form-input:disabled{background-color:var(--bg-tertiary);color:var(--text-muted);cursor:not-allowed}.dev-password-input-wrapper{position:relative;display:flex;align-items:center}.dev-password-input-wrapper .dev-form-input{padding-right:3rem;width:100%}.dev-password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;padding:.5rem;cursor:pointer;color:var(--text-tertiary);transition:color .2s ease;display:flex;align-items:center;justify-content:center;border-radius:4px}.dev-password-toggle:hover:not(:disabled){color:var(--brand-primary);background-color:#0ea5e90d}.dev-password-toggle:focus{outline:2px solid var(--brand-primary);outline-offset:2px}.dev-password-toggle:disabled{cursor:not-allowed;opacity:.5}.dev-remember-row{display:flex;align-items:center;gap:.625rem;margin-top:calc(var(--spacing-2) * -1);color:var(--text-secondary);font-size:.8125rem;cursor:pointer}.dev-remember-row input{margin:0;width:1rem;height:1rem;cursor:pointer}.dev-error-message{display:flex;align-items:center;gap:var(--spacing-2);padding:var(--spacing-3) var(--spacing-4);background-color:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.875rem;font-weight:500}.dev-error-icon{font-size:1.125rem}.dev-login-button{padding:var(--spacing-3) var(--spacing-6);background-color:var(--brand-primary);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:.35rem}.dev-login-button:hover:not(:disabled){background-color:var(--brand-primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #0284c74d}.dev-login-button:active:not(:disabled){transform:translateY(0)}.dev-login-button:disabled{background-color:var(--text-tertiary);cursor:not-allowed;opacity:.7}.dev-auth-switch{margin-top:calc(var(--spacing-2) * -1);text-align:center;font-size:.875rem;color:var(--text-secondary)}.dev-auth-link{color:var(--brand-primary);font-weight:600;text-decoration:none}.dev-auth-link:hover{color:var(--brand-primary-dark);text-decoration:underline}.dev-info-box{margin-top:var(--spacing-10);padding:var(--spacing-4);background-color:var(--bg-secondary);border-left:4px solid var(--brand-primary);border-radius:8px;font-size:.8125rem}.dev-info-title{font-weight:600;color:var(--text-primary);margin-bottom:var(--spacing-2)}.dev-info-list{list-style:none;margin-bottom:var(--spacing-3);color:var(--text-secondary)}.dev-info-list li{padding:var(--spacing-1) 0}.dev-info-list strong{color:var(--text-primary)}.dev-info-note{color:var(--text-tertiary);font-style:italic;margin-top:var(--spacing-2)}.dev-account-selector{margin-bottom:var(--spacing-6)}.dev-account-selector-label{font-size:.75rem;font-weight:600;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:var(--spacing-3)}.dev-account-cards{display:flex;flex-direction:column;gap:var(--spacing-2)}.dev-account-card{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;width:100%;padding:var(--spacing-3) var(--spacing-4);background-color:var(--bg-secondary);border:1.5px solid var(--border-primary);border-radius:8px;cursor:pointer;text-align:left;transition:all .15s ease;font-family:var(--font-primary)}.dev-account-card:hover:not(:disabled){border-color:var(--brand-primary);background-color:#f0f9ff}.dev-account-card--selected{border-color:var(--brand-primary);background-color:#f0f9ff;box-shadow:0 0 0 3px #0ea5e91f}.dev-account-card:disabled{opacity:.6;cursor:not-allowed}.dev-account-card-main{display:flex;flex-direction:column;gap:.125rem;width:100%}.dev-account-card-name{font-size:.875rem;font-weight:600;color:var(--text-primary)}.dev-account-card-email{font-size:.75rem;color:var(--text-tertiary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.dev-account-role-tag{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .5rem;border-radius:.25rem;white-space:nowrap;margin-top:.25rem}.dev-account-role-tag--blue{background-color:#dbeafe;color:#1d4ed8}.dev-account-role-tag--slate{background-color:#f1f5f9;color:#475569}@media (max-width: 640px){.dev-login-container{padding-top:72px}.dev-login-card{padding:1.5rem 1.25rem 1.35rem;max-width:100%}.dev-login-logo img{width:min(7.5rem,100%)}.dev-login-wordmark{font-size:clamp(1.75rem,7vw,2rem)}.dev-login-tagline{font-size:.9rem;max-width:16rem}.dev-login-subtitle{font-size:.9rem}.dev-banner{flex-direction:column;gap:var(--spacing-1);padding:var(--spacing-2) var(--spacing-3)}.dev-badge{padding:.25rem .75rem}.dev-text{font-size:.75rem}}.password-reset-container{justify-content:center}.password-reset-card{max-width:460px}.password-reset-branding{margin-bottom:1rem}.password-reset-logo img{width:min(7.5rem,100%)}.password-reset-copy{margin:0 0 1rem;text-align:center;font-size:.9rem;line-height:1.5;color:var(--text-secondary)}.password-reset-success{padding:var(--spacing-3) var(--spacing-4);border-radius:8px;border:1px solid #bbf7d0;background-color:#f0fdf4;color:#166534;font-size:.875rem;font-weight:500}@media (max-width: 640px){.password-reset-container{justify-content:flex-start}.password-reset-card{max-width:100%}}.logout-button{display:flex;align-items:center;gap:var(--spacing-2);padding:var(--spacing-2) var(--spacing-4);background-color:transparent;border:1px solid var(--border-primary);border-radius:8px;color:var(--text-secondary);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.logout-button:hover:not(:disabled){background-color:var(--bg-tertiary);border-color:var(--color-error);color:var(--color-error)}.logout-button:active:not(:disabled){background-color:var(--bg-secondary)}.logout-button:disabled{opacity:.6;cursor:not-allowed}.logout-button svg{width:18px;height:18px}@media (max-width: 640px){.logout-button{padding:var(--spacing-2) var(--spacing-3)}.logout-button span{display:none}}.app-header{background-color:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:40}.app-header-container{max-width:100%;width:100%;height:64px;margin:0 auto;padding:0 12px;display:flex;align-items:center;justify-content:space-between;gap:18px;box-sizing:border-box}.header-logo-section{display:flex;align-items:center;gap:6px;flex-shrink:0;min-width:0}.header-icon{width:31.25px;height:31.25px;display:flex;align-items:center;justify-content:center}.perch-brand-icon{width:auto!important;height:38px!important;display:block;flex-shrink:0;transform:scale(1.18);transform-origin:left center;margin-right:2px}.header-title{font-size:1.125rem;font-weight:700;color:#111827;letter-spacing:-.02em;white-space:nowrap;line-height:1}.header-nav{display:flex;align-items:center;gap:4px;margin-left:8px;flex:1;min-width:0}.header-identity-strip{width:100%;padding:4px 12px;border-top:1px solid #f1f5f9;background-color:#f8fafc;color:#64748b;font-size:.75rem;line-height:1.5;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:12px}.header-identity-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-identity-actions{display:flex;align-items:center;flex:0 0 auto;margin-left:auto}.nav-link{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:6px;font-size:.875rem;font-weight:500;color:#6b7280;background:transparent;border:none;cursor:pointer;transition:all .2s ease-in-out;white-space:nowrap}.nav-link:hover{color:#111827;background-color:#f3f4f6}.nav-link.active{color:#111827;font-weight:600;background-color:#f3f4f6}.nav-icon{width:16px;height:16px;flex-shrink:0}@media (max-width: 640px){.app-header-container{height:56px;padding:0 8px;gap:8px}.header-logo-section{gap:4px}.perch-brand-icon{height:31px!important;transform:scale(1.14);margin-right:0}.header-title{font-size:1rem}.nav-link{padding:3px 5px;font-size:.8125rem}.header-identity-strip{padding:3px 8px;gap:8px;font-size:.6875rem}}.error-banner{background-color:#fee2e2;border-bottom:2px solid #dc2626;padding:16px 0;position:sticky;top:0;z-index:100}.error-banner-content{display:flex;align-items:center;gap:12px;max-width:1200px;margin:0 auto;padding:0 16px}.error-banner-icon{flex-shrink:0;color:#dc2626;display:flex;align-items:center;justify-content:center}.error-banner-message{flex:1;color:#7f1d1d;font-size:14px;line-height:1.5}.error-banner-message p{margin:0}.error-banner-close{flex-shrink:0;background:none;border:none;color:#dc2626;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.error-banner-close:hover{color:#b91c1c}@media (max-width: 640px){.error-banner{padding:12px 0}.error-banner-content{padding:0 12px;gap:8px}.error-banner-message{font-size:13px}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:500;font-size:.875rem;border-radius:.375rem;border:1px solid transparent;cursor:pointer;transition:all .15s ease;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none}.btn:disabled{opacity:.5;cursor:not-allowed}.btn:focus-visible{outline:2px solid transparent;outline-offset:2px}.btn-primary{background-color:#0ea5e9;color:#fff;border-color:#0ea5e9;box-shadow:0 1px 2px #0ea5e914}.btn-primary:hover:not(:disabled){background-color:#0284c7;border-color:#0284c7;box-shadow:0 4px 6px -1px #0ea5e91f}.btn-primary:active:not(:disabled){background-color:#0369a1;border-color:#0369a1}.btn-secondary{background-color:transparent;color:#1e293b;border-color:#e2e8f0}.btn-secondary:hover:not(:disabled){background-color:#f8fafc;border-color:#cbd5e1;color:#0284c7}.btn-secondary:active:not(:disabled){background-color:#f1f5f9;border-color:#94a3b8}.btn-danger{background-color:#dc2626;color:#fff;border-color:#dc2626;box-shadow:0 1px 2px #dc262614}.btn-danger:hover:not(:disabled){background-color:#b91c1c;border-color:#b91c1c;box-shadow:0 4px 6px -1px #dc26261f}.btn-danger:active:not(:disabled){background-color:#991b1b;border-color:#991b1b}.btn-ghost{background-color:transparent;color:#64748b;border-color:transparent}.btn-ghost:hover:not(:disabled){background-color:#f1f5f9;color:#1e293b}.btn-ghost:active:not(:disabled){background-color:#e2e8f0;color:#0284c7}.btn-sm{padding:.375rem .75rem;font-size:.8125rem;gap:.375rem}.btn-md{padding:.5rem 1rem;font-size:.875rem}.btn-lg{padding:.75rem 1.5rem;font-size:.9375rem}.checklist-group-view{display:flex;flex-direction:column;gap:.5rem}.checklist-group-view__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:.625rem .75rem;background:#f8fafc;border:1px solid #e5e7eb;border-radius:.75rem}.checklist-group-view__header-main{min-width:0;display:flex;flex-direction:column;gap:.2rem}.checklist-group-view__title{margin:0;font-size:1rem;font-weight:600;color:#334155;line-height:1.35}.checklist-group-view__meta{margin:0;font-size:.75rem;color:#94a3b8;line-height:1.4}.checklist-group-view__actions{display:flex;align-items:center;justify-content:flex-end;gap:.375rem;flex-wrap:wrap;flex-shrink:0}.checklist-group-view__link-action,.checklist-group-view__secondary-action{min-height:2.25rem;border-radius:.625rem;font:inherit;font-size:.8125rem;font-weight:600}.checklist-group-view__link-action{border:none;background:none;padding:.4rem .2rem;color:#0f766e;cursor:pointer}.checklist-group-view__link-action:hover:not(:disabled),.checklist-group-view__link-action:focus-visible:not(:disabled){color:#115e59;text-decoration:underline}.checklist-group-view__secondary-action{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem .625rem;cursor:pointer;border:1px solid #d1d5db;background:#fff;color:#334155}.checklist-group-view__secondary-action:hover:not(:disabled),.checklist-group-view__secondary-action:focus-visible:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.checklist-group-view__secondary-action--delete{border-color:#fca5a5;color:#dc2626}.checklist-group-view__secondary-action--delete:hover:not(:disabled),.checklist-group-view__secondary-action--delete:focus-visible:not(:disabled){background:#fef2f2;border-color:#f87171}.checklist-group-view__link-action:disabled,.checklist-group-view__secondary-action:disabled{opacity:.55;cursor:not-allowed}.checklist-group-view__items{display:flex;flex-direction:column;gap:.5rem}.checklist-group-view__item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;min-height:44px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;transition:background-color .15s ease,border-color .15s ease}.checklist-group-view__item.is-interactive{cursor:pointer}.checklist-group-view__item.is-interactive:hover,.checklist-group-view__item.is-interactive:focus-visible{background:#f3f4f6}.checklist-group-view__item.is-busy{cursor:default}.checklist-group-view__checkbox{margin-top:2px;width:18px;height:18px;pointer-events:none;flex-shrink:0}.checklist-group-view__item-content{flex:1;min-width:0}.checklist-group-view__item-title{display:block;font-weight:500;color:#1f2937;word-break:break-word}.checklist-group-view__item-notes{font-size:.875rem;color:#6b7280;margin-top:.25rem;margin-bottom:0;word-break:break-word}.checklist-group-view__item.is-done .checklist-group-view__item-title,.checklist-group-view__item.is-done .checklist-group-view__item-notes{color:#9ca3af}.checklist-group-view__item.is-done .checklist-group-view__item-title{text-decoration:line-through}.checklist-group-view--timeline .checklist-group-view__title{font-size:.875rem;font-weight:500;color:#374151}.checklist-group-view--timeline .checklist-group-view__header{padding:.5rem;border-radius:.375rem}.checklist-group-view--timeline .checklist-group-view__secondary-action{padding:.375rem .5rem;font-size:.75rem}@media (max-width: 768px){.checklist-group-view__header{flex-direction:column}.checklist-group-view__actions{width:100%;justify-content:flex-start}}.schedule-timeline{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;display:flex;flex-direction:column;gap:2rem;padding:.5rem 0}.timeline-empty{text-align:center;padding:3rem 1rem;color:#94a3b8;font-size:.875rem;font-weight:500}.timeline-date-section{display:flex;flex-direction:column;gap:1rem}.timeline-date-header{padding:1.25rem 0 .75rem;border-bottom:1px solid #e2e8f0}.timeline-date-title{font-size:1.125rem;font-weight:700;color:#1e293b;letter-spacing:-.01em;margin:0}.timeline-events{display:flex;flex-direction:column}.timeline-event-wrapper{display:flex;gap:1.5rem;margin-bottom:0}.timeline-marker-column{display:flex;flex-direction:column;align-items:center;gap:0;min-width:3rem;position:relative}.timeline-dot{width:1.25rem;height:1.25rem;border-radius:50%;flex-shrink:0;border:3px solid white;box-shadow:0 0 0 2px #0ea5e9;z-index:2;background-color:#0ea5e9}.timeline-line{width:2px;flex-grow:1;min-height:2rem;background-color:#e2e8f0}.timeline-line-extended{width:2px;height:2rem;margin-top:.5rem;background-color:#e2e8f0}.timeline-content{flex:1;padding-top:.125rem}.timeline-event-time{font-size:.875rem;font-weight:500;color:#64748b;text-transform:none;letter-spacing:0;margin-bottom:.375rem;white-space:nowrap}.timeline-event-card{background:#fff;border:1px solid #e2e8f0;border-radius:.375rem;padding:1rem;transition:all .15s ease}.timeline-event-card:hover{box-shadow:0 4px 12px #00000014;border-color:#cbd5e1}.timeline-card-past{opacity:.65;background:#f8fafc;border-color:#e2e8f0}.timeline-card-past:hover{opacity:.75;box-shadow:0 2px 8px #0000000f}.timeline-card-current{border-color:#3b82f6;border-width:2px;background:#eff6ff;box-shadow:0 0 0 3px #3b82f61a}.timeline-card-current:hover{box-shadow:0 0 0 3px #3b82f626,0 4px 12px #00000014}.timeline-status-badge{display:inline-flex;align-items:center;padding:.125rem .5rem;font-size:.75rem;font-weight:600;border-radius:.25rem;text-transform:uppercase;letter-spacing:.025em}.timeline-status-badge-past{background-color:#f1f5f9;color:#64748b;border:1px solid #cbd5e1}.timeline-status-badge-current{background-color:#dbeafe;color:#1e40af;border:1px solid #93c5fd}.timeline-event-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:nowrap}.timeline-title-block{flex:1;min-width:0}.timeline-event-title{font-size:1.0625rem;font-weight:600;color:#0f172a;letter-spacing:-.015em;margin:0}.timeline-subtitle{display:flex;align-items:center;gap:.375rem;margin-top:.3rem;font-size:.8125rem;color:#64748b;font-weight:400}.timeline-subtitle-dot{color:#cbd5e1;font-size:.875rem}.timeline-event-actions{display:flex;gap:.35rem;flex-shrink:0;margin-left:auto;align-self:flex-start}.timeline-icon-btn{width:2.125rem;height:2.125rem;border:1px solid transparent;border-radius:.5rem;background:transparent;color:#94a3b8;cursor:pointer;transition:all .15s ease;display:inline-flex;align-items:center;justify-content:center}.timeline-icon-btn-edit:hover{background-color:#f8fafc;color:#475569;border-color:#e2e8f0}.timeline-icon-btn-delete:hover{background-color:#fef2f2;color:#dc2626;border-color:#fecaca}.timeline-icon-btn:focus-visible{outline:none;box-shadow:0 0 0 3px #94a3b82e}.timeline-icon-btn-delete:focus-visible{box-shadow:0 0 0 3px #f871712e}.timeline-card-body{margin-top:.875rem;padding-top:.875rem;border-top:1px solid #f1f5f9;display:flex;flex-direction:column;gap:.75rem}.timeline-section{display:flex;flex-direction:column;gap:.3rem}.timeline-section-label{font-size:.6875rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em}.timeline-lead-names{font-size:.9375rem;font-weight:600;color:#1e293b;line-height:1.4}.timeline-vendors-body{display:flex;flex-direction:column;gap:.5rem}.timeline-vendor-group{display:flex;flex-direction:column;gap:.2rem}.timeline-vendor-role-label{font-size:.6875rem;font-weight:700;color:#b0bec5;text-transform:uppercase;letter-spacing:.06em}.timeline-vendor-name{font-size:.875rem;font-weight:500;color:#1e293b;padding-left:.5rem}.timeline-supporting-list{display:flex;flex-direction:column;gap:.25rem;padding-left:.5rem}.timeline-supporting-item{display:flex;align-items:baseline;flex-wrap:wrap;gap:.375rem}.timeline-supporting-name{font-size:.875rem;font-weight:500;color:#334155}.timeline-supporting-meta{font-size:.75rem;color:#94a3b8;font-weight:400}.timeline-supporting-notes{font-size:.75rem;color:#94a3b8;font-weight:400;font-style:italic}.timeline-entourage-tags{display:flex;flex-wrap:wrap;gap:.5rem}.timeline-tag{display:inline-block;background-color:#dbeafe;color:#0c4a6e;padding:.3rem .625rem;border-radius:.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.timeline-tag-role{font-weight:400;text-transform:none;letter-spacing:0;opacity:.75}.timeline-tasks-list{display:flex;flex-direction:column;gap:.5rem}.timeline-task-filters{display:flex;gap:.45rem;flex-wrap:wrap;margin-bottom:.65rem}.timeline-task-filter-chip{border:1px solid #dbe4ea;background:#fff;color:#64748b;border-radius:999px;padding:.28rem .65rem;font-size:.72rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.28rem}.timeline-task-filter-chip.active{border-color:#0f766e;background:#f0fdfa;color:#115e59}.timeline-task-empty-state{margin:0;color:#94a3b8;font-size:.82rem}.timeline-task-toggle-link{margin-top:.55rem;border:none;background:none;padding:0;color:#0f766e;font-size:.78rem;font-weight:600;cursor:pointer;align-self:flex-start}.timeline-task-toggle-link:hover{color:#115e59;text-decoration:underline}.timeline-task-item{display:flex;gap:.5rem;padding:.7rem .75rem;border:1px solid #e5e7eb;border-left:3px solid #cbd5e1;border-radius:.75rem;background:#fff;color:#475569;box-shadow:0 1px 2px #0f172a09;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease}.timeline-task-item:hover{border-color:#d1d5db;box-shadow:0 4px 10px #0f172a0e}.timeline-task-item.attention-emphasis{border-left-color:#f59e0b}.timeline-task-item.task-overdue{background:linear-gradient(180deg,#fef2f2,#fff);border-color:#fecaca;border-left:3px solid #dc2626}.timeline-task-item.task-overdue:hover{border-color:#fca5a5}.timeline-task-item.task-due{background:linear-gradient(180deg,#fefce8,#fff);border-color:#fef08a;border-left:3px solid #eab308}.timeline-task-item.task-due:hover{border-color:#fde047}.timeline-task-due-badge{display:inline-flex;align-items:center;padding:.2rem .5rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;border-radius:.35rem;white-space:nowrap;flex-shrink:0}.timeline-task-due-badge-overdue{background:#dc2626;color:#fff}.timeline-task-due-badge-due{background:#eab308;color:#713f12}.timeline-task-main{width:100%;min-width:0}.timeline-task-title-row{margin-bottom:.45rem}.timeline-task-title{color:#1f2937;font-size:.975rem;font-weight:400;letter-spacing:-.012em;line-height:1.38;overflow-wrap:anywhere}.timeline-task-assignment-row{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem;margin-bottom:.55rem}.timeline-task-note-block{margin-bottom:.55rem}.timeline-task-note-text{margin:0;margin-bottom:.25rem;color:#64748b;font-size:.8rem;line-height:1.45;white-space:pre-line;word-break:break-word}.timeline-task-note-link{border:none;background:none;padding:0;color:#0f766e;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:600}.timeline-task-note-link:hover{color:#115e59;text-decoration:underline}.timeline-section .checklist-group-view__actions{justify-content:flex-start}.timeline-task-inline-label{font-size:.7rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.timeline-task-status-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.timeline-task-status-select{width:auto;min-width:7.5rem;max-width:9.75rem;height:1.95rem;padding:.2rem .55rem;border-radius:999px;border:1px solid #cbd5e1;background:#fff;color:#334155;font-family:inherit;font-size:.75rem;font-weight:500;letter-spacing:-.01em;line-height:1.2;cursor:pointer}.timeline-task-status-select:focus{outline:none;border-color:#38bdf8;box-shadow:0 0 0 3px #0ea5e924}.timeline-task-assigned{display:inline-flex;align-items:center;min-height:1.5rem;color:#334155;font-size:.82rem;font-weight:500;letter-spacing:-.004em;line-height:1.2;white-space:normal}.timeline-task-actor-badge{margin-left:auto}.timeline-task-item.task-done .timeline-task-title{color:#6b7280;text-decoration:line-through;text-decoration-color:#9ca3af;text-decoration-thickness:1.25px}.timeline-task-status-not-started{border-left-color:#cbd5e1;background:#fff}.timeline-task-status-in-progress{border-left-color:#22c55e;background:linear-gradient(90deg,#f0fdf4b8,#fff 42%)}.timeline-task-status-done{border-left-color:#9ca3af;background:linear-gradient(90deg,#f3f4f6bf,#fff 42%)}.timeline-task-status-delayed{border-left-color:#f97316;background:linear-gradient(90deg,#fff7edb8,#fff 42%)}.timeline-task-status-needs-attention{border-left-color:#f59e0b;background:linear-gradient(90deg,#fffbebcc,#fff 42%)}.timeline-task-status-not-started .timeline-task-status-select{border-color:#cbd5e1;background-color:#fff;color:#475569}.timeline-task-status-in-progress .timeline-task-status-select{border-color:#bbf7d0;background-color:#f0fdf4;color:#166534}.timeline-task-status-done .timeline-task-status-select{border-color:#d1d5db;background-color:#f9fafb;color:#4b5563}.timeline-task-status-delayed .timeline-task-status-select{border-color:#fed7aa;background-color:#fff7ed;color:#9a3412}.timeline-task-status-needs-attention .timeline-task-status-select{border-color:#fde68a;background-color:#fffbeb;color:#92400e}.timeline-notes-text{font-size:.875rem;color:#475569;line-height:1.55;margin:0}.timeline-description{padding-top:.25rem}.timeline-description-text{margin:0;color:#94a3b8;font-size:.8125rem;font-style:italic;line-height:1.5}@media (max-width: 640px){.timeline-event-wrapper{gap:.75rem}.timeline-marker-column{min-width:2rem}.timeline-dot{width:1rem;height:1rem}.timeline-event-time{font-size:.75rem}.timeline-event-header{align-items:flex-start}.timeline-title-block{width:100%}.timeline-event-actions{margin-left:0}.timeline-task-item{padding:.65rem .7rem}.timeline-task-main{width:100%}.timeline-task-assignment-row{width:100%;justify-content:flex-start;gap:.35rem}.timeline-task-status-row{width:100%;justify-content:flex-start;gap:.5rem}.timeline-task-note-block{margin-top:.55rem;margin-bottom:.45rem}.timeline-task-status-select{width:auto;min-width:7.75rem;max-width:10rem}.timeline-task-title{font-size:.975rem;line-height:1.36}.timeline-task-assigned{font-size:.78rem;white-space:normal}.timeline-task-actor-badge{margin-left:0}}@media (max-width: 360px){.timeline-task-status-select{width:100%;max-width:100%}.timeline-task-status-row{flex-direction:column;align-items:stretch}.timeline-task-actor-badge{width:100%}}.entourage-filter{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem;margin-bottom:1.5rem}.filter-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;gap:1rem}.filter-title{font-size:.95rem;font-weight:600;color:#111827;margin:0}.filter-actions{display:flex;gap:.5rem}.filter-action-btn{font-size:.8rem;padding:.375rem .75rem;background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:.375rem;cursor:pointer;transition:all .2s ease;font-weight:500}.filter-action-btn:hover{background-color:#e5e7eb;border-color:#9ca3af}.filter-checkboxes{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:.75rem}.filter-checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.filter-checkbox-input{width:1rem;height:1rem;cursor:pointer;accent-color:#3b82f6}.filter-checkbox-text{font-size:.9rem;color:#374151;font-weight:500}.filter-checkbox-label:hover .filter-checkbox-text{color:#1f2937}@media (max-width: 640px){.entourage-filter{padding:.75rem}.filter-header{flex-direction:column;align-items:flex-start}.filter-actions{width:100%}.filter-action-btn{flex:1}.filter-checkboxes{grid-template-columns:repeat(auto-fit,minmax(8rem,1fr));gap:.5rem}}.schedule-view-toggle{display:flex;gap:.75rem;margin-bottom:1.5rem;flex-wrap:wrap}.toggle-btn{flex:1;min-width:120px;padding:.75rem 1rem;border:1px solid #e2e8f0;background-color:#fff;color:#64748b;font-size:.875rem;font-weight:600;border-radius:.375rem;cursor:pointer;transition:all .15s ease;text-transform:uppercase;letter-spacing:.05em}.toggle-btn:hover{border-color:#cbd5e1;background-color:#f8fafc;color:#1e293b}.toggle-btn.active{background-color:#0ea5e9;color:#fff;border-color:#0ea5e9}.toggle-btn.active:hover{background-color:#0284c7;border-color:#0284c7}@media (max-width: 640px){.schedule-view-toggle{gap:.5rem}.toggle-btn{min-width:100px;padding:.625rem .75rem;font-size:.75rem}}.event-files-page__intro{max-width:42rem}.event-files-page__upload-card{overflow:hidden}.event-files-page__selected-file{min-height:3.5rem}.event-files-page__empty-state{padding-left:1.5rem;padding-right:1.5rem}.event-files-page__file-card{overflow:hidden}.event-files-page__file-icon{box-shadow:inset 0 0 0 1px #3b82f614}.event-files-page__file-name{line-height:1.4}.event-files-page__meta span{white-space:nowrap}.event-files-page__actions{width:100%}.event-files-page__action-button{flex:1 1 calc(50% - .5rem);min-width:8.75rem}.event-files-page__action-button--delete{flex-basis:100%}@media (min-width: 768px){.event-files-page__actions{width:auto}.event-files-page__action-button{flex:0 0 auto;min-width:0}.event-files-page__action-button--delete{flex-basis:auto}}.card{background-color:#fff;border-radius:.5rem;border:1px solid #e5e7eb;transition:all .2s ease;box-shadow:0 1px 2px #00000008}.card-padding-none{padding:0}.card-padding-sm{padding:.75rem}.card-padding-md{padding:1rem}.card-padding-lg{padding:1.5rem}.stat-card{background-color:#fff;border-radius:.5rem;padding:1.5rem;border:1px solid #e5e7eb;transition:all .2s ease;box-shadow:0 1px 2px #00000008}.stat-card:hover{border-color:#d1d5db;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.stat-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:.5rem}.stat-title{font-size:.8125rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.stat-icon{color:#94a3b8;width:20px;height:20px;flex-shrink:0}.stat-value{font-size:2rem;font-weight:700;color:#1e293b;line-height:1}.stat-subtitle{font-size:.8125rem;color:#64748b;margin-top:.5rem;font-weight:400}.input-wrapper{display:flex;flex-direction:column;gap:.5rem}.input-label{font-size:.8125rem;font-weight:600;color:#1e293b;text-transform:uppercase;letter-spacing:.05em}.input{padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;font-family:inherit;background-color:#fff;color:#1f2937;transition:all .15s ease}.input:hover:not(:disabled):not(:-moz-read-only){border-color:#9ca3af;background-color:#fff}.input:hover:not(:disabled):not(:read-only){border-color:#9ca3af;background-color:#fff}.input:focus{outline:none;border-color:#0ea5e9;box-shadow:0 0 0 3px #0ea5e914;background-color:#fff}.input:-moz-read-only{background-color:#f1f5f9;color:#94a3b8;cursor:not-allowed}.input:disabled,.input:read-only{background-color:#f1f5f9;color:#94a3b8;cursor:not-allowed}.input-error{border-color:#dc2626;background-color:#fff}.input-error:focus{box-shadow:0 0 0 3px #dc26261a}.input-error-text{font-size:.75rem;color:#dc2626;font-weight:500;display:flex;align-items:center;gap:.25rem}.input::-moz-placeholder{color:#cbd5e1}.input::placeholder{color:#cbd5e1}select.input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%2364748b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;cursor:pointer}select.input:disabled{opacity:.6}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0000004d;display:flex;align-items:center;justify-content:center;z-index:50;animation:fadeIn .2s ease;padding:1rem}.modal-content{background-color:#fff;border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;max-width:480px;max-height:calc(100vh - 2rem);overflow:hidden;display:flex;flex-direction:column;animation:slideUp .2s ease}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0;flex-shrink:0}.modal-title{font-size:1.125rem;font-weight:600;color:#1e293b;letter-spacing:-.01em}.modal-close{background:none;border:none;cursor:pointer;color:#64748b;padding:.375rem;border-radius:.375rem;display:flex;align-items:center;justify-content:center;transition:all .15s ease;flex-shrink:0;margin-left:1rem}.modal-close:hover{background-color:#f1f5f9;color:#1e293b}.modal-close:active{background-color:#e2e8f0}.modal-body{padding:1.5rem;overflow-y:auto;flex:1}.modal-body::-webkit-scrollbar{width:6px}.modal-body::-webkit-scrollbar-track{background:transparent}.modal-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.modal-body::-webkit-scrollbar-thumb:hover{background:#94a3b8}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.form-group{margin-bottom:1.25rem}.form-group:last-child{margin-bottom:0}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-group input,.form-group textarea,.form-group select{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;font-family:inherit;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.category-select-wrapper{display:flex;flex-direction:column;gap:.5rem}.category-select-wrapper select,.category-select-wrapper input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;font-family:inherit}.checklist-editor-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#0f172a73;display:flex;justify-content:center;align-items:center;padding:1rem}.checklist-editor-shell{width:min(100%,64rem);max-height:92vh;display:flex;flex-direction:column;background:#fff;border-radius:1.25rem;box-shadow:0 24px 64px #0f172a33;overflow:hidden}.checklist-editor-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb;background:#fff}.checklist-editor-title{margin:0;font-size:1.125rem;font-weight:600;color:#111827}.checklist-editor-close{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:none;border-radius:999px;background:transparent;color:#6b7280;cursor:pointer}.checklist-editor-close:hover{background:#f3f4f6;color:#111827}.checklist-editor-body{flex:1;overflow-y:auto;padding:1.25rem;background:#fff}.checklist-editor-sections{display:flex;flex-direction:column;gap:1.25rem}.checklist-editor-card{border:1px solid #e5e7eb;border-radius:1rem;padding:1rem;background:#fff}.checklist-editor-section-title{margin:0 0 .875rem;font-size:.875rem;font-weight:700;color:#374151;text-transform:uppercase;letter-spacing:.04em}.checklist-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.checklist-form-grid .form-group.full-width{grid-column:1 / -1}.checklist-time-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.checklist-timeline-inline-section{border:1px solid #e5e7eb;border-radius:.875rem;background:#f8fafc;padding:.875rem}.checklist-inline-toggle-label{display:inline-flex;align-items:center;gap:.5rem;cursor:pointer}.checklist-linked-fields{margin-top:.25rem}.checklist-timeline-helper,.checklist-field-helper{margin:.375rem 0 0;font-size:.8125rem;color:#64748b}.checklist-timeline-helper-warning{color:#b45309}.checklist-inline-validation{margin-top:.5rem;font-size:.8125rem;color:#b91c1c}.checklist-timeline-panel{border:1px solid #e8d5f2;background:#faf5ff;border-radius:.875rem;padding:1rem}.checklist-editor-error{margin-bottom:1rem;padding:.75rem .875rem;border:1px solid #fecaca;border-radius:.75rem;background:#fef2f2;color:#991b1b;font-size:.875rem}.checklist-items-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.625rem}.checklist-items-count{font-size:.875rem;color:#6b7280}.checklist-add-item-button{display:inline-flex;align-items:center;gap:.5rem;border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;border-radius:.75rem;padding:.625rem .875rem;font-size:.875rem;font-weight:600;cursor:pointer}.checklist-add-item-button:disabled{opacity:.55;cursor:not-allowed}.checklist-edit-warning{margin-bottom:.875rem;padding:.75rem .875rem;border-radius:.75rem;background:#fffbeb;border:1px solid #fcd34d;color:#92400e;font-size:.8125rem}.checklist-empty-state{border:1px dashed #d1d5db;border-radius:.875rem;padding:1rem;text-align:center;color:#6b7280;font-size:.875rem}.checklist-row-list{display:flex;flex-direction:column;gap:.75rem}.checklist-sr-announcer{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.checklist-row-handle{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;min-height:2.25rem;border:1px solid #d1d5db;border-radius:.625rem;background:#fff;color:#6b7280;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0}.checklist-row-handle.is-enabled{cursor:grab}.checklist-row-handle.is-enabled:active{cursor:grabbing}.checklist-row-handle.is-enabled:hover{background:#f8fafc;border-color:#93c5fd;color:#1d4ed8}.checklist-row-handle:focus-visible{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f629}.checklist-row-handle.is-disabled{opacity:.45;cursor:default}.checklist-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.625rem;align-items:center;padding:.75rem;border:1px solid #e5e7eb;border-radius:.875rem;background:#fff}.checklist-row.is-dragging{border-color:#60a5fa;box-shadow:0 18px 36px #2563eb29}.checklist-row.is-drop-target{border-color:#93c5fd;box-shadow:0 0 0 2px #3b82f61f}.checklist-row.is-editing{border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f61f;align-items:start}.checklist-row-reorder,.checklist-row-actions{display:flex;align-items:center;gap:.375rem;flex-shrink:0}.checklist-row-reorder,.checklist-row-actions{flex-direction:row}.checklist-row-content{min-width:0}.checklist-row-title{display:block;font-size:.95rem;font-weight:600;color:#111827;line-height:1.3;word-break:break-word}.checklist-row-notes{margin:.2rem 0 0;font-size:.875rem;color:#6b7280;line-height:1.4;white-space:pre-line;word-break:break-word}.checklist-row-button,.checklist-row-save,.checklist-row-cancel{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:2.25rem;min-width:2.25rem;border-radius:.625rem;border:1px solid #d1d5db;background:#fff;color:#374151;cursor:pointer;font-size:.8125rem;font-weight:600;padding:.4375rem .5625rem}.checklist-row-button:hover:not(:disabled),.checklist-row-cancel:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.checklist-row-save{border-color:#1d4ed8;background:#2563eb;color:#fff}.checklist-row-save:hover:not(:disabled){background:#1d4ed8}.checklist-row-button.delete{color:#b91c1c;border-color:#fecaca;background:#fff5f5}.checklist-row-button.delete:hover:not(:disabled){background:#fee2e2;border-color:#fca5a5}.checklist-row-button:disabled,.checklist-row-save:disabled,.checklist-row-cancel:disabled{opacity:.5;cursor:not-allowed}.checklist-row-edit-fields{display:flex;flex-direction:column;gap:.75rem}.checklist-row.is-editing .checklist-row-actions{align-items:stretch}.checklist-row-input,.checklist-row-textarea{width:100%;border:1px solid #d1d5db;border-radius:.75rem;padding:.75rem;font:inherit;color:#111827;background:#fff}.checklist-row-input:focus,.checklist-row-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.checklist-row-input.is-invalid,.checklist-row-textarea.is-invalid{border-color:#dc2626}.checklist-row-error{font-size:.8125rem;color:#b91c1c}.checklist-editor-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.25rem;border-top:1px solid #e5e7eb;background:#fff}.checklist-editor-footer-button{min-width:8rem;padding:.75rem 1rem;border-radius:.75rem;border:1px solid #d1d5db;background:#fff;color:#374151;font-size:.875rem;font-weight:600;cursor:pointer}.checklist-editor-footer-button.primary{border-color:#2563eb;background:#2563eb;color:#fff}.checklist-editor-footer-button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 1023px){.checklist-editor-overlay{padding:.75rem;align-items:stretch}.checklist-editor-shell{width:min(100%,58rem);max-height:100%}.checklist-row{grid-template-columns:1fr auto auto;align-items:start}.checklist-row-handle{display:none}.checklist-row-reorder,.checklist-row-actions{flex-direction:row;flex-wrap:wrap}}@media (max-width: 767px){.checklist-editor-overlay{padding:0}.checklist-editor-shell{width:100%;max-height:100dvh;height:100dvh;border-radius:0}.checklist-editor-header{padding-top:calc(.75rem + env(safe-area-inset-top))}.checklist-editor-body{padding:1rem}.checklist-form-grid,.checklist-time-grid{grid-template-columns:1fr}.checklist-items-header{flex-direction:column;align-items:stretch}.checklist-row{grid-template-columns:1fr}.checklist-row-reorder,.checklist-row-actions{flex-direction:row;flex-wrap:wrap}.checklist-editor-footer{justify-content:stretch;padding-bottom:calc(1rem + env(safe-area-inset-bottom))}.checklist-editor-footer-button{flex:1;min-width:0}}.tasks-page{width:100%}.task-page-subtitle{margin-top:.35rem;font-size:.9375rem;color:#64748b}.task-header-add-button{display:inline-flex}.task-error-banner{display:flex;align-items:center;justify-content:space-between;gap:.75rem;background:#fef2f2;border:1px solid #fecaca;color:#991b1b;border-radius:.75rem;padding:.875rem 1rem;font-size:.875rem}.task-error-banner button{border:none;background:none;color:inherit;font-size:1.25rem;line-height:1;cursor:pointer;padding:0}.task-filters{display:flex;flex-direction:column;gap:.9rem;margin-bottom:1.5rem}.task-filter-group{display:flex;flex-direction:column;gap:.5rem}.task-filter-group-label{font-size:.72rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.06em}.task-filter-chips{display:flex;gap:.5rem;flex-wrap:nowrap;overflow-x:auto;padding-bottom:.25rem;scrollbar-width:thin}.task-filter-chip{border:1px solid #dbe4ea;background:#fff;color:#64748b;border-radius:999px;padding:.45rem .8rem;font-size:.8rem;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;white-space:nowrap;flex:0 0 auto;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.task-filter-chip.active{border-color:#0f766e;background:#f0fdfa;color:#115e59}.task-filter-select-wrap{position:relative}.task-filter-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:100%;min-height:2.75rem;border:1px solid #dbe4ea;border-radius:.9rem;background:#fff;color:#0f172a;font:inherit;font-size:.875rem;font-weight:600;padding:.78rem 1rem}.task-filter-select:focus{outline:none;border-color:#0f766e;box-shadow:0 0 0 3px #0f766e1f}.task-filter-group-clear{align-items:flex-end}.task-clear-filters-button{border:none;background:none;padding:0;font:inherit;font-size:.8125rem;font-weight:600;color:#0f766e;cursor:pointer}.task-clear-filters-button:hover,.task-clear-filters-button:focus-visible{color:#115e59;text-decoration:underline}.task-mobile-fab{position:fixed;right:20px;bottom:calc(var(--mobile-bottom-nav-offset) + 16px + env(safe-area-inset-bottom));z-index:var(--z-fixed);border:none;border-radius:999px;background:#2563eb;color:#fff;box-shadow:0 8px 20px #2563eb40;min-height:3rem;min-width:3rem;padding:.65rem .85rem;display:inline-flex;align-items:center;gap:.35rem;font:inherit;font-size:.875rem;font-weight:600;cursor:pointer}.task-mobile-fab:hover,.task-mobile-fab:focus-visible{background:#1d4ed8}.task-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:1rem}.checklist-task-list{display:flex;flex-direction:column;gap:1rem;padding-bottom:calc(6rem + env(safe-area-inset-bottom))}.checklist-task-card{display:flex;flex-direction:column;gap:.75rem;padding:1rem 1rem 1.05rem;background:#fff;border:1px solid #e5e7eb;border-radius:1rem;box-shadow:0 6px 18px #0f172a0a;transition:box-shadow .15s ease,border-color .15s ease,transform .15s ease}.checklist-task-card:hover{box-shadow:0 10px 24px #0f172a14;border-color:#cbd5e1;transform:translateY(-1px)}.checklist-task-card.status-done{background:linear-gradient(180deg,#fff,#f8fafc)}.checklist-task-card.attention-emphasis{border-left:3px solid #f59e0b}.checklist-task-card.task-overdue{background:linear-gradient(180deg,#fef2f2,#fff);border-color:#fecaca;border-left:3px solid #dc2626}.checklist-task-card.task-overdue:hover{border-color:#fca5a5}.checklist-task-card.task-due{background:linear-gradient(180deg,#fefce8,#fff);border-color:#fef08a;border-left:3px solid #eab308}.checklist-task-card.task-due:hover{border-color:#fde047}.task-due-badge{display:inline-flex;align-items:center;padding:.2rem .5rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;border-radius:.35rem;white-space:nowrap;flex-shrink:0}.task-due-badge-overdue{background:#dc2626;color:#fff}.task-due-badge-due{background:#eab308;color:#713f12}.task-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.task-card-header-main{min-width:0;display:flex;flex-direction:column;gap:.55rem}.task-card-title{margin:0;font-family:inherit;font-size:.975rem;font-weight:400;color:#1f2937;word-break:break-word;line-height:1.38;letter-spacing:-.012em}.status-done .task-card-title{text-decoration:line-through;color:#64748b}.task-card-category-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.task-detail-label{font-family:inherit;font-size:.6875rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em}.task-badge{font-size:.7rem;font-weight:600;padding:.14rem .55rem;border-radius:9999px;text-transform:uppercase;letter-spacing:.04em}.task-badge.category{background:#ede9fe;color:#6d28d9}.task-card-notes{margin:0;padding:.75rem .85rem;border-radius:.85rem;background:#f8fafc;border:1px solid #eef2f7;font-family:inherit;font-size:.875rem;font-weight:400;color:#64748b;word-break:break-word;white-space:pre-line;line-height:1.45}.task-section{display:flex;flex-direction:column;gap:.45rem}.task-section-label{font-family:inherit;font-size:.6875rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em}.task-section-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.task-section-content{font-family:inherit;font-size:.875rem;font-weight:400;color:#475569;line-height:1.5;word-break:break-word;white-space:pre-line}.task-note-action{border:none;background:none;padding:0;font-family:inherit;font-size:.8125rem;font-weight:600;color:#0f766e;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem;flex-shrink:0;transition:color .15s ease}.task-note-action:hover{color:#115e59;text-decoration:underline}.task-card-details{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,280px);gap:.85rem 1rem;align-items:end}.task-detail-item{display:flex;flex-direction:column;gap:.4rem;min-width:0}.task-assignment-value{font-family:inherit;color:#334155;font-size:.875rem;font-weight:500;min-width:0;word-break:break-word;line-height:1.4}.task-status-control{justify-self:end}.task-status-select-wrap{position:relative;display:inline-flex;align-items:center;min-width:0}.task-status-select-wrap svg,.task-status-select-wrap .task-spinner{position:absolute;right:.85rem;pointer-events:none;color:#64748b}.task-status-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;font-family:inherit;width:100%;min-width:190px;border:1px solid #dbe4ea;border-radius:.8rem;background:#fff;color:#0f172a;font-size:.875rem;font-weight:600;line-height:1.35;padding:.78rem 2.4rem .78rem .9rem;transition:border-color .15s ease,box-shadow .15s ease,background-color .15s ease;cursor:pointer}.task-status-select:hover:not(:disabled){border-color:#cbd5e1}.task-status-select:focus{outline:none;border-color:#0f766e;box-shadow:0 0 0 3px #0f766e1f}.task-status-select:disabled{cursor:not-allowed;background:#f8fafc;color:#94a3b8}.task-status-select-wrap.status-not_started .task-status-select{background:#f8fafc;color:#475569}.task-status-select-wrap.status-in_progress .task-status-select{background:#fff7ed;color:#b45309}.task-status-select-wrap.status-needs_attention .task-status-select{background:#fff1f2;color:#be123c}.task-status-select-wrap.status-delayed .task-status-select{background:#fffbeb;color:#b45309}.task-status-select-wrap.status-done .task-status-select{background:#f0fdf4;color:#15803d}.task-card-footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.task-card-status-row{display:flex;align-items:center;min-height:2rem;min-width:0}.task-actor-badge{font-family:inherit}.task-actor-badge .text-xs{font-family:inherit;font-size:.8125rem;line-height:1.4}.task-actor-badge .font-medium{font-weight:600}.task-note-link{border:none;background:none;padding:0;font-family:inherit;font-size:.8125rem;font-weight:600;color:#0f766e;cursor:pointer;display:inline-flex;align-items:center;gap:.35rem}.task-note-link:hover{color:#115e59;text-decoration:underline}.task-card-actions{display:flex;gap:.25rem;flex-shrink:0}.task-action-btn{background:none;border:none;width:2rem;height:2rem;padding:0;border-radius:.5rem;cursor:pointer;color:#94a3b8;line-height:0;transition:color .15s ease,background-color .15s ease;display:inline-flex;align-items:center;justify-content:center}.task-action-btn.edit:hover:not(:disabled),.task-action-btn.edit:focus-visible:not(:disabled){color:#475569;background:#f8fafc}.task-action-btn.delete:hover:not(:disabled),.task-action-btn.delete:focus-visible:not(:disabled){color:#ef4444;background:#fef2f2}.task-spinner{display:inline-block;width:14px;height:14px;border:2px solid #e2e8f0;border-top-color:#0ea5e9;border-radius:50%;animation:spin .6s linear infinite}.task-empty-state{text-align:center;padding:3rem 1rem;color:#64748b;background:#fff;border:1px solid #e5e7eb;border-radius:1rem}.task-empty-state p{margin:0 0 1rem}@media (max-width: 768px){.task-header-add-button{display:none}.form-row{grid-template-columns:1fr}.form-actions{flex-direction:column}.task-filters{gap:.75rem;margin-bottom:1rem}.task-filter-group{gap:.35rem}.task-filter-group-label{font-size:.68rem}.task-filter-chips.is-mobile-segmented{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem;overflow:visible;padding-bottom:0}.task-filter-chips.is-mobile-segmented .task-filter-chip{justify-content:center;border-radius:.8rem;min-height:2.6rem;padding:.6rem .5rem}.task-filter-chips.is-mobile-segmented .task-filter-chip.active{border-color:#0f766e;background:#0f766e;color:#fff;box-shadow:0 10px 20px #0f766e29}.checklist-task-card{padding:.95rem}.task-card-header{gap:.5rem}.task-card-details{grid-template-columns:1fr}.task-status-control{justify-self:stretch}.task-status-select{min-width:0}.task-card-footer{align-items:flex-start;flex-direction:column}}.demo-controls{background:linear-gradient(135deg,#1e293b,#0f172a);border:1px solid #334155;border-radius:.5rem;padding:1.5rem;margin-bottom:1.5rem}.demo-controls-header{margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #475569}.demo-controls-header h3{margin:0 0 .25rem;font-size:.875rem;font-weight:600;color:#f1f5f9;text-transform:uppercase;letter-spacing:.05em}.demo-controls-note{margin:0;font-size:.75rem;color:#94a3b8}.demo-controls-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.demo-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid #475569;border-radius:.375rem;font-size:.8125rem;font-weight:500;background-color:#1e293b;color:#cbd5e1;cursor:pointer;transition:all .15s ease;white-space:nowrap}.demo-btn:hover:not(:disabled){background-color:#334155;border-color:#64748b;color:#f1f5f9}.demo-btn:disabled{opacity:.5;cursor:not-allowed}.demo-btn-reset{border-color:#334155;color:#cbd5e1}.demo-btn-reset:hover:not(:disabled){background-color:#1e3a1f;border-color:#22c55e;color:#22c55e}.demo-btn-clear{border-color:#334155;color:#cbd5e1}.demo-btn-clear:hover:not(:disabled){background-color:#3f1f1f;border-color:#ef4444;color:#ef4444}.demo-btn-export{border-color:#334155;color:#cbd5e1}.demo-btn-export:hover:not(:disabled){background-color:#1f2d3d;border-color:#3b82f6;color:#3b82f6}.demo-btn-import{border-color:#334155;color:#cbd5e1}.demo-btn-import:hover:not(:disabled){background-color:#2d1f3d;border-color:#a855f7;color:#a855f7}.demo-controls-message{margin-top:1rem;padding:.75rem 1rem;border-radius:.375rem;font-size:.8125rem;font-weight:500;animation:slideIn .2s ease}.demo-controls-message-success{background-color:#1e3a1f;border:1px solid #22c55e;color:#22c55e}.demo-controls-message-error{background-color:#3f1f1f;border:1px solid #ef4444;color:#ef4444}@keyframes slideIn{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}@media (max-width: 640px){.demo-controls{padding:1rem}.demo-controls-buttons{gap:.5rem}.demo-btn{font-size:.75rem;padding:.4rem .8rem;flex:1;min-width:0}.demo-btn svg{display:none}}.settings-page{min-height:100vh;background-color:#f8fafc;padding:2rem 1rem}.settings-container{max-width:800px;margin:0 auto}.settings-header{margin-bottom:2rem}.settings-header h1{font-size:2rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.settings-header p{font-size:1rem;color:#64748b;margin:0}.settings-content{display:flex;flex-direction:column;gap:2rem}.settings-section{background:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.settings-section h2{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0 0 1rem;padding-bottom:.75rem;border-bottom:1px solid #e2e8f0}.about-info{color:#475569;font-size:.95rem;line-height:1.6}.about-info p{margin:0 0 .75rem}.about-info p:last-child{margin-bottom:0}.about-info strong{color:#1e293b;font-weight:600}.text-muted{color:#94a3b8;font-size:.875rem}@media (max-width: 640px){.settings-page{padding:1rem}.settings-container{max-width:100%}.settings-header{margin-bottom:1.5rem}.settings-header h1{font-size:1.5rem}.settings-section{padding:1rem}}*,: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: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::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: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,: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;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([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]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.collapse{visibility:collapse}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.bottom-0{bottom:0}.left-0{left:0}.left-3{left:.75rem}.right-0{right:0}.right-3{right:.75rem}.top-0{top:0}.top-1\/2{top:50%}.top-3{top:.75rem}.top-full{top:100%}.z-50{z-index:50}.z-\[100\]{z-index:100}.z-\[200\]{z-index:200}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.mb-0\.5{margin-bottom:.125rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-2{margin-bottom:.5rem}.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-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-8{margin-top:2rem}.mt-\[2px\]{margin-top:2px}.mt-auto{margin-top:auto}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.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}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-2{height:.5rem}.h-20{height:5rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-\[18px\]{height:18px}.h-dvh{height:100dvh}.h-full{height:100%}.h-screen{height:100vh}.max-h-32{max-height:8rem}.max-h-56{max-height:14rem}.max-h-64{max-height:16rem}.max-h-\[90vh\]{max-height:90vh}.max-h-\[calc\(100vh-2rem\)\]{max-height:calc(100vh - 2rem)}.min-h-0{min-height:0px}.min-h-11{min-height:2.75rem}.min-h-\[8\.5rem\]{min-height:8.5rem}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-2{width:.5rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-56{width:14rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-\[18px\]{width:18px}.w-auto{width:auto}.w-full{width:100%}.min-w-0{min-width:0px}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-\[36rem\]{max-width:36rem}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-sm{max-width:24rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.-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))}.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))}.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 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-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}.resize-y{resize:vertical}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,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}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-y-1{row-gap:.25rem}.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-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-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))}.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-amber-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(254 243 199 / var(--tw-divide-opacity, 1))}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(243 244 246 / var(--tw-divide-opacity, 1))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity, 1))}.self-start{align-self:flex-start}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.border{border-width:1px}.border-2{border-width:2px}.border-y{border-top-width:1px;border-bottom-width:1px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-t-2{border-top-width:2px}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-amber-100{--tw-border-opacity: 1;border-color:rgb(254 243 199 / var(--tw-border-opacity, 1))}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-amber-600{--tw-border-opacity: 1;border-color:rgb(217 119 6 / var(--tw-border-opacity, 1))}.border-blue-100{--tw-border-opacity: 1;border-color:rgb(219 234 254 / var(--tw-border-opacity, 1))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-emerald-200{--tw-border-opacity: 1;border-color:rgb(167 243 208 / var(--tw-border-opacity, 1))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-900{--tw-border-opacity: 1;border-color:rgb(17 24 39 / var(--tw-border-opacity, 1))}.border-green-100{--tw-border-opacity: 1;border-color:rgb(220 252 231 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.border-rose-200{--tw-border-opacity: 1;border-color:rgb(254 205 211 / var(--tw-border-opacity, 1))}.border-sky-100{--tw-border-opacity: 1;border-color:rgb(224 242 254 / var(--tw-border-opacity, 1))}.border-sky-200{--tw-border-opacity: 1;border-color:rgb(186 230 253 / var(--tw-border-opacity, 1))}.border-sky-500{--tw-border-opacity: 1;border-color:rgb(14 165 233 / var(--tw-border-opacity, 1))}.border-stone-100{--tw-border-opacity: 1;border-color:rgb(245 245 244 / var(--tw-border-opacity, 1))}.border-stone-200{--tw-border-opacity: 1;border-color:rgb(231 229 228 / var(--tw-border-opacity, 1))}.border-stone-300{--tw-border-opacity: 1;border-color:rgb(214 211 209 / var(--tw-border-opacity, 1))}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-amber-50\/60{background-color:#fffbeb99}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/30{background-color:#0000004d}.bg-black\/45{background-color:#00000073}.bg-black\/50{background-color:#00000080}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-emerald-100{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity, 1))}.bg-emerald-50{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-50\/80{background-color:#f9fafbcc}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-rose-50{--tw-bg-opacity: 1;background-color:rgb(255 241 242 / var(--tw-bg-opacity, 1))}.bg-sky-50{--tw-bg-opacity: 1;background-color:rgb(240 249 255 / var(--tw-bg-opacity, 1))}.bg-sky-50\/60{background-color:#f0f9ff99}.bg-sky-500{--tw-bg-opacity: 1;background-color:rgb(14 165 233 / var(--tw-bg-opacity, 1))}.bg-stone-100{--tw-bg-opacity: 1;background-color:rgb(245 245 244 / var(--tw-bg-opacity, 1))}.bg-stone-50{--tw-bg-opacity: 1;background-color:rgb(250 250 249 / var(--tw-bg-opacity, 1))}.bg-stone-900{--tw-bg-opacity: 1;background-color:rgb(28 25 23 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-opacity-40{--tw-bg-opacity: .4}.bg-opacity-50{--tw-bg-opacity: .5}.bg-none{background-image:none}.object-cover{-o-object-fit:cover;object-fit:cover}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-0{padding-left:0;padding-right:0}.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}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.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-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-\[max\(1rem\,env\(safe-area-inset-bottom\)\)\]{padding-bottom:max(1rem,env(safe-area-inset-bottom))}.pl-10{padding-left:2.5rem}.pl-14{padding-left:3.5rem}.pr-3{padding-right:.75rem}.pr-7{padding-right:1.75rem}.pt-0\.5{padding-top:.125rem}.pt-1{padding-top:.25rem}.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}.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-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-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.italic{font-style:italic}.leading-6{line-height:1.5rem}.leading-none{line-height:1}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[0\.18em\]{letter-spacing:.18em}.tracking-\[0\.28em\]{letter-spacing:.28em}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-amber-900{--tw-text-opacity: 1;color:rgb(120 53 15 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.text-cyan-600{--tw-text-opacity: 1;color:rgb(8 145 178 / var(--tw-text-opacity, 1))}.text-emerald-700{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity, 1))}.text-emerald-800{--tw-text-opacity: 1;color:rgb(6 95 70 / var(--tw-text-opacity, 1))}.text-emerald-900{--tw-text-opacity: 1;color:rgb(6 78 59 / var(--tw-text-opacity, 1))}.text-emerald-900\/70{color:#064e3bb3}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-red-300{--tw-text-opacity: 1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-rose-700{--tw-text-opacity: 1;color:rgb(190 18 60 / var(--tw-text-opacity, 1))}.text-rose-800{--tw-text-opacity: 1;color:rgb(159 18 57 / var(--tw-text-opacity, 1))}.text-rose-900{--tw-text-opacity: 1;color:rgb(136 19 55 / var(--tw-text-opacity, 1))}.text-sky-700{--tw-text-opacity: 1;color:rgb(3 105 161 / var(--tw-text-opacity, 1))}.text-sky-900{--tw-text-opacity: 1;color:rgb(12 74 110 / var(--tw-text-opacity, 1))}.text-slate-600{--tw-text-opacity: 1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.text-stone-400{--tw-text-opacity: 1;color:rgb(168 162 158 / var(--tw-text-opacity, 1))}.text-stone-500{--tw-text-opacity: 1;color:rgb(120 113 108 / var(--tw-text-opacity, 1))}.text-stone-600{--tw-text-opacity: 1;color:rgb(87 83 78 / var(--tw-text-opacity, 1))}.text-stone-700{--tw-text-opacity: 1;color:rgb(68 64 60 / var(--tw-text-opacity, 1))}.text-stone-800{--tw-text-opacity: 1;color:rgb(41 37 36 / var(--tw-text-opacity, 1))}.text-stone-900{--tw-text-opacity: 1;color:rgb(28 25 23 / var(--tw-text-opacity, 1))}.text-violet-600{--tw-text-opacity: 1;color:rgb(124 58 237 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.underline-offset-4{text-underline-offset:4px}.accent-blue-600{accent-color:#2563eb}.opacity-50{opacity:.5}.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-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)}.outline{outline-style:solid}.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-black\/5{--tw-ring-color: rgb(0 0 0 / .05)}.ring-gray-200\/70{--tw-ring-color: rgb(229 231 235 / .7)}.ring-gray-200\/80{--tw-ring-color: rgb(229 231 235 / .8)}.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-\[1px\]{--tw-backdrop-blur: blur(1px);-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-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}:root{--sidebar-width: 256px;--header-height: 64px;--mobile-bottom-nav-offset: 80px;--font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: "Monaco", "Courier New", monospace;--text-primary: #1e293b;--text-secondary: #64748b;--text-tertiary: #94a3b8;--text-muted: #cbd5e1;--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #f1f5f9;--border-primary: #e2e8f0;--border-secondary: #cbd5e1;--brand-primary: #0ea5e9;--brand-primary-dark: #0284c7;--brand-primary-light: #0f766e;--brand-accent: #d946ef;--color-success: #16a34a;--color-warning: #ea580c;--color-error: #dc2626;--color-info: #0ea5e9;--spacing-1: .25rem;--spacing-2: .5rem;--spacing-3: .75rem;--spacing-4: 1rem;--spacing-6: 1.5rem;--spacing-8: 2rem;--spacing-10: 2.5rem;--spacing-12: 3rem;--z-base: 1;--z-dropdown: 10;--z-sticky: 20;--z-fixed: 30;--z-modal-overlay: 40;--z-modal: 50;--z-tooltip: 60}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-primary);font-size:.875rem;line-height:1.6;background-color:#f9fafb;color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{line-height:1.25;color:var(--text-primary)}h1{font-size:1.875rem;font-weight:700;letter-spacing:-.02em}h2{font-size:1.5rem;font-weight:600;letter-spacing:-.01em}h3{font-size:1.25rem;font-weight:600}h4{font-size:1rem;font-weight:600}h5{font-size:.875rem;font-weight:600}h6{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}p{color:var(--text-primary);line-height:1.6}small{font-size:.75rem;color:var(--text-secondary)}input,textarea,select{font-family:var(--font-primary);font-size:.875rem}a{color:var(--brand-primary);text-decoration:none;transition:color .2s ease}a:hover{color:var(--brand-primary-dark)}.page-header{margin-bottom:2rem;padding:0 1rem}.page-title{font-size:1.875rem;font-weight:600;color:var(--text-primary);letter-spacing:-.02em;margin-bottom:.5rem}.page-subtitle{font-size:.9375rem;color:var(--text-secondary);font-weight:400}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-primary)}.section-header h2{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin:0}.section-title{font-size:1.125rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;transition:all .2s ease}.card:hover{border-color:#d1d5db;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.card-header{padding:1rem 1.5rem;border-bottom:1px solid #f3f4f6}.card-body{padding:1.5rem}.card-footer{padding:1rem 1.5rem;border-top:1px solid #f3f4f6;background-color:#fafafa}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.flex-center{display:flex;align-items:center;justify-content:center}.gap-small{gap:.5rem}.gap-medium{gap:1rem}.gap-large{gap:1.5rem}.last\:border-b-0:last-child{border-bottom-width:0px}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:border-sky-600:hover{--tw-border-opacity: 1;border-color:rgb(2 132 199 / var(--tw-border-opacity, 1))}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50\/80:hover{background-color:#f9fafbcc}.hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.hover\:bg-red-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:bg-sky-600:hover{--tw-bg-opacity: 1;background-color:rgb(2 132 199 / var(--tw-bg-opacity, 1))}.hover\:\!text-white:hover{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-75:hover{opacity:.75}.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)}.focus\:border-gray-900:focus{--tw-border-opacity: 1;border-color:rgb(17 24 39 / var(--tw-border-opacity, 1))}.focus\:border-stone-900:focus{--tw-border-opacity: 1;border-color:rgb(28 25 23 / var(--tw-border-opacity, 1))}.focus\:\!text-white:focus{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.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-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-gray-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity, 1))}.focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.focus\:ring-stone-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(28 25 23 / var(--tw-ring-opacity, 1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.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-gray-900:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-red-600:focus-visible{--tw-ring-opacity: 1;--tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.active\:bg-gray-100\/80:active{background-color:#f3f4f6cc}.active\:\!text-white:active{--tw-text-opacity: 1 !important;color:rgb(255 255 255 / var(--tw-text-opacity, 1))!important}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-blue-300:disabled{--tw-bg-opacity: 1;background-color:rgb(147 197 253 / var(--tw-bg-opacity, 1))}.disabled\:bg-gray-100:disabled{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.disabled\:bg-gray-300:disabled{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.disabled\:bg-stone-100:disabled{--tw-bg-opacity: 1;background-color:rgb(245 245 244 / var(--tw-bg-opacity, 1))}.disabled\:text-gray-500:disabled{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-60:disabled{opacity:.6}.group:hover .group-hover\:bg-gray-200\/80{background-color:#e5e7ebcc}.group:hover .group-hover\:text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}@media (min-width: 640px){.sm\:w-auto{width:auto}.sm\:max-w-md{max-width:28rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-start{align-items:flex-start}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:gap-4{gap:1rem}.sm\:self-center{align-self:center}.sm\:rounded-2xl{border-radius:1rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-12{padding-top:3rem;padding-bottom:3rem}.sm\:pl-0{padding-left:0}.sm\:pl-14{padding-left:3.5rem}.sm\:pt-1{padding-top:.25rem}}@media (min-width: 768px){.md\:fixed{position:fixed}.md\:left-0{left:0}.md\:top-0{top:0}.md\:block{display:block}.md\:inline{display:inline}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-screen{height:100vh}.md\:max-h-\[min\(88vh\,48rem\)\]{max-height:min(88vh,48rem)}.md\:w-48{width:12rem}.md\:min-w-\[10rem\]{min-width:10rem}.md\:min-w-\[18rem\]{min-width:18rem}.md\:min-w-\[8\.5rem\]{min-width:8.5rem}.md\:max-w-md{max-width:28rem}.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\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:flex-wrap{flex-wrap:wrap}.md\:items-start{align-items:flex-start}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:justify-end{justify-content:flex-end}.md\:justify-between{justify-content:space-between}.md\:gap-3{gap:.75rem}.md\:gap-6{gap:1.5rem}.md\: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))}.md\:overflow-y-auto{overflow-y:auto}.md\:border-r{border-right-width:1px}.md\:border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.md\:bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.md\:p-5{padding:1.25rem}.md\:p-6{padding:1.5rem}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:py-4{padding-top:1rem;padding-bottom:1rem}.md\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.md\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.md\:pb-0{padding-bottom:0}.md\:pb-5{padding-bottom:1.25rem}.md\:pt-20{padding-top:5rem}.md\:pt-6{padding-top:1.5rem}.md\:text-right{text-align:right}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-\[15px\]{font-size:15px}.md\:text-base{font-size:1rem;line-height:1.5rem}.md\:text-sm{font-size:.875rem;line-height:1.25rem}}@media (min-width: 1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:px-8{padding-left:2rem;padding-right:2rem}}@media (min-width: 1280px){.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media print{.print\:opacity-100{opacity:1}}
