: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}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg-app, linear-gradient(168deg, #FFFFFF 0%, #FBF5EA 40%, #F8F0DC 100%));color:var(--fundel-slate);font-family:var(--fundel-font);-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}.app-shell{min-height:100vh;display:flex;flex-direction:column;padding:16px 20px;gap:16px;max-width:1600px;margin:0 auto}.page-nav{display:flex;flex-wrap:wrap;gap:6px;padding:4px 0}.page-nav__btn{border:1px solid var(--fundel-line);border-radius:999px;background:#ffffffd9;color:var(--fundel-muted);padding:7px 14px;font-size:13px;font-weight:700;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.page-nav__btn:hover{border-color:var(--fundel-orange);color:var(--fundel-orange)}.page-nav__btn--active{background:var(--fundel-orange);border-color:var(--fundel-orange);color:#fff}.main{min-width:0;flex:1}.page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.page-header h1,.placeholder-page h1{margin:0;font-size:30px;letter-spacing:-.04em}.page-header p,.placeholder-page p{margin:6px 0 0;color:var(--fundel-muted)}.placeholder-page{background:#ffffffd9;border:1px solid var(--fundel-line);border-radius:26px;padding:28px;box-shadow:0 2px 8px #11212f0f}.primary-action,.secondary-action{border:0;border-radius:999px;padding:11px 17px;cursor:pointer;font-weight:800}.primary-action{background:var(--fundel-orange);color:#fff}.primary-action:disabled{cursor:not-allowed;background:#cbd5e1}.secondary-action{background:#fff;color:var(--fundel-navy);border:1px solid var(--fundel-line)}.secondary-action:hover{border-color:var(--fundel-orange);color:var(--fundel-orange)}.workbench{display:flex;align-items:flex-start;gap:18px}.icon-grid{flex:1;min-width:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(106px,1fr));gap:10px}.icon-card{min-height:122px;border:1.5px solid var(--fundel-line);border-radius:18px;background:#ffffffe6;cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;color:var(--fundel-muted);transition:transform .12s,border-color .12s,box-shadow .12s}.icon-card:hover,.icon-card.active{border-color:var(--fundel-orange);box-shadow:0 6px 24px #f9731624;transform:translateY(-2px)}.icon-label{max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:700}.details-panel{width:360px;flex-shrink:0;background:#fffffff0;border:1px solid rgba(249,115,22,.12);border-radius:24px;padding:20px;box-shadow:0 4px 24px #11212f0f;position:sticky;top:24px}.details-preview{width:112px;height:112px;display:grid;place-items:center;margin-bottom:14px}.details-panel h2{margin:0;font-size:24px;letter-spacing:-.04em}.mono{font-family:var(--fundel-mono);color:var(--fundel-muted);font-size:12px}.control-block{margin-top:18px}.control-block label{display:block;color:var(--fundel-muted);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}.segmented,.color-row,.export-actions,.tag-row{display:flex;flex-wrap:wrap;gap:7px}.segmented button,.color-button{border:1px solid var(--fundel-line);border-radius:999px;background:#fff;padding:7px 11px;cursor:pointer;color:var(--fundel-muted);font-size:12px;font-weight:700}.segmented button.active,.color-button.active{color:#fff;background:var(--fundel-navy);border-color:var(--fundel-navy)}.color-button span{display:inline-block;width:11px;height:11px;border-radius:50%;margin-right:6px;vertical-align:-1px}.export-actions{margin-top:18px}.code-block{margin-top:18px;background:var(--fundel-navy);color:#ffffffb8;border-radius:14px;padding:12px;overflow:hidden}.code-block pre{max-height:150px;overflow:auto;white-space:pre-wrap;word-break:break-word;margin:0;font-family:var(--fundel-mono);font-size:10px}.search-section{margin-bottom:18px}.search-combo{display:grid;grid-template-columns:220px minmax(0,1fr);background:#ffffffe6;border:1.5px solid var(--fundel-line);border-radius:999px;overflow:hidden;box-shadow:0 2px 8px #11212f0f}.search-scope,.search-input{border:0;outline:0;background:transparent;padding:13px 18px}.search-scope{border-right:1px solid var(--fundel-line);color:var(--fundel-navy);font-weight:700}.search-input-wrap{display:flex;align-items:center;min-width:0}.search-input-wrap .search-input{flex:1;min-width:0}.clear-search{border:0;border-left:1px solid var(--fundel-line);background:#f8fafc;color:var(--fundel-muted);padding:0 16px;align-self:stretch;cursor:pointer;font-size:12px;font-weight:800}.clear-search:hover{color:var(--fundel-navy)}.search-summary{display:flex;gap:12px;margin-top:9px;color:var(--fundel-muted);font-size:12px}.search-examples{display:flex;flex-wrap:wrap;gap:7px;align-items:center;margin-top:9px;color:var(--fundel-muted);font-size:12px}.search-examples button{border:1px solid var(--fundel-line);border-radius:999px;background:#ffffffd9;color:var(--fundel-muted);padding:4px 10px;cursor:pointer;font-size:12px;font-weight:700}.search-examples button:hover{border-color:var(--fundel-orange);color:var(--fundel-orange)}.metadata-block{margin-top:14px}.metadata-block label{display:block;color:var(--fundel-muted);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}.metadata-list{display:grid;gap:5px;color:var(--fundel-muted);font-size:12px}.tag-row{margin-top:14px}.tag-row span{border:1px solid var(--fundel-line);border-radius:999px;background:#f8fafc;padding:5px 9px;font-size:11px;color:var(--fundel-muted)}.status-pill{display:inline-flex;align-items:center;border-radius:999px;background:var(--fundel-navy);color:#fff;padding:4px 9px;margin-right:6px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.status-pill.muted{background:#f1f5f9;color:var(--fundel-muted)}.empty-state{grid-column:1 / -1;background:#ffffffd9;border:1px dashed var(--fundel-line);border-radius:18px;padding:40px;color:var(--fundel-muted);text-align:center}.generator-page{min-width:0}.generator-workbench{display:grid;grid-template-columns:minmax(280px,360px) minmax(0,1fr) minmax(280px,360px);gap:18px;align-items:start}.generator-input-panel,.draft-suggestions-panel,.ai-rules-panel,.draft-review-panel{background:#fffffff0;border:1px solid rgba(249,115,22,.12);border-radius:24px;box-shadow:0 4px 24px #11212f0f;padding:20px}.generator-section label,.generator-field-grid label{display:grid;gap:8px;color:var(--fundel-muted);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.generator-section textarea{min-height:132px;resize:vertical;border:1px solid var(--fundel-line);border-radius:18px;padding:14px;color:var(--fundel-slate);background:#fff;text-transform:none;letter-spacing:0;font-weight:500}.generator-field-grid{display:grid;gap:12px;margin-top:16px}.generator-field-grid select{border:1px solid var(--fundel-line);border-radius:14px;padding:10px 12px;color:var(--fundel-navy);background:#fff;text-transform:none;letter-spacing:0;font-weight:700}.reference-placeholder{margin:16px 0;border:1px dashed var(--fundel-line);border-radius:18px;padding:14px;background:#f8fafc;color:var(--fundel-muted);font-size:13px}.reference-placeholder p{margin:5px 0 0}.generator-section-heading h2,.ai-rules-panel h2,.draft-review-panel h3{margin:0;letter-spacing:-.03em}.generator-section-heading p,.draft-review-panel p{color:var(--fundel-muted);margin:5px 0 0}.draft-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;margin-top:16px}.draft-card{border:1.5px solid var(--fundel-line);border-radius:20px;background:#fff;min-height:160px;padding:16px;cursor:pointer;display:grid;justify-items:center;align-content:center;gap:9px;color:var(--fundel-muted);text-align:center}.draft-card strong{color:var(--fundel-navy)}.draft-card small{max-width:130px;line-height:1.35}.draft-card:hover,.draft-card.active{border-color:var(--fundel-orange);box-shadow:0 6px 24px #f9731624;transform:translateY(-2px)}.draft-review-panel{margin-top:16px}.draft-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.draft-actions button{border:1px solid var(--fundel-line);border-radius:999px;background:#fff;color:var(--fundel-navy);padding:8px 12px;font-size:12px;font-weight:800}.quality-checklist{display:grid;gap:8px;margin-top:14px}.quality-checklist span{border-radius:14px;background:#f8fafc;color:var(--fundel-muted);padding:9px 10px;font-size:12px}.quality-checklist span.passed{color:#0f766e;background:#ecfdf5}.ai-rules-panel ul{margin:12px 0 0;padding-left:18px;color:var(--fundel-muted);font-size:13px;line-height:1.55}.prompt-preview{margin-top:18px;background:var(--fundel-navy);color:#ffffffbd;border-radius:16px;padding:14px}.prompt-preview h3{margin:0 0 8px;color:#fff;font-size:13px}.prompt-preview pre{max-height:280px;overflow:auto;margin:0;white-space:pre-wrap;word-break:break-word;font-family:var(--fundel-mono);font-size:10px}.metadata-editor{display:grid;gap:12px;margin-top:16px}.metadata-editor label{display:grid;gap:8px;color:var(--fundel-muted);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.metadata-editor input{border:1px solid var(--fundel-line);border-radius:14px;padding:10px 12px;color:var(--fundel-navy);background:#fff;font-weight:600;text-transform:none;letter-spacing:0}.category-picker{margin-top:16px;border:1px solid var(--fundel-line);border-radius:18px;padding:14px;background:#f8fafc}.category-picker strong{display:block;color:var(--fundel-navy);font-size:13px;margin-bottom:10px}.category-picker div{display:flex;flex-wrap:wrap;gap:8px}.category-picker button{border:1px solid var(--fundel-line);border-radius:999px;background:#fff;color:var(--fundel-muted);padding:6px 10px;font-size:12px;font-weight:800;cursor:pointer}.category-picker button.active{border-color:var(--fundel-orange);background:#f9731614;color:var(--fundel-orange)}.variant-preview-block{margin-top:16px}.variant-preview-block>label{display:block;color:var(--fundel-muted);font-size:10px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px}.variant-preview-grid{display:grid;gap:10px}.variant-preview-row{border:1px solid var(--fundel-line);border-radius:16px;background:#fff;padding:10px}.variant-preview-row strong{display:block;color:var(--fundel-navy);font-size:12px;margin-bottom:8px}.variant-preview-row div{display:flex;flex-wrap:wrap;gap:8px}.variant-chip{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border:1px solid var(--fundel-line);border-radius:16px;background:#fff}.source-index-note{margin-top:18px;border:1px solid var(--fundel-line);border-left:4px solid var(--fundel-orange);border-radius:16px;background:#fff7ed;color:var(--fundel-muted);padding:14px;font-size:13px}.source-index-note strong{display:block;color:var(--fundel-navy);margin-bottom:5px}.source-index-note p{margin:0;line-height:1.45}.external-library-page{min-width:0}.external-library-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) 220px 220px;gap:10px;margin:18px 0 12px}.external-library-toolbar input,.external-library-toolbar select{border:1px solid var(--fundel-line);border-radius:18px;background:#fff;color:var(--fundel-navy);padding:12px 14px;font-weight:700}.source-index-summary{display:flex;flex-wrap:wrap;gap:8px;align-items:center;color:var(--fundel-muted);font-size:13px;margin-bottom:14px}.source-index-summary strong{color:var(--fundel-navy)}.external-library-workbench{display:grid;grid-template-columns:minmax(360px,1fr) 380px;gap:18px;align-items:start}.external-asset-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px}.external-asset-card{border:1px solid var(--fundel-line);border-radius:20px;background:#fff;min-height:104px;padding:14px;display:flex;align-items:center;gap:12px;text-align:left;cursor:pointer;box-shadow:0 2px 8px #11212f0f}.external-asset-card:hover,.external-asset-card.active{border-color:var(--fundel-orange);box-shadow:0 10px 28px #f9731621;transform:translateY(-1px)}.external-asset-card span:last-child{min-width:0;display:grid;gap:4px}.external-asset-card strong{color:var(--fundel-navy);font-size:14px}.external-asset-card small{color:var(--fundel-muted);font-size:12px}.external-asset-card em{width:fit-content;border-radius:999px;background:#f8fafc;color:var(--fundel-muted);padding:4px 8px;font-size:10px;font-style:normal;font-weight:800;text-transform:uppercase}.external-asset-badge{width:42px;height:42px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:var(--fundel-orange);color:#fff;font-weight:900;letter-spacing:-.04em;flex:0 0 auto}.external-asset-badge.large{width:64px;height:64px;border-radius:22px;font-size:20px}.external-asset-details{background:#fffffff0;border:1px solid rgba(249,115,22,.12);border-radius:24px;box-shadow:0 4px 24px #11212f0f;padding:20px;position:sticky;top:24px}.external-detail-header{display:flex;gap:14px;align-items:center;margin-bottom:18px}.external-detail-header h2{margin:0;color:var(--fundel-navy);letter-spacing:-.03em}.external-detail-header p{margin:4px 0 0;color:var(--fundel-muted)}.external-detail-list{display:grid;gap:10px;margin:0 0 16px}.external-detail-list div{border-top:1px solid var(--fundel-line);padding-top:9px}.external-detail-list dt{color:var(--fundel-muted);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.external-detail-list dd{margin:4px 0 0;color:var(--fundel-navy);font-size:13px;line-height:1.4;word-break:break-word}.external-breadcrumb{display:flex;flex-wrap:wrap;gap:6px;margin:14px 0 10px}.external-breadcrumb button{border:1px solid var(--fundel-line);border-radius:999px;background:#fff;color:var(--fundel-muted);padding:7px 10px;font-size:12px;font-weight:800;cursor:pointer}.external-breadcrumb button.active{background:var(--fundel-navy);border-color:var(--fundel-navy);color:#fff;cursor:default}.external-catalog-header,.external-section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:18px 0 12px}.external-catalog-header h2,.external-section-title h2{margin:0;color:var(--fundel-navy);letter-spacing:-.03em}.external-catalog-header p{margin:4px 0 0;color:var(--fundel-muted)}.external-catalog-actions{display:flex;gap:8px}.external-catalog-actions button{border:1px solid var(--fundel-line);border-radius:999px;background:#fff;color:var(--fundel-muted);padding:8px 10px;font-weight:800;cursor:pointer}.external-section-title span{border-radius:999px;background:#fff;color:var(--fundel-muted);padding:6px 10px;font-size:12px;font-weight:900}.external-category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px;margin-bottom:18px}.external-category-card{border:1px solid var(--fundel-line);border-radius:22px;background:#fff;box-shadow:0 2px 8px #11212f0f;padding:16px;display:grid;gap:9px;justify-items:start;text-align:left;cursor:pointer}.external-category-card:hover{border-color:var(--fundel-orange);box-shadow:0 10px 28px #f973161f;transform:translateY(-1px)}.external-category-card strong{color:var(--fundel-navy);font-size:15px}.external-category-card small{color:var(--fundel-muted);line-height:1.4}.external-category-preview{min-width:64px;min-height:42px;border-radius:15px;border:1px solid var(--fundel-line);background:#f8fafc;color:var(--fundel-navy);display:inline-flex;align-items:center;justify-content:center;padding:0 12px;font-size:13px;font-weight:900}.external-category-preview.emoji{font-size:25px;background:#fff}.external-asset-preview{width:54px;height:54px;border-radius:16px;border:1px solid var(--fundel-line);background:#fff;color:var(--fundel-navy);display:inline-flex;flex-direction:column;align-items:center;justify-content:center;flex:0 0 auto;text-align:center}.external-asset-preview-symbol{border:0;background:transparent;font-size:34px;line-height:1}.external-asset-preview-empty{background:#f8fafc}.external-asset-preview-empty strong{display:block;color:var(--fundel-navy);font-size:10px;text-transform:uppercase;letter-spacing:.04em}.external-asset-preview-empty small{display:block;color:var(--fundel-muted);font-size:9px;line-height:1.1;max-width:46px}.external-preview-note{border:1px solid var(--fundel-line);border-radius:16px;background:#f8fafc;padding:12px;margin-bottom:16px}.external-preview-note strong{display:block;color:var(--fundel-navy);margin-bottom:4px}.external-preview-note p{margin:0;color:var(--fundel-muted);line-height:1.45}.external-action-row{display:grid;gap:10px}.external-asset-preview-image{padding:8px}.external-asset-preview-image img{display:block;max-width:100%;max-height:100%;object-fit:contain}@media(max-width:1320px){.generator-workbench{grid-template-columns:1fr}}@media(max-width:1160px){.external-library-toolbar,.external-library-workbench{grid-template-columns:1fr}.external-asset-details{position:static}}@media(max-width:1040px){.workbench{flex-direction:column}.details-panel{width:100%;position:static}.search-combo{grid-template-columns:1fr;border-radius:22px}.search-scope{border-right:0;border-bottom:1px solid var(--fundel-line)}}
