/*! [content/simple-note-plan/archive] simple-note-styles.css */#simple-note-styles{--color-text-p-rgb:255 255 255;--color-text-p-a:.8;--color-text-h-rgb:255 255 255;--color-text-h-a:1;background:#111;-webkit-box-shadow:inset 0 0 5px rgb(0 0 255 / .5);box-shadow:inset 0 0 5px rgb(0 0 255 / .5)}#simple-note-styles .section-heading2,#simple-note-styles .section-title{color:rgb(var(--color-text-h-rgb) / var(--color-text-h-a,1))}#simple-note-styles p{color:rgb(var(--color-text-p-rgb) / var(--color-text-p-a,1))}.style-list-item{margin:0}.style-link{--padding:.5em;--a:0;position:relative;display:block;color:rgb(var(--color-text-h-rgb) / var(--color-text-h-a,1));fill:rgb(var(--color-text-h-rgb) / var(--color-text-h-a,1))}.style-link::before{content:'';position:absolute;z-index:0;left:calc(var(--padding) * -1);top:calc(var(--padding) * -1);width:calc(100% + var(--padding) * 2);height:calc(100% + var(--padding) * 2);border:var(--btn-border-width) solid rgb(var(--color-text-h-rgb) / var(--a));border-radius:3px;-webkit-transition:border-color .2s ease-out;transition:border-color .2s ease-out}.style-link>*{position:relative;z-index:1}@media (any-hover:hover){.style-link:hover{--a:1}.style-link:hover img{-webkit-filter:brightness(125%);filter:brightness(125%)}}@media (any-hover:none){.style-link:active{--a:1}.style-link:active img{-webkit-filter:brightness(125%);filter:brightness(125%)}}.style-photo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.style-image{position:relative;width:100%;height:0;margin:0;padding-top:75%;background:rgb(255 255 255 / .1)}.style-image>.style-image-img{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-filter .5s ease-out;transition:-webkit-filter .5s ease-out;transition:filter .5s ease-out;transition:filter .5s ease-out,-webkit-filter .5s ease-out}.style-image>.icon{position:absolute;right:0;bottom:0;padding:.4em;background:#000}.style-image>.icon>svg{display:block;width:.7em;height:.7em}.style-name{margin:0;padding:1em;line-height:1;-webkit-font-feature-settings:"palt";font-feature-settings:"palt"}.style-name .logo{--fixed-height:5em;margin:0 auto}.style-name>.text{font-weight:700;font-size:75%}.photo-gallery-title{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;white-space:nowrap}.photo-gallery-title::after{-webkit-box-flex:1;-ms-flex:1;flex:1;content:'';margin-left:.5em;width:100%;height:3px;background-color:rgb(var(--color-text-h-rgb) / .3);border-radius:3px}.photo-albums{display:-ms-grid;display:grid;grid-template-columns:repeat(auto-fill,minmax(9em,1fr));grid-gap:.5em;list-style:none;margin:0;padding:0;-webkit-font-feature-settings:"palt";font-feature-settings:"palt"}.photo-album{position:relative}.photo-album-eyecatch{--a:0;--padding:2px;--color-bg:0 0 0;--color-text:255 255 255;--color-border:255 255 255;position:relative;display:block;width:100%;height:0;padding:100% 0 0;color:rgb(var(--color-text));fill:rgb(var(--color-text))}.photo-album-eyecatch::after{content:'';position:absolute;z-index:2;left:calc(var(--padding) * -1);top:calc(var(--padding) * -1);width:calc(100% + var(--padding) * 2);height:calc(100% + var(--padding) * 2);border:var(--btn-border-width) solid rgb(var(--color-border) / var(--a));-webkit-transition:border-color .2s ease-out;transition:border-color .2s ease-out}.photo-album-eyecatch>img{position:absolute;z-index:1;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-filter .2s ease-out;transition:-webkit-filter .2s ease-out;transition:filter .2s ease-out;transition:filter .2s ease-out,-webkit-filter .2s ease-out}.album-caption{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;z-index:1;right:0;bottom:0;padding:.25em;background:#000;line-height:1;font-weight:700;font-size:12px;color:#fff;fill:#fff}.album-caption>.icon{-webkit-box-flex:0;-ms-flex:none;flex:none;margin-right:.25em}.album-caption>.icon>svg{display:block;width:1em;height:1em}.album-caption>.slash{opacity:.8;-webkit-transform:scaleX(.5);transform:scaleX(.5)}.album-caption>.photo-count{white-space:nowrap}.album-caption>.photo-count>small{margin-left:.125em}@media (any-hover:hover){.photo-album-eyecatch:hover{--a:1;--color-bg:255 255 255;--color-text:0 0 0}.photo-album-eyecatch:hover>img{-webkit-filter:brightness(125%);filter:brightness(125%)}.photo-album-eyecatch:hover+.album-caption{background:#fff;color:#000}}@media (any-hover:none){.photo-album-eyecatch:active{--a:1;--color-bg:255 255 255;--color-text:0 0 0}.photo-album-eyecatch:active>img{-webkit-filter:brightness(125%);filter:brightness(125%)}.photo-album-eyecatch:active+.album-caption{background:#fff;color:#000}}