.crc-shell{display:flex;flex-direction:column;min-height:100vh}.crc-main{flex:1}.crc-wrap{max-width:var(--crc-maxw);margin:0 auto;padding:0 clamp(1.1rem,4vw,2.4rem)}::selection{background:#c76b4a59;color:var(--crc-parchment)}:focus-visible{outline:2px solid var(--crc-terracotta);outline-offset:3px}a,button{font-family:inherit}h1,h2,h3,h4{font-family:var(--crc-serif);font-weight:500;margin:0;color:var(--crc-parchment);letter-spacing:-.01em}p{margin:0}.crc-eyebrow{font-family:var(--crc-mono);font-size:.58rem;letter-spacing:.24em;text-transform:uppercase;color:var(--crc-terracotta);margin:0}.crc-textlink{font-family:var(--crc-mono);font-size:.7rem;letter-spacing:.08em;color:var(--crc-terracotta);text-transform:uppercase;border-bottom:1px solid var(--crc-line);padding-bottom:2px;transition:color .2s,border-color .2s}.crc-textlink:hover{color:var(--crc-eucalyptus);border-color:var(--crc-eucalyptus)}.crc-kind{font-family:var(--crc-mono);font-size:.58rem;letter-spacing:.18em;text-transform:uppercase;color:var(--crc-sand)}.crc-btn{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--crc-mono);font-size:.64rem;letter-spacing:.12em;text-transform:uppercase;padding:.9rem 1.5rem;border-radius:999px;border:1px solid transparent;cursor:pointer;transition:transform .22s ease,background .22s ease,border-color .22s ease,color .22s ease,box-shadow .22s ease;background:none;color:var(--crc-parchment)}.crc-btn-sapphire{background:var(--crc-terracotta);color:#0a0e14;border-color:var(--crc-terracotta);font-weight:600}.crc-btn-sapphire:hover{transform:translateY(-2px);background:var(--crc-terracotta-soft);box-shadow:0 14px 32px -14px #c76b4aa6}.crc-btn-sapphire:disabled{opacity:.45;cursor:not-allowed;transform:none;box-shadow:none}.crc-btn-ghost{border-color:var(--crc-line);color:var(--crc-parchment);background:var(--crc-glass)}.crc-btn-ghost:hover{border-color:var(--crc-terracotta);transform:translateY(-2px);background:var(--crc-surface-2)}.crc-btn-ghost:disabled{opacity:.45;cursor:not-allowed;transform:none}.crc-header{position:sticky;top:0;z-index:40;border-bottom:1px solid var(--crc-line-soft);background:#0a0e14e0;backdrop-filter:blur(16px)}.crc-header-bar{display:flex;align-items:center;gap:1rem;height:68px}.crc-brand{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.crc-brand-gem{width:28px;height:28px;border-radius:8px;flex:none;background:linear-gradient(135deg,var(--crc-terracotta),var(--crc-eucalyptus));box-shadow:0 0 0 1px #ede6da1f inset}.crc-brand-words{font-family:var(--crc-serif);font-size:1.15rem;font-weight:500;color:var(--crc-parchment);line-height:1.1}.crc-brand-words small{display:block;font-family:var(--crc-mono);font-size:.42rem;letter-spacing:.18em;text-transform:uppercase;color:var(--crc-faint);margin-top:3px;font-weight:400}.crc-nav-pills{display:flex;align-items:center;gap:.35rem;margin-left:auto;margin-right:.5rem;padding:.25rem;border:1px solid var(--crc-line-soft);border-radius:999px;background:var(--crc-surface)}.crc-pill{font-family:var(--crc-mono);font-size:.58rem;letter-spacing:.1em;text-transform:uppercase;color:var(--crc-mute);padding:.55rem .95rem;border-radius:999px;transition:background .2s,color .2s}.crc-pill:hover{color:var(--crc-parchment)}.crc-pill-active{background:var(--crc-surface-2);color:var(--crc-parchment);box-shadow:0 0 0 1px var(--crc-line)}.crc-header-cta{margin-left:0}.crc-burger{display:none;margin-left:auto;background:var(--crc-surface);border:1px solid var(--crc-line);border-radius:10px;width:42px;height:38px;cursor:pointer;color:var(--crc-parchment);font-size:.95rem}.crc-drawer{display:none}@media (max-width:900px){.crc-nav-pills,.crc-header-cta{display:none}.crc-burger{display:inline-flex;align-items:center;justify-content:center}.crc-drawer{display:flex;flex-direction:column;gap:.2rem;padding:1rem clamp(1.1rem,4vw,2.4rem) 1.4rem;border-top:1px solid var(--crc-line-soft);background:var(--crc-bg)}.crc-drawer a{font-family:var(--crc-mono);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--crc-mute);padding:.75rem 0;border-bottom:1px solid var(--crc-line-soft)}.crc-drawer a.crc-drawer-active{color:var(--crc-terracotta)}.crc-drawer .crc-btn{margin-top:.8rem;justify-content:center}}.crc-page{display:grid;grid-template-columns:200px 1fr;gap:clamp(1.5rem,4vw,3rem);padding:clamp(2.2rem,5vw,3.5rem) 0 clamp(3rem,7vw,5rem)}.crc-page-wide .crc-page-main{max-width:none}.crc-page-aside{position:sticky;top:88px;align-self:start;padding-top:.4rem}.crc-page-aside-label{font-family:var(--crc-mono);font-size:.52rem;letter-spacing:.2em;text-transform:uppercase;color:var(--crc-faint);margin:0 0 .9rem}.crc-page-aside nav{display:flex;flex-direction:column;gap:.15rem}.crc-page-aside a{font-family:var(--crc-mono);font-size:.62rem;letter-spacing:.08em;text-transform:uppercase;color:var(--crc-mute);padding:.55rem .7rem;border-radius:8px;border-left:2px solid transparent;transition:color .2s,background .2s,border-color .2s}.crc-page-aside a:hover{color:var(--crc-parchment);background:var(--crc-surface)}.crc-page-aside a.crc-page-aside-active{color:var(--crc-terracotta);border-left-color:var(--crc-terracotta);background:#c76b4a14}.crc-page-head{margin-bottom:clamp(1.8rem,4vw,2.6rem);max-width:680px}.crc-page-head h1{font-size:clamp(2.1rem,5vw,3.2rem);line-height:1.05;margin:.7rem 0 .6rem}.crc-page-lead{color:var(--crc-mute);font-size:1.02rem;line-height:1.7;max-width:58ch}@media (max-width:860px){.crc-page{grid-template-columns:1fr}.crc-page-aside{position:static;display:flex;flex-wrap:wrap;gap:.4rem;align-items:center;padding-bottom:1rem;border-bottom:1px solid var(--crc-line-soft)}.crc-page-aside-label{width:100%}.crc-page-aside nav{flex-direction:row;flex-wrap:wrap;gap:.35rem}.crc-page-aside a{border-left:none;border:1px solid var(--crc-line-soft)}}.crc-prose{max-width:680px}.crc-prose h2{font-size:1.45rem;margin:2.2rem 0 .7rem;color:var(--crc-eucalyptus)}.crc-prose p,.crc-prose li{color:var(--crc-mute);line-height:1.8;margin-bottom:1rem}.crc-prose ul{padding-left:1.1rem;margin-bottom:1rem}.crc-prose strong{color:var(--crc-parchment)}.crc-prose-cta{margin-top:2rem}.crc-pullquote{font-family:var(--crc-serif);font-style:italic;font-weight:400;font-size:clamp(1.5rem,3vw,2rem);line-height:1.35;color:var(--crc-sand);border-left:3px solid var(--crc-terracotta);padding-left:1.4rem;margin:0 0 2rem}.crc-hero{position:relative;overflow:hidden;background:radial-gradient(90% 70% at 80% 0%,rgba(199,107,74,.18),transparent 55%),radial-gradient(60% 50% at 10% 100%,rgba(74,143,122,.12),transparent 50%),linear-gradient(180deg,var(--crc-bg) 0%,var(--crc-surface) 100%)}.crc-hero:before{content:"";position:absolute;inset:0;pointer-events:none;background:repeating-linear-gradient(90deg,transparent,transparent 79px,rgba(237,230,218,.03) 79px,rgba(237,230,218,.03) 80px)}.crc-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,4rem);align-items:center;min-height:calc(100vh - 102px);padding:clamp(2.5rem,6vw,4.5rem) 0}.crc-hero-copy h1{font-size:clamp(2.6rem,6.5vw,4.8rem);line-height:1.02;margin:1rem 0 1.2rem}.crc-hero-copy h1 span{display:block;font-style:italic;color:var(--crc-terracotta)}.crc-hero-lede{color:var(--crc-mute);font-size:1.08rem;max-width:48ch;line-height:1.75;margin-bottom:2rem}.crc-hero-actions{display:flex;gap:.85rem;flex-wrap:wrap}.crc-hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2.4rem;padding-top:1.6rem;border-top:1px solid var(--crc-line-soft)}.crc-hero-stats dt{font-family:var(--crc-mono);font-size:.52rem;letter-spacing:.16em;text-transform:uppercase;color:var(--crc-faint);margin-bottom:.25rem}.crc-hero-stats dd{font-family:var(--crc-serif);font-size:1.15rem;color:var(--crc-parchment);margin:0}.crc-hero-frame{border:1px solid var(--crc-line);border-radius:20px;overflow:hidden;background:var(--crc-surface-2);box-shadow:0 40px 80px -50px #000c}.crc-hero-frame svg{width:100%;height:auto;display:block}@media (max-width:900px){.crc-hero-grid{grid-template-columns:1fr;min-height:auto}.crc-hero-visual{order:-1}.crc-hero-stats{grid-template-columns:1fr}}.crc-bento{padding:clamp(3.5rem,8vw,6rem) 0}.crc-bento-head{margin-bottom:clamp(1.8rem,4vw,2.8rem)}.crc-bento-head h2{font-size:clamp(1.9rem,4vw,2.8rem);margin-top:.6rem}.crc-bento-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.crc-bento-suite,.crc-bento-tile{display:flex;flex-direction:column;border:1px solid var(--crc-line);border-radius:16px;background:var(--crc-surface);overflow:hidden;transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.crc-bento-suite:hover,.crc-bento-tile:hover{transform:translateY(-4px);border-color:#c76b4a59;box-shadow:0 24px 50px -36px #000000a6}.crc-bento-suite{grid-column:span 1}.crc-bento-suite-art{aspect-ratio:16/9;border-bottom:1px solid var(--crc-line-soft);background:var(--crc-surface-2)}.crc-bento-suite-art svg{width:100%;height:100%}.crc-bento-suite-body,.crc-bento-tile{padding:1.4rem 1.5rem 1.5rem;flex:1;display:flex;flex-direction:column}.crc-bento-suite-body h3,.crc-bento-tile h3{font-size:1.45rem;margin:.35rem 0 .5rem}.crc-bento-suite-body p,.crc-bento-tile p{color:var(--crc-mute);font-size:.92rem;line-height:1.65;flex:1}.crc-bento-link{font-family:var(--crc-mono);font-size:.58rem;letter-spacing:.1em;text-transform:uppercase;color:var(--crc-terracotta);margin-top:1rem}@media (min-width:901px){.crc-bento-grid{grid-template-columns:repeat(4,1fr)}.crc-bento-suite{grid-column:span 2}}@media (max-width:560px){.crc-bento-grid{grid-template-columns:1fr}.crc-bento-suite{grid-column:span 1}}.crc-strip{padding:clamp(2.5rem,6vw,4rem) 0;border-top:1px solid var(--crc-line-soft);border-bottom:1px solid var(--crc-line-soft)}.crc-strip-head{margin-bottom:1.8rem}.crc-strip-head h2{font-size:clamp(1.7rem,3.5vw,2.4rem);margin-top:.5rem}.crc-strip-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.crc-strip-card{padding:1.5rem;border-radius:14px;border:1px solid var(--crc-line-soft);background:linear-gradient(160deg,var(--crc-surface),var(--crc-bg))}.crc-strip-num{font-family:var(--crc-mono);font-size:.56rem;letter-spacing:.14em;color:var(--crc-faint);display:block;margin-bottom:.8rem}.crc-strip-card h3{font-size:1.25rem;margin-bottom:.45rem}.crc-strip-card p{color:var(--crc-mute);font-size:.9rem;line-height:1.65}@media (max-width:760px){.crc-strip-cards{grid-template-columns:1fr}}.crc-timeline{padding:clamp(3rem,7vw,5rem) 0}.crc-timeline-head{margin-bottom:1.8rem}.crc-timeline-head h2{font-size:clamp(1.7rem,3.5vw,2.4rem);margin-top:.5rem}.crc-timeline-list{list-style:none;margin:0;padding:0;display:grid;gap:.85rem}.crc-timeline-list li{display:grid;grid-template-columns:3rem 1fr;gap:1.2rem;align-items:start;padding:1.2rem 1.3rem;border-radius:12px;border:1px solid var(--crc-line-soft);background:var(--crc-surface)}.crc-timeline-idx{font-family:var(--crc-mono);font-size:.72rem;letter-spacing:.08em;color:var(--crc-terracotta);padding-top:.15rem}.crc-timeline-list h4{font-size:1.15rem;margin-bottom:.25rem}.crc-timeline-list p{color:var(--crc-mute);font-size:.9rem;line-height:1.6}.crc-credits-band{padding:clamp(2.5rem,6vw,4rem) 0;background:linear-gradient(90deg,#4a8f7a24,#c76b4a1a)}.crc-credits-band-inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.crc-credits-band h2{font-size:clamp(1.5rem,3vw,2.1rem);margin:.5rem 0 .7rem;max-width:20ch}.crc-credits-band p{color:var(--crc-mute);max-width:48ch;line-height:1.7}.crc-responsible{padding:clamp(2.5rem,6vw,4.5rem) 0}.crc-responsible-card{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap;padding:clamp(1.6rem,4vw,2.4rem);border-radius:16px;border:1px solid var(--crc-line);background:var(--crc-surface)}.crc-responsible-card h2{font-size:clamp(1.4rem,3vw,1.9rem);margin:.45rem 0 .6rem}.crc-responsible-card p{color:var(--crc-mute);max-width:52ch;line-height:1.7}.crc-responsible-card b{color:var(--crc-eucalyptus);font-family:var(--crc-mono)}.crc-farewell{margin-top:auto;border-top:1px solid var(--crc-line-soft);background:var(--crc-surface);padding:clamp(2.5rem,6vw,3.5rem) 0 0}.crc-farewell-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:2rem;padding-bottom:2rem}.crc-farewell-mark{font-family:var(--crc-serif);font-size:1.5rem;color:var(--crc-parchment);margin:0 0 .7rem}.crc-farewell-line{color:var(--crc-mute);font-size:.9rem;line-height:1.7;max-width:36ch}.crc-farewell-col-title{font-family:var(--crc-mono);font-size:.54rem;letter-spacing:.18em;text-transform:uppercase;color:var(--crc-faint);margin:0 0 .8rem}.crc-farewell-col{display:flex;flex-direction:column;gap:.45rem}.crc-farewell-col a{font-family:var(--crc-mono);font-size:.62rem;letter-spacing:.06em;text-transform:uppercase;color:var(--crc-mute);transition:color .2s}.crc-farewell-col a:hover{color:var(--crc-terracotta)}.crc-farewell-base{padding:1.4rem 0 2rem;border-top:1px solid var(--crc-line-soft)}.crc-farewell-disclaimer{color:var(--crc-faint);font-size:.78rem;line-height:1.7;max-width:72ch;margin-bottom:.8rem}.crc-farewell-legal{font-family:var(--crc-mono);font-size:.54rem;letter-spacing:.07em;text-transform:uppercase;color:var(--crc-faint);line-height:1.8}@media (max-width:860px){.crc-farewell-grid{grid-template-columns:1fr 1fr}}@media (max-width:520px){.crc-farewell-grid{grid-template-columns:1fr}}.crc-suite-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem}.crc-suite-card{border:1px solid var(--crc-line);border-radius:16px;overflow:hidden;background:var(--crc-surface);display:flex;flex-direction:column}.crc-suite-card-art{position:relative;aspect-ratio:16/10;border-bottom:1px solid var(--crc-line-soft);background:var(--crc-surface-2)}.crc-suite-card-art svg{position:absolute;inset:0;width:100%;height:100%}.crc-suite-card-body{padding:clamp(1.4rem,3vw,2rem)}.crc-suite-card-body h3{font-size:1.7rem;margin:.4rem 0 .6rem}.crc-suite-card-body>p{color:var(--crc-mute);line-height:1.7;margin-bottom:1.1rem}.crc-notes{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.3rem}.crc-notes span{font-family:var(--crc-mono);font-size:.54rem;letter-spacing:.05em;text-transform:uppercase;color:var(--crc-mute);border:1px solid var(--crc-line-soft);padding:.4rem .7rem;border-radius:999px;background:var(--crc-bg)}@media (max-width:760px){.crc-suite-grid{grid-template-columns:1fr}}.crc-game-page{padding:clamp(2rem,5vw,3rem) 0 clamp(3rem,6vw,4rem)}.crc-game-page-head{margin-bottom:1.6rem;max-width:720px}.crc-game-page-head h1{font-size:clamp(2rem,5vw,3.2rem);margin:.4rem 0 .6rem}.crc-game-page-lead{color:var(--crc-mute);line-height:1.7}.crc-xp-back{font-family:var(--crc-mono);font-size:.6rem;letter-spacing:.12em;text-transform:uppercase;color:var(--crc-mute);margin-bottom:1rem;display:inline-block}.crc-xp-back:hover{color:var(--crc-terracotta)}.crc-xp-foot{margin-top:1.6rem;font-family:var(--crc-mono);font-size:.54rem;letter-spacing:.07em;text-transform:uppercase;color:var(--crc-faint);line-height:1.8;text-align:center}.crc-404{min-height:55vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:3rem 1.5rem}.crc-404-num{font-family:var(--crc-serif);font-size:clamp(4rem,16vw,9rem);line-height:1;color:var(--crc-surface-2);text-shadow:0 0 40px rgba(199,107,74,.25)}.crc-404 h1{font-size:1.8rem;margin:.5rem 0 .8rem}.crc-404 p{color:var(--crc-mute);margin-bottom:1.8rem;max-width:40ch}.crc-reveal{opacity:0;transform:translateY(14px);animation:crcReveal .75s ease forwards}.crc-reveal:nth-child(2){animation-delay:.1s}@keyframes crcReveal{to{opacity:1;transform:none}}.crc-sun{animation:crcSun 9s ease-in-out infinite;transform-origin:center}@keyframes crcSun{0%,to{opacity:.65}50%{opacity:1}}.crc-rays{animation:crcSun 7s ease-in-out infinite}.crc-glasslight{animation:crcGlass 7s ease-in-out infinite}@keyframes crcGlass{0%{transform:translate(0);opacity:.35}50%{transform:translate(190px);opacity:.08}to{transform:translate(0);opacity:.35}}.crc-shards{animation:crcFloat 6s ease-in-out infinite}@keyframes crcFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.crc-orbit{animation:crcOrbit 13s linear infinite;transform-origin:450px 300px}@keyframes crcOrbit{to{transform:rotate(360deg)}}.crc-game{border:1px solid var(--crc-line);border-radius:16px;padding:clamp(1.3rem,3vw,2.2rem);background:linear-gradient(180deg,var(--crc-surface-2),var(--crc-surface));box-shadow:0 30px 70px -50px #000000bf}.crc-game-loading{padding:3rem;text-align:center;color:var(--crc-mute);font-family:var(--crc-mono);font-size:.7rem;letter-spacing:.12em;text-transform:uppercase}.crc-game-message{color:var(--crc-mute);font-size:.94rem;margin-top:1rem;min-height:1.4em}.crc-game-win{font-family:var(--crc-serif);color:var(--crc-eucalyptus);font-size:1.45rem;margin:.35rem 0;animation:crcWinPop .5s ease}@keyframes crcWinPop{0%{transform:scale(.8);opacity:0}60%{transform:scale(1.08)}to{transform:scale(1);opacity:1}}.crc-game-controls{display:flex;align-items:center;gap:.85rem;flex-wrap:wrap;justify-content:center;padding:1.2rem 0;border-top:1px solid var(--crc-line-soft);border-bottom:1px solid var(--crc-line-soft);margin-top:1.1rem}.crc-spin-btn{min-width:120px;justify-content:center}.crc-game-credits{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;font-family:var(--crc-mono);font-size:.52rem;letter-spacing:.14em;text-transform:uppercase;color:var(--crc-faint)}.crc-game-credits b{font-family:var(--crc-serif);font-size:1.45rem;color:var(--crc-eucalyptus);letter-spacing:0}@media (max-width:620px){.crc-game-credits{margin-left:0;align-items:center;width:100%}}.crc-game-lower{display:grid;grid-template-columns:1fr 1.2fr;gap:1.4rem;margin-top:1.4rem}.crc-game-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:.7rem;align-content:start}.crc-game-stats>div{border:1px solid var(--crc-line-soft);border-radius:10px;padding:.75rem .9rem;display:flex;flex-direction:column;gap:.15rem;background:var(--crc-bg)}.crc-game-stats span{font-family:var(--crc-mono);font-size:.5rem;letter-spacing:.14em;text-transform:uppercase;color:var(--crc-faint)}.crc-game-stats b{font-family:var(--crc-serif);font-size:1.4rem;color:var(--crc-parchment);font-weight:500}.crc-game-history h5{font-family:var(--crc-mono);font-size:.54rem;letter-spacing:.16em;text-transform:uppercase;color:var(--crc-sand);margin:0 0 .7rem;font-weight:500}.crc-game-history ul{list-style:none;margin:0;padding:0}.crc-game-history li{display:flex;justify-content:space-between;align-items:center;padding:.45rem 0;border-bottom:1px solid var(--crc-line-soft);font-size:.82rem}.crc-h-sym{font-family:var(--crc-mono);font-size:.7rem;color:var(--crc-mute)}.crc-h-win{color:var(--crc-eucalyptus);font-family:var(--crc-mono);font-size:.7rem;font-weight:500}.crc-h-zero{color:var(--crc-faint);font-family:var(--crc-mono);font-size:.7rem}.crc-history-empty{color:var(--crc-faint);font-size:.82rem}.crc-game-note{display:block;text-align:center;margin-top:1.2rem;font-family:var(--crc-mono);font-size:.5rem;letter-spacing:.12em;text-transform:uppercase;color:var(--crc-faint)}@media (max-width:620px){.crc-game-lower{grid-template-columns:1fr}}.crc-reels-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.1rem;gap:1rem;flex-wrap:wrap}.crc-progress{flex:1;min-width:180px}.crc-progress-top{display:flex;justify-content:space-between;font-family:var(--crc-mono);font-size:.52rem;letter-spacing:.14em;text-transform:uppercase;color:var(--crc-faint);margin-bottom:.35rem}.crc-progress-top b{color:var(--crc-terracotta)}.crc-progress-bar{height:7px;border-radius:6px;background:var(--crc-bg);overflow:hidden;border:1px solid var(--crc-line-soft)}.crc-progress-bar span{display:block;height:100%;border-radius:6px;background:linear-gradient(90deg,var(--crc-eucalyptus),var(--crc-terracotta));transition:width .5s ease}.crc-reels{display:flex;gap:clamp(.35rem,1.2vw,.65rem);justify-content:center;background:var(--crc-bg);padding:clamp(.55rem,2vw,1rem);border-radius:14px;border:1px solid var(--crc-line-soft)}.crc-reel{flex:1;max-width:92px;aspect-ratio:3/4;display:flex;align-items:center;justify-content:center;border-radius:10px;background:var(--crc-surface-2);border:1px solid var(--crc-line-soft);font-size:clamp(1.3rem,5vw,2rem);box-shadow:inset 0 -2px #0003;transition:transform .3s}.crc-reel-win{animation:crcReelWin .6s ease;box-shadow:0 0 0 2px var(--crc-terracotta) inset,0 0 20px -6px var(--crc-terracotta)}@keyframes crcReelWin{0%{transform:scale(1)}40%{transform:scale(1.07)}to{transform:scale(1)}}.crc-reel-locked{background:repeating-linear-gradient(45deg,var(--crc-surface),var(--crc-surface) 6px,var(--crc-bg) 6px,var(--crc-bg) 12px);color:var(--crc-faint);opacity:.55;font-size:1.2rem;border-style:dashed}.crc-pairs-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.1rem;gap:1rem;flex-wrap:wrap}.crc-pairs-score,.crc-pairs-chain{display:flex;flex-direction:column;font-family:var(--crc-mono);font-size:.52rem;letter-spacing:.14em;text-transform:uppercase;color:var(--crc-faint)}.crc-pairs-chain{text-align:right;margin-left:auto}.crc-pairs-score b{font-family:var(--crc-serif);font-size:1.8rem;color:var(--crc-parchment);letter-spacing:0;line-height:1}.crc-pairs-chain b{font-family:var(--crc-serif);font-size:1.8rem;color:var(--crc-terracotta);letter-spacing:0;line-height:1}.crc-pairs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(.45rem,1.4vw,.75rem)}.crc-pcard{aspect-ratio:3/4;border-radius:10px;border:1px solid var(--crc-line-soft);cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;background:var(--crc-surface-2);color:var(--crc-parchment);transition:transform .22s,box-shadow .22s,background .22s;font-family:var(--crc-serif)}.crc-pcard:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 12px 28px -14px #0009}.crc-pcard-up{background:var(--crc-surface);box-shadow:0 8px 22px -12px #00000080;animation:crcFlip .4s ease}@keyframes crcFlip{0%{transform:rotateY(70deg);opacity:.4}to{transform:none;opacity:1}}.crc-pcard-red{color:#e07a72}.crc-pcard-matched{background:linear-gradient(160deg,#4a8f7a40,#4a8f7a1a);border-color:var(--crc-eucalyptus);color:var(--crc-eucalyptus)}.crc-pcard-face{font-size:clamp(1.4rem,5vw,2rem);font-weight:500;line-height:1}.crc-pcard-suit{font-size:clamp(.95rem,3.2vw,1.3rem)}.crc-pcard-back{width:44%;height:44%;border-radius:50% 4px;background:linear-gradient(135deg,var(--crc-terracotta),var(--crc-eucalyptus));opacity:.9}.crc-pcard:disabled{cursor:default}
