.outreach-canvas{min-height:100vh;display:flex;flex-direction:column;padding:0;background:var(--bg)}.outreach-page-nav{display:flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background:var(--bg);border-bottom:1px solid var(--border);gap:1rem}.outreach-page-nav__tabs{display:flex;gap:.25rem}.outreach-tab{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:transparent;border:none;border-radius:6px;color:var(--text-muted);font-size:.875rem;cursor:pointer;transition:all .15s ease}.outreach-tab:hover{background:var(--bg-hover);color:var(--text)}.outreach-tab.is-active{background:var(--text);color:var(--bg)}.outreach-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease;text-decoration:none;background:var(--bg-elevated);color:var(--text)}.outreach-btn--primary{background:var(--text);color:var(--bg)}.outreach-btn--primary:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.outreach-btn--ghost{background:transparent;color:var(--text-muted);border:1px solid var(--border)}.outreach-btn--ghost:hover{background:var(--bg-hover);color:var(--text)}.outreach-btn--danger{background:var(--text);color:var(--bg)}.outreach-btn--danger:hover{box-shadow:var(--shadow-md)}.outreach-btn--danger-text{color:var(--text);font-weight:500}.outreach-btn--danger-text:hover{background:var(--bg-hover)}.outreach-btn--warning{background:var(--text-secondary);color:var(--bg)}.outreach-btn--warning:hover{background:var(--text)}.outreach-btn--small{padding:.35rem .75rem;font-size:.8rem}.outreach-loading,.outreach-auth-required{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:var(--text-muted)}.outreach-loading__spinner{width:32px;height:32px;border:3px solid var(--border-strong);border-top-color:var(--text);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.outreach-auth-required a{color:var(--text);text-decoration:underline;text-underline-offset:2px}.outreach-list-view{flex:1;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;background:var(--bg)}.outreach-list-header{display:flex;justify-content:space-between;align-items:center}.outreach-list-header h2{margin:0;font-size:1.25rem;font-weight:600}.outreach-list-table-wrapper{flex:1;background:var(--bg);border:1px solid var(--border);border-radius:10px;overflow:auto}.outreach-table{width:100%;border-collapse:collapse;font-size:.875rem}.outreach-table th,.outreach-table td{padding:.875rem 1rem;text-align:left;border-bottom:1px solid var(--border)}.outreach-table th{font-weight:600;color:var(--text-muted);font-size:.8rem;text-transform:uppercase;letter-spacing:.5px;background:var(--bg-surface)}.outreach-table tr:last-child td{border-bottom:none}.outreach-table tr:hover td{background:var(--bg-hover)}.outreach-table a{color:var(--text);text-decoration:none}.outreach-table a:hover{text-decoration:underline;text-underline-offset:2px}.outreach-actions{display:flex;gap:.5rem;flex-wrap:wrap}.outreach-preview{color:var(--text-muted);max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.outreach-empty{padding:3rem;text-align:center;color:var(--text-muted)}.outreach-empty a{color:var(--text);text-decoration:underline;text-underline-offset:2px}.outreach-badge{display:inline-block;padding:.25rem .6rem;border-radius:4px;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.3px;background:var(--bg-surface);color:var(--text-muted);border:1px solid var(--border)}.outreach-badge--neutral{background:var(--bg-surface);color:var(--text-muted)}.outreach-badge--info{background:var(--bg-elevated);color:var(--text-secondary)}.outreach-badge--success{background:var(--text);color:var(--bg)}.outreach-badge--warning{background:var(--bg-active);color:var(--text)}.outreach-badge--danger{background:var(--bg-elevated);color:var(--text);font-weight:600}.outreach-modal{background:transparent;border:none;padding:0;max-width:90vw;max-height:90vh}.outreach-modal::backdrop{background:#00000080}.outreach-modal__content{background:var(--bg);border:1px solid var(--border);border-radius:12px;width:500px;max-width:100%;max-height:85vh;overflow-y:auto;box-shadow:var(--shadow-lg)}.outreach-modal--small .outreach-modal__content{width:400px}.outreach-modal--wide .outreach-modal__content{width:650px}.outreach-modal__header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border)}.outreach-modal__header h2{margin:0;font-size:1.1rem;font-weight:600;color:var(--text)}.outreach-modal__close{background:none;border:none;color:var(--text-muted);font-size:1.5rem;cursor:pointer;padding:0;line-height:1}.outreach-modal__close:hover{color:var(--text)}.outreach-form{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.outreach-form__field{display:flex;flex-direction:column;gap:.4rem;flex:1}.outreach-form label{font-size:.8rem;font-weight:500;color:var(--text-muted)}.outreach-form input,.outreach-form select,.outreach-form textarea{padding:.65rem .875rem;background:var(--bg);border:1px solid var(--border-strong);border-radius:6px;color:var(--text);font-size:.9rem;font-family:inherit;transition:border-color .15s ease}.outreach-form input:focus,.outreach-form select:focus,.outreach-form textarea:focus{outline:none;border-color:var(--border-focus)}.outreach-form input::placeholder,.outreach-form textarea::placeholder{color:var(--text-muted);opacity:.6}.outreach-form select{cursor:pointer}.outreach-form__hint{font-size:.75rem;color:var(--text-muted);margin-top:.25rem}.outreach-form__hint code{background:var(--bg-elevated);padding:.1rem .3rem;border-radius:3px;font-size:.7rem}.outreach-form__actions{display:flex;justify-content:flex-end;gap:.75rem;margin-top:.5rem}.outreach-detail{padding:1.5rem}.outreach-detail__info{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:1.5rem}.outreach-detail__item{display:flex;flex-direction:column;gap:.25rem}.outreach-detail__label{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.3px}.outreach-detail__value{font-size:.95rem;color:var(--text)}.outreach-detail__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem}.outreach-stat{background:var(--bg-surface);border:1px solid var(--border);border-radius:8px;padding:1rem;text-align:center}.outreach-stat__value{font-size:1.5rem;font-weight:600;color:var(--text)}.outreach-stat__label{font-size:.75rem;color:var(--text-muted);margin-top:.25rem}.outreach-stat--success .outreach-stat__value{color:var(--text);font-weight:700}.outreach-stat--warning .outreach-stat__value{color:var(--text-secondary)}.outreach-stat--danger .outreach-stat__value{color:var(--text-muted)}.outreach-detail__actions{display:flex;gap:.75rem;flex-wrap:wrap}.outreach-progress{width:100%;height:6px;background:var(--bg-elevated);border-radius:3px;overflow:hidden}.outreach-progress__bar{height:100%;background:var(--text);transition:width .3s ease}.outreach-progress__bar--success{background:var(--text-secondary)}.outreach-toast-container{position:fixed;bottom:1.5rem;right:1.5rem;display:flex;flex-direction:column;gap:.5rem;z-index:1000}.outreach-toast{padding:.875rem 1.25rem;background:var(--bg);border:1px solid var(--border);border-radius:8px;font-size:.875rem;animation:slideIn .2s ease;box-shadow:var(--shadow-md)}.outreach-toast--success{border-left:3px solid var(--text)}.outreach-toast--error{border-left:3px solid var(--text);font-weight:500}.outreach-toast--fade{opacity:0;transform:translate(20px);transition:all .3s ease}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.inline-spinner{width:14px;height:14px;border:2px solid var(--border-strong);border-top-color:var(--text);border-radius:50%;animation:spin .6s linear infinite}.profile-modal{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100}.profile-modal__panel{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:1.5rem;width:400px;max-width:90vw;max-height:80vh;overflow-y:auto;box-shadow:var(--shadow-lg)}.stats-filters{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end;padding:1rem;background:var(--bg-surface);border:1px solid var(--border);border-radius:10px;margin-bottom:1rem}.stats-filter-group{display:flex;flex-direction:column;gap:.4rem}.stats-filter-label{font-size:.75rem;font-weight:500;color:var(--text-muted);text-transform:uppercase;letter-spacing:.3px}.stats-select,.stats-date-input{padding:.5rem .75rem;border:1px solid var(--border-strong);border-radius:6px;background:var(--bg);color:var(--text);font-size:.875rem;font-family:inherit;min-width:150px}.stats-select:focus,.stats-date-input:focus{outline:none;border-color:var(--border-focus)}.stats-multi-select{position:relative;min-width:200px}.stats-multi-select__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem .75rem;border:1px solid var(--border-strong);border-radius:6px;background:var(--bg);color:var(--text);font-size:.875rem;cursor:pointer;transition:border-color .15s ease}.stats-multi-select__trigger:hover{border-color:var(--border-focus)}.stats-multi-select__arrow{font-size:.7rem;color:var(--text-muted)}.stats-multi-select__dropdown{position:absolute;top:100%;left:0;right:0;margin-top:4px;background:var(--bg);border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow-lg);max-height:280px;overflow-y:auto;z-index:20}.stats-multi-select__option{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;cursor:pointer;font-size:.875rem;transition:background .15s ease}.stats-multi-select__option:hover{background:var(--bg-hover)}.stats-multi-select__option input[type=checkbox]{accent-color:var(--text)}.stats-multi-select__divider{height:1px;background:var(--border);margin:.25rem 0}.stats-date-range{flex-direction:row;align-items:center;gap:.5rem}.stats-date-range .stats-filter-label{margin-bottom:0}.stats-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1.5rem}.stats-card{background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:1.25rem;text-align:center}.stats-card__value{font-size:2rem;font-weight:600;color:var(--text);line-height:1.2}.stats-card__label{font-size:.8rem;color:var(--text-muted);margin-top:.35rem;text-transform:uppercase;letter-spacing:.3px}.stats-charts{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.stats-chart-container{background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:1.25rem}.stats-chart-container--wide{grid-column:1 / -1}.stats-chart-title{margin:0 0 1rem;font-size:.95rem;font-weight:600;color:var(--text)}.stats-chart-wrapper{position:relative;height:280px}.stats-chart-container--wide .stats-chart-wrapper{height:320px}.stats-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:4rem 2rem;color:var(--text-muted)}.stats-empty{text-align:center;padding:4rem 2rem;color:var(--text-muted)}@media(max-width:768px){.outreach-page-nav{padding:.75rem 1rem}.outreach-page-nav__tabs{width:100%;justify-content:center}.outreach-list-view{padding:1rem}.outreach-modal__content,.outreach-modal--wide .outreach-modal__content{width:95vw}.outreach-detail__info,.outreach-detail__stats{grid-template-columns:1fr 1fr}.stats-filters{flex-direction:column;align-items:stretch}.stats-filter-group,.stats-multi-select,.stats-select{width:100%}.stats-charts{grid-template-columns:1fr}.stats-chart-container--wide{grid-column:1}.stats-date-range{flex-wrap:wrap}}@media(max-width:480px){.outreach-tab span{font-size:.8rem}.outreach-detail__stats{grid-template-columns:1fr 1fr}.outreach-actions{flex-direction:column}.stats-cards{grid-template-columns:repeat(2,1fr)}.stats-card__value{font-size:1.5rem}}
