.BulkSellTokens-module__kEThXG__panel{border:1px solid var(--line);border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);background:linear-gradient(#fffcf7f5,#fcf4e7e0);gap:20px;padding:24px;display:grid}.BulkSellTokens-module__kEThXG__header{justify-content:space-between;align-items:center;gap:14px;display:flex}.BulkSellTokens-module__kEThXG__selectionActions{flex-wrap:wrap;gap:10px;display:flex}.BulkSellTokens-module__kEThXG__secondaryButton,.BulkSellTokens-module__kEThXG__refreshButton{border:1px solid var(--line);min-height:44px;color:var(--text-secondary);cursor:pointer;background:#fffcf6d1;border-radius:14px;padding:0 14px;font-size:.9rem;font-weight:600;transition:all .2s}.BulkSellTokens-module__kEThXG__refreshButton{justify-content:center;align-items:center;width:44px;padding:0;display:inline-flex}.BulkSellTokens-module__kEThXG__secondaryButton:hover:not(:disabled),.BulkSellTokens-module__kEThXG__refreshButton:hover:not(:disabled){border-color:var(--line-strong);color:var(--text-primary);transform:translateY(-1px)}.BulkSellTokens-module__kEThXG__secondaryButton:disabled,.BulkSellTokens-module__kEThXG__refreshButton:disabled{opacity:.5;cursor:not-allowed}.BulkSellTokens-module__kEThXG__spinning{animation:1s linear infinite BulkSellTokens-module__kEThXG__spin}.BulkSellTokens-module__kEThXG__metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.BulkSellTokens-module__kEThXG__metricCard,.BulkSellTokens-module__kEThXG__results{border:1px solid var(--line);border-radius:var(--radius-md);background:#fffcf6d1;gap:10px;padding:18px;display:grid}.BulkSellTokens-module__kEThXG__metricCard span{color:var(--text-secondary);font-size:.85rem}.BulkSellTokens-module__kEThXG__metricCard strong{letter-spacing:-.05em;font-size:clamp(1.4rem,2vw,1.85rem);line-height:1}.BulkSellTokens-module__kEThXG__field{border:1px solid var(--line);border-radius:var(--radius-md);background:#fffcf6d1;gap:10px;padding:18px;display:grid}.BulkSellTokens-module__kEThXG__fieldLabel{text-transform:uppercase;letter-spacing:.16em;color:var(--text-tertiary);font-size:.75rem}.BulkSellTokens-module__kEThXG__input{border:1px solid var(--line);width:100%;min-height:52px;color:var(--text-primary);background:#ffffff9e;border-radius:16px;outline:none;padding:0 16px;transition:border-color .18s,box-shadow .18s,background .18s}.BulkSellTokens-module__kEThXG__input:focus{background:#ffffffd1;border-color:#e36b2c66;box-shadow:0 0 0 5px #e36b2c1a}.BulkSellTokens-module__kEThXG__cta{background:linear-gradient(135deg,var(--accent),#f19a4e);color:#1f2521;cursor:pointer;letter-spacing:-.03em;border:0;border-radius:20px;min-height:62px;font-size:1rem;font-weight:700;transition:transform .18s,box-shadow .18s,opacity .18s;box-shadow:0 18px 30px #e36b2c3d}.BulkSellTokens-module__kEThXG__cta:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 22px 36px #e36b2c47}.BulkSellTokens-module__kEThXG__cta:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.BulkSellTokens-module__kEThXG__emptyState{text-align:center;border:1px dashed var(--line-strong);border-radius:var(--radius-md);color:var(--text-secondary);background:#fffcf6a8;padding:3rem 1rem;font-size:.95rem}.BulkSellTokens-module__kEThXG__tokenList,.BulkSellTokens-module__kEThXG__resultList{flex-direction:column;gap:12px;display:flex}.BulkSellTokens-module__kEThXG__tokenRow,.BulkSellTokens-module__kEThXG__resultRow{border:1px solid var(--line);border-radius:var(--radius-md);background:#fffcf6d6;gap:12px;width:100%;padding:18px;display:grid}.BulkSellTokens-module__kEThXG__tokenRow{cursor:pointer;text-align:left;transition:all .2s}.BulkSellTokens-module__kEThXG__tokenRow:hover{border-color:var(--line-strong);background:#ffffffeb}.BulkSellTokens-module__kEThXG__selected{border-color:#e36b2c4d;box-shadow:0 12px 24px #e36b2c14}.BulkSellTokens-module__kEThXG__tokenInfo,.BulkSellTokens-module__kEThXG__resultInfo{gap:8px;min-width:0;display:grid}.BulkSellTokens-module__kEThXG__tokenTopRow,.BulkSellTokens-module__kEThXG__tokenBottomRow,.BulkSellTokens-module__kEThXG__resultRow{justify-content:space-between;align-items:center;gap:12px;display:flex}.BulkSellTokens-module__kEThXG__tokenBottomRow{color:var(--text-secondary);flex-wrap:wrap;font-size:.84rem}.BulkSellTokens-module__kEThXG__mintAddress{font-family:var(--font-mono),monospace;color:var(--text-primary);font-size:.98rem}.BulkSellTokens-module__kEThXG__amount{font-family:var(--font-mono),monospace;color:var(--text-secondary);font-size:.95rem}.BulkSellTokens-module__kEThXG__warningChip{color:#ac442d;background:#ac442d1f;border-radius:999px;padding:.3rem .65rem;font-size:.74rem;font-weight:600}.BulkSellTokens-module__kEThXG__warningList{color:var(--text-secondary);gap:6px;font-size:.88rem;line-height:1.5;display:grid}.BulkSellTokens-module__kEThXG__resultsLabel{text-transform:uppercase;letter-spacing:.16em;color:var(--text-tertiary);font-size:.75rem}.BulkSellTokens-module__kEThXG__resultRow{justify-content:space-between;align-items:center;display:flex}.BulkSellTokens-module__kEThXG__resultSuccess{color:var(--accent-secondary)}.BulkSellTokens-module__kEThXG__resultFailure{color:#ac442d}.BulkSellTokens-module__kEThXG__iconLink{width:30px;height:30px;color:var(--text-tertiary);border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.BulkSellTokens-module__kEThXG__iconLink:hover{border-color:var(--line);color:var(--text-primary);background:#ffffff94}@keyframes BulkSellTokens-module__kEThXG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:760px){.BulkSellTokens-module__kEThXG__panel{padding:18px}.BulkSellTokens-module__kEThXG__header,.BulkSellTokens-module__kEThXG__metrics{grid-template-columns:1fr}.BulkSellTokens-module__kEThXG__header{display:grid}.BulkSellTokens-module__kEThXG__tokenTopRow,.BulkSellTokens-module__kEThXG__resultRow{flex-direction:column;align-items:flex-start}.BulkSellTokens-module__kEThXG__metrics{grid-template-columns:1fr}}
.page-module___8aEwW__page{justify-content:center;padding:18px 0 0;display:flex}.page-module___8aEwW__page>*{width:100%;max-width:780px}@media (max-width:640px){.page-module___8aEwW__page{padding-top:10px}}
