*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary-color: #6ceec8;--primary-color-light: #b3f7e5;--secondary-color: #7437d2;--secondary-color-light: #9b8afb;--text-color: #222;--border-radius: 8px;--border-color: var(--gray-300);--gray-25: #fdfdfd;--gray-50: #fafafa;--gray-100: #f5f5f5;--gray-200: #e9eaeb;--gray-300: #d5d7da;--gray-400: #a4a7ae;--gray-500: #717680;--gray-600: #535862;--gray-700: #414651;--gray-800: #252b37;--gray-900: #181d27;--moss-100: #e6f4d7;--moss-200: #ceeab0;--moss-300: #acdc79;--moss-400: #86cb3c;--moss-500: #669f2a;--error-color: #f04438;--warning-color: #fdb022;--success-color: #47cd89;--green-300: #71fed3;--green-400: #6ceec8;--green-500: #85e13a;--pink-300: #fcc5f5;--pink-400: #ed7ae7;--purple-300: #9b8afb;--purple-400: #7437d2;--blue-400: #53b1fd;--rose-400: #fd6f8e;--yellow-400: #fac515;--web-dark: #1a1a2e;--web-dark-mid: #2a2a40;--web-text-muted: #c5c8d4;--web-text-subtle: #a0a3b1;--web-purple: #5c33ff;--web-purple-light: #8b5cf6;--web-cyan-dark: #0891b2;--web-cyan: #06b6d4;--web-green-dark: #059669;--web-green: #10b981;--web-hover-green: #5de0ba;--web-surface-1: rgba(255, 255, 255, .04);--web-surface-2: rgba(255, 255, 255, .05);--web-surface-3: rgba(255, 255, 255, .06);--web-surface-4: rgba(255, 255, 255, .08);--web-surface-5: rgba(255, 255, 255, .12);--web-border-subtle: rgba(255, 255, 255, .1);--web-border-medium: rgba(255, 255, 255, .15);--web-border-strong: rgba(255, 255, 255, .25);--web-border-muted: rgba(255, 255, 255, .3);--web-glass-bg: #5c33ff;--web-glass-bg-hover: #6840ff;font-family:Roboto,Arial,sans-serif}.hidden{display:none!important}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.flex-1{flex:1}.flex-grow{flex-grow:1}.flex-shrink-0{flex-shrink:0}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.self-start{align-self:flex-start}.self-center{align-self:center}.self-end{align-self:flex-end}.grid{display:grid}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.w-full{width:100%}.w-auto{width:auto}.w-fit{width:fit-content}.h-full{height:100%}.h-auto{height:auto}.h-fit{height:fit-content}.min-w-0{min-width:0}.min-h-0{min-height:0}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.m-0{margin:0}.m-auto{margin:auto}.mx-auto{margin-left:auto;margin-right:auto}.my-auto{margin-top:auto;margin-bottom:auto}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.ml-auto{margin-left:auto}.mr-auto{margin-right:auto}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.cursor-pointer{cursor:pointer}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.truncate,.truncate-text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.border{border:1px solid var(--tbo-border-color)}.border-0{border:none}.rounded{border-radius:var(--tbo-radius, 8px)}.rounded-sm{border-radius:4px}.rounded-lg{border-radius:12px}.rounded-full{border-radius:9999px}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-100{opacity:1}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.select-none{-webkit-user-select:none;user-select:none}.select-text{-webkit-user-select:text;user-select:text}.select-all{-webkit-user-select:all;user-select:all}.tbo-key-combo{display:inline-flex;align-items:center;gap:3px}.tbo-key-combo kbd{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;font-family:inherit;font-size:11px;font-weight:400;color:var(--gray-600, #535862);background:#f0f4ff;border:1px solid #c7d7fe;border-radius:4px}*::-webkit-scrollbar{width:6px;height:6px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background:var(--gray-300, #d5d7da);border-radius:3px}*::-webkit-scrollbar-thumb:hover{background:var(--gray-400, #a4a7ae)}button.more-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;background:none;border-radius:6px;cursor:pointer;color:var(--gray-400);font-size:16px;flex-shrink:0;opacity:0;transition:opacity .1s ease,background .1s ease}:hover>button.more-btn{opacity:1}button.more-btn:hover{background:var(--gray-200);color:var(--gray-700)}.spin{animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.spin-complete{animation:pop .3s}@keyframes pop{0%{transform:scale(1) rotate(0)}to{transform:scale(1.2) rotate(360deg)}}.sidebar-nav{width:240px;min-width:240px;height:100vh;display:flex;flex-direction:column;background:#fff;border-right:1px solid var(--gray-200);overflow:hidden}.sidebar-nav-logo{display:flex;align-items:center;gap:10px;padding:20px 16px 12px;font-size:15px;font-weight:600;color:var(--gray-800)}.sidebar-nav-logo img{width:28px;height:28px;background-color:#5c5cf8;border-radius:8px;padding:3px}.sidebar-nav-search{display:flex;align-items:center;gap:8px;margin:0 12px 16px;padding:8px 12px;border-radius:8px;border:1px solid var(--gray-200);background:var(--gray-50);color:var(--gray-400);font-size:13px;cursor:pointer;transition:background .15s ease}.sidebar-nav-search:hover{background:var(--gray-100)}.sidebar-nav-search-hint{margin-left:auto}.sidebar-nav-search-hint kbd{min-width:16px;height:16px;font-size:9px;padding:0 3px}.sidebar-nav-section-header{display:flex;align-items:center;gap:4px;padding:8px 16px;margin-bottom:4px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-400);position:relative}.sidebar-nav-section-header:after{content:"";position:absolute;bottom:0;left:16px;right:16px;height:1px;background:var(--gray-200)}.sidebar-nav-back-group{display:flex;align-items:center;gap:2px;background:none;border:none;color:inherit;cursor:pointer;padding:0;font:inherit;text-transform:inherit;letter-spacing:inherit;height:22px;transition:color .15s ease}.sidebar-nav-back-group i{font-size:14px}.sidebar-nav-back-group:hover{color:var(--secondary-color);background:none!important}.sidebar-nav-add-btn{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:1px solid var(--gray-300);border-radius:6px;background:none;color:var(--gray-500);cursor:pointer;transition:all .15s ease;padding:0;font-size:12px}.sidebar-nav-add-btn:hover{background:var(--secondary-color);border-color:var(--secondary-color);color:#fff}.sidebar-nav-context{flex:1;min-height:0;display:flex;flex-direction:column}.sidebar-nav-items{display:flex;flex-direction:column;gap:2px;padding:0 8px;overflow-y:auto}.sidebar-nav-item{display:flex;align-items:flex-start;gap:8px;padding:8px 12px;border-radius:8px;font-size:14px;color:var(--gray-700);cursor:pointer;flex-shrink:0;transition:background .1s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-nav-item.unassigned{opacity:.45}.sidebar-nav-item.unassigned:hover{opacity:.7}.sidebar-nav-item:hover{background:var(--gray-100)}.sidebar-nav-item.active{background:#7437d214;color:var(--secondary-color);font-weight:500}.sidebar-nav-item i{font-size:16px;flex-shrink:0;margin-top:2px}.sidebar-nav-item-more{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:none;border-radius:6px;cursor:pointer;color:var(--gray-400);font-size:16px;flex-shrink:0;opacity:0;transition:opacity .1s ease,background .1s ease}.sidebar-nav-user{padding:12px 16px;border-top:1px solid var(--gray-200)}.sidebar-nav-links{display:flex;flex-direction:column;gap:2px;padding:0 8px 16px}.sidebar-nav-links .sidebar-nav-link{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:8px;font-size:14px;color:var(--gray-700);text-decoration:none;cursor:pointer;transition:background .1s ease}.sidebar-nav-link:hover{background:var(--gray-100)}.sidebar-nav-link.active{background:#7437d214;color:var(--secondary-color);font-weight:500}.sidebar-nav-link i{font-size:16px;flex-shrink:0}.sidebar-back-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;font-size:13px;color:var(--gray-500);background:none;border:none;cursor:pointer;width:100%;transition:color .1s ease}.sidebar-back-btn:hover{color:var(--secondary-color)}.sidebar-back-btn i{font-size:14px}.sidebar-nav-item-text{display:flex;flex-direction:column;flex:1;min-width:0;gap:2px}.sidebar-nav-item-sub{font-size:11px;color:var(--gray-400);font-weight:400}.sidebar-nav-item-creator{color:var(--gray-500)}.sidebar-nav-item-lock{display:flex;align-items:center;gap:3px;font-size:11px;color:var(--warning-color)}.sidebar-nav-item-lock i{font-size:12px;position:relative;top:-1px}.search-palette-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:flex-start;justify-content:center;padding-top:15vh;background:#0000004d}.search-palette{width:500px;min-height:300px;max-height:400px;background:#fff;border-radius:12px;box-shadow:0 16px 70px #00000026,0 0 0 1px #0000000d;display:flex;flex-direction:column;overflow:hidden}.search-palette-input-row{display:flex;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid var(--gray-200, #e5e7eb)}.search-palette-input-row i{font-size:18px;color:var(--gray-400, #9ca3af);flex-shrink:0}.search-palette-input{flex:1;border:none;outline:none;font-size:15px;font-family:inherit;color:var(--gray-900, #111827);background:none}.search-palette-input::placeholder{color:var(--gray-400, #9ca3af)}.search-palette-results{overflow-y:auto;padding:6px 14px;flex:1;display:flex;flex-direction:column}.search-palette-category-header{padding:8px 10px 4px;font-size:11px;font-weight:400;text-transform:uppercase;letter-spacing:.03em;color:var(--gray-400, #9ca3af)}.search-palette-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:6px;cursor:pointer;transition:background .08s ease}.search-palette-item:hover,.search-palette-item.active{background:var(--gray-100, #f3f4f6)}.search-palette-item i{font-size:16px;color:var(--gray-400, #9ca3af);flex-shrink:0}.search-palette-item-text{display:flex;align-items:baseline;gap:8px;min-width:0}.search-palette-item-label{font-size:14px;font-weight:500;color:var(--gray-800, #1f2937);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-palette-item-desc{font-size:12px;color:var(--gray-400, #9ca3af);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-palette-show-more{justify-content:center;gap:6px;color:var(--gray-400, #9ca3af);font-size:12px;font-weight:500}.search-palette-show-more i{font-size:12px;color:var(--gray-400, #9ca3af)}.search-palette-footer{display:flex;align-items:center;justify-content:center;gap:24px;padding:8px 16px;border-top:1px solid var(--gray-200, #e5e7eb);margin-top:auto}.search-palette-hint{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--gray-400, #9ca3af)}.search-palette-footer kbd{min-width:18px;height:18px;font-size:10px;padding:0 4px}.search-palette-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:24px;gap:12px}.search-palette-empty-illustration{width:140px;height:auto;opacity:.8}.search-palette-empty p{font-size:13px;color:var(--gray-400, #9ca3af);margin:0}
