@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}.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}.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}}.position-description-wrapper{position:relative}.btn-see-more{margin-top:8px;padding:0;background:none;border:none;color:#0a66c2;font-size:14px;font-weight:600;cursor:pointer;display:block;text-align:right;transition:color .2s;position:relative;z-index:1}.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}.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-meta{margin-left:auto;display:flex;align-items:center;gap:.5rem}.analyze-status-badge{padding:.25rem .5rem;border-radius:9999px;font-size:.6875rem;font-weight:600;white-space:nowrap}.analyze-status-badge.done{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.analyze-status-badge.pending{background:#f3f4f6;color:#374151;border:1px solid #e5e7eb}.analyze-score-pill{padding:.375rem .625rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:9999px;font-size:.75rem;font-weight:700;box-shadow:0 2px 6px #3b82f640}.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}.analyze-summary-content{display:flex;flex-direction:column;gap:.75rem}.analyze-summary-overall{font-size:.875rem;font-weight:600;color:#1f2937;margin:0;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.analyze-summary-strengths,.analyze-summary-techstack{display:flex;flex-direction:column;gap:.375rem}.analyze-summary-techstack{margin-top:.5rem;padding-top:.75rem;border-top:1px dashed #d1d5db;background:#f9fafb;padding:.75rem;border-radius:.5rem}.analyze-summary-subtitle{font-size:.75rem;font-weight:700;color:#4b5563;text-transform:uppercase;letter-spacing:.03em}.analyze-see-more-btn{background:none;border:1px solid #d1d5db;color:#3b82f6;padding:.375rem .75rem;border-radius:.375rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;align-self:flex-start;margin-top:.25rem}.analyze-see-more-btn:hover{background:#eff6ff;border-color:#3b82f6}.analyze-score-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.25rem}.analyze-score-card{display:flex;flex-direction:column;align-items:center;padding:1rem .75rem;background:#f9fafb;border:2px solid #e5e7eb;border-radius:.75rem;transition:all .3s ease}.analyze-score-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.analyze-score-card.overall{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#93c5fd}.analyze-score-circle{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;background:#fff;border:3px solid #e5e7eb;transition:all .3s ease}.analyze-score-card.excellent .analyze-score-circle{border-color:#22c55e;background:linear-gradient(135deg,#f0fdf4,#dcfce7)}.analyze-score-card.good .analyze-score-circle{border-color:#3b82f6;background:linear-gradient(135deg,#eff6ff,#dbeafe)}.analyze-score-card.average .analyze-score-circle{border-color:#f59e0b;background:linear-gradient(135deg,#fffbeb,#fef3c7)}.analyze-score-card.low .analyze-score-circle{border-color:#ef4444;background:linear-gradient(135deg,#fef2f2,#fee2e2)}.analyze-score-number{font-size:1.25rem;font-weight:700;color:#1f2937}.analyze-score-card.excellent .analyze-score-number{color:#16a34a}.analyze-score-card.good .analyze-score-number{color:#2563eb}.analyze-score-card.average .analyze-score-number{color:#d97706}.analyze-score-card.low .analyze-score-number{color:#dc2626}.analyze-score-card-label{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.analyze-detail-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.625rem;padding:1rem;margin-bottom:.75rem}.analyze-detail-section.techstack{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-color:#bae6fd}.analyze-detail-label{display:block;font-size:.6875rem;font-weight:700;color:#4b5563;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.analyze-detail-content{background:#fff;border-radius:.375rem;padding:.75rem}.analyze-detail-text{font-size:.8125rem;color:#374151;line-height:1.6;margin:0}.analyze-see-more-btn{background:#fff;border:1px solid #d1d5db;color:#3b82f6;padding:.5rem 1rem;border-radius:.5rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;align-self:flex-start}.analyze-see-more-btn:hover{background:#eff6ff;border-color:#3b82f6;transform:translateY(-1px)}@media (max-width: 640px){.analyze-score-cards-grid{grid-template-columns:repeat(2,1fr)}.analyze-score-circle{width:48px;height:48px}.analyze-score-number{font-size:1.125rem}}.analyze-insights-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.analyze-insight-section{border-radius:.625rem;padding:.875rem;border:1px solid}.analyze-insight-section.highlights{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-color:#86efac}.analyze-insight-section.weaknesses{background:linear-gradient(135deg,#fffbeb,#fef3c7);border-color:#fcd34d}.analyze-insight-label{display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.625rem}.analyze-insight-section.highlights .analyze-insight-label{color:#166534}.analyze-insight-section.weaknesses .analyze-insight-label{color:#92400e}.analyze-insight-icon{font-size:.875rem}.analyze-insight-list{margin:0;padding-left:1.25rem;display:flex;flex-direction:column;gap:.375rem}.analyze-insight-list li{font-size:.8125rem;line-height:1.4}.analyze-insight-section.highlights .analyze-insight-list li{color:#15803d}.analyze-insight-section.weaknesses .analyze-insight-list li{color:#a16207}@media (max-width: 640px){.analyze-insights-row{grid-template-columns:1fr}}.analyze-score-cards-grid.three-cols{grid-template-columns:repeat(3,1fr)}.analyze-score-circle.large{width:64px;height:64px}.analyze-score-circle.large .analyze-score-number{font-size:1.375rem}@media (max-width: 640px){.analyze-score-cards-grid.three-cols{grid-template-columns:repeat(3,1fr)}.analyze-score-circle.large{width:52px;height:52px}.analyze-score-circle.large .analyze-score-number{font-size:1.125rem}}@media (max-width: 400px){.analyze-score-cards-grid.three-cols{grid-template-columns:1fr}}*{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}.position-description-wrapper{position:relative;margin-bottom:24px}.position-description-container{position:relative;overflow:hidden;transition:max-height .3s ease-out}.position-description-container.collapsed{max-height:100px;position:relative}.position-description-container.collapsed:after{content:"";position:absolute;bottom:0;left:0;right:0;height:40px;background:linear-gradient(to bottom,#fff0,#fff);pointer-events:none}.position-description-container.expanded{max-height:2000px}.position-description-container.expanded:after{display:none}.btn-see-more{margin-top:4px;padding:0;background:none;border:none;color:#0a66c2;font-size:14px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;transition:color .2s;position:relative;z-index:1;margin-left:auto;float:right}.btn-see-more:hover{color:#004182;text-decoration:underline}.btn-see-more:focus{outline:none}.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;flex-direction:row;gap:12px;margin-bottom:24px;align-items:center}@media (max-width: 1024px){.controls-bar{flex-direction:column;align-items:stretch}}.search-box{flex:1;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 16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;height:44px;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;align-items:center;flex-wrap:nowrap}@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;background-color:#fff;cursor:pointer;min-width:150px;white-space:nowrap;height:44px;box-sizing:border-box}@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}.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}}.sortable-header{transition:color .2s}.sortable-header:hover{color:#3b82f6}.sort-icon{margin-left:6px;font-size:14px;color:#9ca3af;display:inline-block;min-width:14px;font-weight:700}.sortable-header:hover .sort-icon{color:#3b82f6}@media (max-width: 1200px){.controls-bar{flex-direction:column;align-items:stretch}.search-box{width:100%}.filters-row-enhanced{flex-wrap:wrap}}*{box-sizing:border-box}.experiment-page{height:calc(100vh - 70px);background:#f5f7fa;display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;position:relative;overflow:hidden;width:100%}.agent-layout-wrapper{display:flex;flex:1;height:calc(100vh - 70px);width:100%;position:relative;overflow:hidden}.agent-layout-wrapper .experiment-container{flex:1;min-width:0;transition:margin-left .3s ease}.experiment-page.dark-mode{background:#0f172a}.experiment-page:before{display:none}.experiment-page.dark-mode:before{display:none}.experiment-page>*{position:relative;z-index:1}.experiment-header{background:transparent;color:#1e40af;padding:2.5rem 1rem 1.5rem;text-align:center;position:relative;overflow:hidden;border:none;width:100%;box-sizing:border-box}.experiment-page.dark-mode .experiment-header{color:#60a5fa}.experiment-header:before{display:none}.experiment-header:after{display:none}.header-content{max-width:1600px;margin:0 auto;position:relative;z-index:1}.header-title{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:.75rem;position:relative}.header-title h1{font-size:2.5rem;font-weight:700;margin:0;font-family:Inter,sans-serif;letter-spacing:-.02em;color:#1e293b;text-shadow:none}.experiment-page.dark-mode .header-title h1{color:#f8fafc;text-shadow:none}.header-icon{width:2.25rem;height:2.25rem;animation:sparkle 2s ease-in-out infinite;opacity:.95;color:#3b82f6}.experiment-page.dark-mode .header-icon{color:#93c5fd}@keyframes sparkle{0%,to{transform:scale(1) rotate(0);opacity:.95}50%{transform:scale(1.1) rotate(180deg);opacity:1}}.header-subtitle{font-size:1.0625rem;margin:0;font-weight:500;letter-spacing:.01em;color:#334155;text-shadow:none}.experiment-page.dark-mode .header-subtitle{color:#e2e8f0;text-shadow:none}.theme-toggle{position:absolute;top:1.5rem;right:1.5rem;background:#ffffff4d;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(59,130,246,.25);border-radius:.5rem;padding:.5rem;cursor:pointer;transition:all .3s;color:#2563eb;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px #2563eb33}.experiment-page.dark-mode .theme-toggle{background:#0f172a4d;border-color:#60a5fa4d;color:#93c5fd}.theme-toggle:hover{transform:scale(1.1);background:#fff6;box-shadow:0 4px 16px #2563eb4d}.experiment-page.dark-mode .theme-toggle:hover{background:#0f172a66;box-shadow:0 4px 16px #60a5fa66}.experiment-container{flex:1;max-width:1600px;width:100%;margin:0 auto;padding:1.5rem 2rem 2rem;display:flex;justify-content:center;height:100%;min-height:0;overflow:hidden;position:relative;z-index:1;box-sizing:border-box}.chat-container{width:100%;max-width:1400px;display:flex;flex-direction:column;background:#fff;border-radius:.75rem;box-shadow:0 1px 3px #00000014,0 1px 2px #0000000a;overflow:hidden;height:100%;max-height:100%;min-height:0;border:1px solid #e2e8f0;position:relative;box-sizing:border-box}.status-bar{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid #e2e8f0;background:#fff;position:relative;z-index:100;min-height:80px}.experiment-page.dark-mode .status-bar{background:#1e293b;border-bottom-color:#334155}.status-bar-left{flex:1 1 50%;min-width:0;display:flex;align-items:flex-start;max-width:50%;transition:all .3s ease}.status-bar-left-full{flex:1 1 100%!important;max-width:100%!important}.status-bar-right{flex:1 1 50%;min-width:0;display:flex;align-items:flex-start;justify-content:flex-start;max-width:50%;padding-left:1rem;border-left:1px solid #e2e8f0;box-sizing:border-box}.experiment-page.dark-mode .status-bar-right{border-left-color:#334155}.status-bar-todo{width:100%;max-height:250px;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column}.status-bar-todo::-webkit-scrollbar{width:8px}.status-bar-todo::-webkit-scrollbar-track{background:#3b82f61a;border-radius:4px;margin:4px 0}.status-bar-todo::-webkit-scrollbar-thumb{background:#3b82f666;border-radius:4px;border:1px solid rgba(59,130,246,.1)}.status-bar-todo::-webkit-scrollbar-thumb:hover{background:#3b82f699}.experiment-page.dark-mode .status-bar-todo::-webkit-scrollbar-track{background:#60a5fa1a}.experiment-page.dark-mode .status-bar-todo::-webkit-scrollbar-thumb{background:#60a5fa66;border-color:#60a5fa1a}.experiment-page.dark-mode .status-bar-todo::-webkit-scrollbar-thumb:hover{background:#60a5fa99}.status-bar-menu,.status-bar-menu-content{width:100%}.status-bar-menu-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.status-bar-menu-item{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;padding:.5rem;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;gap:.375rem;font-family:Inter,sans-serif;box-shadow:0 1px 2px #0000000a;min-width:0}.experiment-page.dark-mode .status-bar-menu-item{background:#1e293b;border-color:#334155}.status-bar-menu-item.selected,.status-bar-menu-item:hover{border-color:#3b82f6;background:#eff6ff;box-shadow:0 2px 4px #3b82f61a;transform:translateY(-1px)}.experiment-page.dark-mode .status-bar-menu-item.selected,.experiment-page.dark-mode .status-bar-menu-item:hover{background:#1e3a8a;border-color:#3b82f6}.status-bar-menu-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:.625rem;background:transparent;color:#3b82f6;transition:all .3s;flex-shrink:0}.experiment-page.dark-mode .status-bar-menu-icon{color:#60a5fa}.status-bar-menu-item.blue .status-bar-menu-icon{background:linear-gradient(135deg,#2563eb33,#3b82f633);color:#2563eb}.status-bar-menu-item.purple .status-bar-menu-icon{background:linear-gradient(135deg,#8b5cf633,#a78bfa33);color:#8b5cf6}.status-bar-menu-item.green .status-bar-menu-icon{background:linear-gradient(135deg,#10b98133,#34d39933);color:#10b981}.status-bar-menu-item.orange .status-bar-menu-icon{background:linear-gradient(135deg,#f9731633,#fb923c33);color:#f97316}.status-bar-menu-text{display:flex;flex-direction:column;align-items:center;gap:.125rem;width:100%;min-width:0}.status-bar-menu-name{font-size:.75rem;font-weight:600;color:#1e293b;text-align:center;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.experiment-page.dark-mode .status-bar-menu-name{color:#f8fafc}.status-bar-menu-description{font-size:.65rem;color:#475569;text-align:center;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%}.experiment-page.dark-mode .status-bar-menu-description{color:#cbd5e1}.status-bar-submenu-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid rgba(59,130,246,.15)}.status-bar-back-button{background:#fff;border:1px solid #d1d5db;border-radius:.5rem;padding:.375rem .75rem;font-size:.75rem;font-weight:500;color:#2563eb;cursor:pointer;transition:all .2s}.experiment-page.dark-mode .status-bar-back-button{background:#1e293b;border-color:#475569;color:#60a5fa}.status-bar-back-button:hover{background:#eff6ff;border-color:#3b82f6}.experiment-page.dark-mode .status-bar-back-button:hover{background:#1e3a8a;border-color:#3b82f6}.status-bar-submenu-title{font-size:.875rem;font-weight:600;color:#1e293b;margin:0}.experiment-page.dark-mode .status-bar-submenu-title{color:#f8fafc}.status-bar-submenu-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.status-bar-menu-item.sub-menu-item{flex-direction:row;align-items:flex-start;padding:.625rem;text-align:left}.status-bar-menu-item.sub-menu-item .status-bar-menu-icon{width:28px;height:28px;flex-shrink:0}.status-bar-menu-item.sub-menu-item .status-bar-menu-text{align-items:flex-start;flex:1;min-width:0}.status-bar-menu-item.sub-menu-item .status-bar-menu-name{font-size:.75rem;text-align:left;margin-bottom:.125rem}.status-bar-menu-item.sub-menu-item .status-bar-menu-description{font-size:.65rem;text-align:left;-webkit-line-clamp:2}.status-bar-selected-task{display:flex;flex-direction:column;gap:.25rem;padding:.5rem;background:#eff6ff;border-radius:.5rem;border:1px solid #bfdbfe}.experiment-page.dark-mode .status-bar-selected-task{background:#1e3a8a;border-color:#3b82f6}.status-bar-selected-label{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#2563eb}.experiment-page.dark-mode .status-bar-selected-label{color:#60a5fa}.status-bar-selected-name{font-size:.75rem;font-weight:500;color:#1e293b}.experiment-page.dark-mode .status-bar-selected-name{color:#f8fafc}@media (max-width: 1024px){.status-bar{padding:.75rem 1rem;min-height:70px}.status-bar-left{flex:1 1 50%;max-width:50%}.status-bar-left-full{flex:1 1 100%!important;max-width:100%!important}.status-bar-right{flex:1 1 50%;max-width:50%}.status-bar-menu-grid{grid-template-columns:repeat(4,1fr);gap:.375rem}.status-bar-menu-item{padding:.4rem}.status-bar-menu-icon{width:28px;height:28px}.status-bar-menu-name{font-size:.7rem}.status-bar-menu-description{font-size:.6rem}}@media (max-width: 768px){.status-bar{flex-direction:column;gap:.75rem;padding:.75rem}.status-bar-left{flex:1 1 100%;max-width:100%}.status-bar-right{flex:1 1 100%;max-width:100%;padding-left:0;border-left:none;border-top:1px solid rgba(59,130,246,.15);padding-top:.75rem;margin-top:.75rem}.experiment-page.dark-mode .status-bar-right{border-top-color:#60a5fa33}.status-bar-menu-grid{grid-template-columns:repeat(2,1fr);gap:.5rem}.status-bar-submenu-grid{grid-template-columns:1fr}.status-bar-todo{max-height:220px}}@media (max-width: 480px){.status-bar{padding:.5rem;min-height:auto}.status-bar-menu-grid{grid-template-columns:repeat(2,1fr);gap:.375rem}.status-bar-menu-item{padding:.35rem}.status-bar-menu-icon{width:24px;height:24px}.status-bar-menu-name{font-size:.65rem}.status-bar-menu-description{font-size:.55rem;-webkit-line-clamp:1}.status-bar-todo{max-height:200px}}.experiment-page.dark-mode .chat-container{background:#1e293b;border-color:#334155;box-shadow:0 1px 3px #0000004d,0 1px 2px #0003}.chat-container:before{display:none}.floating-workflow-card{position:relative!important;z-index:1000!important;opacity:1!important;visibility:visible!important;display:block!important;pointer-events:auto!important;will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden}.floating-workflow-card button{opacity:1!important;visibility:visible!important;pointer-events:auto!important}.floating-workflow-card .ghost-button{opacity:1!important;visibility:visible!important;display:flex!important;align-items:center!important;justify-content:center!important;pointer-events:auto!important;cursor:pointer!important}.floating-workflow-card .current-task-header{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.experiment-page.dark-mode .floating-workflow-card .current-task-header{color:#93c5fd}.floating-workflow-card .current-task-name{font-size:.875rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom:.25rem}.experiment-page.dark-mode .floating-workflow-card .current-task-name{color:#e2e8f0}.floating-workflow-card .current-task-progress{font-size:.75rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.experiment-page.dark-mode .floating-workflow-card .current-task-progress{color:#94a3b8}.messages-section{flex:1;overflow-y:auto;padding:2rem;display:flex;flex-direction:column;gap:1.25rem;background:#fff;position:relative}.experiment-page.dark-mode .messages-section{background:#1e293b}.messages-section:before{display:none}.messages-section>*{position:relative;z-index:1}.messages-section::-webkit-scrollbar{width:6px}.messages-section::-webkit-scrollbar-track{background:transparent}.messages-section::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.messages-section::-webkit-scrollbar-thumb:hover{background:#94a3b8}.message{display:flex;gap:1rem;align-items:flex-start;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.user{flex-direction:row-reverse}.message-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.message.bot .message-avatar{background:linear-gradient(135deg,#2563ebcc,#3b82f6cc);background-size:200% 200%;animation:gradientMove 4s ease infinite;color:#fff;box-shadow:0 4px 18px #2563eb40,inset 0 1px 1px #fff6;position:relative}.message.bot .message-avatar:before{content:"";position:absolute;inset:-2px;border-radius:50%;padding:2px;background:linear-gradient(135deg,#2563eb99,#3b82f699,#60a5fa99,#2563eb99);background-size:300% 300%;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;animation:rotateBorder 4s linear infinite;opacity:0}@keyframes rotateBorder{0%{background-position:0% 50%}to{background-position:100% 50%}}.message.user .message-avatar{background:linear-gradient(135deg,#1e40afcc,#2563ebcc);background-size:200% 200%;animation:gradientMove 4s ease infinite;color:#fff;box-shadow:0 4px 18px #2563eb40,inset 0 1px 1px #fff6}.bot-icon,.user-icon{width:24px;height:24px}.bot-icon.logo-icon{width:40px;height:40px;object-fit:cover;border-radius:50%;background:#fff;padding:0}.user-avatar-img{width:40px;height:40px;border-radius:50%;object-fit:cover}.user-avatar-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem;color:#fff}.message-content{max-width:70%;display:flex;flex-direction:column;gap:.25rem}.message.user .message-content{align-items:flex-end}.message-text{padding:1rem 1.25rem;border-radius:1.75rem;line-height:1.6;word-wrap:break-word}.message.bot .message-text{background:#f8fafc;color:#1e293b;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 1px 2px #0000000a;font-size:.9375rem;line-height:1.7;position:relative;overflow:hidden;font-weight:400}.experiment-page.dark-mode .message.bot .message-text{background:#1e293b;color:#f8fafc;border-color:#334155;box-shadow:0 1px 2px #0003}.message.bot .message-text:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);animation:shimmerText 3s infinite}@keyframes shimmerText{0%{left:-100%}to{left:100%}}.message.bot .message-text strong{background:linear-gradient(135deg,#2563eb,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:600}.experiment-page.dark-mode .message.bot .message-text strong{background:linear-gradient(135deg,#60a5fa,#93c5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.message.user .message-text{background:linear-gradient(135deg,#2563eb80,#3b82f680,#60a5fa80);background-size:200% 200%;animation:gradientMove 4s ease infinite;color:#fff;font-size:.9375rem;line-height:1.7;border-radius:1.75rem;box-shadow:0 8px 24px #2563eb4d,0 0 0 1px #ffffff4d inset,inset 0 1px 2px #fff6,inset 0 -1px 1px #2563eb4d;position:relative;overflow:hidden;font-weight:500;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.3)}.experiment-page.dark-mode .message.user .message-text{background:linear-gradient(135deg,#1e40af80,#2563eb80,#3b82f680);box-shadow:0 8px 24px #2563eb66,0 0 0 1px #60a5fa4d inset,inset 0 1px 2px #fff3,inset 0 -1px 1px #2563eb66;border-color:#60a5fa66}.search-source-link{color:#2563eb;text-decoration:none;font-weight:500;border-bottom:1px solid rgba(37,99,235,.3);transition:all .2s ease;padding:0 2px;display:inline-block}.search-source-link:hover{color:#1d4ed8;border-bottom-color:#1d4ed8;background:#2563eb0d}.experiment-page.dark-mode .search-source-link{color:#60a5fa;border-bottom-color:#60a5fa66}.experiment-page.dark-mode .search-source-link:hover{color:#93c5fd;border-bottom-color:#93c5fd;background:#60a5fa1a}.message.user .message-text:after{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.2) 0%,transparent 50%,rgba(255,255,255,.1) 100%);pointer-events:none}@keyframes gradientMove{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.message-time{font-size:.75rem;color:#64748b;padding:0 .5rem;font-weight:400}.experiment-page.dark-mode .message-time{color:#94a3b8}.typing-indicator{animation:spin 1s linear infinite;width:20px;height:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.input-section{padding:1.25rem 1.5rem;background:#fff;border-top:1px solid #e2e8f0;position:relative}.experiment-page.dark-mode .input-section{background:#1e293b;border-top-color:#334155}.api-key-panel{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1rem;margin-bottom:1rem;display:flex;flex-direction:column;gap:.75rem}.experiment-page.dark-mode .api-key-panel{background:#1e293b;border-color:#334155}.api-key-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.api-key-title{font-size:.95rem;font-weight:600;color:#1e293b}.experiment-page.dark-mode .api-key-title{color:#f8fafc}.api-key-remove-button{background:transparent;border:none;color:#64748b;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:.5rem;transition:all .2s ease}.api-key-remove-button:hover{background:#ef44441a;color:#dc2626}.experiment-page.dark-mode .api-key-remove-button{color:#94a3b8}.experiment-page.dark-mode .api-key-remove-button:hover{background:#ef444433;color:#f87171}.api-key-description{font-size:.85rem;color:#475569;margin:0;line-height:1.5}.api-key-description a{color:#2563eb;text-decoration:none;font-weight:500;border-bottom:1px solid rgba(37,99,235,.3);transition:all .2s ease}.api-key-description a:hover{color:#1d4ed8;border-bottom-color:#1d4ed8}.experiment-page.dark-mode .api-key-description{color:#94a3b8}.experiment-page.dark-mode .api-key-description a{color:#60a5fa;border-bottom-color:#60a5fa66}.experiment-page.dark-mode .api-key-description a:hover{color:#93c5fd;border-bottom-color:#93c5fd}.api-key-input-wrapper{display:flex;gap:.75rem;align-items:center}.api-key-input{flex:1;border-radius:.75rem;border:1px solid rgba(148,163,184,.5);background:#ffffffd9;padding:.65rem .9rem;font-size:.9rem;color:#1e293b;font-family:Monaco,Menlo,Ubuntu Mono,monospace;transition:all .2s ease}.api-key-input:focus{outline:none;border-color:#3b82f699;box-shadow:0 0 0 3px #3b82f61a}.experiment-page.dark-mode .api-key-input{background:#0f172a99;border-color:#60a5fa4d;color:#e2e8f0}.experiment-page.dark-mode .api-key-input:focus{border-color:#60a5fa99;box-shadow:0 0 0 3px #60a5fa1a}.api-key-save-button{background:linear-gradient(135deg,#2563ebb3,#3b82f6b3,#60a5fab3);border:none;color:#fff;padding:.65rem 1.25rem;border-radius:.75rem;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #2563eb40;white-space:nowrap}.api-key-save-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #2563eb59}.api-key-save-button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.api-key-status{font-size:.8rem;color:#16a34a;margin:0;display:flex;align-items:center;gap:.5rem}.experiment-page.dark-mode .api-key-status{color:#4ade80}.api-key-panel-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.api-key-panel-titles{display:flex;flex-direction:column;gap:.25rem}.api-key-label{font-size:.9rem;font-weight:600;color:#1e293b}.experiment-page.dark-mode .api-key-label{color:#f8fafc}.api-key-status{font-size:.75rem;font-weight:500;border-radius:999px;padding:.15rem .65rem;display:inline-flex;align-items:center;width:fit-content}.api-key-status.success{background:#22c55e26;color:#16a34a}.api-key-status.warning{background:#eab30833;color:#b45309}.experiment-page.dark-mode .api-key-status.success{background:#22c55e33;color:#4ade80}.experiment-page.dark-mode .api-key-status.warning{background:#eab30840;color:#fde047}.api-key-panel-controls{display:flex;gap:.75rem;align-items:center}.api-key-panel-controls input{flex:1;border-radius:.9rem;border:1px solid rgba(148,163,184,.5);background:#ffffffd9;padding:.65rem .9rem;font-size:.9rem;color:#1e293b}.experiment-page.dark-mode .api-key-panel-controls input{background:#0f172a99;border-color:#60a5fa4d;color:#e2e8f0}.save-button{background:linear-gradient(135deg,#2563ebb3,#3b82f6b3,#60a5fab3);border:none;color:#fff;padding:.65rem 1.25rem;border-radius:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #2563eb40}.save-button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.ghost-button{background:transparent;border:1px solid #e2e8f0;border-radius:.5rem;padding:.35rem .9rem;font-size:.8rem;color:#1e293b;cursor:pointer;transition:all .2s ease}.ghost-button:hover{border-color:#3b82f6;color:#2563eb;background:#eff6ff}.experiment-page.dark-mode .ghost-button{border-color:#475569;color:#f8fafc}.experiment-page.dark-mode .ghost-button:hover{color:#93c5fd;border-color:#3b82f6;background:#1e3a8a}.api-key-panel-hint{font-size:.75rem;color:#475569;margin:0}.experiment-page.dark-mode .api-key-panel-hint{color:#94a3b8}.uploaded-files{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.file-tag{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#f1f5f9;border-radius:.5rem;font-size:.8125rem;color:#0f172a;font-weight:500;border:1px solid #e2e8f0}.experiment-page.dark-mode .file-tag{background:#334155;color:#f1f5f9;border-color:#475569}.remove-file{background:transparent;border:none;cursor:pointer;color:#475569;padding:0;display:flex;align-items:center;transition:color .2s}.remove-file:hover{color:#ef4444}.experiment-page.dark-mode .remove-file{color:#94a3b8}.input-wrapper{display:flex;align-items:center;gap:.75rem;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:.75rem 1rem;transition:all .2s ease;box-shadow:0 1px 2px #0000000a}.experiment-page.dark-mode .input-wrapper{background:#1e293b;border-color:#475569}.input-wrapper:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a,0 1px 2px #0000000d;transform:translateY(-1px)}.attach-button,.voice-button{background:transparent;border:none;cursor:pointer;color:#475569;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.attach-button:hover,.voice-button:hover{color:#3b82f6}.experiment-page.dark-mode .attach-button,.experiment-page.dark-mode .voice-button{color:#94a3b8}.experiment-page.dark-mode .attach-button:hover,.experiment-page.dark-mode .voice-button:hover{color:#60a5fa}.voice-button-wrapper{position:relative;display:flex;align-items:center;gap:.5rem}.voice-button.recording{color:#ef4444;animation:pulse 1.5s ease-in-out infinite;background:#ef44441a;border-radius:50%}.voice-button.continuous{color:#3b82f6;background:#3b82f626;border-radius:50%}.experiment-page.dark-mode .voice-button.continuous{color:#60a5fa;background:#60a5fa33}.voice-button:disabled{opacity:.5;cursor:not-allowed}.recording-indicator{display:flex;align-items:center;gap:.5rem;background:#ef44441a;padding:.25rem .75rem;border-radius:1rem;color:#ef4444;font-size:.875rem;font-weight:500;animation:fadeIn .3s ease-in;transition:all .3s ease}.experiment-page.dark-mode .recording-indicator{background:#ef444426;color:#f87171}.recording-indicator.warning{background:#fb923c26;color:#ea580c;animation:warningPulse 1s ease-in-out infinite}.experiment-page.dark-mode .recording-indicator.warning{background:#fb923c33;color:#fb923c}.recording-indicator.waiting{background:#3b82f61a;color:#3b82f6;animation:breathe 2s ease-in-out infinite}.experiment-page.dark-mode .recording-indicator.waiting{background:#60a5fa26;color:#60a5fa}.recording-indicator.waiting .recording-dot{background:#3b82f6;animation:waitingPulse 2s ease-in-out infinite}.experiment-page.dark-mode .recording-indicator.waiting .recording-dot{background:#60a5fa}.recording-indicator.processing{background:#a855f71a;color:#a855f7;animation:processingPulse 1.5s ease-in-out infinite}.experiment-page.dark-mode .recording-indicator.processing{background:#c084fc26;color:#c084fc}.recording-indicator.processing .recording-dot{background:#a855f7;animation:processingPulse 1.5s ease-in-out infinite}.experiment-page.dark-mode .recording-indicator.processing .recording-dot{background:#c084fc}.recording-status{font-variant-numeric:tabular-nums;font-weight:500;font-size:.875rem}.recording-status-text{font-size:.75rem;opacity:.8;font-weight:400;margin-left:.25rem;white-space:nowrap}.recording-warning-text{font-size:.75rem;opacity:.9;white-space:nowrap}.recording-dot{width:8px;height:8px;background:#ef4444;border-radius:50%;animation:recordingPulse 1.5s ease-in-out infinite}.experiment-page.dark-mode .recording-dot{background:#f87171}.recording-time{font-variant-numeric:tabular-nums;min-width:2.5rem}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}@keyframes recordingPulse{0%,to{opacity:1;transform:scale(1);box-shadow:0 0 #ef4444b3}50%{opacity:.8;transform:scale(1.2);box-shadow:0 0 0 4px #ef444400}}@keyframes fadeIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@keyframes warningPulse{0%,to{opacity:1}50%{opacity:.7}}@keyframes breathe{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.02)}}@keyframes waitingPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}@keyframes processingPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.message-input{flex:1;border:none;background:transparent;resize:none;font-size:.9375rem;line-height:1.5;color:#1e293b;font-family:inherit;min-height:24px;max-height:120px;overflow-y:auto;font-weight:400}.experiment-page.dark-mode .message-input{color:#f8fafc}.message-input:focus{outline:none}.message-input:disabled{opacity:.6;cursor:not-allowed;color:#64748b}.experiment-page.dark-mode .message-input:disabled{color:#94a3b8}.message-input::placeholder{color:#64748b}.experiment-page.dark-mode .message-input::placeholder{color:#64748b}.message-input:disabled::placeholder{color:#ef4444;font-style:italic}.experiment-page.dark-mode .message-input:disabled::placeholder{color:#f87171}.send-button{background:#3b82f6;border:none;border-radius:.5rem;color:#fff;padding:.75rem 1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;font-weight:500;position:relative;overflow:hidden;box-shadow:0 1px 2px #0000001a}.experiment-page.dark-mode .send-button{background:#2563eb;box-shadow:0 1px 2px #0003}.send-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.3) 50%,transparent 100%);transition:left .5s}.send-button:hover:not(:disabled):before{left:100%}.send-button:hover:not(:disabled){background:#2563eb;transform:translateY(-1px);box-shadow:0 2px 4px #3b82f633}.experiment-page.dark-mode .send-button:hover:not(:disabled){background:#1d4ed8;box-shadow:0 2px 4px #2563eb4d}.send-button:active:not(:disabled){transform:translateY(0)}.send-button:disabled{opacity:.5;cursor:not-allowed}.spinner{animation:spin 1s linear infinite}.coworkers-section{padding:2rem 1rem 4rem;background:transparent;margin-top:0;position:relative;overflow:hidden;z-index:1;width:100%;box-sizing:border-box}.coworkers-section:before{content:"";position:absolute;top:-40%;left:-10%;width:600px;height:600px;background:radial-gradient(circle,rgba(59,130,246,.05) 0%,transparent 70%);border-radius:50%;filter:blur(100px);animation:floatGlow 10s ease-in-out infinite}.coworkers-section:after{content:"";position:absolute;bottom:-40%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(96,165,250,.05) 0%,transparent 70%);border-radius:50%;filter:blur(100px);animation:floatGlow 12s ease-in-out infinite reverse}@keyframes floatGlow{0%,to{transform:translate(0) scale(1);opacity:.6}50%{transform:translate(50px,-50px) scale(1.2);opacity:1}}.section-header{max-width:1600px;margin:0 auto 3rem;text-align:center;position:relative;z-index:1}.section-header h2{font-size:2.5rem;font-weight:700;color:#1e40af;margin-bottom:.75rem;font-family:Inter,sans-serif;letter-spacing:-.02em;line-height:1.2;text-shadow:0 2px 10px rgba(255,255,255,.6)}.experiment-page.dark-mode .section-header h2{color:#bfdbfe;text-shadow:0 2px 12px rgba(0,0,0,.5)}.section-header p{font-size:1rem;color:#1e293b;font-weight:500;line-height:1.6;text-shadow:none}.experiment-page.dark-mode .section-header p{color:#e2e8f0;text-shadow:none}.coworkers-grid{max-width:1600px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;position:relative;z-index:1;width:100%;box-sizing:border-box}.coworker-card{background:#ffffff40;backdrop-filter:blur(30px) saturate(180%);-webkit-backdrop-filter:blur(30px) saturate(180%);border:1px solid rgba(255,255,255,.4);border-radius:2.5rem;padding:2rem;text-align:center;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;gap:1rem;box-shadow:0 12px 40px #2563eb26,0 0 0 1px #ffffff4d inset,inset 0 1px 2px #fff9,inset 0 -1px 1px #3b82f61a;position:relative;overflow:hidden;width:100%;box-sizing:border-box}.experiment-page.dark-mode .coworker-card{background:#1e293b40;border-color:#60a5fa66;box-shadow:0 12px 40px #0006,0 0 0 1px #60a5fa33 inset,inset 0 1px 2px #ffffff26,inset 0 -1px 1px #60a5fa1a}.coworker-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#2563eb99,#3b82f699,#60a5fa99,#93c5fd99,#2563eb99);background-size:200% 100%;transform:scaleX(0);transition:transform .4s;animation:gradientMove 4s ease infinite}.coworker-card:hover:before{transform:scaleX(1)}.coworker-card:after{content:"";position:absolute;inset:-2px;border-radius:2.5rem;padding:2px;background:linear-gradient(135deg,#3b82f659,#60a5fa59,#3b82f659);background-size:200% 200%;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;opacity:0;transition:opacity .4s;animation:rotateBorder 5s linear infinite;z-index:-1}.coworker-card:hover:after{opacity:1}.coworker-card:hover{border-color:#fff9;box-shadow:0 16px 48px #2563eb40,0 0 40px #3b82f633,0 0 0 1px #fff6 inset,inset 0 1px 2px #ffffffb3,inset 0 -1px 1px #3b82f626;transform:translateY(-8px) scale(1.02);background:#ffffff59}.experiment-page.dark-mode .coworker-card:hover{border-color:#60a5fa99;box-shadow:0 16px 48px #2563eb66,0 0 40px #3b82f64d,0 0 0 1px #60a5fa4d inset,inset 0 1px 2px #fff3,inset 0 -1px 1px #60a5fa26;background:#1e293b59}.coworker-card.selected{border-color:#ffffffb3;background:#fff6;box-shadow:0 16px 48px #2563eb4d,0 0 50px #3b82f640,0 0 0 1px #ffffff80 inset,inset 0 1px 2px #fffc,inset 0 -1px 1px #3b82f633}.experiment-page.dark-mode .coworker-card.selected{border-color:#60a5fab3;background:#1e293b66;box-shadow:0 16px 48px #2563eb80,0 0 50px #3b82f666,0 0 0 1px #60a5fa66 inset,inset 0 1px 2px #ffffff40,inset 0 -1px 1px #60a5fa33}.coworker-card.selected:before{transform:scaleX(1)}.coworker-card.selected:after{opacity:1}.coworker-graphic{width:100%;min-height:160px;margin:0 auto 1rem;background:#ffffff59;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border-radius:2rem;padding:1.25rem;border:1px solid rgba(255,255,255,.5);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 16px #2563eb1a,0 0 0 1px #fff6 inset,inset 0 1px 2px #fff9,inset 0 -1px 1px #3b82f61a;display:flex;align-items:flex-start;justify-content:center;box-sizing:border-box}.experiment-page.dark-mode .coworker-graphic{background:#1e293b59;border-color:#60a5fa66;box-shadow:0 4px 16px #0000004d,0 0 0 1px #60a5fa33 inset,inset 0 1px 2px #ffffff26,inset 0 -1px 1px #60a5fa1a}.coworker-card:hover .coworker-graphic{transform:translateY(-4px);border-color:#ffffffb3;box-shadow:0 8px 24px #2563eb40,0 0 0 1px #ffffff80 inset,inset 0 1px 2px #ffffffb3,inset 0 -1px 1px #3b82f626}.experiment-page.dark-mode .coworker-card:hover .coworker-graphic{border-color:#60a5fa99;box-shadow:0 8px 24px #2563eb66,0 0 0 1px #60a5fa66 inset,inset 0 1px 2px #fff3,inset 0 -1px 1px #60a5fa26}.feature-graphic{font-size:.75rem;color:#1e293b;width:100%;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;position:relative;box-sizing:border-box;overflow:hidden}.experiment-page.dark-mode .feature-graphic{color:#e2e8f0}.graphic-header{font-weight:600;font-size:.8125rem;margin-bottom:.75rem;color:#1e40af;text-align:center;padding-bottom:.5rem;border-bottom:1px solid rgba(59,130,246,.2)}.experiment-page.dark-mode .graphic-header{color:#93c5fd;border-bottom-color:#60a5fa33}.hiring-graphic .candidate-list{display:flex;flex-direction:column;gap:.5rem;width:100%;box-sizing:border-box}.hiring-graphic .candidate-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:#eff6ff80;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:1rem;border:1px solid rgba(255,255,255,.5);box-shadow:inset 0 1px 1px #fff9,0 1px 3px #2563eb1a}.experiment-page.dark-mode .hiring-graphic .candidate-item{background:#1e293b80;border-color:#60a5fa66;box-shadow:inset 0 1px 1px #ffffff26,0 1px 3px #0003}.hiring-graphic .candidate-name{font-weight:500;font-size:.6875rem;color:#1e293b}.experiment-page.dark-mode .hiring-graphic .candidate-name{color:#e2e8f0}.hiring-graphic .match-score{font-weight:700;font-size:.8125rem;padding:.25rem .5rem;border-radius:.75rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.hiring-graphic .match-score.score-high{background:#22c55e33;color:#16a34a}.experiment-page.dark-mode .hiring-graphic .match-score.score-high{background:#22c55e4d;color:#4ade80}.finance-graphic .finance-metrics{display:flex;flex-direction:column;gap:.625rem;width:100%;box-sizing:border-box}.finance-graphic .metric-item{display:flex;flex-direction:column;gap:.25rem}.finance-graphic .metric-label{font-size:.625rem;color:#64748b;font-weight:500}.experiment-page.dark-mode .finance-graphic .metric-label{color:#94a3b8}.finance-graphic .metric-value{font-weight:700;font-size:.8125rem;color:#1e293b}.experiment-page.dark-mode .finance-graphic .metric-value{color:#e2e8f0}.finance-graphic .progress-bar{height:8px;background:#e2e8f066;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:1rem;overflow:hidden;margin-top:.25rem;border:1px solid rgba(255,255,255,.3)}.experiment-page.dark-mode .finance-graphic .progress-bar{background:#33415580}.finance-graphic .progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:1rem;transition:width .3s;box-shadow:inset 0 1px 1px #fff6,0 1px 2px #2563eb4d}.finance-graphic .progress-fill.expense{background:linear-gradient(90deg,#ef4444,#f87171)}.finance-graphic .progress-fill.profit{background:linear-gradient(90deg,#22c55e,#4ade80)}.dev-graphic .dev-stages{display:flex;flex-direction:column;gap:.625rem;width:100%;box-sizing:border-box}.dev-graphic .stage-item{display:flex;align-items:center;gap:.625rem;padding:.5rem;background:#eff6ff66;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:1rem;border:1px solid rgba(255,255,255,.5);box-shadow:inset 0 1px 1px #fff9,0 1px 3px #2563eb1a}.experiment-page.dark-mode .dev-graphic .stage-item{background:#1e293b66;border-color:#60a5fa66;box-shadow:inset 0 1px 1px #ffffff26,0 1px 3px #0003}.dev-graphic .stage-item.completed{background:#22c55e26;border-color:#22c55e4d}.dev-graphic .stage-item.active{background:#3b82f626;border-color:#3b82f64d}.dev-graphic .stage-dot{width:8px;height:8px;border-radius:50%;background:#94a3b8;flex-shrink:0}.dev-graphic .stage-item.completed .stage-dot{background:#22c55e}.dev-graphic .stage-item.active .stage-dot{background:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.dev-graphic .stage-name{flex:1;font-weight:500;font-size:.6875rem;color:#1e293b}.experiment-page.dark-mode .dev-graphic .stage-name{color:#e2e8f0}.dev-graphic .stage-status{font-weight:600;font-size:.6875rem;color:#64748b}.dev-graphic .stage-item.completed .stage-status{color:#22c55e}.dev-graphic .stage-item.active .stage-status{color:#3b82f6}.project-graphic .project-stages{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:.625rem;width:100%;box-sizing:border-box}.project-graphic .pipeline-stage{padding:.625rem;background:#eff6ff66;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:1rem;border:1px solid rgba(255,255,255,.5);text-align:center;box-shadow:inset 0 1px 1px #fff9,0 1px 3px #2563eb1a}.experiment-page.dark-mode .project-graphic .pipeline-stage{background:#1e293b66;border-color:#60a5fa66;box-shadow:inset 0 1px 1px #ffffff26,0 1px 3px #0003}.project-graphic .stage-label{font-size:.625rem;color:#64748b;margin-bottom:.25rem;font-weight:500}.experiment-page.dark-mode .project-graphic .stage-label{color:#94a3b8}.project-graphic .stage-count{font-weight:700;font-size:1rem;color:#1e40af}.experiment-page.dark-mode .project-graphic .stage-count{color:#93c5fd}.project-graphic .total-projects{text-align:center;font-size:.625rem;color:#64748b;font-weight:500;padding-top:.5rem;border-top:1px solid rgba(59,130,246,.2)}.experiment-page.dark-mode .project-graphic .total-projects{color:#94a3b8;border-top-color:#60a5fa33}.marketing-graphic .campaign-stages{display:flex;align-items:flex-end;justify-content:space-between;gap:.5rem;height:80px;margin-bottom:.625rem;width:100%;box-sizing:border-box}.marketing-graphic .campaign-stage{flex:1;display:flex;flex-direction:column;align-items:center;gap:.375rem}.marketing-graphic .stage-bar{width:100%;background:linear-gradient(180deg,#ec4899,#f472b6);border-radius:.75rem .75rem 0 0;min-height:12px;transition:height .3s;box-shadow:0 2px 8px #ec48994d,inset 0 1px 1px #fff6;border:1px solid rgba(255,255,255,.3)}.experiment-page.dark-mode .marketing-graphic .stage-bar{box-shadow:0 2px 4px #ec48994d}.marketing-graphic .stage-label{font-size:.625rem;color:#64748b;font-weight:500;text-align:center;line-height:1.2}.experiment-page.dark-mode .marketing-graphic .stage-label{color:#94a3b8}.marketing-graphic .stage-value{font-weight:700;font-size:.75rem;color:#1e293b}.experiment-page.dark-mode .marketing-graphic .stage-value{color:#e2e8f0}.marketing-graphic .conversion-rate{text-align:center;font-size:.625rem;color:#64748b;font-weight:500;padding-top:.5rem;border-top:1px solid rgba(236,72,153,.2)}.experiment-page.dark-mode .marketing-graphic .conversion-rate{color:#94a3b8;border-top-color:#ec48994d}.sales-graphic .sales-funnel{display:flex;flex-direction:column;gap:.375rem;margin-bottom:.625rem;width:100%;box-sizing:border-box}.sales-graphic .funnel-stage{padding:.5rem;background:#06b6d426;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:1rem;border:1px solid rgba(255,255,255,.4);display:flex;justify-content:space-between;align-items:center;transition:all .2s;box-shadow:inset 0 1px 1px #ffffff80,0 1px 3px #06b6d433}.experiment-page.dark-mode .sales-graphic .funnel-stage{background:#06b6d433;border-color:#60a5fa66;box-shadow:inset 0 1px 1px #ffffff26,0 1px 3px #0000004d}.sales-graphic .funnel-stage.top{background:#06b6d433;border-width:2px}.experiment-page.dark-mode .sales-graphic .funnel-stage.top{background:#06b6d440}.sales-graphic .funnel-stage.bottom{background:#22c55e26;border-color:#22c55e4d}.experiment-page.dark-mode .sales-graphic .funnel-stage.bottom{background:#22c55e33;border-color:#22c55e66}.sales-graphic .funnel-label{font-size:.6875rem;font-weight:500;color:#1e293b}.experiment-page.dark-mode .sales-graphic .funnel-label{color:#e2e8f0}.sales-graphic .funnel-value{font-weight:700;font-size:.8125rem;color:#06b6d4}.sales-graphic .funnel-stage.bottom .funnel-value{color:#22c55e}.experiment-page.dark-mode .sales-graphic .funnel-value{color:#22d3ee}.experiment-page.dark-mode .sales-graphic .funnel-stage.bottom .funnel-value{color:#4ade80}.sales-graphic .win-rate{text-align:center;font-size:.625rem;color:#64748b;font-weight:500;padding-top:.5rem;border-top:1px solid rgba(6,182,212,.2)}.experiment-page.dark-mode .sales-graphic .win-rate{color:#94a3b8;border-top-color:#06b6d44d}.coworker-card h3{font-size:1.25rem;font-weight:600;color:#1e40af;margin:0;font-family:Inter,sans-serif;line-height:1.4;text-shadow:0 2px 8px rgba(255,255,255,.5)}.experiment-page.dark-mode .coworker-card h3{color:#bfdbfe;text-shadow:0 2px 10px rgba(0,0,0,.5)}.coworker-description{font-size:.9375rem;color:#1e293b;line-height:1.6;margin:0;flex:1;font-weight:400;text-shadow:none}.experiment-page.dark-mode .coworker-description{color:#e2e8f0;text-shadow:none}.coworker-capabilities{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.capability-tag{padding:.375rem .75rem;background:#eff6ff66;backdrop-filter:blur(12px) saturate(150%);-webkit-backdrop-filter:blur(12px) saturate(150%);border-radius:1rem;font-size:.8125rem;color:#2563eb;font-weight:500;transition:all .3s;border:1px solid rgba(255,255,255,.5);box-shadow:0 2px 8px #2563eb1a,inset 0 1px 1px #fff9}.experiment-page.dark-mode .capability-tag{background:#1e293b66;color:#93c5fd;border-color:#60a5fa66;box-shadow:0 2px 8px #0003,inset 0 1px 1px #ffffff26}.coworker-card:hover .capability-tag{background:#dbeafe99;border-color:#3b82f659;transform:scale(1.05);box-shadow:0 2px 10px #2563eb2e}.experiment-page.dark-mode .coworker-card:hover .capability-tag{background:#33415599;border-color:#60a5fa59;box-shadow:0 2px 10px #60a5fa40}.coworker-button{margin-top:auto;padding:.75rem 1.5rem;background:linear-gradient(135deg,#2563eb99,#3b82f699,#60a5fa99);background-size:200% 200%;animation:gradientMove 4s ease infinite;color:#fff;border:1px solid rgba(255,255,255,.4);border-radius:1.5rem;font-weight:600;font-size:.9375rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:Inter,sans-serif;position:relative;overflow:hidden;box-shadow:0 6px 24px #2563eb59,0 0 0 1px #ffffff4d inset,inset 0 1px 2px #fff6,inset 0 -1px 1px #2563eb4d;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%)}.experiment-page.dark-mode .coworker-button{background:linear-gradient(135deg,#1e40af99,#2563eb99,#3b82f699);border-color:#60a5fa66;box-shadow:0 6px 24px #2563eb73,0 0 0 1px #60a5fa4d inset,inset 0 1px 2px #fff3,inset 0 -1px 1px #2563eb66}.coworker-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%);transition:left .5s}.coworker-button:hover:before{left:100%}.coworker-button:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 28px #2563eb73,0 0 28px #3b82f659}.experiment-page.dark-mode .coworker-button:hover{box-shadow:0 8px 28px #2563eb8c,0 0 28px #3b82f673}.coworker-button:active{transform:translateY(-1px) scale(1)}@media (max-width: 1024px){.experiment-container{padding:1.5rem 1rem}.coworkers-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.experiment-header{padding:2rem 1rem}.header-title h1{font-size:2rem}.header-subtitle{font-size:1rem}.header-icon{width:2rem;height:2rem}.theme-toggle{top:1rem;right:1rem;padding:.375rem}.theme-toggle svg{width:18px;height:18px}.experiment-container{padding:1rem}.chat-container{height:calc(100vh - 220px);min-height:420px;border-radius:2rem}.messages-section{padding:1.25rem;gap:1rem}.floating-workflow-card{margin:.75rem 1rem 0!important;top:.5rem!important;z-index:1000!important}.message-content{max-width:85%}.coworkers-section{padding:2.5rem 1rem}.section-header{margin-bottom:2rem}.section-header h2{font-size:2rem}.section-header p{font-size:.9375rem}.coworkers-grid{grid-template-columns:1fr;gap:1.25rem}.coworker-card{padding:1.5rem}.coworker-card h3{font-size:1.125rem}.coworker-description{font-size:.875rem}.coworker-graphic{min-height:120px;padding:.75rem}.feature-graphic{font-size:.6875rem}.graphic-header{font-size:.75rem;margin-bottom:.5rem}.finance-graphic .metric-value,.sales-graphic .funnel-value{font-size:.75rem}.project-graphic .stage-count{font-size:.875rem}.marketing-graphic .campaign-stages{height:70px}.sales-graphic .funnel-stage{padding:.375rem}}@media (max-width: 480px){.experiment-header{padding:1.5rem 1rem 2rem}.header-title h1{font-size:1.75rem}.header-title{flex-direction:column;gap:.5rem}.theme-toggle{top:.75rem;right:.75rem;padding:.375rem}.chat-container{height:calc(100vh - 180px);min-height:380px}.input-section{padding:1rem}.floating-workflow-card{margin:.5rem .75rem 0!important;top:.25rem!important;padding:.625rem!important;z-index:1000!important}.floating-workflow-card .ghost-button{font-size:.8125rem!important;padding:.5rem!important}}.hr-task-selection{margin-top:2rem;width:100%;max-width:900px;margin-left:auto;margin-right:auto;text-align:center}.task-selection-title{font-size:1.5rem;font-weight:600;color:#3b82f6;margin-bottom:1.25rem;font-family:Inter,sans-serif}.experiment-page.dark-mode .task-selection-title{color:#bfdbfe}.hr-tasks-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.875rem;margin:0 auto;max-width:800px;justify-content:center}.hr-task-button{background:#ffffff59;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1.5px solid rgba(255,255,255,.5);border-radius:1.25rem;padding:1rem .75rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;align-items:center;gap:.625rem;font-family:Inter,sans-serif;box-shadow:0 2px 12px #2563eb14,0 0 0 1px #ffffff4d inset;min-width:140px}.experiment-page.dark-mode .hr-task-button{background:#1e293b4d;border-color:#60a5fa66}.hr-task-button.selected,.hr-task-button:hover{border-color:#3b82f699;background:#fff6;box-shadow:0 8px 24px #2563eb40,0 0 0 1px #3b82f64d inset;transform:translateY(-2px)}.experiment-page.dark-mode .hr-task-button.selected,.experiment-page.dark-mode .hr-task-button:hover{background:#1e293b66;border-color:#60a5fa99}.hr-task-button .task-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:.875rem;background:transparent;color:#3b82f6;transition:all .3s}.experiment-page.dark-mode .hr-task-button .task-icon{color:#60a5fa}.hr-task-button.blue .task-icon{background:linear-gradient(135deg,#2563eb33,#3b82f633);color:#2563eb}.hr-task-button.purple .task-icon{background:linear-gradient(135deg,#8b5cf633,#a78bfa33);color:#8b5cf6}.hr-task-button.green .task-icon{background:linear-gradient(135deg,#10b98133,#34d39933);color:#10b981}.hr-task-button.orange .task-icon{background:linear-gradient(135deg,#f9731633,#fb923c33);color:#f97316}.hr-task-button .task-name{font-size:.875rem;font-weight:600;color:#1e293b;text-align:center;line-height:1.3}.experiment-page.dark-mode .hr-task-button .task-name{color:#f8fafc}.task-card-header{width:100%;display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.task-card-icon{width:42px;height:42px;border-radius:.85rem;display:flex;align-items:center;justify-content:center;background:#fff9;box-shadow:inset 0 1px 2px #fffc;flex-shrink:0}.experiment-page.dark-mode .task-card-icon{background:#1e293b99;box-shadow:inset 0 1px 2px #0f172a66}.task-card-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.task-card-name{font-size:1rem;font-weight:600;color:#1e293b;margin:0}.experiment-page.dark-mode .task-card-name{color:#f8fafc}.task-card-description{font-size:.85rem;color:#475569;margin:0;line-height:1.4;display:block}.experiment-page.dark-mode .task-card-description{color:#cbd5f5}.task-status-pill{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.35rem .75rem;border-radius:999px;background:#cbd5e166;color:#475569;flex-shrink:0;white-space:nowrap}.task-status-pill.in_progress{background:#3b82f61f;color:#1d4ed8}.task-status-pill.completed{background:#22c55e26;color:#047857}.task-status-pill.not_started{background:#e2e8f08c;color:#475569}.task-step-dots{width:100%;display:flex;flex-direction:column;gap:.45rem;margin-bottom:.85rem}.task-step-dot{display:flex;align-items:center;gap:.65rem;padding:.45rem .75rem;border-radius:.95rem;border:1px solid rgba(148,163,184,.4);background:#fff9;font-size:.78rem;color:#475569}.task-step-dot span{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.75rem;background:#94a3b84d;color:#1e293b;flex-shrink:0}.task-step-dot p{margin:0;line-height:1.35;flex:1}.task-step-dot.completed{border-color:#22c55e66;background:#22c55e1f;color:#047857}.task-step-dot.completed span{background:#22c55e33;color:#047857}.task-step-dot.active{border-color:#3b82f673;background:#3b82f61a;color:#1d4ed8;box-shadow:0 0 0 3px #3b82f614}.task-step-dot.active span{background:#3b82f633;color:#1d4ed8}.experiment-page.dark-mode .task-step-dot{border-color:#33415580;background:#0f172a80;color:#cbd5f5}.experiment-page.dark-mode .task-step-dot span{background:#33415599;color:#e2e8f0}.task-progress-hint{margin-top:.6rem;font-size:.8rem;font-weight:600;color:#1e3a8a}.experiment-page.dark-mode .task-progress-hint{color:#90caf9}.active-task-card{border-color:#3b82f699;box-shadow:0 8px 24px #3b82f640,0 0 0 1px #3b82f64d inset}.experiment-page.dark-mode .active-task-card{border-color:#60a5fa99;box-shadow:0 8px 24px #2563eb59,0 0 0 1px #60a5fa66 inset}.task-progress-indicator{width:100%;margin-top:.75rem}.task-progress-bar{height:6px;border-radius:999px;background:#0f172a14;overflow:hidden}.experiment-page.dark-mode .task-progress-bar{background:#e2e8f026}.task-progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#6366f1);border-radius:999px;transition:width .3s ease}.task-progress-fill.completed{background:linear-gradient(90deg,#10b981,#34d399)}.task-progress-meta{margin-top:.35rem;display:flex;align-items:center;justify-content:space-between;font-size:.75rem;color:#475569}.experiment-page.dark-mode .task-progress-meta{color:#cbd5f5}.task-progress-count{font-weight:600;color:#1e293b}.experiment-page.dark-mode .task-progress-count{color:#f8fafc}.task-progress-next{font-weight:500}.active-task-progress{margin:1rem 0 1.5rem;padding:1rem;border-radius:1rem;border:1px solid rgba(148,163,184,.3);background:#f8fafce6;box-shadow:inset 0 1px #ffffffe6}.experiment-page.dark-mode .active-task-progress{background:#0f172a59;border-color:#5eead433;box-shadow:inset 0 1px #0f172ab3}.active-task-progress.selected-only{margin-top:0}.experiment-page.dark-mode .active-task-progress.selected-only{background:#0f172a66}.active-task-progress-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.active-task-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;display:block}.active-task-name{font-size:1rem;font-weight:600;color:#1e293b;display:block}.experiment-page.dark-mode .active-task-name{color:#f8fafc}.active-task-status{padding:.35rem .75rem;font-size:.75rem;border-radius:999px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;background:#3b82f61f;color:#1d4ed8}.active-task-status.completed{background:#10b98126;color:#047857}.active-task-steps{display:flex;flex-direction:column;gap:.5rem}.active-task-step{display:flex;align-items:flex-start;gap:.75rem;padding:.4rem 0}.active-step-index{width:26px;height:26px;border-radius:999px;border:1.5px solid rgba(148,163,184,.5);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;color:#475569}.active-task-step.completed .active-step-index{border-color:#10b981;background:#10b981;color:#fff}.active-task-step.active .active-step-index{border-color:#3b82f6;background:#3b82f61a;color:#1d4ed8}.active-step-content{flex:1}.active-step-label{font-weight:600;color:#1e293b;font-size:.75rem}.experiment-page.dark-mode .active-step-label{color:#f8fafc}.active-step-hint{display:inline-block;margin-left:.5rem;font-size:.75rem;color:#1d4ed8;font-weight:600}.active-task-next{margin-top:.75rem;font-size:.85rem;font-weight:600;color:#1e3a8a}.experiment-page.dark-mode .active-task-next{color:#93c5fd}.selected-task-view{display:flex;flex-direction:column;gap:1.5rem;width:100%;animation:fadeInUp .35s ease}.selected-task-view .active-task-progress{margin-top:0}.selected-task-summary{background:#fff9;border:1px solid rgba(148,163,184,.3);border-radius:1rem;padding:1rem 1.25rem;box-shadow:0 2px 10px #0f172a0d,inset 0 1px 1px #fff9}.experiment-page.dark-mode .selected-task-summary{background:#0f172a66;border-color:#60a5fa40;box-shadow:0 2px 12px #00000059,inset 0 1px 1px #ffffff1a}.selected-task-label{display:block;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;margin-bottom:.35rem}.experiment-page.dark-mode .selected-task-label{color:#cbd5e1}.selected-task-summary h4{margin:0;font-size:1.1rem;font-weight:600;color:#1e293b}.experiment-page.dark-mode .selected-task-summary h4{color:#f8fafc}.selected-task-summary p{margin:.35rem 0 0;color:#475569;line-height:1.5}.experiment-page.dark-mode .selected-task-summary p{color:#cbd5e1}.collapsible-header{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:1rem;width:100%;padding:1rem;transition:all .3s;margin-bottom:1rem}.collapsible-header:hover{opacity:.8}.collapsible-header h3{font-size:2rem;font-weight:700;color:#1e40af;margin:0;font-family:Inter,sans-serif}.experiment-page.dark-mode .collapsible-header h3{color:#bfdbfe}.collapsible-header svg{color:#2563eb;transition:transform .3s}.experiment-page.dark-mode .collapsible-header svg{color:#60a5fa}.section-description{font-size:.9375rem;color:#64748b;margin-top:.5rem;animation:fadeIn .3s ease-in}.experiment-page.dark-mode .section-description{color:#94a3b8}.uploaded-files-preview{background:#ffffff40;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);border:1px solid rgba(59,130,246,.2);border-radius:1.25rem;padding:1rem;margin-bottom:1rem;max-height:300px;overflow-y:auto}.experiment-page.dark-mode .uploaded-files-preview{background:#0f172a40;border-color:#60a5fa4d}.uploaded-files-preview.scrollable{max-height:200px}.uploaded-files-header{display:flex;align-items:center;gap:.5rem;font-weight:600;font-size:.875rem;color:#3b82f6;margin-bottom:.75rem;padding-bottom:.75rem;border-bottom:1px solid rgba(59,130,246,.2)}.experiment-page.dark-mode .uploaded-files-header{color:#60a5fa;border-bottom-color:#60a5fa33}.uploaded-files-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem}.uploaded-files-grid.scroll-container{max-height:150px;overflow-y:auto;padding-right:.5rem}.uploaded-files-grid.scroll-container::-webkit-scrollbar{width:4px}.uploaded-files-grid.scroll-container::-webkit-scrollbar-track{background:#cbd5e14d;border-radius:10px}.uploaded-files-grid.scroll-container::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.file-preview-card{position:relative;background:#fff6;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.5);border-radius:.875rem;padding:.75rem;transition:all .2s}.experiment-page.dark-mode .file-preview-card{background:#1e293b66;border-color:#60a5fa4d}.file-preview-card:hover{background:#ffffff80;border-color:#3b82f666;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f626}.experiment-page.dark-mode .file-preview-card:hover{background:#1e293b80;border-color:#60a5fa80}.file-preview-tile{display:flex;align-items:center;gap:.625rem}.file-preview-icon{font-size:1.75rem;flex-shrink:0}.file-preview-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem}.file-preview-name{font-size:.8125rem;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.experiment-page.dark-mode .file-preview-name{color:#f8fafc}.file-preview-size{font-size:.6875rem;color:#64748b;font-weight:500}.experiment-page.dark-mode .file-preview-size{color:#94a3b8}.file-remove-button{position:absolute;top:.375rem;right:.375rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#ef4444;transition:all .2s;padding:0}.file-remove-button:hover{background:#ef444433;border-color:#ef444480;transform:scale(1.1)}.message-files-container{margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(59,130,246,.15)}.message-files-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.625rem}.message-files-header{font-size:.8125rem;font-weight:600;color:#3b82f6;margin-bottom:.625rem;display:flex;align-items:center;gap:.375rem}.experiment-page.dark-mode .message-files-header{color:#60a5fa}.message-files-scroll{max-height:180px;overflow-y:auto;padding-right:.5rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.625rem}.message-files-scroll::-webkit-scrollbar{width:4px}.message-files-scroll::-webkit-scrollbar-track{background:#cbd5e133;border-radius:10px}.message-files-scroll::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.message-files-container .file-preview-tile{background:#ffffff4d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.4);border-radius:.75rem;padding:.625rem;transition:all .2s}.experiment-page.dark-mode .message-files-container .file-preview-tile{background:#0f172a4d;border-color:#60a5fa40}.message-files-container .file-preview-tile:hover{background:#fff6;border-color:#3b82f64d;transform:translateY(-1px)}.experiment-page.dark-mode .message-files-container .file-preview-tile:hover{background:#0f172a66;border-color:#60a5fa66}.message-workflow,.experiment-page.dark-mode .message-workflow{margin-top:1rem}.workflow-diagram{display:flex;flex-direction:column;gap:.5rem;position:relative}.workflow-step{display:flex;align-items:flex-start;gap:.875rem;padding:.875rem;background:#ffffff59;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1.5px solid rgba(203,213,225,.4);border-radius:.875rem;transition:all .3s;position:relative}.experiment-page.dark-mode .workflow-step{background:#1e293b59;border-color:#47556966}.workflow-step.completed{background:#22c55e1f;border-color:#22c55e59}.experiment-page.dark-mode .workflow-step.completed{background:#22c55e26;border-color:#22c55e66}.workflow-step.active{background:#3b82f61f;border-color:#3b82f666;box-shadow:0 0 0 3px #3b82f61a;animation:pulse 2s ease-in-out infinite}.experiment-page.dark-mode .workflow-step.active{background:#3b82f626;border-color:#3b82f680}.workflow-step.pending{opacity:.6}.workflow-step-number{width:32px;height:32px;min-width:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;background:#cbd5e14d;color:#64748b;border:2px solid rgba(203,213,225,.5)}.workflow-step.completed .workflow-step-number{background:#22c55e33;color:#16a34a;border-color:#22c55e80}.experiment-page.dark-mode .workflow-step.completed .workflow-step-number{background:#22c55e40;color:#4ade80;border-color:#22c55e99}.workflow-step.active .workflow-step-number{background:#3b82f633;color:#2563eb;border-color:#3b82f680;animation:pulse 2s ease-in-out infinite}.experiment-page.dark-mode .workflow-step.active .workflow-step-number{background:#3b82f640;color:#60a5fa;border-color:#3b82f699}.workflow-step-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.workflow-step-title{font-weight:600;font-size:.9375rem;color:#1e293b;line-height:1.4}.experiment-page.dark-mode .workflow-step-title{color:#f8fafc}.workflow-step-description{font-size:.8125rem;color:#64748b;line-height:1.5}.experiment-page.dark-mode .workflow-step-description{color:#94a3b8}.workflow-connector{position:absolute;left:29px;top:100%;width:2px;height:.5rem;background:linear-gradient(180deg,#3b82f64d,#3b82f61a)}.workflow-step.completed .workflow-connector{background:linear-gradient(180deg,#22c55e66,#22c55e33)}.message-executing{display:flex;align-items:center;gap:.75rem;padding:.875rem;background:#a855f714;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(168,85,247,.25);border-radius:.875rem;margin-top:.75rem;font-size:.875rem;font-weight:500;color:#a855f7}.experiment-page.dark-mode .message-executing{background:#a855f71f;border-color:#a855f74d;color:#c084fc}.executing-spinner{width:20px;height:20px;border:2px solid rgba(168,85,247,.2);border-top-color:#a855f7;border-radius:50%;animation:spin 1s linear infinite}.experiment-page.dark-mode .executing-spinner{border-color:#c084fc33;border-top-color:#c084fc}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 1024px){.hr-tasks-grid{grid-template-columns:repeat(2,1fr)}.uploaded-files-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}@media (max-width: 768px){.hr-task-selection{margin-top:1.5rem}.task-selection-title{font-size:1.5rem}.hr-tasks-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.hr-task-button{padding:1rem .75rem}.hr-task-button .task-icon{width:40px;height:40px}.hr-task-button .task-name{font-size:.875rem}.uploaded-files-grid,.message-files-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}.workflow-diagram{gap:.375rem}.workflow-step{padding:.75rem;gap:.75rem}.workflow-step-title{font-size:.875rem}.workflow-step-description{font-size:.75rem}}@media (max-width: 480px){.hr-tasks-grid{grid-template-columns:1fr 1fr}.uploaded-files-grid,.message-files-grid{grid-template-columns:1fr}.workflow-step{padding:.625rem;gap:.625rem}.workflow-step-number{width:28px;height:28px;min-width:28px;font-size:.75rem}}.in-chat-task-selection{margin-top:1.25rem;width:100%}.in-chat-task-selection .hr-tasks-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;max-width:100%;align-items:stretch;width:100%}.in-chat-task-selection .hr-task-button{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;text-align:left;min-height:100px;width:100%;flex-direction:row;justify-content:flex-start}.in-chat-task-selection .hr-task-button .task-icon{flex-shrink:0;width:48px;height:48px;border-radius:.875rem;display:flex;align-items:center;justify-content:center;margin-top:.125rem}.in-chat-task-selection .hr-task-button.blue .task-icon{background:linear-gradient(135deg,#2563eb26,#3b82f626);color:#2563eb}.in-chat-task-selection .hr-task-button.purple .task-icon{background:linear-gradient(135deg,#8b5cf626,#a78bfa26);color:#8b5cf6}.in-chat-task-selection .hr-task-button.green .task-icon{background:linear-gradient(135deg,#10b98126,#34d39926);color:#10b981}.in-chat-task-selection .hr-task-button.orange .task-icon{background:linear-gradient(135deg,#f9731626,#fb923c26);color:#f97316}.experiment-page.dark-mode .in-chat-task-selection .hr-task-button.blue .task-icon{background:linear-gradient(135deg,#2563eb40,#3b82f640);color:#60a5fa}.experiment-page.dark-mode .in-chat-task-selection .hr-task-button.purple .task-icon{background:linear-gradient(135deg,#8b5cf640,#a78bfa40);color:#a78bfa}.experiment-page.dark-mode .in-chat-task-selection .hr-task-button.green .task-icon{background:linear-gradient(135deg,#10b98140,#34d39940);color:#34d399}.experiment-page.dark-mode .in-chat-task-selection .hr-task-button.orange .task-icon{background:linear-gradient(135deg,#f9731640,#fb923c40);color:#fb923c}.in-chat-task-selection .hr-task-button .task-content{display:flex;flex-direction:column;gap:.375rem;flex:1;min-width:0;align-items:flex-start;justify-content:flex-start;overflow:hidden}.in-chat-task-selection .hr-task-button .task-name{font-size:1rem;font-weight:600;text-align:left;display:block;line-height:1.3;color:#1e293b;margin:0}.experiment-page.dark-mode .in-chat-task-selection .hr-task-button .task-name{color:#f8fafc}.in-chat-task-selection .hr-task-button .task-description{font-size:.8125rem;color:#475569;font-weight:400;line-height:1.5;text-align:left;display:block;margin:0;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.experiment-page.dark-mode .in-chat-task-selection .hr-task-button .task-description{color:#cbd5e1}.in-chat-task-selection .hr-task-button:hover{transform:translateY(-2px);box-shadow:0 8px 24px #2563eb26,0 0 0 1px #3b82f633 inset}.in-chat-task-selection .hr-task-button.selected{border-color:#3b82f699;background:#ffffff80;box-shadow:0 4px 16px #2563eb33,0 0 0 1px #3b82f64d inset}.experiment-page.dark-mode .in-chat-task-selection .hr-task-button:hover{background:#1e293b80;border-color:#60a5fa99}.experiment-page.dark-mode .in-chat-task-selection .hr-task-button.selected{background:#1e293b80;border-color:#60a5fab3}.sub-menu-header{margin-bottom:1.75rem;padding-bottom:1.25rem;border-bottom:1px solid rgba(148,163,184,.2);animation:fadeInDown .4s ease-out}.experiment-page.dark-mode .sub-menu-header{border-bottom-color:#94a3b81a}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.back-to-main-button{background:transparent;border:1px solid #cbd5e1;color:#475569;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);margin-bottom:1rem;display:inline-flex;align-items:center;gap:.5rem;font-weight:500;animation:fadeInLeft .4s ease-out}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.back-to-main-button:hover{background:#f1f5f9;border-color:#94a3b8;color:#334155;transform:translate(-2px)}.experiment-page.dark-mode .back-to-main-button{border-color:#475569;color:#94a3b8}.experiment-page.dark-mode .back-to-main-button:hover{background:#33415580;border-color:#64748b;color:#cbd5e1}.sub-menu-title{font-size:1.375rem;font-weight:600;color:#1e293b;margin:.75rem 0 .5rem;line-height:1.3;animation:fadeInDown .5s ease-out .1s both}.experiment-page.dark-mode .sub-menu-title{color:#f8fafc}.sub-menu-goal{font-size:.875rem;color:#64748b;margin:0;font-style:italic;line-height:1.5;animation:fadeInDown .5s ease-out .2s both}.experiment-page.dark-mode .sub-menu-goal{color:#94a3b8}.sub-menu-grid{grid-template-columns:repeat(2,1fr);gap:1rem;animation:fadeInUp .5s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.sub-task-button{padding:1.25rem;min-height:110px;align-items:flex-start;justify-content:flex-start;flex-direction:row;transition:all .3s cubic-bezier(.4,0,.2,1)}.sub-task-button .task-icon{flex-shrink:0;width:40px;height:40px;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-top:.125rem;transition:all .3s ease}.sub-task-button.blue .task-icon{background:linear-gradient(135deg,#2563eb26,#3b82f626);color:#2563eb}.sub-task-button.purple .task-icon{background:linear-gradient(135deg,#8b5cf626,#a78bfa26);color:#8b5cf6}.sub-task-button.green .task-icon{background:linear-gradient(135deg,#10b98126,#34d39926);color:#10b981}.sub-task-button.orange .task-icon{background:linear-gradient(135deg,#f9731626,#fb923c26);color:#f97316}.experiment-page.dark-mode .sub-task-button.blue .task-icon{background:linear-gradient(135deg,#2563eb40,#3b82f640);color:#60a5fa}.experiment-page.dark-mode .sub-task-button.purple .task-icon{background:linear-gradient(135deg,#8b5cf640,#a78bfa40);color:#a78bfa}.experiment-page.dark-mode .sub-task-button.green .task-icon{background:linear-gradient(135deg,#10b98140,#34d39940);color:#34d399}.experiment-page.dark-mode .sub-task-button.orange .task-icon{background:linear-gradient(135deg,#f9731640,#fb923c40);color:#fb923c}.sub-task-button:hover .task-icon{transform:scale(1.1);box-shadow:0 4px 12px #0000001a}.experiment-page.dark-mode .sub-task-button:hover .task-icon{box-shadow:0 4px 12px #0000004d}.sub-task-button .task-content{width:100%;gap:.5rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;overflow:hidden;margin-left:.875rem}.sub-task-button .task-content{width:100%;gap:.5rem}.sub-task-button .task-name{font-size:1rem;font-weight:600;margin:0;line-height:1.3;color:#1e293b}.experiment-page.dark-mode .sub-task-button .task-name{color:#f8fafc}.sub-task-button .task-description{font-size:.8125rem;line-height:1.5;margin:0;color:#64748b;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.experiment-page.dark-mode .sub-task-button .task-description{color:#94a3b8}@media (max-width: 768px){.in-chat-task-selection .hr-tasks-grid{grid-template-columns:1fr;gap:.875rem}.in-chat-task-selection .hr-task-button{min-height:90px;padding:1rem}.sub-menu-grid{grid-template-columns:1fr;gap:.875rem}.sub-task-button{min-height:100px;padding:1rem}.sub-menu-title{font-size:1.25rem}.sub-menu-goal{font-size:.8125rem}}.hr-workflow-status{background:#ffffff59;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid rgba(255,255,255,.5);border-radius:1.5rem;padding:1.5rem;margin:1rem 0;box-shadow:0 4px 16px #2563eb26,0 0 0 1px #ffffff4d inset}.experiment-page.dark-mode .hr-workflow-status{background:#1e293b59;border-color:#60a5fa66;box-shadow:0 4px 16px #0000004d,0 0 0 1px #60a5fa33 inset}.hr-workflow-status .workflow-title{font-size:1.125rem;font-weight:600;color:#1e40af;margin:0 0 1.25rem;padding-bottom:.75rem;border-bottom:1px solid rgba(59,130,246,.2)}.experiment-page.dark-mode .hr-workflow-status .workflow-title{color:#93c5fd;border-bottom-color:#60a5fa33}.workflow-steps-list{display:flex;flex-direction:column;gap:.75rem}.workflow-step-item{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#eff6ff66;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:1rem;border:1px solid rgba(255,255,255,.5);transition:all .3s}.experiment-page.dark-mode .workflow-step-item{background:#1e293b66;border-color:#60a5fa4d}.workflow-step-item.completed{background:#22c55e26;border-color:#22c55e4d}.experiment-page.dark-mode .workflow-step-item.completed{background:#22c55e33;border-color:#22c55e66}.workflow-step-item.current{background:#3b82f626;border-color:#3b82f666;box-shadow:0 0 0 3px #3b82f61a}.experiment-page.dark-mode .workflow-step-item.current{background:#3b82f633;border-color:#3b82f680}.workflow-step-item.pending{opacity:.6}.workflow-step-item .step-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:.75rem;flex-shrink:0}.workflow-step-item.completed .step-icon{color:#22c55e;background:#22c55e1a}.workflow-step-item.current .step-icon{color:#3b82f6;background:#3b82f61a;animation:pulse 2s ease-in-out infinite}.workflow-step-item.pending .step-icon{color:#94a3b8;background:#94a3b81a}.experiment-page.dark-mode .workflow-step-item.completed .step-icon{color:#4ade80}.experiment-page.dark-mode .workflow-step-item.current .step-icon{color:#60a5fa}.experiment-page.dark-mode .workflow-step-item.pending .step-icon{color:#64748b}.workflow-step-item .step-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.workflow-step-item .step-name{font-weight:600;font-size:.9375rem;color:#1e293b}.experiment-page.dark-mode .workflow-step-item .step-name{color:#f8fafc}.workflow-step-item .step-status{font-size:.8125rem;font-weight:500}.workflow-step-item.completed .step-status{color:#22c55e}.workflow-step-item.current .step-status{color:#3b82f6}.workflow-step-item.pending .step-status{color:#64748b}.experiment-page.dark-mode .workflow-step-item.completed .step-status{color:#4ade80}.experiment-page.dark-mode .workflow-step-item.current .step-status{color:#60a5fa}.experiment-page.dark-mode .workflow-step-item.pending .step-status{color:#94a3b8}.conversation-sidebar{width:260px;min-width:260px;max-width:260px;height:calc(100vh - 70px);background:#171717;display:flex;flex-direction:column;position:relative;transition:width .3s ease,min-width .3s ease,max-width .3s ease;border-right:1px solid rgba(255,255,255,.1);z-index:100;flex-shrink:0}.conversation-sidebar.collapsed{width:60px;min-width:60px;max-width:60px}.conversation-sidebar:not(.dark-mode){background:#f9fafb;border-right-color:#e5e7eb}.sidebar-toggle{position:absolute;right:-12px;top:50%;transform:translateY(-50%);width:24px;height:24px;border-radius:50%;background:#2f2f2f;border:1px solid rgba(255,255,255,.1);color:#a1a1a1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:101;padding:0}.conversation-sidebar:not(.dark-mode) .sidebar-toggle{background:#fff;border-color:#e5e7eb;color:#6b7280;box-shadow:0 1px 3px #0000001a}.sidebar-toggle:hover{background:#3f3f3f;color:#fff}.conversation-sidebar:not(.dark-mode) .sidebar-toggle:hover{background:#f3f4f6;color:#374151}.sidebar-header{padding:12px;border-bottom:1px solid rgba(255,255,255,.05)}.conversation-sidebar:not(.dark-mode) .sidebar-header{border-bottom-color:#e5e7eb}.new-chat-button{width:100%;display:flex;align-items:center;gap:10px;padding:12px 14px;background:transparent;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#ececec;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.conversation-sidebar:not(.dark-mode) .new-chat-button{border-color:#d1d5db;color:#374151}.new-chat-button:hover{background:#ffffff0d}.conversation-sidebar:not(.dark-mode) .new-chat-button:hover{background:#f3f4f6}.sidebar-search{padding:8px 12px;position:relative}.search-icon{position:absolute;left:22px;top:50%;transform:translateY(-50%);color:#6b6b6b;pointer-events:none}.conversation-sidebar:not(.dark-mode) .search-icon{color:#9ca3af}.search-input{width:100%;padding:10px 36px;background:#2f2f2f;border:1px solid transparent;border-radius:8px;color:#ececec;font-size:13px;outline:none;transition:all .2s ease}.conversation-sidebar:not(.dark-mode) .search-input{background:#f3f4f6;color:#374151}.search-input:focus{border-color:#fff3;background:#3f3f3f}.conversation-sidebar:not(.dark-mode) .search-input:focus{border-color:#d1d5db;background:#fff}.search-input::placeholder{color:#6b6b6b}.conversation-sidebar:not(.dark-mode) .search-input::placeholder{color:#9ca3af}.search-clear{position:absolute;right:22px;top:50%;transform:translateY(-50%);background:transparent;border:none;color:#6b6b6b;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s ease}.search-clear:hover{color:#ececec;background:#ffffff1a}.conversation-sidebar:not(.dark-mode) .search-clear:hover{color:#374151;background:#0000000d}.conversations-list{flex:1;overflow-y:auto;padding:8px 0}.conversations-list::-webkit-scrollbar{width:6px}.conversations-list::-webkit-scrollbar-track{background:transparent}.conversations-list::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}.conversations-list::-webkit-scrollbar-thumb:hover{background:#fff3}.conversation-sidebar:not(.dark-mode) .conversations-list::-webkit-scrollbar-thumb{background:#0000001a}.conversation-sidebar:not(.dark-mode) .conversations-list::-webkit-scrollbar-thumb:hover{background:#0003}.conversation-group{margin-bottom:8px}.group-title{padding:8px 16px 6px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#6b6b6b}.conversation-sidebar:not(.dark-mode) .group-title{color:#6b7280}.conversation-item{display:flex;align-items:center;gap:10px;padding:10px 12px;margin:2px 8px;border-radius:8px;cursor:pointer;transition:all .15s ease;position:relative}.conversation-item:hover{background:#ffffff0d}.conversation-sidebar:not(.dark-mode) .conversation-item:hover{background:#0000000a}.conversation-item.active{background:#ffffff14}.conversation-sidebar:not(.dark-mode) .conversation-item.active{background:#0000000f}.conversation-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px;background:#ffffff0d;color:#a1a1a1;flex-shrink:0}.conversation-sidebar:not(.dark-mode) .conversation-icon{background:#0000000a;color:#6b7280}.conversation-item.active .conversation-icon{background:#3b82f626;color:#60a5fa}.conversation-sidebar:not(.dark-mode) .conversation-item.active .conversation-icon{background:#3b82f61a;color:#3b82f6}.conversation-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.conversation-title{font-size:13px;font-weight:500;color:#ececec;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-sidebar:not(.dark-mode) .conversation-title{color:#374151}.conversation-summary{display:flex;flex-wrap:wrap;gap:4px}.summary-tag{font-size:10px;padding:2px 6px;border-radius:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px}.summary-tag.function{background:#3b82f626;color:#60a5fa}.summary-tag.position{background:#10b98126;color:#34d399}.summary-tag.person{background:#a855f726;color:#c084fc}.conversation-sidebar:not(.dark-mode) .summary-tag.function{background:#3b82f61a;color:#3b82f6}.conversation-sidebar:not(.dark-mode) .summary-tag.position{background:#10b9811a;color:#10b981}.conversation-sidebar:not(.dark-mode) .summary-tag.person{background:#a855f71a;color:#8b5cf6}.conversation-actions{position:relative;opacity:0;transition:opacity .15s ease}.conversation-item:hover .conversation-actions{opacity:1}.action-button{background:transparent;border:none;color:#6b6b6b;padding:4px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease}.action-button:hover{color:#ececec;background:#ffffff1a}.conversation-sidebar:not(.dark-mode) .action-button:hover{color:#374151;background:#0000000d}.conversation-menu{position:absolute;right:0;top:100%;background:#2f2f2f;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:4px;min-width:140px;box-shadow:0 4px 16px #0000004d;z-index:110}.conversation-sidebar:not(.dark-mode) .conversation-menu{background:#fff;border-color:#e5e7eb;box-shadow:0 4px 16px #0000001a}.menu-item{width:100%;display:flex;align-items:center;gap:10px;padding:10px 12px;background:transparent;border:none;border-radius:6px;color:#ececec;font-size:13px;cursor:pointer;transition:all .15s ease}.conversation-sidebar:not(.dark-mode) .menu-item{color:#374151}.menu-item:hover{background:#ffffff0d}.conversation-sidebar:not(.dark-mode) .menu-item:hover{background:#f3f4f6}.menu-item.delete{color:#ef4444}.menu-item.delete:hover{background:#ef44441a}.delete-confirm-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:200}.delete-confirm-modal{background:#2f2f2f;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:20px;max-width:300px;text-align:center}.conversation-sidebar:not(.dark-mode) .delete-confirm-modal{background:#fff;border-color:#e5e7eb}.delete-confirm-modal p{color:#ececec;font-size:15px;font-weight:500;margin:0 0 16px}.conversation-sidebar:not(.dark-mode) .delete-confirm-modal p{color:#374151}.delete-confirm-actions{display:flex;gap:8px;justify-content:center}.confirm-btn{padding:8px 16px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .15s ease;border:none}.confirm-btn.cancel{background:#ffffff1a;color:#ececec}.conversation-sidebar:not(.dark-mode) .confirm-btn.cancel{background:#f3f4f6;color:#374151}.confirm-btn.cancel:hover{background:#ffffff26}.conversation-sidebar:not(.dark-mode) .confirm-btn.cancel:hover{background:#e5e7eb}.confirm-btn.delete{background:#ef4444;color:#fff}.confirm-btn.delete:hover{background:#dc2626}.no-conversations{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center;color:#6b6b6b}.conversation-sidebar:not(.dark-mode) .no-conversations{color:#9ca3af}.no-conversations svg{margin-bottom:12px;opacity:.5}.no-conversations p{font-size:14px;font-weight:500;margin:0 0 4px;color:#a1a1a1}.conversation-sidebar:not(.dark-mode) .no-conversations p{color:#6b7280}.no-conversations span{font-size:12px}.sidebar-footer{padding:12px;border-top:1px solid rgba(255,255,255,.05)}.conversation-sidebar:not(.dark-mode) .sidebar-footer{border-top-color:#e5e7eb}.conversations-count{display:flex;align-items:center;gap:8px;font-size:12px;color:#6b6b6b}.conversation-sidebar:not(.dark-mode) .conversations-count{color:#9ca3af}.collapsed-content{display:flex;flex-direction:column;align-items:center;padding:12px 0;gap:8px}.collapsed-new-chat{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#ececec;cursor:pointer;transition:all .15s ease;margin-bottom:8px}.conversation-sidebar:not(.dark-mode) .collapsed-new-chat{border-color:#d1d5db;color:#374151}.collapsed-new-chat:hover{background:#ffffff0d}.conversation-sidebar:not(.dark-mode) .collapsed-new-chat:hover{background:#f3f4f6}.collapsed-conversations{display:flex;flex-direction:column;align-items:center;gap:4px}.collapsed-conv-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:8px;color:#a1a1a1;cursor:pointer;transition:all .15s ease}.conversation-sidebar:not(.dark-mode) .collapsed-conv-btn{color:#6b7280}.collapsed-conv-btn:hover{background:#ffffff0d}.conversation-sidebar:not(.dark-mode) .collapsed-conv-btn:hover{background:#0000000a}.collapsed-conv-btn.active{background:#ffffff14;color:#60a5fa}.conversation-sidebar:not(.dark-mode) .collapsed-conv-btn.active{background:#3b82f61a;color:#3b82f6}.collapsed-more{font-size:10px;color:#6b6b6b;padding:4px}@media (max-width: 768px){.conversation-sidebar{position:fixed;left:0;top:70px;height:calc(100% - 70px);z-index:1000;transform:translate(-100%);transition:transform .3s ease}.conversation-sidebar:not(.collapsed){transform:translate(0)}.conversation-sidebar.collapsed{transform:translate(-100%);width:260px;min-width:260px}.sidebar-toggle{right:-36px;width:36px;height:36px;border-radius:0 8px 8px 0}}.other-agents-content{width:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;padding:2rem;overflow-y:auto;max-height:calc(100vh - 70px)}.other-agents-header{text-align:center;margin-bottom:2.5rem}.other-agents-header h1{font-size:2.25rem;font-weight:700;color:#1e40af;margin-bottom:.75rem}[data-theme=dark] .other-agents-header h1{color:#60a5fa}.other-agents-description{font-size:1rem;color:#64748b;max-width:600px;margin:0 auto}[data-theme=dark] .other-agents-description{color:#94a3b8}.agents-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:3rem}.agent-card{background:#fff;border:1px solid #e2e8f0;border-radius:1.5rem;padding:2rem;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0000000d}[data-theme=dark] .agent-card{background:#1e293b;border:1px solid #334155;box-shadow:0 2px 4px #0003}.agent-card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;border-color:#3b82f680}[data-theme=dark] .agent-card:hover{border-color:#60a5fa80;box-shadow:0 20px 25px -5px #0000004d,0 10px 10px -5px #0003}.agent-card.selected{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.agent-graphic{margin-bottom:1.5rem;border-radius:1rem;overflow:hidden;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);padding:1.5rem;min-height:200px;display:flex;align-items:center;justify-content:center}.agent-graphic.blue{background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.agent-graphic.green{background:linear-gradient(135deg,#d1fae5,#a7f3d0)}.agent-graphic.purple{background:linear-gradient(135deg,#e9d5ff,#d8b4fe)}.agent-graphic.orange{background:linear-gradient(135deg,#fed7aa,#fdba74)}.agent-graphic.pink{background:linear-gradient(135deg,#fce7f3,#fbcfe8)}.agent-graphic.cyan{background:linear-gradient(135deg,#cffafe,#a5f3fc)}[data-theme=dark] .agent-graphic.blue{background:linear-gradient(135deg,#1e3a8a,#1e40af)}[data-theme=dark] .agent-graphic.green{background:linear-gradient(135deg,#064e3b,#065f46)}[data-theme=dark] .agent-graphic.purple{background:linear-gradient(135deg,#581c87,#6b21a8)}[data-theme=dark] .agent-graphic.orange{background:linear-gradient(135deg,#7c2d12,#9a3412)}[data-theme=dark] .agent-graphic.pink{background:linear-gradient(135deg,#831843,#9f1239)}[data-theme=dark] .agent-graphic.cyan{background:linear-gradient(135deg,#164e63,#155e75)}.agent-card h3{font-size:1.5rem;font-weight:600;color:#0f172a;margin-bottom:.75rem}[data-theme=dark] .agent-card h3{color:#f1f5f9}.agent-description{color:#64748b;font-size:.9375rem;line-height:1.6;margin-bottom:1.25rem}[data-theme=dark] .agent-description{color:#94a3b8}.agent-capabilities{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.capability-tag{background:#3b82f61a;color:#2563eb;font-size:.75rem;font-weight:500;padding:.4rem .8rem;border-radius:.5rem;border:1px solid rgba(59,130,246,.2)}[data-theme=dark] .capability-tag{background:#60a5fa26;color:#60a5fa;border:1px solid rgba(96,165,250,.3)}.agent-button{width:100%;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;border-radius:.75rem;cursor:pointer;transition:all .2s;box-shadow:0 4px 6px -1px #3b82f633}.agent-button:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 10px 15px -3px #3b82f64d;transform:translateY(-2px)}.feature-graphic{width:100%;color:#1e293b}[data-theme=dark] .feature-graphic{color:#e2e8f0}.graphic-header{font-size:.875rem;font-weight:600;margin-bottom:1rem;text-align:center}.candidate-list{display:flex;flex-direction:column;gap:.75rem}.candidate-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#ffffffb3;border-radius:.5rem}[data-theme=dark] .candidate-item{background:#0f172a66}.candidate-name{font-size:.875rem;font-weight:500}.match-score{font-size:.875rem;font-weight:700;padding:.25rem .75rem;border-radius:.375rem}.match-score.score-high{background:#22c55e33;color:#16a34a}[data-theme=dark] .match-score.score-high{background:#22c55e4d;color:#4ade80}.finance-metrics{display:flex;flex-direction:column;gap:1rem}.metric-item{display:flex;flex-direction:column;gap:.375rem}.metric-label{font-size:.75rem;font-weight:500;color:#64748b}[data-theme=dark] .metric-label{color:#94a3b8}.metric-value{font-size:1.25rem;font-weight:700;color:#0f172a}[data-theme=dark] .metric-value{color:#f1f5f9}.progress-bar{height:.5rem;background:#e2e8f080;border-radius:.25rem;overflow:hidden}[data-theme=dark] .progress-bar{background:#33415580}.progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#2563eb);transition:width .3s}.progress-fill.expense{background:linear-gradient(90deg,#ef4444,#dc2626)}.progress-fill.profit{background:linear-gradient(90deg,#22c55e,#16a34a)}.dev-stages{display:flex;flex-direction:column;gap:.75rem}.stage-item{display:flex;align-items:center;gap:.75rem}.stage-dot{width:.75rem;height:.75rem;border-radius:50%;background:#e2e8f0}[data-theme=dark] .stage-dot{background:#334155}.stage-item.completed .stage-dot{background:#22c55e}.stage-item.active .stage-dot{background:#3b82f6;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.stage-name{flex:1;font-size:.875rem;font-weight:500}.stage-status{font-size:.75rem;font-weight:600;color:#64748b}[data-theme=dark] .stage-status{color:#94a3b8}.project-stages{display:flex;justify-content:space-between;gap:.5rem;margin-bottom:.75rem}.pipeline-stage{flex:1;background:#ffffffb3;border-radius:.5rem;padding:.75rem .5rem;text-align:center}[data-theme=dark] .pipeline-stage{background:#0f172a66}.stage-label{font-size:.625rem;color:#64748b;margin-bottom:.25rem}[data-theme=dark] .stage-label{color:#94a3b8}.stage-count{font-size:1.125rem;font-weight:700;color:#0f172a}[data-theme=dark] .stage-count{color:#f1f5f9}.total-projects{text-align:center;font-size:.75rem;font-weight:600;color:#64748b}[data-theme=dark] .total-projects{color:#94a3b8}.campaign-stages{display:flex;align-items:flex-end;justify-content:space-between;gap:.5rem;height:120px;margin-bottom:.75rem}.campaign-stage{flex:1;display:flex;flex-direction:column;align-items:center;gap:.25rem}.stage-bar{width:100%;background:linear-gradient(180deg,#3b82f6,#2563eb);border-radius:.25rem;min-height:20px}.stage-value{font-size:.75rem;font-weight:700;color:#0f172a}[data-theme=dark] .stage-value{color:#f1f5f9}.conversion-rate{text-align:center;font-size:.75rem;font-weight:600;color:#64748b}[data-theme=dark] .conversion-rate{color:#94a3b8}.sales-funnel{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.funnel-stage{background:#3b82f633;border-radius:.5rem;padding:.75rem;display:flex;justify-content:space-between;align-items:center}[data-theme=dark] .funnel-stage,.funnel-stage.top{background:#3b82f64d}[data-theme=dark] .funnel-stage.top{background:#3b82f666}.funnel-stage.bottom{background:#22c55e4d}[data-theme=dark] .funnel-stage.bottom{background:#22c55e66}.funnel-label{font-size:.75rem;font-weight:500}.funnel-value{font-size:.875rem;font-weight:700}.win-rate{text-align:center;font-size:.75rem;font-weight:600;color:#64748b}[data-theme=dark] .win-rate{color:#94a3b8}@media (max-width: 768px){.other-agents-content{padding:1.5rem}.other-agents-header h1{font-size:1.75rem}.other-agents-description{font-size:.9375rem}.agents-grid{grid-template-columns:1fr;gap:1.5rem}.agent-graphic{min-height:150px}}.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}.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}[data-theme=dark] .dropdown-menu{background:#1e293b;border:1px solid #334155;box-shadow:0 10px 15px -3px #0000004d,0 4px 6px -2px #0003}@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}[data-theme=dark] .user-email{color:#94a3b8}.menu-divider{height:1px;background-color:#e2e8f0;margin:.375rem 0}[data-theme=dark] .menu-divider{background-color:#334155}.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;display:flex;align-items:center;gap:.5rem}.menu-item:hover{background-color:#f1f5f9}[data-theme=dark] .menu-item{color:#e2e8f0}[data-theme=dark] .menu-item:hover{background-color:#334155}.logout-item{color:#dc2626}.logout-item:hover{background-color:#fef2f2}[data-theme=dark] .logout-item{color:#ef4444}[data-theme=dark] .logout-item:hover{background-color:#450a0a}@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}.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-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--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}}}.invisible{visibility:hidden}.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}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.table{display:table}.table-cell{display:table-cell}.w-\[90\%\]{width:90%}.w-full{width:100%}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.resize{resize:both}.items-center{align-items:center}.justify-center{justify-content:center}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.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}.uppercase{text-transform:uppercase}.italic{font-style:italic}.line-through{text-decoration-line:line-through}.overline{text-decoration-line:overline}.underline{text-decoration-line:underline}.ring{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.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-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@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}
