.page-shell{background:radial-gradient(circle at 10% 20%,#3bbdad1f 0%,#3bbdad00 38%),radial-gradient(circle at 85% 0,#0f766e1f 0%,#0f766e00 42%),linear-gradient(#f5fdfb 0%,#f7f9fb 48%,#fff 100%);min-height:100vh;padding:102px 0 40px;font-family:Manrope,DM Sans,sans-serif}.page-shell-container{max-width:1120px;margin:0 auto;padding:0 12px}.page-shell-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:20px;display:flex}.page-shell-title{color:#13202b;letter-spacing:-.01em;margin:0;font-size:28px;font-weight:800}.page-shell-title-wrap{min-width:0}.page-subtitle{color:#5d6b79;margin:6px 0 0;font-size:14px;line-height:1.5}.page-empty-state{text-align:center;background:#fff;border:1px solid #d8e7e4;border-radius:16px;padding:42px 20px;box-shadow:0 14px 38px #21443f1f}.page-empty-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:14px;display:flex}.action-buttons-sec{flex-wrap:wrap;gap:12px;display:flex}.ip-btn{text-align:center;cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;min-height:42px;padding:12px 16px;font-family:Manrope,DM Sans,sans-serif;font-size:14px;font-weight:700;line-height:1.2;transition:transform .15s,box-shadow .15s,background-color .15s;display:inline-flex}.ip-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.ip-btn-primary{color:#fff;background:linear-gradient(120deg,#3bbdad 0%,#0f766e 100%);box-shadow:0 10px 24px #2b998e47}.ip-btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 30px #2b998e57}@media only screen and (max-width:991px){.page-shell{padding-top:90px}.page-shell-title{font-size:23px}.page-shell-container{padding:0 8px}.page-shell-header{margin-bottom:16px}}@media only screen and (max-width:767px){.page-shell{padding-top:86px}.page-shell-title{font-size:21px;line-height:1.3}.page-shell-header .action-buttons-sec .ip-btn{flex:1 1 0}.page-empty-state{padding:28px 14px}.page-empty-state img{width:136px}}@media only screen and (max-width:480px){.page-shell-container{padding:0 6px}.page-shell-title{font-size:19px}}.career-insights-sec,.cover-letter-sec{min-height:100vh;font-weight:300}.career-head:not(.insight-title){margin-bottom:20px}.insight-title{flex-direction:column-reverse;gap:8px;display:flex}.insight-title .reaction{justify-content:flex-end;width:100%}.insight-title .cover-letter-page-title{width:fit-content;margin-top:5px;margin-bottom:5px;font-size:22px;font-weight:600;line-height:1.4}.created-date{color:#ababab;font-size:13px}.action-buttons-sec{text-align:right;width:fit-content;margin-top:20px;margin-bottom:20px}.career-insight-skeleton{margin-top:20px}.career-insight-skeleton .skeleton-wrap{flex-direction:column;display:flex}.career-insight-skeleton .skeleton-line,.career-insight-skeleton .skeleton-box{background:#e5eeed;border-radius:8px;position:relative;overflow:hidden}.career-insight-skeleton .skeleton-line:after,.career-insight-skeleton .skeleton-box:after{content:"";background:linear-gradient(90deg,#e5eeed00 0%,#ffffffd9 50%,#e5eeed00 100%);width:120%;height:100%;animation:1.6s infinite career-skeleton;position:absolute;top:0;left:-150%}.career-insight-skeleton .insight-div{margin-bottom:32px}@keyframes career-skeleton{to{transform:translate(250%)}}.career-insight-processor{text-align:center;width:100%;padding:48px 24px}.career-insight-processor-inner{flex-direction:column;align-items:center;display:flex}.processor-step-icon-wrap{background:#3bbdad1a;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:20px;display:flex}.processor-step-icon{color:#3bbdad;font-size:36px;line-height:1;display:inline-block}.processor-headline{color:#13202b;margin:0 0 12px;font-size:18px;font-weight:600;transition:opacity .3s;animation:.35s ci-fade-in}.processor-step-dots{justify-content:center;gap:8px;margin-bottom:28px;display:flex}.processor-step-dot{background:#d8e7e4;border-radius:50%;width:8px;height:8px;transition:background .4s,transform .3s}.processor-step-dot.active{background:#3bbdad;transform:scale(1.35)}.processor-step-dot.done{opacity:.4;background:#3bbdad}.processor-tidbit-card{background:#f3fffd;border:1px solid #d8e7e4;border-left:4px solid #3bbdad;border-radius:12px;flex-direction:row;align-items:flex-start;max-width:560px;min-height:72px;margin:0 auto;padding:20px 24px;display:flex;box-shadow:0 2px 8px #21443f0f}.processor-tidbit-icon{color:#3bbdad;flex-shrink:0;margin-top:2px;margin-right:12px;font-size:18px}.processor-tidbit{color:#353535;text-align:left;flex:1;margin:0;font-size:15px;font-weight:400;line-height:1.6;transition:opacity .3s;animation:.35s ci-fade-in}@keyframes ci-fade-in{0%{opacity:0}to{opacity:1}}@keyframes ci-scan{0%{opacity:.4;transform:translate(-4px)}50%{opacity:1;transform:translate(4px)}to{opacity:.4;transform:translate(-4px)}}.anim-scan{animation:1.6s ease-in-out infinite ci-scan}@keyframes ci-pulse-glow{0%,to{opacity:.6;transform:scale(.9)}50%{opacity:1;transform:scale(1.15)}}.anim-pulse-glow{animation:1.4s ease-in-out infinite ci-pulse-glow}@keyframes ci-spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.anim-spin-slow{animation:2.4s linear infinite ci-spin-slow}@keyframes ci-bounce{0%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-6px)}}.anim-bounce{animation:1.2s ease-in-out infinite ci-bounce}@keyframes ci-swing{0%,to{transform:rotate(0)}25%{transform:rotate(-12deg)}75%{transform:rotate(12deg)}}.anim-swing{transform-origin:top;animation:1.4s ease-in-out infinite ci-swing}@keyframes ci-grow{0%{opacity:.5;transform:scaleY(.5)}60%{opacity:1;transform:scaleY(1.1)}to{opacity:.5;transform:scaleY(.5)}}.anim-grow{transform-origin:bottom;animation:1.4s ease-in-out infinite ci-grow}@keyframes ci-write{0%{transform:translate(0)rotate(0)}50%{transform:translate(8px)rotate(-8deg)}to{transform:translate(0)rotate(0)}}.anim-write{animation:1.2s ease-in-out infinite ci-write}@keyframes ci-tick{0%{opacity:.6;transform:rotate(0)}50%{opacity:1;transform:rotate(180deg)}to{opacity:.6;transform:rotate(360deg)}}.anim-tick{animation:2s linear infinite ci-tick}.reaction{gap:13px;display:flex}.reaction i{color:#d5d5d5;cursor:pointer;font-size:26px}.reaction i.active.fa-thumbs-up{color:#3bbdad}.reaction i.active.fa-thumbs-down{color:#ff5e5e}.charts-div{flex-wrap:wrap;justify-content:space-between;gap:8px;margin-bottom:25px;display:flex}.insight-chart{width:49%;min-width:280px}.insight-chart--full{width:100%}.structured-card{background:#fff;border-radius:12px;margin-bottom:16px;padding:16px;box-shadow:0 0 4px #00000021}.section-subtitle{color:#555;margin:4px 0 8px;font-size:16px}.section-summary{color:#333;margin-bottom:8px}.salary-comparison-graph{background:#f8fbff;border:1px solid #e5eef7;border-radius:10px;margin-bottom:10px;padding:10px}.salary-bars{grid-template-columns:repeat(4,minmax(0,1fr));align-items:end;gap:12px;display:grid}.salary-bar-item{flex-direction:column;align-items:center;display:flex}.salary-bar-value{color:#334155;margin-bottom:6px;font-size:12px;font-weight:600}.salary-bar-track{background:#e9eef5;border-radius:8px;align-items:flex-end;width:100%;max-width:80px;height:120px;display:flex;overflow:hidden}.salary-bar-fill{border-radius:8px 8px 0 0;width:100%;min-height:14px}.salary-bar-label{color:#475569;text-align:center;margin-top:6px;font-size:12px}.insight-line{background:#fff7ed;border:1px solid #fed7aa;border-radius:8px;margin-top:10px;padding:10px}.table-wrap{overflow-x:auto}.structured-table{border-collapse:collapse;width:100%}.structured-table th,.structured-table td{border:1px solid #e4e4e7;padding:8px;font-size:14px}.structured-table thead th{background:#f8fafc;font-weight:600}.relevance-track{background:#e5e7eb;border-radius:8px;width:100%;height:8px}.relevance-fill{background:#3b82f6;border-radius:8px;height:100%}.trend-list,.cert-list{padding-left:18px}.score-badge{color:#8d6d00;background:#fff8d6;border-radius:10px;padding:2px 8px;font-size:12px;font-weight:600;display:inline-block}.section-cta{margin-top:10px}.insight-tldr{background:#f3fffd;border-bottom:6px solid #3bbdad;border-radius:12px;margin-bottom:32px;padding:16px;box-shadow:0 0 4px #00000021}.insight-tldr h2{margin-top:0;font-size:16px;font-weight:600}.insight-content{background:#fff;border-radius:12px;margin-bottom:32px;padding:16px;box-shadow:0 0 4px #00000021}.insight-answer{color:#555;background:#f9f9f9;border-left:3px solid #3bbdad;margin-top:10px;padding:10px;position:relative}.insight-answer--locked{max-height:165px;overflow:hidden}.insight-answer--locked:after{content:"";background:linear-gradient(#f9f9f900 0%,#f9f9f9 68%);height:68px;position:absolute;bottom:0;left:0;right:0}.insight-answer-lock-overlay{z-index:2;background:#ffffffe0;border-radius:999px;align-items:center;gap:8px;padding:4px 8px 4px 10px;display:flex;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.blur-lock-wrapper{min-height:2rem;margin-top:8px;position:relative}.blur-lock-content--blurred{filter:blur(5px);-webkit-user-select:none;user-select:none;pointer-events:none}.blur-lock-overlay{cursor:pointer;background:#ffffffb8;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;display:flex;position:absolute;inset:0}.blur-lock-icon{color:#c5b13d;font-family:Material Symbols Outlined,sans-serif;font-size:1.25rem}.blur-lock-cta{color:#2d3748;cursor:pointer;background:#fff;border:1.5px solid #cbd5e0;border-radius:20px;align-items:center;gap:8px;padding:8px 20px;font-size:13px;font-weight:600;display:inline-flex}.read-more{color:#fff;cursor:pointer;background:#3cbcac;border:none;border-radius:10px;margin-top:15px;padding:6px 16px}.source-link{align-items:center;gap:10px;margin-top:15px;display:flex}.citations{display:inline}.career-simple-chart{grid-template-columns:repeat(auto-fit,minmax(48px,1fr));align-items:end;gap:12px;margin-top:12px;display:grid}.career-simple-chart-item{flex-direction:column;align-items:center;display:flex}.career-simple-chart-value{margin-bottom:4px;font-size:12px;font-weight:600}.career-simple-chart-track{background:#e9eef5;border-radius:8px;align-items:flex-end;width:100%;max-width:56px;height:100px;display:flex}.career-simple-chart-fill{background:#3bbdad;border-radius:8px 8px 0 0;width:100%;min-height:12px}.career-simple-chart-label{margin-top:4px;font-size:11px}.ai_loader_in_dialog_center{text-align:center;flex-direction:column;align-items:center;display:flex}.ai_loader_in_dialog_center img{width:260px;height:200px}.no-data-label{color:#353535;margin-top:10px;font-size:18px}.disclaimer{text-align:center}.disclaimer h5{color:#aaa;font-weight:300}.page-empty-state{text-align:center;background:#fff;border:1px solid #d8e7e4;border-radius:16px;width:100%;padding:42px 20px;display:block;box-shadow:0 14px 38px #21443f1f}.page-empty-state img{width:170px;max-width:100%;margin:0 auto 14px;display:block}.page-empty-state-title{color:#24414a;margin:0;font-size:18px;font-weight:800}.page-empty-state-desc{color:#666;max-width:520px;margin:8px auto 18px;font-size:14px;line-height:1.6}.page-empty-actions{justify-content:center;gap:12px;display:flex}@media (max-width:767px){.insight-chart{width:100%}.salary-bars{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.career-insight-processor{padding:32px 16px}.processor-step-icon-wrap{width:64px;height:64px}.processor-step-icon{font-size:28px}.processor-headline{margin-bottom:8px;font-size:16px}.processor-step-dot{width:6px;height:6px}.processor-step-dots{margin-bottom:20px}.processor-tidbit-card{min-height:64px;padding:16px 18px}.processor-tidbit{font-size:14px}}
