@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";.login-page{min-height:100vh;background-color:#fff;display:flex;align-items:flex-start;justify-content:center;padding:7.5rem .75rem .75rem;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.login-card{background:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden;width:100%;max-width:28rem;padding:2rem;border:1px solid #E2E8F0;transition:all .3s cubic-bezier(.4,0,.2,1)}.login-card:hover{box-shadow:0 25px 50px -12px #00000040;border-color:#266cde}.login-title{font-size:1.875rem;font-weight:700;color:#060a37;margin-bottom:1.5rem;text-align:center;font-family:Poppins,sans-serif}.login-error{margin-bottom:1rem;color:#dc2626;font-size:.875rem;text-align:center;font-family:Poppins,sans-serif}.login-form{display:flex;flex-direction:column;gap:1rem}.login-input{width:92%;padding:.75rem 1rem;border:1px solid #E2E8F0;border-radius:.5rem;font-size:.875rem;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 2px #0000000d;background:#fff;font-family:Poppins,sans-serif;color:#060a37}.login-input:focus{outline:none;border-color:#266cde;box-shadow:0 0 0 3px #266cde1a,0 4px 6px -1px #0000001a;transform:translateY(-1px)}.login-input:hover:not(:focus){border-color:#aebade;box-shadow:0 2px 4px #0000001a}.login-input-error{color:#dc2626;font-size:.75rem;margin-top:.25rem;font-family:Poppins,sans-serif}.login-button{width:100%;background:#266cde;color:#f8fafc;padding:.75rem;border:none;border-radius:.5rem;font-weight:400;font-size:.75rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #266cde4d;position:relative;overflow:hidden;font-family:Poppins,sans-serif}.login-button:hover{background:#1e5bb8;transform:translateY(-2px);box-shadow:0 8px 15px -3px #266cde66}.login-button:active{transform:translateY(-1px);box-shadow:0 4px 6px -1px #266cde4d}.login-button:focus{outline:none;box-shadow:0 0 0 3px #266cde33,0 4px 6px -1px #266cde4d}.login-divider{position:relative;margin:1.5rem 0}.login-divider-line{position:absolute;inset:0;display:flex;align-items:center}.login-divider-border{width:100%;border-top:1px solid #E2E8F0}.login-divider-text{position:relative;display:flex;justify-content:center;font-size:.875rem}.login-divider-bg{background:#fff;padding:0 .5rem;color:#64748b;font-family:Poppins,sans-serif}.login-google-container{width:100%}.signup-page{min-height:100vh;background-color:#fff;display:flex;align-items:flex-start;justify-content:center;padding:2.5rem .75rem .75rem;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.signup-card{background:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden;width:100%;max-width:28rem;padding:2rem;border:1px solid #E2E8F0;transition:all .3s cubic-bezier(.4,0,.2,1)}.signup-card:hover{box-shadow:0 25px 50px -12px #00000040;border-color:#266cde}.signup-title{font-size:1.875rem;font-weight:700;color:#060a37;margin-bottom:.5rem;text-align:center;font-family:Poppins,sans-serif}.signup-brand{color:#266cde}.signup-subtitle{font-size:.875rem;color:#64748b;margin-bottom:1.5rem;text-align:center;font-family:Poppins,sans-serif}.signup-error{margin-bottom:1rem;color:#dc2626;font-size:.875rem;font-family:Poppins,sans-serif}.signup-form{display:flex;flex-direction:column;gap:1rem}.signup-input{width:100%;padding:.75rem 1rem;border:1px solid #E2E8F0;border-radius:.5rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s;background:#fff;font-family:Poppins,sans-serif;color:#060a37}.signup-input:focus{outline:none;border-color:#266cde;box-shadow:0 0 0 3px #266cde1a}.signup-input-error{color:#dc2626;font-size:.75rem;margin-top:.25rem;font-family:Poppins,sans-serif}.signup-button{width:100%;background-color:#266cde;color:#f8fafc;padding:.75rem;border:none;border-radius:.5rem;font-weight:400;font-size:.75rem;cursor:pointer;transition:background-color .2s;font-family:Poppins,sans-serif}.signup-divider{position:relative;margin:1rem 0}.signup-divider-line{position:absolute;inset:0;display:flex;align-items:center}.signup-divider-border{width:100%;border-top:1px solid #E2E8F0}.signup-divider-text{position:relative;display:flex;justify-content:center;font-size:.875rem}.signup-divider-bg{background:#fff;padding:0 .5rem;color:#64748b;font-family:Poppins,sans-serif}.signup-google-container{width:100%}.signup-login-link{margin-top:1rem;font-size:.75rem;text-align:center;color:#64748b;font-family:Poppins,sans-serif}.signup-link{color:#266cde;text-decoration:none;font-weight:500}.signup-link:hover{text-decoration:underline}.manage-page{min-height:100vh;background-color:#fff;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:1.5rem 0}.manage-title{font-size:1.875rem;font-weight:700;color:#0f172a;margin:0;font-family:Poppins,sans-serif}.new-item-button{background:#266cde;color:#f8fafc;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:400;font-size:.75rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block;box-shadow:0 4px 6px -1px #266cde4d;border:none;font-family:Poppins,sans-serif}.items-list{display:flex;flex-direction:column;gap:0;background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;overflow:hidden}.empty-state-description{color:#64748b;font-family:Poppins,sans-serif;margin-bottom:1.5rem;font-size:1.125rem;margin:0;font-family:Varela Round,ui-rounded,Nunito Sans,SF Pro Rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-feature-settings:"cv02","cv03","cv04","cv11"}.item-card{padding:1rem;border-bottom:1px solid #E2E8F0;display:flex;align-items:center;justify-content:space-between;min-height:fit-content;transition:background-color .2s}.item-card:last-child{border-bottom:none}.item-card:hover{background-color:#f1f5f9}.item-title{font-weight:600;color:#266cde;text-decoration:none;display:block;margin-bottom:.25rem;font-size:1rem;transition:color .2s;font-family:Varela Round,ui-rounded,Nunito Sans,SF Pro Rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-feature-settings:"cv02","cv03","cv04","cv11"}.item-title:hover{text-decoration:underline;color:#1d4ed8}.item-description{font-size:.75rem;color:#64748b;font-family:Poppins,sans-serif;margin:0;line-height:1.4;word-wrap:break-word;overflow-wrap:break-word;max-height:4.2rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;white-space:pre-wrap;font-family:Varela Round,ui-rounded,Nunito Sans,SF Pro Rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-feature-settings:"cv02","cv03","cv04","cv11"}.item-actions{display:flex;align-items:center;gap:.75rem;margin-left:1rem;flex-shrink:0}.edit-button,.delete-button{padding:.375rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;border:1px solid transparent;font-family:Varela Round,ui-rounded,Nunito Sans,SF Pro Rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-feature-settings:"cv02","cv03","cv04","cv11"}.edit-button{background:#fff;color:#64748b;font-family:Poppins,sans-serif;border:1px solid #E2E8F0}.edit-button:hover{background-color:#f1f5f9;border-color:#AEBADO;color:#0f172a;font-family:Poppins,sans-serif}.delete-button{background:#fff;color:#dc2626;border:1px solid #fecaca}.delete-button:hover{background-color:#fef2f2;border-color:#dc2626}@media (max-width: 480px){.manage-container{padding:0 .75rem 2rem}.item-actions{gap:.5rem}.edit-button,.delete-button{padding:.375rem .75rem;font-size:.75rem}}.job-detail-page{min-height:100vh;background-color:#fff;font-family:Varela Round,ui-rounded,Nunito Sans,SF Pro Rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:2rem 0}.job-detail-container{max-width:48rem;margin:0 auto;padding:0 1.5rem}.job-error-state{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;padding:2rem;text-align:center;border:1px solid #fecaca}.job-error-message{color:#dc2626;font-size:1.125rem;margin:0}.job-loading-state{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;padding:2rem;text-align:center}.job-loading-message{color:#64748b;font-family:Poppins,sans-serif;font-size:1.125rem;margin:0}.job-detail-card{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;padding:2rem;border:1px solid rgba(234,88,12,.1);transition:all .3s cubic-bezier(.4,0,.2,1)}.job-detail-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-color:#ea580c33}.job-content-box{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-radius:.75rem;padding:1.5rem;margin-bottom:2rem;border:1px solid rgba(148,163,184,.1);box-shadow:inset 0 2px 4px #0000000f}.job-content{margin-bottom:0}.job-title{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:.75rem;line-height:1.2}.job-meta{color:#64748b;font-size:.875rem;margin-bottom:1.5rem}.job-description{color:#334155;line-height:1.6;white-space:pre-line;font-size:1rem}.job-basic-actions{display:flex;gap:.75rem;margin-bottom:2rem;flex-wrap:wrap;justify-content:center}.job-match-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.job-edit-button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#f8fafc,#e2e8f0);color:#475569;border:1px solid #cbd5e1;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;font-family:inherit;box-shadow:0 2px 4px #0000001a}.job-edit-button:hover{background:linear-gradient(135deg,#e2e8f0,#cbd5e1);border-color:#94a3b8;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.job-back-button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);color:#64748b;border:1px solid #cbd5e1;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;font-family:inherit;box-shadow:0 2px 4px #0000001a}.job-back-button:hover{background:linear-gradient(135deg,#e2e8f0,#cbd5e1);color:#475569;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.job-match-single-button{padding:.75rem 1.5rem;background:#266cde;color:#f8fafc;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;font-family:inherit;box-shadow:0 4px 6px -1px #3b82f64d}.job-match-single-button:hover{background:#1e5bb8;transform:translateY(-2px);box-shadow:0 8px 15px -3px #3b82f666}.job-match-batch-button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#f8fafc;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;font-family:inherit;box-shadow:0 4px 6px -1px #8b5cf64d}.job-match-batch-button:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9);transform:translateY(-2px);box-shadow:0 8px 15px -3px #8b5cf666}@media (max-width: 768px){.job-detail-container{padding:0 1rem}.job-detail-card{padding:1.5rem}.job-content-box{padding:1.25rem}.job-title{font-size:1.75rem}.job-basic-actions,.job-match-actions{flex-direction:column}.job-edit-button,.job-back-button,.job-match-single-button,.job-match-batch-button{justify-content:center}}@media (max-width: 480px){.job-detail-page{padding:1rem 0}.job-detail-card,.job-content-box{padding:1rem}.job-title{font-size:1.5rem}}.edit-job-page{min-height:100vh;background-color:#fff;font-family:Varela Round,ui-rounded,Nunito Sans,SF Pro Rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.edit-job-container{padding:2rem 0;min-height:100vh;display:flex;align-items:center}.edit-job-content{width:100%;max-width:36rem;margin:0 auto;padding:0 1.5rem}.edit-job-card{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;padding:2rem;border:1px solid rgba(234,88,12,.1)}.edit-job-header{text-align:center;margin-bottom:2rem}.edit-job-title{font-size:1.875rem;font-weight:700;color:#0f172a;font-family:Poppins,sans-serif;margin:0}.edit-job-form{display:flex;flex-direction:column;gap:1.5rem}.job-form-group{display:flex;flex-direction:column}.job-form-label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:#0f172a;font-family:Poppins,sans-serif}.job-form-input{width:100%;padding:.75rem 1rem;border:1px solid #E2E8F0;border-radius:.5rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s;font-family:inherit;box-sizing:border-box}.job-form-textarea{width:100%;padding:.75rem 1rem;border:1px solid #E2E8F0;border-radius:.5rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s;font-family:inherit;resize:vertical;min-height:120px;box-sizing:border-box}.job-form-input:focus,.job-form-textarea:focus{outline:none;border-color:#266cde;box-shadow:0 0 0 3px #d977061a}.job-form-actions{display:flex;justify-content:center;padding-top:.5rem}.save-job-button{padding:.75rem 2rem;background:#266cde;color:#f8fafc;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:inherit;box-shadow:0 4px 6px -1px #266cde4d}.save-job-button:hover{background:#1e5bb8;transform:translateY(-2px);box-shadow:0 8px 15px -3px #266cde66}@media (max-width: 768px){.edit-job-content{padding:0 1rem}.edit-job-card{padding:1.5rem}.edit-job-title{font-size:1.5rem}}@media (max-width: 480px){.edit-job-container{padding:1rem 0}.edit-job-card{padding:1rem}.edit-job-title{font-size:1.25rem}}.new-job-page{min-height:100vh;background-color:#fff;font-family:Varela Round,ui-rounded,Nunito Sans,SF Pro Rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.new-job-container{padding:2rem 0;min-height:100vh;display:flex;align-items:flex-start}.new-job-content{width:100%;max-width:36rem;margin:0 auto;padding:0 1.5rem}.new-job-container.offset-top{margin-top:10rem}.new-job-card{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;padding:2rem;border:1px solid rgba(234,88,12,.1)}.new-job-header{text-align:center;margin-bottom:2rem}.new-job-title{font-size:1.5rem;font-weight:700;color:#0f172a;font-family:Poppins,sans-serif;margin:0}.new-job-form{display:flex;flex-direction:column;gap:1.5rem}.new-job-form-group{display:flex;flex-direction:column}.new-job-form-label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:#0f172a;font-family:Poppins,sans-serif}.new-job-form-input{width:100%;padding:.75rem 1rem;border:1px solid #E2E8F0;border-radius:.5rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s;font-family:inherit;box-sizing:border-box}.new-job-form-textarea{width:100%;padding:.75rem 1rem;border:1px solid #E2E8F0;border-radius:.5rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s;font-family:inherit;resize:vertical;min-height:120px;box-sizing:border-box}.new-job-form-input:focus,.new-job-form-textarea:focus{outline:none;border-color:#266cde;box-shadow:0 0 0 3px #d977061a}.new-job-error{color:#dc2626;font-size:.75rem;margin-top:.25rem}.new-job-form-actions{display:flex;justify-content:center;padding-top:.5rem}.create-job-button{padding:.75rem 2rem;background:#266cde;color:#f8fafc;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:inherit;box-shadow:0 4px 6px -1px #266cde4d}.create-job-button:hover{background:#1e5bb8;transform:translateY(-2px);box-shadow:0 8px 15px -3px #266cde66}@media (max-width: 768px){.new-job-content{padding:0 1rem}.new-job-card{padding:1.5rem}.new-job-title{font-size:1.25rem}}@media (max-width: 480px){.new-job-container{padding:1rem 0}.new-job-card{padding:1rem}.new-job-title{font-size:1.125rem}}.manage-page{min-height:100vh;background-color:#fff;font-family:Varela Round,ui-rounded,Nunito Sans,SF Pro Rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-feature-settings:"cv02","cv03","cv04","cv11";padding:1.5rem 0}.manage-container{max-width:80rem;margin:0 auto;padding:0 1.5rem}.manage-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem}.manage-title{font-size:1.875rem;font-weight:700;color:#0f172a;font-family:Poppins,sans-serif;margin:0;font-family:Varela Round,ui-rounded,Nunito Sans,SF Pro Rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.new-item-button{background:#266cde;color:#f8fafc;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block;box-shadow:0 4px 6px -1px #266cde4d;border:none;font-family:Varela Round,ui-rounded,Nunito Sans,SF Pro Rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.new-item-button:hover{background:#1e5bb8;transform:translateY(-2px);box-shadow:0 8px 15px -3px #266cde66}.empty-state{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;padding:2rem;text-align:center}.empty-message{color:#64748b;font-family:Poppins,sans-serif;font-size:1.125rem;margin:0;font-family:Varela Round,ui-rounded,Nunito Sans,SF Pro Rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.item-card{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem;display:flex;justify-content:space-between;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(234,88,12,.1)}.item-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:#ea580c33}.item-content{flex:1}.item-title{font-size:1.25rem;font-weight:600;color:#266cde;text-decoration:none;display:block;margin-bottom:.25rem;transition:color .2s;max-height:3rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;overflow-wrap:break-word;font-family:Varela Round,ui-rounded,Nunito Sans,SF Pro Rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.item-title:hover{text-decoration:underline;color:#1e5bb8}.item-date{font-size:.875rem;color:#64748b;font-family:Poppins,sans-serif;margin:0;font-family:Varela Round,ui-rounded,Nunito Sans,SF Pro Rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.item-actions{display:flex;align-items:center;gap:.75rem;margin-left:1.5rem}.edit-button{padding:.5rem 1rem;border:1px solid #E2E8F0;color:#0f172a;font-family:Poppins,sans-serif;background:#fff;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block;font-family:Varela Round,ui-rounded,Nunito Sans,SF Pro Rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.edit-button:hover{background-color:#f1f5f9;border-color:#AEBADO}.job-edit-action-button{padding:.5rem 1rem;border:1px solid #E2E8F0;color:#0f172a;font-family:Poppins,sans-serif;background:#fff;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block;font-family:Varela Round,ui-rounded,Nunito Sans,SF Pro Rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.job-edit-action-button:hover{background-color:#f1f5f9;border-color:#AEBADO}.job-delete-action-button{padding:.5rem 1rem;background-color:#ef4444;color:#f8fafc;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background-color .2s;font-family:Varela Round,ui-rounded,Nunito Sans,SF Pro Rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.job-delete-action-button:hover{background-color:#dc2626}.primary-action-button{padding:.5rem 1rem;background-color:#266cde;color:#f8fafc;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background-color .2s;font-family:Varela Round,ui-rounded,Nunito Sans,SF Pro Rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.primary-action-button:hover{background-color:#1e5bb8}.delete-button{padding:.5rem 1rem;background-color:#ef4444;color:#f8fafc;border:none;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background-color .2s;font-family:Varela Round,ui-rounded,Nunito Sans,SF Pro Rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.delete-button:hover{background-color:#dc2626}@media (max-width: 1024px){.manage-container{max-width:100%;padding:0 1rem 2rem}}@media (max-width: 768px){.manage-header{flex-direction:column;gap:1rem;align-items:stretch}.manage-title{font-size:1.5rem;text-align:center}.item-card{flex-direction:column;align-items:stretch;gap:1rem}.item-actions{margin-left:0;justify-content:center;flex-wrap:wrap}}@media (max-width: 480px){.manage-container{padding:0 .75rem 2rem}.item-actions{gap:.5rem}.edit-button,.primary-action-button,.delete-button,.job-edit-action-button,.job-delete-action-button{padding:.375rem .75rem;font-size:.875rem}}.upload-page{min-height:100vh;background-color:#fff;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.upload-container{display:flex;align-items:flex-start;justify-content:center;min-height:100vh;padding:2rem 1.5rem}.upload-content{width:100%;max-width:36rem;margin:0 auto}.upload-container.offset-top{margin-top:10rem}.upload-header{text-align:center;margin-bottom:2rem}.upload-title{font-size:1.5rem;font-weight:700;color:#0f172a;font-family:Poppins,sans-serif;margin:0}.upload-card{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;padding:2rem;border:1px solid rgba(234,88,12,.1)}.upload-form{display:flex;flex-direction:column;gap:1.5rem}.upload-form-label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:#0f172a;font-family:Poppins,sans-serif}.upload-field-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#266cde!important;color:#f8fafc;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 6px -1px #6b72804d;font-family:inherit}.upload-field-button:hover{background:#1e5bb8!important;transform:translateY(-1px);box-shadow:0 6px 8px -1px #6b728066}.upload-form-input{margin-bottom:1rem;display:none}.files-list{margin-bottom:1.5rem}.files-container{display:flex;flex-direction:column;gap:.75rem;align-items:center;width:100%}.file-item{display:flex;align-items:center;justify-content:center;padding:1.25rem;background-color:#fff;border:1px solid #E2E8F0;border-radius:.75rem;box-shadow:0 2px 4px #6b72801a;margin-bottom:.75rem;width:100%;max-width:400px;transition:all .2s ease}.file-item:hover{box-shadow:0 4px 8px #6b728026;border-color:#e2e8f0;transform:translateY(-1px)}.file-info{display:flex;align-items:center;justify-content:center;width:100%;text-align:center}.file-name{color:#0f172a;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:500;text-align:center;word-break:break-word;max-width:100%}.upload-actions{display:flex;justify-content:center}.upload-button{padding:.75rem 1.5rem;background-color:#266cde;color:#f8fafc;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:background-color .2s;font-family:inherit}.upload-button:hover{background-color:#1e5bb8}@media (max-width: 768px){.upload-container{padding:1.5rem 1rem}.upload-content{max-width:100%}.upload-card{padding:2rem 1.5rem}.upload-title{font-size:1.75rem}.upload-subtitle{font-size:1rem}.file-item{width:100%;margin-left:0;padding:1rem;justify-content:center}}@media (max-width: 640px){.upload-container{padding:1rem .75rem}.upload-card{padding:1.5rem 1rem}.upload-title{font-size:1.5rem}.upload-subtitle{font-size:.9rem}.file-item{width:100%;margin-left:0;padding:.875rem;flex-direction:column;gap:.75rem;align-items:center;justify-content:center}.file-info{width:100%;justify-content:center}}.edit-page{min-height:100vh;background-color:#fff;font-family:Varela Round,ui-rounded,Nunito Sans,SF Pro Rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.loading-container{min-height:100vh;display:flex;align-items:center;justify-content:center}.loading-text{color:#64748b;font-family:Poppins,sans-serif;font-size:1rem}.edit-container{padding:2rem 0;min-height:100vh;display:flex;align-items:center}.edit-content{width:100%;max-width:36rem;margin:0 auto;padding:0 1.5rem}.edit-card{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;padding:2rem}.edit-header{text-align:center;margin-bottom:1.5rem}.edit-title{font-size:1.5rem;font-weight:700;color:#0f172a;font-family:Poppins,sans-serif;margin:0}.edit-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column}.form-label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:#0f172a;font-family:Poppins,sans-serif}.form-input{width:100%;padding:.75rem 1rem;border:1px solid #E2E8F0;border-radius:.5rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s;font-family:inherit}.form-input:focus{outline:none;border-color:#266cde;box-shadow:0 0 0 3px #d977061a}.form-actions{display:flex;justify-content:flex-end;padding-top:.5rem}.save-button{padding:.75rem 1.5rem;background-color:#266cde;color:#f8fafc;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:background-color .2s;font-family:inherit}.save-button:hover{background-color:#1e5bb8}@media (max-width: 640px){.edit-content{padding:0 1rem}.edit-card{padding:1.5rem}.edit-title{font-size:1.25rem}}.analysis-page{min-height:100vh;background-color:#fff;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:1.5rem 0}.analysis-container{max-width:96rem;margin:0 auto;padding:0 1.5rem}.loading-section{text-align:center;max-width:32rem;margin:0 auto;margin-top:20rem}.loading-title{font-size:1.875rem;font-weight:700;color:#0f172a;margin-bottom:.5rem;font-family:Poppins,sans-serif}.loading-subtitle{font-size:1.125rem;color:#64748b;margin-bottom:2rem;font-family:Poppins,sans-serif}.progress-container{background-color:#e2e8f0;border-radius:9999px;height:.75rem;margin-bottom:2rem;max-width:24rem;margin-left:auto;margin-right:auto}.progress-bar{height:.75rem;border-radius:9999px;background:linear-gradient(90deg,#67b8e3,#266cde);width:30%;animation:loading 10s ease-in-out infinite;box-shadow:0 2px 4px #266cde4d}@keyframes loading{0%{width:0%;opacity:1}50%{width:70%;opacity:.8}to{width:100%;opacity:1}}.analysis-header{margin-bottom:2rem}.back-button{display:flex;align-items:center;color:#266cde;background:none;border:none;cursor:pointer;margin-bottom:1rem;font-size:.875rem;transition:all .3s cubic-bezier(.4,0,.2,1);padding:.5rem;border-radius:.5rem;font-family:Poppins,sans-serif}.back-button:hover{color:#1e5bb8;background-color:#266cde0d;transform:translate(-2px)}.back-icon{width:1.25rem;height:1.25rem;margin-right:.5rem}.page-title{font-size:1.875rem;font-weight:700;color:#0f172a;font-family:Poppins,sans-serif;margin:0}.analysis-card{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;padding:2rem}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.card-title{font-size:1.5rem;font-weight:700;color:#0f172a;font-family:Poppins,sans-serif;margin:0}.score-section{margin-bottom:2rem;display:flex;gap:1rem;flex-wrap:wrap}.score-item{flex:1;min-width:200px;padding:1rem;background-color:#f1f5f9;border-radius:.5rem;border:1px solid #E2E8F0;text-align:center}.score-label{font-weight:600;color:#0f172a;font-family:Poppins,sans-serif;margin-bottom:.5rem}.score-value{font-size:1.125rem;font-weight:700;color:#266cde}.feedback-section{margin-top:2rem}.feedback-title{font-size:1.25rem;font-weight:600;color:#0f172a;font-family:Poppins,sans-serif;margin-bottom:1rem}.feedback-content{background-color:#f1f5f9;padding:1.5rem;border-radius:.75rem;border:1px solid #E2E8F0;white-space:pre-wrap;line-height:1.6;color:#0f172a;font-family:Poppins,sans-serif}@media (max-width: 768px){.analysis-container{padding:0 1rem}.analysis-card{padding:1.5rem}.page-title{font-size:1.5rem}.card-header{flex-direction:column;gap:1rem;align-items:stretch}.score-section{flex-direction:column}.score-item{min-width:auto}}.resume-match-page{min-height:100vh;background-color:#fff;font-family:Varela Round,ui-rounded,Nunito Sans,SF Pro Rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-feature-settings:"cv02","cv03","cv04","cv11";padding:1.5rem 0}.resume-match-container{max-width:48rem;margin:0 auto;padding:0 1.5rem}.resume-match-card{background:#fff;border-radius:1.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:2rem;border:1px solid rgba(234,88,12,.1);overflow:hidden;box-sizing:border-box;transition:all .3s cubic-bezier(.4,0,.2,1)}.resume-match-card:hover{box-shadow:0 25px 50px -12px #00000040;border-color:#ea580c33}.resume-match-header{text-align:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #E2E8F0}.resume-match-title{font-size:2rem;font-weight:700;color:#0f172a;font-family:Poppins,sans-serif;margin-bottom:.5rem}.resume-match-subtitle{color:#64748b;font-family:Poppins,sans-serif;font-size:1rem}.resume-match-content{display:grid;gap:1.25rem}.resume-match-score-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.25rem}.resume-match-score-card{background:#f1f5f9;border:1px solid #E2E8F0;border-radius:.75rem;padding:1.25rem;text-align:center}.resume-match-score-label{font-size:.875rem;font-weight:500;color:#64748b;font-family:Poppins,sans-serif;margin-bottom:.5rem}.resume-match-score-value{font-size:1.5rem;font-weight:700;color:#266cde}.resume-match-summary{background:#f1f5f9;border:1px solid #fed7aa;border-radius:.75rem;padding:1.5rem}.resume-match-summary-title{font-size:1rem;font-weight:600;color:#0f172a;font-family:Poppins,sans-serif;margin-bottom:.75rem}.resume-match-summary-text{color:#4b5563;font-size:.875rem;line-height:1.5;margin:0}.resume-match-loading{text-align:center;padding:3rem;color:#64748b;font-family:Poppins,sans-serif}.resume-match-loading-spinner{width:2rem;height:2rem;border:2px solid #E2E8F0;border-top:2px solid #266CDE;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.resume-match-error{text-align:center;padding:2rem;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:.75rem}.resume-match-no-result{text-align:center;padding:2rem;color:#64748b;font-family:Poppins,sans-serif;background:#f1f5f9;border:1px solid #E2E8F0;border-radius:.75rem}.resume-match-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #E2E8F0}.resume-match-action-btn{padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.resume-match-back-btn{background-color:#266cde;color:#f8fafc}.resume-match-back-btn:hover{background-color:#4b5563}.resume-match-action-btn:active{transform:translateY(1px)}.select-resume-page{min-height:100vh;background-color:#fff;font-family:Varela Round,ui-rounded,Nunito Sans,SF Pro Rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:2rem 0}.select-resume-container{max-width:48rem;margin:0 auto;padding:0 1.5rem}.select-resume-header{text-align:center;margin-bottom:2rem}.select-resume-title{font-size:2rem;font-weight:700;color:#0f172a;font-family:Poppins,sans-serif;margin-bottom:.5rem}.select-resume-subtitle{color:#64748b;font-family:Poppins,sans-serif;font-size:1rem}.select-resume-card{background:#fff;border-radius:1.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:2rem;border:1px solid rgba(0,0,0,.05)}.select-resume-list{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:1rem}.select-resume-item{padding:1.25rem;border:2px solid #E2E8F0;border-radius:.75rem;cursor:pointer;transition:all .2s;background:#fff}.select-resume-item:hover{border-color:#266cde;background:#f1f5f9}.select-resume-item.selected{border-color:#266cde;background:#f1f5f9;box-shadow:0 0 0 3px #266cde1a}.select-resume-item-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.select-resume-item-icon{width:2rem;height:2rem;background:#266cde;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#f8fafc;font-size:.875rem;font-weight:600;flex-shrink:0}.select-resume-item-title{font-size:1rem;font-weight:600;color:#0f172a;font-family:Poppins,sans-serif;margin:0}.select-resume-item-details{display:grid;gap:.5rem;font-size:.875rem;color:#64748b;font-family:Poppins,sans-serif}.select-resume-item-detail{display:flex;gap:.5rem}.select-resume-item-label{font-weight:500;color:#0f172a;font-family:Poppins,sans-serif;min-width:4rem}.select-resume-item-value{color:#64748b;font-family:Poppins,sans-serif}.select-resume-item-link{color:#266cde;text-decoration:none;word-break:break-all}.select-resume-item-link:hover{text-decoration:underline}.select-resume-empty{text-align:center;color:#64748b;font-family:Poppins,sans-serif;font-style:italic;padding:2rem}.select-resume-actions{display:flex;gap:1rem;justify-content:center}.select-resume-confirm-btn{background-color:#266cde;color:#f8fafc;padding:.75rem 2rem;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.select-resume-confirm-btn:hover{background-color:#1e5bb8}.select-resume-confirm-btn:disabled{background-color:#e2e8f0;cursor:not-allowed}.select-resume-confirm-btn:active{transform:translateY(1px)}.select-resume-error{text-align:center;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;padding:1rem;border-radius:.5rem;margin-bottom:1rem;font-size:.875rem}.batch-select-page{min-height:100vh;background-color:#fff;font-family:Varela Round,ui-rounded,Nunito Sans,SF Pro Rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:2rem 0}.batch-select-container{max-width:48rem;margin:0 auto;padding:0 1.5rem}.batch-select-header{text-align:center;margin-bottom:2rem}.batch-select-title{font-size:2rem;font-weight:700;color:#0f172a;font-family:Poppins,sans-serif;margin-bottom:.5rem}.batch-select-subtitle{color:#64748b;font-family:Poppins,sans-serif;font-size:1rem}.batch-select-card{background:#fff;border-radius:1.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:2rem;border:1px solid rgba(0,0,0,.05)}.batch-select-info{background:#eff6ff;border:1px solid #bfdbfe;border-radius:.75rem;padding:1rem;margin-bottom:1.5rem;text-align:center}.batch-select-info-text{color:#1e40af;font-size:.875rem;font-weight:500;margin:0}.batch-select-list{list-style:none;padding:0;margin:0 0 2rem;display:flex;flex-direction:column;gap:1rem}.batch-select-item{padding:1.25rem;border:2px solid #E2E8F0;border-radius:.75rem;cursor:pointer;transition:all .2s;background:#fff;-webkit-user-select:none;user-select:none;position:relative}.batch-select-item:hover{border-color:#10b981;background:#ecfdf5}.batch-select-item.selected{border-color:#10b981;background:#ecfdf5;box-shadow:0 0 0 3px #10b9811a}.batch-select-item-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.batch-select-checkbox{width:1.25rem;height:1.25rem;border:2px solid #E2E8F0;border-radius:.25rem;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.batch-select-item.selected .batch-select-checkbox{background:#10b981;border-color:#10b981;color:#f8fafc}.batch-select-checkbox-icon{width:.75rem;height:.75rem;stroke-width:3}.batch-select-item-icon{width:2rem;height:2rem;background:#10b981;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#f8fafc;font-size:.875rem;font-weight:600;flex-shrink:0}.batch-select-item-title{font-size:1rem;font-weight:600;color:#0f172a;font-family:Poppins,sans-serif;margin:0;flex:1}.batch-select-item-details{margin-left:2rem;font-size:.875rem;color:#64748b;font-family:Poppins,sans-serif;word-break:break-all}.batch-select-empty{text-align:center;color:#64748b;font-family:Poppins,sans-serif;font-style:italic;padding:2rem}.batch-select-actions{display:flex;gap:1rem;justify-content:center;align-items:center}.batch-select-confirm-btn{background-color:#10b981;color:#f8fafc;padding:.75rem 2rem;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}.batch-select-confirm-btn:hover{background-color:#059669}.batch-select-confirm-btn:disabled{background-color:#e2e8f0;cursor:not-allowed}.batch-select-confirm-btn:active{transform:translateY(1px)}.batch-select-count{background:#10b981;color:#f8fafc;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:600;min-width:1.5rem;text-align:center}.batch-select-error{text-align:center;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;padding:1rem;border-radius:.5rem;margin-bottom:1rem;font-size:.875rem}.batch-match-page{min-height:100vh;background-color:#fff;font-family:Varela Round,ui-rounded,Nunito Sans,SF Pro Rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:2rem 0}.batch-match-container{max-width:72rem;margin:0 auto;padding:0 1.5rem}.batch-match-header{text-align:center;margin-bottom:2rem}.batch-match-title{font-size:2rem;font-weight:700;color:#0f172a;font-family:Poppins,sans-serif;margin-bottom:.5rem}.batch-match-subtitle{color:#64748b;font-family:Poppins,sans-serif;font-size:1rem}.batch-match-card{background:#fff;border-radius:1.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:2rem;border:1px solid rgba(0,0,0,.05)}.batch-match-results{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.5rem}.batch-match-result-item{border:1px solid #E2E8F0;border-radius:1rem;padding:1.5rem;background:#fafafa;transition:all .2s}.batch-match-result-item:hover{box-shadow:0 4px 6px -1px #0000001a}.batch-match-result-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #E2E8F0}.batch-match-resume-info{display:flex;align-items:center;gap:.75rem}.batch-match-resume-icon{width:2.5rem;height:2.5rem;background:#7c3aed;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#f8fafc;font-size:1rem;font-weight:600}.batch-match-resume-title{font-size:1.125rem;font-weight:600;color:#0f172a;font-family:Poppins,sans-serif;margin:0}.batch-match-overall-score{text-align:center;padding:.5rem 1rem;background:#7c3aed;color:#f8fafc;border-radius:9999px;font-size:1rem;font-weight:700}.batch-match-scores-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1rem}.batch-match-score-card{background:#fff;border:1px solid #E2E8F0;border-radius:.5rem;padding:1rem;text-align:center}.batch-match-score-label{font-size:.75rem;font-weight:500;color:#64748b;font-family:Poppins,sans-serif;margin-bottom:.25rem}.batch-match-score-value{font-size:1.125rem;font-weight:700;color:#266cde}.batch-match-summary{background:#f1f5f9;border:1px solid #fed7aa;border-radius:.5rem;padding:1rem}.batch-match-summary-title{font-size:.875rem;font-weight:600;color:#0f172a;font-family:Poppins,sans-serif;margin-bottom:.5rem}.batch-match-summary-text{color:#4b5563;font-size:.875rem;line-height:1.4;margin:0}.batch-match-error-item{border-color:#fecaca;background:#fef2f2}.batch-match-error-header{border-bottom-color:#fecaca}.batch-match-error-icon,.batch-match-error-score{background:#dc2626}.batch-match-error-content{background:#fef2f2;border-color:#fecaca;color:#dc2626;text-align:center;font-weight:500}.batch-match-loading{text-align:center;padding:3rem;color:#64748b;font-family:Poppins,sans-serif}.batch-match-loading-spinner{width:2rem;height:2rem;border:2px solid #E2E8F0;border-top:2px solid #7c3aed;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.batch-match-error-page{text-align:center;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;padding:2rem;border-radius:.75rem}.batch-match-no-results{text-align:center;color:#64748b;font-family:Poppins,sans-serif;background:#f1f5f9;border:1px solid #E2E8F0;padding:2rem;border-radius:.75rem}.batch-match-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #E2E8F0}.batch-match-back-btn{background-color:#266cde;color:#f8fafc;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.batch-match-back-btn:hover{background-color:#4b5563}.batch-match-back-btn:active{transform:translateY(1px)}.plan-list-page{min-height:100vh;background-color:#fff;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:1.5rem 0}.plan-list-container{max-width:80rem;margin:0 auto;padding:0 1.5rem}.plan-list-title{font-size:2.25rem;font-weight:700;color:#0f172a;font-family:Poppins,sans-serif;margin-bottom:2rem;text-align:center}.plan-list-create-btn{background:#266cde;color:#f8fafc;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);margin-bottom:2rem;box-shadow:0 4px 6px -1px #266cde4d;position:relative;overflow:hidden}.plan-list-create-btn:hover{background:#1e5bb8;transform:translateY(-2px);box-shadow:0 8px 15px -3px #266cde66}.plan-list-create-btn:active{transform:translateY(-1px);box-shadow:0 4px 6px -1px #266cde4d}.plan-form-section{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:2rem;margin-bottom:2rem;border:1px solid rgba(234,88,12,.1);transition:all .3s cubic-bezier(.4,0,.2,1)}.plan-form-section:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:#ea580c33}.plan-form-title{font-size:1.25rem;font-weight:600;color:#0f172a;font-family:Poppins,sans-serif;margin-bottom:1.5rem}.plan-form{display:grid;gap:1rem;max-width:32rem}.plan-form-group{display:flex;flex-direction:column}.plan-form-label{font-size:.875rem;font-weight:500;color:#0f172a;font-family:Poppins,sans-serif;margin-bottom:.25rem}.plan-form-input,.plan-form-textarea,.plan-form-select{padding:.75rem;border:1px solid #E2E8F0;border-radius:.5rem;font-size:.875rem;transition:all .3s cubic-bezier(.4,0,.2,1);background:#fff;box-shadow:0 1px 2px #0000000d}.plan-form-input:focus,.plan-form-textarea:focus,.plan-form-select:focus{outline:none;border-color:#266cde;box-shadow:0 0 0 3px #266cde1a,0 4px 6px -1px #0000001a;transform:translateY(-1px)}.plan-form-input:hover:not(:focus),.plan-form-textarea:hover:not(:focus),.plan-form-select:hover:not(:focus){border-color:#9ca3af;box-shadow:0 2px 4px #0000001a}.plan-form-textarea{resize:vertical;min-height:4rem;font-family:inherit}.plan-form-actions{display:flex;gap:1rem;margin-top:1rem}.plan-form-submit-btn{background-color:#10b981;color:#f8fafc;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.plan-form-submit-btn:hover{background-color:#059669}.plan-form-cancel-btn{background-color:#6b7280;color:#f8fafc;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.plan-form-cancel-btn:hover{background-color:#4b5563}.plan-form-submit-btn:active,.plan-form-cancel-btn:active{transform:translateY(1px)}.plan-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.plan-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px -1px #0000001a;transition:all .2s;cursor:pointer}.plan-card:hover{box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-2px)}.plan-card-title{font-size:1.25rem;font-weight:700;color:#0f172a;font-family:Poppins,sans-serif;margin-bottom:.25rem}.plan-card-tagline{font-size:.875rem;color:#64748b;font-family:Poppins,sans-serif;margin-bottom:1rem}.plan-card-price{font-size:1.125rem;font-weight:600;color:#ea580c;margin-bottom:1.5rem}.plan-card-actions{display:flex;gap:.5rem;flex-wrap:wrap}.plan-card-edit-btn{background-color:#f59e0b;color:#f8fafc;padding:.5rem 1rem;border:none;border-radius:.375rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s}.plan-card-edit-btn:hover{background-color:#d97706}.plan-card-delete-btn{background-color:#dc2626;color:#f8fafc;padding:.5rem 1rem;border:none;border-radius:.375rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s}.plan-card-delete-btn:hover{background-color:#b91c1c}.plan-card-view-btn{background-color:#2563eb;color:#f8fafc;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;width:100%}.plan-card-view-btn:hover{background-color:#1d4ed8}.plan-card-edit-btn:active,.plan-card-delete-btn:active,.plan-card-view-btn:active{transform:translateY(1px)}.plan-detail-page{min-height:100vh;background-color:#fff;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:2rem 0}.plan-detail-container{max-width:48rem;margin:0 auto;padding:0 1.5rem}.plan-detail-card{background:#fff;border-radius:1.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:2.5rem;border:1px solid rgba(0,0,0,.05)}.plan-detail-header{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #E2E8F0}.plan-detail-title{font-size:2.25rem;font-weight:700;color:#0f172a;font-family:Poppins,sans-serif;margin-bottom:.5rem}.plan-detail-tagline{font-size:1.125rem;color:#64748b;font-family:Poppins,sans-serif;margin-bottom:1rem}.plan-detail-price{font-size:2rem;font-weight:700;color:#266cde;margin-bottom:.5rem}.plan-detail-billing{font-size:.875rem;color:#64748b;font-family:Poppins,sans-serif;text-transform:capitalize}.plan-detail-description{margin-bottom:2rem}.plan-detail-description-title{font-size:1.125rem;font-weight:600;color:#0f172a;font-family:Poppins,sans-serif;margin-bottom:.75rem}.plan-detail-description-text{color:#4b5563;font-size:.875rem;line-height:1.6;white-space:pre-line}.plan-detail-features{margin-bottom:2rem}.plan-detail-features-title{font-size:1.125rem;font-weight:600;color:#0f172a;font-family:Poppins,sans-serif;margin-bottom:.75rem}.plan-detail-features-content{background:#f1f5f9;border:1px solid #E2E8F0;border-radius:.5rem;padding:1rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.75rem;color:#0f172a;font-family:Poppins,sans-serif;overflow-x:auto}.plan-detail-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.plan-detail-subscribe-btn{background-color:#266cde;color:#f8fafc;padding:1rem 2rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}.plan-detail-subscribe-btn:hover{background-color:#1e5bb8}.plan-detail-subscribe-btn:disabled{background-color:#e2e8f0;cursor:not-allowed}.plan-detail-back-btn{background-color:#6b7280;color:#f8fafc;padding:1rem 2rem;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.plan-detail-back-btn:hover{background-color:#4b5563}.plan-detail-subscribe-btn:active,.plan-detail-back-btn:active{transform:translateY(1px)}.plan-detail-loading{text-align:center;color:#64748b;font-family:Poppins,sans-serif;padding:3rem;font-size:1rem}.plan-detail-error{text-align:center;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;padding:2rem;border-radius:.75rem;font-size:1rem}.plan-detail-not-found{text-align:center;color:#64748b;font-family:Poppins,sans-serif;background:#f1f5f9;border:1px solid #E2E8F0;padding:2rem;border-radius:.75rem;font-size:1rem}.plan-detail-icon{width:1.25rem;height:1.25rem}.my-plan-container{font-family:Varela Round,ui-rounded,Nunito Sans,SF Pro Rounded,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.my-plan-card{background:#fff;border:1px solid rgba(234,88,12,.1);border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.my-plan-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:#ea580c33;transform:translateY(-1px)}.my-plan-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.my-plan-title{font-size:1.125rem;font-weight:600;color:#0f172a;font-family:Poppins,sans-serif;margin:0;display:flex;align-items:center;gap:.5rem}.my-plan-icon{width:1.25rem;height:1.25rem;color:#266cde}.my-plan-status{padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase}.my-plan-status.active{background-color:#dcfce7;color:#166534}.my-plan-status.inactive{background-color:#fef2f2;color:#dc2626}.my-plan-status.canceled{background-color:#e2e8f0;color:#0f172a;font-family:Poppins,sans-serif}.my-plan-details{display:grid;gap:.75rem;margin-bottom:1rem}.my-plan-detail-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;font-size:.875rem}.my-plan-detail-label{font-weight:500;color:#64748b;font-family:Poppins,sans-serif}.my-plan-detail-value{color:#0f172a;font-family:Poppins,sans-serif;font-weight:500}.my-plan-price{color:#266cde;font-weight:700}.my-plan-name{color:#266cde;font-weight:600}.my-plan-tagline{color:#64748b;font-family:Poppins,sans-serif;font-size:.875rem}.my-plan-actions{display:flex;gap:.75rem;flex-wrap:wrap}.my-plan-action-btn{padding:.5rem 1rem;border:none;border-radius:.375rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s}.my-plan-upgrade-btn{background-color:#266cde;color:#f8fafc}.my-plan-upgrade-btn:hover{background-color:#1e5bb8}.my-plan-manage-btn{background-color:#266cde;color:#f8fafc}.my-plan-manage-btn:hover{background-color:#1d4ed8}.my-plan-cancel-btn{background-color:#dc2626;color:#f8fafc}.my-plan-cancel-btn:hover{background-color:#b91c1c}.my-plan-action-btn:active{transform:translateY(1px)}.my-plan-empty{text-align:center;padding:2rem;background:#fff;border:1px solid rgba(234,88,12,.1);border-radius:1rem;color:#64748b;font-family:Poppins,sans-serif;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.my-plan-empty-icon{width:3rem;height:3rem;color:#AEBADO;margin:0 auto 1rem}.my-plan-empty-title{font-size:1rem;font-weight:600;color:#0f172a;font-family:Poppins,sans-serif;margin-bottom:.5rem}.my-plan-empty-text{font-size:.875rem;color:#64748b;font-family:Poppins,sans-serif;margin-bottom:1rem}.my-plan-empty-action{background-color:#266cde;color:#f8fafc;padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block}.my-plan-empty-action:hover{background-color:#1e5bb8}.my-plan-empty-action:active{transform:translateY(1px)}.my-plan-loading{text-align:center;padding:2rem;color:#64748b;font-family:Poppins,sans-serif}.my-plan-error{text-align:center;padding:1rem;background:#fef2f2;border:1px solid #fecaca;color:#dc2626;border-radius:.5rem;font-size:.875rem}.user-home-page{min-height:100vh;background-color:#fff;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.user-home-container{max-width:80rem;margin:0 auto;padding:1rem 1.5rem}.welcome-section{margin-bottom:2rem}.welcome-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.welcome-text{text-align:left;flex:1;min-width:300px}.welcome-title{font-size:2.25rem;font-weight:700;color:#060a37;margin-bottom:.5rem;font-family:Poppins,sans-serif}.welcome-subtitle{font-size:1.125rem;color:#64748b;margin:0;font-family:Poppins,sans-serif}.switch-dashboard-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:.75rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:Poppins,sans-serif;box-shadow:0 4px 6px -1px #3b82f64d;white-space:nowrap}.switch-dashboard-btn:hover{background:linear-gradient(135deg,#2563eb,#1e40af);transform:translateY(-2px);box-shadow:0 8px 15px -3px #3b82f666}.switch-dashboard-btn:active{transform:translateY(0);box-shadow:0 4px 6px -1px #3b82f64d}.dashboard-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.dashboard-section{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem;border:1px solid #E2E8F0;overflow:hidden;box-sizing:border-box;transition:all .3s cubic-bezier(.4,0,.2,1);min-height:fit-content;height:auto}.dashboard-section:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:#266cde;transform:translateY(-1px)}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #E2E8F0}.section-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0;display:flex;align-items:center;gap:.75rem;font-family:Poppins,sans-serif}.section-icon{width:1.5rem;height:1.5rem;color:#266cde}.section-actions{display:flex;gap:.75rem}.action-button{padding:.5rem 1rem;border:2px solid #266CDE;color:#266cde;background:#fff;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;font-size:.75rem;font-family:Poppins,sans-serif;box-shadow:0 1px 2px #0000000d;position:relative;overflow:hidden}.action-button:hover{background-color:#f1f5f9;transform:translateY(-1px);box-shadow:0 4px 6px -1px #266cde1a}.action-button.primary{background:#266cde;color:#f8fafc;border-color:#266cde;box-shadow:0 4px 6px -1px #266cde4d}.action-button.primary:hover{background:#1e5bb8;transform:translateY(-2px);box-shadow:0 8px 15px -3px #266cde66}.section-content{padding:0;min-height:200px;max-height:none;height:auto;overflow:visible}.empty-state{text-align:center;padding:2rem;color:#64748b;font-family:Poppins,sans-serif}.empty-state-icon{width:3rem;height:3rem;color:#AEBADO;margin:0 auto 1rem}.empty-state-title{font-size:1.125rem;font-weight:600;color:#0f172a;margin-bottom:.5rem;font-family:Poppins,sans-serif}.empty-state-description{color:#64748b;margin-bottom:1.5rem;font-family:Poppins,sans-serif}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.stat-card{background-color:#f1f5f9;padding:1.5rem;border-radius:.75rem;text-align:center;border:1px solid #E2E8F0}.stat-number{font-size:2rem;font-weight:700;color:#266cde;margin-bottom:.5rem;font-family:Poppins,sans-serif}.stat-label{color:#64748b;font-size:.875rem;font-weight:500;font-family:Poppins,sans-serif}.recent-activity{margin-top:1rem}.activity-list{list-style:none;padding:0;margin:0}.activity-item{padding:1rem;border-bottom:1px solid #E2E8F0;display:flex;align-items:center;gap:1rem}.activity-item:last-child{border-bottom:none}.activity-icon{width:2rem;height:2rem;background-color:#f1f5f9;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#266cde}.activity-content{flex:1}.activity-title{font-weight:500;color:#0f172a;margin-bottom:.25rem;font-family:Poppins,sans-serif}.activity-time{font-size:.75rem;color:#64748b;font-family:Poppins,sans-serif}.items-list{display:flex;flex-direction:column;gap:1rem}.item-card{background:#fff;border:1px solid #E2E8F0;border-radius:.75rem;padding:1rem;display:flex;align-items:center;justify-content:space-between;transition:all .2s ease}.item-card:hover{border-color:#266cde;box-shadow:0 2px 4px #266cde1a}.item-content{flex:1;min-width:0}.item-title{font-weight:600;color:#266cde;text-decoration:none;display:block;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Poppins,sans-serif}.item-title:hover{text-decoration:underline}.item-description{color:#64748b;font-size:.875rem;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-family:Poppins,sans-serif}.item-date{color:#64748b;font-size:.75rem;margin:0;font-family:Poppins,sans-serif}.item-actions{display:flex;gap:.5rem;flex-shrink:0}.user-home-page .btn-primary{background-color:#266cde;color:#f8fafc;padding:.5rem 1rem;border:none;border-radius:.375rem;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.user-home-page .btn-primary:hover{background-color:#1e5bb8;transform:translateY(-1px)}.user-home-page .btn-secondary{background:#fff;color:#0f172a;font-family:Poppins,sans-serif;padding:.5rem 1rem;border:1px solid #E2E8F0;border-radius:.375rem;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.user-home-page .btn-secondary:hover{background-color:#f1f5f9;border-color:#266cde;color:#266cde}.user-home-page .btn-outline{background:#fff;color:#266cde;padding:.5rem 1rem;border:1px solid #EA580C;border-radius:.375rem;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.user-home-page .btn-outline:hover{background-color:#f1f5f9}.user-home-page .btn-danger{background:#fff;color:#dc2626;padding:.5rem 1rem;border:1px solid #fecaca;border-radius:.375rem;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.user-home-page .btn-danger:hover{background-color:#fef2f2;border-color:#dc2626}.user-home-page .btn-link{background:none;color:#266cde;padding:.25rem 0;border:none;font-weight:500;font-size:.875rem;cursor:pointer;transition:all .2s;text-decoration:none}.user-home-page .btn-link:hover{color:#1d4ed8;text-decoration:underline}.user-home-page .section-content{background:transparent}.user-home-page .section-content .bg-green-600,.user-home-page .section-content .bg-blue-600,.user-home-page .section-content .bg-red-600{background-color:#ea580c!important}.user-home-page .section-content .bg-green-600:hover,.user-home-page .section-content .bg-blue-600:hover,.user-home-page .section-content .bg-red-600:hover{background-color:#dc2626!important}.user-home-page .section-content .text-blue-600{color:#266cde!important}.user-home-page .section-content .text-red-600{color:#dc2626!important}.user-home-page .section-content .text-purple-600{color:#7c3aed!important}.user-home-page .resume-list{background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;overflow:hidden}.user-home-page .resume-item{padding:1rem;border-bottom:1px solid #E2E8F0;display:flex;align-items:center;justify-content:space-between}.user-home-page .resume-item:last-child{border-bottom:none}.user-home-page .resume-info h3{font-weight:600;color:#0f172a;font-family:Poppins,sans-serif;margin-bottom:.25rem}.user-home-page .resume-info .resume-filename{color:#266cde;text-decoration:none;font-weight:500;max-height:2.4rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;overflow-wrap:break-word}.user-home-page .resume-info .resume-filename:hover{text-decoration:underline}.user-home-page .resume-info .resume-date{font-size:.75rem;color:#64748b;font-family:Poppins,sans-serif}.user-home-page .resume-actions{display:flex;align-items:center;gap:.75rem}.user-home-page .resume-actions button,.user-home-page .resume-actions a,.user-home-page .item-actions button,.user-home-page .item-actions a{padding:.375rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;border:1px solid transparent}.user-home-page .job-item .resume-actions .edit-button,.user-home-page .edit-button{background:#fff;color:#64748b;font-family:Poppins,sans-serif;border:1px solid #E2E8F0}.user-home-page .job-item .resume-actions .edit-button:hover,.user-home-page .edit-button:hover{background-color:#f1f5f9;border-color:#AEBADO;color:#0f172a;font-family:Poppins,sans-serif}.user-home-page .job-item .resume-actions .delete-button,.user-home-page .delete-button{background:#fff;color:#dc2626;border:1px solid #fecaca}.user-home-page .job-item .resume-actions .delete-button:hover,.user-home-page .delete-button:hover{background-color:#fef2f2;border-color:#dc2626}.user-home-page .job-item .resume-actions .primary-action-button,.user-home-page .primary-action-button{background-color:#266cde;color:#f8fafc;border:1px solid #EA580C}.user-home-page .job-item .resume-actions .primary-action-button:hover,.user-home-page .primary-action-button:hover{background-color:#1e5bb8;border-color:#dc2626}.user-home-page .my-plan-container{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem;border:1px solid rgba(234,88,12,.1);overflow:hidden;box-sizing:border-box;transition:all .3s cubic-bezier(.4,0,.2,1);min-height:fit-content;height:auto}.user-home-page .my-plan-container:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:#ea580c33;transform:translateY(-1px)}.user-home-page .my-plan-empty{text-align:center;padding:2rem;color:#64748b;font-family:Poppins,sans-serif}.user-home-page .my-plan-empty-title{font-size:1.125rem;font-weight:600;color:#0f172a;font-family:Poppins,sans-serif;margin-bottom:.5rem}.user-home-page .my-plan-empty-text{color:#64748b;font-family:Poppins,sans-serif}.user-home-page .my-plan-card{background:#fff;border-radius:.75rem;overflow:hidden}.user-home-page .my-plan-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid #E2E8F0}.user-home-page .my-plan-title{font-size:1.5rem;font-weight:700;color:#0f172a;font-family:Poppins,sans-serif;margin:0}.user-home-page .my-plan-status{padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.user-home-page .my-plan-status.active{background-color:#dcfce7;color:#166534}.user-home-page .my-plan-status.inactive{background-color:#fef2f2;color:#dc2626}.user-home-page .my-plan-details{display:flex;flex-direction:column;gap:.75rem}.user-home-page .my-plan-detail-row{display:flex;align-items:center;gap:1rem;padding:.5rem 0;border-bottom:1px solid #F1F5F9}.user-home-page .my-plan-detail-row:last-child{border-bottom:none}.user-home-page .my-plan-detail-label{font-weight:600;color:#0f172a;font-family:Poppins,sans-serif;min-width:120px;flex-shrink:0}.user-home-page .my-plan-detail-value{color:#64748b;font-family:Poppins,sans-serif;flex:1}.user-home-page .my-plan-name{color:#266cde;font-weight:600}.user-home-page .my-plan-tagline{font-style:italic}.user-home-page .my-plan-price{color:#059669;font-weight:600}.user-home-page .job-section{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem;border:1px solid rgba(234,88,12,.1);overflow:hidden;box-sizing:border-box;transition:all .3s cubic-bezier(.4,0,.2,1);margin-bottom:1.5rem}.user-home-page .job-section:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;border-color:#ea580c33;transform:translateY(-1px)}.user-home-page .job-section h2{font-size:1.5rem;font-weight:700;color:#0f172a;font-family:Poppins,sans-serif;margin:0 0 1rem;padding-bottom:.75rem;border-bottom:1px solid #E2E8F0}.user-home-page .job-section h3{font-size:1.25rem;font-weight:600;color:#0f172a;font-family:Poppins,sans-serif;margin:0 0 1rem}.user-home-page .match-table{width:100%;border-collapse:collapse;margin-top:1rem;background:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 3px #0000001a}.user-home-page .match-table th{background-color:#f1f5f9;padding:.75rem;text-align:left;font-weight:600;color:#0f172a;font-family:Poppins,sans-serif;border:1px solid #e5e7eb;font-size:.875rem}.user-home-page .match-table td{padding:.75rem;border:1px solid #e5e7eb;vertical-align:top;font-size:.875rem}.user-home-page .match-table tr:hover{background-color:#f1f5f9}.user-home-page .match-table .text-blue-600{color:#266cde!important;text-decoration:underline}.user-home-page .match-table .text-blue-600:hover{color:#1d4ed8!important}.user-home-page .match-table .bg-blue-500{background-color:#ea580c!important;color:#fff!important;border:none;padding:.375rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s}.user-home-page .match-table .bg-blue-500:hover{background-color:#dc2626!important;transform:translateY(-1px)}.user-home-page .match-table .bg-gray-200{background-color:#e2e8f0!important;color:#374151!important;border:1px solid #E2E8F0;padding:.375rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s}.user-home-page .match-table .bg-gray-200:hover{background-color:#e5e7eb!important;border-color:#AEBADO}.user-home-page .match-table .text-gray-500{color:#64748b!important;font-family:Poppins,sans-serif}.user-home-page .match-table .text-sm{font-size:.75rem!important}.user-home-page .match-table .mt-1{margin-top:.25rem!important}.user-home-page .match-table .border-b{border-bottom:1px solid #e5e7eb}.user-home-page .match-table .border{border:1px solid #e5e7eb}.user-home-page .match-table .w-full{width:100%!important}.user-home-page .match-table .text-left{text-align:left!important}.user-home-page .match-table .bg-gray-100{background-color:#e2e8f0!important}@media (max-width: 1024px){.user-home-container{max-width:100%;padding:0 1rem 2rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.user-home-page .match-table{font-size:.75rem}.user-home-page .match-table th,.user-home-page .match-table td{padding:.5rem}}@media (max-width: 768px){.welcome-title{font-size:1.875rem}.welcome-header{flex-direction:column;align-items:flex-start;text-align:left}.welcome-text{text-align:left;min-width:auto;width:100%}.switch-dashboard-btn{width:100%;justify-content:center}.dashboard-section{padding:1.5rem}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.section-actions{width:100%;justify-content:flex-start}.stats-grid{grid-template-columns:1fr}.user-home-page .match-table{display:block;overflow-x:auto;white-space:nowrap}.user-home-page .my-plan-detail-row{flex-direction:column;align-items:flex-start;gap:.25rem}.user-home-page .my-plan-detail-label{min-width:auto}}@media (max-width: 480px){.user-home-container{padding:0 .75rem 2rem}.dashboard-section{padding:1rem}.welcome-title{font-size:1.5rem}.section-title{font-size:1.25rem}.action-button{padding:.5rem .75rem;font-size:.75rem}.user-home-page .item-card{flex-direction:column;align-items:flex-start;gap:1rem}.user-home-page .item-actions{width:100%;justify-content:flex-start}}.payment-success-page{min-height:100vh;background-color:#fff;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;align-items:center;justify-content:center;padding:2rem}.payment-success-container{max-width:32rem;width:100%}.payment-success-card{background:#fff;border-radius:1.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;padding:3rem;text-align:center;border:1px solid rgba(0,0,0,.05)}.payment-success-icon{width:4rem;height:4rem;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.payment-success-checkmark{width:2rem;height:2rem;color:#f8fafc;stroke-width:3}.payment-success-title{font-size:2rem;font-weight:700;color:#0f172a;font-family:Poppins,sans-serif;margin-bottom:.75rem}.payment-success-message{color:#64748b;font-family:Poppins,sans-serif;font-size:1rem;line-height:1.5;margin-bottom:2rem}.payment-success-details{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:.75rem;padding:1.5rem;margin-bottom:2rem;text-align:left}.payment-success-detail-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.payment-success-detail-row:not(:last-child){border-bottom:1px solid #dcfce7}.payment-success-detail-label{font-weight:500;color:#0f172a;font-family:Poppins,sans-serif;font-size:.875rem}.payment-success-detail-value{color:#64748b;font-family:Poppins,sans-serif;font-size:.875rem}.payment-success-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.payment-success-continue-btn{background-color:#266cde;color:#f8fafc;padding:.75rem 2rem;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.payment-success-continue-btn:hover{background-color:#1e5bb8}.payment-success-dashboard-btn{background-color:#266cde;color:#f8fafc;padding:.75rem 2rem;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s}.payment-success-dashboard-btn:hover{background-color:#1d4ed8}.payment-success-continue-btn:active,.payment-success-dashboard-btn:active{transform:translateY(1px)}.payment-success-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #E2E8F0}.payment-success-footer-text{color:#64748b;font-family:Poppins,sans-serif;font-size:.875rem;margin:0}.payment-success-email-link{color:#266cde;text-decoration:none;font-weight:500}.payment-success-email-link:hover{text-decoration:underline}.home-page{min-height:100vh;max-height:100vh;overflow-y:auto;background:linear-gradient(135deg,#f8fafc,#e2e8f0);font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.home-container{max-width:1400px;margin:0 auto;padding:0 2rem}.hero-section{padding:3rem 0 2.5rem;text-align:center}.hero-content{max-width:800px;margin:0 auto}.logo-section{display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;gap:.75rem}.hero-logo{height:4rem;width:auto}.brand-name{font-size:2rem;font-weight:700;color:#0f172a;margin:0}.enterprise-tag{font-size:.875rem;color:#64748b;margin-bottom:1rem;font-weight:400;font-family:Poppins,sans-serif;text-transform:uppercase;letter-spacing:.05em}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.1;color:#1e3a8a;font-family:Poppins,sans-serif}.title-highlight{color:#1e3a8a}.hero-description{font-size:1.125rem;color:#64748b;line-height:1.6;margin-bottom:1.5rem;font-family:Poppins,sans-serif;font-weight:400;max-width:700px;margin-left:auto;margin-right:auto}.rocket-icon{width:1.2rem;height:1.2rem;margin-right:.5rem;display:inline-block;vertical-align:text-top}.highlight-text{font-weight:500;color:#266cde}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin:3rem 0 2.5rem;max-width:1100px;margin-left:auto;margin-right:auto}.feature-card{background:#fffc;border-radius:1.5rem;padding:1.5rem;box-shadow:0 8px 32px #0000001a;text-align:left;transition:all .3s cubic-bezier(.4,0,.2,1);border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:relative;overflow:hidden;min-height:100px}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000026;border-color:#266cde4d;background:#ffffffe6}.gradient-corner{position:absolute;top:-30px;right:-30px;width:80px;height:80px;background:radial-gradient(circle,rgba(139,92,246,.15) 0%,rgba(167,139,250,.1) 40%,transparent 70%);border-radius:50%;opacity:1}.feature-card:hover .gradient-corner{background:radial-gradient(circle,rgba(139,92,246,.2) 0%,rgba(167,139,250,.15) 40%,transparent 70%);transform:scale(1.1)}.feature-title{font-size:1.125rem;font-weight:600;color:#0f172a;margin-bottom:.5rem;margin-top:.5rem;font-family:Poppins,sans-serif;position:relative;z-index:2}.feature-description{color:#64748b;line-height:1.4;font-family:Poppins,sans-serif;font-weight:400;font-size:.875rem;position:relative;z-index:2}.cta-section{text-align:center;margin:-.5rem 0 2rem;display:flex;gap:1.5rem;justify-content:center;align-items:center}.cta-button{padding:1rem 2.25rem;border-radius:.75rem;font-size:1rem;font-weight:500;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;font-family:Poppins,sans-serif;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cta-button.primary{background:#4285f4e6;color:#fff;box-shadow:0 8px 25px #4285f466;border:1px solid rgba(255,255,255,.2)}.cta-button.secondary{background:#ffffffb3;color:#64748b;border:1px solid rgba(100,116,139,.2);box-shadow:0 4px 15px #0000001a}.cta-button.primary:hover{transform:translateY(-3px);box-shadow:0 12px 35px #4285f480;background:#3367d6f2}.cta-button.secondary:hover{color:#1e3a8a;background:#ffffffe6;transform:translateY(-2px);box-shadow:0 8px 20px #00000026}.cta-button:active{transform:translateY(-1px)}.cta-arrow{margin-left:.5rem}.footer-section{text-align:center;padding:1.5rem 0;display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(226,232,240,.5);margin-top:2.5rem}.footer-text,.footer-contact{color:#64748b;font-size:.875rem;font-family:Poppins,sans-serif;margin:0;font-weight:400}@media (max-width: 768px){.hero-section{padding:2rem 0 1.5rem}.hero-title{font-size:2.5rem}.brand-name{font-size:1.5rem}.hero-logo{height:3rem}.features-grid{grid-template-columns:1fr;max-width:100%;gap:1.5rem;margin:2rem 0 1.5rem}.feature-card{padding:1.25rem;min-height:120px}.gradient-corner{width:70px;height:70px;top:-25px;right:-25px}.cta-section{flex-direction:column;gap:1rem;margin:1.5rem 0}.footer-section{flex-direction:column;gap:.75rem;text-align:center;margin-top:1.5rem;padding:1rem 0}}@media (max-width: 480px){.home-container{padding:0 1rem}.hero-title{font-size:2rem}.logo-section{flex-direction:column;gap:.5rem}.gradient-corner{width:60px;height:60px;top:-20px;right:-20px}}.onboarding-page{min-height:100vh;background-color:#fff;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:0}.onboarding-container{max-width:64rem;margin:5rem auto 0;padding:0 1rem}.onboarding-header{text-align:center;margin-bottom:3rem}.onboarding-logo{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1.5rem}.onboarding-logo img{height:3rem;width:auto}.onboarding-brand{font-size:1.875rem;font-weight:700;color:#266cde;font-family:Poppins,sans-serif}.onboarding-portal-title{font-size:1.5rem;font-weight:600;color:#0f172a;margin-bottom:2rem;font-family:Poppins,sans-serif}.onboarding-progress{display:flex;align-items:center;justify-content:center;margin-bottom:3rem;gap:1rem}.onboarding-step{display:flex;align-items:center;gap:.75rem}.onboarding-step-number{width:2.5rem;height:2.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0000001a}.onboarding-step.active .onboarding-step-number{background:#266cde;color:#f8fafc;box-shadow:0 4px 6px -1px #266cde4d;transform:scale(1.1)}.onboarding-step.completed .onboarding-step-number{background:linear-gradient(135deg,#10b981,#059669);color:#f8fafc;box-shadow:0 4px 6px -1px #10b9814d}.onboarding-step.pending .onboarding-step-number{background-color:#e2e8f0;color:#64748b}.onboarding-step-label{font-size:.875rem;font-weight:500;color:#0f172a;font-family:Poppins,sans-serif}.onboarding-step-arrow{color:#aebacd;font-size:1.25rem}.onboarding-step-connector{width:2rem;height:2px;background-color:#e2e8f0;transition:background-color .3s cubic-bezier(.4,0,.2,1)}.onboarding-step.completed+.onboarding-step-connector{background-color:#266cde}.onboarding-content{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;padding:2rem;border:1px solid #E2E8F0;text-align:center}.onboarding-step-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0 0 1rem;font-family:Poppins,sans-serif}.onboarding-step-subtitle{font-size:1rem;color:#64748b;margin-bottom:1.5rem;line-height:1.6;font-family:Poppins,sans-serif}.onboarding-analysis{text-align:center;padding:3rem}.onboarding-analysis-icon{width:5rem;height:5rem;color:#266cde;margin:0 auto 2rem;animation:spin 2s linear infinite}.onboarding-analysis-title{font-size:1.5rem;font-weight:600;color:#0f172a;margin-bottom:1rem;font-family:Poppins,sans-serif}.onboarding-analysis-text{font-size:1rem;color:#64748b;margin-bottom:2rem;font-family:Poppins,sans-serif}.onboarding-results{text-align:left}.onboarding-results-header{text-align:center;margin-bottom:2rem}.onboarding-results-title{font-size:1.75rem;font-weight:700;color:#0f172a;margin-bottom:.5rem;font-family:Poppins,sans-serif}.onboarding-results-subtitle{font-size:1rem;color:#64748b;font-family:Poppins,sans-serif}.onboarding-results-list{display:flex;flex-direction:column;gap:1rem}.onboarding-result-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f1f5f9;border:1px solid #E2E8F0;border-radius:.5rem}.onboarding-result-info{display:flex;align-items:center;gap:.5rem}.onboarding-result-score{font-weight:700;color:#266cde}.onboarding-actions{display:flex;gap:1rem;justify-content:center;margin-top:1rem}.onboarding-btn{padding:.75rem 2rem;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}.onboarding-btn-primary{background:#266cde;color:#f8fafc}.onboarding-btn-primary:hover{background:#1e5bb8}.onboarding-btn-primary:disabled{background-color:#e2e8f0;cursor:not-allowed}.onboarding-btn-secondary{background-color:#266cde;color:#f8fafc}.onboarding-btn-secondary:hover{background-color:#1e5bb8}.onboarding-btn:active{transform:translateY(1px)}.onboarding-error-alert{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:.75rem;border-radius:.5rem;margin-bottom:1.5rem;text-align:center}.upload-field-wrapper{position:relative;margin-bottom:1rem}.upload-field{position:relative;border:2px dashed #E2E8F0;border-radius:.75rem;padding:3rem 2rem;text-align:center;background-color:#fafafa;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.upload-field:hover{border-color:#266cde;background-color:#f1f5f9;transform:translateY(-2px);box-shadow:0 10px 25px -5px #266cde1a}.upload-field.drag-active{border-color:#266cde;background-color:#f1f5f9;border-style:solid}.upload-field-input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:10}.upload-field-content{display:flex;flex-direction:column;align-items:center;gap:1rem;pointer-events:none}.upload-field-icon{width:3rem;height:3rem;color:#64748b;font-family:Poppins,sans-serif;transition:color .3s}.upload-field:hover .upload-field-icon{color:#266cde}.upload-field-text{display:flex;flex-direction:column;gap:.5rem}.upload-field-primary{font-size:1.125rem;font-weight:600;color:#0f172a;font-family:Poppins,sans-serif}.upload-field-secondary{font-size:.875rem;color:#64748b;font-family:Poppins,sans-serif}.upload-field-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#266cde!important;color:#f8fafc!important;border:none;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 6px -1px #266cde4d;font-family:inherit}.upload-field-button:hover{background:#1e5bb8!important;transform:translateY(-1px);box-shadow:0 6px 8px -1px #266cde66}.upload-field-button:active{transform:translateY(0)}.sidebar{position:fixed;left:0;top:70px;width:240px;height:calc(100vh - 70px);background:#fff;border-right:1px solid #e5e7eb;overflow-y:auto;z-index:40;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;flex-direction:column}.sidebar-nav{padding:.75rem 0;flex:1;overflow-y:auto}.nav-section{margin-bottom:1rem}.section-title{font-size:.6875rem;font-weight:600;color:#9ca3af;letter-spacing:.05em;padding:.625rem 1.25rem .3125rem;font-family:Inter,sans-serif}.nav-button{width:100%;display:flex;align-items:center;gap:.625rem;padding:.5rem 1.25rem;background:none;border:none;text-align:left;cursor:pointer;transition:all .15s ease;color:#6b7280;font-size:.8125rem;font-weight:400;font-family:Inter,sans-serif;border-left:3px solid transparent}.nav-button:hover{background-color:#f9fafb;color:#1f2937}.nav-button.active{background-color:#dbeafe;color:#3b82f6;border-left:3px solid #3b82f6;font-weight:500}.nav-icon{display:flex;align-items:center;justify-content:center;width:16px;height:16px;flex-shrink:0}.nav-label{flex:1;line-height:1.4}@media (max-width: 1024px){.sidebar{width:220px}}@media (max-width: 768px){.sidebar{position:fixed;top:70px;left:-250px;width:250px;height:calc(100vh - 70px);background:#fff;border-right:1px solid #e5e7eb;transition:left .3s ease;z-index:40}.sidebar.open{left:0}}.welcome-subtitle{font-size:.9375rem;margin:0;opacity:.9;font-family:Inter,sans-serif;line-height:1.5;color:#fff}.home-dashboard{padding:0rem 2rem 1.5rem;background:#f2f6ff;height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.welcome-banner{background:#1a1f37;border-radius:.75rem;padding:1.5rem 2rem;margin-bottom:1.25rem;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:1.5rem;min-height:180px}.welcome-content{display:flex;flex-direction:column;flex:0 0 auto;max-width:350px}.breadcrumb{font-size:.875rem;margin:0 0 .5rem;opacity:.7;font-family:Inter,sans-serif;color:#fff}.welcome-text{flex:1}.welcome-title{font-size:2.25rem;font-weight:700;margin:0 0 .75rem;font-family:Inter,sans-serif;color:#fff}.welcome-illustration{flex:0 0 auto;display:flex;align-items:center;justify-content:center;margin:0}.welcome-illustration img{height:250px;width:auto;display:block}.welcome-subtitle{font-size:1rem;margin:0;opacity:.9;font-family:Inter,sans-serif;line-height:1.5;color:#fff}.welcome-subtitle strong{font-weight:700;color:#fff}.metrics-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;width:280px;flex-shrink:0}.metric-card{background:#fff;border-radius:.75rem;padding:1.25rem 1rem;text-align:center;box-shadow:0 2px 8px #00000014}.metric-number{font-size:2rem;font-weight:700;margin-bottom:.375rem;font-family:Inter,sans-serif;color:#1f2937}.metric-number.opening{color:#3b82f6}.metric-number.offers{color:#f59e0b}.metric-number.interviewed{color:#1f2937}.metric-number.accepted{color:#10b981}.metric-label{font-size:.75rem;font-weight:500;font-family:Inter,sans-serif;color:#6b7280}.metric-label.opening{color:#3b82f6}.metric-label.offers{color:#f59e0b}.metric-label.interviewed{color:#1f2937}.metric-label.accepted{color:#10b981}.tables-section{display:grid;grid-template-columns:1.4fr 1fr;gap:1.25rem}.table-container{background:#fff;border-radius:.625rem;border:1px solid #e5e7eb;overflow:hidden;box-shadow:0 1px 3px #0000001a}.table-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem .75rem;border-bottom:1px solid #f3f4f6}.table-title{font-size:1rem;font-weight:700;color:#1f2937;margin:0;font-family:Inter,sans-serif}.see-all-link{color:#fff;text-decoration:none;font-size:.875rem;font-weight:500;font-family:Inter,sans-serif;background:#3b82f6;border:1px solid #3b82f6;border-radius:.5rem;cursor:pointer;padding:.5rem 1rem;transition:all .2s ease}.see-all-link:hover{background:#2563eb;border-color:#2563eb;transform:translateY(-1px);box-shadow:0 4px 6px #3b82f633}.filter-buttons{display:flex;gap:.5rem;padding:0 1.25rem .75rem;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;-webkit-overflow-scrolling:touch;cursor:grab;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.filter-buttons::-webkit-scrollbar{display:none}.filter-buttons.dragging{cursor:grabbing;scroll-behavior:auto}.filter-btn{padding:.375rem .875rem;border-radius:.75rem;border:1px solid #3b82f6;background:#fff;color:#3b82f6;font-size:.8125rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif;white-space:nowrap;flex-shrink:0}.filter-btn.active{background:#3b82f6;color:#fff}.filter-btn:hover:not(.active){background:#f3f4f6}.table-content{padding:0 1.25rem 1rem}.applicants-table,.progress-table{width:100%;border-collapse:collapse;font-family:Inter,sans-serif;table-layout:fixed}.applicants-table th,.progress-table th{text-align:center;padding:.625rem 0;font-size:.8125rem;font-weight:600;color:#6b7280;border-bottom:1px solid #e5e7eb;width:25%}.applicants-table td,.progress-table td{padding:.625rem 0;border-bottom:1px solid #f3f4f6;font-size:.8125rem;color:#374151;width:25%;text-align:center;vertical-align:middle}.applicants-table tr:last-child td,.progress-table tr:last-child td{border-bottom:none}.applicant-name,.company-name{font-weight:600;color:#1f2937}.position-title{font-weight:600;color:#1f2937;word-wrap:break-word;word-break:break-word;white-space:normal;text-align:center;padding:.5rem}.matched-count{font-weight:500;color:#3b82f6;text-align:center;font-size:1.1rem}.tags{display:flex;flex-wrap:wrap;gap:.25rem}.tag{background:#f3f4f6;color:#6b7280;padding:.1875rem .4375rem;border-radius:.3125rem;font-size:.6875rem;font-weight:500}.match-percentage{color:#3b82f6;font-weight:600}.match-score-cell{text-align:center!important;display:flex!important;justify-content:center!important;align-items:center!important;width:100%!important}.stage{font-weight:500}.stage.published{color:#3b82f6}.stage.draft,.stage.interviewed{color:#6b7280}.stage-link{color:#3b82f6;text-decoration:none;font-weight:500;background:none;border:none;cursor:pointer;padding:0;font-family:Inter,sans-serif;font-size:.875rem}.stage-link:hover{text-decoration:underline}@media (max-width: 1200px){.tables-section{grid-template-columns:1fr}.welcome-banner{flex-direction:column;text-align:center;gap:2rem}.metrics-grid{width:100%;max-width:400px}}@media (max-width: 768px){.home-dashboard{padding:1rem 1.5rem 1.5rem}.welcome-banner{padding:1.5rem}.welcome-title{font-size:2rem}.welcome-subtitle{font-size:1rem}.metrics-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.metric-card{padding:1rem}.metric-number{font-size:1.5rem}.table-header{padding:1rem}.table-content{padding:0 1rem 1rem}.filter-buttons{padding:0 1rem 1rem;flex-wrap:wrap}.filter-btn{font-size:.8rem;padding:.4rem .8rem}}@media (max-width: 480px){.welcome-content{flex-direction:column;gap:1rem}.welcome-illustration{display:none}.metrics-grid{grid-template-columns:1fr}.applicants-table,.progress-table{font-size:.8rem}.tags{flex-direction:column}}.notification-modal{background:#fff;border-radius:.75rem;padding:1.5rem;max-width:400px;width:100%;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:notificationSlideIn .3s ease-out}.notification-icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:50%;flex-shrink:0}.notification-modal.success .notification-icon{background:#d1fae5;color:#10b981}.notification-modal.error .notification-icon{background:#fee2e2;color:#ef4444}.notification-modal.warning .notification-icon{background:#fef3c7;color:#f59e0b}.notification-modal.info .notification-icon{background:#dbeafe;color:#3b82f6}.notification-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0;font-family:Inter,sans-serif}.notification-message{color:#6b7280;margin:0 0 1.5rem;line-height:1.5;font-family:Inter,sans-serif}.notification-ok-btn{background:#3b82f6;color:#fff;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease;font-family:Inter,sans-serif;width:100%}@keyframes notificationSlideIn{0%{opacity:0;transform:translateY(-1rem) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 480px){.notification-modal{margin:1rem;padding:1.25rem}.notification-title{font-size:1rem}.notification-message{font-size:.875rem}}.position-tracking{padding:0rem 1.5rem 1.5rem;background:#f2f6ff;height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.page-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 .75rem}.header-actions{display:flex;gap:.625rem;align-items:center;flex-wrap:wrap}.add-position-btn{padding:.4375rem .875rem;background:#fff;color:#4b5563;border:1px solid #d1d5db;border-radius:.4375rem;font-size:.8125rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.4375rem;transition:all .2s ease;font-family:Inter,sans-serif}.add-position-btn:hover{border-color:#3b82f6;color:#3b82f6}.filter-dropdown{position:relative;display:flex;align-items:center}.filter-dropdown select{padding:.4375rem 2rem .4375rem .75rem;border:1px solid #d1d5db;border-radius:.4375rem;font-size:.8125rem;color:#4b5563;background:#fff;cursor:pointer;appearance:none;font-family:Inter,sans-serif}.filter-dropdown select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.filter-dropdown svg{position:absolute;right:.75rem;pointer-events:none;color:#9ca3af}.kanban-board{display:grid;grid-template-columns:repeat(5,1fr);gap:.875rem;margin-top:1rem}.kanban-column{background:#fff;border-radius:.625rem;padding:.875rem;min-height:calc(100vh - 380px);display:flex;flex-direction:column;transition:all .2s ease;box-shadow:0 1px 3px #0000000d}.kanban-column.drag-over{background:#eff6ff;border:2px dashed #3b82f6}.column-header{margin-bottom:.75rem;padding-bottom:.625rem;border-bottom:2px solid #e5e7eb}.column-title{font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.025em;margin:0}.column-title a{text-decoration:none;color:inherit}.column-title a:hover{text-decoration:underline}.column-content{flex:1;display:flex;flex-direction:column;gap:.625rem}.position-card{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:.875rem;cursor:move;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.position-card:hover{box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-2px)}.position-card.dragging{opacity:.5;cursor:grabbing}.position-card.card-yellow{background:linear-gradient(135deg,#fef3c7,#fef9e7);border-color:#fbbf24}.position-card.card-green{background:linear-gradient(135deg,#d1fae5,#e7fcf3);border-color:#34d399}.position-card.card-blue{background:linear-gradient(135deg,#dbeafe,#eff6ff);border-color:#60a5fa}.card-content{display:flex;flex-direction:column;gap:.3125rem}.position-title{font-size:.875rem;font-weight:700;color:#1f2937;margin:0}.company-name{font-size:.75rem;color:#6b7280;font-weight:500;margin:0}.time-ago{font-size:.6875rem;color:#9ca3af;margin-top:.1875rem}.empty-column{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem;text-align:center}.empty-column p{color:#9ca3af;font-size:.875rem;margin:0}@media (max-width: 1400px){.kanban-board{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1024px){.kanban-board{grid-template-columns:repeat(2,1fr)}.position-tracking{padding:2rem}}@media (max-width: 768px){.position-tracking{padding:1rem 1.5rem 1.5rem}.header-actions{flex-direction:column;align-items:stretch}.add-position-btn,.filter-dropdown select{width:100%}.kanban-board{grid-template-columns:1fr;gap:1rem}.kanban-column{min-height:auto}}@media (max-width: 480px){.page-title{font-size:1.5rem}.column-title{font-size:.875rem}.position-card{padding:1rem}.position-title{font-size:.9375rem}}.resume-upload-page{padding:1.25rem 1.5rem;max-width:1400px;margin:0 auto;background:#f2f6ff;height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.upload-mode-selector{display:flex;gap:.75rem;margin-bottom:1.25rem;flex-wrap:wrap}.upload-mode-btn{flex:1;min-width:200px;padding:.875rem 1.125rem;border:2px solid #e5e7eb;background:#fff;border-radius:.75rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.625rem;font-size:.875rem;font-weight:600;color:#4b5563}.upload-mode-btn:hover{border-color:#3b82f6;background:#eff6ff;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f626}.upload-mode-btn.active{border-color:#3b82f6;background:#3b82f6;color:#fff;box-shadow:0 4px 16px #3b82f64d}.upload-mode-btn.active svg{stroke:#fff}.upload-mode-btn svg{flex-shrink:0}.upload-section{background:#f9fafb;border-radius:.75rem;padding:1.25rem;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column}.resume-section-title{font-size:1rem;font-weight:600;color:#256dde;margin:0 0 .375rem;font-family:Inter,sans-serif;text-align:center}.resume-section-subtitle{font-size:.8125rem;color:#6b7280;margin:0 0 1.25rem;text-align:center;font-family:Inter,sans-serif}.upload-dropzone{border:2px dashed #e5e7eb;border-radius:.625rem;padding:1.25rem;text-align:center;cursor:pointer;transition:all .2s ease;min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;background:#fafbfc}.upload-dropzone:hover{border-color:#3b82f6;background:#f8fbff}.upload-dropzone.dragging{border-color:#3b82f6;background:#eff6ff;transform:scale(1.02)}.upload-dropzone.uploading{cursor:not-allowed;opacity:.7}.upload-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;flex:1;width:100%}.upload-text{font-size:.8125rem;color:#6b7280;margin:0;max-width:280px;line-height:1.5}.upload-progress{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;flex:1;width:100%}.upload-spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.uploaded-files-list{display:flex;flex-direction:column;gap:.5rem;width:100%;padding:.75rem}.uploaded-file-item{background:#fff;border:1px solid #e5e7eb;border-radius:.4375rem;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;transition:all .2s ease}.uploaded-file-item:hover{border-color:#3b82f6;background:#f8fbff}.file-item-name{font-size:.8125rem;color:#1f2937;font-weight:500;font-family:Inter,sans-serif;text-align:left}.btn-delete-file{background:none;border:none;color:#ef4444;font-size:1.5rem;font-weight:400;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:.25rem;transition:all .2s ease;line-height:1}.btn-delete-file:hover{background:#fee2e2;color:#dc2626}.btn-add-more{background:#fff;color:#3b82f6;border:2px dashed #3b82f6;border-radius:.5rem;padding:.875rem 1.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif;margin-top:.5rem}.btn-add-more:hover{background:#eff6ff;transform:translateY(-1px)}.position-input-area{display:flex;flex-direction:column;gap:1rem;flex:1}.position-field{display:flex;flex-direction:column;gap:.5rem}.position-label{font-size:.875rem;font-weight:600;color:#1f2937;font-family:Inter,sans-serif}.position-title-input{width:100%;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;font-family:Inter,sans-serif;background:#fafbfc;box-sizing:border-box}.position-title-input:focus{outline:none;border-color:#3b82f6;background:#fff}.position-title-input::placeholder{color:#9ca3af}.position-textarea{width:100%;min-height:200px;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;font-family:Inter,sans-serif;resize:vertical;background:#fafbfc;box-sizing:border-box}.position-textarea:focus{outline:none;border-color:#3b82f6;background:#fff}.position-textarea::placeholder{color:#9ca3af}.btn-submit{background:#3b82f6;color:#fff;border:none;border-radius:.4375rem;padding:.625rem 1.5rem;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif;align-self:center;margin-top:auto}.btn-submit:hover:not(:disabled){background:#2563eb;transform:translateY(-1px)}.btn-submit:disabled{background:#9ca3af;cursor:not-allowed}.btn-secondary{background:#e5e7eb;color:#6b7280;border:none;border-radius:.5rem;padding:.625rem 1.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif}.btn-secondary:hover{background:#d1d5db}.upload-submit-btn{margin-top:1.25rem;align-self:center}.success-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;min-height:400px;gap:2rem}.success-icon{display:flex;align-items:center;justify-content:center}.success-message{font-size:.9375rem;color:#6b7280;text-align:center;line-height:1.6;margin:0;font-family:Inter,sans-serif}.success-link{color:#256dde;font-weight:600;cursor:pointer;text-decoration:underline}.success-link:hover{color:#1d5bb8}.success-actions{display:flex;gap:1rem;justify-content:center;align-items:center}.position-detail-form{display:flex;flex-direction:column;gap:1.5rem;flex:1}.detail-form-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}.detail-form-field,.detail-form-field-full{display:flex;flex-direction:column;gap:.5rem}.detail-label{font-size:.875rem;font-weight:600;color:#1f2937;font-family:Inter,sans-serif}.detail-input{width:100%;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;font-family:Inter,sans-serif;background:#fff;box-sizing:border-box}.detail-input:focus{outline:none;border-color:#3b82f6}.detail-input::placeholder{color:#9ca3af}.detail-select{width:100%;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;font-family:Inter,sans-serif;background:#fff;box-sizing:border-box;cursor:pointer}.detail-select:focus{outline:none;border-color:#3b82f6}.detail-color-input{width:100%;height:42px;padding:.25rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;box-sizing:border-box;cursor:pointer}.detail-color-input:focus{outline:none;border-color:#3b82f6}.color-picker-wrapper{position:relative;width:100%}.color-picker-trigger{width:100%;height:42px;border:1px solid #e5e7eb;border-radius:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;font-family:Inter,sans-serif}.color-picker-trigger:hover{border-color:#3b82f6}.color-picker-label{font-size:.875rem;font-weight:500;color:#374151;text-shadow:0 0 2px rgba(255,255,255,.8)}.color-picker-popup{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:1000;min-width:240px}.color-picker-header{font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.75rem;font-family:Inter,sans-serif}.preset-colors-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:.75rem}.preset-color-option{width:48px;height:48px;border:2px solid #e5e7eb;border-radius:.5rem;cursor:pointer;transition:all .2s ease;position:relative}.preset-color-option:hover{transform:scale(1.1);border-color:#9ca3af}.preset-color-option.selected{border-color:#3b82f6;border-width:3px;transform:scale(1.05)}.preset-color-option.selected:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#1f2937;font-size:1.25rem;font-weight:700}.customize-color-btn{width:100%;background:#f3f4f6;color:#374151;border:1px solid #d1d5db;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif}.customize-color-btn:hover{background:#e5e7eb;border-color:#9ca3af}.custom-color-picker{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e5e7eb}.custom-color-picker .detail-color-input{height:50px}.skill-tags-container{width:100%}.skill-tags-list{display:flex;flex-wrap:wrap;gap:.5rem;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;min-height:48px;align-items:center}.skill-tag-item{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#dbeafe;border-radius:.375rem;font-size:.875rem;color:#1f2937;font-family:Inter,sans-serif}.remove-skill-tag{background:none;border:none;color:#6b7280;font-size:1.25rem;cursor:pointer;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center;line-height:1}.remove-skill-tag:hover{color:#ef4444}.skill-tag-input{border:none;outline:none;padding:.5rem;font-size:.875rem;font-family:Inter,sans-serif;min-width:120px;flex:1}.skill-tag-input::placeholder{color:#9ca3af}.preset-tag-search{width:100%;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;font-family:Inter,sans-serif;margin-bottom:.75rem;transition:border-color .2s ease}.preset-tag-search:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.preset-tag-search::placeholder{color:#9ca3af}.preset-tags-container{display:flex;flex-wrap:wrap;gap:.5rem;padding:1rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;max-height:100px;overflow-y:auto}.preset-tag-button{padding:.5rem .75rem;font-size:.875rem;font-family:Inter,sans-serif;border:1px solid #d1d5db;border-radius:.375rem;background:#fff;color:#374151;cursor:pointer;transition:all .2s ease;white-space:nowrap}.preset-tag-button:hover{border-color:#3b82f6;background:#eff6ff;color:#1e40af}.preset-tag-button.selected{background:#3b82f6;border-color:#3b82f6;color:#fff;font-weight:500}.preset-tag-button.selected:hover{background:#2563eb;border-color:#2563eb}.detail-textarea{width:100%;min-height:120px;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;font-family:Inter,sans-serif;resize:vertical;background:#fff;box-sizing:border-box}.detail-textarea:focus{outline:none;border-color:#3b82f6}.detail-textarea::placeholder{color:#9ca3af}.detail-submit-btn{margin-top:1rem;align-self:center}@media (max-width: 768px){.resume-upload-page{padding:1rem}.page-title{font-size:1.5rem}.upload-mode-selector{flex-direction:column}.upload-mode-btn{min-width:100%}.detail-form-row{grid-template-columns:1fr}}.position-list-page,.analysis-results-page{padding:2rem 3rem 2.5rem;background:#f2f6ff;height:100%;max-height:100%;overflow-y:auto;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;box-sizing:border-box}.position-list-layout{display:grid;grid-template-columns:280px 1fr;gap:2rem;height:100%;max-height:calc(100vh - 10rem);overflow:hidden}.positions-sidebar-list{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;height:100%;max-height:100%;overflow-y:auto;display:flex;flex-direction:column}.btn-post-new{background:#3b82f6;color:#fff;border:none;border-radius:.375rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif;width:100%;margin-bottom:1rem;flex-shrink:0}.btn-post-new:hover{background:#2563eb}.position-section{margin-bottom:1.5rem;flex-shrink:0}.position-items{display:flex;flex-direction:column;gap:.5rem;min-height:60px}.position-drop-zone{border-radius:.5rem;padding:.5rem;transition:all .2s ease}.position-drop-zone.drag-over{background:#dbeafe;border:2px dashed #3b82f6}.empty-section{padding:1rem;color:#9ca3af;text-align:center;font-size:.875rem;font-style:italic;font-family:Inter,sans-serif}.position-item{padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;cursor:move;transition:all .2s ease;text-align:left}.position-item:hover{border-color:#3b82f6;color:#3b82f6;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.position-item.dragging{opacity:.5;cursor:grabbing}.position-item.active .position-item-name{color:#fff}.position-item.active .position-item-companies{color:#ffffffe6}.position-item-name{font-size:.875rem;font-weight:500;color:#6b7280;margin:0 0 .25rem;font-family:Inter,sans-serif;transition:color .2s ease}.position-item-companies{font-size:.75rem;color:#9ca3af;margin:0;font-family:Inter,sans-serif;transition:color .2s ease}.position-details-content{background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 1px 3px #0000001a;height:100%;max-height:100%;overflow-y:auto;display:flex;flex-direction:column}.position-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.position-detail-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0;font-family:Inter,sans-serif}.position-detail-body{font-family:Inter,sans-serif;flex:1;overflow-y:auto;min-height:0}.position-description{font-size:.9375rem;color:#4b5563;line-height:1.7;margin-bottom:1rem;word-wrap:break-word;overflow-wrap:break-word}.filters-row{display:flex;gap:1rem;margin-bottom:1.5rem;justify-content:flex-end}.filter-select{padding:.5rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;color:#6b7280;font-size:.875rem;font-family:Inter,sans-serif;cursor:pointer;transition:all .2s ease}.filter-select:hover{border-color:#3b82f6}.filter-select:focus{outline:none;border-color:#3b82f6}.position-metadata{margin-top:0}.tag-color-indicator{display:inline-block;width:2rem;height:1.25rem;border-radius:.25rem;border:1px solid #e5e7eb}.skill-tag{padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;font-family:Inter,sans-serif;border:1px solid;transition:all .2s ease}.applicant-files-table{width:100%;border-collapse:collapse;background:#fff}.applicant-files-header{display:grid;grid-template-columns:1fr auto auto auto;gap:1rem;padding:.75rem 0;border-bottom:1px solid #e5e7eb}.table-header{font-size:.875rem;font-weight:600;color:#1f2937;font-family:Inter,sans-serif;text-align:left;display:flex;align-items:center;gap:.25rem}.table-header.center{text-align:center;justify-content:center}.table-header.right{text-align:right;justify-content:flex-end}.sort-indicator{font-size:.75rem}.applicant-files{display:flex;flex-direction:column;max-height:400px;overflow-y:auto}.applicant-file-item{display:grid;grid-template-columns:1fr auto auto auto;gap:1rem;padding:1rem 0;border-bottom:1px solid #f3f4f6;transition:background .2s ease;align-items:center}.applicant-file-item:hover{background:#f9fafb}.applicant-file-item:last-child{border-bottom:none}.file-info-small{display:flex;align-items:center;gap:.5rem}.file-name-small{font-size:.875rem;color:#3b82f6;font-weight:500;cursor:pointer;word-break:break-word;overflow-wrap:break-word}.file-score{font-size:.875rem;font-weight:600;color:#1f2937;text-align:center;font-family:Inter,sans-serif;min-width:120px}.file-percentage{font-size:.875rem;font-weight:600;color:#1f2937;text-align:center;font-family:Inter,sans-serif;min-width:140px}.file-actions-small{display:flex;gap:.75rem;justify-content:flex-end;white-space:nowrap}.btn-link-small{background:none;border:none;color:#3b82f6;font-size:.875rem;font-weight:500;cursor:pointer;padding:0;font-family:Inter,sans-serif;margin-left:.75rem}.btn-upload-resume{display:inline-flex;align-items:center;gap:.5rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif;margin-top:1rem}.btn-upload-resume:hover{background:#2563eb;transform:translateY(-1px)}.btn-back{position:absolute;top:1.5rem;right:3rem;background:none;border:1px solid #e5e7eb;color:#6b7280;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif}.btn-back:hover{border-color:#3b82f6;color:#3b82f6}.analysis-layout{display:grid;grid-template-columns:320px 1fr;gap:2rem}.candidate-sidebar{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;height:fit-content}.candidate-profile{padding-bottom:1rem;border-bottom:1px solid #f3f4f6;margin-bottom:1rem}.candidate-name{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 .25rem;font-family:Inter,sans-serif}.candidate-position{font-size:.875rem;color:#10b981;margin:0 0 .75rem;font-family:Inter,sans-serif}.candidate-badges{display:flex;flex-direction:column;gap:.5rem}.badge-eligible{background:#10b981;color:#fff;padding:.5rem .75rem;border-radius:.375rem;font-size:.875rem;font-weight:500;text-align:center;font-family:Inter,sans-serif}.btn-send-invite{background:#3b82f6;color:#fff;border:none;border-radius:.375rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif}.contact-info,.files-section,.scores-overview,.analysis-summary-box{padding:1rem 0;border-bottom:1px solid #f3f4f6}.section-label{font-size:.875rem;font-weight:600;color:#1f2937;margin:0 0 .5rem;font-family:Inter,sans-serif}.contact-detail{font-size:.875rem;color:#6b7280;margin:.25rem 0;font-family:Inter,sans-serif}.file-link{display:block;font-size:.875rem;color:#3b82f6;text-decoration:none;margin:.25rem 0;font-family:Inter,sans-serif}.score-item{display:flex;justify-content:space-between;align-items:center;margin:.5rem 0}.score-label{font-size:.875rem;color:#6b7280;font-family:Inter,sans-serif}.score-value-large{font-size:1.5rem;font-weight:700;color:#3b82f6;font-family:Inter,sans-serif}.score-value{font-size:1rem;font-weight:600;color:#1f2937;font-family:Inter,sans-serif}.summary-text{font-size:.875rem;color:#4b5563;line-height:1.6;margin:.5rem 0 0;font-family:Inter,sans-serif}.analysis-content{background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 1px 3px #0000001a}.metrics-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:2rem}.metric-card-analysis{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;text-align:center}.metric-label-analysis{font-size:.875rem;color:#6b7280;margin-bottom:.5rem;font-family:Inter,sans-serif}.metric-value-analysis{font-size:2rem;font-weight:700;color:#1f2937;font-family:Inter,sans-serif}.edit-position-modal{max-width:850px}.form-row{display:grid;gap:1rem;margin-bottom:1.25rem}.form-row.three-columns{grid-template-columns:2fr 1.5fr 1fr}.form-row.three-columns-equal{grid-template-columns:1fr 1fr 1fr}.form-group{display:flex;flex-direction:column;min-width:0}.form-input,.form-textarea{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;color:#1f2937;font-family:Inter,sans-serif;transition:all .2s ease;background:#fff;width:100%;box-sizing:border-box}.form-input::placeholder,.form-textarea::placeholder{color:#9ca3af}.form-input:focus,.form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-input-color{height:2.75rem;width:100%;border:1px solid #d1d5db;border-radius:.5rem;cursor:pointer;padding:.375rem;background:#fff;transition:all .2s ease;box-sizing:border-box}.form-input-color:hover{border-color:#3b82f6}.form-textarea{resize:vertical;min-height:100px}.status-toggle{position:relative;display:inline-block;width:48px;height:24px;cursor:pointer}.status-toggle input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;inset:0;background-color:#cbd5e1;transition:all .3s ease;border-radius:24px}.toggle-slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:all .3s ease;border-radius:50%}.status-toggle input:checked+.toggle-slider{background-color:#10b981}.status-toggle input:checked+.toggle-slider:before{transform:translate(24px)}.toggle-label{font-size:.875rem;font-weight:500;color:#1f2937;font-family:Inter,sans-serif}.tags-input-container{display:flex;flex-wrap:wrap;gap:.5rem;padding:.625rem .75rem;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;min-height:2.75rem;align-items:center}.edit-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#dbeafe;color:#1e40af;border-radius:.375rem;font-size:.875rem;font-weight:500;font-family:Inter,sans-serif}.remove-tag-btn{background:none;border:none;color:#1e40af;font-size:1.25rem;line-height:1;cursor:pointer;padding:0;width:1.25rem;height:1.25rem;display:flex;align-items:center;justify-content:center;border-radius:.125rem;transition:all .2s ease}.remove-tag-btn:hover{background:#1e40af1a}.add-tag-input-wrapper{display:flex;align-items:center;gap:.5rem;flex:1;min-width:120px}.add-tag-input{border:none;background:none;outline:none;padding:.5rem;font-size:.875rem;color:#6b7280;font-family:Inter,sans-serif;flex:1;min-width:80px}.add-tag-input::placeholder{color:#9ca3af}.add-tag-btn{padding:.375rem .75rem;background:#3b82f6;color:#fff;border:none;border-radius:.375rem;font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif}.add-tag-btn:hover{background:#2563eb}.no-position-selected{display:flex;align-items:center;justify-content:center;height:100%;min-height:300px;color:#9ca3af;font-size:1rem;font-family:Inter,sans-serif}@media (max-width: 1440px){.position-list-page,.analysis-results-page{padding:1.5rem 2rem 2rem}.position-list-layout{grid-template-columns:250px 1fr;gap:1.5rem}.positions-sidebar-list{padding:1.25rem}.position-details-content{padding:1.5rem}}@media (max-width: 1200px){.position-list-page,.analysis-results-page{padding:1.25rem 1.5rem 1.5rem}.position-list-layout{grid-template-columns:220px 1fr;gap:1.25rem}.applicant-files-header,.applicant-file-item{grid-template-columns:1fr 100px 120px 100px;gap:.75rem}.file-score{min-width:100px}.file-percentage{min-width:120px}.metrics-row{grid-template-columns:repeat(2,1fr)}}@media (max-width: 1024px){.position-list-page,.analysis-results-page{padding:1rem 1.25rem 1.25rem}.position-list-layout{grid-template-columns:1fr;gap:1rem;max-height:none}.positions-sidebar-list{height:auto;max-height:400px}.position-section{margin-bottom:1rem}.position-details-content{height:auto;max-height:none}.position-detail-title,.page-title{font-size:1.5rem}.analysis-layout{grid-template-columns:1fr;gap:1rem}.candidate-sidebar{height:auto}.metadata-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 768px){.position-list-page,.analysis-results-page{padding:1rem}.position-list-layout{gap:.75rem}.page-title,.position-detail-title{font-size:1.25rem}.position-details-content,.positions-sidebar-list{padding:1rem}.applicant-files-header,.applicant-file-item{grid-template-columns:1fr;gap:.5rem}.table-header,.file-score,.file-percentage{text-align:left;justify-content:flex-start}.file-actions-small{justify-content:flex-start}.applicant-file-item{padding:.75rem 0}.btn-upload-resume{width:100%;justify-content:center}.metrics-row{grid-template-columns:1fr}.filters-row{flex-direction:column;gap:.5rem}.filter-select{width:100%}.edit-position-modal{max-width:95%}.modal-header{padding:1.25rem 1.5rem 1rem}.modal-header h3{font-size:1.25rem}.modal-body{padding:0 1.5rem 1.5rem}.form-row.three-columns,.form-row.three-columns-equal{grid-template-columns:1fr;gap:.75rem}.form-row{margin-bottom:1rem}.btn-save{padding:.75rem 2rem;width:100%}.delete-modal-actions{flex-direction:column-reverse}.btn-cancel,.btn-delete-confirm{width:100%}}@media (max-width: 480px){.position-list-page,.analysis-results-page{padding:.75rem}.page-title,.position-detail-title{font-size:1.125rem}.position-detail-header{flex-direction:column;align-items:flex-start;gap:1rem}.position-actions{width:100%;flex-direction:column}.btn-edit,.btn-delete{width:100%}.position-description{font-size:.875rem}.file-name-small{font-size:.8125rem}.modal-overlay{padding:.5rem}.modal-header{padding:1rem 1rem .75rem}.modal-header h3{font-size:1.25rem}.modal-body{padding:0 1rem 1rem}.form-label{font-size:.875rem}.form-input,.form-textarea{padding:.75rem .875rem;font-size:.875rem}}.resume-list-page{padding:2rem 3rem 2.5rem;background:#f2f6ff;height:100%;max-height:100%;overflow-y:auto;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;box-sizing:border-box}.page-header{margin-bottom:1.5rem}.breadcrumb{font-size:.875rem;color:#3b82f6;margin-bottom:.5rem;font-family:Inter,sans-serif}.page-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin:0;font-family:Inter,sans-serif}.resume-list-layout{display:grid;grid-template-columns:280px 1fr;gap:2rem;height:100%;max-height:calc(100vh - 10rem);overflow:hidden}.resumes-sidebar-list{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;height:100%;max-height:100%;overflow-y:auto;display:flex;flex-direction:column}.sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;flex-shrink:0}.sidebar-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 1rem;font-family:Inter,sans-serif;flex-shrink:0}.btn-upload-new{background:#3b82f6;color:#fff;border:none;border-radius:.375rem;padding:.625rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif;width:100%;margin-bottom:1rem;flex-shrink:0}.btn-upload-new:hover{background:#2563eb}.resume-section{margin-bottom:1.5rem;flex-shrink:0}.section-title{font-size:.875rem;font-weight:600;color:#6b7280;margin:0 0 .75rem;font-family:Inter,sans-serif;text-transform:uppercase;letter-spacing:.05em}.resume-items{display:flex;flex-direction:column;gap:.5rem;min-height:60px}.resume-drop-zone{border-radius:.5rem;padding:.5rem;transition:all .3s ease;min-height:80px;position:relative}.resume-drop-zone.drag-over{background:#dbeafe;border:2px dashed #3b82f6;box-shadow:inset 0 0 0 2px #3b82f61a}.resume-drop-zone.drag-over .empty-section{opacity:0}.resume-drop-zone.drag-over .resume-item{opacity:.3}.resume-drop-zone.drag-over:after{content:"Drop here";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#3b82f6;font-weight:600;font-size:.875rem;pointer-events:none;z-index:10}.empty-section{padding:1rem;color:#9ca3af;text-align:center;font-size:.875rem;font-style:italic;font-family:Inter,sans-serif;pointer-events:none}.resume-item{padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;cursor:grab;transition:all .2s ease;text-align:left;-webkit-user-select:none;user-select:none}.resume-item:hover{border-color:#3b82f6;color:#3b82f6;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.resume-item:active{cursor:grabbing}.resume-item.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.resume-item.dragging{opacity:.4;cursor:grabbing;transform:scale(.95)}.resume-item.active .resume-item-name{color:#fff}.resume-item.active .resume-item-info{color:#ffffffe6}.resume-item-name{font-size:.875rem;font-weight:500;color:#6b7280;margin:0 0 .25rem;font-family:Inter,sans-serif;transition:color .2s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.resume-item-info{font-size:.75rem;color:#9ca3af;margin:0;font-family:Inter,sans-serif;transition:color .2s ease}.resume-details-content{background:#fff;border-radius:.75rem;padding:2rem;box-shadow:0 1px 3px #0000001a;height:100%;max-height:100%;display:flex;flex-direction:column}.resume-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb;flex-shrink:0}.resume-actions{display:flex;gap:.75rem}.resume-detail-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0;font-family:Inter,sans-serif}.btn-edit{background:#3b82f6;color:#fff;border:none;border-radius:.375rem;padding:.375rem .75rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif}.btn-edit:hover{background:#2563eb}.btn-delete{background:#ef4444;color:#fff;border:none;border-radius:.375rem;padding:.375rem .75rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif}.btn-delete:hover{background:#dc2626}.btn-view-analysis{background:#10b981;color:#fff;border:none;border-radius:.375rem;padding:.375rem .75rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif}.btn-view-analysis:hover{background:#059669}.resume-detail-body{font-family:Inter,sans-serif;flex:1;overflow-y:auto;min-height:0}.resume-detail-body::-webkit-scrollbar{display:none}.resume-detail-body{-ms-overflow-style:none;scrollbar-width:none}.resume-metadata{margin-top:0}.metadata-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem}.metadata-section{margin-bottom:2rem}.metadata-title{font-size:.9375rem;font-weight:600;color:#1f2937;margin:0 0 1rem;font-family:Inter,sans-serif}.metadata-items{display:flex;flex-direction:column;gap:.75rem}.metadata-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.metadata-item:last-child{border-bottom:none}.metadata-label{font-size:.875rem;color:#6b7280;font-weight:500;font-family:Inter,sans-serif}.metadata-value{font-size:.875rem;color:#1f2937;font-weight:500;font-family:Inter,sans-serif}.metadata-value.highlight{font-size:1.125rem;color:#3b82f6;font-weight:700}.metadata-value.contact-link{color:#3b82f6;cursor:pointer}.metadata-value.contact-link:hover{text-decoration:underline}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:600;font-family:Inter,sans-serif}.status-badge.active{background:#10b98120;color:#10b981}.status-badge.reserve{background:#f59e0b20;color:#f59e0b}.status-badge.inactive{background:#6b728020;color:#6b7280}.skill-tags-container{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;font-family:Inter,sans-serif;background:#dbeafe;color:#1e40af;border:1px solid #3b82f6;transition:all .2s ease}.skill-tag:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.resume-preview-section{background:#f9fafb;border-radius:.5rem;padding:1.5rem;margin-top:1rem}.preview-label{font-size:.875rem;font-weight:600;color:#6b7280;margin-bottom:.75rem;font-family:Inter,sans-serif}.preview-content{font-size:.875rem;color:#4b5563;line-height:1.7;white-space:pre-wrap;word-wrap:break-word}.pdf-preview-container{background:#f9fafb;border-radius:.5rem;padding:1rem;margin-top:.5rem;border:1px solid #e5e7eb}.pdf-preview-iframe{width:100%;height:600px;border:none;border-radius:.375rem;background:#fff;box-shadow:0 1px 3px #0000001a}.no-resume-selected{display:flex;align-items:center;justify-content:center;height:100%;min-height:300px;color:#9ca3af;font-size:1rem;font-family:Inter,sans-serif}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:1rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a}.edit-resume-modal{max-width:700px}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.75rem 2rem 1.25rem;border-bottom:none}.modal-header h3{font-size:1.5rem;font-weight:700;color:#3b82f6;margin:0;font-family:Inter,sans-serif}.modal-close{background:none;border:none;font-size:2rem;color:#1f2937;cursor:pointer;padding:0;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:.25rem;transition:all .2s ease;line-height:1}.modal-close:hover{background:#f3f4f6}.modal-body{padding:0 2rem 1.75rem}.form-group{display:flex;flex-direction:column;margin-bottom:1.25rem}.form-label{font-size:.875rem;font-weight:600;color:#1f2937;margin-bottom:.5rem;font-family:Inter,sans-serif}.form-input{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;color:#1f2937;font-family:Inter,sans-serif;transition:all .2s ease;background:#fff}.form-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.status-toggle-container{display:flex;align-items:center;gap:1rem;padding:.5rem 0}.status-select{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;color:#1f2937;font-family:Inter,sans-serif;cursor:pointer;transition:all .2s ease;background:#fff}.status-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.modal-footer{display:flex;justify-content:center;margin-top:1.5rem;padding-top:.5rem}.btn-save{padding:.875rem 4rem;background:#3b82f6;color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif;box-shadow:0 2px 4px #3b82f633}.btn-save:hover{background:#2563eb;transform:translateY(-1px);box-shadow:0 4px 8px #3b82f64d}.btn-save:active{transform:translateY(0)}.btn-save:disabled{background:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width: 1440px){.resume-list-page{padding:1.5rem 2rem 2rem}.resume-list-layout{grid-template-columns:250px 1fr;gap:1.5rem}.resumes-sidebar-list{padding:1.25rem}.resume-details-content{padding:1.5rem}}@media (max-width: 1200px){.resume-list-page{padding:1.25rem 1.5rem 1.5rem}.resume-list-layout{grid-template-columns:220px 1fr;gap:1.25rem}.metadata-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 1024px){.resume-list-page{padding:1rem 1.25rem 1.25rem}.resume-list-layout{grid-template-columns:1fr;gap:1rem;max-height:none}.resumes-sidebar-list{height:auto;max-height:400px}.resume-section{margin-bottom:1rem}.resume-details-content{height:auto;max-height:none}.resume-detail-title,.page-title{font-size:1.5rem}}@media (max-width: 768px){.resume-list-page{padding:1rem}.resume-list-layout{gap:.75rem}.page-title,.resume-detail-title{font-size:1.25rem}.resume-details-content,.resumes-sidebar-list{padding:1rem}.resume-detail-header{flex-direction:column;align-items:flex-start;gap:1rem}.resume-actions{width:100%;flex-direction:column}.btn-edit,.btn-delete,.btn-view-analysis{width:100%}.pdf-preview-iframe{height:400px}.edit-resume-modal{max-width:95%}.modal-header{padding:1.25rem 1.5rem 1rem}.modal-header h3{font-size:1.25rem}.modal-body{padding:0 1.5rem 1.5rem}.btn-save{padding:.75rem 2rem;width:100%}.delete-modal-actions{flex-direction:column-reverse}.btn-cancel,.btn-delete-confirm{width:100%}}@media (max-width: 480px){.resume-list-page{padding:.75rem}.page-title,.resume-detail-title{font-size:1.125rem}.pdf-preview-iframe{height:300px}.modal-overlay{padding:.5rem}.modal-header{padding:1rem 1rem .75rem}.modal-body{padding:0 1rem 1rem}}.delete-modal{max-width:500px}.delete-confirmation-text{font-size:1rem;color:#4b5563;line-height:1.6;margin:0 0 1.5rem;font-family:Inter,sans-serif}.delete-modal-actions{display:flex;gap:1rem;justify-content:flex-end}.btn-cancel{padding:.625rem 1.5rem;background:#fff;color:#6b7280;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif}.btn-cancel:hover{background:#f9fafb;border-color:#9ca3af}.btn-cancel:disabled{opacity:.5;cursor:not-allowed}.btn-delete-confirm{padding:.625rem 1.5rem;background:#ef4444;color:#fff;border:none;border-radius:.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif}.btn-delete-confirm:hover{background:#dc2626}.btn-delete-confirm:disabled{background:#9ca3af;cursor:not-allowed}.tutorial-page{padding:0rem 3rem 2.5rem;background:#f2f6ff;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.page-header{margin-bottom:2rem}.breadcrumb{font-size:.875rem;color:#6b7280;margin-bottom:.5rem;font-family:Inter,sans-serif}.page-title{font-size:2rem;font-weight:700;color:#1f2937;margin:0;font-family:Inter,sans-serif}.tutorial-layout{display:grid;grid-template-columns:280px 1fr;gap:2rem}.tutorial-sidebar{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;height:fit-content}.sidebar-section-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 1rem;font-family:Inter,sans-serif}.tutorial-topics-list{display:flex;flex-direction:column;gap:.5rem}.tutorial-topic-btn{padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;color:#6b7280;font-size:.875rem;font-weight:400;cursor:pointer;transition:all .2s ease;text-align:left;font-family:Inter,sans-serif}.tutorial-topic-btn:hover{border-color:#3b82f6;color:#3b82f6}.tutorial-topic-btn.active{background:#3b82f6;color:#fff;border-color:#3b82f6;font-weight:500}.tutorial-content-area{background:#fff;border-radius:.75rem;padding:2.5rem;box-shadow:0 1px 3px #0000001a}.tutorial-content-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0 0 2rem;font-family:Inter,sans-serif}.tutorial-icon-section{display:flex;flex-direction:column;align-items:center;margin-bottom:2rem;padding:2rem;background:#f9fafb;border-radius:.75rem}.tutorial-icon-section svg{margin-bottom:1rem}.tutorial-description{font-size:.9375rem;color:#6b7280;text-align:center;margin:0;font-family:Inter,sans-serif}.tutorial-requirements{background:#eff6ff;border-left:4px solid #3b82f6;padding:1.5rem;border-radius:.5rem;margin-bottom:2rem}.requirements-title{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 1rem;font-family:Inter,sans-serif}.requirements-list{margin:0;padding-left:1.5rem;color:#4b5563;font-size:.9375rem;line-height:1.8;font-family:Inter,sans-serif}.requirements-list li{margin-bottom:.5rem}.tutorial-steps-section{display:flex;flex-direction:column;gap:2rem}.tutorial-step-block{background:#f9fafb;padding:1.5rem;border-radius:.75rem;border:1px solid #e5e7eb}.step-header-with-icon{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.step-title-text{font-size:1.125rem;font-weight:600;color:#3b82f6;margin:0;font-family:Inter,sans-serif}.step-items-list{margin:0;padding-left:2.5rem;color:#4b5563;font-size:.9375rem;line-height:1.8;font-family:Inter,sans-serif}.step-items-list li{margin-bottom:.5rem}@media (max-width: 1024px){.tutorial-layout{grid-template-columns:1fr}.tutorial-sidebar{margin-bottom:1.5rem}.tutorial-topics-list{flex-direction:row;flex-wrap:wrap}}@media (max-width: 768px){.tutorial-page{padding:1rem 1.5rem 1.5rem}.tutorial-content-area{padding:1.5rem}.tutorial-icon-section{padding:1rem}.tutorial-icon-section svg{width:60px;height:60px}}@media (max-width: 480px){.tutorial-step-block{padding:1rem}.step-items-list,.requirements-list{padding-left:1rem;font-size:.875rem}}.contact-us-page{padding:0rem 1.5rem 1.5rem;background:#f2f6ff;height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.breadcrumb{font-size:.75rem;color:#6b7280;margin-bottom:.375rem;font-family:Inter,sans-serif}.page-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0;font-family:Inter,sans-serif}.contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:2rem;background:#fff;border-radius:.625rem;padding:2rem;box-shadow:0 1px 3px #0000001a;align-items:center}.contact-illustration{display:flex;justify-content:center;align-items:center;padding:1rem}.contact-info-area{padding:.75rem}.contact-intro{font-size:.9375rem;color:#1f2937;line-height:1.5;margin:0 0 1.5rem;font-family:Inter,sans-serif;font-weight:500}.contact-categories{display:flex;flex-direction:column;gap:1.25rem}.contact-category{padding-bottom:1rem;border-bottom:1px solid #f3f4f6}.contact-category:last-child{border-bottom:none;padding-bottom:0}.category-title{font-size:.875rem;font-weight:600;color:#1f2937;margin:0 0 .75rem;font-family:Inter,sans-serif}.contact-person{display:flex;gap:.75rem;align-items:flex-start}.person-avatar-placeholder{width:44px;height:44px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;flex-shrink:0}.person-details{flex:1}.person-name{font-size:.875rem;font-weight:600;color:#1f2937;margin:0 0 .375rem;font-family:Inter,sans-serif}.person-email-row{display:flex;align-items:center;gap:.4375rem;font-size:.8125rem;color:#6b7280;font-family:Inter,sans-serif}.person-email-row svg{flex-shrink:0}@media (max-width: 1024px){.contact-layout{grid-template-columns:1fr;gap:2rem}.contact-illustration{order:2}.contact-info-area{order:1}}@media (max-width: 768px){.contact-us-page{padding:1rem 1.5rem 1.5rem}.contact-layout{padding:1.5rem}.contact-illustration svg{width:200px;height:200px}}@media (max-width: 480px){.contact-person{flex-direction:column;align-items:center;text-align:center}.person-email-row{justify-content:center}}.analyze-page{padding:1.25rem 1.5rem;max-width:1400px;margin:0 auto;height:100%}.page-header{margin-bottom:1rem}.breadcrumb{color:#6b7280;font-size:.75rem;margin-bottom:.375rem}.page-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}.analyze-mode-selector{display:flex;gap:.75rem;margin-bottom:1.25rem;flex-wrap:wrap}.analyze-mode-btn{flex:1;min-width:200px;padding:.875rem 1.125rem;border:2px solid #e5e7eb;background:#fff;border-radius:.75rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.625rem;font-size:.875rem;font-weight:600;color:#4b5563}.analyze-mode-btn:hover{border-color:#3b82f6;background:#eff6ff;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f626}.analyze-mode-btn.active{border-color:#3b82f6;background:#3b82f6;color:#fff;box-shadow:0 4px 16px #3b82f64d}.analyze-mode-btn.active svg{stroke:#fff}.analyze-mode-btn svg{flex-shrink:0}.analyze-error-banner{background:#fee2e2;border:1px solid #fecaca;color:#991b1b;padding:.75rem 1.125rem;border-radius:.5rem;margin-bottom:1rem;font-weight:500;font-size:.8125rem}.analyze-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.5rem 1.5rem;gap:1rem}.analyze-loading-spinner{width:48px;height:48px;border:3px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.analyze-loading p{font-size:.9375rem;color:#6b7280;margin:0}.analyze-back-btn{background:#f3f4f6;border:1px solid #d1d5db;color:#374151;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;font-size:.8125rem;font-weight:500;margin-bottom:1rem;transition:all .2s ease}.analyze-back-btn:hover{background:#e5e7eb;border-color:#9ca3af}.analyze-content{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.25rem}.analyze-instructions{margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.analyze-instructions h3{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 .375rem}.analyze-instructions p{font-size:.8125rem;color:#6b7280;margin:0;line-height:1.5}.analyze-selection-container{margin-bottom:1.25rem}.analyze-selection-container.split{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.analyze-list-section{display:flex;flex-direction:column}.analyze-list-section.full-width{width:100%}.analyze-list-title{font-size:.9375rem;font-weight:600;color:#374151;margin:0 0 .75rem;padding-bottom:.625rem;border-bottom:2px solid #e5e7eb}.analyze-items-list{display:flex;flex-direction:column;gap:.5rem;max-height:320px;overflow-y:auto;padding-right:.375rem}.analyze-items-list::-webkit-scrollbar{width:6px}.analyze-items-list::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.analyze-items-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.analyze-items-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.analyze-empty-state{padding:3rem 2rem;text-align:center;color:#9ca3af;font-style:italic}.analyze-list-item{display:flex;align-items:flex-start;gap:.625rem;padding:.75rem;border:2px solid #e5e7eb;border-radius:.5rem;background:#fff;cursor:pointer;transition:all .2s ease}.analyze-list-item:hover{border-color:#3b82f6;background:#f9fafb;transform:translate(4px)}.analyze-list-item.selected{border-color:#3b82f6;background:#eff6ff;box-shadow:0 2px 8px #3b82f626}.analyze-item-checkbox,.analyze-item-radio{width:18px;height:18px;border:2px solid #d1d5db;border-radius:3px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px;background:#fff;transition:all .2s ease}.analyze-item-radio{border-radius:50%}.analyze-list-item.selected .analyze-item-checkbox,.analyze-list-item.selected .analyze-item-radio{border-color:#3b82f6;background:#3b82f6}.analyze-item-checkbox svg{stroke:#fff}.analyze-radio-dot{width:10px;height:10px;border-radius:50%;background:#fff}.analyze-item-content{flex:1;min-width:0}.analyze-item-title{font-size:.8125rem;font-weight:600;color:#1f2937;margin:0 0 .1875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analyze-item-subtitle{font-size:.75rem;color:#6b7280;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.analyze-action-bar{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid #e5e7eb;gap:.75rem;flex-wrap:wrap}.analyze-selection-summary{display:flex;gap:.75rem;align-items:center;font-size:.8125rem;color:#6b7280;font-weight:500}.analyze-summary-item{padding:.375rem .75rem;background:#f3f4f6;border-radius:.375rem;color:#374151}.analyze-submit-btn{background:#3b82f6;color:#fff;border:none;padding:.625rem 1.5rem;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #3b82f64d}.analyze-submit-btn:hover:not(:disabled){background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f666}.analyze-submit-btn:disabled{background:#d1d5db;cursor:not-allowed;box-shadow:none}.analyze-results-section{animation:fadeIn .5s ease}.analyze-results-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0 0 1rem}.analyze-matching-job-info{display:flex;align-items:center;gap:.625rem;padding:.75rem 1.125rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;margin-bottom:1rem}.analyze-matching-label{font-weight:600;color:#6b7280;font-size:.8125rem}.analyze-matching-job-name{font-weight:600;color:#1f2937;font-size:.875rem}.analyze-results-list{display:flex;flex-direction:column;gap:1rem}.analyze-result-card{background:#fff;border:2px solid #e5e7eb;border-radius:.75rem;padding:1rem;transition:all .3s ease}.analyze-result-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #00000014}.analyze-result-card.error{border-color:#fca5a5;background:#fef2f2}.analyze-result-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.analyze-result-info{display:flex;align-items:center;gap:.625rem;flex:1}.analyze-result-icon{width:32px;height:32px;border-radius:50%;background:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;flex-shrink:0}.analyze-result-card.error .analyze-result-icon{background:#ef4444}.analyze-result-name{font-size:.9375rem;font-weight:600;color:#1f2937;margin:0}.analyze-match-score-badge{padding:.5rem 1rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:9999px;font-size:1rem;font-weight:700;box-shadow:0 2px 8px #3b82f64d}.analyze-result-content{display:flex;flex-direction:column;gap:.75rem}.analyze-result-section{display:flex;flex-direction:column;gap:.3125rem}.analyze-result-label{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.analyze-result-text{font-size:.8125rem;color:#374151;line-height:1.5;margin:0}.analyze-result-error{color:#dc2626;font-weight:500;padding:1rem;background:#fee2e2;border-radius:6px}.analyze-result-error p{margin:0}.analyze-score-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.75rem;margin-bottom:.75rem}.analyze-score-item{display:flex;flex-direction:column;align-items:center;padding:.75rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;gap:.375rem}.analyze-score-label{font-size:.6875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.analyze-score-value{font-size:1.25rem;font-weight:700;color:#3b82f6}@media (max-width: 1024px){.analyze-selection-container.split{grid-template-columns:1fr}}@media (max-width: 768px){.analyze-page{padding:1rem}.page-title{font-size:1.5rem}.analyze-mode-selector{flex-direction:column}.analyze-mode-btn{min-width:100%}.analyze-content{padding:1.5rem}.analyze-action-bar{flex-direction:column;align-items:stretch}.analyze-selection-summary{flex-direction:column;align-items:flex-start}.analyze-submit-btn{width:100%}.analyze-score-grid{grid-template-columns:1fr}}.notification-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.notification-modal{background:#fff;border-radius:.75rem;padding:1.5rem;max-width:400px;width:100%;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.notification-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.notification-modal.success .notification-icon{background:#dcfce7;color:#16a34a}.notification-modal.error .notification-icon{background:#fee2e2;color:#dc2626}.notification-modal.warning .notification-icon{background:#fef3c7;color:#d97706}.notification-modal.info .notification-icon{background:#dbeafe;color:#2563eb}.notification-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0}.notification-message{font-size:.875rem;color:#6b7280;line-height:1.5;margin:0 0 1.5rem}.notification-ok-btn{background:#3b82f6;color:#fff;border:none;padding:.625rem 1.5rem;border-radius:.5rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%}.notification-ok-btn:hover{background:#2563eb}*{scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{display:none}.position-list-page{padding:.75rem 1rem;max-width:1600px;margin:0 auto;min-height:200vh;overflow-y:auto;overflow-x:hidden}.page-header{margin-bottom:.75rem;padding:.5rem 0}.breadcrumb{font-size:.75rem;color:#6b7280;margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.5px}.page-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0}.list-header{margin-bottom:.75rem}.list-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 .75rem}.filters-row{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}.filter-select{padding:.375rem .75rem;border:1px solid #d1d5db;border-radius:.4375rem;font-size:.8125rem;color:#374151;background-color:#fff;cursor:pointer;transition:all .2s}.position-list-layout{display:grid;grid-template-columns:240px 1fr;gap:1rem;min-height:calc(140vh - 80px)}.positions-sidebar-list{background:#fff;border-radius:.625rem;padding:.75rem;box-shadow:0 1px 3px #0000001a;height:fit-content;max-height:calc(140vh - 100px);overflow-y:auto;display:flex;flex-direction:column}.sidebar-header{margin-bottom:.75rem}.sidebar-title{font-size:.9375rem;font-weight:600;color:#1f2937;margin:0}.position-items{display:flex;flex-direction:column;gap:.375rem}.position-item{padding:.625rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;cursor:pointer;transition:all .2s;text-align:left}.position-item:hover{background:#f9fafb;border-color:#d1d5db}.position-item.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.position-item-name{font-size:.875rem;font-weight:600;margin:0 0 .25rem;color:inherit}.position-item-companies{font-size:.75rem;margin:0;color:inherit;opacity:.8}.position-details-content{background:#fff;border-radius:.625rem;padding:.75rem;box-shadow:0 1px 3px #0000001a;min-height:calc(140vh - 100px);overflow-y:auto}.position-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.position-detail-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}.position-actions{display:flex;gap:.75rem}.btn-edit{padding:.5rem 1rem;background-color:#3b82f6;color:#fff;border:none;border-radius:.375rem;font-size:.875rem;cursor:pointer;transition:background-color .2s}.btn-edit:hover{background-color:#2563eb}.btn-delete{padding:.5rem 1rem;background-color:#ef4444;color:#fff;border:none;border-radius:.375rem;font-size:.875rem;cursor:pointer;transition:background-color .2s}.btn-delete:hover{background-color:#dc2626}.position-detail-body{margin-bottom:.75rem}.position-description{color:#6b7280;line-height:1.5;margin-bottom:.75rem;font-size:.875rem}.position-metadata{margin-top:1rem}.metadata-section{margin-bottom:1rem}.metadata-title{font-size:1rem;font-weight:600;color:#1f2937;margin:0 0 .75rem}.applicant-files-header{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:.75rem;padding:.625rem .625rem .625rem 6.25rem;background-color:#f9fafb;border-radius:.5rem;margin-bottom:.375rem;font-weight:600;color:#374151;font-size:.8125rem}.table-header{text-align:center}.table-header.right{text-align:center;padding-right:7.5rem}.applicant-files-header>div:first-child{text-align:center;padding-left:0}.applicant-files-header>div:nth-child(2),.applicant-files-header>div:nth-child(3){text-align:center;display:flex;align-items:center;justify-content:center}.sort-indicator{margin-left:.25rem;color:#9ca3af}.applicant-files{display:flex;flex-direction:column;gap:.375rem}.applicant-file-item{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:.75rem;padding:.625rem .625rem .625rem 6.25rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;align-items:center}.file-info-small{display:flex;align-items:center;justify-content:center;text-align:center;margin-left:-200px}.file-score{text-align:center;font-weight:600;color:#1f2937;font-size:.8125rem;display:flex;align-items:center;justify-content:center;margin-left:-200px}.file-percentage{text-align:center;font-weight:600;color:#1f2937;font-size:.8125rem;display:flex;align-items:center;justify-content:center}.file-actions-small{display:flex;gap:.5rem;justify-content:center;text-align:center;margin-right:200px}.file-name-small{color:#3b82f6;cursor:pointer;text-decoration:none;font-size:.8125rem}.file-actions-small{display:flex;gap:.5rem;justify-content:center}.btn-link-small{background:none;border:none;color:#3b82f6;font-size:.8125rem;cursor:pointer;padding:0;text-decoration:none}.btn-link-small:hover{text-decoration:underline}.btn-upload-resume{display:flex;align-items:center;gap:.5rem;padding:.75rem;background-color:#f9fafb;border:2px dashed #d1d5db;border-radius:.5rem;color:#6b7280;font-size:.8125rem;cursor:pointer;transition:all .2s;width:100%;justify-content:center}.btn-upload-resume:hover{background-color:#f3f4f6;border-color:#9ca3af;color:#374151}.no-position-selected,.no-data{text-align:center;color:#9ca3af;padding:2rem 1rem;font-style:italic}.no-matches-message{text-align:center;color:#6b7280;padding:2rem 1rem;font-style:italic}.unmatched-resumes{margin-top:1rem;padding:1rem;background-color:#f9fafb;border-radius:.5rem;border:1px solid #e5e7eb}.unmatched-resumes p{margin:0 0 .75rem;font-weight:500;color:#374151}.unmatched-resume-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #e5e7eb}.unmatched-resume-item:last-child{border-bottom:none}.unmatched-resume-item span{font-size:.875rem;color:#374151;flex:1}.btn-match-small{padding:.25rem .75rem;background-color:#3b82f6;color:#fff;border:none;border-radius:.375rem;font-size:.75rem;cursor:pointer;transition:background-color .2s}.btn-match-small:hover:not(:disabled){background-color:#2563eb}.btn-match-small:disabled{background-color:#9ca3af;cursor:not-allowed}.btn-batch-match{margin-top:.75rem;padding:.5rem 1rem;background-color:#10b981;color:#fff;border:none;border-radius:.375rem;font-size:.875rem;cursor:pointer;transition:background-color .2s;width:100%}.btn-batch-match:hover:not(:disabled){background-color:#059669}.btn-batch-match:disabled{background-color:#9ca3af;cursor:not-allowed}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:.5rem;padding:0;max-width:500px;width:90%;max-height:95vh;overflow:hidden}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb}.modal-header h3{margin:0;font-size:1.125rem;font-weight:600;color:#1f2937}.modal-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#6b7280;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.modal-close:hover{color:#374151}.modal-body{padding:1.5rem}.modal-info-text{color:#6b7280;line-height:1.6;margin:0}.modal-footer{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem}.btn-secondary{padding:.5rem 1rem;background-color:#fff;color:#374151;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;cursor:pointer;transition:all .2s}.btn-secondary:hover{background-color:#f9fafb;border-color:#9ca3af}.btn-submit{padding:.5rem 1rem;background-color:#3b82f6;color:#fff;border:none;border-radius:.375rem;font-size:.875rem;cursor:pointer;transition:background-color .2s}.btn-submit:hover{background-color:#2563eb}.notification-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.notification-modal{background:#fff;border-radius:.5rem;padding:1.5rem;max-width:400px;width:90%;box-shadow:0 10px 25px #0000001a}.notification-modal.success{border-left:4px solid #10b981}.notification-modal.error{border-left:4px solid #ef4444}.notification-modal.warning{border-left:4px solid #f59e0b}.notification-modal.info{border-left:4px solid #3b82f6}.notification-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.notification-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px}.notification-modal.success .notification-icon{color:#10b981}.notification-modal.error .notification-icon{color:#ef4444}.notification-modal.warning .notification-icon{color:#f59e0b}.notification-modal.info .notification-icon{color:#3b82f6}.notification-title{margin:0;font-size:1.125rem;font-weight:600;color:#1f2937}.notification-message{color:#6b7280;line-height:1.6;margin:0 0 1.5rem}.notification-ok-btn{width:100%;padding:.75rem;background-color:#3b82f6;color:#fff;border:none;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s}.notification-ok-btn:hover{background-color:#2563eb}.candidate-score-page{padding:32px;min-height:100vh;background:#f8fafc;max-width:100vw;width:100%;overflow-x:hidden;box-sizing:border-box}@media (max-width: 1024px){.candidate-score-page{padding:24px 20px}}@media (max-width: 768px){.candidate-score-page{padding:16px 12px}}@media (max-width: 480px){.candidate-score-page{padding:12px 8px}}.page-header-enhanced{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;gap:16px;flex-wrap:wrap}@media (max-width: 768px){.page-header-enhanced{flex-direction:column;align-items:flex-start}}.candidate-score-page .breadcrumb{font-size:13px;color:#6b7280;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 768px){.candidate-score-page .breadcrumb{font-size:11px}}.candidate-score-page .page-title{font-size:32px;font-weight:700;color:#1f2937;margin:0;word-break:break-word;line-height:1.2}@media (max-width: 1024px){.candidate-score-page .page-title{font-size:28px}}@media (max-width: 768px){.candidate-score-page .page-title{font-size:24px}}@media (max-width: 480px){.candidate-score-page .page-title{font-size:20px}}.btn-upload-resume-header{display:flex;align-items:center;gap:10px;padding:12px 24px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px #3b82f633;white-space:nowrap}.btn-upload-resume-header:hover{background:#2563eb;box-shadow:0 4px 8px #3b82f64d;transform:translateY(-1px)}.btn-upload-resume-header svg{flex-shrink:0}@media (max-width: 768px){.btn-upload-resume-header{width:100%;justify-content:center;padding:10px 20px;font-size:13px}}@media (max-width: 480px){.btn-upload-resume-header{padding:10px 16px;font-size:12px}.btn-upload-resume-header svg{width:16px;height:16px}}.stats-cards-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:20px}@media (max-width: 1400px){.stats-cards-row{gap:10px}}@media (max-width: 1200px){.stats-cards-row{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.stats-cards-row{grid-template-columns:1fr;gap:8px}}@media (max-width: 480px){.stats-cards-row{gap:6px}}.stat-card{background:#fff;border-radius:8px;padding:16px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;box-shadow:0 1px 3px #00000014;transition:all .2s;min-height:80px;width:100%;box-sizing:border-box}@media (max-width: 768px){.stat-card{min-height:70px;padding:14px 10px}}@media (max-width: 480px){.stat-card{min-height:60px;padding:12px 8px}}.stat-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.stat-icon{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-bottom:16px}@media (max-width: 768px){.stat-icon{width:48px;height:48px;margin-bottom:12px}.stat-icon svg{width:22px;height:22px}}@media (max-width: 480px){.stat-icon{width:40px;height:40px;margin-bottom:10px}.stat-icon svg{width:20px;height:20px}}.stat-content{width:100%}.stat-label{font-size:11px;color:#6b7280;font-weight:500;margin-bottom:4px;text-transform:uppercase;letter-spacing:.3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 2px}@media (max-width: 768px){.stat-label{font-size:10px;margin-bottom:3px}}@media (max-width: 480px){.stat-label{font-size:9px;letter-spacing:.2px}}.stat-value{font-size:24px;font-weight:700;color:#1f2937;line-height:1}@media (max-width: 768px){.stat-value{font-size:20px}}@media (max-width: 480px){.stat-value{font-size:18px}}.candidate-score-selection-enhanced{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #00000014;width:100%;box-sizing:border-box}@media (max-width: 768px){.candidate-score-selection-enhanced{padding:16px}}.controls-bar{display:flex;gap:16px;margin-bottom:24px;align-items:center;flex-wrap:wrap}@media (max-width: 1024px){.controls-bar{flex-direction:column;align-items:stretch}}.search-box{position:relative;flex:1;max-width:400px;min-width:200px}@media (max-width: 1024px){.search-box{max-width:100%}}.search-box svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);pointer-events:none;flex-shrink:0}@media (max-width: 768px){.search-box svg{left:12px;width:16px;height:16px}}@media (max-width: 480px){.search-box svg{left:10px;width:14px;height:14px}}.search-input{width:100%;padding:10px 14px 10px 42px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#374151;transition:all .2s;box-sizing:border-box}@media (max-width: 768px){.search-input{font-size:13px;padding:9px 12px 9px 38px}}@media (max-width: 480px){.search-input{font-size:12px;padding:8px 10px 8px 36px}}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-input::placeholder{color:#9ca3af}.filters-row-enhanced{display:flex;gap:12px;flex-wrap:wrap;width:100%}@media (max-width: 1024px){.filters-row-enhanced{flex-direction:column;gap:12px}}.filter-select{padding:10px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#374151;background-color:#fff;cursor:pointer;transition:all .2s;min-width:150px;max-width:100%}@media (max-width: 1024px){.filter-select{min-width:0;flex:1}}@media (max-width: 768px){.filter-select{width:100%;font-size:13px;padding:9px 14px}}@media (max-width: 480px){.filter-select{font-size:12px;padding:8px 12px}}.filter-select:hover{border-color:#9ca3af}.filter-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.resume-table-container{overflow:hidden;width:100%}.resume-table-header{display:grid;grid-template-columns:2.5fr 1fr 1.2fr 1fr 1.2fr 1fr;gap:16px;padding:16px 20px;background:#f9fafb;border-radius:8px 8px 0 0;border-bottom:2px solid #e5e7eb;font-size:13px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;min-width:900px}@media (max-width: 1200px){.resume-table-header{min-width:800px;gap:12px;padding:12px 16px;font-size:12px}}@media (max-width: 768px){.resume-table-header{font-size:11px;padding:10px 12px;letter-spacing:.3px}}@media (max-width: 480px){.resume-table-header{font-size:10px;padding:8px 10px}}@media (max-width: 1024px){.resume-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.resume-table-container:after{content:"← Scroll to view more →";display:block;text-align:center;font-size:11px;color:#9ca3af;padding:8px 0;background:#f9fafb;border-radius:0 0 8px 8px}}@media (min-width: 1025px){.resume-table-container:after{display:none}}.resume-table-cell{display:flex;align-items:center}.resume-name-header{padding-left:4px}.resume-table-header .resume-table-cell:not(.resume-name-header){padding-left:0;margin-left:-75px}.resume-table-header .resume-table-cell:nth-child(3),.resume-table-header .resume-table-cell:nth-child(4){margin-left:-50px}.resume-table-header .resume-table-cell:nth-child(5){margin-left:-80px}.resume-actions-header{justify-content:center}.resume-table-body{max-height:calc(100vh - 480px);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}@media (max-width: 1024px){.resume-table-body{max-height:calc(100vh - 550px)}}@media (max-width: 768px){.resume-table-body{max-height:calc(100vh - 600px)}}@media (max-width: 480px){.resume-table-body{max-height:calc(100vh - 650px)}}.resume-table-row{display:grid;grid-template-columns:2.5fr 1fr 1.2fr 1fr 1.2fr 1fr;gap:16px;padding:20px;border-bottom:1px solid #e5e7eb;transition:all .2s;align-items:center;min-width:900px}@media (max-width: 1200px){.resume-table-row{min-width:800px;gap:12px;padding:16px}}@media (max-width: 768px){.resume-table-row{padding:12px}}@media (max-width: 480px){.resume-table-row{padding:10px}}.resume-table-row:hover{background:#f9fafb}.resume-table-row:last-child{border-bottom:none}.resume-name-cell{display:flex;align-items:center;gap:12px;min-width:0}.resume-icon{width:40px;height:40px;border-radius:8px;background:#eff6ff;display:flex;align-items:center;justify-content:center;flex-shrink:0}@media (max-width: 768px){.resume-icon{width:36px;height:36px}.resume-icon svg{width:18px;height:18px}}@media (max-width: 480px){.resume-icon{width:32px;height:32px}.resume-icon svg{width:16px;height:16px}}.resume-icon svg{color:#3b82f6}.resume-name-info{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.resume-name-text{font-size:14px;font-weight:600;color:#1f2937;cursor:pointer;transition:color .2s;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block}@media (max-width: 768px){.resume-name-text{font-size:13px}}@media (max-width: 480px){.resume-name-text{font-size:12px}}.resume-name-text:hover{color:#3b82f6}.resume-size{font-size:12px;color:#9ca3af;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 768px){.resume-size{font-size:11px}}@media (max-width: 480px){.resume-size{font-size:10px}}.score-badge{display:inline-flex;align-items:center;justify-content:center;min-width:50px}.score-number-badge{font-size:22px;font-weight:700;color:#1f2937}@media (max-width: 768px){.score-number-badge{font-size:20px}}@media (max-width: 480px){.score-number-badge{font-size:18px}}.score-total-badge{font-size:14px;color:#9ca3af}.match-percentage{display:flex;align-items:center;gap:12px}.match-bar-bg{flex:1;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden}.match-bar-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:4px;transition:width .3s ease}.match-text{font-size:13px;font-weight:600;color:#1f2937;min-width:40px;white-space:nowrap}@media (max-width: 768px){.match-text{font-size:12px;min-width:35px}}@media (max-width: 480px){.match-text{font-size:11px;min-width:30px}}.status-badge{display:inline-block;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:600;text-align:center;white-space:nowrap}@media (max-width: 768px){.status-badge{font-size:11px;padding:5px 10px}}@media (max-width: 480px){.status-badge{font-size:10px;padding:4px 8px}}.status-excellent{background:#d1fae5;color:#065f46}.status-good{background:#dbeafe;color:#1e40af}.status-average{background:#fef3c7;color:#92400e}.status-review{background:#fee2e2;color:#991b1b}.resume-date-cell{font-size:14px;color:#6b7280;white-space:nowrap}@media (max-width: 768px){.resume-date-cell{font-size:12px}}@media (max-width: 480px){.resume-date-cell{font-size:11px}}.resume-actions-cell{display:flex;gap:8px;justify-content:center;flex-shrink:0}@media (max-width: 768px){.resume-actions-cell{gap:6px}}@media (max-width: 480px){.resume-actions-cell{gap:4px}}.action-btn{min-width:60px;height:36px;border-radius:6px;border:1px solid #d1d5db;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;flex-shrink:0;font-size:12px;font-weight:500;color:#374151;padding:0 8px;white-space:nowrap}@media (max-width: 768px){.action-btn{min-width:50px;height:32px;font-size:11px;padding:0 6px}}@media (max-width: 480px){.action-btn{min-width:45px;height:28px;font-size:10px;padding:0 4px}}.action-btn:hover{transform:translateY(-2px);box-shadow:0 2px 8px #0000001a}.view-btn:hover{background:#eff6ff;border-color:#3b82f6}.view-btn:hover svg{stroke:#3b82f6}.download-btn:hover{background:#f0fdf4;border-color:#22c55e}.download-btn:hover svg{stroke:#22c55e}.delete-btn:hover{background:#fef2f2;border-color:#ef4444}.delete-btn:hover svg{stroke:#ef4444}.no-applicants-enhanced{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 40px;text-align:center;width:100%;box-sizing:border-box}@media (max-width: 768px){.no-applicants-enhanced{padding:60px 30px}}@media (max-width: 480px){.no-applicants-enhanced{padding:40px 20px}}.no-applicants-enhanced svg{margin-bottom:24px;opacity:.4;flex-shrink:0}@media (max-width: 768px){.no-applicants-enhanced svg{width:56px;height:56px;margin-bottom:20px}}@media (max-width: 480px){.no-applicants-enhanced svg{width:48px;height:48px;margin-bottom:16px}}.no-applicants-enhanced h3{font-size:20px;font-weight:600;color:#1f2937;margin:0 0 8px;word-break:break-word}@media (max-width: 768px){.no-applicants-enhanced h3{font-size:18px}}@media (max-width: 480px){.no-applicants-enhanced h3{font-size:16px}}.no-applicants-enhanced p{font-size:14px;color:#6b7280;margin:0 0 24px;word-break:break-word;max-width:400px}@media (max-width: 768px){.no-applicants-enhanced p{font-size:13px;margin:0 0 20px}}@media (max-width: 480px){.no-applicants-enhanced p{font-size:12px;margin:0 0 16px;max-width:100%}}.btn-upload-resume-empty{display:flex;align-items:center;gap:10px;padding:12px 24px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}@media (max-width: 768px){.btn-upload-resume-empty{padding:10px 20px;font-size:13px}}@media (max-width: 480px){.btn-upload-resume-empty{padding:10px 18px;font-size:12px}.btn-upload-resume-empty svg{width:16px;height:16px}}.btn-upload-resume-empty:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.candidate-score-page .page-header{margin-bottom:20px}.candidate-score-selection{background:#fff;border-radius:12px;padding:32px;box-shadow:0 1px 3px #0000001a}.candidate-score-selection h2{font-size:20px;font-weight:600;color:#1f2937;margin:0 0 8px}.candidate-score-selection p{font-size:14px;color:#6b7280;margin:0 0 20px}.candidate-score-selection .filters-row{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:24px}.candidate-score-selection .filter-select{padding:8px 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;color:#374151;background-color:#fff;cursor:pointer;transition:all .2s}.candidate-score-selection .filter-select:hover{border-color:#9ca3af}.candidate-score-selection .filter-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.applicants-section{margin-top:24px}.applicants-title{font-size:14px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin:0 0 16px}.applicant-files-list{display:flex;flex-direction:column;gap:12px}.applicant-file-item{display:flex;align-items:center;gap:16px;padding:16px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;transition:all .2s}.applicant-file-item:hover{border-color:#d1d5db;box-shadow:0 2px 4px #0000000d}.applicant-file-item svg{flex-shrink:0;color:#3b82f6}.file-info-small{flex:1;min-width:0}.file-name-small{display:block;font-size:14px;font-weight:500;color:#3b82f6;margin-bottom:6px;cursor:pointer}.file-name-small:hover{text-decoration:underline}.file-stats{display:flex;gap:20px;font-size:13px;color:#6b7280}.file-score,.file-percentage{display:inline-block}.file-score strong,.file-percentage strong{font-weight:600;color:#1f2937}.file-actions-small{display:flex;gap:12px;flex-shrink:0}.btn-link-small{background:none;border:none;color:#3b82f6;font-size:14px;cursor:pointer;padding:6px 12px;border-radius:6px;transition:all .2s}.btn-link-small:hover{background:#eff6ff}.btn-link-small.delete{color:#ef4444}.btn-link-small.delete:hover{background:#fef2f2}.btn-upload-resume{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:16px;margin-top:20px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.btn-upload-resume:hover{background:#2563eb}.btn-upload-resume svg{color:#fff}.no-applicants{text-align:center;padding:40px;color:#9ca3af;font-style:italic}.analysis-results-page{padding:24px;max-width:1400px;margin:0 auto}.analysis-results-page .page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.analysis-results-page .breadcrumb{font-size:14px;color:#6b7280;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.analysis-results-page .page-title{font-size:24px;font-weight:700;color:#1f2937;margin:0}.btn-back{padding:8px 16px;background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#374151;font-size:14px;cursor:pointer;transition:all .2s}.btn-back:hover{background:#f9fafb;border-color:#9ca3af}.analysis-layout{display:grid;grid-template-columns:300px 1fr;gap:24px}.candidate-sidebar{display:flex;flex-direction:column;gap:20px}.candidate-profile{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000001a}.candidate-name{font-size:20px;font-weight:700;color:#1f2937;margin:0 0 4px}.candidate-position{font-size:14px;color:#3b82f6;margin:0 0 16px}.candidate-badges{display:flex;flex-direction:column;gap:8px}.badge-eligible{display:inline-block;padding:8px 16px;background:#22c55e;color:#fff;border-radius:6px;font-size:13px;font-weight:500;text-align:center}.btn-send-invite{padding:8px 16px;background:#3b82f6;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.btn-send-invite:hover{background:#2563eb}.contact-info,.files-section,.scores-overview,.analysis-summary-box{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 3px #0000001a}.section-label{font-size:14px;font-weight:600;color:#6b7280;margin:0 0 12px}.contact-detail{font-size:14px;color:#374151;margin:0 0 8px}.contact-detail:last-child{margin-bottom:0}.file-link{display:block;font-size:14px;color:#3b82f6;text-decoration:none;margin-bottom:8px}.file-link:hover{text-decoration:underline}.scores-overview{display:flex;flex-direction:column;gap:12px}.score-item{display:flex;justify-content:space-between;align-items:center}.score-value,.score-value-large{font-size:18px;font-weight:700;color:#3b82f6}.score-value-large{font-size:24px}.summary-text{font-size:13px;line-height:1.6;color:#4b5563;margin:0}.analysis-content{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a}.metrics-row{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.metric-card-analysis{background:#f9fafb;border-radius:8px;padding:16px;text-align:center}.metric-label-analysis{font-size:12px;color:#6b7280;margin-bottom:8px}.metric-value-analysis{font-size:28px;font-weight:700;color:#1f2937}.metric-value-analysis.green{color:#22c55e}.metric-value-analysis.blue{color:#3b82f6}.metric-value-analysis.purple{color:#a855f7}.analysis-tabs{display:flex;gap:8px;margin-bottom:24px;border-bottom:2px solid #e5e7eb;padding-bottom:0}.analysis-tab{padding:12px 24px;background:none;border:none;border-bottom:3px solid transparent;color:#6b7280;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;margin-bottom:-2px}.analysis-tab:hover{color:#374151}.analysis-tab.active{color:#3b82f6;border-bottom-color:#3b82f6}.detailed-analysis-content,.linkedin-assessment-content,.github-assessment-content{animation:fadeIn .3s}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.content-section-title{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 16px}.analysis-paragraph{font-size:14px;line-height:1.6;color:#4b5563;margin:0 0 24px}.skills-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:24px}.skills-column{background:#f9fafb;border-radius:8px;padding:16px}.skills-title{font-size:14px;font-weight:600;color:#1f2937;margin:0 0 12px}.skill-tags{display:flex;flex-wrap:wrap;gap:8px}.skill-tag{padding:6px 12px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;font-size:13px;color:#374151}.strengths-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:24px}.strengths-column{background:#f9fafb;border-radius:8px;padding:16px}.strengths-title{font-size:14px;font-weight:600;color:#1f2937;margin:0 0 12px}.strengths-list{margin:0;padding-left:20px;font-size:13px;line-height:1.8;color:#4b5563}.strengths-list.development{color:#ea580c}.more-applicants-section{margin-bottom:24px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.section-title{font-size:16px;font-weight:600;color:#1f2937;margin:0}.btn-see-all{padding:6px 12px;background:none;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;font-size:13px;cursor:pointer;transition:all .2s}.btn-see-all:hover{background:#f9fafb;border-color:#9ca3af}.applicants-list{display:flex;flex-direction:column;gap:12px}.applicant-item{display:grid;grid-template-columns:2fr 80px 80px 100px;align-items:center;gap:16px;padding:12px;background:#f9fafb;border-radius:6px}.applicant-name-link{font-size:13px;color:#3b82f6;cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.applicant-name-link:hover{text-decoration:underline}.applicant-score,.applicant-percentage{font-size:13px;font-weight:600;color:#1f2937;text-align:center}.btn-view-detail{padding:6px 12px;background:#fff;border:1px solid #d1d5db;border-radius:6px;color:#374151;font-size:13px;cursor:pointer;transition:all .2s}.btn-view-detail:hover{background:#f9fafb;border-color:#9ca3af}.assessment-scores{display:flex;gap:24px;margin-bottom:24px}.assessment-score-card{flex:1;background:#f9fafb;border-radius:8px;padding:24px;text-align:center}.score-circle{display:flex;align-items:baseline;justify-content:center;margin-bottom:12px}.score-number{font-size:48px;font-weight:700;color:#1f2937}.score-denominator{font-size:24px;color:#9ca3af;margin-left:4px}.score-label{font-size:14px;color:#6b7280}.btn-view-profile{width:100%;padding:12px;margin-bottom:24px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.btn-view-profile:hover{background:#2563eb}.assessment-checks{display:flex;flex-direction:column;gap:12px}.check-item{display:flex;align-items:center;gap:12px;padding:12px;background:#f9fafb;border-radius:6px;font-size:14px;color:#374151}.check-item.success svg{flex-shrink:0}.github-scores-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:24px}.github-score-item{background:#f9fafb;border-radius:8px;padding:20px;text-align:center}.github-score-value{font-size:28px;font-weight:700;color:#1f2937;margin-bottom:8px}.github-score-label{font-size:13px;color:#6b7280}.github-repositories{margin-bottom:24px}.section-subtitle{font-size:14px;font-weight:600;color:#1f2937;margin:0 0 16px}.repo-card{padding:16px;background:#f9fafb;border-radius:8px;margin-bottom:12px}.repo-card:last-child{margin-bottom:0}.repo-name{font-size:14px;font-weight:600;color:#3b82f6;margin:0 0 8px}.repo-description{font-size:13px;color:#6b7280;margin:0 0 12px}.repo-stats{display:flex;gap:16px;font-size:13px;color:#6b7280}.repo-stat{display:inline-flex;align-items:center}.code-quality-indicators{margin-bottom:24px}.quality-indicator{padding:12px;background:#f9fafb;border-radius:6px;font-size:13px;color:#374151;margin-bottom:8px}.quality-indicator:last-child{margin-bottom:0}.quality-indicator.success{background:#f0fdf4;color:#22c55e}.notification-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000;padding:1rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fadeIn .2s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.notification-modal{background:#fff;border-radius:1rem;max-width:440px;width:100%;padding:2rem;box-shadow:0 25px 50px -12px #00000040;text-align:center;animation:slideUp .3s ease-out;position:relative}.notification-header{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1.25rem}.notification-icon{width:64px;height:64px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.notification-modal.success .notification-icon{background:#10b98120;color:#10b981}.notification-modal.error .notification-icon{background:#ef444420;color:#ef4444}.notification-modal.warning .notification-icon{background:#f59e0b20;color:#f59e0b}.notification-modal.info .notification-icon{background:#3b82f620;color:#3b82f6}.notification-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0;font-family:Inter,sans-serif}.notification-modal.success .notification-title{color:#10b981}.notification-modal.error .notification-title{color:#ef4444}.notification-modal.warning .notification-title{color:#f59e0b}.notification-modal.info .notification-title{color:#3b82f6}.notification-message{font-size:1rem;color:#4b5563;line-height:1.6;margin:0 0 1.75rem;font-family:Inter,sans-serif}.notification-ok-btn{background:#3b82f6;color:#fff;border:none;border-radius:.625rem;padding:.875rem 3rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:Inter,sans-serif;box-shadow:0 4px 6px -1px #3b82f64d;min-width:120px}.notification-ok-btn:hover{background:#2563eb;transform:translateY(-2px);box-shadow:0 6px 12px -2px #3b82f666}.notification-ok-btn:active{transform:translateY(0);box-shadow:0 4px 6px -1px #3b82f64d}@media (max-width: 768px){.notification-modal{max-width:90%;padding:1.5rem}.notification-icon{width:56px;height:56px}.notification-title{font-size:1.25rem}.notification-message{font-size:.9375rem}.notification-ok-btn{width:100%;padding:.75rem 2rem}}@media (max-width: 480px){.notification-modal{padding:1.25rem}.notification-icon{width:48px;height:48px}.notification-icon svg{width:20px;height:20px}.notification-title{font-size:1.125rem}.notification-message{font-size:.875rem;margin-bottom:1.25rem}}.new-dashboard{min-height:100vh;background-color:#f2f6ff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.dashboard-header{position:fixed;top:0;right:0;left:0;height:70px;background-color:#fff;border-bottom:1px solid #E2E8F0;display:flex;align-items:center;justify-content:space-between;padding:0 2rem;z-index:50}.logo-section{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:.5rem}.dashboard-container{display:flex;min-height:100vh;padding-top:70px}.dashboard-content{flex:1;background:#f2f6ff;margin-left:240px;min-height:calc(100vh - 70px);overflow-y:auto}.coming-soon{display:flex;align-items:center;justify-content:center;height:100%;font-size:1.5rem;color:#6b7280;font-weight:500}@media (max-width: 1024px){.dashboard-content{margin-left:220px}}@media (max-width: 768px){.dashboard-header{padding:0 1rem}.nav-logo{height:2.5rem}.brand-name{font-size:1.25rem}.dashboard-container{flex-direction:column}.dashboard-content{margin-left:0;min-height:calc(100vh - 70px)}}.user-profile-page{min-height:100vh;background-color:#f2f6ff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:2rem}.user-profile-container{max-width:800px;margin:0 auto}.profile-header{margin-bottom:2rem}.back-button{display:inline-flex;align-items:center;gap:.5rem;background:none;border:none;color:#266cde;font-size:.875rem;font-weight:500;cursor:pointer;padding:.5rem 0;margin-bottom:1rem;transition:color .2s}.back-button:hover{color:#1e5bb8}.profile-title{font-size:2rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}.profile-subtitle{font-size:1rem;color:#64748b;margin:0}.profile-content{background:#fff;border-radius:1rem;box-shadow:0 1px 3px #0000001a}.profile-card{padding:2rem}.profile-avatar-section{display:flex;justify-content:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #E2E8F0}.large-profile-avatar{width:120px;height:120px;border-radius:50%;border:4px solid #E2E8F0;object-fit:cover}.profile-info-section{max-width:500px;margin:0 auto}.profile-form{margin-top:1.5rem}.info-group{margin-bottom:1.5rem}.info-label{display:block;font-size:.875rem;font-weight:600;color:#0f172a;margin-bottom:.5rem}.info-value-readonly{width:100%;padding:.75rem 1rem;background-color:#f1f5f9;border:1px solid #E2E8F0;border-radius:.5rem;font-size:.875rem;color:#64748b;font-weight:500}.info-input{width:100%;padding:.75rem 1rem;background-color:#fff;border:1px solid #E2E8F0;border-radius:.5rem;font-size:.875rem;color:#0f172a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:border-color .2s,box-shadow .2s}.info-input:focus{outline:none;border-color:#266cde;box-shadow:0 0 0 3px #266cde1a}.error-message{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;color:#dc2626;font-size:.875rem;font-weight:500;margin-bottom:1rem}.success-message{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background-color:#f0fdf4;border:1px solid #bbf7d0;border-radius:.5rem;color:#16a34a;font-size:.875rem;font-weight:500;margin-bottom:1rem}.button-group{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.cancel-button{padding:.75rem 1.5rem;background:#fff;border:1px solid #E2E8F0;border-radius:.5rem;color:#0f172a;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.cancel-button:hover:not(:disabled){background-color:#f1f5f9}.cancel-button:disabled{opacity:.5;cursor:not-allowed}.save-button{padding:.75rem 1.5rem;background-color:#266cde;border:none;border-radius:.5rem;color:#fff;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .2s;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.save-button:hover:not(:disabled){background-color:#1e5bb8}.save-button:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.user-profile-page{padding:1rem}.profile-card{padding:1.5rem}.profile-title{font-size:1.5rem}.large-profile-avatar{width:100px;height:100px}.button-group{flex-direction:column}.cancel-button,.save-button{width:100%}}.auth-buttons{display:flex;align-items:center;gap:.75rem}.login-button{background:#f8fafc;border:1px solid #0F172A;color:#0f172a;font-size:.75rem;font-weight:400;padding:.625rem 1rem;border-radius:.5rem;cursor:pointer;transition:all .2s;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:-.01em;line-height:1;white-space:nowrap;min-width:80px;height:2.5rem;display:flex;align-items:center;justify-content:center}.login-button:hover{background-color:#f1f5f9;color:#0f172a}.signup-button{background-color:#266cde;color:#f8fafc;border:none;font-size:.75rem;font-weight:400;padding:.625rem 1rem;border-radius:.5rem;cursor:pointer;transition:background-color .2s;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:-.01em;line-height:1;white-space:nowrap;min-width:80px;height:2.5rem;display:flex;align-items:center;justify-content:center}.signup-button:hover{background-color:#1e5bb8}.profile-dropdown{position:relative;display:flex;align-items:center}.profile-button{background:none;border:none;cursor:pointer;padding:0;border-radius:50%;transition:all .2s}.profile-button:hover{transform:scale(1.05)}.profile-button:focus{outline:none;box-shadow:0 0 0 3px #266cde4d}.profile-avatar{width:2.5rem;height:2.5rem;border-radius:50%;border:2px solid #E2E8F0;transition:border-color .2s;object-fit:cover}.profile-button:hover .profile-avatar{border-color:#266cde}.dropdown-menu{position:absolute;top:calc(100% + .5rem);right:0;width:200px;background:#fff;border:1px solid #E2E8F0;border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;padding:.5rem 0;z-index:100;animation:dropdownFadeIn .15s ease-out}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.user-info{padding:.6rem 1rem}.user-email{color:#64748b;font-size:.875rem;font-weight:500;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:-.01em;line-height:1.3}.menu-divider{height:1px;background-color:#e2e8f0;margin:.375rem 0}.menu-item{width:100%;text-align:left;background:none;border:none;padding:.6rem 1rem;color:#0f172a;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:-.01em;line-height:1.3}.menu-item:hover{background-color:#f1f5f9}.logout-item{color:#dc2626}.logout-item:hover{background-color:#fef2f2}@media (max-width: 768px){.auth-buttons{gap:.5rem}.login-button,.signup-button{font-size:.875rem;padding:.5rem .75rem;height:2.25rem;min-width:70px}.profile-avatar{width:2.25rem;height:2.25rem}.dropdown-menu{width:180px}}@media (max-width: 480px){.dropdown-menu{right:-1rem}}.navigation-header{position:sticky;top:0;z-index:50;background-color:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;border-bottom:1px solid #E2E8F0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:1rem;margin:.5rem}.navigation-header:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border-bottom-color:#266cde}.nav-container{width:100%;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;height:4rem;line-height:1}.logo-section{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);border-radius:.5rem;transform:translateY(10px)}.logo-section:hover{opacity:.8}.nav-logo{height:3rem;width:auto;object-fit:contain;display:inline-block;vertical-align:center}.brand-name{font-size:1.5rem;font-weight:700;color:#0f172a;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;letter-spacing:-.025em;line-height:1;margin:0;padding:0;vertical-align:middle}.nav-right{display:flex;align-items:center;margin-right:3rem}@media (max-width: 768px){.nav-container{padding:0 1rem;height:3.5rem}.nav-logo{height:2.5rem}.brand-name{font-size:1.25rem}}@media (max-width: 480px){.logo-section{gap:.5rem}.brand-name{font-size:1.125rem}}/*! tailwindcss v4.1.12 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.z-\[1000\]{z-index:1000}.z-\[1010\]{z-index:1010}.container{width:100%}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.table{display:table}.w-\[90\%\]{width:90%}.w-full{width:100%}.resize{resize:both}.items-center{align-items:center}.justify-center{justify-content:center}.border{border-style:var(--tw-border-style);border-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.text-left{text-align:left}.italic{font-style:italic}.underline{text-decoration-line:underline}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.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,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition\!{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,visibility,content-visibility,overlay,pointer-events!important;transition-timing-function:var(--tw-ease,ease)!important;transition-duration:var(--tw-duration,0s)!important}.outline-none{--tw-outline-style:none;outline-style:none}body{background-color:#fff}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
