@keyframes credits-modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes credits-modal-fade-out{0%{opacity:1}to{opacity:0}}@keyframes credits-modal-slide-up{0%{opacity:0;transform:translateY(30px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes credits-modal-slide-down{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(20px) scale(.97)}}.credits-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:credits-modal-fade-in .2s ease-out}.credits-modal__overlay--closing{animation:credits-modal-fade-out .2s ease-in forwards}.credits-modal{position:relative;width:90%;max-width:440px;background:#fff;border-radius:16px;box-shadow:0 20px 60px #00000026;animation:credits-modal-slide-up .3s ease-out;overflow:hidden}.credits-modal--closing{animation:credits-modal-slide-down .2s ease-in forwards}.credits-modal__header{padding:24px 24px 0;display:flex;justify-content:space-between;align-items:flex-start}.credits-modal__close{background:none;border:none;padding:4px;cursor:pointer;color:#9ca3af;border-radius:6px;transition:all .15s}.credits-modal__close:hover{color:#374151;background:#f3f4f6}.credits-modal__body{padding:20px 24px 24px;text-align:center}.credits-modal__icon{width:56px;height:56px;margin:0 auto 16px;background:#fef3c7;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#d97706}.credits-modal__title{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:8px}.credits-modal__message{font-size:.875rem;color:#6b7280;line-height:1.5;margin-bottom:20px}.credits-modal__refresh{background:#f0f9ff;border:1px solid #bae6fd;border-radius:10px;padding:12px 16px;margin-bottom:20px;display:flex;align-items:center;gap:10px}.credits-modal__refresh-icon{color:#0284c7;flex-shrink:0}.credits-modal__refresh-text{font-size:.8125rem;color:#0c4a6e;text-align:left}.credits-modal__refresh-date{font-weight:600}.credits-modal__actions{display:flex;flex-direction:column;gap:10px}.credits-modal__btn-primary{width:100%;padding:10px 20px;font-size:.875rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:10px;cursor:pointer;transition:all .15s}.credits-modal__btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px #6366f14d}.credits-modal__btn-secondary{width:100%;padding:10px 20px;font-size:.875rem;font-weight:500;color:#6b7280;background:none;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:all .15s}.credits-modal__btn-secondary:hover{background:#f9fafb;color:#374151}.ats-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;background-color:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:ats-overlay-in .2s ease-out}.ats-modal__overlay--closing{animation:ats-overlay-out .2s ease-in forwards}.ats-modal{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #00000040;max-width:640px;width:90vw;max-height:85vh;overflow-y:auto;animation:ats-modal-in .25s ease-out}.ats-modal--wide{max-width:800px}.ats-modal--closing{animation:ats-modal-out .2s ease-in forwards}.ats-modal__header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #e5e7eb}.ats-modal__title{font-size:1.125rem;font-weight:600;color:#111827}.ats-modal__subtitle{font-size:.875rem;color:#6b7280;margin-top:2px}.ats-modal__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;border:none;background:transparent;color:#6b7280;cursor:pointer;transition:all .15s}.ats-modal__close:hover{background:#f3f4f6;color:#111827}.ats-modal__body{padding:24px}.ats-modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e5e7eb}.ats-providers{display:flex;gap:24px;justify-content:center;padding:16px 0}.ats-provider-card{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px 32px;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s;background:#fff;min-width:180px}.ats-provider-card:hover{border-color:#6366f1;box-shadow:0 4px 12px #6366f126;transform:translateY(-2px)}.ats-provider-card img{width:80px;height:80px;-o-object-fit:contain;object-fit:contain;border-radius:8px}.ats-provider-card span{font-size:.875rem;font-weight:600;color:#374151}.ats-provider-card--disabled{opacity:.55;cursor:not-allowed;border-color:#e5e7eb}.ats-provider-card--disabled:hover{border-color:#e5e7eb;box-shadow:none;transform:none}.ats-provider-card--disabled span{color:#9ca3af}.ats-jobs-list{display:flex;flex-direction:column;gap:8px}.ats-job-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:all .15s}.ats-job-item:hover{border-color:#a5b4fc;background:#f5f3ff}.ats-job-item--selected{border-color:#6366f1;background:#eef2ff}.ats-job-item__checkbox{width:18px;height:18px;border-radius:4px;border:2px solid #d1d5db;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s}.ats-job-item--selected .ats-job-item__checkbox{border-color:#6366f1;background:#6366f1}.ats-job-item__details{flex:1;min-width:0}.ats-job-item__title{font-size:.875rem;font-weight:600;color:#111827}.ats-job-item__meta{font-size:.75rem;color:#6b7280;margin-top:2px}.ats-job-item__badge{font-size:.7rem;padding:2px 8px;border-radius:9999px;background:#dbeafe;color:#1d4ed8;font-weight:500;white-space:nowrap}.ats-dept-mapping{display:flex;flex-direction:column;gap:16px}.ats-dept-row{display:flex;align-items:center;gap:16px;padding:12px 16px;background:#f9fafb;border-radius:10px}.ats-dept-row__job{flex:1;min-width:0}.ats-dept-row__job-title{font-size:.875rem;font-weight:600;color:#111827}.ats-dept-row__job-meta{font-size:.75rem;color:#6b7280;margin-top:1px}.ats-dept-row__arrow{color:#9ca3af;flex-shrink:0}.ats-dept-row__select{width:200px;padding:8px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:.875rem;color:#111827;background:#fff;cursor:pointer;transition:border-color .15s}.ats-dept-row__select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.ats-dept-row__select--unmatched{border-color:#f59e0b;background-color:#fffbeb;color:#92400e}.ats-dept-row__select--unmatched:focus{border-color:#f59e0b;box-shadow:0 0 0 3px #f59e0b26}.ats-progress{display:flex;flex-direction:column;align-items:center;gap:16px;padding:32px 0;text-align:center}.ats-progress__spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#6366f1;border-radius:50%;animation:ats-spin .8s linear infinite}.ats-progress__text{font-size:.875rem;color:#6b7280}.ats-progress__text strong{color:#111827}.ats-success{display:flex;flex-direction:column;align-items:center;gap:16px;padding:24px 0;text-align:center}.ats-success__icon{color:#10b981}.ats-success__title{font-size:1.125rem;font-weight:600;color:#111827}.ats-success__details{font-size:.875rem;color:#6b7280;line-height:1.6}.ats-success__results{width:100%;display:flex;flex-direction:column;gap:8px;margin-top:8px}.ats-success__result-item{display:flex;justify-content:space-between;align-items:center;padding:10px 16px;background:#f0fdf4;border-radius:8px;font-size:.875rem}.ats-success__result-title{font-weight:500;color:#111827}.ats-success__result-meta{font-size:.75rem;color:#6b7280}.ats-ai-badge{display:inline-flex;align-items:center;gap:4px;font-size:.7rem;padding:2px 8px;border-radius:9999px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-weight:500}@keyframes ats-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes ats-overlay-out{0%{opacity:1}to{opacity:0}}@keyframes ats-modal-in{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes ats-modal-out{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.95) translateY(10px)}}@keyframes ats-spin{to{transform:rotate(360deg)}}header a>img[alt=HireSync]{height:98px;width:auto}.copilot-nav-divider{width:1px;height:32px;background:#e5e7eb}.copilot-nav-button{display:flex;align-items:center;gap:6px;padding:2px 10px;font-size:14px;font-weight:500;color:#535353;text-decoration:none;border-radius:12px;transition:all .2s}.copilot-nav-button:hover{color:#4f46e5;background:#f5f3ff}.copilot-nav-button.active{color:#4f46e5;background:#eef2ff}.copilot-nav-icon{width:50px;height:50px;margin-bottom:-8px;margin-right:-8px}.copilot-beta-badge{font-size:10px;font-weight:600;color:#6366f1;background:#eef2ff;padding:1px 6px;border-radius:999px;letter-spacing:.02em;border:1px solid #E0E7FF}.copilot-nav-button.active .copilot-beta-badge{background:#e0e7ff}.credits-badge-wrapper{position:relative;text-decoration:none;color:inherit}.credits-badge{display:flex;align-items:center;gap:4px;padding:2px 12px;border:1px solid #E5E7EB;border-radius:999px;cursor:pointer;transition:all .2s ease;background:#6365f124}.credits-badge:hover,.credits-badge.hovered{box-shadow:0 0 0 4.5px #6366f14d}.credits-badge-coin{margin-left:-4px;width:30px;height:30px}.credits-badge-left{font-size:14px;font-weight:600;color:#374151}.credits-badge-total{font-size:14px;color:#8a909b}.credits-tooltip{position:absolute;top:100%;right:0;margin-top:8px;width:224px;background:#111827;color:#fff;font-size:14px;border-radius:8px;padding:12px 16px;box-shadow:0 10px 15px -3px #0000001a;z-index:50;pointer-events:none;transition:opacity .15s ease,transform .15s ease;opacity:0;transform:translateY(-4px)}.credits-tooltip.visible{opacity:1;transform:translateY(0)}.credits-tooltip-arrow{position:absolute;top:-6px;right:24px;width:12px;height:12px;background:#111827;transform:rotate(45deg)}.credits-tooltip-text{position:relative;z-index:1}.credits-tooltip-text strong{font-weight:600}@keyframes auth-slide-in-left{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes auth-fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes auth-gradient-shift{0%,to{opacity:.3;transform:translate(0) scale(1)}50%{opacity:.5;transform:translate(20px,20px) scale(1.1)}}@keyframes auth-float-1{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(30px,-30px) rotate(120deg)}66%{transform:translate(-20px,20px) rotate(240deg)}}@keyframes auth-float-2{0%,to{transform:translate(0) rotate(0)}33%{transform:translate(-40px,30px) rotate(-120deg)}66%{transform:translate(25px,-25px) rotate(-240deg)}}@keyframes auth-float-3{0%,to{transform:translate(0) scale(1)}50%{transform:translate(15px,15px) scale(1.2)}}@keyframes auth-pulse-glow{0%,to{box-shadow:0 0 20px #ffffff1a}50%{box-shadow:0 0 40px #fff3}}.auth-left-panel{display:none;width:50%;padding:3rem 10rem;flex-direction:column;justify-content:space-between;background-size:cover;background-position:center;position:relative;overflow:hidden;animation:auth-slide-in-left .6s ease-out forwards}.auth-left-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#6366f14d,#8b5cf633,#3b82f64d);animation:auth-gradient-shift 8s ease-in-out infinite;pointer-events:none}.auth-left-panel:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 30%,rgba(139,92,246,.15) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(59,130,246,.15) 0%,transparent 50%),radial-gradient(circle at 50% 50%,rgba(99,102,241,.1) 0%,transparent 60%);pointer-events:none}@media (min-width: 1024px){.auth-left-panel{display:flex}}.auth-left-panel__logo{display:flex;align-items:center;animation:auth-fade-in-up .5s ease-out forwards;position:relative;z-index:10;transition:transform .3s ease;margin-top:-2rem;margin-left:-2.3rem}.auth-left-panel__logo:hover{transform:translateY(-2px)}.auth-left-panel__logo-image{height:18rem;width:auto;filter:drop-shadow(0 4px 12px rgba(255,255,255,.2))}.auth-left-panel__logo-text{font-size:1.5rem;font-weight:700;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.2)}.auth-left-panel__heading{margin-top:-1rem;animation:auth-fade-in-up .5s ease-out forwards;animation-delay:.1s;opacity:0;position:relative;z-index:10}.auth-left-panel__title{font-size:2.75rem;font-weight:800;color:#fff;line-height:1.2;text-shadow:0 4px 16px rgba(0,0,0,.3);letter-spacing:-.02em;max-width:32rem}.auth-left-panel__title-accent{color:#00e5a0}.auth-left-panel__subtitle{margin-top:1.5rem;font-size:1.125rem;color:#fffffff2;max-width:46rem;line-height:1.6;text-shadow:0 2px 8px rgba(0,0,0,.2)}.auth-left-panel__features{margin-top:3rem;display:flex;flex-direction:column;gap:1.5rem;position:relative;z-index:10}.auth-left-panel__feature{display:flex;align-items:flex-start;gap:1rem;opacity:0;animation:auth-fade-in-up .5s ease-out forwards;padding:1.25rem;background:#ffffff14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:1rem;border:1px solid rgba(255,255,255,.12);transition:all .3s ease}.auth-left-panel__feature:hover{background:#ffffff1f;transform:translate(8px);box-shadow:0 8px 32px #0003}.auth-left-panel__feature--delay-1{animation-delay:.2s}.auth-left-panel__feature--delay-2{animation-delay:.3s}.auth-left-panel__feature--delay-3{animation-delay:.4s}.auth-left-panel__feature-icon{width:2.75rem;height:2.75rem;background:linear-gradient(135deg,#fff3,#ffffff0d);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease;border:1px solid rgba(255,255,255,.15);animation:auth-pulse-glow 3s ease-in-out infinite}.auth-left-panel__feature:hover .auth-left-panel__feature-icon{transform:scale(1.1) rotate(5deg);background:linear-gradient(135deg,#ffffff4d,#ffffff1a)}.auth-left-panel__feature-icon svg{width:1.5rem;height:1.5rem;color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.auth-left-panel__feature-title{font-weight:700;color:#fff;font-size:1.05rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}.auth-left-panel__feature-description{font-size:.9rem;color:#ffffffd9;margin-top:.375rem;line-height:1.5;text-shadow:0 1px 3px rgba(0,0,0,.15)}.auth-left-panel__decorative{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.auth-left-panel__decorative-circle-1{position:absolute;top:10%;right:5%;width:15rem;height:15rem;background:radial-gradient(circle,rgba(139,92,246,.3) 0%,transparent 70%);border-radius:50%;filter:blur(60px);animation:auth-float-1 20s ease-in-out infinite}.auth-left-panel__decorative-circle-2{position:absolute;bottom:15%;left:10%;width:12rem;height:12rem;background:radial-gradient(circle,rgba(59,130,246,.25) 0%,transparent 70%);border-radius:50%;filter:blur(50px);animation:auth-float-2 18s ease-in-out infinite}.auth-left-panel__decorative-circle-3{position:absolute;top:50%;left:50%;width:8rem;height:8rem;background:radial-gradient(circle,rgba(99,102,241,.2) 0%,transparent 70%);border-radius:50%;filter:blur(40px);animation:auth-float-3 15s ease-in-out infinite}@keyframes departments-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes departments-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes departments-scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes departments-fade-left{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.modal-backdrop{background-color:transparent;opacity:0;transition:opacity .25s cubic-bezier(.4,0,.2,1)}.modal-backdrop.modal-closing{opacity:0;pointer-events:none}.departments-view{animation:departments-fade-in .3s ease-out forwards}.departments-header{opacity:0;animation:departments-slide-up .4s ease-out .1s forwards}.departments-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}.departments-stat-card{opacity:0;animation:departments-scale-in .4s ease-out forwards}.departments-stat-card:nth-child(1){animation-delay:.15s}.departments-stat-card:nth-child(2){animation-delay:.25s}.departments-stat-card:nth-child(3){animation-delay:.35s}.departments-stat-card:nth-child(4){animation-delay:.45s}.departments-filters{opacity:0;animation:departments-fade-left .4s ease-out .3s forwards}.departments-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}.department-card-wrapper{opacity:0;animation:departments-scale-in .4s ease-out forwards}.department-card-wrapper:nth-child(1){animation-delay:.15s}.department-card-wrapper:nth-child(2){animation-delay:.2s}.department-card-wrapper:nth-child(3){animation-delay:.25s}.department-card-wrapper:nth-child(4){animation-delay:.3s}.department-card-wrapper:nth-child(5){animation-delay:.35s}.department-card-wrapper:nth-child(6){animation-delay:.4s}.department-card-wrapper:nth-child(7){animation-delay:.45s}.department-card-wrapper:nth-child(8){animation-delay:.5s}.department-card-wrapper:nth-child(9){animation-delay:.55s}@media (max-width: 1024px){.departments-stats-grid,.departments-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.departments-stats-grid,.departments-grid{grid-template-columns:1fr}}.drag-handle{touch-action:none}.departments-list{grid-template-columns:1fr}.modal-content textarea{font-size:.775rem;line-height:1.25rem}@keyframes analyzer-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes analyzer-scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.analyzer-view{padding:0;animation:analyzer-fade-in .4s ease-out forwards}.analyzer-view .analyzer-breadcrumb{opacity:0;animation:analyzer-fade-in .4s ease-out forwards;animation-delay:.05s}.analyzer-view .analyzer-header{opacity:0;animation:analyzer-slide-up .4s ease-out forwards;animation-delay:.1s}.analyzer-view .analyzer-stats{opacity:0;animation:analyzer-slide-up .4s ease-out forwards;animation-delay:.15s}.analyzer-view .analyzer-filters{opacity:0;animation:analyzer-fade-in .4s ease-out forwards;animation-delay:.2s}.analyzer-view .analyzer-list{opacity:0;animation:analyzer-fade-in .4s ease-out forwards;animation-delay:.25s}.analyzer-view .analyzer-pagination{opacity:0;animation:analyzer-fade-in .4s ease-out forwards;animation-delay:.3s}.progress-ring{transform:rotate(-90deg)}.progress-ring__circle{transition:stroke-dashoffset .5s ease}.job-title-card{transition:all .2s ease}.job-title-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@keyframes analyzer-modal-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes analyzer-modal-overlay-out{0%{opacity:1}to{opacity:0}}@keyframes analyzer-modal-slide-up{0%{opacity:0;transform:translateY(30px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes analyzer-modal-slide-down{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(20px) scale(.97)}}.analyzer-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:100;padding:1.5rem;animation:analyzer-modal-overlay-in .2s ease-out forwards}.analyzer-modal-overlay--closing{animation:analyzer-modal-overlay-out .2s ease-in forwards}.analyzer-modal{background:#fff;border-radius:.75rem;width:100%;max-height:85vh;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040;animation:analyzer-modal-slide-up .3s ease-out forwards}.analyzer-modal--closing{animation:analyzer-modal-slide-down .2s ease-in forwards}.modal-backdrop{opacity:0;transition:opacity .25s cubic-bezier(.4,0,.2,1)}.modal-backdrop.modal-open{opacity:1}.modal-backdrop.modal-closing{opacity:0}.modal-content{opacity:0;transform:translateY(16px) scale(.96);transition:all .25s cubic-bezier(.4,0,.2,1)}.modal-backdrop.modal-open .modal-content{opacity:1;transform:translateY(0) scale(1)}.modal-backdrop.modal-closing .modal-content{opacity:0;transform:translateY(-12px) scale(.97)}.modal-content textarea{font-size:.875rem;line-height:1.25rem}@keyframes library-modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes library-modal-fade-out{0%{opacity:1}to{opacity:0}}@keyframes library-modal-slide-up{0%{opacity:0;transform:translateY(30px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes library-modal-slide-down{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(20px) scale(.97)}}.library-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:transparent;display:flex;align-items:center;justify-content:center;z-index:50;padding:1.5rem;animation:library-modal-fade-in .2s ease-out forwards;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.library-modal__overlay--closing{animation:library-modal-fade-out .2s ease-in forwards}.library-modal{background:#fff;border-radius:1rem;max-width:48rem;width:100%;max-height:85vh;display:flex;flex-direction:column;padding:0;box-shadow:0 25px 50px -12px #00000040;animation:library-modal-slide-up .3s ease-out forwards}.library-modal--closing{animation:library-modal-slide-down .2s ease-in forwards}.library-modal__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid rgb(229,231,235);flex-shrink:0}.library-modal__title{font-size:1.125rem;font-weight:700;color:#111827}.library-modal__subtitle{font-size:.75rem;color:#6b7280;margin-top:.125rem}.library-modal__close{background:none;border:none;padding:.5rem;cursor:pointer;color:#9ca3af;border-radius:.5rem;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.library-modal__close:hover{color:#374151;background-color:#f3f4f6}.library-modal__filters{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;border-bottom:1px solid rgb(243,244,246);flex-shrink:0;flex-wrap:wrap}.library-modal__search{flex:1;min-width:140px;position:relative}.library-modal__search-icon{position:absolute;left:.625rem;top:50%;transform:translateY(-50%);width:1rem;height:1rem;color:#9ca3af;pointer-events:none}.library-modal__search-input{width:100%;padding:.5rem .625rem .5rem 2rem;border:1px solid rgb(209,213,219);border-radius:.5rem;font-size:.8125rem;outline:none;transition:border-color .15s ease,box-shadow .15s ease;background:#fff}.library-modal__search-input:focus{border-color:#6366f1;box-shadow:0 0 0 2px #6366f126}.library-modal__search-input::-moz-placeholder{color:#9ca3af}.library-modal__search-input::placeholder{color:#9ca3af}.library-modal__filter-select{padding:.5rem .625rem;border:1px solid rgb(209,213,219);border-radius:.5rem;font-size:.8125rem;color:#374151;background:#fff;outline:none;cursor:pointer;transition:border-color .15s ease;min-width:140px}.library-modal__filter-select:focus{border-color:#6366f1}.library-modal__list{flex:1;overflow-y:auto;padding:.5rem;min-height:0}.library-modal__list::-webkit-scrollbar{width:6px}.library-modal__list::-webkit-scrollbar-track{background:transparent}.library-modal__list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.library-modal__list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.library-modal__item{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;border-radius:.5rem;cursor:pointer;transition:background-color .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.library-modal__item:hover{background-color:#f9fafb}.library-modal__item--selected{background-color:#eef2ff}.library-modal__item--selected:hover{background-color:#e0e7ff}.library-modal__checkbox{width:1.125rem;height:1.125rem;border:2px solid rgb(209,213,219);border-radius:.25rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s ease;background:#fff}.library-modal__checkbox--checked{background:#6366f1;border-color:#6366f1}.library-modal__file-icon{width:2rem;height:2rem;border-radius:.375rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.library-modal__file-icon--pdf{background-color:#fee2e2}.library-modal__file-icon--docx{background-color:#dbeafe}.library-modal__file-info{flex:1;min-width:0}.library-modal__file-name{font-size:.8125rem;font-weight:500;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.library-modal__file-meta{font-size:.6875rem;color:#6b7280;margin-top:.125rem;display:flex;align-items:center;gap:.5rem}.library-modal__file-meta-dot{width:2px;height:2px;border-radius:50%;background:#9ca3af}.library-modal__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;color:#6b7280}.library-modal__empty-icon{width:3rem;height:3rem;color:#d1d5db;margin-bottom:.75rem}.library-modal__empty-text{font-size:.875rem;font-weight:500}.library-modal__empty-hint{font-size:.75rem;margin-top:.25rem}.library-modal__footer{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem;border-top:1px solid rgb(229,231,235);flex-shrink:0}.library-modal__selected-count{font-size:.8125rem;color:#6b7280}.library-modal__selected-count strong{color:#6366f1;font-weight:600}.library-modal__select-all{font-size:.8125rem;font-weight:600;color:#6366f1;background:none;border:none;cursor:pointer;padding:.25rem 0;transition:color .15s ease}.library-modal__select-all:hover{color:#4f46e5}.library-modal__actions{display:flex;gap:.75rem}.library-modal__btn{padding:.5rem 1.25rem;border-radius:.5rem;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .15s ease;border:none}.library-modal__btn--cancel{background:#f3f4f6;color:#374151}.library-modal__btn--cancel:hover{background:#e5e7eb}.library-modal__btn--confirm{background:#6366f1;color:#fff}.library-modal__btn--confirm:hover{background:#4f46e5}.library-modal__btn--confirm:disabled{opacity:.5;cursor:not-allowed}.library-modal__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 1.5rem;gap:.75rem;color:#6b7280;font-size:.875rem}@media (max-width: 640px){.library-modal{max-width:100%;max-height:95vh}.library-modal__filters{flex-direction:column;gap:.5rem}.library-modal__search,.library-modal__filter-select{width:100%}}@keyframes dup-modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes dup-modal-fade-out{0%{opacity:1}to{opacity:0}}@keyframes dup-modal-slide-up{0%{opacity:0;transform:translateY(30px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes dup-modal-slide-down{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(20px) scale(.97)}}.dup-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:transparent;display:flex;align-items:center;justify-content:center;z-index:50;padding:1.5rem;animation:dup-modal-fade-in .2s ease-out forwards;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.dup-modal__overlay--closing{animation:dup-modal-fade-out .2s ease-in forwards}.dup-modal{background:#fff;border-radius:1rem;max-width:36rem;width:100%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000040;animation:dup-modal-slide-up .3s ease-out forwards}.dup-modal--closing{animation:dup-modal-slide-down .2s ease-in forwards}.dup-modal__header{padding:1.25rem 1.5rem;border-bottom:1px solid rgb(229,231,235);flex-shrink:0}.dup-modal__title{font-size:1.125rem;font-weight:700;color:#111827;display:flex;align-items:center;gap:.5rem}.dup-modal__subtitle{font-size:.8125rem;color:#6b7280;margin-top:.375rem;line-height:1.5}.dup-modal__list{flex:1;overflow-y:auto;padding:.75rem 1.5rem;min-height:0}.dup-modal__item{display:flex;align-items:center;gap:.75rem;padding:.625rem 0;border-bottom:1px solid rgb(243,244,246)}.dup-modal__item:last-child{border-bottom:none}.dup-modal__file-icon{width:2rem;height:2rem;border-radius:.375rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dup-modal__file-icon--pdf{background-color:#fee2e2}.dup-modal__file-icon--docx{background-color:#dbeafe}.dup-modal__file-info{flex:1;min-width:0}.dup-modal__file-name{font-size:.8125rem;font-weight:500;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dup-modal__file-meta{font-size:.6875rem;color:#6b7280;margin-top:.125rem}.dup-modal__footer{display:flex;flex-direction:column;gap:.5rem;padding:1rem 1.5rem;border-top:1px solid rgb(229,231,235);flex-shrink:0}.dup-modal__btn{width:100%;padding:.625rem 1.25rem;border-radius:.5rem;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .15s ease;border:none;text-align:center}.dup-modal__btn--use-existing{background:#6366f1;color:#fff}.dup-modal__btn--use-existing:hover{background:#4f46e5}.dup-modal__btn--save-new{background:#f3f4f6;color:#374151}.dup-modal__btn--save-new:hover{background:#e5e7eb}@keyframes job-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes job-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.job-view{animation:job-fade-in .4s ease-out forwards}.job-view .job-breadcrumb{opacity:0;animation:job-fade-in .4s ease-out forwards;animation-delay:.05s}.job-view .job-header{opacity:0;animation:job-slide-up .4s ease-out forwards;animation-delay:.1s}.job-view .job-banner{opacity:0;animation:job-fade-in .4s ease-out forwards;animation-delay:.12s}.job-view .job-content{opacity:0;animation:job-slide-up .4s ease-out forwards;animation-delay:.18s}.job-view .job-content{border:2px solid #3b82f6;border-radius:1rem}.job-view textarea{font-size:.875rem;line-height:1.5rem;resize:none}.job-view .upload-section{display:flex;flex-direction:column}.job-view .upload-section .max-h-64::-webkit-scrollbar{width:6px}.job-view .upload-section .max-h-64::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.job-view .upload-section .max-h-64::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.job-view .upload-section .max-h-64::-webkit-scrollbar-thumb:hover{background:#a1a1a1}@keyframes jd-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.jd-shimmer{position:relative;overflow:hidden}.jd-shimmer:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(90deg,transparent 0%,rgba(168,85,247,.08) 25%,rgba(168,85,247,.15) 50%,rgba(168,85,247,.08) 75%,transparent 100%);background-size:200% 100%;animation:jd-shimmer 1.8s ease-in-out infinite;pointer-events:none;z-index:1}@keyframes ai-highlight-pulse{0%,to{box-shadow:0 0 0 2px #a855f766}50%{box-shadow:0 0 0 4px #a855f733}}.ai-highlight input,.ai-highlight textarea{border-color:#a855f7!important;animation:ai-highlight-pulse 2s ease-in-out 3}@keyframes ai-buttons-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.ai-action-buttons{animation:ai-buttons-fade-in .3s ease-out forwards}@keyframes result-row-enter{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.job-view table tbody tr{animation:result-row-enter .3s ease-out forwards}.job-view table tbody tr:first-child td:first-child .w-8{box-shadow:0 0 0 2px #eab3084d}.job-view table .text-2xl{letter-spacing:-.02em}.job-view table input[type=checkbox]{accent-color:#7c3aed;transition:transform .15s ease}.job-view table input[type=checkbox]:hover{transform:scale(1.15)}.job-view table tbody tr.bg-red-50{transition:background-color .2s ease}.library-page{min-height:calc(100vh - 64px)}.library-header{background:linear-gradient(135deg,#4f46e5,#7c3aed,#8b5cf6);border-radius:16px;padding:28px 32px;color:#fff;animation:fadeInUp .5s ease-out forwards}.library-header-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.library-header h1{font-size:24px;font-weight:700;margin:0}.library-header-stats{display:flex;gap:24px;font-size:14px;color:#ffffffd9}.library-header-stats span{display:flex;align-items:center;gap:6px}.storage-bar-container{margin-top:4px}.storage-bar-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:13px;color:#ffffffd9}.storage-bar-track{height:8px;background:#fff3;border-radius:4px;overflow:hidden}.storage-bar-fill{height:100%;border-radius:4px;transition:width .5s ease}.storage-bar-fill.green{background:#34d399}.storage-bar-fill.yellow{background:#fbbf24}.storage-bar-fill.red{background:#f87171}.library-toolbar{display:flex;align-items:center;gap:12px;flex-wrap:wrap;animation:fadeInUp .5s ease-out .1s both}.library-search{flex:1;min-width:200px;position:relative}.library-search input{width:100%;padding:9px 12px 9px 36px;border:1px solid #D1D5DB;border-radius:8px;font-size:14px;background:#fff;transition:border-color .2s}.library-search input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.library-search .search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.library-filter-select{padding:9px 32px 9px 12px;border:1px solid #D1D5DB;border-radius:8px;font-size:14px;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;cursor:pointer;min-width:160px}.library-filter-select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.bulk-action-bar{display:flex;align-items:center;justify-content:space-between;background:#eef2ff;border:1px solid #C7D2FE;border-radius:10px;padding:12px 16px;animation:fadeInUp .3s ease-out}.bulk-action-info{display:flex;align-items:center;gap:8px;font-size:14px;color:#4338ca;font-weight:500}.bulk-action-buttons{display:flex;gap:8px}.library-table-container{background:#fff;border-radius:12px;border:1px solid #E5E7EB;overflow:hidden;animation:fadeInUp .5s ease-out .2s both}.library-table{width:100%;border-collapse:collapse}.library-table thead{background:#f9fafb;border-bottom:1px solid #E5E7EB}.library-table th{padding:12px 16px;text-align:left;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap}.library-table td{padding:14px 16px;font-size:14px;color:#374151;border-bottom:1px solid #F3F4F6}.library-table tbody tr{transition:background-color .15s}.library-table tbody tr:hover{background:#f3f4f6}.library-table tbody tr.selected{background:#eef2ff}.library-table tbody tr:last-child td{border-bottom:none}.library-checkbox{width:18px;height:18px;border-radius:4px;cursor:pointer;accent-color:#6366F1}.file-name-cell{display:flex;align-items:center;gap:10px}.file-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.file-icon.pdf{background:#fee2e2;color:#dc2626}.file-icon.docx{background:#dbeafe;color:#2563eb}.file-icon.other{background:#f3f4f6;color:#6b7280}.file-name-text{font-weight:500;color:#111827;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.library-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:6px;font-size:12px;font-weight:500}.library-badge.department{background:#f3e8ff;color:#7c3aed}.library-badge.job-title{background:#e0f2fe;color:#0284c7}.file-size-text{color:#6b7280;font-size:13px}.file-date-text{color:#6b7280;font-size:13px;white-space:nowrap}.library-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:64px 24px;text-align:center;animation:fadeInUp .5s ease-out .2s both}.library-empty-icon{width:64px;height:64px;border-radius:16px;background:#f3f4f6;display:flex;align-items:center;justify-content:center;margin-bottom:16px}.library-empty-state h3{font-size:18px;font-weight:600;color:#111827;margin:0 0 8px}.library-empty-state p{font-size:14px;color:#6b7280;margin:0 0 20px;max-width:360px}.library-preview-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:200;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.library-preview-panel{background:#fff;border-radius:16px;width:90vw;max-width:900px;height:85vh;display:flex;flex-direction:column;box-shadow:0 24px 80px #00000040;animation:previewSlideUp .25s ease-out;overflow:hidden;transition:all .25s cubic-bezier(.4,0,.2,1)}.library-preview-panel.maximized{width:100vw;max-width:100vw;height:100vh;border-radius:0}@keyframes previewSlideUp{0%{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.library-preview-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #E5E7EB;flex-shrink:0}.library-preview-title{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:600;color:#111827;min-width:0}.library-preview-title span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.library-preview-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.library-preview-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;border-radius:8px;background:transparent;color:#6b7280;cursor:pointer;transition:all .15s}.library-preview-btn:hover{background:#f3f4f6;color:#111827}.library-preview-body{flex:1;overflow:auto;position:relative;background:#f9fafb}.library-preview-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#6b7280;font-size:14px;z-index:5;background:#f9fafb}.library-preview-iframe{width:100%;height:100%;border:none}.library-preview-docx{padding:24px;min-height:100%}.library-preview-docx .docx-wrapper{background:#fff!important;padding:24px!important;max-width:100%!important}.library-preview-docx .docx-wrapper>section{box-shadow:0 1px 4px #00000014!important;margin-bottom:16px!important}.library-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100}.library-modal-content{background:#fff;border-radius:16px;padding:24px;max-width:420px;width:90%;box-shadow:0 20px 60px #00000026}.library-modal-content h3{font-size:18px;font-weight:600;color:#111827;margin:0 0 8px}.library-modal-content p{font-size:14px;color:#6b7280;margin:0 0 24px}.library-modal-actions{display:flex;justify-content:flex-end;gap:8px}@media (max-width: 768px){.library-toolbar{flex-direction:column;align-items:stretch}.library-search{min-width:unset}.library-filter-select{min-width:unset;width:100%}.library-table-container{overflow-x:auto}.library-header-stats{flex-direction:column;gap:4px}}@keyframes plan-modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes plan-modal-fade-out{0%{opacity:1}to{opacity:0}}@keyframes plan-modal-slide-up{0%{opacity:0;transform:translateY(30px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes plan-modal-slide-down{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(20px) scale(.97)}}@keyframes plan-modal-price-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes plan-modal-card-in{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes plan-modal-card-in-current{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:.6;transform:translateY(0) scale(1)}}.plan-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:50;padding:1.5rem;animation:plan-modal-fade-in .2s ease-out forwards;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.plan-modal__overlay--closing{animation:plan-modal-fade-out .2s ease-in forwards}.plan-modal{background:#fff;border-radius:1rem;max-width:64rem;width:100%;max-height:90vh;overflow-y:auto;padding:2rem;box-shadow:0 25px 50px -12px #00000040;animation:plan-modal-slide-up .3s ease-out forwards}.plan-modal--closing{animation:plan-modal-slide-down .2s ease-in forwards}.plan-modal__header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.5rem}.plan-modal__title{font-size:1.5rem;font-weight:700;color:#111827}.plan-modal__subtitle{font-size:.875rem;color:#6b7280;margin-top:.25rem}.plan-modal__close{background:none;border:none;padding:.5rem;cursor:pointer;color:#9ca3af;border-radius:.5rem;transition:all .15s ease}.plan-modal__close:hover{color:#374151;background-color:#f3f4f6}.plan-modal__toggle-wrapper{display:flex;justify-content:center;margin-bottom:2rem}.plan-modal__toggle{display:inline-flex;align-items:center;gap:.25rem;background-color:#f3f4f6;border-radius:9999px;padding:.25rem}.plan-modal__toggle-btn{padding:.5rem 2rem;border-radius:9999px;border:none;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;background:none;color:#6b7280}.plan-modal__toggle-btn:hover{color:#374151}.plan-modal__toggle-btn--active{background-color:#fff;color:#4f46e5;box-shadow:0 1px 3px #0000001a}.plan-modal__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:start}@media (max-width: 768px){.plan-modal__cards{grid-template-columns:1fr}}.plan-modal__card{border-radius:1rem;padding:1.75rem;display:flex;flex-direction:column;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;position:relative;opacity:0;animation:plan-modal-card-in .4s ease-out forwards}.plan-modal__card:nth-child(1){animation-delay:.1s}.plan-modal__card:nth-child(2){animation-delay:.2s}.plan-modal__card:nth-child(3){animation-delay:.3s}.plan-modal__card--outline{background:#fff;border:2px solid rgb(229,231,235)}.plan-modal__card--outline:hover{border-color:#a5a0f6;box-shadow:0 20px 40px -12px #4f46e526;transform:translateY(-4px)}.plan-modal__card--gradient{background:linear-gradient(135deg,#6366f1,#4338ca);border:2px solid transparent}.plan-modal__card--gradient:hover{box-shadow:0 20px 40px -12px #6366f159;transform:translateY(-4px)}.plan-modal__card--current{animation-name:plan-modal-card-in-current;cursor:default}.plan-modal__card--current:hover{transform:none;box-shadow:none}.plan-modal__card--outline.plan-modal__card--current:hover{border-color:#e5e7eb}.plan-modal__popular{position:absolute;top:-.75rem;left:50%;transform:translate(-50%);background-color:#10b981;color:#fff;padding:.125rem .875rem;border-radius:9999px;font-size:.75rem;font-weight:600;white-space:nowrap}.plan-modal__plan-name{font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.plan-modal__plan-name--dark{color:#111827}.plan-modal__plan-name--light{color:#fff}.plan-modal__price{margin-bottom:1rem}.plan-modal__price-animated{animation:plan-modal-price-in .25s ease-out forwards}.plan-modal__price-value{font-size:2.5rem;font-weight:800;line-height:1.1}.plan-modal__price-value--dark{color:#111827}.plan-modal__price-value--light{color:#fff}.plan-modal__price-period{font-size:.875rem}.plan-modal__price-period--dark{color:#6b7280}.plan-modal__price-period--light{color:#c7d2fe}.plan-modal__savings-wrapper{max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease,opacity .25s ease}.plan-modal__savings-wrapper--visible{max-height:1.5rem;opacity:1}.plan-modal__savings{font-size:.75rem;margin-top:.125rem}.plan-modal__savings--dark{color:#6b7280}.plan-modal__savings--light{color:#c7d2fe}.plan-modal__description{font-size:.875rem;margin-bottom:1.25rem}.plan-modal__description--dark{color:#6b7280}.plan-modal__description--light{color:#c7d2fe}.plan-modal__features{list-style:none;padding:0;margin:0 0 1.5rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.plan-modal__feature{display:flex;align-items:flex-start;gap:.625rem;font-size:.875rem}.plan-modal__feature-icon{width:1.125rem;height:1.125rem;margin-top:.125rem;flex-shrink:0}.plan-modal__feature-icon--indigo{color:#6366f1}.plan-modal__feature-icon--white{color:#fff}.plan-modal__feature-text--dark{color:#374151}.plan-modal__feature-text--light{color:#fff}.plan-modal__cta{width:100%;padding:.75rem 1.5rem;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-align:center}.plan-modal__cta--outline{background:#fff;color:#4f46e5;border:2px solid rgb(209,213,219)}.plan-modal__cta--outline:hover{border-color:#6366f1;background-color:#eef2ff}.plan-modal__cta--white{background:#fff;color:#4f46e5;border:2px solid white}.plan-modal__cta--white:hover{background-color:#eef2ff}.plan-modal__cta--current{background:#f3f4f6;color:#9ca3af;border:2px solid rgb(229,231,235);cursor:default}@keyframes result-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes result-slide-in{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.result-page{max-width:80rem;margin:0 auto;padding:2rem 1.5rem;animation:result-fade-in .4s ease-out forwards}.result-page__header{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media (min-width: 768px){.result-page__header{flex-direction:row;align-items:center;justify-content:space-between}}.result-page__header-left{display:flex;align-items:center;gap:1rem}.result-page__back-link{padding:.5rem;color:#6b7280;text-decoration:none;border-radius:.5rem;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.result-page__back-link:hover{background-color:#f3f4f6;color:#374151}.result-page__back-icon{width:1.25rem;height:1.25rem}.result-page__title{font-size:1.5rem;font-weight:700;color:#111827}.result-page__subtitle{font-size:.875rem;color:#6b7280}.result-page__header-actions{display:flex;gap:.5rem}.result-page__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 1024px){.result-page__grid{grid-template-columns:320px 1fr}}.result-page__sidebar{display:flex;flex-direction:column;gap:1.5rem;animation:result-slide-in .4s ease-out forwards}.result-page__candidate-card{background:#fff;border-radius:.75rem;border:1px solid rgb(229,231,235);padding:1.5rem;text-align:center}.result-page__candidate-avatar{width:5rem;height:5rem;background:linear-gradient(135deg,#4f46e5,#9333ea);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.result-page__candidate-initials{font-size:1.5rem;font-weight:700;color:#fff}.result-page__candidate-name{font-size:1.25rem;font-weight:600;color:#111827}.result-page__candidate-title{font-size:.875rem;color:#6b7280;margin-top:.25rem}.result-page__candidate-contact{margin-top:1rem;padding-top:1rem;border-top:1px solid rgb(243,244,246);display:flex;flex-direction:column;gap:.5rem}.result-page__contact-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#4b5563}.result-page__contact-icon{width:1rem;height:1rem;color:#9ca3af}.result-page__score-card{background:#fff;border-radius:.75rem;border:1px solid rgb(229,231,235);padding:1.5rem}.result-page__score-header{font-size:.875rem;font-weight:600;color:#6b7280;text-align:center;margin-bottom:1rem}.result-page__score-circle{width:8rem;height:8rem;margin:0 auto;position:relative}.result-page__score-value{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.result-page__score-number{font-size:2rem;font-weight:700;color:#111827}.result-page__score-label{font-size:.75rem;color:#6b7280}.result-page__score-breakdown{margin-top:1.5rem;display:flex;flex-direction:column;gap:.75rem}.result-page__breakdown-item{display:flex;align-items:center;justify-content:space-between;font-size:.875rem}.result-page__breakdown-label{color:#4b5563}.result-page__breakdown-value{font-weight:600;color:#111827}.result-page__details-card{background:#fff;border-radius:.75rem;border:1px solid rgb(229,231,235);padding:1.5rem}.result-page__details-title{font-size:.875rem;font-weight:600;color:#6b7280;margin-bottom:1rem}.result-page__details-list{display:flex;flex-direction:column;gap:.75rem}.result-page__details-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.875rem}.result-page__details-icon{width:1rem;height:1rem;color:#9ca3af;margin-top:.125rem;flex-shrink:0}.result-page__details-content{flex:1}.result-page__details-label{color:#6b7280}.result-page__details-value{font-weight:500;color:#111827}.result-page__content{display:flex;flex-direction:column;gap:1.5rem;animation:result-fade-in .4s ease-out forwards;animation-delay:.1s;opacity:0}.result-page__content-card{background:#fff;border-radius:.75rem;border:1px solid rgb(229,231,235);overflow:hidden}.result-page__content-header{padding:1rem 1.5rem;border-bottom:1px solid rgb(243,244,246);background-color:#f9fafb}.result-page__content-title{font-size:1rem;font-weight:600;color:#111827}.result-page__content-body{padding:1.5rem}.result-page__summary-text{font-size:.875rem;line-height:1.625;color:#374151}.result-page__experience-list{display:flex;flex-direction:column;gap:1.5rem}.result-page__experience-item{position:relative;padding-left:1.5rem}.result-page__experience-item:before{content:"";position:absolute;left:0;top:.5rem;width:.5rem;height:.5rem;background-color:#4f46e5;border-radius:50%}.result-page__experience-item:after{content:"";position:absolute;left:.1875rem;top:1.25rem;width:.125rem;height:calc(100% - .5rem);background-color:#e5e7eb}.result-page__experience-item:last-child:after{display:none}.result-page__experience-title{font-size:1rem;font-weight:600;color:#111827}.result-page__experience-company{font-size:.875rem;color:#4f46e5;margin-top:.125rem}.result-page__experience-dates{font-size:.75rem;color:#6b7280;margin-top:.25rem}.result-page__experience-responsibilities{margin-top:.75rem;list-style:disc;padding-left:1.25rem}.result-page__experience-responsibilities li{font-size:.875rem;color:#4b5563;margin-bottom:.25rem}.result-page__education-list{display:flex;flex-direction:column;gap:1rem}.result-page__education-item{padding:1rem;background-color:#f9fafb;border-radius:.5rem}.result-page__education-degree{font-size:1rem;font-weight:600;color:#111827}.result-page__education-institution{font-size:.875rem;color:#4f46e5;margin-top:.125rem}.result-page__education-dates{font-size:.75rem;color:#6b7280;margin-top:.25rem}.result-page__education-honors{font-size:.75rem;color:#16a34a;margin-top:.25rem}.result-page__skills-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.result-page__skills-grid{grid-template-columns:repeat(2,1fr)}}.result-page__skills-category{padding:1rem;background-color:#f9fafb;border-radius:.5rem}.result-page__skills-category-title{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.result-page__skills-list{display:flex;flex-wrap:wrap;gap:.5rem}.result-page__skill-tag{padding:.25rem .75rem;background-color:#fff;border:1px solid rgb(229,231,235);border-radius:9999px;font-size:.75rem;color:#374151}.result-page__certifications-list{display:flex;flex-direction:column;gap:.5rem}.result-page__certification-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#374151}.result-page__certification-icon{width:1rem;height:1rem;color:#16a34a}.result-page__analysis-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.result-page__analysis-grid{grid-template-columns:repeat(2,1fr)}}.result-page__analysis-section{padding:1rem;border-radius:.5rem}.result-page__analysis-section--strengths{background-color:#f0fdf4;border:1px solid rgb(187,247,208)}.result-page__analysis-section--gaps{background-color:#fffbeb;border:1px solid rgb(253,230,138)}.result-page__analysis-section--suggestions{background-color:#eef2ff;border:1px solid rgb(199,210,254)}.result-page__analysis-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.result-page__analysis-icon{width:1.25rem;height:1.25rem}.result-page__analysis-icon--strengths{color:#16a34a}.result-page__analysis-icon--gaps{color:#eab308}.result-page__analysis-icon--suggestions{color:#4f46e5}.result-page__analysis-title{font-size:.875rem;font-weight:600;color:#111827}.result-page__analysis-list{list-style:disc;padding-left:1.25rem}.result-page__analysis-list li{font-size:.875rem;color:#374151;margin-bottom:.25rem}.result-page__match-breakdown{display:flex;flex-direction:column;gap:1rem}.result-page__match-item{display:flex;align-items:center;gap:1rem}.result-page__match-label{width:8rem;font-size:.875rem;color:#4b5563;flex-shrink:0}.result-page__match-bar{flex:1;height:.5rem;background-color:#e5e7eb;border-radius:9999px;overflow:hidden}.result-page__match-fill{height:100%;border-radius:9999px;transition:width .3s ease}.result-page__match-fill--excellent{background-color:#22c55e}.result-page__match-fill--good{background-color:#eab308}.result-page__match-fill--fair{background-color:#f97316}.result-page__match-value{width:3rem;text-align:right;font-size:.875rem;font-weight:600;color:#111827}.result-page__notes-info{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background-color:#eff6ff;border:1px solid rgb(191,219,254);border-radius:.5rem}.result-page__notes-icon{width:1.25rem;height:1.25rem;color:#3b82f6;flex-shrink:0}.result-page__notes-text{font-size:.875rem;color:#1e40af}@keyframes login-slide-in-right{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes login-fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.login-page{min-height:100vh;width:100%;display:flex;background-size:cover;background-position:center}.login-page__right-panel{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;background-color:#f9fafb;animation:login-slide-in-right .6s ease-out forwards}.login-page__form-container{width:100%;max-width:28rem}.login-page__form-header{text-align:center;animation:login-fade-in-up .5s ease-out forwards}@media (min-width: 1024px){.login-page__form-header{text-align:left}}.login-page__form-title{font-size:1.875rem;font-weight:800;color:#111827;letter-spacing:-.02em}.login-page__form-subtitle{margin-top:.5rem;color:#4b5563;font-size:1rem}.login-page__error{margin-top:1rem;padding:1rem;background-color:#fef2f2;border:1px solid rgb(254,202,202);border-radius:.5rem;color:#b91c1c;font-size:.875rem}.login-page__form{margin-top:2rem;display:flex;flex-direction:column;gap:1.5rem}.login-page__form-options{display:flex;align-items:center;justify-content:space-between}.login-page__remember-me{display:flex;align-items:center;gap:.5rem;cursor:pointer}.login-page__remember-checkbox{width:1rem;height:1rem;color:#4f46e5;border-color:#d1d5db;border-radius:.25rem;cursor:pointer}.login-page__remember-label{font-size:.875rem;color:#4b5563}.login-page__forgot-link{font-size:.875rem;color:#4f46e5;font-weight:500;text-decoration:none;transition:color .2s ease}.login-page__forgot-link:hover{color:#4338ca}.login-page__divider{position:relative}.login-page__divider-line{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center}.login-page__divider-line-inner{width:100%;border-top:1px solid rgb(229,231,235)}.login-page__divider-text-container{position:relative;display:flex;justify-content:center}.login-page__divider-text{padding:0 1rem;background-color:#f9fafb;color:#6b7280;font-size:.875rem}.login-page__social-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.login-page__signup-text{text-align:center;font-size:.875rem;color:#4b5563}.login-page__signup-link{color:#4f46e5;font-weight:500;text-decoration:none;transition:color .2s ease}.login-page__signup-link:hover{color:#4338ca}.login-page__terms{text-align:center;font-size:.75rem;color:#6b7280}.login-page__terms-link{color:#4f46e5;text-decoration:none;transition:all .2s ease}.login-page__terms-link:hover{text-decoration:underline;color:#4338ca}@keyframes signup-slide-in-right{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes signup-fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.signup-page{min-height:100vh;width:100%;display:flex;background-size:cover;background-position:center}.signup-page__right-panel{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;background-color:#f9fafb;animation:signup-slide-in-right .6s ease-out forwards}.signup-page__form-container{width:100%;max-width:28rem}.signup-page__form-header{text-align:center;animation:signup-fade-in-up .5s ease-out forwards}@media (min-width: 1024px){.signup-page__form-header{text-align:left}}.signup-page__form-title{font-size:1.5rem;font-weight:700;color:#111827}.signup-page__form-subtitle{margin-top:.5rem;color:#4b5563}.signup-page__error{margin-top:1rem;padding:1rem;background-color:#fef2f2;border:1px solid rgb(254,202,202);border-radius:.5rem;color:#b91c1c;font-size:.875rem}.signup-page__form{margin-top:2rem;display:flex;flex-direction:column;gap:1.25rem}.signup-page__name-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.signup-page__password-requirements{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-top:.75rem}.signup-page__requirement{display:flex;align-items:center;gap:.5rem;font-size:.75rem}.signup-page__requirement--met{color:#16a34a}.signup-page__requirement--unmet{color:#6b7280}.signup-page__requirement-icon{width:.75rem;height:.75rem}.signup-page__terms-checkbox{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer}.signup-page__terms-input{width:1rem;height:1rem;margin-top:.125rem;color:#4f46e5;border-color:#d1d5db;border-radius:.25rem}.signup-page__terms-label{font-size:.875rem;color:#4b5563}.signup-page__terms-link{color:#4f46e5;text-decoration:none}.signup-page__terms-link:hover{text-decoration:underline}.signup-page__login-text{text-align:center;font-size:.875rem;color:#4b5563}.signup-page__login-link{color:#4f46e5;font-weight:500;text-decoration:none}.signup-page__login-link:hover{color:#4338ca}.signup-page__divider{position:relative}.signup-page__divider-line{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center}.signup-page__divider-line-inner{width:100%;border-top:1px solid rgb(229,231,235)}.signup-page__divider-text-container{position:relative;display:flex;justify-content:center}.signup-page__divider-text{padding:0 1rem;background-color:#f9fafb;color:#6b7280;font-size:.875rem}.signup-page__social-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@keyframes verify-slide-in-left{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes verify-slide-in-right{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes verify-fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes verify-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.verify-page{min-height:100vh;width:100%;display:flex;background-size:cover;background-position:center}.verify-page__left-panel{display:none;width:50%;padding:3rem;flex-direction:column;justify-content:space-between;background-size:cover;background-position:center;position:relative;overflow:hidden;animation:verify-slide-in-left .6s ease-out forwards}@media (min-width: 1024px){.verify-page__left-panel{display:flex}}.verify-page__logo{display:flex;align-items:center;animation:verify-fade-in-up .5s ease-out forwards;position:relative;z-index:10;transition:transform .3s ease;margin-top:-2rem;margin-left:1rem;text-decoration:none}.verify-page__logo:hover{transform:translateY(-2px)}.verify-page__logo-image{height:18rem;width:auto;filter:drop-shadow(0 4px 12px rgba(255,255,255,.2))}.verify-page__mail-icon-container{width:5rem;height:5rem;margin-top:-4rem;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:2rem}.verify-page__mail-icon{width:2.5rem;height:2.5rem;color:#fff}.verify-page__heading{margin-top:4rem;margin-left:3rem;animation:verify-fade-in-up .5s ease-out forwards;animation-delay:.1s;opacity:0}.verify-page__title{font-size:2.25rem;font-weight:700;color:#fff;line-height:1.2}.verify-page__subtitle{margin-top:1.5rem;font-size:1.125rem;color:#dbeafee6;max-width:28rem}.verify-page__steps{margin-top:3rem;display:flex;flex-direction:column;gap:1rem}.verify-page__step{display:flex;align-items:center;gap:1rem}.verify-page__step-number{width:2rem;height:2rem;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.875rem}.verify-page__step-text{color:#fff}.verify-page__help{margin-top:2rem;padding:1rem;background:#ffffff1a;border-radius:.5rem;font-size:.875rem;color:#c7d2fee6}.verify-page__help-link{color:#fff;text-decoration:underline}.verify-page__right-panel{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;background-color:#f9fafb;animation:verify-slide-in-right .6s ease-out forwards}.verify-page__form-container{width:100%;max-width:28rem}.verify-page__back-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280;text-decoration:none;margin-bottom:2rem;transition:color .2s ease}.verify-page__back-link:hover{color:#374151}.verify-page__back-icon{width:1rem;height:1rem}.verify-page__form-header{text-align:center;animation:verify-fade-in-up .5s ease-out forwards}.verify-page__form-icon-container{width:4rem;height:4rem;background-color:#eef2ff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.verify-page__form-icon{width:2rem;height:2rem;color:#4f46e5}.verify-page__form-title{font-size:1.5rem;font-weight:700;color:#111827}.verify-page__form-subtitle{margin-top:.5rem;color:#4b5563}.verify-page__email{font-weight:600;color:#111827}.verify-page__error{margin-top:1rem;padding:1rem;background-color:#fef2f2;border:1px solid rgb(254,202,202);border-radius:.5rem;color:#b91c1c;font-size:.875rem}.verify-page__success{margin-top:1rem;padding:1rem;background-color:#f0fdf4;border:1px solid rgb(187,247,208);border-radius:.5rem;color:#166534;font-size:.875rem;display:flex;align-items:center;gap:.5rem}.verify-page__success-icon{width:1rem;height:1rem}.verify-page__form{margin-top:2rem}.verify-page__code-label{display:block;font-size:.875rem;font-weight:500;color:#374151;text-align:center;margin-bottom:.75rem}.verify-page__code-inputs{display:flex;gap:.5rem;justify-content:center}@media (min-width: 640px){.verify-page__code-inputs{gap:.75rem}}.verify-page__code-input{width:3rem;height:3.5rem;text-align:center;font-size:1.5rem;font-weight:600;border:2px solid rgb(229,231,235);border-radius:.75rem;transition:all .2s ease;background:#fff}@media (min-width: 640px){.verify-page__code-input{width:3.5rem;height:4rem}}.verify-page__code-input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.verify-page__code-input--filled{border-color:#4f46e5;background-color:#eef2ff}.verify-page__resend{margin-top:1.5rem;text-align:center}.verify-page__resend-text{font-size:.875rem;color:#6b7280}.verify-page__resend-button{background:none;border:none;color:#4f46e5;font-weight:500;cursor:pointer;font-size:.875rem;display:inline-flex;align-items:center;gap:.25rem;transition:color .2s ease}.verify-page__resend-button:hover{color:#4338ca}.verify-page__resend-button:disabled{cursor:not-allowed;opacity:.5}.verify-page__resend-icon{width:1rem;height:1rem}.verify-page__resend-icon--spinning{animation:verify-spin 1s linear infinite}.verify-page__resend-cooldown{font-size:.875rem;color:#6b7280}.verify-page__help-footer{margin-top:2rem;padding:1rem;background-color:#f9fafb;border:1px solid rgb(229,231,235);border-radius:.5rem;text-align:center}.verify-page__help-footer-text{font-size:.75rem;color:#6b7280;margin-bottom:.25rem}.verify-page__help-footer-link{font-size:.75rem;color:#4f46e5;text-decoration:none}.verify-page__help-footer-link:hover{text-decoration:underline}.forgot-page{min-height:100vh;width:100%;display:flex;background-size:cover;background-position:center}.forgot-page__right-panel{width:100%;display:flex;align-items:center;justify-content:center;padding:2rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a}@media (min-width: 1024px){.forgot-page__right-panel{width:50%}}.forgot-page__form-container{width:100%;max-width:28rem;background:#fff;border-radius:1rem;padding:2.5rem;box-shadow:0 25px 50px -12px #00000040;animation:forgot-fade-in .6s ease-out forwards}@keyframes forgot-fade-in{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.forgot-page__back-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;color:#6b7280;text-decoration:none;margin-bottom:1.5rem;transition:color .2s}.forgot-page__back-link:hover{color:#667eea}.forgot-page__form-header{margin-bottom:1.5rem}.forgot-page__form-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.forgot-page__form-subtitle{color:#6b7280;font-size:.875rem;line-height:1.5}.forgot-page__error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;margin-bottom:1rem}.forgot-page__success{background:#f0fdf4;border:1px solid #bbf7d0;color:#16a34a;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;margin-bottom:1rem}.forgot-page__form{display:flex;flex-direction:column;gap:1.25rem}.forgot-page__code-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.forgot-page__code-inputs{display:flex;gap:.5rem;justify-content:center}.forgot-page__code-input{width:3rem;height:3.5rem;text-align:center;font-size:1.5rem;font-weight:700;border:2px solid #d1d5db;border-radius:.5rem;outline:none;transition:border-color .2s,box-shadow .2s;background:#f9fafb}.forgot-page__code-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea26;background:#fff}.forgot-page__done-text{color:#374151;font-size:.9375rem;line-height:1.6;margin-bottom:.5rem}.forgot-page__done-hint{color:#6b7280;font-size:.8125rem;margin-bottom:1.25rem}.dashboard-page{min-height:calc(100vh - 64px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.dashboard-header{background:linear-gradient(135deg,#4f46e5,#7c3aed,#8b5cf6);border-radius:16px;padding:32px;color:#fff;animation:fadeInUp .5s ease-out forwards}.header-content{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}.welcome-section{flex:1}.welcome-text{display:flex;align-items:center;gap:12px;margin-bottom:4px}.welcome-back{font-size:14px;color:#fffc}.plan-badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;padding:4px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px}.plan-badge.pro{background:linear-gradient(135deg,#f59e0b,#f97316);color:#fff}.plan-badge.starter{background:#fff3;color:#fff}.user-name{font-size:32px;font-weight:700;margin-bottom:8px}.user-summary{font-size:15px;color:#ffffffd9;margin-bottom:20px}.header-actions{display:flex;gap:12px}.create-vacancy-btn{background:#fff!important;color:#4f46e5!important;border:none!important;font-weight:600}.create-vacancy-btn span{position:relative;top:1px}.create-vacancy-btn:hover{background:#ffffffe6!important}.candidates-comparison-btn{background:#22c55e!important;color:#fff!important;border:none!important;font-weight:600}.candidates-comparison-btn span{position:relative;top:1px}.candidates-comparison-btn:hover{background:#16a34a!important}.status-section{flex-shrink:0}.status-card{background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:16px 24px;display:flex;flex-direction:column;gap:12px}.status-item{display:flex;flex-direction:column;gap:2px}.status-label{font-size:11px;color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px}.status-value{font-size:15px;font-weight:600;color:#fff}.account-status{display:flex;align-items:center;gap:6px}.status-dot{width:8px;height:8px;border-radius:50%;background:#22c55e}.status-dot.active{animation:blink 1.5s ease-in-out infinite}@keyframes blink{0%,to{opacity:1;box-shadow:0 0 #22c55e80}50%{opacity:.6;box-shadow:0 0 0 4px #22c55e00}}.credits-status-item{display:flex;flex-direction:column;gap:6px;padding-top:12px;border-top:1px solid rgba(255,255,255,.15)}.credits-display{display:flex;align-items:center;gap:4px}.credits-coin{width:18px;height:18px;margin-right:2px}.credits-used{font-size:18px;font-weight:700;color:#fff}.credits-separator{font-size:14px;color:#ffffff80}.credits-total{font-size:14px;font-weight:500;color:#ffffffb3}.credits-label-text{font-size:11px;color:#ffffff80;margin-left:4px}.credits-bar{height:4px;background:#fff3;border-radius:2px;overflow:hidden}.credits-bar-fill{height:100%;background:linear-gradient(90deg,#22c55e,#4ade80);border-radius:2px;transition:width .5s ease}.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.kpi-card{display:flex;align-items:flex-start;gap:16px;padding:20px!important;opacity:0;animation:scaleIn .4s ease-out forwards}.kpi-card:nth-child(1){animation-delay:.1s}.kpi-card:nth-child(2){animation-delay:.2s}.kpi-card:nth-child(3){animation-delay:.3s}.kpi-card:nth-child(4){animation-delay:.4s}.kpi-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-top:8px;flex-shrink:0}.kpi-content{display:flex;flex-direction:column;gap:2px}.kpi-label{font-size:11px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.kpi-value{font-size:28px;font-weight:700;color:#111827;line-height:1.2}.kpi-change{font-size:12px;color:#6b7280}.kpi-change.positive{color:#22c55e}.kpi-change.negative{color:#ef4444}.kpi-change.neutral{color:#6b7280}.content-grid{display:grid;grid-template-columns:1fr 320px;gap:32px}.left-column{min-width:0;opacity:0;animation:fadeInLeft .5s ease-out .3s forwards}.right-column{flex-shrink:0;opacity:0;animation:fadeInRight .5s ease-out .4s forwards}.section-header{display:flex;justify-content:space-between;align-items:center}.section-title{font-size:20px;font-weight:700;color:#111827}.view-all-link{display:flex;align-items:center;gap:4px;font-size:14px;font-weight:500;color:#6366f1;background:none;border:none;cursor:pointer;transition:color .2s}.view-all-link:hover{color:#4f46e5}.recent-analyses-list{display:flex;flex-direction:column;gap:12px}.recent-analysis-card-wrapper{cursor:pointer;opacity:0;animation:fadeInUp .4s ease-out forwards}.recent-analysis-card-wrapper:nth-child(1){animation-delay:.4s}.recent-analysis-card-wrapper:nth-child(2){animation-delay:.5s}.recent-analysis-card-wrapper:nth-child(3){animation-delay:.6s}.recent-analysis-card{padding:16px 20px!important;min-height:auto;transition:all .2s ease}.recent-analysis-card.clickable:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:#6366f1}.analysis-header{display:flex;justify-content:space-between;align-items:flex-start}.analysis-title-section{display:flex;align-items:center;gap:12px}.analysis-title{font-size:18px;font-weight:600;color:#111827}.status-badge{font-size:12px;font-weight:500;padding:4px 10px;border-radius:20px}.analysis-score{text-align:right}.score-value{font-size:28px;font-weight:700;line-height:1}.score-label{font-size:11px;color:#6b7280;display:block}.analysis-description{font-size:13px;color:#6b7280;line-height:1.5;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.analysis-meta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:12px}.meta-item{display:flex;align-items:center;gap:6px;font-size:13px;color:#6b7280}.meta-item svg{color:#9ca3af}.analysis-footer{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #F3F4F6}.department-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:500}.analysis-actions{display:flex;align-items:center;gap:16px}.action-link{display:flex;align-items:center;gap:6px;font-size:14px;color:#6b7280;background:none;border:none;cursor:pointer;transition:color .2s}.action-link:hover{color:#111827}.saved-vacancies-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.saved-vacancy-card-wrapper{cursor:pointer;opacity:0;animation:scaleIn .4s ease-out forwards}.saved-vacancy-card-wrapper:nth-child(1){animation-delay:.5s}.saved-vacancy-card-wrapper:nth-child(2){animation-delay:.6s}.saved-vacancy-card-wrapper:nth-child(3){animation-delay:.7s}.saved-vacancy-card-wrapper:nth-child(4){animation-delay:.8s}.saved-vacancy-card{padding:20px!important;transition:all .2s ease}.saved-vacancy-card.clickable:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:#6366f1}.vacancy-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.vacancy-title{font-size:16px;font-weight:600;color:#111827}.bookmark-btn{background:none;border:none;color:#9ca3af;cursor:pointer;padding:4px;transition:color .2s}.bookmark-btn:hover,.bookmark-btn.active{color:#6366f1}.vacancy-location{display:flex;align-items:center;gap:4px;font-size:13px;color:#6b7280;margin-bottom:12px}.vacancy-location .dot{margin:0 4px}.vacancy-badges{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.level-badge,.type-badge{font-size:11px;font-weight:500;padding:4px 10px;border-radius:4px;background:#f3f4f6;color:#374151}.vacancy-description{font-size:13px;color:#6b7280;line-height:1.5;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.vacancy-footer{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #F3F4F6}.created-date{font-size:12px;color:#9ca3af}.use-template-link{font-size:13px;font-weight:500;color:#6366f1;background:none;border:none;cursor:pointer;transition:color .2s}.use-template-link:hover{color:#4f46e5}.quick-actions-list{display:flex;flex-direction:column;gap:12px}.quick-action-btn{display:flex;align-items:center;gap:14px;padding:16px;border-radius:12px;border:none;cursor:pointer;text-align:left;transition:all .2s;width:100%;opacity:0;animation:fadeInUp .4s ease-out forwards}.quick-action-btn:nth-child(1){animation-delay:.5s}.quick-action-btn:nth-child(2){animation-delay:.6s}.quick-action-btn:nth-child(3){animation-delay:.7s}.quick-action-btn.green{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.quick-action-btn.green:hover{transform:translateY(-2px);box-shadow:0 4px 12px #22c55e66}.quick-action-btn.white{background:#fff;border:1px solid #E5E7EB;color:#111827}.quick-action-btn.white:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000000d}.qa-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#fff3;flex-shrink:0}.quick-action-btn.white .qa-icon{background:#f3f4f6}.qa-icon.purple{background:#ede9fe;color:#7c3aed}.qa-icon.blue{background:#dbeafe;color:#2563eb}.qa-content{display:flex;flex-direction:column;gap:2px}.qa-title{font-size:15px;font-weight:600}.qa-desc{font-size:12px;opacity:.7}.quick-action-btn.green .qa-desc{color:#fffc}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}@media (max-width: 1024px){.kpi-grid{grid-template-columns:repeat(2,1fr)}.content-grid{grid-template-columns:1fr}.right-column{order:-1}.quick-actions-list{flex-direction:row;overflow-x:auto}.quick-action-btn{min-width:200px}}@media (max-width: 768px){.header-content{flex-direction:column}.status-section{width:100%}.status-card{flex-direction:row;justify-content:space-between}.kpi-grid,.saved-vacancies-grid{grid-template-columns:1fr}.header-actions{flex-direction:column;width:100%}.header-actions button{width:100%;justify-content:center}}.dashboard-tips{margin-top:32px;animation:fadeInUp .5s ease-out .6s forwards;opacity:0}@keyframes analyzer-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.resumes-analyzer-page{max-width:1280px;margin:0 auto;padding:2rem 1.25rem;animation:analyzer-fade-in .4s ease-out forwards}@keyframes settings-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes settings-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes settings-scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.settings-page{max-width:64rem;margin:0 auto;padding:2rem 1.5rem;animation:settings-fade-in .3s ease-out forwards}.settings-header{margin-bottom:2rem;opacity:0;animation:settings-slide-up .4s ease-out .1s forwards}.settings-tabs{opacity:0;animation:settings-fade-in .4s ease-out .2s forwards}.settings-content{opacity:0;animation:settings-scale-in .4s ease-out forwards}.settings-page__header{margin-bottom:2rem}.settings-page__title{font-size:1.5rem;font-weight:700;color:#111827}.settings-page__subtitle{font-size:.875rem;color:#6b7280;margin-top:.25rem}.settings-page__tabs{display:flex;gap:.5rem;padding:.25rem;background-color:#f3f4f6;border-radius:.5rem;margin-bottom:2rem}.settings-page__tab{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border:none;background:none;border-radius:.375rem;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .2s ease}.settings-page__tab:hover{color:#374151}.settings-page__tab--active{background-color:#fff;color:#111827;box-shadow:0 1px 2px #0000000d}.settings-page__tab-icon{width:1.25rem;height:1.25rem}.settings-page__card{background:#fff;border-radius:.75rem;border:1px solid rgb(229,231,235);overflow:hidden}.settings-page__card-header{padding:1.5rem;border-bottom:1px solid rgb(243,244,246)}.settings-page__card-title{font-size:1.125rem;font-weight:600;color:#111827}.settings-page__card-description{font-size:.875rem;color:#6b7280;margin-top:.25rem}.settings-page__card-body{padding:1.5rem}.settings-page__form{display:flex;flex-direction:column;gap:1.5rem}.settings-page__form-row{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 640px){.settings-page__form-row{grid-template-columns:repeat(2,1fr)}}.settings-page__form-group{display:flex;flex-direction:column;gap:.5rem}.settings-page__label{font-size:.875rem;font-weight:500;color:#374151}.settings-page__select{width:100%;padding:.625rem .75rem;border:1px solid rgb(209,213,219);border-radius:.5rem;font-size:.875rem;color:#111827;background-color:#fff;cursor:pointer;transition:all .2s ease}.settings-page__select:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.settings-page__password-requirements{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-top:.5rem}.settings-page__requirement{display:flex;align-items:center;gap:.5rem;font-size:.75rem}.settings-page__requirement--met{color:#16a34a}.settings-page__requirement--unmet{color:#6b7280}.settings-page__requirement-icon{width:.75rem;height:.75rem}.settings-page__alert{padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;display:flex;align-items:center;gap:.5rem}.settings-page__alert--success{background-color:#f0fdf4;border:1px solid rgb(187,247,208);color:#166534}.settings-page__alert--error{background-color:#fef2f2;border:1px solid rgb(254,202,202);color:#b91c1c}.settings-page__alert-icon{width:1rem;height:1rem}.settings-page__actions{display:flex;justify-content:flex-end;padding-top:1rem;border-top:1px solid rgb(243,244,246)}.settings-page__email-field{display:flex;flex-direction:column;gap:.5rem}.settings-page__email-value{padding:.625rem .75rem;background-color:#f9fafb;border:1px solid rgb(229,231,235);border-radius:.5rem;font-size:.875rem;color:#6b7280}.settings-page__email-hint{font-size:.75rem;color:#9ca3af}.manage-plan__section{background:#fff;border-radius:.75rem;border:1px solid rgb(229,231,235);padding:1.5rem;opacity:0;animation:settings-scale-in .4s ease-out forwards}.manage-plan__section:nth-child(1){animation-delay:.05s}.manage-plan__section:nth-child(2){animation-delay:.1s}.manage-plan__section:nth-child(3){animation-delay:.15s}.manage-plan__section:nth-child(4){animation-delay:.2s}.manage-plan__section--starter{border-left:4px solid rgb(37,99,235)}.manage-plan__section--professional{border-left:4px solid rgb(139,92,246)}.manage-plan__section--congrats{border-left:4px solid rgb(245,158,11);background:linear-gradient(135deg,#fbbf240a,#f59e0b14)}.manage-plan__section--credits{border-left:4px solid rgb(245,158,11)}.manage-plan__section--invoices{border-left:4px solid rgb(79,70,229)}.credits-detail__section{background:#fff;border-radius:.75rem;border:1px solid rgb(229,231,235);padding:1.5rem;opacity:0;animation:settings-scale-in .4s ease-out forwards}.credits-detail__section:nth-child(1){animation-delay:.05s}.credits-detail__section:nth-child(2){animation-delay:.1s}.credits-detail__balance-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}@media (max-width: 768px){.credits-detail__balance-grid{grid-template-columns:1fr;gap:1.5rem}}.credits-detail__balance-main{min-width:0}.credits-detail__bar{width:100%;height:.5rem;background-color:#e5e7eb;border-radius:9999px;overflow:hidden;margin-top:.75rem}.credits-detail__bar-fill{height:100%;background:linear-gradient(90deg,#6366f1,#8b5cf6);border-radius:9999px;transition:width .6s ease}.credits-detail__packs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (max-width: 640px){.credits-detail__packs-grid{grid-template-columns:1fr}}.credits-detail__pack{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border:1px solid rgb(229,231,235);border-radius:.75rem;transition:all .2s ease}.credits-detail__pack:hover{border-color:#a5a0f6;box-shadow:0 4px 12px #6366f114}.credits-detail__section:nth-child(3){animation-delay:.15s}.credits-detail__table-wrapper{overflow-x:auto;border:1px solid rgb(229,231,235);border-radius:.5rem}.credits-detail__table{width:100%;border-collapse:collapse;font-size:.8125rem}.credits-detail__table thead{background-color:#f9fafb}.credits-detail__table th{padding:.625rem 1rem;text-align:left;font-weight:600;font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.025em;border-bottom:1px solid rgb(229,231,235)}.credits-detail__table td{padding:.75rem 1rem;border-bottom:1px solid rgb(243,244,246)}.credits-detail__table tbody tr:last-child td{border-bottom:none}.credits-detail__table tbody tr{transition:background-color .15s ease}.credits-detail__table tbody tr:hover{background-color:#f9fafb}.credits-detail__action-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.2rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:500;white-space:nowrap}.credits-detail__pagination{display:flex;align-items:center;justify-content:space-between;margin-top:1rem;padding-top:.75rem}.credits-detail__page-btn{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.375rem;border:1px solid rgb(229,231,235);background:#fff;font-size:.8125rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .15s ease}.credits-detail__page-btn:hover:not(:disabled){border-color:#a5a0f6;color:#4f46e5}.credits-detail__page-btn:disabled{opacity:.4;cursor:default}.credits-detail__page-btn--active{background-color:#4f46e5;border-color:#4f46e5;color:#fff}.credits-detail__page-btn--active:hover:not(:disabled){background-color:#4338ca;border-color:#4338ca;color:#fff}@keyframes checkout-fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.checkout-page{max-width:1280px;margin:0 auto;padding:2rem 1.5rem 3rem;animation:checkout-fadeInUp .3s ease-out forwards}.checkout-page__heading{margin-bottom:2rem}.checkout-page__heading h1{font-size:1.75rem;font-weight:700;color:#111827;margin-bottom:.25rem}.checkout-page__heading p{font-size:.9rem;color:#6b7280}.checkout-page__grid{display:grid;grid-template-columns:1fr 380px;gap:2rem;align-items:start}.checkout-page__main{display:flex;flex-direction:column;gap:1.5rem}.checkout-section{background:#fff;border-radius:.75rem;border:1px solid #e5e7eb;padding:1.5rem;opacity:0;animation:checkout-fadeInUp .4s ease-out forwards}.checkout-section:nth-child(1){animation-delay:.05s}.checkout-section:nth-child(2){animation-delay:.1s}.checkout-section:nth-child(3){animation-delay:.15s}.checkout-section:nth-child(4){animation-delay:.2s}.checkout-section:nth-child(5){animation-delay:.25s}.checkout-section:nth-child(6){animation-delay:.3s}.checkout-sidebar{position:sticky;top:96px;opacity:0;animation:checkout-fadeInUp .4s ease-out .15s forwards}.checkout-page__submit{opacity:0;animation:checkout-fadeInUp .4s ease-out .35s forwards}@media (max-width: 1024px){.checkout-page__grid{grid-template-columns:1fr}.checkout-sidebar{position:static;order:-1}}@media (max-width: 640px){.checkout-page{padding:1.5rem 1rem 2rem}.checkout-section{padding:1.25rem}}@keyframes comparitor-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes comparitor-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes comparitor-count-up{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.comparitor-page{max-width:1280px;margin:0 auto;padding:2rem 1.25rem;animation:comparitor-fade-in .4s ease-out forwards}.comparitor-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}.comparitor-header-left h1{font-size:1.75rem;font-weight:700;color:#111827;margin-bottom:.25rem}.comparitor-header-left p{font-size:.875rem;color:#6b7280}.comparitor-header-actions{display:flex;gap:.75rem}.comparitor-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem}.comparitor-stat-card{background:#fff;border-radius:.75rem;padding:1.25rem;border:1px solid #e5e7eb;display:flex;align-items:flex-start;gap:1rem;animation:comparitor-slide-up .5s ease-out forwards;transition:box-shadow .2s}.comparitor-stat-card:hover{box-shadow:0 4px 12px #00000014}.comparitor-stat-card:nth-child(1){animation-delay:.05s}.comparitor-stat-card:nth-child(2){animation-delay:.1s}.comparitor-stat-card:nth-child(3){animation-delay:.15s}.comparitor-stat-card:nth-child(4){animation-delay:.2s}.stat-icon{width:44px;height:44px;border-radius:.625rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.stat-icon.purple{background:#ede9fe;color:#7c3aed}.stat-icon.blue{background:#dbeafe;color:#2563eb}.stat-icon.orange{background:#ffedd5;color:#ea580c}.stat-icon.yellow{background:#fef3c7;color:#d97706}.stat-info{flex:1;min-width:0}.stat-info .stat-label{font-size:.8rem;color:#6b7280;margin-bottom:.25rem}.stat-info .stat-value{font-size:1.75rem;font-weight:700;color:#111827;line-height:1.2;animation:comparitor-count-up .6s ease-out forwards}.stat-badge{font-size:.65rem;font-weight:600;padding:.125rem .5rem;border-radius:9999px;white-space:nowrap}.stat-badge.green{background:#dcfce7;color:#16a34a}.stat-badge.blue{background:#dbeafe;color:#2563eb}.stat-badge.orange{background:#ffedd5;color:#ea580c}.stat-badge.yellow{background:#fef3c7;color:#d97706}.comparitor-filters{background:#fff;border-radius:.75rem;border:1px solid #e5e7eb;padding:1.25rem 1.5rem;margin-bottom:1.5rem;animation:comparitor-slide-up .5s ease-out .15s forwards;opacity:0}.comparitor-filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.comparitor-filters-header h3{font-size:.9375rem;font-weight:600;color:#111827;display:flex;align-items:center;gap:.5rem}.comparitor-filters-header button{font-size:.8125rem;color:#4f46e5;font-weight:500;cursor:pointer;background:none;border:none}.comparitor-filters-header button:hover{color:#4338ca}.comparitor-filters-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:1rem;align-items:end}.filter-group label{display:block;font-size:.75rem;font-weight:500;color:#6b7280;margin-bottom:.375rem}.filter-group select,.filter-group input{width:100%;padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.775rem;color:#374151;background:#fff;cursor:pointer;transition:border-color .2s}.filter-group select:focus,.filter-group input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e526}.filter-group input::-moz-placeholder{color:#9ca3af}.filter-group input::placeholder{color:#9ca3af}.comparisons-section{background:#fff;border-radius:.75rem;border:1px solid #e5e7eb;padding:1.5rem;margin-bottom:1.5rem;animation:comparitor-slide-up .5s ease-out .2s forwards;opacity:0}.comparisons-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.25rem}.comparisons-header-left h2{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.125rem}.comparisons-header-left p{font-size:.8125rem;color:#9ca3af}.comparisons-header-right{display:flex;align-items:center;gap:.5rem}.sort-btn{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.8125rem;color:#6b7280;background:#fff;cursor:pointer;transition:all .2s}.sort-btn:hover{border-color:#d1d5db;background:#f9fafb}.comparison-card{display:flex;align-items:center;padding:1rem;margin:0 -1rem;border-bottom:1px solid #f3f4f6;transition:all .25s cubic-bezier(.4,0,.2,1);gap:1rem;border-radius:.625rem;cursor:pointer;opacity:0;animation:comparitor-slide-up .45s ease-out forwards}.comparison-card:nth-child(1){animation-delay:.04s}.comparison-card:nth-child(2){animation-delay:.08s}.comparison-card:nth-child(3){animation-delay:.12s}.comparison-card:nth-child(4){animation-delay:.16s}.comparison-card:nth-child(5){animation-delay:.2s}.comparison-card:nth-child(6){animation-delay:.24s}.comparison-card:nth-child(7){animation-delay:.28s}.comparison-card:nth-child(8){animation-delay:.32s}.comparison-card:nth-child(9){animation-delay:.36s}.comparison-card:nth-child(10){animation-delay:.4s}.comparison-card:last-child{border-bottom:none}.comparison-card:hover{transform:translateY(-2px);background:#f8f9ff;box-shadow:0 8px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-bottom-color:transparent}@keyframes card-shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.comparison-card.analyzing{position:relative;overflow:hidden;background:linear-gradient(90deg,transparent 0%,rgba(124,58,237,.06) 25%,rgba(124,58,237,.12) 50%,rgba(124,58,237,.06) 75%,transparent 100%);background-size:600px 100%;animation:comparitor-slide-up .45s ease-out forwards,card-shimmer 2.5s ease-in-out infinite;border-left:3px solid #7c3aed}.comparison-card.analyzing:hover{background:linear-gradient(90deg,#f5f3ff99,#ede9feb3,#ddd6fe80,#ede9feb3,#f5f3ff99);background-size:600px 100%;animation:comparitor-slide-up .45s ease-out forwards,card-shimmer 2.5s ease-in-out infinite}.comparison-icon{width:44px;height:44px;border-radius:.625rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-size:1.125rem}.comparison-icon.purple{background:#7c3aed}.comparison-icon.orange{background:#ea580c}.comparison-icon.blue{background:#2563eb}.comparison-icon.pink{background:#db2777}.comparison-icon.green{background:#059669}.comparison-icon.red{background:#dc2626}.comparison-icon.cyan{background:#0891b2}.comparison-icon.indigo{background:#4f46e5}.comparison-info{flex:1;min-width:0}.comparison-title{font-size:.9375rem;font-weight:600;color:#111827;display:flex;align-items:center;gap:.5rem;margin-bottom:.375rem;flex-wrap:wrap}.comparison-title .status-badge{font-size:.65rem;font-weight:600;padding:.125rem .5rem;border-radius:9999px;background:#dcfce7;color:#16a34a}@keyframes status-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}@keyframes status-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.comparison-title .status-badge-animated{display:inline-flex;align-items:center;gap:.375rem;font-size:.65rem;font-weight:600;padding:.125rem .6rem .125rem .4rem;border-radius:9999px;color:#6d28d9;background:linear-gradient(90deg,#ddd6fe80,#ede9fee6,#ddd6fe80);background-size:200% 100%;animation:status-shimmer 2.5s ease-in-out infinite}.status-pulse-dot{width:6px;height:6px;border-radius:50%;background:#7c3aed;animation:status-pulse 1.5s ease-in-out infinite;flex-shrink:0}.comparison-title .status-badge.pending{background:#fef3c7;color:#d97706}.comparison-meta{display:flex;align-items:center;gap:.75rem;font-size:.75rem;color:#9ca3af;flex-wrap:wrap}.comparison-meta .meta-item{display:flex;align-items:center;gap:.25rem;white-space:nowrap}.comparison-meta .meta-item svg{width:13px;height:13px;flex-shrink:0}.comparison-meta .meta-divider{color:#d1d5db}.comparison-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.action-btn{padding:.5rem 1rem;border-radius:.5rem;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s;border:none;display:flex;align-items:center;gap:.375rem}.action-btn.primary{background:#4f46e5;color:#fff}.action-btn.primary:hover{background:#4338ca}.action-btn.icon-btn{padding:.5rem;background:#f3f4f6;color:#6b7280;border-radius:.5rem}.action-btn.icon-btn:hover{background:#e5e7eb;color:#374151}.action-btn.icon-btn.danger:hover{background:#fee2e2;color:#dc2626}.comparisons-pagination{display:flex;justify-content:space-between;align-items:center;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid #f3f4f6}.pagination-info{font-size:.8125rem;color:#9ca3af}.pagination-controls{display:flex;align-items:center;gap:.25rem}.page-btn{min-width:32px;height:32px;display:flex;align-items:center;justify-content:center;border:1px solid #e5e7eb;border-radius:.375rem;font-size:.8125rem;color:#6b7280;background:#fff;cursor:pointer;transition:all .2s}.page-btn:hover:not(.active):not(:disabled){background:#f3f4f6;border-color:#d1d5db}.page-btn.active{background:#4f46e5;border-color:#4f46e5;color:#fff}.page-btn:disabled{opacity:.4;cursor:not-allowed}.page-ellipsis{min-width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:.8125rem;color:#9ca3af}.comparitor-pro-tip{background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:1rem;padding:1.75rem 2rem;display:flex;align-items:center;gap:1.5rem;animation:comparitor-slide-up .5s ease-out .3s forwards;opacity:0}.pro-tip-icon{width:48px;height:48px;background:#fff3;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pro-tip-content{flex:1}.pro-tip-content h3{font-size:1.0625rem;font-weight:700;color:#fff;margin-bottom:.375rem}.pro-tip-content p{font-size:.8125rem;color:#ffffffd9;line-height:1.5}.pro-tip-content p.sub-text{margin-top:.375rem;font-size:.75rem;color:#ffffffa6}.pro-tip-action button{background:#fff;color:#4f46e5;border:none;padding:.625rem 1.25rem;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem;white-space:nowrap}.pro-tip-action button:hover{background:#f0f4ff;transform:translateY(-1px)}.comparisons-empty{text-align:center;padding:3rem 1rem}.comparisons-empty-icon{width:64px;height:64px;background:#f3f4f6;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#9ca3af}.comparisons-empty h3{font-size:1rem;font-weight:600;color:#374151;margin-bottom:.375rem}.comparisons-empty p{font-size:.8125rem;color:#9ca3af;margin-bottom:1.25rem}@media (max-width: 1024px){.comparitor-stats,.comparitor-filters-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.comparitor-header{flex-direction:column;gap:1rem}.comparitor-stats,.comparitor-filters-grid{grid-template-columns:1fr}.comparison-card{flex-wrap:wrap}.comparison-actions{width:100%;justify-content:flex-end;margin-top:.5rem}.comparisons-pagination{flex-direction:column;gap:.75rem}.comparitor-pro-tip{flex-direction:column;text-align:center}}@keyframes nc-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes nc-slide-in{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.new-comparison-page{max-width:900px;margin:0 auto;padding:2rem 1.25rem 3rem;animation:nc-fade-in .4s ease-out forwards}.nc-breadcrumb{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:#9ca3af;margin-bottom:2.25rem}.nc-breadcrumb a{color:#9ca3af;text-decoration:none;transition:color .15s}.nc-breadcrumb a:hover{color:#6b7280}.nc-breadcrumb .current{color:#111827;font-weight:600}.nc-title{text-align:center;margin-bottom:2rem}.nc-title h1{font-size:1.75rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.nc-title p{font-size:.875rem;margin-top:2rem;color:#6b7280}.nc-stepper{display:flex;align-items:center;justify-content:center;gap:0;margin-bottom:2.25rem}.nc-step{display:flex;align-items:center;gap:.5rem}.nc-step-circle{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8125rem;font-weight:600;flex-shrink:0;transition:all .3s}.nc-step-circle.active{background:#4f46e5;color:#fff}.nc-step-circle.completed{background:#059669;color:#fff}.nc-step-circle.inactive{background:#e5e7eb;color:#9ca3af}.nc-step-label{font-size:.8125rem;font-weight:500;color:#9ca3af;white-space:nowrap}.nc-step-label.active{color:#4f46e5;font-weight:600}.nc-step-label.completed{color:#059669}.nc-step-line{width:80px;height:2px;background:#e5e7eb;margin:0 .75rem;transition:background .3s}.nc-step-line.completed{background:#059669}.nc-section{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;margin-bottom:1.5rem;overflow:hidden;animation:nc-fade-in .4s ease-out forwards}.nc-section-header{display:flex;align-items:center;gap:.75rem;padding:1.5rem}.nc-section-header-icon{width:40px;height:40px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.nc-section-header-icon.purple{background:#ede9fe;color:#7c3aed}.nc-section-header-icon.blue{background:#dbeafe;color:#2563eb}.nc-section-header-icon.green{background:#dcfce7;color:#059669}.nc-section-header-text h3{font-size:1rem;font-weight:600;color:#111827}.nc-section-header-text p{font-size:.8125rem;color:#9ca3af}.nc-section-header-action{margin-left:auto}.nc-section-body{padding:0 1.5rem 1.5rem}.nc-pro-tip{background:linear-gradient(135deg,#ede9fe,#e0e7ff);border-radius:.625rem;padding:1rem 1.25rem;margin-bottom:.75rem;display:flex;gap:.75rem;align-items:flex-start}.nc-pro-tip-icon{width:32px;height:32px;background:#7c3aed;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.nc-pro-tip h4{font-size:.875rem;font-weight:600;color:#4c1d95;margin-bottom:.25rem}.nc-pro-tip p{font-size:.8125rem;color:#5b21b6;line-height:1.5}.nc-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem}.nc-form-group{margin-bottom:1.25rem}.nc-form-group:last-child{margin-bottom:0}.nc-form-group label{display:block;font-size:1rem;font-weight:800;color:#374151;margin-bottom:.375rem}.nc-form-group label span{font-weight:400;color:#9ca3af;font-size:.75rem}.nc-form-group select,.nc-form-group input[type=text]{width:100%;padding:.525rem .75rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;color:#374151;background:#fff;transition:border-color .2s}.nc-form-group select:focus,.nc-form-group input[type=text]:focus,.nc-form-group textarea:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e526}.nc-form-group textarea{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;color:#374151;background:#fff;resize:vertical;min-height:320px;font-family:inherit;transition:border-color .2s}.nc-form-group textarea::-moz-placeholder,.nc-form-group input[type=text]::-moz-placeholder{color:#9ca3af}.nc-form-group textarea::placeholder,.nc-form-group input[type=text]::placeholder{color:#9ca3af}.nc-form-hint{font-size:.75rem;color:#9ca3af;margin-top:.375rem;display:flex;align-items:center;gap:.25rem}.nc-form-hint svg{flex-shrink:0}.nc-skip-toggle{display:flex;align-items:flex-start;gap:.75rem;padding-top:1.25rem;border-top:1px solid #f3f4f6}.nc-toggle-switch{position:relative;width:44px;height:24px;flex-shrink:0;cursor:pointer}.nc-toggle-switch input{opacity:0;width:0;height:0}.nc-toggle-slider{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:12px;background:#d1d5db;transition:background .2s}.nc-toggle-slider:before{content:"";position:absolute;width:18px;height:18px;border-radius:50%;background:#fff;top:3px;left:3px;transition:transform .2s;box-shadow:0 1px 3px #00000026}.nc-toggle-switch input:checked+.nc-toggle-slider{background:#4f46e5}.nc-toggle-switch input:checked+.nc-toggle-slider:before{transform:translate(20px)}.nc-toggle-text h4{font-size:.8125rem;font-weight:600;color:#374151}.nc-toggle-text p{font-size:.75rem;color:#9ca3af}.nc-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.nc-footer-right{display:flex;gap:.75rem}.nc-candidates-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.nc-candidate-panel{border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden}.nc-candidate-header{padding:1rem 1.25rem;display:flex;align-items:center;gap:.75rem;color:#fff}.nc-candidate-header.a{background:linear-gradient(135deg,#4f46e5,#6366f1)}.nc-candidate-header.b{background:linear-gradient(135deg,#059669,#10b981)}.nc-candidate-header-letter{width:36px;height:36px;border-radius:.5rem;background:#fff3;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.nc-candidate-header-text h3{font-size:1rem;font-weight:600;color:#fff}.nc-candidate-header-text p{font-size:.75rem;color:#fffc}.nc-candidate-body{padding:1.25rem}.nc-selection-label{font-size:.8125rem;font-weight:600;color:#374151;margin-bottom:.5rem}.nc-selection-tabs{display:flex;gap:.5rem;margin-bottom:1rem}.nc-selection-tab{flex:1;padding:.5rem .75rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.8125rem;font-weight:500;cursor:pointer;background:#fff;color:#6b7280;display:flex;align-items:center;justify-content:center;gap:.375rem;transition:all .2s}.nc-selection-tab.active{background:#4f46e5;border-color:#4f46e5;color:#fff}.nc-selection-tab:hover:not(.active){border-color:#d1d5db;background:#f9fafb}.nc-candidate-search{display:flex;gap:.5rem;margin-bottom:1rem}.nc-candidate-search-input{flex:1;position:relative}.nc-candidate-search-input input{width:100%;padding:.5rem .75rem .5rem 2rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.8125rem;color:#374151;background:#fff;transition:border-color .2s}.nc-candidate-search-input input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e526}.nc-candidate-search-input input::-moz-placeholder{color:#9ca3af}.nc-candidate-search-input input::placeholder{color:#9ca3af}.nc-candidate-search-input svg{position:absolute;left:.5rem;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.nc-filter-btn{width:36px;height:36px;border:1px solid #e5e7eb;border-radius:.5rem;display:flex;align-items:center;justify-content:center;background:#fff;color:#6b7280;cursor:pointer;transition:all .2s;flex-shrink:0}.nc-filter-btn:hover{background:#f9fafb;border-color:#d1d5db}.nc-candidate-card{display:flex;align-items:center;gap:.75rem;padding:.75rem;border:1px solid #e5e7eb;border-radius:.625rem;cursor:pointer;transition:all .2s;margin-bottom:.5rem}.nc-candidate-card:last-child{margin-bottom:0}.nc-candidate-card:hover{border-color:#c7d2fe;background:#fafaff}.nc-candidate-card.selected{border-color:#4f46e5;background:#f5f3ff;box-shadow:0 0 0 2px #4f46e526}.nc-candidate-avatar{width:40px;height:40px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.875rem;font-weight:600;color:#6b7280;overflow:hidden}.nc-candidate-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.nc-candidate-card-info{flex:1;min-width:0}.nc-candidate-card-name{font-size:.875rem;font-weight:600;color:#111827}.nc-candidate-card-role{font-size:.75rem;color:#6b7280}.nc-candidate-card-meta{display:flex;gap:.75rem;margin-top:.25rem;font-size:.6875rem;color:#9ca3af}.nc-candidate-card-meta span{display:flex;align-items:center;gap:.2rem}.nc-candidate-card-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;flex-shrink:0}.nc-candidate-status{font-size:.65rem;font-weight:600;padding:.125rem .5rem;border-radius:9999px}.nc-candidate-status.verified{background:#dcfce7;color:#16a34a}.nc-candidate-status.pending{background:#ffedd5;color:#ea580c}.nc-candidate-preview{font-size:.75rem;color:#4f46e5;font-weight:500;cursor:pointer;background:none;border:none;padding:0}.nc-candidate-preview:hover{color:#4338ca;text-decoration:underline}.nc-upload-area{border:2px dashed #e5e7eb;border-radius:.625rem;padding:2rem 1rem;text-align:center;transition:all .2s;cursor:pointer}.nc-upload-area:hover{border-color:#c7d2fe;background:#fafaff}.nc-upload-area.drag-over{border-color:#4f46e5;background:#f5f3ff}.nc-upload-icon{width:48px;height:48px;background:#f3f4f6;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem;color:#9ca3af}.nc-upload-area h4{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.25rem}.nc-upload-area p{font-size:.75rem;color:#9ca3af}.nc-upload-area .browse-link{color:#4f46e5;font-weight:500;cursor:pointer}.nc-candidate-list{max-height:320px;overflow-y:auto}.nc-candidate-list::-webkit-scrollbar{width:4px}.nc-candidate-list::-webkit-scrollbar-track{background:transparent}.nc-candidate-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.nc-review-candidates-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.nc-review-candidate-card{border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden}.nc-review-candidate-header{padding:.875rem 1.25rem;display:flex;align-items:center;gap:.75rem;color:#fff}.nc-review-candidate-header.a{background:linear-gradient(135deg,#4f46e5,#6366f1)}.nc-review-candidate-header.b{background:linear-gradient(135deg,#059669,#10b981)}.nc-review-candidate-header-letter{width:32px;height:32px;border-radius:.5rem;background:#fff3;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem}.nc-review-candidate-body{padding:1.25rem}.nc-review-candidate-profile{display:flex;gap:.75rem;margin-bottom:1rem;align-items:flex-start}.nc-review-candidate-profile-avatar{width:44px;height:44px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.875rem;font-weight:600;color:#6b7280}.nc-review-candidate-profile-info{flex:1}.nc-review-candidate-profile-info h4{font-size:.9375rem;font-weight:600;color:#111827}.nc-review-candidate-profile-info p{font-size:.75rem;color:#6b7280}.nc-review-candidate-profile-meta{display:flex;gap:.75rem;margin-top:.25rem;font-size:.6875rem;color:#9ca3af}.nc-review-candidate-profile-meta span{display:flex;align-items:center;gap:.2rem}.nc-review-edit-btn{font-size:.75rem;color:#4f46e5;font-weight:500;cursor:pointer;background:none;border:none;padding:0;margin-left:auto;white-space:nowrap}.nc-review-edit-btn:hover{color:#4338ca;text-decoration:underline}.nc-review-detail-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-top:1px solid #f3f4f6;font-size:.8125rem}.nc-review-detail-row .detail-label{color:#6b7280}.nc-review-detail-row .detail-value{color:#4f46e5;font-weight:500;display:flex;align-items:center;gap:.25rem}.nc-review-detail-row .detail-value.green{color:#059669}.nc-depth-options{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem}.nc-depth-option{border:2px solid #e5e7eb;border-radius:.625rem;padding:1rem;cursor:pointer;transition:all .2s;position:relative}.nc-depth-option:hover{border-color:#c7d2fe}.nc-depth-option.selected{border-color:#4f46e5;background:#fafaff}.nc-depth-option-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.nc-depth-option-header svg{color:#4f46e5}.nc-depth-option-header h4{font-size:.875rem;font-weight:600;color:#111827}.nc-depth-option-time{font-size:.6875rem;color:#9ca3af;margin-left:auto}.nc-depth-option-radio{position:absolute;top:1rem;right:1rem;width:18px;height:18px;border:2px solid #d1d5db;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.nc-depth-option.selected .nc-depth-option-radio{border-color:#4f46e5;background:#4f46e5}.nc-depth-option.selected .nc-depth-option-radio:after{content:"";width:6px;height:6px;background:#fff;border-radius:50%}.nc-depth-option p{font-size:.75rem;color:#6b7280;line-height:1.4}.nc-comprehensive-info{background:#eff6ff;border-radius:.625rem;padding:1rem 1.25rem}.nc-comprehensive-info h4{font-size:.8125rem;font-weight:600;color:#1e40af;margin-bottom:.375rem;display:flex;align-items:center;gap:.375rem}.nc-comprehensive-info ul{list-style:none;padding:0;margin:0}.nc-comprehensive-info li{font-size:.75rem;color:#3b82f6;padding:.125rem 0;display:flex;align-items:center;gap:.375rem}.nc-comprehensive-info li:before{content:"";width:4px;height:4px;background:#3b82f6;border-radius:50%;flex-shrink:0}.nc-ready-banner{background:linear-gradient(135deg,#4f46e5,#7c3aed);border-radius:1rem;padding:1.5rem 2rem;margin-bottom:1.5rem}.nc-ready-banner-top{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.nc-ready-banner-icon{width:40px;height:40px;background:#fff3;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.nc-ready-banner-top h3{font-size:1.0625rem;font-weight:700;color:#fff}.nc-ready-banner-top p{font-size:.8125rem;color:#fffc}.nc-ready-banner-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.75rem;margin-bottom:1rem}.nc-ready-banner-item{background:#ffffff26;border-radius:.5rem;padding:.75rem 1rem}.nc-ready-banner-item .label{font-size:.65rem;text-transform:uppercase;color:#ffffffa6;letter-spacing:.05em;margin-bottom:.125rem}.nc-ready-banner-item .value{font-size:.9375rem;font-weight:600;color:#fff}.nc-ready-banner-badges{display:flex;align-items:center;gap:1rem;font-size:.75rem;color:#ffffffbf}.nc-ready-banner-badges span{display:flex;align-items:center;gap:.25rem}.nc-review-tags{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:0 1.5rem 1.5rem}.nc-review-tag{background:#f5f3ff;border-radius:.5rem;padding:.75rem 1rem}.nc-review-tag .tag-label{font-size:.65rem;font-weight:600;text-transform:uppercase;color:#7c3aed;letter-spacing:.03em;margin-bottom:.25rem}.nc-review-tag .tag-value{font-size:.9375rem;font-weight:600;color:#111827}@media (max-width: 768px){.nc-candidates-grid,.nc-review-candidates-grid,.nc-depth-options,.nc-form-row,.nc-review-tags,.nc-ready-banner-grid{grid-template-columns:1fr}.nc-footer{flex-direction:column;gap:1rem;align-items:stretch}.nc-footer-right{justify-content:flex-end}}@keyframes cp-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes cp-slide-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes robot-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes robot-glow-pulse{0%,to{box-shadow:0 0 210px #4f46e540,0 0 18px #4f46e51f}50%{box-shadow:0 0 14px #4f46e573,0 0 28px #4f46e533,0 0 40px #7c3aed14}}@keyframes robot-orbit{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes robot-orbit-reverse{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes robot-dot-pulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}@keyframes robot-ring-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes robot-check-pop{0%{transform:scale(0) rotate(-45deg);opacity:0}60%{transform:scale(1.2) rotate(5deg);opacity:1}to{transform:scale(1) rotate(0);opacity:1}}@keyframes progress-bar-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes progress-bar-indeterminate{0%{left:-30%;width:30%}50%{left:35%;width:30%}to{left:100%;width:30%}}@keyframes step-complete-flash{0%{background:#fff}30%{background:#f0fdf4}to{background:#fff}}@keyframes typing-dots{0%,20%{opacity:0}50%{opacity:1}80%,to{opacity:0}}.comparison-progress-page{max-width:780px;margin:0 auto;padding-top:1.75rem;animation:cp-fade-in .5s ease-out forwards}.cp-robot-wrapper{display:flex;justify-content:center;padding-top:4rem;margin-bottom:4.5rem;position:relative}.cp-robot-container{position:relative;width:80px;height:80px;animation:robot-float 3s ease-in-out infinite}.cp-robot-icon{width:80px;height:80px;border-radius:1.25rem;background:linear-gradient(135deg,#4f46e5,#7c3aed,#a855f7);display:flex;align-items:center;justify-content:center;position:relative;z-index:2;animation:robot-glow-pulse 2.5s ease-in-out infinite;overflow:hidden}.cp-robot-icon:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:1.25rem;background:linear-gradient(135deg,rgba(255,255,255,.15) 0%,transparent 50%,rgba(255,255,255,.05) 100%)}.cp-robot-icon svg{color:#fff;width:36px;height:36px;position:relative;z-index:1;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.cp-robot-ring{position:absolute;border-radius:50%;border:2px dashed transparent;pointer-events:none}.cp-robot-ring.ring-1{width:140px;height:140px;top:-30px;left:-30px;border-color:#4f46e533;animation:robot-orbit 8s linear infinite}.cp-robot-ring.ring-2{width:170px;height:170px;top:-45px;left:-45px;border-color:#7c3aed1f;border-style:dotted;animation:robot-orbit-reverse 12s linear infinite}.cp-robot-dot{position:absolute;width:8px;height:8px;border-radius:50%;z-index:1}.cp-robot-dot.dot-1{background:#4f46e5;animation:robot-orbit 8s linear infinite;top:-18px;left:calc(50% - 4px);transform-origin:1px 64px}.cp-robot-dot.dot-2{background:#7c3aed;animation:robot-orbit-reverse 12s linear infinite;top:-18px;left:calc(50% - 4px);transform-origin:1px 64px;animation-delay:-3s}.cp-robot-dot.dot-3{background:#a855f7;animation:robot-orbit 8s linear infinite;top:-18px;left:calc(50% - 4px);transform-origin:1px 64px;animation-delay:-5s}.cp-robot-particles{position:absolute;width:180px;height:180px;top:-55px;left:-49px;pointer-events:none}.cp-particle{position:absolute;width:4px;height:4px;border-radius:50%;background:#7c3aed;animation:robot-dot-pulse 2s ease-in-out infinite}.cp-particle:nth-child(1){top:10%;left:20%;animation-delay:0s}.cp-particle:nth-child(2){top:5%;right:25%;animation-delay:.4s;background:#4f46e5}.cp-particle:nth-child(3){bottom:10%;left:10%;animation-delay:.8s;background:#a855f7}.cp-particle:nth-child(4){bottom:5%;right:15%;animation-delay:1.2s}.cp-particle:nth-child(5){top:50%;left:0%;animation-delay:1.6s;background:#4f46e5}.cp-particle:nth-child(6){top:50%;right:0%;animation-delay:.2s;background:#a855f7}.cp-robot-badge{position:absolute;top:-4px;right:-4px;width:24px;height:24px;background:#059669;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:3;border:3px solid white;animation:robot-check-pop .5s ease-out forwards;box-shadow:0 2px 6px #0596694d}.cp-robot-badge svg{width:12px;height:12px;color:#fff}.cp-robot-aura{position:absolute;width:96px;height:96px;top:-8px;left:-8px;border-radius:1.5rem;background:radial-gradient(circle,rgba(79,70,229,.06) 0%,transparent 70%);animation:robot-glow-pulse 2.5s ease-in-out infinite;z-index:0}.cp-title{text-align:center;margin-bottom:2.5rem}.cp-title h1{font-size:1.625rem;font-weight:700;color:#111827;margin-bottom:.375rem}.cp-title p{font-size:1rem;color:#6b7280;max-width:520px;margin:0 auto}.cp-steps{display:flex;flex-direction:column;gap:.875rem;margin-bottom:2rem}.cp-step-card{border:2px solid #e5e7eb;border-radius:.75rem;padding:1.25rem 1.5rem;background:#fff;transition:all .4s ease;animation:cp-slide-up .5s ease-out forwards;opacity:0}.cp-step-card:nth-child(1){animation-delay:.1s}.cp-step-card:nth-child(2){animation-delay:.2s}.cp-step-card:nth-child(3){animation-delay:.3s}.cp-step-card:nth-child(4){animation-delay:.4s}.cp-step-card.completed{border-color:#86efac;animation:cp-slide-up .5s ease-out forwards,step-complete-flash .8s ease-out}.cp-step-card.in-progress{border-color:#c4b5fd;box-shadow:0 0 0 3px #4f46e514,0 4px 12px #4f46e51a}.cp-step-card.pending{border-color:#f3f4f6;opacity:.7}.cp-step-card.pending .cp-step-top{opacity:.6}.cp-step-top{display:flex;align-items:flex-start;gap:.875rem}.cp-step-icon{width:40px;height:40px;border-radius:.625rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cp-step-icon.green{background:#dcfce7;color:#16a34a}.cp-step-icon.purple{background:#ede9fe;color:#7c3aed}.cp-step-icon.gray{background:#f3f4f6;color:#9ca3af}.cp-step-content{flex:1;min-width:0}.cp-step-content h3{font-size:.9375rem;font-weight:600;color:#111827;margin-bottom:.25rem}.cp-step-content p{font-size:.8125rem;color:#6b7280;line-height:1.45}.cp-step-status{flex-shrink:0;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .625rem;border-radius:9999px}.cp-step-status.completed{background:#dcfce7;color:#16a34a}.cp-step-status.in-progress{background:#ede9fe;color:#7c3aed}.cp-step-status.pending{background:#f3f4f6;color:#9ca3af}.cp-step-loading{display:flex;align-items:center;gap:.5rem;margin-top:.625rem;padding:.5rem .75rem;background:#f5f3ff;border-radius:.5rem;font-size:.8125rem;color:#6d28d9;line-height:1.4}.cp-spinner{animation:cp-spin 1s linear infinite;flex-shrink:0}@keyframes cp-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cp-step-stats{display:flex;align-items:center;gap:.875rem;margin-top:.625rem;font-size:.75rem;color:#9ca3af}.cp-step-stats span{display:flex;align-items:center;gap:.25rem}.cp-step-stats .green-dot{width:6px;height:6px;border-radius:50%;background:#10b981;display:inline-block}.cp-step-stats .blue-dot{width:6px;height:6px;border-radius:50%;background:#3b82f6;display:inline-block}.cp-step-stats .yellow-dot{width:6px;height:6px;border-radius:50%;background:#f59e0b;display:inline-block}.cp-progress-bar{height:6px;background:#e5e7eb;border-radius:3px;margin-top:.75rem;overflow:hidden;position:relative}.cp-progress-bar-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,#4f46e5,#7c3aed,#a855f7,#7c3aed,#4f46e5);background-size:200% 100%;animation:progress-bar-shimmer 2s linear infinite;transition:width .8s ease}.cp-progress-bar-indeterminate{position:absolute;top:0;height:100%;background:linear-gradient(90deg,transparent,rgba(79,70,229,.6),transparent);border-radius:3px;animation:progress-bar-indeterminate 1.5s ease-in-out infinite}.cp-tips-section{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem;animation:cp-slide-up .5s ease-out .5s forwards;opacity:0}.cp-tips-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.cp-tips-header-icon{width:40px;height:40px;border-radius:.5rem;background:#fef3c7;display:flex;align-items:center;justify-content:center;color:#d97706}.cp-tips-header-text h3{font-size:1rem;font-weight:600;color:#111827}.cp-tips-header-text p{font-size:.8125rem;color:#9ca3af}.cp-tips-grid{display:grid;grid-template-columns:1fr 1fr;gap:.875rem}.cp-tip-card{background:#fffbeb;border-radius:.625rem;padding:1rem 1.25rem;transition:transform .15s}.cp-tip-card:hover{transform:translateY(-1px)}.cp-tip-card-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.cp-tip-card-icon{width:28px;height:28px;border-radius:.375rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cp-tip-card-icon.orange{background:#fed7aa;color:#ea580c}.cp-tip-card-icon.blue{background:#bfdbfe;color:#2563eb}.cp-tip-card-icon.green{background:#bbf7d0;color:#16a34a}.cp-tip-card-icon.purple{background:#ddd6fe;color:#7c3aed}.cp-tip-card-header h4{font-size:.8125rem;font-weight:600;color:#111827}.cp-tip-card p{font-size:.75rem;color:#6b7280;line-height:1.45}@keyframes cp-complete-enter{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.cp-complete-banner{background:linear-gradient(135deg,#10b98114,#0596691f);border:1px solid rgba(16,185,129,.3);border-radius:.875rem;padding:1.25rem 1.5rem;display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;animation:cp-complete-enter .4s ease-out}.cp-complete-banner-icon{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cp-complete-banner-content{flex:1;min-width:0}.cp-complete-banner-content h3{font-size:.9375rem;font-weight:700;color:#065f46;margin:0 0 .125rem}.cp-complete-banner-content p{font-size:.8125rem;color:#047857;margin:0;line-height:1.4}.cp-complete-banner-btn{flex-shrink:0;padding:.5rem 1.25rem;border-radius:.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:.8125rem;font-weight:600;border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.cp-complete-banner-btn:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.cp-background-banner{background:linear-gradient(135deg,#4f46e5,#7c3aed 40%,#db2777);border-radius:1rem;padding:1.5rem 2rem;display:flex;align-items:center;gap:1.5rem;animation:cp-slide-up .5s ease-out .6s forwards;opacity:0}.cp-background-content{flex:1}.cp-background-content h3{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:.25rem}.cp-background-content p{font-size:.8125rem;color:#ffffffd9;margin-bottom:.625rem}.cp-background-badges{display:flex;align-items:center;gap:.875rem;font-size:.6875rem;color:#ffffffb3}.cp-background-badges span{display:flex;align-items:center;gap:.25rem}.cp-background-action button{background:#fff;color:#4f46e5;border:none;padding:.625rem 1.25rem;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem;white-space:nowrap}.cp-background-action button:hover{background:#f0f4ff;transform:translateY(-1px)}@media (max-width: 768px){.cp-tips-grid{grid-template-columns:1fr}.cp-background-banner{flex-direction:column;text-align:center}.cp-background-badges{justify-content:center;flex-wrap:wrap}}.cp-step-card.clickable{cursor:pointer;border-color:#a78bfa;transition:all .2s}.cp-step-card.clickable:hover{border-color:#7c3aed;box-shadow:0 0 0 3px #7c3aed1a;transform:translateY(-1px)}.cp-section-progress{margin-top:.75rem;padding:.75rem;background:#7c3aed0a;border-radius:.5rem}.cp-section-progress-bar{height:6px;background:#e2e8f0;border-radius:3px;overflow:hidden;margin-bottom:.5rem}.cp-section-progress-fill{height:100%;background:linear-gradient(90deg,#7c3aed,#6366f1);border-radius:3px;transition:width .5s ease-out}.cp-section-progress span{font-size:.75rem;color:#6b7280}.cp-view-partial-btn{display:inline-flex;align-items:center;gap:.25rem;margin-top:.5rem;margin-left:.5rem;padding:.375rem .75rem;border-radius:.375rem;border:1px solid #a78bfa;background:#fff;color:#7c3aed;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .15s}.cp-view-partial-btn:hover{background:#7c3aed;color:#fff}@keyframes cr-fade-in{0%{opacity:0}to{opacity:1}}@keyframes cr-slide-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes cr-scale-in{0%{opacity:0;transform:scale(.95) translateY(16px)}to{opacity:1;transform:scale(1) translateY(0)}}.cr-page{max-width:1280px;margin:0 auto;padding:1.5rem 2rem 4rem;color:#1e293b;animation:cr-fade-in .4s ease-out forwards}.cr-breadcrumb{display:flex;align-items:center;gap:.75rem;font-size:.8125rem;color:#94a3b8;margin-bottom:1.5rem;opacity:0;animation:cr-slide-up .45s ease-out .1s forwards}.cr-breadcrumb a{color:#6366f1;text-decoration:none}.cr-breadcrumb a:hover{text-decoration:underline}.cr-breadcrumb span:last-child{color:#475569;font-weight:500}.cr-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap;opacity:0;animation:cr-slide-up .5s ease-out .15s forwards}.cr-header-left{display:flex;align-items:flex-start;gap:.75rem}.cr-back-btn{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border:none;cursor:pointer;color:#475569;flex-shrink:0;margin-top:.5rem}.cr-back-btn:hover{background:#e2e8f0}.cr-header-left h1{font-size:1.5rem;font-weight:700;margin:0}.cr-header-left p{font-size:.875rem;color:#64748b;margin:.125rem 0 0}.cr-header-actions{display:flex;gap:.5rem;flex-wrap:wrap}.cr-action-btn{display:flex;align-items:center;gap:.375rem;padding:.4rem .75rem;border-radius:.5rem;border:1px solid #e2e8f0;background:#fff;font-size:.8125rem;color:#475569;cursor:pointer;transition:all .15s}.cr-action-btn:hover{background:#f8fafc;border-color:#cbd5e1}.cr-action-btn.danger{color:#ef4444}.cr-action-btn.danger:hover{background:#fef2f2;border-color:#fca5a5}.cr-loading,.cr-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5rem 2rem;text-align:center;color:#64748b}.cr-loading{background:#f5f3ff;border-radius:1rem;border:1px solid #ddd6fe;color:#6d28d9;max-width:480px;margin:3rem auto;padding:3rem 2rem}.cr-loading p{color:#6d28d9;font-weight:600;font-size:.9375rem;margin:0}.cr-loading-spin{width:52px;height:52px;border:4.5px solid #ddd6fe;border-top-color:#7c3aed;border-radius:50%;animation:cr-spin .8s linear infinite;margin-bottom:1.5rem}@keyframes cr-spin{to{transform:rotate(360deg)}}.cr-error svg{color:#ef4444;margin-bottom:1rem}.cr-error h2{color:#1e293b;margin:0 0 .5rem}.cr-error p{margin:0 0 1.5rem}.cr-error button{padding:.5rem 1.5rem;border-radius:.5rem;border:none;background:linear-gradient(135deg,#6366f1,#7c3aed);color:#fff;cursor:pointer;font-size:.875rem}.cr-error-banner{display:flex;gap:.75rem;align-items:flex-start;padding:1rem 1.25rem;border-radius:.75rem;background:#fef2f2;border:1px solid #fecaca;margin-bottom:1.5rem;color:#991b1b}.cr-error-banner strong{display:block;margin-bottom:.25rem}.cr-error-banner p{margin:0;font-size:.875rem;color:#b91c1c}.cr-winner-banner{display:flex;justify-content:space-between;align-items:center;border-radius:1rem;padding:2rem 2.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;margin-bottom:2rem;gap:2rem;flex-wrap:wrap;opacity:0;transform:scale(.95) translateY(16px);transition:opacity .55s cubic-bezier(.4,0,.2,1),transform .55s cubic-bezier(.4,0,.2,1)}.cr-winner-banner.cr-visible{opacity:1;transform:scale(1) translateY(0)}.cr-winner-banner.tie{background:linear-gradient(135deg,#6366f1,#7c3aed)}.cr-winner-left{display:flex;align-items:center;gap:1.25rem}.cr-winner-left h2{font-size:1.75rem;font-weight:700;margin:0}.cr-winner-name{font-size:1.125rem;opacity:.9;margin:.25rem 0 .5rem}.cr-winner-meta{display:flex;gap:1.25rem;font-size:.875rem;opacity:.85}.cr-winner-meta span{display:flex;align-items:center;gap:.375rem}.cr-winner-right{text-align:center;flex-shrink:0}.cr-score-circle{font-size:3.5rem;font-weight:800;line-height:1;background:#fff3;border-radius:.75rem;padding:.75rem 1.5rem}.cr-score-circle small{font-size:1.5rem;font-weight:600}.cr-score-label{display:block;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;margin-top:.5rem;opacity:.85}.cr-confidence{display:inline-block;margin-top:.375rem;font-size:.75rem;background:#fff3;padding:.25rem .75rem;border-radius:2rem}.cr-section{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:2rem;margin-bottom:2rem;opacity:0;transform:translateY(24px);transition:opacity .5s ease-out,transform .5s ease-out}.cr-section.cr-visible{opacity:1;transform:translateY(0)}.cr-section-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.cr-section-header h2{font-size:1.25rem;font-weight:700;margin:0}.cr-section-header p{font-size:.8125rem;color:#64748b;margin:.125rem 0 0}.cr-icon-box{width:40px;height:40px;border-radius:.625rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff}.cr-icon-box.purple{background:#8b5cf6}.cr-icon-box.pink{background:#ec4899}.cr-icon-box.blue{background:#3b82f6}.cr-icon-box.orange{background:#f59e0b}.cr-icon-box.yellow{background:#eab308}.cr-icon-box.teal{background:#14b8a6}.cr-icon-box.rose{background:#f43f5e}.cr-icon-box.red{background:#ef4444}.cr-icon-box.indigo{background:#6366f1}.cr-icon-box.amber{background:#f59e0b}.cr-summary-text{background:#f8fafc;border-radius:.75rem;padding:1.25rem 1.5rem;font-size:.9375rem;line-height:1.7;color:#334155}.cr-summary-text p{margin:0 0 .75rem}.cr-summary-text p:last-child{margin-bottom:0}.cr-two-col{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.cr-three-col{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.25rem}.cr-card{border-radius:.75rem;border:1px solid #e5e7eb;padding:1.25rem 1.5rem}.cr-card.green{border-color:#bbf7d0;background:linear-gradient(to bottom,#f0fdf4,#fff)}.cr-card.blue{border-color:#bfdbfe;background:linear-gradient(to bottom,#eff6ff,#fff)}.cr-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #f1f5f9}.cr-card-header strong{font-size:1rem}.cr-cand-badge{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;font-size:.75rem;font-weight:700;color:#fff;flex-shrink:0}.cr-cand-badge.a{background:#10b981}.cr-cand-badge.b{background:#3b82f6}.cr-fit-label{display:block;font-size:.8125rem;font-weight:600}.cr-rationale-list{display:flex;flex-direction:column;gap:.75rem}.cr-rationale-item{display:flex;gap:.625rem}.cr-rationale-item .cr-sentiment{flex-shrink:0;font-size:1rem;margin-top:.125rem}.cr-rationale-item strong{display:block;font-size:.875rem;margin-bottom:.125rem}.cr-rationale-item p{font-size:.8125rem;color:#475569;margin:0;line-height:1.55}.cr-skills-table{border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden}.cr-skills-row{display:grid;grid-template-columns:1.1fr .65fr 1.2fr 1.2fr;gap:0 2rem;border-bottom:1px solid #f1f5f9;padding:.75rem 1rem}.cr-skills-row:last-child{border-bottom:none}.cr-skills-row.header{background:#f8fafc;font-weight:600;font-size:.9125rem;color:#475569;padding:.625rem 1rem}.cr-skills-col.cat strong{display:block;font-size:.9rem}.cr-skills-col.cat span{font-size:.8rem;color:#788496}.cr-req-badge{display:inline-block;padding:.125rem .5rem;border-radius:.25rem;font-size:.6875rem;font-weight:700;text-transform:uppercase}.cr-req-badge.required{background:#fee2e2;color:#dc2626}.cr-req-badge.preferred{background:#fff7ed;color:#ea580c}.cr-req-badge.adjacent{background:#ecfdf5;color:#059669}.cr-skill-bar-row{display:flex;align-items:center;gap:.75rem;color:#111827}.cr-skill-bar{flex:1;height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden}.cr-skill-bar-fill{height:100%;border-radius:4px;transition:width .5s}.cr-skill-level{font-size:.8125rem;font-weight:600;white-space:nowrap;color:#111827;min-width:-moz-fit-content;min-width:fit-content}.cr-skill-desc{font-size:.8rem;color:#374151;margin-top:.375rem;display:block;line-height:1.5}.cr-skill-summary-card{border-radius:.75rem;padding:1rem 1.25rem;border:1px solid #e5e7eb}.cr-skill-summary-card.green{border-color:#bbf7d0;background:#f0fdf4}.cr-skill-summary-card.blue{border-color:#bfdbfe;background:#eff6ff}.cr-skill-summary-card h4{font-size:.9375rem;margin:0 0 .75rem}.cr-summary-grid{display:grid;grid-template-columns:auto 1fr;gap:.375rem 1rem;font-size:.8125rem}.cr-summary-grid span{color:#64748b}.cr-summary-grid strong{text-align:right}.cr-exp-card{border:1px solid #e5e7eb;border-radius:.75rem;padding:1.25rem}.cr-exp-card h4{font-size:1rem;font-weight:700;margin:0 0 1rem}.cr-exp-row{margin-bottom:1rem}.cr-exp-row:last-child{margin-bottom:0}.cr-exp-label{font-size:.75rem;color:#94a3b8;display:block;margin-bottom:.125rem}.cr-exp-row strong{font-size:.9375rem;display:block}.cr-exp-row p{font-size:.75rem;color:#64748b;margin:.25rem 0 0}.cr-exp-bar{height:8px;background:#f1f5f9;border-radius:4px;margin-top:.375rem;overflow:hidden}.cr-exp-bar>div{height:100%;border-radius:4px;transition:width .5s}.cr-timeline{padding-left:.5rem}.cr-timeline-item{display:flex;gap:.75rem;position:relative;padding-bottom:1rem;padding-left:1rem;border-left:2px solid #e2e8f0}.cr-timeline-item:last-child{border-left-color:transparent;padding-bottom:0}.cr-timeline-dot{position:absolute;left:-5px;top:.25rem;width:8px;height:8px;border-radius:50%;background:#6366f1}.cr-timeline-content{flex:1}.cr-timeline-head{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;flex-wrap:wrap}.cr-timeline-head strong{font-size:.875rem}.cr-timeline-head span{font-size:.75rem;color:#94a3b8}.cr-timeline-content p{font-size:.8125rem;color:#64748b;margin:.25rem 0 0}.cr-career-assessment{margin-top:.75rem;padding:.75rem;border-radius:.5rem;background:#6366f10f;font-size:.8125rem;color:#475569;font-style:italic}.cr-achievement-item{display:flex;gap:.75rem;margin-bottom:1rem}.cr-achievement-item:last-child{margin-bottom:0}.cr-achievement-icon{font-size:1.25rem;flex-shrink:0;margin-top:.125rem}.cr-achievement-item strong{display:block;font-size:.875rem;margin-bottom:.25rem}.cr-achievement-item p{font-size:.8125rem;color:#475569;margin:0 0 .375rem;line-height:1.5}.cr-metrics{display:flex;flex-wrap:wrap;gap:.5rem}.cr-metrics span{font-size:.75rem;color:#059669}.cr-edu-item{display:flex;gap:.75rem;margin-bottom:1rem}.cr-edu-icon{font-size:1.25rem;flex-shrink:0;margin-top:.125rem}.cr-edu-item strong{display:block;font-size:.875rem}.cr-edu-school{display:block;font-size:.8125rem;color:#3b82f6}.cr-edu-meta{display:block;font-size:.75rem;color:#94a3b8}.cr-edu-notes{display:block;font-size:.75rem;color:#64748b;font-style:italic;margin-top:.125rem}.cr-cert-title{font-size:.875rem;font-weight:600;margin:1rem 0 .5rem;border-top:1px solid #f1f5f9;padding-top:.75rem}.cr-cert-item{display:flex;align-items:flex-start;gap:.625rem;margin-bottom:.5rem}.cr-cert-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0;margin-top:.375rem}.cr-cert-item strong{display:block;font-size:.8125rem}.cr-cert-item span{font-size:.75rem;color:#94a3b8}.cr-soft-skills-list{display:flex;flex-direction:column;gap:.75rem}.cr-ss-item{margin-bottom:0}.cr-ss-head{display:flex;justify-content:space-between;align-items:baseline;font-size:.875rem;margin-bottom:.25rem}.cr-ss-bar{height:8px;background:#f1f5f9;border-radius:4px;overflow:hidden}.cr-ss-bar>div{height:100%;border-radius:4px;transition:width .5s}.cr-ss-desc{font-size:.75rem;color:#94a3b8;margin-top:.25rem}.cr-evidence-card{border-radius:.75rem;padding:1rem 1.25rem;border:1px solid #e5e7eb}.cr-evidence-card.green{border-color:#bbf7d0;background:#f0fdf4}.cr-evidence-card.blue{border-color:#bfdbfe;background:#eff6ff}.cr-evidence-card h4{font-size:.9375rem;font-weight:600;margin:0 0 .625rem}.cr-evidence-card ul{list-style:none;padding:0;margin:0}.cr-evidence-card li{display:flex;align-items:flex-start;gap:.5rem;font-size:.8125rem;color:#475569;margin-bottom:.375rem}.cr-ev-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0;margin-top:.375rem}.cr-risk-item{display:flex;gap:.625rem;margin-bottom:1rem}.cr-risk-icon{font-size:1.125rem;flex-shrink:0}.cr-risk-item strong{display:block;font-size:.875rem;margin-bottom:.125rem}.cr-risk-item p{font-size:.8125rem;color:#475569;margin:0;line-height:1.5}.cr-mitigation{color:#6366f1!important;font-weight:500;margin-top:.25rem!important}.cr-risk-overall{margin-top:.75rem;border-radius:.5rem;padding:.75rem 1rem;border:1px solid;font-size:.875rem;text-align:center}.cr-risk-overall p{font-size:.75rem;margin:.25rem 0 0}.cr-stability-metrics{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.cr-stability-row{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.cr-stability-label{color:#64748b;min-width:130px;font-weight:500}.cr-stability-value{color:#1e293b}.cr-stability-badge{display:inline-block;padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:capitalize}.cr-stability-badge.excellent,.cr-stability-badge.high{background:#dcfce7;color:#166534}.cr-stability-badge.good,.cr-stability-badge.moderate{background:#dbeafe;color:#1e40af}.cr-stability-badge.fair,.cr-stability-badge.low{background:#fef3c7;color:#92400e}.cr-stability-badge.concerning{background:#fee2e2;color:#991b1b}.cr-stability-detail{font-size:.8125rem;color:#475569;margin:0 0 .25rem}.cr-stability-gaps{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #f1f5f9}.cr-stability-gaps strong{font-size:.8125rem;color:#475569;display:block;margin-bottom:.375rem}.cr-gap-item{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;margin-bottom:.375rem}.cr-gap-severity{display:inline-block;padding:.0625rem .375rem;border-radius:9999px;font-size:.6875rem;font-weight:600;text-transform:uppercase}.cr-gap-severity.low{background:#dcfce7;color:#166534}.cr-gap-severity.medium{background:#fef3c7;color:#92400e}.cr-gap-severity.high{background:#fee2e2;color:#991b1b}.cr-gap-notes{font-size:.75rem;color:#64748b;margin:0}.cr-stability-summary{font-size:.8125rem;color:#334155;margin:.5rem 0 0;font-style:italic}.cr-impact-metrics{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.cr-impact-row{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.cr-impact-label{color:#64748b;min-width:160px;font-weight:500}.cr-impact-value{color:#1e293b}.cr-impact-badge{display:inline-block;padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:capitalize}.cr-impact-badge.excellent,.cr-impact-badge.strong,.cr-impact-badge.outcomefocused{background:#dcfce7;color:#166534}.cr-impact-badge.moderate,.cr-impact-badge.balanced{background:#dbeafe;color:#1e40af}.cr-impact-badge.weak,.cr-impact-badge.limited,.cr-impact-badge.dutyfocused{background:#fef3c7;color:#92400e}.cr-impact-badge.minimal{background:#fee2e2;color:#991b1b}.cr-impact-metrics-list{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #f1f5f9}.cr-impact-metrics-list strong{font-size:.8125rem;color:#475569;display:block;margin-bottom:.25rem}.cr-impact-metrics-list ul{margin:0;padding-left:1.25rem}.cr-impact-metrics-list li{font-size:.8125rem;color:#334155;margin-bottom:.25rem}.cr-impact-summary{font-size:.8125rem;color:#334155;margin:.5rem 0 0;font-style:italic}.cr-industry-metrics{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.cr-industry-row{display:flex;align-items:center;gap:.5rem;font-size:.875rem}.cr-industry-label{color:#64748b;min-width:150px;font-weight:500}.cr-industry-badge{display:inline-block;padding:.125rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:capitalize}.cr-industry-badge.direct,.cr-industry-badge.strong,.cr-industry-badge.high{background:#dcfce7;color:#166534}.cr-industry-badge.adjacent,.cr-industry-badge.moderate{background:#dbeafe;color:#1e40af}.cr-industry-badge.transferable,.cr-industry-badge.limited,.cr-industry-badge.low{background:#fef3c7;color:#92400e}.cr-industry-badge.unrelated,.cr-industry-badge.none{background:#fee2e2;color:#991b1b}.cr-industry-detail{font-size:.8125rem;color:#475569;margin:0 0 .25rem}.cr-industry-sectors{margin-top:.5rem;padding-top:.5rem;border-top:1px solid #f1f5f9}.cr-industry-sectors strong{font-size:.8125rem;color:#475569;display:block;margin-bottom:.375rem}.cr-sector-tags{display:flex;flex-wrap:wrap;gap:.375rem}.cr-sector-tag{display:inline-block;padding:.1875rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:500;background:#f1f5f9;color:#334155;border:1px solid #e2e8f0}.cr-industry-summary{font-size:.8125rem;color:#334155;margin:.5rem 0 0;font-style:italic}.cr-sbs-table{border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden}.cr-sbs-row{display:grid;grid-template-columns:.8fr 1.6fr 1.6fr;border-bottom:1px solid #f1f5f9}.cr-sbs-row:last-child{border-bottom:none}.cr-sbs-row.header{background:#f8fafc;font-weight:600;font-size:.8125rem;color:#475569}.cr-sbs-col{padding:.75rem 1rem}.cr-sbs-col.cat{display:flex;align-items:center}.cr-sbs-quote{font-size:.8125rem;color:#334155;margin:0 0 .375rem;font-style:italic;line-height:1.5}.cr-sbs-source{display:flex;align-items:center;gap:.25rem;font-size:.6875rem;color:#6366f1}.cr-questions-list{display:flex;flex-direction:column;gap:1rem}.cr-question-item{display:flex;gap:.5rem}.cr-q-number{font-weight:700;color:#6366f1;font-size:1rem;flex-shrink:0}.cr-question-item strong{display:block;font-size:.875rem;margin-bottom:.25rem}.cr-q-text{font-size:.8125rem;color:#334155;font-style:italic;margin:0 0 .25rem;line-height:1.55}.cr-q-purpose{font-size:.75rem;color:#6366f1;margin:0}@media (max-width: 900px){.cr-two-col,.cr-three-col{grid-template-columns:1fr}.cr-skills-row{grid-template-columns:1fr;gap:.5rem}.cr-skills-row.header{display:none}.cr-sbs-row{grid-template-columns:1fr}.cr-sbs-row.header{display:none}.cr-winner-banner{flex-direction:column;text-align:center}.cr-winner-left,.cr-header{flex-direction:column}}@keyframes cr-shimmer-wave{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes cr-pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.cr-streaming-banner{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:linear-gradient(135deg,#eef2ff,#f0f9ff);border:1px solid #c7d2fe;border-radius:.75rem;margin-bottom:1.5rem;font-size:.875rem;color:#4338ca;animation:cr-slide-up .4s ease-out forwards}.cr-streaming-dot{width:8px;height:8px;border-radius:50%;background:#6366f1;animation:cr-pulse-dot 1.5s ease-in-out infinite;flex-shrink:0}.cr-streaming-count{margin-left:auto;font-weight:600;white-space:nowrap}.cr-shimmer-section{opacity:.7}.cr-icon-box.shimmer{background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9,#e2e8f0 75%);background-size:200% 100%;animation:cr-shimmer-wave 1.8s ease-in-out infinite}.cr-shimmer-icon{width:20px;height:20px;border-radius:4px;background:#94a3b84d}.cr-shimmer-title{font-size:1.125rem;font-weight:600;color:#94a3b8}.cr-shimmer-subtitle{font-size:.8125rem;color:#cbd5e1;font-style:italic}.cr-shimmer-body{display:flex;flex-direction:column;gap:.75rem;padding:1rem 0}.cr-shimmer-line{height:14px;border-radius:7px;background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 37%,#e2e8f0 63%);background-size:200% 100%;animation:cr-shimmer-wave 1.8s ease-in-out infinite}.cr-shimmer-line.long{width:100%}.cr-shimmer-line.medium{width:75%}.cr-shimmer-line.short{width:45%}.cr-shimmer-line:nth-child(2){animation-delay:.1s}.cr-shimmer-line:nth-child(3){animation-delay:.2s}.cr-shimmer-line:nth-child(4){animation-delay:.3s}.cr-shimmer-line:nth-child(5){animation-delay:.4s}.copilot-action-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;margin-top:8px;background:#f9fafb;border:1px solid #E5E7EB;border-radius:10px;transition:border-color .2s}.copilot-action-card:hover{border-color:#6366f1}.copilot-action-card-content{flex:1;min-width:0}.copilot-action-card-title{font-size:14px;font-weight:600;color:#111827;margin:0}.copilot-action-card-desc{font-size:12px;color:#6b7280;margin:2px 0 0}.copilot-action-card-btn{display:flex;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:500;color:#fff;background:#6366f1;border:none;border-radius:8px;cursor:pointer;white-space:nowrap;transition:background .2s}.copilot-action-card-btn:hover{background:#4f46e5}@keyframes copilot-msg-slide-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.copilot-msg-enter{animation:copilot-msg-slide-in .35s ease-out both}.copilot-message{display:flex;gap:10px;padding:4px 0;max-width:100%}.copilot-message.user{justify-content:flex-end}.copilot-message.assistant{justify-content:flex-start}.copilot-message-avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;flex-shrink:0;margin-top:2px;display:flex;align-items:center;justify-content:center}.copilot-message-avatar img{width:80px;height:80px;-o-object-fit:contain;object-fit:contain;margin-bottom:-10px;margin-right:-10px}.copilot-message-bubble{max-width:80%;padding:10px 14px;border-radius:14px;font-size:14px;line-height:1.55;word-break:break-word;position:relative}.copilot-message-bubble.user{background:#6366f1;color:#fff;border-bottom-right-radius:4px}.copilot-message-bubble.assistant{max-width:95%;border-bottom-left-radius:4px}.copilot-msg-text-block{margin:0}.copilot-msg-paragraph{margin:0 0 4px}.copilot-msg-paragraph:last-child{margin-bottom:0}.copilot-msg-bullet{margin-left:16px;margin-bottom:2px;list-style:disc}.copilot-msg-files{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.copilot-msg-file-chip{display:inline-flex;align-items:center;gap:4px;padding:3px 10px;font-size:12px;background:#6366f11a;color:#4f46e5;border-radius:6px}.copilot-message-bubble.user .copilot-msg-file-chip{background:#fff3;color:#fff}.copilot-tool-status{display:flex;align-items:center;gap:6px;padding:6px 10px;margin:6px 0;font-size:12px;color:#6b7280;background:#f9fafb;border-radius:8px;border:1px solid #E5E7EB}.copilot-tool-status.shimmer{position:relative;overflow:hidden}.copilot-tool-status.shimmer:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(99,102,241,.08) 50%,transparent 100%);animation:copilot-shimmer 1.5s infinite}@keyframes copilot-shimmer{0%{left:-100%}to{left:100%}}.copilot-tool-status-text{flex:1}.copilot-document-download{display:flex;align-items:center;gap:12px;padding:12px 14px;margin:8px 0;background:#f5f3ff;border:1px solid #DDD6FE;border-radius:10px;transition:border-color .2s}.copilot-document-download:hover{border-color:#a78bfa}.copilot-document-download-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#ede9fe;border-radius:8px;color:#6366f1;flex-shrink:0}.copilot-document-download-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.copilot-document-download-name{font-size:13px;font-weight:600;color:#1f2937;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.copilot-document-download-type{font-size:11px;color:#9ca3af}.copilot-document-download-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:#6366f1;color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:500;cursor:pointer;flex-shrink:0;transition:background .2s}.copilot-document-download-btn:hover{background:#4f46e5}.copilot-streaming-cursor{display:inline-block;width:7px;height:16px;margin-left:2px;background:#6366f1;border-radius:1px;vertical-align:text-bottom;animation:copilot-cursor-blink .8s steps(2) infinite}@keyframes copilot-cursor-blink{0%{opacity:1}50%{opacity:0}to{opacity:1}}.copilot-markdown p{margin:0 0 6px}.copilot-markdown p:last-child{margin-bottom:0}.copilot-markdown strong{font-weight:600}.copilot-markdown em{font-style:italic}.copilot-markdown h1,.copilot-markdown h2,.copilot-markdown h3,.copilot-markdown h4{margin:12px 0 6px;font-weight:600;line-height:1.3}.copilot-markdown h1{font-size:18px}.copilot-markdown h2{font-size:16px}.copilot-markdown h3{font-size:15px}.copilot-markdown h4{font-size:14px}.copilot-markdown ul,.copilot-markdown ol{margin:4px 0 8px;padding-left:20px}.copilot-markdown li{margin-bottom:2px}.copilot-markdown li::marker{color:#9ca3af}.copilot-markdown code{font-family:Fira Code,Menlo,Consolas,monospace;font-size:12.5px;background:#f3f4f6;color:#6366f1;padding:1px 5px;border-radius:4px}.copilot-markdown pre{margin:8px 0;padding:10px 14px;background:#1f2937;color:#e5e7eb;border-radius:8px;overflow-x:auto;font-size:12.5px;line-height:1.5}.copilot-markdown pre code{background:none;color:inherit;padding:0;border-radius:0;font-size:inherit}.copilot-markdown table{width:100%;border-collapse:collapse;margin:8px 0;font-size:13px;table-layout:auto}.copilot-markdown thead th{background:#f3f4f6;font-weight:600;text-align:left;padding:6px 10px;border:1px solid #E5E7EB;white-space:nowrap}.copilot-markdown tbody td{padding:5px 10px;border:1px solid #E5E7EB;max-width:650px;word-break:keep-all}.copilot-markdown tbody tr:nth-child(2n){background:#f9fafb}.copilot-markdown blockquote{margin:8px 0;padding:6px 12px;border-left:3px solid #6366F1;background:#f5f3ff;color:#4b5563;border-radius:0 6px 6px 0}.copilot-markdown blockquote p{margin:0}.copilot-markdown hr{margin:12px 0;border:none;border-top:1px solid #E5E7EB}.copilot-markdown li>img:first-child{display:inline-block;width:18px;height:18px;margin-bottom:3px;vertical-align:middle;margin-right:2px;border-radius:2px;flex-shrink:0}.copilot-markdown a{color:#6366f1;text-decoration:underline;text-underline-offset:2px}.copilot-markdown a:hover{color:#4f46e5}.copilot-message-bubble.user .copilot-markdown code{background:#fff3;color:#fff}.copilot-message-bubble.user .copilot-markdown a{color:#c7d2fe}.copilot-message-bubble.user .copilot-markdown blockquote{border-left-color:#fff6;background:#ffffff1a;color:#ffffffe6}.copilot-thinking-block{margin:4px 0 8px;border-left:2px solid #a5b4fc;border-radius:4px;overflow:hidden}.copilot-thinking-header{display:flex;align-items:center;gap:6px;width:100%;padding:6px 10px;background:none;border:none;cursor:pointer;font-size:12px;color:#6366f1;font-weight:500;line-height:1;transition:background .15s}.copilot-thinking-header:hover{background:#6366f10f}.copilot-thinking-chevron{margin-left:auto;transition:transform .2s ease}.copilot-thinking-chevron.expanded{transform:rotate(90deg)}.copilot-thinking-content{padding:4px 12px 10px;font-size:12.5px;line-height:1.55;color:#64748b;white-space:pre-wrap;word-break:break-word;animation:thinkingFadeIn .2s ease}@keyframes thinkingFadeIn{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}.copilot-chat-input-container{position:relative;border:1px solid #E5E7EB;border-radius:16px;background:#fff;transition:border-color .2s,box-shadow .2s}.copilot-chat-input-container:focus-within{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.copilot-chat-input-container.drag-over{border-color:#6366f1;border-style:dashed;background:#f5f3ff}.copilot-chat-input-row{display:flex;align-items:flex-end;gap:4px;padding:6px 8px}.copilot-chat-textarea{flex:1;border:none;outline:none;background:transparent;font-size:14px;line-height:1.5;resize:none;padding:6px 4px;min-height:24px;max-height:150px;font-family:inherit;color:#1f2937}.copilot-chat-textarea::-moz-placeholder{color:#9ca3af}.copilot-chat-textarea::placeholder{color:#9ca3af}.copilot-chat-textarea:disabled{opacity:.5}.copilot-input-icon-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;background:transparent;color:#9ca3af;border-radius:8px;cursor:pointer;transition:color .2s,background .2s;flex-shrink:0}.copilot-input-icon-btn:hover:not(:disabled){color:#6366f1;background:#f5f3ff}.copilot-input-icon-btn:disabled{opacity:.4;cursor:not-allowed}.copilot-send-btn{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:none;background:#e5e7eb;color:#9ca3af;border-radius:10px;cursor:pointer;transition:all .2s;flex-shrink:0}.copilot-send-btn.active{background:#6366f1;color:#fff}.copilot-send-btn.active:hover{background:#4f46e5}.copilot-send-btn:disabled{opacity:.5;cursor:not-allowed}.copilot-attached-files{display:flex;flex-wrap:wrap;gap:6px;padding:8px 12px 0}.copilot-attached-file{display:flex;align-items:center;gap:4px;padding:4px 8px;font-size:12px;background:#eef2ff;color:#4f46e5;border-radius:6px}.copilot-attached-file-name{max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.copilot-attached-file-remove{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border:none;background:transparent;color:#6366f1;cursor:pointer;border-radius:50%;padding:0;transition:background .15s}.copilot-attached-file-remove:hover{background:#6366f126}.copilot-drag-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#6366f10d;border-radius:16px;pointer-events:none}.copilot-drag-overlay p{font-size:14px;font-weight:500;color:#6366f1}@keyframes copilot-page-fade-in{0%{opacity:0}to{opacity:1}}@keyframes copilot-float-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.copilot-page{position:relative;display:flex;flex-direction:column;height:calc(100vh - 128px);overflow:hidden;animation:copilot-page-fade-in .4s ease-out}.copilot-sidebar{position:fixed;top:64px;left:0;width:280px;height:calc(100vh - 132px);display:flex;flex-direction:column;border-right:1px solid #E5E7EB;background:#fdfdfd;z-index:40;transition:transform .25s ease;border-left:3px solid #6366F1;border-bottom-right-radius:10px}.copilot-sidebar.closed{transform:translate(-100%)}.copilot-sidebar-resize-handle{position:absolute;top:0;right:-3px;width:6px;height:100%;cursor:col-resize;z-index:50;background:transparent;transition:background .15s}.copilot-sidebar-resize-handle:hover,.copilot-sidebar-resize-handle:active{background:#6366f1}.copilot-sidebar-close-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;border-radius:6px;cursor:pointer;color:#9ca3af;transition:all .15s;flex-shrink:0}.copilot-sidebar-close-btn svg{width:20px!important;height:20px!important}.copilot-sidebar-close-btn:hover{background:#f3f4f6;color:#111827}.copilot-sidebar-top{display:flex;align-items:center;gap:8px;padding:20px 16px 16px 20px}.copilot-new-chat-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;font-size:15px;font-weight:600;color:#fff;background:#6366f1;border:none;border-radius:999px;cursor:pointer;transition:background .15s,box-shadow .15s;box-shadow:0 2px 8px #6366f140}.copilot-new-chat-btn:hover:not(:disabled){background:#4f46e5;box-shadow:0 4px 12px #6366f159}.copilot-new-chat-btn:disabled{opacity:.5;cursor:not-allowed}.copilot-sidebar-section{flex:1;display:flex;flex-direction:column;min-height:0}.copilot-sidebar-section-header{display:flex;align-items:center;justify-content:space-between;padding:0 20px;margin-bottom:4px}.copilot-sidebar-section-title{font-size:11px;font-weight:700;letter-spacing:.06em;color:#6b7280;text-transform:uppercase}.copilot-sidebar-menu-wrapper{position:relative}.copilot-sidebar-menu-btn{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border:none;background:transparent;border-radius:6px;cursor:pointer;color:#9ca3af;transition:all .15s}.copilot-sidebar-menu-btn:hover{background:#f3f4f6;color:#111827}.copilot-sidebar-dropdown{position:absolute;top:100%;right:0;margin-top:4px;background:#fff;border:1px solid #E5E7EB;border-radius:8px;box-shadow:0 4px 12px #0000001a;min-width:160px;z-index:50;overflow:hidden}.copilot-sidebar-dropdown-item{width:100%;display:flex;align-items:center;gap:8px;padding:8px 12px;font-size:13px;color:#374151;background:transparent;border:none;cursor:pointer;text-align:left;transition:background .15s}.copilot-sidebar-dropdown-item:hover{background:#f3f4f6}.copilot-sidebar-sessions{flex:1;overflow-y:auto;padding:4px 12px}.copilot-sidebar-loading,.copilot-sidebar-empty{display:flex;flex-direction:column;align-items:center;gap:6px;padding:24px 16px;font-size:13px;color:#9ca3af}.copilot-sidebar-session{display:flex;align-items:center;gap:10px;padding:10px 8px;border-radius:8px;cursor:pointer;transition:background .15s}@keyframes session-fade-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes session-fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}.copilot-sidebar-session.session-fade-in{animation:session-fade-in .3s ease-out}.copilot-sidebar-session.session-fade-out{animation:session-fade-out .3s ease-out forwards;pointer-events:none}.copilot-sidebar-session:hover{background:#f3f4f6}.copilot-sidebar-session.active{background:#eef2ff}.copilot-sidebar-session-icon{width:14px;height:14px;flex-shrink:0;opacity:.5}.copilot-sidebar-session-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.copilot-sidebar-session-title{font-size:13px;font-weight:500;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.copilot-sidebar-session-meta{font-size:11px;color:#9ca3af}.copilot-sidebar-session-actions{display:flex;gap:2px;opacity:0;transition:opacity .15s}.copilot-sidebar-session:hover .copilot-sidebar-session-actions{opacity:1}.copilot-sidebar-session-action{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:transparent;border-radius:4px;cursor:pointer;color:#d1d5db;transition:all .15s}.copilot-sidebar-session-action:hover{color:#6b7280;background:#e5e7eb}.copilot-sidebar-session-action.delete:hover{color:#ef4444;background:#fef2f2}.copilot-sidebar-archived{border-top:1px solid #F3F4F6;padding:12px 0 8px}.copilot-sidebar-archived .copilot-sidebar-section-header{margin-bottom:4px}.copilot-sidebar-archived .copilot-sidebar-sessions{max-height:200px;flex:none}.copilot-sidebar-view-archived{display:flex;align-items:center;gap:10px;width:100%;padding:10px 20px;font-size:13px;color:#6b7280;background:transparent;border:none;cursor:pointer;transition:color .15s;text-align:left}.copilot-sidebar-view-archived:hover{color:#111827}.copilot-sidebar-open-btn{position:fixed;top:76px;left:12px;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid #E5E7EB;background:#fff;border-radius:8px;cursor:pointer;color:#6b7280;box-shadow:0 1px 3px #00000014;transition:all .15s;z-index:40}.copilot-sidebar-open-btn svg{width:20px!important;height:20px!important}.copilot-sidebar-open-btn:hover{background:#f9fafb;color:#111827}.copilot-chat-content{flex:1;display:flex;flex-direction:column;min-width:0;min-height:0;overflow:hidden;max-width:1020px;margin:0 auto;padding:0 20px;width:100%}.copilot-chat-area{flex:1;min-height:0;overflow-y:auto;padding:24px 12px 16px 0}.copilot-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:40px 20px}.copilot-empty-icon img{width:240px;height:240px;margin-bottom:-70px;animation:copilot-float-up .5s ease-out both}.copilot-empty-title{font-size:22px;font-weight:700;color:#111827;margin:0 0 8px;animation:copilot-float-up .5s ease-out .1s both}.copilot-empty-desc{font-size:14px;color:#6b7280;max-width:440px;margin:0 0 24px;line-height:1.55;animation:copilot-float-up .5s ease-out .2s both}.copilot-empty-suggestions{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;animation:copilot-float-up .5s ease-out .3s both}.copilot-web-search-badge{display:flex;align-items:center;gap:8px;padding:10px 18px;margin-bottom:24px;margin-top:-8px;font-size:13px;color:#065f46;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #A7F3D0;border-radius:12px;max-width:520px;line-height:1.5;animation:copilot-float-up .5s ease-out .25s both}.copilot-web-search-badge svg{flex-shrink:0;height:30px;width:30px;color:#059669}.copilot-suggestion-chip{display:flex;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:500;color:#4f46e5;background:#eef2ff;border:1px solid #E0E7FF;border-radius:999px;cursor:pointer;transition:all .2s}.copilot-suggestion-chip:hover{background:#e0e7ff;border-color:#c7d2fe}.copilot-suggestion-chip--web{color:#059669;background:#ecfdf5;border-color:#a7f3d0}.copilot-suggestion-chip--web:hover{background:#d1fae5;border-color:#6ee7b7}.copilot-messages-list{display:flex;flex-direction:column;gap:12px}.copilot-input-area{padding:12px 0 20px;border-top:1px solid #F3F4F6;animation:copilot-float-up .4s ease-out .15s both}.copilot-input-wrapper{max-width:100%}.copilot-input-hint{font-size:11px;color:#9ca3af;text-align:center;margin:6px 0 0}@keyframes comp-notif-slide-in{0%{opacity:0;transform:translateY(-100%) translate(-50%)}to{opacity:1;transform:translateY(0) translate(-50%)}}@keyframes comp-notif-pulse{0%,to{box-shadow:0 8px 30px #10b98126}50%{box-shadow:0 8px 30px #10b98159}}.comp-notif-banner{position:fixed;top:1rem;left:50%;transform:translate(-50%);z-index:10000;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:.75rem;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #6ee7b7;box-shadow:0 8px 30px #10b98133;animation:comp-notif-slide-in .4s ease-out,comp-notif-pulse 3s ease-in-out 1s infinite;max-width:min(600px,calc(100vw - 2rem))}.comp-notif-icon{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669);color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.comp-notif-content{flex:1;min-width:0}.comp-notif-content strong{display:block;font-size:.8125rem;font-weight:700;color:#065f46;margin-bottom:.125rem}.comp-notif-content p{margin:0;font-size:.75rem;color:#047857;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.comp-notif-content em{font-style:normal;opacity:.8}.comp-notif-view{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .875rem;border-radius:.5rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:.75rem;font-weight:600;border:none;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:all .2s ease}.comp-notif-view:hover{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px)}.comp-notif-close{width:28px;height:28px;border-radius:50%;border:none;background:transparent;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .15s ease}.comp-notif-close:hover{background:#0000000f;color:#374151}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Inter,system-ui,-apple-system,sans-serif;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}*{border-color:#e5e7eb}html{overflow-y:scroll}body{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1));font-family:Inter,system-ui,-apple-system,sans-serif;--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{width:100%}@media (min-width: 640px){.container{max-width:640px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 1024px){.container{max-width:1024px}}@media (min-width: 1280px){.container{max-width:1280px}}@media (min-width: 1536px){.container{max-width:1536px}}.card{border-radius:.75rem;--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1));padding:1.5rem;--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.input{width:100%;border-radius:.5rem;border-width:1px;--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1));padding:.625rem 1rem;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.input:focus{border-color:transparent;outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000);--tw-ring-opacity: 1;--tw-ring-color: rgb(90 108 242 / var(--tw-ring-opacity, 1))}.label{margin-bottom:.375rem;display:block;font-size:.875rem;line-height:1.25rem;font-weight:500;--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.badge{display:inline-flex;align-items:center;border-radius:9999px;padding:.125rem .625rem;font-size:.75rem;line-height:1rem;font-weight:500}.badge-excellent{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.badge-very-good{--tw-bg-opacity: 1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.badge-good{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.badge-fair{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.badge-poor{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1));--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.collapse{visibility:collapse}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.inset-y-0{top:0;bottom:0}.-left-\[9px\]{left:-9px}.left-0{left:0}.left-2\.5{left:.625rem}.left-3{left:.75rem}.left-4{left:1rem}.right-0{right:0}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.top-0{top:0}.top-0\.5{top:.125rem}.top-1\/2{top:50%}.top-2{top:.5rem}.top-3{top:.75rem}.z-50{z-index:50}.z-\[100\]{z-index:100}.col-span-2{grid-column:span 2 / span 2}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.-ml-1\.5{margin-left:-.375rem}.-ml-2{margin-left:-.5rem}.-ml-2\.5{margin-left:-.625rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-0\.5{margin-left:.125rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-7{margin-left:1.75rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-12{margin-top:3rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-0\.5{height:.125rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-20{height:5rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-40{height:10rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-full{height:100%}.max-h-0{max-height:0px}.max-h-64{max-height:16rem}.max-h-72{max-height:18rem}.min-h-2\.5{min-height:.625rem}.min-h-\[200px\]{min-height:200px}.min-h-\[60vh\]{min-height:60vh}.min-h-screen{min-height:100vh}.w-1\.5{width:.375rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-20{width:5rem}.w-24{width:6rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-32{width:8rem}.w-36{width:9rem}.w-4{width:1rem}.w-40{width:10rem}.w-48{width:12rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-80{width:20rem}.w-9{width:2.25rem}.w-\[100px\]{width:100px}.w-\[120px\]{width:120px}.w-auto{width:auto}.w-full{width:100%}.min-w-0{min-width:0px}.max-w-4xl{max-width:56rem}.max-w-\[1280px\]{max-width:1280px}.max-w-\[1440px\]{max-width:1440px}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-sm{max-width:24rem}.max-w-xl{max-width:36rem}.flex-1{flex:1 1 0%}.flex-shrink-0,.shrink-0{flex-shrink:0}.origin-top-right{transform-origin:top right}.-translate-y-1{--tw-translate-y: -.25rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-rotate-90{--tw-rotate: -90deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-grab{cursor:grab}.cursor-grabbing{cursor:grabbing}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize-none{resize:none}.resize{resize:both}.list-inside{list-style-position:inside}.list-decimal{list-style-type:decimal}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0px}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.625rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-l-2{border-left-width:2px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-amber-200{--tw-border-opacity: 1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-blue-100{--tw-border-opacity: 1;border-color:rgb(219 234 254 / var(--tw-border-opacity, 1))}.border-blue-200{--tw-border-opacity: 1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-danger-500{--tw-border-opacity: 1;border-color:rgb(239 68 68 / var(--tw-border-opacity, 1))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity, 1))}.border-gray-200{--tw-border-opacity: 1;border-color:rgb(229 231 235 / var(--tw-border-opacity, 1))}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.border-green-200{--tw-border-opacity: 1;border-color:rgb(187 247 208 / var(--tw-border-opacity, 1))}.border-primary-200{--tw-border-opacity: 1;border-color:rgb(199 214 254 / var(--tw-border-opacity, 1))}.border-primary-500{--tw-border-opacity: 1;border-color:rgb(90 108 242 / var(--tw-border-opacity, 1))}.border-primary-600{--tw-border-opacity: 1;border-color:rgb(79 70 229 / var(--tw-border-opacity, 1))}.border-purple-100{--tw-border-opacity: 1;border-color:rgb(243 232 255 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity: 1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-white{--tw-border-opacity: 1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-yellow-200{--tw-border-opacity: 1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.border-t-transparent{border-top-color:transparent}.\!bg-red-600{--tw-bg-opacity: 1 !important;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))!important}.bg-amber-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-amber-50{--tw-bg-opacity: 1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-black\/40{background-color:#0006}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgb(219 234 254 / var(--tw-bg-opacity, 1))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(59 130 246 / var(--tw-bg-opacity, 1))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity, 1))}.bg-blue-700{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.bg-cyan-100{--tw-bg-opacity: 1;background-color:rgb(207 250 254 / var(--tw-bg-opacity, 1))}.bg-cyan-50{--tw-bg-opacity: 1;background-color:rgb(236 254 255 / var(--tw-bg-opacity, 1))}.bg-cyan-500{--tw-bg-opacity: 1;background-color:rgb(6 182 212 / var(--tw-bg-opacity, 1))}.bg-danger-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-danger-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-emerald-100{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity, 1))}.bg-emerald-400{--tw-bg-opacity: 1;background-color:rgb(52 211 153 / var(--tw-bg-opacity, 1))}.bg-emerald-500{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(229 231 235 / var(--tw-bg-opacity, 1))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgb(209 213 219 / var(--tw-bg-opacity, 1))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgb(156 163 175 / var(--tw-bg-opacity, 1))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-green-400{--tw-bg-opacity: 1;background-color:rgb(74 222 128 / var(--tw-bg-opacity, 1))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgb(240 253 244 / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(34 197 94 / var(--tw-bg-opacity, 1))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgb(22 163 74 / var(--tw-bg-opacity, 1))}.bg-indigo-100{--tw-bg-opacity: 1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.bg-indigo-50{--tw-bg-opacity: 1;background-color:rgb(238 242 255 / var(--tw-bg-opacity, 1))}.bg-indigo-500{--tw-bg-opacity: 1;background-color:rgb(99 102 241 / var(--tw-bg-opacity, 1))}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.bg-orange-100{--tw-bg-opacity: 1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-orange-400{--tw-bg-opacity: 1;background-color:rgb(251 146 60 / var(--tw-bg-opacity, 1))}.bg-orange-50{--tw-bg-opacity: 1;background-color:rgb(255 247 237 / var(--tw-bg-opacity, 1))}.bg-orange-500{--tw-bg-opacity: 1;background-color:rgb(249 115 22 / var(--tw-bg-opacity, 1))}.bg-pink-100{--tw-bg-opacity: 1;background-color:rgb(252 231 243 / var(--tw-bg-opacity, 1))}.bg-pink-50{--tw-bg-opacity: 1;background-color:rgb(253 242 248 / var(--tw-bg-opacity, 1))}.bg-pink-500{--tw-bg-opacity: 1;background-color:rgb(236 72 153 / var(--tw-bg-opacity, 1))}.bg-primary-100{--tw-bg-opacity: 1;background-color:rgb(224 233 255 / var(--tw-bg-opacity, 1))}.bg-primary-50{--tw-bg-opacity: 1;background-color:rgb(240 244 255 / var(--tw-bg-opacity, 1))}.bg-primary-500{--tw-bg-opacity: 1;background-color:rgb(90 108 242 / var(--tw-bg-opacity, 1))}.bg-primary-600{--tw-bg-opacity: 1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.bg-purple-600{--tw-bg-opacity: 1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.bg-success-100{--tw-bg-opacity: 1;background-color:rgb(209 250 229 / var(--tw-bg-opacity, 1))}.bg-success-500{--tw-bg-opacity: 1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-warning-100{--tw-bg-opacity: 1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/20{background-color:#fff3}.bg-white\/90{background-color:#ffffffe6}.bg-yellow-100{--tw-bg-opacity: 1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-400{--tw-bg-opacity: 1;background-color:rgb(250 204 21 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity: 1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(234 179 8 / var(--tw-bg-opacity, 1))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-amber-400{--tw-gradient-from: #fbbf24 var(--tw-gradient-from-position);--tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-500{--tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);--tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600{--tw-gradient-from: #2563eb var(--tw-gradient-from-position);--tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-500{--tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);--tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500{--tw-gradient-from: #22c55e var(--tw-gradient-from-position);--tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500{--tw-gradient-from: #6366f1 var(--tw-gradient-from-position);--tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500{--tw-gradient-from: #f97316 var(--tw-gradient-from-position);--tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-500{--tw-gradient-from: #ec4899 var(--tw-gradient-from-position);--tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-primary-600{--tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);--tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-500{--tw-gradient-from: #a855f7 var(--tw-gradient-from-position);--tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500{--tw-gradient-from: #ef4444 var(--tw-gradient-from-position);--tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-50{--tw-gradient-from: #fefce8 var(--tw-gradient-from-position);--tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.to-blue-600{--tw-gradient-to: #2563eb var(--tw-gradient-to-position)}.to-cyan-600{--tw-gradient-to: #0891b2 var(--tw-gradient-to-position)}.to-green-600{--tw-gradient-to: #16a34a var(--tw-gradient-to-position)}.to-indigo-600{--tw-gradient-to: #4f46e5 var(--tw-gradient-to-position)}.to-indigo-700{--tw-gradient-to: #4338ca var(--tw-gradient-to-position)}.to-orange-50{--tw-gradient-to: #fff7ed var(--tw-gradient-to-position)}.to-orange-500{--tw-gradient-to: #f97316 var(--tw-gradient-to-position)}.to-orange-600{--tw-gradient-to: #ea580c var(--tw-gradient-to-position)}.to-pink-600{--tw-gradient-to: #db2777 var(--tw-gradient-to-position)}.to-purple-600{--tw-gradient-to: #9333ea var(--tw-gradient-to-position)}.to-red-500{--tw-gradient-to: #ef4444 var(--tw-gradient-to-position)}.to-red-600{--tw-gradient-to: #dc2626 var(--tw-gradient-to-position)}.fill-current{fill:currentColor}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-10{padding:2.5rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-10{padding-bottom:2.5rem}.pb-3{padding-bottom:.75rem}.pl-10{padding-left:2.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-6{padding-left:1.5rem}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-32{padding-right:8rem}.pt-2{padding-top:.5rem}.pt-20{padding-top:5rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[7px\]{font-size:7px}.text-\[9px\]{font-size:9px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.italic{font-style:italic}.leading-relaxed{line-height:1.625}.tracking-wide{letter-spacing:.025em}.text-amber-500{--tw-text-opacity: 1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.text-amber-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-700{--tw-text-opacity: 1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-amber-800{--tw-text-opacity: 1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.text-blue-100{--tw-text-opacity: 1;color:rgb(219 234 254 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-blue-800{--tw-text-opacity: 1;color:rgb(30 64 175 / var(--tw-text-opacity, 1))}.text-cyan-600{--tw-text-opacity: 1;color:rgb(8 145 178 / var(--tw-text-opacity, 1))}.text-danger-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-danger-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-emerald-400{--tw-text-opacity: 1;color:rgb(52 211 153 / var(--tw-text-opacity, 1))}.text-emerald-500{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.text-emerald-700{--tw-text-opacity: 1;color:rgb(4 120 87 / var(--tw-text-opacity, 1))}.text-gray-200{--tw-text-opacity: 1;color:rgb(229 231 235 / var(--tw-text-opacity, 1))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity, 1))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity, 1))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity, 1))}.text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.text-gray-700{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity: 1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-600{--tw-text-opacity: 1;color:rgb(22 163 74 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity: 1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-indigo-500{--tw-text-opacity: 1;color:rgb(99 102 241 / var(--tw-text-opacity, 1))}.text-indigo-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-orange-100{--tw-text-opacity: 1;color:rgb(255 237 213 / var(--tw-text-opacity, 1))}.text-orange-500{--tw-text-opacity: 1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity: 1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-orange-700{--tw-text-opacity: 1;color:rgb(194 65 12 / var(--tw-text-opacity, 1))}.text-pink-600{--tw-text-opacity: 1;color:rgb(219 39 119 / var(--tw-text-opacity, 1))}.text-primary-100{--tw-text-opacity: 1;color:rgb(224 233 255 / var(--tw-text-opacity, 1))}.text-primary-600{--tw-text-opacity: 1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-primary-700{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.text-primary-900{--tw-text-opacity: 1;color:rgb(49 46 129 / var(--tw-text-opacity, 1))}.text-purple-400{--tw-text-opacity: 1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.text-purple-500{--tw-text-opacity: 1;color:rgb(168 85 247 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity: 1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-purple-700{--tw-text-opacity: 1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-success-500{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.text-success-600{--tw-text-opacity: 1;color:rgb(5 150 105 / var(--tw-text-opacity, 1))}.text-warning-600{--tw-text-opacity: 1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/70{color:#ffffffb3}.text-yellow-500{--tw-text-opacity: 1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity: 1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-700{--tw-text-opacity: 1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.text-yellow-800{--tw-text-opacity: 1;color:rgb(133 77 14 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.placeholder-gray-400::placeholder{--tw-placeholder-opacity: 1;color:rgb(156 163 175 / var(--tw-placeholder-opacity, 1))}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-75{opacity:.75}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-card{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-sm{--tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-1{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-orange-400{--tw-ring-opacity: 1;--tw-ring-color: rgb(251 146 60 / var(--tw-ring-opacity, 1))}.ring-opacity-50{--tw-ring-opacity: .5}.ring-offset-2{--tw-ring-offset-width: 2px}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur: blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-1000{transition-duration:1s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.placeholder\:text-xs::-moz-placeholder{font-size:.75rem;line-height:1rem}.placeholder\:text-xs::placeholder{font-size:.75rem;line-height:1rem}.hover\:scale-110:hover{--tw-scale-x: 1.1;--tw-scale-y: 1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity, 1))}.hover\:border-gray-400:hover{--tw-border-opacity: 1;border-color:rgb(156 163 175 / var(--tw-border-opacity, 1))}.hover\:border-primary-400:hover{--tw-border-opacity: 1;border-color:rgb(123 147 248 / var(--tw-border-opacity, 1))}.hover\:\!bg-red-700:hover{--tw-bg-opacity: 1 !important;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))!important}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity, 1))}.hover\:bg-danger-600:hover{--tw-bg-opacity: 1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgb(249 250 251 / var(--tw-bg-opacity, 1))}.hover\:bg-green-100:hover{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-100:hover{--tw-bg-opacity: 1;background-color:rgb(224 233 255 / var(--tw-bg-opacity, 1))}.hover\:bg-primary-700:hover{--tw-bg-opacity: 1;background-color:rgb(67 56 202 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-700:hover{--tw-bg-opacity: 1;background-color:rgb(126 34 206 / var(--tw-bg-opacity, 1))}.hover\:bg-red-100:hover{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgb(185 28 28 / var(--tw-bg-opacity, 1))}.hover\:bg-success-600:hover{--tw-bg-opacity: 1;background-color:rgb(5 150 105 / var(--tw-bg-opacity, 1))}.hover\:bg-white\/30:hover{background-color:#ffffff4d}.hover\:text-blue-700:hover{--tw-text-opacity: 1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgb(55 65 81 / var(--tw-text-opacity, 1))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity, 1))}.hover\:text-indigo-700:hover,.hover\:text-primary-700:hover{--tw-text-opacity: 1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:shadow-card-hover:hover{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-md:hover{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-primary-500:focus{--tw-border-opacity: 1;border-color:rgb(90 108 242 / var(--tw-border-opacity, 1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-danger-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1))}.focus\:ring-gray-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1))}.focus\:ring-primary-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(90 108 242 / var(--tw-ring-opacity, 1))}.focus\:ring-success-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-gray-100:disabled{--tw-bg-opacity: 1;background-color:rgb(243 244 246 / var(--tw-bg-opacity, 1))}.disabled\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:text-gray-600{--tw-text-opacity: 1;color:rgb(75 85 99 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:opacity-100{opacity:1}@media (min-width: 768px){.md\:block{display:block}.md\:flex{display:flex}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:justify-between{justify-content:space-between}}@media (min-width: 1024px){.lg\:col-span-2{grid-column:span 2 / span 2}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}
