@charset "UTF-8";.container{max-width:120rem;padding-left:1rem;padding-right:1rem}.content article figure,.content .post figure,.content figure{max-width:70% !important;margin:2rem auto !important;display:block;border:2px solid rgba(0,0,0,.15) !important;border-radius:.4rem;padding:.8rem !important;background-color:rgba(255,255,255,.8);box-shadow:0 1px 3px rgba(0,0,0,.1)}.content article figure.large,.content .post figure.large,.content figure.large{max-width:85% !important}.content article figure.medium,.content .post figure.medium,.content figure.medium{max-width:70% !important}.content article figure.small,.content .post figure.small,.content figure.small{max-width:50% !important}.content article div[style*="display: flex"] figure,.content article div[style*="display:flex"] figure,.content article div[style*="display: flex"]>div figure,.content article div[style*="display:flex"]>div figure{max-width:100% !important;width:100% !important}.content figure img{max-width:100%;height:auto;display:block;margin:0 auto;border-radius:.2rem}body.colorscheme-dark .content figure,body.colorscheme-auto .content figure{border-color:rgba(255,255,255,.3) !important;background-color:rgba(33,33,33,.8);box-shadow:0 1px 3px rgba(0,0,0,.3)}.content iframe[src*="drive.google.com"]{max-width:70%;width:100%;height:auto;aspect-ratio:4/3;display:block;margin:2rem auto !important;border:2px solid rgba(0,0,0,.15) !important;border-radius:.4rem;padding:.8rem;background-color:rgba(255,255,255,.8);box-shadow:0 1px 3px rgba(0,0,0,.1)}body.colorscheme-dark .content iframe[src*="drive.google.com"],body.colorscheme-auto .content iframe[src*="drive.google.com"]{border-color:rgba(255,255,255,.3) !important;background-color:rgba(33,33,33,.8);box-shadow:0 1px 3px rgba(0,0,0,.3)}.content details{margin:2rem 0}.content details summary{cursor:pointer;font-weight:600;padding:.5rem 0;user-select:none;list-style:none}.content details summary::-webkit-details-marker{display:none}.content details summary::marker{display:none}.content details summary::before{content:'▶ ';display:inline-block;transition:transform .2s;margin-right:.5rem;font-size:.8em}.content details[open] summary::before{transform:rotate(90deg)}.content details .details-content{display:block !important;margin-top:.5rem}.content details:not([open]) .details-content{display:-webkit-box !important;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;max-height:calc(1.8em * 5);opacity:.8;position:relative}.content details:not([open]) .details-content::after{content:'';position:absolute;bottom:0;left:0;right:0;height:2em;background:linear-gradient(to bottom,transparent,rgba(250,250,250,.95));pointer-events:none}body.colorscheme-dark .content details:not([open]) .details-content::after,body.colorscheme-auto .content details:not([open]) .details-content::after{background:linear-gradient(to bottom,transparent,rgba(33,33,33,.95))}.content details[open] .details-content{opacity:1;max-height:none;-webkit-line-clamp:none;display:block !important}.content details[open] .details-content::after{display:none}@media only screen and (max-width:768px){.content figure{max-width:95%;margin:1.5rem auto}.content figure.large{max-width:95%}.content figure.medium{max-width:90%}.content figure.small{max-width:85%}.content iframe[src*="drive.google.com"]{max-width:95%;margin:1.5rem auto}}