@import "https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700&display=swap";@layer base{:root{--background:0 0% 100%;--foreground:240 10% 3.9%;--card:0 0% 100%;--card-foreground:240 10% 3.9%;--popover:0 0% 100%;--popover-foreground:240 10% 3.9%;--primary:240 5.9% 10%;--primary-foreground:0 0% 98%;--secondary:240 4.8% 95.9%;--secondary-foreground:240 5.9% 10%;--muted:240 4.8% 95.9%;--muted-foreground:240 3.8% 46.1%;--accent:240 4.8% 95.9%;--accent-foreground:240 5.9% 10%;--destructive:0 72.2% 50.6%;--destructive-foreground:0 0% 98%;--border:240 5.9% 90%;--input:240 5.9% 90%;--ring:240 5.9% 10%;--radius:.5rem;--radius-md:.5rem}.dark{--background:240 10% 3.9%;--foreground:0 0% 98%;--card:240 10% 3.9%;--card-foreground:0 0% 98%;--popover:240 10% 3.9%;--popover-foreground:0 0% 98%;--primary:0 0% 98%;--primary-foreground:240 5.9% 10%;--secondary:240 3.7% 15.9%;--secondary-foreground:0 0% 98%;--muted:240 3.7% 15.9%;--muted-foreground:240 5% 64.9%;--accent:240 3.7% 15.9%;--accent-foreground:0 0% 98%;--destructive:0 62.8% 30.6%;--destructive-foreground:0 0% 98%;--border:240 3.7% 15.9%;--input:240 3.7% 15.9%;--ring:240 4.9% 83.9%}*,:before,:after{box-sizing:border-box;border-color:hsl(var(--border))}body{background:hsl(var(--background));color:hsl(var(--foreground));font-feature-settings:"rlig" 1, "calt" 1;margin:0;font-family:Geist,ui-sans-serif,system-ui,sans-serif}}.tmc-button{border-radius:var(--radius);color:inherit;cursor:pointer;font:inherit;-webkit-user-select:none;user-select:none;white-space:nowrap;background-clip:padding-box;border:1px solid #0000;outline:none;flex-shrink:0;justify-content:center;align-items:center;gap:.375rem;font-size:.875rem;font-weight:500;line-height:1;text-decoration:none;transition:background-color .16s,border-color .16s,color .16s,box-shadow .16s,transform .12s;display:inline-flex}.tmc-button svg{pointer-events:none;flex-shrink:0;width:1rem;height:1rem}.tmc-button:focus-visible{border-color:hsl(var(--ring));box-shadow:0 0 0 3px hsl(var(--ring) / .22)}.tmc-button:disabled,.tmc-button[aria-disabled=true]{cursor:not-allowed;opacity:.5;pointer-events:none}.tmc-button:active:not([aria-haspopup=menu]){transform:translateY(1px)}.tmc-button-default{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.tmc-button-default:hover{background:hsl(var(--primary) / .86)}.tmc-button-outline{border-color:hsl(var(--border));background:hsl(var(--background));color:hsl(var(--foreground))}.tmc-button-outline:hover,.tmc-button-outline[aria-expanded=true]{background:hsl(var(--muted))}.tmc-button-secondary{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.tmc-button-secondary:hover,.tmc-button-secondary[aria-expanded=true]{background:hsl(var(--secondary) / .82)}.tmc-button-ghost{background:0 0}.tmc-button-ghost:hover,.tmc-button-ghost[aria-expanded=true]{background:hsl(var(--muted))}.tmc-button-destructive{background:hsl(var(--destructive) / .12);color:hsl(var(--destructive))}.tmc-button-destructive:hover{background:hsl(var(--destructive) / .2)}.tmc-button-link{height:auto;color:hsl(var(--primary));text-underline-offset:4px;background:0 0;padding:0;text-decoration:underline}.tmc-button-size-default,.tmc-button-size-lg{height:2rem;padding-inline:.625rem}.tmc-button-size-xs{border-radius:min(var(--radius-md), 10px);height:1.5rem;padding-inline:.5rem;font-size:.75rem}.tmc-button-size-sm{border-radius:min(var(--radius-md), 12px);height:1.75rem;padding-inline:.625rem;font-size:.8rem}.tmc-button-size-icon,.tmc-button-size-icon-lg{width:2rem;height:2rem;padding:0}.tmc-button-size-icon-xs{width:1.5rem;height:1.5rem;padding:0}.tmc-button-size-icon-sm{width:1.75rem;height:1.75rem;padding:0}.tmc-card{background:hsl(var(--card));color:hsl(var(--card-foreground));box-shadow:0 0 0 1px hsl(var(--foreground) / .1);border-radius:.75rem;flex-direction:column;gap:1rem;padding-block:1rem;font-size:.875rem;display:flex;overflow:hidden}.tmc-card[data-size=sm]{gap:.75rem;padding-block:.75rem}.tmc-card-header{align-items:start;gap:.25rem;padding-inline:1rem;display:grid}.tmc-card-header:has([data-slot=card-action]){grid-template-columns:minmax(0,1fr) auto}.tmc-card-content{padding-inline:1rem}.tmc-card-title{font-size:1rem;font-weight:500;line-height:1.35}.tmc-card-description{color:hsl(var(--muted-foreground));font-size:.875rem}.tmc-card-footer{border-top:1px solid hsl(var(--border));background:hsl(var(--muted) / .5);border-radius:0 0 .75rem .75rem;align-items:center;padding:1rem;display:flex}.tmc-card-action{grid-area:1/2/span 2;place-self:start end}.tmc-badge{white-space:nowrap;border:1px solid #0000;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;gap:.25rem;width:fit-content;height:1.25rem;padding:.125rem .5rem;font-size:.75rem;font-weight:500;line-height:1;display:inline-flex;overflow:hidden}.tmc-badge svg{width:.75rem;height:.75rem}.tmc-badge-default{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.tmc-badge-secondary{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.tmc-badge-destructive{background:hsl(var(--destructive) / .12);color:hsl(var(--destructive))}.tmc-badge-outline{border-color:hsl(var(--border));color:hsl(var(--foreground))}.tmc-badge-ghost{color:hsl(var(--muted-foreground));background:0 0}.tmc-input,.tmc-textarea,.tmc-native-select{border:1px solid hsl(var(--input));border-radius:var(--radius);width:100%;min-width:0;color:hsl(var(--foreground));font:inherit;background:0 0;outline:none;font-size:.875rem;transition:border-color .16s,box-shadow .16s,background-color .16s}.tmc-input,.tmc-native-select{height:2rem;padding:.25rem .625rem}.tmc-input[type=file]{color:hsl(var(--muted-foreground));align-items:center;padding:.1875rem .3125rem;line-height:1;display:flex}.tmc-input[type=file]::file-selector-button{border-radius:calc(var(--radius) - 2px);background:hsl(var(--secondary));height:1.5rem;color:hsl(var(--secondary-foreground));cursor:pointer;font:inherit;border:0;margin-inline-end:.625rem;padding:0 .625rem;font-size:.8125rem;font-weight:500}.tmc-input[type=file]::file-selector-button:hover{background:hsl(var(--secondary) / .82)}.tmc-textarea{resize:vertical;min-height:4rem;padding:.5rem .625rem}.tmc-input::-moz-placeholder{color:hsl(var(--muted-foreground))}.tmc-textarea::-moz-placeholder{color:hsl(var(--muted-foreground))}.tmc-native-select::-moz-placeholder{color:hsl(var(--muted-foreground))}.tmc-input::placeholder,.tmc-textarea::placeholder,.tmc-native-select::placeholder{color:hsl(var(--muted-foreground))}.tmc-input:focus-visible,.tmc-textarea:focus-visible,.tmc-native-select:focus-visible{border-color:hsl(var(--ring));box-shadow:0 0 0 3px hsl(var(--ring) / .22)}.tmc-input:disabled,.tmc-textarea:disabled,.tmc-native-select:disabled{cursor:not-allowed;opacity:.5}.tmc-input[aria-invalid=true],.tmc-textarea[aria-invalid=true],.tmc-native-select[aria-invalid=true]{border-color:hsl(var(--destructive));box-shadow:0 0 0 3px hsl(var(--destructive) / .18)}.tmc-label{color:hsl(var(--foreground));-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;line-height:1;display:flex}.tmc-checkbox{border:1px solid hsl(var(--input));width:1rem;height:1rem;color:hsl(var(--primary-foreground));background:0 0;border-radius:.25rem;outline:none;flex:none;justify-content:center;align-items:center;transition:background-color .16s,border-color .16s,box-shadow .16s;display:flex;position:relative}.tmc-input-checkbox{border:1px solid hsl(var(--input));width:1rem;height:1rem;accent-color:hsl(var(--primary));border-radius:.25rem;box-shadow:0 1px 2px #0f172a0d}.tmc-input-checkbox:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.tmc-checkbox[data-state=checked],.tmc-checkbox[data-checked]{border-color:hsl(var(--primary));background:hsl(var(--primary))}.tmc-checkbox:focus-visible{border-color:hsl(var(--ring));box-shadow:0 0 0 3px hsl(var(--ring) / .22)}.tmc-checkbox:disabled{cursor:not-allowed;opacity:.5}.tmc-checkbox-indicator{color:currentColor;place-content:center;display:grid}.tmc-checkbox-indicator svg{width:.875rem;height:.875rem}.tmc-progress{background:hsl(var(--muted));border-radius:999px;align-items:center;width:100%;height:.25rem;display:flex;position:relative;overflow:hidden}.tmc-progress-indicator{background:hsl(var(--primary));flex:1;width:100%;height:100%;transition:transform .18s}.tmc-separator{background:hsl(var(--border));flex-shrink:0}.tmc-separator[data-orientation=horizontal]{width:100%;height:1px}.tmc-separator[data-orientation=vertical]{align-self:stretch;width:1px}.tmc-native-select-wrapper{width:fit-content;position:relative}.tmc-native-select-wrapper:has(select:disabled){opacity:.5}.tmc-native-select{appearance:none;-webkit-user-select:none;user-select:none;padding-right:2rem}.tmc-native-select-wrapper[data-size=sm] .tmc-native-select{border-radius:min(var(--radius-md), 10px);height:1.75rem;padding-block:.125rem}.tmc-native-select-icon{width:1rem;height:1rem;color:hsl(var(--muted-foreground));pointer-events:none;-webkit-user-select:none;user-select:none;position:absolute;top:50%;right:.625rem;transform:translateY(-50%)}.tmc-native-select-option,.tmc-native-select-optgroup{color:canvastext;background:canvas}.tmc-tabs{flex-direction:column;gap:.5rem;display:flex}.tmc-tabs[data-orientation=vertical]{flex-direction:row}.tmc-tabs-list{border-radius:var(--radius);width:fit-content;height:2rem;color:hsl(var(--muted-foreground));justify-content:center;align-items:center;display:inline-flex}.tmc-tabs-list-default{background:hsl(var(--muted));padding:.1875rem}.tmc-tabs-list-line{background:0 0;gap:.25rem}.tmc-tabs-trigger{border-radius:calc(var(--radius) - 2px);height:calc(100% - 1px);color:hsl(var(--foreground) / .6);cursor:pointer;font:inherit;white-space:nowrap;background:0 0;border:1px solid #0000;outline:none;flex:1;justify-content:center;align-items:center;gap:.375rem;padding:.125rem .375rem;font-size:.875rem;font-weight:500;transition:background-color .16s,color .16s,box-shadow .16s;display:inline-flex;position:relative}.tmc-tabs-trigger:hover{color:hsl(var(--foreground))}.tmc-tabs-trigger[data-state=active],.tmc-tabs-trigger[data-active]{background:hsl(var(--background));color:hsl(var(--foreground));box-shadow:0 1px 2px #0f172a14}.tmc-tabs-list-line .tmc-tabs-trigger[data-state=active],.tmc-tabs-list-line .tmc-tabs-trigger[data-active]{box-shadow:none;background:0 0}.tmc-tabs-list-line .tmc-tabs-trigger:after{background:hsl(var(--foreground));content:"";opacity:0;height:2px;transition:opacity .16s;position:absolute;bottom:-.3125rem;left:0;right:0}.tmc-tabs-list-line .tmc-tabs-trigger[data-state=active]:after,.tmc-tabs-list-line .tmc-tabs-trigger[data-active]:after{opacity:1}.tmc-tabs-trigger:focus-visible{border-color:hsl(var(--ring));box-shadow:0 0 0 3px hsl(var(--ring) / .22)}.tmc-tabs-trigger:disabled{cursor:not-allowed;opacity:.5}.tmc-tabs-content{outline:none;flex:1;font-size:.875rem}.tmc-transition-text{transition:opacity .16s}.tmc-transition-text-enter-from,.tmc-transition-text-leave-to,.tmc-fade-enter-from,.tmc-fade-leave-to{opacity:0}.tmc-fade-enter-active,.tmc-fade-leave-active{transition:opacity .2s}.tmc-scale-enter-active{transition:opacity .18s,transform .18s}.tmc-scale-leave-active{transition:opacity .12s,transform .12s}.tmc-scale-enter-from,.tmc-scale-leave-to{opacity:0;transform:scale(.96)}.tmc-slide-scale-enter-active,.tmc-slide-scale-leave-active{transition:opacity .2s,transform .2s}.tmc-slide-scale-enter-from,.tmc-slide-scale-leave-to{opacity:0;transform:translateY(1rem)scale(.98)}.tmc-dialog{background:0 0;border:0;width:100%;min-width:100%;min-height:100%;margin:0;padding:0;overflow-y:auto}.tmc-dialog::backdrop{background:0 0}.tmc-modal-scroll{z-index:50;padding:1.5rem 1rem;position:fixed;inset:0;overflow-y:auto}.tmc-modal-overlay{background:#0f172a6b;position:fixed;inset:0}.tmc-modal-panel{border-radius:var(--radius);background:hsl(var(--card));width:100%;margin:0 auto 1.5rem;overflow:hidden;box-shadow:0 24px 60px #0f172a33}.tmc-modal-sm{max-width:24rem}.tmc-modal-md{max-width:28rem}.tmc-modal-lg{max-width:32rem}.tmc-modal-xl{max-width:36rem}.tmc-modal-2xl{max-width:42rem}.tmc-modal-content{gap:1rem;padding:1.5rem;display:grid}.tmc-modal-actions{justify-content:flex-end;gap:.75rem;display:flex}.tmc-dropdown{position:relative}.tmc-dropdown-overlay{z-index:40;position:fixed;inset:0}.tmc-dropdown-panel{z-index:50;border-radius:var(--radius);margin-top:.5rem;position:absolute;box-shadow:0 18px 38px #0f172a29}.tmc-dropdown-width-48{width:12rem}.tmc-dropdown-left{transform-origin:0 0;left:0}.tmc-dropdown-right{transform-origin:100% 0;right:0}.tmc-dropdown-top{transform-origin:top}.tmc-dropdown-menu{border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--card));padding-block:.25rem;overflow:hidden}.tmc-dropdown-link{width:100%;color:hsl(var(--foreground));text-align:start;padding:.5rem 1rem;font-size:.875rem;line-height:1.25;text-decoration:none;transition:background-color .16s;display:block}.tmc-dropdown-link:hover,.tmc-dropdown-link:focus{background:hsl(var(--muted));outline:none}.tmc-nav-link,.tmc-responsive-nav-link{color:hsl(var(--muted-foreground));font-weight:500;text-decoration:none;transition:color .16s,border-color .16s,background-color .16s}.tmc-nav-link{border-bottom:2px solid #0000;align-items:center;padding:.25rem .25rem .375rem;font-size:.875rem;display:inline-flex}.tmc-nav-link:hover,.tmc-nav-link.active{border-color:hsl(var(--foreground));color:hsl(var(--foreground))}.tmc-responsive-nav-link{text-align:start;border-left:4px solid #0000;width:100%;padding:.5rem 1rem;font-size:1rem;display:block}.tmc-responsive-nav-link:hover,.tmc-responsive-nav-link.active{border-color:hsl(var(--foreground));background:hsl(var(--muted));color:hsl(var(--foreground))}.tmc-form-label{color:hsl(var(--foreground));font-size:.875rem;font-weight:500;display:block}.profile-page{padding-block:2rem}.profile-stack{gap:1rem;width:min(100% - 2rem,72rem);margin-inline:auto;display:grid}.profile-card{border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--card));padding:1.5rem;box-shadow:0 10px 28px #0f172a0f}.profile-section{gap:1.25rem;max-width:36rem;display:grid}.profile-section-full{max-width:none}.profile-heading{color:hsl(var(--foreground));margin:0;font-size:1.125rem;font-weight:500}.profile-copy{color:hsl(var(--muted-foreground));margin:.25rem 0 0;font-size:.875rem}.profile-form{gap:1.5rem;display:grid}.profile-field{gap:.375rem;display:grid}.profile-actions{align-items:center;gap:1rem;display:flex}.profile-inline-copy{color:hsl(var(--foreground));font-size:.875rem}.profile-link-button{color:hsl(var(--muted-foreground));cursor:pointer;font:inherit;background:0 0;border:0;padding:0;font-size:.875rem;text-decoration:underline}.profile-link-button:hover,.profile-link-button:focus-visible{color:hsl(var(--foreground));outline:none}.success-copy{color:#16a34a;font-size:.875rem;font-weight:500}.saved-copy{color:hsl(var(--muted-foreground));font-size:.875rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.field-narrow{max-width:75%}.ml-sm{margin-left:.75rem}.is-processing{opacity:.5}.tmc-shell{background:hsl(var(--background));min-height:100vh;color:hsl(var(--foreground))}.tmc-app-frame{min-height:100vh;display:grid}.tmc-sidebar{border-bottom:1px solid hsl(var(--border));background:hsl(var(--background));gap:.75rem;padding:.75rem;display:grid}.tmc-sidebar-top,.tmc-sidebar-bottom,.tmc-sidebar-action,.tmc-sidebar-link{align-items:center;display:flex}.tmc-sidebar-top,.tmc-sidebar-bottom{justify-content:space-between;gap:.75rem}.tmc-sidebar-brand{flex:auto}.tmc-brand-copy{min-width:0;display:grid}.tmc-sidebar-subtitle{color:hsl(var(--muted-foreground));font-size:.75rem}.tmc-sidebar-nav{gap:.5rem;padding-bottom:.125rem;display:flex;overflow-x:auto}.tmc-sidebar-group,.tmc-sidebar-section{gap:.375rem;display:flex}.tmc-sidebar-label{display:none}.tmc-sidebar-action,.tmc-sidebar-link{white-space:nowrap;border-radius:var(--radius);min-height:2rem;color:hsl(var(--muted-foreground));gap:.5rem;padding:.375rem .625rem;font-size:.875rem;font-weight:500;text-decoration:none}.tmc-sidebar-action{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.tmc-sidebar-link:hover,.tmc-sidebar-link.active{background:hsl(var(--muted));color:hsl(var(--foreground))}.tmc-user-badge.visible{display:inline-flex}.tmc-header{z-index:40;border-bottom:1px solid hsl(var(--border));background:hsl(var(--background) / 95%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0}.tmc-header-static{position:relative}.tmc-header-inner,.tmc-main,.landing-section{width:min(100% - 2rem,76rem);margin-inline:auto}.tmc-header-inner{justify-content:space-between;align-items:center;gap:1rem;height:3.5rem;display:flex}.tmc-main{padding-block:1.25rem}.tmc-brand,.tmc-nav,.tmc-actions,.tmc-row,.tmc-row-center,.tmc-title-row,.tmc-check-row,.metric-head,.credit-top,.data-row,.architecture-row{align-items:center;display:flex}.tmc-brand{min-width:0;color:inherit;gap:.5rem;text-decoration:none}.tmc-brand-mark{border:1px solid hsl(var(--border));border-radius:var(--radius);background:#f4f4f5;flex:none;place-items:center;width:2rem;height:2rem;display:grid;overflow:hidden}.tmc-brand-logo{aspect-ratio:1;-o-object-fit:cover;object-fit:cover;width:100%;max-width:none;display:block;height:100%!important}.tmc-brand-text{text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:600;overflow:hidden}.tmc-nav,.tmc-actions{gap:.25rem}.tmc-row-center,.tmc-title-row{gap:.5rem}.tmc-nav{display:none}.tmc-icon{flex:none;width:1rem;height:1rem}.tmc-icon-xs{width:.875rem;height:.875rem}.tmc-icon-md{width:1.25rem;height:1.25rem}.tmc-icon-success{color:#059669}.tmc-icon-muted{color:hsl(var(--muted-foreground))}.tmc-icon-danger{color:hsl(var(--destructive))}.tmc-user-badge{text-overflow:ellipsis;white-space:nowrap;max-width:10rem;display:none;overflow:hidden}.dashboard,.section-page,.landing-stack,.panel-stack,.tab-stack,.issue-stack,.form-stack,.field,.card-content-stack{gap:1rem;display:grid}.dashboard{gap:1.25rem}.section-page{gap:1rem}.section-page-header{flex-direction:column;gap:.75rem;display:flex}.flash-message{border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--card));align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;display:flex}.dashboard-hero,.form-footer,.card-header-inline,.action-heading,.agent-card-top,.team-card-top,.landing-header-row{flex-direction:column;gap:.75rem;display:flex}.dashboard-hero{align-items:stretch}.hero-copy{min-width:0}.hero-badges,.badge-row,.source-tags{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.dashboard-title,.landing-title{letter-spacing:0;margin:.5rem 0 0;font-weight:600}.dashboard-title{font-size:clamp(1.5rem,4vw,1.875rem)}.landing-title{font-size:clamp(2.5rem,9vw,3.25rem)}.muted-copy{color:hsl(var(--muted-foreground));font-size:.875rem;line-height:1.55}.dashboard-subtitle{max-width:42rem;margin:.25rem 0 0}.summary-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;display:grid}.mini-stat,.metric-card,.simple-panel,.provider-option,.connector-category-panel,.pricing-row,.action-card,.agent-card,.data-row,.architecture-card,.issue-card,.team-card{border:1px solid hsl(var(--border));border-radius:var(--radius)}.mini-stat,.metric-card,.simple-panel,.provider-option,.connector-category-panel,.pricing-row,.action-card,.agent-card,.issue-card,.team-card{padding:.75rem}.mini-stat,.simple-panel{background:hsl(var(--card))}.mini-stat-label,.metric-label,.small-label{color:hsl(var(--muted-foreground));font-size:.75rem}.mini-stat-value,.credit-value{font-size:1.125rem;font-weight:600}.overview-grid,.section-grid,.landing-preview-grid{align-items:start;gap:1rem;display:grid}.form-grid,.provider-grid,.connector-category-grid,.connector-manager,.metric-grid,.agent-grid,.subgrid,.team-grid,.landing-metrics,.landing-actions{gap:.75rem;display:grid}.field{gap:.5rem;min-width:0}.field [data-slot=native-select-wrapper],.field [data-slot=native-select],.field [data-slot=input],.field [data-slot=textarea]{width:100%;max-width:100%}.field:has([data-slot=textarea]){grid-column:1/-1}.form-section{gap:.75rem;display:grid}.project-intake{gap:1rem}.project-intake-top{border-bottom:1px solid hsl(var(--border));gap:.75rem;padding-bottom:1rem;display:grid}.project-intake-copy{gap:.5rem;min-width:0;display:grid}.project-intake-title{letter-spacing:0;margin:0;font-size:clamp(1.375rem,5vw,1.875rem);font-weight:600;line-height:1.12}.project-context-note{border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--muted) / .42);width:fit-content;color:hsl(var(--muted-foreground));white-space:nowrap;align-items:center;gap:.5rem;padding:.5rem .625rem;font-size:.8125rem;display:inline-flex}.project-intake-grid,.project-field-stack{gap:1rem;min-width:0;display:grid}.project-field-stack{align-content:start}.project-description-field{border-top:1px solid hsl(var(--border));align-content:start;padding-top:1rem}.project-description-field .tmc-textarea{min-height:10rem}.file-picker-input{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.file-picker-row{flex-wrap:wrap;align-items:center;gap:.625rem;min-width:0;display:flex}.file-picker-control{border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--background));height:2rem;color:hsl(var(--foreground));cursor:pointer;justify-content:center;align-items:center;gap:.375rem;padding-inline:.625rem;font-size:.875rem;font-weight:500;transition:background-color .16s,border-color .16s,box-shadow .16s;display:inline-flex}.file-picker-control:hover{background:hsl(var(--muted))}.file-picker-input:focus-visible+.file-picker-row .file-picker-control{border-color:hsl(var(--ring));box-shadow:0 0 0 3px hsl(var(--ring) / .22)}.file-picker-name{min-width:0;max-width:100%;color:hsl(var(--muted-foreground));text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;overflow:hidden}.onboarding-steps{gap:.5rem;padding-bottom:.125rem;display:flex;overflow:auto}.onboarding-step{border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--card));min-width:7.5rem;color:hsl(var(--muted-foreground));cursor:pointer;font:inherit;align-items:center;gap:.5rem;padding:.5rem .625rem;font-size:.8125rem;display:inline-flex}.onboarding-step.active{border-color:hsl(var(--primary));color:hsl(var(--foreground))}.step-index{background:hsl(var(--muted));width:1.25rem;height:1.25rem;color:hsl(var(--muted-foreground));border-radius:999px;flex:none;place-items:center;font-size:.75rem;font-weight:600;display:grid}.onboarding-step.active .step-index{background:hsl(var(--primary));color:hsl(var(--primary-foreground))}.section-heading{margin:0;font-size:.875rem;font-weight:500}.error-copy{color:hsl(var(--destructive));font-size:.75rem}.provider-option{cursor:pointer;align-items:center;gap:.75rem;font-size:.875rem;display:flex}.provider-option:hover{background:hsl(var(--muted) / 50%)}.provider-option.disabled{cursor:not-allowed;opacity:.62}.provider-option.disabled:hover{background:0 0}.connector-option-title{flex-wrap:wrap;align-items:center;gap:.375rem;display:flex}.connector-name{align-items:center;gap:.5rem;min-width:0;display:inline-flex}.connector-logo{-o-object-fit:contain;object-fit:contain;flex:none;width:1.125rem;height:1.125rem}.connector-logo-frame{border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--background));flex:none;place-items:center;width:1.75rem;height:1.75rem;display:inline-grid}.connector-logo-frame-stack{width:2.25rem;height:2.25rem}.connector-logo-frame-stack .connector-logo{width:1.35rem;height:1.35rem}.connector-category-grid,.connector-manager{gap:.75rem;display:grid}.connector-manager-scroll{gap:.75rem;max-height:42rem;padding-right:.125rem;display:grid;overflow:auto}.connector-manager-scroll.wide{max-height:48rem}.connector-category-panel{gap:.75rem;padding:.75rem;display:grid}.connector-category-panel.compact{padding:.625rem}.connector-category-head{flex-direction:column;gap:.625rem;display:flex}.connector-category-title{font-size:.875rem;font-weight:600}.connector-category-meta{flex-wrap:wrap;gap:.375rem;display:flex}.connector-option-list{gap:.375rem;display:grid}.provider-option-text{align-content:center;gap:.125rem;min-width:0;display:grid}.provider-category{color:hsl(var(--muted-foreground));font-size:.75rem;line-height:1.35}.submit-button{width:100%}.wizard-primary-button{color:hsl(var(--primary-foreground))}.proof-list,.architecture-list,.check-list{gap:.75rem;display:grid}.tmc-check-row{align-items:flex-start;gap:.75rem;font-size:.875rem}.tmc-check-row p{margin:0}.pricing-row,.data-row{justify-content:space-between;gap:1rem}.pricing-row{font-size:.875rem}.align-end{text-align:right}.weight-medium{font-weight:500}.weight-strong{font-weight:600}.brief-headline{border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--muted) / 30%);padding:1rem}.brief-headline-inner{align-items:flex-start;gap:.75rem;display:flex}.brief-headline p{margin:0;font-size:1rem;font-weight:500;line-height:1.55}.metric-head,.credit-top,.data-row,.team-card-top{justify-content:space-between;gap:.75rem}.metric-card p,.agent-card p,.issue-card p{margin:.5rem 0 0}.action-card h3,.issue-card h3{margin:.5rem 0 0;font-size:1rem;font-weight:500}.next-step{border-radius:var(--radius);background:hsl(var(--muted) / 50%);margin:.75rem 0 0;padding:.5rem .75rem;font-size:.875rem}.hidden-desktop-arrow{display:none}.agent-card-top{justify-content:space-between;align-items:flex-start}.agent-name-row{align-items:center;gap:.5rem;min-width:0;display:flex}.truncate-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.line-clamp-short{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.credit-value{font-size:1.75rem}.subgrid{grid-template-columns:repeat(2,minmax(0,1fr));font-size:.875rem}.data-row{padding:.5rem .75rem;font-size:.875rem}.architecture-row{gap:.75rem;font-size:.875rem}.check-list{margin:.75rem 0 0;padding:0;list-style:none}.check-list li{gap:.5rem;font-size:.875rem;display:flex}.landing-section{align-content:center;gap:2rem;padding-block:3rem 2rem;display:grid}.landing-copy{max-width:42rem}.landing-copy p{max-width:42rem;font-size:1rem;line-height:1.75}.landing-actions-row{flex-direction:column;gap:.5rem;margin-top:1.5rem;display:flex}.landing-signal-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:1.5rem;display:grid}.landing-signal{border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--card));padding:.75rem}.landing-signal-value{font-size:1.125rem;font-weight:600}.landing-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-metric,.landing-action-item{border:1px solid hsl(var(--border));border-radius:var(--radius);padding:.75rem}.landing-action-item{font-size:.875rem}.landing-company-brief{border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--muted) / 35%);padding:1rem}.landing-company-brief p{margin:.375rem 0 0;font-size:1rem;font-weight:500;line-height:1.6}.landing-side{gap:1rem;display:grid}.landing-detail-section,.pricing-section{gap:1.5rem;width:min(100% - 2rem,76rem);margin-inline:auto;padding-block:3rem;display:grid}.landing-detail-muted{border-top:1px solid hsl(var(--border))}.landing-section-head,.pricing-hero{gap:.75rem;max-width:48rem;display:grid}.landing-section-title{letter-spacing:0;margin:0;font-size:clamp(1.75rem,5vw,2.25rem);font-weight:600;line-height:1.1}.workflow-grid,.actor-grid,.pricing-grid{gap:1rem;display:grid}.pricing-card-highlight{box-shadow:0 0 0 1px hsl(var(--primary)), 0 18px 42px #0f172a14}.pricing-price{letter-spacing:0;font-size:2rem;font-weight:600}.pricing-includes{gap:.625rem;display:grid}.auth-shell{background:linear-gradient(135deg, hsl(var(--background)) 0%, #f8fafc 52%, #ecfdf5 100%);min-height:100vh;display:grid}.auth-panel{align-content:center;gap:1.25rem;width:min(100% - 2rem,28rem);margin-inline:auto;padding-block:2rem;display:grid}.auth-card{width:100%;box-shadow:0 18px 42px #0f172a14}.auth-card [data-slot=card-content]{padding:1.25rem}.auth-form{gap:1rem;display:grid}.auth-title{letter-spacing:0;margin:0 0 .375rem;font-size:1.625rem;font-weight:600}.auth-form-row,.auth-actions-stack{gap:.75rem;display:grid}.auth-checkbox{color:hsl(var(--muted-foreground));cursor:pointer;align-items:center;gap:.625rem;font-size:.875rem;display:inline-flex}.auth-link{color:hsl(var(--foreground));font-size:.875rem;font-weight:500;text-decoration:none}.auth-link:hover{text-decoration:underline}.auth-submit{width:100%}.auth-switch{text-align:center;margin:0}.auth-side{display:none}.auth-side-title{letter-spacing:0;margin:0;font-size:clamp(2rem,5vw,3rem);font-weight:600;line-height:1.05}.auth-proof-list{gap:1rem;margin-top:.5rem;display:grid}.onboarding-shell{min-height:100vh}.onboarding-panel{width:min(100%,52rem)}.onboarding-header,.onboarding-progress{width:100%}.onboarding-header{justify-content:space-between;align-items:center;gap:1rem;display:flex}.onboarding-progress{gap:1rem;display:grid}.onboarding-card{gap:1rem;width:100%;display:grid}.onboarding-card [data-slot=card-content]{gap:1.25rem;padding:1rem;display:grid}.onboarding-side{min-height:100vh}.connector-config-item{gap:0;display:grid}.connector-config-item.expanded{border:1px solid hsl(var(--border));border-radius:var(--radius);background:hsl(var(--muted) / 25%);padding:.75rem}.connector-config-item.expanded .provider-option{border:0;padding:0}.connector-config-item.expanded .provider-option:hover{background:0 0}.credential-panel{border-top:1px solid hsl(var(--border));gap:.875rem;min-width:0;margin-top:.75rem;padding:.875rem .5rem 0 30px;display:grid}.credential-panel-head{flex-direction:column;gap:.75rem;display:flex}.credential-grid{grid-template-columns:minmax(0,1fr);gap:1rem;min-width:0;display:grid}.credential-panel-footer{justify-content:space-between;align-items:center;gap:.75rem;min-width:0;display:flex}.credential-panel-footer .muted-copy{min-width:0;margin:0}.required-mark{color:hsl(var(--destructive))}@media (width<=380px){.tmc-header-inner{gap:.5rem}.tmc-header .tmc-brand-text{display:none}}@media (width>=640px){.tmc-user-badge{display:inline-flex}.form-grid.two,.subgrid{grid-template-columns:repeat(2,minmax(0,1fr))}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.provider-grid,.connector-category-grid,.agent-grid,.team-grid,.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.landing-actions-row,.form-footer,.section-page-header,.card-header-inline,.dashboard-hero,.action-heading{flex-direction:row}.dashboard-hero,.form-footer,.section-page-header,.card-header-inline,.action-heading{justify-content:space-between;align-items:center}.submit-button{width:auto;min-width:11rem}.landing-metrics,.landing-signal-row{grid-template-columns:repeat(4,minmax(0,1fr))}.auth-form-row{grid-template-columns:minmax(0,1fr) auto;align-items:center}.project-intake-grid{grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);align-items:start}.project-intake-grid>.project-description-field{grid-column:auto}.project-description-field{border-top:0;border-left:1px solid hsl(var(--border));padding-top:0;padding-left:1rem}.workflow-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.credential-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.credential-panel-head{flex-direction:row;justify-content:space-between;align-items:flex-start}}@media (width>=768px){.tmc-nav{display:flex}.landing-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.agent-grid,.actor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px){.tmc-app-frame{grid-template-columns:17rem minmax(0,1fr)}.tmc-sidebar{border-right:1px solid hsl(var(--border));border-bottom:0;align-content:start;height:100vh;padding:.75rem;position:sticky;top:0}.tmc-sidebar-nav{gap:1rem;display:grid;overflow:visible}.tmc-sidebar-group,.tmc-sidebar-section{gap:.25rem;display:grid}.tmc-sidebar-label{color:hsl(var(--muted-foreground));letter-spacing:.08em;text-transform:uppercase;padding:.25rem .625rem;font-size:.6875rem;font-weight:600;display:block}.tmc-sidebar-bottom{border-top:1px solid hsl(var(--border));align-self:end;margin-top:auto;padding-top:.75rem}.tmc-main{width:min(100% - 2rem,84rem)}.overview-grid,.section-grid.two,.landing-preview-grid{grid-template-columns:1.4fr .8fr}.landing-section-product{grid-template-columns:.75fr 1.25fr;align-items:center}.landing-preview-grid{grid-template-columns:1.2fr .8fr}.issues-team-grid{grid-template-columns:.9fr 1.1fr}.provider-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.connector-category-head{flex-direction:row;justify-content:space-between;align-items:flex-start}.metric-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.hidden-desktop-arrow{display:block}.actor-grid,.pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.auth-shell{grid-template-columns:minmax(0,1fr) minmax(24rem,.9fr)}.auth-panel{padding-block:3rem}.project-intake-top{grid-template-columns:minmax(0,1fr) auto;align-items:start}.auth-side{border-left:1px solid hsl(var(--border));background:hsl(var(--background) / 70%);align-content:center;gap:1rem;padding:4rem;display:grid}}
