.dashboard{background-color:var(--background);width:100%;min-height:100svh;color:var(--foreground);position:relative}.dashboard-connect{flex-direction:column;justify-content:center;align-items:center;gap:2rem;min-height:100svh;padding:1.5rem;display:flex}.dashboard-connect h2{text-align:center}.dashboard-stats{background-color:var(--foreground);width:100%;color:var(--background);padding:8rem 1.5rem 4rem;position:relative}.dashboard-stats-inner{gap:3rem;display:flex}.dashboard-stat{flex-direction:column;flex:1;gap:.75rem;display:flex}.dashboard-stat-label{color:var(--foreground-200)}.dashboard-tabs{background-color:var(--background);z-index:100;border-bottom:1px solid var(--foreground-200);width:100%;padding:2rem 1.5rem;position:sticky;top:0}.dashboard-tabs-inner{gap:3rem;display:flex}.dashboard-tab{cursor:pointer;background:0 0;border:none;padding:.5rem 0;position:relative}.dashboard-tab p{color:var(--foreground-200);transition:color .15s}.dashboard-tab.active p{color:var(--foreground)}.dashboard-tab:after{content:"";background-color:var(--foreground);transform-origin:0;width:100%;height:1px;transition:transform .2s;position:absolute;bottom:0;left:0;transform:scaleX(0)}.dashboard-tab.active:after{transform:scaleX(1)}.dashboard-section{padding:3rem 1.5rem}.dashboard-section-header{margin-bottom:2rem}.dashboard-section-label{color:var(--foreground-200)}.dashboard-bounty-row{border-top:1px solid var(--foreground-200);cursor:pointer;gap:3rem;padding:2rem 0;display:flex}.dashboard-bounty-row:last-child{border-bottom:1px solid var(--foreground-200)}.dashboard-bounty-left{flex-direction:column;flex:4;gap:.75rem;transition:transform .25s cubic-bezier(.25,.46,.45,.94);display:flex}.dashboard-bounty-row:hover .dashboard-bounty-left{transform:translate(.4rem)}.dashboard-bounty-right{flex-direction:column;flex:2;align-items:flex-end;gap:1rem;display:flex}.dashboard-bounty-repo{color:var(--foreground-200)}.dashboard-bounty-title{line-height:1.3}.dashboard-bounty-meta{align-items:center;gap:1rem;display:flex}.dashboard-cancel-btn{border:1px solid var(--foreground-200);cursor:pointer;background:0 0;padding:.5rem 1rem;transition:border-color .15s}.dashboard-cancel-btn p{color:var(--foreground-200);transition:color .15s}.dashboard-cancel-btn:hover{border-color:#ff6b6b}.dashboard-cancel-btn:hover p{color:#ff6b6b}.dashboard-cancel-btn:disabled{opacity:.4;cursor:not-allowed}.dashboard-empty{text-align:center;padding:4rem 0}.dashboard-empty h3{color:var(--foreground-200);margin-bottom:1rem}.dashboard-empty a{color:var(--foreground);border-bottom:1px solid var(--foreground)}@media (max-width:1000px){.dashboard-stats{padding:7rem 1.5rem 3rem}.dashboard-stats-inner{flex-wrap:wrap;gap:2rem}.dashboard-stat{flex:40%;min-width:120px}.dashboard-tabs{padding:1.5rem}.dashboard-tabs-inner{gap:1.5rem;overflow-x:auto}.dashboard-section{padding:2rem 1.5rem}.dashboard-bounty-row{flex-direction:column;gap:1rem;padding:1.5rem 0}.dashboard-bounty-right{align-items:flex-start}}
