.tc-desk{position:fixed;inset:0;z-index:9000;background:rgb(5 4 5 / .4);backdrop-filter:blur(30px) saturate(1.3);-webkit-backdrop-filter:blur(30px) saturate(1.3);display:flex;align-items:center;justify-content:center;overflow:hidden;opacity:0;pointer-events:none;visibility:hidden;transition:opacity .35s ease-out,visibility 0s linear .35s}html.tc-desk-open .tc-desk{opacity:1;pointer-events:auto;visibility:visible;transition:opacity .35s ease-out,visibility 0s linear 0s}html.tc-desk-open{overflow:hidden}.tc-desk__frame{position:relative;width:min(100vw, calc(100vh * 1800 / 1013));height:min(100vh, calc(100vw * 1013 / 1800));background:var(--desk-hero) center / contain no-repeat;background-color:#0a0807}.tc-desk__frame::after{content:"";position:absolute;inset:0;background:radial-gradient(50% 35% at 50% 14%,#00e5ff18,transparent 70%),radial-gradient(35% 35% at 82% 78%,#ff2bd920,transparent 70%);mix-blend-mode:screen;animation:tc-desk-breathe 8s ease-in-out infinite;pointer-events:none}.tc-desk__frame::before{content:"";position:absolute;left:0;bottom:0;width:42%;height:62%;background:radial-gradient(ellipse at 20% 80%,#ffb44638 0%,#ff7a0014 35%,transparent 65%);mix-blend-mode:screen;pointer-events:none}@keyframes tc-desk-breathe{0%,100%{opacity:.55}50%{opacity:.95}}.tc-desk__monitor{position:absolute;left:25%;top:20%;width:43%;height:37%;background:radial-gradient(120% 90% at 50% 55%,#1a0f24 0%,#0a0612 80%),#07050d;border:3px solid #161618;border-radius:10px;clip-path:polygon(0% 0%,12% 1%,25% 2%,38% 2.8%,50% 3%,62% 2.8%,75% 2%,88% 1%,100% 0%,100% 100%,88% 99%,75% 98%,62% 97.2%,50% 97%,38% 97.2%,25% 98%,12% 99%,0% 100%);transform:perspective(1400px) rotateX(-3deg);transform-origin:50% 100%;box-shadow:0 0 0 1px #2a2a2d inset,0 0 0 2px #565659 inset,0 0 60px #2c0f44 inset;padding:1% 6% 6%;color:#f6f1e3;font-family:"Iowan Old Style","Palatino Linotype",Georgia,serif;overflow:hidden}.tc-desk__monitor::before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(to bottom,transparent 0 2px,#ffffff05 2px 3px);mix-blend-mode:screen;opacity:.55;pointer-events:none}.tc-desk__monitor-title{margin:0 0 .3em;font-family:Georgia,serif;font-size:clamp(13px, 1.4vw, 22px);font-weight:600;letter-spacing:.18em;text-transform:uppercase;text-align:center;color:#f1e9d0;text-shadow:0 0 12px #00e5ff66,0 0 26px #b51bff33}.tc-desk__toc{list-style:none;margin:0;padding:0 3%;display:flex;flex-direction:column;gap:1px}.tc-desk__toc li a{display:grid;grid-template-columns:1fr auto;align-items:end;gap:12px;text-decoration:none;color:#f1e9d0;font-style:italic;font-size:clamp(12px, 1.15vw, 18px);line-height:1.25;padding:2px 6px;border-radius:3px;transition:background .2s,color .2s,text-shadow .2s}.tc-desk__toc li a:hover{color:#fff;background:#00e5ff14;text-shadow:0 0 8px #00e5ff99,0 0 16px #b51bff44}.tc-desk__toc .title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tc-desk__toc .pageno{font-style:normal;font-weight:600;color:#a89d80}.tc-desk__toc-aside-label{margin:1.2em 0 .2em;padding:0 3%;font-family:Georgia,serif;font-size:clamp(9px, 0.85vw, 11px);font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:#8a7f66;text-align:left}.tc-desk__toc--aside li a{font-size:clamp(10px, 0.95vw, 14px);color:#c7bea0;opacity:.82}.tc-desk__toc--aside li a:hover{color:#fff;opacity:1}.tc-desk__toc--aside .pageno{color:#8a7f66;font-size:1.1em}.tc-desk__search{display:flex;flex-direction:column;gap:8px;padding:4px 2px 0}.tc-desk__search[hidden]{display:none}.tc-desk__search-input{width:100%;background:#ffffff10;border:0;border-bottom:1px solid #f1e9d066;color:#fff;font-family:inherit;font-size:clamp(11px, 1.1vw, 17px);padding:6px 4px;outline:none;box-shadow:0 0 16px #00e5ff22 inset}.tc-desk__search-input:focus{border-bottom-color:#00e5ff;box-shadow:0 0 20px #00e5ff44 inset}.tc-desk__search-input::placeholder{color:#f1e9d088;font-style:italic}.tc-desk__chips{display:flex;flex-wrap:wrap;gap:4px;margin-top:2px}.tc-desk__chip{background:#ffffff14;color:#f1e9d0;border:1px solid #f1e9d033;border-radius:999px;padding:2px 9px;font-family:inherit;font-size:clamp(9px, .85vw, 13px);cursor:pointer;transition:background .15s,border-color .15s,color .15s}.tc-desk__chip:hover{background:#00e5ff22;border-color:#00e5ff88;color:#fff}.tc-desk__search-back{align-self:flex-start;background:#fff0;color:#a89d80;border:0;font-style:italic;font-size:clamp(9px, .82vw, 13px);cursor:pointer;padding:4px 0 0;text-decoration:underline;text-decoration-style:dotted}.tc-desk__search-back:hover{color:#f1e9d0}.tc-desk__monitor.is-searching .tc-desk__toc,.tc-desk__monitor.is-searching .tc-desk__toc-aside-label,.tc-desk__monitor.is-searching .tc-desk__monitor-title{display:none}.tc-desk__screensaver{position:absolute;inset:0;background:#000;overflow:hidden;opacity:0;pointer-events:none;transition:opacity 1.2s ease-in;z-index:3}.tc-desk__monitor.is-idle .tc-desk__screensaver{opacity:1}.tc-desk__monitor.is-idle .tc-desk__monitor-title,.tc-desk__monitor.is-idle .tc-desk__toc,.tc-desk__monitor.is-idle .tc-desk__search{visibility:hidden}.tc-desk__matrix-col{position:absolute;top:0;width:1em;font-family:"Courier New","Consolas",monospace;font-size:clamp(9px, .9vw, 15px);line-height:1.05;color:#0c3;text-align:center;text-shadow:0 0 4px #00ff4188;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 18%,#000 88%,#fff 100%);mask-image:linear-gradient(to bottom,transparent 0%,#000 18%,#000 88%,#fff 100%);animation:tc-desk-matrix var(--duration,6000ms) linear var(--delay,0ms) infinite;pointer-events:none;will-change:transform}.tc-desk__matrix-col span{display:block}.tc-desk__matrix-col span:last-child{color:#fff;text-shadow:0 0 6px #00ff88,0 0 12px #00ff4188}@keyframes tc-desk-matrix{0%{transform:translateY(-100%)}100%{transform:translateY(110%)}}.tc-desk__screensaver-mark{position:absolute;right:14px;bottom:10px;font-family:Georgia,serif;font-size:clamp(10px, .9vw, 14px);letter-spacing:.14em;text-transform:uppercase;color:#00ff4188;text-shadow:0 0 8px #00ff4144;animation:tc-desk-mark-pulse 4s ease-in-out infinite;z-index:4}@keyframes tc-desk-mark-pulse{0%,100%{opacity:.35}50%{opacity:.75}}@media (prefers-reduced-motion:reduce){.tc-desk__matrix-col,.tc-desk__screensaver-mark,.tc-desk__hotspot::after{animation:none!important}.tc-desk__matrix-col{transform:translateY(5%)}.tc-desk__hotspot::after{opacity:0}}.tc-desk__hotspot{position:absolute;cursor:help;perspective:600px}.tc-desk__hotspot--clickable{cursor:pointer}.tc-desk__hotspot:hover{z-index:10}.tc-desk__hotspot::before{content:"";position:absolute;inset:0;background-image:var(--hot-png);background-repeat:no-repeat;background-size:contain;background-position:center;transform:scale(1);transform-origin:50% 50%;transition:transform .2s cubic-bezier(.34,1.45,.64,1),filter .25s ease-out;pointer-events:none;z-index:1;animation:tc-desk-glow-pulse 20s ease-in-out infinite;animation-delay:calc(var(--hot-x, 50) * -0.17s + var(--hot-y, 50) * -0.09s)}.tc-desk__hotspot:hover::before{animation:none;transform:scale(1.35) rotateY(var(--tilt-x,0deg)) rotateX(var(--tilt-y,0deg));filter:drop-shadow(0 10px 22px rgb(0 0 0 / .55));z-index:5}@keyframes tc-desk-glow-pulse{0%,70%,100%{filter:brightness(1) saturate(1)}85%{filter:brightness(1.22) saturate(1.15)}}.tc-desk__hotspot::after{content:"";position:absolute;inset:0;background-image:linear-gradient(115deg,transparent 18%,rgb(190 150 255 / .45) 32%,rgb(120 200 255 / .78) 41%,rgb(255 255 255 / 1) 50%,rgb(255 230 140 / .78) 59%,rgb(255 170 210 / .45) 68%,transparent 82%);background-size:280% 100%;background-repeat:no-repeat;background-position:200% 0;-webkit-mask-image:var(--hot-png);mask-image:var(--hot-png);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;pointer-events:none;z-index:3;opacity:0;animation-name:tc-desk-sheen;animation-duration:20s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-delay:calc(var(--hot-x, 50) * -0.17s + var(--hot-y, 50) * -0.09s)}.tc-desk__hotspot:hover::after{animation:none;opacity:0}#tc-desk-mouse::before,#tc-desk-mouse::after{animation:none;opacity:0}@keyframes tc-desk-sheen{0%,70%{background-position:200% 0;opacity:0}75%{opacity:1}95%{opacity:1}100%{background-position:-100% 0;opacity:0}}.tc-desk__card{position:absolute;background:#f6f1e3;color:#1f1a14;font-family:"Caveat","Kalam",cursive;font-size:18px;line-height:1.25;padding:10px 14px;border-radius:3px;box-shadow:0 10px 25px #000a,0 2px 4px #0007;opacity:0;pointer-events:none;transition:opacity .22s,transform .22s;white-space:normal;width:220px;max-width:230px;z-index:5}.tc-desk__btc-quip{display:block;margin-top:6px;font-size:.85em;opacity:.75;font-variant-numeric:tabular-nums}.tc-desk__card--below{left:50%;top:100%;margin-top:12px;transform:translate(-50%,6px) rotate(-1.4deg)}.tc-desk__hotspot:hover .tc-desk__card--below{opacity:1;transform:translate(-50%,0) rotate(-1.4deg)}.tc-desk__card--below::before{content:"";position:absolute;top:-8px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:8px solid #fff0;border-right:8px solid #fff0;border-bottom:9px solid #f6f1e3;filter:drop-shadow(0 -1px 0 #0002)}.tc-desk__card--above{left:50%;bottom:100%;margin-bottom:12px;transform:translate(-50%,-6px) rotate(-1.4deg)}.tc-desk__hotspot:hover .tc-desk__card--above{opacity:1;transform:translate(-50%,0) rotate(-1.4deg)}.tc-desk__card--above::before{content:"";position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:8px solid #fff0;border-right:8px solid #fff0;border-top:9px solid #f6f1e3;filter:drop-shadow(0 1px 0 #0002)}.tc-desk__card--right{left:100%;top:50%;margin-left:12px;transform:translate(6px,-50%) rotate(-1.4deg)}.tc-desk__hotspot:hover .tc-desk__card--right{opacity:1;transform:translate(0,-50%) rotate(-1.4deg)}.tc-desk__card--right::before{content:"";position:absolute;left:-8px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:8px solid #fff0;border-bottom:8px solid #fff0;border-right:9px solid #f6f1e3;filter:drop-shadow(-1px 0 0 #0002)}.tc-desk__card--left{right:100%;top:50%;margin-right:12px;transform:translate(-6px,-50%) rotate(-1.4deg)}.tc-desk__hotspot:hover .tc-desk__card--left{opacity:1;transform:translate(0,-50%) rotate(-1.4deg)}.tc-desk__card--left::before{content:"";position:absolute;right:-8px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:8px solid #fff0;border-bottom:8px solid #fff0;border-left:9px solid #f6f1e3;filter:drop-shadow(1px 0 0 #0002)}.tc-desk__drawer{position:fixed;inset:0;background:rgb(2 0 10 / .45);backdrop-filter:blur(14px) saturate(1.2);-webkit-backdrop-filter:blur(14px) saturate(1.2);display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .25s;z-index:9100}.tc-desk__drawer.is-open{opacity:1;pointer-events:auto}.tc-desk__drawer-inner{background:linear-gradient(135deg,rgb(255 195 215 / .32) 0%,rgb(195 220 255 / .3) 50%,rgb(210 255 220 / .32) 100%);backdrop-filter:blur(30px) saturate(1.6);-webkit-backdrop-filter:blur(30px) saturate(1.6);color:#f9f3e8;padding:30px 36px 34px;border-radius:22px;border:1px solid rgb(255 255 255 / .38);box-shadow:0 30px 80px rgb(0 0 0 / .45),0 0 60px rgb(255 170 200 / .2),inset 0 1px 0 rgb(255 255 255 / .4);max-width:580px;width:90%;position:relative;transform:translateY(20px) scale(.92) rotate(-1deg);opacity:0;transition:transform .42s cubic-bezier(.34,1.56,.64,1),opacity .35s ease-out;font-family:"Iowan Old Style",Georgia,serif}.tc-desk__drawer.is-open .tc-desk__drawer-inner{transform:translateY(0) scale(1) rotate(0);opacity:1;animation:tc-desk-drawer-corona 12s ease-in-out infinite 0.8s}@keyframes tc-desk-drawer-corona{0%,100%{box-shadow:0 30px 80px rgb(0 0 0 / .45),0 0 60px rgb(255 170 200 / .25),inset 0 1px 0 rgb(255 255 255 / .4);border-color:rgb(255 200 220 / .55)}25%{box-shadow:0 30px 80px rgb(0 0 0 / .45),0 0 70px rgb(180 230 255 / .28),inset 0 1px 0 rgb(255 255 255 / .4);border-color:rgb(200 230 255 / .55)}50%{box-shadow:0 30px 80px rgb(0 0 0 / .45),0 0 70px rgb(170 240 200 / .28),inset 0 1px 0 rgb(255 255 255 / .4);border-color:rgb(190 245 210 / .55)}75%{box-shadow:0 30px 80px rgb(0 0 0 / .45),0 0 70px rgb(255 230 160 / .28),inset 0 1px 0 rgb(255 255 255 / .4);border-color:rgb(255 235 180 / .55)}}.tc-desk__drawer-close{position:absolute;right:10px;top:6px;background:#fff0;border:0;font-size:28px;line-height:1;color:rgb(255 255 255 / .8);cursor:pointer;padding:4px 12px;transition:color .18s,transform .25s,text-shadow .18s}.tc-desk__drawer-close:hover{color:#fff;transform:rotate(90deg);text-shadow:0 0 10px #ffd9ec}.tc-desk__drawer h2,.tc-desk__drawer .tc-desk__drawer-title{margin:0 0 4px;font-family:Georgia,serif;font-size:26px;letter-spacing:.03em;color:#fff;text-shadow:0 0 14px rgb(255 200 230 / .5),0 0 28px rgb(200 230 255 / .3)}.tc-desk__drawer-sub{margin:0 0 20px;font-style:italic;color:rgb(255 255 255 / .75);font-size:14px}.tc-desk__drawer-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.tc-desk__drawer-card{display:block;padding:18px 18px;background:rgb(255 255 255 / .1);backdrop-filter:blur(12px) saturate(1.2);-webkit-backdrop-filter:blur(12px) saturate(1.2);border:1px solid rgb(255 255 255 / .3);border-radius:14px;text-decoration:none;color:#f9f3e8;transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s,border-color .25s,background .25s;--card-rgb:255, 200, 220;opacity:0;transform:scale(.5) translateY(12px) rotate(var(--enter-rot,-4deg))}.tc-desk__drawer-card:nth-child(8n+1){--card-rgb:255, 170, 190;--enter-rot:-5deg}.tc-desk__drawer-card:nth-child(8n+2){--card-rgb:170, 220, 255;--enter-rot:5deg}.tc-desk__drawer-card:nth-child(8n+3){--card-rgb:210, 180, 255;--enter-rot:-4deg}.tc-desk__drawer-card:nth-child(8n+4){--card-rgb:255, 230, 150;--enter-rot:4deg}.tc-desk__drawer-card:nth-child(8n+5){--card-rgb:170, 240, 200;--enter-rot:-6deg}.tc-desk__drawer-card:nth-child(8n+6){--card-rgb:255, 190, 160;--enter-rot:3deg}.tc-desk__drawer-card:nth-child(8n+7){--card-rgb:255, 180, 230;--enter-rot:-3deg}.tc-desk__drawer-card:nth-child(8n){--card-rgb:195, 230, 170;--enter-rot:6deg}.tc-desk__drawer.is-open .tc-desk__drawer-card{animation:tc-desk-card-pop 0.62s cubic-bezier(.34,1.65,.54,1.1) forwards}.tc-desk__drawer.is-open .tc-desk__drawer-card:nth-child(1){animation-delay:0.22s}.tc-desk__drawer.is-open .tc-desk__drawer-card:nth-child(2){animation-delay:0.30s}.tc-desk__drawer.is-open .tc-desk__drawer-card:nth-child(3){animation-delay:0.38s}.tc-desk__drawer.is-open .tc-desk__drawer-card:nth-child(4){animation-delay:0.46s}.tc-desk__drawer.is-open .tc-desk__drawer-card:nth-child(5){animation-delay:0.54s}.tc-desk__drawer.is-open .tc-desk__drawer-card:nth-child(6){animation-delay:0.62s}.tc-desk__drawer.is-open .tc-desk__drawer-card:nth-child(7){animation-delay:0.70s}.tc-desk__drawer.is-open .tc-desk__drawer-card:nth-child(8){animation-delay:0.78s}@keyframes tc-desk-card-pop{0%{opacity:0;transform:scale(.5) translateY(12px) rotate(var(--enter-rot,-4deg))}50%{opacity:1}72%{transform:scale(1.06) translateY(-3px) rotate(calc(var(--enter-rot, -4deg) / -3))}100%{opacity:1;transform:scale(1) translateY(0) rotate(0)}}.tc-desk__drawer-card:hover{background:rgba(var(--card-rgb),.18);border-color:rgba(var(--card-rgb),.85);transform:scale(1.05) translateY(-3px) rotate(-1deg);box-shadow:0 12px 28px rgb(0 0 0 / .4),0 0 30px rgba(var(--card-rgb),.5)}.tc-desk__drawer-card-title{display:block;font-weight:600;font-size:17px;color:#fff;text-shadow:0 0 8px rgba(var(--card-rgb),.55)}.tc-desk__drawer-card-count{display:block;font-size:12px;color:rgb(255 255 255 / .7);margin-top:3px}@media (prefers-reduced-motion:reduce){.tc-desk__drawer.is-open .tc-desk__drawer-inner{animation:none!important}.tc-desk__drawer-card,.tc-desk__drawer.is-open .tc-desk__drawer-card{animation:none!important;opacity:1!important;transform:none!important}}html.tc-desk-open .tc-desk__frame{animation:tc-desk-stage-enter 1.0s cubic-bezier(.16,1,.3,1) forwards}@keyframes tc-desk-stage-enter{from{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}html.tc-desk-open .tc-desk__monitor{animation:tc-desk-monitor-boot 0.65s cubic-bezier(.2,.7,.3,1) 0s both}@keyframes tc-desk-monitor-boot{0%{opacity:0;filter:brightness(0);transform:perspective(1400px) rotateX(-3deg) scale(.97)}18%{opacity:.8;filter:brightness(2.5) blur(8px);transform:perspective(1400px) rotateX(-3deg) scale(.99)}32%{opacity:.4;filter:brightness(.4);transform:perspective(1400px) rotateX(-3deg) scale(.995)}55%{opacity:1;filter:brightness(1.4) blur(2px);transform:perspective(1400px) rotateX(-3deg) scale(1.002)}100%{opacity:1;filter:brightness(1) blur(0);transform:perspective(1400px) rotateX(-3deg) scale(1)}}html.tc-desk-open .tc-desk__monitor-title,html.tc-desk-open .tc-desk__toc{opacity:0;animation:tc-desk-content-fade .5s ease-out 0.55s forwards}@keyframes tc-desk-content-fade{to{opacity:1}}@media (prefers-reduced-motion:reduce){.tc-desk__frame,.tc-desk__frame::after,.tc-desk__hotspot::before,.tc-desk__hotspot::after,.tc-desk__monitor,.tc-desk__monitor-title,.tc-desk__toc,.tc-desk__drawer,.tc-desk__drawer-inner{animation:none!important;transition:opacity .15s!important;transform:none!important;filter:none!important}.tc-desk__hotspot::after{opacity:0!important}}.tc-desk__mobile{display:none}.tc-mobile-menu{display:none}@media (max-width:720px){.tc-desk__frame::after,.tc-desk__frame::before,.tc-desk__hotspot,.tc-desk__monitor{display:none}.tc-desk__frame{width:100vw;height:100vh;background-size:cover;background-position:center;filter:brightness(.4) blur(2px)}.tc-desk__mobile{display:none}.tc-mobile-menu{display:block;position:absolute;inset:0;z-index:2;overflow-y:auto;padding:84px 20px 48px;color:#f6f1e3;font-family:'Fraunces',Georgia,serif;background:linear-gradient(160deg,rgb(20 16 40 / .94) 0%,rgb(8 7 20 / .97) 100%);-webkit-overflow-scrolling:touch}.tc-mobile-menu__eyebrow{max-width:480px;margin:0 auto 14px;font-size:12px;letter-spacing:.3em;text-transform:uppercase;color:#a89d80;text-align:center}.tc-mobile-menu__list{list-style:none;margin:0 auto;padding:0;max-width:480px}.tc-mobile-menu__list>li{border-bottom:1px solid rgb(246 241 227 / .12)}.tc-mobile-menu__list>li>a,.tc-mm__toggle{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;box-sizing:border-box;padding:16px 6px;font-family:inherit;font-size:21px;font-style:italic;color:#f6f1e3;text-decoration:none;background:none;border:0;text-align:left;cursor:pointer}.tc-mm__toggle .tc-mm__chev{font-style:normal;color:#a89d80;transition:transform 0.25s ease}.tc-mm__group.is-open .tc-mm__chev{transform:rotate(180deg)}.tc-mm__sub{list-style:none;margin:0;padding:0;max-height:0;overflow:hidden;transition:max-height 0.32s ease}.tc-mm__group.is-open .tc-mm__sub{max-height:560px}.tc-mm__sub li a{display:block;padding:12px 6px 12px 22px;font-size:17px;color:#e8dcc2;text-decoration:none}.tc-mm__sub li a:active{color:#fff}@media (prefers-reduced-motion:reduce){.tc-mm__sub{transition:none}.tc-mm__chev{transition:none}}.tc-desk__mobile-list{list-style:none;margin:0 0 32px;padding:0;display:flex;flex-direction:column;gap:4px}.tc-desk__mobile-list a{display:block;padding:10px 4px;font-size:24px;font-style:italic;color:#f6f1e3;text-decoration:none;border-bottom:1px solid #f6f1e322}.tc-desk__mobile-list a:hover,.tc-desk__mobile-list a:focus-visible{color:#fff;background:rgb(244 183 64 / .16);border-radius:6px}.tc-desk__mobile-meta{display:grid;grid-template-columns:1fr;gap:22px;opacity:.85}.tc-desk__mobile-meta-block{border-top:1px solid #f6f1e322;padding-top:12px}.tc-desk__mobile-meta-label{display:block;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#a89d80;margin-bottom:6px}.tc-desk__mobile-meta-block ul{list-style:none;margin:0;padding:0}.tc-desk__mobile-meta-block a{display:block;padding:6px 4px;font-size:16px;color:#f1e9d0;text-decoration:none}}.tc-desk__toc:not(.tc-desk__toc--aside){background:linear-gradient(160deg,rgb(30 24 58 / .8) 0%,rgb(8 7 22 / .93) 100%);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:1px solid rgb(255 255 255 / .16);border-radius:10px;padding:2px 3% 3px;box-shadow:0 6px 22px -8px rgb(0 0 0 / .65),inset 0 1px 0 rgb(255 255 255 / .06)}.tc-desk__toc:not(.tc-desk__toc--aside) li a{color:#faf6ea;font-size:clamp(13px, 1.3vw, 19px);padding:1px 6px}.tc-desk__toc:not(.tc-desk__toc--aside) .pageno{color:#c9bd96}.tc-desk__toc-aside-label{color:#b3a684;margin:.5em 0 .15em}.tc-desk__toc--aside li a{color:#e0d8bf;opacity:1}.tc-desk__toc--aside .pageno{color:#b3a684}.tc-desk__mode-toggle{padding:7px 16px 8px;background:rgb(8 8 20 / .85);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgb(0 229 255 / .45);border-radius:999px;color:#d6f6fb;font-family:Georgia,serif;font-style:italic;font-size:clamp(11px, 1vw, 14px);cursor:pointer;transition:background .18s,border-color .18s,color .18s}.tc-desk__mode-toggle:hover,.tc-desk__mode-toggle:focus-visible{background:rgb(8 8 20 / .96);border-color:rgb(0 229 255 / .85);color:#fff;outline:none}.tc-desk__mode-toggle--plain{position:absolute;left:46.5%;top:58.6%;transform:translateX(-50%);z-index:5;white-space:nowrap;box-shadow:0 4px 14px rgb(0 0 0 / .5)}.tc-desk__mode-toggle--desk{display:block;margin:40px auto 0;padding:4px 8px;background:none;-webkit-backdrop-filter:none;backdrop-filter:none;border:none;border-radius:0;color:rgb(214 246 251 / .55);opacity:.85}.tc-desk__mode-toggle--desk:hover,.tc-desk__mode-toggle--desk:focus-visible{background:none;border:none;color:#eaf9fc;opacity:1;text-decoration:underline;text-underline-offset:3px}@media (max-width:720px){.tc-desk__mode-toggle--desk{display:none}}@media (min-width:721px){html.tc-desk-plain .tc-desk__frame{display:none}html.tc-desk-plain .tc-desk__mobile{display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;inset:0;z-index:1;overflow-y:auto;padding:clamp(40px, 7vh, 90px) clamp(24px, 5vw, 80px);color:#f6f1e3;font-family:'Fraunces',Georgia,serif}html.tc-desk-plain .tc-desk__plain-eyebrow{font-size:13px;letter-spacing:.32em;text-transform:uppercase;color:#a89d80;text-align:center;margin:0 0 clamp(20px, 4vh, 44px)}html.tc-desk-plain .tc-desk__mobile-list{list-style:none;margin:0 auto 34px;padding:0;max-width:460px;display:flex;flex-direction:column;gap:4px}html.tc-desk-plain .tc-desk__mobile-list a{display:block;padding:11px 6px;font-size:clamp(22px, 2.4vw, 30px);font-style:italic;color:#f6f1e3;text-decoration:none;border-bottom:1px solid rgb(246 241 227 / .14)}html.tc-desk-plain .tc-desk__mobile-list a:hover{color:#00e5ff}html.tc-desk-plain .tc-desk__mobile-meta{width:100%;max-width:1120px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(18px, 3vw, 48px);align-items:start}html.tc-desk-plain .tc-desk__mobile-meta-block{border-top:1px solid rgb(246 241 227 / .14);padding-top:12px}html.tc-desk-plain .tc-desk__mobile-meta-label{display:block;font-size:12px;letter-spacing:.14em;text-transform:uppercase;color:#a89d80;margin-bottom:8px}html.tc-desk-plain .tc-desk__mobile-meta-block ul{list-style:none;margin:0;padding:0}html.tc-desk-plain .tc-desk__mobile-meta-block a{display:block;padding:6px 4px;font-size:16px;color:#f1e9d0;text-decoration:none}html.tc-desk-plain .tc-desk__mobile-meta-block a:hover{color:#00e5ff}html.tc-desk-plain .tc-desk__mode-toggle--desk{margin:clamp(28px, 5vh, 56px) auto 0}}@media (min-width:721px) and (max-width:1024px){html.tc-desk-plain .tc-desk__mobile-meta{grid-template-columns:repeat(2,1fr);max-width:640px}}.tc-desk__plain-eyebrow{font-family:'Fraunces',Georgia,serif;font-size:12px;letter-spacing:.3em;text-transform:uppercase;color:#a89d80;text-align:center;margin:0 0 22px}.tc-plain-kid{font-weight:700;background-size:250% auto;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:#fff0;color:transparent!important}.tc-plain-kid--patience{background-image:linear-gradient(100deg,#C4B5FD,#A78BFA,#818CF8,#E879F9,#A78BFA,#C4B5FD);filter:drop-shadow(0 1px 8px rgb(167 139 250 / .4));animation:kid-label-sweep 9s ease-in-out infinite,aurora-wave 7s ease-in-out infinite}.tc-plain-kid--faith{background-image:linear-gradient(100deg,#FBCFE8,#F9A8D4,#F472B6,#FB7185,#F472B6,#FBCFE8);animation:kid-label-sweep 10s ease-in-out infinite,blossom-glow 4.5s ease-in-out infinite}.tc-plain-kid--daniel{background-image:linear-gradient(100deg,#86EFAC,#4ADE80,#22C55E,#16A34A,#4ADE80,#86EFAC);filter:drop-shadow(0 1px 8px rgb(34 197 94 / .4));animation:kid-label-sweep 8s ease-in-out infinite,dapple-flicker 5s ease-in-out infinite}@media (prefers-reduced-motion:reduce){.tc-plain-kid{animation:none!important;background-position:50% 50%}}.tc-trail-container{position:fixed;inset:0;pointer-events:none;z-index:99999;overflow:hidden}.tc-trail-particle{position:absolute;transform:translate(-50%,-50%);pointer-events:none;will-change:transform,opacity;line-height:1;user-select:none}.tc-trail-particle--stars{color:#ffe680;text-shadow:0 0 6px #ffd970,0 0 14px #ffb84055;animation:tc-trail-stars 1.6s ease-out forwards}@keyframes tc-trail-stars{0%{opacity:0;transform:translate(-50%,-50%) scale(.3) rotate(-20deg)}18%{opacity:1;transform:translate(-50%,-50%) scale(calc(var(--twinkle, 1) * 1.3)) rotate(10deg)}35%{opacity:.6;transform:translate(-50%,-50%) scale(calc(var(--twinkle, 1) * 0.7)) rotate(15deg)}55%{opacity:1;transform:translate(-50%,-50%) scale(calc(var(--twinkle, 1) * 1.1)) rotate(25deg)}100%{opacity:0;transform:translate(-50%,-50%) scale(.25) rotate(60deg) translateY(-26px)}}.tc-trail-particle--comet{width:6px;height:6px;border-radius:50%;background:radial-gradient(circle,#ffffff 25%,#80f8ff 60%,transparent 80%);box-shadow:0 0 12px #00e5ffcc,0 0 24px #00d4ff55;animation:tc-trail-comet 1.1s ease-out forwards}@keyframes tc-trail-comet{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}100%{opacity:0;transform:translate(-50%,-50%) scale(.25)}}.tc-trail-particle--bubbles{animation:tc-trail-bubbles 2.2s ease-out forwards}@keyframes tc-trail-bubbles{0%{opacity:0;transform:translate(-50%,-50%) scale(.4)}20%{opacity:.9;transform:translate(calc(-50% + var(--drift, 0px)),-50%) scale(1)}100%{opacity:0;transform:translate(calc(-50% + var(--drift, 0px)),calc(-50% - 80px)) scale(1.3)}}.tc-trail-particle--confetti{width:7px;height:10px;border-radius:2px;animation:tc-trail-confetti 1.8s ease-in forwards}@keyframes tc-trail-confetti{0%{opacity:0;transform:translate(-50%,-50%) scale(.5) rotate(0)}15%{opacity:1}100%{opacity:0;transform:translate(calc(-50% + var(--drift, 0px)),calc(-50% + 70px)) scale(.7) rotate(var(--spin,180deg))}}.tc-trail-particle--sparkles{font-size:16px;animation:tc-trail-sparkles 1.4s ease-out forwards}@keyframes tc-trail-sparkles{0%{opacity:0;transform:translate(-50%,-50%) scale(0) rotate(0)}25%{opacity:1;transform:translate(-50%,-50%) scale(1.4) rotate(calc(var(--spin, 360deg) * 0.3))}70%{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(calc(var(--spin, 360deg) * 0.7))}100%{opacity:0;transform:translate(-50%,-50%) scale(.3) rotate(var(--spin,360deg))}}@media (prefers-reduced-motion:reduce){.tc-trail-particle{display:none!important}}.tc-desk__trail-back{appearance:none;background:#fff0;border:0;color:rgb(255 255 255 / .65);font-family:inherit;font-style:italic;font-size:13px;padding:2px 0 8px;cursor:pointer;transition:color .18s}.tc-desk__trail-back:hover,.tc-desk__trail-back:focus-visible{color:#fff;outline:none}.tc-desk__trail-label{margin:16px 0 8px;font-style:italic;font-size:13px;color:rgb(255 255 255 / .7);letter-spacing:.02em}.tc-desk__color-swatches{display:grid;grid-template-columns:repeat(8,1fr);gap:8px}.tc-desk__color-swatches button{appearance:none;background:var(--swatch,#fff);border:2px solid rgb(255 255 255 / .3);border-radius:50%;width:100%;aspect-ratio:1;cursor:pointer;transition:transform .18s,border-color .18s,box-shadow .18s;box-shadow:0 2px 6px rgb(0 0 0 / .3)}.tc-desk__color-swatches button:hover,.tc-desk__color-swatches button:focus-visible{transform:scale(1.12);border-color:rgb(255 255 255 / .85);box-shadow:0 3px 10px rgb(0 0 0 / .35),0 0 12px rgb(255 255 255 / .3);outline:none}.tc-desk__color-swatches button.is-selected{border-color:#fff;transform:scale(1.1);box-shadow:0 3px 10px rgb(0 0 0 / .35),0 0 0 2px rgb(255 255 255 / .55),0 0 16px var(--swatch,#fff)}.tc-desk__trail-slider{width:100%;margin:4px 0 2px;-webkit-appearance:none;appearance:none;height:6px;background:rgb(255 255 255 / .18);border-radius:3px;outline:none;cursor:pointer}.tc-desk__trail-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 0 0 2px rgb(255 200 230 / .55),0 2px 6px rgb(0 0 0 / .4);cursor:pointer;transition:transform .15s}.tc-desk__trail-slider::-webkit-slider-thumb:hover{transform:scale(1.15)}.tc-desk__trail-slider::-moz-range-thumb{width:18px;height:18px;border:0;border-radius:50%;background:#fff;box-shadow:0 0 0 2px rgb(255 200 230 / .55),0 2px 6px rgb(0 0 0 / .4);cursor:pointer}.tc-desk__trail-slider-marks{display:flex;justify-content:space-between;font-size:11px;font-style:italic;color:rgb(255 255 255 / .55);margin:2px 2px 14px}.tc-desk__trail-kill{appearance:none;width:100%;background:rgb(255 100 130 / .15);border:1px solid rgb(255 130 160 / .55);border-radius:10px;color:rgb(255 220 230 / .95);font-family:inherit;font-size:14px;padding:12px 16px;margin-top:6px;cursor:pointer;transition:background .2s,border-color .2s,color .2s,box-shadow .2s}.tc-desk__trail-kill:hover,.tc-desk__trail-kill:focus-visible{background:rgb(255 100 130 / .3);border-color:rgb(255 150 180 / .85);color:#fff;box-shadow:0 0 20px rgb(255 130 160 / .35);outline:none}.tc-desk__games-back{appearance:none;background:#fff0;border:0;color:rgb(255 255 255 / .75);font:inherit;font-size:13px;cursor:pointer;padding:4px 8px 4px 0;margin-bottom:8px;letter-spacing:.02em;transition:color .18s,transform .18s}.tc-desk__games-back:hover,.tc-desk__games-back:focus-visible{color:#fff;transform:translateX(-3px);outline:none}.tc-desk__games-stats{display:flex;gap:24px;font-family:ui-monospace,"SF Mono",Menlo,Consolas,monospace;font-size:13px;color:#0fff8a;text-shadow:0 0 8px rgb(15 255 138 / .5);margin:4px 0 14px;letter-spacing:.06em}.tc-desk__games-stats strong{font-weight:700;color:#b6ffd6}.tc-desk__games-canvas-wrap{position:relative;background:linear-gradient(155deg,#3a2f29 0%,#1c1612 100%);padding:22px 26px 50px;border-radius:18px;width:fit-content;max-width:100%;margin-left:auto;margin-right:auto;box-shadow:0 24px 50px rgb(0 0 0 / .55),inset 0 1px 0 rgb(255 220 200 / .08),inset 0 0 0 1px rgb(0 0 0 / .45)}.tc-desk__games-canvas-wrap::before{content:'TC \00b7 arcade';position:absolute;bottom:16px;left:50%;transform:translateX(-50%);font-family:ui-monospace,"SF Mono",Menlo,Consolas,monospace;font-size:10px;color:rgb(255 200 180 / .45);letter-spacing:.35em;text-transform:uppercase}.tc-desk__games-canvas-wrap::after{content:'';position:absolute;bottom:19px;right:22px;width:7px;height:7px;border-radius:50%;background:#f34;box-shadow:0 0 10px #ff3344,0 0 2px #f34;animation:tc-games-tv-led 2.4s ease-in-out infinite}@keyframes tc-games-tv-led{0%,100%{opacity:.55}50%{opacity:1}}.tc-desk__games-screen{position:relative;background:#000;border-radius:10px;overflow:hidden;box-shadow:inset 0 0 0 1px rgb(15 255 138 / .28),inset 0 0 80px rgb(0 0 0 / .9),0 0 0 1px rgb(0 0 0 / .7),0 0 0 4px #0a0a0a,0 0 0 5px rgb(255 220 200 / .05)}.tc-desk__games-screen::after{content:'';position:absolute;inset:0;pointer-events:none;background:repeating-linear-gradient(0deg,rgb(0 0 0 / .18) 0,rgb(0 0 0 / .18) 1px,transparent 2px,transparent 4px);mix-blend-mode:multiply;opacity:.55}.tc-desk__games-canvas{display:block;image-rendering:pixelated;image-rendering:crisp-edges;max-width:100%;height:auto;outline:none}html.cursor-custom .tc-desk__drawer,html.cursor-custom .tc-desk__drawer *{cursor:auto}html.cursor-custom .tc-desk__drawer button,html.cursor-custom .tc-desk__drawer a,html.cursor-custom .tc-desk__drawer-card,html.cursor-custom .tc-desk__drawer [data-game]{cursor:pointer}html.cursor-custom .tc-desk__drawer input{cursor:text}.tc-desk__games-fs{position:absolute;top:26px;right:30px;z-index:4;appearance:none;background:rgb(0 0 0 / .55);border:1px solid rgb(15 255 138 / .45);border-radius:999px;color:#b6ffd6;font-family:ui-monospace,"SF Mono",Menlo,Consolas,monospace;font-size:11px;letter-spacing:.12em;text-transform:uppercase;padding:5px 12px 6px;cursor:pointer;transition:background .18s,color .18s,box-shadow .18s,transform .12s}.tc-desk__games-fs:hover,.tc-desk__games-fs:focus-visible{background:rgb(15 255 138 / .25);color:#fff;box-shadow:0 0 18px rgb(15 255 138 / .4);transform:translateY(-1px);outline:none}.tc-desk__games-canvas-wrap:fullscreen{display:flex;align-items:center;justify-content:center;width:100vw;height:100vh;padding:0;border-radius:0;background:#000;box-shadow:none}.tc-desk__games-canvas-wrap:fullscreen::before,.tc-desk__games-canvas-wrap:fullscreen::after{display:none}.tc-desk__games-canvas-wrap:fullscreen .tc-desk__games-screen{background:#000;border-radius:0;overflow:visible;box-shadow:none}.tc-desk__games-canvas-wrap:fullscreen .tc-desk__games-canvas{width:auto;height:92vh;max-width:96vw;transform:none}.tc-desk__games-canvas-wrap:fullscreen .tc-desk__games-fs{top:18px;right:22px;font-size:12px;padding:7px 14px 8px}.tc-desk__games-canvas-wrap:fullscreen .tc-desk__games-gameover{inset:5vh 5vw}.tc-desk__games-canvas-wrap:fullscreen,.tc-desk__games-canvas-wrap:fullscreen *{cursor:auto}.tc-desk__games-canvas-wrap:fullscreen button{cursor:pointer}.tc-desk__games-quit{display:none}.tc-desk__games-canvas-wrap:fullscreen .tc-desk__games-quit{display:block;position:absolute;top:18px;left:22px;z-index:4;appearance:none;background:rgb(80 20 25 / .65);border:1px solid rgb(255 110 130 / .55);border-radius:999px;color:#ffd0d6;font-family:ui-monospace,"SF Mono",Menlo,Consolas,monospace;font-size:12px;letter-spacing:.14em;text-transform:uppercase;padding:7px 14px 8px;cursor:pointer;transition:background .18s,color .18s,box-shadow .18s,transform .12s}.tc-desk__games-canvas-wrap:fullscreen .tc-desk__games-quit:hover,.tc-desk__games-canvas-wrap:fullscreen .tc-desk__games-quit:focus-visible{background:rgb(255 80 100 / .35);color:#fff;box-shadow:0 0 18px rgb(255 100 130 / .5);transform:translateY(-1px);outline:none}.tc-desk__games-canvas-wrap:-webkit-full-screen{display:flex;align-items:center;justify-content:center;width:100vw;height:100vh;padding:0;border-radius:0;background:#000;box-shadow:none}.tc-desk__games-canvas-wrap:-webkit-full-screen::before,.tc-desk__games-canvas-wrap:-webkit-full-screen::after{display:none}.tc-desk__games-canvas-wrap:-webkit-full-screen .tc-desk__games-screen{background:#000;border-radius:0;overflow:visible;box-shadow:none}.tc-desk__games-canvas-wrap:-webkit-full-screen .tc-desk__games-canvas{width:auto;height:92vh;max-width:96vw;transform:none}.tc-desk__games-canvas-wrap:-webkit-full-screen .tc-desk__games-fs{top:18px;right:22px;font-size:12px;padding:7px 14px 8px}.tc-desk__games-canvas-wrap:-webkit-full-screen .tc-desk__games-gameover{inset:5vh 5vw}.tc-desk__games-canvas-wrap:-webkit-full-screen,.tc-desk__games-canvas-wrap:-webkit-full-screen *{cursor:auto}.tc-desk__games-canvas-wrap:-webkit-full-screen button{cursor:pointer}.tc-desk__games-canvas-wrap:-webkit-full-screen .tc-desk__games-quit{display:block;position:absolute;top:18px;left:22px;z-index:4;appearance:none;background:rgb(80 20 25 / .65);border:1px solid rgb(255 110 130 / .55);border-radius:999px;color:#ffd0d6;font-family:ui-monospace,"SF Mono",Menlo,Consolas,monospace;font-size:12px;letter-spacing:.14em;text-transform:uppercase;padding:7px 14px 8px;cursor:pointer}.tc-desk__games-canvas-wrap:-webkit-full-screen .tc-desk__games-quit:hover{background:rgb(255 80 100 / .35);color:#fff}.tc-desk__games-gameover{position:absolute;inset:22px 26px 50px;z-index:3;flex-direction:column;align-items:center;justify-content:center;gap:18px;background:rgb(0 0 0 / .82);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);border-radius:10px;color:#fff;font-family:ui-monospace,"SF Mono",Menlo,Consolas,monospace;text-align:center;padding:24px}.tc-desk__games-gameover{display:none}.tc-desk__games-gameover:not([hidden]){display:flex}.tc-desk__games-gameover p{margin:0;font-size:18px;letter-spacing:.08em;text-shadow:0 0 14px rgb(255 130 160 / .55)}.tc-desk__games-gameover button{appearance:none;background:rgb(15 255 138 / .12);border:1px solid rgb(15 255 138 / .55);border-radius:999px;color:#b6ffd6;font:inherit;font-size:14px;padding:10px 22px;cursor:pointer;letter-spacing:.08em;text-transform:uppercase;transition:background .18s,color .18s,box-shadow .25s,transform .12s}.tc-desk__games-gameover button:hover,.tc-desk__games-gameover button:focus-visible{background:rgb(15 255 138 / .28);color:#fff;box-shadow:0 0 24px rgb(15 255 138 / .45);transform:translateY(-1px);outline:none}.tc-desk__games-leaderboard-entry{display:flex;flex-direction:column;align-items:center;gap:10px}.tc-desk__games-leaderboard-entry label{font-family:ui-monospace,"SF Mono",Menlo,Consolas,monospace;font-size:13px;letter-spacing:.14em;text-transform:uppercase;color:#ffd970;text-shadow:0 0 12px rgb(255 217 112 / .55)}.tc-desk__games-entry-row{display:flex;gap:8px;align-items:stretch}.tc-desk__games-leaderboard-entry input{appearance:none;background:rgb(255 255 255 / .08);border:1px solid rgb(15 255 138 / .45);border-radius:6px;color:#fff;font:inherit;font-family:ui-monospace,"SF Mono",Menlo,Consolas,monospace;font-size:14px;padding:8px 12px;width:180px;letter-spacing:.04em;outline:none;transition:border-color .18s,box-shadow .18s}.tc-desk__games-leaderboard-entry input:focus{border-color:#2bff88;box-shadow:0 0 12px rgb(43 255 136 / .45)}.tc-desk__games-leaderboard-entry button{padding:8px 16px;font-size:13px}.tc-desk__games-mini-board{list-style:none;margin:0;padding:12px 18px;background:rgb(0 0 0 / .45);border:1px solid rgb(15 255 138 / .25);border-radius:8px;font-family:ui-monospace,"SF Mono",Menlo,Consolas,monospace;font-size:13px;color:#b6ffd6;min-width:220px}.tc-desk__games-mini-board li{display:grid;grid-template-columns:28px 1fr auto auto;gap:10px;padding:4px 0;border-bottom:1px dashed rgb(15 255 138 / .15);align-items:baseline}.tc-desk__games-mini-board li:last-child{border-bottom:0}.tc-desk__games-mini-rank{color:rgb(15 255 138 / .55);text-align:right}.tc-desk__games-mini-name{color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tc-desk__games-mini-when{color:rgb(255 255 255 / .4);font-size:11px;letter-spacing:.04em;white-space:nowrap}.tc-desk__games-mini-score{color:#ffd970;font-weight:700}.tc-desk__games-controls{margin:12px 2px 0;font-family:ui-monospace,"SF Mono",Menlo,Consolas,monospace;font-size:12px;color:rgb(15 255 138 / .7);letter-spacing:.12em;text-align:center;text-transform:uppercase}.tc-desk__drawer--games .tc-desk__drawer-inner{max-width:720px}.tc-desk__drawer--video .tc-desk__drawer-inner{max-width:720px}.tc-desk__crest-video{display:block;width:100%;max-height:70vh;background:#000;border-radius:10px;box-shadow:0 12px 30px rgb(0 0 0 / .55),0 0 0 1px rgb(255 255 255 / .06);margin-top:8px}@media (max-width:720px),(pointer:coarse){.tc-desk__drawer--games{display:none!important}}