*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{background-color:#f8fafc;color:#333;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;padding-top:80px}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{line-height:1.6;margin-bottom:1rem}.btn-danger,.btn-primary,.btn-secondary,.btn-small,.btn-success,.btn-warning{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;justify-content:center;line-height:1;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease}.btn-small{font-size:.8rem;padding:.5rem 1rem}.btn-primary{background-color:#3b82f6;color:#fff}.btn-primary:hover:not(:disabled){background-color:#2563eb;transform:translateY(-1px)}.btn-secondary{background-color:#6b7280;color:#fff}.btn-secondary:hover:not(:disabled){background-color:#4b5563}.btn-danger{background-color:#ef4444;color:#fff}.btn-danger:hover:not(:disabled){background-color:#dc2626}.btn-warning{background-color:#f59e0b;color:#fff}.btn-warning:hover:not(:disabled){background-color:#d97706}.btn-success{background-color:#10b981;color:#fff}.btn-success:hover:not(:disabled){background-color:#059669}.btn-danger:disabled,.btn-primary:disabled,.btn-secondary:disabled,.btn-success:disabled,.btn-warning:disabled{cursor:not-allowed;opacity:.5;transform:none}.link-button{background:none;border:none;color:#3b82f6;cursor:pointer;font-size:inherit;text-decoration:underline}.link-button:hover{color:#2563eb}.app-header{background:#fff;border-bottom:1px solid #e5e7eb;height:80px;left:0;position:fixed;right:0;top:0;z-index:1000}.header-container{height:100%;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1rem}.header-container,.header-left,.logo{align-items:center;display:flex}.logo{color:#1f2937;font-size:1.5rem;font-weight:700;gap:.5rem;margin:0;text-decoration:none}.logo-icon{font-size:1.75rem}.header-nav{align-items:center;display:flex;gap:2rem}.nav-link{border-radius:6px;color:#6b7280;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.nav-link:hover{background-color:#f3f4f6;color:#3b82f6}.header-right{align-items:center;display:flex;gap:1rem}.create-job-btn{white-space:nowrap}.auth-buttons{display:flex;gap:.75rem}.user-menu{position:relative}.user-button{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;display:flex;gap:.75rem;padding:.5rem 1rem;transition:all .2s ease}.user-button:hover{background:#f3f4f6;border-color:#d1d5db}.user-avatar,.user-avatar-placeholder{align-items:center;background:#3b82f6;border-radius:50%;color:#fff;display:flex;font-size:.875rem;font-weight:600;height:32px;justify-content:center;object-fit:cover;width:32px}.user-name{align-items:center;color:#374151;display:flex;font-weight:500;gap:.5rem}.pro-badge{background:linear-gradient(45deg,#f59e0b,#d97706);border-radius:12px;color:#fff;font-size:.7rem;font-weight:600;padding:.125rem .375rem;text-transform:uppercase}.dropdown-arrow{color:#9ca3af;font-size:.75rem;transition:transform .2s ease}.user-menu:hover .dropdown-arrow{transform:rotate(180deg)}.user-dropdown{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a;margin-top:.5rem;min-width:220px;position:absolute;right:0;top:100%;z-index:1001}.dropdown-header{border-bottom:1px solid #f3f4f6;padding:1rem}.user-info strong{color:#111827;display:block;font-weight:600}.user-email{color:#6b7280;display:block;font-size:.875rem;margin-top:.25rem}.subscription-status{border-radius:4px;display:inline-block;font-size:.75rem;font-weight:500;margin-top:.5rem;padding:.25rem .5rem}.subscription-status.active{background:#d1fae5;color:#065f46}.subscription-status.inactive{background:#fed7d7;color:#9b1c1c}.dropdown-divider{background:#f3f4f6;height:1px;margin:.25rem 0}.dropdown-item{align-items:center;background:none;border:none;color:#374151;cursor:pointer;display:flex;font-size:.9rem;gap:.75rem;padding:.75rem 1rem;text-decoration:none;transition:background-color .15s ease;width:100%}.dropdown-item:hover{background-color:#f9fafb}.dropdown-item.upgrade-item{color:#f59e0b;font-weight:500}.dropdown-item.sign-out{color:#ef4444}.item-icon{font-size:1rem;text-align:center;width:16px}.dropdown-overlay{bottom:0;left:0;position:fixed;right:0;top:0;z-index:999}.mobile-menu-button{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:4px;padding:8px}.mobile-menu-button span{background:#374151;border-radius:2px;height:3px;transition:all .3s ease;width:24px}.page-container{margin:0 auto;max-width:1200px;padding:2rem 1rem}.page-header{margin-bottom:3rem;text-align:center}.page-header h1{color:#111827;margin-bottom:.5rem}.page-header p{color:#6b7280;font-size:1.125rem;margin:0 auto;max-width:600px}.home-page .page-container{padding-top:1rem}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:0 0 24px 24px;color:#fff;margin:-2rem -1rem 4rem;padding:4rem 0;text-align:center}.hero-content h1{color:#fff;font-size:3.5rem;margin-bottom:1rem}.hero-content p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.hero-stats{display:flex;gap:3rem;justify-content:center;margin:3rem 0}.stat{align-items:center;display:flex;flex-direction:column}.stat-number{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:1rem;opacity:.8}.hero-actions{margin-top:2rem}.hero-btn{border-radius:8px;font-size:1.125rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.features-section{text-align:center}.features-section h2{color:#111827}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.feature-card{border-radius:12px;box-shadow:0 4px 6px -1px #0000001a;transition:transform .2s ease}.feature-card:hover{transform:translateY(-4px)}.feature-card h3{color:#111827}.feature-card p{color:#6b7280;margin-bottom:0}.recent-jobs-section{padding:4rem 0}.recent-jobs-section h2{color:#111827;margin-bottom:3rem;text-align:center}.section-footer{margin-top:3rem;text-align:center}.job-list-container{width:100%}.job-list-header{margin-bottom:2rem}.header-content{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.header-content h2{color:#111827;margin:0}.header-actions{align-items:center;display:flex;gap:1rem}.header-actions .btn-secondary.active{background-color:#3b82f6;color:#fff}.filter-badge{background:#ef4444;border-radius:50%;height:8px;position:absolute;right:-4px;top:-4px;width:8px}.results-count{color:#6b7280;font-size:.9rem}.filters-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.job-filters{width:100%}.filters-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:1.5rem}.filter-group{display:flex;flex-direction:column}.filter-group label{color:#374151;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.filter-group input,.filter-group select{border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;padding:.75rem;transition:border-color .15s ease}.filter-group input:focus,.filter-group select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.budget-range .budget-inputs{align-items:center;display:flex;gap:.5rem}.budget-separator{color:#6b7280;font-weight:500}.filters-actions{align-items:center;border-top:1px solid #f3f4f6;display:flex;justify-content:space-between;padding-top:1rem}.quick-filters{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.quick-filters-label{color:#6b7280;font-size:.875rem;margin-right:.5rem}.quick-filter{background:#fff;border:1px solid #d1d5db;border-radius:20px;color:#374151;cursor:pointer;font-size:.8rem;padding:.375rem .75rem;transition:all .15s ease}.quick-filter:hover{border-color:#3b82f6;color:#3b82f6}.quick-filter.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.active-filters{align-items:center;background:#f8fafc;border-radius:8px;display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem;padding:1rem}.active-filters>span:first-child{color:#374151;font-size:.9rem;font-weight:500}.filter-tag{background:#3b82f6;border-radius:16px;font-size:.8rem;gap:.5rem;padding:.375rem .75rem}.filter-tag,.filter-tag button{align-items:center;color:#fff;display:flex}.filter-tag button{background:none;border:none;border-radius:50%;cursor:pointer;font-size:1rem;height:16px;justify-content:center;transition:background-color .15s ease;width:16px}.filter-tag button:hover{background:#fff3}.clear-all-filters{background:#ef4444;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.8rem;padding:.375rem .75rem;transition:background-color .15s ease}.clear-all-filters:hover{background:#dc2626}.job-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(380px,1fr))}.job-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;overflow:hidden;padding:1.5rem;position:relative;transition:all .2s ease}.job-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626;transform:translateY(-2px)}.job-card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.job-title-section{flex:1 1;min-width:0}.job-title{color:#111827;font-size:1.25rem;font-weight:600;line-height:1.3;margin-bottom:.5rem}.job-meta{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem}.urgency-badge{border-radius:16px;font-size:.75rem;font-weight:500;padding:.25rem .75rem;text-transform:uppercase}.urgent-high{background:#fef2f2;color:#dc2626}.urgent-medium{background:#fffbeb;color:#d97706}.urgent-low{background:#f0f9ff;color:#0284c7}.job-category{color:#6b7280;font-size:.875rem}.job-image-preview{flex-shrink:0;margin-left:1rem;position:relative}.preview-image{border-radius:8px;height:60px;object-fit:cover;width:60px}.image-count{background:#3b82f6;border-radius:8px;bottom:-4px;color:#fff;font-size:.7rem;font-weight:500;padding:.125rem .375rem;position:absolute;right:-4px}.job-description{margin-bottom:1rem}.job-description p{color:#6b7280;line-height:1.5;margin-bottom:0}.job-skills{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.skill-tag{background:#f3f4f6;font-size:.8rem;font-weight:500;padding:.25rem .75rem}.skill-tag.more{background:#3b82f6;color:#fff}.job-details{border-bottom:1px solid #f3f4f6;border-top:1px solid #f3f4f6;margin-bottom:1rem;padding:1rem 0}.job-budget{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.budget-label{color:#6b7280;font-size:.875rem}.budget-amount{color:#10b981;font-size:1rem;font-weight:600}.job-location{align-items:center;display:flex;gap:.5rem}.location-icon{font-size:1rem}.location-text{color:#374151;font-weight:500}.location-type{color:#6b7280;font-size:.875rem}.job-card-footer{align-items:flex-end;display:flex;justify-content:space-between}.job-info{flex:1 1}.job-poster{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.avatar-placeholder,.avatar-small{align-items:center;background:#3b82f6;border-radius:50%;color:#fff;display:flex;font-size:.7rem;font-weight:600;height:24px;justify-content:center;object-fit:cover;width:24px}.poster-name{color:#374151;font-size:.875rem;font-weight:500;gap:.375rem}.job-timing{display:flex;flex-direction:column;gap:.25rem}.expires-time,.posted-time{color:#9ca3af;font-size:.8rem}.job-actions{display:flex;flex-wrap:wrap;gap:.5rem}.job-status-overlay{background:#000c;border-radius:0 12px 0 12px;color:#fff;padding:.5rem 1rem;position:absolute;right:0;top:0}.status-badge{font-size:.8rem;font-weight:500}.contact-preview{background:#f8fafc;border-radius:6px;margin-top:.5rem;padding:.5rem;text-align:center}.contact-preview small{color:#6b7280;font-size:.75rem}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:2000}.modal-content{background:#fff;border-radius:12px;box-shadow:0 25px 50px -12px #00000040;display:flex;flex-direction:column;max-height:90vh;max-width:90vw;overflow:hidden}.job-modal{width:800px}.create-job-modal,.edit-job-modal{width:700px}.auth-modal{width:450px}.modal-header{align-items:flex-start;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem}.job-header-info h2{color:#111827;margin:0 0 .5rem}.modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#9ca3af;cursor:pointer;display:flex;font-size:1.5rem;height:32px;justify-content:center;padding:0;transition:all .15s ease;width:32px}.modal-close:hover{background:#f3f4f6;color:#374151}.modal-body{flex:1 1;overflow-y:auto;padding:1.5rem}.job-images{margin-bottom:2rem}.image-gallery{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.job-image{border-radius:8px;height:200px;object-fit:cover;width:100%}.job-details-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 300px}.job-main-content{min-width:0}.job-description h3,.job-skills h3{color:#111827;font-size:1.25rem;margin-bottom:1rem}.description-content p{color:#374151;line-height:1.6;margin-bottom:1rem}.job-skills .skills-list{display:flex;flex-wrap:wrap;gap:.5rem}.job-sidebar{display:flex;flex-direction:column;gap:1.5rem}.job-info-card,.job-poster-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.job-info-card h3,.job-poster-card h3{color:#111827;font-size:1.125rem;margin:0 0 1rem}.info-item{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.75rem}.info-item:last-child{margin-bottom:0}.info-label{color:#6b7280;flex-shrink:0;font-size:.9rem;font-weight:500}.info-value{color:#111827;flex:1 1;font-weight:500;min-width:0;text-align:right}.info-value.budget{color:#10b981;font-size:1.1rem;font-weight:600}.location-info{flex-wrap:wrap;gap:.5rem;justify-content:flex-end}.location-info,.poster-info{align-items:center;display:flex}.poster-info{gap:.75rem;margin-bottom:1rem}.avatar{border-radius:50%;height:48px;object-fit:cover;width:48px}.poster-details{flex:1 1}.poster-name{align-items:center;color:#111827;display:flex;font-weight:600;gap:.5rem}.contact-section{margin-top:1rem}.contact-toggle{margin-bottom:1rem;width:100%}.contact-details{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:1rem}.contact-item{align-items:center;display:flex;gap:.5rem;justify-content:space-between;margin-bottom:.75rem}.contact-item:last-child{margin-bottom:0}.contact-label{color:#6b7280;font-size:.9rem;font-weight:500}.contact-value{color:#3b82f6;font-weight:500;text-decoration:none}.contact-value:hover{text-decoration:underline}.contact-restricted{text-align:center}.pro-upgrade-notice{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #f59e0b;border-radius:8px;padding:1.5rem}.lock-icon{display:block;font-size:2rem;margin-bottom:.5rem}.pro-upgrade-notice h4{color:#92400e;margin:0 0 .5rem}.pro-upgrade-notice p{color:#78350f;font-size:.9rem;margin-bottom:1rem}.upgrade-btn{background:linear-gradient(45deg,#f59e0b,#d97706);border:none}.modal-footer{align-items:center;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem}.job-actions .btn-primary.applied{background:#10b981;cursor:default}.apply-notice{color:#6b7280;font-size:.9rem;margin:0}.auth-notice,.owner-actions{text-align:center;width:100%}.owner-notice{color:#6b7280;font-style:italic}.auth-notice p{color:#6b7280;margin-bottom:1rem}.auth-form,.job-form{max-width:100%}.form-group{margin-bottom:1.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group label{color:#374151;display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:1px solid #d1d5db;border-radius:6px;font-size:1rem;padding:.75rem;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#ef4444}.form-group textarea{min-height:120px;resize:vertical}.skills-input{display:flex;gap:.5rem;margin-bottom:.75rem}.skills-input input{flex:1 1}.skills-input button{background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1rem;transition:background-color .15s ease}.skills-input button:hover{background:#2563eb}.skills-list{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tag{background:#e5e7eb;border-radius:16px;color:#374151;font-size:.875rem;gap:.5rem;padding:.375rem .75rem}.skill-tag,.skill-tag button{align-items:center;display:flex}.skill-tag button{background:none;border:none;border-radius:50%;color:#6b7280;cursor:pointer;font-size:1.125rem;height:20px;justify-content:center;transition:all .15s ease;width:20px}.skill-tag button:hover{background:#d1d5db;color:#374151}.file-info{margin-top:.5rem}.file-info small{color:#6b7280;font-size:.8rem}.existing-images,.selected-files{margin-top:1rem}.existing-images h4,.selected-files h4{color:#374151;font-size:1rem;margin-bottom:.75rem}.file-item{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;display:flex;justify-content:space-between;margin-bottom:.5rem;padding:.5rem}.file-item span{color:#374151;font-size:.9rem}.file-item button{background:#ef4444;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.8rem;padding:.25rem .5rem;transition:background-color .15s ease}.file-item button:hover{background:#dc2626}.image-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.image-item{position:relative}.image-item img{border-radius:6px;height:120px;object-fit:cover;width:100%}.checkbox-group,.checkbox-label{align-items:flex-start;display:flex;gap:.75rem}.checkbox-label{cursor:pointer;line-height:1.4;margin-bottom:0}.checkbox-label input[type=checkbox]{height:0;opacity:0;position:absolute;width:0}.checkmark{background:#fff;border:2px solid #d1d5db;border-radius:4px;flex-shrink:0;height:20px;margin-top:1px;position:relative;transition:all .15s ease;width:20px}.checkbox-label input[type=checkbox]:checked+.checkmark{background:#3b82f6;border-color:#3b82f6}.checkbox-label input[type=checkbox]:checked+.checkmark:after{color:#fff;content:"✓";font-size:14px;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.form-help{color:#6b7280;font-size:.8rem;line-height:1.4}.error-message,.form-help{display:block;margin-top:.5rem}.error-message{color:#ef4444;font-size:.875rem}.error-messages{margin-top:.5rem}.error-messages .error-message{margin-top:.25rem}.success-message{color:#10b981;display:block;font-size:.875rem;margin-top:.5rem}.submit-error{background:#fef2f2;border-radius:6px;color:#dc2626;margin-bottom:1rem;margin-top:1rem;padding:.75rem}.auth-error,.auth-success{border-radius:6px;margin:1rem 0;padding:.75rem}.auth-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.auth-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.form-actions{border-top:1px solid #e5e7eb;margin-top:2rem;padding-top:1rem}.auth-submit{margin-top:1rem;width:100%}.auth-links{margin-top:1.5rem;text-align:center}.auth-links p{color:#6b7280;font-size:.9rem;margin-bottom:.5rem}.auth-required,.empty-state,.error-state,.loading-state{padding:4rem 2rem;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #f3f4f6;border-radius:50%;border-top-color:#3b82f6;height:40px;margin:0 auto 1rem;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.auth-required h2,.empty-state h3,.error-state h3{color:#111827;margin-bottom:1rem}.auth-required p,.empty-state p,.error-state p{color:#6b7280;margin-bottom:2rem}.app-footer{background:#1f2937}.footer-container{padding:0 1rem}.footer-section h3{color:#fff;margin-bottom:1rem}.footer-section h4{color:#d1d5db;font-size:1rem;margin-bottom:1rem}.footer-section p{color:#9ca3af;margin-bottom:0}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#9ca3af;text-decoration:none;transition:color .15s ease}.footer-section ul li a:hover{color:#fff}.footer-bottom{border-top:1px solid #374151;padding-top:1rem}.footer-bottom p{color:#9ca3af;font-size:.875rem;margin:0}.error-page{padding:4rem 2rem;text-align:center}.error-page h1{color:#3b82f6;font-size:6rem;font-weight:700;line-height:1;margin-bottom:0}.error-page h2{color:#111827;margin-bottom:1rem}.error-page p{color:#6b7280;font-size:1.125rem;margin-bottom:2rem}@media (max-width:768px){.header-container{padding:0 1rem}.header-nav{display:none}.mobile-menu-button{display:flex}.auth-buttons{gap:.5rem}.auth-buttons .btn-primary,.auth-buttons .btn-secondary,.create-job-btn{font-size:.875rem;padding:.5rem 1rem}.user-button{padding:.375rem .75rem}.user-name{display:none}.user-dropdown{left:auto;min-width:200px;right:0}.hero-content h1{font-size:2.5rem}.hero-stats{gap:1.5rem}.stat-number{font-size:2rem}.hero-actions{align-items:center;flex-direction:column}.hero-btn{max-width:300px;width:100%}.features-grid{grid-template-columns:1fr}.page-container{padding:1rem}.header-content{align-items:flex-start;flex-direction:column;gap:1rem}.header-actions{justify-content:space-between;width:100%}.filters-grid,.form-row{grid-template-columns:1fr}.quick-filters{justify-content:flex-start}.job-grid{grid-template-columns:1fr}.job-card{padding:1rem}.job-card-header{flex-direction:column;gap:1rem}.job-image-preview{align-self:flex-start;margin-left:0}.job-actions{flex-direction:column;width:100%}.job-actions .btn-small{width:100%}.modal-overlay{align-items:flex-start;padding:2rem .5rem .5rem}.modal-content{max-height:calc(100vh - 4rem);max-width:100%;width:100%}.job-details-grid{gap:1.5rem;grid-template-columns:1fr}.job-sidebar{order:-1}.modal-body,.modal-header{padding:1rem}.modal-footer{flex-direction:column;gap:1rem;padding:1rem}.job-actions .btn-primary{width:100%}.form-actions{flex-direction:column}.form-actions .btn-primary,.form-actions .btn-secondary{width:100%}.footer-container{gap:2rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.hero-content h1{font-size:2rem}.hero-content p{font-size:1.125rem}.hero-stats{flex-direction:column;gap:1rem}.stat-number{font-size:1.75rem}.job-meta{gap:.5rem}.job-budget,.job-meta{align-items:flex-start;flex-direction:column}.job-budget{gap:.25rem}.job-location{flex-wrap:wrap}.skills-input{flex-direction:column}.skills-input button{width:100%}.footer-container{grid-template-columns:1fr}.error-page h1{font-size:4rem}}@media print{.app-footer,.app-header,.btn-danger,.btn-primary,.btn-secondary,.btn-success,.btn-warning,.modal-overlay{display:none!important}.main-content{padding-top:0}.job-card{border:1px solid #000;break-inside:avoid;margin-bottom:1rem;page-break-inside:avoid}}@media (prefers-contrast:high){.btn-primary,.job-card{border:2px solid #000}.modal-content{border:3px solid #000}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.btn-danger:focus-visible,.btn-primary:focus-visible,.btn-secondary:focus-visible,.btn-success:focus-visible,.btn-warning:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.profile-content{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin:2rem auto;max-width:800px;padding:2rem}.profile-form,.profile-view{display:flex;flex-direction:column;gap:1.5rem}.profile-field label{color:#666;display:block;font-size:.875rem;font-weight:600;margin-bottom:.25rem}.profile-field p{color:#333;margin:0}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.disabled-input{background-color:#f5f5f5;cursor:not-allowed}.app-footer{background:#2c3e50;color:#fff;margin-top:4rem;padding:3rem 0 1rem}.footer-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px;padding:0 2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem}.footer-section a{color:#95a5a6;display:block;margin-bottom:.5rem;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#fff}.footer-bottom{border-top:1px solid #34495e;color:#95a5a6;margin-top:2rem;padding:1rem;text-align:center}a.logo{color:inherit;text-decoration:none}.empty-state{padding:3rem;text-align:center}.empty-state h3{color:#666;margin-bottom:1rem}.empty-state p{color:#999;margin-bottom:2rem}.features-section{background:#f8f9fa;margin:2rem 0;padding:4rem 0}.features-section h2{margin-bottom:3rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1000px;padding:0 2rem}.feature-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem;text-align:center}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#333;margin-bottom:1rem}.feature-card p{color:#666;line-height:1.6}.success-message{background:#d4edda;border:1px solid #c3e6cb;border-radius:4px;color:#28a745;margin:1rem 0;padding:1rem}.error-message{background:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;color:#dc3545;margin:1rem 0;padding:1rem}.main-content{min-height:calc(100vh - 200px)}.hero-actions{display:flex;gap:1rem;justify-content:center;margin:2rem 0}.btn-secondary{background:#fff;border:2px solid var(--primary-color);border-radius:4px;color:var(--primary-color);cursor:pointer;display:inline-block;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s}.btn-secondary:hover{background:var(--primary-color);color:#fff}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;line-height:1.15}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;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}button{cursor:pointer;outline:inherit;padding:0}button,input,select,textarea{background:none;border:none;font:inherit}input,select,textarea{outline:none}a{color:inherit;text-decoration:none}ol,ul{list-style:none;margin:0;padding:0}img{display:block;height:auto;max-width:100%}table{border-collapse:collapse;border-spacing:0}fieldset{border:none;margin:0}fieldset,legend{padding:0}:focus{outline:2px solid #3b82f6;outline-offset:2px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.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}.skip-link{background:#000;color:#fff;left:6px;padding:8px;position:absolute;text-decoration:none;top:-40px;z-index:9999}.skip-link:focus{top:6px}
/*# sourceMappingURL=main.eeedbfb8.css.map*/