.pitchy-login *{box-sizing:border-box;margin:0;padding:0}.pitchy-login{height:100vh;width:100vw;background:#07070f;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#e4e1ee}.pitchy-login,.pl-left{display:flex;overflow:hidden}.pl-left{width:400px;flex-shrink:0;background:#0e0e1c;border-right:1px solid hsla(0,0%,100%,.06);flex-direction:column;padding:28px 36px;position:relative}.pl-left:after{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='300' height='300' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");pointer-events:none;z-index:0}.pl-left>*{position:relative;z-index:1}.pl-logo-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}.pl-logo-img{height:28px;width:auto;-o-object-fit:contain;object-fit:contain}.pl-beta{font-size:10px;font-weight:600;letter-spacing:.6px;text-transform:uppercase;color:#9d5fff;background:rgba(124,58,237,.12);border:1px solid rgba(124,58,237,.25);border-radius:20px;padding:3px 9px}.pl-form{flex:1;display:flex;flex-direction:column;justify-content:center}.pl-headline{font-family:Manrope,Inter,sans-serif;font-size:28px;font-weight:700;color:#fff;letter-spacing:-.5px;margin-bottom:6px}.pl-sub{font-size:13px;color:#94a3b8;margin-bottom:24px;line-height:1.5}.pl-alert{border-radius:8px;padding:10px 14px;margin-bottom:16px;font-size:12.5px;line-height:1.5}.pl-alert-error{background:rgba(239,68,68,.1);border:1px solid rgba(239,68,68,.25);color:#fca5a5}.pl-alert-success{background:rgba(16,185,129,.1);border:1px solid rgba(16,185,129,.25);color:#6ee7b7}.pl-alert-loading{background:rgba(124,58,237,.1);border:1px solid rgba(124,58,237,.25);color:#c4b5fd}.pl-btn-google{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;background:#fff;color:#1a1a2e;font-size:13px;font-weight:500;font-family:Inter,sans-serif;border:none;border-radius:8px;padding:10px 20px;cursor:pointer;box-shadow:0 2px 12px rgba(0,0,0,.25);transition:background .15s,opacity .15s;margin-bottom:20px}.pl-btn-google:hover:not(:disabled){background:#f5f5f5}.pl-btn-google:disabled{opacity:.6;cursor:not-allowed}.pl-spinner{width:14px;height:14px;border:2px solid rgba(124,58,237,.3);border-top-color:#7c3aed;border-radius:50%;animation:pl-spin .7s linear infinite;flex-shrink:0}@keyframes pl-spin{to{transform:rotate(1turn)}}.pl-divider{display:flex;align-items:center;gap:10px;color:#475569;font-size:11px;margin-bottom:20px}.pl-divider:after,.pl-divider:before{content:"";flex:1;height:1px;background:hsla(0,0%,100%,.1)}.pl-tabs{display:flex;gap:8px;margin-bottom:16px}.pl-tab{flex:1;padding:8px 12px;font-size:12px;font-weight:500;font-family:Inter,sans-serif;border-radius:8px;cursor:pointer;border:1px solid transparent;transition:all .15s}.pl-tab-active{background:rgba(124,58,237,.15);color:#9d5fff;border-color:rgba(124,58,237,.25)}.pl-tab-inactive{background:hsla(0,0%,100%,.04);color:#94a3b8;border-color:hsla(0,0%,100%,.08)}.pl-tab-inactive:hover{background:hsla(0,0%,100%,.07);color:#e4e1ee}.pl-beta-notice{background:rgba(124,58,237,.08);border:1px solid rgba(124,58,237,.18);border-radius:8px;padding:12px 14px;margin-bottom:16px;font-size:12px;color:#94a3b8;line-height:1.5}.pl-beta-notice strong{color:#c4b5fd}.pl-no-account{text-align:center;font-size:12px;color:#94a3b8;margin-top:14px}.pl-no-account a{color:#9d5fff;text-decoration:none;font-weight:500}.pl-no-account a:hover{color:#fff}.pl-footer{font-size:10px;color:#475569;text-align:center;line-height:1.7;margin-top:28px}.pl-footer a{color:#475569;text-decoration:underline}.pl-right{flex:1;background:#07070f;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.pl-orb{position:absolute;border-radius:50%;pointer-events:none;z-index:0}.pl-orb-purple{width:600px;height:600px;background:radial-gradient(circle,rgba(124,58,237,.16) 0,transparent 65%);top:-160px;left:50%;transform:translateX(-45%);filter:blur(40px)}.pl-orb-pink{width:380px;height:380px;background:radial-gradient(circle,rgba(236,72,153,.1) 0,transparent 65%);bottom:-80px;right:-40px;filter:blur(50px)}.pl-orb-blue{width:260px;height:260px;background:radial-gradient(circle,rgba(59,130,246,.07) 0,transparent 65%);bottom:60px;left:-30px;filter:blur(35px)}.pl-dot-grid{position:absolute;inset:0;z-index:0;background-image:radial-gradient(circle,hsla(0,0%,100%,.055) 1px,transparent 0);background-size:26px 26px;pointer-events:none}.pl-showcase{position:relative;z-index:1;width:100%;max-width:660px;display:flex;flex-direction:column;gap:14px;padding:28px 0}.pl-card{background:#131325;border:1px solid hsla(0,0%,100%,.1);border-radius:14px;overflow:hidden;box-shadow:0 0 0 1px hsla(0,0%,100%,.06),0 24px 64px rgba(0,0,0,.55),0 0 50px rgba(124,58,237,.1)}.pl-card-header{justify-content:space-between;padding:13px 20px;border-bottom:1px solid hsla(0,0%,100%,.06);background:rgba(124,58,237,.04)}.pl-card-header,.pl-card-title{display:flex;align-items:center}.pl-card-title{font-size:13px;font-weight:700;color:#e4e1ee;gap:8px}.pl-card-title:before{content:"";width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 6px #10b981;flex-shrink:0;animation:pl-pulse 2.2s ease-in-out infinite}@keyframes pl-pulse{0%,to{opacity:1}50%{opacity:.35}}.pl-campaign-chip{font-size:10px;font-weight:600;color:#9d5fff;background:rgba(124,58,237,.12);border:1px solid rgba(124,58,237,.22);border-radius:20px;padding:3px 9px}.pl-table{width:100%;border-collapse:collapse}.pl-table thead tr th{padding:9px 20px;font-size:9.5px;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:#475569;text-align:left;border-bottom:1px solid hsla(0,0%,100%,.06);background:rgba(0,0,0,.12);white-space:nowrap}.pl-table tbody tr{transition:background .12s}.pl-table tbody tr:hover{background:hsla(0,0%,100%,.018)}.pl-table tbody tr td{padding:10px 20px;font-size:12.5px;color:#e4e1ee;border-bottom:1px solid hsla(0,0%,100%,.028);white-space:nowrap;vertical-align:middle}.pl-table tbody tr:last-child td{border-bottom:none}.pl-journalist{gap:9px}.pl-avatar,.pl-journalist{display:flex;align-items:center}.pl-avatar{width:26px;height:26px;border-radius:50%;justify-content:center;font-size:10px;font-weight:700;color:#fff;flex-shrink:0}.pl-jname{font-weight:500;font-size:12.5px;color:#e4e1ee}.pl-pub{font-size:12px;color:#94a3b8}.pl-type{font-size:11.5px;color:#94a3b8}.pl-sent{font-size:11.5px;color:#475569}.pl-badge{display:inline-flex;align-items:center;gap:5px;font-size:10.5px;font-weight:600;border-radius:20px;padding:3px 8px}.pl-badge:before{content:"";width:5px;height:5px;border-radius:50%;flex-shrink:0}.pl-badge-covered{color:#10b981;background:rgba(16,185,129,.14);border:1px solid rgba(16,185,129,.2)}.pl-badge-covered:before{background:#10b981;box-shadow:0 0 4px #10b981}.pl-badge-replied{color:#3b82f6;background:rgba(59,130,246,.14);border:1px solid rgba(59,130,246,.2)}.pl-badge-replied:before{background:#3b82f6}.pl-badge-opened{color:#f59e0b;background:rgba(245,158,11,.14);border:1px solid rgba(245,158,11,.2)}.pl-badge-opened:before{background:#f59e0b}.pl-badge-pitched{color:#94a3b8;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1)}.pl-badge-pitched:before{background:#475569}.pl-badge-followup{color:#9d5fff;background:rgba(124,58,237,.12);border:1px solid rgba(124,58,237,.2)}.pl-badge-followup:before{background:#9d5fff}.pl-card-footer{display:flex;align-items:center;gap:8px;padding:10px 20px;background:rgba(0,0,0,.15);border-top:1px solid hsla(0,0%,100%,.06)}.pl-chip{display:inline-flex;align-items:center;gap:4px;font-size:10.5px;font-weight:600;border-radius:20px;padding:2px 9px}.pl-chip-ok{color:#10b981;background:rgba(16,185,129,.14);border:1px solid rgba(16,185,129,.2)}.pl-chip-blue{color:#3b82f6;background:rgba(59,130,246,.14);border:1px solid rgba(59,130,246,.2)}.pl-chip-muted{color:#94a3b8;background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1)}.pl-footer-label{font-size:10.5px;color:#475569;margin-left:auto}.pl-stats{display:flex;gap:10px}.pl-stat{display:flex;align-items:center;gap:8px;background:#1b1b24;border:1px solid hsla(0,0%,100%,.1);border-radius:24px;padding:8px 16px;font-size:12px;font-weight:500;color:#e4e1ee;flex:1;justify-content:center;white-space:nowrap}.pl-stat-val{font-weight:700;color:#fff}.pl-testi{background:rgba(19,19,37,.75);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;padding:16px 20px;display:flex;align-items:flex-start;gap:14px;box-shadow:0 8px 32px rgba(0,0,0,.28)}.pl-testi-av{width:38px;height:38px;border-radius:50%;flex-shrink:0;background:linear-gradient(135deg,#7c3aed,#ec4899);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff;box-shadow:0 0 14px rgba(124,58,237,.28)}.pl-testi-stars{color:#f59e0b;font-size:11px;margin-bottom:5px;letter-spacing:1px}.pl-testi-quote{font-size:12.5px;color:#e4e1ee;line-height:1.55;font-style:italic;margin-bottom:6px}.pl-testi-name{font-size:11px;color:#94a3b8;font-weight:500}.pl-pubs{display:flex;align-items:center}.pl-pubs-label{font-size:9.5px;color:#475569;letter-spacing:.5px;text-transform:uppercase;flex-shrink:0;margin-right:14px}.pl-pub-name{font-size:10.5px;font-weight:700;color:#475569;padding:0 12px}.pl-pub-div{width:1px;height:12px;background:hsla(0,0%,100%,.1);flex-shrink:0}