body,form{flex-direction:column;display:flex}body::before,body:after{content:"";position:fixed}body,body:after,html{height:100%}form,form .field{margin-bottom:0}*,.notification.is-visible{opacity:1}html body h1,label:not(.checkbox){font-weight:700}#header>:last-child,#homeButton,#logout{text-align:right}#header,.flex-column,.flex-row,.login,body,form,html .scrolling-wrapper,label{display:flex}*{transition:opacity .5s;z-index:2;position:relative}body{margin:0}body::before{--size:750px;--easing:ease-in-out;width:var(--size);height:var(--size);filter:blur(calc(var(--size) / 5));background-image:linear-gradient(#4070e6,#89ffd4);animation:rotate 25s cubic-bezier(.8,.2,.2,.8) alternate infinite,moveLeft 61s var(--easing) alternate infinite,moveTop 30s var(--easing) alternate infinite;border-radius:30% 70% 70% 30%/30% 30% 70% 70%;opacity:.1;z-index:-1;top:calc(0% - var(--size));left:100%}body:after{background-color:transparent;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 600 600'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:364px;opacity:.12;top:0;left:0;width:100%;z-index:1}form{padding:0 1em}label{flex-direction:column;padding:.25em 1em;font-weight:400}label .help{margin-top:0}button,input:not([type=checkbox]),select{padding:8px;font-size:1rem;width:100%}a:hover{text-decoration:underline}hr{background-color:#fff}html .scrolling-wrapper{margin:0;overflow-x:auto;flex-wrap:nowrap;gap:1rem;padding:0 2vw}html body h1{font-family:Tahoma;font-size:2.5rem;line-height:2.5rem;color:#f5f5f5;text-shadow:1px 1px 1px #919191,1px 2px 1px #919191,1px 3px 1px #919191,1px 9px 3px rgba(16,16,16,.4),1px 11px 5px rgba(16,16,16,.2),1px 12px 17px rgba(16,16,16,.2),1px 15px 30px rgba(16,16,16,.4)}html h1{font-size:2rem;font-weight:600}html h2{text-align:center;font-size:1.5rem}#header{flex-direction:row;flex-wrap:wrap;justify-content:end}#header>:first-child,.card-header-title :first-child,.flex-grow-1,.scrolling-wrapper .message-body{flex-grow:1}.scrolling-wrapper .message{cursor:pointer;max-width:25vw;min-width:20vw;overflow:hidden;box-shadow:0 1px 3px;display:flex;flex-direction:column;margin-bottom:var(--bulma-block-spacing)}.scrolling-wrapper .message-header{align-items:unset}.scrolling-wrapper .message-header:empty{padding:3px}.modal-card-body b,.scrolling-wrapper .message-body b{color:#000}html .modal-card-head{background-color:var(--bulma-modal-card-foot-background-color)}.modal-card-title{max-width:90%}.modal-card-body p{padding-bottom:1em}html .modal-card-foot{--bulma-tabs-border-bottom-color:var(--bulma-border);--bulma-tabs-border-bottom-style:solid;--bulma-tabs-border-bottom-width:1px;border-top:var(--bulma-tabs-border-bottom-width) var(--bulma-tabs-border-bottom-style) var(--bulma-tabs-border-bottom-color)}.modal-card .delete{margin:var(--bulma-modal-card-head-padding);position:absolute;right:0}form .button[type=submit]{margin-top:1em}form .has-text-danger{padding-bottom:.5em}html .select select[disabled],html .tags-input,html .tags-input[disabled]{border-color:var(--bulma-border);background-color:#181b20}html .tags-input .tag{font-size:.9rem;font-weight:400}form .tags-input input::placeholder{color:hsla(0,0%,48%,.5)}.tags-input.no-input input{display:none}html .has-background-adaptive{background-color:var(--bulma-light);color:var(--bulma-text)}html body .smaller-font,html body .smaller-font .tags-input .tag{padding:.5em;font-size:.8rem}html body .smaller-font .tags-input{min-height:2em}.flex-column{flex-direction:column}.flex-row{flex-direction:row}.input[type=date]{display:inline}.collapsible-x{margin-left:0;max-width:400px;transition:margin-left .5s,max-width .5s,padding .5s;overflow:hidden;white-space:nowrap}.collapsible-x.collapsed:not(.card-header){margin-left:-400px}.collapsible-x.collapsed.card-header{max-width:0}.fade-out{opacity:0}html .notification{position:fixed;top:2px;right:2px;z-index:5;opacity:0;transition:opacity .3s}html .notification>.delete{inset-inline-end:0.25rem;top:.25rem}.tooltip::before{content:'?';display:inline-block;font-size:.7rem;line-height:1.4;text-align:center;width:1.4em;height:1.4em;border-radius:50%;background-color:rgba(255,255,255,.5);color:#333;font-weight:700;vertical-align:middle;margin-left:.5rem;margin-top:.2rem;cursor:pointer}label .tooltip::before{float:right}.dropdown-label{z-index:3}#homeButton{position:absolute;top:0;right:0;z-index:4}.login{flex-grow:1;justify-content:center;align-self:center;flex-direction:column;gap:2vw;align-items:center}html .title:not(:last-child){margin-top:var(--bulma-block-spacing);margin-bottom:unset}@media (prefers-color-scheme:dark){html .has-background-adaptive{background-color:var(--bulma-dark)}.modal-card-body b{color:#fff}}@media (prefers-color-scheme:light){hr{background-color:#000}html .message-header,html .select select[disabled],html .tags-input,html .tags-input[disabled]{background-color:#e0e0e0;color:#363636}html .card-header{border-bottom:0;box-shadow:unset}.tooltip::before{background-color:rgba(0,0,0,.5);color:#ddd}body::before{opacity:.33;background-image:linear-gradient(rgba(64,112,230,.75),rgba(137,255,212,.75))}}@media (min-width:720px){body::before{--size:500px}body.adaptive-font{font-size:calc(1rem + .2vw)}body.adaptive-font h1{font-size:calc(2rem + .2vw)}body.adaptive-font h2{font-size:calc(1.5rem + .2vw)}body.adaptive-font .smaller-font{font-size:calc(.8rem + .2vw)}}@media (min-width:1480px){body.adaptive-font{font-size:calc(1rem + .3vw)}body.adaptive-font h1{font-size:calc(2rem + .3vw)}body.adaptive-font h2{font-size:calc(1.5rem + .3vw)}body.adaptive-font .smaller-font{font-size:calc(.8rem + .3vw)}}@keyframes rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes moveLeft{0%{left:100%}100%{left:calc(0% - var(--size))}}@keyframes moveTop{0%{top:calc(0% - var(--size))}100%{top:100%}}