:root{--background:240 10% 4%;--foreground:0 0% 100%;--card:240 10% 7%;--card-foreground:0 0% 100%;--primary:16 88% 67%;--primary-foreground:0 0% 100%;--secondary:240 10% 10%;--muted:240 10% 8%;--muted-foreground:240 5% 60%;--accent:240 10% 12%;--border:240 5% 12%;--success:142 71% 45%;--warning:38 92% 50%;--destructive:0 73% 55%;--radius:.85rem;--surface-elevated:240 8% 9%;--surface-inset:240 12% 3%;--glow-primary:16 88% 67%}*{box-sizing:border-box;margin:0;padding:0;font-family:Outfit,sans-serif}body{background-color:hsl(var(--background));color:hsl(var(--foreground));flex-direction:column;align-items:center;min-height:100vh;display:flex;overflow-x:hidden}.page-bg{z-index:-1;background:radial-gradient(ellipse 80% 50% at 50% -20%, hsla(var(--primary), .14) 0%, transparent 55%), radial-gradient(circle at 12% 18%, hsla(var(--primary), .09) 0%, transparent 42%), radial-gradient(circle at 88% 82%, hsla(var(--success), .04) 0%, transparent 38%), linear-gradient(180deg, #0b0b0e 0%, hsl(var(--background)) 40%, #070709 100%);width:100%;height:100%;position:fixed;top:0;left:0}.page-bg:after{content:"";background-image:linear-gradient(hsla(var(--border), .35) 1px, transparent 1px), linear-gradient(90deg, hsla(var(--border), .35) 1px, transparent 1px);opacity:.35;pointer-events:none;background-size:64px 64px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(70% 60% at 50% 30%,#000 20%,#0000 75%);mask-image:radial-gradient(70% 60% at 50% 30%,#000 20%,#0000 75%)}.container{z-index:1;width:100%;max-width:1200px;padding:3rem 2rem}header{border-bottom:1px solid hsla(var(--border), .45);justify-content:space-between;align-items:flex-end;margin-bottom:2.5rem;padding-bottom:1.75rem;display:flex;position:relative}header:after{content:"";background:linear-gradient(90deg, hsl(var(--primary)), transparent);width:140px;height:1px;box-shadow:0 0 20px hsla(var(--primary), .5);position:absolute;bottom:-1px;left:0}.logo-box h1{letter-spacing:-.06em;background:linear-gradient(#fff 0%,#fff9 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700}.logo-box p{color:hsl(var(--muted-foreground));letter-spacing:.01em;margin-top:.2rem;font-size:.95rem;font-weight:400}.auth-overlay{background:hsl(var(--background));z-index:9999;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.auth-card{background:hsl(var(--card));border:1px solid hsla(var(--border), .6);border-radius:var(--radius);width:100%;max-width:420px;padding:3rem;box-shadow:0 50px 100px -20px #00000080}.auth-tabs{border-bottom:1px solid hsla(var(--border), .3);gap:1rem;margin-bottom:2rem;padding-bottom:1rem;display:flex}.auth-tab{color:hsl(var(--muted-foreground));cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;padding:.5rem 1rem;font-size:.9rem;font-weight:700;transition:all .2s}.auth-tab.active{color:hsl(var(--primary));border-bottom-color:hsl(var(--primary))}.auth-form{flex-direction:column;gap:1.25rem;display:none}.auth-form.active{display:flex}#password-reveal{background:hsla(var(--success), .1);border:1px solid hsla(var(--success), .3);color:hsl(var(--success));border-radius:var(--radius);margin-top:1rem;padding:1rem;font-size:.85rem;display:none}.badge{background:hsla(var(--primary), .08);color:hsl(var(--primary));border:1px solid hsla(var(--primary), .15);text-transform:uppercase;letter-spacing:.08em;border-radius:9999px;align-items:center;gap:.6rem;padding:.4rem 1rem;font-size:.7rem;font-weight:700;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.badge:before{content:"";background:hsl(var(--primary));width:5px;height:5px;box-shadow:0 0 10px hsl(var(--primary));border-radius:50%}.stats-grid{grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.stat-card{background:linear-gradient(160deg, hsla(var(--surface-elevated), .95) 0%, hsla(var(--card), .85) 100%);border:1px solid hsla(var(--border), .55);border-radius:var(--radius);padding:1.35rem 1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.stat-card:before{content:"";background:linear-gradient(90deg, hsla(var(--primary), .7), hsla(var(--primary), .1));opacity:.6;height:2px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.stat-card:hover{border-color:hsla(var(--primary), .35);box-shadow:0 16px 40px -18px hsla(var(--primary), .25), inset 0 1px 0 hsla(var(--foreground), .04);transform:translateY(-2px)}.stat-card:hover:before{opacity:1}.stat-card-header{align-items:center;gap:.65rem;margin-bottom:.85rem;display:flex}.stat-icon-wrap{background:hsla(var(--primary), .1);border:1px solid hsla(var(--primary), .18);width:2rem;height:2rem;color:hsl(var(--primary));border-radius:.55rem;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.stat-card--status .stat-icon-wrap{background:hsla(var(--success), .1);border-color:hsla(var(--success), .22);color:hsl(var(--success))}.stat-label{color:hsl(var(--muted-foreground));text-transform:uppercase;letter-spacing:.1em;margin:0;font-size:.68rem;font-weight:700}.stat-value{letter-spacing:-.03em;font-size:1.75rem;font-weight:700;line-height:1.1}.stat-sub{color:hsl(var(--muted-foreground));opacity:.85;margin:.35rem 0 0;font-size:.68rem}.tabs{background:hsla(var(--surface-inset), .85);border-radius:calc(var(--radius) + .15rem);border:1px solid hsla(var(--border), .5);width:100%;box-shadow:inset 0 1px 0 hsla(var(--foreground), .03);gap:.35rem;margin-bottom:1.75rem;padding:.4rem;display:flex}.tab{border-radius:calc(var(--radius) - .1rem);color:hsl(var(--muted-foreground));cursor:pointer;text-align:center;white-space:nowrap;background:0 0;border:1px solid #0000;flex:1;padding:.7rem 1rem;font-size:.82rem;font-weight:600;transition:all .22s cubic-bezier(.4,0,.2,1)}.tab:hover{color:hsl(var(--foreground));background:hsla(var(--foreground), .03)}.tab.active{color:hsl(var(--foreground));background:linear-gradient(180deg, hsla(var(--primary), .18) 0%, hsla(var(--primary), .08) 100%);border:1px solid hsla(var(--primary), .35);box-shadow:0 4px 16px -6px hsla(var(--primary), .45), inset 0 1px 0 hsla(var(--foreground), .08)}.tab-content{animation:.4s cubic-bezier(.4,0,.2,1) fadeIn;display:none}.tab-content.active{display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes modalIn{0%{opacity:0;transform:scale(.96)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}.glass-panel{background:linear-gradient(165deg, hsla(var(--card), .72) 0%, hsla(var(--surface-elevated), .55) 100%);-webkit-backdrop-filter:blur(24px);border:1px solid hsla(var(--border), .55);border-radius:calc(var(--radius) + .2rem);box-shadow:0 24px 64px -28px #000000a6, inset 0 1px 0 hsla(var(--foreground), .05);padding:1.75rem 2rem 2rem;transition:border-color .3s,box-shadow .3s;position:relative}.glass-panel:before{content:"";border-radius:inherit;background:linear-gradient(145deg, hsla(var(--primary), .22), transparent 40%, hsla(var(--border), .3));-webkit-mask-composite:xor;pointer-events:none;opacity:.65;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.glass-panel:hover{border-color:hsla(var(--primary), .2);box-shadow:0 28px 70px -26px #000000b3, 0 0 0 1px hsla(var(--primary), .08), inset 0 1px 0 hsla(var(--foreground), .06)}.tool-workspace{flex-direction:column;gap:1.25rem;display:flex}.tool-pane{flex-direction:column;gap:.65rem;display:flex}.tool-pane-label{letter-spacing:.14em;text-transform:uppercase;color:hsl(var(--muted-foreground));justify-content:space-between;align-items:center;padding:0 .15rem;font-size:.65rem;font-weight:800;display:flex}.tool-pane-label span:last-child{color:hsla(var(--primary), .75);font-size:.6rem}.tool-layout{grid-template-columns:1fr 1fr;gap:1.25rem;display:grid}textarea{background:linear-gradient(180deg, hsl(var(--surface-inset)) 0%, #050506 100%);border:1px solid hsla(var(--border), .65);border-radius:var(--radius);width:100%;height:380px;color:hsl(var(--foreground));resize:none;outline:none;padding:1.35rem 1.5rem;font-size:.95rem;line-height:1.65;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:inset 0 2px 12px #00000059}textarea:focus{border-color:hsla(var(--primary), .55);box-shadow:0 0 0 3px hsla(var(--primary), .12), inset 0 2px 12px #00000059}.output-box{background:linear-gradient(180deg, hsl(var(--surface-inset)) 0%, #050506 100%);border:1px solid hsla(var(--border), .65);border-radius:var(--radius);height:380px;color:hsl(var(--foreground));flex-direction:column;font-size:.95rem;line-height:1.65;display:flex;position:relative;overflow:hidden;box-shadow:inset 0 2px 12px #00000059}.output-box-meta{flex-shrink:0;align-items:center;gap:.5rem;padding:.85rem 1.25rem .35rem;display:flex}.output-box-entity-badge{text-transform:uppercase;letter-spacing:.04em;background:hsla(var(--warning), .1);color:hsl(var(--warning));border:1px solid hsla(var(--warning), .15);border-radius:9999px;align-items:center;padding:.2rem .55rem;font-size:.6rem;font-weight:700;display:inline-flex}.output-box-entity-badge--clean{background:hsla(var(--muted-foreground), .08);color:hsl(var(--muted-foreground));border-color:hsla(var(--border), .35);text-transform:none;letter-spacing:0;font-size:.68rem;font-weight:600}.output-box-content{white-space:pre-wrap;flex:1;min-height:0;padding:.75rem 1.5rem 1.35rem;overflow-y:auto}.output-box--has-meta .output-box-content{padding-top:.35rem}.output-box-placeholder{min-height:100%;color:hsl(var(--muted-foreground));opacity:.35;text-align:center;justify-content:center;align-items:center;font-size:.85rem;font-weight:500;display:flex}.text-tool-workspace{gap:1.5rem}.text-tool-io{margin-top:.25rem}.text-tool-clear-btn{background:hsla(var(--muted-foreground), .1);border:1px solid hsla(var(--border), .3);color:hsl(var(--muted-foreground));cursor:pointer;white-space:nowrap;border-radius:.5rem;align-items:center;gap:.4rem;padding:.6rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.text-tool-clear-btn:disabled,.file-clear-btn:disabled,.file-selected-clear:disabled{opacity:.45;cursor:not-allowed;pointer-events:none}.file-dropzone--disabled{opacity:.55;cursor:not-allowed;pointer-events:none}.text-tool-output-actions{align-items:center;gap:.5rem;margin-top:.75rem;display:flex}.text-tool-copy-btn{background:hsla(var(--primary), .08);border:1px solid hsla(var(--primary), .2);color:hsl(var(--primary));cursor:pointer;border-radius:.4rem;padding:.4rem .85rem;font-size:.75rem;font-weight:600}.text-tool-analysis-section{border-top:1px solid hsla(var(--border), .4);flex-direction:column;gap:1rem;margin-top:.5rem;padding-top:1.75rem;display:flex}.text-tool-analysis-heading{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.65rem 1rem;display:flex}.text-tool-analysis-heading h3{letter-spacing:.1em;text-transform:uppercase;color:hsl(var(--muted-foreground));margin:0;font-size:.72rem;font-weight:800}.text-tool-analysis-heading>span{color:hsl(var(--muted-foreground));font-size:.72rem}.text-tool-analysis-card{margin:0}.text-tool-analysis-card .plugin-response-body{min-height:120px;max-height:none}.text-tool-analysis-card .plugin-response-card-header{padding-top:1rem;padding-bottom:1rem}button{cursor:pointer;border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.6rem;padding:.85rem 1.75rem;font-size:.85rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.btn-primary{background:hsl(var(--primary));color:#000;box-shadow:0 8px 16px -4px hsla(var(--primary), .2);transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.btn-primary:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:left .4s;position:absolute;top:0;left:-100%}.btn-primary:hover{filter:brightness(1.1);box-shadow:0 12px 24px -6px hsla(var(--primary), .35);transform:translateY(-2px)scale(1.01)}.btn-primary:hover:before{left:100%}.btn-primary:active{transform:translateY(0)scale(.99)}.btn-secondary{border:1px solid hsla(var(--border), .5);color:hsl(var(--muted-foreground));background:0 0}.btn-secondary:hover{border-color:hsl(var(--primary));color:hsl(var(--primary))}.btn-ghost{color:hsl(var(--primary));cursor:pointer;background:0 0;border:none;padding:.5rem .9rem;font-size:.75rem}.btn-icon{color:hsl(var(--primary));cursor:pointer;background:0 0;border:none;align-items:center;padding:.25rem;display:flex}.dropzone{border:1.5px dashed hsla(var(--border), .8);border-radius:var(--radius);text-align:center;cursor:pointer;background:hsla(var(--background), .6);padding:4.5rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.dropzone.dragover{border-color:hsl(var(--primary));background:hsla(var(--primary), .08);box-shadow:0 0 24px -8px hsla(var(--primary), .2);transform:scale(1.01)}.dropzone:hover{border-color:hsl(var(--primary));background:hsla(var(--primary), .05);box-shadow:0 0 20px -6px hsla(var(--primary), .15)}input{border:1px solid hsla(var(--border), .6);width:100%;color:hsl(var(--foreground));background:#000;border-radius:.65rem;outline:none;padding:.85rem 1.15rem;transition:all .25s cubic-bezier(.4,0,.2,1)}input:focus{border-color:hsla(var(--primary), .6);box-shadow:0 0 0 3px hsla(var(--primary), .15), 0 4px 12px -4px #0000004d}code{color:hsl(var(--primary));background:hsl(var(--background));border-radius:.3rem;padding:.3rem .6rem;font-size:.8rem;font-weight:600}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:hsla(var(--background), .5);border-radius:10px}::-webkit-scrollbar-thumb{background:hsla(var(--border), .6);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:hsla(var(--primary), .5)}.toast{z-index:10000;background:hsl(var(--card));color:hsl(var(--foreground));border:1px solid hsla(var(--border), .5);border-radius:.75rem;padding:1rem 1.75rem;font-size:.9rem;font-weight:700;animation:.4s cubic-bezier(.4,0,.2,1) slideUp;position:fixed;bottom:3rem;right:2.5rem;box-shadow:0 25px 50px -12px #00000080}.toast--success{border-color:hsla(var(--success), .45);color:hsl(var(--success))}.toast--error{border-color:hsla(var(--destructive), .45);color:hsl(var(--destructive))}.toast--info{border-color:hsla(var(--primary), .35)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.config-section{background:hsl(var(--card));border:1px solid hsla(var(--border), .3);border-radius:var(--radius);margin-bottom:2rem;padding:2rem}.config-section-header{border-bottom:1px solid hsla(var(--border), .2);align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.config-section-icon{background:hsla(var(--primary), .1);border-radius:.5rem;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.config-section-icon svg{color:hsl(var(--primary))}.provider-cards{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.5rem;display:grid}.provider-card{background:hsl(var(--background));border:2px solid hsla(var(--border), .3);cursor:pointer;text-align:center;border-radius:.75rem;padding:1.25rem;transition:all .2s}.provider-card:hover{border-color:hsla(var(--primary), .4)}.provider-card.selected{border-color:hsl(var(--primary));background:hsla(var(--primary), .05)}.provider-card span{color:hsl(var(--foreground));font-size:.8rem;font-weight:600;display:block}.toggle-switch{flex-shrink:0;width:44px;height:24px;position:relative}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{cursor:pointer;background:hsla(var(--border), .5);border-radius:24px;transition:all .3s;position:absolute;inset:0}.toggle-slider:before{content:"";background:hsl(var(--foreground));border-radius:50%;width:18px;height:18px;transition:all .3s;position:absolute;bottom:3px;left:3px}.toggle-switch input:checked+.toggle-slider{background:hsl(var(--primary))}.toggle-switch input:checked+.toggle-slider:before{transform:translate(20px)}.entity-grid{flex-direction:column;gap:.5rem;display:flex}.entity-item{background:hsl(var(--card));border:1px solid hsla(var(--border), .4);border-radius:.4rem;justify-content:space-between;align-items:center;padding:.6rem .85rem;transition:all .2s;display:flex}.entity-item:hover{border-color:hsla(var(--primary), .4)}.entity-item-content{flex-direction:column;gap:.15rem;display:flex}.entity-item-label{color:hsl(var(--foreground));font-size:.8rem;font-weight:600}.entity-item-description{color:hsl(var(--muted-foreground));font-size:.7rem;line-height:1.4}.entity-header-row{border-bottom:1px solid hsla(var(--border), .2);justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.75rem;display:flex}.entity-header-row span{color:hsl(var(--muted-foreground));font-size:.8rem;font-weight:600}.integration-box{background:linear-gradient(135deg, hsla(var(--primary), .08) 0%, hsla(var(--primary), .02) 100%);border:1px solid hsla(var(--primary), .2);border-radius:.75rem;padding:1.5rem}.integration-box h4{align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.9rem;font-weight:700;display:flex}.integration-row{border-bottom:1px solid hsla(var(--border), .1);justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.integration-row:last-child{border-bottom:none}.integration-row>span:first-child{color:hsl(var(--muted-foreground));font-size:.8rem}.integration-card{background:hsl(var(--card));border:1px solid hsla(var(--border), .4);border-radius:var(--radius);cursor:pointer;flex-direction:column;gap:1rem;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.integration-card:before{content:"";background:linear-gradient(90deg, hsl(var(--primary)), hsla(var(--primary), .5));opacity:0;height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.integration-card:hover{border-color:hsla(var(--primary), .5);box-shadow:0 20px 40px -15px #00000080, 0 0 0 1px hsla(var(--primary), .1);transform:translateY(-4px)}.integration-card:hover:before{opacity:1}.integration-card-header{align-items:center;gap:.875rem;display:flex}.integration-card-icon{background:linear-gradient(135deg, hsla(var(--primary), .15) 0%, hsla(var(--primary), .05) 100%);width:48px;height:48px;color:hsl(var(--primary));border:1px solid hsla(var(--primary), .2);border-radius:.75rem;justify-content:center;align-items:center;display:flex}.integration-card-title{letter-spacing:-.01em;font-size:1.1rem;font-weight:700}.integration-card-desc{color:hsl(var(--muted-foreground));font-size:.825rem;line-height:1.6}.integration-card-footer{border-top:1px solid hsla(var(--border), .2);justify-content:space-between;align-items:center;margin-top:auto;padding-top:.75rem;display:flex}.integration-status{text-transform:uppercase;letter-spacing:.08em;border-radius:9999px;padding:.4rem .85rem;font-size:.65rem;font-weight:800}.integration-status.connected{background:linear-gradient(135deg, hsla(var(--success), .15) 0%, hsla(var(--success), .08) 100%);color:hsl(var(--success));border:1px solid hsla(var(--success), .25)}.integration-status.not-connected{background:hsla(var(--muted-foreground), .08);color:hsl(var(--muted-foreground));border:1px solid hsla(var(--border), .3)}.integration-status.coming-soon{background:linear-gradient(135deg, hsla(var(--warning), .12) 0%, hsla(var(--warning), .05) 100%);color:hsl(var(--warning));border:1px solid hsla(var(--warning), .2)}.integration-status.configured{background:hsla(var(--warning), .1);color:hsl(var(--warning));border:1px solid hsla(var(--warning), .25)}.integration-status.available{background:hsla(var(--muted-foreground), .06);color:hsl(var(--muted-foreground));border:1px solid hsla(var(--border), .35)}.integration-status.inactive{background:hsla(var(--muted-foreground), .08);color:hsl(var(--muted-foreground));border:1px solid hsla(var(--border), .3);opacity:.85}.chat-logs-list{flex-direction:column;gap:.75rem;display:flex}.chat-log-item{background:hsl(var(--background));border:1px solid hsla(var(--border), .4);cursor:pointer;border-radius:.6rem;padding:1.1rem;transition:all .25s cubic-bezier(.4,0,.2,1)}.chat-log-item:hover{border-color:hsla(var(--primary), .4);background:hsl(var(--secondary));transform:translate(4px)}.chat-log-header{justify-content:space-between;align-items:center;margin-bottom:.6rem;display:flex}.chat-log-title{letter-spacing:-.01em;font-size:.875rem;font-weight:600}.chat-log-time{color:hsl(var(--muted-foreground));font-size:.7rem;font-weight:500}.chat-log-preview{color:hsl(var(--muted-foreground));white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;line-height:1.5;overflow:hidden}.job-card{background:hsl(var(--background));border:1px solid hsla(var(--border), .4);border-radius:.6rem;padding:1rem;transition:all .25s cubic-bezier(.4,0,.2,1)}.job-card:hover{border-color:hsla(var(--primary), .4);background:hsl(var(--secondary));box-shadow:0 8px 24px -8px hsla(var(--primary), .15);transform:translateY(-2px)}.job-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.job-file-info{align-items:center;gap:.6rem;display:flex}.job-file-icon{background:hsla(var(--primary), .1);width:32px;height:32px;color:hsl(var(--primary));text-transform:uppercase;border-radius:.4rem;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.job-file-name{letter-spacing:-.01em;white-space:nowrap;text-overflow:ellipsis;max-width:140px;font-size:.85rem;font-weight:600;overflow:hidden}.job-meta{color:hsl(var(--muted-foreground));margin-top:.15rem;font-size:.7rem}.job-status-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;padding:.3rem .6rem;font-size:.6rem;font-weight:800}.job-status-badge.queued{background:hsla(var(--muted-foreground), .1);color:hsl(var(--muted-foreground));border:1px solid hsla(var(--border), .3)}.job-status-badge.processing{background:hsla(var(--primary), .12);color:hsl(var(--primary));border:1px solid hsla(var(--primary), .25);animation:1.5s infinite pulse}.job-status-badge.completed{background:hsla(var(--success), .12);color:hsl(var(--success));border:1px solid hsla(var(--success), .25)}.job-status-badge.failed{color:#dd3c3c;background:#dd3c3c1f;border:1px solid #dd3c3c40}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.job-progress-container{background:hsla(var(--border), .3);border-radius:2px;width:100%;height:4px;margin-bottom:.75rem;overflow:hidden}.job-progress-bar{background:hsl(var(--primary));width:0%;height:100%;transition:width .3s}.job-progress-bar.indeterminate{background:linear-gradient(90deg, hsl(var(--primary)) 0%, hsl(var(--primary)) 50%, hsla(var(--primary), .4) 100%);background-size:200% 100%;animation:1.5s ease-in-out infinite indeterminateSlide,1.5s ease-in-out infinite indeterminatePulse;width:30%!important}@keyframes indeterminateSlide{0%{transform:translate(-100%)}to{transform:translate(400%)}}@keyframes indeterminatePulse{0%,to{opacity:.6}50%{opacity:1}}.job-actions{gap:.5rem;display:flex}.job-btn{cursor:pointer;border:none;border-radius:.4rem;justify-content:center;align-items:center;gap:.35rem;padding:.45rem .85rem;font-size:.75rem;font-weight:700;transition:all .2s;display:inline-flex}.job-btn-download{background:hsl(var(--primary));color:#000}.job-btn-retry{border:1px solid hsla(var(--border), .5);color:hsl(var(--muted-foreground));background:0 0}.job-btn-retry:hover{border-color:hsl(var(--warning));color:hsl(var(--warning))}.job-btn-remove{border:1px solid hsla(var(--border), .3);color:hsl(var(--muted-foreground));background:0 0;padding:.45rem .6rem}.job-btn-remove:hover{color:#dd3c3c;border-color:#dd3c3c}.empty-queue{text-align:center;color:hsl(var(--muted-foreground));padding:3rem 1rem}.empty-queue-icon{background:hsla(var(--border), .2);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 1rem;display:flex}.empty-queue p{font-size:.85rem;line-height:1.5}.modal-overlay{z-index:10001;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000d9;justify-content:center;align-items:center;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.modal-overlay.visible{display:flex}.modal-overlay.visible~*,.modal-overlay.visible~.container .glass-panel{pointer-events:none}.modal-content{background:hsl(var(--card));border:1px solid hsla(var(--border), .6);border-radius:var(--radius);width:90%;max-width:850px;max-height:90vh;padding:2.5rem;animation:.25s ease-out modalIn;overflow-y:auto;box-shadow:0 50px 100px -20px #0009}.modal-header{border-bottom:1px solid hsla(var(--border), .3);justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.modal-close{color:hsl(var(--muted-foreground));cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.75rem;line-height:1}.confirm-dialog-overlay{z-index:10002;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000bf;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.confirm-dialog{background:hsl(var(--card));border:1px solid hsla(var(--border), .6);border-radius:var(--radius);width:min(420px,90vw);padding:1.75rem;animation:.2s ease-out modalIn;box-shadow:0 30px 60px -20px #000000a6}.confirm-dialog-title{color:hsl(var(--foreground));margin:0 0 .75rem;font-size:1rem;font-weight:700}.confirm-dialog-message{color:hsl(var(--muted-foreground));margin:0 0 1.5rem;font-size:.9rem;line-height:1.5}.confirm-dialog-actions{justify-content:flex-end;gap:.5rem;display:flex}.confirm-dialog-cancel{border:1px solid hsla(var(--border), .5);color:hsl(var(--muted-foreground));cursor:pointer;background:0 0;border-radius:.35rem;padding:.45rem .9rem;font-size:.75rem;font-weight:600}.confirm-dialog-cancel:hover{color:hsl(var(--foreground));border-color:hsla(var(--border), .8)}.btn-destructive{background:hsl(var(--destructive));color:#fff;cursor:pointer;border:none;border-radius:.35rem;padding:.45rem .9rem;font-size:.75rem;font-weight:700;transition:filter .15s}.btn-destructive:hover{filter:brightness(1.08)}.test-result-block{border-radius:.5rem;margin-top:1rem;padding:1rem;font-size:.85rem}.test-result-block.ok{background:hsla(var(--success), .08);border:1px solid hsla(var(--success), .2);color:hsl(var(--success))}.test-result-block.needs_attention{background:hsla(var(--warning), .08);border:1px solid hsla(var(--warning), .2);color:hsl(var(--warning))}.back-btn{color:hsl(var(--primary));cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;padding:.25rem 0;font-size:.85rem;font-weight:600;display:inline-flex}.engine-controls{gap:.5rem;display:flex}.logout-btn{background:hsla(var(--muted-foreground), .15);color:hsl(var(--muted-foreground));border-color:hsla(var(--border), .3);border:1px solid hsla(var(--border), .3);width:fit-content;padding:.6rem 1.5rem;font-size:.85rem}.logout-btn:hover{background:hsla(var(--muted-foreground), .25);color:hsl(var(--foreground))}@media (width<=1100px){.stats-grid{grid-template-columns:repeat(2,1fr)}.tool-layout{grid-template-columns:1fr}#integrations-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.stats-grid,#integrations-grid,.provider-cards{grid-template-columns:1fr}.glass-panel{padding:clamp(1rem,3vw,1.5rem)}.tabs{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media (width<=480px){header{flex-direction:column;align-items:flex-start;gap:1rem}.stats-grid{grid-template-columns:1fr;gap:.75rem}#integrations-grid{grid-template-columns:1fr;gap:1rem}.glass-panel{border-radius:calc(var(--radius) * .75);padding:.85rem}.tabs{gap:.25rem;padding:.25rem}.tab{white-space:nowrap;padding:.4rem .8rem;font-size:.75rem}.config-section{padding:1.25rem}}@keyframes owFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes skeletonPulse{0%{opacity:.3}50%{opacity:.6}to{opacity:.3}}.skeleton{background:hsla(var(--border), .25);border-radius:.35rem;animation:1.5s ease-in-out infinite skeletonPulse}.skeleton-text{width:100%;height:.75rem;margin-bottom:.5rem}.skeleton-text:last-child{width:70%}.skeleton-block{width:100%;height:2.5rem}.source-badge{letter-spacing:.05em;background:hsla(var(--background), .75);min-width:1.85rem;box-shadow:inset 0 1px 0 hsla(var(--foreground), .06);border:1px solid;border-radius:.35rem;justify-content:center;align-items:center;padding:.15rem .45rem;font-size:.62rem;font-weight:800;display:inline-flex}.active-integrations-bar{border:1px solid hsla(var(--border), .5);border-radius:var(--radius);background:linear-gradient(135deg, hsla(var(--card), .85) 0%, hsla(var(--surface-elevated), .6) 100%);box-shadow:inset 0 1px 0 hsla(var(--foreground), .04);flex-wrap:wrap;gap:1.25rem 2rem;margin-bottom:1.25rem;padding:1rem 1.25rem;display:flex}.active-integrations-group{flex-wrap:wrap;align-items:center;gap:.55rem;display:flex}.active-integrations-label{text-transform:uppercase;letter-spacing:.12em;color:hsl(var(--muted-foreground));border-right:1px solid hsla(var(--border), .45);margin-right:.35rem;padding-right:.75rem;font-size:.62rem;font-weight:800}.active-integration-pill{cursor:pointer;border:1px solid hsla(var(--border), .55);background:hsla(var(--background), .65);color:hsl(var(--foreground));border-radius:9999px;align-items:center;gap:.45rem;padding:.4rem .85rem;font-size:.75rem;font-weight:700;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px #0003}.active-integration-pill:hover{border-color:hsla(var(--primary), .4);box-shadow:0 6px 16px -6px hsla(var(--primary), .35);transform:translateY(-1px)}.active-integration-pill--plugin{border-color:hsla(var(--warning), .35);background:linear-gradient(135deg, hsla(var(--warning), .12) 0%, hsla(var(--background), .8) 100%)}.active-integration-pill--legacy{border-color:hsla(var(--primary), .35);background:linear-gradient(135deg, hsla(var(--primary), .12) 0%, hsla(var(--background), .8) 100%)}.active-integration-dot{background:hsl(var(--success));width:6px;height:6px;box-shadow:0 0 6px hsl(var(--success));border-radius:50%}.integration-pipeline{border:1px solid hsla(var(--border), .45);border-radius:var(--radius);background:linear-gradient(145deg, hsla(var(--surface-elevated), .85) 0%, hsla(var(--background), .55) 100%);box-shadow:inset 0 1px 0 hsla(var(--foreground), .04);flex-direction:column;gap:1rem;margin:0;padding:1.15rem 1.25rem;display:flex}.integration-pipeline--compact{gap:.65rem;margin:.75rem 0 1rem;padding:.75rem .95rem}.integration-pipeline--preview{border-color:hsla(var(--border), .35);opacity:.95}.integration-pipeline--running{border-color:hsla(var(--primary), .35);box-shadow:0 0 24px -8px hsla(var(--primary), .25), inset 0 1px 0 hsla(var(--foreground), .04)}.integration-pipeline--success{border-color:hsla(var(--success), .35);box-shadow:0 0 20px -8px hsla(var(--success), .2)}.integration-pipeline--error{border-color:hsla(var(--destructive), .4);box-shadow:0 0 20px -8px hsla(var(--destructive), .2)}.pipeline-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.pipeline-title{color:hsl(var(--foreground));margin:0;font-size:.88rem;font-weight:700}.pipeline-subtitle{color:hsl(var(--muted-foreground));max-width:28rem;margin:.25rem 0 0;font-size:.75rem;line-height:1.45}.pipeline-status-badge{text-transform:uppercase;letter-spacing:.06em;border-radius:9999px;flex-shrink:0;align-items:center;gap:.4rem;padding:.3rem .65rem;font-size:.65rem;font-weight:800;display:inline-flex}.pipeline-status-badge--running{color:hsl(var(--primary));background:hsla(var(--primary), .12);border:1px solid hsla(var(--primary), .3)}.pipeline-status-badge--success{color:hsl(var(--success));background:hsla(var(--success), .12);border:1px solid hsla(var(--success), .3)}.pipeline-status-badge--error{color:hsl(var(--destructive));background:hsla(var(--destructive), .12);border:1px solid hsla(var(--destructive), .3)}.pipeline-status-dot{background:hsl(var(--primary));border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite lr-pulse}.pipeline-track-wrap{padding:0 .15rem}.pipeline-track{background:hsla(var(--border), .45);border-radius:9999px;height:3px;overflow:hidden}.pipeline-track-fill{border-radius:inherit;background:linear-gradient(90deg, hsl(var(--primary)) 0%, hsl(var(--warning)) 100%);height:100%;transition:width .45s}.integration-pipeline--success .pipeline-track-fill{background:linear-gradient(90deg, hsl(var(--success)) 0%, hsla(var(--success), .7) 100%)}.integration-pipeline--error .pipeline-track-fill{background:hsl(var(--destructive))}.pipeline-steps{grid-template-columns:repeat(auto-fit,minmax(88px,1fr));gap:.65rem .5rem;display:grid}.pipeline-step{text-align:center;flex-direction:column;align-items:center;gap:.45rem;min-width:0;display:flex}.pipeline-step-marker{border:2px solid hsla(var(--border), .55);width:1.75rem;height:1.75rem;color:hsl(var(--muted-foreground));background:hsla(var(--card), .9);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.68rem;font-weight:800;transition:border-color .2s,color .2s,background .2s,box-shadow .2s;display:flex}.pipeline-step-text{flex-direction:column;gap:.15rem;width:100%;min-width:0;display:flex}.pipeline-step-label{color:hsl(var(--muted-foreground));text-overflow:ellipsis;white-space:nowrap;font-size:.68rem;font-weight:700;line-height:1.25;overflow:hidden}.pipeline-step-desc{color:hsl(var(--muted-foreground));opacity:.75;font-size:.58rem;line-height:1.2}.pipeline-step--active .pipeline-step-marker{border-color:hsl(var(--warning));color:hsl(var(--warning));box-shadow:0 0 0 4px hsla(var(--warning), .15)}.pipeline-step--active .pipeline-step-label{color:hsl(var(--foreground))}.pipeline-step--done .pipeline-step-marker{border-color:hsl(var(--success));color:hsl(var(--success));background:hsla(var(--success), .12)}.pipeline-step--done .pipeline-step-label{color:hsl(var(--foreground))}.pipeline-step--error .pipeline-step-marker{border-color:hsl(var(--destructive));color:hsl(var(--destructive));background:hsla(var(--destructive), .1)}.pipeline-step-spinner{border:2px solid hsla(var(--warning), .25);border-top-color:hsl(var(--warning));border-radius:50%;width:.75rem;height:.75rem;animation:.75s linear infinite pipelineSpin}@keyframes pipelineSpin{to{transform:rotate(360deg)}}.pipeline-step-connector{display:none}@keyframes pipelinePulse{0%,to{box-shadow:0 0 0 0 hsla(var(--primary), .3)}50%{box-shadow:0 0 0 4px hsla(var(--primary), 0)}}.plugin-activity-feed{border-top:none;margin-top:0;padding-top:0}.plugin-activity-feed-header{grid-template-columns:1fr auto;align-items:start;gap:.75rem 1rem;margin-bottom:1.25rem;display:grid}.plugin-activity-feed-title{grid-column:1}.plugin-activity-feed-title h3{margin:0;font-size:.95rem}.plugin-activity-subtitle{color:hsl(var(--muted-foreground));margin:.2rem 0 0;font-size:.75rem}.plugin-activity-feed-header .integration-source-badge{grid-area:1/2;justify-self:end}.plugin-activity-view-all{color:hsl(var(--primary));cursor:pointer;background:0 0;border:none;grid-column:1/-1;justify-self:start;padding:0;font-size:.8rem;font-weight:600}.plugin-activity-empty{color:hsl(var(--muted-foreground));border:1px dashed hsla(var(--border), .4);border-radius:var(--radius);text-align:center;background:hsla(var(--background), .35);flex-direction:column;align-items:center;gap:.65rem;padding:2rem 1.25rem;font-size:.85rem;display:flex}.plugin-activity-empty-badge{margin-bottom:.25rem}.plugin-activity-empty p{margin:0}.plugin-activity-empty-hint{opacity:.85;font-size:.78rem;margin-top:0!important}.plugin-activity-timeline{flex-direction:column;gap:.75rem;display:flex}.plugin-activity-item{border:1px solid hsla(var(--border), .35);background:hsla(var(--background), .45);border-radius:10px;grid-template-columns:2.5rem 1fr;gap:.85rem;padding:.85rem 1rem;transition:border-color .15s,box-shadow .15s;display:grid}.plugin-activity-item:hover{border-color:hsla(var(--warning), .28);box-shadow:0 4px 20px -8px hsla(var(--warning), .2)}.plugin-activity-item--in{border-left:3px solid hsl(var(--warning))}.plugin-activity-item--out{border-left:3px solid hsl(var(--success))}.plugin-activity-item-rail{flex-direction:column;align-items:center;gap:.35rem;padding-top:.15rem;display:flex}.plugin-activity-item-line{opacity:.35;border-radius:9999px;flex:1;width:2px;min-height:.5rem}.plugin-activity-item-line--in{background:hsl(var(--warning))}.plugin-activity-item-line--out{background:hsl(var(--success))}.plugin-activity-item-body{min-width:0}.plugin-activity-item-header{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.45rem;display:flex}.plugin-activity-item-identity{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.plugin-activity-item-name{color:hsl(var(--foreground));font-size:.82rem;font-weight:700}.plugin-activity-message{color:hsl(var(--foreground));word-break:break-word;margin:0;font-size:.82rem;line-height:1.55}.plugin-activity-tags{flex-wrap:wrap;gap:.4rem;margin-top:.55rem;display:flex}.plugin-activity-entity-tag{text-transform:uppercase;letter-spacing:.04em;color:hsl(var(--muted-foreground));background:hsla(var(--foreground), .06);border:1px solid hsla(var(--border), .35);border-radius:9999px;padding:.18rem .45rem;font-size:.6rem;font-weight:700}.plugin-activity-time{color:hsl(var(--muted-foreground));white-space:nowrap;font-family:monospace;font-size:.68rem}.plugin-activity-dir{min-width:2rem;font-size:.65rem;font-weight:800}.plugin-activity-dir--user{color:hsl(var(--warning))}.plugin-activity-dir--assistant{color:hsl(var(--success))}.plugin-activity-snippet{text-overflow:ellipsis;white-space:nowrap;color:hsl(var(--foreground));flex:1;overflow:hidden}.plugin-activity-pii{color:hsl(var(--warning));font-size:.6rem;font-weight:700}.plugin-test-results{border-radius:var(--radius);border:1px solid hsla(var(--border), .35);margin-top:1rem;padding:1rem}.plugin-test-results--ok{border-color:hsla(var(--success), .3);background:hsla(var(--success), .05)}.plugin-test-results--error{border-color:hsla(var(--destructive), .3);background:hsla(var(--destructive), .05)}.plugin-test-summary{margin-bottom:.75rem;font-size:.85rem;font-weight:700}.plugin-test-checks{flex-direction:column;gap:.5rem;display:flex}.plugin-test-row{gap:.5rem;font-size:.8rem;display:flex}.plugin-test-icon{min-width:1rem;font-weight:800}.plugin-test-row--ok .plugin-test-icon{color:hsl(var(--success))}.plugin-test-row--fail .plugin-test-icon{color:hsl(var(--destructive))}.plugin-test-label{font-weight:600}.plugin-test-message{color:hsl(var(--muted-foreground));font-size:.75rem}.plugin-response-preview{border:1px solid hsla(var(--border), .35);border-radius:var(--radius);background:hsla(var(--background), .5);margin-top:1rem;padding:1rem}.plugin-response-preview h4{margin:0 0 .75rem;font-size:.85rem}.plugin-response-preview pre{white-space:pre-wrap;word-break:break-word;color:hsl(var(--foreground));margin:0;font-size:.8rem;line-height:1.5}.direct-tool-header{border:1px solid hsla(var(--border), .45);border-radius:var(--radius);background:linear-gradient(90deg, hsla(var(--success), .06) 0%, hsla(var(--card), .5) 55%, transparent 100%);flex-wrap:wrap;align-items:center;gap:.85rem;margin-bottom:0;padding:.85rem 1.1rem;display:flex}.direct-tool-badge{text-transform:uppercase;letter-spacing:.1em;background:linear-gradient(135deg, hsla(var(--success), .18) 0%, hsla(var(--success), .08) 100%);color:hsl(var(--success));border:1px solid hsla(var(--success), .3);box-shadow:0 0 16px -4px hsla(var(--success), .4);border-radius:9999px;padding:.35rem .7rem;font-size:.62rem;font-weight:800}.direct-tool-note{color:hsl(var(--muted-foreground));flex:1;font-size:.82rem}.direct-tool-callout{color:hsl(var(--muted-foreground));border:1px solid hsla(var(--warning), .2);border-left:3px solid hsl(var(--warning));background:linear-gradient(90deg, hsla(var(--warning), .08) 0%, transparent 100%);border-radius:0 var(--radius) var(--radius) 0;margin-bottom:0;padding:.75rem 1rem;font-size:.78rem}.file-tool-workspace .file-tool-layout{align-items:stretch}.file-upload-pane,.file-queue-pane{min-height:420px}.file-dropzone{border:1.5px dashed hsla(var(--border), .55);border-radius:var(--radius);background:linear-gradient(160deg, hsla(var(--card), .55) 0%, hsla(var(--background), .35) 100%);cursor:pointer;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.65rem;min-height:220px;padding:2rem 1.5rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.file-dropzone:hover,.file-dropzone--dragover{border-color:hsla(var(--primary), .55);background:linear-gradient(160deg, hsla(var(--primary), .06) 0%, hsla(var(--background), .4) 100%);box-shadow:0 0 30px -8px hsla(var(--primary), .25)}.file-dropzone-icon{background:hsla(var(--primary), .1);width:64px;height:64px;color:hsl(var(--primary));border-radius:1rem;justify-content:center;align-items:center;display:flex}.file-dropzone-title{letter-spacing:-.01em;margin:0;font-size:1rem;font-weight:700}.file-dropzone-meta{color:hsl(var(--muted-foreground));text-align:center;margin:0;font-size:.75rem}.file-dropzone-input{display:none}.file-selected-card{border-radius:var(--radius);border:1px solid hsla(var(--primary), .25);background:hsla(var(--primary), .06);align-items:center;gap:.75rem;margin-top:1rem;padding:.85rem 1rem;display:flex}.file-selected-icon{background:hsla(var(--primary), .12);width:40px;height:40px;color:hsl(var(--primary));border-radius:.55rem;justify-content:center;align-items:center;font-size:.65rem;font-weight:800;display:flex}.file-selected-meta{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.file-selected-name{white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}.file-selected-size{color:hsl(var(--muted-foreground));font-size:.72rem}.file-selected-clear{color:hsl(var(--muted-foreground));cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.25rem;line-height:1}.file-upload-actions{margin-top:1rem}.file-clear-btn{background:hsla(var(--muted-foreground), .1);border:1px solid hsla(var(--border), .3);color:hsl(var(--muted-foreground));cursor:pointer;white-space:nowrap;border-radius:.5rem;padding:.6rem 1rem;font-size:.8rem;font-weight:600}.file-clear-btn:disabled{opacity:.45;cursor:not-allowed}.file-job-list{flex-direction:column;flex:1;gap:.75rem;max-height:360px;padding-right:.15rem;display:flex;overflow-y:auto}.file-queue-empty{text-align:center;min-height:280px;color:hsl(var(--muted-foreground));border:1px dashed hsla(var(--border), .35);border-radius:var(--radius);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:2rem 1rem;display:flex}.file-queue-empty-icon{background:hsla(var(--muted-foreground), .08);border-radius:9999px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:.25rem;display:flex}.file-queue-empty p{color:hsl(var(--foreground));margin:0;font-size:.9rem;font-weight:600}.file-queue-empty span{font-size:.78rem}.file-job-card{border:1px solid hsla(var(--border), .45);border-radius:var(--radius);background:linear-gradient(145deg, hsla(var(--card), .65) 0%, hsla(var(--background), .35) 100%);padding:1rem;transition:border-color .2s,transform .2s}.file-job-card:hover{border-color:hsla(var(--primary), .35);transform:translateY(-1px)}.file-job-card--completed{border-color:hsla(var(--success), .25)}.file-job-card--failed{border-color:hsla(var(--destructive), .35)}.file-job-card-header{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.file-job-card-identity{align-items:center;gap:.65rem;min-width:0;display:flex}.file-job-card-icon{background:hsla(var(--primary), .1);width:36px;height:36px;color:hsl(var(--primary));border-radius:.45rem;flex-shrink:0;justify-content:center;align-items:center;font-size:.62rem;font-weight:800;display:flex}.file-job-card-name{white-space:nowrap;text-overflow:ellipsis;max-width:180px;font-size:.85rem;font-weight:600;overflow:hidden}.file-job-card-id{color:hsl(var(--muted-foreground));margin-top:.1rem;font-size:.68rem}.file-job-status{text-transform:uppercase;letter-spacing:.06em;border-radius:9999px;flex-shrink:0;padding:.28rem .55rem;font-size:.58rem;font-weight:800}.file-job-status--completed{background:hsla(var(--success), .12);color:hsl(var(--success))}.file-job-status--processing,.file-job-status--queued,.file-job-status--uploading{background:hsla(var(--warning), .12);color:hsl(var(--warning))}.file-job-status--failed{background:hsla(var(--destructive), .12);color:hsl(var(--destructive))}.file-job-progress{margin-top:.85rem}.file-job-progress-track{background:hsla(var(--muted-foreground), .12);border-radius:9999px;height:4px;overflow:hidden}.file-job-progress-fill{border-radius:inherit;background:linear-gradient(90deg, hsl(var(--primary)), hsl(var(--warning)));height:100%;transition:width .35s}.file-job-progress-fill--indeterminate{animation:1.2s ease-in-out infinite file-progress-indeterminate;width:35%!important}@keyframes file-progress-indeterminate{0%{transform:translate(-120%)}to{transform:translate(320%)}}.file-job-progress-label{color:hsl(var(--muted-foreground));text-align:right;margin-top:.35rem;font-size:.68rem;display:block}.file-job-result-meta{flex-wrap:wrap;gap:.45rem;margin-top:.75rem;display:flex}.file-job-integration-badge,.file-job-entity-badge{border:1px solid hsla(var(--border), .35);color:hsl(var(--muted-foreground));border-radius:9999px;align-items:center;gap:.35rem;padding:.2rem .55rem;font-size:.65rem;font-weight:700;display:inline-flex}.file-job-entity-badge.has-pii{border-color:hsla(var(--warning), .25);background:hsla(var(--warning), .08);color:hsl(var(--warning))}.file-job-error{color:hsl(var(--destructive));margin-top:.65rem;font-size:.75rem}.file-job-actions{gap:.5rem;margin-top:.85rem;display:flex}.file-job-download{color:hsl(var(--primary));background:hsla(var(--primary), .08);border:1px solid hsla(var(--primary), .2);border-radius:.45rem;align-items:center;gap:.4rem;padding:.45rem .85rem;font-size:.75rem;font-weight:600;text-decoration:none;display:inline-flex}.file-job-remove{cursor:pointer;color:hsl(var(--destructive));background:hsla(var(--destructive), .08);border:1px solid hsla(var(--destructive), .2);border-radius:.45rem;padding:.45rem .85rem;font-size:.75rem;font-weight:600}.tool-integration-response{background:0 0;border:none;margin-top:1.75rem;padding:0}.tool-integration-response-body{max-height:none;margin-top:0;font-size:.85rem;line-height:1.55;overflow:visible}.file-job-claude-response{background:0 0;border:none;max-height:none;margin-top:1rem;padding:0;overflow:visible}.file-job-claude-response .plugin-detail-card--response{margin-top:.35rem}.file-tool-analysis-section{margin-top:.75rem}.file-tool-analysis-heading-row{flex-wrap:wrap;align-items:baseline;gap:.65rem;display:flex}.file-tool-analysis-file{color:hsl(var(--foreground));opacity:.85;font-size:.78rem;font-weight:600}.file-tool-analysis-card .plugin-response-body{min-height:160px;max-height:none}.file-tool-analysis-download-row{justify-content:flex-start;padding-top:.25rem;display:flex}.file-job-download--prominent{padding:.65rem 1.1rem;font-size:.8rem}.file-job-download-pending{color:hsl(var(--muted-foreground));font-size:.72rem;font-style:italic}.file-job-view-analysis{cursor:pointer;color:hsl(var(--warning));background:hsla(var(--warning), .08);border:1px solid hsla(var(--warning), .2);border-radius:.45rem;padding:.45rem .85rem;font-size:.75rem;font-weight:600}.file-job-card--focused{border-color:hsla(var(--warning), .45);box-shadow:0 0 0 1px hsla(var(--warning), .15)}.file-queue-pane .file-job-list{max-height:320px}.file-job-claude-response .plugin-response-body{max-height:280px}.file-job-claude-label{text-transform:uppercase;letter-spacing:.08em;color:hsl(var(--primary));align-items:center;gap:.5rem;margin-bottom:.65rem;font-size:.62rem;font-weight:800;display:flex}.plugin-ui-panel{border:1px solid hsla(var(--border), .4);border-radius:var(--radius);background:linear-gradient(145deg, hsla(var(--card), .7) 0%, hsla(var(--background), .45) 100%);box-shadow:inset 0 1px 0 hsla(var(--foreground), .03);padding:1.15rem 1.25rem}.cold-start-checklist{flex-direction:column;gap:.4rem;display:flex}.cold-start-checklist-item{color:hsl(var(--muted-foreground));align-items:center;gap:.5rem;font-size:.8rem;display:flex}.cold-start-checklist-item--done{color:hsl(var(--success))}.cold-start-checklist-item span:first-child{border:1px solid hsla(var(--border), .4);border-radius:50%;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;font-size:.65rem;font-weight:800;display:flex}.cold-start-checklist-item--done span:first-child{border-color:hsl(var(--success));background:hsla(var(--success), .1)}.live-requests{flex-direction:column;gap:1rem;min-height:420px;display:flex}.lr-toolbar{border:1px solid hsla(var(--border), .45);border-radius:var(--radius);background:linear-gradient(135deg, hsla(var(--card), .65) 0%, hsla(var(--background), .4) 100%);flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem 1.5rem;padding:1rem 1.15rem;display:flex}.lr-stats-title{color:hsl(var(--foreground));align-items:center;gap:.5rem;margin-bottom:.35rem;font-size:.95rem;font-weight:700;display:flex}.lr-live-dot{background:hsl(var(--success));width:8px;height:8px;box-shadow:0 0 10px hsla(var(--success), .7);border-radius:50%;animation:2s ease-in-out infinite lr-pulse}@keyframes lr-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(.85)}}.lr-stats-row{color:hsl(var(--muted-foreground));flex-wrap:wrap;align-items:center;gap:.35rem;font-size:.82rem;display:flex}.lr-stats-row strong{color:hsl(var(--foreground));font-weight:700}.lr-stats-sep{opacity:.45}.lr-filters{flex-wrap:wrap;align-items:flex-end;gap:.85rem 1.25rem;display:flex}.lr-filter-block{flex-direction:column;gap:.35rem;display:flex}.lr-filter-label{text-transform:uppercase;letter-spacing:.08em;color:hsl(var(--muted-foreground));font-size:.65rem;font-weight:700}.lr-filter-group{flex-wrap:wrap;gap:.35rem;display:flex}.lr-chip{border:1px solid hsla(var(--border), .5);background:hsla(var(--background), .5);color:hsl(var(--muted-foreground));cursor:pointer;border-radius:6px;padding:.35rem .65rem;font-size:.72rem;font-weight:600;transition:border-color .15s,color .15s,background .15s}.lr-chip:hover{border-color:hsla(var(--warning), .45);color:hsl(var(--foreground))}.lr-chip--active{border-color:hsl(var(--warning));color:hsl(var(--warning));background:hsla(var(--warning), .1);box-shadow:0 0 12px -4px hsla(var(--warning), .35)}.lr-chip--success.lr-chip--active{border-color:hsl(var(--success));color:hsl(var(--success));background:hsla(var(--success), .1);box-shadow:0 0 12px -4px hsla(var(--success), .35)}.lr-select{border:1px solid hsla(var(--border), .5);background:hsla(var(--background), .6);min-width:148px;color:hsl(var(--foreground));border-radius:6px;padding:.4rem .65rem;font-size:.78rem}.lr-btn-secondary{border:1px solid hsla(var(--border), .5);background:hsla(var(--background), .5);color:hsl(var(--foreground));cursor:pointer;border-radius:6px;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.78rem;font-weight:600;transition:border-color .15s,background .15s;display:inline-flex}.lr-btn-secondary:hover{border-color:hsla(var(--warning), .45);background:hsla(var(--warning), .06)}.lr-download-btn{align-self:flex-end}.lr-empty{text-align:center;color:hsl(var(--muted-foreground));border:1px dashed hsla(var(--border), .45);border-radius:var(--radius);flex:1;justify-content:center;align-items:center;padding:3rem 1.5rem;font-size:.88rem;display:flex}.lr-table-wrap{border:1px solid hsla(var(--border), .45);border-radius:var(--radius);background:hsla(var(--card), .35);flex:1;overflow:auto}.lr-table{min-width:720px}.lr-thead{border-bottom:1px solid hsla(var(--border), .5);background:hsla(var(--background), .55);z-index:2;grid-template-columns:168px 200px 64px 56px 1fr 36px;align-items:center;gap:.75rem;padding:.65rem 1rem;display:grid;position:sticky;top:0}.lr-thead .lr-col{text-transform:uppercase;letter-spacing:.08em;color:hsl(var(--muted-foreground));font-size:.62rem;font-weight:700}.lr-row-group{border-bottom:1px solid hsla(var(--border), .25)}.lr-row-group:last-child{border-bottom:none}.lr-row-group--open{background:hsla(var(--warning), .03)}.lr-row{width:100%;color:inherit;text-align:left;cursor:pointer;font:inherit;background:0 0;border:none;grid-template-columns:168px 200px 64px 56px 1fr 36px;align-items:center;gap:.75rem;padding:.75rem 1rem;transition:background .12s;display:grid}.lr-row:hover{background:hsla(var(--foreground), .03)}.lr-row-group--open .lr-row{border-bottom:1px solid hsla(var(--border), .2)}.lr-col-time{font-variant-numeric:tabular-nums;color:hsl(var(--foreground));white-space:nowrap;font-size:.78rem}.lr-col-source{align-items:center;gap:.5rem;min-width:0;display:flex}.lr-source-badge{background:hsla(var(--background), .6);border:1px solid;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:1.65rem;height:1.65rem;font-size:.62rem;font-weight:800;display:inline-flex}.lr-source-name{color:hsl(var(--foreground));text-overflow:ellipsis;white-space:nowrap;font-size:.82rem;font-weight:600;overflow:hidden}.lr-dir-badge{letter-spacing:.04em;border-radius:4px;padding:.2rem .45rem;font-size:.65rem;font-weight:800;display:inline-block}.lr-dir-badge--in{color:hsl(var(--warning));background:hsla(var(--warning), .12);border:1px solid hsla(var(--warning), .3)}.lr-dir-badge--out{color:hsl(var(--success));background:hsla(var(--success), .12);border:1px solid hsla(var(--success), .3)}.lr-pii-count{color:hsl(var(--warning));font-variant-numeric:tabular-nums;font-size:.85rem;font-weight:700}.lr-pii-none{color:hsl(var(--muted-foreground));opacity:.5}.lr-col-preview{color:hsl(var(--muted-foreground));text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.lr-col-expand{color:hsl(var(--muted-foreground));justify-content:center;align-items:center;display:flex}.lr-chevron{transition:transform .15s}.lr-chevron--open{transform:rotate(180deg)}.lr-detail-wrap{padding:.65rem 1rem 1rem}.lr-detail-card{border:1px solid hsla(var(--border), .4);border-radius:var(--radius);background:linear-gradient(160deg, hsla(var(--card), .85) 0%, hsla(var(--background), .55) 100%);overflow:hidden;box-shadow:0 8px 24px -12px #00000073}.lr-detail-card-header{border-bottom:1px solid hsla(var(--border), .3);background:linear-gradient(90deg, hsla(var(--primary), .05) 0%, transparent 100%);align-items:center;gap:.85rem;padding:1rem 1.15rem;display:flex}.lr-detail-card-meta{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.lr-detail-card-title{color:hsl(var(--foreground));font-size:.88rem;font-weight:700}.lr-detail-card-subtitle{color:hsl(var(--muted-foreground));font-size:.72rem}.lr-detail-card-header .lr-dir-badge{flex-shrink:0}.lr-detail-meta-grid{border-bottom:1px solid hsla(var(--border), .22);grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.65rem 1rem;padding:1rem 1.15rem;display:grid}.lr-detail-meta-item{flex-direction:column;gap:.2rem;min-width:0;display:flex}.lr-detail-meta-label{text-transform:uppercase;letter-spacing:.07em;color:hsl(var(--muted-foreground));font-size:.62rem;font-weight:700}.lr-detail-meta-value{color:hsl(var(--foreground));text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;overflow:hidden}.lr-detail-pii-section{border-bottom:1px solid hsla(var(--border), .22);flex-direction:column;gap:.5rem;padding:.85rem 1.15rem;display:flex}.lr-detail-content-section{padding:1rem 1.15rem 1.15rem}.lr-content-pane{flex-direction:column;gap:.45rem;min-width:0;display:flex}.lr-content-pane--original .lr-content-body{border-color:hsla(var(--warning), .25);background:hsla(var(--warning), .04)}.lr-content-pane--anonymized .lr-content-body{border-color:hsla(var(--success), .25);background:hsla(var(--success), .04)}.lr-content-pane--single .lr-content-body{max-height:420px;overflow:auto}.lr-content-pane--markdown .lr-content-body{padding:.85rem 1rem}.lr-content-body{border:1px solid hsla(var(--border), .35);background:hsla(var(--background), .45);border-radius:8px;margin:0;padding:.85rem 1rem}.lr-content-body p{color:hsl(var(--foreground));white-space:pre-wrap;word-break:break-word;margin:0;font-size:.84rem;line-height:1.6}.lr-content-body .rich-md{gap:.55rem}.lr-detail{border:1px solid hsla(var(--border), .35);border-radius:var(--radius);background:hsla(var(--background), .45);padding:1rem 1.15rem}.lr-detail-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-bottom:1rem;display:grid}.lr-detail-section{margin-bottom:1rem}.lr-detail-section:last-child{margin-bottom:0}.lr-detail-heading{text-transform:uppercase;letter-spacing:.08em;color:hsl(var(--muted-foreground));margin:0 0 .6rem;font-size:.65rem;font-weight:700}.lr-detail-source{align-items:center;gap:.65rem;display:flex}.lr-detail-source-name{color:hsl(var(--foreground));font-size:.92rem;font-weight:700}.lr-detail-source-kind{color:hsl(var(--muted-foreground));margin-top:.15rem;font-size:.75rem}.lr-meta-list{gap:.45rem;margin:0;display:grid}.lr-meta-list>div{grid-template-columns:110px 1fr;align-items:baseline;gap:.5rem;display:grid}.lr-meta-list dt{color:hsl(var(--muted-foreground));margin:0;font-size:.72rem;font-weight:600}.lr-meta-list dd{color:hsl(var(--foreground));text-overflow:ellipsis;white-space:nowrap;margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.78rem;overflow:hidden}.lr-pii-tags{flex-wrap:wrap;gap:.4rem;display:flex}.lr-pii-tag{text-transform:uppercase;letter-spacing:.04em;color:hsl(var(--warning));background:hsla(var(--warning), .12);border:1px solid hsla(var(--warning), .28);border-radius:9999px;padding:.25rem .55rem;font-size:.68rem;font-weight:700}.lr-detail-empty{color:hsl(var(--muted-foreground));margin:0 0 1rem;font-size:.82rem;font-style:italic}.lr-content-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.85rem;display:grid}.lr-content-block{flex-direction:column;gap:.35rem;display:flex}.lr-content-label{text-transform:uppercase;letter-spacing:.06em;color:hsl(var(--muted-foreground));font-size:.65rem;font-weight:700}.lr-content-pre{white-space:pre-wrap;word-break:break-word;border:1px solid hsla(var(--border), .35);background:hsla(var(--card), .5);max-height:200px;color:hsl(var(--foreground));border-radius:6px;margin:0;padding:.75rem .85rem;font-size:.78rem;line-height:1.55;overflow:auto}.lr-footer{color:hsl(var(--muted-foreground));text-align:center;margin:0;font-size:.72rem}.lr-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000a6;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.lr-modal{border:1px solid hsla(var(--border), .5);border-radius:var(--radius);background:hsl(var(--card));width:min(440px,100%);padding:1.35rem;box-shadow:0 20px 50px #00000073}.lr-modal-title{margin:0 0 1.15rem;font-size:1rem;font-weight:700}.lr-modal-section{margin-bottom:1rem}.lr-modal-dates{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem;display:grid}.lr-date-field{color:hsl(var(--muted-foreground));flex-direction:column;gap:.3rem;font-size:.72rem;display:flex}.lr-date-field input{border:1px solid hsla(var(--border), .5);background:hsla(var(--background), .6);color:hsl(var(--foreground));border-radius:6px;padding:.4rem .5rem;font-size:.78rem}.lr-modal-actions{justify-content:flex-end;gap:.65rem;margin-top:1.25rem;display:flex}.lr-btn-primary{padding:.45rem 1rem;font-size:.82rem}@media (width<=900px){.lr-thead,.lr-row{grid-template-columns:140px 150px 56px 48px 1fr 32px;gap:.5rem}.lr-filters{width:100%}.lr-download-btn{margin-left:auto}}.plugin-detail-page{flex-direction:column;gap:1.25rem;display:flex}.plugin-detail-back{color:hsl(var(--primary));cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;padding:0;font-size:.82rem;font-weight:600;transition:opacity .15s;display:inline-flex}.plugin-detail-back:hover{opacity:.85}.plugin-detail-header{border:1px solid hsla(var(--border), .45);border-radius:var(--radius);background:linear-gradient(135deg, hsla(var(--warning), .06) 0%, hsla(var(--card), .65) 45%, hsla(var(--background), .4) 100%);box-shadow:inset 0 1px 0 hsla(var(--foreground), .04);padding:1.15rem 1.25rem}.plugin-detail-identity{align-items:flex-start;gap:1rem;display:flex}.plugin-detail-icon.integration-icon{flex-shrink:0}.plugin-detail-title-row{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.plugin-detail-title{margin:0;font-size:1.35rem;font-weight:700}.plugin-detail-status{text-transform:uppercase;letter-spacing:.06em;border-radius:9999px;padding:.25rem .6rem;font-size:.62rem;font-weight:800}.plugin-detail-status--active{color:hsl(var(--success));background:hsla(var(--success), .12);border:1px solid hsla(var(--success), .35)}.plugin-detail-status--inactive{color:hsl(var(--muted-foreground));background:hsla(var(--muted-foreground), .1);border:1px solid hsla(var(--border), .45)}.plugin-detail-status--pending{color:hsl(var(--warning));background:hsla(var(--warning), .1);border:1px solid hsla(var(--warning), .3)}.plugin-detail-desc{color:hsl(var(--muted-foreground));max-width:42rem;margin:.45rem 0 0;font-size:.84rem;line-height:1.5}.plugin-detail-loading{color:hsl(var(--muted-foreground));align-items:center;gap:.65rem;padding:2rem;font-size:.88rem;display:flex}.plugin-detail-grid{grid-template-columns:minmax(0,1.35fr) minmax(280px,.85fr);align-items:start;gap:1.25rem;display:grid}.plugin-detail-main,.plugin-detail-aside{flex-direction:column;gap:1.25rem;display:flex}.plugin-detail-card{border:1px solid hsla(var(--border), .45);border-radius:var(--radius);background:linear-gradient(160deg, hsla(var(--card), .75) 0%, hsla(var(--background), .45) 100%);box-shadow:inset 0 1px 0 hsla(var(--foreground), .03);padding:1.25rem 1.35rem}.plugin-detail-card--error{border-color:hsla(var(--destructive), .35);color:hsl(var(--destructive))}.plugin-detail-card--pipeline{box-shadow:none;background:0 0;border:none;padding:0;overflow:hidden}.plugin-detail-card--pipeline .integration-pipeline{border-radius:var(--radius)}.plugin-detail-card--activity{margin-top:.25rem}.plugin-detail-card-header{border-bottom:1px solid hsla(var(--border), .3);justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1.15rem;padding-bottom:.85rem;display:flex}.plugin-detail-card-header h3{margin:0;font-size:.92rem;font-weight:700}.plugin-detail-card-hint{color:hsl(var(--muted-foreground));font-size:.72rem}.plugin-settings-form{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem 1.25rem;display:grid}.plugin-settings-field{flex-direction:column;gap:.4rem;display:flex}.plugin-settings-field--checkbox{border:1px solid hsla(var(--border), .35);background:hsla(var(--background), .35);border-radius:8px;flex-direction:row;grid-column:1/-1;align-items:center;padding:.65rem .85rem}.plugin-settings-label{color:hsl(var(--foreground));font-size:.78rem;font-weight:600}.plugin-settings-required{color:hsl(var(--warning));margin-left:.15rem}.plugin-settings-input{border:1px solid hsla(var(--border), .5);background:hsla(var(--background), .65);color:hsl(var(--foreground));border-radius:8px;padding:.55rem .75rem;font-size:.82rem;transition:border-color .15s,box-shadow .15s}.plugin-settings-input:focus{border-color:hsla(var(--warning), .5);box-shadow:0 0 0 3px hsla(var(--warning), .12);outline:none}.plugin-settings-checkbox{width:1rem;height:1rem;accent-color:hsl(var(--warning))}.plugin-detail-actions{border-top:1px solid hsla(var(--border), .3);flex-wrap:wrap;gap:.6rem;margin-top:1.35rem;padding-top:1.15rem;display:flex}.plugin-detail-btn-primary{min-width:6rem}.plugin-detail-btn-secondary,.plugin-detail-btn-accent{cursor:pointer;border-radius:8px;padding:.5rem .95rem;font-size:.8rem;font-weight:600;transition:border-color .15s,background .15s,transform .12s}.plugin-detail-btn-secondary{border:1px solid hsla(var(--border), .55);background:hsla(var(--background), .55);color:hsl(var(--foreground))}.plugin-detail-btn-secondary:hover:not(:disabled){border-color:hsla(var(--foreground), .25);background:hsla(var(--foreground), .05)}.plugin-detail-btn-accent{border:1px solid hsla(var(--warning), .45);background:linear-gradient(135deg, hsla(var(--warning), .18) 0%, hsla(var(--warning), .08) 100%);color:hsl(var(--warning))}.plugin-detail-btn-accent:hover:not(:disabled){border-color:hsl(var(--warning));box-shadow:0 0 16px -4px hsla(var(--warning), .35)}.plugin-detail-btn-secondary:disabled,.plugin-detail-btn-accent:disabled{opacity:.45;cursor:not-allowed}.plugin-pipeline-reset{width:100%;color:hsl(var(--muted-foreground));cursor:pointer;text-align:center;background:0 0;border:none;margin-top:.65rem;padding:.45rem;font-size:.72rem;font-weight:600;display:block}.plugin-pipeline-reset:hover{color:hsl(var(--primary))}.plugin-detail-card .plugin-test-results,.plugin-detail-card .plugin-response-preview{background:0 0;border:none;margin-top:0;padding:0}.plugin-detail-card .plugin-response-preview h4{margin:0 0 .75rem;font-size:.88rem}.cold-start-panel h4{margin:0;font-size:.88rem;font-weight:700}.cold-start-header{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.85rem;display:flex}.cold-start-badge{text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--warning));background:hsla(var(--warning), .12);border:1px solid hsla(var(--warning), .28);border-radius:9999px;padding:.22rem .55rem;font-size:.62rem;font-weight:800}.cold-start-badge--done{color:hsl(var(--success));background:hsla(var(--success), .12);border-color:hsla(var(--success), .3)}.cold-start-complete-msg{color:hsl(var(--success));margin:0 0 1rem;font-size:.82rem}.cold-start-progress{align-items:center;gap:.65rem;margin-bottom:1rem;display:flex}.cold-start-progress-track{background:hsla(var(--border), .45);border-radius:9999px;flex:1;height:4px;overflow:hidden}.cold-start-progress-fill{border-radius:inherit;background:linear-gradient(90deg, hsl(var(--success)) 0%, hsl(var(--warning)) 100%);height:100%;transition:width .35s}.cold-start-progress-label{color:hsl(var(--muted-foreground));white-space:nowrap;font-size:.68rem;font-weight:700}.cold-start-steps{flex-direction:column;gap:.55rem;margin-bottom:1rem;display:flex}.cold-start-step{border:1px solid hsla(var(--border), .25);background:hsla(var(--background), .35);border-radius:8px;align-items:center;gap:.65rem;padding:.55rem .7rem;transition:border-color .15s,background .15s;display:flex}.cold-start-step--active{border-color:hsla(var(--warning), .35);background:hsla(var(--warning), .06)}.cold-start-step--done{border-color:hsla(var(--success), .25)}.cold-start-step-marker{border:2px solid hsla(var(--border), .5);width:1.5rem;height:1.5rem;color:hsl(var(--muted-foreground));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.65rem;font-weight:800;display:flex}.cold-start-step--done .cold-start-step-marker{border-color:hsl(var(--success));color:hsl(var(--success));background:hsla(var(--success), .1)}.cold-start-step--active .cold-start-step-marker{border-color:hsl(var(--warning));color:hsl(var(--warning))}.cold-start-step-label{color:hsl(var(--foreground));font-size:.78rem;font-weight:600}.cold-start-question{color:hsl(var(--foreground));margin:0 0 .35rem;font-size:.88rem;font-weight:600;line-height:1.45}.cold-start-step-title{text-transform:uppercase;letter-spacing:.06em;color:hsl(var(--muted-foreground));margin:0 0 1rem;font-size:.72rem;font-weight:700}.cold-start-options{flex-wrap:wrap;gap:.5rem;display:flex}.cold-start-option{border:1px solid hsla(var(--border), .5);background:hsla(var(--background), .55);color:hsl(var(--foreground));cursor:pointer;border-radius:8px;padding:.55rem 1rem;font-size:.8rem;font-weight:600;transition:border-color .15s,background .15s,transform .12s}.cold-start-option:hover{border-color:hsla(var(--warning), .45);background:hsla(var(--warning), .08);transform:translateY(-1px)}.cold-start-actions{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.cold-start-footnote{color:hsl(var(--muted-foreground));margin:.85rem 0 0;font-size:.72rem}.integration-icon{border:1px solid hsla(var(--border), .45);background:hsla(var(--background), .65);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;overflow:hidden;box-shadow:0 2px 8px #00000026}.integration-icon--sm{border-radius:6px;width:1.65rem;height:1.65rem}.integration-icon--md{width:2rem;height:2rem}.integration-icon--lg{border-radius:10px;width:2.35rem;height:2.35rem}.integration-icon--xl,.integration-card-icon-wrap,.plugin-detail-icon.integration-icon{border-radius:.85rem;width:3.25rem;height:3.25rem}.integration-icon img{object-fit:cover;width:100%;height:100%;display:block}.integration-icon-fallback{color:var(--icon-accent,hsl(var(--warning)));letter-spacing:.02em;font-size:.62rem;font-weight:800}.integration-icon--lg .integration-icon-fallback,.integration-icon--xl .integration-icon-fallback{font-size:.72rem}.integration-source-badge{align-items:center;gap:.5rem;min-width:0;display:inline-flex}.integration-source-badge-name{color:hsl(var(--foreground));text-overflow:ellipsis;white-space:nowrap;font-size:.78rem;font-weight:700;overflow:hidden}.integration-source-badge--lg .integration-source-badge-name{font-size:.88rem}.lr-col-source .integration-source-badge{max-width:100%}.active-integration-pill .integration-icon{box-shadow:none}.plugin-detail-card--response{border-color:hsla(var(--success), .25);background:linear-gradient(160deg, hsla(var(--card), .8) 0%, hsla(var(--background), .5) 100%);padding:0;overflow:hidden}.plugin-response-card{flex-direction:column;display:flex}.plugin-response-card-header{border-bottom:1px solid hsla(var(--border), .3);background:linear-gradient(90deg, hsla(var(--warning), .06) 0%, transparent 100%);align-items:center;gap:.85rem;padding:1.1rem 1.25rem;display:flex}.plugin-response-card-meta{flex-direction:column;gap:.15rem;min-width:0;display:flex}.plugin-response-card-title{color:hsl(var(--foreground));font-size:.92rem;font-weight:700}.plugin-response-card-role{color:hsl(var(--muted-foreground));font-size:.72rem}.plugin-response-prompt{border-bottom:1px solid hsla(var(--border), .25);background:hsla(var(--warning), .04);margin:0;padding:.85rem 1.25rem}.plugin-response-prompt-label{text-transform:uppercase;letter-spacing:.07em;color:hsl(var(--warning));margin-bottom:.35rem;font-size:.62rem;font-weight:800;display:block}.plugin-response-prompt p{color:hsl(var(--foreground));margin:0;font-size:.84rem;line-height:1.5}.plugin-response-body{max-height:420px;padding:1.15rem 1.25rem;overflow:auto}.plugin-response-footer{border-top:1px solid hsla(var(--border), .25);color:hsl(var(--muted-foreground));background:hsla(var(--background), .35);flex-wrap:wrap;align-items:center;gap:.35rem;padding:.75rem 1.25rem;font-size:.72rem;display:flex}.plugin-response-footer-dot{opacity:.5}.rich-md{flex-direction:column;gap:.65rem;display:flex}.rich-md-h2{color:hsl(var(--foreground));margin:.5rem 0 0;font-size:1.05rem;font-weight:700;line-height:1.35}.rich-md-h3{color:hsl(var(--foreground));margin:.35rem 0 0;font-size:.95rem;font-weight:700}.rich-md-h4{color:hsl(var(--foreground));margin:.25rem 0 0;font-size:.88rem;font-weight:700}.rich-md-h5{color:hsl(var(--muted-foreground));margin:.15rem 0 0;font-size:.82rem;font-weight:700}.rich-md-p{color:hsl(var(--foreground));margin:0;font-size:.84rem;line-height:1.6}.rich-md-list{flex-direction:column;gap:.35rem;margin:0;padding-left:1.25rem;display:flex}.rich-md-list li{color:hsl(var(--foreground));font-size:.84rem;line-height:1.55}.rich-md-hr{border:none;border-top:1px solid hsla(var(--border), .35);margin:.35rem 0}.rich-md-code{background:hsla(var(--foreground), .08);border:1px solid hsla(var(--border), .3);border-radius:4px;padding:.1rem .35rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8em}.rich-md strong{color:hsl(var(--foreground));font-weight:700}.rich-md em{color:hsl(var(--muted-foreground));font-style:italic}.rich-md-table-wrap{border:1px solid hsla(var(--border), .4);background:hsla(var(--background), .45);border-radius:.55rem;margin:.35rem 0 .5rem;overflow-x:auto}.rich-md-table{border-collapse:collapse;width:100%;font-size:.8rem;line-height:1.45}.rich-md-table th,.rich-md-table td{text-align:left;border-bottom:1px solid hsla(var(--border), .3);vertical-align:top;padding:.55rem .75rem}.rich-md-table th{text-transform:uppercase;letter-spacing:.06em;color:hsl(var(--muted-foreground));background:hsla(var(--warning), .06);font-size:.62rem;font-weight:800}.rich-md-table tbody tr:last-child td{border-bottom:none}.rich-md-table tbody tr:hover td{background:hsla(var(--primary), .04)}.rich-md-table td code,.rich-md-table td strong{color:hsl(var(--warning))}.lr-detail-source{flex-direction:column;gap:.35rem;display:flex}@media (width<=960px){.plugin-detail-grid{grid-template-columns:1fr}.plugin-detail-aside{order:-1}.pipeline-steps{grid-template-columns:repeat(auto-fit,minmax(72px,1fr))}.plugin-activity-item-header{flex-direction:column;align-items:flex-start;gap:.35rem}.plugin-activity-feed-header{grid-template-columns:1fr}.plugin-activity-feed-header .integration-source-badge{grid-area:auto/1;justify-self:start}}
