:root{color-scheme:light;--brand-orange-rgb:254 106 0;--brand-violet-rgb:81 46 171;--brand-sky-rgb:76 171 230;--brand-mint-rgb:102 191 136;--bg:#fbfaf8;--bg-strong:#f4f1fa;--panel:rgba(255,255,255,0.96);--panel-strong:rgba(255,255,255,0.99);--border:rgb(38 28 61/0.08);--text:#261c3d;--muted:#675f7b;--accent:#fe6a00;--accent-strong:#d85a00;--action:#512eab;--action-strong:#40218f;--content-copy:#3d364d;--content-meta:#5b5862;--danger-text:#81291a;--success-text:#2f6a4c;--shadow:0 10px 28px rgba(38,28,61,0.08);--radius-lg:22px;--radius-md:16px;--radius-sm:10px;--tap-target:2.75rem;--header-control-size:2.65rem;--dock-control-size:3.1rem;--icon-size-control:1.45rem;--icon-size-action:1.42rem;--icon-size-dock:1.55rem;--control-height-md:2.6rem;--card-padding:1.1rem 1.15rem;--focus-ring:0 0 0 3px var(--action-strong);--surface-soft:rgb(255 255 255/0.74);--surface-strong:rgb(255 255 255/0.96);--surface-field:rgb(255 255 255/0.94);--surface-muted:rgb(var(--brand-violet-rgb)/0.07);--header-bg:rgb(255 255 255/0.9);--info-bg:rgb(var(--brand-sky-rgb)/0.12);--info-border:rgb(var(--brand-sky-rgb)/0.24);--info-text:#225c83;--font-sans:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans","Helvetica Neue",Arial,sans-serif;--font-headings:var(--font-sans);--font-body:var(--font-sans)}.admin-dashboard{display:grid;gap:1rem}.admin-dashboard__nav{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1.25rem}.admin-dashboard__nav a{padding:.55rem .8rem;border:1px solid var(--line-color,#e5def4);border-radius:999px;color:inherit;text-decoration:none}.admin-dashboard__nav a.is-active{background:#5631ad;border-color:#5631ad;color:#fff}.admin-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.admin-health-grid>div,.admin-stat-grid>div{display:grid;gap:.35rem}.admin-health-grid span,.admin-stat-grid span{color:var(--muted-text,#74628f)}.admin-stat-grid strong{font-size:1.8rem}.admin-stat-grid small{color:var(--muted-text,#74628f)}.admin-dashboard__state-list,.admin-health-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));gap:.7rem}.admin-dashboard__state-list>div,.admin-health-grid>div{padding:.8rem;border:1px solid var(--line-color,#e5def4);border-radius:12px}.admin-dashboard__state-list strong{display:block;margin-top:.25rem;font-size:1.3rem}.admin-insight-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem;margin-top:1rem}.admin-insight-grid>div{padding:.8rem;border:1px solid var(--line-color,#e5def4);border-radius:14px;background:color-mix(in srgb,var(--surface,#fff) 88%,var(--primary-soft,#f1ebff))}.admin-insight-grid small,.admin-insight-grid span{display:block;color:var(--muted)}.admin-insight-grid strong{display:block;margin:.2rem 0;font-size:1.45rem}.admin-explanation{margin:.45rem 0;max-width:70ch;color:var(--text,#24183f)}.admin-activity-kind{display:inline-flex;align-items:center;border-radius:999px;padding:.25rem .55rem;font-size:.78rem;font-weight:800;background:var(--surface-muted,#f4f0fa);color:var(--text,#24183f)}.admin-activity-kind--comment,.admin-activity-kind--reaction{background:#f0e9ff;color:#47219a}.admin-activity-kind--follow,.admin-activity-kind--save{background:#edf9f1;color:#176536}.admin-activity-kind--job,.admin-activity-kind--moderation{background:#fff3e8;color:#8a3d00}.admin-activity-kind--notification,.admin-activity-kind--user{background:#eef5ff;color:#174f8f}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;min-width:620px}.admin-table td,.admin-table th{padding:.75rem .5rem;border-bottom:1px solid var(--line-color,#e5def4);text-align:left;vertical-align:top}.admin-table th{color:var(--muted-text,#74628f);font-size:.8rem;text-transform:uppercase;letter-spacing:.04em}.admin-actions-row{gap:.75rem;justify-content:flex-end}.admin-actions-row,.admin-inline-form{display:flex;flex-wrap:wrap;align-items:center}.admin-inline-form{gap:.5rem}.admin-inline-form input{min-width:min(18rem,100%);border:1px solid var(--line-color,#e5def4);border-radius:999px;padding:.65rem .85rem;background:var(--surface,#fff);color:var(--text,#24183f)}.admin-inline-notice{margin:1rem 0;padding:.8rem 1rem;border:1px solid #bfe8ca;border-radius:14px;background:#eefaf2;color:#176536;font-weight:700}.admin-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.8rem;margin:1rem 0}.admin-summary-grid--wide{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.admin-summary-grid>div{display:grid;gap:.35rem;padding:.85rem;border:1px solid var(--line-color,#e5def4);border-radius:14px;background:var(--surface-muted,#faf8ff)}.admin-summary-grid p{margin:0;overflow-wrap:anywhere}.admin-ai-list{display:grid;gap:.6rem;margin:1rem 0;padding:0;list-style:none}.admin-ai-list li{display:grid;gap:.25rem;padding:.8rem;border:1px solid var(--line-color,#e5def4);border-radius:14px;background:var(--surface-muted,#faf8ff)}.admin-ai-list small{color:var(--muted-text,#74628f)}.admin-dashboard__nav--compact{margin-top:1rem}.admin-status{padding:.35rem .7rem;border-radius:999px;font-size:.85rem}.admin-status.is-ok{background:#dff5e7;color:#176536}.admin-status.is-failed{background:#fde4e4;color:#9b2020}.admin-job-details{margin-top:.55rem}.admin-job-details summary{color:var(--action,#512eab);cursor:pointer;font-size:.82rem;font-weight:700}.admin-job-details dl{display:grid;gap:.35rem;margin:.65rem 0 0;padding:.7rem;border:1px solid var(--border,#e5def4);border-radius:10px;background:var(--surface-muted,#faf8ff)}.admin-job-details dl>div{display:grid;grid-template-columns:6.5rem minmax(0,1fr);gap:.5rem}.admin-job-details dt{color:var(--muted,#74628f);font-size:.76rem;font-weight:700}.admin-job-details dd{margin:0;overflow-wrap:anywhere}@media (max-width:800px){.admin-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:480px){.admin-stat-grid{grid-template-columns:1fr}}@media (prefers-color-scheme:dark){:root{color-scheme:dark;--bg:#1a1225;--bg-strong:#211633;--panel:rgb(33 22 51/0.9);--panel-strong:rgb(40 28 60/0.97);--border:rgb(var(--brand-violet-rgb)/0.22);--text:#f0eaff;--muted:#b7aed1;--accent:#ff8a2c;--accent-strong:#ffb36c;--action:#9d82ff;--action-strong:#c3b2ff;--content-copy:#cfc8dc;--content-meta:#c2b8d4;--danger-text:#ffb3c2;--success-text:#a6e3b9;--shadow:0 24px 56px rgba(10,5,30,0.4);--focus-ring:0 0 0 3px var(--action-strong);--surface-soft:rgb(49 35 74/0.84);--surface-strong:rgb(60 44 88/0.92);--surface-field:rgb(50 36 76/0.94);--surface-muted:rgb(var(--brand-violet-rgb)/0.16);--header-bg:rgb(24 17 38/0.86);--info-bg:rgb(var(--brand-sky-rgb)/0.16);--info-border:rgb(var(--brand-sky-rgb)/0.34);--info-text:#96d8ff}}.site-header__register-action{min-width:9.8rem;border-color:#7445dd;background:linear-gradient(135deg,#7850e8,#6739d7);color:#fff;font-weight:750;text-decoration:none;box-shadow:0 10px 22px rgb(103 57 215/.22)}.site-header__register-action:hover{border-color:#5d2fc9;background:linear-gradient(135deg,#7044df,#5d2fc9);color:#fff}.site-header__login-action{min-width:5.8rem;color:#332267;font-weight:700;text-decoration:none}.home-landing__hero{height:520px}.home-landing__scene{object-fit:cover;object-position:center}.home-landing__hero-copy{min-height:520px;padding:244px 0 22px 34px}.home-landing__avatar__initials{font-size:.72rem;font-weight:800}@media (max-width:900px){.home-landing__hero{height:680px}.home-landing__scene{object-position:left center}.home-landing__hero-copy{width:75%;min-height:680px;padding:275px 1.5rem 1.5rem;background:linear-gradient(90deg,rgb(255 250 247/.94),rgb(255 250 247/.68) 70%,transparent)}.home-rubrics__grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width:640px){.site-header__landing-actions .site-header__login-action,.site-header__landing-actions .site-header__register-action{display:none}.home-landing__hero{height:660px;border-radius:1.35rem}.home-landing__scene{object-position:10% center}.home-landing__hero-copy{width:100%;min-height:660px;padding:260px 1.15rem 1rem;background:linear-gradient(90deg,rgb(255 250 247/.92),rgb(255 250 247/.58) 78%,transparent)}.home-landing__actions{flex-direction:column}.home-landing__community-proof{align-items:flex-start;flex-direction:column;gap:.5rem}.home-rubrics{margin-top:0;border-radius:1.3rem}.home-rubrics__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}*{box-sizing:border-box}html{min-height:100%;background:var(--bg);scroll-behavior:smooth}body{margin:0;color:var(--text);font-family:var(--font-body);min-height:100vh;background:transparent;position:relative;isolation:isolate}body:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:radial-gradient(circle at 0 10%,rgb(var(--brand-violet-rgb)/.075),transparent 30%),radial-gradient(circle at 100% 12%,rgb(var(--brand-orange-rgb)/.055),transparent 30%),linear-gradient(180deg,#fffdfb 0,#fbfaf8 54%,#f9f7f4 100%),image-set(url("/brand/body-texture.webp") type("image/webp") 1x,url("/brand/body-texture.png") type("image/png") 1x);background-repeat:no-repeat,no-repeat,no-repeat,repeat;background-size:auto,auto,auto,100px 100px;background-position:0 0,100% 0,top,0 0;opacity:.86}@media (prefers-color-scheme:dark){body:before{background:radial-gradient(circle at 10% 8%,rgb(var(--brand-orange-rgb)/.11),transparent 28%),radial-gradient(circle at 88% 10%,rgb(var(--brand-violet-rgb)/.22),transparent 26%),linear-gradient(180deg,#1b1428 0,#171122 52%,#130e1d 100%),image-set(url("/brand/body-texture.webp") type("image/webp") 1x,url("/brand/body-texture.png") type("image/png") 1x);opacity:.9}}a{color:inherit;text-decoration:none}::selection{background:rgb(var(--brand-orange-rgb)/.25);color:var(--text)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible,textarea:focus-visible{outline:none;box-shadow:var(--focus-ring)}img{max-width:100%;display:block}.page-shell{width:min(1320px,calc(100vw - 1.5rem));margin:0 auto;padding:1rem 0 2rem}.site-header{position:sticky;top:0;z-index:10;backdrop-filter:blur(18px);background:var(--header-bg);border-bottom:1px solid var(--border)}.site-header__shell{width:min(1172px,calc(100vw - 1.5rem));margin:0 auto;padding:.7rem 0;display:flex;gap:.8rem;align-items:center;justify-content:space-between}.site-header__left{display:flex;align-items:center;gap:.55rem;flex-shrink:0}.site-header__brand{flex-shrink:0}.site-header__right{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:.8rem;flex:1 1 auto}.site-header__landing-nav{display:flex;align-items:center;gap:1rem;flex:0 0 auto}.site-header__landing-nav a{color:var(--muted);font-size:.84rem;font-weight:700;text-decoration:none;white-space:nowrap}.site-header__landing-nav a:hover{color:var(--action-strong)}.mobile-global-navigation{display:none}.header-search{position:relative;flex:1 1 260px;max-width:420px}.header-search__desktop-form{position:relative;width:100%}.header-search__desktop-form input{width:100%;min-height:2.65rem;border:1px solid rgb(38 28 61/.08);border-radius:999px;padding:.55rem 5.9rem .55rem .9rem;background:var(--surface-field);color:var(--text);font:inherit}.header-search__desktop-form input:focus{border-color:rgb(var(--brand-violet-rgb)/.24);background:rgb(var(--brand-violet-rgb)/.05);color:var(--action-strong);outline:none;box-shadow:none}.header-search__desktop-form button{position:absolute;top:.3rem;right:.3rem;min-height:2.05rem;padding:.3rem .75rem;border:0;border-radius:999px;background:var(--surface-muted);color:var(--action-strong);font:inherit;font-size:.88rem;font-weight:700;cursor:pointer}.header-search__trigger{width:2.65rem;min-height:2.65rem;border:0;border-radius:999px;padding:0;background:transparent;color:var(--text);font:inherit;cursor:pointer;display:none}.header-search__trigger:hover{background:rgb(var(--brand-violet-rgb)/.08);color:var(--action-strong)}.header-search__trigger .shell-button__icon{transform:scale(1.16)}.search-modal{position:fixed;z-index:100;inset:0;padding:0;background:rgb(22 15 39/.42);overflow-y:auto}.search-modal__dialog{width:min(960px,calc(100vw - 3rem));max-height:calc(100dvh - 1.5rem);margin:0 auto;padding:1.25rem 1.5rem 1.5rem;border:1px solid rgb(255 255 255/.58);border-top:0;border-radius:0 0 1.35rem 1.35rem;background:var(--panel-strong);box-shadow:0 28px 80px rgb(24 14 46/.28);display:flex;flex-direction:column;overflow:hidden}.search-modal__empty{margin:.3rem 0 0;color:var(--muted)}.search-modal__close{width:3rem;min-width:3rem;height:3rem;border:0;flex:0 0 auto;border-radius:999px;background:var(--surface-soft);color:var(--text);font:inherit;font-size:2rem;line-height:1;cursor:pointer}.search-modal__close:hover{background:rgb(var(--brand-violet-rgb)/.12);color:var(--action-strong)}.search-modal__form{position:relative;display:flex;align-items:center;gap:.65rem;min-height:3.35rem;padding:.55rem .8rem .55rem 1.2rem;border:1px solid rgb(var(--brand-violet-rgb)/.2);border-radius:1rem;background:var(--surface-field);box-shadow:0 8px 24px rgb(var(--brand-violet-rgb)/.07)}.search-modal__form:focus-within{border-color:rgb(var(--brand-violet-rgb)/.5);box-shadow:0 0 0 3px rgb(var(--brand-violet-rgb)/.1)}.search-modal__icon{width:1.2rem;height:1.2rem;flex:0 0 auto;color:var(--muted)}.search-modal__form input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--text);font:inherit;font-size:clamp(1rem,1.35vw,1.18rem);font-weight:560;line-height:1.25}.search-modal__form input:focus-visible{box-shadow:none}.search-modal__submit{min-height:2.35rem;padding:.3rem .9rem;border:0;border-radius:.7rem;background:var(--action);color:#fff;font:inherit;font-size:.95rem;font-weight:750;cursor:pointer}.search-modal__results{min-height:0;padding-right:.5rem;overflow-y:auto;display:grid;grid-template-columns:minmax(0,1fr);align-content:start;gap:1.1rem 1.4rem}.search-modal__content{min-height:0;flex:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(14rem,.38fr);gap:1.5rem;margin-top:1.25rem;overflow:hidden}.search-modal__aside{min-height:0;padding-left:1.25rem;border-left:1px solid var(--border);overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.search-modal__empty,.search-modal__hint,.search-modal__loading{grid-column:1/-1}.search-modal__loading{display:flex;flex-direction:column;gap:.5rem}.header-search__skeleton{display:block;border-radius:999px;background:linear-gradient(90deg,var(--surface-soft) 20%,var(--bg-strong) 50%,var(--surface-soft) 80%);background-size:200% 100%;animation:shimmer 1.5s linear infinite}.header-search__skeleton--line{height:.9rem;width:100%}.header-search__skeleton--pill{height:2rem;width:42%}.search-modal__section{display:flex;flex-direction:column;gap:.45rem}.search-modal__section ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.35rem}.search-modal__section li a{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.55rem .7rem;border-radius:var(--radius-sm);background:rgb(var(--brand-violet-rgb)/.05)}.search-modal__section li a:hover{background:rgb(var(--brand-violet-rgb)/.1);color:var(--action-strong)}.search-modal__label,.search-modal__section li span{color:var(--muted)}.search-modal__label{margin:0;text-transform:uppercase;letter-spacing:.12em;font-size:.72rem}.search-modal__result-copy{min-width:0;display:flex;flex:1;flex-direction:column;gap:.1rem}.search-modal__thumbnail{width:2.8rem;height:2.8rem;flex:0 0 2.8rem;border-radius:.55rem;object-fit:cover;background:var(--surface-soft)}.search-modal__thumbnail--placeholder{display:grid;place-items:center;color:var(--muted)}.search-modal__thumbnail--placeholder svg{width:1.1rem;height:1.1rem}.search-modal__all{margin-top:1rem;color:var(--action-strong);font-size:.9rem;font-weight:650}.search-modal__all span{display:inline-block;margin-right:.4rem;font-size:1.1em}.locale-switcher,.site-header__nav{display:flex;gap:.6rem;flex-wrap:wrap}.locale-switcher__link,.nav-button,.site-header__nav a{padding:.55rem .85rem;border-radius:999px;background:var(--surface-soft);border:1px solid transparent;color:var(--muted);font:inherit;cursor:pointer}.locale-switcher__link.is-active,.locale-switcher__link:hover,.nav-button:hover,.site-header__nav a:hover{border-color:rgb(var(--brand-violet-rgb)/.28);color:var(--action-strong);background:rgb(var(--brand-violet-rgb)/.08)}.brand-wordmark{display:flex;align-items:center}.brand-wordmark__cap{display:none}.brand-wordmark__image{height:auto;width:auto;display:block}.brand-wordmark__image:not(.brand-wordmark__image--mobile-mark){width:auto;height:47px}.brand-wordmark picture{display:block}.brand-wordmark__image--compact{width:auto;height:38px}.brand-wordmark__image--mobile-mark,.brand-wordmark__sub{display:none}.brand-wordmark--mobile-mark{overflow:visible}.site-header__actions,.site-header__locale{display:flex;align-items:center;gap:.7rem}.site-header__actions{margin-left:auto;flex-wrap:nowrap;justify-content:flex-end}.shell-button{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:var(--control-height-md);border-radius:16px;border:1px solid rgb(38 28 61/.08);background:var(--surface-strong);color:var(--text);font:inherit;padding:.58rem .82rem;box-shadow:0 10px 24px rgba(65,42,122,.08);transition:border-color .14s ease,background .14s ease,color .14s ease,box-shadow .14s ease}.shell-button:hover{border-color:rgb(var(--brand-violet-rgb)/.18);color:var(--action-strong);background:rgb(var(--brand-violet-rgb)/.08);box-shadow:0 10px 24px rgba(65,42,122,.09)}.shell-button--primary{background:linear-gradient(135deg,var(--action) 0,#6a47d1 60%,#7f67db 100%);border-color:rgb(var(--brand-violet-rgb)/.34);color:#fbf9ff;box-shadow:0 16px 32px rgb(var(--brand-violet-rgb)/.26),inset 0 1px 0 rgb(255 255 255/.18)}.shell-button--primary:hover{color:#fbf9ff;background:linear-gradient(135deg,var(--action-strong) 0,#5e38cb 58%,#6e52d8 100%)}.shell-button--secondary{background:rgb(var(--brand-violet-rgb)/.1);color:var(--action-strong)}.shell-button--ghost{background:var(--surface-soft);color:var(--muted)}.shell-button--sm{min-height:2.45rem;padding:.46rem .82rem;font-size:.92rem}.inline-icon,.left-rail__icon,.shell-button__icon{width:1.15rem;height:1.15rem;flex-shrink:0}.navigation-icon{position:relative;display:inline-grid;place-items:center;width:2rem;height:2rem;flex:0 0 auto}.navigation-icon--header{width:clamp(3.5rem,5vw,4.25rem);height:clamp(3.5rem,5vw,4.25rem)}.navigation-icon__image{width:100%;height:100%;object-fit:contain}.site-header .shell-button__icon{width:var(--icon-size-control);height:var(--icon-size-control);overflow:visible;transform-origin:center}.header-search__toggle .shell-button__icon,.site-header__action--account .shell-button__icon,.site-header__action--favorites .shell-button__icon{transform:scale(1.16)}.shell-button__icon--desktop-create{display:none}.shell-button__icon--mobile-create,.site-header__create-label{display:inline-flex}.site-header__create-label{line-height:1;white-space:nowrap}.shell-icon-button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;position:relative;width:var(--header-control-size);min-width:var(--header-control-size);height:var(--header-control-size);min-height:var(--header-control-size);padding:0;border:0;border-radius:999px;background:transparent;color:var(--text);font:inherit;box-shadow:none;cursor:pointer;transition:background .14s ease,color .14s ease,box-shadow .14s ease}.shell-icon-button:hover{background:transparent;color:var(--action-strong);box-shadow:none}.shell-icon-button--account{padding-inline:0}.shell-icon-button--primary{width:auto;min-width:0;padding:0 1.1rem;background:#e4f4e7;color:#245b35;font-weight:760;box-shadow:0 2px 8px rgb(38 28 61/.08)}.shell-icon-button--primary:hover{background:#cfead5;color:#1b3f2a;box-shadow:0 3px 10px rgb(42 86 56/.1)}.shell-icon-button__badge{position:absolute;top:-.35rem;right:-.25rem;min-width:1.25rem;height:1.25rem;border-radius:999px;background:linear-gradient(135deg,var(--accent) 0,#ff8a33 100%);color:#fff;display:grid;place-items:center;font-size:.72rem;font-weight:700;box-shadow:0 8px 18px rgb(var(--brand-orange-rgb)/.28)}.shell-icon-button__label{display:none;color:var(--muted);font-size:.92rem;white-space:nowrap}.account-menu{position:relative;display:inline-flex}.account-menu__summary{list-style:none}.account-menu__summary::-webkit-details-marker{display:none}.account-menu__chevron{display:none;width:.88rem;height:.88rem;color:var(--muted)}.account-menu__panel{position:absolute;top:calc(100% + .6rem);right:0;z-index:30;width:min(18rem,calc(100vw - 1.5rem));padding:.55rem;border:1px solid var(--border);border-radius:18px;background:var(--panel-strong);box-shadow:0 24px 60px rgb(38 28 61/.16)}.account-menu__identity{display:grid;grid-template-columns:2.35rem minmax(0,1fr);gap:.7rem;align-items:center;padding:.55rem .55rem .7rem}.account-menu__identity>div span,.account-menu__identity>div strong{display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-menu__identity>div strong{font-size:.95rem}.account-menu__identity>div span{color:var(--muted);font-size:.82rem}.account-menu__avatar{width:2.35rem;height:2.35rem;border-radius:999px;display:grid;place-items:center;background:rgb(var(--brand-violet-rgb)/.12);color:var(--action-strong);font-weight:800;font-size:.82rem;overflow:hidden}.account-menu__avatar img{width:100%;height:100%;object-fit:cover}.account-menu__item{width:100%;min-height:2.55rem;display:flex;align-items:center;gap:.7rem;border:0;border-radius:12px;padding:.58rem .65rem;background:transparent;color:var(--text);font:inherit;text-align:left;text-decoration:none;cursor:pointer}.account-menu__item:hover{background:rgb(var(--brand-violet-rgb)/.08);color:var(--action-strong)}.account-menu__item--button{color:var(--muted)}.account-menu__icon{width:1.1rem;height:1.1rem;flex-shrink:0}.account-menu__badge{margin-left:auto;min-width:1.35rem;height:1.35rem;border-radius:999px;display:grid;place-items:center;background:var(--accent);color:#fff;font-size:.72rem;font-weight:800}.account-menu__divider{height:1px;margin:.45rem .2rem;background:var(--border)}.auth-card,.comment-card,.detail-card,.empty-panel,.hero-card,.post-card,.sidebar-card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.hero-card{padding:1.75rem;margin-bottom:1.4rem;background:var(--panel);position:relative;overflow:hidden}.hero-card:after{content:none}.hero-card__eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.76rem;color:var(--muted);margin-bottom:.9rem}.detail-card h1,.detail-card h2,.hero-card h1,.post-card__title{font-family:var(--font-headings);line-height:1.05;margin:0;color:var(--text)}.hero-card h1{font-size:clamp(2.2rem,4vw,4.4rem);max-width:12ch}.detail-card__excerpt,.hero-card p,.muted-copy,.post-card__excerpt{color:var(--muted)}.detail-card__actions,.hero-card__actions,.notification-card__actions,.sidebar-card__actions{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center;margin-top:1rem}.content-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(260px,.9fr);gap:1.25rem}.content-grid--detail{align-items:start}.feed-column,.sidebar-column{display:flex;flex-direction:column;gap:1rem}.post-card{padding:var(--card-padding);transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}@supports (content-visibility:auto){.browse-feed>.post-card,.progressive-feed>.post-card{content-visibility:auto;contain-intrinsic-size:auto 360px}.browse-feed>.learning-card,.browse-feed>.project-card,.progressive-feed>.learning-card,.progressive-feed>.project-card{contain-intrinsic-size:auto 560px}.browse-feed>.post-card--typed,.progressive-feed>.post-card--typed{content-visibility:visible}}.post-card:focus-within,.post-card:hover{border-color:rgb(38 28 61/.14);box-shadow:0 10px 28px rgba(38,28,61,.09)}.post-card--typed{--feed-type-rgb:var(--brand-violet-rgb);--feed-type-text:var(--action-strong);position:relative;margin-top:1.65rem;border-color:rgb(var(--feed-type-rgb)/.28)}.post-card--typed:focus-within,.post-card--typed:hover{border-color:rgb(var(--feed-type-rgb)/.38);box-shadow:0 12px 30px rgb(var(--feed-type-rgb)/.1)}.post-card--type-master{--feed-type-rgb:var(--brand-violet-rgb);--feed-type-text:var(--action-strong)}.post-card--type-course{--feed-type-rgb:var(--brand-sky-rgb);--feed-type-text:rgb(var(--brand-sky-rgb))}.post-card--type-lesson{--feed-type-rgb:var(--brand-mint-rgb);--feed-type-text:rgb(24 126 94)}.post-card--type-project{--feed-type-rgb:var(--brand-orange-rgb);--feed-type-text:var(--accent-strong)}.post-card__type-tab{position:absolute;left:1.05rem;top:-1px;z-index:2;display:inline-flex;align-items:center;min-height:1.45rem;padding:.28rem .78rem .34rem;border:1px solid rgb(var(--feed-type-rgb)/.28);border-bottom:0;border-radius:14px 14px 0 0;background:linear-gradient(180deg,rgb(var(--feed-type-rgb)/.1),rgb(var(--feed-type-rgb)/.045)),var(--panel);color:var(--feed-type-text);font-size:.86rem;font-weight:760;line-height:1;letter-spacing:0;box-shadow:0 -2px 8px rgb(var(--feed-type-rgb)/.05);transform:translateY(-100%)}.post-card__type-tab:after{content:"";position:absolute;left:1px;right:1px;bottom:-1px;height:2px;background:var(--panel)}.post-card__footer,.post-card__header,.post-card__type-row{display:flex;justify-content:space-between;gap:.8rem;align-items:center;flex-wrap:wrap}.post-card__type-row{justify-content:flex-start}.post-card__header-actions{display:inline-flex;align-items:center;gap:.35rem;margin-left:auto;flex-shrink:0}.post-card__author-block{display:flex;align-items:center;gap:.72rem;min-width:0}.post-card__avatar{width:2.9rem;height:2.9rem;border-radius:999px;overflow:hidden;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgb(var(--brand-violet-rgb)/.12),rgb(var(--brand-sky-rgb)/.12));border:1px solid rgb(38 28 61/.08)}.post-card__avatar img,.post-card__avatar-fallback{width:100%;height:100%}.post-card__avatar img{object-fit:cover}.post-card__avatar-fallback{display:inline-flex;align-items:center;justify-content:center;color:var(--action-strong);font-weight:650;font-size:.92rem}.post-card__byline{min-width:0;display:flex;flex-direction:column;gap:.2rem}.post-card__meta-line{display:flex;align-items:center;gap:.42rem;flex-wrap:wrap;color:var(--muted);font-size:.9rem;line-height:1.25}.post-card__meta-line>*+:before{content:"·";margin-right:.45rem;color:var(--muted);opacity:.55}.post-card__author{font-family:inherit;color:var(--text);font-weight:620;font-size:1rem;line-height:1.15;letter-spacing:normal}.post-card__community-link{display:inline-flex;align-items:center;gap:.28rem;min-height:2.75rem;padding:.35rem .45rem;margin:-.35rem -.45rem;color:var(--muted);font-size:.9rem}.post-card__community-icon{font-size:.98rem;line-height:1}.content-type-badge{display:inline-flex;align-items:center;padding:0;border-radius:999px;background:transparent;color:var(--muted);font-size:.82rem;font-weight:650;border:0}.content-type-badge.is-master{background:transparent;color:var(--action-strong)}.comment-card__meta,.detail-card__meta,.post-card__eyebrow,.post-card__meta{display:flex;gap:.85rem;flex-wrap:wrap;color:var(--muted);font-size:.92rem}.publication-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.2rem}.publication-header__eyebrow{margin:0;text-transform:uppercase;letter-spacing:.16em;font-size:.76rem;color:var(--muted)}.publication-header__row,.publication-header__topline{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.publication-header__copy{min-width:0;flex:1}.publication-header__copy h1{margin:0;font-size:clamp(1.3rem,1.8vw,1.5rem);line-height:1.22;font-weight:800;letter-spacing:-.035em}.publication-header__meta{display:flex;align-items:center;gap:.72rem;min-width:0}.publication-header__avatar{width:2.9rem;height:2.9rem;border-radius:999px;overflow:hidden;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgb(var(--brand-violet-rgb)/.12);background:rgb(var(--brand-violet-rgb)/.08)}.publication-header__avatar img,.publication-header__avatar-fallback{width:100%;height:100%}.publication-header__avatar img{object-fit:cover}.publication-header__avatar-fallback{display:inline-flex;align-items:center;justify-content:center;color:var(--action-strong);font-weight:700;font-size:.9rem}.publication-header__meta-items{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem .8rem;color:var(--muted);font-size:.94rem}.publication-header__meta-items>:first-child{color:var(--text);font-weight:620}.publication-header__meta-items>*{position:relative}.publication-header__meta-items>*+:before{content:"";position:absolute;left:-.45rem;top:50%;width:.18rem;height:.18rem;border-radius:999px;background:rgb(var(--brand-violet-rgb)/.36);transform:translateY(-50%)}.publication-header__summary{margin:.95rem 0 0;color:var(--muted);max-width:68ch}.publication-header__badges{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:.95rem}.publication-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:.7rem;flex-wrap:wrap;flex-shrink:0}.detail-card__editor{margin-bottom:1.35rem}.post-card__title{font-size:clamp(1.3rem,1.8vw,1.5rem);line-height:1.22;margin-top:.35rem;font-weight:800;letter-spacing:-.035em}.post-card__excerpt{margin:0;color:var(--content-copy);font-size:1.02rem;line-height:1.52}.post-card__meta-inline{display:inline-flex;align-items:center;gap:.35rem}.post-card__footer{justify-content:space-between;margin-top:1rem;padding-top:.8rem;border-top:1px solid rgb(38 28 61/.06)}.post-card__footer-left{display:inline-flex;align-items:center;gap:.35rem;flex-wrap:wrap}.learning-card .post-card__footer,.project-card .post-card__footer{justify-content:flex-start}.post-card__action{display:inline-flex;align-items:center;gap:.38rem;color:var(--muted);padding:.32rem .24rem;border:0;border-radius:999px;background:transparent;font:inherit;font-weight:600;cursor:pointer}.post-card:not(.learning-card):not(.project-card) .post-card__footer{margin-top:1.08rem;padding-top:.95rem}.post-card:not(.learning-card):not(.project-card) .post-card__footer-left{gap:1.1rem}.post-card:not(.learning-card):not(.project-card) .post-card__action{gap:.5rem;padding:.24rem .44rem;color:var(--content-meta);font-size:1.04rem;font-weight:430;letter-spacing:-.018em;min-height:var(--tap-target);min-width:var(--tap-target)}.post-card:not(.learning-card):not(.project-card) .post-card__action .inline-icon{width:var(--icon-size-action);height:var(--icon-size-action);stroke-width:2.35}.post-card__action:hover{background:rgb(var(--brand-violet-rgb)/.08)}.post-card__action.is-active,.post-card__action:hover{color:var(--action-strong)}.post-card__action.is-active .save-toggle__icon path{fill:currentColor}.save-toggle-form{display:inline-flex;margin:0}.share-menu{position:relative;display:inline-flex}.share-menu>button[aria-expanded=true]{color:var(--action-strong);background:rgb(var(--brand-violet-rgb)/.08)}.share-menu__panel{position:absolute;z-index:8;min-width:12rem;padding:.45rem;display:flex;flex-direction:column;gap:.2rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--panel-strong);box-shadow:var(--shadow)}.share-menu__panel[hidden]{display:none}.share-menu--top .share-menu__panel{bottom:calc(100% + .45rem)}.share-menu--bottom .share-menu__panel{top:calc(100% + .45rem)}.share-menu--start .share-menu__panel{left:0}.share-menu--end .share-menu__panel{right:0}.share-menu__item{width:100%;border:0;border-radius:var(--radius-sm);padding:.55rem .65rem;display:flex;align-items:center;gap:.6rem;background:transparent;color:var(--text);font:inherit;font-size:.92rem;font-weight:650;text-align:left;cursor:pointer}.share-menu__icon{width:1.15rem;height:1.15rem;flex:0 0 auto;fill:currentColor}.share-menu__icon--facebook{color:#1877f2}.share-menu__icon--twitter{color:var(--text)}.share-menu__icon--whatsapp{color:#25d366}.share-menu__icon--telegram{color:#26a5e4}.share-menu__icon--instagram{color:#e1306c}.share-menu__item:focus-visible,.share-menu__item:hover{color:var(--action-strong);background:rgb(var(--brand-violet-rgb)/.09)}.post-card:not(.learning-card):not(.project-card) .post-card__action:not(.post-card__action--meta):hover{color:var(--action-strong);background:rgb(var(--brand-violet-rgb)/.08)}.post-card:not(.learning-card):not(.project-card) .post-card__action--comments,.post-card:not(.learning-card):not(.project-card) .post-card__action--reactions{gap:.32rem}.post-card:not(.learning-card):not(.project-card) .post-card__action--reactions{padding-left:.18rem}.post-card__action--reactions .reaction-count{margin-left:0}.post-card__comment-count{margin-left:-.04rem;color:var(--muted);font-size:.9em;font-variant-numeric:tabular-nums}.post-card__action--icon{padding-inline:.5rem;font-weight:inherit}.post-card__action--meta{cursor:default;margin-left:auto}.post-card__action--meta:hover{color:var(--muted);background:transparent}.post-card__reaction-cluster{display:inline-flex;align-items:center}.post-card__reaction-cluster-item+.post-card__reaction-cluster-item{margin-left:-.3rem}.post-card__reaction-icon{width:1.48rem;height:1.48rem;font-size:.76rem}.reaction-icon-bubble[data-reaction-key=like] .reaction-icon-bubble__bg{fill:rgb(var(--brand-violet-rgb))}.learning-card,.project-card{gap:.9rem}.learning-card .post-card__footer{justify-content:space-between}.learning-card .post-card__footer-left{display:inline-flex;align-items:center;gap:1.1rem;flex-wrap:wrap}.learning-card .post-card__action{gap:.5rem;padding:.24rem .44rem;color:var(--content-meta);font-size:1.04rem;font-weight:430;letter-spacing:-.018em}.learning-card .post-card__action .inline-icon{width:1.42rem;height:1.42rem;stroke-width:2.35}.learning-card__media{position:relative;display:grid;place-items:center;overflow:hidden;border-radius:18px;background:radial-gradient(circle at 18% 18%,rgb(var(--brand-orange-rgb)/.12),transparent 34%),radial-gradient(circle at 82% 18%,rgb(var(--brand-violet-rgb)/.1),transparent 36%),linear-gradient(135deg,rgb(var(--brand-violet-rgb)/.055),rgb(var(--brand-orange-rgb)/.055)),var(--surface-soft);border:1px solid rgb(38 28 61/.07);min-height:215px}.learning-card__media img{display:block;width:100%;height:100%;object-fit:contain}.learning-card__media--placeholder{min-height:230px;display:grid;place-items:center}.learning-card__placeholder{display:inline-flex;flex-direction:column;align-items:center;gap:.6rem;color:var(--action-strong);font-weight:700}.learning-card__placeholder-icon{width:3rem;height:3rem;color:rgb(var(--brand-violet-rgb)/.72)}.learning-card__price,.learning-detail__purchase-tag,.project-card__status{display:inline-flex;align-items:center;justify-content:center;padding:.42rem .72rem;border-radius:999px;font-size:.84rem;font-weight:700;white-space:nowrap}.learning-card__price,.learning-detail__purchase-tag{background:linear-gradient(135deg,rgb(var(--brand-orange-rgb)/.12) 0,rgb(var(--brand-orange-rgb)/.2) 100%);color:var(--accent-strong);border-style:solid;border:1px dashed rgb(var(--brand-orange-rgb)/.16)}.learning-card__media .learning-card__price{position:absolute;top:.72rem;right:.72rem;z-index:1;border-style:solid;background:var(--panel-strong);box-shadow:0 8px 18px rgb(38 28 61/.1)}.learning-card__price.is-free,.learning-detail__purchase-tag.is-free{background:linear-gradient(135deg,rgb(var(--brand-mint-rgb)/.14) 0,rgb(var(--brand-mint-rgb)/.22) 100%);color:var(--success-text);border-color:rgb(var(--brand-mint-rgb)/.2)}.learning-card__media .learning-card__price.is-free{background:linear-gradient(135deg,rgb(var(--brand-mint-rgb)/.14) 0,rgb(var(--brand-mint-rgb)/.22) 100%),var(--panel-strong)}.project-card__status{background:rgb(var(--brand-violet-rgb)/.1);color:var(--action-strong);border-style:solid;border:1px dashed rgb(var(--brand-violet-rgb)/.16)}.project-card__status.is-featured{background:linear-gradient(135deg,rgb(var(--brand-orange-rgb)/.16) 0,rgb(var(--brand-violet-rgb)/.14) 100%);color:var(--accent-strong);border-color:rgb(var(--brand-orange-rgb)/.22)}.learning-card__media .project-card__status{position:absolute;top:.72rem;right:.72rem;z-index:1;border-style:solid;background:var(--panel-strong);box-shadow:0 8px 18px rgb(38 28 61/.1)}.learning-card__media .project-card__status.is-featured{background:linear-gradient(135deg,rgb(var(--brand-orange-rgb)/.16) 0,rgb(var(--brand-violet-rgb)/.14) 100%),var(--panel-strong)}.project-card__learning-title{margin:0;color:var(--content-meta);font-size:.92rem;font-weight:600}.project-preview-section{gap:1rem}.project-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.project-preview-card{min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border);border-radius:8px;background:var(--panel);color:inherit;text-decoration:none;box-shadow:0 10px 24px rgb(38 28 61/.07);transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease}.project-preview-card:hover{transform:translateY(-1px);border-color:rgb(var(--brand-violet-rgb)/.24);box-shadow:0 14px 30px rgb(38 28 61/.1)}.project-preview-card__media{display:grid;place-items:center;aspect-ratio:4/3;overflow:hidden;background:var(--surface-strong)}.project-preview-card__media img{display:block;width:100%;height:100%;object-fit:cover}.project-preview-card__placeholder{display:grid;place-items:center;width:3.2rem;height:3.2rem;border-radius:8px;background:rgb(var(--brand-violet-rgb)/.1);color:var(--action-strong);font-weight:780}.project-preview-card__body{min-width:0;display:flex;flex-direction:column;gap:.35rem;padding:.78rem}.project-preview-card__body span,.project-preview-card__body strong{overflow:hidden;text-overflow:ellipsis}.project-preview-card__body strong{color:var(--text);font-size:.98rem;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.project-preview-card__body span{color:var(--muted);font-size:.86rem;line-height:1.35;white-space:nowrap}.project-submit-panel{scroll-margin-top:5.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border:1px dashed rgb(var(--brand-violet-rgb)/.18);border-radius:8px;background:color-mix(in srgb,var(--surface-strong) 94%,rgb(var(--brand-violet-rgb)/.05))}.project-submit-panel__body{min-width:0;display:flex;flex-direction:column;gap:.35rem}.project-submit-panel__body h2,.project-submit-panel__body p{margin:0}.project-submit-panel .button-link{flex-shrink:0}@media (max-width:860px){.project-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){:root{--header-control-size:var(--tap-target)}.project-preview-grid{grid-template-columns:1fr}.project-submit-panel{align-items:stretch;flex-direction:column}}.learning-card__facts{position:absolute;left:.72rem;right:.72rem;bottom:.72rem;z-index:1;display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;pointer-events:none}.learning-card__fact{display:inline-flex;align-items:center;border-radius:999px;padding:.35rem .62rem;font-size:.9rem;font-weight:700;line-height:1.2;border:1px solid transparent;box-shadow:0 8px 18px rgb(38 28 61/.09);backdrop-filter:blur(10px)}.learning-card__fact--level{background:rgb(var(--brand-mint-rgb)/.9);color:#245a41;border-color:rgb(var(--brand-mint-rgb)/.28)}.learning-card__fact--duration{background:rgb(var(--brand-sky-rgb)/.9);color:#285f85;border-color:rgb(var(--brand-sky-rgb)/.3)}.learning-card__fact--projects{background:rgb(var(--brand-orange-rgb)/.88);color:#7c4a1d;border-color:rgb(var(--brand-orange-rgb)/.3)}.learning-card__stats{margin-top:1rem}.learning-detail__heading{display:flex;gap:1rem;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.learning-detail__heading h1{color:var(--text)}.learning-detail__body{margin-top:1rem}.learning-outline,.learning-resources{display:flex;flex-direction:column;gap:.9rem}.learning-outline__module{padding:1rem;border-radius:var(--radius-md);border-style:solid;border:1px dashed rgb(var(--brand-violet-rgb)/.14);background:var(--surface-soft)}.learning-outline__module h3{margin:0;font-family:var(--font-headings);font-size:1.35rem}.learning-outline__lessons{display:flex;flex-direction:column;gap:.75rem;margin-top:.85rem}.learning-outline__lesson{display:flex;justify-content:space-between;gap:1rem;padding:.9rem 1rem;border-radius:14px;background:linear-gradient(135deg,rgb(var(--brand-orange-rgb)/.05) 0,rgb(var(--brand-violet-rgb)/.05) 100%),var(--surface-strong);border-style:solid;border:1px dashed rgb(var(--brand-violet-rgb)/.14)}.learning-outline__lesson strong{display:block}.learning-outline__lesson p{margin:.35rem 0 0}.learning-outline__lesson span{color:var(--muted);white-space:nowrap}.learning-outline__lesson.is-locked{background:rgb(var(--brand-violet-rgb)/.04);border-color:rgb(var(--brand-violet-rgb)/.08)}.learning-outline__lesson.is-complete{background:linear-gradient(135deg,rgb(var(--brand-mint-rgb)/.12) 0,rgb(var(--brand-sky-rgb)/.08) 100%);border-color:rgb(var(--brand-mint-rgb)/.24)}.learning-progress{display:flex;flex-direction:column;gap:.45rem;margin-top:1rem}.learning-progress__label{font-size:.92rem;color:var(--muted)}.learning-progress__track{width:100%;min-height:.7rem;border-radius:999px;background:rgb(var(--brand-violet-rgb)/.08);overflow:hidden}.learning-progress__fill{min-height:.7rem;border-radius:inherit;background:linear-gradient(90deg,rgb(var(--brand-orange-rgb)/.9) 0,rgb(var(--brand-mint-rgb)/.85) 100%)}.learning-author-card{gap:.9rem}.video-embed{margin:1.4rem 0}.video-embed figcaption{margin-top:.55rem;font-size:.92rem;color:var(--muted)}.video-embed__frame{position:relative;overflow:hidden;border-radius:var(--radius-md);border-style:solid;border:1px dashed rgb(var(--brand-violet-rgb)/.14);background:rgb(var(--brand-violet-rgb)/.06);aspect-ratio:16/9}.video-embed__facade,.video-embed__frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.video-embed__facade{display:flex;align-items:center;justify-content:center;gap:.9rem;padding:1rem;background:radial-gradient(circle at 20% 20%,rgb(var(--brand-orange-rgb)/.2),transparent 34%),radial-gradient(circle at 85% 15%,rgb(var(--brand-sky-rgb)/.22),transparent 32%),linear-gradient(135deg,rgb(var(--brand-violet-rgb)/.12),rgb(var(--brand-mint-rgb)/.16));color:var(--text);cursor:pointer;text-align:left}.video-embed__facade:focus-visible,.video-embed__facade:hover{background:radial-gradient(circle at 20% 20%,rgb(var(--brand-orange-rgb)/.28),transparent 34%),radial-gradient(circle at 85% 15%,rgb(var(--brand-sky-rgb)/.3),transparent 32%),linear-gradient(135deg,rgb(var(--brand-violet-rgb)/.16),rgb(var(--brand-mint-rgb)/.22))}.video-embed__play{width:3.5rem;height:3.5rem;flex:0 0 auto;border-radius:999px;background:var(--action-strong);box-shadow:0 14px 28px rgb(38 28 61/.18);position:relative}.video-embed__play:before{content:"";position:absolute;top:50%;left:54%;transform:translate(-50%,-50%);border-top:.72rem solid transparent;border-bottom:.72rem solid transparent;border-left:1rem solid #fff}.video-embed__facade-copy{display:flex;min-width:0;max-width:28rem;flex-direction:column;gap:.18rem}.video-embed__facade-copy span{color:var(--muted);font-size:.82rem}.video-embed__facade-copy strong{color:var(--text);font-family:var(--font-headings);font-size:clamp(1rem,3.5vw,1.25rem);line-height:1.16}.tag-row{display:flex;gap:.55rem;flex-wrap:wrap;margin-top:.95rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.tag-pill{display:inline-flex;min-height:var(--control-height-md);gap:.45rem;align-items:center;background:var(--surface-muted);color:var(--action-strong);border-radius:999px;padding:.42rem .7rem;font-size:.84rem;border:1px solid rgb(var(--brand-violet-rgb)/.12)}.tag-pill:hover{background:rgb(var(--brand-violet-rgb)/.14)}.tag-pill--active{background:rgb(var(--brand-violet-rgb)/.18);border:1px solid rgb(var(--brand-violet-rgb)/.22);color:var(--action-strong)}.tag-pill--clear{background:rgb(var(--brand-violet-rgb)/.05);color:var(--muted)}.tag-pill--action{background:rgb(var(--brand-violet-rgb)/.1);color:var(--action-strong)}.tag-pill--accent{background:rgb(var(--brand-orange-rgb)/.1);color:var(--accent-strong);border-color:rgb(var(--brand-orange-rgb)/.18)}.reaction-picker,.reaction-picker__details,.reaction-summary{display:inline-flex;position:relative}.reaction-picker__details[open]{z-index:80}.reaction-picker__details>summary,.reaction-summary>summary{list-style:none}.reaction-picker__details>summary::-webkit-details-marker,.reaction-summary>summary::-webkit-details-marker{display:none}.follow-button,.reaction-summary__toggle,.reaction-trigger{border-style:solid;border:1px dashed rgb(var(--brand-violet-rgb)/.12);background:rgb(var(--brand-violet-rgb)/.04);color:var(--action-strong);border-radius:999px;padding:.52rem .82rem;font:inherit;display:inline-flex;align-items:center;min-height:var(--control-height-md);gap:.62rem;cursor:pointer;transition:transform .14s ease,border-color .14s ease,background .14s ease,box-shadow .14s ease,color .14s ease}.follow-button{min-height:2.12rem;padding:.38rem .68rem;border-radius:12px;border-style:solid;font-size:.88rem;font-weight:650;line-height:1;gap:.45rem}.follow-button:hover,.reaction-picker__details:focus-within>.reaction-trigger,.reaction-picker__details[open]>.reaction-trigger,.reaction-summary:focus-within>.reaction-summary__toggle,.reaction-summary[open]>.reaction-summary__toggle,.reaction-summary__toggle:hover,.reaction-trigger:hover{transform:translateY(-1px);border-color:rgb(var(--brand-violet-rgb)/.28);color:var(--action-strong);background:rgb(var(--brand-violet-rgb)/.09);box-shadow:0 10px 22px rgb(var(--brand-violet-rgb)/.1)}.reaction-trigger.is-selected{background:rgb(var(--brand-violet-rgb)/.12);border-color:rgb(var(--brand-violet-rgb)/.32);color:var(--action-strong);animation:reaction-pop .18s ease-out}.follow-button.is-active{background:rgb(38 28 61/.055);border-color:rgb(38 28 61/.12);color:var(--muted);box-shadow:none;animation:reaction-pop .18s ease-out}.publication-header__actions .follow-button{background:rgb(var(--brand-violet-rgb)/.09);border-color:rgb(var(--brand-violet-rgb)/.18);color:var(--action-strong)}.post-card__header-actions .follow-button.is-active,.publication-header__actions .follow-button.is-active{background:rgb(38 28 61/.055);border-color:rgb(38 28 61/.12);color:var(--muted);box-shadow:none}.post-card__header-actions .follow-button{background:rgb(38 28 61/.045);border-color:rgb(38 28 61/.08);color:var(--text)}.follow-button--icon{padding-inline:.8rem}.follow-button__icon{width:1rem;height:1rem;display:inline-flex;align-items:center;justify-content:center}.follow-button:disabled,.reaction-trigger:disabled{opacity:.72;cursor:not-allowed;box-shadow:none;transform:none}.reaction-picker__option-icon,.reaction-summary__cluster-icon,.reaction-summary__row-icon,.reaction-trigger__cluster-icon,.reaction-trigger__icon{display:inline-flex;align-items:center;justify-content:center;border-radius:999px}.follow-button__icon svg,.reaction-picker__option-icon svg,.reaction-summary__cluster-icon svg,.reaction-summary__row-icon svg,.reaction-trigger__cluster-icon svg,.reaction-trigger__icon svg{width:100%;height:100%}.reaction-trigger__icon{width:1.48rem;height:1.48rem;color:currentColor}.reaction-icon-bubble{width:1.48rem;height:1.48rem;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:999px;border:2px solid var(--surface-strong);background:transparent;color:#fff;box-shadow:0 2px 5px rgb(38 28 61/.12);font-family:inherit;font-size:.82rem;line-height:1}.reaction-icon-bubble__svg{width:100%;height:100%;display:block}.reaction-icon-bubble[data-reaction-key=custom]{background:linear-gradient(135deg,#7257d4,#4f2fb0);font-size:.78rem;font-weight:800}.publication-menu{position:relative}.publication-menu>summary{list-style:none}.publication-menu>summary::-webkit-details-marker{display:none}.publication-menu__summary{display:inline-flex;align-items:center;justify-content:center;min-width:2.12rem;min-height:2.12rem;padding:.38rem .5rem;border-radius:12px;border:1px solid rgb(var(--brand-violet-rgb)/.12);background:rgb(var(--brand-violet-rgb)/.05);color:var(--muted);cursor:pointer;transition:transform .14s ease,border-color .14s ease,background .14s ease,color .14s ease,box-shadow .14s ease}.publication-menu:focus-within>.publication-menu__summary,.publication-menu[open]>.publication-menu__summary,.publication-menu__summary:hover{transform:translateY(-1px);border-color:rgb(var(--brand-violet-rgb)/.28);background:rgb(var(--brand-violet-rgb)/.09);color:var(--action-strong);box-shadow:0 10px 22px rgb(var(--brand-violet-rgb)/.1)}.publication-menu__list{position:absolute;top:calc(100% + .55rem);right:0;min-width:13rem;padding:.45rem;display:flex;flex-direction:column;gap:.2rem;border-radius:18px;border:1px dashed rgb(var(--brand-violet-rgb)/.16);background:var(--panel-strong);box-shadow:0 22px 46px rgb(var(--brand-violet-rgb)/.14);z-index:20}.publication-menu__item{width:100%;border:0;background:transparent;color:var(--text);font:inherit;text-align:left;display:inline-flex;align-items:center;gap:.62rem;padding:.7rem .78rem;border-radius:14px;cursor:pointer}.publication-menu__item:hover{background:rgb(var(--brand-violet-rgb)/.08);color:var(--action-strong)}.publication-menu__item--danger{color:#9b3b55}.publication-menu__item--danger:hover{background:rgb(var(--brand-orange-rgb)/.1);color:#8d2146}.reaction-trigger__icon--solo{color:var(--action-strong)}.reaction-summary__cluster,.reaction-trigger__cluster{display:inline-flex;align-items:center;gap:0}.reaction-summary__cluster-item+.reaction-summary__cluster-item,.reaction-trigger__cluster-item+.reaction-trigger__cluster-item{margin-left:-.3rem}.reaction-summary__cluster-icon,.reaction-trigger__cluster-icon{width:1.48rem;height:1.48rem;background:transparent;border:2px solid var(--surface-strong);box-shadow:0 2px 5px rgb(38 28 61/.12);color:var(--action-strong)}.reaction-count,.reaction-summary__row-count{margin-left:.38rem;color:var(--muted);font-size:.92rem;font-weight:560;line-height:1}.reaction-trigger .reaction-count{margin-left:-.08rem}.reaction-trigger--compact{min-width:2.7rem;justify-content:center;padding-inline:.72rem}.reaction-trigger--inline{min-height:var(--tap-target);padding:.35rem .45rem;border:0;background:transparent;color:var(--muted);gap:.38rem;box-shadow:none}.reaction-picker__details:focus-within>.reaction-trigger--inline,.reaction-picker__details[open]>.reaction-trigger--inline,.reaction-trigger--inline:hover{transform:none;border-color:transparent;color:var(--action-strong);background:transparent;box-shadow:none}.reaction-trigger--inline.is-selected{border-color:transparent;background:transparent;color:var(--action-strong)}.reaction-trigger--inline .reaction-trigger__cluster-icon{width:1.48rem;height:1.48rem;box-shadow:0 2px 5px rgb(38 28 61/.12)}.reaction-trigger--inline .reaction-trigger__icon{width:1.48rem;height:1.48rem}.reaction-picker__popover,.reaction-summary__popover{position:absolute;left:0;bottom:calc(100% + .18rem);z-index:20;opacity:0;pointer-events:none;transform:translateY(.4rem) scale(.98);transition:opacity .15s ease,transform .15s ease;box-shadow:0 24px 54px rgb(var(--brand-violet-rgb)/.18)}.reaction-picker__popover{width:max-content;max-width:calc(100vw - 2rem);padding:.52rem;border-radius:999px;background:var(--panel-strong);border:1px solid rgb(var(--brand-violet-rgb)/.12)}.reaction-picker__tray{display:flex;max-width:calc(100vw - 3.5rem);gap:.34rem;align-items:flex-end;flex-wrap:nowrap;overflow-x:auto;overflow-y:visible;padding:.16rem;scrollbar-width:none;-webkit-overflow-scrolling:touch}.reaction-picker__tray::-webkit-scrollbar{display:none}.reaction-picker__details[open] .reaction-picker__popover,.reaction-summary[open] .reaction-summary__popover{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.reaction-picker__tray form{display:inline-flex}.reaction-picker__option{position:relative;width:2.72rem;height:2.72rem;flex:0 0 auto;padding:0;border:0;background:transparent;cursor:pointer}.reaction-picker__option:focus-visible,.reaction-picker__option:hover{outline:none}.reaction-picker__option.is-selected .reaction-picker__option-icon,.reaction-picker__option:focus-visible .reaction-picker__option-icon,.reaction-picker__option:hover .reaction-picker__option-icon{transform:translateY(-.28rem) scale(1.08)}.reaction-picker__option-label{position:absolute;left:50%;bottom:calc(100% + .4rem);transform:translateX(-50%) translateY(.2rem);opacity:0;pointer-events:none;white-space:nowrap;border-radius:999px;padding:.22rem .55rem;background:rgb(49 38 73/.92);color:white;font-size:.72rem;font-weight:700;transition:opacity .12s ease,transform .12s ease}.reaction-picker__option:focus-visible .reaction-picker__option-label,.reaction-picker__option:hover .reaction-picker__option-label{opacity:1;transform:translateX(-50%) translateY(0)}.reaction-picker__option-icon{width:2.72rem;height:2.72rem;background:color-mix(in srgb,var(--surface-strong) 90%,rgb(var(--brand-violet-rgb)/.08));border:1px solid rgb(var(--brand-violet-rgb)/.12);box-shadow:0 10px 24px rgb(var(--brand-violet-rgb)/.08);color:var(--action-strong);transition:transform .14s ease,box-shadow .14s ease}.reaction-summary__toggle{padding-right:.62rem}.reaction-summary__toggle--compact{min-height:2.2rem;padding:.35rem .58rem .35rem .42rem}.reaction-picker__breakdown{display:none}.reaction-summary__popover{min-width:12rem;padding:.75rem;border-radius:20px;background:color-mix(in srgb,var(--surface-strong) 94%,rgb(var(--brand-violet-rgb)/.06));border:1px solid rgb(var(--brand-violet-rgb)/.12)}.reaction-summary__row,.reaction-summary__row-label{display:flex;align-items:center}.reaction-summary__row{justify-content:space-between;gap:1rem}.reaction-summary__row+.reaction-summary__row{margin-top:.55rem}.reaction-summary__row-label{gap:.55rem;color:var(--text)}.reaction-summary__row-icon{width:1.35rem;height:1.35rem;background:rgb(var(--brand-violet-rgb)/.08);color:var(--action-strong)}@media (max-width:640px){.reaction-picker__popover,.reaction-summary__popover{left:0;right:auto;max-width:calc(100vw - 1.5rem)}.reaction-picker__popover{border-radius:999px;padding:.44rem}.reaction-picker__tray{max-width:calc(100vw - 2.8rem)}}.publication-tags{display:grid;gap:.28rem;margin-top:1.15rem;padding-top:.72rem;border-top:1px solid rgb(var(--brand-violet-rgb)/.09);font-size:.9rem}.publication-tags__line{display:flex;flex-wrap:wrap;gap:.2rem .62rem;align-items:baseline}.publication-tags__label{flex:0 0 auto;color:var(--muted);font-weight:650}.publication-tags__links{display:flex;flex-wrap:wrap;gap:.2rem .72rem;align-items:center}.publication-tag-link{display:inline-flex;min-height:2rem;align-items:center;font-weight:600}.publication-tag-link,.publication-tag-link:hover{color:var(--action-strong)}@media (max-width:720px){.publication-tag-link{min-width:var(--tap-target);min-height:var(--tap-target);justify-content:center}}.publication-tag-link--topic{color:var(--accent-strong);font-size:.92em;font-weight:620;text-decoration:none}.publication-tag-link--topic:before{content:"#";opacity:.6}.publication-tag-link--topic:hover{color:var(--accent)}.publication-actions{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;align-items:center;margin-top:1.4rem;padding-top:1rem;border-top:1px dashed rgb(var(--brand-violet-rgb)/.12)}.publication-actions--mobile-dock,.publication-actions--mobile-dock .master-class-toc-mobile--compact{display:none}.publication-action-chip,.publication-actions__left,.publication-actions__right,.publication-meta-pill{display:inline-flex;align-items:center}.publication-actions__left,.publication-actions__right{gap:.75rem;flex-wrap:wrap}.publication-action-link{border:0;background:transparent;font:inherit;cursor:pointer}.publication-action-link--meta{cursor:default}.publication-action-link--meta:hover{color:var(--muted);background:transparent}.publication-action-chip,.publication-meta-pill{min-height:var(--control-height-md);padding:.52rem .88rem;border-radius:999px;border:1px dashed rgb(var(--brand-violet-rgb)/.12);background:rgb(var(--brand-violet-rgb)/.04);color:var(--action-strong);font:inherit;gap:.5rem}.publication-action-chip{cursor:pointer;transition:transform .14s ease,border-color .14s ease,background .14s ease,box-shadow .14s ease}.publication-action-chip:hover{transform:translateY(-1px);border-color:rgb(var(--brand-violet-rgb)/.28);background:rgb(var(--brand-violet-rgb)/.09);box-shadow:0 10px 22px rgb(var(--brand-violet-rgb)/.1)}.publication-meta-pill{color:var(--muted)}.publication-meta-pill strong{color:var(--text)}@media (max-width:640px){.page-shell--has-mobile-nav{padding-bottom:calc(5.7rem + env(safe-area-inset-bottom))}.mobile-global-navigation{position:fixed;z-index:44;right:.75rem;bottom:max(.6rem,env(safe-area-inset-bottom));left:.75rem;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.1rem;padding:.22rem .35rem;border:1px solid rgb(var(--brand-violet-rgb)/.13);border-radius:1.35rem;background:var(--surface-strong);box-shadow:0 8px 22px rgb(38 28 61/.16)}.mobile-global-navigation__item{display:inline-flex;min-width:0;min-height:var(--dock-control-size);align-items:center;justify-content:center;gap:.12rem;flex-direction:column;border-radius:1rem;color:var(--muted);font-size:.63rem;font-weight:700;line-height:1;text-decoration:none;transition:background .16s ease,color .16s ease}.mobile-global-navigation__item.is-active,.mobile-global-navigation__item:focus-visible,.mobile-global-navigation__item:hover{background:rgb(var(--brand-violet-rgb)/.09);color:var(--action-strong)}.mobile-global-navigation__icon{width:1.35rem;height:1.35rem}.page-shell:has(.publication-actions--mobile-dock){padding-bottom:6.7rem}.publication-actions:not(.publication-actions--mobile-dock){align-items:flex-start}.publication-actions--mobile-dock{display:flex;position:fixed;z-index:45;right:.75rem;bottom:max(.6rem,env(safe-area-inset-bottom));left:.75rem;width:auto;border-radius:1.35rem;align-items:center;justify-content:space-around;gap:.15rem;margin:0;padding:.16rem .45rem;border:1px solid rgb(var(--brand-violet-rgb)/.13);background:var(--surface-strong);box-shadow:0 8px 22px rgb(38 28 61/.16);transition:transform .22s ease,opacity .18s ease}.publication-actions--mobile-dock.is-hidden{transform:translateY(calc(100% + .75rem));opacity:0;pointer-events:none}.publication-actions__left,.publication-actions__right{flex:1 1 auto;justify-content:space-around;gap:.05rem}.publication-actions--mobile-dock .publication-actions__left{flex-wrap:nowrap}.publication-actions__right{display:none}.publication-actions--mobile-dock .master-class-toc-mobile--compact>button,.publication-actions--mobile-dock .publication-action-link,.publication-actions--mobile-dock .reaction-trigger{min-width:var(--dock-control-size);min-height:var(--dock-control-size);justify-content:center;padding:.55rem}.publication-actions--mobile-dock .publication-action-link>span:not(.sr-only){display:none}.publication-actions--mobile-dock .master-class-toc-mobile--compact{display:flex;align-items:center;height:var(--dock-control-size);margin-bottom:0}.publication-actions--mobile-dock .master-class-toc-mobile--compact>button{width:var(--dock-control-size);height:var(--dock-control-size);border:0;background:transparent!important;color:var(--muted);box-shadow:none;border-radius:999px}.publication-actions--mobile-dock .master-class-toc-mobile--compact>button>span{display:none}.publication-actions--mobile-dock .master-class-toc-mobile--compact>button:focus-visible,.publication-actions--mobile-dock .master-class-toc-mobile--compact>button:hover{background:rgb(var(--brand-violet-rgb)/.1)!important;color:var(--action-strong)}.publication-actions--mobile-dock .inline-icon,.publication-actions--mobile-dock .master-class-toc-mobile__icon,.publication-actions--mobile-dock .reaction-trigger__cluster-icon,.publication-actions--mobile-dock .reaction-trigger__icon{width:var(--icon-size-dock);height:var(--icon-size-dock)}.publication-actions--mobile-dock .reaction-trigger__cluster{gap:0}.publication-actions--mobile-dock .reaction-trigger__cluster-item+.reaction-trigger__cluster-item{margin-left:-.35rem}.publication-actions--mobile-dock .reaction-trigger__cluster-icon{border-width:2px}.publication-action-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.2rem;min-height:1.2rem;margin-left:-.45rem;padding:.08rem .3rem;border-radius:999px;background:#ef3340;color:#fff;font-size:.68rem;font-weight:750;line-height:1}.publication-actions--mobile-dock .publication-action-link .publication-action-count{display:inline-flex!important}}.auth-card,.detail-card,.sidebar-card{padding:var(--card-padding)}.sidebar-card ul{list-style:none;margin:1rem 0 0;padding:0;display:flex;flex-direction:column;gap:.75rem}.sidebar-card li{display:flex;justify-content:space-between;gap:.5rem;border-bottom:1px solid rgba(82,61,29,.08);padding-bottom:.75rem}.sidebar-card li:last-child{border-bottom:0;padding-bottom:0}.search-user-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.search-user-row{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.65rem;border-bottom:1px solid rgba(82,61,29,.08);padding-bottom:.75rem}.search-user-row:last-child{border-bottom:0;padding-bottom:0}.search-user-row:hover{color:var(--action-strong)}.search-user-row__body{min-width:0;display:flex;flex-direction:column;gap:.15rem}.search-user-row__body span,.search-user-row__body strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-user-row__body strong{color:inherit;font-weight:720}.search-user-row__body span{color:var(--muted);font-size:.9rem}.search-related-list{list-style:none;margin:1rem 0 0;padding:0;display:flex;flex-direction:column;gap:.75rem}.search-related-list li{min-width:0;display:flex;justify-content:space-between;gap:.65rem;border-bottom:1px solid rgba(82,61,29,.08);padding-bottom:.75rem}.search-related-list li:last-child{border-bottom:0;padding-bottom:0}.search-related-list a{min-width:0;overflow:hidden;color:var(--text);font-weight:650;text-overflow:ellipsis;white-space:nowrap}.search-related-list a:hover{color:var(--action-strong)}.search-related-list span{flex-shrink:0;color:var(--muted)}.page-shell--browse{padding-top:1.75rem}.browse-grid{display:grid;grid-template-columns:230px minmax(0,640px) 270px;justify-content:center;gap:1rem;align-items:start}.browse-grid--wide{grid-template-columns:230px minmax(0,927px)}.page-shell--landing{width:min(1172px,calc(100vw - 1.5rem));padding-top:1rem}.browse-grid--landing{grid-template-columns:minmax(0,1172px)}.browse-main--landing{gap:1.25rem}.browse-main--landing>.browse-feed,.browse-main--landing>.feed-filters{width:min(760px,100%);align-self:center}.home-landing{display:grid;gap:1rem}.home-landing__hero{display:grid;grid-template-columns:minmax(0,45%) minmax(0,55%);min-height:520px;border:1px solid rgb(var(--brand-violet-rgb)/.1);border-radius:2rem;background:radial-gradient(circle at 22% 84%,rgb(255 186 208/.38),transparent 32%),linear-gradient(135deg,#fff,#fff8fb 44%,#efe8ff);box-shadow:0 22px 60px rgb(66 35 120/.12)}.home-landing__hero-copy{position:relative;justify-content:center;padding:3.25rem 0 2rem 3.25rem}.home-landing__eyebrow{margin:0 0 1rem;color:#7043d7;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.home-landing__hero h1{max-width:10ch;margin:0;color:#2d176e;font-size:clamp(2.6rem,4.4vw,4.35rem);line-height:.98;letter-spacing:-.055em}.home-landing__lead{max-width:37rem;margin:1.4rem 0 0;color:#5b4c7c;font-size:1.05rem;line-height:1.62}.home-landing__actions{flex-wrap:wrap;margin-top:1.65rem}.home-landing__primary-action,.home-landing__secondary-action{min-height:3rem;border-radius:999px;padding:.75rem 1.25rem}.home-landing__primary-action{gap:.65rem;border:0;background:linear-gradient(135deg,#7448f4,#6435e0);color:white;box-shadow:0 12px 26px rgb(108 59 226/.26)}.home-landing__secondary-action{color:#432492}.home-landing__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.55rem;width:calc(100% + 10rem);margin:2rem 0 0}.home-landing__stats div{display:flex;min-width:0;flex-direction:column-reverse;justify-content:center;min-height:4.1rem;padding:.65rem .8rem;border:1px solid rgb(100 64 170/.08);border-radius:1rem;background:rgb(255 255 255/.76);box-shadow:0 10px 28px rgb(53 31 91/.06);backdrop-filter:blur(10px)}.home-landing__stats dt{overflow:hidden;color:#72658e;font-size:.72rem;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.home-landing__stats dd{margin:0 0 .12rem;color:#2d176e;font-size:1.28rem;font-weight:850}.home-landing__visual{position:relative;min-height:520px}.home-landing__visual:after{position:absolute;inset:0 auto 0 0;width:30%;content:"";background:linear-gradient(90deg,#fff8fb,rgb(255 248 251/0));pointer-events:none}.home-landing__visual>img{object-fit:cover;object-position:64% center}.home-landing__visual-note{position:absolute;right:1.6rem;bottom:1.6rem;z-index:1;display:flex;align-items:flex-end;gap:.5rem;max-width:15rem;padding:.8rem 1rem;border:1px solid rgb(255 255 255/.72);border-radius:1.1rem;background:rgb(255 255 255/.77);color:#412287;font-size:.84rem;font-weight:750;line-height:1.3;box-shadow:0 12px 30px rgb(53 31 91/.12);backdrop-filter:blur(12px)}.home-landing__visual-heart{color:#ff6c3e;font-size:1.55rem;line-height:1}.home-rubrics{padding:1.35rem 1.45rem 1.55rem;border:1px solid rgb(var(--brand-violet-rgb)/.1);border-radius:1.65rem;background:rgb(255 255 255/.82);box-shadow:0 16px 45px rgb(66 35 120/.08)}.home-rubrics__heading{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:1.05rem}.home-rubrics__heading h2{margin:0;color:#2d176e;font-size:1.3rem}.home-rubrics__heading a{color:#6641c4;font-size:.84rem;font-weight:750;text-decoration:none;white-space:nowrap}.home-rubrics__grid{display:grid;grid-template-columns:repeat(9,minmax(0,1fr));gap:.65rem}.home-rubric-card{display:flex;min-width:0;flex-direction:column;align-items:center;gap:.42rem;color:#2f1b67;text-align:center;text-decoration:none}.home-rubric-card__icon{display:grid;width:100%;aspect-ratio:1;place-items:center;overflow:hidden;border-radius:50%;background:var(--rubric-accent,#f1e9ff);transition:transform .18s ease,box-shadow .18s ease}.home-rubric-card__icon img{width:92%;height:92%;object-fit:contain}.home-rubric-card:hover .home-rubric-card__icon{transform:translateY(-3px);box-shadow:0 12px 25px rgb(70 38 120/.13)}.home-rubric-card__title{display:-webkit-box;overflow:hidden;font-size:.78rem;font-weight:750;line-height:1.25;-webkit-box-orient:vertical;-webkit-line-clamp:2}.home-rubric-card__count{color:#897ca3;font-size:.68rem}.home-rubric-card--rose{--rubric-accent:#ffd9e7}.home-rubric-card--lavender{--rubric-accent:#e5d9ff}.home-rubric-card--sun{--rubric-accent:#ffe5af}.home-rubric-card--lilac{--rubric-accent:#eadbff}.home-rubric-card--blush{--rubric-accent:#ffd9e0}.home-rubric-card--peach{--rubric-accent:#ffdfc1}.home-rubric-card--mint{--rubric-accent:#ccefe2}.home-rubric-card--violet{--rubric-accent:#dfd2ff}.home-rubric-card--sky{--rubric-accent:#d6edff}.browse-feed,.browse-main,.left-rail,.right-rail{min-width:0;display:flex;flex-direction:column;gap:1rem}.left-rail{position:sticky;top:4.8rem;align-self:start}.browse-panel{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:var(--card-padding)}.browse-panel--cta{display:flex;flex-direction:column;align-items:stretch;gap:.85rem}.browse-panel--cta .section-title{margin:0 0 .15rem}.browse-panel--cta .section-title h2{font-size:clamp(1.25rem,1.55vw,1.45rem);line-height:1.1}.browse-panel--cta .muted-copy{margin:0}.browse-panel--cta .shell-button{align-self:flex-end}.browse-panel--hero{padding:1.2rem;background:var(--panel);position:relative;overflow:hidden}.topic-page__hero--with-icon{display:grid;grid-template-columns:4.25rem minmax(0,1fr);gap:1rem;align-items:start}.topic-page__hero-icon{width:4.25rem;height:4.25rem;object-fit:contain}.topic-page__hero-copy{min-width:0}.topic-page__hero-copy .muted-copy{margin-bottom:0}.browse-main h2,.browse-panel--cta h2,.browse-panel--hero h1,.right-rail__card h3{margin:0;font-family:var(--font-headings);color:var(--text)}.browse-panel__eyebrow,.browse-panel__subheading{margin:0 0 .85rem;text-transform:uppercase;letter-spacing:.16em;font-size:.75rem;color:var(--muted)}.browse-panel__subheading{color:var(--muted)}.tag-page__hash{color:var(--accent-strong)}.tag-page__h1-primary{font-size:1em}.tag-page__h1-qualifier{display:block;margin-top:.25rem;font-family:var(--font-body);font-size:.48em;font-weight:500;letter-spacing:.01em;color:var(--muted)}.tag-page__context{display:grid;gap:.95rem;margin-top:1.15rem}.tag-page__context .browse-panel__subheading{margin-bottom:.45rem}.tag-page__summary{margin-top:.7rem}.tag-page__chips{display:flex;flex-wrap:wrap;gap:.45rem}.left-rail__heading{margin:0 0 .85rem;text-transform:uppercase;letter-spacing:.16em;font-size:.75rem;color:var(--text)}.rubric-badge{width:2rem;height:2rem;display:inline-grid;place-items:center;flex:0 0 auto;border-radius:50%;border:1px solid transparent}.rubric-badge img,.rubric-badge svg{width:100%;height:100%;object-fit:contain}.left-rail__rubric-badge{margin-inline:-.15rem .15rem}.rubric-badge--sewing{background:#ffe4dc;border-color:#f6c4b8;color:#bd4d3b}.rubric-badge--knitting{background:#dff3ee;border-color:#b9e3d8;color:#187d6b}.rubric-badge--decor{background:#fff0c9;border-color:#f1d98b;color:#a26d10}.rubric-badge--embroidery{background:#e7e7fb;border-color:#c9c9ef;color:#5e55ac}.rubric-badge--toys{background:#ffe5ef;border-color:#f5bfd5;color:#b14071}.rubric-badge--jewelry{background:#e5f0ff;border-color:#bed9fb;color:#3174b8}.rubric-badge--art{background:#f1e7d8;border-color:#dfc8aa;color:#92632c}.rubric-badge--beauty{background:#e6f4dc;border-color:#c5e1b3;color:#537d37}.rubric-badge--tools{background:#e4eff4;border-color:#bed7e1;color:#36738a}.rubric-badge--community{background:#f0e8fb;border-color:#d7c5f1;color:#7650a8}.rubric-badge--private{background:#fff0df;border-color:#f0d0a4;color:#9a5e1c}.rubric-badge--default{background:var(--surface-soft);border-color:var(--border);color:var(--action-strong)}.browse-panel--hero h1{font-size:clamp(2.15rem,3vw,3.25rem);max-width:18ch}.rubric-hero{display:flex;gap:1rem;align-items:flex-start}.rubric-hero__badge{width:4.25rem;height:4.25rem;border-radius:50%;flex-shrink:0}.rubric-hero__badge img,.rubric-hero__badge svg{width:100%;height:100%;object-fit:contain}.rubric-hero__body{display:flex;flex:1 1 auto;flex-direction:column;gap:.4rem;min-width:0}.rubric-hero__title-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:.75rem}.rubric-hero__title-row h1{margin:0}.rubric-hero__title-row>.action-feedback-wrapper,.rubric-hero__title-row>.follow-button{justify-self:end;align-self:start}.rubric-hero__title-row .follow-button{position:static;white-space:nowrap;background:rgb(var(--brand-violet-rgb)/.16);border-color:rgb(var(--brand-violet-rgb)/.38);color:var(--action-strong);box-shadow:0 8px 18px rgb(var(--brand-violet-rgb)/.1)}.rubric-hero__title-row .follow-button.is-active{background:var(--surface-muted);border-color:rgb(var(--brand-violet-rgb)/.22);color:var(--muted);box-shadow:none}.rubric-summary-stats{display:flex;flex-wrap:wrap;margin-top:1.25rem}.rubric-summary-stat{display:grid;gap:.08rem;min-width:5.5rem;padding:.18rem 1rem .18rem 0}.rubric-summary-stat+.rubric-summary-stat{padding-left:1rem;border-left:1px solid rgb(var(--brand-violet-rgb)/.13)}.rubric-summary-stat strong{color:var(--text);font-size:1.22rem;line-height:1.1}.rubric-summary-stat span{color:var(--muted);font-size:.78rem;font-weight:620;line-height:1.25}.rubric-summary-stat__copy{display:grid;gap:.08rem}.rubric-summary-stat__copy>span,.rubric-summary-stat__copy>strong{display:block}.sewing-rubric-hero{min-height:23.5rem;padding:1.55rem;border-color:rgb(239 145 164/.24);background:#fff9f8;isolation:isolate}.sewing-rubric-hero:after{position:absolute;inset:0;z-index:0;background:linear-gradient(90deg,rgb(255 250 250/.98),rgb(255 250 250/.92) 38%,rgb(255 250 250/.34) 58%,transparent 75%);content:"";pointer-events:none}.sewing-rubric-hero__background{z-index:-1;object-fit:cover;object-position:center}.sewing-rubric-hero__content{position:relative;z-index:1;width:min(74%,28rem);padding-top:.3rem}.sewing-rubric-hero .rubric-hero__badge{width:5.25rem;height:5.25rem}.sewing-rubric-hero .rubric-hero__body .muted-copy{margin:0;color:#51466a;font-size:.94rem;line-height:1.48}.rubric-hero__follow-anchor{justify-self:end}.rubric-hero__follow-anchor .action-feedback-wrapper{display:block}.sewing-rubric-stats{position:relative;z-index:1;bottom:auto;left:auto;display:grid;width:76%;max-width:29rem;grid-template-columns:repeat(4,minmax(0,1fr));gap:.4rem;margin:1.25rem 0 0}.sewing-rubric-stats .rubric-summary-stat{display:flex;min-width:0;align-items:center;gap:.48rem;padding:.25rem .55rem .25rem 0}.sewing-rubric-stats .rubric-summary-stat+.rubric-summary-stat{padding-left:.55rem}.rubric-summary-stat__icon{display:grid;width:2.15rem;height:2.15rem;flex:0 0 2.15rem;place-items:center;border:1px solid rgb(var(--brand-violet-rgb)/.16);border-radius:.8rem;background:linear-gradient(145deg,#fff,#ebdfff);color:#6d3dda;box-shadow:inset 0 1px 0 rgb(255 255 255/.9)}.rubric-summary-stat__icon svg{width:1.16rem;height:1.16rem}.sewing-rubric-stats .rubric-summary-stat strong{color:#271753;font-size:1rem}.sewing-rubric-stats .rubric-summary-stat span{color:#655b79;font-size:.69rem}.browse-panel--tags .tag-row{margin-top:0}.left-rail__card,.right-rail__card{background:var(--panel);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.left-rail__card{padding:.8rem;max-height:calc(100vh - 5.6rem);overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-color:transparent transparent;scrollbar-width:thin;transition:scrollbar-color .14s ease}.left-rail:has(.left-rail-premium) .left-rail__card{max-height:calc(100vh - 15.5rem)}.left-rail__card:focus-within,.left-rail__card:hover{scrollbar-color:rgb(var(--brand-violet-rgb)/.24) transparent}.left-rail__card::-webkit-scrollbar{width:.45rem}.left-rail__card::-webkit-scrollbar-track{background:transparent}.left-rail__card::-webkit-scrollbar-thumb{background:transparent;border-radius:999px;transition:background .14s ease}.left-rail__card:focus-within::-webkit-scrollbar-thumb,.left-rail__card:hover::-webkit-scrollbar-thumb{background:rgb(var(--brand-violet-rgb)/.2)}.left-rail__card::-webkit-scrollbar-thumb:hover{background:rgb(var(--brand-violet-rgb)/.28)}.left-rail__nav,.left-rail__rubrics{display:flex;flex-direction:column;gap:.35rem}.left-rail__link{display:flex;align-items:center;gap:.7rem;padding:.7rem .78rem;border-radius:14px;color:var(--muted);transition:background .14s ease,color .14s ease}.left-rail__button{width:100%;border:0;background:transparent;font:inherit;text-align:left;cursor:pointer}.left-rail__link:hover{background:rgb(var(--brand-violet-rgb)/.08);color:var(--action-strong)}.left-rail__link.is-active{background:rgb(var(--brand-violet-rgb)/.11);color:var(--action-strong);font-weight:600}.left-rail__divider{height:1px;background:rgba(82,61,29,.12);margin:1rem 0}.left-rail__section{display:flex;flex-direction:column}.left-rail__label{min-width:0}.left-rail__more{display:flex;flex-direction:column;gap:.35rem}.left-rail__more summary{list-style:none}.left-rail__more summary::-webkit-details-marker{display:none}.left-rail__more[open] .left-rail__show-all .left-rail__icon{transform:rotate(180deg)}.left-rail__show-all{cursor:pointer}.left-rail__show-all .left-rail__icon{transition:transform .14s ease}.left-rail__more-list{display:flex;flex-direction:column;gap:.35rem;margin-top:.35rem}.left-rail__project-links{margin-top:1.35rem;display:flex;flex-direction:column;gap:.45rem}.left-rail__project-name{margin:0 0 .35rem;padding:0 .78rem;color:var(--muted);font-size:.95rem;font-weight:650}.left-rail__summary{margin:.55rem 0 0;padding:0 .78rem;color:var(--muted);font-size:.78rem;line-height:1.4}.left-rail-premium{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.65rem;padding:.95rem;border:1px solid rgb(255 255 255/.22);border-radius:var(--radius-lg);background:linear-gradient(145deg,#7f4ff3,#5526c9);color:#fff;transition:filter .15s ease,transform .15s ease}.left-rail-premium:hover{filter:saturate(1.1) brightness(1.05);transform:translateY(-2px)}.left-rail-premium:active{transform:translateY(1px) scale(.99)}.left-rail-premium__icon{display:grid;width:2.2rem;height:2.2rem;place-items:center;border-radius:.75rem;background:rgb(255 255 255/.17);color:#ffd46a;font-size:1.25rem}.left-rail-premium small,.left-rail-premium strong{display:block}.left-rail-premium strong{font-size:.84rem;line-height:1.2}.left-rail-premium small{margin-top:.22rem;color:rgb(255 255 255/.78);font-size:.66rem;line-height:1.3}.left-rail-premium__arrow{font-size:1.2rem}.right-rail{position:sticky;top:4.8rem}@media (min-width:901px){.right-rail{max-height:calc(100vh - 5.6rem);overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-color:transparent transparent;scrollbar-width:thin;transition:scrollbar-color .14s ease}.right-rail:focus-within,.right-rail:hover{scrollbar-color:rgb(var(--brand-violet-rgb)/.24) transparent}.right-rail::-webkit-scrollbar{width:.45rem}.right-rail::-webkit-scrollbar-track{background:transparent}.right-rail::-webkit-scrollbar-thumb{background:transparent;border-radius:999px}.right-rail:focus-within::-webkit-scrollbar-thumb,.right-rail:hover::-webkit-scrollbar-thumb{background:rgb(var(--brand-violet-rgb)/.2)}}.right-rail__card{padding:1rem}.right-rail__card h3{font-size:1.45rem}.right-rail__first-steps-head{display:flex;min-height:3.4rem;align-items:center;justify-content:space-between;gap:.65rem;margin:-.35rem -.15rem .25rem 0}.right-rail__first-steps-mascot{width:4rem;height:auto;flex:0 0 auto;object-fit:contain;pointer-events:none}.key-tags-list{display:flex;flex-direction:column;gap:.2rem;margin:0;padding:0;list-style:none}.key-tag-link{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;padding:.38rem .1rem;color:var(--text);font-size:1.05rem;font-weight:650;line-height:1.25;text-decoration:none}.key-tag-link:hover{color:var(--action-strong)}.key-tag-link small{flex:0 0 auto;color:var(--muted);font-size:.82rem;font-weight:600}.rubric-topic-hubs{min-width:0}.rubric-topic-hubs--inline{display:none}.rubric-topic-hubs h2{margin:0 0 .85rem;font-family:var(--font-headings);color:var(--text);font-size:1.22rem;line-height:1.15}.rubric-topic-hubs__list{display:flex;flex-direction:column;gap:.2rem;margin:0;padding:0;list-style:none}.rubric-topic-hubs__link{display:flex;min-width:0;min-height:2.75rem;align-items:center;gap:.65rem;padding:.55rem .1rem;color:var(--text);font-weight:620;line-height:1.3}.rubric-topic-hubs__link>span{min-width:0;overflow-wrap:anywhere}.rubric-topic-hubs__icon{width:2rem;height:2rem;flex:0 0 2rem;object-fit:contain}.rubric-topic-hubs__link:hover{color:var(--action-strong)}.rubric-topic-hubs__more{margin-top:.5rem}.rubric-topic-hubs__more>summary{display:inline-flex;min-height:2.75rem;align-items:center;width:fit-content;padding:.25rem .1rem;cursor:pointer;color:var(--action-strong);font-weight:650;list-style:none}.rubric-topic-hubs__more>summary::-webkit-details-marker{display:none}.rubric-topic-hubs__more>summary:after{content:"▾";display:inline-block;margin-left:.4rem;transition:transform .16s ease}.rubric-topic-hubs__more[open]>summary:after{transform:rotate(180deg)}.rubric-topic-hubs__list--more{margin-top:.35rem}.rubric-topic-hubs--showcase{padding:1rem}.rubric-topic-hubs--showcase .rubric-topic-hubs__list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.65rem}.rubric-topic-hubs--showcase .rubric-topic-hubs__link{min-height:8rem;flex-direction:column;justify-content:center;gap:.5rem;padding:.75rem .45rem;border:1px solid rgb(var(--brand-violet-rgb)/.1);border-radius:1rem;background:linear-gradient(155deg,rgb(255 255 255/.98),rgb(var(--brand-violet-rgb)/.055));text-align:center;font-size:.76rem;line-height:1.25;transition:border-color .15s ease,transform .15s ease}.rubric-topic-hubs--showcase .rubric-topic-hubs__link:hover{border-color:rgb(var(--brand-violet-rgb)/.28);transform:translateY(-2px)}.rubric-topic-hubs--showcase .rubric-topic-hubs__link:active{transform:translateY(1px) scale(.99)}.rubric-topic-hubs--showcase .rubric-topic-hubs__icon{width:4rem;height:4rem;flex-basis:4rem}.rubric-topic-hubs--showcase .rubric-topic-hubs__list--more{margin-top:.65rem}.sewing-mascot-card{position:relative;min-height:23.5rem;overflow:hidden;border-color:rgb(var(--brand-violet-rgb)/.18);background:linear-gradient(155deg,#fff,#fcf8ff 56%,#f3eaff)}.sewing-mascot-card__copy{position:relative;z-index:1;max-width:none}.sewing-mascot-card__copy h3{max-width:calc(100% - 8.5rem);min-height:5.65rem;color:#3f1896;line-height:1.05}.sewing-mascot-card__copy p,.sewing-people-card p{margin:.65rem 0 0;color:#5f5575;font-size:.78rem;line-height:1.45}.sewing-mascot-card__image{position:absolute;top:.45rem;right:.25rem;width:8rem;height:auto;pointer-events:none}.sewing-mascot-card__action{position:relative;z-index:1;width:100%;margin-top:1rem;text-align:center}.sewing-mascot-card__features{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.4rem;margin-top:1rem;padding-bottom:.3rem}.sewing-mascot-card__features span{display:flex;min-width:0;flex-direction:column;align-items:center;gap:.35rem;color:#433563;font-size:.62rem;font-weight:700;line-height:1.18;text-align:center}.sewing-mascot-card__features svg{width:2.35rem;height:2.35rem;padding:.55rem;border-radius:50%;background:linear-gradient(145deg,#ffe1ed,#eadcff);color:#7041d5}.sewing-people-card h3{color:var(--text);font-size:1.15rem}.sewing-people-card__avatars{display:flex;align-items:center;margin-top:.85rem;padding-left:0}.sewing-people-card__avatar,.sewing-people-card__more{display:grid;width:2.25rem;height:2.25rem;flex:0 0 2.25rem;aspect-ratio:1;margin-left:-.5625rem;overflow:hidden;place-items:center;border:2px solid var(--panel);border-radius:50%;background:#e7dcff;color:#44208f;font-size:.68rem;font-weight:800}.sewing-people-card__avatar:first-child{margin-left:0}.sewing-people-card__avatar img{width:100%;height:100%;object-fit:cover}.sewing-people-card__avatar__initials{font-size:.68rem;font-weight:800}.sewing-people-card__more{width:2.5rem;height:2.5rem;flex-basis:2.5rem;background:#f0e9ff}.sewing-people-card__action{width:100%;margin-top:.85rem;text-align:center}.right-rail__card-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.95rem}.right-rail__card-head a{color:var(--action-strong);font-size:.92rem}.onboarding-progress{display:flex;flex-direction:column;gap:.65rem;margin-top:1rem}.onboarding-progress p{margin:0;color:var(--muted)}.onboarding-progress__bar{width:100%;height:.6rem;border-radius:999px;background:rgb(var(--brand-violet-rgb)/.1);overflow:hidden}.onboarding-progress__bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--action) 0,#6c4ed4 62%,var(--accent) 100%)}.right-rail__steps{display:flex;flex-direction:column;gap:.75rem;margin-top:.95rem}.right-rail__step{display:flex;flex-direction:column;gap:.3rem;padding:.95rem 1rem;border-radius:16px;background:var(--surface-soft);border:1px solid var(--border)}.right-rail__step strong{color:var(--text)}.quality-list,.right-rail__empty p,.right-rail__step span,.rules-list{color:var(--muted)}.right-rail__step.is-complete{background:rgb(var(--brand-orange-rgb)/.1);border-color:rgb(var(--brand-orange-rgb)/.18)}.right-rail__empty{display:flex;flex-direction:column;gap:.85rem;margin-top:.95rem}.right-rail__empty p{margin:0}.right-rail__auth-actions{display:flex;flex-wrap:wrap;gap:.65rem}.right-rail__auth-actions .shell-button{flex:1 1 9rem}.right-rail__auth-note{font-size:.9rem;line-height:1.45}.right-rail__auth-note a{color:var(--action-strong);font-weight:760;text-decoration:none}.right-rail__auth-note a:hover{text-decoration:underline}.quality-list,.rules-list{margin:0;padding-left:1.2rem;display:flex;flex-direction:column;gap:.7rem;line-height:1.55}.feed-filters{min-width:0;max-width:100%;display:flex;flex-direction:column;gap:.75rem}.feed-filters__quick{display:none}.feed-filters__group,.feed-filters__row{min-width:0;display:flex;gap:.55rem;flex-wrap:wrap;align-items:center}.feed-filters__row{justify-content:space-between}.feed-filters__left,.feed-filters__right{display:flex;gap:.55rem;align-items:center;flex-wrap:wrap}.feed-filters__right{margin-left:auto}.feed-filters__group--pills{border:1px solid rgb(38 28 61/.07);border-radius:999px;padding:.28rem;background:var(--surface-soft)}.filter-menu{position:relative}.filter-menu[open]{z-index:3}.filter-menu__summary{list-style:none;appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:var(--control-height-md);padding:.52rem .82rem;border-radius:999px;background:var(--surface-soft);border:1px solid rgb(38 28 61/.07);color:var(--muted);cursor:pointer;transition:border-color .14s ease,background .14s ease,color .14s ease}.filter-menu__summary::-webkit-details-marker{display:none}.filter-menu__summary:hover{border-color:rgb(var(--brand-violet-rgb)/.24);color:var(--action-strong)}.filter-menu__summary:focus,.filter-menu__summary:focus-visible{outline:none;box-shadow:var(--focus-ring)}.filter-menu__chevron{color:inherit;font-size:.86rem}.filter-menu__list{position:absolute;top:calc(100% + .5rem);left:0;min-width:14rem;padding:.5rem;display:flex;flex-direction:column;gap:.35rem;background:var(--panel-strong);border:1px solid rgb(38 28 61/.08);border-radius:18px;box-shadow:0 14px 32px rgba(38,28,61,.1)}.filter-menu--disabled .filter-menu__summary{opacity:.62;cursor:not-allowed}.filter-chip{display:inline-flex;align-items:center;justify-content:center;min-height:var(--control-height-md);padding:.52rem .82rem;border-radius:999px;background:var(--surface-soft);border:1px solid rgb(38 28 61/.07);color:var(--muted);transition:border-color .14s ease,background .14s ease,color .14s ease}.filter-chip:hover{border-color:rgb(var(--brand-violet-rgb)/.24);color:var(--action-strong)}.filter-chip.is-active{background:rgb(var(--brand-violet-rgb)/.1);border-color:rgb(var(--brand-violet-rgb)/.12);color:var(--action-strong);box-shadow:none}.filter-chip.is-disabled{opacity:.62;cursor:not-allowed}.mobile-drawer{position:relative;display:none}.interactive-details__backdrop{display:none}.locale-menu__summary,.mobile-drawer__summary{list-style:none;display:inline-flex;align-items:center;justify-content:center;width:2.8rem;height:2.8rem;border-radius:16px;border:1px solid rgb(38 28 61/.08);background:var(--surface-strong);cursor:pointer}.locale-menu__summary::-webkit-details-marker,.mobile-drawer__summary::-webkit-details-marker{display:none}.mobile-drawer__panel{position:absolute;top:calc(100% + .5rem);left:0;width:min(320px,calc(100vw - 1.5rem));max-height:min(70vh,640px);overflow:auto;padding:.9rem;border-radius:20px;border:1px solid var(--border);background:var(--panel-strong);box-shadow:var(--shadow)}@media (max-width:960px){.mobile-drawer[open] .interactive-details__backdrop{position:fixed;z-index:40;inset:0;display:block;width:100vw;height:100vh;margin:0;padding:0;border:0;background:rgb(8 4 20/.34);cursor:default}.site-header .mobile-drawer__summary{position:relative;z-index:42}.mobile-drawer__panel{z-index:41}}.locale-menu__summary:focus-visible,.mobile-drawer__summary:focus-visible{box-shadow:var(--focus-ring)}.site-header .mobile-drawer__summary{border:0;border-radius:999px;background:transparent;color:var(--text);box-shadow:none}.site-header .mobile-drawer[open] .mobile-drawer__summary,.site-header .mobile-drawer__summary:hover{background:transparent;border-color:transparent;color:var(--action-strong)}.locale-menu{position:relative}.locale-menu__flag{font-size:.78rem;font-weight:700;letter-spacing:.08em}.site-header__locale .locale-menu__summary{width:2.5rem;height:2.5rem;border:0;border-radius:999px;background:transparent;color:var(--text);box-shadow:none}.site-header__locale .locale-menu__flag{font-size:.9rem;font-weight:760;letter-spacing:.02em}.site-header__locale .locale-menu[open] .locale-menu__summary,.site-header__locale .locale-menu__summary:hover{background:transparent;border-color:transparent;color:var(--action-strong)}.locale-menu__list{position:absolute;right:0;top:calc(100% + .45rem);min-width:10.5rem;padding:.45rem;border-radius:16px;border-style:solid;border:1px dashed var(--border);background:var(--panel-strong);box-shadow:var(--shadow);display:flex;flex-direction:column;gap:.2rem}.locale-menu__link{display:flex;align-items:center;gap:.6rem;padding:.6rem .7rem;border-radius:12px;color:var(--muted)}.locale-menu__link.is-active,.locale-menu__link:hover{background:rgb(var(--brand-violet-rgb)/.08);color:var(--action-strong)}.detail-card__body,.prose{line-height:1.7}.detail-card__meta a,.detail-stats__item a{color:var(--action-strong)}.detail-card__body{margin-top:1.2rem}.detail-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.75rem;margin-top:1rem}.detail-stats--stacked{grid-template-columns:1fr}.detail-stats--profile{grid-template-columns:repeat(auto-fit,minmax(130px,1fr))}.detail-stats__item{background:var(--surface-soft);border-style:solid;border:1px dashed rgb(var(--brand-violet-rgb)/.08);border-radius:var(--radius-md);padding:.8rem .9rem;display:flex;flex-direction:column;gap:.25rem}.detail-stats__item span{color:var(--muted);font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}.detail-stats__item strong{color:var(--muted);font-weight:600}.profile-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.85rem;margin-top:1rem}.profile-meta__block{padding:.85rem .95rem;border-radius:var(--radius-md);border-style:solid;border:1px dashed rgb(var(--brand-violet-rgb)/.08);background:var(--surface-soft)}.profile-meta__block h2{margin:0 0 .45rem;font-size:.95rem}.profile-meta__block p{margin:0}.profile-card{overflow:hidden;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.profile-card__cover{position:relative;z-index:0;min-height:180px;padding:1.1rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;background:linear-gradient(90deg,rgb(var(--brand-violet-rgb)/.07) 1px,transparent 1px),linear-gradient(0deg,rgb(var(--brand-violet-rgb)/.07) 1px,transparent 1px),radial-gradient(circle at 18% 24%,rgb(var(--brand-orange-rgb)/.16),transparent 24%),radial-gradient(circle at 86% 20%,rgb(var(--brand-violet-rgb)/.13),transparent 26%),var(--surface-soft);background-size:34px 34px,34px 34px,auto,auto,auto;color:rgb(var(--brand-violet-rgb)/.62)}.profile-card__cover-mark{font-size:2rem;line-height:1}.profile-card__achievements{max-width:min(34rem,76%);display:flex;justify-content:flex-end;align-items:flex-start;gap:.45rem;flex-wrap:wrap}.profile-card__achievement{display:inline-flex;align-items:center;gap:.34rem;max-width:100%;padding:.44rem .64rem;border-radius:999px;background:rgb(255 255 255/.78);border:1px solid rgb(255 255 255/.62);color:var(--text);font-size:.82rem;font-weight:700;line-height:1.15;box-shadow:0 10px 24px rgb(38 28 61/.08)}.profile-card__achievement--score{color:var(--action-strong)}@media (prefers-color-scheme:dark){.profile-card__achievement{background:rgb(255 255 255/.08);border-color:rgb(255 255 255/.13);color:var(--text);box-shadow:0 10px 26px rgb(8 4 20/.18)}}.profile-card__body{position:relative;z-index:1;padding:0 1.25rem 1.2rem}.profile-card__topline{margin-top:-3.9rem;display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.profile-card__avatar{width:7.4rem;height:7.4rem;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border:6px solid var(--panel);border-radius:999px;background:linear-gradient(135deg,rgb(var(--brand-violet-rgb)/.14),rgb(var(--brand-orange-rgb)/.13)),var(--surface-soft);color:var(--action-strong);box-shadow:0 16px 34px rgb(38 28 61/.12);font-family:var(--font-headings);font-size:1.9rem;font-weight:800}.profile-card__avatar img{width:100%;height:100%;object-fit:cover}.profile-card h1{margin:.75rem 0 .25rem;color:var(--text);font-family:var(--font-headings);font-size:clamp(2rem,3vw,2.65rem);line-height:1.04;letter-spacing:-.04em}.profile-card__meta{display:flex;flex-wrap:wrap;color:var(--muted);gap:.35rem .8rem}.profile-card__meta-separator{opacity:.55}.profile-card__rank{color:rgb(var(--brand-sky-rgb));font-weight:800}.profile-card p{margin:.85rem 0 0;color:var(--content-copy);font-size:1.02rem;line-height:1.55}.profile-feed-controls,.profile-tabs{display:flex;align-items:center}.profile-feed-controls{justify-content:space-between;gap:.85rem;flex-wrap:wrap}.profile-tabs{margin-top:1.1rem;padding-top:.85rem;flex-wrap:wrap;gap:.55rem 1rem;border-top:1px solid rgb(var(--brand-violet-rgb)/.09)}.profile-feed-controls .profile-tabs{margin-top:0;padding-top:0;border-top:0}.profile-tabs__link{padding:.25rem 0;display:inline-flex;align-items:center;gap:.38rem;color:var(--muted);border-bottom:3px solid transparent;transition:color .14s ease,border-color .14s ease}.profile-tabs__link.is-active,.profile-tabs__link:hover{color:var(--action-strong);border-color:rgb(var(--brand-violet-rgb)/.55)}.profile-tabs__link strong{color:inherit;font-size:.84rem}.profile-tab{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:2.4rem;padding:.48rem .85rem;border:1px solid rgb(var(--brand-violet-rgb)/.13);border-radius:999px;background:var(--surface);color:var(--muted);font-weight:720;transition:background .14s ease,border-color .14s ease,color .14s ease}.profile-tab.is-active,.profile-tab:hover{border-color:rgb(var(--brand-violet-rgb)/.25);background:rgb(var(--brand-violet-rgb)/.08);color:var(--action-strong)}.profile-tab span{display:inline-flex;align-items:center;justify-content:center;min-width:1.35rem;min-height:1.35rem;padding:0 .35rem;border-radius:999px;background:rgb(var(--brand-violet-rgb)/.12);color:inherit;font-size:.78rem}.profile-notifications-panel .hero-card{box-shadow:none}.profile-notifications-panel__filters{margin-top:0;padding-top:0;border-top:0}.profile-summary-strip{display:flex;flex-wrap:wrap;align-items:center;gap:.55rem}.profile-body-layout{display:grid;grid-template-columns:minmax(0,640px) 270px;gap:1rem;align-items:start}.profile-body-main,.profile-side{min-width:0;display:flex;flex-direction:column;gap:1rem}.profile-side{position:sticky;top:4.8rem;max-height:calc(100vh - 5.6rem);overflow-y:auto;overscroll-behavior:contain;scrollbar-color:transparent transparent;scrollbar-width:thin;transition:scrollbar-color .14s ease}.profile-side:focus-within,.profile-side:hover{scrollbar-color:rgb(var(--brand-violet-rgb)/.24) transparent}.profile-side::-webkit-scrollbar{width:.45rem}.profile-side::-webkit-scrollbar-track{background:transparent}.profile-side::-webkit-scrollbar-thumb{background:transparent;border-radius:999px}.profile-side:focus-within::-webkit-scrollbar-thumb,.profile-side:hover::-webkit-scrollbar-thumb{background:rgb(var(--brand-violet-rgb)/.2)}.profile-side-card{padding:1rem;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.profile-side-card h2{margin:0 0 .85rem;display:flex;align-items:baseline;gap:.38rem;color:var(--text);font-family:var(--font-headings);font-size:1.18rem;line-height:1.1}.profile-side-card h2 span{color:var(--muted);font-family:var(--font-body);font-size:.95rem;font-weight:600}.profile-person-list,.profile-rubric-list{display:flex;flex-direction:column;gap:.75rem}.profile-person-row,.profile-rubric-row{min-width:0;display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:.65rem;color:var(--text)}.profile-mini-avatar,.profile-person-row:hover,.profile-rubric-row:hover{color:var(--action-strong)}.profile-mini-avatar{width:2.65rem;height:2.65rem;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border-radius:999px;background:linear-gradient(135deg,rgb(var(--brand-violet-rgb)/.14),rgb(var(--brand-orange-rgb)/.13)),var(--surface-soft);font-family:var(--font-headings);font-weight:800}.profile-mini-avatar img{width:100%;height:100%;object-fit:cover}.profile-person-row strong,.profile-rubric-row strong{display:block;overflow:hidden;color:inherit;font-weight:720;text-overflow:ellipsis;white-space:nowrap}.profile-person-row__identity,.profile-rubric-row>span:last-child{display:block;overflow:hidden;color:var(--muted);font-size:.88rem;text-overflow:ellipsis;white-space:nowrap}.profile-mini-avatar,.profile-mini-avatar__initials{display:inline-flex;align-items:center;justify-content:center}.profile-side-card__show-all{margin-top:.9rem;padding:0;border:0;background:transparent;color:var(--action-strong);font:inherit;font-weight:720;cursor:pointer}.profile-side-card__show-all:hover{text-decoration:underline}.profile-dialog-backdrop{position:fixed;z-index:60;inset:0;display:grid;place-items:center;padding:1rem;background:rgb(21 14 35/.46)}.profile-dialog{width:min(100%,36rem);max-height:min(80vh,44rem);overflow:auto;border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--panel);box-shadow:0 24px 64px rgb(24 16 42/.28)}.profile-dialog__header{position:sticky;top:0;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border-bottom:1px solid var(--border);background:var(--panel)}.profile-dialog__header h2{margin:0;color:var(--text);font-family:var(--font-headings);font-size:1.25rem}.profile-dialog__close{width:2rem;height:2rem;display:inline-grid;place-items:center;border:0;border-radius:999px;background:var(--surface-soft);color:var(--text);font-size:1.35rem;line-height:1;cursor:pointer}.profile-dialog__body{padding:.65rem 1.1rem 1.1rem}.profile-dialog__person{display:flex;align-items:center;gap:.75rem;padding:.7rem 0;border-bottom:1px solid rgb(var(--brand-violet-rgb)/.1)}.profile-dialog__person .profile-person-row{flex:1}.profile-dialog__person .follow-button{flex:0 0 auto}.profile-dialog__error,.profile-dialog__loading{margin:1rem 0 0;color:var(--muted)}.profile-dialog__error{color:var(--danger)}.account-settings-form{padding-bottom:2rem}.account-settings-email{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem 0}.account-settings-email span,.account-settings-email strong{display:block}.account-settings-email>div>span{margin-top:.2rem;color:var(--muted)}.account-settings-status{flex:0 0 auto;color:var(--muted);font-size:.88rem;font-weight:720}.account-settings-status.is-verified{color:var(--success)}.account-settings-links{display:flex;flex-wrap:wrap;gap:.65rem;padding-top:.8rem;border-top:1px solid var(--border)}.profile-rubric-icon{width:2.65rem;height:2.65rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--surface-soft);font-size:1.22rem}.profile-sort-menu .filter-menu__list{right:0;left:auto}.profile-comment-list{display:flex;flex-direction:column;gap:.8rem}.profile-comment-card{padding:1rem 1.1rem;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.profile-comment-card__meta{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;color:var(--muted);font-size:.92rem}.profile-comment-card__meta a{max-width:100%;color:var(--action-strong);font-weight:720}.profile-comment-card__meta time:before{content:"·";margin-right:.45rem;opacity:.55}.profile-comment-card p{margin:.65rem 0 0;color:var(--content-copy);font-size:1.02rem;line-height:1.56}.profile-comment-card__stats{margin-top:.75rem;display:flex;align-items:center;gap:.85rem;color:var(--muted);font-size:.95rem}.profile-comment-card__stats span{display:inline-flex;align-items:center;gap:.32rem}.rating-page{overflow:hidden;background:var(--panel);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.rating-page__head{padding:1.15rem 1.25rem;border-bottom:1px solid rgb(var(--brand-violet-rgb)/.09)}.rating-page__head h1{margin:0;color:var(--text);font-family:var(--font-headings);font-size:clamp(1.8rem,3vw,2.45rem);letter-spacing:-.035em}.browse-page-heading{display:flex;align-items:center;gap:.8rem}.browse-page-heading--feed{gap:.55rem}.browse-page-heading--feed .navigation-icon--header{width:3.5rem;height:3.5rem}.rating-page__head p{margin:.45rem 0 0;color:var(--muted);line-height:1.5}.rating-list{margin:0;padding:0;list-style:none}.rating-list__item{min-width:0;padding:1rem 1.25rem;display:grid;grid-template-columns:2.1rem 3.8rem minmax(0,1fr) auto auto;gap:.85rem;align-items:center;border-bottom:1px solid rgb(var(--brand-violet-rgb)/.07)}.rating-list__item:last-child{border-bottom:0}.rating-list__rank{color:var(--text);font-family:var(--font-headings);font-size:1.35rem;font-weight:800;text-align:center}.rating-list__avatar,.rating-list__item:nth-child(-n+3) .rating-list__rank{color:var(--action-strong)}.rating-list__avatar{width:3.8rem;height:3.8rem;display:inline-flex;align-items:center;justify-content:center;overflow:hidden;border-radius:999px;background:linear-gradient(135deg,rgb(var(--brand-violet-rgb)/.14),rgb(var(--brand-orange-rgb)/.13)),var(--surface-soft);font-family:var(--font-headings);font-size:1.2rem;font-weight:800}.rating-list__avatar img{width:100%;height:100%;object-fit:cover}.rating-list__identity{min-width:0;display:flex;flex-direction:column;gap:.15rem}.rating-list__identity a{overflow:hidden;color:var(--text);font-family:var(--font-headings);font-size:1.08rem;font-weight:800;line-height:1.14;text-overflow:ellipsis;white-space:nowrap}.rating-list__identity a:hover{color:var(--action-strong)}.rating-list__identity span,.rating-list__score span{color:var(--muted)}.rating-list__score{min-width:4.5rem;display:flex;flex-direction:column;align-items:flex-end;gap:.05rem;color:var(--text)}.rating-list__score strong{color:var(--action-strong);font-size:1.08rem}.rubrics-list__item{min-height:4.45rem;padding:.7rem 1rem}.rubrics-list__header,.rubrics-list__item{grid-template-columns:1.4rem 2.9rem minmax(0,1fr) 5.4rem 6.4rem 7.7rem;gap:.7rem}.rubrics-list__header{display:grid;align-items:end;padding:.75rem 1.15rem .6rem;border-bottom:1px solid rgb(var(--brand-violet-rgb)/.08);color:var(--muted);font-size:.9rem;font-weight:700}.rubrics-list__header span:nth-child(4),.rubrics-list__header span:nth-child(5){text-align:center}.rubrics-list__mark{width:2.9rem;height:2.9rem;border-radius:50%;background:linear-gradient(135deg,rgb(var(--brand-orange-rgb)/.12),rgb(var(--brand-violet-rgb)/.13)),var(--surface-soft)}.rubrics-list__icon{width:1.55rem;height:1.55rem;object-fit:contain}.rubrics-list__rank{font-size:1.05rem}.rubrics-list__identity a{display:-webkit-box;overflow:hidden;line-height:1.16;white-space:normal;-webkit-box-orient:vertical;-webkit-line-clamp:2}.rubrics-list__metric{color:var(--action-strong);font-size:1rem;font-weight:760;text-align:center}.rubrics-list__item .action-feedback-wrapper{justify-self:end}.rubrics-list__item .follow-button{min-height:2.25rem;width:100%;justify-content:center;padding-inline:.8rem}.rubrics-list__item .follow-button.is-active{background:rgb(38 28 61/.055);border-color:rgb(38 28 61/.12);color:var(--muted);box-shadow:none}.taxonomy-directory__head{padding-bottom:1rem}.taxonomy-directory__controls{padding:1rem 1.25rem 1.15rem;border-bottom:1px solid rgb(var(--brand-violet-rgb)/.09)}.taxonomy-directory__sort,.taxonomy-directory__tabs{display:inline-flex;overflow:hidden;border:1px solid rgb(var(--brand-violet-rgb)/.18);border-radius:.85rem;background:var(--surface-soft)}.taxonomy-directory__sort a,.taxonomy-directory__tab{min-height:2.5rem;display:inline-flex;align-items:center;justify-content:center;padding:.45rem .95rem;color:var(--muted);font-weight:760;line-height:1.1;transition:background .14s ease,color .14s ease}.taxonomy-directory__sort a+a,.taxonomy-directory__tab+.taxonomy-directory__tab{border-left:1px solid rgb(var(--brand-violet-rgb)/.16)}.taxonomy-directory__sort a:hover,.taxonomy-directory__tab:hover{color:var(--action-strong);background:rgb(var(--brand-violet-rgb)/.07)}.taxonomy-directory__sort a.is-active,.taxonomy-directory__tab.is-active{color:var(--action-strong);background:rgb(var(--brand-violet-rgb)/.12)}.taxonomy-directory__toolbar{margin-top:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.taxonomy-directory__search{position:relative;flex:1 1 19rem;max-width:31rem}.taxonomy-directory__search input[type=search]{width:100%;min-height:2.75rem;padding:.55rem .85rem .55rem 2.65rem;border:1px solid transparent;border-radius:.85rem;outline:none;background:rgb(var(--brand-violet-rgb)/.07);color:var(--text);font:inherit}.taxonomy-directory__search input[type=search]::placeholder{color:var(--muted)}.taxonomy-directory__search input[type=search]:focus{border-color:rgb(var(--brand-violet-rgb)/.32);box-shadow:var(--focus-ring);background:var(--surface-field)}.taxonomy-directory__search-icon{position:absolute;z-index:1;top:50%;left:.85rem;width:1.2rem;height:1.2rem;transform:translateY(-50%);color:var(--muted);pointer-events:none}.taxonomy-directory__hint{margin:0;color:var(--muted);font-size:.94rem}.taxonomy-directory__list{margin:0;padding:.55rem 1.25rem 1.25rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:2.2rem;list-style:none}.taxonomy-directory__list li{min-width:0;border-bottom:1px solid rgb(var(--brand-violet-rgb)/.07)}.taxonomy-directory__list a{min-height:3.55rem;display:flex;align-items:baseline;gap:.5rem;padding:.75rem .2rem;color:var(--text);font-family:var(--font-headings);font-size:1.08rem;font-weight:760;line-height:1.25}.taxonomy-directory__list a:before{width:.38rem;height:.38rem;flex:0 0 auto;margin-top:.45rem;border-radius:999px;background:var(--action-strong);content:""}.taxonomy-directory__list .taxonomy-directory__topic-link{align-items:center}.taxonomy-directory__list .taxonomy-directory__topic-link:before{display:none}.taxonomy-directory__topic-icon{width:2rem;height:2rem;flex:0 0 2rem;object-fit:contain}.taxonomy-directory__list a:hover span{color:var(--action-strong)}.taxonomy-directory__list small{color:var(--muted);font-family:var(--font-sans);font-size:.92em;font-weight:600;white-space:nowrap}.taxonomy-directory__empty{margin:0;padding:2.2rem 1.25rem;color:var(--muted)}.taxonomy-directory__pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem;color:var(--muted)}.taxonomy-directory__pagination a{color:var(--action-strong);font-weight:600;text-decoration:none}.taxonomy-directory__pagination a:hover{text-decoration:underline}@media (prefers-color-scheme:dark){.rubrics-list__item .follow-button{background:rgb(86 65 124/.72);border-color:rgb(176 148 255/.22);color:#e7ddff}.rubrics-list__item .follow-button:focus-visible,.rubrics-list__item .follow-button:hover{background:rgb(104 80 149/.82);border-color:rgb(197 174 255/.34);color:#f3edff}.rubrics-list__item .follow-button.is-active{background:rgb(255 255 255/.1);border-color:rgb(255 255 255/.16);color:rgb(231 221 255/.72)}}@media (max-width:720px){.rating-page{border-radius:1.3rem}.rating-list__item{grid-template-columns:1.7rem 3.25rem minmax(0,1fr);gap:.7rem;padding:.95rem}.rating-list__avatar{width:3.25rem;height:3.25rem}.rating-list__score{grid-column:2/-1;align-items:flex-start;flex-direction:row;gap:.35rem}.rating-list__item .follow-button,.rating-list__item .follow-toggle{grid-column:2/-1;justify-self:flex-start}.rubrics-list__item{grid-template-columns:2.85rem minmax(0,1fr) auto;gap:.75rem;min-height:4.25rem;padding:.75rem .9rem}.rubrics-list__header,.rubrics-list__identity span,.rubrics-list__metric,.rubrics-list__rank{display:none}.rubrics-list__mark{width:2.85rem;height:2.85rem}.rubrics-list__identity a{white-space:normal}.rubrics-list__item .action-feedback-wrapper{grid-column:3;justify-self:end}.rubrics-list__item .follow-button{min-height:2.3rem;padding-inline:.8rem}.taxonomy-directory__controls{padding:.9rem 1rem 1rem}.taxonomy-directory__sort a,.taxonomy-directory__tab{min-height:2.35rem;padding-inline:.75rem;font-size:.92rem}.taxonomy-directory__toolbar{align-items:stretch;flex-direction:column;gap:.75rem}.taxonomy-directory__search{max-width:none}.taxonomy-directory__hint{padding:.15rem 0}.taxonomy-directory__sort{align-self:flex-start}.taxonomy-directory__list{grid-template-columns:1fr;padding:.35rem 1rem 1rem}.taxonomy-directory__list a{min-height:3.25rem;font-size:1rem}}.attachment-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:.85rem}.attachment-gallery--compact{display:flex;flex-wrap:wrap;gap:.5rem}.attachment-gallery__item{display:block;overflow:hidden;border-radius:var(--radius-md);background:var(--surface-soft);border:1px solid rgb(var(--brand-violet-rgb)/.08);min-height:120px}.attachment-gallery__item--image{padding:0;cursor:zoom-in}.attachment-gallery--compact .attachment-gallery__item{width:min(104px,calc(33.333% - .34rem));min-width:78px;min-height:78px}.post-card:not(.learning-card):not(.project-card) .attachment-gallery--compact{display:block}.post-card:not(.learning-card):not(.project-card) .attachment-gallery--compact .attachment-gallery__item{width:100%;min-width:0;min-height:0;border:0;background:transparent}.post-card:not(.learning-card):not(.project-card) .attachment-gallery--compact .attachment-gallery__item img{width:100%;height:auto;aspect-ratio:auto 16/9;object-fit:contain}.attachment-gallery__item img{width:100%;height:100%;object-fit:cover;aspect-ratio:1/1}.publication-attachments .attachment-gallery{grid-template-columns:minmax(0,1fr);margin-top:1.1rem}.publication-attachments .attachment-gallery__item{min-height:0;border:0;background:transparent}.publication-attachments .attachment-gallery__item img{height:auto;aspect-ratio:auto 16/9;object-fit:contain}.attachment-gallery__file{min-height:120px;padding:.9rem;display:flex;align-items:end;font-size:.88rem;color:var(--muted)}.prose blockquote{margin:1rem 0;padding:.9rem 1rem;border-left:4px solid rgb(var(--brand-orange-rgb)/.42);background:rgb(var(--brand-orange-rgb)/.05)}.prose--comment .comment-quote-collapse{position:relative;margin:.75rem 0;border:1px solid rgb(var(--brand-violet-rgb)/.14);border-radius:1rem;background:rgb(var(--brand-violet-rgb)/.055);overflow:hidden}.prose--comment .comment-quote-collapse:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(180deg,rgb(var(--brand-violet-rgb)/.72),rgb(var(--brand-orange-rgb)/.42));opacity:.82}.prose--comment .comment-quote-collapse summary{cursor:pointer;list-style:none;padding:.78rem .95rem .78rem 1.15rem}.prose--comment .comment-quote-collapse summary::-webkit-details-marker{display:none}.prose--comment .comment-quote-collapse__preview{display:-webkit-box;overflow:hidden;color:var(--muted);-webkit-line-clamp:4;-webkit-box-orient:vertical}.prose--comment .comment-quote-collapse__action{display:inline-flex;margin-top:.42rem;color:var(--action-strong);font-size:.88rem;font-weight:750}.prose--comment .comment-quote-collapse[open] .comment-quote-collapse__action--show,.prose--comment .comment-quote-collapse__action--hide{display:none}.prose--comment .comment-quote-collapse[open] .comment-quote-collapse__action--hide{display:inline-flex}.prose--comment .comment-quote-collapse__content{padding:0 .95rem .95rem 1.15rem}.prose--comment .comment-quote-collapse__content blockquote{margin:.65rem 0 0}.prose pre{overflow-x:auto;background:#201810;color:#fffaf1;border-radius:var(--radius-sm);padding:1rem}.prose .rich-text-image{display:block;max-width:100%;height:auto}.attachment-embed,.prose .rich-text-image{margin:1rem 0;border-radius:var(--radius-md)}.attachment-embed{overflow:hidden}.bbcode-size--5,.bbcode-size--6,.bbcode-size--7{display:inline-block;font-family:var(--font-headings);line-height:1.2}.bbcode-size--5{font-size:1.3rem}.bbcode-size--6{font-size:1.45rem}.bbcode-size--7{font-size:1.6rem}.bbcode-post-gate{margin:1.2rem 0;padding:1rem 1.1rem;border:1px dashed rgb(var(--brand-orange-rgb)/.35);border-radius:var(--radius-md);background:rgb(var(--brand-orange-rgb)/.06)}.bbcode-post-gate__label{font-size:.84rem;text-transform:uppercase;letter-spacing:.12em;color:var(--accent-strong);margin-bottom:.7rem}.section-title{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin:1.5rem 0 .9rem}.section-title h2{font-family:var(--font-headings);margin:0;font-size:1.8rem;color:var(--text)}.comment-replies,.comment-thread{display:flex;flex-direction:column;gap:.85rem}.comment-card{padding:1rem 1rem 1.1rem}.comment-card--reply{margin-left:1rem;background:var(--panel-strong)}.comment-card--author-reply{border-color:rgb(var(--brand-orange-rgb)/.24);background:linear-gradient(180deg,rgb(var(--brand-orange-rgb)/.08) 0,rgb(var(--brand-violet-rgb)/.03) 100%)}.comment-card__meta{display:flex;gap:.55rem;align-items:center;flex-wrap:wrap;color:var(--muted);font-size:.88rem;margin-bottom:.75rem}.comment-card__meta strong,.comment-card__meta strong a{color:var(--text)}.comment-card__fallback{margin:.85rem 0}.comment-card__fallback summary{cursor:pointer;color:var(--action-strong)}.comment-card__actions{display:flex;gap:.85rem;flex-wrap:wrap;align-items:center;margin-top:.95rem}.comment-card__reply-count{color:var(--muted);font-size:.88rem}.comment-badge{display:inline-flex;align-items:center;min-height:1.55rem;padding:.12rem .55rem;border-radius:999px;border:1px dashed rgb(var(--brand-violet-rgb)/.16);background:rgb(var(--brand-violet-rgb)/.08);color:var(--action-strong);font-size:.76rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.comment-badge--question{background:rgb(var(--brand-sky-rgb)/.1);border-color:rgb(var(--brand-sky-rgb)/.18);color:rgb(var(--brand-sky-rgb))}.comment-badge--author{background:rgb(var(--brand-orange-rgb)/.12);border-color:rgb(var(--brand-orange-rgb)/.22);color:var(--accent-strong)}.comment-badge--bot{background:rgb(var(--brand-sky-rgb)/.1);border-color:rgb(var(--brand-sky-rgb)/.18);color:rgb(var(--brand-sky-rgb))}.empty-panel{padding:var(--card-padding);color:var(--muted)}.empty-panel--rich{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.empty-panel__icon{display:inline-grid;width:2.7rem;height:2.7rem;place-items:center;border-radius:1rem;color:var(--accent-strong);background:rgb(var(--brand-purple-rgb)/.08)}.empty-panel__icon svg{width:1.35rem;height:1.35rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.empty-panel__content{display:flex;flex-direction:column;gap:.4rem}.empty-panel__content h3{margin:0;font-family:var(--font-headings);color:var(--text);text-wrap:balance}.empty-panel__content p{margin:0;color:var(--muted);max-width:40rem}.auth-layout{display:grid;place-items:center;min-height:calc(100vh - 80px)}.auth-card{width:min(520px,calc(100vw - 2rem))}.auth-card__actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1rem}.auth-card__secondary{display:grid;gap:.85rem;margin-top:1.25rem;padding-top:1.1rem;border-top:1px solid var(--border)}.auth-card__secondary>div{display:grid;gap:.55rem;padding:.95rem;border:1px solid var(--border);border-radius:18px;background:var(--surface-soft)}.auth-card__secondary strong{color:var(--text)}.auth-card__secondary p{margin:0;color:var(--muted);line-height:1.5}.auth-card__secondary .button-link{justify-self:start}.auth-card__note{margin:1rem 0 0;color:var(--muted);line-height:1.5}.auth-card__note a{color:var(--action-strong);font-weight:760}.auth-form{flex-direction:column;gap:1rem}.auth-form,.search-form{display:flex;margin-top:1.1rem}.search-form{gap:.75rem;flex-wrap:wrap}.search-form input{flex:1 1 320px;border-style:solid;border:1px dashed rgb(var(--brand-violet-rgb)/.18);border-radius:999px;padding:.9rem 1rem;background:var(--surface-field);color:var(--text);font:inherit}.search-form input:focus{outline:2px solid rgb(var(--brand-violet-rgb)/.22);border-color:rgb(var(--brand-violet-rgb)/.42)}.search-panel{padding:.8rem}.search-form--panel{margin-top:0;align-items:center}.search-form--panel input{border-style:solid;padding-block:.72rem}.search-form--panel .button-link,.search-form--panel input{min-height:var(--control-height-md)}.form-field{display:flex;flex-direction:column;gap:.45rem;color:var(--muted);font-size:.95rem}fieldset.form-field{min-width:0;border:0;padding:0;margin:0}.form-field>legend,.form-field>span{font-weight:600;color:var(--text)}.form-field input,.form-field select,.form-field textarea{width:100%;border-style:solid;border:1px dashed rgb(var(--brand-violet-rgb)/.18);border-radius:16px;padding:.9rem 1rem;background:var(--surface-field);color:var(--text);font:inherit}.form-field textarea{resize:vertical;min-height:7rem}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:2px solid rgb(var(--brand-violet-rgb)/.22);border-color:rgb(var(--brand-violet-rgb)/.42)}.form-banner{margin-top:1rem;border-radius:var(--radius-md);padding:.9rem 1rem}.home-seo-intro{margin:0 0 1rem;padding:.9rem 1rem;border:1px solid var(--line,#d8dee6);border-radius:var(--radius-md);background:var(--surface-soft,#faf9fc)}.home-seo-intro p{max-width:70ch;margin:0;color:var(--muted,#5f6875);font-size:.92rem;line-height:1.5}.analytics-consent{position:fixed;right:1.25rem;bottom:1.25rem;z-index:80;display:flex;flex-direction:column;align-items:stretch;gap:.85rem;width:min(27.5rem,calc(100vw - 2.5rem));padding:1rem;border:1px solid rgb(var(--brand-violet-rgb)/.2);border-radius:1.25rem;background:linear-gradient(135deg,rgb(var(--brand-violet-rgb)/.08),transparent 48%),var(--panel-strong);box-shadow:0 1.1rem 2.8rem rgb(20 12 38/.22);backdrop-filter:blur(16px)}.analytics-consent__eyebrow{display:inline-flex;align-items:center;align-self:flex-start;gap:.4rem;color:var(--action-strong);font-family:var(--font-headings);font-size:.78rem;font-weight:760;letter-spacing:.08em;text-transform:uppercase}.analytics-consent__eyebrow i{width:1.5rem;height:.18rem;border-radius:999px;background:linear-gradient(90deg,var(--action),var(--accent))}.analytics-consent__content{min-width:0}.analytics-consent__content strong{display:block;margin-bottom:.35rem;color:var(--text);font-family:var(--font-headings);font-size:1.12rem;line-height:1.1}.analytics-consent__content p{margin:0;color:var(--content-copy);font-size:.875rem;line-height:1.45}.analytics-consent__content ul{display:grid;gap:.35rem;margin:.75rem 0 0;padding:0;color:var(--muted);font-size:.78rem;line-height:1.38;list-style:none}.analytics-consent__content li{position:relative;padding-left:.85rem}.analytics-consent__content li:before{position:absolute;top:.42rem;left:0;width:.32rem;height:.32rem;border-radius:999px;background:var(--accent);content:""}.analytics-consent__actions{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:.5rem}.analytics-consent__actions .shell-button{min-height:2.35rem;padding-inline:.9rem}@media (max-width:640px){.analytics-consent{right:.75rem;bottom:.75rem;left:.75rem;width:auto;padding:.9rem}.analytics-consent__actions{justify-content:stretch}.analytics-consent__actions .shell-button{flex:1 1 10rem}}.form-banner p{margin:0}.form-banner--error{background:rgba(161,41,22,.09);border:1px solid rgba(161,41,22,.16);color:var(--danger-text)}.form-banner--success{background:rgba(78,116,72,.1);border:1px solid rgba(78,116,72,.16);color:var(--success-text)}.form-banner--info{background:var(--info-bg);border:1px solid var(--info-border);color:var(--info-text)}.turnstile-widget{min-height:65px}.admin-moderation-page{display:grid;gap:16px}.moderation-list{display:grid;gap:12px}.moderation-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:start;padding:16px;border:1px solid var(--border-subtle);border-radius:8px;background:var(--surface)}.moderation-item h3{margin:4px 0 6px}.moderation-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}@media (max-width:720px){.moderation-item{grid-template-columns:1fr}.moderation-actions{justify-content:flex-start}}.translation-badge{display:inline-flex;align-items:center;width:fit-content;margin-bottom:.55rem;border:1px solid rgb(var(--brand-violet-rgb)/.18);border-radius:999px;padding:.22rem .62rem;background:rgb(var(--brand-violet-rgb)/.08);color:var(--brand-violet-strong);font-size:.78rem;font-weight:800;letter-spacing:.02em}.learning-language-links{display:flex;align-items:center;gap:.55rem .75rem;flex-wrap:wrap}.learning-language-links__list{display:flex;flex-wrap:wrap;gap:.5rem}.learning-language-links__item{display:inline-flex;align-items:center;gap:.4rem;border:1px solid var(--border-soft);border-radius:999px;padding:.45rem .75rem;background:var(--surface);color:var(--link);font-weight:700;line-height:1.2;text-decoration:none}.learning-language-links__item:hover{border-color:rgb(var(--brand-sky-rgb)/.5);color:var(--action-strong)}.translation-original{margin-top:1.4rem;border-top:1px dashed var(--border-soft);padding-top:1rem}.translation-original summary{cursor:pointer;width:fit-content;color:var(--link);font-weight:800}.translation-original .prose{margin-top:1rem}.action-feedback-wrapper{position:relative;display:inline-flex;align-items:center}.action-feedback{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.route-skeleton{width:min(100%,1240px);margin:0 auto;padding:clamp(1rem,2.5vw,2rem)}.route-skeleton--browse{display:grid;grid-template-columns:minmax(170px,220px) minmax(0,640px) minmax(220px,300px);gap:clamp(1rem,2vw,1.5rem);align-items:start}.route-skeleton--detail{display:flex;justify-content:center}.route-skeleton__main{display:flex;flex-direction:column;gap:1rem;min-width:0}.route-skeleton__main--narrow{width:min(100%,640px)}.route-skeleton__main--profile,.route-skeleton__main--wide{width:min(100%,980px)}.route-skeleton__card,.route-skeleton__hero,.route-skeleton__profile-cover,.route-skeleton__rail{border:1px solid rgb(var(--brand-violet-rgb)/.1);border-radius:var(--radius-lg);background:var(--panel);box-shadow:var(--shadow)}.route-skeleton__rail{position:sticky;top:5.5rem;display:flex;flex-direction:column;gap:.85rem;padding:1rem}.route-skeleton__card,.route-skeleton__hero{padding:clamp(1rem,2vw,1.45rem)}.route-skeleton__profile-cover{min-height:230px;padding:1.4rem;display:flex;align-items:flex-end;gap:1rem;background:linear-gradient(90deg,rgb(var(--brand-violet-rgb)/.06) 1px,transparent 1px),linear-gradient(0deg,rgb(var(--brand-violet-rgb)/.06) 1px,transparent 1px),radial-gradient(circle at 16% 24%,rgb(var(--brand-orange-rgb)/.12),transparent 25%),var(--surface-soft);background-size:34px 34px,34px 34px,auto,auto}.route-skeleton__actions,.route-skeleton__filters,.route-skeleton__row{display:flex;align-items:center;gap:.75rem}.route-skeleton__filters{flex-wrap:wrap;padding:.15rem .1rem}.route-skeleton__stack{flex:1;display:flex;flex-direction:column;gap:.55rem;min-width:0}.route-skeleton__stack--loose{margin-top:1rem;gap:.7rem}.route-skeleton__split{display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,300px);gap:1rem}.route-skeleton__split--editor{grid-template-columns:minmax(180px,240px) minmax(0,1fr)}.route-skeleton__avatar,.route-skeleton__line,.route-skeleton__media{display:block;background:linear-gradient(90deg,transparent,rgb(var(--brand-violet-rgb)/.1),transparent),rgb(var(--brand-violet-rgb)/.08);background-size:220% 100%,auto;animation:route-skeleton-shimmer 1.4s ease-in-out infinite}.route-skeleton__line{height:.9rem;border-radius:999px}.route-skeleton__avatar{width:3rem;height:3rem;flex:0 0 auto;border-radius:999px}.route-skeleton__avatar--large{width:7rem;height:7rem;border:6px solid var(--panel)}.route-skeleton__media{min-height:220px;margin-top:1rem;border-radius:var(--radius-md)}.route-skeleton__media--short{min-height:150px}@keyframes route-skeleton-shimmer{0%{background-position:180% 0,0 0}to{background-position:-80% 0,0 0}}@media (prefers-reduced-motion:reduce){.route-skeleton__avatar,.route-skeleton__line,.route-skeleton__media{animation:none}}@media (max-width:980px){.route-skeleton--browse,.route-skeleton__split,.route-skeleton__split--editor{grid-template-columns:1fr}.route-skeleton__rail{position:static;display:none}}.button-link{display:inline-flex;align-items:center;justify-content:center;min-height:var(--control-height-md);padding:.7rem 1rem;border-radius:999px;background:linear-gradient(135deg,var(--action) 0,#6945d0 70%,var(--accent) 100%);color:#fbf9ff;border:0;font:inherit;cursor:pointer}.button-link.is-secondary{background:rgb(var(--brand-violet-rgb)/.08);color:var(--action-strong)}.button-link.is-ghost{background:transparent;color:var(--muted);box-shadow:none}.button-link.is-ghost:focus-visible,.button-link.is-ghost:hover{background:rgb(38 28 61/.045);color:var(--text)}.button-link:disabled{opacity:.7;cursor:progress}.inline-link{color:rgb(var(--brand-sky-rgb));text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.18em}.inline-link--button{padding:0;border:0;background:transparent;font:inherit;cursor:pointer}.composer-card,.notification-card{background:var(--panel);border-style:solid;border:1px dashed var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow)}.composer-card,.notification-card{padding:var(--card-padding)}.post-composer-modal{position:fixed;inset:0;z-index:130;display:grid;place-items:center;padding:clamp(.85rem,3vw,2rem);background:rgb(11 10 19/.58);backdrop-filter:blur(8px)}.post-composer-modal__panel{position:relative;width:min(100%,760px);max-height:min(88vh,900px);overflow:auto;overflow-x:hidden;border-radius:var(--radius-lg)}.post-composer-modal__panel.is-expanded{width:min(96vw,1180px);max-height:94vh}.post-composer-modal.is-post-mode{place-items:start center;overflow-x:hidden;overflow-y:auto;padding:0;background:#fff;backdrop-filter:none}.post-composer-modal.is-post-mode .post-composer-modal__panel{width:100%;min-height:100vh;min-height:100dvh;max-height:none;overflow-x:clip;border-radius:0}.composer-type-picker{padding:clamp(1.15rem,3vw,1.6rem);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--panel);box-shadow:0 24px 80px rgb(42 33 89/.28)}.composer-type-picker h2{margin:0 2.4rem 1rem 0;font-family:var(--font-headings);color:var(--text)}.composer-type-picker__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.composer-type-card{min-width:0;display:flex;flex-direction:column;gap:.3rem;align-items:flex-start;min-height:6rem;padding:.9rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:inherit;text-align:left;text-decoration:none;font:inherit;cursor:pointer}.composer-type-card:hover{border-color:rgb(var(--brand-violet-rgb)/.28);background:var(--surface-strong)}.composer-type-card strong{color:var(--text);font-weight:720}.composer-type-card span{color:var(--muted);font-size:.9rem;line-height:1.35}.post-composer-modal__panel .composer-card{border-style:solid;box-shadow:0 24px 80px rgb(42 33 89/.28)}.post-composer-modal__back{display:inline-flex;min-height:2.5rem;align-items:center;gap:.4rem;margin:0 0 .7rem;padding:.45rem .75rem;border:0;border-radius:999px;background:transparent;color:var(--muted);font:inherit;font-weight:650;cursor:pointer}.post-composer-modal__back:focus-visible,.post-composer-modal__back:hover{background:rgb(38 28 61/.045);color:var(--text)}.post-composer-modal.is-post-mode .post-composer-modal__back{position:sticky;top:.85rem;z-index:12;margin-left:max(1rem,calc((100vw - 760px) / 2 - .75rem));background:rgb(255 255 255/.86);backdrop-filter:blur(10px)}.post-composer-modal__close{position:absolute;top:.8rem;right:.85rem;z-index:1;width:2.35rem;height:2.35rem;border:1px solid var(--border);border-radius:999px;background:var(--surface-strong);color:var(--text);font:inherit;font-size:1.45rem;line-height:1;cursor:pointer}.post-composer-modal.is-post-mode .post-composer-modal__close{position:fixed;top:.85rem;right:max(1rem,calc((100vw - 760px) / 2 - .75rem));background:rgb(255 255 255/.9);box-shadow:0 12px 32px rgb(38 28 61/.08)}.post-composer-modal__expand{position:absolute;top:.8rem;right:3.55rem;z-index:1;display:inline-flex;width:2.35rem;height:2.35rem;align-items:center;justify-content:center;border:1px solid rgb(38 28 61/.08);border-radius:999px;background:rgb(255 255 255/.86);color:var(--muted);font:inherit;font-size:1.1rem;line-height:1;cursor:pointer}.post-composer-modal__expand:focus-visible,.post-composer-modal__expand:hover{border-color:rgb(38 28 61/.16);color:var(--text)}.post-composer-modal__close:hover{border-color:rgb(var(--brand-violet-rgb)/.28);color:var(--action-strong)}@media (max-width:720px){.composer-type-picker__grid{grid-template-columns:1fr}.post-composer-modal__expand{display:none}}.composer-card--comment{margin-bottom:1rem}.composer-card--compact{padding:1rem 1.05rem}.composer-card--post{overflow-x:hidden;border:0;border-radius:var(--radius-lg);background:#fff;box-shadow:none}.post-composer-modal__panel .composer-card--post{border:0;width:min(100%,760px);max-width:calc(100vw - 2rem);margin-inline:auto;padding-top:clamp(2.5rem,5vw,4.5rem);padding-inline:clamp(1rem,4vw,2rem);box-shadow:none}.composer-card--post .composer-form{min-width:0;gap:1.15rem;margin-top:0;padding-left:2.4rem;overflow-x:visible}.composer-card--post .form-field{min-width:0;gap:.5rem}.composer-card--post .form-field>legend,.composer-card--post .form-field>span{font-size:.98rem;font-weight:650}.composer-card--post .form-field input[type=text],.composer-card--post .form-field input[type=url],.composer-card--post .form-field select,.composer-card--post .form-field textarea{border:0;border-radius:16px;background:rgb(38 28 61/.045);box-shadow:none}.composer-card--post .form-field input[name=title]{min-height:auto;padding:.75rem .9rem;font-family:var(--font-headings);font-size:clamp(1.22rem,2.1vw,1.5rem);font-weight:790;line-height:1.16;letter-spacing:-.025em}.composer-card--post .form-field input:focus,.composer-card--post .form-field select:focus,.composer-card--post .form-field textarea:focus{outline:0;border-color:transparent}.composer-card--post .form-field--target-locales{flex:1 1 auto;min-width:min(100%,18rem);margin-top:0}.composer-card--post .form-field--target-locales>legend{margin-bottom:.45rem;font-size:.85rem;color:var(--muted)}.target-locale-list{display:flex;flex-wrap:wrap;gap:.5rem}.target-locale-chip{display:inline-flex}.target-locale-chip input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.target-locale-chip span{display:inline-flex;min-height:2.25rem;align-items:center;border:1px solid rgb(38 28 61/.08);border-radius:999px;padding:.45rem .8rem;background:rgb(38 28 61/.035);color:var(--muted);font-weight:650}.target-locale-chip input:checked+span{border-color:rgb(var(--brand-violet-rgb)/.3);background:rgb(var(--brand-violet-rgb)/.08);color:var(--action-strong)}.composer-card--post .composer-form__footer{justify-content:flex-end}.composer-card--post .composer-form__footer--post{align-items:end;justify-content:space-between;gap:1rem;margin-top:.8rem}.composer-card--post .composer-form__footer--post .button-link{flex:0 0 auto}.composer-form__actions{display:flex;flex:0 0 auto;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.55rem}.composer-form__draft-status{flex-basis:100%;color:var(--muted);font-size:.82rem;line-height:1.25;text-align:right}.composer-card__header,.composer-form__footer,.notification-card__meta{display:flex;gap:.9rem;justify-content:space-between;align-items:flex-start}.composer-card__header h2,.notification-card h3{margin:0;font-family:var(--font-headings);color:var(--text)}.filter-menu__summary::marker,.locale-menu__summary::marker,.mobile-drawer__summary::marker{content:""}.filter-menu[open] .filter-menu__summary,.locale-menu[open] .locale-menu__summary,.mobile-drawer[open] .mobile-drawer__summary{background:var(--surface-strong);border-color:rgb(var(--brand-violet-rgb)/.16)}.composer-card__header p,.notification-card p{margin:0}.composer-card__header--compact{align-items:flex-end}.composer-question-toggle{display:grid;grid-template-columns:auto 1fr;gap:.15rem .7rem;align-items:start;padding:.8rem .9rem;border-radius:var(--radius-md);background:rgb(var(--brand-violet-rgb)/.05);border:1px dashed rgb(var(--brand-violet-rgb)/.14)}.composer-question-toggle input{margin-top:.15rem}.composer-question-toggle span{color:var(--text);font-weight:600}.composer-question-toggle small{grid-column:2;color:var(--muted)}.form-field__meta{display:flex;gap:.8rem;flex-wrap:wrap;color:var(--muted);font-size:.8rem}.form-field small{color:var(--muted);font-size:.82rem;line-height:1.35}.rubric-chip-list{display:flex;flex-wrap:wrap;gap:.55rem;max-width:100%;overflow:visible;padding:.1rem 0 .35rem}.composer-card--post .rubric-chip-list{margin-inline:-.1rem;padding:.05rem .1rem .25rem}.rubric-chip{flex:0 0 auto}.rubric-chip input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.rubric-chip span{display:inline-flex;align-items:center;min-height:var(--control-height-sm);border:1px solid rgb(var(--brand-violet-rgb)/.18);border-radius:999px;padding:.62rem .9rem;background:var(--surface-card);color:var(--muted);font-weight:700;white-space:nowrap;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.composer-card--post .rubric-chip span{border-color:rgb(38 28 61/.08);background:rgb(38 28 61/.035);color:var(--muted);font-weight:650;box-shadow:none}.rubric-chip input:checked+span{border-color:rgb(var(--brand-violet-rgb)/.62);background:rgb(var(--brand-violet-rgb)/.12);color:var(--action-strong);box-shadow:0 14px 30px rgb(var(--brand-violet-rgb)/.12)}.composer-card--post .rubric-chip input:checked+span{border-color:rgb(var(--brand-violet-rgb)/.32);background:rgb(var(--brand-violet-rgb)/.08);color:var(--action-strong);box-shadow:none}.rubric-chip:focus-within span{outline:2px solid rgb(var(--brand-violet-rgb)/.22);outline-offset:2px}.block-editor{display:flex;flex-direction:column;gap:.9rem;border:1px solid rgb(var(--brand-violet-rgb)/.22);border-radius:24px;padding:clamp(.85rem,2vw,1.2rem);background:linear-gradient(180deg,rgb(var(--brand-violet-rgb)/.045),transparent 11rem),var(--surface-card)}.composer-card--post .block-editor{position:relative;gap:.2rem;border:0;border-radius:0;padding:0;background:transparent}.block-editor__toolbar{display:flex;gap:.45rem;max-width:100%;overflow-x:auto;padding-bottom:.25rem;scrollbar-width:thin}.block-editor .editor-chip{gap:.42rem;flex:0 0 auto;border:1px solid rgb(var(--brand-violet-rgb)/.16);padding:.5rem .72rem;background:rgb(var(--brand-violet-rgb)/.07);color:var(--action-strong);font:inherit;font-weight:800;cursor:pointer;transition:background .16s ease,border-color .16s ease,transform .16s ease}.block-editor .editor-chip,.block-editor__toolbar-icon{display:inline-flex;align-items:center;border-radius:999px}.block-editor__toolbar-icon{min-width:1.35rem;height:1.35rem;justify-content:center;background:rgb(255 255 255/.72);color:var(--text);font-size:.82rem;line-height:1}.block-editor .editor-chip:focus-visible,.block-editor .editor-chip:hover{border-color:rgb(var(--brand-violet-rgb)/.35);background:rgb(var(--brand-violet-rgb)/.13);transform:translateY(-1px)}.block-editor__blocks{display:flex;flex-direction:column;gap:.35rem}.block-editor__limit-note{margin:.45rem 0 0;border-radius:14px;padding:.5rem .7rem;background:rgb(var(--brand-orange-rgb)/.08);color:var(--muted);font-size:.84rem;line-height:1.35}.composer-card--post .block-editor__blocks{gap:0;border-radius:22px;padding:.7rem .8rem;background:rgb(38 28 61/.045)}.composer-card--post .block-editor__blocks .block-editor__block,.composer-card--post .block-editor__blocks .block-editor__heading-input,.composer-card--post .block-editor__blocks .block-editor__heading-row,.composer-card--post .block-editor__blocks .block-editor__image,.composer-card--post .block-editor__blocks .block-editor__link-row,.composer-card--post .block-editor__blocks .block-editor__list,.composer-card--post .block-editor__blocks .block-editor__quote,.composer-card--post .block-editor__blocks .block-editor__textarea,.composer-card--post .block-editor__blocks input,.composer-card--post .block-editor__blocks textarea{background:transparent;box-shadow:none}.block-editor__entry{position:relative;min-width:0}.composer-card--post .block-editor__entry{padding-bottom:.05rem}.composer-card--post .block-editor__entry:last-child{padding-bottom:3.25rem}.block-editor__block{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);gap:.55rem;align-items:start;border-radius:20px;padding:.55rem;background:rgb(255 255 255/.72);transition:background .16s ease,box-shadow .16s ease}.composer-card--post .block-editor__block{display:block;padding:0;background:transparent;box-shadow:none}.block-editor__block.is-active{background:rgb(var(--brand-violet-rgb)/.055);box-shadow:inset 0 0 0 1px rgb(var(--brand-violet-rgb)/.12)}.composer-card--post .block-editor__block.is-active{background:transparent;box-shadow:none}.composer-card--post .block-editor__block:focus-within{outline:none;box-shadow:none}.block-editor__side{position:relative;display:flex;flex-direction:column;gap:.35rem;padding-top:.2rem}.composer-card--post .block-editor__side{display:none}.block-editor__insert-row{position:relative;display:flex;min-height:.45rem;align-items:center;justify-content:center;margin:-.05rem 0;opacity:0;transition:opacity .16s ease,min-height .16s ease,margin .16s ease}.composer-card--post .block-editor__insert-row{position:absolute;bottom:-.95rem;left:-2.35rem;z-index:8;width:calc(100% + 2.35rem);min-height:1.8rem;margin:0;justify-content:flex-start;pointer-events:none}.block-editor__entry:hover .block-editor__insert-row,.block-editor__entry:last-child .block-editor__insert-row,.block-editor__insert-row.is-open,.block-editor__insert-row:focus-within{opacity:1;pointer-events:auto}.block-editor__entry:last-child .block-editor__insert-row{min-height:3.25rem;margin-top:.45rem}.composer-card--post .block-editor__entry:last-child .block-editor__insert-row{bottom:.6rem;min-height:1.8rem;margin-top:0}.block-editor__insert-button{display:inline-flex;width:1.35rem;height:1.35rem;align-items:center;justify-content:center;border:0;border-radius:0;background:transparent;color:var(--muted);font:inherit;font-size:1.25rem;font-weight:800;line-height:1;cursor:pointer}.composer-card--post .block-editor__insert-button{width:1.35rem;height:1.35rem;border:0;background:transparent;color:rgb(41 112 72);box-shadow:none}.block-editor__insert-button:focus-visible,.block-editor__insert-button:hover,.block-editor__insert-row.is-open .block-editor__insert-button{background:transparent;color:rgb(25 96 58)}.block-editor__add,.block-editor__delete{display:inline-flex;width:2rem;height:2rem;align-items:center;justify-content:center;border:1px solid rgb(var(--brand-violet-rgb)/.14);border-radius:999px;background:var(--surface-card);color:var(--action-strong);font:inherit;font-weight:900;cursor:pointer}.composer-card--post .block-editor__add{width:2rem;height:2rem;opacity:0;transform:translateX(-.25rem) scale(.96);border-color:rgb(38 28 61/.08);background:rgb(38 28 61/.045);color:var(--muted);transition:opacity .16s ease,transform .16s ease,background .16s ease,color .16s ease}.composer-card--post .block-editor__block.is-active .block-editor__add,.composer-card--post .block-editor__block:focus-within .block-editor__add,.composer-card--post .block-editor__block:hover .block-editor__add{opacity:1;transform:translateX(0) scale(1)}.composer-card--post .block-editor__add:focus-visible,.composer-card--post .block-editor__add:hover{background:rgb(var(--brand-violet-rgb)/.1);color:var(--action-strong)}.block-editor__delete{color:var(--muted)}.block-editor__delete-inline{position:absolute;top:.15rem;right:0;z-index:1;display:inline-flex;width:1.35rem;height:1.35rem;align-items:center;justify-content:center;border:0;border-radius:0;background:transparent;color:rgb(130 52 52/.56);font:inherit;font-weight:700;line-height:1;opacity:0;cursor:pointer;transition:opacity .16s ease,color .16s ease,background .16s ease}.composer-card--post .block-editor__delete-inline{left:-2.35rem;right:auto;top:50%;transform:translateY(-50%);width:1.35rem;height:1.35rem;border:0;background:transparent;color:rgb(166 45 45/.8);box-shadow:none}.block-editor__block:focus-within .block-editor__delete-inline,.block-editor__block:hover .block-editor__delete-inline{opacity:1}.block-editor__delete-inline:focus-visible,.block-editor__delete-inline:hover{background:transparent;color:rgb(150 34 34)}.block-editor__delete-confirm{position:absolute;top:50%;left:-.4rem;z-index:30;width:max-content;max-width:14rem;transform:translate(-100%,-50%);border:1px solid rgb(178 52 52/.14);border-radius:14px;padding:.55rem;background:rgb(255 255 255/.98);box-shadow:0 16px 42px rgb(38 28 61/.16)}.block-editor__delete-confirm p{margin:0 0 .45rem;color:var(--text);font-size:.82rem;font-weight:650;line-height:1.25}.block-editor__delete-confirm div{display:flex;gap:.35rem}.block-editor__delete-confirm button{border:0;border-radius:999px;padding:.34rem .55rem;background:rgb(38 28 61/.055);color:var(--muted);font:inherit;font-size:.78rem;font-weight:700;cursor:pointer}.block-editor__delete-confirm button:first-child{background:rgb(178 52 52/.1);color:rgb(150 34 34)}.block-editor__menu{position:absolute;z-index:20;top:2.35rem;left:0;display:grid;min-width:13rem;gap:.2rem;border:1px solid rgb(var(--brand-violet-rgb)/.12);border-radius:18px;padding:.35rem;background:rgb(255 255 255/.96);box-shadow:0 18px 44px rgb(var(--brand-violet-rgb)/.18);backdrop-filter:blur(10px)}.composer-card--post .block-editor__menu{top:2.25rem;left:0;min-width:12rem;border-color:rgb(38 28 61/.08);border-radius:16px;background:rgb(255 255 255/.98);box-shadow:0 18px 45px rgb(38 28 61/.16)}.block-editor__menu--insert{top:1.75rem;left:50%;transform:translateX(-50%)}.composer-card--post .block-editor__menu--insert{top:0;left:2.1rem;display:flex;min-width:auto;width:max-content;max-width:min(34rem,calc(100vw - 7rem));gap:.1rem;overflow-x:auto;padding:.25rem;border-radius:999px;transform:none}.block-editor__menu button{display:flex;gap:.65rem;align-items:center;border:0;border-radius:14px;padding:.62rem .72rem;background:transparent;color:var(--text);font:inherit;font-weight:700;text-align:left;cursor:pointer}.composer-card--post .block-editor__menu--insert button{width:2rem;height:2rem;justify-content:center;gap:0;padding:0;border-radius:999px;white-space:nowrap}.block-editor__menu button:focus-visible,.block-editor__menu button:hover{background:rgb(var(--brand-violet-rgb)/.08);outline:none}.block-editor__menu-delete{margin-top:.15rem;border-top:1px solid rgb(38 28 61/.08)!important;color:var(--muted)!important}.block-editor__menu span{display:inline-flex;width:1.6rem;justify-content:center;color:var(--action-strong);font-weight:900}.composer-card--post .block-editor__menu--insert span{width:1.45rem;min-width:1.45rem;color:rgb(53 43 82/.78);font-family:var(--font-headings);font-size:.9rem;font-weight:760;line-height:1;text-align:center}.block-editor__heading-row input,.block-editor__heading-row select,.block-editor__image input,.block-editor__stack input,.block-editor__textarea{width:100%;border:1px solid rgb(var(--brand-violet-rgb)/.14);border-radius:16px;padding:.85rem .95rem;background:var(--surface-field);color:var(--text);font:inherit}.composer-card--post .block-editor__heading-input,.composer-card--post .block-editor__heading-row input,.composer-card--post .block-editor__heading-row select,.composer-card--post .block-editor__image input,.composer-card--post .block-editor__link-row input,.composer-card--post .block-editor__stack input,.composer-card--post .block-editor__textarea{border:0;border-radius:0;background:transparent;box-shadow:none}.composer-card--post .block-editor__blocks input[type=text],.composer-card--post .block-editor__blocks input[type=url],.composer-card--post .block-editor__blocks textarea{background:transparent;box-shadow:none}.composer-card--post .block-editor__heading-input:focus,.composer-card--post .block-editor__heading-row input:focus,.composer-card--post .block-editor__image input:focus,.composer-card--post .block-editor__link-row input:focus,.composer-card--post .block-editor__stack input:focus,.composer-card--post .block-editor__textarea:focus,.composer-card--post .form-field .block-editor__textarea:focus,.composer-card--post .form-field .block-editor__textarea:focus-visible{outline:none;box-shadow:none}.block-editor__textarea{min-height:5.25rem;overflow:hidden;resize:vertical;line-height:1.55}.composer-card--post .block-editor__textarea{min-height:2.4rem;padding:.75rem .9rem;background:transparent;line-height:1.62;resize:none}.composer-card--post .block-editor__textarea:focus{outline:none}.block-editor__textarea--quote{border-left:4px solid rgb(var(--brand-violet-rgb)/.38);font-style:italic}.composer-card--post .block-editor__textarea--quote{position:relative;padding:1rem 2.15rem;border-left:0;border-radius:0;background:transparent;color:rgb(55 44 82);font-size:1rem;font-style:italic}.block-editor__quote{position:relative}.block-editor__quote:after,.block-editor__quote:before{position:absolute;z-index:1;color:rgb(var(--brand-orange-rgb)/.58);font-family:var(--font-headings);font-size:1.65rem;font-weight:800;line-height:1;pointer-events:none}.block-editor__quote:before{content:"“";top:.7rem;left:.75rem}.block-editor__quote:after{content:"”";right:.75rem;bottom:.45rem}.block-editor__heading-row,.block-editor__stack{display:grid;gap:.6rem}.block-editor__heading-row{grid-template-columns:minmax(7rem,auto) minmax(0,1fr)}.block-editor__heading-input{width:100%;border:0;background:transparent;color:var(--text);font:inherit}.composer-card--post .block-editor__heading-input{padding:.5rem .9rem;background:transparent;border-radius:0}.block-editor__heading-input--h2{font-family:var(--font-headings);font-size:clamp(1.08rem,1.7vw,1.24rem);font-weight:820;line-height:1.3;letter-spacing:-.01em}.block-editor__heading-input--h3{font-family:var(--font-headings);font-size:clamp(1rem,1.35vw,1.1rem);font-weight:780;line-height:1.34;letter-spacing:-.004em}.composer-card--post .form-field .block-editor__blocks input.block-editor__heading-input--h2{font-family:var(--font-headings);font-size:clamp(1.08rem,1.7vw,1.24rem);font-weight:820;line-height:1.3;letter-spacing:-.01em}.composer-card--post .form-field .block-editor__blocks input.block-editor__heading-input--h3{font-family:var(--font-headings);font-size:clamp(1rem,1.35vw,1.1rem);font-weight:780;line-height:1.34;letter-spacing:-.004em}.block-editor__heading-input:focus{outline:none}.block-editor__list-toggle{justify-self:start;border:1px solid rgb(38 28 61/.08);border-radius:999px;padding:.35rem .65rem;background:rgb(38 28 61/.035);color:var(--muted);font:inherit;font-size:.82rem;font-weight:650;cursor:pointer}.block-editor__list{display:grid;gap:.05rem;margin:0;padding:.35rem .9rem;border-radius:0;background:transparent;line-height:1.62;list-style:none}.block-editor__list li{display:grid;grid-template-columns:1.65rem minmax(0,1fr);gap:.35rem;align-items:start;padding-left:0;line-height:1.62}.block-editor__list-marker{display:inline-flex;min-height:1.65rem;align-items:center;justify-content:flex-end;color:var(--text);font:inherit;font-weight:650;line-height:1.62}.composer-card--post .block-editor__textarea--list{min-height:1.65rem;height:1.65rem;padding:0;border-radius:0;background:transparent;line-height:1.62}.block-editor__list-toggle:focus-visible,.block-editor__list-toggle:hover{border-color:rgb(var(--brand-violet-rgb)/.2);background:rgb(var(--brand-violet-rgb)/.07);color:var(--action-strong)}.block-editor__link-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.8fr);gap:.55rem;padding:.45rem .9rem}.block-editor__image{position:relative;display:grid;gap:.18rem;margin:0}.block-editor__image img{display:block;width:100%;max-height:38rem;object-fit:contain;border:0;border-radius:0;background:transparent}.block-editor__cover-badge,.block-editor__make-cover,.block-editor__replace{justify-self:start;border:1px solid rgb(var(--brand-violet-rgb)/.14);border-radius:999px;padding:.45rem .7rem;background:rgb(255 255 255/.92);color:var(--action-strong);font-size:.82rem;font-weight:800;box-shadow:0 12px 28px rgb(var(--brand-violet-rgb)/.12)}.block-editor__cover-badge{position:absolute;top:.8rem;left:.8rem}.block-editor__make-cover,.block-editor__replace{cursor:pointer}.composer-card--post .block-editor__image .block-editor__replace{position:absolute;top:.75rem;right:.75rem;z-index:2;opacity:.92}.composer-card--post .block-editor__image .block-editor__make-cover{position:absolute;top:3.25rem;right:.75rem;z-index:2;opacity:.92}.composer-card--post .block-editor__image input{margin-top:0;padding:.45rem .7rem;background:transparent;text-align:center;font-size:.95rem;font-style:italic}@media (max-width:640px){.post-composer-modal.is-post-mode .post-composer-modal__panel{min-height:100dvh}.post-composer-modal__panel .composer-card--post{width:100%;padding-inline:1rem;padding-top:4.2rem}.composer-card--post .composer-form{padding-left:1.85rem}.block-editor__block{grid-template-columns:1fr}.composer-card--post .block-editor__block{padding-right:0}.composer-card--post .block-editor__delete-inline,.composer-card--post .block-editor__insert-row{left:-1.85rem}.block-editor__side{flex-direction:row;padding-top:0}.block-editor__menu{top:2.35rem;left:0;max-width:calc(100vw - 2rem)}.block-editor__menu--insert{left:0;transform:none}.composer-card--post .block-editor__menu--insert{left:1.95rem}.block-editor__heading-row{grid-template-columns:1fr}.block-editor__image img{max-height:70vh}.block-editor__link-row{grid-template-columns:1fr}}@media (prefers-color-scheme:dark){.post-composer-modal.is-post-mode{background:#15101f}.post-composer-modal.is-post-mode .post-composer-modal__panel{background:radial-gradient(circle at 14% 8%,rgb(var(--brand-orange-rgb)/.08),transparent 28%),radial-gradient(circle at 86% 10%,rgb(var(--brand-violet-rgb)/.16),transparent 30%),#15101f}.post-composer-modal.is-post-mode .post-composer-modal__back,.post-composer-modal.is-post-mode .post-composer-modal__close{background:rgb(31 23 47/.9);border-color:rgb(255 255 255/.08);color:rgb(232 224 248/.82);box-shadow:0 12px 32px rgb(8 4 20/.32)}.post-composer-modal.is-post-mode .post-composer-modal__back:focus-visible,.post-composer-modal.is-post-mode .post-composer-modal__back:hover,.post-composer-modal.is-post-mode .post-composer-modal__close:focus-visible,.post-composer-modal.is-post-mode .post-composer-modal__close:hover{background:rgb(48 35 72/.96);color:#f0eaff}.composer-card--post{background:transparent}.composer-card--post .form-field input[type=text],.composer-card--post .form-field input[type=url],.composer-card--post .form-field select,.composer-card--post .form-field textarea{background:rgb(255 255 255/.075);color:#f0eaff}.composer-card--post .block-editor__blocks{background:rgb(255 255 255/.075)}.composer-card--post .block-editor__heading-input,.composer-card--post .block-editor__heading-row input,.composer-card--post .block-editor__heading-row select,.composer-card--post .block-editor__image input,.composer-card--post .block-editor__link-row input,.composer-card--post .block-editor__stack input,.composer-card--post .block-editor__textarea{background:transparent;color:#f0eaff}.composer-card--post .block-editor__heading-input::placeholder,.composer-card--post .block-editor__image input::placeholder,.composer-card--post .block-editor__link-row input::placeholder,.composer-card--post .block-editor__textarea::placeholder,.composer-card--post .form-field input::placeholder,.composer-card--post .form-field textarea::placeholder{color:rgb(232 224 248/.48)}.composer-card--post .rubric-chip span,.target-locale-chip span{background:rgb(255 255 255/.06);border-color:rgb(255 255 255/.1);color:rgb(232 224 248/.72)}.composer-card--post .rubric-chip input:checked+span,.target-locale-chip input:checked+span{background:rgb(var(--brand-violet-rgb)/.22);border-color:rgb(var(--brand-violet-rgb)/.48);color:#f2ecff}.composer-card--post .block-editor__insert-button{color:rgb(143 219 169)}.composer-card--post .block-editor__insert-button:focus-visible,.composer-card--post .block-editor__insert-button:hover,.composer-card--post .block-editor__insert-row.is-open .block-editor__insert-button{color:rgb(173 239 193)}.composer-card--post .block-editor__delete-inline{color:rgb(255 151 151/.82)}.composer-card--post .block-editor__delete-inline:focus-visible,.composer-card--post .block-editor__delete-inline:hover{color:rgb(255 184 184)}.block-editor__delete-confirm,.composer-card--post .block-editor__menu,.composer-card--post .block-editor__menu--insert{background:rgb(31 23 47/.98);border-color:rgb(255 255 255/.1);box-shadow:0 18px 45px rgb(8 4 20/.48)}.block-editor__delete-confirm p,.block-editor__menu button{color:#f0eaff}.block-editor__delete-confirm button{background:rgb(255 255 255/.08);color:rgb(232 224 248/.78)}.block-editor__delete-confirm button:first-child{background:rgb(255 118 118/.14);color:rgb(255 184 184)}.composer-card--post .block-editor__menu--insert span{color:rgb(232 224 248/.78)}.block-editor__menu button:focus-visible,.block-editor__menu button:hover{background:rgb(var(--brand-violet-rgb)/.2)}.block-editor__list{color:#f0eaff}.composer-card--post .block-editor__textarea--list{background:transparent}.composer-card--post .block-editor__textarea--quote{background:transparent;border-left-color:transparent;color:rgb(248 238 221)}.block-editor__quote:after,.block-editor__quote:before{color:rgb(var(--brand-orange-rgb)/.62)}.block-editor__image img{border-color:rgb(255 255 255/.1);background:transparent}.block-editor__cover-badge,.block-editor__make-cover,.block-editor__replace{background:rgb(31 23 47/.88);border-color:rgb(255 255 255/.12);color:rgb(232 224 248/.9);box-shadow:0 12px 28px rgb(8 4 20/.38)}}.learning-composer-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(10rem,.7fr);gap:1rem}@media (max-width:640px){.learning-composer-grid{grid-template-columns:1fr}}.prose a{color:rgb(var(--brand-sky-rgb));text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.18em}.post-card__title,h1,h2,h3{text-wrap:balance}#comments,#project-comments{scroll-margin-top:5.5rem}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes reaction-pop{0%{transform:scale(1)}50%{transform:scale(1.16)}to{transform:scale(1)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.composer-form{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.composer-form--inline{margin-top:.7rem}.composer-reply-chip{display:inline-flex;gap:.65rem;align-items:center;padding:.65rem .85rem;border-radius:999px;background:rgb(var(--brand-violet-rgb)/.08);color:var(--action-strong);border:1px dashed rgb(var(--brand-violet-rgb)/.14)}.composer-card--inline-reply{margin:.1rem 0 0;padding:0;background:transparent;border:0;box-shadow:none}.comment-composer-field{display:flex;flex-direction:column;gap:.75rem;padding:.95rem 1rem;border-radius:1.25rem;background:color-mix(in srgb,var(--surface-strong) 94%,rgb(var(--brand-violet-rgb)/.05));border:1px solid rgb(var(--brand-violet-rgb)/.14);box-shadow:inset 0 1px 0 rgb(255 255 255/.24)}.comment-composer-field textarea{width:100%;min-height:5.2rem;padding:0;border:0;background:transparent;color:var(--text);resize:vertical;font:inherit;line-height:1.55}.comment-composer-field textarea::placeholder{color:var(--muted)}.comment-composer-field textarea:focus{outline:none}.comment-composer-field__actions,.comment-composer-field__footer,.comment-composer-field__tools{display:flex;align-items:center}.comment-composer-field__footer{justify-content:space-between;gap:.9rem;flex-wrap:wrap}.comment-composer-field__actions,.comment-composer-field__tools{gap:.55rem;flex-wrap:wrap}.comment-composer-field__actions{margin-left:auto}.comment-composer-field__count{color:var(--muted);font-size:.84rem}.composer-tool{display:inline-flex;align-items:center;justify-content:center;width:2.45rem;height:2.45rem;border-radius:999px;border:1px solid rgb(var(--brand-violet-rgb)/.12);background:rgb(var(--brand-violet-rgb)/.04);color:var(--action-strong);cursor:pointer;transition:transform .14s ease,border-color .14s ease,background .14s ease,box-shadow .14s ease}.composer-tool:hover{transform:translateY(-1px);border-color:rgb(var(--brand-violet-rgb)/.28);background:rgb(var(--brand-violet-rgb)/.1);box-shadow:0 10px 20px rgb(var(--brand-violet-rgb)/.1)}.composer-tool svg{width:1.1rem;height:1.1rem}.comment-composer{margin-bottom:1rem}.comment-composer--inline{margin:.35rem 0 0}.comment-composer__form{display:flex;flex-direction:column;gap:.6rem}.comment-composer__row{display:flex;align-items:flex-start;gap:.6rem}.comment-composer__avatar{flex:0 0 auto;width:2.5rem;height:2.5rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;overflow:hidden;background:rgb(var(--brand-violet-rgb)/.1);color:var(--action-strong)}.comment-composer--inline .comment-composer__avatar{width:2.1rem;height:2.1rem}.comment-composer__avatar img{width:100%;height:100%;object-fit:cover}.comment-composer__avatar-icon{width:1.3rem;height:1.3rem}.comment-composer__field{flex:1 1 auto;min-width:0;display:flex;flex-direction:row;align-items:center;gap:.5rem;padding:.45rem .55rem .45rem .95rem;border-radius:1.35rem;background:color-mix(in srgb,var(--surface-strong) 94%,rgb(var(--brand-violet-rgb)/.05));border:1px solid rgb(var(--brand-violet-rgb)/.14);box-shadow:inset 0 1px 0 rgb(255 255 255/.24);transition:border-color .14s ease,box-shadow .14s ease,background .14s ease}.comment-composer__field:focus-within{border-color:rgb(var(--brand-violet-rgb)/.32);box-shadow:0 0 0 3px rgb(var(--brand-violet-rgb)/.14)}.comment-composer[data-question=true] .comment-composer__field{border-color:rgb(var(--brand-violet-rgb)/.4);background:rgb(var(--brand-violet-rgb)/.06)}.comment-composer__field textarea{flex:1 1 auto;width:100%;min-width:0;min-height:1.6rem;max-height:min(46vh,18rem);overflow-y:auto;padding:.32rem 0;border:0;background:transparent;color:var(--text);resize:none;font:inherit;line-height:1.5}.comment-composer__field textarea::placeholder{color:var(--muted)}.comment-composer__field textarea:focus,.comment-composer__field textarea:focus-visible{outline:none;box-shadow:none}.comment-composer__toolbar{flex:0 0 auto}.comment-composer__actions,.comment-composer__toolbar,.comment-composer__tools{display:flex;align-items:center;gap:.4rem}.comment-composer[data-expanded=true] .comment-composer__field{flex-direction:column;align-items:stretch;gap:.65rem;padding:.85rem .9rem;border-radius:1.25rem}.comment-composer[data-expanded=true] .comment-composer__field textarea{min-height:4.6rem;resize:none}.comment-composer[data-expanded=true] .comment-composer__toolbar{width:100%;justify-content:space-between}.comment-composer[data-expanded=false] .comment-composer__actions{display:none}.comment-composer__question-toggle.is-active{border-color:rgb(var(--brand-violet-rgb)/.4);background:rgb(var(--brand-violet-rgb)/.16);color:var(--action-strong)}.composer-form__footer{flex-wrap:wrap;align-items:center}.composer-form__footer--split{justify-content:space-between}.rich-text-field{display:flex;flex-direction:column;gap:.75rem}.rich-text-field__modes,.rich-text-field__toolbar{display:flex;gap:.5rem;flex-wrap:wrap}.rich-text-field__extras{display:flex;gap:.4rem;flex-wrap:wrap;margin-left:auto}.editor-chip{border-style:solid;border:1px dashed rgb(var(--brand-violet-rgb)/.12);background:var(--surface-field);border-radius:999px;padding:.45rem .7rem;color:var(--muted);font:inherit;cursor:pointer}.editor-chip.is-active,.editor-chip:hover{border-color:rgb(var(--brand-violet-rgb)/.28);color:var(--action-strong)}.rich-text-field__preview{min-height:12rem;border-style:solid;border:1px dashed rgb(var(--brand-violet-rgb)/.12);border-radius:var(--radius-md);padding:1rem;background:rgba(255,255,255,.84)}.attachment-uploader{display:flex;flex-direction:column;gap:.85rem}.attachment-uploader__header{display:flex;gap:1rem;justify-content:space-between;align-items:center;flex-wrap:wrap}.attachment-uploader__header p{margin:.3rem 0 0}.attachment-uploader__button{position:relative}.attachment-uploader--compact{gap:.6rem}.attachment-uploader__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.75rem}.attachment-uploader__grid--compact{grid-template-columns:repeat(auto-fit,minmax(76px,92px));gap:.5rem}.attachment-uploader__card{border-style:solid;border:1px dashed rgb(var(--brand-violet-rgb)/.12);border-radius:var(--radius-md);overflow:hidden;background:rgba(255,255,255,.84)}.attachment-uploader__card--compact{position:relative;border-radius:.95rem;background:var(--surface-strong)}.attachment-uploader__preview{width:100%;aspect-ratio:1/1;object-fit:cover}.attachment-uploader__preview--compact{aspect-ratio:1/1}.attachment-uploader__file{min-height:140px;display:grid;place-items:center;padding:1rem;color:var(--muted)}.attachment-uploader__file--compact{min-height:72px;font-size:.74rem;text-align:center}.attachment-uploader__meta{padding:.85rem;display:flex;gap:.75rem;justify-content:space-between;align-items:center}.attachment-uploader__remove{position:absolute;right:.38rem;bottom:.38rem;padding:.18rem .42rem;border:0;border-radius:999px;background:rgb(15 12 27/.82);color:white;font-size:.72rem;cursor:pointer}.material-discussion{display:flex;flex-direction:column;gap:1.1rem;padding:1.35rem;border-radius:var(--radius-lg);border:1px dashed rgb(var(--brand-violet-rgb)/.12);background:linear-gradient(180deg,var(--panel) 0,rgb(var(--brand-violet-rgb)/.02) 100%);box-shadow:var(--shadow)}.material-discussion__controls,.material-discussion__empty,.material-discussion__header,.material-discussion__header-copy,.material-discussion__tabs{display:flex}.material-discussion__header{justify-content:space-between;gap:1rem;align-items:flex-start}.material-discussion__header-copy{align-items:center}.material-discussion__title{margin:0;font-family:var(--font-headings);font-size:clamp(1.25rem,1.55vw,1.45rem);line-height:1.1;letter-spacing:-.03em;color:var(--text)}.material-discussion__controls{gap:.85rem;align-items:center;flex-wrap:wrap;justify-content:flex-end}.material-discussion__tabs{gap:.45rem;flex-wrap:wrap}.material-discussion__sort{display:inline-flex;align-items:center;position:relative;color:var(--muted);font-size:1rem}.material-discussion__sort:after{content:"";width:.45rem;height:.45rem;margin-left:-1rem;border-right:2px solid;border-bottom:2px solid;pointer-events:none;transform:rotate(45deg) translateY(-.12rem)}.material-discussion__sort select{appearance:none;min-height:auto;border:0;border-radius:0;background:transparent;color:inherit;font:inherit;font-weight:560;padding:0 1.35rem 0 0;cursor:pointer}.material-discussion__sort select:focus-visible{outline:none;box-shadow:none;text-decoration:underline;text-underline-offset:.22em}.material-discussion__controls .follow-button--icon{width:2.5rem;min-width:2.5rem;min-height:2.5rem;padding:0;border:0;background:transparent;box-shadow:none;color:var(--muted)}.material-discussion__controls .follow-button--icon:focus-visible,.material-discussion__controls .follow-button--icon:hover{background:transparent;box-shadow:none;color:var(--text);transform:none}.material-discussion__controls .follow-button--icon.is-active{color:var(--accent-strong)}.material-discussion__controls .follow-button__icon{width:1.55rem;height:1.55rem}.material-discussion__tab{display:inline-flex;align-items:center;gap:.45rem;min-height:var(--control-height-md);padding:.55rem .9rem;border-radius:999px;border:1px dashed rgb(var(--brand-violet-rgb)/.12);background:var(--surface-strong);color:var(--muted);transition:background .14s ease,border-color .14s ease,color .14s ease,transform .14s ease;font:inherit;cursor:pointer}.material-discussion__tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.35rem;height:1.35rem;padding-inline:.4rem;border-radius:999px;background:rgb(var(--brand-violet-rgb)/.1);color:var(--text);font-size:.82rem;font-weight:700;line-height:1}.material-discussion__tab.is-active,.material-discussion__tab:hover{transform:translateY(-1px);border-color:rgb(var(--brand-violet-rgb)/.26);color:var(--action-strong)}.material-discussion__tab.is-active{background:rgb(var(--brand-violet-rgb)/.1)}.material-discussion__tab.is-active .material-discussion__tab-count{background:rgb(var(--brand-violet-rgb)/.16);color:var(--action-strong)}.material-discussion__list{display:flex;flex-direction:column;gap:0;background:var(--surface-strong);border:1px dashed rgb(var(--brand-violet-rgb)/.1);border-radius:1.5rem;overflow:hidden}.material-discussion__footer{display:flex;justify-content:flex-start}.material-discussion__empty{flex-direction:column;gap:1rem}.material-discussion__empty-copy{display:flex;flex-direction:column;gap:.45rem}.material-discussion__empty-copy h2{margin:0;font-family:var(--font-headings)}.discussion-comment{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.85rem;padding:1rem 1.15rem}.discussion-comment+.discussion-comment{border-top:1px solid rgb(var(--brand-violet-rgb)/.08)}.discussion-comment--reply{position:relative;padding:.85rem 0 .1rem 1.2rem;border-top:0}.discussion-comment--author-reply{border-radius:1rem;background:linear-gradient(180deg,rgb(var(--brand-orange-rgb)/.08) 0,rgb(var(--brand-violet-rgb)/.02) 100%)}.discussion-comment--ai{background:linear-gradient(180deg,rgb(var(--brand-sky-rgb)/.08) 0,rgb(var(--brand-violet-rgb)/.02) 100%)}.discussion-comment__line{position:absolute;top:0;bottom:.8rem;left:.35rem;width:1rem;border-left:1px solid rgb(var(--brand-violet-rgb)/.18);border-bottom:1px solid rgb(var(--brand-violet-rgb)/.18);border-bottom-left-radius:.9rem}.discussion-comment__avatar{width:2.75rem;height:2.75rem;border-radius:999px;overflow:hidden;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background:rgb(var(--brand-violet-rgb)/.08);color:var(--action-strong);font-weight:700;border:1px solid rgb(var(--brand-violet-rgb)/.14)}.discussion-comment__avatar img{width:100%;height:100%;object-fit:cover}.discussion-comment__avatar--fallback{font-size:.82rem}.discussion-comment__body{min-width:0;display:flex;flex-direction:column;gap:.4rem}.discussion-comment__body>.prose{margin:0}.discussion-comment__body>.prose>:first-child{margin-top:0}.discussion-comment__body>.prose>:last-child{margin-bottom:0}.discussion-comment__meta{display:flex;gap:.55rem;align-items:center;flex-wrap:wrap;color:var(--muted);font-size:.88rem}.discussion-comment__author,.discussion-comment__author a{color:var(--text)}.discussion-comment__date{color:var(--muted)}.discussion-comment__attachments{margin-top:.15rem}.discussion-comment__children,.discussion-comment__reaction-row,.discussion-comment__toolbar{display:flex}.discussion-comment__toolbar{gap:.95rem;align-items:center;flex-wrap:wrap;margin-top:.15rem}.discussion-comment__reaction-row{gap:.5rem;align-items:center}.discussion-comment__action{min-height:var(--tap-target);min-width:var(--tap-target);display:inline-flex;align-items:center;justify-content:center;padding:0;border:0;background:transparent;color:var(--muted);font:inherit;cursor:pointer;transition:color .14s ease}.discussion-comment__action:hover{color:var(--action-strong)}.discussion-comment__children{flex-direction:column;gap:.45rem;margin-top:.15rem;padding-left:.55rem}.comment-mention{color:rgb(var(--brand-sky-rgb));font-weight:600}.media-viewer{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:2rem;background:rgb(11 10 19/.82);backdrop-filter:blur(10px)}.media-viewer__close{position:absolute;top:1rem;right:1rem;width:2.75rem;height:2.75rem;border-radius:999px;border:1px solid rgb(255 255 255/.18);background:rgb(255 255 255/.08);color:white;font:inherit;font-size:1.6rem;line-height:1;cursor:pointer}.media-viewer__frame{max-width:min(92vw,1200px);max-height:88vh}.media-viewer__image{display:block;max-width:100%;max-height:88vh;border-radius:1.2rem;box-shadow:0 28px 70px rgb(0 0 0/.34)}@media (max-width:780px){.material-discussion__header{flex-direction:column}.material-discussion__controls{justify-content:flex-start}.material-discussion{padding:1rem}.discussion-comment{grid-template-columns:2.45rem minmax(0,1fr);padding-inline:.9rem}.discussion-comment__avatar{width:2.45rem;height:2.45rem}.discussion-comment--reply{padding-left:1rem}.comment-composer-field{padding:.85rem .9rem}.comment-composer-field__actions{margin-left:0}.media-viewer{padding:1rem}}.notification-card{padding:1.1rem 1.2rem}.notification-card--unread{border-color:rgb(var(--brand-violet-rgb)/.28);box-shadow:0 18px 36px rgb(var(--brand-violet-rgb)/.14)}.notification-card__meta{color:var(--muted);font-size:.88rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.65rem}.notification-card__state{color:var(--muted);font-size:.92rem}@media (max-width:1120px){.site-header__landing-nav{display:none}}@media (max-width:900px){.browse-grid{grid-template-columns:minmax(0,1fr)}.left-rail,.right-rail{position:static}.profile-body-layout{grid-template-columns:minmax(0,640px);justify-content:center}.profile-side{position:static;max-height:none;overflow:visible}.left-rail,.right-rail__key-tags,.rubric-topic-hubs--rail{display:none}.rubric-topic-hubs--inline{display:block}.left-rail__card{position:static}.attachment-gallery,.content-grid{grid-template-columns:1fr}.rubric-hero{flex-direction:column}.sewing-rubric-hero__content{width:min(68%,30rem)}.sewing-rubric-stats{max-width:72%}.rubric-topic-hubs--showcase .rubric-topic-hubs__list{grid-template-columns:repeat(3,minmax(0,1fr))}.rubric-summary-stats{margin-top:1rem}.mobile-drawer{display:block}.home-landing__hero{grid-template-columns:minmax(0,1fr)}.home-landing__hero-copy{padding:2.5rem 2.5rem 0}.home-landing__hero h1{max-width:14ch}.home-landing__stats{width:100%}.home-landing__hero,.home-landing__visual{min-height:0}.home-landing__visual{aspect-ratio:16/9}.home-landing__visual:after{inset:0 0 auto;width:100%;height:22%;background:linear-gradient(180deg,#fff8fb,rgb(255 248 251/0))}.home-rubrics__grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width:640px){.browse-main:has(>.sewing-rubric-hero) .learning-card__media{min-width:0;width:100%;max-width:100%}.sewing-rubric-hero{min-height:0;padding:1.15rem}.sewing-rubric-hero:after{background:rgb(255 250 250/.9)}.sewing-rubric-hero__background{object-position:right center;opacity:.3}.sewing-rubric-hero__content{width:100%}.sewing-rubric-hero .rubric-hero__badge{width:4.5rem;height:4.5rem}.sewing-rubric-hero .rubric-hero__title-row{grid-template-columns:minmax(0,1fr)}.rubric-hero__follow-anchor{justify-self:start}.sewing-rubric-stats{position:relative;bottom:auto;left:auto;max-width:none;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1.1rem}.sewing-rubric-stats .rubric-summary-stat{width:auto;min-width:0;padding:.35rem 0;border:0}.sewing-rubric-stats .rubric-summary-stat+.rubric-summary-stat{padding-left:0;border-left:0}.rubric-topic-hubs--showcase .rubric-topic-hubs__list{grid-template-columns:repeat(2,minmax(0,1fr))}.page-shell,.site-header__shell{width:min(100vw - 1rem,100%)}.site-header__shell{position:relative;display:flex;align-items:center;justify-content:space-between;gap:.2rem;flex-wrap:nowrap}.site-header__left{order:1;display:flex;align-items:center;gap:.15rem;flex:0 0 auto;min-width:0}.site-header__right{order:2;flex:0 1 auto;gap:.15rem;justify-content:flex-end}.page-shell--landing{width:min(100vw - 1rem,100%);padding-top:.55rem}.home-landing__hero{border-radius:1.4rem}.home-landing__hero-copy{padding:2rem 1.15rem 0}.home-landing__hero h1{font-size:clamp(2.45rem,12vw,3.45rem)}.home-landing__lead{font-size:.96rem}.home-landing__actions{align-items:stretch;flex-direction:column}.home-landing__actions a{justify-content:center}.home-landing__stats{grid-template-columns:repeat(2,minmax(0,1fr))}.home-landing__visual{aspect-ratio:4/3}.home-landing__visual-note{right:.8rem;bottom:.8rem;max-width:12.5rem}.home-rubrics{padding:1.1rem .9rem 1.2rem;border-radius:1.3rem}.home-rubrics__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mobile-drawer,.site-header__brand{flex:0 0 auto}.brand-wordmark--mobile-mark{width:2.05rem;height:2.05rem;align-items:center;justify-content:center}.brand-wordmark--mobile-mark .brand-wordmark__image:not(.brand-wordmark__image--mobile-mark){display:none}.brand-wordmark--mobile-mark .brand-wordmark__image--mobile-mark{display:block;width:2.05rem;height:2rem;max-width:none;object-fit:contain}.header-search{order:1;margin-left:0;flex:0 0 var(--header-control-size);width:var(--header-control-size);max-width:none}.header-search__desktop-form{display:none}.header-search__trigger,.mobile-drawer__summary,.shell-icon-button,.site-header__locale .locale-menu__summary{width:var(--header-control-size);min-width:var(--header-control-size);height:var(--header-control-size);min-height:var(--header-control-size);padding:0}.header-search__trigger{display:inline-flex;align-items:center;justify-content:center}.header-search__trigger .shell-button__icon{width:var(--icon-size-control);height:var(--icon-size-control)}.mobile-drawer__summary{width:var(--header-control-size);min-width:var(--header-control-size);height:var(--header-control-size);min-height:var(--header-control-size)}.site-header__create-label{display:none}.site-header__action--create{width:var(--header-control-size);min-width:var(--header-control-size);padding:0}.locale-menu__flag{font-size:.7rem;letter-spacing:.04em}.site-header__locale .locale-menu__flag{font-size:.82rem;letter-spacing:.02em}.search-modal{padding:0}.search-modal__dialog{width:100%;max-height:100dvh;min-height:100dvh;padding:1rem;border-width:0;border-radius:0}.search-modal__content{grid-template-columns:1fr;gap:1rem;overflow-y:auto}.search-modal__results{min-height:auto;overflow:visible;padding-right:0}.search-modal__aside{min-height:auto;padding:1rem 0 0;border-top:1px solid var(--border);border-left:0;overflow:visible}.search-modal__submit{padding-inline:.75rem}.site-header__actions{display:contents}.site-header__actions>form{display:none}.site-header__action--create{order:3;width:auto;min-width:0;padding:0 1rem}.site-header__action--notifications{order:2}.site-header__action--favorites{order:4}.account-menu,.site-header__action--account{order:5}.account-menu__panel{right:.75rem;top:calc(100% + .45rem)}.site-header__locale{order:6;flex:0 0 auto}.shell-button--ghost,.shell-icon-button__label{display:none}}@media (max-width:640px){@media (max-width:360px){:root{--header-control-size:2.25rem}.site-header__action--create{width:var(--header-control-size);min-width:var(--header-control-size);padding:0}.site-header__create-label{display:none}}.feed-filters__row{flex-direction:column;align-items:flex-start}.feed-filters__left,.feed-filters__right{width:100%;margin-left:0}.feed-filters__left{flex-wrap:nowrap;overflow:visible}.feed-filters__quick{display:flex;gap:.35rem;max-width:100%;overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap;justify-content:flex-start;scroll-padding-inline:.2rem;scrollbar-width:none;-webkit-overflow-scrolling:touch;mask-image:linear-gradient(90deg,transparent 0,#000 .85rem,#000 calc(100% - .85rem),transparent)}.feed-filters__quick::-webkit-scrollbar{display:none}.feed-filters__quick .filter-chip{flex:0 0 auto;white-space:nowrap}.feed-filters__group--sort{display:none}.feed-filters__group--pills,.filter-menu{flex:0 0 auto}.filter-menu__summary{justify-content:center}.filter-menu__list{width:max-content}.feed-filters__group--kind{min-width:0;flex:1 1 auto;gap:.45rem;flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto;overflow-y:hidden;border:0;border-radius:0;padding:.05rem 0 .18rem;background:transparent;scroll-padding-inline:.35rem;scrollbar-width:none;-webkit-overflow-scrolling:touch;mask-image:linear-gradient(90deg,transparent 0,#000 .85rem,#000 calc(100% - .85rem),transparent)}.feed-filters__group--kind::-webkit-scrollbar{display:none}.feed-filters__group--kind .filter-chip{flex:0 0 auto;min-height:2.65rem;padding:.66rem 1rem;border:0;font-size:1rem;font-weight:600;line-height:1.15;box-shadow:inset 0 0 0 1px rgb(38 28 61/.06);white-space:nowrap}.feed-filters__group--kind .filter-chip:hover{box-shadow:inset 0 0 0 1px rgb(var(--brand-violet-rgb)/.18)}.feed-filters__group--kind .filter-chip.is-active{border:0;box-shadow:none}.feed-filters__group--kind .filter-chip.is-active:hover{box-shadow:none}.filter-chip{min-height:2.45rem}.post-card__title{font-size:1.4rem}.profile-card__cover{min-height:140px;flex-direction:column}.profile-card__achievements{max-width:100%;justify-content:flex-start}.profile-card__achievement--score{position:absolute;top:1rem;right:1rem;z-index:1}.profile-card__body{padding-inline:1rem}.profile-card__topline{margin-top:-3.1rem;align-items:flex-end}.profile-card__avatar{width:6rem;height:6rem;border-width:5px;font-size:1.55rem}}.master-class-detail{display:flex;flex-direction:column;gap:1.5rem}.master-class-hero{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(280px,.9fr);gap:1.25rem;align-items:start}.master-class-callout,.master-class-faq details,.master-class-hero__copy,.master-class-hero__media,.master-class-list,.master-class-resource-list,.master-class-section,.master-class-step,.master-class-toc-panel,.master-class-troubleshooting-card{border:1px dashed var(--border);border-radius:var(--radius-md);background:var(--surface-strong);box-shadow:var(--shadow)}.master-class-callout,.master-class-faq details,.master-class-hero__copy,.master-class-list,.master-class-resource-list,.master-class-section,.master-class-step,.master-class-toc-panel,.master-class-troubleshooting-card{padding:1rem 1.1rem}.master-class-hero__subtitle,.master-class-hero__summary{color:var(--muted)}.master-class-quick-facts{display:flex;flex-wrap:wrap;gap:.55rem}.master-class-quick-facts span{padding:.35rem .7rem;border-radius:999px;background:var(--surface-muted);color:var(--action-strong);font-size:.92rem;font-weight:600}.master-class-hero__media{padding:.7rem}.master-class-image img{width:100%;height:auto;border-radius:calc(var(--radius-md) - 4px)}.master-class-image figcaption{margin-top:.55rem;color:var(--muted);font-size:.92rem}.master-class-list ul,.master-class-resource-list,.master-class-toc-panel ol{margin:.75rem 0 0;padding-left:1.15rem}.master-class-list li,.master-class-resource-list li{margin-bottom:.45rem}.master-class-section{display:flex;flex-direction:column;gap:1rem}.master-class-callout>h3,.master-class-list h3,.master-class-section>h2,.master-class-step>h3{margin:0}.master-class-step{display:flex;flex-direction:column;gap:.9rem}.master-class-callout--warning{border-color:rgb(var(--brand-orange-rgb)/.28)}.master-class-callout--checkpoint{border-color:var(--info-border);background:var(--info-bg)}.master-class-faq{display:flex;flex-direction:column;gap:.8rem}.master-class-faq summary,.master-class-troubleshooting-card summary{cursor:pointer;font-weight:700}.master-class-layout{display:grid;grid-template-columns:minmax(0,220px) minmax(0,1fr);gap:1.25rem;align-items:start}.master-class-layout__content{min-width:0}.master-class-toc-shell{position:sticky;top:1rem;align-self:start}.master-class-toc-panel__title{margin:0;color:var(--muted);font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.master-class-toc-panel ol{display:flex;flex-direction:column;gap:.5rem}.master-class-toc-panel a{color:var(--foreground);text-decoration:none}.master-class-toc-panel a.is-active{color:var(--action-strong);font-weight:700}.master-class-toc-mobile{display:none}.master-class-toc-drawer{position:fixed;inset:0;z-index:40;background:rgb(20 19 24/.45);display:grid;align-items:end}.master-class-toc-mobile--compact .master-class-toc-drawer{align-items:center;justify-items:center;z-index:70;padding:1rem 1rem 6.25rem}.master-class-toc-mobile--compact .master-class-toc-drawer__sheet{width:min(100%,26rem);max-height:min(72vh,34rem);overflow-y:auto;border-radius:var(--radius-lg);padding:1.15rem}.master-class-toc-drawer__sheet{background:var(--surface-strong);color:var(--text);border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg);padding:1rem;box-shadow:var(--shadow)}.master-class-toc-drawer__header{display:grid;grid-template-columns:2.75rem minmax(0,1fr) 2.75rem;gap:.75rem;align-items:center}.master-class-toc-drawer__title{display:inline-flex;grid-column:2;align-items:center;justify-content:center;gap:.45rem;color:var(--action-strong);font-size:1.1rem;font-weight:800;letter-spacing:.08em;text-align:center;text-transform:uppercase}.master-class-toc-drawer__title>svg{width:1.35rem;height:1.35rem;line-height:1}.master-class-toc-drawer__close{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;min-width:2.75rem;height:2.75rem;border:0;border-radius:999px;background:rgb(239 51 64/.12);color:#d92c3a;font-size:2rem;font-weight:400;line-height:1;cursor:pointer}.master-class-toc-drawer__close:hover{background:rgb(239 51 64/.2)}.master-class-toc-drawer ol{display:grid;gap:.35rem;margin:1rem 0 0;padding:0;list-style:none}.master-class-toc-drawer li{display:grid;grid-template-columns:1.6rem minmax(0,1fr);align-items:center;margin:0}.master-class-toc-drawer__number{color:var(--muted);font-size:.9rem;font-variant-numeric:tabular-nums;text-align:center}.master-class-toc-drawer a{display:block;min-height:3rem;padding:.76rem .9rem;border-radius:.85rem;color:var(--text);font-size:1.05rem;font-weight:620;line-height:1.35;text-decoration:none}.master-class-toc-drawer a.is-active,.master-class-toc-drawer a:hover{background:rgb(var(--brand-violet-rgb)/.09);color:var(--action-strong)}.master-class-troubleshooting{display:grid;gap:.9rem}.master-class-section__heading{display:flex;align-items:center;gap:.5rem}.master-class-section__heading>span{display:inline-grid;place-items:center;width:1.75rem;height:1.75rem;flex:0 0 1.75rem;border-radius:.55rem;font-family:var(--font-body);font-size:1rem;line-height:1}.master-class-section__heading--troubleshooting>span{background:rgb(var(--brand-orange-rgb)/.13);color:var(--accent-strong)}.master-class-section__heading--faq>span{background:rgb(var(--brand-sky-rgb)/.12);color:rgb(var(--brand-sky-rgb));font-weight:800}.master-class-troubleshooting-card{display:grid;gap:.7rem}.master-class-troubleshooting-card h3{margin:0}.master-class-troubleshooting-card__row{display:grid;gap:.3rem}.master-class-troubleshooting-card__row>span{color:var(--muted);font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.master-class-troubleshooting-card__row>p,.master-class-troubleshooting-card__row>p:first-child{margin:0}.learning-publication-hero{position:relative;overflow:visible;gap:1.1rem;margin-top:1.25rem}.learning-publication-hero .publication-header{gap:.65rem}.learning-publication-hero .publication-header__copy h1{max-width:min(100%,36ch);font-size:clamp(1.3rem,1.8vw,1.5rem);line-height:1.22;font-weight:800;letter-spacing:-.035em}.learning-publication-hero .publication-actions{padding-top:.9rem;border-top:1px solid rgb(38 28 61/.07)}.learning-publication-hero__resources{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid rgb(38 28 61/.07)}.master-class-publication-hero{position:relative;overflow:visible;gap:1.1rem;margin-top:1.25rem}.master-class-publication-hero .publication-header{gap:.65rem}.master-class-publication-hero .publication-header__eyebrow{display:none}.master-class-publication-hero .publication-header__copy h1{max-width:min(100%,36ch);font-size:clamp(1.3rem,1.8vw,1.5rem);line-height:1.22;font-weight:800;letter-spacing:-.035em}.master-class-publication-hero__type-tab{left:1.35rem;min-height:1.55rem;padding:.28rem .78rem .32rem;border-radius:14px 14px 0 0;font-size:.82rem;letter-spacing:.01em}.master-class-detail__media{position:relative;display:block;overflow:hidden;border-radius:20px;min-height:245px;background:linear-gradient(135deg,rgb(var(--brand-violet-rgb)/.08),rgb(var(--brand-orange-rgb)/.08));border:1px solid rgb(38 28 61/.07)}.master-class-detail__media img{display:block;width:100%;height:auto;max-height:520px;object-fit:cover}.master-class-detail__media--placeholder{display:grid;min-height:260px;place-items:center}.master-class-detail__media .learning-card__price{position:absolute;top:.8rem;right:.8rem;z-index:1;border-style:solid;background:var(--panel-strong);box-shadow:0 8px 18px rgb(38 28 61/.1)}.master-class-detail__facts{bottom:.8rem;left:.8rem;right:.8rem}.master-class-longform{padding-block:1.25rem .95rem}.master-class-publication-hero .master-class-longform{margin-top:.15rem;border-top:1px solid rgb(38 28 61/.07)}.master-class-publication-hero .publication-actions{padding-top:.9rem;border-top:1px solid rgb(38 28 61/.07)}.master-class-inline-toc{margin-bottom:1.2rem;border:1px solid rgb(38 28 61/.08);border-radius:16px;background:rgb(38 28 61/.025);padding:.9rem 1rem}.master-class-inline-toc__title{margin:0 0 .65rem;color:var(--text);font-size:.95rem;font-weight:800}.master-class-inline-toc ol{margin:0;padding-left:1.1rem}.master-class-inline-toc li{margin:.35rem 0}.master-class-inline-toc a{color:var(--muted);text-decoration:none}.master-class-inline-toc a:hover{color:var(--action-strong)}.master-class-key-takeaways{background:linear-gradient(135deg,rgb(var(--brand-violet-rgb)/.07),rgb(var(--brand-orange-rgb)/.045));border-radius:18px}.master-class-key-takeaways ul{margin:.8rem 0 0;padding-left:1.15rem}.master-class-key-takeaways li{margin:.45rem 0}.master-class-longform .master-class-detail{gap:0}.master-class-longform .master-class-hero{display:none}.master-class-longform .master-class-callout,.master-class-longform .master-class-faq details,.master-class-longform .master-class-list,.master-class-longform .master-class-resource-list,.master-class-longform .master-class-section,.master-class-longform .master-class-step,.master-class-longform .master-class-troubleshooting-card{border:0;border-radius:0;background:transparent;box-shadow:none}.master-class-longform .master-class-section{padding:1.45rem 0;border-top:1px solid rgb(38 28 61/.07)}.master-class-longform .master-class-section:first-child{padding-top:0;border-top:0}.master-class-longform .master-class-section>h2{font-size:clamp(1.45rem,2vw,1.85rem);letter-spacing:-.03em}.master-class-longform .master-class-key-takeaways{margin:.3rem 0 1.1rem;padding:1rem 1.1rem;border-top:0;background:linear-gradient(135deg,rgb(var(--brand-violet-rgb)/.075),rgb(var(--brand-orange-rgb)/.055))}.master-class-longform .master-class-legacy-summary p{margin:.55rem 0 0;color:var(--muted);font-size:1.02rem;line-height:1.65}.master-class-legacy-anchor{display:block;scroll-margin-top:5.5rem}.master-class-longform .master-class-step{padding:.95rem 0}.master-class-longform .master-class-step+.master-class-step{border-top:1px solid rgb(38 28 61/.055)}.master-class-longform .master-class-callout{margin-top:.7rem;padding:.85rem .95rem;border-radius:14px;background:rgb(var(--brand-violet-rgb)/.045)}.master-class-longform .master-class-callout--warning{background:rgb(var(--brand-orange-rgb)/.06)}.master-class-longform .master-class-callout--checkpoint{background:var(--info-bg)}.master-class-longform .master-class-faq details{padding:.8rem 0;border-top:1px solid rgb(38 28 61/.055)}.master-class-longform .master-class-troubleshooting-card{padding:.85rem 0;border-top:1px solid rgb(38 28 61/.055)}.master-class-longform .master-class-troubleshooting-card summary{list-style-position:outside}.master-class-longform .master-class-troubleshooting-card__row:first-of-type{margin-top:.75rem}.master-class-support-panel{padding:1.05rem;background:linear-gradient(135deg,rgb(var(--brand-violet-rgb)/.035),rgb(var(--brand-orange-rgb)/.025)),var(--panel)}.master-class-support-panel__content{line-height:1.55}.master-class-support-panel__content .master-class-section{padding:0;border:0;background:transparent}.master-class-support-panel__content .master-class-section+.master-class-section{margin-top:1rem;padding-top:.95rem;border-top:1px solid rgb(38 28 61/.07)}.master-class-support-panel__content .master-class-section>h2{margin:0 0 .75rem;font-size:clamp(1.12rem,1.45vw,1.35rem);line-height:1.12;letter-spacing:-.025em}.master-class-support-panel__content .master-class-faq,.master-class-support-panel__content .master-class-troubleshooting{display:grid;gap:.58rem}.master-class-support-panel__content .master-class-faq details,.master-class-support-panel__content .master-class-troubleshooting-card{border:1px solid rgb(38 28 61/.07);border-radius:15px;background:var(--panel-strong);box-shadow:none;overflow:hidden}.master-class-support-panel__content .master-class-faq details+details,.master-class-support-panel__content .master-class-troubleshooting-card+.master-class-troubleshooting-card{margin-top:0}.master-class-support-panel__content .master-class-faq details,.master-class-support-panel__content .master-class-troubleshooting-card{padding:0}.master-class-support-panel__content .master-class-faq summary,.master-class-support-panel__content .master-class-troubleshooting-card summary{display:flex;align-items:center;gap:.62rem;padding:.78rem .9rem;color:var(--text);font-size:.98rem;font-weight:720;line-height:1.24;list-style:none;cursor:pointer}.master-class-support-panel__content .master-class-faq summary::-webkit-details-marker,.master-class-support-panel__content .master-class-troubleshooting-card summary::-webkit-details-marker{display:none}.master-class-support-panel__content .master-class-faq summary:before,.master-class-support-panel__content .master-class-troubleshooting-card summary:before{content:"›";display:inline-flex;align-items:center;justify-content:center;width:1.45rem;height:1.45rem;flex:0 0 1.45rem;border-radius:999px;background:rgb(var(--brand-violet-rgb)/.08);color:var(--action-strong);font-size:1.05rem;line-height:1;transform:rotate(0deg);transition:transform .14s ease,background .14s ease}.master-class-support-panel__content .master-class-faq details[open] summary:before,.master-class-support-panel__content .master-class-troubleshooting-card[open] summary:before{background:rgb(var(--brand-violet-rgb)/.14);transform:rotate(90deg)}.master-class-support-panel__content .master-class-faq details[open] summary,.master-class-support-panel__content .master-class-troubleshooting-card[open] summary{border-bottom:1px solid rgb(38 28 61/.06)}.master-class-support-panel__content .master-class-troubleshooting-card__row{display:grid;grid-template-columns:6.2rem minmax(0,1fr);gap:.65rem;padding:.72rem .9rem 0}.master-class-support-panel__content .master-class-troubleshooting-card__row>span{color:var(--muted);font-size:.72rem;font-weight:760;line-height:1.35;text-transform:uppercase;letter-spacing:.08em}.master-class-support-panel__content .master-class-troubleshooting-card__row>p,.master-class-support-panel__content .master-class-troubleshooting-card__row>p:first-child{margin:0;color:var(--muted);font-size:.95rem;line-height:1.55}.master-class-support-panel__content .master-class-troubleshooting-card__row:last-child{padding-bottom:.9rem}.master-class-support-panel__content .master-class-faq details>p{margin:0;padding:.72rem .9rem .9rem 2.97rem;color:var(--muted);font-size:.95rem;line-height:1.55}@media (max-width:900px){.master-class-hero,.master-class-layout{grid-template-columns:1fr}.master-class-toc-shell{display:none}.master-class-toc-mobile{display:block;margin-bottom:.75rem}.master-class-toc-mobile .shell-button--ghost{display:inline-flex}}@media (max-width:640px){.master-class-support-panel{padding:.85rem;border-radius:20px}.master-class-support-panel__content .master-class-section>h2{font-size:1.12rem}.master-class-support-panel__content .master-class-faq summary,.master-class-support-panel__content .master-class-troubleshooting-card summary{padding:.72rem .78rem;font-size:.95rem}.master-class-support-panel__content .master-class-faq summary:before,.master-class-support-panel__content .master-class-troubleshooting-card summary:before{width:1.32rem;height:1.32rem;flex-basis:1.32rem}.master-class-support-panel__content .master-class-troubleshooting-card__row{grid-template-columns:1fr;gap:.25rem;padding:.68rem .78rem 0}.master-class-support-panel__content .master-class-faq details>p{padding:.68rem .78rem .78rem}}.master-class-editor{display:flex;flex-direction:column;gap:1rem}.master-class-editor__topbar{position:sticky;top:1rem;z-index:3;display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;padding:1.1rem 1.2rem;border:1px solid rgb(var(--brand-violet-rgb)/.12);border-radius:var(--radius-lg);background:rgba(255,255,255,.94);backdrop-filter:blur(14px)}.master-class-editor__topbar h1{margin:0}.master-class-editor__topbar-actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap;justify-content:flex-end}.master-class-editor__save-badge{display:inline-flex;align-items:center;min-height:2.5rem;padding:.45rem .9rem;border-radius:999px;background:rgb(var(--brand-violet-rgb)/.08);color:var(--muted);font-size:.94rem}.master-class-editor__save-badge.is-dirty{background:rgb(var(--brand-coral-rgb)/.12);color:var(--action-strong)}.master-class-editor__layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:1rem;align-items:start}.master-class-editor__tabs{position:sticky;top:7.25rem;display:flex;flex-direction:column;gap:.55rem}.master-class-editor__tab{border:1px solid rgb(var(--brand-violet-rgb)/.12);border-radius:var(--radius-md);background:rgba(255,255,255,.86);color:var(--muted);text-align:left;padding:.8rem .95rem;font:inherit;cursor:pointer}.master-class-editor__tab.is-active{border-color:rgb(var(--brand-violet-rgb)/.28);background:rgb(var(--brand-violet-rgb)/.08);color:var(--action-strong)}.master-class-editor__links{display:flex;flex-direction:column;gap:.45rem;padding-top:.45rem}.master-class-editor__panel,.master-class-editor__stack,.master-class-editor__tab-panel{display:flex;flex-direction:column;gap:1rem}.master-class-editor__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.master-class-editor__field-stack{display:flex;flex-direction:column;gap:.75rem}.master-class-editor__suggestion-actions,.master-class-editor__toolbar-actions{display:flex;gap:.45rem;flex-wrap:wrap}.master-class-editor__card,.master-class-editor__media-card,.master-class-editor__nested-card,.master-class-editor__suggestion-card{border:1px solid rgb(var(--brand-violet-rgb)/.12);border-radius:var(--radius-md);background:rgba(255,255,255,.86)}.master-class-editor__card,.master-class-editor__media-card,.master-class-editor__nested-card{padding:1rem}.master-class-editor__nested-card{background:rgba(246,243,255,.7)}.master-class-editor__card-header{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:.85rem}.master-class-editor__suggestion-card{display:flex;flex-direction:column;gap:.8rem;padding:.9rem 1rem;border-style:dashed;background:rgb(var(--brand-violet-rgb)/.05)}.master-class-editor__suggestion-note{margin:0}.master-class-editor__checkbox-field{align-self:end}.master-class-editor__media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem}.master-class-editor__media-card{display:flex;flex-direction:column;gap:.8rem}.master-class-editor__media-preview{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius-md);background:rgba(245,245,245,.9)}.master-class-editor__media-file{display:grid;place-items:center;min-height:12rem;border-radius:var(--radius-md);background:rgba(245,245,245,.9);color:var(--muted)}.master-class-editor__preview-overlay{position:fixed;inset:0;z-index:40;display:grid;place-items:center;padding:1.25rem;background:rgba(18,18,24,.34)}.master-class-editor__preview-shell{width:min(1040px,100%);max-height:calc(100vh - 2.5rem);overflow:auto;padding:1.25rem;border-radius:1.35rem;background:rgba(255,255,255,.98);box-shadow:0 28px 80px rgba(21,18,34,.18)}.master-class-editor__preview-header{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:1rem}.progressive-feed{display:contents}.progressive-feed__sentinel{width:100%;height:1px}.progressive-feed__load-more,.progressive-feed__status{width:100%;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--text);box-shadow:var(--shadow-soft)}.progressive-feed__load-more{padding:.85rem 1.1rem;font:inherit;font-weight:700;cursor:pointer}.progressive-feed__load-more:disabled{cursor:wait;opacity:.7}.progressive-feed__page-link{justify-self:center;color:var(--muted);font-size:.9rem;text-decoration:none}.progressive-feed__page-link:hover{color:var(--text);text-decoration:underline}.progressive-feed__status{display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding:.7rem .8rem .7rem 1rem;color:var(--muted)}.progressive-feed__end{margin:0;padding:.75rem 0;color:var(--muted);text-align:center}@media (max-width:960px){.master-class-editor__layout,.master-class-editor__topbar{display:flex;flex-direction:column}.master-class-editor__tabs{position:static;display:grid;grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width:720px){.master-class-editor__grid,.master-class-editor__tabs{grid-template-columns:1fr}.master-class-editor__topbar{top:.5rem}}@media (prefers-color-scheme:dark){.filter-chip.is-active{background:rgb(var(--brand-violet-rgb)/.45);border-color:rgb(var(--brand-violet-rgb)/.6);color:#efe9ff}.filter-menu__list{border-color:rgb(var(--brand-violet-rgb)/.38);box-shadow:0 18px 44px rgb(8 4 20/.55)}.filter-menu__list,.search-modal__dialog{background:rgb(40 28 60)}.master-class-toc-drawer__sheet{background:rgb(48 35 72)}.brand-wordmark__image:not(.brand-wordmark__image--mobile-mark){filter:none}}.home-landing__hero{position:relative;display:block;height:430px;aspect-ratio:auto;min-height:0;overflow:hidden;border-radius:0 0 1.6rem 1.6rem;background:#fff9f4}.home-landing__scene{z-index:0;object-fit:contain;object-position:center top}.home-landing__hero-copy{position:absolute;inset:0 auto 0 0;z-index:2;display:flex;width:39%;height:100%;min-height:0;flex-direction:column;justify-content:flex-start;padding:266px 0 12px 56px}.home-landing__lead{max-width:29rem;margin:0;color:#302169;font-size:.96rem;font-weight:560;line-height:1.45}.home-landing__actions{display:flex;flex-wrap:nowrap;gap:.7rem;margin-top:.9rem}.home-landing__primary-action,.home-landing__secondary-action{min-height:2.8rem;padding:.65rem 1rem;font-size:.88rem;white-space:nowrap}.home-landing__secondary-action{border:1px solid rgb(103 57 215/.35);background:rgb(255 255 255/.72)}.home-landing__community-proof{display:flex;align-items:center;gap:.8rem;margin-top:1rem}.home-landing__avatars{display:flex;flex:0 0 auto;padding-left:.35rem}.home-landing__avatar{display:grid;width:2.45rem;height:2.45rem;margin-left:-.4rem;overflow:hidden;place-items:center;border:2px solid #fff;border-radius:50%;background:#e7dcff;color:#43208f;box-shadow:0 4px 12px rgb(56 29 112/.16)}.home-landing__avatar img{width:100%;height:100%;object-fit:cover}.home-landing__community-proof p{max-width:14rem;margin:0;color:#3f326e;font-size:.76rem;font-weight:650;line-height:1.35}.home-rubrics{margin-top:-1rem;border-radius:0 0 1.65rem 1.65rem}.home-rubrics__grid{grid-template-columns:repeat(11,minmax(0,1fr))}@media (max-width:900px){.home-landing__hero{height:680px;aspect-ratio:auto}.home-landing__scene{object-fit:cover;object-position:left center}.home-landing__hero-copy{position:relative;inset:auto;width:75%;min-height:680px;padding:275px 1.5rem 1.5rem;background:linear-gradient(90deg,rgb(255 250 247/.94),rgb(255 250 247/.68) 70%,transparent)}.home-rubrics__grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width:640px){.site-header__landing-actions .site-header__login-action,.site-header__landing-actions .site-header__register-action{display:none}.home-landing__hero{height:660px;border-radius:1.35rem}.home-landing__scene{object-position:10% center}.home-landing__hero-copy{width:100%;min-height:660px;padding:260px 1.15rem 1rem;background:linear-gradient(90deg,rgb(255 250 247/.92),rgb(255 250 247/.58) 78%,transparent)}.home-landing__actions{align-items:stretch;flex-direction:column}.home-landing__community-proof{align-items:flex-start;flex-direction:column;gap:.5rem}.home-rubrics{margin-top:0;border-radius:1.3rem}.home-rubrics__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.home-landing .home-landing__primary-action,.home-landing .home-landing__secondary-action{min-height:2.4rem;padding:.5rem .85rem;font-size:.82rem}.home-landing .home-landing__actions{margin-top:.65rem}.home-landing .home-landing__community-proof{margin-top:.6rem}.home-landing .home-landing__avatar{width:2rem;height:2rem}.home-footer{margin-top:3rem;overflow:visible;border:1px solid rgb(105 69 180/.12);border-radius:1.7rem;background:#fff}.home-footer__ribbon{position:relative;display:grid;min-height:7.4rem;place-items:center;padding:1.2rem 2.5rem 1.2rem 9rem;overflow:hidden;background:radial-gradient(circle at 13% 65%,rgb(255 182 113/.32),transparent 18%),radial-gradient(circle at 88% 35%,rgb(188 158 255/.43),transparent 23%),linear-gradient(105deg,#eee5ff,#f8edff 50%,#eee3ff)}.home-footer__ribbon p{position:relative;z-index:1;max-width:52rem;margin:0;color:#4f2a97;font-family:Segoe Print,Bradley Hand,cursive;font-size:clamp(1.1rem,2vw,1.55rem);font-style:italic;font-weight:500;line-height:1.35;text-align:center}.home-footer__mascot{position:absolute;z-index:1;top:50%;left:2rem;width:clamp(4.5rem,10vw,7.2rem);height:auto;object-fit:contain;transform:translateY(-50%)}.home-footer__body{display:grid;grid-template-columns:minmax(9rem,.8fr) minmax(20rem,1.7fr) minmax(11rem,.85fr);gap:2rem;align-items:start;padding:2.2rem 2.4rem 1.5rem}.home-footer__brand{display:grid;justify-items:start;gap:.55rem}.home-footer__brand a{display:inline-flex}.home-footer__logo{width:min(100%,11.8rem);height:auto;object-fit:contain}.home-footer__brand p{margin:0;color:#58329a;font-family:Georgia,Times New Roman,serif;font-size:1.1rem;font-style:italic;font-weight:600}.home-footer__groups{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.home-footer__aside h2,.home-footer__group h2{margin:0 0 .7rem;color:#322164;font-size:.88rem;font-weight:760}.home-footer__group ul,.home-footer__socials{display:grid;gap:.48rem;margin:0;padding:0;list-style:none}.home-footer__group a{color:#6b6790;font-size:.86rem;line-height:1.35;text-decoration:none}.home-footer__group a:focus-visible,.home-footer__group a:hover{color:#6337bd;text-decoration:underline;text-underline-offset:.18em}.home-footer__aside{display:grid;gap:1rem;justify-items:start}.home-footer__socials{grid-template-columns:repeat(4,minmax(0,1fr));gap:.45rem .8rem}.home-footer__socials a{display:inline-flex;align-items:center;flex-direction:column;gap:.28rem;color:#51487a;font-size:.8rem;font-weight:650;text-decoration:none}.home-footer__socials img{width:3.25rem;height:3.25rem;object-fit:contain}.home-footer .locale-switcher{display:flex;flex-wrap:wrap;gap:.35rem}.home-footer .locale-switcher__link{min-width:2.4rem;padding:.38rem .55rem;border:1px solid rgb(96 60 172/.2);border-radius:999px;color:#5b477f;font-size:.74rem;font-weight:720;text-decoration:none}.home-footer .locale-switcher__link.is-active{border-color:#7544d2;background:#7544d2;color:#fff}.home-footer .locale-menu{position:relative;z-index:2}.home-footer .locale-menu__summary{width:auto;min-width:2.8rem;height:2.25rem;padding:0 .72rem;gap:.38rem;border-color:rgb(96 60 172/.2);border-radius:999px;color:#5b477f}.home-footer .locale-menu__summary:after{content:"⌄";font-size:.82rem;line-height:1;transform:translateY(-.08rem);transition:transform .15s ease}.home-footer .locale-menu[open] .locale-menu__summary:after{transform:translateY(.08rem) rotate(180deg)}.home-footer .locale-menu__list{top:auto;bottom:calc(100% + .45rem);z-index:3}.home-footer__copyright{margin:0;padding:.9rem 2.4rem 1.2rem;border-top:1px solid rgb(105 69 180/.1);color:#8a85a4;font-size:.78rem;text-align:right}@media (max-width:820px){.home-footer__body{grid-template-columns:1fr 1.5fr}.home-footer__aside{grid-column:1/-1;grid-template-columns:1fr auto;align-items:end}}@media (max-width:620px){.home-footer{margin-top:2rem;border-radius:1.25rem}.home-footer__ribbon{min-height:8.4rem;padding:1.35rem 1.2rem 1.35rem 5.3rem}.home-footer__mascot{top:50%;left:.45rem}.home-footer__aside,.home-footer__body{display:grid;grid-template-columns:1fr;gap:1.5rem;padding:1.6rem 1.25rem}.home-footer__groups,.home-footer__socials{grid-template-columns:repeat(2,minmax(0,1fr))}.home-footer .locale-menu__list{right:auto;left:0}.home-footer__group:last-child{grid-column:1/-1}.home-footer__copyright{padding:.85rem 1.25rem 1rem;text-align:left}}:root{--button-volume:inset 0 2px 3px rgb(255 255 255/0.45),inset 0 -3px 5px rgb(30 12 60/0.16);--button-volume-pressed:inset 0 2px 4px rgb(30 12 60/0.22),inset 0 -1px 1px rgb(255 255 255/0.18)}:is(button,.button-link,.shell-button,.shell-icon-button,.follow-button,.attachment-uploader__button,[role=button]):not(.inline-link--button):not(.left-rail__button):not(.account-menu__item){box-shadow:var(--button-volume)!important;transition:box-shadow .15s ease,translate .15s ease,filter .15s ease,background-color .15s ease,color .15s ease}@media (hover:hover) and (pointer:fine){:is(button,.button-link,.shell-button,.shell-icon-button,.follow-button,.attachment-uploader__button,[role=button]):not(.inline-link--button):not(.left-rail__button):not(.account-menu__item):not([data-media-viewer-src]):hover:not(:disabled):not([aria-disabled=true]){translate:0 -2px;filter:brightness(1.08)}}:root :is(.shell-button--primary,.button-link:not(.is-secondary):not(.is-ghost),.home-landing__primary-action){background:linear-gradient(180deg,#9a74ef,#7544d2 36%,#5125a9);color:#fff;text-shadow:0 1px 1px rgb(32 10 72/.35)}:root .home-landing__secondary-action,:root .home-landing__secondary-action:is(:hover,:focus-visible,:active){background:linear-gradient(180deg,#ffd09a,#ffa044 38%,#f47716);color:#482008;border-color:#e9812c;text-shadow:0 1px 0 rgb(255 255 255/.28)}button[data-media-viewer-src]{box-shadow:none!important;translate:none!important}:is(button,.button-link,.shell-button,.shell-icon-button,.follow-button,.attachment-uploader__button,[role=button]):focus-visible{outline:3px solid var(--action-strong);outline-offset:3px}:is(button,.button-link,.shell-button,.shell-icon-button,.follow-button,.attachment-uploader__button,[role=button]):not(.inline-link--button):not(.left-rail__button):not(.account-menu__item):not([data-media-viewer-src]):active:not(:disabled):not([aria-disabled=true]){box-shadow:var(--button-volume-pressed)!important;translate:0 2px;filter:brightness(.96)}:is(button,.button-link,.shell-button,.shell-icon-button,.follow-button,.attachment-uploader__button,[role=button]):is(:disabled,[aria-disabled=true]){box-shadow:inset 0 1px 1px rgb(255 255 255/.15)!important;translate:none;opacity:.6}@media (prefers-reduced-motion:reduce){:is(button,.button-link,.shell-button,.shell-icon-button,.follow-button,.attachment-uploader__button,[role=button]){transition:none!important;translate:none!important}}@media (max-width:1100px){.home-landing .home-landing__hero{height:auto;aspect-ratio:auto}.home-landing .home-landing__scene{position:relative!important;display:block;width:100%!important;height:auto!important;aspect-ratio:3/1;object-fit:contain}.home-landing .home-landing__hero-copy{position:relative;inset:auto;width:100%;height:auto;min-height:0;padding:1.1rem 1.25rem 1.5rem;background:#fff9f4}.home-landing .home-landing__actions{flex-wrap:wrap}}.home-landing{gap:0;background:linear-gradient(180deg,#fff,#fff 52%,#fcfbff);color:#30234c}.home-landing .home-landing__hero{border:0;border-radius:0;box-shadow:none;background:#fff}.home-landing .home-landing__scene{width:100%!important;height:auto!important;aspect-ratio:3/1;mask-image:linear-gradient(180deg,#000 82%,transparent)}.home-landing .home-rubrics{margin:0;padding:.3rem 1rem 1.8rem;border:0;border-radius:0;box-shadow:none;background:transparent}.home-landing .home-rubric-card__count,.home-landing .home-rubrics__heading{display:none}.home-landing .home-rubric-card__title{display:block;overflow:visible;white-space:normal;-webkit-line-clamp:unset;font-size:.76rem;line-height:1.35}.home-showcase{display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);align-items:start;gap:1rem;padding:.5rem .8rem 1.5rem}.home-showcase__panel{min-width:0;padding:1.1rem;border:1px solid #f1edf8;border-radius:1.4rem;background:#fff;box-shadow:0 5px 22px rgb(75 48 126/.035)}.home-showcase__heading{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1rem}.home-showcase__heading h2{margin:0;font-size:1.12rem;line-height:1.3}.home-showcase__heading>a{flex-shrink:0;font-size:.74rem;font-weight:650;color:#7040c3}.home-showcase__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem}.home-class{min-width:0;overflow:hidden;border:1px solid #eeeaf5;border-radius:1rem}.home-class__cover{display:block;position:relative;aspect-ratio:1.35;background:#f4edf9}.home-class__cover img,.home-new__cover img{width:100%;height:100%;object-fit:cover}.home-class__price{position:absolute;top:.65rem;right:.55rem;padding:.32rem .6rem;background:#e0f4e6;color:#285139;border-radius:1rem;font-size:.7rem;font-weight:650}.home-class__body{padding:.75rem}.home-showcase__metrics{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;color:#776b90;font-size:.73rem}.home-showcase__metrics>*{display:inline-flex;gap:.28rem;align-items:center}.home-showcase__metrics svg{width:1rem;height:1rem}.home-showcase__heart{color:#ff7184;font-size:1.1rem}.home-class h3,.home-new h3{margin:.65rem 0;font-size:.94rem;line-height:1.35;font-weight:700}.home-class h3{min-height:3.8em}.home-class h3 a,.home-new h3 a{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.home-class__author{display:flex;align-items:center;gap:.5rem;color:#796e91;font-size:.76rem}.home-class__author img,.home-class__initial{width:28px;height:28px;border-radius:50%}.home-class__initial{display:grid;place-items:center;background:#eee6fa;color:#7040c3}.home-showcase__latest{display:grid;gap:1.05rem}.home-new{display:grid;grid-template-columns:72px minmax(0,1fr);gap:.8rem}.home-new__cover{display:block;aspect-ratio:1;overflow:hidden;border-radius:.85rem;background:#f4edf9}.home-showcase__placeholder{display:grid;place-items:center;height:100%;color:#9e80ca;font-size:2rem;background:linear-gradient(135deg,#f7e6df,#ede4ff)}.home-new h3{margin:0 0 .4rem;font-size:.82rem}.home-new__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;color:#877d99;font-size:.66rem}.home-new__rubric{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:.15rem .4rem;border-radius:.5rem;background:#f0e9fc;color:#7650bb}.home-new__rubric[data-rubric-tone=violet]{background:#eee5ff;color:#59319a}.home-new__rubric[data-rubric-tone=orange]{background:#ffead6;color:#91400b}.home-new__rubric[data-rubric-tone=mint]{background:#def3e8;color:#27634c}.home-new__rubric[data-rubric-tone=rose]{background:#ffe2ed;color:#94395c}.home-new__rubric[data-rubric-tone=peach]{background:#ffe5dc;color:#96452b}.home-new__rubric[data-rubric-tone=gold]{background:#fff1c9;color:#76560e}.home-new__rubric[data-rubric-tone=sky]{background:#e0eeff;color:#315e93}.home-new__rubric[data-rubric-tone=turquoise]{background:#dbf3f2;color:#26676a}.home-new__rubric[data-rubric-tone=lavender]{background:#e8e7ff;color:#514b91}.home-new__rubric[data-rubric-tone=lilac]{background:#f5e2fb;color:#7f3f91}.home-new__rubric[data-rubric-tone=plum]{background:#eadfed;color:#633b71}@media (max-width:1100px){.home-landing .home-landing__hero-copy{background:#fff}.home-showcase{grid-template-columns:1fr}.home-showcase__latest{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.home-showcase{padding-inline:.4rem}.home-showcase__panel{padding:.9rem}.home-showcase__cards,.home-showcase__latest{grid-template-columns:1fr}.home-class__cover{aspect-ratio:1.6}.home-class h3{min-height:0}.home-showcase__heading h2{font-size:1rem}}.home-community-sections{display:grid;gap:18px;padding:0 24px 28px;color:#25165b}.home-discover-row,.home-invitations{display:grid;grid-template-columns:1.7fr 1fr;gap:18px}.home-join,.home-share,.home-updates{position:relative;isolation:isolate;overflow:hidden;border-radius:24px;min-width:0;padding:30px 24px}.home-share{min-height:240px;background:linear-gradient(115deg,#fff0e6,#ffeadf 55%,#fce7ed)}.home-join{background:linear-gradient(115deg,#f0e9ff,#eae0ff)}.home-promo-copy{position:relative;z-index:2}.home-promo-copy h2{margin:0 0 12px;font-size:clamp(21px,1.8vw,30px);line-height:1.14;letter-spacing:-.025em;font-weight:800}.home-promo-copy p{margin:0 0 20px;font-size:15px;line-height:1.5}.home-promo-copy .button-link{min-height:44px;padding:10px 20px;font-size:14px;gap:10px;white-space:normal;text-align:center}.home-share .home-promo-copy{width:49%}.home-share__art{position:absolute;width:32%;height:auto;right:18%;bottom:-5px;z-index:1;transform:rotate(-7deg)}.home-share__note{position:absolute;right:3%;top:65px;width:17%;margin:0;color:#482694;font-family:Segoe Print,Bradley Hand,cursive;font-style:italic;font-size:18px;line-height:1.4;transform:rotate(-8deg);z-index:2}.home-share__note span{display:block;color:#e9768d;font-size:32px;text-align:center;margin-top:6px}.home-join .home-promo-copy{width:68%}.home-join__art{position:absolute;width:39%;height:auto;right:-5px;bottom:20px;z-index:1}.home-promo-copy .home-promo-orange{background:linear-gradient(180deg,#ffbc75,#ff963f 62%,#ef802b)!important;color:#482310!important;border-color:#ed923e!important}.home-community-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.home-community-stats>div{display:flex;align-items:center;gap:16px;background:linear-gradient(120deg,#f6f2ff,#f4f1fc);border-radius:22px;padding:18px;min-width:0}.home-community-stats img{width:70px;height:70px;object-fit:contain;flex-shrink:0}.home-community-stats p{margin:0;display:grid;gap:2px;font-size:14px}.home-community-stats strong{font-size:28px;line-height:1.2;font-weight:800}.home-community-stats .home-community-stats__infinite{font-size:18px;font-weight:700}.home-directions__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.home-direction{min-width:0;border:1px solid #efebf7;border-radius:16px;overflow:hidden;background:#fff;color:inherit;text-decoration:none;transition:border-color .18s}.home-direction:hover{border-color:#bba0ef}.home-direction>img{width:100%;height:auto;aspect-ratio:1.1;object-fit:cover}.home-direction h3{font-size:14px;line-height:1.3;margin:12px 12px 6px}.home-direction p{font-size:12px;color:#716383;margin:0 12px 14px}.home-updates{border:1px solid #f0ebf8;background:radial-gradient(ellipse at right bottom,#eee0ff,transparent 65%),#fff}.home-updates .home-promo-copy{width:100%}.home-updates .home-promo-copy h2{max-width:78%}.home-updates .home-promo-copy p{max-width:66%}.home-updates__art{position:absolute;width:35%;height:auto;right:0;top:60px;z-index:1;transform:rotate(9deg)}.home-updates small{display:block;margin-top:14px;font-size:11px;line-height:1.5;color:#756688;max-width:240px}@media (max-width:1100px){.home-discover-row,.home-invitations{grid-template-columns:1fr}.home-join .home-promo-copy,.home-updates .home-promo-copy{width:65%}.home-join__art,.home-updates__art{width:190px;right:24px;top:15px;bottom:auto}.home-community-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.home-community-sections{padding:0 12px 20px;gap:14px}.home-join,.home-share,.home-updates{padding:24px 20px;border-radius:20px}.home-share{padding-bottom:190px}.home-share .home-promo-copy{width:100%}.home-share__art{width:190px;right:25%;bottom:-22px}.home-share__note{top:auto;bottom:35px;right:20px;width:26%;font-size:18px}.home-join .home-promo-copy,.home-updates .home-promo-copy{width:100%}.home-updates .home-promo-copy h2,.home-updates .home-promo-copy p{max-width:none}.home-join h2,.home-updates h2{padding-right:75px}.home-join__art,.home-updates__art{width:88px;right:8px;top:14px}.home-community-stats{gap:10px}.home-community-stats>div{padding:14px 10px;gap:8px}.home-community-stats img{width:44px;height:44px}.home-community-stats strong{font-size:23px}.home-community-stats p{font-size:12px}.home-community-stats .home-community-stats__infinite{font-size:14px}.home-directions__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (prefers-color-scheme:dark){.page-shell--landing{padding-top:0}.home-landing{color:var(--text);background:linear-gradient(180deg,#211731,#1b1428 52%,#171121)}.home-landing .home-landing__hero{border-color:rgb(var(--brand-violet-rgb)/.42);background:#201633;box-shadow:0 20px 54px rgb(4 2 12/.34)}.home-landing .home-landing__hero:before{position:absolute;inset:0;z-index:1;background:radial-gradient(ellipse 56% 42% at 24% 78%,rgb(19 12 31/.9) 0,rgb(22 14 35/.76) 38%,rgb(24 16 39/.34) 64%,transparent 100%);content:"";pointer-events:none}.home-landing__hero-copy{background:transparent}.home-landing__community-proof p,.home-landing__lead{color:#efe9ff}.home-landing__secondary-action{border-color:rgb(205 190 255/.45);background:rgb(32 23 50/.88);color:#f3eeff}.home-landing__avatar{border-color:#251a3a;background:#4b356d;color:#fff}.home-landing .home-rubrics{border-color:rgb(var(--brand-violet-rgb)/.38);background:linear-gradient(135deg,rgb(38 27 58/.97),rgb(29 21 45/.98));box-shadow:0 16px 42px rgb(4 2 12/.28)}.home-rubric-card,.home-rubrics__heading h2{color:#f2edff}.home-rubrics__heading a{color:#cbbaff}.home-rubric-card__count{color:#bdb2d4}.home-rubric-card__icon{border:1px solid rgb(255 255 255/.2)}.home-new__rubric{border:1px solid rgb(255 255 255/.18)}.home-showcase__panel{border-color:rgb(var(--brand-violet-rgb)/.36);background:linear-gradient(145deg,rgb(40 28 60/.98),rgb(29 21 45/.98));box-shadow:0 14px 38px rgb(4 2 12/.24)}.home-showcase__heading>a{color:#cbbaff}.home-class{border-color:rgb(213 198 255/.22);background:rgb(24 17 38/.68)}.home-class__cover,.home-new__cover{background:#35254e}.home-class__body{color:#f3eeff}.home-class__author,.home-new__meta,.home-showcase__metrics{color:#c5bad8}.home-class__initial{background:#4d3970;color:#eee7ff}.home-showcase__placeholder{color:#dfd2ff;background:linear-gradient(135deg,#4a3159,#34284e)}.home-community-sections{color:#f2edff}.home-join,.home-share,.home-updates{border:1px solid rgb(var(--brand-violet-rgb)/.36)}.home-share{background:linear-gradient(115deg,#492e3d,#3d293f 55%,#35254b)}.home-join{background:linear-gradient(115deg,#35264f,#2b203f)}.home-updates{background:radial-gradient(ellipse at right bottom,rgb(159 116 238/.3),transparent 65%),#271d3b}.home-promo-copy p,.home-updates small{color:#d6cce6}.home-share__note{color:#f0dcff;text-shadow:0 1px 0 rgb(19 12 30/.65)}.home-community-stats>div{border:1px solid rgb(var(--brand-violet-rgb)/.3);background:linear-gradient(120deg,#312346,#261b38)}.home-community-stats strong{color:#f6f1ff}.home-community-stats p{color:#d0c5df}.home-direction{border-color:rgb(213 198 255/.22);background:#261b38;color:#f3eeff}.home-direction:hover{border-color:#bca2ff}.home-direction p{color:#c6bbd7}.home-footer{border-color:rgb(var(--brand-violet-rgb)/.42);background:#211731}.home-footer__ribbon{background:radial-gradient(circle at 13% 65%,rgb(255 157 82/.26),transparent 20%),radial-gradient(circle at 88% 35%,rgb(164 126 255/.3),transparent 25%),linear-gradient(105deg,#372650,#2e2144 50%,#34244d)}.home-footer__brand p,.home-footer__ribbon p{color:#eee4ff}.home-footer__brand>a{padding:0;border:0;background:transparent}.home-footer__aside h2,.home-footer__group h2{color:#faf7ff}.home-footer__group a,.home-footer__socials a{color:#cec2df}.home-footer__group a:focus-visible,.home-footer__group a:hover{color:#d8c7ff}.home-footer .locale-menu__summary{border-color:rgb(212 196 255/.38);background:rgb(42 30 64/.84);color:#e8e0f6}.home-footer .locale-menu__list{border-color:rgb(212 196 255/.38);background:#2a1e40;box-shadow:0 18px 44px rgb(4 2 12/.55)}.home-footer .locale-menu__link{color:#e8e0f6}.home-footer__copyright{border-color:rgb(213 198 255/.16);color:#aca0c0}@media (max-width:1100px){.home-landing .home-landing__hero-copy{background:transparent}}@media (max-width:640px){.home-landing__hero-copy{background:transparent}}}@media (prefers-color-scheme:dark){.sewing-rubric-hero{border-color:rgb(196 164 255/.32);box-shadow:0 18px 42px rgb(4 2 12/.28)}.rubric-topic-hubs--showcase .rubric-topic-hubs__link{border-color:rgb(213 198 255/.2);background:linear-gradient(155deg,rgb(60 44 88/.92),rgb(42 30 64/.96));color:#f2edff}.sewing-mascot-card{border-color:rgb(196 164 255/.28);background:linear-gradient(155deg,#34234d,#281c3d 58%,#211631)}.sewing-mascot-card__copy h3,.sewing-people-card h3{color:#f7f2ff}.sewing-mascot-card__copy p,.sewing-mascot-card__features span,.sewing-people-card p{color:#d3c8e4}.sewing-people-card__more{background:#4a356c;color:#fff}}