.collections-landing{z-index:1;padding:52px 6px 24px;position:relative}.collections-intro{text-align:center}.collections-intro>span{color:var(--pink);letter-spacing:1.6px;font-size:11px;font-weight:800}.collections-intro h1{letter-spacing:-1.8px;margin:10px 0 8px;font-size:38px}.collections-intro p{color:#9d8497;margin:0;font-size:10px}.country-selector{flex-wrap:wrap;justify-content:center;gap:7px;margin:25px auto 22px;display:flex}.country-selector button{color:#a88e9f;cursor:pointer;background:#ffffff06;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:6px;padding:8px 11px;font-size:11px;transition:all .2s;display:flex}.country-selector button span{font-size:14px;line-height:1}.country-selector button:hover,.country-selector button.active{color:#fff;background:#ff41b817;border-color:#ff4dbc8c;box-shadow:0 7px 18px #ff2fb31a}.collection-tabs{scrollbar-width:none;border-bottom:1px solid #ffffff14;justify-content:center;align-items:center;gap:5px;margin-bottom:24px;display:flex;overflow-x:auto}.collection-tabs::-webkit-scrollbar{display:none}.collection-tabs button{color:#846e7d;cursor:pointer;background:0 0;border:0;flex:none;padding:12px 15px;font-size:11px;font-weight:700;position:relative}.collection-tabs button:after{content:"";background:0 0;border-radius:99px;height:2px;position:absolute;bottom:-1px;left:12px;right:12px}.collection-tabs button.active{color:#fff}.collection-tabs button.active:after{background:linear-gradient(90deg,var(--pink),#a83fff);box-shadow:0 0 12px #ff41b973}.collection-ranking-hint{color:#8e7687;text-align:center;margin:-13px auto 18px;font-size:11px}.collection-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.collection-card{color:#fff;text-align:center;cursor:pointer;background:#ffffff06;border:1px solid #ffffff1a;border-radius:15px;min-width:0;padding:0 14px 16px;transition:all .22s;position:relative;overflow:visible}.collection-card:hover{border-color:#ff48ba6b;transform:translateY(-4px);box-shadow:0 15px 32px #ff29ad17}.collection-cover{background:linear-gradient(135deg,#42122f,#a2348b);border-radius:14px 14px 9px 9px;height:82px;margin:0 -14px 28px;display:block;overflow:hidden}.collection-cover img{object-fit:cover;object-position:center 24%;filter:saturate(.85)contrast(.92);width:100%;height:100%;display:block}.collection-avatar{background:linear-gradient(135deg,var(--pink),#833bdf);border:3px solid #171016;border-radius:50%;place-items:center;width:48px;height:48px;font-size:15px;font-weight:800;display:grid;position:absolute;top:57px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 5px 15px #00000040}.collection-avatar img{object-fit:cover;width:100%;height:100%}.collection-card strong{font-size:12px;display:block}.collection-card small{color:#ff72ce;margin-top:4px;font-size:11px;display:block}.collection-card p{color:#8e7687;min-height:31px;margin:10px 0 0;font-size:11px;line-height:1.45}main[data-theme=light] .collections-intro h1{color:#281721}main[data-theme=light] .collections-intro p{color:#7d6976}main[data-theme=light] .country-selector button{color:#705a68;background:#fff;border-color:#e4d6df}main[data-theme=light] .country-selector button.active{color:#a82272;background:#fff0f9;border-color:#ef79c2}main[data-theme=light] .collection-tabs{border-color:#eadde5}main[data-theme=light] .collection-tabs button.active{color:#2b1d25}main[data-theme=light] .collection-card{color:#2a1d25;background:#fff;border-color:#e7d9e2;box-shadow:0 10px 25px #502b430f}main[data-theme=light] .collection-avatar{border-color:#fff}main[data-theme=light] .collection-card p{color:#7d6876}@media (max-width:850px){.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.collections-landing{padding-top:38px}.collections-intro h1{font-size:32px}}@media (max-width:520px){.collections-landing{padding:31px 0 18px}.collections-intro h1{font-size:28px}.collections-intro p{max-width:310px;margin:auto;line-height:1.5}.country-selector{scrollbar-width:none;flex-wrap:nowrap;justify-content:flex-start;margin:20px -12px 17px;padding:0 12px;overflow-x:auto}.country-selector::-webkit-scrollbar{display:none}.country-selector button{flex:none;padding:7px 9px}.collection-tabs{justify-content:flex-start;margin:0 -12px 18px;padding:0 7px}.collection-tabs button{padding:11px 10px}.collection-grid{grid-template-columns:1fr;gap:13px}.collection-card{text-align:left;grid-template-rows:auto auto 1fr;grid-template-columns:92px 1fr;min-height:112px;padding:9px;display:grid}.collection-cover{border-radius:10px;grid-row:1/4;width:92px;height:94px;margin:0}.collection-avatar{border-width:2px;width:31px;height:31px;top:9px;left:83px;transform:none}.collection-card strong,.collection-card small,.collection-card p{grid-column:2;margin-left:13px}.collection-card strong{align-self:end;margin-top:8px;font-size:11px}.collection-card small{margin-top:3px}.collection-card p{min-height:0;margin-top:6px;font-size:11px}}
:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--ds-bg:#f7f3f6;--ds-surface:#fff;--ds-soft:#fbf8fa;--ds-ink:#241b21;--ds-muted:#786a74;--ds-line:#e8dee5;--ds-pink:#df329d;--ds-pink-dark:#a62472;--ds-purple:#8c3bd1;--ds-success:#217a50;--ds-warning:#9a6818;--ds-danger:#b53249;--ds-shadow:0 18px 48px #3e253514;--ds-radius:20px}*{box-sizing:border-box}html{background:var(--ds-bg)}body{background:var(--ds-bg);color:var(--ds-ink);margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}button,input,select,textarea{min-height:42px}:where(a,button,input,select,textarea,summary):focus-visible{outline-offset:3px;outline:3px solid #df329d61}.topbar,.page-shell{width:min(1180px,100% - 40px);margin-inline:auto}.topbar{border:1px solid var(--ds-line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#fffffff0;border-radius:18px 18px 0 0;height:auto;min-height:72px;margin-top:20px;padding:12px 20px;box-shadow:0 8px 30px #3e25350d}.brand{color:var(--ds-ink);font-size:26px;text-decoration:none}.brand span{color:var(--ds-pink)}.page-shell{border:1px solid var(--ds-line);box-shadow:var(--ds-shadow);background:#ffffffeb;border-top:0;border-radius:0 0 24px 24px;margin-bottom:40px;padding:28px 30px 0;overflow:hidden}.page-shell:before{opacity:.35}.header-search{border-color:var(--ds-line);background:var(--ds-soft);min-height:42px;color:var(--ds-muted)}.header-search input{color:var(--ds-ink);font-size:14px}.header-search input::placeholder{color:#9c8e97}.utility-select,.theme-toggle{border-color:var(--ds-line);min-height:42px;color:var(--ds-ink);background:#fff}.utility-select select{color:var(--ds-ink);font-size:13px}.advertiser-access{min-height:42px;color:var(--ds-pink-dark);background:#fff1f9;border-color:#edb5d7;font-size:12px}.publish-link{background:var(--ds-ink);color:#fff;border-radius:10px;align-items:center;min-height:42px;font-size:12px;display:inline-flex}.collections-landing{padding:48px 4px 28px}.collections-intro>span{color:var(--ds-pink-dark);font-size:11px}.collections-intro h1{color:var(--ds-ink);font-size:clamp(32px,4vw,48px)}.collections-intro p{color:var(--ds-muted);font-size:15px;line-height:1.6}.country-selector{margin:24px auto 18px}.country-selector button{border-color:var(--ds-line);color:#675762;background:#fff;min-height:42px;font-size:12px}.country-selector button:hover,.country-selector button.active{color:var(--ds-pink-dark);box-shadow:none;background:#fff1f9;border-color:#df78b8}.collection-tabs{border-color:var(--ds-line);margin-bottom:24px}.collection-tabs button{color:#776873;min-height:44px;font-size:13px}.collection-tabs button.active{color:var(--ds-ink)}.collection-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.collection-card{border-radius:18px;min-height:210px}.collection-category-card{color:#fff;text-align:center;min-height:210px;box-shadow:none;background:#100c0f;border:1px solid #352a32;border-radius:18px;padding:0 16px 16px;overflow:hidden}.collection-category-card .collection-cover{background:linear-gradient(105deg,#621640,#a33191) 50%/cover no-repeat;border-radius:17px 17px 9px 9px;height:78px;margin:0 -16px 31px}.collection-category-card .collection-cover img{display:none}.collection-category-card .collection-avatar{color:#fff;background:linear-gradient(145deg,#eb38c9,#982bd4) 50%/cover no-repeat;border:3px solid #100c0f;width:112px;height:112px;font-size:25px;top:-20px}.collection-category-card strong{color:#fff;font-size:15px}.collection-category-card small{color:#ff61c8;margin-top:6px;font-size:10px}.collection-category-card p{color:#b1a0ab;margin:10px 0 0;font-size:12px;line-height:1.45}.collection-category-card:hover{border-color:#df329da6;transform:translateY(-3px);box-shadow:0 15px 30px #4b193b26}.collection-profile-card{border-color:var(--ds-line);min-height:230px;color:var(--ds-ink);background:#fff;text-decoration:none;display:block;box-shadow:0 10px 28px #3d25340f}.collection-profile-card strong{font-size:16px}.collection-profile-card small{font-size:11px}.collection-profile-card p{color:var(--ds-muted);font-size:13px;line-height:1.5}.collection-empty{border:1px dashed var(--ds-line);text-align:center;border-radius:18px;grid-column:1/-1;padding:42px}.collection-empty p{color:var(--ds-muted)}.row-heading{margin:34px 0 16px}.row-heading h2{color:var(--ds-ink);font-size:23px}.row-heading p,.featured-heading>small{color:var(--ds-muted);font-size:12px}.gold-kicker{font-size:10px}.floating-featured-card{overflow:hidden;aspect-ratio:4/5!important;border-radius:20px!important;width:100%!important;height:auto!important;min-height:390px!important}.featured-glass-panel{border-radius:16px!important;padding:14px!important;inset:auto 12px 12px!important}.floating-featured-card .premium-badge{padding:7px 10px;font-size:11px;top:12px;left:12px}.floating-featured-card .featured-save{width:42px;height:42px;font-size:16px;top:10px;right:10px}.floating-featured-card .featured-card-head h3{color:#fff;line-height:1.2;font-size:18px!important}.floating-featured-card .featured-report{color:#fff;min-width:42px;min-height:42px;font-size:14px;display:block}.floating-featured-card .featured-meta{color:#eee2e9;margin-top:6px;display:flex;font-size:12px!important}.floating-featured-card .featured-description{color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:8px 0;line-height:1.45;font-size:13px!important;display:-webkit-box!important}.floating-featured-card .featured-tag-row{max-height:24px;overflow:hidden;display:flex!important}.floating-featured-card .featured-tag-row span{font-size:10px!important}.featured-glass-footer{color:#fff;margin-top:8px;padding-top:8px;font-size:11px!important}.featured-glass-footer strong,.featured-glass-footer b{font-size:11px!important;display:inline!important}.featured-glass-footer a{min-height:38px!important;padding:0 12px!important}.directory-controls{border:1px solid var(--ds-line);background:linear-gradient(135deg,#fff,#fff6fb);border-radius:20px;margin-top:30px;padding:24px;box-shadow:0 12px 34px #47283c0f}.filter-topline>div>span,.quick-attributes>span,.filter-sidebar-head span{color:var(--ds-pink-dark);font-size:10px}.filter-topline h2{color:var(--ds-ink);font-size:25px}.filter-topline p{color:var(--ds-muted);font-size:14px}.category-chips button,.quick-attributes button{border-color:var(--ds-line);color:#65555f;background:#fff;min-height:40px;font-size:12px}.category-chips button.active,.quick-attributes button.active,main[data-theme=light] .category-chips button.active,main[data-theme=light] .quick-attributes button.active{background:linear-gradient(90deg,var(--ds-pink),var(--ds-purple));color:#fff;-webkit-text-fill-color:#fff;border-color:#0000;font-weight:700}.directory-layout{grid-template-columns:230px minmax(0,1fr);gap:20px}.filter-sidebar{border:1px solid var(--ds-line);background:#fff;border-radius:18px;padding:18px;top:18px;box-shadow:0 12px 34px #3d253412}.filter-sidebar-head strong{color:var(--ds-ink);font-size:16px}.filter-sidebar>label{color:#594a54;font-size:12px}.filter-sidebar select{border-color:var(--ds-line);background:var(--ds-soft);min-height:44px;color:var(--ds-ink);font-size:13px}.location-filter-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;width:100%;display:grid}.location-filter-row label{color:#594a54;min-width:0;font-size:11px;font-weight:700}.location-filter-row select{width:100%;min-width:0;margin-top:7px;padding-inline:8px;display:block}.filter-summary{background:#fff0f8}.filter-summary span{color:var(--ds-muted);font-size:11px}.clear-filters{border-color:var(--ds-line);color:#6e5e68;min-height:42px;font-size:12px}.sort-label{border:1px solid var(--ds-line);min-height:38px;color:var(--ds-muted);border-radius:9px;align-items:center;padding:0 12px;font-size:12px;display:inline-flex}.directory-layout .card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.directory-profile-card{grid-template-columns:150px minmax(0,1fr);width:100%;border:1px solid var(--ds-line)!important;background:#fff!important;border-radius:20px!important;gap:14px!important;height:258px!important;min-height:258px!important;padding:12px!important;display:grid!important;overflow:hidden!important;box-shadow:0 12px 30px #3d253412!important}.directory-profile-card.recommended-featured{background:linear-gradient(135deg,#fffdf7,#f5ecd2)!important;border-color:#d8c792!important}.directory-profile-card .portrait{background:#eee8ec;overflow:hidden;border-radius:14px!important;width:150px!important;height:234px!important;min-height:234px!important}.directory-profile-card .portrait a{width:100%;height:100%;display:block}.directory-profile-card .portrait img{object-fit:cover!important;object-position:center top!important;width:100%!important;height:100%!important;transform:none!important}.directory-profile-card .card-info{grid-template-rows:38px 82px 28px 40px;min-width:0;height:234px;padding:0!important;display:grid!important;overflow:hidden!important}.directory-profile-card .profile-card-head{min-height:38px}.directory-profile-card .profile-copy h3{color:var(--ds-ink);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:17px;line-height:1.35;display:block;overflow:hidden}.directory-profile-card .title-check{background:var(--ds-pink);color:#fff;width:17px;height:17px;margin-left:5px;font-size:8px;display:inline-grid}.directory-profile-card .report-card{color:#7a6874;min-width:40px;min-height:40px}.directory-profile-card .profile-stats,.directory-profile-card .profile-copy p{display:none!important}.directory-profile-card .profile-description{color:#4e4149;-webkit-box-orient:vertical;width:100%;padding:6px 0;-webkit-line-clamp:4!important;height:82px!important;min-height:82px!important;margin:0!important;font-size:13px!important;line-height:1.45!important;display:-webkit-box!important;overflow:hidden!important}.directory-profile-card .profile-tags{justify-content:flex-start;align-items:flex-start;gap:5px;width:100%;flex-wrap:nowrap!important;height:28px!important;min-height:28px!important;margin:0!important;display:flex!important;position:static!important;overflow:hidden!important}.directory-profile-card .profile-tags span{flex:none;min-height:24px;padding:4px 8px;font-size:10px}.directory-profile-card .profile-tags span:nth-child(n+4){display:none}.directory-profile-card .profile-card-footer{border:0;justify-content:flex-end;align-items:center;width:100%;display:flex;background:0 0!important;height:40px!important;min-height:40px!important;margin:0!important;padding:2px 4px!important}.directory-profile-card .profile-card-footer .telegram-btn{background:linear-gradient(90deg,var(--ds-pink),var(--ds-purple));color:#fff;border:0;border-radius:10px;min-width:36px;min-height:36px;font-size:10px;position:static;width:auto!important;height:36px!important;margin:0!important;padding:0 10px!important}.directory-profile-card .profile-card-footer .telegram-btn svg{width:14px;height:14px;margin-right:4px}.directory-profile-card .profile-card-footer .telegram-btn strong{font-size:10px;display:inline}.faq-section{border-color:var(--ds-line);background:linear-gradient(135deg,#fff7fc,#fff)}.faq-intro h2,.faq-list summary{color:var(--ds-ink)}.faq-intro p,.faq-list details p{color:var(--ds-muted);font-size:14px;line-height:1.6}.faq-list,.faq-list details{border-color:var(--ds-line)}.verify-strip{color:var(--ds-ink);border-color:var(--ds-line);background:#fff6fb}.verify-strip p,.verify-strip p b{color:var(--ds-muted);font-size:13px}.site-footer,.site-footer p,.site-footer a,.site-footer button,.site-footer small{color:var(--ds-muted);font-size:12px;line-height:1.55}.site-footer b{color:var(--ds-ink)}.modal{color:var(--ds-ink);background:#fff;border-color:#e8bad7}.modal h2{color:var(--ds-ink)}.modal>p,.modal label,.access-security{color:var(--ds-muted);font-size:14px;line-height:1.55}.report-modal select,.report-modal textarea{border-color:var(--ds-line);background:var(--ds-soft);color:var(--ds-ink);font-size:14px}.cookie-banner{color:var(--ds-ink);background:#fffffffa;border-color:#e8bad7}.cookie-copy p{color:var(--ds-muted);font-size:13px}.cookie-copy a,.cookie-actions button{font-size:12px}.publish-page,.profile-page,.category-page,.legal-page,.dmca-page,.mock-payment-page{background:radial-gradient(circle at 75% 4%,#df329d1a,transparent 28%),var(--ds-bg);color:var(--ds-ink)}.publish-page .topbar,.profile-page .topbar,.category-page .topbar,.legal-page .topbar,.dmca-page .topbar{border-color:var(--ds-line);background:#fff}.publish-page .page-shell,.profile-page .page-shell,.category-page .page-shell,.legal-page .page-shell,.dmca-page .page-shell{background:#fffffff0}.wizard-card,.mock-payment-card,.profile-hero,.profile-gallery,.dmca-form,.dmca-guide,.legal-content{border-color:var(--ds-line);color:var(--ds-ink);box-shadow:var(--ds-shadow);background:#fff}.wizard-panel>h2,.wizard-panel h3,.mock-payment-card h1,.profile-details h1,.profile-gallery h2,.dmca-page h1,.dmca-page h2,.legal-page h1,.legal-page h2{color:var(--ds-ink)}.wizard-panel>p,.visibility-message,.verify-instructions,.plan-card p,.plan-card li,.wallet-payment-card p,.profile-long-description,.legal-content p,.dmca-guide p{color:var(--ds-muted);font-size:14px;line-height:1.6}.form-grid label,.enrichment-fields label,.image-uploads label,.dmca-fields label{color:#594a54;font-size:13px}.form-grid input,.enrichment-fields input,.enrichment-fields select,.enrichment-fields textarea,.image-uploads input,.dmca-fields input,.dmca-fields textarea{border-color:var(--ds-line);background:var(--ds-soft);min-height:46px;color:var(--ds-ink);font-size:14px}.enrichment-form details,.live-preview,.selection-grid button,.tag-cloud button,.plan-card{border-color:var(--ds-line);background:var(--ds-soft);color:var(--ds-ink)}.enrichment-form summary,.selection-grid button,.tag-cloud button{color:#4f414a;min-height:44px;font-size:13px}.wizard-primary,.wizard-secondary,.wizard-back{min-height:46px;font-size:14px}.form-requirements{color:#76531b;background:#fff8e9;border:1px solid #efd19a;border-radius:10px;padding:11px 13px;font-size:13px}.enrichment-requirements{border-top:1px solid var(--ds-line);margin-top:22px;padding-top:18px}.enrichment-requirements .form-requirements{margin:0}.checkout-back{min-height:42px;color:var(--ds-pink-dark);align-items:center;margin-bottom:16px;font-weight:700;text-decoration:none;display:inline-flex}.wallet-fallback-toggle,.checkout-retry{min-height:44px;font-size:13px}.profile-long-description{color:#5f505a;font-size:16px}.profile-tag-list span{border-color:var(--ds-line);background:var(--ds-soft);color:#5c4b56;font-size:12px}.profile-disclaimer{color:var(--ds-muted)}.category-hero{border-color:var(--ds-line);background:linear-gradient(135deg,#fff,#fff3fa)}.category-hero h1{color:var(--ds-ink);-webkit-text-fill-color:initial;background:0 0}.category-hero p{color:var(--ds-muted);font-size:14px}.dashboard-page{background:var(--ds-bg);color:var(--ds-ink)}.dashboard-page .topbar,.dashboard-page .page-shell{border-color:var(--ds-line);background:#fff}.dashboard-welcome h1,.management-head h2,.tool-head h2{color:var(--ds-ink)}.dashboard-welcome p,.management-head>p{color:var(--ds-muted);font-size:13px}.dashboard-metrics article,.channel-management,.tool-panel{border-color:var(--ds-line);color:var(--ds-ink);background:#fff;box-shadow:0 10px 30px #3d25340f}.dashboard-metrics small,.managed-channel small,.plan-stats small{color:var(--ds-muted);font-size:11px}.dashboard-metrics strong,.managed-channel strong,.plan-stats strong{color:var(--ds-ink)}.management-row{border-color:var(--ds-line);min-height:100px}.management-table{flex-direction:column;display:flex}.management-table>.table-head{flex:none;order:0}.management-table>.management-row{flex:none}.management-table>.inline-profile-editor{background:#fff9fc;border:1px solid #eadde5;border-radius:18px;margin:14px 18px 18px;box-shadow:inset 0 0 0 1px #c41c7f06,0 12px 28px #3d253414}.row-actions button{min-height:40px;font-size:11px}.notification-list p{color:#5f505a;font-size:13px}.notification-list small,.notification-list button{font-size:11px}.renew-modal,.delete-modal{color:var(--ds-ink);background:#fff;border-color:#e8bad7}.renew-modal h2,.delete-modal h2{color:var(--ds-ink)}.renew-durations button,.renew-order>div{border-color:var(--ds-line);background:var(--ds-soft);color:var(--ds-ink)}.confirm-delete-button{background:var(--ds-danger);color:#fff;border:0;border-radius:10px;width:100%;margin-top:14px;font-weight:800}@media (max-width:1000px){.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.directory-layout{grid-template-columns:1fr}.filter-sidebar{position:static}.directory-layout .card-grid{grid-template-columns:1fr}}@media (max-width:800px){.topbar,.page-shell{width:min(100% - 20px,1180px)}.topbar{margin-top:10px;padding:10px 12px}.mobile-filter-trigger,.filter-overlay,.apply-mobile{display:none!important}.filter-sidebar,.filter-sidebar.open{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;width:100%;height:auto;margin:14px 0 20px;padding:15px;display:grid;position:static;overflow:visible;transform:none}.filter-sidebar-head{grid-column:1/-1;margin:0}.location-filter-row{grid-column:1/-1}.filter-sidebar-head span,.filter-sidebar-head button{display:none}.quick-attributes{grid-column:1/-1;margin-top:0}.dashboard-page .management-row{grid-template-columns:1fr 1fr;gap:14px;padding:17px;display:grid}.dashboard-page .management-row>.plan-stats{display:block}.dashboard-page .managed-channel,.dashboard-page .channel-performance,.dashboard-page .row-actions{grid-column:1/-1}.dashboard-page .row-actions{grid-row:auto;justify-content:stretch}.dashboard-page .row-actions button{flex:1}.billing-table{overflow-x:auto}.billing-head,.billing-table article{min-width:700px}}@media (max-width:620px){.page-shell{padding-inline:14px}.collection-grid{grid-template-columns:1fr}.featured-grid{grid-template-columns:1fr!important}.floating-featured-card{min-height:430px!important}.directory-profile-card{grid-template-columns:38% minmax(0,1fr);gap:9px!important;height:230px!important;min-height:230px!important;padding:9px!important}.directory-profile-card .portrait{width:100%!important;height:212px!important;min-height:212px!important}.directory-profile-card .card-info{grid-template-rows:34px 70px 26px 36px;height:212px}.directory-profile-card .profile-copy h3{font-size:15px}.directory-profile-card .profile-description{-webkit-line-clamp:3!important;height:70px!important;min-height:70px!important;font-size:12px!important;line-height:1.45!important}.directory-profile-card .profile-tags{height:26px!important;min-height:26px!important}.directory-profile-card .profile-tags span{min-height:22px;padding:3px 6px;font-size:9px}.directory-profile-card .profile-tags span:nth-child(n+3){display:none}.directory-profile-card .profile-card-footer{height:36px!important;min-height:36px!important}.directory-profile-card .profile-card-footer .telegram-btn{min-height:32px;height:32px!important;padding:0 8px!important}.directory-profile-card .profile-card-footer .telegram-btn strong{display:none}.filter-sidebar,.filter-sidebar.open{grid-template-columns:1fr}.filter-sidebar-head,.quick-attributes{grid-column:1}.faq-section{grid-template-columns:1fr}.cookie-banner{width:calc(100% - 16px)}.cookie-actions{display:block}.cookie-actions button{width:100%}.dashboard-page .management-row{grid-template-columns:1fr}.dashboard-page .managed-channel,.dashboard-page .channel-performance,.dashboard-page .row-actions{grid-column:1}}@media (min-width:801px){.profile-page .profile-details h1{color:var(--ds-ink)!important}.profile-page .profile-handle{color:#725f6c}.profile-page .profile-details .profile-long-description{color:#5f505a}.profile-page .profile-public-stats>div{box-shadow:none;background:0 0;border:0}.profile-page .profile-public-stats strong{color:#2b1d25}.profile-page .profile-public-stats span{color:#77636f}.profile-page .profile-public-stats .activity-stat>span{color:#77636f!important}.profile-page .profile-tag-list span{color:#5e4856;background:#faf4f8;border-color:#e7d8e1}.profile-page .profile-trust small{color:#725f6c}.profile-page .profile-report-action{color:#795f70}}html,body,main[data-theme],.publish-page,.profile-page,.category-page,.legal-page,.dmca-page,.mock-payment-page{background-color:var(--ds-bg)!important;background-image:none!important}.page-shell:before{background:0 0!important}.collection-tabs button.active:after,.enrichment-progress i,.campaign-progress i,.countdown-bar i,.click-chart i{background:var(--ds-pink)!important}.collection-cover,.collection-category-card .collection-cover,main[data-theme=light] .collection-category-card .collection-cover{background-color:#85245f!important}.collection-avatar,.collection-category-card .collection-avatar,.user-dot,.shield,.success-icon,.dmca-success>div,.cookie-icon,.wizard-steps>div.active i{background-color:var(--ds-pink)!important}.directory-controls,.faq-section,.category-hero,main[data-theme=light] .directory-controls,main[data-theme=light] .faq-section{background:#fff!important}.directory-profile-card.recommended-featured,.directory-layout .directory-profile-card.recommended-featured{background:#f8f1dc!important;border-color:#d8c792!important}.category-chips button.active,.quick-attributes button.active,main[data-theme=light] .category-chips button.active,main[data-theme=light] .quick-attributes button.active,.selection-grid button.selected,.tag-cloud button.selected,.modal-primary,.wizard-primary,.apply-mobile,.dmca-submit,.danger-action,.profile-telegram-action,.directory-profile-card .profile-card-footer .telegram-btn,.directory-layout .directory-profile-card .profile-card-footer .telegram-btn{background:var(--ds-pink)!important}.feature-banner{background:#171015!important}.feature-copy{background:0 0!important}.feature-copy h1,.category-hero h1{color:#fff!important;background:0 0!important;-webkit-background-clip:initial!important;background-clip:initial!important;-webkit-text-fill-color:currentColor!important}.category-hero h1{color:var(--ds-ink)!important}.feature-art i,.feature-art b,.cat-icon,.cat-1,.cat-2,.cat-3,.cat-4,.rose,.violet,.amber,.plum,.blue,.red,.sage,.cocoa{background:#85245f!important}.featured-card{background:#171015!important;border-color:#c9a84f!important}.premium-badge{background:#e4c66e!important}.featured-shade,.portrait:before,.hero-deck:after{background:#0c080b47!important}.featured-profile,.featured-glass-panel{background:#140e12e0!important}.verify-strip,main[data-theme=light] .verify-strip{background:#fff5fa!important}.campaign-main{background:#2b2027!important}.campaign-cta{background:#ee75bc!important}.mock-payment-page{background:var(--ds-bg)!important}.channel-card-loading .portrait,.channel-card-loading .card-info span{background:#eee6eb!important;animation:none!important}main[data-theme=light] .collection-category-card{color:#fff;text-align:center;background:#100c0f;border:1px solid #2c2229;border-radius:17px;height:204px;min-height:204px;padding:0 16px 15px;display:block;position:relative;overflow:hidden;box-shadow:0 12px 24px #431f371a}main[data-theme=light] .collection-category-card .collection-cover{background:linear-gradient(105deg,#621640,#a33191);border-radius:16px 16px 9px 9px;width:auto;height:74px;margin:0 -16px 31px;display:block}main[data-theme=light] .collection-category-card .collection-avatar{color:#fff;z-index:3;border:3px solid #100c0f;width:108px;height:108px;top:-18px;left:50%;transform:translate(-50%)}main[data-theme=light] .collection-category-card{overflow:visible}main .collection-category-card .collection-cover[style*=background-image],main .collection-category-card .collection-avatar[style*=background-image]{background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important}main[data-theme=light] .collection-category-card strong,main[data-theme=light] .collection-category-card small,main[data-theme=light] .collection-category-card p{color:inherit;margin-left:0;display:block}main[data-theme=light] .collection-category-card strong{font-size:14px}main[data-theme=light] .collection-category-card small{color:#ff61c8;margin-top:5px;font-size:10px}main[data-theme=light] .collection-category-card p{color:#b1a0ab;min-height:0;margin-top:9px;font-size:11px;line-height:1.4}@media (max-width:620px){html,body{max-width:100%;overflow-x:hidden}main[data-theme]{width:100%;max-width:100vw;overflow-x:hidden}main[data-theme]>.page-shell{min-width:0;max-width:calc(100% - 20px);width:calc(100% - 20px)!important}main[data-theme]>.topbar{grid-template-columns:minmax(0,1fr);gap:9px;height:auto;padding:12px;display:grid}main[data-theme]>.topbar .brand{grid-area:1/1;align-self:center}main[data-theme]>.topbar .header-search{grid-area:2/1;width:100%}main[data-theme]>.topbar .header-actions{grid-area:3/1;grid-template-columns:54px 38px minmax(0,1fr);gap:7px;width:100%;display:grid}main[data-theme]>.topbar .header-actions>*{min-width:0}main[data-theme]>.topbar .header-actions .utility-select,main[data-theme]>.topbar .header-actions .theme-toggle,main[data-theme]>.topbar .header-actions .advertiser-access,main[data-theme]>.topbar .header-actions .publish-link{justify-content:center;align-items:center;display:flex}main[data-theme]>.topbar .header-actions .advertiser-access,main[data-theme]>.topbar .header-actions .publish-link{white-space:nowrap;width:100%;padding-inline:7px;font-size:9px}main[data-theme]>.topbar .header-actions .advertiser-access{grid-column:3}main[data-theme]>.topbar .header-actions .publish-link{grid-column:1/-1;min-height:38px}.collections-landing,.collections-intro,.country-selector,.collection-tabs,.collection-grid{min-width:0;max-width:100%}.collections-landing{overflow:hidden}.collections-intro p{overflow-wrap:anywhere;max-width:100%}.collection-grid{gap:11px}main[data-theme=light] .collection-category-card{text-align:left;grid-template-rows:auto auto 1fr;grid-template-columns:94px minmax(0,1fr);align-items:start;width:100%;max-width:100%;height:118px;min-height:118px;padding:9px;display:grid}main[data-theme=light] .collection-category-card .collection-cover{border-radius:10px;grid-area:1/1/4;width:94px;height:98px;margin:0}main[data-theme=light] .collection-category-card .collection-avatar{border-width:2px;width:34px;height:34px;top:40px;left:78px;transform:none}main[data-theme=light] .collection-category-card strong,main[data-theme=light] .collection-category-card small,main[data-theme=light] .collection-category-card p{grid-column:2;margin-left:14px}main[data-theme=light] .collection-category-card strong{align-self:end;margin-top:6px;font-size:13px}main[data-theme=light] .collection-category-card small{margin-top:3px}main[data-theme=light] .collection-category-card p{margin-top:6px;font-size:10px;line-height:1.35}.cookie-banner{border-radius:16px;grid-template-columns:38px minmax(0,1fr);gap:9px;width:calc(100% - 16px);padding:12px;bottom:8px;left:8px;transform:none}.cookie-icon{width:38px;height:38px;font-size:19px;display:grid}.cookie-copy{min-width:0}.cookie-copy h2{margin-top:2px;font-size:14px}.cookie-copy p{font-size:10px;line-height:1.35}.cookie-copy a{margin-top:3px;font-size:10px}.cookie-actions{grid-column:1/-1;grid-template-columns:1fr;gap:7px;display:grid}.cookie-actions button{min-height:38px;padding:8px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.directory-layout .directory-profile-card{grid-template-rows:1fr!important;grid-template-columns:150px minmax(0,1fr)!important;align-items:stretch!important;gap:14px!important;height:248px!important;min-height:248px!important;padding:11px!important;display:grid!important}.directory-layout .directory-profile-card>.portrait{width:150px!important;height:226px!important;min-height:226px!important;position:relative!important}.directory-layout .directory-profile-card>.card-info{width:100%!important;min-width:0!important;height:226px!important;min-height:0!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;padding:2px 0 0!important;display:flex!important;position:static!important;inset:auto!important;overflow:hidden!important;transform:none!important}.directory-layout .directory-profile-card .profile-card-head{flex:0 0 43px;min-width:0;justify-content:space-between!important;align-items:flex-start!important;gap:8px!important;display:flex!important}.directory-layout .directory-profile-card .profile-copy{min-width:0}.directory-layout .directory-profile-card .profile-copy h3{text-overflow:ellipsis;white-space:nowrap;max-width:100%;overflow:hidden;align-items:center!important;font-size:16px!important;line-height:1.25!important;display:flex!important}.directory-layout .directory-profile-card .profile-copy p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:#8b7884!important;margin:3px 0 0!important;font-size:11px!important;line-height:1.2!important;display:block!important}.directory-layout .directory-profile-card .profile-description{flex:0 0 76px;white-space:normal!important;-webkit-line-clamp:4!important;-webkit-box-orient:vertical!important;width:100%!important;height:76px!important;min-height:76px!important;margin:4px 0 5px!important;padding:2px 0!important;font-size:13px!important;line-height:1.42!important;display:-webkit-box!important;overflow:hidden!important}.directory-layout .directory-profile-card .profile-tags{flex:0 0 27px;height:27px!important;min-height:27px!important}.directory-layout .directory-profile-card .profile-card-footer{flex:0 0 42px;width:100%!important;height:42px!important;min-height:42px!important;margin:auto 0 0!important;padding:3px 0 0!important;position:static!important;overflow:visible!important}.directory-layout .directory-profile-card .profile-card-footer .telegram-btn{margin:0 0 0 auto!important;position:static!important}@media (max-width:620px){.directory-layout .directory-profile-card{grid-template-columns:38% minmax(0,1fr)!important;gap:9px!important;height:226px!important;min-height:226px!important;padding:9px!important}.directory-layout .directory-profile-card>.portrait{width:100%!important;height:208px!important;min-height:208px!important}.directory-layout .directory-profile-card>.card-info{height:208px!important}.directory-layout .directory-profile-card .profile-card-head{flex-basis:41px}.directory-layout .directory-profile-card .profile-copy h3{font-size:14px!important}.directory-layout .directory-profile-card .profile-description{flex-basis:68px;-webkit-line-clamp:4!important;height:68px!important;min-height:68px!important;font-size:11px!important}.directory-layout .directory-profile-card .profile-tags{flex-basis:25px;height:25px!important;min-height:25px!important}.directory-layout .directory-profile-card .profile-card-footer{flex-basis:38px;height:38px!important;min-height:38px!important}}.directory-layout .directory-profile-card,main[data-theme=light] .directory-layout .directory-profile-card{opacity:1!important;filter:none!important;background:#fff!important;border-color:#eadfe6!important;box-shadow:0 10px 26px #41273714!important}.directory-layout .directory-profile-card.recommended-featured,main[data-theme=light] .directory-layout .directory-profile-card.recommended-featured{background:#fffaf0!important;border-color:#dfce95!important;box-shadow:0 10px 26px #795e231a!important}.directory-layout .directory-profile-card .portrait,.directory-layout .directory-profile-card .portrait a,.directory-layout .directory-profile-card .portrait img{opacity:1!important;filter:none!important}.directory-layout .directory-profile-card .portrait:before{content:none!important;background:0 0!important;display:none!important}.directory-layout .directory-profile-card .profile-copy h3{color:#251b21!important}.directory-layout .directory-profile-card .profile-copy p{color:#8a7481!important}.directory-layout .directory-profile-card .profile-description{color:#4b3d45!important}.featured-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important}.floating-featured-card{aspect-ratio:auto!important;border-radius:15px!important;width:100%!important;height:195px!important;min-height:195px!important}.floating-featured-card .featured-full-image{object-position:center 20%!important}.floating-featured-card .premium-badge{min-height:27px!important;padding:4px 7px!important;font-size:9px!important;top:8px!important;left:8px!important}.floating-featured-card .featured-save{width:32px!important;min-width:32px!important;height:32px!important;min-height:32px!important;top:7px!important;right:7px!important}.featured-glass-panel{-webkit-backdrop-filter:blur(12px)!important;background:#1c12198f!important;border-color:#ffffff75!important;border-radius:10px!important;padding:8px!important;bottom:7px!important;left:7px!important;right:7px!important;box-shadow:0 8px 20px #0a03081f!important}.floating-featured-card .featured-photo-shade{background:#12080f14!important}.floating-featured-card .featured-card-head{gap:6px!important}.floating-featured-card .featured-card-head h3{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-size:12px!important;line-height:1.2!important}.floating-featured-card .featured-report{width:30px!important;min-width:30px!important;height:30px!important;min-height:30px!important;padding:0!important}.floating-featured-card .featured-meta,.floating-featured-card .featured-description{display:none!important}.floating-featured-card .featured-tag-row{align-items:center!important;gap:4px!important;height:28px!important;max-height:28px!important;margin-top:3px!important;display:flex!important;overflow:hidden!important}.floating-featured-card .featured-tag-row span{min-height:18px!important;padding:2px 5px!important;font-size:8px!important}.floating-featured-card .featured-tag-row span:nth-child(n+3){display:none!important}.floating-featured-card .featured-telegram-compact{background:var(--ds-pink);color:#fff;border-radius:999px;flex:none;align-items:center;gap:3px;margin-left:auto;font-size:8px;text-decoration:none;height:24px!important;min-height:24px!important;padding:0 6px!important;display:inline-flex!important}.floating-featured-card .featured-telegram-compact svg{fill:#fff;width:9px;height:9px}.floating-featured-card .featured-telegram-compact strong,.floating-featured-card .featured-telegram-compact b{font-size:8px!important}.featured-glass-footer{height:26px!important;min-height:26px!important;margin-top:3px!important;padding-top:4px!important;font-size:9px!important;display:block!important;overflow:hidden!important}.featured-glass-footer p{text-overflow:ellipsis;text-shadow:0 1px 2px #000000b3;white-space:nowrap;font-weight:600;line-height:1.35;overflow:hidden;color:#fff!important;opacity:1!important;margin:0!important;font-size:9px!important}.featured-glass-footer a{height:28px!important;min-height:28px!important;margin-left:auto!important;padding:0 7px!important;font-size:9px!important}.featured-glass-footer strong,.featured-glass-footer b{font-size:9px!important}@media (max-width:1000px){.featured-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}@media (max-width:760px){.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.floating-featured-card{height:190px!important;min-height:190px!important}}@media (max-width:420px){.featured-grid{gap:8px!important}.floating-featured-card{height:180px!important;min-height:180px!important}.featured-glass-footer>span{display:none!important}.featured-glass-footer a{margin-left:auto}}.floating-featured-card .featured-image-title{z-index:4;color:#fff;justify-content:space-between;align-items:center;gap:7px;min-width:0;display:flex;position:absolute;bottom:48px;left:10px;right:8px}.floating-featured-card .featured-image-title h3{color:#fff;text-overflow:ellipsis;text-shadow:0 2px 5px #000000d9;white-space:nowrap;min-width:0;margin:0;font-size:16px;font-weight:800;line-height:1.2;overflow:hidden}.floating-featured-card .featured-image-title .gold-check{margin-left:4px}.floating-featured-card .featured-image-title .featured-report{text-shadow:none;background:#120a0f80;border-radius:7px;flex:0 0 28px;width:28px!important;min-width:28px!important;height:28px!important;min-height:28px!important}.floating-featured-card .featured-glass-panel{-webkit-backdrop-filter:blur(120px)!important;background:#120e117a!important;border-color:#ffffff61!important;border-radius:999px!important;min-height:34px!important;padding:5px 6px!important}.floating-featured-card .featured-tag-row{height:24px!important;max-height:24px!important;margin:0!important}.floating-featured-card .featured-glass-footer{display:none!important}.featured-grid .floating-featured-card{background:#fff!important;border:6px solid #fff!important;box-shadow:0 10px 24px #37222f24!important}.featured-grid .floating-featured-card .featured-full-image{border-radius:9px!important}.directory-layout{grid-template-columns:minmax(0,1fr)!important}.embedded-advanced-filters{border-top:1px solid var(--ds-line);grid-template-columns:auto minmax(300px,1fr) auto auto;align-items:end;gap:12px;margin-top:16px;padding-top:16px;display:grid}.embedded-filter-title{align-self:center;min-width:120px}.embedded-filter-title span{color:var(--ds-pink-dark);letter-spacing:.8px;font-size:9px;font-weight:800;display:block}.embedded-filter-title strong{color:var(--ds-ink);margin-top:3px;font-size:13px;display:block}.embedded-advanced-filters .location-filter-row{max-width:none;grid-template-columns:repeat(3,minmax(0,1fr))!important}.embedded-advanced-filters .filter-summary{min-height:44px;margin:0;padding:7px 11px}.embedded-advanced-filters .clear-filters{width:auto;min-width:110px;min-height:44px;margin:0}.publish-page .challenge-code{background:#fff4fa;border-color:#dc83ba}.publish-page .challenge-code small{color:#805e72!important}.publish-page .challenge-code strong{color:#2a1d25!important}.publish-page .challenge-code a{background:#fff;border:1px solid #d9c8d2;border-radius:8px;align-items:center;min-height:40px;padding:0 12px;font-weight:750;text-decoration:none;display:inline-flex;color:#251820!important}.universal-wallet-option{border:1px solid var(--ds-line);background:var(--ds-soft);border-radius:13px;gap:9px;padding:14px;display:grid}.universal-wallet-option>small{color:var(--ds-muted);overflow-wrap:anywhere;font-size:11px}.universal-wallet-option .wizard-secondary{width:100%;margin:0}.universal-wallet-option .wallet-pay-cta{color:#fff;background:var(--ds-accent);border:0;width:100%;min-height:52px;margin:0;font-size:14px;font-weight:850;box-shadow:0 10px 24px #e6007e38}.universal-wallet-option .wallet-pay-cta:hover:not(:disabled){filter:brightness(.94);transform:translateY(-1px)}.connected-wallet-identity{border:1px solid var(--ds-line);background:var(--ds-surface);border-radius:11px;grid-template-columns:1fr auto;align-items:center;gap:3px 12px;padding:12px;display:grid}.connected-wallet-identity small{color:var(--ds-muted);letter-spacing:.08em;grid-column:1/-1;font-size:10px;font-weight:800}.connected-wallet-identity strong{color:var(--ds-text);font-size:15px}.connected-wallet-identity code{color:var(--ds-muted);font-size:12px}.wallet-connection-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.token-checkout-purpose{color:#4b164c;background:#fff4fc;border-radius:16px;justify-content:space-between;align-items:center;gap:16px;margin:14px 0 0;padding:12px 14px;display:flex}.token-checkout-purpose strong{font-size:13px;font-weight:600}.token-checkout-purpose span{color:#fff;background:#4b164c;border-radius:999px;flex:none;padding:5px 9px;font-size:11px;font-weight:600}.universal-wallet-option .wallet-change-button,.universal-wallet-option .wallet-disconnect-button{cursor:pointer;white-space:nowrap;border-radius:10px;min-height:38px;font-size:12px;font-weight:750}.universal-wallet-option .wallet-change-button{color:var(--ds-accent);background:0 0;border:0}.universal-wallet-option .wallet-disconnect-button{border:1px solid var(--ds-line);background:var(--ds-surface);color:var(--ds-text)}.universal-wallet-option .wallet-change-button:disabled,.universal-wallet-option .wallet-disconnect-button:disabled{cursor:wait;opacity:.55}@media (max-width:760px){.embedded-advanced-filters{grid-template-columns:minmax(0,1fr) auto;gap:10px}.embedded-filter-title,.embedded-advanced-filters .location-filter-row{grid-column:1/-1}.embedded-advanced-filters .location-filter-row{max-width:none}.embedded-advanced-filters .filter-summary{grid-column:1}.embedded-advanced-filters .clear-filters{grid-column:2}}.gallery-file-picker,.dashboard-gallery-upload{color:#a7196d;cursor:pointer;background:#d6288b12;border:1px dashed #d6288b73;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-height:54px;padding:10px 18px;display:inline-flex}.gallery-file-picker input,.dashboard-gallery-upload input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.gallery-file-picker small{color:#756773;font-size:11px}.gallery-file-picker.is-disabled,.dashboard-gallery-upload.is-disabled{opacity:.55;cursor:default}.gallery-file-preview{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.gallery-file-item{aspect-ratio:4/5;background:#eee8ed;border-radius:14px;margin:0;position:relative;overflow:hidden}.gallery-file-item img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.gallery-file-item button{color:#fff;cursor:pointer;background:#180d15d1;border:0;border-radius:50%;place-items:center;width:28px;height:28px;font-size:19px;display:grid;position:absolute;top:7px;right:7px}.dashboard-gallery-manager{background:#ffffff8c;border:1px solid #57374e24;border-radius:18px;margin:26px 0;padding:20px}.dashboard-gallery-head{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.dashboard-gallery-head h3{margin:4px 0;font-size:20px}.dashboard-gallery-head p{color:#756773;margin:0;font-size:12px}.editor-panel label>.description-guidance{align-items:flex-start;margin-top:7px}.editor-panel label>.description-guidance span{max-width:760px;font-size:10px;line-height:1.5}.editor-panel label>.description-guidance b{padding-top:1px}.dashboard-gallery-head>div>span{color:#c41c7f;letter-spacing:1px;font-size:10px;font-weight:800}.dashboard-gallery-upload{border-style:solid;flex:none;min-height:40px;font-size:12px;font-weight:700;position:relative;overflow:hidden}.dashboard-gallery-upload input{opacity:0;pointer-events:auto;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.dashboard-gallery-upload.is-disabled input{cursor:default}.dashboard-gallery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px;display:grid}.dashboard-gallery-grid figure{background:#fff;border:1px solid #57374e1f;border-radius:14px;min-width:0;margin:0;overflow:hidden}.dashboard-gallery-grid figure>img{aspect-ratio:4/5;object-fit:cover;object-position:center;background:#eee8ed;width:100%;display:block}.dashboard-gallery-grid figcaption{grid-template-columns:30px 1fr 30px 30px;gap:5px;padding:7px;display:grid}.dashboard-gallery-grid button{color:#4b3442;cursor:pointer;background:#f2e9ef;border:0;border-radius:8px;min-width:0;min-height:30px}.dashboard-gallery-grid button:disabled{opacity:.45;cursor:default}.dashboard-gallery-grid .gallery-cover-action{color:#9b155f;background:#f9ddec;padding:4px 6px;font-size:10px;font-weight:700}.dashboard-gallery-grid .gallery-delete-action{color:#bd243a;background:#ffe5e8;font-size:17px}.dashboard-gallery-empty{color:#756773;text-align:center;background:#57374e0a;border-radius:12px;margin:18px 0 0;padding:18px;font-size:12px}.dashboard-gallery-error{color:#a7196d;background:#fff0f7;border:1px solid #c41c7f47;border-radius:11px;margin:14px 0 0;padding:11px 13px;font-size:12px;font-weight:700}.profile-gallery-grid{align-items:stretch}.profile-gallery-grid img{aspect-ratio:4/5;object-fit:cover;object-position:center;width:100%;height:auto;display:block}@media (max-width:640px){.gallery-file-preview,.dashboard-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-gallery-head{flex-direction:column}.dashboard-gallery-upload{width:100%}.editor-location-grid,.publish-location-grid{grid-template-columns:1fr}}.editor-panel label>.field-guidance{text-align:left;justify-content:space-between;align-items:center;gap:12px;display:flex}.editor-panel label>.field-guidance span{color:#806f79;font-weight:500}.editor-panel label>.field-guidance b{color:#aa2778;flex:none;font-size:10px}.editor-panel .editor-nsfw-option{cursor:pointer;background:#fff5fa;border:1px solid #c41c7f33;border-radius:12px;align-items:flex-start;gap:11px;margin:18px 0 4px;padding:13px 14px;display:flex}.editor-panel .editor-nsfw-option>input{accent-color:#c41c7f;cursor:pointer;flex:none;width:17px;height:17px;margin:1px 0 0}.editor-panel .editor-nsfw-option>span{color:#3c2935;flex-direction:column;gap:3px;display:flex}.editor-panel .editor-nsfw-option b{color:#ac176b;font-size:11px}.editor-panel .editor-nsfw-option small{color:#76616e;font-size:10px;font-weight:500;line-height:1.4}.publish-gallery-manager .editor-nsfw-option{cursor:pointer;background:#fff5fa;border:1px solid #c41c7f33;border-radius:12px;align-items:flex-start;gap:11px;margin:18px 0 4px;padding:13px 14px;display:flex}.publish-gallery-manager .editor-nsfw-option>input{accent-color:#c41c7f;cursor:pointer;flex:none;width:17px;height:17px;margin:1px 0 0}.publish-gallery-manager .editor-nsfw-option>span{color:#3c2935;flex-direction:column;gap:3px;display:flex}.publish-gallery-manager .editor-nsfw-option b{color:#ac176b;font-size:11px}.publish-gallery-manager .editor-nsfw-option small{color:#76616e;font-size:10px;font-weight:500;line-height:1.4}.editor-location-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 12px;display:grid}.publish-location-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.profile-language-multi{border:1px solid #ded7e1;border-radius:12px;flex-wrap:wrap;gap:8px;min-width:0;margin:0;padding:10px 12px;display:flex}.profile-language-multi legend{color:#6f6872;padding:0 5px;font-size:.78rem}.profile-language-multi label{color:#443640;cursor:pointer;background:#fff;border:1px solid #ded7e1;border-radius:999px;justify-content:center;align-items:center;min-height:34px;margin:0;padding:7px 13px;font-size:.82rem;font-weight:600;line-height:1;transition:background-color .16s,border-color .16s,color .16s,transform .16s;display:inline-flex;position:relative}.profile-language-multi label:hover{border-color:#d72d9b;transform:translateY(-1px)}.profile-language-multi label:has(input:checked){color:#fff;background:#c41c7f;border-color:#c41c7f;box-shadow:0 4px 12px #c41c7f2e}.profile-language-multi label:has(input:focus-visible){outline-offset:2px;outline:3px solid #c41c7f40}.profile-language-multi input{opacity:0;pointer-events:none;width:1px;height:1px;margin:0;position:absolute}.dashboard-crm-layout{background:#f7f8fc;grid-template-columns:250px minmax(0,1fr);min-height:100vh;padding:0;display:grid}.dashboard-crm-content{min-width:0;padding:0 28px 42px}.dashboard-crm-content .dashboard-topbar{z-index:18;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#f7f8fceb;border-color:#ebeaf1;width:100%;max-width:1180px;margin:0 auto;position:sticky;top:0}.dashboard-crm-content .dashboard-topbar>.brand{display:none}.dashboard-sidebar{z-index:20;background:#fff;border-right:1px solid #eeedf3;flex-direction:column;height:100vh;padding:30px 22px 24px;display:flex;position:sticky;top:0;box-shadow:10px 0 40px #575e850d}.dashboard-sidebar-brand{color:#241c22;letter-spacing:-1.2px;align-items:baseline;gap:2px;font-size:25px;font-weight:750;text-decoration:none;display:flex}.dashboard-sidebar-brand>span{color:#d52c91}.dashboard-sidebar-brand>small{color:#a8a5af;letter-spacing:0;margin-left:6px;font-size:9px;font-weight:600}.dashboard-sidebar nav{gap:8px;margin-top:44px;display:grid}.dashboard-sidebar nav a,.dashboard-sidebar nav button{color:#8c8fa5;width:100%;min-height:44px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:9px;align-items:center;gap:12px;padding:0 13px;font-size:12px;font-weight:600;text-decoration:none;transition:background-color .16s,color .16s,transform .16s;display:flex}.dashboard-sidebar nav a:hover,.dashboard-sidebar nav button:hover{color:#b9217c;background:#fff1f8;transform:translate(2px)}.dashboard-sidebar nav a.active,.dashboard-sidebar nav button.active{color:#fff;background:linear-gradient(135deg,#d72d9b,#9a3ee8);box-shadow:0 8px 18px #c41c7f33}.dashboard-sidebar nav i{border:1px solid;border-radius:7px;place-items:center;width:22px;height:22px;font-size:13px;font-style:normal;display:grid}.dashboard-sidebar-cta{color:#fff;text-align:center;background:linear-gradient(145deg,#f4b2dd,#b936d2);border-radius:18px;margin-top:auto;padding:18px 16px}.dashboard-sidebar-cta strong{font-size:13px}.dashboard-sidebar-cta p{margin:7px 0 14px;font-size:10px;line-height:1.45}.dashboard-sidebar-cta a,.dashboard-sidebar-cta button{color:#a62782;cursor:pointer;background:#fff;border:0;border-radius:999px;width:100%;padding:9px;font-size:10px;font-weight:750;text-decoration:none;display:block}.dashboard-crm-layout [hidden]{display:none!important}.dashboard-crm-content .dashboard-topbar nav button{color:#8f7588;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:9px 11px;font-size:11px}.dashboard-crm-content .dashboard-topbar nav button.active{color:#b9217c;background:#fff0f8}.dashboard-sidebar-user{color:#312830;align-items:center;gap:10px;margin-top:24px;display:flex}.dashboard-sidebar-user>span{color:#258452;background:#e9f8ef;border-radius:50%;place-items:center;width:38px;height:38px;display:grid}.dashboard-sidebar-user strong,.dashboard-sidebar-user small{display:block}.dashboard-sidebar-user strong{font-size:11px}.dashboard-sidebar-user small{color:#9591a0;margin-top:3px;font-size:9px}.dashboard-crm-content .dashboard-shell{max-width:1180px}.dashboard-crm-content .dashboard-welcome{border:0;padding-top:30px}.dashboard-crm-content .dashboard-welcome h1{color:#25212a;letter-spacing:-.8px;font-size:28px}.dashboard-crm-content .dashboard-welcome p{color:#9693a2;font-size:12px}.dashboard-crm-content .dashboard-welcome>a{color:#fff;background:#d72d9b;box-shadow:0 8px 20px #c41c7f2e}.dashboard-crm-content .dashboard-metrics{background:#fff;border:1px solid #efedf3;border-radius:20px;gap:0;overflow:hidden;box-shadow:0 12px 35px #575e8512}.dashboard-crm-content .dashboard-metrics article{min-height:116px;box-shadow:none;border:0;border-right:1px solid #efedf3;border-radius:0}.dashboard-crm-content .dashboard-metrics article:last-child{border-right:0}.dashboard-crm-content .dashboard-metrics strong{color:#29252d;font-size:25px}.dashboard-crm-content .metric-icon{border-radius:50%;width:54px;height:54px}.dashboard-overview-grid{grid-template-columns:minmax(0,1.8fr) minmax(220px,.8fr);gap:18px;margin:20px 0;display:grid}.dashboard-performance-card,.dashboard-conversion-card{background:#fff;border:1px solid #efedf3;border-radius:20px;min-width:0;padding:24px 26px;box-shadow:0 12px 35px #575e850f}.dashboard-performance-card header,.dashboard-conversion-card header{justify-content:space-between;gap:14px;display:flex}.dashboard-performance-card h2,.dashboard-conversion-card h2{color:#29252d;margin:0;font-size:18px}.dashboard-performance-card header p,.dashboard-conversion-card header p{color:#aaa6b2;margin:5px 0 0;font-size:10px}.dashboard-performance-card header>span{color:#8d8996;background:#f8f7fb;border-radius:9px;align-self:flex-start;padding:8px 10px;font-size:10px}.dashboard-performance-chart{justify-content:space-around;align-items:flex-end;gap:12px;height:190px;margin-top:22px;display:flex}.dashboard-performance-chart>p{color:#9693a2;margin:auto;font-size:11px}.performance-column{text-align:center;flex:1;grid-template-rows:155px auto;gap:8px;min-width:0;height:100%;display:grid}.performance-column>div{justify-content:center;align-items:flex-end;height:155px;display:flex}.performance-column i{background:#eeeafd;border-radius:8px 8px 4px 4px;width:min(34px,75%);min-height:10px;transition:height .25s;display:block}.performance-column small{color:#8d8996;text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.dashboard-conversion-card{text-align:center}.dashboard-conversion-card header{text-align:left;display:block}.conversion-ring{background:conic-gradient(#d72d9b 0 var(--conversion), #eeeafd var(--conversion) 360deg);border-radius:50%;place-items:center;width:154px;height:154px;margin:24px auto 15px;display:grid}.conversion-ring:before{content:"";background:#fff;border-radius:50%;grid-area:1/1;width:112px;height:112px}.conversion-ring>div{z-index:1;grid-area:1/1}.conversion-ring strong,.conversion-ring small{display:block}.conversion-ring strong{color:#29252d;font-size:25px}.conversion-ring small,.dashboard-conversion-card>p{color:#9693a2;font-size:9px}.dashboard-crm-content .channel-management,.dashboard-crm-content .tool-panel{border:1px solid #efedf3;border-radius:20px;box-shadow:0 12px 35px #575e850f}@media (max-width:980px){.dashboard-crm-layout{grid-template-columns:82px minmax(0,1fr)}.dashboard-sidebar{padding-inline:14px}.dashboard-sidebar-brand{justify-content:center;font-size:0}.dashboard-sidebar-brand:first-letter{font-size:24px}.dashboard-sidebar-brand small,.dashboard-sidebar nav span,.dashboard-sidebar-cta,.dashboard-sidebar-user div{display:none}.dashboard-sidebar nav a,.dashboard-sidebar nav button{justify-content:center;padding:0}.dashboard-sidebar-user{justify-content:center}.dashboard-overview-grid{grid-template-columns:1fr}}@media (max-width:700px){.dashboard-crm-layout{padding-bottom:70px;display:block}.dashboard-crm-content{padding:0 10px 24px}.dashboard-sidebar{z-index:40;border:1px solid #ebe6ed;border-radius:17px;width:auto;height:58px;padding:7px;display:block;position:fixed;inset:auto 8px 8px;box-shadow:0 12px 38px #34222e2e}.dashboard-sidebar-brand,.dashboard-sidebar-cta,.dashboard-sidebar-user{display:none}.dashboard-sidebar nav{grid-template-columns:repeat(5,1fr);gap:4px;margin:0;display:grid}.dashboard-sidebar nav a,.dashboard-sidebar nav button{border-radius:12px;min-height:44px}.dashboard-sidebar nav a:hover,.dashboard-sidebar nav button:hover{transform:none}.dashboard-sidebar nav i{border:0;font-size:17px}.dashboard-crm-content .dashboard-topbar{position:relative}.dashboard-crm-content .dashboard-welcome{align-items:flex-start;gap:18px;padding-inline:2px}.dashboard-crm-content .dashboard-welcome h1{font-size:24px}.dashboard-crm-content .dashboard-metrics{grid-template-columns:repeat(2,minmax(0,1fr));gap:1px}.dashboard-crm-content .dashboard-metrics article{border-bottom:1px solid #efedf3;border-right:0;min-height:104px;padding:14px}.dashboard-crm-content .metric-icon{width:42px;height:42px}.dashboard-performance-card,.dashboard-conversion-card{padding:20px 17px}.dashboard-performance-chart{gap:5px}.management-table>.inline-profile-editor{margin:10px}}.dashboard-crm-layout{--dashboard-purple:#5932ea;--dashboard-bg:#fafbff;background:var(--dashboard-bg);color:#292d32}.dashboard-crm-content .dashboard-shell{flex-direction:column;display:flex}.dashboard-crm-content .dashboard-welcome{order:1}.dashboard-overview-view{display:contents}.dashboard-crm-content .dashboard-metrics{order:2}.dashboard-crm-content .summary-publications{order:3}.dashboard-crm-content .dashboard-overview-grid{order:4}.dashboard-sidebar-brand{color:#000;align-items:center;gap:8px;font-family:Poppins,Arial,sans-serif}.dashboard-sidebar-brand b{letter-spacing:-.5px;font-size:25px;font-weight:600}.dashboard-sidebar-brand>span.sidebar-brand-mark{color:#000;border:2px solid #000;border-radius:9px;place-items:center;width:30px;height:30px;font-size:17px;line-height:1;display:grid}.dashboard-sidebar-brand>small{color:#838383;margin:8px 0 0 -3px;font-size:9px}.dashboard-global-search{color:#7e7e7e;background:#fff;border-radius:12px;align-items:center;width:216px;height:38px;padding:0 10px;display:flex;box-shadow:0 10px 60px #e2ecf980}.dashboard-global-search>span[aria-hidden]{flex:0 0 24px;font-size:23px;line-height:1;transform:rotate(-18deg)}.dashboard-global-search input{color:#292d32;width:100%;min-width:0;font:inherit;background:0 0;border:0;outline:0;font-size:12px}.dashboard-global-search input::placeholder{color:#b5b7c0}.dashboard-crm-content .dashboard-welcome>a,.dashboard-sidebar nav a.active,.dashboard-sidebar nav button.active{background:var(--dashboard-purple)}.dashboard-crm-content .metric-icon.pink{color:#ff007a;background:#ffc5e1}.dashboard-crm-content .metric-icon.green{color:#00ac4f;background:#d3ffe7}.dashboard-crm-content .metric-icon.amber{color:#0068ff;background:#d7f4ff}.dashboard-performance-card,.dashboard-conversion-card,.dashboard-crm-content .channel-management,.dashboard-crm-content .tool-panel{background:#fff}.performance-column:nth-child(4n+1) i{background:var(--dashboard-purple);box-shadow:0 8px 12px #8791e94d}.conversion-ring{background:conic-gradient(#f93293 0 calc(var(--conversion) * .35), #5932ea calc(var(--conversion) * .35) var(--conversion), #f2efff var(--conversion) 360deg)}@media (min-width:981px){.dashboard-crm-layout{grid-template-columns:306px minmax(0,1fr)}.dashboard-sidebar{border-radius:0;width:306px;height:100vh;max-height:none;margin:0;padding:32px 28px 24px;top:0;box-shadow:0 10px 60px #e2ecf980}.dashboard-sidebar-brand{order:0}.dashboard-sidebar .sidebar-main-nav{order:2;gap:12px}.dashboard-sidebar .sidebar-main-nav>.sidebar-nav-title{display:none}.dashboard-sidebar .sidebar-settings{order:3}.dashboard-sidebar>.sidebar-divider{order:1;display:none}.dashboard-sidebar>.sidebar-divider+.sidebar-settings{display:none}.dashboard-sidebar-cta{background:linear-gradient(120deg,#eaabf0 7%,#4623e9 95%);order:7;width:250px;min-height:150px;margin-top:auto;display:block}.dashboard-sidebar .sidebar-profile{order:8;margin-top:20px}.dashboard-sidebar .sidebar-footer{order:9;margin-top:10px}.dashboard-sidebar .sidebar-collapse{display:none}.dashboard-crm-content{padding-left:71px}.dashboard-crm-content .dashboard-topbar>.dashboard-global-search{z-index:3;position:absolute;top:29px;right:0}.dashboard-crm-content .dashboard-welcome>a{display:none}.dashboard-crm-content .channel-management,.dashboard-crm-content .dashboard-overview-grid{margin-top:28px}}.figma-dashboard-sidebar{z-index:30;box-sizing:border-box;background:#fff;flex-direction:column;width:306px;height:100vh;min-height:760px;padding:32px 28px 24px;font-family:Poppins,Arial,sans-serif;display:flex;position:sticky;top:0;overflow:hidden;box-shadow:0 10px 60px #e2ecf980}.figma-sidebar-brand{color:#151015;white-space:nowrap;letter-spacing:-1.6px;align-items:center;height:43px;font-size:29px;font-weight:800;text-decoration:none;display:flex}.figma-sidebar-brand>span{color:var(--pink)}.figma-brand-icon{border:2px solid #000;border-radius:11px;place-items:center;width:37px;height:37px;margin-right:8px;font-size:22px;font-weight:700;line-height:1;display:grid}.figma-sidebar-brand strong{letter-spacing:.26px;font-size:26px;font-weight:600}.figma-sidebar-brand small{color:#838383;align-self:center;margin:13px 0 0 4px;font-size:10px;font-weight:500}.figma-sidebar-nav{flex-direction:column;gap:18px;margin-top:48px;display:flex}.figma-sidebar-nav a,.figma-sidebar-nav button{box-sizing:border-box;color:#9197b3;width:250px;min-height:46px;font:inherit;letter-spacing:-.14px;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;padding:0 11px;font-size:14px;font-weight:500;text-decoration:none;display:flex}.figma-sidebar-nav a:hover,.figma-sidebar-nav button:hover{color:#5932ea;background:#f5f2ff}.figma-sidebar-nav .active{color:#fff;background:#5932ea}.figma-sidebar-nav img{filter:invert(62%)sepia(18%)saturate(475%)hue-rotate(192deg);flex:0 0 24px;width:24px;height:24px;margin-right:14px}.figma-sidebar-nav .active img{filter:none}.figma-sidebar-nav b{margin-left:auto;font-size:23px;font-weight:400;line-height:1}.figma-sidebar-cta{box-sizing:border-box;color:#fff;text-align:center;background:linear-gradient(120deg,#eaabf0 7%,#4623e9 95%);border-radius:20px;width:250px;min-height:150px;margin-top:auto;padding:11px 24px 22px}.figma-sidebar-cta p{letter-spacing:.14px;margin:0 0 11px;font-size:14px;font-weight:600;line-height:21px}.figma-sidebar-cta a{color:#4925e9;background:#fff;border-radius:20px;place-items:center;height:40px;font-size:14px;font-weight:600;text-decoration:none;display:grid;box-shadow:2px 4px 4px #4f2aea2b}.figma-sidebar-user{grid-template-columns:42px minmax(0,1fr) 24px;align-items:center;gap:12px;margin-top:46px;display:grid}.figma-sidebar-user>img{object-fit:cover;border-radius:50%;width:42px;height:42px}.figma-sidebar-user strong,.figma-sidebar-user small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.figma-sidebar-user strong{color:#000;letter-spacing:.14px;font-size:14px;font-weight:500}.figma-sidebar-user small{color:#757575;font-size:12px}.figma-sidebar-user button{color:#757575;cursor:pointer;background:0 0;border:0;width:24px;height:24px;padding:0;font-size:20px}@media (min-width:981px){.dashboard-crm-layout{grid-template-columns:306px minmax(0,1fr)}}@media (min-width:701px) and (max-width:980px){.dashboard-crm-layout{grid-template-columns:102px minmax(0,1fr)}.figma-dashboard-sidebar{width:102px;min-height:620px;padding:32px 28px 22px}.figma-sidebar-brand{justify-content:center;width:46px;font-size:0}.figma-sidebar-brand:before{content:"c.";color:#151015;letter-spacing:-1px;font-size:25px;font-weight:800}.figma-sidebar-brand strong,.figma-sidebar-brand small,.figma-sidebar-nav span,.figma-sidebar-nav b,.figma-sidebar-cta,.figma-sidebar-user div{display:none}.figma-brand-icon{flex:0 0 37px;margin:0}.figma-sidebar-nav a,.figma-sidebar-nav button{justify-content:center;width:46px;padding:0}.figma-sidebar-nav img{margin:0}.figma-sidebar-user{grid-template-columns:42px;margin-top:auto}.figma-sidebar-user button{display:none}}@media (max-width:700px){.figma-dashboard-sidebar{border:1px solid #ebe6ed;border-radius:16px;width:auto;height:64px;min-height:0;padding:7px;position:fixed;inset:auto 10px 10px;box-shadow:0 12px 38px #34222e2e}.figma-sidebar-brand,.figma-sidebar-cta,.figma-sidebar-user{display:none}.figma-sidebar-nav{grid-template-columns:repeat(6,minmax(0,1fr));gap:3px;width:100%;margin:0;display:grid}.figma-sidebar-nav a,.figma-sidebar-nav button{justify-content:center;width:100%;min-width:0;min-height:48px;padding:0}.figma-sidebar-nav span,.figma-sidebar-nav b{display:none}.figma-sidebar-nav img{width:21px;height:21px;margin:0}.dashboard-sidebar-brand,.dashboard-sidebar-cta{display:none}.dashboard-global-search{width:min(216px,48vw)}.dashboard-crm-content .dashboard-welcome{min-height:112px}.dashboard-crm-content .dashboard-metrics{grid-template-columns:1fr}.dashboard-crm-content .summary-publications{width:100%;overflow-x:auto}}@media (min-width:981px){.dashboard-crm-layout{grid-template-columns:306px minmax(0,1fr)}.dashboard-sidebar{width:306px;padding:36px 28px 24px}.dashboard-sidebar nav{gap:18px;margin-top:46px}.dashboard-sidebar nav a,.dashboard-sidebar nav button{width:250px;min-height:46px;padding:0 11px;font-size:14px}.dashboard-sidebar nav i{width:24px;height:24px}.dashboard-sidebar-brand{font-size:26px}.dashboard-sidebar-cta{width:250px;min-height:150px;padding:18px 24px}.dashboard-crm-content{padding:0 clamp(32px,6.6vw,95px) 40px clamp(32px,4.95vw,71px)}.dashboard-crm-content .dashboard-shell,.dashboard-crm-content .dashboard-topbar{width:100%;max-width:968px;margin-inline:0}.dashboard-crm-content .dashboard-topbar{-webkit-backdrop-filter:none;backdrop-filter:none;background:0 0;border:0;height:0;min-height:0;padding:0;position:relative}.dashboard-crm-content .dashboard-topbar nav{display:none}.dashboard-crm-content .dashboard-topbar>div{z-index:3;position:absolute;top:28px;right:0}.dashboard-crm-content .dashboard-welcome{box-sizing:border-box;align-items:flex-start;height:101px;padding:32px 0 20px}.dashboard-crm-content .dashboard-welcome>div>span,.dashboard-crm-content .dashboard-welcome p{display:none}.dashboard-crm-content .dashboard-welcome h1{letter-spacing:-.3px;margin:0;font-size:24px;font-weight:600}.dashboard-crm-content .dashboard-welcome>a{border-radius:12px;min-height:38px;margin-top:-4px;margin-right:230px;padding:11px 17px}.dashboard-crm-content .dashboard-metrics{border:0;border-radius:24px;grid-template-columns:repeat(3,1fr);height:151px;margin:0}.dashboard-crm-content .dashboard-metrics article{gap:20px;min-height:151px;padding:31px 38px}.dashboard-crm-content .dashboard-metrics small{letter-spacing:-.14px;white-space:nowrap;font-size:14px}.dashboard-crm-content .dashboard-metrics strong{letter-spacing:-.32px;margin-top:2px;font-size:32px;font-weight:600}.dashboard-crm-content .metric-icon{flex:0 0 64px;width:64px;height:64px;font-size:18px}.dashboard-overview-grid{grid-template-columns:628fr 304fr;gap:36px;height:378px;margin:28px 0}.dashboard-performance-card,.dashboard-conversion-card{border:0;border-radius:24px;height:378px;padding:24px 38px}.dashboard-performance-card h2,.dashboard-conversion-card h2{font-size:22px}.dashboard-performance-card header p,.dashboard-conversion-card header p{font-size:14px}.dashboard-performance-chart{height:265px;margin-top:13px}.performance-column{grid-template-rows:225px auto}.performance-column>div{height:225px}.conversion-ring{width:190px;height:190px;margin-top:36px}.conversion-ring:before{width:142px;height:142px}.dashboard-crm-content .channel-management,.dashboard-crm-content .tokens-panel,.dashboard-crm-content .billing-panel,.dashboard-crm-content .dashboard-notifications,.dashboard-crm-content .dashboard-reports{border:0;border-radius:24px;width:968px;margin-top:28px}.dashboard-crm-content>.dashboard-shell>.dashboard-section-view:not([hidden]){padding-top:73px}.dashboard-crm-content>.dashboard-shell>.dashboard-section-view.summary-publications{padding-top:0}.dashboard-crm-content>.dashboard-shell>.tokens-panel:not([hidden]),.dashboard-crm-content>.dashboard-shell>.billing-panel:not([hidden]),.dashboard-crm-content>.dashboard-shell>.dashboard-notifications:not([hidden]),.dashboard-crm-content>.dashboard-shell>.dashboard-reports:not([hidden]){margin-top:101px}.dashboard-crm-content .management-head{min-height:118px;padding:22px 38px}.dashboard-crm-content .management-head h2{font-size:22px}.dashboard-crm-content .table-head,.dashboard-crm-content .management-row{padding-inline:38px}.dashboard-crm-content .table-head{height:52px}.dashboard-crm-content .management-row{min-height:80px}.dashboard-crm-content .managed-channel img{border-radius:8px;width:90px;height:56px}.dashboard-crm-content .managed-channel strong{font-size:15px}.dashboard-crm-content .managed-channel small{font-size:10px}}@media (min-width:981px) and (max-width:1260px){.dashboard-crm-layout{grid-template-columns:250px minmax(0,1fr)}.dashboard-sidebar{width:250px;padding-inline:20px}.dashboard-sidebar nav a,.dashboard-sidebar nav button,.dashboard-sidebar-cta{width:210px}.dashboard-crm-content{padding-inline:32px}.dashboard-crm-content .dashboard-shell,.dashboard-crm-content .dashboard-topbar,.dashboard-crm-content .channel-management,.dashboard-crm-content .tokens-panel,.dashboard-crm-content .billing-panel,.dashboard-crm-content .dashboard-notifications,.dashboard-crm-content .dashboard-reports{width:100%;max-width:968px}}@media (min-width:701px){.dashboard-crm-layout{grid-template-columns:280px minmax(0,1fr);align-items:start}.dashboard-crm-layout.sidebar-is-collapsed{grid-template-columns:116px minmax(0,1fr)}.dashboard-sidebar{color:#757575;width:256px;height:min(920px,100vh - 32px);box-shadow:none;background:#fff;border:0;border-right:1px solid #0000001a;border-radius:12px;flex-direction:column;gap:24px;margin:16px 0 16px 16px;padding:24px;font-family:Inter,Arial,sans-serif;display:flex;position:sticky;top:16px;overflow:visible}.sidebar-profile{align-items:center;gap:12px;width:100%;min-width:0;display:flex}.sidebar-profile>img{object-fit:cover;border-radius:50%;flex:0 0 44px;width:44px;height:44px}.sidebar-profile>div{min-width:0}.sidebar-profile small,.sidebar-profile strong{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.sidebar-profile small{color:#757575;letter-spacing:.4px;font-size:10px;font-weight:500;line-height:12px}.sidebar-profile strong{color:#000;margin-top:4px;font-size:14px;font-weight:500;line-height:20px}.sidebar-collapse{cursor:pointer;background:#fff;border:1px solid #f6f6f6;border-radius:8px;place-items:center;width:30px;height:30px;padding:6px;display:grid;position:absolute;top:34px;right:-15px}.sidebar-collapse img{width:16px;height:16px;transition:transform .18s}.sidebar-is-collapsed .sidebar-collapse img{transform:rotate(180deg)}.sidebar-divider{background:#f6f6f6;border-radius:2px;flex:0 0 2px;width:100%;height:2px}.dashboard-sidebar nav{flex-direction:column;gap:8px;width:100%;margin:0;display:flex}.sidebar-nav-title{color:#757575;letter-spacing:.4px;padding:0 12px;font-size:10px;font-weight:500;line-height:12px;display:block}.dashboard-sidebar nav a,.dashboard-sidebar nav button,.sidebar-settings button,.sidebar-footer a,.sidebar-footer button{color:#757575;letter-spacing:-.28px;cursor:pointer;background:0 0;border:0;border-radius:8px;align-items:center;gap:12px;width:100%;min-height:40px;padding:10px 12px;font-family:Inter,Arial,sans-serif;font-size:14px;font-weight:500;line-height:20px;text-decoration:none;display:flex}.dashboard-sidebar nav a:hover,.dashboard-sidebar nav button:hover,.sidebar-settings button:hover,.sidebar-footer a:hover{color:#000;background:#f6f6f6;transform:none}.dashboard-sidebar nav a.active,.dashboard-sidebar nav button.active{color:#000;box-shadow:none;background:#f6f6f6}.dashboard-sidebar nav img,.sidebar-settings img,.sidebar-footer img,.sidebar-collapse img{filter:brightness(0);opacity:.54;flex:0 0 20px;width:20px;height:20px}.dashboard-sidebar .sidebar-collapse img{flex-basis:16px;width:16px;height:16px}.dashboard-sidebar nav .active img,.dashboard-sidebar nav a:hover img,.dashboard-sidebar nav button:hover img{opacity:1}.dashboard-sidebar .sidebar-chevron{flex-basis:16px;width:16px;height:16px;margin-left:auto}.sidebar-payment-group{flex-direction:column;gap:12px;width:100%;display:flex}.sidebar-payment-links{border-left:2px solid #f6f6f6;flex-direction:column;gap:4px;width:172px;margin-left:36px;padding-left:4px;display:flex;position:relative}.dashboard-sidebar .sidebar-payment-links button{letter-spacing:-.24px;min-height:32px;padding:8px 12px;font-size:12px;line-height:16px;position:relative}.dashboard-sidebar .sidebar-payment-links button:before{content:"";border-bottom:2px solid #f6f6f6;border-left:2px solid #f6f6f6;border-radius:0 0 0 8px;width:13px;height:8px;position:absolute;top:8px;left:-6px}.sidebar-settings{flex-direction:column;flex:auto;gap:8px;width:100%;min-height:0;display:flex}.sidebar-footer{flex-direction:column;gap:8px;width:100%;display:flex}.sidebar-footer button{color:#d55f5a}.sidebar-footer button img{filter:none;opacity:1}.sidebar-is-collapsed .dashboard-sidebar{align-items:center;width:92px}.sidebar-is-collapsed .sidebar-profile{justify-content:center}.sidebar-is-collapsed .sidebar-profile>div,.sidebar-is-collapsed .dashboard-sidebar span,.sidebar-is-collapsed .dashboard-sidebar .sidebar-chevron{display:none}.sidebar-is-collapsed .sidebar-nav-title{text-align:center;padding:0}.sidebar-is-collapsed .dashboard-sidebar nav a,.sidebar-is-collapsed .dashboard-sidebar nav button,.sidebar-is-collapsed .sidebar-settings button,.sidebar-is-collapsed .sidebar-footer a,.sidebar-is-collapsed .sidebar-footer button{justify-content:center;width:44px;padding:10px 12px}}@media (min-width:701px) and (max-width:980px){.dashboard-crm-layout{grid-template-columns:116px minmax(0,1fr)}.dashboard-sidebar{align-items:center;width:92px}.sidebar-profile{justify-content:center}.sidebar-profile>div,.dashboard-sidebar span,.dashboard-sidebar .sidebar-chevron,.sidebar-payment-links{display:none}.sidebar-nav-title{text-align:center;padding:0}.dashboard-sidebar nav a,.dashboard-sidebar nav button,.sidebar-settings button,.sidebar-footer a,.sidebar-footer button{justify-content:center;width:44px;padding:10px 12px}}@media (min-width:701px){.dashboard-sidebar{scrollbar-width:thin;scrollbar-color:#dedede transparent;max-height:calc(100dvh - 32px);overflow:hidden auto}.dashboard-sidebar::-webkit-scrollbar{width:5px}.dashboard-sidebar::-webkit-scrollbar-thumb{background:#dedede;border-radius:999px}.dashboard-sidebar .sidebar-collapse{z-index:2;right:8px}}@media (max-width:700px){.dashboard-crm-layout{padding-bottom:84px;display:block}.dashboard-sidebar{z-index:50;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border:1px solid #0000001a;border-radius:16px;width:auto;height:64px;margin:0;padding:7px;display:block;position:fixed;inset:auto 10px 10px;overflow:hidden;box-shadow:0 12px 38px #34222e2e}.dashboard-sidebar .sidebar-profile,.dashboard-sidebar .sidebar-collapse,.dashboard-sidebar .sidebar-divider,.dashboard-sidebar .sidebar-settings,.dashboard-sidebar .sidebar-footer,.dashboard-sidebar .sidebar-nav-title,.dashboard-sidebar .sidebar-payment-links,.dashboard-sidebar .sidebar-chevron{display:none}.dashboard-sidebar .sidebar-main-nav{grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;width:100%;height:100%;margin:0;display:grid}.dashboard-sidebar .sidebar-main-nav>a,.dashboard-sidebar .sidebar-main-nav>button,.dashboard-sidebar .sidebar-payment-group,.dashboard-sidebar .sidebar-payment-group>button{width:100%;min-width:0;height:50px;min-height:50px;margin:0}.dashboard-sidebar .sidebar-payment-group{display:block}.dashboard-sidebar .sidebar-main-nav>a,.dashboard-sidebar .sidebar-main-nav>button,.dashboard-sidebar .sidebar-payment-group>button{border-radius:11px;justify-content:center;padding:0}.dashboard-sidebar .sidebar-main-nav span{display:none}.dashboard-sidebar .sidebar-main-nav img{flex-basis:21px;width:21px;height:21px}}@media (min-width:981px){.dashboard-crm-layout{grid-template-columns:306px minmax(0,1fr)}.dashboard-sidebar{border-radius:0;width:306px;height:100vh;max-height:none;margin:0;padding:32px 28px 24px;top:0;box-shadow:0 10px 60px #e2ecf980}.dashboard-sidebar-brand{order:0}.dashboard-sidebar .sidebar-main-nav{order:2;gap:12px}.dashboard-sidebar .sidebar-main-nav>.sidebar-nav-title{display:none}.dashboard-sidebar .sidebar-settings{order:3}.dashboard-sidebar>.sidebar-divider{order:1;display:none}.dashboard-sidebar>.sidebar-divider+.sidebar-settings{display:none}.dashboard-sidebar-cta{order:7;width:250px;min-height:150px;margin-top:auto;display:block}.dashboard-sidebar .sidebar-profile{order:8;margin-top:20px}.dashboard-sidebar .sidebar-footer{order:9;margin-top:10px}.dashboard-sidebar .sidebar-collapse{display:none}.dashboard-crm-content{padding-left:71px}.dashboard-crm-content .dashboard-topbar>.dashboard-global-search{z-index:3;position:absolute;top:29px;right:0}.dashboard-crm-content .dashboard-welcome>a{display:none}}@media (min-width:701px) and (max-width:980px){.dashboard-crm-layout{grid-template-columns:102px minmax(0,1fr)}}@media (max-width:700px){.dashboard-crm-layout{padding-bottom:84px;display:block}}.figma-sidebar-cta button{color:#4925e9;width:100%;height:40px;font:inherit;cursor:pointer;background:#fff;border:0;border-radius:20px;place-items:center;padding:0;font-size:14px;font-weight:600;display:grid;box-shadow:2px 4px 4px #4f2aea2b}.dashboard-crm-content .dashboard-welcome>button{color:#fff;font:inherit;cursor:pointer;background:#5932ea;border:0;border-radius:12px;padding:11px 17px;font-size:11px;font-weight:750;box-shadow:0 8px 20px #5932ea2e}.dashboard-publish-view{background:0 0;order:2;min-height:calc(100vh - 72px);margin-top:0;overflow:visible}.dashboard-publish-view>header{background:#fff;border-bottom:1px solid #efedf3;justify-content:space-between;align-items:center;padding:22px 28px;display:flex}.dashboard-publish-view>header span{color:#5932ea;letter-spacing:1px;font-size:10px;font-weight:700}.dashboard-publish-view>header h2{color:#292d32;margin:3px 0 0;font-size:22px}.dashboard-publish-view>header button{color:#7e7e7e;font:inherit;cursor:pointer;background:0 0;border:0;font-size:13px}.publish-page.publish-page-embedded{background:0 0;min-height:0;padding:0 0 40px}.publish-page-embedded .publish-shell{background:0 0;width:100%;max-width:none;margin:0;padding:0;overflow:visible}.dashboard-publish-view:not([hidden]),.publish-page.publish-page-embedded,.publish-page-embedded .publish-shell,.publish-page-embedded .wizard-card{display:contents}.publish-page-embedded .wizard-head{background:0 0;border:0;grid-template-columns:minmax(220px,.8fr) minmax(420px,1.2fr);gap:30px;padding:28px 0 24px}.publish-page-embedded .wizard-steps{grid-template-columns:repeat(3,1fr)}.publish-page-embedded .wizard-card{width:100%;min-height:0;box-shadow:none;background:0 0;border:0;border-radius:0;margin:0;padding:0}.publish-page-embedded .wizard-panel{padding:28px 0 48px}.publish-page-embedded .plan-selection-panel{box-shadow:none;background:0 0;border:0;border-radius:0;display:contents}.publish-page-embedded .plan-selection-panel>.wizard-kicker{margin-top:28px;display:block}.publish-page-embedded .plan-selection-panel>h2{margin:9px 0 8px}.publish-page-embedded .plan-selection-panel>p{margin:0 0 27px}.publish-page-embedded .plan-selection-panel>.pricing-preview-notice{color:#6f4a82;width:max-content;max-width:100%;font:500 11px var(--font-poppins), Poppins, sans-serif;background:#bb6bd91f;border-radius:999px;margin:-15px 0 22px;padding:7px 11px}.publish-page-embedded .plan-selection-panel>.plan-grid{margin-bottom:8px}.publish-page-embedded .plan-selection-panel:before,.publish-page-embedded .plan-selection-panel:after{content:none;display:none}.publish-page-embedded .plan-selection-panel .plan-grid{box-shadow:none;background:0 0;border:0;align-items:end;gap:30px;padding:0}.publish-page-embedded .plan-selection-panel .plan-card{color:#231d4f;min-height:390px;box-shadow:none;font-family:var(--font-poppins), Poppins, sans-serif;background:0 0;border:0;border-radius:0;padding:30px 24px 20px}.publish-page-embedded .plan-selection-panel .featured-plan{color:#fff;background:#231d4f;border-radius:26px;min-height:473px;padding:67px 30px 20px;box-shadow:0 42px 35px #5243c24d}.publish-page-embedded .plan-card>b{color:#bb6bd9;letter-spacing:.83px;text-align:center;background:#403879;border-radius:14px;min-width:121px;padding:7px 16px;font-size:10px;font-weight:800;top:20px;left:auto;right:30px}.publish-page-embedded .plan-card>small{color:#848199;letter-spacing:.8px;font-size:10px;font-weight:800}.publish-page-embedded .featured-plan>small{color:#bb6bd9}.publish-page-embedded .plan-card h3{color:#231d4f;margin:14px 0 6px;font-size:28px;font-weight:500;line-height:1.3}.publish-page-embedded .featured-plan h3{color:#fff}.publish-page-embedded .plan-card>strong{color:#231d4f;order:-1;margin:0 0 4px;font-size:17px;font-weight:500}.publish-page-embedded .plan-card>strong em{font-size:36px;font-weight:700;line-height:46px}.publish-page-embedded .plan-card>strong small{color:#848199;font-size:17px;font-weight:500}.publish-page-embedded .featured-plan>strong,.publish-page-embedded .featured-plan>strong small{color:#fff}.publish-page-embedded .plan-card>p{color:#848199;min-height:46px;margin:0;font-size:15px;font-weight:500;line-height:1.5}.publish-page-embedded .featured-plan>p{color:#fff}.publish-page-embedded .plan-card ul{color:#848199;gap:10px;margin:18px 0 24px;font-size:15px;font-weight:500}.publish-page-embedded .featured-plan ul{color:#fff}.publish-page-embedded .plan-card li{color:inherit;font-size:inherit;align-items:center;gap:10px;line-height:21px;display:flex}.publish-page-embedded .plan-card li img{flex:0 0 20px;width:20px;height:20px}.publish-page-embedded .plan-card .plan-checkout{color:#fff;width:100%;min-width:0;min-height:44px;box-shadow:none;background:#231d4f80;border-radius:24px;margin-top:auto;font-size:15px;font-weight:500}.publish-page-embedded .featured-plan .plan-checkout{background:#bb6bd9}.publish-page-embedded .plan-card .plan-checkout span{display:none}@media (max-width:800px){.publish-page-embedded .plan-selection-panel .plan-grid{gap:20px}.publish-page-embedded .plan-selection-panel .plan-card,.publish-page-embedded .plan-selection-panel .featured-plan{min-height:390px}}.publish-page-embedded .combined-connect-panel{padding-bottom:10px}.publish-page-embedded .combined-connect-panel+.enrichment-panel{padding-top:22px}.publish-page-embedded .enrichment-grid{grid-template-columns:minmax(0,1fr)}.publish-page-embedded .live-preview{width:100%;position:relative;top:auto}.publish-page-embedded .live-preview .enrichment-card{width:calc(50% - 7px)!important;max-width:560px!important;margin-inline:auto!important}@media (max-width:700px){.publish-page-embedded .live-preview .enrichment-card{width:100%!important;max-width:none!important}}.publish-page-embedded .profile-language-multi{flex-wrap:nowrap;gap:4px;padding:7px 8px;overflow-x:auto}.publish-page-embedded .profile-language-multi label{white-space:nowrap;flex:1 1 0;min-width:0;min-height:27px;padding:5px 7px;font-size:10px}@media (min-width:981px){.dashboard-crm-content .dashboard-welcome>button{display:none}}@media (max-width:700px){.dashboard-publish-view{border-radius:0;margin-top:0}.dashboard-publish-view>header{padding:16px}.publish-page-embedded .wizard-head{padding:22px 2px 18px;display:block}.publish-page-embedded .wizard-steps{margin-top:22px}.publish-page-embedded .wizard-panel{padding:22px 2px 42px}}.dashboard-crm-content,.dashboard-crm-content .dashboard-shell,.dashboard-crm-content .dashboard-section-view{box-shadow:none;background:0 0;border:0;border-radius:0}.dashboard-crm-content .dashboard-shell{margin-top:0;margin-bottom:0;padding:0}.dashboard-crm-content .dashboard-shell:before,.dashboard-crm-content .dashboard-section-view:before{content:none;display:none}.primary-route-nav{justify-content:center;gap:22px;display:flex}.primary-route-nav a{color:#6d5b67;font-size:12px;font-weight:700;text-decoration:none}.primary-route-nav a:hover{color:#b9217c}.global-site-footer{width:min(1180px,100% - 56px);margin:34px auto 0}.standalone-faq{min-height:420px;margin-top:12px}@media (max-width:800px){.global-site-footer{width:calc(100% - 20px)}}.directory-page-sections{flex-direction:column;display:flex}.directory-page-sections>.directory-controls{order:1}.directory-page-sections>.featured-section{order:2}.directory-page-sections>.directory-layout{order:3}.catalog-state{border:1px solid var(--ds-line);width:100%;color:var(--ds-ink);background:#fff;border-radius:16px;align-items:center;gap:14px;margin:0 0 16px;padding:16px 18px;display:flex}.catalog-state>div{min-width:0}.catalog-state h3{margin:0;font-size:14px;line-height:1.4}.catalog-state p{color:var(--ds-muted);margin:4px 0 0;font-size:12px;line-height:1.5}.catalog-state-icon,.catalog-spinner{border-radius:50%;flex:0 0 34px;width:34px;height:34px}.catalog-state-icon{color:var(--ds-pink-dark);background:#fff0f7;place-items:center;font-weight:800;display:grid}.catalog-spinner{border:3px solid #f2dce9;border-top-color:var(--ds-pink);animation:.8s linear infinite catalog-spin}.catalog-state button{background:var(--ds-pink);color:#fff;cursor:pointer;border:0;border-radius:999px;flex:none;min-height:42px;margin-left:auto;padding:0 16px;font-size:12px;font-weight:800}.catalog-state button:disabled{cursor:wait;opacity:.65}.catalog-error{background:#fff8fb;border-color:#edbfd7}.catalog-warning{background:#fffaf0;border-color:#ead6a6}.catalog-empty{border:1px dashed var(--ds-line);background:#fff;border-radius:16px;margin-top:0}@keyframes catalog-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){.catalog-spinner{animation:none}}@media (max-width:430px){.catalog-state{flex-wrap:wrap;align-items:flex-start;gap:10px;padding:14px}.catalog-state>div{flex:calc(100% - 48px)}.catalog-state button{width:100%;min-height:44px;margin:2px 0 0}.catalog-empty{padding:30px 18px!important}}.report-progress{gap:7px;margin:0 42px 22px 0;display:flex}.report-progress i{background:#eadde5;border-radius:999px;flex:1;height:4px}.report-progress i.active{background:var(--ds-pink)}.report-modal label>small{color:var(--ds-muted);text-align:right;margin-top:5px;font-size:10px;font-weight:500;display:block}.report-review{gap:9px;margin:20px 0 0;display:grid}.report-review>div{border:1px solid var(--ds-line);background:var(--ds-soft);border-radius:11px;grid-template-columns:92px minmax(0,1fr);gap:12px;padding:12px;display:grid}.report-review dt{color:var(--ds-muted);font-size:11px;font-weight:800}.report-review dd{min-width:0;color:var(--ds-ink);overflow-wrap:anywhere;margin:0;font-size:12px;line-height:1.5}.report-review dd small{color:var(--ds-muted);margin-top:2px;display:block}.report-feedback{border-radius:11px;margin-top:14px;padding:12px 14px}.report-feedback strong{font-size:12px;display:block}.report-feedback p{margin:4px 0 0;font-size:11px;line-height:1.5}.report-feedback-error{color:#9f2348;background:#fff0f4;border:1px solid #edb8c8}.report-actions{grid-template-columns:auto minmax(0,1fr);gap:10px;margin-top:18px;display:grid}.report-actions .modal-primary{margin-top:0}.report-back{border:1px solid var(--ds-line);min-width:92px;min-height:44px;color:var(--ds-ink);cursor:pointer;background:#fff;border-radius:999px;padding:0 16px;font-weight:750}.report-back:disabled{cursor:wait;opacity:.55}.report-success .success-icon{margin-bottom:16px}.report-next-step{background:var(--ds-soft);text-align:left;border-radius:11px;gap:4px;margin-top:18px;padding:13px 14px;display:grid}.report-next-step strong{color:var(--ds-ink);font-size:12px}.report-next-step span{color:var(--ds-muted);font-size:11px;line-height:1.55}.report-reference{color:var(--ds-pink-dark);overflow-wrap:anywhere;background:#fff7fb;border:1px dashed #dcaac8;border-radius:9px;margin-top:12px;padding:10px;font-size:12px;display:block}@media (max-width:430px){.report-review>div{grid-template-columns:1fr;gap:4px}.report-actions{grid-template-columns:1fr}.report-actions .report-back{order:2}}
@media (max-width:760px){:root{--fz-ink:#22172a;--fz-plum:#4b164c;--fz-pink:#dd88cf;--fz-paper:#fffafd;--fz-soft:#f8edf5;--fz-line:#4b164c1f;--fz-muted:#847584;--fz-shadow:0 14px 40px #4b164c1c}body{background:var(--fz-paper)}main[data-theme],.profile-page{overflow-x:clip;background:var(--fz-paper)!important;color:var(--fz-ink)!important}.topbar{z-index:60;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);min-height:68px;position:sticky;top:0;border-bottom:1px solid var(--fz-line)!important;width:100%!important;box-shadow:none!important;background:#fffafdeb!important;margin:0!important;padding:12px 16px!important}.topbar .brand{color:var(--fz-plum)!important;font-size:24px!important}.topbar .brand span{color:#c74aac!important}.header-search,.advertiser-access,.theme-toggle{display:none!important}.header-actions{gap:7px!important}.utility-select,.publish-link{border-radius:999px!important;min-height:40px!important}.publish-link{background:var(--fz-plum)!important;padding:0 14px!important}.page-shell{width:100%!important;margin:0!important;padding:0 16px 42px!important}.page-shell:before{display:none!important}.collections-landing{padding:26px 0 18px!important}.collections-intro{text-align:left!important}.collections-intro>span{color:#a24492!important;font-size:10px!important}.collections-intro h1{max-width:310px;color:var(--fz-ink)!important;letter-spacing:-1.2px!important;margin:7px 0 8px!important;font-size:34px!important;line-height:1.08!important}.collections-intro p{color:var(--fz-muted)!important;margin:0!important;font-size:13px!important}.country-selector,.collection-tabs{scrollbar-width:none;scroll-snap-type:x proximity;width:calc(100% + 16px);overflow-x:auto;justify-content:flex-start!important;margin-right:-16px!important;padding-right:16px!important}.country-selector::-webkit-scrollbar{display:none}.collection-tabs::-webkit-scrollbar{display:none}.collection-grid::-webkit-scrollbar{display:none}.featured-grid::-webkit-scrollbar{display:none}.country-selector{margin-top:20px!important}.country-selector button,.collection-tabs button{scroll-snap-align:start;flex:none;border-radius:999px!important;min-height:38px!important}.country-selector button.active,.collection-tabs button.active{border-color:var(--fz-plum)!important;background:var(--fz-plum)!important;color:#fff!important}.collection-tabs{border-bottom:0!important;margin-top:13px!important}.collection-grid{scroll-snap-type:none;width:100%;overflow:visible;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;margin:18px 0 0!important;padding:2px 0 12px!important;display:grid!important}.collection-card{scroll-snap-align:none;border:1px solid var(--fz-line)!important;background:#fff!important;border-radius:24px!important;width:100%!important;min-width:0!important;min-height:206px!important;box-shadow:0 8px 24px #4b164c12!important}main[data-theme=light] .collection-category-card,.collection-category-card{text-align:center!important;flex-direction:column!important;flex:none!important;grid-template-rows:none!important;grid-template-columns:none!important;align-items:center!important;width:100%!important;height:206px!important;min-height:206px!important;padding:0 12px 14px!important;display:flex!important;position:relative!important;overflow:hidden!important}main[data-theme=light] .collection-category-card .collection-cover,.collection-category-card .collection-cover{background-position:50%!important;background-size:cover!important;border-radius:23px 23px 12px 12px!important;flex:0 0 96px!important;grid-area:auto!important;width:calc(100% + 24px)!important;height:96px!important;margin:0 -12px!important;display:block!important}main[data-theme=light] .collection-category-card .collection-avatar,.collection-category-card .collection-avatar{z-index:2;background-position:50%!important;background-size:cover!important;border:4px solid #fff!important;border-radius:50%!important;width:64px!important;height:64px!important;min-height:64px!important;margin:-32px auto 7px!important;position:relative!important;top:auto!important;left:auto!important;transform:none!important;box-shadow:0 7px 18px #4b164c2e!important}.collection-category-card strong,.collection-category-card small{text-overflow:ellipsis;white-space:nowrap;width:100%;overflow:hidden;text-align:center!important;grid-column:auto!important;margin-left:0!important}.collection-category-card strong{color:var(--fz-ink)!important;margin-top:0!important;font-size:14px!important;line-height:1.3!important}.collection-category-card small{color:#b04499!important;margin-top:5px!important;font-size:10px!important;line-height:1.3!important}.collection-category-card p{display:none!important}.row-heading{align-items:end!important;margin-bottom:14px!important}.row-heading h2{letter-spacing:-.6px;color:var(--fz-ink)!important;font-size:24px!important}.row-heading p,.row-heading small,.sort-label{color:var(--fz-muted)!important}.gold-kicker{color:#a24492!important}.featured-section{padding-top:14px!important}.featured-grid{scroll-snap-type:x mandatory;width:calc(100% + 16px);margin-right:-16px;padding:0 16px 16px 0;overflow-x:auto;gap:14px!important;display:flex!important}.featured-grid .floating-featured-card{scroll-snap-align:start;width:min(74vw,280px)!important;height:350px!important;min-height:350px!important;box-shadow:var(--fz-shadow)!important;border:5px solid #fff!important;border-radius:28px!important;flex:0 0 min(74vw,280px)!important}.featured-grid .floating-featured-card .featured-full-image{border-radius:22px!important}.floating-featured-card .featured-image-title{bottom:62px!important;left:16px!important;right:16px!important}.floating-featured-card .featured-image-title h3{font-size:21px!important}.floating-featured-card .featured-glass-panel{-webkit-backdrop-filter:blur(24px)!important;backdrop-filter:blur(24px)!important;background:#22172aa3!important;min-height:42px!important;padding:7px 9px!important;bottom:12px!important;left:12px!important;right:12px!important}.directory-controls{border:1px solid var(--fz-line)!important;background:#fff!important;border-radius:24px!important;margin:20px 0 24px!important;padding:21px 16px!important;box-shadow:0 8px 26px #4b164c0f!important}.filter-topline h2,.embedded-filter-title strong{color:var(--fz-ink)!important}.filter-topline p{color:var(--fz-muted)!important}.category-chips{scrollbar-width:none;overflow-x:auto;flex-wrap:nowrap!important}.category-chips button{flex:none;border-radius:999px!important}.category-chips button.active{background:var(--fz-plum)!important;color:#fff!important}.embedded-advanced-filters{grid-template-columns:1fr!important}.embedded-advanced-filters>*{grid-column:1!important}.location-filter-row{grid-template-columns:1fr 1fr!important}.directory-layout .card-grid{grid-template-columns:1fr!important;gap:18px!important}.directory-layout .directory-profile-card{background:#fff!important;border-radius:24px!important;grid-template-columns:118px minmax(0,1fr)!important;width:100%!important;height:190px!important;min-height:190px!important;padding:9px!important;display:grid!important;box-shadow:0 10px 30px #4b164c14!important}.directory-layout .directory-profile-card>.portrait{border-radius:18px!important;width:118px!important;height:172px!important;min-height:172px!important}.directory-layout .directory-profile-card>.card-info{height:172px!important;padding:5px 5px 3px 9px!important}.directory-layout .directory-profile-card .profile-copy h3{color:var(--fz-ink)!important;font-size:16px!important}.directory-layout .directory-profile-card .profile-description{color:#5f525e!important;font-size:12px!important}.directory-layout .directory-profile-card .profile-card-footer .telegram-btn{background:var(--fz-plum)!important;border-radius:999px!important}.publish-page .enrichment-grid .live-preview{border:1px solid var(--fz-line)!important;background:var(--fz-soft)!important;border-radius:24px!important;width:100%!important;padding:14px!important;position:relative!important;top:auto!important}.publish-page .live-preview>span{color:#a24492!important}.publish-page .live-preview>small{color:var(--fz-muted)!important}.publish-page .live-preview .enrichment-card.directory-profile-card{border:1px solid var(--fz-line)!important;background:#fff!important;border-radius:24px!important;grid-template-columns:118px minmax(0,1fr)!important;gap:9px!important;width:100%!important;max-width:390px!important;height:190px!important;min-height:190px!important;margin:0 auto!important;padding:9px!important;display:grid!important;overflow:hidden!important;box-shadow:0 10px 30px #4b164c14!important}.publish-page .live-preview .enrichment-card .portrait{border-radius:18px!important;grid-column:1!important;width:118px!important;height:172px!important;min-height:172px!important;max-height:172px!important;position:relative!important;overflow:hidden!important}.publish-page .live-preview .enrichment-card .portrait img{object-fit:cover!important;object-position:center 18%!important;width:100%!important;height:100%!important}.publish-page .live-preview .enrichment-card .portrait .featured{text-overflow:ellipsis;white-space:nowrap;max-width:calc(100% - 16px);overflow:hidden;border-radius:999px!important;padding:5px 7px!important;font-size:8px!important;top:8px!important;left:8px!important}.publish-page .live-preview .enrichment-card .save-card{display:none!important}.publish-page .live-preview .enrichment-card .card-info{background:0 0!important;flex-direction:column!important;grid-column:2!important;width:auto!important;min-width:0!important;height:172px!important;min-height:172px!important;padding:6px 5px 4px 7px!important;display:flex!important;position:relative!important;overflow:hidden!important}.publish-page .live-preview .profile-copy{order:1;min-width:0}.publish-page .live-preview .profile-copy h3{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:var(--fz-ink)!important;margin:0!important;font-size:16px!important;line-height:1.3!important;display:block!important}.publish-page .live-preview .profile-copy p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;color:var(--fz-muted)!important;margin:4px 0 0!important;font-size:10px!important;line-height:1.3!important;display:block!important}.publish-page .live-preview .audience{display:none!important}.publish-page .live-preview .profile-description{-webkit-line-clamp:4;-webkit-box-orient:vertical;flex:auto;order:2;color:#5f525e!important;width:100%!important;height:auto!important;min-height:0!important;margin:10px 0 5px!important;padding:0!important;font-size:12px!important;line-height:1.45!important;display:-webkit-box!important;overflow:hidden!important}.publish-page .live-preview .telegram-btn{flex:0 0 34px;order:3;align-self:flex-end;background:var(--fz-plum)!important;color:#fff!important;border-radius:999px!important;width:34px!important;min-width:34px!important;height:34px!important;min-height:34px!important;margin:0!important;padding:0!important;position:static!important}.faq-section,.verify-strip{border-radius:26px!important}.site-footer{padding-bottom:30px!important}.profile-page{padding:0 0 32px!important}.profile-topbar{top:0;left:0;background:linear-gradient(#1409136b,#0000)!important;border:0!important;position:absolute!important}.profile-topbar .brand,.profile-topbar .back-home{text-shadow:0 1px 8px #0006;color:#fff!important}.profile-shell{width:100%!important;max-width:none!important;padding:0 0 30px!important}.profile-hero{width:100%!important;max-width:none!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;margin:0!important;overflow:visible!important}.profile-main-image{min-height:500px;aspect-ratio:auto!important;border-radius:0!important;width:100%!important;height:64svh!important}.profile-main-image img{object-position:center 18%!important}.profile-main-image:after{background:linear-gradient(#0000,#22172a29 35%,#22172ae0)!important;height:58%!important}.profile-main-image b{top:82px!important}.profile-details{box-shadow:0 -12px 36px #22172a1f;color:var(--fz-ink)!important;background:#fff!important;border-radius:32px 32px 0 0!important;margin:-44px 0 0!important;padding:30px 20px 24px!important}.profile-details:before{content:"";background:#e7dfe5;border-radius:999px;width:48px;height:5px;margin:-17px auto 14px}.profile-details>.wizard-kicker{color:#a24492!important}.profile-details h1{color:var(--fz-ink)!important;text-shadow:none!important;font-size:30px!important}.profile-details .profile-handle{color:var(--fz-muted)!important}.profile-details .profile-public-stats{margin-top:18px!important}.profile-details .profile-public-stats strong{color:var(--fz-ink)!important}.profile-details .profile-public-stats span{color:var(--fz-muted)!important}.profile-details .profile-long-description{border:0!important;border-top:1px solid var(--fz-line)!important;color:#574957!important;background:0 0!important;border-radius:0!important;padding:22px 0 0!important;font-size:14px!important;line-height:1.6!important}.profile-details .profile-tag-list{justify-content:flex-start!important}.profile-details .profile-tag-list span{color:var(--fz-plum)!important;background:#fff!important;border-color:#4b164c2e!important}.profile-details .profile-trust{color:#328866!important}.profile-details .profile-trust small{color:var(--fz-muted)!important}.profile-details .profile-public-actions{margin-top:18px!important}.profile-details .profile-telegram-action{background:var(--fz-plum)!important;color:#fff!important;min-width:150px!important;min-height:46px!important}.profile-details .profile-report-action{background:var(--fz-soft)!important;min-height:46px!important;color:var(--fz-plum)!important}.profile-gallery,.profile-recommendations,.profile-disclaimer{border-color:var(--fz-line)!important;color:var(--fz-ink)!important;background:#fff!important;margin:18px 16px 0!important}.profile-gallery{border-radius:26px!important;padding:20px!important}.profile-gallery h2,.profile-recommendations h2{color:var(--fz-ink)!important}.profile-gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:9px!important}.profile-recommendations{border-radius:26px!important;padding:20px!important}.profile-recommendations-grid{scroll-snap-type:x mandatory;overflow-x:auto;display:flex!important}.profile-recommendation-card{scroll-snap-align:start;flex:0 0 148px}.profile-disclaimer{color:var(--fz-muted)!important;border-radius:18px!important}}@media (max-width:390px){.location-filter-row{grid-template-columns:1fr!important}.featured-grid .floating-featured-card{flex-basis:78vw!important;width:78vw!important}.profile-details{padding-inline:16px!important}}@media (max-width:700px){.global-site-footer.site-footer{text-align:center!important;width:calc(100% - 24px)!important;margin:20px auto 0!important;padding:18px 12px 108px!important;display:block!important}.global-site-footer .footer-brand{display:none!important}.global-site-footer .footer-links,.global-site-footer .footer-support{flex-flow:wrap!important;justify-content:center!important;align-items:center!important;gap:8px 14px!important;display:flex!important}.global-site-footer .footer-support{margin-top:10px}.global-site-footer .footer-links>b,.global-site-footer .footer-support>b,.global-site-footer .system-status{display:none!important}.global-site-footer .footer-links a,.global-site-footer .footer-support a{color:#6c5c68!important;text-align:center!important;padding:3px 0!important;font-size:10px!important;line-height:1.3!important}.global-site-footer .footer-bottom{text-align:center!important;border-top:1px solid #4b164c1f!important;margin-top:16px!important;padding-top:13px!important;display:block!important}.global-site-footer .footer-bottom small{color:#776873!important;text-align:center!important;white-space:normal!important;border:0!important;padding:0!important;font-size:10px!important;line-height:1.4!important;display:block!important}.global-site-footer .footer-bottom p{display:none!important}}
@media (min-width:761px){:root{--fz-ink:#22172a;--fz-plum:#4b164c;--fz-pink:#dd88cf;--fz-paper:#fffafd;--fz-soft:#f8edf5;--fz-line:#4b164c1f;--fz-muted:#847584;--fz-shadow:0 16px 44px #4b164c1a}body{background:var(--fz-paper)}main[data-theme],.profile-page,.publish-page,.legal-page,.dmca-page,.wallet-payment-page{background:var(--fz-paper)!important;color:var(--fz-ink)!important}main[data-theme] .page-shell,.profile-page .page-shell,.publish-page .page-shell{width:min(1200px,100% - 48px)!important}main[data-theme]>.topbar,.profile-topbar,.publish-topbar,.legal-topbar{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid var(--fz-line)!important;background:#ffffffe6!important;border-radius:22px!important;width:min(1200px,100% - 48px)!important;min-height:72px!important;margin:18px auto 0!important;padding:12px 18px!important;box-shadow:0 10px 32px #4b164c0f!important}.topbar .brand{color:var(--fz-plum)!important;font-size:25px!important}.topbar .brand span{color:#c74aac!important}.header-search,.utility-select,.theme-toggle,.advertiser-access,.publish-link{border-color:var(--fz-line)!important;border-radius:999px!important}.header-search{background:var(--fz-soft)!important}.header-search input{color:var(--fz-ink)!important}.advertiser-access{color:var(--fz-plum)!important}.publish-link{background:var(--fz-plum)!important;color:#fff!important}.collections-landing{padding:58px 0 34px!important}.collections-intro{max-width:680px;margin-inline:auto}.collections-intro>span,.gold-kicker,.filter-topline>div>span,.wizard-kicker{color:#a24492!important}.collections-intro h1{color:var(--fz-ink)!important;letter-spacing:-2.5px!important;margin:10px 0!important;font-size:clamp(42px,5vw,62px)!important;line-height:1.03!important}.collections-intro p{color:var(--fz-muted)!important;font-size:15px!important}.country-selector button,.collection-tabs button,.category-chips button{border-radius:999px!important}.country-selector button.active,.collection-tabs button.active,.category-chips button.active{border-color:var(--fz-plum)!important;background:var(--fz-plum)!important;color:#fff!important}.collection-tabs{border-bottom:0!important}.collection-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}main[data-theme=light] .collection-category-card,.collection-category-card{border:1px solid var(--fz-line)!important;height:244px!important;min-height:244px!important;color:var(--fz-ink)!important;text-align:center!important;background:#fff!important;border-radius:26px!important;flex-direction:column!important;align-items:center!important;padding:0 18px 18px!important;display:flex!important;overflow:hidden!important;box-shadow:0 10px 28px #4b164c12!important}main[data-theme=light] .collection-category-card .collection-cover,.collection-category-card .collection-cover{background-position:50%!important;background-size:cover!important;border-radius:25px 25px 14px 14px!important;flex:0 0 112px!important;width:calc(100% + 36px)!important;height:112px!important;margin:0 -18px!important}main[data-theme=light] .collection-category-card .collection-avatar,.collection-category-card .collection-avatar{flex:0 0 72px;background-position:50%!important;background-size:cover!important;border:4px solid #fff!important;border-radius:50%!important;width:72px!important;height:72px!important;margin:-36px auto 8px!important;position:relative!important;top:auto!important;left:auto!important;transform:none!important;box-shadow:0 8px 20px #4b164c29!important}.collection-category-card strong{color:var(--fz-ink)!important;margin:0!important;font-size:16px!important}.collection-category-card small{color:#a24492!important;margin-top:5px!important}.collection-category-card p{-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:0!important;color:var(--fz-muted)!important;margin:9px 0 0!important;font-size:11px!important;line-height:1.4!important;display:-webkit-box!important}.row-heading h2,.filter-topline h2,.faq-intro h2,.wizard-panel h2,.dashboard-welcome h1{color:var(--fz-ink)!important}.row-heading p,.row-heading small,.filter-topline p,.faq-intro p,.wizard-panel p{color:var(--fz-muted)!important}.featured-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:16px!important}.featured-grid .floating-featured-card{height:270px!important;min-height:270px!important;box-shadow:var(--fz-shadow)!important;border:6px solid #fff!important;border-radius:28px!important}.featured-grid .floating-featured-card .featured-full-image{border-radius:21px!important}.floating-featured-card .featured-image-title{bottom:61px!important;left:15px!important;right:15px!important}.floating-featured-card .featured-image-title h3{font-size:18px!important}.floating-featured-card .featured-glass-panel{-webkit-backdrop-filter:blur(24px)!important;backdrop-filter:blur(24px)!important;background:#22172aa3!important;border-radius:999px!important;min-height:42px!important;padding:7px 9px!important;inset:auto 12px 12px!important}.directory-controls,.faq-section,.verify-strip,.wizard-panel,.tool-panel,.dashboard-metrics article,.channel-management,.wallet-payment-card,.legal-content article,.dmca-form,.dmca-guide{border-color:var(--fz-line)!important;background:#fff!important;border-radius:26px!important;box-shadow:0 12px 36px #4b164c0f!important}.directory-layout .card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important}.directory-layout .directory-profile-card{border-radius:26px!important;height:224px!important;min-height:224px!important;padding:10px!important;box-shadow:0 12px 32px #4b164c13!important}.directory-layout .directory-profile-card>.portrait{border-radius:19px!important;width:142px!important;height:204px!important;min-height:204px!important}.directory-layout .directory-profile-card>.card-info{height:204px!important}.directory-profile-card .profile-copy h3{color:var(--fz-ink)!important}.directory-profile-card .profile-description{color:#5f525e!important}.directory-profile-card .profile-card-footer .telegram-btn{background:var(--fz-plum)!important;border-radius:999px!important}.profile-page{padding-bottom:56px!important}.profile-shell{max-width:1200px!important;padding-top:34px!important}.profile-hero{border:1px solid var(--fz-line)!important;max-width:none!important;box-shadow:var(--fz-shadow)!important;background:#fff!important;border-radius:34px!important;grid-template-columns:minmax(300px,.82fr) minmax(420px,1.18fr)!important;gap:0!important;display:grid!important;overflow:hidden!important}.profile-main-image{border-radius:0!important;width:100%!important;height:100%!important;min-height:650px!important;margin:0!important}.profile-main-image:after{background:linear-gradient(#0000,#22172a61)!important;height:35%!important}.profile-details{color:var(--fz-ink)!important;text-align:left!important;background:#fff!important;flex-direction:column!important;justify-content:center!important;margin:0!important;padding:48px!important;display:flex!important}.profile-details>.wizard-kicker{align-self:flex-start!important}.profile-details h1{color:var(--fz-ink)!important;text-shadow:none!important;justify-content:flex-start!important}.profile-details .profile-handle{color:var(--fz-muted)!important}.profile-details .profile-public-actions{justify-content:flex-start!important}.profile-details .profile-telegram-action{background:var(--fz-plum)!important}.profile-details .profile-report-action{background:var(--fz-soft)!important;color:var(--fz-plum)!important}.profile-details .profile-public-stats{width:100%}.profile-details .profile-public-stats strong{color:var(--fz-ink)!important}.profile-details .profile-long-description{border:0!important;border-top:1px solid var(--fz-line)!important;color:#574957!important;background:0 0!important;border-radius:0!important;padding:24px 0 0!important}.profile-details .profile-tag-list{justify-content:flex-start!important}.profile-details .profile-tag-list span{border-color:var(--fz-line)!important;background:var(--fz-soft)!important;color:var(--fz-plum)!important}.profile-gallery,.profile-recommendations,.profile-disclaimer{border-color:var(--fz-line)!important;color:var(--fz-ink)!important;background:#fff!important;box-shadow:0 10px 30px #4b164c0e!important}.profile-gallery h2,.profile-recommendations h2{color:var(--fz-ink)!important}.wizard-card{width:min(1080px,100%)!important}.wizard-panel{padding:38px!important}.enrichment-form details,.live-preview,.plan-card,.selection-grid button,.tag-cloud button,.management-row,.billing-table article{border-color:var(--fz-line)!important;background:var(--fz-soft)!important;color:var(--fz-ink)!important}.enrichment-form summary,.enrichment-fields label,.selection-grid button,.tag-cloud button{color:#574957!important}.enrichment-fields input,.enrichment-fields textarea,.enrichment-fields select,.image-uploads input{border-color:var(--fz-line)!important;color:var(--fz-ink)!important;background:#fff!important}.wizard-primary,.modal-primary,.verify-action,.row-actions button:first-child{background:var(--fz-plum)!important;color:#fff!important;border-radius:999px!important}.wizard-secondary,.wizard-back,.clear-filters{border-radius:999px!important}.dashboard-metrics strong,.tool-panel h2,.management-row strong,.wallet-payment-card h1,.legal-page h1,.legal-page h2,.dmca-page h1,.dmca-page h2{color:var(--fz-ink)!important}.dashboard-metrics span,.management-row p,.management-row small,.wallet-payment-card p,.legal-page p,.dmca-page p{color:var(--fz-muted)!important}}@media (min-width:761px) and (max-width:1100px){main[data-theme] .page-shell,.profile-page .page-shell,.publish-page .page-shell,main[data-theme]>.topbar,.profile-topbar,.publish-topbar,.legal-topbar{width:min(100% - 32px,960px)!important}main[data-theme]>.topbar{grid-template-columns:145px minmax(180px,1fr) auto!important}.header-actions{gap:7px!important}.advertiser-access{display:none!important}.collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.featured-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.featured-grid .floating-featured-card{height:250px!important;min-height:250px!important}.directory-layout .card-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.profile-hero{grid-template-columns:minmax(280px,.9fr) minmax(380px,1.1fr)!important}.profile-main-image{min-height:610px!important}.profile-details{padding:34px!important}.profile-details h1{font-size:38px!important}.profile-details .profile-public-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}.wizard-panel{padding:30px!important}.enrichment-grid{grid-template-columns:minmax(280px,.8fr) minmax(360px,1.2fr)!important}}@media (min-width:761px) and (max-width:900px){.featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.directory-layout .card-grid{grid-template-columns:1fr!important}.profile-hero{grid-template-columns:minmax(260px,.8fr) minmax(350px,1.2fr)!important}.profile-details{padding:28px!important}.enrichment-grid{grid-template-columns:1fr!important}.live-preview{position:relative!important;top:auto!important}}.directory-page-sections .featured-grid{overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-snap-type:inline mandatory;scrollbar-color:#85245f59 transparent;scrollbar-width:thin;padding:4px 2px 16px;overflow-x:auto;grid-template-columns:none!important;gap:12px!important;display:flex!important}.directory-page-sections .featured-grid>.floating-featured-card{scroll-snap-align:start;min-width:0;flex:0 0 calc(25% - 9px)!important}.directory-page-sections .featured-grid::-webkit-scrollbar{height:5px}.directory-page-sections .featured-grid::-webkit-scrollbar-track{background:0 0}.directory-page-sections .featured-grid::-webkit-scrollbar-thumb{background:#85245f59;border-radius:999px}@media (max-width:1100px){.directory-page-sections .featured-grid>.floating-featured-card{flex-basis:calc(33.3333% - 8px)!important}}@media (max-width:760px){.directory-page-sections .featured-grid>.floating-featured-card{flex-basis:min(74vw,280px)!important;width:min(74vw,280px)!important}}@media (min-width:360px) and (max-width:430px){main[data-theme]>.topbar{grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;padding:10px 14px 12px!important}main[data-theme]>.topbar .header-search{grid-area:2/1/auto/-1;width:100%;min-width:0;margin-top:2px;min-height:44px!important;display:flex!important}main[data-theme]>.topbar .header-search input{min-width:0;font-size:16px!important}main[data-theme] .page-shell{padding-inline:14px!important}.directory-page-sections .directory-controls{border-radius:20px!important;margin-block:16px 22px!important;padding:18px 13px!important}.directory-controls .filter-topline,.directory-layout .row-heading{flex-wrap:wrap;gap:8px;align-items:flex-start!important}.directory-controls .category-chips{width:calc(100% + 13px);margin-right:-13px;padding-right:13px}.directory-controls .embedded-advanced-filters{grid-template-columns:minmax(0,1fr)!important;gap:12px!important}.directory-controls .embedded-advanced-filters>*,.directory-controls .embedded-advanced-filters .location-filter-row,.directory-controls .embedded-advanced-filters .filter-summary,.directory-controls .embedded-advanced-filters .clear-filters{grid-column:1!important;width:100%!important;min-width:0!important}.directory-controls .embedded-advanced-filters .location-filter-row{grid-template-columns:minmax(0,1fr)!important;gap:11px!important}.directory-controls .location-filter-row select{min-height:44px;font-size:16px}.directory-controls .embedded-advanced-filters .clear-filters{min-height:44px;margin:0!important}.directory-layout .directory-profile-card{grid-template-columns:104px minmax(0,1fr)!important;gap:9px!important;height:auto!important;min-height:208px!important;padding:9px!important}.directory-layout .directory-profile-card>.portrait{width:104px!important;height:190px!important;min-height:190px!important}.directory-layout .directory-profile-card>.card-info{width:100%;min-width:0;height:190px!important;padding:2px 0 0!important}.directory-layout .directory-profile-card .profile-card-head{min-width:0;flex-basis:39px!important}.directory-layout .directory-profile-card .profile-copy h3{max-width:100%;font-size:14px!important}.directory-layout .directory-profile-card .profile-description{-webkit-line-clamp:3!important;flex-basis:64px!important;height:64px!important;min-height:64px!important;padding-block:4px!important;font-size:11px!important;line-height:1.45!important}.directory-layout .directory-profile-card .profile-tags{flex-basis:25px!important;height:25px!important;min-height:25px!important}.directory-layout .directory-profile-card .profile-card-footer{flex-basis:50px!important;height:50px!important;min-height:50px!important;padding-top:6px!important}.directory-layout .directory-profile-card .profile-card-footer .telegram-btn{white-space:nowrap;justify-content:center;width:100%!important;min-width:0!important;height:44px!important;min-height:44px!important;padding-inline:9px!important}.directory-layout .directory-profile-card .profile-card-footer .telegram-btn strong{text-overflow:ellipsis;overflow:hidden;font-size:9px!important;display:inline!important}.directory-layout .directory-profile-card .profile-card-footer .telegram-btn>span{display:none}.modal-backdrop{padding:max(12px, env(safe-area-inset-top)) 12px max(12px, env(safe-area-inset-bottom));align-items:start;overflow-y:auto;z-index:1000!important}.modal-backdrop>.modal{width:100%;max-height:calc(100dvh - 24px);margin:auto 0;overflow:hidden auto;border-radius:18px!important;padding:28px 18px 22px!important}.modal-backdrop>.modal h2{overflow-wrap:anywhere;padding-right:28px;font-size:clamp(22px,7vw,27px)!important}.modal-backdrop>.modal .close{width:44px;height:44px;top:8px;right:8px}.report-modal textarea{min-height:96px}}
.dashboard-publish-view .publish-page-embedded .plan-selection-panel{box-shadow:none!important;background:0 0!important;border:0!important;border-radius:0!important;padding:0!important;display:contents!important}.dashboard-publish-view .publish-page-embedded .plan-selection-panel>.plan-grid{box-shadow:none!important;background:0 0!important;border:0!important;grid-template-columns:none!important;grid-auto-columns:minmax(0,1fr)!important;grid-auto-flow:column!important;align-items:end!important;gap:18px!important;margin:0 0 8px!important;padding:0!important;display:grid!important}.dashboard-publish-view .publish-page-embedded .plan-card{color:#231d4f!important;min-width:0!important;min-height:350px!important;box-shadow:none!important;font-family:var(--font-poppins), Poppins, sans-serif!important;text-align:left!important;background:0 0!important;border:0!important;border-radius:0!important;flex-direction:column!important;padding:24px 18px 16px!important;display:flex!important;position:relative!important}.dashboard-publish-view .publish-page-embedded .plan-card.paid-plan{color:#fff!important;min-height:370px!important;box-shadow:none!important;background:#231d4f!important;border-radius:26px!important;padding:30px 22px 16px!important}.dashboard-publish-view .publish-page-embedded .plan-card.featured-plan{min-height:410px!important;padding-top:58px!important;box-shadow:0 42px 35px #5243c24d!important}.dashboard-publish-view .publish-page-embedded .plan-card>b{color:#bb6bd9!important;letter-spacing:.833px!important;text-align:center!important;background:#403879!important;border-radius:14px!important;min-width:108px!important;padding:6px 12px!important;font-size:10px!important;font-weight:800!important;position:absolute!important;top:20px!important;left:auto!important;right:22px!important}.dashboard-publish-view .publish-page-embedded .plan-card>small{color:#848199!important;letter-spacing:.8px!important;font-size:10px!important;font-weight:800!important}.dashboard-publish-view .publish-page-embedded .plan-card.paid-plan>small{color:#bb6bd9!important}.dashboard-publish-view .publish-page-embedded .plan-card h3{color:#231d4f!important;margin:14px 0 6px!important;font-size:24px!important;font-weight:500!important;line-height:1.3!important}.dashboard-publish-view .publish-page-embedded .plan-card.paid-plan h3{color:#fff!important}.dashboard-publish-view .publish-page-embedded .plan-card>strong{color:#231d4f!important;order:-1!important;margin:0 0 4px!important;font-size:15px!important;font-weight:500!important;line-height:46px!important;display:block!important}.dashboard-publish-view .publish-page-embedded .plan-card>strong em{color:inherit!important;font-size:31px!important;font-style:normal!important;font-weight:700!important}.dashboard-publish-view .publish-page-embedded .plan-card>strong small{color:#848199!important;font-size:14px!important;font-weight:500!important}.dashboard-publish-view .publish-page-embedded .plan-card.paid-plan>strong,.dashboard-publish-view .publish-page-embedded .plan-card.paid-plan>strong small{color:#fff!important}.dashboard-publish-view .publish-page-embedded .plan-card>p{color:#848199!important;min-height:46px!important;margin:0!important;font-size:13px!important;font-weight:500!important;line-height:1.5!important}.dashboard-publish-view .publish-page-embedded .plan-card.paid-plan>p{color:#fff!important}.dashboard-publish-view .publish-page-embedded .plan-card ul{color:#848199!important;flex:1!important;gap:10px!important;margin:18px 0 24px!important;padding:0!important;font-size:13px!important;font-weight:500!important;list-style:none!important;display:grid!important}.dashboard-publish-view .publish-page-embedded .plan-card.paid-plan ul{color:#fff!important}.dashboard-publish-view .publish-page-embedded .plan-card li{color:inherit!important;font-size:inherit!important;align-items:center!important;gap:10px!important;line-height:21px!important;display:flex!important}.dashboard-publish-view .publish-page-embedded .plan-card li img{flex:0 0 20px!important;width:20px!important;height:20px!important}.dashboard-publish-view .publish-page-embedded .plan-card .plan-checkout{color:#fff!important;width:100%!important;min-width:0!important;min-height:44px!important;box-shadow:none!important;background:#231d4f80!important;border:0!important;border-radius:24px!important;margin:auto 0 0!important;padding:10px 18px!important;font-size:13px!important;font-weight:500!important}.dashboard-publish-view .publish-page-embedded .plan-card.paid-plan .plan-checkout{background:#bb6bd9!important}.dashboard-publish-view .publish-page-embedded .plan-card .plan-checkout span{display:none!important}@media (max-width:800px){.dashboard-publish-view .publish-page-embedded .plan-selection-panel>.plan-grid{grid-template-columns:1fr!important;grid-auto-columns:auto!important;grid-auto-flow:row!important;gap:20px!important}.dashboard-publish-view .publish-page-embedded .plan-card,.dashboard-publish-view .publish-page-embedded .plan-card.paid-plan,.dashboard-publish-view .publish-page-embedded .plan-card.featured-plan{min-height:390px!important}}
