: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 rgba(0,0,0,.08), 0 1px 2px rgba(0,0,0,.05);--fundel-shadow-modal: 0 16px 48px rgba(0,0,0,.18), 0 4px 16px rgba(0,0,0,.08);--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: #FFFFFF;--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 rgba(17,33,47,.06);--shadow-md: 0 8px 24px rgba(17,33,47,.09);--shadow-elevated: 0 18px 55px rgba(17,33,47,.12);--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{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:var(--space-4) var(--space-5);border:1px solid var(--fundel-line);border-radius:var(--radius-lg);background:#ffffffeb;box-shadow:0 18px 50px #11212f1a}.fundel-header__brand{display:flex;align-items:center;gap:var(--space-4);justify-self:center}.fundel-header__title{margin:0;color:var(--fundel-heading);font-size:clamp(22px,3vw,38px);font-weight:800;letter-spacing:-.04em}.fundel-back-to-hub{justify-self:start;display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:var(--radius-full);background:var(--fundel-orange);border:1px solid var(--fundel-orange);color:var(--fundel-white);text-decoration:none;font-size:13px;font-weight:600;transition:background var(--transition-base),border-color var(--transition-base),box-shadow var(--transition-base),transform var(--transition-base)}.fundel-back-to-hub:hover{background:var(--fundel-orange-dark);border-color:var(--fundel-orange-dark);box-shadow:0 4px 16px #f9731640;transform:translateY(-1px)}@media(max-width:640px){.fundel-back-to-hub span{display:none}.fundel-back-to-hub{padding:8px 10px}}.fundel-lang-toggle{justify-self:end;display:inline-flex;gap:4px;background:var(--fundel-near);border:1px solid var(--fundel-line);border-radius:var(--radius-full);padding:4px}.fundel-lang-btn{min-width:40px;height:30px;border:none;border-radius:var(--radius-full);background:transparent;color:var(--fundel-navy);cursor:pointer;font-size:12px;font-weight:900;letter-spacing:.05em;transition:background var(--transition-base),color var(--transition-base)}.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{background:#f9731614;color:var(--fundel-orange-dark)}.fundel-panel{border:1px solid rgba(249,115,22,.12);border-radius:var(--radius-lg);background:#fffffff0;box-shadow:0 4px 24px #11212f0f,0 1px 3px #11212f0a;position:relative;overflow:visible}.fundel-panel:before{content:"";position:absolute;top:0;left:var(--space-4);right:var(--space-4);height:3px;background:linear-gradient(90deg,#f97316,#ffb37a,#f97316);border-radius:0 0 3px 3px}.fundel-button{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);border-radius:var(--radius-full);cursor:pointer;font-size:13px;font-weight:900;padding:12px 16px;border:1px solid transparent;transition:transform var(--transition-hover),box-shadow var(--transition-hover),background var(--transition-hover),border-color var(--transition-hover)}.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{background:transparent;color:var(--fundel-navy);border-color:var(--fundel-line)}.fundel-button--ghost:hover{background:#f973160f;border-color:var(--fundel-orange)}.fundel-header__actions{justify-self:end;display:inline-flex;align-items:center;gap:var(--space-2)}.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;transform:none;box-shadow:none}.fundel-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#11212f8c;animation:fundel-fade-in .2s ease}@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{position:relative;background:var(--fundel-white);border-radius:var(--radius-md);box-shadow:0 24px 64px #11212f2e;width:90vw;max-width:560px;max-height:85vh;display:flex;flex-direction:column;overflow:hidden;animation:fundel-slide-up .25s ease}.fundel-modal__box:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--fundel-orange);border-radius:var(--radius-md) var(--radius-md) 0 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{display:grid;grid-template-columns:32px 1fr 32px;align-items:center;padding:var(--space-5) var(--space-6);padding-top:calc(var(--space-5) + 3px);border-bottom:1px solid var(--fundel-border)}.fundel-modal__title{margin:0;font-size:22px;font-weight:800;color:var(--fundel-heading);text-align:center}.fundel-modal__header:before{content:""}.fundel-modal__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--fundel-muted);cursor:pointer;transition:background var(--transition-base),color var(--transition-base)}.fundel-modal__close:hover{background:var(--fundel-orange-hover-bg);color:var(--fundel-orange)}.fundel-modal__body{padding:var(--space-6);overflow-y:auto;flex:1}.fundel-modal__footer{display:flex;justify-content:flex-end;gap:var(--space-3);padding:var(--space-4) var(--space-6);border-top:1px solid var(--fundel-border)}.fundel-confirm__message{margin:0;color:var(--fundel-slate);font-size:14px;line-height:1.6}.fundel-confirm__actions{display:flex;gap:var(--space-3);justify-content:flex-end;width:100%}.fundel-toast-container{position:fixed;top:var(--space-5);right:var(--space-5);z-index:2000;display:flex;flex-direction:column;gap:var(--space-3);pointer-events:none}@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;display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius-sm);border-left:4px solid;box-shadow:0 8px 24px #11212f1f;min-width:300px;max-width:420px;animation:fundel-toast-in .3s ease}.fundel-toast--exit{animation:fundel-toast-out .3s ease forwards}.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{display:flex;flex-shrink:0}.fundel-toast__message{flex:1;font-size:14px;font-weight:500;color:var(--fundel-heading)}.fundel-toast__close{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;border-radius:4px;background:transparent;color:var(--fundel-muted);cursor:pointer;flex-shrink:0;transition:color var(--transition-base)}.fundel-toast__close:hover{color:var(--fundel-heading)}.fundel-button--sm{font-size:12px;padding:8px 12px}.fundel-button--md{font-size:13px;padding:12px 16px}.fundel-button--lg{font-size:15px;padding:14px 24px}.fundel-button__icon{display:flex;align-items:center;flex-shrink:0}.fundel-button:disabled{background:var(--fundel-disabled-bg);color:var(--fundel-disabled-text);border-color:var(--fundel-disabled-bg);cursor:not-allowed;transform:none;box-shadow:none}.fundel-input-wrapper{display:flex;flex-direction:column;gap:4px}.fundel-input-label{font-size:11px;font-weight:600;color:var(--fundel-heading);letter-spacing:.03em}.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{margin:0;font-size:12px;color:var(--fundel-error)}.fundel-input-helper{margin:0;font-size:12px;color:var(--fundel-muted)}.fundel-dropdown-wrapper{display:flex;flex-direction:column;gap:4px;position:relative}.fundel-dropdown-trigger{display:flex;align-items:center;justify-content:space-between;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}.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{position:absolute;top:100%;left:0;right:0;z-index:100;margin:4px 0 0;padding:4px;list-style:none;background:var(--fundel-white);border:1px solid var(--fundel-border);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);max-height:240px;overflow-y:auto}.fundel-dropdown-option{display:flex;align-items:center;justify-content:space-between;padding:10px var(--space-3);border-radius:6px;font-size:14px;color:var(--fundel-slate);cursor:pointer;transition:background var(--transition-base),color var(--transition-base)}.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{background:transparent;color:var(--fundel-disabled-text)}.fundel-card{border:1px solid var(--fundel-border);border-radius:var(--radius-sm);background:var(--fundel-white);overflow:hidden;transition:border-color var(--transition-hover),box-shadow var(--transition-hover)}.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);display:flex;align-items:center;gap:var(--space-3)}.fundel-compact-card{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);border-radius:var(--radius-sm);transition:background var(--transition-base)}.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{display:flex;flex-direction:column;min-width:0;flex:1}.fundel-compact-card__title{font-size:14px;font-weight:600;color:var(--fundel-heading);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fundel-compact-card__subtitle{font-size:12px;color:var(--fundel-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fundel-compact-card__badge{flex-shrink:0}.fundel-table-wrapper{overflow-x:auto;border:1px solid var(--fundel-border);border-radius:var(--radius-sm)}.fundel-table{width:100%;border-collapse:collapse;font-size:14px}.fundel-table__th{text-align:left;padding:var(--space-3) var(--space-4);font-size:11px;font-weight:700;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}.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{display:inline-flex;align-items:center;gap:4px}.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{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:var(--radius-full);font-size:12px;font-weight:600;white-space:nowrap}.fundel-badge__dot{width:6px;height:6px;border-radius:50%;background:currentColor}.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{border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-weight:700;color:var(--fundel-white);overflow:hidden;flex-shrink:0;object-fit:cover}.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{border:none;margin:var(--space-4) 0}.fundel-divider--subtle{height:1px;background:var(--fundel-border)}.fundel-divider--thick{height:2px;background:var(--fundel-border)}.fundel-divider--orange{height:2px;background:var(--fundel-orange)}.fundel-divider--labeled{display:flex;align-items:center;gap:var(--space-3)}.fundel-divider__line{flex:1;height:1px;background:var(--fundel-border)}.fundel-divider__label{font-size:12px;font-weight:600;color:var(--fundel-muted);text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.fundel-tab-nav{display:flex;gap:0;border-bottom:2px solid var(--fundel-border)}.fundel-tab-nav__tab{display:inline-flex;align-items:center;gap:6px;padding:var(--space-3) var(--space-4);border:none;background:transparent;font-size:14px;font-weight:500;color:var(--fundel-slate);cursor:pointer;position:relative;transition:color var(--transition-base);font-family:var(--fundel-font);margin-bottom:-2px;border-bottom:2px solid transparent}.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{display:flex;align-items:center}.fundel-search-field{position:relative;display:flex;align-items:center}.fundel-search-field__icon{position:absolute;left:var(--space-3);color:var(--fundel-muted);pointer-events:none}.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);outline:none;transition:border-color var(--transition-base)}.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{position:absolute;right:var(--space-2);display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:4px;background:transparent;color:var(--fundel-muted);cursor:pointer;transition:color var(--transition-base),background var(--transition-base)}.fundel-search-field__clear:hover{color:var(--fundel-heading);background:var(--fundel-bg-hover)}.fundel-spinner{animation:fundel-spin .8s linear infinite;color:var(--fundel-orange)}@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:fundel-shimmer 1.5s ease infinite}@keyframes fundel-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.fundel-skeleton-card{display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-5);border:1px solid var(--fundel-border);border-radius:var(--radius-sm)}.fundel-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:var(--space-12) var(--space-6);text-align:center}.fundel-empty-state__icon{color:var(--fundel-muted);margin-bottom:var(--space-4)}.fundel-empty-state__title{margin:0 0 var(--space-2);font-size:16px;font-weight:600;color:var(--fundel-heading)}.fundel-empty-state__description{margin:0 0 var(--space-5);font-size:14px;color:var(--fundel-muted);max-width:320px}.fundel-empty-state__action{margin-top:var(--space-2)}.fundel-pagination{display:flex;align-items:center;gap:var(--space-1)}.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{min-width:36px;height:36px;display:flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:var(--radius-sm);background:transparent;font-size:14px;font-family:var(--fundel-font);color:var(--fundel-slate);cursor:pointer;transition:background var(--transition-base),color var(--transition-base)}.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{display:inline-flex;align-items:center;gap:var(--space-2);cursor:pointer;font-size:14px;color:var(--fundel-slate)}.fundel-checkbox--disabled{opacity:.5;cursor:not-allowed}.fundel-checkbox__input{position:absolute;opacity:0;width:0;height:0}.fundel-checkbox__box{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:2px solid var(--fundel-border);border-radius:4px;background:var(--fundel-white);color:transparent;transition:background var(--transition-base),border-color var(--transition-base),color var(--transition-base);flex-shrink:0}.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{display:inline-flex;align-items:center;gap:var(--space-3);cursor:pointer}.fundel-toggle--disabled{opacity:.5;cursor:not-allowed}.fundel-toggle__track{position:relative;width:44px;height:24px;border:none;border-radius:var(--radius-full);background:var(--fundel-border);cursor:pointer;padding:0;transition:background var(--transition-base)}.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{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:50%;background:var(--fundel-white);box-shadow:0 1px 3px #00000026;transition:transform var(--transition-base)}.fundel-toggle__track--on .fundel-toggle__thumb{transform:translate(20px)}.fundel-toggle__label{font-size:14px;color:var(--fundel-slate);-webkit-user-select:none;user-select:none}.fundel-modal__title-group{display:flex;align-items:center;justify-content:center;gap:10px;min-width:0}.task-widget-fab{position:fixed;bottom:24px;right:24px;z-index:900;width:52px;height:52px;border:none;border-radius:50%;background:var(--fundel-orange);color:var(--fundel-white);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #f06c1a59;transition:transform .15s ease,box-shadow .15s ease}.task-widget-fab:hover{transform:translateY(-2px);box-shadow:0 8px 24px #f06c1a66}.task-widget-fab__badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;border-radius:10px;background:var(--fundel-error);color:var(--fundel-white);font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 5px}.task-widget{position:fixed;bottom:24px;right:24px;z-index:900;width:360px;max-height:520px;background:var(--fundel-white);border:1px solid var(--fundel-border);border-radius:12px;box-shadow:0 12px 40px #11212f26;display:flex;flex-direction:column;overflow:hidden}.task-widget__header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--fundel-border);background:var(--fundel-orange)}.task-widget__title{margin:0;font-size:15px;font-weight:700;color:var(--fundel-white)}.task-widget__header-actions{display:flex;gap:4px}.task-widget__btn{border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center}.task-widget__btn--icon{width:28px;height:28px;border-radius:6px;color:var(--fundel-white);transition:background .15s ease}.task-widget__btn--icon:hover{background:#fff3}.task-widget__input-row{display:flex;gap:8px;padding:12px 16px;border-bottom:1px solid var(--fundel-border)}.task-widget__input{flex:1;height:36px;border:1px solid var(--fundel-border);border-radius:8px;padding:0 12px;font-size:13px;font-family:var(--fundel-font);outline:none;color:var(--fundel-heading)}.task-widget__input:focus{border-color:var(--fundel-orange)}.task-widget__input::placeholder{color:var(--fundel-muted)}.task-widget__btn--add{width:36px;height:36px;border-radius:8px;background:var(--fundel-orange);color:var(--fundel-white);font-size:20px;font-weight:700;flex-shrink:0;transition:background .15s ease}.task-widget__btn--add:hover{background:var(--fundel-orange-dark)}.task-widget__list{overflow-y:auto;flex:1;padding:8px 0}.task-widget__empty{text-align:center;color:var(--fundel-muted);font-size:13px;padding:16px;margin:0}.task-widget__item{display:flex;align-items:center;gap:10px;padding:8px 16px;transition:background .1s ease}.task-widget__item:hover{background:#fff8f4}.task-widget__check{width:20px;height:20px;border-radius:50%;border:2px solid var(--fundel-border);background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:border-color .15s ease;padding:0}.task-widget__check:hover{border-color:var(--fundel-orange)}.task-widget__check-circle{width:8px;height:8px;border-radius:50%;background:transparent;transition:background .15s ease}.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{flex:1;font-size:13px;color:var(--fundel-heading);line-height:1.4}.task-widget__item--done .task-widget__item-text{text-decoration:line-through;color:var(--fundel-muted)}.task-widget__btn--delete{width:24px;height:24px;border-radius:4px;color:var(--fundel-muted);opacity:0;transition:opacity .15s ease,color .15s ease}.task-widget__item:hover .task-widget__btn--delete{opacity:1}.task-widget__btn--delete:hover{color:var(--fundel-error)}.task-widget__toggle-completed{display:block;width:100%;border:none;background:transparent;padding:8px 16px;font-size:12px;font-weight:600;color:var(--fundel-muted);cursor:pointer;text-align:left;font-family:var(--fundel-font);border-top:1px solid var(--fundel-border)}.task-widget__toggle-completed:hover{color:var(--fundel-orange)}.task-widget__list--completed{padding-top:0}.task-widget__sort,.task-widget__cat-select{height:30px;padding:0 8px;border:1px solid var(--fundel-border);border-radius:7px;font-size:12px;font-family:var(--fundel-font);background:#fff8f4;color:var(--fundel-heading)}.task-widget__icon-btn{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border:none;border-radius:6px;background:#ffffff26;color:#fff;cursor:pointer}.task-widget__category{padding:8px 12px 0}.task-widget__add{display:flex;gap:6px;padding:8px 12px;border-bottom:1px solid var(--fundel-border)}.task-widget__add-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:7px;background:var(--fundel-orange);color:#fff;cursor:pointer;flex-shrink:0}.task-widget__item-body{display:flex;align-items:center;gap:5px;flex:1;min-width:0}.task-widget__delete{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;border-radius:4px;background:transparent;color:var(--fundel-muted);cursor:pointer;opacity:0;transition:opacity .1s,color .1s}.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{border:none;background:transparent;font-size:12px;font-weight:600;color:var(--fundel-muted);cursor:pointer;font-family:var(--fundel-font);padding:0}.task-widget__completed-list{margin-top:6px;display:flex;flex-direction:column;gap:4px;max-height:150px;overflow-y:auto}select{font-family:var(--fundel-font)}.task-widget__export{position:relative;display:inline-flex}.task-widget__export-menu{position:absolute;right:0;top:30px;z-index:20;display:flex;min-width:220px;flex-direction:column;padding:4px 0;border:1.5px solid #F7AC7D;border-radius:0 0 8px 8px;background:#fff;box-shadow:0 16px 32px #14181f29;color:var(--fundel-heading)}.task-widget__export-menu>button{width:100%;padding:8px 12px;border:0;border-left:2px solid transparent;background:transparent;color:var(--fundel-heading);font-family:var(--fundel-font);font-size:13px;text-align:left;cursor:pointer}.task-widget__export-menu>button:hover{border-left-color:#f06c1a;background:#fff8f4;font-weight:500}.task-widget__category-select{display:flex;max-height:220px;flex-direction:column;gap:2px;overflow:auto;padding:6px 10px 10px;border-top:1px solid #F7AC7D;background:#fff}.task-widget__category-option{display:flex;align-items:center;gap:8px;padding:6px 4px;border-left:2px solid transparent;border-radius:4px;color:var(--fundel-heading);font-size:12px;cursor:pointer}.task-widget__category-option:hover{border-left-color:#f06c1a;background:#fff8f4;font-weight:500}.task-widget__category-option input{accent-color:#f06c1a}.task-widget__copy-selected{margin-top:6px;align-self:flex-start;padding:6px 12px!important;border:0!important;border-radius:999px!important;background:var(--fundel-orange)!important;color:#fff!important;font-weight:700!important;text-align:center!important}.task-widget__copy-selected:disabled{cursor:not-allowed;opacity:.45}.task-widget__toast{position:absolute;right:14px;top:48px;z-index:30;padding:8px 12px;border-radius:999px;background:var(--fundel-heading);color:#fff;font-size:12px;font-weight:700;box-shadow:0 10px 24px #14181f33}.task-widget__icon-btn:hover{opacity:.8}.app-shell{min-height:100vh;background:var(--fundel-near);color:var(--fundel-heading)}.app-main{width:100%;padding:var(--space-6);display:flex;flex-direction:column;gap:var(--space-6)}.language-row{display:flex;justify-content:flex-end;gap:var(--space-2)}.language-button,.tab,.button,.icon-button{font:inherit;cursor:pointer}.language-button{border:1px solid var(--fundel-line);background:var(--fundel-white);border-radius:var(--radius-sm);padding:var(--space-2) var(--space-3);color:var(--fundel-slate)}.language-button--active{border-color:var(--fundel-orange);color:var(--fundel-orange)}.filter-bar{display:grid;grid-template-columns:minmax(220px,1fr) repeat(4,auto);gap:var(--space-3);align-items:center}.field{width:100%;padding:12px 16px;border:1.5px solid var(--fundel-line);border-radius:var(--radius-md);background:var(--fundel-white);color:var(--fundel-heading);font:inherit}.search-bar{min-width:220px}.button{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);border-radius:var(--radius-md);border:1px solid var(--fundel-line);padding:12px 16px;text-decoration:none}.button--primary{background:var(--fundel-orange);border-color:var(--fundel-orange);color:var(--fundel-white)}.button--secondary{background:var(--fundel-white);color:var(--fundel-slate)}.button--danger{background:#dc2626;border-color:#dc2626;color:var(--fundel-white)}.button--danger-text{background:var(--fundel-white);border-color:var(--fundel-line);color:#dc2626}.tabs{display:flex;gap:var(--space-2);border-bottom:1px solid var(--fundel-line)}.tab{background:transparent;border:0;border-bottom:3px solid transparent;padding:var(--space-3) var(--space-4);color:var(--fundel-muted)}.tab--active{border-bottom-color:var(--fundel-orange);color:var(--fundel-heading)}.employee-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-5)}.employee-card{background:var(--fundel-white);border:1px solid var(--fundel-line);border-radius:var(--radius-lg);padding:var(--space-4);box-shadow:var(--shadow-soft)}.employee-card h2{font-size:.95rem;margin:var(--space-2) 0 2px;font-weight:700;line-height:1.2}.employee-title,.employee-meta,.employee-office{margin:2px 0;color:#64748b;font-size:.8rem;line-height:1.25}.team-lead{margin:2px 0;color:var(--fundel-orange);font-weight:700;font-size:.8rem}.reports-to{color:var(--fundel-muted);font-size:.8rem;margin:2px 0}.reports-to span{color:var(--fundel-slate)}.card-actions{border-top:1px solid var(--fundel-line);margin-top:var(--space-3);padding-top:8px;display:flex;gap:var(--space-2);flex-wrap:wrap}.card-actions .button{font-size:.75rem;padding:4px 10px}.profile-image{border-radius:var(--radius-full);background:var(--fundel-near-2);display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--fundel-line)}.profile-image--card{width:36px;height:36px}.profile-image--form{width:120px;height:120px}.profile-image img{width:100%;height:100%;object-fit:cover}.empty-state{background:var(--fundel-white);border:1px solid var(--fundel-line);border-radius:var(--radius-lg);padding:var(--space-12);text-align:center}.empty-state p{color:var(--fundel-muted)}.org-chart{overflow:auto;background:var(--fundel-white);border:1px solid var(--fundel-line);border-radius:var(--radius-lg);padding:var(--space-8)}.org-roots,.org-children{display:flex;justify-content:center;gap:var(--space-6);list-style:none;margin:0;padding:0}.org-branch{display:flex;flex-direction:column;align-items:center;position:relative}.org-children{padding-top:var(--space-8);position:relative}.org-children:before{content:"";position:absolute;top:var(--space-4);left:10%;right:10%;border-top:1px solid var(--fundel-line)}.org-branch:has(.org-children)>.org-node:after{content:"";position:absolute;left:50%;top:100%;height:var(--space-4);border-left:1px solid var(--fundel-line)}.org-node{position:relative;min-width:180px;background:#fff;border:2px solid #f06c1a;border-radius:8px;padding:12px 16px;text-align:center;cursor:pointer;font:inherit;color:inherit;display:flex;flex-direction:column;align-items:center;transition:background-color .15s ease,border-color .15s ease}.org-node:hover,.org-node:focus-visible{background:#fef3ec;border-color:#d95e14}.org-node strong{color:#1a2540;font-weight:700;font-size:14px}.org-node span:not(.org-avatar){display:block;color:#334155;font-size:12px;margin-top:4px}.org-node small{display:block;color:#64748b;font-size:11px;margin-top:4px}.org-avatar{width:32px;height:32px;border-radius:50%;background:#f06c1a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;margin-bottom:8px;overflow:hidden}.org-avatar img{width:100%;height:100%;object-fit:cover}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#11212f47;display:flex;justify-content:flex-end;z-index:20}.modal-backdrop--confirm{background:#0006;justify-content:center;align-items:center}.employee-form,.manage-dialog,.dialog{background:var(--fundel-white);height:100%;width:min(760px,100%);overflow:auto;padding:var(--space-6);box-shadow:var(--shadow-md)}.dialog{height:auto;width:min(460px,calc(100% - 48px));margin:auto;border-radius:var(--radius-lg)}.delete-dialog{max-width:420px}.delete-dialog h2{margin-top:0}.delete-dialog__warning{color:var(--fundel-slate);line-height:1.5}.form-head{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4)}.icon-button{border:1px solid var(--fundel-line);background:var(--fundel-white);border-radius:var(--radius-full);width:40px;height:40px}.employee-form section,.manage-dialog section,.employee-form-inner section,.manage-dialog-inner section{border-top:1px solid var(--fundel-line);padding-top:var(--space-5);margin-top:var(--space-5)}.image-row{display:flex;gap:var(--space-5);align-items:center}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-4)}label{display:flex;flex-direction:column;gap:var(--space-2);font-weight:700}label span,.help-text{font-weight:400;color:var(--fundel-muted);font-size:.9rem}.checkbox{flex-direction:row;align-items:center;margin-top:var(--space-4)}.form-actions,.dialog-actions{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3);margin-top:var(--space-6)}.form-actions .button--primary{width:100%}.manage-row{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--fundel-line);border-radius:var(--radius-md);padding:var(--space-3) var(--space-4)}.inline-add{display:grid;grid-template-columns:1fr auto;gap:var(--space-3)}@media(max-width:900px){.filter-bar{grid-template-columns:1fr 1fr}.employee-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.app-main{padding:var(--space-4)}.filter-bar,.employee-grid,.form-grid,.form-actions,.dialog-actions{grid-template-columns:1fr}.image-row{align-items:flex-start;flex-direction:column}}.filter-bar{grid-template-columns:minmax(220px,1fr) repeat(6,auto)}.filter-checkbox{margin:0;white-space:nowrap}.field-error{color:#ef4444;font-size:.85rem}.form-error{border:1px solid #FCA5A5;background:#fef2f2;color:#b91c1c;border-radius:var(--radius-md);padding:var(--space-3);margin-top:var(--space-4)}.image-button{border:0;background:transparent;padding:0;cursor:pointer}.image-editor canvas{max-width:100%;border-radius:var(--radius-md);border:1px solid var(--fundel-line);touch-action:none}.image-editor-actions,.preview-row{display:flex;gap:var(--space-3);align-items:center;margin:var(--space-4) 0}.preview-row canvas{border-radius:var(--radius-full)}.employee-card--inactive{opacity:.5;border-color:#94a3b8}.employee-status{display:inline-flex;color:#64748b;border:1px solid #CBD5E1;border-radius:var(--radius-full);padding:2px 8px}.invite-box{background:var(--fundel-near);border:1px solid var(--fundel-line);border-radius:var(--radius-lg);padding:var(--space-4)}.onboarding-page{min-height:100vh;background:var(--fundel-near);display:grid;place-items:center;padding:var(--space-6)}.onboarding-card{height:auto;border-radius:var(--radius-lg)}textarea.field{min-height:100px;resize:vertical}@media(max-width:900px){.filter-bar{grid-template-columns:1fr 1fr}}@media(max-width:640px){.filter-bar{grid-template-columns:1fr}}.field--error{border-color:#ef4444}.button--orange-outline{background:var(--fundel-white);border-color:var(--fundel-orange);color:var(--fundel-orange)}.modal-backdrop--center{justify-content:center;align-items:center}.onboarding-dialog{display:flex;flex-direction:column;gap:var(--space-4);height:auto}.button:disabled{opacity:.5;cursor:not-allowed}.missing-warning{display:flex;gap:var(--space-2);align-items:flex-start;color:var(--fundel-orange);font-weight:700;margin-bottom:var(--space-3)}.missing-warning span{color:var(--fundel-slate);font-weight:600}.onboarding-page{min-height:100vh;background:var(--fundel-near);display:flex;justify-content:center;align-items:flex-start;padding:var(--space-6);box-sizing:border-box}.onboarding-shell{width:min(640px,100%);color:var(--fundel-heading)}.onboarding-header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding:var(--space-4);background:var(--fundel-near);border:1px solid var(--fundel-line);border-bottom:0;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.onboarding-logo{display:inline-flex;align-items:center;gap:var(--space-2);color:var(--fundel-heading);font-weight:800;text-decoration:none}.onboarding-logo svg{width:32px;height:32px;color:var(--fundel-orange)}.onboarding-accent{height:4px;background:var(--fundel-orange)}.onboarding-card{background:var(--fundel-near);border:1px solid var(--fundel-line);border-top:0;border-radius:0 0 var(--radius-lg) var(--radius-lg);padding:var(--space-6);box-shadow:var(--shadow-soft)}.onboarding-card section{border-top:1px solid var(--fundel-line);padding-top:var(--space-5);margin-top:var(--space-5)}.onboarding-card section:first-child{border-top:0;padding-top:0;margin-top:0}.intro h1{font-size:2rem;margin:0 0 var(--space-2)}.intro h2{margin:0 0 var(--space-4);color:var(--fundel-heading)}.intro h2 span{color:var(--fundel-orange)}.intro p,.onboarding-confirm p{color:var(--fundel-slate);line-height:1.6}.onboarding-card label{font-size:14px;font-weight:500;color:var(--fundel-heading);margin-bottom:6px;display:block}.onboarding-card input,.onboarding-card select{padding:12px 16px;border:1.5px solid var(--fundel-line);border-radius:var(--radius-md);font-size:14px;width:100%;box-sizing:border-box;background:var(--fundel-near);color:var(--fundel-heading)}.onboarding-card input:focus{border-color:var(--fundel-orange);outline:none}.onboarding-card input[readonly]{background:var(--fundel-near-2);color:var(--fundel-muted)}.onboarding-card .image-row{align-items:center}.onboarding-card .image-row .button{margin-right:var(--space-2);margin-bottom:var(--space-2)}.onboarding-submit{width:100%;height:48px}.fundel-lang-toggle{display:flex;gap:var(--space-2)}.fundel-lang-btn{border:1.5px solid var(--fundel-line);border-radius:var(--radius-md);padding:4px 10px;font-size:13px;background:var(--fundel-near);cursor:pointer;color:var(--fundel-slate)}.fundel-lang-btn--active{border-color:var(--fundel-orange);color:var(--fundel-orange);font-weight:600}.check-circle{width:72px;height:72px;border-radius:var(--radius-full);background:var(--fundel-orange);color:var(--fundel-near);display:grid;place-items:center;font-size:2.5rem;margin:0 auto var(--space-4)}.onboarding-confirm{text-align:center}.documents,.manager-section{text-align:left}.document-card,.manager-card{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);border:1px solid var(--fundel-line);border-radius:var(--radius-md);padding:var(--space-4);margin-top:var(--space-3)}.document-card span,.manager-card span{display:block;color:var(--fundel-muted);margin-top:var(--space-1)}.button--outline{background:var(--fundel-near);border-color:var(--fundel-orange);color:var(--fundel-orange)}.manager-card{justify-content:flex-start}.manager-avatar{width:64px;height:64px;border-radius:var(--radius-full);background:var(--fundel-near-2);border:1px solid var(--fundel-line);display:grid;place-items:center;overflow:hidden;color:var(--fundel-orange);font-weight:800;flex:0 0 auto}.manager-avatar img{width:100%;height:100%;object-fit:cover}.manager-card p{margin:var(--space-1) 0;color:var(--fundel-slate)}.profile-image img{filter:grayscale(100%)}.onboarding-shell footer{text-align:center;color:var(--fundel-muted);padding:var(--space-4)}@media(max-width:640px){.onboarding-page{padding:var(--space-3)}.onboarding-card{padding:var(--space-4)}.document-card{align-items:flex-start;flex-direction:column}}.org-detail{background:var(--fundel-white);height:100%;width:min(420px,100%);overflow:auto;padding:var(--space-6);box-shadow:var(--shadow-md)}.org-detail h2{margin:0;font-size:1.4rem}.org-detail-list{display:grid;gap:var(--space-4);margin-top:var(--space-6)}.org-detail-list div{border-bottom:1px solid var(--fundel-line);padding-bottom:var(--space-3)}.org-detail-list dt{color:#64748b;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.org-detail-list dd{margin:4px 0 0;color:#1a2540;font-weight:600}.employee-form-inner{display:flex;flex-direction:column;gap:var(--space-4)}.employee-form-inner section{margin-bottom:var(--space-2)}.manage-dialog-inner{display:flex;flex-direction:column;gap:var(--space-4)}.modal-backdrop--center-modal{justify-content:center;align-items:center}.search-bar .field,.field[type=text],.field[type=search]{background:#fff8f4;border:1.5px solid var(--fundel-border, #CBD5E1);transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.search-bar .field:focus,.field[type=text]:focus,.field[type=search]:focus{background:var(--fundel-white);border-color:var(--fundel-orange);box-shadow:0 0 0 3px #f06c1a1a}.filter-bar select.field,select.field{background:#fff8f4;border:1.5px solid var(--fundel-orange);border-radius:8px;color:var(--fundel-heading);font-weight:500;padding:10px 32px 10px 14px;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4.5l3 3 3-3' stroke='%23f06c1a' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;cursor:pointer;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.filter-bar select.field:hover,select.field:hover{background:var(--fundel-orange-light-bg, #FEF3EC);box-shadow:0 2px 8px #f06c1a1f}.filter-bar select.field:focus,select.field:focus{box-shadow:0 0 0 3px #f06c1a26;outline:none}select.field option{background:var(--fundel-white);color:var(--fundel-heading)}.employee-card{padding:var(--space-3)}.employee-card h2{font-size:.9rem;margin:var(--space-1) 0 1px}.employee-title,.employee-meta,.employee-office,.reports-to,.team-lead{font-size:.75rem;margin:1px 0;line-height:1.2}.card-actions{margin-top:var(--space-2);padding-top:6px;gap:var(--space-1)}.card-actions .button{font-size:.7rem;padding:3px 8px;border-radius:6px}.profile-image--card{width:32px;height:32px}.filter-bar .button{border:1.5px solid var(--fundel-border, #CBD5E1);border-radius:var(--radius-full, 9999px);font-weight:600;transition:all .2s ease;box-shadow:0 1px 3px #0000000a;white-space:nowrap}.filter-bar .button:hover{border-color:var(--fundel-orange);color:var(--fundel-orange);box-shadow:0 2px 8px #f06c1a1a;transform:translateY(-1px)}.filter-bar .button--primary{border-color:var(--fundel-orange);box-shadow:0 4px 12px #f06c1a40}.filter-bar .button--primary:hover{background:var(--fundel-orange-dark, #d95e14);border-color:var(--fundel-orange-dark, #d95e14);color:var(--fundel-white);transform:translateY(-1px)}.filter-bar .button--orange-outline{border-color:var(--fundel-orange)}.filter-bar .button--orange-outline:hover{background:#fff8f4;color:var(--fundel-orange-dark, #d95e14)}.tab:hover{color:var(--fundel-orange)}.org-detail{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:min(500px,90vw);height:auto;max-height:85vh;border-radius:12px;box-shadow:0 24px 64px #11212f2e;z-index:1000}.org-detail:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--fundel-orange);border-radius:12px 12px 0 0}.employee-form,.fundel-modal__box:has(.employee-form-inner){width:min(900px,100%)!important}.manage-dialog,.fundel-modal__box:has(.manage-dialog-inner){width:min(700px,100%)!important}.employee-grid{gap:var(--space-3)}.manage-dialog--wide{width:min(700px,90vw);height:auto;max-height:85vh;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.manage-dialog__header{display:grid;grid-template-columns:1fr auto;align-items:center;padding:19px 24px 16px;border-bottom:1px solid var(--fundel-border, #CBD5E1);position:relative}.manage-dialog__header:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--fundel-orange)}.manage-dialog__title{margin:0;font-size:18px;font-weight:700;color:var(--fundel-heading);text-align:center;padding-right:32px}.manage-dialog__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:8px;background:transparent;color:var(--fundel-orange);cursor:pointer;transition:transform .25s ease,background .15s ease}.manage-dialog__close:hover{background:#fff3ed;transform:rotate(90deg) scale(1.15)}.manage-dialog__body{padding:20px 24px;overflow-y:auto;flex:1}.manage-dialog__body .fundel-tab-nav{margin-bottom:16px}.manage-row{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border:1px solid var(--fundel-border, #CBD5E1);border-radius:8px;margin-bottom:8px;transition:background .15s ease}.manage-row:hover{background:#fff8f4}.manage-row--archived{border-style:dashed;opacity:.7}.manage-toggle-archived{display:block;width:100%;border:none;background:transparent;padding:10px 0;font-size:13px;font-weight:600;color:var(--fundel-muted);cursor:pointer;text-align:left;font-family:var(--fundel-font);margin-top:8px}.manage-toggle-archived:hover{color:var(--fundel-orange)}.manage-dialog__body .inline-add{margin-top:12px;margin-bottom:16px}
