.term-list-container{gap:var(--spacing-sm,12px);box-sizing:border-box;text-align:left;flex-direction:column;width:100%;display:flex}.term-empty-state{text-align:center;border-radius:var(--radius-lg,16px);background:var(--panel-bg,#ffffff03);border:1px dashed var(--border-main,#ffffff0f);color:var(--text-muted);box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;padding:40px 24px;display:flex}.term-empty-state-icon{border:1px solid var(--border-main,#ffffff0f);width:36px;height:36px;color:var(--text-muted,#ffffff4d);background:#ffffff05;border-radius:50%;justify-content:center;align-items:center;display:flex}.term-empty-state-title{color:var(--text-main,#fff);margin-bottom:4px;font-size:13px;font-weight:600}.term-empty-state-desc{color:var(--text-muted,#ffffff59);max-width:240px;margin:0 auto;font-size:11px;line-height:1.4}.term-card{background:var(--panel-bg,#ffffff05);border:1px solid var(--border-main,#ffffff0d);border-radius:var(--radius-md,12px);transition:border-color var(--transition-timing-fast,.2s) ease, background-color var(--transition-timing-fast,.2s) ease;position:relative;overflow:visible}.term-card:has(.term-custom-select-trigger.is-open){z-index:100}.term-header{cursor:pointer;-webkit-user-select:none;user-select:none;text-align:left;border-radius:var(--radius-md,12px);transition:background-color var(--transition-timing-fast,.2s) ease;background:0 0;border-bottom:1px solid #0000;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.term-header:hover{background-color:#ffffff08}.term-header.expanded{border-bottom:1px solid var(--border-main,#ffffff0d);background-color:#ffffff04;border-bottom-right-radius:0;border-bottom-left-radius:0}.term-drag-handle{color:var(--text-muted,#ffffff4d);cursor:grab;border-radius:4px;justify-content:center;align-items:center;margin-right:-4px;padding:4px;transition:background-color .2s,color .2s;display:flex}.term-drag-handle:hover{color:var(--text-main,#fffc);background-color:#ffffff0d}.term-drag-handle:active{cursor:grabbing}.term-title-container{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.term-badge-order{width:24px;height:24px;color:var(--text-main,#fff);border:1px solid var(--border-main,#ffffff0d);background:#ffffff0f;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:flex}.term-title{color:var(--text-main,#fff);white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:13px;font-weight:600;overflow:hidden}.term-chevron{color:var(--text-muted,#fff6);align-items:center;gap:8px;transition:color .2s;display:flex}.term-header:hover .term-chevron{color:var(--text-main,#ffffffe6)}.term-body-container{color:var(--text-muted,#ffffffb3);background:#0000001a;padding:16px 16px 16px 52px;font-size:13px;line-height:1.6}.term-paragraph{margin:0 0 12px}.term-paragraph:last-child{margin-bottom:0}.term-list-bullets{margin:0;padding:0 0 0 16px;list-style-type:disc}.term-list-bullets li{margin-bottom:8px;padding-left:4px}.term-list-bullets li:last-child{margin-bottom:0}.term-list-numbered{margin:0;padding:0 0 0 16px;list-style-type:decimal}.term-list-numbered li{margin-bottom:8px;padding-left:4px}.term-list-numbered li:last-child{margin-bottom:0}.term-widget-container{box-sizing:border-box;width:100%;padding:16px 0}.term-actions{align-items:center;gap:6px;display:flex}.term-editable{cursor:text;transition:border-color var(--transition-timing-fast,.2s) ease;border-bottom:1px dashed #0000;width:100%;min-width:10px;display:inline-block}.term-editable:hover{border-bottom-color:#ffffff4d}.term-title.term-editable{width:auto;display:block}.term-inline-textarea{font-family:inherit;font-size:inherit;font-weight:inherit;color:inherit;line-height:inherit;box-shadow:none;box-sizing:border-box;resize:none;background:0 0;border:none;outline:none;width:100%;margin:0;padding:0;display:block;overflow:hidden}.term-inline-textarea:focus{border:none;outline:none}.term-inline-link{color:inherit;text-underline-offset:2px;-webkit-text-decoration:underline #ffffff4d;text-decoration:underline #ffffff4d;transition:opacity .2s,text-decoration-color .2s}.term-inline-link:hover{opacity:.8;text-decoration-color:#ffffffb3}.term-custom-select-container{align-items:center;gap:6px;margin-right:8px;display:inline-flex;position:relative}.term-select-label{color:var(--text-muted,#fff6);font-size:11px;font-weight:500}.term-custom-select-trigger{border:1px solid var(--border-main,#ffffff14);color:var(--text-main,#e2e8f0);cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffff0a;border-radius:6px;outline:none;align-items:center;gap:6px;padding:4px 10px;font-size:11px;font-weight:500;transition:all .2s cubic-bezier(.16,1,.3,1);display:inline-flex}.term-custom-select-trigger:hover,.term-custom-select-trigger.is-open{color:#fff;background:#ffffff14;border-color:#fff3}.term-custom-select-value{line-height:1}.term-custom-select-chevron{color:var(--text-muted,#fff6);transition:transform .2s}.term-custom-select-chevron.is-open{color:#fff;transform:rotate(180deg)}.term-custom-select-menu{z-index:999;-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-main,#ffffff1f);background:#141417f5;border-radius:8px;flex-direction:column;gap:1px;min-width:140px;max-height:220px;padding:4px;display:flex;position:absolute;top:calc(100% + 4px);right:0;overflow-y:auto;box-shadow:0 12px 30px -5px #0009,0 8px 10px -6px #0006}.term-custom-select-option{width:100%;color:var(--text-muted,#ffffffb3);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:5px;justify-content:space-between;align-items:center;padding:6px 10px;font-size:11px;font-weight:500;transition:background-color .15s,color .15s;display:flex}.term-custom-select-option:hover{color:#fff;background:#ffffff12}.term-custom-select-option.is-selected{color:var(--color-primary,#60a5fa);background:#60a5fa14;font-weight:600}.term-custom-select-check{color:var(--color-primary,#60a5fa)}
