body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box}body{background-color:#f3efe9;color:#1f2937;font-family:Inter,sans-serif;margin:0}.header-wrapper{background:#fff;border-bottom:1px solid #e5e7eb;padding:30px 20px}.header{align-items:center;display:flex;gap:16px;justify-content:center;margin:0 auto;max-width:1200px;text-align:center}.logo{background:#d9772b;border-radius:14px;color:#fff;font-size:20px;padding:14px}.header h1{font-size:26px;margin:0}.header p{color:#6b7280;margin:4px 0 0}.content{padding:40px 20px}.search-bar{margin-bottom:20px}.search-bar input{border:1px solid #e5e7eb;border-radius:14px;font-size:15px;padding:14px 16px;width:100%}.filters{align-items:center;display:flex;flex-wrap:wrap;gap:16px;margin-bottom:15px}.filters select{background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-width:150px;padding:12px 16px}.type-filter{border:1px solid #e5e7eb;border-radius:14px;display:flex;overflow:hidden}.type-filter button{background:#f9fafb;border:none;cursor:pointer;font-weight:500;min-width:100px;padding:12px 18px}.type-filter button.active{background:#d9772b;color:#fff}.sort-btn{background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;padding:12px 18px}.job-count{color:#6b7280;margin-bottom:20px}.job-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.job-card{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:22px;transition:all .2s ease}.job-card:hover{box-shadow:0 10px 20px #0000000d;transform:translateY(-4px)}.card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:14px}.job-card h3{font-size:18px;margin:0}.job-card p{color:#6b7280;margin:6px 0}.badge{border-radius:20px;font-size:12px;font-weight:500;padding:6px 14px}.badge.full{background:#e7f5ef;color:#2e8b57}.badge.intern{background:#fdebdc;color:#d9772b}@media (max-width:900px){.header{align-items:flex-start}.filters,.header{flex-direction:column}.filters{align-items:stretch}.type-filter{justify-content:space-between;width:100%}.type-filter button{flex:1 1}.sort-btn{width:100%}}@media (max-width:600px){.app{padding:20px 15px}.header h1{font-size:22px}.job-grid{grid-template-columns:1fr}.job-card{padding:18px}}
/*# sourceMappingURL=main.00011f4e.css.map*/