.admin-page .tab-panel{flex:1 1 auto;min-height:0}.admin-page .page-header__cta{margin-left:auto;flex:0 0 auto}.admin-page .page-header__cta .e-btn{min-width:170px}.fs-layout{display:grid;grid-template-columns:360px 1fr;gap:10px;height:100%}.fs-sidebar{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;min-height:0}.fs-sidebar__header{padding:12px;border-bottom:1px solid #e5e7eb}.fs-sidebar__title{font-weight:900;color:#111827}.fs-sidebar__sub{font-size:12px;color:#6b7280;margin-top:4px}.fs-tree{padding:10px;flex:1;overflow-y:auto}.fs-tree__row{--level: 0;display:grid;grid-template-columns:28px 1fr;align-items:center;padding-left:calc(var(--level) * 16px);margin-bottom:6px}.fs-tree__toggle,.fs-tree__toggle-spacer{width:28px;height:28px;border-radius:10px;display:flex;align-items:center;justify-content:center}.fs-tree__toggle{border:1px solid #e5e7eb;background:#fff;cursor:pointer}.fs-tree__item{width:100%;padding:8px 10px;border-radius:12px;border:1px solid transparent;display:flex;align-items:center;gap:10px;cursor:pointer;background:transparent}.fs-tree__row--selected .fs-tree__item{background:#eef2ff;border-color:#c7d2fe}.fs-tree__icon{color:#4338ca}.fs-tree__name{font-size:13px;color:#111827}.fs-details{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:14px;display:flex;flex-direction:column;min-height:0}.fs-details__header{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.fs-details__left{display:flex;align-items:center;gap:10px;min-width:0;flex-wrap:wrap}.fs-details__title{font-size:18px;font-weight:900;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fs-badge{font-size:12px;font-weight:700;padding:4px 10px;border-radius:999px;display:inline-flex;align-items:center;gap:4px;border:1px solid transparent;white-space:nowrap}.fs-badge--integrated-app{background:#ecfdf5;color:#047857;border-color:#a7f3d0}.fs-badge--active{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.fs-badge--inactive{background:#f3f4f6;color:#4b5563;border-color:#d1d5db}.fs-badge--end{background:#fef2f2;color:#b91c1c;border-color:#fca5a5}.fs-details__actions{display:flex;align-items:center;gap:8px}.fs-badge--action{padding:4px 12px;font-size:12px;font-weight:600;border-radius:999px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;transition:.15s ease-in-out;background:#fff;color:#1870b8;border:1px solid #1870b8}.fs-badge--action:hover{border-color:#003e80;color:#003e80}.fs-badge--action[disabled]{opacity:.5;cursor:not-allowed}.fs-tabs{display:flex;gap:8px;margin-top:14px;border-bottom:1px solid #e5e7eb}.fs-tabs__tab{background:transparent;border:none;padding:10px 12px;font-weight:800;color:#6b7280;cursor:pointer;border-bottom:2px solid transparent}.fs-tabs__tab--active{color:#111827;border-bottom-color:#4338ca}.fs-panel{flex:1;display:flex;flex-direction:column;padding-top:14px;min-height:0}.fs-panel__title-row{display:flex;justify-content:space-between;gap:12px;margin-bottom:10px;flex-wrap:wrap}.fs-panel__title{font-size:.84rem;color:#5a647f}.fs-panel__title-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.fs-panel__scroll{flex:1;overflow-y:auto;padding-right:6px}.fs-details__status{margin-top:12px;display:flex;align-items:center;gap:10px;min-height:24px}.fs-details__status-bar{width:4px;align-self:stretch;border-radius:999px;background:transparent}.fs-details__status-text{font-size:12px;color:#6b7280}.fs-details__status--loading .fs-details__status-bar{background:#94a3b8}.fs-details__status--error .fs-details__status-bar{background:#dc2626}.fs-details__status--error .fs-details__status-text{color:#b91c1c}.fs-empty{display:grid;place-content:center;height:100%;text-align:center}.fs-empty__title{font-size:16px;font-weight:900}.fs-empty__sub{font-size:13px;color:#6b7280}.fs-empty-hint{border:1px dashed #d1d5db;border-radius:12px;padding:16px;color:#6b7280;background:#f9fafb}.fs-state{padding:10px 12px;border-radius:8px;margin:10px 0}.fs-state--muted{background:#f3f4f6;color:#4b5563}.fs-state--error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.fs-details__footer{padding:5px 0 0 4px;display:flex;gap:18px;flex-wrap:wrap;align-items:center;font-size:13px}.fs-details__footer-item{display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.fs-details__footer-label{color:#6b7280;font-weight:700}.fs-details__footer-value{color:#111827;font-weight:800}.fs-spinner{width:14px;height:14px;border:2px solid #d1d5db;border-top-color:#6b7280;border-radius:50%;display:inline-block;animation:fsSpin .8s linear infinite}@keyframes fsSpin{to{transform:rotate(360deg)}}.airygift-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:16px}.airygift-summary-card,.airygift-property{border:1px solid #e5e7eb;border-radius:12px;padding:14px;background:#fff}.airygift-summary-card span,.airygift-property span{display:block;font-size:12px;color:#6b7280;margin-bottom:6px;text-transform:uppercase;letter-spacing:.04em}.airygift-summary-card strong,.airygift-property strong{color:#111827;font-size:14px}.airygift-workflow-list{display:flex;flex-direction:column;gap:10px}.airygift-workflow-list__item{width:100%;border:1px solid #e5e7eb;border-radius:12px;background:#fff;padding:14px;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;text-align:left}.airygift-workflow-list__item:hover{border-color:#c7d2fe;background:#f8fafc}.airygift-workflow-list__text{display:flex;flex-direction:column;gap:4px}.airygift-workflow-list__text strong{color:#111827;font-size:14px}.airygift-workflow-list__text span{color:#6b7280;font-size:12px}.airygift-properties{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.airygift-summary-stack{display:grid;gap:16px}.airygift-summary-editor-card{position:relative;overflow:hidden;border:1px solid var(--airygift-step-border, #dbe4f0);border-radius:18px;background:var( --airygift-step-surface, linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) );padding:18px;box-shadow:0 14px 28px var(--airygift-step-shadow, rgba(15, 23, 42, .05)),inset 0 1px #ffffffe6;display:flex;flex-direction:column;gap:14px}.airygift-summary-editor-card:before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:linear-gradient(180deg,var(--airygift-step-accent, #2563eb) 0%,var(--airygift-step-accent-soft, #dbeafe) 100%)}.airygift-summary-editor-card:after{content:"";position:absolute;top:-54px;right:-40px;width:148px;height:148px;border-radius:999px;background:var(--airygift-step-accent-soft, #dbeafe);opacity:.55;filter:blur(10px);pointer-events:none}.airygift-summary-editor-card>*{position:relative;z-index:1}.airygift-summary-editor-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.airygift-summary-editor-card__copy{min-width:0;display:flex;flex-direction:column;gap:6px}.airygift-summary-editor-card__eyebrow{font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--airygift-step-accent, #2563eb)}.airygift-summary-editor-card__copy h4{margin:0;color:#0f172a;font-size:18px;font-weight:900}.airygift-summary-editor-card__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.airygift-summary-editor-card__meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px}.airygift-summary-editor-card__row{display:grid;grid-template-columns:minmax(180px,240px) minmax(0,1fr);gap:14px;align-items:start}.airygift-summary-editor-stat{border:1px solid var(--airygift-step-panel-border, #e7edf5);border-radius:14px;background:linear-gradient(90deg,var(--airygift-step-accent-soft, #dbeafe) 0 4px,var(--airygift-step-panel, #f8fbff) 4px 100%);padding:12px 14px;box-shadow:inset 0 1px #ffffffd9}.airygift-summary-editor-stat span{display:block;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#6b7280;margin-bottom:6px}.airygift-summary-editor-stat strong{color:#111827;font-size:14px}.airygift-summary-editor-stat--owner{height:100%}.airygift-summary-editor-card__section{display:flex;flex-direction:column;gap:10px}.airygift-summary-editor-card__inline-section{display:flex;flex-direction:column;gap:10px;min-width:0}.airygift-summary-editor-card__label{font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--airygift-step-accent, #2563eb)}.airygift-summary-editor-card__empty{border:1px dashed var(--airygift-step-panel-border, #d6deea);border-radius:12px;padding:12px 14px;background:var(--airygift-step-panel, #f8fafc);color:#64748b;font-size:13px}.airygift-summary-editor-card__status{font-size:12px;color:#475569}.airygift-summary-editor-card__status--error{color:#b91c1c}.airygift-chip-list{display:flex;flex-wrap:wrap;gap:8px}.airygift-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #dbe4f0;border-radius:999px;background:#f8fbff;color:#334155;font-size:12px;font-weight:700}.airygift-chip strong{color:#0f172a}.airygift-summary-editor-card .airygift-chip{border-color:var(--airygift-step-chip-border, #dbe4f0);background:var(--airygift-step-chip-bg, #f8fbff)}.airygift-summary-editor-card .airygift-chip--flow{background:linear-gradient(180deg,#ffffff 0%,var(--airygift-step-panel, #f8fbff) 100%);box-shadow:inset 0 1px #ffffffeb,0 8px 18px var(--airygift-step-shadow, rgba(15, 23, 42, .04))}.airygift-summary-editor-card .airygift-chip--flow strong{color:var(--airygift-step-accent, #2563eb)}.airygift-chip--flow{padding:10px 14px;border-radius:12px;border-color:#dbe4f0;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:inset 0 1px #fffc}.airygift-chip--flow i{color:#64748b}.airygift-workflow-dialog__shell{display:flex;align-items:stretch;justify-content:center;height:100%;padding:.5rem .65rem}.airygift-workflow-dialog__card{width:100%;height:100%;border:none;border-radius:22px;background:radial-gradient(circle at top right,rgba(191,219,254,.7),transparent 30%),linear-gradient(180deg,#f8fbff,#f3f7fc);box-shadow:none;overflow:hidden;display:flex;flex-direction:column}.airygift-workflow-dialog__content{display:flex;flex-direction:column;gap:.65rem;width:100%;height:100%;min-height:0;flex:1 1 auto}.airygift-workflow-wizard{display:flex;flex-direction:column;gap:.55rem;min-height:0;height:100%}.airygift-workflow-wizard__steps{display:flex;align-items:center;justify-content:stretch;width:100%;flex:0 0 auto;gap:.15rem;flex-wrap:nowrap;overflow-x:auto;padding:.08rem .25rem .2rem;scroll-padding-inline:.25rem;scrollbar-gutter:stable both-edges}.airygift-workflow-wizard__step{min-width:0;flex:1 1 0;display:inline-flex;align-items:center;gap:.4rem;padding:.34rem .5rem;color:#5b6478;font-size:.72rem;font-weight:700;border:1px solid #dbe4f0;border-radius:12px;background:#ffffffd9;min-height:48px}.airygift-workflow-wizard__step span{width:26px;height:26px;border-radius:999px;border:1px solid #d0d7e2;display:inline-flex;align-items:center;justify-content:center;background:#f8fafc;flex:0 0 auto;font-size:.72rem}.airygift-workflow-wizard__step-copy{display:flex;flex-direction:column;min-width:0}.airygift-workflow-wizard__step-copy strong{color:#0f172a;font-size:.72rem;line-height:1.2}.airygift-workflow-wizard__step-copy small{color:#64748b;font-size:.58rem;line-height:1.25;margin-top:.04rem}.airygift-workflow-wizard__step.is-active{color:#1d4ed8;border-color:#93c5fd;background:linear-gradient(180deg,#eef6ff,#fff)}.airygift-workflow-wizard__step.is-active span{border-color:#93c5fd;background:#dbeafe;color:#1d4ed8}.airygift-workflow-wizard__step.is-complete{border-color:#bfdbfe;background:#f8fbff}.airygift-workflow-wizard__step.is-complete span{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}.airygift-workflow-wizard__divider{position:relative;flex:0 0 34px;width:34px;height:16px}.airygift-workflow-wizard__divider:before{content:"";position:absolute;left:0;right:8px;top:50%;height:2px;transform:translateY(-50%);background:linear-gradient(90deg,#93c5fd,#60a5fa 55%,#2563eb)}.airygift-workflow-wizard__divider:after{content:"";position:absolute;right:2px;top:50%;width:10px;height:10px;border-top:2px solid #2563eb;border-right:2px solid #2563eb;transform:translateY(-50%) rotate(45deg)}.airygift-workflow-stage{display:flex;flex:1 1 auto;width:100%;min-height:0;height:100%;overflow:auto;padding:.25rem 0}.airygift-workflow-stage--details{align-items:center;justify-content:center}.airygift-stage-card{border:1px solid #dbe4f0;border-radius:18px;background:#fff;padding:1rem 1.05rem;box-shadow:0 14px 30px #0f172a0d}.airygift-stage-card--intro,.airygift-stage-card--sidebar{background:linear-gradient(180deg,#fff,#f6faff)}.airygift-stage-card--full{width:100%;height:100%}.airygift-workflow-stage--details .airygift-stage-card--full{width:min(980px,100%);height:auto}.airygift-stage-card__eyebrow{color:#1d4ed8;font-size:.73rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.4rem}.airygift-stage-card h4,.airygift-stage-card__header h4,.airygift-template-editor__intro h3,.airygift-preview__header h3{margin:0;color:#0f172a;font-size:1.1rem;font-weight:900}.airygift-stage-card p,.airygift-stage-card__header p,.airygift-template-editor__intro p,.airygift-preview__header p{margin:.45rem 0 0;color:#5f6b81;line-height:1.5}.airygift-stage-card__summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:1rem}.airygift-stage-card__summary--stack{grid-template-columns:1fr}.airygift-stage-card__summary--compact{grid-template-columns:repeat(5,minmax(0,1fr))}.airygift-stage-stat,.airygift-preview-card{border:1px solid #e2e8f0;border-radius:14px;background:#f8fbff;padding:.9rem 1rem}.airygift-stage-stat span,.airygift-preview-card span{display:block;font-size:.72rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;color:#64748b;margin-bottom:.35rem}.airygift-stage-stat strong,.airygift-preview-card strong{color:#0f172a;font-size:.93rem}.airygift-workflow-form{margin-top:.9rem}.airygift-workflow-form--flush{margin-top:0}.airygift-workflow-stage--details .airygift-workflow-form__stack{width:min(100%,720px);margin:0 auto}.airygift-workflow-form__stack{display:flex;flex-direction:column;gap:.85rem;width:100%}.airygift-workflow-form__field{display:flex;flex-direction:column}.airygift-workflow-form .form-label{display:inline-block;margin-bottom:.45rem;color:#1c2640;font-weight:600}.airygift-owner-picker{display:flex;flex-direction:column;gap:.7rem;border:1px solid #dbe4f0;border-radius:14px;background:linear-gradient(180deg,#fff,#f8fbff);padding:.8rem .9rem}.airygift-owner-picker__title{margin-bottom:0}.airygift-owner-picker__row{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,46%);align-items:center;gap:.9rem;min-width:0}.airygift-owner-picker__row--default{grid-template-columns:minmax(0,1fr)}.airygift-owner-picker__row.is-active{color:#0f172a}.airygift-owner-picker__choice{display:inline-flex;align-items:center;gap:.75rem;color:#1c2640;font-weight:500;min-width:0}.airygift-owner-picker__choice input[type=radio]{flex:0 0 auto;width:1rem;height:1rem;margin:0;accent-color:#2563eb;cursor:pointer}.airygift-owner-picker__choice span{min-width:0;line-height:1.4}.airygift-owner-picker__select{min-width:0}.airygift-owner-picker__select:disabled{background-color:#f8fafc;color:#94a3b8;cursor:not-allowed}.airygift-field-hint{margin:.45rem 0 0;color:#5a647f;font-size:.82rem}.airygift-field-hint--error{color:#c2410c}.airygift-static-field{min-height:2.85rem;display:flex;align-items:center;padding:.72rem .95rem;border:1px solid #d6deef;border-radius:.75rem;background:#f8fbff;color:#1c2640;font-weight:500}.airygift-checkbox{display:inline-flex;align-items:center;gap:.65rem;color:#1c2640;font-weight:600;margin-top:.25rem}.airygift-template-editor{display:grid;grid-template-columns:minmax(0,7fr) minmax(320px,3fr);gap:.9rem;align-items:stretch;width:100%;min-height:0;height:100%}.airygift-template-editor--single-pane{grid-template-columns:minmax(0,1fr)}.airygift-template-editor--single-pane .airygift-template-editor__workspace{padding-bottom:0}.airygift-template-editor__sidebar{display:flex;min-height:0;min-width:0}.airygift-template-editor__workspace,.airygift-preview{min-width:0;min-height:0}.airygift-template-editor__workspace{display:flex;flex-direction:column;gap:.7rem;min-width:0;position:relative}.airygift-template-flow{min-height:0;height:100%;overflow:auto;padding:.2rem .15rem .35rem}.airygift-template-flow__canvas{position:relative;width:max(100%,920px);min-height:540px;margin:0 auto;display:flex;flex-direction:column;align-items:stretch;gap:1rem;padding:.75rem 1rem 1.2rem}.airygift-template-flow__svg{position:absolute;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none;z-index:0}.airygift-template-flow__path{fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;opacity:.92}.airygift-template-stage{--airygift-stage-accent: #2563eb;--airygift-stage-accent-soft: #dbeafe;--airygift-stage-border: #bfdbfe;--airygift-stage-ring: rgba(191, 219, 254, .45);--airygift-stage-shadow: rgba(37, 99, 235, .08);--airygift-stage-surface: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);position:relative;overflow:hidden;border:1px solid var(--airygift-stage-border);border-left:4px solid var(--airygift-stage-accent);border-radius:20px;background:var(--airygift-stage-surface);padding:.72rem .8rem .78rem .84rem;box-shadow:0 16px 30px var(--airygift-stage-shadow),inset 0 1px #ffffffe0;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease;width:clamp(260px,64%,350px);align-self:center;z-index:1;cursor:pointer;will-change:transform}.airygift-template-stage:after{content:"";position:absolute;top:-46px;right:-38px;width:116px;height:116px;border-radius:999px;background:var(--airygift-stage-accent-soft);opacity:.48;filter:blur(8px);pointer-events:none}.airygift-template-stage>*{position:relative;z-index:1}.airygift-template-stage.is-selected{border-color:var(--airygift-stage-accent);box-shadow:0 18px 34px var(--airygift-stage-shadow),0 0 0 3px var(--airygift-stage-ring);transform:translateY(-1px)}.airygift-template-stage:hover{transform:translateY(-1px);box-shadow:0 18px 34px var(--airygift-stage-shadow),0 0 0 1px var(--airygift-stage-border)}.airygift-template-stage.is-dragging{cursor:grabbing;transition:none;box-shadow:0 22px 36px var(--airygift-stage-shadow),0 0 0 3px var(--airygift-stage-ring)}.airygift-template-flow__canvas--saved .airygift-template-stage{cursor:default}.airygift-template-flow__canvas--saved .airygift-template-stage:hover{transform:none;box-shadow:0 16px 30px var(--airygift-stage-shadow),inset 0 1px #ffffffe0}.airygift-template-stage--simple{--airygift-stage-accent: #2563eb;--airygift-stage-accent-soft: #dbeafe;--airygift-stage-border: #bfdbfe;--airygift-stage-ring: rgba(191, 219, 254, .45);--airygift-stage-shadow: rgba(37, 99, 235, .1);--airygift-stage-surface: linear-gradient(180deg, #ffffff 0%, #f6faff 100%)}.airygift-template-stage--association{--airygift-stage-accent: #0f766e;--airygift-stage-accent-soft: #ccfbf1;--airygift-stage-border: #99f6e4;--airygift-stage-ring: rgba(153, 246, 228, .45);--airygift-stage-shadow: rgba(15, 118, 110, .11);--airygift-stage-surface: linear-gradient(180deg, #ffffff 0%, #f0fdfa 100%)}.airygift-template-stage--end{--airygift-stage-accent: #b91c1c;--airygift-stage-accent-soft: #fee2e2;--airygift-stage-border: #fca5a5;--airygift-stage-ring: rgba(252, 165, 165, .45);--airygift-stage-shadow: rgba(185, 28, 28, .12);--airygift-stage-surface: linear-gradient(180deg, #ffffff 0%, #fef2f2 100%)}.airygift-template-stage__head{display:flex;align-items:center;justify-content:space-between;gap:.55rem}.airygift-template-stage__title-wrap{display:flex;align-items:flex-start;gap:.8rem;min-width:0;flex:1}.airygift-template-stage__number{width:36px;height:36px;border-radius:999px;border:1px solid rgba(148,163,184,.35);background:#ffffffe6;color:var(--airygift-step-accent, #2563eb);display:inline-flex;align-items:center;justify-content:center;font-weight:800;flex:0 0 auto}.airygift-template-stage__title-copy{min-width:0}.airygift-template-stage__title-block{min-width:0;flex:1}.airygift-template-stage__eyebrow{display:block;color:var(--airygift-step-accent, #2563eb);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.airygift-template-stage__title{color:var(--airygift-stage-accent);font-size:.88rem;font-weight:900;line-height:1.25;margin-top:0;word-break:break-word}.airygift-template-stage__head-actions{display:flex;align-items:center;justify-content:flex-end;gap:.35rem;flex-wrap:wrap}.airygift-template-stage__edit{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:10px;border:1px solid var(--airygift-stage-border);background:#ffffffeb;color:var(--airygift-stage-accent);font-weight:700;cursor:pointer;padding:0;flex:0 0 auto}.airygift-template-stage__drag-handle{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:10px;border:1px solid var(--airygift-stage-border);background:#ffffffeb;color:var(--airygift-stage-accent);cursor:grab;padding:0;flex:0 0 auto;touch-action:none;-webkit-user-select:none;user-select:none}.airygift-template-stage__drag-handle:hover{border-color:var(--airygift-stage-border);background:var(--airygift-stage-accent-soft)}.airygift-template-stage__drag-handle:active,.airygift-template-stage.is-dragging .airygift-template-stage__drag-handle{cursor:grabbing}.airygift-template-stage__edit:hover{border-color:var(--airygift-stage-border);background:var(--airygift-stage-accent-soft)}.airygift-template-stage__edit--danger{color:#dc2626;border-color:#fecaca}.airygift-template-stage__edit--danger:hover{border-color:#fca5a5;background:#fef2f2}.airygift-template-stage__meta{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:.8rem}.airygift-template-stage__actions{display:grid;grid-template-columns:1fr;gap:.45rem;margin-top:.55rem}.airygift-template-flow__connector{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;min-height:42px}.airygift-template-flow__connector-line{width:2px;height:26px;background:linear-gradient(180deg,#93c5fd,#2563eb)}.airygift-template-flow__connector i{color:#2563eb;font-size:1rem}.airygift-template-editor--saved .airygift-template-flow__canvas{width:min(100%,720px)}.airygift-template-editor__placeholder{display:flex;align-items:center;justify-content:center;min-height:100%;background:radial-gradient(circle at top right,rgba(191,219,254,.5),transparent 32%),linear-gradient(180deg,#fff,#f8fbff)}.airygift-template-editor__placeholder-copy{width:min(100%,280px);text-align:center}.airygift-template-editor__placeholder-copy h4{margin:0}.airygift-template-editor__placeholder-copy p{margin:.55rem 0 0}.airygift-template-editor__panel{display:flex;flex-direction:column;gap:1rem;min-height:100%}.airygift-template-editor__panel.airygift-template-stage,.airygift-template-editor__placeholder.airygift-template-stage{width:100%;align-self:stretch;cursor:default}.airygift-template-editor__panel.airygift-template-stage:hover,.airygift-template-editor__placeholder.airygift-template-stage:hover{transform:none;box-shadow:0 16px 30px var(--airygift-stage-shadow),inset 0 1px #ffffffe0}.airygift-template-editor__panel-copy h4,.airygift-template-editor__placeholder-copy h4{color:var(--airygift-stage-accent)}.airygift-template-editor__form{display:flex;flex:1 1 auto;min-height:0}.airygift-template-editor__form .airygift-workflow-form__stack{flex:1 1 auto;min-height:0}.airygift-fields-panel{display:flex;flex-direction:column;width:100%;min-height:100%;align-self:stretch;cursor:default;overflow:hidden}.airygift-fields-panel__section{flex:0 0 auto;gap:1rem}.airygift-fields-panel__body{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;overflow:hidden}.airygift-fields-panel__scroll{flex:1 1 auto;min-height:0;overflow:auto;padding-right:.2rem;scrollbar-gutter:stable;-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 12px,#000 calc(100% - 12px),transparent 100%);mask-image:linear-gradient(180deg,transparent 0,#000 12px,#000 calc(100% - 12px),transparent 100%)}.airygift-fields-panel__state{margin-top:.15rem}.airygift-field-catalog{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.95rem;padding:.15rem 0 .2rem;align-content:start}.airygift-field-card:last-child:nth-child(odd){grid-column:1 / -1}.airygift-field-card{display:grid;grid-template-columns:42px minmax(0,1fr);gap:.95rem;align-items:center;padding:.9rem 1.05rem;border:1px solid #d7e3f3;border-radius:20px;background:radial-gradient(circle at top right,rgba(191,219,254,.28),transparent 36%),linear-gradient(180deg,#fffffffa,#f8fbfff0);transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.airygift-field-card:hover{border-color:#93c5fd;box-shadow:0 14px 24px #2563eb14;transform:translateY(-1px)}.airygift-field-card.is-selected{border-color:#60a5fa;box-shadow:0 18px 28px #2563eb1a}.airygift-field-card.is-required{border-color:#fdba74;background:radial-gradient(circle at top right,rgba(254,215,170,.32),transparent 42%),linear-gradient(180deg,#fffffffa,#fff7edf0)}.airygift-field-card__selector{display:flex;align-items:center;justify-content:center}.airygift-field-card__toggle-shell{width:34px;height:34px;border-radius:12px;border:1px solid #c7d7ea;background:linear-gradient(180deg,#fff,#eff6ff);display:inline-flex;align-items:center;justify-content:center;box-shadow:inset 0 1px #fffffff0}.airygift-field-card__selector input{width:1.1rem;height:1.1rem;margin:0;accent-color:#2563eb;cursor:pointer}.airygift-field-card__selector input:disabled{opacity:1;cursor:not-allowed}.airygift-field-card__body{display:flex;align-items:center;min-width:0}.airygift-field-card__head{display:flex;justify-content:space-between;gap:.9rem;align-items:center;flex-wrap:nowrap;width:100%}.airygift-field-card__copy{min-width:0;flex:1 1 auto}.airygift-field-card__title-row{display:flex;align-items:center;min-width:0}.airygift-field-card__head strong{display:block;color:#0f172a;font-size:1.02rem;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.airygift-field-card__badges{display:flex;flex-wrap:nowrap;gap:.45rem;justify-content:flex-end;align-items:center;flex:0 0 auto}.airygift-template-editor__field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.airygift-template-editor__inline-field{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.75rem}.airygift-template-editor__inline-field .form-label{margin-bottom:0;white-space:nowrap}.airygift-template-editor__type-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.airygift-template-editor__type-option{margin-top:0;min-height:46px}.airygift-template-editor__type-option.is-disabled{opacity:.68}.airygift-step-type-inline-message{color:#b45309;font-size:.78rem;line-height:1.4;margin-top:-.25rem}.airygift-template-editor__panel-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.8rem}.airygift-template-editor__panel-actions{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:auto}.airygift-template-editor__panel-actions--centered{justify-content:center;margin-top:1rem}.airygift-template-editor__floating-action{position:absolute;right:1rem;bottom:1rem;z-index:3;display:inline-flex;flex-direction:column;align-items:center;gap:.45rem}.airygift-template-editor__floating-button{width:56px;height:56px;border:0;border-radius:999px;background:linear-gradient(180deg,#3b82f6,#2563eb);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:1.1rem;box-shadow:0 16px 32px #2563eb47,0 0 0 6px #3b82f61f;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.airygift-template-editor__floating-button:hover:not(:disabled),.airygift-template-editor__floating-button:focus-visible{transform:translateY(-2px) scale(1.02);box-shadow:0 20px 36px #2563eb52,0 0 0 8px #3b82f624;outline:none}.airygift-template-editor__floating-button:disabled{cursor:default;opacity:.6;box-shadow:0 12px 24px #94a3b838,0 0 0 6px #94a3b81a}.airygift-template-editor__floating-label{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .8rem;border-radius:999px;background:#fffffff5;border:1px solid rgba(191,219,254,.95);color:#1d4ed8;font-size:.88rem;font-weight:700;line-height:1;box-shadow:0 10px 20px #94a3b824;white-space:nowrap}.airygift-template-editor__section{display:flex;flex-direction:column;gap:.75rem;min-height:0}.airygift-template-editor__section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.airygift-template-editor__section-copy{min-width:0}.airygift-template-editor__section-copy .form-label{margin-bottom:0}.airygift-template-editor__section-copy .airygift-field-hint{margin-top:.35rem}.airygift-template-editor__action-list{display:flex;flex-direction:column;gap:.75rem;min-height:0;overflow:auto;padding-right:.15rem}.airygift-template-editor__action-card{border:1px solid var(--airygift-action-border, var(--airygift-stage-border));border-radius:16px;background:linear-gradient(180deg,#ffffff 0%,var(--airygift-action-bg, var(--airygift-stage-accent-soft)) 100%);padding:.9rem .95rem;box-shadow:0 12px 24px var(--airygift-stage-shadow),inset 0 1px #ffffffe0;display:flex;flex-direction:column;gap:.75rem}.airygift-template-editor__action-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.airygift-template-editor__action-summary{display:flex;flex-direction:column;gap:.25rem;min-width:0;flex:1 1 auto}.airygift-template-editor__action-tools{display:inline-flex;align-items:center;gap:.35rem;flex:0 0 auto}.airygift-template-editor__action-head strong{color:var(--airygift-action-color, var(--airygift-stage-accent));font-size:.92rem;font-weight:800}.airygift-template-editor__action-summary span{color:var(--airygift-action-color, #475569);font-size:.8rem;font-weight:700}.airygift-template-editor__action-name,.airygift-template-editor__action-next{display:inline-flex;align-items:center;gap:.45rem}.airygift-template-editor__action-name span,.airygift-template-editor__action-next{min-width:0}.airygift-template-editor__action-name i,.airygift-template-editor__action-next i{flex:0 0 auto}.airygift-template-editor__action-card--success{border-color:#86efac;background:linear-gradient(180deg,#fff,#ecfdf5)}.airygift-template-editor__action-card--success .airygift-template-editor__action-head strong,.airygift-template-editor__action-card--success .airygift-template-editor__action-summary span{color:#166534}.airygift-template-editor__action-card--danger{border-color:#fca5a5;background:linear-gradient(180deg,#fff,#fef2f2)}.airygift-template-editor__action-card--danger .airygift-template-editor__action-head strong,.airygift-template-editor__action-card--danger .airygift-template-editor__action-summary span{color:#b91c1c}.airygift-template-editor__action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.airygift-template-editor__action-note{border:1px solid var(--airygift-stage-border);border-radius:12px;background:var(--airygift-stage-accent-soft);color:var(--airygift-stage-accent);font-size:.78rem;font-weight:700;padding:.6rem .75rem}@media (max-width: 1200px){.airygift-template-editor__field-grid{grid-template-columns:1fr}.airygift-template-editor__inline-field{grid-template-columns:1fr;gap:.4rem}.airygift-template-editor__type-grid{grid-template-columns:1fr}}.airygift-template-action-dialog.e-dialog{border-radius:18px;overflow:hidden}.airygift-template-action-dialog .e-dlg-content{padding:1rem 1rem .9rem}.airygift-template-action-dialog__body{display:flex;flex-direction:column;gap:.95rem}.airygift-template-action-dialog__meta{display:flex;flex-direction:column;gap:.15rem}.airygift-template-action-dialog__meta strong{color:#0f172a;font-size:1rem;font-weight:800}.airygift-template-action-dialog__section-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-bottom:.6rem}.airygift-template-action-dialog__section-head .form-label{margin-bottom:0}.airygift-template-action-dialog__appearance-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.airygift-template-action-dialog__appearance-card{border:1px solid #dbe4f0;border-radius:14px;background:#f8fbff;padding:.85rem .9rem;display:flex;flex-direction:column;gap:.65rem;min-width:0}.airygift-template-action-dialog__appearance-card .form-label{margin-bottom:0}.airygift-template-action-dialog__appearance-card--preview{justify-content:space-between}.airygift-template-action-dialog__button-preview{justify-content:center;min-height:48px;padding:.6rem .8rem}.airygift-template-action-dialog__button-preview .airygift-template-action__label{justify-content:center;width:100%}.airygift-template-action-dialog__button-preview .airygift-template-action__label span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.airygift-template-action-dialog__icon-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:.55rem}.airygift-template-action-dialog__icon-option{border:1px solid #dbe3f1;border-radius:12px;background:#fff;color:#334155;width:100%;min-width:0;height:52px;padding:0;display:inline-flex;align-items:center;justify-content:center;text-align:center;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}.airygift-template-action-dialog__icon-option:hover,.airygift-template-action-dialog__icon-option:focus-visible{border-color:#93c5fd;background:#f8fbff;box-shadow:0 10px 22px #2563eb1f;transform:translateY(-1px)}.airygift-template-action-dialog__icon-option--selected{border-color:#2563eb;background:#eff6ff;box-shadow:0 12px 24px #2563eb29}.airygift-template-action-dialog__icon-option i{font-size:1rem}.airygift-template-action-dialog__footer{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;padding-top:.15rem}.airygift-template-action-dialog__footer-actions{display:flex;align-items:center;gap:.65rem;margin-left:auto}@media (max-width: 720px){.airygift-owner-picker__row,.airygift-template-action-dialog__appearance-grid{grid-template-columns:1fr}.airygift-template-action-dialog__icon-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width: 560px){.airygift-template-action-dialog__appearance-grid{grid-template-columns:1fr}.airygift-template-action-dialog__icon-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.airygift-template-editor__type-picker{display:grid;grid-template-columns:1fr;gap:.6rem}.airygift-template-editor__type-picker--centered{width:min(100%,260px);margin:.75rem auto 0}.airygift-template-editor__type-picker--inline{grid-template-columns:repeat(3,minmax(0,max-content));justify-content:flex-end;margin:0 0 .75rem}.airygift-step-type-dialog__options{display:grid;grid-template-columns:1fr;gap:.65rem}.airygift-step-type-dialog__option{display:grid;gap:.35rem}.airygift-step-type-dialog__message{color:#b45309;font-size:.78rem;line-height:1.4;padding-left:.1rem}.airygift-workflow-step-dialog .airygift-editor-dialog__shell{width:100%;height:auto}::ng-deep .airygift-workflow-step-dialog.e-dialog{width:min(980px,calc(100vw - 32px))!important;height:auto!important;max-width:calc(100vw - 32px);max-height:calc(100vh - 32px);border-radius:18px;display:flex;flex-direction:column}::ng-deep .airygift-workflow-step-dialog .e-dlg-header-content{flex:0 0 auto;padding:.95rem 1rem .75rem}::ng-deep .airygift-workflow-step-dialog .e-dlg-header{font-size:16px;font-weight:800}::ng-deep .airygift-workflow-step-dialog .e-dlg-content{display:flex;flex:1 1 auto;min-height:0;overflow:auto;padding:.95rem 1rem 1rem}::ng-deep .airygift-workflow-step-dialog .e-ddl,::ng-deep .airygift-workflow-step-dialog .e-control-wrapper{width:100%}::ng-deep .airygift-workflow-step-dialog .e-footer-content{flex:0 0 auto;margin-top:auto;padding:.85rem 1rem 1rem}.airygift-template-editor__eyebrow{color:#1d4ed8;font-size:.75rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.35rem}.airygift-template-editor__meta{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.airygift-template-diagram{min-height:0;margin-top:0;overflow-x:auto;overflow-y:hidden;padding:.15rem .1rem .35rem;scroll-padding-inline:1rem;scroll-snap-type:x proximity}.airygift-template-diagram__track{display:flex;align-items:stretch;gap:.5rem;width:max-content;min-width:100%;justify-content:flex-start}.airygift-template-node{position:relative;overflow:hidden;border:1px solid var(--airygift-step-border, #dbe4f0);border-left:4px solid var(--airygift-step-accent, #60a5fa);border-radius:18px;background:var( --airygift-step-surface, linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) );padding:.78rem .78rem .78rem .88rem;box-shadow:0 14px 26px var(--airygift-step-shadow, rgba(15, 23, 42, .05)),inset 0 1px #ffffffe0;min-width:236px;width:236px;flex:0 0 236px;scroll-snap-align:center}.airygift-template-node:after{content:"";position:absolute;top:-46px;right:-38px;width:116px;height:116px;border-radius:999px;background:var(--airygift-step-accent-soft, #dbeafe);opacity:.5;filter:blur(8px);pointer-events:none}.airygift-template-node>*{position:relative;z-index:1}.airygift-template-node__header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.airygift-template-node__title-group{min-width:0;flex:1}.airygift-template-node__index{color:#0f172a;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--airygift-step-accent, #2563eb)}.airygift-template-node__title-row{display:flex;align-items:center;gap:.55rem;margin-top:.3rem}.airygift-template-node__title{color:#0f172a;font-size:.96rem;font-weight:900;line-height:1.35;min-width:0;word-break:break-word}.airygift-template-node__title-input{min-width:0;flex:1}.airygift-template-node__edit{width:32px;height:32px;flex:0 0 32px;border-radius:10px;border:1px solid var(--airygift-step-panel-border, #cbd5e1);background:#ffffffeb;color:var(--airygift-step-accent, #1d4ed8);display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.airygift-template-node__edit:hover{border-color:var(--airygift-step-border, #93c5fd);background:var(--airygift-step-accent-soft, #eff6ff)}.airygift-template-node__body{display:grid;grid-template-columns:1fr;gap:.65rem;min-height:72px}.airygift-template-node__actions{display:grid;grid-template-columns:1fr;gap:.65rem;margin-top:.7rem}.airygift-template-action{border-radius:12px;background:var(--airygift-action-bg, var(--airygift-step-panel, #eff6ff));border:1px solid var(--airygift-action-border, var(--airygift-step-panel-border, #bfdbfe));padding:.42rem .56rem;display:flex;align-items:center;gap:.34rem;box-shadow:inset 0 1px #ffffffe0}.airygift-template-action strong{color:var(--airygift-action-color, var(--airygift-step-accent, #111827));font-size:.74rem;min-width:0;flex:1 1 auto}.airygift-template-action__label{display:inline-flex;align-items:center;gap:.42rem}.airygift-template-action__label span{min-width:0}.airygift-template-action span,.airygift-template-action em{color:var(--airygift-action-color, #4b5563);font-size:.7rem;font-style:normal}.airygift-template-action i{color:var(--airygift-action-color, #64748b);flex:0 0 auto}.airygift-template-action em{color:var(--airygift-action-color, var(--airygift-step-accent, #0f172a));font-weight:700;flex:0 1 auto}.airygift-template-stage .fs-badge{font-size:10px;padding:3px 8px}.airygift-icon-btn.e-btn{min-width:38px;width:38px;height:38px;padding:0}.airygift-template-action--muted{background:#f8fafc;border-color:#e5e7eb;display:flex;flex-direction:column;align-items:flex-start;gap:.22rem}.airygift-template-action--success{background:#ecfdf5;border-color:#86efac}.airygift-template-action--success strong,.airygift-template-action--success em,.airygift-template-action--success i{color:#166534}.airygift-template-action--danger{background:#fef2f2;border-color:#fca5a5}.airygift-template-action--danger strong,.airygift-template-action--danger em,.airygift-template-action--danger i{color:#b91c1c}.airygift-template-connector{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:0;flex:0 0 28px;min-width:28px;padding:0;scroll-snap-align:center}.airygift-template-connector__line{width:18px;height:2px;background:linear-gradient(90deg,#93c5fd,#1d4ed8);position:relative}.airygift-template-connector__line:after{content:"";position:absolute;right:-3px;top:50%;transform:translateY(-50%);border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:6px solid #1d4ed8}.airygift-template-errors{margin:0}.airygift-preview{display:flex;flex-direction:column;gap:.7rem;width:100%;height:100%}.airygift-acquisition-step{display:flex;flex-direction:column;gap:.85rem;width:100%;height:100%;min-height:0}.airygift-acquisition-flow{min-height:0;height:100%;overflow:auto;padding:.2rem .15rem .35rem}.airygift-acquisition-flow__canvas{width:min(100%,760px);margin:0 auto;display:grid;gap:.85rem;padding:.35rem .5rem .8rem}.airygift-acquisition-stage{width:100%;align-self:stretch}.airygift-acquisition-stage__title-block{min-width:0;flex:1}.airygift-acquisition-stage__summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem;margin-top:.65rem}.airygift-acquisition-stage__row{border:1px solid rgba(191,219,254,.9);border-radius:14px;background:#eff6ffb8;padding:.52rem .65rem;display:flex;flex-direction:column;gap:.14rem}.airygift-acquisition-stage__row span{color:#64748b;font-size:.68rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.airygift-acquisition-stage__row strong{color:#0f172a;font-size:.82rem;line-height:1.35;word-break:break-word}.airygift-acquisition-stage__badges{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.55rem}.airygift-acquisition-editor__panel{min-height:100%}.airygift-acquisition-editor__field--wide{grid-column:1 / -1}.airygift-acquisition-editor__field--under-separation{grid-column:2}.airygift-acquisition-editor__barcode-stack{display:flex;flex-direction:column;gap:.75rem}.airygift-acquisition-editor__option-stack{display:flex;flex-direction:column;gap:.65rem}.airygift-acquisition-editor__toggle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}@media (max-width: 1200px){.airygift-acquisition-editor__field--under-separation{grid-column:1}}.airygift-acquisition-toolbar{display:flex;align-items:center;justify-content:space-between;gap:.85rem;flex-wrap:wrap}.airygift-acquisition-toolbar__tabs{display:flex;gap:.65rem;flex:1 1 auto;min-width:0;overflow-x:auto;padding-bottom:.1rem}.airygift-acquisition-tab{border:1px solid #dbe4f0;border-radius:14px;background:#ffffffeb;padding:.7rem .9rem;min-width:170px;display:flex;flex-direction:column;gap:.18rem;cursor:pointer;text-align:left}.airygift-acquisition-tab span{color:#64748b;font-size:.72rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.airygift-acquisition-tab strong{color:#0f172a;font-size:.9rem;line-height:1.35}.airygift-acquisition-tab.is-active{border-color:#93c5fd;background:linear-gradient(180deg,#eef6ff,#fff);box-shadow:0 10px 22px #2563eb14}.airygift-acquisition-shell{display:flex;flex-direction:column;gap:.8rem;height:100%}.airygift-acquisition-shell__header{display:flex;align-items:flex-start;justify-content:space-between;gap:.85rem;flex-wrap:wrap}.airygift-acquisition-shell__copy{display:flex;flex-direction:column;gap:.2rem}.airygift-acquisition-shell__copy strong{color:#0f172a;font-size:1rem;font-weight:900}.airygift-acquisition-shell__copy span{color:#5f6b81;font-size:.84rem;line-height:1.5}.airygift-inline-action{border:1px solid #cbd5e1;border-radius:999px;background:#fff;color:#334155;font-size:.8rem;font-weight:700;padding:.45rem .9rem;cursor:pointer}.airygift-inline-action:hover{border-color:#93c5fd;color:#1d4ed8}.airygift-inline-action[disabled]{opacity:.55;cursor:not-allowed}.airygift-inline-action--danger{border-color:#fecaca;color:#b91c1c}.airygift-inline-action--danger:hover{border-color:#fca5a5;color:#991b1b}.airygift-visibility-row__select{width:100%}.airygift-visibility-list{display:grid;gap:.45rem}.airygift-visibility-card-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.75rem}.airygift-visibility-card{border:1px solid #dbe4f0;border-radius:16px;background:radial-gradient(circle at top right,rgba(191,219,254,.16),transparent 36%),linear-gradient(180deg,#fff,#f8fbff);padding:.95rem 1rem;box-shadow:0 8px 20px #0f172a08}.airygift-visibility-card--selected{border-color:#93c5fd;background:radial-gradient(circle at top right,rgba(147,197,253,.24),transparent 36%),linear-gradient(180deg,#fff,#eff6ff);box-shadow:0 10px 24px #2563eb14}.airygift-visibility-card__main{display:flex;flex-direction:column;gap:.7rem}.airygift-visibility-row{display:grid;grid-template-columns:minmax(240px,420px) auto;justify-content:space-between;gap:.55rem;align-items:center;padding:.55rem .65rem;border:1px solid #dbe4f0;border-radius:12px;background:radial-gradient(circle at top right,rgba(191,219,254,.18),transparent 34%),#fffffff0}.airygift-visibility-row__field{min-width:0;width:min(100%,420px)}.airygift-visibility-row__select{min-height:34px;height:34px;padding-top:.28rem;padding-bottom:.28rem;font-size:.94rem}.airygift-visibility-row__controls{display:flex;align-items:center;justify-content:flex-end;gap:.4rem;flex-wrap:wrap}.airygift-check{display:inline-flex;align-items:center;gap:.5rem;font-size:.78rem;color:#334155;font-weight:700}.airygift-check input{margin:0}.airygift-check--pill{min-height:34px;padding:.38rem .62rem;border:1px solid #dbe4f0;border-radius:12px;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:inset 0 1px #ffffffe6;white-space:nowrap}.airygift-check--primary{font-size:.9rem;font-weight:800;color:#0f172a}.airygift-check--secondary{color:#475569}.airygift-visibility-row__remove{flex:0 0 auto}.airygift-acquisition-grid{display:grid;gap:1rem}.airygift-acquisition-grid--primary{grid-template-columns:repeat(4,minmax(0,1fr))}.airygift-acquisition-toggle-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.airygift-checkbox--panel{margin-top:0;border:1px solid #dbe4f0;border-radius:14px;background:#f8fbff;padding:.35rem}.airygift-preview__summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.6rem}.airygift-preview__code-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:.7rem;min-height:0;flex:1}.airygift-preview__template-stack{display:grid;gap:.7rem;min-height:0;overflow:auto;padding-right:.15rem}.airygift-preview__code-shell{border:1px solid #0f172a;border-radius:16px;background:#0b1220;overflow:hidden;box-shadow:0 20px 34px #0f172a2e;min-height:0;flex:1;display:flex;flex-direction:column}.airygift-preview__code-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:.95rem 1rem;border-bottom:1px solid rgba(148,163,184,.18);background:#0f172a8c}.airygift-preview__code-header div{display:flex;flex-direction:column;gap:.2rem}.airygift-preview__code-header strong{color:#f8fafc;font-size:.9rem}.airygift-preview__code-header span{color:#94a3b8;font-size:.77rem}.airygift-preview__code-badge{border:1px solid rgba(96,165,250,.35);border-radius:999px;background:#1e293be6;color:#bfdbfe;font-size:.77rem;font-weight:700;padding:.35rem .7rem;white-space:nowrap}.airygift-preview__code{margin:0;padding:1rem 1.05rem;max-height:none;flex:1;overflow:auto;color:#dbeafe;font-size:.82rem;line-height:1.65;white-space:pre;font-family:Consolas,Courier New,monospace}.airygift-workflow-dialog__footer{display:flex;align-items:center;justify-content:flex-end;gap:.65rem;width:100%}.airygift-dialog-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-width:112px;font-weight:600}.airygift-dialog-btn i{font-size:.95rem}.airygift-workflow-dialog .e-dlg-content{display:flex;flex:1 1 auto;min-height:0;overflow:hidden;padding:.9rem 1rem}.airygift-workflow-dialog.e-dialog{width:100vw!important;height:100vh!important;max-width:none;max-height:none;border-radius:0;display:flex;flex-direction:column;background:radial-gradient(circle at top right,rgba(191,219,254,.7),transparent 30%),linear-gradient(180deg,#f8fbff,#f3f7fc);box-shadow:none}.airygift-workflow-dialog .e-dlg-header-content{flex:0 0 auto;padding:.55rem .8rem .4rem;background:#f8fbff;border-bottom:1px solid #e2e8f0}.airygift-workflow-dialog .e-ddl,.airygift-workflow-dialog .e-control-wrapper{width:100%}.airygift-workflow-dialog .e-footer-content{flex:0 0 auto;margin-top:auto;padding:.85rem 1rem 1rem;background:transparent;border-top:none}@media (max-width: 1160px){.airygift-preview__summary{grid-template-columns:repeat(2,minmax(0,1fr))}.airygift-template-editor{grid-template-columns:minmax(0,1fr)}.airygift-template-node__body{grid-template-columns:1fr}.airygift-acquisition-grid--primary{grid-template-columns:repeat(2,minmax(0,1fr))}.airygift-acquisition-editor__toggle-grid,.airygift-preview__code-grid{grid-template-columns:1fr}}@media (max-width: 980px){.fs-layout{grid-template-columns:1fr;height:auto}.airygift-summary-grid{grid-template-columns:1fr}.airygift-workflow-wizard__steps{flex-direction:column;align-items:stretch}.airygift-workflow-wizard__divider{width:100%;min-width:100%}.airygift-stage-card__summary,.airygift-preview__summary,.airygift-template-node__actions{grid-template-columns:1fr}.airygift-stage-card__summary--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.airygift-workflow-dialog__footer{flex-wrap:wrap;justify-content:flex-end}.airygift-summary-editor-card__head{flex-direction:column;align-items:flex-start}.airygift-summary-editor-card__actions{justify-content:flex-start}.airygift-summary-editor-card__row,.airygift-summary-editor-card__meta{grid-template-columns:1fr}.airygift-visibility-row{grid-template-columns:1fr;justify-content:stretch;align-items:stretch}.airygift-visibility-row__field{width:100%}.airygift-visibility-row__controls{justify-content:flex-start}.airygift-field-catalog,.airygift-field-card{grid-template-columns:1fr}.airygift-field-card__head,.airygift-field-card__title-row{flex-direction:column;align-items:flex-start}.airygift-fields-panel__scroll{padding-right:0;-webkit-mask-image:none;mask-image:none}.airygift-field-card__badges{justify-content:flex-start}.airygift-acquisition-toolbar,.airygift-acquisition-shell__header{align-items:stretch}.airygift-acquisition-stage__summary{grid-template-columns:1fr}}@media (max-width: 640px){.airygift-stage-card__summary--compact{grid-template-columns:1fr}.airygift-visibility-row__controls{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.airygift-visibility-row__remove{width:100%;justify-content:center}.airygift-template-node{min-width:min(248px,calc(100vw - 96px));width:min(248px,calc(100vw - 96px));flex-basis:min(248px,calc(100vw - 96px))}.airygift-acquisition-grid--primary,.airygift-acquisition-editor__toggle-grid{grid-template-columns:1fr}.airygift-chip{width:100%;justify-content:space-between}.airygift-workflow-dialog__footer{justify-content:flex-end}}
