*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;color:#333}#root{min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.2);padding:2rem 0}.header-content{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.brand{display:flex;flex-direction:column}.brand-title{font-size:2.5rem;font-weight:700;margin:0;line-height:1;display:flex;align-items:center;gap:.5rem}.brand-pulse{font-size:2.5rem;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.brand-dev{color:#2d3748;font-weight:800}.brand-name{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.brand-subtitle{font-size:.95rem;color:#718096;margin-top:.5rem;font-weight:500}.header-meta{display:flex;align-items:center;gap:1rem}.date-badge{background:#f60;color:#fff;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem;box-shadow:0 4px 12px #ff66004d}.job-count{background:#f7fafc;color:#4a5568;padding:.5rem 1rem;border-radius:20px;font-weight:600;font-size:.9rem;border:2px solid #e2e8f0}.header-description{font-size:1.1rem;color:#4a5568;line-height:1.6}.main{flex:1;padding:2rem 0}.controls-bar{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:1rem 1.5rem;margin-bottom:2rem;border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 16px #00000014;display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.month-selector-compact{display:flex;align-items:center;gap:.75rem}.month-selector-label{font-weight:600;color:#4a5568;font-size:.95rem}.month-selector-dropdown{background:#fff;border:2px solid #e2e8f0;border-radius:8px;padding:.5rem 1rem;font-weight:600;color:#2d3748;font-size:.95rem;cursor:pointer;transition:all .2s;min-width:140px}.month-selector-dropdown:hover{border-color:#667eea}.month-selector-dropdown:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.filter-bar-compact{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.filter-label{font-weight:600;color:#4a5568;font-size:.95rem}.filter-pills{display:flex;gap:.75rem;flex-wrap:wrap}.filter-pill{background:#fff;border:2px solid #e2e8f0;border-radius:20px;padding:.5rem 1rem;font-weight:600;color:#4a5568;cursor:pointer;transition:all .2s;font-size:.9rem}.filter-pill:hover{border-color:#cbd5e0;background:#f7fafc}.filter-pill.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent}.jobs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1.5rem}.job-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:1.5rem;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a;transition:all .3s;height:fit-content}.job-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000026}.job-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;gap:1rem}.job-title-section{flex:1}.job-title{font-size:1.25rem;font-weight:700;color:#2d3748;margin-bottom:.25rem;line-height:1.3}.job-company{color:#718096;font-weight:500;font-size:1rem}.work-type-badge{padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;white-space:nowrap}.work-type-remote{background:#c6f6d5;color:#22543d}.work-type-hybrid{background:#fefcbf;color:#744210}.work-type-onsite{background:#fed7e2;color:#702459}.job-salary{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.75rem;background:#f7fafc;border-radius:12px}.salary-label{font-size:1.1rem}.salary-amount{font-weight:700;color:#2d3748;font-size:1rem}.job-description{color:#4a5568;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.job-technologies{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.tech-tag{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.4rem .8rem;border-radius:16px;font-size:.8rem;font-weight:600}.job-card-footer{border-top:1px solid #e2e8f0;padding-top:1rem}.apply-button{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;padding:1rem 1.5rem;font-weight:700;font-size:1rem;cursor:pointer;transition:all .2s}.apply-button:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1);transform:translateY(-2px)}.apply-button:disabled{background:#cbd5e0;color:#a0aec0;cursor:not-allowed;transform:none}.dropdown-toggle{background:#f7fafc!important;color:#4a5568!important;border:2px solid #e2e8f0;margin-top:.5rem;font-size:.9rem;padding:.75rem 1rem!important}.dropdown-toggle:hover{background:#edf2f7!important;border-color:#cbd5e0}.dropdown-options{margin-top:.5rem;display:flex;flex-direction:column;gap:.5rem}.apply-button.secondary{background:#fff!important;color:#667eea!important;border:2px solid #667eea;padding:.75rem 1rem!important;font-size:.9rem}.apply-button.secondary:hover{background:#667eea1a!important}.apply-button.view-all{background:linear-gradient(135deg,#48bb78,#38a169)!important;color:#fff!important;padding:.75rem 1rem!important;font-size:.9rem}.apply-button.view-all:hover{background:linear-gradient(135deg,#38a169,#2f855a)!important}.modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem;animation:fadeIn .2s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:20px;width:100%;max-width:600px;max-height:80vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.modal-header h3{font-size:1.5rem;color:#2d3748;margin:0}.modal-close{background:#f7fafc;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.5rem;color:#4a5568;transition:all .2s}.modal-close:hover{background:#e2e8f0;color:#2d3748}.modal-body{padding:1.5rem;overflow-y:auto}.modal-subtitle{font-size:1.1rem;color:#667eea;font-weight:600;margin-bottom:.5rem}.modal-description{color:#718096;margin-bottom:1.5rem}.modal-url-list{display:flex;flex-direction:column;gap:.75rem}.modal-url-button{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f7fafc;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s;text-align:left;width:100%}.modal-url-button:hover{border-color:#667eea;background:#667eea0d;transform:translate(4px)}.url-number{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;flex-shrink:0}.url-details{flex:1;display:flex;flex-direction:column;gap:.25rem;min-width:0}.url-domain{font-weight:700;color:#2d3748;font-size:.95rem}.url-full{font-size:.85rem;color:#718096;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.url-arrow{color:#cbd5e0;font-size:1.5rem;transition:all .2s;flex-shrink:0}.modal-url-button:hover .url-arrow{color:#667eea;transform:translate(4px)}.modal-email-option{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0;text-align:center}.modal-email-option p{color:#718096;margin-bottom:.75rem;font-size:.9rem}.email-copy-button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem;background:#f7fafc;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s;gap:1rem}.email-copy-button:hover{border-color:#667eea;background:#667eea0d}.email-text{color:#667eea;font-weight:600;font-size:1rem;flex:1;text-align:left}.copy-icon{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.5rem 1rem;border-radius:8px;font-size:.9rem;font-weight:600;white-space:nowrap}.toast-notification{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#48bb78,#38a169);color:#fff;padding:1rem 2rem;border-radius:12px;font-weight:600;font-size:1rem;box-shadow:0 8px 24px #48bb7866;z-index:10000;animation:slideUpFadeIn .3s ease-out,fadeOut .3s ease-in 2.7s forwards}@keyframes slideUpFadeIn{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.no-results{text-align:center;padding:3rem;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(255,255,255,.2);grid-column:1 / -1}.no-results h3{font-size:1.5rem;color:#4a5568;margin-bottom:.5rem}.no-results p{color:#718096}.footer{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(255,255,255,.2);padding:3rem 0 1.5rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section{display:flex;flex-direction:column;gap:.75rem}.footer-title{font-size:1.5rem;font-weight:700;margin:0;display:flex;align-items:center;gap:.4rem}.footer-pulse{font-size:1.5rem}.footer-dev{color:#2d3748;font-weight:800}.footer-name{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-tagline{color:#718096;font-size:.9rem;line-height:1.5}.footer-heading{font-size:1rem;font-weight:700;color:#2d3748;margin:0 0 .5rem}.footer-description{color:#718096;font-size:.9rem;line-height:1.6}.footer-badges{display:flex;flex-direction:column;gap:.5rem}.footer-badge{background:#f7fafc;color:#4a5568;padding:.5rem .75rem;border-radius:8px;font-size:.85rem;font-weight:600;border:1px solid #e2e8f0;width:fit-content}.footer-bottom{border-top:1px solid #e2e8f0;padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-copyright,.footer-credit{color:#718096;font-size:.85rem;margin:0}.footer-credit a{color:#f60;font-weight:600;text-decoration:none}.footer-credit a:hover{text-decoration:underline}@media (max-width: 768px){.container{padding:0 1rem}.header{padding:1.5rem 0}.header-content{flex-direction:column;align-items:flex-start;gap:1rem}.header-meta{flex-direction:column;align-items:flex-start;gap:.5rem}.brand-title{font-size:2rem}.filter-bar{padding:1.5rem}.filter-controls{flex-direction:column;align-items:stretch}.filter-button{justify-content:space-between}.jobs-grid{grid-template-columns:1fr;gap:1rem}.job-card{padding:1.25rem}.job-card-header{flex-direction:column;align-items:stretch;gap:.75rem}.work-type-badge{align-self:flex-start}}@media (max-width: 480px){.brand-title{font-size:1.75rem}.job-title{font-size:1.1rem}.footer-content{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}.controls-bar{padding:1rem;flex-direction:column;align-items:flex-start;gap:1.5rem}.month-selector-compact{flex-direction:column;align-items:flex-start;gap:.5rem;width:100%}.month-selector-dropdown{width:100%}.filter-bar-compact{width:100%;flex-direction:column;align-items:flex-start;gap:1rem}.filter-pills{width:100%}.filter-pill{flex:1;min-width:0}.toast-notification{bottom:1rem;left:1rem;right:1rem;transform:none;width:auto}@keyframes slideUpFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}}
