* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Arimo', 'Noto Sans KR', sans-serif;
    background-color: #f9fafb;
    color: #101828;
}

/* Onboarding Banner */
.onboarding-banner {
    background: linear-gradient(172.79deg, rgb(255, 233, 214) 0%, rgb(255, 244, 230) 50%, rgb(255, 239, 213) 100%);
    border-radius: 14px;
    padding: 20px 23.991px;
    margin: 31.99px 23.99px;
    display: flex;
    gap: 30px;
    align-items: center;
    box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1), 0px 1px 2px 0px rgba(0,0,0,0.1);
}

.onboarding-content {
    flex: 1;
}

.onboarding-title {
    font-size: 16px;
    font-weight: 400;
    color: #1e2939;
    margin-bottom: 3.991px;
}

.onboarding-subtitle {
    font-size: 14px;
    font-weight: 400;
    color: #4a5565;
    margin-bottom: 11.988px;
}

.progress-bar-container {
    background-color: #ffe9d6;
    border-radius: 30504000px;
    height: 7.997px;
    margin-bottom: 3.992px;
    overflow: hidden;
}

.progress-bar {
    background-color: #ff7a00;
    height: 100%;
    width: 40%;
    border-radius: 30504000px;
}

.progress-text {
    font-size: 12px;
    font-weight: 400;
    color: #4a5565;
}

.onboarding-checklist {
    display: flex;
    gap: 15.994px;
    margin-top: 11.988px;
}

.checklist-item {
    display: flex;
    align-items: center;
    gap: 5.994px;
    font-size: 12px;
}

.checklist-icon {
    width: 15.994px;
    height: 15.994px;
    flex-shrink: 0;
}

.checklist-item.completed {
    color: #364153;
}

.checklist-item.pending {
    color: #99a1af;
}

.onboarding-btn {
    background-color: #ff7a00;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 0 20px;
    height: 51.974px;
    width: 189.602px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-shrink: 0;
}

.onboarding-btn:hover {
    background-color: #e67e00;
}

/* Main Content */
.main-content {
    margin: 0 auto;
    padding: 0 0 24px 0;
    max-width: 1280px;
}

.settings-header {
    margin-bottom: 31.989px;
}

.settings-title {
    font-size: 24px;
    font-weight: 400;
    color: #101828;
    margin-bottom: 7.997px;
}

.settings-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: #4a5565;
}

/* Tab Tabs */
.profile-tabs {
    display: flex;
    border-bottom: 0.909px solid #e5e7eb;
    margin-bottom: 31.989px;
    gap: 0;
}

.profile-tab {
    padding: 9.9px 0;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 16px;
    color: #4a5565;
    font-weight: 400;
    border-bottom: 1.989px solid transparent;
    margin-right: 40px;
    transition: all 0.3s ease;
    position: relative;
    height: 47.969px;
    display: flex;
    align-items: center;
}

.profile-tab.active {
    color: #ff7a00;
    border-bottom-color: #ff7a00;
}

.profile-tab:hover {
    color: #ff7a00;
}

/* Settings Card */
.settings-card {
    background-color: white;
    border: 0.909px solid rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    padding: 32.898px;
    margin-bottom: 23.991px;
}

.section-title {
    font-size: 16px;
    font-weight: 400;
    color: #101828;
    margin-bottom: 23.991px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.section-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.section-divider {
    height: 0.994px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 47.983px 0;
}

/* Form Fields */
.form-group {
    margin-bottom: 20px;
}

.form-label {
    font-size: 14px;
    font-weight: 400;
    color: #364153;
    margin-bottom: 7.997px;
    display: block;
}

.form-label-with-hint {
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.form-label-hint {
    font-size: 14px;
    color: #6a7282;
    font-weight: 400;
}

.form-input,
.form-select,
.form-textarea {
    width: 100%;
    padding: 4px 12px;
    background-color: #f3f3f5;
    border: 0.909px solid rgba(0, 0, 0, 0);
    border-radius: 8px;
    font-size: 14px;
    font-family: inherit;
    color: #717182;
    height: 35.994px;
    transition: all 0.3s ease;
}

.form-textarea {
    height: 63.991px;
    padding: 8px 12px;
    resize: none;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    outline: none;
    background-color: white;
    border-color: #ff7a00;
}

.form-input::placeholder,
.form-select,
.form-textarea::placeholder {
    color: #717182;
}

.form-input-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-hint-text {
    font-size: 14px;
    color: #6a7282;
    margin-top: 5px;
}

/* Instructor Type */
.instructor-type-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}

.type-card {
    border: 1.8px solid #ff6b35;
    border-radius: 16px;
    padding: 24px;
    background: rgba(250, 245, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
}

.type-card:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.type-card.disabled {
    opacity: 0.6;
    border-color: #e5e7eb !important;
    background: #f9fafb !important;
    cursor: not-allowed;
    pointer-events: none;
}

.type-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: #faf5ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}
.card-text {
    display: flex;
    flex-direction: column;
}

.type-card.disabled .type-card-icon {
    background: #fefce8;
}

.type-card.disabled:nth-child(3) .type-card-icon {
    background: #f0fdf4;
}

.type-card h3 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 6px;
    display: flex;
    gap: 12px;
    align-items: center;
}

.type-card.disabled h3 {
    color: #0a0a0a;
}

.type-card p {
    font-size: 12px;
    color: #4a5565;
    margin-bottom: 8px;
}

.type-card-badge {
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 12px;
    color: #00a63e;
}

.type-card.disabled .type-card-badge {
    color: #6a7282;
}

.check-icon {
    width: 24px;
    height: 24px;
    background: #ff6b35;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    position: absolute;
    top: 16px;
    right: 16px;
}

/* Checkbox */
.checkbox-group {
    display: flex;
    align-items: center;
    gap: 7.997px;
    height: 20px;
}

.checkbox-group input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 15.994px;
    height: 15.994px;
    border: 0.909px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    background-color: #f3f3f5;
    cursor: pointer;
    flex-shrink: 0;
    transition: all 0.3s ease;
    position: relative;
}

.checkbox-group input[type="checkbox"]:checked {
    background-color: #ff7a00;
    border-color: #ff7a00;
}

.checkbox-group input[type="checkbox"]:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 11px;
    font-weight: bold;
}

.checkbox-label {
    font-size: 14px;
    color: #4a5565;
    font-weight: 400;
    flex: 1;
}

/* Required field */
.required {
    color: #fb2c36;
    font-size: 14px;
    margin-left: 3px;
}

/* Career Section */
.career-card {
    border: 1.818px solid #e5e7eb;
    border-radius: 14px;
    padding: 25.81px;
    margin-bottom: 23.992px;
}

.career-number {
    background-color: #ff7a00;
    color: white;
    width: 31.989px;
    height: 31.989px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 14px;
    flex-shrink: 0;
}

.career-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 39.986px;
}

.career-header-left {
    display: flex;
    gap: 8px;
    align-items: center;
    width: max-content;
}
.career-header-right {
    display: flex;
    gap: 8px;
    align-items: center;
    width: max-content;
}
.career-delete {
    width: 36px;
    height: 36px;
    font-size: 18px;
    border: none;
    background: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.career-delete:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.career-title {
    font-size: 16px;
    font-weight: 400;
    color: #364153;
}

.career-section {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15.994px;
}

.date-range {
    display: flex;
    flex-wrap: wrap;
    gap: 11.989px;
    align-items: center;
}

.date-range .form-input {
    flex: 1;
}

.date-separator {
    color: #99a1af;
    font-size: 16px;
}

.career-add-btn {
    border: 1.818px solid rgba(255, 122, 0, 0.25);
    background-color: white;
    border-radius: 14px;
    padding: 15.99px;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
    color: #ff7a00;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.3s ease;
}

.career-add-btn:hover {
    background-color: rgba(255, 122, 0, 0.05);
}

/* Tip Box */
.tip-box {
    background-color: #fff7ed;
    border: 0.909px solid #ffd6a7;
    border-radius: 10px;
    padding: 16.903px;
    margin: 40px 0;
}

.tip-content {
    display: flex;
    gap: 7.997px;
    font-size: 14px;
}

.tip-icon {
    font-size: 14px;
    flex-shrink: 0;
}

.tip-text {
    color: #364153;
}

.tip-bold {
    font-weight: bold;
}

/* SNS Links */
.sns-row {
    display: flex;
    gap: 11.989px;
    align-items: center;
    margin-bottom: 15.994px;
}

.sns-label {
    min-width: 127.997px;
    font-size: 16px;
    color: #364153;
    font-weight: 400;
    flex-shrink: 0;
}

.sns-input {
    flex: 1;
}

.sns-row.custom {
    display: flex;
    gap: 11.989px;
    align-items: center;
    margin-bottom: 15.994px;
}

.sns-custom-platform {
    min-width: 127.997px;
    width: 10%;
}

.sns-custom-url {
    flex: 1;
}

.delete-btn {
    width: 35.994px;
    height: 31.989px;
    border: none;
    background: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.delete-btn:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.delete-btn img {
    width: 15.994px;
    height: 15.994px;
}

.add-link-btn {
    background-color: white;
    border: 0.909px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 8px 20px;
    width: 100%;
    cursor: pointer;
    font-size: 14px;
    color: #0a0a0a;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 35.994px;
    transition: all 0.3s ease;
}

.add-link-btn:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

/* Language Settings */

.language-group {
    display: flex;
    flex-direction: column;
    gap: 15.994px;
}

.toggle-switch {
    position: relative;
    width: 31.989px;
    height: 18.395px;
    background-color: #cbced4;
    border: 0.909px solid rgba(0, 0, 0, 0);
    border-radius: 30504000px;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.toggle-switch.active {
    background-color: #030213;
}

.toggle-knob {
    position: absolute;
    top: 0.909px;
    left: 0.909px;
    width: 15.994px;
    height: 15.994px;
    background-color: white;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.toggle-switch.active .toggle-knob {
    left: 14.903px;
}

.toggle-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 34.006px;
}

.toggle-label {
    flex: 1;
}

.toggle-title {
    font-size: 14px;
    font-weight: 400;
    color: #364153;
    display: block;
}

.toggle-description {
    font-size: 14px;
    font-weight: 400;
    color: #6a7282;
    margin-top: 0;
}

/* Public Settings */
.public-setting {
    background-color: #f9fafb;
    border-radius: 10px;
    padding: 15.994px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15.994px;
}

/* Invite Link Section */
.invite-header {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 20px;
}

.invite-header-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.invite-description {
    font-size: 14px;
    color: #4a5565;
    margin-bottom: 20px;
    line-height: 1.5;
}

.invite-highlight {
    color: #ff7a00;
    font-weight: bold;
}

/* Table Styles */
.invite-table {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    border: 0.909px solid #e5e7eb;
    border-radius: 14px;
    overflow: hidden;
}

.table-header {
    background-color: #f9fafb;
    border-bottom: 0.909px solid #e5e7eb;
}

.table-header-cell {
    padding: 10.99px 23.99px;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    color: #6a7282;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}

.table-header-cell:last-child {
    text-align: right;
    padding-right: 50px;
}

.table-row {
    border-bottom: 0.909px solid #e5e7eb;
    transition: all 0.3s ease;
}

.table-row:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.table-row:last-child {
    border-bottom: none;
}

.table-cell {
    padding: 16.45px 23.99px;
    font-size: 14px;
    color: #4a5565;
    vertical-align: middle;
}

.table-cell:first-child {
    width: 372.628px;
}

.table-cell:nth-child(2) {
    width: 166.435px;
}

.table-cell:nth-child(3) {
    width: 146.69px;
}

.table-cell:nth-child(4) {
    text-align: right;
    padding-right: 50px;
}

.course-item {
    display: flex;
    gap: 11.989px;
    align-items: center;
}

.course-icon {
    width: 47.997px;
    height: 47.997px;
    background-color: #f3f4f6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.course-name {
    font-size: 14px;
    color: #101828;
    font-weight: 400;
}

.status-badge {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 30504000px;
    font-size: 12px;
    font-weight: 400;
}

.status-approved {
    background-color: #dcfce7;
    color: #016630;
}

.status-progress {
    background-color: #dbeafe;
    color: #193cb8;
}

.invite-btn {
    background-color: #ff7a00;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.invite-btn:hover {
    background-color: #e67e00;
}

.invite-btn img {
    width: 15.994px;
    height: 15.994px;
}

/* Modal Styles */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.modal-overlay.active {
    display: flex;
}

.modal-content {
    background-color: white;
    border-radius: 16px;
    padding: 31.989px;
    max-width: 540px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
}

.modal-header {
    display: flex;
    gap: 11.989px;
    align-items: center;
    margin-bottom: 23.991px;
}

.modal-icon {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 122, 0, 0.13);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.modal-icon img {
    width: 20px;
    height: 20px;
}

.modal-title {
    font-size: 18px;
    font-weight: 400;
    color: #101828;
    margin: 0;
}

.modal-description {
    font-size: 14px;
    font-weight: 400;
    color: #4a5565;
    margin-bottom: 23.991px;
    line-height: 1.5;
}

.course-info {
    background-color: #f9fafb;
    border-radius: 10px;
    padding: 15.994px;
    display: flex;
    gap: 11.989px;
    margin-bottom: 23.991px;
}

.course-info-icon {
    font-size: 30px;
    width: 41.193px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.course-info-details {
    flex: 1;
}

.course-info-name {
    font-size: 14px;
    font-weight: 400;
    color: #101828;
    margin: 0 0 5px 0;
}

.course-info-category {
    font-size: 12px;
    font-weight: 400;
    color: #6a7282;
    margin: 0;
}

.modal-url-section {
    margin-bottom: 23.991px;
}

.modal-label {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #364153;
    margin-bottom: 7.997px;
}

.url-input-group {
    display: flex;
    gap: 7.997px;
}

.url-input {
    flex: 1;
    background-color: #f9fafb;
    border: 0.909px solid rgba(0, 0, 0, 0);
    border-radius: 10px;
    padding: 4px 12px;
    font-size: 14px;
    color: #0a0a0a;
    height: 35.994px;
    font-family: 'Arimo', sans-serif;
    word-break: break-all;
    display: flex;
    align-items: center;
    overflow-x: auto;
}

.copy-url-btn {
    background-color: white;
    border: 0.909px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 8px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 77.798px;
    height: 35.994px;
    flex-shrink: 0;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 400;
    color: #0a0a0a;
}

.copy-url-btn:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.copy-url-btn img {
    width: 15.994px;
    height: 15.994px;
}

.modal-tip-box {
    background-color: rgba(255, 122, 0, 0.06);
    border: 1.818px solid rgba(255, 122, 0, 0.25);
    border-radius: 14px;
    padding: 17.813px;
    margin-bottom: 23.991px;
}

.modal-tip-title {
    font-size: 14px;
    font-weight: 700;
    color: #ff7a00;
    margin: 0 0 11.989px 0;
}

.modal-tip-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 7.997px;
}

.modal-tip-item {
    display: flex;
    gap: 7.997px;
    font-size: 14px;
    color: #364153;
    line-height: 1.5;
}

.modal-tip-bullet {
    color: #ff6900;
    flex-shrink: 0;
}

.modal-tip-highlight {
    color: #ff7a00;
    font-weight: 700;
}

.modal-buttons {
    display: flex;
    gap: 11.989px;
    justify-content: flex-end;
}

.modal-close-btn {
    background-color: white;
    border: 0.909px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 8.909px 24.909px;
    cursor: pointer;
    font-size: 14px;
    color: #0a0a0a;
    font-weight: 400;
    height: 35.994px;
    width: 77.813px;
    transition: all 0.3s ease;
}

.modal-close-btn:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.modal-copy-all-btn {
    background-color: #ff7a00;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 8px 24px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    height: 35.994px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.modal-copy-all-btn:hover {
    background-color: #e67e00;
}

.modal-copy-all-btn img {
    width: 15.994px;
    height: 15.994px;
}

/* Action Buttons */
.action-buttons {
    display: flex;
    gap: 11.989px;
    justify-content: flex-end;
    padding-top: 15.994px;
}

.btn-cancel {
    background-color: white;
    border: 0.909px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 8.909px 24.909px;
    cursor: pointer;
    font-size: 14px;
    color: #0a0a0a;
    font-weight: 400;
    height: 35.994px;
    transition: all 0.3s ease;
}

.btn-cancel:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.btn-save {
    background-color: #ff7a00;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 8px 24px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    height: 35.994px;
    transition: all 0.3s ease;
}

.btn-save:hover {
    background-color: #e67e00;
}

/* Personal Info Settings Styles */
.settings-card-inner {
    background-color: white;
    border: 0.909px solid rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    padding: 32.898px;
    margin-bottom: 23.991px;
}

.privacy-settings,
.notification-settings {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.privacy-setting,
.notification-setting {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: auto;
    padding: 20px 0;
}

.privacy-setting-content,
.notification-setting-content {
    flex: 1;
}

.privacy-setting-label,
.notification-setting-label {
    font-size: 14px;
    font-weight: 400;
    color: #364153;
    margin-bottom: 0;
    display: block;
}

.privacy-setting-description,
.notification-setting-description {
    font-size: 14px;
    font-weight: 400;
    color: #6a7282;
    margin-top: 4px;
}

.security-buttons {
    display: flex;
    flex-direction: column;
    gap: 15.994px;
}

.security-btn {
    background-color: white;
    border: 0.909px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 0 12px;
    height: 35.994px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #0a0a0a;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.3s ease;
}

.security-btn:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.security-btn svg {
    width: 15.994px;
    height: 15.994px;
    flex-shrink: 0;
}

/* Profile Picture Tab Styles */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.profile-picture-section {
    display: flex;
    flex-direction: column;
    gap: 23.991px;
}

.profile-picture-intro {
    font-size: 16px;
    font-weight: 400;
    color: #4a5565;
}

.profile-picture-card {
    background-color: white;
    border: 0.909px solid rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    padding: 32.898px;
}

.profile-picture-container {
    display: flex;
    flex-direction: column;
    gap: 31.989px;
    align-items: center;
}

.profile-picture-upload-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 23.991px;
    width: 219.176px;
}

.profile-picture-preview {
    width: 207.997px;
    height: 207.997px;
    border: 3.636px solid #d1d5dc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #f9fafb;
    flex-shrink: 0;
}

.profile-picture-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-picture-preview.empty {
    background-color: #f3f4f6;
}

.profile-picture-placeholder {
    font-size: 48px;
    color: #d1d5dc;
}

.profile-picture-upload-text {
    text-align: center;
}

.profile-picture-upload-icon {
    font-size: 48px;
    margin-bottom: 8px;
}

.profile-picture-upload-label {
    font-size: 16px;
    font-weight: 400;
    color: #6a7282;
}

.profile-picture-spec {
    font-size: 14px;
    font-weight: 400;
    color: #6a7282;
    text-align: center;
    margin-bottom: 15.994px;
}

.profile-picture-file-input {
    display: none;
}

.profile-picture-btn {
    background-color: white;
    border: 0.909px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #0a0a0a;
    height: 35.994px;
    width: 219.176px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.profile-picture-btn:hover {
    background-color: rgba(0, 0, 0, 0.02);
}

.profile-picture-btn img,
.profile-picture-btn svg {
    width: 15.994px;
    height: 15.994px;
}

.profile-picture-guide {
    background-color: rgba(255, 122, 0, 0.06);
    border-radius: 14px;
    padding: 23.991px;
    width: 671.989px;
}

.guide-title {
    font-size: 16px;
    font-weight: 400;
    color: #101828;
    margin-bottom: 23.991px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.guide-title svg {
    width: 20px;
    height: 20px;
}

.guide-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 11.989px;
    margin-bottom: 24.901px;
    padding-bottom: 24.901px;
    border-bottom: 0.909px solid #ffd6a7;
}

.guide-item {
    display: flex;
    gap: 11.989px;
    font-size: 16px;
    color: #364153;
    align-items: center;
}

.guide-checkmark {
    background-color: #ff7a00;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    flex-shrink: 0;
}

.guide-examples-title {
    font-size: 14px;
    font-weight: 400;
    color: #4a5565;
    margin-bottom: 11.989px;
}

.guide-examples {
    display: flex;
    gap: 11.989px;
}

.guide-example-item {
    width: 80px;
    height: 80px;
    background-color: #e5e7eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.guide-example-item svg {
    width: 31.989px;
    height: 31.989px;
    color: #9ca3af;
}

/* Certification Management Styles */
.cert-section {
    display: flex;
    flex-direction: column;
    gap: 23.991px;
}

.cert-section-title {
    font-size: 20px;
    font-weight: 700;
    color: #1a2b4a;
    margin: 0 0 7.997px 0;
}

.cert-section-desc {
    font-size: 14px;
    color: #8b95a1;
    margin: 0;
}

.cert-badge-card {
    background: linear-gradient(174.13deg, #1a2b4a 0%, #2a3f6f 100%);
    border-radius: 14px;
    padding: 27.997px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cert-badge-card-label {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    font-weight: 400;
    margin-bottom: 7.997px;
    display: block;
}

.cert-badge-pills {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.cert-badge-pill {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5.5px 14.9px;
    background: rgba(255,255,255,0.15);
    border: 0.909px solid rgba(255,255,255,0.25);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    color: white;
    height: 29.815px;
}

.cert-badge-pill-icon {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

.cert-badge-pill-empty {
    display: flex;
    align-items: center;
    padding: 5.5px 14.9px;
    background: rgba(255,255,255,0.05);
    border: 0.909px dashed rgba(255,255,255,0.15);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    color: rgba(255,255,255,0.3);
    height: 29.815px;
}

.cert-badge-card-right {
    display: flex;
    flex-direction: column;
    gap: 7.997px;
    align-items: flex-end;
    flex-shrink: 0;
    width: 160px;
}

.cert-badge-card-hint {
    font-size: 12px;
    color: rgba(255,255,255,0.55);
    text-align: right;
    white-space: nowrap;
}

.cert-badge-progress-bar {
    width: 100%;
    height: 5.994px;
    background: rgba(255,255,255,0.15);
    border-radius: 3px;
    overflow: hidden;
}

.cert-badge-progress-fill {
    height: 100%;
    width: 20%;
    background: #ff6b35;
    border-radius: 3px;
}

.cert-item-list {
    display: flex;
    flex-direction: column;
    gap: 11.989px;
}

.cert-item {
    background: white;
    border: 0.909px solid #e8ebf0;
    border-radius: 12px;
    padding: 20px 24.9px;
    display: flex;
    align-items: center;
    gap: 15.994px;
    min-height: 100px;
}

.cert-item-icon {
    width: 47.997px;
    height: 47.997px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cert-item-icon svg {
    width: 23.991px;
    height: 23.991px;
}

.cert-item-icon-green { background: rgba(16,185,129,0.12); }
.cert-item-icon-gray  { background: #f4f5f7; }
.cert-item-icon-amber { background: rgba(245,158,11,0.12); }
.cert-item-icon-red   { background: rgba(239,68,68,0.1); }

.cert-item-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.cert-item-title {
    font-size: 15px;
    font-weight: 700;
    color: #1a2b4a;
    margin: 0;
}

.cert-item-desc {
    font-size: 13px;
    color: #8b95a1;
    margin: 0;
}

.cert-doc-tags {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
}

.cert-doc-tag {
    background: #f4f5f7;
    border-radius: 4px;
    padding: 2px 8px;
    font-size: 11px;
    color: #2a2a2a;
    white-space: nowrap;
}

.cert-item-status-amber {
    font-size: 12px;
    color: #f59e0b;
    margin: 0;
}

.cert-item-status-red {
    font-size: 12px;
    color: #ef4444;
    margin: 0;
}

.cert-status-complete {
    font-size: 13px;
    font-weight: 700;
    color: #10b981;
    white-space: nowrap;
    flex-shrink: 0;
}

.cert-btn-orange {
    background: #ff6b35;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 0 20px;
    height: 37.997px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    font-family: inherit;
    transition: background 0.3s ease;
}

.cert-btn-orange:hover { background: #e55a28; }

.cert-btn-gray {
    background: white;
    color: #8b95a1;
    border: 0.909px solid #e8ebf0;
    border-radius: 8px;
    padding: 0 20px;
    height: 37.997px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    font-family: inherit;
    transition: background 0.3s ease;
}

.cert-btn-gray:hover { background: #f9fafb; }

.cert-btn-red {
    background: white;
    color: #ef4444;
    border: 0.909px solid #ef4444;
    border-radius: 8px;
    padding: 0 20px;
    height: 37.997px;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    font-family: inherit;
    transition: background 0.3s ease;
}

.cert-btn-red:hover { background: rgba(239,68,68,0.05); }

/* Certification Apply Modal */
.cert-modal {
    background: white;
    border-radius: 16px;
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.1), 0px 4px 6px 0px rgba(0,0,0,0.1);
    width: 510px;
    max-width: 94vw;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.cert-modal-header {
    background: #1a2b4a;
    border-radius: 16px 16px 0 0;
    padding: 20px 23.991px 20px 23.991px;
    position: relative;
    flex-shrink: 0;
}

.cert-modal-header-title {
    font-size: 18px;
    font-weight: 700;
    color: white;
    margin: 0 0 8px 0;
}

.cert-modal-header-desc {
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    margin: 0;
}

.cert-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: rgba(255,255,255,0.7);
    font-size: 20px;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    font-family: inherit;
    transition: color 0.2s ease;
}

.cert-modal-close:hover { color: white; }

.cert-modal-body {
    padding: 23.991px;
    overflow-y: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.cert-modal-notice {
    background: rgba(255,107,53,0.06);
    border: 0.909px solid rgba(255,107,53,0.2);
    border-radius: 10px;
    padding: 12.898px 16.903px;
    font-size: 12px;
    color: #ff6b35;
    line-height: 1.5;
}

.cert-modal-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.cert-modal-field-label {
    font-size: 13px;
    font-weight: 700;
    color: #2a2a2a;
    display: block;
}

.cert-modal-field-label .required {
    color: #ef4444;
    margin-left: 1px;
}

.cert-modal-field-spec {
    font-size: 11px;
    color: #8b95a1;
    margin: 0 0 6px 0;
}

.cert-upload-dropzone {
    background: #f8f9fa;
    border: 1.818px dashed #d0d5dd;
    border-radius: 10px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 17.812px;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.cert-upload-dropzone:hover { border-color: #1a2b4a; }
.cert-upload-dropzone.has-file { border-color: #10b981; background: rgba(16,185,129,0.04); }

.cert-upload-inner {
    display: flex;
    align-items: center;
    gap: 11.989px;
    flex: 1;
    overflow: hidden;
}

.cert-upload-inner svg {
    width: 23.991px;
    height: 23.991px;
    flex-shrink: 0;
    color: #8b95a1;
}

.cert-upload-text {
    font-size: 13px;
    color: #8b95a1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cert-upload-text.has-file { color: #101828; }

.cert-upload-select-btn {
    background: #1a2b4a;
    color: white;
    border: none;
    border-radius: 6px;
    height: 30px;
    padding: 0 14px;
    font-size: 12px;
    cursor: pointer;
    flex-shrink: 0;
    font-family: inherit;
    white-space: nowrap;
    transition: background 0.3s ease;
}

.cert-upload-select-btn:hover { background: #253d6b; }

.cert-modal-textarea {
    width: 100%;
    height: 63.991px;
    background: #f3f3f5;
    border: 0.909px solid transparent;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 13px;
    color: #101828;
    font-family: inherit;
    resize: none;
    transition: border-color 0.3s ease;
}

.cert-modal-textarea::placeholder { color: #717182; }
.cert-modal-textarea:focus { outline: none; border-color: #1a2b4a; background: white; }

.cert-modal-checkbox-row {
    display: flex;
    align-items: flex-start;
    gap: 7.997px;
}

.cert-modal-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 15.994px;
    height: 15.994px;
    border: 0.909px solid rgba(0,0,0,0.1);
    border-radius: 4px;
    background: #f3f3f5;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 1px;
    position: relative;
    transition: all 0.3s ease;
}

.cert-modal-checkbox:checked {
    background: #1a2b4a;
    border-color: #1a2b4a;
}

.cert-modal-checkbox:checked::after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 10px;
    font-weight: bold;
}

.cert-modal-checkbox-label {
    font-size: 12px;
    color: #2a2a2a;
    line-height: 1.5;
    cursor: pointer;
}

.cert-modal-footer {
    background: #f8f9fb;
    border-top: 0.909px solid #e8ebf0;
    padding: 16.903px 23.991px;
    display: flex;
    gap: 11.989px;
    justify-content: flex-end;
    flex-shrink: 0;
}

.cert-modal-cancel-btn {
    background: white;
    border: 0.909px solid #e8ebf0;
    border-radius: 8px;
    height: 41.989px;
    padding: 0 16.909px;
    font-size: 14px;
    color: #8b95a1;
    cursor: pointer;
    font-family: inherit;
    transition: background 0.3s ease;
}

.cert-modal-cancel-btn:hover { background: #f9fafb; }

.cert-modal-submit-btn {
    background: #d0d5dd;
    border: none;
    border-radius: 8px;
    height: 41.989px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    color: white;
    cursor: not-allowed;
    font-family: inherit;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.cert-modal-submit-btn.enabled {
    background: #1a2b4a;
    opacity: 1;
    cursor: pointer;
}

.cert-modal-submit-btn.enabled:hover { background: #253d6b; }

/* Responsive */
@media (max-width: 768px) {
    .form-input-row {
        grid-template-columns: 1fr;
    }

    .profile-tabs {
        flex-wrap: wrap;
    }

    .onboarding-banner {
        flex-direction: column;
    }

    .nav-buttons {
        flex-wrap: wrap;
    }

    .table-cell:first-child {
        width: auto;
    }

    .course-item {
        flex-wrap: wrap;
    }
}

@media (max-width: 600px) {
    /* Table responsive design */
    .invite-table {
        border: none;
        border-radius: 0;
        background-color: transparent;
    }

    .table-header {
        display: none;
    }

    .table-row {
        display: block;
        background-color: white;
        border: 0.909px solid #e5e7eb;
        border-radius: 10px;
        margin-bottom: 15px;
        padding: 0;
    }

    .table-cell {
        display: block;
        width: 100% !important;
        padding: 12px 15px !important;
        text-align: left !important;
        border-bottom: 0.909px solid #f0f0f0;
        position: relative;
        padding-left: 120px !important;
    }

    .table-cell:first-child {
        padding-top: 15px !important;
    }

    .table-cell:last-child {
        border-bottom: none;
        text-align: left;
    }

    .table-cell::before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        font-size: 12px;
        font-weight: 600;
        color: #6a7282;
        min-width: 100px;
    }

    .course-item {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .invite-btn {
        width: 100%;
        justify-content: center;
        padding: 10px 15px;
    }

    .nav-buttons {
        flex-direction: column;
        gap: 10px;
    }

    .nav-logo {
        min-width: auto;
    }

    .settings-card {
        padding: 20px;
    }

    .section-divider {
        margin: 30px 0;
    }

    .onboarding-banner {
        padding: 15px;
        gap: 15px;
    }

    .onboarding-checklist {
        flex-wrap: wrap;
        gap: 10px;
    }

    .checklist-item {
        font-size: 11px;
        gap: 4px;
    }

    .sns-row {
        flex-direction: column;
        gap: 10px;
    }

    .sns-label,
    .sns-custom-platform {
        min-width: 100% !important;
    }

    .sns-input,
    .sns-custom-url {
        width: 100%;
    }

    .delete-btn {
        width: 100%;
        margin-top: 10px;
    }

    .action-buttons {
        flex-direction: column-reverse;
    }

    .btn-cancel,
    .btn-save {
        width: 100%;
    }

    .public-setting {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }

    .toggle-row {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
        height: auto;
    }

    .career-card {
        padding: 15px;
        margin-bottom: 15px;
    }

    .career-add-btn {
        padding: 12px;
        font-size: 13px;
    }

    .tip-box {
        padding: 12px;
    }

    .tip-content {
        font-size: 12px;
    }

    /* Modal responsive */
    .modal-content {
        max-width: 95%;
        padding: 20px;
    }

    .modal-header {
        gap: 10px;
    }

    .modal-icon {
        width: 35px;
        height: 35px;
    }

    .modal-title {
        font-size: 16px;
    }

    .modal-description {
        font-size: 13px;
    }

    .course-info {
        padding: 12px;
    }

    .course-info-icon {
        font-size: 24px;
    }

    .url-input-group {
        flex-direction: column;
    }

    .copy-url-btn {
        width: 100%;
    }

    .modal-buttons {
        flex-direction: column-reverse;
    }

    .modal-close-btn,
    .modal-copy-all-btn {
        width: 100%;
    }

    .modal-tip-box {
        padding: 12px;
    }

    .modal-tip-item {
        font-size: 12px;
    }

    /* Profile picture responsive */
    .profile-picture-guide {
        width: 100%;
    }

    .profile-picture-upload-area {
        width: 100%;
    }

    .profile-picture-btn {
        width: 100%;
    }

    .guide-examples {
        flex-wrap: wrap;
    }
}

/* Bank Account Management Styles */
.bank-account-card {
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 32px 24px;
    margin-bottom: 32px;
}

.bank-account-edit-card {
    background-color: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 32px 24px;
    margin-bottom: 32px;
}

.bank-edit-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #ff7a00;
    color: #ff7a00;
    background-color: transparent;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.bank-edit-btn:hover {
    background-color: rgba(255, 122, 0, 0.05);
}

.bank-edit-btn svg {
    width: 16px;
    height: 16px;
}

.bank-select {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%234a5565" stroke-width="2"><path d="M6 9l6 6 6-6"/></svg>');
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    padding-right: 40px !important;
}

.business-type-btn {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #d1d5dc;
    background-color: #fff;
    color: #4a5565;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.business-type-btn:hover {
    border-color: #ff7a00;
    color: #ff7a00;
}

.business-type-btn.active {
    background-color: #ff7a00;
    color: #fff;
    border-color: #ff7a00;
}

/* Pricing Settings Styles */
.pricing-card {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    padding: 32.898px;
    margin-bottom: 23.991px;
}

.pricing-section {
    display: flex;
    flex-direction: column;
}

.discount-section {
    display: flex;
    flex-direction: column;
    gap: 24px;
    transition: opacity 0.3s ease;
}