@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@300;400;500&display=swap");.clock-root{--clock-size:60px;--clock-sub-size:calc(var(--clock-size) * 0.28);--clock-date-size:calc(max(var(--clock-size) * 0.2, 13px));--clock-gap:calc(var(--clock-size) * 0.28);--clock-sub-ml:calc(var(--clock-size) * 0.12);text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-family:DM Mono,SF Mono,Fira Code,monospace}.clock-date{font-size:var(--clock-date-size);font-weight:400;letter-spacing:.06em;text-transform:uppercase;margin-bottom:var(--clock-gap);transition:font-size .3s ease,color .3s ease}.clock-time{display:flex;align-items:center;justify-content:center;line-height:1}.clock-hhmm{font-size:var(--clock-size);font-weight:500;letter-spacing:-.02em;transition:font-size .3s ease,color .3s ease;line-height:1}.clock-sep{margin:0 3px;transition:color .3s ease;position:relative;top:-.05em}.clock-sub{display:flex;flex-direction:column;justify-content:space-between;align-self:stretch;margin-left:var(--clock-sub-ml);padding:.05em 0}.clock-ampm{font-weight:500}.clock-ampm,.clock-seconds{font-size:var(--clock-sub-size);letter-spacing:.04em;line-height:1;transition:font-size .3s ease,color .3s ease}.clock-seconds{font-weight:300}.clock-light .clock-date{color:rgba(0,0,0,.22)}.clock-light .clock-hhmm{color:#1d1d1f}.clock-light .clock-sep{color:rgba(0,0,0,.25)}.clock-light .clock-ampm{color:#1d1d1f}.clock-light .clock-seconds{color:rgba(0,0,0,.25)}.clock-dark .clock-date{color:rgba(255,255,255,.25)}.clock-dark .clock-hhmm{color:#f5f5f7}.clock-dark .clock-sep{color:rgba(255,255,255,.25)}.clock-dark .clock-ampm{color:#f5f5f7}.clock-dark .clock-seconds{color:rgba(255,255,255,.28)}.clock-page{display:flex;flex-direction:column;width:100vw;height:100vh;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;transition:background .35s ease}.clock-page-light{background:#ffffff}.clock-page-dark{background:#000000}.clock-topbar{position:relative;display:flex;align-items:center;justify-content:space-between;padding:0 24px;height:56px;flex-shrink:0;z-index:10;transition:background .35s ease,border-color .35s ease}.clock-page-light .clock-topbar{background:rgba(255,255,255,.82);border-bottom:1px solid rgba(0,0,0,.07);backdrop-filter:blur(20px) saturate(180%)}.clock-page-dark .clock-topbar{background:rgba(0,0,0,.75);border-bottom:1px solid rgba(255,255,255,.07);backdrop-filter:blur(20px) saturate(180%)}.back-to-nexacore{display:inline-flex;align-items:center;gap:.4rem;text-decoration:none;padding:.45rem .9rem;border-radius:.5rem;font-size:.875rem;font-weight:500;transition:background .2s ease,transform .2s ease;flex-shrink:0}.clock-page-light .back-to-nexacore{color:#5000ca;background:rgba(80,0,202,.08)}.clock-page-light .back-to-nexacore:hover{background:rgba(80,0,202,.15);transform:translateX(-2px)}.clock-page-dark .back-to-nexacore{color:#bf5af2;background:rgba(191,90,242,.12)}.clock-page-dark .back-to-nexacore:hover{background:rgba(191,90,242,.2);transform:translateX(-2px)}.back-to-nexacore svg{transition:transform .2s ease}.back-to-nexacore:hover svg{transform:translateX(-2px)}@media (max-width:768px){.back-to-nexacore{padding:.45rem;gap:0}.back-to-nexacore .back-label{display:none}}.clock-size-control{display:flex;align-items:center;gap:10px;position:absolute;left:50%;transform:translateX(-50%)}.clock-size-label{font-weight:600;line-height:1;transition:color .35s ease;flex-shrink:0}.clock-size-label-sm{font-size:12px;opacity:.5}.clock-size-label-lg{font-size:20px;opacity:.5}.clock-page-light .clock-size-label{color:#1d1d1f}.clock-page-dark .clock-size-label{color:#f5f5f7}.clock-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:110px;height:4px;border-radius:2px;outline:none;cursor:pointer;transition:background .35s ease}.clock-page-light .clock-slider{background:rgba(0,0,0,.12)}.clock-page-dark .clock-slider{background:rgba(255,255,255,.15)}.clock-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;cursor:pointer;-webkit-transition:transform .15s ease;transition:transform .15s ease}.clock-slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.clock-slider::-moz-range-thumb{width:16px;height:16px;border-radius:50%;border:none;cursor:pointer}.clock-page-light .clock-slider::-webkit-slider-thumb{background:#5000ca}.clock-page-light .clock-slider::-moz-range-thumb{background:#5000ca}.clock-page-dark .clock-slider::-webkit-slider-thumb{background:#bf5af2}.clock-page-dark .clock-slider::-moz-range-thumb{background:#bf5af2}.clock-theme-btn{width:36px;height:36px;border-radius:50%;border:none;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s ease,transform .15s ease}.clock-theme-btn:hover{transform:scale(1.1)}.clock-page-light .clock-theme-btn{background:rgba(0,0,0,.06);color:#1d1d1f}.clock-page-light .clock-theme-btn:hover{background:rgba(0,0,0,.1)}.clock-page-dark .clock-theme-btn{background:rgba(255,255,255,.08);color:#f5f5f7}.clock-page-dark .clock-theme-btn:hover{background:rgba(255,255,255,.14)}.clock-stage{flex:1;display:flex;align-items:center;justify-content:center}