.toast-notification{align-items:center;animation:toast-slide-up .2s ease-out;border-radius:10px;bottom:24px;box-shadow:0 4px 8px #0003;color:#fff;display:flex;gap:12px;left:50%;padding:16px 20px;position:fixed;transform:translateX(-50%);width:min(92vw,560px);z-index:10000}.toast-notification--error{background:#b91c1c}.toast-notification--success{background:#047857}.toast-notification__icon{align-items:center;border:1px solid #ffffff80;border-radius:999px;display:inline-flex;flex-shrink:0;font-size:14px;font-weight:700;height:24px;justify-content:center;width:24px}.toast-notification__message{flex:1 1;font-size:14px;line-height:1.5;margin:0}.toast-notification__close{align-items:center;background:#0000;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;flex-shrink:0;font-size:20px;height:36px;justify-content:center;line-height:1;width:36px}.toast-notification__close:hover{background:#fff3}.toast-notification__close:focus-visible{outline:3px solid #fff;outline-offset:2px}@keyframes toast-slide-up{0%{opacity:0;transform:translateX(-50%) translateY(16px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}.student-header{position:-webkit-sticky;position:sticky;top:0;z-index:100}.student-header__nav{align-items:center;background:#2d3a3a;background:var(--header-bg,#2d3a3a);border-bottom:1px solid #ffffff14;box-shadow:0 2px 8px #00000026;display:flex;gap:20px;justify-content:space-between;padding:12px 32px}.student-header__logo{align-items:center;color:#fff;display:inline-flex;font-size:20px;font-weight:700;gap:12px;min-width:220px}.student-header__logo-icon{align-items:center;background:#c8a45c;background:var(--accent,#c8a45c);border-radius:50%;display:inline-flex;height:36px;justify-content:center;width:36px}.student-header__menu-panel{align-items:center;display:flex;flex:1 1;gap:14px;justify-content:space-between}.student-header__menu-panel--actions-right{justify-content:flex-end}.student-header__menu-btn{align-items:center;background:#0000;border:1px solid #fff3;border-radius:10px;color:#fff;cursor:pointer;display:none;height:44px;justify-content:center;min-width:44px;width:44px}.student-header__actions,.student-header__nav-links{align-items:center;display:flex;gap:8px}.student-header__nav-links{flex:1 1 auto;justify-content:center}.student-header__actions{flex-wrap:wrap;justify-content:flex-end;min-width:220px}.student-header__action,.student-header__launch-tour,.student-header__nav-link,.student-header__search input{border-radius:10px;font-size:14px;font-weight:600;min-height:44px}.student-header__nav-link{background:#0000;border:0;border-bottom:2px solid #0000;border-radius:0;color:#ffffffa6;cursor:pointer;min-height:40px;padding:10px 12px 8px}.student-header__nav-link:hover{color:#fff}.student-header__nav-link--active{border-bottom-color:#c8a45c;border-bottom-color:var(--accent,#c8a45c);color:#c8a45c;color:var(--accent,#c8a45c)}.student-header__search{align-items:center;background:#ffffff14;border:1px solid #ffffff2e;border-radius:10px;color:#ffffffb3;display:inline-flex;gap:8px;min-height:44px;min-width:250px;padding:0 12px}.student-header__search input{background:#0000;border:0;color:#fff;min-width:0;outline:none;padding:0;width:100%}.student-header__search input::placeholder{color:#ffffff73;font-weight:500}.student-header__action{border:1px solid #0000;cursor:pointer;padding:10px 14px}.student-header__action--primary{background:linear-gradient(135deg,#c8a45c,#b8943f);background:linear-gradient(135deg,var(--accent,#c8a45c) 0,var(--accent-dark,#b8943f) 100%);box-shadow:0 6px 14px #c8a45c3d;color:#1a1a2e;font-weight:700;padding:10px 20px}.student-header__action--danger{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 6px 14px #dc26263d;color:#fff;padding:10px 20px}.student-header__launch-tour{background:#0000;border:1px solid #fff3;color:#fff;cursor:pointer;padding:10px 14px}.student-header__launch-tour:hover{background:#ffffff14}.student-header__action:focus-visible,.student-header__launch-tour:focus-visible,.student-header__menu-btn:focus-visible,.student-header__nav-link:focus-visible,.student-header__search:focus-within{outline:3px solid #c8a45c66;outline-offset:2px}@media (max-width:1180px){.student-header__search{min-width:200px}}@media (max-width:1024px){.student-header__nav{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:minmax(0,1fr) auto;padding:12px 20px}.student-header__logo{font-size:18px;grid-column:1;justify-self:start;min-width:0}.student-header__menu-btn{display:inline-flex;grid-column:2;justify-self:end}.student-header__menu-panel{align-items:stretch;border-top:1px solid #ffffff1a;display:none;flex-direction:column;gap:12px;grid-column:1/-1;margin-top:2px;padding-top:12px;width:100%}.student-header--menu-open .student-header__menu-panel{display:flex}.student-header--menu-open .student-header__menu-btn{background:linear-gradient(135deg,#ef4444,#dc2626);border-color:#dc2626;box-shadow:0 6px 14px #dc26263d;color:#fff}.student-header__actions,.student-header__nav-links{align-items:stretch;flex-direction:column;justify-content:flex-start;min-width:0;width:100%}.student-header__action,.student-header__launch-tour,.student-header__nav-link{text-align:left;width:100%}.student-header__nav-link{border:1px solid #ffffff26;border-radius:10px;min-height:44px;padding:10px 12px}.student-header__nav-link--active{background:#c8a45c1f;border-color:#c8a45c;border-color:var(--accent,#c8a45c)}.student-header__action--danger,.student-header__action--primary{text-align:center}.student-header__actions{gap:10px}.student-header__search{min-width:0;width:100%}}@media (max-width:640px){.student-header__nav{padding:12px 16px}.student-header__logo{font-size:17px}}.student-home{background:#f5f3ef;background:var(--bg-page,#f5f3ef);min-height:100vh}.student-home__main{margin:0 auto;max-width:1400px;padding:40px}.student-home__card{background:#fff;border:1px solid #0000000d;border-radius:20px;box-shadow:0 10px 30px #0000000f,0 4px 12px #0000000a;padding:56px 48px;text-align:center}.student-home__title{color:#1a1a2e;color:var(--text,#1a1a2e);font-size:28px;font-weight:700;margin:0 0 8px}.student-home__subtitle{color:#6b7280;color:var(--text-muted,#6b7280);font-size:15px;margin:0}.student-home__upload{background:#faf9f6;border:2px dashed #d1cdc4;border-radius:18px;margin-top:32px;padding:40px 24px}.student-home__upload-text{color:#374151;font-size:15px;font-weight:600;margin:0}.student-home__primary-btn{background:linear-gradient(135deg,#c8a45c,#b8943f);background:linear-gradient(135deg,var(--accent,#c8a45c) 0,var(--accent-dark,#b8943f) 100%);border:0;border-radius:12px;box-shadow:0 10px 18px #c8a45c40;color:#fff;cursor:pointer;font-size:14px;font-weight:700;margin-top:16px;padding:12px 20px}.student-home__primary-btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.7}.student-home__support-text{color:#6b7280;color:var(--text-muted,#6b7280);font-size:13px;margin-top:10px}.student-home__error{color:#ef4444;color:var(--error,#ef4444);font-weight:600;margin-top:12px}.student-home__manual{color:#374151;font-size:14px;margin-top:18px}.student-home__manual-link{color:#2d6a5e;color:var(--primary,#2d6a5e);cursor:pointer;font-weight:700}.student-home__manual-link:hover{text-decoration:underline}@media (max-width:768px){.student-home__main{padding:24px 16px}.student-home__card{padding:40px 18px}.student-home__title{font-size:24px}}.profile-success{background:#f5f3ef;background:var(--bg-page,#f5f3ef);min-height:100vh}.profile-success__main{margin:0 auto;max-width:1400px;padding:40px}.profile-success__card{background:#fff;border:1px solid #0000000d;border-radius:20px;box-shadow:0 10px 30px #0000000f,0 4px 12px #0000000a;margin:80px auto;max-width:900px;padding:72px 48px;text-align:center}.profile-success__title{color:#1a1a2e;color:var(--text,#1a1a2e);font-size:24px;font-weight:800;margin:0 0 18px}.profile-success__subtitle{color:#6b7280;color:var(--text-muted,#6b7280);font-size:14px;line-height:1.5;margin:0 0 28px}.profile-success__primary-btn{background:linear-gradient(135deg,#c8a45c,#b8943f);background:linear-gradient(135deg,var(--accent,#c8a45c) 0,var(--accent-dark,#b8943f) 100%);border:0;border-radius:12px;box-shadow:0 10px 18px #c8a45c40;color:#fff;cursor:pointer;font-size:14px;font-weight:700;padding:12px 22px}.profile-success__primary-btn:hover{filter:brightness(.96)}@media (max-width:768px){.profile-success__main{padding:24px 16px}.profile-success__card{margin:40px auto;padding:48px 18px}}.tour-overlay__backdrop{background:#1118278c;inset:0;position:fixed;z-index:20000}.tour-overlay__highlight{border-radius:10px;box-shadow:0 0 0 4px #22c55ee6,0 12px 30px #00000059;pointer-events:none;position:fixed;transition:opacity .2s ease;z-index:20001}.tour-overlay__dialog{background:#fff;border:1px solid #00000014;border-radius:14px;box-shadow:0 18px 60px #00000059;padding:16px;position:fixed;width:360px;z-index:20002}.tour-overlay__step-count{color:#4b5563;font-size:12px;font-weight:600;margin:0 0 6px}.tour-overlay__title{color:#111827;font-size:16px;font-weight:800;margin:0 0 6px}.tour-overlay__body{color:#374151;font-size:13px;line-height:1.5;margin:0}.tour-overlay__actions{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-top:14px}.tour-overlay__skip{background:#0000;color:#4b5563;font-weight:600;padding:0}.tour-overlay__next,.tour-overlay__skip{border:none;cursor:pointer;font-size:13px}.tour-overlay__next{background:#2d6a5e;border-radius:10px;color:#fff;font-weight:700;min-width:86px;padding:10px 14px}.tour-overlay__next:hover{background:#14532d}.tour-overlay__skip:hover{color:#1f2937;text-decoration:underline}.tour-overlay__dialog:focus-visible,.tour-overlay__next:focus-visible,.tour-overlay__skip:focus-visible{outline:3px solid #0f172a;outline-offset:2px}@media (max-width:420px){.tour-overlay__dialog{width:min(92vw,360px)}}@media (prefers-reduced-motion:reduce){.tour-overlay__highlight{transition:none}}.view-profile{background:#f5f3ef;background:var(--bg-page,#f5f3ef);min-height:100vh}.view-profile__main{margin:0 auto;max-width:1400px;padding:24px 40px}.view-profile__loading{color:#6b7280;padding:40px;text-align:center}.view-profile__error{background:#fff1f2;border:1px solid #ef4444;border-radius:8px;color:#ef4444;margin:40px;padding:16px;text-align:center}.view-profile__banner{align-items:center;background:linear-gradient(135deg,#2d3a3a,#1a5c50 50%,#2d6a5e)!important;border-radius:20px;box-shadow:0 10px 30px #2d3a3a40,0 4px 12px #0000001a;display:flex;justify-content:space-between;margin-bottom:40px;min-height:160px;overflow:hidden;padding:40px 48px;position:relative}.view-profile__banner-left{flex:1 1;z-index:2}.view-profile__banner-small-text{color:#fff;font-size:14px;font-weight:500;margin-bottom:8px;opacity:.95;text-shadow:0 2px 6px #00000040}.view-profile__banner-title{color:#fff;font-size:32px;font-weight:700;line-height:1.2;margin:0 0 16px;text-shadow:0 2px 10px #0000004d}.view-profile__update-btn{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,var(--accent) 0,var(--accent-dark) 100%);border:0;border-radius:12px;box-shadow:0 8px 18px #c8a45c40;color:#fff;cursor:pointer;font-size:14px;font-weight:700;padding:12px 28px;transition:all .3s ease}.view-profile__progress{flex-direction:column;flex-shrink:0;margin-left:24px;z-index:2}.view-profile__progress,.view-profile__progress-circle{align-items:center;display:flex;justify-content:center;position:relative}.view-profile__progress-circle{height:110px;width:110px}.view-profile__progress-svg{left:0;position:absolute;top:0;transform:rotate(-90deg);z-index:2}.view-profile__progress-ring{fill:none;stroke:#ffffff40;stroke-width:4}.view-profile__progress-fill{fill:none;stroke:#fff;stroke-width:4;stroke-linecap:round;transition:stroke-dashoffset .6s ease}.view-profile__progress-inner{align-items:center;background:#fff;border-radius:50%;box-shadow:0 4px 12px #00000026;display:flex;flex-direction:column;height:100px;justify-content:center;position:relative;width:100px;z-index:3}.view-profile__progress-number{color:#111827;font-size:42px;font-weight:700;line-height:1;margin-bottom:4px}.view-profile__progress-label{color:#6b7280;font-size:11px;font-weight:500;line-height:1.3;text-align:center}.view-profile__content{display:flex;gap:24px}.view-profile__left{flex:0 0 65%}.view-profile__right{flex:0 0 35%}.view-profile__summary-card{align-items:center;background:linear-gradient(135deg,#f5f0e6,#ece4d4);border:1px solid #c8a45c26;border-radius:16px;box-shadow:0 4px 12px #c8a45c26,0 2px 4px #0000000d;display:flex;gap:20px;margin-bottom:20px;padding:24px}.view-profile__avatar{align-items:center;background:linear-gradient(135deg,var(--header-bg) 0,var(--primary-dark) 100%);border:3px solid #ffffff4d;border-radius:50%;box-shadow:0 4px 12px #2d3a3a4d;color:#fff;display:flex;flex-shrink:0;font-size:28px;font-weight:700;height:72px;justify-content:center;width:72px}.view-profile__summary-info{flex:1 1}.view-profile__name{color:#111827;font-size:16px;font-weight:600;margin:0 0 4px}.view-profile__title{color:#6b7280;font-size:14px;margin:0}.view-profile__section{background:#fff;border:1px solid #0000000a;border-radius:16px;box-shadow:0 2px 8px #0000000f,0 1px 3px #0000000a;margin-bottom:20px;padding:24px}.view-profile__section-header{align-items:center;display:flex;justify-content:space-between}.view-profile__section-title{align-items:center;color:#111827;display:flex;font-size:16px;font-weight:600;gap:8px;margin:0}.view-profile__section-count{color:#6b7280;font-size:14px;font-weight:400}.view-profile__chevron-btn{align-items:center;background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border:none;border-radius:50%;box-shadow:0 2px 4px #0000000d;cursor:pointer;display:flex;height:36px;justify-content:center;width:36px}.view-profile__chevron{color:#6b7280;display:inline-block;font-size:16px;transition:transform .2s ease}.view-profile__chevron-btn[aria-expanded=true] .view-profile__chevron{transform:rotate(180deg)}.view-profile__section-content{border-top:1px solid #e5e7eb;margin-top:20px;padding-top:20px}.view-profile__about-text{color:#374151;font-size:14px;line-height:1.6;margin:0 0 12px;white-space:pre-wrap}.view-profile__about-contact{background:#f8fafc;border:1px solid #e5e7eb;border-radius:12px;display:flex;flex-direction:column;gap:10px;margin-bottom:14px;padding:14px 16px}.view-profile__about-fullname{color:#111827;font-size:16px;font-weight:700}.view-profile__about-contact-items{align-items:center;display:flex;flex-wrap:wrap;gap:10px 14px}.view-profile__about-contact-link{color:#2d6a5e;color:var(--primary,#2d6a5e);font-weight:600;text-decoration:none}.view-profile__about-contact-link:hover{text-decoration:underline}.view-profile__about-textarea{border:1px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:14px;line-height:1.6;min-height:120px;outline:none;padding:12px;resize:vertical;width:100%}.view-profile__about-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:12px}.view-profile__accept-btn,.view-profile__btn-cancel,.view-profile__btn-edit,.view-profile__btn-save,.view-profile__chevron-btn{transition:all .2s ease}.view-profile__btn-edit{margin-top:12px}.view-profile__btn-edit,.view-profile__btn-save{background:linear-gradient(135deg,var(--accent) 0,var(--accent-dark) 100%);border:none;border-radius:10px;box-shadow:0 4px 12px #c8a45c4d;color:#fff;cursor:pointer;font-size:13px;font-weight:600;padding:10px 20px}.view-profile__btn-cancel{background:#f3f4f6;border:none;border-radius:6px;color:#374151;cursor:pointer;font-size:13px;font-weight:500;padding:8px 16px}.view-profile__item-card{background:#f9fafb;border-radius:8px;margin-bottom:12px;padding:16px}.view-profile__item-title{color:#111827;font-size:15px;font-weight:600;margin-bottom:8px}.view-profile__item-detail{color:#6b7280;font-size:14px;margin-bottom:4px}.view-profile__item-detail-heading{color:#6b7280;font-size:14px;font-weight:600;margin-bottom:8px}.view-profile__list-bullets{margin:6px 0 0;padding-left:20px}.view-profile__list-bullets li{margin-top:4px}.view-profile__skill-group{margin-bottom:16px}.view-profile__skill-tag{background:#e8f5f0;background:var(--primary-bg,#e8f5f0);border-radius:6px;color:#1a5c50;color:var(--primary-dark,#1a5c50);display:inline-block;font-size:13px;margin-bottom:8px;margin-right:8px;padding:6px 12px}.view-profile__empty{color:#6b7280;font-size:14px;line-height:1.5}.view-profile__notifications-header{color:#111827;font-size:16px;font-weight:600;margin:0 0 16px}.view-profile__notifications-status{color:#6b7280;padding:20px;text-align:center}.view-profile__notification-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000001a;margin-bottom:16px;padding:20px}.view-profile__notification-text{color:#374151;font-size:14px;margin:0 0 8px}.view-profile__notification-time{color:#9ca3af;display:block;font-size:12px;margin:0 0 12px}.view-profile__notification-meta{color:#6b7280;font-size:13px;margin:0 0 8px}.view-profile__notifications-list{display:flex;flex-direction:column;gap:16px}.view-profile__notifications-section-title{color:#111827;font-size:13px;font-weight:700;letter-spacing:.08em;margin:0 0 10px;text-transform:uppercase}.view-profile__notification-buttons{display:flex;gap:12px;margin-bottom:12px}.view-profile__accept-btn{background:#c8a45c;background:var(--accent,#c8a45c);border:none;border-radius:6px;color:#fff}.view-profile__accept-btn,.view-profile__delete-btn{cursor:pointer;font-size:13px;font-weight:500;padding:8px 16px}.view-profile__delete-btn{background:#0000;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;transition:all .2s ease}.view-profile__delete-btn:hover:not(:disabled){background:#fef2f2;border-color:#fecaca;color:#991b1b}.view-profile__delete-btn:disabled{cursor:not-allowed;opacity:.6}.view-profile__sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.view-profile__about-textarea:focus-visible,.view-profile__accept-btn:focus-visible,.view-profile__btn-cancel:focus-visible,.view-profile__btn-edit:focus-visible,.view-profile__btn-save:focus-visible,.view-profile__chevron-btn:focus-visible,.view-profile__update-btn:focus-visible{outline:3px solid #1a5c50;outline:3px solid var(--primary-dark,#1a5c50);outline-offset:2px}@media (max-width:1024px){.view-profile__main{padding:20px 24px}.view-profile__banner{margin-bottom:24px;padding:28px 24px}.view-profile__banner-title{font-size:28px}.view-profile__content{flex-direction:column;gap:20px}.view-profile__left,.view-profile__right{flex:1 1 auto;width:100%}}@media (max-width:768px){.view-profile__main{padding:16px}.view-profile__banner{align-items:flex-start;flex-direction:column;gap:16px;min-height:auto}.view-profile__progress{margin-left:0}}@media (max-width:560px){.view-profile__banner-title{font-size:24px}.view-profile__update-btn{text-align:center;width:100%}.view-profile__summary-card{gap:14px;padding:18px}.view-profile__section{padding:18px}.view-profile__section-header{align-items:flex-start;gap:10px}.view-profile__section-title{flex-wrap:wrap;font-size:15px}.view-profile__chevron-btn{flex-shrink:0;height:32px;width:32px}.view-profile__notification-buttons{flex-direction:column}}.my-jobs{background:#f5f3ef;background:var(--bg-page,#f5f3ef);min-height:100vh}.my-jobs__main{display:flex;gap:24px;margin:0 auto;max-width:1600px;padding:24px 40px}.my-jobs__left-sidebar{flex:0 0 400px}.my-jobs__right-content{flex:1 1;min-width:0}.my-jobs__filter-buttons{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:20px}.my-jobs__filter-btn{background:#fff;border:2px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 4px #0000000a;color:#374151;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .2s ease}.my-jobs__filter-btn:hover{border-color:var(--header-bg);color:var(--header-bg)}.my-jobs__filter-btn.is-active{background:linear-gradient(135deg,var(--header-bg) 0,#1f2e2e 100%);border-color:var(--header-bg);box-shadow:0 4px 12px #2d3a3a4d;color:#fff}.my-jobs__job-list{list-style:none;margin:0;padding:0}.my-jobs__job-list-item{margin-bottom:16px}.my-jobs__job-card{background:#fff;border:2px solid #0000;border-radius:16px;box-shadow:0 2px 8px #0000000f,0 1px 3px #0000000a;cursor:pointer;padding:24px;text-align:left;transition:all .2s ease;width:100%}.my-jobs__job-card:hover{box-shadow:0 8px 18px #0f172a1a;transform:translateY(-1px)}.my-jobs__job-card.is-selected{border-color:var(--accent);box-shadow:0 8px 24px #c8a45c26,0 4px 12px #00000014;transform:translateY(-2px)}.my-jobs__job-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px}.my-jobs__posted-time{color:#9ca3af;font-size:12px}.my-jobs__active-tag{background:#e8f5f0;background:var(--primary-bg,#e8f5f0);border-radius:4px;color:#1a5c50;color:var(--primary-dark,#1a5c50);font-size:11px;font-weight:500;padding:4px 8px}.my-jobs__job-card-content{align-items:flex-start;display:flex;gap:16px}.my-jobs__company-logo{align-items:center;background:#f3f4f6;border-radius:8px;color:#111827;display:flex;flex-shrink:0;font-size:20px;font-weight:600;height:48px;justify-content:center;width:48px}.my-jobs__job-card-info{flex:1 1;min-width:0}.my-jobs__job-card-title{color:#111827;font-size:16px;font-weight:600;margin-bottom:4px}.my-jobs__job-card-company{color:#6b7280;font-size:14px;margin-bottom:12px}.my-jobs__job-card-details{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.my-jobs__job-card-detail{align-items:center;color:#6b7280;display:flex;font-size:13px;gap:6px}.my-jobs__job-card-label{color:#374151;font-weight:600}.my-jobs__matching-score{background:#2d6a5e;background:var(--primary,#2d6a5e);border-radius:6px;color:#fff;display:inline-block;font-size:13px;font-weight:600;padding:6px 12px}.my-jobs__job-details-card{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000f,0 1px 3px #0000000a;min-height:400px;padding:32px 32px 80px;position:relative}.my-jobs__apply-btn{background:linear-gradient(135deg,var(--accent) 0,var(--accent-dark) 100%);border:none;border-radius:12px;bottom:24px;box-shadow:0 4px 12px #c8a45c4d;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;position:absolute;right:24px;transition:all .2s ease;z-index:10}.my-jobs__apply-btn:hover:not(:disabled){background:var(--accent-dark);box-shadow:0 6px 16px #c8a45c66;transform:translateY(-2px)}.my-jobs__apply-btn:disabled{cursor:not-allowed;opacity:.7}.my-jobs__apply-btn.is-applied{background:#2d6a5e;background:var(--primary,#2d6a5e)}.my-jobs__job-details-header{align-items:flex-start;border-bottom:1px solid #e5e7eb;display:flex;gap:16px;margin-bottom:24px;padding-bottom:24px}.my-jobs__job-details-logo{align-items:center;background:#f3f4f6;border-radius:12px;color:#111827;display:flex;flex-shrink:0;font-size:28px;font-weight:600;height:64px;justify-content:center;width:64px}.my-jobs__job-details-title-section{flex:1 1}.my-jobs__job-details-title{color:#111827;font-size:24px;font-weight:600;margin-bottom:4px}.my-jobs__job-details-company{color:#6b7280;font-size:16px;margin-bottom:8px}.my-jobs__verified{color:var(--primary-dark);font-size:12px;margin-left:8px}.my-jobs__job-details-info{grid-gap:18px 24px;display:grid;gap:18px 24px;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-top:20px}.my-jobs__job-detail-item{display:flex;flex-direction:column;gap:4px}.my-jobs__job-detail-label{color:#9ca3af;font-size:12px;font-weight:500;text-transform:uppercase}.my-jobs__job-detail-value{color:#111827;font-size:14px;font-weight:500}.my-jobs__section{margin-bottom:32px}.my-jobs__section-title{color:#111827;font-size:18px;font-weight:600;margin-bottom:16px}.my-jobs__section-text{color:#374151;font-size:14px;line-height:1.6;margin-bottom:16px;white-space:pre-line}.my-jobs__contact-link{color:#2d6a5e;color:var(--primary,#2d6a5e)}.my-jobs__empty-state{color:#6b7280;padding:60px 20px;text-align:center}.my-jobs__modal-overlay{align-items:center;background:#1118278c;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:20000}.my-jobs__modal{background:#fff;border:1px solid #00000014;border-radius:16px;box-shadow:0 25px 50px -12px #00000059;max-width:520px;padding:18px;width:100%}.my-jobs__modal-title{color:#111827;font-size:16px;font-weight:800;margin:0 0 6px}.my-jobs__modal-text{color:#374151;font-size:13px;line-height:1.5;margin:0}.my-jobs__modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:16px}.my-jobs__modal-btn{border:none;border-radius:10px;cursor:pointer;font-size:13px;font-weight:700;padding:10px 14px}.my-jobs__modal-btn--secondary{background:#f3f4f6;color:#374151}.my-jobs__modal-btn--primary{background:#c8a45c;background:var(--accent,#c8a45c);color:#fff;font-weight:800}.my-jobs__apply-btn:focus-visible,.my-jobs__contact-link:focus-visible,.my-jobs__filter-btn:focus-visible,.my-jobs__job-card:focus-visible,.my-jobs__modal-btn:focus-visible{outline:3px solid #c8a45c59;outline-offset:2px}@media (max-width:1200px){.my-jobs__main{padding:20px 24px}.my-jobs__left-sidebar{flex-basis:340px}}@media (max-width:960px){.my-jobs__main{flex-direction:column;gap:16px}.my-jobs__left-sidebar{flex-basis:auto}.my-jobs__job-details-card{padding:24px}.my-jobs__apply-btn{margin-bottom:18px;position:static;width:100%}}@media (max-width:640px){.my-jobs__main{padding:16px}.my-jobs__job-card,.my-jobs__job-details-card{padding:18px}.my-jobs__job-card-content,.my-jobs__job-details-header{gap:12px}.my-jobs__job-details-title{font-size:20px}.my-jobs__job-details-info{grid-template-columns:1fr}.my-jobs__modal-actions{flex-direction:column}.my-jobs__modal-btn{width:100%}}.employer-header{position:-webkit-sticky;position:sticky;top:0;z-index:100}.employer-header__nav{align-items:center;background:#2d3a3a;background:var(--header-bg,#2d3a3a);border-bottom:1px solid #ffffff14;box-shadow:0 2px 8px #00000026;display:flex;gap:20px;justify-content:space-between;padding:12px 32px}.employer-header__logo{align-items:center;color:#fff;display:inline-flex;font-size:20px;font-weight:700;gap:12px;min-width:220px}.employer-header__logo-icon{align-items:center;background:#c8a45c;border-radius:50%;display:inline-flex;height:36px;justify-content:center;width:36px}.employer-header__actions,.employer-header__nav-links{align-items:center;display:flex;gap:8px}.employer-header__menu-panel{align-items:center;display:flex;flex:1 1;gap:14px;justify-content:space-between}.employer-header__menu-btn{align-items:center;background:#0000;border:1px solid #fff3;border-radius:10px;color:#fff;cursor:pointer;display:none;height:44px;justify-content:center;min-width:44px;width:44px}.employer-header__nav-links{flex:1 1 auto;justify-content:center}.employer-header__actions{flex-wrap:wrap;justify-content:flex-end;min-width:320px}.employer-header__action,.employer-header__nav-link,.employer-header__tour-btn{border:1px solid #0000;border-radius:12px;cursor:pointer;font-size:14px;font-weight:600;min-height:44px;padding:10px 14px}.employer-header__nav-link{background:#0000;border:0;border-bottom:2px solid #0000;border-radius:0;color:#ffffffa6;min-height:40px;padding:10px 12px 8px}.employer-header__nav-link:hover{color:#fff}.employer-header__nav-link--active{border-bottom-color:#c8a45c;color:#b8943f}.employer-header__action--secondary{align-items:center;background:#0000;border:0;box-shadow:none;color:#ffffffb3;display:inline-flex;gap:8px}.employer-header__action--secondary:hover{background:#ffffff14;color:#fff}.employer-header__tour-btn{background:#0000;border-color:#fff3;box-shadow:0 2px 6px #0f172a14;color:#fff}.employer-header__tour-btn:hover{background:#ffffff14}.employer-header__action--primary{background:linear-gradient(135deg,#c8a45c,#b8943f);box-shadow:0 6px 14px #c8a45c3d;color:#fff;padding:10px 20px}.employer-header__action--danger{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 6px 14px #dc26263d;color:#fff;padding:10px 20px}.employer-header__action:focus-visible,.employer-header__menu-btn:focus-visible,.employer-header__nav-link:focus-visible,.employer-header__tour-btn:focus-visible{outline:3px solid #15803d59;outline-offset:2px}@media (max-width:1024px){.employer-header__nav{grid-gap:10px;align-items:center;display:grid;gap:10px;grid-template-columns:minmax(0,1fr) auto;padding:12px 20px}.employer-header__logo{font-size:18px;grid-column:1;justify-self:start;min-width:0}.employer-header__menu-btn{display:inline-flex;grid-column:2;justify-self:end}.employer-header__menu-panel{align-items:stretch;border-top:1px solid #e5e7eb;display:none;flex-direction:column;gap:12px;grid-column:1/-1;margin-top:2px;padding-top:12px;width:100%}.employer-header--menu-open .employer-header__menu-panel{display:flex}.employer-header--menu-open .employer-header__menu-btn{background:linear-gradient(135deg,#ef4444,#dc2626);border-color:#dc2626;box-shadow:0 6px 14px #dc26263d;color:#fff}.employer-header__actions,.employer-header__nav-links{align-items:stretch;flex-direction:column;justify-content:flex-start;min-width:0;width:100%}.employer-header__action,.employer-header__nav-link,.employer-header__tour-btn{text-align:left;width:100%}.employer-header__nav-link{border:1px solid #d1d5db;border-radius:10px;min-height:44px;padding:10px 12px}.employer-header__nav-link--active{background:#ecfdf5;border-color:#c8a45c}.employer-header__action--secondary{background:#fff;border:1px solid #d1d5db}.employer-header__action--danger,.employer-header__action--primary{text-align:center}.employer-header__actions{gap:10px}}@media (max-width:640px){.employer-header__nav{padding:12px 16px}.employer-header__logo{font-size:17px}}.year-picker{position:relative;width:100%}.year-picker__select{appearance:none;-webkit-appearance:none;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;color:#111827;cursor:pointer;font-size:14px;line-height:1.4;min-height:44px;padding:10px 42px 10px 14px;width:100%}.year-picker__select:focus-visible{border-color:#b8943f;outline:3px solid #15803d59;outline-offset:1px}.year-picker__select:disabled{background-color:#f3f4f6;color:#6b7280;cursor:not-allowed}.year-picker__chevron{color:#374151;font-size:12px;pointer-events:none;position:absolute;right:14px;top:50%;transform:translateY(-50%)}.employer-home{background:#f5f3ef;background:var(--bg-page,#f5f3ef);min-height:100vh}.employer-home__header{position:-webkit-sticky;position:sticky;top:0;z-index:100}.employer-home__top-nav{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;display:flex;gap:16px;justify-content:space-between;padding:20px 40px}.employer-home__logo{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--accent) 0,var(--accent-dark) 100%);-webkit-background-clip:text;background-clip:text;font-size:20px;gap:10px;letter-spacing:-.02em}.employer-home__logo,.employer-home__logo-icon{align-items:center;display:inline-flex;font-weight:700}.employer-home__logo-icon{background:linear-gradient(135deg,var(--accent),var(--accent-dark));border-radius:50%;color:#fff;font-size:18px;height:32px;justify-content:center;line-height:1;width:32px}.employer-home__nav-actions{align-items:center;display:flex;gap:14px}.employer-home__logout-btn,.employer-home__notification-btn,.employer-home__post-job-btn,.employer-home__profile-link{border:1px solid #0000;border-radius:10px;cursor:pointer;font-size:14px;font-weight:600;min-height:44px;padding:10px 16px}.employer-home__profile-link{background:#0000;border-color:#d1d5db;color:#374151}.employer-home__profile-link:hover{background:#f9fafb}.employer-home__notification-btn{align-items:center;background:#fff;border-color:#d1d5db;color:#374151;display:inline-flex;justify-content:center;min-width:44px;padding:0;width:44px}.employer-home__notification-btn:hover{background:#f9fafb}.employer-home__logout-btn{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 12px #ef44444d;color:#fff;transition:transform .2s ease,box-shadow .2s ease}.employer-home__logout-btn:hover{box-shadow:0 6px 16px #ef444466;transform:translateY(-1px)}.employer-home__post-job-btn{background:linear-gradient(135deg,var(--accent) 0,var(--accent-dark) 100%);box-shadow:0 4px 12px #16a34a4d;color:#fff;transition:transform .2s ease,box-shadow .2s ease}.employer-home__post-job-btn:hover{box-shadow:0 6px 16px #16a34a59;transform:translateY(-1px)}.employer-home__main{display:flex;gap:24px;margin:0 auto;max-width:1400px;padding:32px 40px}.employer-home__left-panel{flex:0 0 320px}.employer-home__user-card{background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:16px;box-shadow:0 4px 6px #0000001a;overflow:hidden;padding:32px 24px;position:relative}.employer-home__background-mark{color:#d977061a;font-size:120px;font-weight:700;position:absolute;right:-20px;top:-20px}.employer-home__profile-picture{align-items:center;background:var(--accent);border:4px solid #fff;border-radius:50%;box-shadow:0 2px 4px #0000001a;color:#fff;display:inline-flex;font-size:32px;font-weight:600;height:80px;justify-content:center;margin-bottom:16px;width:80px}.employer-home__welcome-text{color:#92400e;font-size:14px;font-weight:500;margin:0 0 4px}.employer-home__user-name{color:#78350f;font-size:24px;font-weight:700;margin:0}.employer-home__right-panel{flex:1 1}.employer-home__form-card{background:#fff;border:1px solid #0000000a;border-radius:20px;box-shadow:0 4px 12px #0000000f,0 1px 3px #0000000a;padding:40px}.employer-home__form-title{color:#111827;font-size:24px;font-weight:700;margin:0 0 24px}.employer-home__form-group{margin-bottom:24px}.employer-home__label,.employer-home__legend{color:#1f2937;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.employer-home__fieldset{border:0;margin:0 0 24px;padding:0}.employer-home__input,.employer-home__select,.employer-home__textarea{background:#fff;border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;color:#111827;font-size:14px;width:100%}.employer-home__input,.employer-home__select{min-height:44px;padding:10px 14px}.employer-home__textarea{font-family:inherit;min-height:120px;padding:12px 14px;resize:vertical}.employer-home__cancel-btn:focus-visible,.employer-home__input:focus-visible,.employer-home__logout-btn:focus-visible,.employer-home__notification-btn:focus-visible,.employer-home__post-job-btn:focus-visible,.employer-home__profile-link:focus-visible,.employer-home__radio-input:focus-visible+.employer-home__radio-label,.employer-home__save-btn:focus-visible,.employer-home__select:focus-visible,.employer-home__textarea:focus-visible{outline:3px solid #15803d59;outline-offset:2px}.employer-home__field-hint{color:#4b5563;font-size:12px;margin:0 0 8px}.employer-home__field-error{color:#b91c1c;font-size:13px;font-weight:600;margin:8px 0 0}.employer-home__select-wrapper{position:relative}.employer-home__select{appearance:none;-webkit-appearance:none;cursor:pointer;padding-right:40px}.employer-home__select-arrow{color:#374151;font-size:12px;pointer-events:none;position:absolute;right:14px;top:50%;transform:translateY(-50%)}.employer-home__radio-group{display:flex;flex-wrap:wrap;gap:16px}.employer-home__radio-option{align-items:center;display:inline-flex;gap:8px}.employer-home__radio-input{accent-color:var(--accent-dark);height:18px;width:18px}.employer-home__radio-label{color:#1f2937;font-size:14px}.employer-home__actions{border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:space-between;margin-top:32px;padding-top:24px}.employer-home__cancel-btn,.employer-home__save-btn{border:1px solid #0000;border-radius:10px;cursor:pointer;font-size:14px;font-weight:600;min-height:44px;padding:12px 24px}.employer-home__cancel-btn{background:#f3f4f6;border-color:#d1d5db;color:#1f2937}.employer-home__cancel-btn:hover{background:#e5e7eb}.employer-home__save-btn{background:linear-gradient(135deg,var(--accent) 0,var(--accent-dark) 100%);box-shadow:0 4px 12px #16a34a4d;color:#fff}.employer-home__save-btn:hover{box-shadow:0 6px 16px #16a34a59}@media (max-width:1080px){.employer-home__top-nav{align-items:flex-start;flex-direction:column}.employer-home__nav-actions{flex-wrap:wrap;width:100%}.employer-home__main{flex-direction:column}.employer-home__left-panel{flex:1 1 auto}}@media (max-width:640px){.employer-home__main,.employer-home__top-nav{padding:16px}.employer-home__form-card{padding:20px}.employer-home__actions{flex-direction:column}}.candidates-page{background:#f5f3ef;background:var(--bg-page,#f5f3ef);min-height:100vh}.candidates{display:grid;grid-template-columns:360px minmax(0,1fr);min-height:calc(100vh - 84px)}.candidates__list-panel{background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;min-height:0}.candidates__search-section{border-bottom:1px solid #e5e7eb;padding:16px}.candidates__search-label{color:#374151;display:block;font-size:13px;font-weight:600;margin-bottom:8px}.candidates__search-bar{align-items:center;background:#f9fafb;border:1px solid #d1d5db;border-radius:10px;display:flex;min-height:44px;padding:0 12px}.candidates__search-input{background:#0000;border:0;color:#111827;font-size:14px;width:100%}.candidates__search-input:focus{outline:none}.candidates__filters-btn{background:linear-gradient(135deg,var(--accent) 0,var(--accent-dark) 100%);border:1px solid #0000;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;margin-top:10px;min-height:44px;width:100%}.candidates__list{flex:1 1;overflow-y:auto;padding:16px}.candidates__state-text{color:#6b7280;font-size:14px;margin:0;padding:16px 8px;text-align:center}.candidates__items{grid-gap:12px;display:grid;gap:12px;list-style:none;margin:0;padding:0}.candidates__item{background:#fff;border:2px solid #0000;border-radius:14px;box-shadow:0 2px 8px #0000000f,0 1px 3px #0000000a;cursor:pointer;padding:14px;text-align:left;width:100%}.candidates__item--active{background:linear-gradient(135deg,#16a34a0d,#15803d0d);border-color:var(--accent);box-shadow:0 8px 24px #16a34a26,0 4px 12px #00000014}.candidates__item-header{align-items:center;display:flex;gap:10px;margin-bottom:10px}.candidates__avatar{align-items:center;background:#f3f4f6;border-radius:50%;color:#111827;display:inline-flex;flex-shrink:0;font-size:18px;font-weight:700;height:44px;justify-content:center;width:44px}.candidates__item-meta{flex:1 1;min-width:0}.candidates__item-detail,.candidates__item-name,.candidates__item-role{margin:0}.candidates__item-name{color:#111827;font-size:14px;font-weight:700}.candidates__item-role{color:#6b7280;font-size:12px;margin-top:2px}.candidates__status-pill{background:#d1fae5;border-radius:6px;color:#065f46;font-size:11px;font-weight:700;padding:3px 8px}.candidates__item-detail{color:#4b5563;font-size:12px;margin-top:4px}.candidates__detail-panel{background:#fff;min-height:0;overflow-y:auto;padding:24px}.candidates__profile-header{align-items:flex-start;border-bottom:1px solid #e5e7eb;display:flex;gap:18px;margin-bottom:20px;padding-bottom:20px}.candidates__profile-avatar{align-items:center;background:#f3f4f6;border-radius:50%;color:#111827;display:inline-flex;flex-shrink:0;font-size:28px;font-weight:700;height:78px;justify-content:center;width:78px}.candidates__profile-main{flex:1 1;min-width:0}.candidates__profile-name{color:#111827;font-size:24px;line-height:1.2;margin:0}.candidates__profile-role{color:#6b7280;font-size:15px;margin:4px 0 14px}.candidates__invite-wrap{max-width:330px;position:relative}.candidates__invite-btn{background:linear-gradient(135deg,var(--accent) 0,var(--accent-dark) 100%);border:1px solid #0000;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;min-height:44px;width:100%}.candidates__invite-btn:disabled{background:#d1d5db;color:#4b5563;cursor:not-allowed}.candidates__job-dropdown{background:#fff;border:1px solid #d1d5db;border-radius:10px;box-shadow:0 8px 20px #0f172a24;left:0;max-height:280px;overflow-y:auto;position:absolute;top:calc(100% + 8px);width:100%;z-index:20}.candidates__job-option{grid-gap:4px;background:#fff;border:0;border-bottom:1px solid #f3f4f6;cursor:pointer;display:grid;gap:4px;padding:12px 14px;text-align:left;width:100%}.candidates__job-option:last-child{border-bottom:0}.candidates__job-option:hover{background:#f9fafb}.candidates__job-title{color:#111827;font-size:14px;font-weight:600}.candidates__job-location{color:#6b7280;font-size:12px}.candidates__job-empty{color:#6b7280;font-size:13px;margin:0;padding:12px 14px}.candidates__section-card{background:#fff;border:1px solid #0000000f;border-radius:14px;box-shadow:0 2px 8px #0000000f,0 1px 3px #0000000a;margin-bottom:14px;overflow:hidden}.candidates__section-heading{margin:0}.candidates__section-toggle{align-items:center;background:#f9fafb;border:0;color:#111827;cursor:pointer;display:flex;font-size:16px;font-weight:700;justify-content:space-between;min-height:52px;padding:12px 16px;text-align:left;width:100%}.candidates__section-count{color:#6b7280;font-size:12px;font-weight:600;margin-left:8px}.candidates__toggle-indicator{color:#374151;font-size:20px;line-height:1}.candidates__section-content{padding:16px}.candidates__body-text,.candidates__empty-text{color:#374151;font-size:14px;line-height:1.6;margin:0}.candidates__about-content{display:flex;flex-direction:column;gap:14px}.candidates__about-contact{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;display:flex;flex-direction:column;gap:10px;padding:14px 16px}.candidates__about-fullname{color:#111827;font-size:16px;font-weight:700}.candidates__about-contact-items{align-items:center;display:flex;flex-wrap:wrap;gap:10px 14px}.candidates__about-contact-link{color:#2d3a3a;color:var(--header-bg,#2d3a3a);font-weight:600;text-decoration:none}.candidates__about-contact-link:hover{text-decoration:underline}.candidates__list-row{border-bottom:1px solid #f3f4f6;padding:10px 0}.candidates__list-row--last{border-bottom:0}.candidates__list-row--block{display:block}.candidates__list-bullets{margin:6px 0 0;padding-left:20px}.candidates__list-bullets li{margin-top:4px}.candidates__item-subtitle,.candidates__item-title{margin:0}.candidates__item-title{color:#111827;font-size:14px;font-weight:700}.candidates__item-subtitle{color:#6b7280;font-size:12px;margin-top:2px}.candidates__skills-list{display:flex;flex-wrap:wrap;gap:8px}.candidates__skill-tag{background:#eff6ff;border-radius:999px;color:#1e40af;font-size:12px;font-weight:600;padding:5px 10px}.candidates__key-value{grid-gap:8px;display:grid;gap:8px;margin:0}.candidates__key-value-row{grid-gap:10px;display:grid;gap:10px;grid-template-columns:minmax(0,180px) minmax(0,1fr)}.candidates__key-value-row dd,.candidates__key-value-row dt{font-size:13px;line-height:1.4;margin:0}.candidates__key-value-row dt{color:#4b5563;font-weight:600;text-transform:capitalize}.candidates__key-value-row dd{color:#111827}.candidates__empty-state{color:#6b7280;font-size:15px;margin:0;padding:36px 12px;text-align:center}.candidates__filters-btn:focus-visible,.candidates__invite-btn:focus-visible,.candidates__item:focus-visible,.candidates__job-option:focus-visible,.candidates__search-input:focus-visible,.candidates__section-toggle:focus-visible{outline:3px solid #15803d59;outline-offset:2px}@media (max-width:1100px){.candidates{grid-template-columns:320px minmax(0,1fr)}}@media (max-width:900px){.candidates{grid-template-columns:1fr;min-height:auto}.candidates__list-panel{border-bottom:1px solid #e5e7eb;border-right:0;max-height:420px}.candidates__detail-panel{padding:18px 16px 24px}.candidates__profile-header{flex-direction:column;gap:12px}.candidates__invite-wrap{max-width:100%}}@media (max-width:640px){.candidates__item,.candidates__list,.candidates__search-section{padding:12px}.candidates__profile-name{font-size:21px}.candidates__section-toggle{font-size:15px;padding:12px 14px}.candidates__section-content{padding:14px}.candidates__key-value-row{gap:3px;grid-template-columns:1fr}}.company-profile{background:#f5f3ef;background:var(--bg-page,#f5f3ef);display:flex;flex-direction:column;min-height:100vh}.company-profile__header{position:-webkit-sticky;position:sticky;top:0;z-index:100}.company-profile__top-nav{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;display:flex;gap:16px;justify-content:space-between;padding:20px 40px}.company-profile__logo{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--accent) 0,var(--accent-dark) 100%);-webkit-background-clip:text;background-clip:text;font-size:20px;gap:10px;letter-spacing:-.02em}.company-profile__logo,.company-profile__logo-icon{align-items:center;display:inline-flex;font-weight:700}.company-profile__logo-icon{background:linear-gradient(135deg,var(--accent),var(--accent-dark));border-radius:50%;color:#fff;font-size:18px;height:32px;justify-content:center;line-height:1;width:32px}.company-profile__nav-links,.company-profile__user-actions{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.company-profile__action-btn,.company-profile__cancel-btn,.company-profile__edit-btn,.company-profile__icon-btn,.company-profile__logout-btn,.company-profile__nav-link,.company-profile__retry-btn,.company-profile__save-btn{border:1px solid #0000;border-radius:10px;cursor:pointer;font-size:14px;font-weight:600;min-height:44px;padding:10px 14px}.company-profile__nav-link{background:#fff;border-color:#d1d5db;color:#374151}.company-profile__nav-link:hover{background:#f9fafb}.company-profile__nav-link--active{background:#e8f5f0;background:var(--primary-bg,#e8f5f0);border-color:#14532d;color:#14532d}.company-profile__icon-btn{align-items:center;background:#fff;border-color:#d1d5db;color:#374151;display:inline-flex;justify-content:center;min-width:44px;padding:0;width:44px}.company-profile__action-btn{background:linear-gradient(135deg,var(--accent) 0,var(--accent-dark) 100%);color:#fff}.company-profile__logout-btn{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff}.company-profile__main{flex:1 1;margin:0 auto;max-width:1400px;padding:32px 40px;width:100%}.company-profile__state{background:#fff;border:1px solid #d1d5db;border-radius:12px;padding:20px}.company-profile__state--loading{color:#374151}.company-profile__state--error{grid-gap:12px;background:#fee2e2;border-color:#fca5a5;color:#991b1b;display:grid;gap:12px}.company-profile__retry-btn{background:#fff;border-color:#fca5a5;color:#991b1b;width:-webkit-fit-content;width:fit-content}.company-profile__banner{align-items:center;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:20px;box-shadow:0 10px 30px #fbbf2440,0 4px 12px #0000001a;display:flex;gap:20px;margin-bottom:28px;padding:28px}.company-profile__logo-container{background:#fff;flex-shrink:0;height:108px;width:108px}.company-profile__company-logo,.company-profile__logo-container{align-items:center;border-radius:50%;display:inline-flex;justify-content:center}.company-profile__company-logo{background:var(--accent);color:#fff;font-size:32px;font-weight:700;height:72px;width:72px}.company-profile__company-info{flex:1 1}.company-profile__company-name{color:#111827;font-size:32px;line-height:1.2;margin:0 0 8px}.company-profile__company-subtitle{color:#4b5563;font-size:16px;margin:0}.company-profile__edit-btn{align-items:center;background:#fff;border-color:#d1d5db;color:#111827;display:inline-flex;justify-content:center;min-width:44px;padding:0;width:44px}.company-profile__edit-section{max-width:860px}.company-profile__about-card,.company-profile__form-card{background:#fff;border:1px solid #0000000d;border-radius:16px;box-shadow:0 4px 12px #0000000f,0 1px 3px #0000000a}.company-profile__form-card{padding:28px}.company-profile__form-title,.company-profile__section-title{color:#111827;font-size:24px;margin:0 0 20px}.company-profile__form-group{margin-bottom:20px}.company-profile__label,.company-profile__legend{color:#1f2937;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.company-profile__fieldset{border:0;margin:0 0 20px;padding:0}.company-profile__input,.company-profile__select,.company-profile__textarea{background:#fff;border:1px solid #d1d5db;border-radius:8px;box-sizing:border-box;color:#111827;width:100%}.company-profile__input,.company-profile__select{font-size:14px;min-height:44px;padding:10px 14px}.company-profile__textarea{font-family:inherit;font-size:14px;min-height:120px;padding:12px 14px;resize:vertical}.company-profile__field-hint{color:#4b5563;font-size:12px;margin:0 0 8px}.company-profile__field-error{color:#b91c1c;font-size:13px;font-weight:600;margin:8px 0 0}.company-profile__radio-group{display:flex;flex-wrap:wrap;gap:14px}.company-profile__radio-option{align-items:center;display:inline-flex;gap:8px}.company-profile__radio-input{accent-color:var(--accent-dark);height:18px;width:18px}.company-profile__radio-label{color:#1f2937;font-size:14px}.company-profile__select-wrapper{position:relative}.company-profile__select{appearance:none;-webkit-appearance:none;padding-right:40px}.company-profile__select-arrow{color:#374151;pointer-events:none;position:absolute;right:14px;top:50%;transform:translateY(-50%)}.company-profile__actions{border-top:1px solid #e5e7eb;display:flex;gap:12px;justify-content:space-between;padding-top:20px}.company-profile__cancel-btn{background:#f3f4f6;border-color:#d1d5db;color:#1f2937}.company-profile__save-btn{background:linear-gradient(135deg,var(--accent) 0,var(--accent-dark) 100%);color:#fff}.company-profile__content-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:2fr 1fr}.company-profile__about-card{padding:28px}.company-profile__about-text{color:#374151;line-height:1.8;margin:0;white-space:pre-line}.company-profile__details-sidebar{display:flex;flex-direction:column;gap:14px}.company-profile__details-list{grid-gap:14px;display:grid;gap:14px;margin:0;padding:0}.company-profile__detail-card{background:#fff;border:1px solid #0000000d;border-radius:12px;margin:0;padding:16px}.company-profile__detail-label{color:#4b5563;font-size:12px;font-weight:600;margin-bottom:6px}.company-profile__detail-value{color:#111827;font-size:16px;font-weight:600;margin:0}.company-profile__website-link{align-items:center;background:linear-gradient(90deg,var(--header-bg),#1f2e2e);border-radius:12px;color:#fff;display:flex;gap:12px;justify-content:space-between;min-height:52px;padding:14px 16px;text-decoration:none}.company-profile__website-text{overflow-wrap:anywhere}.company-profile__website-arrow{font-size:14px;font-weight:700;white-space:nowrap}.company-profile__sr-only{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.company-profile__footer{background:#fff;border-top:1px solid #e5e7eb;color:#4b5563;font-size:12px;padding:20px 40px}.company-profile__footer p{margin:0}.company-profile__action-btn:focus-visible,.company-profile__cancel-btn:focus-visible,.company-profile__edit-btn:focus-visible,.company-profile__icon-btn:focus-visible,.company-profile__input:focus-visible,.company-profile__logout-btn:focus-visible,.company-profile__nav-link:focus-visible,.company-profile__radio-input:focus-visible+.company-profile__radio-label,.company-profile__retry-btn:focus-visible,.company-profile__save-btn:focus-visible,.company-profile__select:focus-visible,.company-profile__textarea:focus-visible,.company-profile__website-link:focus-visible{outline:3px solid #2d3a3a59;outline-offset:2px}@media (max-width:1160px){.company-profile__top-nav{align-items:flex-start;flex-direction:column}.company-profile__main{padding:24px}.company-profile__content-grid{grid-template-columns:1fr}}@media (max-width:820px){.company-profile__banner{grid-gap:16px;align-items:center;display:grid;gap:16px;grid-template-columns:auto 1fr auto}.company-profile__company-info{min-width:0}.company-profile__company-name{font-size:26px;overflow-wrap:anywhere}.company-profile__company-subtitle{font-size:15px}}@media (max-width:640px){.company-profile__footer,.company-profile__main,.company-profile__top-nav{padding:16px}.company-profile__banner{gap:12px;padding:20px}.company-profile__logo-container{height:88px;width:88px}.company-profile__company-logo{font-size:26px;height:62px;width:62px}.company-profile__company-name{font-size:22px}.company-profile__company-subtitle{font-size:14px}.company-profile__about-card,.company-profile__form-card{padding:18px}.company-profile__radio-group{align-items:flex-start;flex-direction:column;gap:10px}.company-profile__actions{flex-direction:column}.company-profile__cancel-btn,.company-profile__save-btn{width:100%}}.service-provider-profile{background:#f5f3ef;background:var(--bg-page,#f5f3ef);min-height:100vh}.service-provider-profile__header{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 2px 4px #0000000a;display:flex;gap:12px;padding:16px 24px}.service-provider-profile__logo{align-items:center;background:linear-gradient(135deg,#6366f1,#4f46e5);background:linear-gradient(135deg,var(--accent,#6366f1),var(--accent-dark,#4f46e5));border-radius:50%;color:#fff;display:flex;font-size:18px;font-weight:700;height:40px;justify-content:center;width:40px}.service-provider-profile__brand{color:#111827;flex:1 1;font-size:20px;font-weight:700;margin:0}.service-provider-profile__nav{align-items:center;display:flex;gap:12px}.service-provider-profile__nav-btn{background:#e0e7ff;border:none;border-radius:8px;color:#4338ca;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px}.service-provider-profile__nav-btn:hover{background:#c7d2fe}.service-provider-profile__logout{background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px}.service-provider-profile__logout:hover{opacity:.95}.service-provider-profile__main{display:flex;gap:32px;margin:0 auto;max-width:1100px;padding:32px 24px}.service-provider-profile__sidebar{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;flex:0 0 280px;height:-webkit-fit-content;height:fit-content;padding:28px;position:-webkit-sticky;position:sticky;top:24px}.service-provider-profile__avatar{align-items:center;background:linear-gradient(135deg,#6366f1,#4f46e5);background:linear-gradient(135deg,var(--accent,#6366f1),var(--accent-dark,#4f46e5));border-radius:50%;color:#fff;display:flex;font-size:24px;font-weight:700;height:64px;justify-content:center;margin-bottom:12px;width:64px}.service-provider-profile__welcome{color:#6b7280;font-size:14px;margin:0 0 4px}.service-provider-profile__name{color:#111827;font-size:20px;font-weight:600;margin:0 0 12px}.service-provider-profile__intro{color:#6b7280;font-size:14px;line-height:1.5;margin:0}.service-provider-profile__form-section{flex:1 1;min-width:0}.service-provider-profile__form{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;padding:32px}.service-provider-profile__form-title{color:#111827;font-size:22px;font-weight:600;margin:0 0 8px}.service-provider-profile__form-hint{color:#6b7280;font-size:14px;margin:0 0 24px}.service-provider-profile__form-group{margin-bottom:20px}.service-provider-profile__form-group label{color:#374151;display:block;font-size:14px;font-weight:500;margin-bottom:6px}.service-provider-profile__field-desc{color:#6b7280;font-size:13px;line-height:1.4;margin:-2px 0 8px}.service-provider-profile__input,.service-provider-profile__select,.service-provider-profile__textarea{background:#fff;border:1px solid #d1d5db;border-radius:8px;color:#111827;font-size:14px;padding:10px 12px;width:100%}.service-provider-profile__input:focus,.service-provider-profile__select:focus,.service-provider-profile__textarea:focus{border-color:#6366f1;border-color:var(--accent,#6366f1);box-shadow:0 0 0 3px #6366f133;outline:none}.service-provider-profile__textarea{min-height:80px;resize:vertical}.service-provider-profile__form-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr}@media (max-width:768px){.service-provider-profile__form-row{grid-template-columns:1fr}.service-provider-profile__main{flex-direction:column}.service-provider-profile__sidebar{position:static}}.service-provider-profile__save-btn{background:linear-gradient(135deg,#6366f1,#4f46e5);background:linear-gradient(135deg,var(--accent,#6366f1),var(--accent-dark,#4f46e5));border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:12px 24px}.service-provider-profile__save-btn:hover{opacity:.95}.service-provider-profile__empty,.service-provider-profile__empty-state{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;padding:48px 32px;text-align:center}.service-provider-profile__empty-text{color:#374151;font-size:16px;font-weight:500;margin:0 0 8px}.service-provider-profile__empty-sub{color:#6b7280;font-size:14px;margin:0 0 24px}.service-provider-profile__add-btn{background:linear-gradient(135deg,#6366f1,#4f46e5);background:linear-gradient(135deg,var(--accent,#6366f1),var(--accent-dark,#4f46e5));border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:12px 24px}.service-provider-profile__add-btn:hover{opacity:.95}.service-provider-profile__list-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;padding:32px}.service-provider-profile__list-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.service-provider-profile__list-title{color:#111827;font-size:22px;font-weight:600;margin:0}.service-provider-profile__card-list{display:flex;flex-direction:column;gap:16px}.service-provider-profile__card{align-items:flex-start;border:1px solid #e5e7eb;border-radius:10px;display:flex;gap:16px;justify-content:space-between;padding:20px}.service-provider-profile__card-body{flex:1 1;min-width:0}.service-provider-profile__card-title{color:#111827;font-size:18px;font-weight:600;margin:0 0 6px}.service-provider-profile__card-type{background:#f3f4f6;border-radius:4px;color:#6b7280;display:inline-block;font-size:12px;margin-bottom:8px;padding:2px 8px}.service-provider-profile__card-desc{color:#6b7280;font-size:14px;line-height:1.5;margin:0}.service-provider-profile__card-actions{display:flex;flex-shrink:0;gap:8px}.service-provider-profile__btn{align-items:center;border:none;border-radius:6px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;justify-content:center;padding:8px}.service-provider-profile__btn--edit{background:#e0e7ff;color:#4338ca}.service-provider-profile__btn--edit:hover{background:#c7d2fe}.service-provider-profile__btn--delete{background:#fee2e2;color:#b91c1c}.service-provider-profile__btn--delete:hover:not(:disabled){background:#fecaca}.service-provider-profile__btn--delete:disabled{cursor:not-allowed;opacity:.6}.service-provider-profile__btn--cancel{background:#f3f4f6;color:#374151}.service-provider-profile__btn--cancel:hover{background:#e5e7eb}.service-provider-profile__form-header{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:8px}.service-provider-profile__back-btn{background:#0000;border:1px solid #d1d5db;border-radius:6px;color:#6b7280;cursor:pointer;font-size:14px;padding:6px 12px}.service-provider-profile__back-btn:hover{background:#f9fafb}.service-provider-profile__cancel-btn{background:#f3f4f6;border:none;border-radius:8px;color:#374151;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px}.service-provider-profile__cancel-btn:hover{background:#e5e7eb}.service-provider-profile__actions{border-top:1px solid #e5e7eb;display:flex;gap:12px;margin-top:28px;padding-top:20px}.service-provider-profile__actions .service-provider-profile__cancel-btn{margin-right:auto}.service-provider-profile__modal-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:1000}.service-provider-profile__modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:400px;padding:24px;width:100%}.service-provider-profile__modal-title{color:#111827;font-size:18px;font-weight:600;margin:0 0 12px}.service-provider-profile__modal-text{color:#6b7280;font-size:14px;line-height:1.5;margin:0 0 20px}.service-provider-profile__modal-actions{display:flex;gap:12px;justify-content:flex-end}*{box-sizing:border-box;font-family:Inter,system-ui,Arial,sans-serif;margin:0;padding:0}.auth-page{align-items:center;background:linear-gradient(160deg,#f5f3ef,#eae6df 50%,#f5f3ef);display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:32px 24px;position:relative}.skip-link{background:#111827;border-radius:8px;color:#fff;font-size:14px;left:16px;padding:10px 12px;position:absolute;text-decoration:none;top:-44px;z-index:1000}.skip-link:focus{top:12px}.auth-wrapper{background:#fff;border-radius:24px;box-shadow:0 25px 50px -12px #00000014,0 0 0 1px #0000000a;max-width:1100px;padding:0;width:100%}.auth-container{border-radius:24px;display:flex;overflow:hidden}.auth-left{background:linear-gradient(145deg,#2d3a3a,#1a5c50 60%,#2d6a5e);border-radius:24px 0 0 24px;flex-direction:column;padding:72px 56px;width:50%}.auth-left,.logo-circle{display:flex;justify-content:center}.logo-circle{align-items:center;background:#fffffff2;border-radius:16px;box-shadow:0 4px 14px #0000001f;color:#2d6a5e;font-size:32px;font-weight:800;height:64px;margin-bottom:40px;width:64px}.auth-left h1,.auth-left h2{color:#fff;font-size:28px;font-weight:700;letter-spacing:-.02em;line-height:1.3;margin-bottom:12px}.auth-left p{color:#ffffffeb;font-size:15px;line-height:1.5;max-width:300px}.auth-right{background:#fff;border-radius:0 24px 24px 0;padding:48px 56px;width:50%}.auth-right h1,.auth-right h2{color:#111827;font-size:26px;font-weight:700;letter-spacing:-.02em;margin-bottom:8px;text-align:center}.auth-subtitle{color:#6b7280;font-size:14px;margin-bottom:28px;text-align:center}.auth-right .form-group{margin-bottom:18px}.auth-right .form-group label{display:block;font-size:14px;font-weight:500;margin-bottom:6px}.auth-right .form-group input,.auth-right .form-group select{background:#fff;border:2px solid #e5e7eb;border-radius:10px;font-size:14px;outline:none;padding:12px 14px;transition:all .3s ease;width:100%}.auth-right .form-group input:hover,.auth-right .form-group select:hover{border-color:#cbd5e1}.auth-right .form-group input:focus,.auth-right .form-group select:focus{border-color:var(--primary);box-shadow:0 0 0 3px #2d6a5e26;transform:translateY(-1px);transition:all .3s ease}.password-wrapper{position:relative}.password-wrapper input{padding-right:52px}.password-toggle{align-items:center;background:#0000;border:none;border-radius:8px;color:#4b5563;cursor:pointer;display:inline-flex;height:36px;justify-content:center;position:absolute;right:8px;top:50%;transform:translateY(-50%);width:36px}.password-toggle:hover{background:#f3f4f6}.password-toggle svg{pointer-events:none}.password-toggle:focus-visible{outline:3px solid #0f172a;outline-offset:2px}.auth-right .error-text{color:#b91c1c;font-size:12px;margin-bottom:12px}.submit-btn{background:linear-gradient(180deg,var(--header-bg) 0,#1f2e2e 100%);border:none;border-radius:12px;box-shadow:0 2px 8px #2d3a3a59;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:14px;transition:transform .15s,box-shadow .2s;width:100%}.submit-btn:hover:not(:disabled){background:linear-gradient(180deg,#1f2e2e,#162222);box-shadow:0 4px 12px #2d3a3a73;transform:translateY(-1px)}.submit-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.submit-btn:active:not(:disabled){transform:translateY(0)}.auth-right .submit-btn:focus-visible{outline:3px solid #0f172a;outline-offset:2px}.helper-text{color:#4b5563;font-size:12px;margin-top:10px;text-align:center}.switch-text{font-size:14px;margin-top:24px;text-align:center}.switch-btn{background:#0000;border:none;color:var(--header-bg);cursor:pointer;font-weight:700;text-decoration:underline}.switch-btn:hover{color:#1f2e2e}.switch-btn:focus-visible{border-radius:6px;outline:3px solid #0f172a;outline-offset:2px}.terms-text{color:#4b5563;font-size:12px;margin-top:18px;text-align:center}.terms-link{color:var(--primary-dark);text-decoration:underline}.terms-link:hover{color:#153f38}.terms-link:focus-visible{border-radius:4px;outline:3px solid #0f172a;outline-offset:2px}@media (max-width:900px){.auth-left{display:none}.auth-right{border-radius:24px;padding:40px 24px;width:100%}}.profile-layout{background:var(--bg-page);display:flex;gap:24px;min-height:100vh;padding:24px}.stepper{background:#fff;border:1px solid #0000000a;border-radius:20px;box-shadow:0 4px 12px #0000000f,0 1px 3px #0000000a;padding:24px;width:260px}.step{align-items:center;color:#6b7280;cursor:pointer;display:flex;font-size:14px;gap:10px;padding:12px}.step.active{color:#111827;font-weight:600}.step.success:before{color:var(--primary);content:"✔"}.step.error:before{color:#ef4444;content:"!"}.profile-content{background:#fff;border:1px solid #0000000a;border-radius:20px;box-shadow:0 4px 12px #0000000f,0 1px 3px #0000000a;flex:1 1;padding:40px}.profile-content-header{display:flex;justify-content:flex-end;margin-bottom:12px}.profile-tour-btn{background:#fff;border:2px solid var(--primary);border-radius:10px;color:var(--primary-dark);cursor:pointer;font-size:13px;font-weight:600;padding:10px 14px}.profile-tour-btn:hover{background:var(--primary-bg)}.profile-tour-btn:focus-visible{outline:3px solid #0f172a;outline-offset:2px}.profile-banner{background:linear-gradient(135deg,var(--header-bg) 0,var(--primary-dark) 50%,var(--primary) 100%);border-radius:20px;box-shadow:0 10px 30px #2d3a3a40,0 4px 12px #0000001a;color:#fff;margin-bottom:32px;padding:40px}.profile-banner h2{font-size:22px;margin:0}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:13px;font-weight:500;margin-bottom:6px}.form-group input{border:1px solid #e5e7eb;border-radius:8px;padding:12px;width:100%}.form-group input:focus{border-color:var(--primary);outline:none}.input-error{background:#fff1f2;border:1px solid var(--error)}.error-text{color:var(--error);font-size:12px;margin-top:6px}.form-actions{display:flex;justify-content:space-between;margin-top:32px}.btn-secondary{background:#f3f4f6;border:none;border-radius:10px;cursor:pointer;font-weight:500;padding:12px 20px;transition:all .3s ease}.btn-secondary:hover{background:#e5e7eb;box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--accent) 0,var(--accent-dark) 100%);border:none;border-radius:12px;box-shadow:0 4px 12px #c8a45c4d;color:#fff;cursor:pointer;font-weight:600;padding:14px 28px;transition:all .3s ease}.btn-primary:hover{background:linear-gradient(135deg,var(--accent-dark) 0,#a07e32 100%);box-shadow:0 6px 16px #c8a45c66;transform:translateY(-2px)}textarea{border:1px solid #e5e7eb;border-radius:8px;padding:12px;resize:vertical;width:100%}textarea:focus{border-color:var(--primary);outline:none}.delete-btn{background:#0000;border:none;color:var(--error);cursor:pointer;font-size:13px}.delete-btn:hover{text-decoration:underline}.date-row{display:flex;gap:16px}.experience-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:24px;padding:20px}.experience-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.skills-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.skill-tag{align-items:center;background:#f3f4f6;border-radius:20px;color:#374151;display:inline-flex;font-size:13px;gap:6px;padding:6px 12px}.skill-tag-remove{align-items:center;background:#0000;border:none;border-radius:50%;color:#6b7280;cursor:pointer;display:flex;font-size:18px;height:18px;justify-content:center;line-height:1;margin-left:4px;padding:0;transition:all .2s;width:18px}.skill-tag-remove:hover{background:var(--border);color:var(--error)}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.section-header h3{font-size:24px;font-weight:600;margin:0}.error-badge{color:var(--error);font-size:12px;font-weight:500}.label-error{color:var(--error)!important}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-spinner{animation:spin .8s linear infinite}:root{--primary:#2d6a5e;--primary-dark:#1a5c50;--primary-light:#3d8b7a;--primary-bg:#e8f5f0;--accent:#c8a45c;--accent-dark:#b8943f;--accent-light:#d4b76e;--header-bg:#2d3a3a;--header-text:#fff;--secondary:#2d6a5e;--secondary-dark:#1a5c50;--accent-blue:#3b82f6;--text:#1a1a2e;--text-muted:#6b7280;--border:#e5e7eb;--bg-page:#f5f3ef;--bg-card:#fff;--error:#ef4444;--shadow-sm:0 1px 2px #0000000d;--shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--radius:12px;--radius-lg:20px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1a1a2e;color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.f7da8de4.css.map*/