.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-sm);font-weight:500;border-radius:var(--radius-lg);transition:all var(--transition-fast);cursor:pointer;border:none;outline:none}.btn:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.btn-md{padding:.75rem 1.5rem;font-size:1rem}.btn-lg{padding:1rem 2rem;font-size:1.125rem}.btn-primary{background:var(--color-primary);color:#fff;box-shadow:0 2px 8px #5b5fc740}.btn-primary:hover:not(:disabled){background:var(--color-primary-dark)}.btn-secondary{background:var(--color-bg-tertiary);color:var(--color-text);border:1px solid var(--color-border)}.btn-secondary:hover:not(:disabled){background:var(--color-surface);border-color:var(--color-primary)}.btn-ghost{background:transparent;color:var(--color-text-secondary)}.btn-ghost:hover:not(:disabled){background:var(--color-bg-tertiary);color:var(--color-text)}.btn-danger{background:linear-gradient(135deg,var(--color-error) 0%,#dc2626 100%);color:#fff}.btn-danger:hover:not(:disabled){opacity:.9}.btn-full{width:100%}.btn-spinner{width:1em;height:1em;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:spin .6s linear infinite}.input-group{display:flex;flex-direction:column;gap:var(--spacing-xs)}.input-label{font-size:.875rem;font-weight:500;color:var(--color-text-secondary)}.input-field{padding:.75rem 1rem;background:var(--color-bg-tertiary);border:1px solid var(--color-border);border-radius:var(--radius-md);color:var(--color-text);font-size:1rem;transition:all var(--transition-fast)}.input-field::placeholder{color:var(--color-text-muted)}.input-field:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #6366f133}.input-field:disabled{opacity:.5;cursor:not-allowed}.input-error .input-field{border-color:var(--color-error)}.input-error .input-field:focus{box-shadow:0 0 0 3px #ef444433}.input-error-text{font-size:.75rem;color:var(--color-error)}.input-helper-text{font-size:.75rem;color:var(--color-text-muted)}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);overflow:hidden;transition:all var(--transition-normal)}.card-hoverable:hover{border-color:var(--color-primary);box-shadow:var(--shadow-glow)}.card-clickable{cursor:pointer}.card-clickable:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #6366f133}.card-header{padding:var(--spacing-lg);border-bottom:1px solid var(--color-border)}.card-content{padding:var(--spacing-lg)}.card-footer{padding:var(--spacing-lg);border-top:1px solid var(--color-border);background:var(--color-bg-secondary)}.task-progress-popup{position:fixed;bottom:24px;right:24px;width:380px;max-width:calc(100vw - 32px);max-height:400px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;box-shadow:0 8px 32px #0000001f;z-index:1000;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.task-progress-popup.minimized{max-height:48px}.task-progress-popup.minimized .task-list{display:none}.task-popup-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--color-border);background:var(--color-bg);cursor:pointer;user-select:none}.task-popup-header:hover{background:var(--color-border-light)}.task-popup-title{display:flex;align-items:center;gap:8px;font-size:.875rem;font-weight:600;color:var(--color-text)}.task-popup-title svg{width:16px;height:16px;color:var(--color-primary)}.task-count-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background:var(--color-primary);color:#fff;font-size:.75rem;font-weight:600;border-radius:999px}.task-popup-actions{display:flex;align-items:center;gap:4px}.task-popup-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;color:var(--color-text-secondary);border-radius:6px;cursor:pointer;transition:all .2s}.task-popup-btn:hover{background:var(--color-border);color:var(--color-text)}.task-popup-btn svg{width:14px;height:14px}.task-list{flex:1;overflow-y:auto;padding:8px}.task-list::-webkit-scrollbar{width:6px}.task-list::-webkit-scrollbar-track{background:transparent}.task-list::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}.task-item{display:flex;flex-direction:column;gap:8px;padding:12px;background:var(--color-bg);border:1px solid var(--color-border-light);border-radius:8px;margin-bottom:8px}.task-item:last-child{margin-bottom:0}.task-item-header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.task-info{flex:1;min-width:0}.task-title{font-size:.875rem;font-weight:500;color:var(--color-text);margin:0 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-description{font-size:.75rem;color:var(--color-text-secondary);margin:0}.task-status-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;font-size:.7rem;font-weight:500;border-radius:999px;white-space:nowrap}.task-status-badge.pending{background:#9ca3af26;color:var(--color-text-muted)}.task-status-badge.processing{background:#3b82f626;color:#3b82f6}.task-status-badge.completed{background:#22c55e26;color:#22c55e}.task-status-badge.failed{background:#ef444426;color:#ef4444}.task-status-badge.timeout{background:#f59e0b26;color:#f59e0b}.task-status-badge.cancelled{background:#6b728026;color:var(--color-text-secondary)}.task-status-badge svg{width:10px;height:10px}.task-progress-bar{width:100%;height:4px;background:var(--color-border);border-radius:2px;overflow:hidden}.task-progress-fill{height:100%;background:var(--color-primary);border-radius:2px;transition:width .3s ease}.task-progress-fill.completed{background:#22c55e}.task-progress-fill.failed,.task-progress-fill.timeout{background:#ef4444}.task-meta{display:flex;align-items:center;justify-content:space-between;font-size:.7rem;color:var(--color-text-secondary)}.task-elapsed{display:flex;align-items:center;gap:4px}.task-elapsed svg{width:10px;height:10px}.task-error{font-size:.75rem;color:#ef4444;background:#ef44441a;padding:8px;border-radius:6px;margin-top:4px}.task-actions{display:flex;gap:6px;margin-top:4px}.task-action-btn{display:flex;align-items:center;gap:4px;padding:4px 10px;font-size:.75rem;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:all .2s}.task-action-btn.retry{background:#3b82f61a;color:#3b82f6}.task-action-btn.retry:hover{background:#3b82f633}.task-action-btn.dismiss{background:var(--color-border-light);color:var(--color-text-secondary)}.task-action-btn.dismiss:hover{background:var(--color-border)}.task-action-btn svg{width:12px;height:12px}.empty-tasks{padding:24px;text-align:center;color:var(--color-text-secondary);font-size:.875rem}.empty-tasks svg{width:32px;height:32px;margin-bottom:8px;opacity:.5}.task-popup-footer{padding:8px 12px;border-top:1px solid var(--color-border);display:flex;justify-content:flex-end}.clear-completed-btn{display:flex;align-items:center;gap:4px;padding:6px 12px;font-size:.75rem;font-weight:500;color:var(--color-text-secondary);background:transparent;border:1px solid var(--color-border);border-radius:6px;cursor:pointer;transition:all .2s}.clear-completed-btn:hover{background:var(--color-border-light);color:var(--color-text)}.clear-completed-btn svg{width:12px;height:12px}.task-indicator{position:relative;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;border-radius:8px;cursor:pointer;transition:all .2s}.task-indicator:hover{background:var(--color-border-light)}.task-indicator svg{width:20px;height:20px;color:var(--color-text-secondary)}.task-indicator.has-active svg{color:var(--color-primary)}.task-indicator-badge{position:absolute;top:4px;right:4px;min-width:16px;height:16px;padding:0 4px;background:var(--color-primary);color:#fff;font-size:.65rem;font-weight:600;border-radius:999px;display:flex;align-items:center;justify-content:center}.task-indicator.has-error .task-indicator-badge{background:#ef4444}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.task-status-badge.processing svg{animation:spin 1s linear infinite}.status-timeline{display:flex;flex-direction:column}.status-timeline-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-sm);min-height:200px;padding:var(--spacing-xl);border:1px dashed var(--color-border);border-radius:var(--radius-xl);background:linear-gradient(180deg,#7b6bf00a,#7b6bf003);color:var(--color-text-secondary);font-size:.875rem}.timeline-spinner{width:16px;height:16px;border:2px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:timeline-spin .6s linear infinite}@keyframes timeline-spin{to{transform:rotate(360deg)}}.status-timeline-empty{min-height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--spacing-md);padding:var(--spacing-xl);text-align:center;border:1px dashed var(--color-border);border-radius:var(--radius-xl);background:linear-gradient(180deg,#7b6bf00a,#7b6bf003);color:var(--color-text-secondary);font-size:.9375rem}.status-timeline-empty p{margin:0;max-width:240px}.status-timeline-empty-icon{width:52px;height:52px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#7b6bf01a;color:var(--color-primary)}.status-timeline-empty-icon svg{width:22px;height:22px}.timeline-item{display:flex;gap:14px;position:relative}.timeline-item+.timeline-item{margin-top:4px}.timeline-rail{display:flex;flex-direction:column;align-items:center;flex-shrink:0;width:36px;padding-top:14px}.timeline-item:not(:last-child) .timeline-rail:after{content:"";flex:1;width:2px;min-height:8px;background:var(--color-border);margin-top:6px}.timeline-icon{flex-shrink:0;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:1}.timeline-icon svg{width:16px;height:16px}.timeline-success .timeline-icon{color:var(--color-success);background:var(--color-success-light);box-shadow:0 0 0 3px #10b9811a}.timeline-failed .timeline-icon{color:var(--color-error);background:var(--color-error-light);box-shadow:0 0 0 3px #ef44441a}.timeline-processing .timeline-icon{color:var(--color-info);background:var(--color-info-light);box-shadow:0 0 0 3px #2563eb14}.timeline-info .timeline-icon{color:var(--color-text-secondary);background:var(--color-bg-tertiary)}.timeline-content{flex:1;min-width:0;background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;padding:12px 14px;transition:border-color .15s ease}.timeline-item:hover .timeline-content{border-color:#7b6bf033}.timeline-failed .timeline-content{border-color:#ef444433;background:#fef2f266}.timeline-failed:hover .timeline-content{border-color:#ef444459}.timeline-success .timeline-content{border-color:#10b9812e}.timeline-success:hover .timeline-content{border-color:#10b9814d}.timeline-title{display:flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:.8125rem;line-height:1.4;color:var(--color-text)}.timeline-prev-status{font-size:.75rem;font-weight:500;padding:1px 7px;background:var(--color-bg-tertiary);border-radius:4px;color:var(--color-text-secondary)}.timeline-arrow{display:inline-flex;align-items:center;color:var(--color-text-muted)}.timeline-arrow svg{width:10px;height:10px}.timeline-status{font-weight:700;font-size:.875rem}.timeline-status-success{color:var(--color-success)}.timeline-status-failed{color:var(--color-error)}.timeline-status-processing{color:var(--color-info)}.timeline-status-info{color:var(--color-text-secondary)}.timeline-message{font-size:.8125rem;color:var(--color-text-secondary);margin:6px 0 0;line-height:1.5}.timeline-error{margin-top:8px;padding:8px 10px;background:#ef44440f;border-radius:6px;border-left:3px solid var(--color-error)}.timeline-error-text{font-size:.75rem;line-height:1.5;color:#b91c1c;word-break:break-word;font-family:var(--font-mono, ui-monospace, monospace)}.timeline-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:8px;font-size:.6875rem;color:var(--color-text-muted)}.timeline-time{display:inline-flex;align-items:center;gap:4px;flex-shrink:0}.timeline-time svg{width:11px;height:11px;opacity:.6}.timeline-duration{display:inline-flex;align-items:center;gap:3px;padding:1px 7px;background:#7b6bf014;border-radius:var(--radius-full);font-size:.6875rem;font-weight:600;color:var(--color-primary)}.timeline-duration svg{width:10px;height:10px}.timeline-tag{padding:1px 7px;background:var(--color-bg-tertiary);border-radius:var(--radius-full);font-size:.6875rem;font-weight:500;text-transform:lowercase}@media(max-width:640px){.timeline-item{gap:10px}.timeline-rail{width:30px;padding-top:12px}.timeline-icon{width:30px;height:30px}.timeline-icon svg{width:14px;height:14px}.timeline-content{padding:10px 12px}.timeline-title{font-size:.8125rem}.timeline-message,.timeline-error-text,.timeline-meta{font-size:.6875rem}}.status-history-overlay{position:fixed;inset:0;padding:var(--spacing-lg);background:#00000080;backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:sh-overlay-in .15s ease;isolation:isolate}.status-history-overlay .modal-backdrop-btn{position:fixed;inset:0;pointer-events:auto;cursor:pointer;z-index:0;background:transparent;border:none;padding:0;margin:0}@keyframes sh-overlay-in{0%{opacity:0}to{opacity:1}}.status-history-modal{position:relative;z-index:1;background:var(--color-surface);border:1px solid rgba(23,23,23,.06);border-radius:var(--radius-xl);box-shadow:var(--shadow-modal);width:min(560px,calc(100vw - 2rem));max-height:min(72vh,700px);display:flex;flex-direction:column;overflow:hidden;animation:sh-modal-in .2s ease}@keyframes sh-modal-in{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.status-history-header{display:flex;align-items:center;justify-content:space-between;gap:var(--spacing-md);padding:16px 20px;border-bottom:1px solid var(--color-border);background:linear-gradient(180deg,rgba(123,107,240,.06) 0%,transparent 100%),var(--color-surface);flex-shrink:0}.status-history-header-text{display:flex;flex-direction:column;gap:2px;min-width:0}.status-history-header h3{margin:0;font-family:var(--font-heading);font-size:1.125rem;font-weight:700;line-height:1.3;color:var(--color-text)}.status-history-count{font-size:.75rem;color:var(--color-text-muted);font-weight:500}.status-history-close{width:36px;height:36px;padding:0;background:var(--color-bg);border:1px solid var(--color-border);cursor:pointer;border-radius:10px;color:var(--color-text-secondary);transition:all var(--transition-fast);display:flex;align-items:center;justify-content:center;flex-shrink:0}.status-history-close:hover{color:var(--color-text);background:var(--color-bg-tertiary);border-color:#7b6bf03d}.status-history-close:active{transform:scale(.94)}.status-history-close svg{width:16px;height:16px}.status-history-body{overflow-y:auto;overflow-x:hidden;padding:16px 20px;flex:1;min-height:0;position:relative}.status-history-body.sh-scroll-top{box-shadow:inset 0 8px 8px -8px #00000014}.status-history-body.sh-scroll-bottom{box-shadow:inset 0 -8px 8px -8px #00000014}.status-history-body.sh-scroll-top.sh-scroll-bottom{box-shadow:inset 0 8px 8px -8px #00000014,inset 0 -8px 8px -8px #00000014}.status-history-body::-webkit-scrollbar{width:6px}.status-history-body::-webkit-scrollbar-track{background:transparent}.status-history-body::-webkit-scrollbar-thumb{background:#7b6bf033;border-radius:999px}.status-history-body::-webkit-scrollbar-thumb:hover{background:#7b6bf066}.status-history-error{display:flex;align-items:center;justify-content:center;text-align:center;padding:var(--spacing-xl);color:var(--color-error);font-size:.9375rem;background:var(--color-error-light);border:1px solid rgba(239,68,68,.16);border-radius:var(--radius-xl)}@media(max-width:640px){.status-history-overlay{padding:0;align-items:flex-end}.status-history-modal{width:100%;max-height:85vh;border-bottom-left-radius:0;border-bottom-right-radius:0}.status-history-header{padding:14px 16px}.status-history-header h3{font-size:1rem}.status-history-body{padding:12px 16px}}.lang-selector{position:relative;display:inline-flex}.lang-selector-trigger{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);color:var(--color-text-secondary);cursor:pointer;transition:all .15s ease}.lang-selector-trigger:hover{color:var(--color-primary);border-color:var(--color-primary);background:var(--color-bg-tertiary)}.lang-selector-dropdown{position:absolute;right:0;display:flex;flex-direction:column;gap:2px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;box-shadow:0 8px 24px #0000001f;padding:4px;z-index:100}.lang-selector-dropdown.drop-down{top:calc(100% + 6px);animation:lang-drop-down .12s ease-out}.lang-selector-dropdown.drop-up{bottom:calc(100% + 6px);animation:lang-drop-up .12s ease-out}@keyframes lang-drop-down{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes lang-drop-up{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.lang-selector-option{display:flex;align-items:center;gap:8px;padding:6px 10px;border:none;border-radius:7px;background:none;cursor:pointer;transition:all .12s ease;white-space:nowrap}.lang-selector-option:hover,.lang-selector-option.active{background:var(--color-bg-tertiary)}.lang-selector-flag{display:flex;align-items:center;flex-shrink:0}.lang-flag{display:block;border-radius:2px}.lang-selector-label{font-size:.8rem;font-weight:500;color:var(--color-text)}.lang-selector-option:not(.active) .lang-selector-flag{opacity:.5;filter:grayscale(.5)}.lang-selector-option:not(.active) .lang-selector-label{color:var(--color-text-secondary)}.nb-root{position:relative;display:inline-flex;align-items:center}.nb-trigger{position:relative;display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;background:none;cursor:pointer;border-radius:8px;color:var(--color-text-secondary);transition:background .12s,color .12s;flex-shrink:0}.nb-trigger:hover,.nb-trigger--open{background:var(--color-hover, rgba(99, 102, 241, .08));color:var(--color-text)}.nb-trigger svg{width:18px;height:18px}.nb-badge{position:absolute;top:3px;right:3px;min-width:16px;height:16px;padding:0 3px;border-radius:999px;background:var(--color-danger, #dc2626);color:#fff;font-size:9px;font-weight:700;display:flex;align-items:center;justify-content:center;line-height:1;pointer-events:none}.nb-drawer{position:absolute;top:calc(100% + 8px);right:0;width:320px;max-height:440px;display:flex;flex-direction:column;background:var(--color-surface, #fff);border:1px solid var(--color-border);border-radius:12px;box-shadow:0 8px 24px #0000001f;z-index:9999;overflow:hidden;animation:nb-slide-in .14s ease}@keyframes nb-slide-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.nb-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid var(--color-border);flex-shrink:0}.nb-drawer-title{font-size:13px;font-weight:600;color:var(--color-text)}.nb-drawer-actions{display:flex;align-items:center;gap:4px}.nb-mark-all-btn,.nb-close-btn{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border:none;background:none;border-radius:6px;cursor:pointer;color:var(--color-text-secondary);transition:background .12s,color .12s}.nb-mark-all-btn:hover,.nb-close-btn:hover{background:var(--color-hover, rgba(99, 102, 241, .08));color:var(--color-text)}.nb-mark-all-btn svg,.nb-close-btn svg{width:14px;height:14px}.nb-list{overflow-y:auto;flex:1}.nb-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:32px 16px;color:var(--color-text-secondary);font-size:13px}.nb-empty svg{width:28px;height:28px;opacity:.3}.nb-item{display:flex;align-items:flex-start;gap:10px;width:100%;padding:10px 14px;border:none;border-bottom:1px solid var(--color-border);background:transparent;text-align:left;cursor:pointer;transition:background .1s}.nb-item:last-child{border-bottom:none}.nb-item:hover{background:var(--color-hover, rgba(99, 102, 241, .05))}.nb-item--unread{background:#6366f108}.nb-item-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:5px}.nb-item-body{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.nb-item-title{font-size:12px;font-weight:500;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nb-item-body-text{font-size:11px;color:var(--color-text-secondary);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.nb-item-time{font-size:10px;color:var(--color-text-secondary);opacity:.7}.nb-unread-dot{width:7px;height:7px;border-radius:50%;background:var(--color-primary, #6366f1);flex-shrink:0;margin-top:5px}@media(max-width:480px){.nb-drawer{width:290px}}.triend-logo{display:inline-flex;align-items:center;gap:.42em;color:var(--color-primary);line-height:1;min-width:0}.triend-logo__mark{width:1.15em;height:1.15em;flex:0 0 auto;transform:translateY(.07em)}.triend-logo__wordmark{color:currentColor;font-family:Geist,Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:1em;font-weight:800;letter-spacing:0;white-space:nowrap}.triend-logo--mark-only{gap:0}.triend-logo__sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.header{background:var(--color-surface);border-bottom:1px solid var(--color-border-light);padding:0 var(--spacing-lg);height:var(--header-height);position:sticky;top:0;z-index:100;transition:background .3s ease,box-shadow .3s ease,backdrop-filter .3s ease}.header--scrolled{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#ffffffeb;box-shadow:0 1px 3px #0000000f}.header-container{height:100%;display:flex;align-items:center;justify-content:space-between}.header-brand{display:flex;align-items:center;gap:var(--spacing-sm)}.header-logo{display:flex;align-items:center;text-decoration:none;color:var(--color-text)}.header-logo__brand{font-size:1.75rem;color:var(--color-primary)}.header-nav{display:flex;align-items:center;gap:var(--spacing-md)}.nav-link{color:var(--color-text-secondary);font-weight:500;font-size:.9375rem;padding:var(--spacing-sm) var(--spacing-md);border-radius:var(--radius-md);transition:all var(--transition-fast)}.nav-link:hover{color:var(--triend-ink);background:var(--triend-accent-ghost)}.nav-link--active{color:var(--color-primary);position:relative}.nav-link--active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:var(--color-primary);border-radius:1px}.header-user{display:flex;flex-direction:column;align-items:flex-end;padding:0 var(--spacing-md);border-left:1px solid var(--triend-hairline);margin-left:var(--spacing-sm)}.user-name{font-weight:600;font-size:.875rem;color:var(--color-text)}.user-role{font-family:var(--triend-font-mono);font-size:.68rem;color:var(--triend-muted-soft);letter-spacing:.04em;text-transform:uppercase}.header--landing{background:transparent;border-bottom-color:transparent}.header--landing.header--scrolled{background:#fffffff2;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom-color:var(--color-border-light);box-shadow:0 1px 3px #0000000f}.nav-link-anchor{background:none;border:none;cursor:pointer;font-family:inherit}.nav-btn-login{background:#1a1a2e!important;color:#fff!important;border:none!important;border-radius:999px!important;padding:.5rem 1.25rem!important;font-weight:500!important;transition:background .2s ease!important}.nav-btn-login:hover{background:#2a2a45!important}.nav-btn-cta{background:#e8722a!important;color:#fff!important;border:none!important;border-radius:999px!important;padding:.5rem 1.25rem!important;font-weight:500!important;transition:background .2s ease!important}.nav-btn-cta:hover{background:#d4631f!important}.hamburger-btn{display:none;align-items:center;justify-content:center;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:.5rem;width:40px;height:40px;border-radius:var(--radius-md);transition:background .2s}.hamburger-btn:hover{background:var(--color-bg-tertiary)}.hamburger-line{display:block;width:20px;height:2px;background:var(--color-text);border-radius:1px;transition:transform .3s ease,opacity .3s ease}.hamburger-btn--open .hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger-btn--open .hamburger-line:nth-child(2){opacity:0}.hamburger-btn--open .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{position:absolute;top:100%;left:0;right:0;background:var(--color-surface);border-top:1px solid var(--color-border-light);box-shadow:0 4px 12px #00000014;padding:0 1rem;visibility:hidden;max-height:0;overflow:hidden;opacity:0;transition:max-height .3s ease,opacity .2s ease,visibility 0s .3s}.mobile-menu--open{visibility:visible;max-height:500px;opacity:1;padding:1rem;transition:max-height .3s ease,opacity .2s ease}.mobile-menu-links{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem}.mobile-menu-link{display:block;padding:.625rem .75rem;font-size:.9375rem;font-weight:500;color:var(--color-text);text-decoration:none;border-radius:var(--radius-md);background:none;border:none;cursor:pointer;font-family:inherit;text-align:left;width:100%;transition:background .15s}.mobile-menu-link:hover{background:var(--color-bg-tertiary)}.mobile-menu-actions{display:flex;flex-direction:column;gap:.5rem;padding-top:.75rem;border-top:1px solid var(--color-border-light)}.mobile-menu-user{display:flex;flex-direction:column;padding:.5rem .75rem}@media(max-width:768px){.header{padding:0 var(--spacing-md)}.header-container{position:relative}.header-nav{display:none}.hamburger-btn{display:flex}}@media(max-width:480px){.header{padding:0 var(--spacing-sm)}}.layout{min-height:100vh;display:flex;flex-direction:column}.layout-main{flex:1}.layout-footer{padding:1.5rem 2rem;text-align:center;color:var(--color-text-secondary);font-size:.875rem;background:var(--color-surface);border-top:1px solid var(--color-border-light);display:flex;flex-direction:column;align-items:center;gap:.75rem}.footer-links{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;justify-content:center}.footer-links a{color:var(--color-text-secondary);text-decoration:none;font-size:.8125rem;font-weight:500;transition:color .15s ease}.footer-links a:hover{color:var(--color-primary)}.footer-dot{color:var(--color-text-muted);font-size:.75rem}.build-info-badge{display:flex;align-items:center;gap:6px;font-size:.6rem;line-height:1.2;color:var(--triend-muted-soft);letter-spacing:.04em;user-select:none}.build-info-badge--collapsed{justify-content:center}.build-info-dot{width:7px;height:7px;border-radius:var(--radius-full, 999px);flex-shrink:0;background:#94a3b8}.build-info-dot--live{background:#22c55e}.build-info-dot--staging{background:#f59e0b}.build-info-dot--dev{background:#94a3b8}.build-info-label{font-family:var(--triend-font-mono, monospace);font-weight:600;text-transform:uppercase;color:var(--triend-muted);white-space:nowrap}.build-info-sha{font-family:var(--triend-font-mono, monospace);color:var(--triend-muted-soft);white-space:nowrap;margin-left:3px}.admin-layout{display:flex;min-height:100vh;background:var(--color-bg)}.admin-sidebar{width:var(--sidebar-width);background:var(--color-surface);border-right:1px solid var(--triend-hairline);display:flex;flex-direction:column;position:fixed;top:0;left:0;height:100vh;z-index:100;transition:width var(--transition-normal)}.sidebar-collapsed .admin-sidebar{width:var(--sidebar-collapsed-width)}.sidebar-header{padding:var(--spacing-lg);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--triend-hairline)}.sidebar-logo{display:flex;align-items:center;text-decoration:none;color:var(--color-text)}.sidebar-logo__brand{font-size:1.45rem;color:var(--color-primary)}.sidebar-toggle{width:28px;height:28px;border-radius:var(--radius-md);background:var(--triend-accent-ghost);color:var(--triend-muted);display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast)}.sidebar-toggle svg{width:14px;height:14px}.sidebar-toggle:hover{background:var(--triend-accent-soft);color:var(--triend-accent)}.sidebar-collapsed .sidebar-header{padding:var(--spacing-md);flex-direction:column;gap:var(--spacing-sm)}.sidebar-collapsed .sidebar-toggle{position:absolute;bottom:140px;left:50%;transform:translate(-50%);width:36px;height:36px}.sidebar-nav{flex:1;padding:var(--spacing-md);display:flex;flex-direction:column;gap:var(--spacing-xs)}.nav-item{display:flex;align-items:center;gap:var(--spacing-md);padding:var(--spacing-sm) var(--spacing-md);border-radius:var(--radius-lg);color:var(--color-text-secondary);text-decoration:none;font-weight:500;font-size:.9375rem;transition:all var(--transition-fast);position:relative}.nav-item:hover{background:var(--triend-accent-ghost);color:var(--triend-ink)}.nav-item.active{background:var(--triend-accent-ghost);color:var(--triend-ink);font-weight:600}.nav-item.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:24px;background:var(--triend-accent);border-radius:0 2px 2px 0}.nav-item.active .nav-icon{color:var(--triend-accent)}.nav-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.nav-icon svg{width:100%;height:100%}.sidebar-collapsed .nav-item{justify-content:center;padding:var(--spacing-sm)}.sidebar-collapsed .nav-label{display:none}.sidebar-footer{padding:var(--spacing-md);border-top:1px solid var(--triend-hairline)}.sidebar-footer .build-info-badge{padding:4px 6px 10px}.sidebar-collapsed .sidebar-footer .build-info-badge{padding:4px 0 10px}.user-info{display:flex;align-items:center;gap:10px;padding:10px;border-radius:var(--radius-lg);background:var(--triend-accent-ghost);border:1px solid var(--triend-hairline)}.user-avatar{width:34px;height:34px;border-radius:var(--radius-full);background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.85rem;flex-shrink:0}.user-details{display:flex;flex-direction:column;min-width:0;flex:1}.user-name{font-weight:600;font-size:.825rem;color:var(--triend-ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3;letter-spacing:-.01em}.user-role{font-family:var(--triend-font-mono);font-size:.64rem;color:var(--triend-muted-soft);letter-spacing:.05em;text-transform:uppercase;line-height:1.3}.user-actions{display:flex;align-items:center;gap:4px;flex-shrink:0;margin-left:auto}.logout-icon-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid var(--triend-hairline);border-radius:var(--radius-md);background:var(--color-surface);color:var(--triend-muted);cursor:pointer;transition:all .15s ease}.logout-icon-btn svg{width:16px;height:16px}.logout-icon-btn:hover{color:var(--triend-accent);border-color:var(--triend-accent);background:var(--triend-accent-soft)}.sidebar-collapsed .sidebar-footer{padding:var(--spacing-sm)}.sidebar-collapsed .user-info{justify-content:center;padding:var(--spacing-sm)}.sidebar-collapsed-actions{display:flex;flex-direction:column;align-items:center;gap:6px;margin-top:8px}.admin-main{flex:1;margin-left:var(--sidebar-width);padding:var(--spacing-xl);transition:margin-left var(--transition-normal);min-height:100vh}.sidebar-collapsed .admin-main{margin-left:var(--sidebar-collapsed-width)}@media(max-width:768px){.admin-sidebar{width:var(--sidebar-collapsed-width)}.admin-main{margin-left:var(--sidebar-collapsed-width);padding:var(--spacing-md)}.nav-label,.user-details{display:none}.nav-item{justify-content:center;padding:var(--spacing-sm)}.sidebar-toggle{display:none}.sidebar-header{justify-content:center}}.error-boundary{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem;background:var(--color-bg)}.error-boundary-card{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:420px;padding:3rem 2rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;box-shadow:var(--shadow-lg)}.error-boundary-icon{color:var(--color-error);margin-bottom:1.5rem}.error-boundary-title{font-size:1.25rem;font-weight:600;color:var(--color-text);margin:0 0 .5rem}.error-boundary-message{font-size:.875rem;color:var(--color-text-secondary);margin:0 0 1.5rem;line-height:1.5}.error-boundary-actions{display:flex;gap:.75rem}.analytics-tab-error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:3rem 1rem;text-align:center;color:var(--color-text-secondary)}.analytics-tab-error-icon{color:var(--color-warning, #f59e0b)}.analytics-tab-error-title{font-size:.9375rem;font-weight:500;color:var(--color-text);margin:0}.analytics-tab-error-retry{margin-top:.25rem}.toast-container{position:fixed;top:20px;right:20px;display:flex;flex-direction:column;gap:10px;z-index:9999;pointer-events:none}.toast{display:flex;align-items:center;gap:12px;min-width:300px;max-width:400px;padding:14px 18px;background:var(--color-surface);color:var(--color-text);border-radius:10px;box-shadow:0 4px 12px #00000014,0 1px 3px #0000000d;border:1px solid var(--color-border-light);pointer-events:auto;animation:toastSlideIn .3s cubic-bezier(.4,0,.2,1);transition:all .2s ease}.toast-success{border-left:4px solid var(--color-success);background:var(--color-success-light)}.toast-error{border-left:4px solid var(--color-error);background:var(--color-error-light)}.toast-info{border-left:4px solid var(--color-info);background:var(--color-info-light)}.toast-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.toast-success .toast-icon{color:var(--color-success)}.toast-error .toast-icon{color:var(--color-error)}.toast-info .toast-icon{color:var(--color-info)}.toast-message{flex:1;font-size:14px;font-weight:500}.toast-close{background:none;border:none;color:var(--color-text-muted);cursor:pointer;padding:2px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s;flex-shrink:0}.toast-close:hover{color:var(--color-text);background:#0000000d}@keyframes toastSlideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.home{--lp-bg: #f7f5fc;--lp-surface: #ffffff;--lp-surface-2: #f5f2fc;--lp-line: rgba(26, 18, 52, .1);--lp-line-2: rgba(26, 18, 52, .15);--lp-line-soft: rgba(26, 18, 52, .06);--lp-tx: #18131f;--lp-tx-2: #4b4660;--lp-tx-3: #6e6885;--lp-purple: #7a4fe6;--lp-purple-2: #6b3fd9;--lp-purple-3: #5a32c4;--lp-orange: #ef6207;--lp-orange-2: #ff7a1f;--lp-orange-cta: #cc4d00;--lp-orange-cta-hover: #b8400a;--lp-radius: 16px;--lp-radius-sm: 11px;--lp-radius-lg: 24px;--lp-shadow: 0 16px 40px -22px rgba(40, 28, 80, .22);--lp-ff: "Hanken Grotesk", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--lp-mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--font-heading: var(--lp-ff);--triend-font-mono: var(--lp-mono);--color-bg: var(--lp-bg);--color-bg-secondary: var(--lp-surface);--color-bg-tertiary: var(--lp-surface-2);--color-bg-hover: var(--lp-surface-2);--color-surface: var(--lp-surface);--color-surface-2: var(--lp-surface-2);--color-border: var(--lp-line);--color-border-light: var(--lp-line-soft);--color-text: var(--lp-tx);--color-text-secondary: var(--lp-tx-2);--color-text-muted: var(--lp-tx-3);--color-primary: var(--lp-purple);--color-primary-hover: var(--lp-purple-2);--color-primary-dark: var(--lp-purple-2);--color-primary-light: rgba(122, 79, 230, .07);--color-primary-muted: rgba(122, 79, 230, .18);--color-accent: var(--lp-orange);--color-accent-hover: var(--lp-orange-2);--radius-lg: var(--lp-radius-sm);--radius-2xl: var(--lp-radius);--shadow-sm: var(--lp-shadow);--shadow-md: var(--lp-shadow);--shadow-lg: var(--lp-shadow);--shadow-xl: var(--lp-shadow);--triend-shadow-card: var(--lp-shadow);min-height:100vh;background:var(--lp-bg);font-family:var(--lp-ff)}.home-container{max-width:1200px;margin:0 auto;padding:0 2rem}@keyframes orbitFloat{0%,to{transform:translate(0)}50%{transform:translate(18px,26px)}}.section-header{margin:0 auto 3.5rem;max-width:1200px;padding-left:.25rem;position:relative}.section-header:before{content:"";position:absolute;left:0;top:.65em;width:32px;height:2px;background:var(--lp-purple);opacity:.6}.section-title{font-family:var(--lp-ff);font-size:clamp(1.9rem,3vw,2.6rem);font-weight:700;color:var(--lp-tx);margin:0 0 .85rem;letter-spacing:-.035em;line-height:1.1;padding-left:3rem;max-width:22ch}.section-subtitle{font-size:1.05rem;line-height:1.55;color:var(--color-text-secondary);max-width:56ch;margin:0 0 0 3rem}.hero{min-height:auto;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;padding:2.5rem 4rem 4.5rem;position:relative;overflow:hidden;background:var(--lp-bg);border-bottom:1px solid var(--lp-line)}.hero-background{position:absolute;inset:0;pointer-events:none}.hero-gradient-1{display:none}.hero-content{position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .8rem .375rem .65rem;background:var(--lp-surface);border:1px solid var(--lp-line);border-radius:999px;font-family:var(--lp-mono);font-size:.72rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--lp-purple-3);margin-bottom:1.5rem}.hero-badge svg{width:16px;height:16px;color:var(--lp-orange)}.hero-title{font-family:var(--font-heading);font-size:3.5rem;font-weight:700;line-height:1.15;color:var(--lp-tx);margin-bottom:1.5rem;letter-spacing:-.04em;max-width:15ch}.highlight-text{color:var(--lp-purple);position:relative}.highlight-text:after{content:"";position:absolute;left:-.04em;bottom:.08em;right:-.04em;height:.38em;background:var(--lp-purple);opacity:.12;border-radius:4px;transform:skew(-4deg);z-index:-1}.hero-description{font-size:1.125rem;line-height:1.7;color:var(--lp-tx-2);margin-bottom:2rem;max-width:500px}.hero-actions{display:flex;align-items:center;gap:1rem}.hero-cta-btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--lp-orange-cta);color:#fff;border-radius:var(--lp-radius-sm);padding:14px 30px;font-weight:600;font-size:1rem;letter-spacing:-.01em;border:none;cursor:pointer;box-shadow:0 6px 16px -9px #cc4d008c;transition:background .25s ease,transform .25s ease,box-shadow .25s ease;text-decoration:none}.hero-cta-btn:hover{background:var(--lp-orange-cta-hover);transform:translateY(-2px);box-shadow:0 10px 22px -10px #cc4d008c}.hero-cta-btn:active{transform:translateY(0)}.hero-cta-btn svg{width:18px;height:18px}.hero-trust-list{display:flex;flex-wrap:wrap;gap:.55rem;margin:0 0 1.2rem;padding:0;list-style:none}.hero-trust-list li{display:inline-flex}.hero-trust-list span{display:inline-flex;align-items:center;gap:.45rem;padding:.35rem .72rem;border-radius:999px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);font-size:.78rem;font-weight:600}.hero-trust-list span:before{content:"";width:.42rem;height:.42rem;border-radius:999px;background:var(--color-success);box-shadow:0 0 0 3px rgba(var(--color-success-rgb, 34, 197, 94),.15)}.hero-social-proof{display:flex;align-items:center;gap:1rem;border-top:1px dashed var(--color-border);padding-top:1rem}.social-proof-item{display:flex;align-items:center}.social-proof-number{font-size:.95rem;font-weight:700;color:var(--color-text)}.social-proof-divider{width:1px;height:16px;background:var(--color-border)}.hero-visual{position:relative;z-index:1;display:flex;justify-content:center;align-items:center}.hero-insight-card{width:100%;max-width:440px;background:var(--lp-surface);border:1px solid var(--lp-line);border-radius:var(--lp-radius);padding:1.4rem 1.35rem 1.3rem;box-shadow:var(--lp-shadow);position:relative;font-variant-numeric:tabular-nums;overflow:hidden}.hero-insight-card:after{content:"";position:absolute;top:30px;left:0;right:0;height:1px;background:var(--lp-line-soft);pointer-events:none}.hero-insight-card:before{content:"";position:absolute;top:0;left:0;right:0;height:30px;border-bottom:1px solid var(--lp-line-soft);background:radial-gradient(circle at 14px 50%,rgba(236,115,100,.5) 3px,transparent 3.5px),radial-gradient(circle at 30px 50%,rgba(232,180,80,.5) 3px,transparent 3.5px),radial-gradient(circle at 46px 50%,rgba(123,200,140,.5) 3px,transparent 3.5px),var(--lp-surface-2)}.hero-insight-card>*{position:relative;z-index:1}.hero-insight-card>*:first-child{margin-top:22px}.insight-card-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding-bottom:.85rem;margin-bottom:1rem;font-size:.7rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:#8a8a9a;border-bottom:1px dashed rgba(17,17,28,.08)}.insight-card-header svg{display:none}.insight-card-header:before{content:"channel · last-90d";font-family:var(--lp-mono);font-size:.7rem;text-transform:none;letter-spacing:0;color:#8a8a9a;font-weight:500}.insight-card-header>span{display:none}.insight-card-header:after{content:"";width:6px;height:6px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 3px #22c55e2e}.insight-score-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px dashed rgba(17,17,28,.08)}.insight-score-circle{position:relative;width:82px;height:82px;flex-shrink:0}.insight-score-circle svg{width:82px;height:82px;transform:rotate(-90deg)}.insight-score-circle .score-bg{fill:none;stroke:#11111c0f;stroke-width:5}.insight-score-circle .score-fill{fill:none;stroke:var(--lp-purple);stroke-width:5;stroke-linecap:round;stroke-dasharray:251.3;stroke-dashoffset:70}.insight-score-circle .score-value{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-family:var(--lp-mono);font-size:1.85rem;font-weight:500;color:var(--lp-tx);letter-spacing:-.03em}.insight-sparkline{width:84px;height:32px;flex-shrink:0;overflow:visible}.insight-sparkline-line{fill:none;stroke:var(--lp-purple);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.insight-sparkline-dot{fill:var(--lp-purple);stroke:var(--lp-surface);stroke-width:1.5}.insight-submetrics{display:grid;grid-template-columns:repeat(4,1fr);gap:.9rem .75rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px dashed rgba(17,17,28,.08)}.insight-submetric{display:flex;flex-direction:column;gap:.28rem;min-width:0}.insight-submetric-label{font-family:var(--lp-mono);font-size:.6rem;font-weight:500;color:#9999a8;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.insight-submetric-bar{position:relative;width:100%;height:3px;background:#11111c0f;border-radius:2px;overflow:hidden}.insight-submetric-bar>div{height:100%;background:var(--lp-purple);border-radius:2px}.insight-submetric-value{font-family:var(--lp-mono);font-size:.75rem;font-weight:500;color:#1a1a2e;letter-spacing:-.02em}.insight-score-label{display:flex;flex-direction:column;gap:.35rem;flex:1;min-width:0}.insight-score-title{font-size:.9rem;font-weight:600;color:#1a1a2e;letter-spacing:-.01em;display:block}.insight-score-delta{display:inline-flex;align-items:baseline;gap:.3rem;margin:.15rem 0 .2rem;font-family:var(--lp-mono);font-size:.72rem;color:#6b7280;letter-spacing:.01em}.insight-delta-arrow{color:#22c55e;font-size:.85rem;line-height:1}.insight-delta-value{color:#22c55e;font-weight:600}.insight-delta-note{color:#9999a8;letter-spacing:0}.insight-score-subtitle{font-size:.72rem;line-height:1.4;color:#9999a8;font-family:var(--lp-mono);letter-spacing:0;display:block}.insight-section+.insight-section{margin-top:.75rem}.insight-label{display:block;font-family:var(--lp-mono);font-size:.62rem;color:#9999a8;letter-spacing:.09em;margin-bottom:.35rem;padding-left:.9rem}.insight-item{display:grid;grid-template-columns:3px 1fr;align-items:stretch;gap:.8rem;padding:.15rem 0;font-size:.86rem;line-height:1.5;color:#2a2a3e;border-top:none}.insight-bottleneck,.insight-fix{background:transparent;border:none}.insight-dot{width:3px;height:auto;min-height:100%;border-radius:2px;flex-shrink:0;margin:0}.insight-dot-warning{background:#e8722a}.insight-dot-success{background:#22c55e}.insight-footer{display:flex;justify-content:space-between;align-items:center;margin-top:1.15rem;padding-top:.7rem;border-top:1px dashed rgba(17,17,28,.08);font-family:var(--lp-mono);font-size:.68rem;letter-spacing:.01em}.insight-footer-time{color:#9999a8}.insight-footer-action{color:var(--lp-purple);font-weight:500;cursor:pointer}.problem-section{padding:5.5rem 0;background:var(--color-bg)}.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.problem-card{padding:2rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;box-shadow:var(--shadow-md);transition:border-color .2s ease,box-shadow .2s ease}.problem-card:hover{border-color:var(--color-text-muted);box-shadow:var(--shadow-lg)}.problem-icon{width:40px;height:40px;background:var(--color-bg-tertiary);border-radius:8px;display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary);margin-bottom:1rem}.problem-icon svg{width:24px;height:24px}.problem-card h3{font-size:1.125rem;font-weight:600;color:var(--color-text);margin-bottom:.75rem}.problem-card p{font-size:.875rem;line-height:1.6;color:var(--color-text-secondary)}.how-it-works{padding:5.5rem 0;background:var(--color-bg)}.steps-grid{list-style:none;margin:0;padding:0 0 0 3rem;max-width:920px;display:grid;grid-template-columns:1fr;gap:0;border-top:1px solid rgba(17,17,28,.08)}.step-row{display:grid;grid-template-columns:100px 1fr;gap:2.5rem;align-items:baseline;padding:1.85rem 0;border-bottom:1px solid rgba(17,17,28,.08);position:relative}.step-row:before{content:"";position:absolute;left:-3rem;top:1.85rem;width:32px;height:2px;background:#7a4fe666;opacity:0;transition:opacity .3s ease}.step-row:hover:before{opacity:1}.step-index{font-family:var(--lp-mono);font-size:.9rem;font-weight:500;color:var(--lp-purple);letter-spacing:.04em;padding-top:.2rem;position:relative}.step-index:after{content:"";position:absolute;left:0;bottom:-.85rem;width:24px;height:2px;background:var(--lp-purple);opacity:.35}.step-body{max-width:58ch}.step-title{font-family:var(--font-heading);font-size:clamp(1.25rem,2vw,1.55rem);font-weight:600;color:#1a1a2e;margin:0 0 .55rem;letter-spacing:-.025em;line-height:1.25}.step-desc{font-size:1rem;line-height:1.65;color:#5a5a6e;margin:0}.steps-cta{margin-top:2.75rem;padding-left:3rem;max-width:920px}.playbook-section{padding:5.5rem 0;background:var(--color-bg);border-top:1px solid var(--color-border-light);border-bottom:1px solid var(--color-border-light)}.playbook-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;margin-top:1.5rem}.playbook-card{position:relative;overflow:hidden;border-radius:12px;border:1px solid var(--color-border);background:var(--color-surface);padding:1.4rem 1.2rem;box-shadow:var(--shadow-md);transition:border-color .2s ease,box-shadow .2s ease}.playbook-card:hover{border-color:var(--color-text-muted);box-shadow:var(--shadow-lg)}.playbook-step{font-size:.75rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:var(--color-primary)}.playbook-icon{width:44px;height:44px;margin-top:.6rem;border-radius:12px;background:var(--color-primary-light);display:inline-flex;align-items:center;justify-content:center;color:var(--color-primary)}.playbook-icon svg{width:20px;height:20px}.playbook-card h3{margin:.9rem 0 .55rem;font-size:1.12rem;line-height:1.25}.playbook-card p{margin:0;color:var(--color-text-secondary);line-height:1.62;font-size:.93rem}.playbook-metrics{margin-top:1.2rem;display:grid;gap:.9rem;grid-template-columns:repeat(3,minmax(0,1fr))}.playbook-metric{border-radius:12px;border:1px solid var(--color-border);background:var(--color-bg-secondary);padding:.9rem 1rem;display:flex;flex-direction:column;gap:.35rem}.playbook-metric-value{font-size:1.18rem;font-weight:800;color:var(--color-text)}.playbook-metric-label{font-size:.83rem;color:var(--color-text-secondary)}.showcase{padding:5.5rem 0;background:var(--color-bg)}.showcase-alt{background:var(--color-bg)}.showcase-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.showcase-reverse{direction:rtl}.showcase-reverse>*{direction:ltr}.showcase-text{display:flex;flex-direction:column;align-items:flex-start}.showcase-title{font-family:var(--font-heading);font-size:clamp(1.5rem,2vw,2rem);font-weight:600;color:var(--color-text);margin:.75rem 0 1rem;line-height:1.2;letter-spacing:-.025em}.showcase-description{font-size:1.0625rem;line-height:1.7;color:var(--color-text-secondary);margin-bottom:1.5rem}.showcase-features{list-style:none;padding:0;margin:1.5rem 0 0;display:flex;flex-direction:column;gap:.75rem;border-top:1px dashed rgba(17,17,28,.1);padding-top:1.25rem}.showcase-features li{display:grid;grid-template-columns:22px 1fr;align-items:baseline;gap:.25rem;font-size:.95rem;line-height:1.55;color:#2a2a3e;counter-increment:showcase-feature;position:relative}.showcase-features{counter-reset:showcase-feature}.showcase-features li svg{display:none}.showcase-features li:before{content:counter(showcase-feature,decimal-leading-zero);font-family:var(--lp-mono);font-size:.72rem;font-weight:500;color:#9999a8;letter-spacing:.02em;padding-top:.15rem}.showcase-visual{display:flex;justify-content:center;align-items:center}.showcase-mockup{width:100%;max-width:460px;border-radius:10px;overflow:hidden;border:1px solid var(--lp-line);background:var(--lp-surface);padding:1.35rem 1.25rem 1.25rem;box-shadow:var(--lp-shadow);position:relative;font-variant-numeric:tabular-nums}.showcase-mockup:before{content:"";position:absolute;top:0;left:0;right:0;height:30px;border-bottom:1px solid var(--lp-line-soft);background:radial-gradient(circle at 14px 50%,rgba(236,115,100,.5) 3px,transparent 3.5px),radial-gradient(circle at 30px 50%,rgba(232,180,80,.5) 3px,transparent 3.5px),radial-gradient(circle at 46px 50%,rgba(123,200,140,.5) 3px,transparent 3.5px),var(--lp-surface-2);pointer-events:none}.showcase-mockup>*{position:relative;z-index:1}.showcase-mockup>*:first-child{margin-top:22px}.score-bg{fill:none;stroke:var(--color-border-light);stroke-width:6}.score-fill{fill:none;stroke:var(--color-primary);stroke-width:6;stroke-linecap:round;stroke-dasharray:251.3;stroke-dashoffset:37.7}.score-value{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:1.25rem;font-weight:600;color:var(--color-primary)}.intelligence-mockup{background:#fefefe}.intelligence-score-row{display:flex;align-items:center;gap:1.15rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px dashed rgba(17,17,28,.08)}.intelligence-score-circle{position:relative;width:76px;height:76px;flex-shrink:0}.intelligence-score-circle svg{width:76px;height:76px;transform:rotate(-90deg)}.intelligence-score-circle .score-bg{stroke:#11111c14;stroke-width:4}.intelligence-score-circle .score-fill{stroke:var(--lp-purple);stroke-width:4;stroke-dashoffset:45}.intelligence-score-circle .score-value{font-family:var(--lp-mono);font-size:1.7rem;font-weight:500;color:#1a1a2e;letter-spacing:-.03em}.intelligence-score-meta{display:flex;flex-direction:column;gap:.25rem}.intelligence-score-meta:before{content:"ensemble · 5 models";font-family:var(--lp-mono);font-size:.68rem;color:#9999a8;letter-spacing:.02em}.intelligence-label{font-size:.95rem;font-weight:600;color:#1a1a2e;letter-spacing:-.01em}.intelligence-item{display:grid;grid-template-columns:auto 1fr auto;align-items:baseline;gap:.7rem;padding:.6rem .25rem;background:transparent;border-radius:0;margin-bottom:0;border-bottom:1px solid rgba(17,17,28,.04)}.intelligence-item:last-child{border-bottom:none}.intelligence-dot{width:10px;height:2px;border-radius:0;flex-shrink:0;align-self:center}.intelligence-dot-red{background:#e8722a}.intelligence-dot-yellow{background:#d4a52f}.intelligence-dot-blue{background:var(--lp-purple)}.intelligence-item-text{display:flex;flex-direction:column;gap:.1rem}.intelligence-item-label{font-size:.78rem;font-weight:500;color:#1a1a2e;letter-spacing:-.005em}.intelligence-item-value{font-family:var(--lp-mono);font-size:.7rem;color:#6b7280;letter-spacing:.01em}.intelligence-item:after{content:"→";font-family:var(--lp-mono);font-size:.78rem;color:#c7c7d0;align-self:center}.retention-mockup{background:#fefefe;position:relative}.retention-mockup:after{content:"retention · v1";position:absolute;top:6px;right:14px;z-index:2;font-family:var(--lp-mono);font-size:.66rem;color:#9999a8;letter-spacing:.02em}.retention-chart-bars{display:flex;align-items:flex-end;gap:5px;height:160px;margin:.25rem 0 .75rem;padding:.5rem 0 .5rem 2.25rem;position:relative;border-bottom:1px solid rgba(17,17,28,.1);background-image:linear-gradient(to bottom,transparent calc(25% - .5px),rgba(17,17,28,.05) calc(25% - .5px),rgba(17,17,28,.05) calc(25% + .5px),transparent calc(25% + .5px)),linear-gradient(to bottom,transparent calc(50% - .5px),rgba(17,17,28,.05) calc(50% - .5px),rgba(17,17,28,.05) calc(50% + .5px),transparent calc(50% + .5px)),linear-gradient(to bottom,transparent calc(75% - .5px),rgba(17,17,28,.05) calc(75% - .5px),rgba(17,17,28,.05) calc(75% + .5px),transparent calc(75% + .5px))}.retention-chart-bars:before{content:"100";position:absolute;left:0;top:.35rem;width:2rem;font-family:var(--lp-mono);font-size:.62rem;color:#9999a8;text-align:right;padding-right:.55rem;line-height:1}.retention-chart-bars:after{content:"0";position:absolute;left:0;bottom:.55rem;width:2rem;font-family:var(--lp-mono);font-size:.62rem;color:#9999a8;text-align:right;padding-right:.55rem;line-height:1}.retention-bar{flex:1;background:var(--lp-purple);border-radius:1px 1px 0 0;min-width:0;opacity:.85}.retention-bar-dead{background:#e8722a;position:relative;opacity:.9}.retention-bar-dead:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(135deg,transparent 0,transparent 3px,rgba(255,255,255,.2) 3px,rgba(255,255,255,.2) 4px)}.retention-dead-zone{display:inline-flex;align-items:center;gap:.45rem;padding:0;background:transparent;border:none;border-radius:0;font-family:var(--lp-mono);font-size:.72rem;font-weight:500;color:#e8722a;letter-spacing:.01em;margin-bottom:.85rem;text-transform:lowercase}.retention-dead-zone:before{content:"";display:inline-block;width:10px;height:2px;background:#e8722a}.retention-hook-score{display:flex;align-items:center;gap:.55rem;font-size:.82rem;font-weight:500;color:#2a2a3e;padding-top:.6rem;border-top:1px dashed rgba(17,17,28,.08)}.retention-hook-score svg{display:none}.retention-hook-score span:first-of-type:before{content:"HOOK";font-family:var(--lp-mono);font-size:.65rem;color:#9999a8;letter-spacing:.08em;margin-right:.5rem}.retention-hook-value{margin-left:auto;font-family:var(--lp-mono);font-size:.98rem;font-weight:500;color:var(--lp-purple);letter-spacing:-.02em}.reels-phone-mockup{background:transparent;border:none;box-shadow:none;display:flex;justify-content:center;padding:1rem 0}.reels-phone{width:220px;background:var(--color-text);border-radius:28px;padding:8px;box-shadow:var(--shadow-xl);border:2px solid var(--color-text)}.reels-phone-screen{background:var(--color-primary-dark);border-radius:20px;overflow:hidden;aspect-ratio:9/16;position:relative;display:flex;flex-direction:column}.reels-phone-content{flex:1;display:flex;align-items:center;justify-content:center}.reels-play-btn{width:48px;height:48px;background:#ffffff26;border-radius:50%;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(4px)}.reels-play-btn svg{width:20px;height:20px;color:var(--color-surface);margin-left:2px}.reels-phone-overlay{padding:.75rem;background:#0000004d;display:flex;flex-direction:column;gap:.5rem}.reels-viral-score,.reels-best-time{display:flex;align-items:center;gap:.375rem;font-size:.6875rem;font-weight:600;color:var(--color-surface)}.reels-viral-score svg,.reels-best-time svg{width:14px;height:14px}.reels-viral-score{color:var(--color-warning)}.reels-platforms{font-size:.625rem;color:#ffffffb3;font-weight:500}.studio-mockup{background:#fefefe}.studio-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding-bottom:.85rem;margin-bottom:1rem;font-family:var(--lp-mono);font-size:.72rem;font-weight:500;color:#6b7280;letter-spacing:.02em;border-bottom:1px dashed rgba(17,17,28,.08)}.studio-header svg{display:none}.studio-header:after{content:"02:43";font-family:var(--lp-mono);font-size:.72rem;color:#9999a8}.studio-timeline{margin-bottom:1.1rem;position:relative;padding-top:1.1rem}.studio-timeline:before{content:"0:00       0:30       1:00       1:30       2:00       2:30";position:absolute;top:0;left:0;right:0;font-family:var(--lp-mono);font-size:.62rem;color:#9999a8;letter-spacing:0}.studio-track{display:flex;gap:2px;height:44px;margin-bottom:.55rem;position:relative;background-image:repeating-linear-gradient(to right,rgba(17,17,28,.08) 0,rgba(17,17,28,.08) 1px,transparent 1px,transparent calc(16.666% - 1px),rgba(17,17,28,.08) calc(16.666% - 1px),rgba(17,17,28,.08) 16.666%);padding:2px;border:1px solid rgba(17,17,28,.06);border-radius:3px;background-color:#fafafd}.studio-track:after{content:"";position:absolute;left:58%;top:-4px;bottom:-4px;width:1.5px;background:#1a1a2e;z-index:2;box-shadow:0 0 0 3px #1a1a2e14}.studio-segment{flex:1;border-radius:1px;height:100%;align-self:stretch}.studio-seg-original{background:#7a4fe638;border:1px solid rgba(122,79,230,.35)}.studio-seg-replaced{background:var(--lp-purple);border:1px solid var(--lp-purple-2);position:relative;overflow:hidden}.studio-seg-replaced:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(135deg,transparent 0,transparent 3px,rgba(255,255,255,.18) 3px,rgba(255,255,255,.18) 4px)}.studio-labels{display:flex;gap:2px;font-family:var(--lp-mono);font-size:.62rem;font-weight:500;color:#9999a8;text-align:center;padding:0 2px;letter-spacing:0;text-transform:lowercase}.studio-labels span{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-label-replaced{color:var(--lp-purple);font-weight:600}.studio-badges{display:flex;gap:.6rem;align-items:center;padding-top:.85rem;border-top:1px dashed rgba(17,17,28,.08)}.studio-badge{display:inline-flex;align-items:center;gap:.4rem;padding:0;border-radius:0;font-size:.72rem;font-weight:500;flex:0 0 auto;background:transparent;border:none;color:#2a2a3e}.studio-badge svg{width:13px;height:13px}.studio-badge-zero{background:transparent;border:none;color:#2a2a3e}.studio-badge-zero svg{color:#22c55e}.studio-badge-ready{margin-left:auto;background:transparent;border:none;color:var(--lp-purple);font-family:var(--lp-mono);font-size:.7rem;letter-spacing:.02em;padding:.25rem .55rem;border-radius:3px;background:#7a4fe61a}.thumbnail-mockup{background:var(--color-surface)}.thumbnail-header{display:flex;align-items:center;gap:.5rem;margin-bottom:1.25rem;font-size:.875rem;font-weight:600;color:var(--color-text)}.thumbnail-header svg{width:18px;height:18px;color:var(--color-primary)}.thumbnail-preview{position:relative;height:120px;background:var(--color-primary-dark);border-radius:8px;overflow:hidden;margin-bottom:1rem}.thumbnail-heatmap{position:absolute;inset:0;background:radial-gradient(ellipse 40% 50% at 45% 40%,rgba(var(--color-error-rgb, 239, 68, 68),.5) 0%,rgba(var(--color-warning-rgb, 245, 158, 11),.3) 40%,rgba(var(--color-success-rgb, 34, 197, 94),.1) 70%,transparent 100%)}.thumbnail-ctr-badge{position:absolute;top:.75rem;right:.75rem;background:#000000b3;backdrop-filter:blur(4px);border-radius:8px;padding:.5rem .75rem}.thumbnail-ctr-value{font-size:.8125rem;font-weight:600;color:var(--color-success)}.thumbnail-scores{display:flex;flex-direction:column;gap:.625rem}.thumbnail-score-item{display:flex;align-items:center;gap:.75rem}.thumbnail-score-label{font-size:.75rem;font-weight:600;color:var(--color-text-secondary);min-width:100px}.thumbnail-score-bar{flex:1;height:8px;background:var(--color-bg);border-radius:4px;overflow:hidden}.thumbnail-score-fill{height:100%;background:var(--color-primary);border-radius:4px}.forecast-mockup{background:#fefefe}.forecast-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding-bottom:.85rem;margin-bottom:.9rem;font-family:var(--lp-mono);font-size:.72rem;font-weight:500;color:#6b7280;letter-spacing:.02em;border-bottom:1px dashed rgba(17,17,28,.08)}.forecast-header svg{display:none}.forecast-header:after{content:"5mo · 3 scenarios";font-family:var(--lp-mono);font-size:.68rem;color:#9999a8}.forecast-chart{margin-bottom:.9rem}.forecast-lines{width:100%;height:auto;display:block}.forecast-grid{stroke:#11111c0f;stroke-width:1;stroke-dasharray:2 3}.forecast-axis{stroke:#11111c29;stroke-width:1}.forecast-tick{font-family:var(--lp-mono);font-size:9px;fill:#9999a8;letter-spacing:.02em}.forecast-band{fill:#7a4fe617;stroke:none}.forecast-line{fill:none;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.forecast-line-optimistic{stroke:var(--lp-purple);stroke-width:1.5;stroke-dasharray:3 3;opacity:.7}.forecast-line-realistic{stroke:var(--lp-purple);stroke-width:2}.forecast-line-pessimistic{stroke:var(--lp-purple);stroke-width:1.5;stroke-dasharray:3 3;opacity:.7}.forecast-milestone{fill:#1a1a2e;stroke:#fefefe;stroke-width:2}.forecast-milestone-line{stroke:#1a1a2e33;stroke-width:1;stroke-dasharray:2 2}.forecast-legend{display:flex;justify-content:flex-start;gap:1.35rem;margin-top:.65rem;padding-left:38px}.forecast-legend-item{display:flex;align-items:center;gap:.4rem;font-family:var(--lp-mono);font-size:.65rem;font-weight:500;color:#6b7280;letter-spacing:.02em;text-transform:lowercase}.forecast-dot{width:12px;height:2px;border-radius:0;flex-shrink:0}.forecast-dot-optimistic{background:repeating-linear-gradient(to right,var(--lp-purple) 0,var(--lp-purple) 3px,transparent 3px,transparent 6px);opacity:.7}.forecast-dot-realistic{background:var(--lp-purple)}.forecast-dot-pessimistic{background:repeating-linear-gradient(to right,var(--lp-purple) 0,var(--lp-purple) 3px,transparent 3px,transparent 6px);opacity:.7}.forecast-milestone-badge{display:flex;align-items:center;gap:.55rem;padding:.7rem .8rem;background:transparent;border:none;border-top:1px dashed rgba(17,17,28,.08);border-radius:0;font-size:.78rem;font-weight:500;color:#2a2a3e;margin-top:.25rem}.forecast-milestone-badge svg{width:14px;height:14px;color:var(--lp-purple)}.forecast-milestone-badge span:before{content:"◆ ";color:var(--lp-purple);margin-right:.35rem}.comments-mockup{background:var(--color-surface)}.comment-intel-item{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--color-bg);border-radius:10px;border:1px solid var(--color-border-light);margin-bottom:.75rem}.comment-intel-icon{width:36px;height:36px;border-radius:8px;flex-shrink:0}.comment-intel-intent{background:var(--color-success-light)}.comment-intel-subscriber{background:var(--color-info-light)}.comment-intel-competitor{background:var(--color-warning-light)}.comment-intel-text{display:flex;flex-direction:column;gap:.125rem}.comment-intel-label{font-size:.8125rem;font-weight:600;color:var(--color-text)}.comment-intel-value{font-size:.75rem;color:var(--color-text-secondary)}.threed-mockup{background:var(--color-surface)}.threed-io-row{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.threed-tile{flex:1;aspect-ratio:1 / 1;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:.4rem;padding:.6rem;border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--triend-shadow-card);overflow:hidden;position:relative}.threed-tile-label{font-size:.68rem;font-weight:600;color:var(--color-text-secondary);text-align:center;line-height:1.3}.threed-tile--source,.threed-tile--output{background:var(--lp-surface-2)}.threed-io-arrow{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;color:var(--color-primary)}.threed-io-arrow svg{width:20px;height:20px}.threed-tile-glyph{display:inline-flex;align-items:center;justify-content:center;margin-top:.4rem;color:var(--color-text-muted);opacity:.8}.threed-tile-glyph svg{width:40px;height:40px}.threed-wireframe-cube{width:46px;height:46px;margin-top:.4rem;background-image:linear-gradient(var(--color-primary) 1px,transparent 1px),linear-gradient(90deg,var(--color-primary) 1px,transparent 1px);background-size:11px 11px;border:1.5px solid var(--color-primary);border-radius:var(--radius-sm);opacity:.7;transform:rotate(0);transform-origin:center;animation:threed-cube-spin 9s linear infinite}@keyframes threed-cube-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.threed-wireframe-cube{animation:none}}.threed-ar-grade{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem .25rem .5rem;border-top:1px solid var(--color-border-light);margin-top:.5rem}.threed-ar-grade-label{font-size:.8125rem;font-weight:600;color:var(--color-text)}.threed-ar-grade-chip{font-size:.75rem;font-weight:700;letter-spacing:.02em;color:var(--color-success);background:var(--color-success-light);padding:.25rem .7rem;border-radius:var(--radius-full)}.threed-platforms{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.6rem}.threed-platform-pill{font-size:.68rem;font-weight:600;color:var(--color-primary);background:var(--color-primary-light);border:1px solid var(--color-primary-muted);padding:.25rem .6rem;border-radius:var(--radius-full)}.campaigns-mockup{background:var(--color-surface)}.campaigns-brief-chip{display:inline-block;font-size:.72rem;font-weight:600;color:var(--color-text-secondary);background:var(--color-surface-2);border:1px solid var(--color-border);padding:.3rem .7rem;border-radius:var(--radius-full);margin-bottom:1.1rem}.campaigns-fit-block{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.2rem;padding:.75rem 0 1.1rem;margin-bottom:.5rem;border-bottom:1px dashed var(--color-border)}.campaigns-fit-score{font-size:2.6rem;font-weight:700;line-height:1;letter-spacing:-.03em;color:var(--color-primary)}.campaigns-fit-label{font-size:.8125rem;font-weight:600;color:var(--color-text)}.campaigns-matched-caption{font-size:.72rem;color:var(--color-text-muted)}.campaigns-health-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem .25rem .25rem}.campaigns-health-label{font-size:.8125rem;font-weight:600;color:var(--color-text)}.campaigns-health-chip{font-size:.75rem;font-weight:700;letter-spacing:.02em;color:var(--color-success);background:var(--color-success-light);padding:.25rem .7rem;border-radius:var(--radius-full)}.social-proof{padding:5.5rem 0;background:var(--color-bg)}.social-proof-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}.social-proof-stat{display:flex;flex-direction:column;gap:.5rem;padding:1.75rem 1.5rem;border:1px solid var(--color-border);border-radius:var(--radius-2xl);background:var(--color-surface);box-shadow:var(--triend-shadow-card);transition:border-color .2s ease,box-shadow .2s ease}.social-proof-stat:hover{border-color:var(--color-text-muted);box-shadow:var(--shadow-lg)}.social-proof-stat-value{font-size:2.25rem;font-weight:700;line-height:1;letter-spacing:-.03em;color:var(--color-primary)}.social-proof-stat-label{font-size:.95rem;font-weight:600;color:var(--color-text)}.social-proof-stat-desc{font-size:.8125rem;line-height:1.55;color:var(--color-text-muted)}.social-proof-testimonials-block{margin-top:3rem}.social-proof-testimonials-title{font-size:1.25rem;font-weight:600;text-align:center;color:var(--color-text);margin-bottom:1.5rem}.social-proof-testimonials{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.social-proof-testimonial{display:flex;flex-direction:column;gap:.75rem;margin:0;padding:1.5rem;border:1px solid var(--color-border);border-radius:var(--radius-2xl);background:var(--color-surface);box-shadow:var(--triend-shadow-card)}.social-proof-testimonial-quote{margin:0;font-size:.9375rem;line-height:1.6;color:var(--color-text)}.social-proof-testimonial-author{font-size:.8125rem;font-weight:600;color:var(--color-text-muted)}@media(max-width:992px){.social-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.social-proof-testimonials{grid-template-columns:1fr}}@media(max-width:480px){.social-proof{padding:4rem 0}.social-proof-grid{grid-template-columns:1fr}}.why-triend-section{padding:5.5rem 0;background:var(--color-bg)}.why-triend-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.why-triend-card{padding:2rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;text-align:center;box-shadow:var(--shadow-md);transition:border-color .2s ease,box-shadow .2s ease}.why-triend-card:hover{border-color:var(--color-text-muted);box-shadow:var(--shadow-lg)}.why-triend-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;background:var(--color-bg-tertiary);color:var(--color-text-secondary)}.why-triend-icon svg{width:26px;height:26px}.why-triend-card h3{font-size:1.125rem;font-weight:600;color:var(--color-text);margin-bottom:.75rem}.why-triend-card p{font-size:.875rem;line-height:1.6;color:var(--color-text-secondary)}.pricing{padding:5.5rem 0;background:var(--color-bg)}.pricing-toggle{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:3rem;font-size:.875rem;font-weight:500;color:var(--color-text-secondary)}.pricing-toggle-active{color:var(--color-text);font-weight:600}.pricing-toggle-switch{position:relative;width:48px;height:26px;background:var(--color-border);border:none;border-radius:13px;cursor:pointer;transition:background .2s ease;padding:0}.pricing-toggle-switch-on{background:var(--color-primary)}.pricing-toggle-knob{position:absolute;top:3px;left:3px;width:20px;height:20px;background:var(--color-surface);border-radius:50%;transition:transform .2s ease;box-shadow:var(--shadow-sm)}.pricing-toggle-switch-on .pricing-toggle-knob{transform:translate(22px)}.pricing-toggle-save{display:inline-block;margin-left:.5rem;padding:.125rem .5rem;background:var(--color-success-light);color:var(--color-success);border-radius:999px;font-size:.75rem;font-weight:600}.pricing-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem;align-items:stretch}.pricing-card{background:var(--lp-surface);border:1px solid var(--lp-line);border-radius:var(--lp-radius);padding:1.85rem 1.5rem 1.65rem;display:flex;flex-direction:column;position:relative;box-shadow:var(--lp-shadow);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;font-variant-numeric:tabular-nums}.pricing-card:hover{border-color:var(--lp-line-2);transform:translateY(-3px);box-shadow:var(--lp-shadow)}.pricing-card-popular{background:var(--lp-surface);border-color:var(--lp-purple);box-shadow:var(--lp-shadow)}.pricing-card-popular:hover{border-color:var(--lp-purple);transform:translateY(-3px)}.popular-badge{position:absolute;top:-13px;left:50%;transform:translate(-50%);background:var(--lp-purple);color:#fff;font-family:var(--lp-mono);font-size:.62rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;padding:.3rem .85rem;border-radius:999px;white-space:nowrap}.pricing-card-header{text-align:center;margin-bottom:1.4rem;padding-bottom:1.4rem;border-bottom:1px dashed rgba(17,17,28,.1)}.plan-name{font-family:var(--lp-mono);font-size:.68rem;font-weight:500;color:#9999a8;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.9rem}.plan-price{display:flex;align-items:baseline;justify-content:center;gap:2px;margin-bottom:.6rem}.price-currency{font-family:var(--lp-mono);font-size:1.35rem;font-weight:500;color:#6b7280;letter-spacing:-.02em}.price-amount{font-family:var(--lp-mono);font-size:2.85rem;font-weight:500;color:var(--lp-tx);line-height:1;letter-spacing:-.035em}.pricing-card-popular .price-amount{color:var(--lp-purple)}.price-period{font-family:var(--lp-mono);font-size:.82rem;font-weight:500;color:#9999a8;letter-spacing:0;margin-left:.15rem}.plan-description{font-size:.85rem;color:#6b7280;line-height:1.45;max-width:26ch;margin:0 auto}.plan-features{margin:0 0 1.5rem;flex:1}.plan-feature-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.65rem}.plan-feature-list li{display:grid;grid-template-columns:12px 1fr;align-items:start;gap:.6rem;font-size:.84rem;line-height:1.45;color:#2a2a3e;position:relative}.plan-feature-list li svg{display:none}.plan-feature-list li:before{content:"";width:10px;height:2px;background:var(--lp-purple);border-radius:1px;margin-top:.6em;align-self:start}.pricing-card-popular .plan-feature-list li:before{background:var(--lp-purple)}.plan-footer{display:flex;flex-direction:column;align-items:center;gap:.5rem}.plan-cta-link{width:100%;text-decoration:none}.plan-cta{width:100%;padding:.85rem 1.5rem;border-radius:10px;font-size:.92rem;font-weight:500;letter-spacing:-.005em;cursor:pointer;transition:all .18s ease;border:1px solid rgba(17,17,28,.1);background:#fff;color:#2a2a3e}.plan-cta:hover{border-color:var(--lp-purple);color:var(--lp-purple);background:#7a4fe60f;transform:translateY(-1px)}.plan-cta-primary{background:var(--lp-purple);border-color:transparent;color:#fff}.plan-cta-primary:hover{background:var(--lp-purple-2);border-color:transparent;color:#fff;transform:translateY(-1px)}.pricing-assurance{margin:1rem 0 0;text-align:center;font-size:.86rem;color:var(--color-text-secondary);font-weight:600}.pricing-refund-link{color:var(--color-primary);text-decoration:none;font-weight:600;transition:color .15s ease}.pricing-refund-link:hover{color:var(--color-primary-hover);text-decoration:underline}.comparison-section{padding:5.5rem 0;background:var(--color-bg)}.comparison-panels{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;align-items:start}.cmp-panel{border:1px solid var(--lp-line);border-radius:var(--lp-radius);background:var(--lp-surface);overflow:hidden}.cmp-panel-old{background:var(--lp-surface-2)}.cmp-panel-new{background:#f3effe;border-color:#7a4fe647;box-shadow:0 18px 44px -24px #7a4fe659;transition:transform .3s ease,box-shadow .3s ease}.cmp-panel-new:hover{transform:translateY(-3px);box-shadow:0 26px 56px -26px #7a4fe66b}.cmp-panel-head{padding:1.15rem 1.5rem;border-bottom:1px solid var(--lp-line)}.cmp-panel-new .cmp-panel-head{border-bottom-color:#7a4fe62e}.cmp-panel-eyebrow{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--lp-mono);font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--lp-tx-3)}.cmp-panel-eyebrow-brand{color:var(--lp-purple-3)}.cmp-panel-eyebrow-brand:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--lp-orange)}.cmp-list{list-style:none;margin:0;padding:.35rem 0}.cmp-item{display:flex;align-items:flex-start;gap:.85rem;padding:.95rem 1.5rem}.cmp-item+.cmp-item{border-top:1px solid var(--lp-line-soft)}.cmp-panel-new .cmp-item+.cmp-item{border-top-color:#7a4fe61a}.cmp-mark{flex-shrink:0;width:26px;height:26px;border-radius:8px;display:grid;place-items:center;margin-top:1px}.cmp-mark svg{width:15px;height:15px}.cmp-mark-x{background:#1a12340d;color:var(--lp-tx-3)}.cmp-mark-x svg{opacity:.7}.cmp-mark-check{background:#7a4fe61f;color:var(--lp-purple)}.cmp-item-body{display:flex;flex-direction:column;gap:.3rem;min-width:0}.cmp-item-label{font-family:var(--lp-mono);font-size:.68rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--lp-tx-3)}.cmp-panel-new .cmp-item-label{color:var(--lp-purple-3)}.cmp-item-text{font-size:.95rem;line-height:1.5;color:var(--lp-tx-2)}.cmp-panel-new .cmp-item-text{color:var(--lp-tx)}.cmp-chip{align-self:flex-start;margin-top:.2rem;display:inline-flex;align-items:center;padding:.24rem .6rem;border-radius:var(--lp-radius-sm);font-family:var(--lp-mono);font-size:.625rem;font-weight:500;letter-spacing:.07em;text-transform:uppercase;background:#7a4fe61a;color:var(--lp-purple-3)}.comparison-bottom-cta{display:flex;align-items:center;justify-content:space-between;margin-top:2rem;padding:1.5rem 2rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px}.comparison-bottom-points{display:flex;flex-wrap:wrap;gap:1rem 2rem}.comparison-proof-point{display:flex;align-items:center;gap:.5rem;font-weight:500;font-size:.875rem;color:var(--color-text)}.comparison-proof-point svg{width:16px;height:16px;color:var(--color-primary)}.comparison-cta-link{text-decoration:none;flex-shrink:0}.faq-section{padding:5.5rem 0;background:var(--color-bg)}.faq-list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.faq-item{background:var(--color-bg-secondary);border:1px solid var(--color-border-light);border-radius:12px;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease}.faq-item:hover{border-color:var(--color-primary-muted)}.faq-item-open{border-color:var(--color-primary-muted);box-shadow:0 4px 12px #0000000d}.faq-question{width:100%;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;background:transparent;border:none;font-size:1.125rem;font-weight:500;color:var(--color-text);cursor:pointer;text-align:left}.faq-chevron{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--color-text-secondary);transition:transform .3s ease}.faq-chevron svg{width:20px;height:20px}.faq-chevron-open{transform:rotate(180deg);color:var(--color-primary)}.faq-answer{padding:0 1.5rem 1.5rem;color:var(--color-text-secondary);line-height:1.6;font-size:1rem}.final-cta{padding:5.5rem 0;background:var(--color-bg)}.final-cta-content{text-align:center;max-width:800px;margin:0 auto;background:var(--color-bg-secondary);padding:4rem 2rem;border-radius:24px;border:1px solid var(--color-border-light);box-shadow:var(--shadow-xl)}.final-cta-content h2{font-family:var(--font-heading);font-size:2.5rem;font-weight:700;color:var(--color-text);margin-bottom:1.5rem;letter-spacing:-.03em;line-height:1.2}.final-cta-content p{font-size:1.25rem;color:var(--color-text-secondary);margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.final-cta-actions{display:flex;justify-content:center}.cta-btn-primary{background:var(--color-primary);color:var(--color-surface);font-weight:500}.cta-btn-primary:hover{background:var(--color-primary-hover);opacity:.9}.section-nav{position:fixed;top:var(--header-height);left:0;right:0;z-index:90;background:var(--color-surface);border-bottom:1px solid var(--color-border-light);box-shadow:var(--shadow-sm);transform:translateY(-100%);opacity:0;transition:transform .3s ease,opacity .3s ease;pointer-events:none}.section-nav--visible{transform:translateY(0);opacity:1;pointer-events:auto}.section-nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:center;gap:.25rem;height:44px}.section-nav-link{padding:.375rem .75rem;font-size:.8125rem;font-weight:500;color:var(--color-text-secondary);background:none;border:none;border-radius:6px;cursor:pointer;transition:all var(--transition-fast);white-space:nowrap}.section-nav-link:hover{color:var(--color-text);background:var(--color-bg-tertiary)}.section-nav-link--active{color:var(--color-primary);background:var(--color-primary-light);font-weight:600}.scroll-to-top{position:fixed;bottom:24px;right:24px;z-index:80;width:44px;height:44px;border-radius:50%;background:var(--color-primary);color:var(--color-surface);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-lg);opacity:0;transform:translateY(16px);transition:opacity .3s ease,transform .3s ease,background .2s ease;pointer-events:none}.scroll-to-top--visible{opacity:1;transform:translateY(0);pointer-events:auto}.scroll-to-top:hover{background:var(--color-primary-hover)}.scroll-to-top svg{width:20px;height:20px}.home .btn svg{width:20px;height:20px}@media(max-width:1200px){.hero{padding:2rem 3rem 4rem;gap:2rem}.hero-title{font-size:2.75rem}.showcase-grid,.showcase-reverse{grid-template-columns:1fr;gap:2.5rem}.showcase-reverse{direction:ltr}.showcase-text{align-items:center;text-align:center}.showcase-features li{text-align:left}.pricing-grid{grid-template-columns:repeat(2,1fr);max-width:700px;margin-left:auto;margin-right:auto}.thumbnail-score-label{min-width:80px}.why-triend-grid,.problem-grid{grid-template-columns:repeat(2,1fr)}.social-proof-logos{gap:2rem}}@media(max-width:1024px){.hero{grid-template-columns:1fr;text-align:center;padding:2rem 2rem 3.5rem;min-height:auto}.hero-content{max-width:600px;margin:0 auto}.hero-title{max-width:none}.hero-description{margin-left:auto;margin-right:auto}.hero-actions,.hero-trust-list,.hero-social-proof{justify-content:center}.hero-visual{order:-1}.steps-grid{grid-template-columns:repeat(2,1fr)}.showcase-grid{gap:2rem}}@media(max-width:992px){.playbook-grid,.playbook-metrics{grid-template-columns:1fr}}@media(max-width:768px){.home-container{padding:0 1.25rem}.section-nav{display:none}.hero-title{font-size:2.25rem}.hero-description{font-size:1rem}.hero-actions{flex-direction:column}.hero-social-proof{flex-direction:column;gap:1rem;align-items:center}.hero-trust-list{gap:.45rem;justify-content:center}.hero-trust-list span{font-size:.73rem;padding:.32rem .62rem}.social-proof-divider{display:none}.problem-grid,.why-triend-grid,.steps-grid{grid-template-columns:1fr}.section-header{margin-bottom:2.5rem}.pricing-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto 2rem}.reels-phone{width:180px}.faq-question{font-size:.96rem;padding:1rem}.faq-answer{padding:0 1rem 1rem;font-size:.9rem}.comparison-panels{grid-template-columns:1fr;gap:1rem}.cmp-panel-new{order:-1}.cmp-panel-head{padding:1rem 1.1rem}.cmp-item{padding:.8rem 1.1rem}.comparison-bottom-cta{flex-direction:column;gap:1.25rem;text-align:center;padding:1.25rem}.comparison-bottom-points{justify-content:center}.final-cta-content h2{font-size:1.75rem}}@media(max-width:480px){.home-container{padding:0 1rem}.hero{padding:2rem 1rem 3rem}.hero-title{font-size:1.875rem}.hero-description{font-size:.9375rem}.hero-badge{font-size:.75rem;padding:.375rem .75rem}.showcase,.showcase-alt,.pricing,.why-triend-section,.problem-section,.how-it-works,.playbook-section,.comparison-section,.faq-section,.final-cta{padding:4rem 0}.step-card,.problem-card,.playbook-card,.why-triend-card{padding:1.5rem}.pricing-card{padding:1.5rem 1.25rem}.showcase-mockup{max-width:100%}.final-cta-content{padding:3rem 1.5rem}.final-cta-content h2{font-size:1.5rem}.final-cta-content p{font-size:1rem}.scroll-to-top{bottom:16px;right:16px}}@media(prefers-reduced-motion:reduce){.hero-gradient-1,.hero-gradient-2,.hero-content,.hero-visual{animation:none}.section-nav,.scroll-to-top{transition:none}.home-ticker-track{animation:none}}.section-badge,.showcase-badge{display:inline-flex;align-items:center;align-self:flex-start;gap:.5rem;padding:0;margin-bottom:.95rem;background:none;border:none;border-radius:0;font-family:var(--lp-mono);font-size:.75rem;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:var(--lp-purple-3)}.section-badge:before,.showcase-badge:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--lp-orange);flex-shrink:0}.section-header .section-badge{margin-left:3rem}.hero-cta-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.4rem;border-radius:var(--lp-radius-sm);border:1px solid var(--lp-line-2);background:var(--lp-surface);color:var(--lp-tx);font-size:.95rem;font-weight:600;text-decoration:none;cursor:pointer;transition:border-color .25s ease,background .25s ease,color .25s ease,transform .25s ease}.hero-cta-secondary:hover{border-color:var(--lp-purple);background:var(--lp-surface-2);color:var(--lp-purple-3);transform:translateY(-2px)}.metrics-bar{padding:5.5rem 0;background:var(--color-bg)}.metrics-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem}.metric-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;text-align:center;padding:1.6rem 1.1rem;border-radius:var(--radius-2xl);border:1px solid var(--color-border);background:var(--color-surface);box-shadow:var(--shadow-md);transition:border-color .2s ease,box-shadow .2s ease}.metric-item:hover{border-color:var(--color-text-muted);box-shadow:var(--shadow-lg)}.metric-value{font-size:2.25rem;font-weight:700;line-height:1;letter-spacing:-.03em;color:var(--color-primary)}.metric-label{font-size:.95rem;font-weight:600;line-height:1.4;color:var(--color-text)}.home-ticker{overflow:hidden;border-top:1px solid var(--color-border-light);border-bottom:1px solid var(--color-border-light);background:var(--color-surface);padding:.75rem 0;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.home-ticker-track{display:inline-flex;align-items:center;gap:2.5rem;white-space:nowrap;will-change:transform;animation:home-ticker-scroll 32s linear infinite}.home-ticker-item{display:inline-flex;align-items:center;gap:.6rem;font-size:.85rem;font-weight:600;color:var(--color-text-secondary)}.home-ticker-dot{width:.45rem;height:.45rem;border-radius:var(--radius-full);background:var(--color-primary);flex-shrink:0}@keyframes home-ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:992px){.metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:768px){.section-header .section-badge{margin-left:0}.hero-cta-secondary{width:100%}}@media(max-width:480px){.metrics-bar{padding:4rem 0}.metrics-grid{grid-template-columns:1fr}}.home .problem-card,.home .playbook-card,.home .playbook-metric,.home .why-triend-card,.home .metric-item,.home .social-proof-stat,.home .social-proof-testimonial,.home .cmp-panel,.home .comparison-bottom-cta,.home .faq-item,.home .showcase-mockup{border-radius:var(--lp-radius)}.home .final-cta-content{border-radius:var(--lp-radius-lg)}.home .problem-card,.home .playbook-card,.home .why-triend-card,.home .metric-item,.home .social-proof-stat{transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.home .problem-card:hover,.home .why-triend-card:hover,.home .metric-item:hover,.home .social-proof-stat:hover{transform:translateY(-3px);border-color:var(--lp-line-2);box-shadow:var(--lp-shadow)}.home .playbook-card:hover{transform:translateY(-4px);border-color:var(--lp-line-2);box-shadow:var(--lp-shadow)}.home .threed-platform-pill{color:var(--lp-purple-3);background:#7a4fe612;border-color:#7a4fe62e}.home .faq-item{background:var(--lp-surface);border-color:var(--lp-line);transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.home .faq-item:hover{border-color:var(--lp-line-2)}.home .faq-item-open{border-color:var(--lp-purple);box-shadow:var(--lp-shadow)}.home .faq-chevron-open{color:var(--lp-purple)}.home .final-cta-content{background:var(--lp-surface);border-color:var(--lp-line);box-shadow:var(--lp-shadow)}.home .final-cta-content h2{color:var(--lp-tx)}.home .cta-btn-primary{background:var(--lp-orange-cta);color:#fff;border-radius:var(--lp-radius-sm);box-shadow:0 6px 16px -9px #cc4d0080;transition:background .25s ease,transform .25s ease,box-shadow .25s ease}.home .cta-btn-primary:hover{background:var(--lp-orange-cta-hover);opacity:1;transform:translateY(-2px);box-shadow:0 10px 22px -10px #cc4d0080}@media(prefers-reduced-motion:no-preference){.home .reveal{opacity:0;transform:translateY(22px);transition:opacity .7s cubic-bezier(.22,.61,.36,1),transform .7s cubic-bezier(.22,.61,.36,1);will-change:opacity,transform}.home .reveal.is-revealed{opacity:1;transform:none}.home .reveal[data-reveal-delay="1"]{transition-delay:.06s}.home .reveal[data-reveal-delay="2"]{transition-delay:.12s}.home .reveal[data-reveal-delay="3"]{transition-delay:.18s}}@media print{.home .reveal{opacity:1!important;transform:none!important}}.page-container.legal-page{margin:0 auto}.legal-hero{position:relative;padding:3.5rem 0 3rem;margin:-1.5rem -1.5rem 0;text-align:center;overflow:hidden;background:radial-gradient(600px 250px at 20% 0%,rgba(91,95,199,.08),transparent 70%),radial-gradient(600px 250px at 80% 100%,rgba(59,130,246,.06),transparent 70%),var(--color-bg);border-bottom:1px solid var(--color-border-light)}.legal-hero-grid{position:absolute;inset:0;background-image:linear-gradient(to right,var(--color-border-light) 1px,transparent 1px),linear-gradient(to bottom,var(--color-border-light) 1px,transparent 1px);background-size:40px 40px;mask-image:radial-gradient(circle at center,rgba(0,0,0,.5),transparent 80%);pointer-events:none}.legal-hero-content{position:relative;z-index:1}.legal-hero-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--color-primary-light);border:1px solid rgba(91,95,199,.12);border-radius:14px;color:var(--color-primary);margin-bottom:1.25rem}.legal-hero-icon svg{width:24px;height:24px}.legal-title{font-size:2.25rem;font-weight:700;color:var(--color-text);margin-bottom:.625rem;letter-spacing:-.03em;line-height:1.15}.legal-updated{font-size:.8125rem;color:var(--color-text-muted);font-weight:500}.legal-body{padding-top:2.5rem;padding-bottom:4rem}.legal-toc{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:1.5rem 2rem;margin-bottom:2.5rem;box-shadow:var(--shadow-sm)}.legal-toc-title{font-size:.6875rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.875rem;padding-bottom:.625rem;border-bottom:1px solid var(--color-border-light)}.legal-toc-list{list-style:none;padding:0;margin:0;columns:2;column-gap:2rem}.legal-toc-list li{break-inside:avoid;padding:.1875rem 0}.legal-toc-list li a{font-size:.875rem;color:var(--color-text-secondary);text-decoration:none;transition:color .15s ease;line-height:1.7;display:flex;align-items:baseline;gap:.5rem}.legal-toc-list li a:before{content:"";width:4px;height:4px;border-radius:50%;background:var(--color-primary);opacity:.4;flex-shrink:0;margin-top:.5em}.legal-toc-list li a:hover{color:var(--color-primary)}.legal-toc-list li a:hover:before{opacity:1}.legal-section{padding-top:2rem;margin-top:2rem;scroll-margin-top:80px}.legal-section:first-of-type{margin-top:0;padding-top:0}.legal-section h2{font-size:1.25rem;font-weight:600;color:var(--color-text);margin-bottom:1rem;letter-spacing:-.02em;padding-bottom:.625rem;border-bottom:1px solid var(--color-border-light)}.legal-section-content{font-size:.9375rem;line-height:1.8;color:var(--color-text-secondary)}.legal-section-content strong{color:var(--color-text);font-weight:600}.legal-section-content ul,.legal-section-content ol{padding-left:1.25rem;margin:.75rem 0}.legal-section-content li{margin-bottom:.375rem;line-height:1.7}.legal-section-content a{color:var(--color-primary);text-decoration:none;font-weight:500;transition:color .15s ease}.legal-section-content a:hover{color:var(--color-primary-hover);text-decoration:underline}.contact-body{padding-top:2.5rem;padding-bottom:4rem}.contact-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.contact-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:1.75rem;transition:border-color .2s ease,box-shadow .2s ease;box-shadow:var(--shadow-sm)}.contact-card:hover{border-color:var(--color-primary);box-shadow:0 4px 16px #5b5fc714}.contact-card-icon{width:40px;height:40px;background:var(--color-primary-light);border:1px solid rgba(91,95,199,.12);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--color-primary);margin-bottom:1rem}.contact-card-icon svg{width:20px;height:20px}.contact-card h3{font-size:1rem;font-weight:600;color:var(--color-text);margin-bottom:.5rem}.contact-card p{font-size:.875rem;line-height:1.7;color:var(--color-text-secondary)}.contact-card a{color:var(--color-primary);text-decoration:none;font-weight:500}.contact-card a:hover{text-decoration:underline}.contact-faq-link{display:inline-flex;align-items:center;gap:.375rem;margin-top:.75rem;font-size:.875rem;font-weight:600;color:var(--color-primary);text-decoration:none;transition:gap .2s ease}.contact-faq-link:hover{gap:.625rem;text-decoration:none}.contact-faq-link svg{width:14px;height:14px}@media(max-width:768px){.legal-hero{padding:2.5rem 1.5rem 2rem;margin:-1.5rem -1.5rem 0}.legal-title{font-size:1.75rem}.legal-toc{padding:1.25rem 1.5rem}.legal-toc-list{columns:1}.contact-grid{grid-template-columns:1fr}.legal-section h2{font-size:1.125rem}}@media(max-width:480px){.legal-hero{padding:2rem 1rem 1.5rem}.legal-title{font-size:1.5rem}.legal-toc{padding:1rem 1.25rem}.legal-toc-list li a{font-size:.8125rem}.contact-card{padding:1.25rem}}.auth-page{display:grid;grid-template-columns:1.1fr 1fr;min-height:100vh;background:var(--color-bg)}.auth-brand{position:relative;overflow:hidden;padding:5rem 5.5rem;display:flex;flex-direction:column;justify-content:center;background:#f7f7fa;border-right:1px solid rgba(17,17,28,.08)}.auth-brand:before{content:"";position:absolute;width:520px;height:520px;border-radius:999px;filter:blur(120px);opacity:.035;background:#7b6bf0;left:-160px;top:-180px;pointer-events:none}.auth-brand-eyebrow{font-family:Geist Mono,ui-monospace,SF Mono,Menlo,monospace;font-size:.72rem;font-weight:500;color:#7b6bf0;letter-spacing:.12em;text-transform:uppercase;margin:0 0 1.4rem;display:inline-flex;align-items:center;gap:.75rem;position:relative;z-index:1}.auth-brand-eyebrow:before{content:"";display:inline-block;width:28px;height:2px;background:#7b6bf0;opacity:.7}.auth-brand-title{font-family:var(--font-heading);font-size:clamp(2rem,3.5vw,2.85rem);font-weight:700;line-height:1.12;color:#1a1a2e;letter-spacing:-.035em;margin:0 0 1.3rem;max-width:14ch;position:relative;z-index:1}.auth-brand-title .auth-highlight{color:#7b6bf0;position:relative}.auth-brand-title .auth-highlight:after{content:"";position:absolute;left:-.04em;bottom:.08em;right:-.04em;height:.38em;background:#7b6bf0;opacity:.12;border-radius:4px;transform:skew(-4deg);z-index:-1}.auth-brand-desc{font-size:1.02rem;line-height:1.6;color:#5a5a6e;max-width:42ch;margin:0 0 2.75rem;position:relative;z-index:1}.auth-brand-quote{position:relative;z-index:1;padding-top:1.5rem;border-top:1px dashed rgba(17,17,28,.12);max-width:42ch}.auth-brand-quote-label{font-family:Geist Mono,ui-monospace,SF Mono,Menlo,monospace;font-size:.68rem;letter-spacing:.08em;color:#9999a8;margin:0 0 .7rem;display:block}.auth-brand-quote-body{font-family:var(--font-heading);font-size:1.05rem;line-height:1.5;font-style:italic;color:#2a2a3e;margin:0;letter-spacing:-.01em}.auth-brand-quote-meta{display:flex;gap:1rem;margin-top:.9rem;font-family:Geist Mono,ui-monospace,SF Mono,Menlo,monospace;font-size:.68rem;color:#9999a8;letter-spacing:.02em}.auth-brand-quote-meta span{display:inline-flex;align-items:center;gap:.35rem}.auth-brand-quote-meta span:before{content:"";width:6px;height:2px;background:#7b6bf0;display:inline-block}.auth-form-wrap{display:flex;align-items:center;justify-content:center;padding:4rem 3rem;background:#fefefe}.auth-card{width:100%;max-width:380px;background:transparent;border:none;border-radius:0;padding:0;box-shadow:none;position:relative;z-index:1}.auth-card .card-header,.auth-card .card-content{border:none;padding:0;background:transparent}.auth-card .card-header{margin-bottom:2rem;text-align:left}.auth-card .card-content{padding:0}.auth-logo{display:none}.auth-mark{font-family:Geist Mono,ui-monospace,SF Mono,Menlo,monospace;font-size:.72rem;font-weight:500;color:#9999a8;letter-spacing:.12em;text-transform:uppercase;margin:0 0 1.75rem;display:flex;align-items:center;justify-content:space-between}.auth-mark-dot{width:6px;height:6px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 3px #22c55e2e}.auth-title{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;color:#1a1a2e;letter-spacing:-.03em;margin:0 0 .5rem;line-height:1.15;padding-left:2.5rem;position:relative}.auth-title:before{content:"";position:absolute;left:0;top:.65em;width:28px;height:2px;background:#7b6bf0;opacity:.7}.auth-subtitle{color:#6b7280;font-size:.95rem;line-height:1.5;margin:0;padding-left:2.5rem}.auth-form{display:flex;flex-direction:column;gap:1.15rem}.auth-form label{margin:0;display:block}.auth-form label>span:first-child,.auth-form .input-label{font-family:Geist Mono,ui-monospace,SF Mono,Menlo,monospace;font-size:.66rem;font-weight:500;color:#9999a8;letter-spacing:.09em;text-transform:uppercase;margin-bottom:.4rem;display:block}.auth-form input{width:100%;padding:.85rem .95rem;background:#fefefe;border:1px solid rgba(17,17,28,.12);border-radius:8px;color:#1a1a2e;font-size:.95rem;transition:border-color .15s ease,box-shadow .15s ease}.auth-form input::placeholder{color:#b8b8c4}.auth-form input:hover{border-color:#11111c33}.auth-form input:focus{outline:none;border-color:#7b6bf0;box-shadow:0 0 0 3px #7b6bf01f}.auth-form button[type=submit]{background:#7b6bf0;border:none;padding:.95rem 1.25rem;border-radius:8px;color:#fff;font-family:var(--font-heading);font-size:.95rem;font-weight:500;letter-spacing:-.005em;cursor:pointer;transition:background .15s ease,transform .1s ease;margin-top:.65rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.auth-form button[type=submit]:hover{background:#6a5ae0}.auth-form button[type=submit]:active{transform:scale(.99)}.auth-form button[type=submit]:disabled{background:#c7c4e4;cursor:not-allowed}.auth-error{padding:.8rem .95rem;background:#ec736412;border:1px solid rgba(232,114,42,.18);border-left:3px solid #E8722A;border-radius:6px;color:#c04a1a;font-size:.86rem;line-height:1.45}.auth-footer{text-align:left;margin-top:1.5rem;padding-top:1.5rem;border-top:1px dashed rgba(17,17,28,.1);color:#6b7280;font-size:.9rem}.auth-footer a{color:#7b6bf0;font-weight:500;text-decoration:none;transition:color .15s ease;position:relative}.auth-footer a:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:1px;background:#7b6bf0;opacity:0;transform:scaleX(0);transform-origin:left;transition:transform .2s ease,opacity .2s ease}.auth-footer a:hover{color:#6a5ae0}.auth-footer a:hover:after{opacity:.5;transform:scaleX(1)}@media(max-width:960px){.auth-page{grid-template-columns:1fr}.auth-brand{padding:3rem 2rem 2.5rem;border-right:none;border-bottom:1px solid rgba(17,17,28,.08)}.auth-brand-desc{margin-bottom:1.75rem}.auth-brand-quote{display:none}.auth-form-wrap{padding:3rem 2rem 4rem}}@media(max-width:480px){.auth-brand{padding:2.25rem 1.5rem 2rem}.auth-brand-title{font-size:clamp(1.7rem,8vw,2.3rem)}.auth-form-wrap{padding:2rem 1.5rem 3rem}.auth-title{font-size:1.5rem;padding-left:2.25rem}.auth-subtitle{padding-left:2.25rem}}:root{--color-primary: #7B6BF0;--color-primary-hover: #6A5BD6;--color-primary-dark: #6A5BD6;--color-primary-light: rgba(123, 107, 240, .06);--color-primary-muted: rgba(123, 107, 240, .1);--color-on-primary: #ffffff;--color-secondary: #7B6BF0;--color-accent: #E8722A;--color-accent-hover: #D4621E;--color-accent-light: rgba(232, 114, 42, .1);--color-bg: #fafafa;--color-bg-secondary: #ffffff;--color-bg-tertiary: #f5f5f5;--color-surface: #ffffff;--color-border: #e5e5e5;--color-border-light: #f0f0f0;--color-text: #171717;--color-text-secondary: #737373;--color-text-muted: #a3a3a3;--color-success: #22c55e;--color-success-light: #dcfce7;--color-warning: #f59e0b;--color-warning-light: #fef3c7;--color-error: #ef4444;--color-error-light: #fee2e2;--color-info: #3b82f6;--color-info-light: #dbeafe;--color-danger: #dc2626;--color-danger-bg: #fee2e2;--color-success-bg: #dcfce7;--color-warning-bg: #fef3c7;--color-warning-bg-soft: #fffbeb;--color-warning-border: #fde68a;--color-warning-text: #92400e;--color-error-bg: #fee2e2;--color-surface-2: #f7f7f8;--color-surface-3: #f0f0f0;--color-surface-secondary: #fafafa;--color-surface-alt: #fafafa;--color-surface-raised: #ffffff;--color-surface-hover: #f5f5f5;--color-hover: rgba(0, 0, 0, .04);--color-bg-hover: #f5f5f5;--color-background: #fafafa;--color-text-primary: #171717;--color-text-tertiary: #a3a3a3;--color-text-disabled: #c4c4c4;--color-primary-bg: rgba(123, 107, 240, .1);--color-primary-alpha-10: rgba(123, 107, 240, .1);--color-primary-rgb: 123, 107, 240;--color-success-rgb: 34, 197, 94;--color-warning-rgb: 245, 158, 11;--color-error-rgb: 239, 68, 68;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--spacing-3xl: 4rem;--radius-sm: .25rem;--radius-md: .375rem;--radius-lg: .5rem;--radius-xl: .625rem;--radius-2xl: .75rem;--radius-full: 9999px;--shadow-xs: none;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .03);--shadow-md: 0 1px 3px 0 rgb(0 0 0 / .04);--shadow-lg: 0 2px 6px -1px rgb(0 0 0 / .05);--shadow-xl: 0 4px 12px -2px rgb(0 0 0 / .06);--shadow-glow: none;--shadow-card: none;--shadow-modal: 0 25px 50px -12px rgba(0, 0, 0, .25), 0 0 0 1px rgba(0, 0, 0, .05);--transition-fast: .15s ease;--transition-normal: .25s ease;--transition-slow: .35s ease;--sidebar-width: 260px;--sidebar-collapsed-width: 72px;--header-height: 56px;font-family:Geist,Inter,system-ui,-apple-system,BlinkMacSystemFont,sans-serif;--font-heading: "Geist", "Inter", system-ui, sans-serif;--font-mono: "Geist Mono", ui-monospace, "SF Mono", Menlo, monospace;line-height:1.6;font-weight:400;color-scheme:light;color:var(--color-text);background-color:var(--color-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dark-theme{--color-bg: #0f0f1a;--color-bg-secondary: #1a1a2e;--color-surface: #16213e;--color-border: #2d2d4a;--color-text: #f1f5f9;--color-text-secondary: #94a3b8;--color-text-primary: #f1f5f9;--color-text-tertiary: #64748b;--color-surface-2: #1e2a4a;--color-surface-3: #243156;--color-surface-secondary: #1a1a2e;--color-surface-alt: #1a1a2e;--color-surface-raised: #1e2a4a;--color-surface-hover: #1e2a4a;--color-bg-hover: #1a1a2e;--color-hover: rgba(255, 255, 255, .06);--color-background: #0f0f1a;color-scheme:dark}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100vh;scrollbar-gutter:stable}body{background:var(--color-bg)}a{color:var(--color-primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--color-primary-dark)}button{cursor:pointer;border:none;color:inherit;font-family:inherit;font-size:inherit;font-weight:500}input,textarea,select{font-family:inherit;font-size:inherit}.container{max-width:1280px;margin:0 auto;padding:0 var(--spacing-lg)}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-xs{gap:var(--spacing-xs)}.gap-sm{gap:var(--spacing-sm)}.gap-md{gap:var(--spacing-md)}.gap-lg{gap:var(--spacing-lg)}.text-center{text-align:center}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;letter-spacing:-.025em;color:var(--color-text)}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.animate-fade-in{animation:fadeIn .3s ease-out}.animate-fade-in-up{animation:fadeInUp .4s ease-out}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-pulse{animation:pulse 2s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-bg-tertiary)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}::selection{background:var(--color-primary-muted);color:var(--color-text)}.page-container{padding:1.5rem;margin:0}.page-container--narrow{max-width:800px;margin:0 auto}.page-container--medium{max-width:960px;margin:0 auto}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}.page-title{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:600;line-height:1.2;color:var(--color-text);margin:0 0 .25rem}.page-title svg{width:28px;height:28px;color:var(--color-primary);flex-shrink:0}.page-subtitle{font-size:.875rem;font-weight:400;color:var(--color-text-secondary);margin:0}.page-tabs{margin-bottom:1.5rem;border-bottom:1px solid var(--color-border)}.page-tab-list{display:flex;gap:0;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch}.page-tab-list::-webkit-scrollbar{display:none}.page-tab{padding:.75rem 1.25rem;font-size:.85rem;font-weight:500;color:var(--color-text-secondary);background:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;white-space:nowrap;transition:color var(--transition-fast),border-color var(--transition-fast)}.page-tab:hover{color:var(--color-text)}.page-tab.active{color:var(--color-text);border-bottom-color:var(--color-text)}.page-tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .375rem;background:var(--color-bg-tertiary);border-radius:999px;font-size:.6875rem;font-weight:600;color:var(--color-text-secondary);margin-left:.5rem}.page-tab.active .page-tab-count{background:var(--color-primary-muted, rgba(99, 102, 241, .1));color:var(--color-primary)}dialog[open]:not(:modal):not(.scene-popup-overlay){position:relative;margin:0;padding:0;border:none}.modal-backdrop-btn{position:absolute;inset:0;background:transparent;border:none;cursor:default;padding:0;margin:0;pointer-events:none}@media(max-width:768px){.page-container{padding:1rem}.page-title{font-size:1.25rem}.page-tab{padding:.625rem 1rem;font-size:.8125rem}.page-tab-count{font-size:.6875rem;min-width:1rem;height:1rem;padding:0 .25rem}}:root{--triend-accent: var(--color-primary);--triend-accent-soft: rgba(123, 107, 240, .12);--triend-accent-ghost: rgba(123, 107, 240, .06);--triend-ink: #1A1A2E;--triend-ink-soft: #2A2A3E;--triend-muted: #6B7280;--triend-muted-soft: #9999A8;--triend-hairline: rgba(17, 17, 28, .08);--triend-hairline-soft: rgba(17, 17, 28, .05);--triend-font-mono: "Geist Mono", ui-monospace, "SF Mono", Menlo, "JetBrains Mono", monospace;--triend-shadow-card: 0 1px 2px rgba(17, 17, 28, .04), 0 8px 24px -10px rgba(123, 107, 240, .12), 0 4px 10px -4px rgba(17, 17, 28, .06);--triend-focus-ring: 0 0 0 3px rgba(123, 107, 240, .12)}:where(body,input,button,select,textarea,table){font-feature-settings:"tnum" on,"cv02","cv03","cv04","cv11"}.app-eyebrow{font-family:var(--triend-font-mono);font-size:.68rem;font-weight:500;color:var(--triend-muted-soft);letter-spacing:.12em;text-transform:uppercase;display:inline-flex;align-items:center;gap:.65rem;margin:0 0 .75rem;line-height:1}.app-eyebrow:before{content:"";width:24px;height:2px;background:var(--triend-accent);opacity:.7;flex-shrink:0}.app-eyebrow--compact{margin-bottom:.3rem;font-size:.62rem}.app-divider-dashed{height:0;border:none;border-top:1px dashed var(--triend-hairline);margin:2rem 0}.app-card{background:var(--color-surface, #FEFEFE);border:1px solid var(--triend-hairline);border-radius:10px;padding:1.25rem;box-shadow:var(--triend-shadow-card);font-variant-numeric:tabular-nums}:where(.dashboard-modern,.page-header--accent) :where(button,a,input,select,textarea,[role=button]):focus-visible{outline:none;box-shadow:var(--triend-focus-ring)}.page-header--accent:not(:has(.app-eyebrow)){position:relative;padding-top:1.35rem}.page-header--accent:not(:has(.app-eyebrow)):before{content:"";position:absolute;left:0;top:0;width:32px;height:2px;background:var(--triend-accent);opacity:.65}.page-header--stacked{display:block}.page-tab.active{color:var(--triend-ink);border-bottom-color:var(--triend-accent)}.page-tab.active .page-tab-count{background:var(--triend-accent-soft);color:var(--triend-accent)}
