*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#0f1117;color:#e8eaf6;line-height:1.6;min-height:100vh}.app-header{background:linear-gradient(135deg,#6366f1,#8b5cf6);padding:1.25rem 2rem}.header-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.header-brand{display:flex;align-items:center;gap:1rem}.header-logo{width:42px;height:42px;background:#fff3;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:#fff}.header-title{font-size:1.4rem;font-weight:700;color:#fff}.header-subtitle{font-size:.8rem;color:#ffffffbf}.header-meta{font-size:.8rem;color:#ffffffb3}.app-tabs{display:flex;background:#111320;border-bottom:1px solid #2d3047;padding:0 2rem}.app-tab{padding:.75rem 1.25rem;background:none;border:none;border-bottom:2px solid transparent;color:#7b83b4;font-size:.85rem;font-weight:500;cursor:pointer;font-family:inherit;transition:all .15s}.app-tab:hover{color:#a5b4fc}.app-tab-active{color:#a5b4fc;border-bottom-color:#6366f1}.app-main{padding:1.5rem 2rem}.app-layout{display:grid;grid-template-columns:300px 1fr;gap:1.5rem;align-items:start}.panel{background:#1a1d2e;border:1px solid #2d3047;border-radius:12px;overflow:hidden}.panel-header{padding:1rem 1.25rem;border-bottom:1px solid #2d3047;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#7b83b4}.controls-panel{position:sticky;top:1.5rem}.controls-body{padding:1.25rem;display:flex;flex-direction:column;gap:1.1rem}.field-label{display:block;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:#7b83b4;margin-bottom:.4rem}.field-select{width:100%;padding:.5rem .75rem;background:#222535;border:1px solid #2d3047;border-radius:8px;color:#e8eaf6;font-size:.85rem;font-family:inherit;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%237b83b4' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.field-select:focus{outline:none;border-color:#6366f1}.length-buttons{display:flex;gap:.4rem}.length-btn{flex:1;padding:.45rem 0;background:#222535;border:1px solid #2d3047;border-radius:6px;color:#7b83b4;font-size:.85rem;font-weight:500;cursor:pointer;font-family:inherit;transition:all .15s}.length-btn:hover{border-color:#6366f1;color:#a5b4fc}.length-btn-active{background:#2d2f5e;border-color:#6366f1;color:#a5b4fc;font-weight:700}.approach-options{display:flex;flex-direction:column;gap:.5rem}.approach-card{display:flex;align-items:flex-start;gap:.6rem;padding:.65rem .75rem;background:#222535;border:1px solid #2d3047;border-radius:8px;cursor:pointer;transition:all .15s}.approach-card:hover{border-color:#6366f1}.approach-card-active{border-color:#6366f1;background:#1e2042}.approach-radio{width:14px;height:14px;border-radius:50%;border:2px solid #3d4170;flex-shrink:0;margin-top:3px;transition:all .15s}.approach-radio-active{border-color:#6366f1;background:#6366f1}.approach-card-title{font-size:.82rem;font-weight:600;color:#c7d0f8}.approach-card-desc{font-size:.72rem;color:#7b83b4;margin-top:.1rem}.generate-btn{width:100%;padding:.75rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:8px;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;font-family:inherit;transition:opacity .15s}.generate-btn:hover{opacity:.9}.generate-btn:disabled{opacity:.5;cursor:not-allowed}.export-btn{width:100%;padding:.6rem;background:#222535;border:1px solid #2d3047;border-radius:8px;color:#7b83b4;font-size:.82rem;font-weight:500;cursor:pointer;font-family:inherit;transition:all .15s}.export-btn:hover{border-color:#6366f1;color:#a5b4fc}.export-btn:disabled{opacity:.4;cursor:not-allowed}.sequence-body{padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.sequence-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:.75rem;color:#4b5280}.sequence-empty-icon{font-size:2.5rem}.sequence-empty-text{font-size:.9rem;text-align:center}.sequence-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;gap:1rem;color:#7b83b4}.sequence-loading-text{font-size:.9rem}.spinner{width:28px;height:28px;border:3px solid #2d3047;border-top-color:#6366f1;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.sequence-error{padding:1rem 1.25rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#fca5a5;font-size:.85rem;margin:1.25rem}.message-card{background:#111320;border:1px solid #2d3047;border-radius:10px;overflow:hidden;transition:border-color .15s}.message-card:hover{border-color:#3d4170}.optional-contact-section{display:flex;flex-direction:column;gap:.5rem;padding:.85rem;background:#6366f10d;border:1px solid rgba(99,102,241,.12);border-radius:8px}.field-input{width:100%;background:#0d0f1a;border:1px solid #2d3047;border-radius:6px;color:#e8eaf6;font-size:.82rem;padding:.5rem .75rem;outline:none;transition:border-color .15s;box-sizing:border-box}.field-input:focus{border-color:#6366f1}.field-input::placeholder{color:#3d4170}.message-card-followup{border-color:#78350f;background:#0f0c07}.message-card-followup:hover{border-color:#b45309}.followup-divider{display:flex;align-items:center;gap:.75rem;margin:1.4rem 0 1rem}.followup-divider-line{flex:1;height:1px;background:linear-gradient(to right,transparent,#b45309,transparent);opacity:.5}.followup-divider-label{font-size:.72rem;font-weight:600;color:#f59e0b;letter-spacing:.03em;white-space:nowrap;padding:.3rem .75rem;background:#f59e0b14;border:1px solid rgba(245,158,11,.2);border-radius:20px}.followup-badge{font-size:.65rem;font-weight:600;color:#f59e0b;background:#f59e0b1a;border:1px solid rgba(245,158,11,.25);border-radius:4px;padding:.15rem .5rem;letter-spacing:.02em}.message-card-header{display:flex;align-items:center;justify-content:space-between;padding:.65rem 1rem;background:#15182a;border-bottom:1px solid #2d3047}.message-card-meta{display:flex;align-items:center;gap:.6rem}.message-day-badge{font-size:.72rem;font-weight:700;color:#6366f1;background:#6366f11f;border:1px solid rgba(99,102,241,.25);border-radius:20px;padding:.15rem .6rem}.channel-badge{font-size:.72rem;font-weight:600;border-radius:20px;padding:.15rem .65rem}.channel-email{background:#3b82f61f;border:1px solid rgba(59,130,246,.3);color:#93c5fd}.channel-sms{background:#10b9811f;border:1px solid rgba(16,185,129,.3);color:#6ee7b7}.message-card-actions{display:flex;gap:.4rem}.card-btn{padding:.25rem .65rem;border-radius:6px;border:1px solid #2d3047;background:#1a1d2e;color:#7b83b4;font-size:.72rem;font-weight:500;cursor:pointer;font-family:inherit;transition:all .15s}.card-btn:hover{border-color:#6366f1;color:#a5b4fc}.card-btn-copied{border-color:#10b981;color:#6ee7b7}.card-btn-regen{color:#a5b4fc;border-color:#3d3f7a}.message-card-body{padding:.85rem 1rem}.message-subject-row{margin-bottom:.6rem}.message-subject-label{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:#4b5280;margin-bottom:.25rem}.message-subject-input{width:100%;background:#1a1d2e;border:1px solid #2d3047;border-radius:6px;padding:.4rem .65rem;color:#c7d0f8;font-size:.82rem;font-family:inherit;font-weight:500}.message-subject-input:focus{outline:none;border-color:#6366f1}.message-body-label{font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:#4b5280;margin-bottom:.25rem}.message-textarea{width:100%;background:#1a1d2e;border:1px solid #2d3047;border-radius:6px;padding:.65rem .75rem;color:#e8eaf6;font-size:.85rem;font-family:inherit;line-height:1.6;resize:vertical;min-height:100px}.message-textarea:focus{outline:none;border-color:#6366f1}.message-card-footer{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem;border-top:1px solid #1e2235;background:#0d1020}.message-char-count{font-size:.72rem;color:#4b5280}.message-char-warn{color:#f59e0b}.message-notes{font-size:.7rem;color:#4b5280;font-style:italic;max-width:70%}.tag-highlight{display:inline;background:#6366f126;border:1px solid rgba(99,102,241,.3);border-radius:4px;color:#a5b4fc;padding:0 3px;font-size:.8em;font-weight:500}.csv-panel{max-width:900px;margin:0 auto}.csv-layout{display:grid;grid-template-columns:280px 1fr;gap:1.5rem;align-items:start}.csv-drop-zone{border:2px dashed #2d3047;border-radius:10px;padding:2.5rem 1.5rem;text-align:center;cursor:pointer;transition:all .2s;background:#111320}.csv-drop-zone:hover,.csv-drop-zone-active{border-color:#6366f1;background:#6366f10d}.csv-drop-icon{font-size:2rem;margin-bottom:.75rem}.csv-drop-text{font-size:.85rem;color:#7b83b4}.csv-drop-hint{font-size:.75rem;color:#4b5280;margin-top:.4rem}.csv-table-wrapper{overflow-x:auto;border-radius:8px;border:1px solid #2d3047}.csv-table{width:100%;border-collapse:collapse;font-size:.82rem}.csv-table th{background:#15182a;padding:.6rem .85rem;text-align:left;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.07em;color:#7b83b4;border-bottom:1px solid #2d3047}.csv-table td{padding:.55rem .85rem;border-bottom:1px solid #1e2235;color:#c7d0f8}.csv-table tr:last-child td{border-bottom:none}.csv-table tr:hover td{background:#15182a}.csv-generate-btn{padding:.7rem 1.5rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:8px;color:#fff;font-size:.88rem;font-weight:600;cursor:pointer;font-family:inherit;transition:opacity .15s}.csv-generate-btn:hover{opacity:.9}.csv-generate-btn:disabled{opacity:.5;cursor:not-allowed}.csv-results{display:flex;flex-direction:column;gap:1.5rem;margin-top:1.5rem}.csv-contact-block{background:#1a1d2e;border:1px solid #2d3047;border-radius:10px;overflow:hidden}.csv-contact-header{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;background:#15182a;border-bottom:1px solid #2d3047}.csv-contact-name{font-size:.9rem;font-weight:600;color:#e8eaf6}.csv-contact-meta{font-size:.75rem;color:#7b83b4}.csv-contact-link{font-size:.72rem;color:#6366f1;text-decoration:none}.csv-contact-link:hover{text-decoration:underline}.csv-contact-messages{padding:.75rem 1rem;display:flex;flex-direction:column;gap:.6rem}.csv-mini-message{background:#111320;border:1px solid #2d3047;border-radius:8px;padding:.6rem .85rem}.csv-mini-message-followup{border-color:#f59e0b40;border-left:3px solid rgba(245,158,11,.5);background:#f59e0b08}.csv-mini-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.35rem}.csv-mini-body{font-size:.8rem;color:#c7d0f8;white-space:pre-wrap}.csv-export-row{display:flex;gap:.75rem;align-items:center;padding:1rem 0}.pdf-download-btn{display:flex;align-items:center;gap:.4rem;padding:.35rem .85rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:6px;color:#fff;font-size:.78rem;font-weight:600;cursor:pointer;font-family:inherit;transition:opacity .15s;white-space:nowrap}.pdf-download-btn:hover{opacity:.88}.pdf-download-btn:disabled{opacity:.55;cursor:not-allowed}.pdf-btn-spinner{display:inline-block;width:10px;height:10px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}.lead-magnet-banner{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;background:#6366f114;border:1px solid rgba(99,102,241,.25);border-radius:10px;border-left:4px solid #6366f1}.lead-magnet-banner-icon{font-size:1.5rem;flex-shrink:0;margin-top:2px}.lead-magnet-banner-title{font-size:.85rem;font-weight:700;color:#a5b4fc;margin-bottom:.25rem}.lead-magnet-banner-desc{font-size:.8rem;color:#7b83b4;line-height:1.5}.lead-magnet-banner-desc strong{color:#c7d0f8}@media (max-width: 900px){.app-layout{grid-template-columns:1fr}.controls-panel{position:static}.csv-layout{grid-template-columns:1fr}.app-main{padding:1rem}.history-layout{grid-template-columns:1fr}}.history-layout{display:grid;grid-template-columns:280px 1fr;gap:1.25rem;min-height:600px;align-items:start}.history-sidebar{background:#0d0f1e;border:1px solid #1e2140;border-radius:12px;overflow:hidden;position:sticky;top:1rem}.history-contact-list{overflow-y:auto;max-height:calc(100vh - 220px)}.history-contact-item{padding:.85rem 1rem;border-bottom:1px solid #13162a;cursor:pointer;transition:background .15s}.history-contact-item:hover{background:#111320}.history-contact-item-active{background:#6366f11a;border-left:3px solid #6366f1}.history-contact-item-name{font-size:.85rem;font-weight:600;color:#e8eaf6;margin-bottom:.15rem}.history-contact-item-meta{font-size:.72rem;color:#7b83b4;margin-bottom:.1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-contact-item-date{font-size:.68rem;color:#4b5280;margin-bottom:.4rem}.history-progress-row{display:flex;align-items:center;gap:.5rem}.history-progress-bar{flex:1;height:4px;background:#1e2140;border-radius:2px;overflow:hidden}.history-progress-fill{height:100%;border-radius:2px;transition:width .3s ease}.history-progress-label{font-size:.68rem;font-weight:600;min-width:28px;text-align:right}.history-detail{background:#0d0f1e;border:1px solid #1e2140;border-radius:12px;min-height:500px;display:flex;flex-direction:column}.history-detail-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.25rem 1.25rem 1rem;border-bottom:1px solid #1e2140;gap:1rem;flex-wrap:wrap}.history-detail-name{font-size:1.05rem;font-weight:700;color:#e8eaf6;margin-bottom:.2rem}.history-detail-meta{font-size:.78rem;color:#7b83b4}.history-messages{padding:1rem 1.25rem 1.25rem;display:flex;flex-direction:column;gap:.6rem;overflow-y:auto}.history-message-card{background:#111320;border:1px solid #2d3047;border-radius:10px;padding:.85rem 1rem;transition:border-color .2s,background .2s}.history-message-sent{background:#4ade8008;border-color:#4ade8033}.history-message-followup{border-left:3px solid rgba(245,158,11,.4)}.history-message-followup.history-message-sent{border-color:#4ade8033;border-left-color:#4ade8066}.history-message-top{display:flex;align-items:center;gap:.6rem;margin-bottom:.6rem;flex-wrap:wrap}.history-checkbox-label{display:flex;align-items:center;gap:.4rem;cursor:pointer;-webkit-user-select:none;user-select:none;flex-shrink:0}.history-checkbox{display:none}.history-checkbox-custom{width:18px;height:18px;border:2px solid #2d3047;border-radius:5px;background:#0d0f1e;display:flex;align-items:center;justify-content:center;font-size:.7rem;color:#fff;transition:all .15s;flex-shrink:0}.history-checkbox-checked{background:#4ade80;border-color:#4ade80}.history-sent-label{font-size:.72rem;font-weight:600;color:#4b5280;min-width:52px}.history-checkbox-checked+.history-sent-label,.history-checkbox-label:has(.history-checkbox-checked) .history-sent-label{color:#4ade80}.history-message-body{font-size:.82rem;color:#c7d0f8;white-space:pre-wrap;line-height:1.6}.history-message-body-sent{color:#7b83b4}
