.sources-panel{border:1px solid var(--tj-border);border-radius:var(--tj-radius-card-xl,24px);background:var(--tj-surface);box-shadow:var(--shadow-soft);overflow:hidden}.sources-head{display:flex;align-items:center;gap:.875rem;padding:1rem;width:100%;border:0;background:none;text-align:left;cursor:pointer}.sources-head-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--primary),color-mix(in srgb,var(--primary) 60%,transparent));color:var(--tj-on-primary,var(--on-primary));flex-shrink:0}.sources-head-icon svg{width:22px;height:22px}.sources-head-copy{flex:1 1;min-width:0}.sources-title-row{display:flex;align-items:center;gap:.5rem}.sources-title-row h1{font-size:1rem;font-weight:600}.sources-status{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--on-surface-variant)}.sources-chevron{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:color-mix(in srgb,var(--surface-200) 70%,transparent);border:1px solid color-mix(in srgb,var(--border) 60%,transparent);color:var(--on-surface-variant);flex-shrink:0;transition:transform var(--normal)}.sources-head[aria-expanded=true] .sources-chevron{transform:rotate(180deg)}.sources-chevron svg{width:16px;height:16px}.sources-body{padding:0 1rem 1rem;display:grid;grid-gap:1.25rem;gap:1.25rem}.sources-tagline{margin:0;font-size:.8125rem;color:var(--on-surface-variant)}.sources-model-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.sources-model-head svg{width:18px;height:18px;color:var(--primary)}.sources-model-head h2{margin:0;font-size:.875rem;font-weight:600}.sources-model-sub{margin:0 0 .5rem;font-size:.75rem;color:var(--on-surface-variant)}.model-picker{position:relative}.model-picker-trigger{display:flex;align-items:center;gap:.625rem;width:100%;min-height:44px;padding:.5rem .75rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--foreground);text-align:left;cursor:pointer;transition:border-color var(--fast)}.model-picker-trigger:hover{border-color:var(--primary-border)}.provider-icon{display:inline-grid;place-items:center;flex-shrink:0;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.model-picker-label{flex:1 1;min-width:0;display:grid;grid-gap:.125rem;gap:.125rem}.model-picker-label strong{font-size:.875rem;font-weight:600}.model-picker-label small,.model-picker-label strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.model-picker-label small{font-size:.75rem;color:var(--on-surface-variant)}.model-picker-chevron{width:16px;height:16px;color:var(--on-surface-variant);flex-shrink:0;transition:transform var(--fast)}.model-picker-trigger[aria-expanded=true] .model-picker-chevron{transform:rotate(180deg)}.model-picker-default-icon{width:20px;height:20px;color:var(--primary);flex-shrink:0}.model-picker-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:30;max-height:300px;overflow-y:auto;margin:0;padding:.375rem;list-style:none;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-lg)}.model-picker-option{display:flex;align-items:center;gap:.625rem;width:100%;padding:.5rem .625rem;border:0;border-radius:10px;background:none;text-align:left;cursor:pointer;color:var(--foreground);transition:background var(--fast)}.model-picker-option:hover{background:var(--surface-200)}.model-picker-check{width:16px;height:16px;color:var(--primary);flex-shrink:0}.source-section{display:grid;grid-gap:.75rem;gap:.75rem}.source-section-head{display:flex;align-items:center;gap:.5rem}.source-section-head>svg{width:18px;height:18px;flex-shrink:0}.source-section-head h2{margin:0;font-size:1rem;font-weight:600}.source-check{width:16px;height:16px;color:var(--success);flex-shrink:0}.source-detail{padding:1rem;border:1px solid var(--border);border-radius:var(--tj-radius-card,12px);background:var(--surface);display:grid;grid-gap:.75rem;gap:.75rem}.source-detail>p{margin:0;font-size:.875rem;color:var(--on-surface-variant)}.source-switch{margin-left:auto;position:relative;display:inline-flex;flex-shrink:0;cursor:pointer}.source-switch input{position:absolute;opacity:0;width:100%;height:100%;margin:0;cursor:pointer}.source-switch .track{width:44px;height:26px;border-radius:999px;background:var(--surface-300);transition:background var(--normal);display:flex;align-items:center;padding:3px}.source-switch .thumb{width:20px;height:20px;border-radius:999px;background:var(--tj-surface);box-shadow:var(--shadow-card);transition:transform var(--normal)}.source-switch input:checked+.track{background:color-mix(in srgb,var(--primary) 70%,transparent)}.source-switch input:checked+.track .thumb{transform:translateX(18px)}.source-switch input:focus-visible+.track{outline:2px solid var(--primary);outline-offset:2px}.source-switch input:disabled{cursor:not-allowed}.source-action-row{display:grid;grid-gap:.75rem;gap:.75rem}.source-action-row>*{flex:1 1}.source-action{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1rem;border-radius:12px;font-size:.875rem;font-weight:600;border:0;width:100%;transition:transform var(--fast),background var(--fast),opacity var(--fast)}.source-action:active:not(:disabled){transform:scale(.97)}.source-action:disabled{opacity:.55;cursor:not-allowed}.source-action.primary{background:var(--primary);color:var(--on-primary)}.source-action.primary:hover:not(:disabled){background:var(--primary-hover)}.source-action.secondary{background:transparent;border:1.5px solid var(--primary);color:var(--primary)}.source-action.secondary:hover:not(:disabled){background:var(--primary-soft)}.source-action.destructive{background:transparent;border:1.5px solid var(--destructive);color:var(--destructive)}.source-action.destructive:hover:not(:disabled){background:color-mix(in srgb,var(--tj-danger) 8%,var(--tj-surface))}.source-action svg,.source-spinner{width:16px;height:16px;flex-shrink:0}.source-spinner{border-radius:999px;border:2px solid;border-top:2px solid transparent;animation:spinner .8s linear infinite}.source-spinner.small{width:12px;height:12px;border-width:1.5px}.source-progress{padding:1rem;border:1px solid color-mix(in srgb,var(--primary) 30%,transparent);border-radius:12px;background:var(--surface-100);display:grid;grid-gap:.5rem;gap:.5rem}.source-progress-head{display:flex;align-items:center;gap:.75rem;font-size:.875rem;font-weight:600}.source-progress-head .source-spinner{color:var(--primary)}.source-progress-head .label{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.source-progress-head .percent{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:.75rem;font-weight:600;color:var(--on-surface-variant);min-width:2.5rem;text-align:right}.source-progress-bar{height:6px;border-radius:999px;background:var(--surface-200);overflow:hidden}.source-progress-bar>div{height:100%;border-radius:inherit;background:var(--tj-primary,var(--primary));transition:width var(--normal)}.source-progress-item{font-size:.75rem;font-style:italic;color:var(--on-surface-variant);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.source-progress-big{text-align:center;display:grid;grid-gap:.75rem;gap:.75rem;justify-items:center}.source-progress-big .value{font-size:1.25rem;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.source-connected-row{display:flex;align-items:center;gap:.75rem}.source-avatar{position:relative;width:44px;height:44px;border-radius:999px;border:1.5px solid var(--primary);background:var(--surface-200);overflow:hidden;display:grid;place-items:center;color:var(--on-surface-variant);flex-shrink:0}.source-avatar img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.source-connected-row .meta{flex:1 1;min-width:0;display:grid;grid-gap:.125rem;gap:.125rem}.source-connected-row .meta strong{font-size:.9375rem;font-weight:700;letter-spacing:-.2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.source-connected-row .meta small{font-size:.8125rem;color:var(--on-surface-variant);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.source-connected-row .source-check{width:22px;height:22px;color:var(--primary)}.source-file-icon{width:44px;height:44px;border-radius:999px;border:1.5px solid var(--primary);background:var(--primary-soft);color:var(--primary);display:grid;place-items:center;flex-shrink:0}.source-file-icon svg{width:20px;height:20px}.linkedin-brand{color:#0a66c2}.linkedin-mode{display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem;gap:.5rem;padding:4px;border-radius:var(--radius-md);background:var(--surface-200)}.linkedin-mode button{min-height:44px;display:flex;align-items:center;justify-content:center;gap:.5rem;border:1px solid color-mix(in srgb,var(--border) 60%,transparent);border-radius:10px;background:transparent;color:var(--on-surface-variant);font-size:.8125rem;font-weight:500;transition:all var(--fast)}.linkedin-mode button.active{background:var(--surface);color:var(--foreground);font-weight:600;box-shadow:var(--shadow-card)}.linkedin-mode button svg{width:16px;height:16px}.linkedin-warning{display:flex;gap:.5rem;padding:.625rem .75rem;border-radius:10px;border:1px solid color-mix(in srgb,var(--tj-warning) 40%,var(--tj-border));background:color-mix(in srgb,var(--tj-warning) 8%,var(--tj-surface));color:var(--tj-warning);font-size:.75rem;font-style:italic}.linkedin-warning svg{width:16px;height:16px;flex-shrink:0;margin-top:1px}.linkedin-results{display:grid;grid-gap:.5rem;gap:.5rem;max-height:280px;overflow-y:auto}.linkedin-results-count{font-size:.75rem;font-weight:600;color:var(--on-surface-variant)}.linkedin-result{display:flex;align-items:center;gap:.75rem;padding:.625rem;border:1px solid color-mix(in srgb,var(--border) 60%,transparent);border-radius:var(--radius-md);background:var(--surface-200);width:100%;text-align:left;cursor:pointer;transition:border-color var(--fast),transform var(--fast)}.linkedin-result:hover{border-color:var(--primary-border);transform:translateY(-1px)}.linkedin-result .meta{flex:1 1;min-width:0;display:grid;grid-gap:.125rem;gap:.125rem}.linkedin-result .meta strong{font-size:.875rem}.linkedin-result .meta small,.linkedin-result .meta span{font-size:.75rem;color:var(--on-surface-variant);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.linkedin-result>svg{width:14px;height:14px;color:var(--on-surface-variant);flex-shrink:0}.source-dialog-backdrop{position:fixed;inset:0;z-index:60;display:grid;place-items:center;padding:1rem;background:color-mix(in srgb,var(--tj-primary) 55%,transparent);animation:page-in var(--fast) both}.source-dialog{width:min(450px,100%);max-height:min(600px,90vh);overflow-y:auto;padding:1rem;border:1px solid var(--border);border-radius:16px;background:var(--surface);box-shadow:var(--shadow-lg);display:grid;grid-gap:.75rem;gap:.75rem}.source-dialog-head{display:flex;align-items:center;gap:.75rem}.source-dialog-head .chip{display:grid;place-items:center;width:44px;height:44px;border-radius:12px;flex-shrink:0}.source-dialog-head .chip.blue{background:rgba(10,102,194,.15);color:#0a66c2}.source-dialog-head .chip.red{background:color-mix(in srgb,var(--tj-danger) 15%,var(--tj-surface));color:var(--tj-danger)}.source-dialog-head .chip.amber{background:color-mix(in srgb,var(--tj-warning) 15%,var(--tj-surface));color:var(--tj-warning)}.source-dialog-head h2{margin:0;font-size:1.125rem}.source-dialog-head .chip svg{width:22px;height:22px}.source-dialog p{margin:0;font-size:.875rem;color:var(--on-surface-variant)}.dialog-url-chip{display:flex;align-items:center;gap:.5rem;padding:.625rem .75rem;border-radius:var(--radius-md);background:var(--surface-200);font-family:var(--font-mono);font-weight:600;font-size:.8125rem;color:#0a66c2;word-break:break-all}.dialog-url-chip svg{width:16px;height:16px;flex-shrink:0}.dialog-box{display:grid;grid-gap:.25rem;gap:.25rem;padding:.75rem;border-radius:var(--radius-md);line-height:1.4}.dialog-box,.dialog-box strong{font-size:.8125rem}.dialog-box.amber{border:1.5px solid color-mix(in srgb,var(--tj-warning) 40%,var(--tj-border));background:color-mix(in srgb,var(--tj-warning) 12%,var(--tj-surface))}.dialog-box.amber,.dialog-box.amber strong{color:var(--tj-warning)}.dialog-box.red{border:1.5px solid color-mix(in srgb,var(--tj-danger) 40%,var(--tj-border));background:color-mix(in srgb,var(--tj-danger) 12%,var(--tj-surface))}.dialog-box.red,.dialog-box.red strong{color:var(--tj-danger)}.dialog-box.blue{border:1px solid var(--tj-border);background:var(--tj-surface);color:var(--foreground)}.dialog-box.blue svg{width:16px;height:16px;color:var(--primary)}.dialog-box.mono{font-family:var(--font-mono);font-size:.75rem}.dialog-actions{display:flex;gap:.75rem;margin-top:.25rem}.dialog-actions>*{flex:1 1}.source-toast{position:fixed;right:1.25rem;bottom:5.5rem;z-index:70;display:flex;align-items:center;gap:.625rem;max-width:min(360px,calc(100vw - 2.5rem));padding:.75rem 1rem;border:1px solid var(--border);border-radius:14px;background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur)) saturate(180%);backdrop-filter:blur(var(--glass-blur)) saturate(180%);box-shadow:var(--shadow-lg);font-size:.8125rem;font-weight:500;cursor:pointer;animation:toast-in var(--normal) both}.source-toast svg{width:18px;height:18px;flex-shrink:0}.source-toast.success svg{color:var(--success)}.source-toast.error svg{color:var(--destructive)}.source-toast.info svg{color:var(--info)}@keyframes toast-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@media (max-width:900px){.source-toast{bottom:6.5rem}}.auth-page{min-height:100dvh;display:grid;place-items:center;padding:2rem 1.25rem;background:radial-gradient(52rem 36rem at 12% 8%,color-mix(in srgb,var(--tj-primary) 14%,transparent),transparent 60%),radial-gradient(44rem 32rem at 92% 18%,color-mix(in srgb,var(--tj-highlight) 10%,transparent),transparent 55%),radial-gradient(48rem 34rem at 50% 110%,color-mix(in srgb,var(--tj-info) 10%,transparent),transparent 60%),var(--background)}.auth-grid{width:min(980px,100%);display:grid;grid-template-columns:1.05fr minmax(320px,420px);grid-gap:3rem;gap:3rem;align-items:center;animation:page-in var(--slow) both}.auth-grid-signup{grid-template-columns:minmax(320px,420px) 1.05fr}.auth-pitch h1{margin-bottom:.75rem;font-size:clamp(1.75rem,1.2rem + 2vw,2.5rem);line-height:1.15}.auth-pitch h1 span{background:var(--grad-primary);-webkit-background-clip:text;background-clip:text;color:transparent}.auth-lede{max-width:44ch;color:var(--on-surface-variant);font-size:.9375rem}.auth-lede strong,.auth-pill{color:var(--primary)}.auth-pill{display:inline-flex;align-items:center;gap:.5rem;min-height:32px;margin:0 0 1rem;padding:.25rem .75rem;border:1px solid var(--primary-border);border-radius:999px;background:var(--primary-soft);font-size:.75rem;font-weight:600}.auth-pitch ul{display:grid;grid-gap:.75rem;gap:.75rem;margin:1.75rem 0 0;padding:0;list-style:none}.auth-pitch li{display:flex;align-items:center;gap:.625rem;color:var(--on-surface-variant);font-size:.875rem}.auth-pitch li svg{width:16px;height:16px;color:var(--success);flex-shrink:0}.auth-visual{position:relative;width:min(320px,100%);margin-top:2rem;justify-self:center}.auth-sheet{aspect-ratio:.72;padding:1.5rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);box-shadow:var(--shadow-lg);transform:rotate(-3deg);animation:float-sheet 6s ease-in-out infinite}.auth-sheet-head{display:grid;grid-gap:.4375rem;gap:.4375rem}.auth-sheet-head span{height:12px;width:56%;border-radius:4px;background:var(--grad-primary)}.auth-sheet-head span:last-child{height:7px;width:38%;background:var(--surface-300)}.auth-sheet-rule{height:2px;margin:1rem 0;background:var(--grad-primary);border-radius:999px}.auth-sheet-lines{display:grid;grid-gap:.5rem;gap:.5rem}.auth-sheet-lines i{height:6px;border-radius:3px;background:var(--surface-200)}.auth-sheet-lines i:nth-child(2){width:92%}.auth-sheet-lines i:nth-child(3){width:80%}.auth-sheet-lines i:nth-child(4){width:88%;animation:shimmer-rule 2.4s ease-in-out infinite}.auth-sheet-lines.short{margin-top:.875rem}.auth-sheet-lines.short i{width:62%}.auth-chip{position:absolute;display:inline-flex;align-items:center;gap:.375rem;min-height:30px;padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;box-shadow:var(--shadow-soft);animation:float-chip 5s ease-in-out infinite}.auth-chip-solid{right:-14px;top:22px;color:var(--tj-on-primary,var(--on-primary));background:var(--tj-primary,var(--primary));border:0}.auth-chip-ghost{left:-12px;bottom:46px;color:var(--foreground);background:var(--glass-bg);-webkit-backdrop-filter:blur(var(--glass-blur,0));backdrop-filter:blur(var(--glass-blur,0));animation-delay:1.2s}.auth-card,.auth-chip-ghost{border:1px solid var(--border)}.auth-card{position:relative;overflow:hidden;padding:1.75rem;border-radius:var(--radius-lg);background:var(--surface);box-shadow:var(--shadow-lg)}.auth-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--grad-primary)}.auth-mark{min-height:44px;display:inline-flex;align-items:center;gap:.625rem;color:inherit;text-decoration:none;font-weight:700}.auth-card h2{margin:1.125rem 0 .375rem;font-size:1.375rem}.auth-switch{margin:0 0 1.125rem;color:var(--on-surface-variant);font-size:.875rem}.auth-legal a,.auth-switch a{color:var(--primary);font-weight:600}.auth-note{margin:0 0 1.125rem;padding:.875rem 1rem;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-100);color:var(--on-surface-variant);font-size:.8125rem}.auth-note.auth-error{display:flex;align-items:flex-start;gap:.5rem;border-color:color-mix(in srgb,var(--tj-danger) 35%,transparent);background:color-mix(in srgb,var(--tj-danger) 7%,transparent);color:var(--destructive);font-weight:500}.auth-note.auth-error svg{width:16px;height:16px;flex-shrink:0;margin-top:.125rem}.auth-note.auth-success{display:flex;align-items:flex-start;gap:.5rem;border-color:color-mix(in srgb,var(--tj-success) 35%,transparent);background:color-mix(in srgb,var(--tj-success) 7%,transparent);color:var(--success);font-weight:500}.auth-note.auth-success svg{width:16px;height:16px;flex-shrink:0;margin-top:.125rem}.auth-form{display:grid;grid-gap:.875rem;gap:.875rem}.auth-field{display:grid;grid-gap:.375rem;gap:.375rem;font-size:.8125rem;font-weight:500}.auth-field input{width:100%;min-height:44px;padding:.6875rem .875rem;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface-100);font-size:.9375rem;font-weight:400;transition:border-color var(--fast),box-shadow var(--fast),background var(--fast)}.auth-field input::placeholder{color:var(--outline)}.auth-field input:focus{outline:none;background:var(--surface);border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}.auth-password{position:relative;display:block}.auth-password input{padding-right:3rem}.auth-password button{position:absolute;right:.375rem;top:50%;translate:0 -50%;min-width:44px;min-height:44px;width:44px;height:44px;display:grid;place-items:center;border:0;border-radius:6px;background:transparent;color:var(--on-surface-variant);transition:color var(--fast),background var(--fast)}.auth-password button:hover{color:var(--foreground);background:var(--surface-200)}.auth-password svg{width:16px;height:16px}.auth-name-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:.75rem;gap:.75rem}.auth-helper-row{display:flex;justify-content:space-between;align-items:center;gap:.75rem;font-size:.8125rem}.auth-helper-row label{display:flex;align-items:center;gap:.5rem;color:var(--on-surface-variant)}.auth-text-button{min-height:44px;border:0;background:none;padding:0;color:var(--primary);font-weight:600;font-size:inherit}.auth-text-button:hover{text-decoration:underline}.auth-center{justify-self:center;width:100%;max-width:420px}.auth-legal{margin:1.125rem 0 0;font-size:.75rem;text-align:center}.auth-divider,.auth-legal{color:var(--on-surface-variant)}.auth-divider{display:flex;align-items:center;gap:.75rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em}.auth-divider:after,.auth-divider:before{content:"";flex:1 1;height:1px;background:var(--border)}.auth-social{display:grid;grid-gap:.625rem;gap:.625rem}.auth-social-button{width:100%;min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1rem;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);color:var(--foreground);font-weight:500;font-size:.875rem;transition:all var(--fast)}.auth-social-button:hover{border-color:var(--primary-border);background:var(--primary-soft);transform:translateY(-1px)}.auth-social-button svg{flex:none}.otp-row{display:flex;gap:.625rem;justify-content:center}.otp-row input{width:48px;height:56px;text-align:center;font-size:1.25rem;font-weight:600;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface-100);color:var(--foreground);transition:border-color var(--fast),box-shadow var(--fast)}.otp-row input:only-of-type{width:min(320px,100%);letter-spacing:.6em;text-indent:.6em}.otp-row input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-soft)}@media (max-width:900px){.auth-grid,.auth-grid-signup{grid-template-columns:1fr;gap:1.5rem}.auth-pitch{display:none}.auth-center .auth-pitch{display:grid}}@media (max-width:640px){.auth-name-row{grid-template-columns:1fr}}.product-loading-status{position:-webkit-sticky;position:sticky;top:calc(var(--topbar-height) + 1.25rem);z-index:20;display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--foreground);font-size:.8125rem;font-weight:500;box-shadow:var(--shadow-card);margin:0 0 1.5rem}.product-loading-status-dot{width:8px;height:8px;border-radius:50%;background:var(--primary);animation:product-loading-pulse 1.8s cubic-bezier(.4,0,.6,1) infinite}.product-loading-placeholders{display:flex;flex-direction:column;gap:1.5rem}.product-loading-header{display:grid;grid-gap:.5rem;gap:.5rem}.product-loading-kicker{width:120px;height:14px}.product-loading-title{width:280px;height:28px}.product-loading-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:1rem;gap:1rem}.product-loading-summary-card{display:grid;grid-gap:.5rem;gap:.5rem;padding:1.25rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.product-loading-label{width:80px;height:12px}.product-loading-value{width:60%;height:24px}.product-loading-records-panel{display:grid;grid-gap:1rem;gap:1rem;padding:1.5rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface)}.product-loading-records-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem}.product-loading-records-title{width:180px;height:20px}.product-loading-records-meta{width:120px;height:16px}.product-loading-table{display:grid;grid-gap:.75rem;gap:.75rem}.product-loading-row{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1rem;gap:1rem;padding:.875rem 0;border-bottom:1px solid var(--border)}.product-loading-row:last-child{border-bottom:0}.product-loading-row span{height:16px;width:100%}.product-loading-pulse{border-radius:4px;background:var(--surface-100);animation:pulse-bar 1.8s cubic-bezier(.4,0,.6,1) infinite}@keyframes product-loading-pulse{0%,to{opacity:1}50%{opacity:.4}}@media (max-width:900px){.product-loading-status{top:calc(var(--topbar-height) + .75rem)}.product-loading-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-loading-records-meta{display:none}.product-loading-row{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:.75rem 0}.product-loading-row span:nth-child(n+3){display:none}}@media (prefers-reduced-motion:reduce){.product-loading-pulse,.product-loading-status-dot,[data-boneyard-bone]{animation:none!important}}@keyframes page-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes pulse-dot{0%,to{box-shadow:0 0 0 0 rgba(24,50,74,.35)}50%{box-shadow:0 0 0 6px rgba(24,50,74,0)}}@keyframes pulse-bar{0%,to{opacity:.55}50%{opacity:1}}@keyframes float-sheet{0%,to{transform:rotate(-3deg) translateY(0)}50%{transform:rotate(-2deg) translateY(-10px)}}@keyframes float-chip{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes shimmer-rule{0%,to{opacity:.6}50%{opacity:1}}@keyframes spinner{to{transform:rotate(1turn)}}body{font-family:var(--tj-font-sans);font-size:var(--tj-body-size);line-height:var(--tj-body-leading);color:var(--tj-text);background:var(--tj-canvas);font-synthesis:none;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3,h4{line-height:var(--tj-heading-leading);letter-spacing:var(--tj-heading-tracking)}:focus-visible{outline:2px solid var(--tj-focus);outline-offset:2px}::selection{background:color-mix(in srgb,var(--tj-highlight) 30%,transparent);color:var(--tj-text)}:where(.tj-button-primary,.g2-btn-primary,.generate-button,.auth-primary,.search-form button:not(.ghost):not(.danger),.settings-form button:not(.ghost):not(.danger),.row-actions button:not(.ghost):not(.danger),.page-header a.primary){min-height:var(--tj-control-height);display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1rem;border:1px solid transparent;border-radius:var(--tj-radius-control);background:var(--tj-primary);background-image:none;color:var(--tj-on-primary);font-family:var(--tj-font-sans);font-size:.875rem;font-weight:600;line-height:1.25;text-decoration:none;box-shadow:var(--tj-shadow-button);transition:background-color var(--tj-motion-fast),border-color var(--tj-motion-fast),box-shadow var(--tj-motion-fast),transform var(--tj-motion-fast),opacity var(--tj-motion-fast)}:is(.tj-button-primary,.g2-btn-primary,.generate-button,.auth-primary,.search-form button:not(.ghost):not(.danger),.settings-form button:not(.ghost):not(.danger),.row-actions button:not(.ghost):not(.danger),.page-header a.primary){min-height:var(--tj-control-height);background:var(--tj-primary);background-image:none;color:var(--tj-on-primary);box-shadow:var(--tj-shadow-button)}:where(.tj-button-primary,.g2-btn-primary,.generate-button,.auth-primary,.search-form button:not(.ghost):not(.danger),.settings-form button:not(.ghost):not(.danger),.row-actions button:not(.ghost):not(.danger),.page-header a.primary):hover:not(:disabled){background:var(--tj-primary-hover);background-image:none;color:var(--tj-on-primary);box-shadow:var(--tj-shadow-button-hover);transform:translateY(-1px)}:where(.search-form button,.settings-form button,.row-actions button):active:not(:disabled),:where(.tj-button-primary,.g2-btn-primary,.generate-button,.auth-primary):active:not(:disabled){transform:translateY(0)}:where(.tj-button,.generate-button,.auth-primary,.search-form button,.settings-form button,.row-actions button):disabled{opacity:.5;cursor:not-allowed;box-shadow:none}:where(.tj-button-secondary,.ghost-button,button.ghost,.row-actions .ghost,.row-actions a.ghost,.sign-out-button,.theme-toggle,.theme-button,.chip-btn,.tab-btn){min-height:var(--tj-control-height);display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border:1px solid var(--tj-border);border-radius:var(--tj-radius-control);background:var(--tj-surface);color:var(--tj-text);font-family:var(--tj-font-sans);font-size:.875rem;font-weight:500;text-decoration:none;box-shadow:none;transition:background-color var(--tj-motion-fast),border-color var(--tj-motion-fast),color var(--tj-motion-fast),transform var(--tj-motion-fast)}:is(.tj-button-secondary,.ghost-button,button.ghost,.row-actions .ghost,.row-actions a.ghost,.sign-out-button,.theme-toggle,.theme-button,.chip-btn,.tab-btn){min-height:var(--tj-control-height);border:1px solid var(--tj-border);background:var(--tj-surface);color:var(--tj-text);box-shadow:none}:where(.tj-button-secondary,.ghost-button,button.ghost,.row-actions .ghost,.row-actions a.ghost,.sign-out-button,.theme-toggle,.theme-button,.chip-btn,.tab-btn):hover:not(:disabled){border-color:var(--tj-primary);background:var(--tj-primary-soft);color:var(--tj-primary);transform:translateY(-1px)}.chip-btn,.tab-btn{border-radius:var(--tj-radius-pill);color:var(--tj-text-muted)}:where(.tj-button-danger,.tj-badge-danger,.row-actions button.danger,.chip-btn.danger){background:var(--tj-danger);color:var(--tj-on-primary);border-color:var(--tj-danger)}:where(.tj-input,.tj-textarea,.field input,.field select,.field textarea,.select-like,.filter-bar input,.filter-bar select,.search-form input,.credit-form input,.settings-write input,.auth-field input,.blog-editor textarea){min-height:var(--tj-control-height);border:1px solid var(--tj-border);border-radius:var(--tj-radius-control);background:var(--tj-canvas);color:var(--tj-text);font-family:var(--tj-font-sans);box-shadow:none;transition:background-color var(--tj-motion-fast),border-color var(--tj-motion-fast),box-shadow var(--tj-motion-fast)}:is(.tj-input,.tj-textarea,.field input,.field select,.field textarea,.select-like,.filter-bar input,.filter-bar select,.search-form input,.credit-form input,.settings-write input,.auth-field input,.blog-editor textarea){min-height:var(--tj-control-height);border:1px solid var(--tj-border);border-radius:var(--tj-radius-control);background:var(--tj-canvas);color:var(--tj-text)}:where(.tj-input,.tj-textarea,.field input,.field textarea,.filter-bar input,.search-form input,.credit-form input,.settings-write input,.auth-field input,.blog-editor textarea)::placeholder{color:var(--tj-text-muted)}:where(.tj-input,.tj-textarea,.field input,.field select,.field textarea,.select-like,.filter-bar input,.filter-bar select,.search-form input,.credit-form input,.settings-write input,.auth-field input,.blog-editor textarea):focus{outline:none;border-color:var(--tj-focus);background:var(--tj-surface);box-shadow:0 0 0 3px color-mix(in srgb,var(--tj-focus) 14%,transparent)}:where(.tj-card,.g2-card,.g2-window,.usage-hero,.info-card,.action-panel,.settings-card,.source-card,.template-card,.pay-card,.panel,.metric-grid>div,.status-tile,.table-wrap,.settings-form,.auth-panel,.auth-card,.record-cards li){border:1px solid var(--tj-border);border-radius:var(--tj-radius-card);background:var(--tj-surface);color:var(--tj-text);box-shadow:var(--tj-shadow-card)}:is(.tj-card,.g2-card,.g2-window,.usage-hero,.info-card,.action-panel,.settings-card,.source-card,.template-card,.pay-card,.panel,.metric-grid>div,.status-tile,.table-wrap,.settings-form,.auth-panel,.auth-card,.record-cards li){border:1px solid var(--tj-border);border-radius:var(--tj-radius-card);background:var(--tj-surface);color:var(--tj-text);box-shadow:var(--tj-shadow-card)}:where(.g2-card-hover,.source-card,.template-card):hover{border-color:var(--tj-primary-border);box-shadow:var(--tj-shadow-hover);transform:translateY(-1px)}.auth-card:before,.auth-panel:before{background:var(--tj-highlight);background-image:none;box-shadow:none}:where(.g2-tile,.icon-chip,.icon-tile){background:var(--tj-highlight-wash);background-image:none;color:var(--tj-primary);border-color:color-mix(in srgb,var(--tj-highlight) 35%,var(--tj-border));box-shadow:none}:is(.g2-tile,.icon-chip,.icon-tile){background:var(--tj-highlight-wash);background-image:none;color:var(--tj-primary)}.page{max-width:var(--tj-content-width)}.page-header h1{color:var(--tj-text)}.eyebrow{color:var(--tj-primary);font-family:var(--tj-font-sans);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.lede,.page-header p:not(.eyebrow){color:var(--tj-text-muted)}:where(.sidebar,.press-rail,.product-topbar){background:var(--tj-surface);border-color:var(--tj-border)}:is(.sidebar,.press-rail,.product-topbar){background:var(--tj-surface);border-color:var(--tj-border)}:where(.sidebar nav a,.rail-link){border-radius:var(--tj-radius-control);color:var(--tj-text-muted)}:where(.sidebar nav a,.rail-link):hover{background:var(--tj-surface-subtle);color:var(--tj-text)}:where(.sidebar nav a[aria-current=page],.rail-link[aria-current=page]){background:var(--tj-primary-soft);color:var(--tj-primary);box-shadow:inset 0 0 0 1px var(--tj-primary-border)}.wordmark strong{background:none;-webkit-background-clip:initial;background-clip:initial}.table-wrap table,.wordmark strong{color:var(--tj-text)}.table-wrap th{background:var(--tj-surface-subtle);color:var(--tj-text-muted);font-family:var(--tj-font-mono)}.table-wrap td,.table-wrap th{border-color:var(--tj-border)}.table-wrap tbody tr:hover{background:var(--tj-surface-subtle)}:where(.tj-badge,.g2-pill,.g2-pill-violet,.status-pill,.status-chip,.status){border-radius:var(--tj-radius-pill);font-family:var(--tj-font-sans)}:is(.tj-badge,.g2-pill,.g2-pill-violet,.status-pill,.status-chip,.status){border-radius:var(--tj-radius-pill);font-family:var(--tj-font-sans)}:where(.tj-badge-primary,.g2-pill,.status-pill.info){color:var(--tj-primary)}:where(.tj-badge-secondary,.g2-pill-violet){background:var(--tj-highlight-wash);color:var(--tj-primary);border-color:color-mix(in srgb,var(--tj-highlight) 40%,var(--tj-border))}:is(.tj-badge-secondary,.g2-pill-violet){background:var(--tj-highlight-wash);color:var(--tj-primary)}:where(.status-pill.success,.status.ok){color:var(--tj-success)}:where(.status-pill.warning,.status.wait){color:var(--tj-warning)}:where(.tj-badge-danger,.status-pill.danger,.status.risk,.banner-error){color:var(--tj-danger)}:where(.empty-state,.panel.empty-state){border-color:var(--tj-border);background:var(--tj-surface-subtle);color:var(--tj-text-muted);box-shadow:none}.auth-primary,.generate-button,.icon-tile{background-image:none}.metric-grid>div:before,.status-tile:before{background:var(--tj-primary);background-image:none}:where(.tj-theme-toggle,.theme-toggle,.theme-button){display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;min-width:40px;min-height:40px;padding:0;border-radius:var(--tj-radius-control);border:1px solid var(--tj-border);background:var(--tj-surface);color:var(--tj-text-muted);box-shadow:none;cursor:pointer;transition:background-color var(--tj-motion-fast),border-color var(--tj-motion-fast),color var(--tj-motion-fast),transform var(--tj-motion-fast)}:where(.tj-theme-toggle,.theme-toggle,.theme-button):hover:not(:disabled){border-color:var(--tj-primary);background:var(--tj-primary-soft);color:var(--tj-primary);transform:translateY(-1px)}:where(.tj-user-pill,.user-pill-btn){display:inline-flex;align-items:center;gap:.5rem;height:40px;min-height:40px;padding:.25rem .875rem .25rem .25rem;border-radius:var(--tj-radius-pill);border:1px solid var(--tj-border);background:var(--tj-surface);color:var(--tj-text);font-family:var(--tj-font-sans);font-size:.8125rem;font-weight:500;text-decoration:none;cursor:pointer;box-shadow:none;transition:background-color var(--tj-motion-fast),border-color var(--tj-motion-fast),color var(--tj-motion-fast),box-shadow var(--tj-motion-fast),transform var(--tj-motion-fast)}:where(.tj-user-pill,.user-pill-btn):hover:not(:disabled){border-color:var(--tj-primary-border);background:var(--tj-surface-subtle);transform:translateY(-1px)}.user-pill-avatar{width:32px;height:32px;min-width:32px;min-height:32px;border-radius:var(--tj-radius-pill);background:var(--tj-primary);color:var(--tj-on-primary);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;overflow:hidden}.user-pill-avatar img{width:100%;height:100%;object-fit:cover}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}