.student-profile-form{--error-color:#D8000C;--error-bg:#FFD2D2;--success-color:#4F8A10;--success-bg:#DFF2BF;--max-width-form:780px}@media (prefers-color-scheme:dark){.student-profile-form{--error-bg:#4D0003;--error-color:#FFBDBD;--success-bg:#1E420A;--success-color:#BDECB6}}.student-profile-form *{box-sizing:border-box}.student-profile-form .form-container{max-width:var(--max-width-form);margin-left:auto;margin-right:auto;margin-bottom:var(--space-xl);background-color:var(--light);padding:var(--space-xl) var(--space-xxl);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);border:1px solid transparent;transition:all .3s ease-in-out}.student-profile-form .form-container:hover{border-color:var(--primary-alpha);box-shadow:var(--shadow-xl)}@media (prefers-color-scheme:dark){.student-profile-form .form-container{background-color:var(--light);box-shadow:var(--shadow-lg)}}.student-profile-form .form-container>h1,.student-profile-form h1.form-title{text-align:center;font-family:var(--font-heading);color:var(--dark);margin-bottom:var(--space-md);font-size:2.2em;font-weight:400}.student-profile-form .fieldset-description,.student-profile-form .form-description{text-align:left;color:var(--text-gray,var(--dark-600));margin-bottom:var(--space-lg);font-size:.95em;line-height:1.7}.student-profile-form .form-description{text-align:left;max-width:650px;margin-left:0;margin-right:auto}@media (prefers-color-scheme:dark){.student-profile-form .form-container>h1,.student-profile-form h1.form-title{color:var(--dark-800)}.student-profile-form .fieldset-description,.student-profile-form .form-description{color:var(--text-gray,var(--dark-400))}}.student-profile-form .progress-container{margin-bottom:var(--space-xl);text-align:center}.student-profile-form #formProgress{width:100%;height:10px;appearance:none;border:none;border-radius:var(--radius-md);overflow:hidden;margin-bottom:var(--space-sm);background-color:var(--light-600)}.student-profile-form #formProgress::-webkit-progress-bar{background-color:var(--light-600);border-radius:var(--radius-md)}.student-profile-form #formProgress::-webkit-progress-value{background-color:var(--primary);border-radius:var(--radius-md);transition:width .4s ease}.student-profile-form #formProgress::-moz-progress-bar{background-color:var(--primary);border-radius:var(--radius-md);transition:width .4s ease}.student-profile-form #progressText{font-size:.9em;color:var(--dark-400)}@media (prefers-color-scheme:dark){.student-profile-form #formProgress{background-color:var(--light-400)}.student-profile-form #formProgress::-webkit-progress-bar{background-color:var(--light-400)}.student-profile-form #progressText{color:var(--dark-400)}}.student-profile-form .form-page{display:none}.student-profile-form .form-page.active{display:block}.student-profile-form fieldset{border:1px solid var(--light-400);padding:var(--space-lg) var(--space-xl);margin-bottom:var(--space-xl);border-radius:var(--radius-md)}.student-profile-form .form-legend,.student-profile-form legend{font-family:var(--font-heading);font-weight:400;padding:0;color:var(--dark);font-size:1.25em;margin-left:0;margin-bottom:var(--space-sm)}.student-profile-form legend{margin-left:0}.student-profile-form .form-legend{padding:0}@media (prefers-color-scheme:dark){.student-profile-form fieldset{border-color:var(--light-400)}.student-profile-form .form-legend,.student-profile-form legend{color:var(--dark-800)}}.student-profile-form .form-group{margin-bottom:var(--space-lg)}.student-profile-form .dynamic-entry .form-group:last-child{margin-bottom:0}.student-profile-form .form-group label:not(.checkbox-group label):not(.captcha-group label){display:block;margin-bottom:var(--space-sm);font-family:var(--font-body);font-weight:700;font-size:.9rem;color:var(--dark-800)}.student-profile-form .required-star{color:#FF0000;margin-left:0;font-weight:400}.student-profile-form .field-description{font-size:.875em;color:var(--dark-400);margin-top:calc(-1 * var(--space-sm) + 4px);line-height:1.5}.student-profile-form .field-description.confidential-note strong{font-weight:700;color:var(--dark-600)}.student-profile-form .field-error{font-size:.85em;color:var(--error-color);margin-top:var(--space-xs);display:none;font-weight:600}@media (prefers-color-scheme:dark){.student-profile-form .form-group label:not(.checkbox-group label):not(.captcha-group label){color:var(--dark-600)}.student-profile-form .field-description,.student-profile-form .field-description.confidential-note strong{color:var(--dark-400)}}.student-profile-form .form-group-inline{display:flex;gap:var(--space-lg)}.student-profile-form .form-group-inline>div{flex:1}.student-profile-form .form-group-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:var(--space-lg)}.student-profile-form input[type=date],.student-profile-form input[type=email],.student-profile-form input[type=number],.student-profile-form input[type=tel],.student-profile-form input[type=text],.student-profile-form input[type=url],.student-profile-form select,.student-profile-form textarea{padding:calc(var(--space-sm) + 2px) var(--space-md);border:1px solid var(--light-400);border-radius:var(--radius-sm);font-size:1rem;font-family:var(--font-body);transition:border-color var(--transition-medium),box-shadow var(--transition-medium);background-color:var(--light);color:var(--dark-800);appearance:none;line-height:1.5}.student-profile-form input[type=file].sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.student-profile-form input[type=file]::file-selector-button{font-family:var(--font-heading);padding:var(--space-sm) var(--space-md);border-radius:var(--radius-sm);border:none;background-color:var(--primary);color:var(--dark);cursor:pointer;transition:background-color var(--transition-fast);text-transform:uppercase;letter-spacing:.5px}.student-profile-form input[type=file]::file-selector-button:hover{background-color:var(--primary-dark)}.student-profile-form input:focus,.student-profile-form select:focus,.student-profile-form textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-alpha)}.student-profile-form input::placeholder,.student-profile-form textarea::placeholder{color:var(--gray);font-family:var(--font-body);opacity:.8}.student-profile-form details.input-error>summary,.student-profile-form input.input-error,.student-profile-form select.input-error,.student-profile-form textarea.input-error{border-color:var(--error-color)!important; /* !important from original */background-color:var(--error-bg)!important; /* !important from original */color:var(--error-color)!important /* !important from original */}.student-profile-form input.input-error::placeholder,.student-profile-form textarea.input-error::placeholder{color:var(--error-color);opacity:.7}@media (prefers-color-scheme:dark){.student-profile-form input[type=date],.student-profile-form input[type=email],.student-profile-form input[type=number],.student-profile-form input[type=tel],.student-profile-form input[type=text],.student-profile-form input[type=url],.student-profile-form select,.student-profile-form textarea{background-color:var(--light-600);border-color:var(--light-400);color:var(--dark)}.student-profile-form input::placeholder,.student-profile-form textarea::placeholder{color:var(--gray)}.student-profile-form input[type=date]{color-scheme:dark}.student-profile-form details.input-error>summary,.student-profile-form input.input-error,.student-profile-form select.input-error,.student-profile-form textarea.input-error{border-color:var(--error-color)!important;background-color:var(--error-bg)!important;color:var(--error-color)!important}}.student-profile-form input[type=date]{position:relative}.student-profile-form textarea{min-height:120px;resize:vertical}.student-profile-form select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='%23555555'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right var(--space-sm) center;background-size:20px;padding-right:calc(var(--space-md) + 24px)}.student-profile-form select[multiple]{background-image:none;padding-right:var(--space-md);min-height:100px}@media (prefers-color-scheme:dark){.student-profile-form select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='%23a0a0a0'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E")}}.student-profile-form .range-container{display:flex;align-items:center;gap:var(--space-md);margin-top:var(--space-xs)}.student-profile-form input[type=range]{flex-grow:1;height:8px;cursor:pointer;appearance:none;background:var(--light-600);border-radius:var(--radius-sm);padding:0;border:none;outline:none}.student-profile-form input[type=range]::-webkit-slider-thumb{appearance:none;width:20px;height:20px;background:var(--primary);border:3px solid var(--light);border-radius:50%;cursor:pointer;margin-top:-6px;box-shadow:var(--shadow-sm);transition:transform .1s ease}.student-profile-form input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.1)}.student-profile-form input[type=range]::-webkit-slider-thumb:active{transform:scale(.95)}.student-profile-form input[type=range]::-moz-range-thumb{width:20px;height:20px;background:var(--primary);border:3px solid var(--light);border-radius:50%;cursor:pointer;box-shadow:var(--shadow-sm);transition:transform .1s ease}.student-profile-form input[type=range]::-moz-range-thumb:hover{transform:scale(1.1)}.student-profile-form input[type=range]::-moz-range-thumb:active{transform:scale(.95)}.student-profile-form .range-value{font-family:var(--font-heading);font-weight:400;font-size:1em;min-width:80px;text-align:right;color:var(--dark-600)}@media (prefers-color-scheme:dark){.student-profile-form input[type=range]{background:var(--light-400)}.student-profile-form input[type=range]::-webkit-slider-thumb{border-color:var(--light-600)}.student-profile-form input[type=range]::-moz-range-thumb{border-color:var(--light-600)}.student-profile-form .range-value{color:var(--dark-400)}}.student-profile-form .checkbox-group{padding:var(--space-xs) 0}.student-profile-form details.multi-select-details+.checkbox-group{padding-top:0}.student-profile-form .checkbox-group label{display:flex;align-items:center;margin-bottom:calc(var(--space-sm) + 2px);cursor:pointer;font-weight:400;font-size:.95rem;color:var(--dark);padding:var(--space-xs) 0;border-radius:var(--radius-sm);transition:background-color var(--transition-fast)}.student-profile-form .checkbox-group label:hover{background-color:var(--primary-alpha)}.student-profile-form .checkbox-group input[type=checkbox]{width:1.1em;height:1.1em;margin-right:var(--space-sm);accent-color:var(--primary-dark);cursor:pointer;flex-shrink:0}.student-profile-form details.multi-select-details{border:1px solid var(--light-400);border-radius:var(--radius-sm);background-color:var(--light);margin-top:var(--space-xs);position:relative;z-index:2}.student-profile-form details.multi-select-details summary{padding:calc(var(--space-sm) + 2px) var(--space-md);cursor:pointer;list-style:none;position:relative;font-family:var(--font-body);font-size:1rem;color:var(--dark-800);border-radius:var(--radius-sm);transition:background-color var(--transition-fast)}.student-profile-form details.multi-select-details summary:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.student-profile-form details.multi-select-details summary::-webkit-details-marker{display:none}.student-profile-form details.multi-select-details summary:after{content:"";display:block;width:10px;height:10px;border-style:solid;border-color:var(--dark-600);border-width:0 2px 2px 0;position:absolute;right:var(--space-md);top:50%;transform:translateY(-70%) rotate(45deg);transition:transform var(--transition-medium);pointer-events:none}.student-profile-form details[open].multi-select-details summary:after{transform:translateY(-30%) rotate(-135deg)}.student-profile-form details.multi-select-details .checkbox-group{padding:var(--space-sm) var(--space-md) var(--space-md);max-height:220px;overflow-y:auto;border-top:1px solid var(--light-400);background-color:var(--light);position:relative;z-index:2}@media (prefers-color-scheme:dark){.student-profile-form .checkbox-group label{color:var(--dark)}.student-profile-form .checkbox-group label:hover{background-color:var(--primary-alpha)}.student-profile-form .checkbox-group input[type=checkbox]{accent-color:var(--primary-dark)}.student-profile-form details.multi-select-details{background-color:var(--light-600);border-color:var(--light-400)}.student-profile-form details.multi-select-details summary{color:var(--dark)}.student-profile-form details.multi-select-details summary:after{border-color:var(--dark-400)}.student-profile-form details.multi-select-details .checkbox-group{background-color:var(--light);border-top-color:var(--light-400)}}.student-profile-form .terms-box{max-height:280px;overflow-y:auto;border:1px solid var(--light-400);padding:var(--space-md);margin-bottom:var(--space-lg);background-color:var(--light-800);font-size:.875em;line-height:1.6;border-radius:var(--radius-sm);color:var(--dark-600)}.student-profile-form .terms-agreement label{font-weight:700;align-items:flex-start;margin-top:var(--space-md)}.student-profile-form .terms-agreement input[type=checkbox]{margin-top:.25em}@media (prefers-color-scheme:dark){.student-profile-form .terms-box{background-color:var(--light-600);color:var(--dark-600);border-color:var(--light-400)}.student-profile-form .terms-box h4,.student-profile-form .terms-box h5,.student-profile-form .terms-box strong{color:var(--dark-800)}.student-profile-form .terms-box a{color:var(--primary)}.student-profile-form .terms-box a:hover{color:var(--primary-light)}}.student-profile-form .activity-entry,.student-profile-form .dynamic-entry,.student-profile-form .education-entry,.student-profile-form .experience-entry,.student-profile-form .skill-entry{position:relative;margin-bottom:var(--space-xl);padding:var(--space-lg);border:1px solid var(--light-400);border-radius:var(--radius-md);background-color:var(--light);box-shadow:var(--shadow-sm)}.student-profile-form .remove-item-btn{width:30px;height:30px;background-color:transparent;color:var(--dark-400);border-radius:var(--radius-round);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background-color var(--transition-fast),color var(--transition-fast),transform var(--transition-fast),box-shadow var(--transition-fast),border-radius var(--transition-fast);padding:0;border:1px solid var(--light-400);box-shadow:none;position:absolute;top:var(--space-md);right:var(--space-md)}.student-profile-form .remove-item-btn svg{width:1em;height:1em;display:block;stroke:currentColor;stroke-width:2}.student-profile-form .remove-item-btn{font-size:1.2rem;line-height:1}.student-profile-form .remove-item-btn:focus-visible:not(:disabled),.student-profile-form .remove-item-btn:hover:not(:disabled){background-color:var(--error-bg);color:var(--error-color);border-color:var(--error-color);transform:scale(1.05);box-shadow:var(--shadow-sm);border-radius:var(--radius-sm)}.student-profile-form .remove-item-btn:active:not(:disabled){transform:scale(1);background-color:var(--error-color);color:var(--light);border-color:var(--error-color)}.student-profile-form .remove-item-btn:disabled{opacity:.5;cursor:not-allowed;background-color:transparent!important;color:var(--dark-400)!important;border-color:var(--light-400)!important;transform:none!important;box-shadow:none!important}@media (prefers-color-scheme:dark){.student-profile-form .activity-entry,.student-profile-form .dynamic-entry,.student-profile-form .education-entry,.student-profile-form .experience-entry,.student-profile-form .skill-entry{background-color:var(--light-600);border-color:var(--light-400)}.student-profile-form .remove-item-btn{color:var(--dark-600);border-color:var(--light-600)}.student-profile-form .remove-item-btn:focus-visible:not(:disabled),.student-profile-form .remove-item-btn:hover:not(:disabled){background-color:var(--error-bg);color:var(--error-color);border-color:var(--error-color)}.student-profile-form .remove-item-btn:active:not(:disabled){background-color:var(--error-color);color:var(--dark)}.student-profile-form .remove-item-btn:disabled{color:var(--light-400)!important;border-color:var(--light-600)!important}}.student-profile-form .hidden-form-group{margin-top:var(--space-md);padding:var(--space-md);background-color:var(--light-800);border-radius:var(--radius-sm);border:1px solid var(--light-400)}@media (prefers-color-scheme:dark){.student-profile-form .hidden-form-group{background-color:var(--light);border-color:var(--light-400)}}.student-profile-form .navigation-buttons{display:flex;justify-content:space-between;align-items:center}@media (prefers-color-scheme:dark){.student-profile-form .navigation-buttons{border-top-color:var(--light-400)}}.student-profile-form .btn{display:inline-flex;align-items:center;justify-content:center;padding:var(--space-md) var(--space-xl);border-radius:var(--radius-sm);font-size:.95rem;font-weight:400;font-family:var(--font-heading);transition:all var(--transition-medium);text-align:center;letter-spacing:.8px;text-transform:uppercase;border:1px solid transparent;cursor:pointer;min-width:140px;line-height:1.4;box-shadow:var(--shadow-sm)}.student-profile-form .btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important;box-shadow:none!important;background-color:var(--light-600)!important;color:var(--dark-400)!important;border-color:var(--light-400)!important}.student-profile-form .btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:var(--shadow-md)}.student-profile-form .btn:active:not(:disabled){transform:translateY(0);box-shadow:var(--shadow-sm)}.student-profile-form .btn-next,.student-profile-form .btn-submit{background-color:var(--primary);color:var(--dark);border-color:var(--primary)}.student-profile-form .btn-next:hover:not(:disabled),.student-profile-form .btn-submit:hover:not(:disabled){background-color:var(--primary-dark);border-color:var(--primary-dark);color:var(--dark)}.student-profile-form .btn-back{background-color:var(--light);color:var(--dark-600);border:1px solid var(--light-400);box-shadow:none}.student-profile-form .btn-back:hover:not(:disabled){background-color:var(--light-800);border-color:var(--dark-400);color:var(--dark-800)}.student-profile-form .btn-secondary{background-color:var(--dark-800);color:var(--light);padding:var(--space-sm) var(--space-lg);font-size:.9rem;min-width:auto;box-shadow:none;border-color:var(--dark-800)}.student-profile-form .btn-secondary:hover:not(:disabled){background-color:var(--dark);color:var(--light);border-color:var(--dark)}.student-profile-form .btn-secondary i{margin-right:var(--space-sm);font-size:.9em}@media (prefers-color-scheme:dark){.student-profile-form .btn:disabled{background-color:var(--light-600)!important;color:var(--dark-400)!important;border-color:var(--light-400)!important}.student-profile-form .btn-next,.student-profile-form .btn-submit{background-color:var(--primary);color:#333333;border-color:var(--primary)}.student-profile-form .btn-next:hover:not(:disabled),.student-profile-form .btn-submit:hover:not(:disabled){background-color:var(--primary-dark);border-color:var(--primary-dark);color:#333333}.student-profile-form .btn-back{background-color:var(--light-400);color:var(--dark-800);border-color:var(--light-400)}.student-profile-form .btn-back:hover:not(:disabled){background-color:var(--light-600);border-color:var(--dark-600);color:var(--dark)}.student-profile-form .btn-secondary{background-color:var(--light-400);color:var(--dark-800);border-color:var(--light-400)}.student-profile-form .btn-secondary:hover:not(:disabled){background-color:var(--light-600);border-color:var(--dark-600);color:var(--dark)}.student-profile-form input[type=file]::file-selector-button{background-color:var(--primary);color:#333}.student-profile-form input[type=file]::file-selector-button:hover{background-color:var(--primary-dark)}}@media (max-width:768px){.student-profile-form .form-container>h1,.student-profile-form h1.form-title{font-size:1.8em}.student-profile-form .form-group-inline{flex-direction:column;gap:0}.student-profile-form .form-group-inline>div{margin-bottom:var(--space-lg)}.student-profile-form .form-group-inline>div:last-child{margin-bottom:0}.student-profile-form .form-group-grid{gap:var(--space-md)}.student-profile-form .navigation-buttons{flex-direction:column;gap:var(--space-md)}.student-profile-form .btn{width:100%}.student-profile-form legend{font-size:1.15em}.student-profile-form .range-container{flex-direction:column;align-items:stretch;gap:var(--space-sm)}.student-profile-form .range-value{text-align:center;margin-top:var(--space-xs)}.student-profile-form .activity-entry,.student-profile-form .dynamic-entry,.student-profile-form .education-entry,.student-profile-form .experience-entry,.student-profile-form .skill-entry{padding:var(--space-md)}.student-profile-form .remove-degree-btn,.student-profile-form .remove-item-btn{top:var(--space-xs);right:var(--space-xs)}}@media (max-width:480px){.student-profile-form .btn{font-size:.9rem}.student-profile-form{font-size:15px}.student-profile-form .form-container{padding:var(--space-md)}.student-profile-form .form-container>h1,.student-profile-form h1.form-title{font-size:1.6em}.student-profile-form .btn,.student-profile-form details.multi-select-details summary,.student-profile-form input,.student-profile-form select,.student-profile-form textarea{font-size:.95rem}.student-profile-form .btn{padding:var(--space-sm) var(--space-lg)}.student-profile-form fieldset{padding:var(--space-md)}.student-profile-form legend{font-size:1.1em}.student-profile-form .fieldset-description,.student-profile-form .form-description{font-size:.9em}.student-profile-form .field-error{font-size:.8em}}