:root{--hp-bg-warm:#fdfcf8;--hp-card-bg:#fff;--hp-text-main:#4a4238;--hp-text-sub:#968f87;--hp-accent-pink:#e89b9e;--hp-accent-pink-bg:#fff0f2;--hp-accent-gold:#e6cfa8;--hp-soft-shadow:0 8px 24px -6px #95897e1f}.hp-container{background:var(--hp-bg-warm);min-height:100vh;color:var(--hp-text-main);font-family:var(--font-m-plus-rounded),"M PLUS Rounded 1c",system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-bottom:5rem;position:relative}.hp-container *{font-family:inherit}.hp-paper-texture{z-index:0;pointer-events:none;opacity:.5;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.12'/%3E%3C/svg%3E");position:fixed;inset:0}.hp-header{z-index:60;-webkit-backdrop-filter:blur(12px);background:#fdfcf8cc;justify-content:space-between;align-items:center;padding:.75rem 1.5rem;transition:all .3s;display:flex;position:fixed;top:0;left:0;right:0}@media (min-width:768px){.hp-header{padding:1.5rem}}.hp-header-logo{align-items:center;gap:.5rem;display:flex}.hp-header-logo-dot{background:var(--hp-accent-pink);border-radius:50%;width:.5rem;height:.5rem}.hp-header-title{color:var(--hp-text-main);letter-spacing:.1em;font-size:1.0925rem;font-weight:700}.hp-header-nav{align-items:center;gap:.25rem;display:none}.hp-header-nav-item{color:var(--hp-text-sub);cursor:pointer;white-space:nowrap;letter-spacing:.02em;background:0 0;border:none;border-radius:.5rem;padding:.5rem .75rem;font-size:.8125rem;font-weight:500;transition:all .2s}.hp-header-nav-item:hover{color:var(--hp-text-main);background:var(--hp-accent-pink-bg)}.hp-header-nav-item:active{transform:scale(.97)}.hp-header-actions{color:var(--hp-text-sub);align-items:center;gap:.5rem;display:flex}.hp-header-btn{cursor:pointer;width:2.5rem;height:3rem;color:inherit;background:0 0;border:none;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.hp-header-btn:hover{color:var(--hp-text-main);background:var(--hp-accent-pink-bg)}.hp-hero{z-index:10;padding:7rem 1.5rem 2.5rem;position:relative}.hp-hero-content{text-align:center;flex-direction:column;align-items:center;width:100%;display:flex;position:relative}.hp-hero-aura{background:linear-gradient(to bottom,var(--hp-accent-pink-bg),#fff8e7);filter:blur(3rem);opacity:.8;pointer-events:none;border-radius:50%;width:16rem;height:16rem;position:absolute;top:-4rem;left:50%;transform:translate(-50%)}.hp-hero-inner{z-index:10;flex-direction:column;gap:1.5rem;display:flex;position:relative}.hp-hero-tag{-webkit-backdrop-filter:blur(4px);background:#fff9;border:1px solid #e89b9e33;border-radius:9999px;align-self:center;align-items:center;gap:.375rem;width:fit-content;padding:.25rem .75rem;display:inline-flex;box-shadow:0 2px 8px #0000000d}.hp-hero-tag-text{letter-spacing:.1em;color:var(--hp-text-sub);font-size:10px}.hp-hero-title{color:var(--hp-text-main);font-size:1.375rem;font-weight:500;line-height:1.8}.hp-hero-title-accent{color:var(--hp-accent-pink);font-size:1.625rem}.hp-hero-divider{background:var(--hp-accent-gold);opacity:.6;border-radius:9999px;width:2rem;height:2px;margin:0 auto}.hp-hero-description{color:var(--hp-text-sub);letter-spacing:.05em;max-width:17.5rem;margin:0 auto;font-size:.6875rem;line-height:1.75}.hp-hero-cta{padding-top:.5rem}.hp-hero-btn{background:var(--hp-accent-pink);color:#fff;cursor:pointer;letter-spacing:.2em;border:none;border-radius:9999px;padding:.75rem 2rem;font-size:.8125rem;font-weight:500;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 10px 20px -5px #e89b9e66}.hp-hero-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px -5px #e89b9e99}.hp-hero-btn-content{z-index:10;align-items:center;gap:.5rem;display:flex;position:relative}.hp-hero-btn-shine{background:#fff3;transition:transform .3s;position:absolute;inset:0;transform:translateY(100%)}.hp-hero-btn:hover .hp-hero-btn-shine{transform:translateY(0)}.hp-memo-card{background:var(--hp-card-bg);box-shadow:var(--hp-soft-shadow);cursor:pointer;border:1px solid #e89b9e1a;border-radius:1.25rem;transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.hp-memo-card:active{transform:scale(.97)}.hp-memo-card-inner{align-items:center;padding:.875rem;display:flex;position:relative;overflow:hidden}.hp-memo-card-blob{background:var(--hp-accent-pink-bg);opacity:0;pointer-events:none;border-bottom-left-radius:3.75rem;width:6rem;height:6rem;transition:opacity .5s;position:absolute;top:0;right:0}.hp-memo-card:hover .hp-memo-card-blob{opacity:1}.hp-memo-card-image{z-index:10;flex-shrink:0;width:4.5rem;height:4.5rem;position:relative}.hp-memo-card-image-inner{border-radius:1rem;width:100%;height:100%;overflow:hidden;box-shadow:0 2px 8px #00000014}.hp-memo-card-img{object-fit:cover;opacity:.95;width:100%;height:100%;transition:transform .7s ease-in-out}.hp-memo-card:hover .hp-memo-card-img{transform:scale(1.1)}.hp-memo-card-content{z-index:10;flex:1;padding-left:1rem}.hp-memo-card-text{flex-direction:column;justify-content:center;height:100%;display:flex}.hp-memo-card-title-row{align-items:center;gap:.5rem;margin-bottom:.375rem;display:flex}.hp-memo-card-icon{background:var(--hp-accent-pink-bg);width:1.5rem;height:1.5rem;color:var(--hp-accent-pink);border-radius:50%;justify-content:center;align-items:center;display:flex}.hp-memo-card-title{color:var(--hp-text-main);letter-spacing:.1em;font-size:.875rem;font-weight:700}.hp-memo-card-subtitle{color:var(--hp-text-sub);-webkit-line-clamp:2;-webkit-box-orient:vertical;padding-left:2rem;font-size:.6875rem;line-height:1.6;display:-webkit-box;overflow:hidden}.hp-memo-card-indicator{background:#e89b9e4d;border-radius:50%;width:.375rem;height:.375rem;margin-right:.5rem;transition:background .3s}.hp-memo-card:hover .hp-memo-card-indicator{background:var(--hp-accent-pink)}.hp-main-content{z-index:10;max-width:28rem;margin:0 auto;padding:0 1rem;position:relative}.hp-categories{flex-direction:column;gap:1.5rem;margin-top:.5rem;display:flex}.hp-category{flex-direction:column;gap:.75rem;display:flex}.hp-category-featured{margin-bottom:.5rem}.hp-category-header{align-items:center;gap:.5rem;padding:0 .25rem;display:flex}.hp-category-dot{background:var(--hp-accent-pink);border-radius:50%;flex-shrink:0;width:6px;height:6px}.hp-category-title{color:var(--hp-text-main);letter-spacing:.05em;white-space:nowrap;font-size:.8125rem;font-weight:600}.hp-category-line{background:linear-gradient(90deg,#e89b9e4d,#0000);flex:1;height:1px;margin-left:.5rem}.hp-category-cards{flex-direction:column;gap:.625rem;display:flex}.hp-featured-row{flex-direction:column;gap:1.5rem;display:flex}.hp-featured-row-item{flex-direction:column;gap:.75rem;display:flex}.hp-card-wrapper-featured{margin-bottom:0;padding:0}.hp-featured-card{cursor:pointer;box-shadow:var(--hp-soft-shadow);border-radius:1.25rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.hp-featured-card:active{transform:scale(.98)}.hp-featured-card-inner{flex-direction:column;justify-content:flex-end;min-height:10rem;display:flex;position:relative}.hp-featured-card-bg{z-index:0;position:absolute;inset:0}.hp-featured-card-bg-img{object-fit:cover;width:100%;height:100%;transition:transform .7s}.hp-featured-card:hover .hp-featured-card-bg-img{transform:scale(1.05)}.hp-featured-card-overlay{background:linear-gradient(#0000 0%,#4a42381a 30%,#4a423880 60%,#4a4238d9 100%);position:absolute;inset:0}.hp-featured-card-content{z-index:10;flex-direction:column;gap:.5rem;padding:1.25rem;display:flex;position:relative}.hp-featured-card-badge{-webkit-backdrop-filter:blur(8px);background:#ffffff26;border:1px solid #fff3;border-radius:9999px;align-items:center;gap:.375rem;width:fit-content;padding:.25rem .625rem;display:inline-flex}.hp-featured-card-badge-icon{color:var(--hp-accent-gold);align-items:center;display:flex}.hp-featured-card-badge-text{color:#ffffffe6;letter-spacing:.1em;text-transform:uppercase;font-size:.625rem;font-weight:600}.hp-featured-card-title{color:#fff;letter-spacing:.05em;text-shadow:0 2px 4px #0003;font-size:1.125rem;font-weight:700}.hp-featured-card-subtitle{color:#fffc;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.75rem;line-height:1.5;display:-webkit-box;overflow:hidden}.hp-featured-card-cta{background:var(--hp-accent-pink);color:#fff;letter-spacing:.05em;border-radius:9999px;align-items:center;gap:.375rem;width:fit-content;margin-top:.25rem;padding:.5rem 1rem;font-size:.75rem;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px #e89b9e66}.hp-featured-card:hover .hp-featured-card-cta{background:#d88a8d;transform:translate(4px)}.hp-cards-container{z-index:10;max-width:28rem;margin:0 auto;position:relative}.hp-cards-list{flex-direction:column;gap:.25rem;margin-top:.25rem;display:flex}.hp-card-wrapper{margin-bottom:0;padding:0}.hp-card{background:var(--hp-card-bg);box-shadow:var(--hp-soft-shadow);border:1px solid #e89b9e1a;border-radius:1.25rem;padding:1.5rem}@media (min-width:768px){.hp-card{padding:2rem}}.hp-footer{text-align:center;flex-direction:column;align-items:center;gap:.5rem;padding:3rem 0;display:flex}.hp-footer-heart{color:var(--hp-accent-pink);opacity:.5}.hp-footer-links{flex-wrap:wrap;justify-content:center;align-items:center;gap:.25rem;margin-bottom:.5rem;display:flex}.hp-footer-link{color:var(--hp-text-sub);font-size:.6875rem;text-decoration:none;transition:color .2s}.hp-footer-link:hover{color:var(--hp-accent-pink)}.hp-footer-dot{color:var(--hp-text-sub);opacity:.5;font-size:.625rem}.hp-footer-text{color:#968f8799;letter-spacing:.2em;font-size:.625rem;font-weight:500}@media (min-width:768px){.hp-main-content{max-width:48rem;padding:0 2rem}.hp-categories{gap:2rem}.hp-category-header{margin-bottom:.25rem}.hp-category-title{font-size:.875rem}.hp-category-cards{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.hp-category-cards-single{grid-template-columns:1fr}.hp-featured-row{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.hp-featured-row-item{gap:.75rem}.hp-featured-card-inner{min-height:12rem}.hp-featured-card-title{font-size:1.375rem}.hp-featured-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px -10px #95897e33}.hp-cards-container{max-width:48rem;padding:0 2rem}.hp-cards-list{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:1.5rem;display:grid}.hp-card-wrapper{height:100%;margin-bottom:0;padding:0}.hp-memo-card{height:100%;transition:transform .3s,box-shadow .3s}.hp-memo-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px -8px #95897e2e}.hp-hero{padding-top:9rem}.hp-hero-title{font-size:1.5rem}.hp-hero-description{max-width:28rem;font-size:.875rem}}@media (min-width:1024px){.hp-header{padding:.875rem 2rem}.hp-header-nav{flex:1;justify-content:center;margin:0 1rem;display:flex}.hp-header-nav-item{padding:.5rem 1rem;font-size:.875rem}.hp-main-content{max-width:64rem}.hp-category-cards{grid-template-columns:repeat(2,1fr);gap:1.25rem}.hp-featured-card-inner{min-height:14rem}.hp-featured-card-content{padding:1.5rem}.hp-featured-card-title{font-size:1.5rem}.hp-featured-card-subtitle{font-size:.875rem}.hp-featured-card-cta{padding:.625rem 1.25rem;font-size:.8125rem}.hp-cards-container{max-width:72rem}.hp-cards-list{grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:.375rem}.hp-hero{padding-top:10rem;padding-bottom:3rem}.hp-hero-title{font-size:1.875rem;line-height:1.5}.hp-hero-title-accent{font-size:2.25rem}.hp-hero-description{max-width:36rem;margin-top:.5rem;font-size:.875rem}.hp-hero-btn{padding:1rem 2.5rem;font-size:.9375rem}.hp-footer{padding:6rem 0 4rem}}@media (min-width:1280px){.hp-header{padding:1rem 3rem}.hp-header-nav{gap:.5rem}.hp-header-nav-item{padding:.5rem 1.25rem}.hp-main-content{max-width:72rem}.hp-categories{gap:2.5rem}.hp-category-title{font-size:.9375rem}}.language-switcher{display:inline-block;position:relative}.language-switcher-btn{position:relative}.language-switcher-dropdown{background:var(--hp-card-bg);z-index:100;border-radius:.75rem;min-width:10rem;animation:.2s dropdownFadeIn;position:absolute;top:calc(100% + .5rem);right:0;overflow:hidden;box-shadow:0 10px 40px -10px #00000026,0 0 0 1px #e89b9e1a}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.language-switcher-arrow{background:var(--hp-card-bg);border-top:1px solid #e89b9e1a;border-left:1px solid #e89b9e1a;width:12px;height:12px;position:absolute;top:-6px;right:1rem;transform:rotate(45deg)}.language-switcher-option{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;transition:all .2s;display:flex}.language-switcher-option:hover{background:var(--hp-accent-pink-bg)}.language-switcher-option.active{background:#e89b9e14}.language-switcher-native{color:var(--hp-text-main);flex:1;font-size:.9375rem;font-weight:600}.language-switcher-label{color:var(--hp-text-sub);font-size:.75rem}.language-switcher-check{color:var(--hp-accent-pink);margin-left:auto;font-size:.875rem}.language-switcher-option:not(:last-child){border-bottom:1px solid #e89b9e1a}
