.compass-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;transition:opacity .3s ease}.compass-modal{position:relative;width:100%;max-width:1200px;max-height:90vh;background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden;color:#1a1a1a;display:flex;flex-direction:column}.compass-modal-gradient{position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(to right,#3b82f6,#8b5cf6,#f59e0b)}.compass-modal-glow{position:absolute;top:-80px;right:-80px;width:256px;height:256px;background:#3b82f60d;border-radius:50%;filter:blur(64px)}.compass-modal-close{position:absolute;top:1.5rem;right:1.5rem;background:none;border:none;color:#6b7280;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center;z-index:10}.compass-modal-close:hover{background-color:#f3f4f6;color:#1a1a1a}.compass-modal-content{flex:1;overflow-y:auto;padding:2rem;display:flex;flex-direction:column;gap:2rem;background:#fafafa}.compass-card-container{flex:1}.compass-step-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:2rem;min-height:500px;display:flex;flex-direction:column;box-shadow:0 1px 3px #0000000d;animation:slideIn .3s ease-out}.compass-step-card.compass-step-special{padding:2rem;background:#fff;border:1px solid #e5e7eb;min-height:500px;box-shadow:0 1px 3px #0000000d}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.compass-step-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.compass-step-number{width:36px;height:36px;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;box-shadow:0 2px 4px #3b82f64d;flex-shrink:0}.compass-step-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0}.compass-step-icon svg{width:100%;height:100%;color:#284ab0}.compass-step-emoji{font-size:1.5rem;line-height:1}.compass-step-title{font-size:1.25rem;font-weight:600;color:#4b5563;margin:0;letter-spacing:-.01em;flex:1}.compass-step-title.compass-step-title-special{margin-bottom:1.5rem}.compass-step-content{flex:1;display:flex;flex-direction:column;gap:1.5rem}.compass-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;background:#e5e7eb}@media (max-width: 768px){.compass-grid{grid-template-columns:1fr;gap:0}}.compass-card{padding:2.5rem;transition:all .3s ease;background:#fff;border:none}@media (max-width: 768px){.compass-card{border-bottom:1px solid #e5e7eb}.compass-card:last-child{border-bottom:none}}.compass-card:hover{background-color:#f9fafb}.compass-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.compass-card-header svg{width:20px;height:20px;flex-shrink:0}.compass-card-north .compass-card-header svg{color:#3b82f6;fill:#3b82f6}.compass-card-map .compass-card-header svg{color:#10b981}.compass-card-terrain .compass-card-header svg{color:#f59e0b}.compass-card-horizon .compass-card-header svg{color:#8b5cf6}.compass-card-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:currentColor}.compass-card-north .compass-card-label{color:#3b82f6}.compass-card-map .compass-card-label{color:#10b981}.compass-card-terrain .compass-card-label{color:#f59e0b}.compass-card-horizon .compass-card-label{color:#8b5cf6}.compass-card-title{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem;transition:color .3s ease}.compass-card-north:hover .compass-card-title{color:#2563eb}.compass-card-map:hover .compass-card-title{color:#059669}.compass-card-terrain:hover .compass-card-title{color:#d97706}.compass-card-horizon:hover .compass-card-title{color:#7c3aed}.compass-card-description{font-size:.875rem;color:#4b5563;line-height:1.6}.compass-card-description strong{color:#1a1a1a;font-weight:600}.compass-list{margin-top:.5rem;padding-left:0;list-style:none;color:#6b7280}.compass-list li{margin-bottom:.25rem}.compass-hierarchy{display:block;margin-top:.75rem;color:#10b981;font-family:monospace;font-size:.875rem;font-weight:500}.step-intro{font-size:1.125rem;color:#374151;line-height:1.7;margin:0}.step-subtitle{font-size:1rem;color:#6b7280;font-weight:600;margin:0}.step-features{display:flex;flex-direction:column;gap:1rem}.step-feature-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;border-left:3px solid #d1d5db;transition:all .2s}.step-feature-item:hover{background:#f3f4f6;border-left-color:#3b82f6}.step-feature-item.highlight{background:#eff6ff;border-left-color:#3b82f6}.step-feature-icon{font-size:1.25rem;flex-shrink:0;width:24px;text-align:center;color:#3b82f6}.step-examples{margin-top:1rem}.step-examples-title{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.step-examples-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.step-example-card{padding:.875rem 1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;font-size:.9375rem;color:#374151;text-align:center;transition:all .2s}.step-example-card:hover{background:#f3f4f6;border-color:#3b82f6;transform:translateY(-2px)}.step-story-types{margin-top:1rem}.step-story-types-title{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.step-story-type-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.step-story-type-card{padding:.875rem 1rem;border-radius:8px;text-align:center;border:1px solid #e5e7eb;transition:all .2s;background:#fff;display:flex;flex-direction:column;align-items:center;gap:.5rem}.step-story-type-card.user{border-color:#3b82f6;background:#eff6ff}.step-story-type-card.system{border-color:#6b7280;background:#f9fafb}.step-story-type-card:hover{transform:translateY(-2px);box-shadow:0 2px 8px #3b82f61a}.step-story-type-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin:0}.step-story-type-icon svg{width:100%;height:100%;color:#284ab0}.step-story-type-name{font-size:.875rem;font-weight:600;color:#1a1a1a;margin:0}.step-story-type-desc{font-size:.75rem;color:#6b7280;margin:0;line-height:1.4}.step-note{font-size:.9375rem;color:#6b7280;font-style:italic;margin:0;padding:1rem;background:#f9fafb;border-radius:8px;border-left:3px solid #d1d5db}.step-important{padding:1rem 1.5rem;background:#eff6ff;border-radius:8px;border-left:4px solid #3b82f6;font-size:1rem;color:#1e40af;font-weight:500}.step-benefits{margin-top:1rem}.step-benefits-title{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.step-benefits-list{display:flex;flex-direction:column;gap:.75rem}.step-benefit-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.step-benefit-icon{font-size:1.5rem;flex-shrink:0}.step-comparison{display:flex;align-items:center;gap:2rem;margin:1.5rem 0;padding:2rem;background:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}.step-comparison-item{flex:1;text-align:center;padding:1.5rem;background:#fff;border-radius:8px;border:2px solid #e5e7eb;display:flex;flex-direction:column;align-items:center}.step-comparison-item-darshana,.step-comparison-item-asana{gap:.75rem}.step-comparison-header{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.5rem}.step-comparison-logo{display:flex;align-items:center;justify-content:center;height:32px;flex-shrink:0}.darshana-logo,.asana-logo{height:32px;width:auto;object-fit:contain}.step-comparison-title{font-size:1.125rem;font-weight:600;color:#284ab0;margin-bottom:.5rem}.step-comparison-desc{font-size:.9375rem;color:#6b7280}.step-comparison-vs{font-size:.875rem;font-weight:600;color:#9ca3af;padding:.5rem 1rem;background:#fff;border-radius:20px;border:1px solid #e5e7eb}.step-insights{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1rem}.step-insight-item{display:flex;align-items:center;gap:1rem;padding:1.25rem;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb;transition:all .2s}.step-insight-item:hover{background:#f3f4f6;border-color:#3b82f6;transform:translateY(-2px)}.step-insight-icon{font-size:1.5rem;flex-shrink:0}.step-tips{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.step-tip-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f0fdf4;border-radius:8px;border-left:3px solid #22c55e}.step-tip-icon{font-size:1.25rem;flex-shrink:0}.step-quote-card{padding:2.5rem;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:12px;border-left:4px solid #f59e0b;text-align:center}.step-quote-icon{font-size:3rem;margin-bottom:1rem}.step-quote{margin:0;font-size:1.5rem;color:#92400e;line-height:1.6;font-style:italic}.step-quote strong{color:#78350f;font-weight:700}.compass-navigation{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding-top:1rem;border-top:1px solid #e5e7eb;flex-shrink:0;background:#fff}.compass-nav-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:.9375rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s}.compass-nav-button:hover:not(:disabled){background:#f9fafb;border-color:#3b82f6;color:#3b82f6}.compass-nav-button:disabled{opacity:.4;cursor:not-allowed}.compass-dots{display:flex;gap:.5rem;align-items:center}.compass-dot{width:10px;height:10px;border-radius:50%;border:none;background:#d1d5db;cursor:pointer;transition:all .2s;padding:0}.compass-dot:hover{background:#9ca3af;transform:scale(1.2)}.compass-dot.active{background:#3b82f6;width:12px;height:12px}@media (max-width: 768px){.compass-modal-overlay{padding:1rem}.compass-modal{max-height:95vh}.compass-modal-header{padding:2rem 1.5rem 1.5rem}.compass-modal-title{font-size:1.5rem}.compass-modal-content{padding:1.5rem}.compass-step-card{padding:1.5rem;min-height:auto}.compass-step-title{font-size:1.5rem}.step-examples-grid,.step-story-type-cards,.step-insights{grid-template-columns:1fr}.step-comparison{flex-direction:column;gap:1rem}.step-comparison-vs{transform:rotate(90deg)}.compass-navigation{flex-wrap:wrap;justify-content:center}.compass-nav-button{flex:1;justify-content:center;min-width:120px}}.login-container{display:flex;align-items:center;justify-content:center;min-height:100vh;background-color:#f9fafb}.login-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:3rem;text-align:center;box-shadow:0 4px 12px #00000014;max-width:400px;width:100%}.login-header{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:.5rem}.login-icon{width:64px;height:64px}.login-title{font-size:2rem;font-weight:600;color:#284ab0;letter-spacing:-.02em;margin:0}.login-branding-link{text-decoration:none;transition:opacity .2s;display:inline-block;margin-top:.5rem}.login-branding-link:hover{opacity:.8}.login-byline{font-size:.75rem;color:#6b7280;font-weight:500;letter-spacing:.02em}.login-subtitle{font-size:.875rem;color:#666;margin-bottom:2rem}.login-footer-branding{margin-top:1.5rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.login-footer-text{font-size:.75rem;color:#9ca3af}.login-footer-link{display:inline-flex;align-items:center;text-decoration:none;transition:opacity .2s}.login-footer-link:hover{opacity:.8}.login-footer-logo{height:18px;width:auto;color:#1a1a1a}.google-sign-in-button{width:100%;padding:.875rem 1.5rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#1a1a1a;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000000d;display:flex;align-items:center;justify-content:center;gap:.75rem}.google-icon{width:20px;height:20px;flex-shrink:0}.google-sign-in-button:hover:not(:disabled){background-color:#f9fafb;border-color:#d1d5db;box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}.google-sign-in-button:disabled{opacity:.6;cursor:not-allowed}.compass-button-login{width:100%;margin-top:1rem;padding:.75rem 1.5rem;background-color:transparent;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.compass-button-login:hover{background-color:#f9fafb;border-color:#d1d5db;color:#1a1a1a}.compass-button-login svg{flex-shrink:0;color:currentColor}.login-error-container{margin-top:1.5rem;padding:1rem;background-color:#fee2e2;border:1px solid #fecaca;border-radius:8px;text-align:left;display:flex;gap:.75rem;align-items:flex-start;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.login-error-icon{font-size:1.25rem;flex-shrink:0;margin-top:.125rem}.login-error-content{flex:1}.login-error{color:#dc2626;font-size:.875rem;font-weight:600;margin:0 0 .5rem;line-height:1.5}.login-error-hint{color:#991b1b;font-size:.8125rem;margin:0;line-height:1.5}.no-products-assigned{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background-color:#f9fafb}.no-products-assigned-container{max-width:500px;width:100%;background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:3rem;text-align:center;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.no-products-assigned-icon{color:#f59e0b;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center}.no-products-assigned-title{font-size:1.875rem;font-weight:700;color:#1a1a1a;margin:0 0 1rem}.no-products-assigned-message{font-size:1.125rem;color:#6b7280;margin:0 0 .75rem;line-height:1.6}.no-products-assigned-details{font-size:.9375rem;color:#6b7280;margin:0 0 2rem;line-height:1.6}.no-products-assigned-user-info{padding:1rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:2rem}.no-products-assigned-user-email{font-size:.875rem;color:#6b7280;margin:0}.no-products-assigned-user-email strong{color:#1a1a1a;font-weight:600}.no-products-assigned-actions{display:flex;justify-content:center;gap:1rem}.no-products-assigned-signout-button{padding:.75rem 1.5rem;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.no-products-assigned-signout-button:hover{background-color:#2563eb}.treemap-wrapper{width:100%}.treemap-breadcrumbs{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem 1rem;background-color:#fff;border-radius:8px;border:1px solid #e5e7eb;flex-wrap:wrap}.treemap-breadcrumb-item{background:none;border:none;color:#3b82f6;font-size:.875rem;font-weight:500;cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:all .2s ease}.treemap-breadcrumb-item:hover{background-color:#eff6ff;color:#2563eb}.treemap-breadcrumb-item:active{background-color:#dbeafe}.treemap-breadcrumb-separator{color:#9ca3af;font-size:.875rem}.treemap-container{width:100%;height:400px;position:relative;background-color:#f9fafb;border-radius:8px;overflow:hidden}.treemap-empty{text-align:center;padding:3rem;color:#9ca3af;font-size:.875rem;height:400px;display:flex;align-items:center;justify-content:center}.treemap-cell{position:absolute;border-radius:6px;overflow:hidden;transition:all .2s ease;border:2px solid rgba(255,255,255,.2);opacity:.85}.treemap-cell-clickable{cursor:pointer}.treemap-cell:hover{opacity:1;border-color:#ffffff80;border-width:3px;transform:scale(1.02);z-index:10;box-shadow:0 4px 12px #0003}.treemap-cell-content{width:100%;height:100%;padding:.75rem;display:flex;flex-direction:column;justify-content:space-between;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3);box-sizing:border-box;pointer-events:none}.treemap-cell-content-center{justify-content:center;align-items:center;text-align:center}.treemap-cell-name{font-size:.875rem;font-weight:600;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.treemap-cell-details{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;font-weight:500;margin-top:auto}.treemap-cell-value{opacity:.95}.treemap-cell-completion{background:#ffffff40;padding:.125rem .5rem;border-radius:4px;font-weight:600;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.donut-chart-container{background:linear-gradient(135deg,#fff,#f9fafb);border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .2s ease}.donut-chart-container:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014;border-color:#d1d5db}.donut-chart-header-with-filter{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.donut-chart-title{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0;letter-spacing:-.01em}.donut-chart-wrapper{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.donut-chart-svg{flex-shrink:0}.donut-chart-segment{transition:opacity .2s ease}.donut-chart-segment:hover{opacity:.8}.donut-chart-center-value{font-size:1.5rem;font-weight:700;fill:#1a1a1a}.donut-chart-center-label{font-size:.75rem;font-weight:500;fill:#6b7280;text-transform:uppercase;letter-spacing:.05em}.donut-chart-legend{display:flex;flex-direction:column;gap:.75rem;flex:1;min-width:150px}.donut-chart-legend-item{display:flex;align-items:center;gap:.75rem}.donut-chart-legend-color{width:16px;height:16px;border-radius:4px;flex-shrink:0}.donut-chart-legend-content{display:flex;flex-direction:column;gap:.25rem;flex:1}.donut-chart-legend-label{font-size:.875rem;font-weight:500;color:#1a1a1a}.donut-chart-legend-value{font-size:.75rem;color:#6b7280;font-weight:500}.donut-chart-empty{text-align:center;padding:2rem;color:#9ca3af;font-size:.875rem}.home{width:100%}.home-loading{display:flex;align-items:center;justify-content:center;min-height:400px}.home-header{margin-bottom:2rem}.home-title-with-logo{display:flex;align-items:center;gap:1rem}.home-title{font-size:1.75rem;font-weight:600;color:#1a1a1a;letter-spacing:-.02em;margin:0}.product-logo-image{object-fit:contain;border-radius:8px;flex-shrink:0;border:1px solid #e5e7eb;padding:2px}.product-logo-placeholder{display:flex;align-items:center;justify-content:center;background-color:#3b82f6;color:#fff;border-radius:8px;font-weight:600;font-size:1.25rem;flex-shrink:0;border:1px solid #2563eb}.home-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:3rem}.stat-card{background:linear-gradient(135deg,#fff,#f9fafb);border:1px solid #e5e7eb;border-radius:12px;padding:1.75rem;transition:all .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014;border-color:#d1d5db}.stat-card-primary{border-left:4px solid #3b82f6}.stat-card-success{border-left:4px solid #10b981}.stat-label{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-weight:600;margin-bottom:.75rem}.stat-value{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem;letter-spacing:-.03em;line-height:1}.stat-sublabel{font-size:.8125rem;color:#9ca3af;font-weight:500}.home-section{margin-bottom:3rem}.section-header{margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.section-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin-bottom:.5rem;letter-spacing:-.01em;display:flex;align-items:center;gap:.5rem}.section-title-icon{display:flex;align-items:center;flex-shrink:0}.section-description{font-size:.875rem;color:#6b7280}.treemap-container{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000000d}.epic-progress-list{display:flex;flex-direction:column;gap:1rem}.epic-progress-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem;transition:all .2s ease}.epic-progress-item:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000000d}.epic-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.epic-progress-name{font-weight:600;color:#1a1a1a;font-size:.9375rem}.epic-progress-stats{display:flex;gap:1rem;align-items:center;font-size:.875rem}.epic-progress-points{color:#6b7280;font-weight:500}.epic-progress-completion{color:#1a1a1a;font-weight:600;min-width:50px;text-align:right}.epic-progress-bar{height:8px;background-color:#f3f4f6;border-radius:4px;overflow:hidden}.epic-progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#10b981);border-radius:4px;transition:width .4s ease}.home-empty{text-align:center;padding:4rem 2rem;color:#9ca3af;font-size:.9375rem}.treemap-empty-state{text-align:center;padding:3rem 2rem;color:#9ca3af;font-size:.9375rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.home-insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:3rem}.insight-card{background:linear-gradient(135deg,#fff,#f9fafb);border:1px solid #e5e7eb;border-radius:12px;transition:all .2s ease}.insight-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014;border-color:#d1d5db}.release-filter{display:flex;align-items:center;gap:.75rem}.release-filter-label{font-size:.875rem;font-weight:500;color:#6b7280}.release-filter-select{padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:6px;background-color:#fff;font-size:.875rem;color:#1a1a1a;cursor:pointer;transition:all .2s ease}.release-filter-select:hover{border-color:#d1d5db}.release-filter-select:focus{outline:none;border-color:#284ab0;box-shadow:0 0 0 3px #284ab01a}.release-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}.release-card{background:linear-gradient(135deg,#fff,#f9fafb);border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .2s ease}.release-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014;border-color:#d1d5db}.release-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.release-card-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0}.release-card-stats{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.release-stat{font-size:.75rem;color:#6b7280;font-weight:500}.release-card-metrics{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.release-metric{display:flex;flex-direction:column;gap:.25rem}.release-metric-label{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.release-metric-value{font-size:1.5rem;font-weight:700;color:#1a1a1a}.release-progress-bar{width:100%;height:8px;background-color:#e5e7eb;border-radius:4px;overflow:hidden}.release-progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#10b981);transition:width .3s ease}.progress-section{margin-bottom:2.5rem}.progress-section-title{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem}.progress-list{display:flex;flex-direction:column;gap:1rem}.progress-item{background:linear-gradient(135deg,#fff,#f9fafb);border:1px solid #e5e7eb;border-radius:8px;padding:1rem;transition:all .2s ease}.progress-item:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000000d}.progress-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}.progress-item-name{font-size:.9375rem;font-weight:600;color:#1a1a1a;flex:1;min-width:200px}.progress-item-stats{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.progress-item-release{font-size:.75rem;padding:.25rem .5rem;background-color:#f3f4f6;color:#6b7280;border-radius:4px;font-weight:500}.progress-item-points{font-size:.8125rem;color:#6b7280;font-weight:500}.progress-item-completion{font-size:.875rem;font-weight:600;color:#1a1a1a}.progress-bar{width:100%;height:6px;background-color:#e5e7eb;border-radius:3px;overflow:hidden;margin-bottom:.5rem}.progress-bar-small{height:4px}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#10b981);transition:width .3s ease}.progress-item-gtm{margin-top:.5rem}.gtm-badge{display:inline-block;padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.gtm-badge-not-started{background-color:#f3f4f6;color:#6b7280}.gtm-badge-in-progress{background-color:#fef3c7;color:#92400e}.gtm-badge-ready{background-color:#d1fae5;color:#065f46}.story-progress-list{display:flex;flex-direction:column;gap:1.5rem}.story-group{background:linear-gradient(135deg,#fff,#f9fafb);border:1px solid #e5e7eb;border-radius:8px;padding:1rem}.story-group-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.story-group-name{font-size:.9375rem;font-weight:600;color:#1a1a1a}.story-group-count{font-size:.75rem;color:#6b7280;font-weight:500}.story-list{display:flex;flex-direction:column;gap:.75rem}.story-progress-item{padding:.75rem;background-color:#fafafa;border-radius:6px;border:1px solid #f3f4f6}.story-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;flex-wrap:wrap;gap:.5rem}.story-progress-name{font-size:.875rem;color:#1a1a1a;flex:1;min-width:150px}.story-progress-stats{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.story-type-badge{font-size:.7rem;padding:.2rem .4rem;border-radius:3px;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.story-type-user{background-color:#dbeafe;color:#1e40af}.story-type-system{background-color:#ede9fe;color:#5b21b6}.story-progress-points{font-size:.75rem;color:#6b7280;font-weight:500}.story-progress-completion{font-size:.8125rem;font-weight:600;color:#1a1a1a}/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.version-history-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.version-history-modal{background-color:#fff;border-radius:12px;width:100%;max-width:1000px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden}.version-history-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb}.version-history-modal-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;letter-spacing:-.01em}.version-history-modal-close{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.version-history-modal-close:hover{background-color:#f3f4f6;color:#1a1a1a}.version-history-modal-content{flex:1;overflow-y:auto;padding:2rem;display:grid;grid-template-columns:1fr 1fr;gap:2rem}.version-history-loading,.version-history-empty{grid-column:1 / -1;text-align:center;padding:3rem;color:#6b7280}.version-history-list{display:flex;flex-direction:column;gap:.75rem;overflow-y:auto}.version-history-item{padding:1rem;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease;background-color:#fff}.version-history-item:hover{border-color:#284ab0;background-color:#f9fafb}.version-history-item-selected{border-color:#284ab0;background-color:#eff6ff}.version-history-item-current{border-left:3px solid #10b981}.version-history-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.version-history-version-number{font-weight:600;color:#1a1a1a;display:flex;align-items:center;gap:.5rem}.version-history-current-badge{font-size:.75rem;padding:.125rem .5rem;background-color:#10b981;color:#fff;border-radius:12px;font-weight:500}.version-history-change-type{font-size:.75rem;padding:.25rem .5rem;border-radius:4px;font-weight:500}.version-history-change-type-create{background-color:#dbeafe;color:#1e40af}.version-history-change-type-update{background-color:#fef3c7;color:#92400e}.version-history-change-type-delete{background-color:#fee2e2;color:#991b1b}.version-history-item-meta{display:flex;gap:1rem;font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.version-history-changed-by{font-weight:500}.version-history-change-summary{font-size:.875rem;color:#374151;font-style:italic;padding-top:.5rem;border-top:1px solid #e5e7eb}.version-history-details{border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;background-color:#f9fafb;overflow-y:auto}.version-history-details-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.version-history-details-header h3{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0}.version-history-restore-button{padding:.5rem 1rem;background-color:#284ab0;color:#fff;border:none;border-radius:6px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.version-history-restore-button:hover:not(:disabled){background-color:#1e3a8a}.version-history-restore-button:disabled{opacity:.5;cursor:not-allowed}.version-history-details-content{display:flex;flex-direction:column;gap:1rem}.version-history-detail-row{display:flex;flex-direction:column;gap:.25rem}.version-history-detail-label{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.version-history-detail-value{font-size:.9375rem;color:#1a1a1a;word-wrap:break-word}.version-history-detail-html{max-height:200px;overflow-y:auto;padding:.75rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px}.version-history-modal-footer{padding:1.5rem 2rem;border-top:1px solid #e5e7eb;display:flex;justify-content:flex-end}.version-history-modal-button{padding:.75rem 1.5rem;border-radius:6px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.version-history-modal-button-close{background-color:#6b7280;color:#fff}.version-history-modal-button-close:hover{background-color:#4b5563}@media (max-width: 768px){.version-history-modal-content{grid-template-columns:1fr}}.asana-sync-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.asana-sync-modal{background-color:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.asana-sync-modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}.asana-sync-modal-header-left{flex:1}.asana-sync-modal-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem;display:flex;align-items:center;gap:.5rem}.asana-sync-modal-icon{display:flex;align-items:center}.asana-sync-modal-icon img{display:block;flex-shrink:0}.asana-sync-modal-subtitle{font-size:.875rem;color:#6b7280;margin:0}.asana-sync-modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s;flex-shrink:0}.asana-sync-modal-close:hover{background-color:#f3f4f6;color:#1a1a1a}.asana-sync-modal-content{padding:1.5rem;overflow-y:auto;flex:1}.asana-sync-empty{text-align:center;padding:3rem 1rem}.asana-sync-empty-icon{color:#9ca3af;margin-bottom:1rem;display:flex;justify-content:center}.asana-sync-empty-title{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem}.asana-sync-empty-description{font-size:.875rem;color:#6b7280;max-width:400px;margin:0 auto}.asana-sync-info{display:flex;flex-direction:column;gap:1.5rem}.asana-sync-status{display:flex;align-items:center}.asana-sync-status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#ecfdf5;color:#065f46;border-radius:6px;font-size:.875rem;font-weight:500}.asana-sync-status-dot{width:8px;height:8px;background-color:#10b981;border-radius:50%;flex-shrink:0}.asana-sync-details{display:flex;flex-direction:column;gap:1rem;padding:1rem;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.asana-sync-detail-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.asana-sync-detail-label{font-size:.875rem;font-weight:500;color:#6b7280;flex-shrink:0}.asana-sync-detail-value{font-size:.875rem;color:#1a1a1a;font-family:Monaco,Menlo,Ubuntu Mono,monospace;word-break:break-all;text-align:right}.asana-sync-detail-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;color:#284ab0;text-decoration:none;font-weight:500;transition:color .2s}.asana-sync-detail-link:hover{color:#1e3a8a;text-decoration:underline}.asana-sync-detail-link svg{flex-shrink:0}.asana-sync-note{display:flex;gap:.75rem;padding:1rem;background-color:#fef3c7;border-left:3px solid #f59e0b;border-radius:6px}.asana-sync-note svg{flex-shrink:0;color:#f59e0b;margin-top:.125rem}.asana-sync-note p{font-size:.8125rem;color:#92400e;margin:0;line-height:1.5}.story-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.story-modal{background-color:#fff;border-radius:12px;width:100%;max-width:800px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden}.story-modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb;gap:1rem}.story-modal-header-left{flex:1;display:flex;flex-direction:column;gap:.5rem}.story-modal-header-right{display:flex;align-items:center;gap:.5rem}.story-modal-meta{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#6b7280}.story-modal-version{font-weight:500;color:#284ab0}.story-modal-updated{color:#6b7280}.story-modal-version-button,.story-modal-asana-button{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;font-size:.875rem;color:#374151;cursor:pointer;transition:all .2s ease}.story-modal-version-button:hover,.story-modal-asana-button:hover{background-color:#e5e7eb;border-color:#d1d5db}.story-modal-version-button svg,.story-modal-asana-button svg{flex-shrink:0}.story-modal-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;letter-spacing:-.01em}.story-modal-close{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.story-modal-close:hover{background-color:#f3f4f6;color:#1a1a1a}.story-modal-content{flex:1;overflow-y:auto;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.story-modal-field{display:flex;flex-direction:column;gap:.5rem}.story-modal-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.story-modal-label-row{display:flex;align-items:center;gap:.5rem}.story-modal-label{font-size:.875rem;font-weight:600;color:#374151}.story-modal-template-tooltip{position:relative}.story-modal-template-icon{background:none;border:none;font-size:1rem;cursor:pointer;padding:2px 4px;border-radius:4px;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.story-modal-template-icon:hover{background-color:#f3f4f6}.story-modal-template-content{position:absolute;top:100%;left:0;margin-top:8px;background:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:1000;min-width:500px;max-width:600px;max-height:500px;display:none;flex-direction:column;overflow:hidden}.story-modal-template-content.story-modal-template-visible{display:flex}.story-modal-template-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #e5e7eb;background-color:#f9fafb}.story-modal-template-header span{font-size:.875rem;font-weight:600;color:#374151}.story-modal-template-close{background:none;border:none;font-size:1.25rem;color:#6b7280;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.story-modal-template-close:hover{background-color:#e5e7eb}.story-modal-template-text{padding:16px;margin:0;font-family:inherit;font-size:.875rem;line-height:1.6;color:#374151;white-space:pre-wrap;overflow-y:auto;flex:1}.story-modal-template-text::-webkit-scrollbar{width:8px}.story-modal-template-text::-webkit-scrollbar-track{background:#f1f1f1}.story-modal-template-text::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.story-modal-template-text::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.story-modal-input{padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9375rem;font-family:inherit;transition:all .2s ease}.story-modal-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.story-modal-input-number{width:100%}.story-modal-select{padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9375rem;font-family:inherit;background-color:#fff;cursor:pointer;transition:all .2s ease}.story-modal-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.story-modal-editor-wrapper{position:relative}.story-modal-editor{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;min-height:200px;max-height:400px;display:flex;flex-direction:column}.story-modal-editor .quill{border:none;display:flex;flex-direction:column;height:100%}.story-modal-editor .ql-container{border:none;border-top:1px solid #e5e7eb;min-height:200px;max-height:358px;font-size:.9375rem;flex:1;overflow-y:auto;overflow-x:hidden}.story-modal-editor .ql-container::-webkit-scrollbar{width:8px}.story-modal-editor .ql-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.story-modal-editor .ql-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.story-modal-editor .ql-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.story-modal-editor .ql-editor{min-height:200px;padding:12px}.story-modal-placeholder{position:absolute;top:42px;left:12px;right:12px;pointer-events:none;z-index:1;color:#9ca3af;font-size:.9375rem;line-height:1.5;max-height:346px;overflow:hidden}.story-modal-placeholder-text{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;color:inherit;white-space:pre-wrap}.story-modal-attachments{display:flex;flex-direction:column;gap:1rem}.story-modal-upload-button{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1rem;background-color:#f9fafb;border:1px dashed #d1d5db;border-radius:6px;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;width:fit-content}.story-modal-upload-button:hover{background-color:#f3f4f6;border-color:#9ca3af}.story-modal-upload-button:disabled{opacity:.6;cursor:not-allowed}.story-modal-attachment-list{display:flex;flex-direction:column;gap:.75rem}.story-modal-attachment-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;transition:all .2s ease}.story-modal-attachment-item:hover{background-color:#f3f4f6;border-color:#d1d5db}.story-modal-attachment-info{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.story-modal-attachment-preview{width:48px;height:48px;object-fit:cover;border-radius:4px;flex-shrink:0}.story-modal-attachment-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;background-color:#e5e7eb;border-radius:4px;flex-shrink:0}.story-modal-attachment-details{flex:1;min-width:0}.story-modal-attachment-name{font-size:.875rem;font-weight:500;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.story-modal-attachment-size{font-size:.75rem;color:#6b7280;margin-top:.25rem}.story-modal-attachment-remove{background:none;border:none;color:#ef4444;font-size:1.5rem;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;flex-shrink:0}.story-modal-attachment-remove:hover{background-color:#fee2e2}.story-modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem 2rem;border-top:1px solid #e5e7eb;background-color:#f9fafb}.story-modal-button{padding:.625rem 1.25rem;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.story-modal-button-cancel{background-color:transparent;color:#6b7280;border:1px solid #d1d5db}.story-modal-button-cancel:hover:not(:disabled){background-color:#f3f4f6;border-color:#9ca3af}.story-modal-button-save{background-color:#1a1a1a;color:#fff}.story-modal-button-save:hover:not(:disabled){background-color:#374151}.story-modal-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.story-modal{max-width:100%;max-height:100vh;border-radius:0}.story-modal-row{grid-template-columns:1fr}.story-modal-overlay{padding:0}}.create-story-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.create-story-modal{background-color:#fff;border-radius:12px;width:100%;max-width:900px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden}.create-story-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e5e7eb}.create-story-modal-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;letter-spacing:-.01em}.create-story-modal-close{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.create-story-modal-close:hover{background-color:#f3f4f6;color:#1a1a1a}.create-story-modal-content{flex:1;overflow-y:auto;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.create-story-modal-field{display:flex;flex-direction:column;gap:.5rem}.create-story-modal-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.create-story-modal-label-row{display:flex;align-items:center;gap:.5rem}.create-story-modal-label{font-size:.875rem;font-weight:600;color:#374151}.create-story-modal-template-tooltip{position:relative}.create-story-modal-template-icon{background:none;border:none;font-size:1rem;cursor:pointer;padding:2px 4px;border-radius:4px;transition:background-color .2s;display:flex;align-items:center;justify-content:center}.create-story-modal-template-icon:hover{background-color:#f3f4f6}.create-story-modal-template-content{position:absolute;top:100%;left:0;margin-top:8px;background:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:1000;min-width:500px;max-width:600px;max-height:500px;display:none;flex-direction:column;overflow:hidden}.create-story-modal-template-content.create-story-modal-template-visible{display:flex}.create-story-modal-template-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid #e5e7eb;background-color:#f9fafb}.create-story-modal-template-header span{font-size:.875rem;font-weight:600;color:#374151}.create-story-modal-template-close{background:none;border:none;font-size:1.25rem;color:#6b7280;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.create-story-modal-template-close:hover{background-color:#e5e7eb}.create-story-modal-template-text{padding:16px;margin:0;font-family:inherit;font-size:.875rem;line-height:1.6;color:#374151;white-space:pre-wrap;overflow-y:auto;flex:1}.create-story-modal-template-text::-webkit-scrollbar{width:8px}.create-story-modal-template-text::-webkit-scrollbar-track{background:#f1f1f1}.create-story-modal-template-text::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.create-story-modal-template-text::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.create-story-modal-input{padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9375rem;font-family:inherit;transition:all .2s ease}.create-story-modal-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.create-story-modal-input-number{width:100%}.create-story-modal-select{padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:6px;font-size:.9375rem;font-family:inherit;background-color:#fff;cursor:pointer;transition:all .2s ease}.create-story-modal-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.create-story-epic-options{display:flex;gap:1.5rem;margin-bottom:.75rem}.create-story-radio-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:#374151}.create-story-radio-option input[type=radio]{cursor:pointer}.create-story-loading{padding:.75rem;text-align:center;color:#6b7280;font-size:.875rem}.create-story-no-features{padding:.75rem;text-align:center;color:#6b7280;font-size:.875rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:6px}.create-story-modal-editor-wrapper{position:relative}.create-story-modal-editor{background-color:#fff;border:1px solid #d1d5db;border-radius:6px;min-height:200px;max-height:400px;display:flex;flex-direction:column}.create-story-modal-editor .quill{border:none;display:flex;flex-direction:column;height:100%}.create-story-modal-editor .ql-container{border:none;border-top:1px solid #e5e7eb;min-height:200px;max-height:358px;font-size:.9375rem;flex:1;overflow-y:auto;overflow-x:hidden}.create-story-modal-editor .ql-container::-webkit-scrollbar{width:8px}.create-story-modal-editor .ql-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.create-story-modal-editor .ql-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.create-story-modal-editor .ql-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.create-story-modal-editor .ql-editor{min-height:200px;padding:12px}.create-story-modal-placeholder{position:absolute;top:42px;left:12px;right:12px;pointer-events:none;z-index:1;color:#9ca3af;font-size:.9375rem;line-height:1.5;max-height:346px;overflow:hidden}.create-story-modal-placeholder-text{margin:0;font-family:inherit;font-size:inherit;line-height:inherit;color:inherit;white-space:pre-wrap}.create-story-modal-attachments{display:flex;flex-direction:column;gap:1rem}.create-story-modal-upload-button{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1rem;background-color:#f9fafb;border:1px dashed #d1d5db;border-radius:6px;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;width:fit-content}.create-story-modal-upload-button:hover{background-color:#f3f4f6;border-color:#9ca3af}.create-story-modal-upload-button:disabled{opacity:.6;cursor:not-allowed}.create-story-modal-attachment-list{display:flex;flex-direction:column;gap:.75rem}.create-story-modal-attachment-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;transition:all .2s ease}.create-story-modal-attachment-item:hover{background-color:#f3f4f6;border-color:#d1d5db}.create-story-modal-attachment-info{display:flex;align-items:center;gap:.75rem;flex:1;min-width:0}.create-story-modal-attachment-preview{width:48px;height:48px;object-fit:cover;border-radius:4px;flex-shrink:0}.create-story-modal-attachment-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;background-color:#e5e7eb;border-radius:4px;flex-shrink:0}.create-story-modal-attachment-details{flex:1;min-width:0}.create-story-modal-attachment-name{font-size:.875rem;font-weight:500;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.create-story-modal-attachment-size{font-size:.75rem;color:#6b7280;margin-top:.25rem}.create-story-modal-attachment-remove{background:none;border:none;color:#ef4444;font-size:1.5rem;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease;flex-shrink:0}.create-story-modal-attachment-remove:hover{background-color:#fee2e2}.create-story-modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem 2rem;border-top:1px solid #e5e7eb;background-color:#f9fafb}.create-story-modal-button{padding:.625rem 1.25rem;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.create-story-modal-button-cancel{background-color:transparent;color:#6b7280;border:1px solid #d1d5db}.create-story-modal-button-cancel:hover:not(:disabled){background-color:#f3f4f6;border-color:#9ca3af}.create-story-modal-button-save{background-color:#1a1a1a;color:#fff}.create-story-modal-button-save:hover:not(:disabled){background-color:#374151}.create-story-modal-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.create-story-modal{max-width:100%;max-height:100vh;border-radius:0}.create-story-modal-row{grid-template-columns:1fr}.create-story-modal-overlay{padding:0}}.feature-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.feature-modal{background:#fff;border-radius:8px;width:90%;max-width:600px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 4px 6px #0000001a}.feature-modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:20px;border-bottom:1px solid #e5e7eb;gap:1rem}.feature-modal-header-left{flex:1;display:flex;flex-direction:column;gap:.5rem}.feature-modal-header-right{display:flex;align-items:center;gap:.5rem}.feature-modal-meta{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#6b7280}.feature-modal-version{font-weight:500;color:#284ab0}.feature-modal-updated{color:#6b7280}.feature-modal-version-button{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;font-size:.875rem;color:#374151;cursor:pointer;transition:all .2s ease}.feature-modal-version-button:hover{background-color:#e5e7eb;border-color:#d1d5db}.feature-modal-title{margin:0;font-size:1.5rem;font-weight:600;color:#111827}.feature-modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px}.feature-modal-close:hover{background-color:#f3f4f6;color:#111827}.feature-modal-content{padding:20px;overflow-y:auto;flex:1}.feature-modal-field{margin-bottom:20px}.feature-modal-label{display:block;margin-bottom:8px;font-weight:500;color:#374151;font-size:.875rem}.required{color:#ef4444}.feature-modal-input,.feature-modal-textarea,.feature-modal-select{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;font-family:inherit;transition:border-color .2s}.feature-modal-input:focus,.feature-modal-textarea:focus,.feature-modal-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.feature-modal-textarea{resize:vertical;min-height:100px}.feature-modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:20px;border-top:1px solid #e5e7eb}.feature-modal-button{padding:10px 20px;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}.feature-modal-button-cancel{background-color:#f3f4f6;color:#374151}.feature-modal-button-cancel:hover{background-color:#e5e7eb}.feature-modal-button-save{background-color:#3b82f6;color:#fff}.feature-modal-button-save:hover:not(:disabled){background-color:#2563eb}.feature-modal-button:disabled{opacity:.5;cursor:not-allowed}.scope-tree{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000000d}.scope-tree-loading{padding:2rem;text-align:center;color:#666}.scope-tree-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.scope-tree-controls{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.scope-tree-actions{display:flex;gap:.75rem;align-items:center}.scope-tree-search{position:relative;display:flex;align-items:center;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:.5rem .75rem;min-width:250px}.scope-tree-search:focus-within{border-color:#3b82f6;background-color:#fff}.search-icon{color:#6b7280;flex-shrink:0;margin-right:.5rem}.search-input{flex:1;border:none;background:transparent;outline:none;font-size:.875rem;color:#1a1a1a}.search-input::placeholder{color:#9ca3af}.search-clear-button{background:none;border:none;color:#6b7280;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;font-size:1.25rem;line-height:1;margin-left:.5rem;transition:color .2s}.search-clear-button:hover{color:#1a1a1a}.view-mode-switcher{display:flex;background-color:#f3f4f6;border-radius:8px;padding:.25rem;gap:.25rem}.view-mode-button{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background-color:transparent;border:none;border-radius:6px;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.view-mode-button:hover{color:#1a1a1a;background-color:#fff}.view-mode-button.active{background-color:#fff;color:#1a1a1a;box-shadow:0 1px 2px #0000000d}.view-mode-button svg{flex-shrink:0}.create-story-button{padding:.625rem 1.25rem;background-color:#3b82f6;border:none;border-radius:8px;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.create-story-button:hover{background-color:#2563eb;box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}.scope-tree-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;letter-spacing:-.01em}.add-epic-button{padding:.625rem 1.25rem;background-color:#1a1a1a;border:none;border-radius:8px;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.add-epic-button:hover{background-color:#374151;box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}.tree-container{display:flex;flex-direction:column}.tree-empty{padding:3rem;text-align:center;color:#999;font-size:.875rem}.tree-node{display:flex;flex-direction:column}.tree-node-row{display:flex;align-items:center;min-height:48px;border-bottom:1px solid #f3f4f6;transition:all .15s ease}.tree-node-row:hover{background-color:#f9fafb}.tree-node-content{flex:1;display:flex;align-items:center;gap:.75rem;padding:.5rem 0}.tree-expand-button{width:20px;height:20px;display:flex;align-items:center;justify-content:center;background-color:transparent;border:1px solid #e0e0e0;border-radius:3px;color:#666;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;flex-shrink:0}.tree-expand-button:hover{background-color:#f5f5f5;border-color:#ccc}.tree-spacer{width:20px;flex-shrink:0}.tree-level-badge{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .5rem;border-radius:3px;flex-shrink:0;min-width:70px;text-align:center;display:flex;align-items:center;justify-content:center;gap:.25rem}.tree-level-icon{font-size:.875rem;line-height:1}.tree-level-epic{background-color:#e3f2fd;color:#1976d2}.tree-level-topic{background-color:#f3e5f5;color:#7b1fa2}.tree-level-feature{background-color:#e8f5e9;color:#388e3c}.tree-level-story{background-color:#fff3e0;color:#f57c00}.tree-title{flex:1;font-size:.9375rem;color:#1a1a1a;cursor:pointer;padding:.25rem 0;transition:color .2s}.tree-title:hover{color:#666}.tree-metrics{display:flex;gap:1rem;align-items:center;margin-left:auto;font-size:.8125rem;color:#666;font-variant-numeric:tabular-nums}.tree-metric{min-width:50px;text-align:right}.tree-attachment-indicator{font-size:.75rem;color:#6b7280;min-width:auto;padding:0 .5rem}.tree-actions{display:flex;gap:.5rem;align-items:center;opacity:0;transition:opacity .2s}.tree-node-row:hover .tree-actions{opacity:1}.tree-add-button,.tree-delete-button{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background-color:transparent;border:1px solid #e0e0e0;border-radius:3px;color:#666;font-size:1rem;font-weight:300;cursor:pointer;transition:all .2s;flex-shrink:0}.tree-add-button:hover{background-color:#e8f5e9;border-color:#4caf50;color:#388e3c}.tree-delete-button:hover{background-color:#ffebee;border-color:#ef5350;color:#d32f2f}.tree-edit-form{flex:1;display:flex;align-items:center;gap:.5rem}.tree-edit-input{flex:1;padding:.375rem .5rem;border:1px solid #ccc;border-radius:3px;font-size:.9375rem;font-family:inherit}.tree-edit-input:focus{outline:none;border-color:#666}.tree-edit-select{padding:.375rem .5rem;border:1px solid #ccc;border-radius:3px;font-size:.9375rem;font-family:inherit;background-color:#fff;cursor:pointer}.tree-edit-select:focus{outline:none;border-color:#666}.tree-edit-number{width:80px;text-align:right}.tree-edit-actions{display:flex;gap:.5rem}.tree-save-button,.tree-cancel-button{padding:.375rem .75rem;border:1px solid #e0e0e0;border-radius:3px;font-size:.8125rem;cursor:pointer;transition:all .2s}.tree-save-button{background-color:#1a1a1a;color:#fff;border-color:#1a1a1a}.tree-save-button:hover{background-color:#333}.tree-cancel-button{background-color:transparent;color:#666}.tree-cancel-button:hover{background-color:#f5f5f5}.tree-children{margin-left:24px}.list-container{overflow-x:auto;border:1px solid #e5e7eb;border-radius:8px;background-color:#fff}.list-table{width:100%;border-collapse:collapse;font-size:.875rem}.list-table thead{background-color:#f9fafb;border-bottom:2px solid #e5e7eb}.list-table th{padding:.75rem 1rem;text-align:left;font-weight:600;color:#374151;font-size:.8125rem;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;position:relative}.list-sortable{cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .2s ease}.list-sortable:hover{background-color:#f3f4f6}.sort-indicator{margin-left:.5rem;color:#3b82f6;font-weight:700;font-size:.875rem}.list-table tbody tr{border-bottom:1px solid #f3f4f6;transition:background-color .15s ease}.list-table tbody tr:hover{background-color:#f9fafb}.list-table td{padding:.75rem 1rem;vertical-align:middle}.list-col-level{width:100px}.list-col-title{min-width:200px;font-weight:500;color:#1a1a1a;cursor:pointer}.list-col-title:hover{color:#3b82f6}.list-col-description{min-width:250px;color:#6b7280;max-width:400px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-col-points,.list-col-completion{width:100px;text-align:right;font-variant-numeric:tabular-nums;color:#666}.list-col-status{width:120px;color:#6b7280}.list-col-actions{width:120px;text-align:right}.list-actions{display:flex;gap:.5rem;justify-content:flex-end;align-items:center}.list-add-button,.list-edit-button,.list-delete-button{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background-color:transparent;border:1px solid #e0e0e0;border-radius:4px;color:#666;font-size:.875rem;cursor:pointer;transition:all .2s;opacity:0}.list-row:hover .list-add-button,.list-row:hover .list-edit-button,.list-row:hover .list-delete-button{opacity:1}.list-add-button:hover{background-color:#e8f5e9;border-color:#4caf50;color:#388e3c}.list-edit-button:hover{background-color:#e3f2fd;border-color:#2196f3;color:#1976d2}.list-delete-button:hover{background-color:#ffebee;border-color:#ef5350;color:#d32f2f}.list-attachment-indicator{font-size:.75rem;color:#6b7280;margin-left:.5rem}.list-level-filter{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:#f9fafb;border-bottom:1px solid #e5e7eb;flex-wrap:wrap}.list-level-filter-label{font-size:.875rem;font-weight:500;color:#6b7280}.list-level-filter-options{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.list-level-filter-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.875rem;color:#1a1a1a;-webkit-user-select:none;user-select:none;transition:color .2s ease}.list-level-filter-option:hover{color:#284ab0}.list-level-filter-option input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#284ab0}.list-level-filter-icon{display:flex;align-items:center;width:18px;height:18px;flex-shrink:0}.list-level-filter-icon svg{width:100%;height:100%}.import-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.import-modal{background-color:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:600px;width:90%;max-height:90vh;overflow-y:auto}.import-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.import-modal-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0}.import-modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.import-modal-close:hover{background-color:#f3f4f6;color:#1a1a1a}.import-modal-content{padding:1.5rem}.import-modal-description{font-size:.9375rem;color:#374151;margin-bottom:.5rem}.import-modal-hint{font-size:.875rem;color:#6b7280;margin-bottom:1.5rem}.import-data-controls{display:flex;flex-direction:column;gap:1rem}.import-actions{display:flex;gap:.75rem;justify-content:flex-end}.import-file-input{padding:.5rem;border:1px solid #e5e7eb;border-radius:6px;font-size:.875rem;cursor:pointer}.import-button{padding:.625rem 1.25rem;background-color:#3b82f6;border:none;border-radius:6px;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.import-button:hover:not(:disabled){background-color:#2563eb}.import-button:disabled{opacity:.6;cursor:not-allowed}.import-progress{margin-top:1rem;padding:.75rem;background-color:#f3f4f6;border-radius:6px;font-size:.875rem;color:#374151}.import-cancel-button{padding:.625rem 1.25rem;background-color:transparent;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.import-cancel-button:hover:not(:disabled){background-color:#f3f4f6;border-color:#d1d5db;color:#1a1a1a}.import-cancel-button:disabled{opacity:.6;cursor:not-allowed}.product-settings-page{max-width:1000px;margin:0 auto;padding:2rem}.product-settings-loading,.product-settings-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.product-settings-error p{color:#dc2626;font-size:1rem}.product-settings-header{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.product-settings-back{padding:.5rem 1rem;background-color:transparent;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.product-settings-back:hover{background-color:#f3f4f6;border-color:#d1d5db;color:#1a1a1a}.product-settings-title{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0}.product-settings-content{display:flex;flex-direction:column;gap:3rem}.product-settings-section{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:2rem}.product-settings-section-header-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.product-settings-section-header-row>div{flex:1}.product-settings-section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.product-settings-asana-logo{height:32px;width:auto;object-fit:contain}.product-settings-section-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0}.product-settings-section-description{font-size:.875rem;color:#6b7280;margin:0;line-height:1.5}.product-settings-role-info-button{padding:.5rem;background-color:transparent;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-left:1rem}.product-settings-role-info-button:hover{background-color:#f3f4f6;border-color:#d1d5db;color:#3b82f6}.product-settings-form{display:flex;flex-direction:column;gap:1.5rem}.product-settings-field{display:flex;flex-direction:column;gap:.5rem}.product-settings-label{font-size:.875rem;font-weight:500;color:#1a1a1a}.required{color:#dc2626}.product-settings-input,.product-settings-textarea{padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;color:#1a1a1a;transition:all .2s ease;font-family:inherit}.product-settings-input:focus,.product-settings-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.product-settings-textarea{resize:vertical;min-height:100px}.product-settings-logo-input-container{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}.product-settings-logo-preview-inline{display:flex;align-items:center;gap:1rem;padding:1rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.product-settings-logo-preview-image{width:80px;height:80px;object-fit:contain;border-radius:6px;background-color:#fff;border:1px solid #e5e7eb}.product-settings-logo-remove{padding:.5rem 1rem;background-color:#fff;border:1px solid #dc2626;border-radius:6px;color:#dc2626;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.product-settings-logo-remove:hover{background-color:#dc2626;color:#fff}.product-settings-logo-hint{font-size:.75rem;color:#6b7280;margin:.5rem 0 0}.product-settings-import-button{padding:.75rem 1.5rem;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.product-settings-import-button:hover{background-color:#2563eb}.product-settings-releases-list{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;min-height:2.5rem}.product-settings-release-item{display:flex;align-items:center;gap:.5rem;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;padding:.5rem .75rem;font-size:.875rem;color:#1a1a1a}.product-settings-release-name{font-weight:500}.product-settings-release-remove{background:none;border:none;color:#6b7280;cursor:pointer;font-size:1.25rem;line-height:1;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.product-settings-release-remove:hover{background-color:#e5e7eb;color:#dc2626}.product-settings-add-release{display:flex;gap:.75rem;align-items:center}.product-settings-release-input{flex:1;padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;color:#1a1a1a;transition:all .2s ease}.product-settings-release-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.product-settings-add-button{padding:.625rem 1rem;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.product-settings-add-button:hover:not(:disabled){background-color:#2563eb}.product-settings-add-button:disabled{background-color:#d1d5db;color:#9ca3af;cursor:not-allowed}.product-settings-warning{margin-top:1rem;padding:.75rem;background-color:#fef3c7;border:1px solid #fcd34d;border-radius:6px;font-size:.875rem;color:#92400e}.product-settings-subsection-title{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:0 0 1rem}.product-settings-add-user{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e5e7eb}.product-settings-add-user-form{display:flex;gap:.75rem;align-items:flex-end}.product-settings-add-user-form .product-settings-input{flex:1;min-width:200px}.product-settings-select{padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;color:#1a1a1a;background-color:#fff;cursor:pointer;transition:all .2s ease;min-width:250px}.product-settings-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.product-settings-select-inline{min-width:150px}.product-settings-add-user-button{padding:.625rem 1.25rem;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.product-settings-add-user-button:hover:not(:disabled){background-color:#2563eb}.product-settings-add-user-button:disabled{background-color:#d1d5db;color:#9ca3af;cursor:not-allowed}.product-settings-roles-list-container{margin-bottom:2rem}.product-settings-no-roles{padding:2rem;text-align:center;color:#6b7280;font-size:.875rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px}.product-settings-roles-table{border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.product-settings-roles-table-header{display:grid;grid-template-columns:2fr 1.5fr 1fr;gap:1rem;padding:.75rem 1rem;background-color:#f9fafb;border-bottom:1px solid #e5e7eb;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.product-settings-roles-table-row{display:grid;grid-template-columns:2fr 1.5fr 1fr;gap:1rem;padding:1rem;border-bottom:1px solid #e5e7eb;align-items:center}.product-settings-roles-table-row:last-child{border-bottom:none}.product-settings-roles-table-row:hover{background-color:#f9fafb}.product-settings-roles-table-col-email{font-size:.875rem;color:#1a1a1a;display:flex;align-items:center;gap:.5rem}.product-settings-current-user-badge{font-size:.75rem;color:#3b82f6;font-weight:500}.product-settings-super-admin-badge{font-size:.75rem;color:#8b5cf6;font-weight:600;margin-left:.25rem}.product-settings-roles-table-col-role{display:flex;align-items:center}.product-settings-role-badge{display:inline-block;padding:.25rem .75rem;background-color:#eff6ff;color:#3b82f6;border-radius:12px;font-size:.75rem;font-weight:600}.product-settings-roles-table-col-actions{display:flex;gap:.5rem;align-items:center}.product-settings-action-button{padding:.375rem .75rem;border:none;border-radius:6px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.product-settings-action-edit{background-color:#f3f4f6;color:#1a1a1a}.product-settings-action-edit:hover{background-color:#e5e7eb}.product-settings-action-save{background-color:#3b82f6;color:#fff}.product-settings-action-save:hover{background-color:#2563eb}.product-settings-action-cancel{background-color:#f3f4f6;color:#6b7280}.product-settings-action-cancel:hover{background-color:#e5e7eb;color:#1a1a1a}.product-settings-action-delete{background-color:#fee2e2;color:#dc2626}.product-settings-action-delete:hover{background-color:#fecaca;color:#b91c1c}.product-settings-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.product-settings-role-modal{background-color:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:500px;width:100%;max-height:90vh;overflow-y:auto}.product-settings-role-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.product-settings-role-modal-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0}.product-settings-role-modal-close{padding:.5rem;background-color:transparent;border:none;color:#6b7280;cursor:pointer;border-radius:6px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.product-settings-role-modal-close:hover{background-color:#f3f4f6;color:#1a1a1a}.product-settings-role-modal-content{padding:1.5rem}.product-settings-role-modal-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.product-settings-role-modal-list li{padding:1rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;font-size:.875rem;color:#1a1a1a;line-height:1.6}.product-settings-role-modal-list li strong{color:#3b82f6;font-weight:600;display:block;margin-bottom:.25rem}.product-settings-footer{display:flex;justify-content:flex-end;padding:2rem 0;border-top:1px solid #e5e7eb;margin-top:2rem}.product-settings-button{padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.product-settings-button-save{background-color:#3b82f6;color:#fff}.product-settings-button-save:hover:not(:disabled){background-color:#2563eb}.product-settings-button:disabled{opacity:.5;cursor:not-allowed}.product-settings-asana-token-group{display:flex;gap:.75rem;align-items:flex-start}.product-settings-asana-token-group .product-settings-input{flex:1}.product-settings-asana-test-button{padding:.625rem 1rem;background-color:#284ab0;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease;white-space:nowrap}.product-settings-asana-test-button:hover:not(:disabled){background-color:#1e3a8a}.product-settings-asana-test-button:disabled{opacity:.5;cursor:not-allowed}.product-settings-asana-status{margin-top:.5rem;padding:.5rem .75rem;border-radius:6px;font-size:.875rem}.product-settings-asana-status.success{background-color:#d1fae5;color:#065f46}.product-settings-asana-status.error{background-color:#fee2e2;color:#991b1b}.product-settings-asana-project-group{display:flex;gap:.75rem;align-items:center}.product-settings-asana-project-group .product-settings-select{flex:1}.product-settings-asana-refresh-button{padding:.625rem .875rem;background-color:#f3f4f6;color:#374151;border:1px solid #e5e7eb;border-radius:6px;font-size:1rem;cursor:pointer;transition:all .2s ease;min-width:40px}.product-settings-asana-refresh-button:hover:not(:disabled){background-color:#e5e7eb;border-color:#d1d5db}.product-settings-asana-refresh-button:disabled{opacity:.5;cursor:not-allowed}.product-settings-hint{margin-top:.5rem;font-size:.875rem;color:#6b7280;font-style:italic}.product-settings-asana-no-token{padding:1.5rem;background-color:#fef3c7;border:1px solid #fbbf24;border-radius:8px;color:#92400e}.product-settings-asana-no-token p{margin:0;line-height:1.6}.product-settings-asana-linked{padding:1.5rem;background-color:#f0fdf4;border:1px solid #10b981;border-radius:8px}.product-settings-asana-linked-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}.product-settings-asana-linked-label{font-weight:600;color:#065f46;font-size:.9375rem}.product-settings-asana-linked-project{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background-color:#fff;border:1px solid #d1fae5;border-radius:6px;margin-bottom:.75rem}.product-settings-asana-linked-name{font-size:1rem;font-weight:600;color:#1a1a1a}.product-settings-asana-linked-link{font-size:.875rem;color:#284ab0;text-decoration:none;font-weight:500;transition:color .2s ease}.product-settings-asana-linked-link:hover{color:#1e3a8a;text-decoration:underline}.product-settings-asana-linked-note{font-size:.875rem;color:#6b7280;margin:0;font-style:italic}.product-settings-asana-sync{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.product-settings-asana-sync-title{font-size:1.125rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem}.product-settings-asana-sync-description{font-size:.875rem;color:#6b7280;margin:0 0 1.5rem;line-height:1.5}.product-settings-asana-sync-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background-color:#284ab0;color:#fff;border:none;border-radius:6px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s ease}.product-settings-asana-sync-button:hover:not(:disabled){background-color:#1e3a8a}.product-settings-asana-sync-button:disabled{opacity:.6;cursor:not-allowed}.product-settings-asana-sync-spinner{display:inline-block;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.product-settings-asana-sync-status{padding:.875rem 1rem;border-radius:6px;font-size:.875rem;line-height:1.6;white-space:pre-line;margin-bottom:1rem}.product-settings-asana-sync-status.success{background-color:#f0fdf4;border:1px solid #10b981;color:#065f46}.product-settings-asana-sync-status.error{background-color:#fee2e2;border:1px solid #ef4444;color:#991b1b}.product-settings-asana-sync-error-details{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(239,68,68,.3)}.product-settings-asana-sync-error-toggle{background:none;border:none;color:#991b1b;font-size:.875rem;font-weight:600;cursor:pointer;padding:.5rem 0;display:flex;align-items:center;gap:.5rem;transition:color .2s ease}.product-settings-asana-sync-error-toggle:hover{color:#7f1d1d;text-decoration:underline}.product-settings-asana-sync-error-list{margin-top:.75rem;max-height:300px;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem}.product-settings-asana-sync-error-item{padding:.75rem;background-color:#ffffff80;border:1px solid rgba(239,68,68,.2);border-radius:4px}.product-settings-asana-sync-error-story{margin-bottom:.5rem;color:#7f1d1d;font-size:.875rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.product-settings-asana-sync-error-id{font-weight:400;font-size:.75rem;opacity:.7;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.product-settings-asana-sync-error-message{font-size:.8125rem;color:#991b1b;font-family:Monaco,Menlo,Ubuntu Mono,monospace;white-space:pre-wrap;word-break:break-word;max-width:100%;overflow-wrap:break-word}.product-settings-asana-sync-progress{margin-top:1rem;padding:1rem;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:6px}.product-settings-asana-sync-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.product-settings-asana-sync-progress-direction{font-size:.875rem;font-weight:600;color:#284ab0}.product-settings-asana-sync-progress-count{font-size:.875rem;color:#6b7280;font-weight:500}.product-settings-asana-sync-progress-story{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.875rem}.product-settings-asana-sync-progress-action{color:#6b7280;font-weight:500}.product-settings-asana-sync-progress-title{color:#1a1a1a;font-weight:500;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-settings-asana-sync-progress-bar{width:100%;height:6px;background-color:#e5e7eb;border-radius:3px;overflow:hidden}.product-settings-asana-sync-progress-bar-fill{height:100%;background-color:#284ab0;transition:width .3s ease;border-radius:3px}.product-dropdown{position:relative;display:inline-block}.product-dropdown-trigger{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background-color:transparent;border:none;border-radius:6px;color:#1a1a1a;font-size:1.25rem;font-weight:700;cursor:pointer;transition:all .2s ease}.product-dropdown-trigger:hover{background-color:#f3f4f6}.product-dropdown-logo-image{object-fit:contain;border-radius:6px;flex-shrink:0;border:1px solid #e5e7eb;padding:2px}.product-dropdown-logo-placeholder{display:flex;align-items:center;justify-content:center;background-color:#3b82f6;color:#fff;border-radius:6px;font-weight:600;font-size:.75rem;flex-shrink:0;border:1px solid #2563eb}.product-dropdown-name{color:#1a1a1a;letter-spacing:-.01em;font-weight:700}.product-dropdown-chevron{color:#6b7280;flex-shrink:0;transition:transform .2s ease}.product-dropdown[data-open=true] .product-dropdown-chevron{transform:rotate(180deg)}.product-dropdown-menu{position:absolute;top:calc(100% + .5rem);left:0;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;min-width:220px;z-index:1000;overflow:hidden}.product-dropdown-header{padding:.75rem 1rem;background-color:#f9fafb;border-bottom:1px solid #e5e7eb;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.product-dropdown-list{padding:.25rem 0}.product-dropdown-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.625rem 1rem;background-color:transparent;border:none;text-align:left;color:#1a1a1a;font-size:.875rem;cursor:pointer;transition:all .2s ease}.product-dropdown-item:hover{background-color:#f3f4f6}.product-dropdown-item-active{background-color:#eff6ff}.product-dropdown-item-active:hover{background-color:#dbeafe}.product-dropdown-item-indicator{flex-shrink:0;width:1.25rem;text-align:center;font-size:.75rem;display:flex;align-items:center;justify-content:center}.product-dropdown-item-indicator svg{width:16px;height:16px;color:#6b7280}.product-dropdown-item-name{flex:1;color:#1a1a1a}.product-dropdown-item-name-bold{font-weight:700;color:#1a1a1a}.product-dropdown-item-settings{color:#1a1a1a;font-weight:500}.product-dropdown-item-settings:hover{background-color:#f3f4f6}.product-dropdown-item-settings:hover .product-dropdown-item-indicator svg{color:#1a1a1a}.product-dropdown-item-create{color:#3b82f6;font-weight:500}.product-dropdown-item-create:hover{background-color:#eff6ff;color:#2563eb}.product-dropdown-item-create .product-dropdown-item-indicator svg{color:#3b82f6}.product-dropdown-item-create:hover .product-dropdown-item-indicator svg{color:#2563eb}.product-dropdown-divider{height:1px;background-color:#e5e7eb;margin:.25rem 0}.product-dropdown-loading{padding:1rem;text-align:center;color:#6b7280;font-size:.875rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fafafa;color:#1a1a1a;line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}.app-loading{display:flex;align-items:center;justify-content:center;min-height:100vh}.loading-spinner{width:40px;height:40px;border:3px solid #e0e0e0;border-top-color:#666;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app-header{background-color:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;gap:2rem;box-shadow:0 1px 3px #0000000d}.header-context-cluster{display:flex;align-items:center;gap:1.5rem;flex-shrink:0}.header-logo-group{display:flex;align-items:center;gap:.75rem}.app-icon{width:32px;height:32px;flex-shrink:0}.header-title-group{display:flex;flex-direction:column;gap:.125rem}.app-title{font-size:1.5rem;font-weight:700;color:#284ab0;letter-spacing:-.02em;line-height:1.2;margin:0}.header-branding-link{text-decoration:none;transition:opacity .2s}.header-branding-link:hover{opacity:.8}.app-byline{font-size:.6875rem;color:#6b7280;font-weight:500;letter-spacing:.02em}.header-separator{color:#d1d5db;font-size:1.25rem;line-height:1;-webkit-user-select:none;user-select:none}.app-nav{display:flex;gap:1.5rem;align-items:flex-end;flex:1;margin-left:1rem;padding-bottom:0}.nav-button{padding:.5rem 0;background-color:transparent;border:none;border-bottom:2px solid transparent;color:#6b7280;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s ease;position:relative;margin-bottom:-1rem;padding-bottom:calc(1rem + 2px)}.nav-button:hover{color:#1a1a1a}.nav-button.active{color:#1a1a1a;font-weight:600;border-bottom-color:#3b82f6}.header-global-utilities{display:flex;gap:1rem;align-items:center;flex-shrink:0}.compass-button-ghost{padding:.5rem .75rem;background-color:transparent;border:none;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem;border-radius:6px}.compass-button-ghost:hover{background-color:#f3f4f6;color:#1a1a1a}.compass-icon{flex-shrink:0;color:currentColor}.user-menu-container{position:relative}.user-profile-button{padding:0;background-color:transparent;border:2px solid #e5e7eb;border-radius:50%;cursor:pointer;transition:all .2s ease;width:40px;height:40px;display:flex;align-items:center;justify-content:center;overflow:hidden}.user-profile-button:hover{border-color:#d1d5db;box-shadow:0 2px 4px #0000001a}.user-profile-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.user-profile-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;border-radius:50%}.user-menu-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;min-width:200px;z-index:1000;overflow:hidden}.user-menu-header{padding:.75rem 1rem;background-color:#f9fafb;border-bottom:1px solid #e5e7eb}.user-menu-name{font-weight:600;font-size:.875rem;color:#1a1a1a;margin-bottom:.25rem}.user-menu-email{font-size:.75rem;color:#6b7280}.user-menu-divider{height:1px;background-color:#e5e7eb}.user-menu-item{width:100%;padding:.75rem 1rem;background-color:transparent;border:none;text-align:left;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.user-menu-item:hover{background-color:#f3f4f6;color:#1a1a1a}.app-main{flex:1;padding:2.5rem;max-width:1600px;margin:0 auto;width:100%;background-color:#f9fafb}.app-footer{background-color:#fff;border-top:1px solid #e5e7eb;padding:1rem 2rem;margin-top:auto}.footer-content{max-width:1600px;margin:0 auto;display:flex;justify-content:center;align-items:center}.footer-branding{display:flex;align-items:center;gap:.5rem}.footer-text{font-size:.8125rem;color:#6b7280}.footer-logo-link{display:inline-flex;align-items:center;text-decoration:none;color:#1a1a1a;font-weight:600;font-size:.875rem;transition:opacity .2s}.footer-logo-link:hover{opacity:.8}.footer-logo{height:20px;width:auto;color:#1a1a1a}.footer-logo-text{font-size:.875rem;font-weight:600;color:#1a1a1a}
