@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";.admin-exercise-database{padding:24px;max-width:1400px;margin:0 auto}.admin-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px;padding-bottom:16px;border-bottom:2px solid #e5e7eb}.header-title h1{margin:0 0 8px;font-size:28px;font-weight:700;color:#111827}.header-title p{margin:0;color:#6b7280;font-size:16px}.header-actions{display:flex;gap:12px;flex-wrap:wrap}.admin-search-container{position:relative;flex:1}.admin-search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none;width:1.25rem;height:1.25rem}.admin-search-input{width:100%;padding:.5rem 1rem .5rem 2.5rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;color:#111827;background-color:#fff;transition:all .15s ease}.admin-search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.admin-search-input::-moz-placeholder{color:#9ca3af}.admin-search-input::placeholder{color:#9ca3af}.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none}.btn-primary{background-color:#3b82f6;color:#fff}.btn-primary:hover{background-color:#2563eb}.btn-secondary{background-color:#f3f4f6;color:#374151;border:1px solid #d1d5db}.btn-secondary:hover{background-color:#e5e7eb}.btn-danger{background-color:#ef4444;color:#fff}.btn-danger:hover{background-color:#dc2626}.btn-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:6px;background-color:#f3f4f6;color:#6b7280;cursor:pointer;transition:all .2s}.btn-icon:hover{background-color:#e5e7eb;color:#374151}.btn-icon.btn-danger{background-color:#fef2f2;color:#ef4444}.btn-icon.btn-danger:hover{background-color:#fee2e2;color:#dc2626}.message{display:flex;align-items:center;gap:8px;padding:12px 16px;border-radius:8px;margin-bottom:16px;font-size:14px}.message button{margin-left:auto;background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center}.message-error{background-color:#fef2f2;border:1px solid #fecaca;color:#991b1b}.message-success{background-color:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.bulk-actions{display:flex;align-items:center;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid #e5e7eb}.bulk-actions span{font-weight:500;color:#374151}.exercises-table-container{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.exercises-table{width:100%;border-collapse:collapse}.exercises-table th,.exercises-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #f3f4f6}.exercises-table th{background-color:#f9fafb;font-weight:600;color:#374151;font-size:14px}.exercises-table td{font-size:14px;color:#6b7280}.exercises-table tr:hover{background-color:#f9fafb}.exercise-name span{font-weight:500;color:#111827}.muscle-group-badge{display:inline-block;padding:4px 8px;background-color:#dbeafe;color:#1d4ed8;border-radius:12px;font-size:12px;font-weight:500}.type-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500}.type-badge.global{background-color:#ecfdf5;color:#065f46}.type-badge.custom{background-color:#fef3c7;color:#92400e}.status-badge{display:inline-flex;align-items:center;padding:.125rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:500}.status-badge.active{background-color:#d1fae5;color:#065f46}.status-badge.trialing{background-color:#dbeafe;color:#1e40af}.status-badge.trial{background-color:#fef3c7;color:#92400e}.status-badge.canceled,.status-badge.paused{background-color:#f3f4f6;color:#374151}.status-badge.past_due,.status-badge.incomplete_expired,.status-badge.unpaid{background-color:#fee2e2;color:#991b1b}.status-badge.incomplete{background-color:#fef3c7;color:#92400e}.status-badge.completed{background-color:#d1fae5;color:#065f46}.status-badge.in_progress{background-color:#fef3c7;color:#92400e}.status-badge.subscribed{background-color:#d1fae5;color:#065f46}.status-badge.complimentary{background-color:#ede9fe;color:#6b21a8}.status-badge.free{background-color:#f3f4f6;color:#374151}.status-badge.free-trial{background-color:#fef3c7;color:#92400e}.status-badge.cancelled,.status-badge.expired{background-color:#fee2e2;color:#991b1b}.status-badge.unknown{background-color:#f3f4f6;color:#374151}.action-buttons{display:flex;gap:4px}.no-results{padding:48px 24px;text-align:center;color:#6b7280}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 24px}.loading-spinner{width:40px;height:40px;border:4px solid #f3f4f6;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.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:20px}.modal{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}.modal-large{max-width:800px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 0;border-bottom:1px solid #e5e7eb;margin-bottom:24px}.modal-header h3{margin:0;font-size:20px;font-weight:600;color:#111827}.modal-header button{background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;color:#6b7280}.modal-header button:hover{background-color:#f3f4f6;color:#374151}.form-group{margin-bottom:20px;padding:0 24px}.form-group label{display:block;margin-bottom:6px;font-weight:500;color:#374151;font-size:14px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;box-sizing:border-box}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-group input[type=checkbox]{width:auto;margin-right:8px}.form-group small{display:block;margin-top:4px;color:#6b7280;font-size:12px}.modal-actions{display:flex;gap:12px;justify-content:flex-end;padding:20px 24px 24px;border-top:1px solid #e5e7eb;margin-top:24px}.import-content{max-height:60vh;overflow-y:auto}.preview-section{margin-top:20px;padding:0 24px}.preview-section h4{margin:0 0 12px;color:#374151;font-size:16px}.preview-table{width:100%;border-collapse:collapse;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden;font-size:12px}.preview-table th,.preview-table td{padding:8px 12px;text-align:left;border-bottom:1px solid #f3f4f6}.preview-table th{background-color:#f9fafb;font-weight:600;color:#374151}.preview-table td{color:#6b7280}.admin-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;margin-bottom:2rem}.admin-stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;display:flex;align-items:center;gap:1rem;transition:all .2s}.admin-stat-card:hover{box-shadow:0 4px 12px #0000001a}.stat-icon{flex-shrink:0}.stat-content{flex-grow:1}.stat-number{font-size:2rem;font-weight:700;color:#111827;margin-bottom:.25rem;line-height:1}.stat-label{font-size:.875rem;color:#6b7280;font-weight:500}.admin-tabs{margin-bottom:2rem}.admin-tab-nav{display:flex;gap:.5rem;border-bottom:1px solid #e5e7eb;padding-bottom:0}.admin-tab{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:none;background:none;color:#6b7280;font-weight:500;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s}.admin-tab:hover{color:#374151;background-color:#f9fafb}.admin-tab.active{color:#3b82f6;border-bottom-color:#3b82f6;background-color:#eff6ff}.admin-tab-content{min-height:400px}.admin-section-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}.section-title h3{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#111827}.section-title p{margin:0;color:#6b7280;font-size:.875rem}.admin-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.email-template-modal{max-width:1200px!important;width:90vw!important}.email-editor-section{margin:1.5rem 0}.editor-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.editor-actions{display:flex;gap:.5rem}.email-editor-container{display:flex;gap:1rem;min-height:400px}.variables-sidebar{width:250px;background:#f9fafb;border-radius:8px;padding:1rem;overflow-y:auto;max-height:500px}.variables-sidebar h4{margin:0 0 1rem;font-size:.875rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.05em}.variable-groups{display:flex;flex-direction:column;gap:.5rem}.variable-group{margin-bottom:.5rem}.variable-group-header{width:100%;text-align:left;padding:.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:4px;margin-bottom:.5rem;cursor:pointer;font-weight:500;transition:all .2s}.variable-group-header:hover{background:#f3f4f6;border-color:#667eea}.variable-group-header.active{background:#667eea;color:#fff;border-color:#667eea}.variable-list{display:flex;flex-direction:column;gap:.25rem}.variable-chip{display:block;width:100%;text-align:left;padding:.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:4px;cursor:pointer;transition:all .2s}.variable-chip:hover{background:#f3f4f6;border-color:#667eea;transform:translate(2px)}.variable-chip code{display:block;font-size:.75rem;color:#667eea;margin-bottom:.25rem;font-family:Monaco,Courier New,monospace}.variable-description{font-size:.75rem;color:#6b7280;display:block}.editor-content{flex:1;display:flex;flex-direction:column}.email-quill-editor{height:400px;background:#fff;border:1px solid #e5e7eb;border-radius:8px}.email-quill-editor .ql-toolbar{border-top-left-radius:8px;border-top-right-radius:8px;border-color:#e5e7eb}.email-quill-editor .ql-container{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border-color:#e5e7eb;font-size:16px}.email-quill-editor .ql-editor{font-size:16px;line-height:1.5}.email-preview{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;height:500px;overflow-y:auto}.preview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.preview-header h3{margin:0;font-size:1.125rem;font-weight:600;color:#111827}.preview-subject{margin-bottom:1rem;padding:.5rem;background:#f9fafb;border-radius:4px;font-size:.875rem}.preview-content{padding:1rem;font-size:14px;line-height:1.6}.test-email-info{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;margin-bottom:1.5rem}.info-row{display:flex;align-items:center;margin-bottom:.5rem}.info-row:last-child{margin-bottom:0}.info-label{font-weight:500;color:#6b7280;margin-right:.5rem;min-width:80px}.info-value{color:#111827}.email-preview-section{margin-top:1.5rem}.email-preview-section h3{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#111827}.email-preview-container{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;max-height:300px;overflow-y:auto}.email-preview-content{font-size:14px;line-height:1.6}.badge{display:inline-block;padding:.25rem .75rem;font-size:.75rem;font-weight:600;border-radius:9999px;text-transform:uppercase;letter-spacing:.05em}.badge-transactional{background-color:#dbeafe;color:#1e40af}.badge-marketing{background-color:#fce7f3;color:#9f1239}.badge-system{background-color:#e5e7eb;color:#374151}.status-toggle{padding:.25rem .75rem;font-size:.875rem;font-weight:500;border-radius:.375rem;border:1px solid transparent;cursor:pointer;transition:all .15s ease-in-out}.status-toggle.active{background-color:#dcfce7;color:#166534;border-color:#86efac}.status-toggle.active:hover{background-color:#bbf7d0}.status-toggle.inactive{background-color:#fee2e2;color:#991b1b;border-color:#fca5a5}.status-toggle.inactive:hover{background-color:#fecaca}.email-triggers-section{padding:0}.trigger-types-info{margin:2rem 0}.trigger-types-info h3{margin:0 0 1rem;font-size:1.125rem;font-weight:600;color:#111827}.trigger-types-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;margin-bottom:2rem}.trigger-type-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;transition:all .2s}.trigger-type-card:hover{border-color:#667eea;box-shadow:0 2px 8px #0000000d}.trigger-type-card h4{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#111827}.trigger-type-card p{margin:0;font-size:.875rem;color:#6b7280;line-height:1.4}.card-header{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;background-color:#f9fafb}.card-header h3{margin:0;font-size:1rem;font-weight:600;color:#111827}.card-content{padding:1.5rem}.admin-overview{display:grid;grid-template-columns:1fr;gap:1.5rem}.overview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.overview-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.health-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.health-item:last-child{border-bottom:none}.health-item span:first-child{color:#6b7280;font-size:.875rem}.health-item span:last-child{color:#111827;font-weight:500;font-size:.875rem}.badge{display:inline-flex;align-items:center;padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500}.badge-success{background-color:#d1fae5;color:#065f46}.badge-error{background-color:#fee2e2;color:#991b1b}.badge-warning{background-color:#fef3c7;color:#92400e}.table-actions{display:flex;gap:.25rem}.action-button{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;border-radius:.375rem;cursor:pointer;transition:all .2s}.action-button.edit{background-color:#eff6ff;color:#3b82f6}.action-button.edit:hover{background-color:#dbeafe;color:#2563eb}.action-button.delete{background-color:#fef2f2;color:#ef4444}.action-button.delete:hover{background-color:#fee2e2;color:#dc2626}.activity-feed{display:flex;flex-direction:column;gap:1rem}.activity-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.activity-item:last-child{border-bottom:none}.activity-list .activity-item{display:flex;align-items:center;justify-content:space-between}.activity-icon{flex-shrink:0;width:2.5rem;height:2.5rem;background-color:#fef3c7;border-radius:50%;display:flex;align-items:center;justify-content:center}.activity-content{flex-grow:1}.activity-title{font-weight:600;color:#111827;margin-bottom:.25rem}.activity-details{color:#6b7280;font-size:.875rem;margin-bottom:.25rem}.activity-meta,.activity-time{color:#9ca3af;font-size:.75rem}.rep-ranges-display{display:flex;flex-direction:column;gap:1rem}.rep-ranges-list{display:flex;flex-wrap:wrap;gap:.5rem}.rep-range-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;background-color:#eff6ff;color:#3b82f6;border-radius:9999px;font-size:.875rem;font-weight:500}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1.5rem;color:#6b7280}.empty-state h4{margin:.75rem 0 .5rem;font-size:1.125rem;font-weight:600;color:#111827}.empty-state p{margin:.25rem 0;font-size:.875rem}.loading-state{display:flex;align-items:center;justify-content:center;padding:3rem;color:#6b7280;font-style:italic}.modal-container{background:#fff;border-radius:12px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040}.modal-title{margin:0;font-size:1.25rem;font-weight:600;color:#111827}.modal-close-button{background:none;border:none;cursor:pointer;padding:.25rem;border-radius:.375rem;color:#6b7280;display:flex;align-items:center;justify-content:center}.modal-close-button:hover{background-color:#f3f4f6;color:#374151}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151;font-size:.875rem}.form-help{margin-top:.5rem;color:#6b7280;font-size:.75rem;line-height:1.5}.form-help p{margin:.25rem 0}.checkbox-group{display:flex;flex-direction:column;gap:.75rem}.form-checkbox-group{display:flex;align-items:center;gap:.5rem}.form-checkbox{width:1rem;height:1rem;accent-color:#3b82f6}.form-checkbox-label{font-size:.875rem;color:#374151;margin:0}.exercise-info{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.exercise-info h4{margin:0 0 .25rem;font-size:1.125rem;font-weight:600;color:#111827}.exercise-info p{margin:0;font-size:.875rem;color:#6b7280}@media (max-width: 768px){.admin-exercise-database{padding:16px}.admin-header,.admin-exercise-header{flex-direction:column;gap:16px;align-items:stretch}.exercises-table-container{overflow-x:auto}.exercises-table{min-width:800px}.modal{margin:10px;max-width:none}.modal-container{margin:10px;max-width:none;max-height:95vh}.bulk-actions{flex-direction:column;align-items:stretch}.admin-stats-grid,.overview-grid{grid-template-columns:1fr}.admin-tab-nav{overflow-x:auto;white-space:nowrap}.admin-tab{flex-shrink:0}.admin-section-header{flex-direction:column;gap:1rem;align-items:stretch}.header-actions{flex-direction:column;align-items:stretch;width:100%}.header-actions .btn{width:100%;justify-content:center}.trigger-types-grid{grid-template-columns:1fr}.email-editor-container{flex-direction:column}.variables-sidebar{width:100%;max-height:200px;order:1}.editor-content{order:2}.email-quill-editor,.email-preview{height:300px}.template-actions-mobile{display:flex;flex-direction:column;gap:8px;width:100%}.template-actions-mobile button{width:100%;justify-content:flex-start}.modal-footer{display:flex!important;flex-direction:column-reverse;gap:.75rem;padding:1rem!important}.modal-footer .btn{width:100%;justify-content:center}.form-row{flex-direction:column!important}.admin-stats-grid{grid-template-columns:1fr;gap:1rem}.table-actions{flex-direction:column;gap:.5rem;align-items:stretch}.action-button{width:100%;height:auto;padding:.5rem;justify-content:flex-start;border-radius:.375rem;font-size:.875rem}.email-template-modal{width:95vw!important;max-width:none!important;margin:10px!important;max-height:95vh!important}.modal-container[style*="600px"]{max-width:none!important;width:95vw!important;margin:10px!important}.modal-container[style*="1200px"]{max-width:none!important;width:95vw!important;margin:10px!important;max-height:95vh!important}.grid.grid-cols-1.md\\:grid-cols-2.lg\\:grid-cols-4{grid-template-columns:1fr!important}.flex.space-x-4{flex-direction:column!important;gap:.75rem!important}.flex.space-x-4 .btn{width:100%;justify-content:center}}.data-table-container{width:100%;background:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.data-table-toolbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem;border-bottom:1px solid #e5e7eb;flex-wrap:wrap}.data-table-toolbar-left{display:flex;gap:1rem;flex:1;min-width:0}.data-table-actions-header{display:flex;gap:.5rem;flex-shrink:0}.data-table-search{position:relative;flex:1;min-width:200px}.data-table-search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:1.25rem;height:1.25rem;color:#6b7280;pointer-events:none}.data-table-search-input{width:100%;padding:.5rem .75rem .5rem 2.5rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;transition:all .2s}.data-table-search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.data-table-filters{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.data-table-selection-info{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#eff6ff;border-bottom:1px solid #dbeafe;color:#1e40af;font-size:.875rem}.data-table-clear-selection{margin-left:auto;padding:.25rem .75rem;background:#fff;border:1px solid #3b82f6;color:#3b82f6;border-radius:.25rem;font-size:.875rem;cursor:pointer;transition:all .2s}.data-table-clear-selection:hover{background:#3b82f6;color:#fff}.data-table-wrapper{overflow-x:auto}.data-table-wrapper.mobile-scroll{-webkit-overflow-scrolling:touch}.data-table{width:100%;min-width:100%;border-collapse:collapse}.data-table-header{background:#f9fafb;border-bottom:1px solid #e5e7eb}.data-table-header-cell{padding:.75rem 1rem;text-align:left;font-size:.75rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.data-table-header-cell.sortable{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background-color .2s}.data-table-header-cell.sortable:hover{background:#f3f4f6}.data-table-header-content{display:flex;align-items:center;gap:.25rem}.data-table-sort-indicator{width:1rem;height:1rem;color:#9ca3af;transition:color .2s}.data-table-sort-indicator.active{color:#3b82f6}.data-table-sort-indicator.inactive{width:1rem;height:1rem;display:inline-block}.data-table-body{background:#fff}.data-table-group-header{background:#e2e8f0;border-bottom:2px solid #cbd5e1}.data-table-group-cell{padding:.5rem;font-weight:600;color:#374151;font-size:.95rem}.trophy-case-table .data-table-group-cell{padding:.5rem}.data-table-group-row{background:#fefefe}.data-table-group-row:hover{background:#f9fafb}.data-table-group-subheader{background:#f1f5f9;border-bottom:1px solid #e2e8f0}.data-table-subheader-cell{padding:.25rem .5rem!important;font-size:.75rem!important;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.025em}.trophy-case-table .data-table-subheader-cell{padding:.25rem .5rem!important}.data-table-row{border-bottom:1px solid #f3f4f6;transition:background-color .15s}.data-table-row.hoverable:hover{background:#f9fafb}.data-table-row.striped:nth-child(2n){background:#fafafa}.data-table-row.selected{background:#eff6ff!important}.data-table-cell{padding:.75rem 1rem;font-size:.875rem;color:#111827;vertical-align:middle}.trophy-case-table .data-table-group-row .data-table-cell{padding:.375rem .5rem}.trophy-case-table .data-table-cell{padding-left:.5rem;padding-right:.5rem}.data-table-cell.align-left{text-align:left}.data-table-cell.align-center{text-align:center}.data-table-cell.align-right{text-align:right}.data-table-checkbox-cell{width:3rem;padding:.75rem .5rem}.data-table-checkbox{width:1rem;height:1rem;cursor:pointer}.data-table-actions{display:flex;gap:.5rem;align-items:center}.data-table-action-button{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.875rem;color:#3b82f6;background:transparent;border:none;border-radius:.25rem;cursor:pointer;transition:all .2s}.data-table-action-button:hover{background:#eff6ff;color:#2563eb}.data-table-action-button:disabled{opacity:.5;cursor:not-allowed}.data-table-action-button .action-icon{display:inline-flex;align-items:center}.data-table-multi-line .primary{font-weight:500;color:#111827}.data-table-multi-line .secondary{font-size:.875rem;color:#6b7280;margin-top:.125rem}.status-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.025em}.status-badge.active,.status-badge.subscribed{background:#d1fae5;color:#065f46}.status-badge.inactive,.status-badge.free{background:#fee2e2;color:#991b1b}.status-badge.pending{background:#fef3c7;color:#92400e}.status-badge.default{background:#f3f4f6;color:#374151}.data-table-pagination{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-top:1px solid #e5e7eb;gap:1rem;flex-wrap:wrap}.data-table-pagination-info{font-size:.875rem;color:#6b7280}.data-table-pagination-controls{display:flex;align-items:center;gap:.5rem}.data-table-pagination-button{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;background:#fff;border:1px solid #d1d5db;border-radius:.375rem;color:#374151;cursor:pointer;transition:all .2s}.data-table-pagination-button:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.data-table-pagination-button:disabled{opacity:.5;cursor:not-allowed}.data-table-pagination-page{padding:0 .75rem;font-size:.875rem;color:#374151;white-space:nowrap}.data-table-pagination-size{display:flex;align-items:center;gap:.5rem}.data-table-pagination-select{padding:.25rem 2rem .25rem .5rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;background:#fff;cursor:pointer}.data-table-mobile-cards{display:none;padding:1rem;gap:1rem;flex-direction:column}.data-table-mobile-card{padding:1rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;transition:all .2s}.data-table-mobile-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.data-table-mobile-card.selected{background:#eff6ff;border-color:#3b82f6}.data-table-mobile-card-checkbox{margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.data-table-mobile-card-field{display:flex;justify-content:space-between;align-items:start;gap:1rem;margin-bottom:.5rem}.data-table-mobile-card-field:last-child{margin-bottom:0}.data-table-mobile-card-label{font-size:.75rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.025em;flex-shrink:0}.data-table-mobile-card-value{text-align:right;flex:1}.data-table-container.size-sm .data-table-cell,.data-table-container.size-sm .data-table-header-cell{padding:.5rem .75rem;font-size:.75rem}.data-table-container.size-lg .data-table-cell,.data-table-container.size-lg .data-table-header-cell{padding:1rem 1.25rem;font-size:1rem}@media (max-width: 768px){.mobile-hidden{display:none!important}.data-table-wrapper:not(.mobile-scroll){display:none}.data-table-mobile-cards{display:flex}.data-table-pagination{flex-direction:column;align-items:stretch;gap:1rem}.data-table-pagination-controls{justify-content:center}.data-table-toolbar{flex-direction:column}.data-table-search{width:100%}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.data-table-container{animation:slideDown .3s ease-out}/*!
* 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;-o-tab-size:4;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}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem;animation:fadeIn .2s ease-out}.modal-container{background-color:#fff;border-radius:.75rem;box-shadow:0 25px 50px -12px #00000040;max-width:28rem;width:100%;max-height:90vh;overflow-y:auto;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-title{font-size:1.25rem;font-weight:600;color:#111827}.modal-close-button{color:#6b7280;background:none;border:none;padding:.5rem;border-radius:.375rem;cursor:pointer;transition:all .15s ease}.modal-close-button:hover{color:#374151;background-color:#f3f4f6}.modal-body{padding:1.5rem}.modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid #e5e7eb;background-color:#f9fafb;border-bottom-left-radius:.75rem;border-bottom-right-radius:.75rem}.form-group{margin-bottom:1.25rem}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-label-optional{font-weight:400;color:#6b7280}.form-input,.form-select,.form-textarea{width:100%;padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;color:#111827;background-color:#fff;transition:all .15s ease}.form-select{background-color:#fafafa;width:auto;min-width:150px;max-width:250px}.form-group .form-select,.create-exercise-field .form-select,.modal-body .form-select{width:100%;max-width:none}.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-input::-moz-placeholder{color:#9ca3af}.form-input::placeholder{color:#9ca3af}.admin-input-currency{padding-left:2.25rem}.admin-input-currency-negative{padding-left:3rem}.form-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.25em 1.25em;padding-right:2.5rem;cursor:pointer;font-weight:500;box-shadow:0 1px 2px #0000000d}.form-select:hover{border-color:#9ca3af;background-color:#f9fafb}.form-select:focus{background-color:#fff}.form-select:focus{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%233b82f6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 8l4 4 4-4'/%3e%3c/svg%3e")}.form-select option{padding:.5rem 1rem;background-color:#fff;color:#374151;font-weight:400;font-size:.875rem;border-bottom:1px solid #f3f4f6;transition:background-color .15s ease}.form-select option:hover{background-color:#f3f4f6}.form-select option:checked{background-color:#f3f4f6;font-weight:500}.form-date{width:100%;padding:.625rem .875rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;color:#111827;background-color:#fff;transition:all .15s ease}.form-date:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-checkbox-group{display:flex;align-items:flex-start;gap:.75rem}.form-checkbox{width:1.125rem;height:1.125rem;border:1px solid #d1d5db;border-radius:.25rem;color:#3b82f6;cursor:pointer;flex-shrink:0;margin-top:.125rem}.form-checkbox:checked{background-color:#3b82f6;border-color:#3b82f6}.form-checkbox:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a}.form-checkbox-label{font-size:.875rem;color:#374151;cursor:pointer}.form-hint{margin-top:.375rem;font-size:.75rem;color:#6b7280}.modal-actions{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid #e5e7eb}.btn{padding:.625rem 1.25rem;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:1px solid transparent}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background-color:#3b82f6;color:#fff;border-color:#3b82f6}.btn-primary:hover:not(:disabled){background-color:#2563eb;border-color:#2563eb}.btn-primary:focus{outline:none;box-shadow:0 0 0 3px #3b82f64d}.btn-secondary{background-color:#fff;color:#374151;border-color:#d1d5db}.btn-secondary:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.btn-secondary:focus{outline:none;box-shadow:0 0 0 3px #9ca3af4d}.btn-danger{background-color:#dc2626;color:#fff;border-color:#dc2626}.btn-danger:hover:not(:disabled){background-color:#b91c1c;border-color:#b91c1c}.btn-danger:focus{outline:none;box-shadow:0 0 0 3px #dc26264d}.btn-warning{background-color:#d97706;color:#fff;border-color:#d97706}.btn-warning:hover:not(:disabled){background-color:#b45309;border-color:#b45309}.btn-warning:focus{outline:none;box-shadow:0 0 0 3px #d977064d}@media (max-width: 640px){.modal-container{max-width:100%;margin:.5rem}.modal-header,.modal-body,.modal-actions{padding:1rem}}.btn-loading{position:relative;color:transparent}.btn-loading:after{content:"";position:absolute;width:1rem;height:1rem;top:50%;left:50%;margin-left:-.5rem;margin-top:-.5rem;border:2px solid #ffffff;border-radius:50%;border-top-color:transparent;animation:spinner .6s linear infinite}@keyframes spinner{to{transform:rotate(360deg)}}.form-input-error{border-color:#ef4444}.form-input-error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.form-error-message{margin-top:.375rem;font-size:.75rem;color:#ef4444}.incomplete-workout{margin-bottom:2rem;padding:1rem;background:#f8f9fa;border-radius:8px}.incomplete-workout h2{margin:0 0 1rem;font-size:1.2rem;color:#333}.workout-card{background:#fff;border-radius:8px;padding:1rem;box-shadow:0 2px 4px #0000001a}.workout-info{margin-bottom:1rem}.workout-info h3{margin:0 0 .5rem;font-size:1rem;color:#666}.workout-badge{display:inline-block;padding:.25rem .5rem;background:#e9ecef;border-radius:4px;font-size:.875rem;color:#495057;margin-right:.5rem}.workout-badge.template-badge{background:#e3f2fd;color:#1976d2}.workout-exercises{margin-bottom:1rem}.workout-exercises p{margin:0;color:#666;font-size:.875rem}.resume-button{width:100%;padding:.75rem;background:#1976d2;color:#fff;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .2s}.resume-button:hover{background:#1565c0}.loading{text-align:center;padding:1rem;color:#666}.dashboard-tile.loading{opacity:.7;pointer-events:none}.dashboard-tile.loading svg{animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:.6}50%{opacity:1}to{opacity:.6}}.start-workout-container{padding:0!important;margin:0;width:100%;height:100%;display:flex;flex-direction:column;background:#fff}.start-workout-container .workout-app-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.start-workout-container .workout-logo{font-size:1.5rem;font-weight:700;color:#1976d2}.start-workout-container .workout-menu-button{background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:.5rem}.start-workout-container .workout-menu-button:hover{color:#333}.start-workout-container .workout-menu-button:disabled{color:#ccc;cursor:not-allowed}.start-workout-container .dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:1rem}.start-workout-container .dashboard-tile{background:#f8f9fa;border-radius:8px;padding:1.5rem;text-align:center;cursor:pointer;transition:all .2s ease;border:2px solid transparent}.start-workout-container .dashboard-tile:hover{background:#e9ecef;border-color:#1976d2}.start-workout-container .dashboard-tile svg{width:48px;height:48px;margin-bottom:1rem;color:#1976d2}.start-workout-container .dashboard-tile h2{margin:0 0 .5rem;font-size:1.2rem;color:#333}.start-workout-container .dashboard-tile p{margin:0;color:#666;font-size:.875rem}.start-workout-container .dashboard-tile.loading{opacity:.7;pointer-events:none}.dashboard-tile.personal-records{background:#fff;color:#333;position:relative}.dashboard-tile.personal-records svg,.dashboard-tile.personal-records h2,.dashboard-tile.personal-records p{color:#333}.pr-tile-header{position:relative;display:flex;justify-content:center;align-items:flex-start}.pr-notification-badge{position:absolute;top:-8px;right:-8px;background:#ef4444;color:#fff;border-radius:50%;min-width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;border:2px solid white}.pr-tile-stats{margin-top:12px}.pr-stat{display:flex;flex-direction:column;align-items:center;margin-bottom:8px}.pr-stat-number{font-size:24px;font-weight:700;color:#fff;line-height:1}.pr-stat-label{font-size:12px;color:#fffc;margin-top:2px}.pr-strongest-lift{display:flex;flex-direction:column;align-items:center;margin-top:8px;padding-top:8px;border-top:1px solid rgba(255,255,255,.2)}.pr-strongest-label{font-size:11px;color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px}.pr-strongest-value{font-size:13px;font-weight:600;color:#fff;margin-top:2px;text-align:center}.dashboard-tile.personal-records:hover{background:#f8f9fa}.personal-records-beta-badge{position:absolute!important;top:.5rem!important;right:.5rem!important;background-color:#8b5cf6!important;color:#fff!important;padding:.25rem .5rem!important;border-radius:.75rem!important;font-size:.625rem!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.05em!important;pointer-events:none!important;box-shadow:0 2px 4px #0003!important;border:1px solid rgba(255,255,255,.2)!important;display:block!important;visibility:visible!important;opacity:1!important}.view-container{padding:1rem;margin:0 auto;width:100%;display:flex;flex-direction:column;background:#fff;box-shadow:0 2px 4px #0000001a;border-radius:8px}.templates-container{flex:1;overflow-y:auto;padding:0}.progress-container{padding:0;margin:0;width:100%}.progress-stats-overview{margin-bottom:3rem}.progress-stats-overview h2{font-size:1.8rem;margin-bottom:1.5rem;color:#333;text-align:center}.stats-overview-table{max-width:500px;margin:0 auto 2rem}.stats-overview-table .data-table-cell{padding:.75rem 1rem;border-bottom:1px solid #f1f5f9}.stats-overview-table .data-table-header-cell{display:none}.stats-icon{color:#667eea}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;padding:2rem;text-align:center;color:#fff;box-shadow:0 4px 12px #00000026;transition:transform .2s ease}.stat-card:hover{transform:translateY(-2px)}.stat-number{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;line-height:1}.stat-label{font-size:.9rem;opacity:.9;text-transform:uppercase;letter-spacing:.5px}.uncelebrated-prs{background:linear-gradient(135deg,#f093fb,#f5576c);border-radius:12px;padding:2rem;margin-bottom:3rem;color:#fff;text-align:center}.uncelebrated-prs h2{margin-bottom:.5rem;font-size:1.6rem}.pr-notifications{margin-top:1.5rem;display:flex;flex-direction:column;gap:.8rem}.pr-notification{background:#fff3;border-radius:8px;padding:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pr-notification-content{display:flex;flex-direction:column;gap:.3rem}.pr-notification-content strong{font-weight:600}.pr-notification-content span{font-size:.9rem;opacity:.9}.trophy-case{margin-bottom:3rem}.trophy-case-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.trophy-case-header h2{font-size:1.8rem;color:#333;display:flex;align-items:center;margin:0}.trophy-case-filters{display:flex;gap:1rem;flex-wrap:wrap}.filter-select{padding:.5rem 1rem;border:1px solid #D1D5DB;border-radius:8px;background:#fff;font-size:.95rem;cursor:pointer;transition:border-color .2s}.filter-select:hover{border-color:#9ca3af}.filter-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.trophy-case-table{margin-top:1rem}.trophy-case-exercise-group{display:flex;align-items:center;gap:.5rem}.trophy-case-exercise-group strong{font-size:1.1rem;color:#1f2937}.group-count{font-size:.85rem;color:#6b7280;background:#f3f4f6;padding:.2rem .5rem;border-radius:12px;font-weight:500}.pr-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.empty-trophy-case{text-align:center;padding:3rem;background:#f9fafb;border-radius:12px;border:2px dashed #D1D5DB}.empty-trophy-case p{color:#6b7280;margin-bottom:.5rem}@media (max-width: 640px){.trophy-case-header{flex-direction:column;align-items:stretch}.trophy-case-header h2{justify-content:center;margin-bottom:1rem}.trophy-case-filters{flex-direction:column}.filter-select{width:100%}}.development-status{background:#f3f4f6;border-radius:12px;padding:2rem;text-align:center}.development-status h3{margin-bottom:1.5rem;color:#374151;font-size:1.3rem}.feature-status{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.feature-item{background:#fff;padding:1rem 1.2rem;border-radius:8px;display:flex;align-items:center;gap:.8rem;box-shadow:0 2px 4px #0000000d;text-align:left}.feature-item.available{border-left:4px solid #10B981}.feature-item.coming-soon{border-left:4px solid #F59E0B;opacity:.8}.status-icon{font-size:1.2rem}.feature-item span:last-child{color:#374151;font-weight:500}.error-message{text-align:center;padding:2rem;color:#dc2626;background:#fef2f2;border-radius:8px;border:1px solid #FECACA}@media (max-width: 768px){.progress-container{padding:0}.stats-grid{grid-template-columns:1fr;gap:1rem}.stat-card{padding:1.5rem}.stat-number{font-size:2rem}.pr-grid{grid-template-columns:1fr;gap:1rem}.pr-card{padding:1.2rem}.pr-weight{font-size:1.6rem}.coming-soon ul{flex-direction:column;align-items:center}.progress-features,.exercise-quick-list{grid-template-columns:1fr}}.exercise-progress-section{margin-top:30px;padding:25px;background:#fff;border-radius:12px;color:#333;border:1px solid #e5e7eb}.exercise-progress-section h3{margin-bottom:15px;font-size:24px;font-weight:700}.exercise-progress-section p{margin-bottom:25px;opacity:.9;font-size:16px;line-height:1.6}.progress-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;margin-bottom:30px}.feature-card{display:flex;align-items:center;gap:15px;padding:20px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:10px;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.feature-card:hover{background:#fff3;transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.feature-icon{flex-shrink:0;padding:12px;background:#fff3;border-radius:8px}.feature-content{flex:1}.feature-content h4{margin-bottom:8px;font-size:18px;font-weight:600}.feature-content p{margin:0;font-size:14px;opacity:.8;line-height:1.4}.feature-arrow{flex-shrink:0;opacity:.7;transition:transform .2s ease}.feature-card:hover .feature-arrow{transform:translate(3px)}.quick-access{border-top:1px solid rgba(255,255,255,.2);padding-top:25px}.quick-access h4{margin-bottom:15px;font-size:18px;font-weight:600}.exercise-quick-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.exercise-quick-button{display:flex;flex-direction:column;align-items:center;gap:6px;padding:15px 20px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;cursor:pointer;transition:all .2s ease;text-decoration:none}.exercise-quick-button:hover{background:#fff3;transform:translateY(-1px)}.exercise-name{font-size:14px;font-weight:500;text-align:center}.exercise-pr{font-size:16px;font-weight:700;color:#a7f3d0}.exercise-selector-section{margin-bottom:2rem;text-align:center}.exercise-selector-section h2{font-size:1.5rem;margin-bottom:1rem;color:#333}.exercise-select{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;background:#fff;font-size:1rem;min-width:300px;cursor:pointer;transition:border-color .2s}.exercise-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.exercise-overview{margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:12px;border:1px solid #e5e7eb}.exercise-overview h3{font-size:1.3rem;margin-bottom:1rem;color:#333;display:flex;align-items:center;gap:.5rem}.overview-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.overview-stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;text-align:center;color:#333;box-shadow:0 1px 3px #0000001a}.overview-stat-card .stat-number{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#667eea}.overview-stat-card .stat-label{font-size:.9rem;color:#6b7280}.exercise-chart-section{margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:12px;border:1px solid #e5e7eb}.exercise-chart-section h3{font-size:1.3rem;margin-bottom:1rem;color:#333;display:flex;align-items:center;gap:.5rem}.pr-history-section{margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:12px;border:1px solid #e5e7eb}.pr-history-section h3{font-size:1.3rem;margin-bottom:1rem;color:#333;display:flex;align-items:center;gap:.5rem}@media (max-width: 768px){.exercise-select{min-width:100%}.overview-stats-grid{grid-template-columns:1fr}.overview-stat-card{padding:1rem}.overview-stat-card .stat-number{font-size:1.5rem}}.pr-card-base{background:#fff;border-radius:8px;padding:1rem;border:1px solid #e5e7eb;transition:transform .2s ease,box-shadow .2s ease}.pr-card-base:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.pr-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.pr-exercise-name{font-size:1rem;font-weight:600;color:#333;margin:0}.pr-reps-badge{background:#f3f4f6;color:#6b7280;padding:.2rem .5rem;border-radius:12px;font-size:.75rem;font-weight:500}.pr-weight-display{font-size:1.5rem;font-weight:700;color:#8b5cf6;margin:.25rem 0}.pr-details{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.pr-improvement{display:flex;align-items:center;gap:.25rem;background:#22c55e1a;color:#10b981;font-size:.75rem;font-weight:600;padding:.2rem .5rem;border-radius:6px;border:1px solid rgba(34,197,94,.2)}.pr-date{color:#6b7280;font-size:.75rem;margin-top:.25rem}.pr-card-compact{padding:.75rem}.pr-card-compact .pr-weight-display{font-size:1.25rem}.pr-card-compact .pr-exercise-name{font-size:.9rem}.trophy-case .pr-card-base{border-left:3px solid #8B5CF6}.pr-celebration-item.pr-card-base{border-left:none;margin-bottom:.75rem}.pr-celebration-overlay{background:#000c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1001}.pr-celebration-modal{position:relative;background:#fff;color:#000;border-radius:20px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 25px 50px -12px #0006;animation:prCelebrationSlideIn .4s ease-out}.pr-celebration-close{position:absolute;top:1rem;right:1rem;background:#0000001a;border:none;border-radius:50%;width:40px;height:40px;color:#000;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s;z-index:10}.pr-celebration-close:hover{background:#0003}.pr-celebration-header{text-align:center;padding:2rem 2rem 1rem;position:relative}.pr-celebration-icon{position:relative;display:inline-block;margin-bottom:1rem;animation:prTrophyBounce 1s ease-in-out infinite alternate}.pr-celebration-icon .h-12{color:#fbbf24;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.pr-sparkle{position:absolute;color:#fbbf24;width:1rem;height:1rem;animation:prSparkle 1.5s ease-in-out infinite}.pr-sparkle-1{top:-.5rem;left:-1rem;animation-delay:0s}.pr-sparkle-2{top:-.5rem;right:-1rem;animation-delay:.3s}.pr-sparkle-3{bottom:-.5rem;left:50%;transform:translate(-50%);animation-delay:.6s}.pr-celebration-title{font-size:1.75rem;font-weight:800;margin:0 0 .5rem;text-shadow:0 2px 4px rgba(0,0,0,.3);background:linear-gradient(45deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pr-celebration-subtitle{font-size:1.1rem;opacity:.9;margin:0;font-weight:500}.pr-celebration-list{padding:0 2rem;margin-bottom:1.5rem}.pr-celebration-item{animation:prItemSlideIn .5s ease-out forwards;opacity:0;transform:translateY(20px)}.pr-celebration-item:nth-child(1){animation-delay:.1s}.pr-celebration-item:nth-child(2){animation-delay:.2s}.pr-celebration-item:nth-child(3){animation-delay:.3s}.pr-celebration-item:nth-child(4){animation-delay:.4s}.pr-celebration-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0003}.pr-comparison{margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.2)}.pr-previous{font-size:.875rem;color:#ffffffb3;font-style:italic}.pr-celebration-actions{padding:0 2rem 2rem;text-align:center}.pr-celebration-button{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#fff;border:none;border-radius:12px;padding:.75rem 2rem;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s;box-shadow:0 4px 15px #fbbf244d;text-transform:uppercase;letter-spacing:.5px}.pr-celebration-button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #fbbf2466;background:linear-gradient(135deg,#f59e0b,#d97706)}.pr-celebration-button:active{transform:translateY(0)}.pr-celebration-footer{text-align:center;padding-bottom:2rem;opacity:.8}.pr-celebration-footer p{margin:0;font-size:.875rem;font-weight:500}@keyframes prCelebrationSlideIn{0%{opacity:0;transform:scale(.8) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes prItemSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes prTrophyBounce{0%{transform:translateY(0)}to{transform:translateY(-8px)}}@keyframes prSparkle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}@media (max-width: 640px){.pr-celebration-modal{margin:1rem;max-width:none;border-radius:16px}.pr-celebration-title{font-size:1.5rem}.pr-celebration-subtitle{font-size:1rem}.pr-celebration-header,.pr-celebration-list,.pr-celebration-actions{padding-left:1.5rem;padding-right:1.5rem}.pr-details{flex-direction:column;align-items:flex-start;gap:.25rem}.pr-improvement{align-self:flex-start}}@media (prefers-reduced-motion: reduce){.pr-celebration-modal,.pr-celebration-item,.pr-celebration-icon,.pr-sparkle{animation:none}.pr-celebration-button:hover{transform:none}}@media print{.pr-celebration-overlay,.pr-celebration-modal{display:none}}.exercise-progress-page{padding:20px;max-width:1200px;margin:0 auto}.progress-selectors{display:flex;gap:20px;margin-bottom:30px;padding:20px;background:#f8f9fa;border-radius:8px}.selector-group{flex:1}.selector-group label{display:block;margin-bottom:8px;font-weight:600;color:#333}.progress-tabs{display:flex;gap:10px;margin-bottom:20px;border-bottom:2px solid #e5e7eb;overflow-x:auto}.tab-button{display:flex;align-items:center;gap:6px;padding:12px 20px;background:none;border:none;border-bottom:3px solid transparent;color:#6b7280;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.tab-button:hover{color:#3b82f6;background:#f3f4f6}.tab-button.active{color:#3b82f6;border-bottom-color:#3b82f6}.tab-content{padding:20px 0}.overview-tab h3{margin-bottom:20px;color:#1f2937}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:30px}.metric-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:20px;text-align:center}.metric-card.primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none}.metric-label{font-size:12px;text-transform:uppercase;letter-spacing:.5px;opacity:.8;margin-bottom:8px}.metric-value{font-size:28px;font-weight:700;margin-bottom:4px}.metric-sublabel,.metric-date{font-size:12px;opacity:.7}.metric-card.primary .metric-label,.metric-card.primary .metric-sublabel,.metric-card.primary .metric-date{opacity:.95}.detailed-stats{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:20px;margin-bottom:20px}.detailed-stats h4{margin-bottom:15px;color:#1f2937;font-size:16px}.stat-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #f3f4f6}.stat-row:last-child{border-bottom:none}.stat-label{color:#6b7280;font-size:14px}.stat-value{color:#1f2937;font-weight:600;font-size:14px}.current-prs{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:20px}.current-prs h4{margin-bottom:15px;color:#1f2937;font-size:16px}.pr-list{display:flex;flex-direction:column;gap:10px}.pr-item{display:flex;align-items:center;gap:15px;padding:12px;background:#f8f9fa;border-radius:6px}.pr-reps{font-weight:700;color:#3b82f6;min-width:40px}.pr-weight{flex:1;font-weight:600;color:#1f2937}.pr-date{color:#6b7280;font-size:13px}.chart-controls{display:flex;gap:15px;margin-bottom:20px;padding:15px;background:#f8f9fa;border-radius:8px;flex-wrap:wrap}.control-group{display:flex;align-items:center;gap:8px}.control-group label{font-size:14px;font-weight:500;color:#4b5563}.control-group .form-select{min-width:120px}.progress-stats,.volume-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px;margin-bottom:20px}.stat-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:15px;text-align:center}.stat-percent{display:block;font-size:12px;color:#10b981;margin-top:4px}.stat-date{display:block;font-size:11px;color:#6b7280;margin-top:4px}.chart-container{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:20px}.pr-history-list{display:flex;flex-direction:column;gap:12px}.pr-history-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:15px;transition:all .2s}.pr-history-item.current{border-color:#3b82f6;background:#eff6ff}.pr-history-item.superseded{opacity:.7}.pr-history-main{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.pr-history-weight{font-size:18px;font-weight:700;color:#1f2937}.current-badge{background:#3b82f6;color:#fff;padding:4px 8px;border-radius:4px;font-size:11px;text-transform:uppercase;font-weight:600}.pr-history-details{display:flex;justify-content:space-between;align-items:center}.pr-history-date{color:#6b7280;font-size:13px}.pr-history-improvement{color:#10b981;font-size:13px;font-weight:500}.empty-state{text-align:center;padding:40px 20px;color:#6b7280}.empty-state p{margin-bottom:8px}.text-muted{color:#9ca3af;font-size:14px}@media (max-width: 768px){.progress-selectors{flex-direction:column}.metrics-grid{grid-template-columns:1fr}.progress-tabs{padding:0 10px}.tab-button{padding:10px 15px;font-size:13px}.chart-controls{flex-direction:column}.control-group{width:100%;justify-content:space-between}.control-group .form-select{flex:1;max-width:200px}}.workout-history-container{padding:0;margin:0;width:100%}.view-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;max-width:100vw;box-sizing:border-box;flex-wrap:wrap}.view-header h2{margin:0;font-size:1.5em;color:#333}.view-header .close-button{background:none;border:none;padding:8px;cursor:pointer;color:#666;display:flex;align-items:center;justify-content:center;transition:color .2s}.view-header .close-button:hover{color:#333}.view-header .close-button svg{width:24px;height:24px}.workout-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin-top:20px}.workout-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:15px;transition:transform .2s}.workout-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px #00000026}.workout-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px}.workout-info{flex:1}.workout-info h3{margin:0 0 8px;font-size:1.2em;color:#333;font-weight:700}.workout-date{color:#666;font-size:.9em;margin:5px 0}.workout-badge{display:inline-block;padding:4px 8px;background:#f0f0f0;border-radius:4px;font-size:.8em;color:#666;margin-right:8px}.workout-badge.template-badge{background:gold;color:#000;font-weight:500}.workout-actions{display:flex;gap:8px}.workout-actions button{background:none;border:none;padding:8px;cursor:pointer;border-radius:4px;transition:all .2s;display:flex;align-items:center;justify-content:center;min-width:36px;min-height:36px}.view-button{background-color:#007bff!important;color:#fff!important}.view-button:hover{background-color:#0056b3!important}.delete-button{background-color:#dc3545!important;color:#fff!important}.delete-button:hover{background-color:#c82333!important}.favorite-button{background-color:#fff!important;border:1px solid #ffd700!important;color:#000!important;border-radius:4px;cursor:pointer;min-width:36px;min-height:36px}.favorite-button:hover{background-color:#ffed4a!important;border-radius:4px;cursor:pointer;min-width:36px;min-height:36px}.favorite-button-active{background-color:gold!important;color:#000!important;border:1px solid #ffd700!important;border-radius:4px;cursor:pointer;min-width:36px;min-height:36px}.edit-button{background-color:gold!important;color:#000!important}.edit-button:hover{background-color:#ffed4a!important;color:#fff!important}.edit-button svg,.view-button svg,.delete-button svg,.favorite-button svg{width:16px;height:16px;stroke-width:2.5}.workout-exercises{margin-top:15px;padding-top:15px;border-top:1px solid #eee}.workout-exercises h4{margin:0 0 10px;font-size:1em;color:#666}.exercise-list{list-style:none;padding:0;margin:0}.exercise-list li{color:#333;margin-bottom:4px;padding:0}.workout-modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.workout-modal-content{background:#fff;border-radius:8px;width:95%;max-width:600px;max-height:90vh;overflow-y:auto;position:relative}.workout-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid #eee;position:sticky;top:0;background:#fff;z-index:1}.workout-modal-header h3{margin:0;color:#333}.workout-modal-body{padding:1rem}.workout-details-header{margin-bottom:1.5rem}.workout-details-date{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:.5rem}.workout-details-meta{display:flex;flex-wrap:wrap;gap:.5rem;font-size:.875rem;color:#666}.workout-actions-bar{margin-bottom:1.5rem;display:flex;justify-content:flex-end}.add-exercise-create-btn{width:100%;padding:12px;background:#4a90e2;color:#fff;border:none;border-radius:4px;margin-top:20px;cursor:pointer;font-size:1em}.add-exercise-create-btn:hover{background:#357abd}.workout-details-exercises{display:flex;flex-direction:column;gap:1.5rem}.exercise-detail{background:#f8f9fa;border-radius:8px;padding:15px}.exercise-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.exercise-header h3{margin:0;font-size:1.1em;color:#333}.exercise-actions{display:flex;gap:8px}.exercise-actions button{background:none;border:none;padding:8px;cursor:pointer;border-radius:4px;transition:all .2s;display:flex;align-items:center;justify-content:center;min-width:36px;min-height:36px}.exercise-actions .edit-button{background-color:gold!important;color:#000!important}.exercise-actions .edit-button:hover{background-color:#ffed4a!important}.exercise-actions .delete-button{background-color:#dc3545!important;color:#fff!important}.exercise-actions .delete-button:hover{background-color:#c82333!important}.exercise-actions .edit-button svg,.exercise-actions .delete-button svg{width:16px;height:16px;stroke-width:2.5}.sets-list{display:flex;flex-direction:column;gap:10px}.set-detail{display:flex;gap:15px;padding:8px;background:#fff;border-radius:4px;font-size:.9em}.set-number{color:#666;min-width:60px}.set-weight,.set-reps{color:#333}.new-set-row{display:flex;gap:10px;margin-top:10px;padding:10px;background:#fff;border-radius:4px}.new-set-row input{padding:8px;border:1px solid #ddd;border-radius:4px;width:100px}.new-set-row button{padding:8px 16px;background:#4a90e2;color:#fff;border:none;border-radius:4px;cursor:pointer}.new-set-row button:hover{background:#357abd}@media (max-width: 768px){.workout-list{grid-template-columns:1fr}.workout-modal-content{width:95%;margin:1rem}.workout-details-meta{flex-direction:column;gap:.25rem}.set-detail{flex-wrap:wrap}.set-input{width:100%}}.no-workouts{background:#fff;border-radius:8px;padding:32px;text-align:center;box-shadow:0 2px 4px #0000001a}.no-workouts p{color:#666;margin:0;font-size:1rem}.add-set-button{padding:.5rem 1rem;border:1px solid #1d1d1f;border-radius:4px;background-color:#fff;color:#1d1d1f;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.add-set-button:hover{background-color:#f0f0f0}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #4a90e2;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:15px}.error-container{text-align:center;padding:40px;background:#fff3f3;border-radius:8px;margin:20px 0}.error-container p{color:#e74c3c;margin-bottom:15px}.error-container button{padding:8px 16px;background:#4a90e2;color:#fff;border:none;border-radius:4px;cursor:pointer}.error-container button:hover{background:#357abd}.empty-state{text-align:center;padding:40px;background:#f8f9fa;border-radius:8px;margin:20px 0}.empty-state p{color:#666;font-size:1.1em}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;border-radius:8px;width:90%;max-width:800px;max-height:90vh;overflow-y:auto;position:relative}.modal-header{padding:20px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;background:#fff;z-index:1}.modal-header h2{margin:0;font-size:1.5em;color:#333}.modal-body{padding:20px}.exercises-list{display:flex;flex-direction:column;gap:20px}.exercise-detail{border:1px solid #eee;border-radius:4px;padding:1rem}.exercise-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.exercise-header h3{margin:0;font-size:1.2rem}.exercise-actions{display:flex;gap:.5rem}.sets-list{display:flex;flex-direction:column;gap:.5rem}.set-detail{display:flex;gap:1rem;padding:.5rem;background:#f8f9fa;border-radius:4px}.new-set-row{display:flex;gap:.5rem;margin-top:.5rem;padding:.5rem;background:#f8f9fa;border-radius:4px}.new-set-row input{padding:.5rem;border:1px solid #ddd;border-radius:4px;width:100px}.new-set-row button{padding:.5rem 1rem;background:#3498db;color:#fff;border:none;border-radius:4px;cursor:pointer}.new-set-row button:hover{background:#2980b9}.close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem;color:#666}.close-button:hover{color:#333}.template-actions{display:flex;gap:8px}.template-action-button{background:none;border:none;padding:8px;cursor:pointer;border-radius:4px;transition:all .2s;display:flex;align-items:center;justify-content:center;min-width:36px;min-height:36px;color:#666}.template-action-button:hover{background-color:#f0f0f0;color:#333}.template-action-button svg{width:16px;height:16px}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.-inset-2\.5{top:-.625rem;right:-.625rem;bottom:-.625rem;left:-.625rem}.inset-0{top:0;right:0;bottom:0;left:0}.inset-x-0{left:0;right:0}.inset-y-0{top:0;bottom:0}.bottom-0{bottom:0}.bottom-4{bottom:1rem}.left-0{left:0}.left-3{left:.75rem}.left-4{left:1rem}.right-0{right:0}.right-4{right:1rem}.top-0{top:0}.top-1\/2{top:50%}.top-16{top:4rem}.top-4{top:1rem}.isolate{isolation:isolate}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.z-\[1001\]{z-index:1001}.col-start-1{grid-column-start:1}.row-start-1{grid-row-start:1}.-mx-1\.5{margin-left:-.375rem;margin-right:-.375rem}.-my-1\.5{margin-top:-.375rem;margin-bottom:-.375rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.-ml-1{margin-left:-.25rem}.mb-1{margin-bottom:.25rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-20{margin-bottom:5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.size-5{width:1.25rem;height:1.25rem}.h-0\.5{height:.125rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.h-24{height:6rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-\[calc\(100vh-73px\)\]{height:calc(100vh - 73px)}.h-full{height:100%}.max-h-\[90vh\]{max-height:90vh}.min-h-0{min-height:0px}.min-h-\[300px\]{min-height:300px}.min-h-screen{min-height:100vh}.w-1\/4{width:25%}.w-11{width:2.75rem}.w-12{width:3rem}.w-16{width:4rem}.w-2\/4{width:50%}.w-3{width:.75rem}.w-3\/4{width:75%}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-80{width:20rem}.w-96{width:24rem}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-\[200px\]{min-width:200px}.min-w-full{min-width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-full{max-width:100%}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.border-collapse{border-collapse:collapse}.-translate-x-full{--tw-translate-x: -100%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-5{--tw-translate-x: 1.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-90{--tw-rotate: 90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-75{--tw-scale-x: .75;--tw-scale-y: .75;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize-none{resize:none}.resize{resize:both}.list-disc{list-style-type:disc}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-\[40px_1fr_1fr_32px_32px\]{grid-template-columns:40px 1fr 1fr 32px 32px}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(229 231 235 / var(--tw-divide-opacity, 1))}.self-center{align-self:center}.justify-self-end{justify-self:end}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.text-nowrap{text-wrap:nowrap}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.border{border-width:1px}.border-0{border-width:0px}.border-2{border-width:2px}.border-4{border-width:4px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-4{border-left-width:4px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-none{border-style:none}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-blue-400{--tw-border-opacity: 1;border-color:rgb(96 165 250 / var(--tw-border-opacity, 1))}.border-blue-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-gray-800{--tw-border-opacity: 1;border-color:rgb(31 41 55 / var(--tw-border-opacity, 1))}.border-gray-900{--tw-border-opacity: 1;border-color:rgb(17 24 39 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-green-300{--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity, 1))}.border-green-400{--tw-border-opacity: 1;border-color:rgb(74 222 128 / var(--tw-border-opacity, 1))}.border-indigo-200{--tw-border-opacity: 1;border-color:rgb(199 210 254 / var(--tw-border-opacity, 1))}.border-orange-400{--tw-border-opacity: 1;border-color:rgb(251 146 60 / var(--tw-border-opacity, 1))}.border-primary-500{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.border-primary-600{--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1))}.border-purple-400{--tw-border-opacity: 1;border-color:rgb(192 132 252 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-300{--tw-border-opacity: 1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.border-yellow-400{--tw-border-opacity: 1;border-color:rgb(250 204 21 / var(--tw-border-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-dark-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-emerald-50{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgb(17 24 39 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-200{--tw-bg-opacity: 1;background-color:rgb(187 247 208 / var(--tw-bg-opacity, 1))}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-green-700{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.bg-green-800{--tw-bg-opacity: 1;background-color:rgb(22 101 52 / var(--tw-bg-opacity, 1))}.bg-indigo-100{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.bg-indigo-50{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.bg-indigo-500{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity, 1))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-orange-50{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.bg-pink-100{--tw-bg-opacity: 1;background-color:rgb(252 231 243 / var(--tw-bg-opacity, 1))}.bg-primary-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-primary-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/95{background-color:#fffffff2}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-300{--tw-bg-opacity: 1;background-color:rgb(253 224 71 / var(--tw-bg-opacity, 1))}.bg-yellow-400{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-opacity-50{--tw-bg-opacity: .5}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-blue-50{--tw-gradient-from: #eff6ff var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600{--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-gray-50{--tw-gradient-from: #f9fafb var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary-600{--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-gray-100{--tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position)}.to-indigo-50{--tw-gradient-to: #eef2ff var(--tw-gradient-to-position)}.to-indigo-600{--tw-gradient-to: #4f46e5 var(--tw-gradient-to-position)}.to-primary-800{--tw-gradient-to: #1e40af var(--tw-gradient-to-position)}.to-purple-700{--tw-gradient-to: #7e22ce var(--tw-gradient-to-position)}.to-white{--tw-gradient-to: #fff var(--tw-gradient-to-position)}.fill-gray-500{fill:#6b7280}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pl-10{padding-left:2.5rem}.pl-3{padding-left:.75rem}.pl-6{padding-left:1.5rem}.pr-10{padding-right:2.5rem}.pr-3{padding-right:.75rem}.pr-8{padding-right:2rem}.pt-16{padding-top:4rem}.pt-4{padding-top:1rem}.pt-8{padding-top:2rem}.text-left{text-align:left}.text-center{text-align:center}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-\[10px\]{font-size:10px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-wider{letter-spacing:.05em}.text-black{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-400{--tw-text-opacity: 1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.text-emerald-600{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity, 1))}.text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-800{--tw-text-opacity: 1;color:rgb(31 41 55 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-100{--tw-text-opacity: 1;color:rgb(220 252 231 / var(--tw-text-opacity, 1))}.text-green-200{--tw-text-opacity: 1;color:rgb(187 247 208 / var(--tw-text-opacity, 1))}.text-green-300{--tw-text-opacity: 1;color:rgb(134 239 172 / var(--tw-text-opacity, 1))}.text-green-400{--tw-text-opacity: 1;color:rgb(74 222 128 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity: 1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-green-900{--tw-text-opacity: 1;color:rgb(20 83 45 / var(--tw-text-opacity, 1))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-indigo-700{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-orange-800{--tw-text-opacity: 1;color:rgb(154 52 18 / var(--tw-text-opacity, 1))}.text-orange-900{--tw-text-opacity: 1;color:rgb(124 45 18 / var(--tw-text-opacity, 1))}.text-pink-800{--tw-text-opacity: 1;color:rgb(157 23 77 / var(--tw-text-opacity, 1))}.text-primary-100{--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.text-primary-200{--tw-text-opacity: 1;color:rgb(191 219 254 / var(--tw-text-opacity, 1))}.text-primary-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-primary-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-purple-500{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.text-purple-800{--tw-text-opacity: 1;color:rgb(107 33 168 / var(--tw-text-opacity, 1))}.text-purple-900{--tw-text-opacity: 1;color:rgb(88 28 135 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-red-800{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.text-yellow-900{--tw-text-opacity: 1;color:rgb(113 63 18 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.placeholder-gray-400::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-90{opacity:.9}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline-1{outline-width:1px}.-outline-offset-1{outline-offset:-1px}.outline-gray-300{outline-color:#d1d5db}.ring-0{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-inset{--tw-ring-inset: inset}.ring-gray-300{--tw-ring-opacity: 1;--tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1))}.ring-gray-900\/5{--tw-ring-color: rgb(17 24 39 / .05)}.ring-green-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1))}.ring-red-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.ring-white{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1))}.blur{--tw-blur: blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-100{transition-duration:.1s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}html.landing-page,body.landing-page,.landing-page{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;overflow-x:hidden!important}.landing-page header{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:50!important;background:#fff!important;border-bottom:1px solid #f3f4f6!important;width:100%!important;max-width:1700px;margin:0 auto!important}.landing-page main{width:100%!important;max-width:1700px;margin:0 auto!important;padding:0!important}.landing-page section{width:100%!important;max-width:none!important;margin:0!important;padding:3rem 0!important}.landing-page section>div{width:100%!important;max-width:none!important;margin:0!important;padding:0 1rem!important}@media (min-width: 640px){.landing-page section>div{padding:0 1.5rem!important}}@media (min-width: 1024px){.landing-page section>div{padding:0 2rem!important}}.landing-page section>div>div{width:100%!important;max-width:none!important;margin-left:auto!important;margin-right:auto!important}.landing-page section:first-of-type{padding-top:5rem!important}.landing-page section:last-of-type{padding-bottom:1rem!important}.landing-page .max-w-7xl,.landing-page .max-w-3xl,.landing-page .max-w-2xl,.landing-page .max-w-xl,.landing-page .max-w-lg,.landing-page .max-w-md,.landing-page .max-w-sm{max-width:none!important;width:100%!important}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6;color:#1f2937;background-color:#fff}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}button,a,input,textarea{transition:all .2s ease-in-out}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible{outline:2px solid #2563eb;outline-offset:2px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:fadeInUp .6s ease-out}.gradient-text{background:linear-gradient(135deg,#2563eb,#1d4ed8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn-primary{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:.5rem;--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1));padding:.75rem 1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.btn-primary:hover{--tw-translate-y: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.btn-secondary{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));border-radius:.5rem;border-width:2px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.75rem 1.5rem;font-weight:600;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.btn-secondary:hover{--tw-translate-y: -.125rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));--tw-border-opacity: 1;border-color:rgb(37 99 235 / var(--tw-border-opacity, 1));--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1));--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.loading{pointer-events:none;opacity:.5}@media (max-width: 640px){.text-responsive{font-size:clamp(1.5rem,4vw,2.5rem)}}@media (prefers-contrast: high){.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.placeholder\:text-gray-400::-moz-placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.placeholder\:text-gray-400::placeholder{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.focus-within\:border-transparent:focus-within{border-color:transparent}.focus-within\:ring-2:focus-within{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-within\:ring-blue-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-green-300:hover{--tw-border-opacity: 1;border-color:rgb(134 239 172 / var(--tw-border-opacity, 1))}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-green-100:hover{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.hover\:bg-green-50:hover{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.hover\:bg-green-500:hover{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-50:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-400:hover{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))}.hover\:bg-yellow-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.hover\:bg-opacity-50:hover{--tw-bg-opacity: .5}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.hover\:text-blue-800:hover{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.hover\:text-blue-900:hover{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity, 1))}.hover\:text-gray-200:hover{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:text-green-500:hover{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.hover\:text-green-900:hover{--tw-text-opacity: 1;color:rgb(20 83 45 / var(--tw-text-opacity, 1))}.hover\:text-primary-500:hover{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.hover\:text-primary-600:hover{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.hover\:text-primary-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.hover\:text-purple-900:hover{--tw-text-opacity: 1;color:rgb(88 28 135 / var(--tw-text-opacity, 1))}.hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.hover\:text-red-800:hover{--tw-text-opacity: 1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.hover\:text-red-900:hover{--tw-text-opacity: 1;color:rgb(127 29 29 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:text-yellow-900:hover{--tw-text-opacity: 1;color:rgb(113 63 18 / var(--tw-text-opacity, 1))}.hover\:shadow-lg:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:z-10:focus{z-index:10}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:border-primary-500:focus{--tw-border-opacity: 1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:outline-2:focus{outline-width:2px}.focus\:-outline-offset-2:focus{outline-offset:-2px}.focus\:outline-indigo-600:focus{outline-color:#4f46e5}.focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-inset:focus{--tw-ring-inset: inset}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-green-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1))}.focus\:ring-green-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(22 163 74 / var(--tw-ring-opacity, 1))}.focus\:ring-primary-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-red-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1))}.focus\:ring-white:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus\:ring-offset-green-50:focus{--tw-ring-offset-color: #f0fdf4}.focus\:ring-offset-transparent:focus{--tw-ring-offset-color: transparent}.focus-visible\:outline:focus-visible{outline-style:solid}.focus-visible\:outline-2:focus-visible{outline-width:2px}.focus-visible\:outline-offset-2:focus-visible{outline-offset:2px}.focus-visible\:outline-green-600:focus-visible{outline-color:#16a34a}.focus-visible\:ring-transparent:focus-visible{--tw-ring-color: transparent}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:scale-110{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:bg-green-700{--tw-bg-opacity: 1;background-color:rgb(21 128 61 / var(--tw-bg-opacity, 1))}.group:hover .group-hover\:bg-yellow-400{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))}@media (min-width: 640px){.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:block{display:block}.sm\:hidden{display:none}.sm\:w-full{width:100%}.sm\:max-w-md{max-width:28rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:rounded-lg{border-radius:.5rem}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}.sm\:leading-6{line-height:1.5rem}}@media (min-width: 768px){.md\:col-span-3{grid-column:span 3 / span 3}.md\:flex{display:flex}.md\:hidden{display:none}.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-6xl{font-size:3.75rem;line-height:1}}@media (min-width: 1024px){.lg\:static{position:static}.lg\:ml-0{margin-left:0}.lg\:mt-4{margin-top:1rem}.lg\:block{display:block}.lg\:hidden{display:none}.lg\:h-full{height:100%}.lg\:w-72{width:18rem}.lg\:translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:p-6{padding:1.5rem}.lg\:p-8{padding:2rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:pb-8{padding-bottom:2rem}.lg\:shadow-none{--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.lg\:transition-none{transition-property:none}}.async-data-renderer{width:100%}.async-data-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;min-height:200px}.async-data-loading.full-height{min-height:60vh}.async-data-loading-inline{display:inline-flex;align-items:center;padding:.5rem 0}.async-data-loading-custom{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.async-data-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;min-height:200px}.async-data-error .error-message{margin-bottom:.5rem}.async-data-error .retry-button{transition:background-color .2s ease}.async-data-error .retry-button:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.async-data-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center;min-height:200px}.async-data-empty .empty-message{margin-bottom:.5rem}.async-data-empty .empty-sub-message{opacity:.8}@media (max-width: 640px){.async-data-loading,.async-data-error,.async-data-empty{padding:1.5rem;min-height:150px}.async-data-loading.full-height{min-height:50vh}}.app-footer{background-color:#fff;border-top:1px solid #e2e8f0;box-shadow:0 -2px 4px #0000001a;padding:1rem}.footer-content{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.footer-links{display:flex;gap:2rem;flex-wrap:wrap;justify-content:center}.footer-link{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:transparent;border:none;border-radius:.5rem;color:#64748b;text-decoration:none;transition:all .2s ease;cursor:pointer;font-size:.875rem;font-weight:500}.footer-link:hover{background-color:#e2e8f0;color:#334155;transform:translateY(-1px)}.footer-link:active{transform:translateY(0)}.footer-icon{width:1rem;height:1rem}.footer-label{white-space:nowrap}.footer-copyright{text-align:center;color:#94a3b8;font-size:.75rem}.footer-copyright p{margin:0}@media (max-width: 768px){.footer-links{flex-direction:column;gap:.5rem;width:100%}.footer-link{justify-content:center;width:100%;max-width:300px;margin:0 auto}}*{margin:0;padding:0;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}body{background-color:#f5f5f7;max-width:600px;margin:0 auto;padding:20px}html,body{overflow-x:hidden}.workout-app{min-height:100vh;display:flex;flex-direction:column;background:#f8f9fa}.workout-content{flex:1;padding:0;margin:0 auto;width:100%}.workout-app-header{background:#fff;padding:1rem;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;align-items:center;z-index:1}.workout-logo{display:flex;align-items:center}.workout-logo-image{height:1rem;width:auto}.workout-menu-button{background:none;border:none;font-size:24px;color:#1d1d1f;cursor:pointer}.workout-exercise-list{display:flex;flex-direction:column;gap:10px}.workout-exercise-list>div>div{border:1px solid black;border-radius:4px;margin:5px 0}.workout-exercise-item{background-color:#fff;color:#fff;padding:15px;border:1px solid #d1d5db;border-radius:8px;font-size:18px;cursor:grab;-moz-user-select:none;user-select:none;display:flex;justify-content:space-between;align-items:center;-webkit-touch-callout:none;-webkit-user-select:none;touch-action:pan-y;transition:background-color .2s ease;margin-bottom:5px;position:relative}.workout-exercise-item:active{cursor:grabbing;background-color:#f5f5f5}@media (max-width: 768px){.workout-exercise-drag-handle{padding:8px;margin:-8px 2px -8px -8px!important}}.workout-exercise-item[data-rbd-dragging-state=true]{background-color:#4b4b4b;box-shadow:0 4px 8px #0003}.workout-exercise-list>div{margin-bottom:10px}.workout-exercise-list>div:last-child{margin-bottom:0}.workout-exercise-list>div:last-child .workout-exercise-item{margin-bottom:0}.workout-exercise-name{flex:1;color:#000;font-weight:500}.workout-exercise-actions{display:flex;gap:12px;align-items:center}.workout-exercise-details{margin-top:0;overflow:hidden;transition:max-height .3s ease-out;padding:10px}.workout-exercise-details.collapsed{display:none}.workout-exercise-details.expanded{display:block}.workout-sets-container{margin:5px 0}.workout-set-header{display:grid;grid-template-columns:50px 1fr 1fr 80px;gap:10px;margin-bottom:10px;color:#1d1d1f;font-size:18px}.workout-set-row{display:grid;grid-template-columns:50px 1fr 1fr 80px;gap:10px;margin-bottom:10px;align-items:center}.workout-set-number{font-size:18px;color:#1d1d1f;display:flex;align-items:center;justify-content:center;font-weight:500}.workout-input-container{position:relative}.workout-input-container .save-status-absolute{position:absolute;right:8px;top:50%;transform:translateY(-50%);pointer-events:none;z-index:10}.workout-notes .save-status-absolute{position:absolute;right:8px;top:8px;pointer-events:none;z-index:10}.workout-input-field{width:100%;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:16px}.workout-active-set .workout-input-field{background-color:#1e8e0e;color:#fff;border:none}.workout-input-saved{background-color:#e8f5e8!important;border-color:#a8d8a8!important;transition:background-color .3s ease,border-color .3s ease}.workout-input-failed{background-color:#ffeaea!important;border-color:#f5a5a5!important;transition:background-color .3s ease,border-color .3s ease}.workout-notes{margin:15px 0;padding:0 15px}.workout-notes-input{width:100%;min-height:80px;padding:10px;border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:14px;line-height:1.4;resize:vertical}.workout-notes-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.workout-notes-input::-moz-placeholder{color:#999}.workout-notes-input::placeholder{color:#999}.workout-button-container{display:flex;gap:10px;margin-top:20px}.workout-add-set-btn,.workout-add-warmup-btn{padding:10px 12px;border:1px solid #1d1d1f;border-radius:8px;background-color:#fff;color:#1d1d1f;font-size:16px;cursor:pointer;transition:all .2s ease;flex:1}.workout-add-set-btn:hover{background-color:#f5f5f7}.workout-add-set-btn:active{background-color:#e5e5e5}.warmup-indicator{margin-right:4px;font-size:12px;opacity:.8}.workout-set-row:has(.warmup-indicator){background-color:#3b82f60d;border-left:3px solid #3b82f6}.set-group-header{font-weight:600;font-size:14px;color:#374151;margin:16px 0 8px;padding:4px 8px;border-radius:4px}.working-sets-header{color:#000}.workout-add-warmup-btn{background-color:#fff!important;color:#1e40af!important;border:1px solid #3b82f6!important}.workout-add-warmup-btn:hover{background-color:#3b82f60d!important;border-color:#2563eb!important}.workout-add-warmup-btn:active{background-color:#3b82f61a!important}.workout-actions{display:flex;gap:8px;align-items:center}.workout-action-button{background:none;border:none;color:#000;cursor:pointer;font-size:16px;padding:4px 8px;border-radius:4px;transition:background-color .2s}.workout-action-button:hover{background-color:#0000001a}.workout-action-button.delete:hover{background-color:#ff3b301a;color:#ff3b30}.workout-action-button.move-up:hover{background-color:#007aff1a;color:#007aff}.workout-bottom-actions{margin-top:20px;display:flex;flex-direction:column;gap:10px}.workout-secondary-actions{display:flex;gap:10px}.workout-secondary-button{padding:10px 20px;border:1px solid #1d1d1f;border-radius:8px;background-color:#fff;color:#1d1d1f;font-size:16px;cursor:pointer;transition:all .2s ease;flex:1}.workout-secondary-button:hover{background-color:#f5f5f7}.workout-secondary-button:active{background-color:#e5e5e5}.workout-secondary-button.danger{border-color:#dc3545;color:#dc3545}.workout-secondary-button.danger:hover{background-color:#dc3545;color:#fff}.workout-secondary-button:disabled{opacity:.5;cursor:not-allowed;background-color:#f5f5f7}.workout-primary-button{padding:12px 24px;border:none;border-radius:8px;background-color:#006400;color:#fff;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease}.workout-primary-button:hover{background-color:#005000}.workout-primary-button:active{background-color:#004000}.workout-primary-button.full-width,.workout-secondary-button.full-width{width:100%;margin-top:10px}.workout-timer-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .3s ease-out}.workout-timer{background:#fff;border-radius:12px;padding:32px;text-align:center;box-shadow:0 8px 32px #0003;min-width:280px;animation:slideIn .3s ease-out}.workout-timer-label{font-size:18px;font-weight:600;color:#333;margin-bottom:16px}.workout-timer-display{font-size:48px;font-weight:700;color:#1d4ed8;margin-bottom:24px;font-family:Courier New,monospace}.workout-timer-controls{display:flex;gap:12px;justify-content:center}.workout-timer-pause-btn{padding:10px 20px;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s;background-color:#f3f4f6;color:#374151}.workout-timer-pause-btn:hover{background-color:#e5e7eb}.workout-timer-cancel-btn{padding:10px 20px;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s;background-color:#ef4444;color:#fff}.workout-timer-cancel-btn:hover{background-color:#dc2626}.timer-minimized{position:fixed;bottom:20px;right:20px;background:#fff;border-radius:8px;padding:12px 16px;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;gap:12px;z-index:1000;border:1px solid #e0e0e0}.timer-minimized .workout-timer-display{font-size:20px;font-weight:600;color:#1d4ed8;margin:0}.timer-minimized .workout-timer-controls{gap:8px}.timer-minimized .workout-timer-pause-btn,.timer-minimized .workout-timer-cancel-btn{padding:6px 12px;font-size:14px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideUp{0%{transform:translate(-50%,100%);opacity:0}to{transform:translate(-50%);opacity:1}}.content-container{padding:0;margin:0;width:100%}.content-container-flex{padding:0;margin:0;width:100%;height:100%;display:flex;flex-direction:column}.dashboard-container{padding:0;margin:0;width:100%}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;margin-top:20px}.dashboard-tile{background:#fff;border:none;border-radius:12px;padding:24px;text-align:center;cursor:pointer;transition:transform .2s,box-shadow .2s;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:180px}.dashboard-tile:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.dashboard-tile svg{width:48px;height:48px;margin-bottom:16px;color:#1d1d1f}.dashboard-tile h2{font-size:20px;margin:0;color:#1d1d1f}.dashboard-tile p{margin:8px 0 0;color:#86868b;font-size:14px}.dashboard-tile.start-workout{background:linear-gradient(135deg,#006400,green)}.dashboard-tile.start-workout svg,.dashboard-tile.start-workout h2,.dashboard-tile.start-workout p{color:#fff}.dashboard-tile.loading{opacity:.6;cursor:not-allowed;pointer-events:none}.templates-container{padding:0;margin:0;width:100%}.templates-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.templates-header h1{margin:0;color:#333;font-size:28px}.templates-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;padding:20px 0}.template-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s;cursor:default}.template-card.clickable{cursor:pointer;text-align:center;min-height:180px;justify-content:center;align-items:center}.template-card.clickable:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.template-card.clickable .template-header{margin-bottom:16px;justify-content:center}.template-card.clickable .template-header h2{font-size:20px;color:#1d1d1f;margin:0}.template-card.clickable .template-exercises{color:#86868b;font-size:14px;margin:8px 0 0}.template-card.clickable .template-exercise-item{padding:0;border-bottom:none;color:#86868b;font-size:14px}.template-card.clickable .template-footer{display:none}.template-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;position:relative}.template-header h2{font-size:20px;color:#1d1d1f;margin:0}.template-exercises{flex:1;margin-bottom:16px}.template-exercise-item{padding:0;border-bottom:1px solid #f5f5f7;color:#1d1d1f;font-size:16px}.template-exercise-item:last-child{border-bottom:none}.template-footer{font-size:14px;color:#86868b}.template-last-used{font-style:italic}.template-create-button{padding:10px 20px;background-color:#006400;color:#fff;border:none;border-radius:8px;font-size:16px;cursor:pointer;transition:background-color .2s}.template-create-button:hover{background-color:#005000}.template-edit-form{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000001a}.template-edit-field{margin-bottom:24px}.template-edit-field label{display:block;font-size:16px;font-weight:500;color:#1d1d1f;margin-bottom:8px}.template-edit-exercises{margin:16px 0;border:1px solid #ddd;border-radius:8px;min-height:100px}.template-edit-exercise-item{display:flex;justify-content:space-between;align-items:center;padding:12px;border-bottom:1px solid #f5f5f7}.template-edit-exercise-item:last-child{border-bottom:none}.template-edit-remove-exercise{background:none;border:none;color:#ff3b30;cursor:pointer;padding:4px 8px;font-size:16px;border-radius:4px}.template-edit-remove-exercise:hover{background-color:#ff3b301a}.template-edit-add-exercise{width:100%;padding:12px;background:#fff;border:1px solid #1d1d1f;border-radius:8px;font-size:16px;color:#1d1d1f;cursor:pointer;transition:all .2s}.template-edit-add-exercise:hover{background-color:#f5f5f7}.template-edit-actions{display:flex;gap:12px;margin-top:24px}.template-edit-save{flex:1;padding:12px;background-color:#006400;color:#fff;border:none;border-radius:8px;font-size:16px;cursor:pointer;transition:background-color .2s}.template-edit-save:hover{background-color:#005000}.template-edit-cancel{flex:1;padding:12px;background-color:#fff;color:#dc3545;border:1px solid #dc3545;border-radius:8px;font-size:16px;cursor:pointer;transition:all .2s}.template-edit-cancel:hover{background-color:#dc3545;color:#fff}.exercise-container{padding:0;margin:0;width:100%}.add-exercise-header{margin-bottom:20px}.add-exercise-title{font-size:24px;color:#1d1d1f;margin:0}.add-exercise-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.add-exercise-actions-right{display:flex;gap:10px}.add-exercise-search{display:flex;gap:10px;margin-bottom:20px}.add-exercise-search-input{flex:1;padding:12px;border:1px solid #ddd;border-radius:8px;font-size:16px}.add-exercise-muscle-group,.add-exercise-type-filter{padding:12px;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;min-width:120px;background-color:#fff;box-shadow:0 1px 2px #0000000d;transition:all .15s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.25em 1.25em;padding-right:2.5rem}.add-exercise-muscle-group:hover,.add-exercise-type-filter:hover{border-color:#9ca3af;background-color:#f9fafb}.add-exercise-muscle-group:focus,.add-exercise-type-filter:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background-color:#fff;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%233b82f6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M6 8l4 4 4-4'/%3e%3c/svg%3e")}.dropdown-menu-container{position:relative;display:inline-block;overflow:visible}.dropdown-menu-button{display:inline-flex!important;align-items:center!important;gap:.2rem!important;padding:.25rem .5rem!important;font-size:.75rem!important;font-weight:500!important;color:#6b7280!important;background-color:#f3f4f6!important;border:1px solid #d1d5db!important;border-radius:.25rem!important;cursor:pointer!important;box-shadow:0 1px 2px #0000000d!important;transition:all .15s ease!important;justify-content:center!important;min-width:auto!important}.dropdown-menu-button:hover{background-color:#e5e7eb!important}.dropdown-menu-button:disabled{color:#9ca3af!important;background-color:#fff!important;cursor:not-allowed!important;opacity:.5!important}.dropdown-menu{position:absolute;top:100%;left:0;margin-top:.5rem;min-width:12rem;max-width:calc(100vw - 2rem);background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;overflow:visible;z-index:99999}.dropdown-menu.actions-dropdown{left:auto;right:0}.dropdown-menu-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.5rem 1rem;font-size:.875rem;color:#374151;background-color:transparent;border:none;cursor:pointer;text-align:left;transition:background-color .15s ease;border-bottom:1px solid #f3f4f6}.dropdown-menu-item:last-child,.dropdown-menu-item.last-in-group{border-bottom:none}.dropdown-menu-item:hover:not(:disabled){background-color:#f3f4f6}.dropdown-menu-item:disabled{color:#9ca3af;cursor:not-allowed;opacity:.5}.dropdown-menu-item.danger{color:#dc2626}.dropdown-menu-item.danger:hover:not(:disabled){background-color:#fef2f2}.dropdown-menu-divider{height:1px;background-color:#e5e7eb;margin:.25rem 0}.filter-dropdown{min-width:140px!important;justify-content:space-between!important;padding:.5rem .75rem!important;font-size:.875rem!important}.add-exercise-selected{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.add-exercise-chip{display:flex;align-items:center;gap:8px;padding:6px 12px;background-color:#f0f0f0;border-radius:16px;font-size:14px}.add-exercise-remove{background:none;border:none;color:#666;cursor:pointer;padding:0;font-size:14px}.add-exercise-tabs{display:flex;gap:10px;margin-bottom:20px}.add-exercise-tab{padding:8px 16px;border:none;background:none;font-size:16px;color:#666;cursor:pointer;border-bottom:2px solid transparent}.add-exercise-tab.active{color:#1d1d1f;border-bottom-color:#1d1d1f}.add-exercise-list{display:flex;flex-direction:column;gap:10px}.add-exercise-filters{display:flex;gap:12px;margin-bottom:16px;overflow:visible;position:relative;z-index:1}.add-exercise-filters select{flex:1;padding:8px 12px;border:1px solid #ddd;border-radius:8px;background-color:#fff;font-size:14px}.add-exercise-item{display:flex;justify-content:space-between;align-items:center;padding:6px;border:1px solid #ddd;border-radius:8px;background-color:#fff}.add-exercise-item.selected{background-color:#e3f2fd;border-color:#007bff}.add-exercise-info{display:flex;flex-direction:column;gap:4px;flex:1}.add-exercise-name{font-weight:500;font-size:14px}.add-exercise-already-in-workout{font-size:12px;color:#666;font-style:italic}.add-exercise-button{width:32px;height:32px;border:1px solid #ddd;border-radius:16px;background-color:#fff;color:#1d1d1f;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;transition:all .2s ease}.add-exercise-button.selected{background-color:#007bff;border-color:#007bff;color:#fff}.add-exercise-button:disabled{background-color:#006400;border-color:#006400;color:#fff;cursor:not-allowed}.add-exercise-submit{padding:8px 16px;border-radius:8px;font-size:16px;font-weight:500;background-color:#006400;border:none;color:#fff;cursor:pointer;transition:all .2s ease}.add-exercise-submit:hover{background-color:#005000}.add-exercise-submit.danger{background-color:#fff;border:1px solid #dc3545;color:#dc3545}.add-exercise-submit.danger:hover{background-color:#dc3545;color:#fff}.create-exercise-form{display:flex;flex-direction:column;gap:24px}.create-exercise-field{display:flex;flex-direction:column;gap:8px}.create-exercise-field label{font-size:14px;font-weight:500;color:#1d1d1f}.create-exercise-checkbox{flex-direction:row;align-items:center;gap:12px}.create-exercise-checkbox label{display:flex;align-items:center;gap:8px;cursor:pointer}.user-menu{display:flex;align-items:center;gap:1rem;padding:.5rem;background:#ffffff1a;border-radius:8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.user-email{font-size:14.4px;color:#1d1d1f;font-weight:500}.logout-button{background:#ff3b30;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.logout-button:hover{background:#d70015}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}.form-group input{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .2s;box-sizing:border-box}.form-group input:focus{outline:none;border-color:#667eea}.exercise-history-container{padding:0;margin:0;width:100%}.settings-container{padding:0;margin:0;width:100%;height:100%;display:flex;flex-direction:column}.settings-content{flex:1;overflow-y:auto}.settings-form{max-width:600px;margin:0 auto;background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000001a}.settings-form h1{margin:0 0 24px;font-size:24px;color:#1d1d1f}.settings-field{margin-bottom:24px}.settings-field label{display:block;font-size:16px;font-weight:700;color:#1d1d1f;margin-bottom:.5rem}.settings-input{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;background-color:#fff;color:#2d3748;transition:all .2s ease;outline:none;box-shadow:0 1px 3px #0000001a}.settings-input:focus{border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a}.settings-input:disabled{background-color:#f7fafc;cursor:not-allowed}.settings-select{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;background-color:#fff;color:#2d3748;transition:all .2s ease;outline:none;box-shadow:0 1px 3px #0000001a}.settings-select:focus{border-color:#4299e1;box-shadow:0 0 0 3px #4299e11a}.settings-select:disabled{background-color:#f7fafc;cursor:not-allowed}.settings-field .save-status-absolute{position:absolute;right:8px;top:50%;transform:translateY(-50%);pointer-events:none;z-index:10}.settings-select+.save-status-absolute{right:32px}.settings-input-saved,.settings-select-saved{background-color:#e8f5e8!important;border-color:#a8d8a8!important}.settings-field-help{margin:8px 0 0;font-size:14px;color:#86868b;line-height:1.4}.settings-actions{display:flex;gap:12px;margin-top:32px;justify-content:flex-end}.settings-save{padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease;background-color:#006400;color:#fff}.settings-save:hover{background-color:#005000}.settings-save:disabled{background-color:#ccc;cursor:not-allowed}.settings-cancel{padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:all .2s ease;background-color:#fff;color:#1d1d1f;border:1px solid #ddd}.settings-cancel:hover{background-color:#f5f5f7}.loading-message,.error-message,.no-exercises-message{text-align:center;padding:40px 20px;color:#86868b;font-size:16px}.error-message{color:#ff3b30;background-color:#fff5f5;border:1px solid #fed7d7;border-radius:8px}.no-exercises-message{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;color:#6c757d}button:disabled{opacity:.6;cursor:not-allowed}.workout-add-set-btn:disabled,.workout-add-warmup-btn:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.favorite-button{background-color:#dc3545;color:#fff;border:none;padding:8px;cursor:pointer;border-radius:4px;transition:all .2s;display:flex;align-items:center;justify-content:center;min-width:36px;min-height:36px}.favorite-button:hover{background-color:#c82333}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.workout-badge.status-badge{text-transform:none!important}.exercise-dropdown-button{display:inline-flex!important;align-items:center!important;gap:.2rem!important;padding:.25rem .5rem!important;font-size:.75rem!important;font-weight:500!important;color:#6b7280!important;background-color:#f3f4f6!important;border:1px solid #d1d5db!important;border-radius:.25rem!important;cursor:pointer!important;box-shadow:0 1px 2px #0000000d!important;transition:all .15s ease!important;justify-content:center!important;min-width:auto!important}.exercise-dropdown-button:hover{background-color:#e5e7eb!important;border-color:#9ca3af!important}
