.fct-card{--fct-accent:#e03060;max-width:fit-content}.card-container{background:hsla(0,0%,100%,.39);border-radius:20px;box-shadow:0 4px 40px rgba(120,100,200,.1);width:100%}.card-container.timer{display:flex;flex-direction:column;justify-content:center;margin-bottom:5px;padding:20px}.card-container.countries{padding:13px 20px}.fct-title{color:#1a1a2e;font-size:1.25rem;font-weight:700;line-height:1.3;margin-bottom:1.4rem;text-align:center}.fct-timer-row{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:.75rem}.fct-label{color:#1a1a2e;font-size:1.2rem;font-weight:600}.fct-flip-group{display:flex;gap:4px}.fct-digit{height:62px;perspective:200px;width:48px}.fct-tile{align-items:center;background:linear-gradient(160deg,#f5f5f5,#e8e8e8);border-radius:10px;box-shadow:0 2px 0 #ccc,0 4px 8px rgba(0,0,0,.12),inset 0 1px 0 hsla(0,0%,100%,.9);color:var(--fct-accent);display:flex;font-size:2.6rem;font-weight:800;height:100%;justify-content:center;overflow:hidden;position:relative;user-select:none;width:100%}.fct-tile:after{background:rgba(0,0,0,.1);content:"";height:1.5px;left:0;position:absolute;right:0;top:50%;transform:translateY(-50%)}.fct-tile:before{background:hsla(0,0%,100%,.3);border-radius:10px 10px 0 0;content:"";inset:0 0 50% 0;position:absolute}.fct-digit.fct-flipping .fct-tile{animation:fctFlip .45s ease forwards}@keyframes fctFlip{0%{transform:rotateX(0deg)}45%{background:#eee;transform:rotateX(-90deg)}55%{background:#eee;transform:rotateX(-90deg)}to{transform:rotateX(0deg)}}.fct-subtitle{color:#777;font-size:.82rem;line-height:1.5;margin-bottom:0;text-align:center}.fct-countries-row{align-items:center;display:flex;gap:.9rem}.fct-fraction{color:var(--fct-accent);font-size:1.6rem;font-weight:800;white-space:nowrap}.fct-fraction span{color:#aaa;font-weight:400}.fct-countries-label{color:#1a1a2e;font-size:.88rem;font-weight:600}.fct-countries-date{color:#888;font-size:.78rem}.fct-countries-date strong{color:var(--fct-accent);font-weight:700}@media (max-width:480px){.fct-card{padding:1.6rem 1.4rem}.fct-digit{height:52px;width:40px}.fct-tile{font-size:2.1rem}}