.bounties-hero{background-color:var(--background);width:100%;height:40svh;color:var(--foreground);position:relative}.bounties-hero-footer{justify-content:space-between;align-items:flex-end;width:100%;padding:1.5rem;display:flex;position:absolute;bottom:0}.bounties-hero-label{color:var(--foreground-200)}.bounties-stats{background-color:var(--foreground);width:100%;color:var(--background);padding:4rem 1.5rem;position:relative}.bounties-stats-inner{gap:3rem;display:flex}.bounties-stat{flex-direction:column;flex:1;gap:.75rem;display:flex}.bounties-stat-label{color:var(--foreground-200)}.bounties-filters{background-color:var(--background);width:100%;color:var(--foreground);padding:3rem 1.5rem;position:relative}.bounties-filters-inner{align-items:center;gap:3rem;display:flex}.bounties-search{flex:2}.bounties-search-input{border:none;border-bottom:1px solid var(--foreground-200);width:100%;color:var(--foreground);font-family:var(--font-dm-mono,"DM Mono");text-transform:uppercase;background:0 0;outline:none;padding:.75rem 0;font-size:clamp(.8rem,.2rem + .7vw,1.5rem);font-weight:500;transition:border-bottom-color .2s}.bounties-search-input::placeholder{color:var(--foreground-200)}.bounties-search-input:focus{border-bottom-color:var(--foreground)}.bounties-language-filters{flex-wrap:wrap;flex:2;gap:.75rem;display:flex}.bounties-filter-btn{border:1px solid var(--foreground-200);color:var(--foreground-200);cursor:pointer;background:0 0;padding:.5rem 1rem;transition:background-color .15s,color .15s,border-color .15s}.bounties-filter-btn:hover{border-color:var(--foreground);color:var(--foreground)}.bounties-filter-btn.active{background-color:var(--foreground);border-color:var(--foreground);color:var(--background)}.bounties-filter-btn p{font-family:var(--font-dm-mono,"DM Mono")}.bounties-sort{flex:1;justify-content:flex-end;display:flex}.bounties-sort-select{border:none;border-bottom:1px solid var(--foreground-200);color:var(--foreground);font-family:var(--font-dm-mono,"DM Mono");text-transform:uppercase;cursor:pointer;appearance:none;background:0 0;outline:none;padding:.75rem 0;font-size:clamp(.8rem,.2rem + .7vw,1.5rem);font-weight:500}.bounties-sort-select option{background-color:var(--background);color:var(--foreground)}.bounties-list{background-color:var(--background);width:100%;color:var(--foreground);padding:0 1.5rem 10rem;position:relative}.bounty-row{border-top:1px solid var(--foreground-200);cursor:pointer;gap:3rem;padding:3rem 0;display:flex}.bounty-row:last-child{border-bottom:1px solid var(--foreground-200)}.bounty-row-left{flex-direction:column;flex:4;gap:1rem;transition:transform .25s cubic-bezier(.25,.46,.45,.94);display:flex}.bounty-row:hover .bounty-row-left{transform:translate(.4rem)}.bounty-row-right{flex-direction:column;flex:2;align-items:flex-end;gap:1.5rem;display:flex}.bounty-repo{color:var(--foreground-200)}.bounty-title{line-height:1.3}.bounty-desc{color:var(--foreground-200);-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.5;display:-webkit-box;overflow:hidden}.bounty-meta{align-items:center;gap:1.5rem;display:flex}.dgn-amount{text-align:right}.dgn-amount-lg{font-weight:550}.dgn-amount-sm{font-size:clamp(1.075rem,.325rem + .825vw,2rem)}.dgn-label{opacity:.6}.bounty-cta{cursor:pointer;background:0 0;border:none;padding:0}.bounty-cta p{color:var(--foreground);border-bottom:1px solid #0000;transition:border-bottom-color .15s}.bounty-cta:hover p{border-bottom-color:var(--foreground)}.bounty-status{font-family:var(--font-dm-mono,"DM Mono");border:1px solid;align-items:center;padding:.2rem .6rem;display:inline-flex}.bounty-status-open{color:var(--btn-icon);background:#ffc22a0f;border-color:#ffc22a66}.bounty-status-claimed{color:var(--foreground-200);background:#6666660f;border-color:#6666}.bounty-status-completed{color:var(--foreground);background:#e4e7df0f;border-color:#e4e7df66}.bounty-status-cancelled{color:var(--foreground-200);background:#6666660a;border-color:#6666664d;text-decoration:line-through}.language-badge{border:1px solid var(--foreground-200);align-items:center;gap:.5rem;padding:.25rem .75rem;display:flex}.language-dot{border-radius:50%;width:.5rem;height:.5rem}.language-badge p{color:var(--foreground)}.bounties-empty{text-align:center;padding:6rem 0}.bounties-empty h3{color:var(--foreground-200);margin-bottom:1rem}@media (max-width:1000px){.bounties-hero{height:30svh}.bounties-stats{padding:3rem 1.5rem}.bounties-stats-inner{flex-wrap:wrap;gap:2rem}.bounties-stat{flex:40%;min-width:120px}.bounties-filters{padding:2rem 1.5rem}.bounties-filters-inner{flex-direction:column;align-items:stretch;gap:1.5rem}.bounties-language-filters,.bounties-sort{justify-content:flex-start}.bounties-list{padding:0 1.5rem 6rem}.bounty-row{flex-direction:column;gap:1.5rem;padding:2rem 0}.bounty-row-right{align-items:flex-start}.bounty-meta{flex-wrap:wrap}}
