@charset "UTF-8";.sr-only.svelte-1nxr8ly{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.analog-clock.svelte-1nxr8ly{display:flex;flex-direction:column;align-items:center;gap:18px}.analog-clock__face.svelte-1nxr8ly{width:var(--clock-dial-size, 420px);height:var(--clock-dial-size, 420px);overflow:visible;transition:width .4s ease,height .4s ease}.analog-clock__plate.svelte-1nxr8ly{fill:url(#analog-clock-face);stroke:#ffffff14;stroke-width:.8}.analog-clock__mark.svelte-1nxr8ly{stroke:#ffffff47;stroke-width:.8;stroke-linecap:round}.analog-clock__mark.--hour.svelte-1nxr8ly{stroke:#ffffffb8;stroke-width:2}.analog-clock__hand.svelte-1nxr8ly{stroke-linecap:round}.analog-clock__hand.--hour.svelte-1nxr8ly{stroke:var(--ink);stroke-width:5}.analog-clock__hand.--minute.svelte-1nxr8ly{stroke:var(--ink);stroke-width:3.2}.analog-clock__hand.--second.svelte-1nxr8ly{stroke:var(--accent);stroke-width:1.2}.analog-clock__cap.svelte-1nxr8ly{fill:var(--accent)}.analog-clock__pin.svelte-1nxr8ly{fill:var(--color--background)}.analog-clock__date.svelte-1nxr8ly{font-family:Pretendard Variable,Pretendard,sans-serif;font-size:clamp(14px,1.6vw,18px);color:var(--ink-2)}.sr-only.svelte-yl658a{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.clock.svelte-yl658a{display:flex;flex-direction:column;align-items:center;gap:8px;width:min(100%,760px);font-variant-numeric:tabular-nums;color:var(--ink)}.clock__date.svelte-yl658a{font-family:Pretendard Variable,Pretendard,sans-serif;font-size:clamp(14px,1.6vw,18px);color:var(--ink-2)}.clock__digits.svelte-yl658a{display:block;font-family:Roboto Mono,monospace;font-size:var(--clock-size, 120px);font-weight:600;line-height:1;letter-spacing:-.04em;transition:font-size .4s ease}.clock__ruler.svelte-yl658a{position:relative;width:100%;height:14px;margin-top:28px;border-bottom:1px solid rgba(255,255,255,.18)}.clock__tick.svelte-yl658a{position:absolute;bottom:0;width:1px;height:5px;background-color:#ffffff3d;transform:translate(-50%)}.clock__tick.--major.svelte-yl658a{height:8px;background-color:#ffffff6b}.clock__tick.--quarter.svelte-yl658a{height:13px;background-color:#ffffff8c}.clock__now.svelte-yl658a{position:absolute;bottom:-5px;width:2px;height:calc(100% + 6px);border-radius:1px;background-color:var(--ink);transform:translate(-50%);transition:left .2s cubic-bezier(.3,0,.1,1)}.clock__now.--snap.svelte-yl658a{transition:none}.clock__seconds.svelte-yl658a{position:absolute;bottom:calc(100% + 6px);left:50%;padding:2px 7px;border-radius:5px;background-color:#ffffff1a;font-family:Roboto Mono,monospace;font-size:13px;font-weight:500;line-height:1.2;color:var(--ink);white-space:nowrap;transform:translate(-50%)}@media(prefers-reduced-motion:reduce){.clock__digits.svelte-yl658a,.clock__now.svelte-yl658a{transition:none}}@media(max-width:576px){.clock__date.svelte-yl658a{font-size:13px}.clock__ruler.svelte-yl658a{height:11px}.clock__tick.svelte-yl658a{height:4px}.clock__tick.--major.svelte-yl658a{height:6px}.clock__tick.--quarter.svelte-yl658a{height:10px}.clock__seconds.svelte-yl658a{font-size:12px}}.tile.svelte-1lnz2ar{--tile-width: calc(var(--clock-size, 120px) * 1.34);--tile-height: calc(var(--clock-size, 120px) * 1.5);position:relative;width:var(--tile-width);height:var(--tile-height);font-family:Roboto Mono,monospace;font-size:var(--clock-size, 120px);font-weight:600;line-height:var(--tile-height);letter-spacing:-.04em;font-variant-numeric:tabular-nums;color:var(--ink);perspective:calc(var(--tile-height) * 4);transition:width .4s ease,height .4s ease}.tile.svelte-1lnz2ar:after{content:"";position:absolute;left:0;right:0;top:50%;z-index:3;height:1px;background-color:#000000bf;transform:translateY(-.5px)}.tile__half.svelte-1lnz2ar,.tile__flap.svelte-1lnz2ar{position:absolute;left:0;width:100%;height:50%;overflow:hidden;box-sizing:border-box;background-color:#202020;background-image:linear-gradient(to bottom,#ffffff0d,#fff0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.tile__half.--top.svelte-1lnz2ar,.tile__flap.--top.svelte-1lnz2ar{top:0;border-radius:12px 12px 0 0;box-shadow:inset 0 1px #ffffff14}.tile__half.--bottom.svelte-1lnz2ar,.tile__flap.--bottom.svelte-1lnz2ar{bottom:0;border-radius:0 0 12px 12px;background-color:#1a1a1a;background-image:none;box-shadow:inset 0 -1px #0009}.tile__digits.svelte-1lnz2ar{position:absolute;left:0;width:100%;height:var(--tile-height);text-align:center}.tile__half.--top.svelte-1lnz2ar .tile__digits:where(.svelte-1lnz2ar),.tile__flap.--top.svelte-1lnz2ar .tile__digits:where(.svelte-1lnz2ar){top:0}.tile__half.--bottom.svelte-1lnz2ar .tile__digits:where(.svelte-1lnz2ar),.tile__flap.--bottom.svelte-1lnz2ar .tile__digits:where(.svelte-1lnz2ar){bottom:0}.tile__flap.--top.svelte-1lnz2ar{z-index:2;transform-origin:bottom center;animation:svelte-1lnz2ar-flip-fold .28s ease-in forwards;will-change:transform}.tile__flap.--bottom.svelte-1lnz2ar{z-index:2;transform:rotateX(90deg);transform-origin:top center;animation:svelte-1lnz2ar-flip-unfold .28s ease-out .28s forwards;will-change:transform}.tile.--flipping.svelte-1lnz2ar .tile__half.--bottom:where(.svelte-1lnz2ar):before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00000059;animation:svelte-1lnz2ar-flip-shade .56s linear forwards}@keyframes svelte-1lnz2ar-flip-fold{0%{transform:rotateX(0)}to{transform:rotateX(-90deg)}}@keyframes svelte-1lnz2ar-flip-unfold{0%{transform:rotateX(90deg)}to{transform:rotateX(0)}}@keyframes svelte-1lnz2ar-flip-shade{0%{opacity:0}50%{opacity:1}to{opacity:0}}.sr-only.svelte-dijbzp{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.flip-clock.svelte-dijbzp{display:flex;flex-direction:column;align-items:center;gap:22px;--clock-size: var(--clock-flip-size, 96px)}.flip-clock__tiles.svelte-dijbzp{display:flex;align-items:center;gap:10px}.flip-clock__colon.svelte-dijbzp{font-family:Roboto Mono,monospace;font-size:calc(var(--clock-size) * .7);font-weight:600;line-height:1;color:var(--ink-3);transform:translateY(-6%)}.flip-clock__date.svelte-dijbzp{font-family:Pretendard Variable,Pretendard,sans-serif;font-size:clamp(14px,1.6vw,18px);color:var(--ink-2)}@media(max-width:576px){.flip-clock__tiles.svelte-dijbzp{gap:5px}}.sr-only.svelte-epjjzy{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.word-clock.svelte-epjjzy{display:flex;flex-direction:column;align-items:center;gap:14px;font-family:Pretendard Variable,Pretendard,sans-serif;text-align:center}.word-clock__date.svelte-epjjzy{font-size:clamp(14px,1.6vw,18px);color:var(--ink-2)}.word-clock__text.svelte-epjjzy{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:0 .3em;font-size:calc(var(--clock-size, 120px) * .72);font-weight:700;line-height:1.15;letter-spacing:-.03em;color:var(--ink);transition:font-size .4s ease}.word-clock__period.svelte-epjjzy{font-size:.55em;font-weight:500;color:var(--ink-2)}.word-clock__seconds.svelte-epjjzy{font-size:clamp(16px,2vw,22px);font-weight:500;color:var(--ink-3);font-variant-numeric:tabular-nums}
