@import url("https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700&display=swap");.account_page__UjyRe{--ink:#0a0c0b;--muted:#5b6a63;--green:#1bd36b;--green-dark:#0f9f47;--green-soft:rgba(27,211,107,.14);--card:#fff;--card-strong:#fff;--border:rgba(10,12,11,.08);--shadow:0 30px 60px rgba(10,12,11,.12);--night:#0b0f0d;--night-soft:#121814;--page-background:radial-gradient(1200px 600px at 96% 0%,rgba(27,211,107,.18),transparent 60%),radial-gradient(900px 600px at 10% 18%,rgba(10,12,11,.08),transparent 55%),#f7f8f7;--surface-soft:#f4f7f5;--surface-strong:#fff;--button-secondary-bg:#0b0f0d;--button-secondary-text:#f4f7f5;--button-secondary-border:rgba(10,12,11,.12);min-height:100vh;padding:2.75rem 1.5rem 4.5rem;background:var(--page-background);color:var(--ink);font-family:Sora,Space Grotesk,Helvetica Neue,Arial,sans-serif;transition:background .25s ease,color .25s ease}.account_pageDark__0VQbp,body.dark-theme .account_page__UjyRe{--ink:#f1f5f3;--muted:rgba(241,245,243,.68);--card:#111517;--card-strong:#111517;--border:rgba(241,245,243,.1);--shadow:0 30px 60px rgba(0,0,0,.34);--night:#111517;--night-soft:#111517;--page-background:radial-gradient(1200px 600px at 96% 0%,rgba(27,211,107,.14),transparent 60%),radial-gradient(900px 600px at 10% 18%,hsla(0,0%,100%,.04),transparent 55%),#111517;--surface-soft:#111517;--surface-strong:#111517;--button-secondary-bg:#111517;--button-secondary-text:#f1f5f3;--button-secondary-border:rgba(241,245,243,.14);color-scheme:dark}.account_container__epAnC{max-width:1200px;margin:0 auto}.account_header__0RMU8{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:2.5rem;animation:account_riseIn__C74Uy .6s ease forwards;animation-fill-mode:both}.account_headerIntro__7qep1{display:grid;gap:1rem}.account_backLink__sQah7{width:-moz-fit-content;width:fit-content;min-width:0;height:2.5rem;display:inline-flex;align-items:center;justify-content:center;padding:0 .95rem;border-radius:999px;border:1px solid rgba(10,12,11,.1);background:color-mix(in srgb,var(--card-strong) 72%,transparent);color:var(--ink);text-decoration:none;font-size:.95rem;font-weight:700;box-shadow:0 12px 24px rgba(10,12,11,.08);transition:transform .2s,box-shadow .2s,background-color .2s;line-height:1;white-space:nowrap;letter-spacing:.01em;overflow:hidden;text-overflow:ellipsis}.account_backLink__sQah7:hover{transform:translateY(-1px);background:var(--card-strong);box-shadow:0 16px 28px rgba(10,12,11,.12)}.account_headerActions__I02ip{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap;justify-content:flex-end}.account_themeToggle__gqOvl{display:inline-flex;align-items:center;gap:.8rem;padding:.7rem 1rem;min-height:48px;border-radius:999px;border:1px solid var(--border);background:color-mix(in srgb,var(--card-strong) 84%,transparent);color:var(--ink);font:inherit;font-size:.9rem;font-weight:600;cursor:pointer;box-shadow:0 12px 24px rgba(10,12,11,.1);transition:transform .2s,box-shadow .2s,background-color .2s,border-color .2s}.account_themeToggle__gqOvl:hover{transform:translateY(-1px);box-shadow:0 16px 28px rgba(10,12,11,.14)}.account_themeToggleKnob__5rQfc{width:38px;height:22px;border-radius:999px;background:rgba(10,12,11,.12);position:relative;flex-shrink:0;transition:background-color .2s ease}.account_themeToggleKnob__5rQfc:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:0 4px 10px rgba(10,12,11,.18);transition:transform .2s ease}.account_pageDark__0VQbp .account_themeToggleKnob__5rQfc{background:rgba(27,211,107,.36)}.account_pageDark__0VQbp .account_themeToggleKnob__5rQfc:after{transform:translateX(16px)}.account_eyebrow__uv678{text-transform:uppercase;letter-spacing:.35em;font-size:.65rem;color:var(--muted);margin:0 0 .75rem}.account_title___DIZp{font-size:clamp(2.4rem,4vw,3.5rem);font-weight:600;margin:0 0 .75rem}.account_subtitle__ShS4m{margin:0;max-width:520px;font-size:1.05rem;color:var(--muted)}.account_headerBadge__qXF4P{display:inline-flex;align-items:center;gap:.55rem;padding:.58rem .9rem;border-radius:999px;background:#0c0f0d;color:#f4f7f5;font-size:.9rem;box-shadow:0 16px 30px rgba(10,12,11,.18);white-space:nowrap}.account_badgeDot__kJ_QS{width:9px;height:9px;border-radius:50%;background:var(--green);box-shadow:0 0 0 6px rgba(27,211,107,.22)}.account_badgeDivider__FkU8W{width:1px;height:18px;background:hsla(0,0%,100%,.2)}.account_layout__4XifK{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,.95fr);gap:2.5rem;align-items:flex-start}.account_stack__bFJep{display:grid;gap:1.6rem}.account_panel__tvCqE{background:var(--card);border-radius:26px;padding:2.2rem;border:1px solid var(--border);box-shadow:var(--shadow);backdrop-filter:blur(10px);animation:account_riseIn__C74Uy .7s ease forwards;animation-fill-mode:both}.account_stack__bFJep>:nth-child(2){animation-delay:.08s}.account_stack__bFJep>:nth-child(3){animation-delay:.16s}.account_darkPanel__E0L_N{background:linear-gradient(160deg,var(--night) 0,var(--night-soft) 100%);color:#eef3f0;border-color:hsla(0,0%,100%,.06);box-shadow:0 30px 60px rgba(10,12,11,.25)}.account_dangerPanel__vW4So{border-color:rgba(179,42,30,.18);background:radial-gradient(140% 110% at 100% 0,rgba(179,42,30,.12),transparent 55%),var(--card)}.account_accentCard__EClOv{background:linear-gradient(140deg,rgba(27,211,107,.16),#fff 60%);border:1px solid rgba(27,211,107,.22)}.account_loadingCard__VEwsV{max-width:520px;margin:0 auto;text-align:left}.account_sectionHeader__d1RFK{display:flex;align-items:flex-start;justify-content:space-between;gap:1.5rem;margin-bottom:1.4rem}.account_sectionLabel__FNGUp{text-transform:uppercase;letter-spacing:.25em;font-size:.62rem;color:var(--muted);font-weight:600;margin:0}.account_sectionTitle__oyP47{font-size:1.45rem;font-weight:600;margin:.2rem 0 0}.account_sectionHint__nHeNC{margin:.6rem 0 0;color:#647069;font-size:.98rem}.account_statusBadge__irfKk{display:inline-flex;align-items:center;gap:.55rem;padding:.72rem 1rem;border-radius:999px;border:1px solid transparent;font-size:.86rem;font-weight:700;line-height:1;white-space:nowrap}.account_statusBadgeApproved__kwm3n{background:rgba(27,211,107,.16);border-color:rgba(27,211,107,.28);color:#0f7a3c}.account_statusBadgePending__y6KsK{background:rgba(10,12,11,.08);border-color:rgba(10,12,11,.14);color:#223029}.account_statusBadgeRejected__wKZ3_{background:rgba(180,35,24,.12);border-color:rgba(180,35,24,.2);color:#8a1f16}.account_darkPanel__E0L_N .account_sectionLabel__FNGUp{color:hsla(0,0%,100%,.6)}.account_darkPanel__E0L_N .account_sectionTitle__oyP47{color:#fff}.account_darkPanel__E0L_N .account_sectionHint__nHeNC{color:hsla(0,0%,100%,.6)}.account_buttonGroup___7_iV{display:flex;gap:1rem;align-items:center;flex-wrap:wrap;margin-top:1.4rem}.account_ghostButton__y69IV,.account_outlineButton__gZ394,.account_primaryButton__wN4Hp,.account_secondaryButton__uH3PR{padding:.85rem 1.6rem;border-radius:999px;font-weight:600;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:transform .2s,box-shadow .2s,filter .2s;border:none}.account_primaryButton__wN4Hp{background:linear-gradient(135deg,var(--green) 0,var(--green-dark) 100%);color:#0b0f0d;box-shadow:0 18px 40px rgba(27,211,107,.35)}.account_primaryButton__wN4Hp:hover{transform:translateY(-2px);box-shadow:0 22px 50px rgba(27,211,107,.45);filter:saturate(1.05)}.account_secondaryButton__uH3PR{background:var(--button-secondary-bg);color:var(--button-secondary-text);border:1px solid var(--button-secondary-border);box-shadow:0 14px 26px rgba(10,12,11,.2)}.account_secondaryButton__uH3PR:hover{transform:translateY(-2px);box-shadow:0 18px 32px rgba(10,12,11,.28)}.account_outlineButton__gZ394{background:var(--surface-strong);color:var(--ink);border:1px solid var(--border);box-shadow:none}.account_outlineButton__gZ394:hover{transform:translateY(-2px);border-color:rgba(10,12,11,.2);box-shadow:0 12px 24px rgba(10,12,11,.12)}.account_ghostButton__y69IV{background:hsla(0,0%,100%,.08);color:#fff;border:1px solid hsla(0,0%,100%,.16);box-shadow:none}.account_ghostButton__y69IV:hover{background:hsla(0,0%,100%,.16);transform:translateY(-2px)}.account_dangerField__N_toH{display:grid;gap:.65rem}.account_dangerLabel__d9M0l{font-size:.82rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.16em}.account_dangerHint__4JBP4{font-size:.86rem;line-height:1.45;color:var(--muted)}.account_businessAccountPanel__6uLeJ{border-color:color-mix(in srgb,var(--green) 28%,var(--border))}.account_businessAccountAlert___OlcV{color:#b53225;font-weight:600}.account_pageDark__0VQbp .account_businessAccountAlert___OlcV,body.dark-theme .account_businessAccountAlert___OlcV{color:#ff968b}.account_dangerInput__trFNg{width:100%;min-height:52px;padding:.95rem 1rem;border-radius:18px;border:1px solid rgba(179,42,30,.22);background:color-mix(in srgb,var(--surface-strong) 86%,rgba(179,42,30,.04));color:var(--ink);font:inherit;font-weight:600;letter-spacing:.12em;text-transform:uppercase}.account_dangerInput__trFNg::-moz-placeholder{color:rgba(179,42,30,.52)}.account_dangerInput__trFNg::placeholder{color:rgba(179,42,30,.52)}.account_dangerButton__h39Gj{width:100%;min-height:52px;margin-top:1rem;padding:.95rem 1.2rem;border:0;border-radius:999px;background:linear-gradient(135deg,#b32a1e,#7c1c14);color:#fff7f5;font:inherit;font-weight:700;cursor:pointer;box-shadow:0 18px 34px rgba(179,42,30,.28);transition:transform .2s,box-shadow .2s,filter .2s}.account_dangerButton__h39Gj:hover{transform:translateY(-2px);box-shadow:0 22px 42px rgba(179,42,30,.34);filter:saturate(1.04)}.account_dangerButton__h39Gj:disabled{opacity:.74;cursor:default;transform:none;box-shadow:0 14px 26px rgba(179,42,30,.2)}.account_dangerError__AGWNi{margin:.9rem 0 0;color:#b32a1e;font-size:.92rem;font-weight:600}.account_emptyState__cnoma{background:var(--surface-soft);border-radius:20px;padding:1.6rem;border:1px dashed rgba(10,12,11,.12);display:grid;gap:.6rem}.account_emptyTitle__cOP0p{margin:0;font-size:1.2rem;font-weight:600}.account_emptyText__C_zxW{margin:0;color:var(--muted)}.account_designList__794gf{display:grid;gap:1rem}.account_profileGrid__rQIPr{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.2rem}.account_profileLabel__c41Va{margin:0;text-transform:uppercase;letter-spacing:.2em;font-size:.62rem;color:var(--muted);font-weight:600}.account_profileValue__o_VeW{margin:.4rem 0 0;font-size:1.05rem;font-weight:600;color:var(--ink);word-break:break-word;overflow-wrap:anywhere}.account_orderList__A9BiY{display:grid;gap:.9rem}.account_orderCard__y_22f{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding:1.1rem 1.4rem;border-radius:18px;border:1px solid var(--border);background:var(--surface-strong);box-shadow:0 16px 32px rgba(10,12,11,.08)}.account_orderTitle__EKArR{margin:0;font-weight:600;font-size:1.05rem}.account_orderMeta__It9wd{margin:.35rem 0 0;color:var(--muted);font-size:.9rem}.account_orderStatus__Z5a__{display:flex;flex-direction:column;align-items:flex-end;gap:.45rem}.account_orderPill__FPMMr{background:rgba(27,211,107,.16);color:#0f7a3c;padding:.3rem .75rem;border-radius:999px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.account_orderAmount__Fn8e0{font-weight:700;font-size:1.05rem}.account_orderActionButton__Y0eun{border-radius:999px;padding:.45rem .9rem;font-size:.75rem;font-weight:700;border:1px solid var(--border);background:var(--surface-strong);color:var(--ink);cursor:pointer}.account_orderActionButton__Y0eun:disabled{opacity:.6;cursor:default}.account_orderError__ga6Lk{margin:.4rem 0 0;color:#b42318;font-size:.85rem;overflow-wrap:anywhere;word-break:break-word}.account_designCard__mOTyo{display:flex;align-items:center;justify-content:space-between;gap:1.4rem;padding:1.4rem 1.6rem;border-radius:20px;border:1px solid var(--border);background:#fff;box-shadow:0 18px 40px rgba(10,12,11,.08);transition:transform .2s,box-shadow .2s}.account_designMedia__jooZ2{width:120px;height:120px;border-radius:16px;overflow:hidden;flex-shrink:0;background:#f2f4f3;border:1px solid rgba(10,12,11,.08)}.account_designImage__nRLDF{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;display:block}.account_designBody__JsJyj{display:flex;align-items:center;justify-content:space-between;gap:1.4rem;flex:1}.account_designCard__mOTyo:hover{transform:translateY(-2px);box-shadow:0 24px 46px rgba(10,12,11,.14)}.account_designInfo__bpx6o{display:grid;gap:.4rem}.account_designTitle__pWug4{font-size:1.2rem;font-weight:600;margin:0;max-width:540px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account_designMeta__dDmWF{margin:0;color:var(--muted);font-size:.95rem}.account_tagRow__gY0N0{display:flex;flex-wrap:wrap;gap:.5rem}.account_tag__0PwJn{background:rgba(27,211,107,.12);color:#0f7a3c;border-radius:999px;border:1px solid rgba(27,211,107,.25)}.account_tagOutline__Ry1I2,.account_tag__0PwJn{padding:.35rem .7rem;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.account_tagOutline__Ry1I2{background:#f4f7f5;color:#3f4b45;border-radius:999px;border:1px solid rgba(10,12,11,.12)}.account_designActions__NaX2c{display:flex;gap:.7rem;align-items:center}.account_deleteButton__QSjz9{background:#fff;color:#7a1b12;border:1px solid rgba(180,35,24,.3);padding:.85rem 1.4rem;border-radius:999px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s,border-color .2s}.account_deleteButton__QSjz9:hover{transform:translateY(-2px);border-color:rgba(180,35,24,.45);box-shadow:0 12px 24px rgba(180,35,24,.16)}.account_deleteButton__QSjz9:disabled,.account_secondaryButton__uH3PR:disabled{cursor:not-allowed;opacity:.6;box-shadow:none;transform:none}.account_errorText__nI8qh{margin:0;padding:.85rem 1rem;border-radius:14px;background:rgba(180,35,24,.12);border:1px solid rgba(180,35,24,.2);color:#8a1f16;font-weight:600}.account_successText__LscTD{margin:0;padding:.85rem 1rem;border-radius:14px;background:rgba(27,211,107,.16);border:1px solid rgba(27,211,107,.24);color:#0f7a3c;font-weight:600}.account_decisionPill__RNVfc{background:rgba(10,12,11,.9);color:#f4f7f5;padding:.4rem .9rem;border-radius:999px;font-weight:600;font-size:.8rem;white-space:nowrap}.account_statusGrid__E7GtR{display:grid;gap:.8rem;margin-top:1.4rem}.account_statusRow__qTFk0{display:flex;align-items:center;justify-content:space-between;gap:1rem;font-size:.95rem}.account_statusLabel__9fiuN{color:hsla(0,0%,100%,.6);text-transform:uppercase;letter-spacing:.18em;font-size:.65rem}.account_statusValue__M08ES{color:#fff;font-weight:600}.account_statusPill__Zh8C1{background:rgba(27,211,107,.18);color:#d9f8e6;padding:.35rem .75rem;border-radius:999px;border:1px solid rgba(27,211,107,.4);text-transform:uppercase;letter-spacing:.12em;font-size:.7rem;font-weight:700}.account_actionRow__1f5wt{margin-top:1.6rem;display:flex;flex-wrap:wrap;gap:.8rem}.account_languageSwitcher__MUoEY{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.account_languageButton__ADaCZ{display:grid;gap:.35rem;align-items:start;padding:1rem 1.05rem;border-radius:1.2rem;border:1px solid var(--border);background:color-mix(in srgb,var(--surface-soft) 90%,transparent);color:var(--ink);text-align:left;cursor:pointer;transition:transform .2s,box-shadow .2s,border-color .2s,background-color .2s}.account_languageButton__ADaCZ:hover{transform:translateY(-1px);box-shadow:0 16px 28px rgba(10,12,11,.08);border-color:rgba(27,211,107,.25)}.account_languageButtonActive__yoSmI{border-color:rgba(27,211,107,.45);background:linear-gradient(135deg,rgba(27,211,107,.18),color-mix(in srgb,var(--surface-strong) 96%,transparent));box-shadow:0 18px 34px rgba(27,211,107,.12)}.account_languageCode__zNwUy{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;justify-content:center;padding:.28rem .55rem;border-radius:999px;background:rgba(10,12,11,.08);color:var(--muted);font-size:.72rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.account_languageButtonActive__yoSmI .account_languageCode__zNwUy{background:rgba(15,159,71,.12);color:#0f7a3c}.account_languageName__KZ5cq{font-size:1rem;font-weight:600}.account_featureList__HwNOj{margin:0;padding:0;list-style:none;display:grid;gap:.9rem}.account_featureItem__geFwt{display:flex;align-items:flex-start;gap:.7rem;color:hsla(0,0%,100%,.72);font-size:.95rem}.account_featureDot__e8w7I{width:10px;height:10px;border-radius:50%;background:var(--green);box-shadow:0 0 0 6px rgba(27,211,107,.2);margin-top:.35rem;flex-shrink:0}.account_ruleGrid__2B9yB{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.account_ruleCard__VcMA8{border-radius:18px;border:1px solid rgba(10,12,11,.1);padding:1rem 1.1rem;background:#f9fbf9;display:grid;gap:.45rem}.account_ruleTitle__P4dFT{font-weight:700;margin:0}.account_ruleText__xCz8m{margin:0;color:#4d4842}.account_ruleMeta__RoBD5{margin:.3rem 0 0;font-weight:600;color:#111317}.account_pageDark__0VQbp .account_headerBadge__qXF4P{background:#111517;border:1px solid rgba(241,245,243,.08)}.account_pageDark__0VQbp .account_backLink__sQah7,.account_pageDark__0VQbp .account_themeToggle__gqOvl{box-shadow:0 12px 24px rgba(0,0,0,.24)}.account_pageDark__0VQbp .account_backLink__sQah7:hover,.account_pageDark__0VQbp .account_themeToggle__gqOvl:hover{box-shadow:0 16px 30px rgba(0,0,0,.3)}.account_pageDark__0VQbp .account_dangerInput__trFNg,.account_pageDark__0VQbp .account_emptyState__cnoma,.account_pageDark__0VQbp .account_languageButton__ADaCZ,.account_pageDark__0VQbp .account_orderActionButton__Y0eun,.account_pageDark__0VQbp .account_orderCard__y_22f{box-shadow:none}.account_pageDark__0VQbp .account_languageName__KZ5cq,.account_pageDark__0VQbp .account_orderAmount__Fn8e0,.account_pageDark__0VQbp .account_orderTitle__EKArR{color:var(--ink)}.account_pageDark__0VQbp .account_languageCode__zNwUy{background:rgba(241,245,243,.08)}.account_pageDark__0VQbp .account_backLink__sQah7,.account_pageDark__0VQbp .account_dangerInput__trFNg,.account_pageDark__0VQbp .account_emptyState__cnoma,.account_pageDark__0VQbp .account_languageButton__ADaCZ,.account_pageDark__0VQbp .account_orderActionButton__Y0eun,.account_pageDark__0VQbp .account_orderCard__y_22f,.account_pageDark__0VQbp .account_panel__tvCqE,.account_pageDark__0VQbp .account_themeToggle__gqOvl{background:#111517;border-color:rgba(241,245,243,.14)}.account_pageDark__0VQbp .account_dangerInput__trFNg,.account_pageDark__0VQbp .account_emptyText__C_zxW,.account_pageDark__0VQbp .account_emptyTitle__cOP0p,.account_pageDark__0VQbp .account_languageCode__zNwUy,.account_pageDark__0VQbp .account_languageName__KZ5cq,.account_pageDark__0VQbp .account_orderActionButton__Y0eun,.account_pageDark__0VQbp .account_orderMeta__It9wd,.account_pageDark__0VQbp .account_panel__tvCqE *,.account_pageDark__0VQbp .account_profileValue__o_VeW{color:#f1f5f3}.account_pageDark__0VQbp .account_profileLabel__c41Va{color:rgba(241,245,243,.58)}.account_pageDark__0VQbp .account_emptyTitle__cOP0p,.account_pageDark__0VQbp .account_languageName__KZ5cq,.account_pageDark__0VQbp .account_orderAmount__Fn8e0,.account_pageDark__0VQbp .account_orderTitle__EKArR,.account_pageDark__0VQbp .account_profileValue__o_VeW,.account_pageDark__0VQbp .account_sectionTitle__oyP47{color:#f1f5f3}.account_pageDark__0VQbp .account_dangerLabel__d9M0l,.account_pageDark__0VQbp .account_emptyText__C_zxW,.account_pageDark__0VQbp .account_languageCode__zNwUy,.account_pageDark__0VQbp .account_orderMeta__It9wd,.account_pageDark__0VQbp .account_profileLabel__c41Va,.account_pageDark__0VQbp .account_sectionHint__nHeNC,.account_pageDark__0VQbp .account_sectionLabel__FNGUp{color:rgba(241,245,243,.62)}.account_pageDark__0VQbp .account_orderCard__y_22f{background:#111517}.account_pageDark__0VQbp .account_orderActionButton__Y0eun{background:rgba(241,245,243,.06);color:#f1f5f3}.account_pageDark__0VQbp .account_languageButton__ADaCZ{background:#111517}.account_pageDark__0VQbp .account_languageButtonActive__yoSmI{background:rgba(27,211,107,.12);border-color:rgba(27,211,107,.42)}.account_pageDark__0VQbp .account_dangerPanel__vW4So{border-color:hsla(6,100%,70%,.18);background:radial-gradient(140% 110% at 100% 0,rgba(179,42,30,.16),transparent 55%),#111517}.account_pageDark__0VQbp .account_dangerInput__trFNg::-moz-placeholder{color:hsla(7,100%,83%,.56)}.account_pageDark__0VQbp .account_dangerInput__trFNg::placeholder{color:hsla(7,100%,83%,.56)}.account_pageDark__0VQbp .account_dangerError__AGWNi{color:#ff8b78}body.dark-theme .account_dangerPanel__vW4So{border-color:hsla(6,100%,70%,.18);background:radial-gradient(140% 110% at 100% 0,rgba(179,42,30,.16),transparent 55%),#111517}body.dark-theme .account_dangerInput__trFNg{border-color:rgba(241,245,243,.14);background:#111517;color:#f1f5f3;box-shadow:none}body.dark-theme .account_dangerInput__trFNg::-moz-placeholder{color:hsla(7,100%,83%,.56)}body.dark-theme .account_dangerInput__trFNg::placeholder{color:hsla(7,100%,83%,.56)}body.dark-theme .account_dangerLabel__d9M0l{color:rgba(241,245,243,.62)}body.dark-theme .account_dangerError__AGWNi{color:#ff8b78}.account_panel__tvCqE .account_themeToggle__gqOvl{width:100%;justify-content:space-between}@keyframes account_riseIn__C74Uy{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (max-width:980px){.account_header__0RMU8{flex-direction:column;align-items:flex-start}.account_headerActions__I02ip{width:100%;justify-content:space-between}.account_layout__4XifK{grid-template-columns:1fr}}@media (max-width:720px){.account_page__UjyRe{padding:2rem 1rem 3.5rem}.account_headerBadge__qXF4P{font-size:.82rem;padding:.6rem 1rem;gap:.55rem}.account_themeToggle__gqOvl{width:100%;justify-content:space-between}.account_panel__tvCqE{padding:1.6rem;border-radius:20px}.account_title___DIZp{font-size:2.1rem}.account_subtitle__ShS4m{font-size:1rem}.account_buttonGroup___7_iV{flex-direction:column;align-items:stretch}.account_ghostButton__y69IV,.account_outlineButton__gZ394,.account_primaryButton__wN4Hp,.account_secondaryButton__uH3PR{width:100%}.account_sectionHeader__d1RFK{flex-direction:column;align-items:flex-start}.account_sectionHeader__d1RFK .account_outlineButton__gZ394{width:100%}.account_designCard__mOTyo,.account_orderCard__y_22f{flex-direction:column;align-items:flex-start}.account_orderStatus__Z5a__{align-items:flex-start}.account_designBody__JsJyj{width:100%;flex-direction:column;align-items:flex-start}.account_designTitle__pWug4{white-space:normal}.account_headerBadge__qXF4P{white-space:normal;width:100%;justify-content:space-between;flex-wrap:wrap}.account_badgeDivider__FkU8W{display:none}.account_languageSwitcher__MUoEY,.account_ruleGrid__2B9yB{grid-template-columns:1fr}}@media (max-width:560px){.account_page__UjyRe{padding:1.6rem .85rem 3rem}.account_header__0RMU8{margin-bottom:2rem}.account_eyebrow__uv678{letter-spacing:.25em}.account_title___DIZp{font-size:1.9rem}.account_subtitle__ShS4m{font-size:.95rem}.account_headerBadge__qXF4P{font-size:.76rem;padding:.5rem .85rem}.account_badgeDot__kJ_QS{width:7px;height:7px;box-shadow:0 0 0 4px rgba(27,211,107,.22)}.account_panel__tvCqE{padding:1.35rem;border-radius:18px}.account_sectionTitle__oyP47{font-size:1.25rem}.account_sectionHint__nHeNC{font-size:.92rem}.account_designCard__mOTyo{padding:1.2rem}.account_designMeta__dDmWF{font-size:.9rem}.account_secondaryButton__uH3PR{align-self:stretch}.account_designActions__NaX2c{width:100%;flex-direction:column;align-items:stretch}.account_deleteButton__QSjz9{width:100%}.account_statusRow__qTFk0{flex-direction:column;align-items:flex-start}.account_statusValue__M08ES{word-break:break-word}.account_featureItem__geFwt{font-size:.9rem}}.community_shell__R7ipp{--bg:#05070c;--bg-soft:rgba(14,17,25,.92);--panel:rgba(11,14,22,.86);--panel-strong:rgba(6,8,14,.98);--stroke:hsla(0,0%,100%,.1);--stroke-strong:hsla(0,0%,100%,.18);--text:#f7f8fb;--text-soft:rgba(247,248,251,.74);--text-faint:rgba(247,248,251,.48);--accent:#ff7a18;--accent-soft:rgba(255,122,24,.14);--accent-secondary:#f3d25f;min-height:100vh;min-height:100dvh;background:radial-gradient(circle at top left,rgba(255,122,24,.14),transparent 30%),radial-gradient(circle at 82% 0,rgba(243,210,95,.12),transparent 26%),linear-gradient(180deg,#020307,#05070c 26%,#0a0f18);color:var(--text);position:relative;overflow:clip}.community_shell__R7ipp:after,.community_shell__R7ipp:before{content:"";position:absolute;border-radius:999px;filter:blur(28px);opacity:.7;pointer-events:none}.community_shell__R7ipp:before{width:24rem;height:24rem;left:-10rem;top:12rem;background:radial-gradient(circle,rgba(255,122,24,.1),transparent 68%)}.community_shell__R7ipp:after{width:18rem;height:18rem;right:-6rem;bottom:8rem;background:radial-gradient(circle,rgba(243,210,95,.1),transparent 70%)}.community_profilePage__LGS81{--bg:#f7f7f4;--bg-soft:hsla(0,0%,100%,.96);--panel:#fff;--panel-strong:#fff;--stroke:rgba(17,19,23,.08);--stroke-strong:rgba(17,19,23,.14);--text:#111317;--text-soft:rgba(17,19,23,.62);--text-faint:rgba(17,19,23,.44);background:linear-gradient(180deg,#faf9f6,#f5f5f2);color:var(--text)}body.dark-theme .community_profilePage__LGS81{--bg:#111517;--bg-soft:rgba(17,21,23,.98);--panel:#151b20;--panel-strong:#151b20;--stroke:rgba(241,245,243,.1);--stroke-strong:rgba(241,245,243,.14);--text:#f1f5f3;--text-soft:rgba(241,245,243,.68);--text-faint:rgba(241,245,243,.48);background:linear-gradient(180deg,#111517,#111517);color:var(--text)}.community_profilePage__LGS81:after,.community_profilePage__LGS81:before{display:none}.community_profilePage__LGS81 .community_content__QShsA{width:min(42rem,calc(100vw - 1.2rem));padding-top:calc(env(safe-area-inset-top) + .8rem)}.community_profilePage__LGS81 .community_backLink__bV_zg{min-height:3.1rem;width:3.1rem;padding:0;background:hsla(0,0%,100%,.88);border-color:rgba(17,19,23,.08);color:#111317;box-shadow:0 10px 24px rgba(17,19,23,.06);align-self:flex-start;justify-content:center}body.dark-theme .community_profilePage__LGS81 .community_backLink__bV_zg{background:rgba(21,27,32,.96);border-color:rgba(241,245,243,.1);color:#f1f5f3;box-shadow:0 10px 24px rgba(0,0,0,.18)}.community_content__QShsA{position:relative;z-index:1;width:min(1120px,calc(100vw - .5rem));margin:0 auto;padding:1rem 0 4rem}.community_topbar__If4yZ{display:flex;align-items:center;justify-content:center;gap:1rem;padding:.4rem 0 .85rem}.community_brandBlock__wqZj8{display:grid;gap:.5rem;max-width:32rem}.community_eyebrow__hgn4R{margin:0;text-transform:uppercase;letter-spacing:.34em;color:var(--text-faint);font-size:.7rem;font-weight:700}.community_title__sLmyT{margin:0;font-family:inherit;font-size:clamp(1.8rem,4vw,2.5rem);line-height:1;letter-spacing:-.04em;max-width:none}.community_subtitle__HrYT8{margin:0;max-width:46rem;color:var(--text-soft);font-size:1rem;line-height:1.65}.community_headerActions__iVBP7{display:flex;flex-wrap:nowrap;justify-content:center;gap:.55rem}.community_backLink__bV_zg,.community_ctaButton__MG_su,.community_detailToggleButton__up7nh,.community_pillGhost__ed2sj,.community_pillPrimary__VclQ1,.community_utilityLink__3Exdk{display:inline-flex;align-items:center;justify-content:center;min-height:2.85rem;padding:.76rem 1rem;border-radius:999px;border:1px solid transparent;text-decoration:none;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}.community_ctaButton__MG_su,.community_pillPrimary__VclQ1{background:linear-gradient(135deg,#fff7ea,#ffd6b1);color:#140d08;font-weight:800;box-shadow:0 18px 40px rgba(0,0,0,.24)}.community_backLink__bV_zg,.community_detailToggleButton__up7nh,.community_pillGhost__ed2sj,.community_utilityLink__3Exdk{color:var(--text);background:hsla(0,0%,100%,.04);border-color:var(--stroke);backdrop-filter:blur(18px)}.community_backLink__bV_zg:hover,.community_ctaButton__MG_su:hover,.community_detailToggleButton__up7nh:hover,.community_pillGhost__ed2sj:hover,.community_pillPrimary__VclQ1:hover,.community_utilityLink__3Exdk:hover{transform:translateY(-1px)}.community_iconActionButton__sLlj9{width:3rem;height:3rem;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid var(--stroke);background:hsla(0,0%,100%,.04);color:var(--text);text-decoration:none;cursor:pointer;backdrop-filter:blur(18px);transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease}.community_iconActionButton__sLlj9:hover{transform:translateY(-1px)}.community_iconActionButtonActive__1vPLP{background:rgba(255,122,24,.14);border-color:rgba(255,122,24,.28);color:#ffe4cf}.community_iconActionButtonPrimary__uQnIe{background:linear-gradient(135deg,#fff7ea,#ffd6b1);color:#140d08;border-color:rgba(255,214,177,.42);box-shadow:0 18px 40px rgba(0,0,0,.24)}.community_emptyBlock__k8kTC,.community_errorBlock__IxXk3,.community_feedCard__lwOO6,.community_glassCard__BDU6F,.community_gridCard__5BJhU,.community_metricCard__2Kc0d,.community_skeletonCard__BNeve{background:linear-gradient(180deg,hsla(0,0%,100%,.08),hsla(0,0%,100%,.02)),var(--bg-soft);border:1px solid var(--stroke);border-radius:30px;box-shadow:0 24px 70px rgba(0,0,0,.22);backdrop-filter:blur(20px)}.community_glassCard__BDU6F{padding:1.35rem}.community_filterMeta__pkmll,.community_heroMeta__nG5OL{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center}.community_tag__MVCRd{display:inline-flex;align-items:center;gap:.45rem;border-radius:999px;padding:.5rem .82rem;background:hsla(0,0%,100%,.05);border:1px solid var(--stroke);color:var(--text-soft);font-size:.72rem;text-transform:uppercase;letter-spacing:.18em}.community_tagAccent___6RII{background:var(--accent-soft);color:#ffe4cf;border-color:rgba(255,122,24,.26)}.community_sectionHeader__DpA8e{display:flex;justify-content:space-between;align-items:end;gap:1rem;margin:.8rem 0}.community_sectionTitle__VGs_G{margin:0;font-size:.95rem;text-transform:uppercase;letter-spacing:.24em;color:var(--text-faint)}.community_sectionText__ni9Pc{margin:.9rem 0 0;color:var(--text-soft);max-width:42rem;font-size:.96rem;line-height:1.65}.community_statsRow__OZ6va{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.community_metricCard__2Kc0d{padding:1rem 1.05rem;min-height:100%}.community_metricValue__KIHYd{margin:0;font-size:clamp(1.12rem,2vw,1.7rem);font-weight:800;letter-spacing:-.04em;word-break:break-word}.community_metricLabel__ihk24{margin:0 0 .35rem;font-size:.72rem;color:var(--text-faint);text-transform:uppercase;letter-spacing:.18em}.community_filterBar__lkua_{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,.8fr) auto;gap:.75rem;align-items:end;margin:0 0 1.1rem;padding:.95rem;border-radius:26px;border:1px solid var(--stroke);background:rgba(5,7,12,.78);box-shadow:0 18px 48px rgba(0,0,0,.22);backdrop-filter:blur(24px)}.community_filterField__9B1BD{display:grid;gap:.45rem}.community_filterSearch__K2ivF,.community_filterSelect__Wg8DP{width:100%;min-height:3rem;border-radius:18px;border:1px solid var(--stroke);background:hsla(0,0%,100%,.04);color:var(--text);padding:.85rem .95rem;font-size:.95rem;outline:none}.community_filterSearch__K2ivF::-moz-placeholder{color:var(--text-faint)}.community_filterSearch__K2ivF::placeholder{color:var(--text-faint)}.community_feedRail__lOjNE{width:100%;margin:0 auto;display:grid;gap:1.1rem}.community_feedCard__lwOO6{padding:.6rem;display:grid;gap:.9rem;border-radius:26px}.community_gridCard__5BJhU{overflow:hidden;border-radius:24px}.community_mediaLink__Mw2FV{display:block;text-decoration:none;color:inherit}.community_media__jfp55{position:relative;aspect-ratio:1/1.1;overflow:hidden;border-radius:22px;background:radial-gradient(circle at top,rgba(255,122,24,.14),transparent 36%),linear-gradient(180deg,hsla(0,0%,100%,.08),rgba(0,0,0,.24))}.community_gridCard__5BJhU .community_media__jfp55{aspect-ratio:1/1;border-radius:0}.community_detailMedia__8VCOo{position:relative;min-height:min(72vw,42rem);overflow:hidden;border-radius:34px;background:radial-gradient(circle at top,rgba(255,122,24,.14),transparent 36%),linear-gradient(180deg,hsla(0,0%,100%,.08),rgba(0,0,0,.24))}.community_mediaImage__h7i6L{-o-object-fit:contain;object-fit:contain;-o-object-position:center center;object-position:center center}.community_gridCard__5BJhU .community_mediaImage__h7i6L{-o-object-fit:cover;object-fit:cover}.community_mediaFallback__EFWIV{position:absolute;inset:0;display:grid;place-items:center;padding:1.4rem}.community_mediaFallbackInner__qZ8vw{display:grid;gap:.6rem;max-width:20rem;text-align:center}.community_mediaFallbackLabel__j1_mA{color:var(--text-faint);text-transform:uppercase;letter-spacing:.24em;font-size:.7rem;font-weight:700}.community_mediaFallbackTitle__te_1G{margin:0;font-size:1.35rem;font-weight:800;letter-spacing:-.04em}.community_mediaFallbackText__hFimc{margin:0;color:var(--text-soft);line-height:1.6}.community_mediaOverlay__fhiqW{position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,9,14,.04),rgba(7,9,14,.58));pointer-events:none}.community_mediaBadge__mumVw{position:absolute;left:1rem;bottom:1rem;display:inline-flex;align-items:center;min-height:2rem;padding:.45rem .8rem;border-radius:999px;background:rgba(7,9,14,.72);border:1px solid hsla(0,0%,100%,.14);color:var(--text);font-size:.76rem;font-weight:700;letter-spacing:.06em}.community_cardBody__yNCTb{padding:.85rem 1rem 1rem}.community_gridCard__5BJhU .community_cardBody__yNCTb{padding:.95rem}.community_cardCopy__bxHIm{display:grid;gap:.28rem}.community_cardTitle__uTGVa{display:inline-block;margin:0;color:var(--text);text-decoration:none;font-size:1.18rem;line-height:1.15;font-weight:800;letter-spacing:-.04em}.community_gridCard__5BJhU .community_cardTitle__uTGVa{font-size:.98rem}.community_cardAuthor___iQ_S{margin:0;color:var(--text-soft);font-size:.9rem;line-height:1.5}.community_authorLink__HzT4R{color:var(--text);text-decoration:none;font-weight:700}.community_cardMeta__8hsmd{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;color:var(--text-faint);font-size:.86rem}.community_cardActions__AtBvd,.community_detailActions__mnFvZ{display:flex;flex-wrap:wrap;gap:.65rem}.community_utilityLink__3Exdk{font-weight:700}.community_profileToolbar__ds_eV{position:relative;z-index:3;display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;pointer-events:auto}.community_profileToolbarShareButton__X_g7y{position:relative;z-index:4;width:2.75rem;height:2.75rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(17,19,23,.08);background:hsla(0,0%,100%,.92);color:#111317;box-shadow:0 10px 24px rgba(17,19,23,.06);cursor:pointer;pointer-events:auto;-webkit-tap-highlight-color:transparent;touch-action:manipulation}body.dark-theme .community_profileToolbarShareButton__X_g7y{background:rgba(21,27,32,.96);border-color:rgba(241,245,243,.1);color:#f1f5f3;box-shadow:0 10px 24px rgba(0,0,0,.18)}.community_profileLanguageSwitcher__b5zez{display:inline-grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;padding:.32rem;border-radius:999px;background:hsla(0,0%,100%,.88);border:1px solid rgba(17,19,23,.08);box-shadow:0 10px 24px rgba(17,19,23,.06)}.community_profileLanguageButton__Kh8sS{display:inline-flex;align-items:center;gap:.45rem;min-height:2.5rem;padding:.55rem .8rem;border:0;border-radius:999px;background:transparent;color:rgba(17,19,23,.64);cursor:pointer;transition:background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease}.community_profileLanguageButton__Kh8sS:hover{transform:translateY(-1px)}.community_profileLanguageButtonActive__OBPuQ{background:linear-gradient(135deg,rgba(17,19,23,.96),rgba(38,42,48,.96));color:#fff;box-shadow:0 12px 20px rgba(17,19,23,.16)}.community_profileLanguageCode__NeIoK{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:1.5rem;padding:0 .38rem;border-radius:999px;background:rgba(17,19,23,.08);font-size:.68rem;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.community_profileLanguageButtonActive__OBPuQ .community_profileLanguageCode__NeIoK{background:hsla(0,0%,100%,.16)}.community_profileLanguageLabel__H_3Tb{font-size:.84rem;font-weight:700}.community_backLink__bV_zg{gap:0;font-size:1.05rem;font-weight:700;width:3.1rem;max-width:none}.community_visuallyHidden__TEf2V{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.community_profileHeader__Y1gRJ{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(18rem,.7fr);gap:1rem;margin-bottom:1.1rem}.community_profileHero__5GEJq{display:flex;align-items:center;gap:1rem}.community_avatar__oi385{width:5.2rem;height:5.2rem;flex-shrink:0;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle at top,hsla(0,0%,100%,.22),transparent 42%),linear-gradient(135deg,#ff7a18,#1d1007);border:1px solid hsla(0,0%,100%,.14);color:#fff6ef;font-size:1.6rem;font-weight:800;letter-spacing:.08em;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.12)}.community_profileCopy__QvvfE{display:grid;gap:.4rem}.community_profileName__Cy2_n{margin:0;font-size:clamp(1.75rem,4vw,3.3rem);line-height:.96;letter-spacing:-.04em}.community_profileBio__VLp4T{margin:0;color:var(--text-soft);line-height:1.65;max-width:42rem}.community_profileStats__oR785{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.community_profileStat__QdtzN{min-height:100%;padding:1.1rem 1rem;border-radius:26px;border:1px solid var(--stroke);background:linear-gradient(180deg,hsla(0,0%,100%,.06),hsla(0,0%,100%,.02)),var(--panel);box-shadow:0 18px 46px rgba(0,0,0,.22)}.community_profileStatValue__conBo{margin:0;font-size:1.35rem;font-weight:800;letter-spacing:-.04em}.community_profileStatLabel__nHx_G{margin:.35rem 0 0;font-size:.78rem;text-transform:uppercase;letter-spacing:.18em;color:var(--text-faint)}.community_profileGrid__MMw37{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.community_profileHeaderCompact__0exJi{display:grid;justify-items:center;gap:.9rem;margin-bottom:1rem}.community_profileAvatarWrap___5oEZ{position:relative}.community_profileAvatarLarge__6RGHS{position:relative;width:8.25rem;height:8.25rem;overflow:hidden;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#ffd7ba,#f6f6f3 58%,#d8ebff);border:3px solid hsla(0,0%,100%,.95);box-shadow:0 18px 36px rgba(17,19,23,.08);color:#111317;font-size:2rem;font-weight:800}body.dark-theme .community_profileAvatarLarge__6RGHS{border-color:rgba(241,245,243,.12);box-shadow:0 18px 36px rgba(0,0,0,.22)}.community_profileAvatarImage__054L2{-o-object-fit:cover;object-fit:cover}.community_profileIdentity__BM9wN{display:grid;gap:.18rem;justify-items:center;text-align:center}.community_profileNameCompact__u9s8F{margin:0;font-size:clamp(1.9rem,6vw,2.8rem);line-height:.96;letter-spacing:-.05em;color:#111317}body.dark-theme .community_profileNameCompact__u9s8F{color:#f1f5f3}.community_profileHandle__vlZ1B{margin:0;color:rgba(17,19,23,.46);font-size:1.02rem;line-height:1.4}body.dark-theme .community_profileHandle__vlZ1B{color:rgba(241,245,243,.46)}.community_profileActionRow__QFqws{display:flex;justify-content:center;align-items:center;gap:.6rem;width:100%}.community_profilePrimaryButton__hcwQU,.community_profileSecondaryButton__hH7NV{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-width:8.25rem;min-height:2.95rem;padding:.75rem 1.15rem;border-radius:999px;border:1px solid rgba(17,19,23,.08);text-decoration:none;font-size:1rem;font-weight:700;cursor:pointer}.community_profilePrimaryButton__hcwQU{background:#111317;color:#fff;box-shadow:0 14px 30px rgba(17,19,23,.12)}.community_profilePrimaryButtonActive__BSB7t{min-width:9.75rem;background:hsla(0,0%,100%,.96);color:#0f7a3c;border-color:rgba(27,211,107,.34);box-shadow:0 14px 30px rgba(15,159,71,.12)}body.dark-theme .community_profilePrimaryButtonActive__BSB7t{background:rgba(241,245,243,.96);color:#0f7a3c}.community_profileSecondaryButton__hH7NV{background:hsla(0,0%,100%,.92);color:#111317}body.dark-theme .community_profileSecondaryButton__hH7NV{background:#151b20;border-color:rgba(241,245,243,.1);color:#f1f5f3}.community_profileSecondaryIconButton__wFAbB{width:2.95rem;height:2.95rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(17,19,23,.08);background:hsla(0,0%,100%,.92);color:#111317;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation}body.dark-theme .community_profileSecondaryIconButton__wFAbB{background:#151b20;border-color:rgba(241,245,243,.1);color:#f1f5f3}.community_profileStatsStrip__RcPSg{width:min(28rem,100%);display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;margin-top:.2rem}.community_profileStatItem__9bwgO{padding:0 .6rem;text-align:center}.community_profileStatButton__2cepF{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0 .6rem;text-align:center;border:0;border-radius:0;background:transparent;cursor:pointer;transition:none}.community_profileStatButton__2cepF:focus-visible{outline:none;box-shadow:inset 0 0 0 1px rgba(17,19,23,.14)}.community_profileStatButton__2cepF+.community_profileStatButton__2cepF,.community_profileStatItem__9bwgO+.community_profileStatItem__9bwgO{border-left:1px solid rgba(17,19,23,.08)}body.dark-theme .community_profileStatButton__2cepF+.community_profileStatButton__2cepF,body.dark-theme .community_profileStatItem__9bwgO+.community_profileStatItem__9bwgO{border-left-color:rgba(241,245,243,.1)}.community_profileStatNumber__qLVTA{margin:0;font-size:clamp(1.55rem,4vw,2rem);font-weight:800;line-height:1;color:#111317}body.dark-theme .community_profileStatNumber__qLVTA{color:#f1f5f3}.community_profileStatCaption__03jzD{margin:.35rem 0 0;font-size:.92rem;color:rgba(17,19,23,.52)}body.dark-theme .community_profileStatCaption__03jzD{color:rgba(241,245,243,.56)}body.dark-theme .community_profileStatButton__2cepF:focus-visible{box-shadow:inset 0 0 0 1px rgba(241,245,243,.14)}.community_profileBioPill__8Hu7X{width:min(28rem,100%);margin:0;padding:.8rem 1rem;border-radius:999px;background:rgba(17,19,23,.04);color:rgba(17,19,23,.68);text-align:center;line-height:1.45}body.dark-theme .community_profileBioPill__8Hu7X{background:#151b20;color:rgba(241,245,243,.72)}.community_profileGridSection__Ir1Dk{margin-top:1.1rem}.community_profileGridTabs__WW90X{display:flex;justify-content:center;border-bottom:1px solid rgba(17,19,23,.08);margin-bottom:.3rem}body.dark-theme .community_profileGridTabs__WW90X{border-bottom-color:rgba(241,245,243,.1)}.community_profileTabButton__Ov15W{position:relative;min-width:4rem;min-height:3.25rem;border:0;background:none;color:rgba(17,19,23,.42);display:inline-flex;align-items:center;justify-content:center}body.dark-theme .community_profileTabButton__Ov15W{color:rgba(241,245,243,.42)}.community_profileTabButtonActive__Ncuhe{color:#111317}body.dark-theme .community_profileTabButtonActive__Ncuhe{color:#f1f5f3}.community_profileTabButtonActive__Ncuhe:after{content:"";position:absolute;left:.9rem;right:.9rem;bottom:0;height:2px;border-radius:999px;background:#111317}body.dark-theme .community_profileTabButtonActive__Ncuhe:after{background:#f1f5f3}.community_profileGrid__MMw37.community_profileGridCompact__DtzMf{grid-template-columns:repeat(3,minmax(0,1fr));gap:.22rem}.community_profileGridCompact__DtzMf .community_gridCard__5BJhU{border-radius:0;border:0;background:transparent;box-shadow:none}.community_profileGridCompact__DtzMf .community_media__jfp55{aspect-ratio:1/1.22;border-radius:.9rem;background:radial-gradient(circle at top,rgba(255,122,24,.1),transparent 38%),linear-gradient(180deg,hsla(0,0%,100%,.58),rgba(17,19,23,.1))}body.dark-theme .community_profileGridCompact__DtzMf .community_media__jfp55{background:radial-gradient(circle at top,rgba(255,122,24,.08),transparent 38%),linear-gradient(180deg,rgba(36,41,48,.92),rgba(17,21,23,.98))}.community_profileGridCompact__DtzMf .community_mediaOverlay__fhiqW{background:linear-gradient(180deg,hsla(0,0%,100%,.04),rgba(17,19,23,.14))}.community_detailLayout__ZKh7T{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(18rem,.85fr);gap:1rem;align-items:start}.community_detailPanel__DPG44,.community_detailStage__Rvf2A{display:grid;gap:.85rem}.community_detailToggle__zukBt{display:inline-flex;gap:.55rem;flex-wrap:wrap}.community_detailToggleButton__up7nh{min-height:2.55rem;padding-inline:.95rem;font-size:.84rem;font-weight:800}.community_detailToggleButtonActive__Fx_Ni{background:rgba(255,122,24,.16);border-color:rgba(255,122,24,.28);color:#ffe6d6}.community_detailMeta__ap_DH{display:grid;gap:.75rem;margin:1.25rem 0}.community_statusTitle__6Sq65{margin:0;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800;letter-spacing:-.04em}.community_statusText__D7DkP{margin:0;color:var(--text-soft);line-height:1.6}.community_emptyBlock__k8kTC,.community_errorBlock__IxXk3{display:grid;justify-items:center;gap:.85rem;padding:2.2rem 1.25rem;text-align:center}.community_skeletonCard__BNeve{overflow:hidden;border-radius:30px}.community_skeletonMedia__cOowi{aspect-ratio:1/1.1;background:linear-gradient(90deg,hsla(0,0%,100%,.06),hsla(0,0%,100%,.12),hsla(0,0%,100%,.06));animation:community_pulse__Mgc4F 1.4s ease infinite}.community_skeletonBody__mNgdV{display:grid;gap:.65rem;padding:1rem}.community_skeletonLine__xTRPi{height:.82rem;width:72%;border-radius:999px;background:linear-gradient(90deg,hsla(0,0%,100%,.06),hsla(0,0%,100%,.12),hsla(0,0%,100%,.06));animation:community_pulse__Mgc4F 1.4s ease infinite}.community_skeletonLineWide__QrhJT{width:94%}@keyframes community_pulse__Mgc4F{0%,to{opacity:.72}50%{opacity:1}}@media (max-width:1024px){.community_detailLayout__ZKh7T,.community_filterBar__lkua_,.community_profileHeader__Y1gRJ{grid-template-columns:1fr}.community_filterMeta__pkmll{justify-content:flex-start}}@media (max-width:720px){.community_content__QShsA{width:min(100vw - .2rem,100%);padding-top:.7rem}.community_profileHero__5GEJq,.community_sectionHeader__DpA8e,.community_topbar__If4yZ{flex-direction:column;align-items:flex-start}.community_profilePage__LGS81 .community_content__QShsA{width:min(100vw - .85rem,100%);padding-top:calc(env(safe-area-inset-top) + .55rem)}.community_profilePage__LGS81 .community_profileToolbar__ds_eV{flex-direction:row;align-items:center;justify-content:space-between}.community_profilePage__LGS81 .community_backLink__bV_zg{min-height:2.8rem;width:2.8rem;padding:0;font-size:.95rem}.community_profileLanguageSwitcher__b5zez{width:100%}.community_profileLanguageButton__Kh8sS{justify-content:center}.community_cardActions__AtBvd,.community_detailActions__mnFvZ,.community_headerActions__iVBP7{width:auto}.community_ctaButton__MG_su,.community_pillGhost__ed2sj,.community_pillPrimary__VclQ1,.community_utilityLink__3Exdk{width:100%}.community_iconActionButtonPrimary__uQnIe,.community_iconActionButton__sLlj9{width:2.85rem;height:2.85rem}.community_title__sLmyT{max-width:none;font-size:clamp(2.1rem,10vw,3.5rem)}.community_profileGrid__MMw37,.community_statsRow__OZ6va{grid-template-columns:1fr}.community_profileGrid__MMw37.community_profileGridCompact__DtzMf{grid-template-columns:repeat(3,minmax(0,1fr))}.community_feedRail__lOjNE{width:100%}.community_emptyBlock__k8kTC,.community_errorBlock__IxXk3,.community_feedCard__lwOO6,.community_glassCard__BDU6F{border-radius:22px}.community_detailMedia__8VCOo,.community_media__jfp55{border-radius:20px}.community_gridCard__5BJhU .community_media__jfp55{border-radius:0}.community_avatar__oi385{width:4.5rem;height:4.5rem}.community_profileAvatarLarge__6RGHS{width:7.3rem;height:7.3rem}.community_profileStatsStrip__RcPSg{width:100%}.community_profileBioPill__8Hu7X{width:100%;font-size:.94rem}}.BackButton_back__CH8jd{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;gap:8px;width:-moz-fit-content;width:fit-content;min-height:44px;padding:0 14px;border:1px solid oklch(86% .008 155);border-radius:12px;background:oklch(98% .005 155);color:oklch(28% .015 155);font-family:inherit;font-size:14px;font-weight:500;line-height:1;letter-spacing:normal;text-transform:none;text-decoration:none;cursor:pointer;transition:background .16s ease-out,border-color .16s ease-out}.BackButton_back__CH8jd:hover{background:oklch(94% .012 155);border-color:oklch(68% .025 155)}.BackButton_back__CH8jd:focus-visible{outline:2px solid oklch(55% .14 155);outline-offset:3px}.BackButton_back__CH8jd:disabled{opacity:.45;cursor:not-allowed}.BackButton_back__CH8jd svg{flex-shrink:0}body.dark-theme .BackButton_back__CH8jd{background:oklch(21% .008 155);color:oklch(94% .008 155);border-color:oklch(36% .008 155)}body.dark-theme .BackButton_back__CH8jd:hover{background:oklch(28% .012 155);border-color:oklch(52% .025 155)}@media (prefers-reduced-motion:reduce){.BackButton_back__CH8jd{transition:none}}.for-you_shell__Jd_YP{--feed-surface:#fff;--feed-card:rgba(255,251,244,.92);--feed-card-strong:rgba(255,251,244,.98);--feed-ink:#14110f;--feed-muted:rgba(20,17,15,.64);--feed-line:rgba(20,17,15,.1);--feed-line-strong:rgba(20,17,15,.16);--feed-accent:#c86d3a;--feed-accent-dark:#8f4924;--feed-sticky-chrome-height:calc(env(safe-area-inset-top) + 3.25rem);position:relative;min-height:100vh;min-height:100dvh;padding:0 0 calc(env(safe-area-inset-bottom) + 7rem);background:radial-gradient(circle at top left,rgba(200,109,58,.08),transparent 24rem),#fff;color:var(--feed-ink)}.for-you_shellGlow__imMQO{position:fixed;inset:0;pointer-events:none;background:none;z-index:0}body.dark-theme .for-you_shell__Jd_YP{background:var(--global-dark-surface)}body.dark-theme .for-you_cardBody__0kg_E{background:rgba(17,21,23,.94)}body.dark-theme .for-you_cardPrice__e37vd,body.dark-theme .for-you_cardTitleLink__AKTrP,body.dark-theme .for-you_cardTitle__RmGwc{color:var(--global-dark-text)}body.dark-theme .for-you_cardDescription__2e52e,body.dark-theme .for-you_inlineToggle__J4GBB{color:var(--global-dark-muted)}body.dark-theme .for-you_actionButton__OYCBK,body.dark-theme .for-you_iconActionButton__ks5yo,body.dark-theme .for-you_ownerActionButton__F5EHy,body.dark-theme .for-you_utilityButton__fltJY{border-color:var(--global-dark-border);background:hsla(0,0%,100%,.08);color:var(--global-dark-text)}body.dark-theme .for-you_iconActionButton__ks5yo:hover{border-color:rgba(241,245,243,.22);background:hsla(0,0%,100%,.12)}body.dark-theme .for-you_actionButtonActive__YYWMX{border-color:rgba(200,109,58,.36);background:rgba(200,109,58,.14);color:#f4c3a8}body.dark-theme .for-you_productIconButton__ARunZ{border-color:rgba(27,211,107,.22);background:rgba(27,211,107,.12);color:#7ef0ad}body.dark-theme .for-you_productIconButton__ARunZ:hover{border-color:rgba(27,211,107,.3);background:rgba(27,211,107,.16)}.for-you_feedChrome__TXCEU{position:relative;z-index:12;padding:calc(env(safe-area-inset-top) + .3rem) clamp(.9rem,2.8vw,1.5rem) .35rem;background:transparent}.for-you_feedChromeSticky__4rh8N{position:sticky;top:calc(env(safe-area-inset-top) + .35rem);z-index:30;display:flex;justify-content:center;padding-inline:.9rem;pointer-events:none;background:transparent}.for-you_feedChromeRow__k4Eq3{display:flex;align-items:center;justify-content:space-between;gap:.75rem;pointer-events:none}.for-you_feedChromeRowCentered__bfVud{justify-content:center}.for-you_chromeBrowseStack__8J_w_{display:flex;flex-direction:column;align-items:center;gap:.32rem;pointer-events:none}.for-you_chromeBrowseStackMinimal__1B0ts{gap:.22rem}.for-you_chromeTitleBlock__IQiPC{display:inline-flex;align-items:center;min-width:0}.for-you_chromeEyebrow__YwMWs{color:rgba(20,17,15,.36);font-size:.46rem;font-weight:800;letter-spacing:.28em;text-transform:uppercase}.for-you_feedChromeSticky__4rh8N .for-you_chromeEyebrow__YwMWs{color:rgba(20,17,15,.36);text-shadow:none}.for-you_chromeTitle__O3CsZ{margin:0;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,Georgia,serif;font-size:clamp(1.7rem,4vw,2.35rem);line-height:.96;letter-spacing:-.04em}.for-you_chromeBackButton__rs5z0{gap:.45rem;justify-self:flex-start;padding:.7rem .95rem;border-radius:999px;border:1px solid var(--feed-line);background:rgba(255,251,244,.84);color:var(--feed-ink);text-decoration:none;font-size:.86rem;font-weight:700;box-shadow:0 14px 32px rgba(44,32,25,.06)}.for-you_chromeBackButton__rs5z0,.for-you_feedTabs__rH4Qs{display:inline-flex;align-items:center;pointer-events:auto}.for-you_feedTabs__rH4Qs{gap:.14rem;padding:.18rem;border-radius:999px;background:hsla(0,0%,100%,.78);border:1px solid rgba(20,17,15,.08);box-shadow:0 10px 26px rgba(32,24,18,.06);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.for-you_feedTabsBrowse__p6Y73{position:relative;gap:.12rem;padding:.1rem;border-radius:999px;margin-left:0;background:rgba(13,17,23,.54);border:1px solid hsla(0,0%,100%,.1);box-shadow:0 20px 60px rgba(15,23,42,.22);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.for-you_feedTabsBrowseCollapsed__J504Q{pointer-events:none}.for-you_feedTabsBrowseInner__r3NVN{display:flex;align-items:center;gap:.12rem;pointer-events:auto}.for-you_feedTabsBrowse__p6Y73:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:none;pointer-events:none}.for-you_feedTabButton__Tc9jd{min-width:4.9rem;border:0;border-radius:999px;padding:.45rem .8rem;background:transparent;color:var(--feed-muted);font-size:.78rem;font-weight:700;letter-spacing:-.01em}.for-you_feedTabButtonBrowse__cS4qC{position:relative;min-width:5.15rem;padding:.42rem .76rem;color:hsla(0,0%,100%,.72);font-size:.76rem;font-weight:600;text-shadow:none;transition:color .18s ease,background .18s ease,opacity .18s ease,border-color .18s ease}.for-you_feedTabButtonActive__OwYs_{background:#fff;color:var(--feed-ink);box-shadow:0 4px 10px rgba(36,26,20,.07)}.for-you_feedTabButtonBrowseActive__QLspI{background:hsla(0,0%,100%,.12);color:#fff;box-shadow:none}.for-you_feedTabButtonBrowseActive__QLspI:after{content:"";position:absolute;left:.9rem;right:.9rem;bottom:.22rem;height:1px;border-radius:999px;background:hsla(0,0%,100%,.62)}.for-you_feedSearchLauncher__CQyDh{justify-self:end}.for-you_virtualList__AKKVr{position:relative;z-index:1;width:100%}[data-feed-scope=browse] .for-you_statusState__2z199,[data-feed-scope=browse] .for-you_virtualList__AKKVr{padding-top:0}.for-you_virtualListInner___YnY_{position:relative;width:100%}.for-you_virtualRow__U2m73{position:absolute;top:0;left:0;width:100%;padding-bottom:1.7rem}.for-you_draftPreviewList__VNkkx{position:relative;z-index:1;display:grid;width:100%}.for-you_draftPreviewRow__qESNU{width:100%;padding-bottom:1.7rem}.for-you_feedCard__8j2mf{width:100%;border-radius:0;overflow:hidden;border:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.for-you_feedCardSkeleton__r6Vpu{pointer-events:none;background:#fff}.for-you_feedCardSkeletonCompact__ts9HS .for-you_mediaFrame__9a_5z{aspect-ratio:4/4.8}.for-you_mediaShell____go3{position:relative}.for-you_creatorOverlay__o7ZUe{position:absolute;top:0;left:0;right:0;z-index:3;display:flex;align-items:flex-start;justify-content:space-between;gap:.55rem;padding:calc(env(safe-area-inset-top) + .72rem) .8rem .8rem;background:linear-gradient(180deg,rgba(12,11,10,.5),rgba(12,11,10,.18) 62%,transparent);pointer-events:none}.for-you_skeletonCreatorOverlay__NuOjU{background:linear-gradient(180deg,hsla(0,0%,6%,.14),hsla(0,0%,6%,.04) 60%,transparent)}.for-you_creatorOverlayButton__rPy9w{display:flex;align-items:center;gap:.55rem;min-width:0;max-width:min(80%,28rem);border:0;background:transparent;padding:0;color:#fff;text-align:left;pointer-events:auto}.for-you_creatorAvatar__1vsJP,.for-you_skeletonAvatar__jDzx0{position:relative;width:3rem;height:3rem;flex:0 0 auto;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(135deg,rgba(200,109,58,.12),rgba(20,17,15,.08));color:var(--feed-accent-dark);font-size:.82rem;font-weight:900}.for-you_creatorAvatarOverlay__3Y2W3{width:2.35rem;height:2.35rem;color:#fff;background:hsla(0,0%,100%,.16);box-shadow:0 8px 20px rgba(0,0,0,.22),inset 0 1px 0 hsla(0,0%,100%,.2)}.for-you_creatorAvatarImage__PGs6d{-o-object-fit:cover;object-fit:cover}.for-you_creatorOverlayText__iDvBE{min-width:0;display:grid;gap:.12rem}.for-you_creatorOverlayText__iDvBE strong{font-size:.88rem;font-weight:800;line-height:1.05;text-shadow:0 2px 10px rgba(0,0,0,.22)}.for-you_creatorOverlayText__iDvBE span{color:hsla(0,0%,100%,.84);font-size:.72rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 2px 10px rgba(0,0,0,.22)}.for-you_followButton__FHlab{flex:0 0 auto;display:inline-flex;align-items:center;gap:.38rem;border:1px solid rgba(200,109,58,.2);border-radius:999px;padding:.66rem .9rem;background:rgba(200,109,58,.08);color:var(--feed-accent-dark);font-size:.82rem;font-weight:800}.for-you_followButtonOverlay__KlwNj{min-height:1.95rem;padding:.42rem .66rem;border-color:hsla(0,0%,100%,.2);background:rgba(12,11,10,.34);color:#fff;font-size:.76rem;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.for-you_followButtonActive__pRUm5{border-color:rgba(20,17,15,.1);background:rgba(20,17,15,.06);color:var(--feed-ink)}.for-you_followButtonOverlay__KlwNj.for-you_followButtonActive__pRUm5{border-color:hsla(0,0%,100%,.18);background:hsla(0,0%,100%,.16);color:#fff}.for-you_mediaFrame__9a_5z{position:relative;overflow:hidden;border-radius:0;background:radial-gradient(circle at top,hsla(0,0%,100%,.35),transparent 44%),linear-gradient(180deg,#d8d3c7,#c1b7aa)}.for-you_mediaScroller__t9DNX{width:100%;height:100%;display:flex}.for-you_mediaScrollerInteractive__5pUDN{overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.for-you_mediaScrollerInteractive__5pUDN::-webkit-scrollbar{display:none}.for-you_mediaPane__yRZer{position:relative;min-width:100%;height:100%;flex:0 0 100%;scroll-snap-align:start;overflow:hidden}.for-you_mediaZoomLayer___dUrb{position:absolute;inset:0;transform:translateZ(0) scale(1);transform-origin:center center}.for-you_mediaAsset__0Tuoq,.for-you_mediaPreview__W4aPG,.for-you_mediaVideo__tat4C{-o-object-fit:cover;object-fit:cover}.for-you_mediaPreview__W4aPG{filter:blur(24px);transform:scale(1.06);transition:opacity .22s ease}.for-you_mediaPreviewHidden__0JwoC{opacity:0}.for-you_mediaAsset__0Tuoq,.for-you_mediaVideo__tat4C{opacity:0;transition:opacity .22s ease}.for-you_mediaAssetLoaded__WBV6D{opacity:1}.for-you_mediaFallback__3s0nN,.for-you_mediaShellFill__gtbur,.for-you_skeletonMedia__dbvge{position:absolute;inset:0}.for-you_mediaShellFill__gtbur{background:linear-gradient(135deg,hsla(0,0%,100%,.12),transparent),linear-gradient(180deg,rgba(20,17,15,.04),rgba(20,17,15,.12))}.for-you_mediaFallback__3s0nN{display:flex;align-items:center;justify-content:center;color:rgba(20,17,15,.68);font-size:.96rem;font-weight:700}.for-you_mediaCounter__BCclO{position:absolute;top:1rem;right:1rem;z-index:2;padding:.5rem .7rem;border-radius:999px;background:rgba(20,17,15,.56);color:#fff;font-size:.76rem;font-weight:700}.for-you_mediaDots__StMGG{position:absolute;left:50%;bottom:1rem;z-index:2;display:inline-flex;gap:.38rem;transform:translateX(-50%)}.for-you_mediaDot__wE5Id{width:.4rem;height:.4rem;border-radius:999px;background:hsla(0,0%,100%,.4)}.for-you_mediaDotActive__E8S95{width:1.2rem;background:#fff}.for-you_carouselArrow__Ypta4{position:absolute;top:50%;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:0;border-radius:999px;background:hsla(0,0%,100%,.82);color:var(--feed-ink);transform:translateY(-50%);box-shadow:0 12px 24px rgba(30,20,15,.12)}.for-you_carouselArrow__Ypta4:disabled{opacity:.35}.for-you_carouselArrowLeft__iNiBP{left:.85rem}.for-you_carouselArrowRight__lzR68{right:.85rem}.for-you_cardBody__0kg_E{display:grid;gap:.75rem;padding:.9rem .95rem 1.05rem;background:#fff}.for-you_cardCopy__JdemR{display:grid;gap:.32rem}.for-you_cardTitleLink__AKTrP{color:inherit;text-decoration:none}.for-you_cardTitle__RmGwc{margin:0;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,Georgia,serif;font-size:clamp(1.3rem,3vw,1.72rem);line-height:1.04;letter-spacing:-.04em}.for-you_cardDescription__2e52e{margin:0;color:var(--feed-muted);font-size:.95rem;line-height:1.58}.for-you_cardDescriptionBlock__wVScA{display:grid;gap:.18rem}.for-you_cardDescriptionCollapsed__D7iJT{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.for-you_cardPrice__e37vd{margin:.1rem 0 0;color:var(--feed-ink);font-size:.98rem;font-weight:700;letter-spacing:-.01em}.for-you_inlineToggle__J4GBB{border:0;padding:0;background:transparent;color:var(--feed-muted);font:inherit;font-size:.84rem;font-weight:600;line-height:1.3;justify-self:flex-start}.for-you_actionRow__HsbQH{display:flex;align-items:center;justify-content:flex-start;gap:.55rem}.for-you_actionCluster__cY3y4{display:flex;align-items:center;gap:.8rem}.for-you_actionButton__OYCBK,.for-you_ownerActionButton__F5EHy,.for-you_utilityButton__fltJY{display:inline-flex;align-items:center;gap:.46rem;min-height:2.6rem;border:1px solid var(--feed-line);border-radius:999px;padding:.65rem .9rem;background:hsla(0,0%,100%,.62);color:var(--feed-ink);font-size:.84rem;font-weight:700}.for-you_iconActionButton__ks5yo{width:2.8rem;min-width:2.8rem;height:2.8rem;min-height:2.8rem;padding:0;justify-content:center;border:1px solid rgba(20,17,15,.1);border-radius:999px;background:hsla(0,0%,100%,.78);transition:border-color .16s ease,background .16s ease,color .16s ease}.for-you_iconActionButton__ks5yo svg{width:1.45rem;height:1.45rem}.for-you_iconActionButton__ks5yo .for-you_productActionIcon__ipXbF{width:1.45rem;height:1.45rem;flex:0 0 1.45rem}.for-you_actionButtonActive__YYWMX{border-color:rgba(200,109,58,.22);background:rgba(200,109,58,.08);color:var(--feed-accent-dark)}.for-you_heartIconActive__fZxOE{color:#e11d48;fill:#e11d48}.for-you_iconActionButton__ks5yo:hover{border-color:rgba(20,17,15,.16);background:hsla(0,0%,100%,.92)}.for-you_iconActionButton__ks5yo:focus-visible{outline:2px solid rgba(200,109,58,.28);outline-offset:2px}.for-you_primaryButton__jCJul,.for-you_primaryLink__tarSq,.for-you_productButton__FhB8l{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:2.9rem;padding:.78rem 1.1rem;border:0;border-radius:999px;background:linear-gradient(135deg,#c86d3a,#8f4924);color:#fff;text-decoration:none;font-size:.9rem;font-weight:800;box-shadow:0 18px 28px rgba(143,73,36,.18)}.for-you_productIconButton__ARunZ{border-color:rgba(31,157,85,.18);background:rgba(31,157,85,.06);color:#1f9d55}.for-you_productIconButton__ARunZ:hover{border-color:rgba(31,157,85,.26);background:rgba(31,157,85,.1)}.for-you_ownerActionRow__h1OIt{display:flex;flex-wrap:wrap;gap:.55rem}.for-you_ownerActionDanger__2UaAL{border-color:rgba(160,52,52,.16);color:#8f2f2f;background:rgba(160,52,52,.06)}.for-you_statusState__2z199{position:relative;z-index:1;width:100%}.for-you_statusCard__MKqDs{width:calc(100% - 1.8rem);margin:2rem .9rem 0;padding:1.45rem;border-radius:1.7rem;border:1px solid var(--feed-line);background:rgba(255,251,244,.86);text-align:center;box-shadow:0 24px 60px rgba(40,29,22,.08)}.for-you_statusCard__MKqDs h2{margin:0;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,Georgia,serif;font-size:1.8rem;line-height:1}.for-you_statusCard__MKqDs p{margin:.75rem auto 0;max-width:32ch;color:var(--feed-muted);line-height:1.6}.for-you_primaryButton__jCJul,.for-you_primaryLink__tarSq{margin-top:1.15rem}.for-you_sheetOverlay__RYdcs{position:fixed;inset:0;z-index:60;display:flex;align-items:flex-end;justify-content:center;padding:calc(env(safe-area-inset-top) + 1rem) .9rem calc(env(safe-area-inset-bottom) + 1rem);background:rgba(20,17,15,.34);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.for-you_searchSheetCard__aDhcA,.for-you_sheetCard__CCx73{width:min(34rem,100%);border-radius:1.8rem;border:1px solid rgba(20,17,15,.08);background:var(--feed-card-strong);box-shadow:0 34px 90px rgba(28,20,14,.16)}.for-you_searchSheetCard__aDhcA{padding:1rem}.for-you_sheetFooter__9IbC0,.for-you_sheetHeader__64pa2{display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding:1rem 1rem 0}.for-you_sheetEyebrow__ddK7K{margin:0;color:rgba(20,17,15,.44);font-size:.68rem;font-weight:800;letter-spacing:.2em;text-transform:uppercase}.for-you_sheetTitle__scF0g{margin:.2rem 0 0;font-family:Iowan Old Style,Palatino Linotype,Book Antiqua,Georgia,serif;font-size:1.65rem;line-height:1}.for-you_sheetCloseButton__NxhTB{border:0;background:transparent;color:var(--feed-muted);font-size:.86rem;font-weight:700}.for-you_sheetContent__JtxYv{display:grid;gap:1rem;padding:1rem}.for-you_sheetField__MqEtN{display:grid;gap:.45rem}.for-you_sheetField__MqEtN span{color:var(--feed-muted);font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.for-you_sheetField__MqEtN input,.for-you_sheetField__MqEtN textarea{width:100%;border:1px solid rgba(20,17,15,.12);border-radius:1rem;padding:.95rem 1rem;background:hsla(0,0%,100%,.68);color:var(--feed-ink);font:inherit}.for-you_sheetField__MqEtN textarea{min-height:7.5rem;resize:vertical}.for-you_hashtagActions__I6wbn,.for-you_sideToggleRow__CJ8b7,.for-you_suggestionPills__4J7CW{display:flex;flex-wrap:wrap;gap:.6rem}.for-you_sideToggleButton__xKA62{border:1px solid var(--feed-line);border-radius:999px;padding:.7rem 1rem;background:hsla(0,0%,100%,.5);color:var(--feed-muted);font-size:.84rem;font-weight:700}.for-you_sideToggleButtonActive__fljEz{border-color:rgba(200,109,58,.22);background:rgba(200,109,58,.1);color:var(--feed-accent-dark)}.for-you_suggestionPill__gkHjH{border:0;border-radius:999px;padding:.58rem .8rem;background:rgba(20,17,15,.06);color:var(--feed-ink);font-size:.8rem;font-weight:700}.for-you_inlineError__aFmkB{margin:0;color:#a03434;font-size:.82rem;font-weight:700}.for-you_sheetFooter__9IbC0{padding:0 1rem 1rem}.for-you_skeletonCopy__FTeE2,.for-you_skeletonHeaderCopy__m3sRR{display:grid;gap:.38rem;flex:1}.for-you_skeletonActionRow__8UMlr span,.for-you_skeletonCopy__FTeE2 span,.for-you_skeletonHeaderCopy__m3sRR span,.for-you_skeletonMedia__dbvge{display:block;border-radius:999px;background:linear-gradient(90deg,#ececec,#f6f6f6 48%,#ececec);background-size:220% 100%;animation:for-you_skeletonShimmer__GJbko 1.15s linear infinite}.for-you_skeletonHeaderCopy__m3sRR span:first-child{width:9rem;height:.95rem}.for-you_skeletonHeaderCopy__m3sRR span:last-child{width:6rem;height:.8rem}.for-you_skeletonMedia__dbvge{border-radius:0;background:linear-gradient(90deg,#ededed,#f8f8f8 48%,#ededed)}.for-you_skeletonCopy__FTeE2 span:first-child{width:72%;height:1.08rem}.for-you_skeletonCopy__FTeE2 span:nth-child(2){width:46%;height:.92rem}.for-you_skeletonCopy__FTeE2 span:nth-child(3){width:30%;height:.92rem}.for-you_skeletonActionRow__8UMlr{display:flex;gap:.8rem}.for-you_skeletonActionRow__8UMlr span:first-child,.for-you_skeletonActionRow__8UMlr span:nth-child(2),.for-you_skeletonActionRow__8UMlr span:nth-child(3){width:2.8rem;height:2.8rem;border-radius:999px}@keyframes for-you_skeletonShimmer__GJbko{0%{background-position:180% 0}to{background-position:-20% 0}}@media (max-width:720px){.for-you_shell__Jd_YP{--feed-sticky-chrome-height:calc(env(safe-area-inset-top) + 3.95rem)}.for-you_feedChromeSticky__4rh8N{padding-inline:1rem}.for-you_feedChromeRow__k4Eq3{gap:.55rem}.for-you_chromeBrowseStack__8J_w_{gap:.24rem}.for-you_chromeBrowseStackMinimal__1B0ts{gap:.18rem}.for-you_feedTabs__rH4Qs{margin-left:auto}.for-you_feedTabsBrowse__p6Y73{margin-left:0}.for-you_chromeEyebrow__YwMWs{font-size:.44rem;letter-spacing:.22em}.for-you_feedTabButton__Tc9jd{min-width:4.3rem;padding:.4rem .72rem;font-size:.74rem}.for-you_feedTabButtonBrowse__cS4qC{min-width:4.55rem;padding:.38rem .62rem;font-size:.72rem}.for-you_feedTabButtonBrowseActive__QLspI:after{left:.8rem;right:.8rem;bottom:.2rem}.for-you_cardBody__0kg_E{padding-left:.9rem;padding-right:.9rem}.for-you_carouselArrow__Ypta4{display:none}}@media (min-width:960px){.for-you_shell__Jd_YP{--feed-sticky-chrome-height:calc(env(safe-area-inset-top) + 4.55rem)}.for-you_draftPreviewRow__qESNU,.for-you_virtualRow__U2m73{display:flex;justify-content:center;padding:0 1.5rem 2rem;box-sizing:border-box}.for-you_feedCard__8j2mf{width:min(100%,36rem);border-radius:1.6rem;border:1px solid var(--feed-line);background:var(--feed-card-strong);box-shadow:0 24px 60px rgba(28,20,14,.1)}.for-you_mediaFrame__9a_5z{aspect-ratio:4/4.7}}.verified-badge_badge__m_vd4{display:inline-flex;align-items:center;justify-content:center;margin-left:.34rem;border-radius:999px;background:#1d9bf0;color:#fff;vertical-align:middle;transform:translateY(-.02em);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.14)}.verified-badge_badge__m_vd4 svg{display:block;stroke:currentColor;fill:none;stroke-linecap:round;stroke-linejoin:round}.verified-badge_badgeSm__eBJl7{width:.98rem;height:.98rem}.verified-badge_badgeSm__eBJl7 svg{width:.62rem;height:.62rem}.verified-badge_badgeMd__q468I{width:1.08rem;height:1.08rem}.verified-badge_badgeMd__q468I svg{width:.68rem;height:.68rem}.verified-badge_badgeLg__MBkC3{width:1.22rem;height:1.22rem}.verified-badge_badgeLg__MBkC3 svg{width:.76rem;height:.76rem}.for-you-search-bar_compactLauncher__mAI8R,.for-you-search-bar_form__MweRK,.for-you-search-bar_launcher__x_oUG{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.72rem;width:100%;padding:.72rem .82rem .72rem 1rem;border-radius:1.4rem;border:1px solid hsla(0,0%,100%,.12);background:linear-gradient(180deg,rgba(20,20,23,.94),rgba(10,10,12,.98)),rgba(8,8,10,.92);box-shadow:0 28px 80px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.08);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.for-you-search-bar_formLight__xKuEP{border:1px solid rgba(16,17,20,.08);background:#fff;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}body.dark-theme .for-you-search-bar_formLight__xKuEP{border-color:rgba(241,245,243,.1);background:#151b20}.for-you-search-bar_launcher__x_oUG{cursor:pointer;text-decoration:none}.for-you-search-bar_compactLauncher__mAI8R,.for-you-search-bar_launcher__x_oUG{-moz-appearance:none;appearance:none;-webkit-appearance:none}.for-you-search-bar_compactLauncher__mAI8R{width:auto;height:auto;display:inline-flex;align-items:center;justify-content:center;padding:.38rem;cursor:pointer;text-decoration:none;color:#fff;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;border-radius:0;border:0;margin:0;outline:none;-webkit-tap-highlight-color:transparent}.for-you-search-bar_field__4QRFU{display:flex;align-items:center;gap:.72rem;flex:1 1 auto;width:100%;min-width:0}.for-you-search-bar_iconWrap__WFdWl{width:2.35rem;height:2.35rem;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;background:rgba(255,106,61,.14);color:#ffd2c5;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.1)}.for-you-search-bar_textBlock__2Iwzi{min-width:0;width:100%;flex:1 1 auto;display:grid;gap:.12rem}.for-you-search-bar_label__unQah{margin:0;color:hsla(0,0%,100%,.46);font-size:.66rem;font-weight:800;letter-spacing:.22em;text-transform:uppercase}.for-you-search-bar_hint__uzSPu{margin:0;color:hsla(0,0%,100%,.9);font-size:.98rem;font-weight:600;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.for-you-search-bar_input__Shyvv{display:block;width:100%;min-width:0;border:0;outline:0;background:transparent;color:#fff;font-size:1rem;font-weight:600;letter-spacing:-.02em}.for-you-search-bar_formLight__xKuEP .for-you-search-bar_field__4QRFU,.for-you-search-bar_formLight__xKuEP .for-you-search-bar_textBlock__2Iwzi{gap:0}.for-you-search-bar_formLight__xKuEP .for-you-search-bar_label__unQah{display:none}.for-you-search-bar_formLight__xKuEP .for-you-search-bar_input__Shyvv{color:#000;min-height:3rem}body.dark-theme .for-you-search-bar_formLight__xKuEP .for-you-search-bar_input__Shyvv{color:#f1f5f3}.for-you-search-bar_formLight__xKuEP .for-you-search-bar_input__Shyvv::-moz-placeholder{color:rgba(0,0,0,.42)}.for-you-search-bar_formLight__xKuEP .for-you-search-bar_input__Shyvv::placeholder{color:rgba(0,0,0,.42)}body.dark-theme .for-you-search-bar_formLight__xKuEP .for-you-search-bar_input__Shyvv::-moz-placeholder{color:rgba(241,245,243,.36)}body.dark-theme .for-you-search-bar_formLight__xKuEP .for-you-search-bar_input__Shyvv::placeholder{color:rgba(241,245,243,.36)}.for-you-search-bar_formLight__xKuEP .for-you-search-bar_submitButton__bHUe7{background:#fff;color:#101114;border:1px solid rgba(16,17,20,.08);box-shadow:none}body.dark-theme .for-you-search-bar_formLight__xKuEP .for-you-search-bar_submitButton__bHUe7{background:#111517;color:#f1f5f3;border-color:rgba(241,245,243,.1)}.for-you-search-bar_input__Shyvv::-moz-placeholder{color:hsla(0,0%,100%,.56)}.for-you-search-bar_input__Shyvv::placeholder{color:hsla(0,0%,100%,.56)}.for-you-search-bar_submitButton__bHUe7{min-width:3rem;height:3rem;display:inline-flex;align-items:center;justify-content:center;border-radius:1rem;border:0;background:linear-gradient(135deg,#ff8359,#ff5f32);color:#fff;box-shadow:0 18px 38px rgba(255,95,50,.24)}.for-you-search-bar_submitButton__bHUe7:disabled{opacity:.65}@media (max-width:640px){.for-you-search-bar_form__MweRK,.for-you-search-bar_launcher__x_oUG{gap:.6rem;padding:.68rem .72rem .68rem .82rem;border-radius:1.2rem}.for-you-search-bar_iconWrap__WFdWl,.for-you-search-bar_submitButton__bHUe7{width:2.8rem;height:2.8rem}.for-you-search-bar_hint__uzSPu,.for-you-search-bar_input__Shyvv{font-size:.95rem}.for-you-search-bar_compactLauncher__mAI8R{width:auto;height:auto;border-radius:0}}.for-you-search-page_shell__EGD5f{min-height:100vh;min-height:100dvh;color:#101114;background:#f5f5f3}body.dark-theme .for-you-search-page_shell__EGD5f{color:#f1f5f3;background:#111517}.for-you-search-page_content__KNssD{width:min(1100px,calc(100vw - .5rem));margin:0 auto;padding:calc(env(safe-area-inset-top) + .9rem) 0 4.5rem}.for-you-search-page_stickyHeader__5JVpO{position:sticky;top:0;z-index:20;padding-bottom:1rem;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}.for-you-search-page_searchBar__QKbkC{margin-bottom:.9rem}.for-you-search-page_section__wa_BR{margin-top:1.25rem}.for-you-search-page_sectionHeader__9r5q3{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.95rem}.for-you-search-page_sectionTitle__jcig7{margin:0;font-size:1.18rem;font-weight:800;letter-spacing:-.03em}.for-you-search-page_sectionHint___Bin8{margin:0;color:rgba(16,17,20,.5);font-size:.9rem}body.dark-theme .for-you-search-page_sectionHint___Bin8{color:rgba(241,245,243,.58)}.for-you-search-page_profileGrid__SRALR{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem}.for-you-search-page_profileCard__o_keE{display:block;padding:.9rem 1rem;border-radius:1.35rem;border:1px solid rgba(16,17,20,.08);background:#fff;text-decoration:none;color:inherit;box-shadow:0 8px 18px rgba(16,17,20,.04)}body.dark-theme .for-you-search-page_profileCard__o_keE{border-color:rgba(241,245,243,.1);background:#151b20;box-shadow:0 12px 28px rgba(0,0,0,.2)}.for-you-search-page_profileTop__H762q{display:flex;align-items:flex-start;gap:.72rem;min-width:0}.for-you-search-page_avatarFallback___u_Oq,.for-you-search-page_avatar__WVX20{width:3rem;height:3rem;border-radius:.9rem;flex-shrink:0}.for-you-search-page_avatar__WVX20{-o-object-fit:cover;object-fit:cover}.for-you-search-page_avatarFallback___u_Oq{display:inline-flex;align-items:center;justify-content:center;background:#f1f2f4;color:#3f434b;font-weight:800}body.dark-theme .for-you-search-page_avatarFallback___u_Oq{background:rgba(241,245,243,.08);color:#f1f5f3}.for-you-search-page_profileText__sP1Xo{min-width:0;display:grid;gap:.08rem}.for-you-search-page_profileBio__j_v9B,.for-you-search-page_profileHandle__xxdSr,.for-you-search-page_profileName__KVuCN{margin:0}.for-you-search-page_profileName__KVuCN{color:#101114;font-size:.98rem;font-weight:800;letter-spacing:-.02em}body.dark-theme .for-you-search-page_profileName__KVuCN{color:#f1f5f3}.for-you-search-page_profileHandle__xxdSr{color:rgba(16,17,20,.48);font-size:.83rem}body.dark-theme .for-you-search-page_profileHandle__xxdSr{color:rgba(241,245,243,.48)}.for-you-search-page_profileBio__j_v9B{color:rgba(16,17,20,.64);font-size:.88rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}body.dark-theme .for-you-search-page_profileBio__j_v9B{color:rgba(241,245,243,.68)}.for-you-search-page_designGrid__SX4B9{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem}.for-you-search-page_statusCard__oXRaF{display:grid;gap:.5rem;padding:1.3rem;border-radius:1.6rem;border:1px solid rgba(16,17,20,.08);background:#fff}body.dark-theme .for-you-search-page_statusCard__oXRaF{border-color:rgba(241,245,243,.1);background:#151b20;box-shadow:0 12px 28px rgba(0,0,0,.2)}.for-you-search-page_statusText__XSr89,.for-you-search-page_statusTitle__ADAGi{margin:0}.for-you-search-page_statusTitle__ADAGi{font-size:1.12rem;font-weight:800}.for-you-search-page_statusText__XSr89{color:rgba(16,17,20,.64);line-height:1.55}body.dark-theme .for-you-search-page_statusTitle__ADAGi{color:#f1f5f3}body.dark-theme .for-you-search-page_statusText__XSr89{color:rgba(241,245,243,.68)}@media (max-width:1024px){.for-you-search-page_profileGrid__SRALR{grid-template-columns:1fr}}@media (max-width:720px){.for-you-search-page_content__KNssD{width:min(100vw - .28rem,42rem)}.for-you-search-page_designGrid__SX4B9{grid-template-columns:repeat(3,minmax(0,1fr));gap:.35rem}}