:root{
  --ink:#143936;
  --paper:#f4f0e7;
  --surface:#fffdf7;
  --copper:#963e25;
  --text:#243b37;
  --muted:#5c6861;
  --line:#d4d7c9;
  --mint:#d5e8c8;
  --focus:#9f4125;
  --space:24px;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--text);
  background:var(--paper);
  font-synthesis:none}
*{
  box-sizing:border-box}
body{
  margin:0}
button,input,select{
  font:inherit;
  color:inherit}
button,a,input,select,summary{
  -webkit-tap-highlight-color:transparent}
button,a{
  touch-action:manipulation}
button{
  cursor:pointer}
button:disabled{
  cursor:default;
  opacity:.65}
button{
  border:0;
  background:none}
a{
  color:inherit;
  text-decoration:none}
h1,h2,p{
  margin:0}
button,input,select{
  min-height:44px}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{
  outline:3px solid var(--focus);
  outline-offset:4px}
svg{
  fill:none;
  stroke:currentColor;
  stroke-width:1.6;
  stroke-linecap:round;
  stroke-linejoin:round}
.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}
.skip{
  position:fixed;
  left:12px;
  top:-80px;
  z-index:20;
  background:var(--surface);
  padding:16px}
.skip:focus{
  top:12px}
.notice{
  background:var(--mint);
  text-align:center;
  font-size:11px;
  letter-spacing:.04em;
  padding:8px 16px;
  color:var(--ink);
  line-height:1.4}
.header{
  background:var(--ink);
  color:var(--paper);
  display:flex;
  align-items:center;
  gap:24px;
  padding:22px 36px;
  border-bottom:1px solid #52716a}
.brand{
  display:inline-flex;
  gap:10px;
  align-items:center;
  font-size:31px;
  letter-spacing:-1.6px;
  font-weight:500;
  white-space:nowrap}
.brand svg{
  width:26px;
  height:32px;
  stroke-width:2.8;
  color:var(--mint)}
.tempo{
  font-weight:750}
.brand i{
  font-style:normal;
  color:#e3a789}
.signature{
  font-size:12px;
  letter-spacing:.025em;
  color:#d2ddd1}
.locale{
  margin-left:auto}
.locale select{
  max-width:140px;
  border:1px solid #6c827a;
  color:var(--paper);
  background:var(--ink);
  border-radius:4px;
  padding:0 10px;
  font-size:12px}
.age{
  border:1px solid #6c827a;
  font-size:11px;
  padding:6px;
  border-radius:50%;
  flex-shrink:0}
.layout{
  max-width:1560px;
  margin:auto;
  display:grid;
  grid-template-columns:208px minmax(0,1fr)}
.sidebar{
  padding:40px 22px 36px 30px;
  border-right:1px solid var(--line);
  display:flex;
  flex-direction:column;
  gap:110px}
.eyebrow{
  font-size:10px;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
  line-height:1.6}
.sidebar nav>.eyebrow{
  color:var(--muted);
  margin:0 12px 18px}
.sidebar nav a{
  display:flex;
  gap:12px;
  align-items:center;
  min-height:48px;
  padding:12px;
  font-size:13px;
  margin-bottom:5px;
  border-radius:4px}
.sidebar nav a>span:first-child{
  font-size:20px}
.sidebar nav a[aria-current="page"]{
  background:var(--ink);
  color:var(--paper)}
.saved-count{
  margin-left:auto;
  font-size:11px}
.sidebar-note{
  padding:0 12px;
  line-height:1.75;
  font-family:Georgia,serif;
  font-size:19px}
.rule{
  display:block;
  background:var(--copper);
  height:3px;
  width:28px;
  margin-bottom:20px}
.sidebar-note .small{
  font-family:Arial,sans-serif;
  display:block;
  letter-spacing:.1em;
  font-size:8px;
  margin-top:20px}
main{
  padding:35px 36px 0;
  min-width:0}
.intro{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-bottom:27px}
.section-number{
  color:var(--copper);
  margin-right:8px;
  font-variant-numeric:tabular-nums}
.intro h1{
  font-family:Georgia,'Times New Roman',serif;
  font-weight:400;
  font-size:clamp(32px,3.2vw,48px);
  letter-spacing:-1.6px;
  line-height:1.13;
  margin-top:12px}
.subtitle{
  font-size:13px;
  line-height:1.6;
  margin-top:12px;
  color:var(--muted);
  max-width:520px}
.stamp{
  width:83px;
  flex:0 0 83px;
  text-align:center;
  transform:rotate(-12deg);
  color:var(--copper)}
.stamp svg{
  width:56px;
  height:56px;
  stroke-width:1}
.stamp span{
  display:block;
  font-family:Georgia,serif;
  font-style:italic;
  font-size:14px}
.toolbar{
  display:flex;
  gap:10px}
.search{
  display:flex;
  align-items:center;
  gap:10px;
  border:1px solid var(--line);
  border-radius:4px;
  padding:0 14px;
  background:var(--surface);
  flex:1;
  min-width:0}
.search svg,.filter-button svg{
  height:19px;
  width:19px;
  flex-shrink:0}
.search input{
  background:none;
  border:0;
  width:100%;
  min-width:0;
  font-size:13px;
  min-height:48px;
  outline-offset:0}
.search input:focus-visible{
  outline-offset:0}
.filter-button{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:9px;
  border:1px solid var(--ink);
  border-radius:4px;
  padding:0 18px;
  font-size:13px}
.filter-button:hover{
  background:var(--mint)}
.categories{
  display:flex;
  gap:5px;
  margin:18px 0 0;
  flex-wrap:wrap}
.categories button{
  padding:8px 18px;
  font-size:12px;
  border:1px solid transparent;
  border-radius:30px;
  min-height:40px}
.categories button[aria-pressed="true"]{
  background:var(--ink);
  color:var(--surface)}
.categories button:hover{
  border-color:var(--ink)}
.results-bar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin:8px 0;
  font-size:11px;
  color:var(--muted);
  min-height:36px}
.text-button{
  font-size:12px;
  padding:6px 0;
  text-decoration:underline;
  text-underline-offset:4px}
.grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:25px 18px}
.card{
  position:relative;
  min-width:0}
.card-link{
  display:block;
  border-radius:5px}
.art{
  aspect-ratio:1.48;
  position:relative;
  overflow:hidden;
  border-radius:5px;
  background:var(--room-bg,#d8d2c1);
  color:var(--room-ink,#425950);
  isolation:isolate}
.art::before{
  content:"";
  position:absolute;
  width:95%;
  aspect-ratio:1;
  top:-32%;
  left:36%;
  border:1px solid currentColor;
  border-radius:50%;
  opacity:.22;
  box-shadow:0 0 0 19px var(--room-bg),0 0 0 20px currentColor,0 0 0 39px var(--room-bg),0 0 0 40px currentColor;
  z-index:-1}
.art::after{
  content:"";
  position:absolute;
  inset:0;
  background:repeating-linear-gradient(90deg,transparent 0 24%,currentColor 24% calc(24% + 1px),transparent calc(24% + 1px) 25%);
  opacity:.06;
  z-index:-1}
.art .initial{
  position:absolute;
  left:22px;
  bottom:0;
  font-family:Georgia,serif;
  font-size:clamp(65px,8vw,130px);
  font-style:italic;
  line-height:1.2;
  letter-spacing:-8px;
  opacity:.7}
.art .sample{
  position:absolute;
  right:12px;
  bottom:12px;
  font-size:8px;
  font-weight:700;
  letter-spacing:.15em;
  writing-mode:vertical-rl;
  text-transform:uppercase}
.status{
  position:absolute;
  top:12px;
  left:12px;
  background:var(--surface);
  color:var(--ink);
  font-size:9px;
  font-weight:700;
  padding:6px 8px;
  border-radius:3px;
  letter-spacing:.04em;
  display:flex;
  align-items:center;
  gap:5px}
.status::before{
  content:"";
  width:5px;
  height:5px;
  border-radius:50%;
  background:var(--copper)}
.status.offline::before{
  background:var(--muted)}
.save{
  position:absolute;
  right:8px;
  top:7px;
  width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:var(--ink);
  background:#fffdf7e8}
.save svg{
  width:20px;
  height:20px;
  stroke-width:1.6}
.save[aria-pressed="true"] svg{
  fill:var(--copper);
  stroke:var(--copper)}
.card-info{
  padding:12px 2px 0;
  display:flex;
  justify-content:space-between;
  gap:7px;
  align-items:start}
.card h2{
  font-size:14px;
  letter-spacing:-.2px;
  font-weight:700;
  line-height:1.4}
.card-info .arrow{
  font-size:21px;
  line-height:1}
.card-meta{
  font-size:10px;
  color:var(--muted);
  line-height:1.5;
  margin-top:4px}
.card-link:hover h2{
  text-decoration:underline;
  text-underline-offset:4px}
.empty{
  padding:55px 18px;
  border:1px dashed #a9b2a5;
  text-align:center;
  border-radius:5px;
  background:var(--surface)}
.empty>span{
  font-family:Georgia,serif;
  font-size:36px;
  color:var(--copper)}
.empty h2{
  font-family:Georgia,serif;
  font-size:25px;
  font-weight:400;
  margin:12px 0}
.empty p{
  max-width:440px;
  margin:0 auto 22px;
  font-size:14px;
  line-height:1.6;
  color:var(--muted)}
.journal{
  margin-top:46px;
  padding-top:24px;
  border-top:1px solid var(--ink);
  scroll-margin-top:25px}
.section-heading{
  display:flex;
  justify-content:space-between;
  gap:12px;
  margin-bottom:18px}
.small{
  font-size:10px;
  color:var(--muted);
  line-height:1.6}
.guide-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px}
.guide-grid>a{
  position:relative;
  text-align:left;
  background:#e5e8db;
  border-radius:3px;
  padding:24px 42px 26px 22px;
  transition:background .15s}
.guide-grid>a:last-child{
  background:#e9dfd0}
.guide-grid>a:hover{
  background:#d5dfc8}
.guide-number{
  font-size:10px;
  color:var(--copper);
  font-weight:700}
.guide-grid h2{
  font-family:Georgia,serif;
  font-size:23px;
  font-weight:400;
  letter-spacing:-.5px;
  margin:14px 0 10px;
  line-height:1.15}
.guide-grid p{
  font-size:12px;
  line-height:1.5;
  color:var(--muted)}
.guide-arrow{
  position:absolute;
  right:18px;
  top:20px;
  font-size:24px}
.footer{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:12px 28px;
  border-top:1px solid var(--line);
  margin-top:38px;
  padding:26px 0 22px}
.footer-brand{
  font-size:19px;
  font-weight:700;
  letter-spacing:-1px}
.footer>p{
  font-size:10px;
  color:var(--muted)}
.review{
  width:100%;
  font-size:11px;
  color:var(--muted);
  border-top:1px dotted var(--line);
  padding-top:12px;
  margin-top:8px}
.review summary{
  cursor:pointer;
  min-height:32px}
.review select{
  margin:8px 12px;
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:4px}
.review p{
  max-width:600px;
  line-height:1.6}
.mobile-nav{
  display:none}
dialog{
  border:0;
  border-radius:7px;
  padding:28px;
  background:var(--surface);
  color:var(--text);
  width:min(470px,calc(100% - 32px));
  max-height:calc(100dvh - 48px);
  box-shadow:0 20px 90px #05201c38}
dialog::backdrop{
  background:#0e282b99}
dialog h2{
  font-family:Georgia,serif;
  font-weight:400;
  font-size:29px;
  line-height:1.2;
  letter-spacing:-.6px}
dialog p{
  font-size:14px;
  line-height:1.65;
  margin:15px 0}
.dialog-heading{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:14px}
.dialog-heading .eyebrow{
  margin:0;
  font-size:10px}
.close{
  font-size:26px;
  width:44px;
  flex:0 0 44px;
  border:1px solid var(--line);
  border-radius:50%;
  line-height:1}
.muted{
  color:var(--muted)}
dialog label{
  display:block;
  font-size:12px;
  font-weight:700;
  margin:26px 0 9px}
dialog select{
  width:100%;
  background:var(--paper);
  border:1px solid var(--line);
  padding:10px;
  border-radius:4px}
.dialog-actions{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  justify-content:space-between;
  margin-top:28px}
.primary,.secondary{
  padding:13px 19px;
  border-radius:4px;
  font-size:13px;
  line-height:1.4}
.primary{
  background:var(--copper);
  color:#fffdf7}
.secondary{
  border:1px solid var(--ink)}
.primary:hover:not(:disabled){
  background:#7e321d}
.room-back{
  display:block;
  margin-top:10px}
#room-art .art{
  margin-bottom:22px}
#guide-body{
  white-space:pre-line}
dialog .small{
  font-size:11px}
.toast{
  position:fixed;
  bottom:24px;
  left:50%;
  transform:translateX(-50%);
  background:var(--ink);
  color:var(--paper);
  padding:14px 22px;
  border-radius:4px;
  font-size:12px;
  z-index:10;
  max-width:calc(100% - 32px);
  box-shadow:0 4px 20px #132c3033}
.art.removed{
  display:grid;
  place-items:center;
  background:#e7e7df;
  color:var(--muted);
  font-size:12px;
  text-align:center;
  padding:25px}
.art.removed::before,.art.removed::after{
  display:none}
[hidden]{
  display:none!important}

@media(min-width:1440px){
  .grid{
  grid-template-columns:repeat(4,minmax(0,1fr))}
}

@media(max-width:1050px){
  .layout{
  grid-template-columns:172px minmax(0,1fr)}
.sidebar{
  padding:35px 12px}
.sidebar nav a{
  gap:8px;
  font-size:12px}
.sidebar-note{
  font-size:17px}
main{
  padding:30px 24px 0}
.grid{
  gap:24px 14px}
.art .initial{
  left:12px}
.signature{
  display:none}
.header{
  padding:20px 25px}
.stamp{
  display:none}
}

@media(max-width:760px){
  :root{
  --space:18px}
.header{
  padding:14px 18px;
  gap:12px}
.brand{
  font-size:27px;
  gap:8px}
.brand svg{
  width:23px;
  height:28px}
.locale select{
  max-width:109px;
  font-size:11px;
  padding:0 5px;
  min-height:40px}
.age{
  font-size:9px;
  padding:4px}
.layout{
  display:block}
.sidebar{
  display:none}
main{
  padding:27px 18px 0}
.intro{
  margin-bottom:23px}
.intro h1{
  font-size:36px;
  max-width:420px;
  line-height:1.08;
  letter-spacing:-1.2px}
.subtitle{
  font-size:12px;
  max-width:340px;
  margin-top:12px}
.eyebrow{
  font-size:9px}
.section-number{
  margin-right:6px}
.toolbar{
  gap:8px}
.filter-button{
  padding:0 12px;
  font-size:12px}
.filter-button>svg{
  width:18px}
.search{
  padding:0 10px;
  gap:7px}
.search input{
  font-size:12px;
  min-height:46px}
.categories{
  gap:2px;
  margin-top:14px;
  flex-wrap:nowrap;
  overflow-x:auto}
.categories button{
  flex-shrink:0;
  padding:8px 8px;
  font-size:11px;
  min-height:44px}
.results-bar{
  font-size:10px;
  margin:3px 0 7px}
.text-button{
  font-size:11px}
.grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:23px 12px}
.art{
  aspect-ratio:1.13}
.art .initial{
  font-size:86px;
  left:12px;
  bottom:-4px;
  letter-spacing:-5px}
.art .sample{
  right:8px;
  bottom:9px;
  font-size:7px}
.status{
  left:8px;
  top:9px;
  font-size:8px;
  padding:5px 6px}
.save{
  top:2px;
  right:2px;
  width:44px;
  height:44px;
  background:transparent}
.save svg{
  width:19px;
  height:19px;
  filter:drop-shadow(0 0 3px var(--room-bg))}
.card-info{
  padding-top:9px}
.card h2{
  font-size:13px}
.card-meta{
  font-size:10px;
  margin-top:3px}
.journal{
  margin-top:34px;
  padding-top:20px}
.section-heading .small{
  font-size:8px}
.guide-grid{
  gap:12px}
.guide-grid>a{
  padding:19px 16px 20px}
.guide-grid h2{
  font-size:22px;
  margin-top:17px}
.guide-grid p{
  font-size:11px}
.guide-arrow{
  right:13px;
  top:13px;
  font-size:22px}
.footer{
  gap:12px;
  margin-top:25px;
  padding-bottom:105px}
.footer>p{
  width:100%;
  line-height:1.5}
.mobile-nav{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  align-items:center;
  position:fixed;
  bottom:0;
  left:0;
  right:0;
  z-index:5;
  border-top:1px solid var(--line);
  padding:6px 10px max(7px,env(safe-area-inset-bottom));
  background:var(--surface)}
.mobile-nav a,.mobile-nav button{
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:4px;
  min-height:49px;
  font-size:10px;
  border-radius:4px}
.mobile-nav a>span:first-child{
  font-size:21px;
  line-height:1}
.mobile-nav svg{
  height:20px;
  width:20px}
.mobile-nav [aria-current="page"]{
  color:var(--copper);
  background:#eee6d9}
.toast{
  bottom:84px;
  width:max-content;
  text-align:center}
dialog{
  padding:22px;
  max-height:calc(100dvh - 28px)}
#filters{
  margin:auto 0 0;
  width:100%;
  max-width:none;
  border-radius:14px 14px 0 0;
  padding:24px 22px max(28px,env(safe-area-inset-bottom))}
.dialog-actions>*{
  flex:1}
.empty{
  padding:34px 18px}
.empty h2{
  font-size:24px}
.empty p{
  font-size:13px}
}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{
  scroll-behavior:auto!important;
  transition:none!important}
}


.card h2{
  overflow-wrap:anywhere}
.art{
  --room-bg:#c9d5c5;
  --room-ink:#42594e}
.card:nth-child(4n+2) .art{
  --room-bg:#d9c4ab;
  --room-ink:#675441}
.card:nth-child(4n+3) .art{
  --room-bg:#c9ced3;
  --room-ink:#4b5868}
.card:nth-child(4n+4) .art{
  --room-bg:#d6c2be;
  --room-ink:#714f4a}

.article{
  max-width:680px;
  min-height:60vh;
  padding:20px 0 40px}
.article h1{
  font:400 40px/1.15 Georgia,serif;
  letter-spacing:-1px;
  margin:20px 0}
.article p{
  line-height:1.8;
  margin:20px 0}
.article .primary{
  display:inline-block}
.guide-grid>a{
  display:block}
#room-live{
  display:inline-block}
.card-meta{
  min-height:15px}

/* CamTempo live beta — nocturnal palette, photographic grid. */
:root {
  --ink: #e4ebe1;
  --paper: #101d1b;
  --surface: #172824;
  --copper: #e3a080;
  --text: #e4ebe1;
  --muted: #a7b4aa;
  --line: #344740;
  --mint: #cfdfbd;
  --focus: #edb596;
}
.notice { background: #263f35; color: #d8e4cf; }
.header { background: #0a1514; color: #f4f0e7; border-bottom-color: #344740; }
.locale select { background: #172824; color: #e4ebe1; }
.sidebar nav a[aria-current="page"], .categories button[aria-pressed="true"] { background: #cfdfbd; color: #183529; }
.sidebar-note { color: #a7b4aa; }
.search { background: #172824; }
.search input { color: #e4ebe1; }
.search input::placeholder { color: #a7b4aa; }
.filter-button { border-color: #596e60; }
.filter-button:hover { background: #2a4033; }
.primary { background: #e3a080; color: #25160f; font-weight: 700; }
.primary:hover:not(:disabled) { background: #f0b294; }
.guide-grid>a { background: #20362d; }
.guide-grid>a:last-child { background: #352c24; }
.guide-grid>a:hover { background: #2c4436; }
.guide-grid h2 { color: #e4ebe1; }
.art { aspect-ratio: 4 / 3; background: #21372e; }
.art img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.art:has(img)::before, .art:has(img)::after, .art:has(img) .initial, .art:has(img) .sample { display: none; }
.status { background: #10241eed; color: #f0f3e8; }
.status::before { background: #b8de93; }
.save { background: #10241ee8; color: #f2f2e6; }
.save[aria-pressed="true"] svg { fill: #f0ac89; stroke: #f0ac89; }
.mobile-nav { background: #11211c; }
.mobile-nav [aria-current="page"] { background: #29402f; color: #e0b094; }
.toast { background: #d5e5c6; color: #172a1f; }
.intro h1 { font-size: clamp(30px, 3vw, 43px); }
.intro { margin-bottom: 21px; }
@media (max-width: 760px) {
  main { padding-top: 22px; }
  .intro h1 { font-size: 32px; }
  .intro .subtitle { margin-top: 9px; }
  .intro { margin-bottom: 18px; }
  .save { background: #10241ed9; top: 6px; right: 6px; width: 34px; min-height: 34px; height: 34px; }
  .save::after { content: ''; position: absolute; inset: -5px; }
}

/* The room is a viewing surface, with controls kept outside the video. */
.notice { display: block; text-align: center; text-decoration: none; }
.notice:hover { background: #304b3e; }
#room { width: min(880px, calc(100% - 40px)); max-height: calc(100dvh - 40px); padding: 0; border: 1px solid #3d5045; border-radius: 18px; background: #101d1b; box-shadow: 0 32px 120px #0009; }
#room::backdrop { background: #06100de0; backdrop-filter: blur(7px); }
.room-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 22px; }
.room-identity { display: flex; align-items: center; gap: 12px; min-width: 0; }
.room-identity > div { min-width: 0; }
#room-avatar { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 42px; border-radius: 50%; border: 1px solid #58715c; background: #263f35; color: #cfdfbd; font-size: 22px; }
#room h2 { margin: 0; font: 600 18px/1.3 Arial, Helvetica, sans-serif; letter-spacing: -.3px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#room-status { margin: 5px 0 0; color: #a7b4aa; font-size: 11px; line-height: 1.3; letter-spacing: .3px; }
#room .close { border: 0; background: #20332b; color: #cfdfbd; }
.player { position: relative; aspect-ratio: 16 / 9; background: #07100d; overflow: hidden; border-block: 1px solid #283c31; }
.player > p { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 12px; margin: 0; padding: 16px; color: #a7b4aa; font-size: 12px; }
.player-mark { font-size: 30px; color: #cfdfbd; }
#player-frame, #player-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.room-controls { display: flex; align-items: center; gap: 10px; padding: 14px 22px; }
.room-controls button { min-height: 44px; }
.room-favorite { display: flex; align-items: center; gap: 8px; padding: 0 12px; border-radius: 8px; background: #20332b; font-size: 12px; }
.room-controls svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.room-favorite[aria-pressed="true"] { color: #e3a080; }
.room-favorite[aria-pressed="true"] svg { fill: currentColor; }
.player-reload { display: grid; place-items: center; width: 44px; flex-shrink: 0; border-radius: 8px; color: #a7b4aa; }
.player-reload:hover, .room-favorite:hover { background: #2c4337; }
.room-return { margin-left: auto; padding: 0; color: #cfdfbd; font-size: 12px; }
.room-return span { margin-left: 8px; color: #e3a080; }
#room-live { margin-left: auto; }
#room-live:not([hidden]) + .room-return { display: none; }
@media (max-width: 600px) {
  #room { width: calc(100% - 16px); max-height: calc(100dvh - 24px); border-radius: 14px; }
  .room-heading { padding: 14px; gap: 10px; }
  #room h2 { font-size: 16px; }
  #room-avatar { width: 36px; height: 36px; flex-basis: 36px; font-size: 19px; }
  .room-controls { padding: 10px 12px; gap: 4px; flex-wrap: wrap; }
  .room-return { font-size: 11px; }
  .room-favorite { padding: 0 8px; font-size: 11px; }
}

@keyframes room-arrive {
  from { opacity: 0; transform: translateY(10px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes backdrop-arrive { from { opacity: 0; } to { opacity: 1; } }
@keyframes favorite-added { 50% { transform: scale(1.16); } }
@media (prefers-reduced-motion: no-preference) {
  #room[open] { animation: room-arrive 180ms cubic-bezier(.2,.7,.2,1) both; }
  #room[open]::backdrop { animation: backdrop-arrive 180ms ease-out both; }
  .art img { transition: transform 240ms ease-out; }
  .save[aria-pressed="true"] svg, .room-favorite[aria-pressed="true"] svg { animation: favorite-added 180ms ease-out; }
  .room-controls button, #room .close { transition: background-color 140ms ease, transform 140ms ease; }
  .room-controls button:active, #room .close:active { transform: scale(.96); }
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .card-link:hover .art img { transform: scale(1.025); }
}

.grid-end { min-height: 28px; margin: 20px 0; text-align: center; }
#grid-loading { display: flex; justify-content: center; align-items: center; gap: 10px; color: var(--muted); font-size: 12px; }
.loading-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); }
#grid-retry { border-color: var(--line); }
@keyframes loading-breathe { 50% { opacity: .35; } }
@media (prefers-reduced-motion: no-preference) { .loading-dot { animation: loading-breathe 1s ease-in-out infinite; } }

.footer > a, .footer > button { font-size: 12px; color: var(--muted); }
.analytics-choice { position: fixed; z-index: 20; bottom: 84px; right: 16px; width: min(360px, calc(100% - 32px)); padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); box-shadow: 0 12px 40px #0006; }
.analytics-choice p { font-size: 12px; line-height: 1.6; margin: 0 0 10px; }
.analytics-choice > div { display: flex; gap: 10px; }
.analytics-choice button { flex: 1; border-color: var(--line); }
@media (min-width: 901px) { .analytics-choice { bottom: 20px; } }
