.snapshot-container[data-astro-cid-v4wvaphh]{width:100%;max-width:100%;margin:0 auto}.dashboard-demo[data-astro-cid-v4wvaphh]{background:var(--color-bg-elevated);border:2px solid transparent;border-radius:1rem;overflow:hidden;height:600px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:all .3s ease;display:flex;flex-direction:column}.dashboard-demo[data-astro-cid-v4wvaphh]:hover{transform:translateY(-4px);box-shadow:0 8px 25px #62b67133;border-color:var(--color-secondary)}.dashboard-header[data-astro-cid-v4wvaphh]{background:var(--color-bg-base);border-bottom:1px solid rgba(98,182,113,.1);padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.header-left[data-astro-cid-v4wvaphh]{display:flex;flex-direction:column;gap:.25rem}.dashboard-title[data-astro-cid-v4wvaphh]{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;color:var(--color-text-primary)}.dashboard-logo[data-astro-cid-v4wvaphh]{width:20px;height:20px;object-fit:contain}.project-info[data-astro-cid-v4wvaphh]{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--color-text-secondary)}.project-name[data-astro-cid-v4wvaphh]{font-weight:500}.project-separator[data-astro-cid-v4wvaphh]{color:var(--color-text-muted)}.bug-count[data-astro-cid-v4wvaphh]{color:var(--color-secondary);font-weight:500}.header-right[data-astro-cid-v4wvaphh]{display:flex;align-items:center}.filter-controls[data-astro-cid-v4wvaphh]{display:flex;gap:.5rem}.filter-select[data-astro-cid-v4wvaphh]{padding:.5rem .75rem;border:1px solid rgba(98,182,113,.2);border-radius:6px;background:var(--color-bg-elevated);color:var(--color-text-primary);font-size:.8rem;cursor:pointer;transition:all .15s ease}.filter-select[data-astro-cid-v4wvaphh]:focus{outline:none;border-color:var(--color-secondary);box-shadow:0 0 0 3px #62b6711a}.kanban-board[data-astro-cid-v4wvaphh]{display:flex;gap:1rem;padding:1rem;flex:1;overflow-x:auto;overflow-y:hidden;min-height:0;scroll-snap-type:x mandatory}.kanban-column[data-astro-cid-v4wvaphh]{background:var(--color-bg-base);border-radius:8px;border:1px solid rgba(98,182,113,.1);display:flex;flex-direction:column;min-height:0;flex:1;min-width:250px;scroll-snap-align:start}.column-header[data-astro-cid-v4wvaphh]{padding:.75rem 1rem;border-bottom:1px solid rgba(98,182,113,.1);display:flex;align-items:center;justify-content:space-between;background:var(--color-bg-elevated);border-radius:8px 8px 0 0}.column-title[data-astro-cid-v4wvaphh]{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;color:var(--color-text-primary)}.column-icon[data-astro-cid-v4wvaphh]{font-size:1rem}.column-count[data-astro-cid-v4wvaphh]{background:#62b67133;color:var(--color-secondary);padding:.25rem .5rem;border-radius:12px;font-size:.7rem;font-weight:600;border:1px solid rgba(98,182,113,.3)}.column-content[data-astro-cid-v4wvaphh]{padding:.75rem;display:flex;flex-direction:column;gap:.75rem;flex:1;overflow-y:auto}.bug-card[data-astro-cid-v4wvaphh]{background:var(--color-bg-elevated);border:1px solid rgba(98,182,113,.2);border-radius:8px;padding:1rem;transition:all .15s ease;cursor:pointer;display:flex;flex-direction:column;gap:.5rem}.bug-card[data-astro-cid-v4wvaphh]:hover{border-color:#62b67166;box-shadow:0 2px 8px #62b6711a;transform:translateY(-1px)}.bug-card[data-astro-cid-v4wvaphh].priority-critical{border-left:4px solid #dc2626}.bug-card[data-astro-cid-v4wvaphh].priority-high{border-left:4px solid #ef4444}.bug-card[data-astro-cid-v4wvaphh].priority-medium{border-left:4px solid #f59e0b}.bug-card[data-astro-cid-v4wvaphh].priority-low{border-left:4px solid #10b981}.bug-card[data-astro-cid-v4wvaphh].assigned{background:#62b67105}.bug-card[data-astro-cid-v4wvaphh].resolved{opacity:.8;background:#62b6710d}.bug-title[data-astro-cid-v4wvaphh]{font-size:.9rem;font-weight:600;color:var(--color-text-primary);line-height:1.3;margin-bottom:.25rem}.bug-category[data-astro-cid-v4wvaphh]{font-size:.75rem;color:var(--color-text-secondary);font-weight:500}.bug-date[data-astro-cid-v4wvaphh]{font-size:.7rem;color:var(--color-text-muted)}.bug-status[data-astro-cid-v4wvaphh]{padding:.25rem .5rem;border-radius:4px;font-size:.7rem;font-weight:600;text-align:center;margin-top:auto}.bug-status[data-astro-cid-v4wvaphh].critical{background:#dc262633;color:#dc2626;border:1px solid rgba(220,38,38,.3)}.bug-status[data-astro-cid-v4wvaphh].high{background:#ef444433;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.bug-status[data-astro-cid-v4wvaphh].medium{background:#f59e0b33;color:#f59e0b;border:1px solid rgba(245,158,11,.3)}.bug-status[data-astro-cid-v4wvaphh].low{background:#10b98133;color:#10b981;border:1px solid rgba(16,185,129,.3)}.bug-status[data-astro-cid-v4wvaphh].in-progress{background:#3b82f633;color:#3b82f6;border:1px solid rgba(59,130,246,.3)}.bug-status[data-astro-cid-v4wvaphh].testing{background:#a855f733;color:#a855f7;border:1px solid rgba(168,85,247,.3)}.bug-status[data-astro-cid-v4wvaphh].resolved{background:#62b67133;color:var(--color-secondary);border:1px solid rgba(98,182,113,.3)}.bug-header[data-astro-cid-v4wvaphh]{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.bug-id[data-astro-cid-v4wvaphh]{font-size:.7rem;font-weight:600;color:var(--color-text-secondary);font-family:Consolas,monospace}.priority-badge[data-astro-cid-v4wvaphh]{padding:.2rem .4rem;border-radius:4px;font-size:.65rem;font-weight:600;text-transform:uppercase}.priority-badge[data-astro-cid-v4wvaphh].critical{background:#dc262633;color:#dc2626;border:1px solid rgba(220,38,38,.3)}.priority-badge[data-astro-cid-v4wvaphh].high{background:#ef444433;color:#ef4444;border:1px solid rgba(239,68,68,.3)}.priority-badge[data-astro-cid-v4wvaphh].medium{background:#f59e0b33;color:#f59e0b;border:1px solid rgba(245,158,11,.3)}.priority-badge[data-astro-cid-v4wvaphh].low{background:#10b98133;color:#10b981;border:1px solid rgba(16,185,129,.3)}.bug-meta[data-astro-cid-v4wvaphh]{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.bug-type[data-astro-cid-v4wvaphh]{display:flex;align-items:center;gap:.3rem;font-size:.7rem;color:var(--color-text-secondary)}.type-icon[data-astro-cid-v4wvaphh]{font-size:.8rem}.bug-reporter[data-astro-cid-v4wvaphh]{font-size:.7rem;color:var(--color-text-secondary);font-weight:500}.assignee[data-astro-cid-v4wvaphh]{display:flex;align-items:center;gap:.3rem;font-size:.7rem;color:var(--color-text-secondary)}.assignee-avatar[data-astro-cid-v4wvaphh]{width:20px;height:20px;border-radius:50%;background:var(--color-secondary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:600}.bug-details[data-astro-cid-v4wvaphh]{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.5rem}.detail-item[data-astro-cid-v4wvaphh]{display:flex;align-items:center;gap:.3rem;font-size:.65rem;color:var(--color-text-secondary)}.detail-icon[data-astro-cid-v4wvaphh]{font-size:.7rem}.progress-bar[data-astro-cid-v4wvaphh]{width:100%;height:4px;background:#62b6711a;border-radius:2px;margin-bottom:.5rem;overflow:hidden}.progress-fill[data-astro-cid-v4wvaphh]{height:100%;background:var(--color-secondary);border-radius:2px;transition:width .3s ease}.testing-status[data-astro-cid-v4wvaphh],.resolved-status[data-astro-cid-v4wvaphh]{display:flex;align-items:center;gap:.3rem;font-size:.7rem;color:var(--color-secondary);margin-bottom:.5rem;padding:.25rem .5rem;background:#62b6711a;border-radius:4px;border:1px solid rgba(98,182,113,.2)}.status-icon[data-astro-cid-v4wvaphh]{font-size:.8rem}.bug-footer[data-astro-cid-v4wvaphh]{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.bug-time[data-astro-cid-v4wvaphh]{font-size:.65rem;color:var(--color-text-muted)}.bug-actions[data-astro-cid-v4wvaphh]{display:flex;gap:.25rem}.action-btn[data-astro-cid-v4wvaphh]{padding:.25rem .5rem;border:1px solid rgba(98,182,113,.3);border-radius:4px;background:transparent;color:var(--color-text-secondary);font-size:.65rem;font-weight:500;cursor:pointer;transition:all .15s ease}.action-btn[data-astro-cid-v4wvaphh]:hover{background:#62b6710d;color:var(--color-text-primary);border-color:#62b67166}.action-btn[data-astro-cid-v4wvaphh].primary{background:var(--color-secondary);color:#fff;border-color:var(--color-secondary)}.action-btn[data-astro-cid-v4wvaphh].primary:hover{background:#4ade80;border-color:#4ade80}@media(max-width:1024px){.kanban-column[data-astro-cid-v4wvaphh]{flex:0 0 260px}.dashboard-header[data-astro-cid-v4wvaphh]{flex-direction:column;gap:.75rem;align-items:flex-start}.filter-controls[data-astro-cid-v4wvaphh]{width:100%;justify-content:flex-end}}@media(max-width:768px){.dashboard-demo[data-astro-cid-v4wvaphh]{height:550px}.kanban-board[data-astro-cid-v4wvaphh]{gap:.75rem;padding:.75rem .75rem 1rem}.kanban-column[data-astro-cid-v4wvaphh]{flex:0 0 240px}.dashboard-header[data-astro-cid-v4wvaphh]{padding:.75rem 1rem}.filter-controls[data-astro-cid-v4wvaphh]{display:none}.column-header[data-astro-cid-v4wvaphh]{padding:.5rem .75rem}.column-content[data-astro-cid-v4wvaphh]{padding:.5rem;gap:.5rem}.bug-card[data-astro-cid-v4wvaphh]{padding:.75rem}.bug-meta[data-astro-cid-v4wvaphh]{flex-direction:column;align-items:flex-start;gap:.25rem}.bug-actions[data-astro-cid-v4wvaphh]{flex-direction:column;gap:.25rem}.action-btn[data-astro-cid-v4wvaphh]{width:100%;text-align:center}}@media(max-width:600px){.dashboard-demo[data-astro-cid-v4wvaphh]{height:500px}.kanban-board[data-astro-cid-v4wvaphh]{gap:.5rem;padding:.5rem .5rem 1rem}.kanban-column[data-astro-cid-v4wvaphh]{flex:0 0 220px}.dashboard-title[data-astro-cid-v4wvaphh]{font-size:1rem}.project-info[data-astro-cid-v4wvaphh]{font-size:.75rem}.bug-title[data-astro-cid-v4wvaphh]{font-size:.8rem}.bug-card[data-astro-cid-v4wvaphh]{padding:.5rem}.column-content[data-astro-cid-v4wvaphh]{padding:.5rem;max-height:320px}.kanban-board[data-astro-cid-v4wvaphh]:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:40px;height:4px;background:#62b6714d;border-radius:2px;pointer-events:none}}@media(max-width:480px){.kanban-column[data-astro-cid-v4wvaphh]{flex:0 0 200px}.dashboard-header[data-astro-cid-v4wvaphh]{padding:.5rem .75rem}.kanban-board[data-astro-cid-v4wvaphh]{padding:.5rem}.bug-details[data-astro-cid-v4wvaphh]{display:none}.column-content[data-astro-cid-v4wvaphh]{max-height:280px}}@media(prefers-reduced-motion:reduce){.dashboard-demo[data-astro-cid-v4wvaphh]{transition:none}.dashboard-demo[data-astro-cid-v4wvaphh]:hover{transform:none}.bug-card[data-astro-cid-v4wvaphh]{transition:none}.bug-card[data-astro-cid-v4wvaphh]:hover{transform:none}.progress-fill[data-astro-cid-v4wvaphh]{transition:none}}.snapshot-container[data-astro-cid-mluwjfvd]{width:100%;max-width:100%;margin:0 auto}.dashboard-demo[data-astro-cid-mluwjfvd]{background:var(--color-bg-elevated);border:2px solid transparent;border-radius:1rem;overflow:hidden;height:600px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:all .3s ease;display:flex;flex-direction:column}.dashboard-demo[data-astro-cid-mluwjfvd]:hover{transform:translateY(-4px);box-shadow:0 8px 25px #62b67133;border-color:var(--color-secondary)}.dashboard-header[data-astro-cid-mluwjfvd]{background:var(--color-bg-base);border-bottom:1px solid rgba(98,182,113,.1);padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.header-left[data-astro-cid-mluwjfvd]{display:flex;flex-direction:column;gap:.25rem}.dashboard-title[data-astro-cid-mluwjfvd]{display:flex;align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;color:var(--color-text-primary)}.dashboard-logo[data-astro-cid-mluwjfvd]{width:20px;height:20px;object-fit:contain}.project-info[data-astro-cid-mluwjfvd]{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--color-text-secondary)}.project-name[data-astro-cid-mluwjfvd]{font-weight:500}.project-separator[data-astro-cid-mluwjfvd]{color:var(--color-text-muted)}.form-count[data-astro-cid-mluwjfvd]{color:var(--color-secondary);font-weight:500}.header-right[data-astro-cid-mluwjfvd]{display:flex;align-items:center}.form-controls[data-astro-cid-mluwjfvd]{display:flex;gap:.75rem;align-items:center}.form-name-input[data-astro-cid-mluwjfvd]{padding:.5rem .75rem;border:1px solid rgba(98,182,113,.2);border-radius:6px;background:var(--color-bg-elevated);color:var(--color-text-primary);font-size:.8rem;min-width:200px}.template-select[data-astro-cid-mluwjfvd]{padding:.5rem .75rem;border:1px solid rgba(98,182,113,.2);border-radius:6px;background:var(--color-bg-elevated);color:var(--color-text-primary);font-size:.8rem;cursor:pointer}.save-btn[data-astro-cid-mluwjfvd]{padding:.5rem 1rem;background:var(--color-secondary);color:#fff;border:none;border-radius:6px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .15s ease}.save-btn[data-astro-cid-mluwjfvd]:hover{background:#4ade80}.form-builder[data-astro-cid-mluwjfvd]{display:flex;flex:1;overflow:hidden}.elements-sidebar[data-astro-cid-mluwjfvd]{width:250px;background:var(--color-bg-base);border-right:1px solid rgba(98,182,113,.1);padding:1rem;overflow-y:auto}.sidebar-header[data-astro-cid-mluwjfvd] h3[data-astro-cid-mluwjfvd]{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:var(--color-text-primary)}.sidebar-header[data-astro-cid-mluwjfvd] p[data-astro-cid-mluwjfvd]{margin:0 0 1rem;font-size:.8rem;color:var(--color-text-secondary);line-height:1.4}.elements-list[data-astro-cid-mluwjfvd]{display:flex;flex-direction:column;gap:.5rem}.element-item[data-astro-cid-mluwjfvd]{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--color-bg-elevated);border:1px solid rgba(98,182,113,.2);border-radius:8px;cursor:grab;transition:all .15s ease;font-size:.85rem;font-weight:500;color:var(--color-text-primary)}.element-item[data-astro-cid-mluwjfvd]:hover{border-color:#62b67166;background:#62b6710d}.element-item[data-astro-cid-mluwjfvd]:active{cursor:grabbing}.element-icon[data-astro-cid-mluwjfvd]{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;font-weight:600;font-size:.9rem}.text-icon[data-astro-cid-mluwjfvd]{background:#f59e0b33;color:#f59e0b}.paragraph-icon[data-astro-cid-mluwjfvd]{background:#3b82f633;color:#3b82f6}.dropdown-icon[data-astro-cid-mluwjfvd]{background:#a855f733;color:#a855f7}.multiselect-icon[data-astro-cid-mluwjfvd]{background:#10b98133;color:#10b981}.rating-icon[data-astro-cid-mluwjfvd]{background:#f59e0b33;color:#f59e0b}.toggle-icon[data-astro-cid-mluwjfvd]{background:#62b67133;color:var(--color-secondary)}.form-canvas[data-astro-cid-mluwjfvd]{flex:1;padding:1rem;overflow-y:auto;background:var(--color-bg-elevated)}.canvas-header[data-astro-cid-mluwjfvd] h3[data-astro-cid-mluwjfvd]{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:var(--color-text-primary)}.canvas-header[data-astro-cid-mluwjfvd] p[data-astro-cid-mluwjfvd]{margin:0 0 1.5rem;font-size:.8rem;color:var(--color-text-secondary);line-height:1.4}.form-details[data-astro-cid-mluwjfvd]{margin-bottom:1.5rem}.form-detail-row[data-astro-cid-mluwjfvd]{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}.form-field[data-astro-cid-mluwjfvd]{display:flex;flex-direction:column;gap:.5rem}.form-field[data-astro-cid-mluwjfvd] label[data-astro-cid-mluwjfvd]{font-size:.8rem;font-weight:500;color:var(--color-text-primary)}.form-field[data-astro-cid-mluwjfvd] input[data-astro-cid-mluwjfvd],.form-field[data-astro-cid-mluwjfvd] select[data-astro-cid-mluwjfvd]{padding:.5rem .75rem;border:1px solid rgba(98,182,113,.2);border-radius:6px;background:var(--color-bg-base);color:var(--color-text-primary);font-size:.8rem}.form-field[data-astro-cid-mluwjfvd] input[data-astro-cid-mluwjfvd]:focus,.form-field[data-astro-cid-mluwjfvd] select[data-astro-cid-mluwjfvd]:focus{outline:none;border-color:var(--color-secondary);box-shadow:0 0 0 3px #62b6711a}.form-rows[data-astro-cid-mluwjfvd]{display:flex;flex-direction:column;gap:1rem}.form-row[data-astro-cid-mluwjfvd]{background:var(--color-bg-base);border:1px solid rgba(98,182,113,.2);border-radius:8px;overflow:hidden}.row-header[data-astro-cid-mluwjfvd]{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#62b6710d;border-bottom:1px solid rgba(98,182,113,.1);font-weight:600;color:var(--color-text-primary)}.row-actions[data-astro-cid-mluwjfvd]{display:flex;gap:.25rem}.row-action[data-astro-cid-mluwjfvd]{width:24px;height:24px;border:1px solid rgba(98,182,113,.3);border-radius:4px;background:transparent;color:var(--color-text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.8rem;transition:all .15s ease}.row-action[data-astro-cid-mluwjfvd]:hover{background:#62b6711a;color:var(--color-text-primary)}.row-action[data-astro-cid-mluwjfvd].delete:hover{background:#ef44441a;color:#ef4444;border-color:#ef44444d}.row-content[data-astro-cid-mluwjfvd]{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1rem}.form-element[data-astro-cid-mluwjfvd]{background:var(--color-bg-elevated);border:1px solid rgba(98,182,113,.2);border-radius:6px;overflow:hidden}.element-header[data-astro-cid-mluwjfvd]{display:flex;align-items:center;justify-content:space-between;padding:.5rem;background:#62b6710d;border-bottom:1px solid rgba(98,182,113,.1)}.drag-handle[data-astro-cid-mluwjfvd]{cursor:grab;color:var(--color-text-secondary);font-size:.8rem}.drag-handle[data-astro-cid-mluwjfvd]:active{cursor:grabbing}.delete-element[data-astro-cid-mluwjfvd]{cursor:pointer;color:var(--color-text-secondary);font-size:.8rem;transition:color .15s ease}.delete-element[data-astro-cid-mluwjfvd]:hover{color:#ef4444}.element-content[data-astro-cid-mluwjfvd]{padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.element-content[data-astro-cid-mluwjfvd] label[data-astro-cid-mluwjfvd]{font-size:.75rem;font-weight:500;color:var(--color-text-primary)}.element-content[data-astro-cid-mluwjfvd] input[data-astro-cid-mluwjfvd],.element-content[data-astro-cid-mluwjfvd] select[data-astro-cid-mluwjfvd]{padding:.4rem .6rem;border:1px solid rgba(98,182,113,.2);border-radius:4px;background:var(--color-bg-base);color:var(--color-text-primary);font-size:.75rem}.field-options[data-astro-cid-mluwjfvd]{display:flex;flex-direction:column;gap:.25rem;margin-top:.25rem}.checkbox-label[data-astro-cid-mluwjfvd]{display:flex;align-items:center;gap:.5rem;font-size:.7rem;color:var(--color-text-secondary);cursor:pointer}.checkbox-label[data-astro-cid-mluwjfvd] input[data-astro-cid-mluwjfvd][type=checkbox]{width:auto;margin:0}.dropdown-options[data-astro-cid-mluwjfvd]{margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(98,182,113,.1)}.options-list[data-astro-cid-mluwjfvd]{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.option-item[data-astro-cid-mluwjfvd]{display:flex;gap:.5rem;align-items:center}.option-item[data-astro-cid-mluwjfvd] input[data-astro-cid-mluwjfvd]{flex:1;padding:.4rem .6rem;border:1px solid rgba(98,182,113,.2);border-radius:4px;background:var(--color-bg-base);color:var(--color-text-primary);font-size:.75rem}.remove-option[data-astro-cid-mluwjfvd]{width:24px;height:24px;border:1px solid rgba(239,68,68,.3);border-radius:4px;background:transparent;color:#ef4444;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.8rem;transition:all .15s ease;flex-shrink:0}.remove-option[data-astro-cid-mluwjfvd]:hover{background:#ef44441a;border-color:#ef444480}.add-option[data-astro-cid-mluwjfvd]{padding:.4rem .6rem;background:transparent;color:var(--color-secondary);border:1px solid rgba(98,182,113,.3);border-radius:4px;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .15s ease;width:100%}.add-option[data-astro-cid-mluwjfvd]:hover{background:#62b6711a;border-color:#62b67180}.add-row-zone[data-astro-cid-mluwjfvd]{border:2px dashed rgba(98,182,113,.3);border-radius:8px;padding:2rem;display:flex;align-items:center;justify-content:center;transition:all .15s ease;cursor:pointer}.add-row-zone[data-astro-cid-mluwjfvd]:hover{border-color:#62b67180;background:#62b67105}.add-row-button[data-astro-cid-mluwjfvd]{color:var(--color-secondary);font-weight:500;font-size:.9rem}@media(max-width:1024px){.form-detail-row[data-astro-cid-mluwjfvd]{grid-template-columns:1fr 1fr;gap:.75rem}.row-content[data-astro-cid-mluwjfvd]{grid-template-columns:1fr;gap:.75rem}.elements-sidebar[data-astro-cid-mluwjfvd]{width:200px}}@media(max-width:768px){.dashboard-demo[data-astro-cid-mluwjfvd]{height:550px}.form-builder[data-astro-cid-mluwjfvd]{flex-direction:column}.elements-sidebar[data-astro-cid-mluwjfvd]{width:100%;max-height:150px;border-right:none;border-bottom:1px solid rgba(98,182,113,.1)}.elements-list[data-astro-cid-mluwjfvd]{flex-direction:row;overflow-x:auto;gap:.5rem}.element-item[data-astro-cid-mluwjfvd]{flex-shrink:0;min-width:120px}.dashboard-header[data-astro-cid-mluwjfvd]{flex-direction:column;gap:.75rem;align-items:flex-start}.form-controls[data-astro-cid-mluwjfvd]{width:100%;flex-wrap:wrap}.form-name-input[data-astro-cid-mluwjfvd]{min-width:150px;flex:1}.form-detail-row[data-astro-cid-mluwjfvd]{grid-template-columns:1fr;gap:.5rem}}@media(max-width:600px){.dashboard-demo[data-astro-cid-mluwjfvd]{height:500px}.dashboard-title[data-astro-cid-mluwjfvd]{font-size:1rem}.project-info[data-astro-cid-mluwjfvd]{font-size:.75rem}.form-controls[data-astro-cid-mluwjfvd]{flex-direction:column;gap:.5rem}.form-name-input[data-astro-cid-mluwjfvd],.template-select[data-astro-cid-mluwjfvd],.save-btn[data-astro-cid-mluwjfvd]{width:100%}.row-content[data-astro-cid-mluwjfvd]{padding:.75rem}.element-content[data-astro-cid-mluwjfvd]{padding:.5rem}}@media(prefers-reduced-motion:reduce){.dashboard-demo[data-astro-cid-mluwjfvd]{transition:none}.dashboard-demo[data-astro-cid-mluwjfvd]:hover{transform:none}.element-item[data-astro-cid-mluwjfvd],.row-action[data-astro-cid-mluwjfvd]{transition:none}}.empty-row[data-astro-cid-mluwjfvd]{display:flex;align-items:center;justify-content:center;grid-template-columns:1fr;min-height:120px}.empty-row-placeholder[data-astro-cid-mluwjfvd]{color:var(--color-text-secondary);font-size:.9rem;font-style:italic;text-align:center;padding:2rem;border:2px dashed rgba(98,182,113,.3);border-radius:8px;background:#62b67105;transition:all .15s ease;width:100%}.empty-row-placeholder[data-astro-cid-mluwjfvd]:hover{border-color:#62b67180;background:#62b6710d}
