@keyframes cardFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.buyer-request-card{animation:none!important;opacity:1!important;transform:none!important;transition-duration:.01ms!important}}.top-buyer-requests{margin-bottom:130px;padding:0 20px}@media(min-width:1500px){.top-buyer-requests{padding:0}}.top-buyer-requests .buyer-requests-grid{display:grid;grid-template-columns:1fr;gap:24px;margin-bottom:60px}@media(min-width:768px){.top-buyer-requests .buyer-requests-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1200px){.top-buyer-requests .buyer-requests-grid{grid-template-columns:repeat(3,1fr)}}.top-buyer-requests .buyer-requests-grid .buyer-request-card{opacity:0}.top-buyer-requests.buyer-requests--visible .buyer-request-card:nth-child(1){animation:cardFadeUp .6s cubic-bezier(.22,1,.36,1) both .05s}.top-buyer-requests.buyer-requests--visible .buyer-request-card:nth-child(2){animation:cardFadeUp .6s cubic-bezier(.22,1,.36,1) both .15s}.top-buyer-requests.buyer-requests--visible .buyer-request-card:nth-child(3){animation:cardFadeUp .6s cubic-bezier(.22,1,.36,1) both .25s}.top-buyer-requests.buyer-requests--visible .buyer-request-card:nth-child(4){animation:cardFadeUp .6s cubic-bezier(.22,1,.36,1) both .35s}.top-buyer-requests.buyer-requests--visible .buyer-request-card:nth-child(5){animation:cardFadeUp .6s cubic-bezier(.22,1,.36,1) both .45s}.top-buyer-requests.buyer-requests--visible .buyer-request-card:nth-child(6){animation:cardFadeUp .6s cubic-bezier(.22,1,.36,1) both .55s}.top-buyer-requests .buyer-request-card{position:relative;background:#fff;border-radius:24px;padding:28px;border:1px solid #e8eef2;box-shadow:0 2px 12px #0000000d;display:flex;flex-direction:column;text-decoration:none;cursor:pointer;overflow:hidden;transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .35s ease,border-color .35s ease}.top-buyer-requests .buyer-request-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#024147,#157179);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.22,1,.36,1);border-radius:24px 24px 0 0}.top-buyer-requests .buyer-request-card:after{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(105deg,transparent 20%,rgba(2,65,71,.04) 50%,transparent 80%);background-size:300% 100%;background-position:-200% 0;pointer-events:none}.top-buyer-requests .buyer-request-card:hover{transform:translateY(-6px);box-shadow:0 20px 50px #02414724,0 4px 16px #02414714;border-color:#0241474d}.top-buyer-requests .buyer-request-card:hover:before{transform:scaleX(1)}.top-buyer-requests .buyer-request-card:hover:after{animation:cardShimmer .7s ease forwards}.top-buyer-requests .buyer-request-card:hover .card-arrow{opacity:1;transform:translate(0)}.top-buyer-requests .buyer-request-card:hover .card-icon{transform:scale(1.1) rotate(5deg)}.top-buyer-requests .buyer-request-card .card-header{display:flex;align-items:flex-start;gap:14px;margin-bottom:14px}.top-buyer-requests .buyer-request-card .card-icon{width:38px;height:38px;min-width:38px;border-radius:10px;background:linear-gradient(135deg,#024147,#157179);display:flex;align-items:center;justify-content:center;transition:transform .35s cubic-bezier(.34,1.56,.64,1)}.top-buyer-requests .buyer-request-card .card-title{font-family:Geist,sans-serif;font-weight:600;font-size:18px;color:#0f2027;line-height:1.35;flex:1}.top-buyer-requests .buyer-request-card .card-description{font-family:Inter,sans-serif;font-size:14px;line-height:1.65;color:#475569;margin-bottom:20px;flex-grow:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.top-buyer-requests .buyer-request-card .card-tags{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:20px}.top-buyer-requests .buyer-request-card .card-tags .tag{padding:5px 13px;background-color:#0241470f;border:1px solid rgba(2,65,71,.12);border-radius:20px;font-family:Inter,sans-serif;font-size:12px;font-weight:500;color:#024147;transition:background-color .2s ease,border-color .2s ease}.top-buyer-requests .buyer-request-card .card-budget{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#0241470d;border-radius:12px;margin-top:auto}.top-buyer-requests .buyer-request-card .card-budget .budget-label{font-family:Inter,sans-serif;font-size:12px;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:.04em}.top-buyer-requests .buyer-request-card .card-budget .budget-value{font-family:Geist,sans-serif;font-size:20px;font-weight:700;color:#024147;margin-left:auto}.top-buyer-requests .buyer-request-card .card-arrow{position:absolute;bottom:20px;right:20px;color:#024147;opacity:0;transform:translate(-6px);transition:opacity .3s ease,transform .35s cubic-bezier(.34,1.56,.64,1)}.top-buyer-requests .btn-explore-more{display:flex;align-items:center;gap:8px;font-size:16px;width:-moz-max-content;width:max-content;font-weight:600;line-height:1.5;font-family:Geist,sans-serif;padding:0 28px;height:56px;border-radius:50px;border:1px solid transparent;color:#fff;background-color:#024147;text-decoration:none;margin:0 auto;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s ease,background-color .3s ease,color .3s ease,border-color .3s ease}.top-buyer-requests .btn-explore-more svg{transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.top-buyer-requests .btn-explore-more:hover{background-color:transparent;border-color:#024147;color:#024147;transform:translateY(-3px) scale(1.04);box-shadow:0 8px 24px #02414733}.top-buyer-requests .btn-explore-more:hover svg{transform:translate(4px)}.top-buyer-requests .btn-explore-more:active{transform:scale(.97);transition-duration:.08s}@keyframes cardShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}
