@import"https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500&display=swap";:root{--color-bg-primary: #ffffff;--color-bg-secondary: #f4f4f5;--color-bg-sidebar: #ffffff;--color-bg-hover: #f4f4f5;--color-bg-elevated: #ffffff;--color-bg-input: #ffffff;--color-text-primary: #181818;--color-text-secondary: #46484d;--color-text-muted: #71717a;--color-accent-primary: #466cf3;--color-accent-primary-hover: #3558e0;--color-accent-primary-light: #e8ecfe;--color-accent-success: #10b981;--color-accent-success-light: #d1fae5;--color-accent-new: #466cf3;--color-accent-new-light: #e8ecfe;--color-accent-in-progress: #466cf3;--color-accent-warning: #f59e0b;--color-accent-badge: #f83d69;--ease-out: cubic-bezier(.4, 0, .2, 1);--ease-in-out: cubic-bezier(.4, 0, .2, 1);--duration-fast: .15s;--duration-normal: .25s;--duration-slow: .4s;--color-btn-primary: #181818;--color-btn-primary-hover: #27272a;--color-btn-secondary-border: rgba(108, 111, 118, .1);--color-border: rgba(108, 111, 118, .1);--color-border-light: rgba(108, 111, 118, .1);--color-table-border: #e4e4e7;--color-table-border-light: #f1f1f3;--color-table-header-bg: #f4f4f5;--color-table-header-text: var(--color-text-primary);--color-table-header-muted: var(--color-text-muted);--color-table-row-hover: #f4f4f5;--color-table-row-stripe: rgba(244, 244, 245, .5);--shadow-xs: none;--shadow-sm: none;--shadow-md: none;--shadow-lg: none;--shadow-panel: none;--border-elevated: 1.5px solid var(--color-border);--font-sans: "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-heading: "Inter Tight", var(--font-sans);--font-weight-regular: 400;--font-weight-medium: 500;--font-size-h1: 3rem;--letter-spacing-h1: -.01em;--font-mono: ui-monospace, monospace;--letter-spacing-default: 0;--letter-spacing-tight: 0;--letter-spacing-wide: 0;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 10px;--radius-xl: 14px;--radius-2xl: 18px;--radius-field: 8px;--card-padding-sm: .5rem;--card-radius-sm: 6px;--card-padding-md: 1rem;--card-radius-md: 8px;--card-padding-lg: 1.25rem;--card-radius-lg: 20px;--card-padding-xl: 1.5rem;--card-radius-xl: 12px;--section-padding: 36px;--section-inner-radius: 8px;--section-outer-radius: 20px;--input-height: 48px;--sidebar-width: 80px;--sidebar-width-expanded: 260px;--header-height: 56px;--content-min-width: 1400px;--content-max-width: 80%;--detail-panel-width: 400px;--z-dropdown: 1100;--z-modal: 9999;--color-dropdown-bg: #ffffff}.recipient-color-1{--recipient-color: #6366f1}.recipient-color-2{--recipient-color: #10b981}.recipient-color-3{--recipient-color: #f59e0b}.recipient-color-4{--recipient-color: #8b5cf6}.recipient-color-5{--recipient-color: #ec4899}.button-style-02{display:inline-flex;justify-content:center;align-items:center;color:#fff;font-size:15px;font-weight:500;text-decoration:none;border-radius:var(--card-radius-md);position:relative;transition:all .3s ease;min-height:48px}.button-style-02 .button-content-wrapper{border-radius:var(--card-radius-md);display:flex;justify-content:center;padding-bottom:0;position:relative;overflow:hidden}.button-style-02 .button-content-02{z-index:5;background-color:#181818;background-image:none;color:#fff;text-align:center;border-radius:var(--card-radius-md);display:flex;flex-flow:column;justify-content:center;align-items:center;padding:12px 24px;font-size:15px;font-weight:500;transition:all .3s ease;position:relative;overflow:hidden}.button-style-02 .button-content-inner{display:flex;flex-flow:column;justify-content:center;align-items:center;position:relative;overflow:hidden}.button-style-02 .single-button-content-02{position:relative}.button-style-02 .single-button-content-02.hover{position:absolute;bottom:-100%;left:0}.button-style-02 .button-text{z-index:5;color:#fff;font-size:15px;font-weight:500;position:relative;margin:0;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.button-style-02 .button-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.button-style-02 .button-text-inner{display:inline}.button-style-02 .button-hover-background{display:none}.button-style-02 .button-border{display:none;pointer-events:none}.button-style-02 .button-shadow-wrapper{pointer-events:none;display:flex;justify-content:center;position:absolute;top:0;left:0;right:0;z-index:0;opacity:.5}.button-style-02 .button-shadow{pointer-events:none;width:100%;display:block;transform:scale(1.05);opacity:.5;filter:brightness(1) contrast(1)}*,*:before,*:after{box-sizing:border-box}:root,#root,#root *{letter-spacing:0}:root{font-family:var(--font-sans);line-height:1.5;font-weight:400;color:var(--color-text-primary);background-color:var(--color-bg-primary);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;min-height:100dvh;-webkit-tap-highlight-color:transparent;overflow-x:hidden}@media(max-width:768px){button:not(.iconBtn):not(.menuBtn),a[role=button],.navLink,.draggableField{min-height:44px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}#root{min-height:100vh}.page-enter{opacity:0;animation:page-enter .3s ease forwards}@keyframes page-enter{0%{opacity:0}to{opacity:1}}a{color:var(--color-text-primary);text-decoration:none}a:hover{color:var(--color-text-secondary)}h1,h2,h3,h4,h5,h6{font-weight:500}h1{font-family:var(--font-heading);font-size:var(--font-size-h1)}b,strong{font-weight:500}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:inherit}input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):not([type=image]),select{min-height:var(--input-height)}.data-table{width:100%;border-collapse:collapse;font-size:.9375rem}.data-table th{text-align:left;padding:.75rem 1rem;background:transparent;color:var(--color-text-muted);font-weight:500;font-size:.75rem;text-transform:uppercase;letter-spacing:0;border-bottom:var(--border-elevated)}.data-table th:first-child{padding-left:1.25rem}.data-table th:last-child{padding-right:1.25rem}.data-table td{padding:.875rem 1rem;border-bottom:var(--border-elevated);color:var(--color-text-secondary)}.data-table td:first-child{padding-left:1.25rem}.data-table td:last-child{padding-right:1.25rem}.data-table tbody tr{background:var(--color-bg-elevated);transition:background .2s ease}.data-table tbody td:first-child{border-left:3px solid transparent;transition:border-left-color .2s ease}.data-table tbody tr:hover{background:var(--color-table-row-hover)}.data-table tbody tr:hover td:first-child{border-left-color:#181818}@media(max-width:768px){.data-table th,.data-table td{padding:.625rem .75rem;font-size:.875rem}.data-table th:first-child,.data-table td:first-child{padding-left:1rem}.data-table th:last-child,.data-table td:last-child{padding-right:1rem}}.appSectionLabel{display:inline-block;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;color:var(--color-text-secondary);background:var(--color-bg-secondary);border-radius:100px;margin-bottom:.5rem}.sectionCard{padding:var(--section-padding);border-radius:var(--section-outer-radius);background:#fff;border:var(--border-elevated)}.sectionCard.settingsSection{margin-bottom:10px}.sectionCard.settingsSection:last-child{margin-bottom:0}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}._sidebarOverlay_jqy3y_1{display:none;position:fixed;inset:0;background:#0006;z-index:999;opacity:0;transition:opacity var(--duration-normal) var(--ease-out);pointer-events:none}._sidebarOverlay_jqy3y_1[data-open]{display:block;opacity:1;pointer-events:auto}._sidebar_jqy3y_1{position:fixed;left:0;top:0;bottom:0;width:var(--sidebar-width);height:100vh;background:var(--color-bg-sidebar);border-radius:0;border:none;border-right:var(--border-elevated);display:flex;flex-direction:column;flex-shrink:0;transition:width var(--duration-normal) var(--ease-out),transform var(--duration-normal) var(--ease-out);z-index:1000;animation:_sidebarSlideIn_jqy3y_1 .4s var(--ease-out) both}@keyframes _sidebarSlideIn_jqy3y_1{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}._logo_jqy3y_48{display:flex;align-items:center;justify-content:center;padding:.75rem;margin:.5rem .5rem 0;position:relative;cursor:pointer}._logoImg_jqy3y_58{height:28px;width:auto;object-fit:contain;position:relative;z-index:2;transition:transform .2s ease}._logo_jqy3y_48:hover ._logoImg_jqy3y_58{transform:scale(1.08)}._logoConfetti_jqy3y_71{position:absolute;left:50%;top:50%;width:0;height:0;pointer-events:none;z-index:1}._logoConfettiPiece_jqy3y_81{position:absolute;width:4px;height:4px;background:#181818;border-radius:1px;opacity:0;left:50%;top:50%;transform:translate(-50%,-50%) rotate(0);--tx: 0px;--ty: 0px;--dur: .55s}._logo_jqy3y_48:hover ._logoConfettiPiece_jqy3y_81{animation:_sidebarConfetti_jqy3y_1 var(--dur) ease-out forwards}@keyframes _sidebarConfetti_jqy3y_1{0%{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(0)}to{opacity:0;transform:translate(calc(-50% + var(--tx)),calc(-50% + var(--ty))) scale(var(--scale, .5)) rotate(var(--rotate, 0deg))}}@media(prefers-reduced-motion:reduce){._logo_jqy3y_48:hover ._logoConfettiPiece_jqy3y_81{animation:none;opacity:0}}._closeBtn_jqy3y_121{display:none;position:absolute;top:.75rem;right:.75rem;width:2.5rem;height:2.5rem;align-items:center;justify-content:center;color:var(--color-text-secondary);border-radius:var(--radius-md)}._closeBtn_jqy3y_121:hover{background:var(--color-bg-hover);color:var(--color-text-primary)}._nav_jqy3y_139{padding:1.5rem .5rem 1rem;flex:1;display:flex;flex-direction:column;align-items:flex-start}._navGroup_jqy3y_147{margin-bottom:.25rem;width:100%;animation:_navItemFadeIn_jqy3y_1 .4s var(--ease-out) both}._navGroup_jqy3y_147:nth-child(1){animation-delay:.05s}._navGroup_jqy3y_147:nth-child(2){animation-delay:.1s}._navGroup_jqy3y_147:nth-child(3){animation-delay:.15s}._navGroup_jqy3y_147:nth-child(4){animation-delay:.2s}._navGroup_jqy3y_147:nth-child(5){animation-delay:.25s}._navGroup_jqy3y_147:nth-child(6){animation-delay:.3s}@keyframes _navItemFadeIn_jqy3y_1{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}._navLinkWrap_jqy3y_171{position:relative;width:100%}._navLink_jqy3y_171{display:flex;align-items:center;justify-content:center;gap:0;width:100%;min-height:2.75rem;padding:.625rem .5rem;font-size:.9375rem;color:var(--color-text-secondary);transition:background var(--duration-fast) var(--ease-out),color var(--duration-fast) var(--ease-out),transform var(--duration-fast) var(--ease-out);white-space:nowrap;overflow:hidden;box-sizing:border-box;text-align:center}._navLink_jqy3y_171:active{transform:scale(.96)}._navLink_jqy3y_171:hover{color:var(--color-text-primary)}._navLink_jqy3y_171:hover ._navIconWrap_jqy3y_201{background:var(--color-bg-hover);border-color:transparent}._navLink_jqy3y_171:hover ._navIcon_jqy3y_201{color:var(--color-text-primary)}._navLinkActive_jqy3y_210{color:var(--color-text-primary);font-weight:500}._navLinkActive_jqy3y_210 ._navIconWrap_jqy3y_201{background:var(--color-btn-primary);border-color:transparent;box-shadow:none}._navLinkActive_jqy3y_210 ._navIcon_jqy3y_201{color:#fff}._navIcon_jqy3y_201{flex-shrink:0;width:20px;height:20px;color:currentColor;opacity:.8;transition:color .15s,opacity .15s}._navLinkActive_jqy3y_210 ._navIcon_jqy3y_201,._navLink_jqy3y_171:hover ._navIcon_jqy3y_201{opacity:1}._navLabel_jqy3y_239{opacity:0;width:0;overflow:hidden;transition:opacity .2s,width .2s}._tooltip_jqy3y_246{position:absolute;left:calc(100% + .25rem);top:50%;transform:translateY(-50%) translate(-2px);padding:.375rem .75rem;font-size:.8125rem;font-weight:500;color:var(--color-text-primary);background:var(--color-bg-elevated);border-radius:var(--radius-md);border:var(--border-elevated);white-space:nowrap;pointer-events:none;opacity:0;visibility:hidden;transition:opacity var(--duration-fast) var(--ease-out),visibility var(--duration-fast),transform var(--duration-fast) var(--ease-out);z-index:1100;box-shadow:0 2px 8px #00000014}._navLinkWrap_jqy3y_171:hover ._tooltip_jqy3y_246{opacity:1;visibility:visible;transform:translateY(-50%) translate(0)}._navIconWrap_jqy3y_201{position:relative;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2.25rem;height:2.25rem;border-radius:var(--radius-md);border:1.5px solid transparent;transition:background var(--duration-fast) var(--ease-out),border-color var(--duration-fast) var(--ease-out),box-shadow var(--duration-fast) var(--ease-out),transform var(--duration-fast) var(--ease-out)}._navLink_jqy3y_171:hover ._navIconWrap_jqy3y_201{transform:scale(1.05)}._navLinkActive_jqy3y_210 ._navIconWrap_jqy3y_201{transform:none}._badge_jqy3y_294{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;background:var(--color-accent-badge);color:#fff;font-size:.6875rem;font-weight:500;padding:0 .25rem;border-radius:9999px;border:2px solid #ffffff;box-sizing:border-box;z-index:2}@media(prefers-reduced-motion:no-preference){._badge_jqy3y_294{animation:_badgePulse_jqy3y_1 2.5s var(--ease-in-out) infinite}}@keyframes _badgePulse_jqy3y_1{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.95}}._subNav_jqy3y_325{list-style:none;margin:0;padding:0 0 0 2.75rem;max-height:0;overflow:hidden;transition:max-height .2s}._subLink_jqy3y_334{display:block;padding:.375rem 0;font-size:.8125rem;color:var(--color-text-muted);transition:color .15s}._subLink_jqy3y_334:hover,._subLinkActive_jqy3y_343{color:var(--color-text-primary)}._subLinkActive_jqy3y_343{font-weight:500}._fab_jqy3y_351{position:relative;width:48px;height:48px;margin:1rem auto 1.5rem;display:flex;align-items:center;justify-content:center;background:var(--color-btn-primary);color:#fff;border:none;border-radius:50%;cursor:pointer;box-shadow:0 2px 8px #0000001f;transition:transform .25s var(--ease-out),background .25s var(--ease-out),box-shadow .25s var(--ease-out);flex-shrink:0;animation:_fabEntrance_jqy3y_1 .5s var(--ease-out) .3s both}._fabIconDefault_jqy3y_370,._fabIconHover_jqy3y_371{position:absolute;display:flex;align-items:center;justify-content:center;transition:opacity .25s var(--ease-out)}._fabIconHover_jqy3y_371{opacity:0}._fabIconHover_jqy3y_371 svg{width:18px;height:18px}._fab_jqy3y_351:hover ._fabIconDefault_jqy3y_370{opacity:0}._fab_jqy3y_351:hover ._fabIconHover_jqy3y_371{opacity:1}@keyframes _fabEntrance_jqy3y_1{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}._fab_jqy3y_351:hover{transform:scale(1.01);background:var(--color-btn-primary);box-shadow:0 2px 10px #0000002e}._fab_jqy3y_351:active{transform:scale(.98)}@media(max-width:768px){._sidebarOverlay_jqy3y_1{display:block}._sidebarOverlay_jqy3y_1:not([data-open]){display:none}._sidebar_jqy3y_1{position:fixed;top:0;left:0;bottom:0;height:100vh;margin:0;border-radius:0;z-index:1000;border:var(--border-elevated);transform:translate(-100%);width:var(--sidebar-width-expanded)!important;animation:none}._sidebar_jqy3y_1[data-open]{transform:translate(0);transition:transform var(--duration-slow) var(--ease-out)}._closeBtn_jqy3y_121{display:flex}._navLabel_jqy3y_239{opacity:1;width:auto}._subNav_jqy3y_325{max-height:200px}._tooltip_jqy3y_246{display:none}}._rollingNumber_3ijbv_1{display:inline-flex;align-items:center;overflow:hidden;line-height:1}._rollingClip_3ijbv_8{position:relative;display:inline-block;height:1em;width:1ch;min-width:1ch;overflow:hidden;vertical-align:middle;line-height:1}._rollingStrip_3ijbv_19{position:absolute;top:0;left:0;display:flex;flex-direction:column;width:100%;transition:transform 1s cubic-bezier(.16,1,.3,1)}._rollingDigit_3ijbv_29{display:flex;align-items:center;justify-content:center;height:1em;min-height:1em;width:100%;flex-shrink:0;line-height:1;box-sizing:border-box}._rollingChar_3ijbv_41{display:inline-block;line-height:1;vertical-align:middle}._menuBtn_1ij7p_1{display:none;width:2.75rem;height:2.75rem;align-items:center;justify-content:center;color:var(--color-text-secondary);border-radius:var(--radius-md);flex-shrink:0}._menuBtn_1ij7p_1:hover{background:var(--color-bg-hover);color:var(--color-text-primary)}._heroMenuWrap_1ij7p_17{position:relative;display:none}._heroDropdown_1ij7p_22{position:absolute;top:100%;right:0;left:auto;margin-top:.25rem;min-width:220px;max-height:70vh;overflow-y:auto;background:var(--color-dropdown-bg);border:var(--border-elevated);border-radius:var(--radius-md);padding:.5rem;z-index:var(--z-dropdown)}._heroDropdownSection_1ij7p_38{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.5rem}._heroDropdownSection_1ij7p_38:last-child{margin-bottom:0}._heroDropdownLabel_1ij7p_49{font-size:.6875rem;font-weight:500;text-transform:uppercase;color:var(--color-text-muted);padding:.25rem .5rem}._heroDropdown_1ij7p_22 button{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;text-align:left;font-size:.875rem;color:var(--color-text-primary);border-radius:var(--radius-sm)}._heroDropdown_1ij7p_22 button:hover{background:var(--color-bg-hover)}._heroOptionActive_1ij7p_73{background:var(--color-accent-primary-light)!important;color:var(--color-accent-primary);font-weight:500}._heroOptionSwatch_1ij7p_79{width:1rem;height:1rem;border-radius:50%;flex-shrink:0}._heroOptionSwatch_1ij7p_79[data-preset=default]{background:linear-gradient(135deg,#6366f1,#8b5cf6,#ec4899)}._heroOptionSwatch_1ij7p_79[data-preset=indigo]{background:linear-gradient(135deg,#6366f1,#8b5cf6)}._heroOptionSwatch_1ij7p_79[data-preset=green]{background:linear-gradient(135deg,#22c55e,#10b981)}._heroOptionSwatch_1ij7p_79[data-preset=blue]{background:linear-gradient(135deg,#3b82f6,#6366f1)}._heroOptionSwatch_1ij7p_79[data-preset=sunset]{background:linear-gradient(135deg,#f59e0b,#f97316)}._heroOptionSwatch_1ij7p_79[data-preset=rose]{background:linear-gradient(135deg,#ec4899,#a855f7)}._heroOptionSwatch_1ij7p_79[data-preset=minimal]{background:linear-gradient(135deg,#e0e7ff,#c7d2fe)}._heroOptionSwatch_1ij7p_79[data-preset=off]{background:var(--color-border)}._heroOptionLabel_1ij7p_95{flex:1;text-align:left}._heroCheck_1ij7p_100{margin-left:auto;flex-shrink:0;color:var(--color-accent-primary)}._header_1ij7p_106{height:var(--header-height);padding:0 1.25rem;margin-top:0;margin-bottom:0;background:transparent;border-bottom:var(--border-elevated);display:flex;align-items:center;gap:.75rem;flex-shrink:0}._searchWrap_1ij7p_119{width:220px;max-width:260px;flex-shrink:0;position:relative}._searchDropdown_1ij7p_126{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;background:var(--color-dropdown-bg);border:var(--border-elevated);border-radius:var(--radius-md);padding:.5rem;z-index:var(--z-dropdown)}._searchDropdownSection_1ij7p_139{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.5rem}._searchDropdownSection_1ij7p_139:last-child{margin-bottom:0}._searchDropdownLabel_1ij7p_150{font-size:.6875rem;font-weight:500;text-transform:uppercase;color:var(--color-text-muted);padding:.25rem .5rem}._searchDropdown_1ij7p_126 button{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;text-align:left;font-size:.875rem;color:var(--color-text-primary);border-radius:var(--radius-sm)}._searchDropdown_1ij7p_126 button:hover{background:var(--color-bg-hover)}._iconDropdownWrap_1ij7p_174{position:relative}._iconDropdown_1ij7p_174{position:absolute;top:100%;right:0;margin-top:.25rem;min-width:200px;background:var(--color-dropdown-bg);border:var(--border-elevated);border-radius:var(--radius-md);padding:.5rem;z-index:var(--z-dropdown)}._iconDropdown_1ij7p_174 button{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;text-align:left;font-size:.875rem;color:var(--color-text-primary);border-radius:var(--radius-sm)}._iconDropdown_1ij7p_174 button:hover{background:var(--color-bg-hover)}._dropdownEmpty_1ij7p_207{padding:1rem;text-align:center;color:var(--color-text-muted)}._dropdownEmpty_1ij7p_207 p{margin:.5rem 0 .25rem;font-size:.875rem;font-weight:500;color:var(--color-text-secondary)}._dropdownEmpty_1ij7p_207 span{font-size:.8125rem}._teamList_1ij7p_224{padding:.5rem 0;border-bottom:1px solid var(--color-border);margin-bottom:.25rem}._teamListHeader_1ij7p_230{display:flex;align-items:center;justify-content:space-between;padding:0 .75rem .5rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--color-text-muted)}._teamListCount_1ij7p_242{font-size:.75rem;font-weight:500;color:var(--color-text-secondary)}._teamMemberRow_1ij7p_248{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;font-size:.8125rem}._teamMemberAvatar_1ij7p_256{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--color-bg-secondary);color:var(--color-text-secondary);font-weight:500;font-size:.75rem}._teamMemberInfo_1ij7p_270{flex:1;min-width:0;display:flex;flex-direction:column;gap:0}._teamMemberName_1ij7p_278{font-weight:500;color:var(--color-text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._teamMemberEmail_1ij7p_286{font-size:.6875rem;color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._teamMemberRole_1ij7p_294{flex-shrink:0;font-size:.625rem;font-weight:500;text-transform:capitalize;color:var(--color-text-muted)}._teamListMore_1ij7p_302{margin:0;padding:.25rem .75rem;font-size:.75rem;color:var(--color-text-muted)}._upgradeBanner_1ij7p_309{margin:.25rem 0;padding:.625rem .75rem;background:linear-gradient(135deg,#6366f114,#8b5cf60f);border:1px solid rgba(99,102,241,.12);border-radius:var(--radius-sm);display:flex;flex-direction:column;gap:.25rem}._upgradeBadge_1ij7p_320{display:inline-flex;align-self:flex-start;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);padding:.125rem .375rem;border-radius:4px;line-height:1.4}._upgradeText_1ij7p_334{margin:0;font-size:.8125rem;color:var(--color-text-secondary);line-height:1.4}._upgradeLink_1ij7p_341{display:inline-flex;align-items:center;align-self:flex-start;width:auto;gap:.25rem;font-size:.8125rem;font-weight:500;color:#6366f1;background:none;border:none;padding:0;cursor:pointer;transition:color .15s}._upgradeLink_1ij7p_341:hover{color:#4f46e5}._searchIcon_1ij7p_361{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);color:var(--color-text-muted);flex-shrink:0;pointer-events:none}._search_1ij7p_119{width:100%;height:32px;min-height:32px;padding:0 .5rem 0 1.75rem;font-size:.8125rem;border:none;border-radius:var(--radius-md);background:transparent;color:var(--color-text-primary);transition:background .15s}._search_1ij7p_119::placeholder{color:var(--color-text-muted)}._search_1ij7p_119:focus{outline:none;background:#00000008}._actions_1ij7p_393{display:flex;align-items:center;gap:.25rem;margin-left:auto}._iconBtn_1ij7p_400{position:relative;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-md);background:transparent;color:var(--color-text-secondary);border:none;transition:background .15s,color .15s}._iconBtn_1ij7p_400:hover{background:var(--color-bg-hover);color:var(--color-text-primary)}._userMenu_1ij7p_419{position:relative;margin-left:.25rem;padding-left:.5rem;border-left:var(--border-elevated)}._userBtn_1ij7p_426{display:flex;align-items:center;gap:.375rem;padding:.25rem .375rem .25rem .5rem;border-radius:var(--radius-md);transition:background .15s}._userBtn_1ij7p_426:hover{background:var(--color-bg-hover)}._avatar_1ij7p_439{width:1.75rem;height:1.75rem;border-radius:50%;background:#181818;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:500;font-family:var(--font-sans)}._userName_1ij7p_453{font-size:.8125rem;font-weight:500;color:var(--color-text-primary);max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._chevron_1ij7p_463{color:var(--color-text-muted);flex-shrink:0}._dropdown_1ij7p_207{position:absolute;top:100%;right:0;margin-top:0;min-width:180px;background:var(--color-dropdown-bg);border:var(--border-elevated);border-radius:var(--radius-md);padding:.25rem;display:none;z-index:var(--z-dropdown);box-shadow:0 4px 12px #0000000f,0 12px 40px #00000014}._userMenu_1ij7p_419:hover ._dropdown_1ij7p_207,._userMenu_1ij7p_419[data-open] ._dropdown_1ij7p_207{display:block}._planBanner_1ij7p_488{display:flex;flex-direction:column;gap:.375rem;padding:.625rem .75rem;margin-bottom:.25rem;background:var(--color-bg-secondary);border-radius:var(--radius-sm)}._planBannerRow_1ij7p_498{display:flex;align-items:center;gap:.375rem}._planBannerIcon_1ij7p_504{flex-shrink:0;color:var(--color-text-muted)}._planBannerLabel_1ij7p_509{font-size:.75rem;font-weight:500;color:var(--color-text-secondary);text-transform:capitalize}._planBannerEnvelopes_1ij7p_516{display:flex;flex-direction:column;align-items:flex-start;gap:.125rem;min-height:1.75rem;line-height:1;overflow:hidden}._planBannerNumber_1ij7p_526{font-size:1.5rem;font-weight:600;color:var(--color-text-primary);line-height:1;overflow:hidden;display:inline-flex;align-items:baseline}._planBannerEnvelopesText_1ij7p_536{font-size:.6875rem;font-weight:500;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.02em}._dropdown_1ij7p_207 button{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;text-align:left;font-size:.875rem;color:var(--color-text-primary);border-radius:var(--radius-sm)}._dropdownIcon_1ij7p_556{flex-shrink:0;color:var(--color-text-muted)}._dropdown_1ij7p_207 button:hover{background:var(--color-bg-hover)}._notifBadge_1ij7p_566{position:absolute;top:2px;right:2px;min-width:16px;height:16px;padding:0 4px;font-size:.625rem;font-weight:600;line-height:16px;text-align:center;color:#fff;background:#ef4444;border-radius:9999px;pointer-events:none}._notifDropdown_1ij7p_583{min-width:320px;max-height:420px;padding:10px;overflow:hidden;display:flex;flex-direction:column}._notifHeader_1ij7p_592{display:flex;align-items:center;justify-content:space-between;padding:.625rem .75rem;border-bottom:var(--border-elevated);flex-shrink:0}._notifTitle_1ij7p_601{font-size:.8125rem;font-weight:600;color:var(--color-text-primary)}._notifMarkAll_1ij7p_607{font-size:.75rem;font-weight:500;color:var(--color-accent-primary, #6366f1);background:none;border:none;padding:0;cursor:pointer;margin-left:auto;text-align:right}._notifMarkAll_1ij7p_607:hover{text-decoration:underline;background:none}._notifList_1ij7p_624{overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:3px;margin-top:10px}._notifItem_1ij7p_633{display:flex;align-items:flex-start;gap:.625rem;width:100%;padding:.625rem .75rem;text-align:left;font-size:.8125rem;color:var(--color-text-primary);border-radius:0;position:relative;transition:background .12s}._notifItem_1ij7p_633:hover{background:var(--color-bg-hover)}._notifUnread_1ij7p_651{background:#6366f10a}._notifItemIcon_1ij7p_655{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--color-bg-secondary);margin-top:1px}._notifIconSigned_1ij7p_667{color:#22c55e}._notifIconReceived_1ij7p_668{color:#6366f1}._notifIconViewed_1ij7p_669{color:#3b82f6}._notifIconExpired_1ij7p_670{color:#f59e0b}._notifItemBody_1ij7p_672{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}._notifItemText_1ij7p_680{font-size:.8125rem;color:var(--color-text-secondary);line-height:1.4}._notifItemText_1ij7p_680 strong{color:var(--color-text-primary);font-weight:500}._notifItemDoc_1ij7p_691{font-size:.75rem;color:var(--color-text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._notifItemTime_1ij7p_699{flex-shrink:0;font-size:.6875rem;color:var(--color-text-muted);white-space:nowrap;margin-top:2px}._notifDot_1ij7p_707{position:absolute;top:5px;right:5px;width:6px;height:6px;border-radius:50%;background:#6366f1}@media(max-width:768px){._menuBtn_1ij7p_1{display:flex;min-width:44px;min-height:44px}._searchWrap_1ij7p_119{display:none}._iconBtn_1ij7p_400{width:2.25rem;height:2.25rem;min-width:44px;min-height:44px}._userName_1ij7p_453{display:none}._header_1ij7p_106{padding:0 1rem;gap:.5rem;min-height:52px}._userBtn_1ij7p_426{min-height:44px;padding:.375rem .5rem}._userMenu_1ij7p_419{margin-left:0;padding-left:0;border-left:none}}._footer_1ofyl_1{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.75rem;font-size:.75rem;color:var(--color-text-muted);flex-shrink:0;margin-top:auto}._copy_1ofyl_12{flex-shrink:0}._links_1ofyl_16{display:flex;align-items:center;gap:1rem}._footer_1ofyl_1 a{color:var(--color-text-muted);transition:color .15s}._footer_1ofyl_1 a:hover{color:var(--color-text-secondary)}._bottomNav_1cmdc_2{display:none}@media(max-width:768px){._bottomNav_1cmdc_2{display:block;position:fixed;bottom:5px;left:50%;transform:translate(-50%);width:95%;max-width:320px;z-index:1000;padding:.375rem .5rem max(.375rem,env(safe-area-inset-bottom));background:var(--color-bg-elevated);border:var(--border-elevated);border-radius:9999px;box-shadow:0 4px 20px #0000001f,0 2px 8px #0000000f}._navInner_1cmdc_23{display:flex;align-items:center;justify-content:space-around;max-width:480px;margin:0 auto;gap:.125rem}._navItem_1cmdc_32{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.125rem;padding:.25rem;min-height:45px;color:var(--color-text-muted);font-size:.5625rem;font-weight:500;transition:color .15s;-webkit-tap-highlight-color:transparent;border-radius:9999px}._navItem_1cmdc_32:active{background:var(--color-bg-hover)}._navIconWrap_1cmdc_53{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:var(--radius-md);transition:background .15s,color .15s}._navItemActive_1cmdc_63 ._navIconWrap_1cmdc_53{background:var(--color-btn-primary);color:#fff}._navItemActive_1cmdc_63 ._navIconWrap_1cmdc_53 svg{color:#fff}._navItemActive_1cmdc_63{color:var(--color-text-primary)}._navLabel_1cmdc_76{opacity:.9}._fab_1cmdc_80{flex:0 0 auto;width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:var(--color-btn-primary);color:#fff;border:none;border-radius:50%;margin:-.25rem .125rem 0;box-shadow:0 4px 12px #00000026;transition:transform .15s,background .15s;-webkit-tap-highlight-color:transparent}._fab_1cmdc_80:active{transform:scale(.92)}._fab_1cmdc_80:hover{background:var(--color-btn-primary)}}._layout_s06j8_1{display:flex;height:100vh;height:100dvh;position:relative;overflow:hidden;background:var(--color-bg-primary);padding-left:var(--sidebar-width)}._bgBlur_s06j8_11,._bgBlur2_s06j8_12,._bgBlur3_s06j8_13,._bgBlur4_s06j8_14,._bgBlur5_s06j8_15{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;z-index:0;transition:opacity .4s ease;opacity:0}._layout_s06j8_1[data-blur-show=true] ._bgBlur_s06j8_11,._layout_s06j8_1[data-blur-show=true] ._bgBlur2_s06j8_12,._layout_s06j8_1[data-blur-show=true] ._bgBlur3_s06j8_13,._layout_s06j8_1[data-blur-show=true] ._bgBlur4_s06j8_14,._layout_s06j8_1[data-blur-show=true] ._bgBlur5_s06j8_15{opacity:1}._bgBlur_s06j8_11{left:-25vw;top:50%;transform:translateY(-50%);width:50vw;height:100vmin;background:radial-gradient(ellipse 100% 100% at center,rgba(99,102,241,.28) 0%,rgba(139,92,246,.15) 40%,transparent 70%)}._bgBlur2_s06j8_12{left:10%;top:-20%;width:40vmin;height:40vmin;background:radial-gradient(ellipse 100% 100% at center,rgba(34,197,94,.12) 0%,rgba(16,185,129,.06) 50%,transparent 70%)}._bgBlur3_s06j8_13{right:-15%;top:30%;width:55vmin;height:55vmin;background:radial-gradient(ellipse 100% 100% at center,rgba(59,130,246,.15) 0%,rgba(99,102,241,.08) 45%,transparent 70%)}._bgBlur4_s06j8_14{left:40%;bottom:-25%;width:60vmin;height:60vmin;background:radial-gradient(ellipse 100% 100% at center,rgba(245,158,11,.1) 0%,rgba(249,115,22,.05) 50%,transparent 70%)}._bgBlur5_s06j8_15{right:20%;bottom:10%;width:35vmin;height:35vmin;background:radial-gradient(ellipse 100% 100% at center,rgba(236,72,153,.12) 0%,rgba(168,85,247,.06) 50%,transparent 70%)}._layout_s06j8_1[data-bg-preset=off] ._bgBlur_s06j8_11,._layout_s06j8_1[data-bg-preset=off] ._bgBlur2_s06j8_12,._layout_s06j8_1[data-bg-preset=off] ._bgBlur3_s06j8_13,._layout_s06j8_1[data-bg-preset=off] ._bgBlur4_s06j8_14,._layout_s06j8_1[data-bg-preset=off] ._bgBlur5_s06j8_15{opacity:0;pointer-events:none}._layout_s06j8_1[data-bg-preset=indigo] ._bgBlur_s06j8_11{background:radial-gradient(ellipse 100% 100% at center,rgba(99,102,241,.4) 0%,rgba(139,92,246,.25) 50%,transparent 70%)}._layout_s06j8_1[data-bg-preset=indigo] ._bgBlur2_s06j8_12,._layout_s06j8_1[data-bg-preset=indigo] ._bgBlur3_s06j8_13,._layout_s06j8_1[data-bg-preset=indigo] ._bgBlur4_s06j8_14,._layout_s06j8_1[data-bg-preset=indigo] ._bgBlur5_s06j8_15,._layout_s06j8_1[data-bg-preset=green] ._bgBlur_s06j8_11{opacity:0}._layout_s06j8_1[data-bg-preset=green] ._bgBlur2_s06j8_12{left:-10%;top:25%;width:40vmin;height:52vmin;background:radial-gradient(ellipse 100% 100% at center,rgba(34,197,94,.35) 0%,rgba(16,185,129,.2) 50%,transparent 70%)}._layout_s06j8_1[data-bg-preset=green] ._bgBlur3_s06j8_13,._layout_s06j8_1[data-bg-preset=green] ._bgBlur4_s06j8_14,._layout_s06j8_1[data-bg-preset=green] ._bgBlur5_s06j8_15,._layout_s06j8_1[data-bg-preset=blue] ._bgBlur_s06j8_11,._layout_s06j8_1[data-bg-preset=blue] ._bgBlur2_s06j8_12{opacity:0}._layout_s06j8_1[data-bg-preset=blue] ._bgBlur3_s06j8_13{background:radial-gradient(ellipse 100% 100% at center,rgba(59,130,246,.4) 0%,rgba(99,102,241,.25) 50%,transparent 70%)}._layout_s06j8_1[data-bg-preset=blue] ._bgBlur4_s06j8_14,._layout_s06j8_1[data-bg-preset=blue] ._bgBlur5_s06j8_15,._layout_s06j8_1[data-bg-preset=sunset] ._bgBlur_s06j8_11,._layout_s06j8_1[data-bg-preset=sunset] ._bgBlur2_s06j8_12,._layout_s06j8_1[data-bg-preset=sunset] ._bgBlur3_s06j8_13{opacity:0}._layout_s06j8_1[data-bg-preset=sunset] ._bgBlur4_s06j8_14{background:radial-gradient(ellipse 100% 100% at center,rgba(245,158,11,.35) 0%,rgba(249,115,22,.2) 50%,transparent 70%)}._layout_s06j8_1[data-bg-preset=sunset] ._bgBlur5_s06j8_15,._layout_s06j8_1[data-bg-preset=rose] ._bgBlur_s06j8_11,._layout_s06j8_1[data-bg-preset=rose] ._bgBlur2_s06j8_12,._layout_s06j8_1[data-bg-preset=rose] ._bgBlur3_s06j8_13,._layout_s06j8_1[data-bg-preset=rose] ._bgBlur4_s06j8_14{opacity:0}._layout_s06j8_1[data-bg-preset=rose] ._bgBlur5_s06j8_15{background:radial-gradient(ellipse 100% 100% at center,rgba(236,72,153,.35) 0%,rgba(168,85,247,.2) 50%,transparent 70%)}._layout_s06j8_1[data-bg-preset=minimal] ._bgBlur_s06j8_11{background:radial-gradient(ellipse 100% 100% at center,rgba(99,102,241,.15) 0%,transparent 60%)}._layout_s06j8_1[data-bg-preset=minimal] ._bgBlur2_s06j8_12,._layout_s06j8_1[data-bg-preset=minimal] ._bgBlur3_s06j8_13,._layout_s06j8_1[data-bg-preset=minimal] ._bgBlur4_s06j8_14,._layout_s06j8_1[data-bg-preset=minimal] ._bgBlur5_s06j8_15{opacity:0}._main_s06j8_169{flex:1;display:flex;flex-direction:column;padding-top:0;min-width:0;min-height:0;width:100%;position:relative;z-index:1;margin:0}._main_s06j8_169[data-full-width]{min-width:0;max-width:none}._main_s06j8_169[data-sidebar-hidden]{margin-left:0}._layout_s06j8_1[data-sidebar-hidden]{padding-left:0}@media(max-width:1439px){._main_s06j8_169{min-width:0}}@media(max-width:768px){._layout_s06j8_1{padding-left:0}._main_s06j8_169{margin-left:0;min-width:0;max-width:none}}._content_s06j8_214{flex:1;min-width:0;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;background:transparent;display:flex;flex-direction:column}._pageWrap_s06j8_225{flex:0 0 auto;width:100%;min-width:0;box-sizing:border-box}@media(max-width:768px){._pageWrap_s06j8_225{padding-bottom:env(safe-area-inset-bottom,0)}}._pageWrap_s06j8_225[data-full-width]{max-width:none}._contentEnter_s06j8_243{opacity:0;animation:_contentIn_s06j8_1 .3s ease forwards}@keyframes _contentIn_s06j8_1{0%{opacity:0}to{opacity:1}}._banner_frm8u_1{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:var(--color-bg-elevated);border-top:var(--border-elevated);padding:1rem 2rem}._content_frm8u_12{max-width:var(--content-max-width);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}._text_frm8u_22{flex:1;min-width:280px;margin:0;font-size:.9375rem;color:var(--color-text-primary);line-height:1.5}._link_frm8u_31{color:var(--color-accent-primary);text-decoration:underline}._link_frm8u_31:hover{color:var(--color-accent-primary-hover)}._actions_frm8u_40{display:flex;gap:.75rem;flex-shrink:0}._btnDecline_frm8u_46{padding:.5rem 1rem;font-size:.9375rem;font-weight:500;background:transparent;color:var(--color-text-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);cursor:pointer}._btnDecline_frm8u_46:hover{background:var(--color-bg-hover);color:var(--color-text-primary)}._btnAccept_frm8u_62{padding:.5rem 1rem;font-size:.9375rem;font-weight:500;background:var(--color-btn-primary);color:#fff;border:none;border-radius:var(--radius-md);cursor:pointer}._btnAccept_frm8u_62:hover{background:var(--color-btn-primary-hover)}@media(max-width:640px){._banner_frm8u_1{padding:1rem;padding-bottom:max(1rem,env(safe-area-inset-bottom))}._content_frm8u_12{flex-direction:column;align-items:stretch;max-width:none}._text_frm8u_22{min-width:0}._actions_frm8u_40{justify-content:flex-end}._btnDecline_frm8u_46,._btnAccept_frm8u_62{min-height:44px}}._page_hqg7w_1{padding:1.5rem 1.75rem .5rem;max-width:100%;margin:0 auto;min-width:0}._header_hqg7w_8{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;margin-bottom:1.25rem}._createBtnMock_hqg7w_18{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9375rem;font-weight:500;color:#fff;background:var(--color-btn-primary);border-radius:var(--radius-md);pointer-events:none}._sectionLabel_hqg7w_31{display:inline-block;padding:.375rem .75rem;font-size:.8125rem;font-weight:500;color:var(--color-text-secondary);background:var(--color-bg-secondary);border-radius:100px;margin-bottom:.5rem}._title_hqg7w_42{font-family:var(--font-heading);font-size:var(--font-size-h1);font-weight:500;letter-spacing:var(--letter-spacing-h1);margin:0 0 .25rem;color:var(--color-text-primary)}._sub_hqg7w_51{font-size:.9375rem;color:var(--color-text-secondary);margin:0}._btnPrimary_hqg7w_57{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:var(--color-btn-primary);color:#fff;font-weight:500;font-size:.9375rem;border:none;border-radius:var(--card-radius-md);transition:background .2s;text-decoration:none}._btnPrimary_hqg7w_57:hover{background:var(--color-btn-primary-hover);color:#fff}._gamificationBanner_hqg7w_77{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:var(--card-padding-md) var(--card-padding-lg);background:var(--color-bg-elevated);border:var(--border-elevated);border-radius:var(--card-radius-lg);animation:_gamificationFadeIn_hqg7w_1 .5s var(--ease-out) .2s both}@keyframes _gamificationFadeIn_hqg7w_1{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}._gamificationProgress_hqg7w_101{flex:1;min-width:200px}._gamificationHeader_hqg7w_106{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}._gamificationIcon_hqg7w_113{color:var(--color-accent-primary);flex-shrink:0}._gamificationLabel_hqg7w_118{font-size:.875rem;font-weight:500;color:var(--color-text-primary)}._gamificationCount_hqg7w_124{margin-left:auto;font-size:.8125rem;color:var(--color-text-muted)}._progressBar_hqg7w_130{height:6px;margin:.375rem 0;background:var(--color-bg-secondary);border-radius:9999px;overflow:hidden}._progressFill_hqg7w_138{height:100%;background:var(--color-accent-primary);border-radius:9999px;transition:width var(--duration-slow) var(--ease-out)}._gamificationMilestone_hqg7w_145{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--color-accent-primary-light);color:var(--color-accent-primary);font-size:.8125rem;font-weight:500;border-radius:var(--card-radius-sm)}._gamificationMilestone_hqg7w_145 svg{flex-shrink:0}._stats_hqg7w_161{display:grid;grid-template-columns:repeat(4,1fr);row-gap:10px;column-gap:1rem;margin-bottom:1.25rem}@media(max-width:1100px){._stats_hqg7w_161{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){._stats_hqg7w_161{grid-template-columns:1fr}}._statCard_hqg7w_181{position:relative;display:flex;flex-direction:column;background:var(--color-bg-elevated);padding:var(--card-padding-lg);border-radius:var(--card-radius-lg);border:var(--border-elevated);animation:_statCardFadeIn_hqg7w_1 .5s ease-out forwards;opacity:0;transform:translateY(12px)}._statIconWrap_hqg7w_194{position:absolute;top:var(--card-padding-lg);right:var(--card-padding-lg);flex-shrink:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:var(--card-radius-md);background:var(--color-bg-secondary);color:var(--color-text-secondary)}._statIcon_hqg7w_194{flex-shrink:0}._statBody_hqg7w_213{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}._statBody_hqg7w_213 ._statBadge_hqg7w_221,._statBody_hqg7w_213 ._statBadgeLink_hqg7w_222{margin-top:auto;padding-top:.25rem}._statLabel_hqg7w_227{font-size:.8125rem;color:var(--color-text-secondary);font-weight:500;line-height:1.2}._statValue_hqg7w_234{font-size:2.25rem;font-weight:600;font-family:var(--font-sans);color:var(--color-text-primary);line-height:1;display:inline-flex;align-items:center}._statBadge_hqg7w_221{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;gap:.25rem;padding:.25rem .5rem;font-size:.6875rem;font-weight:500;text-transform:uppercase;letter-spacing:0;border-radius:var(--radius-sm);background:var(--color-accent-primary-light);color:var(--color-accent-primary)}._statBadgeLink_hqg7w_222{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .5rem;font-size:.6875rem;font-weight:500;text-transform:uppercase;letter-spacing:0;border-radius:var(--radius-sm);background:var(--color-bg-secondary);color:var(--color-text-secondary);transition:background .15s,color .15s}._statBadgeLink_hqg7w_222:hover{background:var(--color-bg-hover);color:var(--color-text-primary)}@keyframes _statCardFadeIn_hqg7w_1{to{opacity:1;transform:translateY(0)}}._section_hqg7w_31{background:var(--color-bg-elevated);border:var(--border-elevated);border-radius:var(--card-radius-lg);overflow:hidden}._sectionHeader_hqg7w_294{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;padding:.625rem 1.25rem;border-bottom:var(--border-elevated)}._sectionTitle_hqg7w_304{display:inline-flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:500;margin:0;color:var(--color-text-primary)}._sectionTitleIcon_hqg7w_314{flex-shrink:0;color:var(--color-text-muted)}._sectionTitleCount_hqg7w_319{font-size:.9375rem;font-weight:500;color:var(--color-text-muted)}._filterControls_hqg7w_325{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}._filterGroup_hqg7w_332{display:inline-flex;align-items:center;gap:.5rem;padding:0 .75rem;background:var(--color-bg-elevated);border:var(--border-elevated);border-radius:var(--card-radius-md);min-height:36px}._filterIcon_hqg7w_343{flex-shrink:0;color:var(--color-text-muted)}._filterSelect_hqg7w_348{padding:.375rem 1.5rem .375rem 0;font-size:.875rem;font-weight:500;color:var(--color-text-primary);background:transparent;border:none;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .5rem center;min-width:8rem}._filterSelect_hqg7w_348:focus{outline:none}._filterGroup_hqg7w_332:focus-within{border-color:var(--color-accent-primary);box-shadow:0 0 0 2px var(--color-accent-primary-light)}._sectionBody_hqg7w_372{padding:1.25rem}._tableWrap_hqg7w_376{overflow-x:auto;-webkit-overflow-scrolling:touch;background:var(--color-bg-elevated)}._docRow_hqg7w_382{cursor:pointer}._docLink_hqg7w_386{font-weight:500;color:var(--color-text-primary)}._docLink_hqg7w_386:hover{color:var(--color-accent-primary)}._owner_hqg7w_395{font-size:.8125rem;color:var(--color-text-muted);margin:.25rem 0 0}._badge_hqg7w_401{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .5rem;border-radius:var(--radius-sm);font-size:.8125rem;font-weight:500;border:none}._badgeIcon_hqg7w_412{flex-shrink:0}._badgeButton_hqg7w_416{background:inherit;color:inherit;font:inherit;cursor:pointer;text-align:left}._badgeButton_hqg7w_416:hover{opacity:.9}._statusDraft_hqg7w_428{background:#71717a1f;color:#52525b}._statusSent_hqg7w_433{background:#466cf31f;color:#3558e0}._statusInProgress_hqg7w_438{background:#10b9811f;color:#059669}._statusInProgress_hqg7w_438 ._badgeIcon_hqg7w_412{animation:_badgeSpin_hqg7w_1 1.2s linear infinite}@keyframes _badgeSpin_hqg7w_1{to{transform:rotate(360deg)}}._statusCompleted_hqg7w_451{background:#10b98124;color:#047857}._statusVoided_hqg7w_456{background:#ef44441f;color:#b91c1c}._statusExpired_hqg7w_461{background:#f59e0b24;color:#b45309}._muted_hqg7w_466{color:var(--color-text-muted);font-size:.875rem}._rowActions_hqg7w_471{display:inline-flex;align-items:center;gap:20px;transition:opacity .2s var(--ease-out)}._viewLink_hqg7w_478{font-size:.875rem;font-weight:500;color:var(--color-accent-primary);background:none;border:none;padding:0;cursor:pointer;font-family:inherit}._viewLink_hqg7w_478:hover{text-decoration:underline}._deleteRowBtn_hqg7w_493{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:var(--radius-md);background:transparent;color:var(--color-text-muted);cursor:pointer;opacity:0;transform:scale(.9);transition:opacity .2s var(--ease-out),transform .2s var(--ease-out),background .2s,color .2s}._docRow_hqg7w_382:hover ._deleteRowBtn_hqg7w_493{opacity:1;transform:scale(1)}._deleteRowBtn_hqg7w_493:hover{background:var(--color-bg-hover);color:var(--color-accent-danger, #dc2626)}._more_hqg7w_520{padding:.875rem 1.25rem;border-top:var(--border-elevated);font-size:.9375rem;margin:0}._more_hqg7w_520 a{color:var(--color-accent-primary)}._emptyPage_hqg7w_532{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:calc(100vh - 120px);padding:2rem;gap:1.5rem;animation:_emptyPageFadeIn_hqg7w_1 .6s ease-out both}@keyframes _emptyPageFadeIn_hqg7w_1{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}._emptyPageIconWrap_hqg7w_555{position:relative;display:inline-block;cursor:pointer}._emptyPageConfetti_hqg7w_561{position:absolute;left:50%;top:50%;width:0;height:0;pointer-events:none;z-index:1}._emptyPageConfettiPiece_hqg7w_571{position:absolute;width:10px;height:10px;background:#0a0a0a;border-radius:2px;opacity:0;left:50%;top:50%;transform:translate(-50%,-50%) rotate(0);--tx: 0px;--ty: 0px;--dur: .55s;box-shadow:0 0 0 1px #0000001a}._emptyPageIconWrap_hqg7w_555:hover ._emptyPageConfettiPiece_hqg7w_571{animation:_emptyPageConfetti_hqg7w_561 var(--dur) ease-out forwards}@keyframes _emptyPageConfetti_hqg7w_561{0%{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(0)}to{opacity:0;transform:translate(calc(-50% + var(--tx)),calc(-50% + var(--ty))) scale(var(--scale, .5)) rotate(var(--rotate, 0deg))}}@media(prefers-reduced-motion:reduce){._emptyPageIconWrap_hqg7w_555:hover ._emptyPageConfettiPiece_hqg7w_571{animation:none;opacity:0}}._emptyPageIcon_hqg7w_555{position:relative;z-index:2;width:160px;height:auto;opacity:1;display:block}._emptyPageTitle_hqg7w_621{font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2rem);font-weight:500;color:var(--color-text-primary);margin:0;line-height:1.2}._emptyPageSub_hqg7w_630{font-size:1rem;color:var(--color-text-secondary);margin:0;max-width:400px;line-height:1.5}._emptyPageBtn_hqg7w_638{display:inline-flex;align-items:center;justify-content:center;gap:.625rem;padding:1rem 2rem;background:#000;color:#fff;font-family:var(--font-sans);font-size:1.0625rem;font-weight:600;border:none;border-radius:14px;cursor:pointer;text-decoration:none;transition:background .2s,transform .15s;margin-top:.5rem}._emptyPageBtn_hqg7w_638:hover{background:#222;color:#fff;transform:scale(1.02)}._emptyPageBtn_hqg7w_638:active{transform:scale(.98)}@media(max-width:768px){._page_hqg7w_1{padding:1rem}._header_hqg7w_8{flex-direction:column;align-items:stretch;gap:.75rem;margin-bottom:1.25rem}._btnPrimary_hqg7w_57{width:100%;justify-content:center;min-height:48px}._stats_hqg7w_161{margin-bottom:1.5rem}._statCard_hqg7w_181{padding:var(--card-padding-md)}._statValue_hqg7w_234{font-size:1.5rem}._sectionHeader_hqg7w_294{flex-direction:column;align-items:stretch;gap:.75rem;padding:1rem}._sectionTitle_hqg7w_304{font-size:1rem}._filterControls_hqg7w_325{width:100%;flex-direction:column}._filterGroup_hqg7w_332{width:100%}._filterSelect_hqg7w_348{flex:1;min-width:0}._more_hqg7w_520{padding:.75rem 1rem;font-size:.875rem}}@media(max-width:480px){._page_hqg7w_1{padding:.75rem}._title_hqg7w_42{font-size:1.5rem}._statValue_hqg7w_234{font-size:2rem}._statMain_hqg7w_742{flex-direction:column;align-items:flex-start;gap:.5rem}}html{scroll-behavior:smooth}.sections,.sections *{font-family:"Inter Tight",var(--font-sans),-apple-system,BlinkMacSystemFont,sans-serif}.sections *{font-weight:500!important}.sections .section-label,.sections .section-subtitle,.sections .feature-card-subtitle,.sections .hero-subtitle,.sections p{font-weight:400!important}.sections .section-label,body.salix-landing-active,.sections,.sections *{letter-spacing:0}.sections .feature-card-title,.sections .unique-page-title,.sections .display-h1,.sections h1,.sections h2,.sections h3,.sections h4{font-weight:500}.sections .feature-card-title{font-size:24px;line-height:140%;letter-spacing:-1px}.sections .hero-title{font-size:74px;line-height:75px;letter-spacing:-1%;font-weight:600!important;padding-top:20px;padding-bottom:20px;max-width:800px}.sections .hero-section.home-01 .hero-title{font-size:clamp(48px,5.5vw,68px);line-height:75px;letter-spacing:-1%;max-width:750px;width:750px}.sections .hero-section.home-01 .hero-top-content-wrapper.home-01{max-width:750px}.sections .hero-section.home-01.max-width{position:relative;overflow:hidden;margin-left:0;margin-right:0;padding-left:0;padding-right:0;width:100%;max-width:none}.sections .hero-bubbles{position:absolute;inset:0;pointer-events:none;z-index:0}.sections .hero-bubble{position:absolute;width:700px;height:700px;border-radius:50%;filter:blur(100px);opacity:.5}.sections .hero-bubble-1{top:-350px;left:-200px;background:#8c8c9180}.sections .hero-bubble-2{top:-400px;right:-150px;background:#c8c8cd80}.sections .hero-bubble-3{top:-200px;left:50%;transform:translate(-50%);background:#e6e6eb73}.hero-image-section{position:relative;width:100%;display:flex;justify-content:center;padding-left:0;padding-right:0;margin-top:0}.hero-image-section .line-wrapper{position:absolute;inset:0;width:100%;max-width:none;margin:0;pointer-events:none;z-index:0}.hero-image-section .line-wrapper .line{background-color:#6c6f760f;width:2px;min-width:2px;height:100%;position:absolute;top:0;pointer-events:none}.hero-image-section .line-wrapper .line{left:3%}.hero-image-section .line-wrapper .line.right{right:3%;left:auto}.hero-image-section .hero-image-wrapper.home-01{width:95vw;max-width:1500px;margin-left:auto;margin-right:auto}.sections .hero-image-wrapper.home-01,.hero-image-section .hero-image-wrapper.home-01{position:relative;overflow:hidden}.sections .hero-image-wrapper.home-01:after,.hero-image-section .hero-image-wrapper.home-01:after{content:"";position:absolute;bottom:0;left:0;right:0;height:30%;background:linear-gradient(to top,var(--neutral-01, #fff) 0%,transparent 100%);pointer-events:none}.sections.theme-inner-pages{position:relative;background:var(--neutral-01, #fff)}.sections.theme-inner-pages .page-bg-bubbles{position:absolute;inset:0;pointer-events:none;z-index:0}.sections.theme-inner-pages .page-bubble{position:absolute;width:700px;height:700px;border-radius:50%;filter:blur(100px);opacity:.5}.sections.theme-inner-pages .page-bubble-1{top:-350px;left:-200px;background:#8c8c9180}.sections.theme-inner-pages .page-bubble-2{top:-400px;right:-150px;background:#c8c8cd80}.sections.theme-inner-pages .page-bubble-3{top:-200px;left:50%;transform:translate(-50%);background:#e6e6eb73}.sections.theme-inner-pages>*:not(.page-bg-bubbles){position:relative;z-index:1}.sections.theme-inner-pages .hero-title,.sections.theme-inner-pages .section-subtitle,.sections.theme-inner-pages .section-title,.sections.theme-inner-pages .pricing-section .pricing-title,.sections.theme-inner-pages .pricing-section .pricing-subtitle,.sections.theme-inner-pages .pricing-section .price,.sections.theme-inner-pages .pricing-section .price-label,.sections.theme-inner-pages .pricing-section .pricing-feature-title,.sections.theme-inner-pages .pricing-section .pricing-feature-text,.sections.theme-inner-pages .pricing-section .pricing-duration{color:#060709}.hero-dashboard-mockup{width:100%;max-height:650px;background:var(--neutral-01, #fff);border:1.5px solid rgba(108,111,118,.08);border-radius:20px;box-shadow:0 4px 24px #0000000f;overflow:hidden}.hero-dashboard-mockup--full{display:flex;min-height:380px}.hero-mockup-sidebar{width:56px;flex-shrink:0;background:#fff;border-right:1px solid rgba(108,111,118,.08);padding:12px 0;display:flex;flex-direction:column;align-items:center;gap:4px}.hero-mockup-sidebar-logo{display:flex;align-items:center;justify-content:center;margin-bottom:8px}.hero-mockup-sidebar-logo-img{height:24px;width:auto;object-fit:contain}.hero-mockup-sidebar-nav{display:flex;flex-direction:column;gap:2px}.hero-mockup-nav-item{display:flex;align-items:center;justify-content:center;gap:6px;width:40px;height:40px;border-radius:10px;color:var(--neutral-03, #6c6f76);font-size:.75rem;position:relative}.hero-mockup-nav-item--active{background:#000;color:#fff}.hero-mockup-nav-item span:first-of-type{display:none}.hero-mockup-nav-badge{position:absolute;top:4px;right:4px;min-width:14px;height:14px;padding:0 4px;font-size:.625rem;font-weight:500;background:#e11d48;color:#fff;border-radius:999px;display:flex;align-items:center;justify-content:center}.hero-mockup-main{flex:1;min-width:0;display:flex;flex-direction:column}.hero-mockup-topbar{height:52px;flex-shrink:0;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(108,111,118,.08);background:var(--neutral-01, #fff)}.hero-mockup-search{display:flex;align-items:center;gap:8px;height:33px;padding:0 12px;background:var(--neutral-02, #f2f2f3);border-radius:8px;font-size:.8125rem;color:var(--neutral-03, #6c6f76);max-width:200px}.hero-mockup-search svg{flex-shrink:0;opacity:.7}.hero-mockup-topbar-actions{display:flex;align-items:center;gap:4px}.hero-mockup-icon-btn{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--neutral-03, #6c6f76);cursor:default;position:relative;transition:background .15s}.hero-mockup-icon-btn--notif .hero-mockup-notif-dot{position:absolute;top:6px;right:6px;width:7px;height:7px;border-radius:50%;background:#ef4444;border:1.5px solid #fff}.hero-mockup-chevron{color:var(--neutral-03, #6c6f76);flex-shrink:0}.hero-mockup-user{display:flex;align-items:center;gap:8px;font-size:.8125rem;color:var(--neutral-04, #181818);margin-left:4px;padding-left:8px;border-left:1px solid rgba(108,111,118,.1)}.hero-mockup-avatar{width:28px;height:28px;border-radius:50%;background:var(--neutral-04, #181818);color:#fff;font-size:.625rem;font-weight:500;display:flex;align-items:center;justify-content:center}.hero-mockup-username{font-weight:500}.hero-mockup-content{flex:1;padding:12px 16px 16px;overflow:hidden}.hero-mockup-content .page{padding:.75rem 1rem;margin-bottom:0}.hero-mockup-stats-compact{gap:.5rem!important;margin-bottom:1rem!important}.hero-mockup-stats-compact>div{padding:.625rem .75rem!important;gap:6px!important}.hero-mockup-page-label{font-size:.6875rem;font-weight:500;color:var(--neutral-03, #6c6f76);text-transform:uppercase;letter-spacing:.03em;margin-bottom:2px}.hero-mockup-page-title{font-size:1.25rem;font-weight:500;margin:0 0 14px;color:var(--neutral-04, #181818)}.hero-mockup-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:16px}.hero-mockup-stat-card{background:var(--neutral-02, #f2f2f3);border-radius:10px;padding:12px 14px;border:1px solid rgba(108,111,118,.06)}.hero-mockup-stat-head{display:flex;align-items:center;gap:6px;font-size:.6875rem;font-weight:500;color:var(--neutral-03, #6c6f76);margin-bottom:6px}.hero-mockup-stat-head svg{flex-shrink:0;opacity:.8}.hero-mockup-stat-value{font-size:1.125rem;font-weight:500;color:var(--neutral-04, #181818)}.hero-mockup-stat-badge{font-size:.6875rem;color:var(--neutral-03, #6c6f76);margin-top:2px}.hero-mockup-stat-bar{height:4px;background:#6c6f761f;border-radius:2px;margin-top:8px;overflow:hidden}.hero-mockup-stat-bar-fill{height:100%;background:var(--theme-color-02, #466cf3);border-radius:2px;transition:width .2s ease}.hero-mockup-card{background:var(--neutral-02, #f2f2f3);border-radius:12px;overflow:hidden;border:1px solid rgba(108,111,118,.06)}.hero-mockup-card-header{padding:10px 14px;border-bottom:1px solid rgba(108,111,118,.08)}.hero-mockup-card-title{display:flex;align-items:center;gap:8px;font-size:.875rem;font-weight:500;margin:0;color:var(--neutral-04, #181818)}.hero-mockup-card-title svg{color:var(--neutral-03, #6c6f76);flex-shrink:0}.hero-mockup-card-count{margin-left:auto;font-size:.75rem;font-weight:500;color:var(--neutral-03, #6c6f76);background:#fffc;padding:2px 8px;border-radius:6px}.hero-mockup-table-wrap{overflow:hidden}.hero-mockup-table{width:100%;border-collapse:collapse;font-size:.75rem}.hero-mockup-table th{text-align:left;padding:8px 14px;font-weight:500;color:var(--neutral-03, #6c6f76);background:#fff9;border-bottom:1px solid rgba(108,111,118,.08)}.hero-mockup-table td{padding:8px 14px;border-bottom:1px solid rgba(108,111,118,.06);color:var(--neutral-04, #181818)}.hero-mockup-table tbody tr:last-child td{border-bottom:none}.hero-mockup-doc-title{font-weight:500}.hero-mockup-badge{display:inline-flex;align-items:center;gap:4px;padding:3px 6px;border-radius:6px;font-size:.6875rem;font-weight:500}.hero-mockup-badge--completed{background:#22c55e1f;color:#15803d}.hero-mockup-badge--sent{background:#3b82f61f;color:#1d4ed8}.hero-mockup-badge--in_progress{background:#eab3081f;color:#a16207}.hero-mockup-muted{color:var(--neutral-03, #6c6f76)}.sections .hero-section.home-01 .line-wrapper{z-index:1}.sections .hero-section.home-01 .w-layout-blockcontainer{position:relative;z-index:1}.sections .feature-section .line-wrapper{z-index:0}.sections .feature-section .w-layout-blockcontainer{position:relative;z-index:1}.sections .line-wrapper{position:absolute;max-width:none;width:100%;inset:0;margin-left:0;margin-right:0;pointer-events:none}.sections .line-wrapper .line{background-color:#6c6f760f;width:2px;min-width:2px;height:100%;position:absolute;top:0;pointer-events:none}.sections .line{left:3%}.sections .line.right{right:3%;left:auto}.sections .cta-section,.sections .cta-section *{letter-spacing:0}.sections .cta-section.max-width{position:relative}.sections .cta-section.max-width>.line-wrapper{position:absolute;width:100vw;left:50%;transform:translate(-50%);max-width:none;top:0;bottom:0;pointer-events:none}.header.theme-header{position:fixed;top:0;left:0;right:0;z-index:100;border-bottom:none;transition:border-bottom-color .25s ease}.header.theme-header:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background:linear-gradient(to bottom,#ffffffa6,#ffffff40,#fff0);-webkit-mask-image:linear-gradient(to bottom,black 0%,transparent 100%);mask-image:linear-gradient(to bottom,black 0%,transparent 100%)}.header.theme-header.header-scrolled:before{background:linear-gradient(to bottom,#f4f4f5fa,#f4f4f5eb,#f4f4f500)}.header.theme-header .main-container.header-bar{position:relative;z-index:1;background-color:#fff;transition:background-color .25s ease;color:#060709}.header.theme-header.header-scrolled .main-container.header-bar{background-color:#f4f4f5}.header.theme-header.header-scrolled{border-bottom-color:transparent}.header.theme-header .main-container.header-bar .single-nav,.header.theme-header .main-container.header-bar .nav-join-link,.header.theme-header .main-container.header-bar .single-nav:hover,.header.theme-header .main-container.header-bar .single-nav.w--current,.header.theme-header .main-container.header-bar .nav-join-link:hover{color:#060709}.header.theme-header .site-logo,.header.theme-header .nav-logo img{max-height:42.5px}.header.theme-header .nav-logo-wrap{position:relative;display:inline-block;overflow:visible;padding-right:12px}.header.theme-header .menu-item-wrapper{padding-left:12px}.header.theme-header .single-nav{display:inline-flex;align-items:center;gap:.35em;color:var(--neutral-04, #181818);text-decoration:none;padding:.5em 0;transition:color .2s ease,transform .2s ease}.header.theme-header .single-nav .single-nav-icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;transition:background-color .2s ease,color .2s ease}.header.theme-header .single-nav:hover .single-nav-icon-wrap,.header.theme-header .single-nav.w--current .single-nav-icon-wrap{background-color:var(--neutral-04, #181818)}.header.theme-header .single-nav:hover .single-nav-icon-wrap .single-nav-icon,.header.theme-header .single-nav.w--current .single-nav-icon-wrap .single-nav-icon{color:#fff}.header.theme-header .single-nav:hover,.header.theme-header .single-nav.w--current{color:var(--neutral-04, #181818);text-decoration:none;transform:translateY(-1px)}.header.theme-header .button-style-01:hover{transform:scale(1.04);color:var(--neutral-01, #fff)}.header.theme-header .button-style-01:hover .button-icon-01,.header.theme-header .button-style-01:hover .button-icon-01 svg{color:var(--neutral-01, #fff)!important}.header.theme-header .button-style-01:hover .button-text-style-01{color:var(--neutral-01, #fff)!important}.sections .header{position:fixed;top:0;left:0;right:0;z-index:100;border-bottom:none;transition:border-bottom-color .25s ease}.sections .header:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background:linear-gradient(to bottom,#ffffffa6,#ffffff40,#fff0);-webkit-mask-image:linear-gradient(to bottom,black 0%,transparent 100%);mask-image:linear-gradient(to bottom,black 0%,transparent 100%)}.sections .header.header-scrolled:before{background:linear-gradient(to bottom,#f4f4f5fa,#f4f4f5eb,#f4f4f500)}.sections .header .main-container.header-bar{position:relative;z-index:1;background-color:#fff;transition:background-color .25s ease;color:#060709}.sections .header.header-scrolled .main-container.header-bar{background-color:#f4f4f5}.sections .header.header-scrolled{border-bottom-color:transparent}.sections.theme-inner-pages .header{position:fixed;top:0;left:0;right:0;z-index:100;border-bottom:none;transition:border-bottom-color .25s ease}.sections.theme-inner-pages .header:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;backdrop-filter:blur(30px);-webkit-backdrop-filter:blur(30px);background:linear-gradient(to bottom,#f4f4f5fa,#f4f4f5eb,#f4f4f500);-webkit-mask-image:linear-gradient(to bottom,black 0%,transparent 100%);mask-image:linear-gradient(to bottom,black 0%,transparent 100%)}.sections.theme-inner-pages .header.header-scrolled:before{background:linear-gradient(to bottom,#f4f4f5fa,#f4f4f5eb,#f4f4f500)}.sections.theme-inner-pages .header .main-container.header-bar{position:relative;z-index:1;background-color:#f4f4f5;transition:background-color .25s ease;color:#060709}.sections.theme-inner-pages .header.header-scrolled .main-container.header-bar{background-color:#f4f4f5}.sections.theme-inner-pages .header.header-scrolled{border-bottom-color:transparent}.sections.theme-inner-pages .header .main-container.header-bar .single-nav,.sections.theme-inner-pages .header .main-container.header-bar .nav-join-link,.sections.theme-inner-pages .header .main-container.header-bar .single-nav:hover,.sections.theme-inner-pages .header .main-container.header-bar .single-nav.w--current,.sections.theme-inner-pages .header .main-container.header-bar .nav-join-link:hover{color:#060709}.sections.theme-inner-pages .header .site-logo,.sections.theme-inner-pages .header .nav-logo img{max-height:42.5px}.sections.theme-inner-pages .header .nav-logo{display:inline-block}.sections.theme-inner-pages .header .nav-logo img{transition:transform .28s cubic-bezier(.4,0,.2,1);transform-origin:center}.sections.theme-inner-pages .header .nav-logo:hover img{transform:scale(1.06)}.sections.theme-inner-pages .header .nav-logo-wrap{position:relative;display:inline-block;overflow:visible;padding-right:12px}.sections.theme-inner-pages .header .nav-logo-confetti{position:absolute;left:50%;top:50%;width:0;height:0;pointer-events:none;z-index:1}.sections.theme-inner-pages .header .nav-confetti-piece{position:absolute;width:4px;height:4px;background:#181818;border-radius:1px;opacity:0;left:50%;top:50%;transform:translate(-50%,-50%) rotate(0)}.sections.theme-inner-pages .header .nav-logo-wrap:hover .nav-confetti-piece{animation:nav-confetti-firework var(--dur) ease-out forwards;animation-delay:0}.sections.theme-inner-pages .header .menu-item-wrapper{padding-left:12px}.sections.theme-inner-pages .header .single-nav{display:inline-flex;align-items:center;gap:.35em;color:var(--neutral-04, #181818);text-decoration:none;padding:.5em 0;transition:color .2s ease,transform .2s ease}.sections.theme-inner-pages .header .single-nav .single-nav-icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;transition:background-color .2s ease,color .2s ease}.sections.theme-inner-pages .header .single-nav:hover .single-nav-icon-wrap,.sections.theme-inner-pages .header .single-nav.w--current .single-nav-icon-wrap{background-color:var(--neutral-04, #181818)}.sections.theme-inner-pages .header .single-nav:hover .single-nav-icon-wrap .single-nav-icon,.sections.theme-inner-pages .header .single-nav.w--current .single-nav-icon-wrap .single-nav-icon{color:#fff}.sections.theme-inner-pages .header .single-nav .single-nav-icon{flex-shrink:0;transition:color .2s ease}.sections.theme-inner-pages .header .single-nav:hover,.sections.theme-inner-pages .header .single-nav.w--current{color:var(--neutral-04, #181818);text-decoration:none;transform:translateY(-1px)}.sections.theme-inner-pages .header .button-style-01{transition:transform .22s cubic-bezier(.4,0,.2,1);transform-origin:center}.sections.theme-inner-pages .header .button-style-01:hover{transform:scale(1.04);color:var(--neutral-01, #fff)}.sections.theme-inner-pages .header .button-style-01:hover .hover-background-01{height:0!important}.sections.theme-inner-pages .header .button-style-01:hover .single-button-content.hover{transform:none;bottom:-100%}.sections.theme-inner-pages .header .button-style-01:hover .button-icon-01,.sections.theme-inner-pages .header .button-style-01:hover .button-icon-01 svg{color:var(--neutral-01, #fff)!important}.sections.theme-inner-pages .header .button-style-01:hover .button-text-style-01{color:var(--neutral-01, #fff)!important}.sections .header .main-container.header-bar .single-nav,.sections .header .main-container.header-bar .nav-join-link,.sections .header .main-container.header-bar .single-nav:hover,.sections .header .main-container.header-bar .single-nav.w--current,.sections .header .main-container.header-bar .nav-join-link:hover{color:#060709}.sections .site-logo,.sections .nav-logo img,.sections .footer-title-wrapper img[src*="signly.svg"],.cta-section .cta-logo{max-height:50px;width:auto;height:auto;object-fit:contain}.sections .header .site-logo,.sections .header .nav-logo img{max-height:42.5px}.sections .header .nav-logo{display:inline-block}.sections .header .nav-logo img{transition:transform .28s cubic-bezier(.4,0,.2,1);transform-origin:center}.sections .header .nav-logo:hover img{transform:scale(1.06)}@media(prefers-reduced-motion:reduce){.sections .header .nav-logo:hover img{transform:none}}.sections .header .nav-logo-wrap{position:relative;display:inline-block;overflow:visible;padding-right:12px}.sections .header .nav-logo-confetti{position:absolute;left:50%;top:50%;width:0;height:0;pointer-events:none;z-index:1}.sections .header .nav-confetti-piece{position:absolute;width:4px;height:4px;background:#181818;border-radius:1px;opacity:0;left:50%;top:50%;transform:translate(-50%,-50%) rotate(0);--tx: 0px;--ty: 0px;--dur: .55s}.sections .header .nav-logo-wrap:hover .nav-confetti-piece{animation:nav-confetti-firework var(--dur) ease-out forwards;animation-delay:0}@keyframes nav-confetti-firework{0%{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(0)}to{opacity:0;transform:translate(calc(-50% + var(--tx)),calc(-50% + var(--ty))) scale(var(--scale, .5)) rotate(var(--rotate, 0deg))}}@media(prefers-reduced-motion:reduce){.sections .header .nav-logo-wrap:hover .nav-confetti-piece{animation:none;opacity:0}}.sections .header .menu-item-wrapper{padding-left:12px}.sections .header .single-nav{display:inline-flex;align-items:center;gap:.35em;color:var(--neutral-04, #181818);text-decoration:none;padding:.5em 0;transition:color .2s ease,transform .2s ease}.sections .header .single-nav .single-nav-icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;transition:background-color .2s ease,color .2s ease}.sections .header .single-nav:hover .single-nav-icon-wrap,.sections .header .single-nav.w--current .single-nav-icon-wrap{background-color:var(--neutral-04, #181818)}.sections .header .single-nav:hover .single-nav-icon-wrap .single-nav-icon,.sections .header .single-nav.w--current .single-nav-icon-wrap .single-nav-icon{color:#fff}.sections .header .single-nav .single-nav-icon{flex-shrink:0;transition:color .2s ease}.sections .header .single-nav:hover,.sections .header .single-nav.w--current{color:var(--neutral-04, #181818);text-decoration:none;transform:translateY(-1px)}.sections .nav-join-link{display:inline-flex;align-items:center;gap:.35em;color:var(--neutral-04, #181818);font-size:16px;font-weight:400;text-decoration:none;letter-spacing:0;padding:.5em 0;transition:color .2s ease,transform .2s ease}.sections .nav-join-link:hover{color:var(--neutral-04, #181818);text-decoration:none;transform:translateY(-1px)}.sections .nav-join-link .nav-join-arrow{display:inline-block;font-size:1em;line-height:1}.sections .button-style-01 .button-icon-01{display:inline-flex;align-items:center}.sections .button-style-01 .single-button-content{gap:6px}.sections .button-style-01,.sections .button-style-02,.sections .button-style-02 .button-content-wrapper,.sections .button-style-02 .button-content-02{border-radius:15px}.sections .header .button-style-01{transition:transform .22s cubic-bezier(.4,0,.2,1);transform-origin:center}.sections .header .button-style-01:hover{transform:scale(1.04);color:var(--neutral-01, #fff)}.sections .header .button-style-01:hover .hover-background-01{height:0!important}.sections .header .button-style-01:hover .single-button-content.hover{transform:none;bottom:-100%}.sections .header .button-style-01:hover .button-icon-01,.sections .header .button-style-01:hover .button-icon-01 svg{color:var(--neutral-01, #fff)!important}.sections .header .button-style-01:hover .button-text-style-01{color:var(--neutral-01, #fff)!important}.sections .feature-section.style-02 .feature-icon{color:#fff;width:32px;height:32px}.sections .top-bar,.sections .bottom-bar{height:2px}.sections .about-section,.sections .contact-section,.sections .pricing-section,.sections .career-section,.sections .feature-section.section-padding,.sections .feature-section.section-padding.padding-top{position:relative}.sections .line-wrapper .line-box{display:none!important}.sections .career-section .job-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.sections .career-section .single-job{background-color:var(--neutral-01, #fff);border:1px solid rgba(108,111,118,.12);border-radius:16px;padding:1.5rem 1.5rem 1.25rem;display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.sections .career-section .single-job .job-content,.sections .career-section .single-job .job-title-wrapper{display:flex;flex-direction:column;gap:.5rem}.sections .career-section .single-job .job-details{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.sections .career-section .single-job .single-job-details{display:inline-flex;align-items:center;gap:.375rem}.sections .career-section .single-job .job-title{font-size:1.125rem;font-weight:600;color:var(--color-text-primary, rgba(6, 7, 9, 1));margin:0}.sections .career-section .single-job .job-excerpt{font-size:.875rem;color:var(--color-text-secondary);margin:0;line-height:1.45}.sections .career-section .single-job .job-details-title{font-size:.875rem;font-weight:500;color:var(--color-text-secondary);margin:0}.sections .career-section .single-job .button-style-01{margin-top:auto}.sections .about-section{letter-spacing:0}#features,#pricing{scroll-margin-top:120px}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-top:2rem}.blog-card{background:var(--neutral-02, #f4f4f5);border:1px solid rgba(108,111,118,.06);border-radius:20px;overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.blog-card:hover{box-shadow:0 8px 24px #0000000f;transform:translateY(-2px)}.blog-card-link{display:block;text-decoration:none;color:inherit;height:100%}.blog-card-image{aspect-ratio:16 / 10;background:#fff;display:flex;align-items:center;justify-content:center;padding:2rem}.blog-card-image img{width:64px;height:64px;object-fit:contain}.blog-card-body{padding:1.5rem 1.5rem 1.75rem}.blog-list-title{font-size:1.375rem;font-weight:500;line-height:1.3;letter-spacing:0;margin:0 0 .5rem;color:var(--color-text-primary, #181818)}.blog-card-excerpt{font-size:.9375rem;line-height:1.5;color:var(--color-text-secondary, #46484d);margin:0 0 .75rem}.blog-list-date{font-size:.875rem;color:var(--color-text-muted, #6c6f76);margin:0}@media(max-width:767px){.blog-grid{grid-template-columns:1fr;gap:1.5rem}}.blog-post-page{padding-top:0}.blog-post-hero{width:100%;height:40vh;min-height:40vh;background:var(--neutral-02, #f4f4f5);display:flex;align-items:stretch;justify-content:center;margin-bottom:2rem;overflow:hidden}.blog-post-hero-image{width:100%;height:100%;object-fit:cover;object-position:top center}.blog-post-container,.privacy-content-wrapper{max-width:840px;margin-left:auto;margin-right:auto}.section-content-wrapper.blog-post-content{align-items:center;text-align:center}.section-content-wrapper.blog-post-content .blog-post-body{text-align:left}.blog-post-header{margin-bottom:2rem}.blog-post-back{margin:0 0 .75rem;font-size:.875rem}.blog-post-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:500;line-height:1.25;letter-spacing:0;margin:0 0 .5rem;color:var(--color-text-primary, #181818)}.blog-post-meta{font-size:.875rem;color:var(--color-text-muted, #6c6f76);margin:0}.blog-post-footer{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid rgba(108,111,118,.12)}.blog-post-body{max-width:65ch;font-size:1.0625rem;line-height:1.7;letter-spacing:0;color:var(--color-text-primary, #181818)}.blog-post-body p{margin:0 0 1.25em}.blog-post-body p:last-child{margin-bottom:0}.blog-post-body h2{font-size:1.25rem;font-weight:500;line-height:1.35;letter-spacing:0;margin:2em 0 .5em;color:var(--color-text-primary, #181818)}.blog-post-body h2:first-child{margin-top:0}.blog-post-body h3{font-size:1.0625rem;font-weight:500;margin:1.5em 0 .35em}.blog-post-body a{color:var(--theme-color-02, #466cf3);text-decoration:underline;text-underline-offset:2px}.blog-post-body a:hover{color:var(--color-accent-primary-hover, #3558e0)}.blog-post-body strong{font-weight:500}.button-style-01 .button-content-style-01{position:relative;min-height:1.5em;overflow:hidden}.salix-reveal{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.salix-reveal.salix-reveal-visible{opacity:1;transform:translateY(0)}.pricing-toggle-area .toggle-button{cursor:pointer;transition:box-shadow .25s ease,transform .2s ease}.pricing-toggle-area .toggle-button:hover{transform:scale(1.02)}.pricing-toggle-area .toggle-button:active{transform:scale(.98)}.pricing-toggle-area .toggle-button .toggle-button-circle{transition:transform 1s cubic-bezier(.16,1,.3,1),left 1s cubic-bezier(.16,1,.3,1),right 1s cubic-bezier(.16,1,.3,1)}.toggle-button.yearly-active .toggle-button-circle{left:auto;right:5px;transition:transform 1s cubic-bezier(.16,1,.3,1),left 1s cubic-bezier(.16,1,.3,1),right 1s cubic-bezier(.16,1,.3,1)}.toggle-discount-text{display:inline-flex;align-items:center;gap:6px;background-color:#181818!important;color:#fff!important}.toggle-discount-text .toggle-discount-icon{flex-shrink:0;opacity:.9}.sections .pricing-section .w-layout-blockcontainer.main-container.pricing.w-container,.sections .pricing-section .main-container.pricing{max-width:1100px}.sections .pricing-section .pricing-wrapper{width:100%}.sections .pricing-section .single-pricing-wrapper{width:100%;max-width:100%;grid-template-columns:repeat(3,1fr);gap:1.25rem}@media(max-width:900px){.sections .pricing-section .single-pricing-wrapper{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.sections .pricing-section .single-pricing-wrapper{grid-template-columns:1fr}}.sections .pricing-section .pricing-button{display:flex;width:100%}.sections .pricing-section .pricing-button .button-style-01,.sections .pricing-section .pricing-button .button-style-02{width:100%;max-width:none;min-height:52px;display:flex;align-items:stretch;justify-content:center}.sections .pricing-section .pricing-button .button-style-02 .button-content-wrapper,.sections .pricing-section .pricing-button .button-style-02 .button-content-02{width:100%;display:flex;align-items:center;justify-content:center}.sections .pricing-section .pricing-button .button-style-02 .button-content-inner{width:100%;display:flex;justify-content:center}.sections .pricing-section .button-style-01.pricing.style-02{background:#060709;border:none;box-shadow:none;transition:transform .2s ease,box-shadow .2s ease}.sections .pricing-section .button-style-01.pricing.style-02:hover{transform:translateY(-2px);box-shadow:0 6px 20px #06070940}.sections .pricing-section .button-style-01.pricing.style-02 .button-text-style-01,.sections .pricing-section .button-style-01.pricing.style-02:hover .button-text-style-01,.sections .pricing-section .button-style-01.pricing.style-02:hover .hover-background-01{color:#fff}.sections .pricing-section .button-style-01.pricing.style-02 .hover-background-01{display:none}.sections .pricing-section .single-pricing-plan.highlight .button-style-02 .button-content-02{background-color:#060709;color:#fff}.sections .pricing-section .single-pricing-plan.highlight .button-style-02 .button-text,.sections .pricing-section .single-pricing-plan.highlight .button-style-02 .button-content-02 .button-text{color:#fff}.sections .pricing-section .pricing-button .button-style-02{transition:transform .2s ease,box-shadow .2s ease}.sections .pricing-section .pricing-button .button-style-02:hover{transform:translateY(-2px);box-shadow:0 6px 20px #06070940}.sections .pricing-section .pricing-button .button-style-02 .button-content-02 .button-text,.sections .pricing-section .pricing-button .button-style-02 .button-text{color:#fff}.button-style-02 .button-content-wrapper{padding-bottom:0}.button-style-02 .button-border{display:none!important}.button-style-02 .button-content-02{padding:16px 28px;font-size:15px;background-color:#181818;background-image:none;border-radius:15px}.button-style-02,.button-style-02 .button-content-wrapper{border-radius:15px}.button-style-02{min-height:52px;font-size:15px}.hero-button-wrapper .button-style-02{transition:transform .25s ease;transform-origin:center}.hero-button-wrapper .button-style-02 .button-content-02{transition:box-shadow .3s ease}.hero-button-wrapper .button-style-02:hover{transform:scale(1.04)}.hero-button-wrapper .button-style-02:hover .button-content-02{box-shadow:0 0 30px #6366f180,0 0 30px #8b5cf666,0 0 40px #ec489940}.single-pricing-plan,.pricing-bottom{border-radius:30px}.single-pricing-plan{border:none!important;box-shadow:0 4px 20px #0000000f,0 2px 8px #0000000a;padding:32px 36px 40px;min-width:320px;display:flex;flex-direction:column;gap:24px}.single-pricing-plan .pricing-top{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:20px;min-height:100px;flex-shrink:0;padding-bottom:20px;border-bottom:1px solid rgba(108,111,118,.08)}.single-pricing-plan .pricing-title-wrapper{flex:1 1 auto;min-width:0;max-width:none}.single-pricing-plan .pricing-title{font-size:1.25rem;font-weight:600;color:var(--color-text-primary, #181818);margin:0 0 .25rem}.single-pricing-plan .pricing-subtitle{font-size:.875rem;color:var(--color-text-secondary, #46484d);margin:0;line-height:1.4}.single-pricing-plan .price-wrapper{align-items:baseline;flex-shrink:0;gap:2px}.single-pricing-plan .price{font-size:2.25rem;font-weight:600;color:var(--color-text-primary, #181818);margin:0;line-height:1;letter-spacing:-.02em;overflow:hidden;display:inline-flex;align-items:baseline}.single-pricing-plan .pricing-duration{font-size:1rem;font-weight:500;color:var(--color-text-muted, #6c6f76);margin:0}.single-pricing-plan .price-label{display:block;font-size:.8125rem;color:var(--color-text-muted, #6c6f76);margin:4px 0 0;font-weight:400}.single-pricing-plan.highlight .price,.single-pricing-plan.highlight .pricing-title,.single-pricing-plan.highlight .pricing-subtitle,.single-pricing-plan.highlight .pricing-duration,.single-pricing-plan.highlight .price-label,.single-pricing-plan.highlight .pricing-feature-title,.single-pricing-plan.highlight .pricing-feature-text{color:#060709}.single-pricing-plan .pricing-button{flex-shrink:0}.single-pricing-plan .pricing-feature-wrpper{flex:1 1 auto;min-height:0}.single-pricing-plan.highlight{border:none!important;box-shadow:0 4px 20px #0000000f,0 2px 8px #0000000a;padding:32px 36px 40px;gap:24px}.single-pricing-feature .pricing-feature-icon{width:18px;height:18px;min-width:18px;min-height:18px;border-radius:0;background:none;color:#181818;display:flex;align-items:center;justify-content:center}.single-pricing-feature .pricing-feature-icon svg{width:16px;height:16px}.single-pricing-feature.inactive .pricing-feature-icon{color:#6c6f76;opacity:.4;background:none}.single-pricing-plan .pricing-card-footer{margin:auto 0 0;padding-top:16px;font-size:.8125rem;color:var(--color-text-muted, #6c6f76);flex-shrink:0;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sections .brand-section .brand-wrapper img{filter:grayscale(100%)}@media(max-width:767px){.single-pricing-plan{min-width:0;padding:32px 24px 40px}}.sections .section-content-wrapper.style-02.faq{padding-left:24px;padding-right:24px}.sections .faqs-wrapper{padding-top:24px}.sections .faqs-wrapper .single-faq{border:none;border-radius:30px;background-color:#6c6f7614}.sections .single-faq .question.w-dropdown-toggle{border-radius:30px;color:var(--color-text-primary)}.sections .single-faq .question.w-dropdown-toggle:hover{background-color:#6c6f760f}.sections .single-faq .faq-number{font-variant-numeric:tabular-nums;color:var(--color-text-muted);margin-right:.15em}.sections .answer.w-dropdown-list{max-height:0;overflow:hidden;transition:max-height .28s cubic-bezier(.4,0,.2,1)}.sections .single-faq.w--open .answer.w-dropdown-list{max-height:320px}.sections .single-faq .faq-icon-box{transition:transform .28s cubic-bezier(.4,0,.2,1)}.sections .single-faq.w--open .faq-icon-box{transform:rotate(180deg)}.sections .single-faq .faq-icon-box img{display:block}@media(prefers-reduced-motion:reduce){.sections .answer.w-dropdown-list,.sections .single-faq .faq-icon-box{transition:none}}.contact-section .contact-cards{display:flex;flex-wrap:wrap;justify-content:center;gap:24px}.contact-section .single-contact-card{flex:1 1 280px;max-width:360px}@media(min-width:992px){.sections .nav-trigger.w-nav-button{display:none!important}}@media(max-width:991px){.sections .nav-trigger.w-nav-button{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:10px;background:transparent;border:none;cursor:pointer;-webkit-tap-highlight-color:transparent;z-index:101;position:relative}.sections .nav-trigger .trigger-bar{display:block;width:20px;height:2px;background:var(--neutral-04, #181818);border-radius:2px;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .2s ease}.sections .nav-trigger .trigger-bar+.trigger-bar{margin-top:5px}.sections .nav-trigger.w--open .trigger-bar-1{transform:translateY(7px) rotate(45deg)}.sections .nav-trigger.w--open .trigger-bar-2{opacity:0;transform:scaleX(0)}.sections .nav-trigger.w--open .trigger-bar-3{transform:translateY(-7px) rotate(-45deg)}}.mobile-menu-backdrop{display:none}@media(max-width:991px){.mobile-menu-backdrop{display:block;position:fixed;inset:0;background:#0000004d;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:90;animation:menu-fade-in .25s ease forwards}@keyframes menu-fade-in{0%{opacity:0}to{opacity:1}}.sections .menu-wrapper.w-nav-menu{position:fixed;inset:0;z-index:95;background:var(--neutral-01, #fff);border:none;border-radius:0;box-shadow:none;padding:100px 24px 40px;transform:translateY(-100%);opacity:0;transition:transform .35s cubic-bezier(.32,.72,0,1),opacity .25s ease;overflow-y:auto;-webkit-overflow-scrolling:touch}.sections .menu-wrapper.w-nav-menu.w--open{transform:translateY(0);opacity:1}.sections .menu-wrapper .menu-content-wrapper{flex-direction:column;align-items:stretch;gap:32px;padding:0;max-width:400px;margin:0 auto;background:transparent;border:none;border-radius:0;box-shadow:none}.sections .menu-wrapper .menu-items{flex-direction:column;gap:0}.sections .menu-wrapper .single-nav{display:flex;align-items:center;gap:12px;padding:16px 0;font-size:18px;font-weight:500;color:var(--neutral-04, #181818);border-bottom:1px solid rgba(108,111,118,.1);min-height:52px;text-decoration:none;transition:color .15s ease}.sections .menu-wrapper .single-nav:last-child{border-bottom:none}.sections .menu-wrapper .single-nav:active{color:var(--theme-color-02, #466cf3)}.sections .menu-wrapper .nav-button-wrapper{flex-direction:column;align-items:stretch;gap:12px;width:100%;max-width:none;padding-top:8px}.sections .menu-wrapper .nav-join-link{display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;font-size:16px;font-weight:500;min-height:52px;border-radius:12px;background:var(--neutral-04, #181818);color:#fff;text-decoration:none;transition:transform .15s ease}.sections .menu-wrapper .nav-join-link:active{transform:scale(.98)}.sections .menu-wrapper .button-style-01{width:100%;justify-content:center;min-height:52px}.sections .header{z-index:100}}@media(max-width:991px){.sections,body.salix-landing-active{overflow-x:hidden}.sections .line{left:2%}.sections .line.right{right:2%}}@media(max-width:767px){.nav-trigger.w-nav-button{min-width:44px;min-height:44px;padding:12px}.cart-button{min-width:44px;min-height:44px;padding:10px}.button-style-01,.button-style-02,.question.w-dropdown-toggle{min-height:48px;padding-top:14px;padding-bottom:14px}.pricing-toggle-area{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px 16px;row-gap:12px}.toggle-button{min-width:52px;min-height:44px;width:52px;height:32px;padding:0;flex-shrink:0}.toggle-button-circle{width:22px;height:22px;left:4px;top:50%;transform:translateY(-50%)}.toggle-button.yearly-active .toggle-button-circle{left:auto;right:4px}.pricing-toggle-area .monthly,.pricing-toggle-area .yearly{font-size:15px}.toggle-discount-text{width:100%;text-align:center;margin-top:4px}.feature-tab-link{padding:12px 16px;min-height:48px}.hero-title{font-size:clamp(1.75rem,5vw,2.5rem);line-height:1.2}.section-title{font-size:clamp(1.5rem,4vw,2rem)}.sections .hero-section.home-01 .hero-title{width:100%;max-width:100%;font-size:clamp(32px,7vw,56px);line-height:1.1}.sections .hero-section.home-01 .hero-top-content-wrapper.home-01{max-width:100%}.sections .feature-card-title{font-size:20px}.feature-section.section-padding .feature-cards .feature-card-image-wrapper{min-height:160px;height:160px}.feature-card-image-wrapper .feature-illo-svg-wrap{min-height:160px}.sections .feature-cards{grid-template-columns:1fr}.sections .feature-icon-box-wrapper{grid-template-columns:1fr 1fr}.sections .pricing-plans{flex-direction:column;align-items:center}.sections .single-pricing-plan{width:100%;max-width:400px}.sections .cta-section .cta-content-wrapper{padding:40px 20px;flex-direction:column}.sections .cta-section .cta-image-wrapper{width:100%;max-width:100%}.sections .cta-section .cta-image{width:100%;height:auto}.sections .footer-top-content{flex-direction:column;gap:40px;align-items:center}.sections .footer-right{flex-direction:column;gap:32px;align-items:center;text-align:center;width:100%}.sections .footer-left{text-align:center;align-items:center}.sections .footer-social-wrapper{justify-content:center}.sections .single-footer-link-wrapper,.sections .footer-link-list{align-items:center}.sections .hero-bubble{width:400px;height:400px;filter:blur(80px)}.sections .hero-bubble-1{top:-200px;left:-120px}.sections .hero-bubble-2{top:-220px;right:-100px}.sections .hero-bubble-3{top:-100px}.sections .hero-image-wrapper.home-01,.hero-image-section .hero-image-wrapper.home-01{width:100%;max-width:100%}.sections .hero-subtitle{font-size:16px;line-height:1.5}.sections .hero-button-wrapper{width:100%}.sections .hero-button-wrapper .button-style-02{width:100%;justify-content:center}.sections .brand-wrapper{flex-wrap:wrap;justify-content:center;gap:16px}.sections .section-content-wrapper.style-02.faq{flex-direction:column}.testimonial-section .testimonial-counter-number{font-size:clamp(1.75rem,6vw,2.5rem)}}@media(max-width:479px){.section-padding,.main-container.w-container{padding-left:16px;padding-right:16px}.pricing-toggle-area{flex-wrap:wrap;justify-content:center}.sections .hero-section.home-01 .hero-title{font-size:clamp(28px,8vw,40px);line-height:1.1}.sections .hero-title{font-size:clamp(28px,8vw,40px);line-height:1.1;padding-top:10px;padding-bottom:10px}.sections .feature-card-title{font-size:18px}.sections .feature-icon-box-wrapper{grid-template-columns:1fr}.sections .menu-wrapper.w-nav-menu{padding:90px 20px 32px}.sections .hero-bubble{width:280px;height:280px;filter:blur(60px)}.sections .cta-section .cta-content-wrapper{padding:32px 16px}.sections .single-pricing-plan{max-width:100%}.sections .section-title{font-size:clamp(24px,6vw,32px);line-height:1.2}}.feature-section-key-tools{overflow:visible}.feature-section-key-tools .section-content-wrapper{display:grid;grid-template-columns:minmax(200px,360px) 1fr;gap:56px;align-items:start;overflow:visible}.feature-section-key-tools .feature-section-sticky-header{position:sticky;top:108px;z-index:10;background:var(--neutral-01, #fff);padding-bottom:24px;margin-bottom:0}.feature-section-key-tools .feature-section-sticky-header .feature-card-links{position:static;top:auto;margin-top:24px}.feature-section-key-tools .feature-card-wrapper{padding-top:0;width:100%}.feature-section-key-tools .feature-cards.style-02{width:100%;max-width:none}.feature-section.section-padding .feature-cards .feature-card-image-wrapper{min-height:200px;height:200px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.feature-section.section-padding .feature-cards .feature-card-image{width:100%;height:100%;object-fit:contain;object-position:center}.feature-card-image-wrapper .feature-illo-svg-wrap{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:200px}.feature-illo{width:100%;max-height:180px;object-fit:contain}.feature-illo-send-1 .illo-sign-line{stroke-dasharray:60;stroke-dashoffset:60;animation:illo-draw 1.4s cubic-bezier(.4,0,.2,1) .4s forwards}.feature-illo-send-1 .illo-pen{animation:illo-pen-move 2.2s ease-in-out .8s infinite}.feature-illo-send-1 .illo-check{stroke-dasharray:20;stroke-dashoffset:20;opacity:0;animation:illo-check-draw .5s cubic-bezier(.4,0,.2,1) 2s forwards}.feature-illo-send-2 .illo-doc-fly{animation:illo-doc-fly 2s ease-in-out .5s infinite}.feature-illo-send-2 .illo-arrow{stroke-dasharray:48;stroke-dashoffset:48;animation:illo-draw .8s cubic-bezier(.4,0,.2,1) .2s forwards}@keyframes illo-doc-fly{0%,to{transform:translate(0);opacity:1}50%{transform:translate(8px);opacity:.95}}.feature-illo-send-3 .illo-check-a,.feature-illo-send-3 .illo-check-b{stroke-dasharray:16;stroke-dashoffset:16;animation:illo-check-draw .5s cubic-bezier(.4,0,.2,1) .6s forwards}.feature-illo-send-3 .illo-check-b{animation-delay:1s}@keyframes illo-draw{to{stroke-dashoffset:0}}@keyframes illo-pen-move{0%,to{transform:translate(0);opacity:1}50%{transform:translate(-6px,4px);opacity:.95}}@keyframes illo-check-draw{to{stroke-dashoffset:0;opacity:1}}.feature-illo-tpl-1 .illo-field-1{animation:illo-field-fade 2.5s ease-in-out .2s infinite}.feature-illo-tpl-1 .illo-field-2{animation:illo-field-fade 2.5s ease-in-out .6s infinite}.feature-illo-tpl-1 .illo-field-active{animation:illo-field-active 2.2s ease-in-out 0s infinite}.feature-illo-tpl-1 .illo-cursor{animation:illo-cursor-float 2.5s ease-in-out .4s infinite}.feature-illo-tpl-2 .illo-layer-a{animation:illo-field-fade 2.5s ease-in-out 0s infinite}.feature-illo-tpl-2 .illo-layer-b{animation:illo-field-fade 2.5s ease-in-out .3s infinite}.feature-illo-tpl-2 .illo-layer-c{animation:illo-field-active 2.2s ease-in-out 0s infinite}@keyframes illo-field-fade{0%,to{opacity:1}50%{opacity:.7}}@keyframes illo-field-active{0%,to{stroke-opacity:.6;filter:drop-shadow(0 0 0 transparent)}50%{stroke-opacity:1;filter:drop-shadow(0 0 4px rgba(70,108,243,.25))}}@keyframes illo-cursor-float{0%,to{transform:translate(0)}50%{transform:translate(3px,-4px)}}.feature-illo-track-1 .illo-pulse{animation:illo-pulse 2s ease-in-out .6s infinite}.feature-illo-track-1 .illo-dot{animation:illo-dot-breathe 2s ease-in-out .6s infinite}.feature-illo-track-1 .illo-progress-fill{transform-origin:left;animation:illo-progress 2.2s cubic-bezier(.4,0,.2,1) .5s forwards}.feature-illo-track-2 .illo-pulse{animation:illo-pulse 2s ease-in-out .6s infinite}.feature-illo-track-2 .illo-dot,.feature-illo-track-3 .illo-dot{animation:illo-dot-breathe 2s ease-in-out .6s infinite}.feature-illo-track-3 .illo-viewed{animation:illo-field-fade 2.2s ease-in-out .3s infinite}@keyframes illo-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.08)}}@keyframes illo-dot-breathe{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.15)}}@keyframes illo-progress{0%{width:0}to{width:76px}}@media(prefers-reduced-motion:reduce){.feature-illo-send-1 .illo-sign-line,.feature-illo-send-1 .illo-check{animation:none;stroke-dashoffset:0;opacity:1}.feature-illo-send-1 .illo-pen{animation:none}.feature-illo-send-2 .illo-doc-fly,.feature-illo-send-2 .illo-arrow,.feature-illo-send-3 .illo-check-a,.feature-illo-send-3 .illo-check-b{animation:none;stroke-dashoffset:0}.feature-illo-tpl-1 .illo-field-1,.feature-illo-tpl-1 .illo-field-2,.feature-illo-tpl-1 .illo-field-active,.feature-illo-tpl-1 .illo-cursor,.feature-illo-tpl-2 .illo-layer-a,.feature-illo-tpl-2 .illo-layer-b,.feature-illo-tpl-2 .illo-layer-c,.feature-illo-track-1 .illo-pulse,.feature-illo-track-1 .illo-dot{animation:none}.feature-illo-track-1 .illo-progress-fill{animation:none;width:76px}.feature-illo-track-2 .illo-pulse,.feature-illo-track-2 .illo-dot,.feature-illo-track-3 .illo-dot,.feature-illo-track-3 .illo-viewed{animation:none}}.feature-section-key-tools .single-feature-card.style-02{scroll-margin-top:120px}@media(max-width:991px){.feature-section-key-tools .section-content-wrapper{grid-template-columns:1fr;gap:40px}.feature-section-key-tools .feature-section-sticky-header{position:relative;top:auto}.feature-section-key-tools .single-feature-card.style-02{scroll-margin-top:80px}}@supports (padding: env(safe-area-inset-top)){.header-bar,.footer-content-wrapper,.sections .section-content-wrapper.style-02.faq{padding-left:max(24px,env(safe-area-inset-left));padding-right:max(24px,env(safe-area-inset-right))}}.sections .footer-nav-link{transition:color .2s ease,transform .2s ease}.sections .footer-nav-link:hover{color:var(--neutral-04, #181818);transform:scale(1.03)}.sections .copyright-text{font-size:12px}.sections .footer-legal-text{font-size:12px;color:var(--neutral-03, #6c6f76);margin:8px auto 0;max-width:560px;line-height:1.45}.testimonial-section.padding-bottom{padding-top:80px}.testimonial-section-content.testimonial-section-content{max-width:1060px;margin-left:auto;margin-right:auto}.testimonial-section .testimonial-title-wrap{margin-bottom:48px}.testimonial-section .testimonial-title-wrap .section-title,.sections .feature-section.section-padding .section-title-wrapper .section-title{max-width:700px;margin-left:auto;margin-right:auto}.testimonial-section .team-video-wrap{width:100%}.testimonial-section .team-video-container{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:30px;overflow:hidden;background:#0a0a0a;box-shadow:0 8px 40px #0000001f}.testimonial-section .team-video-iframe{position:absolute;inset:0;width:100%;height:100%;border:none}.testimonial-section .team-video-poster{position:absolute;inset:0;width:100%;height:100%;border:none;padding:0;margin:0;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.testimonial-section .team-video-thumb{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:grayscale(100%)}.testimonial-section .team-video-play{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;background:#fffffff2;color:#181818;box-shadow:0 4px 24px #0000002e;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .25s ease}.testimonial-section .team-video-play svg{margin-left:3px}.testimonial-section .team-video-poster:hover .team-video-play{transform:scale(1.08);box-shadow:0 6px 32px #00000038}.testimonial-section .team-video-poster:active .team-video-play{transform:scale(.96)}.testimonial-section .team-video-caption{text-align:center;margin-top:20px;font-size:1rem;color:#6c6f76;line-height:1.5}@media(max-width:767px){.testimonial-section .team-video-container{border-radius:30px}.testimonial-section .team-video-play{width:56px;height:56px}.testimonial-section .team-video-play svg{width:24px;height:24px}.testimonial-section .team-video-caption{font-size:.875rem}}.features-block{position:relative}.features-block-inner{max-width:1100px;margin-left:auto;margin-right:auto}.features-block-head{text-align:center;margin-bottom:3rem}.features-block-label{font-size:.8125rem;font-weight:500;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;margin:0 0 .5rem}.features-block-title{font-size:clamp(2rem,5vw,3rem);font-weight:500;color:var(--color-text-primary);margin:0 0 .75rem;margin-left:auto;margin-right:auto;max-width:700px;line-height:1.2}.features-block-subtitle{font-size:1.0625rem;color:var(--color-text-secondary);max-width:560px;margin:0 auto;line-height:1.5}.features-block-grid{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:minmax(0,1fr);gap:1.25rem;max-width:100%}.features-block-card{background:var(--color-bg-elevated);border:1.5px solid rgba(108,111,118,.08);border-radius:30px;padding:1.5rem;display:flex;flex-direction:column;align-items:flex-start;text-align:left;min-height:0;transition:border-color .2s,box-shadow .2s}.features-block-card:first-child{grid-row:span 2;padding:20px}.features-block-card:hover{border-color:transparent;box-shadow:0 8px 24px #0000000f}.features-block-card-media{width:100%;flex:1 1 auto;min-height:120px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;border-radius:12px;overflow:hidden;background:var(--color-bg-secondary)}.features-block-card:nth-child(3) .features-block-card-media{background-color:#fafafbcc;background-image:radial-gradient(circle,rgba(0,0,0,.07) 1px,transparent 1px);background-size:14px 14px}.features-block-card:first-child .features-block-card-media{min-height:200px;margin-bottom:1.5rem}.features-block-card-media img{width:100%;height:100%;object-fit:contain;object-position:center}.sent-illo{position:relative;width:100%;height:100%;min-height:320px;display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:#fafafb99;background-image:radial-gradient(circle,rgba(0,0,0,.07) 1px,transparent 1px);background-size:14px 14px}.sent-illo-arrow{position:absolute;width:48px;height:40px;flex-shrink:0}.sent-illo-arrow-left{left:4%;top:50%;transform:translateY(-50%)}.sent-illo-arrow-right{right:4%;top:50%;transform:translateY(-50%)}.sent-illo-doc{position:absolute;width:52%;max-width:240px;padding:22px 20px;background:#fff;border-radius:10px;box-shadow:0 4px 24px #0000000f;display:flex;flex-direction:column;gap:4px;aspect-ratio:210 / 297;justify-content:space-between}.sent-illo-doc-back{transform:rotate(-8deg) translate(-6%,-4%);z-index:1;opacity:.7}.sent-illo-doc-front{transform:rotate(-2deg) translate(2%,2%);z-index:2;background:#fff}.sent-illo-line{display:block;height:7px;border-radius:4px;background:#d4d4d4}.sent-illo-line-w40{width:40%}.sent-illo-line-w50{width:50%}.sent-illo-line-w60{width:60%}.sent-illo-line-w70{width:70%}.sent-illo-line-w80{width:80%}.sent-illo-line-w85{width:85%}.sent-illo-line-w90{width:90%}.sent-illo-sigs{display:flex;gap:10px;margin-top:10px}.sent-illo-sig-block{flex:1;display:flex;flex-direction:column}.sent-illo-sig-box{background:#f0f0f0;border-radius:6px;padding:5px 8px;display:flex;align-items:center;justify-content:center;height:34px}.sent-illo-sig-box svg{width:100%;height:100%}.sent-illo-sig-label{margin:4px 0 0;font-size:6.5px;color:#aaa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sent-illo-sig-label strong{color:#777;font-weight:600}.sent-illo-sig-label span{font-size:5.5px;color:#bbb}.sent-illo-badge{position:absolute;z-index:3;top:34%;right:22%;width:52px;height:52px;border-radius:50%;background:#22c55e;box-shadow:0 0 30px #4ade80a6,0 3px 14px #22c55e59,0 1px 4px #0000001a;display:flex;align-items:center;justify-content:center}.sent-illo-badge svg path{stroke:#fff}.sent-illo-sig-1,.sent-illo-sig-2{opacity:0}.features-block-card.salix-reveal-visible .sent-illo-doc-front{animation:sent-cycle-doc-front 5s .4s ease-in-out infinite}.features-block-card.salix-reveal-visible .sent-illo-doc-back{animation:sent-cycle-doc-back 5s .4s ease-in-out infinite}.features-block-card.salix-reveal-visible .sent-illo-sig-1{animation:sent-cycle-sig1 5s .4s ease-in-out infinite}.features-block-card.salix-reveal-visible .sent-illo-sig-2{animation:sent-cycle-sig2 5s .4s ease-in-out infinite}.features-block-card.salix-reveal-visible .sent-illo-badge{animation:sent-cycle-badge 5s .4s ease-in-out infinite}.features-block-card.salix-reveal-visible .sent-illo-arrow-left{animation:sent-cycle-arrow-l 5s .4s ease-in-out infinite}.features-block-card.salix-reveal-visible .sent-illo-arrow-right{animation:sent-cycle-arrow-r 5s .4s ease-in-out infinite}@keyframes sent-cycle-doc-front{0%{transform:rotate(-2deg) translate(-200%,2%)}10%{transform:rotate(-2deg) translateY(2%)}72%{transform:rotate(-2deg) translateY(2%)}88%,to{transform:rotate(0) translate(200%)}}@keyframes sent-cycle-doc-back{0%{opacity:.7;transform:rotate(-8deg) translate(-204%,-4%)}10%{opacity:.7;transform:rotate(-8deg) translate(-4%,-4%)}72%{opacity:.7;transform:rotate(-8deg) translate(-4%,-4%)}88%,to{opacity:.7;transform:rotate(-3deg) translate(200%,-5%)}}@keyframes sent-cycle-sig1{0%,14%{opacity:0;transform:scale(.7) translateY(6px)}22%{opacity:1;transform:scale(1.08) translateY(-1px)}26%{opacity:1;transform:scale(1) translateY(0)}72%{opacity:1;transform:scale(1) translateY(0)}82%,to{opacity:0;transform:scale(1) translateY(0)}}@keyframes sent-cycle-sig2{0%,26%{opacity:0;transform:scale(.7) translateY(6px)}34%{opacity:1;transform:scale(1.08) translateY(-1px)}38%{opacity:1;transform:scale(1) translateY(0)}72%{opacity:1;transform:scale(1) translateY(0)}82%,to{opacity:0;transform:scale(1) translateY(0)}}@keyframes sent-cycle-badge{0%,38%{opacity:0;transform:scale(.3) translate(0)}44%{opacity:1;transform:scale(1.2) translate(0)}47%{opacity:1;transform:scale(.95) translate(0)}50%{opacity:1;transform:scale(1.05) translate(0)}53%{opacity:1;transform:scale(1) translate(0)}72%{opacity:1;transform:scale(1) translate(0)}88%,to{opacity:1;transform:scale(1) translate(600px)}}@keyframes sent-cycle-arrow-l{0%{opacity:.4;transform:translateY(-50%) translate(0)}4%{opacity:1;transform:translateY(-50%) translate(10px)}12%{opacity:1;transform:translateY(-50%) translate(0)}18%{opacity:.4;transform:translateY(-50%) translate(0)}to{opacity:.4;transform:translateY(-50%) translate(0)}}@keyframes sent-cycle-arrow-r{0%,70%{opacity:.3;transform:translateY(-50%) translate(0)}76%{opacity:1;transform:translateY(-50%) translate(0)}84%{opacity:1;transform:translateY(-50%) translate(10px)}92%{opacity:1;transform:translateY(-50%) translate(0)}96%{opacity:.3;transform:translateY(-50%) translate(0)}to{opacity:.3;transform:translateY(-50%) translate(0)}}.tpl-illo{position:relative;width:100%;height:100%;min-height:220px;overflow:hidden;background-color:#fafafb99;background-image:radial-gradient(circle,rgba(0,0,0,.07) 1px,transparent 1px);background-size:14px 14px}.tpl-illo-doc{position:absolute;top:-30px;right:-60px;width:260px;padding:28px 24px;background:#fff;border-radius:8px;box-shadow:0 4px 24px #0000000f;transform:rotate(-6deg);display:flex;flex-direction:column;gap:10px}.tpl-illo-doc-line{display:block;height:8px;border-radius:4px;background:#d4d4d4}.tpl-illo-doc-line-w40{width:40%}.tpl-illo-doc-line-w50{width:50%}.tpl-illo-doc-line-w60{width:60%}.tpl-illo-doc-line-w70{width:70%}.tpl-illo-doc-line-w80{width:80%}.tpl-illo-doc-line-w85{width:85%}.tpl-illo-doc-line-w90{width:90%}.tpl-illo-sig{margin-top:14px;display:flex;flex-direction:column;align-items:flex-start}.tpl-illo-sig-box{width:130px;height:48px;background:#f0f0f0;border-radius:8px;display:flex;align-items:center;justify-content:flex-start;padding:6px 10px}.tpl-illo-sig-svg{width:100%;height:100%}.tpl-illo-sig-svg path{stroke:#000}.tpl-illo-sig-label{margin:6px 0 0;font-size:8px;color:#aaa;letter-spacing:0;text-align:left;white-space:nowrap}.tpl-illo-sig-label strong{color:#777;font-weight:600}.tpl-illo-sig-label span{font-size:7px;color:#bbb}.tpl-illo-stack{position:absolute;left:10px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:0}.tpl-illo-card{display:flex;align-items:center;gap:12px;padding:10px 14px;background:#fff;border-radius:32px;box-shadow:0 2px 12px #00000012,0 1px 3px #0000000a;width:210px;position:relative}.tpl-illo-card-1{z-index:3;transform:rotate(-12deg) translate(0)}.tpl-illo-card-2{z-index:2;transform:rotate(-4deg) translate(10px,-4px)}.tpl-illo-card-3{z-index:1;transform:rotate(2deg) translate(18px,-6px)}.tpl-illo-avatar{width:32px;height:32px;min-width:32px;border-radius:50%;background:#eee;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 3px 14px #0000001a,0 1px 4px #0000000f}.tpl-illo-card-1 .tpl-illo-avatar{background:#6366f1;box-shadow:0 0 30px #818cf8a6,0 3px 14px #6366f159,0 1px 4px #0000001a}.tpl-illo-card-2 .tpl-illo-avatar{background:#f59e0b;box-shadow:0 0 30px #fcd34da6,0 3px 14px #f59e0b59,0 1px 4px #0000001a}.tpl-illo-card-3 .tpl-illo-avatar{background:#22c55e;box-shadow:0 0 30px #4ade80a6,0 3px 14px #22c55e59,0 1px 4px #0000001a}.tpl-illo-card-1 .tpl-illo-avatar svg,.tpl-illo-card-2 .tpl-illo-avatar svg,.tpl-illo-card-3 .tpl-illo-avatar svg{stroke:#fff}.tpl-illo-pill{display:block;height:12px;border-radius:999px;background:#d9d9d9;flex-shrink:0}.tpl-illo-pill-long{width:80px}.tpl-illo-pill-short{width:36px}.tpl-illo-dots{display:flex;gap:3px;margin-left:auto}.tpl-illo-dots span{width:4px;height:4px;border-radius:50%;background:#bbb}.features-block-card.salix-reveal-visible .tpl-illo-doc{animation:tpl-doc-in .7s ease-out both,tpl-idle-doc 4s 1.2s ease-in-out infinite}.features-block-card.salix-reveal-visible .tpl-illo-card-3{animation:tpl-card3-in .5s .2s ease-out both,tpl-idle-card3 3.5s 1.2s ease-in-out infinite}.features-block-card.salix-reveal-visible .tpl-illo-card-2{animation:tpl-card2-in .5s .35s ease-out both,tpl-idle-card2 3.5s 1.4s ease-in-out infinite}.features-block-card.salix-reveal-visible .tpl-illo-card-1{animation:tpl-card1-in .5s .5s ease-out both,tpl-idle-card1 3.5s 1.6s ease-in-out infinite}.features-block-card.salix-reveal-visible .tpl-illo-sig-box{animation:tpl-sig-in .4s .6s ease-out both,tpl-idle-sig 3s 1.4s ease-in-out infinite}@keyframes tpl-doc-in{0%{opacity:0;transform:rotate(-6deg) translateY(20px)}to{opacity:1;transform:rotate(-6deg) translateY(0)}}@keyframes tpl-card3-in{0%{opacity:0;transform:rotate(2deg) translate(-12px,-6px)}to{opacity:1;transform:rotate(2deg) translate(18px,-6px)}}@keyframes tpl-card2-in{0%{opacity:0;transform:rotate(-4deg) translate(-20px,-4px)}to{opacity:1;transform:rotate(-4deg) translate(10px,-4px)}}@keyframes tpl-card1-in{0%{opacity:0;transform:rotate(-12deg) translate(-30px)}to{opacity:1;transform:rotate(-12deg) translate(0)}}@keyframes tpl-sig-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes tpl-idle-doc{0%,to{transform:rotate(-6deg) translateY(0)}50%{transform:rotate(-6deg) translateY(-5px)}}@keyframes tpl-idle-card3{0%,to{transform:rotate(2deg) translate(18px,-6px)}50%{transform:rotate(2deg) translate(18px,-10px)}}@keyframes tpl-idle-card2{0%,to{transform:rotate(-4deg) translate(10px,-4px)}50%{transform:rotate(-4deg) translate(10px,-8px)}}@keyframes tpl-idle-card1{0%,to{transform:rotate(-12deg) translate(0)}50%{transform:rotate(-12deg) translateY(-4px)}}@keyframes tpl-idle-sig{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}.envelope-status-illo{width:100%;max-width:280px;padding:20px 10px 24px 16px;background:transparent;border-radius:14px;position:relative;box-sizing:border-box}.envelope-status-illo-title{font-size:13px;font-weight:500;color:#888;margin:0 0 18px;padding-left:2px;letter-spacing:0}.envelope-status-illo-connector{position:absolute;left:41px;top:60px;bottom:50px;width:2px;background:#e0e0e0;border-radius:1px;pointer-events:none}.envelope-status-illo-rows{display:flex;flex-direction:column;gap:12px}.envelope-status-illo-row{position:relative;z-index:1}.envelope-status-illo-card{display:flex;align-items:center;gap:14px;padding:10px 20px 10px 10px;background:#fff;border-radius:32px;box-shadow:0 2px 8px #0000000f,0 1px 3px #0000000a}.envelope-status-illo-circle{width:32px;height:32px;min-width:32px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #00000012,0 1px 2px #0000000d;display:flex;align-items:center;justify-content:center}.envelope-status-illo-circle-check{color:#888}.envelope-status-illo-pill{display:block;height:14px;border-radius:999px;background:#d4d4d4;flex-shrink:0}.envelope-status-illo-pill-long{width:120px;max-width:55%}.envelope-status-illo-pill-short{width:52px;max-width:28%}.status-circle-active{color:#888}.status-row-1 .envelope-status-illo-circle.status-circle-active{background:#6366f1;color:#fff;box-shadow:0 0 30px #818cf8a6,0 3px 14px #6366f159,0 1px 4px #0000001a}.status-row-2 .envelope-status-illo-circle.status-circle-active{background:#f59e0b;color:#fff;box-shadow:0 0 30px #fcd34da6,0 3px 14px #f59e0b59,0 1px 4px #0000001a}.status-row-3 .envelope-status-illo-circle.status-circle-active{background:#22c55e;color:#fff;box-shadow:0 0 30px #4ade80a6,0 3px 14px #22c55e59,0 1px 4px #0000001a}.status-row-1 .envelope-status-illo-circle.status-circle-active svg,.status-row-2 .envelope-status-illo-circle.status-circle-active svg,.status-row-3 .envelope-status-illo-circle.status-circle-active svg{stroke:#fff}.status-row-1,.status-row-2,.status-row-3{opacity:0;transform:translateY(8px)}.features-block-card.salix-reveal-visible .status-row-1{animation:status-row-in-1 6s .6s ease-in-out infinite}.features-block-card.salix-reveal-visible .status-row-2{animation:status-row-in-2 6s .6s ease-in-out infinite}.features-block-card.salix-reveal-visible .status-row-3{animation:status-row-in-3 6s .6s ease-in-out infinite}.features-block-card.salix-reveal-visible .envelope-status-illo-connector{animation:status-connector 6s .6s ease-in-out infinite}@keyframes status-row-in-1{0%,4%{opacity:0;transform:translateY(8px) scale(.92)}12%{opacity:1;transform:translateY(0) scale(1.04)}16%{opacity:1;transform:translateY(0) scale(1)}70%{opacity:1;transform:translateY(0) scale(1)}82%,to{opacity:0;transform:translateY(-4px) scale(.96)}}@keyframes status-row-in-2{0%,16%{opacity:0;transform:translateY(8px) scale(.92)}28%{opacity:1;transform:translateY(0) scale(1.04)}32%{opacity:1;transform:translateY(0) scale(1)}70%{opacity:1;transform:translateY(0) scale(1)}82%,to{opacity:0;transform:translateY(-4px) scale(.96)}}@keyframes status-row-in-3{0%,30%{opacity:0;transform:translateY(8px) scale(.92)}42%{opacity:1;transform:translateY(0) scale(1.04)}46%{opacity:1;transform:translateY(0) scale(1)}70%{opacity:1;transform:translateY(0) scale(1)}82%,to{opacity:0;transform:translateY(-4px) scale(.96)}}@keyframes status-connector{0%,4%{opacity:0}16%{opacity:.3}42%{opacity:1}70%{opacity:1}82%,to{opacity:0}}.status-circle-signed{position:relative;overflow:visible}.status-confetti-wrap{position:absolute;left:50%;top:50%;width:0;height:0;pointer-events:none;z-index:1}.status-confetti-piece{position:absolute;width:5px;height:5px;background:#22c55e;border-radius:50%;opacity:0;left:50%;top:50%;transform:translate(-50%,-50%) rotate(0);--tx: 0px;--ty: 0px;--dur: .5s;box-shadow:0 0 6px #22c55ecc}.status-circle-signed .status-confetti-piece:nth-child(3n){background:#4ade80;box-shadow:0 0 6px #4ade80cc}.status-circle-signed .status-confetti-piece:nth-child(3n+1){background:#16a34a;box-shadow:0 0 6px #16a34acc}.status-circle-signed .status-confetti-piece:nth-child(3n+2){background:#22c55e;box-shadow:0 0 6px #22c55ecc}.features-block-card.salix-reveal-visible .status-confetti-piece{animation:status-confetti-burst var(--dur) ease-out forwards,status-confetti-loop 6s .6s ease-in-out infinite}@keyframes status-confetti-burst{0%{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(0)}to{opacity:0;transform:translate(calc(-50% + var(--tx)),calc(-50% + var(--ty))) scale(var(--scale, .4)) rotate(var(--rotate, 0deg))}}@keyframes status-confetti-loop{0%,34%{opacity:0;transform:translate(-50%,-50%) scale(1) rotate(0)}36%{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(0)}46%{opacity:0;transform:translate(calc(-50% + var(--tx)),calc(-50% + var(--ty))) scale(var(--scale, .4)) rotate(var(--rotate, 0deg))}to{opacity:0;transform:translate(calc(-50% + var(--tx)),calc(-50% + var(--ty))) scale(var(--scale, .4)) rotate(var(--rotate, 0deg))}}.features-block-card-title{font-size:1.375rem;font-weight:500;color:var(--color-text-primary);margin:0 0 .5rem;line-height:1.3}.features-block-card:first-child .features-block-card-title{font-size:1.5rem}.features-block-card-desc{font-size:.9375rem;color:var(--color-text-secondary);line-height:1.5;margin:0}.features-block-card:first-child .features-block-card-desc{font-size:1rem}.key-tools-block{position:relative;background:var(--color-bg-secondary)}.key-tools-inner{max-width:900px;margin-left:auto;margin-right:auto}.key-tools-head{text-align:center;margin-bottom:2.5rem}.key-tools-label{font-size:.8125rem;font-weight:500;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;margin:0 0 .5rem}.key-tools-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:500;color:var(--color-text-primary);margin:0 0 .5rem;line-height:1.2}.key-tools-subtitle{font-size:1rem;color:var(--color-text-secondary);margin:0;line-height:1.5}.key-tools-list{display:flex;flex-direction:column;gap:1.25rem}.key-tools-card{display:flex;align-items:flex-start;gap:1.25rem;padding:1.25rem 1.5rem;background:var(--color-bg-primary);border:1.5px solid rgba(108,111,118,.08);border-radius:14px;transition:border-color .2s,box-shadow .2s}.key-tools-card:hover{border-color:#6c6f761f;box-shadow:0 4px 16px #0000000a}.key-tools-card-icon{flex-shrink:0;width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:var(--color-bg-secondary);color:var(--color-accent-primary);border-radius:12px}.key-tools-card-body{flex:1;min-width:0}.key-tools-card-title{font-size:1.125rem;font-weight:500;color:var(--color-text-primary);margin:0 0 .35rem;line-height:1.3}.key-tools-card-desc{font-size:.9375rem;color:var(--color-text-secondary);margin:0;line-height:1.5}.core-features-block{position:relative}.core-features-inner{max-width:1100px;margin-left:auto;margin-right:auto}.core-features-head{text-align:center;margin-bottom:2.5rem}.core-features-label{font-size:.8125rem;font-weight:500;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;margin:0 0 .5rem}.core-features-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:500;color:var(--color-text-primary);margin:0 0 .5rem;line-height:1.2}.core-features-subtitle{font-size:1rem;color:var(--color-text-secondary);margin:0;line-height:1.5}.core-features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.core-features-item{padding:1.25rem;background:var(--color-bg-elevated);border:1.5px solid rgba(108,111,118,.08);border-radius:14px;text-align:center;transition:border-color .2s,box-shadow .2s}.core-features-item:hover{border-color:#6c6f761f;box-shadow:0 4px 16px #0000000a}.core-features-item-icon{width:56px;height:56px;margin:0 auto 1rem;display:flex;align-items:center;justify-content:center;background:var(--color-bg-secondary);color:var(--color-accent-primary);border-radius:12px}.core-features-item-title{font-size:1rem;font-weight:500;color:var(--color-text-primary);margin:0 0 .35rem;line-height:1.3}.core-features-item-desc{font-size:.875rem;color:var(--color-text-secondary);margin:0;line-height:1.5}.how-it-works-block{position:relative;width:99%;max-width:99vw;margin-left:auto;margin-right:auto;background:#181818;border-radius:40px;padding-left:1.5rem;padding-right:1.5rem;box-sizing:border-box}.how-it-works-inner{max-width:800px;margin-left:auto;margin-right:auto}.how-it-works-head{text-align:center;margin-bottom:2rem}.how-it-works-label{font-size:.8125rem;font-weight:500;color:#fff9;text-transform:uppercase;letter-spacing:.04em;margin:0 0 .5rem}.how-it-works-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:500;color:#fff;margin:0 0 .5rem;line-height:1.2}.how-it-works-subtitle{font-size:1rem;color:#ffffffbf;margin:0;line-height:1.5}.how-it-works-tabs-wrap{margin-top:1.5rem}.how-it-works-tabs{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1.5rem}.how-it-works-tab{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:500;color:#fffc;background:#ffffff14;border:1.5px solid rgba(255,255,255,.15);border-radius:100px;cursor:pointer;transition:color .2s,background .2s,border-color .2s}.how-it-works-tab:hover{color:#fff;background:#ffffff1f}.how-it-works-tab.is-active{color:#181818;background:#fff;border-color:#fff}.how-it-works-tab-icon{flex-shrink:0;color:inherit;opacity:.85}.how-it-works-panels{min-height:280px;background:#ffffff0f;border:1.5px solid rgba(255,255,255,.1);border-radius:16px;overflow:hidden}.how-it-works-panel{padding:1.5rem}.how-it-works-panel-media{display:flex;align-items:center;justify-content:center;min-height:240px}.how-it-works-panel-media img{max-width:100%;height:auto;object-fit:contain}.sections .cta-block,.sections .cta-block *{letter-spacing:0}.sections .cta-block.max-width{position:relative}.sections .cta-block.max-width>.line-wrapper{position:absolute;width:100vw;left:50%;transform:translate(-50%);max-width:none;top:0;bottom:0;pointer-events:none}.cta-block-inner{max-width:1200px;margin-left:auto;margin-right:auto}.cta-block-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:3rem}.cta-block-content{max-width:420px}.cta-block-title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:500;color:var(--color-text-primary);margin:0 0 .75rem;line-height:1.2}.cta-block-subtitle{font-size:1.0625rem;color:var(--color-text-secondary);margin:0 0 1.5rem;line-height:1.5}.cta-block-mockup{min-height:0}.cta-block-mockup .hero-dashboard-mockup{max-height:500px}@media(max-width:991px){.features-block-grid{grid-template-columns:1fr}.features-block-card:first-child{grid-row:span 1;padding:1.5rem}.features-block-card:first-child .features-block-card-media{min-height:160px}.features-block-card:first-child .features-block-card-title{font-size:1.125rem}.features-block-card:first-child .features-block-card-desc{font-size:.9375rem}.core-features-grid{grid-template-columns:repeat(2,1fr)}.cta-block-grid{grid-template-columns:1fr;gap:2rem}.cta-block-content{max-width:none;text-align:center}.cta-block-content .button-style-02{margin-left:auto;margin-right:auto}}@media(max-width:600px){.core-features-grid{grid-template-columns:1fr}.key-tools-card{flex-direction:column;align-items:center;text-align:center}}
