/* Asmbly 0.9.27.8 — Mobile Explore Reset + Desktop Navigation Simplification */
:root{
  --asmbly-reset-surface:rgba(14,14,20,.94);
  --asmbly-reset-line:rgba(255,255,255,.13);
  --asmbly-reset-muted:rgba(255,255,255,.68);
  --asmbly-reset-gold:#ffb23e;
  --asmbly-reset-ink:#130f09;
}

/* Shared compact navigation */
.asmbly-topbar.asmbly-topbar-reset{
  pointer-events:none;
}
.asmbly-topbar.asmbly-topbar-reset > *{pointer-events:auto}
.asmbly-primary-nav{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0}
.asmbly-primary-tabs{display:inline-flex;align-items:center;gap:3px;padding:4px;border:1px solid var(--asmbly-reset-line);border-radius:18px;background:rgba(15,15,22,.88);box-shadow:0 14px 36px rgba(0,0,0,.22);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.asmbly-primary-tabs .asmbly-desktop-action{height:40px!important;padding:0 14px!important;border:0!important;border-radius:14px!important;background:transparent!important;box-shadow:none!important;color:rgba(255,255,255,.76)!important;font-size:13px!important;letter-spacing:-.01em!important}
.asmbly-primary-tabs .asmbly-desktop-action:hover{background:rgba(255,255,255,.08)!important;color:#fff!important}
.asmbly-primary-tabs .asmbly-desktop-action.active,
.asmbly-primary-tabs .asmbly-desktop-action[aria-current="page"]{
  background:var(--asmbly-reset-gold)!important;
  color:var(--asmbly-reset-ink)!important;
  box-shadow:0 10px 28px rgba(255,178,62,.25)!important;
}
.asmbly-primary-tabs em{display:inline-grid;place-items:center;min-width:18px;height:18px;margin-left:5px;padding:0 5px;border-radius:999px;background:var(--asmbly-reset-gold);color:var(--asmbly-reset-ink);font:1000 10px/1 Inter,system-ui,sans-serif;font-style:normal}
.asmbly-header-icon{position:relative;display:grid;place-items:center;width:44px;height:44px;flex:0 0 44px;border:1px solid var(--asmbly-reset-line);border-radius:15px;background:rgba(15,15,22,.88);color:#fff;box-shadow:0 14px 36px rgba(0,0,0,.20);cursor:pointer;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.asmbly-header-icon:hover{background:rgba(255,255,255,.11)}
.asmbly-header-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.asmbly-header-icon .asmbly-notification-count{position:absolute;right:-4px;top:-5px;margin:0;min-width:18px;height:18px;padding:0 4px;background:#ff5b45;color:#fff;box-shadow:0 0 0 3px rgba(10,10,14,.9)}
.asmbly-search-avery{width:auto;min-width:42px!important;padding:0 12px!important;gap:7px!important}
.asmbly-search-avery span{font-size:16px;line-height:1}
.asmbly-search-avery b{font:1000 12px/1 Inter,system-ui,sans-serif}


.asmbly-mobile-one-row,.asmbly-mobile-search-back,.asmbly-mobile-search-clear{display:none}

/* One concise Explore control row */
.asmbly-filters.asmbly-explore-controls-reset{
  overflow:visible!important;
  max-width:none!important;
  justify-content:center!important;
  align-items:center!important;
}
.asmbly-control-summary{height:46px;display:inline-flex;align-items:center;gap:9px;flex:0 0 auto;padding:0 15px;border:1px solid var(--asmbly-reset-line);border-radius:15px;background:rgba(15,15,22,.90);color:#fff;box-shadow:0 12px 30px rgba(0,0,0,.18);cursor:pointer;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}
.asmbly-control-summary:hover{background:rgba(27,27,36,.96)}
.asmbly-control-summary>span{display:grid;place-items:center;width:20px;height:20px;color:var(--asmbly-reset-gold);font-weight:1000}
.asmbly-control-summary b{font:1000 13px/1 Inter,system-ui,sans-serif;white-space:nowrap}
.asmbly-control-summary i{font-style:normal;color:var(--asmbly-reset-muted)}
.asmbly-control-summary em{display:grid;place-items:center;min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:var(--asmbly-reset-gold);color:var(--asmbly-reset-ink);font:1000 10px/1 Inter,system-ui,sans-serif;font-style:normal}
.asmbly-explore-controls-reset .asmbly-view-toggle{height:46px!important;border-radius:15px!important}
.asmbly-explore-controls-reset .asmbly-view-toggle button{height:36px!important;min-width:68px!important}

/* Filter sheet */
.asmbly-explore-filter-sheet{position:fixed;inset:0;z-index:240;display:none;align-items:flex-end;justify-content:center;padding:18px;pointer-events:none}
.asmbly-explore-filter-sheet.open{display:flex;pointer-events:auto}
.asmbly-filter-sheet-backdrop{position:absolute;inset:0;border:0;background:rgba(3,3,7,.58);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}
.asmbly-filter-sheet-card{position:relative;z-index:1;width:min(620px,calc(100vw - 36px));max-height:min(760px,calc(100dvh - 36px));display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:28px;background:#15151d;color:#fff;box-shadow:0 34px 100px rgba(0,0,0,.48)}
.asmbly-filter-sheet-card>header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 22px 16px;border-bottom:1px solid rgba(255,255,255,.09)}
.asmbly-filter-sheet-card>header small{display:block;margin-bottom:5px;color:var(--asmbly-reset-gold);font:1000 10px/1 Inter,system-ui,sans-serif;letter-spacing:.15em;text-transform:uppercase}
.asmbly-filter-sheet-card>header h2{margin:0;font:1000 25px/1.05 Outfit,Inter,sans-serif;letter-spacing:-.045em}
.asmbly-filter-sheet-card>header button{width:42px;height:42px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.07);color:#fff;font-size:25px;cursor:pointer}
.asmbly-filter-sheet-scroll{overflow:auto;padding:4px 22px 22px;overscroll-behavior:contain}
.asmbly-filter-sheet-scroll section{padding:18px 0 2px;border-bottom:1px solid rgba(255,255,255,.08)}
.asmbly-filter-sheet-scroll section:last-child{border-bottom:0}
.asmbly-filter-sheet-scroll h3{margin:0 0 12px;color:rgba(255,255,255,.74);font:1000 11px/1 Inter,system-ui,sans-serif;letter-spacing:.12em;text-transform:uppercase}
.asmbly-filter-option-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;padding-bottom:18px}
.asmbly-filter-option-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr))}
.asmbly-filter-option-grid .asmbly-filter-choice{height:48px;border-radius:15px;padding:0 12px;text-align:center;white-space:normal;line-height:1.15}
.asmbly-filter-option-grid .asmbly-filter-choice.active{background:var(--asmbly-reset-gold)!important;color:var(--asmbly-reset-ink)!important}
.asmbly-filter-secondary-action{width:100%;display:flex;align-items:center;gap:12px;margin-bottom:18px;padding:14px;border:1px solid rgba(255,255,255,.10);border-radius:17px;background:rgba(255,255,255,.055);color:#fff;text-align:left;cursor:pointer}
.asmbly-filter-secondary-action>span{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:rgba(255,178,62,.13);color:var(--asmbly-reset-gold);font-size:19px}
.asmbly-filter-secondary-action>div{display:grid;gap:4px;flex:1}
.asmbly-filter-secondary-action b{font-size:14px}
.asmbly-filter-secondary-action small{color:rgba(255,255,255,.58);font-size:12px}
.asmbly-filter-secondary-action i{font-style:normal;color:rgba(255,255,255,.45);font-size:24px}
.asmbly-filter-sheet-card>footer{display:flex;gap:10px;padding:15px 22px calc(15px + env(safe-area-inset-bottom,0px));border-top:1px solid rgba(255,255,255,.09);background:rgba(11,11,16,.85)}
.asmbly-filter-sheet-card>footer button{height:50px;border-radius:16px;font-weight:1000;cursor:pointer}
.asmbly-filter-reset{flex:0 0 112px;border:1px solid rgba(255,255,255,.13)!important;background:rgba(255,255,255,.06)!important;color:#fff!important}
.asmbly-filter-done{flex:1;border:0;background:var(--asmbly-reset-gold);color:var(--asmbly-reset-ink)}
body.asmbly-filter-sheet-open{overflow:hidden!important}

/* Desktop density reset */
@media(min-width:901px){
  .asmbly-topbar.asmbly-topbar-reset{grid-template-columns:210px minmax(320px,520px) minmax(480px,1fr)!important;gap:14px!important;padding:14px 24px 54px!important}
  .asmbly-topbar-reset .asmbly-brand{min-width:0!important}
  .asmbly-topbar-reset .asmbly-brand img{width:188px!important;height:58px!important}
  .asmbly-topbar-reset .asmbly-search{height:48px!important}
  .asmbly-topbar-reset .asmbly-search-avery{height:38px!important}
  .asmbly-filters.asmbly-explore-controls-reset{top:86px!important;left:50%!important;right:auto!important;transform:translateX(-50%)!important;gap:8px!important;padding:0!important}
  .asmbly-panel{top:146px!important}
  body.asmbly-feed-mode .asmbly-feed-view{padding-top:154px!important}
  .asmbly-filter-sheet-card{align-self:center}
}
@media(min-width:901px) and (max-width:1220px){
  .asmbly-topbar.asmbly-topbar-reset{grid-template-columns:174px minmax(260px,1fr) auto!important;padding-left:16px!important;padding-right:16px!important;gap:10px!important}
  .asmbly-topbar-reset .asmbly-brand img{width:160px!important;height:50px!important}
  .asmbly-primary-tabs .asmbly-desktop-action{padding:0 10px!important;font-size:12px!important}
  .asmbly-header-icon{width:40px;height:40px;flex-basis:40px}
}

/* Mobile reset — one-row shell */
@media(max-width:900px){
  :root{--asmbly-mobile-header-h:calc(56px + env(safe-area-inset-top,0px))}
  .asmbly-topbar.asmbly-topbar-reset{
    position:absolute!important;
    inset:0 0 auto 0!important;
    display:block!important;
    min-height:var(--asmbly-mobile-header-h)!important;
    padding:env(safe-area-inset-top,0px) 8px 0!important;
    background:linear-gradient(180deg,rgba(8,8,12,.86),rgba(8,8,12,.48) 72%,transparent)!important;
    pointer-events:none!important;
  }
  .asmbly-topbar-reset>.asmbly-brand,.asmbly-topbar-reset>.asmbly-primary-nav{display:none!important}
  .asmbly-mobile-one-row{
    position:relative;z-index:3;display:grid!important;grid-template-columns:32px minmax(76px,94px) minmax(48px,68px) 38px 38px 38px;align-items:center;gap:5px;width:100%;height:50px;padding:4px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:rgba(14,14,20,.91);box-shadow:0 16px 44px rgba(0,0,0,.34);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);pointer-events:auto;box-sizing:border-box
  }
  .asmbly-mobile-one-row-brand{display:grid;place-items:center;width:32px;height:38px;border-radius:12px;background:rgba(255,255,255,.96);overflow:hidden}
  .asmbly-mobile-one-row-brand img{width:27px;height:27px;object-fit:contain}
  .asmbly-mobile-one-row-view{display:grid;grid-template-columns:1fr 1fr;height:38px;padding:3px;border-radius:13px;background:rgba(255,255,255,.07)}
  .asmbly-mobile-one-row-view button{min-width:0;border:0;border-radius:10px;background:transparent;color:rgba(255,255,255,.62);font:1000 11px/1 Inter,system-ui,sans-serif;padding:0 4px}
  .asmbly-mobile-one-row-view button.active{background:var(--asmbly-reset-gold);color:var(--asmbly-reset-ink);box-shadow:0 8px 20px rgba(255,178,62,.22)}
  .asmbly-mobile-one-row-date{display:flex;align-items:center;justify-content:center;gap:4px;height:38px;min-width:0;border:0;border-radius:12px;background:rgba(255,255,255,.07);color:#fff;padding:0 7px}
  .asmbly-mobile-one-row-date b{min-width:0;max-width:52px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:1000 10px/1 Inter,system-ui,sans-serif}
  .asmbly-mobile-one-row-date span{font-size:10px;color:rgba(255,255,255,.58)}
  .asmbly-mobile-one-row-icon{position:relative;display:grid;place-items:center;width:38px;height:38px;border:0;border-radius:12px;background:rgba(255,255,255,.07);color:#fff;padding:0}
  .asmbly-mobile-one-row-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
  .asmbly-mobile-one-row-icon em{position:absolute;right:-4px;top:-5px;display:grid;place-items:center;min-width:17px;height:17px;padding:0 4px;border-radius:999px;background:#ff5b45;color:#fff;font:1000 9px/1 Inter,system-ui,sans-serif;font-style:normal;box-shadow:0 0 0 3px rgba(14,14,20,.95)}
  .asmbly-mobile-filter-trigger em{background:var(--asmbly-reset-gold);color:var(--asmbly-reset-ink)}

  .asmbly-search-wrap{display:none!important}
  body.asmbly-mobile-search-open .asmbly-search-wrap{
    position:fixed!important;z-index:285!important;left:8px!important;right:8px!important;top:calc(env(safe-area-inset-top,0px) + 4px)!important;display:flex!important;width:auto!important;height:50px!important;padding:4px 5px!important;border-radius:18px!important;background:#111118!important;box-shadow:0 24px 80px rgba(0,0,0,.55)!important;pointer-events:auto!important
  }
  body.asmbly-mobile-search-open .asmbly-mobile-one-row{visibility:hidden}
  .asmbly-mobile-search-back,.asmbly-mobile-search-clear{display:grid!important;place-items:center;flex:0 0 38px;width:38px;height:38px;border:0;border-radius:12px;background:rgba(255,255,255,.07);color:#fff;font-size:19px;padding:0}
  .asmbly-mobile-search-clear{font-size:21px}
  .asmbly-search-wrap>.asmbly-search-icon{display:none!important}
  .asmbly-search-wrap input{min-width:0!important;flex:1 1 auto!important;height:38px!important;padding:0 8px!important;font-size:14px!important}
  .asmbly-search-avery{width:38px!important;min-width:38px!important;height:38px!important;padding:0!important;border-radius:12px!important}
  .asmbly-search-avery b{display:none!important}
  .asmbly-search-avery span{font-size:17px!important}
  body.asmbly-mobile-search-open{overflow:hidden!important}

  .asmbly-filters.asmbly-explore-controls-reset{display:none!important}
  .asmbly-panel{top:auto!important}
  .asmbly-panel[data-sheet-state="peek"]{height:104px!important;min-height:104px!important}
  .asmbly-panel[data-sheet-state="peek"] .asmbly-panel-head{display:none!important}
  .asmbly-panel[data-sheet-state="peek"] .asmbly-panel-handle{height:50px!important;padding-top:8px!important}
  .asmbly-panel[data-sheet-state="peek"] .asmbly-panel-handle em{display:block!important;margin-top:6px;color:rgba(255,255,255,.60)!important;font:1000 9px/1 Inter,system-ui,sans-serif!important;letter-spacing:.14em!important;text-transform:uppercase!important}
  .asmbly-panel[data-sheet-state="peek"] .asmbly-panel-scroll{display:none!important}
  .asmbly-mobile-notification-trigger{display:none!important}
  .asmbly-entity-legend{bottom:calc(76px + env(safe-area-inset-bottom,0px))!important}
  body.asmbly-feed-mode .asmbly-feed-view{padding:calc(var(--asmbly-mobile-header-h) + 10px) 12px calc(84px + env(safe-area-inset-bottom,0px))!important}
  body.asmbly-feed-mode .asmbly-feed-list{gap:10px!important}
  body.asmbly-feed-mode .asmbly-feed-card{display:grid!important;grid-template-columns:112px minmax(0,1fr)!important;min-height:124px!important;border-radius:17px!important}
  body.asmbly-feed-mode .asmbly-feed-art{height:100%!important;min-height:124px!important}
  body.asmbly-feed-mode .asmbly-feed-copy{padding:12px!important;align-self:center!important}
  body.asmbly-feed-mode .asmbly-feed-copy h3{font-size:17px!important;margin:4px 0!important}
  body.asmbly-feed-mode .asmbly-feed-copy em,body.asmbly-feed-mode .asmbly-feed-actions{display:none!important}
  body.asmbly-feed-header-collapsed .asmbly-mobile-one-row-brand{display:none!important}
  body.asmbly-feed-header-collapsed .asmbly-mobile-one-row{grid-template-columns:minmax(76px,94px) minmax(52px,1fr) 38px 38px 38px}
  .asmbly-filter-sheet-card{width:100%;max-height:min(720px,calc(100dvh - 16px));border-radius:28px 28px 22px 22px}
  .asmbly-explore-filter-sheet{padding:8px 8px calc(8px + env(safe-area-inset-bottom,0px))}
  .asmbly-filter-option-grid{grid-template-columns:1fr 1fr}
  .asmbly-filter-option-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr))}
  .asmbly-filter-sheet-card>header{padding:17px 18px 14px}
  .asmbly-filter-sheet-scroll{padding-left:18px;padding-right:18px}
  .asmbly-filter-sheet-card>footer{padding-left:18px;padding-right:18px}
  .asmbly-mobile-dock{min-height:68px!important;padding-top:4px!important;padding-bottom:calc(5px + env(safe-area-inset-bottom,0px))!important}
  .asmbly-mobile-dock button>span{width:28px!important;height:28px!important}
  .asmbly-mobile-dock button>b{font-size:9px!important}
}

@media(max-width:370px){
  .asmbly-mobile-one-row{grid-template-columns:28px 72px 50px 34px 34px 34px;gap:4px;height:48px;padding:3px}
  .asmbly-mobile-one-row-brand{width:28px;height:36px}.asmbly-mobile-one-row-brand img{width:24px;height:24px}
  .asmbly-mobile-one-row-view,.asmbly-mobile-one-row-date{height:36px}
  .asmbly-mobile-one-row-view button{font-size:10px}.asmbly-mobile-one-row-date b{font-size:9px;max-width:39px}
  .asmbly-mobile-one-row-icon{width:34px;height:36px}.asmbly-mobile-one-row-icon svg{width:17px;height:17px}
  .asmbly-filter-option-grid.compact{grid-template-columns:1fr 1fr}
}
