@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Syne:wght@700;800&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#060608;--surface:#0e0e14;--surface2:#13131b;--border:#1c1c28;--border2:#252535;--accent:#00c8e0;--accent-dim:#00c8e014;--accent-glow:#00c8e040;--text:#f0f0f8;--text2:#a0a0bc;--muted:#4a4a65;--go:#10b981;--go-dim:#10b9811a;--go-glow:#10b9814d;--nogo:#ef4444;--nogo-dim:#ef44441a;--warn:#f59e0b;--warn-dim:#f59e0b1a;--purple:#8b5cf6}html{scroll-behavior:smooth;font-size:16px}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;background-image:radial-gradient(80% 50% at 50% -20%,#00c8e00a 0%,#0000 60%);min-height:100vh;font-family:Inter,system-ui,sans-serif;line-height:1.6}#root{width:100%;min-height:100vh}.page-layout{flex-direction:column;min-height:100vh;display:flex}.page-content{flex-direction:column;gap:1.25rem;width:100%;max-width:820px;margin:0 auto;padding:2.5rem 1.5rem 6rem;display:flex}.page-header{flex-direction:column;gap:.35rem;padding-bottom:.25rem;display:flex}.page-title{color:var(--text);letter-spacing:-.03em;font-family:Syne,sans-serif;font-size:1.75rem;font-weight:800}.page-sub{color:var(--text2);font-size:.9rem}.glass-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.5rem}.coming-soon-card{background:var(--surface);border:1px solid var(--border);border-radius:20px;flex-direction:column;align-items:flex-start;gap:1rem;padding:2.5rem;display:flex}.coming-soon-icon{font-size:2rem}.coming-soon-card h2{color:var(--text);font-family:Syne,sans-serif;font-size:1.25rem;font-weight:800}.coming-soon-card p{color:var(--text2);max-width:520px;font-size:.9rem;line-height:1.7}.feature-list{flex-direction:column;gap:.5rem;margin-top:.5rem;display:flex}.feature-item{color:var(--text2);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.feature-item .check{color:var(--go);flex-shrink:0;font-weight:700}.btn-primary{background:var(--accent);color:#04040a;cursor:pointer;letter-spacing:.01em;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.7rem 1.5rem;font-family:inherit;font-size:.875rem;font-weight:700;transition:box-shadow .2s,transform .15s,opacity .15s;display:inline-flex}.btn-primary:hover:not(:disabled){box-shadow:0 0 0 1px var(--accent), 0 0 28px var(--accent-glow);transform:translateY(-1px)}.btn-primary:active:not(:disabled){transform:translateY(0)}@keyframes spin{to{transform:rotate(360deg)}}.section-label{text-transform:uppercase;letter-spacing:.12em;color:var(--muted);margin:0;font-size:.68rem;font-weight:700}.badge{text-transform:uppercase;letter-spacing:.07em;border-radius:5px;flex-shrink:0;align-items:center;padding:.15rem .55rem;font-size:.6rem;font-weight:800;display:inline-flex}.badge-go{background:var(--go-dim);color:var(--go);border:1px solid #10b98133}.badge-nogo{background:var(--nogo-dim);color:var(--nogo);border:1px solid #ef444433}.badge-warn{background:var(--warn-dim);color:var(--warn);border:1px solid #f59e0b33}.chip-go{background:var(--go-dim);color:var(--go);border:1px solid #10b98133}.chip-cyan{background:var(--accent-dim);color:var(--accent);border:1px solid #00c8e033}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:.35s both fadeUp}.stagger>:first-child{animation:.3s 50ms both fadeUp}.stagger>:nth-child(2){animation:.3s .12s both fadeUp}.stagger>:nth-child(3){animation:.3s .19s both fadeUp}.stagger>:nth-child(4){animation:.3s .26s both fadeUp}.stagger>:nth-child(5){animation:.3s .33s both fadeUp}.stagger>:nth-child(6){animation:.3s .4s both fadeUp}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}.nav{z-index:100;-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);background:#060608cc;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;height:56px;padding:0 1.75rem;display:flex;position:sticky;top:0}.nav-brand{flex-shrink:0;align-items:center;gap:.6rem;text-decoration:none;display:flex}.nav-logo-mark{color:#fff;letter-spacing:-.5px;background:linear-gradient(135deg,#00c8e0 0%,#06f 100%);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-family:Syne,sans-serif;font-size:.6rem;font-weight:900;display:flex;box-shadow:0 0 16px #00c8e04d}.nav-logo-text{color:#f0f0f8;letter-spacing:-.02em;font-family:Syne,sans-serif;font-size:.95rem;font-weight:700}.nav-accent{color:#00c8e0}.nav-links{align-items:center;gap:.125rem;display:flex;position:absolute;left:50%;transform:translate(-50%)}.nav-link{color:#4a4a65;white-space:nowrap;border-radius:8px;padding:.35rem .875rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:color .15s,background .15s}.nav-link:hover{color:#a0a0bc;background:#ffffff0a}.nav-link.active{color:#f0f0f8;background:#ffffff12}.nav-right{flex-shrink:0;justify-content:flex-end;align-items:center;min-width:140px;display:flex}.nav-jd-pill{color:#10b981;white-space:nowrap;text-overflow:ellipsis;background:#10b98112;border:1px solid #10b98126;border-radius:999px;align-items:center;gap:.45rem;max-width:200px;padding:.3rem .75rem;font-size:.72rem;font-weight:500;display:flex;overflow:hidden}.nav-jd-empty{color:#4a4a65;font-size:.72rem}.nav-link-inner{align-items:center;gap:.375rem;display:inline-flex}.nav-task-dot{border-radius:50%;flex-shrink:0;width:6px;height:6px;display:inline-block}.nav-task-dot.loading{background:#f59e0b;animation:1s ease-in-out infinite taskPulse;box-shadow:0 0 6px #f59e0b99}.nav-task-dot.done{background:#10b981;animation:.6s both taskBounce;box-shadow:0 0 6px #10b98180}@keyframes taskPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.3;transform:scale(.6)}}@keyframes taskBounce{0%{transform:scale(0)}60%{transform:scale(1.3)}to{transform:scale(1)}}.screener-page{flex-direction:column;gap:1.25rem;max-width:780px;margin:0 auto;padding:3rem 1.5rem 6rem;display:flex}.screener-header{text-align:center;margin-bottom:.5rem}.screener-title{color:#f0f0f8;letter-spacing:-.04em;margin:0 0 .5rem;font-family:Syne,sans-serif;font-size:2.25rem;font-weight:800;line-height:1.1}.screener-title span{color:#00c8e0}.screener-sub{color:#4a4a65;font-size:.9rem}.screener-card{background:#0e0e14;border:1px solid #1c1c28;border-radius:20px;flex-direction:column;gap:1rem;padding:1.5rem;transition:border-color .2s;display:flex}.screener-card:focus-within{border-color:#00c8e040}.field-label{text-transform:uppercase;letter-spacing:.12em;color:#4a4a65;font-size:.68rem;font-weight:700}.jd-textarea{color:#f0f0f8;resize:vertical;box-sizing:border-box;background:#060608cc;border:1px solid #1c1c28;border-radius:12px;width:100%;min-height:180px;padding:1rem 1.125rem;font-family:inherit;font-size:.875rem;line-height:1.65;transition:border-color .15s}.jd-textarea:focus{border-color:#00c8e059;outline:none}.jd-textarea::placeholder{color:#252535}.screener-error{color:#ef4444;align-items:center;gap:.4rem;margin:0;font-size:.82rem;display:flex}.btn-primary{color:#04040a;cursor:pointer;letter-spacing:.01em;background:#00c8e0;border:none;border-radius:10px;justify-content:center;align-self:flex-start;align-items:center;gap:.5rem;padding:.75rem 1.75rem;font-family:inherit;font-size:.875rem;font-weight:700;transition:box-shadow .2s,transform .15s;display:inline-flex}.btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 0 0 1px #00c8e0,0 0 32px #00c8e04d}.btn-primary:disabled{opacity:.35;cursor:not-allowed}.btn-cta{border-radius:12px;align-self:stretch;width:100%;margin-top:.25rem;padding:.9rem;font-size:.95rem}.screener-results{flex-direction:column;gap:1rem;display:flex}.screener-results>*{animation:.4s both fadeUp}.screener-results>:first-child{animation-delay:0s}.screener-results>:nth-child(2){animation-delay:80ms}.screener-results>:nth-child(3){animation-delay:.16s}.screener-results>:nth-child(4){animation-delay:.24s}.screener-results>:nth-child(5){animation-delay:.32s}.screener-results>:nth-child(6){animation-delay:.4s}.result-hero{border:1px solid;border-radius:20px;padding:0;position:relative;overflow:hidden}.result-hero-go{background:linear-gradient(135deg,#10b9810f 0%,#06060800 60%),#0e0e14;border-color:#10b98140}.result-hero-nogo{background:linear-gradient(135deg,#ef44440f 0%,#06060800 60%),#0e0e14;border-color:#ef444440}.result-hero-inner{align-items:center;gap:2rem;padding:2rem 2rem 1.75rem;display:flex}.verdict-block{flex-direction:column;flex:1;gap:.6rem;display:flex}.verdict-tag{align-items:center;gap:.5rem;width:fit-content;display:inline-flex}.verdict-word{letter-spacing:-.04em;font-family:Syne,sans-serif;font-size:2.5rem;font-weight:800;line-height:1}.verdict-go-color{color:#10b981}.verdict-nogo-color{color:#ef4444}.verdict-icon{font-size:1.75rem;line-height:1}.verdict-reason{color:#a0a0bc;max-width:400px;font-size:.9rem;line-height:1.55}.verdict-meta{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.25rem;display:flex}.verdict-pill{color:#a0a0bc;background:#ffffff0d;border:1px solid #ffffff12;border-radius:6px;align-items:center;gap:.35rem;padding:.25rem .65rem;font-size:.72rem;font-weight:600;display:inline-flex}.score-ring-wrap{flex-shrink:0;width:140px;height:140px;position:relative}.score-ring-svg{filter:drop-shadow(0 0 12px);width:100%;height:100%;transform:rotate(-90deg)}.ring-track{fill:none;stroke:#1c1c28;stroke-width:9px}.ring-fill{fill:none;stroke-width:9px;stroke-linecap:round;transition:stroke-dashoffset 1.2s cubic-bezier(.4,0,.2,1)}.score-ring-center{flex-direction:column;justify-content:center;align-items:center;gap:0;display:flex;position:absolute;inset:0}.score-num{letter-spacing:-.04em;font-family:Syne,sans-serif;font-size:3rem;font-weight:800;line-height:1}.score-den{color:#4a4a65;margin-top:2px;font-size:.75rem;font-weight:500}.result-section{background:#0e0e14;border:1px solid #1c1c28;border-radius:16px;flex-direction:column;gap:.875rem;padding:1.25rem 1.375rem;display:flex}.gap-list{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.gap-item{color:#d0d0e8;align-items:flex-start;gap:.6rem;font-size:.875rem;line-height:1.45;display:flex}.badge{text-transform:uppercase;letter-spacing:.07em;border-radius:5px;flex-shrink:0;align-items:center;margin-top:1px;padding:.15rem .5rem;font-size:.58rem;font-weight:800;display:inline-flex}.badge-nogo{color:#ef4444;background:#ef44441f;border:1px solid #ef444433}.badge-warn{color:#f59e0b;background:#f59e0b1f;border:1px solid #f59e0b33}.badge-gray{color:#6a6a88;background:#4a4a6526;border:1px solid #4a4a6533}.badge-go{color:#10b981;background:#10b9811f;border:1px solid #10b98133}.chip-row{flex-wrap:wrap;gap:.4rem;display:flex}.chip{border-radius:999px;padding:.3rem .75rem;font-size:.75rem;font-weight:500}.chip-go{color:#10b981;background:#10b9811a;border:1px solid #10b98133}.chip-cyan{color:#00c8e0;background:#00c8e014;border:1px solid #00c8e033}.match-detail{color:#f0f0f8;margin:0;font-size:.9rem}.match-detail .muted{color:#4a4a65}.red-flag-item{color:#ef4444;background:#ef44440f;border:1px solid #ef44441f;border-radius:8px;align-items:flex-start;gap:.5rem;padding:.6rem .875rem;font-size:.875rem;display:flex}.visa-flag{border-radius:12px;align-items:flex-start;gap:.75rem;padding:.875rem 1.125rem;line-height:1.5;display:flex}.visa-flag-check{background:#f59e0b0f;border:1px solid #f59e0b2e}.visa-flag-skip{background:#ef44440f;border:1px solid #ef44442e}.visa-flag-clear{background:#10b9810d;border:1px solid #10b98126}.visa-icon{flex-shrink:0;padding-top:1px;font-size:1.1rem}.visa-body{flex-direction:column;gap:.2rem;display:flex}.visa-label{letter-spacing:.02em;font-size:.8rem;font-weight:700}.visa-flag-check .visa-label{color:#f59e0b}.visa-flag-skip .visa-label{color:#ef4444}.visa-flag-clear .visa-label{color:#10b981}.visa-note{color:#a0a0bc;font-size:.82rem}.visa-stats{flex-wrap:wrap;gap:.4rem;margin-top:.4rem;display:flex}.visa-stat-chip{color:#d0d0e8;background:#ffffff0f;border:1px solid #ffffff14;border-radius:6px;padding:.15rem .55rem;font-size:.72rem;font-weight:600}.visa-source{color:#6a6a88;font-weight:500}.hero-divider{background:#ffffff0d;height:1px;margin:0 2rem}.hero-footer{align-items:center;gap:.5rem;padding:1rem 2rem;display:flex}.hero-footer-label{color:#4a4a65;font-size:.72rem}.hero-footer-value{color:#a0a0bc;font-size:.8rem;font-weight:600}.jdbar-wrap{border-bottom:1px solid #ffffff0a;flex-direction:column;display:flex}.jdbar{align-items:center;gap:.6rem;padding:.5rem 1.75rem;font-size:.78rem;display:flex}.jdbar--empty{background:#f59e0b0a}.jdbar--loaded{background:#10b98108}.jdbar-warn-icon{color:#f59e0b;flex-shrink:0}.jdbar-warn-text{color:#f59e0b;font-weight:500}.jdbar-role{color:#f0f0f8;font-weight:600}.jdbar-company{color:#a0a0bc}.jdbar-date{color:#4a4a65;font-size:.73rem}.jdbar-sep{color:#252535}.jdbar-right{align-items:center;gap:.5rem;margin-left:auto;display:flex}.jdbar-action-btn{color:#f59e0b;cursor:pointer;background:#f59e0b14;border:1px solid #f59e0b33;border-radius:6px;margin-left:auto;padding:.25rem .7rem;font-family:inherit;font-size:.72rem;font-weight:600;transition:background .15s}.jdbar-action-btn:hover{background:#f59e0b24}.jdbar-change{color:#4a4a65;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.72rem;transition:color .15s}.jdbar-change:hover{color:#00c8e0}.jdbar-clear{color:#252535;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.65rem;line-height:1;transition:color .15s}.jdbar-clear:hover{color:#ef4444}.pulse-dot{background:#10b981;border-radius:50%;flex-shrink:0;width:5px;height:5px;animation:2s ease-in-out infinite pulse}.jdbar-expanded{background:#09090f;border-top:1px solid #ffffff0a;flex-direction:column;gap:.75rem;padding:1.125rem 1.75rem;animation:.18s slideDown;display:flex}@keyframes slideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.jdbar-textarea{color:#f0f0f8;resize:vertical;box-sizing:border-box;background:#060608e6;border:1px solid #1c1c28;border-radius:10px;width:100%;padding:.875rem 1rem;font-family:inherit;font-size:.85rem;line-height:1.6;transition:border-color .15s}.jdbar-textarea:focus{border-color:#00c8e04d;outline:none}.jdbar-textarea::placeholder{color:#1c1c28}.jdbar-error{color:#ef4444;margin:0;font-size:.78rem}.jdbar-actions{align-items:center;gap:.625rem;display:flex}.jdbar-load-btn{color:#04040a;cursor:pointer;background:#00c8e0;border:none;border-radius:8px;padding:.45rem 1.125rem;font-family:inherit;font-size:.82rem;font-weight:700;transition:box-shadow .2s,transform .1s}.jdbar-load-btn:hover{transform:translateY(-1px);box-shadow:0 0 20px #00c8e04d}.jdbar-cancel-btn{color:#4a4a65;cursor:pointer;background:0 0;border:1px solid #1c1c28;border-radius:8px;padding:.45rem .875rem;font-family:inherit;font-size:.82rem;transition:border-color .15s,color .15s}.jdbar-cancel-btn:hover{color:#a0a0bc;border-color:#252535}.jdbar-hint{color:#252535;margin-left:auto;font-size:.7rem}.rp-page{color:#000;box-sizing:border-box;background:#fff;width:100%;padding:.6in .75in;font-family:Times New Roman,Times,serif;font-size:10.5pt;line-height:1.3}.rp-header{text-align:center;margin-bottom:4pt}.rp-name{letter-spacing:.01em;margin:0 0 1pt;font-family:Times New Roman,Times,serif;font-size:18pt;font-weight:700}.rp-contact{color:#111;margin:0 0 1pt;font-size:9pt}.rp-tagline{color:#000;margin:0;font-size:9.5pt;font-weight:700}.rp-section{margin-top:7pt}.rp-section-heading{text-transform:uppercase;letter-spacing:.03em;border-bottom:1pt solid #000;margin:0 0 4pt;padding-bottom:1pt;font-family:Times New Roman,Times,serif;font-size:10pt;font-weight:700}.rp-edu-entry{margin-bottom:4pt}.rp-edu-row{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.rp-edu-school{font-size:10.5pt;font-weight:700}.rp-edu-city{white-space:nowrap;flex-shrink:0;font-size:10pt}.rp-edu-degree{font-size:10pt;font-style:italic}.rp-edu-dates{white-space:nowrap;flex-shrink:0;font-size:10pt}.rp-job{margin-bottom:5pt}.rp-job-header{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.rp-job-title-line{flex:1;font-size:10.5pt;font-weight:700}.rp-job-sep,.rp-job-loc{font-weight:400}.rp-job-dates{white-space:nowrap;flex-shrink:0;font-size:10pt;font-weight:400}.rp-bullets{margin:1pt 0 0 14pt;padding:0;list-style:outside}.rp-bullets li{margin-bottom:1pt;font-size:10pt;line-height:1.3}.rp-project{margin-bottom:4pt}.rp-project-header{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.rp-project-name{flex:1;font-size:10.5pt;font-weight:700}.rp-project-date{white-space:nowrap;flex-shrink:0;font-size:10pt;font-weight:400}.rp-skills{flex-direction:column;gap:1pt;display:flex}.rp-skill-line{margin:0;font-size:10pt;line-height:1.35}.rp-cert-row{justify-content:space-between;align-items:baseline;gap:.5rem;margin-bottom:1.5pt;display:flex}.rp-cert-name{flex:1;font-size:10pt;font-weight:700}.rp-cert-date{white-space:nowrap;flex-shrink:0;font-size:10pt;font-weight:400}@media print{.rp-page{box-shadow:none;background:#fff;padding:.55in .7in}.rp-name{font-size:17pt}.rp-contact{font-size:8.5pt}.rp-tagline{font-size:9pt}.rp-section-heading{font-size:9.5pt}.rp-edu-school{font-size:10pt}.rp-edu-degree,.rp-edu-city,.rp-edu-dates{font-size:9.5pt}.rp-job-title-line{font-size:10pt}.rp-job-dates,.rp-bullets li{font-size:9.5pt}.rp-project-name{font-size:10pt}.rp-project-date,.rp-skill-line,.rp-cert-name,.rp-cert-date{font-size:9.5pt}@page{margin:.45in;size:letter portrait}}.rb-page{flex-direction:column;gap:1.25rem;max-width:860px;margin:0 auto;padding:2.5rem 1.5rem 6rem;display:flex}.rb-header{text-align:center;margin-bottom:.25rem}.rb-title{color:#f0f0f8;letter-spacing:-.04em;margin:0 0 .5rem;font-family:Syne,sans-serif;font-size:2.25rem;font-weight:800;line-height:1.1}.rb-title span{color:#00c8e0}.rb-sub{color:#4a4a65;font-size:.875rem}.rb-sub strong{color:#a0a0bc;font-weight:600}.rb-section-label{text-transform:uppercase;letter-spacing:.12em;color:#4a4a65;align-items:center;gap:.625rem;margin:0 0 .75rem;font-size:.65rem;font-weight:700;display:flex}.rb-version-wrap{background:#0e0e14;border:1px solid #1c1c28;border-radius:20px;padding:1.375rem 1.5rem}.rb-recommended-badge{color:#00c8e0;text-transform:none;letter-spacing:0;background:#00c8e014;border:1px solid #00c8e033;border-radius:999px;padding:.15rem .5rem;font-size:.62rem;font-weight:700}.rb-version-grid{grid-template-columns:repeat(4,1fr);gap:.5rem;display:grid}@media (width<=700px){.rb-version-grid{grid-template-columns:repeat(2,1fr)}}.rb-version-btn{cursor:pointer;text-align:center;background:#09090f;border:1px solid #1c1c28;border-radius:12px;flex-direction:column;align-items:center;gap:.25rem;padding:.875rem .5rem;font-family:inherit;transition:border-color .15s,background .15s,transform .1s;display:flex}.rb-version-btn:hover{background:#0e0e14;border-color:#252535}.rb-version-btn.active{background:#00c8e00a;transform:translateY(-1px)}.rb-version-key{color:#4a4a65;font-family:Syne,sans-serif;font-size:1.1rem;font-weight:800;line-height:1;transition:color .15s}.rb-version-btn.active .rb-version-key{color:inherit}.rb-version-label{color:#a0a0bc;font-size:.7rem;font-weight:700;line-height:1.2}.rb-version-desc{color:#4a4a65;font-size:.6rem;line-height:1.3}.rb-context-banner{background:#00c8e008;border:1px solid #00c8e01a;border-radius:12px;flex-wrap:wrap;align-items:center;gap:1rem;padding:.875rem 1.25rem;display:flex}.rb-context-item{flex-direction:column;gap:.125rem;display:flex}.rb-context-key{text-transform:uppercase;letter-spacing:.1em;color:#4a4a65;font-size:.62rem;font-weight:700}.rb-context-val{color:#a0a0bc;font-size:.8rem;font-weight:600}.rb-context-sep{background:#1c1c28;flex-shrink:0;width:1px;height:28px}.rb-build-wrap{flex-direction:column;gap:.5rem;display:flex}.rb-error{color:#ef4444;margin:0;font-size:.82rem}.rb-build-btn{color:#04040a;cursor:pointer;letter-spacing:.01em;white-space:nowrap;background:#00c8e0;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 2rem;font-family:inherit;font-size:.9rem;font-weight:700;transition:box-shadow .2s,transform .15s;display:inline-flex}.rb-build-btn.sm{border-radius:8px;padding:.5rem 1rem;font-size:.8rem}.rb-build-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 0 0 1px #00c8e0,0 0 40px #00c8e04d}.rb-build-btn:disabled{opacity:.35;cursor:not-allowed}.rb-loading-hint{color:#4a4a65;text-align:center;margin:0;font-size:.775rem}.spinner{border:2px solid #04040a40;border-top-color:#04040a;border-radius:50%;flex-shrink:0;width:14px;height:14px;animation:.65s linear infinite spin}.spinner.sm{width:11px;height:11px}.spinner.dark{border-color:#f0f0f8 #fff3 #fff3}.rb-no-jd{text-align:center;flex-direction:column;align-items:center;gap:1rem;max-width:420px;margin:0 auto;padding:4rem 2rem;display:flex}.rb-no-jd-icon{font-size:2.5rem}.rb-no-jd h2{color:#f0f0f8;letter-spacing:-.03em;margin:0;font-family:Syne,sans-serif;font-size:1.375rem;font-weight:800}.rb-no-jd p{color:#4a4a65;margin:0;font-size:.875rem;line-height:1.6}.rb-btn-secondary{color:#a0a0bc;cursor:pointer;background:0 0;border:1px solid #252535;border-radius:8px;padding:.625rem 1.5rem;font-family:inherit;font-size:.82rem;font-weight:600;transition:border-color .15s,color .15s}.rb-btn-secondary:hover{color:#00c8e0;border-color:#00c8e0}.rb-topbar{background:#0a0a10;border-bottom:1px solid #1c1c28;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.625rem 1.5rem;display:flex}.rb-topbar-left{align-items:center;gap:.5rem;display:flex}.rb-topbar-version{font-size:.82rem;font-weight:700}.rb-topbar-company{color:#4a4a65;font-size:.82rem}.rb-topbar-right{align-items:center;gap:.5rem;display:flex}.rb-rebuild-btn{color:#4a4a65;cursor:pointer;background:0 0;border:1px solid #252535;border-radius:6px;padding:.375rem .75rem;font-family:inherit;font-size:.75rem;transition:color .15s,border-color .15s}.rb-rebuild-btn:hover{color:#a0a0bc;border-color:#4a4a65}.rb-split{height:calc(100vh - 102px);display:flex;overflow:hidden}@media (width<=900px){.rb-split{flex-direction:column;height:auto;overflow:visible}}.rb-preview-panel{border-right:1px solid #1c1c28;flex-direction:column;flex:0 0 57%;display:flex;overflow:hidden}@media (width<=900px){.rb-preview-panel{flex:none;height:70vh}}.rb-preview-header{background:#09090f;border-bottom:1px solid #1c1c28;flex-shrink:0;justify-content:space-between;align-items:center;padding:.625rem 1rem;display:flex}.rb-preview-label{text-transform:uppercase;letter-spacing:.1em;color:#4a4a65;font-size:.65rem;font-weight:700}.rb-preview-actions{gap:.4rem;display:flex}.rb-dl-btn{cursor:pointer;border:1px solid;border-radius:6px;padding:.25rem .625rem;font-family:inherit;font-size:.7rem;font-weight:700;transition:opacity .15s}.rb-dl-btn.word{color:#00c8e0;background:#00c8e014;border-color:#00c8e033}.rb-dl-btn.pdf{color:#8b5cf6;background:#8b5cf614;border-color:#8b5cf633}.rb-dl-btn:hover{opacity:.8}.rb-dl-btn:disabled{opacity:.35;cursor:not-allowed}.rb-preview-scroll{background:#3a3a3a;flex:1;justify-content:center;padding:1.5rem 1rem;display:flex;overflow-y:auto}.rb-preview-paper{background:#fff;border-radius:2px;width:100%;max-width:780px;box-shadow:0 4px 32px #00000080}.rb-right-panel{flex-direction:column;flex:0 0 43%;gap:0;display:flex;overflow-y:auto}@media (width<=900px){.rb-right-panel{flex:none}}.rb-ats-mini{border-bottom:1px solid #1c1c28;flex-wrap:wrap;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;display:flex}.rb-ats-arrow{color:#252535;flex-shrink:0;padding-top:1rem;font-size:1.1rem}.rb-ats-info{flex:1;min-width:0}.rb-kw-chips{flex-wrap:wrap;gap:.3rem;margin-bottom:.375rem;display:flex}.rb-kw-chip{color:#00c8e0;background:#00c8e012;border:1px solid #00c8e033;border-radius:999px;padding:.15rem .5rem;font-size:.67rem;font-weight:500}.rb-tailoring-note{color:#4a4a65;margin:0;font-size:.72rem;line-height:1.4}.ats-ring-wrap{flex-direction:column;flex-shrink:0;align-items:center;gap:.25rem;display:flex;position:relative}.ats-ring-svg{filter:drop-shadow(0 0 6px);width:72px;height:72px;transform:rotate(-90deg)}.ats-ring-track{fill:none;stroke:#1c1c28;stroke-width:6px}.ats-ring-fill{fill:none;stroke-width:6px;stroke-linecap:round;transition:stroke-dashoffset 1.2s cubic-bezier(.4,0,.2,1)}.ats-ring-center{justify-content:center;align-items:center;gap:1px;width:72px;height:72px;display:flex;position:absolute;top:0;left:0}.ats-ring-num{font-family:Syne,sans-serif;font-size:1.375rem;font-weight:800;line-height:1}.ats-ring-pct{color:#4a4a65;margin-top:3px;font-size:.65rem}.ats-ring-label{color:#4a4a65;text-transform:uppercase;letter-spacing:.1em;margin:0;font-size:.62rem;font-weight:600}.rb-chat-panel{border-bottom:1px solid #1c1c28;flex-direction:column;flex:1;gap:.625rem;padding:1rem 1.25rem;display:flex}.rb-chat-label{text-transform:uppercase;letter-spacing:.12em;color:#4a4a65;margin:0;font-size:.65rem;font-weight:700}.rb-quick-chips{flex-wrap:wrap;gap:.35rem;display:flex}.rb-quick-chip{color:#4a4a65;cursor:pointer;text-align:left;background:#09090f;border:1px solid #1c1c28;border-radius:999px;padding:.25rem .625rem;font-family:inherit;font-size:.68rem;transition:border-color .15s,color .15s,background .15s}.rb-quick-chip:hover:not(:disabled){color:#a0a0bc;background:#0e0e14;border-color:#252535}.rb-quick-chip:disabled{opacity:.4;cursor:not-allowed}.rb-chat-history{background:#06060a;border:1px solid #1c1c28;border-radius:10px;flex-direction:column;gap:.625rem;max-height:220px;padding:.5rem;display:flex;overflow-y:auto}.rb-chat-turn{flex-direction:column;gap:.25rem;display:flex}.rb-chat-user{justify-content:flex-end;align-items:flex-end;gap:.375rem;display:flex}.rb-chat-claude{justify-content:flex-start;display:flex}.rb-chat-bubble{border-radius:10px;max-width:90%;padding:.4rem .75rem;font-size:.78rem;line-height:1.4}.rb-chat-bubble.user{color:#d0d0e8;background:#00c8e01a;border:1px solid #00c8e033}.rb-chat-bubble.claude{color:#6ee7b7;background:#10b98114;border:1px solid #10b98126}.rb-chat-ts{color:#252535;flex-shrink:0;font-size:.62rem}.rb-chat-input-wrap{align-items:flex-end;gap:.5rem;display:flex}.rb-chat-input{color:#f0f0f8;resize:none;box-sizing:border-box;background:#09090f;border:1px solid #1c1c28;border-radius:10px;flex:1;padding:.625rem .875rem;font-family:inherit;font-size:.82rem;line-height:1.5;transition:border-color .15s}.rb-chat-input:focus{border-color:#00c8e04d;outline:none}.rb-chat-input::placeholder{color:#252535}.rb-chat-input:disabled{opacity:.4}.rb-chat-send{color:#04040a;cursor:pointer;background:#00c8e0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;font-weight:700;transition:opacity .15s;display:flex}.rb-chat-send:disabled{opacity:.35;cursor:not-allowed}.rb-chat-send:hover:not(:disabled){opacity:.85}.rb-chat-hint{color:#252535;margin:0;font-size:.67rem}.rb-download-section{flex-direction:column;gap:.5rem;padding:1rem 1.25rem 1.5rem;display:flex}.rb-download-btns{gap:.5rem;display:flex}.rb-download-btn{cursor:pointer;border:1px solid;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:.375rem;padding:.625rem 1rem;font-family:inherit;font-size:.8rem;font-weight:700;transition:opacity .15s,transform .1s;display:inline-flex}.rb-download-btn.word{color:#00c8e0;background:#00c8e014;border-color:#00c8e040}.rb-download-btn.pdf{color:#8b5cf6;background:#8b5cf614;border-color:#8b5cf640}.rb-download-btn:hover:not(:disabled){opacity:.8;transform:translateY(-1px)}.rb-download-btn:disabled{opacity:.35;cursor:not-allowed}.rb-download-hint{color:#252535;margin:0;font-size:.7rem;line-height:1.4}.rewriter-card{background:#0e0e14;border:1px solid #1c1c28;border-radius:20px;flex-direction:column;gap:1rem;padding:1.5rem;transition:border-color .2s;display:flex}.rewriter-card:focus-within{border-color:#00c8e033}.bullet-textarea{color:#f0f0f8;resize:vertical;box-sizing:border-box;background:#060608cc;border:1px solid #1c1c28;border-radius:12px;width:100%;min-height:100px;padding:1rem 1.125rem;font-family:inherit;font-size:.875rem;line-height:1.65;transition:border-color .15s}.bullet-textarea:focus{border-color:#00c8e04d;outline:none}.bullet-textarea::placeholder{color:#252535}.rewriter-note{color:#4a4a65;background:#00c8e00a;border:1px solid #00c8e014;border-radius:8px;margin:0;padding:.6rem .875rem;font-size:.78rem}.screener-error{color:#ef4444;margin:0;font-size:.82rem}.issues-card{background:#f59e0b0a;border:1px solid #f59e0b1f;border-radius:14px;flex-direction:column;gap:.625rem;padding:1.125rem 1.375rem;animation:.3s fadeUp;display:flex}.issues-list{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.issue-item{color:#d4a64a;gap:.5rem;font-size:.845rem;line-height:1.45;display:flex}.issue-dot{color:#f59e0b;flex-shrink:0;margin-top:1px}.results-stack{flex-direction:column;gap:.875rem;display:flex}.results-stack>:first-child{animation:.3s 50ms both fadeUp}.results-stack>:nth-child(2){animation:.3s .13s both fadeUp}.results-stack>:nth-child(3){animation:.3s .21s both fadeUp}.rewrite-card{background:#0e0e14;border:1px solid #1c1c28;border-left:3px solid;border-radius:16px;flex-direction:column;gap:.875rem;padding:1.25rem 1.375rem;transition:border-color .2s,box-shadow .2s;display:flex}.rewrite-card:hover{box-shadow:0 4px 24px #0000004d}.accent-0{border-left-color:#00c8e0}.accent-1{border-left-color:#8b5cf6}.accent-2{border-left-color:#10b981}.rewrite-top{justify-content:space-between;align-items:center;display:flex}.rewrite-tone{text-transform:uppercase;letter-spacing:.1em;color:#4a4a65;font-size:.68rem;font-weight:700}.copy-btn{color:#a0a0bc;cursor:pointer;background:#13131b;border:1px solid #1c1c28;border-radius:7px;padding:.25rem .75rem;font-family:inherit;font-size:.72rem;font-weight:600;transition:background .15s,color .15s,border-color .15s}.copy-btn:hover{color:#f0f0f8;background:#1c1c28}.copy-btn.copied{color:#10b981;background:#10b9811a;border-color:#10b98133}.rewrite-text{color:#f0f0f8;margin:0;font-size:.9rem;line-height:1.65}.rewrite-why{color:#4a4a65;border-top:1px solid #1c1c28;margin:0;padding-top:.625rem;font-size:.775rem;line-height:1.5}.outreach-page{flex-direction:column;gap:1.5rem;max-width:1200px;margin:0 auto;padding:2.5rem 1.5rem 4rem;display:flex}.outreach-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.outreach-title{color:#eeeef5;margin:0 0 .4rem;font-family:Syne,sans-serif;font-size:2rem;font-weight:800}.outreach-sub{color:#5a5a78;margin:0;font-size:.95rem}.outreach-jd-pill{color:#00c8e0;white-space:nowrap;background:#00c8e014;border:1px solid #00c8e033;border-radius:999px;flex-shrink:0;align-items:center;gap:.5rem;padding:.35rem .85rem;font-size:.8rem;display:flex}.pulse-dot{background:#00c8e0;border-radius:50%;width:7px;height:7px;animation:2s infinite pulse}.outreach-no-jd{text-align:center;background:#11111c;border:1px dashed #1e1e30;border-radius:16px;flex-direction:column;align-items:center;gap:.75rem;padding:4rem 2rem;display:flex}.no-jd-icon{margin-bottom:.25rem;font-size:2.5rem}.outreach-no-jd h3{color:#eeeef5;margin:0;font-family:Syne,sans-serif;font-size:1.2rem;font-weight:700}.outreach-no-jd p{color:#5a5a78;max-width:500px;margin:0;font-size:.9rem;line-height:1.6}.outreach-body{grid-template-columns:360px 1fr;align-items:start;gap:1.25rem;display:grid}@media (width<=860px){.outreach-body{grid-template-columns:1fr}}.panel-heading{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.panel-label{text-transform:uppercase;letter-spacing:.1em;color:#5a5a78;font-size:.7rem;font-weight:700}.target-panel{flex-direction:column;gap:.75rem;display:flex}.btn-refresh{color:#5a5a78;cursor:pointer;background:0 0;border:1px solid #1e1e30;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;font-size:1rem;transition:color .15s,border-color .15s;display:flex}.btn-refresh:hover:not(:disabled){color:#00c8e0;border-color:#00c8e0}.targets-loading{color:#5a5a78;align-items:center;gap:.75rem;padding:1rem 0;font-size:.875rem;display:flex}.spinner-lg{border:2px solid #1e1e30;border-top-color:#00c8e0;border-radius:50%;flex-shrink:0;width:20px;height:20px;animation:.7s linear infinite spin}.btn-load-targets{color:#00c8e0;cursor:pointer;text-align:center;background:#00c8e014;border:1px solid #00c8e040;border-radius:10px;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;transition:background .15s}.btn-load-targets:hover{background:#00c8e024}.outreach-error{color:#ef4444;margin:0;font-size:.85rem}.target-card{cursor:pointer;background:#11111c;border:1px solid #1e1e30;border-radius:12px;flex-direction:column;gap:.5rem;padding:1rem;transition:border-color .15s,transform .1s,box-shadow .15s;display:flex}.target-card:hover{border-color:#00c8e059;transform:translateY(-1px);box-shadow:0 4px 20px #00c8e014}.target-card--selected{border-color:#00c8e0;box-shadow:0 0 0 1px #00c8e033,0 4px 20px #00c8e01a}.target-card-top{align-items:center;gap:.6rem;display:flex}.target-icon{flex-shrink:0;font-size:1.4rem;line-height:1}.target-meta{flex-direction:column;flex:1;gap:.1rem;display:flex}.target-label{color:#eeeef5;font-size:.9rem;font-weight:600}.target-priority{text-transform:uppercase;letter-spacing:.08em;font-size:.65rem;font-weight:700}.priority-high{color:#10b981}.priority-medium{color:#f59e0b}.target-check{color:#00c8e0;flex-shrink:0;font-size:1rem;font-weight:700}.target-why{color:#5a5a78;margin:0;font-size:.825rem;line-height:1.5}.search-string-row{flex-direction:column;gap:.3rem;display:flex}.search-string-label{text-transform:uppercase;letter-spacing:.08em;color:#2a2a40;font-size:.65rem;font-weight:700}.search-string-box{background:#07070f;border:1px solid #1e1e30;border-radius:8px;align-items:center;gap:.5rem;padding:.4rem .6rem;display:flex;overflow:hidden}.search-string-text{color:#5a5a78;text-overflow:ellipsis;white-space:nowrap;flex:1;font-family:Courier New,monospace;font-size:.72rem;overflow:hidden}.btn-copy-search{color:#5a5a78;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #1e1e30;border-radius:4px;flex-shrink:0;padding:.15rem .4rem;font-size:.7rem;transition:color .15s,border-color .15s}.btn-copy-search:hover{color:#00c8e0;border-color:#00c8e066}.target-tips{color:#2a2a40;margin:0;font-size:.75rem;font-style:italic;line-height:1.4}.btn-find-people{color:#00c8e0;cursor:pointer;background:#00c8e00d;border:1px dashed #00c8e04d;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;width:100%;padding:.55rem .75rem;font-size:.8rem;font-weight:600;transition:background .15s,border-color .15s;display:flex}.btn-find-people:hover:not(:disabled){background:#00c8e01a;border-color:#00c8e080}.btn-find-people:disabled{opacity:.4;cursor:not-allowed}.spinner-xs{border:2px solid #00c8e033;border-top-color:#00c8e0;border-radius:50%;flex-shrink:0;width:12px;height:12px;animation:.6s linear infinite spin}.people-section{border-top:1px solid #1e1e30;flex-direction:column;gap:.4rem;margin-top:.1rem;padding-top:.6rem;display:flex}.people-section-label{text-transform:uppercase;letter-spacing:.08em;color:#5a5a78;margin-bottom:.15rem;font-size:.65rem;font-weight:700}.person-card{cursor:pointer;background:#07070f;border:1px solid #1e1e30;border-radius:8px;padding:.6rem .75rem;transition:border-color .15s,background .15s}.person-card:hover{background:#00c8e008;border-color:#00c8e04d}.person-card--active{background:#00c8e00d;border-color:#00c8e0}.person-card-main{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.person-info{flex-direction:column;flex:1;gap:.1rem;min-width:0;display:flex}.person-name{color:#eeeef5;white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}.person-title{color:#5a5a78;white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;overflow:hidden}.person-actions{flex-shrink:0;align-items:center;gap:.35rem;display:flex}.btn-linkedin{color:#4b9cd3;white-space:nowrap;background:#0a66c21a;border:1px solid #0a66c240;border-radius:4px;padding:.2rem .45rem;font-size:.7rem;font-weight:600;text-decoration:none;transition:background .15s}.btn-linkedin:hover{background:#0a66c233}.btn-use-person{color:#00c8e0;cursor:pointer;white-space:nowrap;background:#00c8e014;border:1px solid #00c8e033;border-radius:4px;padding:.2rem .55rem;font-size:.7rem;font-weight:600;transition:background .15s}.btn-use-person:hover{background:#00c8e026}.people-empty{color:#2a2a40;margin:0;font-size:.8rem;font-style:italic}.people-note{color:#2a2a40;margin:0;font-size:.7rem;font-style:italic;line-height:1.4}.btn-research{color:#2a2a40;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:.72rem;transition:color .15s}.btn-research:hover:not(:disabled){color:#5a5a78}.generator-person-badge{color:#10b981;background:#10b98114;border:1px solid #10b98133;border-radius:999px;align-items:center;gap:.35rem;padding:.2rem .65rem;font-size:.78rem;font-weight:600;display:inline-flex}.person-verify-link{color:#10b981;opacity:.7;font-size:.7rem;text-decoration:none;transition:opacity .15s}.person-verify-link:hover{opacity:1}.generator-panel{background:#11111c;border:1px solid #1e1e30;border-radius:16px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex;position:sticky;top:80px}.generator-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:3rem 1rem;display:flex}.generator-empty-icon{color:#1e1e30;font-size:2rem}.generator-empty p{color:#2a2a40;max-width:260px;margin:0;font-size:.9rem;line-height:1.5}.generator-for{align-items:center;gap:.75rem;display:flex}.generator-target-badge{color:#00c8e0;background:#00c8e014;border:1px solid #00c8e033;border-radius:999px;align-items:center;gap:.4rem;padding:.2rem .7rem;font-size:.8rem;font-weight:600;display:inline-flex}.msg-type-tabs{flex-wrap:wrap;gap:.4rem;display:flex}.msg-tab{color:#5a5a78;cursor:pointer;background:#07070f;border:1px solid #1e1e30;border-radius:8px;align-items:center;gap:.35rem;padding:.35rem .75rem;font-size:.8rem;font-weight:600;transition:all .15s;display:flex}.msg-tab:hover{color:#eeeef5;border-color:#00c8e04d}.msg-tab--active{color:#00c8e0;background:#00c8e01a;border-color:#00c8e080}.tab-limit{color:#ef4444;background:#ef444426;border-radius:4px;padding:.05rem .3rem;font-size:.65rem;font-weight:700}.msg-type-desc{color:#5a5a78;background:#07070f;border-left:2px solid #1e1e30;border-radius:8px;margin:0;padding:.5rem .75rem;font-size:.8rem;line-height:1.5}.generator-inputs{flex-direction:column;gap:.6rem;display:flex}.input-row{flex-direction:column;gap:.3rem;display:flex}.input-label{text-transform:uppercase;letter-spacing:.08em;color:#5a5a78;font-size:.7rem;font-weight:600}.gen-input{color:#eeeef5;box-sizing:border-box;background:#07070f;border:1px solid #1e1e30;border-radius:8px;width:100%;padding:.6rem .85rem;font-family:inherit;font-size:.875rem;transition:border-color .15s}.gen-input:focus{border-color:#00c8e0;outline:none}.gen-input::placeholder{color:#2a2a40}.btn-generate{color:#07070f;cursor:pointer;background:#00c8e0;border:none;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.5rem;font-size:.9rem;font-weight:700;transition:box-shadow .2s,transform .1s;display:flex}.btn-generate:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 0 24px #00c8e066}.btn-generate:disabled{opacity:.6;cursor:not-allowed}.spinner{border:2px solid #07070f4d;border-top-color:#07070f;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite spin}.message-output{flex-direction:column;gap:.6rem;animation:.25s fadeUp;display:flex}.subject-row{background:#00c8e00d;border:1px solid #00c8e026;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.subject-label{text-transform:uppercase;letter-spacing:.08em;color:#5a5a78;flex-shrink:0;font-size:.7rem;font-weight:700}.subject-text{color:#eeeef5;font-size:.875rem}.message-textarea{color:#eeeef5;resize:vertical;box-sizing:border-box;background:#07070f;border:1px solid #1e1e30;border-radius:10px;width:100%;min-height:220px;padding:1rem;font-family:inherit;font-size:.875rem;line-height:1.7;transition:border-color .15s}.message-textarea:focus{border-color:#00c8e066;outline:none}.char-counter-row{justify-content:space-between;align-items:center;gap:1rem;display:flex}.char-counter-left{flex:1;align-items:center;gap:.6rem;display:flex}.char-bar-wrap{background:#1e1e30;border-radius:999px;flex-shrink:0;width:80px;height:4px;overflow:hidden}.char-bar-fill{border-radius:999px;height:100%;transition:width .3s,background .3s}.char-count{font-size:.75rem;font-weight:600;transition:color .3s}.output-actions{flex-shrink:0;gap:.4rem;display:flex}.btn-action{color:#5a5a78;cursor:pointer;background:#07070f;border:1px solid #1e1e30;border-radius:8px;padding:.35rem .8rem;font-size:.8rem;font-weight:600;transition:all .15s}.btn-action:hover:not(:disabled){color:#eeeef5;border-color:#00c8e04d}.btn-action:disabled{opacity:.4;cursor:not-allowed}.btn-copy{color:#00c8e0;background:#00c8e00f;border-color:#00c8e033}.btn-copy:hover:not(:disabled){color:#00c8e0;background:#00c8e01f;border-color:#00c8e066}.btn-copy--done{color:#10b981!important;background:#10b98114!important;border-color:#10b9814d!important}.message-notes{color:#2a2a40;margin:0;font-size:.75rem;font-style:italic;line-height:1.5}
