@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);:root{--primary-50:#f0f9ff;--primary-100:#e0f2fe;--primary-500:#0ea5e9;--primary-600:#0284c7;--primary-700:#0369a1;--primary-900:#0c4a6e;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-300:#cbd5e1;--gray-400:#94a3b8;--gray-500:#64748b;--gray-600:#475569;--gray-700:#334155;--gray-800:#1e293b;--gray-900:#0f172a;--success-500:#10b981;--success-600:#059669;--warning-500:#f59e0b;--warning-600:#d97706;--error-500:#ef4444;--error-600:#dc2626;--error-700:#b91c1c;--purple-500:#8b5cf6;--purple-600:#7c3aed;--font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto",sans-serif;--font-mono:"JetBrains Mono","Fira Code",monospace;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--radius-sm:0.375rem;--radius-md:0.5rem;--radius-lg:0.75rem;--radius-xl:1rem}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;background-color:var(--gray-50);color:#0f172a;color:var(--gray-900);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-family:var(--font-family);line-height:1.5;margin:0;padding:0}code{font-family:JetBrains Mono,Fira Code,monospace;font-family:var(--font-mono)}#root,body,html{height:100%;overscroll-behavior:none;overscroll-behavior-x:none;overscroll-behavior-y:none;touch-action:pan-x pan-y;width:100%}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:#f1f5f9;background:var(--gray-100)}::-webkit-scrollbar-thumb{background:#cbd5e1;background:var(--gray-300);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8;background:var(--gray-400)}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #0ea5e9;outline:2px solid var(--primary-500);outline-offset:2px}.animate-fadeIn{animation:fadeIn .3s ease-out}.animate-slideIn{animation:slideIn .3s ease-out}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Toastify__toast-container{right:20px;top:20px;width:320px}.Toastify__toast{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;color:#374151;font-size:14px;font-weight:400;margin-bottom:8px;min-height:auto;padding:12px 16px}.Toastify__toast--success{background:#dcfce7;border:1px solid #bbf7d0;color:#166534}.Toastify__toast--error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.Toastify__progress-bar{height:3px}.Toastify__progress-bar--success{background:#22c55e}.Toastify__progress-bar--error{background:#ef4444}.Toastify__close-button{align-self:flex-start;color:inherit;opacity:.7}.Toastify__close-button:hover{opacity:1}.Toastify__toast-icon{display:none}.Toastify__toast-body{word-wrap:break-word;flex:1 1;line-height:1.4;margin:0;padding:0}.subscription-badge{align-items:center;border:1px solid #0000;border-radius:8px;display:flex;font-size:13px;font-weight:500;gap:8px;min-height:36px;padding:8px 12px;transition:all .2s ease}.subscription-badge.compact{font-size:12px;gap:4px;min-height:28px;padding:4px 8px}.subscription-badge.free{background:linear-gradient(135deg,#f6f8fa,#e1e4e8);border-color:#d1d5da;color:#586069}.subscription-badge.paid{background:linear-gradient(135deg,#e3f2fd,#bbdefb);border-color:#2196f3;color:#1565c0}.subscription-badge.loading{background:#f6f8fa;border-color:#e1e4e8;color:#6a737d}.subscription-badge.error{background:linear-gradient(135deg,#fff5f5,#fed7d7);border-color:#feb2b2;color:#c53030}.subscription-badge-content{display:flex;flex:1 1;flex-direction:column;gap:4px;min-width:0}.subscription-badge.compact .subscription-badge-content{align-items:center;flex-direction:row;gap:6px}.subscription-badge-plan{align-items:center;display:flex;gap:4px}.subscription-badge-icon{font-size:14px;line-height:1}.subscription-badge.compact .subscription-badge-icon{font-size:12px}.subscription-badge-text{font-weight:600;white-space:nowrap}.subscription-badge-credits{display:flex;flex-direction:column;gap:2px}.credits-bar{background:#0000001a;border-radius:2px;height:4px;overflow:hidden;width:100%}.credits-fill{border-radius:2px;height:100%;transition:width .3s ease}.credits-fill.green{background:linear-gradient(90deg,#48bb78,#38a169)}.credits-fill.orange{background:linear-gradient(90deg,#ed8936,#dd6b20)}.credits-fill.red{background:linear-gradient(90deg,#f56565,#e53e3e)}.credits-text{color:inherit;font-size:11px;opacity:.8}.subscription-badge-credits-compact{color:inherit;font-size:11px;font-weight:600;opacity:.9}.subscription-badge-upgrade{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:11px;font-weight:600;padding:4px 8px;transition:all .2s ease;white-space:nowrap}.subscription-badge-upgrade:hover{box-shadow:0 2px 4px #667eea4d;transform:translateY(-1px)}.subscription-badge-upgrade:active{transform:translateY(0)}.subscription-badge-upgrade.low-credits{background:linear-gradient(135deg,#ed8936,#dd6b20)}.subscription-badge-upgrade.low-credits:hover{box-shadow:0 2px 4px #ed89364d}.subscription-badge-spinner{animation:subscription-badge-spin 1s linear infinite;border:2px solid #e1e4e8;border-radius:50%;border-top-color:#0366d6;height:14px;width:14px}@keyframes subscription-badge-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:640px){.subscription-badge:not(.compact){font-size:12px;padding:6px 10px}.subscription-badge-upgrade{font-size:10px;padding:3px 6px}}.paywall-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.paywall-modal{animation:paywall-modal-enter .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:90vh;max-width:500px;overflow-y:auto;position:relative;width:100%}@keyframes paywall-modal-enter{0%{opacity:0;transform:scale(.95) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.paywall-modal-close{align-items:center;background:none;border:none;border-radius:8px;color:#6a737d;cursor:pointer;display:flex;justify-content:center;padding:8px;position:absolute;right:16px;top:16px;transition:all .2s ease}.paywall-modal-close:hover{background:#f6f8fa;color:#24292e}.paywall-modal-content{padding:32px;text-align:center}.paywall-modal-icon{font-size:48px;line-height:1;margin-bottom:16px}.paywall-modal-title{color:#24292e;font-size:28px;font-weight:700;line-height:1.2;margin:0 0 12px}.paywall-modal-subtitle{color:#6a737d;font-size:16px;line-height:1.5;margin:0 0 32px}.paywall-features{margin-bottom:32px;text-align:left}.paywall-feature{align-items:center;border-bottom:1px solid #f6f8fa;color:#24292e;display:flex;font-size:15px;gap:12px;padding:12px 0}.paywall-feature:last-child{border-bottom:none}.paywall-feature-icon{flex-shrink:0;font-size:18px;text-align:center;width:24px}.paywall-modal-actions{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.paywall-upgrade-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:10px;box-shadow:0 4px 12px #667eea4d;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:14px 24px;transition:all .2s ease}.paywall-upgrade-button:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.paywall-upgrade-button:active{transform:translateY(0)}.paywall-cancel-button{background:#0000;border:1px solid #e1e4e8;border-radius:8px;color:#6a737d;cursor:pointer;font-size:14px;font-weight:500;padding:12px 24px;transition:all .2s ease}.paywall-cancel-button:hover{background:#f6f8fa;border-color:#d1d5da;color:#24292e}.paywall-modal-footer{border-top:1px solid #f6f8fa;margin-top:16px;padding-top:16px}.paywall-modal-footer p{color:#6a737d;font-size:14px;font-style:italic;margin:0}@media (max-width:640px){.paywall-modal-overlay{padding:16px}.paywall-modal-content{padding:24px 20px}.paywall-modal-title{font-size:24px}.paywall-modal-subtitle{font-size:15px}.paywall-feature{font-size:14px}.paywall-upgrade-button{font-size:15px;padding:12px 20px}}@media (prefers-color-scheme:dark){.paywall-modal{background:#1a1a1a;color:#fff}.paywall-modal-title{color:#fff}.paywall-modal-subtitle{color:#8b949e}.paywall-feature{border-color:#30363d;color:#fff}.paywall-modal-close,.paywall-modal-footer p{color:#8b949e}.paywall-modal-close:hover{background:#30363d;color:#fff}.paywall-cancel-button{border-color:#30363d;color:#8b949e}.paywall-cancel-button:hover{background:#30363d;border-color:#6e7681;color:#fff}}.app-header{background-color:#fafbfc;border-bottom:1px solid #d0d7de;box-shadow:0 1px 2px #0000000a;font-family:Inter,sans-serif;height:47px;justify-content:space-between;padding:8px 16px;position:-webkit-sticky;position:sticky;top:0;z-index:1100}.app-header,.header-left{align-items:center;display:flex}.header-left{gap:12px}.replit-logo{align-items:center;display:flex}.logo-icon{color:#24292f;font-size:20px;padding:4px}.header-back-button,.header-sidebar-toggle{align-items:center;background:none;border:none;border-radius:4px;color:#24292f;cursor:pointer;display:flex;justify-content:center;padding:6px;transition:background-color .2s ease}.header-back-button:hover,.header-sidebar-toggle:hover{background-color:#f6f8fa}.header-center{flex:1 1;margin:0 24px;max-width:600px}.header-right{gap:8px}.header-btn,.header-right{align-items:center;display:flex}.header-btn{background:none;border:none;border-radius:4px;color:#656d76;cursor:pointer;justify-content:center;padding:6px;transition:all .2s ease}.header-btn:hover{background-color:#f6f8fa;color:#24292f}.discord-btn{border:1px solid #0000;color:#5865f2;font-size:14px;font-weight:500;gap:6px;padding:6px 12px}.discord-btn:hover{background-color:#5865f2;border-color:#5865f2;color:#fff}.discord-btn-text{font-family:Inter,sans-serif;white-space:nowrap}.user-profile-container{align-items:center;display:flex;height:28px;justify-content:center;width:28px}.user-profile-container .cl-userButtonTrigger{border-radius:50%;height:28px;width:28px}.user-profile-container .cl-avatarBox{height:28px;width:28px}.cl-userButtonPopoverCard{border:1px solid #d1d5db!important;border-radius:8px!important;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f!important}.cl-userButtonPopoverActions{padding:8px!important}.cl-userButtonPopoverActionButton{border-radius:6px!important;transition:background-color .2s ease!important}.cl-userButtonPopoverActionButton:hover{background-color:#f3f4f6!important}@media (max-width:768px){.app-header{height:40px;padding:8px 12px}.header-center{margin:0 12px}.discord-btn-text{display:none}.discord-btn{gap:0;padding:6px}.user-profile-container,.user-profile-container .cl-avatarBox,.user-profile-container .cl-userButtonTrigger{height:24px;width:24px}}.workflow-title-header{align-items:center;display:flex;flex:1 1;justify-content:center}.workflow-title-text{color:#24292f;font-family:Inter,sans-serif;font-size:16px;font-weight:600;margin:0;max-width:400px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.page-title-header{align-items:center;display:flex;flex:1 1;justify-content:center}.page-title{font-size:16px;font-weight:600;max-width:400px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.app-sidebar,.page-title{font-family:Inter,sans-serif}.app-sidebar{background-color:#fafbfc;border-right:1px solid #d0d7de;flex-shrink:0;height:calc(100vh - 47px);width:240px}.app-sidebar-content{display:flex;flex-direction:column;height:100%;overflow:hidden}.app-sidebar-main{flex:1 1;padding:8px 0 0}.app-sidebar-section{margin-bottom:8px;padding:0 8px}.app-sidebar-section:first-of-type{padding-top:8px}.app-sidebar-workflows-section{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden}.app-sidebar-btn{align-items:center;background:#fff;border:1px solid #d0d7de;border-radius:4px;box-shadow:0 1px 2px #0000000a;color:#24292f;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:14px;font-weight:400;gap:8px;height:32px;justify-content:center;padding:0 8px;text-decoration:none;transition:all .2s ease;width:100%}.app-sidebar-btn:hover:not(:disabled){background-color:#f6f8fa;border-color:#afb8c1}.app-sidebar-btn:disabled{cursor:not-allowed;opacity:.6}.app-sidebar-nav{padding:0 8px}.app-nav-item{align-items:center;background:none;border:none;border-radius:4px;color:#656d76;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:13px;font-weight:400;gap:8px;height:32px;margin:2px 0;padding:0 8px;text-align:left;transition:all .2s ease;width:100%}.app-nav-item.active,.app-nav-item:hover:not(:disabled){background-color:#eaeef2;color:#24292f}.app-nav-item.active{font-weight:500}.app-nav-item:disabled{cursor:not-allowed;opacity:.5}.app-nav-icon{align-items:center;display:flex;font-size:14px;height:16px;justify-content:center;width:16px}.app-section-title{color:#656d76;flex-shrink:0;font-size:12px;font-weight:600;line-height:1.5;margin:2px 0 0;padding:8px}.app-section-separator{background-color:#d0d7de;height:1px;margin:8px 0}.app-explore-nav{display:flex;flex:1 1;flex-direction:column;gap:2px;min-height:0;overflow-x:hidden;overflow-y:auto;padding:0 8px}.app-explore-nav::-webkit-scrollbar{width:6px}.app-explore-nav::-webkit-scrollbar-track{background:#0000}.app-explore-nav::-webkit-scrollbar-thumb{background:#d0d7de;border-radius:3px}.app-explore-nav::-webkit-scrollbar-thumb:hover{background:#afb8c1}.app-explore-nav:after{content:"";flex-shrink:0;height:8px}.app-sidebar-workflow-item{align-items:center;background:none;border:none;border-radius:4px;color:#656e75;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:13px;gap:8px;padding:6px 8px;text-align:left;transition:all .15s ease;width:100%}.app-sidebar-workflow-item:hover{background-color:#007aff14;color:#007aff}.workflow-icon{align-items:center;color:#a1a9b0;display:flex;justify-content:center}.workflow-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-loading{text-align:center}.sidebar-empty,.sidebar-loading{color:#a1a9b0;font-size:12px;padding:8px}.sidebar-empty{align-items:center;display:flex;gap:6px}@media (max-width:768px){.app-sidebar{width:200px}.app-sidebar-content{padding:8px}.app-nav-item,.app-sidebar-btn{font-size:12px;height:28px}.app-sidebar-workflow-item{font-size:12px;padding:4px 8px}.app-section-title{font-size:11px;padding:6px 8px}}.template-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;font-family:Inter,sans-serif;height:auto;max-width:350px;overflow:hidden;padding:20px;position:relative;transition:all .2s ease}.template-card:hover{border-color:#d1d5db;box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.template-card__apps{align-items:center;display:flex;gap:8px;margin-bottom:16px}.template-card__app-icon{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 2px #0000000d;display:flex;height:32px;justify-content:center;overflow:hidden;width:32px}.template-card__app-icon--more{background:#f3f4f6;color:#6b7280;font-size:12px;font-weight:600}.template-card__app-logo{height:24px;object-fit:contain;width:24px}.template-card__app-count{color:#6b7280;font-size:9px;font-weight:600}.template-card__name{color:#111827;font-family:Inter,sans-serif;font-size:18px;font-weight:600;line-height:1.3;margin:0 0 8px}.template-card__description{color:#6b7280;flex:1 1;font-family:Inter,sans-serif;font-size:14px;line-height:1.5;margin:0 0 20px}.template-card__actions{margin-top:auto}.template-card__button{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:14px;font-weight:500;gap:8px;height:36px;justify-content:center;transition:all .2s ease;width:100%}.template-card__button:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af;transform:translateY(-1px)}.template-card__button:disabled{box-shadow:none!important;cursor:not-allowed;opacity:.6;transform:none!important}.template-card__spinner{animation:spin 1s ease-in-out infinite;border:2px solid #3741514d;border-radius:50%;border-top-color:#374151;height:16px;width:16px}@media (max-width:768px){.template-card{max-width:none;padding:16px}.template-card__name{font-size:16px}.template-card__description{font-size:13px;margin-bottom:16px}.template-card__button{font-size:13px;height:32px}.template-card__apps{margin-bottom:12px}.template-card__app-icon{height:28px;width:28px}.template-card__app-logo{height:20px;width:20px}}[data-theme=dark] .template-card{background:#1f2937;border-color:#374151}[data-theme=dark] .template-card:hover{background:#111827;border-color:#4b5563;box-shadow:0 4px 12px #0006}[data-theme=dark] .template-card__app-icon{background:#374151;border-color:#4b5563;box-shadow:0 1px 2px #0003}[data-theme=dark] .template-card__app-icon--more{background:#4b5563;color:#9ca3af}[data-theme=dark] .template-card__name{color:#f9fafb}[data-theme=dark] .template-card__description{color:#9ca3af}[data-theme=dark] .template-card__button{background:#374151;border-color:#4b5563;color:#f9fafb}[data-theme=dark] .template-card__button:hover:not(:disabled){background:#4b5563;border-color:#6b7280}.templates-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));padding:0}.templates-grid__skeleton{animation:pulse 2s ease-in-out infinite;background:#fff;border:1px solid #d0d7de;border-radius:8px;display:flex;flex-direction:column;height:280px;overflow:hidden;padding:16px;position:relative}.templates-grid__skeleton-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:12px}.templates-grid__skeleton-apps{display:flex;gap:-8px}.templates-grid__skeleton-app{background:#eaeef2;border-radius:6px;height:32px;margin-left:-8px;width:32px}.templates-grid__skeleton-app:first-child{margin-left:0}.templates-grid__skeleton-meta{display:flex;gap:8px}.templates-grid__skeleton-category{background:#eaeef2;border-radius:12px;height:18px;width:60px}.templates-grid__skeleton-content{flex:1 1;margin-bottom:12px}.templates-grid__skeleton-title{background:#eaeef2;border-radius:4px;height:20px;margin-bottom:8px;width:80%}.templates-grid__skeleton-description{background:#f6f8fa;border-radius:4px;height:14px;margin-bottom:6px;width:100%}.templates-grid__skeleton-description--short{width:60%}.templates-grid__skeleton-details{display:flex;flex-direction:column;gap:8px;margin-top:12px}.templates-grid__skeleton-apps-names{background:#f6f8fa;border-radius:4px;height:12px;width:70%}.templates-grid__skeleton-stats{background:#f6f8fa;border-radius:4px;height:12px;width:50%}.templates-grid__skeleton-actions{display:flex;gap:8px}.templates-grid__skeleton-button{background:#eaeef2;border-radius:6px;flex:1 1;height:36px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.templates-grid__empty{align-items:center;display:flex;flex-direction:column;grid-column:1/-1;justify-content:center;min-height:300px;padding:48px 24px;text-align:center}.templates-grid__empty-icon{color:#9ca3af;margin-bottom:16px}.templates-grid__empty-title{color:#374151;font-family:Inter,sans-serif;font-size:18px;font-weight:600;margin:0 0 8px}.templates-grid__empty-description{color:#6b7280;font-family:Inter,sans-serif;font-size:14px;line-height:1.5;margin:0 0 16px;max-width:400px}.templates-grid__empty-button{background:#6366f1;border:none;border-radius:6px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:14px;font-weight:500;padding:8px 16px;transition:background-color .2s ease}.templates-grid__empty-button:hover{background:#5856eb}@media (max-width:1200px){.templates-grid{gap:16px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media (max-width:768px){.templates-grid{gap:12px;grid-template-columns:1fr}.templates-grid__empty{min-height:250px;padding:32px 16px}.templates-grid__empty-title{font-size:16px}.templates-grid__empty-description{font-size:13px}}@media (max-width:480px){.templates-grid{gap:10px;grid-template-columns:1fr}}[data-theme=dark] .templates-grid__skeleton{background:#1f2937;border-color:#374151}[data-theme=dark] .templates-grid__skeleton-app,[data-theme=dark] .templates-grid__skeleton-button,[data-theme=dark] .templates-grid__skeleton-category,[data-theme=dark] .templates-grid__skeleton-title{background:#374151}[data-theme=dark] .templates-grid__skeleton-apps-names,[data-theme=dark] .templates-grid__skeleton-description,[data-theme=dark] .templates-grid__skeleton-stats{background:#4b5563}[data-theme=dark] .templates-grid__empty-icon{color:#6b7280}[data-theme=dark] .templates-grid__empty-title{color:#f9fafb}[data-theme=dark] .templates-grid__empty-description{color:#9ca3af}.workflow-dropdown{animation:dropdownFadeIn .15s ease-out;background:#fff;border:1px solid #d0d7de;border-radius:6px;box-shadow:0 8px 24px #0000001f;min-width:120px;overflow:hidden;position:fixed;z-index:9999}.dropdown-item{align-items:center;background:none;border:none;color:#24292f;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:13px;font-weight:400;gap:8px;padding:8px 12px;text-align:left;transition:background-color .1s ease;width:100%}.dropdown-item:hover{background-color:#f6f8fa}.dropdown-item-danger{color:#d1242f}.dropdown-item-danger:hover{background-color:#fff5f5;color:#d1242f}.dropdown-item span{flex:1 1}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}.rename-modal-overlay{align-items:center;animation:fadeIn .2s ease-out;background-color:#0006;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.rename-modal{animation:slideIn .2s ease-out;background:#fff;border-radius:8px;box-shadow:0 10px 25px #00000026;margin:0 20px;max-width:400px;padding:24px;width:90%}.rename-modal-title{color:#24292f;font-family:Inter,sans-serif;font-size:18px;font-weight:600;margin:0 0 16px}.rename-input-group{margin-bottom:20px}.rename-label{color:#24292f;display:block;font-size:13px;font-weight:500;margin-bottom:6px}.rename-input,.rename-label{font-family:Inter,sans-serif}.rename-input{border:1px solid #d0d7de;border-radius:6px;box-sizing:border-box;font-size:14px;padding:8px 12px;transition:border-color .15s ease;width:100%}.rename-input:focus{border-color:#0969da;box-shadow:0 0 0 2px #0969da1f;outline:none}.rename-input:disabled{background-color:#f6f8fa;color:#656d76;cursor:not-allowed}.rename-actions{display:flex;gap:8px;justify-content:flex-end}.rename-actions button{border:1px solid;border-radius:6px;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;font-weight:500;min-width:70px;padding:8px 16px;transition:all .2s ease}.btn-cancel{background:#fff;border-color:#d0d7de;color:#656d76}.btn-cancel:hover:not(:disabled){background:#f6f8fa;border-color:#d0d7de}.btn-cancel:disabled{cursor:not-allowed;opacity:.6}.btn-confirm{background:#0969da;border-color:#0969da;color:#fff}.btn-confirm:hover:not(:disabled){background:#0860ca;border-color:#0860ca}.btn-confirm:disabled{background:#f6f8fa;border-color:#d0d7de;color:#656d76;cursor:not-allowed}.delete-modal-overlay{align-items:center;animation:fadeIn .2s ease-out;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.delete-modal{animation:slideIn .2s ease-out;background:#fff;border-radius:8px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:500px;min-width:400px;width:90%}.delete-modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:20px 24px 16px}.delete-modal-title{align-items:center;display:flex;gap:8px}.delete-modal-title h3{color:#111827;font-size:18px;font-weight:600;margin:0}.delete-modal-icon{color:#dc2626}.delete-modal-close{background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;padding:4px;transition:all .2s ease}.delete-modal-close:hover{background:#f3f4f6;color:#374151}.delete-modal-close:disabled{cursor:not-allowed;opacity:.5}.delete-modal-content{padding:20px 24px}.delete-modal-message{color:#374151;font-size:16px;line-height:1.5;margin:0 0 12px}.delete-modal-message strong{color:#111827;font-weight:600}.delete-modal-warning{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:14px;line-height:1.4;margin:0;padding:12px}.delete-modal-footer{display:flex;gap:12px;justify-content:flex-end;padding:16px 24px 20px}.delete-modal-cancel{align-items:center;background:#f9fafb;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:6px;padding:8px 16px;transition:all .2s ease}.delete-modal-cancel:hover{background:#f3f4f6;border-color:#9ca3af}.delete-modal-cancel:disabled{cursor:not-allowed;opacity:.5}.delete-modal-confirm{align-items:center;background:#dc2626;border:1px solid #dc2626;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:6px;justify-content:center;min-width:140px;padding:8px 16px;transition:all .2s ease}.delete-modal-confirm:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c}.delete-modal-confirm:disabled{cursor:not-allowed;opacity:.7}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;font-family:Inter,sans-serif;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.history-modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;max-height:90vh;max-width:1200px;overflow:hidden;width:90vw}.modal-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;padding:24px 32px 16px}.modal-header,.modal-title{align-items:center;display:flex}.modal-title{color:#111827;font-size:20px;font-weight:600;gap:12px}.modal-close{background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;padding:8px;transition:all .2s ease}.modal-close:hover{background-color:#f3f4f6;color:#374151}.modal-subtitle{color:#6b7280;font-size:16px;font-weight:500;padding:0 32px 24px}.stats-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);padding:0 32px 24px}.stat-card{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:16px;padding:20px;transition:all .2s ease}.stat-card:hover{background:#f3f4f6;border-color:#d1d5db}.stat-icon{align-items:center;background:#e5e7eb;border-radius:8px;color:#6b7280;display:flex;height:40px;justify-content:center;width:40px}.stat-icon.success{background:#d1fae5;color:#065f46}.stat-content{flex:1 1}.stat-value{color:#111827;font-size:24px;font-weight:700;line-height:1}.stat-label{color:#6b7280;font-size:14px;margin-top:4px}.filters-section{border-bottom:1px solid #e5e7eb;display:flex;gap:16px;padding:0 32px 16px}.filter-group{align-items:center;display:flex;gap:8px}.filter-select{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:14px;padding:8px 12px;transition:border-color .2s ease}.filter-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.executions-section{display:flex;flex:1 1;flex-direction:column;overflow:hidden;padding:24px 32px}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.section-header h3{color:#111827;font-size:18px;font-weight:600;margin:0}.loading-icon{animation:spin 1s linear infinite;color:#6b7280}.executions-list{background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex:1 1;overflow-y:auto}.loading-state{font-size:14px;padding:40px}.empty-state,.loading-state{color:#6b7280;text-align:center}.empty-state{padding:60px 40px}.empty-state svg{color:#d1d5db}.empty-state h4{color:#374151;font-size:16px;font-weight:600;margin:0 0 8px}.empty-state p{line-height:1.5;margin:0}.execution-item{border-bottom:1px solid #f3f4f6;cursor:pointer;padding:16px 20px;transition:all .2s ease}.execution-item:hover{background-color:#f9fafb}.execution-item.selected{background-color:#eff6ff;border-left:3px solid #3b82f6}.execution-item:last-child{border-bottom:none}.execution-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.execution-status{align-items:center;display:flex;gap:8px}.status-icon{flex-shrink:0}.status-icon.status-success{color:#059669}.status-icon.status-error{color:#dc2626}.status-icon.status-warning{color:#d97706}.status-icon.status-running{animation:spin 1s linear infinite;color:#3b82f6}.status-text{color:#374151;font-size:14px;font-weight:500}.execution-time{align-items:center;color:#6b7280;display:flex;font-size:12px;gap:4px}.execution-details{display:flex;flex-direction:column;gap:8px}.execution-trigger{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.duration-badge,.trigger-badge{background:#f3f4f6;border-radius:12px;color:#374151;font-size:12px;font-weight:500;padding:4px 8px}.duration-badge{background:#e0f2fe;color:#0369a1}.execution-description{color:#4b5563;font-size:14px;line-height:1.4}.tools-used{color:#6b7280;font-size:12px;font-style:italic}.error-message{background:#fef2f2;border-left:3px solid #dc2626;border-radius:6px;color:#dc2626;font-size:12px;padding:8px 12px}.execution-details-panel{background:#fff;border-left:1px solid #e5e7eb;bottom:0;box-shadow:-4px 0 6px -1px #0000001a;display:flex;flex-direction:column;position:fixed;right:0;top:0;width:400px;z-index:1001}.panel-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:20px 24px}.panel-header h4{color:#111827;font-size:16px;font-weight:600;margin:0}.panel-header button{background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;padding:4px;transition:all .2s ease}.panel-header button:hover{background-color:#f3f4f6;color:#374151}.panel-content{flex:1 1;overflow-y:auto;padding:24px}.detail-group{margin-bottom:20px}.detail-group label{color:#6b7280;display:block;font-size:12px;font-weight:600;letter-spacing:.05em;margin-bottom:6px;text-transform:uppercase}.detail-value{align-items:center;color:#111827;display:flex;font-size:14px;gap:8px}.detail-text{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;font-family:ui-monospace,SFMono-Regular,SF Mono,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px;line-height:1.5;max-height:200px;overflow-y:auto;padding:12px;white-space:pre-wrap;word-break:break-word}@media (max-width:1024px){.history-modal{max-height:95vh;width:95vw}.execution-details-panel{border-left:none;border-top:1px solid #e5e7eb;box-shadow:0 -4px 6px -1px #0000001a;position:relative;width:100%}}@media (max-width:768px){.executions-section,.filters-section,.modal-header,.modal-subtitle{padding-left:20px;padding-right:20px}.stats-grid{grid-template-columns:1fr;padding:0 20px 24px}.filters-section{flex-direction:column;gap:12px}.execution-header{align-items:flex-start;flex-direction:column;gap:8px}}:root{--useView--gap:80px;--space-32:32px;--space-64:64px}.home-page{background-color:#fafbfc;color:#24292f;font-family:Inter,sans-serif;height:calc(100vh - 47px);overflow-y:auto}.home-content{box-sizing:border-box;margin-left:auto;margin-right:auto;margin-top:calc(-48px + 20vh);max-width:800px;min-width:600px;padding:32px 16px;width:100%}@media screen and (min-width:1024px){.home-content{padding:64px 32px;padding:var(--space-64) var(--space-32)}}.page-title-home{margin-bottom:12px;text-align:center}.page-title-home h1{color:#24292f;font-size:24px;font-weight:600;line-height:48px;margin:0;padding:8px 0}.input-section{background-color:#fff;border:1px solid #d0d7de;border-radius:6px;box-shadow:0 1px 2px #0000000a;margin-bottom:12px;overflow:hidden;padding:8px}.main-textarea{background:none;color:#24292f;font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:1.5;max-height:300px;min-height:90px;overflow-y:auto;resize:none;width:100%}.main-textarea,.main-textarea:focus{border:none;outline:none}.main-textarea::placeholder{color:#656d76}.input-footer{align-items:center;display:flex;justify-content:flex-end}.input-footer-left{align-items:center;display:flex;gap:12px}.app-type-selector{align-items:center;background-color:#f6f8fa;border:1px solid #d0d7de;border-radius:6px;cursor:pointer;display:flex;gap:6px;padding:4px 8px;transition:background-color .2s ease}.app-type-selector:hover{background-color:#eaeef2}.app-type-icon{font-size:14px}.app-type-label{color:#656d76;font-size:13px}.app-type-value{color:#24292f;font-size:13px;font-weight:500}.dropdown-arrow{color:#656d76;font-size:10px}.attach-btn{background:none;border:none;border-radius:4px;color:#656d76;cursor:pointer;font-size:16px;padding:4px;transition:color .2s ease}.attach-btn:hover{color:#24292f}.input-footer-right,.start-chat-btn{align-items:center;display:flex}.start-chat-btn{background-color:#0969da;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:14px;font-weight:500;gap:8px;height:32px;padding:0 8px;transition:background-color .2s ease}.start-chat-btn:hover:not(:disabled){background-color:#0860ca}.start-chat-btn:disabled{opacity:.6}.template-buttons{flex-wrap:wrap;gap:12px}.template-btn,.template-buttons{display:flex;justify-content:center}.template-btn{align-items:center;background-color:#fff;border:1px solid #d0d7de;border-radius:16px;box-shadow:0 1px 2px #0000000a;color:#24292f;cursor:pointer;font-family:Inter,sans-serif;font-size:14px;font-weight:400;gap:8px;height:32px;padding:0 8px;transition:all .2s ease}.template-btn:hover{background-color:#f6f8fa;border-color:#afb8c1}.template-icon{font-size:16px}.home-recent-section{margin-top:48px}.home-section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.home-section-title{color:#24292f;font-size:18px;font-weight:500;margin:0}.home-view-all-link{align-items:center;background-color:#fff;border:1px solid #d0d7de;border-radius:4px;box-shadow:0 1px 2px #0000000a;color:#24292f;display:flex;font-size:14px;font-weight:400;gap:8px;height:32px;padding:0 8px;text-decoration:none;transition:all .2s ease}.home-view-all-link:hover{background-color:#f6f8fa;border-color:#afb8c1}.home-workflows-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,232px);justify-content:center;margin:0 auto;max-width:728px;overflow:hidden;width:100%}.home-workflow-card-wrapper{position:relative}.home-workflow-card{background-color:#fff;border:1px solid #d0d7de;border-radius:6px;box-shadow:0 1px 2px #0000000a;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;gap:12px;height:100px;overflow:hidden;padding:12px;transition:all .2s ease;width:232px}.home-workflow-card:hover{background-color:#f6f8fa;border-color:#afb8c1;box-shadow:0 2px 4px #00000014}.home-workflow-top{align-items:center;display:flex;gap:12px;width:100%}.home-workflow-icon{align-items:center;background-color:#f6f8fa;border:1px solid #d0d7de;border-radius:6px;color:#0969da;display:flex;flex-shrink:0;height:36px;justify-content:center;width:36px}.home-workflow-info{display:flex;flex:1 1;flex-direction:column;gap:4px;min-width:0;overflow:hidden}.home-workflow-name{color:#24292f;font-size:15px;font-weight:500;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-workflow-time{color:#656d76;font-size:13px;margin:0}.home-workflow-meta{align-items:center;display:flex;justify-content:space-between;margin:0}.home-workflow-privacy{align-items:center;display:flex;gap:4px;padding:0 8px}.home-privacy-text,.home-workflow-privacy{color:#656d76;font-size:13px}.home-workflow-menu-container{bottom:12px;position:absolute;right:12px;z-index:10}.home-workflow-menu-btn{align-items:center;background:none;border:none;border-radius:4px;color:#656d76;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;padding:4px;transition:all .2s ease}.home-workflow-menu-btn:hover{background-color:#f6f8fa;color:#24292f}@media (max-width:768px){.home-content{min-width:0;min-width:auto;padding:24px 20px}.input-section{padding:24px}.home-workflows-grid{gap:12px;grid-template-columns:1fr;justify-content:center}.home-workflow-card{height:90px;margin:0 auto;max-width:280px;width:100%}.home-workflow-meta{padding-left:0}.template-buttons{flex-direction:column}.template-btn{width:100%}}@media (max-width:1024px) and (min-width:769px){.home-workflows-grid{grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:600px}.home-workflow-card{margin:0 auto;max-width:280px;width:100%}}.home-workflows-empty,.home-workflows-loading{align-items:center;color:#656d76;display:flex;font-size:14px;grid-column:1/-1;justify-content:center;padding:40px 20px;text-align:center}.loading-placeholder{color:#656d76}.home-workflow-card{color:inherit;text-decoration:none}.home-create-workflow-btn{align-items:center;background:#2ea043;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:14px;font-weight:500;gap:8px;margin-top:12px;padding:8px 16px;transition:background-color .2s ease}.home-create-workflow-btn:hover:not(:disabled){background:#2c974b}.home-create-workflow-btn:disabled{cursor:not-allowed;opacity:.6}.generation-overlay{align-items:center;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#fffffff2;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1200}.generation-screen{background:#fff;border:1px solid #d0d7de;border-radius:12px;box-shadow:0 12px 28px #1f232826;margin:0 16px;max-width:400px;padding:48px;text-align:center}.generation-content{align-items:center;display:flex;flex-direction:column;gap:16px}.generation-spinner{color:#0969da;margin-bottom:8px}.generation-title{color:#24292f;font-size:20px;font-weight:600;letter-spacing:-.025em;margin:0}.generation-description{color:#656d76;font-size:14px;line-height:1.5;margin:0}.generation-dots{display:flex;gap:4px;justify-content:center;margin-top:8px}.generation-dots span{animation:bounce 1.4s ease-in-out infinite both;background:#0969da;border-radius:50%;height:6px;width:6px}.generation-dots span:first-child{animation-delay:-.32s}.generation-dots span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{opacity:.5;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.home-featured-section{margin-bottom:48px;margin-top:48px}.home-featured-content{margin-top:24px}.home-templates-loading{color:#656d76;font-style:italic;padding:64px 16px}.home-templates-empty,.home-templates-loading{align-items:center;display:flex;justify-content:center}.home-templates-empty{padding:48px 16px;text-align:center}.home-templates-empty p{color:#656d76;font-size:14px;font-style:italic;margin:0}@media (max-width:768px){.home-featured-section{margin-bottom:32px;margin-top:32px}.home-featured-content{margin-top:16px}.home-templates-loading{padding:48px 8px}.home-templates-empty{padding:32px 8px}}.my-workflows-page{background-color:#fafbfc;color:#24292f;font-family:Inter,sans-serif;height:calc(100vh - 47px);overflow-y:auto}.main-header{justify-content:space-between;margin-bottom:32px}.main-header,.page-title{align-items:center;display:flex}.page-title{color:#24292f;font-size:18px;font-weight:500;gap:8px;margin:0}.header-actions{display:flex;gap:12px}.create-btn{align-items:center;background-color:#0969da;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:14px;font-weight:500;gap:8px;height:32px;padding:0 8px;transition:background-color .2s ease}.create-btn:hover:not(:disabled){background-color:#0860ca}.create-btn:disabled{cursor:not-allowed;opacity:.6}.workflows-content{margin:0 auto;max-width:1200px;padding:40px 32px 32px}.content-header{margin-bottom:16px}.content-title{align-items:center;color:#24292f;display:flex;font-size:16px;font-weight:500;gap:8px;margin:0}.content-actions{display:flex;gap:12px;margin-bottom:24px}.folder-btn{align-items:center;background:#fff;border:1px solid #d0d7de;border-radius:6px;box-shadow:0 1px 2px #0000000a;color:#656d76;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:13px;gap:6px;padding:6px 12px;transition:all .2s ease}.folder-btn:hover{background-color:#f6f8fa;border-color:#afb8c1;color:#24292f}.myworkflows-all-grid{background-color:#d0d7de;border-radius:6px;box-shadow:0 1px 2px #0000000a;display:flex;flex-direction:column;gap:1px;overflow:hidden}.myworkflows-item-wrapper{position:relative}.myworkflows-item{background-color:#fff;cursor:pointer;padding:8px;position:relative;transition:background-color .2s ease}.myworkflows-item:hover{background-color:#f6f8fa}.myworkflows-content{display:flex;flex-direction:column;gap:8px}.myworkflows-main{align-items:center;display:flex;gap:8px}.myworkflows-icon-container{flex-shrink:0}.myworkflows-icon-bg{align-items:center;background-color:#f6f8fa;border:1px solid #d0d7de;border-radius:6px;color:#0969da;display:flex;font-size:14px;font-weight:600;height:20px;justify-content:center;width:20px}.myworkflows-details{flex:1 1;min-width:0}.myworkflows-title-row{align-items:center;display:flex;gap:12px;justify-content:space-between;width:100%}.myworkflows-title-row-right{align-items:center;display:flex;flex-shrink:0;gap:8px;margin-left:auto}.myworkflows-title{color:#24292f;flex-shrink:1;font-size:14px;font-weight:600;line-height:1.6;margin:0;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.myworkflows-meta{color:#656d76;flex-shrink:0;font-size:13px;margin:0}.myworkflows-status,.myworkflows-status-badge{align-items:center;display:flex}.myworkflows-status-badge{border-radius:4px;color:#656d76;font-size:14px;font-weight:500;gap:4px;line-height:1.6}.myworkflows-menu-container{position:relative;z-index:10}.myworkflows-menu-btn{align-items:center;background:none;border:none;border-radius:4px;color:#656d76;cursor:pointer;display:flex;justify-content:center;padding:6px;transition:all .2s ease}.myworkflows-menu-btn:hover{background-color:#f6f8fa;color:#24292f}@media (max-width:768px){.main-header{margin-bottom:24px}.page-title{font-size:16px}.workflows-content{padding:32px 20px 24px}.content-header{align-items:stretch;flex-direction:column;gap:16px}.content-actions{justify-content:flex-start}.myworkflows-item{padding:12px 16px}.myworkflows-details{min-width:0}.myworkflows-title{font-size:14px}.myworkflows-meta{font-size:12px}}.workflows-empty,.workflows-error,.workflows-loading{align-items:center;background-color:#fff;border-radius:6px;display:flex;flex-direction:column;justify-content:center;min-height:300px;padding:60px 20px;text-align:center}.error-text{color:#d73a49;font-size:14px}.empty-state h3{color:#24292f;font-size:18px;font-weight:600;margin:16px 0 8px}.empty-state p{color:#656d76;font-size:14px;margin:0 0 20px}.empty-state svg{color:#d0d7de;margin-bottom:16px}.create-first-btn{align-items:center;background:#2ea043;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:8px 16px;transition:background-color .2s ease}.create-first-btn:hover:not(:disabled){background:#2c974b}.create-first-btn:disabled{cursor:not-allowed;opacity:.6}.activation-status-text{color:#656d76;font-size:12px;font-weight:500;min-width:60px;text-align:right}.myworkflows-activation-switch-inline{align-items:center;display:flex;flex-shrink:0;gap:6px}.myworkflows-activation-switch-inline .activation-status-text{color:#656d76;font-size:11px;font-weight:500;min-width:50px;text-align:right;white-space:nowrap}.myworkflows-activation-switch-inline .switch{height:18px;width:32px}.myworkflows-activation-switch-inline .slider:before{bottom:2px;height:14px;left:2px;width:14px}.myworkflows-activation-switch-inline input:checked+.slider:before{transform:translateX(14px)}.switch{display:inline-block;height:24px;position:relative;width:44px}.switch input{height:0;opacity:0;width:0}.slider{background-color:#ccc;border-radius:24px;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:18px;left:3px;width:18px}input:checked+.slider{background-color:#10b981}input:focus+.slider{box-shadow:0 0 1px #10b981}input:checked+.slider:before{transform:translateX(20px)}.search-bar{max-width:400px;width:100%}.search-bar__container{align-items:center;background:#f6f8fa;border:1px solid #d0d7de;border-radius:6px;display:flex;gap:8px;height:auto;padding:6px 12px;position:relative;transition:border-color .2s ease}.search-bar__container:hover{border-color:#afb8c1}.search-bar__container:focus-within{border-color:#0969da;box-shadow:none}.search-bar__icon{color:#656d76;flex-shrink:0;margin-right:0}.search-bar__input{background:none;border:none;color:#24292f;flex:1 1;font-family:Inter,sans-serif;font-size:14px;outline:none;padding:0}.search-bar__input::placeholder{color:#656d76}.search-bar__clear{align-items:center;background:none;border:none;border-radius:4px;color:#656d76;cursor:pointer;display:flex;flex-shrink:0;justify-content:center;margin:-4px -4px -4px 0;padding:4px;transition:all .2s ease}.search-bar__clear:hover{background:#d0d7de;color:#24292f}[data-theme=dark] .search-bar__container{background:#21262d;border-color:#30363d}[data-theme=dark] .search-bar__container:hover{border-color:#484f58}[data-theme=dark] .search-bar__container:focus-within{border-color:#0969da;box-shadow:none}[data-theme=dark] .search-bar__icon{color:#7d8590}[data-theme=dark] .search-bar__input{color:#e6edf3}[data-theme=dark] .search-bar__clear,[data-theme=dark] .search-bar__input::placeholder{color:#7d8590}[data-theme=dark] .search-bar__clear:hover{background:#30363d;color:#e6edf3}.category-filter{min-width:200px;position:relative}.category-filter__trigger{align-items:center;background:#f6f8fa;border:1px solid #d0d7de;border-radius:6px;color:#24292f;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:14px;font-weight:400;gap:8px;height:auto;justify-content:space-between;padding:6px 12px;transition:border-color .2s ease;width:100%}.category-filter__trigger:hover{border-color:#afb8c1}.category-filter__trigger--open{border-color:#0969da;box-shadow:none}.category-filter__label{color:#24292f;font-family:Inter,sans-serif;font-weight:400}.category-filter__count{color:#656d76;font-family:Inter,sans-serif;font-size:13px;margin-left:0}.category-filter__chevron{color:#656d76;margin-left:auto;transition:transform .2s ease}.category-filter__chevron--open{transform:rotate(180deg)}.category-filter__dropdown{animation:category-filter-dropdown-enter .15s ease-out;background:#fff;border:1px solid #d0d7de;border-radius:6px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;left:0;overflow:hidden;position:absolute;right:0;top:calc(100% + 4px);z-index:50}@keyframes category-filter-dropdown-enter{0%{opacity:0;transform:translateY(-4px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.category-filter__options{max-height:300px;overflow-y:auto;padding:4px}.category-filter__option{align-items:center;background:none;border:none;border-radius:4px;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:14px;justify-content:space-between;padding:6px 8px;text-align:left;transition:all .15s ease;width:100%}.category-filter__option:hover{background:#f6f8fa}.category-filter__option--selected{background:#dbeafe;color:#0969da;font-weight:500}.category-filter__option--selected:hover{background:#bfdbfe}.category-filter__option-label{flex:1 1}.category-filter__option-count{color:#656d76;font-family:Inter,sans-serif;font-size:13px;font-weight:400}.category-filter__option--selected .category-filter__option-count{color:#0969da;opacity:.8}.category-filter__options::-webkit-scrollbar{width:6px}.category-filter__options::-webkit-scrollbar-track{background:#0000}.category-filter__options::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.category-filter__options::-webkit-scrollbar-thumb:hover{background:#9ca3af}[data-theme=dark] .category-filter__trigger{background:#21262d;border-color:#30363d;color:#e6edf3}[data-theme=dark] .category-filter__trigger:hover{border-color:#484f58}[data-theme=dark] .category-filter__trigger--open{border-color:#0969da}[data-theme=dark] .category-filter__label{color:#e6edf3}[data-theme=dark] .category-filter__chevron,[data-theme=dark] .category-filter__count{color:#7d8590}[data-theme=dark] .category-filter__dropdown{background:#21262d;border-color:#30363d}[data-theme=dark] .category-filter__option:hover{background:#30363d}[data-theme=dark] .category-filter__option--selected{background:#1c2d41;color:#58a6ff}[data-theme=dark] .category-filter__option--selected:hover{background:#1e3951}[data-theme=dark] .category-filter__option-count{color:#7d8590}[data-theme=dark] .category-filter__option--selected .category-filter__option-count{color:#58a6ff}.connection-modal__overlay{align-items:center;animation:modal-overlay-enter .15s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}@keyframes modal-overlay-enter{0%{opacity:0}to{opacity:1}}.connection-modal__content{animation:modal-content-enter .15s ease-out;background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;max-height:90vh;max-width:480px;overflow:hidden;width:100%}@keyframes modal-content-enter{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.connection-modal__header{align-items:flex-start;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;margin-bottom:24px;padding:24px 24px 0}.connection-modal__title-section{align-items:center;display:flex;flex:1 1;gap:16px}.connection-modal__logo{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;height:48px;object-fit:contain;padding:8px;width:48px}.connection-modal__title{color:#111827;font-size:20px;font-weight:600;line-height:1.3;margin:0}.connection-modal__subtitle{color:#6b7280;font-size:14px;line-height:1.4;margin:4px 0 0}.connection-modal__close{align-items:center;background:none;border:none;border-radius:8px;color:#9ca3af;cursor:pointer;display:flex;justify-content:center;margin:-8px;padding:8px;transition:all .15s ease}.connection-modal__close:hover{background:#f3f4f6;color:#374151}.connection-modal__form{padding:0 24px}.connection-modal__field{margin-bottom:24px}.connection-modal__label{color:#374151;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.connection-modal__input{background:#fff;border:1.5px solid #e5e7eb;border-radius:12px;color:#111827;font-family:inherit;font-size:16px;height:48px;padding:0 16px;transition:all .2s ease;width:100%}.connection-modal__input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a;outline:none}.connection-modal__input:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.connection-modal__input::placeholder{color:#9ca3af}.connection-modal__error{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;display:flex;font-size:14px;gap:8px;margin-top:8px;padding:12px 16px}.connection-modal__error svg{flex-shrink:0}.connection-modal__actions{display:flex;gap:12px;margin-bottom:24px}.connection-modal__button{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;flex:1 1;font-family:inherit;font-size:16px;font-weight:500;gap:8px;height:48px;justify-content:center;transition:all .2s ease}.connection-modal__button--cancel{background:#f9fafb;border:1px solid #e5e7eb;color:#374151}.connection-modal__button--cancel:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db}.connection-modal__button--connect{background:#6366f1;color:#fff}.connection-modal__button--connect:hover:not(:disabled){background:#5855eb}.connection-modal__button:disabled{cursor:not-allowed;opacity:.6}.connection-modal__spinner{animation:spin 1s linear infinite}.connection-modal__spinner circle{animation:dash 1.5s ease-in-out infinite}.connection-modal__info{border-top:1px solid #f3f4f6;margin-top:24px;padding:24px}.connection-modal__info-text{color:#6b7280;font-size:13px;line-height:1.5;margin:0;text-align:center}[data-theme=dark] .connection-modal__content{background:#1f2937}[data-theme=dark] .connection-modal__header{border-bottom-color:#374151}[data-theme=dark] .connection-modal__logo{background:#374151;border-color:#4b5563}[data-theme=dark] .connection-modal__title{color:#f9fafb}[data-theme=dark] .connection-modal__subtitle{color:#9ca3af}[data-theme=dark] .connection-modal__close:hover{background:#374151;color:#d1d5db}[data-theme=dark] .connection-modal__label{color:#d1d5db}[data-theme=dark] .connection-modal__input{background:#374151;border-color:#4b5563;color:#f9fafb}[data-theme=dark] .connection-modal__input:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}[data-theme=dark] .connection-modal__input:disabled{background:#374151;color:#6b7280}[data-theme=dark] .connection-modal__input::placeholder{color:#6b7280}[data-theme=dark] .connection-modal__button--cancel{background:#374151;border-color:#4b5563;color:#d1d5db}[data-theme=dark] .connection-modal__button--cancel:hover:not(:disabled){background:#4b5563;border-color:#6b7280}[data-theme=dark] .connection-modal__info{border-top-color:#374151}[data-theme=dark] .connection-modal__info-text{color:#9ca3af}.integration-card{background:#fff;border:1px solid #d0d7de;border-radius:8px;box-shadow:0 1px 2px #0000000a;display:flex;flex-direction:column;font-family:Inter,sans-serif;height:100%;overflow:hidden;padding:12px;position:relative;transition:all .2s ease}.integration-card:hover{background-color:#f6f8fa;border-color:#afb8c1;box-shadow:0 2px 6px -2px #00000014}.integration-card--connected{background:linear-gradient(135deg,#fff,#f0fdf4);border-color:#10b981}.integration-card--connected:hover{border-color:#059669;box-shadow:0 4px 12px -4px #10b98126}.integration-card__header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:8px}.integration-card__logo-container{align-items:center;background:#f6f8fa;border:1px solid #d0d7de;border-radius:6px;display:flex;height:32px;justify-content:center;overflow:hidden;width:32px}.integration-card__logo{height:20px;object-fit:contain;width:20px}.integration-card__status{align-items:center;border-radius:4px;display:flex;font-size:11px;font-weight:500;gap:4px;letter-spacing:.3px;padding:2px 6px;text-transform:uppercase}.integration-card__status--connected{background:#d1fae5;color:#065f46}.integration-card__status--pending{background:#fef3c7;color:#92400e}.integration-card__status--loading{background:#e0e7ff;color:#3730a3}.integration-card__spinner{animation:spin 1s linear infinite}.integration-card__spinner circle{animation:dash 1.5s ease-in-out infinite}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.integration-card__content{flex:1 1;margin-bottom:8px}.integration-card__name{color:#24292f;font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:1.3;margin:0 0 4px}.integration-card__description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#656d76;display:-webkit-box;font-family:Inter,sans-serif;font-size:13px;line-height:1.4;margin:0 0 8px;overflow:hidden}.integration-card__meta{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:8px}.integration-card__stats{display:flex;gap:8px}.integration-card__stat{color:#656d76;font-family:Inter,sans-serif;font-size:11px;font-weight:400}.integration-card__category{background:#eaeef2;border-radius:4px;color:#656d76;font-family:Inter,sans-serif;font-size:10px;font-weight:500;letter-spacing:.3px;padding:2px 6px;text-transform:uppercase;white-space:nowrap}.integration-card__actions{align-items:center;display:flex;gap:6px}.integration-card__button{border:1px solid #d0d7de;border-radius:4px;cursor:pointer;flex:1 1;font-family:Inter,sans-serif;font-size:13px;font-weight:400;height:32px;transition:all .2s ease}.integration-card__button--connect{background:#fff;border-color:#d0d7de;color:#24292f}.integration-card__button--connect:hover:not(:disabled){background:#f6f8fa;border-color:#afb8c1}.integration-card__button--disconnect{background:#f6f8fa;border-color:#d0d7de;color:#656d76}.integration-card__button--disconnect:hover:not(:disabled){background:#eaeef2;border-color:#afb8c1;color:#24292f}.integration-card__button:disabled{cursor:not-allowed;opacity:.6;transform:none!important}.integration-card__link{align-items:center;background:#fff;border:1px solid #d0d7de;border-radius:4px;color:#656d76;display:flex;height:32px;justify-content:center;text-decoration:none;transition:all .2s ease;width:32px}.integration-card__link:hover{background:#f6f8fa;border-color:#afb8c1;color:#24292f}@media (max-width:768px){.integration-card{padding:10px}.integration-card__content,.integration-card__header{margin-bottom:6px}.integration-card__name{font-size:13px}.integration-card__description{font-size:12px}.integration-card__actions{flex-direction:column;gap:6px}.integration-card__button{font-size:12px;height:28px}.integration-card__link{height:28px;width:100%}}[data-theme=dark] .integration-card{background:#1f2937;border-color:#374151}[data-theme=dark] .integration-card:hover{border-color:#4b5563;box-shadow:0 4px 12px -4px #0000004d}[data-theme=dark] .integration-card--connected{background:linear-gradient(135deg,#1f2937,#064e3b);border-color:#10b981}[data-theme=dark] .integration-card--connected:hover{border-color:#059669;box-shadow:0 4px 12px -4px #10b98140}[data-theme=dark] .integration-card__logo-container{background:#374151;border-color:#4b5563}[data-theme=dark] .integration-card__name{color:#f9fafb}[data-theme=dark] .integration-card__description{color:#9ca3af}[data-theme=dark] .integration-card__stat{color:#6b7280}[data-theme=dark] .integration-card__category{background:#374151;color:#9ca3af}[data-theme=dark] .integration-card__button--disconnect{background:#374151;border-color:#4b5563;color:#d1d5db}[data-theme=dark] .integration-card__button--disconnect:hover:not(:disabled){background:#4b5563;border-color:#6b7280}[data-theme=dark] .integration-card__link{background:#374151;border-color:#4b5563;color:#9ca3af}[data-theme=dark] .integration-card__link:hover{background:#4b5563;border-color:#6b7280;color:#d1d5db}.integrations-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));width:100%}@media (max-width:1200px){.integrations-grid{gap:14px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media (max-width:768px){.integrations-grid{gap:12px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}}@media (max-width:480px){.integrations-grid{gap:10px;grid-template-columns:1fr}}.integrations-grid__skeleton{animation:skeleton-pulse 1.5s ease-in-out infinite;background:#fff;border:1px solid #d0d7de;border-radius:8px;display:flex;flex-direction:column;font-family:Inter,sans-serif;height:180px;padding:12px}@keyframes skeleton-pulse{0%,to{opacity:1}50%{opacity:.7}}.integrations-grid__skeleton-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:8px}.integrations-grid__skeleton-logo{border-radius:6px;height:32px;width:32px}.integrations-grid__skeleton-logo,.integrations-grid__skeleton-status{animation:skeleton-shimmer 1.5s ease-in-out infinite;background:#eaeef2}.integrations-grid__skeleton-status{border-radius:4px;height:16px;width:50px}@keyframes skeleton-shimmer{0%{background-color:#eaeef2}50%{background-color:#d0d7de}to{background-color:#eaeef2}}.integrations-grid__skeleton-content{flex:1 1;margin-bottom:8px}.integrations-grid__skeleton-title{height:18px;margin-bottom:6px;width:80%}.integrations-grid__skeleton-description,.integrations-grid__skeleton-title{animation:skeleton-shimmer 1.5s ease-in-out infinite;background:#eaeef2;border-radius:4px}.integrations-grid__skeleton-description{height:14px;margin-bottom:4px;width:100%}.integrations-grid__skeleton-description--short{width:60%}.integrations-grid__skeleton-actions{display:flex;gap:6px}.integrations-grid__skeleton-button{flex:1 1}.integrations-grid__skeleton-button,.integrations-grid__skeleton-link{animation:skeleton-shimmer 1.5s ease-in-out infinite;background:#eaeef2;border-radius:4px;height:32px}.integrations-grid__skeleton-link{width:32px}.integrations-grid__empty{align-items:center;background:#fff;border:1px dashed #d0d7de;border-radius:8px;display:flex;flex-direction:column;font-family:Inter,sans-serif;grid-column:1/-1;justify-content:center;min-height:240px;padding:40px 20px;text-align:center}.integrations-grid__empty-icon{color:#656d76;height:48px;margin-bottom:16px;width:48px}.integrations-grid__empty-title{color:#24292f;font-family:Inter,sans-serif;font-size:16px;font-weight:500;margin:0 0 8px}.integrations-grid__empty-description{color:#656d76;font-family:Inter,sans-serif;font-size:14px;line-height:1.4;margin:0 0 16px;max-width:320px}.integrations-grid__empty-button{background:#fff;border:1px solid #d0d7de;border-radius:4px;color:#24292f;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;font-weight:400;padding:8px 16px;transition:all .2s ease}.integrations-grid__empty-button:hover{background:#f6f8fa;border-color:#afb8c1}[data-theme=dark] .integrations-grid__skeleton{background:#1f2937;border-color:#374151}[data-theme=dark] .integrations-grid__skeleton-button,[data-theme=dark] .integrations-grid__skeleton-description,[data-theme=dark] .integrations-grid__skeleton-link,[data-theme=dark] .integrations-grid__skeleton-logo,[data-theme=dark] .integrations-grid__skeleton-status,[data-theme=dark] .integrations-grid__skeleton-title{background:#374151}@keyframes skeleton-shimmer-dark{0%{background-color:#374151}50%{background-color:#4b5563}to{background-color:#374151}}[data-theme=dark] .integrations-grid__skeleton-button,[data-theme=dark] .integrations-grid__skeleton-description,[data-theme=dark] .integrations-grid__skeleton-link,[data-theme=dark] .integrations-grid__skeleton-logo,[data-theme=dark] .integrations-grid__skeleton-status,[data-theme=dark] .integrations-grid__skeleton-title{animation:skeleton-shimmer-dark 1.5s ease-in-out infinite}[data-theme=dark] .integrations-grid__empty{background:#1f2937;border-color:#374151}[data-theme=dark] .integrations-grid__empty-icon{color:#4b5563}[data-theme=dark] .integrations-grid__empty-title{color:#f9fafb}[data-theme=dark] .integrations-grid__empty-description{color:#9ca3af}.integrations-page{background:#fafbfc;font-family:Inter,sans-serif;min-height:100vh;padding:16px;width:100%}.integrations-header{background:#fff;border:1px solid #d0d7de;border-radius:8px;box-shadow:0 1px 2px #0000000a;margin-bottom:16px;padding:16px}.integrations-header__content{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:16px}.integrations-header__title-section{flex:1 1}.integrations-header__title{color:#24292f;font-family:Inter,sans-serif;font-size:18px;font-weight:600;line-height:1.3;margin:0 0 4px}.integrations-header__subtitle{color:#656d76;font-family:Inter,sans-serif;font-size:14px;line-height:1.4;margin:0}.integrations-header__stats{display:flex;gap:16px}.integrations-stat{text-align:center}.integrations-stat__value{color:#24292f;display:block;font-family:Inter,sans-serif;font-size:16px;font-weight:600;line-height:1}.integrations-stat__label{color:#656d76;display:block;font-family:Inter,sans-serif;font-size:12px;font-weight:400;margin-top:2px}.integrations-controls{align-items:center;display:flex;gap:16px;justify-content:space-between}.integrations-controls__left{align-items:center;display:flex;flex:1 1;gap:12px}.integrations-controls__right{align-items:center;display:flex;gap:8px}.integrations-toggle{align-items:center;background:#fff;border:1px solid #d0d7de;border-radius:4px;color:#24292f;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-family:inherit;font-size:13px;font-weight:500;gap:6px;padding:6px 8px;transition:all .2s ease}.integrations-toggle:hover{background:#f9fafb;border-color:#d1d5db}.integrations-toggle--active{background:#eef2ff;border-color:#6366f1;color:#6366f1}.integrations-toggle--active:hover{background:#e0e7ff;border-color:#5855eb}.integrations-refresh{align-items:center;background:#fff;border:1px solid #d0d7de;border-radius:4px;color:#656d76;cursor:pointer;display:flex;font-family:Inter,sans-serif;justify-content:center;padding:6px;transition:all .2s ease}.integrations-refresh:hover:not(:disabled){background-color:#f6f8fa;border-color:#afb8c1;color:#24292f}.integrations-refresh:disabled{cursor:not-allowed;opacity:.6}.integrations-refresh__icon{transition:transform .2s ease}.integrations-refresh__icon--spinning{animation:spin 1s linear infinite}.integrations-active-filters{align-items:center;border-top:1px solid #e5e7eb;display:flex;gap:16px;margin-top:24px;padding-top:24px}.integrations-active-filters__label{color:#374151;font-size:14px;font-weight:500}.integrations-active-filters__tags{align-items:center;display:flex;flex:1 1;gap:8px}.integrations-filter-tag{align-items:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;color:#374151;display:flex;font-size:13px;font-weight:500;gap:8px;padding:6px 12px}.integrations-filter-tag button{background:none;border:none;border-radius:4px;color:#9ca3af;cursor:pointer;font-size:16px;line-height:1;margin:-2px;padding:2px;transition:all .15s ease}.integrations-filter-tag button:hover{background:#e5e7eb;color:#374151}.integrations-clear-filters{background:none;border:none;border-radius:6px;color:#6366f1;cursor:pointer;font-family:inherit;font-size:13px;font-weight:500;padding:6px;transition:all .15s ease}.integrations-clear-filters:hover{background:#eef2ff;color:#5855eb}.integrations-error{align-items:center;background:#fef2f2;border:1px solid #fecaca;border-radius:12px;display:flex;justify-content:space-between;margin-bottom:24px;padding:16px 20px}.integrations-error__content{align-items:center;color:#dc2626;display:flex;font-size:14px;font-weight:500;gap:12px}.integrations-error__retry{background:#dc2626;border:none;border-radius:8px;color:#fff;cursor:pointer;font-family:inherit;font-size:13px;font-weight:500;padding:8px 16px;transition:all .2s ease}.integrations-error__retry:hover{background:#b91c1c}.integrations-content{box-shadow:0 1px 3px 0 #0000001a;padding:32px}.integrations-auth-required,.integrations-content{background:#fff;border:1px solid #e5e7eb;border-radius:16px}.integrations-auth-required{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:40px auto;max-width:500px;padding:80px 40px;text-align:center}.integrations-auth-required__icon{color:#d1d5db;height:64px;margin-bottom:24px;width:64px}.integrations-auth-required__title{color:#111827;font-size:24px;font-weight:600;margin:0 0 12px}.integrations-auth-required__description{color:#6b7280;font-size:16px;line-height:1.5;margin:0}@media (max-width:1200px){.integrations-page{padding:20px}.integrations-content,.integrations-header{padding:24px}}@media (max-width:768px){.integrations-page{padding:16px}.integrations-header{padding:20px}.integrations-header__content{align-items:flex-start;flex-direction:column;gap:24px;margin-bottom:24px}.integrations-header__stats{align-self:stretch;justify-content:space-around}.integrations-header__title{font-size:28px}.integrations-header__subtitle{font-size:16px}.integrations-controls{align-items:stretch;flex-direction:column;gap:16px}.integrations-controls__left{align-items:stretch;flex-direction:column;gap:12px}.integrations-controls__right{justify-content:space-between}.integrations-active-filters{align-items:stretch;flex-direction:column;gap:12px}.integrations-active-filters__tags{flex-wrap:wrap;gap:8px}.integrations-content{padding:20px}.integrations-auth-required{margin:20px auto;padding:60px 20px}}@media (max-width:480px){.integrations-page{padding:12px}.integrations-content,.integrations-header{padding:16px}.integrations-header__title{font-size:24px}.integrations-header__subtitle{font-size:14px}.integrations-stat__value{font-size:24px}}[data-theme=dark] .integrations-page{background:#111827}[data-theme=dark] .integrations-content,[data-theme=dark] .integrations-header{background:#1f2937;border-color:#374151}[data-theme=dark] .integrations-header__title{color:#f9fafb}[data-theme=dark] .integrations-header__subtitle{color:#9ca3af}[data-theme=dark] .integrations-stat__value{color:#a5b4fc}[data-theme=dark] .integrations-stat__label{color:#9ca3af}[data-theme=dark] .integrations-toggle{background:#374151;border-color:#4b5563;color:#d1d5db}[data-theme=dark] .integrations-toggle:hover{background:#4b5563;border-color:#6b7280}[data-theme=dark] .integrations-toggle--active{background:#312e81;border-color:#6366f1;color:#a5b4fc}[data-theme=dark] .integrations-refresh{background:#21262d;border-color:#30363d;color:#7d8590}[data-theme=dark] .integrations-refresh:hover:not(:disabled){background:#30363d;border-color:#484f58;color:#e6edf3}[data-theme=dark] .integrations-active-filters{border-top-color:#374151}[data-theme=dark] .integrations-active-filters__label{color:#d1d5db}[data-theme=dark] .integrations-filter-tag{background:#374151;border-color:#4b5563;color:#d1d5db}[data-theme=dark] .integrations-filter-tag button:hover{background:#4b5563;color:#f9fafb}[data-theme=dark] .integrations-clear-filters:hover{background:#312e81;color:#a5b4fc}[data-theme=dark] .integrations-auth-required{background:#1f2937;border-color:#374151}[data-theme=dark] .integrations-auth-required__title{color:#f9fafb}[data-theme=dark] .integrations-auth-required__description{color:#9ca3af}.templates-page{background-color:#fafbfc;color:#24292f;font-family:Inter,sans-serif;min-height:calc(100vh - 47px);padding:24px}.templates-auth-required{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:50vh;padding:64px 24px;text-align:center}.templates-auth-required__icon{color:#656d76;margin-bottom:24px}.templates-auth-required__title{color:#24292f;font-family:Inter,sans-serif;font-size:24px;font-weight:600;margin:0 0 12px}.templates-auth-required__description{color:#656d76;font-family:Inter,sans-serif;font-size:16px;line-height:1.5;margin:0;max-width:400px}.templates-header{background:#fff;border:1px solid #d0d7de;border-radius:8px;box-shadow:0 1px 3px #0000000a;margin-bottom:24px;padding:24px}.templates-header__content{align-items:flex-start;display:flex;gap:24px;justify-content:space-between;margin-bottom:24px}.templates-header__title-section{flex:1 1}.templates-header__title{color:#24292f;font-family:Inter,sans-serif;font-size:28px;font-weight:700;margin:0 0 8px}.templates-header__subtitle{color:#656d76;font-family:Inter,sans-serif;font-size:16px;line-height:1.5;margin:0}.templates-header__stats{align-items:center;display:flex;gap:24px}.templates-stat{align-items:center;display:flex;flex-direction:column;min-width:60px;text-align:center}.templates-stat__value{color:#24292f;font-family:Inter,sans-serif;font-size:24px;font-weight:700;margin-bottom:4px}.templates-stat__label{color:#656d76;font-family:Inter,sans-serif;font-size:12px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.templates-controls{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:16px}.templates-controls__left{align-items:center;display:flex;flex:1 1;gap:12px}.templates-controls__right{align-items:center;display:flex;gap:8px}.templates-toggle{align-items:center;background:#fff;border:1px solid #d0d7de;border-radius:6px;color:#656d76;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:13px;font-weight:500;gap:6px;padding:8px 12px;transition:all .2s ease}.templates-toggle:hover{background:#f6f8fa;border-color:#afb8c1}.templates-toggle--active{background:#fff2e1;border-color:#f59e0b;color:#92400e}.templates-toggle--active:hover{background:#fef3c7;border-color:#ea580c}.templates-refresh{align-items:center;background:#fff;border:1px solid #d0d7de;border-radius:6px;color:#656d76;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s ease;width:36px}.templates-refresh:hover:not(:disabled){background:#f6f8fa;border-color:#afb8c1}.templates-refresh:disabled{cursor:not-allowed;opacity:.6}.templates-refresh__icon--spinning{animation:spin 1s linear infinite}.templates-active-filters{align-items:center;background:#f6f8fa;border:1px solid #d0d7de;border-radius:6px;display:flex;font-size:13px;gap:12px;margin-bottom:16px;padding:12px 16px}.templates-active-filters__label{color:#656d76;font-family:Inter,sans-serif;font-weight:500;white-space:nowrap}.templates-active-filters__tags{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.templates-filter-tag{align-items:center;background:#fff;border:1px solid #d0d7de;border-radius:4px;color:#24292f;display:flex;font-family:Inter,sans-serif;font-size:12px;gap:6px;padding:4px 8px}.templates-filter-tag button{align-items:center;background:none;border:none;border-radius:2px;color:#656d76;cursor:pointer;display:flex;font-size:14px;height:16px;justify-content:center;line-height:1;margin-left:2px;padding:0;transition:all .2s ease;width:16px}.templates-filter-tag button:hover{background:#f6f8fa;color:#24292f}.templates-clear-filters{background:none;border:none;color:#0969da;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;font-weight:500;margin-left:auto;text-decoration:underline}.templates-clear-filters:hover{color:#0550ae}.templates-error{align-items:center;background:#fff1f1;border:1px solid #fecaca;border-radius:6px;display:flex;justify-content:space-between;margin-bottom:24px;padding:16px}.templates-error__content{align-items:center;color:#dc2626;display:flex;font-family:Inter,sans-serif;font-size:14px;gap:8px}.templates-error__retry{background:#dc2626;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;font-weight:500;padding:6px 12px;transition:background-color .2s ease}.templates-error__retry:hover{background:#b91c1c}@media (max-width:1024px){.templates-page{padding:16px}.templates-header{padding:20px}.templates-header__content{align-items:flex-start;flex-direction:column;gap:16px}.templates-header__stats{align-self:stretch;justify-content:flex-start}.templates-controls{gap:12px}.templates-controls,.templates-controls__left{align-items:stretch;flex-direction:column}.templates-controls__right{justify-content:flex-end}}@media (max-width:768px){.templates-page{padding:12px}.templates-header{padding:16px}.templates-header__title{font-size:24px}.templates-header__subtitle{font-size:14px}.templates-header__stats{gap:16px}.templates-active-filters{align-items:flex-start;flex-direction:column;gap:8px}.templates-active-filters__tags{width:100%}.templates-clear-filters{align-self:flex-end;margin-left:0}}[data-theme=dark] .templates-page{background-color:#0d1117;color:#e6edf3}[data-theme=dark] .templates-header{background:#161b22;border-color:#30363d}[data-theme=dark] .templates-header__title{color:#e6edf3}[data-theme=dark] .templates-header__subtitle{color:#7d8590}[data-theme=dark] .templates-stat__value{color:#e6edf3}[data-theme=dark] .templates-stat__label{color:#7d8590}[data-theme=dark] .templates-toggle{background:#21262d;border-color:#30363d;color:#7d8590}[data-theme=dark] .templates-toggle:hover{background:#30363d;border-color:#484f58}[data-theme=dark] .templates-toggle--active{background:#1e1e1e;border-color:#f59e0b;color:#fbbf24}[data-theme=dark] .templates-refresh{background:#21262d;border-color:#30363d;color:#7d8590}[data-theme=dark] .templates-refresh:hover:not(:disabled){background:#30363d;border-color:#484f58}[data-theme=dark] .templates-active-filters{background:#21262d;border-color:#30363d}[data-theme=dark] .templates-active-filters__label{color:#7d8590}[data-theme=dark] .templates-filter-tag{background:#161b22;border-color:#30363d;color:#e6edf3}[data-theme=dark] .templates-filter-tag button{color:#7d8590}[data-theme=dark] .templates-filter-tag button:hover{background:#30363d;color:#e6edf3}[data-theme=dark] .templates-clear-filters{color:#58a6ff}[data-theme=dark] .templates-clear-filters:hover{color:#79c0ff}.pricing-page{background:#fafbfc;font-family:Inter,sans-serif;min-height:100vh;padding:16px;width:100%}.pricing-header{background:#fff;border:1px solid #d0d7de;border-radius:8px;box-shadow:0 1px 2px #0000000a;margin-bottom:16px;padding:16px}.pricing-header__content{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:16px}.pricing-header__title-section{flex:1 1}.pricing-header__title{color:#24292f;font-family:Inter,sans-serif;font-size:18px;font-weight:600;line-height:1.3;margin:0 0 4px}.pricing-header__subtitle{color:#656d76;font-family:Inter,sans-serif;font-size:14px;line-height:1.4;margin:0}.pricing-header__stats{display:flex;gap:16px}.pricing-stat{text-align:center}.pricing-stat__value{color:#24292f;font-size:16px;font-weight:600;line-height:1}.pricing-stat__label,.pricing-stat__value{display:block;font-family:Inter,sans-serif}.pricing-stat__label{color:#656d76;font-size:12px;font-weight:400;margin-top:2px}.pricing-features-overview{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.feature-highlight{align-items:center;background:#fff;border:1px solid #d0d7de;border-radius:4px;color:#24292f;display:flex;font-family:Inter,sans-serif;font-size:13px;font-weight:500;gap:6px;padding:6px 8px;transition:all .2s ease}.feature-highlight:hover{background:#f9fafb;border-color:#d1d5db}.feature-icon{font-size:14px;line-height:1}.pricing-content{background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 1px 3px 0 #0000001a;margin-bottom:16px;padding:32px}.pricing-cards{display:flex;justify-content:center}.pricing-cards :global(.cl-pricingTable){max-width:900px;width:100%}.pricing-cards :global(.cl-pricingTableCard){background:#fff;border:1px solid #d0d7de;border-radius:8px;transition:all .2s ease}.pricing-cards :global(.cl-pricingTableCard:hover){border-color:#6366f1;box-shadow:0 1px 2px #0000000a}.pricing-cards :global(.cl-pricingTableCardFooterButton){background:#6366f1;border:none;border-radius:4px;font-family:Inter,sans-serif;font-size:13px;font-weight:500;padding:6px 8px;transition:all .2s ease}.pricing-cards :global(.cl-pricingTableCardFooterButton:hover){background:#5855eb}.pricing-footer{grid-gap:24px;background:#fff;border:1px solid #d0d7de;border-radius:8px;box-shadow:0 1px 2px #0000000a;display:grid;gap:24px;grid-template-columns:1fr 1fr;padding:16px}.pricing-section-title{color:#24292f;font-family:Inter,sans-serif;font-size:14px;font-weight:600;line-height:1.3;margin:0 0 12px}.credit-info-grid{grid-gap:8px;display:grid;gap:8px}.credit-info-item{background:#f6f8fa;border:1px solid #d0d7de;border-radius:4px;color:#24292f;font-family:Inter,sans-serif;font-size:13px;padding:8px 12px}.credit-info-item strong{color:#24292f;font-weight:600}.faq-item{border-bottom:1px solid #e5e7eb;margin-bottom:12px;padding-bottom:8px}.faq-item:last-child{border-bottom:none;margin-bottom:0}.faq-item strong{color:#24292f;display:block;font-weight:600;margin-bottom:4px}.faq-item p,.faq-item strong{font-family:Inter,sans-serif;font-size:13px}.faq-item p{color:#656d76;line-height:1.4;margin:0}@media (max-width:1200px){.pricing-page{padding:20px}.pricing-content,.pricing-header{padding:24px}}@media (max-width:768px){.pricing-page{padding:16px}.pricing-header{padding:20px}.pricing-header__content{align-items:flex-start;flex-direction:column;gap:24px;margin-bottom:24px}.pricing-header__stats{align-self:stretch;justify-content:space-around}.pricing-header__title{font-size:28px}.pricing-header__subtitle{font-size:16px}.pricing-features-overview{align-items:stretch;flex-direction:column;gap:12px}.pricing-content{padding:20px}.pricing-footer{gap:16px;grid-template-columns:1fr;padding:20px}}@media (max-width:480px){.pricing-page{padding:12px}.pricing-content,.pricing-header{padding:16px}.pricing-header__title{font-size:24px}.pricing-header__subtitle{font-size:14px}.pricing-stat__value{font-size:24px}.pricing-footer{padding:16px}}[data-theme=dark] .pricing-page{background:#111827}[data-theme=dark] .pricing-content,[data-theme=dark] .pricing-footer,[data-theme=dark] .pricing-header{background:#1f2937;border-color:#374151}[data-theme=dark] .pricing-header__title,[data-theme=dark] .pricing-section-title{color:#f9fafb}[data-theme=dark] .pricing-header__subtitle{color:#9ca3af}[data-theme=dark] .pricing-stat__value{color:#a5b4fc}[data-theme=dark] .pricing-stat__label{color:#9ca3af}[data-theme=dark] .feature-highlight{background:#374151;border-color:#4b5563;color:#d1d5db}[data-theme=dark] .feature-highlight:hover{background:#4b5563;border-color:#6b7280}[data-theme=dark] .credit-info-item{background:#374151;border-color:#4b5563;color:#d1d5db}[data-theme=dark] .credit-info-item strong{color:#f9fafb}[data-theme=dark] .faq-item{border-bottom-color:#374151}[data-theme=dark] .faq-item strong{color:#f9fafb}[data-theme=dark] .faq-item p{color:#9ca3af}.react-flow{--xy-edge-stroke-default:#b1b1b7;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#555;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:#ffffff80;--xy-minimap-background-color-default:#fff;--xy-minimap-mask-background-color-default:#f0f0f099;--xy-minimap-mask-stroke-color-default:#0000;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#e2e2e2;--xy-minimap-node-stroke-color-default:#0000;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:#0000;--xy-background-pattern-dots-color-default:#91919a;--xy-background-pattern-lines-color-default:#eee;--xy-background-pattern-cross-color-default:#e2e2e2;--xy-node-color-default:inherit;--xy-node-border-default:1px solid #1a192b;--xy-node-background-color-default:#fff;--xy-node-group-background-color-default:#f0f0f040;--xy-node-boxshadow-hover-default:0 1px 4px 1px #00000014;--xy-node-boxshadow-selected-default:0 0 0 0.5px #1a192b;--xy-node-border-radius-default:3px;--xy-handle-background-color-default:#1a192b;--xy-handle-border-color-default:#fff;--xy-selection-background-color-default:#0059dc14;--xy-selection-border-default:1px dotted #0059dccc;--xy-controls-button-background-color-default:#fefefe;--xy-controls-button-background-color-hover-default:#f4f4f4;--xy-controls-button-color-default:inherit;--xy-controls-button-color-hover-default:inherit;--xy-controls-button-border-color-default:#eee;--xy-controls-box-shadow-default:0 0 2px 1px #00000014;--xy-edge-label-background-color-default:#fff;--xy-edge-label-color-default:inherit;--xy-resize-background-color-default:#3367d9;background-color:var(--xy-background-color-default);background-color:var(--xy-background-color,var(--xy-background-color-default));direction:ltr}.react-flow.dark{--xy-edge-stroke-default:#3e3e3e;--xy-edge-stroke-width-default:1;--xy-edge-stroke-selected-default:#727272;--xy-connectionline-stroke-default:#b1b1b7;--xy-connectionline-stroke-width-default:1;--xy-attribution-background-color-default:#96969640;--xy-minimap-background-color-default:#141414;--xy-minimap-mask-background-color-default:#3c3c3c99;--xy-minimap-mask-stroke-color-default:#0000;--xy-minimap-mask-stroke-width-default:1;--xy-minimap-node-background-color-default:#2b2b2b;--xy-minimap-node-stroke-color-default:#0000;--xy-minimap-node-stroke-width-default:2;--xy-background-color-default:#141414;--xy-background-pattern-dots-color-default:#777;--xy-background-pattern-lines-color-default:#777;--xy-background-pattern-cross-color-default:#777;--xy-node-color-default:#f8f8f8;--xy-node-border-default:1px solid #3c3c3c;--xy-node-background-color-default:#1e1e1e;--xy-node-group-background-color-default:#f0f0f040;--xy-node-boxshadow-hover-default:0 1px 4px 1px #ffffff14;--xy-node-boxshadow-selected-default:0 0 0 0.5px #999;--xy-handle-background-color-default:#bebebe;--xy-handle-border-color-default:#1e1e1e;--xy-selection-background-color-default:#c8c8dc14;--xy-selection-border-default:1px dotted #c8c8dccc;--xy-controls-button-background-color-default:#2b2b2b;--xy-controls-button-background-color-hover-default:#3e3e3e;--xy-controls-button-color-default:#f8f8f8;--xy-controls-button-color-hover-default:#fff;--xy-controls-button-border-color-default:#5b5b5b;--xy-controls-box-shadow-default:0 0 2px 1px #00000014;--xy-edge-label-background-color-default:#141414;--xy-edge-label-color-default:#f8f8f8}.react-flow__background{background-color:var(--xy-background-color-default);background-color:var(--xy-background-color-props,var(--xy-background-color,var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{height:100%;left:0;position:absolute;top:0;width:100%}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{pointer-events:none;transform-origin:0 0;z-index:2}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke-default);stroke:var(--xy-edge-stroke,var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width-default);stroke-width:var(--xy-edge-stroke-width,var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke-default);stroke:var(--xy-connectionline-stroke,var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width-default);stroke-width:var(--xy-connectionline-stroke-width,var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{overflow:visible;pointer-events:none;position:absolute}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path,.react-flow__edge.selected .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected-default);stroke:var(--xy-edge-stroke-selected,var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;user-select:none}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}svg.react-flow__connectionline{overflow:visible;position:absolute;z-index:1001}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{box-sizing:border-box;cursor:default;pointer-events:all;position:absolute;transform-origin:0 0;-webkit-user-select:none;user-select:none}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{pointer-events:none;transform-origin:left top;z-index:3}.react-flow__nodesselection-rect{cursor:grab;pointer-events:all;position:absolute}.react-flow__handle{background-color:var(--xy-handle-background-color-default);background-color:var(--xy-handle-background-color,var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color,var(--xy-handle-border-color-default));border-radius:100%;height:6px;min-height:5px;min-width:5px;pointer-events:none;position:absolute;width:6px}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{cursor:crosshair;pointer-events:all}.react-flow__handle-bottom{bottom:0;left:50%;top:auto;transform:translate(-50%,50%)}.react-flow__handle-top{left:50%;top:0;transform:translate(-50%,-50%)}.react-flow__handle-left{left:0;top:50%;transform:translate(-50%,-50%)}.react-flow__handle-right{right:0;top:50%;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{margin:15px;position:absolute;z-index:5}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.bottom.center,.react-flow__panel.top.center{left:50%;transform:translateX(-15px) translateX(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px) translateY(-50%)}.react-flow__attribution{background:var(--xy-attribution-background-color-default);background:var(--xy-attribution-background-color,var(--xy-attribution-background-color-default));font-size:10px;margin:0;padding:2px 3px}.react-flow__attribution a{color:#999;text-decoration:none}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{pointer-events:none}.react-flow__edgelabel-renderer,.react-flow__viewport-portal{height:100%;left:0;position:absolute;top:0;-webkit-user-select:none;user-select:none;width:100%}.react-flow__minimap{background:var(--xy-minimap-background-color-default);background:var(
    --xy-minimap-background-color-props,var(--xy-minimap-background-color,var(--xy-minimap-background-color-default))
  )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var(--xy-minimap-mask-background-color-default);fill:var(
      --xy-minimap-mask-background-color-props,var(--xy-minimap-mask-background-color,var(--xy-minimap-mask-background-color-default))
    );stroke:var(--xy-minimap-mask-stroke-color-default);stroke:var(
      --xy-minimap-mask-stroke-color-props,var(--xy-minimap-mask-stroke-color,var(--xy-minimap-mask-stroke-color-default))
    );stroke-width:var(--xy-minimap-mask-stroke-width-default);stroke-width:var(
      --xy-minimap-mask-stroke-width-props,var(--xy-minimap-mask-stroke-width,var(--xy-minimap-mask-stroke-width-default))
    )}.react-flow__minimap-node{fill:var(--xy-minimap-node-background-color-default);fill:var(
      --xy-minimap-node-background-color-props,var(--xy-minimap-node-background-color,var(--xy-minimap-node-background-color-default))
    );stroke:var(--xy-minimap-node-stroke-color-default);stroke:var(
      --xy-minimap-node-stroke-color-props,var(--xy-minimap-node-stroke-color,var(--xy-minimap-node-stroke-color-default))
    );stroke-width:var(--xy-minimap-node-stroke-width-default);stroke-width:var(
      --xy-minimap-node-stroke-width-props,var(--xy-minimap-node-stroke-width,var(--xy-minimap-node-stroke-width-default))
    )}.react-flow__background-pattern.dots{fill:var(--xy-background-pattern-dots-color-default);fill:var(
      --xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-dots-color-default))
    )}.react-flow__background-pattern.lines{stroke:var(--xy-background-pattern-lines-color-default);stroke:var(
      --xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-lines-color-default))
    )}.react-flow__background-pattern.cross{stroke:var(--xy-background-pattern-cross-color-default);stroke:var(
      --xy-background-pattern-color-props,var(--xy-background-pattern-color,var(--xy-background-pattern-cross-color-default))
    )}.react-flow__controls{box-shadow:var(--xy-controls-box-shadow-default);box-shadow:var(--xy-controls-box-shadow,var(--xy-controls-box-shadow-default));display:flex;flex-direction:column}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{align-items:center;background:var(--xy-controls-button-background-color-default);background:var(--xy-controls-button-background-color,var(--xy-controls-button-background-color-default));border:none;border-bottom:1px solid var(
        --xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default))
      );color:var(--xy-controls-button-color-default);color:var(
      --xy-controls-button-color-props,var(--xy-controls-button-color,var(--xy-controls-button-color-default))
    );cursor:pointer;display:flex;height:26px;justify-content:center;padding:4px;-webkit-user-select:none;user-select:none;width:26px}.react-flow__controls-button svg{fill:currentColor;max-height:12px;max-width:12px;width:100%}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-default,.react-flow__node-group,.react-flow__node-input,.react-flow__node-output{background-color:var(--xy-node-background-color-default);background-color:var(--xy-node-background-color,var(--xy-node-background-color-default));border:var(--xy-node-border,var(--xy-node-border-default));border-radius:var(--xy-node-border-radius-default);border-radius:var(--xy-node-border-radius,var(--xy-node-border-radius-default));color:var(--xy-node-color-default);color:var(--xy-node-color,var(--xy-node-color-default));font-size:12px;padding:10px;text-align:center;width:150px}.react-flow__node-default.selectable:hover,.react-flow__node-group.selectable:hover,.react-flow__node-input.selectable:hover,.react-flow__node-output.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover-default);box-shadow:var(--xy-node-boxshadow-hover,var(--xy-node-boxshadow-hover-default))}.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible,.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected-default);box-shadow:var(--xy-node-boxshadow-selected,var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color-default);background-color:var(--xy-node-group-background-color,var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color-default);background:var(--xy-selection-background-color,var(--xy-selection-background-color-default));border:var(--xy-selection-border,var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var(--xy-controls-button-background-color-hover-default);background:var(
        --xy-controls-button-background-color-hover-props,var(--xy-controls-button-background-color-hover,var(--xy-controls-button-background-color-hover-default))
      );color:var(--xy-controls-button-color-hover-default);color:var(
        --xy-controls-button-color-hover-props,var(--xy-controls-button-color-hover,var(--xy-controls-button-color-hover-default))
      )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var(
        --xy-controls-button-border-color-props,var(--xy-controls-button-border-color,var(--xy-controls-button-border-color-default))
      )}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.bottom,.react-flow__resize-control.top{cursor:ns-resize}.react-flow__resize-control.bottom.right,.react-flow__resize-control.top.left{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{background-color:var(--xy-resize-background-color-default);background-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border:1px solid #fff;border-radius:1px;height:5px;translate:-50% -50%;width:5px}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.bottom.left,.react-flow__resize-control.handle.top.left{left:0}.react-flow__resize-control.handle.bottom.right,.react-flow__resize-control.handle.top.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color,var(--xy-resize-background-color-default));border-style:solid;border-width:0}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{height:100%;top:0;transform:translate(-50%);width:1px}.react-flow__resize-control.line.left{border-left-width:1px;left:0}.react-flow__resize-control.line.right{border-right-width:1px;left:100%}.react-flow__resize-control.line.bottom,.react-flow__resize-control.line.top{height:1px;left:0;transform:translateY(-50%);width:100%}.react-flow__resize-control.line.top{border-top-width:1px;top:0}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color-default);fill:var(--xy-edge-label-background-color,var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color-default);fill:var(--xy-edge-label-color,var(--xy-edge-label-color-default))}.mcp-tool-block{background:#f8f9fa;border:1px solid #e1e5e9;border-radius:8px;margin:8px 0;overflow:hidden;transition:all .2s ease}.mcp-tool-block.calling{background:#eff6ff;border-color:#3b82f6}.mcp-tool-block.completed{background:#ecfdf5;border-color:#10b981}.mcp-tool-block.error{background:#fef2f2;border-color:#ef4444}.mcp-tool-header{align-items:center;cursor:pointer;display:flex;padding:12px 16px;transition:background-color .2s ease;-webkit-user-select:none;user-select:none}.mcp-tool-header:hover{background:#00000005}.mcp-tool-info{align-items:center;display:flex;flex:1 1;gap:12px}.mcp-tool-logo{background:#fff;border:1px solid #e1e5e9;border-radius:4px;height:24px;object-fit:contain;padding:2px;width:24px}.mcp-tool-details{display:flex;flex-direction:column;gap:2px}.mcp-tool-name{color:#1f2937;font-size:14px;font-weight:600}.mcp-tool-service{color:#6b7280;font-size:12px;text-transform:capitalize}.mcp-tool-status{align-items:center;display:flex;gap:8px;margin-right:12px}.mcp-tool-status-icon{flex-shrink:0}.mcp-tool-status-icon.spinning{animation:spin 1s linear infinite}.mcp-tool-status-icon.success{color:#10b981}.mcp-tool-status-icon.error{color:#ef4444}.mcp-tool-status-text{color:#374151;font-size:12px;font-weight:500}.mcp-tool-timestamp{color:#9ca3af;font-family:Monaco,Menlo,monospace;font-size:11px}.mcp-tool-expand{color:#6b7280;transition:transform .2s ease}.mcp-tool-content{background:#fff;border-top:1px solid #e1e5e9;padding:16px}.mcp-tool-section{margin-bottom:16px}.mcp-tool-section:last-child{margin-bottom:0}.mcp-tool-section h4{color:#374151;font-size:13px;font-weight:600;letter-spacing:.5px;margin:0 0 8px;text-transform:uppercase}.mcp-tool-json{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;color:#374151;font-family:Monaco,Menlo,Courier New,monospace;font-size:12px;line-height:1.4;margin:0;max-height:300px;overflow-x:auto;overflow-y:auto;padding:12px}.mcp-tool-result{border-radius:6px;margin-bottom:8px;padding:12px}.mcp-tool-result.success{background:#f0fdf4;border:1px solid #bbf7d0}.mcp-tool-result.error{background:#fef2f2;border:1px solid #fecaca}.mcp-tool-error{color:#dc2626;font-family:Monaco,Menlo,Courier New,monospace;font-size:12px;white-space:pre-wrap}.mcp-tool-result-timestamp{color:#9ca3af;font-family:Monaco,Menlo,monospace;font-size:11px;margin-top:8px}@media (max-width:768px){.mcp-tool-header{padding:10px 12px}.mcp-tool-status{align-items:flex-end;flex-direction:column;gap:4px}.mcp-tool-json{font-size:11px;padding:8px}}.simple-dropdown{position:relative;width:100%}.dropdown-trigger{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;display:flex;justify-content:space-between;padding:10px 12px;transition:border-color .2s}.dropdown-trigger:hover{border-color:#9ca3af}.dropdown-trigger.open{border-color:#3b82f6}.dropdown-trigger.disabled{background:#f9fafb;cursor:not-allowed;opacity:.6}.selected-content{align-items:center;display:flex;flex:1 1;gap:8px}.option-logo{border-radius:4px;height:20px;object-fit:contain;width:20px}.option-label{color:#1f2937;font-size:14px;font-weight:500}.option-count{color:#9ca3af;font-size:12px;margin-left:auto}.placeholder{color:#9ca3af;font-size:14px}.dropdown-arrow{color:#6b7280;transition:transform .2s}.dropdown-trigger.open .dropdown-arrow{transform:rotate(180deg)}.dropdown-menu{background:#fff;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 4px 6px -1px #0000001a;left:0;margin-top:2px;max-height:200px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:50}.dropdown-option{align-items:center;cursor:pointer;display:flex;gap:8px;padding:10px 12px;transition:background-color .2s}.dropdown-option:hover{background:#f3f4f6}.dropdown-option.selected{background:#eff6ff}.dropdown-option.selected .option-label{color:#1d4ed8;font-weight:600}.dropdown-menu::-webkit-scrollbar{width:4px}.dropdown-menu::-webkit-scrollbar-track{background:#f1f5f9}.dropdown-menu::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.trigger-panel{background:#fff;border:1px solid #d0d7de;border-radius:6px;box-shadow:0 1px 2px #0000000a;height:100%;overflow-y:auto;padding:12px}.trigger-type-selector{margin-bottom:12px}.trigger-type-selector label{color:#24292f;display:block;font-size:12px;font-weight:500;margin-bottom:4px}.trigger-dropdown{background:#fff;border:1px solid #d0d7de;border-radius:4px;box-sizing:border-box;color:#24292f;font-size:13px;height:32px;padding:6px 8px;transition:border-color .2s;width:100%}.trigger-dropdown:focus{border-color:#0969da;outline:none}.selected-trigger-info{margin-bottom:16px}.trigger-type-cards{grid-gap:6px;display:grid;gap:6px;grid-template-columns:1fr;margin-top:6px}.trigger-card{align-items:center;background:#fff;border:2px solid #e1e4e8;border-radius:6px;cursor:pointer;display:flex;gap:10px;overflow:hidden;padding:8px 10px;position:relative;transition:all .2s ease}.trigger-card:hover{border-color:#0969da;box-shadow:0 2px 8px #0969da1a;transform:translateY(-1px)}.trigger-card.selected{background:#f0f7ff;border-color:#0969da;box-shadow:0 0 0 3px #0969da1a}.trigger-card.selected:before{background:#0969da;bottom:0;content:"";left:0;position:absolute;top:0;width:3px}.trigger-icon{background:#f6f8fa;color:#656d76;flex-shrink:0;height:28px;width:28px}.trigger-card.selected .trigger-icon{background:#0969da;color:#fff}.trigger-content{flex:1 1;min-width:0}.trigger-title{color:#24292f;font-size:12px;font-weight:500;line-height:1.2}.trigger-status{flex-shrink:0;height:16px;justify-content:center;width:16px}.status-indicator.selected{background:#0969da;border-radius:50%;box-shadow:0 0 0 2px #0969da33;height:6px;width:6px}.schedule-configuration{border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 1px 2px #0000000d;margin-top:12px;overflow:hidden}.schedule-config-header{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0}.schedule-config-toggle{align-items:center;color:#374151;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:6px;padding:8px 12px;transition:background-color .2s ease}.schedule-config-toggle:hover{background:#e2e8f0}.schedule-config-content{background:#fff;padding:12px}.form-group{margin-bottom:12px}.form-group label{color:#374151;display:block;font-size:12px;font-weight:500;margin-bottom:4px}.form-select{background:#fff;border:2px solid #d1d5db;border-radius:5px;box-sizing:border-box;color:#374151;font-size:12px;height:36px;padding:6px 10px;transition:all .2s ease;width:100%}.form-select:focus{border-color:#0969da;box-shadow:0 0 0 3px #0969da1a;outline:none}.time-inputs{align-items:center;display:flex;gap:6px}.time-input{border:2px solid #d1d5db;border-radius:5px;font-size:12px;height:36px;padding:6px 10px;text-align:center;transition:all .2s ease;width:50px}.time-input:focus{border-color:#0969da;box-shadow:0 0 0 3px #0969da1a;outline:none}.time-am-pm-select{background:#fff;border:2px solid #d1d5db;border-radius:5px;color:#374151;cursor:pointer;font-size:12px;height:36px;padding:6px 8px;transition:all .2s ease;width:60px}.time-am-pm-select:focus{border-color:#0969da;box-shadow:0 0 0 3px #0969da1a;outline:none}.time-am-pm-select:hover{border-color:#9ca3af}.time-inputs span{color:#656d76;font-size:13px;font-weight:500}.schedule-preview{background:#f6f8fa;border:1px solid #d0d7de;border-radius:4px;margin:12px 0;padding:8px}.schedule-preview strong{color:#24292f;display:block;font-size:13px;margin-bottom:2px}.schedule-preview p{color:#656d76;font-family:SFMono-Regular,Monaco,Consolas,monospace;font-size:12px;margin:0}.activate-trigger-button{align-items:center;background:linear-gradient(135deg,#059669,#047857);border:none;border-radius:6px;box-shadow:0 2px 4px #05966933;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;justify-content:center;margin-top:12px;min-height:40px;padding:10px 20px;transition:all .2s ease;width:100%}.activate-trigger-button:hover:not(:disabled){background:linear-gradient(135deg,#047857,#065f46);box-shadow:0 4px 8px #0596694d;transform:translateY(-1px)}.activate-trigger-button:active:not(:disabled){box-shadow:0 2px 4px #05966933;transform:translateY(0)}.activate-trigger-button:disabled{background:#9ca3af;box-shadow:none;cursor:not-allowed;transform:none}.warning-text{background:#fef2f2;border:1px solid #fecaca;border-radius:4px;padding:6px 8px}.active-schedules{border-top:1px solid #d0d7de;margin-top:16px;padding-top:12px}.active-schedules h4{color:#24292f;font-size:14px;font-weight:500;margin:0 0 8px}.loading-schedules{align-items:center;color:#656d76;display:flex;font-size:13px;gap:6px;padding:8px}.schedules-list{display:flex;flex-direction:column;gap:6px}.schedule-item{align-items:center;background:#fff;border:1px solid #d0d7de;border-radius:4px;box-shadow:0 1px 2px #0000000a;display:flex;justify-content:space-between;padding:8px}.schedule-info{flex:1 1}.schedule-description{color:#24292f;font-size:13px;font-weight:500;margin-bottom:2px}.schedule-status{align-items:center;display:flex}.status-badge{border-radius:8px;padding:2px 6px}.delete-schedule-button{align-items:center;background:#0000;border:none;border-radius:3px;color:#dc2626;cursor:pointer;display:flex;justify-content:center;padding:4px;transition:background-color .2s}.delete-schedule-button:hover{background:#fee2e2}.no-schedules{color:#656d76;font-size:13px;font-style:italic;padding:12px;text-align:center}.app-event-configuration{border:1px solid #d0d7de;border-radius:6px;margin-top:12px}.app-event-form{display:flex;flex-direction:column;gap:12px;padding:12px}.app-event-form .form-group{display:flex;flex-direction:column;gap:6px}.app-event-form .form-group label{color:#374151;font-size:13px;font-weight:500}.selected-app-info{margin:16px 0}.app-info-card{background:#f8fafc;border:1px solid #e2e8f0;border-left:4px solid #06b6d4;border-radius:8px;padding:16px}.app-info-header{align-items:center;display:flex;gap:8px;margin-bottom:8px}.app-logo-small{border-radius:4px;height:20px;object-fit:contain;width:20px}.app-info-title{color:#1e293b;font-size:14px;font-weight:600}.app-info-description{color:#64748b;font-size:14px;line-height:1.5;margin:0}.active-app-triggers{border-top:1px solid #e5e7eb;margin-top:16px;padding-top:12px}.active-app-triggers h4{color:#1f2937;font-size:14px;font-weight:500;margin:0 0 8px}.app-trigger-item{align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border-left:3px solid #06b6d4;border-radius:4px;display:flex;justify-content:space-between;padding:10px}.app-trigger-info{flex:1 1}.app-trigger-header{align-items:center;display:flex;gap:6px;margin-bottom:4px}.app-trigger-name{color:#1f2937;font-size:13px;font-weight:500}.app-trigger-description{color:#374151;font-size:13px;font-weight:500;margin-bottom:2px}.app-trigger-details{color:#6b7280;font-size:12px;line-height:1.3;margin-bottom:4px}.app-trigger-status,.delete-app-trigger-button{align-items:center;display:flex}.delete-app-trigger-button{background:#0000;border:none;border-radius:3px;color:#dc2626;cursor:pointer;flex-shrink:0;justify-content:center;padding:4px;transition:background-color .2s}.delete-app-trigger-button:hover{background:#fee2e2}.warning-text{color:#dc2626;line-height:1.3;margin:0}.chat-trigger-section,.manual-trigger-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;display:flex;flex-direction:column;gap:8px;padding:12px}.chat-trigger-textarea{background:#fff;border:1px solid #d1d5db;border-radius:4px;color:#374151;font-family:inherit;min-height:60px;padding:8px;transition:border-color .2s}.chat-trigger-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f61a}.start-workflow-button{align-items:center;background:linear-gradient(135deg,#059669,#047857);border:none;border-radius:6px;box-shadow:0 2px 4px #05966933;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:6px;justify-content:center;min-height:40px;padding:10px 20px;transition:all .2s ease}.start-workflow-button:hover:not(:disabled){background:linear-gradient(135deg,#047857,#065f46);box-shadow:0 4px 8px #0596694d;transform:translateY(-1px)}.start-workflow-button:active:not(:disabled){box-shadow:0 2px 4px #05966933;transform:translateY(0)}.start-workflow-button:disabled{background:#9ca3af;box-shadow:none;cursor:not-allowed;transform:none}@media (max-width:768px){.trigger-panel{padding:8px}.trigger-card{gap:8px;padding:6px 8px}.trigger-icon{height:24px;width:24px}.trigger-title{font-size:11px}.app-connection-content{gap:8px;padding:8px}.app-logo{height:32px;width:32px}.form-group{margin-bottom:8px}.form-select,.time-am-pm-select,.time-input{font-size:11px;height:32px}.time-input{width:45px}.time-am-pm-select{width:55px}.activate-trigger-button,.start-workflow-button{font-size:12px;min-height:36px;padding:8px 16px}.active-triggers-section{margin-top:16px;padding-top:16px}.active-triggers-section h4{font-size:14px;margin-bottom:12px}.active-triggers-group h5{font-size:13px;margin-bottom:8px}.active-trigger-item{gap:8px;padding:10px}.trigger-item-name{font-size:13px}.trigger-item-description{font-size:12px}.delete-trigger-button{height:24px;width:24px}.no-active-triggers{padding:16px}.no-active-triggers p{font-size:13px}.no-active-triggers p:last-child{font-size:12px}.loading-triggers{font-size:13px;padding:16px}}.app-connection-block{border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 1px 2px #0000000d;margin:12px 0;overflow:hidden}.app-connection-header{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0;color:#374151;display:flex;font-size:12px;font-weight:500;gap:6px;padding:8px 12px}.app-connection-content{background:#fff;display:flex;flex-direction:column;gap:12px;padding:12px}.app-connection-info{align-items:center;display:flex;flex:1 1;gap:10px;min-width:0}.app-logo{border-radius:6px;flex-shrink:0;height:40px;object-fit:cover;width:40px}.app-connection-details{flex:1 1;min-width:0}.app-name{font-size:13px;font-weight:600;margin-bottom:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-description{color:#64748b;font-size:11px;line-height:1.3;margin:0}.app-connection-actions{align-items:center;display:flex;flex-shrink:0;gap:6px}.app-status-buttons{flex-shrink:0;gap:6px}.connect-button{border:none;border-radius:5px;font-size:11px;gap:5px;min-height:32px;white-space:nowrap}.connect-button.connected{background:#10b981;color:#fff}.connect-button.connecting,.connect-button.waiting{background:#f59e0b;color:#fff;cursor:not-allowed}.connect-button.failed{background:#ef4444;color:#fff}.connect-button.idle{background:#6b7280;color:#fff}.connect-button:hover:not(.connecting):not(.waiting){box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}.app-check-status-button{background:#fff;border:1px solid #d1d5db;border-radius:5px;flex-shrink:0;width:32px}.app-check-status-button:hover{background:#f9fafb;border-color:#9ca3af;color:#374151}.app-check-status-button:active{transform:scale(.95)}.refresh-button{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s ease;width:36px}.refresh-button:hover{background:#f9fafb;border-color:#9ca3af;color:#374151}.refresh-button:active{transform:scale(.95)}.chat-trigger-section{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-top:16px;padding:16px}.chat-trigger-textarea{border:2px solid #d1d5db;border-radius:6px;box-sizing:border-box;font-size:13px;line-height:1.5;min-height:80px;padding:12px;resize:vertical;transition:all .2s ease;width:100%}.chat-trigger-textarea:focus{border-color:#0969da;box-shadow:0 0 0 3px #0969da1a;outline:none}.chat-trigger-textarea::placeholder{color:#9ca3af}.warning-text{background:#fef3c7;border:1px solid #f59e0b;border-radius:6px;color:#92400e;font-size:12px;line-height:1.4;margin:8px 0 0;padding:8px 12px}.loading-overlay{align-items:center;background:#fffc;border-radius:8px;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:10}.loading-spinner{color:#0969da;flex-direction:column;gap:8px}.trigger-card{animation:fadeIn .3s ease-out}.chat-trigger-textarea:focus,.form-select:focus,.time-input:focus,.trigger-card:focus{outline:2px solid #0969da;outline-offset:2px}.app-selection-section{margin-bottom:12px}.app-selection-section h4{color:#374151;font-size:13px;font-weight:500;margin:0 0 6px}.app-selection-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr}.app-selection-item{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;display:flex;gap:10px;padding:8px 10px;transition:all .2s ease}.app-selection-item:hover{background:#f8fafc;border-color:#0969da}.app-selection-item.selected{background:#f0f7ff;border-color:#0969da}.app-selection-logo{border-radius:4px;flex-shrink:0;height:24px;object-fit:cover;width:24px}.app-selection-info{flex:1 1;min-width:0}.app-selection-name{color:#374151;font-size:12px;font-weight:500;margin-bottom:2px}.app-selection-count{color:#64748b;font-size:11px}.trigger-selection-section{margin-bottom:12px}.trigger-selection-section h4{color:#374151;font-size:13px;font-weight:500;margin:0 0 6px}.trigger-selection-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr}.trigger-selection-item{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;display:flex;gap:10px;padding:8px 10px;transition:all .2s ease}.trigger-selection-item:hover{background:#f8fafc;border-color:#0969da}.trigger-selection-item.selected{background:#f0f7ff;border-color:#0969da}.trigger-selection-logo{border-radius:4px;flex-shrink:0;height:24px;object-fit:cover;width:24px}.trigger-selection-info{flex:1 1;min-width:0}.trigger-selection-name{color:#374151;font-size:12px;font-weight:500;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.trigger-selection-description{color:#64748b;font-size:11px;line-height:1.3}.delete-trigger-button{align-items:center;background:#fee2e2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;cursor:pointer;display:flex;flex-shrink:0;height:28px;justify-content:center;transition:all .2s ease;width:28px}.delete-trigger-button:hover{background:#fecaca;border-color:#f87171;transform:scale(1.05)}.delete-trigger-button:active{transform:scale(.95)}.delete-trigger-button:focus{box-shadow:0 0 0 2px #dc262633;outline:none}.active-triggers-section{border-top:2px solid #e5e7eb;margin-top:24px;padding-top:20px}.active-triggers-section h4{align-items:center;color:#1f2937;display:flex;font-size:16px;font-weight:600;gap:8px;margin:0 0 16px}.active-triggers-group{margin-bottom:20px}.active-triggers-group h5{align-items:center;color:#374151;display:flex;font-size:14px;font-weight:500;gap:6px;margin:0 0 12px}.active-triggers-list{display:flex;flex-direction:column;gap:8px}.active-trigger-item{align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;padding:12px;transition:all .2s ease}.active-trigger-item:hover{border-color:#d1d5db;box-shadow:0 2px 6px #00000026}.active-trigger-item.schedule-trigger{border-left:4px solid #059669}.active-trigger-item.app-trigger{border-left:4px solid #06b6d4}.trigger-item-info{flex:1 1;min-width:0}.trigger-item-header{align-items:center;display:flex;gap:8px;margin-bottom:6px}.trigger-item-name{color:#1f2937;font-size:14px;font-weight:600;line-height:1.4}.trigger-item-description{color:#6b7280;font-size:13px;line-height:1.4;margin-bottom:8px}.trigger-item-status{align-items:center;display:flex}.status-badge{align-items:center;border-radius:12px;display:inline-flex;font-size:11px;font-weight:500;letter-spacing:.5px;padding:4px 8px;text-transform:uppercase}.status-badge.enabled{background:#dcfce7;color:#166534}.status-badge.disabled{background:#fee2e2;color:#991b1b}.no-active-triggers{background:#f9fafb;border:1px dashed #d1d5db;border-radius:8px;color:#6b7280;padding:24px;text-align:center}.no-active-triggers p{font-size:14px;margin:0 0 8px}.no-active-triggers p:last-child{color:#9ca3af;font-size:13px;margin-bottom:0}.loading-triggers{align-items:center;color:#6b7280;display:flex;font-size:14px;gap:8px;justify-content:center;padding:24px}.chat-container{background:#fafbfc;flex-direction:column;font-family:Inter,sans-serif}.chat-container,.chat-layout{display:flex;height:100%;overflow:hidden}.chat-layout{flex:1 1}.chat-section{background:#fff;border-right:1px solid #d0d7de;height:100%;overflow:hidden}.chat-messages,.chat-section{display:flex;flex:1 1;flex-direction:column}.chat-messages{gap:4px;height:calc(100vh - 120px);min-height:400px;overflow-y:auto;padding:16px}.message{display:flex;flex-direction:column;max-width:90%}.message.user{align-self:flex-end}.message.assistant{align-self:flex-start}.message-content{word-wrap:break-word;color:#24292f;font-size:14px;font-weight:400;line-height:1.5;white-space:pre-wrap}.message.user .message-content{background:#fff;border:1px solid #d0d7de;border-radius:6px;box-shadow:0 1px 2px #0000000a;padding:8px}.message.assistant .message-content{background:#0000;color:#24292f;line-height:1.4;padding:4px 0}.message.assistant .message-content h1,.message.assistant .message-content h2,.message.assistant .message-content h3,.message.assistant .message-content h4,.message.assistant .message-content h5,.message.assistant .message-content h6{color:#24292f;font-weight:600;line-height:1.2;margin:4px 0 2px}.message.assistant .message-content h1{border-bottom:1px solid #d0d7de;font-size:18px;padding-bottom:8px}.message.assistant .message-content h2{font-size:16px}.message.assistant .message-content h3{font-size:14px}.message.assistant .message-content p{line-height:1.4;margin:2px 0}.message.assistant .message-content ol,.message.assistant .message-content ul{margin:2px 0;padding-left:20px}.message.assistant .message-content li{line-height:1.4;margin:1px 0}.message.assistant .message-content code{background:#f6f8fa;border:1px solid #d0d7de;border-radius:3px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:12px;padding:2px 4px}.message.assistant .message-content pre{background:#f6f8fa;border:1px solid #d0d7de;border-radius:6px;margin:2px 0;overflow-x:auto;padding:8px}.message.assistant .message-content pre code{background:none;border:none;font-size:12px;line-height:1.45;padding:0}.message.assistant .message-content blockquote{background:#f6f8fa;border-left:4px solid #d0d7de;color:#656d76;margin:2px 0;padding:4px 8px}.message.assistant .message-content table{border-collapse:collapse;margin:2px 0;width:100%}.message.assistant .message-content td,.message.assistant .message-content th{border:1px solid #d0d7de;padding:3px 6px;text-align:left}.message.assistant .message-content th{background:#f6f8fa;font-weight:600}.message.assistant .message-content a{color:#0969da;text-decoration:none}.message.assistant .message-content a:hover{text-decoration:underline}.message.assistant .message-content strong{font-weight:600}.message.assistant .message-content em{font-style:italic}.message.assistant .message-content p:first-child{margin-top:0}.message.assistant .message-content p:last-child{margin-bottom:0}.message.assistant .message-content h1+p,.message.assistant .message-content h2+p,.message.assistant .message-content h3+p,.message.assistant .message-content h4+p,.message.assistant .message-content h5+p,.message.assistant .message-content h6+p,.message.assistant .message-content p+p{margin-top:2px}.loading-message{align-items:center;display:flex;gap:8px}.typing-dots{align-items:center;display:inline-flex;gap:4px;padding:4px 0}.typing-dots span{animation:dot-pulse 1.5s ease-in-out infinite;background-color:#656d76;border-radius:50%;height:4px;width:4px}.typing-dots span:first-child{animation-delay:-.32s}.typing-dots span:nth-child(2){animation-delay:-.16s}.typing-dots span:nth-child(3){animation-delay:0s}.loading-text{color:#656d76;font-size:14px;font-style:italic;margin-left:4px}@keyframes dot-pulse{0%,60%,to{opacity:.4;transform:scale(1)}30%{opacity:1;transform:scale(1.2)}}.chat-input{background:#fff;border-top:1px solid #d0d7de;flex-shrink:0;padding:8px}.input-container{align-items:end;display:flex;gap:8px}.chat-textarea{background:#fff;border:1px solid #d0d7de;border-radius:6px;box-shadow:0 1px 2px #0000000a;color:#24292f;flex:1 1;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:1.5;max-height:120px;min-height:32px;outline:none;padding:8px;resize:none}.chat-textarea:focus{border-color:#0969da;box-shadow:0 0 0 2px #0969da4d}.chat-textarea::placeholder{color:#656d76}.send-button{align-items:center;background:#0969da;border:none;border-radius:4px;box-shadow:0 1px 2px #0000000a;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-family:Inter,sans-serif;height:32px;justify-content:center;transition:background-color .2s ease;width:32px}.send-button:hover:not(:disabled){background:#0860ca}.send-button:disabled{background:#d0d7de;cursor:not-allowed;opacity:.6}.chat-content-panel{background:#fafbfc;border-left:1px solid #d0d7de;display:flex;flex:1 1;flex-direction:row;gap:8px;height:100%}.content-panel-left{flex:0 0 400px;margin:8px 0 8px 8px;overflow:hidden}.content-panel-left,.content-panel-right{background:#fff;border:1px solid #d0d7de;border-radius:8px}.content-panel-right{flex:1 1;margin:8px 8px 8px 0;overflow-y:auto;padding:8px}.content-panel-placeholder{color:#656d76;font-family:Inter,sans-serif;font-size:14px;font-weight:400;padding:32px 8px;text-align:center}@media (max-width:1200px){.content-panel-left{flex:0 0 350px}}@media (max-width:1024px){.chat-content-panel{flex-direction:column}.content-panel-left{flex:0 0 250px;margin:8px}.content-panel-right{flex:1 1;margin:0 8px 8px}}@media (max-width:768px){.chat-content-panel{display:none}.message{max-width:90%}}@media (max-width:640px){.chat-content-panel{display:none}.chat-section{width:100%}}.system-instructions-block{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-top:16px;overflow:hidden}.instructions-header{align-items:center;background:#f3f4f6;border-bottom:1px solid #e5e7eb;cursor:pointer;display:flex;gap:8px;padding:12px 16px;transition:background-color .2s ease;-webkit-user-select:none;user-select:none}.instructions-header:hover{background:#e5e7eb}.instructions-header span{color:#374151;flex:1 1;font-size:14px;font-weight:500}.copy-button{align-items:center;background:#0000;border:none;border-radius:4px;color:#6b7280;cursor:pointer;display:flex;justify-content:center;padding:4px;transition:all .2s ease}.copy-button:hover{background:#d1d5db;color:#374151}.copy-button:active{transform:scale(.95)}.instructions-content{background:#fff;padding:16px}.instructions-textarea{background:#fafafa;border:1px solid #d1d5db;border-radius:6px;color:#374151;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:13px;line-height:1.5;min-height:200px;padding:12px;resize:vertical;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.instructions-textarea:focus{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.instructions-textarea::placeholder{color:#9ca3af}.trigger-block{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-top:16px;max-width:500px;overflow:hidden}.trigger-header{align-items:center;background:#fef3c7;border-bottom:1px solid #f59e0b;display:flex;gap:8px;justify-content:space-between;padding:12px 16px;-webkit-user-select:none;user-select:none}.trigger-header span{color:#92400e;font-size:14px;font-weight:500}.trigger-content{background:#fff;display:flex;flex-direction:column;gap:12px;padding:16px}.trigger-item{align-items:center;background:#fafafa;border:1px solid #e5e7eb;border-radius:8px;display:flex;justify-content:space-between;padding:12px;transition:all .2s ease}.trigger-item:hover{background:#f3f4f6;border-color:#d1d5db}.trigger-info{flex:1 1;gap:12px}.trigger-icon,.trigger-info{align-items:center;display:flex}.trigger-icon{background:#fef3c7;border:1px solid #f59e0b;border-radius:6px;font-size:18px;height:32px;justify-content:center;width:32px}.trigger-details{flex:1 1}.trigger-name{color:#374151;font-size:14px;font-weight:600;margin-bottom:2px}.trigger-description{color:#6b7280;font-size:12px;line-height:1.4}.trigger-status{align-items:center;display:flex;gap:8px}.trigger-status-badge{background:#dcfce7;border:1px solid #bbf7d0;border-radius:4px;color:#166534;font-size:12px;font-weight:500;padding:4px 8px}.trigger-status-badge.configured{background:#dbeafe;border:1px solid #93c5fd;color:#1e40af}.trigger-setup-prompt{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:flex;gap:12px;padding:16px;text-align:left}.trigger-setup-icon{align-items:center;background:#fef3c7;border:1px solid #f59e0b;border-radius:6px;display:flex;flex-shrink:0;font-size:18px;height:32px;justify-content:center;width:32px}.trigger-setup-text{flex:1 1}.trigger-setup-title{color:#374151;font-size:14px;font-weight:500;margin-bottom:4px}.trigger-setup-description{color:#6b7280;font-size:12px;line-height:1.4}.apps-block{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-top:16px;max-width:500px;overflow:hidden}.apps-header{align-items:center;background:#f3f4f6;border-bottom:1px solid #e5e7eb;display:flex;gap:8px;padding:12px 16px;-webkit-user-select:none;user-select:none}.apps-header span{color:#374151;flex:1 1;font-size:14px;font-weight:500}.apps-content{background:#fff;display:flex;flex-direction:column;gap:12px;padding:16px}.app-item{align-items:center;background:#fafafa;border:1px solid #e5e7eb;border-radius:8px;display:flex;justify-content:space-between;padding:12px;transition:all .2s ease}.app-item:hover{background:#f3f4f6;border-color:#d1d5db}.app-info{align-items:center;display:flex;flex:1 1;gap:12px}.app-icon{background:#fff;border:1px solid #e5e7eb;border-radius:6px;height:32px;object-fit:contain;padding:2px;width:32px}.app-details{display:flex;flex-direction:column;gap:2px}.app-name{color:#374151;font-size:14px;font-weight:500}.app-category{color:#6b7280;font-size:12px;text-transform:capitalize}.app-auth{color:#9ca3af;font-size:11px;font-style:italic;margin-top:2px}.app-actions,.app-status-buttons{align-items:center;display:flex;gap:8px}.remove-app-button{align-items:center;background:#0000;border:1px solid #e5e7eb;border-radius:4px;color:#6b7280;cursor:pointer;display:flex;height:32px;justify-content:center;min-width:32px;padding:6px;transition:all .2s ease}.remove-app-button:hover{background:#fee2e2;border-color:#fca5a5;color:#dc2626}.remove-app-button:active{transform:scale(.95)}.app-check-status-button{align-items:center;background:#0000;border:1px solid #e5e7eb;border-radius:4px;color:#6b7280;cursor:pointer;display:flex;height:32px;justify-content:center;min-width:32px;padding:6px;transition:all .2s ease}.app-check-status-button:hover:not(:disabled){background:#f3f4f6;border-color:#d1d5db}.app-check-status-button:disabled{cursor:not-allowed;opacity:.5}.connect-button{align-items:center;border:1px solid;border-radius:6px;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:6px;justify-content:center;min-width:80px;padding:6px 12px;transition:all .2s ease}.connect-button.idle{background:#f3f4f6;border-color:#d1d5db;color:#374151}.connect-button.idle:hover:not(:disabled){background:#e5e7eb;border-color:#9ca3af}.connect-button.connecting{background:#fef3c7;border-color:#f59e0b;color:#92400e}.connect-button.waiting{background:#dbeafe;border-color:#3b82f6;color:#1e40af}.connect-button.connected{background:#d1fae5;border-color:#10b981;color:#065f46}.connect-button.failed{background:#fee2e2;border-color:#ef4444;color:#991b1b}.connect-button.failed:hover:not(:disabled){background:#fecaca}.connect-button.other{background:#f0f9ff;border-color:#0ea5e9;color:#0c4a6e}.connect-button.other:hover{background:#e0f2fe;border-color:#0284c7}.connect-button:disabled{cursor:not-allowed;opacity:.8}.test-workflow-block{border-top:1px solid #e1e4e8;display:flex;flex-direction:column;gap:8px;margin-top:12px;padding-top:12px}.test-workflow-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 16px;transition:all .2s ease}.test-workflow-button:hover{box-shadow:0 4px 8px #00000026;transform:translateY(-1px)}.test-workflow-button:active{box-shadow:0 2px 4px #0000001a;transform:translateY(0)}.test-workflow-button:disabled{background:#e1e4e8;box-shadow:none;color:#6a737d;cursor:not-allowed;transform:none}.test-workflow-button:disabled:hover{box-shadow:none;transform:none}.test-workflow-button.paywall-blocked{background:linear-gradient(135deg,#f6f8fa,#e1e4e8);border:2px solid orange;box-shadow:0 2px 8px #ffa50033;color:#6a737d;cursor:pointer;position:relative}.test-workflow-button.paywall-blocked:hover{background:linear-gradient(135deg,#ffeaa7,#fdcb6e);box-shadow:0 4px 12px #ffa5004d;color:#2d3436;transform:translateY(-1px)}.test-workflow-button.paywall-blocked:active{box-shadow:0 2px 8px #ffa50033;transform:translateY(0)}.paywall-hint{background:linear-gradient(135deg,#fff5f5,#fed7d7);border:1px solid #feb2b2;border-radius:10px;box-shadow:0 2px 4px #c530301a;color:#c53030;font-size:13px;line-height:1.5;margin-top:12px;padding:12px 16px}.paywall-hint strong{color:#9c2727;font-weight:600}.paywall-hint-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;box-shadow:0 2px 4px #667eea4d;color:#fff;cursor:pointer;font-size:12px;font-weight:600;margin-top:8px;padding:6px 12px;transition:all .2s ease}.paywall-hint-button:hover{box-shadow:0 3px 6px #667eea66;transform:translateY(-1px)}.paywall-hint-button:active{box-shadow:0 2px 4px #667eea4d;transform:translateY(0)}.test-workflow-helper-text{background-color:#f6f8fa;border:1px solid #e1e4e8;border-radius:6px;color:#6a737d;font-size:13px;line-height:1.4;margin-top:8px;padding:8px 12px}.inline-token-display{align-items:center;display:flex;margin-top:4px}.activate-workflow-block,.token-usage-block{border-top:1px solid #e1e4e8;margin-top:12px;padding-top:12px}.activate-workflow-button{align-items:center;background:linear-gradient(135deg,#06d6a0,#118ab2);border:none;border-radius:8px;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:10px 16px;transition:all .2s ease}.activate-workflow-button:hover{box-shadow:0 4px 8px #00000026;transform:translateY(-1px)}.activate-workflow-button:active{box-shadow:0 2px 4px #0000001a;transform:translateY(0)}.auth-modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.auth-modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;max-height:90vh;max-width:480px;overflow:hidden;width:100%}.auth-modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:20px 24px}.auth-modal-header h3{color:#111827;font-size:18px;font-weight:600;margin:0}.close-button{background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;padding:4px;transition:all .2s ease}.close-button:hover{background:#f3f4f6;color:#374151}.auth-modal-content{flex:1 1;overflow-y:auto;padding:24px}.auth-error{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;margin-bottom:16px;padding:12px}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-form label{color:#374151;font-weight:500;margin-bottom:4px}.auth-form input{border:1px solid #d1d5db;border-radius:6px;font-size:14px;padding:10px 12px;transition:border-color .2s ease}.auth-form input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.auth-form input:disabled{background:#f9fafb;color:#6b7280;cursor:not-allowed}.auth-help{margin-top:4px}.auth-help small{color:#6b7280;font-size:12px;line-height:1.4}.auth-modal-footer{border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:flex-end;padding:20px 24px}.cancel-button{background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-weight:500;padding:8px 16px;transition:all .2s ease}.cancel-button:hover{background:#f9fafb;border-color:#9ca3af}.auth-modal-footer .connect-button{background:#3b82f6;border:1px solid #3b82f6;color:#fff;font-weight:500;min-width:100px;padding:8px 16px}.auth-modal-footer .connect-button:hover:not(:disabled){background:#2563eb;border-color:#2563eb}.auth-modal-footer .connect-button:disabled{background:#9ca3af;border-color:#9ca3af;cursor:not-allowed}.chat-loading{height:100%;justify-content:center;min-height:400px}.chat-loading,.loading-spinner{align-items:center;display:flex}.loading-spinner{color:#6b7280;font-size:14px;gap:12px}.loading-spinner:before{animation:spin 1s linear infinite;border:2px solid #e5e7eb;border-radius:50%;border-top-color:#3b82f6;content:"";height:16px;width:16px}.trigger-panel-overlay{animation:fadeIn .3s ease;background:#00000080;bottom:0;display:flex;justify-content:flex-end;left:0;position:fixed;right:0;top:0;z-index:1000}.trigger-panel-slide{animation:slideIn .3s ease;background:#fff;border-left:1px solid #d0d7de;box-shadow:-2px 0 8px #0000001a;display:flex;flex-direction:column;height:100vh;overflow:hidden;width:400px}.trigger-panel-header{align-items:center;background:#f6f8fa;border-bottom:1px solid #d0d7de;display:flex;justify-content:space-between;padding:16px 20px}.trigger-panel-header h3{color:#24292f;font-size:16px;font-weight:600;margin:0}.trigger-panel-close{background:none;border:none;border-radius:4px;color:#656d76;cursor:pointer;padding:4px;transition:all .2s ease}.trigger-panel-close:hover{background:#f3f4f6;color:#24292f}.trigger-panel-content{flex:1 1;overflow-y:auto;padding:0}.workflow-actions{display:flex;flex-wrap:wrap;gap:8px}.workflow-actions .activate-workflow-button{justify-content:center;width:100%}.setup-triggers-button{align-items:center;background:#f6f8fa;border:1px solid #d0d7de;border-radius:6px;color:#24292f;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:6px;padding:8px 16px;transition:all .2s ease}.setup-triggers-button:hover{background:#f3f4f6;border-color:#9ca3af}.setup-triggers-button:active{background:#e5e7eb;transform:translateY(1px)}.setup-triggers-button-small{align-items:center;background:#f6f8fa;border:1px solid #d0d7de;border-radius:4px;color:#24292f;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:4px;padding:4px 8px;transition:all .2s ease}.setup-triggers-button-small:hover{background:#f3f4f6;border-color:#9ca3af}.setup-triggers-button-small:active{background:#e5e7eb;transform:translateY(1px)}.content-panel-full{background:#fff;border-left:1px solid #d0d7de;display:flex;flex:1 1;flex-direction:column}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}@media (max-width:768px){.trigger-panel-slide{width:100%}.workflow-actions{flex-direction:column}.setup-triggers-button{justify-content:center;width:100%}}.required-fields-block{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-top:16px;max-width:500px;overflow:hidden}.required-fields-header{align-items:center;background:#f3f4f6;border-bottom:1px solid #e5e7eb;display:flex;gap:8px;padding:12px 16px;-webkit-user-select:none;user-select:none}.required-fields-header span{color:#374151;flex:1 1;font-size:14px;font-weight:500}.required-fields-content{background:#fff;display:flex;flex-direction:column;gap:12px;padding:16px}.required-fields-description{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;color:#6b7280;font-size:13px;line-height:1.4;margin-bottom:8px;padding:8px 12px}.required-field-item{align-items:center;background:#fafafa;border:1px solid #e5e7eb;border-radius:8px;display:flex;justify-content:space-between;padding:12px;transition:all .2s ease}.required-field-item:hover{background:#f3f4f6;border-color:#d1d5db}.required-field-info{display:flex;flex:1 1;flex-direction:column;gap:2px;margin-right:12px}.required-field-name{color:#374151;font-size:14px;font-weight:500}.required-field-id{color:#6b7280;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:12px}.required-field-input{align-items:center;display:flex;min-width:200px}.required-field-input-element{background:#fff;border:1px solid #d1d5db;border-radius:6px;font-size:14px;padding:8px 12px;transition:all .2s ease;width:100%}.required-field-input-element:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.required-field-input-element::placeholder{color:#9ca3af}.realtime-message{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #0ea5e9;border-radius:12px;margin:12px 0;overflow:hidden;position:relative}.realtime-message:before{animation:pulse-gradient 2s ease-in-out infinite;background:linear-gradient(90deg,#0ea5e9,#3b82f6,#6366f1);content:"";height:3px;left:0;position:absolute;right:0;top:0}.realtime-header{align-items:center;background:#0ea5e90d;border-bottom:1px solid #0ea5e91a;display:flex;padding:12px 16px}.realtime-icon{color:#0ea5e9;margin-right:8px}.realtime-title{color:#0c4a6e;font-size:14px;font-weight:600}.realtime-status{align-items:center;color:#0369a1;display:flex;font-size:12px;gap:6px;margin-left:auto}.realtime-content{padding:16px}.realtime-text-chunk{animation:fadeInSlide .3s ease-out;color:#374151;line-height:1.6;margin:8px 0}.realtime-text-chunk:first-child{margin-top:0}.realtime-text-chunk:last-child{margin-bottom:0}.mcp-tools-section{border-top:1px solid #e5e7eb;margin-top:16px;padding-top:16px}.mcp-tools-title{align-items:center;color:#374151;display:flex;font-size:14px;font-weight:600;gap:8px;margin-bottom:12px}.realtime-status-message{align-items:center;border-radius:6px;display:flex;font-size:13px;font-weight:500;gap:8px;margin:8px 0;padding:8px 12px}.realtime-status-message.start{background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8}.realtime-status-message.streaming{background:#f0f9ff;border:1px solid #bae6fd;color:#0369a1}.realtime-status-message.complete{background:#ecfdf5;border:1px solid #bbf7d0;color:#065f46}.realtime-status-message.error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}@keyframes pulse-gradient{0%,to{opacity:1}50%{opacity:.6}}@keyframes fadeInSlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.realtime-typing{align-items:center;color:#6b7280;display:flex;font-style:italic;gap:8px;margin:8px 0}.realtime-typing-dots{display:flex;gap:3px}.realtime-typing-dot{animation:typing-bounce 1.4s ease-in-out infinite;background:#6b7280;border-radius:50%;height:4px;width:4px}.realtime-typing-dot:nth-child(2){animation-delay:.2s}.realtime-typing-dot:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-8px)}}.fullscreen-loader-overlay{align-items:center;background:#ffffffb3;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.fullscreen-loader-spinner{align-items:center;color:#333;display:flex;flex-direction:column;font-size:1.2rem;gap:16px}.spinning{animation:spin 1s linear infinite}.App{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fafbfc;display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;height:100vh;margin:0;overflow:hidden;padding:0;position:relative;width:100vw}.app-content{display:flex;flex:1 1;height:calc(100vh - 47px)}.main-content{background:#fafbfc;flex:1 1;overflow-y:auto}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.app-content{flex-direction:column}.main-content{height:auto}}.auth-container{align-items:center;background:#f8fafc;display:flex;justify-content:center;margin:0 auto;min-height:100vh;width:100%}.auth-container .cl-rootBox{width:-webkit-fit-content;width:fit-content}.auth-container-loading{background:#fff}.auth-container-signin{background:#f8fafc}.loading-screen{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f4f6;border-radius:50%;border-top-color:#3b82f6;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cl-rootBox{width:100%}.cl-card{border:none!important;box-shadow:none!important}
/*# sourceMappingURL=main.7c167dac.css.map*/