#spModal{position:fixed;inset:0;z-index:9999;background:#000000;display:none;align-items:flex-start;justify-content:center;overflow-y:auto;padding:0}#spModal.active{display:flex}#spModalInner{width:100%;max-width:800px;background:#000000;min-height:100vh;display:flex;flex-direction:column;position:relative}@media (min-width:900px){#spModal{background:rgba(5,5,8,.7);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);padding:40px 20px}#spModalInner{min-height:0;max-height:calc(100vh - 80px);border-radius:20px;overflow-y:auto;box-shadow:0 30px 90px rgba(0,0,0,.6);border:1px solid rgba(255,255,255,.08)}#spModalClose{position:absolute;top:1.25rem;right:1.25rem}}@media (min-width:1024px){#spModalInner{max-width:1040px;display:grid;grid-template-columns:320px minmax(0,1fr);grid-template-rows:auto 1fr;align-items:start}#spModalCover{grid-column:1/-1;grid-row:1}#spModalMain{grid-column:1;grid-row:2;position:-webkit-sticky;position:sticky;top:0}#spModalListingsSection{grid-column:2;grid-row:2;padding-left:28px;border-left:1px solid rgba(255,255,255,.08)}#spModalListingsGrid{grid-template-columns:repeat(3,1fr)}}#spModalClose{position:fixed;top:1.25rem;right:1.25rem;z-index:10;width:38px;height:38px;border-radius:50%;background:#0d0d0d;border:1px solid #222;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:#999}#spModalClose:hover{background:#1a1a1a;border-color:#444;color:#fff}#spModalClose svg{width:17px;height:17px}#spModalShareWrap{position:absolute;top:14px;left:14px;z-index:5}#spShareBtn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .95rem;font-size:.82rem;font-weight:700;border-radius:999px;cursor:pointer;transition:all .2s ease;font-family:inherit;letter-spacing:-.01em;white-space:nowrap;background:rgba(10,10,12,.72);border:1px solid rgba(255,255,255,.22);color:#fff;backdrop-filter:blur(10px) saturate(160%);-webkit-backdrop-filter:blur(10px) saturate(160%);box-shadow:0 2px 10px rgba(0,0,0,.35)}#spShareBtn:hover{background:rgba(20,20,24,.85);border-color:rgba(255,255,255,.34)}#spShareBtn svg{flex-shrink:0}#spSharePopover{position:absolute;top:calc(100% + 8px);left:0;z-index:40;width:220px;background:rgba(16,16,20,.98);border:1px solid rgba(255,255,255,.12);border-radius:14px;padding:10px;box-shadow:0 16px 40px rgba(0,0,0,.5);backdrop-filter:blur(16px) saturate(160%);-webkit-backdrop-filter:blur(16px) saturate(160%)}#spSharePopoverGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:6px;gap:6px;margin-bottom:8px}.sp-share-dest{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 4px;border-radius:10px;font-size:10.5px;font-weight:600;color:var(--sr-fg-75);text-decoration:none;background:var(--sr-bg-04);border:1px solid rgba(255,255,255,.06)}#spSharePopoverCopy{width:100%;display:flex;align-items:center;justify-content:center;gap:6px;font-size:12.5px;font-weight:700;color:#0b0f0a;background:var(--mp-accent,#a3e635);border:none;border-radius:999px;padding:8px 12px;cursor:pointer}#spModalCover{width:100%;height:180px;position:relative;overflow:hidden;background:linear-gradient(135deg,#141418,#0a0a0d);background-size:cover;background-position:50%}#spModalCover:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 45%,rgba(0,0,0,.45));pointer-events:none}#spModalCover img{width:100%;height:100%;object-fit:cover;display:block}#spModal.sp-loading #spModalCover{background:linear-gradient(90deg,#141418 25%,#26262c 50%,#141418 75%);background-size:800px 100%;animation:sp-shimmer-sweep 1.5s ease-in-out infinite}#spModal.sp-loading #spModalCover:after{display:none}#spModalMain{width:100%;padding:0 1.5rem 2rem;position:relative;z-index:2}#spModalAvatarRow{margin-top:-52px;margin-bottom:1rem}#spModalAv{width:100px;height:100px;border-radius:50%;border:4px solid var(--mp-bg,#000);box-shadow:0 6px 20px rgba(0,0,0,.35);display:flex;align-items:center;justify-content:center;object-fit:cover;background:#1a1a1a;flex-shrink:0;font-size:30px;font-weight:800;color:#fff;overflow:hidden}#spModalAv img{width:100%;height:100%;object-fit:cover;border-radius:50%}#spModalNameInfo{padding-bottom:.3rem}#spModalNameLine{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}#spModalName{font-size:1.55rem;font-weight:700;letter-spacing:-.025em;color:var(--mp-text,#f0f0f0)}#spModalHandle{font-size:.82rem;font-weight:500;background:var(--mp-surface-raised,rgba(255,255,255,.06));border:1px solid var(--mp-border,rgba(255,255,255,.08));padding:.2rem .65rem;border-radius:40px;white-space:nowrap}#spModalBio,#spModalHandle{color:var(--mp-text-sec,#999)}#spModalBio{margin-top:.75rem;font-size:.87rem;line-height:1.55;max-width:480px;white-space:pre-wrap;word-break:break-word;display:block;background:var(--mp-surface-raised,rgba(255,255,255,.03));border:1px solid var(--mp-border,rgba(255,255,255,.06));border-radius:14px;padding:.8rem .95rem}#spModalBioText{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}#spModalBioMore{display:inline-flex;margin-top:.45rem;font-size:.8rem;font-weight:600;color:var(--mp-accent,#a3e635);background:none;border:none;padding:0;cursor:pointer;font-family:inherit}#spModalBioMore:hover{color:#bef264;text-decoration:underline}#spModalActions{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;margin-top:.6rem}.sp-action-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.15rem;font-size:.84rem;font-weight:600;border-radius:40px;cursor:pointer;transition:all .2s ease;border:none;font-family:inherit;letter-spacing:-.01em;white-space:nowrap;line-height:1;background:var(--mp-accent,#a3e635);color:#0b0b0f;box-shadow:0 2px 10px rgba(163,230,53,.18)}.sp-action-btn:hover{background:#bef264;box-shadow:0 4px 16px rgba(163,230,53,.28)}.sp-action-btn svg{flex-shrink:0;width:14px;height:14px}.sp-action-btn.sp-follow-active{background:transparent;color:var(--mp-accent,#a3e635);border:1px solid rgba(163,230,53,.35);box-shadow:none}.sp-action-btn.sp-follow-active:hover{background:rgba(239,68,68,.08);border-color:rgba(239,68,68,.35);color:#f87171}#spRateBtn{color:#f0f0f0;border:1px solid #333}#spRateBtn,.sp-donate-btn{background:transparent;box-shadow:none}.sp-donate-btn{color:#fb7185;border:1px solid rgba(251,113,133,.35)}.sp-donate-btn:hover{background:rgba(251,113,133,.1);border-color:rgba(251,113,133,.55)}.sp-donate-btn svg{fill:none}.sp-donate-btn:hover svg{fill:rgba(251,113,133,.25)}.sp-report-btn{background:transparent;color:#f87171;border:1px solid rgba(248,113,113,.3);box-shadow:none}.sp-report-btn:hover{background:rgba(248,113,113,.1);border-color:rgba(248,113,113,.5)}.sp-feedback-btn{background:transparent;color:#60a5fa;border:1px solid rgba(96,165,250,.3);margin-left:auto;box-shadow:none}.sp-feedback-btn:hover{background:rgba(96,165,250,.1);border-color:rgba(96,165,250,.5)}#spRateBtn:hover{background:#0f0f0f;border-color:#555}#spFollowerCount{font-size:10px;font-weight:700;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:2px 7px;color:rgba(255,255,255,.6);justify-content:center;margin-left:2px}#spFollowerCount,#spModalStars{display:inline-flex;align-items:center}#spModalStars{gap:.35rem;background:var(--mp-surface-raised,#0d0d0d);padding:.4rem .85rem .4rem .65rem;border-radius:40px;font-size:.84rem;font-weight:500;color:var(--mp-text,#f0f0f0);border:1px solid var(--mp-border,#1a1a1a);white-space:nowrap;margin-left:auto}#spModalStars .sp-stars-icons{display:inline-flex;gap:1px;color:#f5c842}#spModalStars .sp-stars-icons svg{width:12px;height:12px}#spModalStarCount{color:var(--mp-text-muted,#777);font-weight:400;font-size:.76rem}#spModalStats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.55rem;gap:.55rem;margin-top:1.4rem;padding-bottom:1.4rem;border-bottom:1px solid var(--mp-border,#1a1a1a)}.sp-stat{background:var(--mp-surface-raised,#0a0a0a);border-radius:16px;padding:.8rem .5rem;text-align:center;transition:background .2s ease,border-color .2s ease;border:1px solid var(--mp-border,transparent)}.sp-stat:hover{border-color:var(--mp-accent-border,rgba(163,230,53,.25))}.sp-stat-val{font-size:1.35rem;font-weight:700;color:var(--mp-text,#f0f0f0);letter-spacing:-.02em;line-height:1.2}.sp-stat-lbl{font-size:.66rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--mp-text-muted,#777);margin-top:.15rem;display:flex;align-items:center;justify-content:center;gap:4px}.sp-stat-lbl svg{flex-shrink:0;color:var(--mp-text-muted,#555);width:10px;height:10px}.sp-stat.sp-stat-joined .sp-stat-val{font-size:.95rem;font-weight:600}#spModalSocials{display:flex;gap:8px;justify-content:flex-start;flex-wrap:wrap;padding-top:1rem}.sp-social-btn{display:flex;align-items:center;gap:5px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:6px 13px;font-size:11px;font-weight:600;color:rgba(255,255,255,.6);text-decoration:none;transition:all .18s;cursor:pointer}.sp-social-btn:hover{background:rgba(255,255,255,.1);color:#fff;border-color:rgba(255,255,255,.2)}.sp-social-btn svg{flex-shrink:0}#spModalListingsSection{padding-top:1.25rem}#spModalListingsHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;flex-wrap:wrap;gap:.65rem}#spModalListingsHeader h2{font-size:.95rem;font-weight:600;color:#f0f0f0;display:flex;align-items:center;gap:.45rem;letter-spacing:-.01em}#spModalListingsHeader h2 svg{color:var(--mp-accent,#a3e635);flex-shrink:0;width:17px;height:17px}.sp-toggle-tabs{display:flex;gap:.3rem;background:#0a0a0a;border-radius:40px;padding:.22rem;border:1px solid #1a1a1a;min-width:0;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.sp-toggle-tabs::-webkit-scrollbar{height:4px}.sp-toggle-tabs::-webkit-scrollbar-thumb{background:rgba(255,255,255,.15);border-radius:4px}.sp-toggle-tab{padding:.32rem .8rem;border-radius:40px;font-size:.72rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;background:transparent;color:#888;display:flex;align-items:center;gap:.35rem;white-space:nowrap;font-family:inherit;letter-spacing:-.01em}.sp-toggle-tab.active{background:rgba(163,230,53,.14);color:var(--mp-accent,#a3e635)}.sp-toggle-tab:hover:not(.active){color:#bbb;background:#111}.sp-toggle-tab svg{flex-shrink:0;width:12px;height:12px}.sp-badge-count{background:#0a0a0a;color:#999;font-size:.7rem;font-weight:600;padding:.18rem .6rem;border-radius:40px;border:1px solid #1a1a1a;margin-left:auto}#spModalListingsGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.sp-listing-card{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;cursor:pointer;transition:all .18s}.sp-listing-card:hover{border-color:rgba(255,255,255,.15);background:rgba(255,255,255,.06)}.sp-listing-thumb{width:100%;aspect-ratio:16/9;overflow:hidden;background:#111}.sp-listing-thumb img{width:100%;height:100%;object-fit:cover}.sp-listing-thumb-domain{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:14px;text-align:center;background:radial-gradient(circle at 50% 30%,rgba(52,211,153,.12),transparent 70%),#111}.sp-listing-domain-name{font-size:.8rem;font-weight:700;color:#f0f0f0;overflow-wrap:anywhere;line-height:1.25;max-width:100%}.sp-listing-info{padding:9px 11px 10px}.sp-listing-type{font-size:8.5px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:3px}.sp-listing-title{font-size:12px;font-weight:700;color:#e8e8f0;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.sp-listing-price{font-size:12px;font-weight:800;color:#fff;margin-top:4px}#spModalEmpty{grid-column:1/-1;background:#080808;border-radius:24px;padding:2.5rem 1.5rem;text-align:center;border:1px solid #141414;transition:border-color .2s ease,background .2s ease}#spModalEmpty:hover{border-color:#222;background:#0b0b0b}#spModalEmpty .sp-empty-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;background:#0f0f0f;border-radius:50%;margin-bottom:.85rem;color:#666;border:1px solid #1a1a1a}#spModalEmpty .sp-empty-icon svg{width:24px;height:24px}#spModalEmpty h3{font-size:.95rem;font-weight:600;color:#ddd;margin-bottom:.15rem;letter-spacing:-.01em}#spModalEmpty p{color:#777;font-size:.82rem;max-width:300px;margin:0 auto;line-height:1.4}#spModalPrivate{background:#080808;border-radius:24px;padding:2.5rem 1.5rem;text-align:center;border:1px solid #141414}#spModalPrivate .sp-empty-icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;background:#0f0f0f;border-radius:50%;margin-bottom:.85rem;color:#666;border:1px solid #1a1a1a}#spModalPrivate .sp-empty-icon svg{width:24px;height:24px}#spModalPrivate h3{font-size:.95rem;font-weight:600;color:#ddd;margin-bottom:.15rem;letter-spacing:-.01em}#spModalPrivate p{color:#777;font-size:.82rem;max-width:320px;margin:0 auto;line-height:1.4}#spModalPrivateTip{text-align:left;max-width:420px;margin:1.1rem auto 0}@media (max-width:640px){#spModalCover{height:130px}#spModalMain{padding:0 1rem 1.5rem}#spModalAvatarRow{margin-top:-40px}#spModalAv{width:76px;height:76px;font-size:22px}#spModalName{font-size:1.15rem}#spModalHandle{font-size:.7rem;padding:.15rem .5rem}.sp-action-btn{font-size:.76rem;padding:.4rem .85rem}#spModalStars{font-size:.74rem;margin-left:0;width:100%;justify-content:center}#spModalStats{grid-template-columns:repeat(2,1fr);gap:.4rem}.sp-stat{padding:.55rem .3rem;border-radius:10px}.sp-stat-val{font-size:1.05rem}.sp-stat.sp-stat-joined .sp-stat-val{font-size:.8rem}#spModalListingsHeader{gap:.5rem}#spModalListingsHeader h2{font-size:.85rem}.sp-toggle-tab{font-size:.66rem;padding:.28rem .6rem}#spModalEmpty{padding:1.8rem 1rem}#spModalEmpty .sp-empty-icon{width:44px;height:44px}#spModalClose{top:.85rem;right:.85rem;width:32px;height:32px}}@media (max-width:400px){#spModalStats{grid-template-columns:1fr 1fr;gap:.3rem}.sp-action-btn{flex:1 1;justify-content:center}#spModalActions{width:100%}}@keyframes sp-shimmer-sweep{0%{background-position:-400px 0}to{background-position:400px 0}}.sp-skel{border-radius:8px}#spModal.sp-loading #spModalAv,.sp-skel{background:linear-gradient(90deg,#141418 25%,#26262c 50%,#141418 75%);background-size:800px 100%;animation:sp-shimmer-sweep 1.5s ease-in-out infinite}#spModal.sp-loading #spModalAv:after{content:""}.sp-skel-name{width:140px;height:22px;margin-bottom:6px}.sp-skel-handle{width:90px;height:14px}.sp-skel-bio{width:100%;max-width:420px;height:14px;margin-top:.5rem}.sp-skel-bio.short{width:65%}.sp-stat{position:relative}.sp-skel-stat{display:none;position:absolute;inset:6px;border-radius:10px;background:linear-gradient(90deg,#141418 25%,#26262c 50%,#141418 75%);background-size:800px 100%;animation:sp-shimmer-sweep 1.5s ease-in-out infinite}.sp-skel-card{height:148px;border-radius:14px}#spModal.sp-loading #spModalBioMore,#spModal.sp-loading #spModalBioText,#spModal.sp-loading #spModalEmpty,#spModal.sp-loading #spModalHandle,#spModal.sp-loading #spModalListingsGrid,#spModal.sp-loading #spModalName,#spModal.sp-loading .sp-stat-lbl,#spModal.sp-loading .sp-stat-val{visibility:hidden}#spModal.sp-loading #spModalBioSkelRow,#spModal.sp-loading #spModalListingsSkelGrid,#spModal.sp-loading #spModalNameSkelRow,#spModal.sp-loading .sp-skel-stat{display:flex}#spModalBioSkelRow,#spModalListingsSkelGrid,#spModalNameSkelRow{display:none}#spModalNameSkelRow{flex-direction:column;gap:2px}#spModalBioSkelRow{flex-direction:column;gap:6px;margin-top:.35rem}#spModalListingsSkelGrid{grid-template-columns:1fr 1fr;gap:10px;grid-column:1/-1;width:100%}#spModal.sp-loading #spModalListingsSkelGrid{display:grid}#spDetailsOverlay{position:fixed;inset:0;z-index:10003;background:rgba(0,0,0,.75);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:none;align-items:center;justify-content:center;padding:1rem}#spDetailsOverlay.active{display:flex}#spDetailsBox{width:100%;max-width:420px;max-height:85vh;overflow-y:auto;background:#0a0a0a;border:1px solid #1e1e1e;border-radius:22px;padding:1.5rem;position:relative}#spDetailsClose{position:absolute;top:.9rem;right:.9rem;width:32px;height:32px;border-radius:50%;background:#111;border:1px solid #222;color:#999;display:flex;align-items:center;justify-content:center;cursor:pointer}#spDetailsClose:hover{background:#1a1a1a;color:#fff}#spDetailsClose svg{width:15px;height:15px}#spDetailsLoading{min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:2rem 1rem}#spDetailsLoadingSpinner{width:34px;height:34px;border-radius:50%;border:3px solid #232323;border-top-color:#a3e635;animation:sp-details-spin .8s linear infinite}@keyframes sp-details-spin{to{transform:rotate(1turn)}}#spDetailsLoadingText{font-size:.85rem;color:var(--sr-fg-50,#999)}#spDetailsHeader{gap:.75rem;margin-bottom:1.1rem;padding-right:2rem}#spDetailsAv,#spDetailsHeader{display:flex;align-items:center}#spDetailsAv{width:48px;height:48px;border-radius:50%;flex-shrink:0;background:#1a1a1a;justify-content:center;font-size:17px;font-weight:800;color:#fff;overflow:hidden}#spDetailsAv img{width:100%;height:100%;object-fit:cover;border-radius:50%}#spDetailsName{font-size:1.05rem;font-weight:700;color:#f0f0f0;display:flex;align-items:center;gap:5px}#spDetailsHandle{font-size:.78rem;color:#a78bfa}#spDetailsBioLabel{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#666;margin-bottom:.4rem}#spDetailsBio{font-size:.88rem;line-height:1.6;color:#ccc;white-space:pre-wrap;word-break:break-word;margin-bottom:1.1rem}#spDetailsSocials{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:1.1rem}#spDetailsContactRow{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;padding-top:1rem;border-top:1px solid #1a1a1a}#spDetailsEmail{font-size:.82rem;color:#999;word-break:break-all}#spDetailsContactBtn{display:inline-flex;align-items:center;gap:.4rem;white-space:nowrap;background:#fff;color:#000;border:none;border-radius:40px;padding:.55rem 1.1rem;font-size:.82rem;font-weight:700;cursor:pointer;font-family:inherit;transition:background .2s ease}#spDetailsContactBtn:hover{background:#e0e0e0}#spDetailsContactBtn svg{width:14px;height:14px}#spDetailsContactBtn:disabled{opacity:.4;cursor:not-allowed}#spDetailsSafety{background:#0d0f0a;border:1px solid rgba(163,230,53,.14);border-radius:16px;padding:1rem 1.05rem 1.1rem;margin-bottom:1.1rem}#spDetailsSafetyHdr{display:flex;align-items:center;gap:.45rem;font-size:.82rem;font-weight:800;color:#d9f99d;margin-bottom:.75rem;letter-spacing:-.01em}#spDetailsSafetyHdr svg{width:15px;height:15px;stroke:#a3e635;flex-shrink:0}.sp-safety-row{display:flex;align-items:flex-start;gap:.55rem;font-size:.78rem;line-height:1.5;color:#ababab;margin-bottom:.65rem}.sp-safety-row:last-child{margin-bottom:0}.sp-safety-row b{color:#ddd;font-weight:700}.sp-safety-row svg{width:15px;height:15px;flex-shrink:0;margin-top:1px}.sp-safety-row.sp-safety-good svg{stroke:#a3e635}.sp-safety-row.sp-safety-bad svg{stroke:#f87171}#spDetailsStats{background:#0a0a0a;border:1px solid #1a1a1a;border-radius:16px;padding:1rem 1.05rem 1.1rem;margin-bottom:1.1rem}#spDetailsStatsHdr{display:flex;align-items:center;gap:.45rem;font-size:.82rem;font-weight:800;color:#f0f0f0;margin-bottom:.85rem;letter-spacing:-.01em}#spDetailsStatsHdr svg{width:15px;height:15px;stroke:#a78bfa;flex-shrink:0}#spDetailsStatsGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:.5rem;gap:.5rem;margin-bottom:1rem}.sp-dstat{background:#111;border-radius:12px;padding:.6rem .4rem;text-align:center;border:1px solid #1c1c1c}.sp-dstat-val{font-size:1.05rem;font-weight:800;color:#f0f0f0;letter-spacing:-.02em}.sp-dstat-lbl{font-size:.62rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#777;margin-top:.2rem}#spDetailsCatBreakdown{display:flex;flex-direction:column;gap:.55rem}.sp-cat-row{gap:.6rem}.sp-cat-lbl,.sp-cat-row{display:flex;align-items:center}.sp-cat-lbl{gap:.35rem;font-size:.74rem;font-weight:600;color:#999;width:68px;flex-shrink:0}.sp-cat-lbl svg{width:12px;height:12px;flex-shrink:0}.sp-cat-bar-track{flex:1 1;height:6px;border-radius:4px;background:#161616;overflow:hidden}.sp-cat-bar-fill{height:100%;border-radius:4px;transition:width .4s ease}.sp-cat-count{font-size:.74rem;font-weight:700;color:#ccc;width:24px;text-align:right;flex-shrink:0}#spDetailsStatsEmpty{display:none;font-size:.78rem;color:#666;text-align:center;padding:.5rem 0 0}.sp-dstat.sp-skel-stat2 .sp-dstat-lbl,.sp-dstat.sp-skel-stat2 .sp-dstat-val{visibility:hidden}.sp-dstat.sp-skel-stat2{position:relative;overflow:hidden}.sp-dstat.sp-skel-stat2:after{content:"";position:absolute;inset:8px;background:linear-gradient(90deg,#141418 25%,#26262c 50%,#141418 75%);background-size:800px 100%;border-radius:8px;animation:sp-shimmer-sweep 1.5s ease-in-out infinite}#spRateOverlay{display:none;position:fixed;inset:0;z-index:10200;background:rgba(0,0,0,.82);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);align-items:center;justify-content:center;font-family:inherit}#spRateBox,#spRateOverlay.active{display:flex}#spRateBox{background:#0c0c14;border:1px solid rgba(163,230,53,.14);border-radius:20px;width:min(380px,92vw);padding:26px 24px 22px;flex-direction:column;gap:18px;box-shadow:0 32px 80px rgba(0,0,0,.8)}#spRateTitle{font-size:17px;font-weight:900;color:#fff;letter-spacing:-.02em}#spRateSubtitle{font-size:12.5px;color:rgba(255,255,255,.4);margin-top:-12px}#spRateStarRow{display:flex;gap:8px;justify-content:center;padding:4px 0}.sp-rate-star{width:38px;height:38px;cursor:pointer;transition:transform .15s}.sp-rate-star:hover{transform:scale(1.15)}.sp-rate-star polygon{fill:rgba(255,255,255,.1);transition:fill .18s}.sp-rate-star.lit polygon{fill:#a3e635}#spRateTextarea{width:100%;box-sizing:border-box;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:12px 14px;font-size:13px;color:#fff;font-family:inherit;resize:none;min-height:80px;outline:none;transition:border-color .18s}#spRateTextarea::placeholder{color:rgba(255,255,255,.25)}#spRateTextarea:focus{border-color:rgba(163,230,53,.45)}#spRateActions{display:flex;gap:8px}#spRateCancelBtn{flex:1 1;padding:11px;border-radius:11px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.5);font-size:13px;font-weight:700;cursor:pointer;font-family:inherit;transition:all .18s}#spRateCancelBtn:hover{background:rgba(255,255,255,.1);color:#fff}#spRateSubmitBtn{flex:2 1;padding:11px;border-radius:11px;background:#a3e635;border:none;color:#0a0a0a;font-size:13px;font-weight:800;cursor:pointer;font-family:inherit;transition:filter .18s;display:flex;align-items:center;justify-content:center;gap:6px}#spRateSubmitBtn:disabled{opacity:.45;cursor:not-allowed}#spRateSubmitBtn:not(:disabled):hover{filter:brightness(1.08)}#spRateErr{font-size:12px;color:#f87171;font-weight:600;display:none;margin-top:-10px}#spRateSuccess{font-size:13px;color:#a3e635;font-weight:700;display:none;text-align:center;padding:6px 0}#spDonateOverlay{display:none;position:fixed;inset:0;z-index:10200;background:rgba(0,0,0,.82);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);align-items:center;justify-content:center;padding:1rem;font-family:inherit}#spDonateOverlay.active{display:flex}#spDonateBox{background:#0c0c14;border:1px solid rgba(255,255,255,.09);border-radius:22px;width:min(400px,92vw);max-height:88vh;overflow:hidden;position:relative;display:flex;flex-direction:column;box-shadow:0 32px 80px rgba(0,0,0,.8)}#spDonateStickyHeader{position:relative;flex-shrink:0;padding:24px 22px 0}#spDonateScroll{overflow-y:auto;padding:0 22px 22px}#spDonateClose{position:absolute;top:.85rem;right:.85rem;z-index:1;width:30px;height:30px;border-radius:50%;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.09);color:rgba(255,255,255,.5);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .16s,color .16s}#spDonateClose:hover{background:rgba(255,255,255,.1);color:#fff}#spDonateClose svg{width:14px;height:14px}#spDonateHeader{gap:.75rem;margin-bottom:18px;padding-right:1.6rem}#spDonateHeader,#spDonateIcon{display:flex;align-items:center}#spDonateIcon{width:40px;height:40px;border-radius:12px;flex-shrink:0;background:rgba(163,230,53,.1);border:1px solid rgba(163,230,53,.28);justify-content:center}#spDonateIcon svg{width:18px;height:18px;color:#a3e635}#spDonateTitle{font-size:1.05rem;font-weight:800;color:#f5f5fa;letter-spacing:-.01em;line-height:1.25}#spDonateSubtitle{font-size:.76rem;color:rgba(255,255,255,.4);margin-top:2px}#spDonateSummary{display:flex;align-items:stretch;gap:0;background:rgba(163,230,53,.05);border:1px solid rgba(163,230,53,.15);border-radius:14px;padding:14px 0;margin-bottom:18px}.sp-donate-summary-stat{flex:1 1;text-align:center}.sp-donate-summary-val{font-size:1.3rem;font-weight:800;color:#a3e635;letter-spacing:-.02em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.sp-donate-summary-lbl{font-size:.66rem;color:rgba(255,255,255,.4);font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-top:3px}.sp-donate-summary-divider{width:1px;align-self:center;height:30px;background:rgba(255,255,255,.08)}#spDonateQuickAmounts{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px;margin:10px 0 16px}.sp-donate-quick-btn{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:9px 4px;font-size:12.5px;font-weight:700;color:rgba(255,255,255,.65);cursor:pointer;font-family:inherit;transition:all .16s}.sp-donate-quick-btn:hover{border-color:rgba(163,230,53,.4);color:#a3e635}.sp-donate-quick-btn.active{background:rgba(163,230,53,.14);border-color:rgba(163,230,53,.45);color:#a3e635}#spDonateSubmitBtn{width:100%;padding:14px;border-radius:14px;margin-top:16px;background:#a3e635;border:none;color:#0a0a0e;font-size:14px;font-weight:800;cursor:pointer;font-family:inherit;transition:transform .12s,opacity .12s;display:flex;align-items:center;justify-content:center;gap:7px}#spDonateSubmitBtn svg{color:#0a0a0e}#spDonateSubmitBtn:disabled{opacity:.5;cursor:not-allowed}#spDonateSubmitBtn:not(:disabled):hover{transform:translateY(-1px)}#spDonateSubmitBtn:not(:disabled):active{transform:translateY(0)}#spDonateRecentHdr{font-size:.68rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:rgba(255,255,255,.4);margin:22px 0 10px;padding-top:18px;border-top:1px solid rgba(255,255,255,.07)}#spDonateRecentList{display:flex;flex-direction:column;gap:6px}.sp-donate-row{display:flex;align-items:center;gap:10px;padding:10px;border-radius:12px;background:rgba(255,255,255,.025);transition:background .16s}.sp-donate-row:hover{background:rgba(255,255,255,.045)}.sp-donate-av{width:32px;height:32px;border-radius:50%;flex-shrink:0;background:rgba(163,230,53,.12);border:1px solid rgba(163,230,53,.25);display:flex;align-items:center;justify-content:center;font-size:12.5px;font-weight:800;color:#a3e635;overflow:hidden}.sp-donate-av img{width:100%;height:100%;object-fit:cover}.sp-donate-mid{flex:1 1;min-width:0}.sp-donate-name{font-size:12.5px;font-weight:700;color:#eee}.sp-donate-name,.sp-donate-note{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sp-donate-note{font-size:11px;color:rgba(255,255,255,.4);margin-top:1px}.sp-donate-when{font-size:10.5px;color:rgba(255,255,255,.3);margin-top:1px}.sp-donate-amt{font-size:13px;font-weight:800;color:#a3e635;flex-shrink:0;white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.sp-donate-skel{height:50px;border-radius:12px;background:linear-gradient(90deg,rgba(255,255,255,.05) 25%,rgba(255,255,255,.13) 50%,rgba(255,255,255,.05) 75%);background-size:800px 100%;animation:sp-shimmer-sweep 1.5s ease-in-out infinite}#spDonateRecentEmpty{display:none;text-align:center;padding:20px 0;font-size:12.5px;color:rgba(255,255,255,.35)}.dnp-page{max-width:760px;margin:0 auto;padding:110px 24px 80px;font-family:inherit;color:#eee}.dnp-hero{text-align:center;margin-bottom:1.8rem;position:relative}.dnp-hero-av{width:76px;height:76px;border-radius:50%;margin:.9rem auto 1rem;background:rgba(163,230,53,.12);border:1px solid rgba(163,230,53,.25);display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:800;color:#a3e635;overflow:hidden}.dnp-hero-av img{width:100%;height:100%;object-fit:cover}.dnp-hero-icon{width:34px;height:34px;margin:-1.6rem auto .9rem;position:relative;z-index:1;border-radius:10px;background:#0a0a0e;border:1px solid rgba(163,230,53,.3);display:flex;align-items:center;justify-content:center}.dnp-hero-icon svg{width:16px;height:16px;color:#a3e635}.dnp-hero-title{font-size:1.7rem;font-weight:900;color:#fff;letter-spacing:-.4px;margin-bottom:.5rem}.dnp-hero-title span{color:#a3e635}.dnp-hero-sub{font-size:.9rem;color:#999}.dnp-notfound{text-align:center;color:#999;font-size:.95rem;padding:4rem 0}.dnp-stats-row{display:flex;gap:1px;background:rgba(163,230,53,.15);border:1px solid rgba(163,230,53,.18);border-radius:16px;overflow:hidden;margin-bottom:2.2rem}.dnp-stat-card{flex:1 1;background:rgba(163,230,53,.04);text-align:center;padding:1.1rem .5rem}.dnp-stat-val{font-size:1.6rem;font-weight:800;color:#a3e635;letter-spacing:-.02em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dnp-stat-lbl{font-size:.7rem;color:rgba(255,255,255,.4);font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-top:4px}.dnp-main-grid{display:grid;grid-template-columns:1.3fr 1fr;grid-gap:1.6rem;gap:1.6rem;margin-bottom:2.8rem}.dnp-form-panel{background:#0c0c14;border:1px solid rgba(255,255,255,.09);border-radius:20px;padding:1.6rem}.dnp-side-panel{background:#0e0e14;border:1px solid rgba(255,255,255,.06);border-radius:20px;padding:1.6rem}.dnp-how-title{font-size:.95rem;font-weight:800;color:#fff;margin-bottom:1rem}.dnp-how-list{list-style:none;display:flex;flex-direction:column;gap:.85rem}.dnp-how-list li{font-size:.82rem;color:#999;line-height:1.5;padding-left:1.1rem;position:relative}.dnp-how-list li:before{content:"";position:absolute;left:0;top:.5em;width:5px;height:5px;border-radius:50%;background:#a3e635}.dnp-field-label{font-size:.78rem;font-weight:700;color:rgba(255,255,255,.55);margin-bottom:.5rem;margin-top:1rem}.dnp-field-label:first-child{margin-top:0}.dnp-amount-wrap{display:flex;align-items:center;gap:6px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.7rem .9rem}.dnp-amount-currency{font-size:1.1rem;font-weight:700;color:#a3e635}.dnp-amount-wrap input{flex:1 1;background:transparent;border:none;outline:none;color:#fff;font-size:1.1rem;font-weight:700;font-family:inherit}.dnp-quick-amounts{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;gap:8px;margin:10px 0 6px}.dnp-quick-btn{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:9px 4px;font-size:12.5px;font-weight:700;color:rgba(255,255,255,.65);cursor:pointer;font-family:inherit;transition:all .16s}.dnp-quick-btn:hover{border-color:rgba(163,230,53,.4);color:#a3e635}.dnp-quick-btn.active{background:rgba(163,230,53,.14);border-color:rgba(163,230,53,.45);color:#a3e635}.dnp-text-input{width:100%;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:.7rem .9rem;color:#eee;font-size:.85rem;font-family:inherit;outline:none}.dnp-fee-breakdown{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.07);border-radius:12px;padding:.8rem .9rem;margin-top:1rem}.dnp-fee-line{display:flex;justify-content:space-between;font-size:.78rem;color:#999;padding:.15rem 0}.dnp-fee-line.total{color:#a3e635;font-weight:700}.dnp-msg{font-size:.8rem;text-align:center;margin-top:.9rem}.dnp-msg.err{color:#f87171}.dnp-msg.ok{color:#a3e635}.dnp-coming-soon{font-size:.78rem;color:rgba(255,255,255,.4);text-align:center;margin-top:1.2rem}.dnp-submit-btn{width:100%;padding:14px;border-radius:14px;margin-top:10px;background:#a3e635;border:none;color:#0a0a0e;font-size:14px;font-weight:800;cursor:pointer;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:7px}.dnp-submit-btn:disabled{opacity:.5;cursor:not-allowed}.dnp-recent-hdr{font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:rgba(255,255,255,.4);margin-bottom:1rem}.dnp-recent-list{display:flex;flex-direction:column;gap:8px}.dnp-row{display:flex;align-items:center;gap:12px;padding:12px;border-radius:14px;background:#0e0e14;border:1px solid rgba(255,255,255,.06);transition:background .16s}.dnp-row:hover{background:#131318}.dnp-av{width:38px;height:38px;border-radius:50%;flex-shrink:0;background:rgba(163,230,53,.12);border:1px solid rgba(163,230,53,.25);display:flex;align-items:center;justify-content:center;font-size:13.5px;font-weight:800;color:#a3e635;overflow:hidden}.dnp-av img{width:100%;height:100%;object-fit:cover}.dnp-mid{flex:1 1;min-width:0}.dnp-name{font-size:13px;font-weight:700;color:#eee}.dnp-name,.dnp-note{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dnp-note{font-size:11.5px;color:rgba(255,255,255,.4);margin-top:1px}.dnp-when{font-size:10.5px;color:rgba(255,255,255,.3);margin-top:1px}.dnp-amt{font-size:14px;font-weight:800;color:#a3e635;flex-shrink:0;white-space:nowrap;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.dnp-skel{height:58px;border-radius:14px;background:linear-gradient(90deg,rgba(255,255,255,.05) 25%,rgba(255,255,255,.13) 50%,rgba(255,255,255,.05) 75%);background-size:800px 100%;animation:sp-shimmer-sweep 1.5s ease-in-out infinite}.dnp-recent-empty{text-align:center;padding:24px 0;font-size:12.5px;color:rgba(255,255,255,.35)}@media (max-width:720px){.dnp-main-grid{grid-template-columns:1fr}}@media (max-width:480px){.dnp-page{padding:92px 16px 60px}.dnp-hero-title{font-size:1.4rem}}.sps-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:120px 20px 80px;background:#000;color:#fff}.sps-illo{margin-bottom:1.6rem;overflow:visible}.sps-illo-ring{fill:none;stroke:rgba(163,230,53,.14);stroke-width:1.5;animation:sps-ring-pulse 2.6s ease-in-out infinite;transform-origin:75px 75px}.sps-illo-ring-locked{stroke:rgba(163,230,53,.14)}.sps-illo-float{animation:sps-float 3.2s ease-in-out infinite;transform-origin:75px 75px}.sps-illo-body{fill:#111114;stroke:rgba(163,230,53,.4);stroke-width:2;stroke-linejoin:round}.sps-illo-eye{fill:rgba(255,255,255,.6)}.sps-illo-mouth{fill:none;stroke:rgba(255,255,255,.35);stroke-width:2.2;stroke-linecap:round}.sps-illo-lockbody{fill:#111114;stroke:#a3e635;stroke-width:2}.sps-illo-lockshackle{fill:none;stroke:#a3e635;stroke-width:4.5;stroke-linecap:round}.sps-illo-lockhole{fill:rgba(163,230,53,.55)}.sps-illo-shard{animation:sps-shard-drift 3.8s ease-in-out infinite}.sps-illo-shard-bg{fill:#0d0d0d;stroke:rgba(255,255,255,.1);stroke-width:1.5}.sps-illo-shard-bg-lock{stroke:rgba(163,230,53,.35)}.sps-illo-shard-txt{fill:rgba(255,255,255,.55);font-size:13px;font-weight:800;font-family:inherit}.sps-illo-shard-check{stroke:#a3e635;stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}@keyframes sps-ring-pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.04)}}@keyframes sps-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes sps-shard-drift{0%,to{transform:translate(0) rotate(0deg)}50%{transform:translate(-3px,5px) rotate(-4deg)}}.sps-eyebrow{font-size:12px;font-weight:800;letter-spacing:.09em;text-transform:uppercase;color:#a3e635;margin-bottom:.6rem}.sps-title{font-size:clamp(20px,4.4vw,27px);font-weight:800;letter-spacing:-.01em;margin:0 0 .6rem;max-width:460px;line-height:1.3}.sps-sub{font-size:14.5px;line-height:1.6;color:rgba(255,255,255,.5);max-width:400px;margin:0 0 1.8rem}.sps-safety-card{display:flex;align-items:flex-start;gap:10px;text-align:left;max-width:440px;width:100%;background:rgba(163,230,53,.05);border:1px solid rgba(163,230,53,.14);border-radius:14px;padding:14px 16px;margin-bottom:1.8rem;font-size:12.5px;line-height:1.55;color:rgba(255,255,255,.6)}.sps-safety-card svg{width:16px;height:16px;flex-shrink:0;margin-top:1px;stroke:#a3e635}.sps-safety-card b{color:#ddd;font-weight:700}.sps-actions{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.sps-btn{display:inline-flex;align-items:center;gap:7px;padding:11px 22px;border-radius:999px;font-size:13.5px;font-weight:700;text-decoration:none;border:none;cursor:pointer;font-family:inherit;transition:filter .15s ease,background .15s ease,color .15s ease}.sps-btn-primary{background:#a3e635;color:#0a0a0a}.sps-btn-primary:hover{filter:brightness(1.08)}.sps-btn-ghost{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);color:rgba(255,255,255,.85)}.sps-btn-ghost:hover{background:rgba(255,255,255,.1);color:#fff}.sps-btn-report{background:rgba(163,230,53,.1);border:1px solid rgba(163,230,53,.3);color:#a3e635}.sps-btn-report:hover:not(:disabled){background:rgba(163,230,53,.16)}.sps-btn-report:disabled{opacity:.55;cursor:not-allowed}.sps-report-done{font-size:13px;font-weight:700;color:#a3e635;display:flex;align-items:center;padding:11px 6px}@media (max-width:480px){.sps-screen{padding:100px 16px 60px}.sps-safety-card{padding:12px 14px}}html.theme-light #spModal{background:#fafafa}html.theme-light #spModalInner{background:#ffffff;border-color:rgba(0,0,0,.08)}@media (min-width:900px){html.theme-light #spModal{background:rgba(0,0,0,.4)}html.theme-light #spModalInner{box-shadow:0 30px 90px rgba(0,0,0,.18);border-color:rgba(0,0,0,.1)}}@media (min-width:1024px){html.theme-light #spModalListingsSection{border-left-color:rgba(0,0,0,.1)}}html.theme-light #spModalClose{background:#f4f4f5;border-color:rgba(0,0,0,.14);color:rgba(0,0,0,.55)}html.theme-light #spModalClose:hover{background:#e8e8ea;border-color:rgba(0,0,0,.26);color:#16161a}html.theme-light #spModalCover{background:linear-gradient(135deg,#eeeef0,#e2e2e6)}html.theme-light #spModalCover:after{background:linear-gradient(180deg,rgba(0,0,0,0) 45%,rgba(0,0,0,.28))}html.theme-light #spModalAv{border-color:#ffffff;background:#e4e4e7;color:#16161a}html.theme-light #spModalActions .sp-action-btn.sp-follow-active{color:#4d7c0f;border-color:rgba(77,124,15,.35)}html.theme-light #spModalBioMore{color:#4d7c0f}html.theme-light #spModalBioMore:hover{color:#3f6212}html.theme-light #spRateBtn{color:#16161a;border-color:rgba(0,0,0,.16)}html.theme-light #spRateBtn:hover{background:#f4f4f5;border-color:rgba(0,0,0,.3)}html.theme-light .sp-report-btn{color:#dc2626;border-color:rgba(220,38,38,.3)}html.theme-light .sp-report-btn:hover{background:rgba(220,38,38,.08);border-color:rgba(220,38,38,.5)}html.theme-light .sp-feedback-btn{color:#2563eb;border-color:rgba(37,99,235,.3)}html.theme-light .sp-feedback-btn:hover{background:rgba(37,99,235,.08);border-color:rgba(37,99,235,.5)}html.theme-light #spFollowerCount{background:rgba(0,0,0,.05);border-color:rgba(0,0,0,.12);color:rgba(0,0,0,.6)}html.theme-light .sp-social-btn{background:rgba(0,0,0,.04);border-color:rgba(0,0,0,.12);color:rgba(0,0,0,.65)}html.theme-light .sp-social-btn:hover{background:rgba(0,0,0,.08);border-color:rgba(0,0,0,.22);color:#16161a}html.theme-light #spModalListingsHeader h2{color:#16161a}html.theme-light .sp-toggle-tabs{background:#f4f4f5;border-color:rgba(0,0,0,.1)}html.theme-light .sp-toggle-tab{color:rgba(0,0,0,.5)}html.theme-light .sp-toggle-tab:hover:not(.active){color:#16161a;background:#ececee}html.theme-light .sp-badge-count{background:#f4f4f5;color:rgba(0,0,0,.55);border-color:rgba(0,0,0,.1)}html.theme-light .sp-listing-card{background:#ffffff;border-color:rgba(0,0,0,.12)}html.theme-light .sp-listing-card:hover{border-color:rgba(0,0,0,.24);background:#fafafa}html.theme-light .sp-listing-thumb{background:#f0f0f2}html.theme-light .sp-listing-thumb-domain{background:radial-gradient(circle at 50% 30%,rgba(16,185,129,.1),transparent 70%),#f0f0f2}html.theme-light .sp-listing-domain-name{color:#1a1a1a}html.theme-light .sp-listing-price,html.theme-light .sp-listing-title{color:#16161a}html.theme-light #spModalEmpty,html.theme-light #spModalPrivate{background:#f7f7f8;border-color:rgba(0,0,0,.09)}html.theme-light #spModalEmpty:hover{border-color:rgba(0,0,0,.16);background:#f2f2f3}html.theme-light #spModalEmpty .sp-empty-icon,html.theme-light #spModalPrivate .sp-empty-icon{background:#ececee;color:rgba(0,0,0,.45);border-color:rgba(0,0,0,.1)}html.theme-light #spModalEmpty h3,html.theme-light #spModalPrivate h3{color:#27272a}html.theme-light #spModalEmpty p,html.theme-light #spModalPrivate p{color:rgba(0,0,0,.5)}html.theme-light #spModal.sp-loading #spModalAv,html.theme-light .sp-dstat.sp-skel-stat2:after,html.theme-light .sp-skel,html.theme-light .sp-skel-stat{background:linear-gradient(90deg,#ececee 25%,#dcdce0 50%,#ececee 75%);background-size:800px 100%}html.theme-light #spDetailsBox{background:#ffffff;border-color:rgba(0,0,0,.1);box-shadow:0 30px 90px rgba(0,0,0,.14)}html.theme-light #spDetailsClose{background:#f4f4f5;border-color:rgba(0,0,0,.12);color:rgba(0,0,0,.55)}html.theme-light #spDetailsClose:hover{background:#e8e8ea;color:#16161a}html.theme-light #spDetailsAv{background:#e4e4e7;color:#16161a}html.theme-light #spDetailsName{color:#16161a}html.theme-light #spDetailsBioLabel{color:rgba(0,0,0,.45)}html.theme-light #spDetailsBio{color:rgba(0,0,0,.72)}html.theme-light #spDetailsContactRow{border-top-color:rgba(0,0,0,.1)}html.theme-light #spDetailsEmail{color:rgba(0,0,0,.55)}html.theme-light #spDetailsContactBtn{background:#16161a;color:#fff}html.theme-light #spDetailsContactBtn:hover{background:#27272a}html.theme-light #spDetailsSafety{background:rgba(163,230,53,.08);border-color:rgba(77,124,15,.22)}html.theme-light #spDetailsSafetyHdr{color:#3f6212}html.theme-light .sp-safety-row{color:rgba(0,0,0,.6)}html.theme-light .sp-safety-row b{color:#16161a}html.theme-light #spDetailsStats{background:#f7f7f8;border-color:rgba(0,0,0,.1)}html.theme-light #spDetailsStatsHdr{color:#16161a}html.theme-light .sp-dstat{background:#ffffff;border-color:rgba(0,0,0,.1)}html.theme-light .sp-dstat-val{color:#16161a}html.theme-light .sp-dstat-lbl{color:rgba(0,0,0,.5)}html.theme-light .sp-cat-lbl{color:rgba(0,0,0,.6)}html.theme-light .sp-cat-bar-track{background:#e4e4e7}html.theme-light .sp-cat-count{color:rgba(0,0,0,.65)}html.theme-light #spDetailsStatsEmpty{color:rgba(0,0,0,.4)}html.theme-light #spRateOverlay{background:rgba(0,0,0,.45)}html.theme-light #spRateBox{background:#ffffff;border-color:rgba(77,124,15,.25);box-shadow:0 32px 80px rgba(0,0,0,.2)}html.theme-light #spRateTitle{color:#16161a}html.theme-light #spRateSubtitle{color:rgba(0,0,0,.5)}html.theme-light .sp-rate-star polygon{fill:rgba(0,0,0,.12)}html.theme-light #spRateTextarea{background:rgba(0,0,0,.03);border-color:rgba(0,0,0,.14);color:#16161a}html.theme-light #spRateTextarea::placeholder{color:rgba(0,0,0,.3)}html.theme-light #spRateCancelBtn{background:rgba(0,0,0,.04);border-color:rgba(0,0,0,.14);color:rgba(0,0,0,.6)}html.theme-light #spRateCancelBtn:hover{background:rgba(0,0,0,.08);color:#16161a}html.theme-light #spDonateOverlay{background:rgba(0,0,0,.45)}html.theme-light #spDonateBox{background:#ffffff;border-color:rgba(0,0,0,.1);box-shadow:0 32px 80px rgba(0,0,0,.2)}html.theme-light #spDonateClose{background:rgba(0,0,0,.05);border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.5)}html.theme-light #spDonateClose:hover{background:rgba(0,0,0,.09);color:#16161a}html.theme-light #spDonateTitle{color:#16161a}html.theme-light #spDonateSubtitle{color:rgba(0,0,0,.5)}html.theme-light #spDonateSummary{background:rgba(163,230,53,.08);border-color:rgba(77,124,15,.22)}html.theme-light .sp-donate-summary-lbl{color:rgba(0,0,0,.5)}html.theme-light .sp-donate-summary-divider{background:rgba(0,0,0,.1)}html.theme-light .sp-donate-quick-btn{background:rgba(0,0,0,.03);border-color:rgba(0,0,0,.12);color:rgba(0,0,0,.65)}html.theme-light #spDonateRecentHdr{color:rgba(0,0,0,.5);border-top-color:rgba(0,0,0,.1)}html.theme-light .sp-donate-row{background:rgba(0,0,0,.025)}html.theme-light .sp-donate-row:hover{background:rgba(0,0,0,.05)}html.theme-light .sp-donate-name{color:#27272a}html.theme-light .sp-donate-note{color:rgba(0,0,0,.5)}html.theme-light .sp-donate-when{color:rgba(0,0,0,.4)}html.theme-light .sp-donate-skel{background:linear-gradient(90deg,#ececee 25%,#dcdce0 50%,#ececee 75%);background-size:800px 100%}html.theme-light #spDonateRecentEmpty{color:rgba(0,0,0,.4)}html.theme-light .dnp-page{color:#27272a}html.theme-light .dnp-hero-icon{background:#ffffff;border-color:rgba(77,124,15,.3);box-shadow:0 2px 8px rgba(0,0,0,.08)}html.theme-light .dnp-hero-title{color:#16161a}html.theme-light .dnp-hero-title span{color:#4d7c0f}html.theme-light .dnp-hero-sub{color:rgba(0,0,0,.55)}html.theme-light .dnp-notfound{color:rgba(0,0,0,.5)}html.theme-light .dnp-stats-row{background:rgba(77,124,15,.18);border-color:rgba(77,124,15,.25)}html.theme-light .dnp-stat-card{background:#ffffff}html.theme-light .dnp-stat-lbl{color:rgba(0,0,0,.5)}html.theme-light .dnp-form-panel{background:#ffffff;border-color:rgba(0,0,0,.1);box-shadow:0 1px 3px rgba(0,0,0,.05)}html.theme-light .dnp-side-panel{background:#f7f7f8;border-color:rgba(0,0,0,.08)}html.theme-light .dnp-how-title{color:#16161a}html.theme-light .dnp-field-label,html.theme-light .dnp-how-list li{color:rgba(0,0,0,.6)}html.theme-light .dnp-amount-wrap{background:rgba(0,0,0,.03);border-color:rgba(0,0,0,.14)}html.theme-light .dnp-amount-wrap input{color:#16161a}html.theme-light .dnp-quick-btn{background:rgba(0,0,0,.03);border-color:rgba(0,0,0,.12);color:rgba(0,0,0,.65)}html.theme-light .dnp-text-input{background:rgba(0,0,0,.03);border-color:rgba(0,0,0,.14);color:#16161a}html.theme-light .dnp-fee-breakdown{background:rgba(0,0,0,.025);border-color:rgba(0,0,0,.1)}html.theme-light .dnp-fee-line{color:rgba(0,0,0,.55)}html.theme-light .dnp-coming-soon{color:rgba(0,0,0,.45)}html.theme-light .dnp-recent-hdr{color:rgba(0,0,0,.5)}html.theme-light .dnp-row{background:#ffffff;border-color:rgba(0,0,0,.1);box-shadow:0 1px 3px rgba(0,0,0,.04)}html.theme-light .dnp-row:hover{background:#f7f7f8}html.theme-light .dnp-name{color:#27272a}html.theme-light .dnp-note{color:rgba(0,0,0,.5)}html.theme-light .dnp-when{color:rgba(0,0,0,.4)}html.theme-light .dnp-skel{background:linear-gradient(90deg,#ececee 25%,#dcdce0 50%,#ececee 75%);background-size:800px 100%}html.theme-light .dnp-recent-empty{color:rgba(0,0,0,.4)}html.theme-light .sps-screen{background:#fafafa;color:#16161a}html.theme-light .sps-illo-body{fill:#f4f4f5;stroke:rgba(77,124,15,.4)}html.theme-light .sps-illo-eye{fill:rgba(0,0,0,.55)}html.theme-light .sps-illo-mouth{stroke:rgba(0,0,0,.3)}html.theme-light .sps-illo-lockbody{fill:#f4f4f5}html.theme-light .sps-illo-shard-bg{fill:#ffffff;stroke:rgba(0,0,0,.1)}html.theme-light .sps-illo-shard-txt{fill:rgba(0,0,0,.55)}html.theme-light .sps-sub{color:rgba(0,0,0,.55)}html.theme-light .sps-safety-card{background:rgba(163,230,53,.08);border-color:rgba(77,124,15,.22);color:rgba(0,0,0,.62)}html.theme-light .sps-safety-card b{color:#27272a}html.theme-light .sps-btn-ghost{background:rgba(0,0,0,.04);border-color:rgba(0,0,0,.14);color:rgba(0,0,0,.75)}html.theme-light .sps-btn-ghost:hover{background:rgba(0,0,0,.08);color:#16161a}#sellersModal,#sellersModal *,#sellersModal :after,#sellersModal :before{box-sizing:border-box}#sellersModal{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.svm-feed-container{width:100%;max-width:720px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column;gap:1.5rem;padding:0 .6rem 2rem;color:#e3e7ea}.svm-sticky-header{position:-webkit-sticky;position:sticky;top:92px;z-index:2;background:#000000;padding:1.2rem .3rem .5rem;display:flex;flex-direction:column;gap:1rem;border-bottom:1px solid rgba(163,230,53,.12);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.svm-header{display:flex;align-items:center;justify-content:space-between;padding:0 .2rem}.svm-header h2{font-size:1.6rem;font-weight:600;letter-spacing:-.5px;color:#f0f4f8}.svm-header-actions{display:flex;align-items:center;gap:.5rem}.svm-header button{background:none;border:none;color:#8a9a8a;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s,color .15s}.svm-header button:hover{background:rgba(163,230,53,.08);color:var(--mp-accent,#a3e635)}.svm-header button svg{width:18px;height:18px}.svm-lb-btn{width:auto!important;height:auto!important;border-radius:100px!important;display:flex;align-items:center;gap:.4rem;padding:.45rem .9rem .45rem .7rem;border:1px solid var(--mp-accent-border,rgba(163,230,53,.3))!important;box-shadow:0 0 0 1px rgba(163,230,53,.1),0 0 10px rgba(163,230,53,.15);color:var(--mp-accent,#a3e635)!important;font-family:inherit;font-size:.78rem;font-weight:700;white-space:nowrap}.svm-lb-btn:hover{border-color:rgba(163,230,53,.65)!important;box-shadow:0 0 0 1px rgba(163,230,53,.2),0 0 14px rgba(163,230,53,.3);background:var(--mp-accent-muted,rgba(163,230,53,.15))!important}.svm-lb-btn svg{width:15px!important;height:15px!important;filter:drop-shadow(0 0 2px rgba(163,230,53,.4))}@media (max-width:30em){.svm-lb-btn{padding:.45rem .8rem .45rem .6rem}.svm-lb-btn span{display:inline;font-size:.72rem}}.svm-search-wrapper{display:flex;align-items:center;background:#0a0a0a;border-radius:2.5rem;padding:.6rem 1rem;border:1px solid #1a1a1a;transition:all .2s ease;margin:0 .1rem}.svm-search-wrapper:focus-within{border-color:var(--mp-accent-border,rgba(163,230,53,.3));box-shadow:0 0 0 3px var(--mp-accent-muted,rgba(163,230,53,.15))}.svm-search-wrapper svg{width:15px;height:15px;color:#6b7d6b;margin-right:.4rem;flex-shrink:0}.svm-search-wrapper input{background:transparent;border:none;outline:none;width:100%;font-size:.9rem;color:#e1e9ef;caret-color:var(--mp-accent,#a3e635);font-family:inherit}.svm-search-wrapper input::placeholder{color:#4d5a4d}.svm-stats-row{display:flex;justify-content:space-between;align-items:center;color:#8a9a8a;font-size:.8rem;font-weight:500;padding:0 .2rem}.svm-stats-row span:first-child{background:#0a0a0a;padding:.25rem .9rem;border-radius:2rem;color:var(--mp-accent,#a3e635);border:1px solid var(--mp-accent-border,rgba(163,230,53,.3));font-weight:700}.svm-profiles-grid{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:min-content;align-content:start;grid-gap:.7rem;gap:.7rem;flex:1 1;padding:0 .1rem}.svm-profile-card{aspect-ratio:1/1;background:#0a0a0a;border-radius:1rem;padding:.9rem .7rem;border:1px solid #1a1a1a;transition:background .2s,border-color .2s;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:.5rem;cursor:pointer}.svm-profile-card:hover{background:#111611;border-color:var(--mp-accent-border,rgba(163,230,53,.3))}.svm-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;background:#161c16;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:var(--mp-accent,#a3e635);border:2px solid #232823;flex-shrink:0;overflow:hidden}.svm-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover}.svm-user-info{display:flex;flex-direction:column;align-items:center;overflow:hidden;width:100%}.svm-user-name{font-weight:600;font-size:.85rem;color:#f0f4f8}.svm-user-handle,.svm-user-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.svm-user-handle{color:#7a8a7a;font-size:.7rem;margin-top:.1rem}.svm-follow-btn{border:1.5px solid #232823;color:#d3e9d3;padding:.35rem .7rem;border-radius:2rem;font-weight:600;font-size:.7rem;cursor:pointer;transition:.2s;background:rgba(255,255,255,.03);display:flex;align-items:center;gap:.3rem;white-space:nowrap;margin-top:.1rem;font-family:inherit}.svm-follow-btn svg{width:11px;height:11px}.svm-follow-btn.following,.svm-follow-btn:hover{background:var(--mp-accent-muted,rgba(163,230,53,.15));border-color:var(--mp-accent-border,rgba(163,230,53,.3));color:var(--mp-accent,#a3e635)}.svm-empty-message{grid-column:span 2;text-align:center;color:#6b7d6b;padding:2rem;font-style:italic;background:#0a0a0a;border-radius:1.5rem;border:1px solid #1a1a1a}.svm-section-head{grid-column:1/-1;padding:.2rem .1rem .4rem;font-size:12px;font-weight:700;color:#6b7d6b;text-transform:uppercase;letter-spacing:.04em}.svm-skel{pointer-events:none}.svm-skel-block{background:linear-gradient(90deg,#111 25%,#181818 37%,#111 63%);background-size:400% 100%;animation:svmShimmer 1.4s ease infinite;border-radius:6px}.svm-skel-avatar{width:56px;height:56px;border-radius:50%}.svm-skel-line{height:10px;width:70%}.svm-skel-line.sm{width:45%;height:8px}.svm-skel-pill{width:64px;height:24px;border-radius:2rem;margin-top:.1rem}.svm-footer-note{font-size:.7rem;color:#4d5a4d;display:flex;justify-content:center;gap:.3rem;align-items:center;padding-top:.3rem}@media (min-width:500px){.svm-feed-container{padding:0 1.2rem 2rem;gap:1.8rem}.svm-sticky-header{padding:1.6rem .2rem .6rem;gap:1.2rem}.svm-profiles-grid{gap:1rem}.svm-profile-card{padding:1rem .9rem;border-radius:1.2rem}.svm-avatar{width:68px;height:68px;font-size:1.7rem}.svm-user-name{font-size:.95rem}.svm-follow-btn,.svm-user-handle{font-size:.78rem}.svm-follow-btn{padding:.4rem .9rem}}@media (min-width:900px){.svm-feed-container{max-width:1100px}.svm-profiles-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.svm-empty-message{grid-column:1/-1}}html.theme-light .svm-feed-container{color:#16161a}html.theme-light .svm-sticky-header{background:rgba(255,255,255,.94);border-bottom-color:rgba(0,0,0,.08)}html.theme-light .svm-header h2{color:#16161a}html.theme-light .svm-header button{color:rgba(0,0,0,.45)}html.theme-light .svm-search-wrapper{background:#f3f3f5;border-color:rgba(0,0,0,.1)}html.theme-light .svm-search-wrapper svg{color:rgba(0,0,0,.35)}html.theme-light .svm-search-wrapper input{color:#16161a}html.theme-light .svm-search-wrapper input::placeholder{color:rgba(0,0,0,.35)}html.theme-light .svm-stats-row{color:rgba(0,0,0,.5)}html.theme-light .svm-stats-row span:first-child{background:#f3f3f5}html.theme-light .svm-profile-card{background:#f6f6f8;border-color:rgba(0,0,0,.08)}html.theme-light .svm-profile-card:hover{background:#eef2ee}html.theme-light .svm-avatar{background:#eaeef0;border-color:rgba(0,0,0,.08)}html.theme-light .svm-user-name{color:#16161a}html.theme-light .svm-user-handle{color:rgba(0,0,0,.45)}html.theme-light .svm-follow-btn{border-color:rgba(0,0,0,.14);color:rgba(0,0,0,.65);background:rgba(0,0,0,.03)}html.theme-light .svm-empty-message{color:rgba(0,0,0,.4);background:#f6f6f8;border-color:rgba(0,0,0,.08)}html.theme-light .svm-section-head{color:rgba(0,0,0,.4)}html.theme-light .svm-skel-block{background:linear-gradient(90deg,#eee 25%,#e2e2e2 37%,#eee 63%);background-size:400% 100%}html.theme-light .svm-footer-note{color:rgba(0,0,0,.35)}html.theme-light .svm-lb-btn{background:rgba(101,163,13,.1)!important;border-color:rgba(101,163,13,.35)!important;box-shadow:none;color:#4d7c0f!important}html.theme-light .svm-lb-btn:hover{background:rgba(101,163,13,.18)!important;border-color:rgba(101,163,13,.55)!important;box-shadow:none}html.theme-light .svm-lb-btn svg{filter:none}