:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;--color-yellow-primary: #FFC300;--color-yellow-light: #FFD60A;--color-yellow-bright: #FFEA00;--color-yellow-pale: #FFF9E6;--color-black-primary: #000000;--color-black-light: #1a1a1a;--color-black-lighter: #2b2b2b;--color-gray-text: #666666;--color-gray-light: #e0e0e0;color-scheme:dark;color:#e0e0e0;background-color:#0a0a0a;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:var(--color-yellow-primary);text-decoration:inherit;transition:color .3s ease}a:hover{color:var(--color-yellow-light)}body{margin:0;min-width:320px;min-height:100vh;background:#0a0a0a;color:#e0e0e0}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:600;font-family:inherit;background:linear-gradient(135deg,var(--color-yellow-primary) 0%,var(--color-yellow-light) 100%);color:var(--color-black-primary);cursor:pointer;transition:all .3s ease}button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ffc3004d}button:focus,button:focus-visible{outline:3px solid var(--color-yellow-light);outline-offset:2px}*{box-sizing:border-box}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--color-yellow-primary);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--color-yellow-light)}._container_jc2g8_1{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a1a,#000);padding:40px 20px;position:relative;overflow:hidden}._decorativeBee_jc2g8_12{position:absolute;top:10%;right:10%;width:100px;height:100px;opacity:.3;animation:_floatSlow_jc2g8_1 6s ease-in-out infinite;filter:drop-shadow(0 0 20px rgba(255,195,0,.4));z-index:0}@keyframes _floatSlow_jc2g8_1{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}._container_jc2g8_1:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(30deg,transparent 24%,rgba(255,195,0,.05) 25%,rgba(255,195,0,.05) 26%,transparent 27%,transparent 74%,rgba(255,195,0,.05) 75%,rgba(255,195,0,.05) 76%,transparent 77%,transparent),linear-gradient(30deg,transparent 24%,rgba(255,195,0,.05) 25%,rgba(255,195,0,.05) 26%,transparent 27%,transparent 74%,rgba(255,195,0,.05) 75%,rgba(255,195,0,.05) 76%,transparent 77%,transparent);background-size:70px 122px;background-position:0 0,35px 61px;opacity:.3}._card_jc2g8_49{background:#1a1a1a;border-radius:20px;padding:50px;max-width:480px;width:100%;box-shadow:0 20px 60px #000c;border:2px solid #FFC300;animation:_slideUp_jc2g8_1 .4s ease-out;position:relative;z-index:1}@keyframes _slideUp_jc2g8_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._header_jc2g8_73{text-align:center;margin-bottom:40px}._header_jc2g8_73 h1{font-size:36px;font-weight:700;background:linear-gradient(135deg,#ffc300,#ffd60a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:12px}._header_jc2g8_73 p{color:#a0a0a0;font-size:17px;margin:0}._message_jc2g8_94{padding:16px 20px;border-radius:10px;margin-bottom:24px;font-size:15px;animation:_fadeIn_jc2g8_1 .3s ease-out}@keyframes _fadeIn_jc2g8_1{0%{opacity:0}to{opacity:1}}._message_jc2g8_94._success_jc2g8_111{background:#43e97b26;color:#43e97b;border:1px solid rgba(67,233,123,.3)}._message_jc2g8_94._error_jc2g8_117{background:#f5576c26;color:#f5576c;border:1px solid rgba(245,87,108,.3)}._form_jc2g8_123{margin-bottom:30px}._formGroup_jc2g8_127{margin-bottom:24px}._formGroup_jc2g8_127 label{display:block;font-size:15px;font-weight:600;color:#ffc300;margin-bottom:10px}._formGroup_jc2g8_127 input{width:100%;padding:14px 18px;font-size:16px;background:#0a0a0a;color:#e0e0e0;border:2px solid #2b2b2b;border-radius:10px;transition:all .3s ease;box-sizing:border-box}._formGroup_jc2g8_127 input:focus{outline:none;border-color:#ffc300;box-shadow:0 0 0 3px #ffc30033}._formGroup_jc2g8_127 input:disabled{background:#1a1a1a;cursor:not-allowed;opacity:.6}._formGroup_jc2g8_127 input::placeholder{color:#666}._btn_jc2g8_167{width:100%;padding:16px 28px;font-size:17px;font-weight:700;border:none;border-radius:10px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:12px}._btn_jc2g8_167:disabled{opacity:.5;cursor:not-allowed}._btnPrimary_jc2g8_187{background:linear-gradient(135deg,#ffc300,#ffd60a);color:#000;box-shadow:0 4px 20px #ffc30066}._btnPrimary_jc2g8_187:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 6px 25px #ffc30099;background:linear-gradient(135deg,#ffd60a,#ffea00)}._btnPrimary_jc2g8_187:active:not(:disabled){transform:translateY(0)}._divider_jc2g8_203{display:flex;align-items:center;text-align:center;margin:30px 0}._divider_jc2g8_203:before,._divider_jc2g8_203:after{content:"";flex:1;border-bottom:1px solid #2b2b2b}._divider_jc2g8_203 span{padding:0 16px;color:#666;font-size:15px;font-weight:500}._btnGoogle_jc2g8_224{background:#1a1a1a;color:#e0e0e0;border:2px solid #2b2b2b;box-shadow:0 2px 12px #00000080}._btnGoogle_jc2g8_224:hover:not(:disabled){background:#2b2b2b;border-color:#ffc300;transform:translateY(-3px);box-shadow:0 4px 16px #ffc3004d}._btnGoogle_jc2g8_224:active:not(:disabled){transform:translateY(0)}._googleIcon_jc2g8_242{width:22px;height:22px}._footer_jc2g8_247{text-align:center;margin-top:30px;padding-top:30px;border-top:1px solid #2b2b2b}._footer_jc2g8_247 p{color:#666;font-size:14px;margin:0}@media(max-width:480px){._card_jc2g8_49{padding:40px 30px}._header_jc2g8_73 h1{font-size:30px}._header_jc2g8_73 p{font-size:15px}._decorativeBee_jc2g8_12{width:60px;height:60px;top:5%;right:5%}}._nav_1trtz_1{background:linear-gradient(135deg,#000,#1a1a1a);padding:20px 40px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #ffc3004d;border-bottom:3px solid #FFC300;position:sticky;top:0;z-index:100}._brand_1trtz_14{display:flex;align-items:center;gap:12px;cursor:pointer;transition:transform .3s ease}._brand_1trtz_14:hover{transform:scale(1.05)}._beeIcon_1trtz_26{width:40px;height:40px;animation:_float_1trtz_1 3s ease-in-out infinite;filter:drop-shadow(0 0 8px rgba(255,195,0,.5));transition:transform .3s ease}._beeIcon_1trtz_26:hover{transform:rotate(15deg) scale(1.1)}@keyframes _float_1trtz_1{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}._brand_1trtz_14 h2{margin:0;font-size:28px;font-weight:700;background:linear-gradient(135deg,#ffc300,#ffd60a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._navLinks_1trtz_57{display:flex;gap:8px;align-items:center}._navLink_1trtz_57{padding:10px 20px;background:transparent;color:#e0e0e0;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative}._navLink_1trtz_57:hover{color:#ffc300;background:#ffc3001a}._navLink_1trtz_57._active_1trtz_81{color:#ffc300;background:#ffc30026}._navLink_1trtz_57._active_1trtz_81:after{content:"";position:absolute;bottom:0;left:20px;right:20px;height:2px;background:#ffc300}._navUser_1trtz_96{display:flex;align-items:center;gap:20px}._userName_1trtz_102{font-weight:600;color:#ffc300;font-size:16px}._btnLogout_1trtz_108{padding:10px 24px;background:transparent;color:#ffc300;border:2px solid #FFC300;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease}._btnLogout_1trtz_108:hover{background:#ffc300;color:#000;transform:translateY(-2px);box-shadow:0 4px 12px #ffc30066}._hamburger_1trtz_128{display:none;flex-direction:column;justify-content:center;gap:5px;background:transparent;border:none;cursor:pointer;padding:6px;border-radius:6px;transition:background .2s ease}._hamburger_1trtz_128:hover{background:#ffc3001a}._hamburger_1trtz_128 span{display:block;width:24px;height:2px;background:#ffc300;border-radius:2px;transition:all .3s ease}._hamburgerOpen_1trtz_155 span:nth-child(1){transform:translateY(7px) rotate(45deg)}._hamburgerOpen_1trtz_155 span:nth-child(2){opacity:0}._hamburgerOpen_1trtz_155 span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}._mobileMenu_1trtz_166{position:absolute;top:100%;left:0;right:0;background:#0d0d0d;border-bottom:2px solid #FFC300;box-shadow:0 6px 20px #0009;display:flex;flex-direction:column;z-index:99}._mobileNavLink_1trtz_179{padding:18px 24px;background:transparent;color:#e0e0e0;border:none;border-top:1px solid #1a1a1a;font-size:16px;font-weight:600;cursor:pointer;text-align:left;width:100%;transition:all .2s ease}._mobileNavLink_1trtz_179:hover{color:#ffc300;background:#ffc30014}._mobileNavLink_1trtz_179._active_1trtz_81{color:#ffc300;background:#ffc3001f;border-left:3px solid #FFC300}@media(max-width:968px){._navLinks_1trtz_57{gap:4px}._navLink_1trtz_57{padding:8px 12px;font-size:14px}._navLink_1trtz_57._active_1trtz_81:after{left:12px;right:12px}}@media(max-width:768px){._nav_1trtz_1{padding:16px 20px;position:relative}._brand_1trtz_14 h2{font-size:22px}._userName_1trtz_102,._navLinks_1trtz_57,._navUser_1trtz_96{display:none}._hamburger_1trtz_128{display:flex}}@media(min-width:769px){._mobileMenu_1trtz_166{display:none!important}}._card_ykqf3_1{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:2px solid #FFC300;border-radius:15px;padding:1.5rem;margin-bottom:1.5rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}._card_ykqf3_1:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,195,0,.05) 0%,transparent 70%);pointer-events:none}._card_ykqf3_1:hover{transform:translateY(-5px);box-shadow:0 10px 30px #ffc3004d;border-color:#ffd54f}._viewedCard_ykqf3_31{opacity:.85;border-color:#ffc30080}._viewedCard_ykqf3_31:hover{opacity:1}._titleRow_ykqf3_41{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}._newBadge_ykqf3_49{padding:.3rem .7rem;background:linear-gradient(135deg,#ffc300,#ffd54f);color:#1a1a1a;border:2px solid #FFD54F;border-radius:20px;font-weight:800;font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;box-shadow:0 4px 15px #ffc30080,0 0 20px #ffc3004d;animation:_pulseGlow_ykqf3_1 2s ease-in-out infinite;white-space:nowrap;flex-shrink:0}@keyframes _pulseGlow_ykqf3_1{0%,to{box-shadow:0 4px 15px #ffc30080,0 0 20px #ffc3004d}50%{box-shadow:0 4px 20px #ffc300b3,0 0 30px #ffc30080}}._statusBadges_ykqf3_75{position:absolute;top:7.5rem;right:1rem;display:flex;flex-direction:column;gap:.5rem;z-index:1;align-items:flex-end}._statusBadgesInline_ykqf3_87{display:flex;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}._viewedBadge_ykqf3_95{padding:.3rem .7rem;border-radius:12px;font-weight:500;font-size:.7rem;background:linear-gradient(135deg,#6495ed1f,#87cefa1f);color:#6495ed;border:1px solid rgba(100,149,237,.35);display:flex;align-items:center;gap:.3rem;box-shadow:0 1px 3px #6495ed1a;align-self:flex-end;white-space:nowrap;transition:all .2s ease}._appliedBadge_ykqf3_113{display:inline-flex;align-items:center;gap:.25rem;padding:.35rem .75rem;border-radius:15px;font-weight:600;font-size:.7rem;background:linear-gradient(135deg,#4caf5033,#66bb6a33);color:#4caf50;border:2px solid #4CAF50;box-shadow:0 2px 8px #4caf504d;width:fit-content;white-space:nowrap}._appliedIcon_ykqf3_129{font-size:1rem;font-weight:900}._coverLetterBadge_ykqf3_135{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;border-radius:15px;font-weight:600;font-size:.7rem;background:linear-gradient(135deg,#ff980033,#ffa72633);color:#ff9800;border:2px solid #FF9800;box-shadow:0 2px 8px #ff98004d;width:fit-content;white-space:nowrap}._coverLetterIcon_ykqf3_151{width:14px;height:14px;filter:brightness(0) saturate(100%) invert(60%) sepia(93%) saturate(1878%) hue-rotate(359deg) brightness(102%) contrast(107%)}._viewedIcon_ykqf3_157{width:14px;height:14px;filter:brightness(0) saturate(100%) invert(52%) sepia(42%) saturate(1573%) hue-rotate(197deg) brightness(101%) contrast(91%)}._notesPreview_ykqf3_164{background:#ffc3001a;border:1px solid rgba(255,195,0,.3);border-radius:10px;padding:1rem;margin-bottom:1rem;position:relative;z-index:1}._notesLabel_ykqf3_174{font-size:.75rem;color:#ffc300;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-weight:600}._notesText_ykqf3_183{font-size:.875rem;color:#e0e0e0;line-height:1.5}._appliedCard_ykqf3_190{border-color:#4caf5066;background:linear-gradient(135deg,#4caf5008,#141414)}._matchStatusContainer_ykqf3_196{position:absolute;top:1rem;right:1rem;display:flex;flex-direction:row;align-items:flex-start;gap:.75rem;z-index:1}._statusBadgesTop_ykqf3_208{display:flex;flex-direction:column;gap:.5rem;align-items:flex-end;margin-top:.25rem}._matchBadge_ykqf3_217{position:absolute;top:1rem;right:1rem;padding:.5rem 1rem;border-radius:20px;font-weight:700;font-size:.9rem;z-index:1}._scoreExcellent_ykqf3_228{background:linear-gradient(135deg,#4caf50,#66bb6a);color:#fff;box-shadow:0 4px 10px #4caf5066}._scoreGood_ykqf3_234{background:linear-gradient(135deg,#ffc300,#ffd54f);color:#1a1a1a;box-shadow:0 4px 10px #ffc30066}._scoreFair_ykqf3_240{background:linear-gradient(135deg,#757575,#9e9e9e);color:#fff;box-shadow:0 4px 10px #75757566}._header_ykqf3_247{margin-bottom:1rem;padding-right:7rem}._title_ykqf3_41{color:#ffc300;font-size:1.4rem;font-weight:700;margin:0 0 .5rem;line-height:1.3}._company_ykqf3_260{color:#e0e0e0;font-size:1.1rem;margin:0;font-weight:500}._metadata_ykqf3_268{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.75rem}._metaItem_ykqf3_275{color:#b0b0b0;font-size:.9rem;display:flex;align-items:center;gap:.3rem}._salary_ykqf3_284{color:#4caf50;font-size:1rem;font-weight:600;margin-bottom:1rem}._skillsMatch_ykqf3_292{margin-bottom:1rem}._skillsMatchLabel_ykqf3_296{color:#b0b0b0;font-size:.85rem;display:block;margin-bottom:.5rem}._skillsMatchBar_ykqf3_303{width:100%;height:6px;background:#ffffff1a;border-radius:10px;overflow:hidden}._skillsMatchFill_ykqf3_311{height:100%;background:linear-gradient(90deg,#4caf50,#66bb6a);border-radius:10px;transition:width .8s ease}._requirementsSummary_ykqf3_319{margin-bottom:1rem;padding:.75rem;background:#ffffff08;border-radius:10px;border:1px solid rgba(255,195,0,.2)}._requirementsSummaryLabel_ykqf3_327{color:#ffc300;font-size:.85rem;font-weight:600;display:block;margin-bottom:.5rem}._requirementsCounts_ykqf3_335{display:flex;flex-wrap:wrap;gap:.5rem}._reqCountMet_ykqf3_341,._reqCountNotMet_ykqf3_342,._reqCountUnknown_ykqf3_343{padding:.25rem .6rem;border-radius:12px;font-size:.8rem;font-weight:600;display:inline-flex;align-items:center;gap:.25rem}._reqCountMet_ykqf3_341{background:#4caf5033;color:#4caf50;border:1px solid #4CAF50}._reqCountNotMet_ykqf3_342{background:#f4433633;color:#f44336;border:1px solid #f44336}._reqCountUnknown_ykqf3_343{background:#75757533;color:#9e9e9e;border:1px solid #757575}._skills_ykqf3_292{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}._skillTag_ykqf3_379{padding:.3rem .8rem;border-radius:15px;font-size:.85rem;border:1px solid;transition:all .2s ease;font-weight:500}._skillMatch_ykqf3_388{background:#4caf5033;color:#4caf50;border-color:#4caf50}._skillMatch_ykqf3_388:hover{background:#4caf504d}._skillMissing_ykqf3_398{background:#f4433633;color:#f44336;border-color:#f44336}._skillMissing_ykqf3_398:hover{background:#f443364d}._footer_ykqf3_409{display:flex;justify-content:space-between;align-items:flex-end;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,195,0,.2)}._footerLeft_ykqf3_418{display:flex;flex-direction:column;gap:.4rem}._postedDate_ykqf3_424{color:#888;font-size:.85rem}._footerButtons_ykqf3_429{display:flex;gap:.75rem;align-items:center}._quickActionsContainer_ykqf3_436{position:relative;display:flex;align-items:center}._quickActionsIcon_ykqf3_442{width:44px;height:44px;object-fit:contain;opacity:1;cursor:pointer;transition:all .3s ease;margin-right:.5rem}._quickActionsIcon_ykqf3_442:hover{transform:scale(1.1)}._quickActionsIcon_ykqf3_442:active{transform:scale(.95)}._quickActionsMenu_ykqf3_460{position:absolute;bottom:calc(100% + .5rem);left:0;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:2px solid #FFC300;border-radius:15px;padding:.5rem;min-width:180px;box-shadow:0 8px 24px #00000080,0 0 20px #ffc3004d;z-index:100;animation:_slideUpFade_ykqf3_1 .2s ease}@keyframes _slideUpFade_ykqf3_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._quickActionItem_ykqf3_485{display:block;width:100%;text-align:left;background:#ffffff05;color:#e0e0e0;border:1px solid rgba(255,195,0,.2);padding:.75rem 1rem;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:.5rem}._quickActionItem_ykqf3_485:last-child{margin-bottom:0}._quickActionItem_ykqf3_485:hover{background:#ffc30026;border-color:#ffc300;color:#ffc300;transform:translate(5px)}._quickActionItem_ykqf3_485:active{transform:translate(3px) scale(.98)}._hideAction_ykqf3_516{border-color:#f443364d;color:#f44336}._hideAction_ykqf3_516:hover{background:#f4433626;border-color:#f44336;color:#f44336}._applyButton_ykqf3_527{background:linear-gradient(135deg,#4caf5033,#66bb6a33);color:#4caf50;border:2px solid #4CAF50;padding:.6rem 1.25rem;border-radius:25px;font-weight:700;font-size:.85rem;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #4caf5033}._applyButton_ykqf3_527:hover{background:linear-gradient(135deg,#4caf504d,#66bb6a4d);transform:translateY(-2px);box-shadow:0 4px 12px #4caf5066}._applyButton_ykqf3_527:active{transform:scale(.98)}._viewButton_ykqf3_550{background:linear-gradient(135deg,#ffc300,#ffd54f);color:#1a1a1a;border:none;padding:.6rem 1.5rem;border-radius:25px;font-weight:700;font-size:.9rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px #ffc3004d}._viewButton_ykqf3_550:hover{transform:scale(1.05);box-shadow:0 6px 15px #ffc30080}._viewButton_ykqf3_550:active{transform:scale(.98)}@media(max-width:768px){._card_ykqf3_1{padding:1.25rem}._header_ykqf3_247{padding-right:6rem}._title_ykqf3_41{font-size:1.2rem}._company_ykqf3_260{font-size:1rem}._matchBadge_ykqf3_217{top:.75rem;right:.75rem;padding:.4rem .8rem;font-size:.85rem}._footer_ykqf3_409{flex-direction:column;gap:.75rem;align-items:flex-start}._viewButton_ykqf3_550{width:100%;text-align:center}}._honeyJarContainer_rrbsi_2{display:flex;flex-direction:column;align-items:center;gap:.3rem;position:relative;z-index:2}._matchLabel_rrbsi_12{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;color:#b0b0b0;margin-bottom:-.1rem}._jar_rrbsi_22{width:50px;height:70px;background:linear-gradient(180deg,#2a2a2af2,#1a1a1af2);border-radius:8px 8px 20px 20px;position:relative;overflow:hidden;border:2px solid;box-shadow:0 4px 15px #00000080,inset 0 -5px 15px #ffc3001a;transition:all .3s ease}._jar_rrbsi_22:before{content:"";position:absolute;top:-2px;left:50%;transform:translate(-50%);width:30px;height:8px;background:inherit;border:2px solid;border-bottom:none;border-radius:5px 5px 0 0}._honeyFill_rrbsi_49{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(180deg,gold,orange);transition:height 1s ease-out;border-radius:0 0 18px 18px;box-shadow:0 -2px 10px #ffd70099}._honeyWave_rrbsi_61{position:absolute;top:-5px;left:-50%;width:200%;height:10px;background:#ffffff4d;border-radius:50%;animation:_wave_rrbsi_1 2s ease-in-out infinite}@keyframes _wave_rrbsi_1{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(15px) rotate(180deg)}}._scoreLabel_rrbsi_78{font-size:.95rem;font-weight:800;text-shadow:0 2px 8px rgba(0,0,0,.8);letter-spacing:.5px}._jarExcellent_rrbsi_86 ._jar_rrbsi_22{border-color:#4caf50}._jarExcellent_rrbsi_86 ._jar_rrbsi_22:before{border-color:#4caf50}._jarExcellent_rrbsi_86 ._scoreLabel_rrbsi_78{color:#4caf50}._jarExcellent_rrbsi_86:hover ._jar_rrbsi_22{transform:scale(1.1);box-shadow:0 6px 20px #4caf5099,inset 0 -5px 15px #ffc30033}._jarGood_rrbsi_104 ._jar_rrbsi_22{border-color:#ffc300}._jarGood_rrbsi_104 ._jar_rrbsi_22:before{border-color:#ffc300}._jarGood_rrbsi_104 ._scoreLabel_rrbsi_78{color:#ffc300}._jarGood_rrbsi_104:hover ._jar_rrbsi_22{transform:scale(1.1);box-shadow:0 6px 20px #ffc30099,inset 0 -5px 15px #ffc30033}._jarFair_rrbsi_122 ._jar_rrbsi_22{border-color:#757575}._jarFair_rrbsi_122 ._jar_rrbsi_22:before{border-color:#757575}._jarFair_rrbsi_122 ._scoreLabel_rrbsi_78{color:#9e9e9e}._jarFair_rrbsi_122:hover ._jar_rrbsi_22{transform:scale(1.1);box-shadow:0 6px 20px #75757566,inset 0 -5px 15px #ffc3001a}@media(max-width:768px){._jar_rrbsi_22{width:45px;height:60px}._jar_rrbsi_22:before{width:25px;height:6px}._scoreLabel_rrbsi_78{font-size:.85rem}}._badge_uhbjv_1{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;border-radius:15px;font-weight:600;font-size:.7rem;border:2px solid;box-shadow:0 2px 8px #0000004d;white-space:nowrap}._icon_uhbjv_14{font-size:.9rem}._text_uhbjv_18{letter-spacing:.3px}._minimalBadge_uhbjv_23{display:inline-flex;align-items:center;gap:.35rem;font-weight:500;font-size:.85rem;white-space:nowrap}._minimalBadge_uhbjv_23._badgeRemote_uhbjv_33{color:#2196f3;background:none;border:none;box-shadow:none}._minimalBadge_uhbjv_23._badgeClose_uhbjv_40{color:#4caf50;background:none;border:none;box-shadow:none}._minimalBadge_uhbjv_23._badgeModerate_uhbjv_47{color:#ffc300;background:none;border:none;box-shadow:none}._minimalBadge_uhbjv_23._badgeFar_uhbjv_54{color:#9e9e9e;background:none;border:none;box-shadow:none}._badge_uhbjv_1._badgeRemote_uhbjv_33{background:linear-gradient(135deg,#2196f333,#64b5f633);color:#2196f3;border-color:#2196f3}._badge_uhbjv_1._badgeClose_uhbjv_40{background:linear-gradient(135deg,#4caf5033,#66bb6a33);color:#4caf50;border-color:#4caf50}._badge_uhbjv_1._badgeModerate_uhbjv_47{background:linear-gradient(135deg,#ffc30033,#ffd54f33);color:#ffc300;border-color:#ffc300}._badge_uhbjv_1._badgeFar_uhbjv_54{background:linear-gradient(135deg,#75757533,#9e9e9e33);color:#9e9e9e;border-color:#757575}._badge_uhbjv_1:hover{transform:scale(1.05);transition:transform .2s ease}@media(max-width:768px){._badge_uhbjv_1{padding:.3rem .6rem;font-size:.65rem}._icon_uhbjv_14{font-size:.8rem}}._modalBackdrop_1mnhh_1{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem;animation:_fadeIn_1mnhh_1 .3s ease}@keyframes _fadeIn_1mnhh_1{0%{opacity:0}to{opacity:1}}._modalContent_1mnhh_26{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:2px solid #FFC300;border-radius:20px;padding:2.5rem;max-width:900px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:_slideUp_1mnhh_1 .4s ease;box-shadow:0 20px 60px #ffc3004d}@keyframes _slideUp_1mnhh_1{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}._modalContent_1mnhh_26::-webkit-scrollbar{width:10px}._modalContent_1mnhh_26::-webkit-scrollbar-track{background:#ffc3001a;border-radius:10px}._modalContent_1mnhh_26::-webkit-scrollbar-thumb{background:#ffc300;border-radius:10px}._modalContent_1mnhh_26::-webkit-scrollbar-thumb:hover{background:#ffd54f}._bee_1mnhh_71{position:absolute;top:2rem;left:2rem;animation:_float_1mnhh_1 3s ease-in-out infinite;z-index:1}._bee_1mnhh_71 img{width:40px;height:40px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(255,195,0,.3))}@keyframes _float_1mnhh_1{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(5deg)}}._closeButton_1mnhh_96{position:absolute;top:1.5rem;right:1.5rem;background:#ffc30033;border:2px solid #FFC300;color:#ffc300;width:40px;height:40px;border-radius:50%;font-size:1.5rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;z-index:2}._closeButton_1mnhh_96:hover{background:#ffc300;color:#1a1a1a;transform:rotate(90deg)}._header_1mnhh_122{margin-bottom:2rem;padding-top:1rem}._title_1mnhh_127{color:#ffc300;font-size:2rem;font-weight:700;margin:0 0 .5rem;line-height:1.3}._company_1mnhh_135{color:#e0e0e0;font-size:1.3rem;margin:0;font-weight:500}._matchSection_1mnhh_143{background:#ffc3000d;border:1px solid rgba(255,195,0,.2);border-radius:15px;padding:1.5rem;margin-bottom:2rem}._overallMatch_1mnhh_151{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(255,195,0,.3)}._matchLabel_1mnhh_160{color:#e0e0e0;font-size:1.2rem;font-weight:600}._matchScore_1mnhh_166{font-size:2.5rem;font-weight:700;text-shadow:0 0 20px currentColor}._breakdown_1mnhh_173{margin-top:1rem}._breakdownTitle_1mnhh_177{color:#ffc300;font-size:1.1rem;font-weight:600;margin:0 0 1rem}._scoreItem_1mnhh_184{margin-bottom:1rem}._scoreLabel_1mnhh_188{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;color:#b0b0b0;font-size:.95rem}._scoreValue_1mnhh_197{color:#ffc300;font-weight:600}._scoreBar_1mnhh_202{width:100%;height:8px;background:#ffffff1a;border-radius:10px;overflow:hidden}._scoreBarFill_1mnhh_210{height:100%;border-radius:10px;transition:width .8s ease,background-color .3s ease}._detailsSection_1mnhh_217{background:#ffffff05;border-radius:15px;padding:1.5rem;margin-bottom:2rem}._detailRow_1mnhh_224{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.05)}._detailRow_1mnhh_224:last-child{border-bottom:none}._detailLabel_1mnhh_236{color:#b0b0b0;font-size:.95rem;font-weight:500}._detailValue_1mnhh_242{color:#e0e0e0;font-size:1rem;font-weight:600;text-align:right}._skillsSection_1mnhh_250{margin-bottom:2rem}._sectionTitle_1mnhh_254{color:#ffc300;font-size:1.3rem;font-weight:700;margin:0 0 1rem;display:flex;align-items:center;gap:.5rem}._sectionIcon_1mnhh_264{width:24px;height:24px;object-fit:contain;filter:brightness(0) saturate(100%) invert(60%) sepia(93%) saturate(1878%) hue-rotate(359deg) brightness(102%) contrast(107%)}._skillsLegend_1mnhh_271{display:flex;gap:1.5rem;margin-bottom:1rem;padding:.75rem;background:#ffffff05;border-radius:10px}._legendItem_1mnhh_280{display:flex;align-items:center;gap:.5rem;color:silver;font-size:.85rem}._legendBox_1mnhh_288{width:16px;height:16px;border-radius:4px;display:inline-block}._skillsList_1mnhh_295{display:flex;flex-wrap:wrap;gap:.75rem}._skillBadge_1mnhh_301{padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;transition:all .2s ease;border:2px solid}._skillMatch_1mnhh_310{background:#4caf5033;color:#4caf50;border-color:#4caf50}._skillMatch_1mnhh_310:hover{background:#4caf504d;transform:translateY(-2px);box-shadow:0 4px 12px #4caf504d}._skillMissing_1mnhh_322{background:#f4433633;color:#f44336;border-color:#f44336}._skillMissing_1mnhh_322:hover{background:#f443364d;transform:translateY(-2px);box-shadow:0 4px 12px #f443364d}._noDataMessage_1mnhh_335{color:#888;font-size:.95rem;font-style:italic;padding:1rem;background:#ffffff05;border-radius:10px;border:1px dashed rgba(255,195,0,.2);margin:0}._requirementsSection_1mnhh_347{margin-bottom:2rem}._requirementsList_1mnhh_351{display:flex;flex-direction:column;gap:.75rem}._requirementItem_1mnhh_357{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border-radius:10px;border:2px solid;transition:all .2s ease}._requirementIcon_1mnhh_367{font-size:1.2rem;font-weight:700;flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%}._requirementText_1mnhh_379{flex:1;font-size:.95rem;line-height:1.5}._requirementMet_1mnhh_385{background:#4caf501a;border-color:#4caf50}._requirementMet_1mnhh_385 ._requirementIcon_1mnhh_367{color:#4caf50;background:#4caf5033}._requirementMet_1mnhh_385 ._requirementText_1mnhh_379{color:#4caf50}._requirementMet_1mnhh_385:hover{background:#4caf5026;transform:translate(5px);box-shadow:0 4px 12px #4caf5033}._requirementNotMet_1mnhh_405{background:#f443361a;border-color:#f44336}._requirementNotMet_1mnhh_405 ._requirementIcon_1mnhh_367{color:#f44336;background:#f4433633}._requirementNotMet_1mnhh_405 ._requirementText_1mnhh_379{color:#f44336}._requirementNotMet_1mnhh_405:hover{background:#f4433626;transform:translate(5px);box-shadow:0 4px 12px #f4433633}._requirementUnknown_1mnhh_425{background:#7575751a;border-color:#757575}._requirementUnknown_1mnhh_425 ._requirementIcon_1mnhh_367{color:#757575;background:#75757533}._requirementUnknown_1mnhh_425 ._requirementText_1mnhh_379{color:#b0b0b0}._requirementUnknown_1mnhh_425:hover{background:#75757526;transform:translate(5px);box-shadow:0 4px 12px #75757533}._descriptionSection_1mnhh_446{margin-bottom:2rem}._description_1mnhh_446{color:silver;font-size:1rem;line-height:1.8;margin:0;white-space:pre-wrap}._actions_1mnhh_459{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;flex-wrap:wrap}._markAppliedButton_1mnhh_468{background:linear-gradient(135deg,#4caf5033,#66bb6a33);color:#4caf50;border:2px solid #4CAF50;padding:1rem 2rem;border-radius:30px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #4caf504d}._markAppliedButton_1mnhh_468:hover{background:linear-gradient(135deg,#4caf504d,#66bb6a4d);transform:translateY(-3px);box-shadow:0 6px 20px #4caf5080}._markAppliedButton_1mnhh_468:active{transform:translateY(-1px)}._unmarkAppliedButton_1mnhh_491{background:linear-gradient(135deg,#f4433633,#e5737333);color:#f44336;border:2px solid #f44336;padding:1rem 2rem;border-radius:30px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #f443364d}._unmarkAppliedButton_1mnhh_491:hover{background:linear-gradient(135deg,#f443364d,#e573734d);transform:translateY(-3px);box-shadow:0 6px 20px #f4433680}._unmarkAppliedButton_1mnhh_491:active{transform:translateY(-1px)}._applyButton_1mnhh_514{background:linear-gradient(135deg,#ffc300,#ffd54f);color:#1a1a1a;border:none;padding:1rem 2.5rem;border-radius:30px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #ffc30066}._applyButton_1mnhh_514:hover{transform:translateY(-3px);box-shadow:0 10px 30px #ffc30099}._applyButton_1mnhh_514:active{transform:translateY(-1px)}@media(max-width:768px){._modalBackdrop_1mnhh_1{padding:1rem}._modalContent_1mnhh_26{padding:1.5rem;max-height:95vh}._bee_1mnhh_71{top:1rem;left:1rem;font-size:1.5rem}._closeButton_1mnhh_96{top:1rem;right:1rem;width:35px;height:35px;font-size:1.2rem}._title_1mnhh_127{font-size:1.5rem}._company_1mnhh_135{font-size:1.1rem}._matchScore_1mnhh_166{font-size:2rem}._detailRow_1mnhh_224{flex-direction:column;align-items:flex-start;gap:.3rem}._detailValue_1mnhh_242{text-align:left}._applyButton_1mnhh_514{width:100%;padding:.9rem 1.5rem;font-size:1rem}}._coverLetterSection_1mnhh_591{margin-bottom:2rem;padding:1.5rem;background:#ff98000d;border:2px solid rgba(255,152,0,.3);border-radius:15px}._coverLetterHeader_1mnhh_599{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}._generateButton_1mnhh_608{background:linear-gradient(135deg,#ffc300,#ffd54f);color:#1a1a1a;border:none;padding:.8rem 1.5rem;border-radius:25px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ffc3004d}._generateButton_1mnhh_608:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ffc30080}._loadingContainer_1mnhh_626{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;gap:1rem}._loadingBee_1mnhh_635{width:60px;height:60px;animation:_bounce_1mnhh_1 1s ease-in-out infinite}._loadingBee_1mnhh_635 img{width:100%;height:100%;filter:drop-shadow(0 0 10px rgba(255,195,0,.6))}@keyframes _bounce_1mnhh_1{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}._loadingText_1mnhh_656{color:#ffc300;font-size:1.1rem;font-weight:600;margin:0}._errorMessage_1mnhh_663{color:#f44336;background:#f443361a;border:2px solid #f44336;border-radius:10px;padding:1rem;font-size:.95rem;text-align:center}._coverLetterContent_1mnhh_673{margin-top:1rem}._coverLetterActions_1mnhh_677{display:flex;gap:.75rem;margin-bottom:1rem;flex-wrap:wrap}._toggleButton_1mnhh_684{background:#ffc30033;color:#ffc300;border:2px solid #FFC300;padding:.6rem 1.2rem;border-radius:20px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease}._toggleButton_1mnhh_684:hover{background:#ffc3004d;transform:translateY(-2px)}._copyButton_1mnhh_701,._pdfButton_1mnhh_702{background:#4caf5033;color:#4caf50;border:2px solid #4CAF50;padding:.6rem 1.2rem;border-radius:20px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease}._copyButton_1mnhh_701:hover,._pdfButton_1mnhh_702:hover{background:#4caf504d;transform:translateY(-2px)}._coverLetterBody_1mnhh_720{background:#0000004d;border-radius:10px;padding:1.5rem;border:1px solid rgba(255,195,0,.2)}._coverLetterText_1mnhh_727{color:#e0e0e0;font-size:1rem;line-height:1.8;margin-bottom:1rem}._coverLetterText_1mnhh_727 p{margin:0 0 1rem}._coverLetterText_1mnhh_727 p:last-child{margin-bottom:0}._coverLetterTextarea_1mnhh_742{width:100%;background:#00000080;color:#e0e0e0;border:2px solid rgba(255,195,0,.3);border-radius:10px;padding:1rem;font-size:1rem;line-height:1.8;font-family:inherit;resize:vertical;margin-bottom:1rem}._coverLetterTextarea_1mnhh_742:focus{outline:none;border-color:#ffc300;box-shadow:0 0 10px #ffc3004d}._editButton_1mnhh_762{background:#ffc30033;color:#ffc300;border:2px solid #FFC300;padding:.6rem 1.2rem;border-radius:20px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease}._editButton_1mnhh_762:hover{background:#ffc3004d;transform:translateY(-2px)}._editActions_1mnhh_779{display:flex;gap:.75rem;flex-wrap:wrap}._saveButton_1mnhh_785{background:linear-gradient(135deg,#4caf50,#66bb6a);color:#fff;border:none;padding:.7rem 1.5rem;border-radius:20px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #4caf504d}._saveButton_1mnhh_785:hover{transform:translateY(-2px);box-shadow:0 6px 16px #4caf5080}._cancelButton_1mnhh_803{background:#f4433633;color:#f44336;border:2px solid #f44336;padding:.7rem 1.5rem;border-radius:20px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .3s ease}._cancelButton_1mnhh_803:hover{background:#f443364d;transform:translateY(-2px)}._notesSection_1mnhh_821{margin-bottom:2rem;padding:1.5rem;background:#ffeb3b0d;border:2px solid rgba(255,235,59,.3);border-radius:15px}._notesHeader_1mnhh_829{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}._editNotesButton_1mnhh_836{background:#ffeb3b33;color:#fdd835;border:2px solid #FFEB3B;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease}._editNotesButton_1mnhh_836:hover{background:#ffeb3b4d;transform:translateY(-2px)}._notesEditContainer_1mnhh_853{margin-top:1rem}._notesTextarea_1mnhh_857{width:100%;background:#00000080;color:#e0e0e0;border:2px solid rgba(255,235,59,.3);border-radius:10px;padding:1rem;font-size:1rem;line-height:1.6;font-family:inherit;resize:vertical;margin-bottom:1rem}._notesTextarea_1mnhh_857:focus{outline:none;border-color:#ffeb3b;box-shadow:0 0 10px #ffeb3b4d}._notesTextarea_1mnhh_857::placeholder{color:#666}._notesActions_1mnhh_881{display:flex;gap:.75rem}._notesDisplay_1mnhh_886{background:#0000004d;border-radius:10px;padding:1rem;border:1px solid rgba(255,235,59,.2)}._notesDisplay_1mnhh_886 p{color:#e0e0e0;font-size:1rem;line-height:1.6;margin:0;white-space:pre-wrap}._noNotesMessage_1mnhh_901{color:#888;font-size:.95rem;font-style:italic;margin:0}._bzzMeterContainer_1e044_2{background:linear-gradient(135deg,#ffc3000d,#141414f2);border:3px solid #FFC300;border-radius:25px;padding:2rem;margin:2rem 0;position:relative;overflow:hidden;box-shadow:0 8px 30px #ffc3004d}._bzzMeterContainer_1e044_2:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(90deg,transparent,transparent 35px,rgba(255,195,0,.03) 35px,rgba(255,195,0,.03) 70px),repeating-linear-gradient(0deg,transparent,transparent 60px,rgba(255,195,0,.03) 60px,rgba(255,195,0,.03) 120px);pointer-events:none;opacity:.3}._header_1e044_29{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;position:relative;z-index:1}._titleSection_1e044_38{display:flex;flex-direction:column;gap:.5rem}._title_1e044_38{font-size:2rem;font-weight:900;color:#ffc300;margin:0;text-shadow:0 2px 10px rgba(255,195,0,.5);letter-spacing:1px;display:flex;align-items:center;gap:.5rem}._titleBee_1e044_56{width:32px;height:32px;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(255,195,0,.5))}._subtitle_1e044_63{font-size:.9rem;color:#b0b0b0;margin:0;font-style:italic}._bzzText_1e044_70{font-size:1.8rem;font-weight:900;color:#ffc300;animation:_bzz_1e044_2 .3s ease-in-out infinite;text-shadow:0 0 20px rgba(255,195,0,.8)}@keyframes _bzz_1e044_2{0%,to{transform:scale(1) rotate(0)}25%{transform:scale(1.1) rotate(-5deg)}75%{transform:scale(1.1) rotate(5deg)}}._overallScore_1e044_85{display:flex;align-items:center;justify-content:center;gap:3rem;margin:2rem 0;position:relative;z-index:1}._honeyPot_1e044_96{width:150px;height:200px;background:linear-gradient(180deg,#2a2a2a,#1a1a1a);border-radius:10px 10px 30px 30px;position:relative;overflow:hidden;border:3px solid #FFC300;box-shadow:0 8px 20px #00000080,inset 0 -10px 30px #ffc30033}._honeyFill_1e044_107{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(180deg,gold,orange);transition:height 1s ease-out;border-radius:0 0 27px 27px;box-shadow:0 -5px 20px #ffd700cc}._honeyWave_1e044_118{position:absolute;top:-10px;left:-50%;width:200%;height:20px;background:#ffffff4d;border-radius:50%;animation:_wave_1e044_1 3s ease-in-out infinite}@keyframes _wave_1e044_1{0%,to{transform:translate(0) rotate(0)}50%{transform:translate(20px) rotate(180deg)}}._honeyBubbles_1e044_134{position:absolute;bottom:10px;left:0;right:0}._bubble_1e044_141{position:absolute;width:8px;height:8px;background:#fff6;border-radius:50%;animation:_rise_1e044_1 3s ease-in-out infinite}._bubble_1e044_141:nth-child(1){left:20%;animation-delay:0s}._bubble_1e044_141:nth-child(2){left:50%;animation-delay:1s}._bubble_1e044_141:nth-child(3){left:80%;animation-delay:2s}@keyframes _rise_1e044_1{0%{transform:translateY(0);opacity:0}50%{opacity:1}to{transform:translateY(-180px);opacity:0}}._honeyPotBee_1e044_179{position:absolute;top:-20px;left:50%;transform:translate(-50%);animation:_float_1e044_1 3s ease-in-out infinite;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}._honeyPotBee_1e044_179 img{width:40px;height:40px;object-fit:contain;display:block}@keyframes _float_1e044_1{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-10px)}}._scoreDisplay_1e044_201{display:flex;flex-direction:column;align-items:center;gap:.5rem}._scoreNumber_1e044_208{font-size:4rem;font-weight:900;color:#ffc300;text-shadow:0 4px 20px rgba(255,195,0,.6);line-height:1}._honeyLevel_1e044_216{font-size:1.2rem;font-weight:700;color:#ffd54f;text-transform:uppercase;letter-spacing:2px}._breakdown_1e044_225{margin-top:3rem;position:relative;z-index:1}._breakdownTitle_1e044_231{font-size:1.3rem;font-weight:700;color:#ffc300;margin-bottom:1.5rem;letter-spacing:1px}._breakdownItem_1e044_239{margin-bottom:1.5rem}._breakdownLabel_1e044_243{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}._labelText_1e044_250{font-size:1rem;font-weight:600;color:#e0e0e0}._labelScore_1e044_256{font-size:1.1rem;font-weight:700;color:#ffc300}._progressBar_1e044_263{height:12px;background:#282828e6;border-radius:6px;overflow:hidden;position:relative;border:1px solid rgba(255,195,0,.2)}._progressFill_1e044_272{height:100%;background:linear-gradient(90deg,orange,gold);border-radius:6px;transition:width 1s ease-out;box-shadow:0 0 10px #ffd7004d;position:relative}._progressFill_1e044_272:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);animation:_shimmer_1e044_1 2s linear infinite}@keyframes _shimmer_1e044_1{0%{transform:translate(-100%)}to{transform:translate(100%)}}._footer_1e044_298{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:2px solid rgba(255,195,0,.3);position:relative;z-index:1}._footerBee_1e044_310{animation:_bounce_1e044_1 2s ease-in-out infinite;display:inline-block}._footerBee_1e044_310 img{width:24px;height:24px;object-fit:contain;display:block;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}._footerBee_1e044_310:first-child{animation-delay:0s}._footerBee_1e044_310:last-child{animation-delay:1s}@keyframes _bounce_1e044_1{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}._footerText_1e044_336{font-size:.9rem;color:#b0b0b0;font-style:italic}@media(max-width:768px){._bzzMeterContainer_1e044_2{padding:1.5rem}._title_1e044_38{font-size:1.5rem}._overallScore_1e044_85{flex-direction:column;gap:2rem}._honeyPot_1e044_96{width:120px;height:160px}._scoreNumber_1e044_208{font-size:3rem}._breakdownTitle_1e044_231{font-size:1.2rem}}._modalBackdrop_1kg5b_1{position:fixed;inset:0;background:#000000d9;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:2000;padding:2rem;animation:_fadeIn_1kg5b_1 .3s ease}@keyframes _fadeIn_1kg5b_1{0%{opacity:0}to{opacity:1}}._modalContent_1kg5b_26{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:2px solid #FFC300;border-radius:20px;padding:2rem;max-width:500px;width:100%;position:relative;animation:_slideUp_1kg5b_1 .4s ease;box-shadow:0 20px 60px #ffc30066}@keyframes _slideUp_1kg5b_1{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}._header_1kg5b_49{margin-bottom:1.5rem;text-align:center;padding-bottom:1rem;border-bottom:2px solid rgba(255,195,0,.3)}._title_1kg5b_56{color:#ffc300;font-size:1.4rem;font-weight:700;margin:0 0 .5rem}._jobInfo_1kg5b_63{color:#b0b0b0;font-size:.95rem;margin:0}._body_1kg5b_69{margin-bottom:1.5rem}._question_1kg5b_73{color:#e0e0e0;font-size:1.05rem;text-align:center;margin:0 0 1.5rem}._notesSection_1kg5b_80{margin-top:1rem}._notesLabel_1kg5b_84{display:block;color:#ffc300;font-size:.9rem;font-weight:600;margin-bottom:.5rem}._notesTextarea_1kg5b_92{width:100%;background:#00000080;color:#e0e0e0;border:2px solid rgba(255,195,0,.3);border-radius:10px;padding:.75rem;font-size:.95rem;font-family:inherit;resize:vertical;transition:all .3s ease}._notesTextarea_1kg5b_92:focus{outline:none;border-color:#ffc300;box-shadow:0 0 10px #ffc3004d}._notesTextarea_1kg5b_92::placeholder{color:#666}._actions_1kg5b_115{display:flex;gap:1rem;justify-content:center}._confirmButton_1kg5b_121{background:linear-gradient(135deg,#4caf50,#66bb6a);color:#fff;border:none;padding:.9rem 2rem;border-radius:25px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #4caf5066}._confirmButton_1kg5b_121:hover{transform:translateY(-3px);box-shadow:0 6px 20px #4caf5099}._confirmButton_1kg5b_121:active{transform:translateY(-1px)}._cancelButton_1kg5b_143{background:#f4433633;color:#f44336;border:2px solid #f44336;padding:.9rem 2rem;border-radius:25px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease}._cancelButton_1kg5b_143:hover{background:#f443364d;transform:translateY(-3px)}._cancelButton_1kg5b_143:active{transform:translateY(-1px)}@media(max-width:768px){._modalBackdrop_1kg5b_1{padding:1rem}._modalContent_1kg5b_26{padding:1.5rem}._title_1kg5b_56{font-size:1.2rem}._actions_1kg5b_115{flex-direction:column}._confirmButton_1kg5b_121,._cancelButton_1kg5b_143{width:100%}}._backdrop_fhsu1_1{position:fixed;inset:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:2000;animation:_fadeIn_fhsu1_1 .2s ease}@keyframes _fadeIn_fhsu1_1{0%{opacity:0}to{opacity:1}}._modal_fhsu1_25{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:2px solid #FFEB3B;border-radius:20px;padding:2rem;max-width:600px;width:90%;box-shadow:0 20px 60px #ffeb3b4d;animation:_slideUp_fhsu1_1 .3s ease}@keyframes _slideUp_fhsu1_1{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}._header_fhsu1_47{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem}._title_fhsu1_54{color:#ffeb3b;font-size:1.4rem;font-weight:700;margin:0 0 .5rem}._jobTitle_fhsu1_61{color:#b0b0b0;font-size:.9rem;margin:0}._closeButton_fhsu1_67{background:#ffeb3b33;border:2px solid #FFEB3B;color:#ffeb3b;width:36px;height:36px;border-radius:50%;font-size:1.3rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}._closeButton_fhsu1_67:hover{background:#ffeb3b;color:#1a1a1a;transform:rotate(90deg)}._textarea_fhsu1_89{width:100%;background:#00000080;color:#e0e0e0;border:2px solid rgba(255,235,59,.3);border-radius:12px;padding:1rem;font-size:1rem;line-height:1.6;font-family:inherit;resize:vertical;margin-bottom:1rem;transition:border-color .3s ease,box-shadow .3s ease}._textarea_fhsu1_89:focus{outline:none;border-color:#ffeb3b;box-shadow:0 0 15px #ffeb3b4d}._textarea_fhsu1_89::placeholder{color:#666}._footer_fhsu1_114{display:flex;justify-content:space-between;align-items:center;gap:1rem}._hint_fhsu1_121{color:#888;font-size:.85rem;margin:0;flex:1}._actions_fhsu1_128{display:flex;gap:.75rem}._cancelButton_fhsu1_133{background:#f4433633;color:#f44336;border:2px solid #f44336;padding:.7rem 1.5rem;border-radius:25px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .3s ease}._cancelButton_fhsu1_133:hover{background:#f443364d;transform:translateY(-2px)}._saveButton_fhsu1_150{background:linear-gradient(135deg,#ffeb3b,#fdd835);color:#1a1a1a;border:none;padding:.7rem 1.5rem;border-radius:25px;font-weight:700;font-size:.95rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #ffeb3b4d}._saveButton_fhsu1_150:hover{transform:translateY(-2px);box-shadow:0 6px 16px #ffeb3b80}._saveButton_fhsu1_150:disabled{opacity:.6;cursor:not-allowed;transform:none}._saveButton_fhsu1_150:active:not(:disabled){transform:translateY(0)}@media(max-width:768px){._modal_fhsu1_25{padding:1.5rem;width:95%}._title_fhsu1_54{font-size:1.2rem}._footer_fhsu1_114{flex-direction:column;align-items:stretch}._hint_fhsu1_121{text-align:center;order:2;margin-top:.5rem}._actions_fhsu1_128{width:100%;order:1}._cancelButton_fhsu1_133,._saveButton_fhsu1_150{flex:1}}._modalOverlay_vlouq_3{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:_fadeIn_vlouq_1 .3s ease}@keyframes _fadeIn_vlouq_1{0%{opacity:0}to{opacity:1}}._modalContent_vlouq_27{position:relative;background:#1a1a1a;border:3px solid #FFC300;border-radius:20px;padding:50px 40px 40px;max-width:650px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #ffc3004d;animation:_slideUp_vlouq_1 .3s ease}@keyframes _slideUp_vlouq_1{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}._honeycombPattern_vlouq_53{position:absolute;inset:0;opacity:.03;background-image:radial-gradient(circle at 50% 50%,#FFC300 1px,transparent 1px),radial-gradient(circle at 50% 50%,#FFC300 1px,transparent 1px);background-size:50px 50px;background-position:0 0,25px 25px;pointer-events:none;border-radius:20px}._header_vlouq_70{text-align:center;margin-bottom:40px;position:relative;z-index:1}._beeIcon_vlouq_77{width:70px;height:70px;margin-bottom:20px;object-fit:contain;animation:_float_vlouq_1 3s ease-in-out infinite}@keyframes _float_vlouq_1{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}._title_vlouq_94{font-size:1.8rem;font-weight:700;color:#ffc300;margin:0 0 10px}._subtitle_vlouq_101{font-size:1rem;color:#a0a0a0;margin:0;line-height:1.5}._subtitle_vlouq_101 strong{color:#ffd60a;font-weight:600}._section_vlouq_114{margin-bottom:30px;position:relative;z-index:1}._sectionTitle_vlouq_120{font-size:1.1rem;font-weight:600;color:#e0e0e0;margin:0 0 15px}._checkboxGroup_vlouq_128{display:flex;flex-direction:column;gap:10px}._checkboxLabel_vlouq_134{display:flex;align-items:center;cursor:pointer;background:#0a0a0a;border:2px solid #2b2b2b;border-radius:10px;padding:14px 16px;transition:all .3s ease}._checkboxLabel_vlouq_134:hover{border-color:#ffc300;background:#0f0f0f}._checkbox_vlouq_128{margin:0 12px 0 0;accent-color:#FFC300;width:20px;height:20px;cursor:pointer;flex-shrink:0}._checkboxText_vlouq_160{color:#e0e0e0;font-size:1rem;font-weight:500}._checkboxLabel_vlouq_134:has(._checkbox_vlouq_128:checked){border-color:#ffc300;background:#0f0f0f}._checkboxLabel_vlouq_134:has(._checkbox_vlouq_128:checked) ._checkboxText_vlouq_160{color:#ffc300;font-weight:600}._seeMoreButton_vlouq_177{width:100%;background:transparent;color:#ffc300;border:2px solid #FFC300;padding:12px 24px;font-size:1rem;font-weight:600;border-radius:10px;cursor:pointer;transition:all .3s ease;margin-bottom:30px;position:relative;z-index:1}._seeMoreButton_vlouq_177:hover:not(:disabled){background:#ffc300;color:#0a0a0a;transform:translateY(-2px)}._seeMoreButton_vlouq_177:disabled{opacity:.6;cursor:not-allowed}._customInputGroup_vlouq_205{display:flex;gap:10px;margin-bottom:15px}._customInput_vlouq_205{flex:1;background:#0a0a0a;border:2px solid #2b2b2b;border-radius:10px;padding:12px 16px;font-size:1rem;color:#fff;font-weight:500;transition:all .3s ease}._customInput_vlouq_205:focus{outline:none;border-color:#ffc300;background:#0f0f0f;box-shadow:0 0 0 4px #ffc3001a}._addButton_vlouq_230{width:50px;height:50px;background:linear-gradient(135deg,#ffc300,#ffd60a);color:#0a0a0a;border:none;border-radius:10px;font-size:1.8rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}._addButton_vlouq_230:hover:not(:disabled){transform:scale(1.05);box-shadow:0 5px 20px #ffc30066}._addButton_vlouq_230:disabled{opacity:.4;cursor:not-allowed;transform:none}._chipsContainer_vlouq_259{display:flex;flex-wrap:wrap;gap:10px}._chip_vlouq_259{display:inline-flex;align-items:center;gap:8px;background:#0f0f0f;border:2px solid #FFC300;border-radius:20px;padding:8px 16px;color:#ffc300;font-size:.95rem;font-weight:600;animation:_slideIn_vlouq_1 .3s ease}@keyframes _slideIn_vlouq_1{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}._chipRemove_vlouq_290{background:none;border:none;color:#ffc300;font-size:1.5rem;line-height:1;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._chipRemove_vlouq_290:hover{color:#f44;transform:scale(1.2)}._selectedCount_vlouq_312{text-align:center;font-size:1rem;color:#ffd60a;font-weight:600;margin-bottom:20px;padding:10px;background:#ffc3001a;border-radius:10px;position:relative;z-index:1}._loading_vlouq_326{text-align:center;color:#a0a0a0;padding:20px;font-size:1rem}._error_vlouq_334{background:#ff44441a;border:2px solid #ff4444;border-radius:12px;padding:15px 20px;margin-bottom:20px;color:#f66;font-weight:500;text-align:center;position:relative;z-index:1}._actions_vlouq_348{display:flex;gap:15px;margin-top:30px;position:relative;z-index:1}._primaryButton_vlouq_356{flex:1;background:linear-gradient(135deg,#ffc300,#ffd60a);color:#0a0a0a;border:none;padding:16px 32px;font-size:1.2rem;font-weight:700;border-radius:12px;cursor:pointer;transition:all .3s ease}._primaryButton_vlouq_356:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 8px 30px #ffc30080}._primaryButton_vlouq_356:disabled{opacity:.4;cursor:not-allowed;transform:none}._secondaryButton_vlouq_380{flex:1;background:transparent;color:#e0e0e0;border:2px solid #2b2b2b;padding:16px 32px;font-size:1.2rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease}._secondaryButton_vlouq_380:hover{border-color:#ffc300;color:#ffc300;background:#ffc3000d}@media(max-width:700px){._modalContent_vlouq_27{padding:40px 25px 30px}._title_vlouq_94{font-size:1.5rem}._beeIcon_vlouq_77{width:60px;height:60px}._actions_vlouq_348{flex-direction:column-reverse}._primaryButton_vlouq_356,._secondaryButton_vlouq_380{font-size:1.1rem;padding:14px 24px}}._modalContent_vlouq_27::-webkit-scrollbar{width:8px}._modalContent_vlouq_27::-webkit-scrollbar-track{background:#0a0a0a;border-radius:10px}._modalContent_vlouq_27::-webkit-scrollbar-thumb{background:#ffc300;border-radius:10px}._modalContent_vlouq_27::-webkit-scrollbar-thumb:hover{background:#ffd60a}._modalBackdrop_75nkk_1{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;animation:_fadeIn_75nkk_1 .2s ease-out}@keyframes _fadeIn_75nkk_1{0%{opacity:0}to{opacity:1}}._modalContent_75nkk_25{background:linear-gradient(135deg,#2a2a2a,#1e1e1e);border:2px solid rgba(255,195,0,.3);border-radius:16px;max-width:500px;width:100%;box-shadow:0 10px 40px #00000080;animation:_slideUp_75nkk_1 .3s ease-out;overflow:hidden}@keyframes _slideUp_75nkk_1{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}._header_75nkk_47{background:linear-gradient(135deg,#ffc30026,#ffc3000d);border-bottom:1px solid rgba(255,195,0,.2);padding:1.5rem}._title_75nkk_53{margin:0;color:#ffc300;font-size:1.5rem;font-weight:700;text-align:center}._body_75nkk_61{padding:2rem 1.5rem}._jobInfo_75nkk_65{color:#e0e0e0;font-size:1.1rem;margin:0 0 1.5rem;text-align:center}._jobInfo_75nkk_65 strong{color:#ffc300;font-weight:600}._warning_75nkk_77{color:#f44336;font-size:.95rem;margin:0 0 1rem;padding:1rem;background:#f443361a;border:1px solid rgba(244,67,54,.3);border-radius:8px;line-height:1.5}._appliedWarning_75nkk_88{display:block;margin-top:.5rem;font-weight:600}._note_75nkk_94{color:#999;font-size:.9rem;margin:0;text-align:center;font-style:italic}._actions_75nkk_102{display:flex;gap:1rem;padding:1.5rem;background:#0003;border-top:1px solid rgba(255,255,255,.1)}._cancelButton_75nkk_110,._confirmButton_75nkk_111{flex:1;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}._cancelButton_75nkk_110{background:#ffffff1a;color:#e0e0e0;border:1px solid rgba(255,255,255,.2)}._cancelButton_75nkk_110:hover{background:#ffffff26;border-color:#ffffff4d}._confirmButton_75nkk_111{background:linear-gradient(135deg,#f44336,#d32f2f);color:#fff;border:1px solid rgba(244,67,54,.5);box-shadow:0 2px 8px #f443364d}._confirmButton_75nkk_111:hover{background:linear-gradient(135deg,#e53935,#c62828);box-shadow:0 4px 12px #f4433666;transform:translateY(-1px)}._confirmButton_75nkk_111:active{transform:translateY(0)}@media(max-width:640px){._modalContent_75nkk_25{max-width:100%;margin:0 1rem}._header_75nkk_47{padding:1.25rem}._title_75nkk_53{font-size:1.25rem}._body_75nkk_61{padding:1.5rem 1.25rem}._actions_75nkk_102{flex-direction:column;gap:.75rem}}._toast_ylhah_1{position:fixed;top:2rem;right:2rem;display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;border-radius:12px;box-shadow:0 8px 24px #0006;z-index:3000;animation:_slideIn_ylhah_1 .3s ease;min-width:300px;max-width:500px}@keyframes _slideIn_ylhah_1{0%{transform:translate(400px);opacity:0}to{transform:translate(0);opacity:1}}._icon_ylhah_28{font-size:1.5rem;flex-shrink:0}._message_ylhah_33{flex:1;font-size:.95rem;font-weight:500}._closeButton_ylhah_39{background:#fff3;border:none;color:inherit;width:24px;height:24px;border-radius:50%;font-size:1rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}._closeButton_ylhah_39:hover{background:#ffffff4d;transform:rotate(90deg)}._info_ylhah_61{background:linear-gradient(135deg,#2196f3f2,#64b5f6f2);color:#fff;border:2px solid #2196F3}._success_ylhah_67{background:linear-gradient(135deg,#4caf50f2,#66bb6af2);color:#fff;border:2px solid #4CAF50}._error_ylhah_73{background:linear-gradient(135deg,#f44336f2,#e57373f2);color:#fff;border:2px solid #f44336}._loading_ylhah_79{background:linear-gradient(135deg,#ffc300f2,#ffd54ff2);color:#1a1a1a;border:2px solid #FFC300}._loading_ylhah_79 ._icon_ylhah_28{animation:_spin_ylhah_1 1s linear infinite}@keyframes _spin_ylhah_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){._toast_ylhah_1{top:1rem;right:1rem;left:1rem;min-width:auto}}._container_is1tg_1{min-height:100vh;background:#0a0a0a;color:#e0e0e0}._content_is1tg_7{width:100%;padding:40px;max-width:1400px;margin:0 auto}._header_is1tg_15{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._headerLeft_is1tg_22{display:flex;align-items:center;gap:1.5rem}._headerIcon_is1tg_28{width:60px;height:60px;object-fit:contain;filter:drop-shadow(0 0 15px rgba(255,195,0,.6));animation:_floatBee_is1tg_1 3s ease-in-out infinite}@keyframes _floatBee_is1tg_1{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}._title_is1tg_45{font-size:2.5rem;font-weight:700;color:#ffc300;margin:0;text-shadow:0 0 20px rgba(255,195,0,.3)}._subtitle_is1tg_53{font-size:1rem;color:#a0a0a0;margin:.5rem 0 0}._controls_is1tg_60{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem;animation:_fadeInUp_is1tg_1 .5s ease-out .1s;animation-fill-mode:both}._lastSearchInfo_is1tg_69{color:#a0a0a0;font-size:.875rem;font-weight:500;text-align:center;margin-top:-.25rem}._searchButton_is1tg_77{flex:1;padding:1rem 2rem;background:linear-gradient(135deg,#ffc300,#ffd54f);color:#1a1a1a;border:none;border-radius:15px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 6px 20px #ffc30066;display:flex;align-items:center;justify-content:center;gap:.75rem}._searchButton_is1tg_77:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 10px 30px #ffc30099}._searchButton_is1tg_77:disabled{opacity:.7;cursor:not-allowed}._searchButtonIcon_is1tg_105{width:24px;height:24px;filter:brightness(0)}._refreshButton_is1tg_111{padding:1rem 2rem;background:#ffc3001a;color:#ffc300;border:2px solid #FFC300;border-radius:15px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease}._refreshButton_is1tg_111:hover:not(:disabled){background:#ffc30033;transform:translateY(-3px)}._refreshButton_is1tg_111:disabled{opacity:.5;cursor:not-allowed}._spinner_is1tg_134{width:20px;height:20px;border:3px solid rgba(0,0,0,.2);border-top-color:#1a1a1a;border-radius:50%;animation:_spin_is1tg_134 .8s linear infinite}@keyframes _spin_is1tg_134{to{transform:rotate(360deg)}}._errorBox_is1tg_150{background:#f443361a;border:2px solid #f44336;border-radius:15px;padding:1.5rem;margin-bottom:2rem;display:flex;align-items:center;gap:1rem;animation:_fadeInUp_is1tg_1 .3s ease}._errorIcon_is1tg_162{font-size:2rem}._errorBox_is1tg_150 p{margin:0;color:#ff6b6b;font-weight:600}._filterBar_is1tg_173{background:linear-gradient(135deg,#1a1a1af2,#0f0f0ffa);border:2px solid rgba(255,195,0,.3);border-radius:20px;padding:1.75rem 2rem;margin-bottom:1.5rem;animation:_fadeInUp_is1tg_1 .5s ease-out .2s;animation-fill-mode:both;position:relative;overflow:hidden;box-shadow:0 8px 32px #ffc30014}._filterBar_is1tg_173:before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(120deg,transparent,transparent 70px,rgba(255,195,0,.02) 70px,rgba(255,195,0,.02) 140px);pointer-events:none}._filterHeader_is1tg_204{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(255,195,0,.2);position:relative}._filterTitle_is1tg_214{color:#ffc300;font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;text-shadow:0 0 15px rgba(255,195,0,.3)}._clearFiltersBtn_is1tg_223{padding:.6rem 1.25rem;background:linear-gradient(135deg,#ffc30026,#ffc30014);color:#ffc300;border:1.5px solid rgba(255,195,0,.4);border-radius:10px;font-size:.813rem;font-weight:700;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}._clearFiltersBtn_is1tg_223:hover{background:linear-gradient(135deg,#ffc30040,#ffc30026);border-color:#ffc300;transform:translateY(-2px);box-shadow:0 4px 15px #ffc3004d}._filterGrid_is1tg_244{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.25rem;position:relative}._filterGroup_is1tg_251{display:flex;flex-direction:column;gap:.6rem}._filterLabel_is1tg_257{color:#ffd54f;font-size:.813rem;font-weight:700;letter-spacing:.8px;text-transform:uppercase;text-shadow:0 0 10px rgba(255,195,0,.2)}._filterSelect_is1tg_266{padding:.85rem 2.75rem .85rem 1.1rem;background:linear-gradient(135deg,#1e1e1ef2,#141414fa);color:#fff;border:2px solid rgba(255,195,0,.35);border-radius:12px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23FFC300' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;box-shadow:0 2px 8px #0000004d}._filterSelect_is1tg_266 option{background:#1a1a1a;color:#fff;padding:.75rem;font-weight:600}._filterSelect_is1tg_266:hover{border-color:#ffc30099;background:linear-gradient(135deg,#232323f2,#191919fa);transform:translateY(-2px);box-shadow:0 4px 12px #ffc30033}._filterSelect_is1tg_266:focus{outline:none;border-color:#ffc300;box-shadow:0 0 0 4px #ffc30026;transform:translateY(-2px)}._resultsCount_is1tg_305{background:linear-gradient(135deg,#ffc3001a,#ffc3000d);border:2px solid rgba(255,195,0,.3);border-radius:12px;padding:1rem 1.5rem;margin-bottom:2rem;display:flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 2px 8px #ffc3000f;animation:_fadeInUp_is1tg_1 .5s ease-out .4s;animation-fill-mode:both}._resultsIcon_is1tg_320{width:24px;height:24px;object-fit:contain;filter:drop-shadow(0 0 8px rgba(255,195,0,.4))}._resultsText_is1tg_327{color:#e0e0e0;font-size:1rem;font-weight:500}._resultsText_is1tg_327 strong{color:#ffc300;font-weight:700;font-size:1.1rem}._totalCount_is1tg_339{color:#999;font-size:.9rem;font-weight:400;margin-left:.25rem}._totalCount_is1tg_339 strong{color:#ffc300;font-size:1rem;font-weight:600}._sortBar_is1tg_353{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem;animation:_fadeInUp_is1tg_1 .5s ease-out .3s;animation-fill-mode:both}._sortColumn_is1tg_362{background:#ffc3000d;border:2px solid rgba(255,195,0,.2);border-radius:15px;padding:1.25rem 1.5rem;color:#a0a0a0;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:space-between;gap:.75rem;position:relative;overflow:hidden}._sortColumn_is1tg_362:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,195,0,.1) 0%,transparent 100%);opacity:0;transition:opacity .3s ease}._sortColumn_is1tg_362:hover{border-color:#ffc30080;transform:translateY(-3px);box-shadow:0 6px 20px #ffc30026;color:#ffc300}._sortColumn_is1tg_362:hover:before{opacity:1}._sortColumnActive_is1tg_403{background:linear-gradient(135deg,#ffc30026,#ffc30014);border-color:#ffc300;color:#ffc300;box-shadow:0 4px 15px #ffc30040}._sortColumnActive_is1tg_403:before{opacity:1}._sortColumnLabel_is1tg_414{flex:1;text-align:left;position:relative;z-index:1}._sortArrow_is1tg_421{font-size:1.5rem;font-weight:700;color:#ffc300;animation:_fadeIn_is1tg_1 .3s ease;position:relative;z-index:1}@keyframes _fadeIn_is1tg_1{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media(max-width:768px){._filterBar_is1tg_173{padding:1.25rem 1rem}._filterHeader_is1tg_204{flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem}._filterGrid_is1tg_244{grid-template-columns:1fr;gap:1rem}._filterGroup_is1tg_251,._clearFiltersBtn_is1tg_223{width:100%}._resultsCount_is1tg_305{padding:.875rem 1.25rem}._sortBar_is1tg_353{grid-template-columns:1fr;gap:.75rem}._sortColumn_is1tg_362{padding:1rem 1.25rem;font-size:.95rem}}._loadingContainer_is1tg_483{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;gap:1.5rem}._loadingContainer_is1tg_483 ._spinner_is1tg_134{width:50px;height:50px;border:4px solid rgba(255,195,0,.2);border-top-color:#ffc300}._loadingContainer_is1tg_483 p{color:#b0b0b0;font-size:1.1rem}._jobList_is1tg_505{animation:_fadeInUp_is1tg_1 .5s ease-out .3s;animation-fill-mode:both}._emptyState_is1tg_511{text-align:center;padding:4rem 2rem;animation:_fadeInUp_is1tg_1 .5s ease}._emptyIcon_is1tg_517{width:100px;height:100px;margin-bottom:2rem;filter:grayscale(100%) opacity(.5)}._emptyState_is1tg_511 h3{color:#e0e0e0;font-size:1.8rem;margin-bottom:1rem}._emptyState_is1tg_511 p{color:#b0b0b0;font-size:1.1rem}._initialState_is1tg_536{text-align:center;padding:4rem 2rem;animation:_fadeInUp_is1tg_1 .5s ease}._initialIcon_is1tg_542{width:120px;height:120px;margin-bottom:2rem;filter:drop-shadow(0 0 20px rgba(255,195,0,.4));animation:_pulse_is1tg_1 4s ease-in-out infinite}._initialState_is1tg_536 h3{color:#ffc300;font-size:2rem;margin-bottom:1rem}._initialState_is1tg_536 p{color:#b0b0b0;font-size:1.2rem;max-width:600px;margin:0 auto}._pagination_is1tg_564{display:flex;justify-content:center;align-items:center;gap:2rem;margin-top:3rem;padding:2rem 0;animation:_fadeInUp_is1tg_1 .5s ease-out .4s;animation-fill-mode:both}._paginationButton_is1tg_575{padding:.8rem 1.5rem;background:#ffc3001a;color:#ffc300;border:2px solid #FFC300;border-radius:12px;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease}._paginationButton_is1tg_575:hover:not(:disabled){background:#ffc30033;transform:translateY(-2px)}._paginationButton_is1tg_575:disabled{opacity:.3;cursor:not-allowed}._pageInfo_is1tg_597{color:#e0e0e0;font-weight:600;font-size:1.1rem}._pageNumbers_is1tg_603{display:flex;align-items:center;gap:.4rem}._pageNumberButton_is1tg_609{width:38px;height:38px;display:flex;align-items:center;justify-content:center;padding:0;background:#ffffff0d;color:#aaa;border:1px solid rgba(255,255,255,.1);border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease}._pageNumberButton_is1tg_609:hover{background:#ffc3001f;color:#ffc300;border-color:#ffc3004d}._pageNumberActive_is1tg_632{background:#ffc30033;color:#ffc300;border-color:#ffc300}@media(max-width:768px){._content_is1tg_7{padding:30px 24px}._heroTitle_is1tg_644{font-size:32px}._heroSubtitle_is1tg_648{font-size:16px}._heroContent_is1tg_652{flex-direction:column;text-align:center}._beehiveIcon_is1tg_657{width:80px;height:80px}._controls_is1tg_60{flex-direction:column}._searchButton_is1tg_77{font-size:1rem}._filters_is1tg_670{flex-direction:column;align-items:stretch}._filterGroup_is1tg_251{width:100%}._resultsCount_is1tg_305{margin-left:0;text-align:center}._pagination_is1tg_564{flex-direction:column;gap:1rem}._paginationButton_is1tg_575{width:100%}._initialIcon_is1tg_542{width:80px;height:80px}._initialState_is1tg_536 h3{font-size:1.5rem}._initialState_is1tg_536 p{font-size:1rem}}._uploadContainer_1oxbf_3{max-width:600px;margin:0 auto;padding:40px 20px}._title_1oxbf_9{font-size:2.5rem;font-weight:700;color:#ffc300;text-align:center;margin-bottom:10px}._subtitle_1oxbf_17{font-size:1.1rem;color:#a0a0a0;text-align:center;margin-bottom:40px}._dropZone_1oxbf_25{position:relative;min-height:300px;border:3px dashed #2b2b2b;border-radius:16px;background:#1a1a1a;padding:60px 40px;text-align:center;cursor:pointer;transition:all .3s ease;overflow:hidden}._dropZone_1oxbf_25:hover{border-color:#ffc300;background:#1f1f1f;transform:translateY(-2px)}._dropZone_1oxbf_25._dragging_1oxbf_44{border-color:#ffd60a;background:#252525;border-style:solid;box-shadow:0 0 30px #ffc3004d}._dropZone_1oxbf_25._hasFile_1oxbf_51{cursor:default;border-color:#ffc300;background:#1f1f1f}._honeycombPattern_1oxbf_58{position:absolute;inset:0;opacity:.03;background-image:radial-gradient(circle at 50% 50%,#FFC300 1px,transparent 1px),radial-gradient(circle at 50% 50%,#FFC300 1px,transparent 1px);background-size:50px 50px;background-position:0 0,25px 25px;pointer-events:none}._beeIcon_1oxbf_74{width:80px;height:80px;margin-bottom:20px;object-fit:contain;animation:_float_1oxbf_1 3s ease-in-out infinite}@keyframes _float_1oxbf_1{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}._dropText_1oxbf_92{font-size:1.3rem;color:#e0e0e0;font-weight:500;margin-bottom:10px}._orText_1oxbf_99{font-size:1rem;color:#666;margin:20px 0}._browseButton_1oxbf_105{background:linear-gradient(135deg,#ffc300,#ffd60a);color:#0a0a0a;border:none;padding:12px 30px;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease}._browseButton_1oxbf_105:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ffc30066}._formatText_1oxbf_122{font-size:.9rem;color:#666;margin-top:20px}._fileInfo_1oxbf_129{display:flex;align-items:center;justify-content:space-between;background:#0a0a0a;border:2px solid #FFC300;border-radius:12px;padding:20px;position:relative;z-index:1}._fileIcon_1oxbf_141{width:48px;height:48px;margin-right:20px;object-fit:contain}._fileDetails_1oxbf_148{flex:1;text-align:left}._fileName_1oxbf_153{font-size:1.1rem;color:#fff;font-weight:600;margin:0 0 5px;word-break:break-word}._fileSize_1oxbf_161{font-size:.9rem;color:#a0a0a0;margin:0}._removeButton_1oxbf_167{background:#2b2b2b;color:#e0e0e0;border:none;width:36px;height:36px;border-radius:50%;font-size:1.2rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}._removeButton_1oxbf_167:hover{background:#f44;color:#fff}._progressContainer_1oxbf_188{margin-top:30px}._progressBar_1oxbf_192{height:40px;background:#1a1a1a;border-radius:20px;overflow:hidden;border:2px solid #2b2b2b;position:relative}._progressFill_1oxbf_201{height:100%;background:linear-gradient(90deg,#ffc300,#ffd60a,#ffea00);border-radius:18px;transition:width .3s ease;display:flex;align-items:center;justify-content:flex-end;padding-right:10px;position:relative;overflow:hidden}._progressFill_1oxbf_201:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:_shimmer_1oxbf_1 2s infinite}@keyframes _shimmer_1oxbf_1{0%{left:-100%}to{left:100%}}._progressBee_1oxbf_234{animation:_bounce_1oxbf_1 .5s ease-in-out infinite;display:inline-block}._progressBee_1oxbf_234 img{width:28px;height:28px;object-fit:contain;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}@keyframes _bounce_1oxbf_1{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}._progressText_1oxbf_255{text-align:center;color:#ffc300;font-weight:600;margin-top:15px;font-size:1.1rem}._errorMessage_1oxbf_264{background:#ff44441a;border:2px solid #ff4444;border-radius:12px;padding:15px 20px;margin-top:20px;color:#f66;font-weight:500;display:flex;align-items:center;gap:10px}._errorIcon_1oxbf_277{font-size:1.5rem}._uploadButton_1oxbf_282{width:100%;margin-top:30px;background:linear-gradient(135deg,#ffc300,#ffd60a);color:#0a0a0a;border:none;padding:16px 40px;font-size:1.2rem;font-weight:700;border-radius:12px;cursor:pointer;transition:all .3s ease}._uploadButton_1oxbf_282:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 8px 25px #ffc30080}._uploadButton_1oxbf_282:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){._uploadContainer_1oxbf_3{padding:30px 15px}._title_1oxbf_9{font-size:2rem}._dropZone_1oxbf_25{padding:40px 20px;min-height:250px}._beeIcon_1oxbf_74{width:60px;height:60px}._fileInfo_1oxbf_129{flex-wrap:wrap;gap:15px}}._container_8bzbx_3{max-width:1000px;margin:0 auto;padding:40px 20px}._header_8bzbx_10{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;flex-wrap:wrap;gap:20px}._title_8bzbx_19{font-size:2.5rem;font-weight:700;color:#ffc300;margin:0}._actions_8bzbx_26{display:flex;gap:15px}._editButton_8bzbx_31,._saveButton_8bzbx_32,._cancelButton_8bzbx_33{padding:12px 24px;font-size:1rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease}._editButton_8bzbx_31{background:#2b2b2b;color:#ffc300;border:2px solid #FFC300}._editButton_8bzbx_31:hover{background:#ffc300;color:#0a0a0a;transform:translateY(-2px)}._saveButton_8bzbx_32{background:linear-gradient(135deg,#ffc300,#ffd60a);color:#0a0a0a}._saveButton_8bzbx_32:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ffc30066}._saveButton_8bzbx_32:disabled{opacity:.6;cursor:not-allowed}._cancelButton_8bzbx_33{background:#2b2b2b;color:#e0e0e0}._cancelButton_8bzbx_33:hover{background:#3a3a3a}._sectionHeader_8bzbx_80{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}._editIcon_8bzbx_87{background:transparent;border:none;font-size:1.25rem;cursor:pointer;padding:8px;transition:all .2s ease;opacity:.7;border-radius:6px}._editIcon_8bzbx_87:hover{opacity:1;background:#ffc3001a;transform:scale(1.1)}._sectionActions_8bzbx_104{display:flex;gap:8px}._sectionActions_8bzbx_104 ._cancelButton_8bzbx_33,._sectionActions_8bzbx_104 ._saveButton_8bzbx_32{padding:6px 16px;font-size:.875rem}._cvDownload_8bzbx_116{background:#1a1a1a;border:2px solid #FFC300;border-radius:12px;padding:20px;margin-bottom:30px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px}._cvInfo_8bzbx_129{display:flex;align-items:center;gap:15px}._cvIcon_8bzbx_135{font-size:2rem}._cvFilename_8bzbx_139{font-size:1.1rem;color:#e0e0e0;font-weight:500}._downloadButton_8bzbx_145{background:linear-gradient(135deg,#ffc300,#ffd60a);color:#0a0a0a;padding:10px 20px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-block}._downloadButton_8bzbx_145:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ffc30066}._section_8bzbx_80{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:2px solid #2b2b2b;border-radius:12px;padding:30px;margin-bottom:25px;transition:all .3s ease}._section_8bzbx_80:hover{border-color:#ffc30099}._sectionTitle_8bzbx_175{font-size:1.5rem;color:#ffc300;margin:0 0 20px;font-weight:600}._helpText_8bzbx_182{font-size:.9rem;color:#b0b0b0;margin:-10px 0 15px;line-height:1.5;font-style:italic}._validationNote_8bzbx_190{font-size:.85rem;color:#ffd54f;margin:5px 0 0;font-weight:500}._marginTop_8bzbx_197{margin-top:30px}._gridSection_8bzbx_202{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;margin-bottom:25px}._summaryText_8bzbx_210{color:#e0e0e0;font-size:1.1rem;line-height:1.6;margin:0}._textarea_8bzbx_217{width:100%;background:#0a0a0a;border:2px solid #2b2b2b;border-radius:8px;padding:15px;color:#e0e0e0;font-size:1rem;font-family:inherit;resize:vertical;transition:border-color .3s ease}._textarea_8bzbx_217:focus{outline:none;border-color:#ffc300}._tagsContainer_8bzbx_236{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px}._tag_8bzbx_236{background:linear-gradient(135deg,#ffc300,#ffd60a);color:#0a0a0a;padding:8px 16px;border-radius:20px;font-weight:600;display:flex;align-items:center;gap:8px;transition:all .3s ease}._tag_8bzbx_236:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ffc3004d}._tagRemove_8bzbx_260{background:#0000004d;border:none;color:#0a0a0a;width:20px;height:20px;border-radius:50%;cursor:pointer;font-size:.8rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease}._tagRemove_8bzbx_260:hover{background:#0009;color:#fff}._addSkillButton_8bzbx_281{width:40px;height:40px;border:2px dashed rgba(255,195,0,.5);background:transparent;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;padding:0}._addSkillButton_8bzbx_281:hover{border-color:#ffc300;background:#ffc3001a;transform:scale(1.1)}._addSkillIcon_8bzbx_301{color:#ffc300;font-size:1.5rem;font-weight:300;line-height:0;display:flex;align-items:center;justify-content:center}._inlineAddSkill_8bzbx_312{display:flex;align-items:center;gap:8px;background:#1a1a1a;border:2px solid #FFC300;border-radius:20px;padding:4px 8px}._skillInput_8bzbx_322{background:transparent;border:none;color:#e0e0e0;font-size:.95rem;padding:4px 8px;outline:none;width:150px}._skillInput_8bzbx_322::placeholder{color:#757575}._addSkillConfirm_8bzbx_336,._addSkillCancel_8bzbx_337{background:transparent;border:none;color:#e0e0e0;font-size:1rem;cursor:pointer;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0}._addSkillConfirm_8bzbx_336{color:#4caf50}._addSkillConfirm_8bzbx_336:hover:not(:disabled){background:#4caf5033}._addSkillConfirm_8bzbx_336:disabled{opacity:.3;cursor:not-allowed}._addSkillCancel_8bzbx_337{color:#f44336}._addSkillCancel_8bzbx_337:hover{background:#f4433633}._addSkillSection_8bzbx_375{display:flex;flex-direction:column;gap:12px;margin-top:15px}._preferencesForm_8bzbx_383{display:flex;flex-direction:column;gap:20px}._formGroup_8bzbx_389{display:flex;flex-direction:column;gap:10px}._label_8bzbx_395{color:#a0a0a0;font-size:.9rem;font-weight:500}._radioGroup_8bzbx_401{display:flex;flex-wrap:wrap;gap:10px}._radioOption_8bzbx_407,._checkboxOption_8bzbx_408{display:flex;align-items:center;cursor:pointer;background:#1a1a1a;border:2px solid #2b2b2b;border-radius:8px;padding:10px 16px;transition:all .2s ease}._radioOption_8bzbx_407:hover,._checkboxOption_8bzbx_408:hover{border-color:#ffc30080}._radioOptionSelected_8bzbx_424,._checkboxOptionSelected_8bzbx_425{background:#ffc3001a;border-color:#ffc300}._radioInput_8bzbx_430,._checkboxInput_8bzbx_431{margin-right:8px;accent-color:#FFC300;cursor:pointer}._checkboxInput_8bzbx_431{width:18px;height:18px}._radioLabel_8bzbx_442,._checkboxLabel_8bzbx_443{color:#e0e0e0;text-transform:capitalize;font-size:.9rem;cursor:pointer}._radioOptionSelected_8bzbx_424 ._radioLabel_8bzbx_442,._checkboxOptionSelected_8bzbx_425 ._checkboxLabel_8bzbx_443{color:#ffc300;font-weight:600}._preferencesDisplay_8bzbx_456{background:transparent;border:none;border-radius:0;padding:0;display:flex;flex-direction:column;gap:16px}._preferenceItem_8bzbx_466{display:flex;flex-direction:column;gap:6px}._preferenceLabel_8bzbx_472{color:#757575;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}._preferenceValue_8bzbx_479{color:#ffc300;font-size:1.1rem;font-weight:600}._preferenceValueSecondary_8bzbx_485{color:#e0e0e0;font-size:1rem;text-transform:capitalize}._loadingText_8bzbx_491,._emptyText_8bzbx_492{color:#757575;font-size:.95rem;font-style:italic}._list_8bzbx_499{display:flex;flex-direction:column;gap:10px;margin-bottom:15px}._listItem_8bzbx_506{background:#0a0a0a;border:2px solid #2b2b2b;border-radius:8px;padding:12px 16px;color:#e0e0e0;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}._listItem_8bzbx_506:hover{border-color:#ffc300}._experienceValue_8bzbx_523,._locationValue_8bzbx_524{font-size:1.3rem;color:#ffc300;font-weight:600;margin:0}._educationList_8bzbx_532{display:flex;flex-direction:column;gap:15px;margin-bottom:15px}._educationCard_8bzbx_539{background:#0a0a0a;border:2px solid #2b2b2b;border-radius:12px;padding:20px;display:flex;justify-content:space-between;align-items:flex-start;transition:all .3s ease}._educationCard_8bzbx_539:hover{border-color:#ffc300}._educationContent_8bzbx_554{flex:1}._degree_8bzbx_558{font-size:1.2rem;color:#ffc300;font-weight:600;margin:0 0 8px}._institution_8bzbx_565{font-size:1rem;color:#e0e0e0;margin:0 0 5px}._year_8bzbx_571{font-size:.9rem;color:#a0a0a0;margin:0}._input_8bzbx_578{width:100%;background:#0a0a0a;border:2px solid #2b2b2b;border-radius:8px;padding:12px 16px;color:#e0e0e0;font-size:1rem;font-family:inherit;transition:border-color .3s ease}._input_8bzbx_578:focus{outline:none;border-color:#ffc300}._addItem_8bzbx_596{display:flex;gap:10px;margin-top:15px}._addEducation_8bzbx_602{display:flex;flex-direction:column;gap:10px;margin-top:15px}._addButton_8bzbx_609{background:#2b2b2b;color:#ffc300;border:2px solid #FFC300;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}._addButton_8bzbx_609:hover{background:#ffc300;color:#0a0a0a}._removeButton_8bzbx_626{background:#2b2b2b;color:#e0e0e0;border:none;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}._removeButton_8bzbx_626:hover{background:#f44;color:#fff}@media(max-width:768px){._container_8bzbx_3{padding:30px 15px}._header_8bzbx_10{flex-direction:column;align-items:flex-start}._title_8bzbx_19{font-size:2rem}._actions_8bzbx_26{width:100%}._editButton_8bzbx_31,._saveButton_8bzbx_32,._cancelButton_8bzbx_33{flex:1}._cvDownload_8bzbx_116{flex-direction:column;align-items:flex-start}._downloadButton_8bzbx_145{width:100%;text-align:center}._gridSection_8bzbx_202{grid-template-columns:1fr}._section_8bzbx_80{padding:20px}._addItem_8bzbx_596{flex-direction:column}._addButton_8bzbx_609{width:100%}}._cvCard_m3c1j_2{background:linear-gradient(145deg,#1a1a1a,#2a2a2a);border:2px solid #ffd700;border-radius:12px;padding:20px;margin-bottom:30px;box-shadow:0 8px 16px #ffd7001a;max-width:350px}._cardHeader_m3c1j_12{display:flex;align-items:center;gap:12px;margin-bottom:16px}._fileIcon_m3c1j_19{width:24px;height:24px;object-fit:contain}._filename_m3c1j_25{color:gold;font-weight:500;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._thumbnailWrapper_m3c1j_34{position:relative;cursor:pointer;border-radius:8px;overflow:hidden;background:#fff;box-shadow:0 4px 12px #0000004d;transition:all .3s ease}._thumbnailWrapper_m3c1j_34:hover{transform:translateY(-4px);box-shadow:0 8px 20px #ffd7004d}._thumbnail_m3c1j_34{display:block;width:100%;height:auto}._thumbnailLoading_m3c1j_55,._thumbnailError_m3c1j_56{min-height:200px;display:flex;align-items:center;justify-content:center;color:#666;font-size:14px}._hoverOverlay_m3c1j_65{position:absolute;inset:0;background:#000000bf;display:flex;align-items:center;justify-content:center;animation:_fadeIn_m3c1j_1 .3s ease}@keyframes _fadeIn_m3c1j_1{0%{opacity:0}to{opacity:1}}._previewText_m3c1j_87{color:gold;font-size:32px;font-weight:700;letter-spacing:4px;text-shadow:0 0 20px rgba(255,215,0,.5)}._cardActions_m3c1j_95{display:flex;gap:12px;margin-top:16px}._previewButton_m3c1j_101{flex:1;background:#ffd7001a;border:1px solid #ffd700;color:gold;padding:10px 16px;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease}._previewButton_m3c1j_101:hover{background:#ffd70033;transform:translateY(-2px)}._downloadButton_m3c1j_118{flex:1;background:gold;color:#000;padding:10px 16px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none}._downloadButton_m3c1j_118:hover{background:#ffed4e;transform:translateY(-2px);box-shadow:0 4px 12px #ffd7004d}._previewModal_m3c1j_141{position:fixed;inset:0;background:#000000f2;z-index:9999;display:flex;justify-content:center;align-items:center;padding:20px;animation:_fadeIn_m3c1j_1 .3s ease}._modalContent_m3c1j_156{background:linear-gradient(145deg,#1a1a1a,#2a2a2a);border:2px solid #ffd700;border-radius:16px;max-width:95vw;max-height:95vh;display:flex;flex-direction:column;overflow:hidden}._modalHeader_m3c1j_167{display:flex;justify-content:space-between;align-items:center;padding:20px 30px;border-bottom:2px solid rgba(255,215,0,.2)}._modalTitle_m3c1j_175{color:gold;font-size:24px;font-weight:600;margin:0}._closeButton_m3c1j_182{background:gold;color:#000;border:none;width:40px;height:40px;border-radius:50%;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}._closeButton_m3c1j_182:hover{background:#ffed4e;transform:scale(1.1) rotate(90deg)}._modalBody_m3c1j_202{flex:1;overflow:auto;padding:30px;display:flex;justify-content:center;align-items:flex-start;background:#f5f5f5}._previewPage_m3c1j_212{box-shadow:0 8px 24px #0000004d;border-radius:4px}._loading_m3c1j_217,._error_m3c1j_218{color:gold;font-size:18px;text-align:center;padding:60px}._error_m3c1j_218{color:#ff6b6b}._modalControls_m3c1j_229{display:flex;justify-content:center;align-items:center;gap:20px;padding:20px;border-top:2px solid rgba(255,215,0,.2)}._navButton_m3c1j_238{background:#ffd7001a;border:1px solid #ffd700;color:gold;padding:12px 24px;border-radius:8px;cursor:pointer;font-weight:600;transition:all .3s ease}._navButton_m3c1j_238:hover:not(:disabled){background:#ffd70033;transform:translateY(-2px)}._navButton_m3c1j_238:disabled{opacity:.3;cursor:not-allowed}._pageInfo_m3c1j_259{color:gold;font-weight:600;font-size:16px}@media(max-width:768px){._cvCard_m3c1j_2{max-width:100%}._modalContent_m3c1j_156{max-width:100vw;max-height:100vh;border-radius:0}._modalHeader_m3c1j_167{padding:15px 20px}._modalTitle_m3c1j_175{font-size:20px}._modalBody_m3c1j_202{padding:15px}}._container_1ejj8_1{position:relative;width:100%}._label_1ejj8_6{display:block;color:#ffc300;font-size:.9rem;font-weight:600;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}._inputWrapper_1ejj8_16{position:relative;display:flex;align-items:center}._inputIcon_1ejj8_22{position:absolute;left:1rem;font-size:1.2rem;pointer-events:none;z-index:1}._input_1ejj8_16{width:100%;padding:.85rem 3rem;background:#2d2d2d;color:#fff;border:2px solid rgba(255,195,0,.4);border-radius:12px;font-size:1rem;font-weight:500;transition:all .3s ease}._input_1ejj8_16:focus{outline:none;border-color:#ffc300;box-shadow:0 0 0 4px #ffc30026;background:#3a3a3a}._input_1ejj8_16::placeholder{color:#888}._inputError_1ejj8_53{border-color:#f44336}._inputError_1ejj8_53:focus{border-color:#f44336;box-shadow:0 0 0 4px #f4433626}._errorText_1ejj8_62{color:#f44336;font-size:.85rem;margin-top:.5rem;font-weight:500}._spinner_1ejj8_69{position:absolute;right:1rem;width:20px;height:20px;border:2px solid rgba(255,195,0,.3);border-top-color:#ffc300;border-radius:50%;animation:_spin_1ejj8_69 .8s linear infinite}@keyframes _spin_1ejj8_69{to{transform:rotate(360deg)}}._dropdown_1ejj8_86{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#1a1a1a;border:2px solid #FFC300;border-radius:12px;max-height:300px;overflow-y:auto;z-index:100;box-shadow:0 10px 30px #000c,0 0 20px #ffc3004d;animation:_slideDown_1ejj8_1 .2s ease}@keyframes _slideDown_1ejj8_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._suggestionItem_1ejj8_112{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;cursor:pointer;transition:all .2s ease;border-bottom:1px solid rgba(255,195,0,.1)}._suggestionItem_1ejj8_112:last-child{border-bottom:none}._suggestionItem_1ejj8_112:hover,._suggestionItemActive_1ejj8_127{background:#ffc30026}._suggestionIcon_1ejj8_131{font-size:1.2rem;flex-shrink:0}._suggestionText_1ejj8_136{flex:1;min-width:0}._suggestionName_1ejj8_141{color:#fff;font-size:.95rem;font-weight:600;margin-bottom:.25rem}._suggestionCountry_1ejj8_148{color:#a0a0a0;font-size:.8rem}._suggestionBadge_1ejj8_153{padding:.25rem .5rem;background:#4caf5033;color:#4caf50;border:1px solid #4CAF50;border-radius:8px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}._noResults_1ejj8_165{padding:2rem;text-align:center;color:#888}._noResults_1ejj8_165 span{font-size:2rem;display:block;margin-bottom:.5rem}._noResults_1ejj8_165 p{margin:0;font-size:.95rem}._dropdown_1ejj8_86::-webkit-scrollbar{width:8px}._dropdown_1ejj8_86::-webkit-scrollbar-track{background:#2d2d2d;border-radius:0 12px 12px 0}._dropdown_1ejj8_86::-webkit-scrollbar-thumb{background:#ffc300;border-radius:10px}._dropdown_1ejj8_86::-webkit-scrollbar-thumb:hover{background:#ffd54f}@media(max-width:768px){._input_1ejj8_16{padding:.75rem 2.5rem;font-size:.95rem}._dropdown_1ejj8_86{max-height:250px}._suggestionItem_1ejj8_112{padding:.75rem}}._modalOverlay_1q398_3{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px;animation:_fadeIn_1q398_1 .3s ease}@keyframes _fadeIn_1q398_1{0%{opacity:0}to{opacity:1}}._modalContent_1q398_27{position:relative;background:#1a1a1a;border:3px solid #FFC300;border-radius:20px;padding:50px 40px 40px;max-width:550px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #ffc3004d;animation:_slideUp_1q398_1 .3s ease}@keyframes _slideUp_1q398_1{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}._honeycombPattern_1q398_53{position:absolute;inset:0;opacity:.03;background-image:radial-gradient(circle at 50% 50%,#FFC300 1px,transparent 1px),radial-gradient(circle at 50% 50%,#FFC300 1px,transparent 1px);background-size:50px 50px;background-position:0 0,25px 25px;pointer-events:none;border-radius:20px}._header_1q398_70{text-align:center;margin-bottom:40px;position:relative;z-index:1}._beeIcon_1q398_77{width:70px;height:70px;margin-bottom:20px;object-fit:contain;animation:_float_1q398_1 3s ease-in-out infinite}@keyframes _float_1q398_1{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}._title_1q398_94{font-size:2rem;font-weight:700;color:#ffc300;margin:0 0 10px}._subtitle_1q398_101{font-size:1rem;color:#a0a0a0;margin:0}._formGroup_1q398_108{margin-bottom:30px;position:relative;z-index:1}._label_1q398_114{display:block;font-size:1rem;font-weight:600;color:#e0e0e0;margin-bottom:12px}._input_1q398_123{width:100%;background:#0a0a0a;border:2px solid #2b2b2b;border-radius:10px;padding:14px 16px;font-size:1.1rem;color:#fff;font-weight:500;transition:all .3s ease;box-sizing:border-box}._input_1q398_123:focus{outline:none;border-color:#ffc300;background:#0f0f0f;box-shadow:0 0 0 4px #ffc3001a}._input_1q398_123:disabled{opacity:.6;cursor:not-allowed}._hint_1q398_148{font-size:.9rem;color:#a0a0a0;margin:10px 0 0}._hint_1q398_148 strong{color:#ffc300;font-weight:600}._radioGroup_1q398_160{display:flex;flex-wrap:wrap;gap:12px}._radioLabel_1q398_166{display:flex;align-items:center;background:#0a0a0a;border:2px solid #2b2b2b;border-radius:10px;padding:12px 18px;cursor:pointer;transition:all .3s ease;flex:1;min-width:100px;justify-content:center}._radioLabel_1q398_166:hover{border-color:#ffc300;background:#0f0f0f}._radioLabel_1q398_166 input[type=radio]{margin:0 8px 0 0;accent-color:#FFC300;width:18px;height:18px;cursor:pointer}._radioLabel_1q398_166 input[type=radio]:checked+._radioText_1q398_194{color:#ffc300;font-weight:600}._radioLabel_1q398_166 input[type=radio]:checked{filter:brightness(1.2)}._radioLabel_1q398_166:has(input:checked){border-color:#ffc300;background:#0f0f0f;box-shadow:0 0 0 2px #ffc30026}._radioText_1q398_194{color:#e0e0e0;font-size:.95rem;transition:all .2s ease}._radioLabel_1q398_166 input[type=radio]:disabled{cursor:not-allowed;opacity:.6}._checkboxLabel_1q398_221{display:flex;align-items:center;cursor:pointer;background:#0a0a0a;border:2px solid #2b2b2b;border-radius:10px;padding:16px 18px;transition:all .3s ease}._checkboxLabel_1q398_221:hover{border-color:#ffc300;background:#0f0f0f}._checkbox_1q398_221{margin:0 12px 0 0;accent-color:#FFC300;width:22px;height:22px;cursor:pointer}._checkbox_1q398_221:disabled{cursor:not-allowed;opacity:.6}._checkboxText_1q398_251{color:#e0e0e0;font-size:1rem;font-weight:500}._checkboxLabel_1q398_221:has(._checkbox_1q398_221:checked){border-color:#ffc300;background:#0f0f0f}._checkboxLabel_1q398_221:has(._checkbox_1q398_221:checked) ._checkboxText_1q398_251{color:#ffc300;font-weight:600}._errorMessage_1q398_268{background:#ff44441a;border:2px solid #ff4444;border-radius:12px;padding:15px 20px;margin-bottom:20px;color:#f66;font-weight:500;display:flex;align-items:center;gap:10px;position:relative;z-index:1}._errorIcon_1q398_283{font-size:1.3rem}._saveButton_1q398_288{width:100%;background:linear-gradient(135deg,#ffc300,#ffd60a);color:#0a0a0a;border:none;padding:18px 40px;font-size:1.3rem;font-weight:700;border-radius:12px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px;position:relative;z-index:1}._saveButton_1q398_288:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 8px 30px #ffc30080}._saveButton_1q398_288:disabled{opacity:.6;cursor:not-allowed;transform:none}._spinner_1q398_319{width:20px;height:20px;border:3px solid rgba(0,0,0,.3);border-top-color:#0a0a0a;border-radius:50%;animation:_spin_1q398_319 .8s linear infinite}@keyframes _spin_1q398_319{to{transform:rotate(360deg)}}@media(max-width:600px){._modalContent_1q398_27{padding:40px 25px 30px}._title_1q398_94{font-size:1.6rem}._beeIcon_1q398_77{width:60px;height:60px}._radioGroup_1q398_160{flex-direction:column}._radioLabel_1q398_166{min-width:100%}._saveButton_1q398_288{font-size:1.1rem;padding:16px 30px}}._modalContent_1q398_27::-webkit-scrollbar{width:8px}._modalContent_1q398_27::-webkit-scrollbar-track{background:#0a0a0a;border-radius:10px}._modalContent_1q398_27::-webkit-scrollbar-thumb{background:#ffc300;border-radius:10px}._modalContent_1q398_27::-webkit-scrollbar-thumb:hover{background:#ffd60a}._pageContainer_1w1o3_3{min-height:100vh;background-color:#0a0a0a}._content_1w1o3_8{padding:40px 20px;max-width:1200px;margin:0 auto}._loadingContainer_1w1o3_15{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh}._loadingBee_1w1o3_23{animation:_bounce_1w1o3_1 1s ease-in-out infinite}._loadingBee_1w1o3_23 img{width:64px;height:64px;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(255,195,0,.3))}@keyframes _bounce_1w1o3_1{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}._loadingText_1w1o3_43{font-size:1.3rem;color:#ffc300;margin-top:20px;font-weight:600}._errorContainer_1w1o3_51{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh}._errorText_1w1o3_59{font-size:1.2rem;color:#f66;margin-bottom:20px}._retryButton_1w1o3_65{background:linear-gradient(135deg,#ffc300,#ffd60a);color:#0a0a0a;border:none;padding:12px 30px;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease}._retryButton_1w1o3_65:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ffc30066}._welcomeSection_1w1o3_83{max-width:800px;margin:0 auto}._welcomeHeader_1w1o3_88{text-align:center;margin-bottom:50px}._welcomeTitle_1w1o3_93{font-size:3rem;font-weight:700;color:#ffc300;margin-bottom:15px;background:linear-gradient(135deg,#ffc300,#ffd60a,#ffea00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._welcomeSubtitle_1w1o3_104{font-size:1.3rem;color:#a0a0a0;line-height:1.6}._header_1w1o3_111{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._headerLeft_1w1o3_118{display:flex;align-items:center;gap:1.5rem}._headerIcon_1w1o3_124{width:60px;height:60px;object-fit:contain;filter:drop-shadow(0 0 15px rgba(255,195,0,.6));animation:_floatBee_1w1o3_1 3s ease-in-out infinite}@keyframes _floatBee_1w1o3_1{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}._title_1w1o3_141{font-size:2.5rem;font-weight:700;color:#ffc300;margin:0;text-shadow:0 0 20px rgba(255,195,0,.3)}._subtitle_1w1o3_149{font-size:1rem;color:#a0a0a0;margin:.5rem 0 0}._uploadNewButton_1w1o3_155{display:flex;align-items:center;gap:.5rem;background:#2b2b2b;color:#ffc300;border:2px solid #FFC300;padding:12px 24px;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease}._uploadNewButton_1w1o3_155:hover{background:#ffc300;color:#0a0a0a;transform:translateY(-2px);box-shadow:0 6px 20px #ffc3004d}._uploadIcon_1w1o3_177{width:20px;height:20px;object-fit:contain;filter:brightness(0) saturate(100%) invert(77%) sepia(84%) saturate(1080%) hue-rotate(359deg) brightness(105%) contrast(101%)}._uploadNewButton_1w1o3_155:hover ._uploadIcon_1w1o3_177{filter:brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%)}._backButton_1w1o3_189{background:#2b2b2b;color:#e0e0e0;border:2px solid #2b2b2b;padding:10px 20px;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .3s ease;margin-bottom:30px}._backButton_1w1o3_189:hover{border-color:#ffc300;color:#ffc300}@media(max-width:768px){._content_1w1o3_8{padding:30px 15px}._welcomeTitle_1w1o3_93{font-size:2.2rem}._welcomeSubtitle_1w1o3_104{font-size:1.1rem}._profileHeader_1w1o3_221{justify-content:center}._uploadNewButton_1w1o3_155{width:100%}}@keyframes _fadeIn_1w1o3_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}._welcomeSection_1w1o3_83,._profileHeader_1w1o3_221{animation:_fadeIn_1w1o3_1 .5s ease-out}._jobSearchCTA_1w1o3_248{margin-top:40px;padding:32px;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:2px solid #ffc107;border-radius:16px;box-shadow:0 8px 24px #ffc10733;animation:_fadeIn_1w1o3_1 .6s ease-out}._ctaContent_1w1o3_258{display:flex;align-items:center;justify-content:space-between;gap:24px}._ctaIcon_1w1o3_265{flex-shrink:0}._ctaBee_1w1o3_269{width:80px;height:80px;animation:_bounce_1w1o3_1 2s ease-in-out infinite}@keyframes _bounce_1w1o3_1{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}._ctaText_1w1o3_284{flex:1}._ctaTitle_1w1o3_288{font-size:24px;font-weight:700;color:#ffc107;margin:0 0 8px}._ctaSubtitle_1w1o3_295{font-size:16px;color:#e0e0e0;margin:0;line-height:1.5}._ctaButton_1w1o3_302{background:linear-gradient(135deg,#ffc107,#ffb300);color:#000;border:none;padding:16px 32px;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #ffc10766;white-space:nowrap}._ctaButton_1w1o3_302:hover{transform:translateY(-2px);box-shadow:0 6px 24px #ffc10799;background:linear-gradient(135deg,#ffca28,#ffc107)}._ctaButton_1w1o3_302:active{transform:translateY(0)}@media(max-width:768px){._jobSearchCTA_1w1o3_248{margin-top:24px;padding:24px}._ctaContent_1w1o3_258{flex-direction:column;text-align:center}._ctaBee_1w1o3_269{width:60px;height:60px}._ctaTitle_1w1o3_288{font-size:20px}._ctaSubtitle_1w1o3_295{font-size:14px}._ctaButton_1w1o3_302{width:100%;padding:14px 24px;font-size:16px}}._statCard_110hw_1{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:2px solid #FFC300;border-radius:15px;padding:1.5rem;display:flex;align-items:center;gap:1.5rem;transition:all .3s ease;position:relative;overflow:hidden;min-height:120px}._statCard_110hw_1:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,195,0,.05) 0%,transparent 70%);pointer-events:none}._statCard_110hw_1:hover{transform:translateY(-3px);box-shadow:0 10px 30px #ffc30033;border-color:#ffd54f}._statCardYellow_110hw_33{border-color:#ffc300}._statCardYellow_110hw_33:hover{box-shadow:0 10px 30px #ffc30033}._statCardBlue_110hw_41{border-color:#2196f3}._statCardBlue_110hw_41:hover{box-shadow:0 10px 30px #2196f333}._statCardBlue_110hw_41:before{background:radial-gradient(circle,rgba(33,150,243,.05) 0%,transparent 70%)}._statCardGreen_110hw_53{border-color:#4caf50}._statCardGreen_110hw_53:hover{box-shadow:0 10px 30px #4caf5033}._statCardGreen_110hw_53:before{background:radial-gradient(circle,rgba(76,175,80,.05) 0%,transparent 70%)}._statCardRed_110hw_65{border-color:#f44336}._statCardRed_110hw_65:hover{box-shadow:0 10px 30px #f4433633}._statCardRed_110hw_65:before{background:radial-gradient(circle,rgba(244,67,54,.05) 0%,transparent 70%)}._statCardGray_110hw_77{border-color:#757575}._statCardGray_110hw_77:hover{box-shadow:0 10px 30px #75757533}._statCardGray_110hw_77:before{background:radial-gradient(circle,rgba(117,117,117,.05) 0%,transparent 70%)}._statIcon_110hw_89{flex-shrink:0;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#ffc3001a;border-radius:50%;position:relative;z-index:1}._iconImage_110hw_102{width:36px;height:36px;object-fit:contain;filter:drop-shadow(0 0 8px rgba(255,195,0,.5))}._iconEmoji_110hw_109{font-size:2rem;filter:drop-shadow(0 0 8px rgba(255,195,0,.5))}._statContent_110hw_114{flex:1;display:flex;flex-direction:column;gap:.25rem;position:relative;z-index:1}._statValue_110hw_123{font-size:2.5rem;font-weight:700;color:#ffc300;line-height:1;letter-spacing:-.02em}._statTitle_110hw_131{font-size:1rem;font-weight:500;color:#e0e0e0;text-transform:uppercase;letter-spacing:.05em}._statSubtitle_110hw_139{font-size:.875rem;color:#a0a0a0;margin-top:.25rem}@media(max-width:768px){._statCard_110hw_1{padding:1rem;gap:1rem;min-height:100px}._statIcon_110hw_89{width:50px;height:50px}._iconImage_110hw_102{width:30px;height:30px}._iconEmoji_110hw_109{font-size:1.5rem}._statValue_110hw_123{font-size:2rem}._statTitle_110hw_131{font-size:.875rem}._statSubtitle_110hw_139{font-size:.75rem}}@media(max-width:480px){._statCard_110hw_1{flex-direction:column;text-align:center;padding:1rem}._statIcon_110hw_89{margin:0 auto}._statContent_110hw_114{align-items:center}}._card_1wblu_1{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:2px solid #FFC300;border-radius:15px;padding:1.5rem;margin-bottom:1.5rem;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}._card_1wblu_1:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,195,0,.05) 0%,transparent 70%);pointer-events:none}._card_1wblu_1:hover{transform:translateY(-5px);box-shadow:0 10px 30px #ffc3004d;border-color:#ffd54f}._rejectedCard_1wblu_31{opacity:.5;filter:grayscale(.3);border-color:#f443364d}._rejectedCard_1wblu_31:hover{opacity:.7;transform:translateY(-3px);box-shadow:0 5px 15px #f4433633;border-color:#f4433680}._withdrawnCard_1wblu_45{background:linear-gradient(135deg,#0f0f0f,#1a1a1a);opacity:.65;filter:grayscale(.5);border-color:#75757566}._withdrawnCard_1wblu_45:hover{opacity:.8;transform:translateY(-3px);box-shadow:0 5px 15px #75757533;border-color:#75757599}._offeredCard_1wblu_60{background:linear-gradient(135deg,#1a2e1a,#2d3d2d);border-color:#4caf50;box-shadow:0 4px 20px #4caf5033}._offeredCard_1wblu_60:before{background:radial-gradient(circle,rgba(76,175,80,.08) 0%,transparent 70%)}._offeredCard_1wblu_60:hover{border-color:#66bb6a;box-shadow:0 10px 35px #4caf5059}._statusBadge_1wblu_76{position:absolute;top:1rem;right:1rem;display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#0009;border:2px solid;border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2}._statusBadgeClickable_1wblu_91{cursor:pointer;transition:all .3s ease}._statusBadgeClickable_1wblu_91:hover{background:#000c;transform:scale(1.05);box-shadow:0 4px 15px #00000080}._statusBadgeClickable_1wblu_91:active{transform:scale(.98)}._statusEmoji_1wblu_106{font-size:1rem}._statusLabel_1wblu_110{font-size:.875rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.05em}._quickActionsContainer_1wblu_119{position:absolute;top:1rem;left:1rem;z-index:3}._quickActionsButton_1wblu_126{background:#0009;border:2px solid #FFC300;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._quickActionsButton_1wblu_126:hover{background:#ffc30033;transform:rotate(90deg)}._moreIcon_1wblu_145{width:20px;height:20px;filter:drop-shadow(0 0 4px rgba(255,195,0,.5))}._quickActionsMenu_1wblu_151{position:absolute;top:50px;left:0;background:#1a1a1a;border:2px solid #FFC300;border-radius:10px;padding:.5rem;min-width:200px;box-shadow:0 10px 30px #000c;animation:_slideDown_1wblu_1 .2s ease}@keyframes _slideDown_1wblu_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._quickActionItem_1wblu_175{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem;background:transparent;border:none;border-radius:8px;color:#e0e0e0;font-size:.875rem;cursor:pointer;transition:all .2s ease;text-align:left}._quickActionItem_1wblu_175:hover{background:#ffc3001a;color:#ffc300}._quickActionItem_1wblu_175 span{font-size:1rem}._hideAction_1wblu_200{color:#f44336}._hideAction_1wblu_200:hover{background:#f4433626;color:#f44336}._header_1wblu_210{margin-top:3rem;margin-bottom:1rem;position:relative;z-index:1}._title_1wblu_217{font-size:1.5rem;font-weight:600;color:#fff;margin:0 0 .5rem;line-height:1.3}._company_1wblu_225{font-size:1.125rem;color:#ffc300;margin:0;font-weight:500}._metadata_1wblu_233{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem;position:relative;z-index:1}._metaItem_1wblu_242{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#a0a0a0}._metaIcon_1wblu_250{font-size:1rem}._metaText_1wblu_254{color:#e0e0e0}._indicators_1wblu_259{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;position:relative;z-index:1}._indicator_1wblu_259{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#0006;border:2px solid;border-radius:20px;font-size:.875rem;color:#e0e0e0}._indicatorIcon_1wblu_280{width:16px;height:16px;object-fit:contain;filter:drop-shadow(0 0 4px rgba(255,195,0,.5))}._indicator_1wblu_259 span._indicatorIcon_1wblu_280{width:auto;font-size:1rem;filter:none}._indicatorText_1wblu_293{font-weight:500}._notesPreview_1wblu_298{background:#ffc3001a;border:1px solid rgba(255,195,0,.3);border-radius:10px;padding:1rem;margin-bottom:1rem;position:relative;z-index:1}._notesLabel_1wblu_308{font-size:.75rem;color:#ffc300;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-weight:600}._notesText_1wblu_317{font-size:.875rem;color:#e0e0e0;line-height:1.5}._footer_1wblu_324{text-align:center;padding-top:.75rem;border-top:1px solid rgba(255,195,0,.2);position:relative;z-index:1}._footerHint_1wblu_332{font-size:.75rem;color:#a0a0a0;font-style:italic}@media(max-width:768px){._card_1wblu_1{padding:1rem}._header_1wblu_210{margin-top:2.5rem}._title_1wblu_217{font-size:1.25rem}._company_1wblu_225{font-size:1rem}._metadata_1wblu_233{flex-direction:column;gap:.5rem}._statusBadge_1wblu_76{top:.75rem;right:.75rem;padding:.4rem .75rem}._statusLabel_1wblu_110{font-size:.75rem}}@media(max-width:480px){._indicators_1wblu_259{flex-direction:column}._indicator_1wblu_259{width:100%;justify-content:center}._quickActionsMenu_1wblu_151{min-width:180px}}._modalOverlay_2x7fh_1{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:_fadeIn_2x7fh_1 .2s ease}@keyframes _fadeIn_2x7fh_1{0%{opacity:0}to{opacity:1}}._modal_2x7fh_1{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:2px solid #FFC300;border-radius:20px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;position:relative;animation:_slideUp_2x7fh_1 .3s ease}@keyframes _slideUp_2x7fh_1{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}._modalHeader_2x7fh_49{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(255,195,0,.2);position:sticky;top:0;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);z-index:10}._modalTitle_2x7fh_61{font-size:1.5rem;font-weight:600;color:#ffc300;margin:0}._closeButton_2x7fh_68{background:#ffc3001a;border:2px solid #FFC300;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:#ffc300;font-size:1.5rem;cursor:pointer;transition:all .3s ease}._closeButton_2x7fh_68:hover{background:#ffc300;color:#0a0a0a;transform:rotate(90deg)}._jobInfo_2x7fh_89{padding:1.5rem;background:#ffc3000d;border-bottom:1px solid rgba(255,195,0,.2)}._jobTitle_2x7fh_95{font-size:1.25rem;font-weight:600;color:#fff;margin:0 0 .5rem}._jobCompany_2x7fh_102{font-size:1rem;color:#ffc300;margin:0}._form_2x7fh_108{padding:1.5rem}._formGroup_2x7fh_112{margin-bottom:1.5rem}._formRow_2x7fh_116{display:grid;grid-template-columns:1fr 1fr;gap:1rem}._label_2x7fh_122{display:block;font-size:.875rem;font-weight:600;color:#e0e0e0;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}._statusGrid_2x7fh_132{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem}._statusOption_2x7fh_138{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:#00000080;border:2px solid;border-radius:12px;cursor:pointer;transition:all .3s ease}._statusOption_2x7fh_138:hover{background:#ffc3001a;transform:translateY(-3px)}._statusOptionActive_2x7fh_156{background:#ffc30026;box-shadow:0 5px 20px #ffc3004d}._statusEmoji_2x7fh_161{font-size:1.5rem}._statusLabel_2x7fh_165{font-size:.875rem;font-weight:600;color:#e0e0e0;text-align:center}._input_2x7fh_172,._textarea_2x7fh_173{width:100%;background:#00000080;border:2px solid rgba(255,195,0,.3);border-radius:8px;padding:.75rem;color:#fff;font-size:.875rem;font-family:inherit;transition:all .3s ease}._input_2x7fh_172::placeholder,._textarea_2x7fh_173::placeholder{color:#757575}._input_2x7fh_172:focus,._textarea_2x7fh_173:focus{outline:none;border-color:#ffc300;background:#000000b3;box-shadow:0 0 0 3px #ffc3001a}._textarea_2x7fh_173{resize:vertical;min-height:100px;line-height:1.5}._checkboxLabel_2x7fh_204{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#e0e0e0;cursor:pointer;-webkit-user-select:none;user-select:none}._checkbox_2x7fh_204{width:20px;height:20px;cursor:pointer;accent-color:#FFC300}._modalActions_2x7fh_221{display:flex;gap:1rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,195,0,.2)}._cancelButton_2x7fh_229,._submitButton_2x7fh_230{flex:1;padding:.875rem 1.5rem;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em}._cancelButton_2x7fh_229{background:#ffffff0d;border:2px solid #757575;color:#e0e0e0}._cancelButton_2x7fh_229:hover:not(:disabled){background:#ffffff1a;border-color:#a0a0a0}._submitButton_2x7fh_230{background:#ffc3001a;border:2px solid #FFC300;color:#ffc300}._submitButton_2x7fh_230:hover:not(:disabled){background:#ffc300;color:#0a0a0a;transform:translateY(-2px);box-shadow:0 5px 20px #ffc30066}._cancelButton_2x7fh_229:disabled,._submitButton_2x7fh_230:disabled{opacity:.5;cursor:not-allowed}._modal_2x7fh_1::-webkit-scrollbar{width:8px}._modal_2x7fh_1::-webkit-scrollbar-track{background:#0000004d;border-radius:10px}._modal_2x7fh_1::-webkit-scrollbar-thumb{background:#ffc30080;border-radius:10px}._modal_2x7fh_1::-webkit-scrollbar-thumb:hover{background:#ffc300b3}@media(max-width:768px){._modal_2x7fh_1{max-width:100%;max-height:100vh;border-radius:0}._modalHeader_2x7fh_49,._jobInfo_2x7fh_89,._form_2x7fh_108{padding:1rem}._statusGrid_2x7fh_132{grid-template-columns:1fr 1fr}._formRow_2x7fh_116{grid-template-columns:1fr}}@media(max-width:480px){._modalTitle_2x7fh_61{font-size:1.25rem}._statusGrid_2x7fh_132{grid-template-columns:1fr}._modalActions_2x7fh_221{flex-direction:column}._cancelButton_2x7fh_229,._submitButton_2x7fh_230{width:100%}}._container_ukwxp_1{min-height:100vh;background:#0a0a0a;color:#fff}._content_ukwxp_7{max-width:1400px;margin:0 auto;padding:2rem}._header_ukwxp_14{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}._headerLeft_ukwxp_21{display:flex;align-items:center;gap:1.5rem}._headerIcon_ukwxp_27{width:60px;height:60px;object-fit:contain;filter:drop-shadow(0 0 15px rgba(255,195,0,.6));animation:_floatBee_ukwxp_1 3s ease-in-out infinite}@keyframes _floatBee_ukwxp_1{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}._title_ukwxp_44{font-size:2.5rem;font-weight:700;color:#ffc300;margin:0;text-shadow:0 0 20px rgba(255,195,0,.3)}._subtitle_ukwxp_52{font-size:1rem;color:#a0a0a0;margin:.5rem 0 0}._statsGrid_ukwxp_59{display:grid;grid-template-columns:repeat(5,1fr);gap:1.5rem;margin-bottom:2rem}._applicationsList_ukwxp_67{display:grid;gap:1.5rem;margin-bottom:2rem}._loading_ukwxp_74{text-align:center;padding:4rem 2rem}._loadingIcon_ukwxp_79{width:80px;height:80px;object-fit:contain;filter:drop-shadow(0 0 20px rgba(255,195,0,.6));animation:_floatBee_ukwxp_1 2s ease-in-out infinite;margin-bottom:1rem}._loading_ukwxp_74 p{font-size:1.125rem;color:#a0a0a0}._emptyState_ukwxp_94{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:2px solid rgba(255,195,0,.3);border-radius:20px;margin:2rem 0}._emptyIcon_ukwxp_103{width:100px;height:100px;object-fit:contain;filter:drop-shadow(0 0 20px rgba(255,195,0,.4));margin-bottom:1.5rem;opacity:.7}._emptyState_ukwxp_94 h3{font-size:1.5rem;color:#ffc300;margin:0 0 .5rem}._emptyState_ukwxp_94 p{font-size:1rem;color:#a0a0a0;margin:0}._pagination_ukwxp_125{display:flex;justify-content:center;align-items:center;gap:2rem;padding:2rem 0}._pageButton_ukwxp_133{background:linear-gradient(135deg,#ffc3001a,#ffc3000d);border:2px solid #FFC300;border-radius:10px;padding:.75rem 1.5rem;color:#ffc300;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em}._pageButton_ukwxp_133:hover:not(:disabled){background:#ffc300;color:#0a0a0a;transform:translateY(-2px);box-shadow:0 5px 20px #ffc30066}._pageButton_ukwxp_133:disabled{opacity:.3;cursor:not-allowed;border-color:#757575;color:#757575}._pageInfo_ukwxp_161{font-size:1rem;color:#e0e0e0;font-weight:600}._confetti_ukwxp_168{position:fixed;width:10px;height:10px;top:-10px;z-index:9999;animation:_confettiFall_ukwxp_1 linear forwards}@keyframes _confettiFall_ukwxp_1{to{transform:translateY(100vh) rotate(360deg);opacity:0}}@media(max-width:1400px){._statsGrid_ukwxp_59{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){._statsGrid_ukwxp_59{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._content_ukwxp_7{padding:1rem}._header_ukwxp_14{flex-direction:column;align-items:flex-start;gap:1rem}._title_ukwxp_44{font-size:2rem}._headerIcon_ukwxp_27{width:50px;height:50px}._statsGrid_ukwxp_59{grid-template-columns:repeat(2,1fr);gap:1rem}._pagination_ukwxp_125{gap:1rem}._pageButton_ukwxp_133{padding:.5rem 1rem;font-size:.75rem}}@media(max-width:480px){._title_ukwxp_44{font-size:1.5rem}._subtitle_ukwxp_52{font-size:.875rem}._headerLeft_ukwxp_21{gap:1rem}._statsGrid_ukwxp_59{grid-template-columns:1fr}._pagination_ukwxp_125{flex-direction:column}._pageButton_ukwxp_133{width:100%}}._container_sepgq_1{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a1a,#000);padding:40px 20px;position:relative;overflow:hidden}._container_sepgq_1:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(30deg,transparent 24%,rgba(255,195,0,.05) 25%,rgba(255,195,0,.05) 26%,transparent 27%,transparent 74%,rgba(255,195,0,.05) 75%,rgba(255,195,0,.05) 76%,transparent 77%,transparent),linear-gradient(30deg,transparent 24%,rgba(255,195,0,.05) 25%,rgba(255,195,0,.05) 26%,transparent 27%,transparent 74%,rgba(255,195,0,.05) 75%,rgba(255,195,0,.05) 76%,transparent 77%,transparent);background-size:70px 122px;background-position:0 0,35px 61px;opacity:.3}._card_sepgq_28{background:#1a1a1a;border-radius:20px;padding:70px 50px;max-width:520px;width:100%;box-shadow:0 20px 60px #000c;border:2px solid #FFC300;text-align:center;animation:_slideUp_sepgq_1 .4s ease-out;position:relative;overflow:hidden;z-index:1}@keyframes _slideUp_sepgq_1{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}._statusIcon_sepgq_54{width:90px;height:90px;margin:0 auto 30px;display:flex;align-items:center;justify-content:center;border-radius:50%;animation:_scaleIn_sepgq_1 .5s ease-out}@keyframes _scaleIn_sepgq_1{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}._statusIcon_sepgq_54._verifying_sepgq_76{background:#ffc30026}._statusIcon_sepgq_54._success_sepgq_80{background:#43e97b26;color:#43e97b}._statusIcon_sepgq_54._error_sepgq_85{background:#f5576c26;color:#f5576c}._statusIcon_sepgq_54 svg{width:45px;height:45px}._spinner_sepgq_95{width:45px;height:45px;border:4px solid #FFC300;border-top-color:transparent;border-radius:50%;animation:_spin_sepgq_95 .8s linear infinite}@keyframes _spin_sepgq_95{to{transform:rotate(360deg)}}._card_sepgq_28 h1{font-size:32px;font-weight:700;color:#fff;margin-bottom:16px}._card_sepgq_28 p{font-size:17px;color:#a0a0a0;margin-bottom:30px;line-height:1.6}._btnPrimary_sepgq_124{padding:14px 36px;background:linear-gradient(135deg,#ffc300,#ffd60a);color:#000;border:none;border-radius:10px;font-size:17px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #ffc30066}._btnPrimary_sepgq_124:hover{transform:translateY(-3px);box-shadow:0 6px 25px #ffc30099;background:linear-gradient(135deg,#ffd60a,#ffea00)}._successAnimation_sepgq_143{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;overflow:hidden}._confetti_sepgq_153{position:absolute;width:12px;height:12px;background:#ffc300;animation:_confettiFall_sepgq_1 3s ease-in-out infinite}._confetti_sepgq_153:nth-child(1){left:10%;animation-delay:0s;background:#ffc300}._confetti_sepgq_153:nth-child(2){left:30%;animation-delay:.2s;background:#ffd60a}._confetti_sepgq_153:nth-child(3){left:50%;animation-delay:.4s;background:#000}._confetti_sepgq_153:nth-child(4){left:70%;animation-delay:.6s;background:#ffea00}._confetti_sepgq_153:nth-child(5){left:90%;animation-delay:.8s;background:#ffc300}@keyframes _confettiFall_sepgq_1{0%{top:-10%;opacity:1;transform:translate(0) rotate(0)}to{top:110%;opacity:0;transform:translate(30px) rotate(360deg)}}@media(max-width:480px){._card_sepgq_28{padding:50px 35px}._card_sepgq_28 h1{font-size:27px}._card_sepgq_28 p{font-size:15px}}._container_1aer5_1{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a1a,#000);padding:40px 20px;position:relative;overflow:hidden}._bee_1aer5_12{position:absolute;top:12%;right:12%;width:90px;height:90px;opacity:.25;filter:drop-shadow(0 0 20px rgba(255,195,0,.4));animation:_float_1aer5_1 6s ease-in-out infinite;pointer-events:none}@keyframes _float_1aer5_1{0%,to{transform:translateY(0) rotate(-5deg)}50%{transform:translateY(-18px) rotate(5deg)}}._card_1aer5_29{background:#ffffff0a;border:1px solid rgba(255,195,0,.15);border-radius:20px;padding:56px 48px;text-align:center;max-width:480px;width:100%;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._errorCode_1aer5_40{font-size:7rem;font-weight:800;line-height:1;background:linear-gradient(135deg,#ffc300,#ff8c00);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:12px;letter-spacing:-4px}._title_1aer5_52{font-size:1.6rem;font-weight:600;color:#f0f0f0;margin:0 0 12px}._message_1aer5_59{font-size:.95rem;color:#999;margin:0 0 36px;line-height:1.6}._homeButton_1aer5_66{background:linear-gradient(135deg,#ffc300,#ff8c00);color:#000;border:none;border-radius:10px;padding:13px 32px;font-size:.95rem;font-weight:600;cursor:pointer;transition:opacity .2s,transform .2s}._homeButton_1aer5_66:hover{opacity:.88;transform:translateY(-1px)}._homeButton_1aer5_66:active{transform:translateY(0)}._container_62qvs_1{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1a1a1a,#000);padding:40px 20px;position:relative;overflow:hidden}._bee_62qvs_12{position:absolute;top:10%;right:10%;width:80px;height:80px;opacity:.18;filter:drop-shadow(0 0 20px rgba(255,195,0,.4));animation:_float_62qvs_1 6s ease-in-out infinite;pointer-events:none}@keyframes _float_62qvs_1{0%,to{transform:translateY(0) rotate(-5deg)}50%{transform:translateY(-16px) rotate(5deg)}}._card_62qvs_29{background:#ffffff0a;border:1px solid rgba(255,195,0,.15);border-radius:20px;max-width:560px;width:100%;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._fakeBar_62qvs_40{background:#ffffff0f;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:12px;padding:10px 16px}._fakeDots_62qvs_49{display:flex;gap:6px;flex-shrink:0}._dot_62qvs_55{width:10px;height:10px;border-radius:50%;background:#ffffff26}._fakeUrl_62qvs_62{flex:1;background:#ffffff0f;border-radius:6px;padding:4px 12px;font-size:.72rem;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-family:monospace}._body_62qvs_76{padding:36px 40px 40px;display:flex;flex-direction:column;align-items:center;text-align:center}._demoBadge_62qvs_84{background:#ffc3001f;border:1px solid rgba(255,195,0,.3);color:#ffc300;font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:4px 14px;border-radius:20px;margin-bottom:20px}._jobTitle_62qvs_97{font-size:1.55rem;font-weight:700;color:#f0f0f0;margin:0 0 6px;line-height:1.3}._jobCompany_62qvs_105{font-size:.95rem;color:#888;margin:0 0 24px}._divider_62qvs_111{width:100%;height:1px;background:#ffffff12;margin-bottom:24px}._explanation_62qvs_119{text-align:left;margin-bottom:28px;width:100%}._leadText_62qvs_125{font-size:.95rem;color:#ccc;line-height:1.65;margin:0 0 12px}._subText_62qvs_132{font-size:.85rem;color:#777;line-height:1.65;margin:0}._subText_62qvs_132 strong{color:#aaa}._subText_62qvs_132 code{background:#ffc3001a;color:#ffc300;padding:1px 6px;border-radius:4px;font-size:.8rem}._mockForm_62qvs_152{width:100%;background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:20px;margin-bottom:28px;display:flex;flex-direction:column;gap:10px;opacity:.55}._mockFormLabel_62qvs_165{font-size:.75rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#666;margin:0 0 4px}._mockInput_62qvs_174{background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:10px 14px;color:#555;font-size:.9rem;cursor:not-allowed;width:100%;box-sizing:border-box}._mockFileRow_62qvs_186{display:flex;align-items:center;gap:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:10px 14px}._mockFileText_62qvs_196{font-size:.9rem;color:#555;flex:1}._mockFileBtn_62qvs_202{font-size:.8rem;color:#555;background:#ffffff0f;padding:4px 12px;border-radius:6px}._mockSubmit_62qvs_210{background:#ffc30033;color:#888;border:none;border-radius:8px;padding:12px;font-size:.9rem;font-weight:600;cursor:not-allowed;margin-top:4px}._mockNote_62qvs_222{font-size:.75rem;color:#555;text-align:center;margin:4px 0 0}._closeBtn_62qvs_230{background:linear-gradient(135deg,#ffc300,#ff8c00);color:#000;border:none;border-radius:10px;padding:13px 36px;font-size:.95rem;font-weight:600;cursor:pointer;transition:opacity .2s,transform .2s}._closeBtn_62qvs_230:hover{opacity:.88;transform:translateY(-1px)}._closeBtn_62qvs_230:active{transform:translateY(0)}._overlay_kyp3f_2{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:10000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:_fadeIn_kyp3f_1 .3s ease-in-out}@keyframes _fadeIn_kyp3f_1{0%{opacity:0}to{opacity:1}}._modal_kyp3f_27{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);border:2px solid #ffc107;border-radius:24px;padding:48px;max-width:600px;width:90%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #ffc1074d,0 0 100px #ffc1071a;animation:_slideUp_kyp3f_1 .4s cubic-bezier(.34,1.56,.64,1);position:relative}@keyframes _slideUp_kyp3f_1{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}._welcomeContent_kyp3f_54{text-align:center;color:#fff}._beeAnimation_kyp3f_60{display:flex;align-items:center;justify-content:center;gap:30px;margin-bottom:32px;position:relative;height:100px}._bee1_kyp3f_70,._bee2_kyp3f_71{width:60px;height:60px;animation:_floatBee_kyp3f_1 3s ease-in-out infinite}._bee1_kyp3f_70{animation-delay:0s}._bee2_kyp3f_71{animation-delay:1.5s}._beekeeper_kyp3f_85{width:80px;height:80px;filter:drop-shadow(0 0 20px rgba(255,193,7,.4))}@keyframes _floatBee_kyp3f_1{0%,to{transform:translateY(0) rotate(0)}25%{transform:translateY(-15px) rotate(-5deg)}75%{transform:translateY(-10px) rotate(5deg)}}._title_kyp3f_104{font-size:36px;font-weight:800;color:#ffc107;margin:0 0 24px;text-shadow:0 2px 10px rgba(255,193,7,.3)}._message_kyp3f_113{margin-bottom:32px}._mainText_kyp3f_117{font-size:20px;line-height:1.6;color:#fff;margin:0 0 16px;font-weight:500}._subText_kyp3f_125{font-size:16px;color:#ccc;margin:0 0 12px}._featureList_kyp3f_131{list-style:none;padding:0;margin:0;text-align:left;display:inline-block}._featureList_kyp3f_131 li{font-size:16px;color:#fff;position:relative;padding:8px 0 8px 28px}._featureList_kyp3f_131 li:before{content:"✓";position:absolute;left:0;color:#ffc107;font-weight:700;font-size:18px}._actions_kyp3f_157{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}._primaryButton_kyp3f_164{background:linear-gradient(135deg,#ffc107,#ffb300);color:#000;border:none;padding:18px 36px;border-radius:12px;font-size:18px;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #ffc10766;text-transform:uppercase;letter-spacing:.5px}._primaryButton_kyp3f_164:hover{transform:translateY(-2px);box-shadow:0 6px 30px #ffc10799;background:linear-gradient(135deg,#ffca28,#ffc107)}._primaryButton_kyp3f_164:active{transform:translateY(0)}._secondaryButton_kyp3f_189{background:transparent;color:#ffc107;border:2px solid #ffc107;padding:16px 36px;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease}._secondaryButton_kyp3f_189:hover{background:#ffc1071a;border-color:#ffca28;color:#ffca28}._skipButton_kyp3f_207{background:transparent;color:#888;border:none;padding:12px;font-size:14px;cursor:pointer;transition:all .2s ease;text-decoration:underline}._skipButton_kyp3f_207:hover{color:#aaa}._uploadContent_kyp3f_223{color:#fff}._backButton_kyp3f_227{background:transparent;color:#ffc107;border:none;padding:8px 16px;font-size:16px;cursor:pointer;margin-bottom:16px;transition:all .2s ease;display:flex;align-items:center;gap:8px}._backButton_kyp3f_227:hover{color:#ffca28;transform:translate(-4px)}._uploadTitle_kyp3f_246{font-size:28px;font-weight:700;color:#ffc107;margin:0 0 24px;text-align:center}@media(max-width:768px){._modal_kyp3f_27{padding:32px 24px;max-width:95%}._title_kyp3f_104{font-size:28px}._mainText_kyp3f_117{font-size:18px}._primaryButton_kyp3f_164{font-size:16px;padding:16px 28px}._beeAnimation_kyp3f_60{gap:20px;height:80px}._bee1_kyp3f_70,._bee2_kyp3f_71{width:50px;height:50px}._beekeeper_kyp3f_85{width:70px;height:70px}}._modal_kyp3f_27::-webkit-scrollbar{width:8px}._modal_kyp3f_27::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}._modal_kyp3f_27::-webkit-scrollbar-thumb{background:#ffc107;border-radius:4px}._modal_kyp3f_27::-webkit-scrollbar-thumb:hover{background:#ffca28}#root{width:100%;margin:0;padding:0;min-height:100vh}.app{width:100%;min-height:100vh}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
