.rfc-wrapper{position:fixed;inset:0;width:100%;height:100dvh;margin:0;background:#18181B;color:#B7B7B7;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:60px;z-index:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.rfc-wrapper.light-mode{background:#f4f4f6;color:#1a1a1a}.rfc-stage{display:flex;align-items:center;justify-content:center;width:100%;height:100%;max-width:100vw;max-height:100%}.rfc-clock{display:flex;gap:clamp(24px,5vw,48px);transform-origin:center center;transition:transform .25s ease}.rfc-card{position:relative;width:min(40vw,620px);max-height:min(40vw,calc(100vh - 160px));max-width:calc(100vh - 160px);aspect-ratio:1/1;border-radius:28px;background:#101010;box-shadow:none;overflow:hidden;color:inherit;font-size:min(28vw,420px);font-weight:700;line-height:1;text-align:center;display:flex;align-items:center;justify-content:center}.rfc-wrapper.light-mode .rfc-card{background:#ffffff;box-shadow:0 14px 36px rgba(0,0,0,.12);color:#1c1c1c}.rfc-bottom,.rfc-top{position:absolute;width:100%;height:50%;left:0;overflow:hidden;background:inherit;display:flex;justify-content:center;z-index:1}.rfc-top{top:0;align-items:flex-end;border-bottom:2px solid #000}.rfc-wrapper.light-mode .rfc-top{border-bottom:2px solid rgba(0,0,0,.1)}.rfc-bottom{bottom:0;align-items:flex-start}.rfc-top span{transform:translateY(50%)}.rfc-bottom span,.rfc-top span{height:200%;display:flex;align-items:center}.rfc-bottom span{transform:translateY(-50%)}.rfc-bottom-flip,.rfc-top-flip{position:absolute;width:100%;height:50%;left:0;background:inherit;backface-visibility:hidden;overflow:hidden;display:flex;justify-content:center;z-index:2}.rfc-top-flip{top:0;transform-origin:bottom;align-items:flex-end;border-bottom:2px solid #000}.rfc-wrapper.light-mode .rfc-top-flip{border-bottom:2px solid rgba(0,0,0,.1)}.rfc-bottom-flip{bottom:0;transform-origin:top;transform:rotateX(90deg);align-items:flex-start}.rfc-top-flip span{transform:translateY(50%)}.rfc-bottom-flip span,.rfc-top-flip span{height:200%;display:flex;align-items:center}.rfc-bottom-flip span{transform:translateY(-50%)}.rfc-top-flip.animate{animation:rfc-flip-top .4s ease-in forwards}.rfc-bottom-flip.animate{animation:rfc-flip-bottom .4s ease-out .4s forwards}@keyframes rfc-flip-top{to{transform:rotateX(-90deg)}}@keyframes rfc-flip-bottom{to{transform:rotateX(0deg)}}.rfc-ampm{position:absolute;left:6%;bottom:5%;z-index:3;font-weight:600;letter-spacing:.06em;opacity:.9;font-size:clamp(16px,2vw,28px)}.rfc-controls{position:absolute;bottom:30px;right:30px;display:flex;gap:12px;align-items:center;z-index:100;transition:opacity .35s ease}.rfc-controls.show{opacity:1;pointer-events:auto}.rfc-controls.dim{opacity:0;pointer-events:none}.rfc-btn{background:rgba(40,40,40,.5);backdrop-filter:blur(8px);border:none;border-radius:50%;color:#B7B7B7;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;width:46px;height:46px;font-size:20px;transition:background .2s,color .2s}.rfc-btn:hover{color:#fff;background:rgba(60,60,60,.7)}.rfc-btn svg{width:24px;height:24px;stroke-width:1.5}.rfc-wrapper.light-mode .rfc-btn{background:rgba(0,0,0,.08);color:#1c1c1c}.rfc-wrapper.light-mode .rfc-btn:hover{background:rgba(0,0,0,.15)}.rfc-wrapper:fullscreen{padding-top:0}.rfc-wrapper:fullscreen .rfc-controls{opacity:0}.rfc-wrapper:fullscreen .rfc-controls.show{opacity:1}