.opportunity-card{display:flex;flex-direction:column;height:100%;background:#fff;border:1px solid #e0e0e0;border-radius:8px;transition:transform .2s ease,box-shadow .2s ease;overflow:hidden}.opportunity-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.opportunity-card--featured{border-top:3px solid #000}.opportunity-card__logo-wrapper{display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#f9f9f9;border-bottom:1px solid #e0e0e0;min-height:120px}.opportunity-card__logo{max-width:120px;max-height:80px;object-fit:contain}.opportunity-card__content{padding:1.25rem;flex:1;display:flex;flex-direction:column}.opportunity-card__category{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#000;margin-bottom:.5rem;text-decoration:none}.opportunity-card__category:hover{text-decoration:underline}.opportunity-card__title{font-size:1.25rem;font-weight:700;line-height:1.3;margin:0 0 .5rem}.opportunity-card__title a{color:#000;text-decoration:none}.opportunity-card__title a:hover{text-decoration:underline}.opportunity-card__company{font-size:.938rem;color:#666;margin:0 0 .75rem;font-weight:500}.opportunity-card__description{font-size:.875rem;line-height:1.5;color:#333;margin:0 0 1rem}.opportunity-card__details{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.opportunity-card__detail{font-size:.813rem;color:#555;display:flex;align-items:center;gap:.25rem}.opportunity-card__meta{display:flex;align-items:center;gap:1rem;font-size:.813rem;color:#666;margin-bottom:.75rem}.opportunity-card__date{font-weight:500}.opportunity-card__deadline{color:#d32f2f;font-weight:600}.opportunity-card__skills{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto}.opportunity-card__skill{display:inline-block;padding:.25rem .75rem;background:#f0f0f0;color:#333;font-size:.75rem;border-radius:12px;font-weight:500}.opportunity-card-compact{display:flex;gap:1rem;padding:1rem;background:#fff;border-bottom:1px solid #e0e0e0;transition:background .2s ease}.opportunity-card-compact:hover{background:#f9f9f9}.opportunity-card-compact__logo-wrapper{flex-shrink:0;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background:#f9f9f9;border-radius:4px;border:1px solid #e0e0e0}.opportunity-card-compact__logo{max-width:50px;max-height:50px;object-fit:contain}.opportunity-card-compact__content{flex:1}.opportunity-card-compact__category{display:inline-block;font-size:.688rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#000;margin-bottom:.25rem;text-decoration:none}.opportunity-card-compact__category:hover{text-decoration:underline}.opportunity-card-compact__title{font-size:.938rem;font-weight:700;line-height:1.3;margin:0 0 .25rem}.opportunity-card-compact__title a{color:#000;text-decoration:none}.opportunity-card-compact__title a:hover{text-decoration:underline}.opportunity-card-compact__company{font-size:.813rem;color:#666;margin:0 0 .5rem}.opportunity-card-compact__date{font-size:.75rem;color:#999}.opportunity-card-hero{position:relative;min-height:450px;background:#fafafa;border:2px solid #e0e0e0;border-radius:8px;overflow:hidden}.opportunity-card-hero__link{display:block;height:100%;text-decoration:none;color:inherit}.opportunity-card-hero__content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;padding:3rem;color:#000}.opportunity-card-hero__logo{width:100px;height:100px;object-fit:contain;margin-bottom:1rem;background:#fff;padding:.75rem;border-radius:8px}.opportunity-card-hero__category{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;background:#000;color:#fff;padding:.5rem 1rem;border-radius:2px;margin-bottom:1rem;width:fit-content}.opportunity-card-hero__title{font-size:2.5rem;font-weight:800;line-height:1.2;margin:0 0 .75rem;color:#000}.opportunity-card-hero__company{font-size:1.25rem;font-weight:500;margin:0 0 1rem;color:#666}.opportunity-card-hero__description{font-size:1.063rem;line-height:1.6;margin:0 0 1.5rem;color:#333;max-width:700px}.opportunity-card-hero__meta{display:flex;align-items:center;gap:1.5rem;font-size:.938rem;font-weight:500}.opportunity-card-hero__location{display:flex;align-items:center;gap:.5rem}@media(max-width:768px){.opportunity-card__logo-wrapper{min-height:80px;padding:1rem}.opportunity-card__logo{max-width:80px;max-height:60px}.opportunity-card__title{font-size:1.125rem}.opportunity-card__details{flex-direction:column;gap:.5rem}.opportunity-card-compact{flex-direction:column;gap:.75rem}.opportunity-card-compact__logo-wrapper{width:50px;height:50px}.opportunity-card-hero__content{padding:2rem}.opportunity-card-hero__title{font-size:1.75rem}.opportunity-card-hero__company{font-size:1rem}.opportunity-card-hero__description{font-size:.938rem}}.job-detail{min-height:100vh;background:#fff}.job-loading,.job-error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1.5rem;text-align:center;padding:2rem}.job-error h2{color:#000;font-size:1.5rem;margin:0 0 1rem}.btn-back{padding:.75rem 1.5rem;background:#000;color:#fff;border:none;border-radius:4px;font-size:.938rem;font-weight:600;cursor:pointer;transition:background .2s ease}.btn-back:hover{background:#333}.spinner{width:48px;height:48px;border:4px solid #f0f0f0;border-top-color:#000;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.job-header{background:#fafafa;color:#000;padding:3rem 0 2rem;border-bottom:2px solid #000}.job-header__container{max-width:800px;margin:0 auto;padding:0 2rem}.job-header__logo{flex-shrink:0;width:80px;height:80px;background:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:.75rem;box-shadow:0 2px 8px #00000014;margin-bottom:1.5rem}.job-header__logo img{max-width:100%;max-height:100%;object-fit:contain}.job-header__category{display:inline-block;font-size:.813rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#000;text-decoration:none;margin-bottom:1rem}.job-header__category:hover{text-decoration:underline}.job-header__title{font-size:2.75rem;font-weight:600;line-height:1.2;margin:0 0 1rem;color:#000;letter-spacing:-.6px}.job-header__company{font-size:1.25rem;font-weight:500;margin:0 0 1.5rem;color:#666}.job-header__meta{display:flex;flex-wrap:wrap;align-items:center;gap:1.5rem;font-size:.938rem;color:#666;padding-bottom:1.5rem;border-bottom:1px solid #e0e0e0;margin-bottom:1.5rem}.job-meta-item{display:flex;align-items:center;gap:.5rem;color:#666}.job-meta-item:not(:first-child):before{content:"•";margin-right:.75rem;color:#999}.job-meta-item--deadline{color:#000;font-weight:600}.job-meta-icon{font-size:1.125rem}.job-header__actions{display:flex;gap:1rem;align-items:center;margin-top:1rem}.btn-apply{padding:1rem 2rem;background:#000;color:#fff;border:none;border-radius:4px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s ease}.btn-apply:hover{background:#333;transform:translateY(-1px)}.btn-apply--large{padding:1.25rem 3rem;font-size:1.125rem;width:100%;max-width:400px}.social-actions{position:relative}.btn-action{padding:.75rem 1.5rem;background:#fff;color:#333;border:1px solid #e0e0e0;border-radius:4px;font-size:.938rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-action:hover{background:#f5f5f5;border-color:#ccc}.share-menu{position:absolute;top:calc(100% + .5rem);left:0;background:#fff;border:1px solid #e0e0e0;border-radius:4px;box-shadow:0 4px 12px #0000001a;padding:.5rem;z-index:100;min-width:150px}.share-menu button{display:block;width:100%;padding:.75rem 1rem;background:none;border:none;text-align:left;font-size:.938rem;color:#333;cursor:pointer;transition:background .2s ease;border-radius:2px}.share-menu button:hover{background:#f5f5f5}.job-content{padding:3rem 0 4rem}.job-content__container{max-width:1280px;margin:0 auto;padding:0 2rem 0 10rem;display:grid;grid-template-columns:1fr 350px;gap:3rem}.job-content__main{min-width:0;max-width:720px;margin:0 auto}.job-content__sidebar{min-width:0}.sidebar-section{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;margin-bottom:2rem}.sidebar-section__title{font-size:1.25rem;font-weight:600;margin:0 0 1.5rem;color:#000;padding-bottom:1rem;border-bottom:1px solid #e0e0e0;letter-spacing:-.2px;line-height:1.3}.sidebar-jobs-list{display:flex;flex-direction:column;gap:1rem}.sidebar-view-all{display:block;text-align:center;margin-top:1.5rem;padding:.75rem 1.5rem;background:#000;color:#fff;text-decoration:none;font-weight:600;border-radius:4px;transition:background .2s ease}.sidebar-view-all:hover{background:#333}.job-section{margin-bottom:3rem}.job-section__title{font-size:1.75rem;font-weight:600;margin:0 0 1.5rem;color:#000;letter-spacing:-.3px;line-height:1.3}.job-section__content{font-size:1.063rem;line-height:1.7;color:#333}.job-section__content h1,.job-section__content h2,.job-section__content h3{margin-top:1.5rem;margin-bottom:1rem;font-weight:700}.job-section__content ul,.job-section__content ol{margin:1rem 0;padding-left:1.5rem}.job-section__content li{margin-bottom:.5rem}.job-section__content p{margin-bottom:1rem}.job-section__content .job-paragraph{margin-bottom:1rem;line-height:1.7}.job-section__content .job-subheading{font-weight:700;margin-top:1.5rem;margin-bottom:1rem;color:#000}.job-section__content .job-list-item{margin-bottom:.5rem;line-height:1.7;list-style-position:inside}.job-section__content a{color:#000;text-decoration:underline;font-weight:600;transition:color .2s ease}.job-section__content a:hover{color:#666}.job-section__content strong{font-weight:700;color:#000}.job-section__content em{font-style:italic}.job-skills{display:flex;flex-wrap:wrap;gap:.75rem}.job-skill-tag{display:inline-block;padding:.5rem 1rem;background:#f0f0f0;color:#333;font-size:.875rem;font-weight:500;border-radius:20px;border:1px solid #e0e0e0}.job-apply-section{margin-top:4rem;padding:2rem;background:#f9f9f9;border-radius:8px;text-align:center}@media(max-width:1024px){.job-content__container{grid-template-columns:1fr}.job-content__sidebar{order:-1}}@media(max-width:768px){.job-header{padding:2rem 0}.job-header__logo{width:60px;height:60px}.job-header__title{font-size:2rem}.job-header__company{font-size:1rem}.job-header__meta{flex-direction:column;align-items:flex-start;gap:.75rem}.job-meta-item:not(:first-child):before{content:none}.job-header__actions{flex-direction:column;width:100%}.btn-apply,.btn-action{width:100%}.job-content{padding:2rem 0}.job-section__title{font-size:1.5rem}.job-section__content{font-size:1rem}}@media(max-width:480px){.job-header__container,.job-content__container{padding:0 1rem}.job-header__title{font-size:1.75rem}.sidebar-card{padding:1rem}}
