#mif-fox-home {
  display: none;
}
@media (max-width: 480px) {
  #mif-o7-mobile-shell {
    display: none !important;
    visibility: hidden !important;
  }
  .mf-safe-top {
    display: none !important;
  }
  #mif-fox-home * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  #mif-fox-home {
    --paper: #f6f1e8;
    --paper-2: #fbf8f1;
    --card: #fffefb;
    --ink: #241c12;
    --ink-2: #5b5040;
    --ink-3: #8c8071;
    --line: rgba(60, 46, 28, 0.12);
    --gold: #7a5e1e;
    --serif: "Cormorant Garamond", Georgia, serif;
    --sans: "Jost", "Helvetica Neue", Arial, sans-serif;
    --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    --shadow: 0 22px 50px -24px rgba(60, 46, 28, 0.35);
  }
  #mif-fox-home .topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: max(8px, env(safe-area-inset-top, 8px)) 20px 10px;
    border-bottom: 1px solid transparent;
  }
  #mif-fox-home .brand {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--ink);
  }
  #mif-fox-home .brand .mk {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1.3px solid var(--gold);
    position: relative;
    flex: 0 0 auto;
  }
  #mif-fox-home .brand .mk::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--gold);
  }
  #mif-fox-home .brand b {
    font-family: var(--serif);
    font-weight: 400;
    font-size: 16px;
  }
  #mif-fox-home .brand b em {
    font-style: italic;
    color: var(--gold);
  }
  #mif-fox-home .icbtn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: var(--paper-2);
    display: grid;
    place-items: center;
    cursor: pointer;
  }
  #mif-fox-home .icbtn svg {
    stroke: var(--ink);
    fill: none;
    stroke-width: 1.5;
    stroke-linecap: round;
  }
  #mif-fox-home .views {
    flex: 1;
    position: relative;
    overflow: hidden;
  }
  #mif-fox-home .view {
    position: absolute;
    inset: 0;
    overflow-y: auto;
    scrollbar-width: none;
    display: none;
  }
  #mif-fox-home .view::-webkit-scrollbar {
    display: none;
  }
  #mif-fox-home .view.active {
    display: block;
  }
  #mif-fox-home .btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 46px;
    padding: 0 22px;
    border-radius: 999px;
    font-family: var(--sans);
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition:
      transform 0.22s,
      box-shadow 0.22s;
    border: 0;
  }
  #mif-fox-home .btn:hover {
    transform: translateY(-2px);
  }
  #mif-fox-home .btn.gold {
    background: linear-gradient(135deg, #d3a052, #b07a30);
    color: #fffaf0;
    box-shadow: 0 14px 30px rgba(176, 122, 48, 0.4);
  }
  #mif-fox-home .btn.glass {
    background: rgba(255, 250, 240, 0.18);
    color: #fffaf0;
    border: 1px solid rgba(255, 250, 240, 0.5);
    backdrop-filter: blur(4px);
  }
  #mif-fox-home .hero {
    position: relative;
    margin: 4px 16px 0;
    border-radius: 30px;
    overflow: hidden;
    min-height: 392px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: var(--shadow);
    border: 1px solid var(--line);
    background:
      radial-gradient(circle at 30% 22%, #fbeede, transparent 52%),
      radial-gradient(circle at 82% 80%, #e7e8dc, transparent 50%), linear-gradient(160deg, #fbf5ec, #f1e8da);
  }
  #mif-fox-home .hero .ghost {
    position: absolute;
    right: -22px;
    bottom: -30px;
    width: 200px;
    color: #73806a;
    opacity: 0.22;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.3;
    stroke-linecap: round;
    pointer-events: none;
  }
  #mif-fox-home .hero .copy {
    position: relative;
    padding: 34px 30px;
    text-align: center;
  }
  #mif-fox-home .hero .copy .e {
    font-size: 9.5px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--gold);
  }
  #mif-fox-home .hero .copy h2 {
    font-family: var(--serif);
    font-weight: 300;
    font-size: 50px;
    line-height: 0.92;
    letter-spacing: -0.03em;
    margin: 12px 0 0;
    color: var(--ink);
  }
  #mif-fox-home .hero .copy p {
    font-family: var(--serif);
    font-style: italic;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.45;
    margin: 13px auto 0;
    color: var(--ink-2);
    max-width: 248px;
  }
  #mif-fox-home .row-cta {
    display: flex;
    gap: 10px;
    margin-top: 22px;
    justify-content: center;
    flex-wrap: wrap;
  }
  #mif-fox-home .community-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
    font-family: var(--sans);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--gold);
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.2s;
  }
  #mif-fox-home .community-cta svg {
    width: 13px;
    height: 13px;
    stroke: var(--gold);
    fill: none;
    stroke-width: 2;
  }
  #mif-fox-home .community-cta:hover {
    opacity: 0.7;
  }
  #mif-fox-home .btn.outline {
    background: var(--paper-2);
    color: var(--ink);
    border: 1px solid var(--line);
  }
  #mif-fox-home .sect {
    padding: 24px 20px 2px;
  }
  #mif-fox-home .eyebrow {
    font-size: 9.5px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--gold);
    display: inline-flex;
    align-items: center;
    gap: 8px;
  }
  #mif-fox-home .eyebrow svg {
    stroke: var(--gold);
    fill: none;
    stroke-width: 1.4;
    opacity: 0.85;
  }
  #mif-fox-home .sect-h {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 6px 0 0;
  }
  #mif-fox-home .sect-h h3 {
    font-family: var(--serif);
    font-weight: 400;
    font-size: 25px;
    line-height: 1.05;
  }
  #mif-fox-home .paths-h {
    font-family: var(--serif);
    font-weight: 400;
    font-size: 22px;
    line-height: 1.1;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 9px;
    margin: 6px 0 0;
  }
  #mif-fox-home .paths-h .leaf-ic {
    width: 22px;
    height: 22px;
    flex: 0 0 auto;
    stroke: var(--gold);
    fill: none;
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  #mif-fox-home .sect-h a {
    font-size: 11px;
    color: var(--gold);
    text-decoration: none;
    font-weight: 500;
    cursor: pointer;
  }
  #mif-fox-home .feelings {
    display: flex;
    gap: 9px;
    overflow-x: auto;
    padding: 12px 20px 4px;
    scrollbar-width: none;
  }
  #mif-fox-home .feelings::-webkit-scrollbar {
    display: none;
  }
  #mif-fox-home .feel {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    background: var(--paper-2);
    border: 1px solid var(--line);
    font-family: var(--serif);
    font-size: 16px;
    color: var(--ink);
    text-decoration: none;
    white-space: nowrap;
    cursor: pointer;
  }
  #mif-fox-home .feel .d {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--gold);
    opacity: 0.7;
  }
  #mif-fox-home .ghost {
    position: absolute;
    pointer-events: none;
    color: #fffaf0;
  }
  #mif-fox-home .ghost svg {
    width: 100%;
    height: auto;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.4;
    stroke-linecap: round;
    stroke-linejoin: round;
  }
  #mif-fox-home .cveil {
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(36, 28, 18, 0.42), rgba(36, 28, 18, 0.04) 74%);
  }
  #mif-fox-home .cgrain {
    position: absolute;
    inset: 0;
    background: var(--grain);
    opacity: 0.1;
    mix-blend-mode: multiply;
    pointer-events: none;
  }
  #mif-fox-home .pcover {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 78px;
    border-radius: 18px;
    overflow: hidden;
    margin: 0 20px 10px;
    padding: 0 18px;
    text-decoration: none;
    box-shadow: 0 13px 26px -18px rgba(60, 46, 28, 0.45);
    transition: transform 0.2s;
  }
  #mif-fox-home .pcover:hover {
    transform: translateX(3px);
  }
  #mif-fox-home .pcover .ghost {
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 104px;
    opacity: 0.26;
  }
  #mif-fox-home .pcover .nm {
    position: relative;
    font-family: var(--serif);
    font-weight: 400;
    font-size: 23px;
    line-height: 1;
    color: #fffaf0;
    text-shadow: 0 2px 12px rgba(36, 28, 18, 0.3);
  }
  #mif-fox-home .pcover .sub {
    position: relative;
    font-size: 11px;
    color: rgba(255, 248, 236, 0.88);
    margin-top: 4px;
    max-width: 228px;
    line-height: 1.32;
  }
  #mif-fox-home .pcover .arr {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #fffaf0;
    font-size: 16px;
    opacity: 0.9;
  }
  #mif-fox-home .yob {
    margin: 6px 16px 0;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    height: 168px;
    box-shadow: var(--shadow);
    text-decoration: none;
    display: block;
  }
  #mif-fox-home .yob .img {
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 30% 30%, rgba(255, 236, 201, 0.8), transparent 50%),
      linear-gradient(150deg, #e2c79f, #b89260);
  }
  #mif-fox-home .yob .img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--grain);
    opacity: 0.1;
    mix-blend-mode: multiply;
  }
  #mif-fox-home .yob .v {
    position: absolute;
    inset: 0;
    background: linear-gradient(110deg, rgba(36, 28, 18, 0.52), rgba(36, 28, 18, 0.12) 70%);
  }
  #mif-fox-home .yob .c {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 18px;
    color: #fffaf0;
  }
  #mif-fox-home .yob .c .e {
    font-size: 9px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 248, 236, 0.85);
    font-weight: 600;
  }
  #mif-fox-home .yob .c h3 {
    font-family: var(--serif);
    font-weight: 300;
    font-size: 34px;
    line-height: 0.98;
    margin: 7px 0 4px;
  }
  #mif-fox-home .yob .c h3 em {
    font-style: italic;
  }
  #mif-fox-home .yob .c p {
    font-size: 11.5px;
    color: rgba(255, 248, 236, 0.88);
    max-width: 230px;
    line-height: 1.4;
  }
  #mif-fox-home .yob .c .go {
    display: inline-block;
    margin-top: 10px;
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 248, 236, 0.6);
    padding-bottom: 3px;
  }
  #mif-fox-home .member {
    margin: 22px 16px 26px;
    border-radius: 24px;
    padding: 28px 24px;
    text-align: center;
    background: linear-gradient(150deg, #efe1c8, #e7e6d6);
    border: 1px solid var(--line);
  }
  #mif-fox-home .member .e {
    font-size: 9.5px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 600;
  }
  #mif-fox-home .member h3 {
    font-family: var(--serif);
    font-weight: 300;
    font-size: 30px;
    line-height: 1.04;
    margin: 9px 0 8px;
  }
  #mif-fox-home .member p {
    font-size: 12.5px;
    color: var(--ink-2);
    font-weight: 300;
    line-height: 1.55;
    max-width: 250px;
    margin: 0 auto 16px;
  }
  #mif-fox-home .pagehdr {
    padding: 6px 22px 2px;
  }
  #mif-fox-home .pagehdr .e {
    font-size: 9.5px;
    letter-spacing: 0.26em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 600;
  }
  #mif-fox-home .pagehdr h2 {
    font-family: var(--serif);
    font-weight: 300;
    font-size: 38px;
    line-height: 1;
    letter-spacing: -0.02em;
    margin-top: 6px;
  }
  #mif-fox-home .pagehdr .nte {
    font-size: 12px;
    color: var(--ink-3);
    margin-top: 6px;
  }
  #mif-fox-home .searchwrap {
    padding: 14px 20px 6px;
    position: sticky;
    top: 0;
    background: linear-gradient(180deg, var(--paper) 70%, transparent);
    z-index: 5;
  }
  #mif-fox-home .search {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 52px;
    padding: 0 16px;
    border-radius: 16px;
    background: var(--card);
    border: 1px solid var(--line);
    box-shadow: 0 10px 24px -16px rgba(60, 46, 28, 0.35);
  }
  #mif-fox-home .search svg {
    stroke: var(--ink-3);
    fill: none;
    stroke-width: 1.6;
    flex: 0 0 auto;
  }
  #mif-fox-home .search input {
    border: 0;
    outline: 0;
    background: transparent;
    font-family: var(--sans);
    font-size: 14px;
    color: var(--ink);
    width: 100%;
  }
  #mif-fox-home .search input::placeholder {
    color: var(--ink-3);
  }
  #mif-fox-home .alpha {
    font-family: var(--sans);
    font-size: 11px;
    letter-spacing: 0.2em;
    color: var(--gold);
    font-weight: 600;
    padding: 16px 22px 6px;
  }
  #mif-fox-home .ccover {
    position: relative;
    display: block;
    height: 96px;
    border-radius: 18px;
    overflow: hidden;
    margin: 0 20px 12px;
    text-decoration: none;
    box-shadow: 0 14px 28px -18px rgba(60, 46, 28, 0.45);
    transition: transform 0.2s;
  }
  #mif-fox-home .ccover:hover {
    transform: translateY(-2px);
  }
  #mif-fox-home .ccover .ghost {
    right: -8px;
    bottom: -18px;
    width: 122px;
    opacity: 0.24;
  }
  #mif-fox-home .ccover .tag {
    position: absolute;
    top: 11px;
    left: 15px;
    font-size: 8.5px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 250, 240, 0.92);
    font-weight: 600;
    z-index: 2;
  }
  #mif-fox-home .ccover .nm {
    position: absolute;
    left: 15px;
    bottom: 13px;
    right: 56px;
    font-family: var(--serif);
    font-weight: 400;
    font-size: 23px;
    line-height: 1.02;
    color: #fffaf0;
    text-shadow: 0 2px 12px rgba(36, 28, 18, 0.35);
    z-index: 2;
  }
  #mif-fox-home .hb {
    position: absolute;
    top: 11px;
    right: 11px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 250, 240, 0.88);
    display: grid;
    place-items: center;
    cursor: pointer;
    border: 0;
    z-index: 3;
    transition: 0.18s;
  }
  #mif-fox-home .hb svg {
    stroke: #6b552f;
    fill: none;
    stroke-width: 1.8;
    width: 17px;
    height: 17px;
    transition: 0.18s;
  }
  #mif-fox-home .ccover.on .hb {
    background: #fff;
  }
  #mif-fox-home .ccover.on .hb svg {
    stroke: var(--gold);
    fill: var(--gold);
  }
  #mif-fox-home .empty {
    text-align: center;
    color: var(--ink-3);
    font-family: var(--serif);
    font-style: italic;
    font-size: 18px;
    padding: 60px 30px;
  }
  #mif-fox-home .empty small {
    display: block;
    font-family: var(--sans);
    font-style: normal;
    font-size: 12px;
    letter-spacing: 0.04em;
    margin-top: 8px;
    opacity: 0.8;
  }
  #mif-fox-home .you-hd {
    padding: 30px 22px 0;
    text-align: center;
  }
  #mif-fox-home .you-hd .av {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: 0 auto 12px;
    background: radial-gradient(circle at 35% 30%, #f0dcb8, #cBADTYPE);
    background: linear-gradient(150deg, #ecd6ad, #c8a064);
    display: grid;
    place-items: center;
    font-family: var(--serif);
    font-size: 30px;
    color: #fffaf0;
  }
  #mif-fox-home .you-hd h2 {
    font-family: var(--serif);
    font-weight: 300;
    font-size: 30px;
  }
  #mif-fox-home .you-hd p {
    font-size: 12px;
    color: var(--ink-3);
    margin-top: 4px;
  }
  #mif-fox-home .you-list {
    padding: 20px;
  }
  #mif-fox-home .yl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 16px;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 14px;
    margin-bottom: 10px;
    text-decoration: none;
    color: var(--ink);
  }
  #mif-fox-home .yl .t {
    font-family: var(--serif);
    font-size: 18px;
  }
  #mif-fox-home .yl .arr {
    color: var(--gold);
  }
  #mif-fox-home .botnav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 9px 14px 18px;
    background: rgba(251, 248, 241, 0.94);
    backdrop-filter: blur(10px);
    border-top: 1px solid var(--line);
    position: relative;
  }
  #mif-fox-home .botnav .home-ind {
    position: absolute;
    bottom: 6px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 5px;
    border-radius: 99px;
    background: rgba(60, 46, 28, 0.2);
  }
  #mif-fox-home .botnav button {
    background: none;
    border: 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    color: #5a4f42;
    font-size: 9px;
    letter-spacing: 0.06em;
    font-family: var(--sans);
    position: relative;
  }
  #mif-fox-home .botnav button svg {
    stroke: currentColor;
    fill: none;
    stroke-width: 1.6;
    width: 21px;
    height: 21px;
  }
  #mif-fox-home .botnav button.on {
    color: var(--gold);
  }
  #mif-fox-home .botnav .badge {
    position: absolute;
    top: -4px;
    right: 6px;
    min-width: 15px;
    height: 15px;
    border-radius: 99px;
    background: var(--gold);
    color: #fff;
    font-size: 9px;
    font-weight: 600;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    font-family: var(--sans);
  }
  #mif-fox-home .botnav .badge.show {
    display: flex;
  }
  #mif-fox-home .menu {
    position: absolute;
    inset: 0;
    z-index: 50;
    background: linear-gradient(180deg, #f7f2e9, #efe7d8);
    transform: translateX(100%);
    transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
  }
  #mif-fox-home .menu.open {
    transform: none;
  }
  #mif-fox-home .menu .mh {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px 6px;
  }
  #mif-fox-home .menu .mh .x {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid var(--line);
    background: var(--paper-2);
    display: grid;
    place-items: center;
    cursor: pointer;
    font-size: 18px;
    color: var(--ink-2);
  }
  #mif-fox-home .menu .ms {
    flex: 1;
    overflow-y: auto;
    padding: 8px 20px 22px;
    scrollbar-width: none;
  }
  #mif-fox-home .menu .ms::-webkit-scrollbar {
    display: none;
  }
  #mif-fox-home .acct {
    display: flex;
    gap: 10px;
    margin: 8px 0 6px;
  }
  #mif-fox-home .acct a {
    flex: 1;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 10.5px;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
  }
  #mif-fox-home .acct .login {
    background: var(--paper-2);
    border: 1px solid var(--line);
    color: var(--ink);
  }
  #mif-fox-home .acct .join {
    background: linear-gradient(135deg, #d3a052, #b07a30);
    color: #fffaf0;
  }
  #mif-fox-home .mk2 {
    font-size: 9.5px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 600;
    margin: 20px 0 9px;
    display: flex;
    align-items: center;
    gap: 9px;
  }
  #mif-fox-home .mk2::after {
    content: "";
    flex: 1;
    height: 1px;
    background: var(--line);
  }
  #mif-fox-home .mrow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 2px;
    text-decoration: none;
    color: var(--ink);
    border-bottom: 1px solid var(--line);
    cursor: pointer;
  }
  #mif-fox-home .mrow:last-child {
    border-bottom: 0;
  }
  #mif-fox-home .mrow .l {
    display: flex;
    align-items: center;
    gap: 13px;
  }
  #mif-fox-home .mrow .l .gi {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: var(--paper-2);
    border: 1px solid var(--line);
    display: grid;
    place-items: center;
  }
  #mif-fox-home .mrow .l .gi svg {
    stroke: var(--gold);
    fill: none;
    stroke-width: 1.5;
    width: 17px;
    height: 17px;
  }
  #mif-fox-home .mrow .l .tt {
    font-family: var(--serif);
    font-size: 19px;
    line-height: 1.05;
  }
  #mif-fox-home .mrow .l .tt small {
    display: block;
    font-family: var(--sans);
    font-size: 9.5px;
    color: var(--ink-3);
    letter-spacing: 0.03em;
    margin-top: 2px;
  }
  #mif-fox-home .mrow .arr {
    color: var(--gold);
  }
  #mif-fox-home .mrow.mini .tt {
    font-size: 16px;
  }
  #mif-fox-home button.yl {
    appearance: none;
    -webkit-appearance: none;
    font: inherit;
    width: 100%;
    text-align: left;
    cursor: pointer;
  }
  #mif-fox-home button.mrow {
    appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    border-bottom: 1px solid var(--line);
    font: inherit;
    width: 100%;
    text-align: left;
    cursor: pointer;
    color: var(--ink);
  }
  #mif-fox-home button.community-cta {
    appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
  }
  #mif-fox-home .legal {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    margin-top: 14px;
  }
  #mif-fox-home .legal a {
    font-size: 11px;
    color: var(--ink-3);
    text-decoration: none;
    cursor: pointer;
  }
  #mif-fox-home .mfoot {
    font-family: var(--serif);
    font-style: italic;
    font-size: 13px;
    color: var(--ink-3);
    text-align: center;
    margin-top: 20px;
  }
  #mif-fox-home .fxtest {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 2px 0 4px;
  }
  #mif-fox-home .fxq {
    position: relative;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 16px 16px 14px;
    margin: 0;
    box-shadow: 0 10px 24px -20px rgba(60, 46, 28, 0.4);
  }
  #mif-fox-home .fxq .qm {
    position: absolute;
    top: 2px;
    left: 12px;
    font-family: var(--serif);
    font-size: 38px;
    line-height: 1;
    color: var(--gold);
    opacity: 0.5;
  }
  #mif-fox-home .fxq p {
    font-family: var(--serif);
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    color: var(--ink);
    margin: 8px 0 0;
    padding-left: 6px;
  }
  #mif-fox-home .fxq cite {
    display: block;
    font-family: var(--sans);
    font-style: normal;
    font-size: 9.5px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 600;
    margin-top: 10px;
    padding-left: 6px;
  }
  #mif-fox-home .t-sand {
    background: linear-gradient(150deg, #f0dcb8, #d9b98a);
  }
  #mif-fox-home .t-clay {
    background: linear-gradient(150deg, #ecc6a8, #c7926f);
  }
  #mif-fox-home .t-sage {
    background: linear-gradient(150deg, #d2dbc2, #9fb08f);
  }
  #mif-fox-home .t-blush {
    background: linear-gradient(150deg, #eccabf, #d29e93);
  }
  #mif-fox-home .t-ochre {
    background: linear-gradient(150deg, #eed5a0, #cda152);
  }
  #mif-fox-home .t-rose {
    background: linear-gradient(150deg, #e8c6c9, #c8929a);
  }
  #mif-fox-home .t-olive {
    background: linear-gradient(150deg, #d9d2a4, #a99f6a);
  }
  #mif-fox-home .t-stone {
    background: linear-gradient(150deg, #dcd0c2, #b3a392);
  }
  #mif-fox-home {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100dvh;
    display: flex !important;
    flex-direction: column;
    overflow: hidden;
    background: var(--paper);
    color: var(--ink);
    font-family: var(--sans);
    z-index: 1000;
  }
  #mif-fox-home .hero .cel {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
  }
  #mif-fox-home .hero .copy {
    z-index: 2;
  }
  #mif-fox-home .cel .cel-glow {
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    width: 300px;
    height: 180px;
    background: radial-gradient(ellipse at center, rgba(255, 247, 228, 0.55), transparent 70%);
  }
  #mif-fox-home .cel i.tw {
    position: absolute;
    border-radius: 50%;
    opacity: 0.5;
    animation-name: mifTw;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
  }
  #mif-fox-home .cel .spk {
    position: absolute;
    opacity: 0.6;
    filter: drop-shadow(0 0 3px rgba(214, 168, 82, 0.5));
    animation-name: mifTw;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
  }
  #mif-fox-home .cel .ss {
    position: absolute;
    width: 5px;
    height: 5px;
    transform: rotate(var(--ang));
  }
  #mif-fox-home .cel .ss .ss-run {
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff8ec;
    box-shadow: 0 0 8px 2px rgba(246, 234, 208, 0.85);
    opacity: 0;
    animation-name: mifStreak;
    animation-timing-function: cubic-bezier(0.25, 0.6, 0.2, 1);
    animation-iteration-count: infinite;
  }
  #mif-fox-home .cel .ss .ss-run::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: var(--len);
    height: 1.6px;
    border-radius: 2px;
    background: linear-gradient(
      90deg,
      #f8efd8,
      rgba(224, 184, 102, 0.75) 18%,
      rgba(214, 168, 82, 0.15) 68%,
      transparent
    );
  }
  @keyframes mifTw {
    0%,
    100% {
      opacity: 0.3;
      transform: scale(0.82);
    }
    50% {
      opacity: 0.9;
      transform: scale(1.14);
    }
  }
  @keyframes mifStreak {
    0% {
      opacity: 0;
      transform: translateX(0);
    }
    5% {
      opacity: 1;
    }
    16% {
      opacity: 1;
    }
    24% {
      opacity: 0;
      transform: translateX(-340px);
    }
    100% {
      opacity: 0;
      transform: translateX(-340px);
    }
  }
  #mif-fox-home .pcover .ghost {
    display: none;
  }
  #mif-fox-home .pcover::before,
  #mif-fox-home .pcover::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 250, 240, 0.95), transparent 62%);
    pointer-events: none;
    z-index: 1;
    opacity: 0.7;
    animation-name: mifTw;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 3.2s;
  }
  #mif-fox-home .pcover::before {
    right: 54px;
    top: 24%;
    width: 9px;
    height: 9px;
  }
  #mif-fox-home .pcover::after {
    right: 32px;
    bottom: 26%;
    width: 6px;
    height: 6px;
    animation-duration: 4s;
    animation-delay: 1.2s;
  }
  #mif-fox-home .pcover .nm,
  #mif-fox-home .pcover .sub,
  #mif-fox-home .pcover .arr {
    z-index: 2;
  }
  @media (prefers-reduced-motion: reduce) {
    #mif-fox-home .cel i.tw,
    #mif-fox-home .cel .spk,
    #mif-fox-home .cel .ss .ss-run,
    #mif-fox-home .pcover::before,
    #mif-fox-home .pcover::after {
      animation: none !important;
    }
    #mif-fox-home .cel .ss .ss-run {
      opacity: 0.85;
    }
  }
}
@media (min-width: 481px) {
  #mif-fox-home {
    display: none !important;
  }
}
