.post-bounty{background-color:var(--background);width:100%;min-height:100svh;color:var(--foreground);padding:6rem 1.5rem 4rem;position:relative}.step-indicator{justify-content:center;align-items:center;gap:0;margin-bottom:3rem;display:flex}.step-indicator-item{align-items:center;gap:1rem;display:flex}.step-indicator-number{border:1px solid var(--foreground-200);border-radius:50%;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;transition:background-color .25s,border-color .25s;display:flex}.step-indicator-item.active .step-indicator-number{border-color:var(--foreground);background-color:var(--foreground)}.step-indicator-item.active .step-indicator-number p{color:var(--background)}.step-indicator-label{color:var(--foreground-200);transition:color .25s}.step-indicator-item.active .step-indicator-label{color:var(--foreground)}.step-indicator-line{background-color:var(--foreground-200);width:4rem;height:1px;margin:0 1rem;transition:background-color .3s}.step-indicator-line.active{background-color:var(--foreground)}.post-content{max-width:50rem;margin:0 auto}.post-step{flex-direction:column;gap:2rem;display:flex}.post-step-header{text-align:center}.post-step-header h2{margin-bottom:1rem}.post-step-header p{color:var(--foreground-200)}.post-input-wrapper{position:relative}.post-input{border:none;border-bottom:2px solid var(--foreground-200);width:100%;color:var(--foreground);background:0 0;outline:none;padding:1.5rem 0;font-family:nm;font-size:clamp(1.5rem,.75rem + 1.75vw,3.5rem);font-weight:550;transition:border-bottom-color .2s}.post-input::placeholder{color:var(--foreground-200)}.post-input:focus{border-bottom-color:var(--foreground)}.post-input-error{color:#ff6b6b;margin-top:.5rem}.issue-preview{border:1px solid var(--foreground-200);flex-direction:column;gap:1rem;padding:2rem;display:flex}.issue-preview-header{align-items:center;gap:1rem;display:flex}.issue-preview-repo,.issue-preview-number{color:var(--foreground-200)}.issue-preview-title{line-height:1.3}.issue-preview-body{color:var(--foreground-200);line-height:1.5}.issue-preview-footer{margin-top:.5rem}.post-loading{align-items:center;gap:1rem;padding:2rem 0;display:flex}.post-loading-spinner{border:2px solid var(--foreground-200);border-top-color:var(--foreground);border-radius:50%;width:1.5rem;height:1.5rem;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.post-reward-grid{grid-template-columns:1fr 1fr;gap:2rem 4rem;display:grid}.post-reward-label{color:var(--foreground-200);margin-bottom:1.5rem}.post-mode-desc{color:var(--foreground-200);margin-top:.75rem}.post-amount-buttons,.post-expiry-buttons{flex-wrap:wrap;gap:.75rem;display:flex}.post-amount-btn,.post-expiry-btn{border:1px solid var(--foreground-200);color:var(--foreground-200);cursor:pointer;font-family:var(--font-dm-mono,"DM Mono");text-transform:uppercase;background:0 0;padding:1rem 1.5rem;font-size:clamp(.8rem,.2rem + .7vw,1.5rem);font-weight:500;transition:background-color .15s,color .15s,border-color .15s}.post-amount-btn:hover,.post-expiry-btn:hover{border-color:var(--foreground);color:var(--foreground)}.post-amount-btn.active,.post-expiry-btn.active{background-color:var(--foreground);border-color:var(--foreground);color:var(--background)}.post-custom-input{border:1px solid var(--foreground);width:100%;color:var(--foreground);font-family:var(--font-dm-mono,"DM Mono");background:0 0;outline:none;margin-top:.75rem;padding:1rem 1.5rem;font-size:clamp(.8rem,.2rem + .7vw,1.5rem);font-weight:500}.post-custom-input::placeholder{color:var(--foreground-200)}.post-balance{border-top:1px solid var(--foreground-200);padding-top:1.5rem}.post-balance-label{color:var(--foreground-200);margin-bottom:.5rem}.post-summary{border:1px solid var(--foreground-200);padding:1.25rem 1.5rem}.post-summary p{color:var(--foreground)}.post-confirm{flex-direction:column;gap:2rem;display:flex}.post-confirm-summary{border:1px solid var(--foreground-200);flex-direction:column;gap:0;display:flex}.post-confirm-row{border-bottom:1px solid var(--foreground-200);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.post-confirm-row:last-child{border-bottom:none}.post-confirm-label{color:var(--foreground-200)}.post-confirm-value{text-align:right}.post-btn{border:1px solid var(--foreground);color:var(--foreground);cursor:pointer;font-family:var(--font-dm-mono,"DM Mono");text-transform:uppercase;background:0 0;padding:1.25rem 3rem;font-size:clamp(.8rem,.2rem + .7vw,1.5rem);font-weight:500;transition:background-color .18s,color .18s,border-color .18s}.post-btn:hover{background-color:var(--foreground);color:var(--background)}.post-btn-primary{background-color:var(--foreground);width:100%;color:var(--background)}.post-btn-primary:hover{color:var(--foreground);background-color:#0000}.post-btn:disabled{opacity:.4;cursor:not-allowed}.post-nav-buttons{gap:1rem;display:flex}.post-nav-buttons .post-btn{flex:1;margin-top:0}.post-success{text-align:center;padding:4rem 0}.post-success-icon{background-color:var(--btn-icon);border-radius:50%;justify-content:center;align-items:center;width:6rem;height:6rem;margin:0 auto 2rem;display:flex}.post-success-icon svg{width:3rem;height:3rem;stroke:var(--background)}.post-success h2{margin-bottom:1rem}.post-success p{color:var(--foreground-200);margin-bottom:2rem}.post-success-link{color:var(--foreground);border-bottom:1px solid var(--foreground);text-decoration:none}@media (max-width:1000px){.post-bounty{padding:5rem 1.5rem 3rem}.step-indicator{flex-wrap:wrap;gap:1rem;margin-bottom:2rem}.step-indicator-line{display:none}.post-reward-grid{grid-template-columns:1fr;gap:2rem}}
