@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@500;700;900&family=Oswald:wght@300;400;500;600&display=swap');
:root{color-scheme:dark;--gold:#e9ad48;--cream:#fff2d9;--red:#f54f5b;--violet:#bc61e9}*{box-sizing:border-box}body{margin:0;color:var(--cream);background:#080607;font-family:Oswald,Arial,sans-serif}.frame{position:relative;margin:1vh 1vw;min-height:98vh;display:grid;grid-template-columns:18% 1fr 6%;gap:1.5%;padding:1.2%;border:3px double var(--gold);box-shadow:inset 0 0 0 7px #130a08,0 0 60px #000;background:radial-gradient(ellipse at 80% 20%,#40101177,transparent 42%),linear-gradient(122deg,#210b09,#080808 37%,#120507 79%,#070607);overflow:hidden}.frame:before{content:'❧';position:absolute;color:#9f441924;font:20rem Georgia;right:4%;top:-8%;pointer-events:none}.brand{position:relative;border-right:1px solid #b17936a0;display:flex;flex-direction:column;align-items:center;padding:1%}.brand img{width:100%;height:auto;max-height:47vh;object-fit:contain;mix-blend-mode:screen}.motto{align-self:stretch;margin:auto 10% 5%;padding-left:15%;border-left:2px solid var(--gold);font:clamp(13px,1.6vw,26px)/1.5 Cinzel,serif;letter-spacing:.14em}.content{min-width:0;display:flex;flex-direction:column}header{min-height:24vh;display:flex;align-items:center;justify-content:center;text-align:center;position:relative}h1{font:900 clamp(38px,5.5vw,100px)/.9 Cinzel,Georgia,serif;letter-spacing:.025em;color:var(--cream);text-shadow:0 4px #9f591a,0 8px 17px #000;margin:0}#subtitle{margin:.7rem 0 0;letter-spacing:.4em;font-size:clamp(12px,1vw,20px)}.clock{position:absolute;right:-10%;top:5%;width:9%;min-width:105px;border-bottom:1px solid #aa783b;text-align:center;z-index:2}.clock strong{font:600 clamp(24px,2.5vw,46px) Oswald;display:block;color:var(--cream);white-space:nowrap}.clock small{font:400 clamp(8px,.75vw,13px)/1.5 Cinzel;letter-spacing:.12em}.daily{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1%;flex:1;min-height:58vh}.station{background:#090909b8;border:2px solid var(--gold);border-radius:10px;padding:1%;display:flex;flex-direction:column;box-shadow:inset 0 0 28px #000}.station:nth-child(2){border-color:#d92c40}.station:nth-child(3){border-color:#994ac8}.station h2{color:var(--gold);font-size:clamp(20px,2vw,38px);margin:0 2% 1%;display:flex;align-items:center;justify-content:space-between}.station:nth-child(2) h2{color:var(--red)}.station:nth-child(3) h2{color:var(--violet)}.station h2 small{font-size:clamp(10px,.9vw,18px);letter-spacing:.2em}.row{display:grid;grid-template-columns:18% 1fr auto;gap:3%;align-items:center;min-height:75px;margin:3px 0;padding:1% 3%;border:1px solid #383536;border-radius:7px;background:linear-gradient(#202023,#101012);font-size:clamp(15px,1.4vw,26px)}.row time{font-size:1.05em}.row .client{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.row .client b{font-weight:500}.row .desc{color:#c8c3c0;font-size:.68em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.row .arrow{color:#b1a8a0;padding:0 .3em}.row .dot{color:var(--gold);font-size:.8em}.row.now{border-color:#ffd54c;background:linear-gradient(#503309,#241603);box-shadow:0 0 15px #e0a21eaa}.row.now .badge{background:#efb940;color:#160e01;border-radius:4px;font-size:.6em;padding:.15em .4em}.free{color:#dfdcda}.monthly{flex:1;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));grid-template-rows:auto repeat(6,1fr);border:1px solid #a67837;border-radius:8px;overflow:hidden;min-height:61vh}.monthly[hidden],.daily[hidden]{display:none}.weekday{text-align:center;color:var(--gold);letter-spacing:.1em;border:1px solid #60492a;padding:4px}.day{border:1px solid #413526;min-width:0;padding:3px 5px;background:#101112e0;overflow:hidden}.day.other{opacity:.35}.day.today{outline:2px solid var(--gold);outline-offset:-2px;background:#422d0b}.day .num{color:var(--cream);font-size:clamp(12px,1vw,20px)}.day .entry{display:block;font-size:clamp(8px,.72vw,13px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.entry i{color:var(--gold);font-style:normal}.entry:nth-of-type(3) i{color:var(--red)}.entry:nth-of-type(4) i{color:var(--violet)}.rotation{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--gold);z-index:1}.rotation span{font-size:clamp(40px,5vw,90px)}.rotation small{font-size:clamp(9px,.75vw,14px);color:#eee;line-height:1.5}.rotation b{color:var(--gold)}.status{position:fixed;bottom:1px;right:1vw;color:#b8a484;background:#160b08bd;font:11px Arial;padding:4px 8px}@media(max-width:900px){.frame{grid-template-columns:1fr;gap:8px;min-height:98vh}.brand{border:0;flex-direction:row;height:80px;justify-content:center}.brand img{height:80px;width:auto}.motto,.rotation{display:none}header{min-height:130px}h1{font-size:clamp(30px,6vw,54px)}.clock{right:2px;top:0;width:auto;min-width:0}.clock small{display:none}.daily{grid-template-columns:1fr;gap:10px}.station{min-height:210px}.row{min-height:50px}.monthly{min-height:60vh}.day .entry{font-size:9px}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}
