a{text-decoration:none}a,a:visited,a:focus,a:hover{color:#96bcf0}hr{border:0;height:1px;background-image:linear-gradient(to right,#f2f3f7,#648dca,#f2f3f7)}body{padding:5px;margin:0;background-color:#f2f3f7}#container{height:100vh;width:100%;display:grid;grid-template-areas:"side main";grid-template-columns:310px auto;grid-template-rows:auto;grid-column-gap:5px;grid-row-gap:5px}@media(width<640px){#container{grid-template-areas:"side""main";grid-template-columns:auto;grid-template-rows:auto 1fr;grid-row-gap:5px}}.grid-area{border:.5px dotted#648dca;padding:5px}.adsense{border:0}#sidebar{min-width:300px;display:grid;grid-template-areas:"side-header""side-content""side-links""side-footer";grid-template-rows:128px auto auto 1fr;grid-column-gap:5px;grid-row-gap:5px}#sidebar #side-header{grid-area:side-header;max-height:128px;display:grid;grid-template-areas:"brand-logo brand-name";justify-content:start;align-items:center}#sidebar #side-header #brand-logo{grid-area:brand-logo}#sidebar #side-header #brand-name{grid-area:brand-name;padding-left:5px}#sidebar #side-header #brand-name h1{font-size:2em}#sidebar #side-content{grid-area:side-content}#sidebar #side-content ul.nav-link{list-style:none;padding-inline-start:0}#sidebar #side-content ul.nav-link li{padding-left:2em;border:.5px dotted#f2f3f7}#sidebar #side-content ul.nav-link li a{display:inline-block;width:100%}#sidebar #side-content ul.nav-link li.active,#sidebar #side-content ul.nav-link li:hover{border:.5px dotted#648dca}#sidebar #side-content #nav-switch{width:100%;display:inline-flex;justify-content:center;align-items:center}#sidebar #side-content #nav-switch button{height:1rem;width:100%;color:#6b7280;background-color:rgba(0,0,0,0);text-transform:none;border:0;cursor:pointer}#sidebar #side-content #nav-switch button:hover{color:rgba(107,114,128,.8)}@media(width<640px){#sidebar #side-content #side-nav{display:none}}#sidebar #side-links{grid-area:side-links;display:flex;flex-direction:column;justify-content:center;align-content:space-between}#sidebar #side-links>section{padding:5px;display:flex;justify-content:center;align-items:center}#sidebar #side-links>section:not(:last-child){border-bottom:.5px dotted#648dca}#sidebar #side-links>section>a{display:inline-flex;justify-content:space-around;align-items:center}#sidebar #side-links>section>a .logo{max-width:100%;max-height:100%;height:100%;object-fit:scale-down}#sidebar #side-links>section>a .title{font-size:2em;padding-left:5px}#sidebar #side-links>section>a img.side-link-cpudbg{width:100%}@media(width<640px){#sidebar #side-links{display:none}}#sidebar #side-footer{grid-area:side-footer;min-width:300px}@media(width<640px){#sidebar #side-footer{display:none}}#main{display:grid;grid-template-areas:"main-header""main-content""main-footer";grid-template-rows:128px 1fr 96px;grid-column-gap:5px;grid-row-gap:5px}#main #main-header{grid-area:main-header;max-height:128px;display:flex;flex-wrap:nowrap;justify-content:space-around;align-items:center}#main #main-header>section{display:block;min-width:300px}@media(width<640px){#main #main-header #main-header-ad-1,#main #main-header .adslot_top1{display:block}#main #main-header #main-header-ad-2,#main #main-header .adslot_top2,#main #main-header #main-header-ad-3,#main #main-header .adslot_top3{display:none}}@media(640px<=width<960px){#main #main-header #main-header-ad-1,#main #main-header .adslot_top1{display:block}#main #main-header #main-header-ad-2,#main #main-header .adslot_top2,#main #main-header #main-header-ad-3,#main #main-header .adslot_top3{display:none}}@media(960px<=width<1280px){#main #main-header #main-header-ad-1,#main #main-header .adslot_top1,#main #main-header #main-header-ad-2,#main #main-header .adslot_top2{display:block}#main #main-header #main-header-ad-3,#main #main-header .adslot_top3{display:none}}@media(1280px<=width){#main #main-header #main-header-ad-1,#main #main-header .adslot_top1,#main #main-header #main-header-ad-2,#main #main-header .adslot_top2,#main #main-header #main-header-ad-3,#main #main-header .adslot_top3{display:block}}#main #main-content{grid-area:main-content}#main #main-butt{grid-area:main-butt}#main #main-footer{grid-area:main-footer;max-height:96px;display:grid;grid-template-areas:"copyright contact trackback";justify-content:start;align-items:start}#main #main-footer>div{padding-right:5px}#main #main-footer>div:not(:first-child){padding-left:5px;border-left:.5px dotted#648dca}#main #main-footer #copyright{grid-area:copyright}#main #main-footer #contact{grid-area:contact}#main #main-footer #trackback{grid-area:trackback}@media(width<640px){#main{grid-template-rows:auto 1fr 96px}#main #main-header{max-height:none}}