.tiptap-lesson-editor{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden;background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;transition:all .2s ease-in-out}.tiptap-lesson-editor.focused{border-color:#3b82f6;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f,0 0 0 3px #3b82f61a}.template-editor-wrapper .tiptap-lesson-editor.focused{border-color:#e5e7eb;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.tiptap-lesson-editor.error{border-color:#ef4444}.tiptap-lesson-editor.disabled{opacity:.6;cursor:not-allowed}.tiptap-lesson-editor.expanded{border:none;box-shadow:none}.tiptap-editor-wrapper{position:relative;overflow:visible}.tiptap-editor-container{display:flex;flex-direction:column;height:100%;overflow:visible}.tiptap-editor-content{flex:1;overflow:visible}.tiptap-editor-content-editable{height:100%;padding:.75rem 1.5rem;outline:none;overflow-y:auto;line-height:1.6;color:#374151}.tiptap-simple-toolbar{display:flex;align-items:center;justify-content:center;padding:.75rem 1rem;background:#fff;border-bottom:1px solid #e5e7eb;gap:.125rem;min-height:48px;position:sticky;top:0;z-index:20;box-shadow:0 1px 1px #0000000a}.toolbar-left,.toolbar-center,.toolbar-right{display:flex;align-items:center;gap:.125rem}.toolbar-button{display:flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border:none;background:transparent;border-radius:.375rem;color:#6b7280;cursor:pointer;transition:all .15s ease-in-out;font-size:.875rem;position:relative}.toolbar-button:hover{background:#f3f4f6;color:#374151}.toolbar-button.active{background:#dbeafe;color:#1d4ed8}.toolbar-button:disabled{opacity:.4;cursor:not-allowed}.toolbar-divider{width:1px;height:1.5rem;background:#d1d5db;margin:0 .25rem}.toolbar-dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:0;z-index:99999;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;min-width:160px;margin-top:.25rem;overflow:hidden}.dropdown-menu.right-aligned{left:auto;right:0}.dropdown-item{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;border:none;background:transparent;color:#374151;cursor:pointer;font-size:.875rem;text-align:left;transition:background-color .15s ease-in-out}.dropdown-item:hover{background:#f9fafb}.dropdown-item.active{background:#dbeafe;color:#1d4ed8}.heading-text{font-weight:600;font-size:.875rem;color:#6b7280}.toolbar-button.active .heading-text{color:#1d4ed8}.add-button{display:flex;align-items:center;gap:.25rem;width:auto;padding:0 .5rem}.add-text{font-size:.875rem;font-weight:500;color:#6b7280}.add-button:hover .add-text{color:#374151}.tiptap-editor-content-editable .ProseMirror{height:100%;outline:none;font-size:14px;line-height:1.6;color:#374151}.tiptap-editor-content-editable .ProseMirror p{margin:0 0 .75rem}.tiptap-editor-content-editable .ProseMirror p:last-child{margin-bottom:0}.tiptap-editor-content-editable .ProseMirror h1{font-size:1.875rem;font-weight:700;margin:1.5rem 0 .75rem;color:#111827;line-height:1.2}.tiptap-editor-content-editable .ProseMirror h1:first-child{margin-top:.25rem}.tiptap-editor-content-editable .ProseMirror h2{font-size:1.5rem;font-weight:600;margin:1.25rem 0 .5rem;color:#111827;line-height:1.3}.tiptap-editor-content-editable .ProseMirror h2:first-child{margin-top:.25rem}.tiptap-editor-content-editable .ProseMirror h3{font-size:1.25rem;font-weight:600;margin:1rem 0 .5rem;color:#111827;line-height:1.4}.tiptap-editor-content-editable .ProseMirror h3:first-child{margin-top:.25rem}.tiptap-editor-content-editable .ProseMirror ul,.tiptap-editor-content-editable .ProseMirror ol{margin:.75rem 0;padding-left:1.5rem;list-style-position:outside}.tiptap-editor-content-editable .ProseMirror ul{list-style-type:disc}.tiptap-editor-content-editable .ProseMirror ol{list-style-type:decimal}.tiptap-editor-content-editable .ProseMirror li{margin:.25rem 0;display:list-item}.tiptap-editor-content-editable .ProseMirror li p{display:block;margin:0}.tiptap-editor-content-editable .ProseMirror .list-item{display:list-item}.tiptap-editor-content-editable .ProseMirror .bullet-list{list-style-type:disc}.tiptap-editor-content-editable .ProseMirror .ordered-list{list-style-type:decimal}.tiptap-editor-content-editable .ProseMirror ul,.tiptap-editor-content-editable .ProseMirror ol{display:block}.tiptap-editor-content-editable .ProseMirror li{display:list-item;list-style-position:outside}.tiptap-editor-content-editable .ProseMirror ul[data-type=taskList]{list-style:none;padding-left:0}.tiptap-editor-content-editable .ProseMirror ul[data-type=taskList] li{display:flex;align-items:flex-start;margin:.25rem 0}.tiptap-editor-content-editable .ProseMirror ul[data-type=taskList] li>label{margin-right:.5rem;-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.tiptap-editor-content-editable .ProseMirror ul[data-type=taskList] li>div{flex:1}.tiptap-editor-content-editable .ProseMirror blockquote{border-left:4px solid #e5e7eb;margin:1rem 0;padding:.5rem 0 .5rem 1rem;color:#6b7280;font-style:italic;background:#f9fafb;border-radius:0 .375rem .375rem 0}.tiptap-editor-content-editable .ProseMirror code{background-color:#f3f4f6;padding:.125rem .25rem;border-radius:.25rem;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-size:.875rem;color:#dc2626}.tiptap-editor-content-editable .ProseMirror pre{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;margin:1rem 0;overflow-x:auto}.tiptap-editor-content-editable .ProseMirror pre code{background-color:transparent;padding:0;color:#374151}.tiptap-editor-content-editable .ProseMirror a{color:#3b82f6;text-decoration:underline;text-decoration-color:#dbeafe;text-underline-offset:2px}.tiptap-editor-content-editable .ProseMirror a:hover{color:#2563eb;text-decoration-color:#bfdbfe}.tiptap-editor-content-editable .ProseMirror img{max-width:100%;height:auto;border-radius:.5rem;display:block;margin:.5rem 0}.tiptap-editor-content-editable .ProseMirror table,.tiptap-editor-content-editable .ProseMirror .tiptap-table{border-collapse:separate;border-spacing:0;margin:1rem 0;width:100%;table-layout:fixed;border:1px solid #d1d5db;border-radius:.5rem;overflow:hidden;background:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;position:relative}.tiptap-editor-content-editable .ProseMirror .tableWrapper{position:relative;margin:1rem 0}.tiptap-editor-content-editable .ProseMirror .selectedTable{outline:2px solid #3b82f6;outline-offset:2px;border-radius:.5rem}.tiptap-editor-content-editable .ProseMirror table td,.tiptap-editor-content-editable .ProseMirror table th{border:1px solid #e5e7eb;padding:.75rem;text-align:left;vertical-align:top;position:relative}.tiptap-editor-content-editable .ProseMirror table th{background-color:#f8fafc;font-weight:600;color:#374151;border-bottom:2px solid #d1d5db}.tiptap-editor-content-editable .ProseMirror table td:hover,.tiptap-editor-content-editable .ProseMirror table th:hover{background:#f9fafb}.tiptap-editor-content-editable .ProseMirror table .selectedCell{background:#dbeafe!important;border-color:#3b82f6!important;font-weight:600;color:#374151}.tiptap-editor-content-editable .ProseMirror strong{font-weight:600}.tiptap-editor-content-editable .ProseMirror em{font-style:italic}.tiptap-editor-content-editable .ProseMirror u{text-decoration:underline}.tiptap-editor-content-editable .ProseMirror s{text-decoration:line-through}.tiptap-editor-content-editable .ProseMirror mark{background-color:#fef3c7;padding:.125rem .25rem;border-radius:.25rem}.tiptap-editor-content-editable .ProseMirror .text-left{text-align:left}.tiptap-editor-content-editable .ProseMirror .text-center{text-align:center}.tiptap-editor-content-editable .ProseMirror .text-right{text-align:right}.tiptap-editor-content-editable .ProseMirror .text-justify{text-align:justify}.tiptap-editor-content-editable .ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#9ca3af;pointer-events:none;height:0}.tiptap-editor-content-editable .ProseMirror:focus{outline:none}.tiptap-editor-content-editable .ProseMirror ::-moz-selection{background-color:#dbeafe}.tiptap-editor-content-editable .ProseMirror ::selection{background-color:#dbeafe}.tiptap-lesson-editor[data-theme=dark]{background:#1f2937;border-color:#4b5563}.tiptap-lesson-editor[data-theme=dark] .tiptap-simple-toolbar{background:#374151;border-bottom-color:#4b5563}.tiptap-lesson-editor[data-theme=dark] .toolbar-button{color:#9ca3af}.tiptap-lesson-editor[data-theme=dark] .toolbar-button:hover{background:#4b5563;color:#d1d5db}.tiptap-lesson-editor[data-theme=dark] .toolbar-button.active{background:#1d4ed8;color:#fff}.tiptap-lesson-editor[data-theme=dark] .toolbar-divider{background:#4b5563}.tiptap-lesson-editor[data-theme=dark] .dropdown-menu{background:#374151;border-color:#4b5563}.tiptap-lesson-editor[data-theme=dark] .dropdown-item{color:#d1d5db}.tiptap-lesson-editor[data-theme=dark] .dropdown-item:hover{background:#4b5563}.tiptap-lesson-editor[data-theme=dark] .dropdown-item.active{background:#1d4ed8;color:#fff}.tiptap-lesson-editor[data-theme=dark] .tiptap-editor-content-editable .ProseMirror{color:#d1d5db}.tiptap-lesson-editor[data-theme=dark] .tiptap-editor-content-editable .ProseMirror h1,.tiptap-lesson-editor[data-theme=dark] .tiptap-editor-content-editable .ProseMirror h2,.tiptap-lesson-editor[data-theme=dark] .tiptap-editor-content-editable .ProseMirror h3{color:#f9fafb}.tiptap-lesson-editor[data-theme=dark] .tiptap-editor-content-editable .ProseMirror blockquote{border-left-color:#4b5563;color:#9ca3af;background:#374151}.tiptap-lesson-editor[data-theme=dark] .tiptap-editor-content-editable .ProseMirror code{background-color:#374151;color:#fbbf24}.tiptap-lesson-editor[data-theme=dark] .tiptap-editor-content-editable .ProseMirror pre{background-color:#374151;border-color:#4b5563}.tiptap-lesson-editor[data-theme=dark] .tiptap-editor-content-editable .ProseMirror pre code{color:#d1d5db}.tiptap-lesson-editor[data-theme=dark] .tiptap-editor-content-editable .ProseMirror table td,.tiptap-lesson-editor[data-theme=dark] .tiptap-editor-content-editable .ProseMirror table th{border-color:#4b5563}.tiptap-lesson-editor[data-theme=dark] .tiptap-editor-content-editable .ProseMirror table th{background-color:#374151;color:#d1d5db}.color-picker-dropdown{position:absolute;top:100%;left:0;z-index:99999;min-width:200px;background:#fff;border:1px solid #d1d5db;border-radius:.375rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:.5rem;margin-top:.25rem}.color-picker-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:.25rem}.color-option{width:1.5rem;height:1.5rem;border-radius:.25rem;border:1px solid #e5e7eb;cursor:pointer;transition:all .15s ease-in-out;position:relative}.color-option:hover{transform:scale(1.1);border-color:#3b82f6}.color-option:focus{outline:2px solid #3b82f6;outline-offset:1px}.emoji-picker-dropdown{position:absolute;top:100%;right:0;left:auto;z-index:99999;min-width:280px;max-height:180px;overflow-y:auto;background:#fff;border:1px solid #d1d5db;border-radius:.375rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:.25rem;margin-top:.25rem}.emoji-picker-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:.125rem}.emoji-option{width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:.25rem;cursor:pointer;font-size:1rem;transition:all .15s ease-in-out;padding:0}.emoji-option:hover{background:#f3f4f6;transform:scale(1.1)}.emoji-option:focus{outline:2px solid #3b82f6;outline-offset:1px}.tiptap-lesson-editor[data-theme=dark] .color-option{border-color:#4b5563}.tiptap-lesson-editor[data-theme=dark] .color-option:hover{border-color:#3b82f6}.tiptap-lesson-editor[data-theme=dark] .emoji-option:hover{background:#4b5563}@media (max-width: 768px){.tiptap-editor-content-editable{padding:.75rem}.tiptap-simple-toolbar{padding:.375rem .5rem;gap:.25rem;justify-content:center;min-height:40px}.toolbar-button{width:2rem;height:2rem;min-width:2rem}.toolbar-left,.toolbar-right{display:none!important}.toolbar-center{width:100%;justify-content:center;gap:.25rem;flex-wrap:nowrap}.toolbar-center>.toolbar-dropdown{display:none!important}.toolbar-center>.toolbar-dropdown.toolbar-mobile-more{display:block!important}.toolbar-center>button:nth-child(n+5){display:none!important}.toolbar-center>button:nth-child(-n+4){display:flex!important}.toolbar-divider{display:none!important}.dropdown-menu{position:fixed!important;z-index:999999!important;min-width:180px;max-width:calc(100vw - 32px);max-height:50vh;overflow-y:auto;border-radius:.5rem;padding:.25rem;margin-top:.25rem;box-shadow:0 10px 25px -5px #0003,0 8px 10px -6px #0000001a}.dropdown-menu.right-aligned{max-width:calc(100vw - 16px)}.dropdown-item{min-height:36px;padding:.375rem .5rem;font-size:.75rem;gap:.375rem}.dropdown-item svg{width:12px;height:12px;flex-shrink:0}.tiptap-editor-content-editable .ProseMirror h1{font-size:1.375rem}.tiptap-editor-content-editable .ProseMirror h2{font-size:1.125rem}.tiptap-editor-content-editable .ProseMirror h3{font-size:1rem}}@media (max-width: 480px){.tiptap-simple-toolbar{padding:.25rem}.toolbar-button{width:1.75rem;height:1.75rem;min-width:1.75rem}.tiptap-editor-content-editable{padding:.5rem}}.template-selector{display:flex;align-items:center}.template-dropdown{position:relative}.template-dropdown-button{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;border:1px solid #e5e7eb;border-radius:.375rem;background:#fff;color:#6b7280;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease-in-out;white-space:nowrap}.template-dropdown-button:hover{background:#f9fafb;border-color:#d1d5db;color:#374151}.template-dropdown-button:disabled{opacity:.5;cursor:not-allowed}.template-dropdown-text{font-weight:500}.template-dropdown-menu{position:absolute;top:100%;right:0;z-index:50;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;min-width:200px;margin-top:.25rem;overflow:hidden}.template-dropdown-item{display:flex;width:100%;padding:.75rem;border:none;background:transparent;color:#374151;cursor:pointer;text-align:left;transition:background-color .15s ease-in-out}.template-dropdown-item:hover{background:#f9fafb}.template-dropdown-item.active{background:#dbeafe;color:#1d4ed8}.template-dropdown-item-content{display:flex;flex-direction:column;gap:.25rem}.template-dropdown-item-name{font-weight:500;font-size:.875rem}.template-dropdown-item-description{font-size:.75rem;color:#6b7280;line-height:1.2}.tiptap-lesson-editor[data-theme=dark] .template-dropdown-button{background:#374151;border-color:#4b5563;color:#d1d5db}.tiptap-lesson-editor[data-theme=dark] .template-dropdown-button:hover{background:#4b5563;border-color:#6b7280;color:#f9fafb}.tiptap-lesson-editor[data-theme=dark] .template-dropdown-menu{background:#374151;border-color:#4b5563}.tiptap-lesson-editor[data-theme=dark] .template-dropdown-item{color:#d1d5db}.tiptap-lesson-editor[data-theme=dark] .template-dropdown-item:hover{background:#4b5563}.tiptap-lesson-editor[data-theme=dark] .template-dropdown-item.active{background:#1d4ed8;color:#fff}.tiptap-lesson-editor[data-theme=dark] .template-dropdown-item-description{color:#9ca3af}@media print{.tiptap-lesson-editor{border:none;box-shadow:none}.tiptap-simple-toolbar{display:none}.tiptap-editor-content-editable{padding:0}.template-selector{display:none}}.template-chip-selector{display:flex;align-items:center}.template-chip-dropdown{position:relative}.template-chip-button{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#fef3c7;border:1px solid #f59e0b;border-radius:.75rem;font-size:.75rem;font-weight:500;color:#92400e;cursor:pointer;transition:all .15s ease-in-out;white-space:nowrap;min-width:60px}.template-chip-button:hover{background:#fef3c7;border-color:#f59e0b}.template-chip-text{font-size:.75rem;font-weight:500}.template-chip-dropdown-menu{position:absolute;top:100%;left:0;z-index:99999;min-width:180px;background:#fff;border:1px solid #d1d5db;border-radius:.375rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:.25rem;margin-top:.25rem}.template-chip-dropdown-item{display:block;width:100%;padding:.5rem .75rem;text-align:left;background:transparent;border:none;border-radius:.25rem;cursor:pointer;transition:all .15s ease-in-out}.template-chip-dropdown-item:hover{background:#f3f4f6}.template-chip-dropdown-item.active{background:#fef3c7;color:#92400e}.template-chip-dropdown-item-content{display:flex;flex-direction:column;gap:.125rem}.template-chip-dropdown-item-name{font-size:.875rem;font-weight:500}.template-chip-dropdown-item-description{font-size:.75rem;color:#6b7280;line-height:1.2}.tiptap-lesson-editor[data-theme=dark] .template-chip-button{background:#374151;border-color:#4b5563;color:#d1d5db}.tiptap-lesson-editor[data-theme=dark] .template-chip-button:hover{background:#4b5563;border-color:#6b7280}.tiptap-lesson-editor[data-theme=dark] .template-chip-dropdown-menu{background:#1f2937;border-color:#4b5563}.tiptap-lesson-editor[data-theme=dark] .template-chip-dropdown-item{color:#d1d5db}.tiptap-lesson-editor[data-theme=dark] .template-chip-dropdown-item:hover{background:#374151}.tiptap-lesson-editor[data-theme=dark] .template-chip-dropdown-item.active{background:#fef3c7;color:#92400e}.tiptap-lesson-editor[data-theme=dark] .template-chip-dropdown-item-description{color:#9ca3af}.lesson-type-chip-selector{display:flex;align-items:center}.lesson-type-chip-dropdown{position:relative}.lesson-type-chip-button{display:flex;align-items:center;gap:.25rem;padding:.25rem .5rem;background:#e0f2fe;border:1px solid #0284c7;border-radius:.75rem;font-size:.75rem;font-weight:500;color:#0c4a6e;cursor:pointer;transition:all .15s ease-in-out;white-space:nowrap;min-width:60px}.lesson-type-chip-button:hover{background:#bae6fd;border-color:#0284c7}.lesson-type-chip-text{font-size:.75rem;font-weight:500}.lesson-type-chip-dropdown-menu{position:absolute;top:100%;left:0;z-index:99999;min-width:180px;background:#fff;border:1px solid #d1d5db;border-radius:.375rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:.25rem;margin-top:.25rem}.lesson-type-chip-dropdown-item{display:block;width:100%;padding:.5rem .75rem;text-align:left;background:transparent;border:none;border-radius:.25rem;cursor:pointer;transition:all .15s ease-in-out}.lesson-type-chip-dropdown-item:hover{background:#f3f4f6}.lesson-type-chip-dropdown-item.active{background:#e0f2fe;color:#0c4a6e}.lesson-type-chip-dropdown-item-content{display:flex;flex-direction:column;gap:.125rem}.lesson-type-chip-dropdown-item-name{font-size:.875rem;font-weight:500}.lesson-type-chip-dropdown-item-description{font-size:.75rem;color:#6b7280;line-height:1.2}.tiptap-lesson-editor[data-theme=dark] .lesson-type-chip-button{background:#1e3a8a;border-color:#3b82f6;color:#dbeafe}.tiptap-lesson-editor[data-theme=dark] .lesson-type-chip-button:hover{background:#1d4ed8;border-color:#60a5fa}.tiptap-lesson-editor[data-theme=dark] .lesson-type-chip-dropdown-menu{background:#1f2937;border-color:#4b5563}.tiptap-lesson-editor[data-theme=dark] .lesson-type-chip-dropdown-item{color:#d1d5db}.tiptap-lesson-editor[data-theme=dark] .lesson-type-chip-dropdown-item:hover{background:#374151}.tiptap-lesson-editor[data-theme=dark] .lesson-type-chip-dropdown-item.active{background:#1e3a8a;color:#dbeafe}.tiptap-lesson-editor[data-theme=dark] .lesson-type-chip-dropdown-item-description{color:#9ca3af}.link-dropdown{position:absolute;top:100%;right:0;left:auto!important;z-index:99999;width:320px;background:#fff;border:1px solid #d1d5db;border-radius:.375rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:.75rem;margin-top:.25rem}.link-input-container{display:flex;align-items:center;gap:.5rem}.link-input{flex:1;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.25rem;font-size:.875rem;outline:none;transition:border-color .15s ease-in-out}.link-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.link-actions{display:flex;gap:.25rem}.link-action-button{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;background:transparent;border-radius:.25rem;cursor:pointer;color:#6b7280;transition:all .15s ease-in-out}.link-action-button:hover{background:#f3f4f6;color:#374151}.link-action-button:active{background:#e5e7eb}.link-action-button:disabled{opacity:.5;cursor:not-allowed}.link-action-button:disabled:hover{background:transparent;color:#6b7280}[data-theme=dark] .link-dropdown{background:#1f2937;border-color:#374151}[data-theme=dark] .link-input{background:#374151;border-color:#4b5563;color:#f9fafb}[data-theme=dark] .link-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}[data-theme=dark] .link-action-button{color:#9ca3af}[data-theme=dark] .link-action-button:hover{background:#374151;color:#d1d5db}[data-theme=dark] .link-action-button:active{background:#4b5563}[data-theme=dark] .link-action-button:disabled{opacity:.5;cursor:not-allowed}[data-theme=dark] .link-action-button:disabled:hover{background:transparent;color:#9ca3af}.table-dropdown{position:absolute;top:100%;right:0;left:auto!important;z-index:99999;min-width:unset!important;width:-moz-fit-content;width:fit-content;background:#fff;border:1px solid #d1d5db;border-radius:.375rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:.375rem;margin-top:.25rem}.table-creator{display:flex;flex-direction:column;gap:.375rem;width:-moz-fit-content;width:fit-content}.table-manager{display:flex;flex-direction:column;gap:.125rem;width:-moz-fit-content;width:fit-content}.table-creator-title{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.25rem}.table-manager-title{font-size:.75rem;font-weight:600;color:#374151;margin-bottom:.125rem}.table-size-grid{display:flex;flex-direction:column;gap:3px;width:-moz-fit-content;width:fit-content}.table-size-row{display:flex;gap:3px}.table-size-cell{width:18px;height:18px;border:1px solid #d1d5db;background:#fff;cursor:pointer;transition:all .15s ease-in-out}.table-size-cell:hover{background:#3b82f6;border-color:#3b82f6}.table-size-label{font-size:.75rem;color:#6b7280;text-align:center;margin-top:.25rem;line-height:1.2;word-wrap:break-word}.dropdown-divider{height:1px;background:#e5e7eb;margin:.0625rem 0}.table-compact-button{display:flex!important;align-items:center!important;gap:6px!important;min-height:26px!important;padding:3px 8px!important;font-size:.75rem!important;white-space:nowrap}.table-delete{color:#ef4444!important}.table-delete:hover{background:#fef2f2!important;color:#dc2626!important}.tiptap-editor-content-editable .ProseMirror .tableWrapper{position:relative;overflow-x:auto;margin:1em 0}.tiptap-editor-content-editable .ProseMirror .resize-cursor{cursor:col-resize;position:absolute;right:-2px;top:0;bottom:0;width:4px;background-color:transparent;border-right:2px solid transparent;transition:border-color .2s ease}.tiptap-editor-content-editable .ProseMirror .resize-cursor:hover{border-right-color:#3b82f6}.tiptap-editor-content-editable .ProseMirror .column-resize-handle{position:absolute;right:-2px;top:0;bottom:0;width:4px;background-color:#3b82f6;cursor:col-resize;pointer-events:none;opacity:0;transition:opacity .2s ease}.tiptap-editor-content-editable .ProseMirror table:hover .column-resize-handle{opacity:1}.tiptap-editor-content-editable .ProseMirror .selectedCell{background:#3b82f61a;position:relative}.tiptap-editor-content-editable .ProseMirror .selectedCell:after{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background:#3b82f61a;pointer-events:none}.tiptap-editor-content-editable .ProseMirror table td,.tiptap-editor-content-editable .ProseMirror table th{position:relative;vertical-align:top;box-sizing:border-box;min-width:1em;border:1px solid #d1d5db;padding:8px}.tiptap-editor-content-editable .ProseMirror table th{font-weight:700;text-align:left;background-color:#f9fafb}[data-theme=dark] .table-dropdown{background:#1f2937;border-color:#374151}[data-theme=dark] .table-creator-title,[data-theme=dark] .table-manager-title{color:#f9fafb}[data-theme=dark] .table-size-grid{background:#374151}[data-theme=dark] .table-size-cell{background:#4b5563;border-color:#6b7280}[data-theme=dark] .table-size-cell:hover{background:#3b82f6;border-color:#3b82f6}[data-theme=dark] .table-size-label{color:#9ca3af}[data-theme=dark] .dropdown-divider{background:#4b5563}[data-theme=dark] .table-delete:hover{background:#7f1d1d!important}[data-theme=dark] .tiptap-editor-content-editable .ProseMirror table,[data-theme=dark] .tiptap-editor-content-editable .ProseMirror .tiptap-table{background:#1f2937;border-color:#4b5563;box-shadow:0 1px 3px #0000004d,0 1px 2px #0003}[data-theme=dark] .tiptap-editor-content-editable .ProseMirror .selectedTable{outline-color:#3b82f6}[data-theme=dark] .tiptap-editor-content-editable .ProseMirror table td,[data-theme=dark] .tiptap-editor-content-editable .ProseMirror table th{border-color:#4b5563;color:#f9fafb}[data-theme=dark] .tiptap-editor-content-editable .ProseMirror table th{background-color:#374151;border-bottom-color:#6b7280}[data-theme=dark] .tiptap-editor-content-editable .ProseMirror table td:hover,[data-theme=dark] .tiptap-editor-content-editable .ProseMirror table th:hover{background:#374151}[data-theme=dark] .tiptap-editor-content-editable .ProseMirror table .selectedCell{background:#1e40af!important;border-color:#3b82f6!important}[data-theme=dark] .tiptap-editor-content-editable .ProseMirror .resize-cursor:hover{border-right-color:#60a5fa}[data-theme=dark] .tiptap-editor-content-editable .ProseMirror .column-resize-handle{background-color:#60a5fa}[data-theme=dark] .tiptap-editor-content-editable .ProseMirror .selectedCell{background:#60a5fa26}[data-theme=dark] .tiptap-editor-content-editable .ProseMirror .selectedCell:after{background:#60a5fa26}.image-dropdown{position:absolute;top:100%;right:0;left:auto!important;z-index:99999;min-width:320px;width:-moz-fit-content;width:fit-content;background:#fff;border:1px solid #d1d5db;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:1rem;margin-top:.25rem}.image-upload-container{display:flex;flex-direction:column;gap:1rem}.image-upload-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;border:2px dashed #d1d5db;border-radius:.5rem;background:#f9fafb;cursor:pointer;transition:all .2s ease;min-height:120px}.image-upload-zone:hover{border-color:#3b82f6;background:#eff6ff}.image-upload-zone.drag-active{border-color:#3b82f6;background:#eff6ff;transform:scale(1.02)}.image-upload-icon{margin-bottom:.75rem}.upload-icon-bg{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#8b5cf6;border-radius:50%;color:#fff}.image-upload-text{font-size:.875rem;color:#374151;text-align:center;margin-bottom:.5rem}.upload-primary{font-weight:600;color:#3b82f6;text-decoration:underline}.image-upload-limit{font-size:.75rem;color:#6b7280;text-align:center}.image-url-section{display:flex;flex-direction:column;gap:.75rem}.image-url-divider{display:flex;align-items:center;text-align:center;margin:.5rem 0}.image-url-divider:before,.image-url-divider:after{content:"";flex:1;height:1px;background:#e5e7eb}.image-url-divider span{padding:0 1rem;font-size:.75rem;color:#6b7280;background:#fff}.image-url-input{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.image-url-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.image-url-input::-moz-placeholder{color:#9ca3af}.image-url-input::placeholder{color:#9ca3af}.image-url-actions{display:flex;justify-content:flex-end}.image-url-button{padding:.5rem 1rem;background:#3b82f6;color:#fff;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.image-url-button:hover:not(:disabled){background:#2563eb}.image-url-button:disabled{background:#9ca3af;cursor:not-allowed}[data-theme=dark] .image-dropdown{background:#1f2937;border-color:#374151}[data-theme=dark] .image-upload-zone{background:#374151;border-color:#4b5563;color:#f9fafb}[data-theme=dark] .image-upload-zone:hover,[data-theme=dark] .image-upload-zone.drag-active{border-color:#60a5fa;background:#1e40af}[data-theme=dark] .image-upload-text{color:#f9fafb}[data-theme=dark] .upload-primary{color:#60a5fa}[data-theme=dark] .image-upload-limit{color:#9ca3af}[data-theme=dark] .image-url-divider:before,[data-theme=dark] .image-url-divider:after{background:#4b5563}[data-theme=dark] .image-url-divider span{color:#9ca3af;background:#1f2937}[data-theme=dark] .image-url-input{background:#374151;border-color:#4b5563;color:#f9fafb}[data-theme=dark] .image-url-input:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa1a}[data-theme=dark] .image-url-input::-moz-placeholder{color:#6b7280}[data-theme=dark] .image-url-input::placeholder{color:#6b7280}[data-theme=dark] .image-url-button{background:#3b82f6}[data-theme=dark] .image-url-button:hover:not(:disabled){background:#2563eb}[data-theme=dark] .image-url-button:disabled{background:#6b7280}*,: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}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.collapse{visibility:collapse}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.inset-y-0{top:0;bottom:0}.left-0{left:0}.left-3{left:.75rem}.right-0{right:0}.top-1\/2{top:50%}.z-20{z-index:20}.z-50{z-index:50}.z-\[9999\]{z-index:9999}.col-span-8{grid-column:span 8 / span 8}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-top:.5rem;margin-bottom:.5rem}.-ml-1{margin-left:-.25rem}.mb-1{margin-bottom:.25rem}.mb-2{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-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-1\.5{margin-left:.375rem}.ml-2{margin-left:.5rem}.ml-auto{margin-left:auto}.mr-2{margin-right:.5rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.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}.list-item{display:list-item}.hidden{display:none}.h-10{height:2.5rem}.h-12{height:3rem}.h-4{height:1rem}.h-48{height:12rem}.h-56{height:14rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-full{height:100%}.max-h-40{max-height:10rem}.max-h-64{max-height:16rem}.max-h-\[90vh\]{max-height:90vh}.min-h-\[28rem\]{min-height:28rem}.min-h-\[400px\]{min-height:400px}.min-h-screen{min-height:100vh}.w-10{width:2.5rem}.w-12{width:3rem}.w-24{width:6rem}.w-32{width:8rem}.w-4{width:1rem}.w-6{width:1.5rem}.w-64{width:16rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-\[260px\]{min-width:260px}.min-w-\[80px\]{min-width:80px}.max-w-6xl{max-width:72rem}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-sm{max-width:24rem}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink{flex-shrink:1}.flex-shrink-0,.shrink-0{flex-shrink:0}.border-collapse{border-collapse:collapse}.-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))}.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))}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize-y{resize:vertical}.resize{resize:both}.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-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.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-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-y-2{row-gap:.5rem}.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-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-grey-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(230 231 231 / var(--tw-divide-opacity, 1))}.divide-grey-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgb(245 246 246 / var(--tw-divide-opacity, 1))}.overflow-auto{overflow:auto}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-current{border-color:currentColor}.border-error-100{--tw-border-opacity: 1;border-color:rgb(253 228 227 / var(--tw-border-opacity, 1))}.border-error-500{--tw-border-opacity: 1;border-color:rgb(229 66 57 / var(--tw-border-opacity, 1))}.border-grey-100{--tw-border-opacity: 1;border-color:rgb(230 231 231 / var(--tw-border-opacity, 1))}.border-grey-200{--tw-border-opacity: 1;border-color:rgb(207 209 210 / var(--tw-border-opacity, 1))}.border-grey-300{--tw-border-opacity: 1;border-color:rgb(173 175 179 / var(--tw-border-opacity, 1))}.border-primary-500{--tw-border-opacity: 1;border-color:rgb(65 127 242 / var(--tw-border-opacity, 1))}.border-primary-600{--tw-border-opacity: 1;border-color:rgb(41 95 231 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-t-primary-600{--tw-border-opacity: 1;border-top-color:rgb(41 95 231 / var(--tw-border-opacity, 1))}.border-t-transparent{border-top-color:transparent}.bg-accent-100{--tw-bg-opacity: 1;background-color:rgb(253 230 240 / var(--tw-bg-opacity, 1))}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/40{background-color:#0006}.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-error-100{--tw-bg-opacity: 1;background-color:rgb(253 228 227 / var(--tw-bg-opacity, 1))}.bg-error-50{--tw-bg-opacity: 1;background-color:rgb(253 244 243 / var(--tw-bg-opacity, 1))}.bg-error-600{--tw-bg-opacity: 1;background-color:rgb(212 55 46 / 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-grey-100{--tw-bg-opacity: 1;background-color:rgb(230 231 231 / var(--tw-bg-opacity, 1))}.bg-grey-50{--tw-bg-opacity: 1;background-color:rgb(245 246 246 / var(--tw-bg-opacity, 1))}.bg-grey-500{--tw-bg-opacity: 1;background-color:rgb(105 108 113 / var(--tw-bg-opacity, 1))}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.bg-orange-600{--tw-bg-opacity: 1;background-color:rgb(234 88 12 / var(--tw-bg-opacity, 1))}.bg-pink-500{--tw-bg-opacity: 1;background-color:rgb(236 72 153 / var(--tw-bg-opacity, 1))}.bg-pink-600{--tw-bg-opacity: 1;background-color:rgb(219 39 119 / var(--tw-bg-opacity, 1))}.bg-primary-100{--tw-bg-opacity: 1;background-color:rgb(220 233 253 / 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(41 95 231 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-secondary-100{--tw-bg-opacity: 1;background-color:rgb(251 239 202 / var(--tw-bg-opacity, 1))}.bg-secondary-500{--tw-bg-opacity: 1;background-color:rgb(234 147 22 / var(--tw-bg-opacity, 1))}.bg-slate-500{--tw-bg-opacity: 1;background-color:rgb(100 116 139 / var(--tw-bg-opacity, 1))}.bg-stone-500{--tw-bg-opacity: 1;background-color:rgb(120 113 108 / var(--tw-bg-opacity, 1))}.bg-success-100{--tw-bg-opacity: 1;background-color:rgb(225 247 232 / var(--tw-bg-opacity, 1))}.bg-success-50{--tw-bg-opacity: 1;background-color:rgb(242 251 245 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-violet-500{--tw-bg-opacity: 1;background-color:rgb(139 92 246 / var(--tw-bg-opacity, 1))}.bg-violet-600{--tw-bg-opacity: 1;background-color:rgb(124 58 237 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/60{background-color:#fff9}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-yellow-600{--tw-bg-opacity: 1;background-color:rgb(202 138 4 / var(--tw-bg-opacity, 1))}.p-0\.5{padding:.125rem}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.\!px-2\.5{padding-left:.625rem!important;padding-right:.625rem!important}.\!py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-0\.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-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-2{padding-bottom:.5rem}.pb-4{padding-bottom:1rem}.pl-10{padding-left:2.5rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-9{padding-left:2.25rem}.pr-10{padding-right:2.5rem}.pr-3{padding-right:.75rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-serif{font-family:ui-serif,Georgia,Cambria,Times New Roman,Times,serif}.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-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-wide{letter-spacing:.025em}.text-accent-700{--tw-text-opacity: 1;color:rgb(200 14 71 / var(--tw-text-opacity, 1))}.text-current{color:currentColor}.text-error-600{--tw-text-opacity: 1;color:rgb(212 55 46 / var(--tw-text-opacity, 1))}.text-error-700{--tw-text-opacity: 1;color:rgb(178 42 35 / var(--tw-text-opacity, 1))}.text-grey-300{--tw-text-opacity: 1;color:rgb(173 175 179 / var(--tw-text-opacity, 1))}.text-grey-400{--tw-text-opacity: 1;color:rgb(132 135 140 / var(--tw-text-opacity, 1))}.text-grey-500{--tw-text-opacity: 1;color:rgb(105 108 113 / var(--tw-text-opacity, 1))}.text-grey-600{--tw-text-opacity: 1;color:rgb(90 92 96 / var(--tw-text-opacity, 1))}.text-grey-700{--tw-text-opacity: 1;color:rgb(76 77 82 / var(--tw-text-opacity, 1))}.text-grey-800{--tw-text-opacity: 1;color:rgb(67 68 71 / var(--tw-text-opacity, 1))}.text-grey-900{--tw-text-opacity: 1;color:rgb(59 60 62 / var(--tw-text-opacity, 1))}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-primary-600{--tw-text-opacity: 1;color:rgb(41 95 231 / var(--tw-text-opacity, 1))}.text-primary-700{--tw-text-opacity: 1;color:rgb(33 75 212 / var(--tw-text-opacity, 1))}.text-primary-800{--tw-text-opacity: 1;color:rgb(33 62 172 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-secondary-600{--tw-text-opacity: 1;color:rgb(207 111 16 / var(--tw-text-opacity, 1))}.text-secondary-700{--tw-text-opacity: 1;color:rgb(172 78 17 / var(--tw-text-opacity, 1))}.text-success-600{--tw-text-opacity: 1;color:rgb(44 141 77 / var(--tw-text-opacity, 1))}.text-success-700{--tw-text-opacity: 1;color:rgb(38 111 63 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.opacity-25{opacity:.25}.opacity-60{opacity:.6}.opacity-75{opacity:.75}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline{outline-style:solid}.ring-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-primary-500{--tw-ring-opacity: 1;--tw-ring-color: rgb(65 127 242 / var(--tw-ring-opacity, 1))}.ring-offset-2{--tw-ring-offset-width: 2px}.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-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}:root{font-family:Poppins,system-ui,-apple-system,sans-serif}body{margin:0;background-color:#f5f6f6;color:#252627}.placeholder\:text-grey-400::-moz-placeholder{--tw-text-opacity: 1;color:rgb(132 135 140 / var(--tw-text-opacity, 1))}.placeholder\:text-grey-400::placeholder{--tw-text-opacity: 1;color:rgb(132 135 140 / var(--tw-text-opacity, 1))}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-grey-200:hover{--tw-border-opacity: 1;border-color:rgb(207 209 210 / var(--tw-border-opacity, 1))}.hover\:bg-\[rgba\(59\,130\,246\,0\.12\)\]:hover{background-color:#3b82f61f}.hover\:bg-error-50:hover{--tw-bg-opacity: 1;background-color:rgb(253 244 243 / var(--tw-bg-opacity, 1))}.hover\:bg-error-700:hover{--tw-bg-opacity: 1;background-color:rgb(178 42 35 / var(--tw-bg-opacity, 1))}.hover\:bg-grey-100:hover{--tw-bg-opacity: 1;background-color:rgb(230 231 231 / var(--tw-bg-opacity, 1))}.hover\:bg-grey-200:hover{--tw-bg-opacity: 1;background-color:rgb(207 209 210 / var(--tw-bg-opacity, 1))}.hover\:bg-grey-50:hover{--tw-bg-opacity: 1;background-color:rgb(245 246 246 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-700:hover{--tw-bg-opacity: 1;background-color:rgb(33 75 212 / var(--tw-bg-opacity, 1))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:bg-secondary-600:hover{--tw-bg-opacity: 1;background-color:rgb(207 111 16 / var(--tw-bg-opacity, 1))}.hover\:text-error-600:hover{--tw-text-opacity: 1;color:rgb(212 55 46 / var(--tw-text-opacity, 1))}.hover\:text-error-700:hover{--tw-text-opacity: 1;color:rgb(178 42 35 / var(--tw-text-opacity, 1))}.hover\:text-grey-600:hover{--tw-text-opacity: 1;color:rgb(90 92 96 / var(--tw-text-opacity, 1))}.hover\:text-grey-800:hover{--tw-text-opacity: 1;color:rgb(67 68 71 / var(--tw-text-opacity, 1))}.hover\:text-grey-900:hover{--tw-text-opacity: 1;color:rgb(59 60 62 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-error-500:focus{--tw-border-opacity: 1;border-color:rgb(229 66 57 / var(--tw-border-opacity, 1))}.focus\:border-primary-400:focus{--tw-border-opacity: 1;border-color:rgb(99 161 247 / var(--tw-border-opacity, 1))}.focus\:border-primary-500:focus{--tw-border-opacity: 1;border-color:rgb(65 127 242 / var(--tw-border-opacity, 1))}.focus\:bg-white:focus{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-error-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(229 66 57 / var(--tw-ring-opacity, 1))}.focus\:ring-primary-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(99 161 247 / var(--tw-ring-opacity, 1))}.focus\:ring-primary-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(65 127 242 / var(--tw-ring-opacity, 1))}.focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.focus\:ring-secondary-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(242 186 65 / var(--tw-ring-opacity, 1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.disabled\:bg-error-300:disabled{--tw-bg-opacity: 1;background-color:rgb(248 173 169 / var(--tw-bg-opacity, 1))}.disabled\:bg-primary-300:disabled{--tw-bg-opacity: 1;background-color:rgb(149 194 251 / var(--tw-bg-opacity, 1))}.disabled\:opacity-50:disabled{opacity:.5}.dark\:border-grey-600:is(.dark *){--tw-border-opacity: 1;border-color:rgb(90 92 96 / var(--tw-border-opacity, 1))}.dark\:border-grey-700:is(.dark *){--tw-border-opacity: 1;border-color:rgb(76 77 82 / var(--tw-border-opacity, 1))}.dark\:border-primary-600:is(.dark *){--tw-border-opacity: 1;border-color:rgb(41 95 231 / var(--tw-border-opacity, 1))}.dark\:bg-grey-700:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(76 77 82 / var(--tw-bg-opacity, 1))}.dark\:bg-grey-800:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(67 68 71 / var(--tw-bg-opacity, 1))}.dark\:bg-primary-900\/10:is(.dark *){background-color:#2038881a}.dark\:bg-primary-900\/30:is(.dark *){background-color:#2038884d}.dark\:text-error-400:is(.dark *){--tw-text-opacity: 1;color:rgb(242 125 119 / var(--tw-text-opacity, 1))}.dark\:text-grey-100:is(.dark *){--tw-text-opacity: 1;color:rgb(230 231 231 / var(--tw-text-opacity, 1))}.dark\:text-grey-200:is(.dark *){--tw-text-opacity: 1;color:rgb(207 209 210 / var(--tw-text-opacity, 1))}.dark\:text-grey-300:is(.dark *){--tw-text-opacity: 1;color:rgb(173 175 179 / var(--tw-text-opacity, 1))}.dark\:text-grey-400:is(.dark *){--tw-text-opacity: 1;color:rgb(132 135 140 / var(--tw-text-opacity, 1))}.dark\:text-grey-900:is(.dark *){--tw-text-opacity: 1;color:rgb(59 60 62 / var(--tw-text-opacity, 1))}.dark\:text-primary-400:is(.dark *){--tw-text-opacity: 1;color:rgb(99 161 247 / var(--tw-text-opacity, 1))}.dark\:text-secondary-400:is(.dark *){--tw-text-opacity: 1;color:rgb(242 186 65 / var(--tw-text-opacity, 1))}.dark\:text-success-400:is(.dark *){--tw-text-opacity: 1;color:rgb(97 199 131 / var(--tw-text-opacity, 1))}.dark\:text-white:is(.dark *){--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:ring-primary-400:is(.dark *){--tw-ring-opacity: 1;--tw-ring-color: rgb(99 161 247 / var(--tw-ring-opacity, 1))}.dark\:hover\:bg-grey-600:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(90 92 96 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-grey-700:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(76 77 82 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-grey-800:hover:is(.dark *){--tw-bg-opacity: 1;background-color:rgb(67 68 71 / var(--tw-bg-opacity, 1))}@media (min-width: 640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.sm\:grid-cols-9{grid-template-columns:repeat(9,minmax(0,1fr))}.sm\:gap-1\.5{gap:.375rem}}@media (min-width: 768px){.md\:col-span-1{grid-column:span 1 / span 1}.md\:grid-cols-10{grid-template-columns:repeat(10,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-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}}@media (min-width: 1024px){.lg\:sticky{position:sticky}.lg\:top-4{top:1rem}.lg\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.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\:flex-row{flex-direction:row}.lg\:items-end{align-items:flex-end}.lg\:justify-between{justify-content:space-between}.lg\:self-start{align-self:flex-start}}@media (min-width: 1280px){.xl\:grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))}}
