.split-layout{width:100vw;height:100vh;display:grid;overflow:hidden}.split-layout--desktop{grid-template-columns:1fr 0;transition:grid-template-columns .35s cubic-bezier(.4,0,.2,1)}.split-layout--desktop.split-layout--open{grid-template-columns:1fr 30%}.split-layout--desktop.split-layout--details-open{grid-template-columns:1fr 25% 30%}.split-layout--mobile{grid-template-rows:1fr;grid-template-columns:1fr;transition:grid-template-rows .2s ease-out}.split-layout--mobile.split-layout--open{grid-template-rows:1fr 50%}.split-layout__main{min-width:0;min-height:0;overflow:hidden}.split-layout__panel{flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}@media (min-width:768px){.split-layout--desktop .split-layout__panel{animation:.35s cubic-bezier(.4,0,.2,1) panelSlideIn}}@keyframes panelSlideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.split-layout__divider{cursor:ns-resize;touch-action:none;-webkit-user-select:none;user-select:none;background:linear-gradient(#ff6b354d 0%,#ff6b3526 50%,#0000 100%);border-bottom:2px solid #ff6b3566;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:4px;height:40px;transition:all .2s;display:flex}.split-layout__divider:hover,.split-layout__divider.dragging{background:linear-gradient(#ff6b3580 0%,#ff6b3540 50%,#0000 100%);border-bottom-color:#ff6b35}.divider-handle{background:#ff6b35cc;border-radius:3px;justify-content:center;align-items:center;width:64px;height:6px;transition:all .2s;display:flex}.divider-icon{color:#fff;opacity:.9;font-size:16px}.split-layout__divider:hover .divider-handle,.split-layout__divider.dragging .divider-handle{background:#ff6b35;transform:scaleX(1.2);box-shadow:0 0 12px #ff6b3580}.divider-label{color:#ff6b35b3;text-transform:uppercase;letter-spacing:.5px;font-size:10px;font-weight:500}.split-layout__divider:hover .divider-label,.split-layout__divider.dragging .divider-label{color:#ff6b35}@media (min-width:768px){.split-layout__divider{display:none}}.panel-maximize-tab{cursor:pointer;color:#ff6b35e6;z-index:100;background:linear-gradient(#1a2332 0%,#0d1829 100%);border:1px solid #ff6b354d;border-right:none;border-radius:12px 0 0 12px;flex-direction:column;align-items:center;gap:6px;padding:16px 12px;font-size:24px;transition:all .2s;animation:.3s ease-out tabSlideIn;display:flex;position:fixed;top:50%;right:0;transform:translateY(-50%)}@keyframes tabSlideIn{0%{opacity:0;transform:translateY(-50%)translate(100%)}to{opacity:1;transform:translateY(-50%)translate(0)}}.panel-maximize-tab:hover{background:linear-gradient(#243044 0%,#1a2332 100%);border-color:#ff6b3580;padding-right:16px}.tab-badge{color:#fff;text-align:center;background:#ff6b35e6;border-radius:8px;min-width:20px;padding:2px 6px;font-size:11px;font-weight:700}@media (max-width:767px){.panel-maximize-tab{display:none}}.mobile-minimize-bar{cursor:pointer;background:linear-gradient(#1a2332 0%,#0d1829 100%);border-top:2px solid #ff6b3566;justify-content:center;align-items:center;gap:10px;padding:14px 20px;transition:all .2s;display:flex}.mobile-minimize-bar:active{background:linear-gradient(#243044 0%,#1a2332 100%);border-top-color:#ff6b35b3}.mobile-minimize-bar .bar-icon{color:#ff6b35e6;font-size:18px}.mobile-minimize-bar .bar-text{color:#fff;font-size:13px;font-weight:600}.mobile-minimize-bar .bar-badge{color:#fff;background:#ff6b35e6;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:700}@media (min-width:768px){.mobile-minimize-bar{display:none}}.job-offers-panel{background:linear-gradient(#0d1829 0%,#0a0a0f 100%);flex-direction:column;height:100%;display:flex;overflow:hidden}@media (min-width:768px){.job-offers-panel{border-left:1px solid #ffffff1a}}.panel-header{border-bottom:1px solid #ffffff14;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.panel-title{color:#fff;align-items:center;gap:10px;margin:0;font-size:16px;font-weight:600;display:flex}.title-icon{color:#ff6b35e6;font-size:20px}.job-count{color:#ff6b35;background:#ff6b3533;border-radius:10px;padding:2px 8px;font-size:12px;font-weight:600}.panel-minimize-btn{color:#fff9;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.panel-minimize-btn:hover{color:#ff6b35e6;background:#ff6b3526;border-color:#ff6b354d}.panel-tabs{background:#ffffff05;border-bottom:1px solid #ffffff14;flex-shrink:0;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:10px 12px;display:grid}.panel-tab{color:#e2e8f0ad;cursor:pointer;background:#ffffff09;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;gap:6px;min-width:0;min-height:36px;padding:8px;font-size:12px;font-weight:650;transition:background .18s,border-color .18s,color .18s;display:inline-flex}.panel-tab svg{flex-shrink:0;font-size:16px}.panel-tab span{color:#e2e8f0bd;background:#ffffff14;border-radius:999px;min-width:18px;padding:1px 5px;font-size:10px;line-height:1.4}.panel-tab:hover{color:#ffffffeb;background:#ffffff0f;border-color:#ffffff29}.panel-tab--active{color:#fff;background:#ff6b3529;border-color:#ff6b3557}.panel-tab--active span{color:#ffb780;background:#ff6b353d}.panel-grab-indicator{cursor:ns-resize;touch-action:none;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;padding:10px 0 6px;display:flex}.grab-pill{background:#ffffff4d;border-radius:3px;width:36px;height:5px;transition:all .2s}.panel-grab-indicator:hover .grab-pill,.panel-grab-indicator.dragging .grab-pill{background:#ff6b35cc;width:48px;box-shadow:0 0 8px #ff6b3566}@media (min-width:768px){.panel-grab-indicator{display:none}}.panel-header.draggable{touch-action:none;-webkit-user-select:none;user-select:none}.panel-header.draggable:active,.panel-header.dragging{background:#ff6b350d}.job-list{flex-direction:column;flex:1;gap:12px;padding:12px;display:flex;overflow-y:auto}.panel-empty-state{text-align:center;color:#e2e8f0b8;flex-direction:column;justify-content:center;align-items:center;gap:10px;min-height:220px;padding:28px 20px;display:flex}.panel-empty-state svg{color:#ff6b35c7;font-size:34px}.panel-empty-state h3{color:#fff;margin:0;font-size:15px;font-weight:700}.panel-empty-state p{color:#e2e8f08c;max-width:280px;margin:0;font-size:12px;line-height:1.5}.profile-panel-content{flex:1;padding:12px;overflow-y:auto}.profile-identity{background:#ffffff0a;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:12px;margin-bottom:12px;padding:14px;display:flex}.profile-avatar{color:#ff9f5f;background:#ff6b3529;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.profile-avatar svg{font-size:22px}.profile-identity h3,.profile-identity p{margin:0}.profile-identity h3{color:#fff;font-size:14px;font-weight:750}.profile-identity p{color:#e2e8f08f;margin-top:3px;font-size:12px}.profile-section-list{flex-direction:column;gap:10px;display:flex}.profile-section{background:#ffffff06;border:1px solid #ffffff12;border-radius:8px;padding:12px}.profile-section-heading{color:#e2e8f0b8;align-items:center;gap:7px;margin-bottom:10px;font-size:12px;font-weight:700;display:flex}.profile-section-heading svg{color:#ff6b35d1;font-size:16px}.profile-chip-list{flex-wrap:wrap;gap:6px;display:flex}.profile-chip{color:#e2e8f0db;overflow-wrap:anywhere;background:#94a3b81a;border:1px solid #94a3b83d;border-radius:999px;max-width:100%;padding:5px 8px;font-size:11px;line-height:1.3}.profile-chip--positive{color:#86efac;background:#22c55e1c;border-color:#22c55e47}.profile-chip--negative{color:#fca5a5;background:#f871711a;border-color:#f8717147}.my-offers-notice{color:#dbeafeeb;background:#60a5fa1a;border:1px solid #60a5fa42;border-radius:8px;align-items:flex-start;gap:10px;margin:12px 16px 0;padding:12px;display:flex}.my-offers-notice-icon{color:#93c5fd;background:#60a5fa2e;border-radius:8px;flex-shrink:0;place-items:center;width:28px;height:28px;display:grid}.my-offers-notice p{margin:0;font-size:12px;font-weight:650;line-height:1.35}.job-list::-webkit-scrollbar{width:6px}.job-list::-webkit-scrollbar-track{background:#ffffff05}.job-list::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.job-list::-webkit-scrollbar-thumb:hover{background:#fff3}.job-card{background:#ffffff08;border:1px solid #ffffff0f;border-radius:12px;padding:16px;transition:all .2s}.job-card:hover{cursor:pointer;background:#ffffff0d;border-color:#ffffff1a;transform:translateY(-1px)}.job-card--selected{background:#ff6b3514;border-color:#ff6b3559;box-shadow:0 0 0 1px #ff6b3526}.job-card--selected:hover{background:#ff6b351a;border-color:#ff6b3573;transform:none}.job-card-header{gap:14px;margin-bottom:14px;display:flex}.match-score{background:conic-gradient(var(--score-color)calc(var(--score)*3.6deg),#ffffff1a calc(var(--score)*3.6deg));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex;position:relative}.match-score--potential{opacity:.82;background:#94a3b81f;border:1px solid #94a3b847}.match-score--rank{background:linear-gradient(135deg,color-mix(in srgb,var(--score-color)42%,transparent),#ffffff14);border:1px solid color-mix(in srgb,var(--score-color)58%,transparent)}.match-score:before{content:"";background:#0d1829;border-radius:50%;position:absolute;inset:4px}.score-value{z-index:1;color:#fff;font-size:13px;font-weight:700;position:relative}.score-value--rank{letter-spacing:0;justify-content:center;align-items:center;font-size:15px;font-weight:800;display:flex}.score-value--potential{letter-spacing:0;color:#cbd5e1b8;justify-content:center;align-items:center;font-size:20px;display:flex}.job-info{flex:1;min-width:0}.job-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:14px;font-weight:600;overflow:hidden}.job-company{color:#ffffffb3;margin:0 0 8px;font-size:13px}.fit-badge{color:#e2e8f0db;background:#94a3b81f;border:1px solid #94a3b83d;border-radius:999px;align-items:center;max-width:100%;min-height:20px;margin-bottom:8px;padding:2px 8px;font-size:11px;font-weight:600;line-height:1.3;display:inline-flex}.fit-badge--strong{color:#86efac;background:#22c55e21;border-color:#22c55e52}.fit-badge--partial{color:#fde047;background:#eab30821;border-color:#eab30852}.fit-badge--weak,.fit-badge--mismatch{color:#fca5a5;background:#f871711f;border-color:#f8717147}.fit-badge--potential{color:#93c5fd;background:#60a5fa21;border-color:#60a5fa52}.job-meta{color:#ffffff80;flex-wrap:wrap;gap:12px;font-size:12px;display:flex}.job-location,.job-salary{align-items:center;gap:4px;display:flex}.job-location svg,.job-salary svg{opacity:.7;font-size:14px}.job-card-actions{border-top:1px solid #ffffff0f;gap:8px;padding-top:14px;display:flex}.action-btn{cursor:pointer;border:1px solid #0000;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;padding:10px 12px;font-size:12px;font-weight:500;transition:all .2s;display:flex}.action-interview{color:#ff6b35;background:#ff6b3526;border-color:#ff6b354d}.action-interview:hover{background:#ff6b3540;border-color:#ff6b3580}.action-apply{color:#22c55e;background:#22c55e26;border-color:#22c55e4d}.action-apply:hover{background:#22c55e40;border-color:#22c55e80}.action-interested{color:#fbbf24;background:#f59e0b2e;border-color:#f59e0b61}.action-interested:hover{background:#f59e0b47;border-color:#f59e0b8f}.action-remove{color:#ffffff80;background:#ffffff0d;border-color:#ffffff1a;flex:0;padding:10px 12px}.action-remove:hover{color:#ef4444;background:#ef444426;border-color:#ef44444d}.job-card--new{animation:.6s cubic-bezier(.34,1.56,.64,1) forwards jobCardNew;animation-delay:var(--animation-delay,0s)}@keyframes jobCardNew{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.job-card--reordered{animation:.8s ease-out forwards jobCardReordered;animation-delay:var(--animation-delay,0s)}@keyframes jobCardReordered{0%{border-color:#ff6b3580;box-shadow:0 0 #ff6b3566}30%{border-color:#ff6b35b3;box-shadow:0 0 20px 4px #ff6b354d}to{border-color:#ffffff0f;box-shadow:0 0 #ff6b3500}}.job-list.is-updating:before{content:"";background:linear-gradient(90deg,#0000 0%,#ff6b3599 50%,#0000 100%);height:3px;animation:.8s ease-out forwards updateScanLine;position:absolute;top:0;left:0;right:0}@keyframes updateScanLine{0%{opacity:1;transform:translate(-100%)}to{opacity:0;transform:translate(200%)}}.job-list{position:relative}.job-count{transition:all .3s}.is-updating~.panel-header .job-count,.job-list.is-updating+.panel-header .job-count{animation:.5s countPulse}@keyframes countPulse{0%,to{transform:scale(1)}50%{background:#ff6b3566;transform:scale(1.15)}}
.job-details-panel{background:linear-gradient(#0d1829 0%,#0a0a0f 100%);border-left:1px solid #ffffff1a;flex-direction:column;height:100%;display:flex;overflow:hidden}.job-details-header{border-bottom:1px solid #ffffff14;flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:12px;padding:16px 20px;display:flex}.job-details-header-info{flex:1;align-items:center;gap:12px;min-width:0;display:flex}.job-details-score{color:#fff;background:var(--score-color,#ff6b35e6);opacity:.9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;font-size:12px;font-weight:700;display:flex}.job-details-score--percentage{letter-spacing:0;font-size:12px;font-weight:800}.job-details-score--potential{color:#cbd5e1b8;background:#94a3b81f;border:1px solid #94a3b847;font-size:20px}.job-details-title-block{flex:1;min-width:0}.job-details-title{color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 2px;font-size:15px;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.job-details-company{color:#fff9;margin:0;font-size:13px}.job-details-fit-label{color:#93c5fde6;margin:4px 0 0;font-size:11px;font-weight:600}.job-details-fit-label--strong{color:#86efac}.job-details-fit-label--partial{color:#fde047}.job-details-fit-label--weak,.job-details-fit-label--mismatch{color:#fca5a5}.job-details-close-btn{color:#ffffffb3;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:22px;transition:all .2s;display:flex}.job-details-close-btn:hover{color:#ef4444;background:#ef444433;border-color:#ef444466;transform:scale(1.05)}.job-details-content{flex:1;padding:16px 20px 24px;overflow-y:auto}.job-details-content::-webkit-scrollbar{width:6px}.job-details-content::-webkit-scrollbar-track{background:#ffffff05}.job-details-content::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.job-details-content::-webkit-scrollbar-thumb:hover{background:#fff3}.job-details-meta-grid{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px;display:grid}.meta-card{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:10px;align-items:center;gap:10px;padding:12px;transition:all .2s;display:flex}.meta-card:hover{background:#ffffff0f;border-color:#ffffff1a}.meta-icon{color:#ff6b35cc;flex-shrink:0;font-size:20px}.meta-label{text-transform:uppercase;letter-spacing:.5px;color:#fff6;margin-bottom:2px;font-size:10px;font-weight:600;display:block}.meta-value{color:#ffffffd9;text-transform:capitalize;font-size:13px;font-weight:500;display:block}.job-details-section{margin-bottom:20px}.section-title{color:#ff6b35e6;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #ff6b3526;align-items:center;gap:8px;margin:0 0 12px;padding-bottom:8px;font-size:13px;font-weight:600;display:flex}.section-title svg{font-size:18px}.section-body{color:#ffffffbf;font-size:13px;line-height:1.7}.detail-paragraph{margin:0 0 8px}.detail-bullet{color:#ffffffb3;margin:0 0 4px;padding-left:4px}.detail-bullet:first-letter{color:#ff6b35e6}.job-details-source-link{color:#ff6b35e6;background:#ff6b351a;border:1px solid #ff6b3540;border-radius:10px;align-items:center;gap:8px;padding:12px 20px;font-size:13px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.job-details-source-link:hover{background:#ff6b3533;border-color:#ff6b3566;transform:translateY(-1px)}.job-details-source-link svg{font-size:18px}.job-details-skeleton{flex-direction:column;gap:10px;padding-top:8px;display:flex}.skeleton-line{background:linear-gradient(90deg,#ffffff0a 0%,#ffffff14 50%,#ffffff0a 100%) 0 0/200% 100%;border-radius:6px;height:14px;animation:1.5s ease-in-out infinite skeletonShimmer}.skeleton-line--long{width:100%}.skeleton-line--medium{width:70%}.skeleton-line--short{width:40%}.skeleton-spacer{height:12px}@keyframes skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.job-details-error{color:#ef4444cc;background:#ef444414;border:1px solid #ef444426;border-radius:10px;align-items:center;gap:10px;padding:16px;font-size:13px;display:flex}.job-details-error svg{flex-shrink:0;font-size:22px}.job-details-error p{margin:0}.job-details-mobile-overlay{z-index:1000;background:linear-gradient(#0d1829 0%,#0a0a0f 100%);transition:transform .3s cubic-bezier(.4,0,.2,1);animation:.35s cubic-bezier(.4,0,.2,1) detailsSlideIn;position:fixed;inset:0}.job-details-mobile-overlay.is-swiping{transition:none}@keyframes detailsSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@media (max-width:767px){.job-details-close-btn{border-radius:14px;width:48px;height:48px;font-size:26px}.job-details-title{font-size:17px}.job-details-meta-grid{grid-template-columns:1fr}.meta-card{padding:14px}}@media (min-width:768px){.split-layout__details{flex-direction:column;min-width:0;min-height:0;animation:.35s cubic-bezier(.4,0,.2,1) detailsColumnSlideIn;display:flex;overflow:hidden}@keyframes detailsColumnSlideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}}
.interview-mode-overlay{pointer-events:none;z-index:90;opacity:0;border-radius:24px;transition:opacity .5s ease-out;position:fixed;inset:0;overflow:hidden}.interview-mode-overlay--active{opacity:1}.interview-mode-overlay:before{content:"";border-radius:24px;animation:4s ease-in-out infinite interview-pulse;position:absolute;inset:0;box-shadow:inset 0 0 35px 12px #6366f173,inset 0 0 60px 24px #a855f74d,inset 0 0 85px 36px #ec48992e}.interview-mode-overlay:after{content:"";-webkit-mask-composite:xor;background:linear-gradient(135deg,#6366f1b3,#a855f7b3,#ec4899b3,#6366f1b3) 0 0/300% 300%;border-radius:28px;padding:6px;animation:8s infinite interview-gradient-shift,4s ease-in-out infinite interview-border-pulse;position:absolute;inset:-4px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}@keyframes interview-pulse{0%,to{opacity:.5;box-shadow:inset 0 0 30px 10px #6366f166,inset 0 0 55px 20px #a855f740,inset 0 0 80px 32px #ec48991f}50%{opacity:1;box-shadow:inset 0 0 48px 18px #6366f18c,inset 0 0 72px 30px #a855f766,inset 0 0 96px 42px #ec489940}}@keyframes interview-border-pulse{0%,to{opacity:.6;padding:5px}50%{opacity:1;padding:8px}}@keyframes interview-gradient-shift{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.interview-header{z-index:100;pointer-events:none;-webkit-backdrop-filter:blur(20px);background:linear-gradient(135deg,#6366f126 0%,#a855f726 50%,#ec489926 100%);border-bottom:1px solid #ffffff1a;padding:12px 20px;transition:transform .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0;transform:translateY(-100%)}.interview-header--active{z-index:100;transform:translateY(0);pointer-events:auto!important}.interview-header__content{justify-content:space-between;align-items:center;gap:16px;max-width:1400px;margin:0 auto;display:flex}.interview-badge{background:#ef444433;border:1px solid #ef444466;border-radius:20px;align-items:center;gap:8px;padding:6px 12px;display:flex}.interview-badge--preparing{background:#3b82f62e;border-color:#60a5fa6b}.interview-badge--ready{background:#10b9812e;border-color:#34d3996b}.interview-badge__dot{background:#ef4444;border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite interview-dot-pulse}@keyframes interview-dot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.interview-badge__text{color:#fca5a5;text-transform:uppercase;letter-spacing:.5px;font-size:13px;font-weight:600}.interview-badge--preparing .interview-badge__dot{background:#60a5fa}.interview-badge--preparing .interview-badge__text{color:#bfdbfe}.interview-badge--ready .interview-badge__dot{background:#34d399}.interview-badge--ready .interview-badge__text{color:#bbf7d0}.interview-position{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.interview-position__icon{color:#fff9;flex-shrink:0;width:18px;height:18px}.interview-position__title{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.interview-position__separator{color:#fff6;font-size:14px}.interview-position__company{color:#ffffffb3;white-space:nowrap;text-overflow:ellipsis;font-size:14px;overflow:hidden}.interview-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.interview-mute-btn,.interview-end-btn{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff2e;border-radius:8px;flex-shrink:0;align-items:center;gap:6px;padding:8px 16px;font-size:14px;font-weight:500;transition:all .2s;display:flex}.interview-mute-btn:hover,.interview-end-btn:hover{background:#fff3;border-color:#ffffff47;transform:scale(1.02)}.interview-mute-btn:active,.interview-end-btn:active{transform:scale(.98)}.interview-mute-btn--muted{background:#ef444433;border-color:#ef444466}.interview-mute-btn__icon{width:18px;height:18px}.interview-end-btn{background:#ef444429;border-color:#f8717159}.interview-end-btn:hover{background:#ef444452;border-color:#fca5a58c}.interview-end-btn__icon{width:18px;height:18px}@media (max-width:640px){.interview-header{padding:10px 16px}.interview-header__content{gap:12px}.interview-badge__text{font-size:11px}.interview-position{display:none}.interview-mute-btn{padding:8px 12px;font-size:13px}.interview-mute-btn span,.interview-end-btn span{display:none}.interview-end-btn{padding:8px 12px}}
.cv-dialog-backdrop{z-index:220;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#020617b8;padding:14px;display:flex;position:fixed;inset:0}.cv-dialog-shell{background:#0b1220;border:1px solid #ffffff24;border-radius:22px;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden;box-shadow:0 30px 90px #00000061}.cv-dialog-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.cv-dialog-eyebrow{color:#ff6b35eb;letter-spacing:.08em;text-transform:uppercase;margin:0 0 3px;font-size:11px;font-weight:800}.cv-dialog-header h2{color:#fff;margin:0;font-size:18px;font-weight:800}.cv-icon-button{color:#fffc;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.cv-icon-button:hover{color:#fff;background:#ffffff1a}.cv-loading-state,.cv-error-state{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:22px;min-height:0;padding:24px;display:flex}.cv-loader{justify-content:center;align-items:center;width:164px;height:140px;display:flex;position:relative}.cv-loader:before,.cv-loader:after{content:"";filter:blur(18px);opacity:.8;border-radius:999px;animation:2.6s ease-in-out infinite cvGlowPulse;position:absolute}.cv-loader:before{background:#ff6b3561;width:120px;height:42px;bottom:7px}.cv-loader:after{background:#fb923c47;width:74px;height:74px;animation-delay:.6s;top:8px;right:18px}.cv-loader-paper{transform-origin:50% 100%;z-index:1;background:linear-gradient(160deg,#fff7ed 0%,#fff 58%,#fed7aa 100%);border-radius:14px;width:92px;height:112px;padding:23px 13px 14px;animation:2.8s ease-in-out infinite cvPaperDance;position:relative;box-shadow:0 24px 38px #7c2d1247,inset 0 0 0 1px #ff6b3529}.cv-loader-paper:before{content:"";background:linear-gradient(135deg,#fdba74 0%,#fb923c 100%);border-radius:0 14px 0 10px;width:28px;height:28px;position:absolute;top:0;right:0;box-shadow:-2px 2px #ff6b3529}.cv-loader-line{background:linear-gradient(90deg,#ff6b35eb,#fb923c73);border-radius:999px;height:7px;margin-bottom:9px;animation:1.9s ease-in-out infinite cvLineWrite}.cv-loader-line--wide{width:58px}.cv-loader-line:not(.cv-loader-line--wide):not(.cv-loader-line--short){width:48px;animation-delay:.18s}.cv-loader-line--short{width:34px;animation-delay:.34s}.cv-loader-pencil{z-index:2;background:linear-gradient(135deg,#fb923c,#ea580c);border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;animation:2.8s ease-in-out infinite cvPencilLoop;display:flex;position:absolute;bottom:19px;right:17px;box-shadow:0 16px 28px #ea580c6b}.cv-loader-pencil svg{color:#fff;width:25px;height:25px;transform:rotate(-34deg)}.cv-loader-sparkle{color:#f97316;filter:drop-shadow(0 5px 12px #f9731673);animation:1.9s ease-in-out infinite cvSparklePop;position:absolute}.cv-loader-sparkle--one{width:22px;height:22px;top:13px;left:-17px}.cv-loader-sparkle--two{width:18px;height:18px;animation-delay:.55s;top:48px;right:-17px}@keyframes cvPaperDance{0%,to{transform:rotate(-2deg)translateY(0)}50%{transform:rotate(2deg)translateY(-8px)}}@keyframes cvPencilLoop{0%,to{transform:translate(-22px,-12px)rotate(-7deg)}45%{transform:translate(3px,-44px)rotate(8deg)}70%{transform:translate(13px,-20px)rotate(0)}}@keyframes cvLineWrite{0%,to{transform-origin:0;opacity:.58;transform:scaleX(.58)}55%{opacity:1;transform:scaleX(1)}}@keyframes cvSparklePop{0%,to{opacity:.32;transform:scale(.55)rotate(0)}45%{opacity:1;transform:scale(1.08)rotate(18deg)}}@keyframes cvGlowPulse{0%,to{opacity:.48;transform:scale(.9)}50%{opacity:.9;transform:scale(1.08)}}.cv-loading-state p{color:#ffffffd6;max-width:540px;min-height:32px;margin:0;font-size:17px;font-weight:700}.cv-error-state svg{color:#f87171;width:44px;height:44px}.cv-error-state h3,.cv-error-state p{margin:0}.cv-error-state h3{color:#fff;font-size:20px}.cv-error-state p{color:#ffffff9e;max-width:520px}.cv-primary-button{color:#fff;cursor:pointer;background:#ff6b35;border:0;border-radius:12px;min-height:44px;padding:0 18px;font-weight:800}.cv-dialog-toolbar{border-bottom:1px solid #ffffff1a;align-items:center;gap:10px;padding:10px 14px;display:flex;overflow-x:auto}.cv-mode-switch,.cv-editor-tools,.cv-export-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.cv-mode-switch,.cv-editor-tools{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:12px;padding:4px}.cv-dialog-toolbar button{color:#ffffffb8;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:9px;justify-content:center;align-items:center;gap:6px;min-height:36px;padding:8px 11px;font-size:12px;font-weight:750;display:inline-flex}.cv-dialog-toolbar button:hover,.cv-dialog-toolbar button.active{color:#fff;background:#ff6b3529;border-color:#ff6b3547}.cv-export-actions{margin-left:auto}.cv-export-actions button{background:#ffffff0f;border-color:#ffffff1a}.cv-export-actions button:disabled{opacity:.55;cursor:wait}.cv-document-stage{background-color:#111827;background-image:linear-gradient(#ffffff09 1px,#0000 1px),linear-gradient(90deg,#ffffff09 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:26px 26px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;flex:1;min-height:0;padding:24px;overflow:auto}.cv-paper{color:#111827;background:#fff;border-radius:4px;width:min(820px,100%);min-height:1080px;margin:0 auto;padding:clamp(26px,5vw,56px);box-shadow:0 24px 70px #00000057}.cv-editor-prose,.cv-preview-prose{color:#111827;outline:none;font-family:Arial,Helvetica,sans-serif;line-height:1.55}.cv-editor-prose h1,.cv-preview-prose h1{margin:0 0 14px;font-size:30px;line-height:1.15}.cv-editor-prose h2,.cv-preview-prose h2{border-bottom:1px solid #d1d5db;margin:26px 0 9px;padding-bottom:5px;font-size:17px}.cv-editor-prose h3,.cv-preview-prose h3{margin:16px 0 5px;font-size:14px}.cv-editor-prose p,.cv-preview-prose p{margin:0 0 10px}.cv-editor-prose ul,.cv-editor-prose ol,.cv-preview-prose ul,.cv-preview-prose ol{margin:0 0 12px 22px;padding:0}.cv-editor-prose li,.cv-preview-prose li{margin-bottom:4px}@media (max-width:720px){.cv-dialog-backdrop{padding:8px}.cv-dialog-shell{border-radius:18px}.cv-dialog-header{padding:14px}.cv-dialog-toolbar{flex-wrap:wrap;align-items:stretch}.cv-mode-switch{width:100%}.cv-mode-switch button{flex:1}.cv-export-actions{width:100%;margin-left:0}.cv-export-actions button{flex:1}.cv-document-stage{padding:12px}.cv-paper{min-height:auto;padding:24px}}
.interview-feedback-backdrop{z-index:230;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:linear-gradient(135deg,#29121ad1,#070a14e6 52%,#20180bc7);padding:16px;display:flex;position:fixed;inset:0}.interview-feedback-shell{--rank-accent:#fb923c;--rank-strong:#f97316;--rank-soft:#fde047;--rank-panel:#ffffff14;background:linear-gradient(140deg,#ffffff14,#ffffff05 34%),linear-gradient(135deg,#101018fa,#19121cfa);border:1px solid #ffffff29;border-radius:18px;flex-direction:column;width:min(1140px,100%);max-height:min(850px,100%);margin:auto;display:flex;overflow:hidden;box-shadow:0 34px 100px #00000075}.interview-feedback-shell.rank-green{--rank-accent:#34d399;--rank-strong:#16a34a;--rank-soft:#bef264;--rank-panel:#34d3991f;--verdict-grad-start:#047857;--verdict-grad-end:#10b981}.interview-feedback-shell.rank-orange{--rank-accent:#fb923c;--rank-strong:#f97316;--rank-soft:#fde047;--rank-panel:#fb923c24;--verdict-grad-start:#ea580c;--verdict-grad-end:#f97316}.interview-feedback-shell.rank-red{--rank-accent:#fb7185;--rank-strong:#e11d48;--rank-soft:#f0abfc;--rank-panel:#fb718521;--verdict-grad-start:#be123c;--verdict-grad-end:#f43f5e}.interview-feedback-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;display:flex}.interview-feedback-eyebrow{color:var(--rank-accent);letter-spacing:.1em;text-transform:uppercase;margin:0 0 4px;font-size:11px;font-weight:900}.interview-feedback-header h2{color:#fff;margin:0;font-size:32px;font-weight:900;line-height:1.05}.interview-feedback-icon-button{color:#ffffffc7;cursor:pointer;background:#ffffff14;border:1px solid #ffffff24;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.interview-feedback-icon-button:hover{color:#fff;background:#ffffff24}.interview-feedback-loading,.interview-feedback-error{color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:24px;min-height:520px;padding:34px;display:flex}.interview-feedback-loading-card{place-items:center;width:min(280px,70vw);min-height:210px;display:grid;position:relative}.feedback-document-loader{background:linear-gradient(#ffffff24,#ffffff0f),#0f172ae6;border:1px solid #ffffff29;border-radius:12px;flex-direction:column;justify-content:center;gap:14px;width:168px;min-height:206px;padding:26px 22px;animation:2.4s ease-in-out infinite feedbackDocumentFloat;display:flex;box-shadow:0 24px 58px #00000047}.feedback-document-loader-line{background:#e2e8f0ad;border-radius:999px;height:10px;animation:1.6s ease-in-out infinite feedbackLinePulse;display:block}.feedback-document-loader-line--wide{width:100%}.feedback-document-loader-line:not(.feedback-document-loader-line--wide):not(.feedback-document-loader-line--short){width:78%;animation-delay:.16s}.feedback-document-loader-line--short{width:52%;animation-delay:.32s}.feedback-analysis-pulse{background:#0f172ae0;border:1px solid #60a5fa38;border-radius:999px;align-items:center;gap:6px;padding:8px 10px;display:flex;position:absolute;bottom:18px;right:26px}.feedback-analysis-pulse span{background:#93c5fd;border-radius:50%;width:8px;height:8px;animation:1.2s ease-in-out infinite feedbackDotPulse}.feedback-analysis-pulse span:nth-child(2){animation-delay:.16s}.feedback-analysis-pulse span:nth-child(3){animation-delay:.32s}.interview-feedback-loading p,.interview-feedback-error p{color:#fffc;max-width:600px;margin:0;font-size:18px;font-weight:800;line-height:1.45}.interview-feedback-error svg{color:#fb7185;width:54px;height:54px}.interview-feedback-body{flex:1;min-height:0;padding:24px;overflow:auto}.interview-feedback-hero{grid-template-columns:minmax(280px,380px) minmax(0,1fr);align-items:center;gap:24px;min-height:380px;display:grid}.interview-feedback-wheel-stage{--wheel-size:min(350px,74vw);place-items:center;min-height:370px;display:grid;position:relative}.interview-feedback-pointer{z-index:3;color:#fff;filter:drop-shadow(0 4px 10px #00000061);place-items:center;width:42px;height:42px;display:grid;position:absolute;top:0;left:50%;transform:translate(-50%)rotate(180deg)}.interview-feedback-pointer svg{width:40px;height:40px}.interview-feedback-wheel{width:var(--wheel-size);aspect-ratio:1;background:var(--wheel-gradient);border:14px solid #0f0a07;border-radius:50%;animation:3.4s cubic-bezier(.14,.92,.18,1) both interviewFeedbackSettle,.62s ease-in-out 6 alternate interviewFeedbackPulse;position:relative;box-shadow:inset 0 0 0 2px #ffffff14,inset 0 0 24px #00000073,0 24px 62px #00000080}.interview-feedback-wheel:after{content:"";background:#0c0a0a;border:1px solid #ffffff14;border-radius:50%;position:absolute;inset:35%}.wheel-label{z-index:2;width:92px;transform:translate(-50%,-50%)rotate(var(--segment-angle))translateY(calc(var(--wheel-size)/-2 + 58px));color:#fff;text-align:center;text-transform:uppercase;text-shadow:0 1px 2px #00000073;pointer-events:none;background:0 0;flex-direction:column;justify-content:center;align-items:center;gap:6px;font-size:11px;font-weight:900;line-height:1.1;transition:transform .3s;display:flex;position:absolute;top:50%;left:50%}.wheel-label.is-selected{transform:translate(-50%,-50%)rotate(var(--segment-angle))translateY(calc(var(--wheel-size)/-2 + 54px))scale(1.08);text-shadow:0 0 8px #ffffff8c,0 2px 4px #0000008c}.wheel-label-icon{color:#fff;filter:drop-shadow(0 2px 4px #0006);font-size:22px}.wheel-label-text{max-width:80px;display:block}.wheel-light{width:8px;height:8px;transform:translate(-50%,-50%)rotate(var(--light-angle))translateY(calc(var(--wheel-size)/-2 + 5px));z-index:5;background:#fb923c;border-radius:50%;animation:1.2s infinite alternate lightFlicker;position:absolute;top:50%;left:50%;box-shadow:0 0 6px 2px #f97316,0 0 14px 4px #fb923cbf}.wheel-light:nth-child(2n){background:#fdba74;animation-delay:.6s;box-shadow:0 0 6px 2px #f97316,0 0 14px 4px #fdba74b3}@keyframes lightFlicker{0%{opacity:.55;transform:translate(-50%,-50%)rotate(var(--light-angle))translateY(calc(var(--wheel-size)/-2 + 5px))scale(.85)}to{opacity:1;transform:translate(-50%,-50%)rotate(var(--light-angle))translateY(calc(var(--wheel-size)/-2 + 5px))scale(1.15)}}.interview-feedback-wheel-center{z-index:4;color:#fff;text-align:center;background:linear-gradient(145deg,#ffffff29,#ffffff0a),#101119;border:1px solid #ffffff2e;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:8px;width:148px;height:148px;padding:16px;display:flex;position:absolute;box-shadow:0 20px 44px #00000057}.interview-feedback-wheel-center svg{width:32px;height:32px;color:var(--rank-soft)}.interview-feedback-wheel-center strong{font-size:18px;font-weight:950;line-height:1.05}.interview-feedback-verdict{background:linear-gradient(135deg,var(--verdict-grad-start,#ea580c)0%,var(--verdict-grad-end,#f97316)100%);border:1px solid #ffffff26;border-radius:14px;flex-direction:column;justify-content:space-between;min-width:0;min-height:280px;padding:30px;display:flex;position:relative;overflow:hidden;box-shadow:0 15px 40px #00000040}.verdict-sparkles{pointer-events:none;z-index:1;width:90px;height:90px;position:absolute;top:15px;right:15px}.verdict-riki-hiding{pointer-events:none;z-index:2;width:min(230px,46%);height:auto;position:absolute;bottom:-22px;right:4px}.interview-feedback-verdict-label{color:var(--rank-soft);letter-spacing:.1em;text-transform:uppercase;z-index:3;margin-bottom:12px;font-size:11px;font-weight:950;display:inline-flex}.interview-feedback-verdict h3{color:#fff;overflow-wrap:anywhere;z-index:3;max-width:75%;margin:0;font-size:56px;font-weight:950;line-height:.95}.interview-feedback-verdict p{color:#ffffffeb;z-index:3;max-width:72%;margin:18px 0 0;font-size:16px;font-weight:600;line-height:1.5}.interview-feedback-job{color:#fff;z-index:3;background:#00000029;border-radius:8px;align-items:center;gap:12px;max-width:70%;margin-top:20px;padding:14px;display:flex}.interview-feedback-job svg{width:24px;height:24px;color:var(--rank-accent)}.interview-feedback-job span,.interview-feedback-job strong,.interview-feedback-job small{min-width:0;display:block}.interview-feedback-job strong,.interview-feedback-job small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.interview-feedback-job small{color:#ffffff8f;margin-top:2px;font-size:13px}.interview-feedback-note-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:10px;display:grid}.interview-feedback-upgrade,.interview-feedback-evidence article{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px}.interview-feedback-note{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:8px;justify-content:space-between;align-items:center;gap:20px;padding:24px;display:flex}.interview-feedback-note-content{flex:1;min-width:0}.interview-feedback-note span{color:var(--rank-accent);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:8px;font-size:11px;font-weight:950;display:flex}.interview-feedback-note-risk span{color:#fda4af}.interview-feedback-note h4{color:#fff;margin:14px 0 8px;font-size:22px;font-weight:900;line-height:1.1}.interview-feedback-note p{color:#ffffffb8;margin:0;font-size:14px;line-height:1.45}.interview-feedback-note-badge{background:#101119d9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex;box-shadow:0 6px 20px #0000004d}.interview-feedback-note-badge.badge-good{color:#fde047;border:1px solid #fde04740}.interview-feedback-note-badge.badge-good svg{width:26px;height:26px}.interview-feedback-note-badge.badge-risk{color:#fb7185;border:1px solid #fb718540}.interview-feedback-note-badge.badge-risk svg{width:26px;height:26px}.interview-feedback-upgrade p,.interview-feedback-evidence p,.interview-feedback-evidence small{color:#ffffffb8;margin:0;font-size:14px;line-height:1.45}.interview-feedback-upgrades{margin-top:24px}.interview-feedback-upgrades h3,.interview-feedback-evidence h3{color:#fff;align-items:center;gap:8px;margin:0 0 12px;font-size:18px;font-weight:950;display:flex}.interview-feedback-upgrade-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.interview-feedback-upgrade{min-height:150px;padding:16px;transition:transform .16s,border-color .16s,background .16s}.interview-feedback-upgrade:hover{border-color:color-mix(in srgb,var(--rank-accent)45%,white 10%);background:var(--rank-panel);transform:translateY(-3px)}.interview-feedback-upgrade span{background:var(--rank-accent);color:#111318;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:13px;font-weight:950;display:inline-flex}.interview-feedback-upgrade strong{color:#fff;margin:14px 0 8px;font-size:18px;font-weight:900;line-height:1.15;display:block}.interview-feedback-evidence{margin-top:24px}.interview-feedback-evidence-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.interview-feedback-evidence article{padding:15px}.interview-feedback-evidence strong{color:#ffffffeb;margin-bottom:8px;font-size:13px;line-height:1.3;display:block}.interview-feedback-evidence small{color:var(--rank-soft);margin-top:8px;display:block}.interview-feedback-actions{border-top:1px solid #ffffff1a;justify-content:flex-end;gap:10px;padding:14px 18px;display:flex}.interview-feedback-actions button{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff24;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-size:14px;font-weight:850;display:inline-flex}.interview-feedback-actions button:first-child{border-color:color-mix(in srgb,var(--rank-accent)50%,white 10%);background:color-mix(in srgb,var(--rank-strong)30%,transparent)}.interview-feedback-actions button:disabled{opacity:.58;cursor:wait}@keyframes interviewFeedbackSettle{0%{transform:rotate(-40deg)scale(.92)}30%{transform:rotate(740deg)scale(1.08)}62%{transform:rotate(1540deg)scale(.98)}to{transform:rotate(var(--wheel-stop))scale(1)}}@keyframes interviewFeedbackPulse{0%{filter:saturate()}to{filter:saturate(1.25)brightness(1.1)}}@keyframes feedbackDocumentFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes feedbackLinePulse{0%,to{opacity:.48}50%{opacity:.92}}@keyframes feedbackDotPulse{0%,to{opacity:.35;transform:scale(.84)}50%{opacity:1;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.interview-feedback-wheel{transform:rotate(var(--wheel-stop,0deg));animation:none}.feedback-document-loader,.feedback-document-loader-line,.feedback-analysis-pulse span{animation:none}}@media (max-width:920px){.interview-feedback-hero{grid-template-columns:1fr}.interview-feedback-wheel-stage{min-height:330px}.interview-feedback-verdict h3{font-size:52px}.interview-feedback-note-grid,.interview-feedback-upgrade-list,.interview-feedback-evidence-list{grid-template-columns:1fr}}@media (max-width:640px){.interview-feedback-backdrop{padding:8px}.interview-feedback-shell{border-radius:16px;max-height:100%}.interview-feedback-header,.interview-feedback-body,.interview-feedback-actions{padding-left:14px;padding-right:14px}.interview-feedback-verdict{min-height:240px;padding:20px}.interview-feedback-verdict h3{max-width:100%;font-size:38px}.interview-feedback-verdict p{max-width:100%}.verdict-riki-hiding{width:140px;position:absolute;bottom:-20px;right:0}.interview-feedback-job{max-width:100%}.interview-feedback-header h2{font-size:24px}.interview-feedback-wheel-center{width:126px;height:126px}.interview-feedback-actions{flex-direction:column}}
