.ebb-toolbar{display:flex;align-items:center;justify-content:space-between;height:48px;padding:0 12px;background:#fff;border-bottom:1px solid #e5e7eb;flex-shrink:0}html[data-theme=dark] .ebb-toolbar{background:#1f2937;border-bottom-color:#374151}.ebb-toolbar__left{display:flex;align-items:center;gap:4px}.ebb-toolbar__group{display:flex;align-items:center;gap:2px}.ebb-toolbar__device-group{display:flex;align-items:center;gap:1px;background:#f3f4f6;border-radius:8px;padding:3px}html[data-theme=dark] .ebb-toolbar__device-group{background:#111827}.ebb-toolbar__device-btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;height:30px;padding:0 10px;border-radius:6px;border:none;background:transparent;color:#6b7280;cursor:pointer;transition:all .15s ease}.ebb-toolbar__device-label{font-size:11px;font-weight:500}.ebb-toolbar__device-btn:hover{color:#374151;background:#0000000a}html[data-theme=dark] .ebb-toolbar__device-btn:hover{color:#e5e7eb;background:#ffffff0f}.ebb-toolbar__device-btn--active{background:#fff;color:var(--ee-primary);box-shadow:0 1px 3px #0000001a}html[data-theme=dark] .ebb-toolbar__device-btn--active{background:#374151;color:var(--ee-primary)}.ebb-toolbar__title{font-size:13px;font-weight:600;color:#374151;letter-spacing:-.01em}html[data-theme=dark] .ebb-toolbar__title{color:#d1d5db}.ebb-toolbar__action-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;border:none;background:transparent;color:#6b7280;cursor:pointer;transition:all .15s ease}.ebb-toolbar__action-btn:hover{background:#f3f4f6;color:#111827}html[data-theme=dark] .ebb-toolbar__action-btn:hover{background:#374151;color:#f3f4f6}.ebb-toolbar__action-btn--active{background:#01a8ab1f;color:var(--ee-primary)}.ebb-toolbar__action-btn--disabled{opacity:.35;cursor:default;pointer-events:none}.ebb-toolbar__divider{width:1px;height:20px;background:#e5e7eb;margin:0 6px}html[data-theme=dark] .ebb-toolbar__divider{background:#374151}.ebb-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:5}.ebb-overlay__hover{position:absolute;border:1px dashed color-mix(in srgb,var(--ee-hover) 40%,transparent);pointer-events:none;transition:all .1s ease}.ebb-overlay__selection{position:absolute;border:2px solid var(--ee-selection);pointer-events:none}.ebb-overlay__toolbar{position:absolute;top:-28px;left:0;display:flex;align-items:center;gap:2px;background:var(--ee-primary);border-radius:4px;padding:2px 4px;pointer-events:auto;box-shadow:0 2px 6px #00000026}.ebb-overlay__label{font-size:10px;font-weight:600;color:#fff;padding:0 4px;white-space:nowrap}.ebb-overlay__btn{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:transparent;color:#fffc;cursor:pointer;border-radius:3px;transition:all .1s ease}.ebb-overlay__btn:hover{background:#fff3;color:#fff}.ebb-overlay__btn--danger:hover{background:#ff00004d}.ebb-overlay__drag-handle{cursor:grab;border-right:1px solid rgba(255,255,255,.15);padding-right:4px;margin-right:2px}.ebb-overlay__drag-handle:active{cursor:grabbing}.ebb-overlay__sep{width:1px;height:12px;background:#ffffff40;margin:0 2px}.ebb-overlay__drop-indicator{position:absolute;background:var(--ee-drop-indicator);pointer-events:none;z-index:10;transition:top .1s ease-out,left .1s ease-out,width .1s ease-out,height .1s ease-out;box-shadow:0 0 10px #01a8ab80,0 0 20px #01a8ab33;animation:ebb-drop-glow 1s ease-in-out infinite}@keyframes ebb-drop-glow{0%,to{box-shadow:0 0 8px #01a8ab66,0 0 16px #01a8ab26}50%{box-shadow:0 0 12px #01a8ab99,0 0 24px #01a8ab4d}}.ebb-overlay__drop-indicator-dot{position:absolute;width:8px;height:8px;background:var(--ee-drop-indicator);border:2px solid #ffffff;border-radius:50%;top:50%;transform:translateY(-50%);box-shadow:0 1px 3px #0003}.ebb-overlay__drop-indicator-dot--left{left:-4px}.ebb-overlay__drop-indicator-dot--right{right:-4px}.ebb-overlay__drag-active{position:absolute;top:0;right:0;bottom:0;left:0;border:2px dashed rgba(1,168,171,.25);border-radius:4px;pointer-events:none;animation:ebb-drag-pulse 1.5s ease-in-out infinite}@keyframes ebb-drag-pulse{0%,to{border-color:#01a8ab26}50%{border-color:#01a8ab59}}.ebb-overlay__btn--condition{background:#fbbf244d;color:#fbbf24}.ebb-condition-panel{position:absolute;top:-28px;right:0;transform:translateY(-100%);background:#1f2937;border:1px solid #374151;border-radius:8px;box-shadow:0 8px 24px #00000059;min-width:220px;pointer-events:auto;z-index:20}.ebb-condition-panel__header{display:flex;align-items:center;gap:6px;padding:8px 10px;border-bottom:1px solid #374151;font-size:11px;font-weight:600;color:#d1d5db}.ebb-condition-panel__close{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:none;background:transparent;color:#9ca3af;cursor:pointer;border-radius:3px}.ebb-condition-panel__close:hover{background:#ffffff1a;color:#fff}.ebb-condition-panel__body{padding:8px 10px;display:flex;flex-direction:column;gap:4px}.ebb-condition-panel__label{font-size:10px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.ebb-condition-panel__select,.ebb-condition-panel__input{width:100%;padding:5px 8px;font-size:12px;border:1px solid #374151;border-radius:4px;background:#111827;color:#d1d5db;outline:none}.ebb-condition-panel__select:focus,.ebb-condition-panel__input:focus{border-color:var(--ee-primary, #01A8AB)}.ebb-condition-panel__remove{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;padding:6px;border:none;border-top:1px solid #374151;background:transparent;color:#ef4444;font-size:11px;cursor:pointer;border-radius:0 0 8px 8px}.ebb-condition-panel__remove:hover{background:#ef44441a}.ebb-canvas{flex:1;position:relative;background:#e5e7eb;background-image:radial-gradient(circle,#d1d5db .5px,transparent .5px);background-size:16px 16px;overflow:auto;display:flex;justify-content:center;padding:24px 0}html[data-theme=dark] .ebb-canvas{background-color:#1a1f2e;background-image:radial-gradient(circle,#2d3348 .5px,transparent .5px)}.ebb-canvas__loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#f9fafb;color:#6b7280;font-size:13px}html[data-theme=dark] .ebb-canvas__loading{background:#111827;color:#9ca3af}.ebb-canvas__spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:var(--ee-primary);border-radius:50%;animation:ebb-spin .8s linear infinite}@keyframes ebb-spin{to{transform:rotate(360deg)}}.ebb-canvas__iframe-wrapper{position:relative;min-height:200px;max-width:100%;flex-shrink:0;transition:width .3s ease;box-shadow:0 1px 4px #00000014,0 4px 16px #0000000f;border-radius:4px;overflow:hidden}html[data-theme=dark] .ebb-canvas__iframe-wrapper{box-shadow:0 1px 4px #0003,0 4px 16px #00000026}.ebb-canvas__iframe{width:100%;height:100%;border:none;background:#fff;display:block}.ebb-canvas__drag-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;cursor:copy;background:#01a8ab05}.ebb-block-preview{width:100%;height:auto;display:block}.ebb-block-card{display:flex;flex-direction:column;align-items:center;gap:4px;padding:6px 4px 5px;border:1px solid #e5e7eb;border-radius:8px;cursor:grab;transition:all .15s ease;background:#fff}html[data-theme=dark] .ebb-block-card{border-color:#374151;background:#1f2937}.ebb-block-card:hover{border-color:var(--ee-primary);background:#f0fdfd;box-shadow:0 2px 8px #01a8ab1a}html[data-theme=dark] .ebb-block-card:hover{background:#0d3d3e}.ebb-block-card:active{cursor:grabbing;transform:scale(.96)}.ebb-block-card--dragging{opacity:.4;border-color:var(--ee-primary);background:#01a8ab0d;transform:scale(.95)}.ebb-block-card__preview{width:100%;border-radius:4px;overflow:hidden;background:#f9fafb}html[data-theme=dark] .ebb-block-card__preview{background:#111827}.ebb-block-card__label{font-size:10px;font-weight:500;color:#374151;text-align:center;line-height:1.2;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}html[data-theme=dark] .ebb-block-card__label{color:#d1d5db}.ebb-block-category{border-bottom:1px solid #e5e7eb}html[data-theme=dark] .ebb-block-category{border-color:#374151}.ebb-block-category__header{display:flex;align-items:center;gap:8px;width:100%;padding:10px 12px;border:none;background:#fafafa;cursor:pointer;font-size:12px;font-weight:600;color:#374151;transition:background .1s ease}html[data-theme=dark] .ebb-block-category__header{color:#d1d5db;background:#111827}.ebb-block-category__header:hover{background:#f3f4f6}html[data-theme=dark] .ebb-block-category__header:hover{background:#1f2937}.ebb-block-category__label{flex:1;text-align:left}.ebb-block-category__count{font-size:10px;font-weight:500;color:#9ca3af;background:#f3f4f6;border-radius:10px;padding:1px 7px}html[data-theme=dark] .ebb-block-category__count{background:#1f2937}.ebb-block-category__chevron{color:#9ca3af}.ebb-block-category__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:8px 10px 10px}.ebb-block-category__grid--2col{grid-template-columns:repeat(2,1fr)}.ebb-templates-panel{padding:12px}.ebb-templates-panel__header{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#374151;margin-bottom:6px}html[data-theme=dark] .ebb-templates-panel__header{color:#d1d5db}.ebb-templates-panel__hint{font-size:11px;color:#9ca3af;margin:0 0 12px;line-height:1.4}.ebb-templates-panel__grid{display:flex;flex-direction:column;gap:6px}.ebb-template-card{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer;text-align:left;transition:all .15s ease}html[data-theme=dark] .ebb-template-card{border-color:#374151;background:#1f2937}.ebb-template-card:hover{border-color:var(--ee-primary);background:#f0fdfd;box-shadow:0 2px 8px #01a8ab1a}html[data-theme=dark] .ebb-template-card:hover{background:#0d3d3e;border-color:var(--ee-primary)}.ebb-template-card__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;flex-shrink:0}.ebb-template-card__info{display:flex;flex-direction:column;gap:1px;min-width:0}.ebb-template-card__label{font-size:13px;font-weight:600;color:#333}html[data-theme=dark] .ebb-template-card__label{color:#e5e7eb}.ebb-template-card__desc{font-size:11px;color:#9ca3af}.ebb-confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;background:#00000080;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.ebb-confirm-dialog{background:#fff;border-radius:16px;padding:28px 32px 24px;max-width:380px;width:90%;text-align:center;box-shadow:0 20px 60px #0003}html[data-theme=dark] .ebb-confirm-dialog{background:#1f2937;box-shadow:0 20px 60px #00000080}.ebb-confirm-dialog__icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:14px;margin-bottom:16px}.ebb-confirm-dialog__title{font-size:16px;font-weight:700;color:#111827;margin:0 0 8px}html[data-theme=dark] .ebb-confirm-dialog__title{color:#f3f4f6}.ebb-confirm-dialog__text{font-size:13px;color:#6b7280;margin:0 0 24px;line-height:1.5}.ebb-confirm-dialog__actions{display:flex;gap:10px;justify-content:center}.ebb-confirm-dialog__btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:38px;padding:0 20px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;border:none;transition:all .15s ease}.ebb-confirm-dialog__btn--cancel{background:#f3f4f6;color:#374151}html[data-theme=dark] .ebb-confirm-dialog__btn--cancel{background:#374151;color:#d1d5db}.ebb-confirm-dialog__btn--cancel:hover{background:#e5e7eb}html[data-theme=dark] .ebb-confirm-dialog__btn--cancel:hover{background:#4b5563}.ebb-confirm-dialog__btn--confirm{background:var(--ee-primary, #01A8AB);color:#fff}.ebb-confirm-dialog__btn--confirm:hover{background:var(--ee-primary-hover, #019193)}.ebb-confirm-fade-enter-active,.ebb-confirm-fade-leave-active{transition:opacity .2s ease}.ebb-confirm-fade-enter-active .ebb-confirm-dialog,.ebb-confirm-fade-leave-active .ebb-confirm-dialog{transition:transform .2s ease}.ebb-confirm-fade-enter-from,.ebb-confirm-fade-leave-to{opacity:0}.ebb-confirm-fade-enter-from .ebb-confirm-dialog,.ebb-confirm-fade-leave-to .ebb-confirm-dialog{transform:scale(.95)}.ebb-blocks-panel{display:flex;flex-direction:column;height:100%}.ebb-blocks-panel__search{display:flex;align-items:center;gap:8px;padding:8px 12px;margin:8px 12px;background:#f3f4f6;border-radius:8px;color:#9ca3af;flex-shrink:0}html[data-theme=dark] .ebb-blocks-panel__search{background:#111827}.ebb-blocks-panel__search-input{flex:1;border:none;background:transparent;font-size:12px;color:#374151;outline:none}html[data-theme=dark] .ebb-blocks-panel__search-input{color:#d1d5db}.ebb-blocks-panel__search-input::-moz-placeholder{color:#9ca3af}.ebb-blocks-panel__search-input::placeholder{color:#9ca3af}.ebb-blocks-panel__search-clear{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:none;background:#d1d5db;color:#fff;border-radius:50%;cursor:pointer;padding:0}html[data-theme=dark] .ebb-blocks-panel__search-clear{background:#4b5563}.ebb-blocks-panel__list{flex:1;overflow-y:auto;mask-image:linear-gradient(to bottom,black calc(100% - 24px),transparent 100%);-webkit-mask-image:linear-gradient(to bottom,black calc(100% - 24px),transparent 100%)}.ebb-blocks-panel__list::-webkit-scrollbar{width:4px}.ebb-blocks-panel__list::-webkit-scrollbar-track{background:transparent}.ebb-blocks-panel__list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}html[data-theme=dark] .ebb-blocks-panel__list::-webkit-scrollbar-thumb{background:#4b5563}.ebb-blocks-panel__empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:40px 20px;color:#9ca3af;text-align:center}.ebb-blocks-panel__empty p{font-size:12px;margin:0}.ebb-blocks-panel__templates{border-bottom:1px solid #e5e7eb;margin-bottom:4px}html[data-theme=dark] .ebb-blocks-panel__templates{border-bottom-color:#374151}.ebb-blocks-panel__templates-toggle{display:flex;align-items:center;gap:6px;width:100%;padding:10px 12px;font-size:12px;font-weight:600;color:#374151;background:transparent;border:none;cursor:pointer;text-align:left}html[data-theme=dark] .ebb-blocks-panel__templates-toggle{color:#d1d5db}.ebb-blocks-panel__templates-toggle:hover{background:#f9fafb}html[data-theme=dark] .ebb-blocks-panel__templates-toggle:hover{background:#111827}.ebb-prop-group{border-bottom:1px solid #f3f4f6}html[data-theme=dark] .ebb-prop-group{border-bottom-color:#374151}.ebb-prop-group__header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 16px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#9ca3af;background:transparent;border:none;cursor:pointer;transition:color .15s}.ebb-prop-group__header:hover{color:#374151}html[data-theme=dark] .ebb-prop-group__header:hover{color:#d1d5db}.ebb-prop-group__body{padding:0 16px 12px;display:flex;flex-direction:column;gap:10px}.ebb-prop-group__field{display:flex;flex-direction:column;gap:4px}.ebb-prop-group__label{font-size:11px;font-weight:500;color:#6b7280}html[data-theme=dark] .ebb-prop-group__label{color:#9ca3af}.ebb-prop-group__text-input{width:100%;padding:6px 8px;font-size:12px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#374151;box-sizing:border-box;transition:border-color .15s}html[data-theme=dark] .ebb-prop-group__text-input{background:#1f2937;border-color:#374151;color:#d1d5db}.ebb-prop-group__text-input:focus{outline:none;border-color:var(--ee-primary);box-shadow:0 0 0 2px #01a8ab1a}.ebb-prop-group__select{width:100%;padding:6px 8px;font-size:12px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#374151;box-sizing:border-box;cursor:pointer}html[data-theme=dark] .ebb-prop-group__select{background:#1f2937;border-color:#374151;color:#d1d5db}.ebb-prop-group__select:focus{outline:none;border-color:var(--ee-primary)}.ebb-prop-group__color{display:flex;gap:6px;align-items:center}.ebb-prop-group__color-input{width:32px;height:32px;padding:2px;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;background:none;flex-shrink:0}.ebb-prop-group__number{display:flex;align-items:center;gap:4px}.ebb-prop-group__unit{font-size:11px;color:#9ca3af;flex-shrink:0}.ebb-prop-group__alignment{display:flex;gap:2px}.ebb-prop-group__align-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:28px;border:1px solid #e5e7eb;background:#fff;color:#9ca3af;cursor:pointer;transition:all .15s}.ebb-prop-group__align-btn:first-child{border-radius:6px 0 0 6px}.ebb-prop-group__align-btn:last-child{border-radius:0 6px 6px 0}.ebb-prop-group__align-btn--active{background:#01a8ab1a;border-color:var(--ee-primary);color:var(--ee-primary)}html[data-theme=dark] .ebb-prop-group__align-btn{background:#1f2937;border-color:#374151}html[data-theme=dark] .ebb-prop-group__align-btn--active{background:#01a8ab26;border-color:var(--ee-primary);color:var(--ee-primary)}.ebb-prop-group__toggle-btn{padding:4px 12px;font-size:12px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#6b7280;cursor:pointer;transition:all .15s}.ebb-prop-group__toggle-btn--active{background:#01a8ab1a;border-color:var(--ee-primary);color:var(--ee-primary)}.ebb-prop-group__image{display:flex;flex-direction:column;gap:6px}.ebb-prop-group__image-preview{position:relative;border:1px solid #e5e7eb;border-radius:6px;overflow:hidden;background:#f9fafb}html[data-theme=dark] .ebb-prop-group__image-preview{border-color:#374151;background:#1f2937}.ebb-prop-group__image-thumb{display:block;width:100%;max-height:120px;-o-object-fit:contain;object-fit:contain;background:repeating-conic-gradient(#e5e7eb 0% 25%,transparent 0% 50%) 50% / 12px 12px}html[data-theme=dark] .ebb-prop-group__image-thumb{background:repeating-conic-gradient(#374151 0% 25%,transparent 0% 50%) 50% / 12px 12px}.ebb-prop-group__image-actions{display:flex;gap:4px;padding:4px;justify-content:flex-end;background:#ffffffe6;border-top:1px solid #e5e7eb}html[data-theme=dark] .ebb-prop-group__image-actions{background:#1f2937e6;border-top-color:#374151}.ebb-prop-group__image-btn{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:1px solid #e5e7eb;border-radius:4px;background:#fff;color:#6b7280;cursor:pointer;transition:all .15s}html[data-theme=dark] .ebb-prop-group__image-btn{background:#1f2937;border-color:#374151;color:#9ca3af}.ebb-prop-group__image-btn:hover{border-color:var(--ee-primary, #01A8AB);color:var(--ee-primary, #01A8AB)}.ebb-prop-group__image-btn--danger:hover{border-color:#ef4444;color:#ef4444}.ebb-prop-group__image-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:16px 8px;border:2px dashed #d1d5db;border-radius:6px;background:#f9fafb;color:#9ca3af;cursor:pointer;transition:all .2s;text-align:center}html[data-theme=dark] .ebb-prop-group__image-dropzone{border-color:#4b5563;background:#111827;color:#6b7280}.ebb-prop-group__image-dropzone:hover,.ebb-prop-group__image-dropzone--active{border-color:var(--ee-primary, #01A8AB);background:#01a8ab0d;color:var(--ee-primary, #01A8AB)}.ebb-prop-group__image-dropzone--uploading{pointer-events:none;opacity:.7}.ebb-prop-group__image-drop-text{font-size:11px;line-height:1.3}.ebb-prop-group__image-spinner{animation:ebb-spin 1s linear infinite}@keyframes ebb-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ebb-prop-group__image-url{display:flex;gap:4px;align-items:center}.ebb-prop-group__image-url .ebb-prop-group__text-input{flex:1}.ebb-prop-group__image-browse-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;flex-shrink:0;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#6b7280;cursor:pointer;transition:all .15s}html[data-theme=dark] .ebb-prop-group__image-browse-btn{background:#1f2937;border-color:#374151;color:#9ca3af}.ebb-prop-group__image-browse-btn:hover{border-color:var(--ee-primary, #01A8AB);color:var(--ee-primary, #01A8AB)}.ebb-prop-group__image-error{font-size:11px;color:#ef4444;padding:2px 0}.ebb-properties{padding:0}.ebb-properties__header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #e5e7eb;background:#f9fafb}html[data-theme=dark] .ebb-properties__header{background:#111827;border-bottom-color:#374151}.ebb-properties__type{font-size:13px;font-weight:600;color:var(--ee-primary)}.ebb-properties__close{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:transparent;color:#9ca3af;cursor:pointer;border-radius:4px}.ebb-properties__close:hover{background:#f3f4f6;color:#374151}.ebb-properties__content-group{padding:12px 16px;border-bottom:1px solid #f3f4f6}html[data-theme=dark] .ebb-properties__content-group{border-bottom-color:#374151}.ebb-properties__label{display:block;font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px}html[data-theme=dark] .ebb-properties__label{color:#9ca3af}.ebb-properties__textarea{width:100%;padding:8px;font-size:12px;font-family:monospace;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#374151;resize:vertical;box-sizing:border-box}html[data-theme=dark] .ebb-properties__textarea{background:#1f2937;border-color:#374151;color:#d1d5db}.ebb-properties__textarea:focus{outline:none;border-color:var(--ee-primary);box-shadow:0 0 0 2px #01a8ab1a}.ebb-global-styles{padding:0}.ebb-global-styles__header{display:flex;align-items:center;gap:8px;padding:12px 16px;border-bottom:1px solid #e5e7eb;background:#f9fafb;font-size:13px;font-weight:600;color:var(--ee-primary)}html[data-theme=dark] .ebb-global-styles__header{background:#111827;border-bottom-color:#374151}.ebb-global-styles__section{border-bottom:1px solid #f3f4f6;padding:0}html[data-theme=dark] .ebb-global-styles__section{border-bottom-color:#1f2937}.ebb-global-styles__section-title{display:flex;align-items:center;gap:6px;padding:10px 16px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#6b7280;background:#fafafa}html[data-theme=dark] .ebb-global-styles__section-title{background:#111827;color:#9ca3af}.ebb-global-styles__field{padding:8px 16px 12px}.ebb-global-styles__label{display:block;font-size:11px;font-weight:600;color:#6b7280;margin-bottom:4px}html[data-theme=dark] .ebb-global-styles__label{color:#9ca3af}.ebb-global-styles__hint{font-size:10px;color:#9ca3af;margin:4px 0 0;line-height:1.4}.ebb-global-styles__input{width:100%;padding:7px 10px;font-size:12px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#374151;box-sizing:border-box;outline:none;transition:border-color .15s ease}html[data-theme=dark] .ebb-global-styles__input{background:#1f2937;border-color:#374151;color:#d1d5db}.ebb-global-styles__input:focus{border-color:var(--ee-primary);box-shadow:0 0 0 2px #01a8ab1a}.ebb-global-styles__input--short{flex:1}.ebb-global-styles__select{width:100%;padding:7px 10px;font-size:12px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#374151;box-sizing:border-box;outline:none;cursor:pointer}html[data-theme=dark] .ebb-global-styles__select{background:#1f2937;border-color:#374151;color:#d1d5db}.ebb-global-styles__select:focus{border-color:var(--ee-primary)}.ebb-global-styles__color-row{display:flex;align-items:center;gap:8px;margin-top:4px}.ebb-global-styles__color-input{width:36px;height:36px;border:2px solid #e5e7eb;border-radius:8px;padding:2px;cursor:pointer;background:transparent;flex-shrink:0}html[data-theme=dark] .ebb-global-styles__color-input{border-color:#374151}.ebb-global-styles__color-input::-webkit-color-swatch-wrapper{padding:0}.ebb-global-styles__color-input::-webkit-color-swatch{border:none;border-radius:4px}.ebb-global-styles__tip{display:flex;align-items:center;gap:8px;padding:16px;color:#9ca3af;font-size:11px;line-height:1.4}.ebb-properties__breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:2px;padding:6px 16px;border-bottom:1px solid #f3f4f6}html[data-theme=dark] .ebb-properties__breadcrumb{border-bottom-color:#374151}.ebb-properties__breadcrumb-sep{font-size:10px;color:#d1d5db}html[data-theme=dark] .ebb-properties__breadcrumb-sep{color:#4b5563}.ebb-properties__breadcrumb-item{font-size:11px;color:#6b7280;background:none;border:none;padding:2px 6px;border-radius:3px;cursor:pointer;transition:all .1s ease}.ebb-properties__breadcrumb-item:hover{background:#f3f4f6;color:#111827}html[data-theme=dark] .ebb-properties__breadcrumb-item:hover{background:#374151;color:#f3f4f6}.ebb-properties__breadcrumb-item--active{color:var(--ee-primary);font-weight:600}.ebb-layers{padding:0}.ebb-layers__header{display:flex;align-items:center;gap:8px;padding:12px 16px;font-size:13px;font-weight:600;color:var(--ee-primary);border-bottom:1px solid var(--ee-border);background:var(--ee-panel-header-bg)}html[data-theme=dark] .ebb-layers__header{background:#111827;border-bottom-color:#374151}.ebb-layers__count{font-size:10px;font-weight:500;color:#9ca3af;background:#f3f4f6;border-radius:10px;padding:1px 7px;margin-left:auto}html[data-theme=dark] .ebb-layers__count{background:#1f2937}.ebb-layers__tree{padding:4px 0}.ebb-layers__node{display:flex;align-items:center;gap:4px;padding:5px 12px 5px 8px;font-size:12px;font-weight:500;color:#374151;cursor:pointer;transition:background .1s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-left:2px solid transparent}html[data-theme=dark] .ebb-layers__node{color:#d1d5db}.ebb-layers__node:hover{background:#f9fafb}html[data-theme=dark] .ebb-layers__node:hover{background:#111827}.ebb-layers__node--hovered{background:#01a8ab0a}.ebb-layers__node--selected{background:#01a8ab14;border-left-color:var(--ee-primary);color:var(--ee-primary)}.ebb-layers__node--selected:hover{background:#01a8ab1f}.ebb-layers__node--indent-1{padding-left:24px}.ebb-layers__node--indent-2{padding-left:40px}.ebb-layers__toggle{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border:none;background:transparent;color:#9ca3af;cursor:pointer;border-radius:3px;padding:0;flex-shrink:0}.ebb-layers__toggle:hover{background:#e5e7eb;color:#374151}html[data-theme=dark] .ebb-layers__toggle:hover{background:#374151;color:#d1d5db}.ebb-layers__toggle-spacer{width:16px;flex-shrink:0}.ebb-layers__icon{display:inline-flex;align-items:center;flex-shrink:0}.ebb-layers__label{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px}.ebb-layers__actions{display:none;align-items:center;gap:1px;margin-left:auto;flex-shrink:0}.ebb-layers__node:hover .ebb-layers__actions{display:flex}.ebb-layers__action-btn{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border:none;background:transparent;color:#9ca3af;cursor:pointer;border-radius:3px;padding:0}.ebb-layers__action-btn:hover{background:#e5e7eb;color:#374151}html[data-theme=dark] .ebb-layers__action-btn:hover{background:#374151;color:#d1d5db}.ebb-layers__action-btn--danger:hover{background:#fee2e2;color:#dc2626}html[data-theme=dark] .ebb-layers__action-btn--danger:hover{background:#450a0a;color:#f87171}.ebb-layers__empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:40px 20px;text-align:center;color:#9ca3af}.ebb-layers__empty p{font-size:12px;margin:0;line-height:1.5}.ebb-sidebar{position:relative;flex-shrink:0;display:flex;flex-direction:column;background:#fff;border-left:1px solid #e5e7eb}.ebb-sidebar--resizing{-webkit-user-select:none;-moz-user-select:none;user-select:none}html[data-theme=dark] .ebb-sidebar{background:#1f2937;border-left-color:#374151}.ebb-sidebar__resize-handle{position:absolute;top:0;left:-3px;width:6px;height:100%;cursor:col-resize;z-index:10}.ebb-sidebar__resize-handle:hover,.ebb-sidebar--resizing .ebb-sidebar__resize-handle{background:var(--ee-primary);opacity:.4}.ebb-sidebar__tabs{display:flex;border-bottom:1px solid #e5e7eb;flex-shrink:0}html[data-theme=dark] .ebb-sidebar__tabs{border-bottom-color:#374151}.ebb-sidebar__tab{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 0;font-size:12px;font-weight:500;color:#9ca3af;background:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .15s ease}.ebb-sidebar__tab:hover{color:#374151;background:#f9fafb}html[data-theme=dark] .ebb-sidebar__tab:hover{color:#d1d5db;background:#111827}.ebb-sidebar__tab--active{color:var(--ee-primary);border-bottom-color:var(--ee-primary)}.ebb-sidebar__tab--active:hover{color:var(--ee-primary)}.ebb-sidebar__content{flex:1;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}.ebb-sidebar__content>[role=tabpanel]{flex:1;min-height:0;display:flex;flex-direction:column}.ebb-sidebar__content>[role=tabpanel][hidden]{display:none}.ebb-sidebar__content::-webkit-scrollbar{width:4px}.ebb-sidebar__content::-webkit-scrollbar-track{background:transparent}.ebb-sidebar__content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.ebb-label{display:block;font-size:14px;font-weight:500;color:var(--ee-text-primary, #374151);margin-bottom:8px}.ebb-label__required{color:var(--ee-error, #ef4444)}.ebb-alert{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;border:1px solid #fca5a5;border-radius:8px;background:#fef2f2;color:#991b1b;font-size:13px;margin-bottom:12px}html[data-theme=dark] .ebb-alert{background:#450a0a;border-color:#7f1d1d;color:#fca5a5}.ebb-alert p{margin:4px 0 0;font-size:12px}.ebb-shell{border:1px solid var(--ee-border, #e5e7eb);border-radius:12px;overflow:hidden;background:var(--ee-panel-header-bg, #f9fafb);box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;display:flex;flex-direction:column;height:calc(100vh - 180px);min-height:500px;font-family:var(--ee-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif);font-size:var(--ee-font-size, 13px)}.ebb-shell--fullscreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;height:100vh;border-radius:0;border:none}.ebb-main{display:flex;flex:1;min-height:0;overflow:hidden}.ebb-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.ebb-sr-only--focusable:focus{position:static;width:auto;height:auto;padding:8px 16px;margin:0;overflow:visible;clip:auto;white-space:normal;background:var(--ee-primary);color:#fff;font-size:13px;font-weight:600;z-index:100}.ebb-inline-toolbar{display:flex;align-items:center;gap:2px;padding:4px 6px;background:#1f2937;border-radius:8px;box-shadow:0 4px 16px #00000040;-webkit-user-select:none;-moz-user-select:none;user-select:none}.ebb-inline-toolbar__btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;color:#d1d5db;cursor:pointer;border-radius:4px;transition:all .1s ease}.ebb-inline-toolbar__btn:hover{background:#ffffff1a;color:#fff}.ebb-inline-toolbar__btn--active{background:#01a8ab4d;color:var(--ee-primary)}.ebb-inline-toolbar__sep{width:1px;height:18px;background:#374151;margin:0 2px}.ebb-inline-toolbar__color{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;cursor:pointer;color:#d1d5db;position:relative}.ebb-inline-toolbar__color:hover{color:#fff}.ebb-inline-toolbar__color input[type=color]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer;width:100%;height:100%}.ebb-inline-toolbar__merge-wrap{position:relative}.ebb-merge-menu{position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);min-width:200px;max-height:240px;overflow-y:auto;background:#1f2937;border:1px solid #374151;border-radius:8px;box-shadow:0 8px 24px #00000059;padding:4px;z-index:10}.ebb-merge-menu__category{padding:6px 10px 2px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#9ca3af}.ebb-merge-menu__item{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:6px 10px;border:none;background:transparent;color:#d1d5db;font-size:12px;cursor:pointer;border-radius:4px;text-align:left}.ebb-merge-menu__item:hover{background:#ffffff1a;color:#fff}.ebb-merge-menu__name{flex:1;white-space:nowrap}.ebb-merge-menu__value{font-family:monospace;font-size:10px;color:#6b7280;white-space:nowrap}.ebb-inline-toolbar__ai-wrap{position:relative}.ebb-inline-toolbar__btn--ai{color:#a78bfa}.ebb-inline-toolbar__btn--ai:hover{color:#c4b5fd;background:#a78bfa26}.ebb-inline-toolbar__btn--loading{opacity:.6;cursor:wait;animation:ebb-ai-spin 1s linear infinite}@keyframes ebb-ai-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ebb-ai-menu{position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);min-width:180px;background:#1f2937;border:1px solid #374151;border-radius:8px;box-shadow:0 8px 24px #00000059;padding:4px;z-index:10}.ebb-ai-menu__item{display:flex;align-items:center;gap:8px;width:100%;padding:7px 10px;border:none;background:transparent;color:#d1d5db;font-size:12px;cursor:pointer;border-radius:4px;text-align:left}.ebb-ai-menu__item:hover{background:#a78bfa26;color:#fff}.ebb-ai-menu__prompt{display:flex;align-items:center;gap:4px;padding:4px;border-top:1px solid #374151;margin-top:4px}.ebb-ai-menu__prompt-input{flex:1;padding:5px 8px;border:1px solid #4b5563;border-radius:4px;background:#111827;color:#e5e7eb;font-size:11px;outline:none}.ebb-ai-menu__prompt-input:focus{border-color:#a78bfa}.ebb-ai-menu__prompt-input::-moz-placeholder{color:#6b7280}.ebb-ai-menu__prompt-input::placeholder{color:#6b7280}.ebb-ai-menu__prompt-btn{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:none;background:#a78bfa;color:#fff;border-radius:4px;cursor:pointer;flex-shrink:0}.ebb-ai-menu__prompt-btn:hover{background:#8b5cf6}.ebb-ai-menu__prompt-btn:disabled{opacity:.4;cursor:not-allowed}.ebb-inline-editor-wrapper{position:absolute;top:0;right:0;bottom:0;left:0;z-index:20}.ebb-inline-editor__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.ebb-inline-editor__toolbar-pos{position:absolute;z-index:2;display:flex;justify-content:center}.ebb-inline-editor{position:absolute;z-index:1;background:#fff;border:2px solid var(--ee-primary);border-radius:4px;overflow:auto;box-shadow:0 4px 16px #00000026}.ebb-inline-editor__content{outline:none;padding:4px 8px;min-height:24px;font-family:Helvetica,Arial,sans-serif;font-size:14px;color:#333;line-height:1.5}.ebb-inline-editor__content p{margin:0}.ebb-inline-editor__content a{color:var(--ee-primary);text-decoration:underline}.ebb-inline-editor__content h1,.ebb-inline-editor__content h2,.ebb-inline-editor__content h3,.ebb-inline-editor__content h4{margin:0;line-height:1.3}.ebb-merge-tag{display:inline-flex;align-items:center;padding:1px 6px;margin:0 1px;background:#01a8ab1f;border:1px solid rgba(1,168,171,.3);border-radius:3px;font-size:.9em;color:var(--ee-primary, #01A8AB);font-weight:500;white-space:nowrap;cursor:default;-webkit-user-select:all;-moz-user-select:all;user-select:all;vertical-align:baseline;line-height:1.4}.ebb-merge-tag:hover{background:#01a8ab33;border-color:#01a8ab80}.ebb-merge-tag.ProseMirror-selectednode{outline:2px solid var(--ee-primary, #01A8AB);outline-offset:1px}.ebb-ai-chat{display:flex;flex-direction:column;height:100%;background:var(--ee-bg, #ffffff)}.ebb-ai-chat__tabs{display:flex;flex-shrink:0;border-bottom:1px solid var(--ee-border, #e5e7eb)}.ebb-ai-chat__tab{flex:1;padding:8px 0;font-size:12px;font-weight:500;font-family:inherit;text-align:center;border:none;border-bottom:2px solid transparent;background:none;color:var(--ee-text-muted, #9ca3af);cursor:pointer;transition:color .15s ease,border-color .15s ease}.ebb-ai-chat__tab:hover{color:var(--ee-text-secondary, #6b7280)}.ebb-ai-chat__tab--active{color:var(--ee-primary);border-bottom-color:var(--ee-primary)}.ebb-ai-chat__actions{display:flex;align-items:center;gap:0;padding:8px 12px;border-top:1px solid var(--ee-border, #e5e7eb)}.ebb-ai-chat__actions-sep{width:1px;height:14px;background:var(--ee-border, #e5e7eb);margin:0 4px}.ebb-ai-chat__action-apply,.ebb-ai-chat__action-discard{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;font-size:12px;font-weight:500;font-family:inherit;border:none;border-radius:4px;background:none;cursor:pointer;transition:background .15s ease}.ebb-ai-chat__action-apply{color:var(--ee-primary)}.ebb-ai-chat__action-apply:hover{background:var(--ee-bg-hover, #f9fafb)}.ebb-ai-chat__action-discard{color:var(--ee-text-muted, #9ca3af)}.ebb-ai-chat__action-discard:hover{color:var(--ee-error, #ef4444);background:#fef2f2}html[data-theme=dark] .ebb-ai-chat__action-discard:hover{background:#450a0a}.ebb-ai-chat__preview{flex:1;display:flex;flex-direction:column;overflow:hidden}.ebb-ai-chat__preview-iframe{flex:1;width:100%;border:none;background:#fff}.ebb-ai-chat__messages{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:8px}.ebb-ai-chat__messages::-webkit-scrollbar{width:4px}.ebb-ai-chat__messages::-webkit-scrollbar-thumb{background:var(--ee-border-hover, #d1d5db);border-radius:2px}.ebb-ai-chat__welcome{display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px 12px 12px;gap:4px}.ebb-ai-chat__welcome-icon{color:var(--ee-primary);margin-bottom:8px}.ebb-ai-chat__welcome-title{font-size:13px;font-weight:600;color:var(--ee-text-primary, #1f2937);margin:0}.ebb-ai-chat__welcome-hint{font-size:11px;color:var(--ee-text-muted, #9ca3af);margin:0;line-height:1.5}.ebb-ai-chat__suggestions{display:flex;flex-direction:column;gap:4px;margin-top:12px;width:100%}.ebb-ai-chat__suggestion{width:100%;padding:8px 10px;font-size:12px;font-family:inherit;text-align:left;border:1px solid var(--ee-border, #e5e7eb);border-radius:6px;background:var(--ee-bg, #ffffff);color:var(--ee-text-secondary, #6b7280);cursor:pointer;transition:border-color .15s ease,color .15s ease;line-height:1.4}.ebb-ai-chat__suggestion:hover{border-color:var(--ee-primary);color:var(--ee-primary)}.ebb-ai-chat__msg{display:flex;flex-direction:column;gap:4px;padding:8px 10px;border-radius:0;font-size:12px;line-height:1.55;white-space:pre-wrap;word-break:break-word;border-left:2px solid transparent}.ebb-ai-chat__msg--user{color:var(--ee-text-primary, #1f2937);border-left-color:var(--ee-primary);background:none}.ebb-ai-chat__msg--assistant{color:var(--ee-text-secondary, #6b7280);border-left-color:var(--ee-border, #e5e7eb);background:none}.ebb-ai-chat__msg-text{display:block}.ebb-ai-chat__attachments{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:2px}.ebb-ai-chat__attachment-thumb{overflow:hidden;border-radius:4px}.ebb-ai-chat__attachment-img{display:block;max-width:140px;max-height:90px;border-radius:4px;-o-object-fit:cover;object-fit:cover}.ebb-ai-chat__attachment-file{display:flex;align-items:center;gap:4px;padding:3px 6px;background:#0000000d;border-radius:4px;font-size:11px}html[data-theme=dark] .ebb-ai-chat__attachment-file{background:#ffffff14}.ebb-ai-chat__thinking{display:flex;align-items:center;gap:8px;padding:8px 10px;font-size:12px;color:var(--ee-text-muted, #9ca3af)}.ebb-ai-chat__spinner{width:14px;height:14px;border-radius:50%;border:2px solid var(--ee-border, #e5e7eb);border-top-color:var(--ee-primary);animation:ebb-ai-spin .7s linear infinite;flex-shrink:0}@keyframes ebb-ai-spin{to{transform:rotate(360deg)}}.ebb-ai-chat__error{display:flex;align-items:center;gap:6px;padding:8px 10px;border-radius:6px;font-size:12px;color:var(--ee-error, #ef4444);background:#fef2f2}html[data-theme=dark] .ebb-ai-chat__error{background:#450a0a}.ebb-ai-chat__error-text{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis}.ebb-ai-chat__error-retry{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:500;font-family:inherit;border:none;border-radius:4px;background:none;color:var(--ee-error, #ef4444);cursor:pointer;flex-shrink:0}.ebb-ai-chat__error-retry:hover{background:#fee2e2}html[data-theme=dark] .ebb-ai-chat__error-retry:hover{background:#7f1d1d}.ebb-ai-chat__input-area{border-top:1px solid var(--ee-border, #e5e7eb);padding:10px 12px;flex-shrink:0}.ebb-ai-chat__pending{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:8px}.ebb-ai-chat__pending-item{display:flex;align-items:center;gap:4px;padding:3px 6px;background:var(--ee-bg-hover, #f3f4f6);border:1px solid var(--ee-border, #e5e7eb);border-radius:6px;font-size:11px;color:var(--ee-text-secondary, #6b7280)}.ebb-ai-chat__pending-img{width:28px;height:28px;-o-object-fit:cover;object-fit:cover;border-radius:3px;flex-shrink:0}.ebb-ai-chat__pending-file{display:flex;align-items:center;justify-content:center;color:var(--ee-text-muted, #9ca3af)}.ebb-ai-chat__pending-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100px}.ebb-ai-chat__pending-remove{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;border:none;background:transparent;color:var(--ee-text-muted, #9ca3af);cursor:pointer;padding:0}.ebb-ai-chat__pending-remove:hover{color:var(--ee-error, #ef4444)}.ebb-ai-chat__attach-error{font-size:11px;color:var(--ee-error, #ef4444);margin-bottom:6px}.ebb-ai-chat__input-row{display:flex;align-items:flex-end;gap:0;border:1px solid var(--ee-border, #e5e7eb);border-radius:20px;background:var(--ee-bg-hover, #f9fafb);transition:border-color .15s ease,box-shadow .15s ease}.ebb-ai-chat__input-row:focus-within{border-color:var(--ee-primary);background:var(--ee-bg, #ffffff)}.ebb-ai-chat__textarea{flex:1;resize:none;border:none;padding:8px 2px 8px 14px;font-size:12px;font-family:inherit;line-height:1.4;outline:none;background:transparent;color:var(--ee-text-primary, #1f2937);min-height:18px;max-height:100px}.ebb-ai-chat__textarea::-moz-placeholder{color:var(--ee-text-muted, #b0b5bf)}.ebb-ai-chat__textarea::placeholder{color:var(--ee-text-muted, #b0b5bf)}.ebb-ai-chat__input-buttons{display:flex;align-items:center;gap:2px;padding:4px;flex-shrink:0}.ebb-ai-chat__icon-btn{width:26px;height:26px;border-radius:4px;border:none;background:transparent;color:var(--ee-text-muted, #9ca3af);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;transition:color .15s ease,background .15s ease}.ebb-ai-chat__icon-btn:hover:not(:disabled){color:var(--ee-text-secondary, #6b7280);background:var(--ee-bg-hover, #f3f4f6)}.ebb-ai-chat__icon-btn:disabled{opacity:.3;cursor:not-allowed}.ebb-ai-chat__icon-btn--send{background:var(--ee-primary);color:#fff;border-radius:50%}.ebb-ai-chat__icon-btn--send:hover:not(:disabled){background:var(--ee-primary-hover);color:#fff}.ebb-ai-chat__icon-btn--send:disabled{opacity:.3}.ebb-ai-chat__footer{display:flex;justify-content:center;margin-top:6px}.ebb-ai-chat__new-btn{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;font-size:11px;font-weight:500;font-family:inherit;border-radius:4px;border:none;background:transparent;color:var(--ee-text-muted, #b0b5bf);cursor:pointer;transition:color .15s ease,background .15s ease}.ebb-ai-chat__new-btn:hover{color:var(--ee-text-secondary, #6b7280);background:var(--ee-bg-hover, #f3f4f6)}.ebb-code-editor{flex:1;overflow:hidden;background:#282c34}.ebb-code-editor .cm-editor{height:100%}*,: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:Figtree,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}input:where([type=text]),input:where(:not([type])),input:where([type=email]),input:where([type=url]),input:where([type=password]),input:where([type=number]),input:where([type=date]),input:where([type=datetime-local]),input:where([type=month]),input:where([type=search]),input:where([type=tel]),input:where([type=time]),input:where([type=week]),select:where([multiple]),textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#6b7280;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem;--tw-shadow:0 0 #0000}input:where([type=text]):focus,input:where(:not([type])):focus,input:where([type=email]):focus,input:where([type=url]):focus,input:where([type=password]):focus,input:where([type=number]):focus,input:where([type=date]):focus,input:where([type=datetime-local]):focus,input:where([type=month]):focus,input:where([type=search]):focus,input:where([type=tel]):focus,input:where([type=time]):focus,input:where([type=week]):focus,select:where([multiple]):focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--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);border-color:#2563eb}input::-moz-placeholder,textarea::-moz-placeholder{color:#6b7280;opacity:1}input::placeholder,textarea::placeholder{color:#6b7280;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-top:0;padding-bottom:0}select{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 .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;print-color-adjust:exact}select:where([multiple]),select:where([size]:not([size="1"])){background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;print-color-adjust:unset}input:where([type=checkbox]),input:where([type=radio]){-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;print-color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#2563eb;background-color:#fff;border-color:#6b7280;border-width:1px;--tw-shadow:0 0 #0000}input:where([type=checkbox]){border-radius:0}input:where([type=radio]){border-radius:100%}input:where([type=checkbox]):focus,input:where([type=radio]):focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset:var(--tw-empty, );--tw-ring-offset-width:2px;--tw-ring-offset-color:#fff;--tw-ring-color:#2563eb;--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)}input:where([type=checkbox]):checked,input:where([type=radio]):checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}input:where([type=checkbox]):checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}@media(forced-colors:active){input:where([type=checkbox]):checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}input:where([type=radio]):checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}@media(forced-colors:active){input:where([type=radio]):checked{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}input:where([type=checkbox]):checked:hover,input:where([type=checkbox]):checked:focus,input:where([type=radio]):checked:hover,input:where([type=radio]):checked:focus{border-color:transparent;background-color:currentColor}input:where([type=checkbox]):indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}@media(forced-colors:active){input:where([type=checkbox]):indeterminate{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}}input:where([type=checkbox]):indeterminate:hover,input:where([type=checkbox]):indeterminate:focus{border-color:transparent;background-color:currentColor}input:where([type=file]){background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}input:where([type=file]):focus{outline:1px solid ButtonText;outline:1px auto -webkit-focus-ring-color}body{--tw-bg-opacity:1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{--tw-text-opacity:1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}a:hover{--tw-text-opacity:1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:rgb(17 24 39 / 10%);--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:rgb(255 255 255 / 10%);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgb(0 0 0 / 50%);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;border-radius:.3125rem;padding-top:.1428571em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-inline-start:.3571429em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-inline-start:1.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.pointer-events-none{pointer-events:none}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.-bottom-16{bottom:-4rem}.-left-16{left:-4rem}.-left-20{left:-5rem}.left-full{left:100%}.right-0{right:0}.top-0{top:0}.top-full{top:100%}.z-0{z-index:0}.z-10{z-index:10}.z-50{z-index:50}.\!row-span-1{grid-row:span 1 / span 1!important}.-mx-3{margin-left:-.75rem;margin-right:-.75rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-auto{margin-left:auto;margin-right:auto}.-ml-px{margin-left:-1px}.-mt-4{margin-top:-1rem}.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}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.mr-1{margin-right:.25rem}.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}.\!hidden{display:none!important}.hidden{display:none}.aspect-video{aspect-ratio:16 / 9}.size-12{width:3rem;height:3rem}.size-5{width:1.25rem;height:1.25rem}.size-6{width:1.5rem;height:1.5rem}.h-12{height:3rem}.h-4{height:1rem}.h-40{height:10rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-auto{height:auto}.h-full{height:100%}.max-h-60{max-height:15rem}.min-h-\[200px\]{min-height:200px}.min-h-screen{min-height:100vh}.w-20{width:5rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-\[calc\(100\%_\+_8rem\)\]{width:calc(100% + 8rem)}.w-auto{width:auto}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-px{width:1px}.min-w-\[10rem\]{min-width:10rem}.min-w-\[12rem\]{min-width:12rem}.min-w-full{min-width:100%}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-7xl{max-width:80rem}.max-w-\[877px\]{max-width:877px}.max-w-full{max-width:100%}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.rotate-180{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.\!flex-row{flex-direction:row!important}.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}.items-stretch{align-items:stretch}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-items-center{justify-items:center}.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-6{gap:1.5rem}.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))}.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-slate-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(241 245 249 / var(--tw-divide-opacity, 1))}.divide-slate-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(226 232 240 / var(--tw-divide-opacity, 1))}.self-center{align-self:center}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.\!whitespace-normal{white-space:normal!important}.rounded{border-radius:.25rem}.rounded-\[10px\]{border-radius:10px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-l-0{border-left-width:0px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-amber-200{--tw-border-opacity:1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-blue-200{--tw-border-opacity:1;border-color:rgb(191 219 254 / 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-600{--tw-border-opacity:1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity:1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-indigo-200{--tw-border-opacity:1;border-color:rgb(199 210 254 / var(--tw-border-opacity, 1))}.border-primary-600{--tw-border-opacity:1;border-color:rgb(37 99 235 / 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-slate-200{--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.border-slate-300{--tw-border-opacity:1;border-color:rgb(203 213 225 / var(--tw-border-opacity, 1))}.border-white\/10{border-color:#ffffff1a}.border-white\/30{border-color:#ffffff4d}.bg-\[\#FF2D20\]\/10{background-color:#ff2d201a}.bg-amber-100{--tw-bg-opacity:1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-amber-50{--tw-bg-opacity:1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-amber-500{--tw-bg-opacity:1;background-color:rgb(245 158 11 / var(--tw-bg-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-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity:1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-600{--tw-bg-opacity:1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-indigo-50{--tw-bg-opacity:1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.bg-primary-100{--tw-bg-opacity:1;background-color:rgb(219 234 254 / 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-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity:1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.bg-slate-300{--tw-bg-opacity:1;background-color:rgb(203 213 225 / var(--tw-bg-opacity, 1))}.bg-slate-50{--tw-bg-opacity:1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.bg-slate-800{--tw-bg-opacity:1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}.bg-slate-900{--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}.bg-surface{--tw-bg-opacity:1;background-color:rgb(255 255 255 / 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\/10{background-color:#ffffff1a}.bg-zinc-900{--tw-bg-opacity:1;background-color:rgb(24 24 27 / var(--tw-bg-opacity, 1))}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.from-transparent{--tw-gradient-from:transparent var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.via-white{--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-zinc-900{--tw-gradient-to:rgb(24 24 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #18181b var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-white{--tw-gradient-to:#fff var(--tw-gradient-to-position)}.to-zinc-900{--tw-gradient-to:#18181b var(--tw-gradient-to-position)}.stroke-\[\#FF2D20\]{stroke:#ff2d20}.object-cover{-o-object-fit:cover;object-fit:cover}.object-top{-o-object-position:top;object-position:top}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.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}.py-0{padding-top:0;padding-bottom:0}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-2{padding-bottom:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-sans{font-family:Figtree,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-sm\/relaxed{font-size:.875rem;line-height:1.625}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.italic{font-style:italic}.leading-5{line-height:1.25rem}.leading-relaxed{line-height:1.625}.tracking-wide{letter-spacing:.025em}.\!text-red-600{--tw-text-opacity:1 !important;color:rgb(220 38 38 / var(--tw-text-opacity, 1))!important}.text-amber-700{--tw-text-opacity:1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-amber-800{--tw-text-opacity:1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-black\/50{color:#00000080}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity:1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-current{color:currentColor}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-green-800{--tw-text-opacity:1;color:rgb(22 101 52 / var(--tw-text-opacity, 1))}.text-indigo-700{--tw-text-opacity:1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.text-indigo-800{--tw-text-opacity:1;color:rgb(55 48 163 / var(--tw-text-opacity, 1))}.text-primary-500{--tw-text-opacity:1;color:rgb(59 130 246 / 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-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-800{--tw-text-opacity:1;color:rgb(153 27 27 / var(--tw-text-opacity, 1))}.text-red-900{--tw-text-opacity:1;color:rgb(127 29 29 / var(--tw-text-opacity, 1))}.text-slate-300{--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.text-slate-600{--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.text-slate-700{--tw-text-opacity:1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-slate-900{--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.placeholder-red-300::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(252 165 165 / var(--tw-placeholder-opacity, 1))}.placeholder-red-300::placeholder{--tw-placeholder-opacity:1;color:rgb(252 165 165 / var(--tw-placeholder-opacity, 1))}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.shadow-\[0px_14px_34px_0px_rgba\(0\,0\,0\,0\.08\)\]{--tw-shadow:0px 14px 34px 0px rgba(0,0,0,.08);--tw-shadow-colored:0px 14px 34px 0px 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)}.outline{outline-style:solid}.ring{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-black{--tw-ring-opacity:1;--tw-ring-color:rgb(0 0 0 / var(--tw-ring-opacity, 1))}.ring-gray-300{--tw-ring-opacity:1;--tw-ring-color:rgb(209 213 219 / var(--tw-ring-opacity, 1))}.ring-transparent{--tw-ring-color:transparent}.ring-white{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255 / var(--tw-ring-opacity, 1))}.ring-white\/\[0\.05\]{--tw-ring-color:rgb(255 255 255 / .05)}.ring-zinc-800{--tw-ring-opacity:1;--tw-ring-color:rgb(39 39 42 / var(--tw-ring-opacity, 1))}.drop-shadow{--tw-drop-shadow:drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-\[0px_4px_34px_rgba\(0\,0\,0\,0\.06\)\]{--tw-drop-shadow:drop-shadow(0px 4px 34px rgba(0,0,0,.06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-\[0px_4px_34px_rgba\(0\,0\,0\,0\.25\)\]{--tw-drop-shadow:drop-shadow(0px 4px 34px rgba(0,0,0,.25));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)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-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-150{transition-duration:.15s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.selection\:bg-\[\#FF2D20\] *::-moz-selection{--tw-bg-opacity:1;background-color:rgb(255 45 32 / var(--tw-bg-opacity, 1))}.selection\:bg-\[\#FF2D20\] *::selection{--tw-bg-opacity:1;background-color:rgb(255 45 32 / var(--tw-bg-opacity, 1))}.selection\:text-white *::-moz-selection{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.selection\:text-white *::selection{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.selection\:bg-\[\#FF2D20\]::-moz-selection{--tw-bg-opacity:1;background-color:rgb(255 45 32 / var(--tw-bg-opacity, 1))}.selection\:bg-\[\#FF2D20\]::selection{--tw-bg-opacity:1;background-color:rgb(255 45 32 / var(--tw-bg-opacity, 1))}.selection\:text-white::-moz-selection{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.selection\:text-white::selection{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.focus-within\:border-primary-500:focus-within{--tw-border-opacity:1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus-within\:border-red-500:focus-within{--tw-border-opacity:1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.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-primary-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus-within\:ring-offset-0:focus-within{--tw-ring-offset-width:0px}.hover\:bg-amber-600:hover{--tw-bg-opacity:1;background-color:rgb(217 119 6 / 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-700:hover{--tw-bg-opacity:1;background-color:rgb(29 78 216 / 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-slate-100:hover{--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-50:hover{--tw-bg-opacity:1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/10:hover{background-color:#ffffff1a}.hover\:bg-white\/5:hover{background-color:#ffffff0d}.hover\:text-black:hover{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.hover\:text-black\/70:hover{color:#000000b3}.hover\:text-gray-400:hover{--tw-text-opacity:1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgb(107 114 128 / 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-slate-600:hover{--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}.hover\:ring-black\/20:hover{--tw-ring-color:rgb(0 0 0 / .2)}.focus\:z-10:focus{z-index:10}.focus\:border-blue-300:focus{--tw-border-opacity:1;border-color:rgb(147 197 253 / 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-red-500:focus{--tw-border-opacity:1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring: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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.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-amber-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(245 158 11 / 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-primary-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246 / 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-white:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255 / var(--tw-ring-opacity, 1))}.focus\:ring-offset-0:focus{--tw-ring-offset-width:0px}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-1:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(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-visible\:ring-2:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-\[\#FF2D20\]:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(255 45 32 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-primary-500:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus-visible\:ring-offset-1:focus-visible{--tw-ring-offset-width:1px}.active\:bg-gray-100:active{--tw-bg-opacity:1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.active\:text-gray-500:active{--tw-text-opacity:1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.active\:text-gray-700:active{--tw-text-opacity:1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.group:focus-within .group-focus-within\:opacity-100{opacity:1}.group:hover .group-hover\:opacity-100{opacity:1}@media(min-width:640px){.sm\:flex{display:flex}.sm\:hidden{display:none}.sm\:size-16{width:4rem;height:4rem}.sm\:size-6{width:1.5rem;height:1.5rem}.sm\:flex-1{flex:1 1 0%}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:justify-between{justify-content:space-between}.sm\:pt-5{padding-top:1.25rem}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}}@media(min-width:768px){.md\:col-span-1{grid-column:span 1 / span 1}.md\:col-span-2{grid-column:span 2 / span 2}.md\:col-span-3{grid-column:span 3 / span 3}.md\:col-span-4{grid-column:span 4 / span 4}.md\:col-span-5{grid-column:span 5 / span 5}.md\:col-span-6{grid-column:span 6 / span 6}.md\:col-span-8{grid-column:span 8 / span 8}.md\:row-span-3{grid-row:span 3 / span 3}.md\:flex{display:flex}.md\:hidden{display:none}.md\:grid-cols-12{grid-template-columns:repeat(12,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\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:text-right{text-align:right}}@media(min-width:1024px){.lg\:col-span-5{grid-column:span 5 / span 5}.lg\:col-span-7{grid-column:span 7 / span 7}.lg\:col-start-2{grid-column-start:2}.lg\:h-16{height:4rem}.lg\:max-w-7xl{max-width:80rem}.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\:flex-col{flex-direction:column}.lg\:items-end{align-items:flex-end}.lg\:justify-center{justify-content:center}.lg\:gap-8{gap:2rem}.lg\:p-10{padding:2.5rem}.lg\:pb-10{padding-bottom:2.5rem}.lg\:pt-0{padding-top:0}.lg\:text-\[\#FF2D20\]{--tw-text-opacity:1;color:rgb(255 45 32 / var(--tw-text-opacity, 1))}}.rtl\:flex-row-reverse:where([dir=rtl],[dir=rtl] *){flex-direction:row-reverse}@media(prefers-color-scheme:dark){.dark\:block{display:block}.dark\:hidden{display:none}.dark\:border-gray-600{--tw-border-opacity:1;border-color:rgb(75 85 99 / var(--tw-border-opacity, 1))}.dark\:bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.dark\:bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55 / var(--tw-bg-opacity, 1))}.dark\:bg-zinc-900{--tw-bg-opacity:1;background-color:rgb(24 24 27 / var(--tw-bg-opacity, 1))}.dark\:via-zinc-900{--tw-gradient-to:rgb(24 24 27 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #18181b var(--tw-gradient-via-position), var(--tw-gradient-to)}.dark\:to-zinc-900{--tw-gradient-to:#18181b var(--tw-gradient-to-position)}.dark\:text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.dark\:text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.dark\:text-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:text-white\/50{color:#ffffff80}.dark\:text-white\/70{color:#ffffffb3}.dark\:ring-zinc-800{--tw-ring-opacity:1;--tw-ring-color:rgb(39 39 42 / var(--tw-ring-opacity, 1))}.dark\:hover\:text-gray-300:hover{--tw-text-opacity:1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.dark\:hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:hover\:text-white\/70:hover{color:#ffffffb3}.dark\:hover\:text-white\/80:hover{color:#fffc}.dark\:hover\:ring-zinc-700:hover{--tw-ring-opacity:1;--tw-ring-color:rgb(63 63 70 / var(--tw-ring-opacity, 1))}.dark\:focus\:border-blue-700:focus{--tw-border-opacity:1;border-color:rgb(29 78 216 / var(--tw-border-opacity, 1))}.dark\:focus\:border-blue-800:focus{--tw-border-opacity:1;border-color:rgb(30 64 175 / var(--tw-border-opacity, 1))}.dark\:focus-visible\:ring-\[\#FF2D20\]:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(255 45 32 / var(--tw-ring-opacity, 1))}.dark\:focus-visible\:ring-white:focus-visible{--tw-ring-opacity:1;--tw-ring-color:rgb(255 255 255 / var(--tw-ring-opacity, 1))}.dark\:active\:bg-gray-700:active{--tw-bg-opacity:1;background-color:rgb(55 65 81 / var(--tw-bg-opacity, 1))}.dark\:active\:text-gray-300:active{--tw-text-opacity:1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}}
