:root{--fundel-orange:#f06c1a;--fundel-orange-dark:#d95e14;--fundel-navy:#11212f;--fundel-heading:#1a2540;--fundel-slate:#334155;--fundel-muted:#64748b;--fundel-success:#059669;--fundel-success-bg:#ecfdf5;--fundel-error:#dc2626;--fundel-error-bg:#fef2f2;--fundel-warning:#d97706;--fundel-warning-bg:#fffbeb;--fundel-info:#1d5fad;--fundel-info-bg:#eff6ff;--fundel-border:#cbd5e1;--fundel-bg-subtle:#f8fafc;--fundel-bg-hover:#f1f5f9;--fundel-disabled-text:#94a3b8;--fundel-disabled-bg:#f1f5f9;--fundel-input-border:#f7ac7d;--fundel-input-hover-bg:#fff8f4;--fundel-focus:#f06c1a;--fundel-font:"Plus Jakarta Sans", system-ui, sans-serif;--fundel-mono:"DM Mono", monospace;--fundel-r-sm:6px;--fundel-r-md:8px;--fundel-r-lg:12px;--fundel-r-xl:16px;--fundel-shadow-card:0 1px 3px #00000014, 0 1px 2px #0000000d;--fundel-shadow-modal:0 16px 48px #0000002e, 0 4px 16px #00000014;--fundel-modal-xs:320px;--fundel-modal-sm:420px;--fundel-modal-md:560px;--fundel-modal-lg:720px;--fundel-modal-xl:940px;--fundel-motion-fast:.12s ease;--fundel-motion-base:.18s ease;--fundel-motion-slow:.28s cubic-bezier(.2, .8, .2, 1);--fundel-sidebar-w:240px;--fundel-header-h:56px;--orange:var(--fundel-orange);--orange-dark:var(--fundel-orange-dark);--navy:var(--fundel-navy);--heading:var(--fundel-heading);--slate:var(--fundel-slate);--muted:var(--fundel-muted);--success:var(--fundel-success);--success-bg:var(--fundel-success-bg);--error:var(--fundel-error);--error-bg:var(--fundel-error-bg);--warning:var(--fundel-warning);--warning-bg:var(--fundel-warning-bg);--info:var(--fundel-info);--info-bg:var(--fundel-info-bg);--border:var(--fundel-border);--bg-subtle:var(--fundel-bg-subtle);--bg-hover:var(--fundel-bg-hover);--disabled-text:var(--fundel-disabled-text);--disabled-bg:var(--fundel-disabled-bg);--input-border:var(--fundel-input-border);--input-hover-bg:var(--fundel-input-hover-bg);--focus:var(--fundel-focus);--font:var(--fundel-font);--mono:var(--fundel-mono);--r-sm:var(--fundel-r-sm);--r-md:var(--fundel-r-md);--r-lg:var(--fundel-r-lg);--r-xl:var(--fundel-r-xl);--shadow-card:var(--fundel-shadow-card);--shadow-modal:var(--fundel-shadow-modal);--sidebar-w:var(--fundel-sidebar-w);--header-h:var(--fundel-header-h);--modal-xs:var(--fundel-modal-xs);--modal-sm:var(--fundel-modal-sm);--modal-md:var(--fundel-modal-md);--modal-lg:var(--fundel-modal-lg);--modal-xl:var(--fundel-modal-xl);--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--space-24:96px;--radius-sm:var(--fundel-r-sm);--radius-md:var(--fundel-r-md);--radius-lg:var(--fundel-r-lg);--radius-xl:var(--fundel-r-xl);--radius-full:9999px;--fundel-white:#fff;--fundel-line:#e2e8f0;--fundel-near:#f8f9fc;--fundel-near-2:#eef2f7;--fundel-orange-light-bg:#fff3ed;--fundel-orange-hover-bg:#fff8f4;--fundel-cool-gray:#e8ecf4;--fundel-biz-light:#f4f8fe;--transition-base:.16s ease;--transition-hover:.18s ease;--transition-slow:.28s cubic-bezier(.2, .8, .2, 1);--shadow-soft:0 2px 8px #11212f0f;--shadow-md:0 8px 24px #11212f17;--shadow-elevated:0 18px 55px #11212f1f;--font-sans:var(--fundel-font);--font-mono:var(--fundel-mono);--bg-app:linear-gradient(168deg, #fff 0%, #fbf5ea 40%, #f8f0dc 100%)}*,:before,:after{font-family:var(--fundel-font)}code,pre,kbd,samp,.mono{font-family:var(--fundel-mono)}button,input,select,textarea{font-family:inherit}.fundel-header{padding:var(--space-4) var(--space-5);border:1px solid var(--fundel-line);border-radius:var(--radius-lg);background:#ffffffeb;grid-template-columns:1fr auto 1fr;align-items:center;display:grid;box-shadow:0 18px 50px #11212f1a}.fundel-header__brand{align-items:center;gap:var(--space-4);justify-self:center;display:flex}.fundel-header__title{color:var(--fundel-heading);letter-spacing:-.04em;margin:0;font-size:clamp(22px,3vw,38px);font-weight:800}.fundel-back-to-hub{border-radius:var(--radius-full);background:var(--fundel-orange);border:1px solid var(--fundel-orange);color:var(--fundel-white);transition:background var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base), transform var(--transition-base);justify-self:start;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.fundel-back-to-hub:hover{background:var(--fundel-orange-dark);border-color:var(--fundel-orange-dark);transform:translateY(-1px);box-shadow:0 4px 16px #f9731640}@media (width<=640px){.fundel-back-to-hub span{display:none}.fundel-back-to-hub{padding:8px 10px}}.fundel-lang-toggle{background:var(--fundel-near);border:1px solid var(--fundel-line);border-radius:var(--radius-full);justify-self:end;gap:4px;padding:4px;display:inline-flex}.fundel-lang-btn{border-radius:var(--radius-full);min-width:40px;height:30px;color:var(--fundel-navy);cursor:pointer;letter-spacing:.05em;transition:background var(--transition-base), color var(--transition-base);background:0 0;border:none;font-size:12px;font-weight:900}.fundel-lang-btn--active{background:var(--fundel-orange);color:var(--fundel-white);box-shadow:0 2px 8px #f9731633}.fundel-lang-btn:not(.fundel-lang-btn--active):hover{color:var(--fundel-orange-dark);background:#f9731614}.fundel-panel{border-radius:var(--radius-lg);background:#fffffff0;border:1px solid #f973161f;position:relative;overflow:visible;box-shadow:0 4px 24px #11212f0f,0 1px 3px #11212f0a}.fundel-panel:before{content:"";top:0;left:var(--space-4);right:var(--space-4);background:linear-gradient(90deg,#f97316 0%,#ffb37a 50%,#f97316 100%);border-radius:0 0 3px 3px;height:3px;position:absolute}.fundel-button{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius-full);cursor:pointer;transition:transform var(--transition-hover), box-shadow var(--transition-hover), background var(--transition-hover), border-color var(--transition-hover);border:1px solid #0000;padding:12px 16px;font-size:13px;font-weight:900;display:inline-flex}.fundel-button:hover{transform:translateY(-2px)}.fundel-button:active{transform:translateY(0)}.fundel-button--primary{background:var(--fundel-orange);color:var(--fundel-white);border-color:var(--fundel-orange);box-shadow:0 12px 26px #f9731638}.fundel-button--primary:hover{background:var(--fundel-orange-dark);border-color:var(--fundel-orange-dark)}.fundel-button--secondary{background:var(--fundel-white);color:var(--fundel-navy);border-color:var(--fundel-line)}.fundel-button--secondary:hover{border-color:var(--fundel-orange);box-shadow:0 4px 12px #f973161f}.fundel-button--ghost{color:var(--fundel-navy);border-color:var(--fundel-line);background:0 0}.fundel-button--ghost:hover{border-color:var(--fundel-orange);background:#f973160f}.fundel-header__actions{justify-self:end;align-items:center;gap:var(--space-2);display:inline-flex}.fundel-header__actions .fundel-lang-toggle{justify-self:auto}.fundel-button--destructive{background:var(--fundel-error);color:var(--fundel-white);border-color:var(--fundel-error)}.fundel-button--destructive:hover{background:#b91c1c;border-color:#b91c1c}.fundel-button--destructive:disabled{background:var(--fundel-disabled-bg);color:var(--fundel-disabled-text);border-color:var(--fundel-disabled-bg);cursor:not-allowed;box-shadow:none;transform:none}.fundel-modal__overlay{z-index:1000;background:#11212f8c;justify-content:center;align-items:center;animation:.2s fundel-fade-in;display:flex;position:fixed;inset:0}@keyframes fundel-fade-in{0%{opacity:0}to{opacity:1}}@keyframes fundel-slide-up{0%{opacity:0;transform:translateY(16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.fundel-modal__box{background:var(--fundel-white);border-radius:var(--radius-md);flex-direction:column;width:90vw;max-width:560px;max-height:85vh;animation:.25s fundel-slide-up;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 64px #11212f2e}.fundel-modal__box:before{content:"";background:var(--fundel-orange);border-radius:var(--radius-md) var(--radius-md) 0 0;height:3px;position:absolute;top:0;left:0;right:0}.fundel-modal__box--sm{max-width:420px}.fundel-modal__box--lg{max-width:720px}.fundel-modal__box--xl{max-width:1000px}.fundel-modal__header{padding:var(--space-5) var(--space-6);padding-top:calc(var(--space-5) + 3px);border-bottom:1px solid var(--fundel-border);grid-template-columns:32px 1fr 32px;align-items:center;display:grid}.fundel-modal__title{color:var(--fundel-heading);text-align:center;margin:0;font-size:22px;font-weight:800}.fundel-modal__header:before{content:""}.fundel-modal__close{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--fundel-muted);cursor:pointer;transition:background var(--transition-base), color var(--transition-base);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.fundel-modal__close:hover{background:var(--fundel-orange-hover-bg);color:var(--fundel-orange)}.fundel-modal__body{padding:var(--space-6);flex:1;overflow-y:auto}.fundel-modal__footer{justify-content:flex-end;gap:var(--space-3);padding:var(--space-4) var(--space-6);border-top:1px solid var(--fundel-border);display:flex}.fundel-confirm__message{color:var(--fundel-slate);margin:0;font-size:14px;line-height:1.6}.fundel-confirm__actions{gap:var(--space-3);justify-content:flex-end;width:100%;display:flex}.fundel-toast-container{top:var(--space-5);right:var(--space-5);z-index:2000;gap:var(--space-3);pointer-events:none;flex-direction:column;display:flex;position:fixed}@keyframes fundel-toast-in{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes fundel-toast-out{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}.fundel-toast{pointer-events:auto;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius-sm);border-left:4px solid;min-width:300px;max-width:420px;animation:.3s fundel-toast-in;display:flex;box-shadow:0 8px 24px #11212f1f}.fundel-toast--exit{animation:.3s forwards fundel-toast-out}.fundel-toast--success{background:var(--fundel-success-bg);border-left-color:var(--fundel-success);color:var(--fundel-success)}.fundel-toast--error{background:var(--fundel-error-bg);border-left-color:var(--fundel-error);color:var(--fundel-error)}.fundel-toast--warning{background:var(--fundel-warning-bg);border-left-color:var(--fundel-warning);color:var(--fundel-warning)}.fundel-toast--info{background:var(--fundel-info-bg);border-left-color:var(--fundel-info);color:var(--fundel-info)}.fundel-toast__icon{flex-shrink:0;display:flex}.fundel-toast__message{color:var(--fundel-heading);flex:1;font-size:14px;font-weight:500}.fundel-toast__close{width:24px;height:24px;color:var(--fundel-muted);cursor:pointer;transition:color var(--transition-base);background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.fundel-toast__close:hover{color:var(--fundel-heading)}.fundel-button--sm{padding:8px 12px;font-size:12px}.fundel-button--md{padding:12px 16px;font-size:13px}.fundel-button--lg{padding:14px 24px;font-size:15px}.fundel-button__icon{flex-shrink:0;align-items:center;display:flex}.fundel-button:disabled{background:var(--fundel-disabled-bg);color:var(--fundel-disabled-text);border-color:var(--fundel-disabled-bg);cursor:not-allowed;box-shadow:none;transform:none}.fundel-input-wrapper{flex-direction:column;gap:4px;display:flex}.fundel-input-label{color:var(--fundel-heading);letter-spacing:.03em;font-size:11px;font-weight:600}.fundel-input-required{color:var(--fundel-error);margin-left:2px}.fundel-input{height:44px;padding:0 var(--space-3);border:1px solid var(--fundel-border);border-radius:var(--radius-sm);background:var(--fundel-white);color:var(--fundel-heading);font-size:14px;font-family:var(--fundel-font);transition:border-color var(--transition-base), box-shadow var(--transition-base);outline:none}.fundel-input::placeholder{color:var(--fundel-muted)}.fundel-input:focus{border-color:var(--fundel-orange);outline:2.5px solid var(--fundel-orange);outline-offset:2px}.fundel-input--error{border-color:var(--fundel-error)}.fundel-input--error:focus{border-color:var(--fundel-error);outline-color:var(--fundel-error)}.fundel-input-wrapper--disabled .fundel-input{background:var(--fundel-disabled-bg);color:var(--fundel-disabled-text);cursor:not-allowed}.fundel-input-error{color:var(--fundel-error);margin:0;font-size:12px}.fundel-input-helper{color:var(--fundel-muted);margin:0;font-size:12px}.fundel-dropdown-wrapper{flex-direction:column;gap:4px;display:flex;position:relative}.fundel-dropdown-trigger{height:44px;padding:0 var(--space-3);border:1px solid var(--fundel-border);border-radius:var(--radius-sm);background:var(--fundel-white);font-size:14px;font-family:var(--fundel-font);color:var(--fundel-heading);cursor:pointer;transition:border-color var(--transition-base), box-shadow var(--transition-base);outline:none;justify-content:space-between;align-items:center;display:flex}.fundel-dropdown-trigger:focus{border-color:var(--fundel-orange);outline:2.5px solid var(--fundel-orange);outline-offset:2px}.fundel-dropdown-trigger--error{border-color:var(--fundel-error)}.fundel-dropdown-trigger--open{border-color:var(--fundel-orange)}.fundel-dropdown-trigger:disabled{background:var(--fundel-disabled-bg);color:var(--fundel-disabled-text);cursor:not-allowed}.fundel-dropdown-placeholder{color:var(--fundel-muted)}.fundel-dropdown-value{color:var(--fundel-heading)}.fundel-dropdown-chevron{color:var(--fundel-muted);transition:transform var(--transition-base);flex-shrink:0}.fundel-dropdown-chevron--open{transform:rotate(180deg)}.fundel-dropdown-menu{z-index:100;background:var(--fundel-white);border:1px solid var(--fundel-border);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);max-height:240px;margin:4px 0 0;padding:4px;list-style:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.fundel-dropdown-option{padding:10px var(--space-3);color:var(--fundel-slate);cursor:pointer;transition:background var(--transition-base), color var(--transition-base);border-radius:6px;justify-content:space-between;align-items:center;font-size:14px;display:flex}.fundel-dropdown-option:hover{background:var(--fundel-orange-light-bg);color:var(--fundel-heading)}.fundel-dropdown-option--selected{color:var(--fundel-orange);font-weight:600}.fundel-dropdown-option--disabled{color:var(--fundel-disabled-text);cursor:not-allowed}.fundel-dropdown-option--disabled:hover{color:var(--fundel-disabled-text);background:0 0}.fundel-card{border:1px solid var(--fundel-border);border-radius:var(--radius-sm);background:var(--fundel-white);transition:border-color var(--transition-hover), box-shadow var(--transition-hover);overflow:hidden}.fundel-card--clickable{cursor:pointer}.fundel-card--clickable:hover{border-color:var(--fundel-orange);box-shadow:0 4px 16px #f06c1a1a}.fundel-card--active{border-color:var(--fundel-orange);box-shadow:0 0 0 2px #f06c1a33}.fundel-card__header{padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--fundel-border)}.fundel-card__body{padding:var(--space-4) var(--space-5)}.fundel-card__footer{padding:var(--space-3) var(--space-5);border-top:1px solid var(--fundel-border);align-items:center;gap:var(--space-3);display:flex}.fundel-compact-card{align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius-sm);transition:background var(--transition-base);display:flex}.fundel-compact-card:hover{background:var(--fundel-bg-hover)}.fundel-compact-card--inactive{opacity:.55}.fundel-compact-card__avatar{flex-shrink:0}.fundel-compact-card__content{flex-direction:column;flex:1;min-width:0;display:flex}.fundel-compact-card__title{color:var(--fundel-heading);white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.fundel-compact-card__subtitle{color:var(--fundel-muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.fundel-compact-card__badge{flex-shrink:0}.fundel-table-wrapper{border:1px solid var(--fundel-border);border-radius:var(--radius-sm);overflow-x:auto}.fundel-table{border-collapse:collapse;width:100%;font-size:14px}.fundel-table__th{text-align:left;padding:var(--space-3) var(--space-4);text-transform:uppercase;letter-spacing:.05em;color:var(--fundel-muted);background:var(--fundel-bg-subtle);border-bottom:1px solid var(--fundel-border);white-space:nowrap;font-size:11px;font-weight:700}.fundel-table__th--sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.fundel-table__th--sortable:hover{color:var(--fundel-orange)}.fundel-table__th-content{align-items:center;gap:4px;display:inline-flex}.fundel-table__sort-icon{flex-shrink:0}.fundel-table__td{padding:var(--space-3) var(--space-4);color:var(--fundel-slate);border-bottom:1px solid var(--fundel-border)}.fundel-table__tr:last-child .fundel-table__td{border-bottom:none}.fundel-table__tr--striped{background:var(--fundel-bg-subtle)}.fundel-table__tr--clickable{cursor:pointer}.fundel-table__tr--clickable:hover{background:var(--fundel-orange-light-bg)}.fundel-table__empty{text-align:center;padding:var(--space-8) var(--space-4);color:var(--fundel-muted);font-style:italic}.fundel-badge{border-radius:var(--radius-full);white-space:nowrap;align-items:center;gap:6px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-flex}.fundel-badge__dot{background:currentColor;border-radius:50%;width:6px;height:6px}.fundel-badge--default{background:var(--fundel-bg-hover);color:var(--fundel-slate)}.fundel-badge--success{background:var(--fundel-success-bg);color:var(--fundel-success)}.fundel-badge--error{background:var(--fundel-error-bg);color:var(--fundel-error)}.fundel-badge--warning{background:var(--fundel-warning-bg);color:var(--fundel-warning)}.fundel-badge--info{background:var(--fundel-info-bg);color:var(--fundel-info)}.fundel-badge--orange{background:var(--fundel-orange-light-bg);color:var(--fundel-orange)}.fundel-avatar{color:var(--fundel-white);object-fit:cover;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:inline-flex;overflow:hidden}.fundel-avatar--orange{background:var(--fundel-orange)}.fundel-avatar--navy{background:var(--fundel-navy)}.fundel-avatar--slate{background:var(--fundel-slate)}.fundel-avatar--muted{background:var(--fundel-muted)}.fundel-avatar--fmark{background:var(--fundel-bg-subtle);border:1px solid var(--fundel-border)}.fundel-divider{margin:var(--space-4) 0;border:none}.fundel-divider--subtle{background:var(--fundel-border);height:1px}.fundel-divider--thick{background:var(--fundel-border);height:2px}.fundel-divider--orange{background:var(--fundel-orange);height:2px}.fundel-divider--labeled{align-items:center;gap:var(--space-3);display:flex}.fundel-divider__line{background:var(--fundel-border);flex:1;height:1px}.fundel-divider__label{color:var(--fundel-muted);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;font-size:12px;font-weight:600}.fundel-tab-nav{border-bottom:2px solid var(--fundel-border);gap:0;display:flex}.fundel-tab-nav__tab{padding:var(--space-3) var(--space-4);color:var(--fundel-slate);cursor:pointer;transition:color var(--transition-base);font-size:14px;font-weight:500;font-family:var(--fundel-font);background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:6px;margin-bottom:-2px;display:inline-flex;position:relative}.fundel-tab-nav__tab:hover{color:var(--fundel-orange)}.fundel-tab-nav__tab--active{color:var(--fundel-orange);border-bottom-color:var(--fundel-orange);font-weight:600}.fundel-tab-nav__icon{align-items:center;display:flex}.fundel-search-field{align-items:center;display:flex;position:relative}.fundel-search-field__icon{left:var(--space-3);color:var(--fundel-muted);pointer-events:none;position:absolute}.fundel-search-field__input{width:100%;height:44px;padding:0 var(--space-8) 0 40px;border:1px solid var(--fundel-border);border-radius:var(--radius-sm);background:var(--fundel-white);font-size:14px;font-family:var(--fundel-font);color:var(--fundel-heading);transition:border-color var(--transition-base);outline:none}.fundel-search-field__input::placeholder{color:var(--fundel-muted)}.fundel-search-field__input:focus{border-color:var(--fundel-orange);outline:2.5px solid var(--fundel-orange);outline-offset:2px}.fundel-search-field__clear{right:var(--space-2);width:28px;height:28px;color:var(--fundel-muted);cursor:pointer;transition:color var(--transition-base), background var(--transition-base);background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;display:flex;position:absolute}.fundel-search-field__clear:hover{color:var(--fundel-heading);background:var(--fundel-bg-hover)}.fundel-spinner{color:var(--fundel-orange);animation:.8s linear infinite fundel-spin}@keyframes fundel-spin{to{transform:rotate(360deg)}}.fundel-skeleton{background:linear-gradient(90deg, var(--fundel-bg-hover) 25%, var(--fundel-bg-subtle) 50%, var(--fundel-bg-hover) 75%);background-size:200% 100%;animation:1.5s infinite fundel-shimmer}@keyframes fundel-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.fundel-skeleton-card{gap:var(--space-3);padding:var(--space-5);border:1px solid var(--fundel-border);border-radius:var(--radius-sm);flex-direction:column;display:flex}.fundel-empty-state{padding:var(--space-12) var(--space-6);text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.fundel-empty-state__icon{color:var(--fundel-muted);margin-bottom:var(--space-4)}.fundel-empty-state__title{margin:0 0 var(--space-2);color:var(--fundel-heading);font-size:16px;font-weight:600}.fundel-empty-state__description{margin:0 0 var(--space-5);color:var(--fundel-muted);max-width:320px;font-size:14px}.fundel-empty-state__action{margin-top:var(--space-2)}.fundel-pagination{align-items:center;gap:var(--space-1);display:flex}.fundel-pagination__btn{padding:var(--space-2) var(--space-3);border:1px solid var(--fundel-border);border-radius:var(--radius-sm);background:var(--fundel-white);font-size:13px;font-family:var(--fundel-font);color:var(--fundel-slate);cursor:pointer;transition:border-color var(--transition-base), color var(--transition-base)}.fundel-pagination__btn:hover:not(:disabled){border-color:var(--fundel-orange);color:var(--fundel-orange)}.fundel-pagination__btn:disabled{color:var(--fundel-disabled-text);cursor:not-allowed}.fundel-pagination__page{border-radius:var(--radius-sm);min-width:36px;height:36px;font-size:14px;font-family:var(--fundel-font);color:var(--fundel-slate);cursor:pointer;transition:background var(--transition-base), color var(--transition-base);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;display:flex}.fundel-pagination__page:hover{background:var(--fundel-bg-hover)}.fundel-pagination__page--active{background:var(--fundel-orange);color:var(--fundel-white);font-weight:600}.fundel-pagination__page--active:hover{background:var(--fundel-orange-dark)}.fundel-pagination__dots{padding:0 var(--space-1);color:var(--fundel-muted)}.fundel-checkbox{align-items:center;gap:var(--space-2);cursor:pointer;color:var(--fundel-slate);font-size:14px;display:inline-flex}.fundel-checkbox--disabled{opacity:.5;cursor:not-allowed}.fundel-checkbox__input{opacity:0;width:0;height:0;position:absolute}.fundel-checkbox__box{border:2px solid var(--fundel-border);background:var(--fundel-white);color:#0000;width:20px;height:20px;transition:background var(--transition-base), border-color var(--transition-base), color var(--transition-base);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.fundel-checkbox__input:checked+.fundel-checkbox__box{background:var(--fundel-orange);border-color:var(--fundel-orange);color:var(--fundel-white)}.fundel-checkbox__input:focus-visible+.fundel-checkbox__box{outline:2.5px solid var(--fundel-orange);outline-offset:2px}.fundel-checkbox__label{-webkit-user-select:none;user-select:none}.fundel-toggle{align-items:center;gap:var(--space-3);cursor:pointer;display:inline-flex}.fundel-toggle--disabled{opacity:.5;cursor:not-allowed}.fundel-toggle__track{border-radius:var(--radius-full);background:var(--fundel-border);cursor:pointer;width:44px;height:24px;transition:background var(--transition-base);border:none;padding:0;position:relative}.fundel-toggle__track--on{background:var(--fundel-orange)}.fundel-toggle__track:focus-visible{outline:2.5px solid var(--fundel-orange);outline-offset:2px}.fundel-toggle__thumb{background:var(--fundel-white);width:20px;height:20px;transition:transform var(--transition-base);border-radius:50%;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.fundel-toggle__track--on .fundel-toggle__thumb{transform:translate(20px)}.fundel-toggle__label{color:var(--fundel-slate);-webkit-user-select:none;user-select:none;font-size:14px}.fundel-modal__title-group{justify-content:center;align-items:center;gap:10px;min-width:0;display:flex}.task-widget-fab{z-index:900;background:var(--fundel-orange);width:52px;height:52px;color:var(--fundel-white);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .15s,box-shadow .15s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 16px #f06c1a59}.task-widget-fab:hover{transform:translateY(-2px);box-shadow:0 8px 24px #f06c1a66}.task-widget-fab__badge{background:var(--fundel-error);min-width:20px;height:20px;color:var(--fundel-white);border-radius:10px;justify-content:center;align-items:center;padding:0 5px;font-size:11px;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.task-widget{z-index:900;background:var(--fundel-white);border:1px solid var(--fundel-border);border-radius:12px;flex-direction:column;width:360px;max-height:520px;display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden;box-shadow:0 12px 40px #11212f26}.task-widget__header{border-bottom:1px solid var(--fundel-border);background:var(--fundel-orange);justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.task-widget__title{color:var(--fundel-white);margin:0;font-size:15px;font-weight:700}.task-widget__header-actions{gap:4px;display:flex}.task-widget__btn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.task-widget__btn--icon{width:28px;height:28px;color:var(--fundel-white);border-radius:6px;transition:background .15s}.task-widget__btn--icon:hover{background:#fff3}.task-widget__input-row{border-bottom:1px solid var(--fundel-border);gap:8px;padding:12px 16px;display:flex}.task-widget__input{border:1px solid var(--fundel-border);height:36px;font-size:13px;font-family:var(--fundel-font);color:var(--fundel-heading);border-radius:8px;outline:none;flex:1;padding:0 12px}.task-widget__input:focus{border-color:var(--fundel-orange)}.task-widget__input::placeholder{color:var(--fundel-muted)}.task-widget__btn--add{background:var(--fundel-orange);width:36px;height:36px;color:var(--fundel-white);border-radius:8px;flex-shrink:0;font-size:20px;font-weight:700;transition:background .15s}.task-widget__btn--add:hover{background:var(--fundel-orange-dark)}.task-widget__list{flex:1;padding:8px 0;overflow-y:auto}.task-widget__empty{text-align:center;color:var(--fundel-muted);margin:0;padding:16px;font-size:13px}.task-widget__item{align-items:center;gap:10px;padding:8px 16px;transition:background .1s;display:flex}.task-widget__item:hover{background:#fff8f4}.task-widget__check{border:2px solid var(--fundel-border);cursor:pointer;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;padding:0;transition:border-color .15s;display:flex}.task-widget__check:hover{border-color:var(--fundel-orange)}.task-widget__check-circle{background:0 0;border-radius:50%;width:8px;height:8px;transition:background .15s}.task-widget__check:hover .task-widget__check-circle{background:var(--fundel-orange)}.task-widget__check--done{border-color:var(--fundel-success);background:var(--fundel-success);color:var(--fundel-white)}.task-widget__item-text{color:var(--fundel-heading);flex:1;font-size:13px;line-height:1.4}.task-widget__item--done .task-widget__item-text{color:var(--fundel-muted);text-decoration:line-through}.task-widget__btn--delete{width:24px;height:24px;color:var(--fundel-muted);opacity:0;border-radius:4px;transition:opacity .15s,color .15s}.task-widget__item:hover .task-widget__btn--delete{opacity:1}.task-widget__btn--delete:hover{color:var(--fundel-error)}.task-widget__toggle-completed{width:100%;color:var(--fundel-muted);cursor:pointer;text-align:left;font-size:12px;font-weight:600;font-family:var(--fundel-font);border:none;border-top:1px solid var(--fundel-border);background:0 0;padding:8px 16px;display:block}.task-widget__toggle-completed:hover{color:var(--fundel-orange)}.task-widget__list--completed{padding-top:0}.task-widget__sort,.task-widget__cat-select{border:1px solid var(--fundel-border);height:30px;font-size:12px;font-family:var(--fundel-font);color:var(--fundel-heading);background:#fff8f4;border-radius:7px;padding:0 8px}.task-widget__icon-btn{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.task-widget__category{padding:8px 12px 0}.task-widget__add{border-bottom:1px solid var(--fundel-border);gap:6px;padding:8px 12px;display:flex}.task-widget__add-btn{background:var(--fundel-orange);color:#fff;cursor:pointer;border:none;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.task-widget__item-body{flex:1;align-items:center;gap:5px;min-width:0;display:flex}.task-widget__delete{width:20px;height:20px;color:var(--fundel-muted);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;transition:opacity .1s,color .1s;display:flex}.task-widget__item:hover .task-widget__delete{opacity:1}.task-widget__completed-section{border-top:1px solid var(--fundel-border);padding:8px 12px}.task-widget__completed-toggle{color:var(--fundel-muted);cursor:pointer;font-size:12px;font-weight:600;font-family:var(--fundel-font);background:0 0;border:none;padding:0}.task-widget__completed-list{flex-direction:column;gap:4px;max-height:150px;margin-top:6px;display:flex;overflow-y:auto}select{font-family:var(--fundel-font)}.task-widget__export{display:inline-flex;position:relative}.task-widget__export-menu{z-index:20;min-width:220px;color:var(--fundel-heading);background:#fff;border:1.5px solid #f7ac7d;border-radius:0 0 8px 8px;flex-direction:column;padding:4px 0;display:flex;position:absolute;top:30px;right:0;box-shadow:0 16px 32px #14181f29}.task-widget__export-menu>button{width:100%;color:var(--fundel-heading);font-family:var(--fundel-font);text-align:left;cursor:pointer;background:0 0;border:0;border-left:2px solid #0000;padding:8px 12px;font-size:13px}.task-widget__export-menu>button:hover{background:#fff8f4;border-left-color:#f06c1a;font-weight:500}.task-widget__category-select{background:#fff;border-top:1px solid #f7ac7d;flex-direction:column;gap:2px;max-height:220px;padding:6px 10px 10px;display:flex;overflow:auto}.task-widget__category-option{color:var(--fundel-heading);cursor:pointer;border-left:2px solid #0000;border-radius:4px;align-items:center;gap:8px;padding:6px 4px;font-size:12px;display:flex}.task-widget__category-option:hover{background:#fff8f4;border-left-color:#f06c1a;font-weight:500}.task-widget__category-option input{accent-color:#f06c1a}.task-widget__copy-selected{align-self:flex-start;margin-top:6px;background:var(--fundel-orange)!important;color:#fff!important;text-align:center!important;border:0!important;border-radius:999px!important;padding:6px 12px!important;font-weight:700!important}.task-widget__copy-selected:disabled{cursor:not-allowed;opacity:.45}.task-widget__toast{z-index:30;background:var(--fundel-heading);color:#fff;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:700;position:absolute;top:48px;right:14px;box-shadow:0 10px 24px #14181f33}.task-widget__icon-btn:hover{opacity:.8}:root{--app-shell-max-width:780px;--app-shell-padding:20px}.site-brand img{object-fit:contain;width:auto;max-width:min(240px,100%);height:40px;display:block}.app-navigation{flex:none;margin-left:auto;position:relative}.navigation-menu-button{color:#fff;font:inherit;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;cursor:pointer;background:#ffffff14;border:1px solid #ffffff57;border-radius:20px;align-items:center;gap:7px;padding:5px 11px;font-size:11px;font-weight:800;line-height:1.2;display:inline-flex}.navigation-menu-button:hover,.navigation-menu-button[aria-expanded=true]{background:#ffffff29}.navigation-menu-button:focus-visible{outline-offset:2px;outline:2px solid #ffffffd9}.navigation-menu-icon{gap:3px;width:13px;display:grid}.navigation-menu-icon span{background:currentColor;border-radius:999px;height:2px;display:block}.navigation-menu{z-index:250;border:1px solid var(--fundel-line);background:#fff;border-radius:10px;min-width:178px;max-width:calc(100vw - 24px);display:grid;position:absolute;top:calc(100% + 9px);right:0;overflow:hidden;box-shadow:0 12px 32px #08285938}.navigation-menu button{width:100%;color:var(--fundel-navy);font:inherit;text-align:left;cursor:pointer;background:#fff;border:0;padding:11px 13px;font-size:13px;font-weight:700}.navigation-menu button:hover:not(:disabled),.navigation-menu button[aria-current=page]{color:#f06c1a;background:#fff0e6}.navigation-menu button:disabled{color:#9aa6b8;cursor:not-allowed}.internal-tool-button{color:#fff;min-width:0;font:inherit;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;cursor:pointer;background:#f06c1a;border:0;border-radius:20px;flex:none;padding:4px 12px;font-size:11px;font-weight:800;line-height:1.2}.internal-tool-button:hover{background:#fb832a}.internal-tool-button[aria-pressed=true]{color:#fff;background:#c75a0b}.internal-tool-button:focus-visible{outline-offset:2px;outline:2px solid #ffffffd9}.internal-tool-strip{color:#fff;background:var(--fundel-navy);border-top:3px solid #f06c1a;min-width:0;padding:18px 0 34px}.internal-tool-strip-inner{width:min(100%, var(--app-shell-max-width));padding:0 var(--app-shell-padding);box-sizing:border-box;justify-content:flex-end;min-width:0;margin:0 auto;display:flex}.admin-shell-body{min-width:0;color:var(--fundel-heading);gap:16px;padding:20px;font-size:14px;line-height:1.55;display:grid}.admin-shell-body p,.admin-shell-body ul{margin:0}.admin-shell-body ul{gap:8px;padding-left:20px;display:grid}.admin-shell-note{background:#fff0e6;border-left:3px solid #f06c1a;border-radius:0 10px 10px 0;padding:10px 14px;font-size:13px;font-weight:600}.app{width:min(100%, var(--app-shell-max-width));min-width:0;padding:24px var(--app-shell-padding) 56px;box-sizing:border-box;text-align:left;flex-direction:column;gap:26px;margin:0 auto;display:flex}.app-card{border:1px solid var(--fundel-line);background:#fff;border-radius:16px;gap:0;min-width:0;display:grid;overflow:hidden;box-shadow:0 1px 4px #08285912}.card-header{border-bottom:1px solid var(--fundel-line);justify-content:flex-start;align-items:center;gap:10px;min-width:0;min-height:57px;padding:14px 20px;display:flex;position:relative}.card-header .card-icon{position:static;transform:none}.card-header .card-title-wrap{text-align:left;justify-items:start;width:auto;padding-inline:0}.card-icon{color:#f06c1a;background:#fff0e6;border-radius:7px;flex:none;place-items:center;width:28px;height:28px;display:inline-grid}.card-icon svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4px;width:15px;height:15px}.card-title-wrap{gap:4px;min-width:0;display:grid}.card-helper{max-width:560px;color:var(--fundel-muted);font-size:13px;font-weight:500;line-height:1.5}.card-title{color:var(--fundel-navy);letter-spacing:.05em;text-transform:uppercase;margin:0;font-size:12px;font-weight:700;line-height:1.25}.signature-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 14px;min-width:0;padding:20px;display:grid}.signature-form-field{gap:8px;min-width:0;display:grid}.signature-form-field-wide,.signature-image-field{grid-column:1/-1}.signature-image-field{box-sizing:border-box;border:1.5px solid var(--fundel-line);background:#fff;border-radius:12px;padding:12px}.signature-form-field span{color:var(--fundel-navy);letter-spacing:.05em;text-transform:uppercase;align-items:baseline;gap:5px;font-size:11px;font-weight:700;display:flex}.signature-form-field em{color:#f06c1a;font-size:13px;font-style:normal;font-weight:700;line-height:1}.signature-form-field small{color:var(--fundel-muted);letter-spacing:0;text-transform:none;font-size:11px;font-weight:400}.signature-form-field input,.signature-form-field select{box-sizing:border-box;border:1.5px solid var(--fundel-line);width:100%;min-width:0;color:var(--fundel-heading);font:inherit;background:#fff;border-radius:10px;padding:10px 13px;font-size:14px;font-weight:500}.signature-form-field input:focus,.signature-form-field select:focus{outline-offset:0;border-color:#f06c1a;outline:3px solid #f973161f}.signature-form-field input[aria-invalid=true]{border-color:#e53e3e;outline:3px solid #e53e3e1a}.signature-form-field input::placeholder{color:#b0baca;font-weight:400}.signature-validation-message{color:#e53e3e;margin:-2px 0 0;font-size:12px;font-weight:700;line-height:1.35}.phone-row{align-items:stretch;gap:8px;min-width:0;display:flex}.country-select-wrap{flex:none;min-width:80px}.country-select-wrap select{min-width:80px;padding-inline:10px;font-size:13px}.phone-number-input{flex:auto}.signature-image-actions{text-align:center;background:#fff;border:2px dashed #fb923c;border-radius:12px;justify-items:center;gap:8px;min-width:0;padding:14px 12px;transition:border-color .16s,background-color .16s;display:grid}.signature-image-actions-dragging{background:#ffedd5;border-color:#ea580c}.signature-image-drop-copy{min-width:0;color:var(--fundel-navy);gap:3px;margin:0;font-size:13px;font-weight:700;line-height:1.35;display:grid}.signature-image-drop-copy small{color:var(--fundel-muted);font-size:12px;font-weight:500}.signature-image-actions-dragging .signature-image-drop-copy{color:#c75a0b}.signature-image-input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.signature-image-field button{border:1.5px solid var(--fundel-line);width:fit-content;color:var(--fundel-navy);font:inherit;cursor:pointer;background:#fff;border-radius:10px;padding:10px 14px;font-size:13px;font-weight:700}.signature-image-actions>button:not(.signature-image-remove-button){color:#fff;background:#f06c1a;border-color:#ea580c;box-shadow:0 2px 8px #f9731638}.signature-image-actions>button:not(.signature-image-remove-button):hover:not(:disabled){background:#ea580c;border-color:#c75a0b;box-shadow:0 3px 12px #f9731647}.signature-image-actions>button:not(.signature-image-remove-button):focus-visible{outline-offset:2px;outline:3px solid #f9731633}.signature-image-field .signature-image-remove-button{color:var(--fundel-muted);background:#fff;font-weight:600}.upload-status-row .signature-image-remove-button{flex:none;padding:8px 12px}.signature-image-field button:hover:not(:disabled){border-color:#f06c1a}.signature-image-field button:disabled{cursor:not-allowed;opacity:.55}.upload-status-row{justify-content:space-between;align-items:center;gap:10px;min-width:0;margin-top:2px;display:flex}.upload-status{min-width:0;min-height:1.5em;color:var(--fundel-muted);margin:0;font-size:13px}.upload-status-pending{color:var(--fundel-navy);font-weight:700}.upload-status-success{color:#2f855a;font-weight:700}.upload-status-error{color:#e53e3e;font-weight:700}.crop-dialog-backdrop{z-index:500;box-sizing:border-box;background:#0828598f;place-items:center;min-width:0;padding:18px;display:grid;position:fixed;inset:0}.crop-dialog{box-sizing:border-box;background:#fff;border-radius:16px;gap:16px;width:min(100%,460px);min-width:0;padding:18px;display:grid;box-shadow:0 18px 60px #08285942}.crop-dialog-header h2{color:var(--fundel-navy);margin:0;font-size:16px;font-weight:800;line-height:1.25}.crop-area-wrap{aspect-ratio:1;background:var(--fundel-near);border-radius:12px;width:100%;min-width:0;position:relative;overflow:hidden}.crop-zoom-control{gap:8px;min-width:0;display:grid}.crop-zoom-control span{color:var(--fundel-navy);letter-spacing:.05em;text-transform:uppercase;font-size:11px;font-weight:700}.crop-zoom-control input{accent-color:#f06c1a;width:100%}.crop-dialog-actions{justify-content:flex-end;gap:10px;min-width:0;display:flex}.crop-dialog-actions button{border:1.5px solid var(--fundel-line);color:var(--fundel-navy);font:inherit;cursor:pointer;background:#fff;border-radius:10px;padding:10px 14px;font-size:13px;font-weight:700}.crop-dialog-actions button:hover:not(:disabled){border-color:#f06c1a}.crop-dialog-actions button:disabled{cursor:not-allowed;opacity:.55}.crop-dialog-actions .crop-confirm-button{border-color:var(--fundel-navy);color:#fff;background:var(--fundel-navy)}.crop-dialog-actions .crop-confirm-button:hover:not(:disabled){border-color:var(--fundel-navy);background:var(--fundel-orange-dark)}.email-mock{border:1px solid var(--fundel-line);background:#fff;border-radius:10px;min-width:0;margin:20px;overflow:hidden}.email-chrome{background:var(--fundel-near);border-bottom:1px solid var(--fundel-line);gap:6px;padding:10px 16px;display:flex}.chrome-dot{border-radius:50%;width:10px;height:10px}.chrome-dot-red{background:#ff5f57}.chrome-dot-yellow{background:#febc2e}.chrome-dot-green{background:#28c840}.email-meta{color:var(--fundel-muted);background:var(--fundel-near);border-bottom:1px solid var(--fundel-line);gap:3px;padding:10px 16px 12px;font-size:12px;line-height:1.8;display:grid}.email-meta strong{color:var(--fundel-heading);font-weight:600}.email-body{min-width:0;color:var(--fundel-heading);background:#fff;gap:16px;padding:18px 20px 20px;font-size:13px;line-height:1.65;display:grid}.email-signature-area{border-top:1px solid var(--fundel-line);scrollbar-color:#f06c1a var(--fundel-near);scrollbar-width:thin;background-color:#fff;background-image:linear-gradient(90deg,#fff 0,#fff0 20px),linear-gradient(270deg,#fff 0,#fff0 20px),linear-gradient(90deg,#0828591f,#08285900),linear-gradient(270deg,#0828591f,#08285900);background-position:0,100%,0,100%;background-repeat:no-repeat;background-size:24px 100%,24px 100%,16px 100%,16px 100%;background-attachment:local,local,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;min-width:0;max-width:100%;padding-top:16px;overflow-x:auto}.email-signature-area::-webkit-scrollbar{height:8px}.email-signature-area::-webkit-scrollbar-track{background:var(--fundel-near)}.email-signature-area::-webkit-scrollbar-thumb{background:#f06c1a;border-radius:999px}.email-signature-area .signature-preview{min-width:0;max-width:100%;display:block}.email-signature-area .signature-preview>div:first-child{display:none}.signature-preview-box{color:#333;background:#fff;border:0;border-radius:0;gap:4px;width:max-content;min-width:0;max-width:100%;padding:0;display:grid}.signature-preview-box-empty{place-items:center;width:100%}.signature-preview-html{width:max-content;max-width:100%}.signature-preview-placeholder{width:min(100%,380px);min-height:132px;color:var(--fundel-muted);text-align:center;align-content:center;justify-items:center;gap:10px;padding:30px 12px;font-size:13px;line-height:1.45;display:grid}.signature-preview-placeholder svg{color:#c8d0df;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;width:32px;height:32px}.signature-preview-image{object-fit:cover;border-radius:50%;width:88px;height:88px}.signature-preview-name{color:#111;margin:0;font-weight:700}.signature-preview-title,.signature-preview-company,.signature-preview-contact p{margin:0}.signature-preview-title,.signature-preview-company{color:#333}.signature-preview-contact{gap:2px;margin-top:12px;display:grid}.mobile-preview-hint{border:1px solid var(--fundel-line);width:fit-content;max-width:100%;color:var(--fundel-muted);text-align:center;background:#f8fafc;border-radius:999px;justify-self:center;margin:-4px 0 0;padding:6px 12px;font-size:12px;font-weight:700;line-height:1.45;display:block}.copy-actions-card{align-items:center;gap:10px;min-width:0;margin:2px 0 4px;display:flex}.copy-actions-card button{color:#fff;background:var(--fundel-orange);min-width:200px;font:inherit;cursor:pointer;border:0;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px 20px;font-size:14px;font-weight:700;display:inline-flex;box-shadow:0 2px 8px #f06c1a40}.copy-actions-card button svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;flex:none;width:16px;height:16px}.copy-actions-card button:hover:not(:disabled){background:var(--fundel-orange-dark)}.copy-actions-card button:disabled{cursor:not-allowed;opacity:.55}.copy-status{min-height:1.5em;color:var(--fundel-muted);margin:0;font-size:13px}.copy-status-error{color:#e53e3e;font-weight:700}.install-card-body{gap:18px;min-width:0;padding:20px;display:grid;overflow:visible}.install-tabs{scrollbar-width:none;border-bottom:2px solid var(--fundel-line);min-width:0;display:flex;overflow:auto hidden}.install-tabs::-webkit-scrollbar{display:none}.install-tab{color:var(--fundel-muted);font:inherit;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;flex:none;align-items:center;gap:6px;margin-bottom:-2px;padding:9px 16px;font-size:13px;font-weight:600;transition:color .17s,border-color .17s,box-shadow .17s;display:inline-flex}.install-tab svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;flex:none;width:14px;height:14px}.install-tab.active{color:#f06c1a;border-bottom-color:#f06c1a;box-shadow:inset 0 -3px #f06c1a}.install-steps{gap:13px;margin:0;padding:0;list-style:none;display:grid}.install-steps li{align-items:flex-start;gap:13px;min-width:0;display:flex}.step-num{color:#fff;background:#f06c1a;border-radius:50%;flex:none;place-items:center;width:24px;height:24px;margin-top:1px;font-size:12px;font-weight:800;display:inline-grid}.step-text{min-width:0;color:var(--fundel-heading);padding-top:3px;font-size:13px;line-height:1.55}.step-text strong{color:var(--fundel-navy);font-weight:800}.install-note{color:var(--fundel-heading);background:#fff0e6;border-left:3px solid #f06c1a;border-radius:0 10px 10px 0;align-items:flex-start;gap:9px;margin:0;padding:10px 14px;font-size:12px;line-height:1.5;display:flex}.install-note svg{color:#f06c1a;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;flex:none;width:15px;height:15px;margin-top:1px}.install-link{color:#fff;background:#f06c1a;border:1.5px solid #ea580c;border-radius:10px;justify-self:end;width:fit-content;padding:9px 13px;font-size:13px;font-weight:700;text-decoration:none;box-shadow:0 2px 8px #f9731638}.install-link:hover{color:#fff;background:#ea580c;border-color:#c75a0b;text-decoration:none;box-shadow:0 3px 12px #f9731647}.install-link:focus-visible{outline-offset:2px;outline:3px solid #f9731633}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}@media (width<=700px){:root{--app-shell-padding:12px}.site-brand img{max-width:min(178px,48vw);height:38px}.navigation-menu-button{padding:5px 9px;font-size:10px}.navigation-menu{min-width:164px;right:0}.app{gap:16px;padding-top:18px;padding-bottom:48px}.internal-tool-strip{padding-top:16px;padding-bottom:28px}.card-header{padding:14px 16px}.signature-form{grid-template-columns:1fr;padding:16px}.phone-row{grid-template-columns:minmax(80px,auto) minmax(0,1fr);display:grid}.email-mock{margin:16px}.email-body{padding:16px}.copy-actions-card{flex-direction:column;align-items:stretch;gap:8px}.copy-actions-card button{width:100%;min-width:0}.install-card-body{padding:16px}.install-tab{padding:8px 10px;font-size:12px}.install-link{text-align:center;justify-self:stretch;width:100%}.crop-dialog-backdrop{align-items:end;padding:12px}.crop-dialog{border-radius:14px;max-height:calc(100vh - 24px);padding:14px;overflow-y:auto}.crop-dialog-actions{flex-direction:column-reverse;align-items:stretch}.crop-dialog-actions button{width:100%}}@media (width<=520px){:root{--app-shell-padding:10px}.site-brand img{max-width:min(156px,47vw);height:34px}}@media (width<=360px){.site-brand img{max-width:45vw;height:31px}.navigation-menu-button{padding:4px 8px;font-size:9px}}html{overflow-x:hidden}body{background:radial-gradient(circle at top left, #f973161a, transparent 30%), linear-gradient(135deg, var(--fundel-near) 0%, var(--fundel-white) 100%);min-width:320px;min-height:100vh;font-family:var(--fundel-font);color:var(--fundel-heading);margin:0;overflow-x:hidden}button,input,select{font:inherit}button{border:0}
