*,*::before,*::after{box-sizing:border-box}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;margin-block:0;margin-inline:0;padding:0;padding-block:0;padding-inline:0;border:0}html{-webkit-text-size-adjust:100%}body{min-height:100vh;line-height:1}h1,h2,h3,h4,h5,h6{font:inherit;font-weight:inherit}ol,ul{list-style:none}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit;color:inherit;background:rgba(0,0,0,0)}a{color:inherit;text-decoration:none}table{border-collapse:collapse;border-spacing:0}*,*:before,*:after{box-sizing:border-box}:root{--page-background: #fff8dc;--text-color: #37352f;--link-color: #b31b1b;--border-color: #ffeea9;--table-header-bg: #fff4c8;--blockquote-bg: #fffcf0;--sun-icon-color: #000;--moon-icon-color: #37352f}:root[data-theme=night]{--page-background: #01232d;--text-color: #fdf6e3;--link-color: #36a3ff;--border-color: rgba(131,148,150,.65);--table-header-bg: rgba(131,148,150,.12);--blockquote-bg: #023646;--sun-icon-color: #000;--moon-icon-color: #fdf6e3}html,body{background-color:var(--page-background);font-family:"Spectral";color:var(--text-color);width:100%;min-height:100vh;display:flex;flex-direction:column;line-height:1.5}h1,h2,h3,h4,h5,h6{font-weight:600;margin-top:0;margin-bottom:.25rem}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25em}h4{font-size:1rem}h5{font-size:.75rem}p{margin-top:0;margin-bottom:1rem}blockquote{margin:1.5rem 0;padding:.3rem .5rem;border-left:3px solid var(--link-color);font-style:italic}blockquote p:last-child{margin-bottom:0}table{width:100%;border-collapse:separate;border-spacing:0;margin:0 0 1.5rem 0;text-align:left;border:1px solid var(--border-color);border-radius:.4rem;overflow:hidden}table th,table td{border:1px solid var(--border-color);padding:.25rem;text-align:left}table th{font-weight:600;background-color:var(--table-header-bg)}a{text-decoration-line:underline;text-decoration-style:dotted;text-decoration-color:var(--link-color);text-underline-offset:.2em;color:var(--link-color);position:relative}a:hover{text-decoration-style:solid}.nav-bar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:1.5rem;gap:.5rem}.theme-button{margin-left:auto;border:none;background:none;color:var(--sun-icon-color);font-family:inherit;padding:0;width:2.25rem;height:2.25rem;border-radius:50%;cursor:pointer;transition:color .2s ease;display:flex;align-items:center;justify-content:center;outline:none}.theme-button:hover{color:var(--link-color)}.theme-button:focus-visible{outline:2px solid var(--link-color);outline-offset:2px}.theme-button[data-icon=moon]{color:var(--moon-icon-color)}.theme-button__icon{width:1.25rem;height:1.25rem;display:none;opacity:.9}.theme-button[data-icon=sun] .theme-button__icon--sun,.theme-button[data-icon=moon] .theme-button__icon--moon{display:block}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.nav-links{flex:1}.nav-links ul{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:0;gap:.25rem;font-size:.75rem}.nav-links li{display:flex;align-items:center;color:var(--text-color)}.nav-links li:not(:last-child)::after{content:"/";margin-left:.25rem}ul{list-style-type:disc;list-style-position:inside}.site-footer{margin-top:auto;width:100%;padding:.75rem 0;font-size:.7rem;display:flex;justify-content:center}.site-footer__inner{width:100%;max-width:600px;padding:0 1rem;display:flex;justify-content:flex-end}.site-footer a{color:var(--text-color)}.avatar{width:100px;max-width:100px;height:100px;border-radius:50%;box-shadow:rgba(15,15,15,.1) 0px 2px 4px}.section{display:flex;justify-content:center;flex:1}.section .container{padding:2em 1em;max-width:600px;display:flex;flex:1;flex-direction:column;width:100%}.sub-section{margin-bottom:2rem}.headline{display:flex;align-items:center}.headline .message{margin-left:1rem}.headline .message h1{margin:0}.list .item{display:flex;align-items:center;gap:1rem;width:100%}.list .item .date{flex:0 0 auto;white-space:nowrap}.list .item .title{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list .item .rating{flex:0 0 auto;white-space:nowrap}.rating-stars{font-size:.75rem}.item{display:flex}.item .attribute{width:110px;font-weight:600;margin-right:1rem}