@font-face{font-family:MyComic;src:url(./ComicSansMS.CokNTq0t.ttf)}@media(max-height:700px){.overlay h3{padding-top:20vh}.overlay{padding-bottom:5vh}}:root{--background-white:#F8F8F8;--background-black: #2d2d2d;--background-off-white: #dbdbdb;--background-off-black: #434343;--lighter-text: #d5d5d5;--light-text: #999999;--medium-text: #393939;--dark-text: #202020;--brightness: 65%;--brightness-factor: 1;--true-white: #ffffff;--true-black: #000000;--V-background-white: var(--background-white);--V-background-black: var(--background-black);--V-background-off-white: var(--background-off-white);--V-background-off-black: var(--background-off-black);--V-lighter-text: var(--lighter-text);--V-light-text: var(--light-text);--V-medium-text: var(--medium-text);--V-dark-text: var(--dark-text);--V-brightness: var(--brightness);--V-brightness-factor: var(--brightness-factor);--V-true-white: var(--true-white);--V-true-black: var(--true-black)}body{font-weight:475;font-style:normal;font-family:-apple-system,Inter,sans-serif,Comic Sans,MyComic,Slab,Georgia;margin:5% auto;background-color:var(--V-background-white);transition:all .3s ease-in-out;color:var(--V-dark-text)}.parent{display:flex;flex-direction:column;align-items:center;gap:1rem;width:80%;margin:0 auto}.title{background:url(./sparkles.TOf8JALk.gif) no-repeat;background-size:cover;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-position-y:-90px;font-size:clamp(38px,3vw,4vw);filter:brightness(var(--V-brightness-factor))}.login-hint{margin-top:1rem;margin-bottom:0rem;position:relative;text-align:justify;font-style:italic;color:var(--V-light-text);font-size:10pt}.login-show-password{position:absolute;right:-45px;top:50%;transform:translateY(-50%);border-radius:10%;font-size:.75rem;padding:.1rem .25rem;white-space:nowrap}.login{display:flex;flex-direction:column;align-items:center;gap:1rem;width:80%;margin:0 auto}.floating-button{top:2%;position:absolute}.login_input{border-bottom:2px solid var(--V-medium-text);background-color:var(--V-background-white);border-top:none;border-left:none;border-right:none;font-family:Courier,monospace;outline:none;box-shadow:none;border-radius:0;color:var(--V-medium-text);caret-color:var(--V-dark-text);transition:all .3s ease-in-out}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus{-webkit-box-shadow:0 0 0px 1000px var(--V-background-white) inset!important;-webkit-text-fill-color:var(--V-medium-text)!important;color:var(--V-medium-text)!important;font-family:Courier,monospace,-apple-system,Inter,sans-serif!important}button{border:none;border-radius:4px;padding:.3rem 1rem;cursor:pointer;font-weight:525;font-style:normal;font-family:-apple-system,Inter,sans-serif,Comic Sans,MyComic,Slab,Georgia;font-size:1rem;color:var(--V-dark-text);-webkit-appearance:none;transition:50ms;background-color:var(--V-background-off-white)}button:hover{background-color:var(--V-light-text);transition:50ms}input[type=range]{-webkit-appearance:none;width:clamp(300px,50vw,60vw);height:12px;border-radius:6px;background:var(--slider-color);outline:none}textarea{width:clamp(290px,49vw,59vw);font-family:-apple-system,Inter,sans-serif,Comic Sans,MyComic,Slab,Georgia;height:60px;padding:.5rem;border-radius:6px;border:1px solid #aaa;resize:vertical;color:var(--V-dark-text);background-color:var(--V-background-white);transition:background-color .3s ease-in-out}input[type=range].celebrate{background:url(./sparkles.TOf8JALk.gif);background-size:cover;background-repeat:no-repeat;background-position:center}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:var(--slider-color);border:1px solid var(--V-background-white);cursor:pointer;transition:border .3s ease-in-out}input[type=range].celebrate::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:url(./sparkles.TOf8JALk.gif);background-size:cover;background-repeat:no-repeat;background-position:center;border:1px solid var(--V-background-white);transition:border .3s ease-in-out;cursor:pointer}input[type=range]::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:var(--slider-color);border:2px solid #ffffff;cursor:pointer}input[type=range].celebrate::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:url(./sparkles.TOf8JALk.gif);background-size:cover;background-repeat:no-repeat;background-position:center;border:2px solid #ffffff;cursor:pointer}button,input[type=button],input[type=submit]{-webkit-appearance:none;-webkit-tap-highlight-color:transparent;cursor:pointer}button:disabled{opacity:.4;cursor:not-allowed}.overlay{position:fixed;inset:0;display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--V-background-white);text-align:center;z-index:100;overflow-y:auto}.overlay h2{margin-bottom:1rem}input[type=search]{-webkit-appearance:none}.month-nav{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:2rem;color:var(--V-dark-text)}.nav-btn{border:none;background:#eee;border-radius:6px;padding:.3rem .6rem;cursor:pointer;font-size:1rem;transition:50ms;background-color:var(--V-background-off-white)}.nav-btn:hover{background-color:var(--V-light-text);transition:50ms}.nav-btn:disabled{opacity:.4;cursor:not-allowed}.calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:6px;max-width:clamp(350px,23vw,90vw);margin:1rem auto 2rem}.day{position:relative;border:1px solid var(--V-lighter-text);border-radius:6px;height:50px;overflow:hidden;cursor:pointer;transition:background-color 3s ease-in-out,transform .12s ease;display:flex;flex-direction:column}.day:hover{transform:translateY(-.2rem)}.day-number{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-weight:700;z-index:2;pointer-events:none;text-shadow:0px 0px 2px var(--V-true-white);color:var(--V-medium-text)}.day-half{flex:1;width:100%}.top-half{border-bottom:.75px dashed var(--V-lighter-text)}.top-half:hover,.bottom-half:hover{background-color:var(--V-background-off-white);transition:background-color 50ms ease-in-out!important}.entry-info{max-width:clamp(340px,23vw,90vw);margin:0 auto;margin-bottom:2rem;padding:.5rem;background:var(--V-background-off-white);border-radius:6px;text-align:center;font-size:.9rem;transition:background-color .3s ease-in-out}.title.svelte-kkv8mu{font-size:clamp(30px,2vw,3vw);margin-top:2rem;margin-bottom:0}
