*,*:before,*:after{box-sizing:border-box}body{font-family:sans-serif;background:#010a0f;color:#eaeaea;margin:0;padding:0;min-height:100vh}.page-wrapper{display:flex;flex-direction:column;min-height:100vh}.page-content{flex:1;display:flex;flex-direction:column;align-items:center;padding:2rem 1rem 4rem;gap:1.25rem;max-width:640px;margin:0 auto;width:100%}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;letter-spacing:.2px}.coop-hero{text-align:center;max-width:500px;padding:1.5rem 1rem .5rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.coop-hero-badge{display:inline-flex;align-items:center;gap:.35rem;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#818cf8;background:#6366f11a;border:1px solid rgba(99,102,241,.35);border-radius:999px;padding:.3rem .85rem}.coop-hero h1{font-size:2.2rem;font-weight:800;letter-spacing:-.02em;margin:0;background:linear-gradient(120deg,#a78bfa,#818cf8 40%,#4f46e5,#6366f1);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:hero-shimmer 4s linear infinite}@keyframes hero-shimmer{0%{background-position:0% center}to{background-position:200% center}}.coop-hero-tagline{font-size:1rem;font-weight:600;color:#e2e8f0;margin:0;letter-spacing:.02em}.coop-hero-sub{font-size:.88rem;color:#64748b;margin:0;line-height:1.55;max-width:380px}.coop-card{background:#1e293b;border:2px solid #4f46e5;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #6366f133;width:100%}.coop-card-header{background:#4f46e526;border-bottom:1px solid rgba(99,102,241,.3);padding:1rem 1.25rem}.coop-card-title{font-size:1.1rem;font-weight:700;color:#eaeaea;margin:0 0 .15rem}.coop-card-subtitle{font-size:.8rem;color:#94a3b8;margin:0;display:block}.coop-card-body{padding:1.25rem}.btn{padding:.7rem;font-size:.9rem;font-weight:700;border:none;border-radius:8px;cursor:pointer;transition:all .2s}.btn-primary{background:#6366f1;color:#fff}.btn-primary:hover{background:#4f46e5;transform:translateY(-1px)}.btn-primary:disabled{background:#64748b;color:#94a3b8;cursor:not-allowed;opacity:.6;transform:none}.btn-secondary{background:#6366f133;color:#818cf8}.btn-secondary:hover{background:#6366f14d}.auth-prompt{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:.75rem 0;text-align:center}.auth-prompt-icon{font-size:1.75rem}.auth-prompt-text{color:#94a3b8;font-size:.9rem;line-height:1.5;max-width:380px;margin:0}.auth-verify-btn{min-width:160px}.auth-identity{display:flex;flex-direction:column;gap:.5rem}.auth-identity-row{display:flex;justify-content:space-between;align-items:center;padding:.4rem .65rem;background:#0f172a99;border:1px solid rgba(99,102,241,.2);border-radius:6px}.auth-label{font-size:.8rem;font-weight:600;color:#94a3b8}.auth-value{font-size:.85rem;font-weight:600;color:#eaeaea}.auth-status-badge{padding:.15rem .5rem;border-radius:10px;font-size:.7rem;font-weight:700}.auth-status-badge.verified{background:#10b98133;color:#10b981;border:1px solid rgba(16,185,129,.3)}.auth-logout-btn{width:100%;margin-top:.75rem}.personal-stats{margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(99,102,241,.2)}.personal-stats-title{font-size:.8rem;font-weight:700;color:#cbd5e1;margin:0 0 .5rem}.personal-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem}.personal-stat{display:flex;flex-direction:column;gap:.15rem;padding:.4rem .5rem;background:#0f172a66;border:1px solid rgba(99,102,241,.1);border-radius:6px;text-align:center}.personal-stat-label{font-size:.65rem;font-weight:600;color:#94a3b8}.personal-stat-value{font-size:.9rem;font-weight:700;color:#eaeaea}.rig-status-indicator{display:flex;align-items:center;gap:.5rem;padding:.6rem .85rem;background:#0f172a99;border:1px solid rgba(99,102,241,.3);border-radius:8px;margin-bottom:.85rem}.rig-status-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.rig-status-dot.idle{background:#64748b}.rig-status-dot.authorized{background:#f59e0b;animation:rig-pulse 2s ease-in-out infinite}.rig-status-dot.active{background:#10b981;animation:rig-pulse 1.5s ease-in-out infinite}.rig-status-dot.cooldown{background:#3b82f6;animation:rig-pulse 3s ease-in-out infinite}@keyframes rig-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.8)}}.rig-status-label{font-size:.95rem;font-weight:700;color:#eaeaea}.session-progress{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:.85rem}.session-progress-item{display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.65rem .35rem;background:#0f172a80;border:1px solid rgba(99,102,241,.25);border-radius:8px;text-align:center}.session-progress-value{font-size:1.15rem;font-weight:700;color:#eaeaea}.session-progress-label{font-size:.65rem;font-weight:600;color:#94a3b8}.session-progress-item.ready .session-progress-value{color:#10b981}.session-progress-item.not-ready .session-progress-value{color:#f59e0b}.rig-details-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:.5rem}.rig-detail{display:flex;justify-content:space-between;align-items:center;padding:.4rem .65rem;background:#0f172a59;border:1px solid rgba(99,102,241,.1);border-radius:6px}.rig-detail-label{font-size:.7rem;font-weight:600;color:#94a3b8}.rig-detail-value{font-size:.85rem;font-weight:700;color:#eaeaea}.rig-timer-block{display:flex;flex-direction:column;align-items:center;gap:.3rem;padding:1.1rem 1rem 1rem;background:#0f172a8c;border:1px solid rgba(99,102,241,.2);border-radius:10px;margin-bottom:.75rem;text-align:center}.rig-timer-phase{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#64748b;transition:color .3s}.rig-timer-phase.active{color:#10b981}.rig-timer-phase.cooldown{color:#3b82f6}.rig-timer-phase.authorized{color:#f59e0b}.rig-timer-phase.idle{color:#64748b}.rig-timer-value{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Courier New,monospace;font-size:2.6rem;font-weight:700;letter-spacing:.04em;color:#eaeaea;line-height:1;min-width:5ch;transition:color .3s}.rig-timer-label{font-size:.7rem;color:#64748b;font-weight:500}.rig-telemetry-row{display:flex;gap:.5rem;margin-bottom:.75rem}.rig-telemetry-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.55rem .4rem;background:#10b9810f;border:1px solid rgba(16,185,129,.18);border-radius:8px;text-align:center}.rig-telemetry-label{font-size:.62rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.rig-telemetry-value{font-size:.9rem;font-weight:700;color:#10b981;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Courier New,monospace}.coop-tabs{display:flex;width:100%;background:#0f172a;border-bottom:1px solid rgba(99,102,241,.35)}.coop-tab{flex:1;padding:.7rem .35rem;background:transparent;border:none;color:#94a3b8;font-weight:700;font-size:.8rem;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap}.coop-tab+.coop-tab{border-left:1px solid rgba(99,102,241,.35)}.coop-tab:hover{background:#6366f11a;color:#eaeaea}.coop-tab.active{background:#6366f12e;color:#eaeaea}.coop-tab-panel{display:none}.coop-tab-panel.active{display:block}.action-type-toggle{display:flex;gap:.35rem;margin-bottom:1rem;background:#0f172a80;border:1px solid rgba(99,102,241,.2);border-radius:8px;padding:.25rem}.action-type-btn{flex:1;padding:.5rem .35rem;background:transparent;border:none;border-radius:6px;color:#94a3b8;font-size:.8rem;font-weight:700;cursor:pointer;transition:all .15s;white-space:nowrap}.action-type-btn:hover{color:#cbd5e1}.action-type-btn.active{background:#6366f133;color:#eaeaea;border:1px solid rgba(99,102,241,.3)}.action-form{display:none;flex-direction:column;gap:.85rem}.action-form.active{display:flex}.contribute-community{display:flex;align-items:center;gap:.5rem;padding:.55rem .75rem;background:#6366f114;border:1px solid rgba(99,102,241,.25);border-radius:8px;cursor:pointer;transition:all .2s;margin-bottom:.85rem;position:relative}.contribute-community:hover{background:#6366f11f;border-color:#818cf8}.contribute-community-logo{width:22px;height:22px;border-radius:4px;object-fit:contain;flex-shrink:0}.contribute-community-name{font-size:.85rem;font-weight:700;color:#eaeaea;flex:1}.contribute-community-label{font-size:.7rem;color:#94a3b8}.contribute-community-arrow{color:#818cf8;font-size:.65rem;transition:transform .2s}.contribute-community.open .contribute-community-arrow{transform:rotate(180deg)}.contribute-community-dropdown{position:absolute;top:100%;left:0;right:0;background:#1e293b;border:2px solid #4f46e5;border-top:none;border-radius:0 0 8px 8px;max-height:0;overflow:hidden;opacity:0;transition:max-height .3s,opacity .2s;z-index:100}.contribute-community-dropdown.open{max-height:200px;opacity:1}.contribute-community-option{display:flex;align-items:center;gap:.5rem;padding:.55rem .75rem;cursor:pointer;transition:background .2s;border-bottom:1px solid rgba(99,102,241,.1)}.contribute-community-option:last-child{border-bottom:none}.contribute-community-option:hover{background:#6366f11f}.contribute-community-option-logo{width:22px;height:22px;border-radius:4px;object-fit:contain}.contribute-community-option-name{font-size:.85rem;font-weight:600;color:#eaeaea}.action-field{display:flex;flex-direction:column;gap:.35rem}.action-field-label{font-size:.8rem;font-weight:700;color:#cbd5e1}.action-input-row{display:flex;gap:.5rem}.action-input{flex:1;padding:.6rem .75rem;background:#0f172a;border:2px solid rgba(99,102,241,.4);border-radius:8px;color:#eaeaea;font-size:.95rem;font-weight:600;transition:all .2s;min-width:0}.action-input:focus{outline:none;border-color:#818cf8;background:#4f46e50d;box-shadow:0 0 0 3px #6366f11a}.action-input::placeholder{color:#475569}.action-pair-select{width:100%;padding:.6rem 2.5rem .6rem .75rem;background:#0f172a;border:2px solid rgba(99,102,241,.4);border-radius:8px;color:#eaeaea;font-size:.85rem;font-weight:600;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23818cf8' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;transition:all .2s}.action-pair-select:hover{border-color:#818cf8}.action-pair-select:focus{outline:none;border-color:#818cf8;box-shadow:0 0 0 3px #6366f11a}.action-pair-select option{background:#0f172a;color:#eaeaea}.action-input-row .btn-max{padding:.6rem .75rem;background:#6366f133;border:2px solid #4f46e5;border-radius:8px;color:#818cf8;font-size:.75rem;font-weight:700;cursor:pointer;transition:all .2s;white-space:nowrap}.action-input-row .btn-max:hover{background:#6366f14d;border-color:#818cf8;color:#eaeaea}.action-info-row{display:flex;justify-content:space-between;align-items:center;padding:.35rem 0;font-size:.8rem}.action-info-label{color:#94a3b8}.action-info-value{font-weight:700;color:#eaeaea}.action-info-value.accent{color:#f59e0b}.action-budget{display:flex;justify-content:space-between;align-items:center;padding:.45rem .6rem;background:#0f172a80;border:1px solid rgba(99,102,241,.15);border-radius:6px}.action-budget-label{font-size:.7rem;color:#94a3b8}.action-budget-value{font-size:.8rem;font-weight:700;color:#eaeaea}.action-submit{width:100%}.action-helper{margin:0;font-size:.75rem;color:#64748b;line-height:1.45}.pair-perf-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.pair-perf-table{width:100%;border-collapse:separate;border-spacing:0}.pair-perf-table th{font-size:.65rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;text-align:left;padding:.5rem .6rem;border-bottom:1px solid rgba(99,102,241,.25)}.pair-perf-table th:not(:first-child){text-align:right}.pair-perf-table td{font-size:.8rem;padding:.5rem .6rem;border-bottom:1px solid rgba(99,102,241,.08);color:#eaeaea}.pair-perf-table td:not(:first-child){text-align:right;font-weight:600}.pair-perf-table tr:last-child td{border-bottom:none}.pair-perf-table tr:hover td{background:#6366f10d}.pair-perf-pair{font-weight:700;white-space:nowrap}.pair-perf-arrow{color:#818cf8;margin:0 .2rem}.pair-perf-rate{color:#94a3b8}.pair-perf-note{margin:.75rem 0 0;font-size:.72rem;color:#64748b;line-height:1.4}.reward-totals{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;margin-bottom:1rem}.reward-total-item{display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.75rem .35rem;background:#4f46e51a;border:1px solid rgba(99,102,241,.3);border-radius:8px;text-align:center}.reward-total-label{font-size:.65rem;font-weight:600;color:#94a3b8}.reward-total-value{font-size:1.2rem;font-weight:700;color:#eaeaea}.reward-bucket{background:#0f172a80;border:1px solid rgba(99,102,241,.25);border-radius:10px;padding:1rem;margin-bottom:.75rem}.reward-bucket:last-child{margin-bottom:0}.reward-bucket-alt{border-color:#f59e0b40;background:#f59e0b08}.reward-bucket-title{font-size:.9rem;font-weight:700;color:#eaeaea;margin:0 0 .2rem}.reward-bucket-desc{font-size:.75rem;color:#64748b;margin:0 0 .75rem;line-height:1.4}.reward-bucket-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.4rem}.reward-bucket-stat{display:flex;flex-direction:column;gap:.15rem;padding:.4rem .5rem;background:#0f172a66;border:1px solid rgba(99,102,241,.1);border-radius:5px}.reward-bucket-stat-label{font-size:.65rem;font-weight:600;color:#94a3b8}.reward-bucket-stat-value{font-size:.85rem;font-weight:700;color:#eaeaea}.reward-section-divider{height:1px;background:#6366f133;margin:1rem 0}.reward-section-title{font-size:.9rem;font-weight:700;color:#cbd5e1;margin:0 0 .75rem}.community-breakdown-card{background:#0f172a66;border:1px solid rgba(99,102,241,.15);border-radius:8px;padding:.85rem;margin-bottom:.6rem}.community-breakdown-card:last-child{margin-bottom:0}.community-breakdown-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.6rem;padding-bottom:.5rem;border-bottom:1px solid rgba(99,102,241,.1)}.community-breakdown-logo{width:22px;height:22px;border-radius:4px;object-fit:contain}.community-breakdown-name{font-size:.9rem;font-weight:700;color:#eaeaea}.community-breakdown-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.4rem}.community-breakdown-stat{display:flex;flex-direction:column;gap:.1rem;padding:.35rem .45rem;background:#0f172a59;border:1px solid rgba(99,102,241,.08);border-radius:5px}.community-breakdown-stat-label{font-size:.6rem;font-weight:600;color:#94a3b8}.community-breakdown-stat-value{font-size:.8rem;font-weight:700;color:#eaeaea}.history-list{display:flex;flex-direction:column;gap:.5rem}.history-item{display:grid;grid-template-columns:auto 1fr auto auto;gap:.6rem;align-items:center;padding:.6rem .85rem;background:#0f172a80;border:1px solid rgba(99,102,241,.15);border-radius:7px;transition:border-color .2s}.history-item:hover{border-color:#6366f159}.history-item-type{padding:.15rem .45rem;border-radius:4px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.history-item-type.swap{background:#6366f126;color:#818cf8;border:1px solid rgba(99,102,241,.3)}.history-item-type.burn{background:#ef444426;color:#f87171;border:1px solid rgba(239,68,68,.3)}.history-item-type.hashboost{background:#f59e0b26;color:#fbbf24;border:1px solid rgba(245,158,11,.3)}.history-item-details{display:flex;flex-direction:column;gap:.1rem;min-width:0}.history-item-community{font-size:.8rem;font-weight:600;color:#eaeaea}.history-item-pair{font-size:.7rem;color:#818cf8;font-weight:600}.history-item-amount{font-size:.75rem;color:#94a3b8}.history-item-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.1rem}.history-item-weight{font-size:.75rem;font-weight:600;color:#cbd5e1}.history-item-counted,.history-item-time{font-size:.65rem;color:#64748b}.history-item-status{padding:.15rem .45rem;border-radius:10px;font-size:.65rem;font-weight:600}.history-item-status.confirmed{background:#10b98126;color:#10b981;border:1px solid rgba(16,185,129,.25)}.history-empty{display:flex;flex-direction:column;align-items:center;padding:2rem 1rem;text-align:center}.history-empty-icon{font-size:2rem;margin-bottom:.5rem;opacity:.5}.history-empty-text{font-size:.9rem;font-weight:600;color:#cbd5e1;margin-bottom:.3rem}.history-empty-subtext{font-size:.8rem;color:#64748b;max-width:280px}.future-placeholder{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.25rem .5rem}.future-placeholder-icon{font-size:2rem;margin-bottom:.5rem}.future-placeholder-title{font-size:1rem;font-weight:700;color:#cbd5e1;margin:0 0 .5rem}.future-placeholder-text{font-size:.8rem;color:#64748b;line-height:1.5;max-width:400px;margin:0 0 .3rem}.future-placeholder-pills{display:flex;flex-wrap:wrap;gap:.35rem;justify-content:center;margin-top:.65rem}.future-pill{background:#6366f11a;border:1px solid rgba(99,102,241,.25);border-radius:16px;padding:.25rem .65rem;font-size:.72rem;font-weight:600;color:#818cf8}.coop-modal-overlay{position:fixed;inset:0;background:#000000d9;z-index:10000;display:flex;align-items:center;justify-content:center;padding:1rem}.coop-modal{background:#1e293b;border:2px solid #4f46e5;border-radius:16px;width:100%;max-width:480px;max-height:min(88vh,580px);box-shadow:0 20px 60px #6366f14d;display:flex;flex-direction:column;overflow:hidden}.coop-modal-header{padding:1.25rem 1.25rem .75rem;border-bottom:1px solid rgba(99,102,241,.25);flex-shrink:0}.coop-modal-title{font-size:1.15rem;font-weight:700;color:#eaeaea;margin:0}.coop-modal-body{padding:1rem 1.25rem;overflow-y:auto;flex:1;min-height:0}.coop-modal-text{font-size:.9rem;color:#94a3b8;margin:0 0 1rem;line-height:1.5}.coop-modal-disclosures{display:flex;flex-direction:column;gap:.6rem}.coop-modal-disclosure{display:flex;align-items:flex-start;gap:.6rem;padding:.6rem;background:#0f172a99;border:1px solid rgba(99,102,241,.15);border-radius:7px}.coop-modal-disclosure-icon{font-size:.9rem;flex-shrink:0;margin-top:.1rem}.coop-modal-disclosure-text{font-size:.85rem;color:#cbd5e1;line-height:1.45}.coop-modal-footer{display:flex;gap:.65rem;padding:.85rem 1.25rem 1.25rem;justify-content:flex-end;flex-shrink:0;border-top:1px solid rgba(99,102,241,.2)}.coop-modal-cancel{min-width:90px}.coop-modal-accept{min-width:180px}.hashboost-bucket-status{background:#f59e0b0d;border:1px solid rgba(245,158,11,.25);border-radius:10px;padding:.85rem 1rem;margin-bottom:.85rem}.hashboost-status-message{font-size:.82rem;color:#fbbf24;line-height:1.45;margin-bottom:.65rem}.hashboost-progress-bar-wrap{height:6px;background:#f59e0b1f;border-radius:3px;overflow:hidden;margin-bottom:.4rem}.hashboost-progress-bar{height:100%;background:linear-gradient(90deg,#f59e0b,#fbbf24);border-radius:3px;transition:width .4s ease}.hashboost-progress-label{display:flex;justify-content:space-between;font-size:.72rem;color:#94a3b8}.hashboost-progress-sol{color:#f59e0b;font-weight:600}.hashboost-droplet-select{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-top:.4rem}.hashboost-droplet-btn{display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.6rem .5rem;background:#0f172a80;border:1px solid rgba(245,158,11,.2);border-radius:8px;color:#cbd5e1;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s}.hashboost-droplet-btn:hover{border-color:#f59e0b80;background:#f59e0b14}.hashboost-droplet-btn.active{border-color:#f59e0b;background:#f59e0b1f;color:#fbbf24}.hashboost-droplet-pts{font-size:.68rem;font-weight:700;color:#f59e0b;opacity:.8}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield;appearance:textfield}@media(max-width:640px){.page-content{padding:1.25rem .75rem 3rem;gap:1rem}.coop-hero h1{font-size:1.9rem}.coop-card-header{padding:.85rem 1rem}.coop-card-body{padding:1rem}.personal-stats-grid{grid-template-columns:1fr 1fr 1fr}.session-progress,.rig-details-grid,.reward-totals{grid-template-columns:1fr}.reward-bucket-grid,.community-breakdown-stats{grid-template-columns:1fr 1fr}.history-item{grid-template-columns:auto 1fr auto;gap:.4rem}.history-item-status{grid-column:3;grid-row:1 / span 2;align-self:center}.coop-modal-footer{flex-direction:column}.coop-modal-cancel,.coop-modal-accept{width:100%;min-width:unset}}.rig-mode-notice{padding:.55rem .85rem;background:#f59e0b1a;border:1px solid rgba(245,158,11,.35);border-radius:7px;font-size:.78rem;color:#fbbf24;line-height:1.45;margin-bottom:.85rem}.coop-info-block{margin-bottom:1.5rem}.coop-info-block:last-child{margin-bottom:0}.coop-info-title{font-size:.95rem;font-weight:600;color:#eaeaea;margin:0 0 .5rem}.coop-info-text{font-size:.875rem;color:#94a3b8;line-height:1.6;margin:0}.coop-info-list{font-size:.875rem;color:#94a3b8;line-height:1.8;margin:0;padding-left:1.25rem}.coop-highlight-line{font-size:.9rem;color:#818cf8;background:#6366f114;border-left:3px solid #6366f1;padding:.5rem .75rem;border-radius:4px;margin:.5rem 0}.coop-inline-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:.75rem}.coop-inline-card{background:#0f172a66;border:1px solid rgba(99,102,241,.15);border-radius:8px;padding:1rem}.coop-inline-card-title{font-size:.875rem;font-weight:600;color:#eaeaea;margin:0 0 .4rem}.coop-inline-card-text{font-size:.825rem;color:#94a3b8;line-height:1.55;margin:0}.rig-context-text,.community-helper-text{font-size:.825rem;color:#94a3b8;line-height:1.55;margin:.5rem 0 1rem}.reward-copy-block{margin-bottom:1.25rem}.reward-copy-text{font-size:.875rem;color:#94a3b8;line-height:1.6;margin:0 0 .6rem}.reward-copy-text:last-child{margin-bottom:0}.reward-split-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem;margin-top:.75rem}.reward-split-card{background:#0f172a66;border:1px solid rgba(99,102,241,.15);border-radius:8px;padding:1rem;text-align:center}.reward-split-percent{font-size:1.5rem;font-weight:700;color:#818cf8;margin-bottom:.25rem}.reward-split-title{font-size:.825rem;font-weight:600;color:#eaeaea;margin-bottom:.4rem}.reward-split-text{font-size:.775rem;color:#94a3b8;line-height:1.5}@media(max-width:640px){.coop-inline-grid,.reward-split-grid{grid-template-columns:1fr}}.coop-accordion-toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;text-align:left;background:#4f46e526;border:none;border-bottom:1px solid rgba(99,102,241,.3);border-radius:0;padding:1rem 1.25rem;cursor:pointer;color:inherit;font:inherit;transition:background .2s}.coop-accordion-toggle:hover{background:#4f46e540}.coop-accordion-titles{display:flex;flex-direction:column;gap:.15rem}.coop-accordion-chevron{font-size:1.1rem;color:#818cf8;transition:transform .25s ease;flex-shrink:0;line-height:1}.coop-accordion-toggle[aria-expanded=true] .coop-accordion-chevron{transform:rotate(180deg)}.coop-accordion-body{max-height:0;overflow:hidden;transition:max-height .35s ease}.coop-accordion-body.open{max-height:2000px;transition:max-height .5s ease}.lb-section{margin-top:.25rem}.lb-cycle-bar{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;background:#6366f112;border:1px solid rgba(99,102,241,.18);border-radius:8px;margin-bottom:.65rem}.lb-cycle-info{display:flex;flex-direction:column;gap:.1rem}.lb-cycle-label{font-size:.8rem;font-weight:700;color:#818cf8}.lb-cycle-days{font-size:.68rem;color:#94a3b8}.lb-cycle-remaining{font-size:.72rem;color:#64748b}.lb-toggle{display:flex;background:#0f172a80;border:1px solid rgba(99,102,241,.2);border-radius:8px;overflow:hidden;margin-bottom:.5rem}.lb-tab{flex:1;padding:.5rem;background:transparent;border:none;color:#64748b;font-size:.8rem;font-weight:700;cursor:pointer;transition:all .15s}.lb-tab+.lb-tab{border-left:1px solid rgba(99,102,241,.2)}.lb-tab.active{background:#6366f126;color:#eaeaea}.lb-tab:hover:not(.active){color:#cbd5e1}.lb-panel{display:none}.lb-panel.active{display:block}.lb-row{display:flex;align-items:center;gap:.5rem;padding:.5rem .4rem;border-bottom:1px solid rgba(99,102,241,.07)}.lb-row:first-child{border-top:1px solid rgba(99,102,241,.07)}.lb-row:last-child{border-bottom:none}.lb-row-top{background:#f59e0b0f;border-top-color:#f59e0b33!important;border-bottom-color:#f59e0b33!important;border-radius:6px}.lb-row-me{background:#6366f11a;border-radius:6px}.lb-rank{font-size:.75rem;font-weight:700;color:#64748b;min-width:2rem;text-align:center;flex-shrink:0}.lb-row-top .lb-rank{color:#f59e0b}.lb-name{flex:1;font-size:.82rem;font-weight:600;color:#cbd5e1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lb-you{display:inline-block;font-size:.58rem;font-weight:700;color:#818cf8;background:#6366f133;border-radius:3px;padding:1px 4px;vertical-align:middle;margin-left:4px;letter-spacing:.04em}.lb-stats{display:flex;gap:.4rem;align-items:center;flex-shrink:0}.lb-weight{font-size:.8rem;font-weight:700;color:#eaeaea;min-width:4.5rem;text-align:right}.lb-share{font-size:.72rem;color:#818cf8;min-width:3rem;text-align:right}.lb-meta{font-size:.68rem;color:#64748b;min-width:4rem;text-align:right}.lb-empty,.lb-loading{color:#64748b;font-size:.82rem;padding:1rem 0;text-align:center}.lb-note{font-size:.67rem;color:#475569;margin-top:.65rem;text-align:center}.sh-section-title{font-size:.82rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;margin:0 0 .25rem}.sh-section-desc{font-size:.78rem;color:#475569;margin:0 0 .65rem}.sh-row{display:flex;align-items:center;gap:.5rem;padding:.55rem .4rem;border-bottom:1px solid rgba(99,102,241,.07)}.sh-row:first-child{border-top:1px solid rgba(99,102,241,.07)}.sh-row:last-child{border-bottom:none}.sh-row-left{display:flex;align-items:center;gap:.4rem;flex-shrink:0;min-width:6.5rem}.sh-row-center{flex:1;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.sh-row-right{flex-shrink:0;text-align:right}.sh-seq{font-size:.72rem;font-weight:700;color:#475569;min-width:2rem}.sh-badge{font-size:.65rem;font-weight:700;padding:2px 6px;border-radius:4px;letter-spacing:.04em;text-transform:uppercase}.sh-badge.claimed{background:#10b98126;color:#10b981}.sh-badge.active{background:#10b98133;color:#34d399}.sh-badge.authorized{background:#f59e0b26;color:#f59e0b}.sh-badge.missed{background:#ef44441f;color:#f87171}.sh-badge.idle{background:#64748b26;color:#64748b}.sh-duration{font-size:.8rem;font-weight:600;color:#cbd5e1}.sh-burn{font-size:.68rem;color:#818cf8;font-weight:500}.sh-boost{font-size:.68rem;color:#f59e0b;font-weight:600}.sh-time{font-size:.68rem;color:#475569}.sh-empty,.sh-loading{font-size:.82rem;color:#64748b;padding:1rem 0;text-align:center}.submit-result{display:none;padding:.7rem .85rem;border-radius:8px;font-size:.82rem;line-height:1.5;margin-top:.5rem;border:1px solid transparent;animation:sr-fade-in .2s ease}.submit-result.show{display:block}.submit-result.success{background:#10b98114;border-color:#10b98140;color:#cbd5e1}.submit-result.error{background:#ef444414;border-color:#ef444440;color:#fca5a5}.sr-header{font-weight:600;color:#eaeaea;margin-bottom:.3rem}.sr-context{font-size:.78rem;color:#94a3b8}.sr-check{color:#10b981;font-weight:700;margin-right:2px}.sr-x{color:#ef4444}@keyframes sr-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.contribute-intro-text{font-size:.82rem;color:#94a3b8;margin:0 0 .85rem;line-height:1.5;padding:.55rem .75rem;background:#6366f10f;border-left:2px solid rgba(99,102,241,.4);border-radius:0 6px 6px 0}.reward-accordion{border:1px solid rgba(99,102,241,.2);border-radius:8px;overflow:hidden}.reward-accordion-title{display:flex;align-items:center;justify-content:space-between;padding:.7rem .85rem;font-size:.82rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;list-style:none;user-select:none;background:#0f172a66;transition:background .15s,color .15s}.reward-accordion-title::-webkit-details-marker{display:none}.reward-accordion-title:after{content:"\25be";font-size:.8rem;color:#4f46e5;transition:transform .25s ease;flex-shrink:0}.reward-accordion[open]>.reward-accordion-title{color:#cbd5e1;background:#6366f114;border-bottom:1px solid rgba(99,102,241,.15)}.reward-accordion[open]>.reward-accordion-title:after{transform:rotate(180deg)}.reward-accordion-title:hover{background:#6366f11a;color:#cbd5e1}.reward-accordion-body{padding:.85rem;display:flex;flex-direction:column;gap:.5rem}.reward-accordion-body .reward-copy-text:last-child{margin-bottom:0}
/*# sourceMappingURL=coop-rig.css.map */
