:root{--bg-color: #efeff4;--bg-color-soft: #f8f8f8;--bg-color-mute: #f2f2f2;--text-color: #333333;--link-color: #007aff;--link-hover-color: #2990ff;--button-bg-color: #007aff;--button-hover-bg-color: #2990ff;--button-text-color: #ffffff}:root{--color-background: var(--bg-color);--color-background-soft: var(--bg-color-soft);--color-background-mute: var(--bg-color-mute);--color-heading: var(--text-color);--color-text: var(--text-color)}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--text-color);background-color:var(--bg-color);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--link-color)}a:not(.link){text-decoration:none;color:var(--text-color)}@media (hover: hover){a:hover{color:var(--link-hover-color)}}main[data-v-3b092bd1]{max-width:600px;margin:0 auto}.card{background-color:#fff;border-radius:16px;overflow:hidden}.card h3{margin-bottom:10px;font-weight:700}.card__img{height:190px;overflow:hidden}.card img{max-width:100%;height:auto;object-fit:cover}.card__content{padding:12px 16px}.home{padding:2rem;background-color:var(--bg-color);color:var(--text-color)}.home h2{font-weight:700}.home__list{display:flex;flex-direction:column;gap:1rem}.home__list-items{display:flex;flex-direction:column;gap:1.5rem}
