.chat-module__r3ZgIG__chatPage{background:#000;height:100vh;display:flex;position:relative;overflow:hidden}.chat-module__r3ZgIG__chatPage:before{content:"";pointer-events:none;z-index:1;background-image:radial-gradient(circle,#ffffff04 1px,#0000 1px);background-size:32px 32px;width:100%;height:100%;position:absolute;inset:0}.chat-module__r3ZgIG__chatPanel{-webkit-backdrop-filter:blur(30px);z-index:10;background:#050505d9;border-right:1px solid #ffffff0f;flex-direction:column;flex-shrink:0;width:420px;height:100%;display:flex;position:relative;overflow:hidden;box-shadow:10px 0 30px #00000080}.chat-module__r3ZgIG__chatPanelHeader{background:#0003;border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.chat-module__r3ZgIG__backLink{color:var(--text-2);transition:var(--transition-fast);letter-spacing:-.01em;align-items:center;gap:6px;font-size:.82rem;font-weight:500;display:flex}.chat-module__r3ZgIG__backLink:hover{color:var(--text);transform:translate(-2px)}.chat-module__r3ZgIG__savingIndicator{color:var(--text-2);border-radius:var(--radius-full);background:#ffffff0a;border:1px solid #ffffff0f;align-items:center;gap:6px;padding:4px 10px;font-size:.78rem;font-weight:500;display:flex}.chat-module__r3ZgIG__savingDot{background:#10b981;border-radius:50%;width:6px;height:6px;box-shadow:0 0 8px #10b981}.chat-module__r3ZgIG__chatWindow{z-index:2;background:0 0;flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.chat-module__r3ZgIG__chatMessages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:20px;padding:24px;display:flex;overflow-y:auto}.chat-module__r3ZgIG__chatMessages::-webkit-scrollbar{width:4px}.chat-module__r3ZgIG__chatMessages::-webkit-scrollbar-thumb{background:#ffffff0f;border-radius:4px}.chat-module__r3ZgIG__chatBubbleWrap{align-items:flex-start;gap:12px;animation:.4s cubic-bezier(.16,1,.3,1) both chat-module__r3ZgIG__fadeInUp;display:flex}.chat-module__r3ZgIG__chatBubbleWrap.chat-module__r3ZgIG__user{flex-direction:row-reverse}.chat-module__r3ZgIG__botAvatar{color:#fff;background:#000;border:1px solid #ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.72rem;font-weight:700;display:flex;box-shadow:0 0 10px #ffffff0d}.chat-module__r3ZgIG__chatBubble{max-width:80%;padding:12px 16px;font-size:.82rem;line-height:1.5;box-shadow:0 4px 12px #0000004d}.chat-module__r3ZgIG__chatBubble.chat-module__r3ZgIG__bot{color:var(--text);background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px 12px 12px 4px}.chat-module__r3ZgIG__chatBubble.chat-module__r3ZgIG__user{color:#000;background:#fff;border-radius:12px 12px 4px;font-weight:500;box-shadow:0 4px 12px #ffffff0d}.chat-module__r3ZgIG__chatInputRow{background:#05050566;border-top:1px solid #ffffff0f;align-items:center;gap:12px;padding:20px 24px;display:flex}.chat-module__r3ZgIG__chatInput{color:var(--text);font-family:var(--font);resize:none;transition:var(--transition-fast);background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;outline:none;flex:1;max-height:150px;padding:12px 16px;font-size:.84rem;line-height:1.5}.chat-module__r3ZgIG__chatInput:focus{background:#ffffff0a;border-color:#ffffff26;box-shadow:0 0 0 2px #ffffff05}.chat-module__r3ZgIG__sendBtn{color:#000;cursor:pointer;width:40px;height:40px;transition:var(--transition-fast);background:#fff;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.chat-module__r3ZgIG__sendBtn:hover:not(:disabled){background:#e5e5e5;transform:scale(1.03)}.chat-module__r3ZgIG__sendBtn:disabled{color:#ffffff4d;cursor:not-allowed;background:#ffffff1a}.chat-module__r3ZgIG__previewPanel{z-index:2;background:#020202;flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.chat-module__r3ZgIG__previewHeader{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:20;background:#05050580;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.chat-module__r3ZgIG__previewTitle{color:var(--text);font-size:.88rem;font-weight:600;font-family:var(--font-display);align-items:center;gap:8px;display:flex}.chat-module__r3ZgIG__previewDot{background:#10b981;border-radius:50%;width:8px;height:8px;box-shadow:0 0 10px #10b981}.chat-module__r3ZgIG__templateTabs{background:#ffffff05;border:1px solid #ffffff0a;border-radius:8px;gap:4px;padding:3px;display:flex}.chat-module__r3ZgIG__templateTab{color:var(--text-2);cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;border-radius:6px;padding:6px 12px;font-size:.78rem;font-weight:600}.chat-module__r3ZgIG__templateTab:hover{color:var(--text)}.chat-module__r3ZgIG__templateTab.chat-module__r3ZgIG__active{color:#fff;background:#ffffff0f}.chat-module__r3ZgIG__downloadBtn{color:#000;font-size:.88rem;font-weight:600;font-family:var(--font-display);cursor:pointer;transition:var(--transition-fast);border-radius:var(--radius-sm);background:#fff;border:1px solid #fff;justify-content:center;align-items:center;gap:8px;padding:12px 24px;display:inline-flex}.chat-module__r3ZgIG__downloadBtn:hover:not(:disabled){background:#e5e5e5;border-color:#e5e5e5}.chat-module__r3ZgIG__downloadMenuWrap{width:100%;position:relative}.chat-module__r3ZgIG__downloadMenu{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)var(--radius)0 0;z-index:100;border-bottom:none;flex-direction:column;animation:.2s chat-module__r3ZgIG__slideUpFade;display:flex;position:absolute;bottom:100%;left:0;right:0;overflow:hidden;box-shadow:0 -10px 30px #0003}@keyframes chat-module__r3ZgIG__slideUpFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-module__r3ZgIG__downloadOption{border:none;border-bottom:1px solid var(--border);color:var(--text-2);cursor:pointer;transition:var(--transition-fast);text-align:left;background:0 0;justify-content:space-between;align-items:center;padding:14px 20px;font-size:.9rem;font-weight:600;display:flex}.chat-module__r3ZgIG__downloadOption:hover:not(:disabled){background:var(--surface-hover);color:var(--accent)}.chat-module__r3ZgIG__downloadOption:disabled{opacity:.5;cursor:not-allowed}.chat-module__r3ZgIG__downloadOption span:last-child{color:var(--text-3);font-size:.75rem;font-weight:500}.chat-module__r3ZgIG__downloadOption:hover span:last-child{color:var(--accent)}.chat-module__r3ZgIG__pdfLoading{height:100%;color:var(--text-3);flex-direction:column;justify-content:center;align-items:center;gap:12px;font-size:.88rem;display:flex}.chat-module__r3ZgIG__condenseBadge{z-index:10;color:var(--accent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none;background:#6366f126;border:1px solid #6366f14d;border-radius:20px;padding:4px 12px;font-size:.75rem;animation:.3s chat-module__r3ZgIG__fadeInDown;position:absolute;top:10px;right:10px}.chat-module__r3ZgIG__previewSkeleton{flex-direction:column;gap:20px;height:100%;padding:40px 48px;display:flex;overflow:hidden}.chat-module__r3ZgIG__skeletonHeader{flex-direction:column;gap:8px;display:flex}.chat-module__r3ZgIG__skeletonBlock{background:var(--border);border-radius:6px;height:16px;transition:background .3s}.chat-module__r3ZgIG__skeletonBlock.chat-module__r3ZgIG__filled{background:linear-gradient(90deg,var(--surface-2)0%,var(--border-light)50%,var(--surface-2)100%);background-size:200% 100%;animation:1.8s infinite chat-module__r3ZgIG__shimmer}@keyframes chat-module__r3ZgIG__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.chat-module__r3ZgIG__skeletonDivider{background:var(--border);height:1px}.chat-module__r3ZgIG__skeletonSection{flex-direction:column;gap:6px;display:flex}.chat-module__r3ZgIG__previewEmptyPrompt{height:60%;color:var(--text-3);text-align:center;justify-content:center;align-items:center;font-size:.9rem;display:flex}.chat-module__r3ZgIG__previewLoading{flex-direction:column;justify-content:center;align-items:center;gap:20px;height:100%;display:flex}.chat-module__r3ZgIG__aiSpinner{width:64px;height:64px;position:relative}.chat-module__r3ZgIG__aiRing{border:2px solid #0000;border-top-color:var(--accent);border-radius:50%;animation:1.2s linear infinite chat-module__r3ZgIG__spin;position:absolute;inset:0}.chat-module__r3ZgIG__aiRing:nth-child(2){border-top-color:#8b5cf6;animation-duration:.9s;animation-direction:reverse;inset:8px}.chat-module__r3ZgIG__aiRing:nth-child(3){border-top-color:#ec4899;animation-duration:.7s;inset:16px}@keyframes chat-module__r3ZgIG__spin{to{transform:rotate(360deg)}}.chat-module__r3ZgIG__loadingTitle{font-family:var(--font-display);color:var(--text);font-size:1.1rem;font-weight:700}.chat-module__r3ZgIG__loadingSub{color:var(--text-3);font-size:.85rem}.chat-module__r3ZgIG__progressivePreview{flex-direction:column;gap:16px;height:100%;padding:24px;display:flex;overflow-y:auto}.chat-module__r3ZgIG__progressivePreview::-webkit-scrollbar{width:4px}.chat-module__r3ZgIG__progressivePreview::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.chat-module__r3ZgIG__progressBarWrap{background:var(--surface);border-radius:100px;height:6px;margin-bottom:4px;position:relative;overflow:hidden}.chat-module__r3ZgIG__progressBarInner{background:linear-gradient(90deg,var(--accent),#8b5cf6);border-radius:100px;transition:width .5s;position:absolute;top:0;bottom:0;left:0}.chat-module__r3ZgIG__progressLabel{text-align:right;color:var(--text-3);margin-top:6px;font-size:.72rem;display:block}.chat-module__r3ZgIG__resumeCardPreview{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;flex:1;gap:16px;padding:24px;display:flex}.chat-module__r3ZgIG__rpHeader{flex-direction:column;gap:6px;display:flex}.chat-module__r3ZgIG__rpName{min-height:26px;font-size:1.2rem;font-weight:700}.chat-module__r3ZgIG__rpRole{min-height:16px}.chat-module__r3ZgIG__rpContact{flex-wrap:wrap;gap:12px;margin-top:4px;display:flex}.chat-module__r3ZgIG__rpContactItem{color:var(--text-3);font-size:.78rem}.chat-module__r3ZgIG__rpFilled{color:var(--text)}.chat-module__r3ZgIG__rpMuted{color:var(--text-2)!important}.chat-module__r3ZgIG__rpBold{font-weight:600}.chat-module__r3ZgIG__rpSmall{font-size:.82rem}.chat-module__r3ZgIG__rpDivider{background:var(--border);height:1px}.chat-module__r3ZgIG__rpSection{flex-direction:column;gap:8px;display:flex}.chat-module__r3ZgIG__rpSectionTitle{text-transform:uppercase;letter-spacing:1.5px;color:var(--accent);font-size:.7rem;font-weight:700}.chat-module__r3ZgIG__rpExpBlock{flex-direction:column;gap:2px;display:flex}.chat-module__r3ZgIG__rpExpTop{justify-content:space-between;align-items:baseline;display:flex}.chat-module__r3ZgIG__rpRawNote{color:var(--text-3);background:var(--surface-2);border-left:2px solid var(--accent);white-space:nowrap;text-overflow:ellipsis;border-radius:0 4px 4px 0;margin-top:4px;padding:4px 8px;font-size:.78rem;font-style:italic;overflow:hidden}.chat-module__r3ZgIG__rpEmptyRow{flex-direction:column;gap:6px;display:flex}.chat-module__r3ZgIG__rpSkills{flex-wrap:wrap;gap:6px;display:flex}.chat-module__r3ZgIG__rpSkillTag{color:#a5b4fc;background:#6366f11a;border:1px solid #6366f140;border-radius:100px;padding:3px 10px;font-size:.78rem;animation:.3s both chat-module__r3ZgIG__fadeInDown}.chat-module__r3ZgIG__previewHint{text-align:center;color:var(--text-3);font-size:.8rem}@media (max-width:900px){.chat-module__r3ZgIG__chatPage{flex-direction:column;height:100dvh}.chat-module__r3ZgIG__chatPanel{border-right:none;border-bottom:1px solid var(--border);flex:1;width:100%}.chat-module__r3ZgIG__previewPanel{flex:none;height:50vh}.chat-module__r3ZgIG__previewHeader{flex-direction:column;align-items:flex-start;gap:12px}}.chat-module__r3ZgIG__mobileTabBar{display:none}@media (max-width:768px){.chat-module__r3ZgIG__mobileTabBar{background:var(--bg-2);border-top:1px solid var(--border);z-index:1000;height:64px;display:flex;position:fixed;bottom:0;left:0;right:0}.chat-module__r3ZgIG__mobileTabBtn{color:var(--text-3);background:0 0;border:none;flex:1;justify-content:center;align-items:center;gap:8px;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.chat-module__r3ZgIG__mobileTabBtn.chat-module__r3ZgIG__active{color:var(--accent);background:#6366f10d;position:relative}.chat-module__r3ZgIG__mobileTabBtn.chat-module__r3ZgIG__active:after{content:"";background:var(--accent);border-radius:0 0 4px 4px;height:3px;position:absolute;top:0;left:20%;right:20%}.chat-module__r3ZgIG__mobileHidden{display:none!important}.chat-module__r3ZgIG__chatPage{flex-direction:column;height:calc(100dvh - 64px)}.chat-module__r3ZgIG__chatPanel{border-bottom:none;flex:1;height:100%}.chat-module__r3ZgIG__previewPanel{flex:1;height:100%}.chat-module__r3ZgIG__templateTabs{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;width:100%;padding-bottom:4px;overflow-x:auto}.chat-module__r3ZgIG__templateTab{white-space:nowrap;flex-shrink:0}.chat-module__r3ZgIG__previewHeader{padding:12px 20px}.chat-module__r3ZgIG__chatPanelBottom{max-height:40vh}}.chat-module__r3ZgIG__atsScoreBar{background:hsla(var(--bg-h),var(--bg-s),var(--bg-l),.3);border:1px solid var(--glass-border);border-radius:var(--radius-lg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);flex-direction:column;gap:16px;margin:12px;padding:20px;display:flex}.chat-module__r3ZgIG__atsScoreHead{justify-content:space-between;align-items:center;display:flex}.chat-module__r3ZgIG__atsScoreLabel{color:var(--text);font-size:.9rem;font-weight:700;font-family:var(--font-display)}.chat-module__r3ZgIG__atsScoreBadge{border-radius:var(--radius-full);box-shadow:var(--shadow-sm);padding:4px 14px;font-size:.9rem;font-weight:800}.chat-module__r3ZgIG__atsGreat{color:#10b981;background:#14b88126;border:1px solid #14b8814d}.chat-module__r3ZgIG__atsOk{color:#f59e0b;background:#f2a60d26;border:1px solid #f2a60d4d}.chat-module__r3ZgIG__atsLow{color:#ef4444;background:#e61a1a26;border:1px solid #e61a1a4d}.chat-module__r3ZgIG__atsBreakdown{border-bottom:1px solid var(--glass-border);flex-direction:column;gap:12px;padding-bottom:16px;display:flex}.chat-module__r3ZgIG__breakdownItem{flex-direction:column;gap:6px;display:flex}.chat-module__r3ZgIG__breakdownLabel{color:var(--text-2);text-transform:uppercase;letter-spacing:.5px;justify-content:space-between;font-size:.75rem;font-weight:700;display:flex}.chat-module__r3ZgIG__breakdownBar{border-radius:var(--radius-full);background:#ffffff0d;height:6px;overflow:hidden}.chat-module__r3ZgIG__breakdownFill{border-radius:var(--radius-full);height:100%;transition:width 1.2s cubic-bezier(.2,.8,.2,1)}.chat-module__r3ZgIG__atsChecklist{border-bottom:1px solid var(--border);margin-top:16px;padding-bottom:16px}.chat-module__r3ZgIG__checklistTitle{color:var(--text);margin-bottom:12px;font-size:13px;font-weight:700;display:block}.chat-module__r3ZgIG__checklistItems{flex-direction:column;gap:12px;display:flex}.chat-module__r3ZgIG__checkItem{background:var(--bg-3);border-left:4px solid #0000;border-radius:8px;flex-direction:column;gap:4px;padding:10px;display:flex}.chat-module__r3ZgIG__checkItem.chat-module__r3ZgIG__pass{border-left-color:#10b981}.chat-module__r3ZgIG__checkItem.chat-module__r3ZgIG__fail{border-left-color:#ef4444}.chat-module__r3ZgIG__checkItem.chat-module__r3ZgIG__warning{border-left-color:#f59e0b}.chat-module__r3ZgIG__checkLabel{color:var(--text);font-size:12px;font-weight:600}.chat-module__r3ZgIG__checkMessage{color:var(--text-2);margin:0;font-size:11px;line-height:1.4}.chat-module__r3ZgIG__showMoreBtn{color:var(--accent);cursor:pointer;background:0 0;border:none;margin-top:12px;padding:0;font-size:12px;font-weight:600}.chat-module__r3ZgIG__showMoreBtn:hover{text-decoration:underline}.chat-module__r3ZgIG__jdKeywordsSection{flex-direction:column;gap:16px;margin-top:16px;display:flex}.chat-module__r3ZgIG__keywordGroup{flex-direction:column;gap:8px;display:flex}.chat-module__r3ZgIG__keywordGroup label{color:var(--text);font-size:12px;font-weight:700}.chat-module__r3ZgIG__kTag{border-radius:4px;padding:2px 8px;font-size:11px}.chat-module__r3ZgIG__checkItemHead{align-items:center;gap:8px;display:flex}.chat-module__r3ZgIG__checkIcon{font-size:14px}.chat-module__r3ZgIG__checkLabel{font-size:13px;font-weight:600}.chat-module__r3ZgIG__checkMessage{color:var(--text-2);margin:0;font-size:12px}.chat-module__r3ZgIG__showMoreBtn{color:var(--accent);cursor:pointer;background:0 0;border:none;margin-top:12px;padding:0;font-size:12px;font-weight:600;transition:opacity .2s}.chat-module__r3ZgIG__showMoreBtn:hover{opacity:.8;text-decoration:underline}.chat-module__r3ZgIG__atsKeywords{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.chat-module__r3ZgIG__atsKwLabel{color:var(--text-3);white-space:nowrap;margin-right:2px;font-size:10px;font-weight:600}.chat-module__r3ZgIG__atsKwChip{border-radius:12px;padding:2px 8px;font-size:10.5px;font-weight:500}.chat-module__r3ZgIG__atsKwMatch{color:#10b981;background:#10b9811f;border:1px solid #10b98140}.chat-module__r3ZgIG__atsKwMiss{color:#f87171;background:#ef44441a;border:1px solid #ef444433}.chat-module__r3ZgIG__jdKeywordsSection{margin-top:4px}.chat-module__r3ZgIG__keywordGroup{margin-bottom:12px}.chat-module__r3ZgIG__keywordGroup label{color:var(--text-3);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:10px;font-weight:600;display:block}.chat-module__r3ZgIG__keywordTags{flex-wrap:wrap;gap:6px;display:flex}.chat-module__r3ZgIG__kTag{border-radius:100px;padding:3px 10px;font-size:11px;font-weight:500}.chat-module__r3ZgIG__match{color:#10b981;background:#10b9811a;border:1px solid #10b98133}.chat-module__r3ZgIG__missing{color:#ef4444;background:#ef44441a;border:1px solid #ef444433}.chat-module__r3ZgIG__keywordsOverlay{z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;color:var(--accent);border:1px dashed var(--accent);background:#0a0a0fcc;border-radius:8px;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex;position:absolute;inset:0}.chat-module__r3ZgIG__watermarkOverlay{pointer-events:none;z-index:100;opacity:.08;background-color:#0000;flex-wrap:wrap;place-content:center;display:flex;position:absolute;inset:0;overflow:hidden}.chat-module__r3ZgIG__watermarkText{color:#000;white-space:nowrap;-webkit-user-select:none;user-select:none;letter-spacing:2px;padding:40px;font-size:24px;font-weight:800;transform:rotate(-35deg)}.chat-module__r3ZgIG__jdPanel{border-radius:var(--radius-lg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);background:#f2930d08;border:1px solid #f2930d1a;flex-direction:column;gap:16px;margin:12px;padding:20px;display:flex}.chat-module__r3ZgIG__jdPanelHeader{justify-content:space-between;align-items:center;display:flex}.chat-module__r3ZgIG__jdPanelHeader span:first-child{color:var(--text);font-size:.9rem;font-weight:700;font-family:var(--font-display)}.chat-module__r3ZgIG__jdPanelHint{color:var(--text-3);font-size:10.5px}.chat-module__r3ZgIG__jdTextarea{border:1px solid var(--glass-border);color:var(--text);resize:vertical;min-height:100px;transition:var(--transition-fast);background:#ffffff08;border-radius:12px;padding:12px;font-family:inherit;font-size:.85rem}.chat-module__r3ZgIG__jdTextarea:focus{background:#ffffff0f;border-color:#f59e0b;outline:none}.chat-module__r3ZgIG__jdTailorBtn{color:#fff;cursor:pointer;transition:var(--transition);background:linear-gradient(135deg,#f59e0b,#d97706);border:none;border-radius:12px;padding:12px;font-size:.9rem;font-weight:800;box-shadow:0 4px 15px #f59e0b4d}.chat-module__r3ZgIG__jdTailorBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #f59e0b66}.chat-module__r3ZgIG__jdTailorBtn:disabled{opacity:.45;cursor:not-allowed;transform:none}@keyframes chat-module__r3ZgIG__fadeInDown{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes chat-module__r3ZgIG__slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes chat-module__r3ZgIG__pulse{0%,to{box-shadow:0 0 8px var(--accent)}50%{box-shadow:0 0 20px var(--accent)}}.chat-module__r3ZgIG__skeletonMode{opacity:.8;pointer-events:none}.chat-module__r3ZgIG__skeletonLine{background:linear-gradient(90deg,var(--surface-2)25%,var(--border)50%,var(--surface-2)75%);background-size:200% 100%;border-radius:4px;animation:1.5s infinite chat-module__r3ZgIG__shimmer}.chat-module__r3ZgIG__insightsPanel{background:hsla(var(--accent-h),var(--accent-s),var(--accent-l),.03);border:1px solid hsla(var(--accent-h),var(--accent-s),var(--accent-l),.1);border-radius:var(--radius-lg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);flex-direction:column;gap:16px;margin:12px;padding:20px;display:flex}.chat-module__r3ZgIG__insightsHeader{flex-direction:column;gap:4px;display:flex}.chat-module__r3ZgIG__insightsTitleRow{justify-content:space-between;align-items:center;display:flex}.chat-module__r3ZgIG__insightsTitle{color:var(--text);font-size:.9rem;font-weight:700;font-family:var(--font-display)}.chat-module__r3ZgIG__insightsSpinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:14px;height:14px;animation:.8s linear infinite chat-module__r3ZgIG__spin}.chat-module__r3ZgIG__insightsContent{flex-direction:column;gap:14px;display:flex}.chat-module__r3ZgIG__salaryCard{border:1px solid var(--glass-border);box-shadow:var(--shadow-sm);background:#ffffff08;border-radius:16px;flex-direction:column;gap:8px;padding:16px;display:flex}.chat-module__r3ZgIG__salaryCard label{text-transform:uppercase;color:var(--text-3);letter-spacing:.05em;font-size:10px;font-weight:700}.chat-module__r3ZgIG__salaryValue{color:var(--accent);letter-spacing:-.5px;font-size:1.25rem;font-weight:800}.chat-module__r3ZgIG__salaryMedian{color:var(--text-2);font-size:.75rem}.chat-module__r3ZgIG__insightsGrid{grid-template-columns:1fr 1.5fr;gap:12px;display:grid}.chat-module__r3ZgIG__insightItem{flex-direction:column;gap:6px;display:flex}.chat-module__r3ZgIG__insightItem label{color:var(--text-3);font-size:10px;font-weight:600}.chat-module__r3ZgIG__demandBadge{border-radius:100px;width:fit-content;padding:4px 10px;font-size:11px;font-weight:700;display:inline-flex}.chat-module__r3ZgIG__demandBadge[data-level=High]{color:#10b981;background:#10b98126}.chat-module__r3ZgIG__demandBadge[data-level=Moderate]{color:#f59e0b;background:#f59e0b26}.chat-module__r3ZgIG__demandBadge[data-level=Growing]{color:var(--accent);background:#6366f126}.chat-module__r3ZgIG__difficultyBar{background:var(--surface-2);border-radius:4px;align-items:center;height:20px;padding:0 8px;display:flex;position:relative;overflow:hidden}.chat-module__r3ZgIG__difficultyFill{opacity:.3;background:linear-gradient(90deg,#10b981,#f59e0b,#ef4444) 0 0/200% 100%;position:absolute;top:0;bottom:0;left:0}.chat-module__r3ZgIG__difficultyBar span{z-index:2;color:var(--text);font-size:11px;font-weight:700;position:relative}.chat-module__r3ZgIG__skillsSection label,.chat-module__r3ZgIG__companiesSection label{color:var(--text-3);margin-bottom:6px;font-size:10px;font-weight:600;display:block}.chat-module__r3ZgIG__skillsTags{flex-wrap:wrap;gap:6px;display:flex}.chat-module__r3ZgIG__skillTag{background:var(--surface-2);color:var(--text-2);border:1px solid var(--border);border-radius:4px;padding:3px 10px;font-size:10.5px}.chat-module__r3ZgIG__companyNames{color:var(--text-2);font-size:.8rem;font-style:italic;line-height:1.4}.chat-module__r3ZgIG__insightsSkeleton{flex-direction:column;gap:10px;display:flex}.chat-module__r3ZgIG__customizationPanel{flex-direction:column;gap:24px;display:flex}.chat-module__r3ZgIG__custSection{flex-direction:column;gap:12px;display:flex}.chat-module__r3ZgIG__custLabel{text-transform:uppercase;letter-spacing:1px;color:var(--text-3);font-size:.75rem;font-weight:800}.chat-module__r3ZgIG__colorGrid{flex-wrap:wrap;gap:12px;display:flex}.chat-module__r3ZgIG__colorCircle{cursor:pointer;width:28px;height:28px;transition:var(--transition-fast);box-shadow:var(--shadow-sm);border:2px solid #0000;border-radius:50%}.chat-module__r3ZgIG__colorCircle:hover{transform:scale(1.2)}.chat-module__r3ZgIG__colorCircle.chat-module__r3ZgIG__active{border-color:#fff;transform:scale(1.1);box-shadow:0 0 15px #ffffff4d}.chat-module__r3ZgIG__custSelect{border:1px solid var(--glass-border);color:var(--text);cursor:pointer;background:#ffffff0d;border-radius:12px;outline:none;padding:10px 16px;font-size:.9rem}.chat-module__r3ZgIG__custSlider{border-radius:var(--radius-full);appearance:none;background:#ffffff1a;outline:none;width:100%;height:6px}.chat-module__r3ZgIG__custSlider::-webkit-slider-thumb{appearance:none;background:var(--accent);cursor:pointer;width:18px;height:18px;box-shadow:0 0 10px var(--accent-glow);border-radius:50%}.chat-module__r3ZgIG__sectionToggles{flex-wrap:wrap;gap:8px;display:flex}.chat-module__r3ZgIG__toggleChip{border:1px solid var(--glass-border);color:var(--text-2);cursor:pointer;transition:var(--transition-fast);background:#ffffff0d;border-radius:100px;padding:6px 14px;font-size:.8rem;font-weight:700}.chat-module__r3ZgIG__toggleChip.chat-module__r3ZgIG__active{background:hsla(var(--accent-h),var(--accent-s),var(--accent-l),.15);color:var(--accent);border-color:var(--accent)}.chat-module__r3ZgIG__custUpgradeNotice{background:hsla(var(--accent-h),var(--accent-s),var(--accent-l),.05);border:1px solid hsla(var(--accent-h),var(--accent-s),var(--accent-l),.1);text-align:center;border-radius:16px;padding:16px}.chat-module__r3ZgIG__custUpgradeNotice p{color:var(--text-2);margin-bottom:12px;font-size:.8rem}.chat-module__r3ZgIG__upgradeBtnSmall{background:var(--accent);color:#fff;cursor:pointer;transition:var(--transition);border:none;border-radius:10px;padding:8px 16px;font-size:.8rem;font-weight:800}.chat-module__r3ZgIG__upgradeBtnSmall:hover{background:var(--accent-hover);transform:translateY(-1px)}.chat-module__r3ZgIG__collapsibleSection{background:hsla(var(--bg-h),var(--bg-s),var(--bg-l),.3);border:1px solid var(--glass-border);border-radius:var(--radius-lg);-webkit-backdrop-filter:var(--glass-blur);backdrop-filter:var(--glass-blur);margin:12px;overflow:hidden}.chat-module__r3ZgIG__sectionHeader{width:100%;color:var(--text);font-size:.85rem;font-weight:800;font-family:var(--font-display);cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.chat-module__r3ZgIG__sectionHeader:hover{background:#ffffff0d}.chat-module__r3ZgIG__collapseIcon{color:var(--text-3);font-size:1rem;transition:transform .3s cubic-bezier(.4,0,.2,1)}.chat-module__r3ZgIG__collapsibleSection[data-state=open] .chat-module__r3ZgIG__collapseIcon{transform:rotate(180deg)}.chat-module__r3ZgIG__chatToneControlsWrap{background:#05050533;border-top:1px solid #ffffff0a;justify-content:space-between;align-items:center;gap:12px;padding:8px 24px;display:flex}.chat-module__r3ZgIG__toneLabel{color:var(--text-3);text-transform:uppercase;letter-spacing:.5px;font-size:.72rem;font-weight:600}.chat-module__r3ZgIG__inlineControls{align-items:center;gap:8px;display:flex}.chat-module__r3ZgIG__inlineTonePicker{border-radius:var(--radius-sm);color:var(--text-2);cursor:pointer;height:28px;transition:var(--transition-fast);background:#ffffff05;border:1px solid #ffffff0f;outline:none;padding:4px 8px;font-size:.78rem;font-weight:500}.chat-module__r3ZgIG__inlineTonePicker:hover{color:var(--text);border-color:#ffffff1f}.chat-module__r3ZgIG__inlineTonePicker option{color:#fff;background:#080808}.chat-module__r3ZgIG__inlineRegenBtn{border-radius:var(--radius-sm);color:var(--text-2);cursor:pointer;transition:var(--transition-fast);background:#ffffff0a;border:1px solid #ffffff14;justify-content:center;align-items:center;gap:4px;height:28px;padding:0 10px;font-size:.78rem;font-weight:600;display:inline-flex}.chat-module__r3ZgIG__inlineRegenBtn:hover:not(:disabled){color:var(--text);background:#ffffff14;border-color:#ffffff26}.chat-module__r3ZgIG__inlineRegenBtn:disabled{opacity:.5;cursor:not-allowed}.chat-module__r3ZgIG__inlineRegenCounter{color:var(--text-3);font-size:.7rem;font-weight:500}.chat-module__r3ZgIG__generateBtn{color:#000;border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition-fast);background:#fff;border:1px solid #fff;width:auto;padding:8px 16px;font-size:.8rem;font-weight:600}.chat-module__r3ZgIG__generateBtn:hover:not(:disabled){background:#e5e5e5;border-color:#e5e5e5}.chat-module__r3ZgIG__floatingDock{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-radius:var(--radius-full);z-index:100;background:#0a0a0abf;border:1px solid #ffffff14;align-items:center;gap:8px;padding:8px 16px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 12px 40px #000c,0 0 0 1px #ffffff05}.chat-module__r3ZgIG__floatingDock:hover{background:#0a0a0ad9;border-color:#ffffff1f;transform:translate(-50%)translateY(-2px);box-shadow:0 16px 48px #000000e6,0 0 20px #ffffff08}.chat-module__r3ZgIG__dockBtn{color:var(--text-2);border-radius:var(--radius-full);cursor:pointer;transition:var(--transition-fast);white-space:nowrap;background:0 0;border:none;justify-content:center;align-items:center;gap:6px;padding:8px 16px;font-size:.82rem;font-weight:600;display:flex}.chat-module__r3ZgIG__dockBtn:hover{color:var(--text);background:#ffffff0f}.chat-module__r3ZgIG__dockBtn.chat-module__r3ZgIG__active{color:#000;background:#fff}.chat-module__r3ZgIG__dockBtn.chat-module__r3ZgIG__locked{opacity:.5;cursor:not-allowed}.chat-module__r3ZgIG__dockDivider{background:#ffffff14;width:1px;height:20px;margin:0 4px}.chat-module__r3ZgIG__collapseBtn{color:#fff6;font-weight:500}.chat-module__r3ZgIG__collapseBtn:hover{color:#ef4444!important;background:#ef444414!important}.chat-module__r3ZgIG__minimizedDock{-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-radius:var(--radius-full);color:#fffc;cursor:pointer;z-index:100;white-space:nowrap;background:#0a0a0abf;border:1px solid #ffffff14;align-items:center;gap:6px;padding:8px 20px;font-size:.8rem;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 12px 40px #0009}.chat-module__r3ZgIG__minimizedDock:hover{color:#fff;background:#0a0a0ad9;border-color:#ffffff1f;transform:translate(-50%)translateY(-2px);box-shadow:0 16px 48px #000c}.chat-module__r3ZgIG__livePreview{flex-direction:column;flex:1;height:100%;display:flex;position:relative;overflow:hidden}.chat-module__r3ZgIG__previewBody{background:#020202;flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.chat-module__r3ZgIG__pdfFrame{flex-direction:column;flex:1;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.chat-module__r3ZgIG__templateRenderer{flex-direction:column;flex:1;width:100%;height:100%;display:flex;overflow:hidden}.chat-module__r3ZgIG__pdfViewerWrap{flex-direction:column;flex:1;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.chat-module__r3ZgIG__customColorPickerRow{align-items:center;gap:12px;margin-top:4px;display:flex}.chat-module__r3ZgIG__customColorCircle{position:relative;overflow:hidden;border:2px dashed #fff3!important}.chat-module__r3ZgIG__customColorCircle.chat-module__r3ZgIG__active{box-shadow:0 0 15px #fff6;border:2px solid #fff!important}.chat-module__r3ZgIG__hiddenColorInput{display:none}.chat-module__r3ZgIG__customHexInput{color:#fff;background:#ffffff08;border:1px solid #ffffff0f;border-radius:8px;outline:none;width:140px;padding:6px 12px;font-family:inherit;font-size:.8rem;transition:all .2s}.chat-module__r3ZgIG__customHexInput:focus{background:#ffffff0f;border-color:#fff3}.chat-module__r3ZgIG__typographicGrid{flex-direction:column;gap:10px;display:flex}.chat-module__r3ZgIG__typoCard{text-align:left;cursor:pointer;background:#ffffff05;border:1px solid #ffffff0f;border-radius:12px;outline:none;flex-direction:column;gap:6px;padding:12px;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.chat-module__r3ZgIG__typoCard:hover{background:#ffffff0a;border-color:#ffffff1f;transform:translateY(-1px)}.chat-module__r3ZgIG__typoCard.chat-module__r3ZgIG__active{background:#2563eb14;border-color:#2563eb;box-shadow:0 0 12px #2563eb26}.chat-module__r3ZgIG__typoCardHead{align-items:center;gap:12px;display:flex}.chat-module__r3ZgIG__typoPreview{color:#fff;background:#ffffff0a;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.3rem;font-weight:700;display:flex}.chat-module__r3ZgIG__typoCardDetails{flex-direction:column;display:flex}.chat-module__r3ZgIG__typoName{color:#fff;font-size:.82rem;font-weight:700}.chat-module__r3ZgIG__typoSub{color:#fff6;font-size:.7rem}.chat-module__r3ZgIG__typoDesc{color:#ffffff80;margin:0;font-size:.72rem;line-height:1.4}.chat-module__r3ZgIG__toggleIndicator{border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:.65rem;font-weight:700;display:inline-flex}.chat-module__r3ZgIG__photoStyleRow{background:#ffffff05;border:1px solid #ffffff0a;border-radius:100px;gap:8px;padding:4px;display:flex}.chat-module__r3ZgIG__styleBtn{color:#fff9;cursor:pointer;background:0 0;border:none;border-radius:100px;outline:none;flex:1;justify-content:center;align-items:center;gap:8px;padding:8px 12px;font-size:.78rem;font-weight:600;transition:all .2s;display:flex}.chat-module__r3ZgIG__styleBtn:hover{color:#fff;background:#ffffff05}.chat-module__r3ZgIG__styleBtn.chat-module__r3ZgIG__active{color:#fff;box-shadow:var(--shadow-sm);background:#ffffff0f}.chat-module__r3ZgIG__stylePreviewDot{border:1px solid #fff6;flex-shrink:0;width:10px;height:10px}.chat-module__r3ZgIG__stylePreviewDot.chat-module__r3ZgIG__circle{border-radius:50%}.chat-module__r3ZgIG__stylePreviewDot.chat-module__r3ZgIG__square{border-radius:1px}.chat-module__r3ZgIG__stylePreviewDot.chat-module__r3ZgIG__none{border:1px dashed #fff3;position:relative}.chat-module__r3ZgIG__stylePreviewDot.chat-module__r3ZgIG__none:after{content:"";background:#fff6;width:8px;height:1px;position:absolute;top:4px;left:0;transform:rotate(45deg)}
.ResumeEditor-module__ZErVTa__resumeEditor{background:var(--bg-2);border:1px solid var(--border);border-radius:12px;flex-direction:column;flex:1;gap:0;min-height:0;display:flex;overflow:hidden auto}.ResumeEditor-module__ZErVTa__editorHeader{background:var(--surface);border-bottom:1px solid var(--border);z-index:2;justify-content:space-between;align-items:center;padding:14px 18px;display:flex;position:sticky;top:0}.ResumeEditor-module__ZErVTa__editorHeader h3{color:var(--text);margin:0;font-size:14px;font-weight:600}.ResumeEditor-module__ZErVTa__editorSaveBtn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:7px 14px;font-size:12px;font-weight:600;transition:opacity .2s}.ResumeEditor-module__ZErVTa__editorSaveBtn:hover{opacity:.85}.ResumeEditor-module__ZErVTa__editorSaveBtn.ResumeEditor-module__ZErVTa__full{border-radius:0;width:100%;padding:12px;font-size:13px}.ResumeEditor-module__ZErVTa__editorSection{border-bottom:1px solid var(--border)}.ResumeEditor-module__ZErVTa__editorSectionToggle{width:100%;color:var(--text-2);cursor:pointer;text-align:left;letter-spacing:.03em;background:0 0;border:none;justify-content:space-between;align-items:center;padding:12px 18px;font-size:12px;font-weight:600;transition:background .15s,color .15s;display:flex}.ResumeEditor-module__ZErVTa__editorSectionToggle:hover{background:var(--surface);color:var(--text)}.ResumeEditor-module__ZErVTa__editorFields{flex-direction:column;gap:10px;padding:12px 18px 16px;display:flex}.ResumeEditor-module__ZErVTa__editorFields label{flex-direction:column;gap:4px;display:flex}.ResumeEditor-module__ZErVTa__editorFields label span{color:var(--text-3);text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:600}.ResumeEditor-module__ZErVTa__photoUploadContainer{align-items:center;gap:12px;margin-top:4px;display:flex}.ResumeEditor-module__ZErVTa__hiddenFileInput{display:none}.ResumeEditor-module__ZErVTa__photoUploadBtn{background:var(--surface-2)!important;border:1px solid var(--border)!important;color:var(--text-2)!important;cursor:pointer!important;border-radius:8px!important;padding:8px 16px!important;font-size:13px!important;font-weight:600!important;transition:all .2s!important;display:inline-block!important}.ResumeEditor-module__ZErVTa__photoUploadBtn:hover{border-color:var(--accent)!important;color:var(--text)!important;background:var(--surface)!important}.ResumeEditor-module__ZErVTa__photoRemoveBtn{color:#f87171!important;cursor:pointer!important;background:#ef44441a!important;border:1px solid #ef44444d!important;border-radius:8px!important;padding:6px 12px!important;font-size:11px!important;font-weight:600!important;transition:all .2s!important}.ResumeEditor-module__ZErVTa__photoRemoveBtn:hover{background:#ef444433!important;border-color:#f87171!important}.ResumeEditor-module__ZErVTa__editorFields input,.ResumeEditor-module__ZErVTa__editorFields textarea,.ResumeEditor-module__ZErVTa__editorFields select{background:var(--surface);border:1px solid var(--border);color:var(--text);resize:vertical;box-sizing:border-box;border-radius:6px;width:100%;padding:7px 10px;font-family:inherit;font-size:12.5px;transition:border-color .15s}.ResumeEditor-module__ZErVTa__editorFields input:focus,.ResumeEditor-module__ZErVTa__editorFields textarea:focus,.ResumeEditor-module__ZErVTa__editorFields select:focus{border-color:var(--accent);outline:none}.ResumeEditor-module__ZErVTa__editorSummary{background:var(--surface);border:1px solid var(--border);color:var(--text);resize:vertical;box-sizing:border-box;border-radius:6px;width:100%;padding:8px 10px;font-family:inherit;font-size:12.5px}.ResumeEditor-module__ZErVTa__editorSummary:focus{border-color:var(--accent);outline:none}.ResumeEditor-module__ZErVTa__editorRow2{grid-template-columns:1fr 1fr;gap:10px;display:grid}.ResumeEditor-module__ZErVTa__editorExpBlock{background:var(--bg-3);border:1px solid var(--border);border-radius:8px;flex-direction:column;gap:8px;padding:12px;display:flex}.ResumeEditor-module__ZErVTa__editorBlockHeader{justify-content:space-between;align-items:center;margin-bottom:2px;display:flex}.ResumeEditor-module__ZErVTa__editorBlockHeader strong{color:var(--text);font-size:12px}.ResumeEditor-module__ZErVTa__editorRemoveBtn{color:var(--text-3);cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;padding:2px 6px;font-size:13px;transition:background .15s,color .15s}.ResumeEditor-module__ZErVTa__editorRemoveBtn:hover{color:#ef4444;background:#ef444426}.ResumeEditor-module__ZErVTa__editorBulletRow{align-items:flex-start;gap:6px;display:flex}.ResumeEditor-module__ZErVTa__editorBulletRow textarea{flex:1;min-height:48px}.ResumeEditor-module__ZErVTa__editorAddSmall{border:1px dashed var(--border);color:var(--text-3);cursor:pointer;background:0 0;border-radius:6px;width:fit-content;padding:5px 10px;font-size:11.5px;transition:border-color .15s,color .15s}.ResumeEditor-module__ZErVTa__editorAddSmall:hover{border-color:var(--accent);color:var(--accent)}.ResumeEditor-module__ZErVTa__editorAddBtn{border:1px dashed var(--border-light);color:var(--text-2);cursor:pointer;text-align:center;background:0 0;border-radius:8px;width:100%;margin-top:4px;padding:8px;font-size:12px;transition:border-color .15s,color .15s}.ResumeEditor-module__ZErVTa__editorAddBtn:hover{border-color:var(--accent);color:var(--accent)}.ResumeEditor-module__ZErVTa__editorSkillTags{flex-wrap:wrap;gap:6px;display:flex}.ResumeEditor-module__ZErVTa__editorSkillTag{background:var(--surface-2);border:1px solid var(--border-light);color:var(--text-2);border-radius:20px;align-items:center;gap:4px;padding:3px 10px 3px 12px;font-size:11.5px;display:inline-flex}.ResumeEditor-module__ZErVTa__editorSkillTag button{color:var(--text-3);cursor:pointer;background:0 0;border:none;align-items:center;padding:0 2px;font-size:11px;transition:color .15s;display:flex}.ResumeEditor-module__ZErVTa__editorSkillTag button:hover{color:#ef4444}.ResumeEditor-module__ZErVTa__editorSkillInput{gap:8px;display:flex}.ResumeEditor-module__ZErVTa__editorSkillInput input{flex:1}.ResumeEditor-module__ZErVTa__editorFooter{padding:0;position:sticky;bottom:0}
.UpgradeModal-module__k8XU3G__modalOverlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.UpgradeModal-module__k8XU3G__modalContent{border-radius:16px;width:90%;max-height:90vh;position:relative}.UpgradeModal-module__k8XU3G__modalClose{color:#fff;cursor:pointer;z-index:10;opacity:.7;background:0 0;border:none;font-size:24px;transition:opacity .2s;position:absolute;top:15px;right:15px}.UpgradeModal-module__k8XU3G__modalClose:hover{opacity:1}.UpgradeModal-module__k8XU3G__pricingModal{background:var(--bg);border:1px solid var(--border);max-width:1100px;padding:0;overflow-y:auto}.UpgradeModal-module__k8XU3G__pricingHeader{text-align:center;padding:40px 20px 20px}.UpgradeModal-module__k8XU3G__pricingHeader h2{font-family:var(--font-display);background:linear-gradient(135deg,#fff 0%,var(--text-2)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:2.2rem}.UpgradeModal-module__k8XU3G__pricingHeader p{color:var(--text-2);font-size:1rem}.UpgradeModal-module__k8XU3G__pricingGrid{grid-template-columns:repeat(4,1fr);gap:20px;padding:20px 30px 40px;display:grid}.UpgradeModal-module__k8XU3G__pricingCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;padding:30px 24px;transition:transform .3s cubic-bezier(.4,0,.2,1),border-color .3s;display:flex;position:relative}.UpgradeModal-module__k8XU3G__pricingCard:hover{border-color:#6366f166;transform:translateY(-8px)}.UpgradeModal-module__k8XU3G__pricingCard.UpgradeModal-module__k8XU3G__featured{z-index:1;border:2px solid #6366f1;transform:scale(1.05);box-shadow:0 20px 40px #6366f11a}.UpgradeModal-module__k8XU3G__pricingCard.UpgradeModal-module__k8XU3G__featured:hover{transform:scale(1.05)translateY(-8px)}.UpgradeModal-module__k8XU3G__pricingCard.UpgradeModal-module__k8XU3G__pro{background:linear-gradient(#141419 0%,#1e1e28 100%);border-color:#9333ea}.UpgradeModal-module__k8XU3G__cardBadge{color:#fff;text-transform:uppercase;background:#6366f1;border-radius:20px;padding:4px 12px;font-size:.75rem;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.UpgradeModal-module__k8XU3G__cardHeader{text-align:center;margin-bottom:24px}.UpgradeModal-module__k8XU3G__cardIcon{margin-bottom:12px;font-size:32px;display:block}.UpgradeModal-module__k8XU3G__pricingCard h3{margin-bottom:8px;font-size:1.25rem;font-weight:700}.UpgradeModal-module__k8XU3G__cardPrice{color:#fff;font-size:1.75rem;font-weight:800}.UpgradeModal-module__k8XU3G__cardDesc{color:var(--text-3);margin-top:4px;font-size:.85rem}.UpgradeModal-module__k8XU3G__cardFeatures{flex-direction:column;flex-grow:1;gap:12px;margin:0 0 30px;padding:0;list-style:none;display:flex}.UpgradeModal-module__k8XU3G__cardFeatures li{color:var(--text-2);font-size:.9rem}.UpgradeModal-module__k8XU3G__cardFeatures li.UpgradeModal-module__k8XU3G__disabled{opacity:.4;text-decoration:line-through}.UpgradeModal-module__k8XU3G__cardFeatures li strong{color:#fff}.UpgradeModal-module__k8XU3G__cardBtn{border-radius:var(--radius);border:1px solid var(--border);background:var(--bg-2);color:#fff;cursor:pointer;width:100%;padding:12px;font-weight:700;transition:all .2s}.UpgradeModal-module__k8XU3G__cardBtn:hover:not(:disabled){background:var(--border)}.UpgradeModal-module__k8XU3G__cardBtn.UpgradeModal-module__k8XU3G__featured{background:#6366f1;border:none}.UpgradeModal-module__k8XU3G__cardBtn.UpgradeModal-module__k8XU3G__featured:hover:not(:disabled){background:#4f46e5;box-shadow:0 4px 12px #6366f14d}.UpgradeModal-module__k8XU3G__cardBtn.UpgradeModal-module__k8XU3G__pro{background:linear-gradient(90deg,#9333ea,#a855f7);border:none}.UpgradeModal-module__k8XU3G__cardBtn.UpgradeModal-module__k8XU3G__pro:hover:not(:disabled){box-shadow:0 4px 12px #a855f74d}.UpgradeModal-module__k8XU3G__pricingCard.UpgradeModal-module__k8XU3G__disabled{opacity:.6}.UpgradeModal-module__k8XU3G__cardBtn.UpgradeModal-module__k8XU3G__disabled{cursor:not-allowed;opacity:.5}.UpgradeModal-module__k8XU3G__pricingFooter{text-align:center;color:var(--text-3);padding:0 20px 10px;font-size:.8rem}.UpgradeModal-module__k8XU3G__policyConsentText{text-align:center;color:var(--text-3);padding:0 20px 30px;font-size:.75rem}.UpgradeModal-module__k8XU3G__policyConsentText a{color:var(--text-2);text-decoration:underline;transition:color .2s}.UpgradeModal-module__k8XU3G__policyConsentText a:hover{color:var(--accent)}@media (max-width:1000px){.UpgradeModal-module__k8XU3G__pricingGrid{grid-template-columns:repeat(2,1fr)}.UpgradeModal-module__k8XU3G__pricingCard.UpgradeModal-module__k8XU3G__featured{transform:none}.UpgradeModal-module__k8XU3G__pricingCard.UpgradeModal-module__k8XU3G__featured:hover{transform:translateY(-8px)}}@media (max-width:600px){.UpgradeModal-module__k8XU3G__pricingGrid{grid-template-columns:1fr}}
.landing-module__g1LwZa__landing{background:#000;flex-direction:column;min-height:100vh;display:flex;position:relative;overflow-x:hidden}.landing-module__g1LwZa__gridCanvas{pointer-events:none;z-index:1;background-image:radial-gradient(circle,#ffffff08 1px,#0000 1px);background-size:40px 40px;width:100%;height:100%;position:absolute;top:0;left:0;-webkit-mask-image:radial-gradient(circle at 50% 25%,#000 20%,#0000 80%);mask-image:radial-gradient(circle at 50% 25%,#000 20%,#0000 80%)}.landing-module__g1LwZa__landingNav{-webkit-backdrop-filter:blur(20px);z-index:100;background:#0000008c;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:16px 64px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:sticky;top:0}.landing-module__g1LwZa__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:flex-end;gap:5px;width:44px;height:44px;padding:10px;transition:background .2s;display:none}.landing-module__g1LwZa__hamburger:hover{background:#ffffff14}.landing-module__g1LwZa__hamburger span{background:var(--text);border-radius:2px;height:1.5px;transition:transform .4s cubic-bezier(.16,1,.3,1),width .4s cubic-bezier(.16,1,.3,1),opacity .3s;display:block}.landing-module__g1LwZa__hamburger span:first-child{width:20px}.landing-module__g1LwZa__hamburger span:nth-child(2){width:12px}.landing-module__g1LwZa__hamburger span:nth-child(3){width:20px}.landing-module__g1LwZa__hamburger.landing-module__g1LwZa__open span:first-child{width:22px;transform:translateY(6.5px)rotate(45deg)}.landing-module__g1LwZa__hamburger.landing-module__g1LwZa__open span:nth-child(2){opacity:0;transform:translate(10px)}.landing-module__g1LwZa__hamburger.landing-module__g1LwZa__open span:nth-child(3){width:22px;transform:translateY(-6.5px)rotate(-45deg)}.landing-module__g1LwZa__mobileMenu{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);z-index:1000;opacity:0;transform-origin:100% 0;pointer-events:none;width:220px;box-shadow:var(--shadow-lg);flex-direction:column;gap:4px;padding:8px;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:calc(100% + 8px);right:24px;transform:translateY(-10px)scale(.95)}.landing-module__g1LwZa__mobileMenu.landing-module__g1LwZa__open{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.landing-module__g1LwZa__mobileMenuLink{color:var(--text-2);cursor:pointer;border-radius:var(--radius-sm);text-align:left;background:0 0;border:none;width:100%;padding:12px 16px;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.landing-module__g1LwZa__mobileMenuLink:hover{color:var(--text);background:#ffffff0a}.landing-module__g1LwZa__navBrand{font-family:var(--font-display);color:var(--text);letter-spacing:-.5px;font-size:1.25rem;font-weight:700}.landing-module__g1LwZa__navCta{border-radius:var(--radius-sm);color:#000;transition:var(--transition-fast);background:#fff;border:1px solid #fff;align-items:center;gap:6px;padding:8px 16px;font-size:.88rem;font-weight:600;text-decoration:none;display:flex}.landing-module__g1LwZa__navCta:hover{background:#e5e5e5;border-color:#e5e5e5}.landing-module__g1LwZa__navLinkBtn{color:var(--text-2);cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;padding:8px 16px;font-size:.88rem;font-weight:500}.landing-module__g1LwZa__navLinkBtn:hover{color:var(--text)}.landing-module__g1LwZa__navActions{align-items:center;gap:16px;display:flex}.landing-module__g1LwZa__navLoadingPlaceholder{background:var(--surface-2);border-radius:var(--radius-sm);opacity:.5;width:80px;height:28px;animation:1.5s infinite landing-module__g1LwZa__pulse}@keyframes landing-module__g1LwZa__pulse{0%,to{opacity:.3}50%{opacity:.6}}.landing-module__g1LwZa__hero{text-align:center;z-index:5;flex-direction:column;align-items:center;padding:100px 24px 80px;display:flex;position:relative}.landing-module__g1LwZa__heroHeadline{font-size:clamp(2.5rem,6.5vw,4.5rem);font-family:var(--font-display);letter-spacing:-2px;color:#fff;margin-bottom:24px;font-weight:800;line-height:1.05}.landing-module__g1LwZa__gradientText{background:linear-gradient(#fff 0%,#a1a1aa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-module__g1LwZa__heroSub{color:var(--text-2);letter-spacing:-.01em;max-width:600px;margin:0 auto 40px;font-size:clamp(1rem,2vw,1.25rem);font-weight:400;line-height:1.6}.landing-module__g1LwZa__heroButtons{justify-content:center;gap:16px;display:flex}.landing-module__g1LwZa__heroCta{border-radius:var(--radius-sm);color:#000;height:48px;transition:var(--transition-fast);background:#fff;justify-content:center;align-items:center;gap:8px;padding:0 24px;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.landing-module__g1LwZa__heroCta:hover{background:#e5e5e5}.landing-module__g1LwZa__heroCta:hover .landing-module__g1LwZa__ctaArrow{transform:translate(4px)}.landing-module__g1LwZa__ctaArrow{transition:transform .2s}.landing-module__g1LwZa__heroCtaSecondary{border-radius:var(--radius-sm);height:48px;color:var(--text);transition:var(--transition-fast);cursor:pointer;background:#ffffff08;border:1px solid #ffffff14;justify-content:center;align-items:center;gap:8px;padding:0 24px;font-size:.95rem;font-weight:500;text-decoration:none;display:inline-flex}.landing-module__g1LwZa__heroCtaSecondary:hover:not(:disabled){background:#ffffff14;border-color:#ffffff26}.landing-module__g1LwZa__heroCtaSecondary:disabled{opacity:.5;cursor:wait}.landing-module__g1LwZa__heroMockupContainer{border-radius:var(--radius-lg);background:#050505b3;border:1px solid #ffffff14;flex-direction:column;width:100%;max-width:1080px;margin-top:80px;display:flex;overflow:hidden;box-shadow:0 24px 64px #000c,0 0 80px #ffffff04}.landing-module__g1LwZa__mockupHeader{background:#0a0a0acc;border-bottom:1px solid #ffffff0d;align-items:center;height:40px;padding:0 16px;display:flex;position:relative}.landing-module__g1LwZa__mockupDots{gap:8px;display:flex}.landing-module__g1LwZa__mockupDots span{border-radius:50%;width:10px;height:10px;display:inline-block}.landing-module__g1LwZa__mockupDotRed{background:#ff5f56}.landing-module__g1LwZa__mockupDotYellow{background:#ffbd2e}.landing-module__g1LwZa__mockupDotGreen{background:#27c93f}.landing-module__g1LwZa__mockupTitle{color:var(--text-3);letter-spacing:-.01em;font-size:.75rem;position:absolute;left:50%;transform:translate(-50%)}.landing-module__g1LwZa__mockupBody{background:#030303;grid-template-columns:1.1fr 1fr;min-height:420px;display:grid}.landing-module__g1LwZa__mockupChatPanel{text-align:left;border-right:1px solid #ffffff0a;flex-direction:column;padding:24px;display:flex}.landing-module__g1LwZa__mockupChatHeader{color:var(--text-2);align-items:center;gap:8px;margin-bottom:24px;font-size:.8rem;font-weight:600;display:flex}.landing-module__g1LwZa__chatStatusDot{background:#2563eb;border-radius:50%;width:6px;height:6px;box-shadow:0 0 8px #2563eb}.landing-module__g1LwZa__mockupChatMessages{flex-direction:column;flex-grow:1;gap:16px;display:flex}.landing-module__g1LwZa__mockupMessageUser{max-width:85%;color:var(--text);background:#ffffff0a;border:1px solid #ffffff0f;border-radius:12px 12px 0;align-self:flex-end;padding:12px 16px;font-size:.85rem;line-height:1.5}.landing-module__g1LwZa__mockupMessageAI{max-width:90%;color:var(--text-2);background:#2563eb0d;border:1px solid #2563eb26;border-radius:12px 12px 12px 0;align-self:flex-start;padding:16px;font-size:.85rem;line-height:1.5}.landing-module__g1LwZa__aiSparkle{color:#fff;margin-bottom:8px;font-size:.8rem;font-weight:600}.landing-module__g1LwZa__mockupMessageAI ul{flex-direction:column;gap:6px;margin-top:6px;padding-left:16px;display:flex}.landing-module__g1LwZa__mockupChatInput{height:44px;color:var(--text-3);background:#ffffff05;border:1px solid #ffffff0f;border-radius:22px;justify-content:space-between;align-items:center;margin-top:24px;padding:0 16px;font-size:.8rem;display:flex}.landing-module__g1LwZa__mockupSendBtn{color:#000;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-weight:700;display:flex}.landing-module__g1LwZa__mockupPreviewPanel{background:#020202;flex-direction:column;padding:24px;display:flex}.landing-module__g1LwZa__mockupPreviewHeader{color:var(--text-2);justify-content:space-between;align-items:center;margin-bottom:16px;font-size:.8rem;font-weight:500;display:flex}.landing-module__g1LwZa__mockupBadge{background:#ffffff0a;border:1px solid #ffffff14;border-radius:4px;padding:2px 8px;font-size:.7rem}.landing-module__g1LwZa__mockupResumePaper{color:#111;text-align:left;background:#fff;border-radius:6px;flex-grow:1;padding:24px;font-family:serif;box-shadow:0 10px 30px #00000080}.landing-module__g1LwZa__resumeHeaderMock{text-align:center;border-bottom:1px solid #ddd;margin-bottom:12px;padding-bottom:10px}.landing-module__g1LwZa__resumeNameMock{letter-spacing:-.01em;color:#111;font-size:1.25rem;font-weight:700}.landing-module__g1LwZa__resumeContactMock{color:#555;margin-top:2px;font-size:.65rem}.landing-module__g1LwZa__resumeSectionMock{flex-direction:column;display:flex}.landing-module__g1LwZa__resumeSectionTitleMock{color:#111;letter-spacing:.5px;border-bottom:1px solid #111;margin-bottom:8px;font-size:.65rem;font-weight:700}.landing-module__g1LwZa__resumeJobMock{justify-content:space-between;margin-bottom:4px;font-size:.65rem;font-weight:700;display:flex}.landing-module__g1LwZa__resumeJobTitleMock{color:#222}.landing-module__g1LwZa__resumeJobDateMock{color:#555}.landing-module__g1LwZa__resumeBulletsMock{flex-direction:column;gap:4px;display:flex}.landing-module__g1LwZa__resumeBulletMock{color:#333;padding-left:8px;font-size:.6rem;line-height:1.4;position:relative}.landing-module__g1LwZa__resumeBulletMock:before{content:"•";position:absolute;left:0}.landing-module__g1LwZa__featuresSection{background:#000;border-top:1px solid #ffffff0a;padding:120px 64px}.landing-module__g1LwZa__sectionHeader{text-align:center;max-width:600px;margin:0 auto 80px}.landing-module__g1LwZa__sectionTitle{font-family:var(--font-display);letter-spacing:-1.2px;color:#fff;margin-bottom:16px;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:750}.landing-module__g1LwZa__sectionSubtitle{color:var(--text-2);font-size:1.05rem;line-height:1.5}.landing-module__g1LwZa__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px;max-width:1200px;margin:0 auto;display:grid}.landing-module__g1LwZa__featureCard{border-radius:var(--radius-lg);background:#050505;border:1px solid #ffffff0d;padding:40px;transition:border-color .3s;position:relative;overflow:hidden}.landing-module__g1LwZa__featureCard:hover{border-color:#ffffff1f}.landing-module__g1LwZa__featureSpotlight{pointer-events:none;opacity:0;background:radial-gradient(400px circle at var(--mouse-x,0)var(--mouse-y,0),#ffffff09,transparent 80%);z-index:1;transition:opacity .5s;position:absolute;inset:0}.landing-module__g1LwZa__featureCard:hover .landing-module__g1LwZa__featureSpotlight,.landing-module__g1LwZa__pricingCard:hover .landing-module__g1LwZa__featureSpotlight{opacity:1}.landing-module__g1LwZa__featureContent{z-index:2;text-align:left;position:relative}.landing-module__g1LwZa__featureIconContainer{margin-bottom:24px}.landing-module__g1LwZa__featureIconNumber{font-family:var(--font-display);color:var(--text-3);letter-spacing:1px;font-size:.9rem;font-weight:700}.landing-module__g1LwZa__featureTitle{color:#fff;letter-spacing:-.015em;margin-bottom:12px;font-size:1.25rem;font-weight:600}.landing-module__g1LwZa__featureDesc{color:var(--text-2);font-size:.92rem;line-height:1.6}.landing-module__g1LwZa__templatesSection{background:#000;border-top:1px solid #ffffff0a;padding:120px 64px}.landing-module__g1LwZa__templatesContainer{flex-direction:column;align-items:center;max-width:1000px;margin:0 auto;display:flex}.landing-module__g1LwZa__templatePills{border-radius:var(--radius-full);background:#ffffff05;border:1px solid #ffffff0a;flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:48px;padding:4px;display:flex}.landing-module__g1LwZa__templatePill{border-radius:var(--radius-full);color:var(--text-2);cursor:pointer;transition:var(--transition-fast);background:0 0;border:none;padding:8px 18px;font-size:.9rem;font-weight:500}.landing-module__g1LwZa__templatePill:hover{color:var(--text)}.landing-module__g1LwZa__templatePill.landing-module__g1LwZa__active{color:#fff;background:#ffffff0f;box-shadow:0 4px 12px #0006}.landing-module__g1LwZa__templatePreview{border-radius:var(--radius-lg);width:100%;max-width:720px;box-shadow:var(--shadow-lg);aspect-ratio:1.3;background:#030303;border:1px solid #ffffff0f;position:relative;overflow:hidden}.landing-module__g1LwZa__templateImage{object-fit:cover;width:100%;height:100%}.landing-module__g1LwZa__templatePreviewOverlay{text-align:left;background:linear-gradient(#0000 0%,#000000f2 100%);padding:32px;position:absolute;bottom:0;left:0;right:0}.landing-module__g1LwZa__pricingSection{background:#000;border-top:1px solid #ffffff0a;padding:120px 64px}.landing-module__g1LwZa__pricingGrid{flex-wrap:wrap;justify-content:center;gap:24px;max-width:1140px;margin:0 auto;display:flex}.landing-module__g1LwZa__pricingCard{border-radius:var(--radius-lg);background:#050505;border:1px solid #ffffff0d;flex-direction:column;flex:320px;max-width:360px;transition:border-color .3s;display:flex;position:relative;overflow:hidden}.landing-module__g1LwZa__pricingCard:hover{border-color:#ffffff1f}.landing-module__g1LwZa__pricingCardContent{z-index:2;text-align:left;flex-direction:column;flex-grow:1;height:100%;padding:48px 36px;display:flex;position:relative}.landing-module__g1LwZa__pricingCard.landing-module__g1LwZa__popular{background:linear-gradient(#ffffff04 0%,#050505 100%);border-color:#ffffff1a}.landing-module__g1LwZa__popularBadge{color:#fff;border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.5px;background:#ffffff0f;border:1px solid #ffffff1a;padding:4px 12px;font-size:.72rem;font-weight:600;position:absolute;top:16px;right:16px}.landing-module__g1LwZa__planName{color:#fff;letter-spacing:-.01em;margin-bottom:8px;font-size:1.15rem;font-weight:600}.landing-module__g1LwZa__planPrice{color:#fff;letter-spacing:-1px;margin-bottom:16px;font-size:2.75rem;font-weight:800}.landing-module__g1LwZa__planDesc{color:var(--text-2);margin-bottom:32px;font-size:.88rem;line-height:1.4}.landing-module__g1LwZa__planFeatures{color:var(--text-2);flex-direction:column;gap:12px;margin:0 0 40px;padding:0;font-size:.88rem;list-style:none;display:flex}.landing-module__g1LwZa__bottomCta{text-align:center;background:#000;border-top:1px solid #ffffff0a;padding:160px 48px}.landing-module__g1LwZa__bottomCta h2{font-family:var(--font-display);color:#fff;letter-spacing:-1.5px;margin-bottom:40px;font-size:clamp(2rem,5vw,3rem);font-weight:800}.landing-module__g1LwZa__landingFooter{color:var(--text-3);background:#000;border-top:1px solid #ffffff0a;padding:40px 64px;font-size:.85rem}.landing-module__g1LwZa__reveal{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(24px)}.landing-module__g1LwZa__revealed{opacity:1;transform:translateY(0)}@media (max-width:900px){.landing-module__g1LwZa__landingNav{padding:16px 32px}.landing-module__g1LwZa__mockupBody{grid-template-columns:1fr}.landing-module__g1LwZa__mockupChatPanel{border-bottom:1px solid #ffffff0a;border-right:none}}@media (max-width:768px){.landing-module__g1LwZa__landingNav{padding:16px 24px}.landing-module__g1LwZa__navLinkBtn,.landing-module__g1LwZa__navCta{display:none}.landing-module__g1LwZa__navActions{margin-left:auto;margin-right:16px}.landing-module__g1LwZa__hamburger{display:flex}.landing-module__g1LwZa__hero{padding:60px 20px 40px}.landing-module__g1LwZa__heroHeadline{letter-spacing:-1.2px;margin-bottom:16px}.landing-module__g1LwZa__heroSub{margin-bottom:32px}.landing-module__g1LwZa__heroButtons{flex-direction:column;gap:12px;width:100%}.landing-module__g1LwZa__heroCta,.landing-module__g1LwZa__heroCtaSecondary{width:100%}.landing-module__g1LwZa__heroMockupContainer{margin-top:48px}.landing-module__g1LwZa__featuresSection,.landing-module__g1LwZa__templatesSection,.landing-module__g1LwZa__pricingSection,.landing-module__g1LwZa__bottomCta{padding:64px 20px}.landing-module__g1LwZa__sectionHeader{margin-bottom:48px}.landing-module__g1LwZa__templatePills{white-space:nowrap;justify-content:flex-start;width:100%;padding:6px;overflow-x:auto}.landing-module__g1LwZa__templatePill{padding:6px 14px}.landing-module__g1LwZa__pricingGrid{flex-direction:column;align-items:center}.landing-module__g1LwZa__pricingCard{width:100%}.landing-module__g1LwZa__landingFooter{padding:32px 20px}}
.CoverLetterPanel-module__N4iAZW__clPanel{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);margin:4px 12px;padding:16px 20px;animation:.4s ease-out CoverLetterPanel-module__N4iAZW__slideUp}.CoverLetterPanel-module__N4iAZW__clHeader h3{font-family:var(--font-display);color:var(--text);margin-bottom:6px;font-size:1.1rem}.CoverLetterPanel-module__N4iAZW__clHeader p{color:var(--text-2);margin-bottom:16px;font-size:.88rem}.CoverLetterPanel-module__N4iAZW__clInputGroup{flex-direction:column;gap:16px;margin-bottom:32px;display:flex}.CoverLetterPanel-module__N4iAZW__clTextarea{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius);color:var(--text);font-family:var(--font);resize:vertical;min-height:120px;padding:16px;font-size:.95rem;transition:all .2s}.CoverLetterPanel-module__N4iAZW__clTextarea:focus{border-color:var(--accent);box-shadow:0 0 0 4px var(--accent-glow);outline:none}.CoverLetterPanel-module__N4iAZW__clGenerateBtn{background:var(--accent);color:#fff;border-radius:var(--radius);cursor:pointer;border:none;padding:14px;font-weight:600;transition:all .2s}.CoverLetterPanel-module__N4iAZW__clGenerateBtn:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-1px)}.CoverLetterPanel-module__N4iAZW__clGenerateBtn:disabled{opacity:.6;cursor:not-allowed}.CoverLetterPanel-module__N4iAZW__clResult{border-top:1px solid var(--border);padding-top:32px;animation:.4s ease-out CoverLetterPanel-module__N4iAZW__slideUp}.CoverLetterPanel-module__N4iAZW__clResultHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.CoverLetterPanel-module__N4iAZW__clCopyBtn{background:var(--surface-2);border:1px solid var(--border);color:var(--text);cursor:pointer;border-radius:100px;padding:8px 16px;font-size:.85rem;font-weight:500;transition:all .2s}.CoverLetterPanel-module__N4iAZW__clCopyBtn:hover{background:var(--border)}.CoverLetterPanel-module__N4iAZW__clContent{background:var(--bg-2);border-radius:var(--radius);color:var(--text-2);white-space:pre-wrap;padding:24px;font-size:1rem;line-height:1.8;position:relative}.CoverLetterPanel-module__N4iAZW__isTruncated{-webkit-mask-image:linear-gradient(#000 50%,#0000 95%);mask-image:linear-gradient(#000 50%,#0000 95%)}.CoverLetterPanel-module__N4iAZW__clUpgradeOverlay{background:linear-gradient(to top,var(--bg-2)40%,transparent 100%);text-align:center;z-index:10;padding:60px 24px 24px;position:absolute;bottom:0;left:0;right:0}.CoverLetterPanel-module__N4iAZW__clUpgradeOverlay p{color:#fff;margin-bottom:16px;font-size:1.1rem;font-weight:600}.CoverLetterPanel-module__N4iAZW__clUnlockBtn{background:linear-gradient(135deg,var(--accent)0%,#8b5cf6 100%);color:#fff;cursor:pointer;box-shadow:0 8px 24px var(--accent-glow);border:none;border-radius:100px;padding:12px 32px;font-weight:700;transition:all .3s}.CoverLetterPanel-module__N4iAZW__clUnlockBtn:hover{box-shadow:0 12px 32px var(--accent-glow);transform:translateY(-2px)}@keyframes CoverLetterPanel-module__N4iAZW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes CoverLetterPanel-module__N4iAZW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.Insights-module__Xj4ZNG__insightsPage{background:var(--bg);min-height:100vh;color:var(--text);padding-bottom:80px}.Insights-module__Xj4ZNG__insightsContent{max-width:1100px;margin:0 auto;padding:40px 24px}.Insights-module__Xj4ZNG__insightsHeader{margin-bottom:48px}.Insights-module__Xj4ZNG__insightsHeader h1{font-family:var(--font-display);background:linear-gradient(135deg,var(--text)0%,var(--accent)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:12px;font-size:2.5rem;font-weight:800}.Insights-module__Xj4ZNG__insightsHeader p{color:var(--text-3);font-size:1.1rem}.Insights-module__Xj4ZNG__rolesGrid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:24px;display:grid}.Insights-module__Xj4ZNG__roleCard{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);padding:0;transition:transform .2s,border-color .2s,box-shadow .2s;overflow:hidden}.Insights-module__Xj4ZNG__roleCard:hover{border-color:var(--accent);transform:translateY(-4px);box-shadow:0 12px 32px #6366f11f}.Insights-module__Xj4ZNG__roleCardHeader{border-bottom:1px solid var(--border);background:var(--bg-3);padding:24px}.Insights-module__Xj4ZNG__roleCardHeader h2{color:var(--text);margin:0;font-size:1.25rem;font-weight:700}.Insights-module__Xj4ZNG__roleCardBody{padding:24px}.Insights-module__Xj4ZNG__noRoles{text-align:center;background:var(--bg-2);border:2px dashed var(--border);border-radius:var(--radius-lg);padding:80px 24px}.Insights-module__Xj4ZNG__noRoles h2{margin-bottom:12px;font-size:1.5rem}.Insights-module__Xj4ZNG__noRoles p{color:var(--text-3);margin-bottom:24px}.Insights-module__Xj4ZNG__ctaLink{background:var(--accent);color:#fff;border-radius:var(--radius);padding:12px 24px;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-block}.Insights-module__Xj4ZNG__ctaLink:hover{opacity:.9}.Insights-module__Xj4ZNG__skeletonCard{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--radius-lg);height:400px;position:relative;overflow:hidden}.Insights-module__Xj4ZNG__skeletonCard:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff08 50%,#0000 100%) 0 0/200% 100%;animation:2s infinite Insights-module__Xj4ZNG__shimmer;position:absolute;inset:0}@keyframes Insights-module__Xj4ZNG__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:768px){.Insights-module__Xj4ZNG__insightsHeader h1{font-size:2rem}.Insights-module__Xj4ZNG__rolesGrid{grid-template-columns:1fr}}
.Resumes-module__fv1Qta__resumesPage{background:#000;flex-direction:column;min-height:100vh;display:flex;position:relative}.Resumes-module__fv1Qta__resumesPage:before{content:"";pointer-events:none;z-index:1;background-image:radial-gradient(circle,#ffffff04 1px,#0000 1px);background-size:32px 32px;width:100%;height:100%;position:absolute;inset:0}.Resumes-module__fv1Qta__resumesContent{z-index:2;flex:1;width:100%;max-width:1200px;margin:0 auto;padding:60px 48px;position:relative}.Resumes-module__fv1Qta__resumesHeader{margin-bottom:48px}.Resumes-module__fv1Qta__resumesHeader h1{font-family:var(--font-display);color:var(--text);margin-bottom:8px;font-size:2.5rem;font-weight:800}.Resumes-module__fv1Qta__resumesHeader p{color:var(--text-2);font-size:1.1rem}.Resumes-module__fv1Qta__headerTitleRow{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.Resumes-module__fv1Qta__archiveToggle{background:var(--surface-2);border:1px solid var(--border);color:var(--text-2);border-radius:var(--radius-sm);cursor:pointer;padding:8px 16px;font-size:.85rem;font-weight:600;transition:all .2s}.Resumes-module__fv1Qta__archiveToggle:hover{background:var(--surface-hover);color:var(--text);border-color:var(--text-3)}.Resumes-module__fv1Qta__archiveToggle.Resumes-module__fv1Qta__active{color:var(--text);background:#ffffff0f;border-color:#ffffff26}.Resumes-module__fv1Qta__resumesGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;display:grid}.Resumes-module__fv1Qta__resumeCard{border-radius:var(--radius-lg);background:#050505;border:1px solid #ffffff0d;flex-direction:column;padding:0;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;position:relative;overflow:hidden}.Resumes-module__fv1Qta__resumeCard:hover{border-color:#ffffff26;transform:translateY(-4px);box-shadow:0 12px 32px #0009}.Resumes-module__fv1Qta__resumeCardBody{cursor:pointer;flex:1;padding:32px}.Resumes-module__fv1Qta__resumeCardHeader{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.Resumes-module__fv1Qta__labelGroup{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.Resumes-module__fv1Qta__resumeCardLabel{color:var(--text);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:0;font-size:1.25rem;font-weight:700;display:-webkit-box;overflow:hidden}.Resumes-module__fv1Qta__targetCompany{color:var(--text-3);margin:0;font-size:.85rem;font-weight:500}.Resumes-module__fv1Qta__atsBadge{white-space:nowrap;text-transform:uppercase;letter-spacing:.05em;cursor:help;border-radius:20px;padding:2px 8px;font-size:.7rem;font-weight:700}.Resumes-module__fv1Qta__atsBadgeContainer{display:inline-block;position:relative}.Resumes-module__fv1Qta__atsTooltip{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);z-index:50;opacity:0;visibility:hidden;pointer-events:none;width:240px;margin-bottom:8px;padding:12px;transition:all .2s;position:absolute;bottom:100%;right:0;box-shadow:0 10px 25px #0000004d}.Resumes-module__fv1Qta__atsBadgeContainer:hover .Resumes-module__fv1Qta__atsTooltip{opacity:1;visibility:visible;transform:translateY(-4px)}.Resumes-module__fv1Qta__tooltipTitle{color:var(--text-3);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:.7rem;font-weight:800}.Resumes-module__fv1Qta__tooltipText{color:var(--text-2);margin:0;font-size:.75rem;line-height:1.4}.Resumes-module__fv1Qta__atsGreat{color:#10b981;background:#10b9811a;border:1px solid #10b98133}.Resumes-module__fv1Qta__atsOk{color:#f59e0b;background:#f59e0b1a;border:1px solid #f59e0b33}.Resumes-module__fv1Qta__atsLow{color:#ef4444;background:#ef44441a;border:1px solid #ef444433}.Resumes-module__fv1Qta__resumeCardDate{color:var(--text-3);font-size:.85rem}.Resumes-module__fv1Qta__resumeCardActions{border-top:1px solid var(--border);background:#ffffff05;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.Resumes-module__fv1Qta__resumeDuplicateBtn{color:var(--text-3);cursor:pointer;background:0 0;border:none;font-size:.85rem;font-weight:600;transition:color .2s}.Resumes-module__fv1Qta__resumeDuplicateBtn:hover{color:var(--accent)}.Resumes-module__fv1Qta__actionLeft{align-items:center;gap:16px;display:flex}.Resumes-module__fv1Qta__resumeArchiveBtn{color:var(--text-3);cursor:pointer;background:0 0;border:none;font-size:.85rem;font-weight:600;transition:color .2s}.Resumes-module__fv1Qta__resumeArchiveBtn:hover{color:var(--text-2)}.Resumes-module__fv1Qta__resumeDeleteBtn{color:var(--text-3);cursor:pointer;background:0 0;border:none;font-size:.85rem;font-weight:600;transition:color .2s}.Resumes-module__fv1Qta__resumeDeleteBtn:hover{color:#f87171}.Resumes-module__fv1Qta__resumeCardNew{border:2px dashed var(--border);color:var(--text-2);background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:40px;text-decoration:none;display:flex}.Resumes-module__fv1Qta__resumeCardNew:hover{border-color:var(--accent);color:var(--text);background:#6366f105}.Resumes-module__fv1Qta__resumeCardNewIcon{font-size:2.5rem;font-weight:300}.Resumes-module__fv1Qta__resumesEmpty{text-align:center;padding:100px 24px}.Resumes-module__fv1Qta__emptyIcon{opacity:.5;margin-bottom:24px;font-size:4rem}.Resumes-module__fv1Qta__resumesEmpty h2{margin-bottom:12px;font-size:1.5rem}.Resumes-module__fv1Qta__resumesEmpty p{color:var(--text-2);margin-bottom:32px}.Resumes-module__fv1Qta__skeleton{background:linear-gradient(90deg,var(--surface)25%,var(--surface-2)50%,var(--surface)75%);background-size:200% 100%;min-height:200px;animation:1.5s linear infinite Resumes-module__fv1Qta__shimmer}@keyframes Resumes-module__fv1Qta__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:768px){.Resumes-module__fv1Qta__resumesContent{padding:40px 24px}.Resumes-module__fv1Qta__resumesHeader h1{font-size:2rem}}
.MarketInsightsModal-module__-Z0xnq__modalOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#000000bf;justify-content:center;align-items:center;animation:.2s MarketInsightsModal-module__-Z0xnq__fadeIn;display:flex;position:fixed;inset:0}.MarketInsightsModal-module__-Z0xnq__modalContent{background:var(--bg-2);border:1px solid var(--border);border-radius:20px;flex-direction:column;width:90%;max-width:600px;max-height:85vh;animation:.3s cubic-bezier(.16,1,.3,1) MarketInsightsModal-module__-Z0xnq__slideUp;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.MarketInsightsModal-module__-Z0xnq__modalHeader{border-bottom:1px solid var(--border);background:var(--bg-3);justify-content:space-between;align-items:flex-start;padding:24px;display:flex}.MarketInsightsModal-module__-Z0xnq__titleGroup h2{color:var(--text);margin:0;font-size:1.25rem;font-weight:700}.MarketInsightsModal-module__-Z0xnq__titleGroup p{color:var(--text-3);margin:4px 0 0;font-size:.9rem}.MarketInsightsModal-module__-Z0xnq__closeBtn{color:var(--text-3);cursor:pointer;background:0 0;border:none;font-size:1.5rem;line-height:1;transition:color .2s}.MarketInsightsModal-module__-Z0xnq__closeBtn:hover{color:var(--text)}.MarketInsightsModal-module__-Z0xnq__modalBody{flex:1;padding:24px;overflow-y:auto}.MarketInsightsModal-module__-Z0xnq__modalBody::-webkit-scrollbar{width:6px}.MarketInsightsModal-module__-Z0xnq__modalBody::-webkit-scrollbar-track{background:0 0}.MarketInsightsModal-module__-Z0xnq__modalBody::-webkit-scrollbar-thumb{background:var(--border);border-radius:10px}.MarketInsightsModal-module__-Z0xnq__modalFooter{border-top:1px solid var(--border);background:var(--bg-3);justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.MarketInsightsModal-module__-Z0xnq__modalFooter p{color:var(--text-3);max-width:60%;margin:0;font-size:.75rem}.MarketInsightsModal-module__-Z0xnq__doneBtn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:10px 24px;font-weight:600;transition:transform .2s,background .2s}.MarketInsightsModal-module__-Z0xnq__doneBtn:hover{background:var(--accent-hover);transform:translateY(-1px)}@keyframes MarketInsightsModal-module__-Z0xnq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes MarketInsightsModal-module__-Z0xnq__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
