.main-container{padding-bottom:80px}.content-wrapper{padding-bottom:20px}.demands-container{padding:0;background-color:#f5f5f5;min-height:100vh;width:100%;max-width:100vw;overflow-x:visible}.demands-fixed-header{position:sticky;top:0;background:#f5f5f5;z-index:999;padding:16px 8px 8px;box-shadow:0 2px 8px rgba(0,0,0,.1);flex-shrink:0}.search-filter-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.search-filter-row>:first-child{flex:1}.filter-icon-btn{background:linear-gradient(135deg,#4f8cff,#6ba3ff);border:none;border-radius:12px;padding:10px 16px;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:6px;min-width:auto;height:44px;box-shadow:0 2px 8px rgba(79,140,255,.3);white-space:nowrap}.filter-icon-btn.active{background:linear-gradient(135deg,#2a5d9f,#4f8cff);box-shadow:0 2px 8px rgba(42,93,159,.3)}.filter-icon-btn:hover{background:linear-gradient(135deg,#3b73e6,#5a94ff);transform:translateY(-2px);box-shadow:0 4px 16px rgba(79,140,255,.4)}.filter-icon-btn.active:hover{background:linear-gradient(135deg,#1e4a7a,#3b73e6);box-shadow:0 4px 16px rgba(42,93,159,.4)}.filter-icon-btn:active{transform:translateY(0)}.filter-icon{font-size:1rem;display:inline-block;animation:pulse 2s infinite;transition:transform .3s ease}.filter-text{font-size:.9rem}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUpFromBottom{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.selected-filters{display:flex;flex-wrap:wrap;gap:8px}.filter-tag{display:flex;align-items:center;gap:6px;padding:4px 8px;background:#e3f2fd;border-radius:12px;font-size:12px;color:#1976d2}.filter-tag-close{cursor:pointer;font-weight:700;font-size:14px}.filter-popup{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1000;display:flex;align-items:flex-end;justify-content:center;animation:fadeIn .3s ease}.filter-popup-content{background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -4px 32px rgba(0,0,0,.15);width:100%;max-width:480px;max-height:80vh;overflow-y:auto;animation:slideUpFromBottom .3s ease;padding:0}.filter-popup-header{display:flex;justify-content:space-between;align-items:center;padding:20px;background:linear-gradient(135deg,#4f8cff,#38cfa6);color:#fff;border-radius:20px 20px 0 0;position:relative}.filter-drag-indicator{position:absolute;top:8px;left:50%;transform:translateX(-50%);width:40px;height:4px;background:hsla(0,0%,100%,.4);border-radius:2px}.filter-title{font-size:1.1rem;font-weight:600}.filter-close-btn{background:hsla(0,0%,100%,.2);border:none;color:#fff;font-size:1.5rem;font-weight:700;width:32px;height:32px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.filter-close-btn:hover{background:hsla(0,0%,100%,.3)}.filter-row{padding:20px;max-height:calc(80vh - 160px);overflow-y:auto}.filter-actions{display:flex;gap:12px;padding:16px 20px;background:#f8f9fa;border-top:1px solid #e9ecef}.filter-reset-btn{flex:1;padding:12px;background:#fff;color:#666;border:1px solid #ddd;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease}.filter-reset-btn:hover{background:#f5f5f5;border-color:#ccc}.filter-confirm-btn{flex:2;padding:12px;background:linear-gradient(135deg,#4f8cff,#38cfa6);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px rgba(79,140,255,.3)}.filter-confirm-btn:hover{background:linear-gradient(135deg,#3b73e6,#2db89e);transform:translateY(-1px);box-shadow:0 4px 12px rgba(79,140,255,.4)}.filter-confirm-btn:active{transform:translateY(0)}.demands-content{padding:16px;width:100%;max-width:100%;overflow-x:visible}.demands-content h2{font-size:18px;color:#333;margin-bottom:16px;text-align:center}.demands-list-wrapper{display:flex;flex-direction:column;gap:12px;width:100%;max-width:100%;overflow-x:visible}.demand-card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 2px 8px rgba(0,0,0,.1);cursor:pointer;transition:all .3s ease;width:100%;max-width:100%;overflow:visible}.demand-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.15)}.demand-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.demand-title{font-size:20px;font-weight:600;color:#333;flex:1;white-space:break-spaces}.demand-title-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.demand-header-left{flex:1;display:flex;flex-direction:column;gap:8px;min-width:0}.demand-header-right{flex-direction:column;margin-left:12px;flex-shrink:0;min-width:120px}.demand-header-right,.demand-tags{display:flex;gap:10px}.demand-tag{display:inline-block;background:#eef2f7;color:#3b82f6;border-radius:12px;padding:6px 12px;font-size:15px}.demand-tag.light{background:#f3f4f6;color:#6b7280}.demand-company{color:#007bff;font-size:14px;margin-left:8px}.demand-count{padding:4px 8px;white-space:nowrap}.demand-desc.single{margin-top:8px;margin-bottom:8px;color:#111827;font-size:16px}.demand-desc.detail{margin-bottom:10px;color:#374151;font-size:16px}.demand-contact-row{display:flex;justify-content:space-between;align-items:center;font-size:16px;color:#111827;flex-wrap:nowrap;gap:12px;min-height:0;width:100%;overflow:visible}.demand-contact-left{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0;overflow:hidden}.demand-contact-right{display:flex;flex-direction:column;gap:8px;flex-shrink:0;align-items:flex-end;justify-content:center;min-width:140px;max-width:160px;overflow:visible}.demand-contact-row a{color:#2563eb;text-decoration:none}.demand-email-row{font-size:14px;color:#111827}.demand-email-row a{color:#2563eb;text-decoration:none}.demand-divider{height:1px;background:#eee;margin:12px 0}.demand-meta{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.meta-item{display:flex;align-items:center;font-size:14px}.meta-label{color:#666;margin-right:8px;min-width:80px}.meta-value{color:#333;flex:1}.demand-desc{margin-bottom:12px}.desc-label{color:#666;font-size:14px;margin-right:8px}.demand-contact{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #eee;font-size:14px;color:#666}.demand-contact a{color:#007bff;text-decoration:none}.demand-footer{display:flex;flex-direction:column;gap:10px}.demand-company-line{color:#2563eb;font-size:.98rem;font-weight:500}.action-button{padding:10px 16px;border-radius:10px;border:none;cursor:pointer;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.action-button.large{font-size:15px;min-width:80px;max-width:100px;padding:8px 12px;white-space:nowrap;overflow:visible}.action-button.primary{background:#3b82f6;color:#fff}.action-button.success{background:#22c55e;color:#fff}.no-results{padding:40px 20px}.loading-more,.no-results{text-align:center;color:#666}.loading-more{padding:20px}.highlight{background-color:#ffeb3b;padding:1px 2px;border-radius:2px}.demand-organization-detail{padding:16px;background-color:#f5f5f5;min-height:100vh}.back-button{display:inline-flex;align-items:center;padding:8px 16px;background:#fff;border-radius:20px;box-shadow:0 2px 8px rgba(0,0,0,.1);cursor:pointer;margin-bottom:16px;font-size:14px;color:#666;transition:all .3s ease}.back-button:hover{background:#f0f0f0}.organization-info{background:#fff;border-radius:12px;padding:20px;margin-bottom:16px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.organization-header{margin-bottom:20px}.organization-name{font-size:24px;font-weight:600;color:#333;margin-bottom:16px}.organization-meta{display:flex;flex-direction:column;gap:8px}.organization-meta .meta-item{font-size:14px;color:#666}.organization-meta .meta-item strong{color:#333;margin-right:8px}.organization-meta .meta-item a{color:#007bff;text-decoration:none}.organization-actions{margin-top:16px;display:flex;justify-content:flex-end}.organization-description{border-top:1px solid #eee;padding-top:20px}.organization-description h3{font-size:18px;font-weight:600;color:#333;margin-bottom:12px}.description-content{font-size:14px;line-height:1.6;color:#666}.job-demands-section{background:#fff;border-radius:12px;padding:20px;margin-bottom:16px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #eee}.section-header h2{font-size:20px;font-weight:600;color:#333;margin:0}.demand-count{background:#e3f2fd;color:#1976d2;padding:4px 12px;border-radius:12px;font-size:14px}.job-demands-list{display:flex;flex-direction:column;gap:16px}.job-demand-card{border:1px solid #eee;border-radius:8px;padding:16px;cursor:pointer;transition:all .3s ease}.job-demand-card:hover{border-color:#007bff;box-shadow:0 2px 8px rgba(0,123,255,.1)}.job-demand-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.job-title{font-size:16px;font-weight:600;color:#333;margin:0;flex:1}.job-count{background:#e3f2fd;color:#1976d2;padding:4px 8px;border-radius:12px;font-size:12px;white-space:nowrap}.job-demand-meta{display:flex;flex-direction:column;gap:6px}.job-demand-desc,.job-demand-meta{margin-bottom:12px}.desc-content{font-size:14px;line-height:1.5;color:#666;margin-top:4px}.job-demand-footer{padding-top:12px;border-top:1px solid #eee}.publish-time{font-size:12px;color:#999}.no-job-demands{text-align:center;padding:40px 20px;color:#666}.contact-section{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.contact-section h3{font-size:18px;font-weight:600;color:#333;margin-bottom:16px}.contact-info{display:flex;flex-direction:column;gap:12px}.contact-item{display:flex;align-items:center;font-size:14px}.contact-label{color:#666;margin-right:8px;min-width:80px}.contact-value{color:#333;flex:1}.contact-email,.contact-phone,.contact-website{color:#007bff;text-decoration:none}.contact-email:hover,.contact-phone:hover,.contact-website:hover{text-decoration:underline}.error-message{text-align:center;padding:40px 20px;color:#666}.error-message h2{color:#333;margin-bottom:12px}@media (min-width:768px){.demands-container,.demands-fixed-header{max-width:768px}.filter-popup-content{max-width:600px}.filter-actions{padding:20px}.filter-confirm-btn,.filter-reset-btn{padding:14px;font-size:1.1rem}}@media (min-width:1024px){.demands-container,.demands-fixed-header{max-width:900px}}@media (max-width:767px){.search-filter-row{gap:6px}.filter-icon-btn{padding:8px 12px;font-size:.85rem;border-radius:10px;height:40px}.filter-icon-btn.active{background:linear-gradient(135deg,#2a5d9f,#4f8cff)}.filter-icon{font-size:.9rem}.filter-popup-content{border-radius:16px 16px 0 0;max-height:70vh}.filter-popup-header{padding:16px;border-radius:16px 16px 0 0}.filter-title{font-size:1rem}.filter-row{padding:16px;max-height:calc(70vh - 140px)}.filter-actions{padding:12px 16px}.filter-confirm-btn,.filter-reset-btn{padding:10px;font-size:.95rem}.filter-tag{font-size:.8rem;padding:5px 10px}.filter-tag-close{width:16px;height:16px;font-size:.8rem}.demand-header{flex-direction:column;gap:12px}.demand-header-left,.demand-header-right{margin-left:0;min-width:auto}.demand-header-right{flex-direction:row;gap:8px;justify-content:flex-end}.action-button.large{min-width:70px;max-width:90px;font-size:14px;padding:6px 10px;white-space:nowrap;overflow:visible}.demand-title-row{flex-direction:row;align-items:center;justify-content:space-between;gap:12px;flex-wrap:nowrap}.demand-title{font-size:19px;line-height:1.3;flex:1;min-width:0;white-space:break-spaces}.demand-count{flex-shrink:0;white-space:nowrap}}@media (max-width:480px){.main-container{padding-bottom:76px}.demand-card{padding:12px}.demand-title{font-size:16px;white-space:break-spaces}.demand-header-right{flex-direction:column;gap:6px;width:100%}.action-button.large{min-width:70px;max-width:90px;font-size:13px;padding:6px 10px}.demand-contact-row{flex-direction:row;align-items:center;gap:8px}.demand-contact-left{flex:1;min-width:0}.demand-contact-right{flex-shrink:0;min-width:100px;flex-direction:column;justify-content:center;gap:6px}}