:root{--formative-primary:#6366f1;--formative-primary-dark:#4f46e5;--formative-primary-light:#818cf8;--formative-primary-gradient:linear-gradient(135deg,#6366f1,#8b5cf6);--formative-accent:#ec4899;--formative-accent-gradient:linear-gradient(135deg,#ec4899,#f43f5e);--formative-gray-50:#fafafa;--formative-gray-100:#f4f4f5;--formative-gray-200:#e4e4e7;--formative-gray-300:#d4d4d8;--formative-gray-400:#a1a1aa;--formative-gray-500:#71717a;--formative-gray-600:#52525b;--formative-gray-700:#3f3f46;--formative-gray-800:#27272a;--formative-gray-900:#18181b;--formative-success:#10b981;--formative-success-light:#d1fae5;--formative-warning:#f59e0b;--formative-warning-light:#fef3c7;--formative-error:#ef4444;--formative-error-light:#fee2e2;--formative-info:#3b82f6;--formative-info-light:#dbeafe;--formative-space-xs:4px;--formative-space-sm:8px;--formative-space-md:16px;--formative-space-lg:24px;--formative-space-xl:32px;--formative-space-2xl:48px;--formative-radius-sm:6px;--formative-radius-md:10px;--formative-radius-lg:16px;--formative-radius-xl:24px;--formative-radius-full:9999px;--formative-shadow-sm:0 1px 2px rgba(0,0,0,.04);--formative-shadow-md:0 4px 6px -1px rgba(0,0,0,.06),0 2px 4px -1px rgba(0,0,0,.04);--formative-shadow-lg:0 10px 15px -3px rgba(0,0,0,.08),0 4px 6px -2px rgba(0,0,0,.04);--formative-shadow-xl:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);--formative-shadow-2xl:0 25px 50px -12px rgba(0,0,0,.15);--formative-shadow-glow:0 0 20px rgba(99,102,241,.3);--formative-shadow-glow-accent:0 0 20px rgba(236,72,153,.3);--formative-transition-fast:150ms cubic-bezier(0.4,0,0.2,1);--formative-transition-base:250ms cubic-bezier(0.4,0,0.2,1);--formative-transition-slow:350ms cubic-bezier(0.4,0,0.2,1);--formative-transition-bounce:500ms cubic-bezier(0.34,1.56,0.64,1);--formative-font-body:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--formative-font-heading:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--formative-font-mono:"SF Mono",Monaco,"Cascadia Code","Roboto Mono",Consolas,monospace;--formative-z-base:1;--formative-z-dropdown:100;--formative-z-sticky:200;--formative-z-modal:1000;--formative-z-popover:1100;--formative-z-tooltip:1200;--formative-glass-bg:hsla(0,0%,100%,.75);--formative-glass-border:hsla(0,0%,100%,.2);--formative-glass-shadow:0 8px 32px rgba(0,0,0,.08)}@keyframes formative-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes formative-fade-in-scale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes formative-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes formative-pulse-glow{0%,to{box-shadow:var(--formative-shadow-glow)}50%{box-shadow:0 0 30px rgba(99,102,241,.5)}}@keyframes formative-shimmer{0%{background-position:right -1000px top 0}to{background-position:right 1000px top 0}}.formative-admin-wrapper{background:linear-gradient(-135deg,#f5f7fa,#e8edf2);font-family:var(--formative-font-body);margin:0 -22px 0 -20px;min-height:100vh;position:relative}.formative-admin-wrapper:before{background:radial-gradient(circle,rgba(99,102,241,.05) 0,transparent 70%);left:-50%;top:-50%}.formative-admin-wrapper:after,.formative-admin-wrapper:before{content:"";height:100%;pointer-events:none;position:fixed;width:100%;z-index:0}.formative-admin-wrapper:after{background:radial-gradient(circle,rgba(236,72,153,.03) 0,transparent 70%);bottom:-50%;right:-50%}.formative-admin-wrapper>*{position:relative;z-index:1}.formative-admin-header{align-items:center;animation:formative-fade-in var(--formative-transition-base);backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);background:var(--formative-glass-bg);border-bottom:1px solid var(--formative-glass-border);box-shadow:var(--formative-glass-shadow);display:flex;justify-content:space-between;padding:18px 36px;position:sticky;top:0;z-index:var(--formative-z-sticky)}.formative-logo{align-items:center;background:var(--formative-primary-gradient);-webkit-background-clip:text;display:flex;font-size:26px;font-weight:700;gap:14px;margin:0;-webkit-text-fill-color:transparent;background-clip:text;transition:all var(--formative-transition-base)}.formative-logo:hover{filter:brightness(1.1);transform:translateY(-1px)}.formative-logo-icon{align-items:center;background:var(--formative-primary-gradient);border-radius:var(--formative-radius-md);box-shadow:var(--formative-shadow-md);color:#fff;display:flex;font-size:32px;height:42px;justify-content:center;transition:all var(--formative-transition-base);width:42px}.formative-logo-icon:hover{box-shadow:var(--formative-shadow-glow);transform:scale(1.05)}.formative-logo-icon svg{filter:drop-shadow(0 1px 2px rgba(0,0,0,.1))}.formative-version{background:var(--formative-gray-100);border:1px solid var(--formative-gray-200);border-radius:var(--formative-radius-full);color:var(--formative-gray-500);font-size:12px;font-weight:600;padding:4px 12px;transition:all var(--formative-transition-fast)}.formative-version:hover{background:var(--formative-gray-200);transform:scale(1.05)}.formative-back-to-wp{align-items:center;background:var(--formative-gray-100);border:1px solid var(--formative-gray-200);border-radius:var(--formative-radius-full);color:var(--formative-gray-600);display:inline-flex;font-size:13px;font-weight:500;gap:6px;padding:6px 14px;text-decoration:none;transition:all var(--formative-transition-base);white-space:nowrap}.formative-back-to-wp svg{flex-shrink:0;transition:transform var(--formative-transition-base)}.formative-back-to-wp:hover{background:#fff;border-color:var(--formative-primary-light);box-shadow:0 0 0 3px rgba(99,102,241,.12);color:var(--formative-primary-dark)}.formative-back-to-wp:hover svg{transform:translateX(3px)}.formative-admin-header-right{align-items:center;display:flex;gap:12px}.formative-admin-container{display:flex;min-height:calc(100vh - 65px);padding:20px 24px}.formative-admin-sidebar{animation:formative-slide-up var(--formative-transition-slow);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:var(--formative-glass-bg);border-left:1px solid var(--formative-glass-border);box-shadow:var(--formative-shadow-sm);padding:24px 0;width:260px}.formative-admin-nav{display:flex;flex-direction:column;gap:4px;padding:0 12px}.formative-nav-item{align-items:center;border-radius:var(--formative-radius-md);color:var(--formative-gray-700);display:flex;font-weight:500;gap:14px;overflow:hidden;padding:14px 18px;position:relative;text-decoration:none;transition:all var(--formative-transition-base)}.formative-nav-item:before{background:var(--formative-primary-gradient);border-radius:4px 0 0 4px;content:"";height:100%;right:0;position:absolute;top:0;transform:scaleY(0);transition:transform var(--formative-transition-base);width:4px}.formative-nav-item:hover:not(.active){background:linear-gradient(-90deg,rgba(99,102,241,.08),transparent);box-shadow:var(--formative-shadow-sm);color:var(--formative-primary);transform:translateX(-4px)}.formative-nav-item:hover:not(.active):before{transform:scaleY(.6)}.formative-nav-item:hover:not(.active) .formative-nav-icon{transform:scale(1.1)}.formative-nav-item.active{background:var(--formative-primary-gradient)!important;box-shadow:var(--formative-shadow-md),var(--formative-shadow-glow);color:#fff!important;font-weight:600}.formative-nav-item.active:before{background:hsla(0,0%,100%,.3);transform:scaleY(1)}.formative-nav-item.active:hover{background:var(--formative-primary-gradient)!important;transform:translateX(-4px) scale(1.02)}.formative-nav-icon{align-items:center;display:flex;font-size:20px;justify-content:center;transition:all var(--formative-transition-base)}.formative-nav-icon svg{filter:drop-shadow(0 1px 2px rgba(0,0,0,.05))}.formative-admin-content{animation:formative-fade-in var(--formative-transition-base);flex:1;max-width:1400px;padding:36px;position:relative}.formative-admin-content:before{background:radial-gradient(circle,rgba(99,102,241,.03) 0,transparent 70%);content:"";height:300px;pointer-events:none;position:absolute;left:-20px;top:-20px;width:300px;z-index:-1}.formative-page-header{align-items:center;animation:formative-slide-up var(--formative-transition-slow);border-bottom:2px solid var(--formative-gray-200);display:flex;justify-content:space-between;margin-bottom:32px;padding-bottom:20px;position:relative}.formative-page-header:after{background:var(--formative-primary-gradient);bottom:-2px;content:"";height:2px;right:0;position:absolute;width:120px}.formative-page-header .formative-df{display:flex}.formative-page-header .formative-form-name{gap:18px}.formative-page-header .formative-form-name h1{margin-top:4px}.formative-page-header h1{background:var(--formative-primary-gradient);-webkit-background-clip:text;font-size:32px;font-weight:800;margin:0;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.8px;line-height:1.2}.formative-stats-grid{animation:formative-fade-in var(--formative-transition-slow);display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin-bottom:40px}.formative-stat-card{align-items:center;animation:formative-slide-up var(--formative-transition-slow);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:var(--formative-glass-bg);border:1px solid hsla(0,0%,100%,.5);border-radius:var(--formative-radius-lg);box-shadow:var(--formative-shadow-md);display:flex;gap:20px;overflow:hidden;padding:28px;position:relative;transition:all var(--formative-transition-base)}.formative-stat-card:before{background:var(--formative-primary-gradient);content:"";height:4px;right:0;opacity:0;position:absolute;left:0;top:0;transition:opacity var(--formative-transition-base)}.formative-stat-card:hover{box-shadow:var(--formative-shadow-xl),var(--formative-shadow-glow);transform:translateY(-4px)}.formative-stat-card:hover:before{opacity:1}.formative-stat-card:hover .formative-stat-icon{transform:scale(1.1) rotate(5deg)}.formative-stat-icon{align-items:center;background:var(--formative-primary-gradient);border-radius:var(--formative-radius-lg);box-shadow:var(--formative-shadow-md),var(--formative-shadow-glow);color:#fff;display:flex;font-size:40px;height:72px;justify-content:center;transition:all var(--formative-transition-base);width:72px}.formative-stat-icon svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.formative-stat-value{background:var(--formative-primary-gradient);-webkit-background-clip:text;font-size:36px;font-weight:800;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-1px;line-height:1}.formative-stat-label{color:var(--formative-gray-600);font-size:14px;font-weight:600;letter-spacing:.2px;margin-top:6px}.formative-dashboard-sections{display:grid;gap:28px;grid-template-columns:repeat(auto-fit,minmax(420px,1fr))}.formative-dashboard-section{animation:formative-fade-in-scale var(--formative-transition-slow);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:var(--formative-glass-bg);border:1px solid hsla(0,0%,100%,.5);border-radius:var(--formative-radius-lg);box-shadow:var(--formative-shadow-md);padding:28px;transition:all var(--formative-transition-base)}.formative-dashboard-section:hover{box-shadow:var(--formative-shadow-lg);transform:translateY(-2px)}.formative-dashboard-section h2{border-bottom:2px solid var(--formative-gray-200);color:var(--formative-gray-800);font-size:20px;font-weight:700;letter-spacing:-.3px;margin:0 0 20px;padding-bottom:12px;position:relative}.formative-dashboard-section h2:after{background:var(--formative-primary-gradient);bottom:-2px;content:"";height:2px;right:0;position:absolute;width:60px}.formative-recent-list{display:flex;flex-direction:column;gap:14px}.formative-recent-item{background:linear-gradient(-135deg,rgba(99,102,241,.02),rgba(139,92,246,.01));border:1px solid var(--formative-gray-200);border-radius:var(--formative-radius-md);cursor:pointer;padding:16px;transition:all var(--formative-transition-base)}.formative-recent-item:hover{background:linear-gradient(-135deg,rgba(99,102,241,.05),rgba(139,92,246,.03));border-color:var(--formative-primary-light);box-shadow:var(--formative-shadow-sm);transform:translateX(-4px)}.formative-recent-title{color:var(--formative-gray-800);font-size:15px;font-weight:600;margin-bottom:6px}.formative-recent-meta{color:var(--formative-gray-500);font-size:12px;font-weight:500}.formative-table-wrapper{animation:formative-fade-in-scale var(--formative-transition-slow);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:var(--formative-glass-bg);border:1px solid hsla(0,0%,100%,.5);border-radius:var(--formative-radius-lg);box-shadow:var(--formative-shadow-md);overflow:hidden}.formative-table{border-collapse:collapse;width:100%}.formative-table th{background:linear-gradient(-135deg,rgba(99,102,241,.05),rgba(139,92,246,.03));border-bottom:2px solid var(--formative-gray-200);color:var(--formative-gray-800);font-size:13px;font-weight:700;letter-spacing:.5px;padding:18px 20px;text-align:right;text-transform:uppercase}.formative-table td{border-bottom:1px solid var(--formative-gray-100);color:var(--formative-gray-700);padding:18px 20px;transition:background var(--formative-transition-fast)}.formative-table tbody tr{transition:all var(--formative-transition-base)}.formative-table tbody tr:hover{background:linear-gradient(-90deg,rgba(99,102,241,.03),transparent);transform:translateX(-2px)}.formative-table tbody tr:hover td{color:var(--formative-gray-800)}.formative-table-actions{display:flex;gap:12px}.formative-shortcode-cell{align-items:center;display:flex;gap:12px}.formative-shortcode-cell code{background:linear-gradient(-135deg,rgba(236,72,153,.08),rgba(239,68,68,.06));border:1px solid rgba(236,72,153,.2);border-radius:var(--formative-radius-md);box-shadow:var(--formative-shadow-sm);color:var(--formative-accent);font-family:var(--formative-font-mono);font-size:12px;font-weight:700;letter-spacing:.3px;padding:6px 12px}.formative-shortcode-cell button{flex-shrink:0;transition:all var(--formative-transition-base)}.formative-shortcode-cell button:hover{transform:scale(1.1)}.formative-preview-modal .components-modal__content{padding:0}.formative-preview-modal .components-modal__header{border-bottom:1px solid #ddd}.formative-form-preview{max-height:70vh;overflow-y:auto;padding:20px}.formative-form-preview .formative-form{margin:0 auto;max-width:600px}.formative-form-preview .formative-field-wrapper{margin-bottom:20px}.formative-form-preview .formative-field-label{color:#1e1e1e;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.formative-form-preview .formative-required{color:#d63638;margin-right:3px}.formative-form-preview .formative-input,.formative-form-preview .formative-select,.formative-form-preview .formative-textarea{background:#f9f9f9;border:1px solid #ddd;border-radius:4px;font-size:14px;padding:10px 12px;width:100%}.formative-form-preview .formative-textarea{min-height:100px;resize:vertical}.formative-form-preview .formative-field-help{color:#757575;font-size:12px;margin-top:5px}.formative-form-preview .formative-checkbox-group,.formative-form-preview .formative-radio-group{display:flex;flex-direction:column;gap:8px}.formative-form-preview .formative-checkbox-label,.formative-form-preview .formative-radio-label{align-items:center;display:flex;gap:8px}.formative-form-preview .formative-submit-button{background:#007cba;border:none;border-radius:4px;color:#fff;cursor:not-allowed;font-size:16px;font-weight:500;opacity:.7;padding:12px 24px}.formative-modal-footer{background:var(--formative-gray-50);border-top:2px solid var(--formative-gray-200);gap:14px;padding:20px 28px}.formative-modal-footer button{border-radius:var(--formative-radius-md);font-weight:600;padding:10px 24px;transition:all var(--formative-transition-base)}.formative-modal-footer button.is-primary{background:var(--formative-primary-gradient);border:none;box-shadow:var(--formative-shadow-md),var(--formative-shadow-glow);color:#fff}.formative-modal-footer button.is-primary:hover{box-shadow:var(--formative-shadow-lg),0 0 25px rgba(99,102,241,.4);transform:translateY(-2px)}.formative-pagination{align-items:center;display:flex;gap:10px;justify-content:center;margin-top:32px}.formative-pagination button{background:#fff;border:2px solid var(--formative-gray-200);border-radius:var(--formative-radius-md);color:var(--formative-gray-700);cursor:pointer;font-weight:600;padding:10px 16px;transition:all var(--formative-transition-base)}.formative-pagination button:hover:not(:disabled){background:linear-gradient(-135deg,rgba(99,102,241,.05),rgba(139,92,246,.03));border-color:var(--formative-primary);box-shadow:var(--formative-shadow-sm);color:var(--formative-primary);transform:translateY(-2px)}.formative-pagination button:disabled{cursor:not-allowed;opacity:.4}.formative-pagination button.is-active{background:var(--formative-primary-gradient);border-color:transparent;box-shadow:var(--formative-shadow-md),var(--formative-shadow-glow);color:#fff}.formative-pagination span{color:var(--formative-gray-600);font-weight:600;padding:0 12px}.formative-empty-state{animation:formative-fade-in-scale var(--formative-transition-slow);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:var(--formative-glass-bg);border:1px solid hsla(0,0%,100%,.5);border-radius:var(--formative-radius-lg);box-shadow:var(--formative-shadow-md);padding:60px 48px;text-align:center}.formative-empty-state svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.05));margin-bottom:24px;opacity:.4}.formative-empty-state h3{color:var(--formative-gray-800);font-size:22px;font-weight:700;letter-spacing:-.3px;margin:0 0 12px}.formative-empty-state p{color:var(--formative-gray-500);font-size:15px;line-height:1.6;margin:0 0 28px}.formative-empty-state button{background:var(--formative-primary-gradient);border:none;border-radius:var(--formative-radius-md);box-shadow:var(--formative-shadow-md),var(--formative-shadow-glow);color:#fff;font-weight:600;padding:12px 28px;transition:all var(--formative-transition-base)}.formative-empty-state button:hover{box-shadow:var(--formative-shadow-lg),0 0 25px rgba(99,102,241,.4);transform:translateY(-2px)}@keyframes formative-spinner{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}@keyframes formative-pulse{0%,to{opacity:1}50%{opacity:.5}}.formative-loading{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;min-height:400px}.formative-loading .formative-spinner{animation:formative-spinner .8s linear infinite;border:4px solid var(--formative-gray-200);border-radius:50%;border-top-color:var(--formative-primary);box-shadow:0 0 20px rgba(99,102,241,.2);height:48px;width:48px}.formative-loading p{animation:formative-pulse 1.5s ease-in-out infinite;color:var(--formative-gray-600);font-size:15px;font-weight:600}.formative-builder-layout{display:flex;gap:0;height:calc(100vh - 180px);overflow:hidden;position:relative}.formative-builder-sidebar{animation:formative-slide-up var(--formative-transition-slow);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:var(--formative-glass-bg);border-left:1px solid var(--formative-glass-border);box-shadow:var(--formative-shadow-md);flex-shrink:0;height:100%;overflow-x:hidden;overflow-y:auto;padding:0;width:360px}.formative-builder-sidebar .components-panel{border:none}.formative-builder-sidebar .components-panel__body{border-bottom:none;border-top:1px solid var(--formative-gray-200);transition:all var(--formative-transition-base)}.formative-builder-sidebar .components-panel__body:first-child{border-top:none}.formative-builder-sidebar .components-panel__body:hover{background:var(--formative-gray-50)}.formative-builder-canvas{background:linear-gradient(-135deg,#f8f9fc,#eef1f7);flex:1;height:100%;min-width:400px;overflow-x:hidden;overflow-y:auto;padding:0;position:relative}.formative-builder-canvas:before{background:radial-gradient(circle at 50% 0,rgba(99,102,241,.06) 0,transparent 70%);content:"";height:300px;right:0;pointer-events:none;position:absolute;left:0;top:0;z-index:0}.formative-canvas-inner{animation:formative-fade-in var(--formative-transition-slow) .2s;margin:0 auto;padding:48px 28px;position:relative;width:100%;z-index:1}.formative-canvas-header{animation:formative-slide-up var(--formative-transition-slow);margin-bottom:40px;text-align:center}.formative-canvas-header h2{background:var(--formative-primary-gradient);-webkit-background-clip:text;font-size:28px;font-weight:700;margin:0;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px;line-height:1.3}.formative-empty-canvas{align-items:center;animation:formative-fade-in-scale var(--formative-transition-slow);backdrop-filter:blur(10px);background:var(--formative-glass-bg);border:3px dashed transparent;border-radius:var(--formative-radius-lg);color:var(--formative-gray-500);display:flex;flex-direction:column;justify-content:center;min-height:450px;padding:60px 40px;text-align:center;transition:all var(--formative-transition-base)}.formative-empty-canvas.drag-active{background:linear-gradient(-135deg,rgba(16,185,129,.05),rgba(16,185,129,.1));border-color:var(--formative-success);box-shadow:0 0 0 4px rgba(16,185,129,.1),var(--formative-shadow-lg);transform:scale(1.01)}.formative-empty-canvas.drag-active h3{animation:formative-pulse-glow 2s infinite;color:var(--formative-success)}.formative-empty-canvas.drag-active svg{color:var(--formative-success);transform:scale(1.1)}.formative-empty-canvas h3{color:var(--formative-gray-700);font-size:22px;font-weight:600;margin:0 0 12px;transition:all var(--formative-transition-base)}.formative-empty-canvas p{color:var(--formative-gray-500);font-size:15px;line-height:1.6;margin:0;max-width:450px}.formative-empty-canvas svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.05));transition:all var(--formative-transition-base)}.formative-canvas-fields{animation:formative-fade-in var(--formative-transition-base) .3s;display:flex;flex-direction:column;gap:20px;min-height:100px;position:relative}.formative-canvas-fields.drag-active .formative-canvas-field{position:relative}.formative-canvas-fields.drag-active .formative-canvas-field:after{background:transparent;border-radius:var(--formative-radius-sm);bottom:-12px;content:"";height:4px;right:0;position:absolute;left:0;transition:background var(--formative-transition-fast)}.formative-canvas-fields.drag-active .formative-canvas-field.drop-target:after{background:var(--formative-success);box-shadow:0 0 12px rgba(16,185,129,.6)}.formative-canvas-fields.drag-active:before{background:transparent;border-radius:var(--formative-radius-sm);content:"";height:4px;right:0;position:absolute;left:0;top:-12px;transition:background var(--formative-transition-fast)}.formative-canvas-fields.drag-active.drop-target-start:before{background:var(--formative-success);box-shadow:0 0 12px rgba(16,185,129,.6)}.formative-canvas-field{align-items:flex-start;animation:formative-slide-up var(--formative-transition-base);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:var(--formative-glass-bg);border:2px solid transparent;border-radius:var(--formative-radius-lg);box-shadow:var(--formative-shadow-sm);cursor:pointer;display:flex;gap:14px;padding:24px 20px 24px 24px;position:relative;transition:all var(--formative-transition-base);-webkit-user-select:none;-moz-user-select:none;user-select:none}.formative-canvas-field:before{background:linear-gradient(-135deg,rgba(99,102,241,.02),transparent);border-radius:var(--formative-radius-lg);content:"";inset:0;opacity:0;pointer-events:none;position:absolute;transition:opacity var(--formative-transition-base)}.formative-canvas-field:hover{border-color:var(--formative-primary-light);box-shadow:var(--formative-shadow-lg),0 0 0 4px rgba(99,102,241,.08);transform:translateY(-2px)}.formative-canvas-field:hover:before{opacity:1}.formative-canvas-field:hover .canvas-field-drag-handle{color:var(--formative-primary);opacity:1}.formative-canvas-field.is-selected{background:linear-gradient(-135deg,rgba(99,102,241,.05),rgba(139,92,246,.03));border-color:var(--formative-primary);box-shadow:var(--formative-shadow-xl),var(--formative-shadow-glow);transform:translateY(-1px)}.formative-canvas-field.is-selected:before{opacity:1}.formative-canvas-field.is-selected .canvas-field-drag-handle{background:rgba(99,102,241,.1);color:var(--formative-primary);opacity:1}.formative-canvas-field.is-dragging{box-shadow:var(--formative-shadow-2xl);cursor:grabbing;opacity:.6;transform:scale(.97) rotate(-2deg)}.formative-canvas-field.drop-target{background:linear-gradient(-135deg,rgba(16,185,129,.05),rgba(16,185,129,.08));border-color:var(--formative-success);border-style:dashed;transform:scale(1.02)}.formative-canvas-field.drop-target:after{background:var(--formative-success);border-radius:var(--formative-radius-sm);bottom:-12px;box-shadow:0 0 12px rgba(16,185,129,.6);content:"";height:4px;right:0;position:absolute;left:0}.formative-canvas-field.drag-over{background:linear-gradient(-135deg,rgba(16,185,129,.05),rgba(16,185,129,.08));border-color:var(--formative-success);border-style:dashed}.formative-canvas-field.drag-over:before{background:var(--formative-success);border-radius:var(--formative-radius-sm);box-shadow:0 0 12px rgba(16,185,129,.6);content:"";height:4px;right:0;position:absolute;left:0;top:-2px}.formative-canvas-field .canvas-field-drag-handle{align-items:center;border-radius:var(--formative-radius-sm);color:var(--formative-gray-400);cursor:grab;display:flex;flex-shrink:0;justify-content:center;margin:6px -6px -4px;opacity:.3;padding:4px 6px;transition:all var(--formative-transition-base)}.formative-canvas-field .canvas-field-drag-handle:hover{background:linear-gradient(-135deg,rgba(99,102,241,.1),rgba(139,92,246,.08));box-shadow:var(--formative-shadow-sm);color:var(--formative-primary);opacity:1;transform:scale(1.1)}.formative-canvas-field .canvas-field-drag-handle:active{cursor:grabbing;transform:scale(.95)}.formative-canvas-field .canvas-field-drag-handle svg{display:block;filter:drop-shadow(0 1px 2px rgba(0,0,0,.05))}.formative-canvas-field .canvas-field-preview{flex:1;min-width:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.formative-canvas-field .canvas-field-preview .field-label{color:var(--formative-gray-800);display:block;font-size:14px;font-weight:600;letter-spacing:-.2px;margin-bottom:10px;pointer-events:none}.formative-canvas-field .canvas-field-preview .field-label .required{color:var(--formative-error);font-weight:700;margin-right:4px}.formative-canvas-field .canvas-field-preview .formative-input,.formative-canvas-field .canvas-field-preview .formative-select,.formative-canvas-field .canvas-field-preview .formative-textarea{background:#fff;border:2px solid var(--formative-gray-200);border-radius:var(--formative-radius-md);box-shadow:0 1px 2px rgba(0,0,0,.02);font-size:14px;padding:10px 14px;pointer-events:none;transition:all var(--formative-transition-fast);width:100%}.formative-canvas-field .canvas-field-preview .formative-input:focus,.formative-canvas-field .canvas-field-preview .formative-select:focus,.formative-canvas-field .canvas-field-preview .formative-textarea:focus{border-color:var(--formative-primary);box-shadow:0 0 0 4px rgba(99,102,241,.1)}.formative-canvas-field .canvas-field-preview .formative-textarea{min-height:100px;pointer-events:none;resize:vertical}.formative-canvas-field .canvas-field-preview .field-help-text{color:var(--formative-gray-500);font-size:12px;line-height:1.5;margin-top:8px;pointer-events:none}.formative-canvas-field .canvas-field-preview .formative-checkbox-group,.formative-canvas-field .canvas-field-preview .formative-radio-group{display:flex;flex-direction:column;gap:10px;pointer-events:none}.formative-canvas-field .canvas-field-preview .formative-checkbox-label,.formative-canvas-field .canvas-field-preview .formative-radio-label{align-items:center;color:var(--formative-gray-700);display:flex;font-size:14px;gap:10px;pointer-events:none}.formative-canvas-field .canvas-field-preview .formative-checkbox-label input,.formative-canvas-field .canvas-field-preview .formative-radio-label input{accent-color:var(--formative-primary);height:18px;width:18px}.formative-canvas-field .canvas-field-overlay{align-items:center;display:flex;gap:10px;position:absolute;left:12px;top:12px;z-index:2}.formative-canvas-field .canvas-field-overlay .field-type-badge{animation:formative-fade-in var(--formative-transition-base);background:var(--formative-primary-gradient);border:1px solid hsla(0,0%,100%,.2);border-radius:var(--formative-radius-full);box-shadow:var(--formative-shadow-md),var(--formative-shadow-glow);color:#fff;font-size:10px;font-weight:700;letter-spacing:.8px;padding:6px 14px;text-transform:uppercase}.formative-canvas-submit{animation:formative-slide-up var(--formative-transition-slow) .4s;margin-top:40px;text-align:center}.formative-canvas-submit .preview-submit-button{background:var(--formative-primary-gradient);border:none;border-radius:var(--formative-radius-lg);box-shadow:var(--formative-shadow-lg),var(--formative-shadow-glow);color:#fff;cursor:not-allowed;font-size:16px;font-weight:600;letter-spacing:.3px;opacity:.9;padding:14px 40px;transition:all var(--formative-transition-base)}.formative-canvas-submit .preview-submit-button:hover{box-shadow:var(--formative-shadow-xl),0 0 30px rgba(99,102,241,.4);transform:translateY(-2px)}.formative-field-settings-panel{animation:formative-slide-up var(--formative-transition-slow);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:var(--formative-glass-bg);border-right:1px solid var(--formative-glass-border);box-shadow:var(--formative-shadow-lg);display:flex;flex-direction:column;flex-shrink:0;height:100%;overflow:hidden;position:relative;width:380px}.settings-panel-header{backdrop-filter:blur(8px);background:linear-gradient(-135deg,rgba(99,102,241,.03),rgba(139,92,246,.02));border-bottom:1px solid var(--formative-glass-border);flex-shrink:0;padding:20px 24px}.settings-panel-header .settings-panel-title{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.settings-panel-header .settings-panel-title h3{color:var(--formative-gray-800);font-size:17px;font-weight:700;letter-spacing:-.2px;margin:0}.settings-panel-header .settings-panel-title .field-type-badge{background:var(--formative-primary-gradient);border:1px solid hsla(0,0%,100%,.2);border-radius:var(--formative-radius-full);box-shadow:var(--formative-shadow-md),var(--formative-shadow-glow);color:#fff;font-size:10px;font-weight:700;letter-spacing:.8px;padding:6px 14px;text-transform:uppercase}.settings-panel-header .settings-panel-actions{display:flex;flex-wrap:wrap;gap:6px}.settings-panel-header .settings-panel-actions .components-button{background:rgba(99,102,241,.08);border:1px solid var(--formative-gray-200);border-radius:var(--formative-radius-md);min-width:auto;padding:8px;transition:all var(--formative-transition-base)}.settings-panel-header .settings-panel-actions .components-button:hover{background:var(--formative-primary);box-shadow:var(--formative-shadow-md);color:#fff;transform:translateY(-2px)}.settings-panel-header .settings-panel-actions .components-button svg{display:block}.settings-panel-content{flex:1;overflow-x:hidden;overflow-y:auto;padding:0;position:relative}.settings-panel-content .components-panel{border:none}.settings-panel-content .components-tab-panel__tabs{backdrop-filter:blur(8px);background:linear-gradient(-180deg,rgba(99,102,241,.02),transparent);border-bottom:2px solid var(--formative-gray-200);display:flex;flex-shrink:0;padding:0 8px;position:sticky;top:0;z-index:var(--formative-z-sticky)}.settings-panel-content .components-tab-panel__tabs button{background:transparent;border:none;border-bottom:3px solid transparent;color:var(--formative-gray-500);cursor:pointer;flex:1;font-size:13px;font-weight:600;letter-spacing:.2px;padding:14px 18px;position:relative;transition:all var(--formative-transition-base)}.settings-panel-content .components-tab-panel__tabs button:before{background:var(--formative-primary-gradient);border-radius:2px 2px 0 0;bottom:0;content:"";height:3px;right:50%;position:absolute;transform:translateX(50%) scaleX(0);transition:transform var(--formative-transition-base);width:80%}.settings-panel-content .components-tab-panel__tabs button.is-active{background:linear-gradient(-180deg,rgba(99,102,241,.05),transparent);color:var(--formative-primary)}.settings-panel-content .components-tab-panel__tabs button.is-active:before{transform:translateX(50%) scaleX(1)}.settings-panel-content .components-tab-panel__tabs button:hover{background:linear-gradient(-180deg,rgba(99,102,241,.03),transparent);color:var(--formative-primary)}.settings-panel-content .tab-panel-content{padding:0}.settings-panel-content .tab-panel-content .components-panel__body{border-bottom:none;border-top:1px solid #e0e0e0}.settings-panel-content .tab-panel-content .components-panel__body:first-child{border-top:none}.settings-panel-content .formative-options-list{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.settings-panel-content .formative-option-item{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:4px;padding:12px}.settings-panel-content .formative-option-item .components-base-control{margin-bottom:8px}.settings-panel-content .formative-option-item .components-base-control:last-of-type{margin-bottom:12px}.settings-panel-content .formative-option-item .components-button{width:100%}.formative-builder-preview{background:#f5f5f5;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.08);max-height:calc(100vh - 120px);overflow-y:auto;padding:24px;position:sticky;top:40px;width:420px}.formative-builder-preview .preview-header{align-items:center;border-bottom:2px solid #ddd;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:12px}.formative-builder-preview .preview-header h3{color:#1e1e1e;font-size:16px;font-weight:600;margin:0}.formative-builder-preview .preview-header .preview-device-selector{display:flex;gap:4px}.formative-builder-preview .preview-header .preview-device-selector button{align-items:center;background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;display:flex;justify-content:center;padding:6px 10px;transition:all .2s}.formative-builder-preview .preview-header .preview-device-selector button svg{display:block}.formative-builder-preview .preview-header .preview-device-selector button.active{background:#0073aa;border-color:#0073aa;color:#fff}.formative-builder-preview .preview-header .preview-device-selector button.active svg{stroke:#fff}.formative-builder-preview .preview-header .preview-device-selector button:hover{background:#f0f0f0;border-color:#ccc}.formative-builder-preview .preview-header .preview-device-selector button:hover.active{background:#005a87;border-color:#005a87}.formative-builder-preview .preview-content{background:#fff;border-radius:4px;box-shadow:0 2px 8px rgba(0,0,0,.08);padding:24px;transition:all .3s ease}.formative-builder-preview .preview-content.device-mobile{margin:0 auto;max-width:375px}.formative-builder-preview .preview-content.device-tablet{margin:0 auto;max-width:768px}.formative-builder-preview .preview-field{margin-bottom:20px}.formative-builder-preview .preview-field label{color:#1e1e1e;display:block;font-weight:500;margin-bottom:8px}.formative-builder-preview .preview-field label .required{color:#d63638;margin-right:4px}.formative-builder-preview .preview-field .description{color:#666;font-size:13px;font-style:italic;margin-top:6px}.formative-builder-preview .preview-field input[type=email],.formative-builder-preview .preview-field input[type=number],.formative-builder-preview .preview-field input[type=tel],.formative-builder-preview .preview-field input[type=text],.formative-builder-preview .preview-field input[type=url],.formative-builder-preview .preview-field select,.formative-builder-preview .preview-field textarea{border:1px solid #ddd;border-radius:4px;font-size:14px;padding:10px 12px;transition:border-color .2s;width:100%}.formative-builder-preview .preview-field input[type=email]:focus,.formative-builder-preview .preview-field input[type=number]:focus,.formative-builder-preview .preview-field input[type=tel]:focus,.formative-builder-preview .preview-field input[type=text]:focus,.formative-builder-preview .preview-field input[type=url]:focus,.formative-builder-preview .preview-field select:focus,.formative-builder-preview .preview-field textarea:focus{border-color:#0073aa;box-shadow:0 0 0 1px #0073aa;outline:none}.formative-builder-preview .preview-field input[type=email]::-moz-placeholder,.formative-builder-preview .preview-field input[type=number]::-moz-placeholder,.formative-builder-preview .preview-field input[type=tel]::-moz-placeholder,.formative-builder-preview .preview-field input[type=text]::-moz-placeholder,.formative-builder-preview .preview-field input[type=url]::-moz-placeholder,.formative-builder-preview .preview-field select::-moz-placeholder,.formative-builder-preview .preview-field textarea::-moz-placeholder{color:#999}.formative-builder-preview .preview-field input[type=email]::placeholder,.formative-builder-preview .preview-field input[type=number]::placeholder,.formative-builder-preview .preview-field input[type=tel]::placeholder,.formative-builder-preview .preview-field input[type=text]::placeholder,.formative-builder-preview .preview-field input[type=url]::placeholder,.formative-builder-preview .preview-field select::placeholder,.formative-builder-preview .preview-field textarea::placeholder{color:#999}.formative-builder-preview .preview-field textarea{min-height:100px;resize:vertical}.formative-builder-preview .preview-field .checkbox-group,.formative-builder-preview .preview-field .radio-group{display:flex;flex-direction:column;gap:8px}.formative-builder-preview .preview-field .checkbox-group label,.formative-builder-preview .preview-field .radio-group label{align-items:center;display:flex;font-weight:400;margin:0}.formative-builder-preview .preview-field .checkbox-group label input,.formative-builder-preview .preview-field .radio-group label input{margin-left:8px}.formative-builder-preview .preview-submit{margin-top:24px}.formative-builder-preview .preview-submit button{background:#0073aa;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:12px 24px;transition:background .2s}.formative-builder-preview .preview-submit button:hover{background:#005a87}.formative-builder-preview .preview-empty-state{color:#666;padding:60px 20px;text-align:center}.formative-builder-preview .preview-empty-state svg{display:inline-block;margin-bottom:16px}.formative-builder-preview .preview-empty-state h4{color:#1e1e1e;font-size:16px;margin:0 0 8px}.formative-builder-preview .preview-empty-state p{font-size:14px;margin:0}@media(max-width:1400px){.formative-builder-preview{width:360px}}@media(max-width:1200px){.formative-builder-layout{flex-wrap:wrap}.formative-builder-sidebar{width:100%}.formative-builder-canvas,.formative-builder-preview{width:calc(50% - 12px)}}@media(max-width:768px){.formative-builder-canvas,.formative-builder-preview{width:100%}.formative-builder-preview{max-height:none;position:static}}.formative-field-types{display:grid;gap:10px;grid-template-columns:1fr 1fr}.formative-field-types>div[draggable]{cursor:grab;transition:all var(--formative-transition-base)}.formative-field-types>div[draggable]:active{cursor:grabbing}.formative-field-types>div[draggable].is-dragging{opacity:.5;transform:scale(.95) rotate(-3deg)}.formative-field-types>div[draggable]:hover{transform:translateY(-2px)}.formative-field-types>div[draggable]:hover button{box-shadow:var(--formative-shadow-md),0 0 0 2px rgba(99,102,241,.1)}.formative-field-types button{align-items:center;background:linear-gradient(-135deg,rgba(99,102,241,.05),rgba(139,92,246,.03));border:2px solid var(--formative-gray-200);border-radius:var(--formative-radius-md);color:var(--formative-gray-700);display:flex;font-size:13px;font-weight:600;gap:8px;justify-content:center;overflow:hidden;padding:12px 16px;position:relative;transition:all var(--formative-transition-base);width:100%}.formative-field-types button:before{background:var(--formative-primary-gradient);content:"";inset:0;opacity:0;position:absolute;transition:opacity var(--formative-transition-base)}.formative-field-types button:hover{background:linear-gradient(-135deg,rgba(99,102,241,.1),rgba(139,92,246,.08));border-color:var(--formative-primary);color:var(--formative-primary);transform:translateY(-1px)}.formative-field-types button:hover svg{transform:scale(1.15)}.formative-field-types button:active{transform:translateY(0) scale(.98)}.formative-field-types button svg{filter:drop-shadow(0 1px 2px rgba(0,0,0,.05));flex-shrink:0;opacity:.8;position:relative;transition:all var(--formative-transition-base);z-index:1}.formative-field-types button:hover svg{opacity:1}.formative-field-types button span{position:relative;z-index:1}.formative-field-item{background:#f9f9f9;border:1px solid #ddd;border-radius:4px;margin-bottom:12px;overflow:hidden}.formative-field-header{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:12px 16px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.formative-field-title{align-items:center;display:flex;font-weight:500;gap:8px}.formative-field-type{color:#666;font-size:12px}.formative-field-actions{display:flex;gap:4px}.formative-field-content{background:#fff;border-top:1px solid #ddd;padding:16px}.formative-responsive-controls{margin-top:16px}.formative-device-switcher{margin-bottom:16px}.formative-settings-sections{display:flex;flex-direction:column;gap:24px}.formative-settings-section{background:#fff;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.08);padding:24px}.formative-settings-section h2{font-size:18px;margin:0 0 8px}.formative-settings-section .description{color:#666;margin-bottom:20px}.formative-modal-overlay{align-items:center;background:rgba(0,0,0,.5);bottom:0;display:flex;justify-content:center;right:0;position:fixed;left:0;top:0;z-index:999999}.formative-modal{background:#fff;border-radius:8px;box-shadow:0 10px 40px rgba(0,0,0,.3);max-height:80vh;max-width:600px;overflow:auto;width:90%}.formative-modal-header{align-items:center;border-bottom:1px solid #ddd;display:flex;justify-content:space-between;padding:20px}.formative-modal-content{padding:20px}.formative-entry-field{background:#f9f9f9;border-radius:4px;display:flex;flex-direction:column;gap:4px;margin-bottom:12px;padding:12px}.formative-settings-modal .components-modal__content{border-radius:var(--formative-radius-lg);display:flex;flex-direction:column;margin-top:0;overflow:hidden;padding:0}.formative-settings-modal .components-modal__header{background:linear-gradient(-135deg,rgba(99,102,241,.03),rgba(139,92,246,.02));border-bottom:1px solid var(--formative-gray-200);flex-shrink:0;padding:24px 28px;position:relative;z-index:1}.formative-settings-modal .components-modal__header h1{background:var(--formative-primary-gradient);-webkit-background-clip:text;font-weight:700;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.5px}.formative-settings-modal .components-tab-panel__tabs{background:var(--formative-gray-50);border-bottom:1px solid var(--formative-gray-200);display:flex;flex-shrink:0;flex-wrap:wrap;gap:8px;padding:20px 28px;position:relative;z-index:2}.formative-settings-modal .components-tab-panel__tabs-item{background:#fff;border:2px solid var(--formative-gray-200);border-radius:var(--formative-radius-md);cursor:pointer;font-size:13px;font-weight:600;padding:10px 18px;position:relative;transition:all var(--formative-transition-base);z-index:3}.formative-settings-modal .components-tab-panel__tabs-item:hover{background:var(--formative-gray-50);border-color:var(--formative-primary-light);box-shadow:var(--formative-shadow-sm);transform:translateY(-2px)}.formative-settings-modal .components-tab-panel__tabs-item.is-active{background:var(--formative-primary-gradient);border-color:transparent;box-shadow:var(--formative-shadow-md),var(--formative-shadow-glow);color:#fff;transform:translateY(-1px)}.formative-settings-modal .components-tab-panel__tab-content{animation:formative-fade-in var(--formative-transition-base);flex:1;max-height:60vh;overflow-y:auto;padding:28px}.formative-settings-tab{display:flex;flex-direction:column;gap:20px}.formative-settings-tab .components-notice{margin:0 0 20px;padding:12px 16px}.formative-settings-tab .components-notice p{margin:0}.formative-settings-tab .components-base-control{margin-bottom:20px}.formative-settings-tab .components-base-control:last-child{margin-bottom:0}.formative-settings-tab .components-toggle-control{background:#f9f9f9;border:1px solid #ddd;border-radius:4px;padding:16px}.formative-settings-tab .components-toggle-control .components-base-control__field{margin-bottom:0}.formative-settings-tab .components-toggle-control:has(.components-form-toggle:disabled){cursor:not-allowed;opacity:.5}.formative-integration-option{margin-bottom:12px}.formative-modal-footer{background:#f9f9f9;border-top:1px solid #ddd;display:flex;gap:12px;justify-content:flex-end;padding:16px 24px}.formative-form-preview-container{background:#f9f9f9;border-radius:4px;min-height:400px;padding:20px}.formative-form-preview-container .formative-form{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);margin:0 auto;max-width:600px;padding:30px}.formative-form-preview-container .formative-field-wrapper{margin-bottom:20px}.formative-form-preview-container .formative-field-label{color:#333;display:block;font-weight:600;margin-bottom:8px}.formative-form-preview-container .formative-required{color:#dc3232;margin-right:4px}.formative-form-preview-container .formative-field-help{color:#666;font-size:13px;margin:6px 0 0}.formative-form-preview-container .formative-input,.formative-form-preview-container .formative-select,.formative-form-preview-container .formative-textarea{border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:14px;padding:10px 12px;width:100%}.formative-form-preview-container .formative-input:disabled,.formative-form-preview-container .formative-select:disabled,.formative-form-preview-container .formative-textarea:disabled{background:#f5f5f5;cursor:not-allowed}.formative-form-preview-container .formative-textarea{min-height:100px;resize:vertical}.formative-form-preview-container .formative-checkbox-group,.formative-form-preview-container .formative-radio-group{display:flex;flex-direction:column;gap:8px}.formative-form-preview-container .formative-checkbox-label,.formative-form-preview-container .formative-radio-label{align-items:center;cursor:pointer;display:flex;gap:8px}.formative-form-preview-container .formative-checkbox-label input,.formative-form-preview-container .formative-radio-label input{margin:0}.formative-form-preview-container .formative-submit-button{background:#2271b1;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px}.formative-form-preview-container .formative-submit-button:disabled{cursor:not-allowed;opacity:.6}@media(max-width:768px){.formative-admin-wrapper{margin:0}.formative-admin-container{flex-direction:column}.formative-admin-sidebar{border-bottom:1px solid #ddd;border-left:none;width:100%}.formative-builder-layout{flex-direction:column}.formative-builder-sidebar{width:100%}}.formative-template-selector{margin:0 auto;max-width:1200px}.formative-template-header{margin-bottom:48px;text-align:center}.formative-template-header h1{color:#1e1e1e;font-size:32px;font-weight:600;margin:0 0 12px}.formative-template-header p{color:#666;font-size:16px;margin:0}.formative-template-grid{display:grid;gap:24px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-bottom:40px}.formative-template-card{animation:formative-fade-in-scale var(--formative-transition-slow);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:var(--formative-glass-bg);border:2px solid var(--formative-gray-200);border-radius:var(--formative-radius-lg);cursor:pointer;overflow:hidden;padding:36px 28px;position:relative;text-align:center;transition:all var(--formative-transition-base)}.formative-template-card:before{background:var(--formative-primary-gradient);content:"";inset:0;opacity:0;position:absolute;transition:opacity var(--formative-transition-base)}.formative-template-card:hover{border-color:var(--formative-primary);box-shadow:var(--formative-shadow-xl),var(--formative-shadow-glow);transform:translateY(-6px) scale(1.02)}.formative-template-card:hover:before{opacity:.05}.formative-template-card:hover .formative-template-icon{transform:scale(1.1) rotate(5deg)}.formative-template-card:focus{outline:3px solid var(--formative-primary);outline-offset:3px}.formative-template-card h3{color:var(--formative-gray-800);font-size:19px;font-weight:700;letter-spacing:-.3px;margin:20px 0 10px;position:relative;z-index:1}.formative-template-card p{color:var(--formative-gray-600);font-size:14px;line-height:1.6;margin:0;position:relative;z-index:1}.formative-template-icon{align-items:center;background:var(--formative-primary-gradient);border-radius:var(--formative-radius-lg);box-shadow:var(--formative-shadow-lg),var(--formative-shadow-glow);color:#fff;display:inline-flex;height:90px;justify-content:center;margin:0 auto;position:relative;transition:all var(--formative-transition-base);width:90px;z-index:1}.formative-template-icon svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.formative-template-badge{background:linear-gradient(-135deg,rgba(99,102,241,.1),rgba(139,92,246,.08));border:1px solid rgba(99,102,241,.2);border-radius:var(--formative-radius-full);box-shadow:var(--formative-shadow-sm);color:var(--formative-primary);font-size:11px;font-weight:700;letter-spacing:.3px;padding:6px 12px;position:absolute;left:18px;top:18px;transition:all var(--formative-transition-base);z-index:2}.formative-builder-mode .formative-admin-content{max-width:none;padding:0}.formative-builder-wrapper{display:flex;flex-direction:column;height:calc(100vh - 65px)}@media(max-width:768px){.formative-template-grid{gap:16px;grid-template-columns:1fr}.formative-template-card{padding:24px 20px}.formative-template-icon{height:60px;width:60px}.formative-template-icon svg{height:32px;width:32px}}.formative-row-field{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:var(--formative-glass-bg);border:2px solid var(--formative-gray-200);border-radius:var(--formative-radius-lg);box-shadow:var(--formative-shadow-md);margin-bottom:20px;padding:20px;transition:all var(--formative-transition-base)}.formative-row-field:hover{border-color:var(--formative-primary-light);box-shadow:var(--formative-shadow-lg)}.formative-row-field .row-header{align-items:center;background:linear-gradient(-135deg,rgba(99,102,241,.08),rgba(139,92,246,.05));border-bottom:2px solid var(--formative-gray-200);border-radius:var(--formative-radius-md) var(--formative-radius-md) 0 0;display:flex;justify-content:space-between;margin:-20px -20px 24px;padding:14px 20px}.formative-row-field .row-header .row-title{align-items:center;color:var(--formative-gray-800);display:flex;font-size:14px;font-weight:700;gap:12px;letter-spacing:.2px}.formative-row-field .row-header .row-title svg{color:var(--formative-primary)}.formative-row-field .row-header .row-actions{align-items:center;display:flex;gap:14px}.formative-row-field .row-header .row-actions .breakpoint-switcher{backdrop-filter:blur(8px);background:hsla(0,0%,100%,.5);border:1px solid var(--formative-gray-200);border-radius:var(--formative-radius-md);display:flex;gap:3px;padding:4px}.formative-row-field .row-header .row-actions .breakpoint-switcher button{align-items:center;background:transparent;border:none;border-radius:var(--formative-radius-sm);color:var(--formative-gray-600);cursor:pointer;display:flex;font-size:12px;font-weight:600;gap:6px;justify-content:center;overflow:hidden;padding:8px 12px;position:relative;transition:all var(--formative-transition-base)}.formative-row-field .row-header .row-actions .breakpoint-switcher button:before{background:var(--formative-primary-gradient);border-radius:inherit;content:"";inset:0;opacity:0;position:absolute;transition:opacity var(--formative-transition-base)}.formative-row-field .row-header .row-actions .breakpoint-switcher button:hover{background:linear-gradient(-135deg,rgba(99,102,241,.15),rgba(139,92,246,.12));color:var(--formative-primary);transform:translateY(-1px)}.formative-row-field .row-header .row-actions .breakpoint-switcher button.is-active{background:var(--formative-primary-gradient);box-shadow:var(--formative-shadow-md),0 4px 12px rgba(99,102,241,.3);color:#fff;font-weight:700;transform:translateY(-1px)}.formative-row-field .row-header .row-actions .breakpoint-switcher button.is-active:before{background:linear-gradient(-135deg,hsla(0,0%,100%,.3),transparent);opacity:.2}.formative-row-field .row-header .row-actions .breakpoint-switcher button.is-active:hover{box-shadow:var(--formative-shadow-lg),0 6px 20px rgba(99,102,241,.4)}.formative-row-field .row-header .row-actions .breakpoint-switcher button.is-active svg{filter:drop-shadow(0 1px 3px rgba(0,0,0,.2))}.formative-row-field .row-header .row-actions .breakpoint-switcher button:active{transform:translateY(0) scale(.98)}.formative-row-field .row-header .row-actions .breakpoint-switcher button svg{filter:drop-shadow(0 1px 2px rgba(0,0,0,.1));height:14px;opacity:.7;position:relative;transition:all var(--formative-transition-base);width:14px;z-index:1}.formative-row-field .row-header .row-actions .breakpoint-switcher button:hover svg{opacity:1;transform:scale(1.1)}.formative-row-field .row-header .row-actions .breakpoint-switcher button.is-active svg{opacity:1}.formative-row-field .row-columns{align-items:stretch;display:flex;flex-wrap:wrap;gap:18px;min-height:130px;padding:6px;transition:all var(--formative-transition-base)}.formative-row-field .row-columns.row-columns-mobile{flex-direction:column}.formative-row-field .column-wrapper{flex-grow:1;flex-shrink:1;min-width:220px;transition:all var(--formative-transition-base)}.formative-row-field .column-inner{background:#fff;border:2px dashed var(--formative-gray-300);border-radius:var(--formative-radius-md);box-shadow:var(--formative-shadow-sm);display:flex;flex-direction:column;height:100%;padding:18px;transition:all var(--formative-transition-base)}.formative-row-field .column-inner:hover{background:linear-gradient(-135deg,rgba(99,102,241,.02),rgba(139,92,246,.01));border-color:var(--formative-primary);box-shadow:var(--formative-shadow-md);transform:translateY(-2px)}.formative-row-field .column-header{align-items:center;border-bottom:2px solid var(--formative-gray-100);color:var(--formative-gray-700);display:flex;font-size:13px;font-weight:700;justify-content:space-between;margin-bottom:18px;padding-bottom:12px}.formative-row-field .column-header .column-controls{align-items:center;display:flex;gap:12px}.formative-row-field .column-header .column-controls .column-width-slider{margin:0;width:70px}.formative-row-field .column-header .column-controls .width-label{background:var(--formative-primary-gradient);border-radius:var(--formative-radius-sm);box-shadow:var(--formative-shadow-sm);color:#fff;font-size:11px;font-weight:700;min-width:42px;padding:4px 8px;text-align:center}.formative-row-field .column-fields{min-height:60px}.formative-row-field .column-fields .column-field{background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;margin-bottom:8px;padding:12px;transition:all .2s}.formative-row-field .column-fields .column-field:hover{border-color:#0073aa;box-shadow:0 1px 3px rgba(0,115,170,.1)}.formative-row-field .column-fields .column-field.is-selected{background:#f0f6fc;border-color:#0073aa;box-shadow:0 2px 8px rgba(0,115,170,.15)}.formative-row-field .column-fields .column-field .column-field-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.formative-row-field .column-fields .column-field .column-field-header .column-field-label{color:#1e1e1e;font-size:12px;font-weight:600;text-transform:uppercase}.formative-row-field .column-fields .column-field .column-field-header .column-field-label .required{color:#d63638;margin-right:3px}.formative-row-field .column-empty{align-items:center;color:#999;display:flex;flex-direction:column;justify-content:center;padding:20px;text-align:center}.formative-row-field .column-empty p{font-size:13px;margin:8px 0 0}.formative-canvas-row .formative-row-field{margin-bottom:0}.conditional-logic-settings{display:flex;flex-direction:column;gap:16px;padding-top:16px}.conditional-logic-settings .conditions-label{display:block;font-size:13px;font-weight:600;margin-bottom:8px}.conditional-logic-settings .conditions-list{display:flex;flex-direction:column;gap:12px}.conditional-logic-settings .condition-row{align-items:flex-start;background:#f9f9f9;border:1px solid #ddd;border-radius:4px;display:flex;gap:8px;padding:12px}.conditional-logic-settings .condition-row .components-base-control{flex:1;margin-bottom:0}.conditional-logic-settings .condition-row .components-button{margin-top:28px}.conditional-logic-settings .description{color:#666;font-size:13px;font-style:italic}.multi-step-builder .steps-list{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.multi-step-builder .step-item{background:#fff;border:1px solid #ddd;border-radius:6px;overflow:hidden;transition:all .2s}.multi-step-builder .step-item.is-active{border-color:#0073aa;box-shadow:0 2px 8px rgba(0,115,170,.1)}.multi-step-builder .step-header{align-items:center;background:#f9f9f9;cursor:pointer;display:flex;gap:12px;padding:12px 16px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.multi-step-builder .step-header .step-drag-handle{color:#999;cursor:grab}.multi-step-builder .step-header .step-drag-handle:active{cursor:grabbing}.multi-step-builder .step-header .step-number{align-items:center;background:#0073aa;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:13px;font-weight:600;height:28px;justify-content:center;width:28px}.multi-step-builder .step-header .step-title{color:#1e1e1e;flex:1;font-weight:500}.multi-step-builder .step-header .step-actions{display:flex;gap:4px}.multi-step-builder .step-header .step-actions button{padding:6px}.multi-step-builder .step-settings{background:#fff;border-top:1px solid #ddd;padding:16px}.multi-step-builder .step-settings .step-info{background:#f0f6fc;border-right:3px solid #0073aa;border-radius:3px;margin-top:16px;padding:12px}.multi-step-builder .step-settings .step-info p{color:#666;font-size:13px;margin:0}.integrations-panel .integrations-header{margin-bottom:24px}.integrations-panel .integrations-header h2{font-size:20px;font-weight:600;margin:0 0 8px}.integrations-panel .integrations-header p{color:#666;font-size:14px;margin:0}.integrations-panel .integration-title{align-items:center;display:flex;gap:12px;width:100%}.integrations-panel .integration-title .integration-badge{border-radius:10px;font-size:10px;font-weight:600;padding:3px 8px;text-transform:uppercase}.integrations-panel .integration-title .integration-badge.enabled{background:#00a32a;color:#fff}.integrations-panel .integration-description{color:#666;font-size:13px;line-height:1.5;margin-bottom:16px}.integrations-panel .integration-settings{border-top:1px solid #e0e0e0;padding-top:16px}.integrations-panel .integration-settings .components-base-control{margin-bottom:16px}.integrations-panel .integration-actions{border-top:1px solid #e0e0e0;display:flex;gap:12px;margin-top:20px;padding-top:16px}.integrations-panel .integration-actions .components-button{align-items:center;display:flex;gap:4px}.formative-color-control{margin-bottom:20px}.formative-color-control label{color:#1e1e1e;display:block;font-size:13px;font-weight:600;margin-bottom:8px}.formative-color-control .components-color-palette .components-circular-option-picker__option-wrapper{margin:4px}.components-textarea-control__input{border:1px solid #ddd;border-radius:4px;font-family:inherit;font-size:14px;min-height:100px;padding:8px 12px;resize:vertical;width:100%}.components-textarea-control__input:focus{border-color:#0073aa;box-shadow:0 0 0 1px #0073aa;outline:none}.template-filters{display:flex;flex-direction:column;gap:28px;margin-bottom:40px;margin-top:40px}.template-filters .template-search{margin:0 auto;max-width:600px;position:relative;width:100%}.template-filters .template-search svg{color:var(--formative-primary);right:18px;opacity:.6;position:absolute;top:50%;transform:translateY(-50%);transition:all var(--formative-transition-base);z-index:2}.template-filters .template-search .components-base-control{margin-bottom:0}.template-filters .template-search input{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:var(--formative-glass-bg);border:2px solid var(--formative-gray-200);border-radius:var(--formative-radius-lg);box-shadow:var(--formative-shadow-sm);color:var(--formative-gray-800);font-size:15px;font-weight:500;padding:16px 52px 16px 24px;transition:all var(--formative-transition-base);width:100%}.template-filters .template-search input::-moz-placeholder{color:var(--formative-gray-400);font-weight:500}.template-filters .template-search input::placeholder{color:var(--formative-gray-400);font-weight:500}.template-filters .template-search input:focus{background:#fff;border-color:var(--formative-primary);box-shadow:var(--formative-shadow-md),0 0 0 4px rgba(99,102,241,.1);outline:none}.template-filters .template-search input:focus+svg{color:var(--formative-primary);opacity:1}.template-filters .template-search input:hover{border-color:var(--formative-primary-light);box-shadow:var(--formative-shadow-md)}.template-filters .template-categories{display:flex;flex-wrap:wrap;gap:14px;justify-content:center}.template-filters .template-categories button{background:#fff;border:2px solid var(--formative-gray-200);border-radius:var(--formative-radius-md);box-shadow:var(--formative-shadow-sm);color:var(--formative-gray-700);cursor:pointer;font-size:14px;font-weight:600;letter-spacing:.2px;padding:12px 28px;transition:all var(--formative-transition-base)}.template-filters .template-categories button:hover{background:linear-gradient(-135deg,rgba(99,102,241,.05),rgba(139,92,246,.03));border-color:var(--formative-primary-light);box-shadow:var(--formative-shadow-md);color:var(--formative-primary);transform:translateY(-2px)}.template-filters .template-categories button.is-active,.template-filters .template-categories button.is-primary{background:var(--formative-primary-gradient);border-color:transparent;box-shadow:var(--formative-shadow-md),var(--formative-shadow-glow);color:#fff;transform:translateY(-1px)}.template-filters .template-categories button.is-active:hover,.template-filters .template-categories button.is-primary:hover{box-shadow:var(--formative-shadow-lg),0 0 25px rgba(99,102,241,.4);transform:translateY(-3px)}.no-templates-found{color:var(--formative-gray-600);grid-column:1/-1;padding:48px;text-align:center}.no-templates-found p{font-size:16px;font-weight:500}.formative-header-actions{align-items:center;display:flex;gap:12px}.formative-form-title-input input{font-size:18px;font-weight:500;min-width:300px}@media(max-width:1024px){.formative-builder-layout .formative-field-settings-panel{bottom:0;box-shadow:2px 0 8px rgba(0,0,0,.1);position:fixed;left:0;top:0;z-index:100}}@media(max-width:768px){.formative-row-field .row-columns{flex-direction:column!important}.formative-row-field .row-columns .column-wrapper{width:100%!important}.template-filters .template-categories{flex-direction:column}.template-filters .template-categories button{width:100%}}.formative-pro-feature-locked{border:1px solid #e0e0e0;border-radius:8px;margin-bottom:16px;overflow:hidden;position:relative}.formative-pro-feature-locked .formative-pro-lock-overlay{align-items:center;backdrop-filter:blur(2px);background:hsla(0,0%,100%,.7);bottom:0;display:flex;justify-content:center;right:0;padding:20px;position:absolute;left:0;text-align:center;top:0;z-index:10}.formative-pro-feature-locked .formative-pro-lock-overlay .formative-pro-lock-content{background:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);max-width:250px;padding:20px}.formative-pro-feature-locked .formative-pro-lock-overlay .formative-pro-lock-content .dashicons-lock{color:#d63638;font-size:32px;height:32px;margin-bottom:12px;width:32px}.formative-pro-feature-locked .formative-pro-lock-overlay .formative-pro-lock-content h4{font-size:16px;margin:0 0 8px}.formative-pro-feature-locked .formative-pro-lock-overlay .formative-pro-lock-content p{color:#666;font-size:13px;margin-bottom:16px}.formative-pro-feature-locked .formative-pro-lock-overlay .formative-pro-lock-content .components-external-link{background:#0073aa;border-radius:4px;color:#fff;display:inline-block;font-weight:500;padding:8px 16px;text-decoration:none}.formative-pro-feature-locked .formative-pro-lock-overlay .formative-pro-lock-content .components-external-link:hover{background:#005a87}.formative-pro-feature-locked .formative-pro-feature-blurred{filter:blur(1px);opacity:.6;padding:16px;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.formative-builder-wrapper.elementor-style .formative-builder-layout.elementor-layout{display:flex;height:calc(100vh - 140px);overflow:hidden}.elementor-sidebar{background:#23272b;border-left:1px solid #1a1d20;color:#fff;display:flex;flex-direction:column;min-width:300px;overflow:hidden;width:300px}.elementor-sidebar .elementor-widgets-panel{display:flex;flex-direction:column;height:100%;overflow:hidden}.elementor-sidebar .elementor-widgets-panel .panel-header{border-bottom:1px solid hsla(0,0%,100%,.08);flex-shrink:0;padding:20px}.elementor-sidebar .elementor-widgets-panel .panel-header h3{color:#fff;font-size:16px;font-weight:600;margin:0 0 4px}.elementor-sidebar .elementor-widgets-panel .panel-header .panel-description{color:hsla(0,0%,100%,.5);font-size:12px;margin:0}.elementor-sidebar .elementor-widgets-panel .widgets-grid{flex:1;overflow-y:auto;padding:16px}.elementor-sidebar .elementor-widgets-panel .widgets-grid::-webkit-scrollbar{width:6px}.elementor-sidebar .elementor-widgets-panel .widgets-grid::-webkit-scrollbar-track{background:hsla(0,0%,100%,.05)}.elementor-sidebar .elementor-widgets-panel .widgets-grid::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.15);border-radius:3px}.elementor-sidebar .elementor-widgets-panel .widgets-grid::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.25)}.elementor-sidebar .elementor-widgets-panel .widget-group{margin-bottom:20px}.elementor-sidebar .elementor-widgets-panel .widget-group:last-child{margin-bottom:0}.elementor-sidebar .elementor-widgets-panel .widget-group .widget-group-title{color:hsla(0,0%,100%,.4);font-size:11px;font-weight:600;letter-spacing:.5px;margin:0 0 10px;padding:0 4px;text-transform:uppercase}.elementor-sidebar .elementor-widgets-panel .widget-group .widget-items{display:grid;gap:8px;grid-template-columns:repeat(2,1fr)}.elementor-sidebar .elementor-widgets-panel .widget-group .widget-item{align-items:center;background:hsla(0,0%,100%,.05);border:1px solid transparent;border-radius:6px;color:hsla(0,0%,100%,.8);cursor:grab;display:flex;flex-direction:column;gap:6px;justify-content:center;padding:14px 8px;transition:all .2s ease}.elementor-sidebar .elementor-widgets-panel .widget-group .widget-item:hover{background:hsla(0,0%,100%,.1);border-color:var(--formative-primary);color:#fff}.elementor-sidebar .elementor-widgets-panel .widget-group .widget-item:hover svg{color:var(--formative-primary-light)}.elementor-sidebar .elementor-widgets-panel .widget-group .widget-item:active{cursor:grabbing}.elementor-sidebar .elementor-widgets-panel .widget-group .widget-item.is-dragging{background:var(--formative-primary);opacity:.5}.elementor-sidebar .elementor-widgets-panel .widget-group .widget-item svg{color:hsla(0,0%,100%,.6);transition:color .2s ease}.elementor-sidebar .elementor-widgets-panel .widget-group .widget-item span{font-size:11px;font-weight:500;line-height:1.2;text-align:center}.elementor-sidebar .elementor-settings-panel{display:flex;flex-direction:column;height:100%;overflow:hidden}.elementor-sidebar .elementor-settings-panel .settings-header{align-items:center;background:rgba(0,0,0,.2);border-bottom:1px solid hsla(0,0%,100%,.08);display:flex;flex-shrink:0;justify-content:space-between;padding:12px 16px}.elementor-sidebar .elementor-settings-panel .settings-header .back-button{align-items:center;background:none;border:none;border-radius:4px;color:hsla(0,0%,100%,.7);cursor:pointer;display:flex;font-size:13px;gap:4px;padding:6px 8px;transition:all .2s ease}.elementor-sidebar .elementor-settings-panel .settings-header .back-button:hover{background:hsla(0,0%,100%,.1);color:#fff}.elementor-sidebar .elementor-settings-panel .settings-header .field-type-badge{background:var(--formative-primary);border-radius:12px;color:#fff;font-size:10px;font-weight:700;letter-spacing:.5px;padding:4px 10px}.elementor-sidebar .elementor-settings-panel .settings-tabs{border-bottom:1px solid hsla(0,0%,100%,.08);display:flex;flex-shrink:0}.elementor-sidebar .elementor-settings-panel .settings-tabs .tab{background:none;border:none;border-bottom:2px solid transparent;color:hsla(0,0%,100%,.5);cursor:pointer;flex:1;font-size:13px;font-weight:500;padding:12px 16px;transition:all .2s ease}.elementor-sidebar .elementor-settings-panel .settings-tabs .tab:hover{background:hsla(0,0%,100%,.03);color:hsla(0,0%,100%,.8)}.elementor-sidebar .elementor-settings-panel .settings-tabs .tab.active{border-bottom-color:var(--formative-primary);color:var(--formative-primary-light)}.elementor-sidebar .elementor-settings-panel .settings-content{flex:1;overflow-y:auto;padding:0}.elementor-sidebar .elementor-settings-panel .settings-content::-webkit-scrollbar{width:6px}.elementor-sidebar .elementor-settings-panel .settings-content::-webkit-scrollbar-track{background:hsla(0,0%,100%,.05)}.elementor-sidebar .elementor-settings-panel .settings-content::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.15);border-radius:3px}.elementor-sidebar .elementor-settings-panel .settings-sections .settings-section{border-bottom:1px solid hsla(0,0%,100%,.08)}.elementor-sidebar .elementor-settings-panel .settings-sections .settings-section .section-header{align-items:center;background:none;border:none;color:hsla(0,0%,100%,.9);cursor:pointer;display:flex;font-size:13px;font-weight:500;justify-content:space-between;padding:14px 16px;transition:background .2s ease;width:100%}.elementor-sidebar .elementor-settings-panel .settings-sections .settings-section .section-header:hover{background:hsla(0,0%,100%,.05)}.elementor-sidebar .elementor-settings-panel .settings-sections .settings-section .section-header svg{color:hsla(0,0%,100%,.4);transition:transform .2s ease}.elementor-sidebar .elementor-settings-panel .settings-sections .settings-section .section-header svg.rotated{transform:rotate(-180deg)}.elementor-sidebar .elementor-settings-panel .settings-sections .settings-section .section-content{padding:0 16px 16px}.elementor-sidebar .elementor-settings-panel .settings-sections .settings-section .section-content .components-base-control{margin-bottom:16px}.elementor-sidebar .elementor-settings-panel .settings-sections .settings-section .section-content .components-base-control:last-child{margin-bottom:0}.elementor-sidebar .elementor-settings-panel .settings-sections .settings-section .section-content .components-base-control .components-base-control__label{color:hsla(0,0%,100%,.7);font-size:12px;font-weight:500;margin-bottom:6px}.elementor-sidebar .elementor-settings-panel .settings-sections .settings-section .section-content .components-base-control .components-select-control__input,.elementor-sidebar .elementor-settings-panel .settings-sections .settings-section .section-content .components-base-control .components-text-control__input,.elementor-sidebar .elementor-settings-panel .settings-sections .settings-section .section-content .components-base-control .components-textarea-control__input{background:rgba(0,0,0,.3);border:1px solid hsla(0,0%,100%,.15);border-radius:4px;color:#fff;padding:10px 12px}.elementor-sidebar .elementor-settings-panel .settings-sections .settings-section .section-content .components-base-control .components-select-control__input:focus,.elementor-sidebar .elementor-settings-panel .settings-sections .settings-section .section-content .components-base-control .components-text-control__input:focus,.elementor-sidebar .elementor-settings-panel .settings-sections .settings-section .section-content .components-base-control .components-textarea-control__input:focus{border-color:var(--formative-primary);box-shadow:0 0 0 1px var(--formative-primary);outline:none}.elementor-sidebar .elementor-settings-panel .settings-sections .settings-section .section-content .components-base-control .components-select-control__input::-moz-placeholder,.elementor-sidebar .elementor-settings-panel .settings-sections .settings-section .section-content .components-base-control .components-text-control__input::-moz-placeholder,.elementor-sidebar .elementor-settings-panel .settings-sections .settings-section .section-content .components-base-control .components-textarea-control__input::-moz-placeholder{color:hsla(0,0%,100%,.3)}.elementor-sidebar .elementor-settings-panel .settings-sections .settings-section .section-content .components-base-control .components-select-control__input::placeholder,.elementor-sidebar .elementor-settings-panel .settings-sections .settings-section .section-content .components-base-control .components-text-control__input::placeholder,.elementor-sidebar .elementor-settings-panel .settings-sections .settings-section .section-content .components-base-control .components-textarea-control__input::placeholder{color:hsla(0,0%,100%,.3)}.elementor-sidebar .elementor-settings-panel .settings-sections .settings-section .section-content .components-base-control .components-base-control__help{color:hsla(0,0%,100%,.4);font-size:11px;margin-top:4px}.elementor-sidebar .elementor-settings-panel .settings-sections .settings-section .section-content .components-toggle-control .components-form-toggle.is-checked .components-form-toggle__track{background:var(--formative-primary)}.elementor-sidebar .elementor-settings-panel .settings-sections .settings-section .section-content .components-toggle-control .components-toggle-control__label{color:hsla(0,0%,100%,.8);font-size:13px}.elementor-sidebar .elementor-settings-panel .settings-sections .settings-section .section-content .color-control{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.elementor-sidebar .elementor-settings-panel .settings-sections .settings-section .section-content .color-control:last-child{margin-bottom:0}.elementor-sidebar .elementor-settings-panel .settings-sections .settings-section .section-content .color-control label{color:hsla(0,0%,100%,.7);font-size:12px;font-weight:500}.elementor-sidebar .elementor-settings-panel .settings-sections .settings-section .section-content .color-control input[type=color]{background:transparent;border:2px solid hsla(0,0%,100%,.2);border-radius:6px;cursor:pointer;height:36px;padding:2px;width:36px}.elementor-sidebar .elementor-settings-panel .settings-sections .settings-section .section-content .color-control input[type=color]::-webkit-color-swatch-wrapper{padding:0}.elementor-sidebar .elementor-settings-panel .settings-sections .settings-section .section-content .color-control input[type=color]::-webkit-color-swatch{border:none;border-radius:4px}.elementor-sidebar .elementor-settings-panel .options-editor .option-row{align-items:center;background:rgba(0,0,0,.2);border-radius:4px;display:flex;gap:8px;margin-bottom:8px;padding:8px}.elementor-sidebar .elementor-settings-panel .options-editor .option-row .option-drag{color:hsla(0,0%,100%,.3);cursor:grab;flex-shrink:0}.elementor-sidebar .elementor-settings-panel .options-editor .option-row .option-label-input,.elementor-sidebar .elementor-settings-panel .options-editor .option-row .option-value-input{background:rgba(0,0,0,.3);border:1px solid hsla(0,0%,100%,.15);border-radius:4px;color:#fff;flex:1;font-size:12px;min-width:0;padding:6px 10px}.elementor-sidebar .elementor-settings-panel .options-editor .option-row .option-label-input:focus,.elementor-sidebar .elementor-settings-panel .options-editor .option-row .option-value-input:focus{border-color:var(--formative-primary);outline:none}.elementor-sidebar .elementor-settings-panel .options-editor .option-row .option-remove{background:none;border:none;border-radius:4px;color:hsla(0,0%,100%,.4);cursor:pointer;flex-shrink:0;padding:4px}.elementor-sidebar .elementor-settings-panel .options-editor .option-row .option-remove:hover:not(:disabled){background:rgba(239,68,68,.1);color:var(--formative-error)}.elementor-sidebar .elementor-settings-panel .options-editor .option-row .option-remove:disabled{cursor:not-allowed;opacity:.3}.elementor-sidebar .elementor-settings-panel .options-editor .add-option-btn{background:hsla(0,0%,100%,.1)!important;border:1px dashed hsla(0,0%,100%,.2)!important;color:hsla(0,0%,100%,.8)!important;justify-content:center;margin-top:8px;width:100%}.elementor-sidebar .elementor-settings-panel .options-editor .add-option-btn:hover{background:hsla(0,0%,100%,.15)!important;border-color:var(--formative-primary)!important;color:#fff!important}.elementor-sidebar .elementor-settings-panel .columns-manager .columns-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.elementor-sidebar .elementor-settings-panel .columns-manager .columns-header span{color:hsla(0,0%,100%,.7);font-size:12px;font-weight:500}.elementor-sidebar .elementor-settings-panel .columns-manager .columns-header .components-button{background:hsla(0,0%,100%,.1)!important;color:hsla(0,0%,100%,.8)!important;font-size:11px!important;padding:4px 10px!important}.elementor-sidebar .elementor-settings-panel .columns-manager .columns-header .components-button:hover{background:var(--formative-primary)!important;color:#fff!important}.elementor-sidebar .elementor-settings-panel .columns-manager .columns-list .column-item{align-items:center;background:rgba(0,0,0,.2);border-radius:4px;display:flex;gap:8px;margin-bottom:6px;padding:10px 12px}.elementor-sidebar .elementor-settings-panel .columns-manager .columns-list .column-item:last-child{margin-bottom:0}.elementor-sidebar .elementor-settings-panel .columns-manager .columns-list .column-item .column-name{color:hsla(0,0%,100%,.9);font-size:13px;font-weight:500}.elementor-sidebar .elementor-settings-panel .columns-manager .columns-list .column-item .column-info{color:hsla(0,0%,100%,.4);flex:1;font-size:11px;text-align:left}.elementor-sidebar .elementor-settings-panel .columns-manager .columns-list .column-item .column-remove{background:none;border:none;border-radius:4px;color:hsla(0,0%,100%,.4);cursor:pointer;padding:4px}.elementor-sidebar .elementor-settings-panel .columns-manager .columns-list .column-item .column-remove:hover{background:rgba(239,68,68,.1);color:var(--formative-error)}.elementor-sidebar .elementor-settings-panel .settings-footer{align-items:center;background:rgba(0,0,0,.2);border-top:1px solid hsla(0,0%,100%,.08);display:flex;flex-shrink:0;justify-content:space-between;padding:12px 16px}.elementor-sidebar .elementor-settings-panel .settings-footer .move-buttons{display:flex;gap:4px}.elementor-sidebar .elementor-settings-panel .settings-footer .move-buttons .components-button{background:hsla(0,0%,100%,.1)!important;color:hsla(0,0%,100%,.7)!important;justify-content:center;min-width:32px;padding:6px!important}.elementor-sidebar .elementor-settings-panel .settings-footer .move-buttons .components-button:hover:not(:disabled){background:hsla(0,0%,100%,.15)!important;color:#fff!important}.elementor-sidebar .elementor-settings-panel .settings-footer .move-buttons .components-button:disabled{opacity:.3}.elementor-sidebar .elementor-settings-panel .settings-footer .components-button.is-destructive{background:rgba(239,68,68,.15)!important;border:none!important;color:#f87171!important}.elementor-sidebar .elementor-settings-panel .settings-footer .components-button.is-destructive:hover{background:rgba(239,68,68,.25)!important;color:#fca5a5!important}.resizable-row{background:#fff;border:2px solid var(--formative-gray-200);border-radius:8px;margin-bottom:16px;overflow:hidden;transition:all .2s ease}.resizable-row:hover{border-color:var(--formative-gray-300)}.resizable-row.is-selected{border-color:var(--formative-primary);box-shadow:0 0 0 3px rgba(99,102,241,.15)}.resizable-row .resizable-row-header{align-items:center;background:var(--formative-gray-50);border-bottom:1px solid var(--formative-gray-200);cursor:pointer;display:flex;justify-content:space-between;padding:10px 14px}.resizable-row .resizable-row-header:hover{background:var(--formative-gray-100)}.resizable-row .resizable-row-header .row-title{align-items:center;color:var(--formative-gray-700);display:flex;font-size:13px;font-weight:600;gap:8px}.resizable-row .resizable-row-header .row-title svg{color:var(--formative-primary)}.resizable-row .resizable-row-header .row-controls{align-items:center;display:flex;gap:6px}.resizable-row .resizable-row-header .row-controls .breakpoint-tabs{background:var(--formative-gray-200);border-radius:4px;display:flex;margin-left:8px;padding:2px}.resizable-row .resizable-row-header .row-controls .breakpoint-tabs .bp-tab{background:none;border:none;border-radius:3px;color:var(--formative-gray-500);cursor:pointer;padding:4px 8px;transition:all .2s ease}.resizable-row .resizable-row-header .row-controls .breakpoint-tabs .bp-tab:hover{color:var(--formative-gray-700)}.resizable-row .resizable-row-header .row-controls .breakpoint-tabs .bp-tab.active{background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.1);color:var(--formative-primary)}.resizable-row .resizable-row-header .row-controls .row-action-btn{background:none;border:none;border-radius:4px;color:var(--formative-gray-500);cursor:pointer;padding:6px;transition:all .2s ease}.resizable-row .resizable-row-header .row-controls .row-action-btn:hover{background:var(--formative-gray-200);color:var(--formative-gray-700)}.resizable-row .resizable-row-header .row-controls .row-action-btn.settings:hover{color:var(--formative-primary)}.resizable-row .resizable-row-header .row-controls .row-action-btn.delete:hover{background:rgba(239,68,68,.1);color:var(--formative-error)}.resizable-row .resizable-row-content{background:var(--formative-gray-50);padding:20px}.resizable-row .resizable-row-content .resizable-panel-group{display:flex;min-height:200px}.resizable-row .resizable-row-content .resizable-column-panel{min-width:80px}.resizable-row .resizable-row-content .resizable-handle{align-items:center;cursor:col-resize;display:flex;justify-content:center;margin:0 4px;position:relative;width:16px;z-index:10}.resizable-row .resizable-row-content .resizable-handle .handle-bar{background:var(--formative-gray-300);border-radius:2px;height:60px;transition:all .2s ease;width:4px}.resizable-row .resizable-row-content .resizable-handle:hover .handle-bar,.resizable-row .resizable-row-content .resizable-handle[data-resize-handle-active] .handle-bar{background:var(--formative-primary);height:100px}.resizable-row .resizable-row-content .resizable-column{background:#fff;border:1px solid var(--formative-gray-200);border-radius:6px;display:flex;flex-direction:column;height:100%;overflow:hidden}.resizable-row .resizable-row-content .resizable-column .resizable-column-header{align-items:center;background:var(--formative-gray-50);border-bottom:1px solid var(--formative-gray-200);display:flex;font-size:11px;justify-content:space-between;padding:8px 10px}.resizable-row .resizable-row-content .resizable-column .resizable-column-header .column-label{color:var(--formative-gray-600);font-weight:600}.resizable-row .resizable-row-content .resizable-column .resizable-column-header .column-width{background:var(--formative-primary);border-radius:10px;color:#fff;font-size:10px;font-weight:600;padding:2px 8px}.resizable-row .resizable-row-content .resizable-column .resizable-column-header .column-delete{background:none;border:none;border-radius:4px;color:var(--formative-gray-400);cursor:pointer;margin-right:6px;padding:4px;transition:all .2s ease}.resizable-row .resizable-row-content .resizable-column .resizable-column-header .column-delete:hover{background:rgba(239,68,68,.1);color:var(--formative-error)}.resizable-row .resizable-row-content .resizable-column .resizable-column-fields{flex:1;min-height:150px;padding:12px}.resizable-row .resizable-row-content .resizable-column .resizable-column-fields .resizable-column-field{background:var(--formative-gray-50);border:1px solid var(--formative-gray-200);border-radius:4px;cursor:pointer;margin-bottom:8px;transition:all .2s ease}.resizable-row .resizable-row-content .resizable-column .resizable-column-fields .resizable-column-field:last-child{margin-bottom:0}.resizable-row .resizable-row-content .resizable-column .resizable-column-fields .resizable-column-field:hover{border-color:var(--formative-gray-300)}.resizable-row .resizable-row-content .resizable-column .resizable-column-fields .resizable-column-field.is-selected{background:rgba(99,102,241,.05);border-color:var(--formative-primary)}.resizable-row .resizable-row-content .resizable-column .resizable-column-fields .resizable-column-field.is-dragging{opacity:.5}.resizable-row .resizable-row-content .resizable-column .resizable-column-fields .resizable-column-field .field-inner{align-items:center;display:flex;padding:8px 10px}.resizable-row .resizable-row-content .resizable-column .resizable-column-fields .resizable-column-field .field-inner .field-drag-handle{color:var(--formative-gray-400);cursor:grab;margin-left:8px}.resizable-row .resizable-row-content .resizable-column .resizable-column-fields .resizable-column-field .field-inner .field-drag-handle:active{cursor:grabbing}.resizable-row .resizable-row-content .resizable-column .resizable-column-fields .resizable-column-field .field-inner .field-content{flex:1;min-width:0}.resizable-row .resizable-row-content .resizable-column .resizable-column-fields .resizable-column-field .field-inner .field-content .field-label{color:var(--formative-gray-700);display:block;font-size:12px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resizable-row .resizable-row-content .resizable-column .resizable-column-fields .resizable-column-field .field-inner .field-content .field-label .required-mark{color:var(--formative-error);margin-right:2px}.resizable-row .resizable-row-content .resizable-column .resizable-column-fields .resizable-column-field .field-inner .field-delete{background:none;border:none;border-radius:4px;color:var(--formative-gray-400);cursor:pointer;opacity:0;padding:4px;transition:all .2s ease}.resizable-row .resizable-row-content .resizable-column .resizable-column-fields .resizable-column-field:hover .field-delete{opacity:1}.resizable-row .resizable-row-content .resizable-column .resizable-column-fields .resizable-column-field .field-delete:hover{background:rgba(239,68,68,.1);color:var(--formative-error)}.resizable-row .resizable-row-content .resizable-column .resizable-column-fields .column-empty-state{align-items:center;border:2px dashed var(--formative-gray-200);border-radius:6px;color:var(--formative-gray-400);display:flex;flex-direction:column;height:100%;justify-content:center;min-height:120px;padding:24px;transition:all .2s ease}.resizable-row .resizable-row-content .resizable-column .resizable-column-fields .column-empty-state svg{height:28px;margin-bottom:10px;width:28px}.resizable-row .resizable-row-content .resizable-column .resizable-column-fields .column-empty-state span{font-size:13px;font-weight:500}.resizable-row .resizable-row-content .resizable-column .resizable-column-fields .column-empty-state:hover{background:rgba(99,102,241,.03);border-color:var(--formative-primary);color:var(--formative-primary)}.elementor-style .formative-builder-canvas{background:linear-gradient(-180deg,#f1f3f7,#e8ebf0);flex:1}.elementor-style .formative-builder-canvas:before{display:none}.elementor-style .formative-canvas-inner{max-width:800px;padding:40px 24px}.elementor-style .formative-canvas-header{margin-bottom:32px}.elementor-style .formative-canvas-header h2{font-size:24px}.elementor-style .formative-field-item{border:2px solid transparent;border-radius:6px;transition:all .2s ease}.elementor-style .formative-field-item:hover{border-color:var(--formative-gray-300)}.elementor-style .formative-field-item.is-selected{border-color:var(--formative-primary);box-shadow:0 0 0 3px rgba(99,102,241,.15)}
