html,body{height:100%;margin:0}body{align-items:center;background:var(--background);background-blend-mode:var(--background-blend-mode);background-image:var(--background-image);color:var(--font-color);display:flex;flex-direction:column;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Noto Sans,Liberation Sans,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";justify-content:center;overflow:hidden;transition:background .5s,box-shadow .5s}body[data-loading]{display:none}body.zen:not(.screensaver) #time-clock,body.zen:not(.screensaver) footer #menu{display:none!important}body.zen:not(.screensaver) #exit-zen{display:block}body:not(.show-time) #time-clock{display:none}#clock,#fuzzy-clock,#flex-clock{margin:0 auto;position:relative;z-index:2;padding:.7rem .5rem;font-family:var(--override-clock-font-family, var(--clock-font-family));line-height:var(--clock-line-height, 1);transition:all .5s;font-weight:var(--clock-font-weight, normal);border-radius:.5rem}#flex-clock{display:flex;flex-direction:column;row-gap:.5rem;font-size:3.5vw;padding:.7rem}#flex-clock .row{display:flex;flex-wrap:nowrap;justify-content:space-between;gap:5px}#clock{display:grid;grid-template-columns:repeat(11,1fr);row-gap:5px;font-size:2.5vw;max-width:80vw}body.loading #clock,body.loading #clock .char{transition:none}.char{padding:1.5vw 2vw;text-align:center;color:color-mix(in srgb,var(--font-color),transparent 80%);transition:opacity 1s,color .5s,background .5s,border-radius .5s}#flex-clock .row .word{padding:.5vw 1vw;color:color-mix(in srgb,var(--font-color),transparent 80%);transition:opacity 1s,color .5s,background .5s,border-radius .5s}.char.active,#flex-clock .row .word.active{color:var(--accent-color)}.char.apostrophe:after{content:"’";position:absolute}#clock.loading{transition:none}a,a:visited{color:var(--accent-color)}select{-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:var(--background);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%232f2e2c' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:16px 12px;border:1px solid color-mix(in srgb,var(--font-color),transparent 20%);border-radius:.25rem;color:var(--font-color);font-size:.85rem;font-weight:400;line-height:1.5;max-height:30px;padding:.25rem 2rem .25rem .5rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}[data-theme*=dark] select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23a3a29a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.text-nowrap{white-space:nowrap}.input-group{display:inline-flex}.input-group>*{border-radius:0;margin-left:-1px}.input-group>*:first-child{border-end-start-radius:.25rem;border-start-start-radius:.25rem}.input-group>*:last-child{border-end-end-radius:.25rem;border-start-end-radius:.25rem}.input-group-text{display:flex;align-items:center;padding:0 .6rem;font-weight:400;line-height:1.5;text-align:center;white-space:nowrap;background-color:var(--font-color);border:var(--font-color) solid 1px;color:var(--background)}button{-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:var(--background);border:1px solid color-mix(in srgb,var(--font-color),transparent 20%);border-radius:.25rem;color:var(--font-color);cursor:pointer;font-size:.85rem;font-weight:400;line-height:1.5;max-height:30px;padding:.25rem .5rem;transition:box-shadow .15s ease-in-out;white-space:nowrap}button svg{transform:translateY(2px)}button span{margin-inline-start:.2rem}button.active,button.active:hover{background-color:var(--accent-color);border-color:var(--accent-color);color:var(--background);z-index:1}button:hover{background-color:color-mix(in srgb,var(--accent-color),var(--background) 80%)}select:focus,button:focus{border-color:var(--accent-color);box-shadow:0 0 0 .2rem color-mix(in srgb,var(--accent-color),transparent 75%)!important;outline:0;z-index:1}button:focus.active{background-color:var(--accent-color)}button:disabled{opacity:.7}#time-clock{position:fixed;top:0;width:100%;text-align:center;padding:.5rem 0;font-size:.85rem;color:var(--font-color);font-weight:700;left:0}#exit-zen{border-color:transparent;display:none;max-height:none;opacity:.4;padding:.2rem;background-color:var(--accent-color);border-radius:50%;margin-bottom:1rem;transition:opacity .5s}#exit-zen:hover{opacity:1}#exit-zen:focus{opacity:1;border-color:var(--font-color)}.hidden{opacity:0}footer{bottom:0;display:flex;font-size:.85rem;justify-content:center;left:0;line-height:1.5;padding:0 1rem 1rem;position:fixed;right:0;z-index:2;transition:opacity .5s,background-color .5s}#menu{align-items:center;display:flex;flex-direction:column;gap:5px;text-align:center;transition:opacity .5s}#settings{display:flex;flex-wrap:wrap;gap:4px;justify-content:center}#contact{display:inline-block}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}@media only screen and (max-width: 500px){#fuzzy-clock{max-width:unset}}@media screen and (min-width: 1000px){#clock{font-size:2vw}.char{padding:1.5vh 1.5vw}#flex-clock{font-size:2.5vw}}@media screen and (min-width: 1600px){#clock{font-size:3rem}.char{padding:1.5rem}}@media only screen and (max-width: 750px){#clock{font-size:3vw}#exit-zen{font-size:1.7rem}#share-signature{font-size:.8rem}footer{font-size:.8rem}footer select{background-position:right .4rem center;background-size:10px;font-size:.8rem;padding:.15rem 1.4rem .15rem .35rem;width:4.5rem}footer button{font-size:.8rem;padding:.1rem .35rem}.input-group-text{padding:0 .5rem}#theme,#made-by{display:none}}body.focus .char:not(.active),body.focus #flex-clock .row .word:not(.active){color:color-mix(in srgb,var(--font-color),transparent 92%)}body.focus .char.secondary.active,body.focus #flex-clock .row .word.secondary.active{color:color-mix(in srgb,var(--accent-color),transparent 60%)}[data-theme$=light] body.focus #fuzzy-clock .secondary{color:color-mix(in srgb,var(--accent-color),#FFF 20%)}[data-theme$=dark] body.focus #fuzzy-clock .secondary{color:color-mix(in srgb,var(--accent-color),#000 40%)}#fuzzy-clock{display:none}#fuzzy-clock{max-width:80vw;font-size:4vw;color:var(--accent-color);padding:1.5vw 2vw;margin:0 1rem;text-align:center;line-height:1.3;word-spacing:.3rem;letter-spacing:.4rem;text-shadow:1px 1px 1px rgba(0,0,0,.5)}[lang=ar] #fuzzy-clock{letter-spacing:0}body.fuzzy #fuzzy-clock{display:block}body.fuzzy #clock,body.fuzzy #flex-clock{display:none}body.fuzzy #fuzzy-clock .secondary{transition:color .5s}@media only screen and (max-width: 500px){#fuzzy-clock{font-size:2.5rem}}@media screen and (min-width: 1800px){#fuzzy-clock{font-size:6rem}}body.solid #fuzzy-clock{text-shadow:none}body.solid #clock:has(.active),body.solid #clock:has(.idle),body.solid #fuzzy-clock,body.solid #flex-clock{box-shadow:0 3px 6px #00000029,0 3px 6px #0000003b}[data-theme$=light] body.solid #clock:has(.active),[data-theme$=light] body.solid #clock:has(.idle),[data-theme$=light] body.solid #fuzzy-clock,[data-theme$=light] body.solid #flex-clock{background-color:#fffa}[data-theme$=dark] body.solid #clock:has(.active),[data-theme$=dark] body.solid #clock:has(.idle),[data-theme$=dark] body.solid #fuzzy-clock,[data-theme$=dark] body.solid #flex-clock{background-color:#0009}body.mini #clock{grid-template-columns:repeat(var(--columns, 11),1fr)}body.mini .char:not(.active){display:none}body.mini .char.first{grid-column:1}body.mini .char.idle{display:initial}body.mini #flex-clock{width:unset}body.mini #flex-clock .row{flex-direction:column;gap:.5rem}body.mini #flex-clock .row .word:not(.active){display:none}body.mini #flex-clock .row:not(:has(.active)){display:none}html:not([data-clock-type=grid]) #clock{display:none}html:not([data-clock-type=flex]) #flex-clock{display:none}:root{--accent-color: #f73625;--background: #12121a;--font-color: #a3a29a;--clock-font-family: "Tektur", sans-serif}[lang=zh]{--clock-font-family: "LXGW WenKai Mono TC", sans-serif}[data-theme$=light]{--font-color: #2f2e2c;--background: #eaeaec}[data-theme$=light] body.screensaver{box-shadow:0 0 150px #00000080 inset}[data-theme$=dark]{--font-color: #a3a29a;--background: #12121a}[data-theme$=dark] body.screensaver{box-shadow:0 0 150px #000000e6 inset}[data-theme|=bohemian]{--clock-font-family: "Comfortaa", sans-serif;--clock-line-height: 1.2;--accent-color: #1abc9c}[data-theme|=bohemian][data-clock-type=flex]{--clock-line-height: 1}[data-theme=bohemian-light]{--background: #fef9e7}[data-theme=bohemian-dark]{--background: #1a1a1a}[data-theme=base-light]{--accent-color: #f73625;--background: #eaeaec}[data-theme=base-dark]{--accent-color: #f73625;--background: #12121a}[data-theme=orange-light]{--accent-color: #f39c12;--background: #fdf2e9}[data-theme=orange-dark]{--accent-color: #f39c12;--background: #1a0e0c}[data-theme=purple-light]{--accent-color: #9b59b6;--background: #ead7ff}[data-theme=purple-dark]{--accent-color: #9b59b6;--background: #20072a}[data-theme=green-light]{--accent-color: #2ecc71;--background: #f0fff4}[data-theme=green-dark]{--accent-color: #2ecc71;--background: #0e190e}[data-theme=blue-light]{--accent-color: #2c97df;--background: #d2e0ff}[data-theme=blue-dark]{--accent-color: #2c97df;--background: #0c0c24}[data-theme=gray-light]{--accent-color: #808686;--background: #f4f6f6}[data-theme=gray-dark]{--accent-color: #f1f1f1;--background: #1a1a1e}[data-theme=pink-light]{--accent-color: #ff6b81;--background: #ffdff1}[data-theme=pink-dark]{--accent-color: #ff6b81;--background: #301317}[data-theme|=crossword]{--clock-font-family: Inter, sans-serif}[data-theme|=crossword] #flex-clock{width:60vw}[data-theme|=crossword] #clock,[data-theme|=crossword] #flex-clock{border:var(--font-color) solid 3px;row-gap:0;padding:0;border-radius:0}[data-theme|=crossword] #fuzzy-clock{background-color:var(--font-color)!important;color:var(--background);border-radius:0;padding:1.5vw 2.5vw;text-shadow:none}[data-theme|=crossword] #flex-clock .row{gap:0}[data-theme|=crossword] .char,[data-theme|=crossword] .word{border:var(--font-color) solid 1px;color:var(--font-color)}[data-theme|=crossword] #flex-clock .row .word{flex:1;padding:.5vw 1vw}[data-theme|=crossword] .char.active,[data-theme|=crossword] #flex-clock .row .word.active{background-color:var(--font-color);color:var(--background)}[data-theme|=crossword] body.focus .char.secondary.active,[data-theme|=crossword] body.fuzzy.focus #fuzzy-clock .secondary{color:color-mix(in srgb,var(--background),transparent 50%)}[data-theme|=crossword] body.mini #flex-clock{background:var(--font-color)}[data-theme|=dots] #clock{column-gap:5px}[data-theme|=dots] .char{width:2.5vw;height:2.5vw;padding:1.25vw}[data-theme|=dots] .char:not(.active){color:transparent;background-color:color-mix(in srgb,var(--font-color),transparent 80%);border-radius:50%}[data-theme|=dots] body.focus .char:not(.active),[data-theme|=dots] body.focus #flex-clock .row .word:not(.active){color:transparent;background-color:color-mix(in srgb,var(--font-color),transparent 95%)}[data-theme|=dots] #flex-clock .row .word:not(.active){color:transparent;background-color:color-mix(in srgb,var(--font-color),transparent 80%);border-radius:.5rem;flex:1;margin:0 .25rem}[data-theme|=dots] #flex-clock .row .word.active{margin:0 .5rem}@media screen and (min-width: 1000px){[data-theme|=dots] .char{width:2vw;height:2vw;padding:.5vw}}[data-theme|=elegant]{--clock-font-family: "Playfair Display", sans-serif;--clock-line-height: 1;--accent-color: #9f5bd5}[data-theme|=elegant][lang=ar]{--clock-font-family: "Kufam", sans-serif}[data-theme=elegant-light]{--background: #f5f5f5}[data-theme=elegant-dark]{--background: #1a1a1a}[data-theme|=festive]{--clock-font-family: "Leckerli One", sans-serif;--clock-line-height: 1;--accent-color: #e74c3c}[data-theme|=festive][lang=ar]{--clock-font-family: "Marhey", sans-serif}[data-theme=festive-light]{--background: #fad0c4;--background-image: linear-gradient(to top right, var(--background) 0%, #ffd1ff 100%)}[data-theme=festive-dark]{--background: #011b1b;--background-image: linear-gradient(to top right, var(--background) 0%, #43162c 100%)}[data-theme|=frame]{--clock-font-family: "Playfair Display", sans-serif;--clock-line-height: 1.2}[data-theme|=frame][data-clock-type=flex]{--clock-line-height: 1}[data-theme|=frame] #clock,[data-theme|=frame] #flex-clock,[data-theme|=frame] #fuzzy-clock{border-radius:1rem;border:2px solid var(--accent-color)}[data-theme|=frame] #flex-clock{padding:1rem 1.5rem}[data-theme=frame-light]{--background: #cefcff;--accent-color: #00b9c4}[data-theme=frame-dark]{--background: #001c1e;--font-color: #f7f7f7;--accent-color: #00c4ce}[data-theme|=handwriting]{--clock-font-family: "Mynerve", sans-serif;--clock-line-height: 1;--accent-color: #077fc6}[data-theme|=handwriting][lang=zh]{--clock-font-family: "LXGW WenKai Mono TC", sans-serif}[data-theme|=handwriting][lang=ja]{--clock-font-family: "Yuji Boku", sans-serif}[data-theme|=handwriting][lang=ar]{--clock-font-family: "Amiri", sans-serif}[data-theme|=handwriting] #fuzzy-clock{text-shadow:none}[data-theme|=handwriting] .char,[data-theme|=handwriting] .row,[data-theme|=handwriting] .fuzzy-wrapper{border-bottom:solid 1px color-mix(in srgb,var(--font-color),transparent 75%)}[data-theme|=handwriting] .fuzzy-wrapper{padding:.5rem 1rem}[data-theme=handwriting-light]{--background: #fef9e7}[data-theme=handwriting-dark]{--background: #111111}[data-theme|=handwriting] body.mini .row{border-bottom:none}[data-theme|=handwriting] body.mini .row .word{border-bottom:solid 1px color-mix(in srgb,var(--font-color),transparent 75%);flex:1}[data-theme|=kindle]{--clock-font-family: "Noto Serif", sans-serif;--clock-line-height: 1}[data-theme=kindle-light]{--background: #dcd8d0;--font-color: #646862;--accent-color: #2C2C2E}[data-theme=kindle-dark]{--background: #161920;--font-color: #808187;--accent-color: #dcd8d0}[data-theme|=marker] #clock .char{position:relative}[data-theme|=marker] #flex-clock .row{gap:0}[data-theme|=marker] #flex-clock .word:not(.active){position:relative;flex:1}[data-theme=marker-light]{--marker-color: #333}[data-theme=marker-dark]{--marker-color: #AAA}[data-theme=marker-light] body.focus{--marker-color: #999}[data-theme=marker-dark] body.focus{--marker-color: #333}[data-theme|=marker] #clock .char:not(.active):after,[data-theme|=marker] #flex-clock .word:not(.active):after{content:" ";position:absolute;left:-1px;right:0;top:50%;transform:translateY(-50%);height:.7rem;background-color:var(--marker-color);transition:all .5s}[data-theme|=numbers] #clock{column-gap:5px}[data-theme|=numbers] .char:not(.active),[data-theme|=numbers] #flex-clock .row .word:not(.active){position:relative;color:transparent;border:solid 1px color-mix(in srgb,var(--font-color),transparent 95%);border-radius:.25rem}[data-theme|=numbers] .char:not(.active):after,[data-theme|=numbers] .word:not(.active):after{content:attr(data-index);position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:color-mix(in srgb,var(--font-color),transparent 80%);font-size:50%;transition:opacity 1s,color .5s,background .5s}[data-theme|=numbers] #flex-clock .row .word:not(.active){flex:1;margin:0 .25rem}[data-theme|=numbers] #flex-clock .row .word.active{margin:0 .5rem}[data-theme|=numbers] body.focus .char:not(.active),[data-theme|=numbers] body.focus #flex-clock .row .word:not(.active){color:transparent}[data-theme|=numbers] body.focus .char:not(.active):after,[data-theme|=numbers] body.focus #flex-clock .row .word:not(.active):after{color:color-mix(in srgb,var(--font-color),transparent 92%)}[data-theme|=photo]{--clock-font-family: "Geologica", sans-serif}[data-theme|=photo][lang=zh]{--clock-font-family: "LXGW WenKai Mono TC", sans-serif}[data-theme|=photo] body{background-size:cover;background-position:center}[data-theme|=photo] #photo-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--background);transition:all .5s}[data-theme|=photo] #clock,[data-theme|=photo] #flex-clock{background:color-mix(in srgb,var(--background),transparent 20%);border-radius:.5rem}[data-theme|=photo] body.solid #clock:has(.active),[data-theme|=photo] body.solid #flex-clock{background-color:color-mix(in srgb,var(--background),transparent 5%)}[data-theme|=photo] body:not(.zen) footer{padding:1rem}[data-theme=photo-light] #time-clock{color:#111}[data-theme=photo-light]{--background: #dddddd;--font-color: #282826;--accent-color: #e33725}[data-theme=photo-light] #photo-overlay{opacity:.4}[data-theme=photo-light] body:not(.zen) footer{background:#ffffff60}[data-theme=photo-dark]{--background: #111111;--font-color: #d7d7d7;--accent-color: #fd3622}[data-theme=photo-dark] #time-clock{color:#eee}[data-theme=photo-dark] #photo-overlay{opacity:.5}[data-theme=photo-dark] body:not(.zen) footer{background:#00000093}[data-theme|=poster]{--clock-font-family: "Averia Serif Libre", sans-serif;--cite-font-family: "Allura", sans-serif;--accent-color: #fd4533;--clock-line-height: 1}[data-theme|=poster][lang=ja]{--clock-font-family: "Potta One", sans-serif}[data-theme|=poster] #clock,[data-theme|=poster] #flex-clock,[data-theme|=poster] #fuzzy-clock{border-width:1rem;border-style:solid;padding:1.5rem;overflow:hidden;background-image:url(/assets/poster-bg.png);border-radius:0}[data-theme|=poster] #fuzzy-clock{text-shadow:none}[data-theme|=poster] body.solid #clock{border-radius:0}[data-theme|=poster] .char:not(.active){color:color-mix(in srgb,var(--font-color),transparent 60%)}[data-theme=poster-light] #clock,[data-theme=poster-light] #fuzzy-clock,[data-theme=poster-light] #flex-clock,[data-theme=poster-light] body.solid #clock,[data-theme=poster-light] body.solid #fuzzy-clock{border-color:#111;box-shadow:5px 5px 10px #333 inset,10px 10px 25px #333;background:#fff}[data-theme=poster-dark] #clock,[data-theme=poster-dark] #fuzzy-clock,[data-theme=poster-dark] #flex-clock,[data-theme=poster-dark] body.solid #clock,[data-theme=poster-dark] body.solid #fuzzy-clock{border-color:#dfab5d;box-shadow:5px 5px 15px #000 inset,10px 10px 25px #000;background-color:#000;background-blend-mode:hard-light}[data-theme|=rainbow]{--red: #f21332;--orange: #f27225;--pink: #e20b88;--yellow: #f2ad24;--green: #00b249;--blue: #1844b5;--purple: #a033b3}[data-theme|=rainbow] #clock{row-gap:0;column-gap:0;padding:0}[data-theme|=rainbow] .char{width:2.5vw;height:2.5vw;padding:1.25vw}[data-theme|=rainbow] .char[data-index="0"],[data-theme|=rainbow] #flex-clock .row:first-child .word.last{border-radius:.5rem 0 0}[data-theme|=rainbow] .char[data-index="10"],[data-theme|=rainbow] #flex-clock .row:first-child .word.first{border-radius:0 .5rem 0 0}[data-theme|=rainbow] .char[data-index="99"],[data-theme|=rainbow] #flex-clock .row:last-child .word.last{border-radius:0 0 0 .5rem}[data-theme|=rainbow] .char[data-index="109"],[data-theme|=rainbow] #flex-clock .row:last-child .word.first{border-radius:0 0 .5rem}[data-theme|=rainbow] .char:nth-child(n):nth-child(-n+11),[data-theme|=rainbow] .char:nth-child(n+78):nth-child(-n+88),[data-theme|=rainbow] #flex-clock .row[data-row="0"] .word,[data-theme|=rainbow] #flex-clock .row[data-row="7"] .word,[data-theme|=rainbow] body.mini .char[data-word="0"],[data-theme|=rainbow] body.mini .char[data-word="7"]{background-color:color-mix(in srgb,var(--red),transparent var(--transparency))}[data-theme|=rainbow] .char:nth-child(n+12):nth-child(-n+22),[data-theme|=rainbow] .char:nth-child(n+89):nth-child(-n+99),[data-theme|=rainbow] #flex-clock .row[data-row="1"] .word,[data-theme|=rainbow] #flex-clock .row[data-row="8"] .word,[data-theme|=rainbow] body.mini .char[data-word="1"],[data-theme|=rainbow] body.mini .char[data-word="8"]{background-color:color-mix(in srgb,var(--orange),transparent var(--transparency))}[data-theme|=rainbow] .char:nth-child(n+23):nth-child(-n+33),[data-theme|=rainbow] .char:nth-child(n+100):nth-child(-n+110),[data-theme|=rainbow] #flex-clock .row[data-row="2"] .word,[data-theme|=rainbow] #flex-clock .row[data-row="9"] .word,[data-theme|=rainbow] body.mini .char[data-word="2"],[data-theme|=rainbow] body.mini .char[data-word="9"]{background-color:color-mix(in srgb,var(--pink),transparent var(--transparency))}[data-theme|=rainbow] .char:nth-child(n+34):nth-child(-n+44),[data-theme|=rainbow] #flex-clock .row[data-row="3"] .word,[data-theme|=rainbow] #flex-clock .row[data-row="10"] .word,[data-theme|=rainbow] body.mini .char[data-word="3"],[data-theme|=rainbow] body.mini .char[data-word="10"]{background-color:color-mix(in srgb,var(--yellow),transparent var(--transparency))}[data-theme|=rainbow] .char:nth-child(n+45):nth-child(-n+55),[data-theme|=rainbow] #flex-clock .row[data-row="4"] .word,[data-theme|=rainbow] #flex-clock .row[data-row="11"] .word,[data-theme|=rainbow] body.mini .char[data-word="4"],[data-theme|=rainbow] body.mini .char[data-word="11"]{background-color:color-mix(in srgb,var(--green),transparent var(--transparency))}[data-theme|=rainbow] .char:nth-child(n+56):nth-child(-n+66),[data-theme|=rainbow] #flex-clock .row[data-row="5"] .word,[data-theme|=rainbow] #flex-clock .row[data-row="12"] .word,[data-theme|=rainbow] body.mini .char[data-word="5"],[data-theme|=rainbow] body.mini .char[data-word="12"]{background-color:color-mix(in srgb,var(--blue),transparent var(--transparency))}[data-theme|=rainbow] .char:nth-child(n+67):nth-child(-n+77),[data-theme|=rainbow] #flex-clock .row[data-row="6"] .word,[data-theme|=rainbow] #flex-clock .row[data-row="13"] .word,[data-theme|=rainbow] body.mini .char[data-word="6"],[data-theme|=rainbow] body.mini .char[data-word="13"]{background-color:color-mix(in srgb,var(--purple),transparent var(--transparency))}[data-theme|=rainbow] body.mini #flex-clock .word.active[data-word="0"],[data-theme|=rainbow] body.mini #flex-clock .word.active[data-word="7"]{background-color:color-mix(in srgb,var(--red),transparent var(--transparency))}[data-theme|=rainbow] body.mini #flex-clock .word.active[data-word="1"],[data-theme|=rainbow] body.mini #flex-clock .word.active[data-word="8"]{background-color:color-mix(in srgb,var(--orange),transparent var(--transparency))}[data-theme|=rainbow] body.mini #flex-clock .word.active[data-word="2"],[data-theme|=rainbow] body.mini #flex-clock .word.active[data-word="9"]{background-color:color-mix(in srgb,var(--pink),transparent var(--transparency))}[data-theme|=rainbow] body.mini #flex-clock .word.active[data-word="3"],[data-theme|=rainbow] body.mini #flex-clock .word.active[data-word="10"]{background-color:color-mix(in srgb,var(--yellow),transparent var(--transparency))}[data-theme|=rainbow] body.mini #flex-clock .word.active[data-word="4"],[data-theme|=rainbow] body.mini #flex-clock .word.active[data-word="11"]{background-color:color-mix(in srgb,var(--green),transparent var(--transparency))}[data-theme|=rainbow] body.mini #flex-clock .word.active[data-word="5"] [data-theme|=rainbow] body.mini #flex-clock .word.active[data-word="12"]{background-color:color-mix(in srgb,var(--blue),transparent var(--transparency))}[data-theme|=rainbow] body.mini #flex-clock .word.active[data-word="6"],[data-theme|=rainbow] body.mini #flex-clock .word.active[data-word="13"]{background-color:color-mix(in srgb,var(--purple),transparent var(--transparency))}@media screen and (min-width: 1000px){[data-theme|=rainbow] .char{width:2vw;height:2vw;padding:.5vw}}[data-theme|=rainbow] .char.active{--transparency: 0%}[data-theme|=rainbow] #flex-clock{gap:0;padding:0}[data-theme|=rainbow] #flex-clock .row{gap:0}[data-theme|=rainbow] .word{--transparency: 0%}[data-theme|=rainbow] .char:not(.active),[data-theme|=rainbow] .word:not(.active){color:transparent;--transparency: 0%}[data-theme|=rainbow] #flex-clock .row .word:not(.active){color:transparent;flex:1}[data-theme|=rainbow] body.focus .char:not(.active),[data-theme|=rainbow] body.focus #flex-clock .row .word:not(.active){color:transparent;--transparency: 60%}[data-theme|=rainbow] body.mini #flex-clock .row{gap:0;align-items:start}[data-theme|=rainbow] body.mini .char,[data-theme|=rainbow] body.mini #flex-clock .row .word{border-radius:0!important}[data-theme|=rainbow] body.mini .char{border-radius:0}[data-theme=rainbow-dark] .char.active,[data-theme=rainbow-dark] #flex-clock .row .word.active{color:#fff}[data-theme=rainbow-dark] body.focus .char.active.secondary,[data-theme=rainbow-dark] body.focus #flex-clock .row .word.active.secondary{color:color-mix(in srgb,#FFFa,transparent 25%)}[data-theme=rainbow-light] .char.active,[data-theme=rainbow-light] #flex-clock .row .word.active{color:#000}[data-theme=rainbow-light] body.focus .char.active.secondary,[data-theme=rainbow-light] body.focus #flex-clock .row .word.active.secondary{color:color-mix(in srgb,#000a,transparent 25%)}[data-theme|=retro]{--clock-font-family: "VT323", sans-serif;--clock-line-height: 1}[data-theme|=retro][lang=ja]{--clock-font-family: "DotGothic16", sans-serif}[data-theme|=retro][lang=ar]{--clock-font-family: "Handjet", sans-serif}[data-theme|=retro] #fuzzy-clock{text-shadow:none}[data-theme|=retro] .char.active,[data-theme|=retro] #flex-clock .row .word.active{background:var(--accent-color);color:#000}[data-theme|=retro] .char.first{border-start-start-radius:.5rem;border-end-start-radius:.5rem}[data-theme|=retro] .char.last{border-start-end-radius:.5rem;border-end-end-radius:.5rem}[data-theme|=retro] #flex-clock .row .word.active{border-radius:.5rem;padding:.5vw 1.5vw}[data-theme|=retro] body.focus .char.secondary.active{color:color-mix(in srgb,#000,transparent 60%);background-color:color-mix(in srgb,var(--accent-color),transparent 50%)}[data-theme|=retro] body.fuzzy #fuzzy-clock{background-color:var(--accent-color);color:#000}[data-theme|=retro] body.fuzzy.focus #fuzzy-clock .secondary{color:#0007}[data-theme=retro-light]{--accent-color: #daa908;--background: #f8f8f8;--background-image: url(/assets/scanlines-bg-light.jpg)}[data-theme=retro-dark]{--accent-color: #f1ba08;--background: #2c2c2c;--background-image: url(/assets/scanlines-bg-dark.jpg)}[data-theme|=terminal]{--clock-font-family: "B612 Mono", sans-serif;--clock-line-height: 1.3}[data-theme|=terminal][data-clock-type=flex]{--clock-line-height: 1}[data-theme|=terminal][lang=ar]{--clock-font-family: "Handjet", sans-serif}[data-theme|=terminal] body,[data-theme|=terminal] select,[data-theme|=terminal] button{font-family:var(--clock-font-family)}[data-theme|=terminal] body:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;box-shadow:0 0 200px #000000e6 inset;background-size:100% 2px,3px 100%;background-color:#0000;background-image:linear-gradient(#0d0e0e00 50%,#00000040 50%),linear-gradient(90deg,#cc00000f,#33cc0005,#0000cc0f);z-index:3;pointer-events:none}[data-theme|=terminal] body:after{content:"";display:block;position:fixed;top:0;left:0;bottom:0;right:0;background:#1210101a;background-color:#1210101a;background-image:none;opacity:0;z-index:3;pointer-events:none;animation:flicker .5s infinite}[data-theme|=terminal] #fuzzy-clock{text-shadow:none}[data-theme|=terminal] .char{border:transparent solid 1px;padding:1vh 1.5vw}[data-theme|=terminal] .char.active{border:var(--accent-color) solid 1px;border-left:none;border-right:none}[data-theme|=terminal] .char.active.first{border:var(--accent-color) solid 1px;border-right:none}[data-theme|=terminal] .char.active.last{border:var(--accent-color) solid 1px;border-left:none}[data-theme|=terminal] .char.active.first.last{border:var(--accent-color) solid 1px}[data-theme|=terminal] body.solid #clock{border-radius:0}[data-theme|=terminal] body.focus .char.secondary.active{border-color:color-mix(in srgb,var(--accent-color),transparent 60%)}[data-theme|=terminal] #flex-clock .row .word.active{border:2px solid color-mix(in srgb,var(--accent-color),transparent 60%);padding:.5vw 1.5vw}[data-theme=terminal-light]{--font-color: #181702;--background: #fff6ae;--accent-color: rgb(172, 127, 2)}[data-theme=terminal-light] body:after{background-color:#12101006}[data-theme=terminal-dark]{--font-color: rgb(135, 224, 135);--background: rgb(2, 22, 0);--accent-color: rgb(27, 236, 27)}@keyframes blink{50%{opacity:0}}@keyframes flicker{0%{opacity:.27861}5%{opacity:.34769}10%{opacity:.23604}15%{opacity:.90626}20%{opacity:.18128}25%{opacity:.83891}30%{opacity:.65583}35%{opacity:.67807}40%{opacity:.26559}45%{opacity:.84693}50%{opacity:.96019}55%{opacity:.08594}60%{opacity:.20313}65%{opacity:.71988}70%{opacity:.53455}75%{opacity:.37288}80%{opacity:.71428}85%{opacity:.70419}90%{opacity:.7003}95%{opacity:.36108}to{opacity:.24387}}[data-theme|=x]{--clock-font-family: "JetBrains Mono", sans-serif}[data-theme|=x] .char,[data-theme|=x] .word{position:relative}[data-theme|=x] .char:not(.active):before{content:"✕";font-weight:700;position:absolute;font-size:2.5vw;left:50%;top:50%;transform:translate(-50%,-50%)}[data-theme|=x] .word:not(.active):before{content:" ";height:2px;background:color-mix(in srgb,var(--font-color),transparent 80%);display:inline-block;position:absolute;left:0;right:0;top:50%}
