:root { color-scheme:light; --ink:#1b1d24; --muted:#626773; --line:#e2dccc; --blue:#2e4ce6; --blue-deep:#1d34b0; --green:#2f7d4f; --paper:#f4f1e8; --paper-2:#fbf9f2; --surface:#fff; --focus:rgb(46 76 230 / 22%); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { background:var(--paper); color:var(--ink); font:14px/1.55 Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif; margin:0; overflow-wrap:anywhere; }
a { color:inherit; }
button,input,select { font:inherit; }
button,a { -webkit-tap-highlight-color:transparent; }
:focus-visible { outline:3px solid var(--focus); outline-offset:3px; }
.sr-only { clip:rect(0 0 0 0); clip-path:inset(50%); height:1px; overflow:hidden; position:absolute; white-space:nowrap; width:1px; }
.community-skip { background:var(--ink); border-radius:0 0 8px 8px; color:#fff; font-weight:800; left:12px; padding:10px 14px; position:fixed; top:0; transform:translateY(-120%); transition:transform .15s ease; z-index:40; }
.community-skip:focus { transform:translateY(0); }
.community-site-head { align-items:center; background:rgb(251 249 242 / 92%); border-bottom:1px solid var(--line); display:flex; gap:24px; min-height:68px; padding:10px max(20px,calc((100vw - 1280px)/2)); position:sticky; top:0; z-index:20; backdrop-filter:blur(14px); }
.community-brand { align-items:center; display:flex; font-size:18px; font-weight:850; gap:9px; text-decoration:none; white-space:nowrap; }
.community-brand img { height:30px; width:30px; }
.community-site-head nav { display:flex; gap:5px; }
.community-site-head nav a { border-radius:8px; color:var(--muted); font-size:12px; font-weight:750; min-height:40px; padding:10px 11px; text-decoration:none; }
.community-site-head nav a:hover,.community-site-head nav a.on { background:#e8e9fa; color:var(--blue-deep); }
.head-spacer { flex:1; }
.head-account { background:var(--ink); border-radius:9px; color:#fff; font-size:12px; font-weight:800; min-height:42px; padding:11px 15px; text-decoration:none; white-space:nowrap; }
.community-shell { margin:0 auto; max-width:1240px; padding:38px 20px 80px; }
.community-intro { align-items:end; border-bottom:1px solid var(--line); display:flex; gap:40px; justify-content:space-between; margin-bottom:20px; padding:12px 0 28px; }
.community-intro h1 { font-family:Fraunces,Georgia,serif; font-size:clamp(34px,4vw,54px); font-weight:600; letter-spacing:-.045em; line-height:1; margin:0; }
.community-intro p { color:#4f535d; font-size:15px; line-height:1.65; margin:12px 0 0; max-width:680px; }
.community-intro-note { border-left:3px solid var(--green); display:grid; flex:none; gap:3px; max-width:300px; padding:5px 0 5px 16px; }
.community-intro-note b { font-family:Fraunces,Georgia,serif; font-size:17px; }
.community-intro-note span { color:var(--muted); font-size:11px; line-height:1.5; }
.community-hero { align-items:end; display:flex; gap:44px; justify-content:space-between; margin-bottom:34px; }
.community-kicker { color:var(--blue); display:block; font-size:10px; font-weight:900; letter-spacing:.15em; margin-bottom:9px; text-transform:uppercase; }
.community-hero h1,.craft-evolution h2,.craft-next h2 { font-family:Fraunces,Georgia,serif; }
.community-hero h1 { font-size:clamp(44px,6.4vw,78px); font-weight:600; letter-spacing:-.055em; line-height:.95; margin:0; max-width:820px; }
.community-hero p { color:#4f535d; font-size:clamp(15px,1.5vw,18px); line-height:1.6; margin:18px 0 0; max-width:720px; }
.community-cycle { align-items:center; display:flex; flex-wrap:wrap; gap:8px; margin-top:22px; }
.community-cycle span,.community-cycle strong { border:1px solid var(--line); border-radius:999px; font-size:11px; padding:7px 11px; }
.community-cycle strong { background:var(--blue); border-color:var(--blue); color:#fff; }
.community-cycle i { color:#969084; font-style:normal; }
.community-hero-note { background:var(--paper-2); border:1px solid var(--line); border-top:3px solid var(--green); border-radius:13px; display:grid; flex:none; gap:5px; max-width:320px; padding:18px 19px; }
.community-hero-note b { font-family:Fraunces,Georgia,serif; font-size:17px; }
.community-hero-note span { color:var(--muted); font-size:11px; line-height:1.55; }
.community-controls-anchor { height:1px; margin-bottom:-1px; }
.community-controls { align-items:center; background:rgb(251 249 242 / 96%); border:1px solid var(--line); border-radius:14px; display:grid; gap:10px; grid-template-columns:minmax(220px,.8fr) minmax(320px,1.45fr) auto; margin-bottom:22px; padding:10px; position:sticky; top:78px; transition:border-radius .2s ease,box-shadow .2s ease,top .2s ease; z-index:24; backdrop-filter:blur(16px); }
body.community-toolbar-compact .community-site-head { min-height:54px; padding-bottom:6px; padding-top:6px; }
body.community-toolbar-compact .community-brand img { height:26px; width:26px; }
body.community-toolbar-compact .community-site-head nav a { min-height:38px; padding-block:9px; }
body.community-toolbar-compact .head-account { min-height:38px; padding-block:9px; }
.community-filter-toggle { align-items:center; background:#e3e8ff; border:0; border-radius:9px; color:var(--blue-deep); cursor:pointer; display:flex; gap:9px; min-height:46px; min-width:0; padding:7px 10px; text-align:left; }
.community-filter-toggle>svg { fill:none; flex:0 0 20px; height:20px; stroke:currentColor; stroke-linecap:round; stroke-linejoin:round; stroke-width:1.8; width:20px; }
.community-filter-summary { display:grid; line-height:1.1; min-width:0; }
.community-filter-summary small { color:#5c6aa0; font-size:8px; font-weight:850; letter-spacing:.11em; text-transform:uppercase; }
.community-filter-summary strong { font-size:11px; margin-top:4px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.community-filter-count { align-items:center; background:var(--blue); border-radius:999px; color:#fff; display:flex; flex:0 0 20px; font-size:9px; font-weight:850; height:20px; justify-content:center; }
.community-filter-count[hidden] { display:none; }
.community-filter-word { font-size:10px; font-weight:800; margin-left:auto; }
.community-filter-chevron { height:16px !important; transition:transform .2s ease; width:16px !important; }
.community-filter-toggle[aria-expanded="true"] .community-filter-chevron { transform:rotate(180deg); }
.community-filter-popover { background:var(--paper-2); border:1px solid var(--line); border-radius:14px; box-shadow:0 22px 54px rgb(42 35 24 / 16%); display:grid; gap:17px; left:0; max-height:min(620px,calc(100vh - 146px)); overflow:auto; overscroll-behavior:contain; padding:19px; position:absolute; top:calc(100% + 8px); width:min(640px,calc(100vw - 40px)); }
.community-filter-popover[hidden] { display:none; }
.community-filter-popover-head { align-items:start; display:flex; gap:24px; justify-content:space-between; }
.community-filter-popover-head strong,.community-filter-popover-head span { display:block; }
.community-filter-popover-head strong { font-family:Fraunces,Georgia,serif; font-size:20px; line-height:1.1; }
.community-filter-popover-head span { color:var(--muted); font-size:10px; margin-top:4px; }
.community-filter-close { align-items:center; background:transparent; border:1px solid var(--line); border-radius:8px; color:var(--muted); cursor:pointer; display:flex; flex:0 0 40px; height:40px; justify-content:center; }
.community-filter-close svg { fill:none; height:18px; stroke:currentColor; stroke-linecap:round; stroke-width:1.8; width:18px; }
.community-filter-group { border:0; margin:0; min-width:0; padding:0; }
.community-filter-group legend { color:var(--muted); font-size:9px; font-weight:850; letter-spacing:.09em; margin-bottom:7px; text-transform:uppercase; }
.surface-tabs { align-items:center; background:#dde5ff; border-radius:9px; display:flex; flex-wrap:wrap; gap:3px; min-height:44px; padding:3px; }
.surface-tabs button { background:transparent; border:0; border-radius:7px; color:#46516f; cursor:pointer; flex:1 1 92px; font-size:11px; font-weight:800; min-height:40px; overflow:hidden; padding:8px 7px; text-overflow:ellipsis; white-space:nowrap; }
.surface-tabs button.on { background:var(--surface); box-shadow:0 2px 8px rgb(35 31 24 / 8%); color:var(--blue-deep); }
.kind-tabs { align-items:center; background:#eae6dc; border-radius:9px; display:flex; gap:3px; min-height:44px; padding:3px; }
.kind-tabs button { background:transparent; border:0; border-radius:7px; color:var(--muted); cursor:pointer; flex:1 1 0; font-size:11px; font-weight:800; min-height:40px; padding:8px 12px; white-space:nowrap; }
.kind-tabs button.on { background:var(--surface); box-shadow:0 2px 8px rgb(35 31 24 / 8%); color:var(--ink); }
.view-tabs { align-items:center; background:#eae6dc; border-radius:9px; display:flex; gap:3px; min-height:44px; padding:3px; }
.view-tabs button { background:transparent; border:0; border-radius:7px; color:var(--muted); cursor:pointer; font-size:11px; font-weight:800; min-height:38px; padding:8px 12px; }
.view-tabs button.on { background:var(--surface); box-shadow:0 2px 8px rgb(35 31 24 / 8%); color:var(--ink); }
.community-filter-selects { display:grid; gap:12px; grid-template-columns:1fr 1fr; }
.community-control { display:grid; gap:5px; min-width:0; }
.community-control span { color:var(--muted); font-size:9px; font-weight:850; letter-spacing:.07em; text-transform:uppercase; }
.community-control input,.community-control select { background:#fff; border:1px solid #cfc8b9; border-radius:8px; color:var(--ink); font-size:12px; height:44px; min-width:0; padding:8px 10px; width:100%; }
.community-control input:focus,.community-control select:focus { border-color:var(--blue); outline:3px solid var(--focus); }
.community-search { display:block; position:relative; }
.community-search svg { fill:none; height:18px; left:13px; pointer-events:none; position:absolute; stroke:#747985; stroke-linecap:round; stroke-width:1.8; top:50%; transform:translateY(-50%); width:18px; z-index:1; }
.community-search input { font-size:13px; height:46px; padding-left:40px; }
.community-filter-actions { align-items:center; border-top:1px solid var(--line); display:flex; gap:8px; justify-content:flex-end; margin-top:1px; padding-top:14px; }
.community-filter-actions button { border-radius:8px; cursor:pointer; font-size:11px; font-weight:800; min-height:42px; padding:9px 16px; }
.community-filter-reset { background:transparent; border:1px solid var(--line); color:var(--muted); margin-right:auto; }
.community-filter-done { background:var(--ink); border:1px solid var(--ink); color:#fff; }
.community-browse-layout { align-items:start; display:grid; gap:28px; grid-template-columns:minmax(0,760px) minmax(240px,1fr); justify-content:center; }
.community-feed-column { min-width:0; }
.public-community-grid { display:grid; gap:18px; }
.public-community-grid.view-feed { grid-template-columns:1fr; }
.public-community-grid.view-compact { grid-template-columns:repeat(4,minmax(0,1fr)); gap:14px; }
.public-community-grid.view-compact { grid-column:1/-1; }
.community-browse-layout.compact-layout { display:block; }
.community-browse-layout.compact-layout .community-discovery-rail { display:none; }
.view-feed .public-community-preview { aspect-ratio:16/10; }
.view-feed .public-community-preview img { background:#e8e5dd; object-fit:contain; }
.view-feed .public-community-card-body { padding:20px 22px 18px; }
.view-feed .public-community-title h2 { font-size:28px; letter-spacing:-.02em; }
.view-feed .public-community-card p { font-size:13px; -webkit-line-clamp:3; }
.view-feed .public-community-tags span { font-size:10px; }
.view-feed .public-community-meta { align-items:center; font-size:10px; }
.view-feed .public-community-card-actions { display:flex; }
.view-compact .public-community-card-body { padding:13px; }
.view-compact .public-community-title h2 { font-size:17px; }
.view-compact .public-community-card p { -webkit-line-clamp:2; }
.view-compact .public-community-card-actions { display:none; }
.public-community-card { background:var(--paper-2); border:1px solid var(--line); border-radius:14px; min-width:0; overflow:hidden; transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease; }
.public-community-card:hover { border-color:#bfb59f; box-shadow:0 14px 36px rgb(42 35 24 / 10%); transform:translateY(-2px); }
.public-community-card-link { display:flex; flex-direction:column; height:100%; text-decoration:none; }
.public-community-preview { align-items:center; aspect-ratio:16/10; background:linear-gradient(135deg,#e6e8f8,#ebe6da); color:var(--blue); display:flex; font-size:36px; font-weight:850; justify-content:center; overflow:hidden; position:relative; }
.public-community-preview img { display:block; height:100%; object-fit:cover; width:100%; }
.public-community-preview i,.public-community-preview b { background:rgb(27 29 36 / 82%); border-radius:999px; color:#fff; font-size:9px; font-style:normal; font-weight:850; letter-spacing:.08em; padding:5px 8px; position:absolute; text-transform:uppercase; }
.public-community-preview i { bottom:10px; right:10px; }
.public-community-preview b { bottom:10px; left:10px; }
.public-community-card-body { display:flex; flex:1; flex-direction:column; min-width:0; padding:16px; }
.public-community-title h2 { font-family:Fraunces,Georgia,serif; font-size:20px; line-height:1.18; margin:4px 0 0; overflow-wrap:anywhere; }
.public-community-title small { color:var(--blue); font-size:9px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.public-community-card p { color:var(--muted); display:-webkit-box; font-size:11px; line-height:1.5; margin:10px 0; overflow:hidden; -webkit-box-orient:vertical; -webkit-line-clamp:2; }
.public-community-tags { display:flex; flex-wrap:wrap; gap:5px; margin-bottom:12px; }
.public-community-tags span { background:#ebe8df; border-radius:999px; color:#5e625f; font-size:9px; padding:4px 7px; }
.public-community-meta { color:#75776f; display:flex; flex-wrap:wrap; font-size:9px; gap:8px; justify-content:space-between; margin-top:auto; }
.public-community-meta strong { color:var(--green); }
.public-community-card-actions { border-top:1px solid var(--line); display:none; gap:8px; padding:12px 22px; }
.public-community-card-actions a,.public-community-card-actions button { align-items:center; background:transparent; border:0; border-radius:8px; color:#515661; cursor:pointer; display:flex; font-size:11px; font-weight:750; gap:6px; justify-content:center; min-height:44px; padding:8px 12px; text-decoration:none; transition:background .2s ease,color .2s ease; }
.public-community-card-actions a:hover,.public-community-card-actions button:hover { background:#ece9e0; color:var(--ink); }
.public-community-card-actions .take-further { background:var(--ink); color:#fff; margin-left:auto; }
.public-community-card-actions .take-further:hover { background:var(--blue-deep); color:#fff; }
.public-community-card-actions button[aria-pressed="true"] { background:#e3e8ff; color:var(--blue-deep); }
.community-discovery-rail { display:grid; gap:14px; position:sticky; top:156px; }
.community-discovery-rail section { background:var(--paper-2); border:1px solid var(--line); border-radius:13px; padding:18px; }
.community-discovery-rail h2 { font-family:Fraunces,Georgia,serif; font-size:22px; line-height:1.1; margin:0 0 8px; }
.community-discovery-rail p { color:var(--muted); font-size:11px; line-height:1.6; margin:0; }
.community-topic-links { display:flex; flex-wrap:wrap; gap:7px; }
.community-topic-links button { background:#fff; border:1px solid var(--line); border-radius:999px; color:#4d5360; cursor:pointer; font-size:10px; font-weight:750; min-height:36px; padding:7px 10px; transition:border-color .2s ease,background .2s ease; }
.community-topic-links button:hover { background:#e8e9fa; border-color:#bac3f0; }
.community-rail-action { border-top:3px solid var(--green) !important; }
.community-rail-action b { display:block; font-family:Fraunces,Georgia,serif; font-size:17px; margin-bottom:6px; }
.community-rail-action a { color:var(--blue-deep); display:inline-flex; font-size:11px; font-weight:850; margin-top:13px; min-height:36px; padding:7px 0; text-decoration:none; }
.community-feed-end { align-items:center; color:var(--muted); display:flex; font-size:11px; gap:9px; justify-content:center; min-height:80px; }
.community-feed-end[hidden] { display:none; }
.community-feed-end button { background:var(--paper-2); border:1px solid var(--line); border-radius:999px; color:#515661; cursor:pointer; font-size:11px; font-weight:800; min-height:44px; padding:10px 20px; }
.community-feed-end button:hover { background:#e8e9fa; border-color:#bac3f0; color:var(--blue-deep); }
.community-feed-end button:disabled { cursor:wait; opacity:.65; }
.community-state { align-items:center; color:var(--muted); display:flex; flex-direction:column; gap:7px; grid-column:1/-1; justify-content:center; min-height:260px; padding:20px; text-align:center; }
.community-state strong { color:var(--ink); font-family:Fraunces,Georgia,serif; font-size:20px; }
.community-spinner { animation:spin .8s linear infinite; border:2px solid #d8d2c5; border-radius:50%; border-top-color:var(--blue); height:24px; width:24px; }
.community-detail-shell { margin:0 auto; max-width:1240px; padding:38px 20px 86px; }
.detail-back { color:var(--muted); display:inline-flex; font-size:12px; min-height:40px; padding:8px 0; text-decoration:none; }
.community-detail { display:grid; gap:30px; grid-template-columns:minmax(0,1.72fr) minmax(310px,.72fr); }
.detail-visual { min-width:0; }
.detail-preview { align-items:center; background:#e9e5dc; border:1px solid var(--line); border-radius:16px; display:flex; justify-content:center; min-height:460px; overflow:hidden; }
.detail-preview img { display:block; max-height:min(76vh,900px); object-fit:contain; width:100%; }
.craft-preview-fallback { align-items:center; color:#777166; display:flex; font-family:Fraunces,Georgia,serif; font-size:52px; font-weight:700; justify-content:center; min-height:100%; min-width:100%; }
.craft-playback-caption { align-items:start; background:var(--paper-2); border:1px solid var(--line); border-top:0; border-radius:0 0 12px 12px; display:grid; gap:4px; margin:0 14px; padding:13px 15px; }
.craft-playback-caption span { color:var(--blue); font-size:9px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.craft-playback-caption strong { font-size:12px; font-weight:650; }
.detail-side { align-self:start; background:var(--paper-2); border:1px solid var(--line); border-radius:16px; padding:23px; position:sticky; top:90px; }
.detail-side h1 { font-family:Fraunces,Georgia,serif; font-size:34px; font-weight:600; letter-spacing:-.035em; line-height:1.05; margin:5px 0 12px; overflow-wrap:anywhere; }
.detail-description { color:var(--muted); font-size:13px; white-space:pre-line; }
.detail-author { align-items:center; border-bottom:1px solid var(--line); display:flex; gap:10px; margin:18px 0; padding-bottom:18px; }
.detail-avatar { align-items:center; background:#e8e9fa; border-radius:10px; color:var(--blue); display:flex; font-weight:850; height:40px; justify-content:center; width:40px; }
.detail-avatar img { border-radius:inherit; display:block; height:100%; object-fit:cover; width:100%; }
.detail-author b,.detail-author span { display:block; }
.detail-author span { color:var(--muted); font-size:10px; }
.detail-stats { display:grid; gap:8px; grid-template-columns:repeat(3,1fr); margin:16px 0; }
.detail-stats div { background:#eeebe3; border-radius:9px; display:grid; gap:2px; padding:9px 5px; text-align:center; }
.detail-stats b { font-family:Fraunces,Georgia,serif; font-size:17px; }
.detail-stats span { color:var(--muted); font-size:9px; }
.craft-crafters > span { color:var(--muted); display:block; font-size:9px; font-weight:850; letter-spacing:.07em; margin-bottom:7px; text-transform:uppercase; }
.craft-crafters > div { display:flex; flex-wrap:wrap; gap:6px; }
.craft-crafters a { align-items:center; background:#fff; border:1px solid var(--line); border-radius:999px; display:flex; font-size:9px; gap:5px; padding:4px 8px 4px 4px; text-decoration:none; }
.craft-crafters i { align-items:center; background:#e8e9fa; border-radius:50%; color:var(--blue); display:flex; font-style:normal; font-weight:850; height:22px; justify-content:center; width:22px; }
.detail-actions { display:grid; gap:8px; margin-top:20px; }
.community-action { align-items:center; background:transparent; border:1px solid #c8c0af; border-radius:9px; color:var(--ink); cursor:pointer; display:flex; font-size:12px; font-weight:800; gap:8px; justify-content:center; min-height:44px; min-width:0; overflow-wrap:anywhere; padding:9px 12px; text-align:center; text-decoration:none; }
.community-action:hover { border-color:#9f9581; }
.community-action.primary { background:var(--blue); border-color:var(--blue); color:#fff; }
.community-action.primary:hover { background:var(--blue-deep); }
.community-action.watch { border-color:#9db9a7; color:var(--green); }
.community-action.unavailable { background:#f1eee6; border-style:dashed; color:#6f685a; cursor:default; }
.community-action:disabled { cursor:wait; opacity:.55; }
.detail-action-status { color:var(--muted); font-size:10px; line-height:1.45; margin:8px 0 0; min-height:1.45em; }
.community-state-actions { display:flex; flex-wrap:wrap; gap:8px; justify-content:center; margin-top:8px; }
.community-state-actions .community-action,.state-retry { min-width:118px; }
.detail-readonly { background:#ececf8; border-radius:9px; color:#495476; font-size:10px; line-height:1.55; margin-top:13px; padding:11px; }
.craft-license { border-top:1px solid var(--line); color:var(--muted); font-size:9px; line-height:1.55; margin:14px 0 0; padding-top:12px; }
.craft-license a { color:var(--blue-deep); font-weight:750; }
.craft-report-dialog { background:var(--paper-2); border:1px solid var(--line); border-radius:16px; color:var(--ink); max-width:min(520px,calc(100vw - 28px)); padding:0; width:100%; }
.craft-report-dialog::backdrop { background:rgb(20 22 28 / 55%); }
.craft-report-dialog form { display:grid; gap:17px; padding:22px; }
.craft-report-dialog header { align-items:start; display:flex; gap:16px; justify-content:space-between; }
.craft-report-dialog h2 { font-family:Fraunces,Georgia,serif; font-size:28px; line-height:1.05; margin:0; }
.craft-report-dialog header p { color:var(--muted); font-size:12px; line-height:1.55; margin:8px 0 0; }
.craft-report-dialog header button { align-items:center; background:transparent; border:1px solid var(--line); border-radius:9px; cursor:pointer; display:flex; flex:none; font-size:22px; height:44px; justify-content:center; width:44px; }
.craft-report-dialog label { color:var(--ink); display:grid; font-size:11px; font-weight:800; gap:6px; }
.craft-report-dialog label span { color:var(--muted); font-size:9px; font-weight:500; }
.craft-report-dialog select,.craft-report-dialog textarea { background:#fff; border:1px solid #cfc8b9; border-radius:9px; color:var(--ink); font:inherit; min-height:44px; padding:10px 11px; resize:vertical; width:100%; }
.craft-report-dialog footer { display:flex; gap:9px; justify-content:flex-end; }
.craft-report-dialog footer .community-action { min-width:116px; }
.craft-report-note { color:var(--muted); font-size:11px; margin:0; min-height:1.55em; }
.craft-evolution { margin-top:78px; }
.craft-evolution-head { align-items:end; display:flex; gap:30px; justify-content:space-between; margin-bottom:22px; }
.craft-evolution-head h2,.craft-next h2 { font-size:clamp(30px,4vw,48px); font-weight:600; letter-spacing:-.04em; line-height:1; margin:0; }
.craft-evolution-head p,.craft-next p { color:var(--muted); margin:12px 0 0; max-width:650px; }
.craft-evolution-head > strong { border:1px solid var(--line); border-radius:999px; flex:none; font-size:10px; padding:8px 11px; }
.craft-lineage { display:grid; gap:0; list-style:none; margin:0; padding:0; position:relative; }
.craft-lineage::before { background:var(--line); bottom:0; content:""; left:28px; position:absolute; top:0; width:1px; }
.craft-lineage li { padding:0 0 18px 62px; position:relative; }
.craft-lineage li::before { background:var(--paper); border:3px solid #b8b1a2; border-radius:50%; content:""; height:13px; left:22px; position:absolute; top:31px; width:13px; z-index:1; }
.craft-lineage li.current::before,.craft-lineage li.playing::before { background:var(--blue); border-color:var(--blue); }
.craft-lineage li.playing a { border-color:var(--blue); box-shadow:0 0 0 3px var(--focus); }
.craft-lineage li > a { background:var(--paper-2); border:1px solid var(--line); border-radius:13px; display:grid; gap:16px; grid-template-columns:190px minmax(0,1fr); min-height:128px; overflow:hidden; text-decoration:none; transition:border-color .2s ease,box-shadow .2s ease; }
.craft-lineage li > a:hover { border-color:#b9af99; box-shadow:0 8px 24px rgb(42 35 24 / 7%); }
.craft-step-preview { align-items:center; background:#ebe7dd; display:flex; justify-content:center; min-height:128px; overflow:hidden; }
.craft-step-preview img { height:100%; object-fit:cover; width:100%; }
.craft-step-copy { align-self:center; min-width:0; padding:16px 18px 16px 0; }
.craft-step-copy > span { color:var(--blue); font-size:9px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.craft-step-copy h3 { font-family:Fraunces,Georgia,serif; font-size:20px; line-height:1.15; margin:4px 0; }
.craft-step-copy p { color:var(--muted); font-size:11px; margin:4px 0; }
.craft-step-copy small { color:#777166; font-size:9px; }
.craft-branches { border-top:1px solid var(--line); margin-top:22px; padding-top:30px; }
.craft-branches > div { display:grid; gap:12px; grid-template-columns:repeat(3,minmax(0,1fr)); }
.craft-branches a { align-items:center; background:var(--paper-2); border:1px solid var(--line); border-radius:11px; display:grid; gap:10px; grid-template-columns:84px minmax(0,1fr); min-width:0; overflow:hidden; text-decoration:none; }
.craft-branches img,.craft-branches .craft-preview-fallback { height:70px; min-height:70px; object-fit:cover; width:84px; }
.craft-branches span { min-width:0; padding-right:8px; }
.craft-branches b,.craft-branches small { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.craft-branches b { font-size:11px; }
.craft-branches small { color:var(--muted); font-size:9px; }
.craft-next { align-items:center; background:var(--ink); border-radius:15px; color:#fff; display:flex; gap:30px; justify-content:space-between; margin-top:54px; padding:30px; }
.craft-next .community-kicker { color:#aeb9ff; }
.craft-next p { color:#c9cbd2; }
.craft-next .community-action { flex:none; min-width:170px; }
@keyframes spin { to { transform:rotate(360deg); } }
@media (min-width:721px) {
  body.community-toolbar-compact .community-site-head { box-shadow:0 9px 26px rgb(42 35 24 / 9%); display:grid; gap:12px; grid-template-columns:auto minmax(0,1fr) auto; }
  body.community-toolbar-compact .community-site-head nav,body.community-toolbar-compact .head-spacer { display:none; }
  body.community-toolbar-compact .community-controls { background:transparent; border:0; box-shadow:none; grid-column:2; grid-row:1; margin:0; padding:0; position:relative; top:auto; width:100%; z-index:1; }
  body.community-toolbar-compact .community-filter-popover { top:calc(100% + 11px); }
  body.community-toolbar-compact .head-account { grid-column:3; grid-row:1; max-width:180px; overflow:hidden; text-overflow:ellipsis; }
}
@media (max-width:1180px) { .public-community-grid.view-compact{grid-template-columns:repeat(3,minmax(0,1fr))}.community-controls{grid-template-columns:minmax(200px,.8fr) minmax(260px,1.4fr) auto}.community-browse-layout{grid-template-columns:minmax(0,720px) minmax(220px,280px)}.community-detail{grid-template-columns:1fr}.detail-side{position:static}.detail-preview{min-height:320px}.craft-branches>div{grid-template-columns:repeat(2,minmax(0,1fr))} }
@media (max-width:820px) { .public-community-grid.view-compact{grid-template-columns:repeat(2,minmax(0,1fr))} }
@media (max-width:900px) { .community-browse-layout{display:block}.community-discovery-rail{display:none} }
@media (max-width:720px) { body{font-size:16px}.community-site-head{gap:8px;padding:8px 14px}.community-brand span{display:none}.community-site-head nav{gap:0;min-width:0;overflow-x:auto}.community-site-head nav a{padding-inline:8px}.head-account{max-width:30vw;overflow:hidden;padding-inline:10px;text-overflow:ellipsis}.community-shell{padding:22px 12px 72px}.community-intro{align-items:start;display:block;padding:8px 8px 22px}.community-intro-note{margin-top:18px;max-width:none}.community-controls{gap:8px;grid-template-columns:auto minmax(0,1fr);margin-inline:-12px;padding:8px 12px;top:62px}.community-filter-toggle{min-width:46px;padding-inline:12px}.community-filter-summary,.community-filter-word,.community-filter-chevron{display:none}.community-filter-count{position:absolute;right:-3px;top:-4px}.community-search input{font-size:16px}.view-tabs{display:none}.community-filter-popover{border-radius:14px;box-shadow:0 18px 48px rgb(42 35 24 / 18%);left:12px;max-height:min(72svh,620px);position:absolute;right:12px;top:calc(100% + 8px);width:auto}.community-filter-selects{grid-template-columns:1fr}.community-filter-actions{background:var(--paper-2);bottom:-19px;margin-inline:-19px;padding:12px 19px 19px;position:sticky}.community-filter-done{flex:1}.public-community-grid.view-feed,.public-community-grid.view-compact{grid-template-columns:1fr}.public-community-grid.view-feed{gap:12px}.view-feed .public-community-card{min-height:calc(100svh - 116px);scroll-snap-align:start}.view-feed .public-community-preview{aspect-ratio:auto;min-height:51svh}.view-feed .public-community-card-body{padding:17px}.view-feed .public-community-title h2{font-size:24px}.view-feed .public-community-card p{font-size:13px;-webkit-line-clamp:3}.public-community-card-actions{padding:10px 17px}.public-community-card-actions a,.public-community-card-actions button{font-size:10px;padding-inline:8px}.public-community-card-actions .take-further{margin-left:0}.community-detail-shell{padding-top:22px}.detail-preview{min-height:220px}.detail-side h1{font-size:28px}.craft-evolution{margin-top:54px}.craft-evolution-head{align-items:start;flex-direction:column;gap:12px}.craft-evolution-head>strong{align-self:start}.craft-lineage::before{left:14px}.craft-lineage li{padding-left:38px}.craft-lineage li::before{left:8px}.craft-lineage li>a{grid-template-columns:1fr}.craft-step-preview{aspect-ratio:16/9;min-height:0}.craft-step-copy{padding:4px 14px 16px}.craft-branches>div{grid-template-columns:1fr}.craft-next{align-items:stretch;flex-direction:column}.craft-next .community-action{width:100%} }
@media (max-width:720px) and (max-height:700px) { .community-filter-popover{bottom:8px;max-height:calc(100svh - 16px);position:fixed;top:auto} }
@media (prefers-reduced-motion:reduce) { html{scroll-behavior:auto}.community-skip,.community-site-head,.community-controls,.community-filter-chevron,.public-community-card,.craft-lineage li>a{transition:none}.public-community-card:hover{transform:none}.community-spinner{animation:none} }
