*{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:#f3f4f6;color:#111827;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.app-shell{display:flex;flex-direction:column;min-height:100%}.app-header{background:#0f172a;color:#f8fafc;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px #ffffff0d}.brand{display:flex;align-items:center;gap:12px;font-weight:600}.brand-logo{width:32px;height:32px;border-radius:8px;background:linear-gradient(135deg,#2563eb,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;letter-spacing:.5px}.brand-logo-img{width:auto;height:44px;max-width:180px;border-radius:6px;background:transparent;padding:0;object-fit:contain;display:block}.brand-text{display:flex;flex-direction:column;line-height:1.1}.brand-title{font-size:15px}.brand-subtitle{font-size:11px;color:#94a3b8;font-weight:400}.status{display:flex;align-items:center;gap:8px;font-size:12px;color:#cbd5e1}.status-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 3px #22c55e33}.status-dot.error{background:#ef4444;box-shadow:0 0 0 3px #ef444433}.app-main{flex:1;padding:20px 16px 40px;display:flex;flex-direction:column;align-items:center;gap:20px}.card{width:100%;max-width:720px;background:#fff;border-radius:14px;box-shadow:0 4px 16px #0f172a14,0 1px 3px #0f172a0f;overflow:hidden;display:flex;flex-direction:column}.card-header{padding:20px 24px 12px;border-bottom:1px solid #e5e7eb}.card-title{font-size:18px;font-weight:600;color:#0f172a}.card-subtitle{margin-top:4px;font-size:13px;color:#6b7280}.card-body{padding:20px 24px;display:flex;flex-direction:column;gap:14px}.field-label{font-size:13px;font-weight:600;color:#374151}textarea.email-input{width:100%;min-height:260px;padding:12px 14px;border:1px solid #d1d5db;border-radius:10px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:13px;line-height:1.5;resize:vertical;background:#f9fafb;color:#111827;outline:none;transition:border-color .15s,box-shadow .15s,background .15s}textarea.email-input:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb26}.card-footer{padding:14px 24px 20px;border-top:1px solid #e5e7eb;background:#f9fafb;display:flex;flex-direction:column;gap:12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:10px;padding:12px 18px;font-size:15px;font-weight:600;cursor:pointer;transition:background .15s,transform .05s,box-shadow .15s;width:100%}.btn-primary{background:#2563eb;color:#fff;box-shadow:0 1px 2px #2563eb4d}.btn-primary:hover:not(:disabled){background:#1d4ed8}.btn-primary:active:not(:disabled){transform:translateY(1px)}.btn:disabled{opacity:.6;cursor:not-allowed}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.alert{padding:12px 14px;border-radius:10px;font-size:13px;line-height:1.5;display:flex;align-items:flex-start;gap:10px}.alert-success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.alert-info{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}.alert-error{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.alert-icon{flex-shrink:0;font-weight:700;font-size:14px;line-height:1;margin-top:2px}.preview{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:12px 14px;font-size:12px;color:#334155}.preview-title{font-weight:600;font-size:12px;text-transform:uppercase;letter-spacing:.5px;color:#64748b;margin-bottom:8px}.preview-grid{display:grid;grid-template-columns:minmax(110px,35%) 1fr;gap:4px 12px}.preview-key{color:#64748b;font-weight:500}.preview-value{color:#0f172a;word-break:break-word}.auto-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.auto-pill{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;padding:4px 10px;border-radius:999px;border:1px solid transparent}.auto-pill-on{background:#ecfdf5;color:#065f46;border-color:#a7f3d0}.auto-pill-off{background:#f1f5f9;color:#475569;border-color:#e2e8f0}.inbox-block{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:12px 14px}.inbox-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.6px;color:#64748b;margin-bottom:6px}.inbox-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.inbox-email{background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:8px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,monospace;font-size:13px;color:#0f172a;word-break:break-all;flex:1 1 auto;min-width:0}.inbox-help{margin:10px 0 0;font-size:12px;color:#475569;line-height:1.5}.inbox-help code{background:#fff;border:1px solid #e2e8f0;border-radius:4px;padding:1px 6px;font-size:11.5px}.auto-meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:12px 14px}.auto-meta>div{display:flex;flex-direction:column;gap:2px}.meta-key{font-size:10.5px;font-weight:600;text-transform:uppercase;letter-spacing:.6px;color:#64748b}.meta-val{font-size:13px;color:#0f172a;font-weight:500}.activity{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:12px 14px}.activity-list{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:8px;max-height:320px;overflow-y:auto}.activity-row{display:flex;gap:10px;padding:8px;background:#fff;border:1px solid #e2e8f0;border-radius:8px}.activity-badge{flex-shrink:0;font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:4px 8px;border-radius:6px;align-self:flex-start;border:1px solid transparent}.activity-created{background:#ecfdf5;color:#065f46;border-color:#a7f3d0}.activity-duplicate{background:#eff6ff;color:#1e40af;border-color:#bfdbfe}.activity-skipped{background:#f1f5f9;color:#475569;border-color:#e2e8f0}.activity-error{background:#fef2f2;color:#991b1b;border-color:#fecaca}.activity-body{flex:1 1 auto;min-width:0}.activity-line{font-size:13px;color:#0f172a;word-break:break-word}.activity-meta{font-size:11.5px;color:#64748b;word-break:break-word}.activity-reason{font-size:12px;color:#991b1b;margin-top:2px;word-break:break-word}.activity-time{font-size:11px;color:#94a3b8;margin-top:4px}.auto-footer{display:flex;gap:10px;flex-wrap:wrap}.btn-secondary{background:#e2e8f0;color:#0f172a;border:1px solid #cbd5e1}.btn-secondary:hover:not(:disabled){background:#cbd5e1}.btn-ghost{background:#fff;color:#0f172a;border:1px solid #cbd5e1}.btn-ghost:hover:not(:disabled){background:#f1f5f9}.btn-sm{padding:6px 10px;font-size:12px;min-height:0}.app-footer{background:#0f172a;color:#94a3b8;text-align:center;font-size:12px;padding:14px 16px}@media(max-width:600px){.card-header,.card-body,.card-footer{padding-left:16px;padding-right:16px}.brand-subtitle{display:none}}.rep-list{list-style:none;margin:0 0 16px;padding:0;display:flex;flex-direction:column;gap:8px}.rep-row{display:grid;grid-template-columns:1fr auto auto auto;gap:10px;align-items:center;padding:10px 12px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;transition:border-color .15s,background .15s}.rep-row.rep-on{border-color:#bbf7d0;background:#f0fdf4}.rep-row.rep-off{background:#f8fafc;color:#475569}.rep-row.rep-next{border-color:#93c5fd;box-shadow:0 0 0 2px #3b82f633}.rep-info{min-width:0}.rep-name-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.rep-name{font-weight:600;color:#0f172a}.rep-row.rep-off .rep-name{color:#475569}.rep-next-badge{background:#2563eb;color:#fff;font-size:10px;font-weight:700;letter-spacing:.05em;padding:2px 6px;border-radius:999px}.rep-meta{font-size:12px;color:#64748b;margin-top:2px}.rep-clock-yes{color:#16a34a;font-weight:600}.rep-clock-no{color:#b45309;font-weight:600}.rep-priority{display:flex;align-items:center;gap:4px}.rep-priority-value{display:inline-block;min-width:24px;text-align:center;font-weight:600;color:#0f172a}.rep-toggle{min-width:56px}.rep-delete{width:28px;height:28px;padding:0;font-size:18px;line-height:1;color:#94a3b8}.rep-delete:hover:not(:disabled){color:#dc2626;border-color:#fca5a5}.rep-add-form{border-top:1px dashed #e2e8f0;padding-top:12px}.rep-add-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-bottom:8px}.rep-add-grid{display:grid;grid-template-columns:1.4fr 1.2fr auto auto;gap:8px}.rep-input{padding:8px 10px;border-radius:8px;border:1px solid #cbd5e1;font:inherit;background:#fff}.rep-input:focus{outline:2px solid #2563eb;outline-offset:1px}.rep-input-narrow{width:80px}@media(max-width:600px){.rep-row{grid-template-columns:1fr auto auto;grid-template-areas:"info info delete" "priority toggle toggle"}.rep-info{grid-area:info}.rep-priority{grid-area:priority}.rep-toggle{grid-area:toggle}.rep-delete{grid-area:delete}.rep-add-grid{grid-template-columns:1fr 1fr}.rep-input-narrow{width:auto}}.header-actions{display:flex;align-items:center;gap:12px}.header-rep-link{display:inline-flex;align-items:center;padding:6px 12px;font-size:13px;font-weight:600;color:#fff;background:#2563eb;border:1px solid #2563eb;border-radius:6px;text-decoration:none;cursor:pointer}.rep-crown-btn{background:transparent;border:1px solid transparent;border-radius:6px;padding:2px 6px;font-size:16px;cursor:pointer;filter:grayscale(.95) opacity(.55);transition:filter .15s ease,background .15s ease}.rep-crown-btn:hover{background:#eab3081f;filter:grayscale(.4) opacity(.85)}.rep-crown-btn.rep-crown-on{filter:none;background:#eab3082e;border-color:#eab30880}.rep-crown-btn:disabled{cursor:not-allowed}.rep-editor{flex:1 0 100%;margin-top:10px;padding:12px;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;display:flex;flex-direction:column;gap:10px}.rep-editor-row{display:grid;grid-template-columns:1.2fr 1.2fr .7fr;gap:10px}.rep-editor-field{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#475569}.rep-editor-field input{width:100%;padding:7px 9px;border-radius:6px;border:1px solid #d1d5db;font-size:14px;color:#111827;background:#fff}.rep-editor-field input:focus{outline:2px solid #2563eb;outline-offset:-1px;border-color:#2563eb}.rep-editor-actions{display:flex;justify-content:flex-end;gap:8px}@media(max-width:600px){.rep-editor-row{grid-template-columns:1fr}}.settings-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 0}.settings-row-title{font-weight:600;color:#111827;font-size:14px}.settings-row-help{color:#6b7280;font-size:13px;margin-top:2px}.rep-login-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a;background:radial-gradient(circle at top,#1e293b,#0f172a 70%)}.rep-login-card{width:100%;max-width:380px;background:#fff;border-radius:14px;padding:28px 24px;box-shadow:0 20px 60px #00000059;display:flex;flex-direction:column;gap:14px}.rep-login-brand{display:flex;align-items:center;gap:12px;margin-bottom:4px}.rep-login-brand .brand-logo{width:38px;height:38px;border-radius:8px;background:#0f172a;color:#f8fafc;display:flex;align-items:center;justify-content:center;font-weight:700}.rep-login-brand .brand-title{display:block;font-size:13px;font-weight:700;letter-spacing:.04em;color:#0f172a}.rep-login-brand .brand-subtitle{display:block;font-size:12px;color:#6b7280}.rep-login-title{font-size:22px;margin:4px 0}.rep-field{display:flex;flex-direction:column;gap:6px;font-size:13px;color:#475569}.rep-field input{padding:10px 12px;border-radius:8px;border:1px solid #d1d5db;font-size:15px;color:#111827;background:#fff}.rep-field input:focus{outline:2px solid #2563eb;outline-offset:-1px;border-color:#2563eb}.btn-block{width:100%;justify-content:center}.rep-login-help{font-size:12px;color:#6b7280;text-align:center;margin-top:4px}.rep-loading{color:#f8fafc;font-size:14px}.rep-shell{display:flex;flex-direction:column;min-height:100vh}.rep-header{background:#0f172a;color:#f8fafc;padding:14px 20px;display:flex;align-items:center;justify-content:space-between}.rep-main{flex:1;max-width:920px;margin:0 auto;width:100%;padding:20px;display:flex;flex-direction:column;gap:16px}.rep-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px}.rep-tile{background:#fff;border-radius:12px;padding:14px 16px;box-shadow:0 1px 3px #0000000f;display:flex;flex-direction:column;gap:8px}.rep-tile-label{text-transform:uppercase;font-size:11px;color:#6b7280;letter-spacing:.06em;font-weight:600}.rep-tile-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.rep-tile-big{font-size:28px;font-weight:700;color:#111827;line-height:1}.rep-tile-of{font-size:14px;color:#6b7280;font-weight:500;margin-left:4px}.rep-tile-muted{color:#9ca3af}.rep-tile-help{font-size:12px;color:#6b7280;margin:0}.rep-pill{font-size:11px;font-weight:700;letter-spacing:.05em;padding:4px 8px;border-radius:999px}.rep-pill-on{background:#dcfce7;color:#166534}.rep-pill-off{background:#f3f4f6;color:#6b7280}.rep-crown{font-size:14px}.rep-stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.rep-stat{text-align:center;padding:8px}.rep-stat-num{font-size:28px;font-weight:700;color:#111827}.rep-stat-label{font-size:11px;color:#6b7280;text-transform:uppercase;letter-spacing:.06em;font-weight:600}.rep-empty{color:#6b7280;font-size:14px;text-align:center;padding:20px 0}.rep-lead-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px;max-height:360px;overflow-y:auto}.rep-lead-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.rep-lead-name{font-weight:600;color:#111827;font-size:14px}.rep-lead-meta{display:flex;align-items:center;gap:8px;font-size:12px;color:#6b7280}.rep-lead-tag{background:#e0e7ff;color:#3730a3;padding:2px 8px;border-radius:999px;font-weight:600;font-size:11px}@media(max-width:600px){.rep-stats-row{grid-template-columns:repeat(3,1fr)}.rep-tile-big{font-size:24px}.rep-stat-num{font-size:22px}}
